body {
  font-family: 'Adamina', sans-serif;
  font-weight: 500;
  color: #6d6e6f;
}

:root {
  --primary: #5E32E1;
  --hov-primary: #E91E63;
  --soft-primary: rgba(233, 30, 99, 0.15);
  --secondary: ;
  --soft-secondary: rgb(230, 46, 4);
}

.text-primary-grad {
  background: rgb(253, 41, 123);
  background: -moz-linear-gradient(0deg, rgba(94, 50, 225, 1) 0%, rgb(230, 46, 4) 100%);
  background: -webkit-linear-gradient(0deg, rgba(94, 50, 225, 1) 0%, rgb(230, 46, 4) 100%);
  background: linear-gradient(0deg, rgba(94, 50, 225, 1) 0%, rgb(230, 46, 4) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-primary,
.bg-primary-grad {
  background: rgb(253, 41, 123);
  background: -moz-linear-gradient(225deg, rgba(94, 50, 225, 1) 0%, rgb(230, 46, 4) 100%);
  background: -webkit-linear-gradient(225deg, rgba(94, 50, 225, 1) 0%, rgb(230, 46, 4) 100%);
  background: linear-gradient(225deg, rgba(94, 50, 225, 1) 0%, rgb(230, 46, 4) 100%);
}

.fill-dark {
  fill: #4d4d4d;
}

.fill-primary-grad stop:nth-child(1) {
  stop-color: rgb(230, 46, 4);
}

.fill-primary-grad stop:nth-child(2) {
  stop-color: rgba(94, 50, 225, 1);
}



.pricing-table-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.6em;
  color: #FFF;
  margin-top: 15px;
  text-align: left;
  margin-bottom: 25px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.pricing-table-title a {
  font-size: 0.6em;
}

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  clear: both;
}

/** ========================
 * Contenedor
 ============================*/
.pricing-wrapper {
  margin: 20px auto 0;
}

.pricing-table {
  margin: 20px;
  text-align: center;
  width: 325px;
  height: 569px;
  border-radius: 10px;
  float: left;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pricing-table:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}

.pricing-title {
  color: #FFF;
  background: #e95846;
  padding: 20px 0;
  font-size: 2em;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.pricing-table.recommended .pricing-title {
  background: #2db3cb;
}

.pricing-table.recommended .pricing-action {
  background: #2db3cb;
}

.pricing-table .price {
  background: #ffffff;
  font-size: 2em;
  font-weight: 700;
  padding: 14px 0;
  text-shadow: 0 1px 1px rgb(0 0 0 / 40%);
}

.pricing-table .price sup {
  font-size: 0.4em;
  position: relative;
  left: 5px;
}

.table-list {
  background: #FFF;
  color: #403d3a;
  list-style: none;
  padding: 0;
  margin: 5%;
  height: 296px;
}

.table-list li {
  font-size: 1.1em;
  font-weight: 700;
  padding: 12px 8px;
  text-align: justify;
}

/* .table-list li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  color: #3fab91;
  display: inline-block;
  position: relative;
  right: 5px;
  font-size: 16px;
} */

.table-list li span {
  font-weight: 400;
}

.table-list li span.unlimited {
  color: #FFF;
  background: #e95846;
  font-size: 0.9em;
  padding: 5px 7px;
  display: inline-block;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
}


.table-list li:nth-child(2n) {
  background: #F0F0F0;
}

.table-buy {
  background: #FFF;
  padding: 15px;
  text-align: left;
  overflow: hidden;
}

.table-buy p {
  float: left;
  color: #37353a;
  font-weight: 700;
  font-size: 2em;
}

.table-buy p sup {
  font-size: 0.5em;
  position: relative;
  left: 5px;
}

.table-buy .pricing-action {
  float: right;
  color: #FFF;
  background: #e95846;
  padding: 10px 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: 700;
  font-size: 1.4em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.table-buy .pricing-action:hover {
  background: #cf4f3e;
}

.recommended .table-buy .pricing-action:hover {
  background: #228799;
}

/** ================
 * Responsive
 ===================*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .pricing-wrapper {
    width: 768px;
  }

  .pricing-table {
    width: 236px;
  }

  .table-list li {
    font-size: 1.3em;
  }

}

@media only screen and (max-width: 767px) {
  .pricing-wrapper {
    width: 420px;
  }

  .pricing-table {
    display: block;
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .pricing-wrapper {
    width: 300px;
  }
}



.footer .footer-primary {
  padding-top: 25px;
  padding-bottom: 0px;
  background-color: #0b0f12
}

.footer .footer-secondary {
  position: relative;
  padding: 1% 0 0;
  background-color: #353537
}

.footer [class*=footer-widget] {
  margin-bottom: 30px
}

.footer .footer-widget__title {
  color: #d7b5b5;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px
}

.footer .contact-list li {
  color: #9aaabb;
  line-height: 26px;
  margin-bottom: 0
}

.footer .phone__number {
  font-size: 19px;
  font-weight: 500;
  color: #fee023 !important
}

.footer .btn__white.btn__link:hover {
  color: #fee023 !important
}

.footer .footer-widget-newsletter {
  position: relative;
  padding: 40px;
  border-radius: 8px;
  background-color: #fff
}

.footer .footer-widget-newsletter .newsletter__title {
  font-size: 18px;
  line-height: 1.5
}

.footer .footer-widget-newsletter:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  border-radius: 8px 8px 0 0;
  background: repeating-linear-gradient(-45deg, #fff, #fff 6px, #fee023 6px, #fee023 20px, #fff 20px, #fff 26px, #2983fd 26px, #2983fd 40px)
}

.footer .footer-widget-newsletter .newsletter__stamp {
  position: absolute;
  top: -50px;
  left: -50px
}

.footer .footer-widget-newsletter .newsletter__form {
  position: relative
}

.footer .footer-widget-newsletter .newsletter__form .form-control {
  border-color: #eef3fa;
  background-color: #eef3fa;
  padding-right: 110px
}

.footer .footer-widget-newsletter .newsletter__form .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
  height: 40px;
  min-width: 100px
}

.footer .underlined__link {
  color: #fee023;
  border-bottom: 1px solid #fee023
}

.footer .underlined__link:hover {
  color: #fff;
  border-bottom: 1px solid #fff
}

.footer .footer-widget-nav li a {
  display: block;
  position: relative;
  color: #e0e5eb;
  font-size: 15px;
  margin-bottom: 5px;
}

.footer .footer-widget-nav li a:hover {
  color: #fff
}

.footer .footer__copyrights {
  color: #9aaabb;
  margin-bottom: 5px
}

.footer .footer__copyright-links li a {
  position: relative;
  color: #9aaabb;
  display: block;
  margin-right: 25px;
  padding: 3px 0
}

.footer .footer__copyright-links li a:hover {
  color: #fff
}

.footer .footer__copyright-links li a:before {
  content: '-';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -13px;
  color: #9aaabb
}

.footer .footer__copyright-links li:last-child a {
  margin-right: 0
}

.footer .footer__copyright-links li:last-child a:before {
  display: none
}

.footer .phone__number {
  margin: 20px 0
}

.footer .social-icons li a {
  border: 2px solid rgba(234, 234, 234, .15)
}

.footer .social-icons li a i {
  color: #01244a;
  background-color: #fee023
}

.footer .social-icons li a:hover {
  border-color: #fff;
  background-color: transparent
}

.phone__number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Adamina", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  color: #3851a2 !important
}

.phone__number:hover {
  color: #2983fd !important
}

.phone__number i {
  margin-right: 7px
}







.fa-quote {
  color: rgba(255, 255, 255, 0.3);
  font-size: 28px;
  position: absolute;
  top: 140px;
}

.fa-quote-right {
  left: 10px;
}

.fa-quote-left {
  right: 40px;
}

.testimonial {
  line-height: 22px;
  text-align: justify;
  margin-top: 18px;
}

.user {
  display: flex;
  align-items: center;
  justify-content: center;
}

.user .user-image {
  border-radius: 50%;
  height: 75px;
  width: 75px;
  object-fit: cover;
}

.user .user-details {
  margin-left: 10px;
}

.user .username {
  margin: 0;
}

.user .role {
  font-weight: normal;
  margin: 10px 0;
}

.progress-bar {
  background-color: #fff;
  height: 2px;
  width: 100%;
  animation: grow 5.1s linear infinite;
  transform-origin: left;
}

.testimonial-container {
  background-color: #527381;
  color: #fff;
  border-radius: 15px;
  margin: 30px auto;
  padding: 30px 40px;
  width: 80%;
  position: relative;
}

.carousel-caption.tes-descrp {
  position: initial;
  padding: 0px 25px;
  color: #fff;
  text-align: justify;
  font-size: 13px;
  line-height: 22px;
}

@media(max-width:767px) {
  .carousel-caption.tes-descrp {
    position: initial;
    padding: 1rem 0.8rem 0.3rem;
    color: #fff;
    text-align: justify;
    font-size: 13px;
    line-height: 22px;
  }

  .testimonial-container.mobile-container {
    background-color: #527381;
    color: #fff;
    border-radius: 15px;
    margin: 30px auto;
    padding: 30px 40px;
    width: 100%;
    position: relative;
  }
}

.carousel-control-prev.new-tes {
  justify-content: flex-start;
  left: -25px
}

.carousel-control-next.new-tes {
  justify-content: flex-end;
  right: -25px;
}

.carousel-control-prev.new-tes,
.carousel-control-next.new-tes {
  transition: none;
  opacity: unset;
}

@keyframes grow {
  0% {
    transform: scaleX(0);
  }
}

@media (max-width: 768px) {
  .testimonial-container {
    padding: 20px 30px;
  }

  .pframe .photo img {
    width: 100%;
  }

  .fa-quote {
    display: none;
  }
}

.product-name {
  background: #6a4c00;
  padding: 2%;
  font-size: 1em;
  color: #fff;
  text-align: center;
}

.product-name h5 {
  font-size: 0.9em;
  color: #fff;
  text-align: center;
}

.text-reset span {
  color: #fff;
  font-size: 1.3em;
  font-weight: 600;
}

.story-details {
  height: 75px;
  background: #d9c3c3;
  padding: 15px 4px;
  color: #780000;
}

.yellow-bg {
  background: #ffbc05;
}

.post .post-details {
  padding: 15px;
  background: #ffffff;
  display: inline-block;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.post .post-details .title a {
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #955454;
}

.post .post-details a.button {
  margin-bottom: 0;
}

.post-artical .post-details .button,
.post-article .post-details .button {
  border-radius: 10px;
  color: #ffffff;
  padding: 2%;
  background: #f00;
}

.post-artical .button {
  float: right;
}

.post-content p {
  text-align: justify;
}

.post .post-details {
  padding: 15px;
  background: #ffffff;
  display: inline-block;
}

blockquote {
  display: block;
  background: #f9f9f9;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  padding-left: 65px;
  border-left: 5px solid #ffbc05;
  padding-top: 20px;
  padding-bottom: 15px;
}

blockquote {
  margin: 0 0 1rem;
}

blockquote::before {
  border-color: #ffbc05;
}

blockquote .quote-author,
blockquote .quote-author a {
  font-size: 16px;
  font-weight: 500;
  color: #252525;
}

blockquote::before {
  background: #c61b5f;
}

.post-sidebar {
  height: 100%;
}

.sidebar-widget {
  margin-bottom: 40px;
}

.sidebar-widget .widget-title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.sidebar-widget .widget-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #ffbc05;
}

.sidebar-widget .widget-search {
  position: relative;
}

.sidebar-widget .widget-search i {
  position: absolute;
  right: 0px;
  padding: 16px 12px;
  font-size: 18px;
  color: #ffbc05;
  cursor: pointer;
}

.sidebar-widget .widget-search input {
  padding-right: 40px;
  color: #353535;
  border-radius: 30px;
  height: 50px;
  border: 2px solid #f2f2f2;
  background: #ffffff;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.pframe {
  border: solid 3px #e4e4e4;
  padding: 23px 13px;
  text-align: center;
}

.button.btn-dark {
  border: inherit;
  color: #ffffff !important;
  background: #000000;
}


.w3l-banner {
  background: var(--banner-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 100vh;
  align-items: center;
}

/********* Testimonial css start here ***********************/
.testimonial-container {
  background-color: #527381;
  color: #fff;
  border-radius: 15px;
  margin: 30px auto;
  padding: 30px 40px;
  max-width: 850px;
  position: relative;
}

.testim .wrap {
  width: 100%;
  padding: 10px 5px;
}

.testim .arrow {
  display: block;
  position: absolute;
  color: #eee;
  cursor: pointer;
  font-size: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 5px;
  z-index: 22222222;
}

.testim .arrow:before {
  cursor: pointer;
}

.testim .arrow:hover {
  color: #ea830e;
}


.testim .arrow.left {
  left: 10px;
}

.testim .arrow.right {
  right: 10px;
}

.testim .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -15px;
  left: 0;
  display: block;
  z-index: 3333;
  height: 12px;
}

.testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #eee;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
  background: #ea830e;
  border-color: #ea830e;
}

.testim .dots .dot.active {
  -webkit-animation: testim-scale .5s ease-in-out forwards;
  -moz-animation: testim-scale .5s ease-in-out forwards;
  -ms-animation: testim-scale .5s ease-in-out forwards;
  -o-animation: testim-scale .5s ease-in-out forwards;
  animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
  position: relative;
  overflow: hidden;
}

.testim .cont>div {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 30px 0;
  opacity: 0;
}

.testim .cont>div.inactive {
  opacity: 1;
}


.testim .cont>div.active {
  position: relative;
  opacity: 1;
}


.testim .cont div .img img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
}

