@font-face {
	font-family: 'Assistant';
	src: url('../fonts/Assistant-Regular.eot');
	src: url('../fonts/Assistant-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Assistant-Regular.woff2') format('woff2'),
	url('../fonts/Assistant-Regular.woff') format('woff'),
	url('../fonts/Assistant-Regular.ttf') format('truetype'),
	url('../fonts/Assistant-Regular.svg#Assistant-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Assistant';
	src: url('../fonts/Assistant-SemiBold.eot');
	src: url('../fonts/Assistant-SemiBold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Assistant-SemiBold.woff2') format('woff2'),
	url('../fonts/Assistant-SemiBold.woff') format('woff'),
	url('../fonts/Assistant-SemiBold.ttf') format('truetype'),
	url('../fonts/Assistant-SemiBold.svg#Assistant-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Assistant';
	src: url('../fonts/Assistant-Bold.eot');
	src: url('../fonts/Assistant-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Assistant-Bold.woff2') format('woff2'),
	url('../fonts/Assistant-Bold.woff') format('woff'),
	url('../fonts/Assistant-Bold.ttf') format('truetype'),
	url('../fonts/Assistant-Bold.svg#Assistant-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

*:focus,
.form-control:focus {
	outline: 0 !important;
	box-shadow: none !important;
}

html {
	font-size: 16px;
}

body {
	padding: 0;
	margin: 0;
	color: #808080;
	font-size: 14px;
	overflow-x: hidden;
	font-family: 'Assistant', sans-serif;
}

html,
body {
	height: 100%;
	width: 100%;
	position: relative;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: inherit;
}

a,
a:hover,
a:focus {
	text-decoration: none;
	color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

h1 {
	font-size: 3.75rem;
}

h2 {
	font-size: 3rem;
}

h3 {
	font-size: 1.75rem;
}

p {
	font-size: 18px;
}

a:not(#header-mouse-btn):not(.cbp-item) {
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

button {
	border: none;
	cursor: pointer;
}

::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
	color: #b5b5b5 !important;
	text-align: right !important;
}

:-moz-placeholder,
.form-control:-moz-placeholder {
	color: #b5b5b5 !important;
	text-align: right !important;
}

::-moz-placeholder,
.form-control::-moz-placeholder {
	color: #b5b5b5 !important;
	text-align: right !important;
}

:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
	color: #b5b5b5 !important;
	text-align: right !important;
}

.form-control {
	height: 48px;
	width: 100%;
}

.form-control:disabled {
	background-color: #fff;
}

.form-control {
	padding: 12px 0;
	margin-bottom: 30px;
	font-size: 18px;
	border: none;
	border-bottom: 1px solid #808080;
	border-radius: 0;
	position: relative;
}

textarea.form-control {
	width: 100%;
	min-height: 116px;
}

.form-control:focus {
	border-color: #808080;
}

textarea.form-control {
	resize: none;
}

/* Fancybox */

figcaption {
	display: none;
}

.fancybox-caption__body {
	width: 100%;
	max-width: 770px;
	direction: rtl;
	padding: 1% 1%;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 10px;
	margin: 0 auto;
}

.fancybox-caption__body > h6 {
	font-size: 1.2rem;
	line-height: 1.6rem;
	margin-bottom: .5rem;
	font-weight: 600;
}

.fancybox-caption__body > p {
	font-size: 16px;
	margin: 0;
}

.fancybox-slide--image {
	padding: 44px 0;
}

.fancybox-infobar {
	left: auto;
	right: 0;
}

.fancybox-toolbar {
	right: auto;
	left: 0;
}

/* Helper Classes */

.padding {
	padding: 8rem 0;
}

.padding-half {
	padding: 4rem 0;
}

.padding-top {
	padding-top: 7.5rem;
}

.padding-bottom {
	padding-bottom: 7.5rem;
}

.margin-top {
	margin-top: 4.375rem;
}

.margin-top-half {
	margin-top: 3.5rem;
}

.margin-bottom-half {
	margin-bottom: 3.5rem;
}

.padding-bottom-half {
	padding-bottom: 4.375rem;
}

.padding-top-half {
	padding-top: 4.375rem;
}

.heading-space {
	margin-bottom: 4.375rem
}

.top60 {
	margin-top: 60px;
}

.bottom45 {
	margin-bottom: 45px;
}

.top40 {
	margin-top: 40px;
}

.top30 {
	margin-top: 30px;
}

.bottom30 {
	margin-bottom: 30px;
}

.bottom35 {
	margin-bottom: 35px;
}

.bottom25 {
	margin-bottom: 25px;
}

.top25 {
	margin-top: 25px;
}

.bottom20 {
	margin-bottom: 20px;
}

.top20 {
	margin-top: 20px;
}

.top15 {
	margin-top: 15px;
}

.bottom15 {
	margin-bottom: 15px;
}

.bottom10 {
	margin-bottom: 10px;
}

.margin10 {
	margin-top: 15px;
}

.bottom5 {
	margin-bottom: 5px;
}

.no-bottom {
	margin-bottom: 0;
}

.no-padding {
	padding: 0;
}

.bg-light {
	background: #f6f6f6;
}

.blackcolor {
	color: #000;
}

.darkcolor {
	color: #424242;
}

.pinkcolor {
	color: #ff0060;
}

.font-medium {
	font-weight: 600;
}

.font-bold {
	font-weight: 700;
}

/* Heading Style */

.heading {
	border-bottom: 1px solid #dadada;
	display: inline-block;
}

.heading .divider-left,
.heading .divider-center {
	height: 4px;
	width: 70px;
	background: #ff0060;
	display: block;
}

.heading .divider-left {
	margin: 10px 0 -2px;
}

.heading .divider-center {
	margin: 10px auto -2px;
}

.subtitle {
	font-size: 1.6rem;
	color: #424242;
	line-height: 2.1rem;
}

/* Align Items Center */

.center-block {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex-align: center;
	box-pack: center;
	box-orient: vertical;
	box-direction: normal;
	box-align: center;
}

/* Buttons */

.btn-common {
	padding: 12px 2.5rem;
	display: inline-block;
	font-weight: bold;
	line-height: normal;
	font-size: 18px;
	text-align: center;
	border-radius: 30px;
	position: relative;
	z-index: 1;
	border: 1px solid transparent;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.btn-full {
	width: 100%; 
}

.btn-common.btn-main {
	background-color: #ff0060;
	color: #fff;
}

.btn-common,
.btn-common:hover {
	border: none;
}

.btn-common.btn-main:disabled {
	cursor: default;
}

@media (min-width: 991px) {
	.btn-common.btn-main:not(:disabled):hover {
		background: #424242;
		color: #fff;
	}
}

/* Navigation */

.navbar,
.navbar-nav .nav-link,
.navbar .container {
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.transparent-bg {
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
}

.navbar {
	padding-bottom: 0;
	padding-top: 0;
	z-index: 1000;
	direction: ltr;
}

.active {
	cursor: default;
}

.navbar.fixedmenu {
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	margin: 0;
	padding-bottom: 0;
	padding-top: 0;
	z-index: 1002;
	background: #fff;
	-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
	-ms-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
	-o-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.fixedmenu .navbar-nav .nav-link {
	font-size: 18px;
}

.fixedmenu .navbar-brand {
	width: 130px;
}

.navbar-brand {
	margin: 15px 0;
	padding: 0;
	width: 175px;
	position: relative;
	z-index: 1;
}

.navbar-brand > img {
	width: 100%;
}

.collapse {
	position: relative;
}

.navbar-nav .nav-item {
	margin: 12px 1.25rem;
}

.hvr-multi .navbar-nav .nav-item {
	margin: 0 .25rem;
}

.navbar-nav .nav-link {
	padding: 8px 0;
	color: #424242;
	font-weight: 600;
	font-size: 20px;
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.fixedmenu .navbar-nav .nav-link {
	color: #384141;
}

.hvr-multi .navbar-nav .nav-link {
	padding: 8px 1rem;
	border-radius: 30px;
}

.hvr-multi .navbar-nav .nav-link.active {
	color: #fff;
	background: #ff0060;
}

#nav {
	direction: rtl;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

#nav > ul {
	font-size: 0;
}

@media (min-width: 991px) {
	.hvr-multi .navbar-nav .nav-link:not(.active):hover {
		color: #ff0060;
	}
}

@media (max-width: 991px) {
	.navbar-brand {
		width: 130px;
	}

	.transparent-bg {
		background: rgba(255, 255, 255, .9);
		-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
		-moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
		-ms-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
		-o-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
		box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
	}
}

/* Toggle Responsive */

.navbar-toggler {
	position: relative;
	border: none;
	height: 32px;
	padding: 5px 0;
}

.navbar-toggler span {
	display: block;
	background: #424242;
	height: 2px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	position: relative;
	left: 0;
	opacity: 1;
}

.fixedmenu .navbar-toggler span {
	background: #384141;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
	-webkit-transition: transform .35s ease-in-out;
	-moz-transition: transform .35s ease-in-out;
	-ms-transition: transform .35s ease-in-out;
	-o-transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
	position: absolute;
	left: 0;
	top: 10px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
	height: 3px;
	visibility: hidden;
	background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
	position: absolute;
	left: 0;
	top: 10px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	opacity: 0.9;
}

@media (min-width: 991px) and (max-width: 1200px) {
	.navbar-nav .nav-item {
		margin: 0 0.875rem
	}
}

@media (max-width: 991px) {
	.hvr-multi .navbar-nav .nav-item {
		margin: 0 0 10px;
	}

	.navbar-nav .nav-link {
		padding: 4px 0;
	}
}

/* Revolution Slider */

#rev-single a:not(#header-mouse-btn) {
	line-height: normal !important;
	-webkit-transition: background .5s ease-in, color .5s ease-in !important;
	-moz-transition: background .5s ease-in, color .5s ease-in !important;
	-ms-transition: background .5s ease-in, color .5s ease-in !important;
	-o-transition: background .5s ease-in, color .5s ease-in !important;
	transition: background .5s ease-in, color .5s ease-in !important;
	padding: 1rem 3rem !important;
}

#header-mouse-btn {
	width: 100%;
	height: 100%;
}

.tp-caption {
	padding-left: 15px;
	padding-right: 15px;
}

.rev-scroll-btn.revs-dark span {
	background: #ff0060;
}

/* Home */

#home {
	direction: ltr;
	min-height: 100%;
}

/* Services */

.icon-box {
	padding: 10px 65px;
	position: relative;
}

.icon-box i {
	display: inline-block;
	font-size: 44px;
	color: #b2cb20;
	position: relative;
}

.icon-wrapper [class^="col"]:nth-child(2n) .icon-box i {
	color: #4fb8aa;
}

.icon-wrapper [class^="col"]:nth-child(3n) .icon-box i {
	color: #e84455;
}

.icon-wrapper [class^="col"]:nth-child(4n) .icon-box i {
	color: #e4c800;
}

@media (max-width: 991px) {
	.icon-box {
		padding: 10px 10px;
	}
}

/* Paralax Bg */

#parallax-bg-one {
	background-image: url('../images/parallax1.jpg');
}

#parallax-bg-two {
	background-image: url('../images/parallax2.jpg');
}

#parallax-bg-one,
#parallax-bg-two {
	padding: 10% 0;
}

.parallax-bg {
	position: relative;
	z-index: 5;
	background-size: cover;
	width: 100%;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.parallax-bg h1 {
	font-size: 5rem;
	display: inline-block;
	-webkit-text-shadow: 0 0 10px #fff;
	-moz-text-shadow: 0 0 10px #fff;
	-ms-text-shadow: 0 0 10px #fff;
	-o-text-shadow: 0 0 10px #fff;
	text-shadow: 0 0 10px #fff;
}

.parallax-bg h2 {
	font-size: 2.5rem;
	-webkit-text-shadow: 0 0 10px #fff;
	-moz-text-shadow: 0 0 10px #fff;
	-ms-text-shadow: 0 0 10px #fff;
	-o-text-shadow: 0 0 10px #fff;
	text-shadow: 0 0 10px #fff;
}

@media (max-width: 991px) {
	.parallax-bg {
		background-attachment: scroll;
	}

	.parallax-bg:before {
		content: " ";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: #fff;
		opacity: 0.5;
	}
}

@media (max-width: 560px) {
	.parallax-bg h1 {
		font-size: 3.7rem;
	}

	.parallax-bg h2 {
		font-size: 1.8rem;
	}
}

/* Projects */

.cbp-ready > * {
	visibility: all;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding: 12px 2.5rem;
	border-radius: 30px;
	border: 1px solid #dadada;
	line-height: normal;
	margin-top: 4.375rem;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
	font-family: 'Assistant', sans-serif;
	background: #ff0060;
	border: none;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link:hover {
	color: #fff;
	border: none;
}

.cbp-l-loadMore-link.cbp-l-loadMore-stop {
	display: none;
}

.cbp-l-loadMore-link,
.overlay, .overlay .opens {
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.overlay {
	background: rgba(248, 249, 250, 0.6);
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.cbp-title {
	font-size: 1.3rem;
	text-align: center;
	margin: .5rem 0 0;
}

.cbp-title > span {
	display: block;
	line-height: 1.8rem;
}

.overlay .opens {
	height: 70px;
	width: 70px;
	border-radius: 100%;
	display: inline-block;
	background: #ff0060;
	color: #fff;
	font-size: 28px;
	text-align: center;
	line-height: 72px;
	-webkit-transform: rotate(50deg) scale(1.5);
	-moz-transform: rotate(50deg) scale(1.5);
	-ms-transform: rotate(50deg) scale(1.5);
	-o-transform: rotate(50deg) scale(1.5);
	transform: rotate(50deg) scale(1.5);
}

@media (min-width: 991px) {
	.cbp-l-loadMore-button .cbp-l-loadMore-link:hover {
		color: #fff;
		background: #424242;
	}

	.cbp-item:hover .overlay {
		opacity: 1;
		visibility: visible;
	}

	.overlay .opens:hover {
		background: #ffffff;
		color: #384141;
	}

	.cbp-item:hover .overlay .opens {
		-webkit-transform: rotate(0) scale(1);
		-moz-transform: rotate(0) scale(1);
		-ms-transform: rotate(0) scale(1);
		-o-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1);
	}
}

@media (max-width: 1024px) {
	.cbp-l-loadMore-link {
		padding: 5px 1.1rem;
	}

	.cbp-title {
		font-size: 1.5rem;
	}
}

@media (max-width: 991px) {
	.cbp-l-loadMore-link {
		font-size: 20px;
		padding: 5px 1rem;
	}
}

@media (max-width: 560px) {
	.cbp-title {
		font-size: 1.8rem;
	}

	.cbp-title > span {
		line-height: 2.1rem;
	}
}

/* Brands */

#brands {
	position: relative;
	z-index: 2;
}

#brands-list img {
	width: 100%;
}

/* About Us */

#aboutus {
	overflow: hidden;
}

#aboutus img {
	width: 95%;
}

