/*
Theme Name : Keshv | Multiple Business Services & IT Solutions Bootstrap Template
Author : Teaching Web
Version : 1.0 (Updated)
File-name : style.css
*//*---------------------------------------------------------------------------*/

*{ /*for all tags*/
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: keshv-font;
	transition: 0.5s;
	outline: none !important;
	text-decoration: none !important;
	scroll-behavior: smooth;
	user-select: none;
}

/* Common Wrapper all pages */
.wrapper{
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	overflow: hidden;
}

/* navbar start */
.navbar-section{
	float: left;
	clear: both;
	width: 100%;
	position: fixed;
	z-index: 1000;
	background: transparent;
	pointer-events: none;
	opacity: 0.0;
	padding: 10px 5px;
}
.fixed-header { /*after scroll navbar*/
	opacity: 1.0 !important;
	box-shadow: 0 0px 10px #c6c6c6;
	background: white !important; 
	padding: 0px 0px;
	transition: 0.5s !important;
	z-index: 1000;
	pointer-events: initial;
}
.navbar-toggler{
	border: 0px;
}
.nav-link{
	font-weight: bold;
}
.nav-link:hover{
	background: -webkit-linear-gradient(45deg,var(--color1),var(--color2)) !important;
	-webkit-background-clip: text !important;
  	-webkit-text-fill-color: transparent !important;
	letter-spacing: 7px;
	text-decoration: line-through !important;
}
.navbar-nav:hover .nav-item{
	filter: blur(1.5px);
}
.navbar-nav .nav-item:hover{
	filter: blur(0px) !important;
}
/* navbar end */

/*banner start*/
.banner{
	float: left;
	clear: both;
	width: 100%;
	min-height: 100vh;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	z-index: 1;
	padding: 10px 0px;
}
.banner:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	opacity: 0.95;
	z-index: -1;
}
.banner:after{ /*for Blackground Placeholder*/
	content: 'keshv';
	font-size: 100px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.05);
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	width: 100%;
	padding: 0px;
	z-index: -1;
	background: transparent;
	writing-mode: vertical-lr;
	display: flex;
	justify-content: center;
	align-items: flex-start;

}
.banner-video{
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	min-width: 100%;
	z-index: -2;
}
.banner-right-video{
	width: 100%;
}
/*banner end*/

