@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,700|Open+Sans:400,300|Roboto+Condensed:400,300,600|Roboto:400,300,600);
.blue-bg,
.light-txt,
.tiny-txt,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300
}

#footer-section,
#mobile-menu ul li a,
#top-bar-menu>ul>li,
.heading,
.heading2 {
    text-transform: uppercase
}

#mobile-menu ul,
.breadcrumbs,
.footer-menu li,
ul.no-bullet li {
    list-style: none
}

body {
    font-family: 'Source Sans Pro', sans-serif
}

.cart-count,
.heading,
.heading1,
.heading2 {
    font-family: 'Roboto Condensed'
}

ul {
    padding-left: 0
}

#page-wrap {
    min-height: 100%;
    position: relative
}

.container {
    max-width: 1120px
}

.page-content {
    padding: 8rem 0;
    line-height: 1.7em;
    font-size: 17px
}

.blue-bg {
    color: #fff;
    background: #000C15
}

.content-box {
    padding: 2rem .3rem
}

.title {
    text-align: center;
    color: #fff
}

.tiny-txt {
    font-size: 11px;
    line-height: 1.7em
}

.flaticon:before {
    margin-left: 0;
    line-height: 1.2em
}

[class*=" flaticon-"]:after,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class^=flaticon-]:before {
    margin-left: 0
}

.small-txt {
    font-size: 17px;
    line-height: 28px
}

.medium-txt {
    font-size: 19px;
    line-height: 1.7em
}

.heading-txt {
    margin-top: .4rem;
    margin-bottom: .4rem;
    word-wrap: break-word
}

.breadcrumbs,
.margin-btm {
    margin-bottom: 7rem
}

.right {
    float: right
}

.heading {
    color: #666;
    letter-spacing: .2px
}

.blue-txt,
.heading.blue {
    color: #128CDF
}

.white-link {
    color: #BAC8D1;
    text-decoration: none;
    transition: .2s
}

.white-link:hover {
    color: #fff
}

.staff-thumbnail {
    width: 50%;
    float: left;
    text-align: center
}

.staff-thumbnail img {
    border-radius: 50px;
    height: 100px;
    width: 100px;
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
    transition: .2s
}

.staff-thumbnail img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.breadcrumbs li {
    display: inline;
    font-size: 18px
}

.breadcrumbs li a {
    color: #128CDF;
    text-decoration: none
}

.breadcrumbs i.fa-angle-right {
    margin: 0 11px;
    font-weight: 700;
    color: #4D4D4D
}

.hl,
.normal {
    font-weight: 400
}

.hl {
    color: #04889f
}

.polygon {
    height: 300px;
    width: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.polygon.circle {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%)
}

.success-box {
    background: #E9FFF1;
    border: 1px solid #12D659;
    padding: 10px
}

.margin-right {
    margin-right: 1rem
}

.confirm-box-background {
    display: none;
    background: rgba(0, 0, 0, .71);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.confirm-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    width: 75%;
    margin: 15rem auto;
    padding: 20px
}

a#confirm-btn,
a.cancel-btn {
    display: inline-block;
    padding: 11px 25px;
    text-decoration: none
}

a#confirm-btn {
    color: #f5f5f5;
    background: #128CDF;
    margin-right: 1rem
}

a.cancel-btn {
    color: #333;
    background: #E5E5E5
}

.glass,
.loader-container {
    display: none;
    position: fixed;
    top: 0
}

.loader-container {
    background: #fff;
    margin: 20rem auto;
    left: 50%;
    transform: translate(-50%);
    padding: 1rem
}

.glass {
    background: rgba(0, 0, 0, 0);
    left: 0;
    height: 100%;
    width: 100%
}

#top-bar {
    background: #171717;
    padding: 0 2rem
}

#site-logo a {
    color: #f7f7f7;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    margin-top: 11px;
    display: block
}

#top-bar-menu {
    text-align: right;
    position: inherit
}

#top-bar-menu ul {
    margin-bottom: 0;
    margin-right: 5rem
}

#top-bar-menu ul li {
    list-style: none;
    margin-bottom: 0;
    display: inline
}

#top-bar-menu ul li a i:before {
    position: relative;
    top: 2px;
}

#top-bar-menu>ul>li>a {
    color: #f5f5f5;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: .2s;
    padding: 1.5rem 11px 1.5rem 11px;
    display: inline-block
}

#top-bar-menu>ul>li {
    display: inline-block;
    transition: .2s
}

#top-bar-menu>ul>li:hover {
    background: #128CDF
}

#top-bar-menu>ul>li:hover>a {
    color: #f5f5f5
}

#top-bar-menu .submenu {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    left: 0;
    z-index: 2;
    font-size: 0
}