#aboutus ul {
	list-style: disc;
	font-size: 18px;
	list-style-position: inside;
	text-align: right;
	margin-bottom: 1rem;
}

@media (max-width: 991px) {
	#aboutus .text-left {
		text-align: center !important;
	}

	#aboutus p {
		text-align: right;
	}

	#aboutus .heading .divider-left {
		margin: 10px auto -2px;
	}

	#aboutus img {
		width: 100%;
		margin-top: 4.375rem;
	}
}

/* Contact Us */

#contactus {
	overflow: hidden;
}

.contact-table {
	overflow: hidden;
}

.contact-table .cells {
	vertical-align: top;
}

.contact-table .icon-cell {
	display: inline-block;
	background: #4fb8aa;
	color: #fff;
	height: 40px;
	width: 40px;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	border-radius: 50%;
	margin-right: 10px;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

#contactus .contact-table:first-child .icon-cell {
	background: #b2cb20;
}

#contactus .contact-table:nth-child(2) .icon-cell {
	background: #4fb8aa;
}

#contactus .contact-table:nth-child(3) .icon-cell {
	background: #e84455;
}

#contactus .contact-table:nth-child(4) .icon-cell {
	background: #e4c800;
}

#contact-form {
	width: 100%;
}

#contact-form .form-group {
	width: 100%;
}

