/*===========================
    01. COMMON CSS 
===========================*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');

body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  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; }

.main-btn{
    color: white !important;
  }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #121212;
  margin: 0px; }

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: 0px;
  padding: 0px;
  list-style-type: none; }

/*===========================
      02.CONTACT CSS 
===========================*/
.contact-area .section-title .title {
  font-size: 28px;
  font-weight: 600;
  line-height: 55px; }
  @media (max-width: 767px) {
    .contact-area .section-title .title {
      font-size: 24px;
      line-height: 35px; } }

.contact-area .section-title-2 .title {
  font-size: 42px;
  font-weight: 600;
  line-height: 55px; }
  @media (max-width: 767px) {
    .contact-area .section-title-2 .title {
      font-size: 24px;
      line-height: 35px; } }

.contact-form .single-form label {
  font-size: 12px;
  color: #a4a4a4;
  line-height: 18px;
  margin-left: 44px; }

.contact-form .single-form .input-form {
  position: relative; }
  .contact-form .single-form .input-form i {
    font-size: 24px;
    position: absolute;
    top: 10px;
    left: 10px;
    color: #6c6c6c; }
  .contact-form .single-form .input-form textarea,
  .contact-form .single-form .input-form input {
    width: 100%;
    height: 44px;
    padding-left: 45px;
    padding-right: 30px;
    color: #6c6c6c;
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid #a4a4a4;
    font-weight: 500; }
    .contact-form .single-form .input-form textarea::placeholder,
    .contact-form .single-form .input-form input::placeholder {
      opacity: 1;
      color: #6c6c6c; }
    .contact-form .single-form .input-form textarea::-moz-placeholder,
    .contact-form .single-form .input-form input::-moz-placeholder {
      opacity: 1;
      color: #6c6c6c; }
    .contact-form .single-form .input-form textarea::-moz-placeholder,
    .contact-form .single-form .input-form input::-moz-placeholder {
      opacity: 1;
      color: #6c6c6c; }
    .contact-form .single-form .input-form textarea::-webkit-input-placeholder,
    .contact-form .single-form .input-form input::-webkit-input-placeholder {
      opacity: 1;
      color: #6c6c6c; }
  .contact-form .single-form .input-form textarea {
    padding-top: 10px; }
  .contact-form .single-form .input-form .main-btn {
    border: 0;
    border-radius: 50px; }

.contact-info ul li .single-info {
  position: relative;
  margin-top: 19px; }
  .contact-info ul li .single-info .info-icon {
    position: absolute;
    top: 0;
    left: 0; }
    .contact-info ul li .single-info .info-icon i {
      color: #6c6c6c;
      font-size: 18px;
      line-height: 24px; }
  .contact-info ul li .single-info .info-content {
    padding-left: 30px; }
    .contact-info ul li .single-info .info-content .text {
      font-size: 16px;
      line-height: 24px;
      color: #6c6c6c;
      font-weight: 500; }

.contact-info .social li {
  display: inline-block;
  margin-right: 12px; }
  .contact-info .social li a {
    font-size: 32px;
    color: #6c6c6c;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .contact-info .social li a:hover {
      color: #0067f4; }

.contact-box {
  padding-top: 70px;
  padding-bottom: 120px;
  background-color: #f4f6f7; }

.single-contact-box {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px 35px;
  height: 255px; }
  @media (max-width: 767px) {
    .single-contact-box {
      padding: 24px 20px; } }
  .single-contact-box .box-icon {
    position: relative;
    display: inline-block; }
    .single-contact-box .box-icon i {
      font-size: 88px;
      position: relative;
      z-index: 5;
      color: #0067f4; }
    .single-contact-box .box-icon .shape {
      position: absolute;
      top: 0;
      left: 0; }
  .single-contact-box .box-content {
    margin-top: 24px; }
    .single-contact-box .box-content .box-title {
      font-size: 28px;
      line-height: 35px;
      color: #121212; }
    .single-contact-box .box-content .text {
      font-size: 14px;
      line-height: 20px;
      color: #121212;
      margin-top: 16px; }


/*===== FOOTER ONE =====*/
.footer-one {
  background-color: #f4f6f7; }
  .footer-one .footer-widget {
    padding-top: 90px;
    padding-bottom: 120px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .footer-one .footer-widget {
        padding-top: 70px;
        padding-bottom: 100px; } }
    @media (max-width: 767px) {
      .footer-one .footer-widget {
        padding-top: 50px;
        padding-bottom: 80px; } }
    .footer-one .footer-widget .footer-title {
      font-size: 14px;
      font-weight: 700;
      line-height: 18px;
      color: #6c6c6c; }
    .footer-one .footer-widget .footer-support {
      padding-top: 21px; }
      .footer-one .footer-widget .footer-support span {
        font-size: 16px;
        line-height: 24px;
        color: #121212;
        font-weight: 600;
        margin-top: 9px;
        display: block; }
        @media (max-width: 767px) {
          .footer-one .footer-widget .footer-support span {
            display: block; } }
    .footer-one .footer-widget .footer-app-store {
      padding-top: 27px; }
      .footer-one .footer-widget .footer-app-store ul li {
        display: inline-block;
        margin-right: 8px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .footer-one .footer-widget .footer-app-store ul li {
            margin-right: 6px; } }
        .footer-one .footer-widget .footer-app-store ul li:last-child {
          margin-right: 0; }
        @media (max-width: 767px) {
          .footer-one .footer-widget .footer-app-store ul li {
            width: 120px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .footer-one .footer-widget .footer-app-store ul li {
            width: auto; } }
    .footer-one .footer-widget .footer-link {
      margin-top: 32px; }
      .footer-one .footer-widget .footer-link ul {
        margin-top: 8px; }
        .footer-one .footer-widget .footer-link ul li a {
          font-size: 16px;
          line-height: 24px;
          color: #121212;
          margin-top: 16px;
          font-weight: 500;
          -webkit-transition: all 0.3s ease-out 0s;
          -moz-transition: all 0.3s ease-out 0s;
          -ms-transition: all 0.3s ease-out 0s;
          -o-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s; }
          .footer-one .footer-widget .footer-link ul li a:hover {
            color: #0067f4; }
  .footer-one .footer-copyright .copyright {
    padding-bottom: 23px;
    padding-top: 13px; }
    .footer-one .footer-copyright .copyright .text {
      color: #6c6c6c;
      margin-top: 10px; }
    .footer-one .footer-copyright .copyright .social {
      margin-top: 10px; }
      .footer-one .footer-copyright .copyright .social li {
        display: inline-block;
        margin-right: 10px; }
        .footer-one .footer-copyright .copyright .social li:last-child {
          margin-right: 0; }
        .footer-one .footer-copyright .copyright .social li a {
          font-size: 24px;
          color: #6c6c6c;
          -webkit-transition: all 0.3s ease-out 0s;
          -moz-transition: all 0.3s ease-out 0s;
          -ms-transition: all 0.3s ease-out 0s;
          -o-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s; }
          .footer-one .footer-copyright .copyright .social li a:hover {
            color: #0067f4; }
  .footer-one.footer-dark-one {
    background-color: #121212; }
    .footer-one.footer-dark-one .footer-widget .footer-title {
      color: #fff; }
    .footer-one.footer-dark-one .footer-widget .footer-support span {
      color: #fff; }
    .footer-one.footer-dark-one .footer-widget .footer-app-store ul li {
      color: #fff; }
    .footer-one.footer-dark-one .footer-widget .footer-link ul li a {
      color: #fff; }
    .footer-one.footer-dark-one .footer-copyright .copyright .text {
      color: #fff; }
    .footer-one.footer-dark-one .footer-copyright .copyright .social li a {
      color: #fff; }

/*===== FOOTER FIVE =====*/
.footer-five {
  background-color: #f4f6f7;
  padding-top: 90px;
  padding-bottom: 120px; }
  .footer-five .social li {
    display: inline-block;
    margin: 0 5px; }
    .footer-five .social li a {
      font-size: 24px;
      color: #6c6c6c;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .footer-five .social li a:hover {
        color: #0067f4; }
  .footer-five .footer-support {
    padding-top: 21px; }
    .footer-five .footer-support span {
      font-size: 16px;
      line-height: 24px;
      color: #121212;
      font-weight: 600;
      margin-top: 9px;
      display: block; }
      @media (max-width: 767px) {
        .footer-five .footer-support span {
          display: block; } }
  .footer-five .footer-app-store {
    padding-top: 27px; }
    .footer-five .footer-app-store ul li {
      display: inline-block;
      margin-right: 8px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .footer-five .footer-app-store ul li {
          margin-right: 6px; } }
      .footer-five .footer-app-store ul li:last-child {
        margin-right: 0; }
      @media (max-width: 767px) {
        .footer-five .footer-app-store ul li {
          width: 120px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .footer-five .footer-app-store ul li {
          width: auto; } }
  .footer-five .copyright .text {
    color: #121212; }
  .footer-five.footer-bark-five {
    background-color: #121212; }
    .footer-five.footer-bark-five .social li a {
      color: #fff; }
    .footer-five.footer-bark-five .footer-support {
      padding-top: 21px; }
      .footer-five.footer-bark-five .footer-support span {
        color: #fff; }
    .footer-five.footer-bark-five .footer-app-store {
      padding-top: 27px; }
      .footer-five.footer-bark-five .footer-app-store ul li {
        color: #fff; }
    .footer-five.footer-bark-five .copyright .text {
      color: #fff; }

/*===========================
    3.FORM ELEMENTS CSS 
===========================*/
.form-elements-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 45px;
  color: #6c6c6c; }
  @media (max-width: 767px) {
    .form-elements-title {
      font-size: 24px;
      line-height: 35px; } }

.form-group {
  margin-bottom: 0; }

.form-input .help-block {
  margin-top: 2px; }
  .form-input .help-block .list-unstyled li {
    font-size: 12px;
    line-height: 16px;
    color: #fc3832; }

.form-input label {
  font-size: 12px;
  line-height: 18px;
  color: #6c6c6c;
  margin-bottom: 8px;
  display: inline-block; }

.form-input .input-items {
  position: relative; }
  .form-input .input-items input,
  .form-input .input-items textarea {
    width: 100%;
    height: 44px;
    border: 2px solid;
    padding-left: 44px;
    padding-right: 12px;
    position: relative;
    font-size: 16px; }
  .form-input .input-items textarea {
    padding-top: 8px;
    height: 130px;
    resize: none; }
  .form-input .input-items i {
    position: absolute;
    top: 11px;
    left: 13px;
    font-size: 20px;
    z-index: 9; }
  .form-input .input-items.default input,
  .form-input .input-items.default textarea {
    border-color: #a4a4a4;
    color: #6c6c6c; }
    .form-input .input-items.default input:focus,
    .form-input .input-items.default textarea:focus {
      border-color: #0067f4; }
    .form-input .input-items.default input::placeholder,
    .form-input .input-items.default textarea::placeholder {
      color: #6c6c6c;
      opacity: 1; }
    .form-input .input-items.default input::-moz-placeholder,
    .form-input .input-items.default textarea::-moz-placeholder {
      color: #6c6c6c;
      opacity: 1; }
    .form-input .input-items.default input::-moz-placeholder,
    .form-input .input-items.default textarea::-moz-placeholder {
      color: #6c6c6c;
      opacity: 1; }
    .form-input .input-items.default input::-webkit-input-placeholder,
    .form-input .input-items.default textarea::-webkit-input-placeholder {
      color: #6c6c6c;
      opacity: 1; }
  .form-input .input-items.default i {
    color: #6c6c6c; }
  .form-input .input-items.active input,
  .form-input .input-items.active textarea {
    border-color: #0067f4;
    color: #121212; }
    .form-input .input-items.active input::placeholder,
    .form-input .input-items.active textarea::placeholder {
      color: #121212;
      opacity: 1; }
    .form-input .input-items.active input::-moz-placeholder,
    .form-input .input-items.active textarea::-moz-placeholder {
      color: #121212;
      opacity: 1; }
    .form-input .input-items.active input::-moz-placeholder,
    .form-input .input-items.active textarea::-moz-placeholder {
      color: #121212;
      opacity: 1; }
    .form-input .input-items.active input::-webkit-input-placeholder,
    .form-input .input-items.active textarea::-webkit-input-placeholder {
      color: #121212;
      opacity: 1; }
  .form-input .input-items.active i {
    color: #0067f4; }
  .form-input .input-items.error input,
  .form-input .input-items.error textarea {
    border-color: #fc3832;
    color: #fc3832; }
    .form-input .input-items.error input::placeholder,
    .form-input .input-items.error textarea::placeholder {
      color: #fc3832;
      opacity: 1; }
    .form-input .input-items.error input::-moz-placeholder,
    .form-input .input-items.error textarea::-moz-placeholder {
      color: #fc3832;
      opacity: 1; }
    .form-input .input-items.error input::-moz-placeholder,
    .form-input .input-items.error textarea::-moz-placeholder {
      color: #fc3832;
      opacity: 1; }
    .form-input .input-items.error input::-webkit-input-placeholder,
    .form-input .input-items.error textarea::-webkit-input-placeholder {
      color: #fc3832;
      opacity: 1; }
  .form-input .input-items.error i {
    color: #fc3832; }
  .form-input .input-items.success input,
  .form-input .input-items.success textarea {
    border-color: #4da422;
    color: #4da422; }
    .form-input .input-items.success input::placeholder,
    .form-input .input-items.success textarea::placeholder {
      color: #4da422;
      opacity: 1; }
    .form-input .input-items.success input::-moz-placeholder,
    .form-input .input-items.success textarea::-moz-placeholder {
      color: #4da422;
      opacity: 1; }
    .form-input .input-items.success input::-moz-placeholder,
    .form-input .input-items.success textarea::-moz-placeholder {
      color: #4da422;
      opacity: 1; }
    .form-input .input-items.success input::-webkit-input-placeholder,
    .form-input .input-items.success textarea::-webkit-input-placeholder {
      color: #4da422;
      opacity: 1; }
  .form-input .input-items.success i {
    color: #4da422; }
  .form-input .input-items.disabled input,
  .form-input .input-items.disabled textarea {
    border-color: #a4a4a4;
    color: #6c6c6c;
    background: none; }
    .form-input .input-items.disabled input::placeholder,
    .form-input .input-items.disabled textarea::placeholder {
      color: #6c6c6c;
      opacity: 1; }
    .form-input .input-items.disabled input::-moz-placeholder,
    .form-input .input-items.disabled textarea::-moz-placeholder {
      color: #6c6c6c;
      opacity: 1; }
    .form-input .input-items.disabled input::-moz-placeholder,
    .form-input .input-items.disabled textarea::-moz-placeholder {
      color: #6c6c6c;
      opacity: 1; }
    .form-input .input-items.disabled input::-webkit-input-placeholder,
    .form-input .input-items.disabled textarea::-webkit-input-placeholder {
      color: #6c6c6c;
      opacity: 1; }
  .form-input .input-items.disabled i {
    color: #6c6c6c; }

.form-style-two .form-input .input-items input,
.form-style-two .form-input .input-items textarea {
  border-radius: 5px;
  padding-left: 12px;
  padding-right: 44px; }

.form-style-two .form-input .input-items i {
  left: auto;
  right: 13px; }

.form-style-three .form-input {
  text-align: center; }
  .form-style-three .form-input .input-items input,
  .form-style-three .form-input .input-items textarea {
    border-radius: 50px;
    text-align: center; }

.form-style-four .form-input label {
  padding-left: 44px;
  margin-bottom: 0; }

.form-style-four .form-input .input-items input,
.form-style-four .form-input .input-items textarea {
  border-top: 0;
  border-left: 0;
  border-right: 0; }

.form-style-five .form-input {
  position: relative; }
  .form-style-five .form-input label {
    position: absolute;
    top: -10px;
    left: 10px;
    background-color: #fff;
    z-index: 5;
    padding: 0 5px; }
  .form-style-five .form-input .input-items input,
  .form-style-five .form-input .input-items textarea {
    border-radius: 5px; }

/*===========================
    03.BUTTON CSS 
===========================*/
.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 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.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 =====*/
.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 0.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 0.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 0.5s forwards;
      -moz-animation: iconTranslateY 0.5s forwards;
      -o-animation: iconTranslateY 0.5s forwards;
      animation: iconTranslateY 0.5s forwards; }

/*===== Light Rounded Buttons =====*/
.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 0.5s forwards;
      -moz-animation: iconTranslateY 0.5s forwards;
      -o-animation: iconTranslateY 0.5s forwards;
      animation: iconTranslateY 0.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 0.5s forwards;
      -moz-animation: iconTranslateY 0.5s forwards;
      -o-animation: iconTranslateY 0.5s forwards;
      animation: iconTranslateY 0.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 0.5s forwards;
      -moz-animation: iconTranslateY 0.5s forwards;
      -o-animation: iconTranslateY 0.5s forwards;
      animation: iconTranslateY 0.5s forwards; }

/*===== Semi Rounded Buttons =====*/
.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 0.5s forwards;
      -moz-animation: iconTranslateY 0.5s forwards;
      -o-animation: iconTranslateY 0.5s forwards;
      animation: iconTranslateY 0.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 0.5s forwards;
      -moz-animation: iconTranslateY 0.5s forwards;
      -o-animation: iconTranslateY 0.5s forwards;
      animation: iconTranslateY 0.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 0.5s forwards;
      -moz-animation: iconTranslateY 0.5s forwards;
      -o-animation: iconTranslateY 0.5s forwards;
      animation: iconTranslateY 0.5s forwards; }

/*===== Rounded Buttons =====*/
.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 0.5s forwards;
      -moz-animation: iconTranslateY 0.5s forwards;
      -o-animation: iconTranslateY 0.5s forwards;
      animation: iconTranslateY 0.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 0.5s forwards;
      -moz-animation: iconTranslateY 0.5s forwards;
      -o-animation: iconTranslateY 0.5s forwards;
      animation: iconTranslateY 0.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 0.5s forwards;
      -moz-animation: iconTranslateY 0.5s forwards;
      -o-animation: iconTranslateY 0.5s forwards;
      animation: iconTranslateY 0.5s forwards; }

===== Success Buttons =====
.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 0.5s forwards;
      -moz-animation: iconTranslateY 0.5s forwards;
      -o-animation: iconTranslateY 0.5s forwards;
      animation: iconTranslateY 0.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 0.5s forwards;
      -moz-animation: iconTranslateY 0.5s forwards;
      -o-animation: iconTranslateY 0.5s forwards;
      animation: iconTranslateY 0.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 0.5s forwards;
      -moz-animation: iconTranslateY 0.5s forwards;
      -o-animation: iconTranslateY 0.5s forwards;
      animation: iconTranslateY 0.5s forwards; }