/*
Theme Name: Experto
Author: Aftab Ali
Author URI: http://uxdesignexperts.com
Description: Experto is a professional WordPress theme with focus on multipurpose business styles, page transitions and distinctive typography. It includes diffrent types of page styles, like fullwidth, page with slider, default template(with right sidebar), left sidebar template. You can easily use themes custom widgets any where in any page using shortcodes. Its come with fully responsive layout for smartphones and tablets to desktops. It comes with free updates and free support by our highly acclaimed UXDexperts team.
Version: 1.0.7
Tags: left-sidebar, right-sidebar, translation-ready, custom-background, custom-logo, custom-header, featured-images, footer-widgets, full-width-template, blog, e-commerce, entertainment
Tested up to: 5.4.1
Requires PHP: 5.4
License: GPLv2 or Later
License URI: https://www.gnu.org/licenses/license-list.html#GPLv2
Text Domain: experto
*/


/* --------------------------------------
=========================================
	Header
=========================================
-----------------------------------------*/
img{
	max-width: 100%;
}
.btn-1 a, button, .btn{
	white-space: normal;
    word-wrap: break-word;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: inherit;
    background-color: inherit;
}
.experto-headwidget .navbar-wp .navbar-nav>.active>a{
	color:#33b5fd !important;
}
.wp-video-popup-video.is-landscape {
	width: 100% !important;
		margin: 0 auto;
	display: block !important;
	}
.wp-video-popup-wrapper p{
	width:100%;
}
.header-widget .experto-header-box {
    margin: 15px 0 0 0;
    display: inline-block;
}

.header-widget .experto-header-box-icon {
    display: table-cell;
    height: auto;
    position: relative;
    text-align: center;
    top: -1px;
    width: auto;
    line-height: 15px;
    margin-right: 10px;
}

.header-widget .experto-header-box-icon i {
    border-radius: 3px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    width: 38px;
    font-size: 18px;
    color:#fff !important;
}

.header-widget .experto-header-box-icon i:hover {
    transition: all 0.3s ease 0s;
}

.header-widget .experto-header-box-info {
    display: table-cell;
    padding-left: 5px;
    padding-right: 30px;
    vertical-align: top;
    text-align: left;
	color:#fff;
}

.header-widget .experto-header-box-info h4 {
    font-size: 14px;
    line-height: 20px;
    padding: 0 0;
    font-weight: 600;
    font-family: inherit;
    margin-bottom: 5px;
    margin-top: 0;
}

.header-widget .experto-header-box-info p {
    line-height: 15px;
    font-size: 15px;
    font-weight: 500;
	color:#fff;
}
.header-widget .experto-header-box-info p a, .header-widget .experto-header-box-info p a:hover{
	color:#fff;
}
.experto-nav-widget-area {
    padding-bottom: 0px;
	background:#41B6E6;
}

.experto-menu-full {
    background: #fff !important;
    position: absolute;
    z-index: 9;
    left: 0;
    width: 100%;
}

.experto-headwidget .navbar-wp {
    border-radius: 3px;
    min-height: 0;
	float:right;
}

.experto-headwidget .navbar-wp .navbar-nav>li>a {
    padding: 36px 11px;
}
.experto-headwidget .navbar-wp .navbar-nav>li>a:hover {
	color:#41B6E6 !important;
}
.experto-headwidget .navbar-wp .navbar-nav>li:last-child a {
    padding-right: 0px;
}
.widget_categories .cat-item-1{
	display: none !important;
}

/* Accessibility */


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#experto-content[tabindex="-1"]:focus {
    outline: 0;
}


/*---------------------------------------
	1.2 experto-category      
-----------------------------------------*/

.experto-category {
    background-color: #f1f1f1;
    float: left;
    font-weight: normal;
    height: 55px;
    line-height: 50px;
    position: relative;
    text-transform: capitalize;
    width: auto;
    margin: 0;
}

.experto-category i {
    margin-left: 10px;
}

.experto-category a {
    color: #8a8a8a;
    font-size: 14px;
    padding: 10px;
    line-height: 20px;
}

.experto-category ul.experto-category-submenu {
    background: #fff;
    height: auto;
    max-height: 200px;
    min-width: 140px;
    overflow-x: hidden;
    overflow-y: scroll;
    left: 0;
    padding: 10px 0 10px 0;
    position: absolute;
    top: 100%;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 15000;
}

.experto-category ul.experto-category-submenu li {
    display: block;
    padding: 6px 10px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #f5f5f5;
}

.experto-category ul.experto-category-submenu li:hover {
    color: #fff;
    background: #000;
}

.experto-category ul.experto-category-submenu li a {
    color: #000;
    font-weight: 300;
    font-size: 14px;
    transition: all 0.5s ease 0s;
}

.experto-category ul.experto-category-submenu li:hover a {
    color: #fff;
    margin-left: 4px;
}

.experto-category:hover ul.experto-category-submenu {
    opacity: 1;
    transform: scaleY(1);
}


/*---------------------------------------
	Theme Menu          
-----------------------------------------*/

.experto-main-nav {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.navbar-wp {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    z-index: 1000;
}

.navbar-brand {
    font-size: 26px;
    height: auto;
    line-height: 25px;
    margin-right: 30px;
    padding: 22px 0 22px 0;
    text-shadow: 2px 2px 1px rgba(150, 150, 183, 0.18);
	width:206px;
}
.navbar-brand img{
    width:100%;
	height:auto;
}
.navbar-brand span.site-description {
    font-size: 13px;
    line-height: 0;
}

.navbar-wp .navbar-nav>li>a {
    padding: 30px 5px;
    margin-right: 0;
    font-size: 14px;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
    margin-bottom: 0px;
    font-family: 'Verdana', sans-serif;
    font-weight: 400;
    display: block;
}
.navbar-header{
	width:100%;
}
.navbar-wp .navbar-nav>.active>a,
.navbar-wp .navbar-nav>.active>a:hover,
.navbar-wp .navbar-nav>.active>a:focus {
    background: none;
}

.navbar-wp .navbar-nav>li>ul>li>a i {
    padding-right: 10px;
}

.navbar-wp .navbar-nav>.disabled>a,
.navbar-wp .navbar-nav>.disabled>a:hover,
.navbar-wp .navbar-nav>.disabled>a:focus {
    background-color: transparent;
}

.navbar-wp .navbar-nav>.open>a,
.navbar-wp .navbar-nav>.open>a:hover,
.navbar-wp .navbar-nav>.open>a:focus {
    background: transparent;
}

.navbar-wp .caret {
    float: right;
    margin-top: 8px;
    margin-left: 5px;
    margin-right: 5px;
}

.navbar-base .navbar-nav>.open>a,
.navbar-base .navbar-nav>.open>a:hover,
.navbar-base .navbar-nav>.open>a:focus {
    background: transparent;
}

.navbar-toggle {
    border-radius: 4px;
    margin: 30px auto;
    position: absolute;
    right: 5%;
    border: none;
}

.navbar-wp .dropdown-menu {
    width: 250px;
    padding: 0;
    border: none;
    border-radius: 0;
    z-index: 10;
    right: 9999rem;
    left: auto;
    display: block;
    position: absolute;
    opacity: 0;
    transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
    transform: translateY(0.6rem);
}

.navbar-wp li>.dropdown-menu>.dropdown-menu,
.navbar-wp li>.dropdown-menu>.dropdown-menu,
.navbar-wp li>.dropdown-menu>.dropdown-menu {
    position: absolute;
    top: 0;
    right: -250px;
    width: 250px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.navbar-wp li:hover>.dropdown-menu,
.navbar-wp li:focus>.dropdown-menu,
.navbar-wp li.focus>.dropdown-menu {
    right: auto;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.15s linear, transform 0.15s linear;
}

.navbar-wp .dropdown-menu li:hover>.dropdown-menu,
.navbar-wp .dropdown-menu li:focus>.dropdown-menu,
.navbar-wp .dropdown-menu li.focus>.dropdown-menu {
    right: inherit;
    right: -250px;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.15s linear, transform 0.15s linear;
    top: -2px;
}

.navbar-wp li:last-child .dropdown-menu li:hover>.dropdown-menu,
.navbar-wp li:last-child .dropdown-menu li:focus>.dropdown-menu,
.navbar-wp li:last-child .dropdown-menu li.focus>.dropdown-menu {
    right: 250px;
}

.navbar-wp .dropdown-menu>li:last-child {
    border: 0
}

.navbar-wp .dropdown-menu>li>a {
    padding: 14px 15px;
    font-family: 'Verdana';
    font-size: 13px;
    display: block;
    transition: .3s;
    font-weight: 400;
    border-bottom: 1px solid #eee;
	white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    white-space: -webkit-pre-wrap;
    white-space: normal;
}

.navbar-wp.affix .navbar-inner {
    border-bottom: 0
}

.navbar-wp.affix .navbar-nav>li>a {
    padding: 18px 16px;
    margin-right: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

.dropdown-menu {
    position: relative
}

.dropdown-menu>.dropdown-menu {
    top: -1px;
    left: 100%;
    margin-top: 0;
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-menu:hover>.dropdown-menu {
    display: block;
    padding: 0
}

.dropdown-menu.pull-left {
    float: none
}

.dropdown-menu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px
}

.navbar-wp .navbar-brand {
    font-size: 22px;
    line-height: 20px;
    padding: 18px 0;
    transition: all 0.25s ease-out 0s;
}

.is-sticky .experto-main-nav {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.is-sticky .navbar-brand {
    padding: 8px 0 0 15px;
    transition: all 0.25s ease-out 0s;
    font-size: 22px;
    line-height: 18px;
}

.is-sticky .navbar-brand img {
    height: 40px;
    transition: all 0.25s ease-out 0s;
}

.is-sticky .navbar-nav>li>a {
    padding: 16px 16px;
    transition: all 0.25s ease-out 0s;
}

.experto-search-box {
    position: absolute;
    right: 0px;
    top: 16px;
}

.experto-search-modal .experto-search .btn {
    padding: 2px 12px;
    border-radius: 0 30px 30px 0;
    height: 40px;
    border-width: 1px;
    border-style: solid;
}

.experto-search-modal .modal-header .close:focus,
.experto-search-modal .modal-header .close:hover {
    background: none;
}

.experto-search-modal {
    top: 30%;
}

.experto-search-modal .modal-header {}

.experto-search-modal .modal-content {
    background: transparent;
    box-shadow: none;
    border: none;
}

.modal-backdrop {
    background: #fff;
}

.modal-backdrop.in {
    opacity: 0.90;
}

.modal-header {
    border-bottom: none;
}


/* --------------------------------------
=========================================
	2.General
=========================================
-----------------------------------------*/


/*---------------------------------------
	2.1.Body & Global           
-----------------------------------------*/

body {
    padding: 0;
    margin: 0;
    font-family: 'Verdana', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 28px;
}

.boxed {
    width: 1170px;
    margin: 0 auto;
    box-shadow: 0 0 10px 0 rgba(48, 48, 48, 0.5);
}

a {
    text-decoration: none;
}

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

select {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #444;
    display: block;
    font-weight: 400;
    overflow: hidden;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.no-gutter>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

input:not([type]),
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="text"] {
    border: 2px solid #ddd;
    height: 44px;
    color: #212121;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    line-height: 24px;
    position: relative;
}

input[type="submit"],
button {
    padding: 5px 35px;
    line-height: 30px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.4s ease-in-out 0s;
}

input:not([type]):hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="tel"]:hover,
input[type="url"]:hover,
input[type="text"]:hover,
input:not([type]):focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="text"]:focus {
    box-shadow: none;
}

input[type="submit"]:hover,
button:hover,
input[type="submit"]:focus,
button:focus {
    transition: all 0.3s ease 0s;
    outline: none;
}

textarea.form-control {
    resize: none;
    height: 70px;
}

mark,
.mark {
    padding: 2px 5px;
    border-radius: 3px;
}


/*Responsive Video*/

.responsive-video {
    height: 0;
    padding-top: 1px;
    position: relative;
    padding-bottom: 56.25%;
    /*16:9*/
}

.responsive-video iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border: none;
}


/*---------------------------------------
	2.2.Typography        
-----------------------------------------*/

h1,
.h1 {
    font-size: 36px;
    line-height: 40px;
}

h2,
.h2 {
    font-size: 34px;
    line-height: 35px;
}

h3,
.h3 {
    font-size: 30px;
    line-height: 30px;
}

h4,
.h4 {
    font-size: 26px;
    line-height: 40px;
}

h5,
.h5 {
    font-size: 22px;
    line-height: 20px;
}

h6,
.h6 {
    font-size: 18px;
    line-height: 20px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Verdana', sans-serif;
    font-weight: 600;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 50px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 50px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

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

.text-alignright {
    text-align: right;
}

.text-aligncenter {
    text-align: center;
}

a:hover img,
a:focus img,
a:active img {
    opacity: 0.8;
    transition: box-shadow 0.2s ease-out 0s;
}

blockquote {
    position: relative;
    width: 100%;
    border-width: 0 0 0 5px;
    border-style: solid;
}

blockquote::before {
    color: #d0d0d0;
    content: "\f10d";
    display: table;
    float: left;
    font-family: "FontAwesome";
    font-size: 28px;
    margin-top: 6px;
    font-weight: normal;
    width: 6%;
}

blockquote p {
    font-style: italic;
    width: 94%;
    display: table;
}

.margin-top-zero {
    margin-top: 0px;
}

.margin-bottom-zero {
    margin-bottom: 0px;
}

.margin-top-10 {
    margin-bottom: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

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

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-60 {
    padding-top: 60px;
}

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

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

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

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


/*---------------------------------------
	2.3.Alerts Styles           
-----------------------------------------*/

.alert-success,
.text-success {
    background-color: #2ac56c;
    color: #fff;
}

.alert-info,
.text-info {
    background-color: #4593e3;
    color: #fff;
}

.alert-danger,
.text-danger {
    background-color: #f06060;
    color: #fff;
}

.alert-warning,
.text-warning {
    background-color: #fcd04b;
    color: #fff;
}

.progress-bar-success {
    background-color: #2ac56c;
    color: #fff;
}

.progress-bar-info {
    background-color: #4593e3;
    color: #fff;
}

.progress-bar-danger {
    background-color: #f06060;
    color: #fff;
}

.progress-bar-warning {
    background-color: #fcd04b;
    color: #fff;
}

.experto-skills .progress {
    border-radius: 30px;
}

.experto-skills .progress .progress-bar {
    overflow: hidden;
    position: absolute;
    border-radius: 30px;
}

.subscription-success {
    color: #2ac56c;
}

.subscription-error {
    color: #f06060;
}


/*---------------------------------------
	2.4.Button Styles           
-----------------------------------------*/

.btn {
    padding: 5px 35px;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
    font-weight: bold;
    display: inline-block;
    transition: all 0.4s ease-in-out 0s;
    margin-top: 10px;
}

.btn:hover,
.btn:focus {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16), 0 1px 4px rgba(0, 0, 0, 0.16);
}

.btn-theme {
    border: none;
    padding: 10px 25px;
    font-weight: 400;
    font-family: 'Verdana';
    font-size: 16px;
}

.btn-theme:hover,
.btn-theme:focus {
    transition: all 0.3s ease 0s;
    outline: none;
}

.btn-theme-three {
    color: #fff;
    background: rgba(255, 107, 15, 1);
    background: -moz-linear-gradient(left, rgba(255, 107, 15, 1) 0%, rgba(244, 48, 28, 1) 55%, rgba(235, 0, 39, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 107, 15, 1)), color-stop(55%, rgba(244, 48, 28, 1)), color-stop(100%, rgba(235, 0, 39, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 107, 15, 1) 0%, rgba(244, 48, 28, 1) 55%, rgba(235, 0, 39, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 107, 15, 1) 0%, rgba(244, 48, 28, 1) 55%, rgba(235, 0, 39, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 107, 15, 1) 0%, rgba(244, 48, 28, 1) 55%, rgba(235, 0, 39, 1) 100%);
    background: linear-gradient(to right, rgba(255, 107, 15, 1) 0%, rgba(244, 48, 28, 1) 55%, rgba(235, 0, 39, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff6b0f', endColorstr='#eb0027', GradientType=1);
}

.btn-theme-two:hover,
.btn-theme-two:focus {
    transition: all 0.3s ease 0s;
    outline: none;
}

.btn-theme-three:hover,
.btn-theme-three:focus {
    color: #fff;
    transition: all 0.3s ease 0s;
    outline: none;
    background: -moz-linear-gradient(left, rgba(235, 0, 39, 1) 0%, rgba(244, 48, 28, 1) 55%, rgba(255, 107, 15, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(235, 0, 39, 1)), color-stop(55%, rgba(244, 48, 28, 1)), color-stop(100%, rgba(255, 107, 15, 1)));
    background: -webkit-linear-gradient(left, rgba(235, 0, 39, 1) 0%, rgba(244, 48, 28, 1) 55%, rgba(255, 107, 15, 1) 100%);
    background: -o-linear-gradient(left, rgba(235, 0, 39, 1) 0%, rgba(244, 48, 28, 1) 55%, rgba(255, 107, 15, 1) 100%);
    background: -ms-linear-gradient(left, rgba(235, 0, 39, 1) 0%, rgba(244, 48, 28, 1) 55%, rgba(255, 107, 15, 1) 100%);
    background: linear-gradient(to right, rgba(235, 0, 39, 1) 0%, rgba(244, 48, 28, 1) 55%, rgba(255, 107, 15, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eb0027', endColorstr='#ff6b0f', GradientType=1);
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-radius: 50%;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 50%;
}

.pagination>li>a,
.pagination>li>span {
    margin: 0 3px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    transition: all 0.3s ease 0s;
}

button.mfp-close:hover,
button.mfp-close:focus {
    background: inherit;
}


/*---------------------------------------
	2.5.WP Styles  
-----------------------------------------*/


/*--WP--*/

.bypostauthor>article .fn:after {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
}

.sticky {
    display: none;
}

.gallery-caption {
    color: #686868;
    display: block;
    font-size: 13px;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
}

.wp-caption {
    margin-bottom: 1.75em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
    max-width: 100%;
}

.wp-caption .wp-caption-text {
    color: #686868;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
}

.content-area img.alignnone,
.content-area figure.alignnone img {
    width: 100%;
    height: auto;
}

.content-area figure {
    width: 100%;
}

.entry-header h1 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 24px;
}

.entry-header h1::before {
    border: 1px solid;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    width: 30px;
    transition: all 0.4s ease 0s;
}

.entry-header h1:hover::before {
    width: 13%;
}

.entry-footer {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.entry-footer .screen-reader-text {
    display: none;
}

img.alignnone {
    width: 100%;
    height: auto;
}

img.size-large {
    width: 100%;
    height: auto;
}

.navigation.pagination .nav-links .page-numbers,
.navigation.pagination .nav-links a {
    background-color: #ffffff;
    color: #212121;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease 0s;
    font-size: 18px;
    line-height: 40px;
    margin: 0 3px 10px;
    padding: 0px;
    vertical-align: baseline;
    border-radius: 3px;
    white-space: nowrap;
    width: 40px;
    height: 40px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease 0s;
    text-decoration: none;
    position: relative;
}

.navigation.pagination .nav-links .page-numbers.current,
.navigation.pagination .nav-links a:hover {
    color: #FFFFFF;
}


/*----woocommerce----*/


/* woocommerce v2.3.5 */

*:focus {
    outline: 0;
}

.woocommerce h2 {
    font-size: 22px;
}

.woocommerce h3 {
    font-size: 20px;
}


/*----product----*/

.woocommerce .products span.onsale,
.woocommerce span.onsale {
    border-radius: 3%;
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 25px;
    margin: 4px !important;
    min-height: 10px;
    z-index: 999;
    width: 50px;
    height: 30px;
    line-height: 26px;
}

.woocommerce span.onsale {
    margin: 10px !important;
}

.woocommerce ul.products li.product {
    text-align: center;
    padding-bottom: 10px;
    transition: all 0.4s ease 0s;
}

.woocommerce ul.products li.product:hover {
    box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.2);
}

.woocommerce ul.products li.product a {
    overflow: hidden;
    position: relative;
}

.woocommerce ul.products li.product a img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.woocommerce ul.products li.product a img:hover {
    transform: scale(1.1);
}

.woocommerce-page .woocommerce-ordering select {
    padding: 12px 15px 12px 10px;
    color: #A0A0A0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

.woocommerce-page .products .product>a:first-child {
    position: relative;
    text-align: center;
    display: block;
}

.woocommerce-page .products a.button {
    display: inline-block;
    text-align: center;
    padding: 16px 35px;
    border-radius: 3px;
    margin: 10px;
    border: none;
    font-size: 12px;
    margin: 0 auto !important;
}

.woocommerce-page .products a.button:hover,
.woocommerce-page .products a.button:focus {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16), 0 1px 4px rgba(0, 0, 0, 0.16);
}

.woocommerce-page .products h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 12px;
    line-height: 25px;
    float: none;
    width: auto;
    margin: 0;
}

.woocommerce-page .products .star-rating {
    position: relative;
    margin: 0 auto;
}

.woocommerce-page .products a .price {
    line-height: 20px;
    width: 100%;
    float: left;
    height: auto;
    min-height: 40px;
    text-align: center;
    padding: 10px 0;
}

.woocommerce ul.products li.product .price {
    font-size: 14px;
}

.woocommerce-page .products a .price del {
    display: inline-block !important;
    line-height: 20px;
}

.woocommerce-page .products a .price ins {
    display: inline-block;
    font-weight: bold;
    background: none;
    line-height: 20px;
    margin-left: 10px;
}

.woocommerce-page .products .added_to_cart {
    display: inline-block;
    text-align: center;
    padding: 6px 20px 6px 20px;
    border-radius: 4px;
    border: none;
    font-size: 12px;
    margin: 0;
}

.woocommerce-page .woocommerce-result-count {
    float: left;
    font-size: 14px;
    line-height: 46px;
    margin-top: 20px;
}

.woocommerce-page .woocommerce-ordering {
    float: right;
    margin-top: 20px;
}

.woocommerce-page .product-type-simple {
    position: relative;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: inherit;
}

footer .experto-widget .woocommerce ul.cart_list li img,
footer .experto-widget .woocommerce ul.product_list_widget li img {
    margin-top: 7px;
}


/*woocommerce-tabs*/

.tabs.wc-tabs {
    text-align: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-width: 0 0 2px 0;
    border-style: solid;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
    background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
    background: transparent;
    border: none;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 22px;
    line-height: 25px;
}

.related.products {
    text-align: center;
}

.related.products h2 {
    font-size: 26px;
    line-height: 40px;
}


/*woocommerce-form*/

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    height: 40px;
    margin-bottom: 20px;
    border: 1px solid #ebebeb;
    color: #ccc;
    border-radius: 3px;
    padding: 6px 12px;
}

.select2-container .select2-choice {
    height: 40px;
    padding: 6px 12px;
    border-width: 0 0 2px;
    border-radius: 0;
}


/*woocommerce-login*/

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24);
    border-radius: 0;
    border-color: #eee;
}


/*woocommerce-cart*/

.woocommerce table.shop_table {
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24);
}

