@charset "UTF-8";
/**
*	Theme Name: 
*	Theme URI:
*	Author: ST Media Solution
*	Author URI: https://stdezign.com
*	Description: Custom theme
*	Version: 1.0
*	Text Domain:  stdezign 
**/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* line 13, sass/style.scss */
body::-webkit-scrollbar {
  width: 5px;
}

/* line 16, sass/style.scss */
body::-webkit-scrollbar-thumb {
  background: #393939;
  outline: #393939 solid 1px;
}

/* line 20, sass/style.scss */
body {
  overflow-x: hidden;
}

/* line 24, sass/style.scss */
a,
a:hover {
  text-decoration: none !important;
}

/* line 29, sass/style.scss */
p {
  margin: 0 0 20px;
}

/* line 33, sass/style.scss */
img {
  height: auto;
  max-width: 100%;
}

/* line 38, sass/style.scss */
.desktop-off-p {
  display: none;
}

/* line 42, sass/style.scss */
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: 0 !important;
}

/* line 49, sass/style.scss */
input[type="checkbox"],
input[type="radio"] {
  width: auto !important;
}

/* line 53, sass/style.scss */
.searchform {
  position: relative;
}

/* line 56, sass/style.scss */
.searchform input {
  border-radius: 30px;
  border: 1px solid #ccc;
  padding: 14px 20px;
  width: 100%;
}

/* line 62, sass/style.scss */
.searchform button {
  border: 0px;
  background-color: transparent;
  font-size: 24px;
  position: absolute;
  top: 5px;
  right: 10px;
}

/* line 70, sass/style.scss */
ul.nav-menu,
div.nav-menu > ul {
  margin: 0;
  padding: 0;
}

/* line 76, sass/style.scss */
.desktop-off {
  display: none;
}

/* .nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #220e10;
	color: #ffffff;
    } */
/* line 88, sass/style.scss */
.nav-menu .sub-menu,
.nav-menu .children {
  background-color: #e35a28;
  border: 0px;
  border-top: 0;
  padding: 0;
  position: absolute;
  left: -2px;
  z-index: 99999;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 103, sass/style.scss */
ul.sub-menu li {
  margin: 0px;
}

/* line 107, sass/style.scss */
ul.sub-menu li a {
  color: #ffffff !important;
  padding: 15px;
  text-align: left;
}

/* line 113, sass/style.scss */
ul.sub-menu li a:hover {
  background: #000;
}

/* line 117, sass/style.scss */
.nav-menu .sub-menu ul,
.nav-menu .children ul {
  border-left: 0;
  left: 100%;
  top: 0;
}

/* line 124, sass/style.scss */
ul.nav-menu ul a,
.nav-menu ul ul a {
  color: #ffffff;
  margin: 0;
  width: 200px;
}

/* line 131, sass/style.scss */
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
  background-color: #db572f;
}

/* line 138, sass/style.scss */
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
  clip: inherit;
  overflow: inherit;
  height: inherit;
  width: inherit;
}

/* line 148, sass/style.scss */
.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu {
  display: none;
}

/* line 155, sass/style.scss */
.top-bar {
  text-align: center;
  background-color: #fff;
  padding: 12px 0;
}
/* line 159, sass/style.scss */
.top-bar p {
  margin: 0;
  font: 500 12px "Poppins", sans-serif;
}

/* line 165, sass/style.scss */
header {
  padding: 20px 20px;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  margin: auto;
  right: 0;
  z-index: 999;
  transition: all .4s ease-in-out;
}
/* line 176, sass/style.scss */
header .site-logo img {
  max-width: 100px;
}
/* line 180, sass/style.scss */
header.fix_top {
  top: 0;
  padding: 6px 20px;
  border-radius: 0;
  box-shadow: 0px 2px 5px -4px #000;
  width: 100%;
  background-color: #000;
}
/* line 188, sass/style.scss */
header.fix_top .site-logo img {
  max-width: 70px;
}
/* line 192, sass/style.scss */
header.fix_top .site-btn {
  padding: 10px 30px;
  font: 600 14px "Poppins", sans-serif;
}
/* line 197, sass/style.scss */
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 203, sass/style.scss */
header nav ul {
  padding: 0;
}
/* line 205, sass/style.scss */
header nav ul li {
  display: inline-block;
  padding-left: 25px;
}
/* line 208, sass/style.scss */
header nav ul li:first-child {
  padding: 0;
}
/* line 211, sass/style.scss */
header nav ul li a {
  color: #fff;
  font: 400 16px "Poppins", sans-serif;
  transition: all .4s ease-in-out;
}
/* line 215, sass/style.scss */
header nav ul li a:hover {
  color: #fff;
  opacity: .6;
}
/* line 223, sass/style.scss */
header .nav-bar {
  display: flex;
  align-items: center;
}
/* line 226, sass/style.scss */
header .nav-bar .btn-block {
  margin-left: 25px;
}

/* line 232, sass/style.scss */
.font-55 {
  font: 700 55px "Poppins", sans-serif;
}

/* line 235, sass/style.scss */
.font-48 {
  font: 700 48px "Poppins", sans-serif;
}

/* line 238, sass/style.scss */
.font-36 {
  font: 700 36px "Poppins", sans-serif;
  text-transform: uppercase;
}

/* line 241, sass/style.scss */
.font-18 {
  font: 500 18px "Poppins", sans-serif;
}

/* line 244, sass/style.scss */
.font-16 {
  font: 400 16px "Poppins", sans-serif;
}

/* line 247, sass/style.scss */
.font-14 {
  font: 500 14px "Poppins", sans-serif;
}

