/*!
 * Start Bootstrap - Agency v3.3.7+1 (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

@font-face {
    font-family: "Oswald";
    src: url("../fonts/Oswald/Oswald-Regular.eot");
    src: url("../fonts/Oswald/Oswald-Regular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Oswald/Oswald-Regular.woff") format("woff"),
    url("../fonts/Oswald/Oswald-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "MyriadProRegular";
    src: url("../fonts/MyriadProRegular/MyriadProRegular.eot");
    src: url("../fonts/MyriadProRegular/MyriadProRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadProRegular/MyriadProRegular.woff") format("woff"),
    url("../fonts/MyriadProRegular/MyriadProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* ---------- */

.blur {
    filter: url("blur.svg#blur");
}

html, body {
  overflow-x: hidden;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  cursor: default;
}/*
body::before {
	content:" ";
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:100;
	pointer-events: none;
	background-image: url('../img/snow/snowflake.png'), url('../img/snow/snowflake3.png'), url('../img/snow/snowflake2.png');
	-webkit-animation: snow 20s linear infinite;
	-moz-animation: snow 20s linear infinite;
	-ms-animation: snow 20s linear infinite;
	-o-animation: snow 20s linear infinite;
	animation: snow 20s linear infinite;
}*/
/*Keyframes*/
@keyframes snow {
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

@-moz-keyframes snow {
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

@-o-keyframes snow {
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

@-webkit-keyframes snow {
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

@-ms-keyframes snow {
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #fed136;
}
p {
  font-size: 14px;
  line-height: 1.75;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #fed136;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #fec503;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #eeeeee;
}
.bg-darkest-gray {
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #fed136;
  border-color: #fed136;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #fec503;
  border-color: #f6bf01;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-primary .badge {
  color: #fed136;
  background-color: white;
}
.btn-xl {
  color: white;
  background-color: #fed136;
  border-color: #fed136;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
}
.btn-xl {
  background: #ff9c00 none repeat scroll 0 0;
  border-color: #ff9c00;
  border-radius: 10px;
  float: left;
  font-size: 25px;
  font-weight: normal;
  line-height: 1;
  padding: 18px 20px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #fec503;
  border-color: #f6bf01;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-xl .badge {
  color: #fed136;
  background-color: white;
}
.navbar-custom {
  background-color: #222222;
  border-color: transparent;
}
.navbar-custom .navbar-brand {
  background: rgba(0, 0, 0, 0) url("../img/logo.png") no-repeat scroll 0 0 / contain ;
  color: #fed136;
  font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
  height: 48px;
  margin: 0!important;
  padding: 0;
  width: 222px;
}
  @media (max-width: 992px) {
    .navbar-custom .navbar-brand {
        /*width: 180px;*/
    }
  }
  @media (max-width: 768px) {
    .navbar-custom .navbar-brand {
        width: 180px;
        left: 15px;
        top: 8px;
        position: relative;
    }
  }
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #fec503;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
  @media (max-width: 910px) {
    .navbar-custom .navbar-collapse {
        overflow: hidden;
        padding: 5px 0;
    }
  }
.navbar-custom .navbar-toggle {
  /*background-color: #fed136;*/
  border-color: #fff;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #FF9C00;
}
.navbar-custom .nav li a {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  min-width: 104px;
  padding: 10px;
  text-align: center;
  color: white;
}
  @media (max-width: 1200px){
    .navbar-custom .nav li a {
      min-width: 80px;
    }
  }
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: #FF9C00;
  outline: none;
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #FF9C00;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: white;
  background-color: #fec503;
}
.nav.navbar-nav.navbar-right {
  /*margin-right: -23px;*/
  margin: 0;
}
@media (max-width: 992px) {
  .navbar-custom .container {
      width: 90%;
  }
}
@media (min-width: 768px) {
  .navbar-custom {
    background-color: transparent;
    padding: 28px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .navbar-custom.portfolio  {
    background-color: #222222;
  }
  .navbar-custom.affix  {
    background-color: #222222;
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
    position: relative;
    top: 1px;
  }
}
.line_or {
  position: relative;
}
.line_or::after{
    background: #ff9c00 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 65px;
    width: 120px;
    font-family: MyriadProRegular;
}
header {
  background-image: url('../img/header-bg.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}

header .intro-text {
  padding-top: 100px;
  padding-bottom: 50px;
}
header .intro-text .intro-lead-in {
  /*font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-style: italic;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;
}
header .intro-text .intro-heading {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  header .intro-text {
    margin-bottom: 106px;
    padding-bottom: 209px;
    padding-top: 260px;
  }
  header .intro-text .intro-lead-in {
    color: #fff;
    /*font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-size: 70px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 40px;
    margin-bottom: 20px;
    margin-left: 10px;
    text-align: left;
  }
  header .intro-text .intro-heading {
    color: #fff;
    /*font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-size: 70px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 80px;
    margin-bottom: 50px;
    margin-left: 8px;
    text-align: left;
    text-transform: none;
  }
  .intro-heading-small {
    font-size: 2em;
    letter-spacing: 3px;
    line-height: 1;
    margin-left: 11px;
    margin-top: -15px;
    text-align: left;
  }
}

  @media (max-width: 1200px) {
    header .intro-text .intro-lead-in, header .intro-text .intro-heading {
      font-size: 3em;
    }
  }

  @media (max-width: 992px) {
    .intro-heading-small {
      max-width: 50%;
      font-size: 1.5em;
    }
  }

  @media (max-width: 768px) {
    header .intro-text .intro-lead-in, header .intro-text .intro-heading {
        font-size: 2em;
        text-align: left;
        padding-left: 20px;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
    }
  }

  @media (max-width: 400px) {
    header .intro-text .intro-lead-in, header .intro-text .intro-heading {
        padding-left: 5px;
    }
  }
  
.intro-text .btn.btn-xl {
  margin-left: 10px;
  margin-top: 77px;
}
  @media (max-width: 992px) {
    .intro-text .btn.btn-xl {
      margin-bottom: 40px;
      margin-top: 37px;
    }
  }
  @media (max-width: 600px) {
    .intro-text .btn.btn-xl {
      font-size: 16px;
    }
  }
section {
  padding: 100px 0;
}
section h2.section-heading {
    color: #000;
    font-size: 53px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-top: 10px;
}
section h3.section-subheading {
  font-size: 16px;
  font-family: "MyriadProRegular";
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 75px;
}
.section-subheading.text-muted {
    font-size: 22px;
    font-style: normal;
}
@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}

.section-subheading.text-muted.line_or::after {
    top: 50px;
}

.cont_info {
    color: #fff;
    float: left;
    font-size: 22px;
    letter-spacing: 0.8px;
    line-height: 35px;
    margin-left: 77px;
    position: relative;
}
  @media (max-width: 992px) {
    .cont_info {
        display: none;
    }
  }
  /*@media (max-width: 768px) {
    .cont_info {
        font-size: 1.2em;
        margin-top: 5px;
        margin-left: 100px;
        line-height: 2.5;
    }
  }*/
  @media (max-width: 560px) {
    .cont_info {
        display: none;
        /*font-size: 1.2em;
        line-height: 2.5;
        margin: 0 auto;
        text-align: center;
        width: 100%;*/
    }
  }
.cont_info::before {
    background: rgba(0, 0, 0, 0) url("../img/sprite.png") repeat scroll 0 0;
    content: "";
    display: block;
    height: 50px;
    left: -56px;
    position: absolute;
    top: -3px;
    width: 6px;
}
.cont_info::after {
    background: rgba(0, 0, 0, 0) url("../img/sprite.png") repeat scroll 0 553px;
    content: "";
    display: block;
    height: 20px;
    left: -33px;
    position: absolute;
    top: 12px;
    width: 22px;
}

  @media (max-width: 768px) {
    .cont_info::after {
      top: 15px;
    }
  }

.service-heading {
  margin: 15px 0;
  text-transform: none;
}
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    width: 100%;
    height: 396px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(85,85,85,1);
    -moz-box-shadow: 0px 0px 14px 0px rgba(85,85,85,1);
    box-shadow: 0px 0px 14px 0px rgba(85,85,85,1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}
  @media (max-width: 594px) {
    #portfolio .portfolio-item .portfolio-link {
      height: 350px;
    }
  }
  @media (max-width: 500px) {
    #portfolio .portfolio-item .portfolio-link {
      height: 300px;
    }
  }
  @media (max-width: 430px) {
    #portfolio .portfolio-item .portfolio-link {
      height: 200px;
    }
  }
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  background: #2eb6a2 none repeat scroll 0 0;
  bottom: 0;
  height: 100px;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link:hover .portfolio-hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
  /*max-width: 400px;*/
  margin: 0 auto;
  /*background-color: white;*/
  text-align: center;
  padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
    font-family: MyriadProRegular;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    position: relative;
    text-transform: none;
}
#portfolio .portfolio-item .portfolio-caption h4.line_or::after {
    top: 45px;
}
#portfolio .portfolio-item .portfolio-caption p {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
#portfolio .img-responsive {
    max-width: none;
    width: 100%;
}
#portfolio {
    margin-bottom: 96px;
    margin-top: 50px;
    padding-bottom: 0;
    padding-top: 100px;
}
#portfolio .btn-xl {
    float: none;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    top: 30px;
}
.intro.order_now.center-content {
    background: rgba(0, 0, 0, 0) url("../img/order-bg.jpg") no-repeat scroll 0 0 / cover ;
    min-height: 395px;
    position: relative;
}
.intro.order_now .order_form_bg {
    background: #2EB6A2;
    content: "";
    display: block;
    height: 500px;
    left: 0;
    margin: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    /*padding-top: 125px;*/
    padding-top: 144px;
    position: absolute;
    right: 0;
    top: -53px;
    /*width: 1186px;*/
    width: 62%;
    z-index: 0;
}

  @media (max-width: 1200px) {
    .intro.order_now .order_form_bg {
      width: 75%;
    }
  }

  @media (max-width: 992px) {
    .intro.order_now .order_form_bg {
        height: 445px;
        padding-top: 80px;
        top: -25px;
        width: 80%;
    }
  }
  
  @media (max-width: 560px) {
    .intro.order_now .order_form_bg {
      width: 90%;
    }
  }

