/*****font*************/
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,700,900&display=swap');

body {
    font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif; 
    font-size: 1em;
    line-height: 1.6em;
    color: #6b7c93;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 0;
    font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif; 
    font-weight: 700;
    color: #47495a;
    font-variant-ligatures: common-ligatures
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

a {
    text-decoration: none!important;
    transition: all 300ms ease-in-out 0s
}

.search-overlay {
    display: none
}

.section--gradient__5 {
    background-image: linear-gradient(-180deg, #f2f7fb 30%, #FFFFFF 100%)
}

.section--padding {
    padding: 120px 0
}

.lead {
    font-size: 1.4em;
    line-height: 1.7em
}

.collapse:not(.show) {
    display: block
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

#features.features-7 .with--margin {
    margin-top: 60px
}

#features.features-7 .feature-card {
    padding: 40px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 9px 0 rgba(23, 28, 33, .06)
}

#features.features-7 .feature-card i {
    display: block
}

.icon--color {
    color: #1ce087
}

#features.features-7 .feature-card:last-child {
    margin-bottom: 0
}

.icon--md {
    font-size: 2.8125em
}

.search-header {
    display: none
}

.section--gradient__3 {
    background-image: radial-gradient(ellipse farthest-side at 100% 100%, #3afda3 20%, #06ca75 50%, #00ba63 110%)
}

#tour.tour-4 {
    overflow: hidden
}

#tour.tour-4 .left-side {
    padding-top: 120px;
    padding-bottom: 100px
}

#tour.tour-4 .right-side {
    position: relative;
    z-index: 99
}

#tour.tour-4 .left-side .preamble {
    margin-bottom: 60px
}

.preamble--light .title {
    color: #fff
}

.preamble--light p {
    color: rgba(255, 255, 255, .85)
}

#tour.tour-4 .left-side .tour__tabs {
    border: none
}

#tour.tour-4 .left-side .tour__tabs .nav-item {
    padding: 1.5rem 2.5rem;
    border-radius: 6px;
    border: none
}

#tour.tour-4 .left-side .tour__tabs .nav-item .icon {
    margin-right: 2rem;
    color: #fff
}

#tour.tour-4 .left-side .tour__tabs .nav-item .header {
    color: #fff
}

#tour.tour-4 .left-side .tour__tabs .nav-item p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, .8)
}

#tour.tour-4 .left-side .tour__tabs .nav-item {
    padding: 1.5rem 2.5rem;
    border-radius: 6px;
    border: none
}

#tour.tour-4 .left-side .tour__tabs .nav-item.active {
    background: rgba(0, 0, 0, .1)
}

#tour.tour-4 .right-side .tour__macbook {
    transform: translateY(120px);
    z-index: 99
}

#tour.tour-4 .right-side .tab-content {
    position: absolute;
    left: 161px;
    top: 166px;
    width: 912px;
    z-index: 99
}

