@import url('https://fonts.googleapis.com/css?family=Google+Sans:100,300,400,500,700,900,100i,300i,400i,500i,700i,900i');

@font-face {
font-family: 'RobotoRegular';
src: url('Roboto-Regular-webfont.eot');
src: url('Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('Roboto-Regular-webfont.woff') format('woff'),
url('Roboto-Regular-webfont.ttf') format('truetype'),
url('Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'RobotoBold';
src: url('Roboto-Bold-webfont.eot');
src: url('Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
url('Roboto-Bold-webfont.woff') format('woff'),
url('Roboto-Bold-webfont.ttf') format('truetype'),
url('Roboto-Bold-webfont.svg#RobotoBold') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'RobotoLight';
src: url('Roboto-Light-webfont.eot');
src: url('Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
url('Roboto-Light-webfont.woff') format('woff'),
url('Roboto-Light-webfont.ttf') format('truetype'),
url('Roboto-Light-webfont.svg#RobotoLight') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'RobotoMedium';
src: url('Roboto-Medium-webfont.eot');
src: url('Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
url('Roboto-Medium-webfont.woff') format('woff'),
url('Roboto-Medium-webfont.ttf') format('truetype'),
url('Roboto-Medium-webfont.svg#RobotoMedium') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
    font-family: "Brown-Light";
    src:url("lineto-brown-light.eot");
    src:url("lineto-brown-light.eot?#iefix") format("embedded-opentype"),
        url("lineto-brown-light.woff2") format("woff2"),
        url("lineto-brown-light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Brown-Regular";
    src:url("lineto-brown-regular.eot");
    src:url("lineto-brown-regular.eot?#iefix") format("embedded-opentype"),
        url("lineto-brown-regular.woff2") format("woff2"),
        url("lineto-brown-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Brown-Thin";
    src:url("lineto-brown-thin.eot");
    src:url("lineto-brown-thin.eot?#iefix") format("embedded-opentype"),
        url("lineto-brown-thin.woff2") format("woff2"),
        url("lineto-brown-thin.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
font-family: 'google_sansregular';
src: url('googlesans-regular-webfont.woff2') format('woff2'),
url('googlesans-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'google_sansbold';
src: url('googlesans-bold-webfont.woff2') format('woff2'),
url('googlesans-bold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'google_sansmedium';
src: url('googlesans-medium-webfont.woff2') format('woff2'),
url('googlesans-medium-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;

}

div,li,ul,a{text-decoration:none; -webkit-transition-timing-function:ease-in-out; -moz-transition-timing-function:ease-in-out; -ms-transition-timing-function:ease-in-out; transition-timing-function:ease-in-out; -webkit-transition-duration:0.5s; -moz-transition-duration:0.5s; -ms-transition-duration:0.5s; transition-duration:0.5s; list-style:none; box-sizing:border-box;}
html{color:#000;font-family: 'RobotoRegular'}body,div,dl,dt,dd,ul,ol,li,pre,code,
form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{margin:0;padding:0; font-family: 'google_sansregular'; color:#202124;}table{bordercollapse:collapse;borderspacing:0;}fieldset,img{border:0;}address,
caption,cite,code,dfn,em,strong,th,varoptgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}caption,th{textalign:left;}input,button,textarea,select,optgroup,option{font-family:inherit;fontsize:inherit;font-style:inherit;fontweight:inherit;}input,button,textarea,select{*font-size:100%;}



/*Colours*/

.google-blue {
	
	color: #1a73e8 !important;
}

.google-red {
	
	color: #ea4335 !important;
}

@media only screen and (max-width: 598px){
	
	.logo {
		display: none !important;
	}
}

/*New styles*/

.top-banner {
	
	position: relative;
	background-color: #1a73e8 !important;
	width: 100%;
	min-height: 20px !important;
	max-height: auto !important;
	
}

.top-banner p {
	text-align: center;
	vertical-align: middle !important;
	color: #fff;
	 font-family:"Google Sans", sans-serif !important;
	font-weight: 300;
	padding: 10px 20px;
}

.top-banner a {
	text-align: center;
	vertical-align: middle !important;
	color: #fff;
	 font-family:"Google Sans", sans-serif !important;
	font-weight: 500;
	cursor: pointer;
	
}

.hero-banner h1 {
	
	 font-family:"Google Sans", sans-serif !important;
    font-style: normal;
    font-weight: 900;
    margin: 0;
    font-size: 54px;
    letter-spacing: -2px;
    text-transform: none;
    line-height: 1.16;
	color: #212934 !important;
	margin-bottom: 20px;
}

.hero-banner img {
	width: 250px;
	height: auto;
	margin-left: -15px;
}

.hero-banner p {
	font-family:"Google Sans", sans-serif !important;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 20px;
}
	

@media only screen and (max-width: 992px){
.hero-banner .col-fix {
	text-align: center !important;
	padding-top: 30px;
}
}

.hero-banner .btn {
	background:#1a73e8; color:#fff; border-radius:4px; font-size:14px; font-family: 'google_sansregular'; line-height:44px; min-width:100px; text-align:center; display:inline-block; margin:0 5px 20px 5px; padding:0 28px; font-weight:500; outline:none; border:none;
}
.btn:hover{background:#174ea6;}

a:hover {
text-decoration: none!important;
}
input {
line-height: normal!important;
}
label {
display: block!important;
}


.section-1 h2 {
	font-family:"Google Sans", sans-serif !important;
	font-weight: 700;
	font-size: 35px;
	letter-spacing: -1px;
	line-height: 1.26;
	color: #212934 !important;
	text-align: center;
	margin-bottom: 20px;
	
}


.title-name{
  position: relative;
}

.amit{
  position: relative;
 }

.amit::before {
  line-height: 10px;
	  top:-7px;
  left: -7px;
  position: absolute;
  content: "Amit";
  font-size: 10px;
  background:#ea4335;
  color: #fff;
  padding: 2px 3px;
	letter-spacing: normal;
}

.amit::after{
  position: absolute;
  content: "";
  z-index: -1;
  height: 100%;
  top: -3px;
  border-right: solid 3px #ea4335;
}

.sarah{
  background:#b2d8ff;
  border-right: solid 3px #4285f4;
}


.sarah::after{
  content: "Sarah";
  font-size: 10px;
  position: absolute;
  background:#4285f4;
  padding: 2px 3px;
  color: #fff;
  top: -5px;
  margin-left: -5px;
  line-height: 10px;
	letter-spacing: normal;
}



@media screen and (max-width:1000px){
  .workplace_title h1{
    text-align: center !important;
  
  }
}


.ecosystem-card:hover .learnMore_button{
  color: #174ea6;

}

.ws-support-banner-text h4{
  max-width: 400px !important;
  margin: auto !important;
}



.section-2 h2{
	margin:0 0 10px 0; padding:0; font-size:35px; line-height:44px; font-family: "Google Sans",Arial,sans-serif; font-weight:700; text-align:left; letter-spacing: -1px; color: #212934;
}

.section-2 {
	
	background-color: #f4f4f4;
}
.section-2 p{color:#424242; font-size:14px; font-family: "Google Sans",sans-serif; padding:0 0 20px 0px; text-align:left;}
.section-2 .info-boxs{height:100%; padding: 20px; margin:0; width:100%; float:left; background:#ffffff; border-radius: 5px; border: 1px solid #dadce0;}

.section-2 .info-boxs:hover {
	box-shadow:rgba(0, 0, 0, 0.25) 0px 0px 8px;
	
}

.section-2 .info-boxs a{cursor:pointer;}

.section-2 .info-boxs img{max-width: 100%; height: auto; border-radius: 5px; border: 1px dotted rgba(30,142,62,1.00);}

.section-2 .info-boxs h3{font-size:12px; line-height: normal; letter-spacing: 0.5px; padding:0; margin:0; font-family: "Google Sans", sans-serif; font-weight:400; color:#939393; text-transform: uppercase; text-align:left;}

.section-2 .info-boxs p{font-size:20px; line-height:28px; padding:8px 0 20px 0; margin:0; color:#424242; font-family: 'Google Sans'; text-align:left;}

.section-2 p a {
	font-size: 14px;
	vertical-align: baseline;
	font-weight: 500;
	
}

@media only screen and (max-width: 767px){
.section-2 p, h2, h3 {
	text-align: center !important;
	
}
	.margin-20 {
		margin-bottom: 20px !important;
	}
}

.section-3 {
	width: 100%;
	height: auto;
	background-image: url("https://google.synnex.com.au/wp-content/uploads/2023/08/bg-support.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	padding: 100px 0;
}
.section-3 h1 {
	
	font-family:"Google Sans", sans-serif !important;
    font-style: normal;
    font-weight: 900;
    margin: 0;
    font-size: 54px;
    letter-spacing: -2px;
    text-transform: none;
    line-height: 1.16;
	color: #212934 !important;
	margin-bottom: 30px;
	text-align: center;
}

.section-3 .btn {
	background:#1a73e8; color:#fff; border-radius:4px; font-size:14px; font-family: 'google_sansregular'; line-height:44px; min-width:100px; text-align:center; display:inline-block; margin:0 5px 20px 5px; padding:0 28px; font-weight:500; outline:none; border:none;
}
 .section-3 .btn:hover{background:#174ea6;}
	
@media only screen and (max-width: 1050px){
	.section-3 {
		background-image: url("https://google.synnex.com.au/wp-content/uploads/2023/08/bg-support.png");
	background-size: cover;
	background-position: center;
	}
	
}



/*Header*/
/*.header{width:100%;float:left;padding:30px 0 29px;margin:0;border-bottom:solid 1px #e6ebf0;}
.header-main{width:100%;float:left;position:relative;}
.logo-left{float:left; width:25%;position: absolute; left: 0; top: 0; bottom: 0; margin: auto;  height: 55px;}

.logo-left img,
.logo-right img{max-width:100%;}

.logo-right{width: auto; float: right; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; height: 55px;}
.nav-main{width:auto;float:right; padding-right: 84px;}
.nav-main ul.nav-list{margin:0;padding:0;float:left;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;list-style:none;}
.nav-main ul.nav-list > li{padding:0 10px 0 0;margin:0;float:left;position:relative;line-height:40px;font-size:14px;text-transform:uppercase;}
.nav-main ul.nav-list > li > a{color:#000000; line-height:38px; font-family:Tahoma, Geneva, sans-serif; display:block; border-radius:30px; padding:0 15px;}
.nav-main ul.nav-list > li.submenu > a{ background:url(../images/sub-menu.png) 95% center no-repeat;}
.nav-main ul.nav-list > li > a:hover,.nav-main ul.nav-list > li.active > a,.nav-main ul.nav-list > li:hover > a{color:#fff;background-color:#74dfff;}
.nav-main ul.nav-list ul.mega-main{display:none;position:absolute;left:0;top:100%;width:170px;font-size:17px;background:#74dfff;padding:0;margin:0;box-shadow:0 0 7px 0 rgba(0,2,0,0.3);-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;z-index:11;border-radius:20px;list-style:none;}
.nav-main ul.nav-list li:hover ul.mega-main{display:block;}
.nav-main ul.mega-main li{line-height:normal;padding:0;margin:0;border-bottom:1px solid #5cc9e9;font-family:Tahoma,Geneva,sans-serif;font-size:14px;}
.nav-main ul.mega-main li:last-child{border-bottom:0;}
.nav-main ul.mega-main li a{color:#fff;display:block;padding:7px 12px;line-height:18px;}
.nav-main ul.mega-main li a:hover,.nav-main ul.mega-main li.active a{color:#fff;background:#5cc9e9;}
.nav-main ul.mega-main li:first-child a{border-radius:20px 20px 0 0}
.nav-main ul.mega-main li:last-child a{border-radius:0 0 20px 20px}
.nav-right{float:right;line-height:40px;font-size:20px;}
.nav-right a{line-height:37px; color:#000000; background:transparent; display:block; padding:0px 15px 1px 15px; margin:0; border:1px solid #000000; border-radius:30px; text-transform:uppercase; font-size:14px; font-family:'Brown-Regular'}
.nav-right a:hover{background:#74dfff;border-color:#74dfff;color:#fff;}
.navbar-toggle{display:none;}


@media only screen and (max-width:1200px){
.nav-main ul.nav-list > li{padding:0 3px 0 0; font-size:11px;}
.nav-main ul.nav-list > li > a{padding:0 15px;}
.logo-left{width: 20%;}
}

@media only screen and (max-width:999px){
.header{padding:15px 0;position:relative;}
.logo-left{position:relative;height:auto;width:35%;}
.nav-right{float:left;padding-right:12px;}
.navbar-toggle{display:block;width:42px;height:40px;border-left:solid 1px #e6ebf0;float:right;position:relative;cursor:pointer;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;margin:0;padding:0;}
.navbar-toggle span{width:18px;height:2px;background:#74dfff ;display:block;position:absolute;right:5px;margin:auto;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.navbar-toggle span.fline{top:13px;}
.navbar-toggle span.sline{bottom:0;top:0;}
.navbar-toggle span.tline{bottom:13px;}
.navbar-toggle.open span.fline{visibility:hidden;opacity:0;}
.navbar-toggle.open span.sline{-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}
.navbar-toggle.open span.tline{-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);top:0;bottom:0;}
.nav-main ul.nav-list{display:none;position:absolute;left:0;top:100%;background:#74dfff;width:100%;z-index:11;}
.nav-main ul.nav-list.open-nav{display:block;}
.nav-main ul.nav-list > li{display:block;padding:0;float:none;line-height:normal;border-bottom:1px solid rgba(255,255,255,0.5);}
.nav-main ul.nav-list > li > a{display:block;line-height:18px;font-size:15px;padding:12px 0;margin:0 20px;color:#fff;border-radius:0;background:none !important}
.nav-main ul.nav-list > li > a:hover,.nav-main ul.nav-list > li.active > a,.nav-main ul.nav-list > li:hover > a{color:#fff;}
.nav-main ul.nav-list ul.mega-main{position:relative;width:100%;background:#fff;box-shadow:none;}
.nav-main ul.nav-list li:hover ul.mega-main{display:none;}
.nav-main ul.nav-list .open:hover > ul.mega-main,.nav-main ul.nav-list .open ul.mega-main{display:block;border-radius:0}
.nav-main ul.mega-main li{border-bottom-color:#e8e8e8;}
.nav-main ul.mega-main li a{padding:12px 20px;margin:0;color:#000;}
.nav-main ul.mega-main li a:hover,.nav-main ul.mega-main li.active a{color:#000;}
.nav-main ul.mega-main li:first-child a,.nav-main ul.mega-main li:last-child a{border-radius:0}
.nav-main ul.nav-list > li span{position:absolute;right:15px;top:0;width:40px;margin:auto;height:42px;background:url(../images/menu-down-arrow.png) center center no-repeat;cursor:pointer;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.nav-main ul.nav-list > li.open span{-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg);}
.logo-left { padding-top: 5px;}
}

@media only screen and (max-width:540px){
.logo-left{width:40%;}
}

@media only screen and (max-width:500px){
.logo-left{width:32%;}
.nav-right a{ font-size:12px; padding:0 13px 1px; line-height:32px;}
.nav-main {padding-right: 50px;}
.logo-right{  height:auto;width: 40px;}
}

@media only screen and (max-width:380px){
.nav-right{ padding-right:5px;}
.navbar-toggle{width:35px;}
.nav-right a { font-size: 10px; line-height: 28px; padding: 0 10px 1px;}
.nav-main { padding-right: 44px;}
}*/
/*Header*/

.logo {
	max-width: 600px;
    height: auto!important;
	width: 100%;
}
.second-brand {
	margin:20px 0px;
}

body{padding-top:99px;}
.sticky-top{position:fixed; left:0; width:100%;}
nav {
	
	font:400 14px/22px Google Sans,sans-serif !important; 
}

.navbar {
	
	margin-bottom: 0px!important;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,.12);
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,.12);
	
}
.navbar-brand {
	padding: 15px 0px!important;
}
.navbar-toggle .icon-bar {
	background-color: #5f6368;
}
.navbar-nav>li>a {
	padding-top:23px!important;
	color: #5f6368;
}
.nav>li>a:hover {
	background-color:rgba(255,255,255,0)!important;
	color: #000000;
}
.nav>li>a:focus {
	color: #5f6368; 
	background-color:rgba(255,255,255,0)!important;
	border-bottom: #1a73e8 thin solid;
}

.media-left {
    display: table-cell;
    vertical-align: top;
    padding: 0px 20px;
    margin-top: -0.2em;
}


.navbar-light .navbar-nav .nav-link:before, .navbar-light .navbar-nav .nav-link:after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 2px;
  background-color:#e35c4d;
}
.navbar-light .navbar-nav .nav-link:before {
  opacity: 0;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  transition: opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
  transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.navbar-light .navbar-nav .nav-link:after {
  opacity: 0;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.navbar-light .navbar-nav .nav-link:hover:before,  .navbar-light .navbar-nav .nav-link:hover:after, .navbar-light .navbar-nav .nav-link a:focus:before, .navbar-light .navbar-nav .nav-link:focus:after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.navbar-light .navbar-nav .nav-link:hover:before,  .navbar-light .navbar-nav .nav-linka:focus:before {
  transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.navbar-light .navbar-nav .nav-link:hover:after, .navbar-light .navbar-nav .nav-link:focus:after {
  transition: opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s;
  transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.nav-item {
    position: relative;
	color: #ffffff!important;
}
.dropdown-toggle::after {
    display: none;
}


.underline-link {
	color: #5f6368!important;
	border-bottom: 1px dashed rgba(255,255,255,0.7);
	
}
/* ============ desktop view ============ */
@media all and (min-width: 1200px) {
.navbar .nav-item .dropdown-menu {
	display: none;
}
.navbar .nav-item:hover .nav-link {
	color: rgba(0, 0, 0, .5);
}
.navbar .nav-item:hover .dropdown-menu {
	display: block;
}
.navbar .nav-item .dropdown-menu {
	margin-top: 0;
}
.navbar .mobile-menu, nav.navbar.mobile-menu.sticky-top.navbar-expand-xl.navbar-light.bg-light {
	display: none!important;
}
}

/* ============ desktop view .end// ============ */
@media all and (max-width: 1200px) {
.navbar .nav-item .mobile-dropdown-menu {
	display: block;
}
.navbar .nav-item .mobile-dropdown-menu {
	margin-top: 0;
}
nav:nth-child(2) {
	display: none!important;
}
}
@media only screen and (max-width: 1199px){
.collapse.in{display:block;}
}


/*.popup-main .popup-form .mktoForm{width:100% !important;}
.popup-main .popup-form .mktoForm .mktoOffset,
.popup-main .popup-form .mktoForm .mktoGutter{display:none;}
.popup-main .popup-form .mktoForm .mktoFormCol{width:50%;}
.popup-main .popup-form .mktoForm .mktoFieldWrap,
.popup-main .popup-form .mktoForm .mktoRequiredField{width:100%; padding-left:20px;padding-right:20px}
.popup-main .popup-form .mktoForm label.mktoLabel{font-weight:normal; padding:0 0 2px; display:block; font-size:16px; font-family: 'RobotoRegular'; width:auto !important; line-height:1.5;}
.popup-main .popup-form .mktoForm input[type='text'],
.popup-main .popup-form .mktoForm input[type='email'],
.popup-main .popup-form .mktoForm input[type='tel'],
.popup-main .popup-form .mktoForm textarea{width:100% !important; font-family: 'RobotoRegular'; border:1px solid #31354e; font-size:16px; height:auto; padding:13px 15px; border-radius:0px; box-shadow:none; line-height:16px; min-height:10px; border-radius: 20px; background: none}
.popup-main .popup-form .mktoForm .mktoButtonRow{ width: 100%; text-align: center;}
.popup-main .popup-form .mktoForm .mktoButtonRow .mktoButtonWrap{margin:0 !important;}
.popup-main .popup-form .mktoForm .mktoButtonRow .mktoButton{padding:17px 45px 14px; margin:10px 0 0; color:#fff; background:#ff7800; border:none; cursor:pointer; font-weight:normal; text-transform:uppercase; font-size:20px; height:auto; font-family: 'RobotoRegular'; line-height:20px; border-radius:0px; -webkit-transition-duration:0.3s; -moz-transition-duration:0.3s; -ms-transition-duration:0.3s; transition-duration:0.3s;}
.popup-main .popup-form .mktoForm .mktoButtonRow .mktoButton:hover{background:#31354e; color:#fff; border:none;}*/





/* Footer */

footer {
	background-color: #f6f6f6;
	display: block!important;	
}

#footer ul {
	list-style: none;
}
ul.icons li {
	display: inline-block;
}
i {
	color: #5d5d5d!important;
	font-size: 20px;
	padding: 5px;
}

		#footer blockquote {
			border-left-color: rgba(255, 255, 255, 0.25);
		}

		#footer code {
			background: rgba(255, 255, 255, 0.075);
			border-color: rgba(255, 255, 255, 0.25);
		}

		#footer hr {
			border-bottom-color: rgba(255, 255, 255, 0.25);
		}

		#footer input[type="submit"],
		#footer input[type="reset"],
		#footer input[type="button"],
		#footer button,
		#footer .button {
			background-color: #5a5a5a;
			color: #ffffff !important;
		}

			#footer input[type="submit"]:hover,
			#footer input[type="reset"]:hover,
			#footer input[type="button"]:hover,
			#footer button:hover,
			#footer .button:hover {
				background-color: #676767;
			}

			#footer input[type="submit"]:active,
			#footer input[type="reset"]:active,
			#footer input[type="button"]:active,
			#footer button:active,
			#footer .button:active {
				background-color: #4d4d4d;
			}

			#footer input[type="submit"].alt,
			#footer input[type="reset"].alt,
			#footer input[type="button"].alt,
			#footer button.alt,
			#footer .button.alt {
				background-color: transparent;
				box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25);
				color: #ffffff !important;
			}

				#footer input[type="submit"].alt:hover,
				#footer input[type="reset"].alt:hover,
				#footer input[type="button"].alt:hover,
				#footer button.alt:hover,
				#footer .button.alt:hover {
					background-color: rgba(255, 255, 255, 0.075);
				}

				#footer input[type="submit"].alt:active,
				#footer input[type="reset"].alt:active,
				#footer input[type="button"].alt:active,
				#footer button.alt:active,
				#footer .button.alt:active {
					background-color: rgba(255, 255, 255, 0.2);
				}

				#footer input[type="submit"].alt.icon:before,
				#footer input[type="reset"].alt.icon:before,
				#footer input[type="button"].alt.icon:before,
				#footer button.alt.icon:before,
				#footer .button.alt.icon:before {
					color: #fbb5b5;
				}

			#footer input[type="submit"].special,
			#footer input[type="reset"].special,
			#footer input[type="button"].special,
			#footer button.special,
			#footer .button.special {
				background-color: #ffffff;
				color: #F64747 !important;
			}

		#footer label {
			color: #ffffff;
		}

		#footer input[type="text"],
		#footer input[type="password"],
		#footer input[type="email"],
		#footer select,
		#footer textarea {
			background: rgba(255, 255, 255, 0.075);
			border-color: rgba(255, 255, 255, 0.25);
		}

			#footer input[type="text"]:focus,
			#footer input[type="password"]:focus,
			#footer input[type="email"]:focus,
			#footer select:focus,
			#footer textarea:focus {
				border-color: #ffffff;
				box-shadow: 0 0 0 1px #ffffff;
			}

		#footer .select-wrapper:before {
			color: rgba(255, 255, 255, 0.25);
		}

		#footer input[type="checkbox"] + label,
		#footer input[type="radio"] + label {
			color: #fdd1d1;
		}

			#footer input[type="checkbox"] + label:before,
			#footer input[type="radio"] + label:before {
				background: rgba(255, 255, 255, 0.075);
				border-color: rgba(255, 255, 255, 0.25);
			}

		#footer input[type="checkbox"]:checked + label:before,
		#footer input[type="radio"]:checked + label:before {
			background-color: #ffffff;
			border-color: #ffffff;
			color: #F64747;
		}

		#footer input[type="checkbox"]:focus + label:before,
		#footer input[type="radio"]:focus + label:before {
			border-color: #ffffff;
			box-shadow: 0 0 0 1px #ffffff;
		}

		#footer ::-webkit-input-placeholder {
			color: #fbb5b5 !important;
		}

		#footer :-moz-placeholder {
			color: #fbb5b5 !important;
		}

		#footer ::-moz-placeholder {
			color: #fbb5b5 !important;
		}

		#footer :-ms-input-placeholder {
			color: #fbb5b5 !important;
		}

		#footer .formerize-placeholder {
			color: #fbb5b5 !important;
		}

		#footer ul.alt li {
			border-top-color: rgba(255, 255, 255, 0.25);
		}

		#footer header p {
			color: #fbb5b5;
		}

		#footer table tbody tr {
			border-color: rgba(255, 255, 255, 0.25);
		}

			#footer table tbody tr:nth-child(2n + 1) {
				background-color: rgba(255, 255, 255, 0.075);
			}

		#footer table th {
			color: #ffffff;
		}

		#footer table thead {
			border-bottom-color: rgba(255, 255, 255, 0.25);
		}

		#footer table tfoot {
			border-top-color: rgba(255, 255, 255, 0.25);
		}

		#footer table.alt tbody tr td {
			border-color: rgba(255, 255, 255, 0.25);
		}

		#footer .inner {
			margin: 0 auto;
		}

		#footer h2 {
			margin-bottom: 2em;
			text-align: center;
		}

		#footer .icons {
			text-align: center;
			padding-top: 1em;
		}

		#footer .copyright {
			color: rgb(93, 93, 93) !important;
			font-size: 0.8em;
			margin: 0 0 2em 0;
			padding: 0;
			text-align: center;
		}

		#footer .icon.round {
			display: block;
			background: rgba(255, 255, 255, 0.15);
			border-radius: 100%;
			height: 4em;
			width: 4em;
			line-height: 4em;
			color: #FFF;
		}

			#footer .icon.round:hover {
				color: rgba(255, 255, 255, 0.25);
				background: none;
				box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);
			}

		@media screen and (max-width: 736px) {

			#footer {
				padding: 3em 0 1em 0;
			}

		}




