@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500'); /* Raleway Font */
@import url('https://fonts.googleapis.com/css?family=Open+Sans'); /* Open Sans Font */
@font-face {
    font-family: 'Anurati';
    src: url('fonts/Anurati-Regular.otf');
}

/* -Link Styling- */
a {
    color: #E84118;
    font-family: Raleway, sans-serif;
	text-decoration: none;
}
a:visited {
    color: #222;
    text-decoration: none;
}
/* -Resets- */
html, body { 
    background-color: #111;
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(../images/bg.png);
    background-repeat: repeat;
    color: #222;
    font-size: 16px;
    line-height: 1.5rem; /* 24px */
    max-width: 100%;
	overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Raleway, sans-serif;
	margin-bottom: .5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
	margin-top: 0;
}
h1 {
    font-size: 2.25rem; /* 36px */
    font-family: Anurati, sans-serif;
    letter-spacing: 5px;
} 
h2 {
    font-size: 1.50rem; /* 24px */
    font-weight: 500;
}
h3 {
    font-size: 1.25rem; /* 20px */
    font-weight: 400;
}
h4 {
    font-size: 1.10rem;
    font-weight: 300;
}
p {
    font-family: Open Sans, sans-serif;
    font-size: 0.9375rem; /* 15px */
    padding: 5px 5px 5px 0;
    margin: 0;
}

ul {
    list-style-type: none;
    padding: 0;
}

hr {
    width: 100%;
    height: 2px;
    background: #E84118;
    margin: 20px 0;
    border: none;
}

input {
    height: 45px;
    padding-left: 10px;
    border: 1px solid #D4D4D4 !important;
}
input:focus {
    border: 1px solid #333;
    outline: none;
}
textarea {
    height: 150px;
	width: 100%;
    max-width: 100%;
	padding-top: 10px;
	padding-left: 10px;
    border: 1px solid #D4D4D4 !important;
}
textarea:focus {
    border: 1px solid #333;
    outline: none;
}
button {
    outline: none !important;
}
.sppb-btn {
	background: #E84118;
    border: none;
    border-radius: 2px;
    color: #FFF;
    font-family: Raleway, sans-serif;
    font-weight: 500;
	display: inline-block;
	height: auto;
    width: auto;
    margin-left: auto;
    margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
    padding: 5px 15px;
    outline: none;
	transition: all 0.2s ease;
    cursor: pointer;
}
.sppb-btn:hover {
	background: #333;
	color: #FFF;
    text-decoration: none;
}

#sp-header {
	width: 100%;
	z-index: 99;
	box-shadow: none;
	background-color: transparent;
	border: 1px solid rgba(255,255,255,0);
	z-index: 900;
	transition: 0.3s;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	padding: 10px;
	height: inherit;
}

#sp-header.header-sticky {
	position: fixed;
	z-index: 9999;
	background-color: rgba(255,255,255,1);
	border: 1px solid #f9f9f9;
}

#sp-header #sp-logo {display: table; margin: auto;}

#sp-header .logo {
	height: inherit;
	font-family: Anurati, sans-serif;
	font-size: 1.75rem;
	letter-spacing: 5px;
	color: rgba(0,0,0,.9);
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	line-height: inherit;
	white-space: nowrap;
}

#sp-header .logo img {
	height: auto;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	display: inline-block;
	line-height: 1.5rem;
	font-size: 14px;
	margin: 0;
	padding: .5rem 1rem;
	padding-right: .5rem;
	padding-left: .5rem;
	font-size: 1.125rem;
	font-weight: 500;
	margin-top: 5px;
	transition: 0.2s;
}

.sp-megamenu-parent > li > a {
	color: #222;
}


/* */

.job-box {
	background: #FAFAFA;
	border-left: 2px solid #E84118;
	padding: 25px 35px;
	margin: 10px 0;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.11) !important;
}

.white-popup-block {
	padding: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 1));
}

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
}

.modal-header {
	border-bottom: 1px solid #E84118;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 15px;
}

.modal-body h3 {
	margin-bottom: 0;
}

.modal-body ul {
	list-style: disc;
	margin: 0 0 0 25px;
}

.modal-body > ul > li > p {
	padding: 0 5px;
}

.modal-footer {
	display: block;
}

.modal-footer {
	border-top: 1px solid #E84118;
}

.modal-footer button {
	margin: 0;
}


.border-top {border-top: 2px solid #E84118 !important;}


#sp-footer, #sp-bottom {
	background: #171717;
	color: inherit;
}

