﻿
.PrimaryBtn {
	align-items: center;
	background-clip: padding-box;
	background-color: #65728b;
	border: 1px solid transparent;
	border-radius: .25rem;
	box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: 600;
	justify-content: center;
	line-height: 1.25;
	margin: 0;
	min-height: 3rem;
	padding: calc(.875rem - 1px) calc(1.5rem - 1px);
	position: relative;
	text-decoration: none;
	transition: all 250ms;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	vertical-align: baseline;
	width: auto;
}

	.PrimaryBtn:hover,
	.PrimaryBtn :focus {
		background-color: #6f7e9a;
		box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
	}

	.PrimaryBtn:hover {
		transform: translateY(-1px);
		color:white;
	}

	.PrimaryBtn:active {
		background-color: #6f7e9a;
		box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
		transform: translateY(0);
	}



.Loginbtn {
	align-items: center;
	background-clip: padding-box;
	border: 1px solid black;
	border-radius: .25rem;
	box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
	box-sizing: border-box;
	color: black;
	cursor: pointer;
	display: inline-flex;
	font-size: 16px;
	font-weight: 600;
	justify-content: center;
	line-height: 1.25;
	margin: 0;
	min-height: 2rem;
	padding: calc(.575rem - 1px) calc(1.2rem - 1px);
	position: relative;
	text-decoration: none;
	transition: all 250ms;
	width: auto;
}

	.Loginbtn:hover,
	.Loginbtn:focus {
		box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
		border:1px solid black!important;
	}

	.Loginbtn:hover {
		color: black;
	}

	.Loginbtn:active {
		border: 1px solid white;
	}

.gradingImage {
	position: relative;
	background-size: cover;
	height: 550px;
	z-index: -5;
	opacity: 0.9;
	background-position: 50% 30%;
	background-image: linear-gradient( 178deg, #34343433, #4e4e4e8c), url(/BeforeContent/images/imgs/contact/contact3.jpg) !important
}

.pt-55 {
	padding-top: 55px;
}
.pb-140{
	padding-bottom:140px;
}
.pb-110 {
	padding-bottom: 110px;
}
.pt-110 {
	padding-top: 110px;
}
.pb-50{
	padding-bottom:50px;
}

.feature__item img {
	width: 70px;
	height: auto;
	text-align: center;
	margin-bottom: 0px;
}

.feature__item img {
	margin-bottom: 0px !important;
}

.shapeimg {
	transition: ease-in-out;
	transition-duration: 500ms;
}

	.shapeimg:hover {
		/*-webkit-transform: scale(1.1) !important;*/
		transform: scale(1.1) !important;
	}

.padding60 {
	padding-left: 60px;
	padding-right: 60px;
}

.pl-60 {
	padding-left: 60px;
}

.pr-60 {
	padding-right: 60px;
}

pb-25 {
	padding-bottom: 25px;
}

.CoreValues_img {
	text-align: center;	
}

.CoreValues_img img {
	width: 100px;
	/*filter: brightness(0) invert(1);*/
	margin-bottom: 25px;
}
.woocomerce__hero-htitle {
	font-size: 70px;
}
/*Krutik*/
@media only screen and (max-width: 720px) {
	.Loginbtn {
		margin-left:10px;
		padding: 6px 15px;
	}
}

@media only screen and (max-width: 420px) {
	.Loginbtn {
		margin-left: 10px;
		padding: 5px 10px;
	}
}

