/*
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: 1.0
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

* ==========================================*/

/*
==========================================
    Fonts + Include CSS
============================================
*/






/*
==========================================
    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.woff2') format('woff2'),
         url('fonts/logo_font/Geometry_Soft_Pro-Bold_N-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'Roboto', sans-serif!important;
    font-weight: 400!important;
    background: #fff;
}

body.gray-bg {
    background: #f9f9f9;
}

* {
    outline: none !important;
}

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-all;
}

p.small,
a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none !important;
    outline: none;
}

ul {
    margin: 0;
   /* padding: 0; */
}

ul li {
     /* list-style: none; */
}

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);
  }
}

#slider .pulse {
  animation-name: pulsed;
}

/* Helper class*/

.section-padding {
    padding: 100px 0;
}

.section-padding-top {
    padding: 100px 0 0;
}

#ourteam.section-padding-top,
#woocommerce-page.section-padding-top,
#services.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 h2 {
    margin-bottom: 20px;
    line-height: .8;
    display: inline-block;
}

#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 rgba(0, 0, 0, 0.2)!important;
    border-radius: 4px!important;
    display: inline-block!important;
    padding: 15px 40px!important;
    -webkit-transition: .3s;
    transition: .3s!important;
}

.boxed-btn i {
    margin-left: 10px;
}

.owl-item {
    float: left;
}

.owl-stage-outer {
    overflow: hidden;
}

.owl-nav {
    display: none;
}

/*
==========================================
    Preloader
==========================================
*/

.preloader {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.loader {
    height: 40px;
    width: 40px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
}

.loader:before,
.loader:after {
    content: "";
    height: 40px;
    width: 40px;
    border: 8px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    position: absolute;
    top: 0;
}

.loader:before {
    -webkit-animation: animate 2s infinite linear;
    animation: animate 2s infinite linear;
}

.loader:after {
    -webkit-animation: animate2 2s infinite linear;
    animation: animate2 2s infinite linear;
}

@-webkit-keyframes animate {
    100% {
        -webkit-transform: rotate(180deg) skew(360deg);
        transform: rotate(180deg) skew(360deg);
    }
}

@keyframes animate {
    100% {
        -webkit-transform: rotate(180deg) skew(360deg);
        transform: rotate(180deg) skew(360deg);
    }
}

@-webkit-keyframes animate2 {
    100% {
        -webkit-transform: rotate(-180deg) skew(-360deg);
        transform: rotate(-180deg) skew(-360deg);
    }
}

@keyframes animate2 {
    100% {
        -webkit-transform: rotate(-180deg) skew(-360deg);
        transform: rotate(-180deg) skew(-360deg);
    }
}


/*
===================================================================================
    01. Homepage
===================================================================================
*/


/*
==========================================
    01. Header Top
==========================================
*/

#header-top {
    color: #fff;
    font-size: 14px;
}

.header-social li {
    display: inline-block;
}

.header-social li a {
    display: block;
    padding: 0px 5px 0 0;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 13px;
	line-height: 1.5;
}

.header-social li a:hover {
    color: #eee;
}

#header-top a {
    font-size: 13px;
    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 {
    position: absolute;
    font-size: 14px;
    white-space: nowrap;
}

.site-title {
    font-size: 28px !important;
    margin-bottom: 0 !important;
	font-family: 'geometry_soft_probold_n';
}

/*
==========================================
    02. Custom Navigation
==========================================
*/

header, .product-section {
    position: relative;
    overflow: hidden;
}

.navbar-area {
    background: url(images/navbarbg.png) no-repeat;
    background-position: top left;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555 !important;
    min-height: 128px;
}
.navbar-area.normal-h{
	background:#fff;
}
.navbar-area.normal-h, .navbar-area.navbar-transparent {
    background-image: none;
	min-height: 80px;
}

#sticky-wrapper.is-sticky .sticky-nav.navbar-transparent {
    background: #242424;
}

