/* =====================================
Theme Name: Bonik
Author: ThemeShiper
Description: Responsive Business & Agency HTML5 Template.
Version: 1.0.0
======================================== */
/*======================================
	CSS Theme Table of Contents
========================================	
# Topbar CSS
# Header CSS
# Hero Area CSS
# About US CSS
# Services CSS
# Portfolio CSS
	+ Portfolio Single
# Team CSS
# Testimonials CSS
# Pricing CSS
# CTA CSS
# Fun Fact CSS
# Blog Area CSS
	+ Blog Grid
	+ Blog Sidebar
	+ Blog Single
# Client CSS
# Faq's CSS
# 404 CSS
# Contact CSS
# Footer Area CSS
========================================*/ 

/*======================================
	Topbar CSS
========================================*/ 
.topbar {
	padding: 10px 0px;
	background: #f9f9f9;
	border-bottom: 1px solid #eee;
}
.topbar .topbar-address {
	float: left;
}
.topbar .topbar-address ul{}
.topbar .topbar-address ul li {
	display: inline-block;
	margin-right: 20px;
}
.topbar .topbar-address ul li:last-child{
	margin-right:0px;
}
.topbar .topbar-address ul li a {
	color: #333;
	font-size: 13px;
}
.topbar .topbar-address ul li a i {
	margin-right: 10px;
	font-size: 16px;
	color: #EC1C24;
}
/*======================================
	End Topbar CSS
========================================*/ 

/*======================================
	Header CSS
========================================*/ 
.header {
	background: #fff;
	z-index: 200;
	position: relative;
	box-shadow: 0 10px 10px #0000000a;
}
.header .header-inner-top{
	position:relative;
}  
.header .header-inner {
	z-index: 999999;
	width: 100%;
	padding: 5px 0;
	position:relative;
	transition: all 0.3s ease;
}
.logo {
	padding-top: 15px;
	width: 275px;
}
.logo a {
	display: inline-block;
}
.header .logo img {
	max-width: 100%;
}
.header .navbar {
    min-height: initial;
    padding: 0;
}
.header .main-menu {
	float: right;
	margin-right: 35px;
}
.header .nav-item .navigation {
	float: right;
}
.header .nav-item .navigation li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
}
.header .nav-item .navigation li.active a {
	color: red;
}
.header .navigation li:last-child{
	margin-right:0px;
}
.header .navigation li a {
	color: #555;
	font-size: 15px;
	display: inline-block;
	font-weight: 600;
	padding: 25px 0;
	transition: color 0.2s;
}
.header .navigation li a::before, .navigation li a.active::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	width: 0;
	height: 2px;
	background: red;
	transition:all 0.3s ease;
}
.header .navigation li a:hover, .navigation li a.active{
	color: red;
}
.header .navigation li.active a:before,
.header .navigation li:hover a:before{
	opacity:1;
	visibility:visible;
	width:30%;
}

/* Dropdown Menu */
.header .nav-menu li .sub-menu {
	position: absolute;
	top: 100%;
	width: 200px;
	background: #fff;
	z-index: 5000;
	padding: 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transform: translateY(50px);
	box-shadow: 1px 3px 5px #00000030;
	border-top: 2px solid #EC1C24;
}
.header .nav-menu li:hover .sub-menu{
	opacity:1;
	visibility:visible;
	transform:translateY(0px);
}
.header .nav-menu li .sub-menu li {
    display: block;
    margin: 0;
    text-align: left;
    margin-bottom: 8px;
}
.header .nav-menu li .sub-menu li:last-child{
	margin:0;
}
.header .nav-menu li .sub-menu li a {
	color: #555;
	display: block;
	padding: 7px 10px;
	font-size: 14px;
	border-radius: 0;
	font-weight: 400;
}
.header .nav-menu li .sub-menu li a::before{
	display:none;
}
.header .nav-menu li .sub-menu li a:hover {
    color: #fff;
    background: red;
    padding: 7px 15px;
}
.header .navigation li a i {
    margin-left: 5px;
    color: #555;
    font-weight: 600;
}
.menu-right {
	position: absolute;
	right: 0;
	top: 10px;
}
.menu-right .theme-btn {
	padding: 9px 20px;
}
.main-menu-top{
	position:relative;
}
/*---- Header Sticky ----*/
.header.sticky .topbar{
	display:none;
}
.header.sticky {
    position: fixed;
    width: 100%;
    top: 0px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    box-shadow: chartreuse;
    z-index: 80000;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 17%);
    background: #fff;
    animation: fadeInDown 1s both 0.2s;
}
.header.sticky .header-inner {
	padding: 10px 0;
}
/*======================================
	End Header CSS
========================================*/  

