/*
Theme Name: Experto
Author: UXD Experts
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.
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 5.6
Version: 1.0.5
License: GPLv2 or Later
License URI: https://www.gnu.org/licenses/license-list.html#GPLv2
Text Domain: experto
Tags: left-sidebar, right-sidebar, translation-ready, custom-background, custom-logo, custom-header, featured-images, footer-widgets, full-width-template, blog, e-commerce
*/

/* --------------------------------------
=========================================
	Header
=========================================
-----------------------------------------*/

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Bebas Neue';
    font-weight: 400;
	margin-top:0;
}
body {
    font-family: "Open Sans",sans-serif;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
	margin:0;
	letter-spacing: 0.02em;
	position: relative;
}
a, a:hover{
	text-decoration:none;
}
/*==================== Header ====================*/
.wrapper{
	position: relative;
	overflow: hidden;
}
.home .main-header{
	background: transparent;
}
.navbar-brand > img {
    max-width: 84px;
    height: auto;
}
.main-header{
	background: #1757b8;
}
.experto-blog-category {
    display:inline-block;
}
.experto-blog-category a{
	color:inherit;
}
input[type="submit"], button, .btn {
    padding: 10px 24px;
    line-height: 30px;
    font-family: Bebas Neue;
    border-radius: 0;
    font-weight: 500;
    letter-spacing: 0.2em;
    font-size: 17px;
    background: #13366e;
    border: 1px solid #13366e;
    color: #fff;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
    cursor: pointer;
}
input[type="submit"]:hover, button:hover, .btn:hover {
	background:#13366e;
	border: 1px solid #13366e;
	color:#fff;
}
.navbar-brand{
	font-size: 26px;
    height: auto;
    line-height: 0;
    padding: 6px 0px;
    display: block;
    width: fit-content;
    position: relative;
    z-index: 20;
	margin-right: 60px;
}
.gradient-button{
	border-image-source: linear-gradient(-180deg, #b3047b, #850ca8)!important;
	border-image-slice: 1!important;
}
.image-border {
  position: relative;
}
.image-border::before {
  position: relative;
  position: absolute;
left: 35px;
top: 35px;
width: calc(100% - 70px);
height: calc(100% - 80px);
  background: transparent;
  z-index: 1;
  display: block;
  content: '';
  border: 2px solid #fff;
}
.slogos .image-popup {
  border: 1px solid #d9d9d9;
  display: inline-block;
}
.play-button{
	position: relative;
	text-align: center;
	z-index:9;
	font-size: 36px;
	display: block
}
.play-button.light{
	color: #fff;
}
/*==================== sidebar ====================*/
.experto-sidebar .experto-widget h6 {
    border-bottom: 1px solid #1757b8;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
    padding-bottom: 17px;
    position: relative;
    text-transform: capitalize;
    color: #1757b8;
}
.experto-sidebar .experto-widget ul {
    padding: 0;
}
.experto-sidebar .experto-widget ul li {
    line-height: 22px;
    border-bottom: 1px solid #00000012;
    display: flex;
    padding: 10px 0;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
    color: #000;
}
.experto-sidebar .experto-widget ul li:hover {
    color: #13366e;
}
.experto-sidebar a {
    transition: all 0.3s ease 0s;
    color: inherit;
}
.experto-sidebar .experto-widget.widget_search .btn {
    border: 1px solid #ff7841;
    border-radius: 8px;
    height: 40px;
    padding: 5px 35px;
    background: #ff7841;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.experto-sidebar {
    border: 0;
    padding: 0 15px;
    display: inline-block;
}
.experto-sidebar .experto-widget {
    margin-bottom: 30px;
}

.experto-content-lines-holder {
 position:absolute;
 top:0;
 height:100%;
 pointer-events:none;
 z-index:2
}
.single-product .experto-content-lines-holder {
 display:none
}
.experto-content-lines-holder .experto-content-line {
 position:absolute;
 top:0;
 width:2px;
 height:100%;
 background-color:rgba(0,0,0,.05)
}
.experto-content-lines-holder .experto-content-line.experto--left {
 left:0
}
.experto-content-lines-holder .experto-content-line.experto--center {
 left:50%;
 -webkit-transform:translateX(-50%);
 -ms-transform:translateX(-50%);
 transform:translateX(-50%)
}
.experto-content-lines-holder .experto-content-line.experto--right {
 right:0
}
.experto-content-lines-holder.experto-content-grid .experto-content-line.experto--left {
 left:0
}
.experto-content-lines-holder.experto-content-grid .experto-content-line.experto--right {
 right:0
}
.experto-content-lines-holder.experto-content-grid.experto-content-grid-type--wide .experto-content-line.experto--left {
 left:-30px
}
.experto-content-lines-holder.experto-content-grid.experto-content-grid-type--wide .experto-content-line.experto--right {
 right:-30px
}
.experto-content-lines-holder:not(.experto-content-grid) {
 width:calc(100% - 200px);
 left:100px;
display:none;
	
}
@media only screen and (max-width:1024px) {
 .experto-content-lines-holder:not(.experto-content-grid) {
  width:calc(100% - 100px);
  left:50px
 }
}
.experto-content-lines-holder.experto-content-grid {
 left:50%;
 -webkit-transform:translateX(-50%);
 -ms-transform:translateX(-50%);
 transform:translateX(-50%)
}
.experto-content-lines-holder.experto-skin--dark .experto-content-line {
 background-color:rgba(0,0,0,.05)
}
.experto-content-lines-holder.experto-skin--light .experto-content-line {
 background-color:rgba(255,255,255,.05)
}
/*==================== breadcrumb ====================*/
.experto-breadcrumb-section .overlay, .experto-breadcrumb-section .woverlay {
    height: 100%;
    padding: 100px 0 180px;
    position: relative;
    width: 100%;
    color: #fff;
    background: #13366e;
	z-index:1;
}
.experto-breadcrumb-section {
    background-size: cover;
    background-position: center;
    height: 100%;
    margin: 0 0 0px;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.experto-breadcrumb-title h1 {
    font-size: 60px;
    font-weight: 400;
    margin: 0;
    line-height: 60px;
    padding-bottom: 0px;
    text-transform: capitalize;
    letter-spacing: 3px;
}
.experto-page-breadcrumb {
    list-style: none outside none;
    margin-bottom: 12px;
    padding: 0;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
	display:none;
}
.experto-page-breadcrumb li{
    display:inline-block;
	padding: 0 5px;
}
.experto-page-breadcrumb a{
	color:inherit;
}
.experto-page-breadcrumb a:hover {
    color: #006772;
}
.experto-breadcrumb-title{
	text-align:center;
}
/*==================== navigation ====================*/
.experto-toggle-nav.active {
  opacity: 1;
  transition: 1s opacity;
}
.experto-toggle-nav {
  position: absolute;
  width: calc(100% - 60px);
  opacity: 0;
  left: 0;
}

.experto-hamburger {
  position: relative;
  width: 55px;
  height: 55px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  padding: 20px;
  background: transparent;
  border: 0;
  float: right;
}

.experto-hamburger:focus {
  background: #13366e;
  border: 0;
}
.experto-hamburger:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  background: transform;
  transform: rotate(0deg);
  transition: all 0.4s cubic-bezier(0.54, -0.1, 0.57, 0.57);
  border:1px solid #006772;
}

.experto-hamburger .experto-hamburger-input {
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.experto-hamburger .experto-hamburger-line {
  width: 100%;
  background: #fff;
  height: 2px;
  display: block;
  border-radius: 6px;
  transition: transform 0.4s cubic-bezier(0.54, -0.81, 0.57, 0.57);
  position: relative;
}
.experto-hamburger .experto-hamburger-line.first,
.experto-hamburger .experto-hamburger-line.third {
  width: 50%;
}
.experto-hamburger .experto-hamburger-line.third {
  margin-left: 50%;
  transform-origin: left;
}

.experto-hamburger.active .experto-hamburger-line.second {
  transform: rotate(-45deg);
}
.experto-hamburger.active .experto-hamburger-line.first {
  transform: translate(2px, 5px) rotate(-135deg);
}
.experto-hamburger.active .experto-hamburger-line.third {
  transform: translate(5px, -1px) rotate(-135deg);
}
.experto-hamburger.active .experto-hamburger:before {
  transform: rotate(45deg);
}

.experto-toggle-nav ul li {
    list-style: none;
}
.experto-toggle-nav {
  position: relative;
  display: inline-block;
}
.experto-toggle-nav .experto-navbar {
  
	transform: translateX(-50%) scale(0);
    transform-origin: center center;
    color: rgb(255, 255, 255);
    width: 100%;
    left: 50%;
    text-align: left;
    font-weight: 300;
    opacity: 0;
    user-select: none;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.4s cubic-bezier(0.54, -0.1, 0.57, 0.57) 0s;
    padding: 5px 0px;
    border-radius: 100px;
	margin-top:0px;
}

.experto-toggle-nav .experto-navbar a {
    color: #111;
    display: block;
    text-transform: capitalize;
    padding: 10px 10px;
    font-family: Bebas Neue;

}
.experto-responsive .menu-button {
  position: absolute;
  width: 70px;
  height: 70px;
  left: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.experto-toggle-nav.active .experto-navbar {
  transform: translateX(-50%) scale(1);
  border-radius: 10px;
  opacity: 1;
  user-select: auto;
}
.dropdown-menu {
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	display:none;
	transition: all 0.4s cubic-bezier(0.54, -0.1, 0.57, 0.57);
}
.caret::before {
	content:"";
    display: inline-block;
    width: 8px;
    height: 2px;
    background: #000;
    margin-left: 2px;
    vertical-align: middle;
}
.caret::after {
	content: "";
    display: inline-block;
    width: 8px;
    height: 2px;
    background: #000;
    margin-left: -8px;
    vertical-align: middle;
    transform: rotate(90deg);
}
.experto-toggle-nav .dropdown-menu > li > a:hover{
	background:#eee;
}
.dropup, .dropdown {
    position: relative;
}
/*==================== testimonials widget ====================*/
.customers_says .owl-wrapper-outer {
	overflow:hidden;
	margin-right:65px;
}

.customers_says .owl-item {
	display:inline-block;
}
.customers_says .owl-item .wd-testimonail__info{
   display:flex;
	align-items: center;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.customers_says .excerpt::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.customers_says .excerpt {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.customers_says .excerpt p {
    margin-bottom: 0px;
    font-weight: 400;
	font-size: 15px;
    line-height: 26px;
}
.customers_says .tm-inner{
	color:#fff;
	border-left: 2px solid #fff;
    padding-left: 35px;
}
.customers_says .wd-testimonail__thumbnail {
    border-radius: 100px;
    width: 120px;
    height: 120px;
    position: relative;
    z-index: 9;
    overflow: hidden;
    margin-bottom: 25px;
    border: 6px solid #ce154f;
}
.customers_says .wd-testimonail__thumbnail img{
	width:100%;
}
.customers_says .author-info {
   display: inline-block;
	padding-left: 0px;
}
.customers_says .excerpt {
    margin-bottom: 25px;
    overflow-y: auto;
}
.customers_says .title {
    font-size: 34px;
    line-height: 23px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 28px;
    font-family: 'Bebas Neue';
    letter-spacing: 1px;
}
.author-info-inner{
	font-size: 17px;
    letter-spacing: 4px;
    margin-bottom: 10px;
    line-height: 14px;
}
.author-info .job.p-small{
	line-height: 14px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
}
.testimonial-image-holder{
	margin-right: 20px;
}
.wd-testimonail__info{
	display: flex;
    align-items: center;
}
.customers_says .swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom:auto;
}
.table-responsive .table{
	width: 100%;
    color: #fff;
    border-collapse: collapse;
    font-size: 15px;
    line-height: 26px;
}
th, td {
    border: 1px solid #fff;
    padding: 20px 40px;
}
th{
	background: #ffffff2e;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Bebas Neue';
    font-weight: 500;
    font-size: 20px;
}
th:last-child, td:last-child{
	text-align:right;
}
th:first-child, td:first-child{
	text-align:left;
}
th span, td span{
	color:#e10ade;
}
.note-ac .ui-accordion-header a{
	letter-spacing:1px;
	display: flex;
    flex-direction: column-reverse;
}
.note-ac .ui-accordion-header-icon.ui-icon{
	display:none;
}
.note-ac .ui-state-active a i:before{
	content:"\f068" !important;
}
.img-with-gradient-bg img{
	background: linear-gradient(180deg, #850ca8, #b3047b);
    padding: 2px;
}
/*==================== latest posts widget ====================*/
.latest-posts.style-list .entry-header {
	width:25%;
	float:left;
	overflow:hidden;
}

.latest-posts.style-list{
	display: inline-block;
    padding-bottom: 18px;
    border-bottom: 1px solid #0000001c;
    margin-bottom: 10px;
}
.home-posts .col-md-12:nth-child(3) .latest-posts.style-list{
	border-bottom: 0px solid #0000001c;
}
.latest-posts.style-list img {
    width: 165%;
    height: auto;
    margin-left: -30%;
}
.latest-posts img {
    width: 100%;
}
.latest-posts.style-list .entry-content {
    width: 75%;
    float: left;
    padding-left: 30px;
}
.latest-posts .entry-title {
	margin-bottom: 0px;
    margin-top: 20px;
    font-size: 35px;
    letter-spacing: 2px;
    line-height: 35px;
}
.latest-posts.style-list .entry-title {
	margin-bottom: 20px;
    margin-top: 20px;
    font-size: 35px;
    letter-spacing: 2px;
}
.latest-posts .post-btn-readmore a{
	font-weight: 500;
    color: #111;
    font-size: 16px;
    font-family: 'Bebas Neue';
    letter-spacing: 3px;
}
.latest-posts .post-btn-readmore {
	margin-top:5px;
}
.latest-posts .entry-title a{
	color: #111;
    text-transform: capitalize;
}
.latest-posts .date{
	position: relative;
    padding: 10px;
    width: 46px;
    text-align: center;
    background: #016772;
    display: inline-block;
    color: #fff;
    line-height: 17px;
    margin-left: 25px;
    top: 49px;
	z-index:9;
}
.latest-posts .date:before{
	content:"";
      width: 0;
      height: 0;
      border-top: 25px solid #016772;
	border-right: 22.5px solid transparent;
	margin-top: 43px;
    margin-left: -16px;
	position:absolute;
    }
.latest-posts .date:after{
	content:"";
      width: 0;
      height: 0;
      border-top: 25px solid #016772;
      border-left: 22.5px solid transparent;
	  margin-top: 27px;
    margin-left: -12px;
	position:absolute;
    }

/*==================== form  ====================*/
form .arrow span:before {
    content: '';
    background: url(https://cbldemo.net/mockups/5280/wp-content/uploads/2022/01/right.png);
    width: 38px;
    height: 46px;
    position: absolute;
    z-index: 9;
    background-color: #dddddd;
    top: 0px;
    left: 0px;
    display: block;
    border-radius: 8px 0px 0px 8px;
    background-size: 18px 14px;
    background-position: center;
    background-repeat: no-repeat;
}
.contact-home .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}
.contact-home .wpcf7-submit {
    width:100% !important;
}
/*==================== 404 page ====================*/
	.experto-section {
		padding: 80px 0;
		margin: 0;
	}
.btn-theme {
    background: #13366e;
    padding: 8px 30px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 50px;
    border: 2px solid #13366e;
    color: #fff;
	transition: 0.7s;
}
.btn-theme:hover {
    background: #111111;
    border-color: #111;
    color: #fff;
    transition: 0.7s;
}
	.experto-error-404 h2 {
		font-size: 100px;
		line-height: 80px;
		margin: 0;
	}
	.experto-error-404 h2 i {
		color: #13366e;
		font-weight: bold;
		padding: 5px;
    	text-shadow: 1px 3px 8px rgb(0 0 0 / 17%);
	}
.experto-error-404 {
    text-align: center;
}
.experto-error-404 h4 {
    line-height: 80px;
    font-size: 80px;
    margin-bottom: 10px;
    margin-top: 25px;
    color: #111;
}
	.experto-error-404 p {
		line-height: 30px;
		margin-bottom: 30px;
	}
/*==================== footer ====================*/
footer .widgettitle{
	color: #fff;
    font-size: 18px;
    text-transform: uppercase;
	margin-bottom:25px;
}
footer .menu{
	padding-left:0;
	margin-top:0;
}
footer .menu li{
	list-style-type:none;
	padding-bottom:7px;
	line-height: 22px;
}
footer .menu li a{
	color: #fff;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Bebas Neue';
    letter-spacing: 3px;
}
footer .two-col .menu li{
	width: 50%;
    float: left;
    padding-right: 10px;
}
/*==================== phone widget ====================*/
.phone-widgets {
    margin-top: 14px;
}
.phone-widgets .left {
    display: inline-block;
}
.phone-widgets .right {
    display: inline-block;
	padding-left: 12px;
}
.phone-widgets .left img {
    width: 44px;
    margin-top: -25px;
}
.phone-widgets .right .title {
    font-size: 17px;
    color: white;
    font-weight: 300;
}
.phone-widgets .right .desc {
    font-size: 19px;
    color: white;
    font-weight: 600;
	line-height: 19px;
}

/*==================== blogs ====================*/
.experto-blog-thumb {
    position: relative;
    width: 100%;
    margin-bottom: 22px;
    float: left;
    min-height: 30px;
}
.experto-blog-post-box, .experto-info-author-block, .comments-area {
    margin-bottom: 40px;
    padding: 0px;
    border-radius: 0;
    border: 0;
}
.experto-info-author-block {
	display:flex;
}
.experto-info-author-block img{
	width:50px;
	height:50px;
	margin-right:10px
}
.blog #content, .post-template-default #content{
	padding:60px 0;
}
.experto-blog-post-box .title{
	color:#1757b8;
}
.experto-blog-post-box .title a{
	color:inherit;
}
.experto-blog-post-box .title,
.experto-blog-post-box .title a {
    color: #212121;
}

.experto-blog-post-box .title:hover,
.experto-blog-post-box .title a:hover,
.experto-blog-post-box .title:focus,
.experto-blog-post-box .title a:focus {
    color: #13366e;
}
.comment-form-comment textarea{
	display: block;
    width: 100%;
    border-radius: 7px;
	border: 1px solid #ccc;
}
.comment-reply-title{
	font-size: 20px;
    color: #1757b8;
}
.comment-body{
	margin-bottom: 20px;
    background: #fff;
    padding: 20px 30px;
    border-radius: 4px;
}
.comment-list{
	background: #f9f9f9;
    padding: 35px;
    border: 1px solid #f3f3f3;
}
.media-body .media-heading{
	margin: 12px 0;
}
.media-body .media-heading span, .media-body .media-heading span i{
	margin-right: 10px;
}
.single-post .col-md-8 .row .row{
	margin-right:0;
	margin-left:0;
}
.warning p{
	padding: 15px;
    border: 2px solid #006772;
    border-radius: 10px;
}
@media screen and (min-width: 768px){
    .experto-hamburger{
        display: none;
    }
    .experto-toggle-nav ul li {
        display: inline-block;
    }
    .experto-toggle-nav{
        opacity: 1;
    }

    .experto-toggle-nav .experto-navbar{
        transform: inherit !important;
        left: inherit;
        opacity: 1;
    }
    
    .experto-toggle-nav .experto-navbar a {
        font-weight: 400;
		font-size: 17px;
		padding: 28px 40px;
		letter-spacing:2px;
		
    }
	.experto-toggle-nav .experto-navbar a:hover, .experto-toggle-nav .experto-navbar a:active{
		color:#13366e;
	}
	.experto-trhead a {
		color:inherit;
	}
    .experto-toggle-nav .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);
    }
    .experto-toggle-nav .dropdown-menu > li {
        display: block;
    }
    .experto-toggle-nav .dropdown-menu > li > a {
        padding: 14px 15px;
        font-size: 13px;
        display: block;
        transition: 0.3s;
        text-transform: capitalize;
        font-weight: 400;
        border-bottom: 1px solid #eee;
        color: #1a1932;
		line-height:18px;
		text-align: left;
    }
    .experto-toggle-nav li:hover > .dropdown-menu, 
    .experto-toggle-nav li:focus > .dropdown-menu, 
    .experto-toggle-nav li.focus > .dropdown-menu {
        right: auto;
        opacity: 1;
        transform: translateY(0);
        transition: opacity 0.15s linear, transform 0.15s linear;
        margin-top: -1px;
    }
    .experto-toggle-nav .dropdown-menu li:hover > .dropdown-menu, 
    .experto-toggle-nav .dropdown-menu li:focus > .dropdown-menu, 
    .experto-toggle-nav .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: 0px;
    }
	.experto-toggle-nav .dropdown:hover a .caret::after{
		display:none;
	}
}
@media (max-width: 767px) {
	.experto-toggle-nav .experto-navbar {
		position: absolute;
		background: #000000;
		padding: 10px 30px;
	}
	.experto-hamburger{
		position: absolute;
		right: 20px;
		top: 42px;
		background: #13366e;
		border-radius: 10px;
	}
	.experto-calltoaction {
		text-align: center;
	}
	.experto-calltoaction .btn {
		margin-bottom: 20px;
	}
	.experto-toggle-nav .dropdown-menu > li > a {
		padding: 10px 0px;
	}
	.experto-toggle-nav .experto-caret {
		right: 0;
		padding: 15px;
		position: absolute;
		top: 7;
		background: transparent;
		width: 55px;
		height: 100%;
		border-left: 1px dashed #48484840;
		z-index: 999999999;
	}
	.experto-toggle-nav .caret {
		border-top: 8px dashed;
		border-right: 7px solid transparent;
		border-left: 7px solid transparent;
	}
	.experto-toggle-nav .dropdown-menu .caret {
		border-top: 8px solid transparent;
		border-left: 8px solid;
		border-bottom: 7px solid transparent;
	}
	.navbar-wp .dropdown-menu,
	.navbar-wp li:hover > .dropdown-menu,
	.navbar-wp li:focus > .dropdown-menu,
	.navbar-wp li.focus > .dropdown-menu,
	.navbar-wp .dropdown-menu li:hover > .dropdown-menu,
	.navbar-wp .dropdown-menu li:focus > .dropdown-menu,
	.navbar-wp .dropdown-menu li.focus > .dropdown-menu,
	.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: 0;
		position: relative;
		width: 100%;
		display: none;
	}
  	.experto-toggle-nav .dropdown-menu.menu-visible {
		display: block !important;
		opacity: 1;
		background-color: #161616;
		max-width:100%;
		width: 100%;
		position: relative;
	}
	.experto-blog-thumb img{
		width:100%;
	}
	.experto-trhead .kc-col-inner-container{
		align-content: normal !important;
		justify-content: flex-start !important;
		align-items: flex-start !important;
	}
}
/*==================== grid ====================*/

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-md-1 {
    width: 8.33333333%;
}
.col-md-2 {
    width: 16.66666667%;
}
.col-md-3 {
    width: 25%;
}
.col-md-4 {
    width: 33.33333333%;
}
.col-md-5 {
    width: 41.66666667%;
}
.col-md-6 {
    width: 50%;
}
.col-md-7 {
    width: 58.33333333%;
}
.col-md-8 {
    width: 66.66666667%;
}
.col-md-9 {
    width: 75%;
}
.col-md-10 {
    width: 83.33333333%;
}
.col-md-11 {
    width: 91.66666667%;
}
.col-md-12 {
    width: 100%;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
@media (min-width: 768px){
	.container {
		width: 750px;
	}
}
@media (min-width: 992px){
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px){
	.container {
		width: 1170px;
	}
}
@media (max-width: 767px){
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	   width: 100%;
	}
}
/*======================================================================================*/
/*================================== custom css ========================================*/
/*======================================================================================*/
p{
	margin-top:0;
}
h2{
	font-size:55px;
	line-height:55px;
	margin-bottom:30px;
	font-weight:300;
	color:#111;
}
.experto-breadcrumb-section{
	display:block;
}
.inline-item {
    display: inline-block;
    width: auto !important;
	float:none !important;
}
.bottom-line-left:before{
	content: "";
    width: 20px;
    height: 2px;
    background: #0e74ba;
    display: block;
    position: absolute;
    bottom: 0;
}
.bottom-line-center:before{
	content: "";
    width: 30px;
    height: 2px;
    background: #0e74ba;
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 15px);
}
.bottom-line-left, .bottom-line-center{
	position: relative;
}
.footer-info-box .box-right{
	padding-left:10px !important;
}
.footer-info-box a{
	color:#fff;
}
footer .widget_recent_entries .widgettitle{
	display:none ;
}
footer .widget_recent_entries ul{
	margin:0;
	padding:0;
}
footer .widget_recent_entries ul li{
	list-style-type: none;
    display: flex;
    flex-flow: column-reverse;
	font-size:13px;
	margin-bottom:12px;
}
footer .widget_recent_entries ul li a{
	color:#fff;
	line-height:19px;
}
footer .widget_recent_entries ul li .post-date{
	color: #667883;
	line-height:16px;
}
.menu-footer-menu-container .menu li{
	display: inline-block;
    padding: 0 20px;
}
.menu-footer-menu-container .menu li:last-child{
    padding-right: 0 ;
}
.menu-footer-menu-container .menu{
	margin-bottom:0;
	text-align:right;
}
.text-outline span{
	color: #000;
    background: linear-gradient(-180deg, #ff00c6, #dd0625);
    -webkit-background-clip: text;
    -webkit-text-stroke: 3px transparent;
	padding:0 1px;
}
.text-width-gradient span{
	background: linear-gradient(-180deg, #b3047b, #850ca8);
    -webkit-background-clip: text;
    -webkit-text-stroke: 1px transparent;
    color: #fff0;
}
.text-outline-color span{
	color:#000;
}
.icon-quote{
	font-size: 35px;
    margin-bottom: 20px;
}
.owl-page {
    width: auto;
    display: inline-block;
}
.owl-page span {
    width: 12px;
    height: 12px;
    background: #fff;
    display: block;
    border-radius: 24px;
    opacity: 0.5;
    margin-right: 6px;
}
.owl-page.active span {
	opacity:1;
}
.owl-controls {
	margin-top:15px;
}
.tm-img{
	position: absolute !important;
    left: 0;
    margin-top: 20px;
}
.tm-img img{ 
	max-width: calc(100% + 30px) !important;
}
.heading-with-pink span{
	color: #000;
	background: linear-gradient(-180deg, #ff00c6, #dd0625);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 1px;
}
.list-style-one ul{
	padding:0;
}
.list-style-one ul li{
	list-style-type:none;
	padding-bottom: 15px;
	padding-left: 30px;
}
.list-style-one ul li:before{
	content: "";
    width: 18px;
    height: 4px;
    background: linear-gradient(45deg, #850ca8, #b3047b);
    display: block;
    position: absolute;
    margin-top: 9px;
    margin-left: -30px;
}
.about-img1{
	position: absolute !important;
    top: -36px;
    z-index: 9;
    margin-left: 20px;
}
.about-img2{
	position: absolute !important;
    bottom: -36px;
    z-index: 9;
    margin-left: -91px;
}
.about-img1 img, .about-img2 img{
	background: linear-gradient(180deg, #fff, #fff);
    padding: 2px;
}
.client-logos img{
	width:78%;
}
.quote-corner:before{
	content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    background: #fff;
    z-index: 0;
    left: -2px;
    top: -2px;
}
.quote-corner:after{
	content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    background: #fff;
    z-index: 0;
    right: -2px;
    bottom: -2px;
}

.video-popup-slider .popup-play-button{
	display: none;
}
.video-popup-slider .swiper-slide-active .popup-play-button {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 80px;
  line-height: 1;
}

.video-popup-slider .popup-image {
 position:relative;
 -webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,.15);
 box-shadow:0 5px 10px 0 rgba(0,0,0,.15)
}
.video-popup-slider .popup-image:after {
 content:'';
 position:absolute;
 bottom:0;
 left:0;
 width:100%;
 height:30%;
 background:-webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.8)),to(rgba(255,255,255,0)));
 background:-o-linear-gradient(bottom,rgba(255,255,255,.8) 0,rgba(255,255,255,0) 100%);
 background:linear-gradient(to top,rgba(255,255,255,.8) 0,rgba(255,255,255,0) 100%);
 pointer-events:none;
 z-index:1
}
.video-popup-slider .popup-image img {
 display:block;
 width: 100%;
}

.video-popup-slider {
 cursor:-webkit-grab;
 cursor:grab;
	padding: 3.5% 0;
}
.video-popup-slider .popup-image-box {
  position: relative;
}
.video-popup-slider.swiper-backface-hidden .swiper-slide {
	transform: none;
}
.video-popup-slider.qodef-slider--dragging .swiper-wrapper .swiper-slide .popup-image {
 clip-path:inset(10%);
 -webkit-clip-path:inset(10%);
 -webkit-transition:.5s cubic-bezier(0,.85,.25,1);
 -o-transition:.5s cubic-bezier(0,.85,.25,1);
 transition:.5s cubic-bezier(0,.85,.25,1)
}
.video-popup-slider .swiper-wrapper {
 -webkit-transition-timing-function:cubic-bezier(.74,.15,.09,.85);
 -o-transition-timing-function:cubic-bezier(.74,.15,.09,.85);
 transition-timing-function:cubic-bezier(.74,.15,.09,.85)
}

.video-popup-slider .popup-image {
 -webkit-transform:scale(1.2);
 -ms-transform:scale(1.2);
 transform:scale(1);
 clip-path:inset(5%);
 -webkit-clip-path:inset(5%);
 -webkit-transition:.5s cubic-bezier(0,.85,.25,1);
 -o-transition:.5s cubic-bezier(0,.85,.25,1);
 transition:.5s cubic-bezier(0,.85,.25,1);
 overflow:hidden
}

.video-popup-slider .popup-image .popup-media-image {
 -webkit-transform:perspective(0) rotateX(0) rotateY(0) scale3d(1,1,1)!important;
 transform:perspective(0) rotateX(0) rotateY(0) scale3d(1,1,1)!important
}
.video-popup-slider .popup-image:after {
 display:none
}

.video-popup-slider .popup-image .image-border:before{
	content: none;
}
.video-popup-slider .swiper-slide-active .image-border:before{
	content: '';
}
.video-popup-slider .swiper-slide-active .popup-image,
.video-popup-slider .swiper-slide-duplicate-active .popup-image {
 z-index:9;
 clip-path:inset(0);
 -webkit-clip-path:inset(0);
 -webkit-transition:1s .2s cubic-bezier(.5,.11,0,.93);
 -o-transition:1s .2s cubic-bezier(.5,.11,0,.93);
 transition:1s .2s cubic-bezier(.5,.11,0,.93)
}

.video-popup-slider .swiper-wrapper {
-webkit-transition-timing-function:cubic-bezier(.74,.15,.09,.85);
-o-transition-timing-function:cubic-bezier(.74,.15,.09,.85);
transition-timing-function:cubic-bezier(.74,.15,.09,.85)
}

.swiper-container-wrapper--timeline .swiper-slide {
  display: flex;
  min-height: 200px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.swiper-container-wrapper--timeline .swiper-slide .container {
  padding: 0;
  width: 100%;
}
.swiper-container-wrapper--timeline .swiper-slide .title {
  font-size: 18px;
  opacity: 0;
  transition: 0.5s ease 0.5s;
}
.swiper-container-wrapper--timeline .swiper-slide-active .title {
  opacity: 1;
}
.swiper-container-wrapper--timeline .swiper-pagination-progressbar {
  position: relative;
  margin-bottom: 70px;
  background-color: transparent;
  height: 4px;
  border-bottom: 1px solid #888;
  width: 100%;
	overflow:hidden;
}
.swiper-container-wrapper--timeline .swiper-pagination-progressbar-fill {
  background-color: #000;
  height: 3px;
  top: 2px;
}
.swiper-container-wrapper--timeline .swiper-pagination-progressbar:before {
  position: absolute;
  top: 2px;
  left: -100%;
  width: 100%;
  height: 3px;
  background-color: #000;
  content: "";
}
.swiper-container-wrapper--timeline .swiper-pagination-progressbar:after {
  position: absolute;
  top: 3px;
  right: -100%;
  width: 100%;
  height: 1px;
  background-color: #888;
  content: "";
}
.swiper-container-wrapper--timeline .swiper-pagination-timeline,
.swiper-container-wrapper--timeline .swiper-pagination-custom {
  position: relative;
    list-style: none;
    margin: 1rem 0;
    padding: 0;
    display: flex;
    line-height: 1.66;
    bottom: 0;
    z-index: 11;
    width: 100%;
    display: flex;
    justify-content: center;
}
.swiper-container-wrapper--timeline .swiper-pagination-timeline .swiper-pagination-switch,
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch{
  position: relative;
    height: 30px;
    line-height: 30px;
    margin-right: 25px;
}
.swiper-container-wrapper--timeline .swiper-pagination-timeline .swiper-pagination-switch:last-child {
  margin-right: 0;
}
.swiper-container-wrapper--timeline .swiper-pagination-timeline .swiper-pagination-switch .switch-title,
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title{
  font-weight: 400;
    right: 0;
    transition: 0.2s all ease-in-out;
    transition-delay: 0s;
    cursor: pointer;
    z-index: 1;
    color: #e5e5e5;
}
.swiper-container-wrapper--timeline .swiper-pagination-timeline .swiper-pagination-switch .switch-title:after,
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title:after{
  position: absolute;
  top: calc(100% + 19px);
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  width: 12px;
  height: 12px;
  background: #e5e5e5;
  border-radius: 2rem;
  content: "";
  transition: 0.2s all ease-in-out;
  transition-delay: 0s;
  z-index: 1;
}
.swiper-container-wrapper--timeline .swiper-pagination-timeline .swiper-pagination-switch.active .switch-title,
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title{
  font-weight: 400;
  transition-delay: 0.4s;
  color: #ff1477;
}
.swiper-container-wrapper--timeline .swiper-pagination-timeline .swiper-pagination-switch.active .switch-title:after,
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:after{
  background: linear-gradient(45deg, #850ca8, #b3047b);
  width: 25px;
  height: 25px;
  transition-delay: 0.4s;
}
.swiper-container-wrapper--timeline .swiper-pagination-timeline .swiper-pagination-switch.active ~ .swiper-pagination-switch .switch-title,
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active ~ .swiper-pagination-switch .switch-title {
  color: #888;
  font-weight: 16px;
}
.swiper-container-wrapper--timeline .swiper-pagination-timeline .swiper-pagination-switch.active ~ .swiper-pagination-switch .switch-title:after,
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active ~ .swiper-pagination-switch .switch-title:after{
  background: #888;
}
.timeline-one .swiper-container-wrapper--timeline .item-featured-img {
	width:150px;
	margin: 0 55px;
}
.timeline-one .list-style-one ul li {
  list-style-type: none;
  padding-bottom: 0px;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 22px;
}
.list-style-one ul li::before{
	margin-top: 14px;
}
.swiper-container-wrapper--timeline .item-featured-img img{
	width:100%;
}
.swiper-container-wrapper--timeline .swiper--timeline .item-inner{
	border-radius: 10px;
    overflow: hidden;
	display: inline-flex;
    justify-content: center;
    align-items: center;
	background:#fff;
	min-height:300px;
	width:100%;
}
.swiper-container-wrapper--timeline .item-inner .item-cotent{
	padding: 10px 20px;
	color:#000;
}
.swiper-container-wrapper--timeline .item-inner .item-cotent p{
	color: #000;
    margin: 5px 0 0;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: normal;
}
.swiper-container-wrapper--timeline .item-inner .item-content h2{
    font-size: 45px;
	line-height: 52px;
	margin-bottom: 16px;
	margin-top: 8px;
	font-weight: 300;
	color: #000;
}
.swiper-container-wrapper--timeline .item-inner .col{
    padding: 60px;
    border-right: 1px solid #000;
}
.swiper-container-wrapper--timeline .item-inner .col:last-child{
    border-right: 0px solid #fff;
}
.swiper-container-wrapper--timeline .item-inner .col-inner{
    border-radius: 10px;
    overflow: hidden;
    padding: 0 15px;
	display:flex;
}
.swiper-button-prev:after, .swiper-button-next:after{
	content: "";
    border-left: 0px solid #fff0;
    border-right: 16px solid #8880;
    border-top: 16px solid #888888;
	position:absolute;
}
.swiper-button-prev:after{
	 transform: rotate(315deg);
}
.swiper-button-next:after{
	 transform: rotate(135deg);
}

.timeline-one, .timeline--two  {
	position: relative;
	clear: both
}
.timeline-one .swiper-button-prev, .timeline--two .swiper-button-prev {
  left: -10px;
  right: auto;
  top: 49px !important;
}

.timeline-one .swiper-button-next, .timeline--two .swiper-button-next {
  right: -10px;
  left: auto;
  top: 49px !important;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}
.timeline--two .text {
  color: #a6a6a6;
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: normal;
}
.timeline--two h2 {
color: #fff;
font-family: "Bebas Neue",sans-serif;
font-weight: 400;
text-transform: uppercase;
font-size: 45px;
line-height: 43px;
letter-spacing: .06em;
margin: 25px 0;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.timeline--two .btn-flat {
  color: rgb(255, 255, 255);
  border-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  background-color: transparent !important;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Bebas Neue",sans-serif;
  font-size: 17px;
  line-height: 2em;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .2em;
  border-radius: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
  transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
  padding: 8px 50px;
}
.timeline--two .slogos {
  margin: 30px 0;
}
.timeline--two .col-50 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0 49px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.timeline--two .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -49px;
}

.timeline--two .switch-title, .swiper-container-wrapper--timeline .switch-title {
  font-family: "Bebas Neue",sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #a6a6a6;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: .08em;
  padding: 0 0 19px;
  color: #6d6d6d;
  text-align: center;
  z-index: 2;
}
.timeline--two .switch-title::after, .swiper-container-wrapper--timeline .switch-title:after {
  content: '';
  background-color: #111;
  border: 2px solid rgba(255,255,255,.5);
}
.timeline--two  .active .switch-title::after {
background: linear-gradient(45deg, #111, #111) !important;
  border: 2px solid rgba(255,255,255,.8);
transition-delay: 0.4s;
}
.timeline--two .swiper-pagination-custom .swiper-pagination-switch .switch-title::after, .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title::after {
background: #111 !important;
}
.timeline--two .active .switch-title::before, .swiper-container-wrapper--timeline .active .switch-title:before {
  bottom: -25px;
  right: auto;
  height: 11px;
  width: 11px;
}d
.timeline--two .switch-title::before, .swiper-container-wrapper--timeline .switch-title::before,
.swiper-container-wrapper--custom .switch-title::before{
  content: '';
  position: absolute;
  bottom: -22px;
  left: 50%;
  right: auto;
  height: 6px;
  width: 6px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  z-index: 98;
}
.timeline-one .swiper-container-wrapper--timeline  .swiper-pagination-switch.active::before {
	content: "";
    border-left: 0px solid #fff0;
    border-right: 30px solid #8880;
    border-top: 30px solid #ffffff;
    position: absolute;
    left: calc(50% - 15px);
    transform: rotate(44deg);
    bottom: -107px;
}
.timeline--two .swiper-pagination-custom .swiper-pagination-switch.active .switch-title, .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title {
  color: #fff;
  text-decoration: line-through;
}
.timeline--two .swiper-pagination-custom .swiper-pagination-switch .switch-title, .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title {
  color: #a6a6a6;
}
.image-popup:nth-child(2) {
  margin: 0 15px;
}
.list-style2 ul {
    padding: 0;
}
.list-style2 li {
    list-style: none;
}
.list-style2 li span.list-title {
    color: #111111;
    font-family: Bebas Neue;
    font-size: 18px;
    line-height: 31px;
    letter-spacing: 0.2em;
    width: 122px;
    display: inline-block;
    padding-right: 23px;
}
.list-style2 li {
    display: flex;
}
.readmore-tab .kc_accordion_header>a {

    font-size: 20px;
    letter-spacing: 2px;
    padding: 9px 16px;
}
.kc_accordion_wrapper.readmore-tab {
    margin-bottom: 0;
}
.kc_accordion_wrapper.readmore-tab .group {
    margin-bottom: 45px;
}
.experto-blog-post-box .title {
    margin-top: 0;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
}
.zero-404 {
    color: #13366e;
    padding: 0 10px;
    font-family: monospace;
    font-weight: 700;
}
.projects-gallery .item-grid img {
    width: 100%;
    padding: 10px 5px !important;
}
.projects-gallery .item-grid {
    height: 200px;
    overflow: hidden;
}
.feature-box-style2{
	display:flex;
	align-items:center;
}
.feature-box-style2 .content-image{
	margin-bottom:0;
}
.feature-box-style2 .content-button a {
	letter-spacing:3px;
}
.feature-box-style3 .content-desc{
	letter-spacing:3px;
}
.wp-block-search__button:before {
    content: "\f002";
    font-family: fontawesome;
	font-size:20px;
}
.wp-block-search__button {
    border: 0;
    padding: 0;
    font-size: 0;
    background: transparent;
    color: #111;
    width: auto;
}
.wp-block-search__label{
	display:none;
}
.wp-block-search__input { 
    border: 0;
    border-radius: 0;
    border-left: 2px solid #cdcdcd;
    padding: 20px;
    font-size: 20px;
    font-family: 'Bebas Neue';
    letter-spacing: 6px;
	outline:0;
}
.wp-block-search__input::placeholder { 
	color:#111;
}
.wp-block-search__button:hover {
    background:transparent;
	color:#979797;
	outline:0;
	border:0;
}
h2.wp-block-heading {
    font-size: 30px;
    letter-spacing: 3px;
    margin-bottom: 0;
}
ul.post-meta-list li:before {
    content: "/";
    padding: 0 5px;
}
ul.post-meta-list li {
    display: inline-block;
	color:#a1a1a1;
}
ul.post-meta-list li:first-child:before {
    display: none;
}
ul.post-meta-list li a {
	color:#a1a1a1;
}
ul.post-meta-list {
    padding-left: 0;
}
.quote-tip:before {
    content: '';
    position: absolute;
    bottom: -54px;
    border-top: 15px solid #eeeeee;
    border-left: 15px solid #ff000000;
    border-right: 15px solid #eeeeee;
    border-bottom: 15px solid #ff000000;
}
.quote-tip {
    position: relative;
    display: inline-block;
}
span.sub-title {
    color: rgba(17, 17, 17, 1);
    font-family: Bebas Neue;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.2em;
    margin: 25px 0 5px;
    display: block;
}
.experto-blog-post-box article {
    padding: 30px 30px;
    margin-top: -30px;
    display: inline-block;
    position: relative;
	background: #f5f5f5;
}
.experto-blog-thumb a:before, .latest-posts .entry-header .thumb a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #ffffffb5, #fff0, #ffffff00);
}
.single-post .experto-blog-post-box article{
	margin-top:0;
}
.home .experto-breadcrumb-section{
	display:none;
}
article.latest-posts .entry-content {
    padding: 0 20px;
	margin-top: 0px;
	position: relative;
}
.latest-posts .entry-header {
    height: 200px;
    overflow: hidden;
	position:relative;
}
.kc_counter_box h4{
	letter-spacing:2px;
}
.nav-links {
    padding: 30px 0;
}
.page-numbers {
    font-size: 30px;
    font-family: 'Bebas Neue';
    padding: 5px 20px;
}
.qodef-content-lines-holder:not(.qodef-content-grid) {
    width: calc(100% - 200px);
    left: 100px;
}
.qodef-content-lines-holder {
    position: absolute;
    top: 0;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}
.qodef-content-lines-holder.qodef-skin--dark .qodef-content-line {
    background-color: rgb(0 0 0 / 5%);
}
.qodef-content-lines-holder .qodef-content-line.qodef--left {
    left: 0;
}
.qodef-content-lines-holder .qodef-content-line {
    position: absolute;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: rgba(0,0,0,.05);
}
.qodef-content-lines-holder .qodef-content-line.qodef--center {
    left: 50%;
    transform: translateX(-50%);
}
.qodef-content-lines-holder .qodef-content-line.qodef--right {
    right: 0;
}
.list-style1 ul {
    padding: 0;
}

.list-style1 li {
    list-style: none;
    margin-bottom: 13px;
    color: #111;
    font-size: 14px;
    padding-left: 30px;
}
.list-style1 li:before {
    content: '';
    width: 20px;
    height: 2px;
    background: #111;
    position: absolute;
    margin-top: 13px;
    margin-left: -30px;
}
.style-box1 .content-title {
    letter-spacing: 1.5px;
}
.team-boxx .content-title {
    box-shadow: 0px 0px 40px 50px #ffffff99;
    letter-spacing: 2px;
    background: #ffffff99;
}
.team-boxx:hover .content-image img {
    transform: scale(1.04);
    transition: 0.4s;
    z-index: -1;
    position: relative;
}
.team-boxx .content-image img {
    transition: 0.8s;
	z-index: -1;
    position: relative;
}
.flex-center{
	align-items:center;
}
header .kc-multi-icons-wrapper{
	width:300px;
}
@media screen and (max-width: 767px) {
  .experto-breadcrumb-title h1 {
    font-size: 40px;
    line-height: 40px;
}
	h2 {
    font-size: 40px;
    line-height: 40px;
}
	.latest-posts ul.post-meta-list {
    margin-bottom: 0;
}
.latest-posts {
    margin-bottom: 40px;
}
	.video-popup-slider .swiper-slide-active .popup-play-button {
    font-size: 40px;
	}
	.image-border::before {
    left: 15px;
    top: 15px;
    width: calc(100% - 34px);
    height: calc(100% - 34px);
}
	.experto-toggle-nav ul li:nth-child(4) {
    margin-left: 0px;
}
	.experto-toggle-nav ul li:nth-child(3) {
    margin-right: 0px;
}
	.experto-toggle-nav .experto-navbar a {
    text-align: left;
    letter-spacing: 2.5px;
}
.experto-toggle-nav .experto-navbar a {
    color: #fff;
}
	.experto-toggle-nav .experto-navbar {
	margin-top:70px;
}
	.caret::before {
    width: 0px;
}
.caret::after {
    width: 7px;
}
	.projects-gallery .item-grid {
		height: 70px;

	}
	.experto-breadcrumb-section {
    margin-top: 70px;
    display: inline-block;
}
	.experto-breadcrumb-section .overlay, .experto-breadcrumb-section .woverlay {
    	padding: 60px 0 100px;
	}
	.qodef-h3, h3 {
    font-size: 30px !important;
    line-height: 30px !important;
	padding-top: 10px;
}
	.navbar-brand > img {
		max-width: 140px;
	}
	.experto-toggle-nav {
    	position: absolute;
	}
	ul.list-style1 {
    padding: 0;
}
}
.pojects-bx a {
    position: absolute;
    top: 0;
    width: 100%;
    height: -webkit-fill-available;
    display: block;
}

/******* Movie Single Post **********/
.movie-content{
	padding: 80px 0;
    display: inline-block;
    margin: auto;
    width: 100%;
}
.summary{
	color: #13366e;
	font-size: 30px;
	letter-spacing: 0.4em;
	margin: 0px 0 25px 0;
}
.col-md-12.full-col{
	float:none;
}
.movie-box{
	display: flex;
	flex-flow: row wrap;
}
.movie-desc{
	height: 100%;
    padding-right: 50px;
    border-right: 1px solid #6d6d6d;
	text-align: justify;
}

.info-list ul{
	padding:0;
}
.info-list ul li{
	list-style-type:none;
	display: flex;
}
.info-list li span:first-child {
    font-weight: 500;
    color: #111111;
    font-family: Bebas Neue;
    font-size: 18px;
    line-height: 31px;
    letter-spacing: 0.2em;
    flex: 0 0 7em;
    display: inline-block;
    padding-right: 23px;
}
.gallery-columns-3 .gallery-item{
	width:33.33%;
	padding:0 10px;
	float:left;
}
.movie-content .gallery{
	margin-top: 80px;
}
.buy-btn{
	color: #ffffff;
    background-color: #13366e;
    font-family: Bebas Neue;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: 15px;
    padding: 14px 40px;
    display: inline-block;
}
.projects-bx{
	box-shadow: 0px 0px 19px #ededed;
    z-index: 1;
    position: relative;
    padding: 30px;
    background: #fff;
	min-height: 280px;
	margin-bottom: 30px;
}
.projects-bx .content-title {
    color: #13366e;
    font-family: Bebas Neue;
    font-size: 30px;
    font-weight: 300;
    line-height: 32px;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 5px;
    padding-left: 20px;
	padding-right:20px;
	box-shadow: 0px 0px 40px 50px #ffffff99;
    letter-spacing: 2px;
    background: #ffffff99;
}
.projects-bx  .content-image img {
    transition: 0.8s;
    z-index: -1;
    position: relative;
}
.projects-bx .content-desc {
    color: #000000;
    font-family: Bebas Neue;
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 25px;
} 
.projects-bx .content-button {
    margin-bottom: 30px;
}
.projects-bx .content-button a {
    color: #ffffff;
    background-color: #13366e;
    font-family: Bebas Neue;
    font-size: 24px;
	transition: all .3s ease 0s;
}
.exp-filter .fltr-field {
    width: 100%;
    padding: 10px;
}
.exp-filter .fltr-field input,  .exp-filter .fltr-field select{
    width: 100%;
}
.exp-filter form{
	display: flex;
    justify-content: center;
}
.exp-filter{
	background: #13366e;
    padding: 10px 20px;
}

.exp-filter input,
.exp-filter select{
  padding: 12px 15px;
  border-radius: 4px;
  border: none;
  line-height: 1.7;
  font-size: 16px;
	height: 50px;
	background: #fff;
}

.loader{
	background:	url(images/loader.gif);
	background-size: 100%;
	height: 100px;
	width: 100px;
	display: block;
	position: fixed;
	z-index: 9999;
	top: 50%;
	left: 47%;
	border: 5px solid #00e;
}
#movieData{
	background: #f0f0f0;
    padding: 30px 15px;
}

.pojects-bx a {
    position: absolute;
    top: 0;
    width: 100%;
    height: -webkit-fill-available;
    display: block;
}
.projects-bx .content-button {
    padding-left: 20px;
	padding-right: 20px;
}
.projects-bx .content-desc {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 21px;
	margin: 18px 0;
}
.projects-bx:hover figure img {
    transform: scale(1.04);
    transition: 0.4s;
    z-index: -1;
    position: relative;
}

@media screen and (max-width: 767px) {
	.experto-breadcrumb-title h1 {
		font-size: 40px;
		line-height: 40px;
	}
	h2 {
		font-size: 40px;
		line-height: 40px;
	}
	.latest-posts ul.post-meta-list {
		margin-bottom: 0;
	}
	.latest-posts {
		margin-bottom: 40px;
	}
	.video-popup-slider .swiper-slide-active .popup-play-button {
		font-size: 40px;
	}
	.image-border::before {
		left: 15px;
		top: 15px;
		width: calc(100% - 34px);
		height: calc(100% - 34px);
	}
	.experto-toggle-nav ul li:nth-child(4) {
		margin-left: 0px;
	}
		.experto-toggle-nav ul li:nth-child(3) {
		margin-right: 0px;
	}
		.experto-toggle-nav .experto-navbar a {
		text-align: left;
		letter-spacing: 2.5px;
	}
	.experto-toggle-nav .experto-navbar a {
		color: #fff;
	}
		.experto-toggle-nav .experto-navbar {
		margin-top:70px;
	}
		.caret::before {
		width: 0px;
	}
	.caret::after {
		width: 7px;
	}
		.projects-gallery .item-grid {
			height: 70px;

		}
		.experto-breadcrumb-section {
		margin-top: 70px;
		display: inline-block;
	}
		.experto-breadcrumb-section .overlay, .experto-breadcrumb-section .woverlay {
			padding: 60px 0 100px;
		}
		.qodef-h3, h3 {
		font-size: 30px !important;
		line-height: 30px !important;
		padding-top: 10px;
	}
		.navbar-brand > img {
			max-width: 140px;
		}
		.experto-toggle-nav {
			position: absolute;
		}
		ul.list-style1 {
		padding: 0;
	}
	.movie-box {
	  flex-direction: column-reverse; 
	}
}