body,
html {
    height: 100%
}

body {
    background-color: #fff;
    color: #777;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0
}

header {
    clear: both;
    border-top: 5px solid #ededed;
    background: #f6f6f6;
    background: -moz-linear-gradient(top, #f6f6f6 0, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6f6f6), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #f6f6f6 0, #fff 100%);
    background: -o-linear-gradient(top, #f6f6f6 0, #fff 100%);
    background: -ms-linear-gradient(top, #f6f6f6 0, #fff 100%);
    background: linear-gradient(to bottom, #f6f6f6 0, #fff 100%)
}

header div.social-icons {
    clear: right;
    float: right;
    margin-top: -2px
}

header div.container {
    position: relative
}

header div.search {
    float: right;
    margin: 10px 0 0;
    min-width: 150px
}

header div.search button {
    background: 0 0;
    border: 0;
    color: #242254;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 6px
}

header div.search button:hover {
    color: #000
}

header div.search div.control-group {
    position: relative;
    text-align: right
}

header div.search input.search-query {
    -moz-transition-duration: .2s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease-in;
    -o-transition-duration: .2s;
    -o-transition-property: all;
    -o-transition-timing-function: ease-in;
    -webkit-transition-duration: .2s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-in;
    font-size: .9em;
    margin: 2px 0 0 10px;
    padding-right: 30px;
    padding-left: 10px;
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: ease-in;
    width: 150px
}

header div.search input:focus {
    width: 180px
}

header h1.logo {
    float: left;
    margin: 15px 0;
    padding: 0
}

div.footer-copyright nav,
header nav {
    float: right
}

header nav select.selectnav {
    display: none
}

header nav ul.nav-main {
    margin: 27px -180px 20px 0
}

header nav ul.nav-main li.dropdown.open a.dropdown-toggle {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background-color: #232254
}

header nav ul.nav-main li.active a,
header nav ul.nav-main ul.dropdown-menu {
    background-color: #232254
}

header nav ul.nav-main ul.dropdown-menu,
header nav ul.nav-top ul.dropdown-menu {
    -moz-border-radius: 0 6px 6px;
    -moz-box-shadow: 0 5px 4px 0 rgba(0, 0, 0, .3);
    -webkit-border-radius: 0 6px 6px;
    -webkit-box-shadow: 0 5px 4px 0 rgba(0, 0, 0, .3);
    border: 0;
    border-radius: 0 6px 6px;
    box-shadow: 0 5px 4px 0 rgba(0, 0, 0, .3);
    margin: 1px 0 0 3px;
    padding: 5px
}

header nav ul.nav-top ul.dropdown-menu {
    margin: -2px 0 0
}

header nav ul.nav-main ul.dropdown-menu ul.dropdown-menu {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-left: 0;
    margin-top: -5px
}

header nav ul.nav-main ul.dropdown-menu li:hover>a {
    filter: none;
    background: #313078
}

header nav ul.nav-main ul.dropdown-menu li>a {
    color: #fff;
    font-weight: 400;
    text-transform: none;
    position: relative
}

header nav ul.nav-main ul.dropdown-menu li>a,
header nav ul.nav-top ul.dropdown-menu li>a {
    padding: 8px 10px 8px 5px;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

header nav ul.nav-main ul.dropdown-menu li:last-child>a {
    border-bottom: 0
}

header nav ul.nav-main li a {
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-left: 3px;
    margin-right: 3px;
    text-transform: uppercase
}

header nav ul.nav-main li.dropdown:hover>a {
    padding-bottom: 11px;
    margin-bottom: -1px
}

header nav ul.nav-main li.dropdown:hover a.dropdown-toggle,
header nav ul.nav-top li.dropdown:hover a.dropdown-toggle {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

footer a.logo,
header nav ul.nav-main li.dropdown:hover>ul,
header nav ul.nav-top li.dropdown:hover>ul {
    display: block
}

header nav ul.nav-top {
    margin: 10px 0 -10px;
    min-height: 62px
}

header nav ul.nav-top li span {
    display: block;
    line-height: 14px;
    margin-bottom: 2px;
    margin-right: 2px;
    margin-top: 2px;
    padding: 8px 2px 8px 12px;
    color: #232254;
    font-size: .9em
}

header nav ul.nav-main li a,
header nav ul.nav-top li a {
    color: #232254;
    font-size: .9em
}

header nav ul.nav-top li i {
    margin-right: 6px;
    position: relative;
    top: 1px
}

header nav ul.nav-main li.dropdown:hover>a:hover {
    background: #313078 !important;
}

body.sticky-menu-active header {
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
    position: fixed;
    top: -14px;
    width: 100%;
    z-index: 201;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    filter: none
}

body.sticky-menu-active header h1.logo {
    position: absolute;
    bottom: -25px;
}

div.home-intro,
div.nivo-slider,
div.slider {
    position: relative
}

body.sticky-menu-active header nav ul.nav-main {
    margin-bottom: 12px
}

body.sticky-menu-active div.main {
    margin-top: 65px
}

div.map-section {
    background: url(../png/map-top.png) center 0 no-repeat;
    padding-top: 220px;
    margin-top: 40px
}

section.featured {
    background: #f0f0ed;
    border-top: 5px solid #ecece8;
    margin: 35px 0;
    padding: 50px 0
}

section.featured.footer {
    margin: 30px 0 -70px
}

section.featured.map {
    background-image: url(../png/map-bottom.png);
    background-position: center 0;
    background-repeat: no-repeat;
    margin-top: 0;
    border-top: 0
}

section.highlight {
    background: #ccc;
    boder-left: 0;
    boder-right: 0;
    border: 3px solid #ccc;
    margin: 35px 0 45px;
    padding: 40px 0
}

section.highlight div.thumbnail {
    background-color: #fff
}


div.home-intro div.get-started a,
div.slider-container div.caption a,
div.slider-container div.caption a:hover,
section.highlight,
section.highlight h1,
section.highlight h2,
section.highlight h3,
section.highlight h4,
section.highlight h5,
section.highlight p {
    color: #fff
}

section.highlight.footer {
    margin: 45px 0 -70px
}

aside ul.nav-list>li>a {
    color: #666;
    font-size: .89em
}

div.slider-container {
    max-height: 500px;
    overflow: hidden;
    padding: 0;
    position: relative
}

div.footer-copyright nav ul,
div.slider-container ul,
footer div.twitter ul,
footer ul.contact {
    list-style: none;
    margin: 0;
    padding: 0
}

div.slider {
    max-height: 450px
}

div.slider div.tp-bannertimer {
    background-color: #ccc;
    background-position: 0 -13px;
    top: 0;
    height: 7px
}

div.slider-container {
    background: #171717
}

div.slider-container div.caption {
    filter: alpha(opacity=0);
    opacity: 0
}

div.slider-container div.top-label {
    color: #fff;
    font-size: 17px;
    font-weight: 300
}

div.slider-container div.main-label {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .35)
}

div.home-intro p,
div.slider-container div.bottom-label {
    color: #fff;
    font-size: 17px;
    font-weight: 300
}

div.nivo-slider .theme-default .nivoSlider {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 10px
}

div.nivo-slider .theme-default .nivoSlider,
div.nivo-slider .theme-default .nivoSlider img {
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0
}

div.nivo-slider .theme-default .nivo-controlNav {
    margin-top: -72px;
    position: absolute;
    z-index: 100;
    right: 5px;
    bottom: -17px
}

div.nivo-slider .theme-default .nivo-caption {
    padding-left: 20px
}

div.home-intro {
    background-color: #000;
    margin-bottom: 60px;
    overflow: hidden;
    padding: 20px 0 10px;
    text-align: left
}

div.home-intro div.get-started {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    text-align: right
}

div.home-intro div.get-started a.btn {
    position: relative;
    z-index: 1
}

div.home-intro div.get-started a.btn i {
    font-size: 1.1em;
    font-weight: 400;
    margin-left: 5px
}

div.home-intro div.learn-more {
    margin-left: 15px
}

div.home-intro p {
    display: inline-block;
    font-size: 1.4em;
    max-width: 800px;
    padding-top: 5px
}

div.home-intro p span {
    color: #999;
    display: block;
    font-size: .8em;
    padding-top: 5px
}

div.home-intro p em,
footer div.footer-ribon span {
    font-family: "Shadows Into Light", cursive;
    font-size: 1.6em;
    color: #373fa8
}

div.home-intro-compact {
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    margin-top: -10px
}

div.home-intro-compact p {
    padding-left: 20px
}

div.home-intro-compact div.get-started {
    padding-right: 20px
}

div.home-concept {
    background: url(../png/home-concept.png) center 0 no-repeat;
    width: 100%;
    overflow: hidden
}

div.home-concept div.row,
footer,
section.page-top,
section.page-top.custom-product div.row {
    position: relative
}

div.home-concept div.process-image {
    -moz-transition: all .3s ease-out .3s;
    -o-transition: all .3s ease-out .3s;
    -webkit-transition: all .3s ease-out .3s;
    transition: all .3s ease-out .3s;
    background: url(../png/home-concept-item.png) no-repeat;
    width: 160px;
    height: 175px;
    margin: 135px 0 0;
    padding-bottom: 50px;
    position: relative;
    z-index: 1
}

div.home-concept div.process-image img {
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    border-radius: 0;
    margin: 7px 8px
}

div.home-concept strong {
    display: block;
    font-family: "Shadows Into Light", cursive;
    font-size: 1.8em;
    font-weight: 400;
    position: relative;
    margin-top: 25px
}

div.home-concept strong.our-work {
    margin-top: 48px
}

div.home-concept div.project-image {
    background: url(../png/home-concept-item.png) 100% 0 no-repeat;
    width: 350px;
    height: 313px;
    margin: 15px 0 0 -30px;
    padding-bottom: 45px;
    position: relative;
    z-index: 1
}

div.home-concept span.sun {
    background: url(../png/home-concept-icons.png) no-repeat;
    width: 74px;
    height: 56px;
    display: block;
    position: absolute;
    left: 10%;
    top: 35px
}

div.home-concept span.cloud {
    background: url(../png/home-concept-icons.png) 100% 0 no-repeat;
    width: 120px;
    height: 56px;
    display: block;
    position: absolute;
    left: 53%;
    top: 35px
}

section.page-top {
    background-color: #000;
    border-bottom: 5px solid #ccc;
    border-top: 5px solid #384045;
    margin-bottom: 35px;
    margin-top: 1px;
    min-height: 20px;
    padding: 20px;
    text-align: left
}

section.page-top ul.breadcrumb {
    background: 0 0;
    margin: -3px 0 0;
    padding: 0
}

section.page-top ul.breadcrumb>li {
    text-shadow: none
}

section.page-top h2 {
    border-bottom: 5px solid #373fa8;
    color: #fff;
    display: inline-block;
    font-weight: 200;
    margin: 0 0 -25px;
    min-height: 37px;
    padding: 0 0 17px;
    position: relative
}

section.page-top.custom-product {
    background: #999;
    border-top: 5px solid #888
}

/*new*/
section.banner-top {
    background: url("../jpg/banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 35px;
    margin-top: 1px;
    min-height: 20px;
    padding: 20px;
    text-align: left
}

section.page-top ul.breadcrumb {
    background: 0 0;
    margin: -3px 0 0;
    padding: 0
}

section.page-top ul.breadcrumb>li {
    text-shadow: none
}

section.page-top h2 {
    border-bottom: 5px solid #373fa8;
    color: #fff;
    display: inline-block;
    font-weight: 200;
    margin: 0 0 -25px;
    min-height: 37px;
    padding: 0 0 17px;
    position: relative
}

section.page-top.custom-product {
    background: #999;
    border-top: 5px solid #888
}

/*new*/

/*new for g-suite-business starts*/
section.g-suite-banner-top {
    background: url("../jpg/g-suite-banner4-blue.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 35px;
    margin-top: 1px;
    min-height: 20px;
    padding: 20px;
    text-align: left
}

@media only screen and (max-width:767px) {
    section.g-suite-banner-top {
        min-height: 1290px !important;
    }
}

section.page-top ul.breadcrumb {
    background: 0 0;
    margin: -3px 0 0;
    padding: 0
}

section.page-top ul.breadcrumb>li {
    text-shadow: none
}

section.page-top h2 {
    border-bottom: 5px solid #373fa8;
    color: #fff;
    display: inline-block;
    font-weight: 200;
    margin: 0 0 -25px;
    min-height: 37px;
    padding: 0 0 17px;
    position: relative
}

section.page-top.custom-product {
    background: #999;
    border-top: 5px solid #888
}

/*new for g-suite-business ends*/
footer a:hover,
section.page-top.custom-product p.lead {
    color: #ccc
}

section.page-top.custom-product img {
    bottom: -20px;
    position: absolute;
    right: 0
}

section.page-top.custom-product h1 {
    color: #fff;
    margin-bottom: 10px;
    margin-top: 30px
}

section.page-not-found {
    margin: 50px 0
}

section.page-not-found h2 {
    font-size: 140px;
    font-weight: 600;
    letter-spacing: -10px;
    line-height: 140px
}

section.page-not-found h4 {
    color: #777
}

section.page-not-found p {
    font-size: 1.4em;
    line-height: 36px
}

div.page-not-found-main {
    margin-top: 25px;
    text-align: center
}

ul.sitemap>li>a {
    font-weight: 700
}

ul.sitemap.list li {
    margin: 0 0 3px
}

ul.sitemap.list ul {
    margin-bottom: 5px;
    margin-top: 5px
}

footer {
    background: #121214;
    border-top: 4px solid #1f1f1f;
    font-size: .9em;
    margin-top: 70px;
    padding: 80px 0 0
}

footer div.footer-ribon {
    background: #646464;
    border-left: 1px solid #232254;
    border-right: 1px solid #232254;
    border-top: 1px solid #232254;
    position: absolute;
    margin: -100px 0 0 30px;
    padding: 10px 20px 6px
}

footer div.footer-ribon::before {
    border-right: 10px solid #121214;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -17px;
    position: absolute;
    top: 0;
    width: 7px
}

footer div.footer-ribon span {
    color: #fff
}

footer div.container div.row>div {
    margin-bottom: 25px
}

footer div.container input:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

footer div.social-icons li:hover {
    background-color: transparent
}

footer div.twitter a.time {
    color: #999;
    display: block;
    font-size: .9em;
    padding-top: 3px
}

footer ul.contact i {
    float: left;
    margin: 4px 5px 10px 0
}

footer ul.contact p {
    margin-bottom: 10px
}

footer form {
    filter: alpha(opacity=85);
    opacity: .85
}

footer a,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5 {
    color: #fff !important
}

footer h4 {
    font-size: 1.8em;
    font-weight: 200;
    text-shadow: 1px 1px 1px #000
}

div.footer-copyright {
    background: #0c0c0c;
    border-top: 4px solid #111;
    margin-top: 40px;
    padding: 30px 0 10px
}

div.footer-copyright nav ul li {
    border-left: 1px solid #505050;
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 8px
}

div.footer-copyright nav ul li:first-child {
    border: none;
    padding-left: 0
}

div.footer-copyright p {
    color: #555;
    margin: 7px;
    padding: 0
}

body.boxed {
    background-color: transparent;
    background-position: 0 0;
    background-repeat: repeat
}

body.boxed div.body {
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    background-color: #fff;
    border-bottom: 5px solid #121214;
    border-radius: 5px;
    border-top: 5px solid #ccc;
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    margin: 25px auto;
    max-width: 100%;
    width: 1040px
}

body.boxed header {
    padding: 15px 0
}

a.scroll-to-top {
    -moz-border-radius: 50px 50px 0 0;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-border-radius: 50px 50px 0 0;
    -webkit-transition: all .3s;
    background: #ccc;
    border-radius: 50px 50px 0 0;
    bottom: 55px;
    color: #fff;
    display: block;
    height: 9px;
    opacity: 0;
    padding: 13px 0 27px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    width: 49px;
    z-index: 9999
}

a.scroll-to-top:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

a.scroll-to-top.visible {
    filter: alpha(opacity=75);
    opacity: .75
}

.news input[type=button] {
    cursor: pointer;
    margin-top: -10px;
}

.logo a:nth-child(2) img {
    height: 90px;
    padding-top: 45px;
}

@media(max-width:780px) {

    .logo a:nth-child(2) img.logo1 {
        height: 90px;
        padding-top: 25px !important;
    }
}

body.sticky-menu-active header .logo a:nth-child(2) img {

    padding-top: 45px;
    /* height: 90px !important; */

}

@media (max-width: 780px) {
    .logo a:nth-child(2) {
        padding-left: 10px;
    }


}

.anchor {
    display: block;
    height: 147px;
    /* same height as header */
    margin-top: -147px;
    /* same height as header */
    visibility: hidden;
}

li.phone span a {
    line-height: 14px;
    font-family: "Open Sans", Arial, sans-serif;
    color: #232254 !important;
    font-size: 13px !important;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;


}

span.sales-no {
    font-size: 13px !Important;
    padding: 8px 2px 8px 0px !important;
    margin-left: 0px !Important;
    padding-top: 5px !Important;
    padding-bottom: 0px !Important;
    margin-bottom: 0px !important;
}

span.arrow.hlb {

    display: none !important;
}

@media(min-width: 561px) {
    .mob_menu {
        display: none !important;
    }
}

@media (max-width: 780px) {
    div.mob-contact-sub {
        display: inline-flex;
    }

    div.mob-contact {

        text-align: end;

    }
}

@media (min-width: 781px) {
    div.mob-contact-sub {
        display: none;
    }

    div.mob-contact {

        text-align: center;

    }
}

.news input#email {
    height: auto;
    width: 154px;
}