/*======================================
	Hero Area CSS
========================================*/ 
.hero-area {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 600px;
}
.hero-slider{
	position:relative;
}
.hero-slider .single-slider{
	height: 600px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position:relative;
}
.hero-area .hero-content {
	z-index: 55;
	/* margin: 80px 0 0; */
	position: relative;
}
.hero-area .hero-content span {
    color: #fff;
    letter-spacing: 10px;
    font-size: 18px;
    background: #EC1C24;
    padding: 5px 17px;
    font-weight: 600;
    border-radius: 3px;
}
.hero-area .hero-content h1 {
	/* color: #333; */
	font-size: 50px;
	font-weight: 700;
	line-height: 58px;
	margin: 0;
}
.hero-area .hero-content p {
	color: #555;
	font-size: 15px;
	/* margin-top: 20px; */
	padding-right: 100px;
	font-size: 16px;
}
/* .hero-area .button {
    margin-top: 50px;
} */
.hero-area .hero-content .theme-btn:hover {
	color: #EC1C24;
}
/* Video Popup */
/* .hero-area .video-main {
	position: relative;
	display: inline-block;
	margin-left: 30px;
}
.hero-area .promo-video .waves-block .waves {
	position: absolute;
	width: 110px;
	height: 110px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
	right: -30px;
	bottom: -30px;
	z-index: -1;
	border: none;
	background: #28b363;
}
.hero-area .promo-video .waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.hero-area .promo-video .waves-block .wave-1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.hero-area .promo-video .waves-block .wave-1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.hero-area .video-main .video {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border: none;
	border-radius: 100%;
	background: #fff;
	color: #EC1C24;
	display: inline-block;
	z-index: 999;
	padding: 0;
	padding-left: 2px;
}
.hero-area .video-main .video:hover{
	background: #EC1C24;
	color: #fff;
} */

/* Slider Nav */
.hero-area .owl-carousel .owl-controls {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -32.5px;
	z-index:999;
}
.hero-area .owl-carousel .owl-controls::before {
	position: absolute;
	content: "";
	background: #fff;
	width: 115px;
	height: 115px;
	border-radius: 100%;
	left: 0;
	top: -15px;
	z-index: -99;
	margin-left: -25px;
}
.hero-area .owl-carousel .owl-controls .owl-dot {
	display: inline-block;
	margin-right: 10px;
}
.hero-area .owl-carousel .owl-controls .owl-dot:last-child{
	margin:0;
}
.hero-area .owl-theme .owl-dots .owl-dot span {
	background: #fff;
	border: 2px solid #EC1C24;
	width: 14px;
	height: 14px;
	margin: 0;
	transition:all 0.3s ease;
}
.hero-area .owl-theme .owl-dots .owl-dot:hover span,
.hero-area .owl-theme .owl-dots .owl-dot.active span{
	background:#EC1C24;
}
/* Hero Animations */
.hero-area .owl-item.active span{
	animation: fadeInUp 0.8s both 1s;
}
.hero-area .owl-item.active .hero-content h1{
	animation: fadeInUp 1s both 1.2s;
}
.hero-area .owl-item.active .hero-content p{
	animation: fadeInUp 1.2s both 1.4s;
}
.hero-area .owl-item.active .button{
	animation: fadeInUp 1.4s both 1.6s;
}
/*======================================
	End Hero Area CSS
========================================*/ 

/*======================================
	About Area CSS
========================================*/ 
.about-area {
	padding: 90px 0 40px 0px;
	background: #26313C;
	position: relative;
	overflow: hidden;
}
.about-area::before {
	position: absolute;
	content: "";
	width: 400px;
	height: 100%;
	background: #EC1C24;
	top: 0;
}
.about-img{
	position:relative;
}
.about-img span {
	display: block;
	padding-top: 37px;
	font-size: 55px;
	font-weight: 600;
	text-align: center;
	padding-left: 15px;
}
.about-img .activity {
	position: absolute;
	content: "";
	background: #fff;
	width: 170px;
	height: 150px;
	bottom: 41px;
	right: 0;
	text-align: center;
	line-height: 45px;
	font-size: 25px;
	transform: perspective(300px) rotateX(-6deg) rotateY(-22deg);
	box-shadow: -16px -10px 10px #0000006e;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #333;
}
.about-img .activity:hover{
	transform: perspective(300px) rotateX(-6deg) rotateY(0deg);
}
.about-img img {
	max-width: 90%;
}
.about-content {
	z-index: 9999;
	position: relative;
}
.about-content span {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding-left: 45px;
}
.about-content span::before {
	position: absolute;
	content: "";
	width: 30px;
	height: 3px;
	background: #fff;
	bottom: 10px;
	left: 0;
}
.about-content h2 {
	color: #fff;
	margin-top: 8px;
	font-size: 38px;
	font-weight: 600;
	line-height: 50px;
}
.about-content h2 b {
	font-weight: 600;
	color: #EC1C24;
	font-style: italic;
	font-size: 50px;
}
.about-content p {
	margin-top: 20px;
	color: #ccc;
	line-height: 22px;
}
.about-content .feature {
	margin: 30px 0;
}
.about-content .single-feature {
	display: flex;
	margin-bottom: 20px;
}
.about-content .single-feature:last-child{
	margin:0;
}
.about-content .single-feature  i {
	display: inline-block;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 16px;
	border: 2px solid #fff;
	font-size: 17px;
	color: #ffff;
	border-radius: 50px;
	transition: .4s;
	padding: 13px;
	font-size: 16px;
}
.about-content .single-feature:hover i{
	background:#fff;
	color:#000;
}
.about-content .feature-content {
	margin-left: 20px;
}
.about-content .feature-content h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}
.about-content .feature-content p {
	margin-top: 5px;
	line-height: 22px;
}
/*======================================
	End About Area CSS
========================================*/ 