.navbar-area.navbar-transparent .main-menu > ul > li > a,
.navbar-area.navbar-transparent .main-menu > ul > li.active > a,
.navbar-area.navbar-transparent a.book-now {
    color: #fff !important;
}

.navbar-area.navbar-transparent .main-menu ul li a:after,
.navbar-area.navbar-transparent .main-menu ul li a:before {
    border-color: #fff !important;
}



/* logo */

.logo a {
    display: inline-block
}

header .logo {
    padding: 30px 0;
}

.navbar-brand {
    padding: 0;
}

nav {
   margin: 30px -60px 30px 0;
   position: relative;
   z-index: 1;
}

.main-menu ul {
    padding: 0;
}

.main-menu ul li {
    display: inline-block;
    position: relative;
}

.main-menu ul li a {
    padding: 10px 10px;
    color: #222222;
    -webkit-transition: .3s;
    transition: .3s;
    display: block;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

/*.containerxx {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    width: 90%;
    height: 90vh;
}*/

.main-menu ul li a i {
    display: inline-block;
    transform: rotateZ(-90deg);
    -webkit-transition: .3s;
    transition: .3s;
}

.main-menu ul li:hover a i {
    transform: rotateZ(0deg);
}

/* .main-menu ul li .s-dropdown-menu li a { */
    /* display: flex !important; */
    /* justify-content: space-between; */
    /* -ms-flex-align: center; */
    /* -webkit-align-items: center; */
    /* -webkit-box-align: center; */
    /* align-items: center; */
/* } */

.main-menu ul li .s-dropdown-menu li a i {
    transform: rotateZ(0deg);
}

.main-menu ul li .s-dropdown-menu li:hover a i {
    transform: rotateZ(-90deg);
}

/* Submenu*/

.boxed .navbar-area {
    background-size: 100% 80%;
}

.boxed .logo a {
    margin-left: 8px;
}

.boxed a.book-now {
    margin-left: 20px;
    margin-right: 30px;
}



/* Full screen search */

#search {
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    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;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .5s;
    transition: all .5s;
    will-change: transform, opacity;
    z-index: -1;
    overflow: hidden;
}

#search div {
    position: relative;
}

#searchbox {
    width: 100%;
    height: 32px;
    height: 32px;
    height: 32px;
    height: 2rem;
    display: inline-block;
    background: transparent;
    border-width: 0 0 1px 0;
    border-style: 0 solid #fff;
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-size: 32px;
    font-size: 32px;
    font-size: 32px;
    font-size: 2rem;
    outline: 0;
    padding: 32px 16px;
    padding: 32px 16px;
    padding: 32px 16px;
    padding: 2rem 1rem;
	border-bottom: 1px solid #fff;
	box-shadow: none;
}
input#searchbox::placeholder {
    color: #fff;
}
#close-btn {
    position: absolute;
    right: 5%;
    top: 5%;
}

#search:target {
    height: 100vh !important;
    width: 100% !important;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 9999;
}

input[type="search"]::-webkit-input-placeholder {
    color: #fff;
}

#search i.fa-times {
    color: #fff;
}

.search-submit {
    background: transparent!important;
    border: 0;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    position: absolute!important;
    right: 0;
    top: 0;
    bottom: 5px;
}



/* Cart */

.header-right-bar > ul {
	padding: 0 !important;
}

.header-right-bar ul li a {
    padding: 0 8px 0;
}
li#searchss a {
    font-size: 20px;
}

.cart-icon {
    position: relative;
}

.cart-icon .dropdown-toggle:after {
    display: none;
}

.badge {
    position: absolute;
    top: -2px;
    right: 2px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 10px;
}

#cartss .badge {
    background: #222222 !important;
}

.cart-icon i {
    font-size: 20px;
	cursor: pointer;
}

.cart-list {
    padding: 15px;
    width: 250px;
    left: -50px !important;
    top: 28px !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;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    font-size: 14px;
}

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;
}

/*
==========================================
    03. Slider
==========================================
*/

