/*
*    Zizo v1.1 Custom Styles
*    by FancyTemplate
*    Author: FancyTemplate
*    Author URI: http://fancytemplate.com/
*    Template URI: http://fancytemplate.com/zizo-demo
*	 Customised By: Debut Marketing
*
*    Table of Contents
*    -------------------------
*    1.  Default
*    2.  Preloader
*    3.  Default Bootstrap changes
*    4.  Section Style
*    5.  Main Nav
*    6.  Hero
*    7.  About Section
*    8.  Benefits Section
*    9.  Gallery Section
*    10. Availability Section
*    11. Docs Section
*    12. Contact Section
*    13. Approval Section
*    14. Contact Section
*    15. Footer
*
*/


.card-header > a {
    color:black;
}
.card-body {
    background-color: white;
}
/*  Preloader  */

#mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f9f9f9;
    z-index: 10000;
    height: 100%;
}
#loader {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url("/images/bluemax/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}
#back-to-top {
    position: fixed;
    opacity: 0.8;
    filter: alpha(opacity=40);
    display: none;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    text-align: center;
    background: #00c9ff;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 2px;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-align: center;
}
#back-to-top:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
#back-to-top a {
    color: #fff;
}
#back-to-top a i {
    width: 40px;
    height: 40px;
}
/*  Default Bootstrap changes  */

.row-no-padding > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 767px) {
    .row-no-padding > [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}
/*  Navigation Style  */

.secondary-header {
    background-color: #1a212d;
	padding: 10px 0 0;
	color: #7c7e83;
}
.secondary-header a {
    color: #7c7e83;
}
.secondary-header a:hover {
    color: #e1a006;
}
.navbar-brand {
    padding: 13px 15px;
}
nav.navbar .navbar-brand img.logo {
    width: 150px;
}
.navbar-nav {
    flex-direction: initial !important;
}
.navbar>.container, .navbar>.container-fluid {
    flex-wrap:nowrap !important;
}
.nav>li {
    position: relative;
    display: block;
}
.skinSeven .navbar-nav > li > a::before {
    background: #337ab7;
}
nav.navbar.hugenav ul.nav > li > a {
    color: #fff;
	padding: 15px 15px;
    font-size: 14px;
    line-height: 27px;
    font-weight: 500;
    letter-spacing: 1px;
    outline: none;
    cursor: pointer;
}
nav.navbar.hugenav.bluemaxnav.no-background.navbar-fixed-top {
    position: fixed;
    top:0;
}
.hugeNav-account > ul > li > a {
    padding: 18px 15px;
}
ul.cart-list > li.total > .btn,
.hugeNav-account > ul > li > a span.badge {
    background-color: #e1a006;
}
.hugeNav-sidebarMenuContent {
    background-color: #232323;
}
nav.navbar.hugenav.no-background.navbar-fixed-top {
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.55);
}
nav.navbar.hugenav li.dropdown ul.dropdown-menu.search-dropdown {
    background-color: rgba(0, 0, 0, 0.55);
    border: 0;
}

