.second-template {
  /*************************/
  /*!
   * Hover.css (http://ianlunn.github.io/Hover/)
   * Version: 2.3.2
   * Author: Ian Lunn @IanLunn
   * Author URL: http://ianlunn.co.uk/
   * Github: https://github.com/IanLunn/Hover

   * Hover.css Copyright Ian Lunn 2017. Generated with Sass.
   */
  /* 2D TRANSITIONS */
  /* Grow */
  /* Shrink */
  /* Pulse */
  /* Pulse Grow */
  /* Pulse Shrink */
  /* Push */
  /* Pop */
  /* Bounce In */
  /* Bounce Out */
  /* Rotate */
  /* Grow Rotate */
  /* Float */
  /* Sink */
  /* Bob */
  /* Hang */
  /* Skew */
  /* Skew Forward */
  /* Skew Backward */
  /* Wobble Vertical */
  /* Wobble Horizontal */
  /* Wobble To Bottom Right */
  /* Wobble To Top Right */
  /* Wobble Top */
  /* Wobble Bottom */
  /* Wobble Skew */
  /* Buzz */
  /* Buzz Out */
  /* Forward */
  /* Backward */
  /* BACKGROUND TRANSITIONS */
  /* Fade */
  /* Back Pulse */
  /* Sweep To Right */
  /* Sweep To Left */
  /* Sweep To Bottom */
  /* Sweep To Top */
  /* Bounce To Right */
  /* Bounce To Left */
  /* Bounce To Bottom */
  /* Bounce To Top */
  /* Radial Out */
  /* Radial In */
  /* Rectangle In */
  /* Rectangle Out */
  /* Shutter In Horizontal */
  /* Shutter Out Horizontal */
  /* Shutter In Vertical */
  /* Shutter Out Vertical */
  /* BORDER TRANSITIONS */
  /* Border Fade */
  /* Hollow */
  /* Trim */
  /* Ripple Out */
  /* Ripple In */
  /* Outline Out */
  /* Outline In */
  /* Round Corners */
  /* Underline From Left */
  /* Underline From Center */
  /* Underline From Right */
  /* Overline From Left */
  /* Overline From Center */
  /* Overline From Right */
  /* Reveal */
  /* Underline Reveal */
  /* Overline Reveal */
  /* SHADOW/GLOW TRANSITIONS */
  /* Glow */
  /* Shadow */
  /* Grow Shadow */
  /* Box Shadow Outset */
  /* Box Shadow Inset */
  /* Float Shadow */
  /* Shadow Radial */
  /* SPEECH BUBBLES */
  /* Bubble Top */
  /* Bubble Right */
  /* Bubble Bottom */
  /* Bubble Left */
  /* Bubble Float Top */
  /* Bubble Float Right */
  /* Bubble Float Bottom */
  /* Bubble Float Left */
  /* ICONS */
  /* Icon Back */
  /* Icon Forward */
  /* Icon Down */
  /* Icon Down */
  /* Icon Up */
  /* Icon Up */
  /* Icon Spin */
  /* Icon Drop */
  /* Icon Drop */
  /* Icon Fade */
  /* Icon Float Away */
  /* Icon Float Away */
  /* Icon Sink Away */
  /* Icon Sink Away */
  /* Icon Grow */
  /* Icon Shrink */
  /* Icon Pulse */
  /* Icon Pulse Grow */
  /* Icon Pulse Shrink */
  /* Icon Push */
  /* Icon Pop */
  /* Icon Bounce */
  /* Icon Rotate */
  /* Icon Grow Rotate */
  /* Icon Float */
  /* Icon Sink */
  /* Icon Bob */
  /* Icon Hang */
  /* Icon Wobble Horizontal */
  /* Icon Wobble Vertical */
  /* Icon Buzz */
  /* Icon Buzz Out */
  /* CURLS */
  /* Curl Top Left */
  /* Curl Top Right */
  /* Curl Bottom Right */
  /* Curl Bottom Left */
}
.second-template .sec-head {
  text-align: center;
  margin-bottom: 60px;
}
.second-template .sec-head h2 {
  color: #333;
  font-size: 35px;
  margin-bottom: 10px;
  font-weight: bold;
}
.second-template .sec-head h3 {
  font-size: 14px;
  color: var(--main-color);
  font-weight: normal;
  color: #cacacb;
}
.second-template .sec-head p {
  font-size: 16px;
  font-weight: normal;
  color: #cacacb;
  line-height: 1.84;
}
.second-template .sec-head a {
  color: var(--main-color);
  font-size: 16px;
  font-weight: normal;
  line-height: 1.84;
  display: flex;
  gap: 10px;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}
