@charset "UTF-8";
body {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 14px;
  min-width: 320px;
  min-height: 100%;
  line-height: 1.42857;
  -webkit-font-smoothing: antialised;
  margin: 0; }

.hidden {
  display: none; }

.invisible-jq {
  opacity: 0; }

.visible-jq {
  opacity: 1; }

section {
  position: relative; }

.main_head {
  position: relative;
  min-height: 590px;
  overflow: hidden; }

.loader {
  background: none repeat scroll 0 0 #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999; }

.loader_inner {
  background-image: url(../img/preloader.gif);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  margin-left: -30px;
  left: 50%;
  top: 50%;
  position: absolute; }

button {
  outline: none !important; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none; }
.banner-top {
  margin: 0 auto;
  border-top: 1px solid black;
  background-color: rgba(255, 97, 76, 0.8); }
  .banner-top p {
    text-align: center;
    color: white;
    margin: 0 !important;
    font-family: tahoma;
    line-height: 2em; }
    .banner-top p span {
      font-weight: bold; }

.navbar {
  margin-bottom: 0px !important; }
.navbar-inverse {
  border: none;
  background-color: white;
  background-image: none; }

.collapse {
  text-align: center; }

.nav.navbar-nav {
  float: none;
  text-align: center; }
  .nav.navbar-nav li {
    float: none;
    display: inline-block; }
    .nav.navbar-nav li a {
      color: #18171D;
      font-size: 17px; }
    .nav.navbar-nav li a:hover {
      color: white !important; }
    .nav.navbar-nav li a:visited {
      color: #18171D; }
  .nav.navbar-nav li:hover {
    background-color: rgba(255, 97, 76, 0.8); }

.navbar-toggle {
  background-color: #333; }

.modal_wrap {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 80px; }

.modal_button {
  display: inline-block;
  padding: 10px;
  width: 500px;
  background: rgba(255, 97, 76, 0.8);
  border: 2px dashed #fff;
  border-radius: 10px;
  box-shadow: 0 0 0 4px rgba(255, 97, 76, 0.8), 2px 1px 6px 4px rgba(255, 97, 76, 0.8);
  z-index: 100;
  text-align: center; }
  .modal_button a {
    text-shadow: -1px -1px #aa3030;
    font-weight: normal;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3em;
    text-decoration: none;
    display: block; }

.form-group label {
  margin-bottom: 0px !important; }

input {
  margin-bottom: 15px; }

textarea {
  resize: none; }

#modal_data {
  text-align: center;
  margin-bottom: 20px !important; }

#mssgCompl {
  text-align: center;
  color: green;
  font-size: 30px;
  display: none; }

#mssgFail {
  text-align: center;
  color: red;
  font-size: 30px;
  display: none; }

