/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
	font-family: 'GE SS Two Medium';
	src: url(../vendor/fonts/GE\ SS\ Two\ Medium.otf);
}
:root {
	--primary_orange: #ff4a17;
	--dark_blue: #015361;
	--white: #fff;
	--black: #000;
	--gray-dark-1: #444444;
}
body {
	font-family: 'Open Sans', sans-serif;
	color: var(--gray-dark-1);
	direction: rtl;
}
.owl-carousel {
	direction: ltr;
}
a {
	color: #ff4a17;
}

a:hover {
	color: #ff724a;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Raleway', sans-serif;
	word-break: break-all;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	display: none;
	left: 15px;
	bottom: 15px;
	z-index: 99999;
}

.back-to-top i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	background: #ff4a17;
	color: var(--white);
	transition: all 0.4s;
}

.back-to-top i:hover {
	background: #ff5e31;
	color: var(--white);
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: var(--white);
}

#preloader:before {
	content: '';
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #ff4a17;
	border-top-color: #ffe9e3;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	transition: all 0.5s;
	z-index: 997;
	padding: 20px 0;
}

#header.header-scrolled,
#header.header-inner-pages {
	background: rgba(21, 34, 43, 0.5);
	padding: 12px 0;
}

#header .logo {
	font-size: 32px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 2px;
}

#header .logo a {
	color: var(--white);
}

#header .logo img {
	max-height: 50px;
}

@media (max-width: 992px) {
	#header {
		padding: 12px 0;
	}
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu > ul {
	display: flex;
}

.nav-menu > ul > li {
	position: relative;
	white-space: nowrap;
	padding: 10px 12px;
}

.nav-menu a {
	display: block;
	position: relative;
	color: rgba(255, 255, 255, 0.9);
	transition: 0.3s;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0 3px;
}

.nav-menu > ul > li > a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -6px;
	left: 0;
	background-color: #ff4a17;
	visibility: hidden;
	width: 0px;
	transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover > a:before,
.nav-menu .active > a:before {
	visibility: visible;
	width: 100%;
}

.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
	color: var(--white);
}

.nav-menu .drop-down ul {
	display: block;
	position: absolute;
	right: 12px;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	background: var(--white);
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.nav-menu .drop-down li {
	min-width: 180px;
	position: relative;
}

.nav-menu .drop-down ul a {
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	color: #15222b;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
	color: #ff4a17;
}

.nav-menu .drop-down > a:after {
	content: '\f078';
	font-family: 'Font Awesome 5 Free';
	padding-right: 5px;
}

.nav-menu .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
}

.nav-menu .drop-down .drop-down > a {
	padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
	content: '\f053';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	right: 15px;
}

@media (max-width: 1366px) {
	.nav-menu .drop-down .drop-down ul {
		left: -90%;
	}
	.nav-menu .drop-down .drop-down:hover > ul {
		left: -100%;
	}
	.nav-menu .drop-down .drop-down > a:after {
		content: '\f053';
	}
}

/* Get Startet Button */
.get-started-btn {
	margin-left: 25px;
	color: var(--white);
	border-radius: 4px;
	padding: 8px 25px;
	white-space: nowrap;
	transition: 0.3s;
	font-size: 14px;
	display: inline-block;
	border: 2px solid var(--white);
}

.get-started-btn:hover {
	background: #fd3800;
	color: var(--white);
	border-color: #ff4a17;
}

@media (max-width: 992px) {
	.get-started-btn {
		margin: 0 48px 0 0;
		padding: 6px 18px;
	}
}

/* Mobile Navigation */
.mobile-nav-toggle {
	position: fixed;
	right: 15px;
	top: 15px;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none !important;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}

.mobile-nav-toggle i {
	color: var(--white);
}

.mobile-nav {
	position: fixed;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	z-index: 9999;
	overflow-y: auto;
	background: var(--white);
	transition: ease-in-out 0.2s;
	opacity: 0;
	visibility: hidden;
	border-radius: 10px;
	padding: 10px 0;
}