#top-bar-menu .submenu>li>a {
    display: inline-block;
    text-align: center!important;
    padding: 4rem 0;
    text-transform: uppercase;
    text-decoration: none;
    color: #F1F1F1;
    font-size: 14px;
    border-top: 2px solid rgba(0, 0, 0, .32);
    transition: .23s;
    vertical-align: middle;
}

#top-bar-menu .submenu>li>a:hover {
    border-top: 2px solid #FFE63A;
    background: red;
    opacity: 1
}

#top-bar-menu .submenu>li>a>i:before {
    font-size: 31px;
    display: block
}

.cart-count {
    background: #F24141;
    padding: 0 5px;
    position: relative;
    top: -10px;
    left: -5px;
    border-radius: 50%;
    display: none
}

#mobile-menu,
.dropdown {
    left: 0;
    z-index: 2;
    width: 100%
}

.dropdown {
    display: none;
    position: absolute
}

.dropdown a {
    display: inline-block;
    padding: 5rem;
    background: #f5f5f5;
    color: #5F5F5F;
    text-decoration: none;
    font-size: 14px;
    min-width: 200px
}

#mobile-menu-btn i:before {
    color: #E6E6E6;
    display: inline-block;
    font-size: 2.2rem;
    padding: .8rem 0
}

#mobile-menu-btn:active,
#mobile-menu-btn:hover {
    color: #fff
}

#mobile-menu {
    display: none;
    background: #171717;
    color: #f7f7f7;
    position: fixed;
    overflow: auto;
    padding: 2rem;
    top: 0;
    height: 100%
}

a.mobile-menu-close-btn i:before {
    font-size: 2rem;
    color: #f7f7f7;
    text-decoration: none
}

#mobile-menu ul {
    margin-top: 4rem;
    padding-left: 0;
    text-align: center
}

#mobile-menu ul li a {
    display: block;
    font-size: 1.7rem;
    padding: 15px 10px;
    color: #f7f7f7;
    text-decoration: none
}

a.btn.blue,
a.ghost-btn {
    padding: 15px 35px;
    text-decoration: none
}

#mobile-menu ul li a:active {
    background: #272727
}

#mobile-menu .submenu {
    display: none;
    margin-top: 0
}

.footer-btn,
.heading-btn,
a.btn.blue,
a.ghost-btn {
    display: inline-block
}

#mobile-menu .submenu li a {
    font-size: 1.3rem;
    color:white!important;
}

a.ghost-btn {
    font-size: 13px;
    color: #333
}

a.btn.blue,
a.ghost-btn.blue,
a.ghost-btn.white {
    color: #fff;
    transition: .4s
}

a.btn.blue {
    font-size: 14px;
    background: #128CDF
}

a.btn.blue:hover {
    background: #117AC1
}

a.ghost-btn.blue {
    background: #128CDF
}

a.ghost-btn.blue:hover {
    background: #18A1FE
}

a.ghost-btn.white {
    border: 1px solid #fff
}

#what-we-do a>p,
#what-we-do span {
    transition: .23s
}

a.ghost-btn.white:hover {
    background: #fff;
    color: #333
}

a.ghost-btn.bluehover:hover {
    background: #128CDF;
    border: 1px solid #128CDF;
    color: #fff
}

a.ghost-btn.round {
    border-radius: 50px
}

#main-hero {
    background: #121212;
    padding: 05rem 0
}

.fixed-bg {
    padding: 20rem 0;
    background-color: #222;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    position: relative
}

.overlay-bg {
    background: rgba(0, 0, 0, .4);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

#video-bg {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%)
}

.heading1 {
    font-weight: 300;
    -webkit-animation-delay: .5s
}

.heading2 {
    font-weight: 600
}

.heading-btn {
    margin-top: 2rem
}

.main-content {
    background: #f8f8f8;
    padding: 9rem 0
}

#what-we-do {
    margin-top: 5rem
}

#what-we-do a {
    text-decoration: none
}

#what-we-do .flaticon:before {
    font-size: 11rem
}

#what-we-do a>p {
    color: #333;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.2em;
    padding: 0 1rem
}

#services-section img {
    height: 220px;
    width: 100%
}

#service1,
#service2,
#service3 {
    visibility: hidden;
    -webkit-animation-duration: .7s
}

.white-box {
    background: #fff;
    padding: 2rem;
    box-shadow: 2px 2px 5px #BEBEBE;
    margin-bottom: 1.5rem;
    position: relative;
    min-height: 630px;
}

.white-box-footer {
    position: absolute;
    bottom: 2rem
}

ul.no-bullet li {
    font-size: 15px;
    line-height: 1.7em
}

.client-box {
    margin: 0 0 4rem;
    width: 50%;
    float: left
}

.clients-img {
    width: auto;
    height: 50px;
    /*padding: 60px 0 60px 0;
*/
}