.ltr-input {
	text-align: left;
	direction: ltr;
}

.error {
	height: 30px;
	line-height: 30px;
	color: red;
	font-size: 16px;
}

#response-message:not(:empty) {
	text-align: center;
	margin-top: 15px;
	font-size: 18px;
}

@media (min-width: 991px) {
	#contactus a:hover {
		color: #ff0060;
	}
}

@media (max-width: 991px) {
	#contactus .contact-table {
		display: inline-block !important;
		width: 40%;
		vertical-align: top;
		margin: 0 0 4.375rem 0;
		text-align: right;
	}

	#contactus .contact-table:nth-child(even) {
		padding-right: 10%;
	}

	#contactus .container .row > div {
		font-size: 0;
		text-align: center;
	}
	
	#contactus .heading .divider-left {
		margin: 10px auto -2px;
	}

	#contactus .text-left {
		text-align: center !important;
	}
}

@media (max-width: 767px) {
	#contactus .icon-cell {
		margin: 0 0 5px 0;
	}

	#contactus .cells {
		display: block !important;
		text-align: center;
	}

	#contactus .contact-table {
		width: 50%;
	}

	#contactus .contact-table:nth-child(even) {
		padding: 0;
	}
}

/* Footer */

footer {
	background: #424242;
	position: relative;
	z-index: 5;
}