.woocommerce table.shop_table th {
    padding: 16px 12px;
}

.woocommerce table.shop_table td {
    padding: 26px 12px;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
    float: none;
    line-height: 36px;
    padding: 5px 35px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.12);
    border-radius: 30px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    line-height: 30px;
    padding: 5px 35px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.12);
    border-radius: 30px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    border-radius: 0;
    min-width: 110px;
    height: 40px;
    border-width: 0 0 2px;
    border-style: solid;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button[disabled]:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled {
    padding: 5px 35px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border-width: 0 0 2px;
    border-radius: 0;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    padding: 16px 35px;
    border-radius: 30px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    padding: 16px 35px;
    border-radius: 30px;
}

.woocommerce a.remove {
    font-size: 30px;
    height: 40px;
    line-height: 44px;
    width: 40px;
}


/*woocommerce-comments*/

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border-radius: 0;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.12);
}

.woocommerce #review_form #respond textarea {
    border-width: 0 0 2px;
    border-style: solid;
}

.woocommerce #review_form #respond .form-submit input {
    padding: 16px 35px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.12);
    border-radius: 30px;
}


/*woocommerce-messages*/

.woocommerce-page .woocommerce-message {
    margin: 0px 0 40px;
    border-radius: 3px;
    list-style: none;
}

.woocommerce-page .woocommerce-message a {
    padding: 6px 14px;
    font-size: 12px;
}

.woocommerce-page .woocommerce-error {
    list-style: none;
    padding: 0;
    margin: 0px 0 40px;
    border-radius: 3px;
    border: none;
    float: left;
    width: 100%;
}

.woocommerce-page .woocommerce-error a {
    padding: 6px 14px;
    font-size: 12px;
}

.woocommerce-page .woocommerce-info {
    list-style: none;
    padding: 0;
    margin: 0px 0 40px;
    border-radius: 3px;
    border: none;
    float: left;
    width: 100%;
    margin-top: 25px !important;
}

.woocommerce-page .woocommerce-info a {
    padding: 6px 14px;
    font-size: 12px;
}

.woocommerce-page .woocommerce-info {
    float: left;
    text-align: left;
    padding-top: 30px;
}

.woocommerce-page .woocommerce .woocommerce-info {
    border-radius: 3px;
    border: none;
    padding-top: 15px;
    margin-bottom: 40px;
}

.woocommerce-page .woocommerce .woocommerce-info a {
    opacity: 0.9;
}


/*woocommerce-pagination*/

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    float: left;
    line-height: 1.42857;
    margin: 5px 8px;
    width: 32px;
    height: 32px;
    line-height: 20px;
    border-radius: 3px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav .woocommerce-pagination ul li span.current {}


/*woocommerce-price-filter*/

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #1a2128;
}


/*woocommerce-MyAccount*/

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    border-top: 1px solid #eeeeee;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24);
    padding: 10px;
}


/*----contactform----*/

.wpcf7-form .wpcf7-form-control {
    margin-top: 6px;
    margin-bottom: 15px;
    font-size: 12px;
    height: 40px;
    padding: 24px 12px;
    display: block;
    line-height: 1.42857143;
    width: 100%;
    border-width: 1px;
    border-style: solid;
	border-color: #e5e5e5;
}

input::placeholder, textarea::placeholder{
    color: #cecece;
    font-size: 15px;
}


.wpcf7-form .wpcf7-textarea {
    height: 150px;
    border-radius: 0px;
}

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

.wpcf7-form .wpcf7-form-control.wpcf7-submit {
    padding: 5px 35px;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    transition: all 0.4s ease-in-out 0s;
    width: auto;
}


/*----contactform footer-widget----*/

footer .experto-widget .wpcf7-form .wpcf7-form-control.wpcf7-submit {
    margin-bottom: 0;
}


/*---------------------------------------
=========================================
	3.content-Home-Sections
=========================================
-----------------------------------------*/


/*---------------------------------------
	3.11.experto-blog  fff        
-----------------------------------------*/
.experto-blog-post-box h2{
	font-size:25px;
}
.experto-blog-post-box {
    margin-bottom: 40px;
    padding: 0;
    border: 1px solid #eee;
}

.experto-blog-post-box .title {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.experto-blog-date {
    font-size: 14px;
    margin-right: 4px;
}

.experto-author {
    font-size: 14px;
    margin-right: 4px;
}

.experto-blog-post-box .small {
    font-size: 14px;
    padding: 30px;
}

.experto-blog-post-box .small>p {
	margin-bottom: 37px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.experto-blog-thumb {
    position: relative;
    width: 100%;
    margin-bottom: 22px;
    float: left;
    min-height: 30px;
}

.experto-blog-thumb img {
    position: relative;
    max-width: 100%;
    height: auto;
    border-radius: 0;
	width:100%;
}

.experto-blog-author {
    background: #e8e8e8 none repeat scroll 0 0;
    font-size: 16px;
    font-weight: 800;
    width: 65px;
    height: 65px;
    left: 0;
    right: 0;
    padding: 2px;
    position: absolute;
    text-align: center;
    bottom: 0;
    margin: 0 auto -30px auto;
    z-index: 999;
}

.experto-blog-category {
    min-height: 10px;
    display: inline-block;
    font-size: 12px;
    max-width: 100%;
    margin-bottom: 15px;
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 4px;
    z-index: 999;
    padding: 3px 8px;
}

.experto-blog-category a {
    display: inline;
    font-size: 12px;
    padding: 0 5px;
    line-height: 10px;
}

.btn-blog {
    padding: 10px 20px;
    border-radius: 30px;
    border-width: 2px;
    border-style: solid;
    background: transparent;
    font-size: 14px;
}

.btn-blog:hover {
    transition: all 0.3s ease 0s;
}

.experto-info-author-block {
    border: 1px solid #eee;
    margin-bottom: 40px;
    margin-top: 10px;
    padding: 20px 20px 0px 20px;
    color: #999;
}

.experto-info-author-block a {
    color: #777;
    font-size: 13px;
}

.experto-info-author-block .row {
    margin: 0;
}

.experto-info-author-block h4 {
    color: #333;
    font-size: 18px;
    font-weight: normal;
}

.experto-info-author-block h4 span {
    color: #999999;
    font-size: 13px;
    padding-right: 5px;
}

.experto-info-author-block h4 span i {
    padding-right: 5px;
}

.experto-info-author-block .experto-author-pic img {
    margin: 0 25px 15px 0;
    float: left;
    border-radius: 50%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    width: 80px;
    height: 80px;
}

.experto-info-author-block .experto-info-author-social {
    font-size: 24px;
    padding: 0;
}

.experto-info-author-block .experto-info-author-social li a {
    color: #dbdbdb;
    font-size: 18px;
}

.experto-info-author-block .experto-info-author-social li a:hover {
    color: #777;
}

.comment_section .comment-reply-link:before {
    content: "\f112";
    font-family: FontAwesome;
    padding-right: 8px;
}

.comment_section .comment-reply-link {
    border-radius: 30px;
    margin-left: 10px;
    padding: 4px 8px;
    transition: all 0.3s ease 0s;
    border-width: 1px;
    border-style: solid;
    background: #f0f0f0;
    color: #666;
    border-color: #f0f0f0;
}

.experto-comments a {
    color: #777;
}

.experto-comments .experto-reply {
    border-radius: 50%;
    margin-left: 10px;
    padding: 8px 10px;
    transition: all 0.3s ease 0s;
    border-width: 2px;
    border-style: solid;
    line-height: 20px;
}

.experto-comments h4 {
    font-size: 14px;
    font-weight: 500;
    margin-top: 0;
}

.experto-comments h4 span {
    color: #999999;
    font-size: 12px;
    padding-left: 7px;
}

.experto-comments .btn {
    margin-left: 5px;
}

.experto-comments .comment-list li {
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    border-left: 2px solid #eee;
}

.comment-form label {
    clear: both;
    width: 100%;
}

.comments-area {
    padding: 30px;
    border: 1px solid #eee;
}

.comments-area footer {
    background: transparent;
}

.comments-area textarea {
    border-width: 2px;
    border-style: solid;
    border-color: #eee;
    height: 130px;
    width: 100%;
}

.comment-author.vcard img {
    height: 64px;
    width: 64px;
    border-radius: 50%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin-left: 6px;
}


/* --------------------------------------
=========================================
	4.experto-breadcrumb-section
=========================================
-----------------------------------------*/

.experto-breadcrumb-section {
    background-size: cover;
    background-position: center;
    height: 100%;
    margin: 0 0 0px;
    overflow: hidden;
    padding: 0;
    width: 100%;
    box-shadow: 0 0 5px 0 #aaaaaa;
}
.home .experto-breadcrumb-section {
	display:none;
}
.experto-breadcrumb-section .overlay {
    background: rgba(0, 0, 0, 0.2);
    height: 100%;
    padding: 70px 0;
    position: relative;
    width: 100%;
	z-index:0;
}

.experto-breadcrumb-title {
    padding: 0;
}

.experto-breadcrumb-title h1, .experto-breadcrumb-title h4  {
    font-size: 35px;
    font-weight: 900;
    margin: 0;
    line-height: 1.2;
    padding-bottom: 0px;
    text-transform: uppercase;
	color:#fff;
}
.experto-breadcrumb-title h4  {
	margin-bottom:15px;
}

.experto-page-breadcrumb>li {
    display: inline-block;
}

.experto-page-breadcrumb>li+li:before {
    content: "\f178";
    font-family: fontawesome;
    padding: 0 5px;
}


/* --------------------------------------
=========================================
	4.1.experto-elements
=========================================
-----------------------------------------*/
.invert-icon-color img{
	filter:invert(1);
}
.experto-tribox {
    margin-bottom: 35px;
}

.experto-tribox .ser-icon {
    font-size: 72px;
}


/* --------------------------------------
=========================================
	5.experto-sidebar
=========================================
-----------------------------------------*/

.experto-sidebar {
    border: 1px solid #eee;
    padding: 17px;
}

.experto-sidebar a {
    transition: all 0.3s ease 0s;
}

.experto-sidebar .experto-widget .btn {
    padding: 2px 12px;
    border: none;
    border-radius: 0;
    height: 40px;
}

.experto-sidebar .experto-widget {
    margin-bottom: 30px;
    padding: 0;
}

.experto-sidebar .experto-widget ul {
    padding: 0;
    list-style: none;
}

.experto-sidebar .experto-widget ul li:last-child {
    border: none;
}

.experto-sidebar .experto-widget ul li {
    display: block;
    letter-spacing: 0.2px;
    line-height: 22px;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;
    border-width: 0 0 1px 0;
    border-style: solid;
}

.experto-sidebar .experto-widget h2 {
    font-size: 16px;
    line-height: 20px;
}

.experto-sidebar .experto-widget ul li {
    padding: 10px 0;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
}

.experto-sidebar .experto-widget ul li a:hover {
    padding-left: 10px;
    transition: all 0.4s ease-in-out 0s;
}

.experto-sidebar .experto-widget ul.menu li .sub-menu {
    margin-left: 15px;
}

.experto-sidebar .experto-widget ul.menu li .sub-menu li {
    border-bottom: none;
    padding: 10px 0 0;
}

.experto-sidebar .experto-widget.widget_search .btn {
    border: medium none;
    border-radius: 3px;
    padding: 5px 35px;
    transition: all 0.3s ease 0s;
}

.experto-sidebar .experto-widget.widget_search .btn:hover {
    transition: all 0.3s ease-in-out;
}

.experto-sidebar .experto-category-widget ul li {
    padding: 10px 0;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
    border-width: 0 0 1px 0;
    border-style: solid;
}

.experto-sidebar .experto-category-widget ul li a:hover {
    padding-left: 10px;
    transition: all 0.4s ease-in-out 0s;
}

.experto-sidebar .experto-widget .experto-widget-tags,
.experto-sidebar .experto-widget .tagcloud {
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;
}

.experto-sidebar .experto-widget .experto-widget-tags a,
.experto-sidebar .experto-widget .tagcloud a {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 5px 9px 0;
    padding: 6px 12px;
    transition: all 0.4s ease-in-out 0s;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
}

.experto-sidebar .experto-widget-tags a:hover,
.experto-sidebar .experto-widget .tagcloud a:hover {
    transition: all 0.4s ease-in-out 0s;
}


/*--calendar_wrap--*/

.experto-sidebar .experto-widget .calendar_wrap table {
    width: 100%;
    font-size: 11px;
}

.experto-sidebar .experto-widget .calendar_wrap table caption {
    border-radius: 2px;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 0;
    padding: 5px 12px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
}

.experto-sidebar .calendar_wrap table thead th {
    border-width: 1px;
    border-style: solid;
}

.experto-sidebar .calendar_wrap table tbody td:hover,
.experto-sidebar .calendar_wrap table tbody #today:hover {
    transition: all 0.3s ease 0s;
}

.experto-sidebar .calendar_wrap table tfoot {
    border-width: 1px;
    border-style: solid;
}

.experto-sidebar .experto-widget .calendar_wrap table thead th {
    text-align: center;
    padding: 6px 0;
}

.experto-sidebar .experto-widget .calendar_wrap table tbody td {
    line-height: 2.5em;
    transition: background 0.15s ease 0s;
    text-align: center;
    border-width: 1px;
    border-style: solid;
}

.experto-sidebar .experto-widget .calendar_wrap table tfoot {
    font-size: 11px;
}

.experto-sidebar .experto-widget .calendar_wrap table tfoot tr td#prev {
    padding: 5px;
    text-transform: uppercase;
}