/* line 251, sass/style.scss */
.site-btn {
  display: inline-block;
  padding: 16px 36px;
  font: 600 16px "Poppins", sans-serif;
  background: linear-gradient(85deg, #171717 26%, #323232 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0px 0px 8px -3px #7a7a7a;
  transition: all .3s ease-in-out;
}
/* line 261, sass/style.scss */
.site-btn i {
  margin-left: 4px;
}
/* line 265, sass/style.scss */
.site-btn .shine {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: linear-gradient(to right, #fff 0%, #fff 25%, #fff 50%, #323232 75%, #323232 100%);
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transform: skew(30deg);
  animation: shine .75s linear 1;
  content: "";
}
/* line 288, sass/style.scss */
.site-btn:hover {
  background-color: transparent;
  color: #fff;
}
/* line 291, sass/style.scss */
.site-btn:hover .shine {
  display: block;
}
/* line 295, sass/style.scss */
.site-btn.white-btn {
  background: #000;
  color: #fff;
  box-shadow: 0px 0px 30px -10px #ffff;
}

@keyframes shine {
  0% {
    left: -50%;
    opacity: 0;
  }
  50% {
    left: 25%;
    opacity: .5;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
/* line 317, sass/style.scss */
.sec-padd {
  padding: 100px 0;
}

/* line 321, sass/style.scss */
.hero-sec {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 13% 0;
  transition: background-size 3s ease-in-out;
  overflow: hidden;
  position: relative;
}
/* line 330, sass/style.scss */
.hero-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("images/hero-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* Start: bohot zoomed-in */
  transform: scale(1.3);
  /* zoom level yahan control karo */
  transition: transform 3s ease-out;
  z-index: 0;
}
/* line 345, sass/style.scss */
.hero-sec.zoom-active::before {
  transform: scale(1);
}
/* line 352, sass/style.scss */
.hero-sec .hero-content h1 {
  margin: 0;
  background: radial-gradient(circle at 40% 36%, #ffffff 0%, #cfcfcf 30%, #7a7a7a 50%, #3c3c3c 100%);
  -webkit-background-clip: text;
  color: transparent;
  filter: drop-shadow(0 5px 6px rgba(0, 0, 0, 0.8));
  text-transform: uppercase;
  line-height: 3rem;
}
/* line 362, sass/style.scss */
.hero-sec .hero-content h2 {
  color: #fff;
  text-transform: uppercase;
  line-height: 4.5rem;
  margin: 0;
}
/* line 368, sass/style.scss */
.hero-sec .hero-content h3 {
  color: #fff;
  text-transform: uppercase;
  font: 300 45px "Poppins", sans-serif;
  line-height: 3rem;
  margin: 0;
}
/* line 375, sass/style.scss */
.hero-sec .hero-content p {
  color: #fff;
  margin: 15px 0 0 0;
}
/* line 379, sass/style.scss */
.hero-sec .hero-content .btn-block {
  margin-top: 25px;
}
/* line 381, sass/style.scss */
.hero-sec .hero-content .btn-block i {
  margin-left: 7px;
}

/* line 388, sass/style.scss */
.hero-sec > * {
  position: relative;
  z-index: 1;
}

/* base state */
/* line 394, sass/style.scss */
.anim-line {
  opacity: 0;
  transform: translateY(35px);
  animation: hero-rise-up 0.8s cubic-bezier(0.26, 0.54, 0.32, 1) forwards;
}

/* delays for each element */
/* line 401, sass/style.scss */
.anim-1 {
  animation-delay: 0.15s;
}

/* line 402, sass/style.scss */
.anim-2 {
  animation-delay: 0.30s;
}

/* line 403, sass/style.scss */
.anim-3 {
  animation-delay: 0.45s;
}

/* line 404, sass/style.scss */
.anim-4 {
  animation-delay: 0.60s;
}

/* line 405, sass/style.scss */
.anim-5 {
  animation-delay: 0.75s;
}

/* keyframes */
@keyframes hero-rise-up {
  from {
    opacity: 0;
    transform: translateY(35px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes NWSscroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* line 429, sass/style.scss */
.trusted-companies {
  background-color: #080808;
  padding: 30px 0;
}
/* line 433, sass/style.scss */
.trusted-companies .container {
  overflow: hidden;
}
/* line 436, sass/style.scss */
.trusted-companies .top-list {
  width: 100%;
}
/* line 438, sass/style.scss */
.trusted-companies .top-list .img-box {
  position: relative;
  padding-bottom: 45%;
}
/* line 441, sass/style.scss */
.trusted-companies .top-list .img-box img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all .3s ease-in-out;
}
/* line 450, sass/style.scss */
.trusted-companies .top-list .img-box:hover img {
  transform: translate(0px, -5px);
}
/* line 455, sass/style.scss */
.trusted-companies .top-list .row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  animation: NWSscroll 20s linear infinite;
  width: max-content;
}
/* line 461, sass/style.scss */
.trusted-companies .top-list .row .col-md-3 {
  margin: 0 20px;
}

/* line 470, sass/style.scss */
.passion-innovate .content-box {
  padding-left: 70px;
}
/* line 472, sass/style.scss */
.passion-innovate .content-box h4 {
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: underline;
  display: inline-block;
  margin: 0;
  text-underline-offset: 8px;
}
/* line 480, sass/style.scss */
.passion-innovate .content-box h2 {
  margin: 25px 0 0 0;
  line-height: 2rem;
}
/* line 484, sass/style.scss */
.passion-innovate .content-box h3 {
  margin: 5px 0 0 0;
  font: 400 30px "Poppins", sans-serif;
  text-transform: uppercase;
}
/* line 490, sass/style.scss */
.passion-innovate .content-box .content-para p {
  margin: 25px 0 0 0;
  line-height: 1.8rem;
}
/* line 493, sass/style.scss */
.passion-innovate .content-box .content-para p strong {
  background-color: #000000;
  color: #fff;
  padding: 1px 3px;
}
/* line 498, sass/style.scss */
.passion-innovate .content-box .content-para p em {
  font-style: normal;
  font-weight: 600;
}
/* line 504, sass/style.scss */
.passion-innovate .content-box .btn-block {
  margin-top: 25px;
}
/* line 506, sass/style.scss */
.passion-innovate .content-box .btn-block a {
  box-shadow: 0px 0px 15px -6px #000;
  padding: 16px 55px;
}
/* line 512, sass/style.scss */
.passion-innovate .img-box {
  position: relative;
  padding-bottom: 132%;
}
/* line 515, sass/style.scss */
.passion-innovate .img-box img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 524, sass/style.scss */
.lightNwsStar {
  display: block;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0.5;
}

/* line 533, sass/style.scss */
.lightNwsStar .star1,
.lightNwsStar .star2,
.lightNwsStar .star3,
.lightNwsStar .star4,
.lightNwsStar .star5,
.lightNwsStar .star6 {
  z-index: -1;
}

/* line 542, sass/style.scss */
.star1 {
  animation: 3s linear 1s infinite alternate twinkle;
}

/* line 543, sass/style.scss */
.star2 {
  animation: 4s linear 0s infinite alternate twinkle;
}

/* line 544, sass/style.scss */
.star3 {
  animation: 3.5s linear 0.5s infinite alternate twinkle;
}

/* line 545, sass/style.scss */
.star4 {
  animation: 1.25s linear 1.5s infinite alternate twinkle;
}

/* line 546, sass/style.scss */
.star5 {
  animation: 4s linear 2s infinite alternate twinkle;
}

/* line 547, sass/style.scss */
.star6 {
  animation: 2.5s linear 1s infinite alternate twinkle;
}

@keyframes twinkle {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 557, sass/style.scss */
.why-choose {
  background-color: #050505;
  position: relative;
  overflow: hidden;
  background-image: url(images/why-choose-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
/* line 568, sass/style.scss */
.why-choose .col-md-4:nth-child(2) .content-box {
  border-left: 1px solid #5f5f5f;
  border-right: 1px solid #5f5f5f;
}
/* line 575, sass/style.scss */
.why-choose .container {
  position: relative;
}
/* line 579, sass/style.scss */
.why-choose .sec-heading h2 {
  color: #fff;
  margin: 0;
}
/* line 583, sass/style.scss */
.why-choose .sec-heading p {
  color: #fff;
  margin: 10px auto 0;
  font: 500 14px "Poppins", sans-serif;
  width: 100%;
  max-width: 700px;
  line-height: 1.6rem;
}
/* line 592, sass/style.scss */
.why-choose .logo-list {
  margin-top: 40px;
}
/* line 594, sass/style.scss */
.why-choose .logo-list .logo-box {
  background-color: #0e0e0e;
  padding: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}
/* line 604, sass/style.scss */
.why-choose .content-list {
  margin-top: 40px;
  background: linear-gradient(85deg, #171717 0%, rgba(88, 88, 88, 0.5) 50%, #171717 100%);
  box-shadow: inset 0px 0px 8px -3px #7a7a7a;
  padding: 60px 40px 40px;
}
/* line 610, sass/style.scss */
.why-choose .content-list .content-box {
  padding: 10px 20px 10px 40px;
}
/* line 612, sass/style.scss */
.why-choose .content-list .content-box h3 {
  color: #fff;
  margin: 0;
  font-weight: 700;
}
/* line 616, sass/style.scss */
.why-choose .content-list .content-box h3 span {
  font-weight: 300;
}
/* line 620, sass/style.scss */
.why-choose .content-list .content-box p {
  color: #fff;
  font: 300 12px "Poppins", sans-serif;
  margin: 5px 0 0 0;
  width: 100%;
  max-width: 280px;
}

/* line 633, sass/style.scss */
.premium-sports .sec-heading h2 {
  margin: 0;
}
/* line 636, sass/style.scss */
.premium-sports .sec-heading p {
  width: 100%;
  max-width: 520px;
  margin: 0;
}
/* line 642, sass/style.scss */
.premium-sports .row {
  margin-top: 50px;
}
/* line 645, sass/style.scss */
.premium-sports .box-wrap {
  position: relative;
  overflow: hidden;
}
/* line 650, sass/style.scss */
.premium-sports .box-wrap .img-box {
  position: relative;
  padding-bottom: 120%;
  transition: all .4s ease-in-out;
}
/* line 654, sass/style.scss */
.premium-sports .box-wrap .img-box::before {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(179deg, rgba(255, 255, 255, 0) 0%, rgba(23, 23, 23, 0.8) 100%);
  content: "";
  width: 100%;
  height: 50%;
  z-index: 1;
}
/* line 667, sass/style.scss */
.premium-sports .box-wrap .img-box::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: linear-gradient(to right, #fff 0%, #fff 25%, #fff 50%, #fff 75%, #fff 100%);
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transform: skew(30deg);
  content: "";
}
/* line 694, sass/style.scss */
.premium-sports .box-wrap .img-box img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 702, sass/style.scss */
.premium-sports .box-wrap .title-head {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
}
/* line 707, sass/style.scss */
.premium-sports .box-wrap .title-head h3 {
  margin: 0;
  font: 600 20px "Poppins", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
/* line 715, sass/style.scss */
.premium-sports .box-wrap:hover .lightNwsStar {
  z-index: 1;
  opacity: 1;
}
/* line 720, sass/style.scss */
.premium-sports .box-wrap:hover .img-box::after {
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transform: skew(30deg);
  animation: shine .75s linear 1;
}

/* line 733, sass/style.scss */
.movies-series {
  border-top: 1px solid #dadada;
}
/* line 735, sass/style.scss */
.movies-series .row {
  margin-top: 50px;
}
/* line 738, sass/style.scss */
.movies-series .box-wrap {
  position: relative;
  overflow: hidden;
}
/* line 743, sass/style.scss */
.movies-series .box-wrap .img-box {
  position: relative;
  padding-bottom: 120%;
  transition: all .4s ease-in-out;
}
/* line 747, sass/style.scss */
.movies-series .box-wrap .img-box::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: linear-gradient(to right, #000 0%, #000 25%, #000 50%, #000 75%, #000 100%);
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transform: skew(30deg);
  content: "";
}
/* line 772, sass/style.scss */
.movies-series .box-wrap .img-box img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 780, sass/style.scss */
.movies-series .box-wrap .title-head {
  z-index: 1;
  margin-top: 20px;
}
/* line 783, sass/style.scss */
.movies-series .box-wrap .title-head h3 {
  margin: 0;
  font: 600 20px "Poppins", sans-serif;
  text-transform: uppercase;
  color: #000;
}
/* line 791, sass/style.scss */
.movies-series .box-wrap:hover .lightNwsStar {
  z-index: 1;
  opacity: 1;
}
/* line 796, sass/style.scss */
.movies-series .box-wrap:hover .img-box::after {
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transform: skew(30deg);
  animation: shine .75s linear 1;
}

/* line 809, sass/style.scss */
.pricing-plan {
  background-color: #050505;
  position: relative;
  overflow: hidden;
  background-image: url(images/pricing-plan-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 817, sass/style.scss */
.pricing-plan .sec-heading {
  display: flex;
  justify-content: space-between;
}
/* line 820, sass/style.scss */
.pricing-plan .sec-heading h2 {
  color: #fff;
  margin: 0;
}
/* line 824, sass/style.scss */
.pricing-plan .sec-heading p {
  color: #fff;
  opacity: .5;
  font-weight: 500;
  width: 100%;
  max-width: 520px;
  line-height: 1.7rem;
  margin: 0;
}
/* line 834, sass/style.scss */
.pricing-plan .plan-list {
  margin-top: 60px;
}
/* line 836, sass/style.scss */
.pricing-plan .plan-list .price-box {
  height: 100%;
  box-shadow: inset 0px 0px 5px -3px #7a7a7a;
  padding: 20px 30px;
  backdrop-filter: blur(3px);
  border-radius: 10px;
}
/* line 843, sass/style.scss */
.pricing-plan .plan-list .price-box .package-head h4 {
  color: #fff;
  margin: 0;
  font: 600 24px "Poppins", sans-serif;
  text-transform: uppercase;
}
/* line 849, sass/style.scss */
.pricing-plan .plan-list .price-box .package-head .price {
  margin-top: 20px;
}
/* line 851, sass/style.scss */
.pricing-plan .plan-list .price-box .package-head .price span {
  display: block;
  color: #fff;
}
/* line 855, sass/style.scss */
.pricing-plan .plan-list .price-box .package-head .price h3 {
  font: 600 48px "Poppins", sans-serif;
  margin: 0;
  background: radial-gradient(circle at 40% 36%, #ffffff 0%, #cfcfcf 30%, #7a7a7a 50%, #3c3c3c 100%);
  -webkit-background-clip: text;
  color: transparent;
  filter: drop-shadow(0 5px 6px rgba(0, 0, 0, 0.2));
  line-height: 3rem;
}
/* line 863, sass/style.scss */
.pricing-plan .plan-list .price-box .package-head .price h3 sub {
  color: #fff;
  margin-left: -5px;
}
/* line 870, sass/style.scss */
.pricing-plan .plan-list .price-box .feature-list {
  border-top: 1px solid #2c2c2c;
  padding-top: 20px;
  margin-top: 20px;
}
/* line 874, sass/style.scss */
.pricing-plan .plan-list .price-box .feature-list ul {
  padding: 0;
  list-style: none;
}
/* line 877, sass/style.scss */
.pricing-plan .plan-list .price-box .feature-list ul li {
  color: #fff;
  font: 400 16px "Poppins", sans-serif;
  position: relative;
  margin-top: 20px;
  padding: 0 0 0 30px;
}
/* line 883, sass/style.scss */
.pricing-plan .plan-list .price-box .feature-list ul li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Pro";
  color: #6a6a6a;
}
/* line 894, sass/style.scss */
.pricing-plan .plan-list .price-box .btn-block {
  margin-top: 60px;
}
/* line 896, sass/style.scss */
.pricing-plan .plan-list .price-box .btn-block a {
  width: 100%;
  text-align: center;
  background: #fff;
  text-transform: uppercase;
   font: 700 16px "Poppins", sans-serif;
    padding: 14px 10px;
  color: #000;
  box-shadow: none;
}
/* line 905, sass/style.scss */
.pricing-plan .plan-list .price-box .btn-block a:hover {
  background: #000;
  color: #fff;
  box-shadow: 0px 0px 30px -10px #ffff;
}

/* line 918, sass/style.scss */
.testimonial .sec-heading p {
  width: 100%;
  max-width: 470px;
  margin: 10px auto 0;
}
/* line 924, sass/style.scss */
.testimonial .tstimonial-list {
  margin-top: 30px;
}
/* line 927, sass/style.scss */
.testimonial .tstimonial-list .slick-center .box-wrap {
  background: linear-gradient(95deg, #393939 0%, #dadadb 50%, #393939 100%);
}
/* line 930, sass/style.scss */
.testimonial .tstimonial-list .slick-center .box-wrap .name-sec h3 {
  color: #000;
}
/* line 935, sass/style.scss */
.testimonial .tstimonial-list .slick-center .box-wrap .content-box p {
  color: #000;
}
/* line 939, sass/style.scss */
.testimonial .tstimonial-list .slick-center .box-wrap .rev-star {
  margin-top: 20px;
}
/* line 941, sass/style.scss */
.testimonial .tstimonial-list .slick-center .box-wrap .rev-star i {
  color: #000;
}
/* line 947, sass/style.scss */
.testimonial .tstimonial-list .box-wrap {
  background-color: #000;
  padding: 30px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
	position: relative;
}

.testimonial .tstimonial-list .slick-center .box-wrap .lightNwsStar {
	display: none;
}

/* line 955, sass/style.scss */
.testimonial .tstimonial-list .box-wrap .img-box {
  margin-top: -60px;
}
/* line 957, sass/style.scss */
.testimonial .tstimonial-list .box-wrap .img-box img {
  width: 74px;
  height: 74px;
  border-radius: 100%;
  object-fit: cover;
  border: 4px solid transparent;
  margin: auto;
}
/* line 966, sass/style.scss */
.testimonial .tstimonial-list .box-wrap .rev-star {
  margin-top: 20px;
}
/* line 968, sass/style.scss */
.testimonial .tstimonial-list .box-wrap .rev-star i {
  color: #fff;
  font-size: 16px;
}
/* line 973, sass/style.scss */
.testimonial .tstimonial-list .box-wrap .content-box {
  margin-top: 20px;
}
/* line 975, sass/style.scss */
.testimonial .tstimonial-list .box-wrap .content-box p {
  color: #fff;
  line-height: 1.8rem;
  margin: 0;
}
/* line 981, sass/style.scss */
.testimonial .tstimonial-list .box-wrap .name-sec {
  margin-top: 25px;
}
/* line 983, sass/style.scss */
.testimonial .tstimonial-list .box-wrap .name-sec h3 {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 992, sass/style.scss */
.testimonial .slick-list {
  padding: 40px 0 20px !important;
}
/* line 995, sass/style.scss */
.testimonial .slick-initialized .slick-slide {
  padding: 0 10px;
}
/* line 998, sass/style.scss */
.testimonial .slick-track {
  display: flex;
  height: inherit;
}
/* line 1002, sass/style.scss */
.testimonial .slick-slide {
  height: inherit !important;
}

/* line 1007, sass/style.scss */
.st-faq {
  background-image: url(images/faq-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
/* line 1013, sass/style.scss */
.st-faq .sec-heading h2 {
  color: #fff;
  margin: 0;
}

/* line 1021, sass/style.scss */
.listing-faq .inner-box {
  background-color: #f4fafb;
  padding: 50px;
  border-radius: 20px;
}
/* line 1027, sass/style.scss */
.listing-faq .accordion .accordion-item {
  display: block;
  cursor: pointer;
  border-radius: 0 !important;
  border: none;
  padding: 25px 30px !important;
  margin-bottom: 20px;
  background: linear-gradient(85deg, #171717 0%, rgba(88, 88, 88, 0.5) 50%, #171717 100%);
  box-shadow: inset 0px 0px 8px -3px #7a7a7a;
}
/* line 1037, sass/style.scss */
.listing-faq .accordion .accordion-item:first-child {
  margin-top: 0;
}
/* line 1040, sass/style.scss */
.listing-faq .accordion .accordion-item.active-drop {
  background: linear-gradient(95deg, #393939 0%, #dadadb 50%, #393939 100%);
}
/* line 1042, sass/style.scss */
.listing-faq .accordion .accordion-item.active-drop h2 {
  color: #000;
}
/* line 1044, sass/style.scss */
.listing-faq .accordion .accordion-item.active-drop h2 i {
  color: #000;
  transform: scale(-1);
}
/* line 1049, sass/style.scss */
.listing-faq .accordion .accordion-item.active-drop p {
  color: #000;
}
/* line 1053, sass/style.scss */
.listing-faq .accordion .accordion-item p {
  color: #fff;
  line-height: 1.4rem;
  margin: 10px 0 0 0;
}
/* line 1058, sass/style.scss */
.listing-faq .accordion .accordion-item i {
  color: #fff;
  transition: all .3s ease-in-out;
  font-size: 24px;
}
/* line 1063, sass/style.scss */
.listing-faq .accordion .accordion-item:last-child {
  margin: 0;
}
/* line 1067, sass/style.scss */
.listing-faq .accordion .accordion-body {
  padding: 0;
  margin-bottom: 0x;
}
/* line 1074, sass/style.scss */
.listing-faq .accordion-item-head h2 {
  color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 1084, sass/style.scss */
.listing-faq .faq-list {
  width: 100%;
  max-width: 750px;
  margin: 20px auto 0;
}

/* line 1091, sass/style.scss */
.site-footer {
  background-color: #060606;
}
/* line 1094, sass/style.scss */
.site-footer .foo-logo img {
  max-width: 180px;
}
/* line 1099, sass/style.scss */
.site-footer .foo-widget h3 {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font: 500 24px "Poppins", sans-serif;
}
/* line 1105, sass/style.scss */
.site-footer .foo-widget .top-space {
  margin-top: 15px;
}
/* line 1108, sass/style.scss */
.site-footer .foo-widget ul {
  margin: 0;
}
/* line 1110, sass/style.scss */
.site-footer .foo-widget ul li {
  margin-top: 15px;
}
/* line 1112, sass/style.scss */
.site-footer .foo-widget ul li:first-child {
  margin: 0;
}
/* line 1115, sass/style.scss */
.site-footer .foo-widget ul li span {
  margin-left: 5px;
}
/* line 1120, sass/style.scss */
.site-footer .foo-widget p,
.site-footer .foo-widget a {
  color: #fff;
  font: 400 16px "Poppins", sans-serif;
}
/* line 1128, sass/style.scss */
.site-footer .foo-newslettter form .ff-t-container {
  flex-direction: column;
}
/* line 1130, sass/style.scss */
.site-footer .foo-newslettter form .ff-t-container .ff-el-group {
  margin: 0;
}
/* line 1133, sass/style.scss */
.site-footer .foo-newslettter form .ff-t-container input {
  border: 1px solid #383838;
  border-radius: 0 !important;
  color: #fff;
  font: 400 14px "Poppins", sans-serif;
  background-color: transparent;
  height: 50px;
}
/* line 1140, sass/style.scss */
.site-footer .foo-newslettter form .ff-t-container input::placeholder {
  font: 400 14px "Poppins", sans-serif;
  color: #383838;
}
/* line 1145, sass/style.scss */
.site-footer .foo-newslettter form .ff-t-container button {
  background: linear-gradient(95deg, #393939 0%, #dadadb 50%, #393939 100%);
  margin: 0;
  color: #000;
  border: none;
  border-radius: 0;
  font: 600 18px "Poppins", sans-serif;
  text-transform: uppercase;
}
/* line 1153, sass/style.scss */
.site-footer .foo-newslettter form .ff-t-container button:hover {
  color: #000;
}

/* line 1162, sass/style.scss */
.copyright {
  text-align: center;
  background-color: #fff;
  padding: 12px 0;
}
/* line 1166, sass/style.scss */
.copyright p {
  margin: 0;
  font: 600 12px "Poppins", sans-serif;
}

/* line 1172, sass/style.scss */
.img-box img {
  transform: scale(1.8);
  /* starting zoom — jitna chaho badha lo */
  transition: transform 3s linear;
  /* smooth effect */
}

/* line 1177, sass/style.scss */
[data-aos="zoom-out"].aos-animate img {
  transform: scale(1);
  /* end zoom */
}

/* line 1182, sass/style.scss */
.inner-banner {
  padding: 14% 0 10%;
  text-align: center;
    transition: background-size 3s 
ease-in-out;
    overflow: hidden;
background-repeat: no-repeat;
    background-size: cover;
    background-position: center;	
	    position: relative;
}
.inner-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(images/guide-banner-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1.3);
    transition: transform 3s 
ease-out;
    z-index: 0;
}
.inner-banner.zoom-active::before {
    transform: scale(1);
}


/* line 1186, sass/style.scss */
.inner-banner .sec-heading h3 {
  margin: 0;
  background: radial-gradient(circle at 15% 36%, #ffffff 0%, #cfcfcf 30%, #7a7a7a 50%, #3c3c3c 100%);
  -webkit-background-clip: text;
  color: transparent;
  filter: drop-shadow(0 5px 6px rgba(0, 0, 0, 0.8));
}
/* line 1193, sass/style.scss */
.inner-banner .sec-heading h1 {
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}
/* line 1198, sass/style.scss */
.inner-banner .sec-heading p {
  color: #fff;
  margin: 10px auto 0;
  width: 100%;
  max-width: 850px;
}
/* line 1204, sass/style.scss */
.inner-banner .sec-heading .btn-block {
  margin-top: 30px;
}

/* line 1211, sass/style.scss */
.quick-start .row {
  margin-top: 20px;
  justify-content: center;
}
/* line 1215, sass/style.scss */
.quick-start .col-md-4 {
  margin-top: 20px;
}
/* line 1218, sass/style.scss */
.quick-start .serv-box {
  background-color: #111010;
  padding: 50px 40px;
  text-align: center;
  height: 100%;
  transition: all .4s ease-in-out;
  position: relative;
}
/* line 1224, sass/style.scss */
.quick-start .serv-box .icon {
  background-color: #fff;
  padding: 5px;
  max-width: 40px;
  margin: auto;
}
/* line 1231, sass/style.scss */
.quick-start .serv-box .content-box p {
  margin: 20px 0 0 0;
  color: #fff;
}
/* line 1236, sass/style.scss */
.quick-start .serv-box:hover {
  background: linear-gradient(95deg, #393939 0%, #dadadb 50%, #393939 100%);
}
/* line 1238, sass/style.scss */
.quick-start .serv-box:hover .icon {
  background-color: #000;
}
/* line 1240, sass/style.scss */
.quick-start .serv-box:hover .icon img {
  filter: brightness(0) invert(1);
}

/* line 1248, sass/style.scss */
.your-device {
  background-color: #060606;
    position: relative;
    overflow: hidden;
}

.your-device .container {
    position: relative;
}

/* line 1255, sass/style.scss */
.your-device .sec-heading h2 {
  color: #fff;
  margin: 0;
}
/* line 1259, sass/style.scss */
.your-device .sec-heading p {
  color: #fff;
  margin: 10px 0 0 0;
}
/* line 1264, sass/style.scss */
.your-device .nav-tabs {
  justify-content: center;
  border: none;
  margin-top: 40px;
}
/* line 1268, sass/style.scss */
.your-device .nav-tabs li {
  margin-left: 10px;
}
/* line 1270, sass/style.scss */
.your-device .nav-tabs li a {
  border: 1px solid #3e3e3e;
  padding: 10px 30px;
  border-radius: 0;
  color: #3e3e3e;
  text-transform: uppercase;
  background-color: #070707;
}
/* line 1277, sass/style.scss */
.your-device .nav-tabs li a.active {
  background: linear-gradient(85deg, #171717 26%, #323232 100%) !important;
  box-shadow: inset 0px 0px 8px -3px #7a7a7a !important;
  color: #fff;
  border: 1px solid transparent;
}
/* line 1286, sass/style.scss */
.your-device .tab-content {
  margin-top: 100px;
}
/* line 1289, sass/style.scss */
.your-device .row {
  margin-top: 20px;
  align-items: center;
  background-color: #0f0f0f;
  padding: 25px 30px;
}
/* line 1294, sass/style.scss */
.your-device .row:nth-child(2n+2) {
  flex-direction: row-reverse;
}
/* line 1300, sass/style.scss */
.your-device .device-step-card .step-no span {
  background: linear-gradient(85deg, #171717 26%, #323232 100%) !important;
  box-shadow: inset 0px 0px 8px -3px #7a7a7a !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font: 600 24px "Poppins", sans-serif;
  padding: 8px 18px;
  line-height: normal;
}
/* line 1312, sass/style.scss */
.your-device .device-step-card h3 {
  margin: 10px 0 0 0;
  color: #fff;
  font: 600 26px "Poppins", sans-serif;
  text-transform: uppercase;
}
/* line 1318, sass/style.scss */
.your-device .device-step-card ol li,
.your-device .device-step-card p {
  margin: 10px 0 0 0;
  color: #fff;
  width: 100%;
  max-width: 560px;
  line-height: 1.8rem;
}
/* line 1327, sass/style.scss */
.your-device .img-box {
  position: relative;
  padding-bottom: 60%;
}
/* line 1330, sass/style.scss */
.your-device .img-box img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-in-out;
}

/* line 1342, sass/style.scss */
.xtreme-code .st-faq {
  background-image: none;
}
/* line 1345, sass/style.scss */
.xtreme-code .st-faq .img-box {
  position: relative;
  padding-bottom: 60%;
  margin-top: 20px;
}
/* line 1349, sass/style.scss */
.xtreme-code .st-faq .img-box img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-in-out;
}
/* line 1360, sass/style.scss */
.xtreme-code .st-faq .accordion .accordion-item {
  background: none;
  box-shadow: none;
  border: 1px solid #e3e3e3;
  padding: 15px 20px !important;
}
/* line 1366, sass/style.scss */
.xtreme-code .st-faq .accordion .accordion-item .accordion-item-head h2 {
  color: #000;
}
/* line 1372, sass/style.scss */
.xtreme-code .st-faq .accordion .accordion-item .content-p p {
  color: #000;
}
/* line 1377, sass/style.scss */
.xtreme-code .st-faq .accordion .accordion-item.active-drop {
  background: #171717;
}
/* line 1379, sass/style.scss */
.xtreme-code .st-faq .accordion .accordion-item.active-drop h2 {
  color: #fff;
}
/* line 1381, sass/style.scss */
.xtreme-code .st-faq .accordion .accordion-item.active-drop h2 i {
  color: #fff;
}
/* line 1386, sass/style.scss */
.xtreme-code .st-faq .accordion .accordion-item.active-drop .content-p p {
  color: #fff;
}
/* line 1391, sass/style.scss */
.xtreme-code .st-faq .accordion .accordion-item i {
  color: #000;
}
/* line 1395, sass/style.scss */
.xtreme-code .st-faq .accordion .content-p {
  width: 100%;
  max-width: 520px;
}
/* line 1398, sass/style.scss */
.xtreme-code .st-faq .accordion .content-p p {
  color: #fff;
  margin: 0;
  font: 400 14px "Poppins", sans-serif;
  text-transform: capitalize;
}
/* line 1406, sass/style.scss */
.xtreme-code .st-faq .faq-list {
  max-width: 1050px;
}

.nav-bar .lightNwsStar {
    display: none;
}
.site-header .lightNwsStar {
    z-index: -1;
	display: none;
}
header.site-header.fix_top .lightNwsStar {
	display: block;
	}	
@media (max-width: 1170px) {

	
	
	.nav-bar .lightNwsStar {
    display: block;
}
	
  /* line 2, sass/_screen.scss */
  #menuToggle {
    display: flex;
    flex-direction: column;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    z-index: 9999999;
    cursor: pointer;
  }

  /* line 12, sass/_screen.scss */
  #menuToggle input {
    width: 32px !important;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    top: -6px;
  }

  /* line 21, sass/_screen.scss */
  .mob-icons ul {
    margin: 0;
  }

  /* line 25, sass/_screen.scss */
  #menuToggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }

  /* line 41, sass/_screen.scss */
  .menuToggle ul {
    margin: 0;
  }

  /* line 45, sass/_screen.scss */
  .menuToggle.open {
    position: absolute;
    top: 32px;
    right: 23px;
  }

  /* line 50, sass/_screen.scss */
  .mob-icons {
    display: flex;
    align-items: center;
  }

  /* line 54, sass/_screen.scss */
  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }

  /* line 59, sass/_screen.scss */
  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
    margin: 0;
  }

  /* line 64, sass/_screen.scss */
  #menuToggle.open span {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #ffffff;
  }

  /* line 70, sass/_screen.scss */
  #menuToggle.open span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  /* line 76, sass/_screen.scss */
  #menuToggle.open span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }

  /* line 80, sass/_screen.scss */
  ul.nav-menu li ul.sub-menu,
  ul.nav-menu li:hover ul.sub-menu {
    display: none !important;
  }

  /* line 84, sass/_screen.scss */
  ul.nav-menu li.open ul.sub-menu,
  ul.nav-menu li.open:hover ul.sub-menu {
    display: block !important;
  }

  /* line 88, sass/_screen.scss */
  ul.sub-menu.open-submenu {
    display: block !Important;
    background-color: rgba(72, 72, 72, 0.85) !important;
    top: 0 !important;
  }

  /* line 93, sass/_screen.scss */
  .mobilesubmenu.open {
    background-color: rgba(72, 72, 72, 0.85) !important;
  }

  /* line 96, sass/_screen.scss */
  ul.sub-menu {
    display: none !Important;
    position: relative !Important;
    top: -100% !Important;
  }

  /* line 101, sass/_screen.scss */
  .mobilesubmenu i {
    position: relative;
    top: 13px;
    right: 18px;
  }

  /* line 106, sass/_screen.scss */
  .nav-bar li {
    display: block;
    margin: 0;
    width: 100%;
    top: 0;
    overflow: hidden;
  }

  /* line 113, sass/_screen.scss */
  .mobilesubmenu {
    display: block;
    position: absolute;
    top: 0;
    cursor: pointer;
    color: #ffffff;
    right: 0;
    z-index: 9999;
    border-left: 1px solid #717171;
    padding-left: 36px;
    height: 46px;
  }
	
	header .nav-bar .btn-block {
    margin-left: 0;
}

  /* line 125, sass/_screen.scss */
  .nav-menu .sub-menu, .nav-menu .children {
    width: 100%;
  }

  /* line 128, sass/_screen.scss */
  ul.sub-menu li {
    display: block;
  }

  /* line 131, sass/_screen.scss */
  ul.sub-menu,
  .open-submenu {
    transition: all 1s;
  }

  /* line 135, sass/_screen.scss */
  .openmenu {
    display: inline-block;
    font-size: 30px;
    cursor: pointer;
    color: #333333;
  }

  /* line 141, sass/_screen.scss */
  .nav-bar.open {
    right: 0;
  }

  /* line 144, sass/_screen.scss */
  .nav-menu li a {
    color: #fff;
    padding: 10px 0;
    display: block;
    font: 400 20px "Poppins", sans-serif;
  }

  /* line 150, sass/_screen.scss */
  ul.sub-menu li:last-child {
    border: 0px !Important;
  }

  /* line 153, sass/_screen.scss */
  ul.sub-menu li a {
    color: #ffffff !Important;
    font-weight: 600;
  }

  /* line 157, sass/_screen.scss */
  header nav ul li {
    padding-left: 0;
  }

  /* line 160, sass/_screen.scss */
  header .nav-bar nav#site-navigation {
    width: 100%;
    text-align: center;
  }

  /* line 164, sass/_screen.scss */
  header.fix_top .site-btn,
  header .site-btn {
    padding: 10px 30px;
    font: 600 20px "Poppins", sans-serif;
    margin-top: 15px;
  }

  /* line 170, sass/_screen.scss */
  ul.sub-menu li {
    margin: 0px;
  }

  /* line 173, sass/_screen.scss */
  ul.sub-menu li:last-child a {
    text-align: left;
    color: #ffffff !Important;
    padding: 15px;
  }

  /* line 178, sass/_screen.scss */
  .nav-menu li:last-child {
    border: 0px !Important;
  }

  /* line 181, sass/_screen.scss */
  .nav-menu li:last-child a,
  .nav-menu .sub-menu, .nav-menu .children {
    left: 0;
    width: 100% !important;
  }

  /* line 186, sass/_screen.scss */
  .nav-bar {
	  
background-color: #0f0f0f;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    padding: 15px;
    padding-top: 0;
    transition: all 0.3s;
    width: 100%;
    text-align: left;
    z-index: 999;
  }
	
	header .nav-bar .lightNwsStar {
    z-index: -1;
}

  /* line 202, sass/_screen.scss */
  .closebtn {
    display: block;
    position: absolute;
    top: -55px;
    font-size: 20px;
    right: 0;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 20px;
  }

  /* line 212, sass/_screen.scss */
  .mobile-off {
    display: none;
  }

  /* line 215, sass/_screen.scss */
  .hero-sec .col-md-6 {
    width: 100%;
  }

  /* line 218, sass/_screen.scss */
  .hero-sec {
    padding: 18% 0 12%;
  }

  /* line 221, sass/_screen.scss */
  header .nav-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  /* line 229, sass/_screen.scss */
  .desktop-off {
    display: block;
  }
}
@media (max-width: 1080px) {
  /* line 236, sass/_screen.scss */
  .site-footer .col-md-3 {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }

  /* line 241, sass/_screen.scss */
  .site-footer .col-md-3:first-child {
    margin: 0;
  }

  /* line 244, sass/_screen.scss */
  .passion-innovate .col-md-6 {
    width: 100%;
  }

  /* line 247, sass/_screen.scss */
  .passion-innovate .content-box {
    padding-left: 0;
  }

  /* line 250, sass/_screen.scss */
  .passion-innovate .row {
    flex-direction: column-reverse;
  }

  /* line 253, sass/_screen.scss */
  .passion-innovate .img-box {
    padding-bottom: 132%;
    margin-top: 25px;
  }

  /* line 257, sass/_screen.scss */
  .sec-padd {
    padding: 70px 0;
  }

  /* line 260, sass/_screen.scss */
  .why-choose .col-md-3 {
    width: 50%;
  }

  /* line 263, sass/_screen.scss */
  .why-choose .logo-list .logo-box {
    padding: 25px;
    height: auto;
    min-height: 250px;
    margin-top: 15px;
  }

  /* line 269, sass/_screen.scss */
  .why-choose .content-list {
    margin-top: 40px;
    padding: 30px 20px 25px;
  }

  /* line 273, sass/_screen.scss */
  .premium-sports .col-md-3 {
    width: 50%;
    margin-top: 20px;
  }

  /* line 277, sass/_screen.scss */
  .premium-sports .row {
    margin-top: 15px;
  }

  /* line 280, sass/_screen.scss */
  .movies-series .col-md-3 {
    width: 50%;
    margin-top: 20px;
  }

  /* line 284, sass/_screen.scss */
  .movies-series .row {
    margin-top: 10px;
  }

  /* line 287, sass/_screen.scss */
  .pricing-plan .col-md-4 {
    width: 50%;
    margin-top: 20px;
  }
}
@media (max-width: 980px) {
  /* line 295, sass/_screen.scss */
  .pricing-plan .sec-heading {
    flex-direction: column;
    text-align: center;
  }

  /* line 299, sass/_screen.scss */
  .inner-banner {
    padding: 18% 0 10%;
  }

  /* line 302, sass/_screen.scss */
  .your-device .nav-tabs li {
    margin: 10px 0 0 10px;
  }

  /* line 305, sass/_screen.scss */
  .xtreme-code .st-faq .accordion .content-p {
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  /* line 311, sass/_screen.scss */
  .why-choose .col-md-4:nth-child(2) .content-box {
    border-left: none;
    border-right: none;
  }

  /* line 315, sass/_screen.scss */
  .why-choose .content-list .content-box {
    padding: 10px 20px 10px 20px;
    text-align: center;
  }

  /* line 319, sass/_screen.scss */
  .why-choose .content-list .content-box p {
    margin: 10px auto 0;
  }

  /* line 322, sass/_screen.scss */
  .pricing-plan .col-md-4 {
    width: 100%;
    margin-top: 20px;
  }

  /* line 326, sass/_screen.scss */
  .img-box img {
    transform: scale(1);
  }

  /* line 329, sass/_screen.scss */
  .xtreme-code .st-faq .accordion .content-p p {
    font: 400 12px "Poppins", sans-serif;
  }

  /* line 332, sass/_screen.scss */
  .desktop-off-p {
    display: block;
  }

  /* line 335, sass/_screen.scss */
  .mobile-off-p {
    display: none;
  }

  /* line 338, sass/_screen.scss */
  .font-48 {
    font: 700 34px "Poppins", sans-serif;
    line-height: 2.5rem;
  }

  /* line 342, sass/_screen.scss */
  .your-device .img-box {
    margin-top: 20px;
  }

  /* line 345, sass/_screen.scss */
  .your-device .device-step-card h3 {
    font: 600 20px "Poppins", sans-serif;
  }
}
@media (max-width: 600px) {
  /* line 351, sass/_screen.scss */
  .font-36 {
    font: 700 30px "Poppins", sans-serif;
  }

  /* line 354, sass/_screen.scss */
  .listing-faq .accordion .accordion-item {
    padding: 20px 20px !important;
  }

  /* line 357, sass/_screen.scss */
  .font-14 {
    font: 500 12px "Poppins", sans-serif;
  }

  /* line 360, sass/_screen.scss */
  .pricing-plan .plan-list {
    margin-top: 20px;
  }

  /* line 363, sass/_screen.scss */
  .trusted-companies .top-list .img-box {
    padding-bottom: 30%;
  }

  /* line 366, sass/_screen.scss */
  .trusted-companies .top-list .row .col-md-3 {
    margin: 0 10px;
    width: 35%;
  }

  /* line 370, sass/_screen.scss */
  .hero-sec .hero-content h3 {
    font: 300 30px "Poppins", sans-serif;
    line-height: 3rem;
  }

  /* line 374, sass/_screen.scss */
  .font-55 {
    font: 700 36px "Poppins", sans-serif;
  }

  /* line 377, sass/_screen.scss */
  .hero-sec .hero-content h2 {
    line-height: 2rem;
  }

  /* line 380, sass/_screen.scss */
  .site-logo img {
    max-width: 150px;
  }

  /* line 383, sass/_screen.scss */
  .hero-sec {
    padding: 22% 0 12%;
  }

  /* line 388, sass/_screen.scss */
  .site-btn {
    padding: 14px 16px;
    font: 600 14px "Poppins", sans-serif;
  }

  /* line 392, sass/_screen.scss */
  .premium-sports .box-wrap .title-head h3 {
    font: 600 16px "Poppins", sans-serif;
  }

  /* line 395, sass/_screen.scss */
  .movies-series .box-wrap .title-head h3 {
    font: 600 16px "Poppins", sans-serif;
  }

  /* line 398, sass/_screen.scss */
  .movies-series .box-wrap .title-head {
    margin-top: 10px;
  }

  /* line 401, sass/_screen.scss */
  .pricing-plan .plan-list .price-box .package-head .price {
    margin-top: 10px;
  }

  /* line 404, sass/_screen.scss */
  .pricing-plan .plan-list .price-box .package-head .price h3 {
    font: 600 36px "Poppins", sans-serif;
    line-height: 3rem;
  }

  /* line 408, sass/_screen.scss */
  .pricing-plan .plan-list .price-box .feature-list {
    padding-top: 10px;
    margin-top: 10px;
  }

  /* line 412, sass/_screen.scss */
  .passion-innovate .content-box h3 {
    font: 400 24px "Poppins", sans-serif;
  }

  /* line 415, sass/_screen.scss */
  .passion-innovate .content-box .content-para p {
    margin: 15px 0 0 0;
    line-height: 1.6rem;
  }

  /* line 419, sass/_screen.scss */
  .why-choose .logo-list {
    margin-top: 20px;
  }

  /* line 422, sass/_screen.scss */
  .why-choose .logo-list .logo-box {
    padding: 12px;
    min-height: 160px;
  }

  /* line 426, sass/_screen.scss */
  .sec-padd {
    padding: 50px 0;
  }

  /* line 429, sass/_screen.scss */
  .movies-series.sec-padd {
    padding-top: 30px;
  }

  /* line 432, sass/_screen.scss */
  .site-footer .foo-newslettter form .ff-t-container button {
    margin-top: 10px;
  }

  /* line 435, sass/_screen.scss */
  .inner-banner {
    padding: 32% 0 10%;
  }

  /* line 438, sass/_screen.scss */
  .inner-banner .sec-heading h3 {
    font: 700 24px "Poppins", sans-serif;
    line-height: 2rem;
  }

  /* line 442, sass/_screen.scss */
  .inner-banner .sec-heading .btn-block ul {
    margin: 0;
  }

  /* line 445, sass/_screen.scss */
  .inner-banner .sec-heading .btn-block li {
    width: 100%;
  }

  /* line 448, sass/_screen.scss */
  .inner-banner .sec-heading .btn-block a {
    width: 100%;
  }

  /* line 451, sass/_screen.scss */
  .font-18 {
    font: 500 16px "Poppins", sans-serif;
  }

  /* line 454, sass/_screen.scss */
  .inner-banner .sec-heading h1 {
    margin: 10px 0 0 0;
  }

  /* line 457, sass/_screen.scss */
  .your-device .nav-tabs li a {
    padding: 10px 16px;
    font-size: 12px;
  }

  /* line 461, sass/_screen.scss */
  .your-device .nav-tabs li {
    margin: 10px 0 0 5px;
    width: 46%;
  }

  /* line 465, sass/_screen.scss */
  .your-device .tab-content {
    margin-top: 30px;
  }

  /* line 468, sass/_screen.scss */
  .your-device .device-step-card p {
    line-height: 1.4rem;
  }
}
@media (max-width: 480px) {
  /* line 474, sass/_screen.scss */
  .hero-sec {
    padding: 30% 0 12%;
  }

  /* line 478, sass/_screen.scss */
  .hero-sec .hero-content h2 {
    line-height: 2.5rem;
  }

  /* line 481, sass/_screen.scss */
  .hero-sec .hero-content .btn-block li {
    width: 100%;
  }

  /* line 484, sass/_screen.scss */
  .hero-sec .site-btn {
    width: 100%;
    text-align: center;
  }
}
