@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,600,700&display=swap');


body {
	margin: 0;
	padding: 0;
	font-family: 'Quicksand',Segoe UI, Arial;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6;
	color: #848484;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
}

/*menu-start*/

.menu-container {
	padding-top: 25px;
	padding-bottom: 25px;
	position: absolute;
	z-index: 999;
	left: 0;
	right: 0px;
	height: 95px;
}

.logo {
	float: left;
}

.menu {
	float: right;
	margin-top: 2px;
}

	.menu ul {
		padding-left: 0;
		margin-bottom: 0;
	}

		.menu ul li {
			display: inline;
			padding-left: 10px;
			padding-right: 10px;
			list-style: none;
		}

			.menu ul li a {
				font-weight: 700;
				text-decoration: none;
				color: #fff;
				position: relative;
				padding-bottom: 10px;
			}


.three:after {
	content: "";
	width: 20px !important;
	height: 2px;
	background: #d92231;
	position: absolute;
	bottom: -1px;
	transition: all .3s ease-in-out;
	left: -70px;
	opacity: 0;
}

.menu ul li a:hover.three:after {
	left: 0px;
	background: #d92231;
	opacity: 1;
}

.menu-btn {
	padding: 10px 20px 10px 20px;
	border-radius: 2px;
}

	.menu-btn:hover {
		color: #ed6323 !important;
	}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
	width: 35px;
	height: 45px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

	#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
		display: block;
		position: absolute;
		height: 5px;
		width: 100%;
		background: #d92231;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

		#nav-icon1 span:nth-child(1) {
			top: 0px;
		}

		#nav-icon1 span:nth-child(2) {
			top: 10px;
		}

		#nav-icon1 span:nth-child(3) {
			top: 20px;
		}

	#nav-icon1.open span:nth-child(1) {
		top: 10px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	#nav-icon1.open span:nth-child(2) {
		opacity: 0;
		left: -60px;
	}

	#nav-icon1.open span:nth-child(3) {
		top: 10px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}

.mobile-menu-bar {
	display: none;
	float: right;
}

.logos {
	display: none;
	float: left;
}



/*menu-finish*/


/*slider-start*/
.banner-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 100vh;
	width: 100%;
}

.cover-bg {
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	z-index: 99;
}

.slider-center {
	display: flex;
	align-items: center;
	text-align: center;
	height: 100vh;
	margin-bottom: 0;
	position: relative;
	z-index: 222;
}

.slider-button {
	margin-top: 35px;
}

	.slider-button a {
		text-decoration: none;
		color: #fff;
	}

.slider-btn {
	padding: 12px 40px 12px 40px;
	border-radius: 4px;
}


.slider-border-left1 {
	background-color: #fff;
	width: 1px;
	height: 30px;
	transform: rotate(40deg);
	margin-bottom: -6px;
}

.slider-border-left2 {
	background-color: #fff;
	width: 1px;
	height: 30px;
	transform: rotate(-40deg);
	margin-top: -7px;
}

.slider-border-left3 {
	background-color: #fff;
	width: 1px;
	height: 30px;
	transform: rotate(-40deg);
	margin-bottom: -6px;
}

.slider-border-left4 {
	background-color: #fff;
	width: 1px;
	height: 30px;
	transform: rotate(40deg);
	margin-top: -7px;
}


.Slider1 .owl-nav .owl-prev {
	position: absolute;
	top: calc(50% - 28px);
	left: 70px;
	outline-width: 0 !important;
}

.Slider1 .owl-nav .owl-next {
	position: absolute;
	top: calc(50% - 28px);
	right: 70px;
	outline-width: 0 !important;
}

/*slider-finish*/

/*about-start*/

.about-img-one {
	width: 340px;
	height: 380px;
	float: right;
	webkit-box-shadow: 0px 30px 50px 0px rgba(8, 13, 62, 0.15);
	box-shadow: 0px 30px 50px 0px rgba(8, 13, 62, 0.15);
}