.experto-sidebar .experto-widget .calendar_wrap table tfoot tr td#next {
    padding: 5px;
    text-align: right;
    text-transform: uppercase;
}


/*--calendar_wrap end--*/

.experto-sidebar .experto-widget .textwidget select,
.experto-sidebar .experto-widget .textwidget img {
    width: 100%;
}


/*----woocommerce footer-widget----*/

.experto-sidebar .experto-widget.widget_product_search .btn {
    padding: 5px 35px;
    border-radius: 30px;
}


/*----left-menu-widget----*/

.experto-sidebar .experto-left-menu-widget ul li {
    border-radius: 0;
    margin: 0;
    padding: 10px 20px;
}

.experto-sidebar .experto-left-menu-widget ul li:hover,
.experto-sidebar .experto-left-menu-widget ul li.active {
    border-radius: 0 30px 30px 0;
}


/* --------------------------------------
=========================================
	6.experto-error page
=========================================
-----------------------------------------*/

.experto-error-404 h2 {
    font-size: 100px;
    line-height: 80px;
}

.experto-error-404 h2 i {
    padding: 5px;
}

.experto-error-404 h4 {
    line-height: 40px;
}

.experto-error-404 p {
    line-height: 30px;
}


/* --------------------------------------
=========================================
	8.experto-footer
=========================================
-----------------------------------------*/
.footer-top{
	background: #afaeb2;
    padding: 50px 0 35px;
}
.footer-top .experto-widget{
	margin-bottom:0;
}
.footer-top .experto-widget h6{
	font-size: 14px;
    font-weight: 600;
    font-family: 'Verdana';
	display: inline-block;
	margin-bottom: 5px;
}
.footer-top .experto-widget>div{
	display: inline-block;
}
.footer-top .experto-widget .menu{
	padding-left: 20px;
}
.footer-top .experto-widget .menu li {
    display: inline;
	border:0
}
.footer-top .experto-widget .menu li a{
    font-weight: 400;
    color: #fff;
    font-family: 'Verdana';
    font-size: 14px;
    padding-right: 10px;
    margin-right: 8px;
    border-right: 1px solid #fff;
}
.footer-top .experto-widget{
	padding-right:0;
}
.footer-top .experto-widget .menu li:last-child a{
	border:0;
}
footer {
    background: #212121;
}

footer .experto-footer-widget-area {
    padding-top: 75px;
}

footer .experto-widget {
    margin-bottom: 50px;
	padding-right:40px;
}

footer .experto-widget:nth-child(4n+1) {
    clear: both;
}

footer .experto-search-widget .btn {
    padding: 1px 12px;
    border-radius: 30px;
    height: 40px;
}

footer .experto-widget.widget_search .btn {
    border-width: 1px;
    border-style: solid;
    padding: 5px 35px;
    height: 40px;
    border-radius: 30px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.12);
}

footer .experto-widget.widget_search .btn-default,
footer .experto-widget.widget_search .btn-default:hover {
    background-color: initial;
}

footer .experto-widget.widget_search .btn:hover,
footer .experto-widget.widget_search .btn:focus {
    border-width: 1px;
    border-style: solid;
    transition: all 0.4s ease-in-out 0s;
}

footer .experto-widget ul {
    padding: 0;
    list-style: none;
}

footer .experto-widget ul li {
    display: block;
    letter-spacing: 0.2px;
    line-height: 22px;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;
    border-width: 0 0 1px 0;
    border-style: solid;
}

footer .experto-widget ul li a:hover {
    transition: all 0.4s ease-in-out 0s;
}

footer .experto-widget ul li:first-child {
    padding-top: 0;
}

footer .experto-widget ul li:last-child {
    border-bottom: none;
}

footer .experto-widget ul li {
    margin: 0;
    padding: 6px 0;
    position: relative;
}

footer .experto-widget ul li a {
    transition: all 0.4s ease-in-out 0s;
}

footer .experto-widget ul li a:hover {
    padding-left: 10px;
}

footer .experto-widget .experto-widget-tags,
footer .experto-widget .tagcloud {
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;
}

footer .experto-widget .experto-widget-tags a,
footer .experto-widget .tagcloud a {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 5px 9px 0;
    padding: 6px 12px;
    transition: all 0.4s ease-in-out 0s;
    border-width: 2px;
    border-style: solid;
    border-radius: 0;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.12);
}

footer .experto-widget .experto-widget-tags a:hover,
footer .experto-widget .tagcloud a:hover {
    transition: all 0.4s ease-in-out 0s;
}

footer .experto-widget .calendar_wrap table {
    width: 100%;
    font-size: 11px;
}

footer .experto-widget .calendar_wrap table caption {
    border-radius: 2px;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 0;
    padding: 5px 12px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
}

footer .experto-widget .calendar_wrap table thead th {
    text-align: center;
    padding: 6px 0;
    border-width: 1px;
    border-style: solid;
}

footer .experto-widget .calendar_wrap table tbody td {
    line-height: 2.5em;
    transition: background 0.15s ease 0s;
    text-align: center;
    border-width: 1px;
    border-style: solid;
}

footer .calendar_wrap table tbody #today:hover {
    transition: all 0.3s ease 0s;
}

footer .calendar_wrap table tbody td:hover {
    transition: all 0.3s ease 0s;
}

footer .experto-widget .calendar_wrap table tfoot {
    font-size: 11px;
    border-width: 1px;
    border-style: solid;
}

footer .experto-widget .calendar_wrap table tfoot tr td#prev {
    padding: 5px;
    text-transform: uppercase;
}

footer .experto-widget .calendar_wrap table tfoot tr td#next {
    padding: 5px;
    text-align: right;
    text-transform: uppercase;
}

footer .experto-widget .textwidget select {
    width: 100%;
}


/*----woocommerce footer-widget----*/

footer .experto-widget.widget_product_search .btn {
    padding: 2px 12px;
    height: 40px;
    border-radius: 0 30px 30px 0;
    margin-left: -1px;
}

footer .experto-widget .input-group-btn .btn {
    border-radius: 0 30px 30px 0;
}


/*----contactform footer-widget----*/
footer .experto-footer-copyright p,
footer .experto-footer-copyright a {
    font-size: 15px;
    line-height: 28px; 
}

footer .experto-social {
    padding: 0px;
    margin: 0;
}

footer .experto-social li {
    display: inline-block;
    margin-right: 5px;
    border-bottom: none;
}

footer .experto-social li a:hover {
    padding-left: 0;
}

footer .experto-social li span.icon-soci a {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin: 0px 4px;
    text-align: center;
    width: 32px;
    border-radius: 3px;
}

footer .experto-social li span.icon-soci a:hover {
    transition: all 0.4s ease-in-out 0s;
}

footer .experto-social li span.icon-soci a {
    font-size: 13px;
    line-height: 32px;
}
.tab-news .theme-heading1 a {
    font-size: 26px !important;
    font-weight: 600 !important;
}
.tab-news .kc_tabs_nav~.kc_tab .kc_tab_content {
    padding: 30px 0px 15px;
}

/* --------------------------------------
=========================================
	10.experto-Responsive Part
=========================================
-----------------------------------------*/

@media (max-width: 992px) {
    .woocommerce-page .woocommerce .cart-collaterals .cart_totals {
        width: 100%;
    }
    .woocommerce-page .products .product>a:first-child {
        /*		min-height: 325px; */
    }
    .experto-trhead {
        position: relative;
    }
}

@media (max-width: 767px) {
    .experto-calltoaction {
        text-align: center;
    }
    .experto-calltoaction .btn {
        margin-bottom: 20px;
    }
    .woocommerce-page .upsells.products ul li.product,
    .woocommerce-page .upsells.products ul.products li.product {
        width: 48%;
        float: left;
        clear: both;
        margin: 0 0 2.992em;
    }
    .woocommerce .upsells.products ul li.product:nth-child(4),
    .woocommerce-page ul.products li.product:nth-child(4) {
        margin: 0 0 2.992em;
    }
    .woocommerce .upsells.products ul li.product:nth-child(4+1),
    .woocommerce-page ul.products li.product:nth-child(4+1) {
        clear: none;
    }
    .woocommerce .upsells.products ul li.product:nth-child(even),
    .woocommerce-page ul.products li.product:nth-child(even) {
        margin-right: 0;
        float: right;
    }
    .woocommerce .upsells.products ul li.product:nth-child(odd),
    .woocommerce-page ul.products li.product:nth-child(odd) {
        clear: left;
    }
}

@media (max-width: 600px) {
    .woocommerce-page .product .images {
        width: 100%;
    }
    .woocommerce-page .product .entry-summary {
        width: 100%;
        padding-left: 0%;
        margin-top: 50px;
    }
    .woocommerce-page .woocommerce-tabs .tabs li a {
        font-size: 14px;
    }
    .woocommerce-page .woocommerce-tabs .tabs li {
        padding: 10px 10px;
    }
    .listpost-content-wrap-large {
        position: relative;
    }
    .listpost-content-wrap-large {
        padding: 20px 0px 0px 0px;
    }
    .entry-meexperto-large {
        position: relative;
        float: left;
        width: 100%;
    }
    .entry-footer-large {
        padding-right: 0;
    }
}

@media (max-width: 480px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100%;
    }
	.strong-white strong {
		color: #fff !important;
	}
    .woocommerce-page .woocommerce-result-count {
        text-align: center;
        width: 100%;
        margin-bottom: 0px;
    }
    .woocommerce-page .woocommerce-ordering {
        float: none;
    }
    .woocommerce-page .products .product>a:first-child {
        width: 240px;
    }
    .woocommerce-page .woocommerce-tabs .tabs li {
        width: 100%;
    }
    .woocommerce-page .woocommerce-tabs .tabs li {
        width: 100%;
        border-bottom: 2px solid #CCC;
    }
    .woocommerce-page .woocommerce-tabs .tabs {
        border-bottom: 0;
    }
    .woocommerce-page .woocommerce-tabs .comment_container {
        position: relative;
        padding-left: 0px;
        padding-top: 50px;
    }
    .woocommerce-page .products .product>a:first-child {
        width: 100%;
    }
    /* cart page */
    .woocommerce table.shop_table th {
        padding: 5px 5px;
        font-size: 8px;
    }
    .woocommerce-page .woocommerce .product-name a {
        font-size: 12px;
        line-height: 16px;
        float: left;
    }
    .woocommerce table.shop_table td {
        padding: 6px 4px;
    }
    .woocommerce table.shop_table td,
    .woocommerce table.shop_table td span,
    .woocommerce table.shop_table td a,
    .woocommerce table.shop_table td strong {
        font-size: 12px;
    }
    .woocommerce table.shop_table td .amount {
        font-size: 12px;
    }
    .woocommerce-page .woocommerce .product-quantity input.qty {
        width: 45px;
    }
    .woocommerce td.product-quantity {
        min-width: 40px;
    }
    .woocommerce-page .woocommerce input[type="submit"] {
        font-size: 10px;
    }
    .woocommerce-page .woocommerce .cart_totals tr.cart-subtotal th {
        font-size: 12px;
    }
    .woocommerce-cart .cart-collaterals .cart_totals tr th {
        font-size: 12px;
    }
    .woocommerce-cart .cart-collaterals .cart_totals table td,
    .woocommerce-cart .cart-collaterals .cart_totals table td span,
    .woocommerce-cart .cart-collaterals .cart_totals table td a {
        font-size: 12px;
    }
    .woocommerce form .form-row label {
        font-size: 12px;
    }
    .woocommerce-page .woocommerce .woocommerce-info,
    .woocommerce-page .woocommerce .woocommerce-info a {
        font-size: 12px;
    }
    .woocommerce-checkout-payment label {
        font-size: 14px;
    }
    .woocommerce-page .woocommerce #payment div.payment_box p {
        font-size: 12px;
        line-height: 16px;
        text-align: justify;
    }
    .woocommerce form .form-row {
        width: 100%;
    }
    .woocommerce-page .woocommerce .order_details li {
        width: 100%;
        border-bottom: 1px dashed #d3ced2;
        border-right: none;
        padding: 0 0 5px 0;
        margin-bottom: 5px;
        margin-top: 5px
    }
    .woocommerce-page address {
        font-size: 12px;
    }
    .woocommerce-page .woocommerce-error,
    .woocommerce-page .woocommerce-message,
    .woocommerce-page .woocommerce-error li {
        font-size: 12px;
    }
    .woocommerce-page .woocommerce .cart-collaterals .cart_totals a {
        width: 100%;
        margin-right: 0;
    }
    .woocommerce-page .woocommerce .checkbox {
        font-size: 16px;
    }
    .woocommerce-page .myaccount_address {
        font-size: 12px;
    }
    .woocommerce-page #content .quantity input.minus,
    .woocommerce-page #content .quantity input.plus {
        display: none;
    }
    .woocommerce-page .upsells.products ul li.product,
    .woocommerce-page .upsells.products ul.products li.product {
        width: 100%;
    }
}


