@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: "Source Sans Pro", Arial, sans-serif;
  line-height: 1.8;
  font-size: 16px;
  background: #fff;
  color: #848484;
  font-weight: 300;
  overflow-x: hidden;
}
body.SM-offcanvas {
  overflow: hidden;
}

a {
  color: #FCC72C;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: none !important;
  color: #1C367D;
}

p, ul, ol {
  margin-bottom: 1.5em;
  font-size: 20px;
  color: #848484;
  font-family: "Source Sans Pro", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #5a5a5a;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

figure {
  margin-bottom: 2em;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #FCC72C;
}

::-moz-selection {
  color: #fcfcfc;
  background: #FCC72C;
}

::selection {
  color: #fcfcfc;
  background: #FCC72C;
}

#SM-header {
  position: relative;
  margin-bottom: 0;
  z-index: 9999999;
}

.top {
  background-color: #353535;
  opacity: 70%;
  height: 2em;
  vertical-align: middle;
}
@media screen and (min-width: 780px) {
  #SM-header .top {
    height: 2em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
.top {
    text-align: center;
  }
}
.top a {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 480px) {
.top a {
    float: left;
  }
}
.top a i {
  font-size: 20px;
  line-height: 0;
  position: relative;
  top: 1px;
  padding-right: 7px;
  font-style: normal;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.top a:hover {
  color: white;
  text-decoration: underline;
}

.SM-cover,
.SM-hero {
  position: relative;
  height:100vh;
}
@media screen and (max-width: 768px) {
  .SM-cover,
  .SM-hero {
    height: 700px;
  }
}
/* .SM-cover.SM-hero-2,
.SM-hero.SM-hero-2 {
  height: 600px;
} */

#phonetop{
 background: rgba(0, 0, 0, 0.56);
 width: 100%;
 padding: 0.1em;
 font-weight: 500;
}
#phonetop p{
  text-align: center;
  margin: 0;
  font-size: 1.5em;
  color:#fff;
 }
 #phonetop .smaller {
   font-size: 1em;
 }
.SM-cover.SM-hero-2 .SM-overlay,
.SM-hero.SM-hero-2 .SM-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(66, 64, 64, 0.02);
}

.SM-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(66, 64, 64, 0.2);
}

.SM-cover {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100% !important;
}
@media screen and (max-width: 768px) {
  .SM-cover {
    height: inherit;
    padding: 3em 0;
    min-height: 100%;
  }
}
.SM-cover .btn {
  padding: 1em 5em;
  opacity: .95;
}
.SM-cover .btn:hover {
 color: #212121;
 font-weight: bold;
}
.SM-cover.SM-cover_2 {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .SM-cover.SM-cover_2 {
    heifght: inherit;
    padding: 3em 0;
  }
}
.SM-cover .desc {
  top: 30%;
  position: absolute;
  width: 100%;
  z-index: 2;
  color: #FFFFFF;
  text-align: center;
  padding-left: 45px;
  background: rgba(38, 37, 37, 0.15);
}

@media screen and (max-width: 768px) {
  .SM-cover .desc {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.SM-cover .desc h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;
  margin-bottom: 10px;
  text-align: left;
  font-weight: bold;
  -webkit-text-stroke: 0.5px #212121;
}
@media screen and (max-width: 768px) {
  .SM-cover .desc h2 {
    font-size: 40px;
  }
}
.SM-cover .desc span {
  color: #fff;
  display: block;
  margin-bottom: 30px;
  font-size: 28px;
  letter-spacing: 1px;
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .SM-cover .desc span {
    display: block;
    margin-bottom: 30px;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
  }
}
.SM-cover .desc span a {
  color: #fff;
}
.SM-cover .desc span a:hover, .SM-cover .desc span a:focus {
  color: #fff !important;
}
.SM-cover .desc span a:hover.btn, .SM-cover .desc span a:focus.btn {
  border: 2px solid #fff !important;
  background: transparent !important;
}
.SM-cover .desc span a.SM-site-name {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* Superfish Override Menu */
.sf-menu {
  margin: 0 !important;
}

.sf-menu {
  float: right;
}

.sf-menu ul {
  box-shadow: none;
  border: transparent;
  min-width: 10em;
  *width: 10em;
}

.sf-menu a {
  color: rgb(255, 255, 255);
  font-weight: normal;
  border-left: none;
  border-top: none;
  border-top: none;
  text-decoration: none;
  zoom: 1;
  font-size: 20px;
  border-bottom: none !important;
}

#SM-primary-menu  li a {
background: rgba(25, 79, 135, 0.72);
border-radius: 100px;
margin: 0px 5px;
height: 2em;
background-position: center;
}
.homelogostars{
  background: none !important;
}

.sf-menu a:hover, .sf-menu a:focus {
  color: #143c65 !important;
}

.sf-menu li.active a:hover, .sf-menu li.active a:focus {
  color: #143c65;
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: transparent;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
  text-transform: none;
  /* padding: 0.25em 1em !important; */
  letter-spacing: 1px;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
  color: #143c65;
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  background: transparent;
}

.sf-menu ul li {
  background: transparent;
}

.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #ccc;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #ccc;
}

