//* --------------------------------------
=========================================
GraphX - Respossive HTML5 Comming Soon Template
Version: 1.0 (Initial Release)
Designed By: Zakir Hossain
=========================================
 
    1. GLOBAL STYLES
    2. TYPOGRAPHY
    3. BUTTONS
    4. PRELOADER
    5. HOME SECTION
      5.1 NAVIGATION
      5.2 INTRO
      5.3 COUNTDOWN
      5.4 MOUSE SCROLL
    6. ABOUT SECTION
    7. SUBCRIPTION SECTION
    8. SERVICE SECTION
    9. CONTACT SECTION
    10. SOCIAL & FOOTER SECTION

-----------------------------------------*/


/*---------------------------------------
   1. GLOBAL STYLES
-----------------------------------------*/
::-moz-selection {
  background: #008ed6;
  color: #FFF;
}

::selection {
  background: #008ed6;
  color: #FFF;
}

::-moz-selection {
  background: #008ed6;
  color: #FFF;
}

html {
  font-size: 100%;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  color: #4c4c4c;
  font-weight: normal;
  overflow-x: hidden !important;
  line-height: 24px;
  text-align: center;
}


/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

*,*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

i {
  vertical-align: middle;
}

ul, ol {
  padding-left: 0 !important;
}

li {
  list-style: none;
}

a {
  color: #008ed6;
  -webkit-transition: all 700ms;
  transition: all 700ms;
}

a,a:hover {
  text-decoration: none;
}

a:hover {
  color: #0477b1;
}

p {
  margin: 0;
}

.text-white {
  color: #FFF!important;
}

.devider {
  margin: 48px auto;
}

.strong-color {
  color: #008ed6!important;
}

.over-bg {
  background: rgba(0, 10, 15, 0.8);
  height: 100%;
}

.section-padding {
  padding: 100px 0;
}

.section-intro-heading {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}

.form-control:focus {
  border-color: #282828;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}


/*---------------------------------------
   2. TYPOGRAPHY
-----------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  vertical-align: baseline;
  color: #282828;
}

h1 {
  font-size: 3.75rem;
  line-height: 5.63rem;
}

h2 {
  font-size: 2.25rem;
  line-height: 3.13rem;
}

h3 {
  font-size: 1.5rem;
  line-height: 2.25rem;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

h5 {
  font-size: 1.0625rem;
  line-height: 1.375rem;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}


/*---------------------------------------
   3. BUTTONS       
-----------------------------------------*/
.default-button {
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 1.9;
  border: none;
  padding: 18px 40px 18px 40px;
  color: #ffffff;
  -webkit-transition: none;
  transition: none;
}

.default-button {
  background: #008ed6;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTlmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDhlZDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a9ff), color-stop(100%, #008ed6));
  background: -webkit-linear-gradient(top, #00a9ff 0%, #008ed6 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#00a9ff), to(#008ed6));
  background: linear-gradient(to bottom, #00a9ff 0%, #008ed6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradient-light', endColorstr='@main-color', GradientType=0);
  -webkit-box-shadow: 0px 3px 0px #005885;
  box-shadow: 0px 3px 0px #005885;
}

.default-button:hover {
  color: #ffffff;
  background: #008ed6 !important;
  text-decoration: none;
}

.default-button:focus {
  color: #ffffff;
}

.default-button:active {
  background: #008ed6 !important;
  border-color: inherit !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}




/*---------------------------------------
  4. PRELOADER 
-----------------------------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 9999;
}

.status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/pl.gif);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  margin: -20px 0 0 -20px;
}




/*---------------------------------------
  5. HOME SECTION
-----------------------------------------*/
.home {
  background: url(../images/bg/1.jpg) no-repeat center center;
  background-size: cover;
}

.home .over-bg {
  background: rgba(0, 10, 15, 0.4);
}

.navbar-header img {
  max-height: 26px;
}



/*---------------------------------------
   5.1 NAVIGATION
-----------------------------------------*/
.navbar-default {
  padding: 30px;
  padding-right: 50px;
  background-color: transparent;
  border-color: transparent;
  -webkit-transition: all .5s ease .25s;
  transition: all .5s ease .25s;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: white;
  background-color: transparent;
}

.affix {
  background-color: rgba(16, 20, 23, 0.99);
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:hover, 
.navbar-default .navbar-nav>.open>a:focus {
  color: white;
  background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
  color: rgba(148, 148, 148, 0.99);
}

.navbar-nav > li > a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
}

.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus {
  color: #d5d5d5;
}



/*---------------------------------------
   5.2 INTRO
-----------------------------------------*/
#intro {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
}

#intro h1 {
  text-transform: uppercase;
  letter-spacing: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}

.large-header {
  position: relative;
  width: 100%;
  background: #333;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}



/*---------------------------------------
   5.3 COUNTDOWN
-----------------------------------------*/
#countdown {
  width: 100%;
  position: relative;
  height: auto;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0px;
  background-color: transparent;
  border: 0;
}

#countdown .countdown-section {
  display: inline-block;
  position: relative;
  width: 25%;
  height: auto;
  min-height: 150px;
  vertical-align: top;
  border-left: 1px solid rgba(255,255,255,0.4);
}

