@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(animate.css);
@import url(touchTouch.css);
@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(//fonts.googleapis.com/css?family=Asap:400,700,700italic);
@import url(//fonts.googleapis.com/css?family=Roboto:400,700);

.fix-element,
.fix-element * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  min-width: 300px;
  background-color: #25a3d1;
  color: #1d81a6;
  font: 16px/24px Lato, Arial, sans-serif;
}
html,
body {
  backface-visibility: hidden !important;
}
html {
  overflow-scrolling: auto !important;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  float: left;
}
h1 img {
  max-width: inherit;
}
h2 {
  position: relative;
  font: bold 72px/72px Asap, Arial, sans-serif;
  font-style: italic;
  /*color: #1d81a6;*/
  color: #32a4d8;
  margin-top: 94px;
  padding-bottom: 7px;
}
h2:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 370px;
  max-width: 100%;
  height: 1px;
  left: 50%;
  margin-left: -185px;
  bottom: 0;
  background: #1d81a6;
}
h3 {
  position: relative;
  font: bold 30px/30px Asap, Arial, sans-serif;
  /*color: #1d81a6;*/
  color: #32a4d8;
  margin-top: 28px;
  padding-bottom: 14px;
}
h3:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 170px;
  max-width: 100%;
  height: 1px;
  left: 50%;
  margin-left: -85px;
  bottom: 0;
  background: #1d81a6;
}

h3.left-0:before {
  left: 0;
  margin-left: 0;
}

h3.right-0:before {
  right: 0;
}

h4 {
  position: relative;
  font: 24px/30px Asap, Arial, sans-serif;
  /*color: #1d81a6;*/
  color: #32a4d8;
  margin-top: 26px;
  padding-bottom: 16px;
  margin-bottom: -10px;
}
h4:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 170px;
  max-width: 100%;
  height: 1px;
  left: 50%;
  margin-left: -85px;
  bottom: 0;
  background: #1d81a6;
}

.wbtn-150 {
  width: 150px !important;
}

.fa-width {
  font-size: 68px;
}

.color-yellow i {
  color: #f39c12 !important;
  margin-right: 10px;
}

.pnl-google {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 100%;
}

.color-white {
  color: #ffffff;
}

h2.color-white:before {
  background: #ffffff;
}