#sp-footer {
	font-size: inherit;
	padding: 0;
}

.particles-js-canvas-el {
	position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}



/* IMPORT ANIMATIONS */

/*------------------------------------------------------------------
[Animations Stylesheet]

Author: AtypicalThemes
Template: Strider - A Game Studio Template
Version:	1.0

------------------------------------------------------------------- */
/* KEYFRAMES */
@keyframes pop-in {
0% { opacity: 0; transform: scale(0.5); }
100% { opacity: 1; transform: scale(1); }
}

/* --- The first part of the stylesheet sets the initial position of the animation elements and sets their opacity and timing --- */
.animation-element {
    opacity: 0;
    position: relative;
    transition: all 850ms ease;
}
.animation-element.extend {
    width: 0;
}
.animation-element.fade-in {
    opacity: 0;
}
.animation-element.slide-in-left {
    -moz-transform: translate3d(-25px, 0px, 0px);
    -webkit-transform: translate3d(-25px, 0px, 0px);
    -o-transform: translate(-25px, 0px);
    -ms-transform: translate(-25px, 0px);
    transform: translate3d(-25px, 0px, 0px);
}
.animation-element.slide-in-right {
    -moz-transform: translate3d(25px, 0px, 0px);
    -webkit-transform: translate3d(25px, 0px, 0px);
    -o-transform: translate(25px, 0px);
    -ms-transform: translate(25px, 0px);
    transform: translate3d(25px, 0px, 0px);
}
.animation-element.slide-up {
    -moz-transform: translate3d(0px, 25px, 0px);
    -webkit-transform: translate3d(0px, 25px, 0px);
    -o-transform: translate(0px, 25px);
    -ms-transform: translate(0px, 25px);
    transform: translate3d(0px, 25px, 0px);
}
.animation-element.slide-down {
    -moz-transform: translate3d(0px, -25px, 0px);
    -webkit-transform: translate3d(0px, -25px, 0px);
    -o-transform: translate(0px, -25px);
    -ms-transform: translate(0px, -25px);
    transform: translate3d(0px, -25px, 0px);
}

/* --- The second part of the stylesheet sets the position and opacity of animation elements when they are "in-view"  --- */
.animation-element.in-view {
    opacity: 1;
    z-index: 5;
}
.animation-element.extend.in-view {
    width: 100%;
}
.animation-element.fade-in.in-view {
    opacity: 1;
}
.animation-element.fade-in.delayed.in-view {
    transition-delay: 200ms;
}
.animation-element.pop-in.in-view {
    -webkit-animation: pop-in 700ms;
    -moz-animation: pop-in 700ms;
    -ms-animation: pop-in 700ms;
}
.animation-element.pop-in-slow.in-view {
    -webkit-animation: pop-in  800ms;
    -moz-animation: pop-in 800ms;
    -ms-animation :pop-in 800ms;
}
.animation-element.slide-in-left.in-view {
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-in-left.delayed.in-view {
    -webkit-transition-delay: 200ms; 
    transition-delay: 200ms;
}
.animation-element.slide-in-left.delayed-1.in-view {
    -webkit-transition-delay: 400ms; 
    transition-delay: 400ms;
}
.animation-element.slide-in-left.delayed-2.in-view {
    -webkit-transition-delay: 600ms; 
    transition-delay: 600ms;
}
.animation-element.slide-in-right.in-view {
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-in-right.delayed.in-view {
    -webkit-transition-delay: 200ms; 
    transition-delay: 200ms;
}
.animation-element.slide-in-right.delayed-1.in-view {
    -webkit-transition-delay: 400ms; 
    transition-delay: 400ms;
}
.animation-element.slide-in-right.delayed-2.in-view {
    -webkit-transition-delay: 600ms; 
    transition-delay: 600ms;
}
.animation-element.slide-down.in-view {
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-down.delayed.in-view {
    -webkit-transition-delay: 200ms; 
    transition-delay: 200ms;
}
.animation-element.slide-down.delayed-1.in-view {
    -webkit-transition-delay: 400ms; 
    transition-delay: 400ms;
}
.animation-element.slide-up.in-view {
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-up.delayed.in-view {
    -webkit-transition-delay: 200ms; 
    transition-delay: 200ms;
}
.animation-element.slide-up.delayed-1.in-view {
    -webkit-transition-delay: 400ms; 
    transition-delay: 400ms;
}

/* */
