/**
* Template Name: Bolt
* Template URL: https://templatemag.com/bolt-bootstrap-agency-template/
* Author: TemplateMag.com
* License: https://templatemag.com/license/
*/

body {
  background-color: #f2f2f2;
  font-family: "Lato";
  font-weight: 300;
  font-size: 16px;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  margin-top: 70px;
}

/* Titles */

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway";
  font-weight: 300;
  color: #333;
}

/* Paragraph & Typographic */

#header{
}

#thenavbar{
	box-sizing: border-box;
	width:100%;
}

#Complete{
  margin-top:50px;
}

p {
  line-height: 28px;
  margin-bottom: 25px;
}

.centered {
  text-align: center;
}

.mt {
  margin-top: 40px;
}

/* Links */

a {
  color: #f85c37;
  word-wrap: break-word;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover, a:focus {
  color: #7b7b7b;
  text-decoration: none;
  outline: 0;
}

a:before, a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

/* Bootstrap Modifications */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.navbar {
  font-weight: 800;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #ffffff;
  background-color: #74cfae;
}

.navbar-brand {
  font-size: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.btn-theme {
  color: #ffffff;
  background-color: #74cfae;
  border-color: transparent;
}

.btn {
  padding: 10px 30px;
  margin-bottom: 0;
  font-size: 18px;
  border: 5px solid transparent;
  border-radius: 0px;
}

.lead {
  letter-spacing: 1px;
}

/* WRAP SECTIONS */

/* hello */

#hello {
  width: 100%;
  padding-top: 250px;
  padding-bottom: 50px;
}

#hello h1 {
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #74cfae;
}

#hello h2 {
  color: #c0c0c0;
  font-weight: 400;
}


#error {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size:24px;
  color:red;
  font-weight:bold;
}

/* serviceSupplierList */
.serviceSupplierList{
	text-align:center;
	margin-top:3.0em;
	text-align:center;
}

.serviceSupplierList div.box{
	max-width:900px;
	text-align:center;
	margin:0 auto;
}

.serviceSupplierList div.item{
	width:300px;
	float:left;
	box-sizing: content-box;
}
/*
.serviceSupplierList div.box:first-child{
	float:left;
}
.serviceSupplierList div.box:last-child{
	float:right;
}
*/

.serviceSupplierList h3{
	font-size:36px;
}
.serviceSupplierList h4{
	margin-top:1.0em;
	font-size:16px;
}
.serviceSupplierList a{
	font-size:16px;
}


/* Green */

#green {
  background-color: #74cfae;
  padding-top: 50px;
  margin-bottom: 0px;
}

#green h3 {
  color: white;
  font-weight: 400;
  margin-bottom: 35px;
}

#green p {
  color: white;
  font-weight: 400;
  font-size: 20px;
}

/* Skills */

#skills {
  background-color: #4e4e4e;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
}

#skills h3 {
  color: white;
}

#skills p {
  color: white;
  font-weight: 400;
}


/* Login */

#login {
  background-color: #f2f2f2;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
}

#login h3 {
  color: black;
}

#login .box{
  width:200px;
  margin:0 auto 0 auto;
}

#login p {
  color: black;
  font-weight: 400;
}

/* Social Links */

#social {
  padding: 40px 0;
}

#social i {
  font-size: 50px;
  color: #74cfae;
}

#social .col-md-3:hover {
  background-color: #f5f5f5;
}

#social .col-md-3 {
  padding: 30px;
}

/* Footer */

#f {
  padding-top: 20px;
  background-color: #74cfae;
}

#f p {
  color: white;
  text-align: right;
  font-weight: 400;
}

/* Image Opacity */

.grid img {
  opacity: .7;
}

.grid img:hover {
  opacity: 1;
}

/* Contact Form */

.contact-form {
  padding-bottom: 40px;
}

.contact-form label {
   color: #999;
}

.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  {
  background: #74cfae;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

.contact-form .form-send button:hover {
  background: #78e0bb;
}

.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: #222222;
  padding: 20px 0;
  text-align: center;
}

#copyrights p {
  margin-bottom: 5px;
  color: #fff;
}

#copyrights a {
  color: #74cfae;
}

.credits {
  color: #999;
}

.serviceLink{
	margin-top:2.0em;
	border-top:solid 2px white;
}

.serviceLink table{
	width:100%;
	/*border-collapse:separate;
	border-spacing:5px;*/
}

.serviceLink th{
	background-color:#74cfae;
	padding:3px 20px;
	color:white;
	font-size:44px;
	border-top:solid 3px white;
	border-right:solid 5px white;
	border-bottom:solid 5px white;
	vertical-align:middle;
	font-weight:bold;
}
.serviceLink th img{
	margin-top:-6px;
}
.serviceLink td{
	vertical-align:middle;
	border-bottom:solid 5px white;
}

.serviceLink a{
	display:block;
	padding:3px 20px;
	color:white;
	font-size:24px;
	background-color:#74cfae;
	margin:0;
	font-weight:bold;
	/* border-bottom:solid 5px white; */
}
.serviceLink a:first-child{
	border-bottom:solid 5px white;
}
.serviceLink a:hover{
	background-color:red;
}


.navbar-brand{
	font-size:40px;
	font-weight:bold;
	padding-top:22px;
}

@media screen and (max-width: 769px) {
	body {
		margin-top: 100px;
	}
	#hello{
	  padding-top: 50px;
	  padding-bottom: 50px;
	}
	#hello h1{
		font-size:32px;
	}
	
	#login{
	   padding-top: 3px;
	   padding-bottom: 3px;
	   margin-top: 3px;
	}
	#login .box{
	  width:90%;
	  margin:0 auto 0 auto;
	}
	
	.navbar-brand{
		font-size:26px;
		font-weight:bold;
		padding-top:9px;
	}
	
	#Complete{
	  margin:100px 6px;
	}
	
	.serviceSupplierList div.box{
		width:100%;
	}
	
	.serviceSupplierList h3{
	  font-size:24px!important;
	  font-weight:bold;
	}
	
	.serviceSupplierList div.item{
	  width:100%;
	}
	
	#green .container .row div{
		font-size:16px!important;
		text-align: justify;
	  text-justify: inter-ideograph;
	}
}

.onestop_link{
	margin-left:1.0em;
}

#green{
	width:100%!important;
}
.container {
	width:100%!important;
}
