/*
Theme Name: StartKit Business
Theme URI: https://nayrathems.com/startkit-pro
Author: Nayra Themes
Author URI: http://nayrathemes.com/
Description: StartKit is a highly customizable theme created for all kind of business, info, and service websites. Install, customize, create easily with the included powerfull tools without touching a code. We have analyzed hundreds of business, consulting, finance, landing pages, product pages, corporate business, digital agency, product showcase, financial advisor, services, ecommerce and similar type of websites. StartKit has come with popular plugins support WPML, Polylang, WooCommerce, Contact Form 7, Revolution Slider, Elementor, Visual Composer, WP-Forms, Ninja Forms, Jetpack, Give (WordPress Donation Plugin), Gravity Forms, Yoast SEO and many more.
Version: 2.6
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: startkit-pro
Slug: startkit-business
Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce, portfolio, grid-layout

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

/*
============================================
 [Table of contents]
==========================================
/*
    ** Theme Reset Css
    ** Preloader
    01. Homepage
        01. Header Top
        02. Custom Navigation
        03. Slider
        04. Features List
        05. Call Out
        06. Portfolio
        07. Features
        08. Services
        09. fun-fact
        10. Our Team
        11.Testimonial
        12.Subscribe
        13. Pricing
        14. Recent Blog
        15. Contact Form
        16. footer-copyright
    02. About us page
        01. BreadCrumb Area 
        02. About us info
        03. Our Skill
        04. Our Client

    03. Service Page
    04. Portfolio Pages
        01. Portfolio styles
        02. Excluesive

    05. Gallery Page
    06. Blog Pages
    07. Single Blog Page
    08. Contact Us Page
    09. 404 page

* ==========================================*/

/*
==========================================
    Theme Reset Css
==========================================
*/

@font-face {
    font-family: 'geometry_soft_probold_n';
    src: url('fonts/logo_font/geometry_Soft_Pro-Bold_N-webfont.eot');
    src: url('fonts/logo_font/geometry_Soft_Pro-Bold_N-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/logo_font/geometry_Soft_Pro-Bold_N-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html::-webkit-scrollbar {
    width:10px;
    height:10px
}

html::-webkit-scrollbar-button {
    display:none;
}

html::-webkit-scrollbar-track-piece {
    background-color:#eaeaea
}

html::-webkit-scrollbar-thumb {
    border-radius:none
}

html::-webkit-scrollbar-corner {
    background-color:#999
}

html::-webkit-resizer {
    background-color:#666
}

body {
    font-family: 'Roboto', sans-serif!important;
    font-weight: 400!important;
    background: #fff;
}

body.gray-bg {
    background: #f9f9f9;
}


a:focus {
    outline: 1px dotted;
    outline-offset: -3px;
    color: inherit;
}

#close-btn:focus, [type=button]:focus, [type=reset]:focus, [type=submit]:focus, button:focus, a:focus {
    outline: 1px dotted !important;
    outline-offset: -3px;
}

h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

h2 {
    font-family: 'Poppins', sans-serif!important;
    font-size: 32px!important;
    line-height: 46px;
    font-weight: 550;
}

h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif!important;
    font-weight: 500 !important;
}

h3 {
     font-size: 24px;
    line-height: 34px!important;
}

h4 {
    font-size: 18px!important;
    line-height: 28px!important;
}

h5 {
    font-size: 16px;
    line-height: 26px;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    word-break: break-word;
}

p.small,
a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

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

/*a:hover {
    text-decoration: underline;
}*/

ul {
    margin: 0;
}

img {
    max-width: 100%;
    display: block;
    height: auto;
}

@keyframes pulsed {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover,
button:focus, input[type="button"]:focus, input[type="reset"]:focus {
    background: #282828;
}

textarea {
    border: 1px solid #eeeeee;
}

#slider .pulse {
  animation-name: pulsed;
}

.blog-post ul:not(.meta-info) li a,
.blog-post ol:not(.meta-info) li a,
.blog-post table a, strong a, blockquote a,
code a, p a, span:not(.author-name):not(.comments-link):not(.posted-on):not(.post-list) a {
    text-decoration: underline;
    text-underline-offset: 1px;
}

.blog-post ul:not(.meta-info) li a:hover,
.blog-post ol:not(.meta-info) li a:hover,
.blog-post table a:hover, strong a:hover,
blockquote a:hover, code a:hover, p a:hover,
span:not(.author-name):not(.comments-link):not(.posted-on):not(.post-list) a:hover,
.blog-post ul:not(.meta-info) li a:focus,
.blog-post ol:not(.meta-info) li a:focus,
.blog-post table a:focus, strong a:focus,
blockquote a:focus, code a:focus, p a:focus,
span:not(.author-name):not(.comments-link):not(.posted-on):not(.post-list) a:focus {
    outline: none;
    text-decoration-style: dotted;
}

/* Helper class*/

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

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

#ourteam.section-padding-top,
#woocommerce-page.section-padding-top {
    padding: 80px 0 0;
}

#exclusive.section-padding,
#pricing.section-padding,
#testimonial.section-padding,
#services.section-padding {
    padding: 80px 0;
}

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

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

#service-page.section-padding-80 {
	padding: 80px 0 40px;
}

.section-header {
    margin-bottom: 50px;
    text-align: center;
}

.section-header .subtitle {
    width: 100%;
    max-width: 330px;
    display: block;
    margin: auto;
    padding: 6px 8px;
    color: #ffffff;
    border: 1px solid #d4d4d4;
    border-radius: 100px;
    overflow: hidden;
}

.section-header span {
    font-weight: 600;
    float: left;
    background-color: #ffffff;
    font-size: 16px;
    padding: 4px 12px;
    border-radius: 100px;
    margin-right: 10px;
}

.section-header h6 {
    text-align: left;
    line-height: 31px;
    font-weight: 700 !important;
    font-size: 16px;
    padding: 0 0 0 90px;
}

.section-header .subtitle:after {
    content: "";
    display: table;
    clear: both;
}

.section-header h2 {
    font-size: 35px !important;
    line-height: 1;    
    margin-top: 30px;
    display: inline-block;
    position: relative;
    z-index: 0;
}

.section-header .liner {
    margin-bottom: 25px;
    margin-top: 25px;
    position: relative;
    z-index: 0;
    height: 7px;
    border: none;
}

.section-header .liner:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 37px;
    height: 7px;
    margin: 0 auto;
    background: none;
    background-image: url(images/divider.png);
    background-size: contain;
    background-repeat: repeat-x;
    -webkit-animation: animatedBackground 2s linear infinite;
    animation: animatedBackground 2s linear infinite;
}
@keyframes animatedBackground { 0% { background-position: 0 0; } 100% { background-position: 20px 0; } }@-webkit-keyframes animatedBackground { 0% { background-position: 0 0; } 100% { background-position: 20px 0; } }

#menu-top-header li {
    display: inline;
    padding: 5px;
}

/* .section-header h2:after { */
    /* content: ''; */
    /* position: absolute; */
    /* top: 7%; */
    /* right: 90px; */
    /* width: 80px; */
    /* height: 2px; */
/* } */


.boxed-btn {
    color: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    border-radius: 4px;
    display: inline-block;
    padding: 0 17px;
    line-height: 40px;
    position: relative;
    z-index: 0;
    text-decoration: none !important;
    -webkit-transition: .3s;
    transition: .3s;
}

a.boxed-btn i, .boxed-btn i {
    transform: translate(0);
    vertical-align: middle;
    color: #0088cc;
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    padding: 0;
    margin-bottom: 1px;
    margin-left: 8px;
    margin-right: -11px;
    vertical-align: middle;
}

.boxed-btn:focus, input.mpam-submit.button:focus {
    color: #ffffff;
}

.header-single-slider a.boxed-btn i:before,
.header-single-slider .boxed-btn i:before {
    vertical-align: middle;
}

.header-right-bar a.book-now.boxed-btn i,
a.boxed-btn.btn-white i {
    background-color: #0088cc;
    color: #ffffff;
}

.boxed-btn:hover, .mc4wp-form input[type="submit"]:hover {
    color: #ffffff;    
}

.owl-item {
    float: left;
}

.owl-stage-outer {
    overflow: hidden;
}

.owl-nav {
    display: none;
}

/*
==========================================
    Preloader
==========================================
*/

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(images/preloader.svg);
}

.preloader-close {
    position: fixed;
    z-index: 999999;
    color: #ffffff;
    padding: 10px 20px;
    cursor: pointer;
    right: 0;
    bottom: 0;
    font-weight: 600;
}

.loader-wrap {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.loader-wrap .layer-one {
    position: absolute;
    left: 0%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-two {
    position: absolute;
    left: 33.3333%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-three {
    position: absolute;
    left: 66.6666%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #282828;
}


/*
===================================================================================
    01. Homepage
===================================================================================
*/


/*
==========================================
    01. Header Top
==========================================
*/

#header-top {
    color: #fff;
    font-size: 16px;
}

.header-social li {
    display: inline-block;
}

.header-social li a {
    display: block;
    padding: 0;
    background-color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 16px;
    text-align: center;
}

.header-social li a:hover {
    color: #eee;
}

#header-top a {
    font-size: 16px;
    color: #fff;
	margin: 0;
}

.email,
.header-social {
    position: relative;
    padding: 0 10px 0 0;

}

ul.header-social {
    position: relative;
    margin-bottom: 0;
}

.address,
.phone {
    padding-left: 25px;
}

/* .email:after, */
/* #header-top .widget:nth-child(1) ul:after { */
    /* position: absolute; */
    /* content: ''; */
    /* top: 0; */
    /* right: -5px; */
    /* height: 24px; */
    /* width: 0px; */
    /* border: .5px dashed #fff; */
/* } */

.menu-top-header-container {
    display: inline-block;
    position: relative;
    padding-right: 10px;
}

.menu-top-header-container .menu {
    padding: 0;
}

.site-description {
    font-size: 16px;
    white-space: normal;
    line-height: 0.9;
    display: block;
    margin-top: 4px;
}

.site-title {
    font-size: 28px;
    margin-bottom: 0 !important;
	font-family: geometry_soft_probold_n;
}

/*
==========================================
    02. Custom Navigation
==========================================
*/

header {
    z-index: 99;
}

header, .product-section {
    position: relative;
}

.product-section {
    overflow: hidden;
    z-index: 1;
}

/* logo */

.logo a {
    display: inline-block
}

.navbar-brand {
    padding: 0;
}

nav.main-menu {
   margin: 37.625px -30px 37.625px 0;
   position: relative;
   z-index: 0;
}

.main-menu > ul {
    display: inline-flex;
    flex-wrap: wrap;
}

.main-menu ul {
    padding: 0;
}

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

/* Submenu*/

.boxed .navbar-area {
    background-size: 100% 80%;
}

.boxed .logo a {
    margin-left: 8px;
}

.boxed a.book-now {
    margin-left: 20px;
    margin-right: 30px;
}

.book-now-btn a.book-now i {
    position: relative;
}

.header-right-bar a.book-now {
    font-size: 16px;
    font-weight: 600;
    background: #05123f;
    border-width: 2px;
    border-style: solid;
    border-color: #05123f;
    color: #ffffff;
}

.header-right-bar a.book-now:hover,
.header-right-bar a.book-now:focus {
    background: #282828;
    color: #ffffff;
    border-color: #282828;
}

.header-right-bar a.book-now:hover i,
.header-right-bar a.book-now:focus i {
    color: #ffffff;
}

/* Full screen search */

.search-area {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    will-change: transform, opacity;
    visibility: hidden;
    opacity: 0;
}

.search-area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 560px;
    margin-top: 0px;
    background-image: url(images/waves-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.search-area.search-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    margin-top: 0;
}

.search-overlay {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.search-area form {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: auto;
    transform: scaleX(0);
    transform-origin: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-area.search-open form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

#searchbox {
    width: 100%;
    display: inline-block;
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    color: #282828;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-size: 18px;
    outline: 0;
    padding: 15px 22px;
    box-shadow: none;
    min-height: 70px;
    border-radius: 0;
    padding-right: 70px;
    margin: 0;
}

input#searchbox::placeholder {
    color: #282828;
    text-transform: capitalize;
}

#close-btn {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: 40%;
    font-size: 20px;
    background-color: #ffffff;
    color: #282828;
    width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
}

.search-area.search-open #close-btn {
    visibility: visible;
    opacity: 1;
    top: 12%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-area.search-open #close-btn:focus, .search-area.search-open #close-btn:hover {
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

input[type="search"]::-webkit-input-placeholder {
    color: #282828;
}

.search-submit {
    padding: 0 20px;
    color: #ffffff;
    background: #0088cc;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 5px;
    height: 70px;
    border-radius: 0;
    border: none;
}

button.author-close,
button.about-toggle {
    background: 0 0;
    max-width: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    border-radius: 2px;
    padding: 0;
    background: none;
    border: 2px dotted transparent;
    transition: all 0.5s ease-out;
}

.about-toggle {
    margin-left: 6px;
}

.author-close:focus, .about-toggle:focus {
    border-color: #282828;
}

.author-close span,
.about-toggle span {
    height: 5px;
    width: 5px;
    display: block;
    background: #282828;
    border-radius: 50%;
    transition: none;
    cursor: pointer;
    list-style: none;
    margin: 3px 4px;
    margin-left: 6px;
}

.author-close span.dot2,
.author-close span.dot4,
.author-close span.dot6,
.author-close span.dot8,
.about-toggle span.dot2,
.about-toggle span.dot4,
.about-toggle span.dot6,
.about-toggle span.dot8 {
    background-color: #0088CC;
}

.author-popup .author-close {
    position: relative;
    z-index: 0;
    background: #f2f2f2;
    border: 1px solid #eeeeee;
    color: #ffffff;
    padding: 10px 10px;
    border-radius: 0;
    max-width: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: 20px;
}