input[type=submit] {
  background-color: rgba(255, 97, 76, 0.8);
  color: #fff; }

input[type=submit]:hover {
  color: #fff; }

.logo_wrap {
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: 55px; }
  .logo_wrap p {
    font-family: AdineKirnbergRegular;
    font-size: 70px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    color: FireBrick;
    line-height: 2;
    text-shadow: 5px -2px 7px #fff;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    animation-delay: 1.1s; }

.parallax-container {
  width: 100%;
  background-color: transparent; }

.single-header .container-fluid {
  padding: 0; }

.fixed-top {
  z-index: 4; }

.logo {
  width: 400px;
  height: 150px;
  display: inline-block;
  background: url(../img/Logo_Color_New.png) no-repeat top;
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  animation-delay: 1.3s; }

section {
  position: relative; }

.about_aut .container {
  margin: 0 auto;
  padding: 0;
  padding-bottom: 30px;
  text-align: center; }
  .about_aut .container .row {
    margin: 0 auto;
    padding: 0; }
    .about_aut .container .row .col-lg-6 {
      padding: 0; }
    .about_aut .container .row .col-md-6 {
      padding: 0; }
    .about_aut .container .row .col-sm-12 {
      padding: 0; }
    .about_aut .container .row .col-xs-12 {
      padding: 0; }
  .about_aut .container img {
    border-radius: 60px;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .about_aut .container p {
    text-align: left;
    font-size: 17px;
    padding: 0px 10px 0px 10px; }
  .about_aut .container h2 {
    font-weight: bold; }

svg {
  height: 48px;
  width: 48px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  fill: #ff614c; }

section .col-lg-8 svg {
  height: 64px;
  width: 64px; }

.why_us {
  margin-bottom: 20px; }
  .why_us .container:last-child {
    padding-bottom: 40px; }
  .why_us h2 {
    font-weight: bold;
    margin-bottom: 30px;
    padding-top: 10px;
    margin-top: 20px;
    text-align: center; }
    .why_us h2 strong {
      color: #ff614c;
      font-family: "Tahoma";
      font-weight: bold; }
  .why_us .col-lg-8 p {
    height: auto;
    padding-top: 0px; }
  .why_us p {
    height: 60px;
    padding-top: 7px;
    font-weight: bold; }

.about_aut {
  padding-top: 50px; }

.page-testimonials {
  padding: 40px 0 40px 0; }

.testimonial-inner {
  text-align: center; }

.testimonial-image {
  margin-bottom: 30px;
  text-align: center; }
  .testimonial-image img {
    border-radius: 80px;
    -webkit-box-shadow: 5px 5px 5px 2px rgba(140, 132, 140, 0.66);
    -moz-box-shadow: 5px 5px 5px 2px rgba(140, 132, 140, 0.66);
    box-shadow: 5px 5px 5px 2px rgba(140, 132, 140, 0.66); }

.testimonial-content p {
  font-style: italic;
  font-weight: bold;
  font-family: DroidSansBold;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px !important;
  margin-bottom: 20px !important; }

.testimonials_nv .container {
  margin: 0 auto;
  padding: 0; }
  .testimonials_nv .container .row {
    margin: 0 auto;
    padding: 0; }
    .testimonials_nv .container .row .col-md-12 {
      padding: 0;
      margin: 0 auto; }
.testimonials_nv h2 {
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center; }
.testimonials_nv .testimonial-name {
  color: #ff614c; }

.screen-reader-text {
  display: none !important; }

.single-header {
  height: 50px; }

#modal-tsm {
  border-right: 5px;
  border: 3px #000 solid;
  background: #fff;
  position: fixed;
  top: 5%;
  left: 5%;
  display: none;
  opasity: 0;
  z-index: 101;
  padding: 20px 10px;
  max-width: 800px; }
  #modal-tsm #modal-tsm-close {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 5px;
    right: 3px;
    cursor: pointer;
    display: block; }
  #modal-tsm #wpmtst_post_content {
    height: 100px;
    margin-bottom: 10px; }
  #modal-tsm #wpmtst_client_name {
    margin-bottom: 5px; }

#tsm-overlay {
  z-index: 99;
  position: fixed;
  background-color: #000;
  opacity: 0.8;
  -moz-opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  overflow: auto; }

#compl {
  text-align: center;
  color: #fff;
  font-size: 21px;
  background-color: #5cb85c;
  background-image: none !important;
  margin-top: 40px;
  display: none; }

.strong-form .required.symbol:after {
  content: " " !important; }

.testimonial-heading {
  display: none; }

.testimonial-name {
  display: none; }

.testimonial-content {
  vertical-align: middle; }

#wpmtst-submission-form {
  margin-top: -50px; }

.tsm-button {
  background-image: none !important;
  background-color: #ff614c;
  color: #fff;
  margin: 0 10px 0 10px; }

.buy-sert {
  margin-top: 30px;
  margin-bottom: 20px; }
  .buy-sert h2 {
    font-weight: bold;
    margin-bottom: 40px; }

.buy-sert > .container > .row > .col-md-3 {
  padding: 0;
  margin-bottom: 10px; }

.buy-sert > .container > .row > .col-md-12 {
  text-align: center;
  padding: 0; }

.sert-1 {
  background: url(../img/sert-1.jpg) no-repeat center;
  height: 172px; }

.sert-2 {
  background: url(../img/sert-2.jpg) no-repeat center;
  height: 172px; }

.sert-3 {
  background: url(../img/sert-3.jpg) no-repeat center;
  height: 172px; }

.sert-4 {
  background: url(../img/sert-4.jpg) no-repeat center;
  height: 172px; }

.map .container-fluid {
  padding: 0; }
.map h2 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px; }
  .map h2 span {
    color: #ff614c; }

#map {
  width: 100%;
  height: 430px; }