.mobile-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

.mobile-nav a {
	display: block;
	position: relative;
	color: #15222b;
	padding: 10px 20px;
	font-weight: 500;
	outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
	color: #ff4a17;
	text-decoration: none;
}

.mobile-nav .drop-down > a:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f078';
	padding-left: 10px;
	position: absolute;
	left: 15px;
}

.mobile-nav .active.drop-down > a:after {
	content: '\f077';
}

.mobile-nav .drop-down > a {
	padding-left: 35px;
}

.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden;
}

.mobile-nav .drop-down li {
	padding-left: 20px;
}

.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(4, 7, 9, 0.6);
	overflow: hidden;
	display: none;
	transition: ease-in-out 0.2s;
}

.mobile-nav-active {
	overflow: hidden;
}

.mobile-nav-active .mobile-nav {
	opacity: 1;
	visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
	color: var(--white);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
	width: 100%;
	height: 100vh;
	background-size: cover;
	position: relative;
	padding: 0;
}
#hero .owl-carousel {
	position: relative;
	z-index: -1;
	height: 100%;
	width: 100%;
}
#hero .owl-carousel .owl-stage-outer,
#hero .owl-carousel .owl-stage-outer .owl-stage,
#hero .owl-carousel .owl-stage-outer .owl-stage .active {
	height: 100%;
}
#hero .owl-carousel .item {
	background-size: cover;
	width: 100vw;
	height: 100vh;
	background-position: center;
}

#hero:before {
	content: '';
	background: rgba(13, 20, 26, 0.15);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

#hero .hero-container {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

#hero h1 {
	margin: 0 0 10px 0;
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	text-transform: uppercase;
	color: var(--white);
}

#hero h2 {
	color: #eee;
	margin-bottom: 50px;
	font-size: 24px;
}

#hero .btn-get-started {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	display: inline-block;
	padding: 10px 35px 10px 35px;
	border-radius: 4px;
	transition: 0.5s;
	color: var(--white);
	background: #ff4a17;
	border: 2px solid #ff4a17;
}

#hero .btn-get-started:hover {
	border-color: var(--white);
	background: rgba(255, 255, 255, 0.1);
}

#hero .btn-get-started-blue {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	display: inline-block;
	padding: 10px 35px 10px 35px;
	border-radius: 4px;
	transition: 0.5s;
	color: var(--white);
	background: var(--dark_blue);
	border: 2px solid var(--dark_blue);
}

#hero .btn-get-started-blue:hover {
	border-color: var(--white);
	background: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 360px) {
	#hero .btn-get-started,
	#hero .btn-get-started-blue {
		font-size: 10px;
	}
}

#hero .btn-watch-video {
	font-size: 16px;
	display: inline-block;
	padding: 10px 25px 8px 40px;
	transition: 0.5s;
	margin-left: 25px;
	color: var(--white);
	position: relative;
}

#hero .btn-watch-video i {
	color: var(--white);
	font-size: 32px;
	position: absolute;
	left: 0;
	top: 7px;
	transition: 0.3s;
}

#hero .btn-watch-video:hover i {
	color: #ff4a17;
}

@media (min-width: 1024px) {
	#hero {
		background-attachment: fixed;
	}
}

@media (max-width: 768px) {
	#hero h1 {
		font-size: 28px;
		line-height: 36px;
	}
	#hero h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 30px;
	}
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
	padding: 60px 0;
	overflow: hidden;
}

.section-bg {
	background-color: #f0f4f8;
}

.section-title {
	padding-bottom: 40px;
}

.section-title h2 {
	font-size: 14px;
	font-weight: 500;
	padding: 0;
	line-height: 1px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	color: #5c8eb0;
	font-family: 'Poppins', sans-serif;
}

.section-title h2::after {
	content: '';
	width: 120px;
	height: 1px;
	display: inline-block;
	background: #ff8664;
	margin: 4px 10px;
}