.intro.order_now .order_form_bg::after {
    background: rgba(0, 0, 0, 0) url("../img/order-form-top.png") no-repeat scroll 0 0 / contain ;
    content: "";
    display: block;
    height: 53px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 184px;
}

.order_now .col-md-8.col-sm-8.margin-auto.float-none {
    max-width: 680px;
}

.order_now .pull-stop.text-center {
    color: #fff;
    font-size: 45px;
    margin-bottom: 65px;
    margin-left: 0;
    /*padding-left: 31px;*/
    position: relative;
}
  
  @media (min-width: 1120px) {
    .order_now .pull-stop.text-center::before{
        background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll left -57px / 100% auto;
        content: "";
        display: block;
        height: 92px;
        left: 556px;
        margin: auto;
        position: absolute;
        right: 0;
        top: -25px;
        width: 180px;
    }
  }
  @media (max-width: 516px) {
    .order_now .pull-stop.text-center.line_or::after {
      display: none;
    }
  }
.order_now .form-control.input-lg {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #fff;
    color: #fff;
    height: 50px;
    width: 375px;
    max-width: 90%;
    /*margin: 0 auto;*/
    float: left;
}
  @media (max-width: 992px) {
    .order_now .form-control.input-lg {
      max-width: 100%;
      float: none;
      margin: 0 auto;
    }
  }
.order_now .form-control.input-lg:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 255, 255, 0.6);
}
.order_now .btn.btn-info-order.button {
    background: #ff9c00 none repeat scroll 0 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-size: 31px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    margin-top: -9px;
    color: #fff;
    float: right;
}