.tab-content>.tab-pane {
    display: none
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.tab-content>.active {
    display: block
}

.fade.show {
    opacity: 1
}

.service__list li {
    padding: 4px 0;
    display: block
}

.service__list li i {
    color: #00b4ff;
    font-weight: 700
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #f6faff
}

.table td,
.table th {
    border: 2px solid#edf4fd;
    vertical-align: middle
}

.preamble ul>li {
    padding: 3px 0 3px 25px;
    position: relative
}
.preamble ul>li::before {
    content: "\f111";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 15px;
    position: absolute;
    top: 10px;
    left: 0;
    color: #00ba63
}

/*START HEADER CSS */
.header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
.logo {
    width: 160px;
}
.header-box-wrapper {
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-header {
    position: absolute;
    -webkit-transform-style: preserve3d;
    transform-style: preserve3d;
    -webkit-perspective: 3000px;
    perspective: 3000px;
    z-index: 999;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.menu a {
    display: block;
    text-decoration: none;
    color: white;
    font-size: 15px;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Nunito Sans', sans-serif;
    padding: 30px 15px;
}
.menu a:hover {
    color: #ccc;
}
.menu__item {
  position: relative;
}
.menu__item:hover > .sub-menu-shadow {
  display: block;
}
.menu .sub-menu-shadow {
  position: absolute;
  display: none;
}
.dropdown-holder {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
}
.dropdown__bg, .dropdown__arrow {
  position: absolute;
}
.dropdown__arrow {
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent white;
  top: -20px;
  opacity: 0;
  -webkit-transition: .20s ease;
  transition: .20s ease;
  pointer-events: none;
}
.dropdown__bg {
  width: 450px;
  height: 400px;
  display: none;
  -webkit-transition: .25s ease;
  transition: .25s ease;
  border-radius: 8px;
  overflow: hidden;
  z-index: -1;
  background: #fff;
  box-shadow: 0 50px 100px -20px rgba(50,50,93,0.25), 0 30px 60px -30px rgba(0,0,0,0.3);
}
.dropdown__bg-bottom {
  background-color: #fafafa;
  position: absolute;
  width: 100%;
  left: 0;
  top: 300px;
  height: 700px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.dropdown__wrap {
  display : none; 
  overflow: hidden;
  position: absolute;  
  -webkit-transition: .25s ease;
  transition: .25s ease;
  z-index: 1;
}
.dropdown__wrap .top-section, .dropdown__wrap .bottom-section {
  padding: 20px;
}
.dropdown-menu__content {
  position: absolute;
  opacity: 0;
  -webkit-transition: .25s ease;
  transition: .25s ease;
  min-width: 200px;
  visibility: hidden;
}
.dropdown-menu__content ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.dropdown-menu__content a {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 5px 0;
}
.dropdown-menu__content a:hover {
  color: #333;
}
.dropdown-menu.active .dropdown-menu__content {
  opacity: 1;
  visibility: visible;
}
#product .dropdown-menu__content {
  width: 990px;
}
#developer .dropdown-menu__content {
  width: 280px;  
}
.col-2 {
  display: -webkit-box;
  display: flex;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
}
.col-2 > ul, .col-2 > div {
  -webkit-box-flex: 1;
  flex: 1 0 150px;
}
#product .col-2 li {
  display: block;
  padding: 20px 20px 10px;
}
#product .col-2 li h3 {
  font-size: 18px;
  margin: 0 0 10px;
  color: turquoise;
}
#product .col-2 li p {
  color: #999;
  margin: 0;
  min-height: 60px;
}
.menu-title {
  margin: 0 0 10px;
  font-size: 18px;
  color: #2196F3;
}
.info {
  line-height: 1.7;
}
.dropdown__wrap .dropdown-menu {
    display: block;
    position: static;
    border: none;
    box-shadow: none;
    min-width: auto;
    float: none;
    margin: 0;
    padding: 0;
}
.dropdown-menu .top-section .col-2 li > h3,
#product .top-section .col-2 li > h3{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #8898aa;
    margin-bottom: 20px;
}
.top-section .col-2 li .media {
    margin-bottom: 20px;
}
.top-section .col-2 li .media .media-left{
    padding-right: 15px;
}
.top-section .col-2 li .media .media-left i {
    width: 35px;
    height: 35px;
    color: #0d58ff;
    display: block;
}
.top-section .col-2 li .media .media-left i img{
    width: 100%;
}
.top-section .col-2 li a:last-child .media {
    margin-bottom: 0;
}
.top-section .col-2 li .media .media-body h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #0a2540;
}
.top-section .col-2 li .media .media-body p {
    font-size: 14px;
    margin: 0;
    color: #425466;
}
.client-btn {
    border-radius: 8px;
    background-color: transparent;
    display: block;
    margin: 0 0 0 10px;
    padding: 15px 0;
}
.client-btn ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.client-btn ul>li {
    display: inline-block;
}
.client-btn ul>li>a>i {
    margin-left: 5px;
}
.client-btn>ul>li:not(:last-child) {
    margin-right: 7px;
}
.client-btn ul>li.currency {
    position: relative;
}
.client-btn ul>li.currency a {
    position: relative;
    text-transform: uppercase;
}
.client-btn ul>li.currency > a::after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    margin-left: 5px;
    border: none;
    vertical-align: middle;
}
.client-btn ul>li.currency a i {
    margin-left: 0;
    margin-right: 5px;
}
.currency .dropdown-menu {
    min-width: 90px;
    padding: 6px 10px;
    margin: 0;
}
.currency:hover .dropdown-menu {
    display: block;
    opacity: 1 !important;
}
.currency:hover .dropdown-menu::before {
    content: "";
    border: 8px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    left: 50%;
    top: -16px;
    transform: translateX(-50%);
}
.currency .dropdown-menu a {
    display: block;
    padding: 5px;
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
}
.currency .dropdown-menu a:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
.client-btn ul>li>a {
    display: block;
    background: 0 0;
    padding: 8px 16px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    box-shadow: none;
    border-radius: 5px;
    font-family: nunito sans,sans-serif;
    color: #fff;
    border: 1px solid transparent;
}
.client-btn ul>li:nth-child(2)>a {
    color: #fff;
    background: rgba(255,255,255,.3);
}
.client-btn ul>li:last-child>a {
    border: 1px solid #fff;
}
.currency .dropdown-menu a {
    display: block;
    padding: 5px;
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
}
.image-white {
    filter: brightness(0) invert(1);
}
.preamble .lead {
    color: rgba(255,255,255,0.7);
}
.btn-custom {
    background: #fff;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 8px;
}
.ssd_drives {
    background-image: -webkit-linear-gradient(-30deg ,#3dc6e6,#1976f9 49%,#0b53ff);
    background-image: linear-gradient(-30deg ,#3dc6e6,#1976f9 49%,#0b53ff);
    padding-top: 90px !important;
}
/*END HEADER CSS */

/*START FOOTER CSS */
footer {
    background: #f9fafc;
}
.footer-top {
    padding: 100px 0 60px;
}
.footer-top .row {
    margin: 0 -10px;
}
.footer-top .row [class*=col-] {
    max-width: 17.5%;
    flex: 0 0 17.5%;
    padding: 0;
    margin-right: 1%;
}
.footer-top .row [class*=col-]:last-child {
    margin-right: 0;
}
.footer-top .row [class*=col-]:first-child {
    max-width: 25%;
    flex: 0 0 25%;
}
.footer-top .row [class*=col-]:nth-child(4) {
    padding-left: 40px;
}
.footer-logo img {
    width: 160px;
}
.footer-social-left {
    padding: 25px 0 20px;
    text-align: center;
    float: left;
}
.footer-social-left ul {
    display: inline-block;
}
.footer-social-left ul>li {
    padding: 0 6px;
    float: left;
}
.footer-social-left ul>li a {
    border: none;
    text-align: left;
    width: 35px;
    line-height: 35px;
    height: 35px;
    color: rgba(0,0,0,.3);
    padding: 0;
}
i.fa.fa-facebook, i.fa.fa-twitter, i.fa.fa-linkedin, i.fa.fa-google-plus {
    font-size: 20px;
}
.footer-subscribe {
    padding: 0 0 25px;
    width: 85%;
}
.footer-subscribe .form-inline .input-group, .footer-subscribe .form-inline .form-group {
    width: 100%;
    position: relative;
}
.input-group-addon {
    position: absolute;
    right: 0;
    top: 0;
}
.footer-subscribe .form-inline .input-group .form-control {
    background: #fff;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    border-radius: 0;
    border: none;
    color: #454d75;
    font-size: 13px;
    font-weight: 300;
    box-shadow: none;
    border: 1px solid #eee;
    transition: none!important;
    width: 100%;
}
.footer-subscribe .form-inline .input-group .input-group-addon {
    padding: 0 20px;
    line-height: 38px;
    border: none;
    border-radius: 0;
    width: 65px;
    border: none;
    padding: 0;
    border-radius: 0;
    background: 0 0;
    width: 45px;
}
.footer-subscribe .form-inline .input-group .input-group-addon .btn {
    font-size: 18px;
    color: #fff;
    padding: 0;
    line-height: 38px;
    border: none;
    border-radius: 0;
    background: #333;
    float: left;
    width: 45px;
}
.footer-left .payment-items {
    width: 85%;
}
.footer-left .payment-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -5px;
}
.footer-left .payment-icons>li {
    flex: 0 0 25%;
    max-width: 25%;
}
.footer-left .payment-icons>li {
    margin-top: 10px;
    padding: 0 5px;
}
.footer-left .payment-icons>li>img {
    filter: grayscale(100%);
    opacity: .7;
    width: 100%;
    max-width: 100%;
}
.footer-title {
    color: #000;
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 22px;
    font-family: nunito sans,sans-serif;
}
.footer-list>li {
    margin-bottom: 17px;
    line-height: normal;
}
.footer-list .footer-link {
    font-size: 16px;
    color: #474d54;
    font-weight: 500;
    font-family: nunito sans,sans-serif;
}
.footer-support {
    margin-top: 30px;
}
.our-partner .footer-list>li {
    margin: 0 0 20px;
    display: block;
}
.our-partner .footer-list>li img {
    max-width: 100%;
}
.footer-copy {
    text-align: center;
    line-height: 25px;
    padding: 25px 0;
    color: #474d54;
    font-weight: 400;
    font-size: 16px;
    position: relative;
}
.footer-copy::before {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,.1);
    display: block;
    position: absolute;
    top: 0;
    max-width: 1140px;
    left: 50%;
    transform: translateX(-50%);
}
/*END FOOTER CSS */