.section-title p {
	margin: 0;
	margin: 0;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	color: #263d4d;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .container {
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	padding-bottom: 15px;
}

.about .count-box {
	padding: 60px 0;
	width: 100%;
}

.about .count-box i {
	display: block;
	font-size: 48px;
	color: #a1bdd1;
	float: right;
}
.about .count-box .plus-sign {
	font-size: 15px;
	margin-top: 7px;
	color: #365870;
	margin-right: 10px;
}
.about .count-box span {
	font-size: 28px;
	line-height: 25px;
	display: block;
	font-weight: 700;
	color: #365870;
	margin-right: 60px;
	text-align: right;
	font-family: 'GE SS Two Medium';
}

.about .count-box p {
	padding: 5px 0 0 0;
	margin: 0 60px 0 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #2e4b5e;
	text-align: right;
}

.about .count-box a {
	font-weight: 600;
	display: block;
	margin-top: 20px;
	color: #2e4b5e;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	transition: ease-in-out 0.3s;
}

.about .count-box a:hover {
	color: #477392;
}

.about .content {
	font-size: 15px;
}

.about .content h3 {
	font-weight: 700;
	font-size: 24px;
	color: #263d4d;
}

.about .content ul {
	list-style: none;
	padding: 0;
}

.about .content ul li {
	padding-bottom: 10px;
	padding-right: 28px;
	position: relative;
}

.about .content ul i {
	font-size: 15px;
	color: #ff4a17;
	position: absolute;
	right: 0;
	top: 5px;
}

.about .content p:last-child {
	margin-bottom: 0;
}

.about .owl-stage {
	display: flex;
	align-items: center;
}
.about .owl-stage .item {
	margin: 5%;
}
.about .owl-carousel img {
	width: 100%;
	height: 100%;
}
.about .owl-stage .owl-item img {
	transition: all 0.4s ease-in-out;
}
.about .owl-stage .owl-item img:hover {
	-webkit-filter: none;
	filter: none;
	transform: scale(1.05);
}
.about .owl-dot.active > span {
	background-color: #ff4a17 !important;
}

/*--------------------------------------------------------------
# About Boxes
--------------------------------------------------------------*/
.about-boxes {
	background: url('../img/about-boxes-bg.jpg') center top no-repeat fixed;
	background-size: cover;
	padding: 60px 0 30px 0;
	position: relative;
}

.about-boxes::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.92);
	z-index: 9;
}

.about-boxes .container,
.about-boxes .container-fluid {
	position: relative;
	z-index: 10;
}

.about-boxes .card {
	border-radius: 3px;
	border: 0;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
	transition: all 0.3s ease-in-out;
}

.about-boxes .card-icon {
	text-align: center;
	margin-top: -32px;
}

.about-boxes .card-icon i {
	font-size: 30px;
	color: var(--white);
	width: 64px;
	height: 64px;
	line-height: 60px;
	text-align: center;
	background-color: var(--primary_orange);
	border-radius: 4px;
	border: 4px solid var(--white);
	transition: 0.3s;
	display: inline-block;
}

.about-boxes .card-body {
	padding-top: 12px;
}

.about-boxes .card-title {
	font-weight: 700;
	text-align: center;
}

.about-boxes .card-title a {
	color: #15222b;
}

.about-boxes .card-title a:hover {
	color: var(--primary_orange);
}

.about-boxes .card-text {
	color: #5e5e5e;
}
.about-boxes .card:hover {
	transform: translateY(-10px) scale(1.05);

	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}
.about-boxes .card:hover .card-icon i {
	background: var(--white);
	color: var(--primary_orange);
}

@media (max-width: 1024px) {
	.about-boxes {
		background-attachment: scroll;
	}
}