.btn-search {
    position: absolute;
    top: 23px;
    right: 25px;
    background-color: transparent;
    color: #fff;
    border: 0;
}
.btn-search:hover {
    background-color: transparent;
    color: #e1a006;
    border: 0;
}
@media (max-width: 1023px) {
    nav.navbar.hugenav.no-background {
        background-color: transparent;
        border: none;
        position: absolute;
        z-index: 9999;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
    }
    .hugeNav-account > ul > li > a {
        padding: 15px 15px;
    }
}
@media (max-width: 767px) {

    .navbar>.container, .navbar>.container-fluid {
        flex-wrap:wrap !important;
    }

    .navbar-nav {
        flex-direction: column !important;
    }
}
@media (max-width: 992px) {
	nav.navbar.hugenav ul.nav > li > a {
		padding: 5px 15px;
	}
    nav.navbar.hugenav.no-background {
        background-color: transparent;
    }
    nav.navbar.hugenav .navbar-toggle {
        background-color: transparent;
        color: #fff;
    }
    nav.navbar.hugenav .navbar-collapse.collapse.in {
        background-color: rgba(0, 0, 0, 0.6);
    }
    nav.navbar.hugenav ul.nav li.dropdown ul.dropdown-menu {
        background-color: transparent;
    }
	nav.hugenav .hugeNav-megamenuContent .title {
		color: #fff;
		margin-bottom: 20px;
	}
	.hugeNav-account > ul > li.dropdown ul.dropdown-menu {
		margin-left: 20px;
	}
	.btn-search {
		right: 5px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
	nav.navbar.hugenav .navbar-collapse.collapse.in {
		background-color: rgba(0, 0, 0, 0.6);
		margin: 0 -15px;
	}
    nav.navbar.hugenav .navbar-nav {
        flex-direction: column;
    }
	nav.navbar.hugenav ul.nav li.dropdown ul.dropdown-menu {
		background-color: rgba(0, 0, 0, 0.6);
	}
	.hugeNav-megamenuContent>li {
		padding: 10px 30px;
	}
	.btn-search {
		right: 20px;
	}
}
/*  Section Style  */

.sec-padding {
    padding: 75px 0;
}
.sec-dark {
    background: #f9f9f9;
}
.sec-title {
    margin-bottom: 60px;
}
.sec-title h2 {
	font-size: 24px;
    text-transform: uppercase;
    color: #3f3f3f;
    font-weight: 700;
    margin-top: -25px;
}
.sec-title h2:after {
    content: '';
    display: block;
    width: 90px;
    border-top: 3px solid #e5e5e5;
    margin: 15px auto;
}
.sec-title h2:before {
    content: '';
    display: block;
	position: relative;
	top: 54px;
    width: 45px;
    border-bottom: 3px solid #00c9ff;
    margin: 0 auto;
}
.sec-title p {
    width: 40%;
    display: block;
    margin: 0 auto;
	font-weight: 300;
    font-size: 16px;
    line-height: 27px;
    color: #949494;
}
.icon-arrow {
    list-style: none;
    padding: 0;
}
.icon-arrow li:before {
    font-family: FontAwesome;
    content: "\f00c";
    padding: 3px;
    display: inline;
    background: #00c9ff;
    margin-right: 10px;
    color: #fff;
	border-radius: 5px;
	line-height: 1.6;
}
.icon-arrow li {
    text-indent:-2em;
}
.icon-arrow li ul li:before {
    content: none;
}
.icon-arrow li ul li {
    text-indent: 0em;
}
@media (max-width: 991px) {
    .sec-title p {
        width: 65%;
    }
}
@media (max-width: 767px) {
    .sec-title p {
        width: 95%;
    }
}
/*  Hero  */

#hero {
    width: 100%;
    height: 95%;
    display: block;
    overflow: hidden;
    padding: 0;
    background: #171C26;
}
#hero.full-height {
    height: 100%;
}
#hero.most-height {
    height: 80%;
}
#hero .carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
#hero .carousel-fade .carousel-inner .active {
    opacity: 1;
}
#hero .carousel-fade .carousel-inner .active.left,
#hero .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
#hero .carousel-fade .carousel-inner .next.left,
#hero .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
#hero .carousel-fade .carousel-control {
    z-index: 2;
}
#hero .carousel,
#hero .carousel-inner,
#hero .carousel-inner .item {
    width: 100%;
    height: 100%;
}
.carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 0;
    top: 0;
    bottom: 0;
    display: block;
    text-align: left;
    color: #fff;
    text-shadow: none;
}
#hero .caption {
    margin-top: 45%;
}
#hero .caption h1 {
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
}
#hero .caption h1 span {
    color: #ff5f83;
}
.caption-image {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.caption-image img {
    display: block;
    float: right;
    margin-top: 40%;
    width: 80%;
}
.btn-download {
    border-radius: 0;
    padding: 10px 15px 2px;
    background: transparent;
    border: none;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    border: 1px solid #fff;
    text-align: left;
    color: #fff;
    margin-top: 20px;
    margin-right: 10px;
}
.btn-download:hover {
    background: #00c9ff;
    color: #fff;
    border: 1px solid #00c9ff;
}
.btn-download i {
    padding-right: 5px;
}
.btn-download span {
    vertical-align: middle;
    display: inline-block;
    margin-top: -15px;
    font-size: 10px !important;
}
.btn-download strong {
    display: block;
    text-transform: uppercase;
}
@media (max-width: 1024px) {
    .caption-image img {
        width: 70%;
    }
}
@media (max-width: 1023px) {    
    .caption-image img {
		width: 100%;
		margin-right: 30px;
		margin-top: 0%;
	}
}
@media (max-width: 991px) {
    #hero .caption {
        margin-top: 100%;
    }
    .caption-image {
        margin-top: 75%;
        width: 210px;
    }
}
@media (max-width: 768px) {
    #hero .caption {
        margin-top: 85%;
    }
}
@media (max-width: 767px) {
    #hero .caption h1 {
        font-size: 17px;
    }
    .caption-image {
        display: none;
    }
}
@media only screen and (min-width: 500px) and (max-width: 599px) {
    #hero .caption {
        margin-top: 7%;
    }
    #hero .caption h1 {
        margin-bottom: 0;
    }
    .btn-download {
        margin-top: 0;
    }
}
@media only screen and (min-width: 600px) and (max-width: 699px) {
    #hero .caption {
        margin-top: 10%;
    }
}
@media only screen and (min-width: 700px) and (max-width: 767px) {
    #hero .caption {
        margin-top: 15%;
    }
}
@media (max-width: 499px) {
    #hero .caption {
        margin-top: 30%;
    }
}
.video-bg {
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
}
.video-sec,
.video-bg iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (min-aspect-ratio: 16/9) {
    .video-sec {
        height: 300%;
        top: -100%;
    }
}
@media (max-aspect-ratio: 16/9) {
    .video-sec {
        width: 300%;
        left: -100%;
    }
}
/* About Section */