/* [end] woocommerce */

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-header {
        float: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    /* Top Details*/
    .experto-head-detail .info-left {
        float: none;
        text-align: center;
        margin: 10px 0 17px;
        float: none;
    }
    .experto-head-detail .info-right {
        float: none;
        text-align: center;
        margin: 10px 0 17px;
        float: none;
    }
    /* logo*/
    .navbar-default .navbar-brand {
        margin: 0 auto 0 25px;
    }
    .navbar-wp .navbar-nav>li>a {
        padding: 10px 25px;
    }
    .navbar-wp .navbar-nav>li>a:hover,
    .navbar-wp .navbar-nav>li>a:focus {
        border-bottom-width: 3px;
        border-bottom-style: solid;
        z-index: 8;
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 15px 15px 15px 25px;
    }
    .navbar-wp .experto-search-box {
        float: left;
    }
    .experto-search {
        margin: 0 auto;
    }
}

@media screen and (min-width: 240px) and (max-width: 767px) {
    /*--------------- experto-slider ---------------*/
    .navbar-wp .navbar-nav>.active>a,
    .navbar-wp .navbar-nav>.active>a:hover,
    .navbar-wp .navbar-nav>.active>a:focus {
        border-bottom: none;
    }
    .navbar-wp .navbar-nav>a,
    .navbar-wp .navbar-nav>a:hover,
    .navbar-wp .navbar-nav a:focus {
        border-bottom: none;
    }
    /*--------------- experto-subscription-form ---------------*/
    .experto-subscriber .subscription-form .int-box {
        width: 100%;
    }
}


/*--------------- Gallary ---------------*/

.gallery {
    margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    color: #686868;
    display: block;
    font-size: 13px;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/*---------------------------------------
=========================================
	3.content-Home-Sections
=========================================
-----------------------------------------*/


/*---------------------------------------
	3.1.experto-slider-warraper          
-----------------------------------------*/
#experto-slider .item{
	height: 750px;
}
.experto-slider-warraper #experto-slider {
    margin: 0;
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
}

.experto-slider-warraper #experto-slider .item img {
    width: 100%;
    min-height: 100%;
}

.experto-slider-warraper #experto-slider .item iframe {
    border: 6px solid #fff;
}


/*--------------- ti slider inner ---------------*/

#experto-slider .experto-slider-inner {
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}

#experto-slider .inner-table {
    display: table;
    height: 100%;
}

#experto-slider .inner-table-cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

#experto-slider .slide-caption {
    width: 55%;
    margin: 0% auto auto;
    text-align: center;
}

#experto-slider .slide-caption.slide-left {
    float: left;
    text-align: left;
}

#experto-slider .slide-caption.slide-right {
    float: right;
    text-align: right;
}

.slide-inner-box {
    padding: 10px 30px;
}

.slide-inner-box-two {
    padding: 10px 30px;
    outline-offset: 5px;
    outline-width: 5px;
    outline-style: solid;
}

#experto-slider .slide-caption h1 {
    color: inherit !important;
    font-size: 41px;
    font-weight: 600;
    margin-bottom: 30px;
	font-family:Verdana;
	margin-top:0;
	line-height:50px;
}
#experto-slider .slide-caption h2 {
	color: inherit !important;
    font-size: 41px;
    font-weight: 600;
    margin-bottom: 10px;
	font-family:Verdana;
	line-height:50px;
}

#experto-slider .slide-caption .description {
    font-size: 18px;
    line-height: 24px;
    padding: 0;
    width: 100%;
}

#experto-slider .slide-caption .description p {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Verdana';
    margin-bottom: 27px;
    color: inherit !important;
}

#experto-slider p {
    font-size: 14px;
}


/*--------------- experto-slider-Control ---------------*/

.experto-slider-warraper .owl-controls {
    margin-top: -30px;
}

.experto-slider-warraper .owl-controls .owl-buttons div {
    background: none !important;
    width: 40px;
    height: 40px;
    display: block !important;
    font-size: 54px !important;
    line-height: 40px;
    opacity: 1 !important;
    border-radius: 3px;
    text-align: center;
    border-width: 1px !important;
    border-style: solid;
}

.experto-slider-warraper .owl-controls .owl-buttons div i {}

.experto-slider-warraper .owl-controls .owl-buttons {
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.experto-slider-warraper:hover .owl-controls .owl-buttons {
    opacity: 1;
}

.experto-slider-warraper:hover .owl-controls .owl-buttons .owl-prev {
    left: 35px;
}

.experto-slider-warraper:hover .owl-controls .owl-buttons .owl-next {
    right: 35px;
}

.experto-slider-warraper .owl-controls .owl-buttons .owl-prev,
.experto-slider-warraper .owl-controls .owl-buttons .owl-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    margin: -30px 0 0;
    transition: all 0.3s ease 0s;
}

.experto-slider-warraper .owl-controls .owl-buttons .owl-prev {
    left: 8px;
}

.experto-slider-warraper .owl-controls .owl-buttons .owl-next {
    right: 8px;
}

.experto-slider-warraper .owl-controls .owl-page {
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
}

.experto-slider-warraper .owl-controls .owl-page.active span, #testimonial-carousel .owl-controls .owl-page.active span{
    height: 18px;
    width: 18px;
	background:#fff !important;
}
#testimonial-carousel .owl-controls .owl-page.active span{
	background: #41B6E6 !important;
}
.experto-slider-warraper .owl-controls .owl-page span, #testimonial-carousel .owl-controls .owl-page span{
    display: block;
    width: 18px !important;
    height: 18px !important;
    border-radius: 20px;
    background: transparent !important;
    border-width: 2px;
    border-style: solid;
    box-shadow: none;
    border-color: #fff !important;
    opacity: 1 !important;
}
#testimonial-carousel .owl-controls .owl-page span{
	border-color: #41B6E6 !important;
}
.experto-slider-warraper .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.experto-slider-warraper .owl-pagination {
    bottom: 95px;
    left: 0;
    position: relative;
    right: 0;
    text-align: center;
}


/*--------------- ti slider Custom Buttons---------------*/
.btn.btn-tislider{
	border: none;
    padding: 10px 25px;
    font-weight: 400;
    font-family: 'Verdana';
    font-size: 17px;
	background: #16213e !important;
	
}
.btn.btn-tislider,
.btn.btn-tislider:hover,
.btn.btn-tislider:focus {
    outline: none;
}
.btn.btn-tislider:hover,
	background: #41B6E6 ;
}
.btn.btn-tislider-two {
    outline: none;
    letter-spacing: 1px;
}


/*---------------------------------------
	3.2.experto-section      
-----------------------------------------*/

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

.experto-section h1 {
    font-weight: bold;
}

#content {
    padding: 60px 0;
}
.home #content {
    padding: 0;
}

.experto-cright {
    float: right;
}

.experto-cleft {
    float: left
}

.experto-home {
    padding: 0px 0!important;
}


/*---------------------------------------
	3.3.experto-heading        
-----------------------------------------*/

.experto-heading {
    margin-bottom: 10px;
    position: relative;
}

.experto-heading h1 {
    font-size: 36px;
    font-weight: 900;
}

.experto-heading h3 {
    font-size: 36px;
    font-weight: 900;
}

.experto-heading .experto-heading-inner {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
    line-height: 40px;
    text-transform: uppercase;
    width: auto;
    letter-spacing: 1px;
}

.experto-heading .experto-heading-inner i {
    display: block;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    text-align: center;
    bottom: -20px;
    width: 30px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.experto-heading-bor-bt h5 {
    position: relative;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.4px;
    margin-bottom: 40px;
    padding-bottom: 15px;
}

.experto-heading-bor-bt h5::before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    width: 30px;
    border-width: 0 0 2px 0;
    border-style: solid;
}

.experto-heading-bor-bt:hover h5::before {
    transition: all 0.3s ease 0s;
    width: 30%;
}


/*---------------------------------------
	3.4.experto-sercive        
-----------------------------------------*/

.experto-service-section {
    position: relative;
    padding: 80px 0 0;
}

.experto-service {
    cursor: pointer;
    margin-bottom: 30px;
    position: relative;
    z-index: 12;
    border-width: 1px;
    border-style: solid;
}

.experto-service .experto-service-inner {
    padding: 30px;
}

.experto-service .experto-service-inner-img {
    margin: -30px -30px 0 -30px;
}

.experto-service:hover {
    transition: All 1s ease-out;
    -webkit-transition: All 1s ease-out;
    -moz-transition: All 1s ease-out;
    -o-transition: All 1s ease-out;
}

.experto-service a {
    text-decoration: none;
    z-index: 15;
    position: relative;
}

.experto-service-inner .ser-icon {
    border-radius: 2%;
    height: 80px;
    margin: 10px auto 0;
    transition: color 0s ease 0s, all 250ms ease 0s;
    width: 80px;
}

.experto-service-inner i {
    font-size: 60px;
    line-height: 80px;
}

.experto-service-inner h3 {
    line-height: 1.1;
    transition: all 0.5s ease 0s;
    font-size: 20px;
    padding: 0 0 18px 0;
    display: inline-block;
    font-weight: 600;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #eee;
    margin-bottom: 16px;
    width: 100%;
}

.experto-service-inner p {
    transition: all 0.5s ease 0s;
    font-size: 16px;
    margin-bottom: 20px;
}

.experto-service-inner .btn-theme-two {
    margin: 6px 0 0;
    padding: 5px 18px;
    transition: all 0.3s ease 0s;
    border-width: 2px;
    border-style: solid;
}

#service .owl-controls .owl-buttons {
    transition: all 0.3s ease 0s;
}

#service .owl-controls .owl-buttons div {
    margin: 5px;
    font-size: 16px;
    opacity: 0.8;
    display: inline-block;
    opacity: 0;
    transition: all 0.4s ease 0s;
    border-width: 2px;
    border-style: solid;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

#service .owl-controls .owl-buttons div i {}

#service:hover .owl-controls .owl-buttons div {
    opacity: 1;
}

#service .owl-controls .owl-buttons div.owl-prev {
    position: absolute;
    left: 20px;
    top: 40%;
}

#service .owl-controls .owl-buttons div.owl-next {
    position: absolute;
    right: 20px;
    top: 40%;
}

#service .owl-controls .owl-buttons div.owl-prev {
    left: 20px;
}

#service .owl-controls .owl-buttons div.owl-next {
    right: 20px;
}

#service .owl-pagination {
    padding-bottom: 10px;
    text-align: center;
}

#service .owl-page {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 3px;
    display: inline-block;
    height: 5px;
    margin: 2px;
    width: 5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

#service .owl-page.active {
    height: 8px;
    width: 8px;
}


/*---------------------------------------
	3.6.experto-funfact     
-----------------------------------------*/

.experto-funfact {
    background: url('') no-repeat fixed 0 0 / cover rgba(0, 0, 0, 0);
    height: 100%;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.experto-funfact .overlay {
    height: 100%;
    position: relative;
    width: 100%;
    padding: 60px 0 70px;
}

.experto-funfact-inner {
    text-align: center;
    margin-bottom: 30px;
    padding: 20px 10px;
}

.experto-funfact-inner i {
    font-size: 60px;
    padding: 0;
    border-radius: 0px;
    width: 60px;
    height: 60px;
    transition: all 0.3s ease 0s;
    text-align: center;
}

.experto-funfact-inner:hover i {
    transition: all 0.3s ease 0s;
}

.experto-funfact-inner h3 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 0;
    padding-bottom: 24px;
    position: relative;
}

.experto-funfact-inner .tittle {
    font-size: 16px;
}


/*---------------------------------------
	3.7.experto-skills           
-----------------------------------------*/

.experto-skills h5 {
    font-size: 16px;
    margin-bottom: 0px;
    position: relative;
    padding-bottom: 15px;
    font-weight: bold;
}

.experto-skills h6 {
    font-size: 13px;
    font-weight: 600;
}


/*---------------------------------------
	3.8.experto-feature    
-----------------------------------------*/

.experto-feature-section {
    height: 100%;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.experto-feature-section .overlay {
    height: 100%;
    position: relative;
    width: 100%;
    padding: 80px 0;
}

.experto-feature {
    display: block;
    padding: 12px 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease 0s;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 2px;
    text-align: left;
}

.experto-feature i {
    padding-right: 20px;
}

.six-sec-ease-in-out {
    -webkit-transition: width 6s ease-in-out;
    -moz-transition: width 6s ease-in-out;
    -ms-transition: width 6s ease-in-out;
    -o-transition: width 6s ease-in-out;
    transition: width 6s ease-in-out;
}

.experto-feature-box {
    margin-bottom: 40px;
    padding: 15px;
    border-radius: 0;
    border-width: 1px;
    border-style: solid;
}

.experto-feature-box:nth-child(3n+1) {
    clear: both;
}

.experto-feature-box-icon {
    border-radius: 0;
    float: left;
    display: inline-block;
    height: 60px;
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
    text-align: center;
    top: 5px;
    width: 60px;
    line-height: 60px;
}

.experto-feature-box-icon i {
    font-size: 30px;
    line-height: 60px;
}

.experto-feature-box:hover .experto-feature-box-icon {
    transition: all 0.3s ease 0s;
}

.experto-feature-box-info {
    margin-left: 25px;
    padding-left: 70px;
    text-align: left;
}

.experto-feature-box-info h4 {
    font-size: 20px;
    text-transform: capitalize;
    line-height: 22px;
    font-weight: 700;
    margin: 4px 0px 8px;
}


/*---------------------------------------
	3.9.experto-team-section       
-----------------------------------------*/

.experto-team-section {}

.experto-team-box {
    padding: 0;
    position: relative;
    margin-bottom: 30px;
    border-radius: 0px;
}

.experto-team-box img {
    max-width: 100%;
    width: 100%;
}

.experto-team-info {
    position: relative;
    bottom: 0;
    z-index: 420;
    width: 100%;
    text-align: left;
    transition: all 0.4s linear 0s;
    border-style: solid;
    border-width: 1px;
    border-color: #eee;
}

.experto-team-info h3 {
    font-size: 18px;
    font-weight: 600;
    display: block;
    line-height: 22px;
    padding: 0 15px;
}

.experto-team-info p.designation {
    font-size: 14px;
    line-height: 18px;
}

.experto-team-info p {
    font-size: 13px;
    line-height: 20px;
    padding-right: 15px;
    padding-left: 15px;
}

.experto-team-social {
    padding: 5px 15px 15px 15px;
}

.experto-team-social a {
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 30px;
    margin-right: 5px;
    text-align: center;
}

.experto-team-social a:hover {
    transition: all 0.3s ease 0s;
}

.experto-team-box:hover .experto-team-social {}

.team-box {
    padding: 25px 30px;
    box-shadow: 0 0 20px #0000000f;
    border-radius: 5px;
    margin-bottom: 40px;
	display:flex;
}
.team-box .team-header {
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 15px;
}
.team-box .team-image {
    flex: 0 0 315px;
}
.team-content{
	padding-left: 40px;
    width: 100%;
    min-height: 315px;
}
.team-box .team-image .team-image-inner {
    width: 100%;
    height: auto;
    border-radius: 0%;
}
.team-image-inner img {
    border-radius: 0%;
	width:100%
}
.team-box .team-title {
    flex: 0 0 99%;
    padding: 15px 10px;
}
.team-box .team-title h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 0px;
	margin-bottom: 0px;
}
.team-box .team-title h4 {
    font-size: 18px;
    font-weight: 500;
	margin: 0;
}
.team-box .team-title h5 {
    font-size: 14px;
    font-weight: 500;
	margin: 0;
}
.team-box .team-desc p{
	color:#000;
}
/*---------------------------------------
	3.10.experto-callout      
-----------------------------------------*/