.about-img-two {
	width: 320px;
	position: absolute;
	height: 360px;
	top: 160px;
	webkit-box-shadow: 0px 30px 50px 0px rgba(8, 13, 62, 0.15);
	box-shadow: 0px 30px 50px 0px rgba(8, 13, 62, 0.15);
}

.about-img::before {
	content: '';
	background-image: url(../Images/pattern-1-1.png);
	background-position: 0 0;
	width: 125px;
	height: 125px;
	position: absolute;
	top: 35%;
	left: 36.5%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: -1;
}

.section-title p {
	margin-bottom: 0px;
}

.about-button {
	margin-top: 35px;
}

	.about-button a {
		text-decoration: none;
		color: #fff;
	}

.about-btn {
	padding: 12px 40px 12px 40px;
	border-radius: 4px;
	border: 2px solid #d92231;
}

/*about-start*/

/*button-hover*/
.tres {
	display: inline-block;
	position: relative;
	cursor: pointer;
	z-index: 0;
}

	.tres:before {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #fff;
		transform: scaleX(0);
		transform-origin: 0 50%;
		transition: all 0.5s;
	}

	.tres:hover {
		color: #d92231;
	}

		.tres:hover:before {
			transform: scaleX(1);
		}

/*button-hover*/

/*page-scrolltop-button*/

#scroll-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	margin: 0;
	text-decoration: none;
	z-index: 44;
}

	#scroll-top button {
		padding: 6px 10px 6px 10px;
		outline: none;
		cursor: pointer;
		border: solid 3px #d92231;
		background-color: #d92231;
		color: #fff;
		font-weight: bold;
		box-shadow: rgba(35, 83, 81, 0.4) 0px 0.1875rem 0.3125rem 0;
		font-size: 15px;
		-webkit-transition: 1s;
		-moz-transition: 1s;
		text-align: center !important;
		transition: 1s;
		border-radius: 4px;
	}

		#scroll-top button:hover {
			background-color: #fff;
			color: #d92231;
			font-weight: bold;
		}
/*page-scrolltop-button*/

/*page-scrollbar-start*/

body::-webkit-scrollbar {
	width: 6px;
}

body.thin::-webkit-scrollbar {
	width: 2px;
}

::-webkit-scrollbar-track {
	border-radius: 0px;
	background: #f4f6fa;
}

::-webkit-scrollbar-thumb {
	border-radius: 0px;
	background: #d92231;
}

/*page-scrollbar-finish*/

/*service-start*/

.service-bg {
	background-image: url(../Images/service.jpg);
	width: 100%;
	background-size: cover;
	background-position: center center;
	position: relative;
	background-attachment: fixed;
	height: 553px;
}

.service-cover {
	background-color: rgba(0,0,0,0.7);
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.service-button {
	margin-top: 35px;
}

	.service-button a {
		text-decoration: none;
		color: #fff;
	}

.service-btn {
	padding: 12px 40px 12px 40px;
	border-radius: 4px;
	border: 2px solid #d92231;
}

.service-one__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 40px;
	position: relative;
}

.service-one__single {
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-flex: 1;
	margin-bottom: 30px;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	max-width: 50%;
}

	.service-one__single a {
		text-decoration: none;
	}

	.service-one__single p {
		color: #848484;
	}

.service-one__single-inner {
	padding: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
	box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
	transition: all 500ms ease;
	height: 100%;
}

.service-one__single i {
	font-size: 52px;
	color: #d92231;
	z-index: 11;
	transition: all 500ms ease;
}

.service-one__title {
	margin: 0;
	margin-top: 30px;
	font-size: 20px;
}

.service-one__text {
	margin: 0;
	line-height: 24px;
	margin-top: 15px;
	transition: all 500ms ease;
}

.service-one__single:hover .service-one__text {
	color: #fff;
}

.service-one__single:hover .service-one__title {
	color: #fff;
}

.service-one__single:hover i {
	color: #fff;
}

.service-one__single:hover .service-one__single-inner {
	background-color: #d92231;
}

