@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Reenie+Beanie&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.topbar-scroll {
  background-color: #000;
  transition: background-color 0.3s ease-in-out;
}
@media (max-width: 768px) {
  #top_bar {
    background: #000;
  }
}
@media (min-width: 800px) and (max-width: 850px) {
  #top_bar{
    background: #000;
  }
}

.header_bg {
  /* background: #eee; */
  /* background: url("../images/top_bg.jpg") no-repeat center;
  background-size: cover; */
}
.logo {
  /* background: #ddd; */
  /* padding: 15px 0; */
  width: 100px;
  margin: 0 auto;
}

.header_text_one {
  /* padding-left: 45px; */
  margin-top: 30px;
  /* border-right: solid 1px #d9d9d9; */
}
.header_text_one p {
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #eee;
  /* color: #000; */
  margin: 0px;
  padding: 0px;
}
.header_text_one h5 {
  font-family: "Exo", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  /* color: #000; */
  margin: 0px;
  padding: 0px;
}

.header_text_two {
  padding-left: 45px;
  margin-top: 30px;
}
.header_text_two p {
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #eee;
  /* color: #000; */
  margin: 0px;
  padding: 0px;
}
.header_text_two h5 {
  font-family: "Exo", sans-serif;
  font-size: 18px;
  font-weight: 600;
  /* color: #1f1f25; */
  color: #fff;
  margin: 0px;
  padding: 0px;
}

.header_icon_three {
  background: url(../images/icon_3.png) left top no-repeat;
  padding-left: 60px;
}
.header_icon_three p {
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #74787c;
  margin: 0px;
  padding: 5px 0 0 0;
}
.header_icon_three h5 {
  font-family: "Exo", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1f1f25;
  margin: 0px;
  padding: 0 0 5px 0;
}

.header_btn {
  margin-top: 40px;
  margin-right: 40px;
  float: right;
}
.header_btn a {
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #f29a21;
  padding: 12px 25px;
  border-radius: 25px;
  transition: 0.3s ease;
}
.header_btn a:hover {
  background: #000;
  transition: 0.3s ease;
}

.nav_bar {
  /* background: #fff; */
  border-radius: 0 0 10px 10px;
  display: flex;
  justify-content: center;
}

.header_secend {
  /* position: absolute;
  width: 100%;
  z-index: 9999; */
}

.banner-overlay {
  position: relative;
}

.banner-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(
    0,
    0,
    0,
    0.2
  ); /* Adjust the color and opacity as needed */
  z-index: 1;
}

.banner_left_text,
.banner_right_form {
  /* text-align: center !important; */
  padding-top: 160px;
}
.banner_left_text h3 {
  font-family: "Exo", sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px;
  margin-top: 10px;
}
.banner_left_text span {
  font-family: "Albert Sans", sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: #f29a21;
  background-color: #fff;
  border-radius: 15px;
  padding: 0 8px;
  margin-bottom: 10px;
}
.banner_left_text a {
  background: #f29a21;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 12px 25px;
  border-radius: 25px;
  transition: 0.3s ease;
}
.banner_left_text a:hover {
  background: #fff;
  color: #000;
  transition: 0.3s ease;
  padding: 12px 35px;
}

.banner_right_form h4 {
  font-family: "Exo", sans-serif;
  font-size: 50px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px;
}

.banner_right_form form {
  background: rgba(242, 155, 33, 0.5);
  padding: 40px;
  border-radius: 10px;
}

.carousel-caption {
  text-shadow: none !important;
  text-align: start;
}

.main_bg {
  background: #f7f7f7;
  padding: 50px 0;
}

.welcome_img img {
  border-radius: 25px;
}

.welcome_head {
  padding-top: 50px;
}
.welcome_head span {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #f29a21;
}
.welcome_head h3 {
  font-family: "Exo", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #1f1f25;
  margin: 0px;
  line-height: 65px;
  padding-bottom: 20px;
}
.welcome_head p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 30px;
  padding-bottom: 30px;
  text-align: justify;
}
.welcome_head a {
  background: #f29a21;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 10px 25px;
  border-radius: 25px;
  transition: 0.3s ease;
}
.welcome_head a:hover {
  background: #1099cf;
  color: #fff;
  transition: 0.3s ease;
  padding: 10px 35px;
}