.map-wrap {
  position: relative; }

.addr {
  position: absolute;
  margin: 0 auto;
  z-index: 3;
  color: #ff614c;
  border: 2px dashed #ff614c;
  padding: 15px;
  font-weight: bold;
  background-color: #fff; }

.separator {
  padding: 50px 0 40px 0;
  text-align: center; }
  .separator h2 {
    font-size: 50px;
    font-family: "IsadoraBold"; }
  .separator span {
    color: #ff614c;
    font-weight: bold; }

footer {
  font-family: "RalewayRegular";
  letter-spacing: 0.5px; }
  footer .container-fluid {
    background-color: #242729;
    height: auto;
    padding: 40px 0 40px 0; }
  footer .ft-text {
    color: #9fa6ad; }
  footer h3 {
    text-align: center;
    margin-bottom: 20px;
    color: #fff; }

.wpcf7 {
  color: #9fa6ad;
  text-align: center; }
  .wpcf7 .wpcf7-text {
    max-width: 200px;
    color: black; }

.soc-wrap {
  position: relative;
  width: 100%;
  text-align: center; }
  .soc-wrap img {
    border: 3px solid #242729; }
  .soc-wrap img:hover {
    background-color: #fff;
    border: 3px solid #9fa6ad;
    border-radius: 40px; }

.soc-buttons {
  text-align: center; }

.col-md-10 #m-page {
  float: left; }
.col-md-10 #b-page {
  float: right; }
.col-md-10 p {
  font-size: 30px;
  text-transform: uppercase;
  color: white; }
  .col-md-10 p a {
    font-family: "Monoton";
    text-shadow: 0 0 80px FireBrick, 0 0 6px DarkRed;
    color: white;
    text-decoration: none; }

.error-page {
  position: fixed;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #111111;
  background-image: url(../img/404.jpg); }
  .error-page .col-md-12 {
    padding: 15% 40px 40px 40px;
    font-family: "Monoton";
    text-align: center;
    text-transform: uppercase;
    font-size: 120px;
    text-shadow: 0 0 80px FireBrick, 0 0 6px DarkRed;
    color: red; }
    .error-page .col-md-12 p, .error-page .col-md-12 h1 {
      margin: 0; }
    .error-page .col-md-12 h1 {
      font-size: 120px; }
    .error-page .col-md-12 #error:hover {
      text-shadow: 0 0 200px #ffffff, 0 0 80px #008000, 0 0 6px #0000ff; }
    .error-page .col-md-12 #code:hover {
      text-shadow: 0 0 100px red, 0 0 40px FireBrick, 0 0 8px DarkRed; }
    .error-page .col-md-12 #error {
      color: #fff;
      text-shadow: 0 0 80px #ffffff, 0 0 30px #008000, 0 0 6px #0000ff; }
      .error-page .col-md-12 #error span {
        animation: upper 11s linear infinite; }
    .error-page .col-md-12 #code span:nth-of-type(2) {
      animation: lower 10s linear infinite; }
    .error-page .col-md-12 #code span:nth-of-type(1) {
      text-shadow: none;
      opacity: 0.4; }

