/*

Stimulus Template

http://www.templatemo.com/tm-498-stimulus

*/

body {
	background: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
	font-weight: 300;
    overflow-x: hidden;
}

html,body {
  width: 100%;
  height: 100%;
}


/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/

h1,h2,h3,h4,h5,h6 {
  font-style: normal;
  font-weight: 300;
}

h1,h2,h3 {
  font-weight: 300;
}

h1 {
  font-size: 42px;
  padding-bottom: 14px;
  margin-bottom: 0px;
}

h2 {
  font-size: 42px;
  line-height: 52px;
  margin-top: 0px;
}

h3 {
  font-size: 26px;
  line-height: 32px;
  padding-bottom: 6px;
}

h4 {
  color: #ccc;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 6px;
}

h5 {
  color: #666666;
}

strong {
  color: #232B2B;
  font-weight: normal;
}

p {
    color: #888;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.2px;
}
button.btn.btn-primary,
.section-btn {
  background-color: transparent;
  border: 3px solid #ccc;
  border-radius: 100px;
  color: #ccc;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.6px;
  padding: 12px 36px;
  margin-top: 42px;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
}

button.btn.btn-primary:hover,
.section-btn:hover {
  background: #38c8f5;
  border-color: transparent;
  color: #ffffff;
  opacity: 1;
}

.btn-success:focus {
  background-color: #000;
  border-color: transparent;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

.section-title,
.contact-info {
  position: relative;
  padding-bottom: 0px;
}

#innovation,
#service,
#topics,
#topics_2,
#contact {
  position: relative;
}

#home .container,
#innovation .container, 
#topics .container,
#service .container,
#topics_2 .container,
#contact .container {
  width: 100%;
  padding: 0;
  margin: 0;
}

#topics .topics-thumb,
#topics_2 .topics_2-thumb  {
  padding: 22px 42px 42px 42px;
}

#service,
#quotes,
footer {
  text-align: center;
}

#topics,
#topics_2 {
  background: #fc7e2b;
}

#innovation {
    min-height: 500px;
}

#innovation .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#innovation .innovation-img {
    background-size: cover;
    background-position: bottom;
    min-height: 500px;
}

.background-image {
    width: 100%;
    height: 100%;
}

#service h3 {
    color: white;
}

#service .hq h3 {
    color: #343434;
}

.color-white {
  color: #ffffff;
}

.color-red {
  color: #eb312a;
}
#innovation .bg-red, #service .bg-red {
    background: #fc7e2b;
}
#service .bg-violet {
  background: #38c8f5;
}
#service .bg-dark {
    background: #161616;
}
.bg-white {
  background: #ffffff;
}

/*---------------------------------------
    General               
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
}

a {
  color: #fc7e2b;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
  font-weight: normal;
}
a:hover, a:active, a:focus {
  color: #68328f;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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



/*---------------------------------------
    Preloader section              
-----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.spinner {
  border: 1px solid transparent;
  border-radius: 5px;
  position: relative;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #38c8f5;
  border-top-color: #f9f9f9;
  animation: spinner .6s linear infinite;
}

@-webkit-@keyframes spinner {
  to {transform: rotate(360deg);}
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}



/*---------------------------------------
    Navigation section              
-----------------------------------------*/

.custom-navbar {
    margin-bottom: 0;
    background-color: #ffffff;
}
.navbar-brand {
	background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: transparent !important;
    text-shadow: none !important;
    width: 170px;
}
.custom-navbar .nav li a {
    color: #ccc;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 40px;
    transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #fc7e2b;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #fc7e2b;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #fc7e2b;
    border-color: transparent;
}

@media(min-width:768px) {
    .custom-navbar {
        padding: 12px 0;
        border-bottom: 0;
    }
    .custom-navbar.top-nav-collapse {
        background: #ffffff;
        box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
        padding: 0;
		padding: 12px 0;
    }

}


/*---------------------------------------
    Home section              
-----------------------------------------*/

#home h1 {
  padding-bottom: 18px;
    font-size: 36px;
}
#home .col-md-6 {
	background: #4e4c4d;
/* light blue color: #c3eafd; */
	padding-right: 0;
	padding-left: 0;
}

#home .home-img {
	background: url(../images/home-img.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100vh;
}

#home .home-thumb {
  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;
  padding: 0 45px 0 45px;
}
#home .home-thumb strong, #home .home-thumb {
    color: #fff;
}
#home .home-thumb p {
    color: #ccc;
}


/*---------------------------------------
   Innovation section              
-----------------------------------------*/

#innovation .innovation-img {
    background: url('../images/innovation-img.jpg') no-repeat;
}

#innovation .innovation-thumb,
#innovation .skill-thumb {
  padding: 22px 32px 32px 32px;
}
#innovation .skill-thumb {
  min-height: 30vh;
}
#innovation .progress {
  background: #ffffff;
  border-radius: 0px;
  box-shadow: none;
  height: 2px;
}

#innovation .progress-bar-primary {
  background: #232B2B;
}

#innovation strong,
#innovation span {
  font-weight: bold;
  display: inline-block;
  padding-bottom: 8px;
}

.skill-thumb h1 {
    padding: 21px;
    text-align: center;
    font-size: 50px;
}


/*---------------------------------------
    Service section              
-----------------------------------------*/

/*#service {
  background: #EB272A;
}*/

#service p {
  font-size: 18px;
  line-height: 30px;
  padding: 10px 30px;
}