/*======================================
	Services CSS
========================================*/ 
.service-area {
	padding: 100px 0px;
}
.service-area .single-service {
	padding: 40px 30px 40px 30px;
	text-align: center;
	position: relative;
	box-shadow: 0px 17px 60px #00000012;
}
.single-service:hover img{
	transform:scale(1.2);
}
.single-service .number {
	position: absolute;
	transition: all 0.4s ease;
	top: -54px;
	left: 50%;
	margin-left: -17.5px;
}
.single-service .number::before {
	position: absolute;
	content: "";
	width: 0;
	height: 2px;
	background: #EC1C24;
	top: 17px;
	transition: all 0.4s ease;
	left: 35px;
}
.single-service:hover .number h6{
	border-radius:50px;
}  
.single-service:hover .number::before{
	width: 345px;
}
.single-service .number.last:before{
	display:none;
}
.single-service .number h6 {
	font-size: 20px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	transition: all 0.8s ease;
	border: 1px solid #EC1C24;
	color: #EC1C24;
}
.single-service .service-img {
	border-radius: 100%;
	padding: 5px;
	background: #fff;
	border: 5px solid #ddd;
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	width: 120px;
	height: 120px;
}
.single-service .service-head {
	position: relative;
}
.single-service:hover .service-img{
	border-color:#EC1C24;
}
 .single-service .service-img img {
	border-radius: 50%;
}
.single-service .service-head i {
	font-size: 20px;
	position: absolute;
	bottom: 0;
	color: #EC1C24;
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50px;
	line-height: 50px;
	box-shadow: 0px 0px 5px #0000008a;
	right: -25px;
}
 .service-content {
	margin-top: 25px;
}
.single-service .service-content h4 {
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-bottom: 12px;
}
.single-service .service-content h4:hover{
	color:#EC1C24;
}
.single-service .service-content p {
	line-height: 22px;
}
.single-service .service-bottom {
	margin-top: 25px;
}
.single-service .service-bottom a {
	font-size: 13px;
	background: #EC1C24;
	width: 35px;
	height: 35px;
	color: #fff;
	line-height: 35px;
	border-radius: 50px;
	display: inline-block;
}
.single-service .service-bottom a:hover{
	background:#26313C;
	color:#fff;
}
/* Service Archive */
.service-area.archive{
	
}
.service-area.archive .single-service{
	margin-top:30px;
}
/*======================================
	End Services CSS
========================================*/ 

/*======================================
    Portfolio CSS
========================================*/ 
.portfolio-area {
	padding: 100px 0px;
	background: #F7F7F7;
}
/* Project Nav */
.portfolio-area .project-nav {
	text-align: center;
	margin-bottom: 50px;
}
.portfolio-area .project-nav li {
	position: relative;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	color: #333;
	font-weight: 500;
	padding: 5px 25px;
	border-radius: 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-transform: initial;
	margin-right: 0px;
	background: none;
	margin-bottom: 0px;
}
.project-nav li:hover::before,
.project-nav li.active::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	background: #F7F7F7;
	bottom: -14px;
	border-radius: 50%;
	left: 50%;
	margin-left: -10px;
}
.project-nav li.active {
	background: #EC1C24;
	color: #fff;
	position: relative;
}
.portfolio-area .project-nav li:hover{ 
	background: #EC1C24;
    color: #fff;
}
.project-nav li.active{
    background: #EC1C24;
    color: #fff;
}
.project-nav li:last-child{
	margin-right:0px;
}
.portfolio-main .portfolio-single {
	position: relative;
	overflow: hidden;
}
.portfolio-img{
	position:relative;
}
.portfolio-img img{
	position:relative;
	transition: all 0.4s ease;
	max-width:100%;
}
.portfolio-main .portfolio-img:hover img{
	transform:scale(1.2);
}
.portfolio-single:hover .portfolio-img::before{
	left:0;
	visibility:visible;
}
.portfolio-img::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 50%;
	background: #0000006e;
	left: -100%;
	transition: all 0.4s ease;
	visibility: hidden;
	z-index: 10;
}
.portfolio-img::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 50%;
	background: #0000006e;
	right: -100%;
	bottom: 0;
	transition:all 0.4s ease;
	visibility:hidden;
}
.portfolio-single:hover .portfolio-img::after{
	right:0;
	visibility:visible;
}
.portfolio-main .portfolio-content {
	position: absolute;
	top: 30px;
	right: 30px;
	visibility: hidden;
	transition: all 0.4s ease;
	text-align: center;
	z-index: 99999999;
	opacity: 0;
	transform: translateX(100%);
}
.portfolio-single:hover .portfolio-content{
	transform: translateX(0%);
}
.portfolio-content h4 {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
}

