/* Theme Name: TUTORHIVE - Responsive Landing Page 
   Author: GET NINE SOFTWARE PVT TLD
   Version: 1.0.0
   Created: April 2022
   File Description: Main CSS
*/

/****************************
*   1  :  HELPER            *
*   2  :  NAVBAR-CUSTOM     *
*   3  :  FULLPAGES         *
*   4  :  HOME              *
*   5  :  FEATURES          *
*   6  :  SERVICES          *
*   7  :  VIDEO             *
*   8  :  SCREENSHOT        *
*   9  :  PRICING           *
*   10 :  TESTIMONIAL       *
*   11 :  DOWNLOAD          *
*   12 :  FAQ               *
*   13 :  CONTACT US        *
*   14 :  RESPONSIVE        *
*****************************/

body {
  font-family: "Nunito", sans-serif;
}
body::-webkit-scrollbar {
  width: 0px;
  border-radius: 50px;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background: #ffd85d;
  background: -webkit-linear-gradient(to right, #f2bc10, #ffd85d);
  background: linear-gradient(to right, #f2bc10, #ffd85d);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}

.btn,
.btn:focus,
button,
button:focus {
  outline: none !important;
}

a {
  text-decoration: none !important;
  outline: none;
}

/*****************
    1.HELPER
*****************/

.section {
  padding-bottom: 0px !important;
  position: relative;
}

.height-100 {
  height: 100vh;
  position: relative;
}

.title h2 {
  text-transform: capitalize;
  color: #000;
}

.title-box,
.title-line {
  position: relative;
}

.title-box:after {
  position: absolute;
  top: -6px;
  left: 51%;
  border: 2px solid #000;
  height: 14px;
  width: 14px;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -11px;
}

.title-box:before {
  position: absolute;
  top: -6px;
  left: 50%;
  border: 2px solid #000;
  height: 14px;
  width: 14px;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 1px;
}

.title-line:before {
  position: absolute;
  top: 0px;
  left: 42%;
  content: "";
  background: #000;
  height: 2px;
  width: 7%;
}

.title-line:after {
  position: absolute;
  top: 0px;
  right: 40%;
  content: "";
  background: #000;
  height: 2px;
  width: 7%;
}

.bg-services-hives .title-line:before,
.bg-services-hives .title-line:after {
  background: #000;
}
.bg-services-hives .title-box:before,
.bg-services-hives .title-box:after {
  border-color: #000;
}

.btn {
  border-radius: 50px;
  padding: 15px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.5s;
  letter-spacing: 0.6px;
  color: #fff;
  box-shadow: none !important;
  outline: none !important;
}

.btn-round {
  border-radius: 30px;
}

.vertical-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}

.home-center {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

@media (min-width:1400px){
    .home-desc-center {
      display: flex;
      align-items:center;
    }
}


.btn-outline-custom {
  border: 2px solid #fff;
  border-color: #fff;
  background: white;
  background-size: 0% 100%;
}

.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active,
.btn-outline-custom.active,
.btn-outline-custom.focus,
.btn-outline-custom:active,
.btn-outline-custom:focus,
.btn-outline-custom:hover,
.open > .dropdown-toggle.btn-custom {
  color: #000;
  background-size: 100% 100%;
}

.btn-custom {
  border: 2px solid;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
  color: #f3f3f3;
  background-size: 100% 100%;
}
.btn--apple,
.btn--gplay {
  font-size: 15px;
  padding: 14px 50px;
}

.btn--pdf {
  background-color: rgb(0, 0, 0) !important;
  color: rgb(255, 255, 255) !important;
  font-size: 16px;
  font-weight: 650;
}
.btn--pdf i {
  color: rgb(255, 255, 255) !important;
}
.app--btn {
  border-radius: 50px;
}

.btn--pdf:hover,
.btn--pdf:focus,
.btn--pdf:active {
  background-color: #fff !important;
  color: #000!important;
  opacity: 1;
}

.btn--gplay {
  background-color: #fff !important;
  color: #000;
  border-color: #fff !important;
}
.btn--apple {
  background-color: #000 !important;
  border-color: #000 !important;
  font-weight: 900;
  border: none;
}

.btn--gplay:hover {
  border-color: #000 !important;
}

.btn--apple:hover,
.btn--apple:focus,
.btn--apple:active {
  background-color: #ffd85d !important;
  color: #000;
  opacity: 1;
}

.btn--gplay.active,
.btn--gplay.focus,
.btn--gplay:hover {
  background-size: 100% 100%;
}

.bg-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}

/******************
    2.NAVBAR-CUSTOM
*******************/

.navbar-custom {
  position: absolute;
  z-index: 9998;
  width: 100%;
  height: auto;
  min-height: 0;
  border: 0;
  margin-bottom: 0;
/*  padding: 15px 0px;*/
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: all 0.5s ease-in-out;
  background: #ffd85d;
}

.navbar-custom-header {
  width: 100%;
}

.nav-position {
  position: relative;
}

/* Logo */

.navbar-custom .logo {
  position: relative;
  float: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #000;
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  padding-left: 3px;
}

/* Menu button open */

.menu-btn-open {
  position: absolute;
  right: 0px;
  display: block;
  width: 24px;
  height: 16px;
  line-height: 1px;
  margin: 27px 0 0 0;
  color: #000 !important;
}

.menu-btn-open span {
  display: block;
  position: absolute;
  width: 100%;
  height: 0px;
  color: inherit;
  border: 1px solid;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.menu-btn-open .line1 {
  top: 0;
}

.menu-btn-open .line2 {
  top: 7px;
}

.menu-btn-open .line3 {
  bottom: 0;
}

/* Menu button close */

.menu-btn-close {
  position: absolute;
  right: 0px;
  display: block;
  width: 24px;
  height: 24px;
  margin: 4px 0 0 0;
  top: 23px;
  color: #fff !important;
}

.menu-btn-close span {
  display: block;
  position: absolute;
  width: 100%;
  height: 0px;
  top: 40%;
  color: inherit;
  border: 1px solid;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.menu-btn-close .line1 {
  transform: translateY(-6px);
}

.menu-btn-close .line2 {
  transform: translateY(6px);
}

.menu-btn-close.loaded .line1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-btn-close.loaded .line2 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Menu lightbox */

.menu-lightbox {
  position: fixed;
  top: 0%;
  right: 0;
  left: 0%;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9998;
  color: #fff;
  display: none;
}

.menu-lightbox .menu-nav {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  list-style: none;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.menu-lightbox .menu-nav li {
  padding: 0 0 0px 0;
  margin: 0 0 21px 0;
  overflow: hidden;
  text-align: center;
}

.menu-lightbox .menu-nav li a {
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  position: relative;
  display: inline-block;
  padding-right: 30px;
  opacity: 0;
  transform: translate(0, 30px);
  -webkit-transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}

.menu-lightbox.active .menu-nav li a {
  opacity: 1;
  transform: translate(0, 0px);
}

/******************
    3.FullPages
*******************/

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  background: #000 !important;
}

#fp-nav ul li .fp-tooltip.right {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px !important;
  top: -5px;
  right: 40px !important;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #000;
}

/******************
    4.HOME
******************/

.bg-home {
  background-image: url("../assets/images/bg-home.jpg");
  background-size: cover;
  position: relative;
  background-position: center center;
}

.home-title {
  font-size: 64px;
  text-transform: capitalize;
  max-width: 695px;
  line-height: 1.1;
  font-weight: 600;
  color: #000;
}

.home-subtitle {
  max-width: 600px;
  color: #000;
  opacity: 1;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
}

.social-icons li a {
  font-size: 18px;
  color: #ffffff;
  padding-right: 20px;
}

/*----DEMO 2----*/

.bg-home-gradient {
  background: #7ee6fc;
}

.bg-services-gradient {
  background: #00f260;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #0575e6, #00f260);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0575e6, #00f260);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.bg-services-hives {
  background: #ffffff;
}

.bg-services-hives p,
.bg-services-hives h4,
.bg-services-hives span,
.bg-services-hives label,
.bg-home-gradient p,
.bg-home-gradient h4,
.bg-home-gradient span,
.bg-home-gradient label {
  color: #000;
}

.bg-home-gradient .form-custom .form-control {
  height: 40px;
  border-color: #cdcdcd;
  background-color: #fff;
  border-radius: 10px;
  color: #000;
}
.bg-home-gradient select.form-control:not([size]):not([multiple]) {
  height: 50px;
}
.form-control::placeholder {
  color: #d5d5d5;
  opacity: 1;
  font-size: 14px;
}
.bg-features-gradient {
  background: #e53935;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #e35d5b, #e53935);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #e35d5b, #e53935);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-video-gradient {
  background: #004ff9;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #fff94c, #004ff9);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #fff94c, #004ff9);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-screenshot-gradient {
  background: #ec008c;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #fc6767, #ec008c);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #fc6767, #ec008c);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-pricing-gradient {
  background: #6441a5;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #2a0845, #6441a5);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #2a0845, #6441a5);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-client-gradient {
  background: #0b486b;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #f56217, #0b486b);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f56217, #0b486b);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-download-gradient {
  background: #536976; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #292e49,
    #536976
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #292e49,
    #536976
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-faq-gradient {
  background: #7f00ff; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #e100ff,
    #7f00ff
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #e100ff,
    #7f00ff
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-contact-gradient {
  background: #667db6; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #667db6,
    #0082c8,
    #0082c8,
    #667db6
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #667db6,
    #0082c8,
    #0082c8,
    #667db6
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/*----DEMO 3----*/

.bg-home-color {
  background-color: #1f6eab;
}

.bg-services-color {
  background-color: #10c469;
}

.bg-features-color {
  background-color: #35b8e0;
}

.bg-video-color {
  background-color: #f9c851;
}

.bg-screenshot-color {
  background-color: #ff5b5b;
}

.bg-pricing-color {
  background-color: #3b3e47;
}

.bg-client-color {
  background-color: #5b69bc;
}

.bg-download-color {
  background-color: #884c6e;
}

.bg-faq-color {
  background-color: #aa71f9;
}

.bg-contact-color {
  background-color: #188ae2;
}

/******************
    5.Features
*******************/

.bg-features {
  background-image: url("../assets/images/bg-features.jpg");
  background-size: cover;
  position: relative;
  background-position: center center;
}

.features-box .features-icon {
  font-size: 40px;
  color: #fff;
}

.features-box {
  margin-top: 20px;
  text-align: center;
  padding: 15px;
}

.features-box .features-content {
  margin-top: 15px;
}

.features-box .features-content h5 {
  font-size: 20px;
  font-weight: 400;
}

.features-box .features-content p {
  font-size: 15px;
  line-height: 24px;
  margin-top: 12px;
  letter-spacing: 0.6px;
}

/******************
    6.Services
*******************/

.bg-services {
  background-image: url("../assets/images/bg-services.jpg");
  background-size: cover;
  position: relative;
  background-position: center center;
}

.services-desc h4 {
  font-size: 20px;
}

.services-desc p {
  font-size: 15px;
}

/******************
    7.Video
*******************/

.bg-video {
  background-image: url("../assets/images/bg-video.jpg");
  background-size: cover;
  position: relative;
  background-position: center center;
}

.video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
}

.video-play-icon {
  outline: none !important;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 4;
  display: inline-block;
  cursor: pointer;
  background: #fff;
  text-align: center;
  font-size: 38px;
  line-height: 78px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/******************
    8.Screenshot
*******************/

.bg-screenshot {
  background-image: url("../assets/images/bg-screenshot.jpg");
  background-size: cover;
  position: relative;
  height: 100vh;
  background-position: center center;
}

#screenshots {
  margin: 0;
  width: 100%;
}

.owl-controls {
  margin-top: 50px !important;
}

.screenshot-item {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 290px;
  overflow: hidden;
  position: relative;
}

.owl-screenshot {
  padding-top: 40px;
}

.screenshot-content {
  width: 100%;
  position: relative;
  background-color: #ffffff;
}

.screenshot-content img {
  width: 100%;
}

.screenshot-overlayer {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 100%;
  text-align: center;
  position: absolute;
  background-color: transparent;
}

.screenshot-overlayer a {
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 4px;
  height: 12px;
  margin: 5px 4px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  transition: all 0.5s;
  background: #fff;
}

.owl-theme .owl-controls .owl-page.active span {
  height: 18px;
}

/******************
    9.Pricing
*******************/

.bg-pricing {
  background-image: url("../assets/images/bg-pricing.jpg");
  background-size: cover;
  position: relative;
  height: 100vh;
  background-position: center center;
}

.bg-price {
  background-color: rgba(255, 255, 255, 0.12);
  padding: 35px 20px;
}

.price-active {
  position: relative;
  overflow: hidden;
}

.plan-price sub {
  font-size: 17px;
  bottom: -0em;
}

.plan-price sup {
  font-size: 20px;
  top: -0.8em;
}

.lable {
  background: #40556e none repeat scroll 0 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  right: -26px;
  padding: 2px 25px;
  position: absolute;
  text-transform: uppercase;
  top: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

/******************
    10.Testimonial
*******************/

.bg-client {
  background-image: url("../assets/images/bg-client.jpg");
  background-size: cover;
  position: relative;
  height: 100vh;
  background-position: center center;
}

#owl-demo .owl-item div {
  padding: 5px;
}

#owl-demo .owl-item img {
  width: 100%;
  height: auto;
}

.testi-user {
  width: 85px !important;
  margin-right: 15px;
  color: #a2a2a2;
  margin-top: 20px;
}

.user-review {
  font-size: 16px;
  line-height: 30px;
  font-style: italic;
  font-weight: 300;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.testi-user-name {
  font-size: 16px;
}

.review-box {
  padding: 20px;
}

/******************
    11.Download
*******************/

.bg-download {
  background-image: url("../assets/images/bg-download.jpg");
  background-size: cover;
  position: relative;
  height: 100vh;
  background-position: center center;
}

/******************
    12.Faq
*******************/

.bg-faq {
  background-image: url("../assets/images/bg-faq.jpg");
  background-size: cover;
  position: relative;
  height: 100vh;
  background-position: center center;
}

.faq {
  position: relative;
}

.faq-title {
  font-size: 16px;
  color: #fff;
}

.faq-sub-title {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}

.service-icon {
  float: left;
}

.service-icon {
  font-size: 40px;
  position: absolute;
  color: #fff;
  top: 45%;
  transform: translateY(-50%);
}

.faq-ans {
  margin-left: 10%;
}

/******************
    13.Contact us
*******************/

.bg-contact {
  background-image: url("../assets/images/bg-contact.jpg");
  background-size: cover;
  position: relative;
  height: 100vh;
  background-position: center center;
}

.form-custom .form-control {
  height: 40px;
  border-color: #000;
  background-color: #fff;
  border-radius: 0px;
  color: #fff;
}

.form-custom .form-control:focus {
  box-shadow: none;
}

.form-custom .form-group {
  margin-top: 2px;
  font-size: 14px;
}

.form-custom textarea.form-control {
  height: auto;
}
.services-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.services-icon .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 76px;
  background: url("../images/home/avatar.png") no-repeat center center #0000;
  background-size: cover;
}

.services-icon .icon .img {
  display: table-cell;
  vertical-align: middle;
}

.nav .nav-item .nav-link {
  color: #000;
  font-weight: 650;
  font-size:16px;
}

.footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  font-size: 15px;
  color: #fff;
  background: #2c2c2c;
  display: block;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #ffd85d;
  font-weight: 600;
}
.footer .nav .nav-item > a {
  color: #fff;
  font-weight: 600;
}

.screenshot-wrap {
  padding: 0 60px;
}
.screenshot-wrap .slick-list {
  padding-bottom: 100px !important;
  padding-top: 80px !important;
}
.single-screenshot.slick-slide {
  z-index: 1;
}
.single-screenshot.slick-active {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  z-index: 2;
  transition: all 0.3s ease-in 0s;
}
.single-screenshot.slick-center {
  position: relative;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  z-index: 3;
  transition: all 0.3s ease-in 0s;
}
.single-screenshot img {
  width: 100%;
}
.slick-dots {
  text-align: center;
  margin-top: 10px;
}
.slick-dots li.slick-active button {
  background-color: #000;
}
.slick-dots li {
  display: inline-block;
}
.screenshots-area .sec-title {
  margin-bottom: 25px;
}
.slick-dots li button {
  background: transparent;
  border: 1px solid #000;
  border-radius: 100%;
  font-size: 0;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
  width: 10px;
  height: 10px;
  display: inline-block;
}
.screenshot-wrap .slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  width: 35px;
  background: #7ee6fc;
  color: #fff;
  height: 35px;
  z-index: 999;
  line-height: 36px;
  border-radius: 100%;
  text-align: center;
  font-size: 29px;
  transition: 0.4s;
  margin-top: -60px;
  cursor: pointer;
}
.screenshot-wrap .slick-arrow.icofont-long-arrow-right {
  right: 0;
  left: auto;
}
.screenshot-wrap .slick-arrow:hover {
  color: #000;
}

#home:before {
  background: #fff;
  height: 100px;
  border-radius: 200px 200px 0px 0px;
  position: absolute;
  bottom: -50px;
  width: 50vw;
  left: 25%;
  content: "";
  display: block;
  z-index: 1;
}
.scroll--down {
  background: url(../images/down.svg) no-repeat scroll
    center center #0000;
  background-size: cover;
  height: 83px;
  width: 83px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -42px;
  z-index: 3;
}
.scroll--down span {
  font-size: 14px;
  font-weight: 800;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  margin-top: -40px;
  position: absolute;
  width: 400px;
  margin-left: -158px;
}

/*********************
    14.Responsive
**********************/

@media (min-width: 200px) and (max-width: 767px) {
  .bg-home {
    height: auto;
    padding: 120px 0;
  }
  .navbar-custom {
    margin-top: 0px;
    padding: 15px 0px !important;
    background: #ffd85d;
  }
  .nav-position {
    width: 85%;
  }
  .vertical-content {
    display: inherit;
  }
  .home-title {
    font-size: 40px;
    padding-top: 30px;
  }
  .home-subtitle {
    line-height: 26px;
  }
  .faq-ans {
    margin-left: 15%;
  }
  .menu-btn-close {
    top: 15px;
  }
  .btn--apple,
  .btn--gplay {
    font-size: 15px;
  }
  .scroll--down span {
    width: 300px;
    margin-left: -104px;
  }
  #home:before {
    height: 80px;
    width: 100%;
    left: 0%;
  }
  .c-img{max-width: 100%!important;}
  .submit-btn{margin-bottom: 90px;}
  .nav-li{padding: 0px 20px 0px 0px;}
  .social-mbl{display:flex;justify-content:center;}
}