.order_now .form-control.input-lg.error {
    border-color: red;
}

  @media (max-width: 992px) {
    .order_now .btn.btn-info-order.button {
      margin-top: 57px;
      float: none;
    }
  }
  @media (max-width: 516px) {
    .order_now .btn.btn-info-order.button {
      margin-top: 35px;
    }
  }
  @media (max-width: 420px) {
    .order_now .form-control.input-lg {
      max-width: 90%;
    }
  }
.order_now .btn.btn-info-order.button:hover, .order_now .btn.btn-info-order.button:focus {
    background: #fec503;
    border-color: #fec503;
}
.form-control.input-lg::-moz-placeholder {
    color: #fff;
}
.form-control.input-lg::-webkit-input-placeholder {
    color: #fff;
}

/*input#exampleInputEmail2::-webkit-input-placeholder { color: #fff; }*/

.form-control.input-lg::placeholder {
    color: #fff;
}
.order_now .form-group {
    margin-left: 70px;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f1f1f1;
  left: 40px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: #fed136;
  color: white;
  border-radius: 100%;
  border: 7px solid #f1f1f1;
  text-align: center;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
.team-member {
  text-align: center;
  margin-bottom: 50px;
}
.team-member img {
  margin: 0 auto;
  border: 7px solid white;
}
.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}
.team-member p {
  margin-top: 0;
}
aside.clients img {
  margin: 50px auto;
}
section#contact {
  background: #292929 none repeat scroll 0 0;
  min-height: 409px;
  padding: 33px 20px 0;
}
/*#contact .col-md-3.col-sm-6.col-xs-6 {
    padding-left: 22px;
}*/
section#contact .section-heading {
  color: white;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 236px;
}
section#contact .form-control:focus {
  border-color: #fed136;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  color: #eeeeee;
  font-family: MyriadProRegular;
  font-size: 15px;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  color: #eeeeee;
  font-family: MyriadProRegular;
  font-size: 15px;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  color: #eeeeee;
  font-family: MyriadProRegular;
  font-size: 15px;
}
section#contact :-ms-input-placeholder {
  color: #eeeeee;
  font-family: MyriadProRegular;
  font-size: 15px;
}
section#contact .text-danger {
  color: #e74c3c;
}
footer {
  padding: 25px 0;
  text-align: center;
}
footer span.copyright {
  line-height: 40px;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #222222;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #fed136;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
  background: #fec503 none repeat scroll 0 0;
  border-color: #fec503;
}
.portfolio-modal .modal-dialog {
  margin: 0;
  height: 100%;
  width: auto;
}
.portfolio-modal .modal-body {
    padding: 0 15px 15px;
    position: relative;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 40px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}
.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
}
.item-intro a {
    text-decoration: underline;
    font-weight: bold;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: transparent;
  top: 15px;
  right: 15px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #000000;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 35px;
  width: 1px;
  margin-left: 16px;
  margin-top: -1px;
  background-color: #222222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 35px;
  width: 1px;
  background-color: #222222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
::-moz-selection {
  text-shadow: none;
  background: #fed136;
}
::selection {
  text-shadow: none;
  background: #fed136;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #fed136;
}

/* custom css  */

.container {
  padding: 0!important;
}



/* ---------- */

/* pricing plan 5 */

.pricing-plan5 {
    background-color: #fff;
    padding: 60px 0;
    margin-bottom: 80px;
}

@media (max-width: 992px) {
  .pricing-plan5 {
      margin-bottom: 0;
  }
}

.pricing-plan5 .single-plan:hover {
    -webkit-transform: scale(1.02, 1.10);
    -moz-transform: scale(1.02, 1.10);
    -ms-transform: scale(1.02, 1.10);
    -o-transform: scale(1.02, 1.10);
    transform: scale(1.02, 1.10);
    position: relative;
}

.pricing-plan5 .single-plan {
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05), -5px -3px 30px -10px rgba(0, 0, 0, 0.3);
    list-style-type: none;
    margin: 0 0 20px;
    min-height: 510px;
    padding: 0;
    position: relative;
    transition: all 0.3s ease 0s;
}

.pricing-plan5 .plans .plan-item {
    margin: 0 10px!important;
    min-width: 350px;
    padding: 0;
    display: block;
    float: left;
}

@media (max-width: 735px) {
  .pricing-plan5 .plans .plan-item {
      display: inline-block;
      float: none;
  }
}

@media (max-width: 360px) {
  .pricing-plan5 .plans .plan-item {
      min-width: 300px;
  }
}

.pricing-plan5 .single-plan:hover {
    bbox-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2)
}

.pricing-plan5 .single-plan .plan-title {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    color: #555;
    font-family: "Montserrat",sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 16px;
    margin-top: 33px;
    padding-bottom: 22px;
    padding-top: 22px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.pricing-plan5 .single-plan > li {
    color: #898989;
    font-family: MyriadProRegular;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0 auto;
    max-width: 230px;
    padding: 7px 0;
    text-align: left;
}

.pricing-plan5 .single-plan > li.plan-tag-per {
    font-size: 21px;
    margin-top: -13px;
    padding: 0;
    text-align: center;
}

.pricing-plan5 .single-plan .plan-price {
    color: #ff9c00;
    font-family: "Montserrat",sans-serif;
    font-size: 39px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 18px auto 0;
    padding-bottom: 0;
    text-align: center;
}

.plan-price > span {
    font-size: 15px;
}

.pricing-plan5 .single-plan .plan-price sup {
    color: #FF9C00;
    display: inline;
    font-size: 25px;
    font-weight: 700;
    margin-right: 2px;
}

.pricing-plan5 .single-plan .plan-price sub {
    color: #ceded6;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
}

.pricing-plan5 .single-plan .plan-tag {
    color: #FF9C00;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
    text-transform: capitalize;
}

.pricing-plan5 .single-plan li > i {
    color: #ceded6;
    padding-right: 10px;
    font-size: 11px;
}

.pricing-plan5 .single-plan .btn-info.button {
    background-color: #fff;
    color: #FF9C00;
    border: medium none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: "Oswald";
    font-size: 16px;
    letter-spacing: 1.5px;
    margin-left: auto;
    margin-right: auto;
    /*margin-top: 90px;*/
    padding: 16px 0;
    position: relative;
    text-transform: uppercase;
    z-index: 1000;
    width: 132px;
    border: 1px solid #FF9C00;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 60px;
}

.pricing-plan5 .single-plan:hover .btn-info.button {
    background-color: #FF9C00;
    color: #fff;
}

@media screen and (max-width: 1200px) {
  .pricing-plan5 .single-plan {
    min-height: 590px;
  }
  .pricing-plan5 .single-plan .btn-info.button {
    bottom: 35px;
  }
}

@media screen and (max-width: 415px) {
    .pricing-plan5 .plans .plan-item {
        /*max-width: 325px;*/
        /*min-width: inherit;*/
    }
}

.pricing-heading-small {
    font-family: MyriadProRegular;
    font-size: 26px;
    margin-bottom: 40px;
}
.pricing-plan5 .plans .plan-item:first-child {
    margin-left: 0;
}
.pricing-plan5 .plans .plan-item:last-child {
    margin-right: 0;
    /*position: relative;
    top: 17px;*/
}

/*  --  */

/*  */


#content2-3 {
    background: #2eb6a2 none repeat scroll 0 0;
    color: #fff;
    min-height: 260px;
    padding: 65px 0 0;
}

  @media (max-width: 1200px) {
    #content2-3 .container {
        width: 100%;
    }
  }

  @media (max-width: 920px) {
    #content2-3 {
        padding: 65px 0 50px;
    }
  }

