/*!1011
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.table-bordered td,
.table-bordered th {
  border: 1px solid #767676 !important;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

table {
  font-weight: bold;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

.margin_top_0 {
  margin-top: 0px !important;
}

.margin_top_5 {
  margin-top: 5px !important;
}

.margin_top_10 {
  margin-top: 10px !important;
}

.margin_top_15 {
  margin-top: 15px !important;
}

.margin_top_20 {
  margin-top: 20px !important;
}

.margin_top_25 {
  margin-top: 25px !important;
}

.margin_top_30 {
  margin-top: 30px !important;
}

.margin_top_35 {
  margin-top: 35px !important;
}

.margin_top_40 {
  margin-top: 40px !important;
}

.margin_top_45 {
  margin-top: 45px !important;
}

.margin_top_50 {
  margin-top: 50px !important;
}

.margin_top_55 {
  margin-top: 55px !important;
}

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

.margin_top_65 {
  margin-top: 65px !important;
}

.margin_top_70 {
  margin-top: 70px !important;
}

.margin_top_75 {
  margin-top: 75px !important;
}

.margin_top_80 {
  margin-top: 80px !important;
}

.margin_top_85 {
  margin-top: 85px !important;
}

.margin_top_90 {
  margin-top: 90px !important;
}

.margin_top_95 {
  margin-top: 95px !important;
}

.margin_top_100 {
  margin-top: 100px !important;
}

.margin_top_105 {
  margin-top: 105px !important;
}

.margin_top_110 {
  margin-top: 110px !important;
}

.margin_top_115 {
  margin-top: 115px !important;
}

.margin_top_120 {
  margin-top: 120px !important;
}

.margin_top_125 {
  margin-top: 125px !important;
}

.margin_top_130 {
  margin-top: 130px !important;
}

.margin_top_135 {
  margin-top: 135px !important;
}

.margin_top_140 {
  margin-top: 140px !important;
}

.margin_top_145 {
  margin-top: 145px !important;
}

.margin_top_150 {
  margin-top: 150px !important;
}

.margin_top_155 {
  margin-top: 155px !important;
}

.margin_top_160 {
  margin-top: 160px !important;
}

.margin_top_165 {
  margin-top: 165px !important;
}

.margin_top_170 {
  margin-top: 170px !important;
}

.margin_top_175 {
  margin-top: 175px !important;
}

.margin_top_180 {
  margin-top: 180px !important;
}

.margin_top_185 {
  margin-top: 185px !important;
}

.margin_top_190 {
  margin-top: 190px !important;
}

.margin_top_195 {
  margin-top: 195px !important;
}

.margin_top_200 {
  margin-top: 200px !important;
}

.margin_top_205 {
  margin-top: 205px !important;
}

.margin_top_210 {
  margin-top: 210px !important;
}

.margin_top_215 {
  margin-top: 215px !important;
}

.margin_top_220 {
  margin-top: 220px !important;
}

.margin_top_225 {
  margin-top: 225px !important;
}

.margin_top_230 {
  margin-top: 230px !important;
}

.margin_top_235 {
  margin-top: 235px !important;
}

.margin_top_240 {
  margin-top: 240px !important;
}

.margin_top_245 {
  margin-top: 245px !important;
}

.margin_top_250 {
  margin-top: 250px !important;
}

@media print {
  * {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  *::before, *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body,
  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
}
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background: #fff;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 400;
  color: #3b3b3b;
}
body.menu-show {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #1878c3;
}
a:hover, a:focus {
  text-decoration: none;
  color: #1878c3;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 600;
}

.text-primary {
  color: #1878c3 !important;
}

.wrap {
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.wrap .phone {
  font-weight: 700;
  font-size: 12px;
}
.wrap .phone a {
  color: #000000;
  font-size: 12px;
}

.hover-2 {
  position: relative;
  background: #fff;
  border: 0 solid #fff;
  box-sizing: border-box;
}
.hover-2::before, .hover-2::after,
.hover-2 span::before,
.hover-2 span::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #007bff;
}
.hover-2::before {
  right: 0;
  top: 0;
  height: 10px;
  width: 0%;
  transition: width 300ms;
}
.hover-2::after {
  right: 0;
  top: 0;
  height: 0%;
  width: 10px;
  transition: height 300ms;
}
.hover-2 span::before {
  left: 0;
  bottom: 0;
  height: 10px;
  width: 0%;
  transition: width 300ms;
}
.hover-2 span::after {
  left: 0;
  bottom: 0;
  height: 0%;
  width: 10px;
  transition: height 300ms;
}
.hover-2:hover::before {
  width: 100%;
}
.hover-2:hover::after {
  height: 100%;
}
.hover-2:hover span::before {
  width: 100%;
}
.hover-2:hover span::after {
  height: 100%;
}

@media (max-width: 991.98px) {
  .wrap {
    display: none;
  }

  .ftco-navbar-light.scrolled {
    display: none;
  }
}
.ftco-navbar-light {
  background: transparent !important;
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  z-index: 3;
}
.ftco-navbar-light .container {
  margin: 0 auto;
  padding: 0 20px;
}
.ftco-navbar-light .navbar-brand {
  color: #fff;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.ftco-navbar-light .navbar-brand h1 {
  color: #1878c3;
  margin-left: 5px;
}
.ftco-navbar-light .navbar-brand h1 img {
  width: 100px;
  padding: 0 5px;
}
.ftco-navbar-light .navbar-brand span,
.ftco-navbar-light .navbar-brand .flaticon, .ftco-navbar-light .navbar-brand:hover {
  color: #1878c3;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
  font-size: 15px;
  padding: 5px 12px;
  color: #0d6fb8;
  font-weight: 600;
  opacity: 1 !important;
  margin: 0 1px;
  height: 40px !important;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover, .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:focus {
  background: #1878c3;
  color: #000000;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link.active {
  background: #1878c3;
  color: white;
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
  border: none;
  background: #fff;
  -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
}
.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}
.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
  position: absolute;
  content: "";
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.05);
}
.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
  color: #fff;
  border: 1px solid #1878c3;
  padding-top: .8rem;
  padding-bottom: .8rem;
  padding-left: 18px;
  padding-right: 18px;
  background: #1878c3;
  margin-top: .5rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.ftco-navbar-light .navbar-nav > .nav-item.cta > a span {
  display: inline-block;
  color: #fff;
}
.ftco-navbar-light .navbar-nav > .nav-item.cta > a:hover {
  background: #1878c3;
  border: 1px solid #1878c3;
}
.ftco-navbar-light .navbar-nav > .nav-item.cta.cta-colored a {
  border: 1px solid #1878c3;
  background: #1878c3 !important;
}
.ftco-navbar-light .navbar-nav > .nav-item.active > a {
  color: #1878c3;
}
.ftco-navbar-light .navbar-toggler {
  border: none;
  color: #fff;
  margin-top: -1px;
}
.ftco-navbar-light .navbar-toggler span {
  font-size: 40px;
  color: #fff;
}
.ftco-navbar-light .navbar-toggler:hover, .ftco-navbar-light .navbar-toggler:focus {
  text-decoration: none;
  color: #1878c3;
  outline: none !important;
}
.ftco-navbar-light.scrolled {
  display: none;
}
.ftco-navbar-light.scrolled .nav-item.active > a {
  color: #1878c3 !important;
}
.ftco-navbar-light.scrolled .nav-item.cta > a {
  color: #fff !important;
  background: #1878c3;
  border: none !important;
  padding-top: 0.5rem !important;
  padding-bottom: .5rem !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-top: 6px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.ftco-navbar-light.scrolled .nav-item.cta > a span {
  display: inline-block;
  color: #fff !important;
}
.ftco-navbar-light.scrolled .nav-item.cta.cta-colored span {
  border-color: #1878c3;
}
.ftco-navbar-light.scrolled .nav-link {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  color: #000000 !important;
}
.ftco-navbar-light.scrolled .nav-link.active {
  color: #1878c3 !important;
}
.ftco-navbar-light.scrolled.awake {
  margin-top: 0px;
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}
.ftco-navbar-light.scrolled.sleep {
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}
.ftco-navbar-light.scrolled .navbar-brand {
  color: #1878c3;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.ftco-navbar-light.scrolled .navbar-brand h1 {
  color: #1878c3;
}
.ftco-navbar-light.scrolled .navbar-brand span {
  color: #1878c3;
}

@media (min-width: 992px) {
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    border: 1px solid;
    background: white;
  }

  #footer ul {
    margin: 0 auto;
    padding-top: 20px;
    font-size: 14px;
  }
  #footer ul.ftrBtm {
    width: 960px;
    margin: 0 auto;
    padding-top: 8px;
  }
  #footer ul li {
    display: inline;
    padding-right: 5px;
    padding-left: 5px;
    border-left: 1px solid #607D8B;
  }
  #footer ul li a {
    color: #fff;
    text-decoration: none;
  }
  #footer ul li a:hover {
    color: #fff;
    text-decoration: underline;
  }
  #footer ul li.ftrHome {
    padding-left: 0;
    border-left: none;
  }
}
@media (max-width: 991.98px) {
  #footer ul {
    display: none;
  }

  .ftco-navbar-light {
    background: #4169e2 !important;
    position: relative;
    top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .ftco-navbar-light .navbar-brand {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .ftco-navbar-light .navbar-brand h1 {
    color: #ffff01;
  }
  .ftco-navbar-light .navbar-brand span,
  .ftco-navbar-light .navbar-brand .flaticon {
    color: #1878c3;
  }

  .ftco-navbar-light .navbar-nav {
    padding-bottom: 20px;
    margin-right: 0;
  }

  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    color: #fff;
    border-bottom: 1px #fff solid;
  }

  .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
    padding-left: 0;
    margin-left: 0;
  }

  .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
    display: none;
  }

  .ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #fff;
  }

  .ftco-navbar-light.scrolled .nav-item > .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }

  .ftco-navbar-light.scrolled .navbar-nav {
    background: none;
    border-radius: 0px;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    margin-left: 0 !important;
  }
}
.navbar-brand h1 {
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 0;
}
.navbar-brand span {
  font-weight: 500;
  display: block;
  font-size: 13px;
}
.navbar-brand .flaticon {
  font-size: 38px;
  color: #1878c3;
  line-height: 1;
}

.owl-carousel {
  position: relative;
}
.owl-carousel .owl-item {
  opacity: .4;
}
.owl-carousel .owl-item.active {
  opacity: 1;
}
.owl-carousel .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: #e6e6e6;
  position: relative;
}
.owl-carousel .owl-dots .owl-dot:after {
  position: absolute;
  top: -2px;
  left: -2px;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  content: '';
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
  outline: none !important;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #b3b3b3;
}

.hero-wrap {
  width: 100%;
  height: 700px !important;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.hero-wrap .slider-text {
  height: 700px;
}
.hero-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .05;
  background: #000000;
}
.hero-wrap.hero-wrap-2 {
  height: 500px !important;
  position: relative;
  background-position: center center !important;
}
.hero-wrap.hero-wrap-2 .overlay {
  width: 100%;
  opacity: 0;
  background: #fff;
}
.hero-wrap.hero-wrap-2 .slider-text {
  height: 600px;
}

@media (max-width: 767.98px) {
  .hero-wrap {
    background-position: center center !important;
    height: 300px !important;
  }
  .hero-wrap .slider-text {
    height: 300px;
  }
  .hero-wrap.hero-wrap-2 {
    background-position: 20% top !important;
    height: 300px !important;
  }
  .hero-wrap.hero-wrap-2 .slider-text {
    height: 320px;
  }
}
.slider-text h1 img {
  width: 65px;
  padding: 5px 0;
}
.slider-text .deco {
  line-height: 1.5;
  background: #ffff01;
  border-radius: 21px;
  font-weight: 500;
  color: #e91e63;
  text-align: center;
  box-sizing: border-box;
  margin: 0 0 1rem;
  padding: 6px 0;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
@media (min-width: 768px) {
  .slider-text .deco {
    width: 60%;
  }
}
.slider-text .decoup {
  font-weight: 600;
  color: #FF5722;
  margin: 0;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
.slider-text p strong {
  font-weight: 700;
}
.slider-text p strong a {
  color: #000000;
}
.slider-text .bread {
  font-weight: 700;
  color: #0357c2;
  font-size: 1.9rem;
  background: rgba(255, 235, 59, 0.7);
  padding: .6em;
}

@media (max-width: 991.98px) {
  .slider-text h1 img {
    width: 60px;
  }
}
@media (max-width: 767.98px) {
  .slider-text .btn {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .slider-text .bread {
    font-size: 28px;
  }
}
.bg-light {
  background: #f8f9fa !important;
}

.bg-common {
  background: #eae5e5 !important;
}

.bg-blue {
  background: #dbeff8 !important;
}

.btn {
  font-size: 16px;
  cursor: pointer;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
}
.btn:hover, .btn:active, .btn:focus {
  outline: none;
}
.btn.btn-primary {
  background: #1878c3;
  border: 1px solid #1878c3 !important;
  color: #fff !important;
}
.btn.btn-primary.yetext {
  color: #ffff01 !important;
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
  font-size: 1.2rem;
}
@media (max-width: 767.98px) {
  .btn.btn-primary.yetext {
    width: 47.5% !important;
    font-size: 1.05rem;
  }
  .btn.btn-primary.yetext .material-icons {
    display: block;
  }
}
.btn.btn-primary:hover {
  background: #ffffff !important;
  color: #1878c3 !important;
}
@media (max-width: 767.98px) {
  .btn.btn-primary {
    width: 100%;
  }
}
.btn.btn-primary a img {
  transition: 1.0s;
}
.btn.btn-primary a img:hover {
  opacity: 0.5;
}
.btn.btn-primary.btn-outline-primary {
  border: 2px solid #1878c3 !important;
  background: transparent;
  color: #1878c3 !important;
}
.btn.btn-primary.btn-outline-primary:hover {
  border: 2px solid transparent !important;
  background: #1878c3 !important;
  color: #fff !important;
}
.btn.btn-secondary {
  background: #1878c3 !important;
  border: 1px solid #1878c3 !important;
  color: #fff !important;
}
.btn.btn-secondary:hover {
  border: 1px solid #1878c3 !important;
  background: transparent !important;
  color: #1878c3 !important;
}
.btn.btn-secondary.btn-outline-secondary {
  border: 1px solid #1878c3 !important;
  background: transparent !important;
  color: #1878c3 !important;
}
.btn.btn-secondary.btn-outline-secondary:hover {
  border: 1px solid transparent !important;
  background: #1878c3 !important;
  color: #fff !important;
}
.btn.btn-white {
  background: #fff !important;
  border: 1px solid #fff !important;
  color: #000000 !important;
}
.btn.btn-white:hover {
  border: 1px solid #000000;
  background: #fff !important;
  color: #fff;
}
.btn.btn-white.btn-outline-primary {
  border: 1px solid #1878c3;
  background: transparent;
  color: #1878c3;
}
.btn.btn-white.btn-outline-primary:hover {
  border: 1px solid transparent;
  background: #1878c3;
  color: #fff;
}
.btn.btn-black {
  background: #000000 !important;
  border: 1px solid #000000 !important;
  color: #fff !important;
}
.btn.btn-black:hover {
  border: 1px solid #fff !important;
  background: #fff !important;
  color: #000000 !important;
}
.btn.btn-black.btn-outline-primary {
  border: 1px solid #1878c3;
  background: transparent;
  color: #1878c3;
}
.btn.btn-black.btn-outline-primary:hover {
  border: 1px solid transparent;
  background: #1878c3;
  color: #fff;
}

.list-services {
  margin: 40px 0 0 0;
  padding: 0;
}
.list-services li {
  list-style: none;
  display: block;
  margin-bottom: 15px;
}
.list-services li .icon {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #1878c3;
}
.list-services li .icon span {
  color: #fff;
}
.list-services li p {
  font-weight: 700;
  color: #000000;
  margin-left: 20px;
  margin-bottom: 0;
}

.intro {
  padding: 25px;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .intro .services {
    margin-top: -75px;
  }
}
.txtbgw {
  color: #000;
  line-height: 1.5;
  background-color: rgba(255, 235, 59, 0.55);
  padding: 15px;
  font-weight: 700;
}

.services {
  padding: 25px;
  border-radius: 4px;
  display: block;
  width: 100%;
  position: relative;
  background: #fff;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 8px 21px -10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 8px 21px -10px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 8px 21px -10px rgba(0, 0, 0, 0.08);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services__01 {
  background: url("../images/main01.png") no-repeat right bottom;
  background-size: cover;
}
.services__02 {
  background: url("../images/main02.png") no-repeat right bottom;
  background-size: cover;
}
.services .icon {
  width: 60px;
  height: 60px;
  line-height: 1.3;
  border-radius: 50%;
  background: #f0f0f0;
}
.services .icon span {
  font-size: 40px;
  color: #1878c3;
}
.services .media-body {
  width: calc(100% - 100px);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 20px;
}
.services .media-body h3 {
  font-weight: 700;
  color: #ffff01 !important;
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services.active .icon {
  background: #333;
}
.services:hover .media-body, .services.active .media-body {
  color: rgba(255, 255, 255, 0.9);
}
.services:hover .media-body h3, .services.active .media-body h3 {
  color: #fff;
}

@media (max-width: 991.98px) {
  .services .icon {
    width: 30px;
    height: 30px;
  }
  .services .icon span {
    font-size: 30px;
  }
  .services .media-body {
    width: calc(100% - 40px);
  }

  .services {
    margin-bottom: 30px;
  }
}
.appointment-wrap {
  width: 100%;
  background: #fff;
}

.appointment-heading {
  font-size: 14px;
  margin-bottom: 30px;
  color: #1878c3;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 900;
}

.appointment-form {
  width: 100%;
}
.appointment-form .form-group {
  position: relative;
  width: 100%;
  display: block;
}
.appointment-form .form-group .icon {
  position: absolute;
  top: 50% !important;
  right: 15px;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.appointment-form .form-group .icon span {
  color: rgba(0, 0, 0, 0.2) !important;
}
.appointment-form .form-group .select-wrap,
.appointment-form .form-group .input-wrap {
  position: relative;
}
.appointment-form .form-group .select-wrap select,
.appointment-form .form-group .input-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.appointment-form .form-group .btn {
  width: 100%;
  display: block !important;
}
.appointment-form .form-control {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  height: 54px !important;
  padding-left: 15px;
  padding-right: 15px;
  background: #fff !important;
  color: rgba(0, 0, 0, 0.5) !important;
  font-size: 16px;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.appointment-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.5);
}
.appointment-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.5);
}
.appointment-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.5);
}
.appointment-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.5);
}
.appointment-form .form-control:focus, .appointment-form .form-control:active {
  border-color: #fff;
}

.aside-stretch {
  background: #fe7ea5;
}
.aside-stretch:after {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  content: '';
  width: 360%;
  background: #fe7ea5;
}

.form-control {
  height: 52px !important;
  background: #fff !important;
  color: #000000 !important;
  font-size: 18px;
  border-radius: 5px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.form-control:focus, .form-control:active {
  border-color: #000000;
}

textarea.form-control {
  height: inherit !important;
}

.ftco-vh-100 {
  height: 100vh;
}

@media (max-width: 1199.98px) {
  .ftco-vh-100 {
    height: inherit;
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
.bg-primary {
  background: #ececec !important;
}

.bg-secondary {
  background: #1878c3 !important;
}

.staff {
  overflow: hidden;
  margin-bottom: 30px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.staff .img {
  height: 200px;
  width: 200px;
  display: block;
  background-position: top center;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 50%;
  margin: 0 auto;
  border: 10px solid #f8f9fa;
  background-size: contain;
}
.staff .img:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  content: '';
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.staff .text {
  position: relative;
  background: #fff;
  padding: 110px 30px 30px 30px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: -100px;
  z-index: -1;
}
.staff .text h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.staff .text .faded {
  opacity: 1;
}
.staff .ftco-social {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.staff .ftco-social li a {
  width: 34px;
  height: 34px;
  background: #1878c3;
  color: #fff;
  border-radius: 5px;
}
.staff:hover .text, .staff:focus .text {
  background: #1878c3;
  color: rgba(255, 255, 255, 0.8);
}
.staff:hover .text h3, .staff:focus .text h3, .staff:hover .text .position, .staff:focus .text .position {
  color: #fff;
}
.staff:hover .img, .staff:focus .img {
  border-color: #fff;
}
.staff:hover .ftco-social li a, .staff:focus .ftco-social li a {
  color: #1878c3;
  background: #fff;
}

.ftco-social {
  padding: 0;
}
.ftco-social li {
  list-style: none;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}

.ftco-section {
  padding: 2em 0 3em;
  position: relative;
}

.ftco-no-pt {
  padding-top: 0 !important;
}

.ftco-no-pb {
  padding-bottom: 0 !important;
}

@media (max-width: 767.98px) {
  .ftco-section {
    padding: 1.5em 0;
  }

  .ftco-no-pt {
    padding-top: 20px !important;
  }
}
.ftco-bg-dark {
  background: #3c312e;
}

.ftco-footer {
  font-size: 16px;
  background: #e0e0e0;
  padding: 4em 0 0 0;
  z-index: 0;
  position: relative;
}
.ftco-footer .ftco-footer-widget ul {
  margin: 0;
  padding: 0;
}
.ftco-footer .ftco-footer-widget ul li {
  margin-bottom: 8px;
}
.ftco-footer .ftco-footer-widget ul li a {
  color: rgba(0, 0, 0, 0.6);
  color: #000000;
}
.ftco-footer .ftco-footer-widget ul li a span {
  color: rgba(255, 255, 255, 0.6);
  color: #1878c3;
  font-size: 14px;
}
.ftco-footer .ftco-footer-widget ul li a:hover {
  text-decoration: underline;
}
.ftco-footer p {
  color: rgba(0, 0, 0, 0.7);
}
.ftco-footer a {
  color: #1878c3 !important;
}
.ftco-footer a:hover {
  color: #fff;
}
.ftco-footer .ftco-heading-2 {
  font-size: 18px;
  font-weight: 900;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 40px;
  position: relative;
}
.ftco-footer .ftco-heading-2:after {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 130px;
  height: 3px;
  background: #1878c3;
  content: '';
}
.ftco-footer .logo a {
  font-weight: 900;
  color: #000000;
}
.ftco-footer .logo a span.flaticon {
  font-size: 40px;
  color: #1878c3;
}
.ftco-footer .logo a div.logo1 span {
  font-size: 22px;
  line-height: 1;
  display: block;
  text-transform: capitalize;
}
.ftco-footer .logo a div.logo1 span.sub {
  color: #1878c3;
  font-size: 13px;
  font-weight: 500;
}
.ftco-footer .bg-primary {
  background: #000000 !important;
  position: relative;
  z-index: 0;
}
.ftco-footer .bg-primary p {
  color: rgba(255, 255, 255, 0.7);
}
.ftco-footer .bg-primary p a {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .ftco-footer .ftco-footer-widget {
    margin-bottom: 40px;
  }
}
.ftco-footer-social li {
  list-style: none;
  margin: 0 5px 0 0;
  display: inline-block;
}
.ftco-footer-social li a {
  height: 40px;
  width: 40px;
  display: block;
  background: #1878c3;
  position: relative;
  border-radius: 4px;
}
.ftco-footer-social li a span {
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff !important;
}

#map {
  height: 400px;
  width: 100%;
}

@media (max-width: 767.98px) {
  #map {
    height: 300px;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(253, 76, 130, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(253, 76, 130, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(253, 76, 130, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(253, 76, 130, 0.4);
    -webkit-box-shadow: 0 0 0 0 rgba(253, 76, 130, 0.4);
    box-shadow: 0 0 0 0 rgba(253, 76, 130, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(253, 76, 130, 0);
    -webkit-box-shadow: 0 0 0 30px rgba(253, 76, 130, 0);
    box-shadow: 0 0 0 30px rgba(253, 76, 130, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(253, 76, 130, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(253, 76, 130, 0);
    box-shadow: 0 0 0 0 rgba(253, 76, 130, 0);
  }
}
.heading-section h2 {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #f8ef63;
}
.heading-section h2:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}
.heading-section h2 span {
  color: #1878c3;
}
.heading-section h2 span.number {
  color: #1878c3;
}
.heading-section h3 {
  position: relative;
  display: inline-block;
  padding: 0 65px;
  text-align: center;
  font-size: 1.4em;
}
.heading-section h3:before, .heading-section h3:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 50px;
  height: 6px;
  content: '';
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
}
.heading-section h3:before {
  left: 0;
}
.heading-section h3:after {
  right: 0;
}

@media (max-width: 767.98px) {
  .heading-section h2 {
    font-size: 22px;
    padding: 1rem 1rem calc(1rem + 10px);
  }
  .heading-section h3 {
    font-size: 20px;
  }

  .section__title h5 {
    font-size: 1.2em;
  }

  h4 {
    font-size: 1.25em;
  }

  ul.type li {
    font-size: 1.2em;
    margin-left: -1em;
  }
}
.blog-img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.img {
  background-size: auto;
  background-repeat: no-repeat;
}

.testimony-section {
  position: relative;
  background: #1878c3;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  padding: 5em 0;
}
.testimony-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .8;
  background: #1878c3;
}
.testimony-section .owl-carousel {
  margin: 0;
}
.testimony-section .owl-carousel .owl-stage-outer {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.testimony-section .owl-nav {
  position: absolute;
  bottom: 60px !important;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.testimony-section .owl-nav .owl-prev,
.testimony-section .owl-nav .owl-next {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #fff !important;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 1;
}
.testimony-section .owl-nav .owl-prev span:before,
.testimony-section .owl-nav .owl-next span:before {
  font-size: 20px;
  margin-top: 7px;
  color: #000000;
}
.testimony-section .owl-nav .owl-prev {
  top: 0 !important;
  right: 0 !important;
}
.testimony-section .owl-nav .owl-prev:hover, .testimony-section .owl-nav .owl-prev:focus {
  background: #000000 !important;
  outline: none !important;
}
.testimony-section .owl-nav .owl-prev:hover span:before, .testimony-section .owl-nav .owl-prev:focus span:before {
  font-size: 20px;
  margin-top: 7px;
  color: #fff;
}
.testimony-section .owl-nav .owl-next {
  top: 0 !important;
  right: 0 !important;
}
.testimony-section .owl-nav .owl-next:hover, .testimony-section .owl-nav .owl-next:focus {
  background: #000000 !important;
  outline: none !important;
}
.testimony-section .owl-nav .owl-next:hover span:before, .testimony-section .owl-nav .owl-next:focus span:before {
  font-size: 24px;
  margin-top: 7px;
  color: #fff;
}
.testimony-section .owl-dots {
  text-align: center;
}
.testimony-section .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}
.testimony-section .owl-dots .owl-dot.active {
  background: #fff;
}

@media (max-width: 991.98px) {
  .testimony-section .owl-nav {
    display: none;
  }
}
@media (min-width: 992px) {
  .testimony-section .owl-nav .owl-prev {
    right: 61px !important;
  }

  .testimony-section .owl-nav .owl-next {
    right: 0 !important;
  }
}
.testimony-wrap {
  display: block;
  position: relative;
  color: rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 30px;
}
.testimony-wrap .user-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  background-position: top center;
}
.testimony-wrap .user-img .quote {
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 30px;
  height: 30px;
  background: #1878c3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.testimony-wrap .user-img .quote i {
  color: #fff;
}
.testimony-wrap .text {
  width: calc(100% - 100px);
}
.testimony-wrap .name {
  font-weight: 600;
  margin-bottom: 0;
  color: #000000;
}
.testimony-wrap .position {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  display: block;
}
.testimony-wrap .position span {
  color: red;
  padding-left: 1em;
}
.testimony-wrap .position span .big {
  font-size: 35px;
}

@media (max-width: 767.98px) {
  .about-image {
    height: 400px;
    margin-bottom: 30px;
  }

  .about-image {
    height: 400px;
    margin-bottom: 30px;
  }
}
sub {
  font-size: 75.5%;
  vertical-align: middle;
  color: #ccc;
  position: relative;
  top: 0.1em;
  font-weight: normal;
  text-transform: lowercase;
}

.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -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;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.block-7 {
  border-radius: 7px;
  margin-bottom: 30px;
  padding: 0;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block-7 .img {
  height: 200px;
}
.block-7 .heading-2 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.block-7 .price {
  margin: 0;
  padding: 0;
  display: block;
}
.block-7 .price sup {
  font-size: 24px;
  top: -1em;
  color: #b3b3b3;
}
.block-7 .price .number {
  font-size: 60px;
  font-weight: 900;
  color: #1878c3;
}
.block-7 .excerpt {
  margin-bottom: 0px;
  color: #1878c3;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.block-7 .label2 {
  text-transform: uppercase;
}
.block-7 .pricing-text {
  padding: 0;
  margin: 0;
}
.block-7 .pricing-text li {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000000;
}
.block-7 .pricing-text li:nth-child(odd) {
  background: rgba(0, 0, 0, 0.05);
}
.block-7 .pricing-text li span.fa {
  color: #1878c3;
}
.block-7:hover, .block-7:focus {
  -webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
}

@media (max-width: 991.98px) {
  .block-7 {
    margin-top: 30px;
  }
}
.ftco-facts {
  padding: 5em 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.1);
}

#section-counter {
  position: relative;
  z-index: 0;
}
#section-counter:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  z-index: -1;
  opacity: 0;
  background: #000000;
}

.ftco-counter {
  overflow-x: hidden;
  position: relative;
}
.ftco-counter .block-18 {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.ftco-counter .text strong.number {
  font-weight: 700;
  font-size: 40px;
  color: #1878c3;
  display: block;
}
.ftco-counter .text span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
  letter-spacing: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (max-width: 1199.98px) {
  .ftco-counter {
    background-position: center center !important;
  }
}
@media (min-width: 992px) {
  .ftco-counter .block-18 {
    margin-bottom: 0;
  }
}
.block-16 figure {
  position: relative;
  width: inherit;
}
.block-16 figure .img {
  width: 100%;
  height: 500px;
}
.block-16 figure .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 40px;
  width: 90px;
  height: 90px;
  background: #1878c3;
  display: block;
  border-radius: 50%;
  opacity: 1;
}
.block-16 figure .play-button:hover {
  background: #1878c3;
}
.block-16 figure .play-button > span {
  position: absolute;
  left: 55%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}

.pricing-entry {
  border: 2px solid #1878c3;
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-entry > div {
  padding: 20px;
}
.pricing-entry > div p {
  margin-bottom: 0;
}
.pricing-entry h3 {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
}
.pricing-entry p .price {
  font-weight: 900;
  font-size: 28px;
  color: #1878c3;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-entry p .per {
  font-size: 12px;
}
.pricing-entry ul {
  margin: 0;
  padding: 0;
}
.pricing-entry ul li {
  list-style: none;
  padding: 10px 20px;
}
.pricing-entry ul li:nth-child(odd) {
  background: #fafafa;
}
.pricing-entry .button {
  position: absolute;
  bottom: -26px;
  left: 0;
  right: 0;
  margin-bottom: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-entry .button .btn {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-entry:hover, .pricing-entry:focus {
  border: 2px solid #1878c3;
}
.pricing-entry:hover h3, .pricing-entry:focus h3 {
  color: #1878c3;
}
.pricing-entry:hover .btn, .pricing-entry:focus .btn {
  background: #1878c3 !important;
  border: 1px solid #1878c3 !important;
  color: #fff !important;
}
.pricing-entry:hover .price, .pricing-entry:focus .price {
  color: #1878c3;
}

@media (max-width: 767.98px) {
  .pricing-entry {
    margin-bottom: 4em;
  }
}
.block-20 {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 300px;
  width: 100%;
  position: relative;
  display: block;
}

@media (min-width: 768px) {
  .blog-entry {
    margin-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .blog-entry {
    margin-bottom: 30px;
  }
}
.blog-entry .desc {
  background: #fff;
  padding: 20px;
}
.blog-entry .heading {
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: 500;
  color: red;
}
.blog-entry .date {
  color: #1878c3;
}
.blog-entry .text {
  position: relative;
  border-top: 0;
  border-radius: 2px;
  width: calc(100% - 100px);
}
.blog-entry .text .tag {
  color: #b3b3b3;
}
.blog-entry .meta {
  width: 100px;
}
.blog-entry .meta div {
  display: block;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.blog-entry .meta div a {
  color: #1878c3;
  font-size: 12px;
}
.blog-entry .meta div a:hover {
  color: black;
}

.block-23 ul {
  padding: 0;
}
.block-23 ul li {
  display: table;
  line-height: 1.5;
  margin-bottom: 15px;
}
.block-23 ul li > a {
  display: table;
  line-height: 1.5;
  margin-bottom: 15px;
}
.block-23 ul li span {
  color: rgba(0, 0, 0, 0.7);
}
.block-23 ul li .icon,
.block-23 ul li .text {
  display: table-cell;
  vertical-align: top;
}
.block-23 ul li .icon {
  width: 40px;
  font-size: 18px;
  padding-top: 2px;
  color: black;
}

.block-6 .media-body p {
  font-size: 16px;
}

.block-27 ul {
  padding: 0;
  margin: 0;
}
.block-27 ul li {
  display: inline-block;
  margin-bottom: 4px;
  font-weight: 400;
}
.block-27 ul li a,
.block-27 ul li span {
  color: #1878c3;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #cccccc;
}
.block-27 ul li.active a,
.block-27 ul li.active span {
  background: #1878c3;
  color: #fff;
  border: 1px solid transparent;
}

.contact-section .contact-info p a {
  color: #1a1a1a;
}
.contact-section .box {
  width: 100%;
  display: block;
  position: relative;
  padding: 30px;
  padding-top: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.contact-section .box .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background: #1878c3;
  border: 7px solid #fff;
  margin: 0 auto;
  margin-top: -50px;
  margin-bottom: 2em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.contact-section .box .icon span {
  color: #fff;
  font-size: 40px;
}
.contact-section .box h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.contact-section .contact-form {
  width: 100%;
}

@media (max-width: 991.98px) {
  .contact-section .box {
    margin-bottom: 30px;
  }
}
.block-9 .form-control {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px;
}

.block-21 .blog-img {
  display: block;
  height: 80px;
  width: 80px;
}
.block-21 .text {
  width: calc(100% - 100px);
}
.block-21 .text .heading {
  font-size: 18px;
  font-weight: 500;
}
.block-21 .text .heading a {
  color: #000000;
}
.block-21 .text .heading a:hover, .block-21 .text .heading a:active, .block-21 .text .heading a:focus {
  color: #1878c3;
}
.block-21 .text .meta > div {
  display: inline-block;
  margin-right: 5px;
}
.block-21 .text .meta > div a {
  text-transform: uppercase;
  font-size: 12px;
  color: #b3b3b3;
}

/* Blog*/
.post-info {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  letter-spacing: .1em;
}
.post-info > div {
  display: inline-block;
}
.post-info > div .seperator {
  display: inline-block;
  margin: 0 10px;
  opacity: .5;
}

