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.container {
    position: relative
}


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 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 a,
header nav ul.nav-top li a {
    color: #232254;
    font-size: .9em
}


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: -5px;
}



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

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


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(../map-bottom.html);
    background-position: center 0;
    background-repeat: no-repeat;
    margin-top: 0;
    border-top: 0
}


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




/*new for g-suite-business starts*/
section.g-suite-banner-top {
    background: url("../g-suite-banner4-blue.html");
	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;
	}
}

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


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



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

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



div.footer-copyright p {
    color: #555;
    margin: 7px;
    padding: 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: 30px;
    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
}

.logo a:nth-child(2) img{
	height:90px;
padding-top:30px;
 }
 body.sticky-menu-active header .logo a:nth-child(2) img
 {
	
    padding-top: 10px;
    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;
}