#about {
    padding-bottom: 0;
}
.block-title2 h6 {
    font-size: 14px;
    margin: 0;
    color: #909090;
}
.block-title2 h3 {
    max-width: 80%;
	font-weight: 700;
    font-size: 20px;
    color: #333;
	margin-top: 5px;
}
#about p {
    line-height: 23px;
    color: #7c7c7c;
    font-size: 14px;
}
.about-details ul.icon-arrow {
    margin-top: 20px;
}
.about-details ul.icon-arrow li {
    width: 33.33%;
    float: left;
    margin-bottom: 10px;
    color: #666;
    font-size: 14px;
}
@media (max-width: 1023px) { 
    #about {
        padding-bottom: 30px;
    }
    .about-details {
        padding-top: 20px;
    }
}
@media (max-width: 499px) {
    .about-details ul.icon-arrow li {
        width: 100%;
    }
}
/*  Benefits Section  */

.feature-icon {
    height: 108px;
    width: 108px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    line-height: 119px;
    border: 1px solid #00c9ff;
    transform: rotate(45deg);
    position: relative;
    transition: all 0.3s ease;
}
.feature-icon .fa {
    display: inline-block;
    transform: rotate(-45deg);
    font-size: 35px;
    color: #00c9ff;
}
.feature-item:hover .feature-icon .fa {
    opacity: 0.9;
}
.feature-icon:before {
    position: absolute;
    content: "";
    height: 20%;
    border-left: 2px dashed #00c9ff;
    transform: rotate(-43deg);
    left: 110%;
    top: 106px;
    transition: all 0.3s ease;
}
.feature-details {
    margin-top: 55px;
	margin-bottom: 70px;
    padding: 35px;
    transition: all 0.3s ease;
    background-color: #fff;
    box-shadow: 0 1px 1px 1px rgba(236, 236, 236, 1);
}
.feature-details h2 {
    color: #555;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}
.feature-details p {
    font-weight: 300;
    margin-top: 10px;
}
.feature-item:hover .feature-details,
.feature-item:hover .feature-icon,
.feature-item:hover .feature-icon:before {
    border-color: rgba(236, 236, 236, 1);
}
.feature-item:hover .feature-details {
    box-shadow: 0 5px 5px 5px rgba(236, 236, 236, 1);
}
@media (max-width: 767px) {
    #feature {
        padding-bottom: 30px;
    }
    .feature-item {
        margin-bottom: 30px;
    }
    .feature-details {
        padding: 15px;
    }
}
/*  Gallery Section  */

