/* Scss Document */ /* Scss Document */ /* Scss Document */
#home .home,
#about .about,
#services .services,
#sitemap .sitemap,
#contact .contact {
  color: #FF0004;
}

.fa {
  box-shadow: none;
  outline: none !important;
}

button:focus {
  box-shadow: none !important;
  outline: none !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}

header {
  width: 100%;
  padding: 10px 0px 0px !important;
  z-index: 9999;
}
header .divider {
  width: 1px;
  background: #fff;
}
header .menuBg {
  width: 100%;
  background: #fff;
  margin-top: 10px;
}
header .menuBg .nav-link {
  color: #585858 !important;
  font-size: 14px !important;
  line-height: 22px;
  padding: 15px 25px !important;
  font-weight: 600;
  text-transform: uppercase;
}
header .navbar-brand {
  height: auto;
  display: block;
  transition: all 0.3s ease-in-out;
}
header .navbar-brand img {
  width: 100%;
  height: auto;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
header .searchbar {
  width: 100%;
  margin-bottom: auto;
  margin-top: auto;
  height: 50px;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 5px 10px;
  border: 1px solid rgba(111, 111, 111, 0.1);
}
header .search_input {
  color: #7d7d7d;
  border: 0;
  outline: 0;
  background: none;
  width: 0;
  caret-color: transparent;
  line-height: 40px;
  transition: width 0.4s linear;
}
header .searchbar:hover > .search_input {
  padding: 0px;
  width: 80%;
  caret-color: red;
  transition: width 0.4s linear;
}
header .searchbar:hover > .search_icon {
  background: white;
  color: #e74c3c;
}
header .search_icon {
  height: 40px;
  width: 40px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #00787b;
  text-decoration: none;
}
header .doounloadBg a {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center !important;
  font-weight: 600;
  background: #66b6b9 !important;
  border-radius: 3px;
  margin: 8px auto;
  padding: 7px 10px !important;
}
header .doounloadBg a:hover {
  text-decoration: none;
}
header .doounloadBg .bg-green {
  background: #327E03;
}

.header_fixer {
  padding: 10px 0px 0px !important;
  background: #fff;
  transition: all 0.1s ease-in-out;
  box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.8);
  position: fixed;
}
.header_fixer .menuBg {
  width: 100%;
  background: #f7f7f7;
  margin-top: 5px;
}
.header_fixer .menuBg .nav-link {
  color: #7d7d7d !important;
  font-size: 14px !important;
  line-height: 22px;
  padding: 15px 15px;
  font-weight: 600;
}
.header_fixer .navbar-brand {
  height: auto;
  display: block;
  transition: all 0.1s ease-in-out;
}
.header_fixer .navbar-brand img {
  width: 100%;
  height: auto;
  overflow: hidden;
  transition: all 0.1s ease-in-out;
}
.header_fixer .searchbar {
  width: 100%;
  margin-bottom: auto;
  margin-top: auto;
  height: 50px;
  background-color: #f7f7f7;
  border-radius: 3px;
  padding: 5px 10px;
}
.header_fixer .search_input {
  color: #7d7d7d;
  border: 0;
  outline: 0;
  background: none;
  width: 0;
  caret-color: transparent;
  line-height: 40px;
  transition: width 0.4s linear;
}
.header_fixer .searchbar:hover > .search_input {
  padding: 0px;
  width: 80%;
  caret-color: red;
  transition: width 0.4s linear;
}
.header_fixer .searchbar:hover > .search_icon {
  background: white;
  color: #e74c3c;
}
.header_fixer .search_icon {
  height: 40px;
  width: 40px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #000000;
  text-decoration: none;
}

.header_spacer {
  width: 100%;
  height: 120px !important;
}

.w-100 {
  width: 100% !important;
  padding: 0px !important;
}