.header-slider {
    color: #fff;
    cursor: crosshair;
}

.header-slider figure {
    position: relative;
    display: inline-block;
}

.header-slider figure img {
    display: block;
    margin: 0;
}

.header-slider .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.35)
}

.header-slider .content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.header-slider.pattern-2 .content: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: 80px;
    /*margin-top: 140px;*/
}

.slide-left {
    margin-right: auto;
    text-align: left;
}

.slide-center {
    margin: auto;
    text-align: center;
}

.slide-right {
    margin-left: auto;
    text-align: right;
}

.slide-content h4 {
    display: inline-block;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 30px;
    margin-bottom: 15px !important;
}

.slide-content h1 {
    letter-spacing: 0.7px;
}

.slide-content h1, .slide-content p {
    margin-bottom: 10px !important;
}

.slide-content p {
    color: #fff;
}

/* Slider New Style */

.slide-img {
    position: relative;
    border: 10px solid #fff;
}

.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 .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 .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 .owl-dot.active .tp-bullet-inner {
    transform: scale(1.4);
}

.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: 40px;
    text-align: center;
    line-height: 40px;
    background-position: center;
    background-size: 100% 100%;
    cursor: pointer;
    position: absolute;
    border-radius: 99% 50% 50% 100%/75% 69% 69% 75%;
    top: 50%;
    -webkit-transition: .7s;
    transition: .7s;
    background: transparent;
    background-image: none !important;
}

.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: -200px;
    visibility: hidden;
}

.header-slider:hover .owl-prev {
    left: 25px;
    visibility: visible;
}

.product-section:hover .owl-prev {
    left: -70px;
    visibility: visible;
}

.header-slider .owl-next,
.product-section .owl-next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: -200px;
    visibility: hidden;
}

.header-slider:hover .owl-next {
    right: 25px;
    visibility: visible;
}

.product-section:hover .owl-next {
    right: -70px;
    visibility: visible;
}



/*
==========================================
    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 {
    padding: 36px 30px;
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.info-light {
   background: #fff;
}

.info-color span.icon i, .info-color h4, .info-color p, #features-list .info-color a.view-more {
    color: #fff !important;
}

.features-list-item:hover {
    margin-top: -15px;
    box-shadow: 0px 15px 16px 0px rgba(0, 0, 0, 0.08);
}

.features-list-item .icon i {
    font-size: 32px;
}

.features-list-item .icon {
    display: inline-block;
    margin-right: 20px;
    padding-bottom: 10px;
}

.features-list-item h4 {
    display: inline-block;
	font-size: 18px;
	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;
}




/*
==========================================
    05. Call Out
==========================================
*/

.call-out {
    border-radius: 6px;
    background: url(/images/homepage/background/calloutbg.jpg) no-repeat center / 100% 100%;
    color: #fff;
    padding: 50px 80px;
    position: relative;
    z-index: 1;
}

.call-out:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=94)";
    z-index: -1;
}

.call-out p {
    color: #fff;
}
#call-out h3 {
    margin-bottom: 0px !important;
}

/*
==========================================
    06. Portfolio
==========================================
*/
#recent-blog .sorting-btn,
#woocommerce-page .sorting-btn {
	width: 85%;
}
#recent-blog .post-title {
    margin-bottom: 20px;
}
.sorting-btn {
    border-radius: 5px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    padding: 12px 68px;
    border-bottom: 2px solid;
    margin: 0 auto 30px auto;
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: center;
    background: #fff;
}

.sorting-btn li {
    cursor: pointer;
    padding: 0;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    margin: 0 25px 0 0;
    list-style: none;
}

.sorting-btn li:last-child {
	margin: 0;
}

.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 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;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 0 15px;
}

