/**
* Template Name: Spot
* Template URL: https://templatemag.com/spot-bootstrap-freelance-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;
}

.navbar{
    border-bottom:solid 3px #000;
}

#head-main{
  margin-bottom: 120px;
}

.navbar-brand{
  margin-top:0;
  padding-top:0;
  margin-bottom:5px;
}

@media (max-width: 768px ) {
	.navbar-brand{
		width:60%;
	}
}

/* Titles */

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway";
  font-weight: 300;
  color: #333;
}

h2.smile {
  position: relative;
  color: #275107;
  font-size: 2em;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}

h2.smile:before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  width: 150px;
  height: 90px;
  border-radius: 50%;
  border: 5px solid #619739;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

h2.dnaname {
    position: relative;
    padding: 1rem 1.5rem;
    color: #2b88af;
    font-size: 25px;
    font-weight: bold;
    text-align:center;
}

/* [d */
@media (min-width: 768px ) {

	h2.dnaname span::before,
	h2.dnaname span::after {
	    position: absolute;
	    top: 0.8rem;
	    height: 30px;
	    content: '';
	}

	h2.dnaname span::before {
	    margin-left:-25px;
	    border-left: double 8px;
	    transform: rotate(-30deg);
	}

	h2.dnaname span::after {
	    margin-left:15px;
	    border-right: double 8px;
	    transform: rotate(30deg);
	}
}

h3.subtitle {
     margin-top:30px;
     position: relative;
     padding-left: 0.7em;
     font-size:150%;
}
 
h3.subtitle::after {
     position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 9px;
     height:1em;
     background-color: #275107;
}

/* Paragraph & Typographic */

p {
  line-height: 28px;
  margin-bottom: 25px;
}

.centered {
  text-align: center;
}

/* Links */

a {
  color: #2f99fc;
  word-wrap: break-word;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover, a:focus {
  color: #f85c37;
  text-decoration: none;
  outline: 0;
}

a:before, a:after {
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

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: 10px;
}

.navbar-light {
  background: #2d2d2d;
  border-color: #2d2d2d;
}

.navbar-light .navbar-nav>.active>a {
  background: #ff7878
}

.navbar-default .logo {
	margin-top:0px;
	max-width:300px;
	width:100%;
}

/*TILT*/

.tilt {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tilt:hover {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

#headpanel{
  font-size: 1.2em;
}

#headpanel h5{
  text-align:center;
  font-size: 1em;
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
  background: url(../img/header-bg.jpg) no-repeat center top;
  margin-top: -10px;
  padding-top: 20px;
  text-align: left;
  background-attachment: relative;
  background-position: right bottom;
  min-height: 420px;
  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;
}

#headerwrap h1 {
  margin-top: 100px;
  color: black;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 3px;
  text-shadow:0 0 10px #FFFFFF;
}

#headerwrap h2 {
  color: white;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (max-width: 768px ) {
  #headerwrap h1 {
    font-size: 30px;
  }

  #headerwrap h2 {
    font-size: 30px;
  }
}

/* Dark Grey Wrap */

#dg {
  background: #e0e0e0;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 40px;
}
#dg p{
  padding:0 20px;
}
#dg h4 {
  margin-bottom:20px;
  text-align:center;
  font-weight: 700;
}

#dg h5 {
  text-align:left;
  font-weight: bold;
}

/* Light Grey */

#lg {
  background: #ebebeb;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

#lg h2 {
  text-align:center;
  font-weight: 700;
}

#lg h4 {
  font-weight: 700;
}

/* Light Main Color Wrap */
#lm{
  padding-top:20px;
  padding-bottom:20px;
  background: #B9DF9B;
}
#lm p{
  padding:0 20px;
  margin-bottom:10px;
}

/* Red Wrap */

#r {
  background: #ff7878;
  padding-top: 35px;
  padding-bottom: 35px;
}

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

#r p {
  color: white;
}

/* Blue Wrap */

#blue {
  background: #3498db;
  padding-top: 35px;
  padding-bottom: 35px;
}

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

#blue p {
  color: white;
}

/* Footer Wrap */