.portfolio-content p {
	font-size: 16px;
	color: #ffffffd1;
	text-align: right;
}
.portfolio-single:hover .portfolio-content{
	visibility:visible;
	opacity:1;
} 
.portfolio-single .p-button {
	position: absolute;
	bottom: 30px;
	left: 30px;
	font-size: 17px;
	color: #fff;
	transition: all 0.4s ease;
	visibility: hidden;
	opacity: 0;
	transform: translateX(-100%);
	width: 50px;
	height: 50px;
	background: #EC1C24;
	line-height: 50px;
	text-align: center;
	border-radius: 100px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}
.portfolio-single:hover .p-button{
	opacity:1;
	visibility:visible;
	transform: translateX(0%);
}
.portfolio-single .p-button:hover{
	background:#fff;
	color:#26313C;
}

/* Portfolio Single CSS */ 
.portfolio-single-detail {
	padding: 70px 0px 100px;
}
.p-single-main {
	margin-top: 30px;
}
.p-single-content {
	margin-top: 30px;
}
.p-single-content p{}
.p-single-content h3 {
	font-size: 30px;
	margin-bottom: 15px;
}
.p-single-content p{
	margin-bottom:20px;
}
.p-single-content p:last-child{
	margin:0;
}
.project-image {
	margin-bottom: 20px;
}
.portfolio-sidebar {
	margin-top: 30px;
}
.p-sidebar-widget {
	margin-bottom: 30px;
	background: #ffff;
	padding: 30px;
	box-shadow: 0px 0px 10px #00000024;
}
.p-sidebar-widget:last-child {
	margin: 0;
}
.p-widget-title {
	font-size: 20px;
	border-bottom: 1px solid #0000001a;
	padding-bottom: 15px;
	margin-bottom: 15px;
	color: red;
}
.project-info li {
    margin-bottom: 15px;
}
.project-info li i {
    margin-right: 10px;
    color: red;
}
.project-info li:last-child{
	margin:0;
}
.project-info li span {
    color: #333;
    font-weight: 600;
    margin-right: 5px;
}
.project-download{}
.project-download li {
	padding: 10px 20px;
	margin-bottom: 10px;
	color: #555;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: #f5f5f5;
}
.project-download li:hover{
	background: red;
	color: #fff;
}
.project-download li:hover a,
.project-download li:hover i{
	color: #fff;
}
.project-download li:last-child{
	margin:0;
}
.project-download li i {
    margin-right: 10px;
    color: #555;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.project-download li a {
	color: #555;
}
/*======================================
    End Portfolio CSS
========================================*/ 

/*======================================
	Team CSS
========================================*/ 
.team-area {
	padding: 100px 0;
}
.team-area .single-team {
	margin-top: 30px;
	position: relative;
}
.single-team .team-img {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
.single-team:hover .team-img img{
	transform:scale(1.1);
}
.team-head .team-img img {
	display: block;
	max-width: 100%;
	overflow:hidden;
}
.team-head .team-img::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #00000059;
	left: 0;
	top: 0px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}