.btn.btn-success.button.intro-text {
    background: #fff none repeat scroll 0 0;
    border-color: #fff;
    color: #2eb6a2;
    float: none;
    margin: 18px auto 0 100px;
}

.content-title.pull-stop.text-center {
    font-size: 44px;
    letter-spacing: 0.3px;
    margin-top: 5px;
    position: relative;
    text-align: right;
}
.content-title.pull-stop.text-center::before {
    background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll left -57px / 100% auto;
    content: "";
    display: block;
    height: 92px;
    left: -309px;
    margin: auto;
    position: absolute;
    right: 0;
    top: -5px;
    -webkit-transform: scale(-1, 1) rotate(28deg);
    -moz-transform: scale(-1, 1) rotate(28deg);
    -ms-transform: scale(-1, 1) rotate(28deg);
    -o-transform: scale(-1, 1) rotate(28deg);
    transform: scale(-1, 1) rotate(28deg);
    width: 180px;
}
  
  @media (max-width: 1100px) {
    .content-title.pull-stop.text-center::before {
        display: none;
    }
  }

  @media (max-width: 768px) {
    .btn.btn-success.button.intro-text {
        margin: 30px auto 40px;
    }
    .content-title.pull-stop.text-center {
      text-align: center;
    }
  }

.skype {
    background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll left -556px / 100% auto;
    font-family: "MyriadProRegular";
    font-size: 18px;
    height: 194px;
    line-height: 1.5;
    margin-left: 51px;
    margin-top: -32px;
    padding-left: 76px;
    padding-right: 0;
    padding-top: 105px;
    width: 252px;
}

.email {
    background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll left -361px / 100% auto;
    font-family: "MyriadProRegular";
    font-size: 18px;
    height: 194px;
    line-height: 1.5;
    margin-left: 70px;
    margin-top: -32px;
    padding-left: 89px;
    padding-right: 0;
    padding-top: 120px;
    width: 252px;
}

  @media (max-width: 1100px) {
    .skype, .email {
        margin-left: 20px;
    }
  }

  @media (max-width: 920px) {
    .skype {
        background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll left -637px / 100% auto;
        font-family: "MyriadProRegular";
        font-size: 18px;
        height: 114px;
        line-height: 1.5;
        margin-bottom: 15px;
        margin-left: 130px;
        margin-top: 0;
        padding-left: 76px;
        padding-right: 0;
        padding-top: 27px;
        width: 252px;
    }
    .email {
        background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll left -442px / 100% auto;
        font-family: "MyriadProRegular";
        font-size: 18px;
        height: 114px;
        line-height: 1.5;
        margin-bottom: 15px;
        margin-left: 130px;
        margin-top: 0;
        padding-left: 89px;
        padding-right: 0;
        padding-top: 40px;
        width: 252px;
    }
  }

  @media (max-width: 768px) {
    .skype, .email {
        margin-left: 30px;
        margin-right: 30px;
    }
    .display-table-768 {
      display: table;
      margin: 0 auto;
    }
  }

  @media (max-width: 625px) {
    .skype, .email {
        margin-left: 10px;
        margin-right: 10px;
    }
  }

  @media (max-width: 550px) {
    .skype, .email {
        margin-left: 0px;
        margin-right: 0px;
        float: none;
    }
  }
  
.skype a {
    color: #fff;
}

.img_wrap {
    display: table;
    margin-top: 65px;
    width: 100%;
}

.pull-stop.text-center.we_do.line_or {
    font-size: 45px;
    margin-top: 62px;
    text-transform: uppercase;
}
#slogan {
    background: rgba(0, 0, 0, 0) url("../img/simple-bg.jpg") no-repeat scroll center top / cover ;
    height: 360px;
    padding: 0;
}
#slogan .pull-stop.text-center.we_do.line_or {
    color: #fff;
    margin-top: 145px;
}
#slogan .pull-stop.text-center.we_do.line_or::after {
    top: 80px;
}
  @media (max-width: 992px) {
    #slogan .pull-stop.text-center.we_do.line_or::after {
      display: none;
    }
    #slogan .pull-stop.text-center.we_do.line_or {
      margin-top: 115px;
    }
  }
  @media (max-width: 510px) {
    #slogan .pull-stop.text-center.we_do.line_or {
      margin-top: 85px;
    }
  }

/*  team 3
/*----------------------------------------------------*/
.team3{
    color: #fff;
    background: url(../img/clients-bg.jpg)  no-repeat center top;
    background-size: cover;
    padding: 0;
    min-height: 725px;
}

.team3 .section-padding{
    padding: 50px 0;
    /*background-color: rgba(0, 0, 0, 0.5);*/
}

