html {
  min-height: 100%;
  min-width: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 !important;
  min-height: 100%;
  min-width: 100%;
  background: #fff;
}

/*html,body{overflow-x: hidden;}*/
*::selection {
  background: #1a56a5;
  color: #fff;
}

/*reset erd*/
h1, h2, h3, h4, h5, h6, th, p, label, figure {
  font-weight: normal;
  margin: 0;
}

a {
  text-decoration: none !important;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

input, select, textarea, button, a {
  outline: none !important;
  border: none;
}

i {
  display: inline-block;
  vertical-align: middle;
}

nav {
  background: none;
  border: none;
  margin: 0;
}

nav button.navbar-toggle {
  background: none !important;
  border: none !important;
}

.navbar-collapse {
  border: none !important;
  box-shadow: 0 0 0 0 !important;
  padding: 0;
}

.navbar-brand {
  padding: 0;
  height: auto;
}

.dropdown button {
  box-shadow: 0 0 0 0 !important;
}

/*reset erd*/
.back {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}

/*fonts*/
/*fonts*/
/*colors*/
@keyframes rotate {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.center {
  max-width: 1174px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}

/**************************header**************************/
header {
  padding: 30px 0;
  display: table;
  width: 100%;
}
header .logo {
  float: left;
}
header .logo figure {
  width: 289px;
  height: 70px;
  background: url(../images/logo.png) no-repeat;
  background-size: 100%;
}
header .contact {
  float: right;
}
header .contact ul li {
  font-family: "dosismedium";
  font-size: 26.85px;
  color: #000000;
  line-height: 1;
}
header .contact ul li a {
  color: #000000;
  font-size: 20px;
  font-family: "dosisbold";
}

@media (max-width: 991px) {
  header {
    padding: 10px 0;
  }
  header .logo figure {
    width: 219px;
    height: 55px;
  }
  header .contact ul li {
    font-size: 20px;
  }
  header .contact ul li a {
    font-size: 15px;
  }
}
@media (max-width: 530px) {
  header .logo figure {
    width: 170px;
    height: 43px;
    margin-top: 9px;
  }
}
/**************************header**************************/
/**************************banner**************************/
.banner {
  height: 300px;
  width: 100%;
  background: url(../images/banner.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
.banner .div724 {
  position: absolute;
  width: 176px;
  height: 176px;
  left: 50%;
  border: 7px solid #ffffff;
  line-height: 1.1;
  border-radius: 88px;
  margin-left: -88px;
  bottom: -88px;
  background: #d91e18;
}
.banner .div724:before {
  content: "";
  background: transparent;
  width: 165px;
  height: 165px;
  position: absolute;
  border-radius: 100%;
  top: -1px;
  left: -1px;
  opacity: 0.7;
  box-shadow: #d22c06 -4px -5px 3px -3px;
  animation: rotate 2s infinite linear;
}
.banner .div724 p {
  font-family: "dosisbold";
  font-size: 23px;
  color: #ffffff;
  text-align: center;
  margin-top: 35px;
}
.banner .div724 p span {
  font-size: 46px;
  display: block;
}
.banner .carousel figure {
  height: 300px;
}

@media (max-width: 991px) {
  .banner {
    background: none;
  }
}
/**************************banner**************************/
/**************************services**************************/
.services {
  padding: 173px 0 57px 0;
}
.services h5 {
  font-family: "dosisbold";
  font-size: 25.75px;
  color: #060000;
  text-align: center;
  margin-bottom: 23px;
}
.services ul {
  display: table;
  width: 100%;
}
.services ul li {
  float: left;
  width: 16.666%;
  text-align: center;
}
.services ul li span {
  font-family: "dosismedium";
  font-size: 20px;
  color: #000000;
  text-align: center;
  background: #ebebeb;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  padding: 15px;
  vertical-align: middle;
  line-height: 1.2;
  display: flex;
  align-items: center;
  margin: 0 auto;
  opacity: 0;
  overflow: hidden;
}
.services ul li span b {
  font-weight: normal;
  opacity: 0;
}

@media (max-width: 991px) {
  .services {
    padding-top: 120px;
  }
  .services ul li {
    width: 33.3333%;
    padding: 10px 0;
    text-align: center;
  }
}
@media (max-width: 530px) {
  .services ul li {
    width: 50%;
    padding: 10px 0;
    text-align: center;
  }
  .services ul li span {
    width: 140px;
    height: 140px;
    font-size: 18px;
  }
}
/**************************services**************************/
/**************************phone**************************/
.phone {
  padding-bottom: 21px;
}
.phone h4 {
  font-family: "dosisregular";
  font-size: 25.78px;
  color: #060000;
  text-align: center;
}
.phone ul {
  display: table;
  margin: 0 auto;
}
.phone ul li {
  position: relative;
  float: left;
  display: inline-block;
}
.phone ul li:not(:last-child) {
  padding-right: 54px;
}
.phone ul li:not(:last-child):before {
  content: "";
  width: 4px;
  height: 24px;
  border-radius: 2px;
  background: #060000;
  position: absolute;
  right: 23px;
  top: 10px;
}
.phone ul li a {
  font-family: "dosisbold";
  font-size: 30px;
  color: #000000;
}

@media (max-width: 530px) {
  .phone ul li {
    display: block;
    float: none;
  }
  .phone ul li:not(:last-child) {
    padding-right: 0;
  }
  .phone ul li:not(:last-child):before {
    content: none;
  }
}
/**************************phone**************************/
/**************************tag**************************/
.tag {
  padding: 11px 0 14px 0;
  border-top: 1px solid #e1e1e1;
}
.tag ul {
  margin: 0 -7px;
  display: table;
  width: 100%;
}
.tag ul li {
  float: left;
  display: inline-block;
  padding: 7px;
}
.tag ul li span {
  font-family: "dosisregular";
  font-size: 14px;
  color: #060000;
  display: inline-block;
  padding: 5px 9px;
  background: #ebebeb;
  border-radius: 12px;
}

/**************************tag**************************/

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