.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 {
    opacity: 0.905;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.portfolio figure:hover figcaption h4,
.portfolio figure:hover figcaption p {
    margin-bottom: 5px !important;
}



/*
==========================================
    07. Features
==========================================
*/

.features-item {
    border-radius: 6px;
    color: #fff;
    padding: 40px 20px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.features-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background-color: rgb(0, 0, 0);
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    z-index: -1;
}

.item-1 {
    background: url(../img/homepage/features/features01.jpg) no-repeat center / cover;
}


.item-2 {
    background: url(../img/homepage/features/features02.jpg) no-repeat center / cover;
}


.item-3 {
    background: url(../img/homepage/features/features03.jpg) no-repeat center / cover;
}


.item-4 {
    background: url(../img/homepage/features/features04.jpg) no-repeat center / cover;
}

.features-item i {
    font-size: 30px;
    margin-bottom: 20px;
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
}

.features-item h5 {
    margin-bottom: 10px;
	font-size: 16px;
    line-height: 26px;
}

.features-item p {
    color: #fff;
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.features-item:before {
    content: '';
    position: absolute;
    bottom: -0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0px;
    height: 4px;
    -webkit-transition: .3s;
    transition: .3s;
}

.features-item:hover.features-item:before {
    width: 130px;
}


/*
==========================================
    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 {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
}

.services-item .service-icon {
    margin-bottom: 20px;
    position: relative;
}

.service-icon i {}

.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: 40px 0;
    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;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=94)";
    z-index: -1;
}

#fun-fact i {
    font-size: 40px;
    padding-bottom: 10px;
    display: block;
}

#fun-fact strong {
    font-size: 30px;
}

#fun-fact p {
    color: #fff;
}


/*
==========================================
    10. Our Team
==========================================
*/
.team-member img {
    min-height: 361px;
}
.team-member {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.member-social {
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    top: -50%;
    left: 0;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 1;
}

.member-social li {
    display: inline-block;
}

.member-social li a {
    display: block;
    padding: 0 5px;
}

.member-title {
    padding: 22px 20px;
}

.member-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 1;
}

.member-title h4 {
    -webkit-transition: .3s;
    transition: .3s;
	font-size: 18px;
    line-height: 28px;
	margin: 0 !important;
}

.member-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 2px;
    -webkit-transition: .3s;
    transition: .3s;
}

.member-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 31px solid;
    border-right: 31px solid transparent;
    -webkit-transition: .3s;
    transition: .3s;
}

.team-member:hover .member-social {
    top: 0;
}

.inner-bio {
    padding: 0 15px;
    position: absolute;
    top: 20%;
    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;
    color: #fff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .3s;
    transition: .3s;
    visibility: hidden;
}

.team-member:hover .inner-bio {
    top: -8%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    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: 6px;
    padding: 0 30px 30px;
}

.single-testimonial h4 {
    position: relative;
	font-size: 18px;
    line-height: 28px;
}

.single-testimonial p {
    color: #fff;
}

.single-testimonial img {
    margin-top: -15px;
    border: 5px solid #fff;
    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;
}

p.title {
    margin-bottom: 12px;
}

.single-testimonial h4:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 20px;
    margin-left: -30px;
}

/*
==========================================
    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:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* border-radius: 6px; */
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=94)";
    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;
}

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
==========================================
*/
.features ul li {
    list-style: none;
}
#pricing {
    background: #f9f9f9;
}

.pricing-table {
    overflow: hidden;
}

#pricing .prcing-head {
    text-align: center;
    padding: 30px 0 50px;
    color: #fff;
    border-radius: 10px;
}

#pricing .price {
    font-size: 46px;
    font-weight: 500;
    text-align: center;
    padding: 30px 0 20px;
    background: #fff;
    border-radius: 10px 10px 0 0;
    margin-top: -20px;
    position: relative;
}

#pricing .price:after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 56px;
    border-radius: 0 0 10px 10px;
    background: #fff;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    z-index: 2;
    overflow: hidden;
}

#pricing .price span {
    font-size: 14px;
}

#pricing .features {
    border-radius: 10px;
    position: relative;
    padding: 60px 40px 30px;
    z-index: 1;
    background: url(../img/homepage/pricing/pricingbg.png) no-repeat center / cover;
}