.content-load-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/gallery-loader-list.gif) #fff 50% 50% no-repeat;
  z-index: 1000;
  overflow: hidden;
}
.top_section {
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
  padding: 10px 0 7px;
}
.left_txt {
  float: left;
  padding-left: 24px;
}
#header {
  background-color: #25a3d1;
  padding: 0;
  position: relative;
  z-index: 100;
}
#header:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100%;
  height: 16px;
  left: 0;
  bottom: -16px;
  z-index: -1;
  background: url(../images/shadow1.png) repeat-x 0 0;
}
nav {
  margin-top: 0;
  float: right;
}
.sf-menu {
  float: right;
}
.sf-menu > li {
  float: left;
  position: relative;
}
.sf-menu > li > a {
  display: inline-block;
  padding: 2px 10px;
  font: 18px/94px Roboto, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover {
  color: #fff;
  background-color: #8ab317;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li > a.sf-with-ul:after {
  content: "";
  position: absolute;
  width: 5px;
  bottom: 10px;
  left: 50%;
  pointer-events: none;
  z-index: 999;
  width: 0;
  height: 0;
}
.sf-menu > li > a strong {
  width: 0%;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  opacity: 0;
}
.sf-menu > li.current > a {
  color: #e78024;
}
.sf-menu > li.current > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li.sfHover > a {
  color: #fff;
}
.sf-menu > li.sfHover > a strong {
  width: 100%;
  opacity: 1;
}
.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;
}
.sf-menu ul {
  position: absolute;
  top: 95px;
  left: 0;
  background: #616161;
  padding: 25px 0 25px;
  width: 235px;
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
  text-align: left;
  text-indent: 30px;
  line-height: 30px;
}
.sf-menu ul li a {
  font: 300 14px/40px Lato, Arial, sans-serif;
  color: #fff;
  display: block;
}
.sf-menu ul li a:hover {
  color: #fff;
  background: #f18d05;
}
.sf-menu ul li a.sf-with-ul:after {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  width: 5px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #fff;
  right: 54px;
  bottom: 12px;
  pointer-events: none;
  z-index: 999;
}
.sf-menu ul li.sfHover > a {
  color: #fff;
}
.sf-menu ul ul {
  position: absolute;
  top: -25px;
  left: 236px;
  width: 130px;
  background: #616161;
  z-index: 4;
}
.sf-menu ul ul li a {
  color: #fff;
}
@media only screen and (max-width: 1299px) {
  .sf-menu > li > a {
    padding: 0 5px;
    font: 22px/70px Roboto, Arial, sans-serif;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
  h1 img {
    height: 70px;
  }
}
@media only screen and (max-width: 979px) {
  .sf-menu > li > a {
    font: 14px/70px Roboto, Arial, sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    width: 100%;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border: 2px solid #bbb;
    position: relative;
    outline: 0 !important;
    z-index: 1000;
    margin-top: 0;
    margin-bottom: 3px;
  }
}
.isStuck {
  background-color: #25a3d1;
  padding: 0 0 0;
  z-index: 999;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
a:hover {
  color: #8ab317;
  text-decoration: none;
}
a.link1:hover {
  color: #000;
}
a.link2 {
  color: #de3f18;
}
a.link2:hover {
  color: #000;
}
.txt1 {
  color: #979797;
  font-size: 14px;
  margin-top: 6px;
  float: left;
}
.txt2 {
  font: 18px/24px Asap, Arial, sans-serif;
  color: #666667;
  margin-top: 6px;
  /* padding-left: 40px; */
  /* float: right; */
}
.txt2 i {
  font-size: 24px;
  margin-top: 3px;
  margin-right: 3px;
}
.txt3 {
  font: bold 36px/48px Asap, Arial, sans-serif;
  font-style: italic;
  margin-top: 135px;
}
.txt4 {
  font: bold 30px/32px Asap, Arial, sans-serif;
  color: #1d81a6;
  margin-top: 48px;
}
.color1 {
  color: #e47d21;
}
.color2 {
  color: #2eb3e0;
}
.color3 {
  color: #a0bb46;
}
.color4 {
  color: #de3f18;
}
.box {
  overflow: hidden;
}
.bold {
  font-weight: 700;
}
.fw400 {
  font-weight: 400;
}
.fw600 {
  font-weight: 600;
}
.fz15 {
  font-size: 15px;
}
.circle {
  overflow: hidden;
  border-radius: 1000px;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.clear {
  clear: both;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.txt_left {
  text-align: left;
}
.txt_right {
  text-align: right;
}
.txt_cntr {
  text-align: center;
}
.txt_ital {
  font-style: italic;
}
.txt_upp {
  text-transform: uppercase;
}
.txt_line_through {
  text-decoration: line-through;
}
.pos_rel {
  position: relative;
}
.txt_und {
  text-decoration: underline;
}
.padTop1 {
  padding-top: 10px;
}
.padBot1 {
  padding-bottom: 10px;
}
.padLeft1 {
  padding-left: 10px;
}
.padRight1 {
  padding-right: 10px;
}
.icon_section {
  margin-top: 97px;
}
.marTop0 {
  margin-top: 0;
}
.marTop1 {
  margin-top: 38px;
}
.marTop2 {
  margin-top: 14px;
}
.marTop3 {
  margin-top: 60px !important;
}
.marTop4 {
  margin-top: 87px;
}
.marTop5 {
  margin-top: 65px;
}
.marTop6 {
  margin-top: 65px !important;
}
.hline {
  margin-top: 75px;
  width: 100%;
  height: 1px;
  background: #fff;
  overflow: hidden;
}
.hline.v2 {
  margin-top: 75px;
}
.hline.v3 {
  margin-top: 30px;
  margin-bottom: 0;
}
p {
  margin-top: 25px;
}
img {
  margin-bottom: 0;
  max-width: 100%;
  height: auto;
}
.hd-telephone {
  display: none;
}
.logo-mobile1 {
  display: none;
}
.img_border {
  border: 1px solid #efefef;
  background: #f8f8f8;
  padding: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}
.img_rounded {
  border-radius: 500px;
}
.img1 {
  margin-top: 85px;
}
.img2 {
  margin-top: 42px;
}
blockquote {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
blockquote:before {
  position: relative;
  /*content: '';*/
  font: normal normal 72px/72px FontAwesome;
  color: #fff;
  text-align: center;
}
i.fa.fa-facebook.icon-reviews {
  font-size: 30px;
  color: #fff;
  background-color: #25a3d1;
  padding: 17px 20px;
  border-radius: 100%;
}
i.fa.fa-facebook.icon-reviews:hover {
  background-color: #8ab317;
}
p.wow.fadeInRight.content-reviews.animated {
  display: inline-block;
  margin-top: 0;
}
i.fa.fa-google.icon-reviews {
  font-size: 30px;
  color: #fff;
  background-color: #25a3d1;
  padding: 17px 20px;
  border-radius: 100%;
}
i.fa.fa-google.icon-reviews:hover {
  background-color: #8ab317;
}
.bq_txt1 {
  font: 300 24px/36px Lato, Arial, sans-serif;
  margin-top: 27px;
}
.bq_txt2 {
  font: bold 30px/32px Asap, Arial, sans-serif;
  margin-top: 35px;
}
.bq_txt3 {
  font: 14px/20px Asap, Arial, sans-serif;
  margin-top: 7px;
}
.sign1 {
  display: inline-block;
  margin: 10px 31px 0 1px;
  background: #282827;
  width: 4px;
  height: 4px;
}
.num_section {
  font: 300 52px/52px Lato, Arial, sans-serif;
  float: left;
  color: #fa9183;
  width: 52px;
  display: block;
  margin-top: -10px;
}
.date_section {
  position: relative;
  width: 100%;
  max-width: 100px;
  background-color: #eb6654;
  float: left;
  text-align: center;
  margin-top: 43px;
  color: #fff;
  text-transform: uppercase;
}
.day {
  font: bold 37px/37px Lato, Arial, sans-serif;
  margin-top: 8px;
  display: block;
}
.month {
  font: 300 10px/12px Lato, Arial, sans-serif;
  margin-top: 3px;
  display: block;
}
.listWithMarker {
  margin: 0;
  /* margin-top: 45px; */
}
.listWithMarker li {
  display: block;
  padding-left: 23px;
  background: url(../images/list_marker.png) 0 4px no-repeat;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.listWithMarker li a {
  color: #e78024;
  text-decoration: none;
  font: 300 13px/20px Lato, Arial, sans-serif;
  text-transform: uppercase;
}
.listWithMarker li a:hover,
.listWithMarker li.current a {
  color: #000;
}
.more_btn {
  display: inline-block;
  margin-top: 24px;
  padding: 13px 32px;
  text-decoration: none;
  font: 16px/22px Lato, Arial, sans-serif;
  color: #8ab317;
  background: #fff;
  border: 2px solid #8ab317;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
.more_btn.v2 {
  margin-top: 93px;
  padding: 13px 48px;
}
.more_btn:hover {
  color: #fff;
  background: #8ab317;
}
.more_btn2 {
  display: inline-block;
  margin-top: 24px;
  padding: 22px 22px;
  text-decoration: none;
  font: 16px/22px Lato, Arial, sans-serif;
  color: #fff;
  background: #8ab317;
  width: 300px;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
.more_btn2:hover {
  color: #fff;
  background: #1d81a6;
}
.figure1 {
  margin-top: 30px;
}
.magnifier2 {
  position: relative;
  display: inline-block;
}
.zoom {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.33);
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
  padding: 5px;
  text-align: center;
}
a.magnifier2:hover .zoom {
  opacity: 1;
}
a.magnifier2:hover .descr_txt {
  padding-top: 0;
}
a.magnifier2 .zoom {
  opacity: 0;
}
.descr_txt {
  position: relative;
  margin-top: 130px;
  max-width: 255px;
  display: inline-block;
  font: 300 24px/32px Lato, Arial, sans-serif;
  color: #fff;
  padding-top: 100px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.soc_icons_top {
  position: relative;
  display: block;
  margin-top: 3px;
  white-space: nowrap;
  text-align: center;
  margin-right: 20px;
  float: right;
}
.soc_icons_top > li {
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.soc_icons_top > li > a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  color: #fff;
  width: 25px;
  height: 25px;
  display: inline-block;
  background: #25a3d1;
  text-align: center;
  border-radius: 500px;
}
.soc_icons_top i {
  font: normal normal 14px/25px FontAwesome;
}
.soc_icons_top > li > a:hover {
  color: #000;
  text-decoration: none;
  background: #8ab317;
}
.soc_icons {
  position: relative;
  display: block;
  margin-top: 24px;
  white-space: nowrap;
  text-align: center;
}
.soc_icons > li {
  position: relative;
  display: inline-block;
  margin-right: 72px;
}
.soc_icons > li:last-child {
  margin-right: 0;
}
.soc_icons > li > a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  width: 87px;
  height: 87px;
  display: inline-block;
  color: #fff;
  background: #8ab317;
  text-align: center;
  border-radius: 500px;
}
.soc_icons i {
  font: normal normal 47px/87px FontAwesome;
}
.soc_icons > li > a:hover {
  color: #fff;
  text-decoration: none;
  background: #1d81a6;
}
.icon1 {
  font: normal normal 126px/126px FontAwesome;
  padding: 2px;
  margin-top: 72px;
}
.search_main {
  float: right;
}
.fw_video_main {
  margin-top: 48px;
  margin-bottom: -12px;
  background: #fff;
}
.fw_video {
  width: 100%;
  height: 332px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.fw_video iframe {
  position: relative;
  display: inline-block;
  outline: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.player .video-wrapper {
  border-radius: 10px;
}
.fw_video iframe html {
  border-radius: 10px;
}
#content {
  padding: 0;
  overflow: hidden;
}
.content_pages {
  padding-bottom: 150px !important;
}
.box-11 {
  width: 100%;
  margin-top: 103px;
  background: #e9e9e9;
  text-align: center;
  padding: 67px 0 177px;
}
.col1 {
  float: left;
  width: 236px;
  margin-right: 31px;
}
.col1.last {
  margin-right: 0;
}
#about {
  padding-bottom: 116px;
  background: #eee;
}
#services {
  padding-top: 57px;
  padding-bottom: 115px;
  background: #f8f8f8;
}
#tips {
  padding-top: 17px;
  padding-bottom: 152px;
}
#contacts {
  width: 100%;
  padding: 66px 0 101px;
  background: #eee;
}
#privacy {
  width: 100%;
  padding: 6px 0 101px;
  background: #eee;
}
.box-1 {
  color: #fff;
  background: url(../images/bg1.jpg) 0 0;
  text-align: center;
  padding: 34px 0 70px 0;
  min-height: 463px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-2 {
  color: #fff;
  background: url(../images/bg2.jpg) 0 0;
  text-align: center;
  padding: 28px 0 100px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content_map {
  margin-top: 73px;
  position: relative;
  height: 485px;
  margin-bottom: 81px;
}
.google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.btns.home {
  text-align: center;
}
a.more_btn2.home {
  /*max-width: 10%;*/
}

#map-canvas img {
  max-width: none !important;
}
.address1 {
  padding-top: 23px;
  display: block;
}
.address1 dt {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.address1 dd span {
  min-width: 75px;
  display: inline-block;
  text-align: left;
}
.address1 dd span.col1 {
  min-width: 0;
}
#footer {
  padding: 56px 0 25px;
  color: #666667;
  overflow: hidden;
  /*text-align: center;*/
  font-size: 14px;
}
.txt_priv span.priv_bold {
  font-weight: 900;
}
img.face {
  border-radius: 30px;
}
img.google {
  border-radius: 30px;
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #1d81a6;
  width: 40px;
  height: 43px;
  font-size: 37px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: 0;
  color: #8ab317;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
@media only screen and (max-width: 1299px) {
  .sample {
    height: auto;
  }
  .txt3 br {
    display: none;
    margin-top: 200px;
  }
}
@media only screen and (max-width: 1199px) {
  figure a {
    width: 100%;
  }
}
@media only screen and (max-width: 979px) {
  #form .success,
  #form input,
  #form textarea,
  .map figure,
  .map figure iframe {
    width: 100% !important;
    float: none !important;
  }
  #form .success {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .map figure {
    height: auto !important;
    margin-bottom: 15px;
  }
  .descr_txt {
    margin-top: 60px;
  }
  h2 {
    font: bold 42px/42px Asap, Arial, sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .grid_1.icon {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  img:not(.img-google) {
    width: 100%;
  }
  h1 img,
  img.no_resize {
    width: auto;
  }
  .map figure iframe {
    height: 300px;
  }
  figure a {
    width: 100%;
  }
  a.link_icon1 {
    margin-top: 0;
  }
  nav {
    float: none;
    margin: 5px;
    margin-top: 3px;
  }
  .descr_txt {
    margin-top: 150px;
  }
  h1 {
    float: none;
  }
  .txt3 {
    margin-top: 185px;
  }
  .soc_icons > li {
    margin-right: 22px;
  }
  .soc_icons > li > a {
    width: 50px;
    height: 50px;
  }
  .soc_icons i {
    font: normal normal 27px/50px FontAwesome;
  }
}
@media only screen and (max-width: 479px) {
  .sample {
    height: auto;
  }
  h1 {
    width: 100%;
    min-height: 70px;
  }
  h1 img {
    width: 100%;
    max-width: 389px;
  }
  .txt2 {
    float: none;
    padding-left: 0;
  }
  .descr_txt {
    margin-top: 80px;
  }
  h2:before {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
  .more_btn2 {
    width: 100%;
  }
  .txt3 {
    font: bold 26px/38px Asap, Arial, sans-serif;
    margin-top: 165px;
  }
}
@media only screen and (max-width: 320px) {
  .sample {
    height: auto;
  }
}
.category-title {
  margin-bottom: 50px;
}
.logo {
  display: block;
  background-color: #fff;
  font-size: 50px;
  text-transform: uppercase;
  padding: 0 10px;
}
.logo > div {
  display: inline-block;
  vertical-align: top;
}
.logo .lg-title {
  line-height: 45px;
}
.logo .lg-subtitle span {
  display: block;
  font-size: 20px;
}
.line {
  border-bottom: 1px dotted #2b3582;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}
.bg-white {
  background-color: #fff;
}
.color-white {
  color: #fff;
}
#navbar-hidden-web {
  display: none;
}
.active a {
  color: #8ab317 !important;
  background-color: #8ab317;
  color: #fff !important;
}
.active a strong {
  opacity: 1 !important;
  width: 100% !important;
}
dt strong {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
  display: block;
}
.addr1-aboutus,
address {
  color: #1d81a6;
}
@media screen and (max-width: 992px) {
  nav {
    float: none;
    overflow: auto;
    width: 100%;
  }
  .sf-menu {
    float: none;
    text-align: center;
  }
  .sf-menu > li {
    float: none;
    display: inline-block;
  }
  #stuck_container h1 {
    float: none;
    width: 100%;
  }
  #stuck_container h1 .logo {
    width: 320px;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .container {
    width: 90% !important;
  }
  .top_section .left_txt,
  .top_section .left_txt p,
  .top_section .soc_icons_top {
    float: none;
    text-align: center;
    padding-left: 0;
  }
  .top_section .soc_icons_top {
    margin-right: 0;
  }
  #navbar-hidden-web {
    display: block;
  }
  .top_section {
    display: none;
  }
  #header {
    display: none;
  }
  .logo-mobile1 {
    background-color: #fff;
  }
  .tele-mobile {
    text-align: center;
    margin-bottom: 10px;
  }
  img.img-mobile {
    margin-top: 10px;
  }
  .hd-button {
    display: block !important;
    float: right;
    display: none;
    padding: 15px;
    cursor: pointer;
    top: 10px;
    right: -10px;
    position: relative;
  }
  .hd-button span,
  .hd-button span:before,
  .hd-button span:after {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #fff;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }
  .hd-button span:before,
  .hd-button span:after {
    content: "";
  }
  .hd-button span,
  .hd-button span:before,
  .hd-button span:after {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #fff;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }
  .hd-button span:before {
    bottom: 100%;
    margin-bottom: 5px;
  }
  .hd-button span:before,
  .hd-button span:after {
    content: "";
  }
  .hd-button span,
  .hd-button span:before,
  .hd-button span:after {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #fff;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }
  .hd-button span:before,
  .hd-button span:after {
    content: "";
  }
  .hd-button span,
  .hd-button span:before,
  .hd-button span:after {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #fff;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }
  .hd-button span:before,
  .hd-button span:after {
    content: "";
  }
  .hd-button span,
  .hd-button span:before,
  .hd-button span:after {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #fff;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }
  .hd-button span:after {
    top: 100%;
    margin-top: 5px;
  }
  .hd-telephone {
    display: none;
    position: absolute;
    background-color: #2185c5;
    color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    float: right;
    right: 10px;
    /* margin-top: 52px; */
    z-index: 999;
    top: 70px;
    overflow: hidden;
  }
  .hd-telephone a {
    color: #ffffff;
    display: block;
    text-align: left;
    padding: 2px 0px 2px 0px;
  }
  .logo-mobile1 {
    display: block;
    border-bottom: 0.02px solid #1d81a6;
  }
  a.more_btn2.home {
    max-width: 50%;
    padding: 15px 15px !important;
  }
}

h4.title-name:before {
  background: transparent;
}

/*opcion reviews*/
.quote-corporate {
  position: relative;
  padding: 30px 20px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid #25a3d1;
  margin-bottom: 38px;
  background: #ffffff;
}
.quote-corporate {
  padding: 30px 20px;
}
img.img-google2 {
  background-color: #fff;
}
.quote-corporate .quote-header {
  /*display: flex;*/
  align-items: flex-end;
}
.quote-corporate .quote-body-mark > * {
  fill: #ebebeb;
}
h1.title-review-home {
  color: #fff !important;
  text-align: center;
}
.star-rating.new {
  /*text-align: right;*/
}
.quote-text {
  margin-top: 25px;
}

.quote-corporate .quote-header > * {
  margin-right: 15px;
  margin-top: -10px;
}
.star-rating.new > a {
  font-size: 30px;
}
.quote-header > h2 {
  font-family: "Caudex", serif !important;
  font-weight: bold;
}
.star-rating a {
  display: inline-block;
  color: #f39c12 !important;
}
.quote-corporate * + .quote-body {
  margin-top: 25px;
}
.quote-corporate .quote-body {
  text-align: right;
}
.quote-corporate .quote-body .quote-text {
  text-align: left;
}
svg:not(:root) {
  overflow: hidden;
}
.quote-corporate .quote-image {
  left: 60px;
}
.quote-corporate .quote-image {
  /*    position: absolute;*/
  display: inline-block;
  overflow: hidden;
  left: 30px;
  bottom: -40px;
  border-radius: 50%;
  box-shadow: 2px 0 9px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}
.quote-image {
  float: right;
}
img.img-google2 {
  border-radius: 100px;
}
.name-estrellas {
  display: inline-block;
}
.quote-corporate {
  height: 373px;
}
a.buttonInverted {
  text-decoration: none;
}
.star-rating.new {
  margin-top: -12px;
}

.contenedor {
  margin: 2rem auto;
  height: 213px;
  width: 100%;
  /*max-width: 400px;*/
  overflow: auto;
  box-sizing: border-box;
  /*padding:0 1rem;*/
  text-align: left;
}

/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

.contenedor::-webkit-scrollbar {
  -webkit-appearance: none;
}

.contenedor::-webkit-scrollbar:vertical {
  width: 10px;
}

.contenedor::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
  display: none;
}

.contenedor::-webkit-scrollbar:horizontal {
  height: 10px;
  scrollbar-height: 10px;
}

.contenedor::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
  height: 50px;
}

.contenedor::-webkit-scrollbar-track {
  border-radius: 10px;
}
.row.new2 {
  margin-top: 50px;
}

/*fin opcion reviews*/

.quote-header {
  margin-top: -21px;
}

.footer,
.footer a,
.footer .descrip-footer {
  color: #ffffff;
}

.footer a:hover {
  color: #8ab317;
}

.footer h6 {
  line-height: 1.33333;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: left;
}

.text-subline {
  position: relative;
  height: 1px;
  padding: 0;
  background: #e5e5e5;
  margin-bottom: 22px;
  border: none;
  margin-top: 7px;
}

.text-subline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 50px;
  background: #8ab317;
}

img.logo-ssl {
  width: 80px;
  border-radius: 100%;
  margin-top: 20px;
}

.icon-xxs.icon-rect,
.icon-xxs.icon-rounded,
.icon-xxs.icon-circle,
.icon-xxs.icon-outlined {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  border-radius: 100%;
  margin-top: 20px;
}

a.icons-footer {
  background-color: #8ab317;
  color: #fff;
}

a.icons-footer:hover {
  background-color: #fff;
  color: #8ab317;
}

ul.list-inline-option > li:before {
  content: "\f061";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  line-height: 14px;
  padding-right: 15px;
  opacity: 0.4;
  color: #fff !important;
}

ul.list-inline-services > li:before {
  content: "\f061";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  line-height: 14px;
  padding-right: 15px;
  opacity: 0.4;
  color: #fff !important;
}

.unit-spacing-xxs > * {
  margin-bottom: 0px;
  margin-left: 7px;
}

.unit-spacing-xxs {
  display: flex;
}

.icon {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  font-style: normal;
  color: #8ab317;
}

.unit-left,
.unit-right {
  flex: 0 0 auto;
  max-width: 100%;
  width: 25px;
  text-align: center;
}

.unit-body {
  flex: 0 1 auto;
}

.unit + .unit {
  margin-top: 7px;
}

.footer .footer-brand .brand {
  display: block;
  background: #ffffff;
  padding-right: 10px;
  text-align: center;
}

@media (min-width: 992px){
  .text-lg-center {
    text-align: center;
  }
  .text-lg-right {
    text-align: right;
  }
}


.text-gray {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .footer h6 {
    margin-top: 20px;
  }

  .footer .container {
    width: 100% !important;
    padding: 0px !important;
  }

  .footer .row {
    margin-right: 0px;
  }

  .txt3 {
    margin-top: 60px !important;
  }

  .text-gray {
    text-align: center;
  }
}

/*New footer*/
div#fixed-contact {
  display: none;
}

/*nuevo footer desing*/
@media only screen and (max-width: 991px) {
  #footer {
    /*padding-bottom: 60px;*/
  }
  a#ui-to-top {
    margin-bottom: 180px;
  }
  div#fixed-contact {
    display: block;
  }
  div.new-footer {
    background-color: rgb(0 0 0 / 57%);
    position: fixed;
    display: block;
    bottom: 0;
    width: 100%;
    border-top: 3px solid #00dc8f;
    z-index: 99;
    height: 50px;
  }
  div#fixed-contact .phone-btn a {
    /*backface-visibility: hidden;*/
    background-color: #07db50 !important;
  }
  ul.link_footer > li {
    margin-right: 30px;
  }
  ul.list.list-marked-none.link_footer {
    margin-top: -10px;
  }
  div#fixed-contact .columns.phone-btn {
    left: 50%;
  }
  div#fixed-contact .columns {
    display: inline-block;
    width: auto;
    text-align: center;
    float: none;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 35%;
    padding: 0;
  }
  div#fixed-contact .email-btn a {
    display: block;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    top: -20px;
    position: relative;
    border: 6px solid rgba(255, 255, 255, 0.4);
    background-clip: padding-box;
    box-shadow: 0 0 20px rgb(0 0 0 / 25%);
    background-color: #07db50 !important;
  }
  div#fixed-contact .email-btn a i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    font-size: 23px;
    color: #fff;
  }
  div#fixed-contact .phone-btn a {
    display: block;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    top: -20px;
    position: relative;
    border: 9px solid rgba(255, 255, 255, 0.4);
    background-clip: padding-box;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  }
  div#fixed-contact .phone-btn a i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    font-size: 34px;
    color: #fff;
  }
  div#fixed-contact .quote-btn a {
    display: block;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    top: -20px;
    position: relative;
    border: 7px solid rgba(255, 255, 255, 0.4);
    background-clip: padding-box;
    box-shadow: 0 0 20px rgb(0 0 0 / 25%);
    background-color: #07db50 !important;
  }
  div#fixed-contact .quote-btn a i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    font-size: 24px;
    color: #fff;
  }
  div#fixed-contact a i {
    display: block;
    color: #fff;
  }
  div#fixed-contact a div.pnl-email {
    background-color: #3f51b5;
  }
  .pnl-email > i {
    line-height: 50px;
  }
  div#fixed-contact a div.pnl-email,
  div#fixed-contact a div.pnl-freequote {
    border-radius: 100%;
    border: 1px solid white;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0px auto;
  }
  div#fixed-contact a div.pnl-freequote {
    background-color: #03a9f4;
  }
  .pnl-freequote > i {
    line-height: 50px;
  }
  div#fixed-contact .columns.quote-btn {
    left: calc(57% + 120px);
  }
  div#fixed-contact .columns:not(.phone-btn) {
    width: 30%;
  }
  div#fixed-contact a span {
    font-size: 16px;
    color: #fff;
    padding-top: 3px;
    display: block;
    font-family: inherit;
  }
  i.fa.fa-file-text {
    font-size: 21px;
  }
  div#fixed-contact .columns.email-btn {
    left: calc(55% - 120px);
  }
  i.fa.fa-envelope {
    font-size: 17px;
  }
  i#icon-new-footer {
    font-size: 20px;
  }
  ul.link_footer > li {
    /*width: 130px;*/
  }
  button#back-to-top-btn {
    margin-bottom: 75px;
  }
  i.icon.la.la-envelope-o.new {
    font-size: 23px;
  }
  i.icon.la.la-file-o {
    font-size: 27px;
  }
  div#fixed-contact {
    z-index: 9999;
  }
  p.situacion {
    z-index: 99;
  }
}