.single-team .team-bottom {
	position: absolute;
	background: #EC1C24cf;
	border-radius: 0px 0px 5px 5px;
	padding: 18px 0px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	left: 0;
	bottom: 0;
	width: 100%;
}
.single-team:hover .team-content{
	opacity:0;
	visibility:hidden;
}
.single-team:hover .team-content{
	opacity: 0;
    visibility: hidden;
}
.single-team:hover .team-social{
	opacity:1;
	visibility:visible;
} 
.single-team .team-content{
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}
.single-team .team-content h4 {
	font-size: 20px;
	color: #000;
	color: #fff;
}
.single-team .team-content p {
	font-size: 14px;
	color: #fff;
}
.single-team .team-social {
	background: #EC1C24A3;
	border-radius: 0px 0px 5px 5px;
	padding: 29px 0px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	position: absolute;
	bottom: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
}
.single-team:hover .team-social{
	opacity:1;
	visibility:visible;
}
.single-team .team-social li {
	display: inline-block;
	margin-right: 5px;
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
}
.single-team .team-social li:last-child{
	margin:0;
}
.single-team .team-social li a {
	font-size: 13px;
	color: #555;
	width: 25px;
	height: 25px;
	background: #fff;
	line-height: 25px;
	border-radius: 4px;
	display: inline-block;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.single-team .team-social li a:hover{
	border-radius:100%;
}
/*======================================
	End Team CSS
========================================*/ 

/*======================================
	Testimonials CSS
========================================*/ 
#testimonial-area {
	padding-top: 100px;
}
.testimonial-area .section-title {
	text-align: left;
	padding-left: 50px;
	margin-bottom:0px;
}
.testimonial-area .section-title h3 {
	color: #fff;
	margin: 0;
}
.testimonial-area .line-bot{
	display: inline-block;
	width: 50px;
	height: 2px;
	background: #EC1C24;
	position: relative;
}
.testimonial-area .line-bot::before {
	background: #fff;
}
.testimonial-area .section-title p {
	font-size: 14px;
	color: #f9f9f9;
	margin-top: 20px;
	padding: 0;
}
.testimonial-area .testimonial-bg {
	padding: 80px 0px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.testimonial-main {
	background: #26313C;
	padding: 50px 0;
}
.testimonial-item {
	position: relative;
	text-align: center;
}
.testimonial-item .testimonial-head {
	text-align: center;
}
.testimonial-item .testimonial-head img {
	width: 150px;
	height: 150px;
	border-radius: 100%;
	border: 5px solid #EC1C24;
	padding: 3px;
	display: inline-block;
}
.testimonial-item .testimonial-bottom {
	margin-top: 15px;
	text-align: center;
}
.testimonial-item .testimonial-bottom h6 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}
.testimonial-item .testimonial-bottom p {
    font-size: 15px;
    text-transform: capitalize;
    color: #f5f5f5b3;
}
.testimonial-social {
	position: absolute;
	top: 30px;
	right: 0;
	background: #343F4A;
	padding: 15px;
	border-radius: 50px;
	box-shadow: 0px 7px 7px #13181DC4;
}
.testimonial-social li {
	font-size: 16px;
	margin-top: 5px;
}
.testimonial-social li:first-child{
	margin-top: 0px;
}
.testimonial-social li a {
	color: #fff;
}
.testimonial-social li a:hover{
	color:#EC1C24;
}
.testimonial-right {
	margin-top: 44px;
	padding: 0 100px 0 50px;
	text-align: left;
}
.testimonial-right p{
	color:#fff;
}
.testimonial-right .stars {
	margin-top: 20px;
}
.testimonial-right .stars li{
	display:inline-block;
}
.testimonial-right .stars i {
    color: #ffc13c;
    font-size: 17px;
    margin-right: 5px;
}
.testimonial-right .stars i:last-child{
	margin:0;
}

/* Client Nav */
.testimonial-area .owl-carousel .owl-controls {
	margin-top: 20px;
	line-height: 0px;
}
.testimonial-area .owl-carousel .owl-controls .owl-dot {
    display: inline-block;
    margin-right: 10px;
}
.testimonial-area .owl-carousel .owl-controls .owl-dot:last-child{
	margin:0;
}
.testimonial-area .owl-carousel .owl-controls .owl-dot span {
	width: 14px;
	height: 14px;
	background: #fff;
	margin: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.testimonial-area .owl-carousel .owl-controls .owl-dot.active span,
.testimonial-area .owl-carousel .owl-controls .owl-dot:hover span {
	background: #EC1C24;
	border: 2px solid #fff;
}
/*======================================
	End Testimonials CSS
========================================*/

/*======================================
	CTA CSS
========================================*/ 
.cta-section {
	padding: 80px 0px 155px 0px;
	position: relative;
	background: #26313C;
	background-size: cover;
	background-repeat: no-repeat;
}
.cta-section .cta-content {
	text-align: center;
}
.cta-section .cta-content h3 {
	font-size: 30px;
	color: #fff;
	font-weight: 600;
}
.cta-section .cta-content p {
	font-size: 14px;
	padding: 0px 50px;
	color: #ffffffc4;
	line-height: 22px;
}
.cta-section .cta-button {
    margin-top: 30px;
}
/*======================================
	End CTA CSS
========================================*/ 

/*======================================
	Fun Fact CSS
========================================*/ 
.fun-fact {
	transform: translateY(-75px);
	margin-bottom: -75px;
	position: relative;
}
.fun-fact .count-box {
	background: #f9f9f9;
	padding: 30px;
	box-shadow: 0px 5px 10px #00000021;
	border-radius: 5px;
}
.fun-fact .single-count {
	display: flex;
	align-items: center;
	padding: 20px;
	border-right: 1px solid #ddd;
}
.fun-fact .single-count.last{
	border:none;
}
.fun-fact .single-count i {
	font-size: 25px;
	width: 50px;
	height: 50px;
	background: #EC1C24;
	color: #f9f9f9;
	text-align: center;
	line-height: 50px;
	padding: 0;
	border-radius: 5px;
	min-width: 50px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}
.fun-fact .single-count:hover i{
	transform:translateY(-3px);
	-webkit-transform:translateY(-3px);
	-moz-transform:translateY(-3px);
	box-shadow: 0px 5px 8px #0000003b;
}
.single-count .main-count {
	margin-left: 20px;
}
.single-count .main-count h3 {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
}
.single-count .main-count h6 {
    font-size: 25px;
    margin-top: 5px;
    font-weight: 800;
}
.single-count .main-count h6 span {
	font-size: 20px;
}
/*======================================
	End Fun Fact CSS
========================================*/ 

/*======================================
	Contact Area CSS
========================================*/ 
.contact-area {
	/* padding: 110px 0px; */
	background: #F7F7F7;
	position: relative;
	overflow: hidden;
}
.contact-area .contact-right {
	padding: 0px 50px;
}
.contact-area .left-col {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.contact-area .top-content {
	padding-right: 50px;
}
.contact-area .top-content h3 span {
	color: #EC1C24;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
}
.contact-area .top-content h3 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 15px;
}
.contact-area .top-content p {
	line-height: 23px;
}
.contact-area .contact-form {
	margin-top: 20px;
}
.contact-area .contact-form .form-group {
	margin-top: 20px;
	margin-bottom: 0px;
}
.contact-area .contact-form .form-group input {
    width: 100%;
    height: 50px;
    border: 1px solid #f5f5f5;
    padding: 10px 15px;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
    background: #fff;
}
.contact-area .contact-form .form-group textarea {
    width: 100%;
    height: 100px;
    padding: 10px 15px;
    border: 1px solid #f5f5f5;
    border-radius: 0px;
    color: #000;
    background: #fff;
}

/* Mail Success */
.success.page {
	padding: 120px 0;
}
.success .mail {
	text-align: left;
	border: 1px solid #eee;
	padding: 50px;
}
.success .mail h2 {
	font-size: 30px;
	margin-bottom:20px;
}
.success .mail h2 span {
	color: #EC1C24;
}
.success .mail p {
	padding-right: 100px;
}
.success .mail .theme-btn {
	margin-top: 10px;
}
.success .mail .theme-btn i{
	margin-right:10px;
}
/*======================================
	End Contact Area CSS
========================================*/ 

/*======================================
	404 CSS
========================================*/ 
.error-page {
    padding: 100px 0px;
}
.error-inner {
    text-align: center;
}
.error-inner .error-top h1 {
    font-size: 130px;
    font-weight: 700;
    color: #000;
}
.error-inner .error-top i {
	font-size: 70px;
	-webkit-animation: tada 1.5s ease infinite;
	animation: tada 1.5s ease infinite;
	color: #EC1C24;
}
.error-inner h2 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 35px;
    color: #555;
}
.error-inner .eror-button{
    margin-top: 20px;
}
/*======================================
	End 404 CSS
========================================*/ 