.footer-panel .divider-left {
	background: #fff;
}

footer,
footer p {
	color: #fff;
}

footer .footer-panel h3 {
	display: block;
}

#footer-logo {
	display: inline-block;
}

#footer-logo > img {
	width: 130px;
}

footer .footer-panel p.address > i {
	display: inline-block;
	font-size: 15px;
	vertical-align: middle;
	width: 25px;
	text-align: center;
}

.footer-panel .links a {
	color: #fff;
	font-size: 16px;
	display: inline-block;
}

.footer-panel p {
	font-size: 16px;
}

#social-icons {
	direction: ltr;
	font-size: 0;
}

#social-icons li {
	display: inline-block;
}

#social-icons li:not(:first-child) {
	margin-left: 5px;
}

#social-icons li a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #fff;
	font-size: 16px;
	text-align: center;
	border-radius: 50%;
	display: block;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

#copyright {
	width: 100%;
	padding: 1.625rem 0;
}

#copyright p {
	margin: 0;
	font-size: 1.115rem;
	line-height: normal;
}

@media (min-width: 991px) {
	footer .footer-panel p.address a:hover,
	#copyright a:hover {
		color: #ff0060;
	}

	.footer-panel .links a:hover {
		color: #ff0060;
	}

	#social-icons li a:hover {
		color: #fff;
	}

	#facebook-icon:hover {
		background: #3b5999;
		border-color: #3b5999;
	}

	#google-icon:hover {
		background: #dd4b39;
		border-color: #dd4b39;
	}
}