.welcome_call {
  background: #fff;
  padding: 20px;
  border-radius: 25px;
  box-shadow: 0px 0px 10px #e5e5e5;
}
.welcome_call_btn {
  float: right;
  margin-top: 15px;
}
.welcome_call_btn a {
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #f29a21;
  padding: 12px 25px;
  border-radius: 25px;
  transition: 0.3s ease;
}
.welcome_call_btn a:hover {
  background: #000;
  transition: 0.3s ease;
}

.services_section {
  padding: 60px 0;
}
.services_head {
  text-align: center;
}
.services_head h3 {
  font-family: "Exo", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #1f1f25;
  margin: 0px;
  line-height: 65px;
  padding-bottom: 30px;
}
.services_head span {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #f29a21;
}

.services_box {
  background: #fff;
  border-radius: 25px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 15px #dfdede;
  height: 50rem;
}
.services_img img {
  border-radius: 25px 25px 0 0;
  height: 300px;
}

.services_heading {
  padding: 25px 20px 25px 20px;
  text-align: center;
}
.services_heading images {
  padding-bottom: 20px;
}
.services_heading h3 {
  font-family: "Exo", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #1f1f25;
  padding: 0px;
  margin: 0px;
}
.services_heading p {
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  padding-top: 10px;
  line-height: 25px;
}

.form_bg {
  background: rgba(28, 27, 27, 0.75) url("../images/parallax_bg.jpg") center top
    no-repeat;
  background-blend-mode: multiply;
  padding: 100px 0;
}
.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.text_head {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  padding-bottom: 30px;
}
.input_form {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #000 !important;
  margin-bottom: 25px;
  padding: 12px 12px !important;
}
.input_btn {
  border-radius: 5px !important;
  background: #f29a21 !important;
  border: solid 1px #f29a21;
  color: #fff !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-align: center;
  width: 100% !important;
}
.input_btn:hover {
  background: #fff !important;
  color: #000 !important;
  border: solid 1px #fff;
}