#countdown .countdown-section:first-child {
  border-left: none;
}

#countdown .countdown-amount {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 90px;
  color: white;
  display: block;
}

#countdown .countdown-period {
  font-size: 18px;
  color: white;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}



/*---------------------------------------
   5.4 MOUSE SCROLL
-----------------------------------------*/
.intro-scroll-down {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 50%;
  margin-left: -15px;
}

.intro-scroll-down .mouse {
  position: relative;
  display: block;
  width: 30px;
  height: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 23px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
}

.intro-scroll-down .mouse .mouse-dot {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  background: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
}

.background--light .intro-scroll-down .mouse {
  border: 2px solid #323232;
}

.background--light .intro-scroll-down .mouse .mouse-dot {
  background: #323232;
}

@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }

  15% {
    opacity: 1;
    top: 50%;
  }

  50% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 29%;
  }
}

@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }

  15% {
    opacity: 1;
    top: 50%;
  }

  50% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 29%;
  }
}

@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }

  15% {
    opacity: 1;
    top: 50%;
  }

  50% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 29%;
  }
}



/*---------------------------------------
  6. ABOUT SECTION
-----------------------------------------*/
.about-item {
  margin-top: 48px;
}

.about-icon-wrapper .fa {
  font-size: 55px;
  color: #008ed6;
  margin-bottom: 24px;
  text-align: left;
  padding-left: 50px;
}

.about-text {
  padding-left: 50px;
}

.about-text h4 {
  letter-spacing: 3px;
  margin-bottom: 24px;
  font-weight: 600;
}





/*---------------------------------------
  7. SUBCRIPTION SECTION 
-----------------------------------------*/
.subcriptions {
  background: url("../images/bg/2.jpg") no-repeat;
  background-size: cover;
}

.subcriptions-content-container {
  margin-top: 48px;
}

.horizontal-subscribe-form {
  display: inline-block;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 6px;
  padding: 25px 25px 25px 25px;
}

.horizontal-subscribe-form form {
  padding-right: 6px;
}

.horizontal-subscribe-form .default-button {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.horizontal-subscribe-form .input-box,
.horizontal-subscribe-form .default-button {
  margin: 3px;
}

.horizontal-subscribe-form .input-box {
  min-height: 65px;
  width: 350px;
  font-size: inherit;
}

.mailchimp .form-control:focus {
  border-color: #fff!important;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}



/*---------------------------------------
  8. SERVICE SECTION
-----------------------------------------*/
.service {
  background: #f7f8fa;
}

.single-service {
  margin-top: 48px;
}

.single-service-icon {
  font-size: 55px;
  color: #008ed6;
  margin-bottom: 24px;
}

.single-service-content {
  padding-left: 25px;
}

.single-service-content h4 {
  letter-spacing: 3px;
  margin-bottom: 24px;
  font-weight: 600;
  text-transform: uppercase;
}





/*---------------------------------------
  9. CONTACT SECTION
-----------------------------------------*/
.contact-info {
  margin: 48px 0;
}

.single-contact-info h5 {
  font-family: 'Source Sans Pro', sans-serif;
}

.contact-info .fa {
  font-size: 36px;
  margin-bottom: 24px;
  color: #008ed6;
}

.form-control {
  display: block;
  width: 100%;
  height: 65px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  color: rgba(50, 58, 62, 0.99);
  background-color: #fff;
  background-image: none;
  border: 1px solid #E2E2E2;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea.form-control {
  height: 225px;
}

#contact .success,
#contact .error {
  display: none;
  font-family: 'Source Sans Pro', sans-serif;
  margin-bottom: 48px;
}

#contact .success .fa,
#contact .error .fa {
  font-size: 18px;
  margin-right: 5px;
}



/*---------------------------------------
  10. SOCIAL & FOOTER SECTION 
-----------------------------------------*/
.footer {
  background: #008ed6;
  color: #ffffff;
  padding-bottom: 0;
}

.footer h2 {
  color: #ffffff;
}

.social-footer {
  margin: 48px 0;
}

.social-footer .fa {
  font-size: 55px;
  color: #ffffff;
  margin-bottom: 24px;
}

.social-footer span {
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
}

.social-footer h4 a {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  color: #ffffff;
}

.footer-line {
    border-top: 1px solid #039BE8;
}

.copyright {
  margin: 48px 0;
}