.team3 .section-title h2{
    font-size: 45px;
    font-weight: 800;
    margin-top: 43px;
    text-align: center;
}
.team3 .section-title h2.line_or::after {
    top: 73px;
}
  @media (max-width: 350px) {
    .team3 .section-title h2.line_or::after {
        display: none;
    }
  }

.team3 .subtitle{
    margin: 30px 0 50px 0;
    line-height: 1.7;
}

.team3 .box {
    margin-bottom: 15px;
    padding-top: 20px;
}
  @media (max-width: 992px) {
    .team3 .box {
        margin-bottom: 45px;
    }
  }

.team3 .box img {
    display: block;
    height: 100%;
    margin: 0 auto;
    min-width: 100%;
    margin-left: -5%;
}

.team3 .box img,
.team3 .box span {
  /*-webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;*/
}

.team3 .box:hover img,
.team3 .box:hover span {
  /*border-radius: 50%;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);*/
}

.team3 .box h3 {
    font-family: MyriadProRegular;
    font-size: 18px;
    text-transform: none;
}

.team3 .box .aos-init.aos-animate {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 170px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 170px;
}

.team3 .box span.client {
    font-family: MyriadProRegular;
    font-size: 17px;
    line-height: 1;
    font-weight: normal;
}

.team3 .box p {
    font-family: MyriadProRegular;
    font-size: 19px;
    margin-bottom: 20px;
    margin-top: 15px;
    padding: 0 10px;
    position: relative;
    min-height: 170px;
}

.team3 .box p::after{
    content: '“';
    display: block;
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -74px;
    width: 120px;
    font-family: MyriadProRegular;
    font-size: 47px;
}

.team3 .social-icon:hover{
    color: rgb(5, 216, 178);
  -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.team3 .social-icon {
    color: #fff;
    font-size: 16px !important;
    padding: 5px;
    -webkit-transition: background 0.3s ease-in-out 0s;
    transition: background 0.3s ease-in-out 0s;
}

#team3 .row.margin {
    margin-top: 80px;
}

/* -- */

/*  footer 1
/*----------------------------------------------------*/
.footer1{
  background-color: #222;
  padding: 3.2rem 2rem 4.5rem;
}

.footer1 h1{
  color: #38A5E0;
  text-transform: uppercase; 
  font-size: 22px; 
    font-weight: 300;
    line-height: 1;
  margin-bottom: 30px;
    font-family: 'Titillium Web', sans-serif;
}

.footer1 h1 .fa{
  font-size: 26px;
  color: #38A5E0;
}

.footer1 p{
    font-size: 12px;
  color: #999;
  margin-bottom: 0;
}

.footer1 .media {
    color: #8d8d8d;
    font-family: MyriadProRegular;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 14px;
    margin-top: 8px;
}

.footer1 .media-left img{
  height: 50px; 
  margin-top: 7px; 
  border-radius: 2px;
}

.footer1 .media-left{
  color: #38a5e0;
  float: left;
  margin-top: 5px;
  padding-right: 15px;
}

.footer1 .media-body {
    width: 80%;
}

.footer1 .media-left .fa-twitter{
  color: #999;
}

.footer1 .media-heading{
  margin-bottom: 6px;
}

.footer1 .media-body .update-info{
  color: #999;
  font-size: 11px; 
  font-weight: 300;
  font-family: 'Roboto Slab', serif;
}

.footer1 .media-body .update-info .fa{
  color: #38A5E0;
  margin-left: 10px;
  margin-right: 4px;
}

.footer1 .media-body .update-info .fa:first-child{
  margin-left: 0;
}

.footer1 .media-body .update{
  color: #fff; 
    font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 5px;
}

.footer1 .media-body h5{
  color: #fff;
  word-spacing: 0;
  letter-spacing: 0;
  font-size: 13px;
}

.footer1 h4{
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  line-height: 2.2;
  margin-bottom: 0;
  text-transform: none;
}

.footer1 strong{
  color: #fff;
  font-size: 11px; 
  line-height: 2.2;
    font-weight: 300;
    font-family: 'Titillium Web', sans-serif;
}

.footer1 .subscribe h4{
  margin-bottom: 5px;
}

.footer1 .subscribe p{
  margin-bottom: 13px;
}

.footer1 .subscribe p:last-child{
  margin-top: 10px;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
    font-weight: 300;
  font-family: 'Roboto Slab', serif;
}

.footer1 .social-link .fa{
  background-color: #363636;
  height: 28px;
  width: 28px;
  padding-top: 8px;
  border-radius: 2px;
  text-align: center;
  color: #999;
  font-size: 12px;
}

.footer1 .social-link .fa:hover{
  color: #fff;
  background-color: #38A5E0;
}

.footer1 .list-inline > li{
  padding-left: 0;
}

.footer1 .tags .btn {
  background-color: #363636;
  border: medium none transparent;
  border-radius: 2px;
  color: #999;
  font-size: 11px;
  margin-bottom: 8px;
  padding: 7px 10px;
}

.footer1 .input-group .form-control{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 2px;
  box-shadow: none;
  color: #fff;
  font-family: MyriadProRegular;
  font-size: 16px;
  height: 40px;
}

.form-control.input-sm.error {
    border-color: red;
}

.footer1 .input-group .btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    height: 40px;
    padding: 0;
    width: 67px;
}

/* BOTTOM FOOTER */
.footer1.bottom-footer{
  color: #999;
  font-size: 11px;
  padding: 16px 20px;
  background-color: #2a2a2a;
}

.footer1.bottom-footer a {
    color: #2eb6a2;
    text-transform: uppercase;
}

.footer1.bottom-footer a:hover{
  color: #38A5E0;
  text-decoration: none;
}

.footer1.bottom-footer .col-md-6 {
    font-family: MyriadProRegular;
    font-size: 18px;
    line-height: 1;
}

.footer1 .col-md-3 {
    margin-right: 47px;
    /*padding-left: 22px;*/
    width: 245px;
}
  @media (max-width: 594px) {
    .footer1 .col-md-3 {
      width: inherit;
    }
  }