@media (max-width: 767px) {
	footer .row .footer-panel:not(:first-child) {
		margin-top: 2rem;
	}
}

/* Global Responsive */

@media (max-width: 1200px) {
	html {
		font-size: 15px;
	}

	h1 {
		font-size: 2.56rem;
	}

	h2 {
		font-size: 2.45rem;
	}

	h3 {
		font-size: 1.65rem;
	}

	h4 {
		font-size: 1.4rem;
	}
}

@media (min-width: 536px) and (max-width: 1024px) {
	p {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.navbar-nav .nav-link {
		font-size: 18px;
	}

	.fixedmenu .navbar-nav .nav-link {
		font-size: 18px;
	}

	html {
		font-size: 14px;
	}

	h1 {
		font-size: 2.75rem;
	}

	h2 {
		font-size: 2.3rem;
	}

	h3 {
		font-size: 1.8rem;
	}
}

@media (max-width: 768px) {
	h1 {
		font-size: 2.65rem;
	}

	h2 {
		font-size: 2.8rem;
	}

	h3 {
		font-size: 1.8rem;
	}

	h4 {
		font-size: 1.6rem;
	}

	.btn-common {
		padding: 10px 2.2rem;
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.padding {
		padding: 8rem 0;
	}

	.padding-top {
		padding-top: 4rem
	}

	.padding-bottom {
		padding-bottom: 4rem
	}
}

@media (max-width: 560px) {
	.btn-common {
		padding: 8px 2rem;
		font-size: 18px;
	}
}

/* Loader */

#loader {
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1111;
	text-align: center;
	background-color: #ebecee;
}

#loader > div {
	width: 100%;
	height: 100%;
	display: table;
}