#SM-header-section {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.nav-header {
  position: relative;
  float: left;
  width: 100%;
}

#SM-logo {
  width: 18%;
  position: relative;
  z-index: 2;
  margin-top: 15px;
  float: left;
}
#SM-logo span {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #SM-logo {
    width: 30%;
    float: left;
    text-align: center;
  }
}
@media screen and (max-width: 414px) {
  #SM-logo {
    width: 40%;
  }
}
#SM-logo a {
  color: #fff;
}
#SM-logo a:hover, #SM-logo a:focus {
  color: #fff !important;
}

#SM-menu-wrap {
  position: relative;
  z-index: 2;
  display: block;
  float: right;
  margin-top: 22px;
}
#SM-menu-wrap .sf-menu a {
  padding: 0em .75em;
}

#SM-primary-menu > li > ul li.active > a {
  color: #FCC72C !important;
}
#SM-primary-menu > li > .sf-with-ul:after {
  border: none !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: -5px;
  top: 50%;
  margin-top: -7px;
  content: "\e922";
  color: rgba(255, 255, 255, 0.5);
}
#SM-primary-menu > li > ul li {
  position: relative;
}
#SM-primary-menu > li > ul li > .sf-with-ul:after {
  border: none !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 10px;
  top: 20px;
  font-size: 16px;
  content: "\e924";
  color: rgba(0, 0, 0, 0.5);
}









.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}
.site-header.has-image #primary-menu .sub-menu:before {
  display: none;
}




#SM-services-section,
#SM-content-section,
#SM-slider,
#SM-contact-mobile,
#SM-testimonial {
  padding: 3em 0;
}
@media screen and (max-width: 768px) {
  #SM-services-section,
  #SM-content-section,
  #SM-slider {
    padding: 4em 0;
  }
}

.SM-section-gray {
  background: rgba(0, 0, 0, 0.04);
}

.heading-section {
  padding-bottom: 1em;
  margin-bottom: 5em;
}
.heading-section:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  height: 2px;
  background: #FCC72C;
}
.heading-section h3 {
  font-size: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
}

.SM-grid {
  height: 302px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
@media screen and (max-width: 480px) {
  .SM-grid {
    height: 400px;
  }
}
.SM-grid .image-popup {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.SM-grid .image-popup .prod-title {
  position: absolute;
  top: 50%;
  bottom: 20px;
  left: 20px;
  right: 20px;
  margin-top: -25px;
}
.SM-grid .image-popup .prod-title h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
}
.SM-grid .image-popup .prod-title span {
  color: #fff;
}
.SM-grid:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.SM-grid:hover .image-popup {
  opacity: 1;
}

.services {
  margin-bottom: 0em;
  /* margin-left: 10px;
  margin-right: 10px; */
  text-align: center;
  padding: 2em;
  margin-bottom: 30px;
  position: relative;
  background: #FAFAFA;
  border: 1px solid rgba(38, 50, 90, 0.66);
  -webkit-box-shadow: 0px 22px 68px -9px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 22px 68px -9px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 22px 68px -9px rgba(0, 0, 0, 0.15);
  bottom: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.services span {
  margin-bottom: 30px;
  display: block;
  width: 100%;
}
.services span i {
  font-size: 50px;
  color: #fcc72c;
}
.services h3 {
  font-size: 20px;
  font-weight: 600;
}

#SM-services, #SM-about, #SM-contact {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #SM-services, #SM-about, #SM-contact {
    padding: 4em 0;
  }
}