.footer1 .col-md-2.col-sm-6.col-xs-6 {
    /*padding-left: 8px;*/
}

/*  */


.header8 .intro{
    min-height: 100vh;
    background-color: rgba(1, 191, 134, 0.75);
    padding-bottom: 70px;
    padding-top: 70px;
}

.header8 .email{
    color: #fff;
    line-height: 0;
    font-size: 100px;
    margin-bottom: 20px;
}

.header8 .tag-line {
    color: #f8f8f8;
    letter-spacing: 10px;
    margin-bottom: 0;
    margin-top: 30px;
    text-transform: uppercase;
    word-spacing: 5px;
    font-family: 'Roboto Slab', serif !important;
    font-weight: 300;
    font-size: 17px;
}

.header8 h1 {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.2;
  margin: 0 auto 30px;
  position: relative;
  text-transform: capitalize;
}

/* end header */

/* subscribe */
.header8 .subscribe{
    border-bottom: 3px solid #38a5e0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px 20px;;
}

.header8 h1.pull-stop::after{
    border-color: #fff;
    bottom: 11px;
}

.header8 .subscribe .form-control {
    background-color: rgba(225, 225, 227, 0.2);
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: none;
    font-size: 13px;
    height: 45px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
}

.header8 .subscribe .form-control:focus {
    border-color: #39b3d7;
    box-shadow: none;
    background-color: rgba(225, 225, 227, 0.3);
}

.header8 .subscribe .form-control::-moz-placeholder {
    color: #eee;
    opacity: 1;
    font-weight: 100;
    font-family: 'Roboto Slab', serif;
    
}

.header8 .subscribe .sign-tag p{
    color: #bbb; 
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 25px; 
    text-indent: 2px;
    font-weight: 300;
    font-family: 'Roboto Slab', serif;
}

.header8 .subscribe .sign-tag a{
    color: #38A5E0;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Roboto Slab', serif;
}