.gallery_box {
  background: #fff;
  border: solid 1px #ccc;
  padding: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.footer_bar {
  background: #eee;
  border-radius: 10px;
  padding: 20px;
  position: absolute;
  width: 100%;
  z-index: 99;
  margin-top: -70px;
}

.footer_one {
  background: url(../images/footer_icon_1.png) left top no-repeat;
  padding-left: 65px;
  margin-top: 30px;
  margin-bottom: 25px;
}
.footer_one p {
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #74787c;
  margin: 0px;
  padding-top: 5px;
}
.footer_one a {
  font-family: "Exo", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #000;
  margin: 0px;
  padding-bottom: 5px;
}
.footer_one a:hover {
  color: #f29a21;
}

.footer_two {
  background: url(../images/footer_icon_2.png) left top no-repeat;
  padding-left: 65px;
  margin-top: 30px;
  margin-bottom: 25px;
}
.footer_two p {
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #74787c;
  margin: 0px;
  padding-top: 5px;
}
.footer_two a {
  font-family: "Exo", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #000;
  margin: 0px;
  padding-bottom: 5px;
}
.footer_two a:hover {
  color: #f29a21;
}

.footer_three {
  background: url(../images/footer_icon_3.png) left top no-repeat;
  padding-left: 65px;
  margin-top: 30px;
  margin-bottom: 25px;
}
.footer_three p {
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #74787c;
  margin: 0px;
  padding-top: 5px;
}
.footer_three a {
  font-family: "Exo", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #000;
  margin: 0px;
  padding-bottom: 5px;
}
.footer_three a:hover {
  color: #f29a21;
}

.footer_icon {
  padding-top: 15px;
  text-align: center;
}
.footer_bg {
  background: #eee;
  padding: 45px 0 30px 0;
}
.footer_head {
  font-family: "Exo", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #232323;
  padding: 30px 0 5px 0;
  background: url(../images/footer_line.jpg) left bottom no-repeat;
  margin-bottom: 30px;
}
.footer_head2 {
  padding: 80px 0 20px 0;
}
.footer1 {
  padding-top: 30px;
}
.footer {
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: "Albert Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #232323;
}
.footer a {
  color: #232323;
}
.footer a:hover {
  color: #f29a21;
}
.footer i {
  margin-right: 5px;
  color: #f29a21;
}
.footer li {
  padding-bottom: 8px;
}
.footer li i {
  margin-right: 5px;
}
.footer li a {
  font-family: "Albert Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #232323;
  transition: 0.3s ease;
  display: block;
}
.footer li a:hover {
  font-family: "Albert Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #f29a21;
  padding-left: 10px;
  transition: 0.3s ease;
}

.footer_icons {
}
.footer_icons a {
  color: #fff;
  margin-right: 15px;
  font-size: 20px;
  background: #f29a21;
  padding: 12px 15px;
  border-radius: 50%;
}
.footer_icons a:hover {
  color: #f29a21;
  background: #fff;
}

.copy_bg {
  background: #1c1c1c;
  padding: 10px 0;
}
.copy_text {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}
.copy_text span {
  font-weight: 600;
}
.copy_text a {
  text-decoration: underline;
  color: #fff;
}
.copy_text a:hover {
  color: #f29a21;
}

.welcome_bg {
  padding: 10px 0 100px 0;
}

.sub_banner {
  text-align: center;
}
.content_head {
  font-family: "Exo", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  background: url(../images/line.jpg) left bottom no-repeat;
  padding: 20px 0;
  margin-bottom: 20px;
}
.content_text {
  font-family: "Albert Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  line-height: 27px;
  padding-bottom: 20px;
}

.google_map {
  margin: 30px 0 40px 0;
}

.contact-us-text-box {
  margin-left: 68px;
}
.contact-us-line {
  margin-top: -14px;
  padding-bottom: 19px;
}
.contact-us-head {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 33px;
  color: #000;
  line-height: 40.25px;
  padding-bottom: 30px;
}
.contact-us-head span {
  font-weight: 700;
}
.contact_us li {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #000;
  line-height: 25.96px;
  padding-top: 4px;
  margin-bottom: 33px;
}
.contact_us li a {
  color: #000;
}
.contact_us li a:hover {
  text-decoration: underline;
}
.contact-setting-box {
  border: 0.5px solid #c6c6c6;
  border-radius: 10px;
  padding: 29px;
  margin-bottom: 92px;
  margin-left: 60px;
}
.marchants-setting-box-text {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #7b7b7b;
  line-height: 24px;
  padding-top: 19px;
  padding-bottom: 21px;
}
.marchants-setting-box-text span {
  color: #e80000;
}

.marchants-setting-form {
  background: #f5f6f7 !important;
  border: solid 1px #dddddd !important;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #7b7b7b;
  line-height: 24px;
  margin-bottom: 28px;
}

.btn-archants-setting-form {
  background: #f29a21 !important;
  border: solid 1px #f29a21;
  border-radius: 5px !important;
  width: 100% !important;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  line-height: 18px;
  margin-bottom: 23px;
  padding: 11px 0;
}
.btn-archants-setting-form:hover {
  background: #000 !important;
  color: #fff !important;
}
.btn-archants-setting-form images {
  padding-left: 3px;
  margin-top: -3px;
  width: auto;
}

.btn-archants-setting-form:hover images {
  filter: grayscale(100%) brightness(25%) sepia(100%) hue-rotate(44deg)
    saturate(222%) contrast(2.9);
}

/* From Bootstrap */
.dropdown-menu > li > a {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 10px 0 10px 10px;
  border-bottom: solid 1px #000;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #000 !important;
}

.navbar-default .navbar-nav > li > a {
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  padding: 18px 35px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
}

.carousel-caption {
  left: 0px !important;
  right: 0px !important;
  top: 1%;
}
.carousel-caption images {
  max-width: 100%;
}
.carousel-control {
  bottom: 50% !important;
}

.offcanvas-header {
  display: none;
}
.btn-close {
  background: #f29a21;
  margin: 0px 0px 20px 0px;
  outline: none !important;
}
.btn-close:hover {
  background: #f29a21;
  outline: none !important;
}
.btn {
  padding: 8px 12px;
  border-radius: 0px;
}
.btn images {
  width: 30px;
}

.mobile-menu {
  display: none !important;
}
.menu_1 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
.menu_1 a {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.mobile-menu-new {
  display: none;
}
.mobile-menu-new ul li {
  padding: 10px 0;
}
.mobile-menu-new ul li a {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  cursor: pointer;
  display: block;
}
.mobile-menu-new ul li a:hover {
  color: #f29a21;
  text-decoration: none;
}
.mobile-menu-new ul li i {
  font-size: 11px;
  float: right;
}

.mobile-menu-new-sub li {
  padding: 0 !important;
}
.mobile-menu-new-sub li a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  border-bottom: solid 1px #fff;
  padding: 8px 0;
}

.sub_menu {
  border-bottom: solid 1px #1f1e1e;
  padding: 10px 15px;
}
.sub_menu a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  line-height: 20px !important;
}
.sub_menu a:hover {
  color: #fff !important;
  text-decoration: underline !important;
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  .header_text_one {
    display: none;
  }
  .header_text_two {
    display: none;
  }
  .header_btn {
    display: none;
  }

  .welcome_call_btn {
    float: left;
  }
  .header_icon_three {
    margin-bottom: 20px;
  }
  .welcome_head h3 {
    font-size: 30px;
    line-height: 36px;
  }

  .services_box {
    padding: 20px;
  }
  .services_images images {
    border-radius: 25px;
  }
  .services_heading {
    padding: 30px 0;
  }
  
  .sub_banner{
      margin-top: 145px;
  }

  .footer_bar {
    position: relative;
    margin-bottom: 20px;
  }
  .footer_bg {
    padding: 15px 0;
  }
  .footer_head {
    padding: 0 0 5px 0;
  }
  .footer_head2 {
    padding: 0 0 0 0;
  }
  .footer_icons {
    margin-bottom: 30px;
  }

  .banner_left_text {
    padding-top: 160px;
    padding-left: 0px;
    text-align: center !important;
  }
  .banner_right_form{
    padding-top: 50px !important;
  }
  .banner_left_text span {
    font-size: 16px;
  }
  .banner_left_text h3 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 25px;
    margin-top: 0px;
    color: #000;
  }
  .banner_left_text a {
    padding: 10px 25px;
    font-size: 16px;
  }
  .banner_left_text a:hover {
    padding: 10px 25px;
  }

  .banner-overlay {
    display: none;
  }

  /*Mobile Banner*/
  .carousel-inner > .item {
    height: 175vh;
    /* background: url(../images/banner_mobile.jpg) center top no-repeat;
    background-size: cover; */
    background-color: #eee;
  }
  .carousel-inner > .item > images,
  .carousel-inner > .item > a > images {
    display: none;
  }
  /*Navbar*/
  .nav > li {
    display: none;
  }
  .navbar-nav {
    padding: 0px 20px 0px 15px !important;
  }
  .mobile-menu {
    display: block !important;
    margin: 0 30px;
  }
  .menu_1 {
    padding-bottom: 20px;
  }
  .menu_1 a {
    color: #000;
  }
  .menu_1 a:hover {
    color: #f29a21;
  }
  .mobile-menu-new {
    display: block;
    margin: 0 30px;
  }
  /*Off Canvas*/
  .offcanvas-header {
    display: block;
    text-align: right;
  }
  .navbar-collapse {
    position: fixed;
    z-index: 99999;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 90%;
    padding-right: 0;
    padding-left: 0;
    overflow-y: auto;
    visibility: hidden;
    background-color: white;
    transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
    transform: translateX(-100%);
  }
  .navbar-collapse.show {
    visibility: visible;
    transform: translateX(-100%);
    background: #eee;
    overflow-x: hidden;
  }
}