.experto-callout {
    background: url('images/default-background-image.jpg') no-repeat fixed 0 0 /cover;
    height: 100%;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.experto-callout .overlay {
    height: 100%;
    position: relative;
    width: 100%;
    padding: 80px 0;
}

.experto-callout .experto-callout-inner {
    margin: 0 auto;
    width: 66.6667%;
    padding: 0 15px;
}

.experto-callout .experto-callout-inner.text-left {
    float: left;
}

.experto-callout .experto-callout-inner.text-right {
    float: right;
}

.experto-callout h3 {
    font-size: 36px;
    font-weight: 900;
    line-height: 60px;
    text-shadow: 1px 3px 8px rgba(0, 0, 0, 0.17);
}

.experto-callout p {
    font-size: 18px;
    line-height: 30px;
}

.experto-callout .btn:last-child {
    margin-left: 15px;
}
/* flip image */
.img-front img, .img-flip img{
	border:10px solid #e4e4e4;
}
.team-image{
	background-color: transparent;
    perspective: 1000px;
}
.team-image-inner{
	position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}
.img-front{
	position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.img-flip{
	position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #2980b9;
    color: white;
    transform: rotateY(180deg);
}
.team-image:hover .team-image-inner {
  transform: rotateY(180deg);
}
/*---------------------------------------
	3.11.experto-blog   
-----------------------------------------*/

.experto-blog-section {}

.experto-blog-section .overlay {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 80px 0;
}

.experto-blog-post-box {
    margin-bottom: 40px;
    padding: 0;
    border-radius: 0;
    border: 1px solid #eee;
}

.experto-blog-post-box .blog-content {
    font-size: 14px;
    padding: 30px;
}

.experto-blog-post-box .blog-content>p {
    margin-bottom: 20px;
}

.experto-blog-thumb {
    position: relative;
    width: 100%;
    margin-bottom: 22px;
    float: left;
    min-height: 30px;
}

.experto-blog-thumb img {
    position: relative;
    max-width: 100%;
    float: left;
    height: auto;
}

.experto-blog-date {
    font-size: 14px;
    margin-right: 4px;
}

.experto-blog-date span {
    font-size: 16px;
}

.experto-blog-date .h3 {
    line-height: 28px;
}

.experto-blog-author {
    font-size: 16px;
    font-weight: 800;
    width: 65px;
    height: 65px;
    left: 0;
    right: 0;
    padding: 2px;
    position: absolute;
    text-align: center;
    bottom: 0;
    margin: 0 auto -30px auto;
    z-index: 999;
}

.experto-blog-author img {
    max-width: 100%;
    border-radius: 100%;
}

.experto-blog-post-box .title {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.experto-blog-category {
    min-height: 10px;
    display: inline-block;
    font-size: 12px;
    max-width: 100%;
    margin-bottom: 15px;
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 4px;
    z-index: 999;
    padding: 3px 8px;
}

.experto-blog-category a {
    display: inline;
    font-size: 12px;
    padding: 0 5px;
    line-height: 10px;
}

.experto-blog-category i {
    padding-right: 4px;
}

.btn-blog {
    padding: 10px 20px;
    border-radius: 30px;
    border-width: 2px;
    border-style: solid;
    background: transparent;
    font-size: 14px;
}

.btn-blog:hover {
    transition: all 0.3s ease 0s;
}

.experto-info-author-block {
    border-radius: 0;
    margin-bottom: 40px;
    margin-top: 10px;
    padding: 20px;
    border-style: solid;
    border-width: 1px;
}

.experto-info-author-block a {
    font-size: 13px;
}

.experto-info-author-block .row {
    margin: 0;
}

.experto-info-author-block h4 {
    font-size: 18px;
    font-weight: normal;
}

.experto-info-author-block h4 span {
    font-size: 13px;
    padding-right: 5px;
}

.experto-info-author-block h4 span i {
    padding-right: 5px;
}

.experto-info-author-block .experto-author-pic img {
    margin: 0 25px 15px 0;
    float: left;
    border-radius: 2px;
    width: 100px;
    height: 100px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.experto-info-author-block .experto-info-author-social {
    font-size: 24px;
    padding: 0;
}

.experto-info-author-block .experto-info-author-social li {
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 4px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.experto-info-author-block .experto-info-author-social li a {
    font-size: 16px;
    line-height: 38px;
}

.comment_section .comment-reply-link {
    border-radius: 50%;
    margin-left: 10px;
    transition: all 0.3s ease 0s;
    line-height: 20px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
}

.experto-comments a i {}

.experto-comments h4 {
    font-size: 14px;
    font-weight: 500;
    margin-top: 0;
}

.experto-comments h4 span {
    font-size: 12px;
    padding-left: 7px;
}

.experto-comments .btn {
    margin-left: 5px;
}

.experto-comments .media {
    margin-top: 0;
}

.experto-comments .comment .media-body>p:last-child {
    border-width: 0 0 1px 0;
    border-style: solid;
    margin-bottom: 30px;
    margin-top: 0;
}

.experto-comments li .media-body>.small {
    border-bottom: none!important;
    padding: 0;
}

.experto-comments li .media-body>p {
    border-width: 0 0 1px 0;
    border-style: solid;
    padding: 5px 0px 20px 5px;
    margin-bottom: 20px;
}

.experto-comments li .media .media {
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.experto-comments li:last-child .media-body>p {
    border-bottom: none;
    padding: 0;
}

.experto-comments .media-left img {
    height: 64px;
    width: 64px;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.experto-comments .comment-list li {
    margin-bottom: 20px;
    padding: 20px;
    border-width: 0 0 0 1px;
    border-style: solid;
}

.experto-blog-thumb>.responsive-video {
    z-index: 9;
    min-height: 220px;
}

.blog-slider {
    position: relative;
    z-index: 9;
    margin-bottom: -34px;
}

.blog-slider .owl-controls .owl-buttons div {
    margin: 5px;
    font-size: 16px;
    opacity: 0.8;
    display: inline-block;
    padding: 0 8px;
    opacity: 0;
    transition: all 0.4s ease 0s;
    border-width: 1px;
    border-style: solid;
    line-height: 32px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.blog-slider .owl-controls .owl-buttons div:hover {
    border-width: 1px;
    border-style: solid;
}

.blog-slider .owl-controls .owl-buttons div i {}

.blog-slider:hover .owl-controls .owl-buttons div {
    opacity: 1;
}

.blog-slider .owl-controls .owl-buttons div.owl-prev {
    position: absolute;
    left: 20px;
    top: 40%;
}

.blog-slider .owl-controls .owl-buttons div.owl-next {
    position: absolute;
    right: 20px;
    top: 40%;
}

.blog-slider .owl-controls .owl-buttons div.owl-prev {
    left: 20px;
}

.blog-slider .owl-controls .owl-buttons div.owl-next {
    right: 20px;
}

.blog-slider .owl-pagination {
    padding-bottom: 10px;
}

.blog-slider .owl-controls .owl-page {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}

.blog-slider .owl-controls .owl-page span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50px;
}

.blog-slider .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.blog-slider .owl-pagination {
    bottom: 30px;
    left: 0;
    position: relative;
    right: 0;
    text-align: center;
}


/*---------------------------------------
	3.12.experto-calltoaction        
-----------------------------------------*/

.experto-calltoaction {
    height: 100%;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.experto-calltoaction .overlay {
    height: 100%;
    position: relative;
    width: 100%;
    padding: 40px 0;
}

.experto-calltoaction-box-icon {
    float: left;
    display: inline-block;
    margin-right: 25px;
    width: 50px;
}

.experto-calltoaction-box-icon i {
    height: 50px;
    line-height: 70px;
    text-align: center;
    width: 50px;
    font-size: 50px;
}

.experto-calltoaction-box-info h5 {
    line-height: 40px;
    font-weight: 700;
    font-size: 20px;
}

.experto-calltoaction .btn {
    margin-top: 10px;
    width: 100%;
}


/*---------------------------------------
	3.14.experto-testimonials  
-----------------------------------------*/

.testimonials-section {
    background: url('images/default-background-image.jpg') no-repeat fixed 0 0 / cover;
    height: 100%;
    overflow: hidden;
    width: 100%;
    padding: 0;
    text-align: center;
}

.testimonials-section .overlay {
    height: 100%;
    position: relative;
    width: 100%;
    padding: 80px 0;
}

.content-testimonials {
    margin: 0 auto;
    border-radius: 4px;
}

.content-testimonials .item {
    border: 3px solid rgba(247, 247, 247, 0.11);
    padding: 10px 0px 15px 30px;
    margin: 0 15px;
    float: left;
}

.content-testimonials span.icon-quote {
    font-size: 28px;
    position: relative;
    bottom: 25px;
    line-height: 30px;
    padding: 10px 15px;
    border-radius: 4px;
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.content-testimonials span.icon-quote i {}

.testimonials-section .testimonials_qute {
    float: left;
    width: 100%;
    padding: 0px 0px 10px;
}

.testimonials-section .sub-qute {
    display: block;
    font-size: 14px;
    padding-bottom: 20px;
    border-radius: 0;
    padding: 20px 85px 20px 6px;
    margin: 0;
    position: relative;
    text-align: left;
    line-height: 24px;
}

.testimonials-section .sub-qute:before {
    position: absolute;
    top: 20px;
    right: 25px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 3px solid #f4f4f4;
    border-radius: 50% 10% 50% 50%;
    text-align: center;
    color: #f4f4f4;
    content: "\201C";
    display: block;
    font-size: 98px;
    padding-top: 34px;
}

.testimonials-section .testi-star {
    display: inline-block;
    border: 1px solid rgba(247, 247, 247, 0.11);
    text-align: center;
    font-size: 14px;
    padding: 3px 7px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.testimonials-section .testi-star i {
    padding: 0 4px;
    color: #ebce09;
}

.testimonials-section .experto-client {
    position: relative;
    float: left;
    margin: 0 15px 0 0%;
}

.testimonials-section .experto-client img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
}

.testimonials-section .experto-client-qute {
    position: relative;
    float: left;
    margin: 0% 0 0 0%;
    text-align: left;
}

.testimonials-section .user-title {
    font-family: 'Verdana', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 0;
    margin: 0;
    position: relative;
    left: 0;
}

.testimonials-section .user-designation {
    margin-bottom: 0;
    position: relative;
    left: 0;
    text-align: left;
    line-height: 25px;
    font-size: 16px;
}

#experto-testimonial .owl-controls .owl-buttons div {
    margin: 5px;
    font-size: 16px;
    opacity: 0.8;
    display: inline-block;
    opacity: 0;
    transition: all 0.4s ease 0s;
    border-width: 2px;
    border-style: solid;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

#experto-testimonial:hover .owl-controls .owl-buttons div {
    opacity: 1;
}

#experto-testimonial .owl-controls .owl-buttons div.owl-prev {
    position: absolute;
    left: 20px;
    top: 40%;
}

#experto-testimonial .owl-controls .owl-buttons div.owl-next {
    position: absolute;
    right: 20px;
    top: 40%;
}

#experto-testimonial .owl-controls .owl-buttons div.owl-prev {
    left: 20px;
}

#experto-testimonial .owl-controls .owl-buttons div.owl-next {
    right: 20px;
}

#experto-testimonial .owl-pagination {
    padding: 20px 0;
}

#experto-testimonial .owl-page {
    border-radius: 3px;
    display: inline-block;
    height: 5px;
    margin: 2px;
    width: 5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

#experto-testimonial .owl-page.active {
    height: 8px;
    width: 8px;
}


/*---------------------------------------
	3.15.experto-client-section
-----------------------------------------*/

.experto-clients-section {
    margin: auto;
}

.experto-clients-section .overlay {
    padding: 15px 0 40px 0;
}

.experto-clients-section .item {
    border-radius: 3px;
    margin-right: 10px;
    text-align: center;
}

.experto-clients-section img {
    width: 100%;
}

.experto-clients-section .owl-controls {
    margin: 10px 0 0 0;
}

.experto-clients-section .owl-controls .owl-buttons div {
    margin: 10px 5px 5px 0;
    font-size: 16px;
    opacity: 0.8;
    display: inline-block;
    opacity: 0;
    transition: all 0.4s ease 0s;
    border-radius: 3px;
    border-width: 2px;
    border-style: solid;
    width: 40px;
    height: 40px;
    line-height: 40px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.experto-clients-section .owl-controls .owl-buttons div i {}

.experto-clients-section:hover .owl-controls .owl-buttons div {
    opacity: 1;
}

.experto-clients-section .owl-controls .owl-buttons div.owl-prev {
    position: absolute;
    left: 0;
    top: 0%;
}

.experto-clients-section .owl-controls .owl-buttons div.owl-next {
    position: absolute;
    right: 0;
    top: 0%;
}

.experto-clients-section:hover .owl-controls .owl-buttons div.owl-prev {
    left: 20px;
}

.experto-clients-section:hover .owl-controls .owl-buttons div.owl-next {
    right: 20px;
}

.experto-clients-section .owl-pagination {
    padding-bottom: 10px;
}

.experto-clients-section .owl-page {
    border-radius: 3px;
    display: inline-block;
    height: 5px;
    margin: 2px;
    width: 5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.experto-clients-section .owl-page.active {
    height: 8px;
    width: 12px;
}


/*---------------------------------------
	3.5.experto-portfolio       
-----------------------------------------*/

.experto-portfolio-box {
    border-style: solid;
    border-width: 0 0 4px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.20);
    border-radius: 0 1px 2px 0 rgba(0, 0, 0, 0.20);
}

.experto-portfolio-box:hover {
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-8px);
    transition: all 0.3s ease 0s;
}

.experto-portfolio-box figure {
    border-width: 0 0 1px 0;
    border-style: solid;
    position: relative;
}

.experto-portfolio-box figure img {
    min-height: 175px;
}

.experto-portfolio-box .overlay {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
    bottom: 0;
    display: inline-block;
}

.experto-portfolio-box:hover .overlay {
    opacity: 1;
}

.experto-portfolio-box .overlay .btn {
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    margin-right: 5px;
    padding: 5px 14px;
    display: inline-block;
    top: 50%;
    box-shadow: 0 1px 17px -4px rgba(0, 0, 0, 0.26);
}

.experto-portfolio-box .overlay .btn:focus {
    outline: medium none;
}

.experto-portfolio-box h4,
.experto-portfolio-box h4 a {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.8px;
    line-height: 20px;
    padding-top: 8px;
}

.experto-portfolio-category a {
    display: inline-block;
    line-height: 16px;
    padding-right: 5px;
}

#portfolio .owl-controls .owl-buttons {
    transition: all 0.3s ease 0s;
}

#portfolio .owl-controls .owl-buttons div {
    margin: 5px;
    font-size: 16px;
    opacity: 0.8;
    display: inline-block;
    opacity: 0;
    transition: all 0.4s ease 0s;
    border-width: 2px;
    border-style: solid;
    border-radius: 3px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

#portfolio .owl-controls .owl-buttons div i {}

#portfolio:hover .owl-controls .owl-buttons div {
    opacity: 1;
}

#portfolio .owl-controls .owl-buttons div.owl-prev {
    position: absolute;
    left: 20px;
    top: 40%;
}

#portfolio .owl-controls .owl-buttons div.owl-next {
    position: absolute;
    right: 20px;
    top: 40%;
}

#portfolio .owl-controls .owl-buttons div.owl-prev {
    left: 20px;
}

#portfolio .owl-controls .owl-buttons div.owl-next {
    right: 20px;
}

#portfolio .owl-pagination {
    padding-bottom: 10px;
    text-align: center;
}

#portfolio .owl-page {
    border-radius: 3px;
    display: inline-block;
    height: 5px;
    margin: 2px;
    width: 5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

#portfolio .owl-page.active {
    height: 8px;
    width: 8px;
}

.simplefilter li {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    padding: 5px 35px;
    transition: all 0.4s ease-in-out 0s;
    cursor: pointer;
    margin: 0;
    border-radius: 30px;
}


/*---------------------------------------
	3.16.experto-contact-section      
-----------------------------------------*/

.experto-contact .overlay {
    padding: 40px 0;
    margin: 0;
}

.experto-contact h5,
.experto-contact .experto-widget h6 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.experto-contact h5::before,
.experto-contact .experto-widget h6::before {
    bottom: 0px;
    content: "";
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    width: 30px;
    border-width: 2px;
    border-style: solid;
}

.experto-contact .experto-widget-address {
    padding: 30px;
}

.experto-contact .experto-widget-address>li:first-child {
    padding-top: 0;
}

.experto-contact .experto-widget-address>li {
    list-style: none;
    padding: 15px 0;
    border-width: 0 0 1px 0;
    border-style: solid;
}

.experto-contact .experto-widget-address>li:last-child {
    border-bottom: none;
}