.header8 .subscribe .button {
    border: 0 none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    margin: 0 2px;
    min-width: 150px;
    padding: 11px 0;
    background-color: #38A5E0;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* end subscribe */

/* media queries */

@media (min-width: 768px) {
    .header8 .subscribe input{
        min-width: 550px;
  } 
}

@media only screen and ( max-width : 991px ) {
    
    .header8 h1{
        font-weight: 700;
        font-size: 48px;
    }
    
    .header8 .subscribe .button{
        width: 100%;
        margin-left: 0;
    }
    
    .header8.email{
        color: #fff;
        font-size: 50px;
        margin-bottom: 10px;
     }
    
}

/*  ----  */

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success.focus:active, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover{
  background-color: #fec503;
}

/* services beta */

.services_block {
    /*background: rgba(0, 0, 0, 0) url(../img/services.png) no-repeat scroll center center;*/
    /* height: 947px; */
    /*height: 806px;*/
    width: 100%;
    background-size: contain;
    position: relative;
}

img.services_map{
    display: block;
    margin: 280px auto 0;
    max-width: 100%;
}

.widget_content_list.tiles-big.services {
    display: table;
    left: 0;
    margin: 0 auto;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 17px;
    width: 768px;
}
.widget_content_list.tiles-big.services .item.order_1 {
    /* left: 50px; */
    left: 30px;
    top: 433px;
}
.widget_content_list.tiles-big.services .item.order_2 {
    /* left: -134px; */
    left: -153px;
    top: 163px;
}
.widget_content_list.tiles-big.services .item.order_3 {
    height: 145px;
    left: -40px;
    top: -89px;
    /*width: 145px;*/
    z-index: 10;
}
.widget_content_list.tiles-big.services .item.order_4 {
    left: 190px;
    top: -160px;
}
.widget_content_list.tiles-big.services .item.order_5 {
    right: 152px;
    top: -160px;
}
.widget_content_list.tiles-big.services .item.order_6 {
    right: -76px;
    top: -88px;
}
.widget_content_list.tiles-big.services .item.order_7 {
    /* right: -175px; */
    right: -162px;
    top: 165px;
}
.widget_content_list.tiles-big.services .item.order_8 {
    /* right: -35px; */
    right: -20px;
    top: 435px;
}

.widget_content_list.tiles-big.services .item {
    overflow: visible;
    position: absolute;
}
  @media (min-width: 1240px){
    .widget_content_list.tiles-big .item {
        width: 22%;
    }
  }
.widget_content_list.tiles-big .item {
    float: left;
    margin-bottom: 15px;
    /* width: 22%; */
    margin-right: 15px;
}


.widget_content_list.tiles-big.services .item.order_2 .info {
    left: -70px;
    top: -135px;
}
.widget_content_list.tiles-big.services .item.order_4 .info {
    left: -120px;
    top: -100px;
}
.widget_content_list.tiles-big.services .item.order_5 .info {
    left: -70px;
    top: -140px;
}
.widget_content_list.tiles-big.services .item.order_6 .info {
    left: -40px;
    top: -150px;
}
.widget_content_list.tiles-big.services .item.order_7 .info {
    left: 85px;
    top: -160px;
}
.widget_content_list.tiles-big.services .item.order_8 .info {
    left: 160px;
}

.widget_content_list.tiles-big.services .item .image {
    height: auto;
}

.widget_content_list.tiles-big .item .image {
    margin-bottom: 5px;
    clear: both;
    width: 100%;
    height: 500px;
}

.widget_content_list .item .image {
    float: left;
    margin-right: 10px;
}

.widget_content_list.tiles-big.services .item a {
    /* background-color: rgba(0, 0, 0, 0); */
    background-size: 100% auto;
    height: 147px;
    width: 145px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.widget_content_list.tiles-big .item .image a, .widget_content_list.tiles-big .item .image > div {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
}

.widget_content_list.tiles-big.services .info_print {
    display: none;
}
.widget_content_list.tiles-big .item .title {
    font-size: 14px;
    margin-top: 5px;
}
.widget_content_list.tiles-big .item .title {
    font-size: 14px;
}
.widget_content_list .item .title {
    font-size: 16px;
    margin-bottom: 3px;
}
.widget_content_list.tiles-big.services .item .title > a {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

.widget_content_list.tiles-big.services .item a {
    /* background-color: rgba(0, 0, 0, 0); */
    background-size: 100% auto;
    height: 147px;
    width: 145px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.widget_content_list.tiles-big .item .title a {
    color: #000;
    text-decoration: none;
}
.widget_content_list.tiles-big.services .item .teaser {
    font-size: 16px;
    font-style: italic;
}
.widget_content_list.tiles-big.services .item .info {
    left: -165px;
    position: absolute;
    top: -65px;
    width: 200px;
}

.more_div2 {
    text-align: center;
    /*display: none;*/
}

.services .service_more {
    color: #2eb6a2;
    display: none;
    font-size: 16px;
    text-decoration: underline;
}

.services .service_more2 {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
}

.more_link {
    color: #2eb6a2;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    text-decoration: underline;
    display: none!important;
}

.more_info {
    background: rgba(46, 182, 162, 0.8) none repeat scroll 0 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: none;
    margin-top: 5px auto;
    max-width: 320px;
    padding: 5px 10px;
    position: absolute;
    left: 0;
    right: 0;
}

.services .service_more:hover, .services .service_more2:hover, .more_link:hover {
    text-decoration: none;
}

@media (max-width: 1240px) {
    img.services_map {
        display: none!important;
    }
    .widget_content_list.tiles-big.services {
        position: static;
        width: auto;
    }
    .widget_content_list.tiles-big.services .item, .widget_content_list.tiles-big.services .item.order_3 {
        margin-right: 0;
        min-height: 255px;
        position: static;
        z-index: 1;
    }
    .widget_content_list.tiles-big .item .image {
        clear: both;
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .widget_content_list.tiles-big.services .item a {
        margin: 0 auto;
    }
    .widget_content_list.tiles-big .item .title {
        text-align: center;
    }
    .widget_content_list.tiles-big.services .item .info {
        display: none!important;
    }
    .widget_content_list.tiles-big.services .item .info_print {
        display: block!important;
        /*position: static;*/
        position: relative;
        margin: 0 auto;
    }
    .widget_content_list.tiles-big.services .item .teaser {
        font-style: normal;
        text-align: center;
        /*display: none;*/
    }
}

  @media (max-width: 400px){
    .widget_content_list.tiles-big.services .item, .widget_content_list.tiles-big.services .item.order_3 {
        min-height: 280px;
    }
  }

/*  */

.margin-auto {
  margin: 0 auto;
}

.float-none {
  float: none;
}

.icon-sprite {
  background: rgba(0, 0, 0, 0) url("../img/sprite.png") repeat scroll 0 0;
  display: block;
  height: 20px;
  width: 20px;
}
.address-ico.icon-sprite {
    background-position: left 576px;
}
.tel-ico.icon-sprite {
    background-position: -24px 576px;
    margin-top: 15px;
}
.email-ico.icon-sprite {
    background-position: 0 553px;
}

.skype-ico.icon-sprite {
    background-position: 0 504px;
    margin-top: 10px;
}

.fb-ico.icon-sprite {
    background-position: -23px 553px;
}
.insta-ico.icon-sprite {
    background-position: left 529px;
}
.email-ico2.icon-sprite {
    background-position: -24px 530px;
    margin-left: 21px;
}
.footer1 .media-body > a {
    color: #8e8e8e;
    line-height: 1.5;
}

.subscribe .input-group-btn {
    display: block;
    width: 292px;
}
  @media (max-width: 400px){
    .subscribe .input-group-btn {
      width: 260px;
    }
  }
  @media (max-width: 360px){
    .subscribe .input-group-btn {
      width: 220px;
    }
  }
  @media (max-width: 330px){
    .subscribe .input-group-btn {
      width: auto;
    }
  }

/*.subscr {
  padding-left: 7px;
}*/

/**/

#back-top{
  position:fixed;
  /* left:50%;
  margin-left:610px; */
  bottom: 10px;
  z-index: 10000;
  right: 10px;
}

#back-top a{
  display: block;
  text-align: center;
  font: 11px/100% Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  background: url("../img/ico/top.png") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
  height: 59px;
  width: 59px;
  /* width: 0;
  height: 0;
  border: 50px solid transparent;
  border-bottom-color: green;
  border-top: 0; */
  /* -webkit-transition:1s;
  -moz-transition:1s;
  transition:1s; */
  -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
  -webkit-transition-property: top, bottom;
    -webkit-transition-duration: 0.5s;
  opacity: 0.8;
  outline: none;
}

#back-top a:hover{
  position: relative;
  top: -1px;
  opacity:1;
}

#back-top a:active{
  position: relative;
  top: 1px;
}

/* callback form */

.write_form{
  line-height:100%;
}

/*.write_me {
    background: #fff none repeat scroll 0 0;
    -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
    box-shadow: 0 0 15px #777;
    margin: 0 auto;
    padding: 20px;
}*/

.write_me {
  background: #fff none repeat scroll 0 0;
    border: 6px solid #ff9c00;
    margin: 0 auto;
    padding: 20px 47px;
    /*display: table;*/
}

  @media (max-width: 600px){
    .write_me {
      padding: 20px 3%;
    }
  }

.write_me input {
    background: #fff none repeat scroll 0 0;
    margin: 0;
}

.wdg_write {
    display: none;
    left: 0;
    margin: auto;
    max-width: 525px;
    min-height: 420px;
    position: absolute;
    right: 0;
    top: -50%;
    width: auto;
    z-index: 10000;
}

@media (min-width: 992px){
  .wdg_write {
    /*position: fixed;*/
    /*top: 10vh!important;*/
  }
}

@media (max-width: 560px){
  .wdg_write {
    max-width: 95%;
    margin: auto;
  }
}

@media (max-width: 385px){
  .wdg_write {
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
  }
}


.form_title {
    color: #FF9C00;
    font-family: "MyriadProRegular",sans-serif;
    font-size: 32px;
    line-height: 32px;
    padding-bottom: 35px;
    padding-top: 20px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}


.button_pop, .open_form{
  width:50px;
  height:350px;
  border-top:solid 2px #1b5ca6;
  border-bottom:solid 2px #1b5ca6;    
  cursor:pointer;
}

#wdg_write_right .button_pop, #wdg_write_right .open_form{
  background:#4da51b url(../images/text_right.png)no-repeat center left;
  border-left:solid 2px #1b5ca6;
  border-radius:15px 0 0 15px;
  -webkit-border-radius:15px 0 0 15px;  
  -moz-border-radius:15px 0 0 15px; 
  -o-border-radius:15px 0 0 15px; 
  -ms-border-radius:15px 0 0 15px;
  width:50px;
  margin-left:-50px;
  float:left;
}

