html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

*, ::after, ::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #f0f0f0;
/*    font-family: 'Roboto Slab', serif;*/;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

section.hero {
	background-color: #000000;
	position: relative;
}

.slider-h-100.slider-h-auto {
	min-height: calc(100vh - 50px);
}

.slider-h-100 {
	width: 100%;
	height: calc(100vh - 50px);
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
	overflow: hidden;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.slide-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}

.slide-content {
	position: relative;
	z-index: 1;
	width: 100%;
}

.full-slider .inner, .no-slider .inner {
	top: 0;
	max-width: 1140px;
	padding: 0;
	margin: auto;
}

.slider-h-auto.no-slider .inner {
	top: 0;
	padding-top: 10px;
	padding-bottom: 100px;
}

.full-slider .inner .center, .no-slider .inner .center {
	width: 100%;
	padding: 3rem 0;
}

.logo {
	width: auto;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
/*
    -webkit-animation: 3s ease 0s normal forwards 1 fadein;
    animation: 3s ease 0s normal forwards 1 fadein;
    animation-delay: .5s;
    opacity: 0;
*/;
}
/*
.logo img{
    margin-bottom: 140px;
}
*/

.logo img {
	margin-bottom: 130px;
	margin-top: 50px;
}



/*
@keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}
*/

h1 {
	max-width: 800px;
	font-size: 34px;
	line-height: 54px;
	font-weight: 300;
	opacity: 0;
	color: #fff;
	-webkit-animation: 3s ease 0s normal forwards 1 fadeInUpBig;
	animation: 3s ease 0s normal forwards 1 fadeInUpBig;
	display: inline-block;
	animation-delay: 2s;
	margin: 0 0 200px 0;
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
	}

	66% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
	}

	66% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.hero-img {
	width: 100%;
	height: 100%;
	background-image: url(../images/hero-img.png);
	background-repeat: no-repeat;
	position: absolute;
	background-position: center bottom;
	z-index: -1;
	-webkit-animation: 3s ease 0s normal forwards 1 fadeInUpBig;
	animation: 3s ease 0s normal forwards 1 fadeInUpBig;
	display: inline-block;
	animation-delay: 1s;
	opacity: 0;
    /* background-size: 100%; */;
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
	}

	66% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
	}

	66% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

section {
	position: relative;
	width: 100%;
	padding: 130px 0;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

section.section-1 {
	background-color: var(--section-1-bg-color);
	background-image: var(--section-1-bg-image);
}

.title-row {
	margin-bottom: 20px;
}

.title-row h2 {
	margin: 1.5rem 0;
	font-size: 38px;
	font-weight: 500;
	line-height: 1.2;
	color: #060606;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-family: 'Roboto Slab', serif;
	position: relative;
	padding: 0px 0px 30px 0px;
	margin: 0px 0 22px 0;
}

.title-row h2::after {
	position: absolute;
	content: "";
	width: 50px;
	height: 5px;
	background-color: #ff6400;
	bottom: 0px;
	left: 48%;
}

.title-row p {
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 38px;
	color: #747474;
	text-align: center;
}

p {
	font-size: 16px;
	color: #000000;
	line-height: 28px;
	font-weight: 400;
	text-align: left;
	padding: 15px 0px;
}

.text-max-900 {
	max-width: 900px;
	margin: auto;
}

h3 {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.2;
	color: #ff6400;
	font-family: 'Roboto Slab', serif;
	margin: 10px 0px 15px 0px;
	padding: 0px;
	text-align: left;
}

.who-we-are ul {
	margin: 0px;
	padding: 0px;
}

.who-we-are ul li {
	margin: 0px;
	padding: 0px 0 0 16px;
	font-size: 16px;
	color: #000000;
	line-height: 28px;
	font-weight: 400;
	text-align: left;
	background-image: url(../images/list-details-dot.png);
	background-repeat: no-repeat;
	background-position: left 12px;
	list-style: none;
}

section.section-2 {
	background-color: var(--section-2-bg-color);
	background-image: var(--section-2-bg-image);
}

.our-services .list-services {
	border-bottom: #b5b5b5 1px solid;
	padding: 15px 0px;
}

.our-services .list-services .icon-div {
	width: 140px;
	height: 140px;
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}

.our-services .list-services .icon-div img {
	display: block;
	max-width: 100%;
}

.clear {
	clear: both;
}

.our-services .list-services .details-div {
	max-width: 710px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.our-services .list-services .details-div p {
	font-size: 16px;
	color: #000000;
	line-height: 28px;
	font-weight: 400;
	text-align: left;
	padding: 0px 0px;
}

.our-services .list-services .details-div h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	color: #ff6400;
	font-family: 'Roboto Slab', serif;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	text-align: left;
}

section.section-3 {
	background-color: var(--section-3-bg-color);
	background-image: var(--section-3-bg-image);
}

section.section-4 {
	background-color: var(--section-4-bg-color);
	background-image: var(--section-4-bg-image);
}

p a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #ff6400;
}