#SM-services .SM-number {
  font-size: 30px;
  color: #1fb5f6;
  position: relative;
  padding-top: 10px;
  font-style: italic;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#SM-services .SM-number:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  background: #1fb5f6;
}
#SM-services .SM-icon {
  margin-bottom: 30px;
  margin-top: 50px;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
@media screen and (max-width: 768px) {
  #SM-services .SM-icon {
    margin-top: 0px;
    float: none;
  }
}
#SM-services .SM-icon i {
  font-size: 200px;
  color: #FCC72C;
}
@media screen and (max-width: 768px) {
  #SM-services .SM-icon i {
    font-size: 100px;
  }
}

#SM-contact .contact-info {
  margin: 0;
  padding: 0;
}
#SM-contact .contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
#SM-contact .contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.3);
}
#SM-contact .contact-info li a {
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.3);
}
#SM-contact .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
#SM-contact .form-control:focus, #SM-contact .form-control:active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#SM-contact input[type="text"] {
  height: 50px;
}
#SM-contact .form-group {
  margin-bottom: 30px;
}

.SM-testimonial {
  position: relative;
  background: #fff;
  padding: 4em 0;
  border-radius: 5px;
  -webkit-box-shadow: 0px 18px 88px -22px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: 0px 18px 88px -22px rgba(0, 0, 0, 0.58);
  box-shadow: 0px 18px 88px -22px rgba(0, 0, 0, 0.58);
}
@media screen and (max-width: 768px) {
  .SM-testimonial {
    border-right: 0;
    margin-bottom: 80px;
  }
}
.SM-testimonial h2 {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 50px;
}
.SM-testimonial figure {
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -44px;
  margin-bottom: 20px;
  background-size: cover;
}
.SM-testimonial figure img {
  width: 88px;
  height: 88px;
  border: 10px solid #fff;
  background-size: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.SM-testimonial blockquote {
  border: none;
  margin-bottom: 20px;
}
.SM-testimonial blockquote p {
  font-style: italic;
  font-size: 26px;
  line-height: 1.6em;
  color: #555555;
}
.SM-testimonial span {
  font-style: italic;
}

.SM-blog {
  margin-bottom: 60px;
}
.SM-blog a img {
  margin-bottom: 30px;
  width: 100%;
  height: 300px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
@media screen and (max-width: 768px) {
  .SM-blog {
    width: 100%;
  }
}
.SM-blog .image-popup {
  opacity: 1;
}
.SM-blog .image-popup span {
  display: inline-block;
  margin-bottom: 20px;
}
.SM-blog .image-popup span.posted_by {
  font-style: italic;
  color: rgba(0, 0, 0, 0.3);
  font-size: 18px;
}
.SM-blog .image-popup span.comment {
  float: right;
}
.SM-blog .image-popup span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.SM-blog .image-popup span.comment a i {
  color: #FCC72C;
  padding-left: 7px;
}
.SM-blog .image-popup h3 {
  font-size: 26px;
  margin-bottom: 20px;
}
.SM-blog .image-popup h3 a {
  color: rgba(0, 0, 0, 0.6);
}

#SM-start-project-section {
  padding: 7em 0;
  background: #F64E8B;
}
#SM-start-project-section h2 {
  color: white;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #SM-start-project-section h2 {
    font-size: 30px;
  }
}
#SM-start-project-section a:hover, #SM-start-project-section a:focus, #SM-start-project-section a:active {
  color: white !important;
}

#map {
  width: 90%;
  height: 13em;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

.SM-social-icons > a {
  padding: 4px 10px;
  color: #FCC72C;
}
.SM-social-icons > a i {
  font-size: 26px;
}
.SM-social-icons > a:hover, .SM-social-icons > a:focus, .SM-social-icons > a:active {
  text-decoration: none;
  color: #5a5a5a;
}

#footer {
  background: #222831;
  padding: 60px 0 40px;
}
#footer p {
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
}
#footer p a {
  color: rgba(255, 255, 255, 0.5);
}

#footer a {
  color: rgba(255, 255, 255, 0.8);
}
#footer a:hover {
  color: #fff !important;
  text-decoration: underline;
}