#wdg_write_left .button_pop, #wdg_write_left .open_form{
  background:#4da51b url(../images/text_right.png)no-repeat center right;
  border-right:solid 2px #1b5ca6;
  border-radius:0 15px 15px 0;
  -webkit-border-radius:0 15px 15px 0;
  -moz-border-radius:0 15px 15px 0;
  -o-border-radius:0 15px 15px 0;
  -ms-border-radius:0 15px 15px 0;
  width:50px;
  float:right;
  margin-right:-50px;
}

#wdg_write_right.form_visible{
  margin-right:0;
  transition:all 0.5s ease-out;
  -webkit-transition:all 0.5s ease-out;
  -moz-transition:all 0.5s ease-out;
  -o-transition:all 0.5s ease-out;
  -ms-transition:all 0.5s ease-out;
}

#wdg_write_left.form_visible{
  margin-left:0;
  transition:all 0.5s ease-out;
  -webkit-transition:all 0.5s ease-out;
  -moz-transition:all 0.5s ease-out;
  -o-transition:all 0.5s ease-out;
  -ms-transition:all 0.5s ease-out;
}

#layout .write_me input, #layout .write_me textarea{
    border: 2px solid #ff9c00;
    font-family: MyriadProRegular;
    height: 35px;
    margin: 5px 0 15px;
    padding: 5px 10px;
    font-size: 16px;
    -moz-box-sizing: padding-box;
    box-sizing: border-box;
    box-shadow: 3px 3px 0 #ccc;
}

#layout .write_me textarea{
    height: 90px;
    resize: none;
    padding-top: 10px;
    width: 100%;
}

#layout .write_me input:focus, #layout .write_me textarea:focus{
    border-bottom: 2px solid #ff9c00;
    box-shadow: 0 1px 0 0 #ff9c00;
    -webkit-box-shadow: 0 1px 0 0 #ff9c00;
    -moz-box-shadow: 0 1px 0 0 #ff9c00;
  /*border-bottom: 1px solid #26a69a;
    box-shadow: 0 1px 0 0 #26a69a;
    -webkit-box-shadow: 0 1px 0 0 #26a69a;
    -moz-box-shadow: 0 1px 0 0 #26a69a;*/
}

#layout .write_me input.btn_write{
    background: #ff9c00 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    display: table;
    font-size: 16px;
    font-weight: bold;
    margin: 30px auto 25px;
    padding: 5px 5px 5px 60px;
    position: relative;
    text-transform: uppercase;
    max-width: 315px;
    box-shadow: none;
}

#layout .write_me input.btn_write:hover{
  opacity: 0.7;
}

#layout .write_me .btn_write_wrap:active{
  top: 2px;
}

#layout .write_me input.btn_write::before {
    background: #333 none repeat scroll 0 0;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 1050000;
}

#layout .write_me label{
  font-size:10pt;
  font-weight:bold;
}

#layout .write_me input, #layout .wdg_write input {
    background: #fff none repeat scroll 0 0;
    -moz-box-sizing: padding-box;
    box-sizing: border-box;
    padding-left: 10px;
    width: 100%;
}

#layout .write_me input.error, #layout .write_me textarea.error{
    border: 2px solid red!important;
}

#layout .write_me input.error:focus, #layout .write_me textarea.error:focus{
    border-bottom: 2px solid red;
    box-shadow: 0 1px 0 0 red;
    -webkit-box-shadow: 0 1px 0 0 red;
    -moz-box-shadow: 0 1px 0 0 red;
}

.btn_write_wrap {
    position: relative;
}
.btn_write_wrap::before {
    background: rgba(0, 0, 0, 0) url("../img/ico/f_icons.png") no-repeat scroll left bottom;
    content: "";
    height: 29px;
    left: 28%;
    position: absolute;
    top: 0;
    width: 34px;
    z-index: 100;
}

  @media (max-width: 320px){
    .btn_write_wrap::before {
        left: 22%;
    }
  }

.write_me .close {
    background: rgba(0, 0, 0, 0) url("../img/ico/f_icons.png") no-repeat scroll left top;
    cursor: pointer;
    height: 19px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 19px;
}

.write_me .close:hover {
    opacity: 0.7;
}

.notice {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 2px #777;
    color: #53e113;
    display: block;
    left: 0;
    line-height: 1.5;
    margin: auto;
    padding: 20px;
    position: fixed;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: -100%;
    width: 300px;
    font-weight: bold;
    z-index: 10001;
    font-family: MyriadProRegular;
}

.loader {
    background-position: 51.5% 62px;
}
.loader, .notice_bg {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

#layout .write_me_order input {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    -moz-box-sizing: padding-box;
    box-sizing: border-box;
    color: #002762;
    font-size: 14px !important;
    height: 45px;
    margin-bottom: 0;
    padding-left: 40px;
    width: 100%;
    border: 1px solid #fff;
}

#layout .write_me_order .col-sm-3 {
    padding-left: 0;
    width: 27%;
}
#layout .write_me_order .col-sm-3:last-child {
    padding-right: 0;
    width: 19%;
}
#layout .write_me_order input.btn_write {
    background: #ff9c00 none repeat scroll 0 0;
    border: 1px solid #ff9c00;
    color: #fff;
    font-weight: bold;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

#layout .write_me_order input.btn_write:hover {
    opacity: 0.9;
}

