@font-face {
    font-family: 'magehandregular';
    src: url('../fonts/magehand-webfont.woff2') format('woff2'),
         url('../fonts/magehand-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
  background: #fff;
  color: #666666;
  font-family: "Dosis", sans-serif;
}

a {
  color: #18d26e;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #18d36e;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "magehandregular", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

.page-content {
	padding-left: 90px;
	background-color: #fff;
}
.navigation {
	position: fixed;
	left: 0%;
	top: 0%;
	right: auto;
	bottom: 0%;
	z-index: 999;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 90px;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	text-align: center;
}
.top-part {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.logo {
	padding-right: 0px;
	padding-left: 0px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	color: #121217;
	font-size: 13px;
	text-decoration: none;
}
.m-inline-block {
	max-width: 100%;
	display: inline-block;
}
.navigation-part {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 160px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.nav-link.my-version.darker {
	margin-right: 25px;
	margin-bottom: 0px;
	color: #111;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
}
.nav-link.my-version {
	margin-top: 0px;
	margin-bottom: 7px;
	padding: 0px 0px 5px;
	color: #fff;
	font-size: 15px;
	line-height: 16px; 
	text-transform:uppercase;
	position:relative;
}
.navigation-line {
	position: absolute;
	left: 0%;
	top: auto;
	right: 0%;
	bottom: 0%;
	width: 0%;
	height: 2px;
	background-color: #fc5618; 
	transition:all 0.4s ease-in;
}
.nav-link.my-version:hover .navigation-line { width:100%;}
.last-part {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.social-wrapper {
	position: relative;
}
.social-content {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.social-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 40px;
	height: 40px;
	margin-top: 6px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 100%;
	background-color: #111;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
.banner.home {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	background-color: #fff;
}
.home_col_left {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 50%;
	-ms-flex: 0 50%;
	flex: 0 50%;
	background-color: #112233;
}
.home_col_right {
	height: 100%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 50%;
	-ms-flex: 0 50%;
	flex: 0 50%;
	background-image: url("../images/20190228_162846.jpg");
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.canvas {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.homeText { position:relative;}
.intro-text {
	margin-bottom: 15px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.intro-heading {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #fc5618;
	font-size: 70px;
	line-height: 73px;
}
.intro-text.top {
	margin-top: 20px;
	margin-bottom: 0px;
}
.homeText a {
border-color: hsla(0, 0%, 100%, 0.29);
color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 15px 35px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-style: solid;
	border-width: 2px;
	border-radius: 30px;
	background-color: transparent;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #fc5618;
	font-size: 13px;
	line-height: 14px;
	font-weight: 700;
	text-align: left;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase; 
	margin-top:40px;
	max-width: 100%;
display: inline-block;
}
.homeText a:hover {
	border-color: #fff;
}
.about { 
}
.aboutSect { 
padding:50px 0 60px; 
color:#fff; 
position:relative;
}

.aboutSect .sectHead {
color:#fff; 
font-size:36px; 
margin-bottom:30px
}
.aboutSect .aboutLeft { text-align:center}
.aboutSect h1 {
color:#fc5618;
}
.aboutSect .smalHead { 
color:#fff;
letter-spacing:5px;
text-transform:uppercase; 
margin-top:25px;
}
.progresBar { 
padding:20px 0;
}
.progresBar .bar {
	align-items: flex-end;
	background-color: #eee;
	color: #fc5618;
	font-size: 14px; 
	font-weight:700;
	height: 30px;
	margin: 0 0 20px 0;
	position: relative; 
	max-width:90%;
}
.progresBar .bar:nth-child(1) .fill {
	animation-name: expandWidth1;
  	animation-iteration-count: 1;
  	animation-duration: 1.1s;
}
@keyframes expandWidth1 {
   0% { width: 0; }
   100% { width: 90%; }
}
.progresBar .bar:nth-child(2) .fill {
	animation-name: expandWidth2;
  	animation-iteration-count: 1;
  	animation-duration: 1.2s;	
}
@keyframes expandWidth2 {
   0% { width: 0; }
   100% { width: 90%; }
}
.progresBar .bar:nth-child(3) .fill { 
	animation-name: expandWidth3;
  	animation-iteration-count: 1;
  	animation-duration: 1.3s;	
}
@keyframes expandWidth3 {
   0% { width: 0; }
   100% { width: 80%; }
}
.progresBar .bar:nth-child(4) .fill { 
	animation-name: expandWidth4;
  	animation-iteration-count: 1;
  	animation-duration: 1.4s;	
}
@keyframes expandWidth4 {
   0% { width: 0; }
   100% { width: 60%; }
}
.progresBar .bar:nth-child(5) .fill { 
	animation-name: expandWidth5;
  	animation-iteration-count: 1;
  	animation-duration: 1.5s;	
}
@keyframes expandWidth5 {
   0% { width: 0; }
   100% { width: 50%; }
}
.progresBar .bar:nth-child(6) .fill { 
	animation-name: expandWidth6;
  	animation-iteration-count: 1;
  	animation-duration: 1.6s;	
}
@keyframes expandWidth6 {
   0% { width: 0; }
   100% { width: 90%; }
}
.progresBar .bar:nth-child(7) .fill { 
	animation-name: expandWidth7;
  	animation-iteration-count: 1;
  	animation-duration: 1.7s;	
}
@keyframes expandWidth7 {
   0% { width: 0; }
   100% { width: 40%; }
}
.progresBar .bar:nth-child(8) .fill { 
	animation-name: expandWidth8;
  	animation-iteration-count: 1;
  	animation-duration: 1.8s;	
}
@keyframes expandWidth8 {
   0% { width: 0; }
   100% { width: 80%; }
}

.progresBar .bar.fill {
    left: 0;
    position: absolute;
    top: 0;
    background-color: #04c2c9;
    opacity: 1;
    padding: 0;
}

.progresBar .bar .tag {
	left: 0;
	position: absolute;
	top: 0;
	background-color: #000;
	color: #fff;
	height: 100%;
	width: 110px;
}
.progresBar .bar span {
	display: initial;
	padding: 0 10px 0 0;
z-index: 1;
}
.flex {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact { 
background:#111;
}
.contInBg { 
background:url(../images/contact.png) center center/cover;
height:380px; 
margin:50px 0;
}
.contDiv { padding: 15px 50px 0}
#contForm .form-control{ 
background:none;
border-radius:0; 
color:#fff;
}
#contForm button { 
background:#fc5618; 
padding:5px 50px;
font-weight:700; 
color:#fff; 
border:none;
}
.soonh3 {text-align:center; margin-top:150px; font-size:100px; color:#fc5618;}
@media (max-width: 575px) {
.contDiv {
	padding: 15px 5px 0;
}

.contInBg {
	height: 150px;
	margin: 15px 0 50px;
}
.soonh3 {text-align:center; margin-top:150px; font-size:60px}
.intro-heading {
    font-size: 50px;
    line-height: 50px;
}
.homeText a {
	padding: 10px 20px; 
	margin-top:0px;
}
.banner.home { 
    display:block; 
    height:100%;
}
.home_col_left {
	height: 300px;
	padding-right: 15px;
	padding-left: 15px;
}
.home_col_right {
	height: 300px;
}
}    
