@import "https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800";
body {
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #121212
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
img {
  max-width: 100%
}
a:focus, input:focus, textarea:focus, button:focus {
  text-decoration: none;
  outline: none
}
a:focus, a:hover {
  text-decoration: none
}
i, span, a {
  display: inline-block
}
h1, h2, h3, h4, h5, h6 {
  font-family: poppins, sans-serif;
  font-weight: 700;
  color: #121212;
  margin: 0
}
h1 {
  font-size: 48px
}
h2 {
  font-size: 36px
}
h3 {
  font-size: 28px
}
h4 {
  font-size: 22px
}
h5 {
  font-size: 18px
}
h6 {
  font-size: 16px
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #121212;
  margin: 0
}
.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%
}
.section-title .title {
  font-size: 50px;
  font-weight: 600;
  line-height: 55px;
  color: #121212
}
@media(max-width:767px) {
  .section-title .title {
    font-size: 30px;
    line-height: 40px
  }
}
.section-title .text {
  font-size: 16px;
  line-height: 24px;
  color: #6c6c6c;
  margin-top: 24px
}
.buttons-title .title {
  font-size: 36px;
  line-height: 45px;
  color: #6c6c6c
}
@media(max-width:767px) {
  .buttons-title .title {
    font-size: 24px;
    line-height: 35px
  }
}
.main-btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  padding: 0 32px;
  font-size: 16px;
  line-height: 46px;
  color: #0067f4;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  position: relative;
  text-transform: uppercase
}
@media(max-width:767px) {
  .main-btn {
    font-size: 14px;
    padding: 0 20px;
    line-height: 40px
  }
}
.standard-buttons ul li {
  display: inline-block;
  margin-left: 18px;
  margin-top: 20px
}
@media(max-width:767px) {
  .standard-buttons ul li {
    margin-left: 0
  }
}
.standard-buttons ul li:first-child {
  margin-left: 0
}
.standard-buttons .standard-one {
  border-color: #0067f4
}
.standard-buttons .standard-one:hover {
  color: #fff;
  background-color: #0067f4
}
.standard-buttons .standard-two {
  color: #fff;
  background-color: #0067f4;
  border-color: #0067f4
}
.standard-buttons .standard-two:hover {
  color: #0067f4;
  background-color: transparent
}
.standard-buttons .standard-three {
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: linear-gradient(to right, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  border: 0;
  line-height: 52px;
  background-size: 200% auto
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .standard-buttons .standard-three {
    line-height: 44px
  }
}
@media(max-width:767px) {
  .standard-buttons .standard-three {
    line-height: 44px
  }
}
.standard-buttons .standard-three:hover {
  background-position: right center
}
.standard-buttons .standard-four {
  border-color: #0067f4;
  padding-left: 60px
}
@media(max-width:767px) {
  .standard-buttons .standard-four {
    padding-left: 40px
  }
}
.standard-buttons .standard-four span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal
}
@media(max-width:767px) {
  .standard-buttons .standard-four span {
    left: 15px
  }
}
.standard-buttons .standard-four:hover {
  color: #fff;
  background-color: #0067f4
}
.standard-buttons .standard-four:hover i {
  animation: iconTranslateY .5s forwards
}
.standard-buttons .standard-five {
  color: #fff;
  background-color: #0067f4;
  border-color: #0067f4;
  padding-left: 60px
}
@media(max-width:767px) {
  .standard-buttons .standard-five {
    padding-left: 40px
  }
}
.standard-buttons .standard-five span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal
}
@media(max-width:767px) {
  .standard-buttons .standard-five span {
    left: 15px
  }
}
.standard-buttons .standard-five:hover {
  color: #0067f4;
  background-color: transparent
}
.standard-buttons .standard-five:hover i {
  animation: iconTranslateY .5s forwards
}
.standard-buttons .standard-six {
  padding-right: 60px;
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: linear-gradient(to right, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  border: 0;
  line-height: 52px;
  background-size: 200% auto
}
@media(max-width:767px) {
  .standard-buttons .standard-six {
    padding-right: 40px;
    line-height: 44px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .standard-buttons .standard-six {
    line-height: 44px
  }
}
.standard-buttons .standard-six span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  right: 30px;
  line-height: normal
}
@media(max-width:767px) {
  .standard-buttons .standard-six span {
    right: 15px
  }
}
.standard-buttons .standard-six:hover {
  background-position: right center
}
.standard-buttons .standard-six:hover i {
  -webkit-animation: iconTranslateY .5s forwards;
  -moz-animation: iconTranslateY .5s forwards;
  -o-animation: iconTranslateY .5s forwards;
  animation: iconTranslateY .5s forwards
}
.light-rounded-buttons ul li {
  display: inline-block;
  margin-left: 18px;
  margin-top: 20px
}
@media(max-width:767px) {
  .light-rounded-buttons ul li {
    margin-left: 0
  }
}
.light-rounded-buttons ul li:first-child {
  margin-left: 0
}
.light-rounded-buttons .main-btn {
  border-radius: 5px
}
.light-rounded-buttons .light-rounded-one {
  border-color: #0067f4
}
.light-rounded-buttons .light-rounded-one:hover {
  color: #fff;
  background-color: #0067f4
}
.light-rounded-buttons .light-rounded-two {
  color: #fff;
  background-color: #0067f4;
  border-color: #0067f4
}
.light-rounded-buttons .light-rounded-two:hover {
  color: #0067f4;
  background-color: transparent
}
.light-rounded-buttons .light-rounded-three {
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: linear-gradient(to right, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background-size: 200% auto;
  line-height: 52px;
  border: 0
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .light-rounded-buttons .light-rounded-three {
    line-height: 44px
  }
}
@media(max-width:767px) {
  .light-rounded-buttons .light-rounded-three {
    line-height: 44px
  }
}
.light-rounded-buttons .light-rounded-three:hover {
  background-position: right center
}
.light-rounded-buttons .light-rounded-four {
  border-color: #0067f4;
  padding-left: 60px
}
@media(max-width:767px) {
  .light-rounded-buttons .light-rounded-four {
    padding-left: 40px
  }
}
.light-rounded-buttons .light-rounded-four span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal
}
@media(max-width:767px) {
  .light-rounded-buttons .light-rounded-four span {
    left: 15px
  }
}
.light-rounded-buttons .light-rounded-four:hover {
  color: #fff;
  background-color: #0067f4
}
.light-rounded-buttons .light-rounded-four:hover i {
  -webkit-animation: iconTranslateY .5s forwards;
  -moz-animation: iconTranslateY .5s forwards;
  -o-animation: iconTranslateY .5s forwards;
  animation: iconTranslateY .5s forwards
}
.light-rounded-buttons .light-rounded-five {
  color: #fff;
  background-color: #0067f4;
  border-color: #0067f4;
  padding-left: 60px
}
@media(max-width:767px) {
  .light-rounded-buttons .light-rounded-five {
    padding-left: 40px
  }
}
.light-rounded-buttons .light-rounded-five span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal
}
@media(max-width:767px) {
  .light-rounded-buttons .light-rounded-five span {
    left: 15px
  }
}
.light-rounded-buttons .light-rounded-five:hover {
  color: #0067f4;
  background-color: transparent
}
.light-rounded-buttons .light-rounded-five:hover i {
  -webkit-animation: iconTranslateY .5s forwards;
  -moz-animation: iconTranslateY .5s forwards;
  -o-animation: iconTranslateY .5s forwards;
  animation: iconTranslateY .5s forwards
}
.light-rounded-buttons .light-rounded-six {
  padding-right: 60px;
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: linear-gradient(to right, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background-size: 200% auto;
  line-height: 52px;
  border: 0
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .light-rounded-buttons .light-rounded-six {
    line-height: 44px
  }
}
@media(max-width:767px) {
  .light-rounded-buttons .light-rounded-six {
    padding-right: 40px;
    line-height: 44px
  }
}
.light-rounded-buttons .light-rounded-six span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  right: 30px;
  line-height: normal
}
@media(max-width:767px) {
  .light-rounded-buttons .light-rounded-six span {
    right: 15px
  }
}
.light-rounded-buttons .light-rounded-six:hover {
  background-position: right center
}
.light-rounded-buttons .light-rounded-six:hover i {
  -webkit-animation: iconTranslateY .5s forwards;
  -moz-animation: iconTranslateY .5s forwards;
  -o-animation: iconTranslateY .5s forwards;
  animation: iconTranslateY .5s forwards
}
.semi-rounded-buttons ul li {
  display: inline-block;
  margin-left: 18px;
  margin-top: 20px
}
@media(max-width:767px) {
  .semi-rounded-buttons ul li {
    margin-left: 0
  }
}
.semi-rounded-buttons ul li:first-child {
  margin-left: 0
}
.semi-rounded-buttons .main-btn {
  border-radius: 10px
}
.semi-rounded-buttons .semi-rounded-one {
  border-color: #0067f4
}
.semi-rounded-buttons .semi-rounded-one:hover {
  color: #fff;
  background-color: #0067f4
}
.semi-rounded-buttons .semi-rounded-two {
  color: #fff;
  background-color: #0067f4;
  border-color: #0067f4
}
.semi-rounded-buttons .semi-rounded-two:hover {
  color: #0067f4;
  background-color: transparent
}
.semi-rounded-buttons .semi-rounded-three {
  overflow: hidden;
  line-height: 52px;
  background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: linear-gradient(to right, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background-size: 200% auto;
  border: 0;
  color: #fff
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .semi-rounded-buttons .semi-rounded-three {
    line-height: 44px
  }
}
@media(max-width:767px) {
  .semi-rounded-buttons .semi-rounded-three {
    line-height: 44px
  }
}
.semi-rounded-buttons .semi-rounded-three:hover {
  background-position: right center
}
.semi-rounded-buttons .semi-rounded-four {
  border-color: #0067f4;
  padding-left: 60px
}
@media(max-width:767px) {
  .semi-rounded-buttons .semi-rounded-four {
    padding-left: 40px
  }
}
.semi-rounded-buttons .semi-rounded-four span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal
}
@media(max-width:767px) {
  .semi-rounded-buttons .semi-rounded-four span {
    left: 15px
  }
}
.semi-rounded-buttons .semi-rounded-four:hover {
  color: #fff;
  background-color: #0067f4
}
.semi-rounded-buttons .semi-rounded-four:hover i {
  -webkit-animation: iconTranslateY .5s forwards;
  -moz-animation: iconTranslateY .5s forwards;
  -o-animation: iconTranslateY .5s forwards;
  animation: iconTranslateY .5s forwards
}
.semi-rounded-buttons .semi-rounded-five {
  color: #fff;
  background-color: #0067f4;
  border-color: #0067f4;
  padding-left: 60px
}
@media(max-width:767px) {
  .semi-rounded-buttons .semi-rounded-five {
    padding-left: 40px
  }
}
.semi-rounded-buttons .semi-rounded-five span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal
}
@media(max-width:767px) {
  .semi-rounded-buttons .semi-rounded-five span {
    left: 15px
  }
}
.semi-rounded-buttons .semi-rounded-five:hover {
  color: #0067f4;
  background-color: transparent
}
.semi-rounded-buttons .semi-rounded-five:hover i {
  -webkit-animation: iconTranslateY .5s forwards;
  -moz-animation: iconTranslateY .5s forwards;
  -o-animation: iconTranslateY .5s forwards;
  animation: iconTranslateY .5s forwards
}
.semi-rounded-buttons .semi-rounded-six {
  padding-right: 60px;
  overflow: hidden;
  line-height: 52px;
  background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: linear-gradient(to right, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background-size: 200% auto;
  border: 0;
  color: #fff
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .semi-rounded-buttons .semi-rounded-six {
    line-height: 44px
  }
}
@media(max-width:767px) {
  .semi-rounded-buttons .semi-rounded-six {
    padding-right: 40px;
    line-height: 44px
  }
}
.semi-rounded-buttons .semi-rounded-six span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  right: 30px;
  line-height: normal
}
@media(max-width:767px) {
  .semi-rounded-buttons .semi-rounded-six span {
    right: 15px
  }
}
.semi-rounded-buttons .semi-rounded-six:hover {
  background-position: right center
}
.semi-rounded-buttons .semi-rounded-six:hover i {
  -webkit-animation: iconTranslateY .5s forwards;
  -moz-animation: iconTranslateY .5s forwards;
  -o-animation: iconTranslateY .5s forwards;
  animation: iconTranslateY .5s forwards
}
.rounded-buttons ul li {
  display: inline-block;
  margin-left: 18px;
  margin-top: 20px
}
@media(max-width:767px) {
  .rounded-buttons ul li {
    margin-left: 0
  }
}
.rounded-buttons ul li:first-child {
  margin-left: 0
}
.rounded-buttons .main-btn {
  border-radius: 50px
}
.rounded-buttons .rounded-one {
  border-color: #0067f4
}
.rounded-buttons .rounded-one:hover {
  color: #fff;
  background-color: #0067f4
}
.rounded-buttons .rounded-two {
  color: #fff;
  background-color: #0067f4;
  border-color: #0067f4
}
.rounded-buttons .rounded-two:hover {
  color: #0067f4;
  background-color: transparent
}
.rounded-buttons .rounded-three {
  overflow: hidden;
  line-height: 52px;
  background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: linear-gradient(to right, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background-size: 200% auto;
  color: #fff;
  border: 0
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .rounded-buttons .rounded-three {
    line-height: 44px
  }
}
@media(max-width:767px) {
  .rounded-buttons .rounded-three {
    line-height: 44px
  }
}
.rounded-buttons .rounded-three:hover {
  background-position: right center
}
.rounded-buttons .rounded-four {
  border-color: #0067f4;
  padding-left: 60px
}
@media(max-width:767px) {
  .rounded-buttons .rounded-four {
    padding-left: 40px
  }
}
.rounded-buttons .rounded-four span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal
}
@media(max-width:767px) {
  .rounded-buttons .rounded-four span {
    left: 15px
  }
}
.rounded-buttons .rounded-four:hover {
  color: #fff;
  background-color: #0067f4
}
.rounded-buttons .rounded-four:hover i {
  -webkit-animation: iconTranslateY .5s forwards;
  -moz-animation: iconTranslateY .5s forwards;
  -o-animation: iconTranslateY .5s forwards;
  animation: iconTranslateY .5s forwards
}
.rounded-buttons .rounded-five {
  color: #fff;
  background-color: #0067f4;
  border-color: #0067f4;
  padding-left: 60px
}
@media(max-width:767px) {
  .rounded-buttons .rounded-five {
    padding-left: 40px
  }
}
.rounded-buttons .rounded-five span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal
}
@media(max-width:767px) {
  .rounded-buttons .rounded-five span {
    left: 15px
  }
}
.rounded-buttons .rounded-five:hover {
  color: #0067f4;
  background-color: transparent
}
.rounded-buttons .rounded-five:hover i {
  -webkit-animation: iconTranslateY .5s forwards;
  -moz-animation: iconTranslateY .5s forwards;
  -o-animation: iconTranslateY .5s forwards;
  animation: iconTranslateY .5s forwards
}
.rounded-buttons .rounded-six {
  padding-right: 60px;
  overflow: hidden;
  line-height: 52px;
  background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: linear-gradient(to right, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background-size: 200% auto;
  color: #fff;
  border: 0
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .rounded-buttons .rounded-six {
    line-height: 44px
  }
}
@media(max-width:767px) {
  .rounded-buttons .rounded-six {
    padding-right: 40px;
    line-height: 44px
  }
}
.rounded-buttons .rounded-six span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  right: 30px;
  line-height: normal
}
@media(max-width:767px) {
  .rounded-buttons .rounded-six span {
    right: 15px
  }
}
.rounded-buttons .rounded-six:hover {
  background-position: right center
}
.rounded-buttons .rounded-six:hover i {
  -webkit-animation: iconTranslateY .5s forwards;
  -moz-animation: iconTranslateY .5s forwards;
  -o-animation: iconTranslateY .5s forwards;
  animation: iconTranslateY .5s forwards
}
.success-buttons ul li {
  display: inline-block;
  margin-left: 18px;
  margin-top: 20px
}
@media(max-width:767px) {
  .success-buttons ul li {
    margin-left: 0
  }
}
.success-buttons ul li:first-child {
  margin-left: 0
}
.success-buttons .success-one {
  border-color: #4da422;
  color: #4da422
}
.success-buttons .success-one:hover {
  color: #fff;
  background-color: #4da422
}
.success-buttons .success-two {
  color: #fff;
  background-color: #4da422;
  border-color: #4da422
}
.success-buttons .success-two:hover {
  color: #4da422;
  background-color: transparent
}
.success-buttons .success-three {
  overflow: hidden;
  line-height: 52px;
  color: #fff;
  border: 0;
  background: -webkit-linear-gradient(left, #4da422 0%, #69e02e 50%, #4da422 100%);
  background: -o-linear-gradient(left, #4da422 0%, #69e02e 50%, #4da422 100%);
  background: linear-gradient(to right, #4da422 0%, #69e02e 50%, #4da422 100%);
  background-size: 200% auto
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .success-buttons .success-three {
    line-height: 44px
  }
}
@media(max-width:767px) {
  .success-buttons .success-three {
    line-height: 44px
  }
}
.success-buttons .success-three:hover {
  background-position: right center
}
.success-buttons .success-four {
  padding-left: 60px;
  border-color: #4da422;
  color: #4da422
}
@media(max-width:767px) {
  .success-buttons .success-four {
    padding-left: 40px
  }
}
.success-buttons .success-four span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal
}
@media(max-width:767px) {
  .success-buttons .success-four span {
    left: 15px
  }
}
.success-buttons .success-four:hover {
  color: #fff;
  background-color: #4da422
}
.success-buttons .success-four:hover i {
  -webkit-animation: iconTranslateY .5s forwards;
  -moz-animation: iconTranslateY .5s forwards;
  -o-animation: iconTranslateY .5s forwards;
  animation: iconTranslateY .5s forwards
}
.success-buttons .success-five {
  padding-left: 60px;
  color: #fff;
  background-color: #4da422;
  border-color: #4da422
}
@media(max-width:767px) {
  .success-buttons .success-five {
    padding-left: 40px
  }
}
.success-buttons .success-five span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal
}
@media(max-width:767px) {
  .success-buttons .success-five span {
    left: 15px
  }
}
.success-buttons .success-five:hover {
  color: #4da422;
  background-color: transparent
}
.success-buttons .success-five:hover i {
  -webkit-animation: iconTranslateY .5s forwards;
  -moz-animation: iconTranslateY .5s forwards;
  -o-animation: iconTranslateY .5s forwards;
  animation: iconTranslateY .5s forwards
}
.success-buttons .success-six {
  padding-right: 60px;
  overflow: hidden;
  line-height: 52px;
  color: #fff;
  border: 0;
  background: -webkit-linear-gradient(left, #4da422 0%, #69e02e 50%, #4da422 100%);
  background: -o-linear-gradient(left, #4da422 0%, #69e02e 50%, #4da422 100%);
  background: linear-gradient(to right, #4da422 0%, #69e02e 50%, #4da422 100%);
  background-size: 200% auto
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .success-buttons .success-six {
    line-height: 44px
  }
}
@media(max-width:767px) {
  .success-buttons .success-six {
    padding-right: 40px;
    line-height: 44px
  }
}
.success-buttons .success-six span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  right: 30px;
  line-height: normal
}
@media(max-width:767px) {
  .success-buttons .success-six span {
    right: 15px
  }
}
.success-buttons .success-six:hover {
  background-position: right center
}
.success-buttons .success-six:hover i {
  -webkit-animation: iconTranslateY .5s forwards;
  -moz-animation: iconTranslateY .5s forwards;
  -o-animation: iconTranslateY .5s forwards;
  animation: iconTranslateY .5s forwards
}
.warning-buttons ul li {
  display: inline-block;
  margin-left: 18px;
  margin-top: 20px
}
@media(max-width:767px) {
  .warning-buttons ul li {
    margin-left: 0
  }
}
.warning-buttons ul li:first-child {
  margin-left: 0
}
.warning-buttons .warning-one {
  border-color: #ffb400;
  color: #ffb400
}
.warning-buttons .warning-one:hover {
  color: #fff;
  background-color: #ffb400
}
.warning-buttons .warning-two {
  color: #fff;
  background-color: #ffb400;
  border-color: #ffb400
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .warning-buttons .warning-two {
    line-height: 44px
  }
}
@media(max-width:767px) {
  .warning-buttons .warning-two {
    padding-right: 40px;
    line-height: 44px
  }
}
.warning-buttons .warning-two:hover {
  color: #ffb400;
  background-color: transparent
}
.warning-buttons .warning-three {
  overflow: hidden;
  line-height: 52px;
  color: #fff;
  border: 0;
  background: -webkit-linear-gradient(left, #ffb400 0%, #f7e500 50%, #ffb400 100%);
  background: -o-linear-gradient(left, #ffb400 0%, #f7e500 50%, #ffb400 100%);
  background: linear-gradient(to right, #ffb400 0%, #f7e500 50%, #ffb400 100%);
  background-size: 200% auto
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .warning-buttons .warning-three {
    line-height: 44px
  }
}
@media(max-width:767px) {
  .warning-buttons .warning-three {
    line-height: 44px
  }
}
.warning-buttons .warning-three:hover {
  background-position: right center
}
.warning-buttons .warning-four {
  padding-left: 60px;
  border-color: #ffb400;
  color: #ffb400
}
@media(max-width:767px) {
  .warning-buttons .warning-four {
    padding-left: 40px
  }
}
.warning-buttons .warning-four span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal
}
@media(max-width:767px) {
  .warning-buttons .warning-four span {
    left: 15px
  }
}
.warning-buttons .warning-four:hover {
  color: #fff;
  background-color: #ffb400
}
.warning-buttons .warning-four:hover i {
  -webkit-animation: iconTranslateY .5s forwards;
  -moz-animation: iconTranslateY .5s forwards;
  -o-animation: iconTranslateY .5s forwards;
  animation: iconTranslateY .5s forwards
}
.warning-buttons .warning-five {
  padding-left: 60px;
  color: #fff;
  background-color: #ffb400;
  border-color: #ffb400
}
@media(max-width:767px) {
  .warning-buttons .warning-five {
    padding-left: 40px
  }
}
.warning-buttons .warning-five span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal
}
@media(max-width:767px) {
  .warning-buttons .warning-five span {
    left: 15px
  }
}
.warning-buttons .warning-five:hover {
  color: #ffb400;
  background-color: transparent
}
.warning-buttons .warning-five:hover i {
  -webkit-animation: iconTranslateY .5s forwards;
  -moz-animation: iconTranslateY .5s forwards;
  -o-animation: iconTranslateY .5s forwards;
  animation: iconTranslateY .5s forwards
}
.warning-buttons .warning-six {
  padding-right: 60px;
  overflow: hidden;
  line-height: 52px;
  color: #fff;
  border: 0;
  background: -webkit-linear-gradient(left, #ffb400 0%, #f7e500 50%, #ffb400 100%);
  background: -o-linear-gradient(left, #ffb400 0%, #f7e500 50%, #ffb400 100%);
  background: linear-gradient(to right, #ffb400 0%, #f7e500 50%, #ffb400 100%);
  background-size: 200% auto
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .warning-buttons .warning-six {
    line-height: 44px
  }
}
@media(max-width:767px) {
  .warning-buttons .warning-six {
    padding-right: 40px;
    line-height: 44px
  }
}
.warning-buttons .warning-six span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  right: 30px;
  line-height: normal
}
@media(max-width:767px) {
  .warning-buttons .warning-six span {
    right: 15px
  }
}
.warning-buttons .warning-six:hover {
  background-position: right center
}
.warning-buttons .warning-six:hover i {
  -webkit-animation: iconTranslateY .5s forwards;
  -moz-animation: iconTranslateY .5s forwards;
  -o-animation: iconTranslateY .5s forwards;
  animation: iconTranslateY .5s forwards
}
.info-buttons ul li {
  display: inline-block;
  margin-left: 18px;
  margin-top: 20px
}
@media(max-width:767px) {
  .info-buttons ul li {
    margin-left: 0
  }
}
.info-buttons ul li:first-child {
  margin-left: 0
}
.info-buttons .info-one {
  border-color: #00b8d8;
  color: #00b8d8
}
.info-buttons .info-one:hover {
  color: #fff;
  background-color: #00b8d8
}
.info-buttons .info-two {
  color: #fff;
  background-color: #00b8d8;
  border-color: #00b8d8
}
.info-buttons .info-two:hover {
  color: #00b8d8;
  background-color: transparent
}
.info-buttons .info-three {
  overflow: hidden;
  line-height: 52px;
  color: #fff;
  border: 0;
  background: -webkit-linear-gradient(left, #00b8d8 0%, #32fbfc 50%, #00b8d8 100%);
  background: -o-linear-gradient(left, #00b8d8 0%, #32fbfc 50%, #00b8d8 100%);
  background: linear-gradient(to right, #00b8d8 0%, #32fbfc 50%, #00b8d8 100%);
  background-size: 200% auto
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .info-buttons .info-three {
    line-height: 44px
  }
}
@media(max-width:767px) {
  .info-buttons .info-three {
    line-height: 44px
  }
}
.info-buttons .info-three:hover {
  background-position: right center
}
.info-buttons .info-four {
  padding-left: 60px;
  border-color: #00b8d8;
  color: #00b8d8
}
@media(max-width:767px) {
  .info-buttons .info-four {
    padding-left: 40px
  }
}
.info-buttons .info-four span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal
}
@media(max-width:767px) {
  .info-buttons .info-four span {
    left: 15px
  }
}
.info-buttons .info-four:hover {
  color: #fff;
  background-color: #00b8d8
}
.info-buttons .info-four:hover i {
  -webkit-animation: iconTranslateY .5s forwards;
  -moz-animation: iconTranslateY .5s forwards;
  -o-animation: iconTranslateY .5s forwards;
  animation: iconTranslateY .5s forwards
}
.info-buttons .info-five {
  padding-left: 60px;
  color: #fff;
  background-color: #00b8d8;
  border-color: #00b8d8
}
@media(max-width:767px) {
  .info-buttons .info-five {
    padding-left: 40px
  }
}
.info-buttons .info-five span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal
}
@media(max-width:767px) {
  .info-buttons .info-five span {
    left: 15px
  }
}
.info-buttons .info-five:hover {
  color: #00b8d8;
  background-color: transparent
}
.info-buttons .info-five:hover i {
  -webkit-animation: iconTranslateY .5s forwards;
  -moz-animation: iconTranslateY .5s forwards;
  -o-animation: iconTranslateY .5s forwards;
  animation: iconTranslateY .5s forwards
}
.info-buttons .info-six {
  padding-right: 60px;
  overflow: hidden;
  line-height: 52px;
  color: #fff;
  border: 0;
  background: -webkit-linear-gradient(left, #00b8d8 0%, #32fbfc 50%, #00b8d8 100%);
  background: -o-linear-gradient(left, #00b8d8 0%, #32fbfc 50%, #00b8d8 100%);
  background: linear-gradient(to right, #00b8d8 0%, #32fbfc 50%, #00b8d8 100%);
  background-size: 200% auto
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .info-buttons .info-six {
    line-height: 44px
  }
}
@media(max-width:767px) {
  .info-buttons .info-six {
    padding-right: 40px;
    line-height: 44px
  }
}
.info-buttons .info-six span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  right: 30px;
  line-height: normal
}
@media(max-width:767px) {
  .info-buttons .info-six span {
    right: 15px
  }
}
.info-buttons .info-six:hover {
  background-position: right center
}
.info-buttons .info-six:hover i {
  -webkit-animation: iconTranslateY .5s forwards;
  -moz-animation: iconTranslateY .5s forwards;
  -o-animation: iconTranslateY .5s forwards;
  animation: iconTranslateY .5s forwards
}
.danger-buttons ul li {
  display: inline-block;
  margin-left: 18px;
  margin-top: 20px
}
@media(max-width:767px) {
  .danger-buttons ul li {
    margin-left: 0
  }
}
.danger-buttons ul li:first-child {
  margin-left: 0
}
.danger-buttons .danger-one {
  border-color: #fc3832;
  color: #fc3832
}
.danger-buttons .danger-one:hover {
  color: #fff;
  background-color: #fc3832
}
.danger-buttons .danger-one {
  border-color: #fc3832;
  color: #fc3832
}
.danger-buttons .danger-one:hover {
  color: #fff;
  background-color: #fc3832
}
.danger-buttons .danger-two {
  color: #fff;
  background-color: #fc3832;
  border-color: #fc3832
}
.danger-buttons .danger-two:hover {
  color: #fc3832;
  background-color: transparent
}
.danger-buttons .danger-three {
  overflow: hidden;
  line-height: 52px;
  color: #fff;
  border: 0;
  background: -webkit-linear-gradient(left, #fc3832 0%, #dc312b 50%, #fc3832 100%);
  background: -o-linear-gradient(left, #fc3832 0%, #dc312b 50%, #fc3832 100%);
  background: linear-gradient(to right, #fc3832 0%, #dc312b 50%, #fc3832 100%);
  background-size: 200% auto
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .danger-buttons .danger-three {
    line-height: 44px
  }
}
@media(max-width:767px) {
  .danger-buttons .danger-three {
    line-height: 44px
  }
}
.danger-buttons .danger-three:hover {
  background-position: right center
}
.danger-buttons .danger-four {
  padding-left: 60px;
  border-color: #fc3832;
  color: #fc3832
}
@media(max-width:767px) {
  .danger-buttons .danger-four {
    padding-left: 40px
  }
}
.danger-buttons .danger-four span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal
}
@media(max-width:767px) {
  .danger-buttons .danger-four span {
    left: 15px
  }
}
.danger-buttons .danger-four:hover {
  color: #fff;
  background-color: #fc3832
}
.danger-buttons .danger-four:hover i {
  -webkit-animation: iconTranslateY .5s forwards;
  -moz-animation: iconTranslateY .5s forwards;
  -o-animation: iconTranslateY .5s forwards;
  animation: iconTranslateY .5s forwards
}
.danger-buttons .danger-five {
  padding-left: 60px;
  color: #fff;
  background-color: #fc3832;
  border-color: #fc3832
}
@media(max-width:767px) {
  .danger-buttons .danger-five {
    padding-left: 40px
  }
}
.danger-buttons .danger-five span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal
}
@media(max-width:767px) {
  .danger-buttons .danger-five span {
    left: 15px
  }
}
.danger-buttons .danger-five:hover {
  color: #fc3832;
  background-color: transparent
}
.danger-buttons .danger-five:hover i {
  -webkit-animation: iconTranslateY .5s forwards;
  -moz-animation: iconTranslateY .5s forwards;
  -o-animation: iconTranslateY .5s forwards;
  animation: iconTranslateY .5s forwards
}
.danger-buttons .danger-six {
  padding-right: 60px;
  overflow: hidden;
  line-height: 52px;
  color: #fff;
  border: 0;
  background: -webkit-linear-gradient(left, #fc3832 0%, #dc312b 50%, #fc3832 100%);
  background: -o-linear-gradient(left, #fc3832 0%, #dc312b 50%, #fc3832 100%);
  background: linear-gradient(to right, #fc3832 0%, #dc312b 50%, #fc3832 100%);
  background-size: 200% auto
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .danger-buttons .danger-six {
    line-height: 44px
  }
}
@media(max-width:767px) {
  .danger-buttons .danger-six {
    padding-right: 40px;
    line-height: 44px
  }
}
.danger-buttons .danger-six span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  right: 30px;
  line-height: normal
}
@media(max-width:767px) {
  .danger-buttons .danger-six span {
    right: 15px
  }
}
.danger-buttons .danger-six:hover {
  background-position: right center
}
.danger-buttons .danger-six:hover i {
  -webkit-animation: iconTranslateY .5s forwards;
  -moz-animation: iconTranslateY .5s forwards;
  -o-animation: iconTranslateY .5s forwards;
  animation: iconTranslateY .5s forwards
}
@-webkit-keyframes iconTranslateY {
  49% {
    -webkit-transform: translateY(100%)
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%)
  }
  51% {
    opacity: 1
  }
}
@-moz-keyframes iconTranslateY {
  49% {
    -webkit-transform: translateY(100%)
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%)
  }
  51% {
    opacity: 1
  }
}
@keyframes iconTranslateY {
  49% {
    -webkit-transform: translateY(100%)
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%)
  }
  51% {
    opacity: 1
  }
}
.lg-btn {
  line-height: 64px !important;
  font-size: 18px
}
@media(max-width:767px) {
  .lg-btn {
    font-size: 16px;
    ine-height: 52px
  }
}
.el-btn {
  line-height: 80px !important;
  font-size: 20px
}
@media(max-width:767px) {
  .el-btn {
    font-size: 18px;
    line-height: 74px
  }
}
.sm-btn {
  line-height: 40px !important;
  font-size: 12px
}
.regular-icon-buttons ul li {
  display: inline-block;
  margin-left: 10px;
  margin-top: 20px
}
.regular-icon-buttons ul li:first-child {
  margin-left: 0
}
.regular-icon-buttons ul li .regular-icon-light-one {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #0067f4;
  text-align: center;
  font-size: 24px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  overflow: hidden;
  color: #0067f4
}
.regular-icon-buttons ul li .regular-icon-light-one:hover {
  color: #fff;
  background-color: #0067f4
}
.regular-icon-buttons ul li .regular-icon-light-two {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #0067f4;
  text-align: center;
  font-size: 24px;
  border-radius: 5px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  overflow: hidden;
  color: #0067f4
}
.regular-icon-buttons ul li .regular-icon-light-two:hover {
  color: #fff;
  background-color: #0067f4
}
.regular-icon-buttons ul li .regular-icon-light-three {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #0067f4;
  text-align: center;
  font-size: 24px;
  border-radius: 10px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  overflow: hidden;
  color: #0067f4
}
.regular-icon-buttons ul li .regular-icon-light-three:hover {
  color: #fff;
  background-color: #0067f4
}
.regular-icon-buttons ul li .regular-icon-light-four {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #0067f4;
  text-align: center;
  font-size: 24px;
  border-radius: 50%;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  overflow: hidden
}
.regular-icon-buttons ul li .regular-icon-light-four:hover {
  color: #fff;
  background-color: #0067f4
}
.regular-icon-buttons ul li .regular-icon-light-five {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 0;
  text-align: center;
  font-size: 24px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  position: relative;
  z-index: 5;
  overflow: hidden;
  color: #fff;
  background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: linear-gradient(to right, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background-size: 200% auto
}
.regular-icon-buttons ul li .regular-icon-light-five:hover {
  background-position: right center
}
.regular-icon-buttons ul li .regular-icon-light-six {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 0;
  text-align: center;
  font-size: 24px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  position: relative;
  z-index: 5;
  overflow: hidden;
  color: #fff;
  background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: linear-gradient(to right, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background-size: 200% auto;
  border-radius: 5px
}
.regular-icon-buttons ul li .regular-icon-light-six:hover {
  background-position: right center
}
.regular-icon-buttons ul li .regular-icon-light-seven {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 0;
  text-align: center;
  font-size: 24px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  position: relative;
  z-index: 5;
  overflow: hidden;
  color: #fff;
  background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: linear-gradient(to right, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background-size: 200% auto;
  border-radius: 10px
}
.regular-icon-buttons ul li .regular-icon-light-seven:hover {
  background-position: right center
}
.regular-icon-buttons ul li .regular-icon-light-eight {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 0;
  text-align: center;
  font-size: 24px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  position: relative;
  z-index: 5;
  overflow: hidden;
  color: #fff;
  background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: linear-gradient(to right, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background-size: 200% auto;
  border-radius: 50%
}
.regular-icon-buttons ul li .regular-icon-light-eight:hover {
  background-position: right center
}
.regular-icon-buttons ul li .regular-icon-light-nine {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #0067f4;
  text-align: center;
  font-size: 24px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  overflow: hidden;
  color: #fff;
  background-color: #0067f4
}
.regular-icon-buttons ul li .regular-icon-light-nine:hover {
  color: #0067f4;
  background-color: transparent
}
.regular-icon-buttons ul li .regular-icon-light-ten {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #0067f4;
  text-align: center;
  font-size: 24px;
  border-radius: 5px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  overflow: hidden;
  color: #fff;
  background-color: #0067f4
}
.regular-icon-buttons ul li .regular-icon-light-ten:hover {
  color: #0067f4;
  background-color: transparent
}
.regular-icon-buttons ul li .regular-icon-light-eleven {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #0067f4;
  text-align: center;
  font-size: 24px;
  border-radius: 10px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  overflow: hidden;
  color: #fff;
  background-color: #0067f4
}
.regular-icon-buttons ul li .regular-icon-light-eleven:hover {
  color: #0067f4;
  background-color: transparent
}
.regular-icon-buttons ul li .regular-icon-light-twelve {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #0067f4;
  text-align: center;
  font-size: 24px;
  border-radius: 50%;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  overflow: hidden;
  color: #fff;
  background-color: #0067f4
}
.regular-icon-buttons ul li .regular-icon-light-twelve:hover {
  color: #0067f4;
  background-color: transparent
}
.group-buttons .btn-group {
  margin-left: 30px
}
.group-buttons .group-one {
  margin-left: 0
}
.group-buttons .group-one .main-btn {
  background: 0 0;
  border: 2px solid #0067f4;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}
.group-buttons .group-one .main-btn:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0
}
.group-buttons .group-one .main-btn:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 0
}
.group-buttons .group-one .main-btn:hover {
  background-color: #0067f4;
  color: #fff
}
.group-buttons .group-two .main-btn {
  background: 0 0;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  overflow: hidden;
  color: #fff;
  line-height: 52px;
  background: -webkit-linear-gradient(#0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: -o-linear-gradient(#0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: linear-gradient(#0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background-size: auto 200%;
  border-top: 0;
  border-bottom: 0;
  border-color: rgba(244, 246, 247, .2)
}
.group-buttons .group-two .main-btn:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0
}
.group-buttons .group-two .main-btn:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 0
}
.group-buttons .group-two .main-btn:hover {
  background-position: bottom center
}
.group-buttons .group-three .main-btn {
  background: 0 0;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  overflow: hidden;
  color: #fff;
  line-height: 52px;
  background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: linear-gradient(to right, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background-size: 200% auto;
  border: 0
}
.group-buttons .group-three .main-btn:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0
}
.group-buttons .group-three .main-btn:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 0
}
.group-buttons .group-three .main-btn:hover {
  background-position: right center
}
.group-buttons .group-four {
  margin-left: 0
}
.group-buttons .group-four .main-btn {
  background: 0 0;
  border: 2px solid #0067f4;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  padding: 0 12px
}
.group-buttons .group-four .main-btn i {
  font-size: 24px
}
.group-buttons .group-four .main-btn:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0
}
.group-buttons .group-four .main-btn:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 0
}
.group-buttons .group-four .main-btn:hover {
  background-color: #0067f4;
  color: #fff
}
.group-buttons .group-five .main-btn {
  background: 0 0;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  overflow: hidden;
  color: #fff;
  line-height: 52px;
  background: -webkit-linear-gradient(#0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: -o-linear-gradient(#0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: linear-gradient(#0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background-size: auto 200%;
  border-top: 0;
  border-bottom: 0;
  border-color: rgba(244, 246, 247, .2);
  padding: 0 16px
}
.group-buttons .group-five .main-btn:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0
}
.group-buttons .group-five .main-btn:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 0
}
.group-buttons .group-five .main-btn:hover {
  background-position: bottom center
}
.group-buttons .group-six .main-btn {
  background: 0 0;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  overflow: hidden;
  color: #fff;
  line-height: 52px;
  background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: linear-gradient(to right, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background-size: 200% auto;
  border: 0;
  padding: 0 16px
}
.group-buttons .group-six .main-btn:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0
}
.group-buttons .group-six .main-btn:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 0
}
.group-buttons .group-six .main-btn:hover {
  background-position: right center
}
.navgition {
  padding: 10px 0;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}
.navgition.navgition-transparent {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99
}
.navgition.sticky {
  position: fixed;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16);
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}
.navgition .navbar {
  position: relative;
  padding: 0
}
.navgition .navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #121212;
  margin: 5px 0;
  display: block;
  position: relative;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}
.navgition .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px
}
.navgition .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0
}
.navgition .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .navgition .navbar .navbar-collapse {
    position: absolute;
    top: 116%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 8;
    padding: 10px 0;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16)
  }
}
@media(max-width:767px) {
  .navgition .navbar .navbar-collapse {
    position: absolute;
    top: 116%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 8;
    padding: 10px 0;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16)
  }
}
.navgition .navbar .navbar-nav .nav-item {
  margin: 0 16px;
  position: relative
}
.navgition .navbar .navbar-nav .nav-item a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 26px 0;
  color: #121212;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .navgition .navbar .navbar-nav .nav-item a {
    padding: 10px 0;
    display: block
  }
}
@media(max-width:767px) {
  .navgition .navbar .navbar-nav .nav-item a {
    padding: 10px 0;
    display: block
  }
}
.navgition .navbar .navbar-nav .nav-item a::before, .navgition .navbar .navbar-nav .nav-item a::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 4px;
  background-color: #0067f4;
  left: 50%;
  margin: 0 2px;
  bottom: 14px;
  opacity: 0;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .navgition .navbar .navbar-nav .nav-item a::before, .navgition .navbar .navbar-nav .nav-item a::after {
    display: none
  }
}
@media(max-width:767px) {
  .navgition .navbar .navbar-nav .nav-item a::before, .navgition .navbar .navbar-nav .nav-item a::after {
    display: none
  }
}
.navgition .navbar .navbar-nav .nav-item a::after {
  left: auto;
  right: 50%
}
.navgition .navbar .navbar-nav .nav-item.active > a, .navgition .navbar .navbar-nav .nav-item:hover > a {
  color: #0067f4
}
.navgition .navbar .navbar-nav .nav-item.active > a::before, .navgition .navbar .navbar-nav .nav-item.active > a::after, .navgition .navbar .navbar-nav .nav-item:hover > a::before, .navgition .navbar .navbar-nav .nav-item:hover > a::after {
  opacity: 1
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .navgition .navbar .navbar-social {
    position: absolute;
    right: 70px;
  }
}
@media(max-width:767px) {
  .navgition .navbar .navbar-social {
    position: absolute;
    right: 60px;
  }
}
.navgition .navbar .navbar-social span {
  font-size: 16px;
  font-weight: 700;
  color: #6c6c6c;
  line-height: 24px;
  margin-right: 14px
}
.navgition .navbar .navbar-social ul li {
  display: inline-block;
  margin-right: 5px
}
.navgition .navbar .navbar-social ul li a {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
  color: #6c6c6c;
  border-radius: 4px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}