@keyframes upper {
  0%,19.999%,22%,62.999%,64%, 64.999%,70%,100% {
    opacity: 0.99;
    text-shadow: 0 0 80px #ffffff, 0 0 30px #008000, 0 0 6px #0000ff; }
  20%,21.999%,63%,63.999%,65%,69.999% {
    opacity: 0.4;
    text-shadow: none; } }
@keyframes lower {
  0%,12%,18.999%,23%,31.999%,37%,44.999%,46%,49.999%,51%,58.999%,61%,68.999%,71%,85.999%,96%,100% {
    opacity: 0.99;
    text-shadow: 0 0 80px red, 0 0 30px FireBrick, 0 0 6px DarkRed; }
  19%,22.99%,32%,36.999%,45%,45.999%,50%,50.99%,59%,60.999%,69%,70.999%,86%,95.999% {
    opacity: 0.4;
    text-shadow: none; } }
.single-container {
  height: 300px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  right: 0; }
  .single-container .col-md-12 {
    height: 300px;
    display: table;
    text-align: center; }
    .single-container .col-md-12 div {
      display: table-cell;
      vertical-align: middle;
      font-size: 80px;
      font-weight: bold;
      color: #F9FBFD; }

.posts-blog-page {
  margin-top: -2px;
  padding: 40px 0 60px 0; }
  .posts-blog-page .divider {
    margin-top: 30px; }
  .posts-blog-page .my-4 {
    border-color: black; }
  .posts-blog-page .col-md-12 {
    background-color: #fff; }
    .posts-blog-page .col-md-12 .p-cat {
      text-align: left; }
    .posts-blog-page .col-md-12 .p-date {
      text-align: right; }
    .posts-blog-page .col-md-12 p {
      text-align: center; }
      .posts-blog-page .col-md-12 p img {
        margin-bottom: 30px;
        border-radius: 30px; }
  .posts-blog-page h2 {
    text-align: center;
    margin: 40px 0 40px 0; }
    .posts-blog-page h2 a {
      text-decoration: none;
      text-transform: uppercase;
      color: black; }
    .posts-blog-page h2 a:hover {
      color: #ff614c; }

.post_blog_cat {
  margin-top: -2px; }
  .post_blog_cat .divider {
    margin-bottom: 25px; }
    .post_blog_cat .divider .my-4 {
      border-color: black; }
  .post_blog_cat h1 a {
    text-decoration: none;
    color: black; }
  .post_blog_cat a:hover {
    color: #ff614c; }
  .post_blog_cat .col-md-6 .p-cat {
    font-size: 14px !important;
    text-align: left; }
    .post_blog_cat .col-md-6 .p-cat a {
      text-decoration: none; }
    .post_blog_cat .col-md-6 .p-cat a:hover {
      color: #ff614c; }
  .post_blog_cat .col-md-6 .p-date {
    font-size: 14px !important;
    text-align: right; }
    .post_blog_cat .col-md-6 .p-date span {
      color: green; }
  .post_blog_cat .cont-ex {
    margin-bottom: 60px; }

.post_blog {
  margin-top: -2px; }
  .post_blog h1 a {
    text-decoration: none;
    color: black; }
  .post_blog a:hover {
    color: #ff614c; }
  .post_blog .col-md-6 .p-cat {
    font-size: 14px !important;
    text-align: left; }
    .post_blog .col-md-6 .p-cat a {
      text-decoration: none; }
    .post_blog .col-md-6 .p-cat a:hover {
      color: #ff614c; }
  .post_blog .col-md-6 .p-date {
    font-size: 14px !important;
    text-align: right; }
    .post_blog .col-md-6 .p-date span {
      color: green; }

.jumbotron {
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: 50px;
  text-align: center; }
  .jumbotron h1 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 30px; }
  .jumbotron img {
    max-width: 1050px;
    max-height: 700px;
    margin-bottom: 20px; }
  .jumbotron .my-4:before {
    clear: both; }
  .jumbotron .btn {
    background-image: none !important;
    background-color: #ff614c;
    border-color: #ff614c; }
  .jumbotron .btn:hover {
    background-color: rgba(255, 97, 76, 0.7); }

.page-numbers {
  clear: both;
  margin: 30px auto;
  padding: 0; }

.page-numbers li {
  display: inline-block;
  list-style: outside none none; }

.page-numbers li:hover a, .page-numbers li:hover span, .page-numbers li .current {
  background-color: #ff614c;
  color: white;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.page-numbers li a, .page-numbers li span {
  color: black;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  margin-right: 5px;
  padding: 4px 15px;
  text-decoration: none; }

.page-numbers li a, .page-numbers li span {
  color: black;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  margin-right: 5px;
  padding: 1px 12px;
  text-decoration: none; }

.readmore:hover {
  text-decoration: none; }

.current {
  color: white !important;
  background-color: rgba(255, 97, 76, 0.8); }

#og-grid {
  padding: 70px 0 70px 0 !important; }
  #og-grid li {
    margin: 10px 10px 10px 5px !important; }

.showcase-page, .page-accessories {
  min-height: 400px; }

.nav-pills {
  text-align: center; }
  .nav-pills li {
    border: none;
    display: inline-block;
    *display: block;
    zoom: 1; }

.presentation:hover {
  background-color: red; }

.nav-tabs {
  border-bottom: none;
  text-align: center;
  padding-top: 70px; }
  .nav-tabs ul {
    display: inline-block; }
  .nav-tabs li {
    border: none;
    float: none;
    display: inline-block;
    *display: inline;
    zoom: 1; }
  .nav-tabs a {
    border: none !important;
    color: black; }
  .nav-tabs li:hover a:hover {
    background-color: white;
    color: rgba(255, 97, 76, 0.8); }
  .nav-tabs .active {
    border-bottom: 3px solid red; }
    .nav-tabs .active a {
      color: rgba(255, 97, 76, 0.8) !important; }

.post_testimonials {
  margin-top: -40px; }
  .post_testimonials .tst-aut {
    margin: 30px auto 35px auto; }
  .post_testimonials p:not(.lead) {
    text-align: left; }
  .post_testimonials p:not(.lead):before {
    content: "";
    float: left;
    padding: 5px 20px 5px 0px; }
  .post_testimonials p:not(.lead):after {
    content: "";
    float: right;
    padding: 5px 0px 5px 20px; }
  .post_testimonials p:not(.lead):after, .post_testimonials p:not(.lead):before {
    font-family: fontawesome;
    color: red;
    font-size: 30px; }
  .post_testimonials .tst-aut:before, .post_testimonials .tst-aut:after {
    content: " " !important; }
  .post_testimonials .tst-aut {
    color: #ff614c;
    font-weight: bold; }

.simplePagerNav {
  clear: both !important;
  margin: 30px auto !important;
  padding: 0 !important; }

.simplePagerNav li {
  display: inline-block !important;
  list-style: outside none none !important; }
.simplePagerNav .currentPage a {
  background-color: #ff614c !important;
  color: white !important;
  border-radius: 10px !important; }

.simplePagerNav li:hover a, .simplePagerNav li .currentPage {
  background-color: #ff614c !important;
  color: white !important;
  -webkit-border-radius: 10px !important;
  border-radius: 10px !important; }

.simplePagerNav li a {
  color: black !important;
  display: inline-block !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  margin-right: 5px !important;
  padding: 4px 15px !important;
  text-decoration: none !important; }

.simplePagerNav li a {
  color: black !important;
  display: inline-block !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  margin-right: 5px !important;
  padding: 1px 12px !important;
  text-decoration: none !important; }

.about-us-page .col-md-12:nth-child(odd) .col-md-5 {
  float: right; }
.about-us-page .col-md-12 {
  padding: 50px 0px; }
  .about-us-page .col-md-12 h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 60px; }
.about-us-page .col-md-5 img {
  height: 480px;
  width: 458px;
  border-radius: 30px;
  box-shadow: 0 0 0 3px #b2b2b2, 0 0 0 6px #cecece, 0 0 0 9px #e5e5e5; }
.about-us-page .col-md-7 {
  height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .about-us-page .col-md-7 div {
    margin: auto; }
    .about-us-page .col-md-7 div ul li {
      font-size: 21px; }
      .about-us-page .col-md-7 div ul li span {
        color: #ff614c; }
.about-us-page .col-md-12:nth-child(13) .col-md-7, .about-us-page .col-md-12:nth-child(3) .col-md-7 {
  height: auto; }
.about-us-page .col-md-12:nth-child(11) .col-md-5 img {
  height: 350px; }
.about-us-page .col-md-12:nth-child(11) .col-md-7 {
  height: 350px; }
.about-us-page .col-md-12:nth-child(8) .col-md-5 img {
  width: 300px; }
.about-us-page .row p {
  text-align: center;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 50px;
  font-size: 25px; }
.about-us-page .row h1 {
  font-weight: bold;
  text-align: center;
  font-size: 38px;
  margin-top: 50px; }
  .about-us-page .row h1 span {
    color: #ff614c;
    text-transform: uppercase; }

#scrollup {
  position: fixed;
  top: 90%;
  right: 40px;
  z-index: 3;
  opacity: 0; }
  #scrollup img {
    width: 40px;
    height: 40px; }

#to-top-footer {
  text-align: center;
  color: white;
  opacity: 0;
  cursor: pointer; }
  #to-top-footer img {
    height: 50px;
    width: 50px; }

.banner-container {
  height: 30px;
  box-shadow: 0 2000px 0 2000px rgba(255, 255, 255, 0.3); }

/*# sourceMappingURL=main.css.map */