/*--------------------------------------------------------------
# Segments
--------------------------------------------------------------*/
.segments,
.capabilities {
	background: #fff;
	padding: 15px 0;
	text-align: center;
	color: #365870;
}
.capabilities {
	background-color: #f0f2f3;
}
.segments img,
.capabilities img {
	max-width: 45%;
	transition: all 0.4s ease-in-out;
	display: inline-block;
	padding: 15px 0;
	color: var(--dark_blue);
}

.capabilities .box {
	transition: all 0.3s ease-in-out;
}

.capabilities .box:hover {
	box-shadow: 0 10px 10px rgba(223, 223, 223, 0.8);
	background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 768px) {
	.segments img,
	.capabilities img {
		max-width: 40%;
	}
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
	padding: 15px 0;
	text-align: center;
}

.clients .owl-stage {
	display: flex;
	align-items: center;
}
.clients .owl-stage .item {
	margin: 5%;
}
.clients .owl-stage .owl-item img {
	-webkit-filter: grayscale(100);
	filter: grayscale(100);
	transition: all 0.4s ease-in-out;
}
.clients .owl-stage .owl-item img:hover {
	-webkit-filter: none;
	filter: none;
	transform: scale(1.05);
}
.clients .owl-dot.active > span {
	background-color: #ff4a17 !important;
}
/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .nav-tabs {
	border: 0;
}

.features .nav-link {
	border: 1px solid #b5ccdb;
	padding: 15px;
	transition: 0.3s;
	color: #15222b;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.features .nav-link i {
	padding-right: 15px;
	font-size: 48px;
}

.features .nav-link h4 {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}

.features .nav-link:hover {
	color: #ff4a17;
}

.features .nav-link.active {
	background: #ff4a17;
	color: var(--white);
	border-color: #ff4a17;
}

@media (max-width: 768px) {
	.features .nav-link i {
		padding: 0;
		line-height: 1;
		font-size: 36px;
	}
}

@media (max-width: 575px) {
	.features .nav-link {
		padding: 15px;
	}
	.features .nav-link i {
		font-size: 24px;
	}
}

.features .tab-content {
	margin-top: 30px;
}

.features .tab-pane h3 {
	font-weight: 600;
	font-size: 26px;
}

.features .tab-pane ul {
	list-style: none;
	padding: 0;
}

.features .tab-pane ul li {
	padding-bottom: 10px;
}

.features .tab-pane ul i {
	font-size: 20px;
	padding-right: 4px;
	color: #ff4a17;
}

.features .tab-pane p:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
	margin-bottom: 20px;
	padding: 30px;
	border-radius: 6px;
	background: var(--white);
}

.services .icon-box i {
	float: left;
	color: #5c8eb0;
	font-size: 40px;
}

.services .icon-box h4 {
	margin-left: 70px;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
}

.services .icon-box h4 a {
	color: #365870;
	transition: 0.3s;
}

.services .icon-box .icon-box:hover h4 a {
	color: #ff4a17;
}

.services .icon-box p {
	margin-left: 70px;
	line-height: 24px;
	font-size: 14px;
}

.services .icon-box:hover h4 a {
	color: #ff4a17;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
	position: relative;
}

.team .container {
	position: relative;
	z-index: 10;
}

.team .member {
	margin-bottom: 80px;
	position: relative;
}

.team .member .pic {
	overflow: hidden;
}

.team .member .member-info {
	position: absolute;
	bottom: -50px;
	left: 20px;
	right: 20px;
	background: var(--white);
	padding: 20px 15px;
	color: #15222b;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: 0.5s;
}

.team .member h4 {
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 16px;
	color: #15222b;
	position: relative;
	padding-bottom: 10px;
	text-align: right;
}

.team .member h4::after {
	content: '';
	position: absolute;
	display: block;
	width: 50px;
	height: 1px;
	background: #7fa5c0;
	bottom: 0;
	right: 0;
}

.team .member span {
	font-style: italic;
	display: block;
	font-size: 13px;
	text-align: right;
}