.proudly-section {
    border: 1px dashed rgba(0,0,0,0.2);
    padding: 25px 17px;
    margin-top: 30px;
}
.proudly-section h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #666;
    margin: 0;
}

@media (max-width: 1199px) {
    .menu a {
        padding: 30px 10px;
    }
}
@media (max-width: 1023px) {
    .mobile-trigger {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 15px;
    }
    .mobile-trigger .bar1, .mobile-trigger .bar2, .mobile-trigger .bar3 {
        width: 35px;
        height: 3px;
        background-color: #fff;
        margin: 6px 0;
        transition: .4s;
    }
    .header-box-wrapper {
        display: none;
        position: absolute;
        top: 71px;
        right: 15px;
        background: #fff;
        border-radius: 8px;
        -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        width: 50%;
        padding-bottom: 95px;
    }
    .header-box-wrapper.open {
        display: block;
    }
    .header-box {
        padding: 15px;
    }
    .ssd_drives {
        padding-top: 160px !important;
    }
    .preamble {
        margin-bottom: 30px !important;
        padding: 0 !important;
    }
    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-6px,6px);
        transform: rotate(-45deg) translate(-6px,6px);
    }
    .change .bar3 {-webkit-transform: rotate(45deg) translate(-6px,-7px);
        transform: rotate(45deg) translate(-6px,-7px);
    }
    .change .bar2 {
        opacity: 0;
    }
    .menu, .dropdown__bg-bottom, .dropdown__bg, .dropdown__arrow {
        display: none;
    }
    .client-btn {
        border-radius: 8px;
        background-color: #1875f9;
        margin: 0;
        position: absolute;
        bottom: 20px;
        width: calc(100% - 30px);
        left: 15px;
    }
    .dropdown-holder, .dropdown__bg, .dropdown__arrow, .dropdown__wrap {
        position: static;
    }
    .menu, .dropdown__bg-bottom, .dropdown__bg, .dropdown__arrow {
        display: none;
    }
    .dropdown-holder, .dropdown__bg, .dropdown__arrow, .dropdown__wrap {
        position: static;
    }
    .dropdown__wrap {
        display: block;
    }
    .dropdown-menu__content {
        position: static;
        opacity: 1;
        visibility: visible;
    }
    #product .dropdown-menu__content {
        width: 100%;
    }
    .dropdown__wrap .top-section, .dropdown__wrap .bottom-section {
        padding: 20px 20px 0;
    }
    .col-2 {
        display: -webkit-block;
        display: block;
    }
    #product .col-2 li {
        padding: 0 0 10px;
    }
    .dropdown-menu__content a, .plr {
        padding: 0;
    }
    .top-section .col-2 li a:last-child .media {
        margin-bottom: 20px;
    }
    #product .col-2 li p {
        min-height: auto;
    }
    #developer .top-section {
        padding-top: 0;
    }
}
@media(max-width:991px) {
    .footer-top .row [class*=col-]:first-child {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .footer-left {
        width: 100%;
        max-width: 260px;
        text-align: center;
        margin: 0 auto;
    }
    .footer-subscribe, .footer-left .payment-items {
        width: 100%;
    }
    .footer-top .row [class*=col-] {
        max-width: 23.5%;
        flex: 0 0 23.5%;
        padding: 0 10px;
    }
    .footer-left .payment-icons {
        margin-bottom: 30px;
    }
    .footer-social-left {
        float: none;
    }
    .ssd_drives .float-right {
        float: none!important
    }
    .preamble img {
        display: block;
        margin: 0 auto 30px
    }
    #tour.tour-4 .right-side, #tour.tour-4 .left-side {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #tour.tour-4 .left-side {
        padding-top: 160px;
    }
    #tour.tour-4 .left-side .tour__tabs {
        display: block;
    }
}