.experto-contact .experto-widget-address li span.icon-addr {
    height: 30px;
    line-height: 28px;
    margin-right: 18px;
    text-align: center;
    width: 30px;
    display: inline-block;
    border-radius: 3px;
}

.experto-contact .experto-widget-address li span.icon-addr i {
    font-size: 14px;
}

.experto-contact .experto-widget-address strong {
    padding-right: 5px;
}


/*---------------------------------------
	3.17.experto-gmap-section      
-----------------------------------------*/

.experto-gmap-wrapper {
    padding: 0;
    border: 0;
    margin-bottom: 0;
}

.experto-gmap-wrapper iframe {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin-bottom: -10px;
    width: 100%;
    height: 300px;
}


/*---------------------------------------
	3.18.experto-subscriber-section 
-----------------------------------------*/

.experto-subscriber {
    background: url(images/default-background-image.jpg) no-repeat fixed 0 0 / cover;
    height: 100%;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.experto-subscriber .overlay {
    height: 100%;
    position: relative;
    width: 100%;
    padding: 60px 0;
}

.experto-subscriber .experto-heading {
    text-align: left;
}

.experto-subscriber h4 {
    font-size: 160%;
}

.experto-subscriber h2 {
    line-height: 25px;
    font-size: 200%;
}

.experto-subscriber .subscription-form {
    box-shadow: inherit;
    width: 60%;
    text-align: center;
}

.experto-subscriber .subscription-form .btn {
    border: 0 none;
    transition: all 0.25s ease 0s;
}


/*---------------------------------------
	3.20.experto-view-detail-section          
-----------------------------------------*/

.experto-view-detail-section {}

.experto-view-detail-top-section {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 10px 10px;
    margin: 0px 0 30px 0;
    border-radius: 4px;
}

.experto-view-detail-slider img {
    max-height: 350px;
    width: 100%;
}

.experto-view-detail-btnarea {
    text-align: center;
    padding: 0;
}

.experto-view-detail-btnarea .btn {
    margin: 10px;
}

.experto-view-detail-btnarea .btn i {
    padding-right: 10px;
}

.experto-view-detail-content {
    padding: 30px;
    color: #666;
    border-radius: 4px;
}

.experto-view-detail-content ul li {
    list-style: none;
}

.experto-view-detail-content img {
    margin: 20px auto;
    width: 100%;
    height: auto;
}


/* --------------------------------------
=========================================
	4.experto-breadcrumb-section
=========================================
-----------------------------------------*/

.experto-breadcrumb-section .overlay,
.experto-breadcrumb-section .woverlay {
    height: 100%;
    padding: 230px 0 100px;
    position: relative;
    width: 100%;
    color: #fff;
}

.experto-page-breadcrumb {
    list-style: none outside none;
    margin-bottom: 12px;
    padding: 0;
    font-size: 15px;
    line-height: 20px;
}

.experto-page-breadcrumb>li {
    display: inline-block;
}

.experto-page-breadcrumb>li+li:before {
    content: "\f178";
    font-family: fontawesome;
    padding: 0 5px;
}


/* --------------------------------------
=========================================
	5.experto-sidebar
=========================================
-----------------------------------------*/

.experto-sidebar a {
    transition: all 0.3s ease 0s;
}

.experto-sidebar .experto-widget .btn {
    padding: 2px 12px;
    border: none;
    border-radius: 0;
    height: 40px;
}

.experto-sidebar .experto-widget {
    margin-bottom: 30px;
    padding: 0;
    border-width: 0;
    border-style: solid;
}

.experto-sidebar .experto-widget ul {
    padding: 0;
    list-style: none;
}

.experto-sidebar .experto-widget ul li:last-child {
    border: none;
}

.experto-sidebar .experto-widget ul li::before {
    content: '\f105';
    font-family: 'fontawesome';
    margin-right: 7px;
}

.experto-sidebar .experto-widget ul li {
    display: block;
    letter-spacing: 0.2px;
    line-height: 22px;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;
    border-width: 0 0 1px 0;
    border-style: solid;
}

.experto-sidebar .experto-widget h2 {
    font-size: 16px;
    line-height: 20px;
}

.experto-sidebar .experto-widget h6 {
    border-style: solid;
    border-width: 0 0 1px;
    font-size: 23px;
    font-weight: 600;
    margin: 0 0 20px;
    padding-bottom: 17px;
    position: relative;
	line-height:28px;
}

.experto-sidebar .experto-widget ul li {
    padding: 10px 0;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
}

.experto-sidebar .experto-widget ul li a:hover {
    padding-left: 10px;
    transition: all 0.4s ease-in-out 0s;
}

.experto-sidebar .experto-widget ul.menu li .sub-menu {
    margin-left: 15px;
}

.experto-sidebar .experto-widget ul.menu li .sub-menu li {
    border-bottom: none;
    padding: 10px 0 0;
}

.experto-sidebar .experto-widget.widget_search .btn {
    border: medium none;
    border-radius: 3px;
    height: 40px;
    padding: 5px 35px;
    transition: all 0.3s ease 0s;
}

.experto-sidebar .experto-category-widget ul li {
    padding: 10px 0;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
    border-width: 0 0 1px 0;
    border-style: solid;
}

.experto-sidebar .experto-category-widget ul li a:hover {
    padding-left: 10px;
    transition: all 0.4s ease-in-out 0s;
}

.experto-sidebar .experto-widget .experto-widget-tags,
.experto-sidebar .experto-widget .tagcloud {
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;
}

.experto-sidebar .experto-widget .experto-widget-tags a,
.experto-sidebar .experto-widget .tagcloud a {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 5px 9px;
    padding: 6px 12px;
    transition: all 0.4s ease-in-out 0s;
    border-width: 2px;
    border-style: solid;
    border-radius: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.experto-sidebar .experto-widget-tags a:hover,
.experto-sidebar .experto-widget .tagcloud a:hover {
    transition: all 0.4s ease-in-out 0s;
}

.experto-sidebar .experto-opening-hours li i {
    font-size: 14px;
    padding-right: 10px;
}

.experto-sidebar .experto-widget .experto-widget-address li {
    clear: both;
}

.experto-sidebar .experto-widget .experto-widget-address li span.icon-addr {
    height: 25px;
    line-height: 25px;
    margin: 0 8px 8px 0;
    text-align: center;
    width: 25px;
    display: inline-block;
    float: left;
    border-radius: 30px;
}

.experto-sidebar .experto-widget .experto-widget-address li span.icon-addr i {
    font-size: 14px;
}

.experto-sidebar .experto-widget .experto-instagram li {
    display: inline-block;
    margin: -13px 0;
    border-radius: 2px;
}

.experto-sidebar .experto-widget .experto-instagram li a:hover {
    padding-left: 0;
}

.experto-sidebar .experto-widget .experto-instagram li a img {
    width: 70px;
    height: 70px;
    border-radius: 2px;
}

.experto-sidebar .experto-widget .experto-instagram li a img:hover {
    opacity: 0.7;
}

.experto-sidebar .experto-widget .experto-social {
    padding: 10px 0px;
    margin: 0;
}


/*--experto-mailchimp--*/

.experto-sidebar .experto-mailchimp-widget .btn {
    border-radius: 30px;
    transition: all 0.3s ease 0s;
    padding: 5px 35px;
}


/*--experto-blog-post end--*/

.experto-sidebar .experto-widget .experto-blog-post {
    margin-bottom: 0;
    margin-top: 0 !important;
    overflow: hidden;
    padding-bottom: 20px;
}

.experto-sidebar .experto-widget .experto-post-area {
    display: block;
    float: left;
    margin-left: 0;
    margin-right: 15px;
}

.experto-sidebar .experto-widget .experto-blog-post .experto-post-area img {
    border-radius: 3px;
    display: block;
    height: 70px;
    max-width: 70px;
    transition: all 0.3s ease-in-out 0s;
}

.experto-sidebar .experto-widget .experto-blog-post h3 {
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 5px;
    margin-top: -5px;
    word-wrap: break-word;
}

.experto-widget .experto-blog-post span {
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin-right: 8px;
}


/*--experto-blog-post end--*/


/*--calendar_wrap--*/

.experto-sidebar .experto-widget .calendar_wrap table {
    width: 100%;
    font-size: 11px;
}

.experto-sidebar .experto-widget .calendar_wrap table caption {
    border-radius: 2px;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 0;
    padding: 5px 12px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
}

.experto-sidebar .calendar_wrap table thead th {
    border-width: 1px;
    border-style: solid;
}

.experto-sidebar .calendar_wrap table tbody td:hover,
.experto-sidebar .calendar_wrap table tbody #today:hover {
    transition: all 0.3s ease 0s;
}

.experto-sidebar .calendar_wrap table tfoot {
    border-width: 1px;
    border-style: solid;
}

.experto-sidebar .experto-widget .calendar_wrap table thead th {
    text-align: center;
    padding: 6px 0;
}

.experto-sidebar .experto-widget .calendar_wrap table tbody td {
    line-height: 2.5em;
    transition: background 0.15s ease 0s;
    text-align: center;
    border-width: 1px;
    border-style: solid;
}

.experto-sidebar .experto-widget .calendar_wrap table tfoot {
    font-size: 11px;
}

.experto-sidebar .experto-widget .calendar_wrap table tfoot tr td#prev {
    padding: 5px;
    text-transform: uppercase;
}

.experto-sidebar .experto-widget .calendar_wrap table tfoot tr td#next {
    padding: 5px;
    text-align: right;
    text-transform: uppercase;
}


/*--calendar_wrap end--*/

.experto-sidebar .experto-widget .textwidget select,
.experto-sidebar .experto-widget .textwidget img {
    width: 100%;
}


/*----woocommerce footer-widget----*/

.experto-sidebar .experto-widget.widget_product_search .btn {
    padding: 2px 12px;
    height: 40px;
    border-radius: 0 3px 3px 0;
    margin-left: -1px;
}


/*----left-menu-widget----*/

.experto-sidebar .experto-left-menu-widget ul li {
    border-radius: 0;
    margin: 0;
    padding: 10px 20px;
}

.experto-sidebar .experto-left-menu-widget ul li:hover,
.experto-sidebar .experto-left-menu-widget ul li.active {
    border-radius: 0 30px 30px 0;
}


/* --------------------------------------
=========================================
	6.experto-error page
=========================================
-----------------------------------------*/

.experto-error-404 h2 {
    font-size: 100px;
    line-height: 80px;
}

.experto-error-404 h2 i {
    padding: 5px;
    text-shadow: 1px 3px 8px rgba(0, 0, 0, 0.17);
}

.experto-error-404 h4 {
    line-height: 40px;
}

.experto-error-404 p {
    line-height: 30px;
}


/* --------------------------------------
=========================================
	7.experto-footer
=========================================
-----------------------------------------*/

.experto-footer-top-area {
    padding: 30px 0;
    text-align: center;
}

footer .experto-footer-top-area h6 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 30px 0;
    position: relative;
}

footer .experto-widget {
    margin-bottom: 50px;
}

footer .experto-widget:nth-child(4n+1) {
    clear: both;
}

footer .experto_contact_widget .col-md-12 {
    padding: 0;
}

footer .experto-widget .experto-subscribe:hover,
footer .experto-widget .experto-subscribe:focus {
    transition: all 0.4s ease-in-out 0s;
}

footer .experto-search-widget .btn {
    padding: 1px 12px;
    border-radius: 0;
    height: 40px;
}

footer .experto-widget.widget_search .btn {
    border-width: 1px;
    border-style: solid;
    padding: 2px 12px;
    height: 40px;
    border-top-right-radius: 3px;
}

footer .experto-widget.widget_search .btn-default,
footer .experto-widget.widget_search .btn-default:hover {
    background-color: initial;
}

footer .experto-widget.widget_search .btn:hover,
footer .experto-widget.widget_search .btn:focus {
    border-width: 1px;
    border-style: solid;
    transition: all 0.4s ease-in-out 0s;
}

footer .experto-widget h6 {
    font-size: 25px;
    font-weight: 400;
    margin: 0 0 12px 0;
    position: relative;
    padding-bottom: 17px;
}

footer .experto-widget ul {
    padding: 0;
    list-style: none;
}

footer .experto-widget ul li {
    display: block;
    letter-spacing: 0.2px;
    line-height: 22px;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;
    border-width: 0 0 1px 0;
    border-style: solid;
}

footer .experto-widget ul li a:hover {
    transition: all 0.4s ease-in-out 0s;
}

footer .experto-widget ul li:first-child {
    padding-top: 0;
}

footer .experto-widget ul li:last-child {
    border-bottom: none;
}

footer .experto-widget ul li {
    margin: 0;
    padding: 6px 0;
    position: relative;
}

footer .experto-widget ul li a {
    transition: all 0.4s ease-in-out 0s;
}

footer .experto-widget ul li a:hover {
    padding-left: 10px;
}

footer .experto-opening-hours {
    padding: 0 10px 0 0;
}

footer .experto-widget .experto-opening-hours li {
    padding: 6px 0;
}

footer .experto-widget .experto-opening-hours li:hover {
    cursor: pointer;
    transition: all 0.4s ease-in-out 0s;
}

footer .experto-widget .experto-opening-hours li i {
    font-size: 14px;
    padding-right: 10px;
}

footer .experto-widget .experto-widget-address li {
    border-bottom: 0;
}

footer .experto-widget .experto-widget-address li span.icon-addr {
    height: 30px;
    float: left;
    line-height: 28px;
    margin: 0 15px 8px 0;
    text-align: center;
    width: 30px;
    display: inline-block;
    border-radius: 0;
}

footer .experto-widget .experto-widget-address li span.icon-addr i {
    font-size: 16px;
}

footer .experto-widget .experto-social li {
    display: inline-block;
    margin-right: 5px;
    border-bottom: none;
}
footer .experto-widget .experto-social li {
    display: inline-block;
    margin-right: 5px;
    border-bottom: none;
}
footer .experto-widget .experto-social li a:hover {
    padding-left: 0;
}

footer .experto-widget .experto-social li span.icon-soci a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
    margin: 0;
}

footer .experto-widget .experto-social li span.icon-soci a:hover {
    transition: all 0.4s ease-in-out 0s;
}

footer .experto-widget .experto-social li span.icon-soci i {
    font-size: 16px;
}

footer .experto-widget .experto-widget-tags,
footer .experto-widget .tagcloud {
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;
}

footer .experto-widget .experto-widget-tags a,
footer .experto-widget .tagcloud a {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 5px 9px 0;
    padding: 6px 12px;
    transition: all 0.4s ease-in-out 0s;
    border-width: 2px;
    border-style: solid;
    border-radius: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

footer .experto-widget .experto-widget-tags a:hover,
footer .experto-widget .tagcloud a:hover {
    transition: all 0.4s ease-in-out 0s;
}

footer .experto-widget .experto-instagram li {
    display: inline-block;
    margin: -3px 0 0;
    border-radius: 2px;
    padding: 0;
    border-bottom: none;
}

footer .experto-widget .experto-instagram li a:hover {
    padding-left: 0px;
}

footer .experto-widget .experto-instagram li a img {
    width: 75px;
    height: 75px;
    border-radius: 2px;
}

footer .experto-widget .experto-instagram li a img:hover {
    opacity: 0.7;
}

footer .experto-widget .calendar_wrap table {
    width: 100%;
    font-size: 11px;
}

footer .experto-widget .calendar_wrap table caption {
    border-radius: 2px;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 0;
    padding: 5px 12px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
}

footer .experto-widget .calendar_wrap table thead th {
    text-align: center;
    padding: 6px 0;
    border-width: 1px;
    border-style: solid;
}

footer .experto-widget .calendar_wrap table tbody td {
    line-height: 2.5em;
    transition: background 0.15s ease 0s;
    text-align: center;
    border-width: 1px;
    border-style: solid;
}

footer .calendar_wrap table tbody #today:hover {
    transition: all 0.3s ease 0s;
}

footer .calendar_wrap table tbody td:hover {
    transition: all 0.3s ease 0s;
}

footer .experto-widget .calendar_wrap table tfoot {
    font-size: 11px;
    border-width: 1px;
    border-style: solid;
}

footer .experto-widget .calendar_wrap table tfoot tr td#prev {
    padding: 5px;
    text-transform: uppercase;
}

footer .experto-widget .calendar_wrap table tfoot tr td#next {
    padding: 5px;
    text-align: right;
    text-transform: uppercase;
}

footer .experto-widget .textwidget select,
footer .experto-widget .textwidget img {
    width: 100%;
}