/*About Start*/
.about{
	float: left;
	clear: both;
	width: 100%;
	position: relative;
	padding: 80px 0px;
	z-index: 1;
	overflow: hidden;
}
.about:before{ /*for Blackground Placeholder*/
	content: 'About Company';
	font-size: 100px;
	color: rgba(0, 0, 0, 0.05);
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	width: 100%;
	padding: 10px;
	z-index: -1;
	background: transparent;
	writing-mode: vertical-lr;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
/*About End*/

/*Who we are start*/
.wwr{
	float: left;
	clear: both;
	width: 100%;
	position: relative;
	padding: 0px 0px;
	background: rgba(0, 0, 0, 0.01);
}
.wwr .column-min-height{
	min-height: 450px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.wwr .column-min-height:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: -webkit-linear-gradient(45deg,var(--color1),var(--color2)) !important;
	background: linear-gradient(45deg,var(--color1),var(--color2)) !important;*/
	background: ;
	opacity: 0.9;
}
.wwr-box{
	padding: 25px 15px;
}
/*Who we are end*/

/*Team start*/
.team{
	float: left;
	clear: both;
	width: 100%;
	padding: 100px 0px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.team:before{ /*for Blackground Placeholder*/
	content: '-- the team --';
	font-size: 100px;
	color: rgba(0, 0, 0, 0.05);
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	width: 100%;
	padding: 10px;
	z-index: -1;
	background: transparent;
	writing-mode: vertical-lr;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.team-member{
	width: 100%;
	padding: 10px 5px;
}
.team-member-image{
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.team-member-detail{
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(45deg,var(--color1),var(--color2)) !important;
	background: linear-gradient(45deg,var(--color1),var(--color2)) !important;
	opacity: 0.0;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 10px 5px;
	text-align: center;
	overflow: auto;
}
.team-member:hover .team-member-image .team-member-detail{
	opacity: 0.90;
	left: 0%;
}

/*experts in team*/
.our-experts{
	float: left;
	clear: both;
	width: 100%;
	padding: 80px 0;
	background: rgba(0, 0, 0, 0.01);
}
/*Team End*/

/*Started start*/
.started{
	clear: both;
	float: left;
	width: 100%;
	padding: 100px 0px;
	position: relative;
	z-index: 1;
	background: url("../images/started/bg.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.started:after{
	content: 'started';
	font-size: 80px;
	color: rgba(255, 255, 255, 0.10);
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	width: 100%;
	padding: 10px;
	z-index: -1;
	opacity: 0.90;
	background: -webkit-linear-gradient(45deg,var(--color1),var(--color2)) !important;
	background: linear-gradient(45deg,var(--color1),var(--color2)) !important;
	writing-mode: vertical-lr;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
/*started end*/

/*Services start*/
.services{
	float: left;
	clear: both;
	width: 100%;
	padding: 100px 0px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.services:before{ /*for Blackground Placeholder*/
	content: 'services';
	font-size: 100px;
	color: rgba(0, 0, 0, 0.05);
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	width: 100%;
	padding: 10px;
	z-index: -1;
	background: transparent;
	writing-mode: vertical-lr;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.service-box{
	width: 100%;
	height: 150px;
	background: rgba(0, 0, 0, 0.01);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*Portfolio Start*/
.portfolio{
	float: left;
	clear: both;
	width: 100%;
	padding: 100px 0px;
	position: relative;
	z-index: 1;
	overflow: hidden;
    background-color: rgba(0, 0, 0, 0.02);
}
.portfolio:before{ /*for Blackground Placeholder*/
	content: 'portfolio';
	font-size: 100px;
	color: rgba(0, 0, 0, 0.05);
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	width: 100%;
	padding: 10px;
	z-index: -1;
	background: transparent;
	writing-mode: vertical-lr;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

/* Tabs Buttons */
.isotope-toolbar button {
    display: inline-block;
    padding: 10px 20px;
    margin: 5px 5px;
    background: rgba(0, 0, 0, 0.05);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
    transform: ease-in-out 0.5s;
}
.isotope-toolbar button:hover {
    outline: none;
	background: rgba(0, 0, 0, 0.50);
    color: white !important;
}
.isotope-toolbar button.active {
    outline: none;
	background: linear-gradient(45deg,var(--color1),var(--color2)) !important;
	background: -webkit-linear-gradient(45deg,var(--color1),var(--color2)) !important;
    color: #fff !important;
}
/*tabs button end*/

/* isotope */
.isotope-wrapper {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    margin: auto;
}

.isotope-toolbar {
    text-align: center;
    margin: 10px;
}
.isotope-box {
    position: relative;
    width: 100%;
}
.isotope-item {
    position: relative;
    padding: 10px 15px;
    margin: 10px 0px;
}
/*Portfolio section*/
.portfolio-box{
	position: relative;
	overflow: hidden;
}
.portfolio-box .portfolio-details{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(00,00,00,0.3), rgba(00,00,00,0.9));
	background: -webkit-linear-gradient(rgba(00,00,00,0.3), rgba(00,00,00,0.9));
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 5px 10px;
	color: white;
	opacity: 0.0;
}
.portfolio-box:hover .portfolio-details{
	top: 0%;
	opacity: 1.0;
}
.portfolio-view{
	position: absolute;
	left: 0;
	bottom: -100%;
	color: white !important;
	width: 100%;
	border-radius: 0;
	border: 0px;
	background: linear-gradient(45deg,var(--color1),var(--color2)) !important;
	background: -webkit-linear-gradient(45deg,var(--color1),var(--color2)) !important;
	transition-delay: 0.2s !important;
	padding: 15px 0px;
}
.portfolio-box:hover .portfolio-view{
	bottom: 0%;
	color: white !important;
}
/*Portfolio End*/


/*Testimonials Start*/
.testimonials{
	float: left;
	clear: both;
	width: 100%;
	padding: 100px 0px;
	position: relative;
	z-index: 1;
	overflow: hidden;
    background-color: rgba(0, 0, 0, 0.05);
}
.testimonials:before{ /*for Blackground Placeholder*/
	content: 'Testimonials';
	font-size: 100px;
	color: rgba(0, 0, 0, 0.05);
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	width: 100%;
	padding: 10px;
	z-index: -1;
	background: transparent;
	writing-mode: vertical-lr;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.testimonials-slider{
	cursor: pointer;
}
.testimonials-slider .item{
	padding: 10px 10px;
}
.testimonial-box{
	width: 100%;
	padding: 20px 10px;
}
.owl-carousel .item img {
	width: auto;
	display: unset;
}
.testimonial-box p{
	border-radius: 10px;
}
.corner-aim{
	border-top: 10px solid white;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	width: 0;
	margin-left: 30px;
	margin-top: -16px;
}
.client-img{
	width: 80px !!important;	
	height: 80px !important;
	border-radius: 1000px;
}
/*Testimonials end*/

/*Partners Start*/
.partners{
	float: left;
	clear: both;
	width: 100%;
	padding: 100px 0px;
	position: relative;
	z-index: 1;
	overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.05),rgba(0, 0, 0, 0.00));
}
.partners:before{ /*for Blackground Placeholder*/
	content: 'partners';
	font-size: 80px;
	color: rgba(0, 0, 0, 0.05);
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	width: 100%;
	padding: 10px;
	z-index: -1;
	background: transparent;
	writing-mode: vertical-lr;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
#particles-js{ /*particles js css*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.partner-image{
	width: 200px;
	margin: 15px 25px;
}
.partner-image:hover{
	transform: scale(1.05);
}
/*Partners end*/

/*Blogs Start*/
.blogs{
	float: left;
	clear: both;
	width: 100%;
	padding: 100px 0px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.blogs:before{ /*for Blackground Placeholder*/
	content: 'blogs';
	font-size: 80px;
	color: rgba(0, 0, 0, 0.05);
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	width: 100%;
	padding: 10px;
	z-index: -1;
	background: transparent;
	writing-mode: vertical-lr;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.blog-box{
	border-radius: 5px;
	overflow: hidden;
}
.blog-details{
	width: 100%;
	padding: 15px 10px;
}
.blog-date{
	margin-top: -39px;
	margin-bottom: 10px;
	width: 120px;
}
.blog-date label{
	width: 100%;
	color: white;
	text-transform: uppercase;
	text-align: center;
	padding: 0px 5px;
}
.blog-author{
	font-size: 14px !important;
}

/*Pricing Start*/
.pricing{
	float: left;
	clear: both;
	width: 100%;
	padding: 100px 0px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: url("../images/pricing/bg.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.pricing:before{ /*for Blackground Placeholder*/
	content: 'Pricing';
	font-size: 80px;
	color: rgba(255, 255, 255, 0.15);
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	width: 100%;
	padding: 10px;
	z-index: -1;
	background: transparent;
	writing-mode: vertical-lr;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	background: rgba(0, 0, 0, 0.80);
}
.pricing-box{
	width: 100%;
	padding: 40px 20px;
	border-radius: 2px;
	overflow: hidden;
}
.pricing-icon img{
	width: 60px;
}
/*Pricing end*/

/*Work with US start*/
.wwu{
	float: left;
	clear: both;
	width: 100%;
	padding: 100px 0px;	
	position: relative;
	background: black;
	z-index: 1;
}
.wwu:before{ /*for Blackground Placeholder*/
	content: 'work with us';
	font-size: 60px;
	color: rgba(255, 255, 255, 0.15);
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	width: 100%;
	padding: 10px;
	z-index: -1;
	background: transparent;
	writing-mode: vertical-lr;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
/*Work with US end*/

/*Newsletter start*/
.newsletter{
	float: left;
	clear: both;
	width: 100%;
	padding: 100px 0px;	
	position: relative;
	z-index: 1;
}
.newsletter:before{ /*for Blackground Placeholder*/
	content: 'Newsletter';
	font-size: 80px;
	color: rgba(00, 00, 00, 0.15);
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	width: 100%;
	padding: 10px;
	z-index: -1;
	background: transparent;
	writing-mode: vertical-lr;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.newsletter-input{
	width: 100%;
	border-radius: 1000px;
}
.newsletter-button{
	width: 50%;
	border-radius: 1000px;
	border: 0px;
	color: white;
	padding: 8px 20px;
}
/*Newsletter end*/


/*Map start*/
.map iframe{
	float: left;
	clear: both;
	width: 100%;
	height: 450px;
}
/*Map end*/

/*Footer Contact US start*/
.contactus{
	float: left;
	clear: both;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 50px;	
	position: relative;
	z-index: 1;
	background: url("../images/contactus/map.jpg");
	background-size: cover;
	background-position: top;
	background-attachment: fixed;
}
.contactus:before{ /*for Blackground Placeholder*/
	content: 'contact us';
	font-size: 80px;
	color: rgba(255, 255, 255, 0.15);
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	width: 100%;
	padding: 10px;
	z-index: -1;
    opacity: 0.95;
	background: -webkit-linear-gradient(45deg,var(--color1),var(--color2)) !important;
	background: linear-gradient(45deg,var(--color1),var(--color2)) !important;
	writing-mode: vertical-lr;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.contactus-form{
	border-radius: 15px;
	padding: 30px 15px;
	margin-top: -200px;
	margin-bottom: 50px;
}
.contactus-input{
	padding: 10px 20px;
	border-radius: 10px;
	margin-top: 15px;
	border: 0px;
	border: 1px solid rgba(0, 0, 0, 0.20);
	width: 100%;
}
.contactus-messege-box{
	padding: 10px 20px;
	border-radius: 10px;
	margin-top: 15px;
	border: 0px;
	border: 1px solid rgba(0, 0, 0, 0.20);
	width: 100%;
	height: 100px;
}
.contactus-submit-btn{
	padding: 10px 20px;
	border-radius: 10px;
	margin-top: 15px;
	border: 0px;
}
.input-box input:focus{ /*create for effects only*/
	background: rgba(0, 0, 0, 0.03);
}
.contactus ul.quick-links li{
	margin-top: 5px;
	letter-spacing: 2px;
}
.contactus ul.quick-links li a{
	color: white;
}
.contactus ul.quick-links li:hover a{
	color: white;
	margin-left: 20px;
}
.contact-detail-box{
	width: 100%;
	background: rgba(255, 255, 255, 0.10);
	padding: 30px 35px;
	border-top-left-radius: 100px;
	border-bottom-right-radius: 100px;
}
.social-media-icon a{
	font-size: 25px;
	margin-right: 5px;
	color: white;
}
.social-media-icon a i{
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 1000px;
}
.social-media-icon a:hover i{
	background: white;	
	color: var(--color1);
}
/*Footer Contact US end*/