.tagcloud a {
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 7px;
  margin-right: 4px;
  border-radius: 4px;
  color: #000000;
  border: 1px solid #f2f2f2;
  font-size: 11px;
  background: #f2f2f2;
}
.tagcloud a:hover {
  border: 1px solid #000;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}
.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}
.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}
.comment-list li .vcard {
  width: 80px;
  float: left;
}
.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}
.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}
.comment-list li .comment-body h3 {
  font-size: 20px;
}
.comment-list li .comment-body .meta {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .1em;
  color: #ccc;
  color: #1878c3;
  display: block;
  margin-bottom: 10px;
}
.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  background: #1878c3;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .1em;
  font-weight: 400;
  border-radius: 4px;
}
.comment-list li .comment-body .reply:hover {
  color: #fff;
  background: black;
}

.search-form {
  background: #f2f2f2;
  padding: 10px;
  border-radius: 4px;
}
.search-form .form-group {
  position: relative;
  margin-bottom: 0;
}
.search-form .form-group input {
  padding-right: 50px;
  font-size: 14px;
}
.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
}
.sidebar-box h3 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
}
.sidebar-box .heading-sidebar {
  font-weight: 700;
  margin-bottom: 22px;
}

.categories,
.sidelink {
  padding: 0;
  margin: 0;
}

