@font-face {
    font-family: 'isCircular';
    src: url('../fonts/isCircular-light.eot');
    src: url('../fonts/isCircular-light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/isCircular-light.woff2') format('woff2'),
        url('../fonts/isCircular-light.woff') format('woff'),
        url('../fonts/isCircular-light.ttf') format('truetype'),
        url('../fonts/isCircular-light.svg#isCircular') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'isCircular';
    src: url('../fonts/isCircular-book.eot');
    src: url('../fonts/isCircular-book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/isCircular-book.woff2') format('woff2'),
        url('../fonts/isCircular-book.woff') format('woff'),
        url('../fonts/isCircular-book.ttf') format('truetype'),
        url('../fonts/isCircular-book.svg#isCircular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'isSharp';
    src: url('../fonts/isSharp-semibold.eot');
    src: url('../fonts/isSharp-semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/isSharp-semibold.woff2') format('woff2'),
        url('../fonts/isSharp-semibold.woff') format('woff'),
        url('../fonts/isSharp-semibold.ttf') format('truetype'),
        url('../fonts/isSharp-semibold.svg#isSharp') format('svg');
    font-weight: 700;
    font-style: normal;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    color: #38414F;
    font-family: 'isCircular', 'Helvetica Neue', Arial, sans-serif;
    background-color: #ffffff;
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: #0e5aeb;
}

a {
    color: #000000;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #000000;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    font-family: 'isSharp', 'Helvetica Neue', Arial, sans-serif;
}

p {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
}

.bg-primary {
    background-color: #0e5aeb;
}

.bg-dark {
    color: #fff;
    background-color: #000000;
}

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

section {
    padding: 80px 0;
    background-color: #ffffff;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border-bottom-style: none;
    background: #ffffff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    color: #0e5aeb;
    font-weight: 700;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #0e5aeb;
}

.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    color: #0e5aeb;
}

.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
    color: #000000 !important;
    background-color: transparent;
}

.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
    background-color: transparent;
}

@media (min-width:768px) {
    .navbar-default {
        border-color: rgba(255, 255, 255, 0.3);
        background-color: transparent;
        padding-top: 30px;
    }

    .navbar-default .navbar-header .navbar-brand {
        color: #ffffff;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 30px;
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .nav > li > a,
    .navbar-default .nav > li > a:focus {
        color: #ffffff;
        padding-left: 30px;
        padding-right: 30px;
    }

    .navbar-default .nav > li > a:hover,
    .navbar-default .nav > li > a:focus:hover {
        color: rgba(255, 255, 255, 0.7);
    }

    .navbar-default .iswebcloud img {
        float: left;
        margin-right: 4px;
        -webkit-transition: all .35s;
        -moz-transition: all .35s;
        transition: all .35s;
        margin-top: -6px;
    }

    .navbar-default .iswebcloud:hover img {
        opacity: 0.7;
        filter: alpha(opacity=70);
    }

    .navbar-default.affix {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    .navbar-right {
        margin-right: 0;
    }
}

@media (max-width:768px) {
    body {
        background-color: #f5f6f7;
    }

    .navbar-brand .logo-mobile {
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        width: 33px;
        height: 33px;
        left: 0;
        right: 0;
    }

    .navbar-default .nav > li > a,
    .navbar-default .nav > li > a:focus {
        text-align: center;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-top: 1px solid #ebecef;
    }
}

.navbar-toggle {
    padding: 10px;
    margin: 15px 5px;
    border: none;
    float: left;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    color: #0e5aeb;
    background: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000000;
    height: 2px;
    width: 24px;
}

header {
    color: #fff;
    text-align: center;
    position: relative;
    width: 100%;
    min-height: auto;
    background: url(/img/isweb-clouds.jpg) #0e5aeb;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #ffffff;
    font-size: 64px;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
}

header .scroll-down {
    position: absolute;
    bottom: 80px;
    width: 100%;
}

header .page-scroll {
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    padding: 20px;
}

header .page-scroll:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

header .scroll-down .page-scroll .mouse {
    width: 18px;
    height: 30px;
    display: block;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    border: 2px solid #ffffff;
    border-radius: 10px;
}

header .scroll-down .page-scroll .mouse .scroll-dir {
    width: 4px;
    height: 8px;
    background-color: #15e6d8;
    margin-left: 5px;
    margin-top: 4px;
    border-radius: 2px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scrolling;
    animation-name: mouseWheel;
}

header .video-container {
    position: absolute;
    top: 0;
    left: 49%;
    right: -51%;
    overflow: hidden;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: 0;
}

header .video-container video {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
}

@-webkit-keyframes mouseWheel {
    0% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(10px);
    }

    70% {
        transform: translateY(10px);
    }
}

@keyframes mouseWheel {
    0% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(10px);
    }

    70% {
        transform: translateY(10px);
    }
}