.input-group {border-collapse: separate;display: table;position: relative;}
.form-control{background-color: #fff;background-image: none;border: 1px solid #ccc;border-radius: 4px;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;color: #555;display: block;font-size: 14px;height: 34px;line-height: 1.42857;padding: 6px 12px;transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;width: 100%;}
.input-group .form-control{float: left;margin-bottom: 0;position: relative;width: 100%;z-index: 2; font-family: "Brown-Regular";}
.input-group-addon, .input-group-btn, .input-group .form-control{display: table-cell; vertical-align:middle;}

.pull-right{float:right;}
.text-right{text-align:right;}
.social-links { color: #ffffff; font-family: "Brown-Regular"; text-transform: uppercase; }
.social-links h3 { margin: 0px 0px 15px; padding: 0px; font-size: 12px; font-weight: normal; font-family: "Brown-Regular";}
.social-links ul { margin: 0px; padding: 0px; list-style: none;}
.social-links ul li { margin: 0px 0px 10px; padding: 0px; font-size: 11px; list-style: none; }
.social-links ul li a { color: #fff; outline: none; }

.linkedin-icon, .facebook-icon, .twitter-icon { display: block; float: left; width: 25px; height: 20px; margin-right: 3px; }
.linkedin-icon { background-position: -40px -7px; }
.facebook-icon { background-position: -12px -7px; }
.twitter-icon { background-position: -65px -7px; }

.modal_4 {
display: none;
position: fixed;
z-index: 999;
padding-top:0;
margin:auto;
left:0; right:0; top:0; bottom:0;
overflow: hidden;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.5);
}

/* Modal Content */
.modal_4_content {
background-color: #fff;
margin: auto;
padding:0;
border: none;
position:fixed; overflow:auto; left:22px; right:22px; top:30px; bottom:30px;
}

/* The Close Button */
.closebtn {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: normal;
font-family: 'RobotoRegular'
}

.closebtn:hover,
.closebtn:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}

.closebtnterms {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: normal;
font-family: 'RobotoRegular'
}

.closebtnterms:hover,
.closebtnterms:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}


