body {
	margin: 0;
}
h1,
h2,
h3,
h4,
p,
a,
label,
input,
textarea,
li {
	font-family: "AnekDevanagari";
	margin: 0;
	outline: none;
}
h1 {
	font-size: 40px;
	line-height: 40px;
}
a {
	text-decoration: none;
}
p {
  line-height: normal;
}
.text-center {
	text-align: center;
}
.white-text {
	color: #fff;
}
.flex {
	display: flex;
}
.flex-column {
	flex-direction: column;
}
.flex-row-reverse {
	flex-direction: row-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.align-flex-start {
	align-items: flex-start;
}
.align-center {
	align-items: center;
}
.align-flex-end {
	align-items: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-flex-start {
	justify-content: flex-start;
}
.justify-flex-end {
	justify-content: flex-end;
}
.justify-space-between {
	justify-content: space-between;
}

.mb10 {
	margin-top: 10px;
}
.mb20 {
	margin-bottom: 20px;
}.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mlrAuto {
	margin-left: auto;
	margin-right: auto;
}
.ml0 {
	margin-left: 0;
}
.ml10 {
	margin-left: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt80 {
	margin-top: 80px;
}
.pt10 {
	padding-top: 10px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pt50 {
	padding-top: 50px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb50 {
	padding-bottom: 50px;
}
.pad30 {
	padding: 30px;
}
.pad50 {
	padding: 50px;
}
.col-third {
	width: calc(100% / 3);
}
.col-third-margin {
	width: calc((100% / 3) - 13.3px);
}
.col-half {
	width: 50%;
}
.col-fourth {
	width: 25%;
}
.col-full {
	width: 100%;
}
.col-w30 {
	width: 30%;
}
.col-w35 {
	width: 35%;
}
.col-w40 {
	width: 40%;
}
.col-w60 {
	width: 60%;
}
.col-w65 {
	width: 65%;
}
.col-w70 {
	width: 70%;
}
.col-w80 {
  width: 80%;
}
.right-full {
	width: calc(100% - ((100% - 1140px) / 2));
	margin-left: calc((100% - 1140px) / 2);
}
.container {
	max-width: 1140px;
	width: calc(100% - 60px);
}
header {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 999;
}
header + section {
  margin-top: 80px;
}
.logo {
	height: 60px;
}
.logo img {
	height: 100%;
}
.menu .menu-link {
	padding: 5px 20px 0;
	color: #000;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
}
.menu-link.active {
	color: #d72323;
}
.red-link {
	color: #d72323;
	text-decoration: none;
}
.red-btn {
	font-size: 16px;
	line-height: 1;
	padding: 15px 20px 10px;
	background: #d72323;
	color: #fff;
	border: none;
  cursor: pointer;
}
.red-line {
	height: 30px;
	background-color: #d72323;
}
.parallax {
	background-image: url("../img/home.jpg");
	min-height: 600px;
	background-attachment: fixed;
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
}
.parallax.narrow {
	margin-top: 80px;
	min-height: 150px;
	background-image: url("../img/header-bg.jpg");
	background-position: center;
}
.bg-page {
	background-image: url("../img/home.jpg");
	min-height: 100vh;
	background-attachment: fixed;
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
}
.slide-arrows div {
	background-color: #d72323;
	width: 30px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px;
	padding: 5px;
}
.slide-arrows div::before {
	content: "";
	width: 10px;
	height: 15px;
	background: url(../img/arrow-white.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.slide-arrows .prev:before {
	transform: rotate(180deg);
}
.dark-grey-bg {
	background-color: #313131;
}
.light-grey-bg {
	background-color: #f8f8f8;
}
.light-grey-bg-opacity {
	background-color: rgba(248, 248, 248, 0.6);
}
.slider-services .slick-list {
	padding:0 20% 0 0 !important;

}

.slide-service img {
	width: 100%;
}
.slide-service:not(.slick-current) {
	opacity: 0.75;
	transform: scale(0.75);
	transition: 0.5s ease-in-out;
}
.slide-service {
	opacity: 1;
	transform: scale(1);
	transition: 0.5s ease-in-out;
}
.info .info-cont {
	padding: 30px;
}
.info img {
	width: 50px;
}
.partner {
	margin: 10px;
	display: flex;
	padding: 15px;
	height: 40px !important;
}
.partner img {
	height: 100%;
	max-width: 100%;
	object-fit: contain;
}
.footer-logo {
	width: 150px;
}
.mobile-menu {
	display: none;
}
.services-slider img {
	width: 100%;
}

.slick-dots {
	display: flex;
	justify-content: center;
	padding-inline-start: 0;
}
.slick-dots button {
	display: none;
}
.slick-dots li {
	width: 50px;
	height: 3px;
	list-style-type: none;
	background: #d72323;
	margin: 10px;
	transition: 0.5s ease-in-out;
}
.slick-dots li.slick-active {
	background: #d72323;
	transition: 0.5s ease-in-out;
}
.slick-dots li.slick-active ~ * {
	background: #313131;
	transition: 0.5s ease-in-out;
}
.input-row {
	margin-bottom: 30px;
}
.input-row:last-of-type {
  margin-bottom: 0;
}
.input-row input  {
	height: 40px;
}
.input-row textarea, .input-row input  {
	border: 0.5px solid  #313131;
	box-shadow: none;
	outline: none;
	padding: 0 10px;
	font-size: 16px;
}
.input-row textarea {
  padding-top: 5px;
  padding-bottom: 5px;
}
.input-row label {
	font-size: 12px;
	color: #313131;
}
.tab-heading {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;

}
.tab-heading::before {
  content: "";
  width: 28px;
  height: 12px;
  background: url(../img/arrow-dark.svg);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(0);
  transition: 0.5s ease-in-out;
}
.tab-body {
  position: relative;
  cursor: pointer;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.services-body  {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.services-body * {
  text-align: center;
}
.tab-body::after, .services-body::after {
  content: "";
  width: 100%;
  left: 0px;
  bottom: 0px;
  height: 0.5px;
  background: #313131;
  position: absolute;
}
.tab-body.open .tab-heading::before {
  transform: rotate(180deg);
  transition: 0.5s ease-in-out;
}
.tab-content {
  height: 0;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}
.tab-content p:first-of-type {
  margin-top: 20px;
}
.tab-body.open .tab-content {
  height: 100%;
  max-height: 300px;
  transition: 0.5s ease-in-out;
}
.tab-heading h2 {
  line-height: 1;
}
a {
  transition: 0.5s;
}
a.white-text:hover {
  color: #d72323;
}
.error {
  color: #d72323;
  font-size: 11px;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 15px;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
  z-index: 9999999;
}
.popup.show {
  opacity: 1;
  visibility: visible;
  transition: 0.5s ease-in-out;
}
.popup.success .home-link {
  display: flex;
}
.popup.error-form .retry {
  display: flex;
}
.popup .red-btn {
  display: none;
}
.popup-cont {
  max-width: 500px;
  width: 85%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.popup p {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1;
}
@media only screen and (max-width: 1139px) {
	.right-full {
		width: calc(100% - 30px);
	}
}
@media only screen and (max-width: 700px) {
	.mobile-flex {
		display: flex;
	}
	.mobile-align-center {
		align-items: center;
	}
	.mobile-justify-center {
		justify-content: center;
	}
	.mobile-flex-column {
		flex-direction: column;
	}
	.mobile-w80 {
		width: 80%;
	}
	.mobile-w100 {
		width: 100%;
	}
	.mobile-mb30 {
		margin-bottom: 30px;
	}
	.mobile-ml0 {
		margin-left: 0;
	}
	.mobile-pad0 {
		padding: 0;
	}
	.mobile-text-center {
		text-align: center;
	}
	.menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background: #fff;
		transform: translate(-100vw,0);
		transition: 0.5s ease-in-out;
	}
	.menu.open {
		transform: translate(0,0);
		transition: 0.5s ease-in-out;
	}
	.menu-link {
		padding: 0;
    margin: 30px;

	}
	.logo, .mobile-menu {
		z-index: 999;
	}
	.mobile-menu {
		width: 30px;
		height: 18px;
		padding: 0;
		position: relative;
		transform: rotate(0deg);
		transition: .5s ease-in-out;
		cursor: pointer;
		display: block;
		border: none;
	}
	.mobile-menu span:nth-child(1) {
		top: 0px;
		transform-origin: left center;
	}
	.mobile-menu  span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #000;
		border-radius: 5px;
		opacity: 1;
		left: 0;
		transform: rotate(0deg);
		transition: .25s ease-in-out;
	}
	.mobile-menu span:nth-child(1) {
		top: 0px;
		transform-origin: left center;
	}
	.mobile-menu span:nth-child(2) {
		top: 8px;
		transform-origin: left center;
	}
	.mobile-menu span:nth-child(3) {
		top: 16px;
		transform-origin: left center;
	}

	.menu.open  + .mobile-menu span:nth-child(1) {
		transform: rotate(45deg);
		top: 0px;
		left: 3px;
	}
	.menu.open  + .mobile-menu span:nth-child(2) {
		width: 0%;
		opacity: 0;
	}
	.menu.open  + .mobile-menu span:nth-child(3) {
		transform: rotate(-45deg);
		top: 20px;
		left: 3px;
		width: 100%;
	}
	.info div {
		margin-bottom: 30px;
	}
	.slider-services .slick-list {
		padding: 0 30% 0 0 !important;
	}
	.partner {
		display: flex !important;
	}
  .tab-body.open .tab-content {
    max-height: 500px;
  }
  .services-slider .col-w40.mobile-w100 {
    width: calc(100% - 60px);
  }
}