@media (min-width:768px) {
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
    }

    .navbar-disappear {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

@media (max-width:768px) {
    header .header-content {
        padding-top: 130px;
    }

    header .header-content .header-content-inner p {
        font-size: 20px;
    }

    header .header-content .header-content-inner h1 {
        margin-bottom: 30px;
    }

    header .header-content .header-content-inner h1 img {
        display: inline-block;
        max-width: 100%;
    }

    header .scroll-down {
        bottom: 60px;
    }
}

.section-heading {
    margin-top: 0;
    font-size: 42px;
    margin-bottom: 40px;
}

@media (max-width:768px) {
    .section-heading {
        margin-bottom: 30px;
    }
}

.text-primary {
    color: #0e5aeb;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.never-break {
    white-space: nowrap;
    word-break: keep-all;
}

a.text-link {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

a.text-link:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    width: 0%;
    height: 100%;
    top: 3px;
    left: 0;
    border-bottom: 2px solid #15E9D6;
}

a.text-link:hover:after,
a.text-link:active:after {
    width: 100%;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.btn-default {
    border: 2px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default.btn-dark {
    border: 2px solid #000000;
    color: #000000;
    background-color: transparent;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border: 2px solid #15e6d8;
    color: #ffffff;
    background: #15e6d8;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn {
    font-weight: 700;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 300px;
    padding: 10px 25px;
}

.btn:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #15e6d8;
    border-radius: 300px;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-100%);
    -moz-transform: translate(-100%);
    transform: translate(-100%);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.btn:hover:after,
.btn:active:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0%);
    -moz-transform: translate(0%);
    transform: translate(0%);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.btn-xl {
    padding: 15px 40px;
    font-size: 20px;
    font-weight: 400;
}

.btn-primary {
    border: 2px solid #0e5aeb;
    color: #ffffff;
    background-color: #0e5aeb;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
    border-color: #15e6d8;
    color: #ffffff;
    background-color: #15e6d8;
}

.btn-secondary {
    border: 2px solid #000000;
    color: #000000;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    background-color: transparent;
}

.btn-secondary:after {
    background: #000000;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
    border-color: #000000;
    color: #ffffff;
    background-color: #000000;
}

@media (max-width:768px) {
    .btn-xl {
        padding: 10px 25px;
        font-size: 16px;
        font-weight: 400;
    }
}

footer {
    padding-top: 40px;
    padding-bottom: 40px;
}

footer .copyright {
    padding-top: 8px;
    padding-bottom: 12px;
}

footer .nav > li > a,
footer .nav > li > a:focus {
    font-size: 16px;
    color: #38414F;
    padding-right: 30px;
    padding-left: 30px;
}

footer .nav > li > a:hover {
    color: #0e5aeb;
    background: transparent;
}

@media (max-width:768px) {
    footer {
        background-color: #f5f6f7;
        padding-top: 45px;
    }

    footer .copyright,
    footer .navbar-nav {
        text-align: center;
    }

    footer .copyright {
        margin-bottom: 15px;
    }
}

::-moz-selection {
    text-shadow: none;
    color: #ffffff;
    background: #0e5aeb;
}

::selection {
    text-shadow: none;
    color: #ffffff;
    background: #0e5aeb;
}

img::selection {
    color: #ffffff;
    background: 0 0;
}

img::-moz-selection {
    color: #ffffff;
    background: 0 0;
}

.modal.in .modal-dialog {
    top: 20%;
}

.modal-content {
    box-shadow: 0 2px 64px rgba(0, 0, 0, 0.28);
    border-style: none;
    border-radius: 12px;
}

.modal-content .modal-header,
.modal-content .modal-body,
.modal-content .modal-footer {
    padding-right: 28px;
    padding-left: 28px;
    border: none;
}

.modal-content .modal-footer {
    padding-top: 20px;
    padding-bottom: 20px;
}

.modal-content .modal-body h2 {
    margin-bottom: 20px;
}
