@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,800,700);
@import url(//fonts.googleapis.com/css?family=Allura);
@import "../css/animate.css";
/*========================================================
                    Main layout styles
=========================================================*/
body {
  overflow-x: hidden;
  font: 400 18px/30px 'Open Sans', sans-serif;
  color: #494949;
  background: #ffffff;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: underline;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h3 {
  font: normal 36px/72px 'Open Sans', sans-serif;
}
h3 a:hover {
  text-decoration: none;
  color: #3d3d3d;
}
@media (max-width: 767px) {
  h3 {
    line-height: 50px;
  }
}
h1 {
  font: normal 48px/30px 'Allura', sans-serif;
}
h2 {
  font: normal 72px/72px 'Open Sans', sans-serif;
}
@media (max-width: 767px) {
  h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 44px;
    line-height: 44px;
  }
}
h4 {
  font: normal 36px/44px 'Open Sans', sans-serif;
}
h5 a:hover {
  color: #e5573f;
}
a[data-gal] {
  display: block;
  position: relative;
}
a[data-gal] .first {
  width: 100%;
}
a[data-gal] .overlay {
  display: block;
  background: rgba(39, 39, 39, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a[data-gal] .hover {
  display: block;
  visibility: hidden;
  height: 30px;
  width: 31px;
  text-align: center;
  position: absolute !important;
  left: 50%;
  margin-left: -15px;
  top: 50%;
  margin-top: -15px !important;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
a[data-gal]:hover .overlay {
  background: rgba(39, 39, 39, 0.73);
}
a[data-gal]:hover .hover {
  visibility: visible;
}
.btn {
  display: inline-block;
  padding: 6px 66px 9px 59px;
  border-radius: 3px;
}
.btn:hover {
  text-decoration: none;
  background: #ffffff;
  color: #e5573f;
}
.btn2 {
  display: inline-block;
  padding: 8px 21px 7px 20px;
  border-radius: 3px;
}
.btn2:hover {
  text-decoration: none;
  background: #3d3d3d;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  padding: 14px 0 18px;
  background-color: #e5573f;
}
#header h1 a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  #header h1,
  #header nav {
    float: none;
    margin-bottom: 15px;
    text-align: center;
  }
}
/* Main menu styles
========================================================*/
.sf-menu {
  float: right;
  margin-top: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
  margin: 0 12px 0 11px;
  font: 600 21px/30px 'Open Sans', sans-serif;
}
.sf-menu > li > a {
  color: #ffffff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover {
  text-decoration: none;
  color: #3d3d3d;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li.last-child {
  margin-right: 0;
}
.sf-menu > li.current > a {
  color: #3d3d3d;
}
.sf-menu > li.sfHover > a {
  color: #3d3d3d;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: absolute;
  left: -27px;
  top: 48px;
  z-index: 8;
  background: #e5573f;
  padding: 11px 5px 12px 18px;
  font: normal 14px/30px 'Roboto', sans-serif;
  min-width: 145px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  font: 600 18px/30px 'Open Sans', sans-serif;
}
.sf-menu ul li a {
  color: #ffffff;
}
.sf-menu ul li a:hover {
  color: #3d3d3d;
  text-decoration: none;
}
.sf-menu ul li.sfHover > a {
  color: #3d3d3d;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  left: 146px;
  top: 0;
  min-width: 145px;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .mobile-menu-bg {
    background: #030303;
  }
  .select-menu {
    display: block;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    margin: 10px;
    padding: 0;
    height: 40px;
    background: #ffffff url(../images/select.png) 99% center no-repeat;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    font: normal 14px 'Open Sans', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #e5573f;
  padding: 14px 0 18px;
  z-index: 999;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  overflow: hidden;
  /*====WRAPPERS====*/
  /*====HEADERS======*/
  /*=====BOXES======*/
  /*====Blog box====*/
  /*====Quote box====*/
  /*====Markered-List====*/
}
#content .bg-content1 {
  background: url(../images/index_img-01.jpg) no-repeat;
}
#content .bg_4 {
  position: relative;
}
#content .bg_4:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 11px;
  background-color: #353535;
}
#content .circle {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 30px;
}
#content .marg_1 {
  margin: -1px 0 12px;
}
#content .wrap1 {
  margin-bottom: 117px;
}
#content .wrap2 {
  margin-bottom: 24px;
}
#content .wrap3 {
  margin-bottom: 49px;
}
#content .wrap4 {
  padding-bottom: 56px;
}
#content .wrap5 {
  margin-top: 23px;
}
#content .wrap6 {
  margin-bottom: 17px;
}
#content .wrap7 {
  margin-bottom: 47px;
}
#content .wrap8 {
  margin-bottom: 10px;
}
#content .wrap9 {
  margin-bottom: 42px;
}
#content .wrap10 {
  margin-bottom: 80px;
}
#content .wrap11 {
  margin-bottom: 76px;
}
#content .wrapper1 {
  padding: 70px 0 70px;
}
#content .heading_1 {
  margin: 106px 0 46px;
}
#content .heading_2 {
  margin: 28px 0 3px;
}
#content .heading_3 {
  margin: 23px 0 8px;
}
#content .heading_4 {
  margin: 80px 0 12px;
}
#content .heading_5 {
  margin: 25px 0 8px;
}
#content .heading_7 {
  margin: 37px 0 13px;
}
#content .heading_8 {
  margin: 88px 0 13px;
}
#content .heading_9 {
  margin: 37px 0 22px;
}
#content .heading_10 {
  margin: 50px 0 20px;
}
#content .heading_11 {
  margin: 50px 0 20px;
}
#content .heading_12 {
  margin-top: 25px;
}
#content .heading_13 {
  margin: 87px 0 14px;
}
#content .box {
  text-align: center;
}
#content .box p {
  padding: 0 100px;
}
@media (max-width: 767px) {
  #content .box p {
    padding: 0;
  }
}
#content .border-bottom {
  position: relative;
}
#content .border-bottom:before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 8px;
  background-color: #E5573F;
}
#content .border-bottom img {
  position: relative;
  margin-top: 3px;
}
#content .box2 img {
  margin-bottom: 17px;
}
#content .box2 h5 {
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  #content .box2 {
    margin-bottom: 20px;
  }
}
#content .box3 img {
  margin-top: 9px;
}
#content .box3 h5 {
  margin-bottom: 12px;
}
#content .box3 .caption {
  margin-left: 400px;
}
#content .box3 .btn2 {
  margin-top: 22px;
}
@media (max-width: 767px) {
  #content .box3 img {
    float: none;
    margin-bottom: 15px;
  }
  #content .box3 .caption {
    margin-left: 0;
  }
}
#content .box4 {
  margin-bottom: 31px;
}
#content .box4 .caption {
  margin-left: 138px;
}
#content .box4 .caption h5 {
  margin-bottom: 12px;
}
#content .box4 img {
  margin-top: 9px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #content .box4 img {
    float: none;
    margin-bottom: 15px;
  }
  #content .box4 .caption {
    margin-left: 0;
  }
}
#content .box5 {
  margin-bottom: 26px;
}
#content .box5 .circle {
  margin-top: 8px;
}
#content .box5 .circle:before {
  content: attr(data-number);
  position: absolute;
  left: 18px;
  top: 7px;
  width: 100%;
  height: 100%;
  font: normal 36px/44px 'Open Sans', sans-serif;
  color: #ffffff;
}
#content .box5 .caption {
  margin-left: 80px;
}
#content .box6 img {
  margin-bottom: 16px;
}
#content .box6 h5 {
  margin-bottom: 3px;
}
#content .box7 {
  margin-bottom: 40px;
}
#content .box7 .caption {
  padding: 16px 5px 32px 18px;
  border: 1px solid #e4e4e4;
  border-top: none;
}
#content .box7 .caption h5 {
  margin-bottom: 12px;
}
#content .blog-box {
  margin-bottom: 51px;
}
#content .blog-box h5 {
  margin-bottom: 3px;
}
#content .blog-box img {
  margin: 22px 0 16px;
}
#content .blog-box .btn2 {
  margin-top: 22px;
}
@media (max-width: 479px) {
  #content .blog-box .meta {
    font-size: 14px;
  }
  #content .blog-box .meta .date,
  #content .blog-box .meta .com {
    float: none;
  }
}
#content blockquote {
  margin-top: 22px;
  margin-bottom: 10px;
}
#content blockquote > p {
  position: relative;
  padding: 12px 5px 23px 18px;
  border-radius: 3px;
  margin-bottom: 10px;
}
#content blockquote > p:before {
  content: '';
  position: absolute;
  left: 36px;
  bottom: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 14px 0;
  border-color: transparent #f7f7f7 transparent transparent;
}
#content blockquote img {
  margin: 7px 0 8px;
  border-radius: 39px;
}
#content blockquote .meta {
  margin: 33px 0 8px;
  padding-left: 91px;
}
#content .owl-carousel .item {
  width: 370px;
}
@media (max-width: 479px) {
  #content .owl-carousel .item {
    width: 100%;
  }
  #content .owl-carousel .item img {
    width: 100%;
  }
}
#content .markered-list li {
  position: relative;
  padding-left: 20px;
}
#content .markered-list li:before {
  content: '\f105 ';
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  font-size: 19px;
  line-height: 28px;
  font-weight: 700;
  color: #e5573f;
}
#content .markered-list li + li {
  margin-top: 5px;
}
@media (max-width: 767px) {
  #content .markered-list {
    margin-bottom: 30px;
  }
}
#content .map {
  margin-top: 10px;
  width: 100%;
  height: 468px;
}
@media (max-width: 767px) {
  #content .map {
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  #content .map {
    height: 350px;
  }
}
#content address {
  margin-top: 12px;
}
#content dt {
  padding-right: 25px;
}
#content dt,
#content dd {
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #content dt {
    padding-right: 0;
  }
  #content dl,
  #content .mail {
    font-size: 15px;
  }
}
#content .mail {
  margin-bottom: 30px;
}
#content .mail a {
  text-decoration: underline;
}
#content .mail a:hover {
  color: #e5573f;
}
@media (min-width: 768px) and (max-width: 979px) {
  #content address,
  #content dl,
  #content .mail {
    font-size: 13px;
  }
  #content dt {
    padding-right: 0;
  }
}
#content .policy-box {
  margin-bottom: 23px;
}
#content .policy-box h5 {
  margin-bottom: 12px;
}
#content .policy-link {
  margin-top: 30px;
  text-decoration: underline;
}
#content .policy-link a:hover {
  color: #e5573f;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  text-align: center;
}
#footer.bg {
  background-color: #e5573f;
}
#footer .btn {
  padding: 7px 63px 8px 59px;
}
#footer .heading {
  line-height: 44px;
  padding: 40px 0 12px;
}
#footer form {
  margin: 23px 0 51px;
}
#footer .bg-footer {
  background: url(../images/index_img-08.jpg) no-repeat;
}
#footer .copyright {
  font: normal 12px/30px 'Open Sans', sans-serif;
  color: #3d3d3d;
}
@media (max-width: 479px) {
  #footer .copyright .vertical-line {
    display: none;
  }
  #footer .copyright a {
    display: block;
  }
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  border-radius: 5px;
  width: 59px;
  height: 59px;
  font-size: 30px;
  line-height: 52px;
  text-align: center;
  background: #e5573f;
  color: #fff;
  z-index: 20;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  background: #3d3d3d;
  color: #e5573f;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/* Stellar(parallaxBG) styles