/* Author Popup */
.author-popup {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999999;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    background-color: rgb(0 0 0 / 0.5);
    -webkit-transition: all .4s ease-in .8s;
    transition: all .4s ease-in .8s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.author-popup-active .author-popup {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .8s ease-in .0s;
    transition: all .8s ease-in .0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.author-overlay-layer {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    backface-visibility: hidden;
    background: #282828;
    opacity: 0.8;
    -webkit-transition: all .4s ease-in .8s;
    transition: all .4s ease-in .8s;
}

.author-popup-active .author-overlay-layer {
    left: 0%;
    opacity: 0.8;
    visibility: visible;
    -webkit-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s;
}

.author-popup .author-div {
    max-width: 420px;
    height: 100%;
    margin-left: auto;
    position: relative;
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: #ffffff;
    -webkit-transform: translate3d(520px, 0, 0);
    transform: translate3d(520px, 0, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    z-index: 1;
}

.author-popup-active .author-div {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.author-content {
    width: 100%;
    height: 100%;
    padding: 25px 35px;
    overflow-x: hidden;
    overflow-y: auto;
    backface-visibility: hidden;
}

.author-content p {}

.author-anim {
    width: 100%;
    height: 100%;
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in .3s;
    -o-transition: all .3s ease-in .3s;
    transition: all .3s ease-in .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	text-align: left;
}

.author-popup-active .author-anim {
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.author-content .widget {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgb(0 0 0 / 6%);
}

.author-content .widget:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.author-content .widget-title {
    display: inline-block;
    font-size: 22px;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    padding-left: 13px;
    position: relative;
    z-index: 0;
}

.author-content .widget-title:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 22px;
    margin: auto;
    background-color: #0088CC;
}

ul.opening-hours, ul.opening-hours li {
    padding: 0;
    list-style: none;
    margin: 0;
}

ul.opening-hours li {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.opening-hours h2 {
    line-height: 1.5;
    letter-spacing: 0.7px;
    font-weight: 500;
}

.opening-hours p {
    line-height: 1.3;
    letter-spacing: 0.65px;
}

/* ---//--- */

/* Cart */

.header-right-bar > ul {
	padding: 0 !important;
}

.header-right-bar ul li a {
    padding: 0 8px 0;
}

li#searchss .search-toggle {
    font-size: 20px;
    background: none;
    padding: 0 6px;
    box-shadow: none;
    border: none;
}

.header-right-bar a.dropdown-toggle, li#searchss .search-toggle {
    line-height: 30px;
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s;
}

li.search-button .search-toggle:hover,
li.search-button .search-toggle:focus,
li.cart-icon a.dropdown-toggle:hover,
li.cart-icon a.dropdown-toggle:focus {
    color: #282828;
}

.envira li.search-button .search-toggle:hover,
.envira li.search-button .search-toggle:focus {
    color: #ffffff;
}

.cart-icon {
    position: relative;
}

.cart-icon .dropdown-toggle:after {
    display: none;
}

.badge {
    position: absolute;
    top: -5px;
    right: 2px;
    width: 19px;
    height: 19px;
    font-size: 11px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    border: 1px solid #ffffff;
    line-height: 14.5px;
}

#cartss .badge {
    background: #282828;
}

.cart-icon i {
    font-size: 22px;
    cursor: pointer;
    vertical-align: middle;
    line-height: inherit;
}

.cart-list {
    padding: 15px;
    width: 250px;
    left: auto !important;
    right: 0 !important;
}

ul.cart-list > li {
    position: relative;
    border-bottom: solid 1px #eee;
    padding: 10px 0;
    margin: 0;
	width: 100%;
}

ul.cart-list > li > a.photo {
    padding: 0 !important;
    margin-right: 15px;
    margin-top: 6px;
    display: block;
}

ul.cart-list > li > h6 > a.photo {
    padding: 0 !important;
    display: block;
}

ul.cart-list > li img {
    width: 50px;
    height: 50px;
    border: solid 1px #efefef;
	margin-right: 15px;
	float: left;
}

ul.cart-list > li > p > a {
    padding: 0;
}

ul.cart-list > li .price {
    font-weight: bold;
    opacity: .6;
    font-size: 16px;
}

ul.cart-list > li > p {
    margin-bottom: 0;
}

ul.cart-list > li.total,
.widget_shopping_cart_content .total {
    padding: 10px;
    color: #fff;
    width: 100%;
}

ul.cart-list > li.total > .btn-cart,
.widget_shopping_cart_content .total .btn-cart {
    padding: 5px 15px !important;
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}
.widget_shopping_cart_content .total .btn-cart:hover,
ul.cart-list > li.total > .btn-cart:hover {
    background: #fff;
    border-color: #fff;
}

ul.cart-list .remove_from_cart_button {
    position: absolute;
    top: 16px;
    right: 0;
    font-size: 30px;
	cursor: pointer;
}
.widget_shopping_cart_content .total{
	padding: 10px !important;
}

.is-sticky {
    z-index: 99;
}

/*
==========================================
    03. Slider
==========================================
*/

.main-sliders {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.header-slider {
    color: #fff;
    cursor: crosshair;
}

/* start */

.header-slider figure > img {
    width: 100%;
    height: 100%;
    min-height: 630px;
    object-fit: cover;
    -webkit-transform-style: flat;
    transform-style: flat;
}

.ken-burn.header-slider figure {
    position: relative;
    overflow: hidden;
}

.ken-burn.header-slider figure > img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 630px;
    object-fit: cover;
    -webkit-transition: all 20s;
    -moz-transition: all 20s;
    -o-transition: all 20s;
    transition: all 20s;
    transition-timing-function: linear;
}

.ken-burn.header-slider .owl-item:nth-child(even) figure > img {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
}

.ken-burn.header-slider .owl-item:nth-child(odd) figure > img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
}

.ken-burn.header-slider .owl-item.active:nth-child(even) figure > img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.ken-burn.header-slider .owl-item.active:nth-child(odd) figure > img {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

/* end */

.header-slider figure {
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: 630px;
    margin: 0;
    background-color: #282828;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 0;
}

@media (max-width: 1199px) {
    .header-slider figure {
        background-size: cover;
    }
}

@media (max-width: 991px) {
    .header-slider .owl-item .startkit-img {
        max-width: 350px;
        margin: auto;
    }
}

@media (max-width: 767px) {
    .main-sliders div.header-slider figure,
    .main-sliders div.header-slider figure > img {
        min-height: 250px;
    }
    .header-slider .content {
        padding: 15px 0;
        min-height: 250px;
    }
}

.header-slider figure img {
    display: block;
    margin: 0;
}

.header-slider .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.header-slider figure:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.header-slider.pattern-2 figure:after,
#breadcrumb-area.pattern-2:after {
    background-image: url(images/pattern/pattern_2.png);
    background-repeat: repeat;
    background-position: left top;
}

.slide-table {
    overflow: hidden;
    display: table;
    width: 100%;
    height: 100%;
}

.slide-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.slide-content {
    overflow: hidden;
    position: relative;
    max-width: 700px;
    width: 100%;
    margin-top: 20px;
    /*margin-top: 140px;*/
}

.slide-left .slide-content {
    margin-right: auto;
    text-align: left;
}

.slide-center .slide-content {
    margin: auto;
    text-align: center;
    margin-top: 20px;
}

/*@media only screen and (min-width:768px) {
    .row.slide-center {
        transform: translateY(-50px);
    }
}*/

.slide-right .slide-content {
    margin-left: auto;
    text-align: right;
}

.slide-right .col-md-7 {
    order: 1;
}

.slide-center [class*=col-md-] {
    max-width: 100%;
    flex-basis: 100%;
}
/*.slide-center [class*=col-md-] *:not(.slide-content, .boxed-btn) {
    margin: auto;
    text-align: center;
}*/
.slide-center [class*=col-md-] .boxed-btn {
    margin: 10px auto
}
.slide-center [class*=col-md-] p {
    margin-bottom: 15px;
}
.slide-center [class*=col-md-] .startkit-img {
    margin: auto;
    margin-top: 15px;
    max-width: 445px;
    text-align: center;
}
.slide-center [class*=col-md-] img {
    width: auto;
    max-width: 100%;
    display: inline-block;
}

.slide-left [class*=col-md-] .startkit-img {
    text-align: right;
}
.slide-left [class*=col-md-] .startkit-img img {
    display: inline-block;
}

.startkit-img .frame {
    overflow: hidden;
}

.startkit-img .frame iframe {
    /*min-height: 320px;*/
    min-height: 255px;
    border: 5px solid #ffffff;
    border-radius: 2px;
}

.slide-content h4 {
    display: block;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 30px;
    font-size: 20px !important;
    margin-bottom: 15px !important;
}

.slide-content h1 {
    letter-spacing: 0.7px;
}
.slide-content p {
    color: #fff;
}

.startkit.slide-content h1 {
    border-radius: 0;
    padding: 0;
    color: #ffffff;
    font-weight: 800;
    font-size: 50px;
    line-height: 65px;
    display: inline-block;
}

.slide-content h1 {
    margin-bottom: 10px;
}

.slide-content p {
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 22px;
    overflow: hidden;
    line-height: 34px;
}

a.boxed-btn.btn-white {
    margin-left: 12px;
    color: #000000 !important;
    background-color: #ffffff !important;
}

a.boxed-btn.btn-white:hover,
a.boxed-btn.btn-white:focus {
    margin-left: 12px;
    color: #000000 !important;
    background-color: #ffffff !important;
}

/* Slider New Style */

.slide-img {
    position: relative;
    border: 10px solid #ffffff;
}

.slide-img img {
    padding: 10px;
}

.slide-bg {
    margin-top: 50px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 30px;
}

.slide-bg h4 {
    border: 1px solid #fff;
    padding: 0 15px;
    margin-bottom: 25px;
}

.slide-bg-line {
    padding: 30px;
    margin-top: 50px;
    background: rgba(0, 0, 0, 0.6);
}

.slide-bg-line.slide-left {
    border-left: 10px solid;
}

.slide-bg-line.slide-center {
    border-top: 10px solid;
}

.slide-bg-line.slide-right {
    border-right: 10px solid;
}

.delay-1 {
    -webkit-animation-delay: 0.25s;
    animation-delay: .25s;
}
.delay-2 {
    -webkit-animation-delay: 0.5s;
    animation-delay: .5s;
}
.delay-3 {
    -webkit-animation-delay: 0.75s;
    animation-delay: .75s;
}
.delay-4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 1s;
}
.delay-0 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

/* Slider Dots Vertical */

.dots-vertical.header-slider .owl-nav {
    display: none;
}

.dots-vertical-arrow .owl-dots,
.dots-vertical .owl-dots {
	position: absolute;
    top: 0px;
    bottom: 0;
    right: 22px;
    left: auto;
    margin: auto 0;
    z-index: 1;
    width: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.dots-vertical-arrow .owl-dot .tp-bullet-inner,
.dots-vertical .owl-dot .tp-bullet-inner {
    position: relative;
    background: transparent;
    cursor: pointer;
    width: 13px;
    height: 13px;
    border: 3px solid #fff;
    border-radius: 50%;
    display: block;
    margin: auto;
    box-sizing: content-box;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.dots-vertical-arrow .owl-dot.active .tp-bullet-inner,
.dots-vertical .owl-dot.active .tp-bullet-inner {
    transform: scale(1.4);
}

.dots-vertical-arrow .owl-dot:not(:last-child) .tp-line,
.dots-vertical .owl-dot:not(:last-child) .tp-line {
    height: 20px;
    width: 3px;
    background: white;
    display: block;
    margin: 0 auto;
}

.header-slider .owl-nav,
.product-section .owl-nav {
    display: block;
}

.header-slider .owl-next, .header-slider .owl-prev,
.product-section .owl-next, .product-section .owl-prev {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    /*background-position: center;
    background-size: 100% 100%;*/
    cursor: pointer;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    -webkit-transition: .3s cubic-bezier(0.11, 0.35, 0.85, 0.75);
    transition: .3s cubic-bezier(0.11, 0.35, 0.85, 0.75);
    background-color: rgb(33 37 41 / 75%);
}

.product-section .owl-next, .product-section .owl-prev {
    top: 30%;
}

.header-slider div.owl-next,
.header-slider div.owl-prev,
.product-carousel div.owl-next,
.product-carousel div.owl-prev {
    border: none;
}

.header-slider .owl-next:hover, .header-slider .owl-prev:hover,
.product-section .owl-next:hover, .product-section .owl-prev:hover {
    /*background-position: center;
    background-size: 100% 100%;*/
    color: #fff;
}

.header-slider .owl-prev,
.product-section .owl-prev {
    left: -150px;
    visibility: hidden;
}

.header-slider .owl-next,
.product-section .owl-next {
    right: -150px;
    visibility: hidden;
}

.header-slider:hover .owl-next, .header-slider:hover .owl-prev,
.product-section:hover .owl-next, .product-section:hover .owl-prev {
    visibility: visible;
}

.header-slider:hover .owl-next {
    right: 25px;
}

.header-slider:hover .owl-prev {
    left: 25px;
}

.product-section:hover .owl-next {
    right: -95px;
}

.product-section:hover .owl-prev {
    left: -95px;
}


/* Slider Anime Title */
.ml10 {
    position: relative;
}
.ml10 .text-wrapper {
    position: relative;
    display: inline-flex;
    overflow: hidden;
}
.ml10 .letter {
    display: inline-block;
    line-height: 1em;
    white-space: pre-wrap;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-origin: 0 0;
}

/* Slider Anime Sub Title */
.ml16 {
    overflow: hidden;
}
.ml16 .letter {
    display: inline-block;
    white-space: pre-wrap;
}

/* Slider Anime Description */
.ml13 {
    letter-spacing: 0.5em;
}
.ml13 .letter {
    display: inline-block;
    white-space: pre-wrap;
    animation: anime 1s ease-out 1 both;
}
@keyframes anime {
    from{
        opacity: 0;
        transform: perspective(500px) translate3d(-35px, -40px, -150px) rotate3d(1, -1, 0, 35deg);
    }
    to{
        opacity: 1;
        transform: perspective(500px) translate3d(0, 0, 0);
    }
}

/* Slider Anime Button */

/*
==========================================
    04. Features List
==========================================
*/

#features.section-padding-top {
    padding: 80px 0 0;
}

#features-list {
    margin-top: -80px;
    margin-top: -80px;
    margin-top: -80px;
    margin-top: -5rem;
    /* margin-bottom: 50px; */
	padding-bottom: 50px;
}

.features-list-item {
    text-align: center;
    position: relative;
    z-index: 0;
    padding: 0;
    padding-top: 35px;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
}

.features-list-item .features-icon {
    display: inline-block;
    text-align: center;
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 64px;
    width: 64px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
    color: #ffffff;
    z-index: 1;
}

.features-list-item .features-icon:before,
.features-list-item .features-icon:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
}

.features-list-item .features-icon:before {
    background-color: #0088cc;
}

.features-list-item .features-icon:after {
    background-color: #282828;
    z-index: -1;
    top: 6px;
    left: -4px;
}

.features-content {
    position: relative;
    z-index: 0;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
    padding: 52px 30px 22px;
}

.features-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-box-shadow: 0 4px 33px rgb(0 9 37 / 18%);
    box-shadow: 0 4px 33px rgb(0 9 37 / 18%);
    background-color: #ffffff;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
}

.features-content:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #007cfb;
    z-index: -2;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition-delay: .05s;
    -webkit-transition-delay: .05s;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
}

.features-list-item:hover .features-content,
.features-list-item:focus-within .features-content {
    color: #ffffff;
}

.features-list-item:hover .features-content:before,
.features-list-item:focus-within .features-content:before {
    background-color: #282828;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: url(images/bg-line.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
}

.features-list-item:hover .features-content:after,
.features-list-item:focus-within .features-content:after {
    opacity: 1;
    bottom: -10px;
    right: -10px;
}

.info-light {
   background: #ffffff;
}

.info-color span.icon i, .info-color h4, .info-color p, #features-list .info-color a.view-more {
    color: #ffffff !important;
}

.features-list-item:hover,
.features-list-item:focus-within {
    margin-top: -15px;
    box-shadow: 0px 15px 16px 0px rgba(0, 0, 0, 0.08);
}

.features-list-item .icon {
    display: inline-block;
    font-size: 32px;
    overflow: hidden;
    width: 100%;
    line-height: 64px;
    position: relative;
    z-index: 0;
}

.features-list-item h4 {
    display: inline-block;
    font-size: 20px !important;
    font-weight: 600 !important;
    vertical-align: super;
}

.features-list-item p {
    font-weight: 500;
    margin-bottom: 5px;
}

.view-more {
    position: relative;
}

.view-more:after {
    position: absolute;
    content: '\eb55';
    font-family: 'icoFont';
    top: 0px;
    margin-left: 5px;
}

/*====== Services ( features-touch ) ========*/

.features-touch {
    text-align: center;
    border-radius: 0;
    flex: 1 1 auto;
}

.features-touch .icon {
    display: block;
    text-align: center;
    padding-bottom: 20px;
}

.features-touch .icon i {
    font-size: 50px;
}

.features-touch:hover .icon i {
    font-size: 45px;
}

.features-list-item:hover .icon i,
.features-list-item:focus-within .icon i {
    -webkit-animation: slideRight .3s forwards;
    animation: slideRight .3s forwards;
}
@-webkit-keyframes slideRight {
    49% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%)
    }
    50% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%)
    }
    51% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

@keyframes slideRight {
    49% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%)
    }
    50% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%)
    }
    51% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

.features-touch h4 {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 15px;
}

.features-touch p {
    font-size: 16px;
}

/*---//---*/


/*
==========================================
    05. Call Out
==========================================
*/

.call-out {
    margin: 0;
    border-radius: 0;
    background: url(/images/homepage/background/calloutbg.jpg) no-repeat center / 100% 100%;
    color: #fff;
    padding: 50px 80px;
    position: relative;
    z-index: 1;
}
.startkitrips {
    overflow: hidden;
}

.call-out:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    opacity: 0.7;
    z-index: -1;
}

.call-out p {
    color: #ffffff;
    font-size: 16px;
}

#call-out h3 {
    font-size: 20px !important;
    margin-bottom: 0px !important;
    font-weight: 600 !important;
    letter-spacing: 0.35px;
}

#call-out h3 span {
    color: #0088cc;
}

.cta-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.contact-content {
    font-size: 18px;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 0;
}

.contact-content:after {
    content: "";
    display: table;
    clear: both;
}

.about-widget.contact-text {
    margin-top: 22px;
    max-width: 85%;
    padding: 14px 10px;
    background-color: #f5f5f5;
    border: 1px solid #e8e8e8;
}

.contact-text {
    text-align: left;
}

.contact-text p, .contact-text .title {
    font-weight: 600;
}

.about-widget .ctc-icon {
    float: left;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
}

.about-widget span.contact-icon {
    font-size: 26px;
}

.contact-text.about-widget .title {
    font-size: 16px;
    line-height: 1;
}

.about-widget.contact-text .contact-content {
    display: inline-block;
    margin-left: 12px;
}
.about-widget.contact-text .contact-content:first-child {
    margin-left: 0;
}
.about-widget .contact-content .ctc-text {
    margin-left: 45px;
}

.about-widget.contact-text p.descriptions {
    border-bottom: none;
}

.about-sign-bottom.about-widget p.descriptions {
    color: #0088cc;
}

.contact-text.about-widget .title, .contact-text.about-widget .descriptions {
    color: #05123f;
}

.contact-text p {
    font-size: 16px;
    line-height: 1;
    border-bottom: 1px solid #dddddd;
    display: inline-block;
    letter-spacing: 0.35px;
}

.contact-text .contact-icon {
    color: #007cfb;
    font-size: 17px;
}

.cta-or {
    position: relative;
    z-index: 0;
}

.cta-or:after, .cta-or:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 28px;
    border: 1px dashed #0088cc;
}

.cta-or:after {
    top: -115%;
}

.cta-or:before {
    bottom: -115%;
}

.cta-or span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: relative;
    z-index: 0;
}

.cta-or span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0088cc;
    transform: rotate(45deg);
    border-radius: 5px;
    z-index: -1;
}

.contact-text.about-widget.about-sign-bottom {
    background: none;
    border: none;
    margin-top: 8px;
    padding-left: 0;
    padding-right: 0;
}

.about-sign-bottom.about-widget .contact-content .ctc-text {
    margin: 0;
}

.about-sign-bottom.about-widget .contact-content .ctc-text .title,
.about-sign-bottom.about-widget .contact-content .ctc-text .descriptions {
    font-size: 16px;
}

.about-sign {
    display: inline-block;
    vertical-align: bottom;
}

/*
==========================================
    06. Portfolio
==========================================
*/
#recent-blog .sorting-btn,
#woocommerce-page .sorting-btn {
	width: 85%;
}
#recent-blog .post-title {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 24px !important;
}
.sorting-btn {
    border-radius: 5px;
    box-shadow: none;
    padding: 12px 35px;
    border-bottom: none;
    margin: 0 auto 30px auto;
    width: 55%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    background: none;
}

.sorting-btn li {
    cursor: pointer;
    padding: 0;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    list-style: none;
}

.sorting-btn li:last-child {
	margin: 0;
}

.sorting-btn li a {
    display: inline-block;
    position: relative;
    z-index: 0;
}