#footer .section-title {
  font-size: 22px;
  color: #fff;
  position: relative;
  padding-bottom: 20px;
}
#footer .copy-right {
  position: relative;
  padding-top: 20px;
  margin-top: 40px;
}
#footer .copy-right > a {
  color: rgba(255, 255, 255, 0.8);
}
#footer .contact-info {
  margin: 0 0 60px 0;
  padding: 0;
}
#footer .contact-info li {
  font-size: 16px;
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
#footer .contact-info li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
  color: #94b440;
}
#footer .copyright {
  padding-top: 5em;
}
#footer .copyright .block {
  display: block;
}
#footer .social-media {
  margin: 0 0 30px 0;
  padding: 0;
}
#footer .social-media li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 24px;
  margin-right: 10px;
}
#footer .social-media li a {
  color: #94b440;
}
#footer .social-media li a:hover, #SM-footer .social-media li a:focus, #SM-footer .social-media li a:active {
  text-decoration: none;
}
#footer .social-media li a i {
  font-size: 38px;
}
#footer .contact-form .form-group input[type="name"],
#footer .contact-form .form-group input[type="text"],
#footer .contact-form .form-group input[type="email"],
#footer .contact-form .form-group textarea {
  font-size: 16px;
}
#footer .contact-form .form-group input[type="name"]::-webkit-input-placeholder,
#footer .contact-form .form-group input[type="text"]::-webkit-input-placeholder,
#footer .contact-form .form-group input[type="email"]::-webkit-input-placeholder,
#footer .contact-form .form-group textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .contact-form .form-group input[type="name"]:-moz-placeholder,
#footer .contact-form .form-group input[type="text"]:-moz-placeholder,
#footer .contact-form .form-group input[type="email"]:-moz-placeholder,
#footer .contact-form .form-group textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
}
#footer .contact-form .form-group input[type="name"]::-moz-placeholder,
#footer .contact-form .form-group input[type="text"]::-moz-placeholder,
#footer .contact-form .form-group input[type="email"]::-moz-placeholder,
#footer .contact-form .form-group textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}
#footer .contact-form .form-group input[type="name"]:-ms-input-placeholder,
#footer .contact-form .form-group input[type="text"]:-ms-input-placeholder,
#footer .contact-form .form-group input[type="email"]:-ms-input-placeholder,
#footer .contact-form .form-group textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .contact-form .form-group input {
  color: #fff;
  background: transparent;
  border: none;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: none;
}
#footer .contact-form .form-group textarea {
  color: #fff;
  background: transparent;
  border: none;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: none;
}
#footer #btn-submit {
  color: rgba(255, 255, 255, 0.9) !important;
  background: #94b440 !important;
}



.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.03s;
}
.btn .btn-primary {
  background: #FCC72C !important;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #FCC72C;
  color: #fff !important;
}
.btn:hover, .btn:active, .btn:focus {
  background:rgba(33, 33, 33, 0.07) !important;
  color: #fff;
  outline: none !important;
  border: 2px solid rgba(86, 84, 84, 0.96) !important;
}
.btnmain{
  position: relative;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}

.btnblue {
 background: #1D4A72;
}
.btngreen {
  background: #A5C32F;
}
@media screen and (min-width: 768px) {
  .btngreen {
    background: #1D4A72;
    float: left;
  }
}
.btnorange {
  background: #FCC72C;
  color: #fff;
 }

.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

.js .animate-box {
  opacity: 0;
}

#SM-wrapper {
  overflow-x: hidden;
  position: relative;
}

.SM-offcanvas {
  overflow: hidden;
}
.SM-offcanvas #SM-wrapper {
  overflow: hidden !important;
}

#SM-page {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.SM-offcanvas #SM-page {
  -moz-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  transform: translateX(-240px);
}

@media screen and (max-width: 768px) {
  #SM-menu-wrap {
    display: none;
  }
}

#offcanvas-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99;
  background: #222;
  right: -240px;
  width: 240px;
  padding: 20px;
  overflow-y: scroll !important;
}
#offcanvas-menu ul {
  padding: 0;
  margin: 0;
}
#offcanvas-menu ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#offcanvas-menu ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
}
#offcanvas-menu ul li a:hover {
  color: #FCC72C;
}

#offcanvas-menu ul li.active > a {
  color: #FCC72C;
}