.team .member .social {
	position: absolute;
	left: 15px;
	bottom: 15px;
}

.team .member .social a {
	transition: color 0.3s;
	color: #477392;
}

.team .member .social a:hover {
	color: #ff4a17;
}

.team .member .social i {
	font-size: 16px;
	margin: 0 2px;
}

@media (max-width: 992px) {
	.team .member {
		margin-bottom: 110px;
	}
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
	color: var(--gray-dark-1);
	text-align: center;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	padding: 20px 0 30px 0;
}

.contact .info-box i {
	font-size: 32px;
	color: #ff4a17;
	border-radius: 50%;
	padding: 8px;
}

.contact .info-box h3 {
	font-size: 20px;
	color: #777777;
	font-weight: 700;
	margin: 10px 0;
}

.contact .info-box p {
	padding: 0;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
}

.contact .php-email-form {
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	padding: 30px;
}

.contact .php-email-form .validate {
	display: none;
	color: red;
	margin: 0 0 15px 0;
	font-weight: 400;
	font-size: 13px;
}

.contact .php-email-form .error-message {
	display: none;
	color: var(--white);
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .error-message br + br {
	margin-top: 25px;
}

.contact .php-email-form .sent-message {
	display: none;
	color: var(--white);
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .loading {
	display: none;
	background: var(--white);
	text-align: center;
	padding: 15px;
}

.contact .php-email-form .loading:before {
	content: '';
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
	border-color: #ff4a17;
}

.contact .php-email-form input {
	padding: 20px 15px;
}

.contact .php-email-form textarea {
	padding: 12px 15px;
}

.contact .php-email-form button[type='submit'] {
	background: #ff4a17;
	border: 0;
	padding: 10px 24px;
	color: var(--white);
	transition: 0.4s;
	border-radius: 4px;
}

.contact .php-email-form button[type='submit']:hover {
	background: #ff5e31;
}

@-webkit-keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	background: #121d24;
	padding: 0 0 30px 0;
	color: var(--white);
	font-size: 14px;
}

#footer .footer-top {
	background: #15222b;
	border-bottom: 1px solid #1d303c;
	padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
	margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
	font-size: 28px;
	margin: 0 0 15px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-weight: 700;
}

#footer .footer-top .footer-info p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: 'Raleway', sans-serif;
	color: var(--white);
}

#footer .footer-top .social-links a {
	font-size: 18px;
	display: inline-block;
	background: rgba(255, 255, 255, 0.08);
	color: var(--white);
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 4px;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
	float: right;
}

#footer .footer-top .social-links a:hover {
	background: #ff4a17;
	color: var(--white);
	text-decoration: none;
}

#footer .footer-top h4 {
	font-size: 16px;
	font-weight: 600;
	color: var(--white);
	position: relative;
	padding-bottom: 12px;
}

#footer .footer-top .footer-links {
	margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .footer-top .footer-links ul i {
	padding-left: 2px;
	color: #ff5e31;
	font-size: 12px;
	line-height: 1;
}

#footer .footer-top .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}

#footer .footer-top .footer-links ul a {
	color: var(--white);
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
	color: #ff4a17;
}

#footer .footer-top .footer-newsletter form {
	margin-top: 30px;
	background: var(--white);
	padding: 6px 10px;
	position: relative;
	border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type='email'] {
	border: 0;
	padding: 4px;
	width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type='submit'] {
	position: absolute;
	top: 0;
	right: -2px;
	bottom: 0;
	border: 0;
	background: none;
	font-size: 16px;
	padding: 0 20px;
	background: #ff4a17;
	color: var(--white);
	transition: 0.3s;
	border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type='submit']:hover {
	background: #ff5e31;
}

#footer .copyright {
	text-align: center;
	padding-top: 30px;
}

#footer .credits {
	padding-top: 10px;
	text-align: center;
	font-size: 13px;
	color: var(--white);
}

#footer .credits a {
	transition: 0.3s;
}