.testim .cont div h2 {
  font-size: 1.5rem;
  color: #FFF;
  margin: 15px 0 5px;
}

.testim .cont div p {
  font-size: 1.15em;
  color: #eee;
  width: 80%;
  margin: auto;
  text-align: justify;
  line-height: 22px;
}

.testim .cont div.active .img img {
  -webkit-animation: testim-show .5s ease-in-out forwards;
  -moz-animation: testim-show .5s ease-in-out forwards;
  -ms-animation: testim-show .5s ease-in-out forwards;
  -o-animation: testim-show .5s ease-in-out forwards;
  animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active h2 {
  -webkit-animation: testim-content-in .4s ease-in-out forwards;
  -moz-animation: testim-content-in .4s ease-in-out forwards;
  -ms-animation: testim-content-in .4s ease-in-out forwards;
  -o-animation: testim-content-in .4s ease-in-out forwards;
  animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
  -webkit-animation: testim-content-in .5s ease-in-out forwards;
  -moz-animation: testim-content-in .5s ease-in-out forwards;
  -ms-animation: testim-content-in .5s ease-in-out forwards;
  -o-animation: testim-content-in .5s ease-in-out forwards;
  animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
  -webkit-animation: testim-hide .5s ease-in-out forwards;
  -moz-animation: testim-hide .5s ease-in-out forwards;
  -ms-animation: testim-hide .5s ease-in-out forwards;
  -o-animation: testim-hide .5s ease-in-out forwards;
  animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
  -webkit-animation: testim-content-out .4s ease-in-out forwards;
  -moz-animation: testim-content-out .4s ease-in-out forwards;
  -ms-animation: testim-content-out .4s ease-in-out forwards;
  -o-animation: testim-content-out .4s ease-in-out forwards;
  animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
  -webkit-animation: testim-content-out .5s ease-in-out forwards;
  -moz-animation: testim-content-out .5s ease-in-out forwards;
  -ms-animation: testim-content-out .5s ease-in-out forwards;
  -o-animation: testim-content-out .5s ease-in-out forwards;
  animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -webkit-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-moz-keyframes testim-scale {
  0% {
    -moz-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -moz-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -moz-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -moz-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-ms-keyframes testim-scale {
  0% {
    -ms-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -ms-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -ms-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -ms-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-o-keyframes testim-scale {
  0% {
    -o-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -o-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -o-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -o-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@keyframes testim-scale {
  0% {
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-webkit-keyframes testim-content-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes testim-content-in {
  from {
    opacity: 0;
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes testim-content-in {
  from {
    opacity: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes testim-content-in {
  from {
    opacity: 0;
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes testim-content-in {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes testim-content-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-moz-keyframes testim-content-out {
  from {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-ms-keyframes testim-content-out {
  from {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-o-keyframes testim-content-out {
  from {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes testim-content-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@-webkit-keyframes testim-show {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes testim-show {
  from {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes testim-show {
  from {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes testim-show {
  from {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes testim-show {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes testim-hide {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-moz-keyframes testim-hide {
  from {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
}

@-ms-keyframes testim-hide {
  from {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }
}

@-o-keyframes testim-hide {
  from {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes testim-hide {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0);
  }
}

@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .newclass {
    height: 362px;
  }

  .testim .arrow {
    font-size: 1.5em;
  }

  .testim .cont div p {
    line-height: 25px;
  }

  .testimonial-container.mobile-container {
    height: 500px !important;

  }

  .user .username {
    font-size: 14px;
  }
}

.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10001;
  right: 0px;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 15px;
}

.icon-bar a:hover {
  color: red;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.instagram {
  background: #dd2a7b;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

/******new social media link*******/
.social-media {
  align-items: center;
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.social-media:hover {
  transform: translateX(calc(-100% + 155px));
}

.social-media i {
  color: #fff;
  font-size: 15px;
  padding: 15px;
  text-align: center;
  width: 60px;
}

.social-media a {
  color: #fff;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
}

.social-media-container {
  top: 80%;
  list-style-type: none;
  padding: 0;
  position: fixed;
  left: calc(100% - 60px);
  transform: translateY(-10%);
  min-width: 250px;
}

.social-media.blog {
  background-color: #014592;
}

.social-media.facebook {
  background-color: #3B5998;
}

.social-media.twitter {
  background-color: #55ACEE;
}

.social-media.instagram {
  background-color: #dd2a7b;
}

.social-media.utube {
  background-color: #bb0000;
}

.social-media.pinterest {
  background-color: #dd4b39;
}

ul.social-media-container li {
  margin-bottom: 0px;
}

/* news letter type */
.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.highlight-section {
  background-color: #eaf6ff;
  /* Light Blue Background Color */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.matrimony-newsletter-container {
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.newsletter-title {
  color: #333;
  font-size: 24px;
  margin-bottom: 10px;
}

.newsletter-title span {
  font-size: 24px;
}

.newsletter-description {
  color: #666;
  margin-bottom: 20px;
}

.custom-input {
  padding: 10px;
  margin: 10px 0;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.custom-button {
  padding: 10px 20px;
  background-color: #1267a0;
  /* Calming Blue Button Color */
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.custom-button:hover {
  background-color: #08304b;
  /* Darker Blue on Hover */
}