footer .experto-blog-post {
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff30;
	margin-bottom:15px;
}
footer .experto-blog-post:last-child{
	border-bottom:0;
}
footer .experto-post-area {
    display: block;
    float: left;
    margin-left: 0;
    margin-right: 15px;
}

footer .experto-blog-post .experto-post-area img {
    border-radius: 3px;
    display: block;
    height: 60px;
    max-width: 60px;
    transition: all 0.3s ease-in-out 0s;
}

footer .experto-blog-post h3 {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 5px;
    margin-top: -5px;
    word-wrap: break-word;
}

footer .experto-widget .form-control {
    border-width: 0 0 1px;
    border-style: solid;
    background: rgba(0, 0, 0, 0);
}

footer .experto-widget .form-control:hover,
footer .experto-widget .form-control:focus {
    border-width: 0 0 2px;
    border-style: solid;
}


/*----woocommerce footer-widget----*/

footer .experto-widget.widget_product_search .btn {
    padding: 2px 12px;
    height: 40px;
    border-radius: 0 30px 30px 0;
    margin-left: -1px;
}

footer .experto-widget .input-group-btn .btn {
    border-radius: 30px;
    padding: 5px 35px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}


/*----contactform footer-widget----*/

footer .experto-widget .wpcf7-form .wpcf7-form-control {
    border: none;
}

footer .experto-footer-copyright {
    padding: 25px 0 5px;
	font-family: 'Verdana';
}

footer .experto-social-navigation a {
    height: 32px;
    line-height: 32px;
    width: 32px;
    border-radius: 3px;
    box-shadow: inherit;
}

footer .experto-social-navigation .icon {
    top: 0;
    height: 15px;
    width: 18px
}

footer .experto-social {
    padding: 0px;
    margin: 0;
}


/* --------------------------------------
=========================================
	8.experto-scroll
=========================================
-----------------------------------------*/

.ta_upscr {
    bottom: 2%;
    display: none;
    height: 40px;
    opacity: 1;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-align: center;
    width: 40px;
    z-index: 9999;
    border-radius: 3px;
    border-width: 2px;
    border-style: solid;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.ta_upscr:hover {
    opacity: 1;
}

.ta_upscr i {
    font-size: 16px;
    line-height: 40px;
}

.ta_upscr:hover,
.ta_upscr:focus {
    border-width: 2px;
    border-style: solid;
    transition: all 0.3s ease 0s;
}


/*----woocommerce----*/


/* woocommerce v2.3.5 */

*:focus {
    outline: 0;
}

.woocommerce h2 {
    font-size: 22px;
}

.woocommerce h3 {
    font-size: 20px;
}


/*----product----*/

.woocommerce .products span.onsale,
.woocommerce span.onsale {
    border-radius: 0;
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 25px;
    margin: 4px !important;
    min-height: 10px;
    padding: 0 12px;
    z-index: 999;
}

.woocommerce span.onsale {
    margin: 10px !important;
}

.woocommerce ul.products li.product {
    text-align: center;
    padding-bottom: 20px;
    transition: all 0.4s ease 0s;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    border-radius: 3px;
}

.woocommerce ul.products li.product:hover {
    box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.2);
}

.woocommerce ul.products li.product a img:hover {
    opacity: 0.6;
}

.woocommerce-page .woocommerce-ordering select {
    padding: 12px 15px 12px 10px;
    color: #A0A0A0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

.woocommerce-page .products .product>a:first-child {
    position: relative;
    text-align: center;
    display: block;
}

.woocommerce-page .products a.button {
    display: inline-block;
    text-align: center;
    padding: 15px 35px 15px 35px;
    border-radius: 3px;
    border: none;
    font-weight: bold;
    font-size: 12px;
    margin: 0 auto;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.woocommerce-page .products h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 12px;
    line-height: 25px;
    float: none;
    width: auto;
    margin: 0;
}

.woocommerce-page .products .star-rating {
    position: relative;
    margin: 0 auto;
}

.woocommerce-page .products a .price {
    line-height: 20px;
    width: 100%;
    float: left;
    height: auto;
    min-height: 40px;
    text-align: center;
    padding: 10px 0;
}

.woocommerce-page .products a .price del {
    display: inline-block !important;
    line-height: 20px;
}

.woocommerce-page .products a .price ins {
    display: inline-block;
    font-weight: bold;
    background: none;
    line-height: 20px;
    margin-left: 10px;
}

.woocommerce-page .products .added_to_cart {
    display: inline-block;
    text-align: center;
    padding: 10px 20px 10px 20px;
    border-radius: 4px;
    border: none;
    font-size: 12px;
    margin: 0;
}

.woocommerce-page .woocommerce-result-count {
    float: left;
    font-size: 14px;
    line-height: 46px;
    margin-top: 20px;
}

.woocommerce-page .woocommerce-ordering {
    float: right;
    margin-top: 20px;
}

.woocommerce-page .product-type-simple {
    position: relative;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: inherit;
}

footer .experto-widget .woocommerce ul.cart_list li img,
footer .experto-widget .woocommerce ul.product_list_widget li img {
    margin-top: 7px;
}


/*woocommerce-tabs*/

.tabs.wc-tabs {
    text-align: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-width: 0 0 1px 0;
    border-style: solid;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
    background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
    background: transparent;
    border: none;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 22px;
    line-height: 25px;
}

.related.products {
    text-align: center;
}

.related.products h2 {
    font-size: 26px;
    line-height: 40px;
}


/*woocommerce-form*/

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    height: 40px;
    margin-bottom: 20px;
    border: 1px solid #ebebeb;
    color: #ccc;
    border-radius: 3px;
    padding: 6px 12px;
}


.select2-container .select2-choice {
    height: 40px;
    padding: 6px 12px;
}


/*woocommerce-cart*/

.woocommerce table.shop_table {
    border-radius: 0;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
    float: none;
    line-height: 30px;
    padding: 5px 35px;
    border-radius: 3px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18), 0 3px 6px rgba(0, 0, 0, 0.16);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    line-height: 30px;
    padding: 5px 35px;
    border-radius: 3px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18), 0 3px 6px rgba(0, 0, 0, 0.16);
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    border-radius: 3px;
    height: 40px;
    border-width: 1px;
    border-style: solid;
    min-width: 110px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18), 0 3px 6px rgba(0, 0, 0, 0.16);
}


/*woocommerce-messages*/

.woocommerce-page .woocommerce-message {
    margin: 0px 0 40px;
    border-radius: 3px;
    list-style: none;
}

.woocommerce-page .woocommerce-message a {
    padding: 6px 14px;
    font-size: 12px;
}

.woocommerce-page .woocommerce-error {
    list-style: none;
    padding: 0;
    margin: 0px 0 40px;
    border-radius: 3px;
    border: none;
    float: left;
    width: 100%;
}

.woocommerce-page .woocommerce-error a {
    padding: 6px 14px;
    font-size: 12px;
}

.woocommerce-page .woocommerce-info {
    list-style: none;
    padding: 0;
    margin: 0px 0 40px;
    border-radius: 3px;
    border: none;
    float: left;
    width: 100%;
    margin-top: 25px !important;
}

.woocommerce-page .woocommerce-info a {
    padding: 6px 14px;
    font-size: 12px;
}

.woocommerce-page .woocommerce-info {
    float: left;
    text-align: left;
    padding-top: 30px;
}

.woocommerce-page .woocommerce .woocommerce-info {
    border-radius: 3px;
    border: none;
    padding-top: 15px;
    margin-bottom: 40px;
}

.woocommerce-page .woocommerce .woocommerce-info a {
    opacity: 0.9;
}


/*woocommerce-pagination*/

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    float: left;
    line-height: 1.42857;
    margin: 6px;
    padding: 6px 12px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.12);
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav .woocommerce-pagination ul li span.current {
    border-width: 1px;
    border-style: solid;
}


/*woocommerce-price-filter*/

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #1a2128;
}
/*Other Custom Css*/
.fa-phone:before{
	transform:rotate(90deg);
}
.btn-1 a {
    border-radius: 5px;
    background: #41B6E6;
    padding: 13px 40px;
    font-size: 16px;
    font-weight: 500;
}
.experto-blog-post-box .btn-1 a {
    color: white;
}
.experto-blog-post-box .btn-1 a:hover {
    color: #000000;
}
.content-image img{
	width:80px
}
.list-style li{
	list-style: none;
    font-size: 17px;
    font-weight: 600;
    line-height: 32px;
    color: #666;
}
.list-style1 li {
    list-style: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    color: #666;
    display: inline-flex;
    width: 47%;
}

.list-style li:before, .list-style1 li:before, .list-style2 li:before{
	content: "\f058";
    font-family: 'FontAwesome';
    margin-left: -40px;
    margin-right: 15px;
    color: #41B6E6;
	
}
ul.list-style2.two-col li {
    width: 50%;
    float: left;
    overflow-wrap: normal;
    padding-right: 50px;
}
.list-style3 li:before {
    content: "\f068";
    font-family: 'FontAwesome';
    margin-left: -40px;
    margin-right: 15px;
    color: #41B6E6;
}
.list-style3 li {
    list-style: none;
}
/*header social*/
.header-social{
	margin: 0 0 0 0;
    display: inline-block;
    float: right;
    padding-left: 12px;
    border-left: 1px solid #fff;
    line-height: 10px;
	display:none;
}
.header-social .experto-social {
    padding: 0px;
    margin: 0;
}
.header-social .experto-social li {
    display: inline-block;
    margin-right: 2px;
    border-bottom: none;
}
.header-social .experto-social li span.icon-soci a {
    font-size: 16px;
    line-height: 32px;
	display: inline-block;
    height: 18px;
    line-height: 18px;
    margin: 0px 2px;
    text-align: center;
    width: 20px;
    border-radius: 3px;
	color:#fff;
}
/*topbar menu*/
.topbar-menu{
	margin: 12px 0 0 0;
    display: inline-block;
    float: right;
    text-align: right;
}
.topbar-menu .top-menu li a{
	padding: 0px 9px;
	color:#fff;
	font-weight: 500;
	font-size:14px;
}
.topbar-menu .top-menu li a:hover{
	background:transparent;
}
.topbar-menu .dropdown:hover .dropdown-menu{
	display:block;
	position:absolute;
	padding: 0;
}
.topbar-menu .dropdown:hover .dropdown-menu li a{
	color:#333;
	padding: 10px 10px;
	border-bottom: 1px solid #ebebeb;
}
.topbar-menu .dropdown:hover .dropdown-menu li a:hover{
	background: #5cb6e60f;
}
/*footer menu*/
.footer-menu{
    display: inline-block;
    float: right;
    text-align: right;
	margin-top: 7px;
}
.footer-menu .f-menu li a{
	padding: 0px 7px;
    color: #cbc9c9;
    font-weight: 500;
    border-left: 2px solid #cbc9c9b3;
    margin-left: 3px;
    line-height: 13px;
	
}
.footer-menu .f-menu li:first-child a{
	border-left:0;
}
.footer-menu .f-menu li a:hover{
	background:transparent;
}
/*slider bannner*/
.ux-owl-carousel-banner .content-box {
	padding: 200px 0;
}
.section-typo-dark .content-box, .slide-inner {
	color: #fff;
}
.section-typo-dark .content-box h2 {
	color: inherit;
    font-size: 41px;
    font-weight: 700;
	margin-bottom: 30px;
}
.section-typo-dark .content-box .text{
	font-size: 20px;
    font-weight: 600;
    font-family: 'Verdana';
	margin-bottom: 27px;
}
#experto-slider .item .item:before{
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000021;
}
/*contact info*/
.contact-info p{
	display:flex;
}
.contact-info p i{
	font-size:16px;
	margin-right: 23px;
    width: 12px;
}
.contact-info p a {
	color:#fff;
}
/*latest news*/
.wd-latest-news{
	box-shadow: 0 0px 25px #0000001f;
    border-radius: 10px;
	min-height:575px;
	background:#fff;
	
}
.wd-latest-news .wd-image-category img{
	height:auto;
	border-top-right-radius: 10px;
    border-top-left-radius: 10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	width:100%;
}
.news-content{
	padding: 20px 30px;
	margin-bottom:30px;
}
.news-content h4{
	font-size: 20px;
    color: #16213e;
	line-height:30px;
}
.news-content h4 a{
    color: inherit;
}
.news-content .news-cat a{
	color: #41B6E6;
    font-weight: 500;
}
.latest_news_area .simple-blog:first-child .wd-image-category:before{
	content: "";
    width: calc(100% - 30px);
    position: absolute;
    height: 100%;
    background: #00000000;
    left: 15px;
    top: 0;
    border-radius: 10px;
}
.latest_news_area .simple-blog:first-child .wd-image-category a{
	display: block;
    z-index: 99;
    position: relative;
}
.latest_news_area .simple-blog:first-child .news-content{
	position: absolute;
    top: calc(50% - 205px);
	padding:40px;
	width: -webkit-fill-available;
}
.latest_news_area .simple-blog:first-child .news-content h4{
	color: #fff;
    font-size: 32px;
    margin-bottom: 30px;
	line-height:43px;
}
.latest_news_area .simple-blog:first-child .news-content p{
	color: #fff;
    font-size: 18px;
    font-family: 'Verdana';
}
.latest_news_area .simple-blog:first-child .news-cat{
	font-size: 18px;
    margin-bottom: 23px;
}
.latest_news_area .wd-image-category{	
    overflow: hidden;
    border-radius: 10px;
}
/*testimonials*/
.tm-theme-style .testimonial-inner{
	padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px #0000001a;
	margin:10px;
}
.tm-theme-style .tm-header{
	display: inline-block;
    width: calc(100% - 100px);
}
.tm-theme-style .testimonial-image{
	display: inline-block;
    float: right;
	width:100px;
}
.tm-theme-style .testimonial-image .img-radius{
	border-radius: 50px;
    overflow: hidden;
    height: 100px;
    width: 100px;
}
.tm-theme-style .testimonial-image .img-radius img{
	width: 100%;
    height: auto;
}
.tm-theme-style .testimonial-name{
	font-size: 21px;
    font-weight: 600;
    font-family: 'Verdana';
    color: #16213e;
	margin-bottom: 15px;
}
.tm-theme-style  .testimonial-desig{
	font-weight: 600;
    font-family: 'Verdana';
    font-size: 18px;
    color: #41B6E6;
}

/* num list*/
.num-style li{
	counter-increment: li;
    display: list-item;
    line-height: 25px;
    font-size: 15px;
    margin-bottom: 10px;
}
.num-style li::marker{
	display: list-item;
    content: counter(li) " " " " " " " " " ";
    color: white;
    font-weight: bold;
}
.num-style li:before{
	content: "";
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    background: #41B6E6;
    border-radius: 50%;
    margin-left: -44px;
    z-index: -1;
    margin-top: 0px;
}
.list-style2 li {
    list-style: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    color: #666;
    margin-bottom: 10px;
}
.list-style2 li:before, .num-style li:before{
	font-size:x-large;
	vertical-align: bottom;
}
.list-bg{
	padding: 30px;
    background: #fdfdfd;
    border: 1px solid #f0f0f0;
}
.list-bg1{
	padding: 30px;
    background: #fdfdfd00;
    border: 1px solid #f0f0f0;
}
.num-style, .list-style2{
	margin-bottom:0;
}
.theme-heading1{
	font-size: 27px !important;
    font-weight: 600 !important;
    line-height: 38px !important;
}
.sidebar-cta{
	background: #41b6e6;
    padding: 20px 20px 20px 20px;
    margin-left: -18px;
    margin-right: -18px;
    text-align: center;
	margin-top:-18px;
}
.sidebar-cta .title{
	color: #ffffff;
    font-weight: 600;
    line-height: 34px;
    font-size: 20px;
    text-align: center;
}
.sidebar-cta .desc{
	color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
}
.sidebar-cta .cta-button{ 
	color: #ffffff;
    background-color: rgba(255, 255, 255, 0);
    font-size: 16px;
    font-weight: 500;
    border: 1.5px solid #ffffff;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 28px 10px 28px;
    margin-top: 4px;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}
.top-menu li {
    border-right: 1px solid #fff;
}
.top-menu li:last-child {
    border-right: none;
}
/* -------------------------------------
 * table-------------------------------- */