.sorting-btn li a::before {
    content: attr(data-tooltip);
    position: absolute;
    top: -95%;
    left: 0;
    right: 0;
    margin: auto;
    min-width: 45px;
    max-width: 50px;
    font-size: 16px;
    line-height: 23px;
    display: block;
    padding: 0 10px;
    color: #ffffff;
    background-color: #0088CC;
    border-radius: 4px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s;
    z-index: 9;
}

#recent-blog .sorting-btn li a::before {
    top: -110%;
}

.sorting-btn li a::after {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-45%);
    border-width: 7px;
    border-style: solid;
    border-color: #0088CC transparent transparent transparent;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s;
    z-index: 9;
}

.sorting-btn li a.active::after,
.sorting-btn li a.active::before,
.sorting-btn li a:focus::after,
.sorting-btn li a:focus::before,
.sorting-btn li a:hover::after,
.sorting-btn li a:hover::before {
    visibility: visible;
    opacity: 1;
}

.portfolio figure {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 0px !important;
}

.portfolio figure img {
    display: block;
    margin: 0;
}

.portfolio figure > img {
    width: 100%;
}

.portfolio-item .content {
    padding: 18px 20px;
}

.portfolio figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 0 15px;
    z-index: 1;
}

.gallery-item figure:after,
.gallery-item figure:before,
.gallery-item figcaption:after,
.gallery-item figcaption:before,
.blog-post.blog-style-2 .post-thumbnail:after,
.blog-post.blog-style-2 .post-thumbnail:before,
.blog-post.blog-style-2 .post-overlayed:after,
.blog-post.blog-style-2 .post-overlayed:before,
.portfolio figure::after,
.portfolio figure::before,
.portfolio figcaption::after,
.portfolio figcaption::before {
    content: "";
    position: absolute;
    height: 50%;
    width: 50%;
    background-color: #111111;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    opacity: 0;
}

.blog-post.blog-style-2 .post-thumbnail:after,
.blog-post.blog-style-2 .post-thumbnail:before,
.blog-post.blog-style-2 .post-overlayed:after,
.blog-post.blog-style-2 .post-overlayed:before {
    background-color: rgb(17 17 17 / 75%);
}

.gallery-item figure:after,
.gallery-item figure:before,
.blog-post.blog-style-2 .post-thumbnail:after,
.blog-post.blog-style-2 .post-thumbnail:before,
.portfolio figure:after,
.portfolio figure:before {
    z-index: 0;
}

.gallery-item figure:before,
.blog-post.blog-style-2 .post-thumbnail:before,
.portfolio figure:before {
    top: 0;
    right: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.gallery-item figure:after,
.gallery-item figure:after,
.blog-post.blog-style-2 .post-thumbnail:after,
.blog-post.blog-style-2 .post-thumbnail:after,
.portfolio figure:after,
.portfolio figure:after {
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.blog-post.blog-style-2 .post-overlayed:after,
.blog-post.blog-style-2 .post-overlayed:before {
    z-index: 0;
}

.gallery-item figcaption:after,
.gallery-item figcaption:before,
.portfolio figcaption:before,
.portfolio figcaption:after {
    z-index: -1;
}

.gallery-item figcaption:before,
.gallery-item figcaption:before,
.blog-post.blog-style-2 .post-overlayed:before,
.blog-post.blog-style-2 .post-overlayed:before,
.portfolio figcaption:before,
.portfolio figcaption:before {
    top: 0;
    left: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.gallery-item figcaption:after,
.gallery-item figcaption:after,
.blog-post.blog-style-2 .post-overlayed:after,
.blog-post.blog-style-2 .post-overlayed:after,
.portfolio figcaption:after,
.portfolio figcaption:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.gallery-item figure:hover:after,
.gallery-item figure:hover:before,
.gallery-item figure:hover figcaption:after,
.gallery-item figure:hover figcaption:before,
.blog-post.blog-style-2:hover .post-thumbnail:after,
.blog-post.blog-style-2:hover .post-thumbnail:before,
.blog-post.blog-style-2:hover .post-overlayed:after,
.blog-post.blog-style-2:hover .post-overlayed:before,
.portfolio figure:hover:after,
.portfolio figure:hover:before,
.portfolio figure:hover figcaption:after,
.portfolio figure:hover figcaption:before {
    -webkit-transform: translate(0,0) scale(1);
    transform: translate(0,0) scale(1);
    opacity: 1;
}

.portfolio figcaption h4,
.portfolio figcaption p {
    margin-bottom: -20px;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.portfolio figcaption p {
    font-size: 12px;
}

.portfolio figcaption .view-more, 
.portfolio figcaption .view-more:hover  {
    color: #fff
}

.portfolio figcaption img {
    margin: 10px auto 0;
}

.portfolio-masonary figure:hover figcaption,
.portfolio-masonary figure:focus-within figcaption {
    opacity: 1;
}

.portfolio figure:hover figcaption h4,
.portfolio figure:hover figcaption p {
    margin-bottom: 5px !important;
}


/*
==========================================
    07. Features
==========================================
*/

.features-item {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 35px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 10px 35px 0px rgb(0 0 0 / 10%);
}

.features-item > img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    display: block;
}

.features-heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 40px;
    padding: 10px 15px;
    background-color: rgb(33 37 41 / 85%);
    -webkit-transition: .3s all ease-in;
    transition: .3s all ease-in;
}

.features-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    z-index: 1;
    margin: 0 auto;
    color: #ffffff;
    -webkit-transition: .3s all ease-in;
    transition: .3s all ease-in;
    height: 60px;
    text-align: left;
}

.features-wrap .media-body {
    padding: 20px;
    position: relative;
    z-index: 0;
    height: 100%;
    visibility: hidden;
    -webkit-transition: .3s all ease-in;
    transition: .3s all ease-in;
}

.features-wrap .media-body:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    visibility: hidden;
    z-index: -1;
    background-color: #282828;
    -webkit-transition: .3s all ease-in;
    transition: .3s all ease-in;
}

.features-item:hover .features-heading,
.features-item:focus-within .features-heading {
    margin-top: 0;
    padding: 20px;
    padding-bottom: 0;
}

.features-item:hover .features-wrap,
.features-item:focus-within .features-wrap {
    width: 100%;
    height: 100%;
}

.features-item:hover .media-body,
.features-item:focus-within .media-body {
    visibility: visible;
    padding-top: 12px;
}

.features-item:hover .media-body:after,
.features-item:focus-within .media-body:after {
    visibility: visible;
}

.features-item i {
    font-size: 22px;
    margin-bottom: 0;
    margin-left: 16px;
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
}

.features-item h5 {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.45px;
    font-weight: 600 !important;
}

.features-item h5 a {
    -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1);
}

.features-item h5 a:hover,
.features-item h5 a:focus {
    color: #ffffff;
}

.features-item p {
    color: #fff;
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.features-item .theme-link {
    margin-top: 8px;
}

.features-item .read-link {
    font-weight: 500;
    -webkit-transition: .3s all ease-in;
    transition: .3s all ease-in;
}

.features-item .read-link:hover,
.features-item .read-link:focus {
    color: #ffffff;
}

/* ( Startbiz ) Features Item Inner */
@media only screen and (max-width:767px) {}
.featured-item-inner .item--featured {
    position: relative;
    overflow: hidden;
}

.featured-item-inner .item--featured img {
    display: block;
}

.featured-item-inner .item--holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    opacity: 0;
}

.featured-item-inner:hover .item--holder,
.featured-item-inner:focus-within .item--holder {
    opacity: 1;
}

.featured-item-inner .item--holder .item--holder-inner {
    position: relative;
    z-index: 1;
    padding: 22px 25px 25px;
    display: flex;
    flex-wrap: nowrap;
}

.featured-item-inner .item--holder .item--icon {
    line-height: 1;
    font-size: 48px;
    color: #fff;
    margin-right: 18px;
}

.featured-item-inner .item--holder .item--title {
    font-size: 20px;
    margin-bottom: 9px;
}

.featured-item-inner .item--holder .item--content {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 21px;
}

.featured-item-inner .item--holder .item-readmore a {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    line-height: 34px;
    padding: 0 16px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.featured-item-inner .item--holder .item-readmore a:hover,
.featured-item-inner .item--holder .item-readmore a:focus {
    background-color: #ffffff;
    color: #282828;
}

.featured-item-inner .item--meta {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background-color: #ffffff;
    padding: 15px 30px;
    justify-content: flex-start;
    -webkit-transition: all .2s cubic-bezier(.645,.045,.355,1);
    transition: all .2s cubic-bezier(.645,.045,.355,1);
}

.featured-item-inner:hover .item--meta,
.featured-item-inner:focus-within .item--meta {
    -webkit-box-shadow: 0 3px 12px rgb(0 0 0 / 8%);
    box-shadow: 0 3px 12px rgb(0 0 0 / 8%);
}

.featured-item-inner .item--meta .item--icon {
    line-height: 1;
    font-size: 40px;
    margin-right: 18px;
}

.featured-item-inner .item--meta .item--title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px !important;
    font-weight: 800 !important;
}

.featured-item-inner .item--meta .item--title a {
    font-size: inherit;
    font-weight: 800;
    color: inherit;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
}

.featured-item-inner .item-overlay {
    z-index: -1;
    background-color: rgba(21,38,68,.9);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 100%;
    -webkit-transition: all .2s cubic-bezier(.645,.045,.355,1);
    transition: all .2s cubic-bezier(.645,.045,.355,1);
}

.featured-item-inner:hover .item-overlay,
.featured-item-inner:focus-within .item-overlay {
    top: 0;
}

.featured-item-inner .item-overlay:before {
    content: '';
    -webkit-transition: all .2s cubic-bezier(.645,.045,.355,1);
    transition: all .2s cubic-bezier(.645,.045,.355,1);
    height: 4px;
    width: 100%;
    position: absolute;
    top: -4px;
    left: 0;
}

.featured-item-inner:hover .item-overlay:before,
.featured-item-inner:focus-within .item-overlay:before {
    top: 0;
}

/* Arowana Featured box */
.features-arowana {
    position: relative;
    padding: 36px 30px 16px;
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    transition: .5s;
    align-items: center;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 10%);
}
.features-arowana .icon {
    position: relative;
    font-size: 40px;
    margin-right: 30px;
    transition: .5s;
    line-height: 70px;
    width: 70px;
    height: 70px;
    text-align: center;
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    z-index: 0;
}
.features-arowana .icon:before {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    border: 2px solid #e9e5df;
    background-color: #fff;
    top: -30px;
    left: -20px;
    transition: .5s;
}
.features-arowana .icon:after {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    border: 2px solid #e9e5df;
    background-color: #fff;
    border-radius: 50%;
    top: 0;
    left: 0;
    transition: .5s;
}
.features-arowana .count {
    position: absolute;
    top: -38px;
    left: -27px;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    background: #fff;
    padding: 2px 6px;
}
.features-arowana .icon i {
    position: relative;
    z-index: 9;
}
.features-arowana:hover .icon i,
.features-arowana:focus-within .icon i {
    color: #ffffff;
}
.features-arowana .content {
    max-width: 330px;
    text-align: left;
}
.features-arowana h5 {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    transition: .5s;
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.features-arowana h5 a {
    font-size: inherit;
    font-weight: 700;
    -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1);
}
.features-arowana h5:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100px;
    border-bottom-width: 2px;
    border-bottom-style: dashed;
}
.features-arowana .text {
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    color: #797979;
    margin-bottom: 20px;
}

/* StartBiz Featured box */
.features-startbiz {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 4px;
    text-align: left;
    box-shadow: 0 5px 35px 0 rgb(40 40 40 / 7%);
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    background-color: #fff;
    padding: 50px 40px 50px;
}
.features-startbiz:hover,
.features-startbiz:focus-within {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.features-startbiz .features-contented {
    position: relative;
    z-index: 2;
}
.features-startbiz .features-icon {
    margin-bottom: 50px;
}
.features-startbiz .features-icon i {
    font-size: 65px;
    line-height: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.features-startbiz h5 {
    position: relative;
    font-size: 24px;
    padding-bottom: 36px;
    margin-bottom: 35px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.features-startbiz h5 a {
    font-size: inherit;
    font-weight: 600;
    -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1);
}
.features-startbiz:hover h5 a,
.features-startbiz:focus-within h5 a {
    color: #ffffff;
}
.features-startbiz h5:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #eaeaea;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.features-startbiz p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
    color: #9b9b9b;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.features-startbiz .features-link {
    margin-top: 14px;
    height: 32px;
    line-height: 32px;
    color: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-color: transparent;
    min-width: 0;
    padding: 0;
    border: none;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    border-radius: 3px;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.features-startbiz .features-link i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 65%;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.features-startbiz .features-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    z-index: 1;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
.features-startbiz .features-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.85;
}
.features-startbiz:hover .features-overlay,
.features-startbiz:focus-within .features-overlay {
    opacity: 1;
}
.features-startbiz:hover .features-link,
.features-startbiz:hover p,
.features-startbiz:hover .features-icon i,
.features-startbiz:hover h5,
.features-startbiz:focus-within .features-link,
.features-startbiz:focus-within p,
.features-startbiz:focus-within .features-icon i,
.features-startbiz:focus-within h5 {
    color: #fff;
}
.features-startbiz:hover h5:after,
.features-startbiz:focus-within h5:after {
    background-color: #fff;
}
.features-startbiz:hover .features-link i,
.features-startbiz:focus-within .features-link i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
}

/* Envira Featured box */
.features-envira {
    text-align: center;
    background-color: #ffffff;
    padding: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 30px;
    box-shadow: 0 5px 35px 0 rgb(40 40 40 / 7%);
}
.features-envira::before {
    position: absolute;
    content: "";
    height: 65%;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    top: -110px;
    z-index: -1;
    opacity: 0.2;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.features-envira .icon {
    margin-bottom: 20px;
    position: relative;
}
.features-envira .icon i {
    display: inline-block;
    height: 90px;
    width: 90px;
    line-height: 90px;
    background-color: #ffffff;
    text-align: center;
    font-size: 50px;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.features-envira h5 {
    font-size: 25px;
    margin-bottom: 15px;
}
.features-envira h5 a {
    font-size: inherit;
    font-weight: 600;
    -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1);
}
.features-envira h5 a:not(:hover):not(:focus) {
    color: #282828;
}
.features-envira p {
    color: #606060;
}
.features-envira:hover,
.features-envira:focus-within {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.features-envira:hover .icon i,
.features-envira:focus-within .icon i {
    color: #ffffff;
}

/*===== Features Eight =====*/
.features-eight {
    position: relative;
    z-index: 0;
}

.features-image {
    width: 100%;
    height: 100%;
    max-height: 320px;
    overflow: hidden;
}

.features-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.features-eight .features-contented {
    padding: 18px 20px;
    background-color: #282828;
    color: #ffffff;
    border: 1px solid transparent;
    -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1);
}

.features-eight .icon {
    display: inline-block;
    background-color: #0088cc;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 100px;
    font-size: 22px;
    margin-top: -72px;
    vertical-align: middle;
    position: relative;
    z-index: 0;
}

.features-eight .count {
    display: inline-block;
    position: absolute;
    top: 3px;
    right: -6px;
    color: #ffffff;
    background-color: #282828;
    width: 30px;
    height: 30px;
    line-height: 27px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 100px;
    border: 2px solid #ffffff;
    -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1);
}

.features-eight .features-contented p {
    color: #ffffff;
    margin-top: 5px;
    -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1);
}

.features-eight h5 a {
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1);
}

.features-eight.active .features-contented,
.features-eight:hover .features-contented,
.features-eight:focus-within .features-contented {
    background-color: #ffffff;
    border-color: #e2e2e2;
    box-shadow: 0 10px 35px -3px rgb(0 0 0 / 17%);
}

.features-eight.active .icon,
.features-eight:hover .icon,
.features-eight:focus-within .icon {
    background-color: #282828;
}

.features-eight.active .count,
.features-eight:hover .count,
.features-eight:focus-within .count {
    background-color: #0088cc;
}

.features-eight.active .features-contented p,
.features-eight:hover .features-contented p,
.features-eight:focus-within .features-contented p {
    color: #282828;
}

.features-eight .view-more {
    color: #0088cc;
}

.features-eight.active .features-contented .view-more,
.features-eight.active .features-contented h5 a,
.features-eight.active .features-contented h5,
.features-eight.active .features-contented .view-more,
.features-eight:focus-within .features-contented .view-more:focus,
.features-eight:hover .features-contented h5,
.features-eight:focus-within .features-contented h5,
.features-eight:hover .features-contented h5 a:hover,
.features-eight:focus-within .features-contented h5 a:focus {
    color: #282828;
}

/*===== FAQ =====*/

.accordion .card {
    border: none;
    border-radius: 0;
    color: var(--bs-white);
    z-index: 0;
    margin-bottom: 5px;
}

.accordion .card:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background-color: #f7f7f7;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}

.accordion .card:not(:first-child) {
    margin-top: 2.24rem;
}

.accordion .card>.card-header {
    border-bottom: 0;
    padding: 0;
    background-color: #f7f7f7;
    border-radius: 12px !important;
    overflow: hidden;
}

.acc-btn {
    padding: 16px 16px 16px 70px;
    font-weight: 600;
    color: #282828;
    position: relative;
    text-decoration: none;
    border-radius: 0;
    white-space: normal;
    letter-spacing: 0.2px;
}

.acc-btn.collapsed:after {
    content: "\f067";
}