@media screen and (max-width: 991px) {
  header .container {
    width: 98% !important;
    margin: 0px auto !important;
  }
}
@media screen and (max-width: 768px) {
  header .menuBg {
    padding: 8px 0px;
  }
  header .container {
    width: 98% !important;
    margin: 0px auto !important;
  }
  header .navbar-brand {
    margin: 0px auto;
    padding: 5px;
  }
  header .navbar-brand img {
    width: 100%;
  }
  header .navbar-toggler {
    background: #f1f1f1 !important;
    margin-right: 15px;
  }
  header .navbar-nav {
    padding: 15px;
  }
  header .navbar-nav .nav-item {
    border-bottom: 1px solid #f1f1f1;
  }
  header .searchbar {
    width: 100%;
    margin-bottom: auto;
    margin-top: auto;
    height: 50px;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 5px 10px;
    border: 1px solid rgba(111, 111, 111, 0.1);
  }
  header .doounloadBg {
    margin-top: 0px !important;
    text-align: center;
  }
  header .doounloadBg a {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    background: #00787b;
    padding: 7px 10px !important;
    border-radius: 3px;
  }
  header .doounloadBg a:hover {
    text-decoration: none;
  }
  .p15 {
    padding: 0px 10px 0px 0px !important;
  }
}
@media screen and (max-width: 576px) {
  header .menuBg {
    padding: 8px 0px;
  }
  header .container {
    width: 98% !important;
    margin: 0px auto !important;
  }
  header .navbar-brand {
    margin: 0px auto;
    padding: 5px;
  }
  header .navbar-brand img {
    width: 100%;
  }
  header .navbar-toggler {
    background: #f1f1f1 !important;
    margin-right: 15px;
  }
  header .navbar-nav {
    padding: 15px;
  }
  header .navbar-nav .nav-item {
    border-bottom: 1px solid #f1f1f1;
  }
  header .searchbar {
    width: 100%;
    margin-bottom: auto;
    margin-top: auto;
    height: 50px;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 5px 10px;
    border: 1px solid rgba(111, 111, 111, 0.1);
  }
  header .doounloadBg {
    margin-top: 0px !important;
    text-align: center;
  }
  header .doounloadBg a {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    background: #00787b;
    padding: 7px 10px !important;
    border-radius: 3px;
  }
  header .doounloadBg a:hover {
    text-decoration: none;
  }
  .p15 {
    padding: 0px 10px 0px 0px !important;
  }
}
/* Scss Document */ /* Scss Document */
/*owl carousel*/
.owl-carousel .item {
  z-index: 2;
}

.owl-carousel .item figure {
  overflow: hidden;
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  padding: 0 0;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  text-align: center;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: inline-block;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
}

.owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
}

.owl-prev,
.owl-next {
  opacity: 0.4;
}

.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
  opacity: 1;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 4px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #aaa;
}

/* Scss Document */
/***********************************Back to top start*************************/
#back-top {
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 3;
  display: block;
}

#back-top .btn-default {
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  padding: 15px 0;
  border-radius: 100%;
  line-height: inherit !important;
  color: #000;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 20px 5px rgba(112, 130, 148, 0.2);
  border: 0;
  font-size: 16px;
  transition: all linear 0.3s;
  cursor: pointer;
}
#back-top .btn-default:hover {
  background: #00787b;
  color: #ffffff;
}

#back-top .fa {
  font-size: 22px;
  font-weight: 700;
}

/***********************************structure start*************************/
/********************************footer*********************/
footer {
  width: 100%;
  padding: 0px 0px;
  background: #f7f7f7;
}
footer .menuListing {
  width: 100%;
  min-height: 439px;
  padding: 60px 30px;
}
footer .menuListing h1 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
footer .menuListing .menulist {
  padding: 10px 0px;
}
footer .menuListing .menulist a {
  display: block;
  font-size: 15px;
  line-height: 34px;
  letter-spacing: #009;
  color: #000;
  font-weight: 600;
}
footer .menuListing .socialIcon {
  width: 100%;
}
footer .menuListing .socialIcon a {
  display: inline-block;
  color: #000;
  background: #fff;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  padding: 10px;
  text-align: center;
  margin: 0px 6px;
}
footer .menuListing .socialIcon a:hover {
  background: #a5eaec;
  transition: ease-in-out 0.05s;
  color: #ffffff;
}

.copyright {
  width: 100%;
  min-height: 30px;
  padding: 25px 0px 15px;
  background: #bcbbbb;
  font-size: 13px;
  line-height: 22px;
  color: #585858;
  text-transform: uppercase;
}
.copyright .powered {
  text-align: end;
}

.cokies {
  width: 100%;
  background: #00787b;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.cokies p {
  color: #ffffff;
  margin-top: 15px !important;
}
.cokies p a {
  display: inline-block;
  background: #ffffff;
  padding: 6px 8px;
  border-radius: 3px;
}

* {
  margin: 0px;
  padding: 0px;
}

/**********************aboutBg****************************/
.aboutBg {
  margin-top: 30px;
}
.aboutBg h1 {
  font-size: 22px;
  line-height: 24px;
  color: #000;
}
.aboutBg p {
  font-size: 14px;
  line-height: 22px;
  color: #000;
}

.bg {
  width: 100%;
  min-height: 2082px;
}

