/***********************
# common css
# content box
# service box
# team member
# pricing table
# testimonial
# post carousel
# video popup
# fancy list
# counterup
# image gallery
# logo slider
# slider
# Timeline
# Video Grid
# responsive
************************/


/**
 * # common css
 */
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.xt-project-gallery-grid-item.padding-o {
    margin-bottom: 0px;
    padding: 0;
}
.wpb-ea-content-items-slider.owl-theme .owl-dots, 
.wpb-ea-member-items-slider.owl-theme .owl-dots, 
.wpb-ea-testimonial-items-slider.owl-theme .owl-dots, 
.wpb-ea-logo-sliders.owl-theme .owl-dots, 
.wpb-ea-posts-slider.owl-theme .owl-dots {
    margin-top: 15px;
}
.theme-main-slider.owl-theme .owl-dots .owl-dot span,
.wpb-ea-content-items-slider.owl-theme .owl-dots .owl-dot span,
.wpb-ea-member-items-slider.owl-theme .owl-dots .owl-dot span,
.wpb-ea-testimonial-items-slider.owl-theme .owl-dots .owl-dot span,
.wpb-ea-posts-slider.owl-theme .owl-dots .owl-dot span,
.wpb-ea-logo-sliders.owl-theme .owl-dots .owl-dot span {
    background-color: #3878ff;
    border: 1px solid;
    border-color: #3878ff;
}
.theme-main-slider.owl-theme .owl-dots .owl-dot span {
    border-color: #ffffff;
    background-color: #ffffff;
}
body .theme-main-slider.owl-theme .owl-dots .owl-dot span,
body .wpb-ea-content-items-slider.owl-theme .owl-dots .owl-dot span,
body .wpb-ea-member-items-slider.owl-theme .owl-dots .owl-dot span,
body .wpb-ea-testimonial-items-slider.owl-theme .owl-dots .owl-dot span,
body .wpb-ea-posts-slider.owl-theme .owl-dots .owl-dot span,
body .wpb-ea-logo-sliders.owl-theme .owl-dots .owl-dot span {
    display: inline-block;
    height: 9px;
    cursor: pointer;
    margin-right: 5px;
    width: 20px;
    border-radius: 6px;
}
body .theme-main-slider.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    border-radius: 10px;
    margin: 0;
}
body .theme-main-slider.owl-theme .owl-dots .owl-dot.active span,
body .wpb-ea-content-items-slider.owl-theme .owl-dots .owl-dot.active span,
body .wpb-ea-member-items-slider.owl-theme .owl-dots .owl-dot.active span,
body .wpb-ea-testimonial-items-slider.owl-theme .owl-dots .owl-dot.active span,
body .wpb-ea-posts-slider.owl-theme .owl-dots .owl-dot.active span,
body .wpb-ea-logo-sliders.owl-theme .owl-dots .owl-dot.active span {
    width: 30px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.theme-main-slider.owl-theme .owl-dots .owl-dot.active span {
    background-color: #3878ff;
    border-color: #3878ff;    
}
.wpb-ea-content-items-slider.owl-theme .owl-nav [class*=owl-],
.wpb-ea-member-items-slider.owl-theme .owl-nav [class*=owl-],
.wpb-ea-testimonial-items-slider.owl-theme .owl-nav [class*=owl-],
.wpb-ea-posts-slider.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    border-radius: 50%;
    padding: 0;
}
.wpb-ea-content-items-slider.owl-theme .owl-nav,
.wpb-ea-member-items-slider.owl-theme .owl-nav,
.wpb-ea-testimonial-items-slider.owl-theme .owl-nav,
.wpb-ea-posts-slider.owl-theme .owl-nav {
    position: unset;
}
.wpb-ea-content-items-slider.owl-theme  .owl-prev,
.wpb-ea-content-items-slider.owl-theme  .owl-next,
.wpb-ea-member-items-slider.owl-theme  .owl-prev,
.wpb-ea-member-items-slider.owl-theme  .owl-next,
.wpb-ea-testimonial-items-slider.owl-theme  .owl-prev,
.wpb-ea-testimonial-items-slider.owl-theme  .owl-next,
.wpb-ea-posts-slider.owl-theme  .owl-prev,
.wpb-ea-posts-slider.owl-theme  .owl-next,
.wpb-ea-logo-sliders.owl-theme  .owl-prev,
.wpb-ea-logo-sliders.owl-theme  .owl-next  {
    border-color: rgba(255, 255, 255, 0.44);
    top: calc( 50% - 25px );	
    height: 40px;
    width: 40px;
    line-height: 45px;
    background-color: #3878ff;
    margin: 0;
}
.wpb-ea-content-items-slider .owl-prev,
.wpb-ea-member-items-slider .owl-prev,
.wpb-ea-testimonial-items-slider .owl-prev,
.wpb-ea-posts-slider .owl-prev {
    left: -10%;
}
.wpb-ea-content-items-slider .owl-next,
.wpb-ea-member-items-slider .owl-next,
.wpb-ea-testimonial-items-slider .owl-next,
.wpb-ea-posts-slider .owl-next {
    right: -10%;
}
.wpb-ea-content-items-slider .owl-prev i,
.wpb-ea-content-items-slider .owl-next i,
.wpb-ea-member-items-slider .owl-prev i,
.wpb-ea-member-items-slider .owl-next i,
.wpb-ea-testimonial-items-slider .owl-prev i,
.wpb-ea-testimonial-items-slider .owl-next i,
.wpb-ea-posts-slider .owl-prev i,
.wpb-ea-posts-slider .owl-next i,
.wpb-ea-logo-sliders.owl-theme .owl-prev i,
.wpb-ea-logo-sliders.owl-theme .owl-next i  {
	color: #fff;
    font-size: 16px;
}
.wpb-ea-content-items-slider.owl-theme .owl-nav,
.wpb-ea-member-items-slider.owl-theme .owl-nav,
.wpb-ea-testimonial-items-slider.owl-theme .owl-nav,
.wpb-ea-posts-slider.owl-theme .owl-nav {
	margin-top: 0px;
}
.wpb-ea-content-items-slider.owl-theme .owl-nav .disabled,
.wpb-ea-member-items-slider.owl-theme .owl-nav .disabled,
.wpb-ea-testimonial-items-slider.owl-theme .owl-nav .disabled,
.wpb-ea-posts-slider.owl-theme .owl-nav .disabled {
    opacity: .7;
}
.wpb-ea-button-primary a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #3878ff;
    padding: 12px 40px;
    border: 2px solid;
    border-color: #3878ff;
    border-radius: 5px;
    transition: .3s;
}
.wpb-ea-button-primary a:hover {
    background-color: #3878ff;
    color: #fff;
}
.wpb-ea-button-primary.btn-white a {
    color: #ffffff;
    border-color: #ffffff;
}
.wpb-ea-button-primary.btn-white a:hover {
    background-color: #3878ff;
    border-color: #3878ff;
}
.wpb-ea-button-primary.btn-white.wpb-ea-button-btn_background a {
    background-color: #3878ff;
    border-color: #3878ff;
    color: #ffffff;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.rtl .text-right {
    text-align: left;
}
.rtl .text-left {
    text-align: right;
}
.owl-carousel .owl-nav button {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wpb-ea-alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.wpb-ea-alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.wpb-ea-alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.wpb-ea-alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.wpb-ea-alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.wpb-ea-alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.wpb-ea-alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

/**
 * # content box
 */

.wpb-ea-content-items-grid > div{
    margin-bottom: 30px;
}  
.wpb-ea-content-items-grid .wpb-ea-content-box {
    height: 100%;
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.06);
}
.wpb-ea-content-box {
	background: #fff;
}
.wpb-ea-content-items-slider .wpb-ea-content-box-inner {

}
.wpb-ea-content-box-inner {
	padding: 27px 30px 27px 30px;
}
.wpb-ea-content-box img {
	width: 100%;
}
.wpb-ea-content-box-inner h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0 0 18px;
    padding-bottom: 0;
    line-height: 22px;
}
.wpb-ea-content-box-inner span.wpb-ea-content-box-text p {
	margin-bottom: 0;
}
.wpb-ea-content-box:not(.wpb-ea-content-box-bg-default) .wpb-ea-content-box-inner span.wpb-ea-content-box-text p,
.wpb-ea-content-box:not(.wpb-ea-content-box-bg-default) .wpb-ea-content-box-inner h3 {
    color: #ffffff;
}
.wpb-ea-content-box-bg-blue .wpb-ea-content-box-inner { background: #3dc1d3; }
.wpb-ea-content-box-bg-purple .wpb-ea-content-box-inner { background: #546de5; }
.wpb-ea-content-box-bg-red .wpb-ea-content-box-inner { background: #fa575d; }
.wpb-ea-content-box-bg-orange .wpb-ea-content-box-inner { background: #ffc048; }
.wpb-ea-content-box-bg-coral .wpb-ea-content-box-inner { background: #ff7f50; }
.wpb-ea-content-box-bg-sky_blue .wpb-ea-content-box-inner { background: #5352ed; }
.wpb-ea-content-box-bg-wet_asphalt .wpb-ea-content-box-inner { background: #636e72; }
.wpb-ea-content-box-bg-tomato .wpb-ea-content-box-inner { background: #ff6348; }

/**
 * # service box
 */

.wpb-ea-service-box-type-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.wpb-ea-service-box-type-icon.wpb-ea-service-box-icon-style-default .wpb-ea-service-box-icon {
    max-width: 4.125rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.125rem;
    flex: 0 0 4.125rem;
    margin-right: 1.5625rem;
}
.wpb-ea-service-box-icon-style-default.wpb-ea-service-box-icon-position-right .wpb-ea-service-box-icon {
    order: 2;
    margin-right: 0;
    margin-left: 1.5625rem;
}
@media only screen and (max-width: 991px){
    .wpb-ea-service-box-type-icon.wpb-ea-service-box-icon-style-default .wpb-ea-service-box-icon {
        max-width: 2.125rem;
    }
}
.wpb-ea-service-box-icon-style-default.wpb-ea-service-box-icon-position-right {
    text-align: right;
}
.wpb-ea-service-box-type-icon.wpb-ea-service-box-icon-style-grid {
    display: block;
}
.wpb-ea-service-box-icon-style-grid {
    box-shadow: rgba(0,0,0,.12) 0 3px 13px 1px;
    padding: 40px;
    background: #fff;
    border-radius: 4px;
    transition: 0.4s;
    cursor: default;
    text-align: center;
}
.wpb-ea-service-box-icon-style-grid i {
    background-color: rgba(72, 146, 248, 0.2);
    width: 90px;
    height: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    border-radius: 50%;
}
.wpb-ea-service-box-icon-style-grid:hover {
    transform: translateY(-8px);
}
.wpb-ea-service-box {
    margin-bottom: 30px;
}
.wpb-ea-service-box.wpb-ea-service-box-type-image {
    box-shadow: rgba(0,0,0,.12) 0 3px 13px 1px;
    border-radius: 3px;
    overflow: hidden;
}
.wpb-ea-service-box.wpb-ea-service-box-type-image .wpb-ea-service-box-content {
    background: #ffffff;
}
.wpb-ea-service-box img {
	display: block;
	width: 100%;
}
.wpb-ea-service-box i {
	font-size: 35px;
    color: #3878ff;
    transition: all 0.3s ease;
}
.wpb-ea-service-box.wpb-ea-service-box-icon-style-default:hover i  {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.wpb-ea-service-box h3 {
	font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    margin-top: 0;
}
.wpb-ea-service-box span.wpb-ea-service-box-text p {
	color: #777;
	font-size: 15px;
}
.wpb-ea-service-box-btn {
    display: block;
    margin-top: 28px;
    font-weight: 600;
}
.wpb-ea-service-box-image .wpb-ea-service-box-btn {
    border: 2px solid #f2f3f6;
    padding: 12px 0;
    text-align: center;
    border-radius: 3px;
}
.wpb-ea-service-box-image .wpb-ea-service-box-btn:hover {
    color: #ffffff;
}

/**
 * # team member
 */

.wpb-ea-team-member {
    background-color: #fff;
    margin-bottom: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
}
.wpb-ea-team-member.wpb-ea-team-member-shadow-yes {
    box-shadow: 2px 2px 2px rgba(0,0,0,.04);
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.04);
}
.wpb-ea-member-items-slider .wpb-ea-team-member {
    margin-bottom: 5px;
}
.wpb-ea-team-member .person-info {
    padding: 30px;
}
.wpb-ea-team-member .social-links {
    margin: 0;
    padding: 0;
}
.wpb-ea-team-member .social-links li {
    margin: 0;
    display: inline-block;
}
.wpb-ea-team-member .social-links li a {
    display: block;
    padding: 3px 10px;
}
.wpb-ea-team-member .person_image {
    position: relative;
}
.wpb-ea-team-member .social-buttons {
    position: absolute;
    bottom: 0;
    top: auto;
    padding: 20px 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.wpb-ea-team-member:hover .social-buttons {
    opacity: 1;
}
.wpb-ea-team-member .social-links {
    line-height: 0;
    font-size: 14px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    -webkit-transform: translate3d(0,15px,0);
    transform: translate3d(0,15px,0);
}
.wpb-ea-team-member:hover .social-links {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.wpb-ea-team-member .social-buttons a, .wpb-ea-team-member .social-buttons a:hover {
    color: #ffffff;
}
.wpb-ea-team-member h3 {
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 20px;
    line-height: normal;
}
.wpb-ea-team-designation {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 14px;
    color: rgba(49,50,51,0.5);
}
.wpb-ea-team-member .wpb-ea-team-bio {
    margin-top: 20px;
    font-size: 14px;
}
.wpb-ea-team-member .wpb-ea-team-bio p:last-child {
    margin-bottom: 0;
}

/**
 * # pricing table
 */

.wpb-ea-pricing-table {
	background-color: #ffffff;
    box-shadow: 0 0 15px rgba(41, 41, 41, 0.12);
    border-radius: 5px;
	padding: 50px 30px;
}
.wpb-ea-pricing-table.active {
	box-shadow: 0 0 30px rgba(41, 41, 41, 0.20);
	margin-top: -20px;
	padding: 60px 30px;
}
.wpb-ea-pricing-table h2.pricing-heading {
	font-size: 28px;
	font-weight: 700;
	line-height: normal;
	color: #1f1f1f;
    margin-top: 0;
    margin-bottom: 12px;
}
.wpb-ea-pricing-table .pricing-subheading {
	font-size: 15px;
	line-height: normal;
	color: #5a5959;
}
.wpb-ea-pricing-table .pricing-tag {
	font-size: 28px;
	font-weight: 600;
	line-height: normal;
	color: #3878ff;
	margin-top: 40px;
    margin-bottom: 40px;
}
.wpb-ea-pricing-table span.pricing-currency-left {
	font-size: 18px;
	position: relative;
	top: 0px;
}
.wpb-ea-pricing-table span.pricing-currency-right {
	font-size: 30px;
	position: relative;
	top: -14px;
}
.wpb-ea-pricing-table .pricing-time {
    font-size: 16px;
    font-weight: 500;
    color: #1f1f1f;
    margin-top: 0px;
}
.wpb-ea-pricing-table .priceing-features {
    margin-top: 20px;
    text-align: left;
}
.rtl .wpb-ea-pricing-table .priceing-features {
    text-align: right;
}
.wpb-ea-pricing-table .priceing-features ul {
    margin: 0px;
    padding: 0px;
}
.wpb-ea-pricing-table .priceing-features ul li {
    list-style: none;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    color: #333;
    margin-bottom: 20px;
}
.wpb-ea-pricing-table .priceing-features ul li:last-child {
    margin-bottom: 0;
}
.wpb-ea-pricing-table .priceing-features ul li i.feature-icon {
    display: inline-block;
    margin-right: 15px;
    color: #3878ff;
}


/**
 * # testimonial
 */

.wpb-ea-testimonial-item {
    box-shadow: rgba(0,0,0,.12) 0 3px 13px 1px;
    border-radius: 3px;
    padding: 40px;
    background-color: #fff;
}
.wpb-ea-testimonial-items-grid .wpb-ea-testimonial-item {
	margin-bottom: 30px;
}
.wpb-ea-testimonial-items-slider .wpb-ea-testimonial-item {
    margin-bottom: 10px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.08);
}
.wpb-ea-testimonial-item .description {
    margin-bottom: 20px;
}
.wpb-ea-testimonial-item .description .quote {
    color: #3878ff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
    display: inline-block;
}
.wpb-ea-testimonial-item .description h5.testimonial-title {
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 0;
}
.wpb-ea-testimonial-item .description p.testimonial-content {
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    line-height: 26px;
    margin-bottom: 20px;
    margin-top: 0;
}
.wpb-ea-testimonial-item .client-details .client-image {
    vertical-align: middle;
    display: inline-block;
    /*padding: 4px;*/
}
.wpb-ea-testimonial-item .client-details .client-image img {
    margin-bottom: 10px;
    border-radius: 50%;
    max-width: 80px;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    transform-style: initial;
    margin: auto;
}
.wpb-ea-testimonial-item .client-details .client-image.default-border-style img {
    border-width: 2px;
    border-style: solid;
    border-top-color: #e8e8e8;
    border-right-color: #e8e8e8;
    border-bottom-color: #3878ff;
    border-left-color: #3878ff;
    padding: 4px;
}
.wpb-ea-testimonial-item .client-details {
    display: flex;
    justify-content: center;
    align-items: center;
}
.wpb-ea-testimonial-item .client-details > a.elementor-clickable,
.wpb-ea-testimonial-item .client-details > .client-image {
    margin-right: 15px;
}
.wpb-ea-testimonial-item .client-details .client-info {
    font-size: .875em;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}
.wpb-ea-testimonial-item .client-details .client-info h6.client-name {
    margin-bottom: 3px;
    margin-top: 0;
    font-size: 15px;
    line-height: normal;
    font-weight: 600;
	color: #000000;
}
.wpb-ea-testimonial-item .client-details .client-info .company {
	position: relative;
	padding-left: 20px;
}
.wpb-ea-testimonial-item .client-details .client-info .client-desig-company {
	color: #555555;
}
.wpb-ea-testimonial-item .client-details .client-info .company:before {
	position: absolute;
	content: "";
	left: 4px;
	top: 9px;
	width: 8px;
	height: 2px;
	background-color: #777777;
}


/**
 * # post carousel
 */

.wpb-ea-posts-grid .wpb-ea-post-carousel {
    height: 100%;
}
.wpb-ea-posts-grid .wpb-ea-posts-item-column {
    margin-bottom: 30px;
}
.wpb-ea-post-carousel {
    box-shadow: rgba(0,0,0,.12) 0 3px 13px 1px;
    -webkit-box-shadow: rgba(0,0,0,.12) 0 3px 13px 1px;
    background-color: #ffffff;
}
.wpb-ea-posts-slider .wpb-ea-post-carousel {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.06);
}
.wpb-ea-posts-slider .owl-item {
    padding-bottom: 10px;
}
.wpb-ea-post-carousel .post-info {
    padding: 25px;
}
.wpb-ea-post-carousel .post-thumbnail {
	position: relative;
}
.wpb-ea-post-carousel .post-thumbnail .featured-product-text {
    position: absolute;
    content: "";
    right: 0px;
    top: 0px;
    background-color: #3878ff;
    padding: 1px 6px;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    z-index: 9;
}
.wpb-ea-post-carousel .post-thumbnail img {
    display: block;
    width: 100%;
}
.wpb-ea-post-carousel .post-thumbnail a:before {
	background: linear-gradient(180deg,#000 2%,rgba(0,0,0,0) 100%);
	mix-blend-mode: multiply;
	-webkit-mix-blend-mode: multiply;
	-webkit-transition: all .2s ease-out .1s;
	-o-transition: all .2s ease-out .1s;
	transition: all .2s ease-out .1s;
	overflow: hidden;
	position: absolute;
    content: '';
	top: 0%;
	left: 0;
	width: 100%;
	height: 0%;
	opacity: .4;
}
.wpb-ea-post-carousel .post-info .post-content .post-date a,
.wpb-timeline-content .wpb-timeline-date-inner {
    line-height: 22px;
    padding: 0 10px;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin-right: 10px;
    margin-bottom: 15px;
    background-color: #3878ff;
    color: #ffffff;
}
.wpb-timeline-content .wpb-timeline-date-inner {
    line-height: inherit;
    margin: 0;
}
.wpb-ea-post-carousel .post-info .post-content h3.post-heading {
	margin-top: 0;
    margin-bottom: 15px;
	padding: 0;
    font-size: 18px;
    line-height: normal;
}
.wpb-ea-post-carousel .post-info .post-content a {
	transition: .3s;
}
.wpb-ea-post-carousel .post-info .post-content > a:hover {
	color: #3878ff;
}
.wpb-ea-post-carousel .post-info .post-content .post-meta {
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	color: #999;
}
.wpb-ea-post-carousel .post-info .post-content .post-meta,
.wpb-ea-post-carousel .post-info .post-content .post-meta a {
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	color: #999;
	font-style: italic;
}
.wpb-ea-post-carousel .post-info .post-content .post-meta a {
	font-style: normal;
	font-weight: 600;
}
.wpb-ea-post-carousel .post-info .post-content .post-meta span.wpb-ea-post-author,
.wpb-ea-post-carousel .post-info .post-content .post-meta span.wpb-ea-post-date,
.wpb-ea-post-carousel .post-info .post-content .post-meta span.wpb-ea-post-cats,
.wpb-ea-post-carousel .post-info .post-content .post-meta span.wpb-ea-post-tags {
	margin-right: 10px;
}
.wpb-ea-post-carousel .post-info .post-content .post-meta .wpb-ea-post-cat-item:after,
.wpb-ea-post-carousel .post-info .post-content .post-meta .wpb-ea-post-tag-item:after{
	content: ", ";
}
.wpb-ea-post-carousel .post-info .post-content .post-meta .wpb-ea-post-cat-item:last-of-type:after,
.wpb-ea-post-carousel .post-info .post-content .post-meta .wpb-ea-post-tag-item:last-of-type:after {
	display: none;
	content: "";
}
.post-content .post-details {
    padding: 0;
    margin-top: 22px;
    margin-bottom: 22px;
    line-height: normal;
}
.post-content .post-details p {
    margin: 0;
}
.wpb-ea-product-rating {
    margin: 0 0 10px!important;
    padding: 0!important;
}
.wpb-ea-post-carousel.content-alignment-center .wpb-ea-product-rating {
    width: 100%;
    display: inline-block;
}
.wpb-ea-post-carousel.content-alignment-center .wpb-ea-product-rating .star-rating {
    margin: 0 auto;
}
.wpb-ea-post-carousel.content-alignment-right .wpb-ea-product-rating {
    width: 100%;
    float: right;
}
.wpb-ea-post-carousel.content-alignment-right .wpb-ea-product-rating .star-rating {
    float: right;
}
.wpb-ea-product-rating .star-rating {
    overflow: hidden;
    position: relative;
    height: 14px;
    line-height: 1;
    font-size: 14px;
    width: 5.4em;
    font-family: star;
    color: #3878ff;
}
.wpb-ea-product-rating .star-rating::before {
    content: '\73\73\73\73\73';
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.wpb-ea-product-rating .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.wpb-ea-product-rating .star-rating span::before {
    content: '\53\53\53\53\53';
    top: 0;
    position: absolute;
    left: 0;
}
.wpb-ea-product-price {
    color: #3878ff;
    font-weight: 500;
    margin-bottom: 22px;
    font-size: 18px;
}
.wpb-ea-product-price del {
	color: #777777;
}
.wpb-ea-post-carousel .post-info .post-footer {
	border-top: 1px solid #e8e8e8;
}
.wpb-ea-post-carousel .post-info .post-footer a.read-more,
.wpb-ea-post-carousel .post-info .post-footer a.button {
	font-size: 14px;
	line-height: 14px;
	color: #333;
	font-weight: 700;
    display: inline-block;
    margin-top: 20px;
    transition: .3s;	
}
.wpb-ea-post-carousel .post-info .post-footer a.read-more i {
	padding-left: 5px;
	transition: .3s;
}
.wpb-ea-post-carousel .post-info .post-footer a.read-more:hover,
.wpb-ea-post-carousel .post-info .post-footer a.button:hover {
	color: #333;	
}
.wpb-ea-post-carousel .post-info .post-footer a.read-more:hover i {
	color: #333;	
	padding-left: 8px;
}
.wpb-ea-post-carousel .post-thumbnail:hover a:before {
	height: 100%;
	bottom: 0;
}



/**
 * # video popup
 */

.wpb-ea-video .wpb-ea-video-inner {
	position: relative;
	display: inline-block;
    box-shadow: 0 10px 50px 0 rgba(7, 42, 68, 0.03), 0 15px 11px 0 rgba(0, 0, 0, 0.03);
    border-radius: 5px;
    overflow: hidden;
}
.wpb-ea-video.wpb-ea-video-popup-default .wpb-ea-video-inner:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.wpb-ea-video .wpb-ea-video-inner img {
	margin: 0 auto;
}
.wpb-ea-video .wpb-ea-video-inner .xt-button a:active {
	outline: none;
}
.wpb-ea-video.wpb-ea-video-popup-default .wpb-ea-video-inner .xt-button a {
    position: absolute;
    top: 50%;
    width: 80px;
    height: 80px;
    top: calc(50% - 40px);
    left: 0;
    right: 0;
}
.wpb-ea-video.wpb-ea-video-popup-default .wpb-ea-video-inner .xt-button a:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 50px 0 rgba(7, 42, 68, 0.03), 0 15px 11px 0 rgba(0, 0, 0, 0.03);
}
.wpb-ea-video.wpb-ea-video-popup-default .wpb-ea-video-inner .xt-button a:focus {
    outline: none;
}
.wpb-ea-video .wpb-ea-video-inner .xt-button a,
.wpb-ea-video.wpb-ea-video-popup-content i.video-content-icon {
    color: #fff;
    background: #3878ff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: rgba(0,0,0,.12) 0 3px 13px 1px;
}
.wpb-ea-video.wpb-ea-video-popup-fancy .wpb-ea-video-inner .xt-button a {
    width: 60px;
    height: 60px;
}
.wpb-ea-video .wpb-ea-video-inner .xt-button a i {
    font-size: 22px;
}
.wpb-ea-video-popup-content-area {
    padding: 40px 20px;
}
.wpb-ea-video-popup-fancy-content-details {
    padding: 20px 40px 40px 40px;
    position: relative;
}
.wpb-ea-video.wpb-ea-video-popup-content .wpb-ea-video-inner .xt-button a i {
    font-size: 22px;
    margin-left: 4px;
}
.wpb-ea-video.wpb-ea-video-popup-content i.video-content-icon {
    font-size: 20px;
    margin-bottom: 10px;
}
.wpb-ea-video-popup-content .wpb-ea-video-inner h3 {
    font-size: 26px;
    line-height: 36px;
}
.wpb-ea-video-popup-fancy .wpb-ea-video-popup-fancy-content-details h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 32px;
}
.wpb-ea-video-popup-content-area p,
.wpb-ea-video-popup-fancy .wpb-ea-video-popup-fancy-content-details {
    font-size: 16px;
}
.wpb-ea-video-popup-content-area p,
.wpb-ea-video-popup-fancy .wpb-ea-video-popup-fancy-content-details p {
    margin-bottom: 0;
}
.wpb-ea-video-popup-link-area {
    display: flex;
    align-items: center;
    margin-top: 38px;
}
.wpb-ea-video-popup-link-area .xt-button {
    margin-right: 20px;
}
.rtl .wpb-ea-video-popup-link-area .xt-button {
    margin-right: 0;
    margin-left: 20px;
}
.wpb-ea-video-popup-link-area h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}
.wpb-ea-video-popup-content-area .wpb-ea-video-popup-link-details p {
    margin: 0;
}
.wpb-ea-video-popup-fancy-content-image {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
}
.rtl .wpb-ea-video-popup-fancy-content-image {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 75%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 75%);
}
.wpb-ea-video-popup-fancy-content-details .xt-button {
    position: absolute;
    right: 40px;
    top: -120px;
}
.wpb-ea-video-popup-fancy-content-area {
    background: #ffffff; 
}


/**
 * # fancy list
 */

ul.wpb_ea_fancy_lists {
	margin: 0!important;
	padding: 0!important;
}
ul.wpb_ea_fancy_lists li i {
	color: #3878ff;  
}
ul.wpb_ea_fancy_lists li span.wpb-ea-fancy-list-text {
	padding-left: 15px;  
}
ul.wpb_ea_fancy_lists li {
	display: block;
	font-weight: 500;
	font-size: 14px;
}
body ul.wpb_ea_fancy_lists li:last-child {
    margin-bottom: 0;
}
ul.wpb_ea_fancy_lists li a {
	color : #3c4858;
	transition: .3s;
    display: block;
    width: 100%;
}
ul.wpb_ea_fancy_lists li a:hover {
	color : #3c4858;
}
ul.wpb_ea_fancy_lists.wpb_ea_fancy_lists_type_boxed li {
    border-radius: 4px;
    box-shadow: rgba(0,0,0,.12) 0 3px 13px 1px;
    background-color: #ffffff;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    transition: 0.3s;
}
ul.wpb_ea_fancy_lists.wpb_ea_fancy_lists_type_boxed li:hover {
    transform: translateY(-3px);
}
ul.wpb_ea_fancy_lists.wpb_ea_fancy_lists_type_boxed li i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}
ul.wpb_ea_fancy_lists.wpb_ea_fancy_lists_type_boxed li i:after {
    width: 35px;
    height: 35px;
    opacity: 0.3;
    -webkit-transform: scale(1.4) translate(-50%,-50%);
    -moz-transform: scale(1.4) translate(-50%,-50%);
    -ms-transform: scale(1.4) translate(-50%,-50%);
    -o-transform: scale(1.4) translate(-50%,-50%);
    transform: scale(1.4) translate(-50%,-50%);
}
ul.wpb_ea_fancy_lists.wpb_ea_fancy_lists_type_boxed li i:after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    background: inherit;
    top: 50%;
    left: 50%;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 0;
    -webkit-transform: scale(.8) translate(-50%,-50%);
    -moz-transform: scale(.8) translate(-50%,-50%);
    -ms-transform: scale(.8) translate(-50%,-50%);
    -o-transform: scale(.8) translate(-50%,-50%);
    transform: scale(.8) translate(-50%,-50%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}



/**
 * # counterup
 */

.wpb-ea-counterup {
	position: relative;
    margin-bottom: 30px;
    border-radius: 15px;
    background-color: #ffffff;
    padding: 30px 20px;
    box-shadow: 0 10px 50px 0 rgba(7, 42, 68, 0.03), 0 15px 11px 0 rgba(0, 0, 0, 0.03);
    transition: .3s;
}
.wpb-ea-counterup:hover {
    box-shadow: 0 10px 50px 0 rgba(7, 42, 68, 0.04), 0 15px 11px 0 rgba(0, 0, 0, 0.05);
}
.wpb-ea-counterup i {
    font-size: 30px;
    color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.wpb-ea-counterup .counterup-icon-text-center {
    text-align: center;
    display: block;
}
.wpb-ea-counterup .counterup-icon-text-center i,
.wpb-ea-counterup .counterup-icon-text-center img {
    margin-bottom: 25px;
}
.wpb-ea-counterup h3.wpb-ea-counterup-number {
    font-size: 24px;
    line-height: 40px;
    margin-top: 0px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: 700;
    color: #333;
}
.wpb-ea-counterup span.wpb-ea-counterup-title {
    margin-top: 0;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    color: #525151;
}
.wpb-ea-counterup-icon-left, .wpb-ea-counterup-icon-right {
    display: flex;
    align-items: center;
}
.wpb-ea-counterup-icon-right {
    justify-content: flex-end;
}
.counterup-icon-text-right {
    order: 2;
}
.wpb-ea-counterup-icon-center {
    text-align: center;
}
.counterup-icon-text-left {
    margin-right: 30px;
}
.counterup-icon-text-right {
    margin-left: 30px;
}
.wpb-ea-counterup-icon-right .wpb-ea-counterup-content {
    text-align: right;
}
.wpb-ea-counterup .counterup-icon-text-center img {
    margin-left: auto; 
    margin-right: auto; 
}


/**
 * # image gallery
 */

.xt-project-gallery-grid-item {
	margin-bottom: 30px;
}
.xt-project-gallery-nav {
	text-align: center;
    margin-bottom: 60px;
}
.xt-project-gallery-nav ul {
    margin: 0!important;
    padding: 0!important;
}
.xt-project-gallery-nav ul li {
	display: inline;
	margin: 0 20px;
	cursor: pointer;
}
.xt-project-gallery-nav ul li span {
	padding: 12px 0;
	font-weight: 600;
}
.xt-project-gallery-nav.has-border-bottom ul li span {
	border-bottom: 2px solid transparent;
}
.xt-project-gallery-nav.has-border-bottom ul li.current span {
	border-bottom: 2px solid #3878ff;
}
.xt-project-gallery-wrapper .xt-project-gallery {
	margin-top: 50px;
}
.xt-project-gallery .xt-project-gallery-grid-item figure figcaption .xt-project-lightbox:focus { 
	outline: none;
}
.xt-project-gallery .xt-project-gallery-grid-item figure {
	position: relative;
	overflow: hidden;
	display: block;
}
.xt-project-gallery .xt-project-gallery-grid-item figure img {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
}
.xt-project-gallery .xt-project-gallery-grid-item figure figcaption {
	position: absolute;
	height: 100%;
	width: 100%;
	top: auto;
	left: 0;
	color: #fff;
	bottom: 0;
	z-index: 10;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.xt-project-gallery .xt-project-gallery-grid-item figure figcaption:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.95);
	-o-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.95);
	-ms-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.95);
	-moz-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.95);
	-webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.95);
	z-index: -1;
	opacity: 0;
}
.xt-project-gallery .xt-project-gallery-grid-item figure figcaption i {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: 400;
	line-height: 35px;
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	top: 35%;
	margin-top: -22px;
	transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-o-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-ms-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-moz-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-webkit-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	opacity: 0;
	letter-spacing: 0px;
	color: #fff;
}
.xt-project-gallery .xt-project-gallery-grid-item figure figcaption h3 {
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 3;
	text-align: center;
	width: 100%;
    width: calc(100% - 30px);
	left: 15px;
	right: 15px;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	text-transform: capitalize;
	top: 46%;
	margin-top: 30px;
	margin-top: -2px;
	transform: translateX(80px) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-o-transform: translateX(80px) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-ms-transform: translateX(80px) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-moz-transform: translateX(80px) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-webkit-transform: translateX(80px) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	opacity: 0;
	letter-spacing: 0px;
	color: #ffffff;
}
.xt-project-gallery .xt-project-gallery-grid-item figure figcaption .sub-title {
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	font-size: 15px;
	top: 50%;
	margin-top: 30px;
	transform: translateX(-70px) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-o-transform: translateX(-70px) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-ms-transform: translateX(-70px) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-moz-transform: translateX(-70px) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-webkit-transform: translateX(-70px) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	opacity: 0;
	letter-spacing: 0px;
	color: #ffffff;
}
.xt-project-gallery .xt-project-gallery-grid-item figure figcaption .xt-project-lightbox {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	text-indent: -99999px;
}
.xt-project-gallery .xt-project-gallery-grid-item figure:hover,
.xt-project-gallery .xt-project-gallery-grid-item figure:focus,
.xt-project-gallery .xt-project-gallery-grid-item figure.xt-item-touchend {
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.xt-project-gallery .xt-project-gallery-grid-item figure:hover figcaption,
.xt-project-gallery .xt-project-gallery-grid-item figure:focus figcaption,
.xt-project-gallery .xt-project-gallery-grid-item figure.xt-item-touchend figcaption {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12) ;
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12) ;
	-ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12) ;
	-o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12) ;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12) ;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: rgba(206, 27, 40, 0.7);
}
.xt-project-gallery .xt-project-gallery-grid-item figure:hover figcaption:after,
.xt-project-gallery .xt-project-gallery-grid-item figure:focus figcaption:after,
.xt-project-gallery .xt-project-gallery-grid-item figure.xt-item-touchend figcaption:after {
	opacity: 1;
	transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-o-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-ms-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-moz-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.xt-project-gallery .xt-project-gallery-grid-item figure:hover figcaption i,
.xt-project-gallery .xt-project-gallery-grid-item figure:focus figcaption i,
.xt-project-gallery .xt-project-gallery-grid-item figure.xt-item-touchend figcaption i {
	transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-o-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-ms-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-moz-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-webkit-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	opacity: 1;
}
.xt-project-gallery .xt-project-gallery-grid-item figure:hover figcaption h3,
.xt-project-gallery .xt-project-gallery-grid-item figure:focus figcaption h3,
.xt-project-gallery .xt-project-gallery-grid-item figure.xt-item-touchend figcaption h3 {
	transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-o-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-ms-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-moz-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-webkit-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	opacity: 1;
}
.xt-project-gallery .xt-project-gallery-grid-item figure:hover figcaption .sub-title,
.xt-project-gallery .xt-project-gallery-grid-item figure:focus figcaption .sub-title,
.xt-project-gallery .xt-project-gallery-grid-item figure.xt-item-touchend figcaption .sub-title {
	transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-o-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-ms-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-moz-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-webkit-transform: translateX(0px) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	opacity: 1;
}
.admin-bar .fancybox-buttons {
    top: 32px;
}

/**
 * # logo slider
 */

.wpb-ea-logo-sliders.owl-theme .owl-nav {
    position: unset;
    margin-top: 30px;
}
.wpb-ea-logo-sliders.owl-theme .owl-nav button,
.wpb-ea-logo-sliders.owl-theme .owl-nav [class*=owl-] {
    cursor: pointer;
    padding: 0;
    position: unset;
    transition: all .2s ease-out .1s;
    float: unset;
    display: inline-block!important;
    border-radius: 3px;
    margin: 0 10px;
}


/**
 * # slider
 */
/* Preloader */
.theme-main-slider,
.header-slider {
  overflow: hidden;
}
.slider_preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99;
  min-height: 750px;
}
.slider_preloader_status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../img/status.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

