/*------------------------------------------------------------------------------------- 
Theme Name:		 Wotech Child Theme
Theme URI:		 https://dogri.bluebellbd.net/wotech-child-theme
Description:	 IT Services WordPress Theme
Author:			 Gramentheme
Author URI:		 https://gramentheme.com/
Template:		 wotech
Version:		 1.0.1
Text Domain:	 wotech-child-theme
-------------------------------------------------------------------------------------*/
/*
    Please Add your custom styles here
*/

.play-btn {
	display: none !important;
}

.about-us-section .counter {
	display: none;
}

.service-tab-details-area {
	height: 870px;
}
.service-tab-details-area .tab-content,
.service-tab-details-area .tab-content .tab-pane,
.service-tab-content {
	height: 100%;
}
.service-tab-content img {
    position: sticky;
    top: 0;
    left: 0;
}
.service-tab-content .content {
	height: 125vh;
	display: flex;
	flex-direction: column;
}
.service-tab-content .content h4,
.service-tab-content .content p {
	flex-shrink: 0;
}
.service-tab-content .content .tab-list-content {
	overflow: overlay;
}
.service-tab-content .content .primary-btn-1 {
	display: none;
}

.ous-usp-sec .section-sub-title {
	line-height: 1.25;
}

.ede-sec .row.g-4 {
	align-items: center;
}

.ctn-p-sec h1,
.ctn-p-sec h2,
.ctn-p-sec h3,
.ctn-p-sec h4,
.ctn-p-sec h5,
.ctn-p-sec h6 {
	margin-bottom: 30px;
}
.ctn-p-sec p {
	color: #0f0d1d;
}
.ctn-p-sec ul {
	padding-left: 8px;
	margin-bottom: 20px;
}
.ctn-p-sec ul li {
	position: relative;
}
.ctn-p-sec ul li:before {
    content: "\e921";
    font-family: 'icomoon';
    position: relative;
    left: -8px;
    color: #3c72fc;
}

footer .footer-bottom {
	justify-content: center;
}
footer .footer-bottom .right-area {
	display: none;
}