========================================================*/
.stellar-block {
  position: relative;
  background-repeat: no-repeat;
  z-index: 8;
}
.desktop .stellar-block {
  background-attachment: fixed;
}
.stellar-section .first {
  background-image: url(../images/index_img-02.jpg);
  background-color: #3267ab;
  background-position: center center;
}
@media only screen and (max-width: 979px) {
  .stellar-section .first {
    background-image: url(../images/index_img-02_small.jpg);
    background-position: left 0%;
  }
}
#search1 {
  position: relative;
  margin-top: 32px;
}
#search1 .input_wrap {
  display: inline-block;
  box-sizing: border-box;
  padding: 7px 5px 6px 14px;
  border-radius: 3px;
  -webkit-appearance: none;
  background-color: #fff;
  width: 293px;
  height: 45px;
}
@media (max-width: 767px) {
  #search1 .input_wrap {
    margin-bottom: 10px;
    width: 100%;
  }
}
#search1 input {
  display: block;
  width: 100%;
  font: normal 18px/30px 'Open Sans', sans-serif;
  outline: none;
  background-color: transparent;
  border: none;
  overflow: hidden;
  margin: 0;
  color: #161616;
}
#search2 {
  position: relative;
  margin-top: 22px;
}
#search2 .input_wrap {
  display: block;
  box-sizing: border-box;
  line-height: 20px;
  padding: 9px 40px 9px 14px;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  -webkit-appearance: none;
  background: transparent;
}
#search2 input {
  display: block;
  width: 100%;
  font: normal 18px/30px 'Open Sans', sans-serif;
  line-height: 20px;
  outline: none;
  background-color: transparent;
  border: none;
  overflow: hidden;
  margin: 0;
  color: #161616;
}
#search2 a {
  position: absolute;
  right: 14px;
  top: 11px;
  cursor: pointer;
  font-size: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#search2 a:hover {
  color: #3d3d3d;
  text-decoration: none;
}
#subscribe-form {
  position: relative;
}
#subscribe-form label {
  display: inline-block;
  background: none;
  position: relative;
  width: 293px;
  outline: none;
  border-radius: 3px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#subscribe-form label input {
  display: block;
  background: transparent;
  width: 100%;
  font: normal 18px/30px 'Open Sans', sans-serif;
  padding: 7px 5px 8px 17px;
  color: #8c8c8c;
  outline: none;
  border: none;
  overflow: hidden;
  margin: 0;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #subscribe-form label {
    margin-bottom: 10px;
    width: 100%;
  }
}
#subscribe-form .error {
  position: absolute;
  right: 5px;
  font-size: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#subscribe-form .error {
  top: 0;
}
#subscribe-form .success {
  position: absolute;
  left: 50%;
  margin-left: -165px;
  bottom: -29px;
}
#subscribe-form .error {
  color: #3d3d3d;
  overflow: hidden;
  height: 0px;
}
#subscribe-form .success {
  display: none;
  color: #3d3d3d;
}
#subscribe-form label.invalid .error {
  height: 21px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .wrap12 {
    margin-bottom: 40px;
  }
}
/*Core variables and mixins*/
.rotate {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
/*============  Text  =============*/
.text_1 {
  font: 600 18px/30px 'Open Sans', sans-serif;
}
.text_2 {
  font: normal 30px/36px 'Open Sans', sans-serif;
}
.text_3 {
  font: normal 24px/36px 'Open Sans', sans-serif;
}
.text_4 {
  font: 800 14px/30px 'Open Sans', sans-serif;
}
.text_5 {
  font: 700 14px/12px 'Open Sans', sans-serif;
}
.center {
  text-align: center;
}
.up {
  text-transform: uppercase;
}
/*============  Colors  =============*/
.color_1 {
  color: #ffffff;
}
.color_2 {
  color: #e5573f;
}
.color_3 {
  color: #e74938;
}
.color_4 {
  color: #f7f7f7;
}
.color_5 {
  color: #3d3d3d;
}
.color_6 {
  color: #585858;
}
.color_7 {
  color: #666666;
}
/*============  Backgrounds  =============*/
.bg_1 {
  background: #ffffff;
}
.bg_2 {
  background: #e5573f;
}
.bg_3 {
  background: #f7f7f7;
}
.bg_4 {
  background: #3d3d3d;
}
/*============  Floats  =============*/
[class^='put-left'] {
  float: left;
}
[class^='put-right'] {
  float: right;
}