.acc-btn:after {
    content: "\f068";
    font-family: fontawesome;
    font-weight: 900;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 19px;
    margin: auto;
    font-size: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    border-radius: 6.25rem;
    color: #282828;
    background-color: #ffffff;
    transform: rotate(0deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.acc-btn.collapsed:after {
    color: #282828;
    transform: rotate(0deg);
}

button.acc-btn, button.acc-btn:not(:hover), button.acc-btn:not(:focus) {
    color: #282828;
}

button.acc-btn,
button.acc-btn:hover,
button.acc-btn:focus {
    box-shadow: none;
    outline: none;
    border: none;
    color: #282828;
    background: none;
}
.collapse {
    padding: 0 !important;
    border-top: 1px solid #ececec;
}
.card .card-body {
    padding: 20px 25px;
    font-weight: 500;
}

/* Aerowana Info Box */
.featured-box {
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    padding: 0;
    position: relative;
}

.featured-box:hover,
.featured-box:focus-within {
    margin-top: -50px;
    padding-bottom: 50px;
    -webkit-box-shadow: 0 4px 33px rgb(0 9 37 / 18%);
    box-shadow: 0 4px 33px rgb(0 9 37 / 18%);
}

.featured-box .title {
    color: #fff;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.3;
    padding: 20px 0 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid hsla(0,0%,100%,.15);
    margin: 0 25px;
}

.featured-box .title i {
    font-size: 30px;
    margin-right: 10px;
}

.featured-box p {
    padding: 20px;
    line-height: 1.5;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 16px;
}

.featured-box .view-more {
    display: block;
    background: #282828;
    text-transform: uppercase;
    padding: 13px 65px 13px 15px;
    color: #ffffff;
    transition: all .8s;
    -webkit-transition: all .8s;
    position: absolute;
    bottom: -60px;
    width: 100%;
}

.featured-box .view-more:after {
    opacity: 1;
    -webkit-transform: translate(0px, 0) !important;
    transform: translate(0px, 0) !important;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    color: #282828;
    background: #ffffff;
    top: 0;
}

.featured-box:hover .view-more:after,
.featured-box .view-more:hover:after {
    opacity: 1;
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
}

.featured-box:hover .view-more {
    bottom: 0;
    color: #ffffff;
}

/* Envira Info Box */
.envira-featured-row {
    border-radius: 10px;
    overflow: hidden;
}

.envira-featured-box {
    color: #ffffff;
    overflow: hidden;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    padding: 36px 23px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    min-height: 158px;
}

@media only screen and (max-width: 991px) {
    .envira-featured-box {
        border-radius: 10px;
    }
}

.envira-featured-box:hover,
.envira-featured-box:focus-within {
    -webkit-box-shadow: 0 4px 33px rgb(0 9 37 / 18%);
    box-shadow: 0 4px 33px rgb(0 9 37 / 18%);
}

.featured-box-item {
    position: relative;
    z-index: 0;
}

.featured-box-item:after {
    content: "";
    display: table;
    clear: both;
}

.envira-featured-box .icon {
    font-size: 30px;
    margin-right: 12px;
    float: left;
}

.envira-featured-box .envira-featured-content {
    margin-left: 45px;
    text-align: left;
}

.envira-featured-box .title {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.envira-featured-box .title a {
    font-weight: inherit;
    font-size: inherit;
    color: #fff;
}

.envira-featured-box p {
    line-height: 25px;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 16px;
}

.envira-featured-contact {
    border-radius: 10px;
    background-color: #282828;
}

.envira-featured-contact .envira-featured-content {
    margin-left: 50px;
    text-align: left;
}

.envira-featured-contact .icon {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 49px;
    margin-right: 0;
    font-size: 40px;
    display: inline-block;
    margin-top: 8px;
}

.envira-featured-contact .title {
    letter-spacing: 0.75px;
    margin-bottom: 2px;
}

.envira-featured-contact h3 {
    font-weight: 700 !important;
}

.envira-featured-contact h3 {
    font-size: 25px !important;
}


/*
==========================================
    08. Services
==========================================
*/

.servicepage-item2, .services-item {
    padding: 50px 15px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: .3s all;
    transition: .3s all;
}

.services-item:hover,
.services-item:focus-within {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
}

.services-item .service-icon {
    margin-bottom: 20px;
    position: relative;
}

.services-item .service-icon img,
.services-item .service-icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
	margin: 0 auto;
}

.services-item .service-icon:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    width: 40px;
    height: 2px;
}

.services-item h4 {
    margin-bottom: 5px;
	font-size: 18px;
    line-height: 28px;
    -webkit-transition: .3s;
    transition: .3s;
}
/* service second */

.servicepage-item2 .service-icon i {
    font-size: 50px;
    line-height: 100px;
}
.servicepage-item2 .service-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 10px;
    margin: 0 auto 20px;
}

.servicepage-item2 img {
    height: 50px;
    width: 50px;
}

.servicepage-item2 .service-icon {
    text-align: center;
    border-radius: 50%;
    -webkit-transition: .3s all;
    transition: .3s all;
    margin: 0 auto;
    margin-bottom: 20px;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -webkit-transition: background 0.2s, -webkit-transform ease-out 0.1s;
    transition: background 0.2s, -webkit-transform ease-out 0.1s;
    transition: transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s, -webkit-transform ease-out 0.1s;
    position: relative;
    z-index: 1;
}

.servicepage-item2 .service-icon  i{
	color:#fff !important;
}

.servicepage-item2 .service-icon:after {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    box-sizing: content-box;
}


.servicepage-item2:hover .service-icon {
    -webkit-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}

.servicepage-item2:hover .service-icon:after {
    left: 50%;
    top: 50%;
    display: block;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
/*
==========================================
    09. fun-fact
==========================================
*/

#fun-fact {
    background: url(../img/homepage/background/factbg.jpg) no-repeat center / cover;
    padding: 80px 0 60px;
    color: #fff;
    position: relative;
    z-index: 1;
}

#fun-fact:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* border-radius: 6px; */
    opacity: 0.7;
    z-index: -1;
}

.fact-item .icon-overly {
    display: inline-block;
    width: auto;
    height: auto;
    margin-bottom: 10px;
    border-radius: 100%;
    position: relative;
    z-index: 0;
}

#fun-fact i {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 35px;
    margin: auto;
    margin-bottom: 0;
    display: block;
    border-radius: 100%;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 20px rgb(255 255 255 / 50%);
}

#fun-fact .icon-overly .ripple {
    background-color: #7ad1ff;
}

#fun-fact strong {
    font-size: 42px;
    letter-spacing: -0.75px;
}

#fun-fact p {
    color: #0088cc;
    font-weight: 600;
    letter-spacing: 0.45px;
}


/*
==========================================
    10. Our Team
==========================================
*/
.team-member {
    position: relative;
    margin-bottom: 0;
    text-align: center;
    -webkit-box-shadow: 0px 6px 33px 3px rgb(0 70 226 / 9%);
    box-shadow: 0px 6px 33px 3px rgb(0 70 226 / 9%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.team-member .member-img {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.team-member .member-img img {
    width: 100%;
    position: relative;
    z-index: 0;
}

.team-member .member-content .btn-overly {
    position: absolute;
    display: inline-block;
    top: -23px;
    font-size: 16px;
    left: 50%;
    margin-left: -22.5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 0;
}

.team-member .btn-overly i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #ffffff;
    background-color: #0088CC;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.team-member:hover .btn-overly,
.team-member:focus-within .btn-overly {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.team-member .member-content ul {
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    opacity: 0;
    padding: 0;
    list-style: none;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.team-member:hover .member-content ul,
.team-member:focus-within .member-content ul {
    top: -17px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.team-member .member-content ul li {
    display: inline-block;
    margin: 0 4px;
}

.team-member .member-content ul li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 46px;
    font-size: 16px;
    background-color: #fff;
    text-align: center;
    color: #0088CC;
    margin-top: -5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-box-shadow: 0 4px 30px -10px #0088CC;
    box-shadow: 0 4px 30px -10px #0088CC;
}

.team-member .member-content ul li a:hover,
.team-member .member-content ul li a:focus {
    color: #fff;
    background-color: #0088CC;
}

.team-member .member-content {
    position: relative;
    padding-top: 45px;
    padding-bottom: 40px;
    background-color: #ffffff;
    z-index: 0;
}

.ripple {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #0088CC;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: ripple 5s ease-in-out infinite;
    animation: ripple 5s ease-in-out infinite;
    -webkit-transition: background 1.5s ease;
    transition: background 1.5s ease;
}
@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
    30% {
        opacity: 0.30;
    }
    100% {
        -webkit-transform: scale(1.9);
        transform: scale(1.9);
        opacity: 0;
    }
}
@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
    30% {
        opacity: 0.30;
    }
    100% {
        -webkit-transform: scale(1.9);
        transform: scale(1.9);
        opacity: 0;
    }
}

.ripple.ripple-1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.ripple.ripple-2 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.team-member .btn-overly .ripple {
    background-color: #7ad1ff;
}

.team-member .member-text span {
    color: #0088CC;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.team-member .member-text h3 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600 !important;
}

.team-member .member-text h3 a {
    color: inherit;
}

.inner-bio {
    padding: 30px 20px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    visibility: hidden;
    z-index: 2;
    overflow: hidden;
}

.team-member .inner-bio:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    background: #000000;
    z-index: -1;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

.team-member:hover .inner-bio,
.team-member:focus-within .inner-bio {
    top: 0;
    opacity: 1;
    visibility: visible;
}

/*
==========================================
    11.Testimonial
==========================================
*/

#testimonial .owl-nav {
    display: none;
}

#testimonial .owl-stage-outer {
    overflow-x: visible;
    overflow-y: visible;
}

#testimonial .container {
    overflow: hidden;
}

#testimonial .owl-dots {
    width: 125px;
    margin: 0 auto;
    margin-top: 60px;
    display: inline-block;
    text-align: center;
}

#testimonial .owl-dot {
    width: 20px;
    height: 6px;
    display: inline-block;
    border-radius: 3px;
    margin-right: 10px;
    cursor: pointer;
}

.single-testimonial {
    border-radius: 0;
    padding: 35px 30px 30px;
    color: #282828;
    text-align: left;
    border: 10px solid #ffffff;
    background-color: #ffffff;
    box-shadow: 0 6px 30px rgb(12 12 12 / 15%);
    -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1);
}

.testimonial-text *,
.single-testimonial p {
    color: #282828;
    -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1);
}

.single-testimonial:hover .testimonial-text *,
.single-testimonial:focus-within .testimonial-text *,
.single-testimonial:hover p,
.single-testimonial:focus-within p {
    color: #ffffff;
}

.single-testimonial:hover,
.single-testimonial:focus-within {
    background: url('images/bg-testimonial.png') no-repeat #282828;
}

.single-testimonial h6 {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    display: inline-block;
    font-weight: 600 !important;
}

.single-testimonial img {
    margin-top: 0;
    border: none;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-bottom: 14px;
    box-shadow: 0px 0px 2px 0px rgba(7, 7, 6, 0.2);
	 margin: -15px auto 0;
    display: inline-block;
}

.single-testimonial .img-rounded {
    margin-top: -55px;
}

.testimonial-text {
    margin-top: 15px;
}

.image-qouts {
    position: relative;
    z-index: 0;
    margin-bottom: 15px;
}

.image-qouts .rating {
    float: right;
    text-align: right;
    color: #0088cc;
    margin-top: -25px;
    font-size: 17px;
}

.image-qouts:after {
    content: "";
    display: table;
    clear: both;
}

.image-qouts:before {
    font-family: 'FontAwesome';
    content: "\f10e";
    position: absolute;
    top: -15px;
    left: -10px;
    background: #0088cc;
    color: #ffffff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 100%;
    font-size: 92%;
}

.testimonial-text span.title {
    color: #757575;
    margin-bottom: 12px;
    font-size: 85%;
}

/*
==========================================
    12.Subscribe
==========================================
*/

#subscribe {
    background: url(../images/homepage/background/subscribebg.jpg) no-repeat center / cover;
    padding: 41px 0;
    color: #fff;
    position: relative;
    z-index: 1;
}

#subscribe:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    height: 100%;
    -webkit-filter: hue-rotate(180deg);
    filter: hue-rotate(180deg);
    background-image: url(images/left-shape.png);
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

#subscribe .col-lg-7 {
    position: relative;
    z-index: 0;
}

@media only screen and (max-width: 991px) {
    #subscribe:before {
        display: none;
    }
}

#subscribe:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* border-radius: 6px; */
    opacity: 0.7;
    z-index: -1;
}

#subscribe i {
    font-size: 54px;
    margin-right: 30px;
    margin-top: 5px;
}

#subscribe h3 {
    font-size: 24px;
    line-height: 34px;
	margin-bottom: 0px !important;
}

#subscribe p {
    color: #fff;
}

.form-newslette .wpcf7, .form-newslette .wpcf7 form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
}

.form-newslette .wpcf7 form p {
    flex: auto;
    margin-left: 10px;
    margin-bottom: 15px;
}

.form-newslette div.wpcf7 .ajax-loader {
    width: auto;
    height: auto;
    margin: 0;
}

.form-newslette .wpcf7 form p:last-child {
    flex: 0 0 100%;
    margin-left: 0;
}

.form-newslette .wpcf7 form p:first-child {
    margin-left: 0;
}

.form-newslette .wpcf7 form label {
    font-size: 16px;
}

.form-newslette .wpcf7 form input {
    padding: 10px 12px;
    height: 40px;
    margin-bottom: 0;
}

.form-newslette .wpcf7 form textarea {
    height: 100px;
    border-radius: 5px;
}

.form-newslette .wpcf7 form .wpcf7-submit {
    line-height: 40px;
    font-weight: 600;
    font-size: 16px;
    padding: 0 17px;
    box-shadow: 0 0 15px -3px rgb(255 255 255 / 25%) !important;
    background: #282828 !important;
}

.form-newslette .wpcf7 form .wpcf7-submit:hover,
.form-newslette .wpcf7 form .wpcf7-submit:focus {
    color: #282828;
    background-color: #ffffff !important;
}

input#subscribe-mail {
    border-radius: 4px;
    height: 54px;
    box-shadow: inset 0px 0px 15px 0px rgba(53, 54, 60, 0.2);
    padding: 20px;
    border: none;
    width: 60%;
    margin-right: 30px;
    margin-top: 10px;
}

.subscribe-btn {
    border: none;
    cursor: pointer;
}

/*
==========================================
    13. Pricing
==========================================
*/

#portfolio+#services,
#portfolio+#ourteam,
#portfolio+#testimonial,
#portfolio+#pricing,
#portfolio+#recent-blog,
#services+#services,
#services+#ourteam,
#services+#testimonial,
#services+#pricing,
#services+#recent-blog,
#services+#portfolio,
#ourteam+#testimonial,
#ourteam+#recent-blog,
#ourteam+#pricing,
#ourteam+#services,
#ourteam+#portfolio,
#testimonial+#ourteam,
#testimonial+#pricing,
#testimonial+#recent-blog,
#testimonial+#services,
#testimonial+#portfolio,
#pricing+#woocommerce-page,
#pricing+#recent-blog,
#pricing+#testimonial,
#pricing+#services,
#pricing+#portfolio,
#recent-blog+#pricing,
#recent-blog+#testimonial,
#recent-blog+#ourteam,
#recent-blog+#services,
#recent-blog+#portfolio {
    padding-top: 0;
}

#pricing .section-header,
#portfolio .section-header {
    margin-bottom: 80px;
}

#portfolio .row.portfolio,
#pricing .row.price_contents {
    margin-top: -30px;
}

.features ul li {
    list-style: none;
}
#pricing {
    background: #f9f9f9;
}

.pricing-tale {
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 30px 0 40px;
    background-color: #ffffff;
    border-radius: 15px;
    border-top: 2px solid #eeeeee;
    box-shadow: 0 5px 20px -5px rgb(0 0 0 / 15%);
}

.pricing-tale.recommended {
    border-top-color: #0088cc;
}

.pricing-table {
    overflow: hidden;
}

#pricing .prcing-head {
    text-align: left;
    padding: 14px 40px 12px;
    border-radius: 0;
    color: #282828;
    background: #ffffff;
}

#pricing .prcing-head i {
    font-size: 52px;
    display: block;
    margin-bottom: 20px;
    color: #0088cc;
}

#pricing .prcing-head h3 {
    font-size: 20px;
    font-weight: 800 !important;
}

#pricing .prcing-head p {
    color: #8a8a8a;
    font-size: 16px;
}

#pricing .price {
    font-size: 45px;
    font-weight: 700;
    padding: 0 40px;
    background: #fff;
    border-radius: 0;
    margin-top: -10px;
    position: relative;
    color: #282828;
    text-align: left;
}

#pricing .price span {
    font-size: 16px;
    color: #282828;
}

#pricing .features {
    text-align: left;
    padding: 20px 0 0;
    background-color: #ffffff;
}

#pricing .features ul {
    padding: 0px;
}

#pricing .features li {
    color: #282828;
    padding: 10px 40px;
    border-bottom: 1px solid #f1f1f1;
}

#pricing .features li:last-child {
    margin-bottom: 30px;
}

#pricing .features li i {
    margin-right: 15px;
    font-size: 18px;
}

#pricing .features .boxed-btn i {
    padding-right: 10px;
    margin-left: 0;
}

.price h5 {
    font-style: italic;
    font-size: 16px;
    font-weight: 600 !important;
    margin-bottom: 15px;
}

.price h6 {
    font-size: 40px;
    font-weight: 600 !important;
    display: block;
    color: #0088cc;
}

