body
	{
		background: #f9f9f9;
    color: #606060;
    font-family: 'Harabara', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
	}

@font-face {
    font-family: 'Harabara';
    src: url(../fonts/Harabara.ttf);
}

html,body {
        width: 100%;
        overflow-x: hidden;
  }

.heading {
  color: #FFF;
  font-size: 38px;
}
.subheading {
  font-size: 20px;
  font-weight: bold;
}

.typed-element {
  height: 60px;
}

h3 {
  padding-bottom: 20px;
}

p {
  letter-spacing: 1px;
  line-height: 28px;
}

.green {
  color: #7300ff;
}

.white {
	color: #ffffff;
	text-align: justify;
	font-size: 60px;
}

hr {
  border-color: #e0e0e0;
  margin: 0 auto 20px auto;
  width: 120px !important;
}

.title {
  padding-bottom: 60px;
}
.title h2 {
  padding-bottom: 14px;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

/* preloader section */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
   width: 100%;
  height: 100%;
   z-index: 99999;
   display: -webkit-flex;
    display: -ms-flexbox;
   display: flex;
   -webkit-flex-flow: row nowrap;
   -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
     -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
    background: none repeat scroll 0 0 #fff;
  background: none repeat scroll 0 0 #f9f9f9;
}
.sk-spinner-pulse.sk-spinner {
  width: 40px;
  height: 40px;
  background-color: #2ecc71;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

/* navigation section */
.sticky-navigation {
  opacity: 0;
}
.navbar-default {
    background: #fff;
    border: none;
    box-shadow: none;
    margin: 0 !important;
  }
.navbar-default .navbar-brand {
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  padding-top: 12px;
 line-height: 60px !important;
  }
.navbar-default .navbar-nav li a {
  color: #606060;
    font-weight: bold;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 60px;
  }
.navbar-default .navbar-nav li a:hover {
    color: #7300ff;
  }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #606060;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #823fd2;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
     border: none;
     padding-top: 12px;
  }
.navbar-default .navbar-toggle .icon-bar {
    background: #7300ff;
    border-color: transparent;
  }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  background-color: transparent;
}


/* home section */
#home {
  background: url('../images/home-bg.jpg') 50% 0 repeat-y fixed;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}
#home h2 {
  letter-spacing: 2px;
}
#home .btn {
  background-color: transparent;
  border-radius: 0px;
  border: 1px solid #808080;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 2px;
  padding: 20px 40px;
  margin-top: 40px;
}
#home .btn:hover {
  background: #510a7a;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
}

/* work section */
#work {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 40px;
}
#work h3 {
  color: #000;
}
#work .bg-work {
  padding-bottom: 60px;
}
#work .fa-mobile {
  color: #8e44ad;
}
#work .fa-link {
  color: #7300ff;
}
#work .fa-cloud {
  color: #2ecc71;
}
#work .fa {
  font-size: 60px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  margin-top: 40px;
}

/* about section */
#about {
  background: url('../images/about-bg.jpg') 50% 0 repeat-y fixed;
  color: #ffffff;
  padding-top: 120px;
  padding-bottom: 100px;
  text-align: center;
}

/* team section */
#team {
  background-color: #ffffff;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
#team h3 {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
#team h4 {
  color: #7300ff;
}

/* portfolio section */
#portfolio {
  background-color: #4e2382;
  text-align: center;
  padding-top: 140px;
  padding-bottom: 140px;
}
#portfolio .col-md-4 {
  padding: 0;
  margin: 0;
}
#portfolio a {
  text-decoration: none;
}
#portfolio img {
  width: 100%;
  max-width: 100%;
  height: auto;
  transition: all 0.4s ease-in-out;
}
#portfolio a:hover img {
 transform: translate(20px);
}

/* contact section */
#contact {
  background-color: #000000;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 140px;
}
#contact h4 {
	color: #823fd2;
	padding-bottom: 12px;
}
#contact .form-control {
  background-color: transparent;
  border-radius: 1px;
  border: 2px solid #808080;
  box-shadow: none;
  margin-top: 12px;
  margin-bottom: 14px;
}
#contact .form-control:focus {
  border: 2px solid #303030;
}
#contact input {
  height: 55px;
}
#contact input[type="submit"] {
  background-color: #000000;
  border: none;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 4px;
  height: 70px;
  font-weight: bold;
  transition: all 0.4s ease-in-out;
}
#contact input[type="submit"]:hover {
  background-color: #823fd2;
}

/* footer section */
footer {
  background: #4e2382;
  color: #ffffff;
  padding-bottom: 120px;
}
footer .top-arrow a {
  background-color: #4e2382;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  width: 80px;
  height: 80px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  bottom: 42px;
  text-decoration: none;
  margin-bottom: 60px;
}
footer p {
  line-height: 14px;
  padding-top: 22px;
}
.social-icon {
  padding: 0;
  margin: 0;
  text-align: center;
  vertical-align: middle;
}
.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 0;
}
.social-icon li a {
  background: #f9f9f9;
  border-radius: 50%;
  color: #606060;
  font-size: 28px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.social-icon li a:hover {
  background: #d0d0d0;
}

@media ( max-width: 767px ) {
  .navbar-default {
    text-align: center;
  }
  .navbar-default .navbar-brand {
    padding-top: 0px;
    position: relative;
    bottom: 5px;
  }
  #team img {
    margin-top: 20px;
  }
  footer {
    text-align: center;
  }
  .social-icon li {
    padding-top: 40px;
  }
}

@media ( max-width: 360px ) {
  #about h2,
  #team h2,
  .contact-info h4 {
    font-size: 34px;
  }
}