.slick-dots {
    display: block !important;
    height: 12px;
    margin-top: 30px;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    height: 15px;
    margin: 0 5px;
    vertical-align: top;
    width: 12px;
}
.slick-dots li button:focus {
    outline: none;
    border: 1px solid #00c9ff;
}
.slick-dots li.slick-active {
    padding: 0;
}
.slick-dots li button {
    background-color: transparent;
    border: 1px solid #949494;
    border-radius: 50px;
    height: 100%;
    text-indent: -99999px;
    width: 100%;
}
.screenshot-items .slick-list {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
}
.screenshot-item {
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.screenshot-item.slick-active {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    z-index: 2;
}
.screenshot-item.slick-center {
    position: relative;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 3;
}
.screenshot-item img {
    width: 100%;
}

/* The Modal */
.row > .column {
  padding: 0 15px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
  padding-right: 5px;
  padding-left: 5px;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 30px;
  left: 50%;
  top: 50%;
  width: 85%;
  height: 85%;
  overflow: auto;
  background-color: black;
  transform:translate(-50%,-50%);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 80%;
  max-width: 700px;
}

/* The Close Button */
.close {
  color: #FFFFFF;
  position: absolute;
  top: 30px;
  right: 50px;
  font-size: 35px;
  font-weight: bold;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 16px;
}

.close:hover,
.close:focus {
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.8);
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Text in top left corner of modal image */
.numbertext {
  color: #f2f2f2;
  font-size: 14px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 700px;
  text-align: center;
  background-color: #000000;
  padding: 10px 0;
  height: 50px;
  color: #ffffff;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/*  Availability Section  */

.availability-item {
    overflow: hidden;
    position: relative;
}


/*  Docs Section  */
.docs-item {
    overflow: hidden;
    text-align:center;
    position: relative;
    padding:.25rem;
    margin-bottom:2rem;
    border-radius: .5rem;
    background-color:#add5f9;
}
.docs-img {
    margin-bottom: 1rem;
}
.docs-img > a > img {
	padding-top:1rem;
    height:10rem;
}
#docs a {
    padding:0 !important;
  }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .docs-item {
		margin-bottom: 30px;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1250px) {
    #how-it-works-img {
        max-width:900px;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1280px) {
    section .row {
        max-width: 980px !important;
    }
    .docs-item {
		margin-bottom: 30px;
    }
    #benfits .row {
        max-width: 700px !important;
    }
    .feature-details {
        padding: 1rem !important;
        margin-bottom: 47px;
    }
    .feature-details h2 {
        font-size: 12px;
    }
    .feature-details p {
        font-size: 9pt;
        margin-bottom: 0 !important;
    }
}
/*  Contact Section  */

#contact {    
    background-color: #0d1e9d;
    color: #fff;
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 10px 0;
}
#contact .contact {
    padding: 50px;
    color: #fff;
    text-align: center;
}
.contact h4 {
    color: #fff;
	font-size: 16px;
	margin-top: 0;
}
#contact .contact .fa {
    font-size: 40px;
    display: block;
    color: #fff;
}
#contact .number {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
	padding-top: 20px;
}

/*  Approval Section  */

#faq-sec {
    padding-bottom: 30px;
}
.hugeNav-accordionTwo {
    margin-top: 20px;
}
#faq-sec .panel {
    -webkit-box-shadow: 0;
    box-shadow: 0;
}
#faq-sec .panel-default {
    border-color: transparent;
}
#faq-sec .panel-default>.panel-heading {
    border: 0;
    background-color: #f6f6f6;
    border-radius: 0;
    color: #595757;
	text-transform: uppercase;
}
#faq-sec .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
}
#faq-sec .panel-body {
    color: #4c4c4c;
    line-height: 24px;
    font-size: 13px;
}

/*  Contact  Section*/
#contact {
    margin-bottom: -80px;
	padding-bottom: 100px;
}

@media (max-width: 991px) { 
	#contact {
		display: none;
	}
}

/*  Footer  */

#footer {
    background: #a9aaac;
}
#footer a {
    text-decoration: none;
}
#footer a:hover {
    color: #00c9ff;
}
.footer-logo {
    text-align: center;
    display: block;
    font-size: 45px;
    font-weight: bold;
}
.footer-logo img {
    width: 100px;
}
.nav-footer li a:after {
    content: "|";
    margin-left: 5px;
    margin-top: 2px;
}
.nav-footer li:last-child a:after {
    content: "";
    margin-left: 5px;
    margin-top: 2px;
}

.footer-copyright {
    color: #ffffff;
    margin-top: 20px;
    font-weight: 100;
}