.header-slider-preloader {
  min-height: 750px;
}
.header-slider {
  position: relative;
}
.header-slider .owl-dots {
    background: transparent;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    margin-top: 0;
}
.header-slider .owl-theme .owl-dots .owl-dot {
    margin: 0 6px;
}
.header-slider .slider-preloader-wrap,
.header-slider .item {
  height: 750px;
}
.header-slider .item {
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}

.header-slider .slide-img {
  bottom: 0;
  position: absolute;
  right: 5%;
  width: auto !important;
}
.header-slider .item::after {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.header-slider .slide-table {
  display: table;
  height: 100%;
  width: 100%;
  background-color: rgba(63, 70, 87, 0.55);
}
.header-slider .slide-tablecell {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}
.header-slider .slide-tablecell .slide-text > *:nth-child(1) {
  animation-duration: .3s;
}
.header-slider .slide-tablecell .slide-text > *:nth-child(2) {
  animation-duration: .3s;
  animation-delay: .3s;
  margin-bottom: 30px;
}
.header-slider .slide-tablecell .slide-text > *:nth-child(3) {
  animation-duration: .3s;
  animation-delay: .6s;
  margin-top: 30px;
}
.header-slider .slide-tablecell .slide-text > *:nth-child(4) {
  animation-duration: .3s;
  animation-delay: .9s;
}
.header-slider .slide-tablecell .slide-text h2 {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 800;
  margin: 0 0 30px;
}
.header-slider .slide-tablecell .slide-text h2:before {
    display: none;
}
.header-slider .slide-tablecell .slide-text p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
.header-slider .animation-slide .owl-nav button {
  color: #fff;
  font-size: 60px;
  left: 0;
  line-height: 70px;
  margin-top: -35px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.header-slider .animation-slide .owl-nav button.owl-next {
  left: auto;
  right: 0;
}
.header-slider .animation-slide:hover .owl-nav button.owl-prev {
  left: 30px;
  opacity: 0.5;
}
.header-slider .animation-slide:hover .owl-nav button.owl-next {
  right: 30px;
  opacity: .5;
}
.header-slider .item,
.header-slider .preloader-wrap {
  background-color: #bfbfbf;
}
.header-slider .slide-buttons .btn {
  border: 2px solid #fff;
}
.header-slider .slide-buttons .btn:hover {
  border: 2px solid;
}
.header-slider .owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.header-slider .owl-carousel .owl-animated-in {
  z-index: 0;
}
.header-slider .owl-carousel .owl-animated-out {
  z-index: 1;
}
.header-slider .owl-carousel .fadeOut {
  -webkit-animation-name: ChFadeOut;
  animation-name: ChFadeOut;
}
.header-slider .owl-theme .owl-nav > button {
  position:absolute;
  top:45%;
  width:48px;
  height:48px;
  background:#777777;
  color:#ffffff;
  font-size:16px;
  border-radius:50%;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  transition:all 500ms ease;
  padding: 0;
  margin: 0;
}
.header-slider .owl-nav > button i {
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  transition:all 500ms ease;  
}
.header-slider .owl-nav .owl-prev {
  left: 30px;
}
.header-slider .owl-nav .owl-next {
  right: 30px;
}
.header-slider .owl-nav > button:hover,
.header-slider .owl-nav > button:hover i {
  transform: scale(1.1);
}
@-webkit-keyframes ChFadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes ChFadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.header-slider .owl-theme .owl-nav {
    width: 100%;
    display: block;
    margin-top: 0;
}
@media only screen and (max-width: 1024px){
    .header-slider .owl-theme .owl-nav {
        position: absolute;
        top: unset;
        bottom: 50%;
    }
}
@media only screen and (max-width: 768px){
    .header-slider .owl-theme .owl-nav [class*=owl-] {
        position: unset;
        margin: 0 5px;
    }
    .header-slider .owl-theme .owl-nav {
        bottom: 60px;
        margin-bottom: 15px;
    }
}


/**
 * # Timeline
 */


.wpb-timeline-area {
    position: relative;
}
.wpb-timeline-area::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
    .wpb-timeline-area::before {
        left: 50%;
        margin-left: -2px;
    }
}
.wpb-timeline-left.wpb-timeline-area::before {
    right: 23px;
    left: auto;
}
.rtl .wpb-timeline-left.wpb-timeline-area::before {
    left: 23px;
    right: auto;
}
.wpb-timeline-right.wpb-timeline-area::before {
    left: 23px;
    right: auto;
}
.rtl .wpb-timeline-right.wpb-timeline-area::before {
    right: 23px;
    left: auto;
}
.wpb-timeline-left .wpb-timeline-icon {
    right: 0;
    left: auto;
}
.wpb-timeline-right .wpb-timeline-icon {
    left: 0;
    right: auto;
}
.rtl .wpb-timeline-left .wpb-timeline-icon {
    left: 0;
    right: auto;
}
.rtl .wpb-timeline-right .wpb-timeline-icon {
    right: 0;
    left: auto;
}
.wpb-timeline-left .wpb-timeline-icon,
.wpb-timeline-right .wpb-timeline-icon {
    margin: 0;
}
.wpb-timeline-block {
    position: relative;
    margin: 30px 0;
}
.wpb-timeline-block h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 15px;
}
.wpb-timeline-block:before,
.wpb-timeline-block:after {
    content: " ";
    display: table;
}
.wpb-timeline-block:after { clear: both; }
.wpb-timeline-block:first-child { margin-top: 0; }
.wpb-timeline-block:last-child { margin-bottom: 0; }
.wpb-timeline-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    background: #3878ff;
}
.wpb-timeline-content-post .wpb-timeline-icon {
    font-weight: bold;
    width: 66px;
    height: 66px;
    word-spacing: 100vw;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
}
.wpb-timeline-icon i {
    display: block;
    color: #ffffff;
    font-size: 22px;
}
.wpb-timeline-content p {
    margin-bottom: 15px;
    line-height: 30px;
    font-size: 14px;
}
.wpb-timeline-content > *:last-child {
    margin-bottom: 0;
}
.wpb-timeline-content ul.products {
    margin: 0;
}
.wpb-timeline-woocommerce-content.woocommerce {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.wpb-timeline-woocommerce-content > *:not(:last-child) {
    margin-bottom: 18px;
}
.wpb-timeline-woocommerce-content .price {
    font-weight: 700;
}
.wpb-timeline-woocommerce-content.woocommerce .button,
.wpb-timeline-content .btn.wpb-details-btn {
    background-color: #FF3876;
    color: #ffffff;
    padding: 15px 40px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.wpb-timeline-content .btn.wpb-details-btn {
    padding: 8px 40px;
    border-radius: 2px;
    display: inline-flex;
}
.wpb-timeline-woocommerce-content.woocommerce .button:hover, .wpb-timeline-woocommerce-content.woocommerce .button:focus,
.wpb-timeline-content .btn.wpb-details-btn:hover, .wpb-timeline-content .btn.wpb-details-btn:focus {
    background-color: #CE1450;
    color: #ffffff;
}
.wpb-timeline-woocommerce-content.woocommerce span.onsale {
    background-color: #FF3876;
    color: #ffffff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: inherit;
    left: 15px;
    top: 15px;
    -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 769px) {
    body .wpb-timeline-content ul.products > li.product {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 768px) {
    body .wpb-timeline-content ul.products > li.product:last-child {
         margin-bottom: 0;
    }
}

@media only screen and (min-width: 1170px) {
    .wpb-timeline-icon {
      left: 50%;
      margin-left: -23px;
      /* Force Hardware Acceleration in WebKit */
      -webkit-transform: translateZ(0);
      -webkit-backface-visibility: hidden;
    }
    .wpb-timeline-left-right.wpb-timeline-content-post .wpb-timeline-icon {
        margin-left: -33px;
    }
    .wpb-timeline-icon.is-hidden { visibility: hidden; }

    .wpb-timeline-icon.bounce-in {
      visibility: visible;
      -webkit-animation: cd-bounce-1 0.6s;
      -moz-animation: cd-bounce-1 0.6s;
      animation: cd-bounce-1 0.6s;
    }
}
@media only screen and (max-width: 1170px) {
    .wpb-timeline-left-right.wpb-timeline-content-post .wpb-timeline-icon {
        margin-left: -12px;
    }
}


@-webkit-keyframes 
cd-bounce-1 {  0% {
 opacity: 0;
 -webkit-transform: scale(0.5);
}
 60% {
 opacity: 1;
 -webkit-transform: scale(1.2);
}
 100% {
 -webkit-transform: scale(1);
}
}
@-moz-keyframes 
cd-bounce-1 {  0% {
 opacity: 0;
 -moz-transform: scale(0.5);
}
 60% {
 opacity: 1;
 -moz-transform: scale(1.2);
}
 100% {
 -moz-transform: scale(1);
}
}
@-o-keyframes 
cd-bounce-1 {  0% {
 opacity: 0;
 -o-transform: scale(0.5);
}
 60% {
 opacity: 1;
 -o-transform: scale(1.2);
}
 100% {
 -o-transform: scale(1);
}
}
@keyframes 
cd-bounce-1 {  0% {
 opacity: 0;
 transform: scale(0.5);
}
 60% {
 opacity: 1;
 transform: scale(1.2);
}
 100% {
 transform: scale(1);
}
}

.wpb-timeline-content {
    position: relative;
    margin-left: 75px;
    background: #fff;
    border-radius: 4px;
    padding: 20px;
}
.wpb-timeline-content img {
    margin-bottom: 20px;
}
.wpb-timeline-content-gallery .wpb-timeline-content img {
    margin-bottom: 0;
}
.wpb-timeline-content .btn {
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.wpb-timeline-shadow-yes .wpb-timeline-content {
    -webkit-filter: drop-shadow(0px 1px 6px rgba(0,0,0,0.06));
}
.wpb-timeline-left .wpb-timeline-content {
    margin-left: 0;
    margin-right: 75px;
}
.rtl .wpb-timeline-left .wpb-timeline-content {
    margin-right: 0;
    margin-left: 75px;
}
.rtl .wpb-timeline-right .wpb-timeline-content {
    margin-left: 0;
    margin-right: 75px;
}
.wpb-timeline-content:before,
.wpb-timeline-content:after {
  content: " ";
  display: table;
}
.wpb-timeline-content:after { clear: both; }
.wpb-timeline-content h2 { color: #303e49; }
.wpb-timeline-content::before {
    content: '';
    position: absolute;
    top: 15px;
    right: 100%;
    width: 14px;
    height: 14px;
    background: #ffffff;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.rtl .wpb-timeline-content::before {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.wpb-timeline-date span {
    background-color: #3878ff;
    color: #ffffff;
    display: inline-block;
    padding: 2px 7px;
}
.wpb-timeline-date {
    margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
    .wpb-timeline-content h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
@media only screen and (min-width: 1170px) {

    .wpb-timeline-left-right .wpb-timeline-content {
      margin-left: 0;
      width: 45%;
    }
    .wpb-timeline-content {
        padding: 30px;
    }

    .wpb-timeline-content::before {
      top: 15px;
      left: 100%;
    }
    .wpb-timeline-left-right .wpb-timeline-block:nth-child(even) .wpb-timeline-content {
        float: right; 
    }

    .rtl .wpb-timeline-left-right .wpb-timeline-block:nth-child(even) .wpb-timeline-content {
        float: left; 
    }

    .wpb-timeline-left-right .wpb-timeline-block:nth-child(even) .wpb-timeline-content::before,
    .wpb-timeline-right .wpb-timeline-block .wpb-timeline-content::before {
        top: 15px;
        left: auto;
        right: 100%;
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    .rtl .wpb-timeline-left-right .wpb-timeline-block:nth-child(even) .wpb-timeline-content::before,
    .rtl .wpb-timeline-right .wpb-timeline-block .wpb-timeline-content::before {
        right: auto;
        left: 100%;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .wpb-timeline-content.is-hidden { visibility: hidden; }
    .wpb-timeline-content.bounce-in {
      visibility: visible;
      -webkit-animation: cd-bounce-2 0.6s;
      -moz-animation: cd-bounce-2 0.6s;
      animation: cd-bounce-2 0.6s;
    }

}

@media screen and (max-width: 1170px) {
    .wpb-timeline-content::before {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    .wpb-timeline-left .wpb-timeline-content::before {
        left: 100%;
        right: auto;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .rtl .wpb-timeline-right .wpb-timeline-content::before {
        left: 100%;
        right: auto;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .rtl .wpb-timeline-left .wpb-timeline-content::before {
        right: 100%;
        left: auto;
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@media only screen and (min-width: 1170px) {

/* inverse bounce effect on even content blocks */

    .wpb-timeline-left-right .wpb-timeline-block:nth-child(even) .wpb-timeline-content.bounce-in,
    .wpb-timeline-right .wpb-timeline-block .wpb-timeline-content.bounce-in {
      -webkit-animation: cd-bounce-2-inverse 0.6s;
      -moz-animation: cd-bounce-2-inverse 0.6s;
      animation: cd-bounce-2-inverse 0.6s;
    }
}
@-webkit-keyframes 
cd-bounce-2 {  0% {
 opacity: 0;
 -webkit-transform: translateX(-100px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(20px);
}
 100% {
 -webkit-transform: translateX(0);
}
}
@-moz-keyframes 
cd-bounce-2 {  0% {
 opacity: 0;
 -moz-transform: translateX(-100px);
}
 60% {
 opacity: 1;
 -moz-transform: translateX(20px);
}
 100% {
 -moz-transform: translateX(0);
}
}
@-o-keyframes 
cd-bounce-2 {  0% {
 opacity: 0;
 -o-transform: translateX(-100px);
}
 60% {
 opacity: 1;
 -o-transform: translateX(20px);
}
 100% {
 -o-transform: translateX(0);
}
}
@keyframes 
cd-bounce-2 {  0% {
 opacity: 0;
 transform: translateX(-100px);
}
 60% {
 opacity: 1;
 transform: translateX(20px);
}
 100% {
 transform: translateX(0);
}
}
@-webkit-keyframes 
cd-bounce-2-inverse {  0% {
 opacity: 0;
 -webkit-transform: translateX(100px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(-20px);
}
 100% {
 -webkit-transform: translateX(0);
}
}
@-moz-keyframes 
cd-bounce-2-inverse {  0% {
 opacity: 0;
 -moz-transform: translateX(100px);
}
 60% {
 opacity: 1;
 -moz-transform: translateX(-20px);
}
 100% {
 -moz-transform: translateX(0);
}
}
@-o-keyframes 
cd-bounce-2-inverse {  0% {
 opacity: 0;
 -o-transform: translateX(100px);
}
 60% {
 opacity: 1;
 -o-transform: translateX(-20px);
}
 100% {
 -o-transform: translateX(0);
}
}
@keyframes 
cd-bounce-2-inverse {  0% {
 opacity: 0;
 transform: translateX(100px);
}
 60% {
 opacity: 1;
 transform: translateX(-20px);
}
 100% {
 transform: translateX(0);
}
}

/**
 * # Video Grid
 */

.wpb-ea-videos-grid-item,
.wpb-ea-videos-grid-item-inner {
    height: 100%;
}
.wpb-ea-videos-grid-item-inner {
    background: #fff;
    box-shadow: rgba(0,0,0,.12) 0 3px 13px 1px;
}
.wpb-video-content {
    padding: 20px;
}
.wpb-video-content h3 { 
    margin-top: 0;
}
.wpb-ea-videos-grid-item .elementor-video, .wpb-ea-videos-grid-item iframe {
    font-size: 0;
    display: block;
}
.wpb-ea-vg-details-link {
    font-weight: 600;
}

/**
 * # responsive
 */
@media only screen and (max-width: 1900px) {
  .header-slider .slide-img {
    width: 42% !important;
    right: 0%;
  }
}
@media only screen and (max-width: 1500px) {
  .header-slider .slide-img {
    width: 50% !important;
    right: 0%;
  }
}
@media only screen and (max-width: 1200px) {
    .wpb-ea-content-items-slider.owl-theme .owl-nav, 
    .wpb-ea-member-items-slider.owl-theme .owl-nav, 
    .wpb-ea-testimonial-items-slider.owl-theme .owl-nav, 
    .wpb-ea-posts-slider.owl-theme .owl-nav {
        display: block;
        margin-top: 25px;
    }
    .wpb-ea-content-items-slider.owl-theme .owl-nav [class*=owl-], 
    .wpb-ea-member-items-slider.owl-theme .owl-nav [class*=owl-], 
    .wpb-ea-testimonial-items-slider.owl-theme .owl-nav [class*=owl-], 
    .wpb-ea-posts-slider.owl-theme .owl-nav [class*=owl-] {
        position: unset;
    }
    .wpb-ea-content-items-slider .owl-next, 
    .wpb-ea-member-items-slider .owl-next, 
    .wpb-ea-testimonial-items-slider .owl-next, 
    .wpb-ea-posts-slider .owl-next,
    .wpb-ea-content-items-slider .owl-prev, 
    .wpb-ea-member-items-slider .owl-prev, 
    .wpb-ea-testimonial-items-slider .owl-prev, 
    .wpb-ea-posts-slider .owl-prev {
        position: unset;
        display: inline-block;
        margin: 0 5px;
        text-align: inherit;
    }      
  .header-slider .slide-tablecell .slide-text h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .header-slider .slide-img {
    display: none !important;
  }
  .header-slider .slider-preloader-wrap,
  .header-slider .item {
    height: 700px;
  }
  .slide-text {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .header-slider .slider-preloader-wrap,
  .header-slider .item {
    height: 600px;
  }
  .header-slider .slide-tablecell .slide-text h2 {
    font-size: 44px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 768px) {
    .xt-project-gallery-nav ul li span {
        display: inline-block;
        padding-left: 6px 0px;
        margin-bottom: 5px;
    }
    .xt-project-gallery-wrapper .xt-project-gallery {
        margin-top: 30px;
    }
    .header-slider .owl-theme .owl-nav > button {
        width: 40px;
        height: 40px;
    }
}
@media only screen and (max-width: 420px){
    .header-slider .slide-tablecell .slide-text h2 {
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 20px;
    }
}