@media(max-width:767px) {
    .header-box-wrapper {
        right: 15px;
        width: calc(100% - 30px);
    }
    .footer-top {
        padding: 40px 0;
    }
    .footer-list>li, .our-partner .footer-list>li {
        margin-bottom: 12px;
        vertical-align: top;
        display: inline-block;
        width: 50%;
        text-align: center;
    }
    .footer-top .row [class*=col-] {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .ssd_drives .mb-5,
    .ssd_drives .my-5 {
        margin-bottom: 0!important
    }
    .section--padding {
        padding: 60px 0
    }
    #features.features-7 .feature-card:last-child,
    #tour.tour-4 .right-side .tour__macbook {
        margin-bottom: 30px
    }
    #features.features-7 .with--margin {
        margin-top: 0
    }
    .img-fluid {
        max-width: 85%
    }
    
    .search-header {
        display: block;
        position: absolute;
        top: 27px;
        right: 70px
    }
    .search-overlay {
        background: rgba(0, 0, 0, .8);
        background: rgba(35, 220, 135, .8);
        background: rgba(49, 201, 175, .8);
        background: rgba(0, 0, 0, .8);
        height: 100%;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        opacity: 0;
        z-index: -99;
        display: block
    }
    .search-overlay.active {
        opacity: 1;
        z-index: 99
    }
    .search-close-btn {
        width: 24px;
        height: 24px;
        background: url(https://www.basezap.com/wp-content/themes/basezap/images/cross.png) no-repeat center center;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 99;
        cursor: pointer
    }
    .search-overlay .searchform {
        padding: 30px 15px;
        height: 100%;
        position: relative
    }
    .search-overlay .searchform form {
        width: 100%
    }
    .search-overlay .searchform form {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-45%, -50%);
        width: 100%;
        padding: 30px 15px
    }
    .search-overlay .search_form .input-group .form-control {
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        border: none;
        color: #333;
        font-weight: 400
    }
    .search_form .input-group .form-control+.input-group-addon {
        padding: 0;
        background: 0 0;
        border: none
    }
    .search_form .input-group .form-control+.input-group-addon button {
        line-height: 42px;
        padding: 0 17px;
        background: #00b159;
        border: none;
        border-radius: 0;
        color: #fff
    }
    .search-overlay .search_form .input-group .form-control+.input-group-addon button {
        background: 0 0
    }
    .search-overlay .search_form i {
        font-size: 30px;
        margin-top: 4px
    }
    .search_form .input-group .form-control {
        height: 42px;
        line-height: 42px;
        padding: 0 15px;
        font-weight: 300;
        font-family: raleway, helvetica neue, Helvetica, Arial, sans-serif;
        letter-spacing: 1px;
        background: #f8f8f8;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        box-shadow: none;
        border-radius: 0
    }
    .footer-title {
        margin: 0;
        text-align: center;
        margin-bottom: 15px;
        font-size: 18px;
    }
    .footer-list {
        margin: 0 0 20px;
        font-size: 0;
    }
    .footer-list .footer-link {
        width: 100%;
        float: none;
        font-size: 14px;
    }
    .payment-mode-wrapper {
        text-align: center
    }
    .footer-contacts .nav.nav-pills li {
        width: 100%;
        float: none
    }
    .footer-copy {
        font-size: 14px;
    }
    .footer-contacts .nav.nav-pills li:not(:last-child) {
        border-right: 1px dashed rgba(255, 255, 255, .1)
    }
    .footer-social-left {
        float: none;
        margin: 0 auto
    }
    .footer-social-left ul>li {
        float: none;
        display: inline-block
    }
    .our-partner .footer-list>li {
        width: 33.333333%;
        margin-bottom: 0;
    }
}