#pricing .features:after {
    border-radius: 10px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    z-index: -1;
}

#pricing .features ul {
    padding: 0px;
}

#pricing .features li {
    color: #fff;
    margin-bottom: 15px;
}

#pricing .features li:last-child {
    margin-bottom: 30px;
}

#pricing .features li i {
    margin-right: 30px;
    font-size: 18px;
}

#pricing .features .boxed-btn i {
    padding-right: 10px;
    margin-left: 0;
}




/*
==========================================
    14. Recent Blog
==========================================
*/

#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: 1;
}

#recent-blog .post-thumbnail:after {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .3s;
    transition: .3s;
}

#recent-blog .blog-post:hover .post-thumbnail:after {
    top: 0;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#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;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#recent-blog .blog-post:hover .meta-info.list-inline {
    bottom: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#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: 30px 30px;
}

#recent-blog .post-content-inner {
    padding-bottom: 20px;
}

#recent-blog .post-content .post-title a {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
}

#recent-blog .read-more-link {
    position: relative;
    font-size: 14px;
    -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: 14px;
}

/* 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%;
    -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;
    position: relative;
    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: 14px;
	
}

.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 40px 0;
    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 {
    border: 0;
    border-radius: 0;
    margin-bottom: 24px;
	border-bottom: 1px solid;
}

.get-in-touch textarea {
	height: 50px;
}

.form-control:focus {
    border: 0;
    border-bottom: 1px solid;
    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: 14px;
    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: 14px;
    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 {
    color: #fff;
}


/* 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 {
    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);
  }
}


/*---------------------------------------
    Payment Icon
-----------------------------------------*/
#footer-copyright ul {
    text-align: right;
    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: 14px;
    color: #ffffff;
    display: inline-block;
    margin-right: 5px;
}
/*
===================================================================================
    02. About us page
===================================================================================
*/

/*-----------------------------------
    01. BreadCrumb Area 
------------------------------------*/

#breadcrumb-area {
    position: relative;
    color: #f9f9f9;
    z-index: 1;
}

#breadcrumb-area:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#breadcrumb-area h1 {
    color: #f9f9f9;
    margin-bottom: 20px;
}

.breadcrumb-nav li {
    display: inline-block;
}

.breadcrumb-nav li a {
    /* display: block; */
    padding-right: 8px;
    font-size: 16px;
    position: relative;
}

.breadcrumb-nav li.active {
    font-size: 16px;
    color: #fff;
}

.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: 30px;
}

#about-us .section-header {
    margin-bottom: 40px;
}

#about-us .section-header h2:after {
    top: 14%;
    right: 160px;
}

#about-us .section-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    width: 10px;
    height: 60px;
    display: inline-block;
}

#about-us .section-info {
    margin-bottom: 40px;
}

.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;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index: -1;
}

.video-section .play-icon {
    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;
    -webkit-transition: .5s;
    transition: .5s;
}

.video-section .play-icon:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.watch-more {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.watch-more a {
    color: #fff;
}


/*-----------------------------------
    03. Our Skill
------------------------------------*/

.skill-item {
    background: url(../img/aboutus/skillbg01.jpg) no-repeat center / cover;
    position: relative;
    z-index: 1;
    border-radius: 6px;
    padding: 40px;
}

.skill-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    z-index: -1;
}

.skill-item h3 {
    color: #fff;
    margin-bottom: 5px;
}

.skill-item p.title {
    margin-bottom: 20px;
}

.skill-item p {
    color: #fff
}

.skill-progess {
    display: block;
}

.skill-progess .label {
    display: inline-block;
    color: #fff;
    float: left;
    margin-right: 30px;
}

.progress {
    width: 70%;
    height: 6px!important;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
    float: left;
}

.skill_1 {
	width: 70%;
}

.skill_2 {
	width: 50%;
}


a.view-details {
    color: #fff;
}



