/*!
Theme Name: Tripa
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tripa
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

tripa is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*
00. Library override(ex. bootstrap etc) --------------------
01. Text and Typography ------------------------------------
02. Common element(ul,ol,li,body,div etc.) -----------------
03. Common class(padding, margin etc.) ---------------------
04. Header styles ------------------------------------------
05. Footer styles-------------------------------------------
06. Common content------------------------------------------
07. Pages and Posts-----------------------------------------
08. Extra styles--------------------------------------------
09. Media Query---------------------------------------------
*/
/* End Table of Contents */
/* 00. Library override(ex. bootstrap etc) start*/

/* 00. Library override(ex. bootstrap etc)   end*/
/* 01. Text and Typography start */
 
/* 01. Text and Typography end */
/* 02. Common element(ul,ol,li,body,div etc.) start*/
 
/* 02. Common element(ul,ol,li,body,div etc.) end*/
/*03. Common class(padding, margin etc.) start*/

/*03. Common class(padding, margin etc.) end*/
/*04. Header styles start*/
 
/*04. Header styles end*/
/*05. Footer styles start*/
 .footer-logo .widget-image-caption{
	margin-left: 0px;
}
.icon-op-0 .elementor-icon-list-icon{
	opacity: 0;
	visibility: hidden;
}
/*05. Footer styles end*/
/*06. Common content start*/
 
/*06. Common content end*/

/*07. Pages and Posts satrt*/
/*Homepage satrt*/
.video-slider-section .swiper-pagination{
	position: relative;
	bottom: 0 !important;
    padding-top: 20px;
}

.video-slider-section .video-item .video-slider-title:after{
	content:'';
	 position: absolute;
	display: block;
    bottom: 0;
    left: 0;
    right: 0;
	height: 100px;
	width: 100%;
	background: linear-gradient(360deg, rgba(0,0,0,.5) 0%, rgba(255, 255, 255, 0.00) 100%);;
	z-index: -1;
} 
.video-slider-section .video-item a.popup-link{
	border-radius: 15px;
	overflow: hidden;
	display: block;
	position: relative;
/* 	padding: 15px; */
/* 	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25); */
/* 	box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important; */
}
.video-slider-section .video-item .video-slider-title{
	text-align: left;
	font-weight: 600;
	color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 20px;
    margin: 0;
	z-index: 1;
	padding-bottom: 30px;
}
.video-slider-section .video-item img{
	width: 100%;
}
.video-slider-section .swiper-pagination .swiper-pagination-bullet{
	width: 10px;
    height: 10px;
}
.video-slider-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: var(--e-global-color-secondary);
}
.video-slider-section .video-item a.popup-link{
	box-shadow: 0px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
.video-slider-section .video-item{
	padding: 20px !important;
}
.has-on-page-link > a .elementskit-submenu-indicator,
.has-on-page-link > a{
	color: var(--e-global-color-primary) !important;
}
/*Homepage end	*/
/*single-case-studies start*/
body.single-post main.site-main > .container,
body.single-news main.site-main > .container,
body.single-case-studies main.site-main > .container{
	max-width: 1140px;
}
/*single-case-studies end*/
body.single-post .entry-content .elementor-section .elementor-column .elementor-widget-wrap {
	padding-left: 0;
	padding-right:  0;
}
/*07. Pages and Posts end*/

/* 08. Extra styles start*/
/* 08. Extra styles end*/

/*09. Media Query start*/
@media screen and (min-width: 992px) {

}
@media screen and (min-width: 768px) {

}

@media screen and (max-width: 1199px) {

}
/*Tablet*/
@media screen and (max-width: 1024px) {
	.footer-menu ul li .ekit-menu-nav-link{
		padding-left: 0 !important;
	}
	.footer-logo .widget-image-caption{
		margin-left: 20px;
	}
	li.menu-item.btn_contact{
		margin-bottom: 10px;
		    width: fit-content;
	}
	li.menu-item.btn_bg_green {
		width: fit-content;
	}
}
@media screen and (max-width: 991px) {
	body.blog .post-grids{
		grid-template-columns: repeat(2,1fr);
	}
	.ekit-form form .row .col-lg-6:last-child{
		margin-top: 15px;
	}
	 
}
/*Small Device*/
@media screen and (max-width: 767px) {
	.video-slider-section .video-item {
		padding: 0px!important;
	}
	.footer-menu ul li .ekit-menu-nav-link{
		padding-left: 0 !important;
	}
	

}
/*Mobile Device*/
@media screen and (max-width: 640px) {
	body.blog .post-grids{
		grid-template-columns: repeat(1,1fr);
	}
	/*single-case-studies start*/
	body.blog main.site-main .post-grids,
	body.single-post main.site-main,
	body.single-news main.site-main,
	body.single-case-studies main.site-main{
		padding-left: 10px;
		padding-right: 10px;
	}
	body.single-post .blog-detail-sidebar{
		margin-top: 30px;
	}
	/*single-case-studies end*/
	 
}
/*Extra Small Mobile Device*/
@media screen and (max-width: 480px) {
 
}
@media screen and (max-width: 420px) {

}
/*09. Media Query end*/

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}




.js-tilt > .elementor-widget-wrap{
	transform-style: preserve-3d;
}
.js-tilt > .elementor-widget-wrap .elementor-absolute.elementor-widget-image{
	transform: translateZ(60px) scale(0.8);
}

.js-tilt > .elementor-widget-wrap .elementor-absolute.elementor-widget-image img{
    border-radius: 10px;
}
.img-box-shadow .video-slider-section .video-slider-wrapper .video-item a img{
	 	box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;;
}
.elementor-widget-container .ekit-wid-con .ekit-form .wpcf7 .wpcf7-form p .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label a{
	color: #000000 !important;
	font-weight: 800 !important;
}
.elementor-1608 .elementor-element.elementor-element-f55fd78 .team_section h3.el-text-align {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
.elementor-1608 .elementor-element.elementor-element-42bd183 .testimonial-content .el-text-align h3.el-text-align{
	font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.5em !important;
    color: var(--e-global-color-primary) !important;
}
.testimonial-content .el-text-align h4.el-text-align {
	    font-size: 16px !important;
    font-weight: 400 !important;
    color: var(--e-global-color-secondary) !important;
}
/* .pricing-with-offer .ekit-heading > .ekit-heading--title > span:not(:first-child) > span{
	font-size: 18px !important;
} */