/*===========================
	Footer Area CSS
============================*/
.footer-area{
	background-attachment:fixed;
}
.footer-top {
	padding: 50px 0px 80px;
}
.footer-top .single-widget{
	margin-top:30px;
}
.footer-top .single-widget .widget-title {
	font-size: 20px;
	color: #fff;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.footer-top .widget-title::before {
	position: absolute;
	content: "";
	width: 50px;
	height: 1px;
	background: #ccc;
	bottom: -0.5px;
}
/* About Description */
.single-widget.footer-about {
	padding-right: 30px;
}
.about-description {
	margin-top: 20px;
}
.footer-top .about-description p {
	color: #ccc;
	line-height: 20px;
}
.f-contact-box {
	margin-top: 20px;
	padding: 10px 10px;
	border: 1px solid #ffffff3d;
	position: relative;
}
.f-contact-box .box-icon:hover i{
	background:#fff;
	color:#000;
}
.f-contact-box .box-icon:hover::before{
	border-left-color: #fff;
}
.f-contact-box .box-icon {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.f-contact-box .box-icon::before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	z-index: 1;
	top: 12px;
	right: -6px;
	border: 10px solid transparent;
	border-right-color: transparent;
	border-right-style: solid;
	border-right-width: 7px;
	border-left-color: transparent;
	border-right: 0;
	border-left-color: #EC1C24;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.f-contact-box .box-icon i {
	font-size: 20px;
	color: #fff;
	background: #EC1C24;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.f-contact-box .contact-text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
}
.f-contact-box .contact-text p {
    color: #f5f5f5db;
}
.f-contact-box .contact-text h5 {
	color: #fff;
	font-size: 16px;
}