p a:hover {
	text-decoration: underline;
}

footer {
	position: relative;
/*	background-color: var(--footer-bg-color);*/
/*
    border-radius: 50% / 100% 100% 0 0;
    border-radius: 100% / 20% 20% 0 0;
*/
	z-index: 0;
	display: grid;
/*    grid-template-rows: 14vh max-content 18vh; */
	overflow: hidden;
	border-bottom: 5px solid #ff7101;
}

footer::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: -50px;
	right: -50px;
	bottom: 0;
	height: auto;
	background-image: linear-gradient( #000000, #000000);
	border-top-left-radius: 50% 75px;
	border-top-right-radius: 50% 75px;
}

footer .logo-row {
	width: auto;
	height: auto;
	margin: 0px 0px 80px 0px;
	padding: 0px;
	text-align: center;
}

.copyright {
	font-size: 12px;
	color: #9e9e9e;
	line-height: 28px;
	font-weight: 400;
	text-align: center;
}

.copyright span {
	padding: 0px 10px;
}

footer .footer {
	padding: 50px 0px;
}

.profile-pic {
	width: 220px;
	height: 220px;
	margin: 0px auto 30px auto;
	padding: 0px;
}

.profile-pic img {
	display: block;
	max-width: 100%;
}

/*

.who-we-are {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}
@-webkit-keyframes who-we-are {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes who-we-are {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}*/

@media(min-width:992px) and (max-width:1199px) {
	.hero-img {
		background-size: 100%;
	}

	.slider-h-100.slider-h-auto {
		min-height: calc(100vh - 0px);
	}

	.slider-h-100 {
		width: 100%;
		height: calc(100vh - 0px);
	}

	.logo img {
		margin-bottom: 80px;
	}

	h1 {
		max-width: 800px;
		font-size: 34px;
		line-height: 54px;
		font-weight: 300;
		margin: 0 0 60px 0;
	}

	.our-services .list-services .details-div {
		/*	max-width: 530px;*/
		float: left;
		margin: 0px;
		padding: 0px;
	}
}

@media(min-width:768px) and (max-width:991px) {
	.hero-img {
		background-size: 100%;
	}

	.slider-h-100.slider-h-auto {
		min-height: calc(100vh - 0px);
	}

	.slider-h-100 {
		width: 100%;
		height: calc(100vh - 0px);
	}

	.logo img {
		margin-bottom: 80px;
	}

	h1 {
		max-width: 800px;
		font-size: 34px;
		line-height: 54px;
		font-weight: 300;
		margin: 0 0 60px 0;
	}

	.our-services .list-services .details-div {
		max-width: 530px;
		float: left;
		margin: 0px;
		padding: 0px;
	}
}

@media (max-width: 767px) {
	.slider-h-100 {
	/* width: 100%;	height: auto; */
	}

	.slider-h-100.slider-h-auto {
	/*	min-height: auto;*/
	}

	h1 {
		font-size: 28px;
		line-height: 40px;
		margin: 0 0 40px 0;
		text-align: center;
		width: 100%;
	}

	.hero-img {
		background-size: 100%;
	}

	.full-slider .inner .center, .no-slider .inner .center {
		padding: 3rem 0 0 0;
	}

	.logo img {
		margin-bottom: 70px;
		max-width: 80%;
		margin-top: 30px;
	}

	section {
		padding: 80px 0;
	}

	.title-row p {
		font-size: 18px;
		font-weight: 400;
		line-height: 36px;
	}

	.title-row h2::after {
		left: 45%;
	}

	.title-row h2 {
		font-size: 34px;
		font-weight: 500;
		line-height: 1.2;
		padding: 0px 0px 24px 0px;
		margin: 0px 0 15px 0;
	}

	.title-row {
		margin-bottom: 10px;
	}

	p {
		padding: 10px 0px;
	}

	h3 {
		font-size: 20px;
		font-weight: 500;
		line-height: 32px;
		margin: 10px 0px 15px 0px;
		padding: 0px;
	}

	.our-services .list-services .icon-div {
		float: none;
		margin: 0px auto 15px auto;
		padding: 0px;
	}

	.our-services .list-services .details-div h3 {
		font-size: 20px;
		font-weight: 500;
		line-height: 1.2;
		margin: 0px 0px 15px 0px;
		padding: 0px;
		text-align: center;
	}

	.profile-pic {
		width: 180px;
		height: 180px;
		margin: 0px auto 30px auto;
		padding: 0px;
	}

	footer .logo-row {
		margin: 0px 0px 50px 0px;
	}
}