.clients {
    width: auto;
    height: 50px;
}

.client-box:nth-child(4n) {
    clear: left
}

#hosting-services-section {
    padding: 15rem 0
}

.product-hl {
    background: #e9612c;
    color: #f1f1f1;
    border-radius: 100px;
    position: absolute;
    top: -20px;
    left: 10px;
    padding: 11px 25px;
    font-size: 16px;
    font-weight: 700
}

#guarantee-section,
.bg-box {
    background-size: cover;
    background-position: center
}

#web-dev-section {
    background-color: #128CDF
}

.bg-box {
    padding: 21rem 0;
    float: left;
    width: 100%;
    transition: .4s
}

.bg-box:hover {
    opacity: .85
}

.bg-box h5 {
    padding: 0 2rem;
    font-size: 20px
}

#web-dev-footer {
    background: #efefef;
    padding: 8rem 0;
    font-size: 17px;
    font-weight: 300;
    box-shadow: inset 0 0 3em #999
}

#email-services-section {
    padding: 15rem 0;
    background: #fff
}

#email-services-section img {
    height: 250px
}

#guarantee-section {
    background-color: #333;
    background-image: url(../images/guy-typing.jpg);
    background-attachment: fixed;
    padding: 9rem 0
}

#hosting-provider,
#hosting-security {
    visibility: hidden
}

#cloud-section {
    padding: 15rem 0;
    background: #128CDF;
    color: #fff
}

#stats-section {
    padding: 7rem 0;
    background: #f5f5f5
}

.stat-box {
    margin-bottom: 5rem
}

#stat1,
#stat2,
#stat3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300
}

#footer-section {
    background: #FFF;
    font-size: 13px;
    padding: 3rem 0
}

.footer-title {
    color: #666;
    font-weight: 700;
    text-decoration: none;
    transition: .4s
}

#footer-section a:hover,
.footer-title:hover {
    color: #128CDF
}

.footer-menu {
    padding-left: 0
}

.footer-menu li {
    margin-bottom: 7px
}

#footer-section a {
    text-decoration: none;
    font-size: 13px;
    color: #666;
    transition: .3s
}

.footer-btn {
    text-align: center;
    text-decoration: none;
    color: #666;
    border: 1px solid #666;
    padding: 7px 11px;
    transition: .2s
}

.footer-btn:hover {
    background: #128CDF;
    border-color: #128CDF;
    color: #fff!important
}

.social-icons {
    font-size: 2rem!important
}

#btm-link {
    padding-top: 3rem;
    margin-top: 3rem;
    border-top: 2px solid #D7D7D7
}

#popup-slider {
    width: 470px;
    height: 250px;
    background: #fff;
    position: fixed;
    left: -470px;
    top: 40%;
    z-index: 1;
    transition: .7s
}

#popup-slider .slider-image {
    float: left;
    width: 45%;
    height: 100%;
    background-repeat: no-repeat;
    padding: 0;
    background-size: cover
}

#popup-slider .slider-content {
    height: 100%;
    width: 55%;
    float: left;
    padding-top: 20px
}

#popup-slider a.slider-close-btn {
    color: #222;
    outline: 0;
    text-decoration: none;
    position: absolute;
    right: 10px;
    top: 10px
}

#popup-slider a.slider-close-btn i:before {
    font-size: 18px;
    font-weight: 700
}

.popup-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 100%;
    overflow: hidden
}

.popup-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.pointer {
    cursor: pointer
}


/* Trustwave */

.trustwave-img {
    width: 120px;
    border: 1px solid #c1c1c1;
    border-radius: 8px;
}

#top-bar .trustwave-img {
    border: none;
    width: 80px;
}

#top-bar ul li.no-hover {
    background: transparent !important;
}

.popover-title {
    background: #008752;
    color: #ffffff;
}

@media only screen and (min-width:768px) {
    .bg-box {
        width: 33.3333333333%
    }
    .client-box,
    .confirm-box,
    .staff-thumbnail {
        width: 25%
    }
    .margin-btm {
        margin-bottom: 9rem
    }
    #heading2 {
        font-size: 72px
    }
    #top-bar {
        padding: 0 5rem
    }
}

@media only screen and (max-width:992px) {
    .mobile-centered {
        text-align: center
    }
    .mobile-left {
        text-align: left
    }
    .polygon.circle {
        margin: 0 auto
    }
    .white-box-footer {
        margin-top: 4rem;
        position: static
    }
    #site-logo a {
        margin-top: 10px
    }
    .mobile-block {
        display: block
    }
    .footer-menu {
        padding-bottom: 90px
    }
    #popup-slider {
        width: 350px;
        left: -350px
    }
    .product-hl {
        left: 50%;
        transform: translateX(-50%)
    }
}