/* Footer Links */
.f-links li {
	line-height: 32px;
}
.f-links li a {
	font-size: 14px;
	color: #ccc;
}
.f-links li a:hover i{
	color:#EC1C24;
	margin-right: 10px;
}
.f-links li a:hover{
	color:#EC1C24;
}
.f-links li a i {
	margin-right: 5px;
	font-size: 14px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

/* Footer Post */
.widget-post {
	display: flex;
	margin-top: 20px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.widget-post .post-img img {
	display: block;
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 10px;
	padding: 4px;
	border: 1px solid #ffffff3d;
}
.widget-post .post-content {
	padding-left: 5px;
}
.widget-post .post-content h4 {
	font-size: 14px;
}
.widget-post .post-content h4 a {
	color: #ccc;
	font-weight: 600;
	line-height: 20px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.widget-post .post-content h4:hover a{
	color:#EC1C24;
}
.widget-post .post-date {
	font-size: 13px;
	color: #ccc;
}
.widget-post .post-date i {
	margin-right: 5px;
	color: #EC1C24;
}
.contact-bottom li {
	margin-bottom: 10px;
}
.contact-bottom li:last-child{
	margin:0;
}
.contact-bottom li a i {
    width: 25px;
    height: 25px;
    background: #EC1C24;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    margin-right: 10px;
}
.contact-bottom li a {
	color: #ccc;
	font-weight: 400;
}
.f-social {
	margin-top: 25px;
}
.f-social li {
	display: inline-block;
	margin-right:10px;
}
.f-social li:last-child{
	margin:0;
}
.f-social li a i {
	font-size: 16px;
	width: 35px;
	height: 35px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 35px;
	border-radius: 40px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	color:#fff;
}
.f-social li a i:hover{
	background:#fff;
	color:#000;
}
.copyright {
	padding: 20px 0;
	border-top: 1px solid #eeeeee38;
}
.copyright .copyright-text p {
	color: #ccc;
}
.copyright .copyright-text p a {
	color: #fff;
}
.copyright .copyright-text p a:hover{
	color:#EC1C24;
}
/*===========================
	End Footer Area CSS
============================*/

.icon {
	width: 5rem;
	height: 5rem;
}
.center {
	text-align: center;
}

.containers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  padding: 15px;
  text-align: center;
  transition: transform 0.2s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.card img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 10px;
}

.card h3 {
  font-size: 1rem;
  color:#EC1C24;
}

.card p {
  font-size: 0.95rem;
  color: #777;
}

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
#testimonial-area {
  
	.section-heading h2 {
		font-size: 48px;
		line-height: 58px;
	}
}

.testi-wrap {
	position: relative;
	height: 470px;
}

.client-single {
	text-align: center;
	position: absolute;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.client-info,
.client-comment {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.client-single {
	&.inactive {
		.client-comment,
		.client-info {
			display: none;
		}
		.client-comment,
		.client-info {
			opacity: 0;
			visibility: hidden;
		}
	}
	&.position-1 {
		-webkit-transform: scale(0.65);
		transform: scale(0.65);
	}
	&.position-2 {
		left: -40px;
		top: 105px;
	}
	&.position-3 {
		left: -60px;
		top: 240px;
		-webkit-transform: scale(0.4) !important;
		transform: scale(0.4) !important;
	}
	&.position-4 {
		left: 55px;
		top: 380px;
	}
	&.position-5 {
		top: 30px;
		right: 55px;
	}
	&.position-6 {
		top: 225px;
		right: -40px;
	}
	&.position-7 {
		top: 400px;
		right: 45px;
		-webkit-transform: scale(0.4) !important;
		transform: scale(0.4) !important;
	}
	&.active {
		top: 10%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 10;
		width: 70%;
		.client-comment,
		.client-info {
			-webkit-transition-delay: 0.6s;
			transition-delay: 0.6s;
		}
	}
	&:not(.active) {
		-webkit-transform: scale(0.55);
		transform: scale(0.55);
		z-index: 99;
	}
	&.active .client-img {
		width: 160px;
		height: 160px;
		margin: 0 auto 24px;
		position: relative;
		&:before {
			border-radius: 100%;
			content: '';
			/* background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(236, 28, 36)), to(rgb(56, 144, 254)));
			background-image: linear-gradient(180deg, rgb(236, 28, 36) 0%, rgb(56, 144, 254) 100%); */
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(236, 28, 36)), to(rgb(153, 0, 153)));
			background-image: linear-gradient(180deg, rgb(236, 28, 36) 0%, rgb(153, 0, 153) 100%);
			padding: 5px;
			width: 160px;
			height: 160px;
			top: -4px;
			left: 0px;
			position: absolute;
			z-index: -1;
		}
	}
	.client-img img {
		width: 150px;
		border-radius: 50%;
		border: 8px solid #d1e9ff;
		cursor: pointer;
	}
	&.active .client-img img {
		max-width: 160px;
		margin: 0 auto 24px;
		border: 0;
	}
}

.client-comment {
	padding: 0 30px;
	h6 {
		font-size: 17px;
		line-height: 22px;
		color: #505b6d;
		font-weight: 500;
	}
	span i {
		font-size: 30px;
		color: #0084ff;
		margin: 40px 0 15px;
		display: inline-block;
	}
}

/* .client-info {
	h3 {
		color: #000;
		font-weight: 600;
		margin-bottom: 4px;
	}
	p {
		color: #0084ff;
		text-transform: uppercase;
	}
} */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header .logo img {
		max-width: 75%;
	}
	.logo {
		padding-top: 20px;
	}
	.about-img .activity {
		width: 120px;
		height: 100px;
	}
	#testimonial-area .section-heading h2 {
		font-size: 30px;
	}
	.client-comment h3 {
		font-size: 18px;
		line-height: 28px;
	}
	.client-single.active {
		width: 60%;
	}
	.client-single:not(.active) {
		-webkit-transform: scale(0.55);
		transform: scale(0.35);
	}
	.client-single.position-3,
	.client-single.position-7 {
		-webkit-transform: scale(.30) !important;
		transform: scale(.30) !important;
	}
	.client-single.active .client-img img {
		max-width: 100px;
	}
	.client-single.active .client-img::before {
		padding: 5px;
		width: 108px;
		height: 108px;
		top: -4px;
		left: 6px;
	}
	.client-single.active .client-img {
		width: 120px;
		height: 100px;
	}
	.testi-wrap {
		height: 580px;
	}
	#testimonial-area {
		padding: 100px 0 0;
	}

	.hero-content h1 {
		font-size: 2rem;
	}
	.hero-content p {
		font-size: 0.95rem;
	}
	.theme-btn {
		padding: 10px 20px;
		font-size: 0.9rem;
	}
	.hero-content, .hero-area {
		margin-top: 10px;
		padding: 0;
		text-align: center;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.header .logo img {
		max-width: 50%;
	}
	.about-img .activity {
		width: 120px;
		height: 100px;
	}
	#testimonial-area .section-heading h2 {
		font-size: 30px;
	}
	.client-comment h3 {
		font-size: 14px;
		line-height: 26px;
	}
	.client-single.active {
		width: 60%;
	}
	.client-comment span i {
		font-size: 40px;
	}
	.client-single:not(.active) {
		-webkit-transform: scale(0.55);
		transform: scale(0.35);
	}
	.client-single.position-5,
	.client-single.position-7 {
		right: 0;
	}
	.client-single.position-4 {
		left: 0;
	}
	.client-single.position-3,
	.client-single.position-7 {
		-webkit-transform: scale(.30) !important;
		transform: scale(.30) !important;
	}
	.client-single.active .client-img img {
		max-width: 80px;
	}
	.client-single.active .client-img::before {
		padding: 5px;
		width: 88px;
		height: 88px;
		top: -4px;
		left: 16px;
	}
	.client-single.active .client-img {
		width: 120px;
		height: 100px;
	}
	.testi-wrap {
		height: 630px;
	}

	.hero-content, .hero-area {
		margin-top: 10px;
		padding: 0;
		text-align: center;
	}

	.hero-content h1 {
		font-size: 1.75rem;
	}

	.hero-content p {
		font-size: 0.9rem;
	}

	.button {
		text-align: center;
	}
}