.price-badge {
    position: absolute;
    top: 0;
    right: 50px;
    line-height: 28px;
    font-size: 16px;
    padding: 0 12px;
    display: block;
    background: #282828;
    color: #ffffff;
    border-radius: 0 0px 6px 6px;
    font-style: italic;
}

.pricing-tale.recommended .price-badge {
    background: #0088cc;
}

.price .select-button {
    margin-top: 15px;
}

/*
==========================================
    14. Recent Blog
==========================================
*/

.post-thumbnail img {
    width: 100%;
}

#recent-blog, #woocommerce-page {
    background: #f9f9f9;
}

#recent-blog .blog-post {
	position: relative;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 1px 2px 2.28px 1.5px rgba(0,0,0,.04);
    -moz-box-shadow: 1px 2px 2.28px 1.5px rgba(0,0,0,.04);
    box-shadow: 1px 2px 2.28px 1.5px rgba(0,0,0,.04);
    -webkit-transition: .3s;
    transition: .3s;
}

#recent-blog .blog-post:hover {
    box-shadow: 0px 20px 20px 0px rgba(59, 62, 72, 0.1);
}

#recent-blog .post-thumbnail {
    position: relative;
    z-index: 0;
}

.post-footer {
    display: block;
    margin-top: 5px;
    border-top: 1px solid #e4e4e4;
    padding: 15px 20px;
    position: relative;
    z-index: 0;
}
.post-footer i {
    color: #0088cc;
    margin-right: 5px;
}
.post-footer a {
    color: #282828;
}
.post-footer:after {
    content: "";
    display: table;
    clear: both;
}
.post-footer .post-author {
    float: left;
    display: block;
    max-width: 43%;
}
.post-footer .post-cat {
    float: right;
    display: block;
    max-width: 76%;
}

.blog-post .post-thumbnail .tags-cat a:first-child {
    display: none;
}

.blog-post.blog-style-2 .post-thumbnail .tags-cat a {
    display: inline-block;
    padding: 4px 12px;
    background-color: #0088cc;
    color: #ffffff;
}

.blog-post .post-thumbnail .tags-cat a {
    margin-right: 5px;
}

.blog-post .post-thumbnail .tags-cat a:last-child {
    margin-right: 0;
}

.blog-post.blog-style-2 .post-thumbnail .tags-cat,
#recent-blog .meta-info.list-inline {
    position: absolute;
    bottom: -20px;
    left: 0;
    padding-left: 20px;
    padding-bottom: 20px;
    z-index: 22;
    color: #f9f9f9;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.blog-post.blog-style-2 .post-thumbnail .tags-cat {
    padding: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-top: -5px;
}

.blog-post.blog-style-2 .post-thumbnail .tags-cat a {
    margin-top: 5px;
}

.blog-post.blog-style-2:hover .post-thumbnail .tags-cat,
#recent-blog .blog-post:hover .meta-info.list-inline {
    bottom: 0;
    opacity: 1;
}

#recent-blog .blog-post.blog-style-1 .post-thumbnail:after {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #0088CC;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .3s;
    transition: .3s;
}

#recent-blog .blog-post.blog-style-1:hover .post-thumbnail:after {
    top: 0;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#recent-blog .meta-info.list-inline:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 100px;
    background: #fff;
}

#recent-blog .meta-info.list-inline li a {
    color: #f9f9f9;
}

#recent-blog .post-content {
    padding: 20px;
    padding-bottom: 22px;
}

#recent-blog .post-content-inner {
    padding-bottom: 0;
}

.post-content .post-date {
    display: inline-block;
    padding: 0px 10px;
    line-height: 1.6em;
    font-size: 0.75em;
    background-color: #0088cc;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

#recent-blog .post-content .post-title a {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
}

#recent-blog .read-more-link {
    position: relative;
    font-size: 16px;
    -webkit-transition: .3s;
    transition: .3s;
}

#recent-blog .read-more-link i {
    margin-left: 5px;
}

#recent-blog .read-more-link:after {
    position: absolute;
    content: '\eb55';
    font-family: 'icofont';
    top: 0px;
    margin-left: 5px;
}
.no-sidebar ul.post-categories {
    padding: 0px;
}

.blog-list-home .post-content {
    border-bottom: 1px solid #d3d6db;
}

.blog-list-home ul.meta-info {
    padding: 15px 20px;
}
.blog-list-home ul.meta-info li i {
    margin-left: 10px;
}
.blog-list-home ul.meta-info li {
    display: inline-block;
    font-size: 16px;
}

/* Blog Masonry Start */

 /* Masonry container */
.masonry-blog {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
}

.masonry-blog .item {
    display: inline-block;
    background: #fff;
    margin: 0 0 1.5em;
    width: 100%;
    transition: 1s ease all;
    -webkit-transition: 1s ease all;
}

.masonry-blog .item img {
    max-width:100%;
}

@media only screen and (max-width: 320px) {
    .masonry-blog {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px){
    .masonry-blog {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px){
    .masonry-blog {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
@media only screen and (min-width: 1201px) {
    .masonry-blog {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

/* Blog Masonry End */


/*
==========================================
    15. Contact Form
==========================================
*/
.office ul li {
    list-style: none;
}

.contact-us-info ul li {
    list-style: none;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#contact-area {
    background: #f9f9f9;
    padding: 80px 0;
    min-height: 420px;
    position: relative;
    margin-top: 100px;
    z-index: 1;
}

.contact-box {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    width: 60%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 2px 20px 0px rgba(59, 62, 72, 0.12);
    margin-top: -180px;
}

.contact-us-info {
    color: #fff;
    padding: 50px 40px;
    flex: 1 1 40%;
}

.contact-us-info h3 {
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 30px;
    position: relative;
}

.contact-us-info h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 4px;
    margin-right: -40px;
    margin-bottom: -20px;
}

ul.contact-info {
    padding: 0;
}

.contact-info li p {
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
	
}

.contact-info li i {
    width: 25px;
    font-size: 24px;
    margin: 0px 15px 0px 0px;
    text-align: center;
}

.contact-info li:hover i {
	color: #fff;
    transition: all 0.65s;
    transform: rotateY(360deg);
}

.live-chat {
    border: 1px solid #fff;
    /*background: transparent;*/
    margin-top: 10px;
}

.get-in-touch {
    padding: 40px;
    padding-right: 70px;
}

.get-in-touch {
    padding: 40px;
    padding-right: 70px;
	flex: 1 1 60%;
}

.get-in-touch h3 {
    font-family: 'Poppins', sans-serif !important;
	margin-bottom: 10px!important;
}

.get-in-touch p {
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 30px;
}

.get-in-touch input,
.get-in-touch textarea {
    margin-bottom: 24px;
}

.get-in-touch textarea {
	height: 50px;
}

.form-control:focus {
    box-shadow: none;
}

.wpcf7-form input {
    box-shadow: none;
}

.wpcf7-form input {
    box-shadow: none;
    line-height: normal;
}
.get-in-touch input::-webkit-input-placeholder,
.get-in-touch textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 300;
}

button.boxed-btn {
    border: 0;
    cursor: pointer;
}

.get-in-touch .boxed-btn {
    margin-top: 20px;
}
.get-in-touch input[type="submit"] {
    font-size: 16px;
    margin-top: 20px;
    border: 0;
    color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    display: inline-block;
    padding: 18px 40px !important;
    transition: .3s;
}
#map {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

/*.contact-color i, .contact-color h4, .contact-color ul li, .contact-color .icon {
    color: #fff !important;
}*/

/*
==========================================
    16. footer-copyright
==========================================
*/

#footer-copyright {
    padding: 13px 0;
}

#footer-copyright p,#footer-copyright a {
    color: #fff;
}

#footer-copyright a:hover, #footer-copyright a:focus {
    text-decoration: underline !important;
    text-decoration-style: dotted !important;
}

/* Scroll Up */

.scrollup {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    position: fixed;
    bottom: 30px;
    right: 30px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    display: none;
    color: #fff;
    z-index: 888;
    -moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 10px 0px;
}

.scrollup_normal:hover,
.scrollup_normal:focus {
    background: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .5)
}

.scrollup_infinite {
	opacity: 0;	
	line-height: 0;
	font-size: 0;
	color: transparent;
	margin-left: auto;
	margin-right: auto;
	-moz-background-size: 0 auto;
	-o-background-size: 0 auto;
	-webkit-background-size: 0 auto;
	background-size: 0 auto;
	-webkit-animation: pulse 1.5s 0s infinite normal ease forwards;
	-moz-animation: pulse 1.5s 0s infinite normal ease forwards;
	-o-animation: pulse 1.5s 0s infinite normal ease forwards;
	animation: pulse 1.5s 0s infinite normal ease forwards;
	background-image: url("images/arrow-down.svg");
	background-repeat: no-repeat;
	transform: rotate(180deg);
}
.scrollup_infinite:before, .scrollup_infinite:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url("images/arrow-down.svg") no-repeat center top;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.scrollup_infinite:before {
	-webkit-animation: pulse 1.5s 0.25s infinite normal ease forwards;
	-moz-animation: pulse 1.5s 0.25s infinite normal ease forwards;
	-o-animation: pulse 1.5s 0.25s infinite normal ease forwards;
	animation: pulse 1.5s 0.25s infinite normal ease forwards;
}
.scrollup_infinite:after {
	-webkit-animation: pulse 1.5s 0.5s infinite normal ease forwards;
	-moz-animation: pulse 1.5s 0.5s infinite normal ease forwards;
	-o-animation: pulse 1.5s 0.5s infinite normal ease forwards;
	animation: pulse 1.5s 0.5s infinite normal ease forwards;
}
@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    background-position: center top;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    -webkit-background-size: 75% auto;
    background-size: 75% auto;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    background-position: center bottom;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
}
@-moz-keyframes pulse {
  0% {
    opacity: 1;
    background-position: center top;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    -webkit-background-size: 75% auto;
    background-size: 75% auto;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    background-position: center bottom;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
}
@-ms-keyframes pulse {
  0% {
    opacity: 1;
    background-position: center top;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    -webkit-background-size: 75% auto;
    background-size: 75% auto;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    background-position: center bottom;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
    background-position: center top;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    -webkit-background-size: 75% auto;
    background-size: 75% auto;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    background-position: center bottom;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
}

.scrollup_slide {
	z-index: 888;
	-webkit-transition: .3s;
	transition: .3s;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .5);
}
.scrollup_slide:hover i {
	-webkit-animation: slideUp 1s ease-in-out infinite;
	animation: slideUp 1s ease-in-out infinite;
}
.scrollup_slide i {
    color: #fff;
}
@-webkit-keyframes slideUp {
  0%,
  100% {
	-webkit-transform: translate(0, 10px);
			transform: translate(0, 10px);
  }

  50% {
	-webkit-transform: translate(0, 0);
			transform: translate(0, 0);
  }
}

@keyframes slideUp {
  0%,
  100% {
	-webkit-transform: translate(0, 10px);
			transform: translate(0, 10px);
  }

  50% {
	-webkit-transform: translate(0, 0);
			transform: translate(0, 0);
  }
}

.boxed .product-section .owl-prev {
    left: -12px;
}
.boxed .product-section .owl-next {
    right: -12px;
}

/*---------------------------------------
    Payment Icon
-----------------------------------------*/
#footer-copyright ul {
    padding: 0;
}
#footer-copyright li{
    display: inline-block;
}
#footer-copyright li a{    
    color: #ffffff;
    display: inline-block;
    margin-right: 5px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

#footer-copyright ul.payment-icon li a{
	font-size: 26px;
}

#footer-copyright li a:hover{
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
#menu-footer {
    text-align: right;
}
#menu-footer li {
    display: inline-block;
}
#menu-footer li a {
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    margin-right: 5px;
}
/*
===================================================================================
    02. About us page
===================================================================================
*/

/*-----------------------------------
    01. BreadCrumb Area 
------------------------------------*/

.startkitdrops {
    transform: rotate(180deg);
}

#breadcrumb-area {
    position: relative;
    color: #f9f9f9;
    z-index: 1;
	background-size: cover !important;
}

#breadcrumb-area:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .95;
}

.startbiz #breadcrumb-area:after {
    background-color: #282828;
}

#breadcrumb-area h1 {
    color: #f9f9f9;
    margin-bottom: 15px;
}

.breadcrumb-nav li {
    display: inline-block;
}

.breadcrumb-nav li a {
    color: #fff;
    /* display: block; */
    padding-right: 8px;
    font-size: 16px;
    position: relative;
}

.breadcrumb-nav li.active {
    font-size: 16px;
    margin-left: 10px;
}

/* .breadcrumb-nav li a:after { */
    /* content: "\f101"; */
    /* font-family: "Fontawesome"; */
    /* font-size: 12px; */
    /* margin-left: 10px; */
/* } */
.breadcrumb-color {
    z-index: unset !important;
}
.breadcrumb-color li a {
     color: #fff !important;
}
/*-----------------------------------
    02. About us info
------------------------------------*/

#about-us .section-header {
    position: relative;
    margin-left: 0;
}

#about-us .section-header {
    margin-bottom: 20px;
}

#about-us .section-header h2 {
    padding: 0;
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
}

#about-us .section-header h2:after {
    display: none;
}

#about-us .section-header .subtitle {
    padding: 4px 5px;
    margin-left: 0;
    margin-bottom: 25px;
    background: none;
    border-color: #282828;
}

#about-us .section-header .subtitle span {
    background-color: #0088cc;
    color: #ffffff;
}

#about-us .section-header h6 {
    color: #0088cc;
}

#about-us .section-info {
    margin-bottom: 10px;
}

.video-section {
    background: url(images/aboutus/video-bg.jpg) no-repeat center / cover;
    position: relative;
    z-index: 1;
    height: 500px;
    width: 100%;
}

.video-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    z-index: -1;
}

.video-section .play-icon {
    position: absolute;
    bottom: -25px;
    right: -25px;
    width: 72px;
    height: 72px;
    padding: 6px;
    border-radius: 100%;
    background-color: #0088cc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .5s;
    transition: .5s;
}

.video-section .play-icon:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.watch-num {
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 120px;
    min-height: 105px;
    z-index: 1;
    background-color: #ffffff;
    clip-path: polygon(0 0, 50% 50%, 100% 100%, 0% 100%);
}

.watch-num .wt-no {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    color: #ffffff;
    background: #0088cc;
    width: 90px;
    height: 78px;
    padding: 22px 25px 10px 10px;
    text-align: left;
    line-height: 66px;
    font-weight: 600;
    font-size: 22px;
    clip-path: polygon(0 0, 50% 50%, 100% 100%, 0% 100%);
}

.watch-more a {
    color: #fff;
}

.video-text {
    display: inline-block;
    position: absolute;
    top: 100px;
    right: -50px;
    padding: 10px;
    color: #ffffff;
    background-color: #05123f;
    border-radius: 10px;
    border: 1px solid #ffffff;
    box-shadow: 4px 4px 15px 0px rgb(0 0 0 / 30%);
}

.video-text:after {
    content: "";
    display: table;
    clear: both;
}

.video-icon {
    display: block;
    float: left;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    background-color: #0088cc;
    color: #ffffff;
}

.video-content {
    margin-left: 48px;
}

.video-content h6 {
    line-height: 0.99;
    font-size: 22px;
    font-weight: 800 !important;
    letter-spacing: 0.5px;
}

.video-content p {
    color: #0088cc;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.25px;
}


/* Our Work */
.infobox {
    text-align: center;
    padding: 10px 20px;
}

.infobox-wrapper {
    margin-bottom: 9px;
}

.step-effect {
    border-radius: 100%;
    margin: 0 auto;
    position: absolute;
    top: 60px;
    right: -35px;
}

.col-lg-3:last-child .step-effect {
    display: none;
}

@media only screen and (max-width:991px) and (min-width:768px) {
    .col-lg-3:nth-child(2n+2) .step-effect {
        display: none;
    }
}
@media only screen and (max-width:767px) {
    .col-lg-3 .step-effect {
        display: none;
    }
}

.step-effect span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 0 5px;
    opacity: 0;
    background: #287ff9;
}

.infobox .step-effect span:nth-child(1) {
    animation: opacitychange 1s ease-in-out infinite;
}

.infobox .step-effect span:nth-child(2) {
    animation: opacitychange 1s ease-in-out 0.33s infinite;
}

.infobox .step-effect span:nth-child(3) {
    animation: opacitychange 1s ease-in-out 0.66s infinite;
}

.infobox .infobox-icon {
    position: relative;
    display: inline-block;
    font-size: 60px;
    text-align: center;
    line-height: 130px;
    width: 130px !important;
    color: #287ff9;
    border-radius: 50%;
    height: 130px;
    box-shadow: 0 0 20px rgb(51 51 51 / 10%);
    -webkit-transition: all 0.49s ease 0s;
    transition: all 0.49s ease 0s;
    z-index: 0;
}

.infobox.active .infobox-icon,
.infobox .infobox-icon:hover {
    color: #ffffff;
    background: #287ff9;
}

.infobox .infobox-icon .icon-cound-number {
    color: #ffffff;
    height: 40px;
    width: 40px;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    font-weight: 700;
    top: 15px;
    right: -10px;
    z-index: 99;
    border: 2px solid #ffffff;
    background-color: #282828;
}

.infobox .infobox-title {
    font-size: 24px;
    line-height: 28px !important;
    font-weight: 700 !important;
    margin-bottom: 0;
    margin-top: 25px;
    color: #282828;
}
.infobox .infobox-title a {
    font-size: inherit;
    font-weight: inherit;
}
.infobox .infobox-title a:not(:hover):not(:focus) {
    color: inherit;
}
.infobox-content {
    margin-top: 5px;
}
@keyframes opacitychange{0%, 100%{opacity: 0;} 60%{opacity: 1;}}