/*fin de new footer*/

.new-content {
  text-align: right;
}
p.text-color {
  font-size: 16px;
  color: #8e8e8e;
}

.justify-content-around {
  justify-content: space-around;
}
.d-flex {
  display: flex;
}
.row-o {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row-o > * {
  flex-shrink: 0;
  /* width: 100%; */
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col-auto {
  flex: 0 0 auto !important;
  width: auto;
}
.position-relative {
  position: relative !important;
}
.position-fixed {
  position: fixed;
}
.z-999 {
  z-index: 999;
}
.w-100 {
  width: 100%;
}
.bottom-0 {
  bottom: 0;
}

.services-item {
  min-height: 450px;
}

.mb-3 {
  margin-bottom: 1.75rem;
}

.my-3 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .navbar-toggle {
    display: inline-block;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
    width: 100%;
  }
  ul.nav.navbar-nav.navbar-right li {
    display: block !important;
    width: 100%;
  }
  .logo-mobile1.text-center h1 {
    float: none;
  }
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

@media (min-width: 768px) {
  .services-item h4 {
    height: 60px;
    margin-bottom: 10px;
  }
  .services-item p {
    height: 72px;
  }
}

@media (min-width: 992px) {
  .item-option h3 {
    height: 60px;
    margin-bottom: 10px;
  }
  .d-lg-none {
    display: none;
  }
}

@media (min-width: 1200px) {
  .item-option h3 {
    height: initial;
  }
}

.empty-review {
  width: 60px;
  height: 60px;
  background-color: #25a3d1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.empty-review i {
  font-size: 30px;
}

.mt-0{
  margin-top: 0;
}