.navgition .navbar .navbar-social ul li a:hover {
  color: #0067f4
}
.header-hero {
  height: 850px;
  position: relative
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .header-hero {
    height: 700px
  }
}
@media(max-width:767px) {
  .header-hero {
    height: 650px
  }
}
.header-hero::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(rgba(232, 237, 255, 0.9), rgba(239, 254, 255, 0.9) 50%, rgba(254, 255, 244, 0.3) 68%, rgba(255, 255, 255, 0.12));
  background: -o-linear-gradient(rgba(232, 237, 255, 0.9), rgba(239, 254, 255, 0.9) 50%, rgba(254, 255, 244, 0.3) 68%, rgba(255, 255, 255, 0.12));
  background: linear-gradient(rgba(232, 237, 255, 0.9), rgba(239, 254, 255, 0.9) 50%, rgba(254, 255, 244, 0.3) 68%, rgba(255, 255, 255, 0.12))
}
.header-hero .header-content {
  padding-top: 195px;
  position: relative;
  z-index: 9
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .header-hero .header-content {
    padding-top: 130px
  }
}
@media(max-width:767px) {
  .header-hero .header-content {
    padding-top: 120px
  }
}
.header-hero .header-content .header-title {
  font-size: 44px;
  line-height: 55px;
  color: #121212;
  font-weight: 600
}
@media(max-width:767px) {
  .header-hero .header-content .header-title {
    font-size: 30px;
    line-height: 40px
  }
}
.header-hero .header-content .text {
  font-size: 20px;
  line-height: 32px;
  color: #6c6c6c;
  margin-top: 16px
}
@media(max-width:767px) {
  .header-hero .header-content .text {
    font-size: 16px;
    line-height: 24px
  }
}
.header-hero .header-content .header-btn {
  margin-top: 22px
}
.header-hero .header-content .header-btn li {
  display: inline-block;
  margin: 10px 10px 0
}
.header-hero .header-content .header-btn li a.main-btn {
  border-radius: 50px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
  border: 0;
  line-height: 50px
}
.header-hero .header-content .header-btn li a.main-btn i {
  margin-left: 8px
}
.header-hero .header-content .header-btn li a.main-btn.rounded-four {
  padding: 0 32px
}
.header-hero .header-content .header-btn li a.main-btn.rounded-four:hover {
  -webkit-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, .16);
  -moz-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, .16);
  box-shadow: 0 3px 25px 0 rgba(0, 0, 0, .16);
  color: #0067f4
}
.header-hero .header-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%
}
.header-hero .header-shape img {
  width: 100%
}
.services-area {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .services-area {
    padding-top: 100px;
    padding-bottom: 100px
  }
}
@media(max-width:767px) {
  .services-area {
    padding-top: 80px;
    padding-bottom: 80px
  }
}
.services-content .services-icon i {
  font-size: 64px;
  color: #0067f4
}
.services-content .services-content {
  padding-left: 15px
}
@media(max-width:767px) {
  .services-content .services-content {
    padding-left: 0;
    padding-top: 15px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .services-content .services-content {
    padding-left: 15px;
    padding-top: 0;
	  
  }
}
.services-content .services-content .services-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #121212
}
.services-content .services-content .text {
  font-size: 14px;
  line-height: 20px;
  color: #121212;
  margin-top: 8px
}
.services-image {
  position: absolute;
  width: 40%;
  height: 100%;
  top: 0;
  right: 0
}
@media only screen and (min-width:992px) and (max-width:1200px) {
  .services-image {
    width: 34%
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .services-image {
    position: relative;
    width: 720px;
    margin: 0 auto
  }
}
@media(max-width:767px) {
  .services-image {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 16px;
    margin: 0 auto
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .services-image {
    position: relative;
    width: 540px;
    margin: 0 auto
  }
}
.services-image .image {
  max-width: 580px;
  width: 100%
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .services-image .image {
    margin: 0 auto;
    padding-top: 50px
  }
}
@media(max-width:767px) {
  .services-image .image {
    margin: 0 auto;
    padding-top: 50px
  }
}
.services-image .image img {
  width: 100%
}
.pricing-area {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f4f6f7
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .pricing-area {
    padding-top: 100px;
    padding-bottom: 100px
  }
}
@media(max-width:767px) {
  .pricing-area {
    padding-top: 80px;
    padding-bottom: 80px
  }
}
.single-pricing {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
  padding: 24px 20px 50px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background-color: #fff
}
.single-pricing .pricing-header .sub-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  color: #121212;
  position: relative;
  padding-bottom: 8px
}
.single-pricing .pricing-header .sub-title::before {
  position: absolute;
  content: '';
  width: 72px;
  height: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2bdbdc;
  margin: 0 auto
}
.single-pricing .pricing-header .price {
  display: block;
  font-size: 64px;
  font-weight: 600;
  line-height: 80px;
  margin-top: 32px;
  color: #121212
}
@media only screen and (min-width:992px) and (max-width:1200px) {
  .single-pricing .pricing-header .price {
    font-size: 50px;
    margin-top: 16px
  }
}
@media(max-width:767px) {
  .single-pricing .pricing-header .price {
    font-size: 50px;
    margin-top: 16px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .single-pricing .pricing-header .price {
    font-size: 64px;
    margin-top: 32px
  }
}
.single-pricing .pricing-header .year {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  color: #6c6c6c;
  margin-top: 3px
}
.single-pricing .pricing-list {
  margin-top: 40px
}
.single-pricing .pricing-list ul li {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  margin-top: 16px
}
@media only screen and (min-width:992px) and (max-width:1200px) {
  .single-pricing .pricing-list ul li {
    font-size: 14px;
    margin-top: 12px
  }
}
@media(max-width:767px) {
  .single-pricing .pricing-list ul li {
    font-size: 14px;
    margin-top: 12px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .single-pricing .pricing-list ul li {
    font-size: 16px;
    margin-top: 16px
  }
}
.single-pricing .pricing-list ul li i {
  color: #0067f4;
  margin-right: 8px
}
.single-pricing .pricing-btn {
  margin-top: 42px
}
.single-pricing .pricing-btn .main-btn {
  background-color: #0067f4;
  border-radius: 50px;
  color: #fff;
  border-color: #0067f4
}
.single-pricing .pricing-btn .main-btn:hover {
  background-color: #005ad5;
  border-color: #005ad5
}
.single-pricing .buttom-shape {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 101%
}
.single-pricing.pro .pricing-header .sub-title::before {
  right: auto;
  left: 0;
  background-color: #0067f4
}
.single-pricing.pro .pricing-baloon {
  position: absolute;
  top: 0;
  right: -78px;
  width: 156px
}
.single-pricing.enterprise .pricing-header .sub-title::before {
  right: 0;
  left: auto;
  background-color: #0067f4
}
.single-pricing.enterprise .pricing-flower {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 144px
}
@media only screen and (min-width:992px) and (max-width:1200px) {
  .single-pricing.enterprise .pricing-flower {
    width: 110px
  }
}
@media(max-width:767px) {
  .single-pricing.enterprise .pricing-flower {
    width: 110px
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .single-pricing.enterprise .pricing-flower {
    width: 144px
  }
}
.single-pricing.enterprise .pricing-flower img {
  width: 100%
}
.call-to-action {
  background-color: #0067f4;
  position: relative
}
.call-action-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .call-action-image {
    position: relative;
    width: 100%
  }
}
@media(max-width:767px) {
  .call-action-image {
    position: relative;
    width: 100%
  }
}
.call-action-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center
}
.call-action-content {
  max-width: 560px;
  margin: 0 auto;
  padding-top: 230px;
  padding-bottom: 236px
}
@media(max-width:767px) {
  .call-action-content {
    padding-top: 80px;
    padding-bottom: 80px
  }
}
.call-action-content .call-title {
  font-size: 44px;
  font-weight: 600;
  color: #fff;
  line-height: 55px
}
@media(max-width:767px) {
  .call-action-content .call-title {
    font-size: 28px;
    line-height: 38px
  }
}
.call-action-content .text {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin-top: 16px
}
@media(max-width:767px) {
  .call-action-content .text {
    font-size: 14px
  }
}
.call-action-content .call-newsletter {
  max-width: 410px;
  position: relative;
  margin: 24px auto 0
}
.call-action-content .call-newsletter i {
  font-size: 26px;
  color: #0067f4;
  position: absolute;
  left: 18px;
  top: 15px
}
.call-action-content .call-newsletter input {
  width: 100%;
  height: 56px;
  border: 0;
  border-radius: 50px;
  background-color: #fff;
  padding-left: 60px;
  padding-right: 30px
}
.call-action-content .call-newsletter input::placeholder {
  opacity: 1;
  color: #6c6c6c
}
.call-action-content .call-newsletter input::-moz-placeholder {
  opacity: 1;
  color: #6c6c6c
}
.call-action-content .call-newsletter input::-moz-placeholder {
  opacity: 1;
  color: #6c6c6c
}
.call-action-content .call-newsletter input::-webkit-input-placeholder {
  opacity: 1;
  color: #6c6c6c
}
.call-action-content .call-newsletter button {
  border: 0;
  border-radius: 50px;
  height: 48px;
  padding: 0 32px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 4px;
  background-color: #0067f4;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}
@media(max-width:767px) {
  .call-action-content .call-newsletter button {
    position: relative;
    right: auto;
    margin-top: 15px;
    background-color: #fff;
    color: #0067f4
  }
}
.call-action-content .call-newsletter button:hover {
  background-color: #005ad5;
  color: #fff
}
.testimonial-area {
  padding-top: 120px;
  padding-bottom: 120px
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .testimonial-area {
    padding-top: 100px;
    padding-bottom: 100px
  }
}
@media(max-width:767px) {
  .testimonial-area {
    padding-top: 80px;
    padding-bottom: 80px
  }
}
.single-testimonial {
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}
.single-testimonial .testimonial-image img {
  width: 90px;
  border-radius: 50%;
  display: inline-block
}
.single-testimonial .testimonial-content {
  padding-top: 25px
}
.single-testimonial .testimonial-content .text {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  border-bottom: 1px solid #cbced1;
  padding-bottom: 24px
}
.single-testimonial .testimonial-content .author-name {
  font-size: 18px;
  font-weight: 600;
  color: #121212;
  margin-top: 24px
}
.single-testimonial .testimonial-content .sub-title {
  font-size: 14px;
  line-height: 24px;
  color: #a4a4a4
}
.testimonial-active .slick-dots {
  text-align: center
}
.testimonial-active .slick-dots li {
  display: inline-block;
  margin: 0 3px
}
.testimonial-active .slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #cbced1;
  border: 0;
  cursor: pointer
}
.testimonial-active .slick-dots li.slick-active button {
  background-color: #0067f4
}
.client-logo-area {
  background-color: #f4f6f7;
  padding-top: 80px;
  padding-bottom: 80px
}
.contact-area {
  padding-top: 120px;
  padding-bottom: 120px
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .contact-area {
    padding-top: 100px;
    padding-bottom: 100px
  }
}
@media(max-width:767px) {
  .contact-area {
    padding-top: 80px;
    padding-bottom: 80px
  }
}
.form-group {
  margin: 0
}
p.form-message.success, p.form-message.error {
  font-size: 16px;
  color: #121212;
  background: #cbced1;
  padding: 10px 15px;
  margin-left: 15px;
  margin-top: 15px
}
p.form-message.error {
  color: red
}
.contact-form .single-form {
  margin-top: 30px
}
.contact-form .single-form textarea, .contact-form .single-form input {
  width: 100%;
  height: 56px;
  border: 1px solid #cbced1;
  border-radius: 5px;
  padding: 0 25px;
  background-color: #fff;
  font-size: 16px
}
.contact-form .single-form textarea::placeholder, .contact-form .single-form input::placeholder {
  opacity: 1;
  color: #a4a4a4
}
.contact-form .single-form textarea::-moz-placeholder, .contact-form .single-form input::-moz-placeholder {
  opacity: 1;
  color: #a4a4a4
}
.contact-form .single-form textarea::-moz-placeholder, .contact-form .single-form input::-moz-placeholder {
  opacity: 1;
  color: #a4a4a4
}
.contact-form .single-form textarea::-webkit-input-placeholder, .contact-form .single-form input::-webkit-input-placeholder {
  opacity: 1;
  color: #a4a4a4
}
.contact-form .single-form textarea {
  height: 160px;
  padding-top: 15px;
  resize: none
}
.contact-form .single-form .main-btn {
  border-radius: 50px;
  background-color: #0067f4;
  color: #fff
}
.contact-form .single-form .main-btn:hover {
  background-color: #005ad5
}
.list-unstyled li {
  font-size: 13px;
  margin-left: 2px;
  margin-top: 5px;
  color: red
}
.footer-area {
  background-color: #f4f6f7
}
.footer-widget {
  padding-top: 90px;
  padding-bottom: 120px
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .footer-widget {
    padding-top: 70px;
    padding-bottom: 100px
  }
}
@media(max-width:767px) {
  .footer-widget {
    padding-top: 50px;
    padding-bottom: 80px
  }
}
.footer-logo-support .footer-logo .social {
  margin-left: 35px
}
.footer-logo-support .footer-logo .social li {
  display: inline-block;
  margin-right: 10px
}
.footer-logo-support .footer-logo .social li a {
  font-size: 24px;
  color: #6c6c6c;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}
.footer-logo-support .footer-logo .social li a:hover {
  color: #0067f4
}
.footer-logo-support .footer-support span {
  font-size: 20px;
  line-height: 25px;
  color: #6c6c6c;
  font-weight: 600
}
@media(max-width:767px) {
  .footer-logo-support .footer-support span {
    display: block
  }
}
.footer-logo-support .footer-support span.mail {
  margin-left: 32px
}
@media(max-width:767px) {
  .footer-logo-support .footer-support span.mail {
    margin-left: 0
  }
}
.footer-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #6c6c6c
}
.footer-link {
  margin-top: 32px
}
.footer-link ul {
  margin-top: 8px
}
.footer-link ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  margin-top: 16px;
  font-weight: 500;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}
.footer-link ul li a:hover {
  color: #0067f4
}
.footer-newsletter {
  margin-top: 32px
}
.footer-newsletter .newsletter {
  margin-top: 24px;
  position: relative
}
.footer-newsletter .newsletter input {
  width: 100%;
  height: 44px;
  border-radius: 50px;
  padding: 0 24px;
  border: 0;
  background-color: rgba(33, 33, 33, .12);
  font-weight: 500
}
.footer-newsletter .newsletter input::placeholder {
  opacity: 1;
  color: #6c6c6c
}
.footer-newsletter .newsletter input::-moz-placeholder {
  opacity: 1;
  color: #6c6c6c
}
.footer-newsletter .newsletter input::-moz-placeholder {
  opacity: 1;
  color: #6c6c6c
}
.footer-newsletter .newsletter input::-webkit-input-placeholder {
  opacity: 1;
  color: #6c6c6c
}
.footer-newsletter .newsletter button {
  position: absolute;
  top: 0;
  right: 0;
  height: 44px;
  width: 44px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border: 0;
  font-size: 20px;
  color: #121212;
  cursor: pointer;
  background: 0 0
}
.footer-newsletter .text {
  margin-top: 16px
}
.footer-copyright {
  background-color: #2b354f
}
.copyright {
  padding: 23px 0
}
.copyright .text {
  color: #fff
}
.back-to-top {
  position: fixed;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: #0067f4;
  bottom: 10px;
  right: 20px;
  z-index: 999;
  color: #fff;
  font-size: 20px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
  display: none
}
.back-to-top:hover {
  background-color: #005ad5;
  color: #fff
}