.SM-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.SM-nav-toggle.active i::before, .SM-nav-toggle.active i::after {
  background: #fff;
}
.SM-nav-toggle.dark.active i::before, .SM-nav-toggle.dark.active i::after {
  background: #fff;
}
.SM-nav-toggle:hover, .SM-nav-toggle:focus, .SM-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.SM-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.SM-nav-toggle i::before, .SM-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 20;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.SM-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.SM-nav-toggle.dark i::before, .SM-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.SM-nav-toggle i::before {
  top: -7px;
}

.SM-nav-toggle i::after {
  bottom: -7px;
}

.SM-nav-toggle:hover i::before {
  top: -10px;
}

.SM-nav-toggle:hover i::after {
  bottom: -10px;
}

.SM-nav-toggle.active i {
  background: transparent;
}

.SM-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.SM-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.SM-nav-toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .SM-nav-toggle {
    display: block;
    top: 60px;
    margin-top: 2em;
    color: white;
    font-weight: bold;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-top-padded-lg {
  padding-top: 7em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-lg {
    padding-top: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-top-padded-md {
  padding-top: 4em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-md {
    padding-top: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.row-top-padded-sm {
  padding-top: 2em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-sm {
    padding-top: 2em;
  }
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lead {
  line-height: 1.8;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.SM-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/hourglass.svg) center no-repeat #222222;
}

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

/* gotop */

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

/* gotopend */




#SM-slider {
  background: #143c65;
}
#SM-slider .heading h3{
  color: #fff;
  font-size: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
}
#SM-slider .heading p {
  font-style: 22px;
}
#SM-hero3 {
  height: 500px !important;
  background: url(../images/loader.gif) no-repeat center center;
}
#SM-hero3 .btn {
  font-size: 24px;
}
#SM-hero3 .btn.btn-primary {
  padding: 14px 30px !important;
}
#SM-hero3 .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#SM-hero3 .flexslider .slides {
  position: relative;
}
#SM-hero3 .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 600px !important;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#SM-hero3 .flexslider .flex-control-nav {
  top: -30px !important;
  z-index: 1000;
  right: 0;
  float: right;
  width: auto;
}
#SM-hero3 .flexslider .flex-control-nav li {
  margin-bottom: 10px;
}
#SM-hero3 .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.3);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#SM-hero3 .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: transparent;
  border: 1px solid #fff;
}
#SM-hero3 .flexslider .flex-direction-nav {
  display: none;
}
#SM-hero3 .flexslider .slider-text-bg .desc {
  margin-top: 9em;
  padding: 2em;
  background: rgba(226, 225, 219, 0.95);
  -webkit-box-shadow: 0px 21px 24px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 21px 24px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 21px 24px 0px rgba(0, 0, 0, 0.13);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #SM-hero3 .flexslider .slider-text-bg .desc p {
    display: none;
  }
}
#SM-hero3 .flexslider .slider-text,
#SM-hero3 .flexslider .slider-text-bg {
  display: table;
  opacity: 0;
  height: 600px;
  z-index: 9;
}
#SM-hero3 .flexslider .slider-text > .slider-text-inner,
#SM-hero3 .flexslider .slider-text-bg > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 500px;
}


.form-wrap .tab-content {
  z-index: 10;
  position: relative;
  clear: both;
  background: rgba(255, 255, 255, 0.70);
  padding: 30px;
}

.form-wrap {
  border-top: 10px solid #09C6AB;
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

.form-wrap .tab-content .tab-content-inner {
  display: none;
}
.form-wrap .tab-content .tab-content-inner.active {
  display: block;
}

.form-wrap .tab-menu {
  padding: 0 !important;
  margin: 0 0 -10px 0 !important;
  width: 100%;
  float: left;
  z-index: 12;
  position: relative;
}
.form-wrap .tab-menu li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
  float: left;
  width: 50%;
  text-align: center;
}
.form-wrap .tab-menu li a {
  padding: 10px 20px 20px 20px;
  float: left;
  width: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  color: #1a1a1a;
}
.form-wrap .tab-menu li a:hover {
  color: #1a1a1a;
}
.form-wrap .tab-menu li.active a {
  display: block;
  padding: 10px 20px 20px 20px;
  background: #fff;
  color: #94b440;
}
.form-wrap .tab-menu li.SM-first a {
  border-top-left-radius: 7px;
}
.form-wrap .tab-menu li.SM-second a {
  border-top-right-radius: 7px;
}