/**********************what we do****************************/
.bg1 {
  background: #eaf9ff;
}
.bg1:hover {
  text-decoration: none;
  transition: ease-in-out 0.5s;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.bg2 {
  background: #e4f3dc;
}
.bg2:hover {
  text-decoration: none;
  transition: ease-in-out 0.5s;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.bg3 {
  background: #ffe7e7;
}
.bg3:hover {
  text-decoration: none;
  transition: ease-in-out 0.5s;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.bg4 {
  background: #ecdcdc;
}
.bg4:hover {
  text-decoration: none;
  transition: ease-in-out 0.5s;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.bg5 {
  background: #c6e8f1;
}
.bg5:hover {
  text-decoration: none;
  transition: ease-in-out 0.5s;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.bg6 {
  background: #ffcfc2;
}
.bg6:hover {
  text-decoration: none;
  transition: ease-in-out 0.5s;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.bg7 {
  background: #c7d7e7;
}
.bg7:hover {
  text-decoration: none;
  transition: ease-in-out 0.5s;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.bg8 {
  background: #e5e5e5;
}
.bg8:hover {
  text-decoration: none;
  transition: ease-in-out 0.5s;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.bg9 {
  background: #b8e8f4;
}
.bg9:hover {
  text-decoration: none;
  transition: ease-in-out 0.5s;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.bg10 {
  background: #c2ffd2;
}
.bg10:hover {
  text-decoration: none;
  transition: ease-in-out 0.5s;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.bg11 {
  background: #f4dfdc;
}
.bg11:hover {
  text-decoration: none;
  transition: ease-in-out 0.5s;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.bg12 {
  background: #d8e8f8;
}
.bg12:hover {
  text-decoration: none;
  transition: ease-in-out 0.5s;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

h3 {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin-top: 30px;
}

figure {
  margin-top: 10px;
}
figure a .servis-box {
  width: 100%;
  min-height: 233px;
  text-align: center;
  padding: 10px 30px;
  border: 1px solid #c0c0c0;
}
figure a .servis-box .iconBg {
  width: 70px;
  height: 70px;
  text-align: center;
  background: #ffffff;
  padding: 15px;
  border-radius: 100%;
  margin: 15px auto;
  border: 1px outset #b8e8f4;
}
figure a .servis-box .iconBg img {
  width: 100%;
  height: auto;
}
figure a .servis-box h2 {
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  color: #000000;
}
figure a .servis-box p {
  font-size: 13px;
  color: #000000;
  text-align: center;
  font-weight: 600;
}
figure a:hover {
  text-decoration: none;
}

/****************************services end******************************/
.newsBox {
  text-align: center !important;
  background: #fff;
  border: 1px solid #c7c7c7;
  padding-bottom: 20px;
  margin-top: 20px;
}
.newsBox:hover {
  text-decoration: none;
  transition: ease-in-out 0.5s;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}
.newsBox .imgBox {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.newsBox .imgBox img {
  width: 100%;
  height: auto;
  display: block;
}
.newsBox .textBox {
  text-align: center;
  padding: 20px 20px 0px 20px;
  font-size: 14px;
}
.newsBox .textBox a {
  display: inline-block;
  color: #00787b !important;
  border: 1px solid #f1f1f1;
  padding: 8px 15px;
}
.newsBox .textBox a:hover {
  text-decoration: none;
  background: #f7f7f7;
  transition: ease-in-out 0.5s;
}

/*******************************testimonial**************************/
.testimonialBg {
  background: #f1f1f1 !important;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  margin-top: 70px;
}
.testimonialBg h4 {
  margin: 20px 0px 20px 0px;
}
.testimonialBg .testiBox {
  width: 100%;
  padding: 30px 200px;
  background: #fff;
  border-radius: 3px;
}
.testimonialBg .testiBox .iconBg {
  width: 70px;
  height: 70px;
  text-align: center;
  background: #ffffff;
  padding: 15px;
  border-radius: 100%;
  margin: 15px auto;
  border: 1px outset #b8e8f4;
}
.testimonialBg .testiBox .iconBg img {
  width: 100%;
  height: auto;
}
.testimonialBg .testiBox p {
  font-size: 16px;
  font-style: italic;
  color: #585858;
}
.testimonialBg .testiBox h5 {
  font-size: 13px;
  color: #00787b;
}

@media screen and (max-width: 991px) {
  .testiBox {
    width: 100%;
    padding: 30px 20px;
    background: #f1f1f1;
    border-radius: 3px;
  }
}
@media screen and (max-width: 991px) {
  .testiBox {
    width: 100%;
    padding: 30px 20px;
    background: #f1f1f1;
    border-radius: 3px;
  }
}
@media screen and (max-width: 991px) {
  .testiBox {
    width: 100%;
    padding: 30px 20px;
    background: #f1f1f1;
    border-radius: 3px;
  }
}
/**************************************contact-us*************************/
.contact-us {
  width: 100%;
  text-align: center;
  padding: 30px 0px;
}
.contact-us h4 {
  margin: 0px 0px 30px 0px;
}
.contact-us .contactext {
  text-align: left;
}
.contact-us .contactext Address {
  font-size: 16px;
  line-height: 22px;
  color: #00787b;
  font-weight: 600;
}

/****************************cms-main-bg******************/
.cms-main-bg {
  width: 100%;
  height: auto;
  background: #ffffff;
  /****************************bannerBg******************/
  /****************************cms-service******************/
}
.cms-main-bg .bannerBg {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 30px;
  text-align: center;
  /****************************cms-section******************/
}
.cms-main-bg .bannerBg img {
  width: 100%;
  height: auto;
  display: block;
}
.cms-main-bg .bannerBg .breadcram {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 60px 0px;
}
.cms-main-bg .bannerBg .breadcram h1 {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
}
.cms-main-bg .bannerBg .breadcram h1:after {
  content: "";
  display: block;
  width: 200px;
  height: 4px;
  border-radius: 100%;
  margin: 15px auto;
  border-bottom: 1px solid #f1f1f1;
}
.cms-main-bg .bannerBg .breadcram ul {
  width: 50%;
  margin: auto !important;
  text-align: center;
}
.cms-main-bg .bannerBg .breadcram ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 8px;
  color: #ffffff;
  font-size: 13px;
}
.cms-main-bg .bannerBg .breadcram ul li a {
  font-size: 13px;
}
.cms-main-bg .cms-section {
  width: 100%;
  height: auto;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 30px 0px 0px;
  border-radius: 3px;
}
.cms-main-bg .cms-section a {
  color: #585858;
  font-size: 13px;
  font-weight: 400;
  border: 1px solid #f1f1f1;
  display: block;
  margin: 4px 0px;
  padding: 4px 15px;
}
.cms-main-bg .cms-section a:hover {
  background: #f7f7f7;
  transition: ease-in-out 0.09s;
  text-decoration: none;
}
.cms-main-bg .cms-section .tab-content {
  background: #f1f1f1;
  padding: 30px;
}
.cms-main-bg .cms-section h1 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #00787b;
  margin-top: 20px;
}
.cms-main-bg .cms-section ul {
  margin-left: 20px;
  font-size: 14px;
  line-height: 22px;
}
.cms-main-bg .cms-section h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #00787b;
  color: #7d7d7d;
}
.cms-main-bg .cms-section p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #585858;
}
.cms-main-bg .cms-section img {
  width: 100%;
  height: auto;
  margin: 30px 0px;
}
.cms-main-bg .cms-section .routerBox {
  width: 100%;
  padding: 20px;
  text-align: center;
  border: 1px solid #f1f1f1;
  min-height: 230px;
  margin-top: 15px;
}
.cms-main-bg .cms-section .routerBox .iconBg1 {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #00787b;
  padding: 22px;
  margin: auto;
  color: #ffffff;
}
.cms-main-bg .cms-section .routerBox p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 20px;
}
.cms-main-bg .cms-service {
  background: #f1f1f1;
  width: 100%;
  min-height: 470px;
  margin-top: 30px;
  padding: 20px;
  border-radius: 3px;
}
.cms-main-bg .cms-service h1 {
  font-size: 18px;
  line-height: 22px;
  color: #00787b;
}
.cms-main-bg .cms-service .service-side {
  background: #ffffff;
  padding: 15px 20px;
  border-radius: 3px;
}
.cms-main-bg .cms-service .service-side a {
  display: block;
  font-size: 14px;
  padding: 6px 0px;
  color: #585858;
  border-bottom: 1px solid #f1f1f1;
}
.cms-main-bg .cms-service .service-side a:hover {
  background: #f1f1f1;
  padding-left: 15px;
  transition: ease-in-out 0.09s;
}
.cms-main-bg .cms-service .contactext {
  background: #ffffff;
  padding: 15px 20px;
  border-radius: 3px;
}
.cms-main-bg .cms-service .contactext p {
  font-size: 13px;
}

/******************************map end***************************/
.formBg {
  width: 100%;
  min-height: 630px;
  background: #eeeeee;
  margin-top: -5px;
}

.form-control {
  border-radius: 0px;
  border: 0px;
  font: normal 14px/18px "Open Sans";
  color: #000;
  padding: 15px;
}

.submitBg {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.submitBg a {
  display: inline-block;
  text-align: center;
  margin: 0px 13px;
}

.submit {
  background: #00787b;
  font: bold 16px/18px "Open Sans";
  color: #fff;
  padding: 18px 65px;
}

.submit:hover {
  background: #444;
  font: bold 16px/18px "Open Sans";
  color: #fff;
  padding: 18px 65px;
  text-decoration: none;
}

.reset {
  background: #444;
  font: bold 16px/18px "Open Sans";
  color: #fff;
  padding: 18px 65px;
}

.reset:hover {
  background: #fc952c;
  font: bold 16px/18px "Open Sans";
  color: #fff;
  padding: 18px 65px;
  text-decoration: none;
}
/*# sourceMappingURL=template.css.map */