.service-items a {
	text-decoration: none;
}
/*service-finish*/
/*certificate-start*/
.certificate-img {
	webkit-box-shadow: 0px 30px 50px 0px rgba(8, 13, 62, 0.15);
	box-shadow: 0px 30px 50px 0px rgba(8, 13, 62, 0.15);
}

.certificate {
	width: 105px;
	height: 105px;
}

/*certificate-start*/

/*form-buttons*/

.forms-bg {
	background-image: url(../Images/butons.jpg);
	width: 100%;
	background-size: cover;
	background-position: center center;
	position: relative;
	background-attachment: fixed;
}

.forms-cover {
	background-color: rgba(0,0,0,0.7);
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.forms-button-items {
	float: right;
}

.forms-button a {
	text-decoration: none;
	color: #fff;
}

.forms-btn {
	border-radius: 4px;
	width: 245px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	border: 2px solid #d92231;
}


/*form-buttons*/

/*reference-start*/

.reference-box {
	width: 120%;
	background-color: #fff;
	webkit-box-shadow: 0px 21px 35px 0px rgba(28, 58, 104, 0.1);
	box-shadow: 0px 21px 35px 0px rgba(28, 58, 104, 0.1);
	position: relative;
	z-index: 1;
	padding: 60px 40px 75px 40px;
}

.Reference .owl-nav .owl-prev {
	position: absolute;
	right: 52px;
	top: calc(160% - 5px);
	color: #e5e5e5 !important;
	outline-width: 0 !important;
}

.Reference .owl-nav .owl-next {
	position: absolute;
	top: calc(160% - 5px);
	color: #e5e5e5 !important;
	right: 8px;
	outline-width: 0 !important;
}

.reference {
	font-size: 28px;
	transition: all .2s ease-in-out;
}

	.reference:hover {
		color: #d92231 !important;
	}

.reference-img::before {
	content: '';
	background-image: url(../Images/pattern-1-1.png);
	background-position: 0 0;
	width: 125px;
	height: 125px;
	position: absolute;
	top: 31%;
	left: 1.5%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: -1;
}

.reference-img2::before {
	content: '';
	background-image: url(../Images/pattern-1-1.png);
	background-position: 0 0;
	width: 125px;
	height: 125px;
	position: absolute;
	top: 92%;
	right: -13.5%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: -1;
}


/*reference-finish*/

/*footer-start*/

.footer-border-box {
	background-color: #d92231;
	width: 4px;
	height: 4px;
	margin-right: 4px;
	float: left;
}

.top-center {
	display: flex;
}

	.top-center i {
		width: 30px;
	}

/*footer-finish*/

/*subpage-start*/

.subpage-img img {
	width: 100%;
	height: 270px;
}

.subpage-bg {
	width: 100%;
	background-size: cover;
	background-position: 50% -159.182px;
	position: relative;
	background-attachment: fixed;
	height: 100%;
	display: flex;
	align-items: center;
}

.subpage-cover {
	background-color: rgba(0,0,0,0.7);
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.subpage-title-items {
	margin-top: 145px;
	margin-bottom: 67px;
}

.subpage-title-border {
	width: 60px;
	height: 2px;
	background-color: #d92231;
}

.subpage-title {
	margin-top: 30px;
}

.subpage-title-menu ul {
	padding-left: 0;
	margin-top: 15px;
}

	.subpage-title-menu ul li {
		display: inline;
		list-style: none;
	}

		.subpage-title-menu ul li a {
			text-decoration: none;
			color: #fff;
		}

.subpage-sidemenu-border {
	width: 25px;
	height: 2px;
	background-color: #d92231;
	margin-top: 10px;
	margin-bottom: 10px;
}

.subpage-sidemenu ul {
	padding-left: 0;
	margin-top: 10px;
}

	.subpage-sidemenu ul li {
		list-style: none;
		border-bottom: 1px solid #e5e5e5;
		padding-top: 10px;
		padding-bottom: 10px;
	}

		.subpage-sidemenu ul li a {
			text-decoration: none;
			color: #222222;
			font-weight: 600;
			transition: all .3s ease-in-out;
		}

			.subpage-sidemenu ul li a.active {
				color: #d92231;
			}

.four:before {
	content: ">";
	position: absolute;
	transition: all .3s ease-in-out;
	left: -30px;
	opacity: 0;
	color: #d92231;
	font-weight: 700;
	font-size: 17px;
	margin-top: -4px;
}

.subpage-sidemenu ul li a:hover.four:before {
	left: 15px;
	opacity: 1;
	padding-right: 20px;
}

.subpage-sidemenu ul li a:hover {
	color: #d92231;
	padding-left: 20px;
}

.subpage-text-box {
	padding: 20px;
	border-left: 3px solid #d92231;
	background-color: #f4f6fa;
}

.our-team-social-media div {
	padding: 5px;
	transition: all .3s ease-in-out;
	cursor: pointer;
	margin-left: 15px;
}

.our-team-social-media i:hover {
	color: #d92231 !important;
}

.our-team-title {
	font-size: 20px;
}

.our-team:before {
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	left: 0;
	padding-top: 135px;
	padding-bottom: 135px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
	-moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
	box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
}

/*popup-page*/

.content-close {
	position: absolute;
	top: 22px;
	right: 20px;
	background-color: #d92231;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
	padding: 3px 8px 3px 8px;
}

.yk-header {
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}

.cd-popup-container {
	padding: 20px;
}

.yk-name {
	padding: 12px;
	background-color: #d92231;
}

.yk-bggrey {
	padding: 12px;
	background-color: #f4f6fa;
}

.yk-bgwhite {
	padding: 12px;
}

	.yk-bgwhite p {
		margin-bottom: 0;
		margin-top: 0;
	}

.yk-bggrey p {
	margin-bottom: 0;
	margin-top: 0;
}
/*popup-page*/

/*service-page*/

.service-box .servce-icon {
	font-size: 52px;
	color: #d92231;
}

.service-items {
	max-width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #e7e7e7;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.service-title {
	font-size: 20px;
}

.service-box {
	padding-top: 65px;
	padding-bottom: 65px;
	padding-left: 45px;
	padding-right: 45px;
	background-color: #fff;
	transition: all 500ms ease;
	height: 400px;
}

.service-items:hover {
	border-color: transparent;
	-webkit-box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
	box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
	cursor: pointer;
}

	.service-items:hover .service-box {
		background-color: #d92231;
		color: #fff !important;
	}

		.service-items:hover .service-box i {
			color: #fff !important;
		}

		.service-items:hover .service-box span {
			color: #fff !important;
		}
/*service-page*/

/*career-page*/

.career-forms-input-design {
	width: 100%;
	padding: 15px;
	font-weight: bolder;
	color: #222222;
	border-radius: 3px;
	border: 1px solid #e0e0e0;
	margin-top: 15px;
	margin-bottom: 25px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

	.career-forms-input-design:focus {
		outline-width: 0 !important;
		border: 1px solid #d92231 !important;
	}

.career-forms-inputs textarea {
	height: 140px;
	margin-bottom: 5px;
}

.career-button {
	margin-top: 35px;
}

.career-btn {
	padding: 12px 40px 12px 40px;
	border-radius: 4px;
	border: 2px solid #d92231;
	outline-width: 0 !important;
}

/*career-page*/

/*reference-page*/

.reference-page-items {
	max-width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #e7e7e7;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.reference-page-box {
	padding-top: 55px;
	padding-bottom: 55px;
	padding-left: 35px;
	padding-right: 35px;
	background-color: #fff;
	transition: all 500ms ease;
	-webkit-filter: grayscale(100%);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
}

.reference-page-items:hover {
	border-color: transparent;
	-webkit-box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
	box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
	cursor: pointer;
}

	.reference-page-items:hover .reference-page-box {
		-webkit-filter: grayscale(0%);
	}

/*reference-page*/

/*contact-page*/

.contact-border-box {
	background-color: #d92231;
	width: 4px;
	height: 4px;
	margin-right: 4px;
	float: left;
}

.contact-box-center {
	display: flex;
}

	.contact-box-center i {
		width: 30px;
	}

.contact-box {
	padding-top: 55px;
	padding-bottom: 55px;
	padding-left: 35px;
	padding-right: 35px;
	background-color: #fff;
	transition: all 500ms ease;
	height: 215px;
}

.contact-box-items {
	max-width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #e7e7e7;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

	.contact-box-items:hover {
		border-color: transparent;
		-webkit-box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
		box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
		cursor: pointer;
	}

.contact-forms-input-design {
	width: 100%;
	padding: 12px;
	font-weight: bolder;
	color: #222222;
	border-radius: 3px;
	border: 1px solid #e0e0e0;
	margin-top: 15px;
	margin-bottom: 25px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

	.contact-forms-input-design:focus {
		outline-width: 0 !important;
		border: 1px solid #d92231 !important;
	}

.contact-forms-inputs textarea {
	height: 120px;
	margin-bottom: 5px;
}

.contact-button {
	margin-top: 20px;
}

.contact-btn {
	padding: 12px 40px 12px 40px;
	border-radius: 4px;
	border: 2px solid #d92231;
	outline-width: 0 !important;
}

.contact-forms-center {
	display: flex;
	align-items: center;
}

.contact-maps {
	margin-bottom: 0 !important;
}

/*contact-page*/

/*pdf*/
.pdf-mbl {
	display: none;
}

.pdf-button {
	margin-top: 35px;
}

	.pdf-button a {
		text-decoration: none;
		color: #fff;
	}

.pdf-btn {
	padding: 12px 40px 12px 40px;
	border-radius: 4px;
	border: 2px solid #d92231;
}

/*page-loader*/

/* loader  */
#loader {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #fff;
}

.load-three-bounce {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	width: 80px;
	margin-left: -40px;
	margin-top: -10px;
}

	.load-three-bounce .load-child {
		display: inline-block;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background-color: #d92231;
		animation: load-three-bounce 1.4s ease-in-out 0s infinite both;
	}

	.load-three-bounce .bounce1 {
		-webkit-animation-delay: -0.32s;
		animation-delay: -0.32s;
	}

	.load-three-bounce .bounce2 {
		-webkit-animation-delay: -0.16s;
		animation-delay: -0.16s;
	}

@-webkit-keyframes load-three-bounce {
	0%, 80%, 100% {
		-webkit-transform: sacle(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-o-keyframes load-three-bounce {
	0%, 80%, 100% {
		-webkit-transform: sacle(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes load-three-bounce {
	0%, 80%, 100% {
		-webkit-transform: sacle(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes load-three-bounce {
	0%, 80%, 100% {
		-webkit-transform: sacle(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/*page-loader*/


/*page-whatsapp*/

.page-whatsapp {
    background-color: #c01522;
    padding: 10px 20px 10px 20px;
    position: fixed;
    top: 50%;
    left: -51px;
    transform: rotate( 270deg );
    z-index: 111;
    color: #fff;
    font-weight: 700;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    font-size: 13px;
    display: flex;
    align-items: center;
}

    .page-whatsapp svg {
        font-size: 18px;
        margin-right: 10px;
    }

/*page-whatsapp*/

/*page-loader*/
#loader {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100vh;
    z-index: 9999999999999;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.load-three-bounce {
    text-align: center;
    width: 80px;
    margin-top: -70px;
}

    .load-three-bounce .load-child {
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #d92231;
        animation: load-three-bounce 1.4s ease-in-out 0s infinite both;
    }

    .load-three-bounce .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .load-three-bounce .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes load-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: sacle(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes load-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: sacle(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes load-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: sacle(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes load-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: sacle(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*page-loader*/

/*page-loader-writer*/
.type-writer-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #c01522;
    font-weight: 500;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    animation: typewriter 7s steps(50) 0.5s 1 normal both, cursorblink 0.5s infinite;
    padding-top: 60px;
}

@keyframes typewriter {
    from {
        width: 0;
    }

    to {
        width: 28.5em;
    }
}

/*page-loader-writer*/