body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  background: #001236;
  color: #fff;
  background: #001236 url("./../img/bg.png") fixed center/cover;
}
body .bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.1;
  height: 100vh;
  object-fit: cover;
  object-position: top right;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Anybody", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
}
body .btn {
  text-transform: uppercase;
  font-family: "Anybody", sans-serif;
  font-weight: 600;
  font-style: normal;
  position: relative;
}
body .btn-primary {
  font-size: 18px;
  padding: 16px 80px 16px 36px;
  background: #008CDB;
  background: linear-gradient(90deg, #c1761d 0%, #c1761d 100%);
  border: none;
  transition: 0.2s;
}
body .btn-primary .icon {
  position: absolute;
  right: 4px;
  top: 3px;
  background-color: rgba(255, 255, 255, 0.2);
  height: 55px;
  width: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
body .btn-primary:hover, body .btn-primary:focus {
  background: linear-gradient(90deg, #086cb4 0%, #086cb4 100%);
}
body .btn-primary:hover .icon, body .btn-primary:focus .icon {
  transform: scale(0.8);
}
body .wpforms-page-button, body .wpforms-submit {
  text-transform: uppercase !important;
  font-family: "Anybody", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  position: relative !important;
  font-size: 18px !important;
  padding: 16px 36px !important;
  background: #008CDB !important;
  background: linear-gradient(90deg, #c1761d 0%, #c1761d 100%) !important;
  border: none !important;
  transition: 0.2s !important;
  height: auto !important;
  border-radius: 50px !important;
}
body .wpforms-page-button:hover, body .wpforms-page-button:focus, body .wpforms-submit:hover, body .wpforms-submit:focus {
  background: linear-gradient(90deg, #086cb4 0%, #086cb4 100%) !important;
}
body .btn-light {
  padding: 19px 80px 19px 36px;
  background: #fff;
  border: none;
  transition: 0.2s;
}
body .btn-light .icon {
  position: absolute;
  right: 4px;
  top: 3px;
  background: linear-gradient(90deg, #008cdb 0%, #086cb4 50%, #20448c 100%);
  height: 55px;
  width: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
body .btn-light:hover, body .btn-light:focus {
  background: #fff;
}
body .btn-light:hover .icon, body .btn-light:focus .icon {
  transform: scale(0.8);
}
body .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  box-shadow: 1px 1px 2px 0 rgba(255, 255, 255, 0.3);
}
body .video-wrapper {
  position: relative;
  padding: 0;
}
body .video-wrapper video {
  border-radius: 16px;
  width: 100%;
  object-fit: cover;
  padding: 10px;
  background: linear-gradient(90deg, rgba(32, 68, 140, 0.1) 0%, rgba(8, 108, 180, 0.1) 50%, rgba(0, 140, 219, 0.1) 100%);
  border: 2px solid #ffa024;
}
body .video-wrapper .btn_play {
  background-color: transparent;
  border: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body .border-blur {
  object-fit: cover;
  padding: 10px;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(32, 68, 140, 0.1) 0%, rgba(8, 108, 180, 0.1) 50%, rgba(0, 140, 219, 0.1) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  overflow: hidden;
}
body .top-section {
  margin-bottom: 40px;
}
body .top-section .secondary-title {
  font-size: 18px;
  position: relative;
  display: inline-block;
  padding-left: 40px;
  padding-right: 40px;
}
body .top-section .secondary-title:after, body .top-section .secondary-title:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  width: 30px;
}
body .top-section .secondary-title:after {
  left: 0;
  background: #001236;
  background: linear-gradient(90deg, #001236 0%, #086cb4 50%, #20448c 100%);
}
body .top-section .secondary-title:before {
  right: 0;
  background: #008CDB;
  background: linear-gradient(90deg, #008cdb 0%, #086cb4 50%, #001236 100%);
}
body .top-section .secondary-title.left0 {
  padding-left: 0;
}
body .top-section .secondary-title.left0:after {
  display: none;
}
body .top-section .secondary-title.right0 {
  padding-right: 0;
}
body .top-section .secondary-title.right0:before {
  display: none;
}
body .top-section .main-title {
  font-size: 40px;
}
body .slick-slider {
  padding-bottom: 80px;
}
body .slick-slider .slick-slide {
  padding: 0 10px;
}
body .slick-slider .slick-arrow {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: transparent;
}
body .slick-slider .slick-arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: url("./../img/arrow.svg") no-repeat center/contain;
}
body .slick-slider .slick-arrow.slick-prev {
  margin-left: -40px;
}
body .slick-slider .slick-arrow.slick-prev:after {
  transform: translate(-50%, -50%) scale(-1);
}
body .slick-slider .slick-arrow.slick-next {
  margin-left: 40px;
}
body .text-secondary {
  color: #FFA024 !important;
}
body .bg-primary {
  background-color: #086CB4 !important;
}
body .bg-secondary {
  background-color: #FFA024 !important;
}
body .bg-primary-15 {
  background-color: rgba(8, 108, 180, 0.15) !important;
}
body .bg-primary-25 {
  background-color: rgba(8, 108, 180, 0.25) !important;
}
body .bg-primary-50 {
  background-color: rgba(8, 108, 180, 0.5) !important;
}
body .bg-primary-75 {
  background-color: rgba(8, 108, 180, 0.75) !important;
}
body .content-wrapper {
  padding: 150px 0 80px;
}
body .content-wrapper .entry-header {
  text-align: center;
}
body .content-wrapper a {
  color: #FFA024;
}
body .content-wrapper a:hover, body .content-wrapper a:focus {
  color: #fff;
}
body .card .plus-icon {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: #FFA024;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  padding: 10px;
}
body .card .plus-icon img {
  width: 100%;
  height: auto;
}
body .card-border {
  position: relative;
  border-radius: 16px;
  padding: 30px;
  background: #001236;
  transition: background 0.4s ease;
  cursor: pointer;
  margin-bottom: 20px;
}
body .card-border p {
  color: #fff;
}
body .card-border:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  padding: 2px;
  background: linear-gradient(135deg, #008CDB, #20448C, #008CDB, #FFA024, #c1761d);
  background-size: 300% 300%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: opacity 0.5s ease;
  animation: gradientSpin 3s linear infinite paused;
  animation-play-state: running;
}
body .card-border:after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 20px;
  background: linear-gradient(135deg, #008CDB, #20448C, #008CDB, #FFA024, #c1761d);
  background-size: 300% 300%;
  filter: blur(18px);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.5s ease;
  animation: gradientSpin 3s linear infinite paused, glowPulse 2s ease-in-out infinite paused;
}
@keyframes gradientSpin {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes glowPulse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body .checkbox-custom-inline fieldset {
  display: flex;
  align-items: center;
}
body .checkbox-custom-inline .wpforms-field-description {
  margin: 0 0 0 5px !important;
}
body .bt-transparent {
  backdrop-filter: none !important;
}
body .border-top-v1 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
body .modal a {
  color: #008CDB;
}
body .modal .wpforms-container {
  margin: 0 !important;
}
body .modal-v2 .modal-content {
  overflow: hidden;
}
body .modal-v2 .modal-body {
  padding: 0;
}
body .modal-v2 .modal-body .wpforms-page-indicator {
  background-color: rgba(8, 108, 180, 0.1);
  padding-bottom: 18px;
}
body .modal-v2 .modal-body .wpforms-field-container {
  padding: 15px 30px;
}
body .modal-v2 .modal-body .wpforms-submit-container {
  padding: 0 30px 30px;
}
body nav.navbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: linear-gradient(90deg, rgba(32, 68, 140, 0.1) 0%, rgba(8, 108, 180, 0.1) 50%, rgba(0, 140, 219, 0.1) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}
body nav.navbar .navbar-brand img {
  width: 250px;
}
body nav.navbar .navbar-toggler {
  border-radius: 50%;
  width: 55px;
  height: 55px;
  box-shadow: none;
  border: none;
}
body nav.navbar .navbar-toggler .navbar-toggler-icon {
  color: #fff;
}
body nav.navbar .navbar-nav li a {
  color: #fff;
  padding: 5px 15px !important;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Anybody", sans-serif;
  font-weight: 600;
}
body nav.navbar .navbar-nav li a:hover, body nav.navbar .navbar-nav li a:focus {
  color: #FFA024;
}
body main {
  overflow: hidden;
}
body main .hero {
  padding: 160px 0 70px;
  background: #086CB4;
  background: #20448C;
  background: linear-gradient(178deg, rgba(32, 68, 140, 0.8) 0%, rgba(8, 108, 180, 0.2) 100%);
}
body main .hero .caption {
  text-align: center;
}
body main .hero .caption .secondary-title {
  font-size: 20px;
  margin-bottom: 0;
}
body main .hero .caption .main-title {
  font-size: 40px;
  line-height: 50px;
}
body main .hero.v2 {
  min-height: 100vh;
  padding-bottom: 0;
}
body main .hero.v2 .video-wrapper {
  transform: translate(0, 50px);
}
body main .hero.v2 .video-wrapper video {
  display: block;
  margin: 0 auto !important;
  width: auto !important;
  height: 600px !important;
}
body main .featured {
  padding: 40px 0;
}
body main .featured img {
  filter: grayscale(1);
}
body main .content-boxes {
  padding: 80px 0 50px;
}
body main .content-boxes .card {
  margin-bottom: 10px;
  background: #5E0BF9;
  background: linear-gradient(178deg, #20448c 0%, #086cb4 100%);
  border: none;
  border-radius: 20px;
  text-align: center;
  padding: 40px 15px;
  display: block;
  text-decoration: none;
  min-height: 271px;
}
body main .content-boxes .card .icon {
  height: 70px;
  width: auto;
  margin-bottom: 15px;
}
body main .content-boxes .card .title {
  font-size: 22px;
}
body main .content-boxes .card p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}
body main .content-boxes .card ul.list {
  display: none;
  margin: 0;
}
body main .content-boxes .card ul.list li {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 5px 0;
  padding: 5px 0;
  font-size: 15px;
  border-radius: 50px;
}
body main .content-boxes .card:hover .icon,
body main .content-boxes .card:hover p, body main .content-boxes .card:focus .icon,
body main .content-boxes .card:focus p {
  display: none;
}
body main .content-boxes .card:hover ul.list, body main .content-boxes .card:focus ul.list {
  display: block;
}
body main .horizontal-box {
  padding: 50px 0;
}
body main .horizontal-box .card {
  position: relative;
}
body main .horizontal-box .card .img-upper {
  position: absolute;
  overflow: hidden;
}
body main .horizontal-box .card1 {
  padding-bottom: 165px;
}
body main .horizontal-box .card1 .img-upper {
  border-bottom-right-radius: 16px;
  max-width: 350px;
  bottom: 34px;
  left: 50%;
  transform: translate(-50%, 0);
}
body main .animate-text {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  height: 250px;
  padding: 50px 0;
  margin-bottom: 50px;
}
body main .animate-text .scroll-content {
  display: inline-block;
  animation: scrollText 80s linear infinite;
}
body main .animate-text h1 {
  font-weight: bold;
  color: #fff;
  font-size: 150px;
  margin: 0 50px;
  display: inline-block;
  position: relative;
}
@keyframes scrollText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
body main .vertical-tabs {
  padding: 70px 0 50px;
}
body main .vertical-tabs .nav-tabs {
  display: block;
  margin: 0;
  border-bottom: 0;
}
body main .vertical-tabs .nav-tabs .nav-link {
  color: #fff;
  display: block;
  width: 100%;
  text-align: left;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 15px 20px;
  margin: 5px 0;
}
body main .vertical-tabs .nav-tabs .nav-link img {
  width: 32px;
  height: 32px;
}
body main .vertical-tabs .nav-tabs .nav-link.active {
  background: linear-gradient(90deg, #008cdb 0%, #086cb4 50%, #20448c 100%);
}
body main .vertical-tabs .tab-content {
  background-color: rgba(2, 17, 43, 0.9);
  border-radius: 20px;
  height: 100%;
  padding: 40px;
}
body main .vertical-tabs .tab-content .content h1 {
  font-size: 36px;
}
body main .vertical-tabs.horizontal-tabs {
  background-repeat: no-repeat;
  background-size: 100%;
}
body main .vertical-tabs.horizontal-tabs .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 20px;
}
body main .vertical-tabs.horizontal-tabs .nav-tabs .nav-link {
  margin: 5px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
body main .vertical-tabs.horizontal-tabs .tab-content .content h1 {
  font-size: 36px;
}
body main .vertical-tabs.horizontal-tabs.v2 .nav-tabs {
  display: block;
  text-align: center;
}
body main .vertical-tabs.horizontal-tabs.v2 .nav-tabs .nav-link {
  display: inline-block;
  text-align: center;
  width: auto;
  padding: 10px 20px;
  border-radius: 30px;
  margin: 4px;
}
body main .vertical-tabs.horizontal-tabs.v2 .tab-content .content h1 {
  font-size: 36px;
}
body main .cta {
  background: #20448C;
  background: linear-gradient(178deg, #20448c 0%, #086cb4 100%);
  border-radius: 20px;
  padding: 10px 20px;
  z-index: 2;
  position: relative;
}
body main .video-slider {
  padding: 10px 0 50px;
}
body main .portfolio {
  padding: 50px 0;
}
body main .portfolio .thumbnail-marquee {
  overflow: hidden;
  width: 100%;
}
body main .portfolio .thumbnail-track {
  margin: 10px 0;
  display: flex;
  gap: 20px;
  width: fit-content;
  animation: scrollThumbs 30s linear infinite;
}
body main .portfolio .thumbnail-track img {
  flex: 0 0 305px;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}
body main .portfolio .thumbnail-track.right {
  animation: scrollThumbsRight 30s linear infinite;
}
@keyframes scrollThumbs {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scrollThumbsRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
body main .pricing {
  padding: 10px 0 50px;
}
body main .pricing .pricing-btn {
  background-color: rgba(255, 255, 255, 0.0901960784) !important;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  padding: 12px 47px;
  border: 1px solid rgba(255, 255, 255, 0.2509803922);
  transition: all 0.3s ease;
  position: relative;
}
body main .pricing .pricing-btn.active, body main .pricing .pricing-btn:hover {
  background: linear-gradient(90deg, #008cdb 0%, #086cb4 50%, #20448c 100%);
  border-color: transparent;
}
body main .pricing .pricing-btn.popular {
  background-color: transparent !important;
  border-color: #FFA024;
}
body main .pricing .pricing-btn.popular:hover, body main .pricing .pricing-btn.popular.active {
  background: #FFA024 !important;
}
body main .pricing .pricing-btn.popular::after {
  content: "";
  position: absolute;
  top: -15px;
  right: -5px;
  width: 30px;
  height: 32px;
  background: url("./../../assets/img/star.svg") center/contain no-repeat;
  transition: all 0.3s ease;
  opacity: 1;
  user-select: none;
  transform: scale(0.5);
  animation: 1s ease forwards infinite animate;
}
@keyframes animate {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
body main .pricing .tab-content .pricing-card {
  background: linear-gradient(90deg, rgba(32, 68, 140, 0.1) 0%, rgba(8, 108, 180, 0.1) 50%, rgba(0, 140, 219, 0.1) 100%);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  overflow: hidden;
}
body main .pricing .tab-content .pricing-card .card-header {
  background: linear-gradient(90deg, #008cdb 0%, #086cb4 50%, #20448c 100%);
  padding: 10px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
body main .pricing .tab-content .pricing-card .card-header .title {
  font-size: 20px;
  font-weight: 700;
}
body main .pricing .tab-content .pricing-card .card-header .price {
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
}
body main .pricing .tab-content .pricing-card .card-body {
  padding: 15px 25px 25px;
}
body main .pricing .tab-content .pricing-card .card-body .price {
  font-weight: 700;
  font-size: 40px;
}
body main .pricing .tab-content .pricing-card .card-body .price span {
  display: block;
}
body main .pricing .tab-content .pricing-card .card-body .description {
  color: #fff;
  margin-bottom: 32px;
}
body main .pricing .tab-content .pricing-card .card-body .pricing-list-icon {
  margin-bottom: 0;
  padding: 0;
}
body main .pricing .tab-content .pricing-card .card-body .pricing-list-icon li {
  position: relative;
  padding-left: 28px;
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
  margin-bottom: 5px;
}
body main .pricing .tab-content .pricing-card .card-body .pricing-list-icon li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
body main .pricing .tab-content .pricing-card .card-body .pricing-list-icon li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background: url("./../../assets/img/check.svg") center/contain no-repeat;
}
body main .pricing .tab-content .pricing-card .card-body .pricing-list-icon li .list-title {
  color: #008CDB;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  display: block;
}
body main .pricing .tab-content .pricing-card .card-body .btn {
  font-size: 18px;
}
body main .review {
  padding: 50px 0;
}
body main .review .top-section {
  max-width: 658px;
  width: 100%;
  margin: 0 auto;
}
body main .review .videos-main .slick-slide {
  transform: scale(0.8);
  transition: all 0.4s ease;
  padding: 0;
}
body main .review .videos-main .slick-center {
  transform: scale(1);
  opacity: 1;
}
body main .review .card .card-body .card-text {
  font-size: 14px;
  color: #333333;
}
body main .review .card .card-body .author-title {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
}
body main .review .reviews-slider .slick-slider {
  padding: 0 7px;
}
body main .review .reviews-slider .card {
  margin-bottom: 20px;
  min-height: 192px;
}
body main .review .reviews-slider .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body main .faq {
  padding: 50px 0;
}
body main .faq .top-section {
  width: 100%;
  max-width: 762px;
  margin: 0 auto;
}
body main .faq .accordion-item {
  background: rgba(255, 255, 255, 0.1);
  margin: 0 0 18px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  overflow: hidden;
}
body main .faq .accordion-item:last-child {
  margin-bottom: 0;
}
body main .faq .accordion-item .accordion-button {
  background: transparent;
  color: #ffffff;
  font-size: 20px;
  padding: 15px;
  border: none;
  box-shadow: none;
}
body main .faq .accordion-item .accordion-button::after {
  filter: brightness(0) invert(1);
}
body main .faq .accordion-item .accordion-body {
  color: #fff;
  font-size: 16px;
  padding: 0 15px 15px;
}
body .footer {
  background-color: #20448C;
}
body .footer .footer-wrapper {
  padding: 43px 0;
  gap: 16px;
}
body .footer .footer-wrapper .footer-list .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
}
body .footer .footer-wrapper .footer-list .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #008CDB 0%, rgba(0, 0, 0, 0) 80%);
}
body .footer .footer-wrapper .footer-list ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body .footer .footer-wrapper .footer-list ul li {
  list-style: none;
  position: relative;
  padding-left: 22px;
}
body .footer .footer-wrapper .footer-list ul li::before {
  content: ">";
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  font-size: 16px;
  color: #fff;
}
body .footer .footer-wrapper .footer-list ul li a {
  color: #fff;
  display: block;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
  text-decoration: none;
}
body .footer .footer-wrapper .footer-list ul li a:hover {
  color: #FFA024;
}
body .footer .footer-bottom {
  padding: 24px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
body .footer .footer-bottom a {
  font-size: 16px;
}
@media (max-width: 1400px) {
  body .btn-primary,
  body .btn-light {
    padding: 14px 70px 14px 36px;
  }
  body .btn-primary .icon,
  body .btn-light .icon {
    height: 44px;
    width: 44px;
  }
  body .social-icons a {
    width: 52px;
    height: 52px;
  }
  body .social-icons a img {
    width: 40%;
  }
  body .top-section {
    margin-bottom: 20px;
  }
  body .top-section .main-title {
    font-size: 40px;
  }
  body .video-wrapper .btn_play img {
    width: 60px;
    height: 60px;
  }
  body .slick-slider .slick-arrow {
    width: 45px;
    height: 45px;
  }
  body nav.navbar .navbar-nav li a {
    font-size: 16px;
  }
  body main .hero .caption .secondary-title {
    font-size: 20px;
    margin-bottom: 0;
  }
  body main .hero .caption .main-title {
    font-size: 40px;
    line-height: 40px;
  }
  body main .content-boxes .card .title {
    font-size: 20px;
  }
  body main .vertical-tabs .tab-content .content h1 {
    font-size: 28px;
  }
  body main .portfolio .thumbnail-track img {
    flex: 0 0 205px;
    width: 205px;
  }
  body main .animate-text h1 {
    font-size: 120px;
  }
  body main .animate-text h1:after {
    right: -68px;
    top: 32px;
    font-size: 100px;
  }
}
@media (max-width: 1200px) {
  body main .vertical-tabs.horizontal-tabs .nav-tabs .nav-link img {
    display: none;
  }
  body main .vertical-tabs.horizontal-tabs .tab-content .content h1 {
    font-size: 36px;
  }
  body .footer .footer-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
}
@media (max-width: 768px) {
  body .btn-primary .icon, body .btn-light .icon {
    top: 5px;
  }
  body .top-section .main-title {
    font-size: 26px;
  }
  body .video-wrapper video {
    height: auto !important;
  }
  body .card-border {
    padding: 30px 18px;
    margin-bottom: 15px;
  }
  body .video-slider {
    padding: 10px 0 30px;
  }
  body .portfolio {
    padding: 30px 0 50px;
  }
  body .cta * {
    text-align: center;
  }
  body .cta h1 {
    font-size: 26px;
  }
  body nav.navbar .navbar-brand img {
    width: 220px;
  }
  body nav.navbar .btn-primary {
    padding: 8px 20px;
  }
  body nav.navbar .btn-primary .icon {
    display: none;
  }
  body main .hero {
    padding: 120px 0 20px;
  }
  body main .hero .caption {
    margin-bottom: 20px;
  }
  body main .hero .caption .secondary-title {
    font-size: 16px;
  }
  body main .hero .caption .main-title {
    font-size: 30px;
    line-height: 32px;
  }
  body main .hero .caption .main-title span {
    font-size: 32px;
  }
  body main .hero .caption p {
    font-size: 16px;
  }
  body main .content-boxes {
    padding: 60px 0 30px;
  }
  body main .content-boxes .card {
    padding: 20px 15px;
    min-height: auto;
  }
  body main .content-boxes .card .icon {
    height: 50px;
  }
  body main .horizontal-box {
    padding: 30px 0;
  }
  body main .horizontal-box .card1 {
    padding-bottom: 80px;
  }
  body main .review {
    padding: 30px 0;
  }
  body main .bonus .rounded-pill {
    font-size: 14px;
  }
  body main .featured img {
    width: 60px;
    margin: 0 5px;
  }
  body main .animate-text {
    height: 130px;
  }
  body main .animate-text h1 {
    font-size: 50px;
    margin: 0 20px;
  }
  body main .animate-text h1:after {
    right: -30px;
    top: 14px;
    font-size: 40px;
  }
  body main .vertical-tabs .tab-content {
    padding: 20px;
  }
  body main .vertical-tabs.horizontal-tabs .nav-tabs {
    display: block;
  }
  body main .vertical-tabs.horizontal-tabs .nav-tabs .nav-link img {
    display: block;
  }
  body main .portfolio .thumbnail-track img {
    flex: 0 0 150px;
    width: 150px;
  }
  body main .pricing {
    padding: 10px 0 30px;
  }
  body main .pricing .border-blur {
    padding: 0;
  }
  body main .pricing .pricing-btn {
    font-size: 16px;
    padding: 10px 40px;
  }
  body main .pricing .tab-content .pricing-card {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  body main .pricing .tab-content .pricing-card .card-header {
    padding: 18px 20px;
  }
  body main .pricing .tab-content .pricing-card .card-body {
    padding: 15px;
  }
  body main .pricing .tab-content .pricing-card .card-body .pricing-list-icon li .list-title {
    font-size: 16px;
    margin-bottom: 0;
  }
  body main .pricing .tab-content .pricing-card .card-body .pricing-list-icon li p {
    font-size: 14px;
  }
  body main .faq .accordion-item {
    margin-bottom: 10px;
  }
  body main .faq .accordion-item .accordion-button {
    font-size: 16px;
    line-height: 28px;
  }
  body .footer .footer-wrapper {
    grid-template-columns: 1fr;
  }
}

body.home .footer {
  margin-top: -60px;
  padding-top: 60px;
}

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