/*-----------------------------------
    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;
}

.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;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.inner-client:after {
    content: '';
    position: absolute;
    bottom: -0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    -webkit-transition: .3s;
    transition: .3s;
}

.single-client:hover .inner-client:after {
    width: 150px;
}

/*
===================================================================================
    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: 14px;
}

.portfolio-page .content a {
    font-size: 14px;
}

.portfolio-item:hover figcaption {
    opacity: .95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* Pagination*/
.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-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;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 0 15px;
}

.gallery-item figcaption h4,
.portfolio figcaption p {
    margin-bottom: -20px !important;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.gallery-item figcaption p {
    font-size: 12px;
    color: #f9f9f9;
}

.gallery-item figcaption img {
    margin: 0 auto 20px;
}

.gallery-item figure:hover figcaption {
    opacity: .90;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.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 {
    padding: 15px 35px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    margin: 60px auto 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.load-btn:hover {
    background: #444;
    color: #fff;
}

.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;
}

#blog-content article.blog-post:last-child {
    margin-bottom: 0;
}

#blog-content .post-content {
    padding: 30px 60px;
}

#blog-content .post-title a {
    font-size: 18px;
    display: block;
    font-weight: 500;
    margin-bottom: 16px;
    -webkit-transition: .3s;
    transition: .3s;
}

#blog-content .post-content {
    border-bottom: 1px solid #d3d6db;
}

.post-content .content {
    font-size: 14px;
    margin-bottom: 16px;
}

#blog-content .post-content .continue-reading {
    font-size: 14px;
}

#blog-content ul.meta-info {
    padding: 15px 60px;
}

#blog-content ul.meta-info li {
    display: -webkit-inline-box;
    margin-right: 30px;
    font-size: 14px;
}

#blog-content ul.meta-info li i {
    margin-right: 10px;
}



/* Post Thumbnail Effects */

.blog-post .post-thumb {
    position: relative;
    float: left; 
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    margin-bottom: 16px;
}

.blog-post .post-thumb img {
    max-width: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.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;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(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;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(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;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.blog-post:hover .post-thumb img {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.blog-post:hover .post-thumb .post-overlay i {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    -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;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -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: 14px;
}

.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: 14px;
}

.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: 14px;
}
.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: 14px;
}
.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 180px;
}

.office {
    border-radius: 6px;
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
    padding: 30px;
    -webkit-transition: .3s;
    transition: .3s;
}

.office:hover {
    box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.08);
}

.office .icon {
    font-size: 32px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
#office_one #office_two #office_three  icon {
    font-size: 32px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.office h4 {
    margin-bottom: 20px;
}

.office ul li {
    font-size: 14px;
    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: 15px;
}
#office_one #office_two #office_three ul li {
    color: #233059;
    49 */: ;
}
#office_one #office_two #office_three ul li {
    font-size: 14px;
    font-weight: 500;
}


/*
===================================================================================
    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: 14px;
	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: 25px !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 .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 .single-product:hover {
    -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;
}

.single-product:hover img.secondary-img {opacity:1;}
.product-action {
	bottom: 45px;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	z-index: 10;
}
.single-product:hover .product-action {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    height: 100%;
    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;
}
.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;
}

.button-cart .button {
    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;
}
.pro-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.woocommerce .star-rating {
    color: #ffc107;
}
.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: #555;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
}
.product-content h3 a:hover{color: #fe4847;}
.price{}
.price span {
    font-size: 18px;
    font-weight: 700;
}
.price span.old {
    color: #b5b5b5;
    font-size: 14px;
    margin-left: 10px;
    text-decoration: line-through;
}
#fun-fact .home-fun {
    margin-bottom: 30px!important;
}
#fun-fact .home-fun:last-child {
    margin-bottom: 0px!important;
}
.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;
}

.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 {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
}

.footer_bg: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: #222;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.view-more:after,
.read-more-link:after {
    font-size: 18px;
    font-weight: 600;
    opacity: 0;
    top: 9px !important;
    right: -18px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition: ease right 300ms, ease opacity 300ms;
    transition: ease right 300ms, ease opacity 300ms;
}

.view-more:hover:after,
.read-more-link:hover:after {
    opacity: 1;
    right: -22px;
}

/* 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: 15px;    
    color: #ffffff; 
    position: relative;
    padding: 0 25px !important;
    line-height: 40px;
	z-index: 0;
	cursor: pointer;
    white-space: nowrap;
}
.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;
}

/* 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;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    -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;
}

.button-cart a.add_to_cart_button:after {
	margin-left: 0 !important;
}

.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;
}

.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: #242424;
}

.section-header p {
    color: #242424;
}

/* Main Menu*/
.mean-container .mean-nav ul li a.mean-expand:hover {
    background: #242424;
}

