/* Common Header Related Stuff */
/* Header */
.navbar {
  background-color: transparent;
  line-height: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.navbar.nav-sticky {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.navbar-brand > a {
  max-width: 310px;
}
a.navbar-item {
  color: #96a7be;
  font-size: 16px;
  font-weight: bold;
  line-height: 14px;
  margin-right: 16px;
  padding: 8px 11px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin-top: -4px;
}
.navbar-menu {
  padding-right: 28px;
}
.navbar a.navbar-item:hover,
.navbar a.navbar-item:focus {
  background-color: transparent;
  color: #000;
}
#activeMenu.dropdown > a.navbar-item {
  color: #000;
}
.header-white a.navbar-item {
  color: #fff;
}
.nav-sticky {
  position: fixed !important;
  top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.navbar.nav-sticky {
  background-color: #96a7be;
}
.header-dark .navbar.nav-sticky {
  background-color: #ffffff;
}
.header-white .logo-dark {
  display: none;
}
.header-dark .logo.logo-white {
  display: none;
}
.header-bg {
  display: none;
}
.header-bg-img .header-bg {
  display: block;
}

/* Home Banner */
.index-banner {
  height: 725px;
  position: relative;
}
.banner-img {
  background-image: url("../images/home-banner2.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.index-banner-text h1 {
  font-size: 45px;
  font-weight: 300;
  line-height: 44px;
}
.index-banner-text {
  padding-top: 154px;
}
.index-banner-text h1.second-main {
  margin-top: 14px;
}
.caret {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px dashed;
  display: inline-block;
  height: 0;
  margin-left: 5px;
  margin-top: 3px;
  vertical-align: middle;
  width: 0;
}
.navbar .navbar-item .caret {
  border-width: 10px 6px 0;
}

ul {
  list-style: none;
}

/* Footer */
footer.footer {
  background-color: transparent;
  padding: 0px;
}
.bg-secondary-1 {
  background-color: #dcc1dd;
}
.strip {
  padding: 40px 20px 40px 45px;
}
.footer-logo {
  max-height: 36px;
}
.short-2 {
  position: relative;
}
.bg-secondary-3 {
  background-color: #9dd5be;
}
.copyright {
  padding: 28px 20px 30px 45px;
}
.short-2 .contact-action {
  background-color: #96a7be;
  font-size: 18px;
  height: 100%;
  padding-left: 100px;
  padding-right: 110px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 3;
}
.short-2 .contact-action:hover {
  background-color: #16181c;
}
.text-white {
  color: #fff;
}
.short-2 span {
  display: inline-block;
  margin-right: 16px;
  font-size: 16px;
}
span.text-white a {
  color: #ffffff;
  font-weight: 600;
}

/* feature section */
section.home-feature {
  background: #ffffff none repeat scroll 0 0;
  padding-top: 20px;
  padding-bottom: 120px;
}
.main-title > h1 {
  color: #696969;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
  margin-bottom: 0;
}
.main-title > h4 {
  color: #333333;
  display: inline-block;
  font-size: 28px;
  font-weight: 100;
  line-height: 1.1;
  margin-bottom: 30px;
  margin-top: 10px;
}
.home-feature-box > img {
  margin: 0 auto;
  max-height: 147px;
  padding: 25px;
  position: relative;
  top: 6px;
}
.home-feature-box > h2 {
  color: #7d7d7d;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 30px;
  margin-top: 25px;
}
.home-feature-box > p {
  font-size: 21px;
  line-height: normal;
  margin: 0 auto;
  max-width: 224px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .navbar li#activeMenu {
    position: relative;
  }
  .navbar li#activeMenu .dropdown-menu {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    display: block;
    margin-top: 20px;
    padding-top: 0;
  }
  .navbar li#activeMenu ul li a {
    color: #828486;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 14px;
    padding: 12px 18px;
  }
  .navbar li#activeMenu ul li a:hover {
    background-color: #9dd5be;
    color: #fff;
  }
  .navbar li#activeMenu ul li {
    margin-top: 0;
    padding: 0;
    width: 100%;
  }
  .navbar li#activeMenu .dropdown-menu:before {
    border-bottom: 8px dashed #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    left: 33%;
    margin-left: 2px;
    position: absolute;
    top: -7px;
    vertical-align: middle;
    width: 0;
  }
  .navbar-menu .navbar-end li:last-child .dropdown-menu:before {
    left: inherit;
    right: 13px;
  }
  .navbar-menu .navbar-end li:last-child .dropdown-menu {
    left: inherit;
    min-width: 160px;
    right: 11px;
  }
  .navbar-menu .navbar-end li {
    float: left;
    margin-top: 36px;
  }
}

