/**
* 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: 1.8em;
  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 */

p {
  line-height: 28px;
  margin-bottom: 25px;
}

.centered {
  text-align: center;
}

/* Links */

a {
  color: #000;
  word-wrap: break-word;
  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 {
  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: 15px;
  padding-bottom: 15px;
}

.navbar-inverse {
  border-color: #fff;
  background-color: #f00;
  background-image:
    radial-gradient(#555 20%, transparent 20%),
    radial-gradient(#555 20%, transparent 20%);
  background-size: 80px 80px;
  background-position: 0 0, 40px 40px;
}

.mydot{
  border-color: #fff;
  background-color: #f00;
  background-image:
    radial-gradient(#555 20%, transparent 20%),
    radial-gradient(#555 20%, transparent 20%);
  background-size: 80px 80px;
  background-position: 0 0, 40px 40px;
}
.navbar-inverse .navbar-nav>.active>a {
  background: #fff;
  color:#9d9d9d;
}

.navbar-inverse .navbar-brand {
  color: #fff;
  font-weight: bolder;
  font-size: 24px;
  letter-spacing: 1px;
  margin-left: 5px;
}

.navbar-inverse .navbar-brand i {
  color: #ff7878;
  font-size: 22px;
  letter-spacing: 1px;
}

.serv_title{
  font-size: 1.1em;
  font-weight: bold;
}
.myFadeInPic {
/*  font-size: 20px;*/
  animation-name: fadein;
  animation-duration: 3s;
}
@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/*TILT*/
.mail_title{
  color: #666;
  font-size: 1.8em;
  font-weight: bold;
}
.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);
  */
}

.serv_box{
  display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.telnum{
  font-size: 40px;
  font-weight: normal;
  color: #fff;
}


.read-text{
  display     : inline-block;
  font-size   : 160%;
  font-weight : bold;
  color       : #ffffff;
  text-shadow:  2px  2px 10px #fff ,
               -2px  2px 10px #fff ,
                2px -2px 10px #fff ,
               -2px -2px 10px #fff;
}


.read-number {
  
  color: #fff;
  text-shadow: 1px 0 0 #333, 0 1px 0 #333, -1px 0 0 #333, 0 -1px 0 #333;
  font-size: 55px;
  font-weight: bold;
}

.read-number-div{
  margin-top: 20px;
}
/* ==========================================================================
   Wrap Sections
   ========================================================================== */

  .logo{
    position: relative;
    float: left;
    top:-5px;
  }
  .logo-text{
    padding-left: 10px;
    color: #000;
  }

  .navbar-brand{
    background-color: rgb(255, 255, 255);
    opacity: 0.9;
    border-radius: 50px;

  }
#headerwrap {
  background: url(../img/header-bg.jpg) no-repeat center top;
  margin-top: -10px;
  padding-top: 20px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 500px;
  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: #000;
  font-size: 70px;
  font-weight: 300;
  letter-spacing: 3px;
}

#headerwrap h2 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pc_block{
  display: block;
}

.form-close{
  text-align: center;
  padding-top: 20px;
}

.col-lg-4 {
  height: 400px;
}




/* Dark Grey Wrap */

#dg {
  background: #eee;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

h4 {
  font-weight: 700;
  padding: 1rem 2rem;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
/*  width: 20%;*/
  margin: auto;
  font-size: 22px;
}

.title_pic:before {
  content: url('../img/ld01.png');
  position: relative;
    top: 3px;
}
/*
h4:before {
  content: url('../img/ld01.png');
  position: relative;

}
*/
/*
h4:first-letter {
  font-size: 150%;
  color: #f00;
}
*/

/*
.title_pic:before {
  position: relative;
  top: 5px;
  margin: 0 10px 0 0;
  content: url('../img/ld01.png');
}

*/
/* Light Grey */

#lg {
  background: #ebebeb;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

#lg h4 {
  font-weight: 700;
}

/* Red Wrap */

#r {
  background: #fff;
  padding-top: 35px;
  padding-bottom: 35px;
}

#r h4 {
  color: #000;
  font-weight: 700;
}

#r p {
  color: #000;
}

/* Blue Wrap */

#blue {
  background: #f00;
  padding-top: 35px;
  padding-bottom: 35px;
}

#blue h4 {
  color: white;
  font-weight: 700;
}

#blue p {
  color: white;
}

/* Footer Wrap */

#f {
  padding-top: 30px;
  padding-bottom: 30px;
}

#f i {
  color: #fff;
  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: #f00;
  color: white;
}

.modal-header h4 {
  font-weight: 700;
}

.modal-body {
  background: #fff;
  font-family: "Lato";
  font-weight: 300;
  font-size: 16px;
  color: #555;
}

.modal-footer {
  background: #f2f2f2;
  margin-top: 0px;
}

/*@media screen and (max-width: 768px) {*/
  @media (max-width: 768px ) {

    .daihyo{
      text-align: left;
    }
    .read-number{
      font-size: 1.5em;
    }
    #headerwrap h1 {
      font-size: 33px;
    }
  
    #headerwrap h2 {
      font-size: 30px;
    }
  
    .serv_box{
      display: block;
  /*    background-color: #f00;*/
    }
  
    h4 {
      width: 80%;
  }
  
    .col-lg-4 {
      height: 100%;
      width: 100%;
      margin: auto; 
      
    }
  
    .pc_block{
      display: none;
    }
  
    .serv_text{
      width: 80%;
      margin: 0 auto;
      text-align: left;
    }
    .logo {
      top: -5px;
    }
  }

/* ==========================================================================
   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 {
  text-align: left;
  padding: 0 15px;
}

.contact-form label {
   color: #666;
}

.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: #d9534f;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

.contact-form .form-send button:hover {
  background: #e65f5b;
}

.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: #c3dcea;
  padding: 20px 0;
  text-align: center;
  color: #666;
}

#copyrights p {
  margin-bottom: 5px;
}

.credits {
  color: #999;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #000;
}

.navbar-inverse .navbar-nav>li>a {
  color: #fff;
}


.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
  background-color: transparent;
}
.serv_text{
  width: 70%;
  margin: 0 auto;
  color: #000;
}

table.company_info{
  color: #000;
    width: 100%;
    font-size: 0.9em;
    text-align: left;
    margin: auto;
    line-height: 1.5em;
    border: 1px solid #ccc;
    margin-bottom: 50px;
}

table.company_info td{
  border: 1px solid #ccc;
  padding: 10px;
}
table.company_info th{
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  text-align: center;
}



.navbar-inverse .navbar-toggle {
   border-color: #3498db;
}