#loader > div > div {
	display: table-cell;
	vertical-align: middle;
}

#loader > div > div > img {
	-webkit-animation: flip ease-in 4s infinite;
	-moz-animation: flip ease-in 4s infinite;
	-ms-animation: flip ease-in 4s infinite;
	-o-animation: flip ease-in 4s infinite;
	animation: flip ease-in 4s infinite;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	width: 165px;
}

@-webkit-keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotateY(360deg) scale3d(1, 1, 1);
		-moz-transform: perspective(400px) rotateY(360deg) scale3d(1, 1, 1);
		-ms-transform: perspective(400px) rotateY(360deg) scale3d(1, 1, 1);
		-o-transform: perspective(400px) rotateY(360deg) scale3d(1, 1, 1);
		transform: perspective(400px) rotateY(360deg) scale3d(1, 1, 1);
		-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-moz-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-ms-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-o-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
		animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

	50% {
		-webkit-transform: perspective(400px) rotateY(360deg) scale3d(1.2, 1.2, 1.2);
		-moz-transform: perspective(400px) rotateY(360deg) scale3d(1.2, 1.2, 1.2);
		-ms-transform: perspective(400px) rotateY(360deg) scale3d(1.2, 1.2, 1.2);
		-o-transform: perspective(400px) rotateY(360deg) scale3d(1.2, 1.2, 1.2);
		transform: perspective(400px) rotateY(360deg) scale3d(1.2, 1.2, 1.2);
		-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-moz-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-ms-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-o-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
		animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

	to {
		-webkit-transform: perspective(400px) rotateY(0deg) scale3d(1, 1, 1);
		-moz-transform: perspective(400px) rotateY(0deg) scale3d(1, 1, 1);
		-ms-transform: perspective(400px) rotateY(0deg) scale3d(1, 1, 1);
		-o-transform: perspective(400px) rotateY(0deg) scale3d(1, 1, 1);
		transform: perspective(400px) rotateY(0deg) scale3d(1, 1, 1);
		-webkit-animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
		-moz-animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
		-ms-animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
		-o-animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
		animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
	}
}

@keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotateY(360deg) scale3d(1, 1, 1);
		-moz-transform: perspective(400px) rotateY(360deg) scale3d(1, 1, 1);
		-ms-transform: perspective(400px) rotateY(360deg) scale3d(1, 1, 1);
		-o-transform: perspective(400px) rotateY(360deg) scale3d(1, 1, 1);
		transform: perspective(400px) rotateY(360deg) scale3d(1, 1, 1);
		-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-moz-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-ms-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-o-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
		animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

	50% {
		-webkit-transform: perspective(400px) rotateY(360deg) scale3d(1.2, 1.2, 1.2);
		-moz-transform: perspective(400px) rotateY(360deg) scale3d(1.2, 1.2, 1.2);
		-ms-transform: perspective(400px) rotateY(360deg) scale3d(1.2, 1.2, 1.2);
		-o-transform: perspective(400px) rotateY(360deg) scale3d(1.2, 1.2, 1.2);
		transform: perspective(400px) rotateY(360deg) scale3d(1.2, 1.2, 1.2);
		-webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-moz-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-ms-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-o-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
		animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

	to {
		-webkit-transform: perspective(400px) rotateY(0deg) scale3d(1, 1, 1);
		-moz-transform: perspective(400px) rotateY(0deg) scale3d(1, 1, 1);
		-ms-transform: perspective(400px) rotateY(0deg) scale3d(1, 1, 1);
		-o-transform: perspective(400px) rotateY(0deg) scale3d(1, 1, 1);
		transform: perspective(400px) rotateY(0deg) scale3d(1, 1, 1);
		-webkit-animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
		-moz-animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
		-ms-animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
		-o-animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
		animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
	}
}