/*-----------------------------------
    03. Our Skill
------------------------------------*/
.skill-item {
    text-align: center;
}

.pgrs-bar {
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 200px;
}

.col-lg-2 .pgrs-bar {
    height: 375px;
}

.col-lg-3 .pgrs-bar {
    height: 200px;
}

.col-lg-4 .pgrs-bar {
    height: 250px;
}

.col-lg-6 .pgrs-bar {
    height: 380px;
}

.pgrs-bar .counter-box {
    font-size: 23px;
    font-weight: 500;
    color: #282828;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -32px;
    margin-left: 0px;
}

.pgrs-bar canvas {
    width: 100%;
}

.pgrs-bar-title {
    margin: 0;
    text-align: center;
    color: #282828;
    font-size: 20px;
    line-height: 30px !important;
    font-weight: bold !important;
}

.skill-item p {
    font-size: 16px;
}

/*-----------------------------------
    * Timeline
------------------------------------*/
.timeline-section {
    position: relative;
    padding: 80px 0 70px;
}

.timeline-section .sec-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 335px;
    background-size: cover;
}

.timeline-section .sec-bg:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #201630;
    opacity: .8;
}

.timeline-section .wrapper-box {
    position: relative;
    overflow: hidden;
}

.timeline-block {
    position: relative;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-top: 150px;
    flex-direction: row-reverse;
    width: 100%;
}

.timeline-block:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    bottom: 45px;
    width: 2px;
    background-color: #eeeeee;
    transform: translateX(-50%);
}

.timeline-block:after {
    position: absolute;
    content: "\f0e7";
    font-size: 30px;
    color: #ffffff;
    font-family: 'fontawesome';
    top: 0;
    left: 50%;
    background: #0088cc;
    width: 100px;
    height: 100px;
    line-height: 90px;
    border-radius: 50%;
    text-align: center;
    border: 5px solid #fff;
    transform: translateX(-50%) rotate(0deg);
}

.timeline-block li {
    width: 50%;
    padding-left: 215px;
    position: relative;
    margin-bottom: 62px;
}

.timeline-block li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 54px;
    height: 54px;
    background-color: #d4d7de;
    border: 9px solid #fff;
    border-radius: 50%;
    transform: translateX(-50%);
}

.timeline-block li:nth-child(even):before {
    left: auto;
    right: 0;
    transform: translateX(50%);
}

.timeline-block li:after {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    width: 34px;
    height: 34px;
    background-color: #d4d7de;
    border: 14px solid #fff;
    border-radius: 50%;
    transform: translateX(-50%);
}

.timeline-block li:nth-child(even):after {
    left: auto;
    right: 0;
    transform: translateX(50%);
}

.timeline-block li:nth-child(even) {
    padding-left: 0;
    padding-right: 215px;
    text-align: right;
    transform: translateY(127px);
}

.timeline-block .date {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #0088cc;
    text-transform: uppercase;
}

.timeline-block h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.timeline-block .text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.timeline-block .theme-btn {
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
}

.timeline-block .theme-btn {
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background-color: #0088cc;
}

.timeline-block .read-more-btn i {
    margin-left: 10px;
}

.timeline-block .shape {
    position: absolute;
    left: 55px;
    top: 7px;
    width: 115px;
    height: 13px;
    overflow: hidden;
}

.timeline-block .shape > div {
    background: none;
    width: 115px;
    height: 13px;
    overflow: hidden;
    background-size: contain;
    background-repeat: repeat-x;
    -webkit-animation: animatedBackground 2s linear infinite;
    animation: animatedBackground 2s linear infinite;
}

.timeline-block li:nth-child(even) .shape {
    left: auto;
    right: 55px;
}

.more-button {
    text-align: center;
    position: relative;
    z-index: 0;
    margin-top: 50px;
    transform: translateY(-95px);
}

.more-button .link a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 42px;
    border: 5px solid #eeeef2;
    border-radius: 100%;
    font-size: 18px;
    color: #cacddc;
    -webkit-box-shadow: inset 0px 0px 0px 2px #cacddc;
    box-shadow: inset 0px 0px 0px 2px #cacddc;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.more-button .link a:hover {
    color: #fff;
    background: #0088cc;
    box-shadow: none;
}

.tml-load {
    display: none;
}

/*-----------------------------------
    04. Our Client
------------------------------------*/

#our-client .container {
    overflow: hidden;
}

#our-client.section-padding {
    padding: 80px 0;
}

.client-carousel .owl-nav {
    display: none;
}

.client-carousel .owl-stage-outer {
    overflow: visible;
}

.single-client {
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
    height: 120px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    cursor: crosshair;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.single-client:hover {
    box-shadow: 0px 4px 25px 0px rgb(0 0 0 / 15%)
}

.inner-client {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
    opacity: 1;
}

/*
===================================================================================
    03. Service Page
===================================================================================
*/

.servicepage-item .service-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 10px;
    background: #f3f3f3;
    margin: 0 auto 20px;
}

.servicepage-item .service-icon i {
    font-size: 50px;
    line-height: 100px;
}

.servicepage-item h4 {
    font-weight: 500!important;
    margin-bottom: 5px;
}

.servicepage-item p {
    margin-bottom: 10px;
}

.servicepage-item a {
    font-weight: 500;
}
.service-icon img {
    display: inline-block;
}


/*
===================================================================================
    04. Portfolio Pages
===================================================================================
*/

/*-----------------------------------
    01. Portfolio styles
------------------------------------*/

.portfolio-page {
    padding: 80px 0 0;
}

.portfolio-page.masonary {
    padding-bottom: 80px;
}

.portfolio-page .sorting-btn {
    margin-bottom: 80px;
}

.portfolio-item {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
}

.portfolio-page figure {
    margin-bottom: 0 !important;
}

.portfolio-page.masonary figure {
    margin-bottom: 15px !important;
}

.portfolio-page .content {
    background: #fff;
    padding: 15px 15px;
}

.portfolio-page .content h4 {
	white-space: nowrap;
    margin-top: 0;
    display: inline-block;
    margin-bottom: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.portfolio-page .content p {
    margin-bottom: 10px;
    font-size: 16px;
}

.portfolio-page .content a {
    font-size: 16px;
}

.portfolio figure:hover figcaption {
    opacity: 1;
}

/* Pagination*/
nav.navigation.posts-navigation {
    margin: 0;
}

.navigation.posts-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.pagination {
    margin: 0px;
    text-align: center !important;
	display: table !important;
}

.pagination .nav-links {
    display: inline-flex;
}

.navigation .current {
    color: #ffffff;
    padding: 0px 15px;
    line-height: 36px;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    margin-right: 3px;
}
.pagination a {
    padding: 0px 15px;
    line-height: 36px;
    margin-right: 1px;
    color: #fff;
}

.pagination {
    margin: 30px auto 0;
}

.pagination a.page-link {
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.pagination li.page-item.more-page a.page-link,
.pagination li.page-item.active a.page-link,
.pagination a.page-link:hover {
    color: #fff;
    border-color: #fff;
}

#blog-content .pagination {
    margin: 0 auto 0;
}

nav.portfolio-pagination {
    margin: 0;
}



/*-----------------------------------
    02. Excluesive
------------------------------------*/

.single-exclusive {
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
    margin: 4px 0;
}

.exclusive-content {
    padding: 30px 20px;
}

.exclusive-content h5 {
    display: inline-block;
}

.exclusive-content i {
    float: right;
    margin-top: 5px;
}

#exclusive .owl-dots {
    width: 120px;
    height: 100%;
    margin: 60px auto 0;
    text-align: center;
}

#exclusive .owl-dot {
    width: 20px;
    height: 6px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}




/*
===================================================================================
    05. Gallery Page
===================================================================================
*/
.gallery_contents .gallery-item {
    display: block;
}

.gallery_contents .gallery-item figure {
	margin: 0 0 1rem;
}

.gallery-item figure {
    position: relative;
    z-index: 0;
}

.gallery-load {
    display: none;
}

.gallery-item {
    position: relative;
}

.gallery-item figure img {
    display: block;
    margin: 0;
}

.gallery-item figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 0 15px;
    z-index: 1;
}

.gallery-item figcaption h4,
.portfolio figcaption p {
    margin-bottom: -20px !important;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.gallery-item figcaption p {
    font-size: 16px;
    color: #f9f9f9;
}

.gallery-item figcaption img {
    margin: 0 auto 20px;
}

.gallery-item figure:hover figcaption {
    opacity: 1;
}

.gallery-item figure:after,
.gallery-item figure:before,
.gallery-item figcaption:after,
.gallery-item figcaption:before {
    background-color: rgb(33 37 41 / 95%);
}

.gallery-item figure:hover .gallery-popup figcaption h4,
.gallery-item figure:hover .gallery-popup figcaption p {
    margin-bottom: 10px !important;
}

.gallery-popup {
    width: 100%;
    height: 100%;
}

.gallery-item .gallery-popup {
    cursor: url('images/gallery/hand-icon.png'), auto;
}

.load-btn:hover {
    background: #444444;
    color: #ffffff;
}

.load-more {
    text-align: center;
}

.load-btn i {
    margin-right: 8px;
}

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

.gallery-item figcaption img {
    max-width: 15%;
}




/*
===================================================================================
    06. Blog Pages
===================================================================================
*/

#blog-content {
    padding: 80px 0;
}

#blog-content article.blog-post {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    margin-bottom: 80px;
	position: relative;
}

article.blog-post.author-details {
    padding: 5px 15px 30px;
}

#blog-content article.blog-post:last-child {
    margin-bottom: 0;
}

#blog-content .post-content {
    padding: 32px 30px 35px;
}

#blog-content .post-content .post-title {
    font-size: 24px !important;
    margin-bottom: 10px;
}

#blog-content .post-title a {
    font-size: 24px;
    display: block;
    font-weight: 500;
    -webkit-transition: .3s;
    transition: .3s;
}

#blog-content .post-content {
    border-bottom: 1px solid #d3d6db;
}

.post-content .content {
    font-size: 16px;
    margin-bottom: 16px;
}

#blog-content .post-content .continue-reading {
    font-size: 16px;
}

#blog-content ul.meta-info {
    padding: 16px 32px;
}

#blog-content ul.meta-info li {
    display: -webkit-inline-box;
    margin-right: 30px;
    font-size: 16px;
}

#blog-content ul.meta-info li i {
    margin-right: 10px;
}



/* Post Thumbnail Effects */

.blog-post .post-thumb {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    margin-bottom: 0;
}

.blog-post .post-thumb img {
    max-width: 100%;
    opacity: 1;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
    height: auto;
    display: block;
}

.blog-post .post-thumb .post-overlay {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
}

.blog-post .post-thumb .post-overlay a {
    color: #fff;
}

.blog-post .post-thumb .post-overlay a i {
    font-size: 50px;
    opacity: 0;
    top: 50%;
    position: relative;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    display: inline-block;
}

.blog-post .post-thumb .post-overlay a i {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.blog-post .post-thumb .post-overlay:before {
    position: absolute;
    top: 30px;
    right: 50%;
    bottom: 30px;
    left: 50%;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    content: '';
    opacity: 0;
    background-color: #ffffff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.single-blog-area .blog-post:hover .post-thumb img {
    opacity: 1;
}

.blog-post:hover .post-thumb img {
    opacity: 0.1;
}

.blog-post:hover .post-thumb .post-overlay i {
    opacity: 0.9;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.blog-post:hover .post-thumb .post-overlay i {
    -webkit-transform: translate3d(-25%, -50%, 0);
    transform: translate3d(-25%, -50%, 0);
}

.blog-post:hover .post-thumb .post-overlay:before {
    background: rgba(255, 255, 255, 0);
    left: 30px;
    right: 30px;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}


/*
===================================================================================
    07. Single Blog Page
===================================================================================
*/
.comments-area {
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	padding: 15px;
}
.comment-form {
	padding: 0 !important;
}
.single-blog-area ul.meta-info {
    border-bottom: 1px solid #d3d6db;
}

.single-blog-area .post-title {
    font-size: 18px;
    display: block;
    font-weight: 500;
    margin-bottom: 16px;
}

.single-blog-area .tag-share {
    padding: 10px 60px;
    border-bottom: 1px solid #d3d6db;
}

.tag-share ul.tags li a {
    margin-bottom: 0;
}

.single-blog-area ul.share-icon li {
    display: inline-block;
}

.single-blog-area ul.share-icon li a {
    display: block;
    padding: 5px 10px;
    font-size: 16px;
}

.single-blog-area ul.share-icon {
    text-align: right;
}

.post-comment-area .comment-author a {
    font-size: 16px;
    font-weight: 500;
}

.post-comment-area .comment {
    font-size: 16px;
}

.post-comment-area .media {
	margin-bottom: 30px;
    padding: 4px 12px;
    color: #fff;
}

.post-comment-area .media-left {
    padding-right: 30px;
}

.post-new-comment {
    padding: 80px 60px;
}

.post-new-comment input,
.post-new-comment textarea {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid;
}

.post-new-comment .boxed-btn {
    margin-top: 30px;
}
ul.media-list {
    margin: 0;
    padding: 0;
}
ul.media-list li h2 {
    font-size: 24px !important;
	margin: 0 !important;
}

ol.comment-list, ol.children {
    list-style: none;
}
.comment-list article {
    margin-bottom: 20px;
    padding: 10px 20px;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: .3s all;
    transition: .3s all;
}
.comment-author img {
	width: 60px;
    height: 60px;
    border-radius: 50%;
    border: solid 1px #ccc;
    display: inline-block;
    position: relative;
    margin-top: 15px;
}
.comment-metadata {
    margin-bottom: 15px;
    margin-top: -30px;
    margin-left: 63px;
}
.comment-respond .comment-reply-title {
    padding: 0;
	margin: 0 !important;
}
.reply {
    text-align: right;
}
.comment-content p {
    font-size: 16px;
}
.single-post article.blog-post {
    margin-bottom: 24px !important;
}
form.comment-form p.logged-in-as, form.comment-form p.comment-notes {
    margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}
.media-body ul li {
    list-style: none;
    display: inline-block;
    padding: 5px;
}
.author-details img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: solid 1px #ccc;
    display: inline-block;
    position: relative;
    margin-top: 15px;
    margin-left: 20px;
}
.auth-mata {
    padding-right: 10px;
}
.author-details p {
    font-size: 16px;
}
.author-meta-det {
    padding: 10px;
}
.blog-author-social {
    margin: 10px 0 0;
    padding: 0;
}
.author-details .section-header {
    margin-bottom: 0px;
	padding-top: 30px;
}
/*
===================================================================================
    08. Contact Us Page
===================================================================================
*/

#contact-us-page {
    padding: 80px 0 120px;
}

.office {
    border-radius: 6px;
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
    position: relative;
    padding: 30px;
    z-index: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.office:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-box-shadow: 0 4px 33px rgb(0 9 37 / 18%);
    box-shadow: 0 4px 33px rgb(0 9 37 / 18%);
    background-color: #ffffff;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
}

.office.active:before,
.office:hover:before {
    background-color: #282828;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: url(images/bg-line.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
}

.office:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #007cfb;
    z-index: -2;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition-delay: .05s;
    -webkit-transition-delay: .05s;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
}

.office.active:before,
.office.active:after,
.office:hover:before,
.office:hover:after {
    opacity: 1;
    bottom: -10px;
    right: -10px;
}

.office.active,
.office:hover {
    margin-top: -15px;
    box-shadow: 0px 15px 16px 0px rgb(0 0 0 / 8%);
}
.office.active, .office.active li, .office.active h4,
.office:hover, .office:hover li, .office:hover h4 {
    color: #ffffff;
}

.office .icon {
    font-size: 32px;
    display: block;
    float: left;
    margin-right: 20px;
}
#office_one #office_two #office_three  .icon {
    font-size: 32px;
    display: block;
    float: left;
    margin-right: 20px;
}
.office h4 {
    margin-bottom: 20px;
}

.office ul li {
    font-size: 16px;
    font-weight: 500;
}

.office ul {
    margin-bottom: 20px;
}

ul.contact-social {
    margin-bottom: 0;
}

ul.contact-social li {
    display: inline-block;
}

ul.contact-social li a {
    display: block;
    padding-right: 0;
    color: #ffffff;
    text-align: center;
    box-shadow: 1px 3px 12px -4px rgb(0 0 0 / 50%);
}
ul.contact-social a:before {
    border: 1px solid #b1b1b1;
}
#office_one #office_two #office_three ul li {
    color: #233059;
}
#office_one #office_two #office_three ul li {
    font-size: 16px;
    font-weight: 500;
}

#contact-us-info {
    background: #ffffff;
    padding: 90px 0 60px;
    position: relative;
    z-index: 0;
}

.heighlight-block {
    position: relative;
}

.heighlight-block .inner-box {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    padding: 30px;
}

.heighlight-block .inner-box:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #e1e5e9;
    width: 1px;
}

.heighlight-block .icon {
    position: relative;
    margin-bottom: 30px;
}

.heighlight-block .icon img,
.heighlight-block .icon i {
    display: inline-block;
    max-width: 100%;
    height: auto;
    font-size: 65px;
    color: #0088cc;
}

.heighlight-block h4 {
    font-size: 22px !important;
    font-weight: 600 !important;
    margin-bottom: 15px;
}

.heighlight-block .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.heighlight-block:last-child .inner-box:before {
    display: none;
}