.second-template .sec-head a svg {
  width: 20px;
  height: 20px;
}
.second-template .sec-head.theme-1 span {
  padding: 5px 24px 6px;
  border-radius: 50px;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 17px;
}
.second-template .sec-head.theme-1.style-1 span {
  background-color: rgba(163, 30, 33, 0.22);
  color: var(--second-color);
}
.second-template .sec-head.theme-1.style-2 span {
  background-color: rgba(30, 32, 82, 0.22);
  color: var(--main-color);
}
.second-template .sec-head.theme-2 span {
  margin-bottom: 10px;
  display: block;
}
.second-template .sec-head.theme-2.style-1 span {
  color: var(--second-color);
}
.second-template .sec-head.theme-2.style-2 span {
  color: var(--main-color);
}
.second-template .sec-head.theme-3 span {
  color: var(--second-color);
  display: block;
  margin-bottom: 16px;
}
.second-template .sec-head.theme-3 h2 {
  position: relative;
  display: inline-block;
}
.second-template .sec-head.theme-3 h2:after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 100%;
  height: 15px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.6;
}
.second-template .sec-head.theme-3 h2 b {
  position: relative;
  z-index: 2;
}
.second-template .sec-head.theme-3.style-1 span {
  color: var(--second-color);
}
.second-template .sec-head.theme-3.style-1 h2::after {
  background: var(--second-color);
}
.second-template .sec-head.theme-3.style-1 span {
  color: var(--main-color);
}
.second-template .sec-head.theme-3.style-1 h2::after {
  background: var(--main-color);
}
.second-template .sec-head.sec-light h2 {
  color: #fff;
}
.second-template .call-to-action-section {
  background-image: url(../images/circle-shape.svg);
  background-position: left center;
  background-repeat: no-repeat;
}
.second-template .call-to-action {
  background-image: url(../images/call-to-action-lines.svg);
  background-color: var(--main-color);
  padding: 50px 40px 30px;
  border-radius: 10px;
}
.second-template .call-to-action h2 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  max-width: 430px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.second-template .call-to-action .sec-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.second-template .call-to-action .sec-bottom h3 {
  font-size: 16px;
  color: #cacacb;
  margin: 0;
  line-height: 1.6;
}
.second-template .call-to-action .sec-bottom .buttons {
  display: flex;
  align-items: center;
}
.second-template .call-to-action .sec-bottom .buttons a {
  background-color: #fff;
  border-radius: 4px;
  height: 51px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
.second-template .call-to-action .sec-bottom .buttons a.icon {
  width: 50px;
  height: 50px;
}
.second-template .call-to-action .sec-bottom .buttons a.icon svg {
  width: 20px;
  height: 20px;
  fill: var(--second-color);
}
.second-template .call-to-action .sec-bottom .buttons a.contact {
  max-width: 174px;
  color: var(--second-color);
}
.second-template .call-to-action .list-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.second-template .call-to-action .list-contact li {
  color: #cacacb;
  margin-bottom: 20px;
}
.second-template .call-to-action .list-contact li svg {
  width: 25.3px;
  height: 25.3px;
}
.second-template .call-to-action .list-contact li span {
  margin: 0 15px;
  font-size: 16.9px;
}
.second-template .call-to-action .list-contact li:nth-last-child(1) {
  margin: 0;
}
@media (max-width: 575.98px) {
  .second-template .call-to-action {
    padding: 30px 20px 20px;
  }
  .second-template .call-to-action h2 {
    font-size: 20px;
  }
  .second-template .call-to-action .sec-bottom h3 {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.second-template .map-sec {
  flex: 1;
  max-width: 600px;
}
.second-template .map-sec iframe {
  height: 150px !important;
  border-radius: 10px;
  margin-bottom: 30px;
  max-width: 100%;
}
.second-template .features-section {
  position: relative;
}
.second-template .features-section.theme-3 .section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.second-template .features-section.theme-3 .section-bg img {
  object-fit: contain;
}
.second-template .features-section.theme-3 .section-bg img:nth-child(1) {
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  object-position: top left;
  width: 20vw;
}
.second-template .features-section.theme-3 .section-bg img:nth-child(2) {
  width: 15vw;
  height: 300px;
  position: absolute;
  bottom: 0;
  right: 0;
  object-position: bottom right;
}
.second-template .features-section .container {
  z-index: 2;
  position: relative;
}
.second-template .feature-card {
  margin-bottom: 30px;
}
.second-template .feature-card-1 {
  background-color: #fff;
  position: relative;
  text-align: center;
}
.second-template .feature-card-1 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  position: relative;
}
.second-template .feature-card-1 .icon svg.bg {
  width: 150px;
  height: 150px;
  filter: var(--filter);
}
.second-template .feature-card-1 .icon .image {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 105px;
  height: 105px;
  background: #fff;
  border-radius: 50%;
  padding: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.second-template .feature-card-1 .icon .image img {
  width: 50px;
}
.second-template .feature-card-1 h3 {
  color: #030304;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.second-template .feature-card-1 p {
  font-size: 15px;
  line-height: 1.6;
  color: #cacacb;
}
.second-template .feature-card-2 {
  background-color: #fff;
  position: relative;
  padding: 33.8px 29px 50.2px 30.9px;
  background-color: #f8f8f8;
  border-radius: 1.9px;
}
.second-template .feature-card-2 .icon {
  background: var(--main-color);
  border-radius: 5px;
  width: 101.4px;
  height: 101.4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 39px;
}
.second-template .feature-card-2 .icon img {
  width: 53.8px;
  height: 53.4px;
}
.second-template .feature-card-2 h3 {
  color: #030304;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.second-template .feature-card-2 p {
  font-size: 15px;
  line-height: 1.6;
  color: #cacacb;
}
.second-template .feature-card-2.center .icon {
  background: var(--second-color);
}
.second-template .feature-card-3 {
  background-color: #fff;
  position: relative;
  border-radius: 1.9px;
}
.second-template .feature-card-3 .icon {
  background: var(--main-color);
  border-radius: 5px;
  width: 79px;
  height: 79px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  border-radius: 21px;
}
.second-template .feature-card-3 .icon img {
  width: 40px;
  height: 40px;
}
.second-template .feature-card-3 h3 {
  color: #030304;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.second-template .feature-card-3 p {
  font-size: 13px;
  line-height: 1.6;
  color: #cacacb;
}
.second-template .feature-card-3.center .icon {
  background: var(--second-color);
}
.second-template footer {
  padding-top: 65px;
  position: relative;
  background: linear-gradient(265.19deg, var(--main-color) 40%, var(--second-color) 80%);
  padding-right: 20px;
}
.second-template footer .footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.second-template footer .footer-bg img {
  width: 100%;
  height: 100%;
}
.second-template footer .container {
  position: relative;
  z-index: 2;
}
.second-template footer .container img {
  max-width: 100%;
  object-fit: contain;
}
.second-template footer h3 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #fff;
}
.second-template footer form {
  background-color: rgba(255, 255, 255, 0.2);
  height: 40px;
  display: flex;
  border-radius: 5px;
  width: 90%;
}
.second-template footer form input {
  background: none;
  border: none;
  height: 100%;
  flex: 1;
  padding: 0 8px;
}
.second-template footer form button {
  background: none;
  border: none;
  color: #fff;
  padding: 0 25px;
  min-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.second-template footer form button svg {
  min-width: 20px;
  height: 20px;
}
@media (max-width: 575.98px) {
  .second-template footer form input {
    width: 100px;
    font-size: 12px;
  }
}
.second-template footer .social-media {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.second-template footer .social-media a {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
}
.second-template footer .social-media a svg {
  width: 18px;
  height: 18px;
}
.second-template footer .list-links {
  padding: 0;
  list-style: none;
}
.second-template footer .list-links a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}
.second-template footer .logo {
  margin-bottom: 40px;
}
.second-template footer .logo img {
  max-width: 100%;
  max-height: 160px;
  border-radius: 10px;
}
.second-template footer .footer-desc p {
  color: #ccc;
  font-size: 14px;
}
.second-template footer .list-contact {
  padding: 0;
  list-style: none;
}
.second-template footer .list-contact li {
  margin-bottom: 20px;
}
.second-template footer .list-contact li svg {
  width: 20px;
  height: 20px;
  color: var(--second-color);
}
.second-template footer .list-contact li span {
  font-size: 12px;
  color: #fff;
  margin: 0 10px;
}
.second-template footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  color: #fff;
  text-align: center;
  padding: 19px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.second-template footer .copyright h6 {
  margin: 0;
  font-size: 12px;
}
.second-template a.logo-watheeq img {
  height: 35px;
  padding: 5px;
  background-color: #fff;
  border-radius: 5px;
}
.second-template a.logo-watheeq span {
  font-size: 15px;
  color: #fff;
}
.second-template .paymeny-item {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  align-items: center;
}
.second-template .paymeny-item .image {
  margin-left: 5px;
}
.second-template .paymeny-item .image img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.second-template .paymeny-item .text {
  display: flex;
  flex-direction: column;
}
.second-template .paymeny-item .text span {
  font-size: 14px;
}
.second-template .paymeny-item .text b {
  font-size: 14px;
}
.second-template .home-about .about-vector img {
  max-width: 100%;
}
@media (max-width: 575.98px) {
  .second-template .home-about .about-vector {
    margin-bottom: 40px;
  }
}
.second-template .home-about .about-text h5 {
  color: var(--second-color);
  font-size: 18px;
  margin-bottom: 18px;
}
.second-template .home-about .about-text h2 {
  font-size: 50px;
  font-weight: 600;
  color: var(--main-color);
  margin-bottom: 20px;
}
.second-template .home-about .about-text h2 span {
  color: var(--second-color);
}
.second-template .home-about .about-text p {
  line-height: 1.84;
  color: #c9c9c9;
  font-size: 16px;
}
.second-template .home-about .about-text a {
  border-radius: 4px;
  background-color: var(--second-color);
  width: 100%;
  max-width: 236px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
}
@media (max-width: 575.98px) {
  .second-template .home-about .about-text h5 {
    font-size: 16px;
  }
  .second-template .home-about .about-text h2 {
    font-size: 30px;
  }
  .second-template .home-about .about-text p {
    font-size: 14px;
  }
}
.second-template .main-slider {
  --swiper-theme-color: #ffffff;
  --swiper-navigation-size: 30px;
  position: relative;
  padding: 70px 0;
  margin-bottom: 150px;
}
.second-template .main-slider .swiper {
  position: relative;
  z-index: 2;
}
.second-template .main-slider .slider-text {
  padding-top: 50px;
  position: relative;
  z-index: 3;
}
.second-template .main-slider .slider-text h2 {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 50px;
}
.second-template .main-slider .slider-text h2 span {
  color: var(--second-color);
}
.second-template .main-slider .slider-text p {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}
.second-template .main-slider .slider-text .buttons {
  display: flex;
}
.second-template .main-slider .slider-text .buttons a {
  border-radius: 4px;
  margin-top: 50px;
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
}
.second-template .main-slider .slider-text .buttons a:nth-child(1) {
  border: 1px solid #fff;
  max-width: 200px;
}
.second-template .main-slider .slider-text .buttons a:nth-child(2) {
  border: 1px solid #a31e21;
  background-color: #a31e21;
  max-width: 120px;
  margin-right: 10px;
}
.second-template .main-slider.header-about .slider-text h2 {
  color: #fff;
}
.second-template .main-slider.header-about .slider-text p {
  color: #ccc;
  line-height: 1.6;
}
@media (max-width: 991.98px) {
  .second-template .main-slider .slider-bg {
    width: 100%;
  }
  .second-template .main-slider .slider-text {
    margin-bottom: 50px;
  }
}
.second-template .main-slider .swiper-navs .swiper-button-next {
  left: 20px;
}
.second-template .main-slider .swiper-navs .swiper-button-prev {
  right: 20px;
}
@media (max-width: 1199.98px) {
  .second-template .main-slider {
    width: 100%;
  }
}
.second-template .main-slider .swiper-navs > div {
  z-index: 3;
}
.second-template .main-slider .swiper-slide {
  opacity: 0 !important;
}
.second-template .main-slider .swiper-slide-visible, .second-template .main-slider .swiper-slide-active {
  opacity: 1 !important;
}
@media (min-width: 991px) and (max-width: 1300.98px) {
  .second-template .main-slider {
    padding-top: 50px;
    margin-bottom: 0;
  }
  .second-template .main-slider .slider-text {
    padding-top: 0;
  }
  .second-template .main-slider .slider-text h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .second-template .main-slider .slider-text p {
    font-size: 10px;
    line-height: 2;
  }
  .second-template .main-slider .slider-text .buttons a {
    height: 45px;
    font-size: 14px;
    max-width: 160px;
    margin-top: 20px;
  }
  .second-template .main-slider .slider-image {
    padding-bottom: 130px;
  }
  .second-template .main-slider .slider-image img {
    height: 270px;
  }
}
.second-template .main-slider-1 {
  --img_height: 700px;
  --text_height: 450px;
}
.second-template .main-slider-1 .slider-image {
  text-align: center;
  position: relative;
  z-index: 2;
}
.second-template .main-slider-1 .slider-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
  object-fit: contain;
}
@media (max-width: 767.98px) {
  .second-template .main-slider-1 .slider-image {
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .second-template .main-slider-1 .slider-text h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .second-template .main-slider-1 .slider-text p {
    font-size: 14px;
  }
}
@media (max-width: 1300.98px) {
  .second-template .main-slider-1 {
    --img_height: 90%;
    --text_height: 450px;
  }
}
@media (max-width: 991.98px) {
  .second-template .main-slider-1 {
    --img_height: 120%;
    --text_height: 0;
  }
  .second-template .main-slider-1 .slider-bg,
  .second-template .main-slider-1 .slider-image-bg {
    width: 100% !important;
  }
}
.second-template .main-slider-1 .slider-bg,
.second-template .main-slider-1 .slider-image-bg {
  position: absolute;
  top: 0;
  width: 60%;
}
.second-template .main-slider-1 .slider-bg img,
.second-template .main-slider-1 .slider-image-bg img {
  width: 100%;
  height: 100%;
  filter: var(--filter);
}
.second-template .main-slider-1 .slider-bg {
  right: 0;
  height: var(--img_height);
}
.second-template .main-slider-1 .slider-image-bg {
  left: 0;
  width: 57%;
  height: calc(var(--img_height) - 40px);
}
.second-template .main-slider-1 .slider-text {
  min-height: var(--text_height);
}
.second-template .main-slider-2 {
  padding-top: 200px;
  --text_height: 450px;
  --img_height: 900px;
}
@media (max-width: 1300.98px) {
  .second-template .main-slider-2 {
    --img_height: 90%;
    --text_height: 450px;
  }
}
@media (max-width: 991.98px) {
  .second-template .main-slider-2 {
    --img_height: 120%;
    --text_height: 450px;
  }
}
@media (max-width: 767.98px) {
  .second-template .main-slider-2 {
    padding-bottom: 50px;
    margin-bottom: 50px;
    padding-top: 100px;
  }
}
.second-template .main-slider-2 .slider-bg {
  position: absolute;
  top: 0;
  width: 40%;
  left: 0;
  height: var(--img_height);
}
@media (max-width: 767.98px) {
  .second-template .main-slider-2 .slider-bg {
    width: 450%;
    height: 100%;
  }
}
.second-template .main-slider-2 .slider-bg img {
  width: 100%;
  height: 100%;
  filter: var(--filter);
}
.second-template .main-slider-2 .swiper {
  z-index: 5;
}
.second-template .main-slider-2 .slider-image {
  height: 400px;
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.second-template .main-slider-2 .slider-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.second-template .main-slider-2 .slider-image a {
  width: 89px;
  height: 89px;
  background-color: rgba(255, 255, 255, 0.74);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.second-template .main-slider-2 .slider-image a svg {
  width: 20px;
  height: 20px;
  color: var(--second-color);
  fill: var(--second-color);
}
.second-template .main-slider-2 .slider-text {
  max-width: 80%;
  min-height: var(--text_height);
}
@media (max-width: 767.98px) {
  .second-template .main-slider-2 .slider-text {
    max-width: 100%;
    background: rgba(255, 255, 255, 0.7);
    padding: 30px 15px;
    border-radius: 10px;
  }
}
.second-template .main-slider-2 .slider-text h2 {
  color: var(--main-color);
}
.second-template .main-slider-2 .slider-text h2 span {
  color: var(--second-color);
}
.second-template .main-slider-2 .slider-text p {
  color: rgba(30, 32, 82, 0.27);
}
.second-template .main-slider-2 .slider-text .buttons a {
  color: var(--main-color);
}
.second-template .main-slider-2 .slider-text .buttons a:nth-child(1) {
  border: 1px solid var(--main-color);
}
.second-template .main-slider-3 {
  margin-bottom: 50px;
  background: var(--main-color);
}
.second-template .main-slider-3 .container {
  position: relative;
}
.second-template .main-slider-3 .slider-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--main-color);
}
.second-template .main-slider-3 .slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
}
.second-template .main-slider-3 .slide-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(123deg, var(--main-color) 0%, var(--second-color) 100%);
  opacity: 0.5;
}
.second-template .main-slider-3 .slide-bg img {
  width: 100%;
  height: auto;
}
.second-template .main-slider-3 .slider-text {
  padding: 50px;
}
.second-template .main-slider-3 .slider-text .buttons {
  margin-top: 150px;
}
.second-template .main-slider-3 .slider-text .video-btn {
  position: absolute;
  left: 20px;
  width: 89px;
  height: 89px;
  background-color: rgba(255, 255, 255, 0.74);
  bottom: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  .second-template .main-slider-3 .slider-text .video-btn {
    bottom: 130px;
    width: 60px;
    height: 60px;
  }
}
.second-template .main-slider-3 .slider-text .video-btn svg {
  width: 20px;
  height: 20px;
  color: var(--second-color);
  fill: var(--second-color);
}
.second-template .main-full-slider {
  margin-bottom: 50px;
  padding: 0;
}
.second-template .main-full-slider .slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 575.98px) {
  .second-template .main-full-slider .slider-image {
    position: absolute;
    height: 100%;
    z-index: -1;
  }
}
.second-template .main-full-slider .main-slider-inner {
  position: relative;
}
.second-template .main-full-slider .slider-text {
  padding: 50px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding-top: 100px;
}
@media (max-width: 575.98px) {
  .second-template .main-full-slider .slider-text {
    position: static;
    padding: 50px 0;
  }
}
.second-template .main-full-slider .slider-text .buttons {
  margin-top: 50px;
}
.second-template .main-full-slider .slider-text .video-btn {
  position: absolute;
  left: 20px;
  width: 89px;
  height: 89px;
  background-color: rgba(255, 255, 255, 0.74);
  bottom: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  .second-template .main-full-slider .slider-text .video-btn {
    bottom: 130px;
    width: 60px;
    height: 60px;
  }
}
.second-template .main-full-slider .slider-text .video-btn svg {
  width: 20px;
  height: 20px;
  color: var(--second-color);
  fill: var(--second-color);
}
.second-template .header-transparent .user-profile .dropdown-toggle {
  background-color: #fff;
  color: #000;
}
.second-template .nav-bar {
  position: relative;
  z-index: 1000;
}
@media (max-width: 767.98px) {
  .second-template .nav-bar {
    padding-bottom: 50px;
  }
}
.second-template .nav-bar .nav-bar-inner {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
}
.second-template .nav-bar .nav-bar-inner .logo {
  padding-top: 10px;
}
.second-template .nav-bar .nav-bar-inner .logo img {
  height: 80px;
}
.second-template .nav-bar .nav-bar-inner .menu ul {
  display: flex;
  list-style: none;
}
.second-template .nav-bar .nav-bar-inner .menu ul a {
  margin: 0 20px;
  text-decoration: none;
  color: #fff;
}
.second-template .nav-bar .user-profile .dropdown-toggle {
  background: #fff;
  color: #000;
}
.second-template .nav-bar .user-profile .dropdown-menu {
  padding: 0;
}
.second-template .nav-bar .user-profile .dropdown-menu .dropdown-item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.second-template .navbar {
  height: 95px;
  transition: all 0.5s 0.1s;
}
.second-template .navbar-offcanvas {
  z-index: 1030;
}
@media (max-width: 767.98px) {
  .second-template .navbar-offcanvas .logo {
    margin: 0 auto;
  }
}
.second-template .navbar-offcanvas .logo img {
  height: 100px;
  padding: 10px 0;
}
@media (max-width: 767.98px) {
  .second-template .navbar-offcanvas .logo img {
    height: 100px;
  }
}
.second-template .navbar-offcanvas .container {
  position: relative;
  transform: translate3d(0px, 0, 0);
  transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
}
.second-template .navbar-offcanvas .navbar-top {
  display: none;
}
@media (min-width: 992px) {
  .second-template .navbar-offcanvas .navbar-top {
    display: flex;
    margin-right: auto;
  }
}
.second-template .navbar-offcanvas .navbar-top .nav-item {
  margin-right: 22px;
  text-align: center;
}
.second-template .navbar-offcanvas .navbar-top .nav-item .nav-link {
  color: rgba(151, 151, 151, 0.66);
}
@media (max-width: 991px) {
  .second-template .navbar-offcanvas .navbar-top .nav-item .nav-link {
    color: #000;
  }
}
.second-template .navbar-offcanvas .navbar-toggler {
  padding: 5px;
  border: 0;
  outline: none;
  background-color: #fff;
  display: block !important;
}
.second-template .navbar-offcanvas .navbar-toggler:hover, .second-template .navbar-offcanvas .navbar-toggler:focus {
  cursor: pointer;
  outline: none;
  box-shadow: none;
}
@media (min-width: 1200px) {
  .second-template .navbar-offcanvas .navbar-toggler {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .second-template .navbar-offcanvas .navbar-toggler {
    position: absolute;
    right: 0;
  }
}
.second-template .navbar-offcanvas .navbar-toggler .icon-bar {
  display: block;
  position: relative;
  width: 26px;
  height: 3px;
  border-radius: 1px;
  background-color: #000;
}
.second-template .navbar-offcanvas .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
.second-template .navbar-offcanvas .navbar-toggler .icon-bar.bar1 {
  top: 0;
  outline: 1px solid transparent;
  animation: topbar-back 500ms 0s;
  animation-fill-mode: forwards;
}
.second-template .navbar-offcanvas .navbar-toggler .icon-bar.bar2 {
  outline: 1px solid transparent;
  opacity: 1;
}
.second-template .navbar-offcanvas .navbar-toggler .icon-bar.bar3 {
  bottom: 0;
  outline: 1px solid transparent;
  animation: bottombar-back 500ms 0s;
  animation-fill-mode: forwards;
}
.second-template .navbar-offcanvas .navbar-toggler.toggled .icon-bar.bar1 {
  top: 6px;
  animation: topbar-x 500ms 0s;
  animation-fill-mode: forwards;
}
.second-template .navbar-offcanvas .navbar-toggler.toggled .icon-bar.bar2 {
  opacity: 0;
}
.second-template .navbar-offcanvas .navbar-toggler.toggled .icon-bar.bar3 {
  bottom: 6px;
  animation: bottombar-x 500ms 0s;
  animation-fill-mode: forwards;
}
.second-template .navbar-offcanvas .navbar-collapse.collapse,
.second-template .navbar-offcanvas .navbar-collapse.collapse.in,
.second-template .navbar-offcanvas .navbar-collapse.collapsing {
  display: none !important;
}
.second-template .nav-open .navbar-collapse {
  transform: translate3d(0px, 0, 0);
}
.second-template .nav-open .navbar > .container-fluid {
  transform: translate3d(-424px, 0, 0);
}
@media (max-width: 991px) {
  .second-template .nav-open .navbar > .container-fluid {
    transform: translate3d(-424px/1.5, 0, 0);
  }
}
.second-template .nav-open .wrapper {
  transform: translate3d(-150px, 0, 0);
}
.second-template body > .navbar-collapse {
  display: block !important;
  position: fixed;
  top: 0;
  right: -10px;
  width: 424px;
  height: 100%;
  padding: 60px 1rem;
  background-color: #fff;
  border-left: 1px solid #e3e3e3;
  text-align: center;
  visibility: visible;
  overflow-y: visible;
  transform: translate3d(424px, 0, 0);
  transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  z-index: 1000032;
}
.second-template body > .navbar-collapse:after {
  content: "";
  position: absolute;
  top: 28px;
  left: -20px;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  transform: rotate(180deg);
  transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  z-index: 1032;
}
@media (max-width: 991px) {
  .second-template body > .navbar-collapse {
    width: 282.6666666667px;
  }
}
.second-template body > .navbar-collapse .nav-image {
  margin-bottom: 65px;
}
.second-template body > .navbar-collapse .nav-image img {
  display: block;
  margin: 0 auto;
  width: 91px;
  height: 69px;
}
.second-template body > .navbar-collapse .navbar-top {
  margin: 0 !important;
  flex-direction: column;
}
@media (min-width: 992px) {
  .second-template body > .navbar-collapse .navbar-top {
    display: none;
  }
}
.second-template body > .navbar-collapse .navbar-top li {
  text-align: center;
}
.second-template body > .navbar-collapse .navbar-top li a {
  display: block;
  padding: 0.5rem 1rem;
  font-weight: 700;
  color: #000;
}
.second-template body > .navbar-collapse .navbar-top li a:hover, .second-template body > .navbar-collapse .navbar-top li a:focus {
  text-decoration: none;
}
.second-template body > .navbar-collapse .nav-link,
.second-template body > .navbar-collapse .dropdown-toggle {
  font-weight: 700;
  color: #222;
  transition: color 0.2s ease-out;
}
.second-template body > .navbar-collapse .nav-link:hover, .second-template body > .navbar-collapse .nav-link:focus,
.second-template body > .navbar-collapse .dropdown-toggle:hover,
.second-template body > .navbar-collapse .dropdown-toggle:focus {
  text-decoration: none;
}
.second-template body > .navbar-collapse .nav-link.disabled,
.second-template body > .navbar-collapse .dropdown-toggle.disabled {
  color: rgba(0, 0, 0, 0.35);
}
.second-template body > .navbar-collapse .nav-link.disabled:hover, .second-template body > .navbar-collapse .nav-link.disabled:focus,
.second-template body > .navbar-collapse .dropdown-toggle.disabled:hover,
.second-template body > .navbar-collapse .dropdown-toggle.disabled:focus {
  cursor: not-allowed;
}
@media (min-width: 992px) {
  .second-template body > .navbar-top {
    display: none;
  }
}
.second-template body > #overlay {
  content: "";
  position: fixed;
  top: 0;
  left: auto;
  right: calc(424px / 1.5 - 10px);
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow-x: hidden;
  z-index: 1029;
}
@media (min-width: 992px) {
  .second-template body > #overlay {
    right: calc(424px - 10px);
  }
}
@keyframes topbar-x {
  0% {
    top: 0px;
    transform: rotate(0deg);
  }
  45% {
    top: 6px;
    transform: rotate(145deg);
  }
  75% {
    transform: rotate(130deg);
  }
  100% {
    transform: rotate(135deg);
  }
}
@keyframes topbar-back {
  0% {
    top: 6px;
    transform: rotate(135deg);
  }
  45% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    top: 0px;
    transform: rotate(0);
  }
}
@keyframes bottombar-x {
  0% {
    bottom: 0px;
    transform: rotate(0deg);
  }
  45% {
    bottom: 6px;
    transform: rotate(-145deg);
  }
  75% {
    transform: rotate(-130deg);
  }
  100% {
    transform: rotate(-135deg);
  }
}
@keyframes bottombar-back {
  0% {
    bottom: 6px;
    transform: rotate(-135deg);
  }
  45% {
    transform: rotate(10deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    bottom: 0px;
    transform: rotate(0);
  }
}
.second-template .header-transparent {
  position: relative;
}
.second-template .header-transparent .nav-bar {
  position: absolute;
  width: 100%;
}
.second-template .header-transparent .nav-bar .navbar-brand img {
  filter: brightness(50000);
}
.second-template .nav-register a {
  width: 100%;
  max-width: 148.1px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: var(--second-color);
}
.second-template .vg-nav > ul > li {
  padding: 20px 10px !important;
}
.second-template .supporter-card-1 .image {
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
}
.second-template .supporter-card-1 .image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.second-template .supporter-card-1 h3 {
  font-size: 18px;
  margin-top: 15px;
  text-align: center;
  color: var(--main-color);
}
.second-template .supporter-card-2 .image {
  width: 94px;
  height: 94px;
  margin-right: auto;
  margin-left: auto;
  border: solid 1px rgba(255, 255, 255, 0.29);
  border-radius: 2px;
  position: relative;
}
.second-template .supporter-card-2 .image img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
.second-template .supporter-card-2 .image::after {
  content: "";
  position: absolute;
  left: -7px;
  bottom: -7px;
  background: var(--main-color);
  width: 100%;
  height: 100%;
}
.second-template .supporter-card-2 h3 {
  font-size: 18px;
  margin-top: 40px;
  text-align: center;
  color: #fff;
}
.second-template .supporter-card-3 .image {
  width: 94px;
  height: 94px;
  margin-right: auto;
  margin-left: auto;
  border: solid 1px rgba(255, 255, 255, 0.29);
  border-radius: 2px;
}
.second-template .supporter-card-3 .image img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  object-fit: cover;
}
.second-template .supporter-card-3 h3 {
  font-size: 18px;
  margin-top: 40px;
  text-align: center;
  color: #fff;
}
.second-template .partner-card {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 213px;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
  background: #fff;
}
.second-template .partner-card img {
  height: 79px;
  width: 100%;
  object-fit: contain;
}
.second-template .partner-card.has-filter {
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.second-template .supporters-section.theme-3 {
  position: relative;
  background: var(--main-color);
}
.second-template .supporters-section.theme-3 .container {
  position: relative;
  z-index: 5;
}
.second-template .service-card-1 {
  position: relative;
  height: 320px;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
}
.second-template .service-card-1 .image {
  width: 100%;
  height: 100%;
}
.second-template .service-card-1 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.second-template .service-card-1 .image .image-overlay {
  background-image: linear-gradient(136deg, rgba(163, 30, 33, 0.5) 0%, rgba(38, 32, 79, 0.5) 59%, rgba(30, 32, 82, 0.5) 98%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
}
.second-template .service-card-1 .image .image-overlay h3 {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 20px;
  text-align: center;
}
.second-template .service-card-1 .overlay {
  width: 100%;
  position: absolute;
  z-index: 2;
  background-color: rgba(30, 32, 82, 0.93);
  top: 100%;
  left: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 20px 20px;
  opacity: 1;
  transition: all 0.5s;
  opacity: 0;
}
.second-template .service-card-1 .overlay h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.second-template .service-card-1 .overlay p {
  color: #ddd;
}
.second-template .service-card-1 .overlay a {
  display: flex;
  justify-content: flex-end;
  color: #fff;
  text-decoration: none;
}
.second-template .service-card-1 .overlay a span {
  margin: 0 5px;
}
.second-template .service-card-1 .overlay a svg {
  margin: 0 5px;
}
.second-template .service-card-1:hover .overlay {
  opacity: 1;
  top: 0;
}
.second-template .service-card-2 {
  background-color: #fff;
  padding: 15px;
}
.second-template .service-card-2 .image {
  height: 244px;
  border-radius: 8.4px;
  overflow: hidden;
  position: relative;
}
.second-template .service-card-2 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.second-template .service-card-2 .image:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(122deg, var(--second-color) 0%, var(--main-color) 58%, var(--main-color) 98%);
  opacity: 0.5;
}
.second-template .service-card-2 .content {
  padding-top: 25px;
}
.second-template .service-card-2 .content h3 {
  font-size: 19.7px;
  font-weight: 600;
  color: var(--main-color);
  margin-bottom: 20px;
}
.second-template .service-card-2 .content p {
  color: #c9c9c9;
  line-height: 1.92;
  font-size: 13.5px;
}
.second-template .service-card-2 .content a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 13.2px;
  text-decoration: none;
  font-weight: 500;
  color: var(--second-color);
  margin-top: 40px;
}
.second-template .service-card-2 .content a span {
  margin: 0 5px;
}
.second-template .service-card-3 {
  background-color: #fff;
}
.second-template .service-card-3 .image {
  height: 244px;
  border-radius: 8.4px;
  overflow: hidden;
  position: relative;
}
.second-template .service-card-3 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.second-template .service-card-3 .image:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(122deg, var(--second-color) 0%, var(--main-color) 58%, var(--main-color) 98%);
  opacity: 0.5;
}
.second-template .service-card-3 .content {
  padding: 15px;
}
.second-template .service-card-3 .content h3 {
  font-size: 19.7px;
  font-weight: 600;
  color: var(--main-color);
  margin-bottom: 20px;
}
.second-template .service-card-3 .content p {
  color: #c9c9c9;
  line-height: 1.92;
  font-size: 13.5px;
}
.second-template .service-card-3 .content a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 13.2px;
  text-decoration: none;
  font-weight: 500;
  color: var(--second-color);
  margin-top: 40px;
}
.second-template .service-card-3 .content a span {
  margin: 0 5px;
}
.second-template .services-section {
  position: relative;
}
.second-template .services-section.theme-1 .section-bg, .second-template .services-section.theme-2 .section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.second-template .services-section.theme-1 .section-bg img, .second-template .services-section.theme-2 .section-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.second-template .service-page-cover {
  height: 631px;
  position: relative;
}
.second-template .service-page-cover img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.second-template .service-page-cover:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(114deg, var(--second-color) 0%, var(--main-color) 58%, var(--main-color) 97%);
  top: 0;
  left: 0;
  opacity: 0.5;
}
.second-template .service-page-header {
  background: #fff;
  margin-top: -200px;
  position: relative;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.06);
  padding: 50px 30px;
}
.second-template .breadcrumb-item {
  font-size: 18px;
}
.second-template li.breadcrumb-item a {
  color: #a9a9a9;
  text-decoration: none;
}
.second-template .service-page-header h1 {
  font-size: 52px;
  line-height: 1.41;
  color: var(--main-color);
  font-weight: 600;
  margin-bottom: 40px;
}
.second-template .discount-badge {
  width: 246px;
  height: 52px;
  flex-grow: 0;
  margin: 44px 0 0 629px;
  padding: 6px 0;
  border-radius: 6px;
  background-color: #a31e21;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.second-template .service-page-content {
  padding-top: 100px;
  margin-bottom: 100px;
}
.second-template .other-services h2 {
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  color: var(--main-color);
  margin-bottom: 50px;
}
.second-template section.subscriptions {
  background-image: url(../images/lines-bg.svg);
}
.second-template .subscription-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.second-template .subscription-card .logo {
  background-color: #f2f2f2;
  width: 94px;
  height: 94px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 20px;
}
.second-template .subscription-card h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: var(--main-color);
}
.second-template .subscription-card .count {
  display: flex;
  justify-content: center;
  align-items: center;
}
.second-template .subscription-card .count svg {
  color: var(--second-color);
  margin: 0 3px;
}
.second-template .subscription-card .count span {
  margin: 0 3px;
  color: #b0b0b0;
  font-size: 13px;
}
.second-template .top-header {
  padding: 15px 0;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  border-bottom: 1px solid var(--border-color);
}
.second-template .top-header .header-item {
  display: inline-block;
  margin: 0 5px;
}
.second-template .top-header .header-list.link-list {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 0;
  gap: 15px;
}
.second-template .top-header .header-list.link-list .header-item {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.second-template .top-header .header-list.social-list {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 0;
}
.second-template .top-header .header-list .header-item svg {
  margin-right: 5px;
  height: 13px;
  width: 13px;
  color: #000;
}
.second-template .top-header .header-list.social-list a {
  width: 25px;
  height: 25px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--second-color);
}
.second-template .top-header .header-list.social-list a svg {
  width: 15px;
  height: 15px;
  color: #fff;
  margin: 0 !important;
}
.second-template .top-header .header-list .header-item a {
  text-decoration: none;
}
.second-template .top-header .header-list .header-item span {
  color: #9f9f9f;
}
@media (max-width: 767px) {
  .second-template .top-header {
    font-size: 11px;
  }
  .second-template .top-header .header-list {
    display: block;
    text-align: center;
  }
  .second-template .top-header .header-list .header-item svg {
    width: 8px;
    height: 8px;
  }
  .second-template .top-header .header-list.social-list {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .second-template .top-header .header-list.social-list svg {
    width: 11px;
    height: 11px;
  }
  .second-template .top-header .header-list.link-list {
    display: flex;
    padding: 0;
    gap: 10px;
  }
  .second-template .top-header .header-list.link-list .header-item {
    margin: 0 5px;
  }
}
.second-template .login-social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.second-template .login-social .login-btn a {
  display: flex;
  gap: 5px;
  font-size: 13px;
  align-items: center;
  text-decoration: none;
  color: var(--main-color);
}
.second-template .login-social .login-btn a svg {
  width: 17px;
}
@media (max-width: 550px) {
  .second-template .login-social {
    justify-content: center;
  }
}
.second-template .logo-contact {
  display: flex;
  gap: 0px;
  align-items: center;
}
.second-template a.logo-watheeq {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.second-template .company-details {
  padding: 100px 0;
}
.second-template .company-details .vector img {
  max-width: 100%;
}
.second-template .company-details-box {
  position: relative;
  border: solid 0.9px #dedede;
  padding: 60px 30px 30px;
  height: 307.9px;
  border-radius: 3.7px;
}
.second-template .company-details-box h3 {
  position: absolute;
  top: -33px;
  background: var(--second-color);
  color: #fff;
  width: 232.3px;
  border-radius: 3.7px;
  height: 65.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
}
.second-template .company-details-box ul {
  list-style: none;
  padding: 0;
}
.second-template .company-details-box li {
  font-size: 15.9px;
  font-weight: 500;
  line-height: 1.55;
  margin-bottom: 15px;
}
.second-template .team-card {
  text-align: center;
  margin-bottom: 50px;
}
.second-template .team-card .image {
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  border: 1px solid #ddd;
  position: relative;
}
.second-template .team-card .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 32, 82, 0.93);
  opacity: 0;
  border-radius: 50%;
  transition: all 0.5s;
}
.second-template .team-card .image .overlay a {
  background: #fff;
  color: var(--main-color);
  position: absolute;
  left: 50%;
  top: 74%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  width: 150px;
  font-size: 14px;
}
.second-template .team-card .image img {
  display: block;
  width: 100%;
  height: 100%;
}
.second-template .team-card .image:hover .overlay {
  opacity: 1;
}
.second-template .team-card .image:hover .overlay a {
  top: 50%;
}
.second-template .team-card h4 {
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
  color: var(--main-color);
}
.second-template .team-card span {
  color: var(--second-color);
  font-size: 16px;
  font-weight: 500;
}
.second-template .project-card {
  box-shadow: 0 4.5px 45.4px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
  position: relative;
  border-radius: 9.8px;
  overflow: hidden;
  margin-bottom: 30px;
}
.second-template .project-card .done {
  position: absolute;
  left: -30px;
  top: 20px;
  width: 120px;
  z-index: 2;
  background: #4caf50;
  color: #fff;
  text-align: center;
  font-size: 13px;
  padding: 3px;
  transform: rotate(-45deg);
}
.second-template .project-card .image {
  height: 200px;
  position: relative;
  border-radius: 9.3px;
  overflow: hidden;
}
.second-template .project-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.second-template .project-card .image .title {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px;
  z-index: 2;
}
.second-template .project-card .image .title h3 {
  color: #fff;
  font-size: 18.5px;
}
.second-template .project-card .image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, var(--main-color) 37%, var(--second-color) 100%);
  top: 0;
  opacity: 0.5;
}
.second-template .project-card .desc .meta {
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
  margin-bottom: 10px;
}
.second-template .project-card .desc .meta .meta-item svg {
  width: 17px;
  height: 17px;
  color: var(--second-color);
}
.second-template .project-card .desc .meta .meta-item span {
  font-size: 12px;
  color: #333;
  margin: 0 5px;
}
.second-template .project-card .desc p {
  font-size: 12px;
  color: rgba(174, 174, 174, 0.51);
  padding: 15px;
}
.second-template .project-card .overlay {
  align-items: center;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(141deg, var(--main-color) 0%, var(--second-color) 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
  padding-top: 50px;
  flex-wrap: wrap;
  transition: all 0.5s;
}
.second-template .project-card .overlay a {
  border: solid 1.1px #fff;
  background-color: #fff;
  max-width: 161px;
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-color);
}
.second-template .project-card .cart-item-quantity {
  background: #fff;
  /* position: absolute; */
  width: calc(100% - 20px);
  justify-content: center;
  border-radius: 15px;
  padding: 15px;
}
.second-template .project-card .cart-item-quantity .cart-item-buttons {
  display: flex;
  gap: 10px;
}
.second-template .project-card .cart-item-quantity .cart-item-buttons button {
  border: 1px solid var(--main-color);
  color: var(--main-color);
  border-radius: 50px;
  transition: all 0.5s;
}
.second-template .project-card .cart-item-quantity .cart-item-buttons button:hover, .second-template .project-card .cart-item-quantity .cart-item-buttons button.active {
  background: var(--main-color);
  color: #fff;
}
.second-template .project-card .cart-item-quantity .cart-item-input {
  margin-top: 10px;
}
.second-template .project-card .cart-item-quantity .cart-item-input input {
  border-color: var(--main-color);
  border-radius: 50px;
}
.second-template .project-card .project-card-buttons {
  display: flex;
  gap: 10px;
  width: 100%;
  padding: 0 20px;
}
.second-template .project-card .project-card-buttons .cart-btn svg {
  width: 30px;
  fill: var(--second-color);
}
.second-template .project-card .cart-item-quantity .input-number a {
  background: var(--main-color);
  min-width: 30px;
  color: #fff;
}
.second-template .project-card .project-card-progress {
  width: 100%;
  padding: 15px;
}
.second-template .project-card .project-card-progress h4 {
  color: #fff;
  font-size: 14.1px;
}
.second-template .project-card .project-card-progress .progress {
  height: 13px;
  background-color: rgba(255, 255, 255, 0.34);
  border-radius: 50px;
}
.second-template .project-card .project-card-progress .progress .progress-bar {
  background: #fff;
  border-radius: 50px;
}
.second-template .project-card .project-card-progress .progress-value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #afafaf;
  font-size: 13px;
  padding-top: 8px;
}
.second-template .project-card .project-card-progress .progress-value * {
  font-weight: normal;
}
.second-template .project-card:hover .overlay {
  top: 0;
}
.second-template .donate-card {
  box-shadow: 0 4.5px 45.4px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
  position: relative;
  border-radius: 9.8px;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #eee;
}
.second-template .donate-card .done {
  position: absolute;
  left: -30px;
  top: 20px;
  width: 120px;
  z-index: 2;
  background: #4caf50;
  color: #fff;
  text-align: center;
  font-size: 13px;
  padding: 3px;
  transform: rotate(-45deg);
}
.second-template .donate-card .image {
  height: 200px;
  position: relative;
  border-radius: 9.3px;
  overflow: hidden;
}
.second-template .donate-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.second-template .donate-card .image .title {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px;
  z-index: 2;
}
.second-template .donate-card .image .title h3 {
  color: #fff;
  font-size: 18.5px;
}
.second-template .donate-card .image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, var(--main-color) 37%, var(--second-color) 100%);
  top: 0;
  opacity: 0.5;
}
.second-template .donate-card .desc .meta {
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
  margin-bottom: 10px;
  flex-wrap: wrap;
  gap: 15px;
  padding: 0 15px;
}
.second-template .donate-card .desc .meta .meta-item {
  width: calc(50% - 7.5px);
  display: flex;
  gap: 10px;
}
.second-template .donate-card .desc .meta .meta-item svg {
  width: 17px;
  height: 17px;
  color: var(--second-color);
}
.second-template .donate-card .desc .meta .meta-item .text span {
  font-size: 10px;
  color: #777;
  display: block;
  margin-bottom: 0;
}
.second-template .donate-card .desc .meta .meta-item .text strong {
  font-size: 12px;
  color: #333;
  display: block;
  margin-bottom: 5px;
}
.second-template .donate-card .desc p {
  font-size: 12px;
  color: rgba(174, 174, 174, 0.51);
  padding: 15px;
}
.second-template .donate-card .overlay {
  align-items: center;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(141deg, var(--main-color) 0%, var(--second-color) 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
  padding-top: 20px;
  flex-wrap: wrap;
  transition: all 0.5s;
  border-radius: 10px;
}
.second-template .donate-card .cart-item-quantity {
  background: #fff;
  /* position: absolute; */
  width: calc(100% - 20px);
  justify-content: center;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 15px;
}
.second-template .donate-card .cart-item-quantity .input-number .form-group {
  margin-bottom: 0;
}
.second-template .donate-card .cart-item-quantity .cart-item-buttons {
  display: flex;
  gap: 10px;
}
.second-template .donate-card .cart-item-quantity .cart-item-buttons button {
  border: 1px solid var(--main-color);
  color: var(--main-color);
  border-radius: 50px;
  transition: all 0.5s;
}
.second-template .donate-card .cart-item-quantity .cart-item-buttons button:hover, .second-template .donate-card .cart-item-quantity .cart-item-buttons button.active {
  background: var(--main-color);
  color: #fff;
}
.second-template .donate-card .cart-item-quantity .cart-item-input {
  margin-top: 10px;
}
.second-template .donate-card .cart-item-quantity .cart-item-input input {
  border-color: var(--main-color);
  border-radius: 50px;
}
.second-template .donate-card .view-project {
  display: flex;
}
.second-template .donate-card .view-project a {
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  gap: 10px;
  border-radius: 50px;
  margin-bottom: 10px;
}
.second-template .donate-card .view-project a:hover {
  background: #fff;
  color: var(--main-color);
}
.second-template .donate-card .view-project-2 {
  display: flex;
  background-color: var(--main-color);
  justify-content: center;
}
.second-template .donate-card .view-project-2 a {
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  gap: 10px;
  border-radius: 50px;
  margin: 10px 0;
}
.second-template .donate-card .view-project-2 a:hover {
  background: #fff;
  color: var(--main-color);
}
.second-template .donate-card .project-card-buttons {
  display: flex;
  gap: 10px;
  width: 100%;
  padding: 0 20px;
}
.second-template .donate-card .project-card-buttons .btn {
  border: solid 1.1px #fff;
  background-color: #fff;
  max-width: 161px;
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-color);
}
.second-template .donate-card .project-card-buttons .cart-btn svg {
  width: 30px;
  fill: var(--second-color);
}
.second-template .donate-card .cart-item-quantity .input-number a {
  background: var(--main-color);
  min-width: 30px;
  color: #fff;
}
.second-template .donate-card .project-card-progress {
  width: 100%;
  padding: 15px;
}
.second-template .donate-card .project-card-progress h4 {
  color: #fff;
  font-size: 14.1px;
}
.second-template .donate-card .project-card-progress .progress {
  height: 13px;
  background-color: rgba(255, 255, 255, 0.34);
  border-radius: 50px;
}
.second-template .donate-card .project-card-progress .progress .progress-bar {
  background: #fff;
  border-radius: 50px;
}
.second-template .donate-card .project-card-progress .progress-value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #afafaf;
  font-size: 13px;
  padding-top: 8px;
}
.second-template .donate-card .project-card-progress .progress-value * {
  font-weight: normal;
}
.second-template .donate-card:hover .overlay {
  top: 0;
}
.second-template .donate-card .share-don .share {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: #fff;
  align-items: center;
}
.second-template .donate-card .share-don {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
  background: #fff;
}
.second-template .donate-card .share-don .share span {
  font-size: 14px;
  font-weight: bold;
}
.second-template .donate-card .share-don .share div {
  display: flex;
  gap: 15px;
}
.second-template .donate-card .share-don .share div a {
  color: #555;
}
.second-template .donate-card .share-don .share div a svg {
  width: 18px;
}
.second-template .projects-section {
  position: relative;
}
.second-template .projects-section.theme-1 .section-bg, .second-template .projects-section.theme-2 .section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.second-template .projects-section.theme-1 .section-bg img, .second-template .projects-section.theme-2 .section-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: var(--filter);
}
@media (max-width: 767.98px) {
  .second-template .projects-section.theme-2 .section-bg {
    width: 500%;
  }
}
.second-template .projects-section.theme-2 .section-bg img {
  object-fit: fill;
}
.second-template .projects-section .container {
  position: relative;
  z-index: 2;
}
.second-template .list-projects {
  display: flex;
  min-height: 800px;
  flex-wrap: wrap;
}
.second-template .list-projects .second-col {
  padding-top: 100px;
}
.second-template .list-projects > div {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 575.98px) {
  .second-template .list-projects > div {
    width: 100%;
  }
}
.second-template .project-page-content .project-image {
  margin-bottom: 40px;
}
.second-template .project-page-content .project-image img {
  height: 400px;
  max-width: 100%;
  width: auto;
}
.second-template .project-page-content .project-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #f1f1f1;
}
.second-template .project-page-content .project-meta .title h1 {
  color: var(--main-color);
  font-size: 25.1px;
  font-weight: 600;
  margin-bottom: 6px;
}
.second-template .project-page-content .project-meta .title h3 {
  line-height: 0;
}
.second-template .project-page-content .project-meta .title h3 svg {
  width: 19px;
  height: 19px;
}
.second-template .project-page-content .project-meta .title h3 span {
  margin: 0 10px;
  font-size: 13.9px;
  font-weight: normal;
}
.second-template .project-page-content .project-meta .price span {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin: 0 10px;
}
.second-template .project-page-content .project-meta .price strong {
  font-size: 27.4px;
  font-weight: 600;
  color: var(--second-color);
}
.second-template .project-page-content .project-desc p {
  color: rgba(174, 174, 174, 0.51);
  font-size: 15px;
  line-height: 1.65;
}
.second-template .project-progress {
  width: 100%;
  padding: 15px;
}
.second-template .project-progress h4 {
  color: #aeaeae;
  font-size: 14.1px;
}
.second-template .project-progress h4 span {
  color: var(--second-color);
  margin: 0 5px;
}
.second-template .project-progress .progress {
  height: 20px;
  background-color: rgba(222, 222, 222, 0.35);
  border-radius: 50px;
}
.second-template .project-progress .progress .progress-bar {
  background: var(--second-color);
  border-radius: 50px;
}
.second-template .project-progress .progress-value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #afafaf;
  font-size: 13px;
  padding-top: 8px;
}
.second-template .project-progress .progress-value * {
  font-weight: normal;
}
.second-template .other-projects {
  padding: 24px 12px 1px 11px;
  border-radius: 9px;
  background-color: #f8f8f8;
}
.second-template .other-projects h2 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: var(--second-color);
  margin-bottom: 45px;
}
.second-template .project-card-h {
  display: flex;
}
.second-template .project-card-h .image {
  width: 150px;
  min-width: 150px;
  min-height: 100%;
  height: 160px;
}
.second-template .project-card-h .title h3 {
  font-size: 16px;
  font-weight: 500;
  color: var(--main-color);
}
.second-template .project-card-h .desc {
  padding: 10px;
}
.second-template .project-card-h .desc .meta {
  justify-content: space-between;
  margin: 0;
}
.second-template .project-card-h .desc p {
  margin: 0;
  padding: 0;
}
.second-template .btn-donate {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  flex-direction: column;
  background: #f1f1f1;
  padding: 15px;
  border-radius: 9px;
  gap: 20px;
}
.second-template .btn-donate .buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
.second-template .btn-donate .buttons button {
  display: flex;
  width: 100%;
  border-radius: 9px;
  background: var(--main-color);
  height: 90px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}