@media only screen and (min-width: 360px) and (max-width: 479px) {
	.header .logo img {
		max-width: 50%;
	}
	#testimonial-area .section-heading h2 {
		font-size: 30px;
		line-height: 40px
	}
	.client-comment h3 {
		font-size: 14px;
		line-height: 26px;
	}
	.client-single.active {
		width: 80%;
	}
	.client-comment span i {
		font-size: 40px;
	}
	.client-single:not(.active) {
		-webkit-transform: scale(0.25);
		transform: scale(0.25);
	}
	.client-single.position-5,
	.client-single.position-7,
	.client-single.position-6 {
		right: -70px;
	}
	.client-single.position-4 {
		left: -60px;
	}
	.client-single.position-3 {
		left: -75px;
	}
	.client-single.position-3,
	.client-single.position-7 {
		-webkit-transform: scale(.25) !important;
		transform: scale(.25) !important;
	}
	.client-single.active .client-img img {
		max-width: 80px;
	}
	.client-single.active .client-img::before {
		padding: 5px;
		width: 88px;
		height: 88px;
		top: -4px;
		left: 16px;
	}
	.client-single.active .client-img {
		width: 120px;
		height: 100px;
	}
	.testi-wrap {
		height: 450px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
	#testimonial-area .section-heading h2 {
		font-size: 30px;
	}
	.client-comment h3 {
		font-size: 14px;
		line-height: 26px;
	}
	.client-single.active {
		width: 80%;
	}
	.client-comment span i {
		font-size: 40px;
	}
	.client-single:not(.active) {
		-webkit-transform: scale(0.25);
		transform: scale(0.25);
	}
	.client-single.position-5,
	.client-single.position-7,
	.client-single.position-6 {
		right: -70px;
	}
	.client-single.position-4 {
		left: -60px;
	}
	.client-single.position-3 {
		left: -75px;
	}
	.client-single.position-3,
	.client-single.position-7 {
		-webkit-transform: scale(.25) !important;
		transform: scale(.25) !important;
	}
	.client-single.active .client-img img {
		max-width: 80px;
	}
	.client-single.active .client-img::before {
		padding: 5px;
		width: 88px;
		height: 88px;
		top: -4px;
		left: 16px;
	}
	.client-single.active .client-img {
		width: 120px;
		height: 100px;
	}
	.testi-wrap {
		height: 550px;
	}
}