ul.cart-list>li.total,
.widget_shopping_cart_content .total {
    background-color: #242424;
}

/* 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 {
    color: #242424;
}

.view-more:hover {
    color: #242424;
}

.sorting-btn li a {
    color: #242424;
}

.services-item {    
    color: #242424;
}

.member-title {
    color: #242424;
}

#testimonial .owl-dot {
    background: #242424;    
}

.single-testimonial {
    background: #242424; 
}

#pricing .prcing-head {
    background: #242424;
}

#pricing .price {
    color: #242424;    
}

.post-content .read-more-link {
    color: #242424;    
}

.contact-us-info {
    background: #242424;    
}

/* Service Page */
.servicepage-item h4 {
    color: #242424;
}

.servicepage-item p {
    color: #242424;
}

.servicepage-item a:hover {
    color: #242424;
}

/* Portfolio */
.portfolio-page .content h4 {
    color: #242424;
	margin: 0px !important;
}

.portfolio-page .content a {
    color: #242424;
}

.pagination a.page-link {
    background: #242424;
}

.exclusive-content h5 {
    color: #242424;
}

.exclusive-content i {
    color: #242424;
}

#exclusive .owl-dot {
    background: #242424;
}

.gallery-item figure:hover figcaption {
    background: #242424;
}

#blog-content ul.meta-info li {
    color: #242424;
}

#blog-content ul.meta-info li a {
    color: #242424;
}

.post-content .content {
    color: #242424;
}

#blog-content .post-content .continue-reading {
    color: #242424;
}

.single-blog-area .post-title {
    color: #242424;
}

.single-blog-area ul.share-icon li a {
    color: #242424;
}

.post-comment-area .comment-author a {
    color: #242424;
}

.office h4 {
    color: #242424;
}

.office ul li {
    color: #242424;
}

#wrapper-404 .inner-content h1 {
    color: #242424;
}

#wrapper-404 .inner-content p {
    color: #242424;
}

/*Widget CSS */

#footer-widgets {
    background: #242424;
}


.widget_search .search-form,
.search-form input[type="search"]::-webkit-input-placeholder,
.sidebar .widget-title,
.widget_categories ul li a,
.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: #242424;

}

.get-in-touch input::-webkit-input-placeholder,
.get-in-touch textarea::-webkit-input-placeholder {
  color: #242424;    
}

.price_slider_wrapper .ui-slider-horizontal {
  background: #242424;
}
.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 {
   background: #242424!important;
}

.woocommerce-product-search button:hover,
.woocommerce button.button:hover {
	color: #fff;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border: dashed 1px #242424;
}
.sidebar .widget-title,.widget_categories ul li a,.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_archive ul li a,.sidebar .widget table td,.sidebar .widget table caption    {
	color: #242424;
}
.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:#242424!important;
}
/**button, input[type="button"], input[type="reset"], input[type="submit"]:hover{
	background: #242424!important;
}
*/
.widget_tag_cloud a {
    color: #242424;
}
.gallery-item .gallery-caption {
    color: #242424;
}
.woocommerce nav.woocommerce-pagination ul li a {
    background: #242424;
}
.pagination a {
    background: #242424;
}
.blog-list-home .meta-info li a {
    color: #242424;
}
.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;
}