.second-template .btn-donate .buttons .cart-btn {
  background: var(--second-color);
}
.second-template .btn-donate .buttons .cart-btn svg {
  width: 55px;
  height: 55px;
  fill: #fff;
}
.second-template .btn-donate .back-btn {
  text-decoration: blink;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  color: var(--main-color);
  border: 2px solid;
  border-radius: 5px;
}
.second-template .btn-donate .cart-item-quantity {
  background: #fff;
  /* position: absolute; */
  width: calc(100% - 20px);
  justify-content: center;
  border-radius: 15px;
  padding: 15px;
}
.second-template .btn-donate .cart-item-quantity .cart-item-buttons {
  display: flex;
  gap: 10px;
}
.second-template .btn-donate .cart-item-quantity .cart-item-buttons button {
  border: 1px solid var(--main-color);
  color: var(--main-color);
  border-radius: 50px;
  transition: all 0.5s;
}
.second-template .btn-donate .cart-item-quantity .cart-item-buttons button:hover, .second-template .btn-donate .cart-item-quantity .cart-item-buttons button.active {
  background: var(--main-color);
  color: #fff;
}
.second-template .btn-donate .cart-item-quantity .cart-item-input {
  margin-top: 10px;
}
.second-template .btn-donate .cart-item-quantity .cart-item-input input {
  border-color: var(--main-color);
  border-radius: 50px;
}
.second-template .service-step-inner-box .nav-tabs {
  margin-bottom: 30px;
}
.second-template .service-step-inner-box .nav-tabs .nav-item button {
  color: #c2c2c2;
  border: none;
}
.second-template .service-step-inner-box .nav-tabs .nav-item button.active {
  border: none;
  position: relative;
  color: #000;
}
.second-template .service-step-inner-box .nav-tabs .nav-item button.active:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: var(--second-color);
}
.second-template .service-step-inner-box .nav-tabs .nav-item button:hover {
  border: none;
}
.second-template .project-done {
  display: flex;
  align-items: center;
  background: #27ae60;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.second-template .project-done img {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50px;
  padding: 6px;
}
.second-template .project-done h4 {
  margin-right: 20px;
  color: #fff;
  margin-bottom: 0;
}
.second-template .project-page-status {
  display: flex;
  flex-direction: column;
  padding: 30px 0;
  gap: 30px;
  background: #f8f8f8;
}
.second-template .project-page-status .project-page-status-item {
  border-bottom: 1px solid #ccc;
  padding: 0 20px 30px;
  display: flex;
  gap: 15px;
  align-items: center;
}
.second-template .project-page-status .project-page-status-item .icon {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--second-color);
  border-radius: 3px;
}
.second-template .project-page-status .project-page-status-item .icon svg, .second-template .project-page-status .project-page-status-item .icon img {
  width: 30px;
  height: 30px;
  color: #fff;
}
.second-template .project-page-status .project-page-status-item .text span {
  font-size: 30px;
  color: var(--second-color);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}