/*
===================================================================================
    09. 404 page
===================================================================================
*/

#wrapper-404 {
    position: relative;
    height: 500px;
}

#wrapper-404 .inner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
}

#wrapper-404 .inner-content img {
    width: 200px;
}

#wrapper-404 .inner-content h1 {
    font-size: 70px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
}

#wrapper-404 .inner-content p {
    font-size: 18px;
    margin-bottom: 26px;
}

/*
===================================================================================
    10. Main Wrapper
===================================================================================
*/
.main_wrapper {
	padding: 80px 0 0;
}


/*---------------------------------------
    Screen Reader Text
-----------------------------------------*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 16px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

section#testimonial,section#about-us,section#skill,section#ourteam,section#our-client,section#ourteam,section#services,section#portfolio,section#features-list,section.page-wrapper,section#service-page,section#call-out,section#exclusive,section#gallery,section#blog-content,section#contact-us-page,section#wrapper-404,#custom_section,.service-page {
    background: #fff;
}
/*
===================================================================================
    11. repeatetor css
===================================================================================
*/
.blogs-pg, .features .feature-sec-cols,.servicesss .service-sec-cols,.team_contents .team-sec-cols,.price_contents .price-sec-cols,#recent-blog .blog-sec-cols,#skill .skill-sec-cols,#portfolio .col-lg-6,#portfolio .col-lg-4,#portfolio .col-lg-3,#recent-blog .col-lg-4   {
    margin-bottom: 30px !important;
}
.blogs-pg:last-child, .features .feature-sec-cols:last-child,.servicesss .service-sec-cols:last-child,.team_contents .team-sec-cols:last-child,#recent-blog .blog-sec-cols:last-child,#skill .skill-sec-cols:last-child,#portfolio .col-lg-6:last-child,#portfolio .col-lg-4:last-child,#portfolio .col-lg-3:last-child,#service-page .col-lg-3:last-child,.service-page .col-lg-3:last-child,#recent-blog .col-lg-4:last-child   {
    margin-bottom: 0px !important;
}

#pricing-tex-cat{
	padding-bottom:30px;
}

/*
===================================================================================
    12. Price Filter Widget
===================================================================================
*/
.price_slider_wrapper .price_slider {
  margin-bottom: 1em;
}
.price_slider_wrapper .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
  font-size: 0.8751em;
  padding: 10px;
}
.price_slider_wrapper .price_slider_amount .button {
  font-size: 1.15em;
}
.price_slider_wrapper .price_slider_amount .button {
  float: left;
}
.price_slider_wrapper .ui-slider {
  position: relative;
  text-align: left;
}
.woocommerce .price_slider_wrapper .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 17px;
    height: 17px;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 0;
    cursor: pointer;
    outline: none;
    top: -5px;
}
.price_slider_wrapper .ui-slider .ui-slider-handle:last-child {
  margin-left: -0.5em;
}
.price_slider_wrapper .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}
.price_slider_wrapper .price_slider_wrapper .ui-widget-content {
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  background: #d5d5d5;
}
.price_slider_wrapper .ui-slider-horizontal {
  height: .5em;
}
.woocommerce .price_slider_wrapper .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.price_slider_wrapper .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.price_slider_wrapper .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

/*
===================================================================================
    13. Product Archive Code
===================================================================================
*/

#woocommerce-page .woo-shop .single-product {
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 7.28px 0.72px rgba(0,0,0,.08);
    -moz-box-shadow: 1px 2px 7.28px .72px rgba(0,0,0,.08);
    box-shadow: 1px 2px 7.28px 0.72px rgba(0,0,0,.08);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#woocommerce-page .woo-shop .single-product:hover,
#woocommerce-page .woo-shop .single-product:focus-within {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

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

.product-img a {
    display:block;
}

.product-img > a::before {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 220%;
    left: -120%;
    position: absolute;
    top: -90%;
    transform: rotate(45deg);
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    width: 80%;
    z-index: 3;
}

.product-img > a::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    z-index: 2;
}

.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
    background: transparent;
}

.woo-shop .single-product:hover img.secondary-img {
    opacity:1;
}

.woocommerce ul.products li.product a img {
    margin-bottom: 0 !important;
}

.product-action {
	bottom: 45px;
	left: 0;
	opacity: 0;
    background: rgba(0,0,0,0.5);
	position: absolute;
	right: 0;
	text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	z-index: 10;
}

.product-carousel .single-product:hover .product-action,
.product-carousel .single-product:focus-within .product-action,
.woo-shop .single-product:hover .product-action,
.woo-shop .single-product:focus-within .product-action {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    height: 100%;
}

.woocommerce-notices-wrapper .woocommerce-message a {
    padding: 16px !important;
}

.button-top {
  overflow: hidden;
}

.button-top a {
	background: #fff none repeat scroll 0 0;
	color: #444;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 42px;
	margin: 0 3px;
	margin-bottom: 4px;
	border-radius: 2px;
}

.button-top a:hover {
    background: #fe4847;
    color:#fff
}

.button-cart {
  display: inline-block;
}

.single-product .button-cart {
    display: block;
    width: 100%;
    line-height: 0;
}

.button-cart .button {
    text-decoration: none;
    padding: 0 1.7em;
    line-height: 2.5;
}

.button-cart button {
	background: #fe4847 none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
	font-weight: 600;
	height: 40px;
	line-height: 36px;
	margin-top: 5px;
	padding: 0px 20px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.button-cart button:hover{background: #fff;color:#444}
.button-cart button i {
    margin-right: 7px;
}
.single-product .button-cart .button.add_to_cart_button {
    border-radius: 0;
    display: block;
    width: 100%;
}
.single-product .button.product_type_variable {
    width: 100%;
    display: block;
    background-color: #0088cc;
    max-width: 100%;
    line-height: 45px;
    font-weight: 500;
    border-radius: 0;
    letter-spacing: 0.5px;
}
.startkit-btn .button-cart .wc-forward {
    background-color: #ffffff;
    color: #282828;
    border-bottom: 1px solid #eeeeee;
}
.pro-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-carousel .owl-stage-outer {
    padding: 0;
}

.single-product .price {
    line-height: 22px;
}

.woocommerce .star-rating {
    color: #d26e4b;
    letter-spacing: 3px;
    font-size: 12px;
    width: 86px;
    text-align: center;
    margin-top: 7px;
    margin-bottom: 5px;
}

.single-product .product-content h3 {
    line-height: 18px !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.single-product .product-content h3 a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-product .price * {
    font-weight: 500 !important;
    font-size: 18px;
}

.price del, .price del span {
    color: #a5a5a5;
}

.pro-rating i {
    color: #212121;
}
.product-content {
    padding: 12px 12px 15px;
    text-align: center;
}

.product-content h3 {
    margin-bottom: 5px !important;
}

.product-content h3 a {
    color: #777777;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.price span {
    font-size: 18px;
    font-weight: 700;
}
.price span.old {
    color: #b5b5b5;
    font-size: 16px;
    margin-left: 10px;
    text-decoration: line-through;
}
#fun-fact .home-fun {
    margin-bottom: 30px!important;
}
.fact-item {
    padding: 30px 20px 20px;
    background-color: rgb(0 0 0 / 25%);
    border: 1px solid rgb(255 255 255 / 35%);
}
/*#fun-fact .home-fun {
    border-left: 1px solid rgb(255 255 255 / 20%);
}
#fun-fact .home-fun:first-child {
    border-left: 0;
}*/
.search-result article {
    margin-bottom: 30px !important;
}

.search-result .posts-navigation .nav-links a {
    color: #fff!important;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1)!important;
    border-radius: 4px!important;
    display: inline-block!important;
    padding: 15px 40px!important;
    -webkit-transition: .3s;
    transition: .3s!important;
}

.search-result .posts-navigation .nav-links a:hover {
    background: #444444!important;
    color: #fff;
}

.woocommerce .quantity .qty {
    width: 100% !important;
    height: 43px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    margin-left: 1em;
}

/* bg-sticky Start */

.bg-sticky {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 600;
    padding: 0 .62em;
    line-height: 30px;
	border-radius: 3px;
    color: #fff;
	z-index: 9;
}

/* bg-sticky Start */

.footer_bg .footer-widgets {
    position: relative;
    width: 100%;
    display: block;
    z-index: 0;
}

.footer_bg .footer-widgets:before {
    content: "";
    background: #000;
    opacity: 0.75;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


/*
===================================================================================
    10. Custom New CSS Start
===================================================================================
*/

/* Read More */

.view-more,
.read-more-link {
    font-weight: 600;
    color: #282828;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.view-more:after,
.read-more-link:after {
    font-size: 20px;
    font-weight: 600;
    opacity: 0;
    top: 0;
    right: 0;
    -webkit-transform: translate(0px, -4px);
    transform: translate(0px, -4px);
    -webkit-transition: .3s all;
    transition: .3s all;
}

.view-more:hover:after,
.read-more-link:hover:after,
.view-more:focus:after,
.read-more-link:focus:after {
    opacity: 1;
    transform: translate(22px, -2px);
}

/* Services Icon Color */

#services [class*="col-"]:nth-child(1) .services-item .service-icon i {
    color: #e91e63;
}
    
#services [class*="col-"]:nth-child(2) .services-item .service-icon i {
    color: #00bcd4;
}

#services [class*="col-"]:nth-child(3) .services-item .service-icon i {
    color: #4caf50;
}

/* startkit-btn */


.startkit-btn .button-cart a,
.startkit-btn .boxed-btn,
.startbiz-btn .boxed-btn,
.arowana-btn .boxed-btn {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    padding: 0 42px 0 18px !important;
    line-height: 40px;
    cursor: pointer;
    white-space: nowrap;
    letter-spacing: 0.125px;
    position: relative;
    z-index: 0;
}
.startkit-btn .button-cart a,
.startbiz-btn .boxed-btn,
.startkit-btn .boxed-btn {
	overflow: hidden;
}

.startbiz-btn .boxed-btn { 
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.arowana-btn .slide-content .boxed-btn {
	margin: 10px;
}

.startkit-btn .search-form .boxed-btn,
.startbiz-btn .search-form .boxed-btn,
.arowana-btn .search-form .boxed-btn {
	line-height: 50px;
}


.arowana-btn .boxed-btn:hover {
    color: #fff;
}

/* Startkit BTN Style */

.startkit-btn .button-cart a.add_to_cart_button:before,
.startkit-btn .boxed-btn:before {
    content: "";
    position: absolute;
    top: -40px;
    right: auto;
    bottom: auto;
    left: -100px;
    height: 220px;
    width: 50px;
    z-index: -1;
    opacity: .1;
    -webkit-transform: skew(-12deg, 0deg);
    transform: skew(-12deg, 0deg);
    -webkit-transition: .5s ease 0s;
    transition: .5s ease 0s;
    visibility: hidden;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
}

.startkit-btn .button-cart a.add_to_cart_button:hover:before, .startkit-btn .button-cart a.add_to_cart_button:focus:before,
.startkit-btn .boxed-btn:hover:before, .startkit-btn .boxed-btn:focus:before {
    left: 100%;
    visibility: visible;
    -webkit-transition: .5s ease .2s;
    transition: .5s ease .2s;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
}

/* Startkit Colors */

.startkit-btn .slide-content.slide-bg h4,
.startkit-btn .boxed-btn:hover, .startkit-btn .mc4wp-form input[type="submit"]:hover {
	color: #fff !important;
}

/* Startbiz BTN Style */

.startbiz-btn .button-cart a.add_to_cart_button:hover,
.startbiz-btn .boxed-btn:hover {
    background-color: transparent;
    font-weight: 600;
}

.startbiz-btn .button-cart a.add_to_cart_button:hover:before,
.startbiz-btn .boxed-btn:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}

.startbiz-btn .button-cart a.add_to_cart_button:before,
.startbiz-btn .boxed-btn:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.startbiz-btn .button-cart a.add_to_cart_button:before {
	border-radius: 4px;
}	
/* Startbiz Colors */
.startbiz-btn .slide-content.slide-bg h4 {
    color: #fff;
}
/* Arowana BTN Style */

#subscribe-form .boxed-btn {
    margin: 0;
}

.arowana-btn .button-cart a.add_to_cart_button:after,
.arowana-btn .boxed-btn:after {
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 0 0 6px;
    box-shadow: 0 0 0 6px;
    border-radius: 4px;
    opacity: .5;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.arowana-btn .button-cart a.add_to_cart_button:hover:after,
.arowana-btn .button-cart a.add_to_cart_button:focus:after,
.arowana-btn .boxed-btn:hover:after,
.arowana-btn .boxed-btn:focus:after {
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}

.arowana-btn .slide-content.slide-bg h4 {
    color: #fff;
    display: inline-block;
}

div.slide-content.slide-bg h4 {
   display: inline-block;
}

.arowana-btn .boxed-btn {
    margin: 5px;
}

/* Service 2 Styles */
.startbiz-btn .button-cart a.add_to_cart_button,
.servicepage-item .service-icon {
	display: inline-block;
	position: relative;
    z-index: 1;
}

.servicepage-item .service-icon i,
.servicepage-item .service-icon img {
	-webkit-transform: scale(0.8);
    transform: scale(0.8);
    transition: all 0.35s;
}

.servicepage-item:hover i,
.servicepage-item:hover img {
	-webkit-transform: scale(1);
    transform: scale(1);
}


/* Service 3 Styles */

.service_3.servicepage-item {
    border: 1px solid #eee;
    padding: 55px 20px 20px 20px;
	margin-top: 25px;
    margin-bottom: 0;
    position: relative;
    z-index: 0;
}

.service_3.servicepage-item .service-icon {
	width: 80px;
    height: 80px;
    line-height: 80px;
}

.service_3.servicepage-item .service-icon i {
    line-height: 80px;
}

.service_3.servicepage-item .service-icon,
.service_3.servicepage-item .service-icon:before,
.service_3.servicepage-item .service-icon i,
.service_3.servicepage-item .service-icon img {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.service_3.servicepage-item .service-icon:before {
  top: 90%;
  left: -110%;
}
.service_3.servicepage-item .service-icon i,
.service_3.servicepage-item .service-icon img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.service_3.servicepage-item:focus .service-icon:before,
.service_3.servicepage-item:hover .service-icon:before {
  top: -20%;
  left: -20%;
}
.service_3.servicepage-item:focus .service-icon i,
.service_3.servicepage-item:hover .service-icon i,
.service_3.servicepage-item:focus .service-icon img,
.service_3.servicepage-item:hover .service-icon img {
  color: #fff !important;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.service_3.servicepage-item .service-icon {
    display: inline-block;
    background-color: #fff;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 15px -5px rgba(0,0,0,0.1);
}
.service_3.servicepage-item .service-icon:before {
  content: '';
  width: 140%;
  height: 140%;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}









/*=========================================
    Secondary Color
=========================================*/
/* Theme Reset css */
p {
    color: #282828;
}

.section-header p {
    color: #282828;
}

/* Main Menu*/
.mean-container .mean-nav ul li a.mean-expand:hover {
    background: #282828;
}

ul.cart-list>li.total,
.widget_shopping_cart_content .total {
    background-color: #282828;
}

/* Sections */
.call-out:after,
#fun-fact:after,
#subscribe:after,
#pricing .features:after,
.video-section:after,
.skill-item:after {
    background: #000000;
}


/* Features list*/
.features-list-item h4,
.features-list-item p,
.features-list-item .view-more {
    color: inherit;
}

.features-list-item .view-more {
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.view-more:hover {
    color: #282828;
}

.features-list-item:hover .view-more,
.features-list-item:hover .view-more:hover,
.features-list-item:focus-within .view-more:hover,
.features-list-item:focus-within .view-more:focus {
    color: #ffffff;
}

.sorting-btn li a {
    min-width: 50px;
    padding: 5px 6px;
    color: #282828;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    transition: 1s ease all;
    -webkit-transition: 1s ease all;
}

.sorting-btn li a > span {
    display: inline-block;
    overflow: hidden;
}

.sorting-btn li a > span > span {
    position: relative;
    display: inline-flex;
    padding: 1px 8px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.sorting-btn li a  > span > span:before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    font-weight: 700;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.sorting-btn li a.active > span > span,
.sorting-btn li a:focus > span > span,
.sorting-btn li a:hover > span > span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.sorting-btn li a.active,
.sorting-btn li a:focus,
.sorting-btn li a:hover {
    color: #0088CC;
}

.sorting-btn li a.active,
.sorting-btn li a:focus {
    font-weight: 600;
	transition: 1.0s ease all;
	-webkit-transition: 1.0s ease all;
}

.services-item {    
    color: #282828;
}

.member-title {
    color: #282828;
}

#testimonial .owl-dot {
    background: #282828;    
}

.post-content .more-link,
.post-content .read-more-link {
    color: #fff;
    background-color: #282828;
    display: inline-block;
    padding: 8px 18px;
    border-radius: 5px;
    padding-right: 54px;
    position: relative;
    margin-top: 15px;
    text-decoration: none;
}

.post-content a.more-link:after,
#recent-blog a.more-link:after,
.post-content a.read-more-link:after,
#recent-blog a.read-more-link:after {
    content: "\f00c";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    transform: translate(0);
    vertical-align: middle;
    font-family: 'FontAwesome';
    color: #282828;
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    opacity: 1;
    z-index: 1;
}

.blog-post .more-link:hover, .blog-post .more-link:focus,
.blog-post .read-more-link:hover, .blog-post .read-more-link:focus {
    color: #ffffff !important;
    background-color: #0088CC;
    box-shadow: 0 5px 15px -5px rgb(0 0 0 / 15%);
}

.post-content a.more-link:hover:after,
#recent-blog a.more-link:hover:after,
.post-content a.more-link:focus:after,
#recent-blog a.more-link:focus:after,
.post-content a.read-more-link:hover:after,
#recent-blog a.read-more-link:hover:after,
.post-content a.read-more-link:focus:after,
#recent-blog a.read-more-link:focus:after {
    color: #0088CC;
    transform: translate(0);
}

.contact-us-info {
    background: #282828;    
}

/* Service Page */
.servicepage-item h4 {
    color: #282828;
}

.servicepage-item p {
    color: #282828;
}

.servicepage-item a:hover {
    color: #282828;
}

/* Portfolio */
.portfolio-page .content h4 {
    font-size: 24px !important;
    color: #282828;
    margin: 0px !important;
    margin-bottom: 6px !important;
}

.portfolio-page .content a {
    color: #282828;
}

.pagination a.page-link {
    background: #282828;
}

.exclusive-content h5 {
    color: #282828;
}

.exclusive-content i {
    color: #282828;
}

#exclusive .owl-dot {
    background: #282828;
}