.categories li,
.sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dee2e6;
  list-style: none;
}

.categories li:last-child,
.sidelink li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.categories li a,
.sidelink li a {
  display: block;
  color: #1a1a1a;
}

.categories li a span,
.sidelink li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
}

.categories li.active a,
.sidelink li.active a {
  color: #000000;
  font-style: italic;
}

#ftco-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000;
}
#ftco-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#ftco-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
#ftco-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
#ftco-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

p {
  font-size: 13px;
  font-size: get_vw(13);
}
@media screen and (min-width: 769px) {
  p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 20px;
  }
}

.deco,
.decoup {
  font-size: 13px;
  font-size: get_vw(13);
}
@media screen and (min-width: 769px) {
  .deco,
  .decoup {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .deco,
  .decoup {
    font-size: 23px;
  }
}

@media screen and (max-width: 768px) {
  .deco {
    width: 60%;
    margin: 0 auto 25px !important;
  }
}

.material-icons {
  vertical-align: bottom;
}

.fs5 {
  font-size: 2vw !important;
}

.btn,
a.btn,
button.btn {
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.btn--yellow,
a.btn--yellow,
button.btn--yellow {
  color: #000;
  background-color: #fff100;
  border-bottom: 5px solid #ccc100;
}
.btn--yellow:hover,
a.btn--yellow:hover,
button.btn--yellow:hover {
  margin-top: 3px;
  color: #000;
  background: #fff20a;
  border-bottom: 2px solid #ccc100;
}
.btn .material-icons,
a.btn .material-icons,
button.btn .material-icons {
  vertical-align: middle;
}

.bannertop {
  position: relative;
  background: url("../images/banner-1.jpg") no-repeat top center;
  background-size: contain;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .bannertop {
    background-size: cover;
  }
}
.bannertop .btn {
  font-size: 26px;
  margin-top: 18vh !important;
}
@media screen and (max-width: 768px) {
  .bannertop .btn {
    font-size: 20px;
    margin-top: 70% !important;
  }
}
.bannertop .btn .mt-5 {
  margin-top: 1rem !important;
}

.Text-Span {
  position: relative;
  z-index: 1;
  line-height: 1.9;
}
.Text-Span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0%;
  height: 4px;
  background: #1878c3;
  z-index: -1;
  transition: all 0.8s;
}
.Text-Span.isActive:after {
  width: 100%;
}

.fs26 {
  font-size: 26px;
}

iframe {
  width: 100%;
  height: 300px !important;
}
@media screen and (max-width: 768px) {
  iframe {
    width: 100%;
  }
}

.heading-section.sction2 h2 {
  position: relative;
  padding: 1rem 1rem calc(1rem + 1px);
  border: 2px solid #2196F3;
  background-color: transparent;
}
.heading-section.sction2 h2:before {
  border: 2px solid #2196F3;
}

.bn-img img {
  max-width: 100%;
}
@media screen and (max-width: 998.97px) {
  .bn-img img {
    display: block;
    margin: 0 auto;
  }
}

.sp-only {
  display: block !important;
}

.pc-only {
  display: none !important;
}

@media (min-width: 998.98px) {
  .sp-only {
    display: none !important;
  }

  .pc-only {
    display: block !important;
  }
}
a img {
  transition: 1.0s;
}
a img:hover {
  opacity: 0.5;
}

a.btn_blue {
  position: relative;
  display: inline-block;
  padding: 1.5em !important;
  border: none;
  border-radius: .25em;
  color: #fff !important;
  background: linear-gradient(135deg, #a1c4fd, #3fbef8, #48c6ef, #6f86d6);
  background-size: 400% 400%;
  -webkit-animation: gradientAnm 20s ease infinite;
  animation: gradientAnm 20s ease infinite;
}
a.btn_blue:hover {
  background: linear-gradient(-135deg, #a1c4fd, #3fbef8, #48c6ef, #6f86d6);
  color: #black !important;
}

@media (max-width: 767.98px) {
  a.btn_blue {
    display: block;
  }
}
@-webkit-keyframes gradientAnm {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradientAnm {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
h4 {
  position: relative;
  background: #f1f8ff;
  padding: 0.25em 0.5em;
  text-align: left;
}
h4 .material-icons {
  font-size: 26px;
  vertical-align: middle;
  color: #1878c3;
  padding-right: 5px;
}

h5 {
  color: #1878c3;
  font-size: 1.5em;
  font-weight: 700;
}

.commonCol {
  margin-bottom: 1em;
}

@media (max-width: 767.98px) {
  .pb-5 {
    padding-bottom: 30px !important;
  }

  .spmt-3 {
    margin-top: 2em;
  }

  .mb-5 {
    margin-bottom: 10px !important;
  }

  .lhsp {
    font-size: 16px !important;
  }

  dd.lh5 {
    line-height: 3 !important;
  }

  .d-flex {
    margin-block-end: .5em;
  }
  .d-flex img {
    width: 100%;
  }
}
dt {
  float: left;
  font-size: 3em;
  padding-right: 8px;
  color: #1878c3;
}
dt:first-letter {
  color: #1878c3;
  font-size: 36px;
  float: left;
  padding-right: 15px;
  padding-top: 10px;
}

dd.lh5 {
  line-height: 4;
  color: #1878c3;
  font-size: 1.3em;
  font-weight: 600;
}

.boxbl {
  border-left: 8px solid #1878c3;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 20px;
  margin: .8em 0;
}

img.flimg {
  background-color: #FFF;
  border: 1px solid #B9B9B9;
  padding: 3px;
}

ul.type li {
  font-weight: 700;
  font-size: 1.3em;
}
ul.type li:first-child {
  font-size: 26px;
  color: orange;
}
ul.type li:last-child {
  list-style: none;
  font-size: 18px;
  font-weight: normal;
}

.headpcname {
  position: absolute;
  top: 0;
  padding-top: 30px;
  color: #2c529d;
  font-weight: 600;
}
.headpcname a {
  background: #ffff01;
  padding: 5px;
}
.headpcname a .material-icons {
  line-height: 2.2rem;
}
.headpcname p {
  display: contents;
}

.footerup {
  background: #f5f5dc;
  border-top: 2px solid #dbdbdb;
  padding-bottom: .5em;
}

#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 15px;
  opacity: 0.6;
}

#page_top a {
  width: 60px;
  height: 60px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f139';
  font-size: 50px;
  color: #3fefee;
}

table.usage {
  background: #e9f6f7;
  border: 2px solid #c8d4da;
}
table.usage span {
  padding-top: 80px;
  color: blue;
  font-size: 2rem;
}

@media (min-width: 768px) {
  table.usage tr td {
    text-align: center;
    border-width: 0px 0px 0px 0px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 2px;
    padding-bottom: 3px;
    color: #45a79b;
  }
  table.usage tr td.narrow {
    width: 5%;
  }
  table.usage tr td.common {
    width: 25%;
  }
  table.usage tr td img {
    margin: 0 auto;
    display: unset;
    width: 100%;
    height: unset;
  }

  .table-bordered a {
    position: relative;
    display: inline-block;
    padding-left: 12px;
    color: #333;
    text-decoration: none;
    color: #2196F3;
    font-weight: bold;
  }
  .table-bordered a::before {
    content: '';
    width: 18px;
    height: 18px;
    background: #2196F3;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: -9px;
  }
  .table-bordered a::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    left: -5px;
    margin-top: -4px;
    transform: rotate(45deg);
  }
  .table-bordered a:hover {
    text-decoration: underline;
  }
  .table-bordered tr {
    text-align: center;
  }

  .arrow_btnsp {
    display: none;
  }
}
@media (max-width: 500px) {
  dt:first-letter {
    font-size: 26px;
    padding-right: 10px;
    padding-top: 10px;
  }

  .table-sp th {
    display: none;
  }
  .table-sp td {
    display: block;
    text-align: left;
  }

  table span.sp-only {
    display: inline-block !important;
    background: #FFEB3B;
    padding: 0 20px;
    text-align: center;
    width: 40%;
    margin-right: 15px;
  }
  table .arrow_btnsp {
    display: inline-block;
    position: relative;
    width: 200px;
    padding: 5px 0.8em;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    border: 1px solid #1878c3;
    transition: transform ease .3s;
    margin-left: 20px;
  }
  table .arrow_btnsp:hover {
    cursor: pointer;
    text-decoration: none;
  }
  table .arrow_btnsp:hover span {
    cursor: pointer;
    text-decoration: none;
    transform: translateX(6px);
  }
  table .arrow_btnsp span {
    display: inline-block;
    text-decoration: none;
    transition: transform ease .3s;
  }
  table .arrow_btnsp span.material-icons {
    font-size: 30px;
  }
}
@media (max-width: 400px) {
  h5 {
    font-size: 1.2em;
  }

  .navbar-brand h1 {
    font-size: 18px;
  }

  .btn.btn-primary.yetext {
    font-size: 16px;
    text-shadow: none;
    letter-spacing: 0em;
  }

  .services .media-body h3 {
    font-size: 20px;
  }

  .txtbgw {
    font-size: 18px;
  }

  .txtsm {
    font-size: 16px !important;
  }

  .mb-5,
  .pb-4 {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }

  p {
    font-size: 1rem;
  }

  .toplist li {
    font-weight: 600;
    font-size: 15px;
    margin-left: -45px;
    text-indent: -15px;
    padding-left: 15px;
  }

  .deco,
  .decoup {
    font-size: 23px;
  }

  .deco {
    width: 80%;
    margin: 0 auto 15px !important;
  }

  table span.sp-only {
    font-size: 16px;
  }

  .btn,
  a.btn,
  button.btn {
    padding: 1rem 2.5rem;
  }

  .bannertop .btn {
    font-size: 18px;
  }
}
.toplist li {
  font-size: 22px;
  list-style: none;
}
.toplist li .material-icons {
  vertical-align: middle;
  font-size: 30px;
  padding-right: 10px;
  color: #3f51b5;
}
@media (max-width: 500px) {
  .toplist li {
    font-size: 18px;
    margin-left: -35px;
  }
  .toplist li .material-icons {
    font-size: 20px;
  }
}