.second-template .project-page-status .project-page-status-item .text h4 {
  font-size: 16px;
  color: #333333;
  margin: 0;
}
.second-template .project-page-banks {
  background: #f8f8f8;
  padding: 20px;
}
.second-template .project-page-banks h3 {
  font-weight: 700;
  font-size: 18px;
  color: var(--main-color);
  margin-bottom: 15px;
}
.second-template .project-page-banks ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.second-template .project-page-banks ul li {
  display: flex;
  gap: 10px;
}
.second-template .project-page-banks ul li .img {
  background: #fff;
  border-radius: 5px;
  width: 50px;
  min-width: 50px;
  height: 50px;
}
.second-template .project-page-banks ul li .img img {
  width: 100%;
  height: 100%;
}
.second-template .project-page-banks ul li .text span {
  color: #ababab;
  font-size: 15px;
  display: block;
  line-height: 1.7;
}
.second-template .home-facts .facts-vector img {
  max-width: 100%;
}
.second-template .home-facts .facts-text {
  padding: 0 40px;
}
.second-template .home-facts .facts-text .facts-list {
  display: flex;
  flex-wrap: wrap;
}
.second-template .home-facts .facts-text .facts-list .fact-box {
  width: 50%;
  margin-bottom: 50px;
}
.second-template .home-facts .facts-text .facts-list .fact-box h4 {
  font-size: 37.5px;
  font-weight: 600;
  color: var(--second-color);
  margin-bottom: 15px;
}
.second-template .home-facts .facts-text .facts-list .fact-box span {
  color: #333;
  font-size: 13.5px;
}
.second-template .home-facts .facts-text .facts-list.facts-list-full .fact-box {
  width: 25%;
  text-align: center;
}
@media (max-width: 777px) {
  .second-template .home-facts .facts-text .facts-list.facts-list-full .fact-box {
    width: 50%;
  }
}
.second-template .home-contact-section {
  background: url(../images/contact-bg.svg);
  background-size: cover;
  background-position: center;
}
.second-template .home-contact-section .contact-details-container {
  display: flex;
  flex-direction: column;
}
.second-template .home-contact-section .contact-details-list {
  list-style: none;
}
.second-template .home-contact-section .contact-details-list .contact-details-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.second-template .home-contact-section .contact-details-list .contact-details-list-item .icon {
  margin-left: 15px;
}
.second-template .home-contact-section .contact-details-list .contact-details-list-item .icon svg {
  width: 25px;
  height: 25px;
}
.second-template .home-contact-section .contact-details-list .contact-details-list-item .text strong {
  color: var(--main-color);
  font-size: 15px;
  font-weight: normal;
  display: block;
  margin-bottom: 8px;
}
.second-template .home-contact-section .contact-details-list .contact-details-list-item .text span {
  font-size: 15px;
  font-weight: normal;
  color: #959595;
}
.second-template .home-contact-section .social-media {
  display: flex;
  list-style: none;
  padding: 0;
  margin-top: auto;
}
.second-template .home-contact-section .social-media li a {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--second-color);
  border-radius: 10.4px;
  margin: 0 5px;
}
.second-template .home-contact-section .social-media li a svg {
  width: 20px;
  height: 20px;
  color: #fff;
}
.second-template .product-box {
  overflow: hidden;
}
.second-template .product-box .about-vector-bg {
  right: 0;
  position: absolute;
  top: 0;
  width: 90%;
}
.second-template .product-box .about-vector-bg svg {
  max-width: 100%;
}
.second-template .product-box .about-vector-bg img {
  filter: var(--filter);
}
@media (max-width: 767.98px) {
  .second-template .product-box .about-vector-bg img {
    width: 100%;
    height: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .second-template .product-box .about-vector-bg {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .second-template .product-box .about-vector-bg {
    width: 100%;
    bottom: 0;
  }
}
.second-template .product-box .about-vector-parent {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.second-template .product-box .about-vector {
  position: relative;
  z-index: 1;
  padding-right: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .second-template .product-box .about-vector {
    margin-top: 50px;
  }
}
.second-template .product-box .about-vector img {
  width: 100%;
  height: 80%;
  object-fit: contain;
}
.second-template .product-box .about-text {
  position: relative;
  z-index: 2;
}
.second-template .product-box .about-text h5 {
  color: var(--second-color);
  font-size: 18px;
  margin-bottom: 18px;
}
.second-template .product-box .about-text h2 {
  font-size: 50px;
  font-weight: 600;
  color: var(--main-color);
  margin-bottom: 20px;
}
.second-template .product-box .about-text h2 span {
  color: var(--second-color);
}
.second-template .product-box .about-text p {
  line-height: 1.84;
  color: #c9c9c9;
  font-size: 16px;
}
.second-template .product-box .about-text a {
  border-radius: 4px;
  background-color: var(--second-color);
  width: 100%;
  max-width: 236px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
}
@media (max-width: 575.98px) {
  .second-template .product-box .about-text h5 {
    font-size: 16px;
  }
  .second-template .product-box .about-text h2 {
    font-size: 30px;
  }
  .second-template .product-box .about-text p {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .second-template .product-box-3 {
    padding-bottom: 40px;
  }
}
.second-template .product-box-3 .products-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .second-template .product-box-3 .products-bg {
    width: 120%;
  }
}
.second-template .product-box-3 .products-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px 0 0 50px;
  filter: var(--filter);
}
.second-template .product-box-3 .container {
  position: relative;
  z-index: 3;
}
.second-template .product-box-3 .about-vector {
  text-align: left;
}
.second-template .product-box-3 .about-text {
  padding-top: 100px;
  padding-bottom: 100px;
}
.second-template .product-box-3 .about-text h2 {
  color: #fff;
}
.second-template .home-products {
  position: relative;
}
.second-template .home-products.theme-2 .section-bg {
  position: absolute;
  bottom: 0;
  left: 0;
}
.second-template .home-products.theme-2 .section-bg img {
  height: 400px;
}
.second-template .home-products .container {
  position: relative;
  z-index: 2;
}
.second-template .video-library-card-1 {
  margin-bottom: 30px;
}
.second-template .video-library-card-1 .image {
  height: 229.5px;
  border-radius: 9.2px;
  overflow: hidden;
  position: relative;
}
.second-template .video-library-card-1 .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.second-template .video-library-card-1 .image .image-overlay {
  background-image: linear-gradient(to top, rgba(30, 32, 82, 0.5) 37%, rgba(163, 30, 33, 0.5) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.second-template .video-library-card-1 .image .image-overlay svg {
  fill: #fff;
  color: #fff;
  width: 40px;
  height: 40px;
}
.second-template .video-library-card-1 .content {
  padding-top: 15px;
}
.second-template .video-library-card-1 .content h3 {
  font-size: 18px;
  font-weight: 500;
  color: var(--main-color);
  margin-bottom: 12px;
}
.second-template .video-library-card-1 .content p {
  font-size: 14px;
  font-weight: normal;
  color: rgb(174, 174, 174);
}
.second-template .video-library-card-2 .image {
  height: 500px;
  border-radius: 9.2px;
  overflow: hidden;
  position: relative;
}
.second-template .video-library-card-2 .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.second-template .video-library-card-2 .image .image-overlay {
  background-image: linear-gradient(to top, rgba(30, 32, 82, 0.69) 37%, rgba(163, 30, 33, 0.69) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.second-template .video-library-card-2 .image .image-overlay svg {
  fill: #fff;
  color: #fff;
  width: 40px;
  height: 40px;
}
.second-template .video-library-card-2 .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
}
.second-template .video-library-card-2 .content h3 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 12px;
}
.second-template .video-library-card-2 .content p {
  font-size: 14px;
  font-weight: normal;
  color: rgb(174, 174, 174);
}
.second-template .video-library-card-3 {
  margin-bottom: 30px;
}
.second-template .video-library-card-3 .image {
  height: 230px;
  border-radius: 9.2px;
  overflow: hidden;
  position: relative;
}
.second-template .video-library-card-3 .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.second-template .video-library-card-3 .image .image-overlay {
  position: relative;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
}
.second-template .video-library-card-3 .image .image-overlay::after {
  content: "";
  background-image: linear-gradient(to top, var(--main-color) 37%, var(--second-color) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.69;
}
.second-template .video-library-card-3 .image .image-overlay svg {
  position: relative;
  z-index: 2;
  fill: #fff;
  color: #fff;
  width: 37px;
  height: 37px;
}
.second-template .video-library-card-3 .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
}
.second-template .video-library-card-3 .content h3 {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 12px;
}
.second-template .video-library-card-3 .content p {
  font-size: 11px;
  font-weight: normal;
  color: rgb(174, 174, 174);
}
.second-template .news-card {
  box-shadow: 0 6.9px 34.6px 0 rgba(58, 70, 79, 0.06);
  background-color: #fff;
  margin-bottom: 30px;
}
.second-template .news-card .image {
  height: 244px;
  border-radius: 8.4px;
  overflow: hidden;
}
.second-template .news-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.second-template .news-card .content {
  padding: 15px;
}
.second-template .news-card .content .date {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.second-template .news-card .content .date svg {
  color: var(--second-color);
  width: 15.8px;
}
.second-template .news-card .content .date span {
  margin: 0 7px;
  font-size: 12px;
  color: #333;
}
.second-template .news-card .content h3 {
  font-size: 15px;
  font-weight: bold;
  color: var(--main-color);
  margin-bottom: 12px;
}
.second-template .news-card .content p {
  color: #aeaeae;
  line-height: 1.92;
  font-size: 13.5px;
}
.second-template .news-card .content a {
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
  color: var(--second-color);
  margin-top: 40px;
}
.second-template .news-card-2 .content {
  padding: 15px;
  background: var(--main-color);
  border-radius: 30px;
  margin-top: -60px;
  position: relative;
}
.second-template .news-card-2 .content .date span {
  color: #fff;
}
.second-template .news-card-2 .content h3 {
  color: var(--second-color);
}
.second-template .news-card-2 .content p {
  color: #fff;
}
.second-template .news-card-3 {
  position: relative;
}
.second-template .news-card-3 .image {
  height: 495px;
  border-radius: 9.2px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767.98px) {
  .second-template .news-card-3 .image {
    height: 350px;
  }
}
.second-template .news-card-3 .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.second-template .news-card-3 .image::after {
  content: "";
  background-image: linear-gradient(to top, var(--main-color) 37%, var(--second-color) 100%);
  opacity: 0.69;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
}
.second-template .news-card-3 .image::after svg {
  fill: #fff;
  color: #fff;
  width: 37px;
  height: 37px;
}
.second-template .news-card-3 .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
}
.second-template .news-card-3 .content .date {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.second-template .news-card-3 .content .date svg {
  color: #ddd;
  width: 15.8px;
}
.second-template .news-card-3 .content .date span {
  margin: 0 7px;
  font-size: 17px;
  color: #ddd;
}
.second-template .news-card-3 .content h3 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.second-template .news-card-3 .content p {
  font-size: 18px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.68);
}
.second-template .news-card-3 .content a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 13.2px;
  font-weight: 500;
  color: #d0d2fa;
  margin-top: 20px;
}
.second-template .news-card-3 .content a span {
  margin: 0 5px;
}
.second-template .news-card-4 {
  border-radius: 12.2px;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
  padding: 15px;
  margin-bottom: 30px;
}
.second-template .news-card-4 .date {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.second-template .news-card-4 .date svg {
  color: var(--second-color);
  width: 15.8px;
}
.second-template .news-card-4 .date span {
  margin: 0 7px;
  font-size: 13px;
  color: #333;
}
.second-template .news-card-4 h3 {
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 12px;
}
.second-template .news-card-4 p {
  color: rgba(175, 175, 175, 0.68);
  line-height: 1.92;
  font-size: 14px;
}
.second-template .news-card-4:nth-last-child(1) {
  margin: 0;
}
.second-template .list-news-widget h3 {
  color: var(--second-color);
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}
.second-template .news-card-5 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.second-template .news-card-5 .image {
  height: 50px;
  width: 70px;
  margin-left: 15px;
  border-radius: 2px;
  overflow: hidden;
}
.second-template .news-card-5 .image img {
  width: 100%;
  height: 100%;
}
.second-template .news-card-5 .text a {
  text-decoration: none;
}
.second-template .news-card-5 .text h5 {
  font-size: 12px;
  color: #3a464f;
  margin-bottom: 4px;
}
.second-template .news-card-5 .text span {
  color: #aeaeae;
  font-size: 11px;
}
.second-template .news-cover {
  margin-bottom: 50px;
}
.second-template .news-cover h1 {
  font-size: 30px;
  font-weight: bold;
  color: var(--main-color);
  margin-bottom: 20px;
}
.second-template .news-cover img {
  width: 100%;
  max-height: 453px;
  border-radius: 9px;
  object-fit: contain;
}
.second-template .standerd-section,
.second-template .achievement-section {
  position: relative;
}
.second-template .standerd-section.theme-2 .section-bg,
.second-template .achievement-section.theme-2 .section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.second-template .standerd-section.theme-2 .section-bg img,
.second-template .achievement-section.theme-2 .section-bg img {
  object-fit: contain;
}
.second-template .standerd-section.theme-2 .section-bg img:nth-child(1),
.second-template .achievement-section.theme-2 .section-bg img:nth-child(1) {
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  object-position: top left;
  width: 20vw;
}
.second-template .standerd-section.theme-2 .section-bg img:nth-child(2),
.second-template .achievement-section.theme-2 .section-bg img:nth-child(2) {
  width: 15vw;
  height: 300px;
  position: absolute;
  bottom: 0;
  right: 0;
  object-position: bottom right;
}
.second-template .standerd-section .container,
.second-template .achievement-section .container {
  z-index: 2;
}
.second-template .standerd-card .link,
.second-template .achievement-card .link {
  position: absolute;
  left: 0;
  display: flex;
  justify-content: flex-end;
}
.second-template .standerd-card .link a,
.second-template .achievement-card .link a {
  width: 42px;
  height: 42px;
  background: var(--second-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 1.9px;
  text-decoration: none;
}
.second-template .standerd-card-1 {
  background-color: #f8f8f8;
  position: relative;
  border-radius: 5px;
  padding: 40px 30px;
}
.second-template .standerd-card-1 .icon {
  display: flex;
  align-items: center;
  margin-bottom: 36px;
  position: relative;
}
.second-template .standerd-card-1 .icon svg.bg {
  height: 104px;
  fill: var(--second-color);
  color: var(--main-color);
  width: 75.13px;
}
.second-template .standerd-card-1 h3 {
  color: var(--second-color);
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
.second-template .standerd-card-1 p {
  font-size: 24px;
  line-height: 1.6;
  color: var(--main-color);
}
.second-template .standerd-card-2 {
  background-color: #fff;
  position: relative;
  padding: 20px 15px 60px 15px;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
  border-radius: 2.11707px;
}
.second-template .standerd-card-2 .icon {
  display: flex;
  align-items: center;
  margin-bottom: 55px;
  position: relative;
  width: 158.71px;
  height: 167px;
  margin-right: auto;
  margin-left: auto;
}
.second-template .standerd-card-2 .icon svg.bg {
  fill: var(--second-color);
  color: var(--main-color);
  width: 100%;
  height: 100%;
}
.second-template .standerd-card-2 .icon span {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 23px;
  color: #fff;
  font-weight: bold;
}
.second-template .standerd-card-2 p {
  font-size: 24px;
  line-height: 1.6;
  color: var(--main-color);
  text-align: center;
}
.second-template .standerd-card-3 {
  background-color: #fff;
  position: relative;
  border-radius: 1.9px;
}
.second-template .standerd-card-3 .link {
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
}
.second-template .standerd-card-3 .link a {
  width: 35px;
  height: 30px;
}
.second-template .standerd-card-3 .icon {
  display: flex;
  align-items: center;
  margin-bottom: 55px;
  position: relative;
  height: 291.42px;
  margin-right: auto;
  margin-left: auto;
}
.second-template .standerd-card-3 .icon svg.bg {
  fill: var(--second-color);
  color: var(--main-color);
  width: 100%;
  height: 100%;
}
.second-template .standerd-card-3 .text {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.second-template .standerd-card-3 .text span {
  font-size: 32px;
  color: var(--second-color);
  font-weight: bold;
  margin-bottom: 30px;
}
.second-template .standerd-card-3 .text p {
  font-size: 22px;
  line-height: 1.6;
  color: var(--main-color);
  font-weight: 400;
}
.second-template .achievement-card-1 {
  background-color: #f8f8f8;
  position: relative;
  border-radius: 5px;
  padding: 40px 30px;
  padding-top: 70px;
}
.second-template .achievement-card-1 .icon {
  display: flex;
  align-items: center;
  position: absolute;
  top: -50px;
  right: 20px;
  width: 75px;
}
.second-template .achievement-card-1 .icon svg.bg {
  height: 104px;
  fill: var(--second-color);
  color: var(--main-color);
  width: 75.13px;
}
.second-template .achievement-card-1 .icon span {
  position: absolute;
  color: var(--second-color);
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  background: #fff;
  right: 11px;
  top: 10px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.second-template .achievement-card-1 h3 {
  font-size: 24px;
  line-height: 1.6;
  color: var(--main-color);
}
.second-template .achievement-card-1 p {
  color: #b4b4b4;
  font-size: 14px;
  line-height: 1.6;
}
.second-template .standerd-head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
  align-items: center;
}
.second-template .standerd-head .sec-head {
  margin: 0;
  text-align: right;
}
.second-template .standerd-head .select-year {
  width: 100%;
  max-width: 200px;
}
.second-template .standerd-head .select-year label {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.second-template .standerd-head .select-year select {
  width: 100%;
}
.second-template .team-card {
  text-align: center;
  margin-bottom: 50px;
}
.second-template .team-card .image {
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  border: 1px solid #ddd;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.second-template .team-card .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 32, 82, 0.93);
  opacity: 0;
  border-radius: 50%;
  transition: all 0.5s;
}
.second-template .team-card .image .overlay a {
  background: #fff;
  color: var(--main-color);
  position: absolute;
  left: 50%;
  top: 74%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  width: 150px;
  font-size: 14px;
}
.second-template .team-card .image img {
  display: block;
  width: 95%;
  height: 95%;
  border-radius: 50%;
}
.second-template .team-card .image:hover .overlay {
  opacity: 1;
}
.second-template .team-card .image:hover .overlay a {
  top: 50%;
}
.second-template .team-card h4 {
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
  color: var(--main-color);
}
.second-template .team-card span {
  color: var(--second-color);
  font-size: 16px;
  font-weight: 500;
}
.second-template .testimonials-sec {
  padding: 100px 0;
  background: #f9fafb;
  margin-bottom: 100px;
}
.second-template .testimonial-card {
  background-color: #fff;
  padding: 2rem;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  box-shadow: 0 20px 30px -20px rgba(5, 5, 5, 0.24);
  margin-bottom: 60px;
}
.second-template .testimonial-header {
  display: flex;
  align-items: center;
  grid-gap: 1rem;
  gap: 1rem;
}
.second-template .testimonial-header .testimonial-image {
  height: 4rem;
  width: 4rem;
  border: 2px solid rgba(55, 65, 81, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.second-template .testimonial-header .testimonial-image img {
  border-radius: 50%;
  width: 90%;
  height: 90%;
  object-fit: contain;
}
.second-template .testimonial-name {
  margin-top: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(55, 65, 81);
}
.second-template .testimonial-message {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 1rem;
  color: rgb(107, 114, 128);
}
.second-template .cart-page-content table {
  vertical-align: middle;
}
.second-template .cart-page-content table .cart-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.second-template .cart-page-content table .cart-item .cart-item-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 2px;
  background: #f1f1f1;
  border: 1px solid #aaa;
}
.second-template .cart-page-content table .cart-item .cart-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 575.98px) {
  .second-template .cart-page-content table .cart-item .cart-item-img {
    width: 50px;
    height: 50px;
  }
}
.second-template .cart-page-content table .cart-item .cart-item-content h5 {
  font-size: 14px;
}
.second-template .cart-page-content table .cart-item .cart-item-content h5 a {
  text-decoration: none;
  color: #000;
}
.second-template .cart-page-content table .cart-item .cart-item-content p {
  color: #666;
  font-size: 12px;
  margin: 0;
}
@media (max-width: 575.98px) {
  .second-template .cart-page-content table tr {
    display: block;
    width: calc(100vw - 30px);
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
  }
  .second-template .cart-page-content table tr td {
    display: block;
    border: none;
  }
}
.second-template .cart-page-content .cart-item-quantity {
  display: flex;
  gap: 15px;
  align-items: center;
}
.second-template .cart-page-content .cart-item-quantity .input-number .form-group {
  margin: 0;
}
.second-template .cart-page-content .cart-item-quantity .input-number .form-group label {
  display: none;
}
.second-template .cart-page-content .cart-item-total {
  color: #777;
}
.second-template .cart-page-content .cart-item-remove {
  margin-right: auto;
}
.second-template .cart-page-content .cart-item-remove a {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bs-red);
  border-radius: 10px;
  padding: 3px;
}
.second-template .cart-page-content .cart-item-remove a svg {
  fill: #fff;
}
@media (max-width: 767.98px) {
  .second-template .cart-page-content .cart-total {
    margin-top: 50px;
  }
}
.second-template .cart-page-content .cart-total h5 {
  background: #f1f1f1;
  text-align: center;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 20px;
}
.second-template .cart-page-content .cart-total ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0;
}
.second-template .cart-page-content .cart-total ul li {
  display: flex;
  justify-content: space-between;
}
.second-template .cart-page-content .cart-total-btn .btn {
  background: var(--main-color);
  width: 100%;
  padding: 15px;
  margin-top: 26px;
  color: #fff;
  font-size: 20px;
}
.second-template .input-number-control {
  display: flex;
  align-items: center;
}
.second-template .input-number-control input[type=submit] {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #555;
  text-decoration: none;
  font-size: 25px;
  border: 1px solid #ccc;
}
.second-template .input-number-control input[type=submit].input-increment {
  border-radius: 0 3px 3px 0;
}
.second-template .input-number-control input[type=submit].input-decrement {
  border-radius: 3px 0 0 3px;
}
.second-template .input-number-control input[type=text] {
  width: 100px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 0;
  text-align: center;
  border-left: none;
  border-right: none;
}
.second-template .cart-box > button {
  position: relative;
}
.second-template .cart-box > button span {
  position: absolute;
  width: 14px;
  height: 14px;
  padding: 3px 5px 2px;
  border: solid 1px #fff;
  background-color: var(--main-color);
  font-size: 7.5px;
  font-weight: 500;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 5px;
}
@media (max-width: 767.98px) {
  .second-template .cart-box > button {
    background: #fff;
    padding: 5px;
  }
}
.second-template .cart-page {
  background-color: #f8f8f8;
  padding-top: 60px;
}
.second-template .cart-page-inner {
  padding: 27px 36px 155px 41px;
  border: solid 0.8px #e6eaee;
  background-color: #fff;
}
.second-template .cart-page-inner h1 {
  color: var(--second-color);
  font-size: 25px;
  margin-bottom: 50px;
  font-weight: 800;
}
.second-template .cart-page-inner .cart-courses-details h2 {
  font-size: 15px;
  font-weight: bold;
  color: #3a464f;
}
.second-template .cart-course-box {
  padding: 15px;
  border-radius: 3px;
  border: solid 1px #f0f0f0;
}
.second-template .cart-course-box .cart-course-box-top {
  display: flex;
  justify-content: space-between;
}
.second-template .cart-course-box .cart-course-box-top .cart-course-box-top-image {
  width: 130px;
  height: 80px;
}
.second-template .cart-course-box .cart-course-box-top .cart-course-box-top-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.4px;
}
.second-template .cart-course-box .cart-course-box-top .cart-course-box-top-text {
  flex: 1;
  margin: 0 10px;
}
.second-template .cart-course-box .cart-course-box-top .cart-course-box-top-text h4 {
  color: var(--main-color);
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
.second-template .cart-course-box .cart-course-box-top .cart-course-box-top-text .cart-course-box-top-text-details {
  display: flex;
  flex-wrap: wrap;
}
.second-template .cart-course-box .cart-course-box-top .cart-course-box-top-text .cart-course-box-top-text-details .course-details-item {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}
.second-template .cart-course-box .cart-course-box-top .cart-course-box-top-text .cart-course-box-top-text-details .course-details-item .icon {
  margin-right: 5px;
  width: 24px;
  height: 24px;
  padding: 5px 4.9px 4.9px 5px;
  border-radius: 3px;
  background-color: rgba(238, 238, 238, 0.59);
  display: flex;
  justify-content: center;
  align-items: center;
}
.second-template .cart-course-box .cart-course-box-top .cart-course-box-top-text .cart-course-box-top-text-details .course-details-item span {
  font-size: 12px;
  color: #bebebe;
}
.second-template .cart-course-box .cart-course-box-top .cart-course-box-top-text .cart-course-rate {
  display: flex;
  align-items: flex-end;
}
.second-template .cart-course-box .cart-course-box-top .cart-course-box-top-text .cart-course-rate span {
  margin: 0 5px;
  color: #2c363c;
  font-size: 10px;
  font-weight: bold;
}
.second-template .cart-course-box .cart-course-box-top .cart-course-box-top-price {
  display: flex;
}
.second-template .cart-course-box .cart-course-box-top .cart-course-box-top-price button {
  width: 29px;
  height: 29px;
  background-color: var(--main-color) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  color: #fff;
  margin: 0 5px;
}
.second-template .cart-course-box .cart-course-box-top .cart-course-box-top-price button svg {
  width: 15px;
  height: 15px;
}
.second-template .cart-course-box .cart-course-box-top .cart-course-box-top-price .price {
  width: 70px;
  height: 29px;
  color: #fff;
  background: var(--second-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}
.second-template .cart-course-box .cart-course-box-items .cart-course-box-item {
  padding: 0 0 0 14px;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.second-template .cart-course-box .cart-course-box-items .cart-course-box-item .number {
  width: 41px;
  height: 41px;
  border-radius: 3px;
  background-color: var(--second-color);
  color: #fff;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.second-template .cart-course-box .cart-course-box-items .cart-course-box-item .text h6 {
  font-size: 13px;
  font-weight: bold;
  color: var(--main-color);
  line-height: 1;
  margin-bottom: 5px;
}
.second-template .cart-course-box .cart-course-box-items .cart-course-box-item .text span {
  font-size: 12px;
  color: #c5c5c5;
}
.second-template .cart-course-box .cart-course-box-items .cart-course-box-item .side-price {
  margin-right: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.second-template .cart-course-box .cart-course-box-items .cart-course-box-item .side-price button {
  height: 30px;
  width: 30px;
  min-width: 30px;
  background: var(--main-color);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.second-template .cart-course-box .cart-course-box-items .cart-course-box-item .side-price button svg {
  width: 18px;
  height: 18px;
}
.second-template .cart-course-box .cart-course-box-items .cart-course-box-item .side-price .price {
  width: 70px;
  min-width: 70px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background-color: rgba(242, 89, 41, 0.12);
  font-size: 13px;
  color: #f25929;
  font-weight: 800;
}
.second-template .cart-prices-list .price-total {
  margin-bottom: 10px;
}
.second-template .cart-prices-list .price-total h3 {
  font-size: 16px;
  font-weight: bold;
  color: #2c363c;
  margin-bottom: 5px;
}
.second-template .cart-prices-list .price-total span {
  font-size: 32.9px;
  font-weight: 800;
  color: #2c363c;
}
.second-template .cart-prices-list .discount span {
  font-size: 14.8px;
  color: #cbcbcb;
  display: block;
}
.second-template .cart-prices-list .check-out-btn button,
.second-template .cart-prices-list .check-out-btn a {
  width: 100%;
  background: var(--second-color);
  color: #fff;
  margin-top: 15px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.second-template .cart-prices-list .add-coupon {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #eee;
}
.second-template .cart-prices-list .add-coupon h5 {
  font-size: 15px;
  font-weight: bold;
  color: #3a464f;
}
.second-template .cart-prices-list .add-coupon form {
  display: flex;
  align-items: center;
}
.second-template .cart-prices-list .add-coupon form button {
  background: var(--main-color);
  color: #fff;
}
.second-template .cart-prices-list .add-coupon form .input-field-parent {
  flex: 1;
}
.second-template .cart-prices-list .add-coupon form .input-field-parent .form-group {
  margin: 0;
}
.second-template .cart-box .cart-course-box .cart-course-box-top {
  flex-wrap: wrap;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.second-template .cart-box .cart-course-box .cart-course-box-top .cart-course-box-top-image {
  order: 1;
  height: 50px;
}
.second-template .cart-box .cart-course-box .cart-course-box-top .cart-course-box-top-text {
  order: 3;
}
.second-template .cart-box .cart-course-box .cart-course-box-top .cart-course-box-top-price {
  order: 2;
}
.second-template .cart-box .cart-course-box .cart-course-box-items .cart-course-box-item .number {
  width: 20px;
  height: 40px;
  font-size: 14px;
}
.second-template .cart-box .cart-course-box .cart-course-box-items .cart-course-box-item .text h6 {
  font-size: 11px;
  margin-bottom: 0;
}
.second-template .cart-box .cart-course-box .cart-course-box-items .cart-course-box-item .text span {
  font-size: 9px;
  margin-bottom: 0;
}
.second-template .cart-box .cart-course-box .cart-course-box-items .cart-course-box-item .side-price .price {
  width: 40px;
  min-width: 40px;
  font-size: 10px;
  height: 20px;
  padding: 0;
}
.second-template .cart-box .cart-course-box .cart-course-box-items .cart-course-box-item .side-price button {
  height: 20px;
  width: 20px;
  min-width: 20px;
}
.second-template .cart-box .cart-course-box .cart-course-box-items .cart-course-box-item .side-price button svg {
  width: 14px;
}
@media (max-width: 767.98px) {
  .second-template .cart-box {
    position: absolute;
    left: 0;
  }
}
.second-template .cart-box-footer {
  border-top: 1px solid #ddd;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  padding: 20px 10px;
}
.second-template .cart-box-footer .cart-box-footer-text {
  display: flex;
  align-items: center;
}
.second-template .cart-box-footer .cart-box-footer-text h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
.second-template .cart-box-footer .cart-box-footer-text b {
  margin: 0 4px;
  font-size: 17px;
  font-weight: 800;
  color: var(--second-color);
  line-height: 1;
}
.second-template .cart-box-footer .cart-box-footer-text span {
  font-size: 14.6px;
  font-weight: normal;
  color: #cbcbcb;
  line-height: 1;
}
.second-template .cart-box-footer .cart-box-footer-btn {
  margin-top: 20px;
}
.second-template .cart-box-footer .cart-box-footer-btn a {
  width: 100%;
  background: var(--second-color);
  color: #fff;
  margin-top: 15px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.second-template .offcanvas-header {
  flex-direction: row !important;
  border-bottom: #ddd;
}
.second-template .list-coupons {
  padding-top: 50px;
}
.second-template .list-coupons h2 {
  font-size: 15px;
  font-weight: bold;
  color: #3a464f;
}
.second-template .list-coupons ul {
  padding: 0;
}
.second-template .list-coupons ul li {
  color: #777;
  margin-bottom: 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.second-template .list-coupons ul li button {
  width: 30px;
  height: 30px;
  background: red !important;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.second-template .update-cart {
  display: flex;
  justify-content: flex-end;
}
.second-template .update-cart a {
  background: var(--second-color);
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
}
.second-template .about-sec-1 .text h2 {
  font-size: 40px;
  font-weight: bold;
  color: var(--main-color);
  line-height: 1.63;
  margin-bottom: 20px;
}
.second-template .about-sec-1 .text p {
  font-size: 18px;
  color: #a3a3a3;
  line-height: 1.78;
}
.second-template .about-sec-1 .image {
  position: relative;
  padding: 70px 30px;
}
.second-template .about-sec-1 .image .image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.second-template .about-sec-1 .image .image-bg svg {
  color: var(--main-color);
  fill: var(--second-color);
}
.second-template .about-sec-1 .image .image-bg img {
  width: 100%;
  height: 100%;
}
.second-template .about-sec-1 .image > img {
  width: 100%;
  border-radius: 1.9px;
  height: auto;
  object-fit: cover;
  position: relative;
}
.second-template .about-sec-1 .image .image-bg .top {
  position: absolute;
  top: 0;
  right: 0;
}
.second-template .about-sec-1 .image .image-bg .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}
.second-template .facts-sec-2 {
  background: var(--main-color);
  padding: 40px 0;
}
.second-template .facts-sec-2 .facts-sec-inner {
  display: flex;
  justify-content: space-between;
}
.second-template .facts-sec-2 .facts-sec-inner .facts-sec-box {
  width: 33.3333333333%;
  text-align: center;
  padding: 0 20px;
}
.second-template .facts-sec-2 .facts-sec-inner .facts-sec-box span {
  background-image: linear-gradient(to right, #a31e21 40%, #e12b2f 70%);
  font-family: Montserrat;
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.8px;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
  display: block;
}
.second-template .facts-sec-2 .facts-sec-inner .facts-sec-box h4 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 25px;
}
.second-template .facts-sec-2 .facts-sec-inner .facts-sec-box p {
  font-size: 14px;
  color: #fff;
}
.second-template .indicate-card {
  padding: 18px 20px 0 0;
  border-radius: 1.9px;
  background-color: #f8f8f8;
  margin-bottom: 30px;
}
.second-template .indicate-card .top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.second-template .indicate-card .top .icon {
  width: 50px;
  height: 50px;
  background: var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 3px;
}
.second-template .indicate-card .top .icon svg {
  width: 20px;
  height: 20px;
}
.second-template .indicate-card .top h5 {
  font-size: 32.3px;
  margin: 0 10px;
  color: var(--main-color);
}
.second-template .indicate-card .h4 {
  font-size: 22px;
  font-weight: 500;
}
.second-template .indicate-card .link {
  display: flex;
  justify-content: flex-end;
}
.second-template .indicate-card .link a {
  width: 42px;
  height: 42px;
  background: var(--second-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 1.9px;
  text-decoration: none;
}
.second-template .videos-list-header .image img {
  max-width: 100%;
  height: 436px;
  object-fit: cover;
  border-radius: 9px;
}
.second-template .videos-list-header .text h1 {
  color: var(--main-color);
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 30px;
}
.second-template .videos-list-header .text p {
  font-size: 18px;
  font-weight: normal;
  color: #a3a3a3;
  line-height: 1.65;
  margin-bottom: 20px;
}
.second-template .videos-list-header .text .meta {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.second-template .videos-list-header .text .meta .meta-item {
  color: var(--second-color);
  margin-left: 20px;
}
.second-template .videos-list-header .text .meta .meta-item:after {
  content: "|";
  margin-right: 20px;
}
.second-template .videos-list-header .text .meta .meta-item:nth-last-child(1) {
  margin: 0;
}
.second-template .videos-list-header .text .meta .meta-item:nth-last-child(1):after {
  content: "";
}
.second-template .videos-list-header .text a.btn {
  width: 100%;
  max-width: 260px;
  height: 70px;
  flex-grow: 0;
  border-radius: 9px;
  background-image: linear-gradient(104deg, var(--second-color) 2%, var(--main-color) 100%);
  color: #fff;
  font-size: 18px;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.second-template .videos-list-header .image img {
  max-width: 100%;
  height: 436px;
  object-fit: cover;
  border-radius: 9px;
}
.second-template .videos-list-header .text h1 {
  color: var(--main-color);
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 30px;
}
.second-template .videos-list-header .text p {
  font-size: 18px;
  font-weight: normal;
  color: #a3a3a3;
  line-height: 1.65;
  margin-bottom: 20px;
}
.second-template .videos-list-header .text .meta {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.second-template .videos-list-header .text .meta .meta-item {
  color: var(--second-color);
  margin-left: 20px;
}
.second-template .videos-list-header .text .meta .meta-item:after {
  content: "|";
  margin-right: 20px;
}
.second-template .videos-list-header .text .meta .meta-item:nth-last-child(1) {
  margin: 0;
}
.second-template .videos-list-header .text .meta .meta-item:nth-last-child(1):after {
  content: "";
}
.second-template .videos-list-header .text a.btn {
  width: 100%;
  max-width: 260px;
  height: 70px;
  flex-grow: 0;
  border-radius: 9px;
  background-image: linear-gradient(104deg, var(--second-color) 2%, var(--main-color) 100%);
  color: #fff;
  font-size: 18px;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.second-template .videos-list-items {
  margin-top: 100px;
}
.second-template .videos-list-items .videos-list-items-head {
  margin-bottom: 15px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.second-template .videos-list-items .videos-list-items-head span {
  font-size: 18px;
  font-weight: 500;
  color: #4d505f;
}
.second-template .videos-list-item-card {
  display: flex;
  align-items: center;
}
.second-template .videos-list-item-card {
  margin-bottom: 30px;
}
.second-template .videos-list-item-card .image {
  width: 226.6px;
  height: 130px;
  position: relative;
  margin-left: 20px;
  border-radius: 4.4px;
  overflow: hidden;
}
.second-template .videos-list-item-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.second-template .videos-list-item-card .image .overlay {
  background-image: linear-gradient(118deg, var(--main-color) 1%, rgba(163, 30, 33, 0.12) 99%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.second-template .videos-list-item-card .image .overlay a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.second-template .videos-list-item-card .image .overlay a svg {
  width: 30px;
  height: 30px;
}
.second-template .videos-list-item-card .text h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.65;
  color: var(--main-color);
}
.second-template .videos-list-items-body span {
  color: #333;
  font-size: 20px;
  font-weight: 500;
}
.second-template .next-prev {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.second-template .next-prev a {
  max-width: 200px;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 9px;
}
.second-template .next-prev a.prev {
  background: var(--second-color);
}
.second-template .next-prev a.next {
  background: var(--main-color);
}
.second-template .d-q-table table {
  --bs-table-striped-bg: #ededed;
}
.second-template .d-q-table table th {
  border: 10px solid #fff;
  color: #fff;
  text-align: center;
  padding: 25px;
}
.second-template .d-q-table table th:nth-child(odd) {
  background: var(--main-color);
}
.second-template .d-q-table table th:nth-child(even) {
  background: var(--second-color);
}
.second-template .d-q-table table td {
  padding: 25px 15px;
  font-size: 15px;
  border: 10px solid #fff;
  min-width: 215px;
}
.second-template .d-q-table table td:nth-child(2) {
  text-align: center;
  color: var(--main-color);
}
.second-template .d-q-table table td:nth-child(3) {
  color: var(--second-color);
  text-align: center;
}
.second-template .action a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: rgba(148, 148, 148, 0.63);
}
.second-template .action a svg {
  width: 20px;
  margin: 0 5px;
}
.second-template .action a span {
  margin: 0 5px;
}
.second-template .pt-10 {
  padding-top: 10px !important;
}
.second-template .pb-10 {
  padding-bottom: 10px !important;
}
.second-template .ptb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.second-template .mt-10 {
  margin-top: 10px !important;
}
.second-template .mb-10 {
  margin-bottom: 10px !important;
}
.second-template .mtb-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.second-template .pt-20 {
  padding-top: 20px !important;
}
.second-template .pb-20 {
  padding-bottom: 20px !important;
}
.second-template .ptb-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.second-template .mt-20 {
  margin-top: 20px !important;
}
.second-template .mb-20 {
  margin-bottom: 20px !important;
}
.second-template .mtb-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.second-template .pt-30 {
  padding-top: 30px !important;
}
.second-template .pb-30 {
  padding-bottom: 30px !important;
}
.second-template .ptb-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.second-template .mt-30 {
  margin-top: 30px !important;
}
.second-template .mb-30 {
  margin-bottom: 30px !important;
}
.second-template .mtb-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.second-template .pt-40 {
  padding-top: 40px !important;
}
.second-template .pb-40 {
  padding-bottom: 40px !important;
}
.second-template .ptb-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.second-template .mt-40 {
  margin-top: 40px !important;
}
.second-template .mb-40 {
  margin-bottom: 40px !important;
}
.second-template .mtb-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.second-template .pt-50 {
  padding-top: 50px !important;
}
.second-template .pb-50 {
  padding-bottom: 50px !important;
}
.second-template .ptb-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.second-template .mt-50 {
  margin-top: 50px !important;
}
.second-template .mb-50 {
  margin-bottom: 50px !important;
}
.second-template .mtb-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.second-template .pt-60 {
  padding-top: 60px !important;
}
.second-template .pb-60 {
  padding-bottom: 60px !important;
}
.second-template .ptb-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.second-template .mt-60 {
  margin-top: 60px !important;
}
.second-template .mb-60 {
  margin-bottom: 60px !important;
}
.second-template .mtb-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.second-template .pt-70 {
  padding-top: 70px !important;
}
.second-template .pb-70 {
  padding-bottom: 70px !important;
}
.second-template .ptb-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.second-template .mt-70 {
  margin-top: 70px !important;
}
.second-template .mb-70 {
  margin-bottom: 70px !important;
}
.second-template .mtb-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.second-template .pt-80 {
  padding-top: 80px !important;
}
.second-template .pb-80 {
  padding-bottom: 80px !important;
}
.second-template .ptb-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.second-template .mt-80 {
  margin-top: 80px !important;
}
.second-template .mb-80 {
  margin-bottom: 80px !important;
}
.second-template .mtb-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.second-template .pt-90 {
  padding-top: 90px !important;
}
.second-template .pb-90 {
  padding-bottom: 90px !important;
}
.second-template .ptb-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.second-template .mt-90 {
  margin-top: 90px !important;
}
.second-template .mb-90 {
  margin-bottom: 90px !important;
}
.second-template .mtb-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}
.second-template .pt-100 {
  padding-top: 100px !important;
}
.second-template .pb-100 {
  padding-bottom: 100px !important;
}
.second-template .ptb-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.second-template .mt-100 {
  margin-top: 100px !important;
}
.second-template .mb-100 {
  margin-bottom: 100px !important;
}
.second-template .mtb-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
.second-template .pt-110 {
  padding-top: 110px !important;
}
.second-template .pb-110 {
  padding-bottom: 110px !important;
}
.second-template .ptb-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}
.second-template .mt-110 {
  margin-top: 110px !important;
}
.second-template .mb-110 {
  margin-bottom: 110px !important;
}
.second-template .mtb-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}
.second-template .pt-120 {
  padding-top: 120px !important;
}
.second-template .pb-120 {
  padding-bottom: 120px !important;
}
.second-template .ptb-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
.second-template .mt-120 {
  margin-top: 120px !important;
}
.second-template .mb-120 {
  margin-bottom: 120px !important;
}
.second-template .mtb-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}
.second-template .pt-130 {
  padding-top: 130px !important;
}
.second-template .pb-130 {
  padding-bottom: 130px !important;
}
.second-template .ptb-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}
.second-template .mt-130 {
  margin-top: 130px !important;
}
.second-template .mb-130 {
  margin-bottom: 130px !important;
}
.second-template .mtb-130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
}
.second-template .pt-140 {
  padding-top: 140px !important;
}
.second-template .pb-140 {
  padding-bottom: 140px !important;
}
.second-template .ptb-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}
.second-template .mt-140 {
  margin-top: 140px !important;
}
.second-template .mb-140 {
  margin-bottom: 140px !important;
}
.second-template .mtb-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}
.second-template .pt-150 {
  padding-top: 150px !important;
}
.second-template .pb-150 {
  padding-bottom: 150px !important;
}
.second-template .ptb-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}
.second-template .mt-150 {
  margin-top: 150px !important;
}
.second-template .mb-150 {
  margin-bottom: 150px !important;
}
.second-template .mtb-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}
.second-template .pt-160 {
  padding-top: 160px !important;
}
.second-template .pb-160 {
  padding-bottom: 160px !important;
}
.second-template .ptb-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}
.second-template .mt-160 {
  margin-top: 160px !important;
}
.second-template .mb-160 {
  margin-bottom: 160px !important;
}
.second-template .mtb-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}
.second-template .pt-170 {
  padding-top: 170px !important;
}
.second-template .pb-170 {
  padding-bottom: 170px !important;
}
.second-template .ptb-170 {
  padding-top: 170px !important;
  padding-bottom: 170px !important;
}
.second-template .mt-170 {
  margin-top: 170px !important;
}
.second-template .mb-170 {
  margin-bottom: 170px !important;
}
.second-template .mtb-170 {
  margin-top: 170px !important;
  margin-bottom: 170px !important;
}
.second-template .pt-180 {
  padding-top: 180px !important;
}
.second-template .pb-180 {
  padding-bottom: 180px !important;
}
.second-template .ptb-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}
.second-template .mt-180 {
  margin-top: 180px !important;
}
.second-template .mb-180 {
  margin-bottom: 180px !important;
}
.second-template .mtb-180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}
.second-template .pt-190 {
  padding-top: 190px !important;
}
.second-template .pb-190 {
  padding-bottom: 190px !important;
}
.second-template .ptb-190 {
  padding-top: 190px !important;
  padding-bottom: 190px !important;
}
.second-template .mt-190 {
  margin-top: 190px !important;
}
.second-template .mb-190 {
  margin-bottom: 190px !important;
}
.second-template .mtb-190 {
  margin-top: 190px !important;
  margin-bottom: 190px !important;
}
.second-template .pt-200 {
  padding-top: 200px !important;
}
.second-template .pb-200 {
  padding-bottom: 200px !important;
}
.second-template .ptb-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}
.second-template .mt-200 {
  margin-top: 200px !important;
}
.second-template .mb-200 {
  margin-bottom: 200px !important;
}
.second-template .mtb-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}
.second-template .bg-gray {
  background-color: rgba(44, 57, 127, 0.05) !important;
}
.second-template .bg-sky {
  background-color: #f3f8ff !important;
}
.second-template .min-h-100 {
  min-height: 100%;
}
.second-template .auth-layout {
  position: relative;
  background-position: left;
}
.second-template .auth-layout .auth-bg {
  position: relative;
  height: 100vh;
}
.second-template .auth-layout .auth-bg .bg-img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.second-template .auth-layout .auth-bg .bg-img img {
  width: 100%;
  height: 100%;
}
.second-template .auth-layout .auth-bg .logo {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 3;
}
.second-template .auth-layout .auth-bg .logo a {
  display: block;
}
.second-template .auth-layout .auth-bg .logo img {
  height: 80px;
}
.second-template .auth-layout .auth-bg .vector {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  justify-content: center;
  width: 100%;
}
.second-template .auth-layout .auth-bg .vector img {
  height: auto;
  width: 100%;
}
@media (max-width: 767.98px) {
  .second-template .auth-layout .auth-bg {
    height: 500px !important;
    margin-bottom: 40px;
  }
}
.second-template .auth-layout .auth-form {
  padding: 20px;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px;
}
.second-template .auth-layout .auth-form h1 {
  color: var(--second-color);
  font-weight: 700;
  font-size: 27px;
  margin-bottom: 30px;
}
.second-template .auth-layout .auth-form p {
  color: #bebebe;
  font-size: 16px;
  margin-top: -10px;
}
.second-template .auth-layout .auth-form .auth-btn {
  display: flex;
  padding-top: 30px !important;
}
.second-template .auth-layout .auth-form .auth-btn button {
  max-width: 100%;
  background: var(--second-color);
  width: 100%;
  height: 51px;
  border-radius: 3px;
  color: #fff;
}
.second-template .auth-layout .or {
  text-align: center;
  margin: 20px 0;
  font-size: 12px;
  color: #bababa;
}
.second-template .auth-layout .social-btns {
  display: flex;
  flex-direction: column;
}
.second-template .auth-layout .social-btns button {
  margin-bottom: 20px;
  background-color: #f3f5ff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 51px;
  border-radius: 3px !important;
  border: none !important;
  position: relative;
}
.second-template .auth-layout .social-btns button img {
  position: absolute;
  left: 40px;
}
.second-template .auth-layout .social-btns button span {
  color: #738197;
  font-size: 15px;
}
.second-template .auth-layout .other-option {
  margin-top: 30px;
}
.second-template .auth-layout .other-option a {
  color: var(--main-color);
}
.second-template .auth-layout .other-option span {
  color: #333333;
}
.second-template .auth-layout .forget-remmber {
  display: flex;
  justify-content: space-between;
}
.second-template .auth-layout .forget-remmber a {
  color: var(--main-color);
  font-size: 14px;
  font-weight: bold;
}
.second-template .auth-layout .form-group {
  margin-bottom: 25px;
  position: relative;
}
.second-template .auth-layout .form-group label {
  font-size: 16px;
  margin-bottom: 5px;
  color: #333333;
}
.second-template .auth-layout .form-group .inputIcon {
  position: absolute;
  left: 0;
  top: 43px;
  left: 10px;
  color: #ccc;
}
.second-template .auth-layout .form-group input {
  height: 50px;
  border: solid 1px #d9d9d9;
}
.second-template .myPinCode {
  display: flex;
  margin-bottom: 20px;
  margin-top: 50px;
}
.second-template .myPinCode input {
  width: 60px;
  height: 60px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f3f3f3;
  border-radius: 9px;
  margin: 0 20px;
  text-align: center;
  font-size: 20px;
}
.second-template .myPinCode input:nth-child(1) {
  margin-right: 0;
}
.second-template .accept a {
  color: var(--main-color);
}
.second-template .auth-nav-tabs {
  margin-bottom: 30px;
}
.second-template .auth-nav-tabs .nav-item {
  width: 50%;
}
.second-template .auth-nav-tabs .nav-item .nav-link {
  width: 100%;
  background-color: transparent;
  border: none;
  color: inherit;
  font-size: 16px;
  margin: 0;
  padding: 5px 20px;
  text-decoration: none;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.second-template .auth-nav-tabs .nav-item .nav-link svg {
  width: 20px;
}
.second-template .auth-nav-tabs .nav-item .nav-link:hover {
  color: inherit;
  text-decoration: none;
}
.second-template .auth-nav-tabs .nav-item .nav-link.active {
  font-weight: bold;
  text-decoration: none;
  border-bottom: 2px solid currentColor;
}
.second-template .services-cover {
  margin-bottom: 100px;
}
.second-template .services-cover img {
  height: 350px;
  object-fit: cover;
}
.second-template .cus-breadcrumb {
  background: url(../images/breadcrumb.svg);
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}
.second-template .cus-breadcrumb .breadcrumb-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--main-color);
}
.second-template .cus-breadcrumb .breadcrumb-bg svg {
  color: var(--second-color);
  width: 100%;
  height: 100%;
  transform: scaleX(1.5);
}
.second-template .cus-breadcrumb nav {
  position: relative;
}
.second-template .cus-breadcrumb nav .breadcrumb {
  margin-bottom: 0;
}
.second-template .cus-breadcrumb nav .breadcrumb .breadcrumb-item a {
  color: #ccc;
}
.second-template .cus-breadcrumb nav .breadcrumb .breadcrumb-item.active {
  color: #fff;
}
.second-template .cus-pagination .pagination {
  justify-content: center;
}
.second-template .cus-pagination .pagination li .page-link {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #969ba3;
  border-radius: 3px;
  border: none;
  font-size: 18px;
}
.second-template .cus-pagination .pagination li .page-link svg {
  min-width: 25px;
  height: 25px;
  color: #b5b5b5;
  border-radius: 9px;
}
.second-template .cus-pagination .pagination li.active .page-link {
  color: var(--main-color);
  border: 2px solid var(--second-color);
  background: none;
}
.second-template .cus-pagination .pagination li:nth-child(1) a, .second-template .cus-pagination .pagination li:nth-last-child(1) a {
  background: #f5f5f5;
}
.second-template .text-content * {
  font-family: "Montserrat-Arabic" !important;
}
.second-template .text-content p {
  margin-bottom: 0;
  margin: 30px 0 15px;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #263238;
  font-size: 18px;
}
.second-template .text-content h2 {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 15px;
  margin-top: 30px;
  color: #404040;
}
.second-template .text-content h3 {
  font-size: 25px;
  font-weight: 700;
  margin: 5px 0;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #404040;
  line-height: 30px;
}
.second-template .text-content h4 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #404040;
}
.second-template .text-content h5 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #404040;
}
.second-template .text-content h6 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #404040;
}
.second-template .text-content ul {
  padding: 0 20px 0 0;
  margin: 0;
  list-style-type: none;
}
.second-template .text-content ol {
  padding: 0 20px 0 0;
  margin: 0;
}
.second-template .text-content ol li {
  font-size: 16px;
  color: #404040;
  line-height: 32px;
  margin-bottom: 15px;
}
.second-template .text-content ul li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  flex-wrap: wrap;
  position: relative;
  padding-right: 20px;
  font-size: 18px;
  line-height: 32px;
  color: #404040;
}
.second-template .text-content ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #294088;
  display: block;
  border-radius: 50%;
  margin-left: 10px;
  position: absolute;
  top: 15px;
  right: 0;
}
.second-template .text-content img {
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
  padding: 5px;
}
.second-template .service-packages {
  display: flex;
  justify-content: space-between;
}
.second-template .package-card {
  background-color: #fff;
  padding: 0 0 63.4px;
  border-radius: 4.9px;
  box-shadow: 0 9.8px 48.8px 0 rgba(0, 0, 0, 0.06);
  width: calc(33.3333333333% - 30px);
  margin-right: auto;
  margin-left: auto;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .second-template .package-card {
    width: calc(50% - 30px);
  }
}
@media (max-width: 575.98px) {
  .second-template .package-card {
    width: 100%;
  }
}
.second-template .package-card .title {
  border-top: 12px solid var(--main-color);
  text-align: center;
  padding: 25px 0;
  border-bottom: 1px solid #e6e6e6;
  height: 98px;
  transition: all 0.5s;
}
.second-template .package-card .title h3 {
  font-size: 22px;
  font-weight: 500;
  color: var(--main-color);
}
.second-template .package-card .title p {
  display: none;
  margin-top: 20px;
  color: rgba(161, 161, 161, 0.72);
  font-weight: 400;
  font-size: 17px;
}
.second-template .package-card .content {
  padding: 40px 15px;
  text-align: center;
}
.second-template .package-card .content h4 {
  font-weight: normal;
  font-size: 17.1px;
  color: rgba(161, 161, 161, 0.72);
  margin-bottom: 15px;
}
.second-template .package-card .content h6 {
  font-size: 18.3px;
  text-decoration: line-through;
  color: var(--main-color);
}
.second-template .package-card .content a {
  margin-top: 20px;
  border-radius: 5.4px;
  width: 100px;
  background: var(--main-color);
  height: 56.1px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  margin-right: auto;
  margin-left: auto;
  font-size: 13px;
}
.second-template .package-card .content h5 {
  font-size: 26.8px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}
