@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,800');

body {
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #000;
	overflow-x: hidden;
	margin: 0;
}
.scroll {
  background: #f2f2f2;
}
.navbar.navbar-expand-lg.scroll {
	padding-top: 10px;
}
.navbar.navbar-expand-lg {
	padding-top: 20px;
}
.navbar-brand img {
	width: 180px;
}
#particles-js {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.welcome-area {
    position: relative;
    padding-top: 80px;
	min-height: 700px;
}
.welcome-right {
	padding: 100px 0;
}
.type-wrap {
	font-size: 35px;
	display: flex;
	height: 58px;
}
.intro-text p {
  	font-size: 15px;
  	margin-top: 20px;
  	margin-bottom: 50px;
	line-height: 24px;
}
.intro-text h1 {
  	font-size: 40px;
  	font-weight: 700;
  	line-height: 50px;
}
.intro-text h2 {
	font-size: 32px;
  	font-weight: 700;
	margin-bottom: 30px;
}
.welcome-img {
	width: 1000px;
	position: absolute;
    right: -10%;
}
.about-us {
	position: relative;
  	z-index: 2;
}
.about-us::after {
	position: absolute;
  	content: "";
  	height: 140%;
  	width: 100%;
  	right: -38%;
  	bottom: -60%;
  	background: url(../images/about-bg1.png)no-repeat;
  	-webkit-transform: rotate(14deg);
  	z-index: -1;
}
.about-img {
	margin: 100px 0;
}
.about-img .chess {
	max-width: 475px;
}

.about-img .crown {
	position: absolute;
	width: 23%;
    left: 33%;
    top: 20%;
	-webkit-animation: action 2s infinite  alternate;
	animation: action 2s infinite  alternate;
}
@-webkit-keyframes action {
	0% { transform: translateY(0); }
    100% { transform: translateY(10px); }
}
@keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(10px); }
}
.about-us .intro-text {
	margin-top: 50px;
}
.provide {
	z-index: 100;
	position: relative;
}
.provide .single-provide {
	background: #ffbf40;
	padding: 15px;
	height: 420px;
	margin-bottom: 30px;
}
.provide .single-provide:hover {
	background: #f2f2f2;
	-webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.single-provide-img {
	max-width: 180px;
	margin: 15px auto;
}
.single-provide-text .single-provide-title {
	display: table;
    height: 70px;
    width: 100%;
    text-align: center;
}
.single-provide-text .single-provide-title h4 {
	font-size: 20px;
    text-transform: capitalize;
    display: table-cell;
    vertical-align: middle;
}
.single-provide-text p {
	font-size: 14px;
    line-height: 24px;
}
.about-us2 {
	

	margin: 100px 0;
}
.contact-us {
	background: #ffbf40;
	position: relative;
    z-index: 2;
    overflow: hidden;
	padding: 100px 0;
}
.contact-us:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    bottom: -50%;
    left: -20%;
    background: url(../images/liveShape-bg.svg) no-repeat;
    z-index: -1;
}
.contact-us:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -31%;
    right: -84%;
    z-index: -1;
    background: url(../images/liveShape-bg.svg) no-repeat;
}
.contact-us form input, .contact-us form textarea {
	width: 100%;
    background: #000000;
    border: none;
    padding: 15px;
    text-transform: capitalize;
    border-radius: 10px;
	margin-bottom: 15px;
	color: #fff;
}
input::placeholder, textarea::placeholder{
  color: #999;
}
.footer {
	background: #000;
	padding: 10px 0;
}
.footer img {
	filter: grayscale(100%);
}
.footer-text {
	text-align: left;
}
.footer small {
	color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-img .crown {
		left: 38%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.welcome-img {
		position: relative;
		width: 100%;
		right: 0;
		top: 10%;
	}
	.about-img .crown {
		left: 38%;
	}
	.single-provide-img {
		margin: 0 auto;
	}
}
@media only screen and (max-width: 767px) {
	.navbar.navbar-expand-lg, .navbar.navbar-expand-lg.scroll {
		background: #f2f2f2;
		padding-top: 8px;
	}
	.intro-text p {
		margin-top: 10px;
		margin-bottom: 30px;
		line-height: 20px;
	}
	.intro-text h2 {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.welcome-area {
		min-height: auto;
	}
	.welcome-img {
		display: none;
	}
	.about-us::after {
		display: none;
	}
	.about-img {
		margin: 0;
		text-align: center;
	}
	.about-img .chess {
		max-width: 100%;
	}
	.about-img .crown {
		top: 0;
		width: 30%
	}
	.about-us .intro-text {
		margin-top: 0;
	}
	.about-us2 {
		margin: 0 0 50px;
	}
	.contact-us {
		padding: 40px 0;
	}
	.footer-text {
		text-align: center;
	}
}