.copyright .copyr-links { text-align: right; font-family: "Brown-Light";}

.modal_4 .modal_4_content{padding:0;}
.modal_4 .modal-header{padding:35px 35px 0;}
.modal_4 .modal-header h2{font-size:44px; padding:20px 0 10px; font-family: "Brown-Light"; font-weight:normal;}
.modal_4 .modal-body{padding:20px 35px 110px;}
.modal_4 .modal-body ol,.modal_4 .modal-body ul{padding:0 0 0 16px; margin:0; font-family: "Brown-Light"; font-size:16px;}
.modal_4 .modal-body ol li,.modal_4 .modal-body ul li{padding:0 20px; font-size:14px; font-family: "Brown-Light";}
.modal_4 .modal-body ol li{list-style:decimal;}
.modal_4 .modal-body ol li ol li{list-style:lower-alpha; font-family: "Brown-Light";}
.modal_4 .modal-footer{padding:35px; text-align:right; position:fixed; right:38px; left:22px; bottom:30px; background:#fff;}

.modal_4 .closebtnterms,
.modal_4 .closebtn{font-size:0; text-indent:-999px; position:fixed; right:50px; top:70px; background:url(../images/sprite.png) -137px -10px no-repeat; width:14px; height:14px; display:block;}
.modal_4 .btn-close { background: #0187e6; color: #ffffff; text-align: center; width: 120px; font-family: "Brown-Light"; font-size: 16px; padding:7px 0 8px; border-radius: 0px; box-shadow: none; text-shadow: none; outline: none; border:none; cursor:pointer;}
.modal_4 .btn-close:hover, .modal_4 .btn-close:focus { background: #0187e6; box-shadow: none; text-shadow: none; }

.modal-body h3,.modal-body h4{font-family: "Brown-Light";}
.modal-body ol li p, .modal-body ol li p{font-family: "Brown-Light";}

.bform-main .mktoForm{width:100% !important; padding:0;}
.bform-main .row{margin:0 -10px;}
.bform-main .mktoForm .mktoFormRow{clear:none; width:50%; float:left; padding:0 10px 20px;}
.bform-main .mktoForm .mktoFormCol{margin:0 !important; width:100%;}
.bform-main .mktoForm .mktoFieldWrap{width:100%;}
.bform-main .mktoForm .mktoRequiredField label.mktoLabel,
.bform-main .mktoForm .mktoFieldWrap label.mktoLabel{font-weight:normal; width:auto !important; line-height:28px; font-family: 'RobotoRegular'; font-size:16px;}
.bform-main .mktoForm input[type="text"],
.bform-main .mktoForm input[type="url"],
.bform-main .mktoForm input[type="email"],
.bform-main .mktoForm input[type="tel"],
.bform-main .mktoForm input[type="number"],
.bform-main .mktoForm input[type="date"],
.bform-main .mktoForm select.mktoField,
.bform-main .mktoForm textarea.mktoField{background-color:#f5f8fa; border:1px solid #dae2eb; padding:10px 15px; height:auto; border-radius:4px; box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset; line-height:normal; width:100% !important; font-family: 'RobotoRegular'; font-size:14px;}
.bform-main .mktoForm select.mktoField{height:45px;}
.bform-main .mktoForm textarea.mktoField{height:80px;}
.bform-main .mktoForm .mktoOffset,
.bform-main .mktoForm .mktoGutter{display:none;}

.bform-main .mktoButtonRow{width:100%; padding:0 10px;}
.bform-main .mktoButtonRow .mktoButtonWrap{margin:0 !important; width:100%; display:inline-block;}
.bform-main .mktoForm .mktoButtonWrap.mktoSimple .mktoButton{font-size:18px; color:#74dfff; text-decoration:none; background:none; line-height:38px; border-radius:50px; border:solid 1px #74dfff; padding:0 0px; width:100%; text-align:center; display:inline-block; margin:5px 0 0; font-family: 'RobotoRegular'}
.bform-main .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover{background:#74dfff; border:solid 1px #74dfff; color:#fff;}


.lhside, .rhside, .upside, .downside, .expnd {
	visibility: hidden;
}
.slideRight {
	animation-name: slideRight;
	-webkit-animation-name: slideRight;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
}
@keyframes slideRight {
0% {
transform: translateX(-150%);
}
100% {
transform: translateX(0%);
}
}
@-webkit-keyframes slideRight {
0% {
-webkit-transform: translateX(-150%);
}
100% {
-webkit-transform: translateX(0%);
}
}
/*
==============================================
slideLeft
==============================================
*/
.slideLeft {
	animation-name: slideLeft;
	-webkit-animation-name: slideLeft;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
}
@keyframes slideLeft {
0% {
transform: translateX(150%);
}
100% {
transform: translateX(0%);
}
}
@-webkit-keyframes slideLeft {
0% {
transform: translateX(150%);
}
100% {
transform: translateX(0%);
}
}
/*
==============================================
slideUp
==============================================
*/
.slideUp {
	animation-name: slideUp;
	-webkit-animation-name: slideUp;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	visibility: visible !important;
}
@keyframes slideUp {
0% {
transform: translateY(100%);
}
100% {
transform: translateY(0%);
}
}
@-webkit-keyframes slideUp {
0% {
-webkit-transform: translateY(100%);
}
100% {
-webkit-transform: translateY(0%);
}
}
/*
==============================================
slideDown
==============================================
*/
.slideDown {
	animation-name: slideDown;
	-webkit-animation-name: slideDown;
	animation-duration: 1s;
	webkit-animation-duration: 1s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	visibility: visible;
}
@keyframes slideDown {
0% {
transform: translateY(-100%);
}
100% {
transform: translateY(0%);
}
}
@-webkit-keyframes slideDown {
0% {
-webkit-transform: translateY(-100%);
}
100% {
-webkit-transform: translateY(0%);
}
}
/*
==============================================
slideUp
==============================================
*/
.slideUp {
	animation-name: slideUp;
	-webkit-animation-name: slideUp;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	visibility: visible !important;
}
@keyframes slideUp {
0% {
transform: translateY(100%);
}
100% {
transform: translateY(0%);
}
}
 @-webkit-keyframes slideUp {
0% {
-webkit-transform: translateY(100%);
}
100% {
-webkit-transform: translateY(0%);
}
}
/*
==============================================
fadeIn
==============================================
*/
.fadeIn {
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;
	animation-duration: 0.8s;
	-webkit-animation-duration: 0.8s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
}
@keyframes fadeIn {
0% {
transform: scale(0);
opacity: 0.0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@-webkit-keyframes fadeIn {
0% {
-webkit-transform: scale(0);
opacity: 0.0;
}
100% {
-webkit-transform: scale(1);
opacity: 1;
}
}
/*
==============================================
expandOpen
==============================================
*/
.expandOpen {
	animation-name: expandOpen;
	-webkit-animation-name: expandOpen;
	animation-duration: 1.2s;
	-webkit-animation-duration: 1.2s;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
	visibility: visible !important;
}
@keyframes expandOpen {
0% {
transform: scale(1.8);
}
100% {
transform: scale(1);
}
}
@-webkit-keyframes expandOpen {
0% {
-webkit-transform: scale(1.8);
}
100% {
-webkit-transform: scale(1);
}
}

.logo-googleworkspace{ width:165px;}



@media only screen and (max-width:1260px){
.logo { max-width: 540px;}
}
@media only screen and (max-width:1199px){
.navbar{justify-content: left; padding-right:75px}
.navbar-light .navbar-toggler{ position:absolute; right:15px; top: 20px;}

@media only screen and (max-width: 899px){
.logo {
max-width: 530px;
}

.logo-googleworkspace {
width: 110px;
padding:6px 0 0 0;
margin: 0;
}
}
@media only screen and (max-width:599px){
.navbar-light .navbar-toggler{ position:static;transform:none}
.navbar{ padding-right:1rem}
}


@media only screen and (max-width:479px){
.navbar{ padding-left:15px; padding-right:15px;}

.navbar-brand {
padding: 0px !important;
}
.navbar{ display:block;}
.navbar-light .navbar-toggler{ float:right}
}

/* Responsive Main */
@media only screen and (max-width:1260px){

.main-banner .slick-dots{bottom:0;}
}

@media only screen and (max-width: 999px){
.social-links ul{width:100%;}
.section2{padding-bottom:80px;}
}

@media only screen and (max-width: 900px) {
left ul li{width:100%;}


}


@media only screen and (max-width: 767px){
.footer-search{width:100%; padding:10px 15px;}
.social-links{width:100%; padding:20px 15px 10px;}
.footer-search .input-group{margin-top:0; width:100%; max-width:100%;}
.footer-search .input-group-addon{width:1%;}

.copyright .col-sm-12, footer .copy-right-block{display:block; width:100%; text-align:center;}
.footer-terms{float: left; margin: 10px 0 5px; text-align: center; width: 100%;}

.social-links{width: 100%; margin:30px auto 10px;}
.footer-search{width:100%; padding:10px 15px;}
.footer-search .input-group{width:100%; padding:0; margin:0; max-width:100%; float:left; display:table;}
.footer-search .input-group-addon{width:1%;}
.copyright .col-sm-12,
footer .copy-right-block{width:100%; text-align:center; display:block;}
.footer-terms{float: left;margin: 10px 0 5px;text-align: center;width: 100%;}
.synnex-links{width:100%;}
.modal_4 .modal-body ol, .modal_4 .modal-body ul{padding:0;}
.modal_4 .modal-body ol li, .modal_4 .modal-body ul li{padding-left:0;}
.modal_4 .modal-header h2{font-size:40px;}
.popup-main .popup-form .mktoForm .mktoFormCol{width: 100%;}


}

@media only screen and (max-width: 599px){
.footer-part .left, .footer-part ul.shared-links{width:100%; text-align:center;}
.footer-part ul.shared-links{padding-top:5px;}
.col-lg-3{width:100%;}
.col-lg-4{width:100%;}
.modal_4 .modal-header h2{font-size:36px;}
.main-banner .slid-img{background-position:100% 0; background-image:url(../images/g_team_home_intro_mobile_bg.svg); background-repeat:no-repeat; background-size:inherit;}
.main-banner .sld1 .sec-tit2{font-size:18px; line-height:28px; max-width:100%;}
.main-banner .sld1 .sec-tit{font-size:28px; line-height:32px; max-width:100%;}
.section2 h2{font-size:24px;}

.section4{padding-bottom:30px;}
.section5{padding-bottom:30px;}

.navbar-light .navbar-toggler{ position:static;transform:none}
.navbar{ padding-right:1rem}

.section5 .col-sm-3{width:100%; max-width:100%; flex:0 0 100%; -ms-flex:0 0 100%;}
.section5 h3{min-height:10px;}
.perfect-sec .col-md-3{width:100%; max-width:100%; flex:0 0 100%; -ms-flex:0 0 100%;}
}



@media only screen and (max-width: 479px){
/*.logo{float: left;width: 170px;margin-top: 7px;}*/
.modal_4 .modal-header h2{font-size:30px;}
.modal_4 .modal-body{padding-left:25px;}
.popup-form { padding:15px;}
.popup-main .popup-form .mktoForm {width: 100%;}
.popup-main .popup-form .mktoForm .mktoFieldWrap, .popup-main .popup-form .mktoForm .mktoRequiredField { padding:0px;}
.popup-main .popup-form .mktoForm label.mktoLabel { font-size:14px; line-height:normal; padding-bottom:5px;}
.popup-main .popup-form .mktoFormRow{width:100%}


	}}