/* roboto-regular - cyrillic_latin */
@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-v30-cyrillic_latin-regular.woff2') format('woff2');
}
/* roboto-500 - cyrillic_latin */
@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/roboto-v30-cyrillic_latin-500.woff2') format('woff2');
}
/* roboto-700 - cyrillic_latin */
@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-v30-cyrillic_latin-700.woff2') format('woff2');
}
/*----- Default CSS -----*/
body {
	font-family: "Roboto", sans-serif;
	color: #32333a;
	background-color: #fff;
	font-size: 1rem;
}
h1, h2, h3, h4, h5, h6 {
	color: #00245a;
	font-weight: 700;
}
p {
	line-height: 1.7;
}
a {
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	text-decoration: none;
}
img {
	max-width: 100%;
}
.d-table {
	width: 100%;
	height: 100%;
}
.d-table-cell {
	vertical-align: middle;
}
.ptb-75 {
	padding-top: 75px;
	padding-bottom: 75px;
}
.pt-100 {
	padding-top: 100px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pb-100 {
	padding-bottom: 100px;
}
button:focus {
	outline: 0;
}
.btn.focus, .btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
ul {
	margin: 0;
	padding: 0;
}
.redcolor {
	color: #E4222D;
}
/*----- End Default CSS -----*/
/*-- Header Top --*/
.header-top-area {
	background-color: #00245a;
	padding-top: 0;
	padding-bottom: 7px;
	position: relative;
	z-index: 99999;
}
.header-top-area .container-fluid {
	padding-left: 30px;
	padding-right: 30px;
}
.header-top-area .left p {
	margin-bottom: 0;
	color: #fff;
}
.header-top-area .left p a {
	display: inline-block;
	color: #fff;
}
.header-top-area .left p a:hover {
	color: #E4222D;
}
.header-top-area .right {
	text-align: right;
	padding-bottom: 4px;
}
.header-top-area .right .contact-info {
	display: inline-block;
	border-right: 1px solid #ddd;
	padding-right: 25px;
}
.header-top-area .right .contact-info li {
	display: inline-block;
	list-style-type: none;
	margin-right: 25px;
}
.header-top-area .right .contact-info li:last-child {
	margin-right: 0;
}
.header-top-area .right .contact-info li i {
	display: inline-block;
	color: #E4222D;
	margin-right: 5px;
	font-size: 1.3rem;
	position: relative;
	top: 4px;
}
.header-top-area .right .contact-info li a {
	display: inline-block;
	color: #fff;
	font-weight: 500;
}
.header-top-area .right .contact-info li a:hover {
	color: #E4222D;
}
.header-top-area .right .social-info {
	display: inline-block;
	position: relative;
	top: 6px;
	margin-left: 10px;
}
.header-top-area .right .social-info li {
	list-style-type: none;
	display: inline-block;
	margin-right: 5px;
}
.header-top-area .right .social-info li:last-child {
	margin-right: 0;
}
.header-top-area .right .social-info li a {
	display: block;
	color: #fff;
	font-size: 2rem;
}
.header-top-area .right .social-info li a:hover {
	color: #E4222D;
}
/*-- Navbar --*/
.navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
}
.sticky-top {
	top: -1px;
}
.main-nav {
	background: #fff;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.main-nav .container-fluid {
	padding-left: 30px;
	padding-right: 30px;
}
.main-nav nav .navbar-nav {
	margin-left: auto;
	margin-right: auto;
}
.main-nav nav .navbar-nav .nav-item:hover a {
	color: #E4222D;
}
.main-nav nav .navbar-nav .nav-item a {
	color: #00245a;
	text-transform: unset;
	font-size: 1.15rem;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item a:focus, .main-nav nav .navbar-nav .nav-item a.active {
	color: #E4222D;
}
.main-nav.menu-shrink {
	-webkit-box-shadow: 0 0 20px 0 #dddddd87;
	box-shadow: 0 0 20px 0 #dddddd87;
}
.main-nav.menu-shrink .side-nav ul li .icon-close {
	height: 70px;
}
.main-nav.menu-shrink .side-nav ul li .icon-close i {
	line-height: 70px;
}
/*-- Banner --*/
.banner-item {
	height: 960px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.banner-item:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: -webkit-gradient(linear, left top, right top, color-stop(23%, rgba(0, 0, 0, 0.465303)), color-stop(66%, rgba(255, 255, 255, 0)));
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.465303) 23%, rgba(255, 255, 255, 0) 66%);
}
.banner-img-one {
	background-image: url("../img/slider/sl-1.jpg");
}
.banner-img-two {
	background-image: url("../img/slider/sl-2.jpg");
}
.banner-img-three {
	background-image: url("../img/slider/sl-3.jpg");
}
.banner-img-four {
	background-image: url("../img/slider/sl-4.jpg");
}
.banner-img-five {
	background-image: url("../img/slider/sl-5.jpg");
}
.banner-img-six {
	background-image: url("../img/slider/sl-6.jpg");
}
.banner-img-seven {
	background-image: url("../img/slider/sl-7.jpg");
}
.banner-img-eight {
	background-image: url("../img/slider/sl-8.jpg");
}
.banner-content {
	margin-top: 30px;
	position: relative;
	z-index: 1;
}
.banner-content h1 {
	color: #fff;
	font-size: 5.5rem;
	max-width: 992px;
}
.banner-content p {
	color: #fff;
	font-size: 1.5rem;
	max-width: 795px;
	margin-bottom: 30px;
}
.banner-content .banner-btn-area .banner-btn:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 0;
	left: 0;
	bottom: 0;
	background-color: #E4222D;
	z-index: -1;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.banner-content .banner-btn-area .banner-btn:hover {
	color: #fff;
}
.banner-area .owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 0;
	position: absolute;
	top: 45%;
	right: 80px;
	max-width: 40px;
	margin-right: -9px;
}
.banner-area .owl-theme .owl-dots .owl-dot span {
	margin: 5px 7px;
	background: #e4222d;
}
.banner-area .owl-theme .owl-dots .owl-dot.active span {
	background: transparent;
	border: 1px solid #e4222d;
	padding: 10px;
	position: relative;
}
.banner-area .owl-theme .owl-dots .owl-dot.active span:before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	left: 0;
	right: 0;
	top: 5px;
	border-radius: 50%;
	background-color: #00245a;
	margin-left: auto;
	margin-right: auto;
}
.banner-area .owl-item.active .banner-content h1 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.banner-area .owl-item.active .banner-content p {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.common-btn {
	color: #fff;
	background-color: #E4222D;
	font-size: 1.2rem;
	display: inline-block;
	padding: 15px 35px;
	position: relative;
	z-index: 1;
}
.common-btn:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 0;
	left: 0;
	bottom: 0;
	background-color: #00245a;
	z-index: -1;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.common-btn i {
	display: inline-block;
	font-size: 18px;
	margin-right: 4px;
	position: relative;
	top: 1px;
}
.common-btn:hover {
	color: #fff;
}
.common-btn:hover:before {
	height: 100%;
	border-radius: 0;
}
/*-- Feature --*/
.feature-area {
	position: relative;
	z-index: 1;
	margin-top: -70px;
}
.feature-item {
	background-color: #E4222D;
	position: relative;
	padding: 30px 25px 30px;
	text-align: center;
}
.feature-item.two {
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 0 #dddddd57;
	box-shadow: 0 0 20px 0 #dddddd57;
	margin-bottom: 25px;
}
.feature-item.three {
	background-color: #00245a;
	-webkit-box-shadow: 0 0 20px 0 #dddddd57;
	box-shadow: 0 0 20px 0 #dddddd57;
	margin-bottom: 25px;
}
.feature-item:hover .left i {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.feature-item .left {
	margin-bottom: 22px;
}
.feature-item .left i {
	color: #fff;
	display: inline-block;
	font-size: 60px;
	line-height: 60px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.feature-item.two .left i {
	color: #E4222D;
}
.feature-item.two .right h3 a {
	color: #00245a;
}
.feature-item.two .right h3 a:hover {
	color: #E4222D;
}
.feature-item .right h3 {
	font-size: 25px;
	margin-bottom: 12px;
}
.feature-item .right h3 a {
	color: #fff;
}
.feature-item .right h3 a:hover {
	color: #00245a;
}
.feature-item .right p {
	color: #fff;
	margin-bottom: 14px;
}
.feature-item.two .right p {
	color: #565969;
}
.feature-item .right a {
	display: inline-block;
	color: #fff;
}
.feature-item .right a:hover i {
	-webkit-animation: plus-icon-rotate 1s infinite linear;
	animation: plus-icon-rotate 1s infinite linear;
}
.feature-item .right a i {
	display: inline-block;
	position: relative;
	top: 2px;
	font-size: 15px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.feature-item.three .right h3 a:hover {
	color: #E4222D;
}
@-webkit-keyframes plus-icon-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes plus-icon-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/*-- About --*/
.section-title {
	margin-bottom: 45px;
}
.section-title .sub-title {
	display: inline-block;
	color: #00245a;
	position: relative;
	margin-bottom: 10px;
}
.section-title .sub-title:before {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	top: 0;
	right: -9px;
	background-color: #00245a;
}
.section-title .sub-title:after {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	top: 0;
	right: -16px;
	background-color: #E4222D;
}
.section-title h2 {
	margin-bottom: 0;
	font-size: 3rem;
}
@-webkit-keyframes about-rotate-ani {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	50% {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}
@keyframes about-rotate-ani {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	50% {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}
.modal-header {
	border-bottom: none;
}
/*-- Skills --*/
.skills-area .skills-img {
	width: 100%;
	height: 100%;
}
.skills-area .skills-content {
	padding: 70px 70px 70px;
	position: relative;
	background-color: #E4222D;
}
.skills-area .skills-content .section-title {
	margin-bottom: 30px;
}
.skills-area .skills-content .section-title .sub-title {
	color: #fff;
}
.skills-area .skills-content .section-title .sub-title:before {
	background-color: #fff;
}
.skills-area .skills-content .section-title .sub-title:after {
	background-color: #00245a;
}
.skills-area .skills-content .section-title h2 {
	color: #fff;
}
.skills-area .skills-content ul li {
	list-style-type: none;
	display: block;
	position: relative;
	padding-left: 75px;
	margin-bottom: 35px;
}
.skills-area .skills-content ul li:last-child {
	margin-bottom: 0;
}
.skills-area .skills-content ul li i {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	color: #fff;
	font-size: 55px;
	line-height: 70px;
}
.skills-area .skills-content ul li h3 {
	color: #fff;
	font-size: 2rem;
	line-height: 1.5em;
}
.skills-area .skills-content ul li p {
	margin-bottom: 0;
	color: #fff;
	max-width: 475px;
}
/*-- Projects --*/
.projects-area .section-title {
	text-align: center;
}
.projects-area .section-title p {
	margin-bottom: 0;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}
.projects-item {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.projects-item:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	bottom: -25px;
	left: 0;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 36, 90, 0.572587)), color-stop(59%, rgba(255, 255, 255, 0)));
	background: linear-gradient(0deg, rgba(0, 36, 90, 0.572587) 20%, rgba(255, 255, 255, 0) 59%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.projects-item:hover {
	-webkit-transform: translate(0, -10px);
	transform: translate(0, -10px);
}
.projects-item:hover:before {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}
.projects-item:hover .bottom {
	bottom: 30px;
	visibility: visible;
	opacity: 1;
}
.projects-item .top img {
	width: 100%;
}
.projects-item .bottom {
	position: absolute;
	left: 35px;
	bottom: -25px;
	z-index: 1;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	opacity: 0;
	visibility: hidden;
}
.projects-item .bottom span {
	display: block;
	color: #fff;
	margin-bottom: 5px;
}
.projects-item .bottom h3 {
	font-size: 22px;
	margin-bottom: 0;
}
.projects-item .bottom h3 a {
	display: block;
	color: #fff;
}
.projects-item .bottom h3 a:hover {
	color: #E4222D;
}
/*-- Testimonials --*/
.testimonials-area .section-title {
	text-align: center;
	margin-bottom: 20px;
}
.testimonials-area .section-title h2 {
	margin-bottom: 8px;
}
.testimonials-area .section-title p {
	margin-bottom: 0;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.testimonials-area .testimonials-item {
	-webkit-box-shadow: 0 0 20px 0 #dddddd45;
	box-shadow: 0 0 20px 0 #dddddd45;
	padding: 25px;
	margin: 30px 10px 30px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.testimonials-area .testimonials-item:hover {
	box-shadow: 0 0 15px 0 rgba(228, 34, 45, .25);
	transform: scale(1.2);
}
.testimonials-area .testimonials-item:hover ul li i {
	margin-left: -40px;
}
.testimonials-area .testimonials-item:hover ul li i:after {
	opacity: 0;
}
.testimonials-area .testimonials-item h3 {
	margin-bottom: 12px;
	font-size: 22px;
}
.testimonials-area .testimonials-item h3 span {
	color: #E4222D;
}
.testimonials-area .testimonials-item p {
	margin-bottom: 30px;
}
.testimonials-area .testimonials-item ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.testimonials-area .testimonials-item ul li {
	list-style-type: none;
	display: inline-block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.testimonials-area .testimonials-item ul li:last-child {
	text-align: right;
}
.testimonials-area .testimonials-item ul li i {
	display: inline-block;
	height: 50px;
	color: #fff;
	background-color: #E4222D;
	padding-right: 30px;
	padding-left: 60px;
	line-height: 50px;
	font-size: 30px;
	margin-left: -60px;
	position: relative;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.testimonials-area .testimonials-item ul li i:after {
	position: absolute;
	content: '';
	top: -14px;
	left: 0;
	border-left: 20px solid transparent;
	border-bottom: 14px solid #d34806;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.testimonials-area .testimonials-item ul li h4 {
	font-size: 18px;
	margin-bottom: 5px;
}
.testimonials-area .testimonials-item ul li span {
	display: block;
}
/*-- Footer --*/
footer {
	background-color: #00245a;
	background-image: url("../img/footer-bg.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.footer-item {
	margin-bottom: 30px;
}
.footer-item h3 {
	margin-bottom: 25px;
	color: #fff;
	font-size: 22px;
}
.footer-item .footer-links ul li {
	list-style-type: none;
	display: block;
	position: relative;
	padding-left: 20px;
	margin-bottom: 12px;
}
.footer-item .footer-links ul li:last-child {
	margin-bottom: 0;
}
.footer-item .footer-links ul li:before {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	top: 9px;
	left: 0;
	background-color: #E4222D;
}
.footer-item .footer-links ul li a {
	display: block;
	color: #cadfff;
}
.footer-item .footer-links ul li a:hover {
	color: #fff;
	letter-spacing: 1px;
}
.footer-item .footer-company ul li {
	list-style-type: none;
	display: block;
	color: #cadfff;
	margin-bottom: 12px;
}
.footer-item .footer-company ul li:last-child {
	margin-bottom: 0;
}
.footer-item .footer-company ul li span {
	font-weight: 500;
	display: inline-block;
	color: #fff;
}
.footer-item .footer-company ul li a {
	color: #cadfff;
	display: inline-block;
}
.footer-item .footer-company ul li a:hover {
	color: #fff;
	letter-spacing: 1px;
}
/*-- Copyright --*/
.copyright-area {
	margin-top: 70px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #1b437f;
}
.copyright-area .copyright-item {
	text-align: center;
}
.copyright-area .copyright-item p {
	margin-bottom: 0;
	color: #cadfff;
}
.copyright-area .copyright-item p a {
	display: inline-block;
	font-weight: 500;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.copyright-area .copyright-item p a:hover {
	color: #E4222D;
	border-bottom: 1px solid #E4222D;
}
/*-- Help --*/
.help-area {
	max-width: 1215px;
	margin-left: auto;
	margin-right: auto;
	padding: 48px 50px 50px;
	position: relative;
	z-index: 5;
	-webkit-box-shadow: 0 0 20px 0 #dddddd45;
	box-shadow: 0 0 20px 0 #dddddd45;
	background-color: #fff;
	margin-bottom: 5rem;
}
.help-area .help-title {
	color: #E4222D;
	display: block;
	margin-bottom: 5px;
}
.help-area h2 {
	color: #00245a;
	margin-bottom: 30px;
	font-size: 3rem;
}
.help-area .help-item {
	position: relative;
	margin-right: 25px;
}
.nomarginright { 
	margin-right: 0 !important;
}
.help-area .help-item .form-group {
	position: relative;
	margin-bottom: 15px;
}
.help-area .help-item .form-group label {
	margin-bottom: 0;
	position: absolute;
	top: 14px;
	left: 15px;
	font-size: 18px;
}
.help-area .help-item .form-group label.icon {
	top: 78px;
}
.help-area .help-item .form-group .form-control {
	height: 50px;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	background-color: #f9f9f9;
	padding-left: 40px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.form-select {
	color: #6c757d;
}
.help-area .help-item .form-group .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #00245a;
}
.help-area .help-item .form-group textarea {
	height: auto !important;
	padding-top: 12px;
}
.help-area .help-item .form-check {
	margin-bottom: 15px;
	font-size: .8rem;
}
.help-area .help-item .form-check a {
	display: inline-block;
	color: #E4222D;
	font-weight: 500;
}
.help-area .help-item .form-check a:hover {
	color: #00245a;
}
.help-area .help-item .common-btn {
	border: 0;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	width: 100%;
	display: block;
	padding: 0;
	height: 50px;
	line-height: 50px;
	font-weight: 500;
}
.help-area .help-item .common-btn:before {
	border-radius: 5px;
}
.help-area .help-img {
	width: 100%;
	height: 100%;
	position: relative;
	transition: .5s all ease;
}
.help-area .help-img:hover {
	-webkit-transform: scale(1.025);
	-moz-transform: scale(1.025);
	transform: scale(1.025);
}
.help-area .help-img .help-content {
	position: absolute;
	left: 35px;
	bottom: 60px;
	border-left: 2px solid #E4222D;
	padding-left: 10px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	z-index: 1;
}
.help-area .help-img .help-content span {
	display: block;
	color: #fff;
	margin-bottom: 3px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.help-area .help-img .help-content h3 {
	font-size: 18px;
	margin-bottom: 0;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	color: #fff;
}
.help-area .help-img ul {
	position: absolute;
	bottom: 20px;
	left: 31px;
	z-index: 1;
}
.help-area .help-img ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 5px;
}
.help-area .help-img ul li:last-child {
	margin-right: 0;
}
.help-area .help-img ul li a {
	display: block;
	color: #fff;
	font-size: 17px;
}
.help-area .help-img ul li a:hover {
	color: #E4222D;
}
.about-span {
	display: block;
	font-weight: 500;
	font-size: 1.25rem;
	margin-bottom: 50px;
}
/*-- Testimonials --*/
.testimonials-area h2 {
	font-size: 3rem;
}
.map-area #map {
	border: 0;
	display: block;
	width: 100%;
	height: 400px;
}
/*----- End Contact CSS -----*/
/*----- Error CSS -----*/
.with-errors {
	color: #E4222D;
	font-size: .8rem;
}
.success{
	color: green;
	font-size: 1.3rem;
	margin-top: 25px;
	text-align: center;
}
/*----- End Error CSS -----*/
/*----- Go Top CSS -----*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 15px;
	right: 0;
	color: #ffffff;
	background-color: #E4222D;
	z-index: 4;
	width: 45px;
	text-align: center;
	height: 45px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .9s;
	transition: .9s;
	border-radius: 50%;
	border: 1px solid #E4222D;
}
.go-top i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	font-size: 25px;
	line-height: 45px;
}
.go-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%;
}
.go-top.active {
	right: 1%;
	-webkit-transform: translateY(-1%);
	transform: translateY(-1%);
	opacity: 1;
	visibility: visible;
}
.go-top:hover, .go-top:focus {
	color: #ffffff;
	border: 1px solid #00245a;
	background-color: #00245a;
}
.go-top:hover i:first-child, .go-top:focus i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden;
}
.go-top:hover i:last-child, .go-top:focus i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%;
}
/*----- End Go Top CSS -----*/
/*----- Preloader CSS -----*/
.loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	background: #00245a;
}
.sk-folding-cube {
	margin: 20px auto;
	width: 40px;
	height: 40px;
	position: relative;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
	animation: sk-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube4:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
.sk-folding-cube .sk-cube3:before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
@-webkit-keyframes sk-foldCubeAngle {
	0%, 10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}
	25%, 75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}
	90%, 100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}
@keyframes sk-foldCubeAngle {
	0%, 10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}
	25%, 75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}
	90%, 100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}