@charset "utf-8";

/*====limited reset====*/

html,
body,
div,
section,
article,
aside,
header,
hgroup,
footer,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
time,
span,
em,
strong,
img,
ol,
ul,
li,
figure,
canvas,
video {
    margin: 0;
    padding: 0;
    border: 0;
}


/*====html5 display rule====*/

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
menu,
nav,
section,
summary {
    display: block;
}


/*====common css====*/

html,
body {
    height: 100%;
    width: 100%;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    outline: 0;
    color: inherit;
}

a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
    outline: none;
}

@font-face {
    font-family: 'Radikal';
    src: url('../fonts/Radikal.eot');
    src: url('../fonts/Radikal.eot') format('embedded-opentype'), url('../fonts/Radikal.woff2') format('woff2'), url('../fonts/Radikal.woff') format('woff'), url('../fonts/Radikal.ttf') format('truetype'), url('../fonts/Radikal.svg#Radikal') format('svg');
}

@font-face {
    font-family: 'RadikalLight';
    src: url('../fonts/RadikalLight.eot');
    src: url('../fonts/RadikalLight.eot') format('embedded-opentype'), url('../fonts/RadikalLight.woff2') format('woff2'), url('../fonts/RadikalLight.woff') format('woff'), url('../fonts/RadikalLight.ttf') format('truetype'), url('../fonts/RadikalLight.svg#RadikalLight') format('svg');
}

@font-face {
    font-family: 'RadikalMedium';
    src: url('../fonts/RadikalMedium.eot');
    src: url('../fonts/RadikalMedium.eot') format('embedded-opentype'), url('../fonts/RadikalMedium.woff2') format('woff2'), url('../fonts/RadikalMedium.woff') format('woff'), url('../fonts/RadikalMedium.ttf') format('truetype'), url('../fonts/RadikalMedium.svg#RadikalMedium') format('svg');
}

@font-face {
    font-family: 'RadikalBold';
    src: url('../fonts/RadikalBold.eot');
    src: url('../fonts/RadikalBold.eot') format('embedded-opentype'), url('../fonts/RadikalBold.woff2') format('woff2'), url('../fonts/RadikalBold.woff') format('woff'), url('../fonts/RadikalBold.ttf') format('truetype'), url('../fonts/RadikalBold.svg#RadikalBold') format('svg');
}

body {
    font-size: 16px;
    line-height: 26px;
    margin: 0px;
    color: #1a1a1a;
    font-family: 'Radikal';
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased;
    overflow-x: visible;
}

body:after {
    content: "";
    display: table;
    clear: both;
}

.columns {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
}

.columns:last-child {
    margin-bottom: 0rem;
}

.container {
    padding: 0 15px;
}

.column {
    padding: 15px;
}

header {
    background: #f0f1f2;
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.19);
}