#service .service-thumb {
    min-height: 30vh;
}

#service .service-thumb .fa {
  font-size: 42px;
  padding: 30px 10px 20px 10px;
}

#service .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}



/*---------------------------------------
    Topics section              
-----------------------------------------*/

#topics .topics-img {
  background-image: url('../images/topics-img.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 350px;
}

#topics .media-heading {
  margin-bottom: 0px;
}

#topics .media .fa {
  font-size: 42px;
  margin-right: 14px;
}

#topics small {
  color: #633;
  font-weight: bold;
}

#topics h1 {
  color: white;
}

/*---------------------------------------
    topics_2 section              
-----------------------------------------*/

#topics_2 {
  background: #38c8f5;
}

#topics_2 .topics_2-img {
  background: url('../images/topics_2-img.jpg') no-repeat;
}

#topics_2 .media-heading {
  margin-bottom: 0px;
}

#topics_2 .media .fa {
  font-size: 42px;
  margin-right: 14px;
}

#topics_2 small {
  color: #886D1E;
  font-weight: bold;
}



/*---------------------------------------
   Quotes section              
-----------------------------------------*/

#quotes {
    background: url('../images/quotes-bg.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    position: relative;
    padding: 100px 0px;
}

#quotes .overlay {
    background: #121212;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.7;
}

#quotes .fa {
  font-size: 42px;
  margin-top: 32px;
  margin-bottom: 22px;
}

#quotes p {
  padding-top: 32px;
}

#quotes h2 {
  color: white;
}

/*---------------------------------------
    Contact section              
-----------------------------------------*/

#contact .col-md-6 {
    background: #4e4c4d;
    padding-right: 0;
    padding-left: 0;
    height: 120vh;
}
#contact .contact-form {
    padding: 0 45px 0 45px;
    height: 109vh;
    align-items: center;
    -webkit-box-align: center;
}
#contact .contact-img {
  background: url('../images/contact-img.jpg') no-repeat;
	height: 120vh;
  background-size: cover;
}

#contact .contact-info {
  padding-top: 6px;
  padding-bottom: 6px;
}

#contact .form-control::-moz-placeholder{color:#ffffff;opacity:1}
#contact .form-control:-ms-input-placeholder{color:#ffffff}
#contact .form-control::-webkit-input-placeholder{color:#ffffff}

#contact .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fc7e2b;
  border-radius: 0px;
  box-shadow: none;
  color: #ffffff;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 13px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:focus {
  border-bottom-color: #ffffff;
}

#contact input[type="submit"] {
  background: #ffffff;
  border: 2px solid transparent;
  border-radius: 40px;
  color: #161616;
  padding-bottom: 10px;
  line-height: 17px;
}

#contact input[type="submit"]:hover {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

#contact .fa {
  padding-right: 10px;
}

#contact .agreement_checkbox {
    position: relative;
    color: #fff;
}
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
#contact .contact-thumb a {
    color: #fc7e2b;
}
fieldset {
    position: relative;
}
.error {
	display: inline-block;
    text-align: left;
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    color: #e43f4d;
	font-weight: bold;
}
/*---------------------------------------
   Footer section              
-----------------------------------------*/
.footer-info {
    list-style: none;
}
.footer-info li a{
    color: #ccc;
    letter-spacing: 1px;
    line-height: 40px;
    transition: all 0.4s ease-in-out;
    position: relative;
    padding: 10px 15px;
}
.footer-info li a:hover {
	color: #fc7e2b;
}	
footer {
    padding: 40px 0px;
}

/*---------------------------------------
   Mobile Responsive         
-----------------------------------------*/

@media only screen and (max-width: 580px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
    line-height: inherit;
  }

  h3 {
    font-size: 22px;
    line-height: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .custom-navbar .navbar-brand {
    line-height: 18px;
    margin: 5px 0 5px 10px;
  }
  #home .home-img {
	height: 35vh;
  }
  #home h1 {
    font-size: 26px;
  }
  #home .home-thumb,
  #innovation .innovation-thumb {
	height: auto;
    padding: 0px 20px 0 20px;
    padding-bottom: 12px;
  }
  #topics .topics-thumb,
  #topics_2 .topics_2-thumb,
  #contact .contact-form  {
	padding: 0px 20px 52px 20px;
  }
  #contact .col-md-6,
  #contact .contact-form  {
	height: auto;
    padding-bottom: 20px;
  }
  #contact h1.color-white {
	margin-top: 0px;
	padding-top: 14px;
  }
  #home .home-thumb p, 
  #innovation .innovation-thumb  p,
  #topics .topics-thumb p  {
	text-align: justify;
  }
  #innovation .skill-thumb h1 {
	margin-top: 0px;
    font-size: 37px;
    padding: 45px 0 30px 0;
  }

  #innovation .col-md-3,
  #topics .col-md-6,
  #topics_2 .col-md-6,
  #contact .col-md-3 {
    padding: 0;
    margin: 0;
  }

  .background-image {
    position: relative;
    min-height: 65vh;
  }
  #quotes {
	padding: 0px 0px;
    padding-bottom: 52px;
	}
  #service-thumb h3 {
	margin-top: 0px;
  }
  #service .service-thumb {
    padding: 26px 0px 52px 0;
  }
  #service .service-thumb .fa {
	padding-bottom: 0;
  }
  #contact .contact-img {
    display: none;
  }
  #service .row {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .section-title {
    padding-bottom: 12px;
  }

  footer {
    padding: 40px 0;
  }
}