.form-wrap .tab-content .tab-content-inner {
  display: none;
}
.form-wrap .tab-content .tab-content-inner.active {
  display: block;
}




#SM-features {
  padding: 5em 0;
  background: rgba(0, 0, 0, 0.02); }

.SM-feature-border {
  border-right: 1px solid #e9e9e9; }

.SM-feature {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9; }
.SM-feature.no-border {
  border-bottom: none; }
@media screen and (max-width: 768px) {
  .SM-feature.no-border {
    border-bottom: 1px solid #e9e9e9; } }

.SM-feature .SM-feature-icon, .SM-feature .SM-feature-text {
  float: left; }
.SM-feature .SM-feature-icon {
  margin-right: 30px; }
@media screen and (max-width: 768px) {
  .SM-feature .SM-feature-icon {
    margin-right: 10px;
    margin-top: 10px; } }
.SM-feature .SM-feature-icon i {
  font-size: 50px;
  color: #143c65; }
@media screen and (max-width: 768px) {
  .SM-feature .SM-feature-icon i {
    font-size: 50px;
    margin-top: 10px; } }
.SM-feature .SM-feature-text {
  width: 50%; }
@media screen and (max-width: 768px) {
  .SM-feature .SM-feature-text {
    width: 70%; } }



    .hoverbox:hover {
      /* border: 1px solid #FCC72C; */
      box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.77), 0 0 20px rgba(255, 255, 255, .2);
      outline-color: rgba(255, 255, 255, 0);
      outline-offset: 5px;
      text-shadow: 1px 1px 1px rgba(175, 189, 194, 0.21);
      /* border: 2px solid rgba(213, 45, 45, 0.80); */
      outline: 3px solid #53DE28;
    }

    #homestars {
      width: 50%;
    }

  

    @media (max-width: 660px) {
    
      .widescreen {
      display: none;
    }
    .mobile {
      display: block;
    }
  }
  @media (min-width: 660px) {
    
      .widescreen {
      display: block;
    }
    .mobile {
      display: none;
    }
  }


    #SM-clients {
      padding: 3em 0;
      background: #94b440; }
    #SM-clients .SM-client-logo {
      text-align: center;
      margin-bottom: 0; }
    @media screen and (max-width: 992px) {
      #SM-clients .SM-client-logo {
        margin-bottom: 30px; } }
        #SM-clients .SM-client-logo {
          text-align: center;
          margin-bottom: 0; }
        @media screen and (max-width: 992px) {
          #SM-clients .SM-client-logo {
            margin-bottom: 30px; } }
        
    .img-responsive {
      display: block;
      max-width: 100%;
      height: auto; }


      @media screen and (min-width: 768px) {
      .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
        display: none !important; }
      }

      @media (max-width: 767px) {
        .visible-xs-block {
          display: block !important; }
        }



#contact-sidebar {
  z-index: 5;
  padding: 0 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.81);
  position: absolute;
  top: -50px;
  left: 860px;
}

form#contact input,
form#contact input[type="text"],
form#contact input[type="url"], 
form#contact input[type="email"],
form#contact input[type="tel"],
form#contact input[type="number"],
form#contact textarea,
form#contact select {
  font-size: 12px;
  line-height: 25px;
  height: 25px;
  display: block;
  clear: both;
  padding-left: 8px;
  width: 260px;
  margin: 8px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -khtml-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  letter-spacing: 0.04em;
  border-width: 0.5px;
  border-style: solid;
  background-color: rgb( 255, 255, 255 );

}

form#contact select {
  padding-left: 0;
}

form#contact textarea {
  height: 75px;
  max-height: 80px;
  max-width: 260px;
  margin-top: 5px;
}

form#contact #submit {
  border-radius: 4px;
  width: 180px;
  cursor: pointer;
  color: white;
  height: 60px;
  padding: 20px;
  background-color: #75C32C;
  font-size: 30px;
  color: rgb( 255, 255, 255 );
  text-transform: uppercase;
  line-height: 0.667;
  text-align: center;
  margin: 10px auto;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

form#contact #submit:hover {
  background: #5e9904;
}