.second-template .package-card:hover {
  border: solid 1.2px var(--second-color);
  transition: all 0.5s;
}
.second-template .package-card:hover .title {
  background-image: linear-gradient(115deg, var(--main-color) 0%, var(--second-color) 100%);
  padding-top: 38px;
  border: none;
}
.second-template .package-card:hover .title p {
  display: none;
}
.second-template .package-card:hover .title h3 {
  color: #fff;
}
.second-template .package-card:hover .content a {
  background: var(--second-color);
}
.second-template .service-page-slider-item {
  position: relative;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.second-template .service-page-slider-item img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.second-template .service-page-slider-item h2 {
  position: relative;
  color: #fff;
  z-index: 2;
  font-size: 64px;
  font-weight: 600;
}
.second-template .service-page-slider-item:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(109deg, var(--second-color) 0%, var(--main-color) 100%);
  opacity: 0.5;
}
.second-template .template-profile {
  padding-bottom: 150px;
}
.second-template .template-profile .profile-cover img {
  width: 100%;
}
.second-template .template-profile-content {
  padding-top: 30px;
}
.second-template .template-profile-content .template-profile-side {
  margin-top: -100px;
  padding: 23px 0 19px;
  border-radius: 3px;
  border: solid 1px #eaeaea;
  background-color: #fff;
  text-align: center;
}
.second-template .template-profile-side-image {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.second-template .template-profile-side-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.second-template .template-profile-side-image button {
  width: 30px;
  height: 30px;
  border: none;
  background: var(--second-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 5px;
  right: -5px;
}
.second-template .template-profile-side-image button svg {
  width: 20px;
  height: 20px;
}
.second-template .profile-user-details {
  margin-top: 20px;
}
.second-template .profile-user-details h5 {
  font-size: 15px;
  font-weight: bold;
  color: #2c363c;
  margin-bottom: 11px;
}
.second-template .profile-user-details p {
  font-size: 13px;
  color: #c5c5c5;
}
.second-template .profile-site-details {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}
.second-template .profile-site-details li {
  padding: 15px 20px;
  display: flex;
  border-top: 1px solid #eaeaea;
}
.second-template .profile-site-details li svg {
  font-size: 13px;
  color: var(--main-color);
  margin-left: 10px;
}
.second-template .profile-site-details li b {
  color: #333333;
  font-size: 14px;
  font-weight: normal;
}
.second-template .profile-log-btn {
  margin-top: 40px;
}
.second-template .profile-log-btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #c72116;
  border: 1px solid #c72116 !important;
  padding: 20px !important;
}
.second-template .profile-log-btn button svg {
  margin: 0 5px;
}
.second-template .profile-log-btn button span {
  margin: 0 5px;
  font-weight: bold;
}
.second-template .template-profile-content-inner {
  background: #fff;
  border-radius: 3px;
  border: solid 1px #eaeaea;
  background-color: #fff;
}
.second-template .template-profile-content-inner .profile-links {
  padding: 25px 15px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 0;
}
.second-template .template-profile-content-inner .profile-links ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.second-template .template-profile-content-inner .profile-links ul a {
  color: #748394;
  margin-left: 30px;
  font-size: 15px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  text-decoration: none;
}
.second-template .template-profile-content-inner .profile-links ul a:after {
  content: "";
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 5px;
  width: 100%;
  transition: all 0.5s;
  background: var(--main-color);
  bottom: 0;
  transform: scaleX(0);
}
.second-template .template-profile-content-inner .profile-links ul a.nuxt-link-exact-active:after, .second-template .template-profile-content-inner .profile-links ul a:hover:after {
  transform: scaleX(1);
}
.second-template .template-profile-content-inner .template-profile-content-inner-tabs {
  padding: 20px;
  padding-top: 40px;
}
.second-template .template-profile-content-inner .template-profile-content-inner-tabs h1 {
  font-size: 14.9px;
  font-weight: bold;
  color: #2c363c;
  margin-bottom: 35px;
}
.second-template .template-profile-content-inner .template-profile-content-inner-tabs table th {
  font-size: 13px;
  font-weight: bold;
  color: var(--second-color);
  border-bottom: none;
}
.second-template .template-profile-content-inner .template-profile-content-inner-tabs table td {
  font-size: 14px;
  color: #2c363c;
  padding: 15px;
}
.second-template .template-profile-content-inner .template-profile-content-inner-tabs table td .name {
  color: var(--main-color);
}
.second-template .template-profile-content-inner .template-profile-content-inner-tabs table td .date {
  color: #a3a3a3;
}
.second-template .template-profile-content-inner .template-profile-content-inner-tabs table td .expire {
  color: #333333;
}
.second-template .template-profile-content-inner .template-profile-content-inner-tabs table td .status {
  width: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
  border-radius: 3px;
}
.second-template .template-profile-content-inner .template-profile-content-inner-tabs table td .status.done {
  background: #40a87b;
}
.second-template .template-profile-content-inner .template-profile-content-inner-tabs table td .status.processing {
  background: var(--main-color);
}
.second-template .list-parts-items .list-parts-item {
  padding: 10px 14px 10px 18px;
  border-radius: 3px;
  background-color: #f7f8f7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.second-template .list-parts-items .list-parts-item .number {
  width: 41px;
  height: 41px;
  border-radius: 3px;
  background-color: var(--second-color);
  color: #fff;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.second-template .list-parts-items .list-parts-item .text h6 {
  font-size: 13px;
  font-weight: bold;
  color: var(--main-color);
  line-height: 1;
  margin-bottom: 5px;
}
.second-template .list-parts-items .list-parts-item .text span {
  font-size: 12px;
  color: #c5c5c5;
}
.second-template .list-parts-items .list-parts-item .side-buy {
  margin-left: auto;
  width: 80px;
}
.second-template .list-parts-items .list-parts-item .side-buy .price {
  width: 100%;
  height: 37px;
  padding: 7px 23px 7px 24px;
  border-radius: 3px;
  background-color: rgba(242, 89, 41, 0.12);
  font-size: 13px;
  color: #f25929;
  font-weight: 800;
}
.second-template .list-parts-items .list-parts-item .side-buy .cart-view {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.second-template .list-parts-items .list-parts-item .side-buy .cart-view button,
.second-template .list-parts-items .list-parts-item .side-buy .cart-view a {
  height: 30px;
  width: 30px;
  background: var(--main-color);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.second-template .list-parts-items .list-parts-item .side-buy .cart-view button.btn-delete,
.second-template .list-parts-items .list-parts-item .side-buy .cart-view a.btn-delete {
  background-color: var(--danger);
}
.second-template .list-parts-items .list-parts-item .side-buy .cart-view button.btn-edit,
.second-template .list-parts-items .list-parts-item .side-buy .cart-view a.btn-edit {
  background-color: var(--second-color);
}
.second-template .list-parts-items .list-parts-item .side-buy .cart-view button svg,
.second-template .list-parts-items .list-parts-item .side-buy .cart-view a svg {
  width: 18px;
  height: 18px;
}
.second-template .list-parts-items .list-parts-item .side-buy .add-item a {
  margin-top: 5px;
  font-size: 13px;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
}
.second-template .payment-list-details li {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid #eee;
  margin-bottom: 10px;
}
.second-template .payment-list-details li b {
  font-size: 18px;
}
.second-template .payment-list-details li span {
  color: #777;
}
.second-template .edit-profile {
  padding: 50px 20px;
}
.second-template .page-chat {
  display: flex;
  margin: -30px;
  justify-content: space-between;
}
.second-template .page-chat .nav-tabs-1 .nav-tabs {
  padding: 15px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.second-template .page-chat .nav-tabs-1 .nav-tabs .nav-link {
  padding-bottom: 10px;
  font-size: 1rem;
  margin-left: 0;
}
.second-template .chat-users {
  width: calc(30% - 15px);
}
.second-template .message-view-box {
  width: calc(70% - 15px);
  padding: 25px;
  border-radius: 10px;
  background-color: #fff;
}
.second-template .chat-users-list ul {
  list-style: none;
  padding: 0;
}
.second-template .page-chat .nav-tabs-1 .tab-content > .tab-pane {
  padding: 0;
  margin: 0;
  background: none;
}
.second-template .chat-users-list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  margin-bottom: 15px;
  background: #fff;
}
.second-template .chat-users-list ul li .user-details {
  display: flex;
}
.second-template .chat-users-list ul li .user-details .img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.second-template .chat-users-list ul li .user-details .name-message {
  margin: 0 10px;
}
.second-template .chat-users-list ul li .user-details .name-message h3 {
  font-size: 0.8rem;
  margin-bottom: 6px;
}
.second-template .chat-users-list ul li .user-details .name-message .new-message {
  font-size: 0.7rem;
  color: #a9c0d3;
}
.second-template .page-chat {
  margin: 0;
}
.second-template .page-chat .nav-tabs-1 .nav-tabs .nav-link {
  padding: 10px 13px;
  font-size: 13px;
}
.second-template .page-chat {
  flex-wrap: wrap;
}
.second-template .page-chat .chat-users {
  width: 100%;
}
.second-template .page-chat .message-view-box {
  width: 100%;
}
.second-template .message-view-box-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.5px solid #e4e4e4;
  margin: 0 -25px 20px;
  padding: 0 25px 25px;
}
.second-template .message-view-box-head .user-details {
  display: flex;
}
.second-template .message-view-box-head .user-details .img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.second-template .message-view-box-head .user-details .name-message {
  margin: 0 10px;
}
.second-template .message-view-box-head .user-details .name-message h3 {
  font-size: 0.8rem;
  margin-bottom: 6px;
}
.second-template .message-view-box-head .user-details .name-message .new-message {
  font-size: 0.7rem;
  color: #a9c0d3;
}
.second-template .message-view-box-head .message-time span {
  color: #a9c0d3;
  font-size: 0.8rem;
}
.second-template .message-view-box-actions button {
  width: 40px;
  height: 40px;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.second-template .message-view-box-bottom {
  position: relative;
  background: #fcfcfc;
  margin: auto -25px -25px;
  border: 1px solid rgba(209, 209, 209, 0.5);
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.second-template .message-view-box-bottom button {
  width: 50px;
  height: 50px;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 30px;
  top: 30px;
}
.second-template .message-view-box-bottom textarea {
  border: none;
  width: 100%;
  display: block;
  resize: none;
  outline: none;
  min-height: 100px;
  padding: 30px 30px 20px;
  font-size: 20px;
}
.second-template .message-view-box-bottom textarea::placeholder {
  color: #000;
}
.second-template .message-view-box-body {
  min-height: 400px;
  max-height: 500px;
  overflow-y: auto;
}
.second-template .message-view-box-body .list-messages {
  list-style: none;
  padding: 0;
}
.second-template .message-view-box-body .list-messages .other-user {
  display: flex;
  flex-direction: row-reverse;
}
.second-template .message-view-box-body .list-messages .message-box {
  margin-bottom: 30px;
}
.second-template .message-view-box-body .list-messages .message-box .message-item {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
}
.second-template .message-view-box-body .list-messages .current-user .message-box .message-item {
  background: var(--main-color);
  border-top-right-radius: 0;
  color: #fff;
}
.second-template .message-view-box-body .list-messages .other-user .message-box .message-item {
  background: #f9fafe;
  border-top-left-radius: 0;
}
.second-template .message-view-box-body .list-messages .user-avatar img {
  width: 39px;
  height: 39px;
  object-fit: cover;
  border-radius: 50%;
}
.second-template .message-view-box-body .list-messages .user-avatar {
  margin: 0 10px;
}
.second-template .message-view-box-body .list-messages .message-box .message-read {
  font-size: 14px;
  color: #757575;
  text-align: left;
}
.second-template .message-view-box-body .list-messages .message-box .read-check svg {
  width: 20px;
  height: 20px;
}
.second-template .hvr-grow {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.second-template .hvr-grow:hover, .second-template .hvr-grow:focus, .second-template .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.second-template .hvr-shrink {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.second-template .hvr-shrink:hover, .second-template .hvr-shrink:focus, .second-template .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.second-template .hvr-pulse {
  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);
}
.second-template .hvr-pulse:hover, .second-template .hvr-pulse:focus, .second-template .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.second-template .hvr-pulse-grow {
  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);
}
.second-template .hvr-pulse-grow:hover, .second-template .hvr-pulse-grow:focus, .second-template .hvr-pulse-grow:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.second-template .hvr-pulse-shrink {
  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);
}
.second-template .hvr-pulse-shrink:hover, .second-template .hvr-pulse-shrink:focus, .second-template .hvr-pulse-shrink:active {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.second-template .hvr-push {
  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);
}
.second-template .hvr-push:hover, .second-template .hvr-push:focus, .second-template .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.second-template .hvr-pop {
  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);
}
.second-template .hvr-pop:hover, .second-template .hvr-pop:focus, .second-template .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.second-template .hvr-bounce-in {
  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);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.second-template .hvr-bounce-in:hover, .second-template .hvr-bounce-in:focus, .second-template .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.second-template .hvr-bounce-out {
  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);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.second-template .hvr-bounce-out:hover, .second-template .hvr-bounce-out:focus, .second-template .hvr-bounce-out:active {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.second-template .hvr-rotate {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.second-template .hvr-rotate:hover, .second-template .hvr-rotate:focus, .second-template .hvr-rotate:active {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.second-template .hvr-grow-rotate {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.second-template .hvr-grow-rotate:hover, .second-template .hvr-grow-rotate:focus, .second-template .hvr-grow-rotate:active {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}
.second-template .hvr-float {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.second-template .hvr-float:hover, .second-template .hvr-float:focus, .second-template .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.second-template .hvr-sink {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.second-template .hvr-sink:hover, .second-template .hvr-sink:focus, .second-template .hvr-sink:active {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.second-template .hvr-bob {
  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);
}
.second-template .hvr-bob:hover, .second-template .hvr-bob:focus, .second-template .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
.second-template .hvr-hang {
  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);
}
.second-template .hvr-hang:hover, .second-template .hvr-hang:focus, .second-template .hvr-hang:active {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
.second-template .hvr-skew {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.second-template .hvr-skew:hover, .second-template .hvr-skew:focus, .second-template .hvr-skew:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}
.second-template .hvr-skew-forward {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.second-template .hvr-skew-forward:hover, .second-template .hvr-skew-forward:focus, .second-template .hvr-skew-forward:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}
.second-template .hvr-skew-backward {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.second-template .hvr-skew-backward:hover, .second-template .hvr-skew-backward:focus, .second-template .hvr-skew-backward:active {
  -webkit-transform: skew(10deg);
  transform: skew(10deg);
}
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.second-template .hvr-wobble-vertical {
  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);
}
.second-template .hvr-wobble-vertical:hover, .second-template .hvr-wobble-vertical:focus, .second-template .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.second-template .hvr-wobble-horizontal {
  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);
}
.second-template .hvr-wobble-horizontal:hover, .second-template .hvr-wobble-horizontal:focus, .second-template .hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.second-template .hvr-wobble-to-bottom-right {
  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);
}
.second-template .hvr-wobble-to-bottom-right:hover, .second-template .hvr-wobble-to-bottom-right:focus, .second-template .hvr-wobble-to-bottom-right:active {
  -webkit-animation-name: hvr-wobble-to-bottom-right;
  animation-name: hvr-wobble-to-bottom-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.second-template .hvr-wobble-to-top-right {
  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);
}
.second-template .hvr-wobble-to-top-right:hover, .second-template .hvr-wobble-to-top-right:focus, .second-template .hvr-wobble-to-top-right:active {
  -webkit-animation-name: hvr-wobble-to-top-right;
  animation-name: hvr-wobble-to-top-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.second-template .hvr-wobble-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);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.second-template .hvr-wobble-top:hover, .second-template .hvr-wobble-top:focus, .second-template .hvr-wobble-top:active {
  -webkit-animation-name: hvr-wobble-top;
  animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.second-template .hvr-wobble-bottom {
  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);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.second-template .hvr-wobble-bottom:hover, .second-template .hvr-wobble-bottom:focus, .second-template .hvr-wobble-bottom:active {
  -webkit-animation-name: hvr-wobble-bottom;
  animation-name: hvr-wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.second-template .hvr-wobble-skew {
  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);
}
.second-template .hvr-wobble-skew:hover, .second-template .hvr-wobble-skew:focus, .second-template .hvr-wobble-skew:active {
  -webkit-animation-name: hvr-wobble-skew;
  animation-name: hvr-wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.second-template .hvr-buzz {
  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);
}
.second-template .hvr-buzz:hover, .second-template .hvr-buzz:focus, .second-template .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.second-template .hvr-buzz-out {
  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);
}
.second-template .hvr-buzz-out:hover, .second-template .hvr-buzz-out:focus, .second-template .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.second-template .hvr-forward {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.second-template .hvr-forward:hover, .second-template .hvr-forward:focus, .second-template .hvr-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.second-template .hvr-backward {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.second-template .hvr-backward:hover, .second-template .hvr-backward:focus, .second-template .hvr-backward:active {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
.second-template .hvr-fade {
  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);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.second-template .hvr-fade:hover, .second-template .hvr-fade:focus, .second-template .hvr-fade:active {
  background-color: #2098d1;
  color: white;
}
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}
@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}
.second-template .hvr-back-pulse {
  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);
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.second-template .hvr-back-pulse:hover, .second-template .hvr-back-pulse:focus, .second-template .hvr-back-pulse:active {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #2098d1;
  background-color: rgb(32, 152, 209);
  color: white;
}
.second-template .hvr-sweep-to-right {
  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.3s;
  transition-duration: 0.3s;
}
.second-template .hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.second-template .hvr-sweep-to-right:hover, .second-template .hvr-sweep-to-right:focus, .second-template .hvr-sweep-to-right:active {
  color: white;
}
.second-template .hvr-sweep-to-right:hover:before, .second-template .hvr-sweep-to-right:focus:before, .second-template .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.second-template .hvr-sweep-to-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;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.second-template .hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.second-template .hvr-sweep-to-left:hover, .second-template .hvr-sweep-to-left:focus, .second-template .hvr-sweep-to-left:active {
  color: white;
}
.second-template .hvr-sweep-to-left:hover:before, .second-template .hvr-sweep-to-left:focus:before, .second-template .hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.second-template .hvr-sweep-to-bottom {
  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.3s;
  transition-duration: 0.3s;
}
.second-template .hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.second-template .hvr-sweep-to-bottom:hover, .second-template .hvr-sweep-to-bottom:focus, .second-template .hvr-sweep-to-bottom:active {
  color: white;
}
.second-template .hvr-sweep-to-bottom:hover:before, .second-template .hvr-sweep-to-bottom:focus:before, .second-template .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.second-template .hvr-sweep-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.3s;
  transition-duration: 0.3s;
}
.second-template .hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -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.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.second-template .hvr-sweep-to-top:hover, .second-template .hvr-sweep-to-top:focus, .second-template .hvr-sweep-to-top:active {
  color: white;
}
.second-template .hvr-sweep-to-top:hover:before, .second-template .hvr-sweep-to-top:focus:before, .second-template .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.second-template .hvr-bounce-to-right {
  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;
}
.second-template .hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -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;
}
.second-template .hvr-bounce-to-right:hover, .second-template .hvr-bounce-to-right:focus, .second-template .hvr-bounce-to-right:active {
  color: white;
}
.second-template .hvr-bounce-to-right:hover:before, .second-template .hvr-bounce-to-right:focus:before, .second-template .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(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);
}
.second-template .hvr-bounce-to-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;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.second-template .hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -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;
}
.second-template .hvr-bounce-to-left:hover, .second-template .hvr-bounce-to-left:focus, .second-template .hvr-bounce-to-left:active {
  color: white;
}
.second-template .hvr-bounce-to-left:hover:before, .second-template .hvr-bounce-to-left:focus:before, .second-template .hvr-bounce-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(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);
}
.second-template .hvr-bounce-to-bottom {
  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;
}
.second-template .hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -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;
}
.second-template .hvr-bounce-to-bottom:hover, .second-template .hvr-bounce-to-bottom:focus, .second-template .hvr-bounce-to-bottom:active {
  color: white;
}
.second-template .hvr-bounce-to-bottom:hover:before, .second-template .hvr-bounce-to-bottom:focus:before, .second-template .hvr-bounce-to-bottom: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);
}
.second-template .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;
}
.second-template .hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -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;
}
.second-template .hvr-bounce-to-top:hover, .second-template .hvr-bounce-to-top:focus, .second-template .hvr-bounce-to-top:active {
  color: white;
}
.second-template .hvr-bounce-to-top:hover:before, .second-template .hvr-bounce-to-top:focus:before, .second-template .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);
}
.second-template .hvr-radial-out {
  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;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.second-template .hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.second-template .hvr-radial-out:hover, .second-template .hvr-radial-out:focus, .second-template .hvr-radial-out:active {
  color: white;
}
.second-template .hvr-radial-out:hover:before, .second-template .hvr-radial-out:focus:before, .second-template .hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.second-template .hvr-radial-in {
  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;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.second-template .hvr-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.second-template .hvr-radial-in:hover, .second-template .hvr-radial-in:focus, .second-template .hvr-radial-in:active {
  color: white;
}
.second-template .hvr-radial-in:hover:before, .second-template .hvr-radial-in:focus:before, .second-template .hvr-radial-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.second-template .hvr-rectangle-in {
  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;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.second-template .hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.second-template .hvr-rectangle-in:hover, .second-template .hvr-rectangle-in:focus, .second-template .hvr-rectangle-in:active {
  color: white;
}
.second-template .hvr-rectangle-in:hover:before, .second-template .hvr-rectangle-in:focus:before, .second-template .hvr-rectangle-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.second-template .hvr-rectangle-out {
  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;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.second-template .hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.second-template .hvr-rectangle-out:hover, .second-template .hvr-rectangle-out:focus, .second-template .hvr-rectangle-out:active {
  color: white;
}
.second-template .hvr-rectangle-out:hover:before, .second-template .hvr-rectangle-out:focus:before, .second-template .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.second-template .hvr-shutter-in-horizontal {
  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;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.second-template .hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.second-template .hvr-shutter-in-horizontal:hover, .second-template .hvr-shutter-in-horizontal:focus, .second-template .hvr-shutter-in-horizontal:active {
  color: white;
}
.second-template .hvr-shutter-in-horizontal:hover:before, .second-template .hvr-shutter-in-horizontal:focus:before, .second-template .hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.second-template .hvr-shutter-out-horizontal {
  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;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.second-template .hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.second-template .hvr-shutter-out-horizontal:hover, .second-template .hvr-shutter-out-horizontal:focus, .second-template .hvr-shutter-out-horizontal:active {
  color: white;
}
.second-template .hvr-shutter-out-horizontal:hover:before, .second-template .hvr-shutter-out-horizontal:focus:before, .second-template .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.second-template .hvr-shutter-in-vertical {
  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;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.second-template .hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.second-template .hvr-shutter-in-vertical:hover, .second-template .hvr-shutter-in-vertical:focus, .second-template .hvr-shutter-in-vertical:active {
  color: white;
}
.second-template .hvr-shutter-in-vertical:hover:before, .second-template .hvr-shutter-in-vertical:focus:before, .second-template .hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.second-template .hvr-shutter-out-vertical {
  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;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.second-template .hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.second-template .hvr-shutter-out-vertical:hover, .second-template .hvr-shutter-out-vertical:focus, .second-template .hvr-shutter-out-vertical:active {
  color: white;
}
.second-template .hvr-shutter-out-vertical:hover:before, .second-template .hvr-shutter-out-vertical:focus:before, .second-template .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.second-template .hvr-border-fade {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices */
}
.second-template .hvr-border-fade:hover, .second-template .hvr-border-fade:focus, .second-template .hvr-border-fade:active {
  box-shadow: inset 0 0 0 4px #2098d1, 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices */
}
.second-template .hvr-hollow {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices */
}
.second-template .hvr-hollow:hover, .second-template .hvr-hollow:focus, .second-template .hvr-hollow:active {
  background: none;
}
.second-template .hvr-trim {
  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;
}
.second-template .hvr-trim:before {
  content: "";
  position: absolute;
  border: white solid 4px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.second-template .hvr-trim:hover:before, .second-template .hvr-trim:focus:before, .second-template .hvr-trim:active:before {
  opacity: 1;
}
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.second-template .hvr-ripple-out {
  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;
}
.second-template .hvr-ripple-out:before {
  content: "";
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.second-template .hvr-ripple-out:hover:before, .second-template .hvr-ripple-out:focus:before, .second-template .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}
@-webkit-keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
.second-template .hvr-ripple-in {
  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;
}
.second-template .hvr-ripple-in:before {
  content: "";
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.second-template .hvr-ripple-in:hover:before, .second-template .hvr-ripple-in:focus:before, .second-template .hvr-ripple-in:active:before {
  -webkit-animation-name: hvr-ripple-in;
  animation-name: hvr-ripple-in;
}
.second-template .hvr-outline-out {
  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;
}
.second-template .hvr-outline-out:before {
  content: "";
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.second-template .hvr-outline-out:hover:before, .second-template .hvr-outline-out:focus:before, .second-template .hvr-outline-out:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}
.second-template .hvr-outline-in {
  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;
}
.second-template .hvr-outline-in:before {
  pointer-events: none;
  content: "";
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.second-template .hvr-outline-in:hover:before, .second-template .hvr-outline-in:focus:before, .second-template .hvr-outline-in:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}
.second-template .hvr-round-corners {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius;
}
.second-template .hvr-round-corners:hover, .second-template .hvr-round-corners:focus, .second-template .hvr-round-corners:active {
  border-radius: 1em;
}
.second-template .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;
}
.second-template .hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098d1;
  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;
}
.second-template .hvr-underline-from-left:hover:before, .second-template .hvr-underline-from-left:focus:before, .second-template .hvr-underline-from-left:active:before {
  right: 0;
}
.second-template .hvr-underline-from-center {
  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;
}
.second-template .hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.second-template .hvr-underline-from-center:hover:before, .second-template .hvr-underline-from-center:focus:before, .second-template .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}
.second-template .hvr-underline-from-right {
  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;
}
.second-template .hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.second-template .hvr-underline-from-right:hover:before, .second-template .hvr-underline-from-right:focus:before, .second-template .hvr-underline-from-right:active:before {
  left: 0;
}
.second-template .hvr-overline-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;
}
.second-template .hvr-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #2098d1;
  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;
}
.second-template .hvr-overline-from-left:hover:before, .second-template .hvr-overline-from-left:focus:before, .second-template .hvr-overline-from-left:active:before {
  right: 0;
}
.second-template .hvr-overline-from-center {
  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;
}
.second-template .hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.second-template .hvr-overline-from-center:hover:before, .second-template .hvr-overline-from-center:focus:before, .second-template .hvr-overline-from-center:active:before {
  left: 0;
  right: 0;
}
.second-template .hvr-overline-from-right {
  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;
}
.second-template .hvr-overline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.second-template .hvr-overline-from-right:hover:before, .second-template .hvr-overline-from-right:focus:before, .second-template .hvr-overline-from-right:active:before {
  left: 0;
}
.second-template .hvr-reveal {
  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;
}
.second-template .hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #2098d1;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.second-template .hvr-reveal:hover:before, .second-template .hvr-reveal:focus:before, .second-template .hvr-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px;
}
.second-template .hvr-underline-reveal {
  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;
}
.second-template .hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.second-template .hvr-underline-reveal:hover:before, .second-template .hvr-underline-reveal:focus:before, .second-template .hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.second-template .hvr-overline-reveal {
  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;
}
.second-template .hvr-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.second-template .hvr-overline-reveal:hover:before, .second-template .hvr-overline-reveal:focus:before, .second-template .hvr-overline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.second-template .hvr-glow {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.second-template .hvr-glow:hover, .second-template .hvr-glow:focus, .second-template .hvr-glow:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.second-template .hvr-shadow {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.second-template .hvr-shadow:hover, .second-template .hvr-shadow:focus, .second-template .hvr-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.second-template .hvr-grow-shadow {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.second-template .hvr-grow-shadow:hover, .second-template .hvr-grow-shadow:focus, .second-template .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.second-template .hvr-box-shadow-outset {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.second-template .hvr-box-shadow-outset:hover, .second-template .hvr-box-shadow-outset:focus, .second-template .hvr-box-shadow-outset:active {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.second-template .hvr-box-shadow-inset {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices */
}
.second-template .hvr-box-shadow-inset:hover, .second-template .hvr-box-shadow-inset:focus, .second-template .hvr-box-shadow-inset:active {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices */
}
.second-template .hvr-float-shadow {
  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-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.second-template .hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.second-template .hvr-float-shadow:hover, .second-template .hvr-float-shadow:focus, .second-template .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.second-template .hvr-float-shadow:hover:before, .second-template .hvr-float-shadow:focus:before, .second-template .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
.second-template .hvr-shadow-radial {
  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;
}
.second-template .hvr-shadow-radial:before, .second-template .hvr-shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.second-template .hvr-shadow-radial:before {
  bottom: 100%;
  background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.second-template .hvr-shadow-radial:after {
  top: 100%;
  background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.second-template .hvr-shadow-radial:hover:before, .second-template .hvr-shadow-radial:focus:before, .second-template .hvr-shadow-radial:active:before, .second-template .hvr-shadow-radial:hover:after, .second-template .hvr-shadow-radial:focus:after, .second-template .hvr-shadow-radial:active:after {
  opacity: 1;
}
.second-template .hvr-bubble-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;
}
.second-template .hvr-bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  top: 0;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
}
.second-template .hvr-bubble-top:hover:before, .second-template .hvr-bubble-top:focus:before, .second-template .hvr-bubble-top:active:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.second-template .hvr-bubble-right {
  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;
}
.second-template .hvr-bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(50% - 10px);
  right: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
}
.second-template .hvr-bubble-right:hover:before, .second-template .hvr-bubble-right:focus:before, .second-template .hvr-bubble-right:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.second-template .hvr-bubble-bottom {
  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;
}
.second-template .hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  bottom: 0;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
}
.second-template .hvr-bubble-bottom:hover:before, .second-template .hvr-bubble-bottom:focus:before, .second-template .hvr-bubble-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.second-template .hvr-bubble-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;
}
.second-template .hvr-bubble-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(50% - 10px);
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
}
.second-template .hvr-bubble-left:hover:before, .second-template .hvr-bubble-left:focus:before, .second-template .hvr-bubble-left:active:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.second-template .hvr-bubble-float-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-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.second-template .hvr-bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: calc(50% - 10px);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.second-template .hvr-bubble-float-top:hover, .second-template .hvr-bubble-float-top:focus, .second-template .hvr-bubble-float-top:active {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.second-template .hvr-bubble-float-top:hover:before, .second-template .hvr-bubble-float-top:focus:before, .second-template .hvr-bubble-float-top:active:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.second-template .hvr-bubble-float-right {
  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-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.second-template .hvr-bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: calc(50% - 10px);
  right: 0;
  content: "";
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.second-template .hvr-bubble-float-right:hover, .second-template .hvr-bubble-float-right:focus, .second-template .hvr-bubble-float-right:active {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.second-template .hvr-bubble-float-right:hover:before, .second-template .hvr-bubble-float-right:focus:before, .second-template .hvr-bubble-float-right:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.second-template .hvr-bubble-float-bottom {
  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-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.second-template .hvr-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: calc(50% - 10px);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.second-template .hvr-bubble-float-bottom:hover, .second-template .hvr-bubble-float-bottom:focus, .second-template .hvr-bubble-float-bottom:active {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.second-template .hvr-bubble-float-bottom:hover:before, .second-template .hvr-bubble-float-bottom:focus:before, .second-template .hvr-bubble-float-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.second-template .hvr-bubble-float-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;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.second-template .hvr-bubble-float-left:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: calc(50% - 10px);
  left: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.second-template .hvr-bubble-float-left:hover, .second-template .hvr-bubble-float-left:focus, .second-template .hvr-bubble-float-left:active {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.second-template .hvr-bubble-float-left:hover:before, .second-template .hvr-bubble-float-left:focus:before, .second-template .hvr-bubble-float-left:active:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.second-template .hvr-icon-back {
  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);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.second-template .hvr-icon-back .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.second-template .hvr-icon-back:hover .hvr-icon, .second-template .hvr-icon-back:focus .hvr-icon, .second-template .hvr-icon-back:active .hvr-icon {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}
.second-template .hvr-icon-forward {
  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);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.second-template .hvr-icon-forward .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.second-template .hvr-icon-forward:hover .hvr-icon, .second-template .hvr-icon-forward:focus .hvr-icon, .second-template .hvr-icon-forward:active .hvr-icon {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
@-webkit-keyframes hvr-icon-down {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-down {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
.second-template .hvr-icon-down {
  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);
}
.second-template .hvr-icon-down .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.second-template .hvr-icon-down:hover .hvr-icon, .second-template .hvr-icon-down:focus .hvr-icon, .second-template .hvr-icon-down:active .hvr-icon {
  -webkit-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes hvr-icon-up {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-up {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
.second-template .hvr-icon-up {
  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);
}
.second-template .hvr-icon-up .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.second-template .hvr-icon-up:hover .hvr-icon, .second-template .hvr-icon-up:focus .hvr-icon, .second-template .hvr-icon-up:active .hvr-icon {
  -webkit-animation-name: hvr-icon-up;
  animation-name: hvr-icon-up;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.second-template .hvr-icon-spin {
  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);
}
.second-template .hvr-icon-spin .hvr-icon {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.second-template .hvr-icon-spin:hover .hvr-icon, .second-template .hvr-icon-spin:focus .hvr-icon, .second-template .hvr-icon-spin:active .hvr-icon {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%, 100% {
    opacity: 1;
  }
}
@keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%, 100% {
    opacity: 1;
  }
}
.second-template .hvr-icon-drop {
  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);
}
.second-template .hvr-icon-drop .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.second-template .hvr-icon-drop:hover .hvr-icon, .second-template .hvr-icon-drop:focus .hvr-icon, .second-template .hvr-icon-drop:active .hvr-icon {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-animation-name: hvr-icon-drop;
  animation-name: hvr-icon-drop;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.second-template .hvr-icon-fade {
  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);
}
.second-template .hvr-icon-fade .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color;
  transition-property: color;
}
.second-template .hvr-icon-fade:hover .hvr-icon, .second-template .hvr-icon-fade:focus .hvr-icon, .second-template .hvr-icon-fade:active .hvr-icon {
  color: #0f9e5e;
}
@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
@keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
.second-template .hvr-icon-float-away {
  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);
}
.second-template .hvr-icon-float-away .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.second-template .hvr-icon-float-away:hover .hvr-icon, .second-template .hvr-icon-float-away:focus .hvr-icon, .second-template .hvr-icon-float-away:active .hvr-icon {
  -webkit-animation-name: hvr-icon-float-away;
  animation-name: hvr-icon-float-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}
@keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}
.second-template .hvr-icon-sink-away {
  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);
}
.second-template .hvr-icon-sink-away .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.second-template .hvr-icon-sink-away:hover .hvr-icon, .second-template .hvr-icon-sink-away:focus .hvr-icon, .second-template .hvr-icon-sink-away:active .hvr-icon {
  -webkit-animation-name: hvr-icon-sink-away;
  animation-name: hvr-icon-sink-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.second-template .hvr-icon-grow {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.second-template .hvr-icon-grow .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.second-template .hvr-icon-grow:hover .hvr-icon, .second-template .hvr-icon-grow:focus .hvr-icon, .second-template .hvr-icon-grow:active .hvr-icon {
  -webkit-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0);
}
.second-template .hvr-icon-shrink {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.second-template .hvr-icon-shrink .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.second-template .hvr-icon-shrink:hover .hvr-icon, .second-template .hvr-icon-shrink:focus .hvr-icon, .second-template .hvr-icon-shrink:active .hvr-icon {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.second-template .hvr-icon-pulse {
  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);
}
.second-template .hvr-icon-pulse .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.second-template .hvr-icon-pulse:hover .hvr-icon, .second-template .hvr-icon-pulse:focus .hvr-icon, .second-template .hvr-icon-pulse:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pulse;
  animation-name: hvr-icon-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
.second-template .hvr-icon-pulse-grow {
  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);
}
.second-template .hvr-icon-pulse-grow .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.second-template .hvr-icon-pulse-grow:hover .hvr-icon, .second-template .hvr-icon-pulse-grow:focus .hvr-icon, .second-template .hvr-icon-pulse-grow:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pulse-grow;
  animation-name: hvr-icon-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.second-template .hvr-icon-pulse-shrink {
  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);
}
.second-template .hvr-icon-pulse-shrink .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.second-template .hvr-icon-pulse-shrink:hover .hvr-icon, .second-template .hvr-icon-pulse-shrink:focus .hvr-icon, .second-template .hvr-icon-pulse-shrink:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pulse-shrink;
  animation-name: hvr-icon-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.second-template .hvr-icon-push {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.second-template .hvr-icon-push .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.second-template .hvr-icon-push:hover .hvr-icon, .second-template .hvr-icon-push:focus .hvr-icon, .second-template .hvr-icon-push:active .hvr-icon {
  -webkit-animation-name: hvr-icon-push;
  animation-name: hvr-icon-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.second-template .hvr-icon-pop {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.second-template .hvr-icon-pop .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.second-template .hvr-icon-pop:hover .hvr-icon, .second-template .hvr-icon-pop:focus .hvr-icon, .second-template .hvr-icon-pop:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.second-template .hvr-icon-bounce {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.second-template .hvr-icon-bounce .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.second-template .hvr-icon-bounce:hover .hvr-icon, .second-template .hvr-icon-bounce:focus .hvr-icon, .second-template .hvr-icon-bounce:active .hvr-icon {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.second-template .hvr-icon-rotate {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.second-template .hvr-icon-rotate .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.second-template .hvr-icon-rotate:hover .hvr-icon, .second-template .hvr-icon-rotate:focus .hvr-icon, .second-template .hvr-icon-rotate:active .hvr-icon {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.second-template .hvr-icon-grow-rotate {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.second-template .hvr-icon-grow-rotate .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.second-template .hvr-icon-grow-rotate:hover .hvr-icon, .second-template .hvr-icon-grow-rotate:focus .hvr-icon, .second-template .hvr-icon-grow-rotate:active .hvr-icon {
  -webkit-transform: scale(1.5) rotate(12deg);
  transform: scale(1.5) rotate(12deg);
}
.second-template .hvr-icon-float {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.second-template .hvr-icon-float .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.second-template .hvr-icon-float:hover .hvr-icon, .second-template .hvr-icon-float:focus .hvr-icon, .second-template .hvr-icon-float:active .hvr-icon {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.second-template .hvr-icon-sink {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.second-template .hvr-icon-sink .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.second-template .hvr-icon-sink:hover .hvr-icon, .second-template .hvr-icon-sink:focus .hvr-icon, .second-template .hvr-icon-sink:active .hvr-icon {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
@-webkit-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@-webkit-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
.second-template .hvr-icon-bob {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.second-template .hvr-icon-bob .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.second-template .hvr-icon-bob:hover .hvr-icon, .second-template .hvr-icon-bob:focus .hvr-icon, .second-template .hvr-icon-bob:active .hvr-icon {
  -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
  animation-name: hvr-icon-bob-float, hvr-icon-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
.second-template .hvr-icon-hang {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.second-template .hvr-icon-hang .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.second-template .hvr-icon-hang:hover .hvr-icon, .second-template .hvr-icon-hang:focus .hvr-icon, .second-template .hvr-icon-hang:active .hvr-icon {
  -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.second-template .hvr-icon-wobble-horizontal {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.second-template .hvr-icon-wobble-horizontal .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.second-template .hvr-icon-wobble-horizontal:hover .hvr-icon, .second-template .hvr-icon-wobble-horizontal:focus .hvr-icon, .second-template .hvr-icon-wobble-horizontal:active .hvr-icon {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.second-template .hvr-icon-wobble-vertical {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.second-template .hvr-icon-wobble-vertical .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.second-template .hvr-icon-wobble-vertical:hover .hvr-icon, .second-template .hvr-icon-wobble-vertical:focus .hvr-icon, .second-template .hvr-icon-wobble-vertical:active .hvr-icon {
  -webkit-animation-name: hvr-icon-wobble-vertical;
  animation-name: hvr-icon-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.second-template .hvr-icon-buzz {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.second-template .hvr-icon-buzz .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.second-template .hvr-icon-buzz:hover .hvr-icon, .second-template .hvr-icon-buzz:focus .hvr-icon, .second-template .hvr-icon-buzz:active .hvr-icon {
  -webkit-animation-name: hvr-icon-buzz;
  animation-name: hvr-icon-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.second-template .hvr-icon-buzz-out {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.second-template .hvr-icon-buzz-out .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.second-template .hvr-icon-buzz-out:hover .hvr-icon, .second-template .hvr-icon-buzz-out:focus .hvr-icon, .second-template .hvr-icon-buzz-out:active .hvr-icon {
  -webkit-animation-name: hvr-icon-buzz-out;
  animation-name: hvr-icon-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.second-template .hvr-curl-top-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;
}
.second-template .hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: white; /* IE9 */
  background: linear-gradient(135deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#ffffff", endColorstr="#000000"); /*For IE7-8-9*/
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.second-template .hvr-curl-top-left:hover:before, .second-template .hvr-curl-top-left:focus:before, .second-template .hvr-curl-top-left:active:before {
  width: 25px;
  height: 25px;
}
.second-template .hvr-curl-top-right {
  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;
}
.second-template .hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: white; /* IE9 */
  background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.second-template .hvr-curl-top-right:hover:before, .second-template .hvr-curl-top-right:focus:before, .second-template .hvr-curl-top-right:active:before {
  width: 25px;
  height: 25px;
}
.second-template .hvr-curl-bottom-right {
  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;
}
.second-template .hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: white; /* IE9 */
  background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.second-template .hvr-curl-bottom-right:hover:before, .second-template .hvr-curl-bottom-right:focus:before, .second-template .hvr-curl-bottom-right:active:before {
  width: 25px;
  height: 25px;
}
.second-template .hvr-curl-bottom-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;
}
.second-template .hvr-curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: white; /* IE9 */
  background: linear-gradient(45deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.second-template .hvr-curl-bottom-left:hover:before, .second-template .hvr-curl-bottom-left:focus:before, .second-template .hvr-curl-bottom-left:active:before {
  width: 25px;
  height: 25px;
}
.second-template payment-page,
.second-template .success-page {
  background: #f5f5f5;
  padding-top: 70px;
  padding-bottom: 100px;
  text-align: right;
  margin-bottom: -30px;
}
.second-template .payment-page .bg-light,
.second-template .success-page .bg-light {
  background: #fff !important;
}
.second-template .payment-page .bg-light-2,
.second-template .success-page .bg-light-2 {
  background-color: #f8f8fa !important;
}
.second-template .success-icon {
  border-radius: 10px;
  width: 100%;
  border: 1px solid #ccc;
}
.second-template .success-icon img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .second-template .success-icon {
    height: 250px;
    width: 250px;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 40px;
  }
  .second-template .success-icon img {
    border-radius: 50%;
  }
}
.second-template .success-title {
  text-align: center;
  margin-bottom: 40px;
}
.second-template .success-title h2 {
  font-size: 30px;
}
.second-template .success-title p {
  font-size: 16px;
  color: #777;
}
.second-template .btn-submit {
  display: flex;
  justify-content: center;
  padding: 50px 0 0;
}
.second-template .btn-submit button,
.second-template .btn-submit input,
.second-template .btn-submit a {
  max-width: 309px;
  width: 100%;
  height: 53px;
  border-radius: 9px;
  background-color: var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.5s;
}
.second-template .btn-submit button span,
.second-template .btn-submit input span,
.second-template .btn-submit a span {
  margin: 0 5px;
}
.second-template .btn-submit button svg,
.second-template .btn-submit input svg,
.second-template .btn-submit a svg {
  margin: 0 5px;
  width: 20px;
  height: 20px;
}
.second-template .btn-submit button:hover,
.second-template .btn-submit input:hover,
.second-template .btn-submit a:hover {
  color: #fff;
  transform: translateY(-5px);
}
.second-template .nice-select {
  width: 100%;
  float: none;
}
.second-template .nice-select:after {
  left: 12px;
  right: auto;
}
.second-template .nice-select span {
  display: block;
  text-align: right;
}
.second-template .form-group {
  margin-bottom: 20px;
  position: relative;
}
.second-template .form-group > label {
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.second-template .form-group input {
  height: 45px;
  border-radius: 0;
}
.second-template .form-group input::placeholder {
  color: #c4c4c4;
  font-size: 1rem;
}
.second-template .value-text {
  color: #aaa;
  font-size: 0.7rem;
  font-weight: normal;
  margin-top: 5px;
}
.second-template .modal {
  background: rgba(30, 32, 82, 0.6);
}
.second-template .image-upload {
  width: 100%;
  height: 200px;
  border: solid 1px #ffe8ba;
  background-color: #fff7e9;
  position: relative;
  margin-bottom: 20px;
}
.second-template .image-upload .input-image input {
  opacity: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  z-index: 3;
}
.second-template .check-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  z-index: 2;
  background: #fff7e9;
  border: solid 1px transparent;
  border-bottom: 0;
  z-index: 4;
}
.second-template .check-image label {
  color: var(--main-color);
  font-size: 0.9rem;
  font-weight: bold;
}
.second-template .image-upload .input-image .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.second-template .image-upload .input-image .icon svg {
  width: 80px;
  height: 80px;
  fill: var(--main-color);
}
.second-template .image-upload .input-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
  object-fit: contain;
  padding-top: 45px;
}
.second-template .image-upload.uploadded .input-image img {
  display: block;
}
.second-template .image-upload.uploadded .input-image .icon {
  display: none;
}
.second-template .image-upload img {
  display: none;
}
.second-template .service-steps {
  display: flex;
  justify-content: space-between;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
  position: relative;
}
.second-template .service-steps .service-step-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
}
.second-template .service-steps .service-step-link a .icon {
  width: 70px;
  height: 70px;
  background-color: #ebebeb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 12px;
  color: #777;
}
.second-template .service-steps .service-step-link a h5 {
  font-size: 14px;
  color: #bdbdbd;
  margin: 0;
}
.second-template .service-steps .progress {
  position: absolute;
  top: 36px;
  width: 90%;
  z-index: -1;
  height: 6px;
  left: 50%;
  transform: translateX(-50%);
}
.second-template .service-steps .progress .progress-bar {
  background: var(--second-color);
}
.second-template .service-steps.step-1 .service-step-link:nth-child(1) a .icon {
  background: var(--second-color);
  color: #fff;
}
.second-template .service-steps.step-1 .service-step-link:nth-child(1) a h5 {
  color: var(--second-color);
}
.second-template .service-steps.step-1 .progress .progress-bar {
  width: 50%;
}
.second-template .service-steps.step-2 .service-step-link:nth-child(1) a .icon,
.second-template .service-steps.step-2 .service-step-link:nth-child(2) a .icon {
  background: var(--second-color);
  color: #fff;
}
.second-template .service-steps.step-2 .service-step-link:nth-child(1) a h5,
.second-template .service-steps.step-2 .service-step-link:nth-child(2) a h5 {
  color: var(--second-color);
}
.second-template .service-steps.step-2 .progress .progress-bar {
  width: 100%;
}
.second-template .service-steps.step-3 .service-step-link:nth-child(1) a .icon,
.second-template .service-steps.step-3 .service-step-link:nth-child(2) a .icon,
.second-template .service-steps.step-3 .service-step-link:nth-child(3) a .icon {
  background: var(--second-color);
  color: #fff;
}
.second-template .service-steps.step-3 .service-step-link:nth-child(1) a h5,
.second-template .service-steps.step-3 .service-step-link:nth-child(2) a h5,
.second-template .service-steps.step-3 .service-step-link:nth-child(3) a h5 {
  color: var(--second-color);
}
.second-template .service-steps.step-3 .progress .progress-bar {
  width: 100%;
}
.second-template .service-step-inner-box {
  border: solid 0.8px #e4e4e4;
  padding: 30px 54px 61px 60px;
}
.second-template .service-step-inner-box h2 {
  font-size: 20px;
  font-weight: 600;
  color: var(--main-color);
  margin-bottom: 50px;
  border-bottom: solid 0.8px #e4e4e4;
  padding-bottom: 30px;
}
.second-template .service-step-bank-details-box {
  margin-bottom: 50px;
}
.second-template .service-step-bank-details-box h4 {
  font-size: 17px;
  font-weight: normal;
  color: #333;
  margin-bottom: 30px;
}
.second-template .service-step-bank-details-box span {
  color: #aaaaaa;
  font-size: 16px;
  font-weight: normal;
}
.second-template .service-steps-buttons {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  flex-wrap: wrap;
}
.second-template .service-steps-buttons button {
  width: 200px;
  margin: 0 10px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--second-color);
  color: #fff;
  margin-bottom: 20px;
}
.second-template .service-steps-buttons button.next {
  background: var(--second-color);
}
.second-template .service-steps-buttons button.back {
  color: var(--second-color);
}
.second-template .service-details-slider .service-page-slider-item {
  height: 250px;
}
.second-template .service-details-slider .service-page-slider-item h2 {
  font-size: 30px;
}
.second-template .service-details-desc {
  padding: 30px 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.73;
  color: #777;
  margin-bottom: 30px;
}
.second-template .service-details-list {
  background-color: #efefef;
  padding: 40px 15px;
}
.second-template .service-details-list-head {
  display: flex;
  margin-bottom: 30px;
}
.second-template .service-details-list-head span {
  width: 60%;
  font-size: 16px;
  font-weight: 500;
  color: var(--second-color);
}
.second-template .service-details-list-body ul {
  list-style: none;
  padding: 0;
}
.second-template .service-details-list-body ul li {
  padding: 15px;
  display: flex;
}
.second-template .service-details-list-body ul li span {
  width: 60%;
  font-size: 14px;
  font-weight: 500;
}
.second-template .service-details-list-body ul li span:nth-child(2) {
  width: 40%;
}
.second-template .service-details-list-body ul li b {
  color: var(--main-color);
  font-size: 15px;
  font-weight: 500;
}
.second-template .service-details-list-body ul li:nth-child(odd) {
  background: #fff;
}
.second-template .service-details-list-body ul li:nth-last-child(1) {
  border-bottom: 1px solid #fff;
}
.second-template .service-details-list-footer {
  padding: 15px;
  display: flex;
  background: #fff;
}
.second-template .service-details-list-footer span {
  width: 60%;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.second-template .service-details-list-footer b {
  width: 40%;
  color: var(--main-color);
  font-size: 20px;
  font-weight: 600;
}
.second-template .service-details-packages-slider .package-card {
  width: 100%;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0;
  border: 1px solid #ddd;
}
.second-template div#detaildModal .modal-header {
  background-image: linear-gradient(115deg, var(--main-color) 0%, var(--second-color) 100%);
  color: #fff;
}
.second-template div#detaildModal .modal-header .btn-close {
  filter: invert(94%) sepia(1%) saturate(1576%) hue-rotate(335deg) brightness(116%) contrast(100%);
}
.second-template div#detaildModal textarea {
  background: transparent;
  height: 140px;
}
.second-template div#detaildModal label {
  margin-bottom: 10px;
}
.second-template div#detaildModal #name {
  margin-bottom: 20px;
  color: var(--main-color);
}
.second-template div#detaildModal #memberships {
  white-space: break-spaces;
}
.second-template div#detaildModal #occupations {
  white-space: break-spaces;
}
.second-template .dropdown-menu {
  max-height: 317px;
  overflow-y: auto;
}
@keyframes bg-scrolling-reverse {
  100% {
    background-position: 500px 400px;
  }
}
@keyframes bg-scrolling {
  0% {
    background-position: 500px 400px;
  }
}
.second-template .shapes-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  animation: bg-scrolling-reverse 15s infinite; /* IE 10+ */
  animation-timing-function: linear;
}
.second-template .shapes-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
}
.second-template .twitter-embed-card {
  margin-bottom: 30px;
}
.second-template .faq-sec .accordion-button:not(.collapsed) {
  color: var(--main-color);
  background: none;
  border: none;
  box-shadow: none;
}
.second-template .faq-sec .accordion-button {
  padding-top: 20px;
  padding-bottom: 20px;
}
.second-template .faq-sec .accordion-body {
  color: #969ba3;
  font-size: 14px;
  line-height: 1.8;
}
.second-template .faq-sec .accordion-body p {
  display: flex;
  flex-wrap: wrap;
}
.second-template .error-page {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.second-template .error-page svg {
  color: var(--main-color);
  width: 100%;
  max-width: 400px;
  height: 400px;
}
.second-template .error-page h1 {
  margin-bottom: 40px;
}
.second-template a.custom-share {
  background: var(--main-color);
  width: 30px;
  height: 29px;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.second-template a.custom-share svg {
  stroke-width: 3px;
}
.second-template .no-overlay::after {
  display: none !important;
}
.second-template .faq-sec .accordion {
  background: #f1f1f1;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

#middleSection {
  margin: 20px 0;
}

.vg-nav {
  position: relative;
  z-index: 100;
  width: 100%;
}

.vg-nav > ul:not(.vg-nav-main-container) {
  display: none;
}

.vg-nav-main-container {
  padding: 0;
  margin: 0;
  display: block;
}

.vg-nav-main-container li {
  list-style: none;
}

.vg-nav-main-container > li {
  display: inline-block;
}

.vg-nav-main-container span.toggle {
  transition: all 0.4s ease;
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transform: rotate(0);
}

.vg-nav-main-container .dropdown {
  position: relative;
}

.vg-nav-main-container .dropdown ul {
  padding: 0;
}

.vg-nav-main-container .dropdown > ul {
  transition: all 0.4s ease;
  position: absolute;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  width: 200px;
}

.vg-nav-main-container .dropdown > ul .left {
  left: 0;
}

.vg-nav-main-container .dropdown > ul .right {
  right: 0;
}

.vg-nav-main-container .dropdown > ul ul {
  transition: all 0.4s ease;
  position: absolute;
  top: 20%;
  opacity: 0;
  visibility: hidden;
  width: 200px;
}

.vg-nav-main-container .dropdown > ul .dropdown ul.left {
  left: 100%;
}

.vg-nav-main-container .dropdown > ul .dropdown ul.right {
  right: 0%;
}

.vg-nav-main-container .dropdown > ul .dropdown.show > ul {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.vg-nav-main-container .dropdown.show > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  z-index: 1;
  background: #fff;
}

.vg-nav-main-container .dropdown.show > a span.toggle {
  transform: rotate(-180deg);
}

.vg-nav-main-container .dropdown-mega .dropdown-mega-container {
  transition: all 0.4s ease;
  position: absolute;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  left: 0;
  width: 100%;
  min-height: 300px;
}

.vg-nav-main-container .dropdown-mega.show > a span.toggle {
  transform: rotate(-180deg);
}

.vg-nav-main-container .dropdown-mega.show > .dropdown-mega-container {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.vg-nav-main-container.vg-nav-cloned > li {
  display: block;
}

.vg-nav-main-container.vg-nav-cloned .dropdown ul {
  position: relative;
  width: 100%;
  height: 0;
}

.vg-nav-main-container.vg-nav-cloned .dropdown ul .left,
.vg-nav-main-container.vg-nav-cloned .dropdown ul .right {
  left: 0 !important;
}

.vg-nav-main-container.vg-nav-cloned .dropdown.show > ul {
  height: auto;
}

.vg-nav-main-container.vg-nav-cloned .dropdown-mega .dropdown-mega-container {
  position: relative;
  height: 0;
  min-height: 0;
  top: 0;
  display: none;
}

.vg-nav-main-container.vg-nav-cloned .dropdown-mega.show .dropdown-mega-container {
  display: block;
  height: auto;
  top: 0;
}

.vg-nav-sidebar {
  display: block;
  position: fixed;
  top: 0;
  opacity: 0;
  height: 100%;
  z-index: 9990;
  transition: all 0.4s ease;
  background: #fff;
}

@media only screen and (min-width: 1200px) {
  .vg-nav-sidebar {
    right: -25%;
    width: 25%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .vg-nav-sidebar {
    right: -33%;
    width: 33%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .vg-nav-sidebar {
    right: -50%;
    width: 50%;
  }
}
@media only screen and (max-width: 767.98px) {
  .vg-nav-sidebar {
    right: -75%;
    width: 75%;
  }
}
@media only screen and (max-width: 479.98px) {
  .vg-nav-sidebar {
    right: -100%;
    width: 100%;
  }
}
.vg-nav-sidebar.show {
  right: 0;
  opacity: 1;
}

.vg-nav-sidebar__close {
  position: absolute;
  font-size: 56px;
  font-weight: 300;
  top: 0;
  left: 15px;
  color: #333333;
  cursor: pointer;
  line-height: 1;
}

.vg-nav-sidebar__content {
  margin-top: 50px;
  height: calc(100% - 60px);
  overflow-y: auto;
  overflow-x: hidden;
}

.vg-nav-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: -100%;
  opacity: 0;
  transition: all 0.4s ease;
  top: 0;
  background: rgba(51, 51, 51, 0.7);
  transition-delay: 0.15s;
  z-index: 9989;
}

.vg-nav-overlay.show {
  left: 0;
  opacity: 1;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px), only screen and (max-width: 479.98px) {
  .vg-nav-xl .vg-nav-hamburger {
    display: block;
  }
  .vg-nav-xl > ul {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px), only screen and (max-width: 479.98px) {
  .vg-nav-lg .vg-nav-hamburger {
    display: block;
  }
  .vg-nav-lg > ul {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px), only screen and (max-width: 479.98px) {
  .vg-nav-md .vg-nav-hamburger {
    display: block;
  }
  .vg-nav-md > ul {
    display: none;
  }
}
@media only screen and (max-width: 767.98px), only screen and (max-width: 479.98px) {
  .vg-nav-sm .vg-nav-hamburger {
    display: block;
  }
  .vg-nav-sm > ul {
    display: none;
  }
}
@media only screen and (max-width: 479.98px) {
  .vg-nav-xs .vg-nav-hamburger {
    display: block;
  }
  .vg-nav-xs > ul {
    display: none;
  }
}
a {
  transition: all 0.3s ease;
}

.vg-nav > ul > li {
  padding: 20px 25px;
}

.vg-nav > ul > li > a {
  font-size: 16px;
  line-height: 1.2;
  display: block;
  color: #232323;
  text-decoration: none;
}

.vg-nav > ul > li.active a,
.vg-nav > ul > li a:hover {
  color: #236da9;
}

.vg-nav .dropdown ul {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.15);
}

.vg-nav .dropdown ul li a {
  text-decoration: none;
  font-size: 14px;
  display: block;
  padding: 15px;
  color: #232323;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
}

.vg-nav .dropdown ul li:first-child a {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.vg-nav .dropdown ul ul {
  background: rgba(255, 255, 255, 0.9);
}

.vg-nav .dropdown-mega .dropdown-mega-container {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.15);
  padding: 15px;
}

.vg-nav-hamburger {
  margin: 12px 0;
}

.vg-nav-hamburger span,
.vg-nav-hamburger span:before,
.vg-nav-hamburger span:after {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
}

.vg-nav-sidebar .vg-nav-sidebar__content {
  width: 100%;
  padding: 0 20px 20px 20px;
}

.vg-nav-sidebar__content > ul > li > a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
  text-decoration: none;
  color: #333333;
}

.vg-nav-sidebar__content > ul ul {
  background: rgba(0, 0, 0, 0.02);
}

.vg-nav-sidebar__content > ul ul li > a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #f5f5f5;
  text-decoration: none;
  color: #333333;
  font-size: 0.95rem;
}

.vg-nav-sidebar__content .dropdown-mega-container {
  background: rgba(0, 0, 0, 0.02);
  border-bottom: 1px solid #f5f5f5;
  padding: 15px;
}

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