/**
*  Template Name: NexusLanding
*  Template URL: https://templatemag.com/nexuslanding-bootstrap-landing-template/
*  Author: TemplateMag.com
*  License: https://templatemag.com/license/
*/

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */

/* Import fonts */

* {
  margin: 0;
  padding: 0px;
  font-family: 'Ruda', sans-serif;
}

body {
  background: #fff;
  margin: 0;
  color: #696E74;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Ruda', sans-serif;
  font-weight: 700;
}

h5 {
  font-weight: 400;
  margin-top: 40px;
}

p {
  padding: 0;
  margin-bottom: 12px;
  font-family: 'Ruda', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #696E74;
  margin-top: 10px;
}

html, body {
  height: 100%;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}

.centered {
  text-align: center
}

.mt {
  margin-top: 50px;
}

.mb {
  margin-bottom: 50px;
}

.mtb {
  margin-top: 50px;
  margin-bottom: 50px;
}

.ptb {
  padding-top: 80px;
  padding-bottom: 80px;
}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}

::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #2B2E31;
}

::selection {
  color: #fff;
  text-shadow: none;
  background: #2B2E31;
}

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

a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  -webkit-transition: background-color .4s linear, color .4s linear;
  -moz-transition: background-color .4s linear, color .4s linear;
  -o-transition: background-color .4s linear, color .4s linear;
  -ms-transition: background-color .4s linear, color .4s linear;
  transition: background-color .4s linear, color .4s linear;
}

a:hover, a:focus {
  text-decoration: none;
  color: #696E74;
}

/* BOOTSTRAP MODIFICATIONS */

.navbar-inverse {
  background: #f9f9f9;
  border-color: #f9f9f9;
}

.navbar-inverse .navbar-nav>li>a {
  color: #d9dbda;
}

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

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
  color: #979797;
  background-color: transparent;
}

.navbar-brand {
  font-weight: 900;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #d9dbda;
}

.navbar-toggle {
  background: #3f4d4d;
}

hr {
  border-color: #3f4d4d;
  width: 80px;
  border-top-width: 2px;
}

/* WELCOME HEADER SECTION */

#w {
  background: url(../img/header.jpg) no-repeat center top;
  padding-top: 250px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 600px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#w h1 {
  color: white;
  font-size: 60px;
  font-weight: 900;
}

#w h4 {
  color: white;
  font-weight: 700;
}

#w hr {
  border-color: white;
  width: 80px;
  border-top-width: 2px;
}

@media (max-width: 768px ) {
  #w h1 {
    font-size: 40px;
  }
}
/* GREY SECTION */

#gs {
  background-color: #f2f2f2;
  padding-top: 80px;
  padding-bottom: 80px;
}

#gs h4 {
  margin-top: 30px;
  color: #3f4d4d;
  font-weight: 700;
}

.intro {
  color: #9a9a9a;
  font-style: italic;
  margin-top: 30px;
}

/* News Section */

.news {
  background-position: center;
  background-image: url('../img/news-bg.jpg');
  background-size: cover;
}

.news .container {
  width: 100%
}

.section-bg-color {
  background-color: #fff;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-bg-color h3, .section-bg-color p {
  margin-left: 25px;
  margin-right: 25px
}

/* BUTTON CONFIGURATIONS */

.btn-gold {
  border: 2px solid #fddc92;
  color: #fddc92;
  background: transparent;
  border-radius: 0px;
}

.btn-gold:hover {
  background: #fddc92;
  color: #fff;
}

.btn-dark {
  border: 2px solid #3f4d4d;
  color: #3f4d4d;
  background: transparent;
  border-radius: 0px;
}

.btn-dark:hover {
  background: #3f4d4d;
  color: #fff;
}

/*Social Icons */

.social-icons {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.social-icons i {
  font-size: 30px;
  padding: 15px;
}

.social-icons a {
  color: #9a9a9a;
}

.social-icons a:hover {
  color: #fddc92;
}

/* People Testimonial */

.people h5 {
  color: #9a9a9a;
  margin-top: 10px;
}

/* Pre Footer Image */

#pf {
  background: url(../img/pf.jpg) no-repeat center top;
  padding-top: 200px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 600px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#pf h1 {
  color: white;
  font-size: 60px;
  font-weight: 900;
}

#pf h4 {
  color: white;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

/* Footer Section */

#f {
  background-color: #303743;
  padding-top: 80px;
  padding-bottom: 20px;
}

#f input {
  font-size: 18px;
  min-height: 40px;
  border-radius: 0px;
  line-height: 20px;
  padding: 12px 30px 13px;
  border: none;
  margin-bottom: 10px;
  background-color: #e9f0f2;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

#f .subscribe-input {
  float: left;
  width: 70%;
  text-align: left;
  margin-right: 15px;
}

#f .subscribe-submit {
  right: 0;
}

/* Contact */

#contact {
  background: #303743;
  border-top: 1px solid #3a4353;
  padding: 60px 0;
}

.contact-form {
  text-align: left;
}

.contact-form label {
  color: #fff;
  margin-top: 10px;
}

.contact-form input, .contact-form textarea {
  padding: 10px 12px;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: auto;
}

.contact-form .form-send {
  text-align: center;
}

.contact-form .form-send button  {
  border: 2px solid #fddc92;
  color: #fddc92;
  background: transparent;
  border-radius: 0px;
  padding: 14px 40px;
  transition: 0.4s;
  cursor: pointer;
  font-size: 18px;
  margin-top: 10px;
}

.contact-form .form-send button:hover {
  background: #fddc92;
  color: #242d3c;
}

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

.contact-form .loading {
  display: none;
  color: #555;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin: 15px 0;
}

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

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

.contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

/* Copyrights */

#copyrights {
  background: #242d3c;
  padding: 20px 0;
  text-align: center;
  color: #fff;
}

#copyrights a {
  color: #fddc92;
}
#copyrights p {
  margin-bottom: 5px;
  color: #fff;
}

.credits {
  color: #fff;
}