/* call chat */
.callchat_button {
  background-image: url("../images/phone.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 55px;
  height: 55px;
  background-color: transparent;
  box-shadow: 0px 0px 13px 1px rgb(255 255 255 / 3%);
  position: fixed;
  bottom: 110px;
  right: 25px;
  border-radius: 60px;
  cursor: pointer;
}
/* .callchat_button:hover {
  background-color: #f29a21;
  transition: #f29a21 1.5s linear;
} */

.sonar-wave1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-image: linear-gradient(to right, #f29a21 0%, #f29a21 100%);
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
.sonar-wave1 {
  animation: sonarWave 2s linear infinite;
}

/* join chat */
.joinchat_button {
  background-image: url("../images/whatsapp-support.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 55px;
  height: 55px;
  background-color: transparent;
  box-shadow: 0px 0px 13px 1px rgb(255 255 255 / 3%);
  position: fixed;
  bottom: 36px;
  right: 25px;
  border-radius: 60px;
  cursor: pointer;
}
.joinchat_button:hover {
  background-color: var(--primary-color);
  transition: background 1.5s linear;
}
.sonar-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-image: linear-gradient(to right, #f29a21 0%, #f29a21 100%);
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
.sonar-wave {
  animation: sonarWave 2s linear infinite;
}
@keyframes sonarWave {
  from {
    opacity: 0.4;
  }
  to {
    transform: scale(3);
    opacity: 0;
  }
}

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #1e8e1f;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
  right: 0;
}

/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f29a21;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover,
.hvr-bounce-to-top:focus,
.hvr-bounce-to-top:active {
  color: white;
}
.hvr-bounce-to-top:hover:before,
.hvr-bounce-to-top:focus:before,
.hvr-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