@media screen and (min-width: 1216px) {
  .container {
    max-width: 1140px;
    width: 1140px;
  }
}

@media screen and (max-width: 1215px) {
  .padding-left {
    padding-left: 20px;
  }
  .padding-right {
    padding-right: 20px;
  }
  .banner-design > img {
    max-width: 495px;
  }
  .title-box .title {
    font-size: 2.14rem;
  }
  .title-box .subtitle,
  .white-subtitle {
    font-size: 25px;
  }
  .left-mobile-img > img {
    max-width: 320px;
    width: 100%;
  }
  .sub-details-text {
    font-size: 17px;
  }
  .platform-box h3 {
    font-size: 23px;
  }
  .play-button > img {
    height: 27px;
    width: 27px;
  }
  .platform-box .left-part {
    margin-bottom: 20px;
  }
  .about-box {
    padding: 30px 40px 20px;
  }
  .pricing-one-list li {
    padding: 6px 10px;
    font-size: 13px;
  }
  .header-bg {
    top: -60px;
  }
}

@media screen and (min-width: 764px) and (max-width: 1023px) {
  section.pricing .container {
    width: 750px;
  }
  section.home-banner {
    margin-top: 70px;
  }
  .banner-design > img {
    max-width: 230px;
  }
}
@media screen and (max-width: 763px) {
  section.home-banner {
    margin-top: 60px;
  }
  .banner-design {
    visibility: hidden;
  }
  .banner-design > img {
    visibility: hidden;
  }
  .banner-text {
    visibility: hidden;
  }
  .tv-icon-img {
    visibility: hidden;
  }
}