#blog-content ul.meta-info li {
    color: #282828;
}

#blog-content ul.meta-info li a {
    color: #282828;
}

.post-content .content {
    color: #282828;
}

#blog-content .post-content .continue-reading {
    color: #282828;
}

.single-blog-area .post-title {
    color: #282828;
}

.single-blog-area ul.share-icon li a {
    color: #282828;
}

.post-comment-area .comment-author a {
    color: #282828;
}

.office h4 {
    color: #282828;
}

.office ul li {
    color: #282828;
}

#wrapper-404 .inner-content h1 {
    color: #282828;
}

#wrapper-404 .inner-content p {
    color: #282828;
}

/*Widget CSS */

#footer-widgets {
    background: #282828;
}


.widget_search .search-form,
.search-form input[type="search"]::-webkit-input-placeholder,
.sidebar .widget-title,
.recent-post h6,
ul.recent-meta-info li,
ul.recent-meta-info li a,
ul.tags li a,
.widget-calender .widget-title .plus a,
.weekdays li,
.days li.disable,
.days li {
    color: #282828;

}

.get-in-touch input::-webkit-input-placeholder,
.get-in-touch textarea::-webkit-input-placeholder {
    color: #282828;    
}

.price_slider_wrapper .ui-slider-horizontal {
    background: #282828;
}
.woocommerce input.button.alt, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled], .woocommerce-cart table.cart input.button:hover, .woocommerce input.button:hover,a.button.product_type_grouped:hover {
   color: #fff;
   background: #282828!important;
}

.woocommerce-product-search button:hover,
.woocommerce button.button:hover {
	color: #fff;
    background-color: #282828;
}

.woocommerce-cart table.cart td.actions .coupon input[type="text"].input-text {
    height: 42px;
}

.select2-container .select2-selection--single {
    border: 1px solid #eeeeee;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border: dashed 1px #282828;
}
.sidebar .widget-title,.footer-sidebar .widget table caption,.footer-sidebar .widget table td,.woo-sidebar .widget-title,.woocommerce-product-search input[type="search"]::-webkit-input-placeholder,.sidebar .widget_recent_comments ul li a,.sidebar .widget_recent_entries ul li a,.sidebar .widget_meta ul li a,.sidebar .widget table td,.sidebar .widget table caption    {
	color: #282828;
}
.widget_shopping_cart .button:hover, .woo-sidebar .price_slider_wrapper .ui-slider-horizontal,.woocommerce table.my_account_orders .button:hover,.woocommerce-MyAccount-content .button:hover {
   background:#282828!important;
}
/**button, input[type="button"], input[type="reset"], input[type="submit"]:hover{
	background: #282828!important;
}
*/
.widget_tag_cloud a {
    color: #282828;
}
.gallery-item .gallery-caption {
    color: #282828;
}
.woocommerce nav.woocommerce-pagination ul li a {
    background: #282828;
}
.pagination a {
    background: #282828;
}
.blog-list-home .meta-info li a {
    color: #282828;
}
.mc4wp-form button.boxed-btn {
    margin: 0px;
    margin-top: 5px;
    line-height: 50px !important;
}

#footer-widgets .mc4wp-form button.boxed-btn {
    margin-top: 5px;
    padding: 0 15px !important;
}

#header rs-module-wrap {
  z-index: 0;
}

.paginations {
    margin: 25px 0;
}

.owl-carousel {
    -ms-touch-action: none;
    touch-action: none;
}

/* Startbiz */
.startbiz, .startbiz .site {
    overflow-x: hidden;
}

.startbiz {
    position: relative;
}

.startbiz #sticky-wrapper.is-sticky .sticky-nav {
    background: none;
    box-shadow: none;
}

.startbiz .main-menu {
    position: relative;
    z-index: 0;
    border-radius: 3px;
    background-color: #ffffff;
    padding: 24px 15px 24px 0;
    margin: 0;
}

.startbiz .main-menu > ul > li:first-child > a {
    padding-left: 0;
}

.startbiz .main-menu:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 3000px;
    height: 100%;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 5%);
    border-radius: inherit;
}

.startbiz .main-menu > ul > li:before {
    position: absolute;
    content: '';
    background-color: #e9e9ea;
    width: 1px;
    height: 32px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.startbiz .main-menu > ul > li:last-child:before {
    display: none;
}

.startbiz .emergency-call {
    padding-left: 25px;
    min-height: 72px;
    margin-left: auto;
    position: relative;
    z-index: 0;
}

.startbiz .emergency-call:before {
    content: '';
    position: absolute;
    top: 0;
    width: 3000px;
    height: 100%;
    background: #00a3c8;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 5%);
    border-radius: 3px;
    z-index: -1;
}

.startbiz .emergency-call .contact-area {
    padding-left: 33px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.startbiz .emergency-call .contact-icon {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    font-size: 35px;
    line-height: 1;
    position: relative;
    z-index: 1;
    margin-left: 35px;
    width: 72px;
    height: 100%;
    border-color: rgb(40 40 40 / 60%);
    min-height: 72px;
}

.startbiz .emergency-call .contact-icon::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 108px;
    background-color: transparent;
    border: 36px solid;
    border-color: inherit;
    border-bottom-color: transparent;
    z-index: -1;
}

.startbiz .emergency-call .contact-icon::after {
    content: "";
    position: absolute;
    top: 0;
    right: 2px;
    width: 94%;
    height: 100%;
    min-height: 96px;
    margin: auto;
    background-image: url('images/shape_border.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.startbiz .emergency-call .contact-icon i {
    color: #ffffff;
}

.startbiz .emergency-call .contact-info {
    display: inline-block;
    text-align: right;
    color: #fff;
}

.startbiz .emergency-call .contact-info span {
    display: block;
    line-height: normal;
    margin: 0;
    font-weight: 700;
    word-break: break-word;
}

.startbiz .emergency-call .contact-info .text {
    font-size: 16px;
    text-transform: capitalize;
}

.startbiz .emergency-call .contact-info .title {
    font-size: 20px;
}

.contact-area:hover .contact-icon i,
.contact-area:hover .contact-icon img {
    -webkit-animation-name: anim-float, anim;
    animation-name: anim-float, anim;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

@-webkit-keyframes anim {
    0% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    50% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}
@keyframes anim {
    0% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    50% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}
@-webkit-keyframes anim-float {
    100% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}
@keyframes anim-float {
    100% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}

/* Envira */
.envira nav.main-menu {
    margin: 0;
}

.envira .navigator {
    background-color: #282828;
}

.envira .navigator .navbar-area {
    background: none;
    padding: 0 15px;
    min-height: 90px;
}

.envira .navigator #sticky-wrapper.is-sticky .sticky-nav {
    background: #282828;
}

.envira .main-menu > ul > li > a {
    color: #ffffff;
}

.envira .header-right-bar li.cart-icon .dropdown-toggle,
.envira .header-right-bar li#searchss > a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #ffffff;
    display: inline-block;
    border-radius: 100%;
    font-size: 16px;
}

.envira .header-right-bar li.cart-icon .dropdown-toggle {
    line-height: 45px;
    color: #282828;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.envira .header-right-bar li.cart-icon .dropdown-toggle i {
    color: inherit;
}

.envira .header-right-bar ul li.cart-icon {
    margin-left: 13px;
}

.envira .about-toggle span {
    background-color: #ffffff;
}

.envira .header-right-bar a.book-now {
    background-color: #0088cc !important;
    border-color: #0088cc !important;
}

/* Arowana */
.arowana .navbar-area nav.main-menu {
    margin-top: 0;
    margin-bottom: 0;
}
.arowana .header-right-bar ul li {
    margin: 15px 0;
}

.arowana .main-menu > ul > li:after {
    content: "";
    position: absolute;
    top: -120%;
    right: 0;
    width: 1px;
    height: 81px;
    background: #ececec;
}

.arowana .main-menu > ul > li:last-child:after {
    display: none;
}

/* Career */

.career-section {
    background-color: #f1f5f8;
}

.career-block {
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 8%);
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 8%);
    border-radius: 6px;
    background-color: #ffffff;
    padding: 71px 21px 26px;
    text-align: center;
}

.career-block .time {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #e1e5e9;
    line-height: 28px;
    padding: 0 30px;
    border-radius: 15px;
}

.career-block .icon {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.career-block .icon img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.career-block .icon i {
   font-size: 50px;
}


.career-block h4 {
    position: relative;
    font-size: 22px !important;
    font-weight: 600 !important;
    margin-bottom: 10px;
}

.career-block .location {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.career-block ul {
    list-style: none;
    text-align: left;
    padding: 0;
}

.career-block ul li {
    position: relative;
    padding-left: 27px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #e1e5e9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.career-block ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.career-block ul li a {
    color: #282828;
}

.career-block ul li i {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: normal;
    font-size: 100%;
    line-height: inherit;
}

.career-block .boxed-btn {
    margin-bottom: 18px;
}

/* career section 2 */

.career-section-2 {
    position: relative;
    background-color: #eef2f6;
    z-index: 0;
}

.career-section-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .5;
    transition: background .3s,border-radius .3s,opacity .3s;
}

.career-box {
    text-align: center;
    background-color: #fff;
    padding: 47px 40px 42px;
    border-radius: 0;
    position: relative;
    border: 1px solid #f5f5f5;
    overflow: hidden;
    z-index: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.career-box .icon {
    display: inline-block;
    margin-bottom: 20px;
}

.career-box .icon img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    user-select: none;
    transition: all 0.24s ease-in-out;
}

.career-box .icon i {
    font-size: 50px;
}

.career-box:hover .icon img {
    animation: tada 1s ease-in-out infinite;
    animation-fill-mode: both;
}
@keyframes tada {
    0% {transform: scale(1);} 
    10%, 20% {transform: scale(0.9) rotate(-3deg);} 
    30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);} 
    40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);} 
    100% {transform: scale(1) rotate(0);} 
}

.career-box h6 {
    font-size: 24px;
    font-weight: 600 !important;
    line-height: 20px;
    margin-bottom: 10px;
}

.career-box p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.career-ineer {
    padding: 65px 40px;
}

.career-shadow {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
}

.career-content {
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    background: #ffffff;
}

.career-form {
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    background-color: #eef2f6;
}

.listing-infobox {
    position: relative;
    z-index: 0;
    margin-top: 30px;
}

.listing-infobox:after {
    content: "";
    display: table;
    clear: both;
}

.listing-infobox .listing-box-header {
    float: left;
    display: block;
    margin: 10px 0 0 0;
}


.listing-infobox .listing-box-header i {
    font-size: 50px;
}

.listing-infobox .listing-box-body {
    margin-left: 90px;
}

.listing-infobox .listing-box-body h3 {
    font-weight: 600 !important;
}

.listing-infobox .listing-box-body p {
    margin-top: 10px;
    line-height: 26px;
}

.career-inner-form {
    margin-top: 30px;
}

.career-inner-form p {
    text-align: center;
    margin-top: 26px;
}

.career-inner-form form .form-control {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.woocommerce #respond input#submit:hover {
    color: #ffffff !important;
    background-color: #282828 !important;
}

.comment-reply-title {
    font-weight: 600;
}


/* Parent Responsive */
@media only screen and (max-width:991px) {
    #header-top .widget {
        min-width: 216px;
    }
    .header-right-bar {
        margin-right: 46px;
    }
}

@media only screen and (max-width:767px) {
    .header-right-bar {
        margin-right: 30px;
    }
    .mean-container a.meanmenu-reveal {
        width: 13px;
        height: 14px;
        font-size: 13px !important;
        line-height: 16px;
    }
    .mean-container a.meanmenu-reveal span {
        height: 2px;
        margin-top: 2px;
    }
    .header-right-bar ul li a {
        padding: 0 4px 0;
    }
}

@media only screen and (max-width: 475px) {
    #header-top .widget {
        display: block;
    }
    #header-top .widget:nth-child(n+2) {
        padding-left: 0;
        margin-left: 0;
    }
    #header-top .startkit-top-right .widget:nth-child(n+2),
    #header-top .startkit-top-right .widget:first-child {
        padding: 0;
    }
    .startkit-top-left .widget:nth-child(n+2),
    .startkit-top-right .widget:nth-child(n+2) {
        border-left: 0;
        border-top: 1px solid rgb(255 255 255 / 25%);
    }
    #header-top .startkit-top-right, #header-top .startkit-top-left {
        padding: 0;
    }
}


@media only screen and (max-width:400px) {
    .header-right-bar ul li a {
        padding: 0 4px 0;
    }
}

@media only screen and (min-width:501px) and (max-width:560px) {
    .mean-container a.meanmenu-reveal {
        
    }
}

@media only screen and (min-width:476px) and (max-width:500px) {
    .mean-container a.meanmenu-reveal {
        
    }
}

@media only screen and (min-width:430px) and (max-width:475px) {
    .mean-container a.meanmenu-reveal {
        
    }
}

@media only screen and (min-width:400px) and (max-width:429px) {
    .mean-container a.meanmenu-reveal {
        
    }
}

@media only screen and (min-width:360px) and (max-width:399px) {
    .mean-container a.meanmenu-reveal {
        
    }
}

@media only screen and (min-width:318px) and (max-width:359px) {
    .mean-container a.meanmenu-reveal {
        
    }
}

@media only screen and (max-width:317px) {
    .mean-container a.meanmenu-reveal {
        
    }
}








.startweb .normal-h{
	background-color: #00000050;
}

.startweb #header-top .widget_info i {
    background: #fff;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}



.startweb .sticky-wrapper:not(.is-sticky) .main-menu > ul > li > a {
    color: #fff;
}

.startweb .sticky-wrapper.is-sticky a.book-now {
    color: #242424;
}

.startweb .startweb-slider #carousel-custom-indicator {
    position: absolute;
    bottom: 7px;
    text-align: center;
    z-index: 1;
}



.startweb .header-slider .owl-next, .startweb .header-slider .owl-prev,
.startweb .header-slider .owl-next:hover, .startweb .header-slider .owl-prev:hover {
    background-color: transparent;
	outline: none !important;
	border: none;
}


.header-slider .owl-next, .header-slider .owl-prev {
    font-size: 28px;
}

.startweb .header-slider .owl-prev {
    background: url(./images/left.png) no-repeat;
	border-radius:0;
}

.startweb .header-slider .owl-next {
    background: url(./images/right.png) no-repeat;
	border-radius:0;
	padding-right: 59px;
}

.startweb .startkit.slide-content h1 {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    text-transform: uppercase;
    font-size: 90px;
}

.startweb .slide-content h4 {
    font-size: 70px !important;
    font-weight: 100 !important;
    line-height: 1 !important;
}

.startweb .slide-content p {
    font-size: 16px;
    font-weight: 500;
}


.startweb .startweb-slider #carousel-custom-indicator button {
    background: #fefefd;
    border-radius: 4px 4px 0 0;
}


.startweb .slide-left .slide-content .boxed-btn {
    padding-left: 0;
}

.startweb .slide-content .boxed-btn {
	color: #fff;
}

.startweb #breadcrumb-area {
    padding: 120px 0 10px;
}

.startweb-btn .boxed-btn:not(.le-btn):not(.load-btn), 
.startweb-btn a.book-now {
    background: none !important;
    text-decoration: underline !important;
    border: none;
    box-shadow: none;
}

.startweb-btn .boxed-btn {
    color: #242424;
}



.startweb-btn .boxed-btn:hover i, .startweb-btn .boxed-btn:focus i, 
.startweb-btn a.book-now:hover i, .startweb-btn a.book-now:focus i {
   transform: rotate(0);
}
.startweb-btn a.boxed-btn i, .startweb-btn .boxed-btn i,  .startweb-btn a.book-now i{
    transform: rotate(321deg);
	border-radius: 100%;
	width: 25px;
    height: 25px;
    line-height: 25px;
	transition: all 0.4s ease;
}

.startweb #recent-blog .blog-post.blog-style-1 .post-thumbnail:after,
.startweb .search-submit {
    background: #ffd200;
}

.startweb .about-toggle span {
    background: #fff;
}	

.startweb .startweb-slider #carousel-custom-indicator li.active button,
.startweb .startweb-slider #carousel-custom-indicator li button:hover,
.startweb .startweb-slider #carousel-custom-indicator li button:focus,
.startweb-btn a.boxed-btn i, .startweb-btn .boxed-btn i, .startweb-btn a.book-now i,
.startweb .startweb-slider #carousel-custom-indicator button {
    color: #242424 !important;
}

.startweb-btn a.book-now {
    box-shadow: none;
}