@charset "UTF-8";
h3, h2 {
  font-family: "Biotif-Regular";
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.9rem;
}

h4 {
  font-size: 1.5rem;
}

p {
  font-family: "Biotif-Regular";
}

a {
  text-decoration: none !important;
}

input, button {
  font-family: "Biotif-Regular" !important;
}
    .offer-section1 .offer-section2-in a.btn:hover{
	background: #e60626 ;}

.uppercase {
  text-transform: uppercase;
}

.z-index4 {
  position: relative;
  z-index: 4;
}

.spacer-15 {
  width: 100%;
  height: 15px;
  display: block;
}

.clear {
  clear: both;
}

.p-20 {
  padding: 20px;
}

.text-black {
  color: #000 !important;
}

.box-shadow {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.hidden {
  display: none;
}

a:hover {
  cursor: pointer !important;
}

.lazy {
  background: url(../img/giphy.gif) no-repeat center center;
}

.lazy-none {
  background: transparent !important;
}

.collapse.in {
  display: block;
}

.why-box img, .callus img {
  background: transparent;
}

@font-face {
  font-family: 'Biotif-BoldItalic';
  src: url("../fonts/Biotif-BoldItalic.eot");
  src: local("☺"), url("../fonts/Biotif-BoldItalic.woff") format("woff"), url("../fonts/Biotif-BoldItalic.ttf") format("truetype"), url("../fonts/Biotif-BoldItalic.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Biotif-Light';
  src: url("../fonts/Biotif-Light.eot");
  src: local("☺"), url("../fonts/Biotif-Light.woff") format("woff"), url("../fonts/Biotif-Light.ttf") format("truetype"), url("../fonts/Biotif-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Biotif-Regular';
  src: url("../fonts/Biotif-Regular.eot");
  src: local("☺"), url("../fonts/Biotif-Regular.woff") format("woff"), url("../fonts/Biotif-Regular.ttf") format("truetype"), url("../fonts/Biotif-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Agenda-Bold';
  src: url("../fonts/Agenda-Bold.eot");
  src: local("☺"), url("../fonts/Agenda-Bold.woff") format("woff"), url("../fonts/Agenda-Bold.ttf") format("truetype"), url("../fonts/Agenda-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.error {
  color: red;
}

span.g-recaptcha-error {
  font-size: 11px !important;
  float: left;
  color: red !important;
  text-transform: capitalize !important;
}

div#output p {
  background: linear-gradient(-225deg, #AC32E4 0%, #7918F2 48%, #4801FF 100%);
  font-size: 23px;
  width: 70%;
  margin: 0 auto;
  color: #fff;
  line-height: 2.5;
  min-height: 54px;
  border-radius: 5px;
  -webkit-box-shadow: 4px 3px 19px 0 rgba(0, 0, 0, 0.33);
          box-shadow: 4px 3px 19px 0 rgba(0, 0, 0, 0.33);
}

.btn {
  padding: 12px 20px;
  color: #000;
}

.btn-primary {
  color: #fff;
  font-family: "Biotif-Regular";
  min-width: 150px;
  position: relative;
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
  background: #a41962;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#a41962), to(#e60626));
  background: linear-gradient(to bottom, #a41962 0%, #e60626 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a41962', endColorstr='#e60626',GradientType=0 );
  /* IE6-9 */
  border-color: #e60626;
  cursor: pointer;
}

.btn-primary:hover {
  background: #09f8e7;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#09f8e7), to(#27d972));
  background: linear-gradient(to bottom, #09f8e7 0%, #27d972 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a41962', endColorstr='#e60626',GradientType=0 );
  /* IE6-9 */
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}

.btn-secondary {
  background: #a41962;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#a41962), to(#e60626));
  background: linear-gradient(to bottom, #a41962 0%, #e60626 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a41962', endColorstr='#e60626',GradientType=0 );
  /* IE6-9 */
  text-transform: uppercase;
  color: #fff;
  border: 0;
  padding: 13px 35px;
  border-radius: 8px;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

body {
  overflow-x: hidden;
}

.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pt-140 {
  padding-top: 140px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-140 {
  margin-top: 140px;
}

.text-primary {
  color: #e60626 !important;
}

.primary-bg {
  background-color: #e60626;
}

.secondary-bg {
  background-color: #a41962;
}

.default-bg {
  background-color: #262428;
}

.sticky-fixed {
  position: fixed !important;
  left: 0;
  background: #8a111b;
  z-index: 99 !important;
  padding-bottom: 6px;
}

.site-showcase {
  position: relative;
  padding-top: 80px;
}

.site-showcase .owl-hero {
  position: absolute;
  top: 0;
}

.site-showcase .owl-hero .owl-nav {
  display: none;
}

.site-showcase .owl-hero .owl-dots {
  display: block;
  position: relative;
  z-index: 9;
  text-align: center;
  bottom: 20px;
}

.site-showcase .owl-hero .owl-dots button {
  background: #25db79;
  width: 26px;
  height: 3px;
  margin-right: 5px;
}

.site-showcase .owl-hero::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/banner-overlay.png) no-repeat center top;
  background-size: cover;
}
.testimonal button {
    background: #ccc;
    border: none;
    padding: 5px;
    border-radius: 55px;
    height: 55px;
    width: 55px;
}
.testimonal button i{font-size:20px;}
.testimonial-slider {
    width: 80%;
    position: relative;
    overflow: hidden;
        display: flex;
    justify-content: center;
    align-items: center;
    margin:0 auto;
}

.testimonial {
    display: none;
    padding: 20px;
    background: #fff;
    text-align: center;
    border-radius: 20px;
}
.testimonal {
    text-align: center;
    padding: 30px 0;
    background: #ede4e4;
}
.testimonial.active {
    display: block;
}

.controls {
    text-align: center;
    margin-top: 20px;
}

testimonial button {
    padding: 10px 20px;
    margin: 0 10px;
    border: none;
    background: #007BFF;
    color: #fff;
    cursor: pointer;
}

testimonial button:hover {
    background: #0056b3;
}

.site-showcase .owl-hero-gradient {
  position: absolute;
  z-index: 3;
  height: 100%;
}

.site-showcase .owl-hero-gradient::before {
  background: #1e579900;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(37%, #1e579900), to(#262428));
  background: linear-gradient(to bottom, #1e579900 37%, #262428 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#262428',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 9;
}

.site-showcase .bannerside-shape {
  position: absolute;
  width: 100%;
  height: 580px;
  top: 80px;
  right: 0;
  background: url(../img/banner-side-shape.png) no-repeat right top;
  z-index: 8;
}
  .site-showcase .bannerside-shape {
    background: url(../img/banner-side-shape1.png) no-repeat right top;
    max-width: 1500px;
    height: 660px;
    background-size: contain;
    top: 0;
  }

.site-showcase .site-showcase-in {
  position: relative;
  z-index: 9;
  width: 100%;
}

.site-showcase .site-showcase-in aside.left .main-head {
  font-size: 44px;
  font-family: "Agenda-Bold";
  color: #fff;
  text-transform: uppercase;
  line-height:1;
}

.site-showcase .site-showcase-in aside.left .main-head span {
  font-size: 70px;
  font-family: "Biotif-Light";
}

.site-showcase .site-showcase-in aside.left strong {
  font-size: 24px;
  font-family: "Biotif-BoldItalic";
  /* For Chrome and Safari */
  /* For old Fx (3.6 to 15) */
  /* For pre-releases of IE 10*/
  /* For old Opera (11.1 to 12.0) */
  background-image: -webkit-gradient(linear, left top, right top, from(#09f8e7), color-stop(#27d972), to(#fff));
  background-image: linear-gradient(to right, #09f8e7, #27d972, #fff);
  /* Standard syntax; must be last */
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
  width: 70%;
  text-align: center;
  display: block;
}

.video-section4 .hero-callback #channel_package .error.help-block {
    position: relative;
    left: 0;
    bottom: auto;
}
.video-section4 .hero-callback #channel_package .custom-cpacha.ustm-cp .error.help-block {
    position: absolute;
    bottom: -17px !important;
}

.site-showcase .site-showcase-in aside.left h2, .site-showcase .site-showcase-in aside.left p {
  font-size: 4rem;
  font-family: "Biotif-Regular";
  color: #fff;
}

.site-showcase .site-showcase-in aside.left p {
  font-size: 1.6rem;
  margin-bottom: 5px; 
}

.site-showcase .site-showcase-in aside.left ul.hero-plan {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-showcase .site-showcase-in aside.left ul.hero-plan li {
  color: #fff;
  background: url(../img/li-dot1.png) no-repeat left center;
  padding-left: 30px;
}

.site-showcase .site-showcase-in aside.right .hero-callback {
  background: #fff;
  border-radius: 10px;
  padding: 20px 20px 10px;
  max-width: 310px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

.site-showcase .site-showcase-in aside.right .hero-callback h4 {
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 3px solid #e60626;
  padding-bottom: 8px;
  text-align: center;
}

.site-showcase .site-showcase-in aside.right .hero-callback span {
  color: #333;
  font-weight: 700;
  font-size: 18px;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.site-showcase .site-showcase-in aside.right .hero-callback a {
  font-size: 30px;
  color: #e60626;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Biotif-Regular";
}

.site-showcase .site-showcase-in aside.right .hero-callback input[type="text"],
.site-showcase .site-showcase-in aside.right .hero-callback input[type="email"] {
  width: 100%;
  background: #e1e5e6;
  border: 0;
  padding: 10px;
  font-size: 15px;
  height: 48px;
  color: #333;
  margin-top: 16px;
}

.site-showcase .site-showcase-in aside.right .hero-callback button {
  color: #fff;
  background: #a41962;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#a41962), to(#e60626));
  background: linear-gradient(to bottom, #a41962 0%, #e60626 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a41962', endColorstr='#e60626',GradientType=0 );
  /* IE6-9 */
  padding: 10px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  height: 48px;
  border: 0;
  width: 100%;
  border-radius: 10px;
  margin-top: 8px;
}

.site-showcase .site-showcase-in aside.right .hero-callback button:hover {
  background: #09f8e7;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#09f8e7), to(#27d972));
  background: linear-gradient(to bottom, #09f8e7 0%, #27d972 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a41962', endColorstr='#e60626',GradientType=0 );
  /* IE6-9 */
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}

.site-showcase .showcase-child {
  position: relative;
  min-height: 220px;
  margin-top: -81px;
  z-index: 4;
  width: 100%;
  background: url(../img/landing-img/landing-shape5.jpg) no-repeat center bottom;
}

.site-showcase .showcase-child img {
  width: 100%;
}

.site-showcase .showcase-child .showcase-child-in {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 70%;
  z-index: 9;
  text-align: center;
}

.site-showcase .showcase-child .showcase-child-in h2, .site-showcase .showcase-child .showcase-child-in h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 28px;
  z-index: 9;
}

.site-showcase .showcase-child .showcase-child-in p {
  color: #fff;
  font-size: 20px;
}

.site-showcase .showcase-child .showcase-child-in ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-showcase .showcase-child .showcase-child-in ul li {
  background: url(../img/showcase-arrow.png) no-repeat left center;
  display: inline;
  text-align: left;
  padding-left: 24px;
  margin-right: 10px;
}

.site-showcase .showcase-child .showcase-child-in ul li a {
  color: #25db79;
}

.site-header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 9;
}

.site-header .topbar {
  background: #5e060e;
}

.site-header .topbar a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Biotif-Regular";
}

.site-header .btmbar .navbar-toggler {
  border: 1px solid #fff;
  padding: 5px 8px;
  margin-top: 4px;
}

.site-header .btmbar .navbar-toggler span {
  font-size: 26px;
  width: auto;
  height: auto;
  color: #fff;
}

.site-header .btmbar ul.nav-cu li {
  padding-right: .5rem;
  padding-left: .5rem;
}

.site-header .btmbar ul.nav-cu li a {
  color: #fff;
  font-size: 16px;
  font-family: "Biotif-Regular";
  position: relative;
  padding-right: 0;
  padding-left: 0;
}

.site-header .btmbar ul.nav-cu li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top:100%;
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}

.site-header .btmbar ul.nav-cu li a:hover::after,
.site-header .btmbar ul.nav-cu li a.active::after {
  width: 100%;
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}

.site-header .btmbar .phone-icon {
  color: #fff;
  font-size: 16px;
  font-family: "Biotif-Regular";
}

.lighting-bg {
  position: relative;
  z-index: 3;
}

.lighting-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/bg1.png) no-repeat center top;
  top: 0;
}

.ring-bg {
  position: relative;
}

.ring-bg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 500px;
  background: url(../img/bg2.png) no-repeat center bottom;
  background-size: contain;
  bottom: 0;
  z-index: -1;
}

.big-add {
  position: relative;
}

.big-add img {
  margin-top: 50px;
  width: 100%;
  border-radius: 10px;
}

.channel-grid {
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}

.channel-grid img {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-height: 240px;
  min-height: 240px;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}

.channel-grid .img-big {
  max-height: 480px;
  min-height: 480px;
}

.channel-grid .channel-grid-in {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 3;
  padding: 15px 10px;
}

.channel-grid .channel-grid-in h3 {
  color: #fff;
  font-family: "Biotif-Regular";
  margin: 0;
  text-transform: uppercase;
  line-height: 22px;
  font-size: 26px;
}

.channel-grid .channel-grid-in h3 strong {
  font-size: 34px;
  display: block;
  margin-bottom: 4px;
}

.channel-grid .channel-grid-in h3 span {
  font-size: 12px;
  display: block;
}

.channel-grid .channel-grid-in a {
  background: #580008a8;
  color: #fff;
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 30px;
  border: 1px solid #fff;
}

.channel-grid::after {
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1e579900;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #1e579900), to(#e60626));
  background: linear-gradient(to bottom, #1e579900 30%, #e60626 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#e60626',GradientType=0 );
  /* IE6-9 */
  z-index: 2;
}

.channel-grid:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}

.home-mid-form {
  background: #09f8e7;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#09f8e7), to(#27d972));
  background: linear-gradient(to bottom, #09f8e7 0%, #27d972 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a41962', endColorstr='#e60626',GradientType=0 );
  /* IE6-9 */
  padding: 30px 15px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}

.home-mid-form .home-mid-form-in {
  position: relative;
  z-index: 3;
  transform: scale(1);
  zoom:1;
}

.home-mid-form .home-mid-form-in #example2 {
          transform-origin: 0;
          transform: scale(1);
}

.home-mid-form .home-mid-form-in input[type="text"],
.home-mid-form .home-mid-form-in input[type="email"] {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  font-size: 14px;
  background: #098e86;
  color: #fff;
  border: 1px solid #05fdf7;
}

.home-mid-form .home-mid-form-in ::-webkit-input-placeholder {
  /* Firefox, Chrome, Opera */
  color: #05fcf6 !important;
}

.home-mid-form .home-mid-form-in :-ms-input-placeholder {
  /* Firefox, Chrome, Opera */
  color: #05fcf6 !important;
}

.home-mid-form .home-mid-form-in ::-ms-input-placeholder {
  /* Firefox, Chrome, Opera */
  color: #05fcf6 !important;
}

.home-mid-form .home-mid-form-in ::placeholder {
  /* Firefox, Chrome, Opera */
  color: #05fcf6 !important;
}

.home-mid-form .home-mid-form-in :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #05fcf6 !important;
}

.home-mid-form .home-mid-form-in ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #05fcf6 !important;
}

.home-mid-form .home-mid-form-in button {
  background: #a41962;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#a41962), to(#e60626));
  background: linear-gradient(to bottom, #a41962 0%, #e60626 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a41962', endColorstr='#e60626',GradientType=0 );
  /* IE6-9 */
  color: #fff;
  border: 0;
  height: 50px;
  max-width: 180px;
  width: 100%;
  border-radius: 6px;
  letter-spacing: 1px;
  font-size: 16px;
  text-transform: uppercase;
}

.home-mid-form .home-mid-form-in button:hover {
  background: #09f8e7;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#09f8e7), to(#27d972));
  background: linear-gradient(to bottom, #09f8e7 0%, #27d972 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a41962', endColorstr='#e60626',GradientType=0 );
  /* IE6-9 */
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}

.home-mid-form::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #09f8e7;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#09f8e7), to(#27d972));
  background: linear-gradient(to bottom, #09f8e7 0%, #27d972 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a41962', endColorstr='#e60626',GradientType=0 );
  /* IE6-9 */
  border-radius: 10px;
  z-index: 2;
}

.home-mid-form::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: -20px;
  top: -20px;
  background: transparent;
  z-index: 0;
  border-radius: 10px;
  border: 10px solid;
  border-image-source: linear-gradient(45deg, #a41962, #e60626);
  border-image-slice: 1;
}

.video-section {
  position: relative;
  -ms-background-size: cover !important;
  background-size: cover !important;
  background: url(../img/video-on-demand-img.png) no-repeat center center;
  min-height: 500px;
}

.video-section a {
  display: block;
  cursor: pointer;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 9;
}

.video-section a img {
  width: 100%;
  max-width: 100px;
}

.video-section::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

/* 04-02-2020*/

aside.left article {
    position: relative;
    background: #09f8e7;
    background: -webkit-gradient(linear, left top, left bottom, from(#09f8e7), to(#1cd341));
    background: linear-gradient(to bottom, #09f8e7 0%, #1cd342 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a41962', endColorstr='#e60626',GradientType=0 );
    border-radius: 5px;
    width: 70%;
    box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.73);
    padding: 10px;
    margin-bottom: 10px;
}
aside.left article ul {
    list-style: none;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Biotif-Regular";
    padding: 0;
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: center;
}
aside.left article ul li {
    text-align: center;
    width: 50%;
    line-height: normal;
}
aside.left article ul li span {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}
aside.left article ul li:first-child {
    border-right: 1px dashed rgba(0, 0, 0, 0.31);
}
aside.left article:before {
    position: absolute;
    content: "";
    width: auto;
    height: 10px;
    border-left: 12px solid #0af7e2;
    border-bottom: 12px solid transparent;
    top: -5px;
    transform: rotate(44deg);
    right: 48.5%;
}


/*=========================
** Projects Css
========================*/
.project-wrapper {
  margin-top: 15px;
}

.project-wrapper .project-item-wrapper .col, .project-wrapper .project-item-wrapper .col-1, .project-wrapper .project-item-wrapper .col-10, .project-wrapper .project-item-wrapper .col-11, .project-wrapper .project-item-wrapper .col-12, .project-wrapper .project-item-wrapper .col-2, .project-wrapper .project-item-wrapper .col-3, .project-wrapper .project-item-wrapper .col-4, .project-wrapper .project-item-wrapper .col-5, .project-wrapper .project-item-wrapper .col-6, .project-wrapper .project-item-wrapper .col-7, .project-wrapper .project-item-wrapper .col-8, .project-wrapper .project-item-wrapper .col-9, .project-wrapper .project-item-wrapper .col-auto, .project-wrapper .project-item-wrapper .col-lg, .project-wrapper .project-item-wrapper .col-lg-1, .project-wrapper .project-item-wrapper .col-lg-10, .project-wrapper .project-item-wrapper .col-lg-11, .project-wrapper .project-item-wrapper .col-lg-12, .project-wrapper .project-item-wrapper .col-lg-2, .project-wrapper .project-item-wrapper .col-lg-3, .project-wrapper .project-item-wrapper .col-lg-4, .project-wrapper .project-item-wrapper .col-lg-5, .project-wrapper .project-item-wrapper .col-lg-6, .project-wrapper .project-item-wrapper .col-lg-7, .project-wrapper .project-item-wrapper .col-lg-8, .project-wrapper .project-item-wrapper .col-lg-9, .project-wrapper .project-item-wrapper .col-lg-auto, .project-wrapper .project-item-wrapper .col-md, .project-wrapper .project-item-wrapper .col-md-1, .project-wrapper .project-item-wrapper .col-md-10, .project-wrapper .project-item-wrapper .col-md-11, .project-wrapper .project-item-wrapper .col-md-12, .project-wrapper .project-item-wrapper .col-md-2, .project-wrapper .project-item-wrapper .col-md-3, .project-wrapper .project-item-wrapper .col-md-4, .project-wrapper .project-item-wrapper .col-md-5, .project-wrapper .project-item-wrapper .col-md-6, .project-wrapper .project-item-wrapper .col-md-7, .project-wrapper .project-item-wrapper .col-md-8, .project-wrapper .project-item-wrapper .col-md-9, .project-wrapper .project-item-wrapper .col-md-auto, .project-wrapper .project-item-wrapper .col-sm, .project-wrapper .project-item-wrapper .col-sm-1, .project-wrapper .project-item-wrapper .col-sm-10, .project-wrapper .project-item-wrapper .col-sm-11, .project-wrapper .project-item-wrapper .col-sm-12, .project-wrapper .project-item-wrapper .col-sm-2, .project-wrapper .project-item-wrapper .col-sm-3, .project-wrapper .project-item-wrapper .col-sm-4, .project-wrapper .project-item-wrapper .col-sm-5, .project-wrapper .project-item-wrapper .col-sm-6, .project-wrapper .project-item-wrapper .col-sm-7, .project-wrapper .project-item-wrapper .col-sm-8, .project-wrapper .project-item-wrapper .col-sm-9, .project-wrapper .project-item-wrapper .col-sm-auto, .project-wrapper .project-item-wrapper .col-xl, .project-wrapper .project-item-wrapper .col-xl-1, .project-wrapper .project-item-wrapper .col-xl-10, .project-wrapper .project-item-wrapper .col-xl-11, .project-wrapper .project-item-wrapper .col-xl-12, .project-wrapper .project-item-wrapper .col-xl-2, .project-wrapper .project-item-wrapper .col-xl-3, .project-wrapper .project-item-wrapper .col-xl-4, .project-wrapper .project-item-wrapper .col-xl-5, .project-wrapper .project-item-wrapper .col-xl-6, .project-wrapper .project-item-wrapper .col-xl-7, .project-wrapper .project-item-wrapper .col-xl-8, .project-wrapper .project-item-wrapper .col-xl-9, .project-wrapper .project-item-wrapper .col-xl-auto {
  padding-left: 5px;
  padding-right: 5px;
}

.project-wrapper .project-item-wrapper .project-box {
  margin-bottom: 10px;
}

.project-bg-1 {
  background-image: url("../img/show/show1.jpg");
}

.project-bg-2 {
  background-image: url("../img/show/show2.jpg");
}

.project-bg-3 {
  background-image: url("../img/show/show3.jpg");
}

.project-bg-4 {
  background-image: url("../img/show/show4.jpg");
}

.project-bg-5 {
  background-image: url("../img/show/show5.jpg");
}

.project-bg-6 {
  background-image: url("../img/show/show6.jpg");
}

.project-bg-7 {
  background-image: url("../img/show/show7.jpg");
}

.project-bg-8 {
  background-image: url("../img/show/show8.jpg");
}

.project-bg-9 {
  background-image: url("../img/show/show9.jpg");
}

.project-bg-10 {
  background-image: url("../img/show/show10.jpg");
}

.project-box {
  height: 250px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}

.project-box:hover .project-bg {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}

.project-bg:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: .75;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.project-box:hover .project-bg:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}

.project-bg,
.project-content,
.project-table {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}

.project-bg {
  background-size: cover;
  background-position: top;
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}

.project-content {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.project-box:hover .project-content {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}

.project-table {
  display: table;
  text-align: center;
}

.project-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.project-box h4 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 5px;
  display: inline-block;
  color: #ffffff;
}

.comma-project-cat {
  text-transform: capitalize;
  margin-bottom: 5px;
}

.project-box,
.project-box a {
  color: #fff;
}

.image-popup-link {
  font-size: 30px;
}

.image-popup-link:active,
.image-popup-link:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.isotpo-mobile-title {
  font-size: 18px;
  text-transform: capitalize;
  display: none;
}

ul.work-filter-btn {
  margin-bottom: 40px;
}

.work-filter-btn li {
  display: inline-block;
  text-transform: capitalize;
  font-size: 18px;
  cursor: pointer;
  margin-right: 10px;
  border: 2px solid #e60626;
  padding: 4px 16px;
  border-radius: 4px;
}

.work-filter-btn li.active {
  cursor: default;
  background: #a41962;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#a41962), to(#e60626));
  background: linear-gradient(to bottom, #a41962 0%, #e60626 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a41962', endColorstr='#e60626',GradientType=0 );
  /* IE6-9 */
  color: #fff;
  border: 2px solid #e60626;
}

.xzopro-project-page-nav {
  margin: 30px 0;
}

.xzopro-project-page-nav .page-numbers {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  padding: 10px 15px;
  border-radius: 5px;
  color: #505050;
  border: 1px solid;
}

.xzopro-project-page-nav a.prev,
.xzopro-project-page-nav a.next {
  padding: 9px 15px;
}


._mag322w1{
  width: 95%
}
._mag324w2 {
    width: 85%;
    bottom: -20px;
    left: 10px !important; 
}
._mag322w1, ._mag324w2 {
    position: absolute;
    z-index: 1;
    display: block;
    left: -10px;
}
._mag322w1 img, ._mag324w2 img {
    width: 80%;
}



#example1 #rc-imageselect, .g-recaptcha, #example2 #rc-imageselect, .g-recaptcha, #example3 #rc-imageselect, .g-recaptcha, #example4 #rc-imageselect, .g-recaptcha {
  -webkit-transform: scale(0.8, 0.7);
          transform: scale(0.8, 0.7);
  -webkit-transform-origin: 0 60px;
          transform-origin: 0 60px;
}

#example1, #example2, #example3, #example4 {
  -webkit-transform: scale(0.8, 0.7);
          transform: scale(0.8, 0.7);
  -webkit-transform-origin: 0 60px;
          transform-origin: 0 60px;
}

.error.help-block {
  float: left;
  color: red;
}
#channel_package .error.help-block {
    position: absolute;
    left: 14px;
    font-size: 13px;
    bottom: -11px;
    line-height: 11px;
    text-align: left;
}
.custom-cpacha.ustm-cp .error.help-block {
    left: 0 !important;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

/** signup popup **/
#myModal1 .modal-header h4 span, #myModal2 .modal-header h4 span, #myModal3 .modal-header h4 span {
  font-size: 25px;
  text-transform: uppercase;
  color: #e60726;
}

#myModal1 .modal-header .close, #myModal2 .modal-header .close, #myModal3 .modal-header .close {
  position: absolute;
  right: 25px;
  top: 20px;
  color: #fff;
  opacity: 1;
}

#myModal1 .modal-footer, #myModal2 .modal-footer, #myModal3 .modal-footer {
  text-align: center;
  padding: 0 16px 0 0;
  border: 0;
}

#myModal1 .modal-footer .form-group, #myModal2 .modal-footer .form-group, #myModal3 .modal-footer .form-group {
  margin: 0;
}

#myModal1 .modal-content, #myModal2 .modal-content, #myModal3 .modal-content {
  background-image: url(../img/signup-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 30px 20px;
  text-align: left;
}


#myModal1 .modal-content input, #myModal2 .modal-content input, #myModal3 .modal-content input {
  width: 100%;
  font-size: 14px;
  padding-left: 10px;
}

ul.ul-text {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}

ul.ul-text li {
  color: #fff;
  background: url(../img/check.png) no-repeat left 5px;
  padding-left: 30px;
}

.white-left-line {
  position: relative;
}

.white-left-line::before {
  position: absolute;
  content: "";
  left: -6px;
  top: 0;
  width: 3px;
  height: 100%;
  background: #fff;
  display: none;
}

.deskp-img {
  background: url(../img/add1.jpg);
  background-repeat: no-repeat;
  height: 240px;
  width: 1110px;
  position: relative;
  margin: 0 auto;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.64);
          box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.64);
  overflow: hidden;
}

.channel-dv {
  width: auto;
  position: absolute;
  right: -50px;
  font-family: Biotif-Regular;
}

.channel-dv img {
  width: 170px;
  border-radius: 0;
  position: absolute;
  background: transparent;
}

.channel-dv h5 {
  position: relative;
  color: #fff;
  top: 80px;
  text-align: center;
  font-size: 14px;
  font-weight: normal !important;
  margin-left: 40px;
  line-height: 14px;
  text-transform: uppercase;
  z-index: 99;
}
.site-showcase-in {
    overflow: hidden;
}

.channel-dv h5 big {
  display: block;
  font-size: 36px;
  font-weight: bold;
  line-height: 48px;
}

.tabline {
  text-align: center;
  display: block;
  position: relative;
  font-size: 26px;
  font-weight: bold;
  font-family: Biotif-Regular;
  padding: 8% 0;
  margin-right: 30%;
}

.tabline span {
  display: block;
  line-height: 30px;
}

.tabline span:last-child {
  margin-left: 140px;
}

.tabline + a.btn.btn-primary {
  text-align: center;
  display: inline-block;
  position: absolute;
  bottom: -30px;
  left: 28%;
}

.channels-pg-hindi {
  background: url(../img/add2.png);
  height: 230px;
  position: relative;
  background-repeat: no-repeat;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-family: Biotif-Regular;
  width: 100%;
  background-size: 100%;
}

.channels-pg-hindi-txt {
  display: block;
  width: 370px;
  float: right;
  margin-right: 30px;
  text-transform: uppercase;
  margin-top: 35px;
}

.channels-pg-hindi-txt big {
  display: block;
  font-size: 58px;
  font-weight: bold;
  line-height: 50px;
}

.channels-pg-hindi-txt big:first-child {
  margin-right: 33px;
}

.channels-pg-hindi-txt p {
  font-size: 16px;
  line-height: 17px;
  font-weight: normal;
  text-transform: capitalize;
  margin-top: 20px;
}

.channels-pg-hindi-txt span {
  font-size: 22px;
  line-height: 15px;
  display: block;
  letter-spacing: 5px;
}

.ustm-cp {
  display: inline-block;
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.ustm-cp em.error.help-block {
  position: absolute;
  left: 0;
  bottom: -22px;
}

.custom-cpacha:first-child input, .custom-cpacha input[name="chk1"] {
  font-size: 12px !important;
}

.custom-cpacha.ustm-cp input[type="text"] {
  float: left;
  width: 80px !important;
  margin-right: 10px;
}

.custom-cpacha.ustm-cp .cpacha-ref {
  float: left;
  width: 60px;
  margin-top: 16px;
  height: 44px;
}

.custom-cpacha.ustm-cp .cpacha-ref input[type="button"] {
  background: transparent url(../img/captcha-refresh-transparent.png);
  border: none;
  width: 100%;
  height: 45px;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  outline: none;
}

.custom-cpacha.cust-cpa {
  display: inline-block;
  width: 100%;
  position: relative;
  display: block;
  width: 80%;
  position: relative;
  margin-left: 35%;
}

.custom-cpacha.cust-cpa input[type="text"] {
  float: left;
  width: 80px !important;
  margin-right: 10px;
}

.custom-cpacha.cust-cpa .cpacha-ref {
  float: left;
  width: 50px;
}

.custom-cpacha.cust-cpa .cpacha-ref input[type="button"] {
  background: transparent url(../img/captcha-refresh-transparent.png);
  border: none;
  width: 100%;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  outline: none;
}

.custom-cpacha.cust-cpa em.error.help-block {
  position: absolute;
  bottom: -60px;
  width: 100%;
  left: 0;
  font-size: 14px;
}

.custom-cpacha.cptcallback {
  display: inline-block;
  width: 100%;
  position: relative;
  width: 64%;
  float: left !important;
}

.custom-cpacha.cptcallback input[type="text"] {
  width: 100px !important;
  margin-right: 10px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  padding: .375rem .75rem;
  height: 40px;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  float: left;
}

.custom-cpacha.cptcallback .cpacha-ref {
  float: left;
  width: 40px;
}

.custom-cpacha.cptcallback .cpacha-ref input[type="button"] {
  background: transparent url(../img/captcha-refresh-transparent.png);
  border: none;
  width: 100%;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  outline: none;
}

.custom-cpacha.cptcallback em.error.help-block {
  position: absolute;
  left: 0;
  bottom: -20px;
}

.custom-cpacha.cpacusrefer {
  display: inline-block;
  width: 62%;
  position: relative;
  float: left;
}

.custom-cpacha.cpacusrefer input[type="text"] {
  width: 80px !important;
  margin-right: 10px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  padding: .375rem .75rem;
  height: 40px;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  float: left;
}

.custom-cpacha.cpacusrefer .cpacha-ref {
  float: left;
  width: 60px;
}

.custom-cpacha.cpacusrefer .cpacha-ref input[type="button"] {
  background: transparent url(../img/captcha-refresh-transparent.png);
  border: none;
  width: 100%;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.custom-cpacha.cpacusrefer em.error.help-block {
  position: absolute;
  left: 0;
  bottom: -18px;
}

.custom-cpacha.stcu-cp {
  display: inline-block;
  float: left;
  width: 100%;
  position: relative;
}

.custom-cpacha.stcu-cp input[type="text"] {
  float: left;
  width: 80px !important;
  margin-right: 10px;
}

.custom-cpacha.stcu-cp .cpacha-ref {
  float: left;
  width: 80px;
  margin-top: 23px;
}

.custom-cpacha.stcu-cp .cpacha-ref input[type="button"] {
  background: transparent url(../img/captcha-refresh-transparent.png);
  border: none;
  width: 100%;
  height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  outline: none;
}

.custom-cpacha.stcu-cp em.error.help-block {
  position: absolute;
  left: 0;
  bottom: -18px;
}

.custom-cpacha.cpachapym {
  display: inline-block;
  float: left;
  width: 100%;
  position: relative;
}

.custom-cpacha.cpachapym input[type="text"] {
  float: left;
  width: 100px;
  margin-right: 10px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  padding: .375rem .75rem;
  height: 40px;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.custom-cpacha.cpachapym .cpacha-ref {
  float: left;
  width: 80px;
  margin-top: -4px;
}

.custom-cpacha.cpachapym .cpacha-ref input[type="button"] {
  background: transparent url(../img/captcha-refresh-transparent.png);
  border: none;
  width: 100%;
  height: 46px;
  background-repeat: no-repeat;
  background-size: 30px;
  cursor: pointer;
  outline: none;
  background-position: left center;
}

.custom-cpacha.focu-cp {
  float: left;
  width: 62%;
  display: inline-block;
  position: relative;
}

.custom-cpacha.focu-cp input[type="text"] {
  float: left;
  width: 80px !important;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  height: 40px;
  margin-right: 10px;
}

.custom-cpacha.focu-cp .cpacha-ref {
  float: left;
  width: 50px;
  height: 40px;
}

.custom-cpacha.focu-cp .cpacha-ref input[type="button"] {
  width: 100%;
  height: 40px;
  background: transparent url(../img/captcha-refresh-transparent.png);
  border: none;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  outline: none;
}

.custom-cpacha.focu-cp em.error.help-block {
  position: absolute;
  left: 0;
  bottom: -20px;
}

.custom-cpacha.need-cu-cp {
  float: left;
  width: 100%;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.custom-cpacha.need-cu-cp input[type="text"] {
  float: left;
  width: 80px !important;
  height: 40px;
  margin-right: 10px;
}

.custom-cpacha.need-cu-cp .cpacha-ref {
  float: left;
  width: 80px;
  height: 40px;
}

.custom-cpacha.need-cu-cp .cpacha-ref input[type="button"] {
  width: 100%;
  height: 40px;
  background: transparent url(../img/captcha-refresh-transparent.png);
  border: none;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  outline: none;
}

.custom-cpacha.need-cu-cp em.error.help-block {
  position: absolute;
  left: 0;
  bottom: -20px;
}

.custom-cpacha input[type="text"] {
  padding: .375rem .5rem !important;
  margin-right: 6px !important;
}
.lft_box, .rft_box {
    position: relative;
}
.lft_box img, .rft_box img {
    background-size: 0;
}
.bannerside-mag324w2 {
    position: absolute;
    top: 106px;
    z-index: 8;
    background: url(../img/banner-side-mag324w2.png) no-repeat right top;
    height: 220px;
    width: 220px;
    right: 421px;
    background-size: 208px;
}
.bannerside-mag324w2:before {
    position: absolute;
    content: "";
    border: 3px solid #fff;
    width: 220px;
    height: 220px;
    border-radius: 100%;
    bottom: 11px;
    left: 7px;
}
.bannerside-mag324w2 span{
  font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    position: absolute;
    bottom: 45px;
    width: 100%;
    font-weight: bold;
    left: 8px;
}

/** end signup popup **/
@media only screen and (min-width: 1200px) {
  .masonry-enable .project-box {
    height: 210px;
  }
  .project-item-wrapper.masonry-enable .single-project-item:nth-child(10) {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .project-item-wrapper.masonry-enable .single-project-item:nth-child(8) .project-box {
    height: 430px;
  }
}

@media only screen and (min-width: 768px) {
  .hidden-md {
    display: none;
  }

  .project-item-wrapper.masonry-enable {
    max-height: 660px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .work-filter-btn {
    display: none;
    padding: 0;
  }
   .plan-section1 {
    background-position: top !important;
}
  .work-filter-btn li:hover,
  .isotpo-mobile-title:hover,
  .work-filter-btn li.active {
    background: #a41962;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#a41962), to(#e60626));
    background: linear-gradient(to bottom, #a41962 0%, #e60626 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a41962', endColorstr='#e60626',GradientType=0 );
    /* IE6-9 */
  }
  .work-filter-btn li.active {
    color: #ffffff;
  }
  .isotpo-mobile-title {
    background: #a41962;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#a41962), to(#e60626));
    background: linear-gradient(to bottom, #a41962 0%, #e60626 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a41962', endColorstr='#e60626',GradientType=0 );
    /* IE6-9 */
  }
  .work-filter-btn li {
    background: #fff;
    color: #000 !important;
  }
  .isotpo-mobile-title {
    display: block;
    padding: 10px 15px;
    text-align: center;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 30px;
  }
  .isotpo-mobile-title::before {
    background: transparent;
    border-bottom: 2px solid;
    border-right: 2px solid;
    content: "";
    height: 15px;
    position: absolute;
    right: 25px;
    top: 16px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 15px;
    border-color: #ffffff;
  }
  .isotpo-mobile-title.active::before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 25px;
  }
  .work-filter-btn li {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
    padding: 5px 15px;
  }
  .work-filter-btn li,
  .work-filter-btn li.active,
  .work-filter-btn li:hover {
    color: #ffffff;
  }
  .xzopro-project-page-nav {
    margin-top: 10px;
  }
  .xzopro-project-page-nav a.prev,
  .xzopro-project-page-nav a.next,
  .xzopro-project-page-nav .page-numbers {
    padding: 8px 13px;
  }
  .xzopro-project-page-nav .page-numbers {
    font-size: 12px;
  }
}

.reffer-form {
  position: relative;
  background: #fff url(../img/building-bg.jpg) no-repeat bottom center;
}

.reffer-form .reffer-form-in {
  background: #fff;
  max-width: 320px;
  padding: 30px 20px;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 2;
}

.reffer-form .reffer-form-in h4 {
  text-align: center;
  border-bottom: 4px solid #b21555;
  padding-bottom: 16px;
  margin-bottom: 6px;
}

.reffer-form .reffer-form-in input {
  width: 100%;
  height: 48px;
  margin-top: 15px;
  padding-left: 10px;
  font-size: 15px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 2px 4px 6px #ccc;
          box-shadow: 2px 4px 6px #ccc;
}

.reffer-form .reffer-form-in button {
  background: #a41962;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#a41962), to(#e60626));
  background: linear-gradient(to bottom, #a41962 0%, #e60626 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a41962', endColorstr='#e60626',GradientType=0 );
  /* IE6-9 */
  margin-top: 15px;
  width: 100%;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  height: 50px;
  border-radius: 8px;
}

.reffer-form .reffer-form-in button:hover {
  background: #09f8e7;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#09f8e7), to(#27d972));
  background: linear-gradient(to bottom, #09f8e7 0%, #27d972 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a41962', endColorstr='#e60626',GradientType=0 );
  /* IE6-9 */
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}

.reffer-form .reffer-form-in span {
  color: #333;
  font-weight: 700;
  font-size: 18px;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.reffer-form .reffer-form-in a {
  font-size: 30px;
  color: #e60626;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Biotif-Regular";
}

.reffer-form::before {
  position: absolute;
  content: "";
  background: url(../img/redleft-bg.png) no-repeat bottom left;
  left: -150px;
  top: 0;
  width: 950px;
  height: 850px;
  background-size: contain;
  z-index: 1;
}

.reffer-form::after {
  position: absolute;
  content: "";
  background: url(../img/referbg2.png) no-repeat bottom right;
  right: 0;
  bottom: 70px;
  width: 1250px;
  height: 180px;
  background-size: cover;
  z-index: 0;
}

.month3 {
  background: #f5f5fd;
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
  overflow: hidden;
}

.month3 .month3-img {
  max-width: 450px;
  width: 100%;
}

.month3 .month3-query {
  background: #a41962;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#a41962), to(#e60626));
  background: linear-gradient(to bottom, #a41962 0%, #e60626 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a41962', endColorstr='#e60626',GradientType=0 );
  /* IE6-9 */
  padding: 60px 20px 40px;
  margin-top: 80px;
  max-width: 380px;
  float: right;
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
}

.month3 .month3-query .error.help-block {
  float: left;
  color: #fff;
}

.month3 .month3-query h3 {
  text-align: center;
  color: #fff;
}

.month3 .month3-query h3 span {
  font-size: 18px;
  color: #ffd3e8;
  font-family: "Biotif-Regular";
}

.month3 .month3-query input[type="text"],
.month3 .month3-query input[type="email"] {
  font-size: 16px;
  margin-top: 20px;
  width: 100%;
  height: 48px;
  padding-left: 14px;
}

.month3 .month3-query button {
  margin-top: 20px;
  width: 100%;
  height: 48px;
  background: #09f8e7;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#09f8e7), to(#27d972));
  background: linear-gradient(to bottom, #09f8e7 0%, #27d972 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a41962', endColorstr='#e60626',GradientType=0 );
  /* IE6-9 */
  border: 0;
  font-family: "Agenda-Bold";
  border-radius: 6px;
}

.month3 .month3-query button:hover {
  background: #a41962;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#a41962), to(#e60626));
  background: linear-gradient(to bottom, #a41962 0%, #e60626 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a41962', endColorstr='#e60626',GradientType=0 );
  /* IE6-9 */
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}

.month3::before {
  position: absolute;
  content: "";
  width: 1200px;
  height: 1000px;
  -webkit-transform: skew(20deg);
  transform: skew(-12deg);
  background: #fff;
  border-radius: 50px;
  right: -600px;
  top: -440px;
  -webkit-transform: rotate(17deg);
          transform: rotate(17deg);
}

.ul-plan {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ul-plan li {
  color: #000;
  background: url(../img/li-dot1.png) no-repeat left 6px;
  padding-left: 30px;
  line-height: 30px;
}

.popular-pakage {
  position: relative;
  overflow: hidden;
}

.popular-pakage h3, .popular-pakage h2 {
  margin-bottom: 60px;
}

.popular-pakage-in {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  background: #fff;
  border-radius: 10px;
  max-width: 320px;
  width: 100%;
}

.popular-pakage-in p {
  font-size: 18px;
  text-transform: uppercase;
  padding: 30px;
  border-bottom: 1px solid #333;
}

.popular-pakage-in h3 {
  /* For Chrome and Safari */
  /* For old Fx (3.6 to 15) */
  /* For pre-releases of IE 10*/
  /* For old Opera (11.1 to 12.0) */
  background-image: -webkit-gradient(linear, left top, right top, from(#09f8e7), color-stop(#27d972), to(#fff));
  background-image: linear-gradient(to right, #09f8e7, #27d972, #fff);
  /* Standard syntax; must be last */
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 40px;
  font-family: "Biotif-Regular";
  margin-bottom: 20px;
}

.popular-pakage-in a {
  text-transform: uppercase;
  color: #000;
  background: #09f8e7;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#09f8e7), to(#27d972));
  background: linear-gradient(to bottom, #09f8e7 0%, #27d972 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a41962', endColorstr='#e60626',GradientType=0 );
  /* IE6-9 */
  padding: 10px 20px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  margin: 20px 0 30px;
  display: inline-block;
}

.popular-pakage-in:hover {
  background: #09f8e7;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#09f8e7), to(#27d972));
  background: linear-gradient(to bottom, #09f8e7 0%, #27d972 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a41962', endColorstr='#e60626',GradientType=0 );
  /* IE6-9 */
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}

.popular-pakage-in:hover p {
  color: #fff;
  border-bottom: 1px solid #333;
}

.popular-pakage-in:hover h3 {
  color: #fff;
}

.popular-pakage-in:hover .ul-plan li {
  background: url(../img/li-dot1-hover.png) no-repeat left center;
}

.popular-pakage-in:hover a {
  text-transform: uppercase;
  color: #000;
  background: #09f8e7;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#09f8e7), to(#27d972));
  background: linear-gradient(to bottom, #09f8e7 0%, #27d972 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a41962', endColorstr='#e60626',GradientType=0 );
  /* IE6-9 */
  background: #fff;
}

.popular-pakage::before {
  position: absolute;
  content: "";
  background: url(../img/greenbg-left.png) no-repeat left bottom;
  left: 0;
  width: 510px;
  height: 600px;
  bottom: 0;
}

.popular-pakage::after {
  position: absolute;
  content: "";
  background: url(../img/greenbg-right.png) no-repeat right top;
  right: 0;
  width: 200px;
  height: 600px;
  top: 0;
}

footer {
  position: relative;
  z-index: 1;
}

footer .top-footer {
  background: #a41962;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#a41962), to(#e60626));
  background: linear-gradient(to bottom, #a41962 0%, #e60626 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a41962', endColorstr='#e60626',GradientType=0 );
  /* IE6-9 */
  min-height: 80px;
  line-height: 80px;
}

footer .top-footer p, footer .top-footer a {
  margin: 0;
  color: #fff;
}

footer .mid-footer {
  background: #2b2e35;
  min-height: 80px;
  line-height: 80px;
  text-align: center;
}

footer .mid-footer ul.widget-nav {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 auto;
}

footer .mid-footer ul.widget-nav li {
  display: inline-block;
}

footer .mid-footer ul.widget-nav li a {
  color: #aab9db;
  padding: 0 10px;
}

footer .btm-footer {
  background: #202329;
  min-height: 50px;
  line-height: 50px;
}

footer .btm-footer p {
  color: #6d7584;
  margin: 0;
}
section.white-bg{ overflow: hidden; }
/** about page **/
.abt-section1 {
  background: #262428;
  position: relative;
  margin-bottom: 100px;
}

.abt-section1 p {
  font-family: "Biotif-Light";
}

.abt-section1 .abt-img-box {
  position: relative;
  z-index: 2;
  max-width: 280px;
  margin: 50px auto 0;
}

.abt-section1 .abt-img-box img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.abt-section1 .abt-img-box::after {
  position: absolute;
  content: "";
  background: url(../img/abt-img1-bg.jpg) no-repeat left top;
  right: -15px;
  top: -25px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.abt-section1 .abt-img-box::before {
  position: absolute;
  content: "";
  background: transparent;
  left: 15px;
  top: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 1px dashed #333;
  z-index: 3;
}

.abt-section1::after {
  position: absolute;
  content: "";
  background: url(../img/down-shape.png) no-repeat bottom center;
  width: 100%;
  height: 94px;
  bottom: -93px;
  left: 0;
}

.abt-section2 {
  padding: 110px 0 45px;
  background: #f5f5fd url(../img/abt-bg1.jpg) no-repeat top center;
  background-size: cover;
  margin-top: -90px;
}

.abt-section2 h2 {
  color: #e60626;
  margin-bottom: 1rem;
}

.abt-section2 .why-box {
  margin-bottom: 1rem;
}

/*.abt-section3 {
  position: relative;
  padding: 80px 0 120px;
}*/
.abt-section3 {
    position: relative;
    padding: 0;
    min-height: 180px;
    margin-top: 0px;
}
.str {
    position: absolute;
    left: auto;
    width: 100%;
    top: -50px;
}

.abt-section3 h2 {
  color: #e60626;
  margin-bottom: 1rem;
}

.abt-section3 h5 {
  line-height: 30px;
}

.abt-section3 a {
  background: #a41962;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#a41962), to(#e60626));
  background: linear-gradient(to bottom, #a41962 0%, #e60626 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a41962', endColorstr='#e60626',GradientType=0 );
  /* IE6-9 */
  color: #fff;
  padding: 12px 30px;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 6px;
  margin-top: 30px;
  display: inline-block;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.abt-section3::before {
  position: absolute;
    content: "";
    left: 0;
    top: 73px;
    background: url(../img/abt-section3-left-bg.png) no-repeat left top;
    width: 100%;
    height: 160px;
    background-size: contain;
    z-index: 4;
}
.lft_box .caption_txt:after {
    position: absolute;
    content: "";
    width: 45%;
    height: 100%;
    border-bottom: 42px solid #c50833;
    border-right: 110px solid transparent;
}

.abt-section3::after {
  position: absolute;
    content: "";
    right: 0;
    bottom: 170px;
    background: url(../img/abt-section3-right-bg.png) no-repeat right bottom;
    width: 100%;
    height: 170px;
    background-size: contain;
    z-index: -1
}
.caption_txt {
    background: #c50833;
    color: #fff;
    font-size: 29px;
    text-transform: uppercase;
    position: relative;
}
.lft_box .caption_txt:before {
    position: absolute;
    content: "";
    background: #c50833;
    width: 100%;
    height: 100%;
    left: -20rem;
}
.lft_box .caption_txt {
    position: relative;
}
.rft_box .caption_txt {
    position: relative;
}
.rft_box .caption_txt:before {
    position: absolute;
    content: "";
    background: #c50833;
    width: 100%;
    height: 100%;
    right: -23rem;
}
.lft_box .caption_txt {
    position: relative;
    width: 70%;
    text-align: right;
    padding-right: 15%;
}
.rft_box .caption_txt {
    position: relative;
    text-align: left;
    padding-left: 15%;
    width: 70%;
    float: right;
}
.lft_box .caption_txt:after {
    position: absolute;
    content: "";
    width: 57%;
    height: 100%;
    border-bottom: 43px solid #c50833;
    border-right: 130px solid transparent;
}
.rft_box .caption_txt:after {
    position: absolute;
    content: "";
    width: 30%;
    height: 100%;
    border-right: 130px solid #c50833;
    left: -130px;
    border-top: 43px solid transparent;
}

.abt-section4 {
  background: url(../img/abt-section4-bg.png) no-repeat -150px top;
  padding: 0 0;
}

.abt-section4 h3 {
  margin: 0;
  padding-top: 50px;
}

.callus {
  background: url(../img/call-us.png) no-repeat left center;
  background-size: contain;
  padding-left: 90px;
  margin-top: 20px;
}

.callus p {
  font-size: 22px;
  text-transform: uppercase;
  margin: 0;
}

.callus p img {
  display: inline;
}

.callus strong {
  color: #e60626;
  font-size: 28px;
}

/** end about page **/
/** need help page **/
.need-section1 {
  background: #262428;
  position: relative;
  z-index: 2;
  min-height: 1100px;
}

.need-section1 .need-form {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  margin-top: 30px;
}

.need-section1 .need-form input, .need-section1 .need-form select, .need-section1 .need-form textarea {
  background: #f5f2fb;
  border: 2px solid #d8d0e6;
  height: 44px;
  padding-left: 10px;
  margin-top: 20px;
  font-size: 16px;
  width: 100%;
}

.need-section1 .need-form textarea {
  height: 100px;
}

.need-section1 .need-form button {
  margin-top: 20px;
  margin-bottom: 40px;
}

.need-section1 .need-form::after {
  position: absolute;
  content: "";
  background: url(../img/need-page-remote.png) no-repeat;
  width: 284px;
  height: 284px;
  right: 0;
  bottom: -142px;
}

.need-section1 .need-info {
  background: url(../img/leef-bg.png) no-repeat 100px center;
  margin-top: 200px;
}

.need-section1 .need-info strong {
  font-size: 18px;
  color: #e60626;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.need-section1 .need-info a {
  padding: 8px 28px;
  margin: 10px 0 0 0;
  display: inline-block;
}
.setup-section2 p {
    font-size: 26px;
    font-weight: 900;
    color: #db0930;
    text-shadow: cornsilk;
}
.need-section1::before {
  position: absolute;
  content: "";
  right: 0;
  top: 100px;
  background: url(../img/need-page-bg.png) no-repeat right bottom;
  width: 1200px;
  height: 1000px;
  background-size: cover;
}

/** end need help page **/
/** page plan package **/
.plan-section1 {
    background: #262428 url(../img/plan-bg1.jpg) no-repeat top center;
    background-size: cover;
    min-height: 1100px;
    background-position: 70px;
}

.plan-section1 .saving-cal {
  margin-top: 90px;
  padding: 140px 80px 100px;
  text-align: left;
  position: relative;
}

.plan-section1 .saving-cal h3 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.plan-section1 .saving-cal p {
  color: #e60626;
  font-size: 20px;
}

.plan-section1 .saving-cal form {
  max-width: 375px;
}

.plan-section1 .saving-cal form select {
  height: 50px;
  width: 100%;
  padding: 0 10px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  border: 0;
}

.plan-section1 .saving-cal form button {
  background: #a41962;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#a41962), to(#e60626));
  background: linear-gradient(to bottom, #a41962 0%, #e60626 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a41962', endColorstr='#e60626',GradientType=0 );
  /* IE6-9 */
  height: 50px;
  width: 100%;
  color: #fff;
  margin-top: 20px;
  border: 0;
}

.plan-section1 .saving-cal form button:hover {
  background: #09f8e7;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#09f8e7), to(#27d972));
  background: linear-gradient(to bottom, #09f8e7 0%, #27d972 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a41962', endColorstr='#e60626',GradientType=0 );
  /* IE6-9 */
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}

.plan-section1 .saving-cal::before {
  background: url(../img/plan-bg2.png) no-repeat right top;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background-size: contain;
  right: 60px;
}

/** end plan package **/
/** buy now **/
.buy-section1 {
  background: #f8f8f8;
  position: relative;
  min-height: 1000px;
  z-index: 3;
}

.buy-section1 .buy-section1-in {
  position: absolute;
  width: 650px;
  height: 550px;
  background: transparent url(../img/img1.png) no-repeat right bottom;
  background-size: contain;
  z-index: 9;
  right: 0;
  bottom: 0;
}

.buy-section1 .buynow-form {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 2;
  border-radius: 8px;
}

.buy-section1 .buynow-form form {
  margin-top: 0;
  position: relative;
  z-index: 2;
}

.buy-section1 .buynow-form form label {
  margin-top: 20px;
}

.buy-section1 .buynow-form form label span {
  color: #e60626;
}

.buy-section1 .buynow-form form select, .buy-section1 .buynow-form form input {
  background: #f5f2fb;
  border: 2px solid #d8d0e6;
  height: 44px;
  padding-left: 10px;
  font-size: 16px;
  width: 100%;
}

.buy-section1 .buynow-form form input[type="checkbox"] {
  width: 15px;
  height: 15px;
}

.buy-section1 .buynow-form::after {
  position: absolute;
  content: "";
  background: url(../img/buynow-bg3.png) no-repeat bottom right;
  width: 160px;
  height: 200px;
  background-size: contain;
  right: 0;
  bottom: 0;
}

.buy-section1::before {
  position: absolute;
  content: "";
  background: url(../img/buynow-bg1.jpg) no-repeat top center;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.buy-section1::after {
  position: absolute;
  content: "";
  background: url(../img/buynow-bg.jpg) no-repeat bottom center;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

form#channel_package_home .custom-cpacha.cust-cpa .error.help-block {
    bottom: -18px;
    text-align: left;
}

.hexagon {
  width: 100px;
  height: 130px;
  /* width: 100%; */
  /* height: 100%; */
  background: url(../img/haxogon.png) no-repeat center center;
  background-size: contain;
  position: relative;
}

.hexagon .hexagon-in {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.hexagon .hexagon-in strong {
  color: #e60626;
}

.hexagon .hexagon-in p {
  margin: 0;
  text-transform: uppercase;
  color: #e60626;
  font-size: 13px;
  line-height: 14px;
}

.hexagon .hexagon-in p span {
  text-transform: capitalize;
}

.redmark li {
  background: url(../img/red-mark.png) no-repeat left center;
}

.mt-minus-150 {
  margin-top: -150px;
}

/** end buy now page **/






/** video page **/
.video-section1 {
  background: #f8f8f8 url(../img/videiondemand-bg1.jpg) no-repeat top center;
  position: relative;
  min-height: 1000px;
  padding-top: 20px;
  z-index: 3;
}

.video-section1 .video-title {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 25px;
}

.video-section1 .video-title h3 {
  color: #ccc;
  text-transform: uppercase;
}

.video-section1 .owl-video-section {
  margin-bottom: 40px;
  position: relative;
}

.video-section1 .owl-video-section .owl-item {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.video-section1 .owl-video-section .owl-nav {
  display: block !important;
  position: absolute;
  top: -65px;
  right: 0;
  max-width: 80px;
  width: 100%;
}

.video-section1 .owl-video-section .owl-nav .owl-prev, .video-section1 .owl-video-section .owl-nav .owl-next {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background: #a41962;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#a41962), to(#e60626));
  background: linear-gradient(to bottom, #a41962 0%, #e60626 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a41962', endColorstr='#e60626',GradientType=0 );
  /* IE6-9 */
}

.video-section1 .owl-video-section .owl-nav .owl-next {
  right: 0;
}

.video-section1::before {
  position: absolute;
  content: "";
  background: url(../img/videiondemand-bg.png) no-repeat top center;
  background-size: contain;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.video-section2 {
  min-height: 800px;
  padding-bottom: 60px;
}

.video-section2 strong {
  color: #08faee;
  font-size: 20px;
  font-weight: 500;
}

.video-section2 span {
  font-size: 14px;
}

.video-section2 .video-img-box {
  position: relative;
  z-index: 2;
  max-width: 100%;
  margin: 30px 25px 0 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

.video-section2 .video-img-box img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.video-section2 .video-img-box::after {
  position: absolute;
  content: "";
  background: #08faee;
  right: -20px;
  top: -20px;
  width: 100%;
  height: calc(100% + 40px);
  z-index: 1;
}

.video-section2 .video-img-box::before {
  position: absolute;
  content: "";
  background: transparent;
  left: 15px;
  top: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 1px dashed #333;
  z-index: 3;
}

.video-section3 {
  padding-top: 60px;
}

.video-section3 .video-gallery .project-wrapper .project-item-wrapper .col, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-1, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-10, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-11, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-12, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-2, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-3, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-4, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-5, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-6, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-7, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-8, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-9, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-auto, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-lg, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-lg-1, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-lg-10, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-lg-11, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-lg-12, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-lg-2, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-lg-3, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-lg-4, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-lg-5, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-lg-6, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-lg-7, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-lg-8, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-lg-9, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-lg-auto, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-md, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-md-1, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-md-10, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-md-11, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-md-12, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-md-2, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-md-3, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-md-4, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-md-5, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-md-6, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-md-7, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-md-8, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-md-9, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-md-auto, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-sm, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-sm-1, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-sm-10, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-sm-11, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-sm-12, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-sm-2, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-sm-3, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-sm-4, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-sm-5, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-sm-6, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-sm-7, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-sm-8, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-sm-9, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-sm-auto, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-xl, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-xl-1, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-xl-10, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-xl-11, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-xl-12, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-xl-2, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-xl-3, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-xl-4, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-xl-5, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-xl-6, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-xl-7, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-xl-8, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-xl-9, .video-section3 .video-gallery .project-wrapper .project-item-wrapper .col-xl-auto {
  padding-left: 5px;
  padding-right: 5px;
}

.video-section3 .video-gallery .project-item-wrapper.masonry-enable .single-project-item:nth-child(1) .project-box,
.video-section3 .video-gallery .project-item-wrapper.masonry-enable .single-project-item:nth-child(8) .project-box,
.video-section3 .video-gallery .project-item-wrapper.masonry-enable .single-project-item:nth-child(15) .project-box,
.video-section3 .video-gallery .project-item-wrapper.masonry-enable .single-project-item:nth-child(22) .project-box,
.video-section3 .video-gallery .project-item-wrapper.masonry-enable .single-project-item:nth-child(29) .project-box,
.video-section3 .video-gallery .project-item-wrapper.masonry-enable .single-project-item:nth-child(36) .project-box,
.video-section3 .video-gallery .project-item-wrapper.masonry-enable .single-project-item:nth-child(43) .project-box,
.video-section3 .video-gallery .project-item-wrapper.masonry-enable .single-project-item:nth-child(50) .project-box,
.video-section3 .video-gallery .project-item-wrapper.masonry-enable .single-project-item:nth-child(57) .project-box,
.video-section3 .video-gallery .project-item-wrapper.masonry-enable .single-project-item:nth-child(64) .project-box,
.video-section3 .video-gallery .project-item-wrapper.masonry-enable .single-project-item:nth-child(71) .project-box,
.video-section3 .video-gallery .project-item-wrapper.masonry-enable .single-project-item:nth-child(78) .project-box,
.video-section3 .video-gallery .project-item-wrapper.masonry-enable .single-project-item:nth-child(85) .project-box,
.video-section3 .video-gallery .project-item-wrapper.masonry-enable .single-project-item:nth-child(91) .project-box {
  height: 440px;
}

.video-section3 .video-gallery .project-item-wrapper {
  max-height: 430px;
  overflow: hidden;
}

.video-section3 .video-gallery .project-item-wrapper .single-project-item {
  padding-left: 15px;
  padding-right: 15px;
}

.video-section3 .video-gallery .work-filter-btn {
  padding-left: 0;
}

.video-section3 .video-gallery .work-filter-btn li {
  border: 2px solid #565656;
  margin-bottom: 10px;
}

.video-section3 .video-gallery .work-filter-btn li.active {
  color: #e60626;
  border: 2px solid #e60626;
  background: transparent;
}

.video-section3 .video-gallery .project-bg-1 {
  background-image: url("../img/video/video1big.jpg");
}

.video-section3 .video-gallery .project-bg-2 {
  background-image: url("../img/video/video2.jpg");
}

.video-section3 .video-gallery .project-bg-3 {
  background-image: url("../img/video/video3.jpg");
}

.video-section3 .video-gallery .project-bg-4 {
  background-image: url("../img/video/video4.jpg");
}

.video-section3 .video-gallery .project-bg-5 {
  background-image: url("../img/video/video5.jpg");
}

.video-section3 .video-gallery .project-bg-6 {
  background-image: url("../img/video/video6.jpg");
}

.video-section3 .video-gallery .project-bg-7 {
  background-image: url("../img/video/video7.jpg");
}

.video-section3 .video-gallery .project-bg-8 {
  background-image: url("../img/video/video8.jpg");
}

.video-section3 .video-gallery .project-bg-9 {
  background-image: url("../img/video/video9.jpg");
}

.video-section3 .video-gallery .project-bg-10 {
  background-image: url("../img/video/video1big.jpg");
}

.video-section3 .video-gallery .project-bg-11 {
  background-image: url("../img/video/video2.jpg");
}

.video-section3 .video-gallery .project-bg-12 {
  background-image: url("../img/video/video3.jpg");
}

.video-section3 .video-gallery .project-bg-13 {
  background-image: url("../img/video/video4.jpg");
}

.video-section3 .video-gallery .project-bg-14 {
  background-image: url("../img/video/video5.jpg");
}

.video-section4 {
  position: relative;
  background: url(../img/offerbg2.png) no-repeat center top;
  min-height: 200px;
  padding-top: 60px;
  padding-bottom: 20px;
}

.video-section4 h4 {
  color: #08faee;
  text-transform: uppercase;
}

.video-section4 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}

.video-section4 ul li {
  color: #fff;
  padding-left: 5px;
  line-height: 30px;
}

.video-section4 ul li img {
  margin-right: 5px;
}

.video-section4 .hero-callback {
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px 20px;
  max-width: 320px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

.video-section4 .hero-callback h4 {
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: center;
}

.video-section4 .hero-callback span {
  color: #333;
  font-weight: 700;
  font-size: 18px;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.video-section4 .hero-callback spam {
  font-size: 16px;
  text-transform: capitalize;
  color: #333;
}

.video-section4 .hero-callback img {
  margin: 0 auto !important;
  display: block;
}

.video-section4 .hero-callback a {
  font-size: 30px;
  color: #e60626;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Biotif-Regular";
}

.video-section4 .hero-callback input[type="text"],
.video-section4 .hero-callback input[type="email"] {
  width: 100%;
  background: #e1e5e6;
  border: 0;
  padding: 10px;
  font-size: 15px;
  height: 48px;
  color: #333;
  margin-top: 10px;
  border: 1px solid #d9cff2;
}

.video-section4 .hero-callback button {
  color: #fff;
  background: #a41962;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#a41962), to(#e60626));
  background: linear-gradient(to bottom, #a41962 0%, #e60626 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a41962', endColorstr='#e60626',GradientType=0 );
  /* IE6-9 */
  padding: 10px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  height: 48px;
  border: 0;
  width: 100%;
  border-radius: 10px;
  margin-top: 22px;
}

.video-section4 .hero-callback button:hover {
  background: #09f8e7;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#09f8e7), to(#27d972));
  background: linear-gradient(to bottom, #09f8e7 0%, #27d972 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a41962', endColorstr='#e60626',GradientType=0 );
  /* IE6-9 */
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}

.video-section4::before {
  position: absolute;
  content: "";
  background: url(../img/video-section4.jpg) no-repeat left bottom;
  width: 854px;
  height: 887px;
  left: 0;
  bottom: 0;
  background-size: contain;
}

/** end video page **/
/** offer page **/
.offer-section1 {
  background: #fff url(../img/offerbg2.png) no-repeat top center;
  position: relative;
  min-height: 1000px;
  padding-top: 20px;
  background-size: cover;
}

.offer-section1 .offer-section1-in {
  background-size: contain;
  background: url(../img/offerimg-bg.png) no-repeat center top;
  width: 100%;
  height: 100%;
  min-height: 370px;
  margin-top: 30px;
}

.offer-section1 .offer-section1-in img {
  max-width: 400px;
  width: 100%;
  margin: 43px 60px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.offer-section1 .offer-section1-in .text {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 38%;
  top: 50%;
}

.offer-section1 .offer-section1-in .text span {
  color: #fff;
  font-family: "Agenda-Bold";
  text-transform: uppercase;
}

.offer-section1 .offer-section1-in .text h3 {
  font-size: 34px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}

.offer-section1 .offer-section1-in .text h3 span {
  font-size: 28px;
}

.offer-section1 .offer-section1-in .text h2 {
  font-size: 30px;
  line-height: 30px;
  margin: 0;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.offer-section1 .offer-section1-in .text h2 span {
  font-size: 20px;
}

.offer-section1 .offer-section1-in .text p {
  color: #fff;
  text-transform: uppercase;
}

.offer-section1 .offer-section1-in .text a {
  background: #ff0;
  color: #333;
  padding: 6px 20px;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 700;
}

.offer-section1 .offer-section2-in {
  margin-top: 60px;
}

.offer-section1 .offer-section2-in a.btn {
  text-transform: uppercase;
  background: #a41962;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#a41962), to(#e60626));
  background: linear-gradient(to bottom, #a41962 0%, #e60626 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a41962', endColorstr='#e60626',GradientType=0 );
  /* IE6-9 */
  color: #fff;
  position: absolute;
  bottom: 50px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.offer-section1 .offer-section2-in .left {
  width: 100%;
  max-height: 350px;
  height: 350px;
  background: url(../img/offerimg1.png) no-repeat center top;
  position: relative;
  background-size: contain;
}

.offer-section1 .offer-section2-in .left a.btn {
  left: 130px;
}

.offer-section1 .offer-section2-in .right {
  width: 100%;
  max-height: 350px;
  height: 350px;
  background: url(../img/offerimg2.png) no-repeat center top;
  position: relative;
  background-size: contain;
}

.offer-section1 .offer-section2-in .right a.btn {
  left: 100px;
}

.offer-section1 .offer-section3-in {
  background-size: contain;
  background: url(../img/offerbg3.png) no-repeat center top;
  width: 100%;
  height: 100%;
  min-height: 250px;
  margin-top: 50px;
  padding-top: 30px;
  text-align: center;
}

.offer-section1 .offer-section3-in h3 {
  color: #fff;
}

.offer-section1 .offer-section3-in p {
  color: #fff;
}

.offer-section1 .offer-section3-in a {
  background: #ff0;
  color: #333;
  padding: 6px 20px;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 700;
}

.offer-section1::before {
  position: absolute;
  content: "";
  background: url(../img/offerbg1.png) no-repeat top center;
  background-size: cover;
  top: 0;
  width: 100%;
  height: 250px;
  z-index: 2;
}

/** end offer page **/
/** setup-section page **/
.setup-section1 {
  background-size: contain;
    background: url(../img/setup-box-bg2.png) no-repeat center top;
    width: 100%;
    height: 100%;
    min-height: 310px;
    padding-top: 30px;
    text-align: left;
    position: relative;
    margin-bottom: 0;
}

.setup-section1 .setup-section1-in strong, .setup-section1 .setup-section1-in p {
  color: #fff;
}

.setup-section2 {
  background: url(../img/setup-box-bg3.png) no-repeat top center;
  background-size: cover;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}

.setup-section2 .hero-callback {
  background: #fff;
  border-radius: 10px;
  padding: 40px 20px;
  max-width: 360px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  margin: 0 auto !important;
}

.setup-section2 .hero-callback h4 {
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: center;
}

.setup-section2 .hero-callback span {
  color: #333;
  font-weight: 700;
  font-size: 18px;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.setup-section2 .hero-callback spam {
  font-size: 16px;
  text-transform: capitalize;
  color: #333;
}

.setup-section2 .hero-callback img {
  margin: 0 auto !important;
  display: block;
}

.setup-section2 .hero-callback a {
  font-size: 30px;
  color: #e60626;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Biotif-Regular";
}

.setup-section2 .hero-callback input[type="text"],
.setup-section2 .hero-callback input[type="email"] {
  width: 100%;
  background: #e1e5e6;
  border: 0;
  padding: 10px;
  font-size: 15px;
  height: 48px;
  color: #333;
  margin-top: 22px;
  border: 1px solid #d9cff2;
}

.setup-section2 .hero-callback button {
  color: #fff;
  background: #a41962;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#a41962), to(#e60626));
  background: linear-gradient(to bottom, #a41962 0%, #e60626 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a41962', endColorstr='#e60626',GradientType=0 );
  /* IE6-9 */
  padding: 10px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  height: 48px;
  border: 0;
  width: 100%;
  border-radius: 10px;
  margin-top: 22px;
}

.setup-section2 .hero-callback button:hover {
  background: #09f8e7;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#09f8e7), to(#27d972));
  background: linear-gradient(to bottom, #09f8e7 0%, #27d972 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a41962', endColorstr='#e60626',GradientType=0 );
  /* IE6-9 */
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}

.setup-section2::after {
  position: absolute;
  content: "";
  background: url(../img/redright-bg.png) no-repeat top right;
  width: 100%;
  height: 100%;
  top: 0;
  right: -100px;
}

/** end setup-section page **/
/** tv-section1 page **/
.tv-section1 {
  background-size: contain;
  background: url(../img/buynow-bg.jpg) no-repeat center top;
  width: 100%;
  height: 100%;
  min-height: 800px;
  position: relative;
}

.tv-section1 .tv-section1-in {
  padding-top: 60px;
}

.tv-section1 b {
  font-size: 22px;
}

.tv-section1 .green-box {
  position: relative;
  background: #c00d28;
  width: 100%;
  height: auto;
  padding: 20px;
  border-radius: 10px 10px 10px 10px;
  margin-top: 0;
  text-align: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}

.tv-section1 .green-box img {
  width: 100px;
}

.tv-section1 .green-box a {
  background: #fddd04;
  border: 2px solid #fddd04;
  font-size: 16px;
  color: #333;
  padding: 4px 16px;
  display: inline-block;
  border-radius: 16px;
  line-height: 26px;
  height: 34px;
}

.tv-section1 .green-box a:hover {
  background: transparent;
  color: #fff;
}

.tv-section1 .green-box p {
  color: #01643d;
  font-family: "Biotif-Light";
}

.tv-section1 .green-box::before {
  position: absolute;
  content: "";
  background: url(../img/tvchannel-bg5.png) no-repeat left bottom;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
}

.tv-section1 .green-box::after {
  position: absolute;
  content: "";
  background: url(../img/banner-obj.png) no-repeat right bottom;
  width: 200px;
  height: 200px;
  right: -90px;
  bottom: -70px;
  background-size: contain;
}

.tv-section1::before {
  position: absolute;
  content: "";
  background: url(../img/tvchannel-bg1.png) no-repeat center top;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.tv-section1::after {
  position: absolute;
  content: "";
  background: url(../img/tvchannel-bg2.png) no-repeat right top;
  background-size: contain;
  width: 250px;
  height: 100%;
  right: 0;
  top: 90px;
}

.tv-section2 {
  background: url(../img/tvchannel-bg3.png) no-repeat -100px top;
  width: 100%;
  height: 100%;
  min-height: 300px;
  background-size: contain;
  position: relative;
}

.tv-section2 .tv-channel-form {
  margin: 100px 50px;
  text-align: center;
}

.tv-section2 .tv-channel-form .tv-channel-form-in {
  background: #fff;
  padding: 30px 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  margin-top: 50px;
}

.tv-section2 .tv-channel-form .tv-channel-form-in #example1 {
  -webkit-transform-origin: 0;
          transform-origin: 0;
}

.tv-section2 .tv-channel-form .tv-channel-form-in input {
  border: 1px solid #ccc;
  background: #e7e2ec;
  width: 100%;
  height: 40px;
  padding-left: 10px;
  margin-bottom: 10px;
}

.tv-section2 .tv-channel-form .tv-channel-form-in button {
  background: #a41962;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#a41962), to(#e60626));
  background: linear-gradient(to bottom, #a41962 0%, #e60626 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a41962', endColorstr='#e60626',GradientType=0 );
  /* IE6-9 */
  color: #fff;
  min-width: 150px;
  height: 48px;
  margin-top: 0px;
  border: 0;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}

.tv-section2 .tv-channel-form .tv-channel-form-in button:hover {
  background: #09f8e7;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#09f8e7), to(#27d972));
  background: linear-gradient(to bottom, #09f8e7 0%, #27d972 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a41962', endColorstr='#e60626',GradientType=0 );
  /* IE6-9 */
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}

.tv-section2::after {
  position: absolute;
  content: "";
  background: url(../img/tvchannel-bg4.png) no-repeat right bottom;
  background-size: contain;
  width: 150px;
  height: 100%;
  right: 0;
  bottom: 0px;
}

/** end tv-section1 Page **/
/** thanks Pages **/
.thanks {
  margin-top: 0;
  position: relative;
  background: #f5f5fd url(../img/abt-bg1.jpg) no-repeat 0px -10px;
  background-size: contain;
  padding: 0;
}

.thanks .text-left {
  margin-left: 100px;
  padding-bottom: 140px;
  padding-top: 90px;
  position: relative;
}

.thanks .text-left::after {
  position: absolute;
  content: "";
  background: url(../img/circle-mouse.png) no-repeat right bottom;
  width: 700px;
  height: 100%;
  left: 206px;
  top: -75px;
  background-size: contain;
}

.thanks h2 {
  margin-bottom: 0;
}

.thanks h2 span {
  font-size: 3rem;
}

.thanks h5 {
  font-size: 2rem;
  margin-bottom: 0;
}

.thanks p {
  margin-bottom: 25px;
}

.thanks a.btn {
  margin-bottom: 20px;
}

.thanks p strong {
  font-size: 24px;
  margin-top: 10px;
}

.thanks::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url(../img/abt-section3-right-bg.png) no-repeat right bottom;
  width: 100%;
  height: 200px;
  background-size: contain;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-filter: FlipV;
          filter: FlipV;
  -ms-filter: "FlipV";
}

.thanks::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: url(../img/abt-section3-left-bg.png) no-repeat left top;
  width: 100%;
  height: 200px;
  background-size: contain;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-filter: FlipV;
          filter: FlipV;
  -ms-filter: "FlipV";
}

/** end thanks pages **/
/** thanks buy pages **/
.thanks-buy {
  margin-top: 0;
  position: relative;
  background: #f5f5fd url(../img/thanksbg1.png) no-repeat 0px -10px;
  background-size: cover;
  padding: 0;
  min-height: 400px;
  height: 100%;
}

.thanks-buy .thanks-buy1 {
  padding-left: 60px;
}

.thanks-buy .thanks-buy1 h2 {
  color: #25db79;
  padding-top: 10px;
}

.thanks-buy .thanks-buy1 h4 {
  color: #ccc;
}

.thanks-buy .thanks-buy1 p {
  color: #fff;
}

.thanks-buy .thanks-buy1 p strong {
  color: #25db79;
  font-size: 20px;
  font-style: italic;
}

.thanks-buy .thanks-buy2 {
  margin-top: 280px;
  margin-bottom: 80px;
}

.thanks-buy .thanks-buy2 h2 {
  color: #e60626;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 28px;
}

.thanks-buy .thanks-buy2 h2 span {
  font-size: 3rem;
}

.thanks-buy::before {
  position: absolute;
  content: "";
  left: 0;
  top: -50px;
  background: url(../img/thanksbg.png) no-repeat right top;
  width: 100%;
  height: 450px;
  background-size: contain;
}

/** end thanks buy pages **/
/** payment page **/
.payment-section {
  background: #f5f5fd;
  padding: 70px 0;
}

.payment-section label {
  font-weight: 700;
}

.payment-section .card {
  background: #f9f9f9;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  margin-top: 20px;
}

.payment-section .card input {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.payment-section::before {
  position: absolute;
  content: "";
  width: 250px;
  height: 250px;
  background: url(../img/paymentbg1.png) no-repeat left top;
  background-size: contain;
  left: 0;
  bottom: 400px;
}

.payment-section::after {
  position: absolute;
  content: "";
  width: 350px;
  height: 350px;
  background: url(../img/paymentbg2.png) no-repeat right top;
  background-size: contain;
  right: 0;
  bottom: 400px;
  z-index: 1;
}

/** end payment page **/
/** landing page **/
.landing-page-section1 {
  position: relative;
  max-height: 865px;
}

.landing-page-section1 img {
  margin-left: -62px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.landing-page-section1 .landing-page-in {
  position: absolute;
  top: 150px;
  width: 100%;
}

.landing-page-section1 .landing-page-in a.btn {
  background: #09f8e7;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#09f8e7), to(#27d972));
  background: linear-gradient(to bottom, #09f8e7 0%, #27d972 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a41962', endColorstr='#e60626',GradientType=0 );
  /* IE6-9 */
  color: #000;
  text-transform: uppercase;
  bottom: 50px;
  position: absolute;
  left: 50px;
  border-color: #25db79;
}

.landing-page-section1 .landing-page-in .landing-form {
  background: url(../img/landing-img/phone-shape.png) no-repeat center top;
  background-size: contain;
  width: 335px;
  height: 665px;
  padding: 80px 40px 60px;
  z-index: 9;
  position: relative;
}

.landing-page-section1 .landing-page-in .landing-form h4 {
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: center;
}

.landing-page-section1 .landing-page-in .landing-form h4 span {
  color: #000a2e;
  display: inline;
  font-size: inherit;
}

.landing-page-section1 .landing-page-in .landing-form h4 spam {
  font-size: 16px;
  text-transform: capitalize;
  color: #333;
}

.landing-page-section1 .landing-page-in .landing-form img {
  margin: 0 auto !important;
  display: block;
  width: auto;
}

.landing-page-section1 .landing-page-in .landing-form input {
  width: 100%;
  background: #ffffff;
  border: 0;
  padding: 10px;
  font-size: 15px;
  height: 48px;
  color: #333;
  margin-top: 22px;
  border: 2px solid #d0d0d0;
  border-radius: 6px;
}

.landing-page-section1 .landing-page-in .landing-form button {
  display: block;
  margin-top: 20px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
}

.landing-page-section1 .landing-page-in .landing-form span {
  color: #333;
  font-weight: 700;
  font-size: 18px;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.landing-page-section1 .landing-page-in .landing-form a {
  font-size: 30px;
  color: #e60626;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Biotif-Regular";
}

.landing-page-section1::after {
  background: url(../img/landing-img/circle.png) no-repeat right top;
  position: absolute;
  content: "";
  width: 800px;
  height: 800px;
  right: 0;
  top: 0;
}

.landing-page-section1::before {
  position: absolute;
  content: "";
  background: url(../img/landing-img/landing-shape1.png) no-repeat right top;
  width: 100%;
  height: 865px;
  top: 0px;
  right: 0;
  background-size: contain;
}

.landing-page-section2 {
  background: #100726 url(../img/landing-img/landing-shape3.png) no-repeat center top;
  position: relative;
  top: 0;
  width: 100%;
  min-height: 200px;
  max-height: 600px;
  margin-bottom: 270px;
  z-index: 4;
  padding-top: 50px;
}

.landing-page-section2 h2 {
  font-size: 2.25rem;
}

.landing-page-section2 .grid {
  margin-bottom: 10px;
}

.landing-page-section2 .grid p {
  font-size: 14px !important;
}

.landing-page-section2 .container {
  position: relative;
  top: -100px;
}

.landing-page-section2::before {
  position: absolute;
  content: "";
  background: url(../img/landing-img/landing-shape2.png) no-repeat center bottom;
  width: 100%;
  min-height: 415px;
  bottom: -261px;
  right: 0;
}

.landing-page-section3 {
  padding-bottom: 0;
}

.landing-page-section3 .big-add img {
  margin-top: 10px !important;
}

.landing-page-section3 .home-mid-form {
  padding: 50px 80px;
  margin-top: 40px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,100726+0,d50b36+100 */
  background: #1e5799;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #1e5799 0%, #100726 0%, #d50b36 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#d50b36',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.landing-page-section3 .home-mid-form .home-mid-form-in input[type="text"], .landing-page-section3 .home-mid-form .home-mid-form-in input[type="email"] {
  background: #ffffff;
  color: #666;
  border-radius: 6px;
  border: 1px solid #ffffff;
}

.landing-page-section3 .home-mid-form ::-webkit-input-placeholder {
  /* Firefox, Chrome, Opera */
  color: #666 !important;
}

.landing-page-section3 .home-mid-form :-ms-input-placeholder {
  /* Firefox, Chrome, Opera */
  color: #666 !important;
}

.landing-page-section3 .home-mid-form ::-ms-input-placeholder {
  /* Firefox, Chrome, Opera */
  color: #666 !important;
}

.landing-page-section3 .home-mid-form ::placeholder {
  /* Firefox, Chrome, Opera */
  color: #666 !important;
}

.landing-page-section3 .home-mid-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666 !important;
}

.landing-page-section3 .home-mid-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666 !important;
}

.landing-page-section3 .home-mid-form p {
  font-size: 18px;
}

.landing-page-section3 .home-mid-form::after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,100726+0,d50b36+100 */
  background: #1e5799;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #1e5799 0%, #100726 0%, #d50b36 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#d50b36',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.landing-page-section3 .home-mid-form::before {
  content: inherit;
  visibility: hidden;
}

.landing-page-section3.ring-bg::after {
  background: url(../img/landing-img/whitebg.jpg) no-repeat center bottom;
  height: 100%;
}

.landing-page-section5 {
  background: #f5f5fd;
  background-size: contain;
  position: relative;
  padding: 110px 0 105px;
}

.landing-page-section5 .landing-img1 {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 36%;
}

.landing-page-section5 .reffer-form-in {
  margin-top: -80px;
  padding: 50px 20px 40px;
}

.landing-page-section5 .reffer-form-in span {
  color: #333;
  font-weight: 700;
  font-size: 18px;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.landing-page-section5 .reffer-form-in a {
  font-size: 30px;
  color: #e60626;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Biotif-Regular";
}

.landing-page-section5 p {
  margin: 0;
}

.landing-page-section5 p span {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #000;
}

.landing-page-section5 h4 {
  color: #e60626;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 400;
  margin-top: -5px;
}

.landing-page-section5::after {
  position: absolute;
  content: "";
  background: url(../img/landing-img/landing-section5-4.png) no-repeat center bottom;
  background-size: cover;
  width: 100%;
  min-height: 800px;
  left: 0;
  z-index: 1;
}

.landing-page-section5::before {
  position: absolute;
  content: "";
  background: url(../img/landing-img/landing-section5-5.png) no-repeat right top;
  background-size: cover;
  width: 100%;
  min-height: 400px;
  top: -400px;
  left: 0;
  z-index: 0;
}

.landing-page-section6 {
  background: #e60626 url(../img/landing-img/landing-section6-1.png) no-repeat center top;
  z-index: 0;
  margin-top: -145px;
  position: relative;
  max-height: 680px;
  padding-top: 60px;
}

.landing-page-section6 .month3-img {
  margin-top: 100px;
  margin-left: 60px;
}

.landing-page-section6 .month3-query {
  background: #09f8e7;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#09f8e7), to(#27d972));
  background: linear-gradient(to bottom, #09f8e7 0%, #27d972 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a41962', endColorstr='#e60626',GradientType=0 );
  /* IE6-9 */
  padding: 60px 20px 40px;
  margin-top: 50px;
  max-width: 380px;
  float: right;
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
  z-index: 4;
  position: relative;
}

.landing-page-section6 .month3-query h3 {
  text-align: center;
  color: #000;
}

.landing-page-section6 .month3-query h3 span {
  font-size: 18px;
  color: #333;
  font-family: "Biotif-Regular";
}

.landing-page-section6 .month3-query input[type="text"],
.landing-page-section6 .month3-query input[type="email"] {
  font-size: 16px;
  margin-top: 20px;
  width: 100%;
  height: 48px;
  padding-left: 14px;
}

.landing-page-section6 .month3-query button {
  margin-top: 20px;
  width: 100%;
  height: 48px;
  background: #a41962;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#a41962), to(#e60626));
  background: linear-gradient(to bottom, #a41962 0%, #e60626 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a41962', endColorstr='#e60626',GradientType=0 );
  /* IE6-9 */
  color: #fff;
  border: 0;
  font-family: "Agenda-Bold";
  border-radius: 6px;
}

.landing-page-section6 .month3-query button:hover {
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}

.landing-page-section7 {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
}

.landing-page-section7 .landing-page-section7-left, .landing-page-section7 .landing-page-section7-right {
  width: 770px;
  height: 600px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: url(../img/landing-img/section7-left.png) no-repeat left bottom;
  background-size: contain;
  z-index: 0;
}

.landing-page-section7 .landing-page-section7-right {
  right: 0;
  top: 0;
  left: inherit;
  bottom: inherit;
  background: url(../img/landing-img/section7-right.png) no-repeat right top;
  background-size: contain;
}

.landing-page-section7::after {
  width: 100px;
  background-size: contain;
}

.landing-page-section7::before {
  content: inherit;
  visibility: hidden;
}

.landing-footer {
  position: relative;
}

.landing-footer .top-footer, .landing-footer .mid-footer, .landing-footer .btm-footer {
  background: #100726 !important;
}

.landing-footer .top-footer .top-footer-in, .landing-footer .mid-footer .top-footer-in, .landing-footer .btm-footer .top-footer-in {
  background: #a41962;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#a41962), to(#e60626));
  background: linear-gradient(to bottom, #a41962 0%, #e60626 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a41962', endColorstr='#e60626',GradientType=0 );
  /* IE6-9 */
  max-width: 800px;
  margin: 0 auto;
  border-radius: 50px;
  padding: 0 50px;
  position: relative;
  top: -40px;
}

.landing-footer .btm-footer {
  border-top: 1px solid #43306f;
}

.landing-footer::before {
  position: absolute;
  content: "";
  background: url(../img/greenbg-left.png) no-repeat left bottom;
  left: -50px;
  width: 250px;
  height: 600px;
  bottom: 0;
  background-size: contain;
}

/** end landing page **/
div#output p {
  background: linear-gradient(-225deg, #AC32E4 0%, #7918F2 48%, #4801FF 100%);
  font-size: 20px !important;
  width: 68% !important;
  padding-left: 20px !important;
  margin: 0 !important;
  color: #fff;
  line-height: 2.5;
  min-height: 50px;
  border-radius: 5px;
}

@media (min-width: 1450px) {
  .landing-page-section1::before {
    background-size: 100%;
    background-position-y: -22rem;
}
  .landing-page-section1 img {
    width: 100%;
    margin-left: 0;
  }
  /*.landing-page-section1 .landing-page-in a.btn {
    bottom: -80px !important;
    left: 65px !important;
  }*/
  .landing-page-section1 .landing-page-in a.btn {
    position: static;
    margin-top: 25px !important;
  }
  .buy-section1 {
    min-height: 1200px;
  }
  .buy-section1 .mt-minus-150 {
    margin-top: 0 !important;
  }
  .need-section1::before {
    width: 1440px !important;
  }
  .thanks-buy {
    min-height: 650px !important;
  }
  .thanks-buy::before {
    height: 500px !important;
  }
  .abt-section4 {
    background: url(../img/abt-section4-bg.png) no-repeat 0px top !important;
  }
}

@media (min-width: 1650px) {
  .plan-section1 {
    min-height: 1500px;
  }
  .plan-section1 .saving-cal::before {
    right: 180px;
  }
  .site-showcase .bannerside-shape {
    background: url(../img/banner-side-shape1.png) no-repeat right top;
    max-width: 1500px;
    height: 660px;
    background-size: contain;
    top: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .site-header .btmbar ul.nav-cu li a {
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
  }
  .site-showcase {
    padding-bottom: 0;
    background: #262428;
  }
  .site-showcase .bannerside-shape {
    width: 650px;
    background-size: contain;
  }
  .reffer-form img {
    width: 100%;
    max-width: 550px;
    float: right;
  }
  .reffer-form::before {
    height: 100%;
  }
  .month3 .month3-img {
    max-width: 350px;
  }
  .month3 .month3-query {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 320px;
  }
  .month3 .month3-query input {
    margin-top: 14px;
    height: 40px;
  }
  /**  landing page **/
  .site-header .btmbar .navbar-brand {
    margin-right: 0.5rem;
  }
  .site-header .btmbar .nav-cu {
    margin-right: 1rem !important;
  }
  .landing-page-section1 {
    z-index: 5 !important;
  }
  .landing-page-section1 img {
    width: 100% !important;
    margin-top: -38px;
    margin-left: 0;
  }
  .landing-page-section1 .landing-page-in {
    top: 88px;
  }
  .landing-page-section1 .landing-page-in a.btn {
    left: 130px;
    bottom: 180px;
  }
  .landing-page-section1 .landing-page-in .landing-form {
    height: 645px;
  }
  .landing-page-section1::before {
    visibility: hidden;
  }
  .landing-page-section2 {
    max-height: 700px;
  }
  .landing-page-section2 .container {
    top: 60px;
  }
  .landing-page-section5 .landing-img1 {
    display: none;
  }
  .landing-page-section5 .landing-page-section5-in {
    margin-top: -50px;
  }
  .landing-page-section6 .month3-img {
    margin-top: 40px;
  }
  .landing-page-section7 .landing-page-section7-right {
    height: 420px;
  }
  .landing-footer::before {
    width: 110px;
  }
  /** end landing page **/
}

@media only screen and (max-width: 991px) {
  .deskp-img {
    width: 100%;
  }
  .deskp-img .tabline {
    margin-right: 5%;
  }
  .channels-pg-hindi {
    height: auto;
  }
  .channels-pg-hindi .channels-pg-hindi-txt {
    display: block;
    width: 278px;
    float: right;
    margin-right: 0;
    text-transform: uppercase;
    margin-top: 8px;
  }
  .channels-pg-hindi .channels-pg-hindi-txt big {
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
  }
  .site-showcase .showcase-child img {
    width: 100%;
  }
  .site-showcase .bannerside-shape {
    width: 550px;
    top: 240px;
  }
  .site-showcase .site-showcase-in {
    margin-top: 15px !important;
  }
  .site-showcase .site-showcase-in aside.left h1 {
    font-size: 36px;
  }
  .site-showcase .site-showcase-in aside.left h1 span {
    font-size: 50px;
  }
  .site-showcase .site-showcase-in aside.left p {
    font-size: 3rem;
  }
  .month3::before {
    right: -800px;
  }
  .popular-pakage::before {
    left: -200px;
  }
  .popular-pakage::after {
    right: -140px;
  }
  footer .top-footer {
    min-height: 60px;
    line-height: 60px;
  }
  footer .mid-footer {
    min-height: 70px;
    line-height: 70px;
  }
  footer .mid-footer ul.widget-nav li a {
    padding: 0 6px;
    font-size: 14px;
  }
  footer .btm-footer p {
    font-size: 14px;
  }
  /** landing page **/
  .landing-page-section1 .landing-page-in a.btn {
    left: 30px;
  }
  .landing-page-section1::after {
    visibility: hidden;
    
  }
  .site-showcase .showcase-child img {
    margin-top: 0;
  }
  .landing-page-section2 {
    max-height: 800px;
  }
  .landing-page-section2 img {
    width: 100%;
  }
  .landing-page-section3 .home-mid-form {
    padding: 40px 20px;
  }
  .landing-page-section6 .month3-query {
    margin-top: 40px;
  }
  .landing-page-section5 h4 {
    font-size: 1.5rem;
  }
  .landing-page-section6 .month3-img {
    margin-left: 0;
    width: 100%;
  }
  .landing-footer .top-footer .top-footer-in {
    top: -30px;
  }

  /** end landing page **/
}

@media only screen and (max-width: 767px) {
  .tv-channel-form-in .custom-cpacha.ustm-cp, .tv-channel-form-in .custom-cpacha.cust-cpa, .home-mid-form-in .custom-cpacha.ustm-cp, .home-mid-form-in .custom-cpacha.cust-cpa {
    float: left !important;
  }
  .custom-cpacha.focu-cp, .custom-cpacha.cptcallback, .custom-cpacha.cpacusrefer {
    width: 100%;
    margin-bottom: 8px;
  }
  .video-section3 .video-gallery .project-item-wrapper {
    max-height: 2000px;
    overflow: hidden;
  }
  #myBtn {
    bottom: 130px;
  }
  .ptb-60 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .hidden-sm {
    display: none !important;
  }
  .pt-sm-20 {
    padding-top: 20px;
  }
  .pt-sm-2 {
    padding-top: 2px;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.4rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .site-header .topbar a {
    text-align: center;
    display: block;
    padding: 5px;
  }
  .site-header .topbar a img {
    background: transparent !important;
  }
  .site-header .topbar a.phone-icon {
    font-size: 15px !important;
  }
.site-header .navbar-collapse {
    margin: 0;
    position: absolute;
    background: #7b0711;
    width: 100%;
    z-index: 9;
    padding: 10px;
    top: 35px;
    border: 1px solid #fff;
    z-index: 9;
    height: 550px;
    overflow-y: scroll;
    /* overflow: hidden; */
}
  .site-header .navbar-collapse .nav-cu {
    background: #7b0711;
  }
  .site-header .navbar-collapse .phone-icon {
    display: block;
    padding-top: 5px;
    border-top: 1px solid #fff;
  }
  .site-showcase .owl-hero .owl-dots {
    display: none;
  }
  .site-showcase .showcase-child {
    height: 300px;
    overflow: hidden;
  }
  .site-showcase .showcase-child img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .site-showcase .showcase-child .showcase-child-in {
    width: 300px;
    top: 60%;
    max-height: 150px;
  }
  .site-showcase .showcase-child .showcase-child-in h2, .site-showcase .showcase-child .showcase-child-in h1 {
    font-size: 24px;
  }
  .site-showcase .showcase-child .showcase-child-in p {
    font-size: 18px;
  }
  .site-showcase .bannerside-shape {
    width: 40%;
    top: 24%;
    z-index: 7;
    right: 0;
    background: url(../img/banner-side-shape-mobile.png) no-repeat right top;
    background-size: contain;
  }
  .site-showcase .site-showcase-in {
    z-index: 8;
  }
  .site-showcase .site-showcase-in aside.right .hero-callback {
    margin: 0 auto 20px;
    padding: 30px 20px;
    max-width: 300px;
  }
  .site-showcase .site-showcase-in aside.left {
    display: block;
  }
  .site-showcase .site-showcase-in aside.left h1 {
    font-size: 28px;
  }
  .site-showcase .site-showcase-in aside.left h1 span {
    font-size: 36px;
  }
  .site-showcase .site-showcase-in aside.left h5 {
    font-size: 16px;
    margin-top: 6px;
    font-style: italic;
    margin-left: 6px;
  }
  .site-showcase .site-showcase-in aside.left strong {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .site-showcase .site-showcase-in aside.left h2 {
    font-size: 2.2rem;
  }
  .site-showcase .site-showcase-in aside.left p {
    font-size: 1.6rem;
    /* For Chrome and Safari */
    /* For old Fx (3.6 to 15) */
    /* For pre-releases of IE 10*/
    /* For old Opera (11.1 to 12.0) */
    background-image: -webkit-gradient(linear, left top, right top, from(#09f8e7), color-stop(#27d972), to(#fff));
    background-image: linear-gradient(to right, #09f8e7, #27d972, #fff);
    /* Standard syntax; must be last */
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }
  .big-add img {
    margin: 0;
  }
  .reffer-form::before {
    width: 100%;
    background: url(../img/redleft-bg.png) no-repeat top left;
    left: -50px;
    background-size: contain;
  }
  .reffer-form::after {
    bottom: 0;
  }
  .reffer-form .reffer-form-in {
    margin: 0 auto;
  }
  .reffer-form img {
    max-width: 100%;
  }
  .channel-grid img {
    max-height: 200px;
    min-height: 200px;
  }
  .channel-grid .img-big {
    max-height: 400px;
    min-height: 400px;
  }
  .channel-grid .channel-grid-in h3 {
    font-size: 1.5rem;
  }
  .channel-grid .channel-grid-in h3 strong {
    font-size: 28px;
  }
  .channel-grid .channel-grid-in a {
    margin-top: 10px;
  }
  .home-mid-form {
    width: 100%;
    margin: 0 auto;
    /*margin-left: 0;*/
  }
  .home-mid-form .home-mid-form-in button {
    margin-top: 15px;
  }
  .home-mid-form .home-mid-form-in #example2 {
    float: none !important;
  }
  .month3 .month3-img {
    max-width: 310px;
    margin: 0 auto;
    display: block;
  }
  .month3 .month3-query {
    float: none;
    margin: 0 auto;
  }
  .popular-pakage {
    padding: 30px 0;
  }
  .popular-pakage h3, .popular-pakage h2 {
    margin-bottom: 0;
  }
  .popular-pakage .popular-pakage-in {
    margin: 30px auto 0;
  }
  .video-section {
    min-height: 300px;
  }
  .video-section::after {
    width: 60px;
    height: 60px;
  }
  footer .top-footer {
    line-height: 23px;
    min-height: auto;
    padding: 10px;
  }
  footer .top-footer p, footer .top-footer a {
    display: block;
    text-align: center;
  }
  footer .mid-footer {
    min-height: auto;
    line-height: 22px;
    padding: 10px;
  }
  /** about **/
  .abt-section1 .abt-img-box {
    max-width: 220px;
    margin: 50px auto;
  }
  .abt-section3::before,
  .abt-section3::after {
    height: 90px;
  }
  .abt-section4 {
    padding-bottom: 30px;
  }
  .abt-section4 img {
    display: none;
  }
  /** end about apge **/
  /** tv channel page **/
  .tv-section1 .green-box {
    margin-top: 0;
    text-align: left;
    border-radius: 10px;
  }
  .tv-section1 .green-box h3 {
    margin-left: 0 !important;
  }
  .tv-section1 .green-box a {
    margin-top: 10px;
  }
  .tv-section1 .green-box::before {
    top: -4px;
    display: none;
  }
  .tv-section1 .green-box::after {
    visibility: hidden;
    display: none;
  }
  .tv-section1 .add2 {
    width: 100%;
  }
  .tv-section2 {
    background: url(../img/tvchannel-bg3.png) no-repeat -230px top;
    background-size: contain;
  }
  .tv-section2 .tv-channel-form {
    margin-left: 20px;
    margin-right: 20px;
  }
  /** end tv channel page **/
  /** video section page **/
  .video-section1 .video-title {
    border-bottom: 1px dashed #5d5d5d;
  }
  .video-section1 .video-title h3 {
    color: #333;
  }
  .video-section1 .owl-video-section {
    margin-bottom: 0;
  }
  .video-section1::before {
    top: -22px;
    width: 75%;
    height: 100%;
    z-index: 2;
    right: 0;
    display: none;
  }
  .video-section1::after {
    max-width: 280px;
  }
  .video-section2 {
    padding-bottom: 0;
  }
  .video-section2 .text-left h3, .video-section2 .text-left h2 {
    color: #000 !important;
    font-weight: 700;
  }
  .video-section2 span.text-white {
    color: #333 !important;
  }
  .video-section2 p.text-white {
    color: #333 !important;
  }
  .video-section2 .video-img-box {
    margin-bottom: 40px;
  }
  .video-section3 {
    padding-top: 10px;
  }
  .video-section4 {
    overflow: hidden;
    background: #262428;
  }
  .video-section4 ul {
    margin-bottom: 30px;
  }
  .video-section4 .hero-callback {
    margin: 0 auto;
  }
  /** end video section **/
  /** buy-section1 **/
  .buy-section1 {
    padding-bottom: 30px;
  }
  .buy-section1 .mt-minus-150 {
    margin-top: 0;
  }
  .buy-section1 .buy-section1-in {
    display: none;
  }
  .buy-section1 .buynow-form {
    margin-top: 50px;
  }
  .buy-section1::before {
    background: url(../img/setup-box-bg2.png) no-repeat top center;
    background-size: contain;
  }
  .hexagon {
    width: 90px;
  }
  /** end buy section **/
  /** need section **/
  .need-section1 .need-form {
    padding: 30px 30px 78px;
  }
  .need-section1 .need-form::after {
    width: 190px;
    height: 190px;
    background-size: contain;
    right: 0;
    bottom: -95px;
  }
  .need-section1 .need-info {
    margin-top: 130px;
  }
  .need-section1::before {
    background: #fff;
    height: 100%;
  }
  /** end need section **/
  /** .setup-section1 **/
  .setup-section1 {
    background: #262429;
    min-height: 370px;
  }
  /** end .setup-section1 **/
  /** plan page **/
  .popular-pakage-in {
    margin-bottom: 30px;
  }
  .plan-section1 .saving-cal {
    padding: 40px 20px 40px;
    margin-top: 20px;
  }
  .plan-section1 .popular-pakage-in {
    margin: 0 auto 30px;
  }
  /** end plan page **/
  /** offer page **/
  .offer-section1 .offer-section1-in {
    background-size: contain;
  }
  .offer-section1 .offer-section1-in img {
    max-width: 240px;
    width: 100%;
    display: block;
    margin: 12px auto;
  }
  .offer-section1 .offer-section1-in .text {
    position: relative;
    -webkit-transform: inherit;
            transform: inherit;
    left: inherit;
    top: inherit;
    text-align: center;
  }
  .offer-section1 .offer-section1-in .text span {
    color: #333;
  }
  .offer-section1 .offer-section1-in .text h3, .offer-section1 .offer-section1-in .text h2 {
    color: #e60626;
  }
  .offer-section1 .offer-section1-in .text h3 span, .offer-section1 .offer-section1-in .text h2 span {
    color: #e60626;
  }
  .offer-section1 .offer-section1-in .text p {
    color: #e60626;
  }
  .offer-section1 .offer-section2-in {
    margin-top: 40px;
  }
  .offer-section1 .offer-section2-in .right a.btn {
    left: 10px;
    top: 150px;
    bottom: inherit;
  }
  /** enf offer page **/
  /** setupbox page **/
  .setup-section2 {
    padding: 60px 0;
  }
  .setup-section2 p {
    text-align: center;
  }
  .setup-section2::after {
    content: inherit;
    visibility: hidden;
  }
  /** end setup box page **/
  /** thanks page **/
  .thanks {
    background-size: cover;
  }
  .thanks .text-left {
    margin-left: 0;
  }
  .thanks .text-left::after {
    visibility: hidden;
    display: none;
  }
  .thanks::before,
  .thanks::after {
    height: 120px;
  }
  /** end thanks page **/
  /** landing -page **/
  .landing-page-section1 {
    height: 100% !important;
    overflow: visible !important;
    max-height: 100%;
  }
  .landing-page-section1 .landing-page-in {
    position: relative;
    top: 0;
    background: #100726;
  }
  .landing-page-section1 .landing-page-in .col-md-8 {
    padding: 0 !important;
  }
  .landing-page-section1 .landing-page-in .landing-form {
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 20px 30px;
  }
  .landing-page-section1 .landing-page-in .landing-form input {
    margin-top: 12px;
    height: 40px;
  }
  .landing-page-section1 .landing-page-in .landing-form button {
    margin-top: 12px;
  }
  .landing-page-section1 img {
    height: auto !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
    margin-top: 28px !important;
  }
  .landing-page-section2 {
    max-height: 100%;
    margin-bottom: 130px;
  }
  .landing-page-section2::before {
    bottom: -135px;
  }
  .landing-page-section2 img {
    max-width: 55px;
    min-width: 55px;
  }
  .landing-page-section3 {
    padding-bottom: 0;
  }
  .landing-page-section3 .home-mid-form {
    margin: 20px auto 0;
  }
  .landing-page-section3 .home-mid-form p {
    margin: 0;
  }
  .landing-page-section3 .home-mid-form .home-mid-form-in input {
    margin-top: 12px;
  }
  .landing-page-section4 .video-section {
    max-height: 300px;
    min-height: 300px;
  }
  .landing-page-section5 {
    padding-bottom: 65px;
  }
  .landing-page-section5 .reffer-form-in {
    margin-top: 20px;
  }
  .landing-page-section5 .landing-page-section5-in {
    margin-top: 0;
  }
  .landing-page-section6 {
    max-height: 100%;
    background-image: none;
    padding-bottom: 50px;
  }
  .landing-footer .top-footer .top-footer-in {
    top: 0;
    padding: 10px 20px;
  }
  .landing-footer::before {
    width: 30px;
  }
  /** end landing page **/
  /** signup popup **/
  #myModal1 .modal-header .close, #myModal2 .modal-header .close {
    position: absolute;
    right: 25px;
    top: 20px;
    color: #333;
    opacity: 1;
  }
  #myModal1 .modal-content, #myModal2 .modal-content {
    background: #fff;
  }
  /** end signup popup **/
  .plan-section1 .saving-cal::before {
    visibility: hidden;
    content: inherit;
  }
  #output {
    margin-bottom: 20px;
  }
  .tv-section1 b {
    font-size: 18px;
    padding-top: 10px;
    display: block;
    text-align: center;
  }
  .tv-section1 .tv-section1-in {
    padding-top: 22px;
  }
  .white-left-line::before {
    display: block;
  }
  .site-header .topbar .col-6 {
    padding-left: 6px;
    padding-right: 6px;
  }
  .site-header .topbar .col-6.text-right a {
    padding-top: 8px;
    font-size: 13px;
  }
  .channels-pg-hindi-txt {
    width: 230px;
    margin-right: 0px;
    margin-top: 8px;
    width: 100% !important;
    margin-right: 0px !important;
    margin-top: 0 !important;
    background: #46184a;
    text-align: center;
    border-radius: 4px;
    padding: 10px 8px 4px;
  }
  .channels-pg-hindi-txt big {
    font-size: 25px;
    line-height: 24px;
  }
  .channels-pg-hindi-txt big:first-child {
    margin-right: 14px;
  }
  .channels-pg-hindi-txt span {
    font-size: 14px;
    line-height: 10px;
    letter-spacing: 4px;
  }
  .channels-pg-hindi-txt p {
    font-size: 13px;
    line-height: 11px;
    margin-top: 3px;
  }
  .channels-pg-hindi {
    height: auto;
  }
  .video-section2 h1.txt-wh {
    color: #000 !important;
    font-weight: bold;
    font-size: 1.4rem;
  }
  h1.txt-wh {
    font-size: 1.65rem;
  }
  .month3-query .stcu-cp .cpacha-ref {
    margin-top: 0;
  }
  .month3-query .stcu-cp .cpacha-ref {
    margin-top: 0;
  }
.str {
    position: relative;
    left: auto;
    width: 100%;
    top: auto;
}
.lft_box .caption_txt:after {
    border-bottom: 43px solid transparent;
    border-right: 130px solid transparent;
}
.rft_box .caption_txt:after {
    border-bottom: 43px solid transparent;
    border-right: 130px solid transparent;
}
.lft_box .caption_txt {
    padding-right: 0;
    background: transparent;
    color: #000;
    text-align: center;
    width: 100%;
}
.lft_box .caption_txt:before {
    background: transparent;
    width: 0;
    height: 0;
    left: 0;
}
.rft_box .caption_txt:before {
    background: transparent;
    width: 0;
    height: 0;
    left: 0;
}
.rft_box .caption_txt {
    position: relative;
    padding-left: 0;
    width: 100%;
    float: none;
    text-align: center;
    color: #000;
    background: transparent;
}
.lft_box img, .rft_box img {
    width: 60%;
}
.abt-section3 {
    margin-top: 30px;
}
.lft_box, .rft_box {
    margin-bottom: 40px;
}
.caption_txt{
  font-size: 20px;
}
.abt-section3::before{
  background-size: 0;
}
.abt-section3::after{
  background-size: 0;
}

.bannerside-mag324w2 {
    top: 250px;
    right: 16px;
    background-size: 90px;
}
.bannerside-mag324w2:before {
    border: 1px solid #fff;
    width: 94px;
    height: 94px;
    bottom: auto;
    left: auto;
    right: -3px;
    top: -4px;
}
.bannerside-mag324w2 span {
    font-size: 10px;
    text-align: center;
    position: absolute;
    bottom: auto;
    width: 100%;
    font-weight: bold;
    left: 65px;
    top: 63px;
}
.project-area.section-padding{ overflow: hidden; }
.popular-pakage{ overflow: hidden; }
.section.white-bg,.default-bg{ overflow: hidden; }
.thanks-buy{
  background-size: contain;
}
.thanks-buy .thanks-buy2 h2 {
    font-size: 0.8rem;
    font-weight: normal;
    text-align: center;
}
.thanks-buy::before{
  background-size: cover;
    background: #262428;
    height: 200px;
}
.thanks-buy .thanks-buy1 {
    padding-left: 0;
        margin-top: -60px;
    line-height: normal;
    text-align: center;
    font-size: 14px;
}
.thanks-buy .thanks-buy2{
  margin-top: 0;
}
.showcase-child-in p {
    font-size: 14px !important;
}
.thanks-buy2 a.text-black {
    display: block;
    text-align: center;
    margin: 30px auto;
}
.thanks-buy2 a.btn.btn-primary.text-uppercase.mr-4 {
    text-align: center;
    width: 80%;
    display: inline-block;
    margin: 0 auto;
    left: 9%;
    position: relative;
}
.thanks-buy .thanks-buy2 {
    margin-top: 28px;
    background: #f5f5fd;
    padding: 20px 0 0;
    margin: 0 -20px;
}
.abt-section3 a.text-white {
    margin-bottom: 30px;
}


}

@media only screen and (max-width: 576px) {
  .site-showcase .site-showcase-in aside.right .hero-callback {
    margin: 20px auto 20px;
    padding: 30px 20px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 420px) {
  .offer-section1 .offer-section2-in .left a.btn {
    left: 100px;
  }
  .offer-section1 .offer-section2-in .right {
    max-height: 250px;
    height: 240px;
  }
  .offer-section1 .offer-section3-in {
    min-height: auto;
    padding-bottom: 30px;
    background: #000a2e;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .country-select .flag {
    background-image: indianred !important;
  }
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
/*# sourceMappingURL=style.css.map */
@media only screen and (max-width: 767px){
  #myModal2 .modal-title{
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 16px;
    margin-top: -15px;
  }
  #myModal2 .modal-header{
    padding: 0;
  }
  #channel_package .error.help-block {
    font-size: 13px;
    padding-bottom: 7px;
    bottom: 0 !important;
}
#myModal2 .modal-content input {
    margin-top: 10px;
}
.tv-section2 .tv-channel-form .tv-channel-form-in input{
  margin-bottom: 24px;
}
form#signup .error.help-block {
    padding-bottom: 8px;
}
.custom-cpacha.focu-cp em.error.help-block {
    bottom: -28px;
}
.custom-cpacha.focu-cp{
  margin-bottom: 25px;
}
#myModal3 .modal-content{
  background: #fff;
}
 #myModal3 .modal-header .close{
  color: #000;
 } 
 #myModal3 .modal-header h4.modal-title {
    text-align: center;
    width: 100%;
}
#myModal3 .modal-content .error.help-block {
    margin-bottom: 10px;
}
#myModal3 .custom-cpacha.cpacusrefer {
    margin-bottom: 23px;
}
#myModal3 .custom-cpacha.cpacusrefer .error.help-block {
    bottom: -28px;
}
.video-section4 .hero-callback #channel_package .error.help-block {
    position: relative;
    left: 0;
}
.video-section4 .hero-callback #channel_package .custom-cpacha.ustm-cp .error.help-block {
    position: absolute;
    bottom: -17px !important;
}
.setupbox_div img.lazy {
    background-size: 0;
}
.setupbox_div {
    position: relative;
    text-align: center;
}
._mag322w1, ._mag324w2 {
    position: relative;
    left: auto;
    margin: 0 auto;
}
aside.left article ul {
  font-size: 20px; 
}
aside.left article ul li span{
  font-size: 14px; 
}
 
}

@media (min-width: 1450px) {
  .plan-section1 .saving-cal {
    margin-top: 290px;
  }

.container {
    max-width: 1400px;
}
.abt-section1::after {
    background-size: cover;
}
.setup-section1{
background-size: cover;
min-height: 500px;

}
.plan-section1 .saving-cal {
    margin-top: 340px;
}
.video-section1::before{
  background-size: cover;
}
.rft_box .caption_txt:after {
    left: -140px;
}
._mag322w1 img, ._mag324w2 img {
    width: 63%;
}
.bannerside-mag324w2 {
      top: 166px;
/*    z-index: 9;
*/    right: 550px;
}
.buy-section1 .mt-minus-150 {
    margin-top: 120px !important;
}


}




.setupbox_div.trans ._mag322w1 img {
  background:transparent;
}
.setupbox_div.trans ._mag324w2 img{
  background:transparent;
}
.setupbox_div.trans ._mag324w2{
      bottom: 30px;
}
aside.left._landing_pages{
  position: relative;
  color: #ffffff;
  width: 100%;
  padding-top: 9%;
  padding-left: 15%;
}
aside.left._landing_pages h1 {
    font-size: 50px;
    font-family: "Biotif-Light";
    text-transform: uppercase;
    line-height: 66px;
}
aside.left._landing_pages h1 span{
    font-size: 66px;
    font-family: "Biotif-Regular";
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
}
aside._landing_pages  article ul li{
	color: initial;

}

aside._landing_pages strong {
    font-size: 24px;
    font-family: "Biotif-BoldItalic";
    background-image: -webkit-gradient(linear, left top, right top, from(#09f8e7), color-stop(#27d972), to(#fff));
    background-image: linear-gradient(to right, #09f8e7, #27d972, #fff);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    text-transform: uppercase;
    width: 70%;
    text-align: left;
    display: block;
}
aside._landing_pages ul.hero-plan {
    list-style: none;
    margin: 0;
    padding: 0;
}
aside._landing_pages ul.hero-plan li {
    color: #fff;
    background: url(../img/li-dot1.png) no-repeat left center;
    padding-left: 30px;
}
aside._landing_pages p {
    font-size: 1.6rem;
    margin-bottom: 5px;
}
aside.left._landing_pages h5 {
    padding-top: 10px;
    font-weight: normal;
    position: relative;
    margin-top: 20px;
}
.landing-page-section1 .landing-page-in a.btn{
	bottom: 0;
}
aside._landing_pages article:before{
left: 13px;
right: auto;
}
.landing-page-section1 .landing-page-in .desktop-setup-mag424w3{
	width: 180px;
    height: 180px;
    position: absolute;
    right: 410px;
    z-index: 9;
    top: -60px;
    bottom: auto;
    border-radius: 50%;
}
.landing-page-section1 .landing-page-in .desktop-setup-mag424w3 img{
  width: 100%;
  margin:0 auto;
}

.landing-page-section1 .landing-page-in .desktop-setup-mag322w1{
	    width: 340px;
    position: absolute;
    right: 310px;
    top: auto;
    bottom: 50px;
    z-index: 9;
}
.landing-page-section1 .landing-page-in .desktop-setup-mag322w1 img{
  width: 100%;
  margin:0 auto;
}
.landing-page-section1 .landing-page-in .desktop-setup-mag424w3 strong {
    position: absolute;
    top: auto;
    left: 48px;
    bottom: 36px;
    font-size: 14px;
}
.desktop-setup-mag322w1 strong {
    position: absolute;
    bottom: 38px;
    left: 54px;
    font-size: 14px;
}


@media (min-width: 1450px) {
.landing-page-section1 .landing-page-in .desktop-setup-mag424w3 {
    right: 590px;
    z-index: 9;
    top: 20px;

}
.landing-page-section1 .landing-page-in .desktop-setup-mag322w1 {
    right: 470px;
    bottom: 90px;
}
.landing-page-section2::before {
   min-height: 415px;
    bottom: -258px;
    right: 0;
    background-position-x: -383px;
    background-size: 145rem;
}
.landing-page-section5::after{
	min-height: 550px;
}
.landing-page-section6{
	background-size:100%;
	    margin-top: -165px;
}





}

@media (max-width: 767px){
  aside.left._landing_pages {
    width: 90%;
    padding-top: 0;
    padding-left: 6%;
    margin-top: -150px;
}
aside.left._landing_pages h5 {
    padding-top: 0;
    margin-top: 10px;
    font-size: 13px;
}

aside.left._landing_pages  article{
     width: 65%;
    padding: 5px;
}
aside._landing_pages strong{
  width: 100%;
  font-size: 20px;
}
aside._landing_pages ul.hero-plan {
    margin: 0 0 20px 0px;
    font-size: 14px;
}
aside.left._landing_pages h1 {
    font-size: 25px;
    line-height: 30px;
}
aside.left._landing_pages h1 span{
  font-size: 30px;
}
/*aside.left._landing_pages {
    padding-left: 4%;
    margin-top: -200px;
}*/
.landing-page-section1 .landing-page-in .desktop-setup-mag424w3 {
    width: 130px;
    height: 130px;
    right: 0px;
    z-index: 9;
    top: -114px;
    bottom: auto;
}


.landing-page-section1 .landing-page-in .desktop-setup-mag424w3 strong {
    position: absolute;
    top: auto;
    left: 33px;
    bottom: 22px;
    font-size: 12px;
}
.landing-page-section1 .landing-page-in .desktop-setup-mag424w3 img{
  margin:0 auto !important;
}
.landing-page-section1 .landing-page-in .desktop-setup-mag322w1 {
    width: 280px;
    position: absolute;
    right: -140px;
    top: -50px;
    bottom: 0;
    z-index: 1;
}
.landing-page-section1 .landing-page-in .desktop-setup-mag322w1 {
    width: 250px;
    position: absolute;
    right: -120px;
    top: -130px;
    bottom: auto;
    z-index: 0;
}
.desktop-setup-mag322w1 strong {
    position: absolute;
    bottom: 28px;
    left: 39px;
    font-size: 12px;
}
.mmm {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
}
aside._landing_pages p{
	font-size: 1.2rem;
}
.landing-page-section2 h2 {
    font-size: 2rem;
}
footer .top-footer p, footer .top-footer a {
    font-size: 13px;
    font-weight: normal;
    font-family: inherit;
}
.site-showcase{
	overflow:visible;
}
.landing-page-section2{
	overflow: hidden;
	padding-bottom: 90px;
	margin-bottom:0;
}
.landing-page-section3 .home-mid-form .home-mid-form-in input {
    margin-top: 18px;
}
#channel_package .error.help-block {
    bottom: -20px !important;
    color: #ffffff;
}
}


@media (min-width: 1200px) and (max-width: 1600px){
  aside.left._landing_pages{
    padding-left: 0;
    width: 80%;
    padding-top: 5%;
  }
  aside._landing_pages ul.hero-plan{
    margin-bottom: 10px;
  }
  .landing-page-section1 .landing-page-in a.btn{
    position: static;
  }
  .landing-page-section1 .landing-page-in .desktop-setup-mag424w3{
    right: 530px;
    top: 10px;
  }
  .landing-page-section1 .landing-page-in .desktop-setup-mag322w1{
    right: 360px;
  }
  .landing-page-section2::before{
    bottom: -290px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px){
  aside.left._landing_pages{
    padding-left: 0;
    width: 80%;
    padding-top: 0;
  }
  aside.left._landing_pages h1{
    font-size: 28px;
    line-height: 50px;
  }
  aside.left._landing_pages h1 span{
    display: inline-block;
    font-size: 54px;
  }
  aside.left._landing_pages br.hidden-sm{
    display: none;
  }
  aside._landing_pages ul.hero-plan{
    margin-bottom: 10px;
  }  
  .landing-page-section1 .landing-page-in .landing-form{
    margin-left: -80px !important;
    padding: 60px 40px 60px;
  }
  aside.left._landing_pages h5 {
    margin-top: 0;
  }
  aside._landing_pages strong{
    width: auto;
  }
  aside.left article{
    width: 100%;
  }
  .landing-page-section1 .landing-page-in a.btn{
    position: static;
  }
  .landing-page-section1 .landing-page-in .desktop-setup-mag322w1 {
    width: 250px;
    position: absolute;
    right: -120px;
    top: -130px;
    bottom: auto;
    z-index: 0;
  }
  .landing-page-section1 .landing-page-in .desktop-setup-mag424w3{
    width: 180px;
    height: 160px;
    position: absolute;
    right: 380px;
    z-index: 9;
    top: 0px;
    bottom: auto;
    border-radius: 50%;
  }
  .landing-page-section1 .landing-page-in .desktop-setup-mag424w3 strong {
    position: absolute;
    top: auto;
    left: 35px;
    bottom: 40px;
    font-size: 13px;
  }
  .landing-page-section1 .landing-page-in .desktop-setup-mag424w3 img{
    width: 80% !important;
  }
  .landing-page-section1 .landing-page-in .desktop-setup-mag322w1 {
    width: 250px;
    position: absolute;
    right: 305px;
    top: 230px;
    bottom: auto;
    z-index: 0;
  }
  .desktop-setup-mag322w1 strong {
    position: absolute;
    bottom: 27px;
    left: 32px;
    font-size: 13px;
  }
  .landing-page-section2{
    padding-top: 10px;
  }
  .landing-page-section2 h2.text-white.mb-5.mt-5{
    margin-bottom: 2rem!important;
    margin-top: 1rem!important;
  }
  .landing-page-section1::after{
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px){
  aside.left._landing_pages{
    padding-left: 0;
    width: 80%;
    padding-top: 0;
  }
  aside.left._landing_pages h1{
    font-size: 28px;
    line-height: 50px;
  }
  aside.left._landing_pages h1 span{
    display: inline-block;
    font-size: 54px;
  }
  aside.left._landing_pages br.hidden-sm{
    display: none;
  }
  aside._landing_pages ul.hero-plan{
    margin-bottom: 10px;
  }  
  .landing-page-section1 .landing-page-in .landing-form{
    margin-left: -80px !important;
    padding: 60px 40px 60px;
  }
  aside.left._landing_pages h5 {
    margin-top: 0;
  }
  aside._landing_pages strong{
    width: auto;
  }
  aside.left article{
    width: 100%;
  }
  .landing-page-section1 .landing-page-in a.btn{
    position: static;
  }
  .landing-page-section1 .landing-page-in .desktop-setup-mag322w1 {
    width: 250px;
    position: absolute;
    right: -120px;
    top: -130px;
    bottom: auto;
    z-index: 0;
  }
  .landing-page-section1 .landing-page-in .desktop-setup-mag424w3{
    width: 180px;
    height: 160px;
    position: absolute;
    right: 290px;
    z-index: 9;
    top: -20px;
    bottom: auto;
    border-radius: 50%;
  }
  .landing-page-section1 .landing-page-in .desktop-setup-mag424w3 strong {
    position: absolute;
    top: auto;
    left: 35px;
    bottom: 40px;
    font-size: 13px;
  }
  .landing-page-section1 .landing-page-in .desktop-setup-mag424w3 img{
    width: 80% !important;
  }
  .landing-page-section1 .landing-page-in .desktop-setup-mag322w1 {
    width: 250px;
    position: absolute;
    right: 215px;
    top: 230px;
    bottom: auto;
    z-index: 0;
  }
  .desktop-setup-mag322w1 strong {
    position: absolute;
    bottom: 27px;
    left: 32px;
    font-size: 13px;
  }
  .landing-page-section2{
    padding-top: 130px;
  }
  .landing-page-section2 h2.text-white.mb-5.mt-5{
    margin-bottom: 2rem!important;
    margin-top: 1rem!important;
  }
}




/*--------channel pages---------*/

.channesl-content h3 {
    margin-top: 100px;
}
.seprater {
    /* position: absolute; */
    background: rgb(241,7,132);
    background: linear-gradient(0deg, rgba(241,7,132,1) 0%, rgba(255,75,171,1) 100%);
    width: 20%;
    height: 6px;
    border-radius: 25px;
    top: 31%;
    margin-top: -40px;
    margin-bottom: 20px;
}
.channels-cat-in {
    margin-top: 35px;
}
.channels-cat li {
  width: 18%;
  float: left;
  list-style: none;
  text-align: center;
  min-height: 190px;
  position: relative;
  -webkit-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  background:#f8f2f5;
  margin: 5px;
  border-radius: 7px;
  height: 190px;
  border:2px solid #f00;
}
.channels-cat li {
  list-style: none;
  text-align: center;
}
.channels-cat img {
  width: auto;
  height: auto;
  background:transparent;
}
.channels-cat-in p {
  color: #000000;
  font-size: 18px;
  text-shadow: none !important;
}
.channels-cat {
    z-index: 9;
    position: relative;
    width: 100%;
}
.channelpagef .hero-callback #channel_package .error.help-block {
    position: relative;
    left: 0;
    bottom: auto;
}
.channelpagef .hero-callback #channel_package .custom-cpacha.ustm-cp .error.help-block {
    position: absolute;
    bottom: -17px !important;
}

.channelpagef .hero-callback button {
    color: #fff;
    background: #a41962;
    background: -webkit-gradient(linear, left top, left bottom, from(#a41962), to(#e60626));
    background: linear-gradient(to bottom, #a41962 0%, #e60626 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a41962', endColorstr='#e60626',GradientType=0 );
    padding: 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    height: 48px;
    border: 0;
    width: 100%;
    border-radius: 10px;
    margin-top: 22px;
}
.channelpagef .hero-callback input[type="text"], .channelpagef .hero-callback input[type="email"] {
    width: 100%;
    background: #e1e5e6;
    border: 0;
    padding: 10px;
    font-size: 15px;
    height: 48px;
    color: #333;
    margin-top: 10px;
    border: 1px solid #d9cff2;
}
.channelpagef .hero-callback spam {
    font-size: 16px;
    text-transform: capitalize;
    color: #333;
}
.channelpagef .hero-callback {
    background: #fff;
    border-radius: 10px;
    padding: 30px 20px 20px;
    max-width: 320px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 767px) {

.channesl-content h3 {
    margin-top: 0;
}
.channels-cat {
    margin-top: 40px;
}
.channels-cat li{width:47%;}
.channels-cat-in {
    margin-top: 0;
    overflow: hidden;
    padding: 36px;
}
.sub-menu {
    position: relative !important;
    z-index: 9999;
    width: 100% !important;
    background: transparent !important;
    display: block !important;
    height: auto !important;
    border: 1px solid #fff;
}
#tv .sub-menu li a {
    color: #fff;
    padding: 3px !important;
    display: block;
    border-bottom: none;
}
#tv .sub-menu li a.active {
    border-bottom: none !important;
    color: #fff !important;
    padding: 3px !important;
}
#tv .sub-menu li a::after{display:none !important;}
}
.btmbar ul li:hover > ul{display: block !important;}
#tv .sub-menu li a {
  color: #555;
  padding: 10px;
  display: block;
  border-bottom: 1px solid #b9b9b9;


}
.sub-menu {
  position: absolute;
  z-index: 9999;
  width: 200px;
  background: #fff;
  display: none;
}
.sub-menu li{list-style:none;}

@media only screen and (max-width: 580px){
   
   #tv .sub-menu li a {
  color: #fff !important;;
  padding:3px;
  display: block;
  border-bottom: none !important;
} 
.channelpagef .hero-callback{
    max-width: 100%;
}
.channelpagef .hero-callback #channel_package .error.help-block {
    color: #f00;
    bottom: 0px !important;
}

}