.resources th {
    padding: 12px;
    text-align: left;
    background-color: #41b6e6;
    color: white;
    min-width: 200px;
}
.resources td{
	padding:12px;
}
.page-title span{
	color:#fff;
}
.nav>li>a:hover, .nav>li>a:focus {
    background-color: #eee0;
}
.experto-headwidget .navbar-wp .navbar-nav>li>a:focus{
	color:#222 !important;
}
.mobile-menu{
	background: #41b6e6;
}
.latest_news_area .simple-blog .wd-latest-news.style1 .news-content {
    position: relative;
    padding: 25px 10px;
    background: #fff;
    margin-top: 0px;
    border-radius: 10px;
}
.latest_news_area .simple-blog .wd-latest-news.style2 .news-cat {
    font-size: 18px;
    margin-bottom: 14px;
}
.latest_news_area .simple-blog .wd-latest-news.style2 .news-content h4 {
    font-size: 20px;
    color: #16213e;
    line-height: 30px;
	margin-bottom: 15px;
}
.latest_news_area .simple-blog .wd-latest-news.style2 .news-content {
    position: relative;
    top: auto;
    padding: 20px 30px;
    margin-bottom: 30px;
    width: inherit;
}
.wd-latest-news.style2 .news-content .news-cat a {
    color: #41B6E6;
    font-weight: 500;
    font-size: 15px;
}
.wd-latest-news.style2 .news-content {
    padding: 20px 30px;
    margin-bottom: 30px;
}
	
.post-tags{
	font-size: 14px;
    padding: 30px;
    border: 1px solid #eee;
    display: inline-block;
	margin-bottom:30px;
}
.post-tags h5{
	margin-top:0;
	color: #222;
}
/* --------------------------------------
=========================================
	9.experto-Responsive part
=========================================
-----------------------------------------*/
@media (min-width: 1441px) {
	.large-scr-height {
		min-height: 590px !important;
	}	
}

@media (min-width: 769px) {
.latest_news_area .simple-blog:first-child .news-content {
		position: relative;
		padding: 42px 10px;
		background: #fff;
		margin-top: -14px;
		border-radius: 10px;
	}
	.latest_news_area .news-content p {
		position: relative !important;
		text-align: center;
	}
	
}

@media (max-width: 992px) {
	.dropdown-menu {
		left: auto;
		right: 0;
	}
	.header-social {
		margin: 9px 0 0 0;
		border-left: 0;
		display: block;
	}
	.topbar-menu{
		margin: 0 auto 10px;
    	display: table;
	}
	.experto-slider-warraper #experto-slider .item img {
		width: 100%;
		min-height: 100%;
		height: 557px;
	}
	#experto-slider .slide-caption {
		width: 72%;
		position: relative;
		top: 36px;
	}
	.cta-section .kc_title strong{
		display:block;
	}
	#experto-slider .item {
		height: 557px;
	}
	.latest_news_area .news-content p {
		position: relative !important;
		text-align: center;
	}
	.latest_news_area .simple-blog:first-child .news-content {
		position: relative;
		padding: 42px 10px;
		background: #b9d6ec;
		margin-top: -45px;
		border-radius: 10px;
	}
    .experto-trhead {
        position: relative;
    }
    .navbar-default .navbar-brand {
        margin: 0 auto 0 25px;
    }
    .navbar-wp .dropdown-menu>li>a {
        padding: 14px 25px;
    }
    .navbar-wp .navbar-nav,
    .navbar-wp .navbar-nav>li {
        float: none;
    }
    .navbar-wp .caret {
        float: right;
        margin-top: 10px;
        margin-left: 15px;
        margin-right: 15px;
        border-top: 5x dashed;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        height: 30px;
        position: absolute;
        right: 5%;
    }
    .navbar-wp li:hover>.dropdown-menu,
    .navbar-wp li:last-child .dropdown-menu li:hover>.dropdown-menu {
        right: 9999rem;
    }
    .navbar-wp li>.dropdown-menu.menu-visible,
    .navbar-wp li>.dropdown-menu.menu-visible li>.dropdown-menu.menu-visible,
    .navbar-wp li.dropdown.focus>ul.dropdown-menu,
    .navbar-wp .dropdown-menu li.focus>.dropdown-menu,
    .navbar-wp li:last-child .dropdown-menu li.focus>.dropdown-menu {
        right: auto;
        opacity: 1;
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }
	.latest_news_area .simple-blog .wd-latest-news.style1 .news-content {
		position: relative;
		padding: 42px 10px;
		background: #b9d6ec;
		margin-top: -45px;
		border-radius: 10px;
	}

	.latest_news_area .simple-blog .wd-latest-news.style2 .news-cat {
		font-size: 18px;
		margin-bottom: 14px;
	}
	.latest_news_area .simple-blog .wd-latest-news.style2 .news-content h4 {
		font-size: 20px;
		color: #16213e;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.latest_news_area .simple-blog .wd-latest-news.style2 .news-content {
		position: relative;
		top: auto;
		padding: 20px 30px;
		top: 45px;
		background: #fff;
		margin-bottom: 30px;
		width: inherit;
	}
	.wd-latest-news.style2 .news-content .news-cat a {
		color: #41B6E6;
		font-weight: 500;
		font-size: 15px;
	}
	.wd-latest-news.style2 .news-content {
		padding: 20px 30px;
		margin-bottom: 30px;
	}
	}

@media (max-width: 767px) {
	.overlay, .experto-breadcrumb-section .overlay {
		padding: 155px 0 60px;
	}
	.experto-cleft {
		width: 100%;
	}
	.list-style2.two-col li{
		width:100% !important;
	}
	.dropdown-menu {
		 -webkit-box-shadow: none; 
		 box-shadow: none; 
}
	.list-style1 li{
		width:100%;
		text-align:left;
	}
	footer .experto-footer-copyright p, footer .experto-footer-copyright a {
		line-height: 27px;
		text-align: center;
		font-size: 12px;
		margin-bottom: 0;
	}
	.footer-menu {
		float: none;
		margin-top: 0;
	}
	.footer-menu .nav>li {
		display: inline-block;
	}
	.footer-top .experto-widget .menu {
		padding-left: 0;
		margin-bottom: 30px;
	}
	.footer-top .experto-widget h6 {
		margin-bottom: 0px;
	}
    .experto-calltoaction {
        text-align: center;
    }
    .experto-calltoaction .btn {
        margin-bottom: 20px;
    }
	.experto-headwidget .navbar-wp{
		width:100%;
	}
	.latest_news_area .simple-blog:first-child .wd-image-category img{
		width: 100%;
    	height: auto;
	}
	.latest_news_area .simple-blog:first-child .wd-image-category{
		width: auto;
    	height: auto;
		margin-bottom:0px;
	}
	.wd-latest-news{
		min-height:auto;

	}
}

@media only screen and (min-width: 240px) and (max-width: 460px) {
    .experto-footer-top-area .experto-app-widget .btn {
        margin-top: 10px;
    }
    #experto-slider .slide-caption.slide-left {
        float: none;
        text-align: center;
    }
    #experto-slider .slide-caption.slide-right {
        float: none;
        text-align: center;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    /* Top Details*/
    .experto-head-detail .info-left {
        float: none;
        text-align: center;
        margin: 10px 0 17px;
        float: none;
    }
    .experto-head-detail .info-right {
        float: none;
        text-align: center;
        margin: 10px 0 17px;
        float: none;
    }
    /* logo*/
    .navbar-wp .navbar-nav>li>a {
        padding: 12px;
    }
    .navbar-wp .navbar-nav>li>a:hover,
    .navbar-wp .navbar-nav>li>a:focus {
        z-index: 8;
    }
    .navbar-wp .experto-search-box {
        float: left;
    }
    .experto-search {
        margin: 0 auto;
    }
    .experto-subscriber .subscription-form .int-box {
        width: 100%;
    }
    .experto-callout-inner .btn {
        margin: 20px auto;
    }
}

@media screen and (min-width: 240px) and (max-width: 1024px) {
    .experto-prosses-inner::after {
        border: none;
    }
}

@media screen and (min-width: 240px) and (max-width: 1179px) {
    .boxed {
        width: auto;
    }
    .experto-slider-inner p {
        width: auto;
    }
    .header-widget .experto-header-box {
        margin: 15px 0 0 0;
        display: inline-block;
        width: 36%;
    }
}

@media screen and (min-width: 530px) and (max-width: 1024px) {
    /*--------------- experto-slider ---------------*/
    .experto-slider-inner {
        min-width: auto !important;
        width: auto !important;
    }
	.btn-1 a{
		padding:13px 20px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
	
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.experto-cright {
		float: right;
		width: 100%;
	}
	.latest_news_area .col-md-6.simple-blog{
		width: 40%;
    	float: left;
	}
	.latest_news_area .col-md-3.simple-blog{
		width: 30%;
    	float: left;
	}
	
	.footer-top .experto-widget{
		width:100%;
	}
	.footer-top .experto-widget h6{
		padding-bottom:5px;
	}
	.footer-top .experto-widget .menu {
		padding-bottom: 15px;
		padding-left: 0;
	}
	.experto-footer-widget-area .experto-widget:last-child{
		width:100%;
	}
	.experto-footer-copyright .col-md-4, .experto-footer-copyright .col-md-5, .experto-footer-copyright .col-md-3{
		text-align:center;
	}
	.experto-footer-copyright .footer-menu{
		float:none;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
	.experto-headwidget .navbar-wp .navbar-nav>li>a {
		padding: 25px 5px !important;
	}
	.navbar-wp .navbar-nav>li>a {
		font-size: 12px;
	}
	.experto-headwidget .navbar-wp {
		float: right !important;
		width: auto !important;
	}
	.navbar-brand {
		margin-right: 12px;
		padding: 12px 0 12px 0
	}
	.navbar-wp .navbar-nav, .navbar-wp .navbar-nav>li {
		padding-bottom: 0px !important; 
	}
	
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.dropdown-menu {
		left:auto;
		right: 0;
	}
	footer .experto-footer-copyright a {
		display: block;
	}
	.header-widget .experto-header-box-info p {
		font-size: 13px;
		margin-bottom: 0;
	}
	.header-widget .experto-header-box:first-child {
		width: 19% !important;
	}
	.header-widget .experto-header-box:nth-child(2) {
		width: 16% !important;
	}
	.topbar-menu .top-menu li a {
		font-size: 13px;
	}
	.header-widget .experto-header-box-info {
        padding-right: 0px;
	}
	.topbar-menu {
    	margin: 6px 0 0 0;
	}
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
	
	.footer-top .experto-widget h6{
		padding-bottom:5px;
		margin-right: 20px;
	}
	.footer-top .experto-widget .menu {
		padding-bottom: 15px;
		padding-left: 0;
	}
	#experto-slider .item {
		height: 557px;
	}
	#experto-slider .slide-caption {
		width: 72%;
		position: relative;
		top: 36px;
	}
	.experto-slider-warraper #experto-slider .item img {
		width: 100%;
		min-height: 100%;
		height: 557px;
	}
	
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.experto-headwidget .navbar-wp {
		float: left;
		width: 100%;
	}
	.experto-headwidget .navbar-wp .navbar-nav>li>a {
		padding: 10px 10px;
	}
	.navbar-wp .caret {
		margin-top: 10px;
		height: 20px;
		right: 0;
	}
	.navbar-wp .navbar-nav, .navbar-wp .navbar-nav>li {
		padding-bottom: 10px;
	}
	.navbar-toggle {
		right: 20px;
	}
	
    #experto-slider .slide-caption h1 {
        font-size: 200%;
    }
    #experto-slider .slide-caption .description p {
        font-size: 14px;
    }
    #experto-slider .slide-caption {
        margin: 0 auto;
    }
    .navbar-wp .navbar-nav>li>a {
        padding: 15px 10px;
    }
    .header-widget .experto-header-box {
        margin: 10px 0 0 0;
        display: inline-block;
        width: 36%;
    }
}

@media screen and (min-width: 240px) and (max-width: 767px) {
	.topbar-menu {
		margin: 0 auto 10px;
		display: table;
		width: 100%;
		text-align: center;
	}
	.top-menu li {
		border-right: 1px solid #fff;
		display: inline-block;
	}
    /*--------------- experto-slider ---------------*/
	
	.experto-cright {
		float: right;
		width: 100%;
	}
	.experto-headwidget .navbar-wp .navbar-nav>li>a {
		color: #fff!important;
	}
	.experto-slider-warraper #experto-slider .item img {
		width: auto;
		min-height: 100%;
		height: 100%;
	}
	.experto-slider-warraper:hover .owl-controls .owl-buttons {
		opacity: 0;
	}
	.navbar-wp .dropdown-menu {
		background: #0000 !important;
	}
	.experto-headwidget .navbar-wp .navbar-nav>li>a:hover {
		color: #41B6E6 !important;
		border-bottom: 1px solid #41B6E661;
	}
	.navbar-wp .dropdown-menu>li>a:hover {
		background: #00000000 !important;
	}
	nav #menu-main-menu{
		background: #000000b8 !important;
	}
	.navbar-wp .dropdown-menu>li>a {
		border-bottom: 1px solid #eeeeee30;
		color: #fff !important;
	}
    .navbar-wp .navbar-nav>li>a {
        padding: 15px 25px;
    }
    .navbar-wp .navbar-nav>.active>a,
    .navbar-wp .navbar-nav>.active>a:hover,
    .navbar-wp .navbar-nav>.active>a:focus {
        border-bottom: none;
    }
    .navbar-wp .navbar-nav>a,
    .navbar-wp .navbar-nav>a:hover,
    .navbar-wp .navbar-nav a:focus {
        border-bottom: none;
    }
    .experto-headwidget .navbar-toggle {
        margin: 25px auto;
        right: 15px;
    }
    .experto-headwidget .navbar-wp .navbar-nav>li>a {
        padding: 12px 16px;
    }
    .experto-slider-inner {
        min-width: auto !important;
        width: auto !important;
    }
    #experto-slider .slide-caption h1 {
        font-size: 30px;
        line-height: 36px;
        letter-spacing: 0;
    }
    #experto-slider .slide-caption {
        width: 85%;
        margin: 0 auto;
    }
    #experto-slider .slide-caption .description p {
        font-size: 15px;
    	line-height: 25px;
    }
    #experto-slider .slide-caption .description {
        font-size: 100%;
        line-height: 1em;
        margin: 0 auto;
        width: 100%;
    }
    .experto-slider-warraper .owl-controls .owl-buttons div {
        width: 30px;
        height: 30px;
        font-size: 200%;
        line-height: 10px;
        border-width: 2px;
        border-style: solid;
    }
    /*--------------- experto-callout text---------------*/
    .experto-callout .experto-callout-inner {
        width: 85%;
    }
    .experto-callout h3 {
        font-size: 40px;
        line-height: 50px;
    }
    .experto-callout .experto-callout-inner.text-left,
    .experto-callout .experto-callout-inner.text-right {
        float: none;
    }
    /*--------------- experto-subscription-form ---------------*/
    .experto-subscriber .subscription-form .int-box {
        width: 100%;
    }
    .experto-subscriber .experto-heading {
        text-align: center;
    }
    .experto-subscriber .subscription-form {
        margin: 0 auto;
    }
    .experto-sidebar {
        margin: 20px 0 0 0;
    }
    .text-xs {
        text-align: center;
    }
    .text-center-xs {
        text-align: center;
    }
	.team-box{
		display:block;
	}
	.team-box .team-content {
		padding-left: 0px;
	}
	.team-box .img-front{
		position:relative;
	}
	.team-box .img-flip{
		top:0;
	}
	.latest_news_area .simple-blog:first-child .news-content {
		position: relative;
		top: calc(50% - 205px);
		padding: 20px;
		width: auto;
	}
}
@media (max-width: 460px) {
	.overlay, .experto-breadcrumb-section .overlay {
		padding: 60px 0 60px;
	}
	.header-social {
		width: 100%;
		text-align: center;
	}
	.header-widget .experto-header-box {
		width: 49% !important;
		padding: 0 10px;
	}
	.navbar-nav {
		margin: 0;
	}
	.header-social{
		display:none;
	}
	.header-widget .experto-header-box-info {
		padding-right: 0;
	}
	.header-widget .experto-header-box-icon i {
		width: inherit;
	}
	.header-widget  .fa-phone{
		margin-left:10px;
	}
	.topbar-menu .top-menu li a {
		padding: 0px 5px;
		font-size: 13px;
		line-height: 13px;
	}
	.topbar-menu {
		margin: 0 auto 5px;
	}
	.experto-menu-full {
    	position: relative;
	}
	#experto-slider .inner-table {
    	display: block;
	}
	
}