form#contact #submit:active {
  -webkit-box-shadow:inset 0px 0px 5px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:inset    0px 0px 5px rgba(50, 50, 50, 0.75);
  -o-box-shadow:inset      0px 0px 5px rgba(50, 50, 50, 0.75);
  -ms-box-shadow:inset     0px 0px 5px rgba(50, 50, 50, 0.75);
  box-shadow:inset         0px 0px 5px rgba(50, 50, 50, 0.75);
}

#comments-area,
#comments-area-2 {
  display: none !important;
}

form#contact input.error {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

form#contact label.error {
  font-size: 12px;
  color: red;
}

#contact-success {
  padding-top: 15px;
  text-align: center;
  display: none;
}
#contact p {
  margin-bottom: 0;
  margin: 0;
  text-align: center;
  padding: -1px;
  line-height: 1em;
  color: #191919;
}
#contact .phoneicon {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}
#contact .icon-phone {
  font-weight: bold;
}

/* Custom Fields
---------------------------- */
form#contact input[type="tel"] {
  width: 200px;
}

form#contact input[type="email"] {
  width: 200px;
  margin-bottom: 25px;
}

form#contact input[name="movingdate"] {
  width: 130px;
}

form#contact input[name="bedrooms"] {
  width: 150px;
}

form#contact input[name="housetype"] {
  width: 180px;
}

form#contact input[type="date"] {
  width: 150px;
}
/* /Custom Fields
---------------------------- */

#contact h3,
#contact-success h3 {
  font-size: 1.8em;
  font-style: italic;
  font-weight: bold;
  color: rgba(23, 49, 100, 0.77);
  line-height: 2;
  text-align: center;
  position: relative;
  -moz-transform: matrix( 1.183883805374,0,0,1.18486871384068,0,0);
  -webkit-transform: matrix( 1.183883805374,0,0,1.18486871384068,0,0);
  -ms-transform: matrix( 1.183883805374,0,0,1.18486871384068,0,0);
  z-index: 40;
  margin: 0;
}

#contact-success h2 {
  margin-bottom: 15px;
  margin-left: 0;
}

#contact-success p {
  color: black;
  margin-bottom: 20px;
}

.start_moving {
  /* background-image: url(/images/start_moving.png); */
  display: block;
  position: absolute;
  z-index: 163;
  width: 89px;
  height: 81px;
}
.phonenumber {
  position: absolute;
  display: block;
  top: 80px;
  left: 650px;
  font-size: 1.6em;
  text-align: left;
  line-height: 1em;

}
.phonenumber p {
  padding: 0;
  margin: 0;
  font-weight: normal;
  color: #212121;
}
.phoneicon {
  font-size: 2.5rem;
  font-weight: bold !important;
  color: #1D4A72 !important;
}
#phoneiconshake {
  width: 10%;
  float: left;
}



.SM-container {
  max-width: 1140px;
  position: relative;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.SM-container .heading-section h3{
 color: white;
}

#SM-testimonial {
  background: #143c65;
  color: #fff;
}

#SM-testimonial .testimony-slide {
  text-align: center;
}
#SM-testimonial .testimony-slide span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: block;
  color: white;
}
#SM-testimonial .testimony-slide figure {
  margin-bottom: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#SM-testimonial .testimony-slide figure img {
  width: 200px;
}
#SM-testimonial .testimony-slide blockquote {
  border: none;
  margin: 30px auto;
  width: 50%;
  position: relative;
  padding: 0;
}
#SM-testimonial .testimony-slide blockquote h3 {
 color: white;
}
@media screen and (max-width: 992px) {
  #SM-testimonial .testimony-slide blockquote {
    width: 100%;
  }
}
#SM-testimonial .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}
#SM-testimonial .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}
#SM-testimonial .arrow-thumb a:hover, #SM-testimonial .arrow-thumb a:focus, #SM-testimonial .arrow-thumb a:active {
  text-decoration: none;
}


.owl-carousel .owl-controls .owl-dot span {
  background: #e6e6e6;
}
.owl-carousel .owl-controls .owl-dot span:hover, .owl-carousel .owl-controls .owl-dot span:focus {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot:hover span, .owl-carousel .owl-controls .owl-dot:focus span {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot.active span {
  background: transparent;
  border: 2px solid #51D354;
}
#SM-contact-mobile .form-group{
  margin-bottom: 10px;
}
#SM-contact-mobile .form-group .form-control {
  margin-bottom: 20px;
}