.navbar-brand a {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.logo-wrap {
    width: 150px;
    border-right: 2px solid #333;
    margin-right: 20px;
    padding-right: 20px;
}

.navbar-brand a img {
    width: 130px;
}

h1 {
    font-size: 40px;
    line-height: 50px;
    font-family: 'RadikalMedium';
    text-transform: none;
}

h2 {
    font-size: 36px;
    line-height: 46px;
    font-family: 'RadikalMedium';
}

h3 {
    font-size: 24px;
    line-height: 34px;
    font-family: 'RadikalLight';
}

h4 {
    font-size: 18px;
    line-height: 28px;
    font-family: 'RadikalMedium';
}

section {
    padding: 80px 0;
}

.main-banner {
    position: relative;
    height: 100vh;
    padding: 80px 0 250px;
}

.main-banner .container {
    height: 100%;
    position: static;
}

.main-banner .columns {
    height: 100%;
    align-items: center;
}

.heading {
    position: relative;
    margin-bottom: 60px;
    text-transform: none;
    letter-spacing: 0;
}

.heading.is-pos-right {
    float: right;
}

.heading:before {
    content: "";
    background: #fcb716;
    height: 6px;
    width: 35px;
    position: absolute;
    top: 18px;
    left: 0;
}

.heading h1,
.main-banner h3,
.is-pad-left {
    padding-left: 65px;
}

.floating-div {
    margin: -280px auto 0;
    z-index: 12;
    position: relative;
    float: left;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.logos-box {
    background: #fff;
    padding: 50px 0px;
    box-shadow: 0px 13px 13px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 13px 13px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 13px 13px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 13px 13px rgba(0, 0, 0, 0.3);
}

.section-two {
    position: relative;
    background-color: #f0f1f2;
}

.logos-box ul {
    text-align: center;
    width: 85%;
    display: inline-block;
    margin: 0 auto;
}

.logos-box li {
    display: inline-block;
    text-align: center;
    margin: 15px 30px;
}

.tld-logos {
    width: 140px;
    display: block;
}

.tld-logos img {
    width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.site-logo {
    width: 120px;
}

.store-logo {
    width: 120px;
}

.press-logo {
    width: 110px;
}

.tech-logo {
    width: 100px;
}

.fun-logo {
    width: 80px;
}

.space-logo {
    width: 110px;
}

.space-logo img,
.press-logo img {
    vertical-align: -webkit-baseline-middle;
}

.host-logo {
    width: 100px;
}

.press-logo {
    width: 120px;
}

.website-logo {
    width: 170px;
}

.online-logo {
    width: 160px;
}

.list-item {
    box-shadow: 0px 13px 13px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 13px 13px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 13px 13px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 13px 13px rgba(0, 0, 0, 0.3);
    padding: 30px 120px 30px 85px;
    position: relative;
    background: #fff;
}

.list-item li {
    padding: 20px 0;
    display: block;
}

.list-item li img {
    display: inline-block;
    width: 70px;
    vertical-align: middle;
    margin-right: 20px;
}

.list-item li h4 {
    display: inline-block;
    vertical-align: middle;
}

.second-fold {
    padding: 80px 0;
}

.box-layout {
    color: #fff;
    font-family: 'RadikalLight';
    position: relative;
    z-index: 1;
}

.box-layout p {
    position: relative;
    z-index: 1;
    background-color: #2184bc;
    padding: 35px 55px;
}

.box-layout:after {
    content: '';
    background-color: #d1d2d3;
    width: 86.5%;
    position: absolute;
    top: -32px;
    right: -35px;
    z-index: -1;
    height: 90%;
    z-index: -1;
}

.overlapping-box {
    margin-left: -10%;
    margin-top: 10%;
}


/* /footer */

footer {
    background: #2b2b2b;
    color: #fff;
    padding: 0 15px;
}

footer .column {
    padding: 45px 25px;
    text-align: center;
}

footer .column.para-2 {
    font-size: 14px;
    text-align: left;
}

.para-1 a,
.para-2 a {
    color: #03C44D;
}

.fp-logo {
    width: 130px;
    margin: 10px auto;
}

.social-links {
    display: block;
}

.social-links a {
    color: #606060;
    margin: 5px 9px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    position: relative;
}

a.sl-facebook:hover {
    color: #3b5998;
}

a.sl-twitter:hover {
    color: #55acee;
}

a.sl-linkedin:hover {
    color: #0976b4;
}

.social-links a:hover .tooltip {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    visibility: visible;
}

.tooltip {
    position: absolute;
    top: -35px;
    background: rgb(51, 51, 51);
    color: #fff;
    font-size: 12px;
    font-family: 'RadikalLight';
    padding: 6px 6px;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    opacity: 0;
    line-height: 12px;
    left: 0;
    margin: 0 auto;
    text-align: center;
    margin-left: -25px;
    visibility: hidden;
    pointer-events: none;
}

.tooltip:after {
    content: "";
    background: rgb(51, 51, 51);
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.social-links a.sl-twitter:hover .tooltip {
    margin-left: -19px;
}

.social-links a.sl-linkedin:hover .tooltip {
    margin-left: -23px;
}

.outer-box {
    position: relative;
}

.logo-box {
    background-color: #f0f1f2;
    position: absolute;
    width: 100%;
    left: 0;
    height: 70%;
}

.tab-logo {
    width: 220px;
    margin: 0 auto;
    padding: 60px 0 30px;
    display: none;
}

#tech-tab-logo {
    width: 140px;
}

#store-tab-logo {
    width: 150px;
}

#fun-tab-logo {
    width: 100px;
}

.tab-content {
    margin: 155px 5% 0 15%;
    position: relative;
    background: #fff;
    padding: 45px 40px;
    box-shadow: 0px 13px 13px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 13px 13px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 13px 13px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 13px 13px rgba(0, 0, 0, 0.3);
}

.tab-wrapper {
    display: none;
}

.tab-wrapper div {
    padding-bottom: 40px;
}

.tab-wrapper h3 {
    padding-bottom: 20px;
    font-family: 'RadikalBold';
}

.view-btn {
    border: 1px solid #000;
    color: #000;
    width: 135px;
    line-height: 38px;
    height: 40px;
    text-align: center;
    padding: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin: 15px auto 0;
    font-size: 14px;
    position: relative;
    z-index: 1;
}

.view-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f05541;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.view-btn:hover,
.view-btn:active {
    color: white;
    border-color: #f05541;
}

.view-btn:hover:before,
.view-btn:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.is-relative {
    position: relative;
    z-index: 2;
}

.tabs-navigations {
    position: relative;
    z-index: 1;
    background-color: #2184bc;
    padding: 50px 40px 100px 100px;
    color: #fff;
}

.tabs-navigations li {
    font-size: 18px;
    text-transform: uppercase;
    opacity: 0.7;
    margin: 20px 0;
    line-height: 28px;
    cursor: pointer;
    padding-left: 80px;
    position: relative;
}

.tabs-navigations li.active {
    opacity: 1;
}

.tabs-navigations li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #fff;
    height: 2px;
    width: 60px;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s;
}