@media screen and (max-width: 1023px) {
  .banner-design > img {
    max-width: 370px;
  }
  .logo-images img {
    max-width: 330px;
  }
  .section-padding {
    padding: 80px 0 0;
  }
  section .container {
    padding: 0 15px;
  }
  .title-box {
    padding-bottom: 56px;
  }
  .title-box .title {
    font-size: 2rem;
  }
  .title-box .subtitle,
  .white-subtitle {
    font-size: 20px;
  }
  .margin-bottom {
    margin-bottom: 40px;
  }
  .width17 img {
    max-width: 20%;
  }
  .platform-box h3 {
    font-size: 17px;
  }
  .why-setup-sec .platform-box h3 {
    font-size: 23px;
  }
  .play-button {
    margin-right: 5px;
  }
  .play-button > img {
    margin-right: 5px;
    height: 23px;
    width: 23px;
  }
  .play-button {
    font-size: 16px;
  }
  .navbar .logo {
    max-width: 250px;
  }
  .navbar {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  .header-white img {
    display: none;
  }
  .header-white .logo-dark {
    display: block;
  }
  .navbar .navbar-burger {
    border: 1px solid #96a7be;
    border-radius: 5px;
    color: #96a7be;
    font-size: 16px;
    height: 38px;
    margin-right: 16px;
    margin-top: 20px;
    padding: 0;
    width: 104px;
  }
  .navbar .navbar-burger:hover {
    background-color: #96a7be;
    border-color: #96a7be;
    color: #fff;
  }
  .navbar .navbar-burger b {
    display: inline-block;
    line-height: 37px;
    text-align: center;
    width: 100%;
  }
  .navbar a.navbar-item {
    color: #a187af;
  }
  .menu {
    display: block;
    height: 100%;
    overflow: auto;
    padding: 30px 15px;
    position: relative;
    top: 2px;
  }
  nav .navbar-menu {
    display: block;
    height: 100vh;
    padding: 0;
  }
  .navbar .menu li a {
    color: #a187af;
    display: block;
    font-size: 26px;
    font-weight: normal;
    line-height: normal;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    padding: 8px 10px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .navbar .menu li a:hover {
    color: #333333;
  }
  .navbar .menu li .btn {
    background-color: #ac8dc1;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    margin-top: 16px;
    padding: 14px 18px 13px;
    text-align: center;
    width: 100%;
  }
  .navbar .menu li .btn:hover {
    background-color: #7ecdc1;
    color: #fff;
  }
  .navbar .menu li:last-child .btn {
    margin-bottom: 20px;
  }
  .download-btn {
    background-color: #97d5d9;
    padding: 30px 0;
    text-align: center;
  }
  .contact-btn {
    background-color: #a8a2ce;
    padding: 30px 0;
    text-align: center;
  }
  .download-btn .btn,
  .contact-btn .btn {
    border: 1px solid;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    line-height: 1.42857;
    margin-top: 0;
    padding: 10px 30px;
  }
  .download-btn .btn:hover {
    background-color: #fff;
    color: #7ecdc1;
  }
  .contact-btn .btn:hover {
    background-color: #fff;
    color: #ac8dc1;
  }
  html.scroll-hide,
  html.scroll-hide > body {
    overflow: hidden;
    height: 100%;
  }
  .navbar-end.navbar-end {
    height: 100vh;
    padding-bottom: 300px;
  }
  .navbar {
    max-height: 80px;
    overflow: hidden;
  }
  .scroll-hide .navbar {
    max-height: 100vh;
  }
  .btn {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .navbar .navbar-burger.burger.is-active b {
    display: none;
  }
  .navbar .navbar-burger .icon {
    display: none;
  }
  .navbar .navbar-burger.burger.is-active .icon {
    color: #668da0;
    display: block;
    font-size: 45px;
    font-style: normal;
    line-height: 0.8;
    margin-top: 0;
    transform: rotate(45deg);
  }
  .navbar .navbar-burger.burger.is-active {
    border: inherit;
    text-align: right;
    width: inherit;
  }
  .navbar-burger.burger.is-active:hover {
    background-color: transparent;
  }

  .index-banner {
    height: 550px;
    position: relative;
  }
  .index-banner-text h1 {
    font-size: 28px;
    line-height: normal;
  }
  .main-title > h1 {
    font-size: 32px;
  }
  .main-title > h4 {
    font-size: 22px;
  }
  .home-feature-box > img {
    max-height: 125px;
  }
  .home-feature-box > h2 {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .home-feature-box > p {
    font-size: 16px;
  }
  .button-started {
    padding: 0 15px;
  }
  .banner-img {
    background-position: 50% 80px;
  }
  .header-margin-top {
    margin-top: 80px;
  }
  .title-logo {
    padding-left: 15px;
  }
  .header-bg-margin-top {
    margin-top: 80px;
  }
  .contact-us .title-logo {
    padding-left: 0;
  }
  .map-images-bg {
    position: relative;
    top: -160px;
  }
  .box-bg {
    margin: -400px auto 100px;
  }
  .background-img-holder {
    top: 20px;
  }
  header.mandate {
    padding: 250px 0;
  }
  .form-email-section::after {
    background-position: center center;
  }
  .form-email-section-center .form-scetion a.button-info {
    right: 15px;
  }
  .form-email-section-center .form-scetion a.button-pink {
    right: 15px;
  }
  .form-email-section-home .form-scetion a.button-pink {
    right: 15px;
  }
  .form-email-section-center .form-scetion {
    max-width: 100%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .navbar .navbar-end.navbar-end {
    padding-bottom: 184px;
  }
  .download-btn,
  .contact-btn {
    float: left;
    padding: 30px;
    width: 50%;
  }
  .download-btn .btn,
  .contact-btn .btn {
    font-size: 108%;
    padding: 10px 15px;
    white-space: normal;
  }
}
@media screen and (min-width: 768px) {
  .is-visible-lg,
  .is-visible-md,
  .is-visible-sm,
  .is-visible-xs {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .button-started {
    top: -30px;
  }
  .button-started {
    padding: 0;
    text-align: center !important;
  }
}

@media screen and (min-width: 768px) {
  section.family {
    margin-top: 20px;
  }
  section.family,
  h2 {
    line-height: 40px;
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: bold;
  }
}