@media (max-width: 1024px) {
  .section {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
  }
  .home-video.section {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
}

@media (max-width: 576px) {
  .screenshot-wrap {
    padding: 0px;
  }
  .screenshot-wrap .slick-list {
    padding: 30px !important;
  }
  .single-screenshot img {
    padding: 40px;
  }
  .c-img{max-width: 100%!important;width:100%!important;;}
  img {
    width: 80%;
  }
  
}

/* General Button Style */
.button {
  display: block;
  position: relative;
  background: rgb(0, 0, 0);
  padding: 11px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Nunito";
  font-weight: bold;
  box-sizing: border-box;
  border-radius: 6px;
}

.button.border:hover {
  background: #ffd85d;
  color: rgb(0, 0, 0);
}

/* Button Ribbon-Outset Border Style */
.button.ribbon-outset.border:after,
.button.ribbon-outset.border:before {
  top: 50%;
  content: " ";
  height: 29px;
  width: 29px;
  position: absolute;
  pointer-events: none;
  background: rgb(0, 0, 0);
  border-radius: 6px 0px 5px 6px;
}
.button.ribbon-outset.border:after {
  left: 1px;
  margin-top: -28px;
  transform-origin: 0 0;
  box-sizing: border-box;
  transform: rotate(45deg) skew(19deg, 19deg);
  border-bottom: 5px solid #000;
  border-left: 5px solid #000;
}
.button.ribbon-outset.border:before {
  right: -28px;
  margin-top: -28px;
  transform-origin: 0 0;
  box-sizing: border-box;
  transform: rotate(45deg) skew(19deg, 19deg);
  border-top: 5px solid #000;
  border-right: 5px solid #000;
}
.button.ribbon-outset.border:hover:after {
  border-bottom: 5px solid #ffd85d;
  border-left: 5px solid #ffd85d;
  background: #ffd85d;
}
.button.ribbon-outset.border:hover:before {
  border-top: 5px solid #ffd85d;
  border-right: 5px solid #ffd85d;
  background: #ffd85d;
}

/* Button Border Style */
.button.border {
  border-top: 4px solid #000 !important;
  border-bottom: 4px solid #000 !important;
}

.button.border:hover {
  border-top: 4px solid #ffd85d !important;
  border-bottom: 4px solid #ffd85d !important;
}

.button1 {
  display: block;
  width: fit-content;
  position: relative;
  background: rgb(0, 0, 0);
  padding: 11px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Nunito";
  font-weight: bold;
  box-sizing: border-box;
  border-radius: 6px;
}

.button1.border:hover {
  background: #fff;
  color: rgb(0, 0, 0);
}

/* Button Ribbon-Outset Border Style */
.button1.ribbon-outset.border:after,
.button1.ribbon-outset.border:before {
  top: 50%;
  content: " ";
  height: 29px;
  width: 29px;
  position: absolute;
  pointer-events: none;
  background: rgb(0, 0, 0);
  border-radius: 6px 0px 5px 6px;
}
.button1.ribbon-outset.border:after {
  left: 1px;
  margin-top: -28px;
  transform-origin: 0 0;
  box-sizing: border-box;
  transform: rotate(45deg) skew(19deg, 19deg);
  border-bottom: 5px solid #000;
  border-left: 5px solid #000;
}
.button1.ribbon-outset.border:before {
  right: -28px;
  margin-top: -28px;
  transform-origin: 0 0;
  box-sizing: border-box;
  transform: rotate(45deg) skew(19deg, 19deg);
  border-top: 5px solid #000;
  border-right: 5px solid #000;
}
.button1.ribbon-outset.border:hover:after {
  border-bottom: 5px solid #ffffff;
  border-left: 5px solid #fff;
  background: #fff;
}
.button1.ribbon-outset.border:hover:before {
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  background: #fff;
}

/* Button Border Style */
.button1.border {
  border-top: 4px solid #000 !important;
  border-bottom: 4px solid #000 !important;
}

.button1.border:hover {
  border-top: 4px solid #fff !important;
  border-bottom: 4px solid #fff !important;
}

.btn--style {
    position: absolute;right: 10%;left:10%;top: 20%;text-align: center;text-transform: uppercase;color: #fff;font-weight: bold;box-sizing: border-box;
}
.footer-mbl{padding: 10px 10px 5px 10px!important;bottom: -30px!important;}
.listsub{list-style: none;}
.btn--pdf{padding: 12px;}
@media (max-width:449px){
.home-mbl{
    padding-top: 50px;
    padding-bottom: 35px;
}
}
@media (min-width:450px) and (max-width:767px){
.home-mbl{
    padding-top: 70px;
    padding-bottom: 35px;
}
.c-img{max-width: 100%!important;}
}

@media (min-width:768px){
.home-mbl{
    height: 78%!important;
    padding-bottom: 144px;
}
/*.submit-btn{margin-bottom: 50px;}*/
}
@media (min-width:768px){#desktophide{display:none}.c-img{max-width:100%;height:100%;}}
      @media (max-width:787px){#mobilehide{display:none;} .imgmoble{width: 25%;}.onlybott{ bottom: 0%; }} 
      @media (max-width:380px){.button1{font-size:12px}}
      @media(min-width:1400px){.fp-tableCell{display:flex;align-items:center;}}
      
      @media only screen and (min-width:1200px) and (max-width:1300px){
          .nav-link {display: block;padding: 1.5rem 1rem!important;}
      }
      @media (min-width:1301px){
          .nav-link {display: block;padding: 1.5rem 1rem!important;}
      }
      /*@media only screen and (min-width:1401px) and (max-width:1500px){
          .nav-link {display: block;padding: 1.5rem 1rem!important;}
      }
      @media only screen and (min-width: 1501px) and (max-width:1600px){
            .nav-link {display: block;padding: 1.5rem 1rem!important;}
      }
      
    @media only screen and (min-width: 1601px) and (max-width:1700px){
        .nav-link {display: block;padding: 1.5rem 1rem!important;}    
    }*/