.tabs-navigations li.active:before {
    width: 60px;
    transform: scaleX(1);
    transition: all 0.3s;
}

.tabs-navigations li:hover {
    opacity: 1;
}

.overlapping-box2 {
    margin-left: -5%;
    margin-top: 130px;
}

.cases-slider .slick-list {
    padding: 0 180px 0 0 !important;
}

.use-case-slider .is-btn-center {
    padding: 0 180px 40px 0;
}

.cases-slider .slick-slide {
    margin: 0 30px;
}

.slick-slide {
    height: auto;
}

.slick-slide img {
    width: 100%;
}

.slider__url {
    text-align: center;
    padding: 45px 20px 35px;
}

.slider__url h4 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 24px;
}

.slider__url p {
    color: #2184bc;
    font-family: 'RadikalBold';
}

.slider__url strong {
    font-family: 'RadikalBold';
}

.use-case-slider {
    position: relative;
    padding-left: 150px;
}

.use-case-slider:before {
    background-color: #f0f1f2;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55%;
}

.use-case-slider:after {
    background-color: #2184bc;
    content: '';
    position: absolute;
    bottom: -60px;
    left: -70px;
    width: calc(100% - 70px);
    height: 200px;
    z-index: -1;
}

.slider-container {
    margin-top: -180px;
}

.slider-container .column {
    justify-content: flex-end;
    margin-left: auto;
    padding: 0;
}

.is-pad-left p {
    font-size: 18px;
    line-height: 30px;
}

.use-cases {
    padding-bottom: 120px;
}

.nav-arw .st0 {
    fill: none;
    stroke: #231F20;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.cases-slider-navigation span {
    width: 25px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    bottom: 160px;
    left: -400px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.cases-slider-navigation span.slider-next {
    left: 0;
    right: -400px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.banner-slider-container {
    justify-content: end;
    margin-left: auto;
    padding: 0;
}

.pictures-slider {
    display: inline-block;
    width: 50%;
    float: left;
    position: relative;
    margin-right: -25%;
}

.pictures-slider .slick-list {
    box-shadow: 0px 13px 13px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 13px 13px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 13px 13px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 13px 13px rgba(0, 0, 0, 0.3);
}

.details-slider {
    background-color: #2184bc;
    color: #fff;
    width: 73%;
    float: left;
    padding: 40px 50px 80px;
    padding-left: 30%;
    z-index: -1;
    margin-top: 50px;
}

.details-slider__loc {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.main-banner h3.loc-date {
    padding: 0;
    font-family: 'RadikalMedium';
    margin-bottom: 5px;
}

.details-slider__loc:after {
    content: '';
    background: #fcb716;
    height: 6px;
    width: 35px;
    display: inline-block;
    margin-top: 20px;
}

.details-slider span {
    display: block;
}

.slick-dots {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-left: 50%;
    margin-top: 35px;
}

.slick-dots li {
    display: inline-block;
    text-align: center;
    margin: 10px 7px;
    outline: none;
}

.slick-dots li button {
    background: #fff;
    border: none;
    font-size: 0;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    padding: 0;
    opacity: 0.3;
    cursor: pointer;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    outline: none;
}

.slick-dots li.slick-active button {
    opacity: 1;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.is-offset-left {
    margin-left: 10%;
}

.details-slider__loc h1 {
    line-height: 55px;
    font-family: 'RadikalBold';
}

.mobile-nav {
    display: none;
}

.slider__img {
    box-shadow: 6px 17px 43px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 6px 17px 43px rgba(0, 0, 0, 0.19);
    border: 8px solid #fff;
}