#f {
  background: #619739;
  padding-top: 30px;
  padding-bottom: 30px;
}

#f i {
  color: #bdbdbd;
  font-size: 30px;
  padding: 20px;
}

#f i:hover {
  color: #ff7878;
}

/****** SECTIONS *****/

.w {
  padding-top: 35px;
}

.w h4 {
  font-weight: 700;
}

.w i {
  color: #ff7878;
  font-size: 30px;
}

.wb {
  padding-top: 35px;
  margin-bottom: 0px;
}

.wb h4 {
  font-weight: 700;
}

.desc {
  padding-top: 35px;
}

.desc h4 {
  font-weight: 700;
}

.desc i {
  color: #ff7878;
  font-size: 12px;
  padding: 5px;
}

/***** MODAL CONTACT *****/

.modal-content {
  border-radius: 0px;
}

.modal-header {
  background: #bdbdbd;
  color: white;
}

.modal-header h4 {
  font-weight: 700;
}

.modal-body {
  background: #f2f2f2;
  font-family: "Lato";
  font-weight: 300;
  font-size: 16px;
  color: #555;
}

.modal-footer {
  background: #f2f2f2;
  margin-top: 0px;
}

/* ==========================================================================
   Pricing Tables
   ========================================================================== */

.pricing-option {
  padding-bottom: 40px;
}

.pricing-option .pricing-top {
  position: relative;
  background: #222;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 40px 20px 30px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pricing-option .pricing-top .special-label {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #1abc9c;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  padding: 3px 0;
}

.special .pricing-top {
  background: black;
}

.pricing-option .pricing-edition {
  text-transform: uppercase;
  display: block;
  font-size: 25px;
  letter-spacing: 8px;
}

.pricing-option .price {
  display: inline-block;
  position: relative;
}

.pricing-option .price sup {
  position: absolute;
  top: 50px;
  left: -10px;
  font-size: 24px;
}

.pricing-option .price .price-amount {
  font-size: 108px;
  letter-spacing: -4px;
}

.pricing-option .price small {
  position: relative;
  left: -10px;
  font-size: 18px;
}

.pricing-option ul {
  list-style: none;
  margin: 0;
  background: #eee;
  text-align: center;
  padding-left: 0px;
}

.pricing-option ul li {
  border-bottom: solid 1px #e1e1e1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.pricing-option .pricing-signup {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 10px;
  color: white;
  background: #1abc9c;
}

.pricing-option .pricing-signup:hover {
  background: #ff7878;
}

/* Contact Form */

.contact-form {
  font-size: 13px;
  text-align: left;
  padding: 0 15px;
  width:100%;
}

.contact-form label {
   color: #999;
   margin-bottom:0;
   margin-top:0;
}

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

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

.contact-form .form-send button  {
  background: #F2930C;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

.contact-form .form-send button:hover {
  background: #f4a93e;
}

.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: #619739;
  margin-top:50px;
  padding: 20px 0;
  text-align: center;
  color: #fff;
}

#copyrights p {
  margin-bottom: 5px;
}

.credits {
  color: #999;
}

/* Service list table */

.service_list {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
 color: #ffffff;
}
.service_list th {
 padding: 10px;
 background: #275107;
 border: solid 1px #ffffff;
}
.service_list td {
 padding: 10px;
 border: solid 1px #ffffff;
 background: #e0e0e0;
 color:#000;
}

#side-float{
   padding:5px;
   writing-mode: vertical-rl;
   text-align:center;
   border:1px solid #F97807;
   background-color:#F2930C;
   border-radius: 9px;
   position:fixed;
   right:0;
   bottom:50px;
}

#side-float p{
   border:1px dashed #FFF;
   margin:0;
   padding:7px 3px 5px 3px;
   border-radius: 9px;
}
#side-float a p{
   color:#fff;
}

#side-float a p:hover{
   color:#fbf9d7;
}


.contact-thanks{
    padding:100px;
	text-align:center;
	font-size:1.4rem;
}

.policy_frame{
	height:300px;
	margin:15px 8px;
	padding:8px;
	border:1px #000 solid;
	font-size:86%;
	background-color:#fff;
	overflow:auto;
}