@charset "UTF-8";
/* CSS Document */


/* Reset ----------------------- */
* { box-sizing: border-box; }

html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, label, legend, caption, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

a img {
	border: none
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}

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

body {
	background-color:#FFF;
    font-family: Helvetica, Arial, sans-serif;
	margin: 0; 
	height: 100%; 
	width: 100%;
	font-weight:normal;
	color:#333333;
}

/* Universal components Styling ----------------------- */

.container{
	display: block;
	max-width: 1180px;
    width: 95%;
    position: relative;
    margin: auto;
    padding-left: 2%;
    padding-right: 2%;
}

.footer-container{
	display: block;
	max-width: 1180px;
    width: 95%;
    position: relative;
    margin: auto;
    padding-left: 2%;
    padding-right: 2%;
}

h1{
	font-family: 'Montserrat', helvetica, arial, sans-serif;
	color: #fff;
	text-align: left;
	font-size: 41px;
	margin: 0 0 10px 0;
	line-height: 45px;
	font-weight: 300;
}

h1 a{
	color: #329AD4;
}

h1 span{
	display: block;
	font-size: 65px;
	line-height: 70px;
	font-weight: 600;
}

h2{
	font-family: 'Montserrat', helvetica, arial, sans-serif;
	color: #6d6d6d;
	text-align: left;
	font-size: 35px;
	margin: 10px 0 ;
	line-height: 35px;
	font-weight: 300;
}

h3{
	font-family: 'Montserrat', helvetica, arial, sans-serif;
	color: #6d6d6d;
	text-align: center;
	font-size: 35px;
	margin: 10px 0 50px 0;
	line-height: 35px;
	font-weight: 300;
	width: 100%;
}

h4{
	font-family: 'Montserrat', helvetica, arial, sans-serif;
	text-align: center;
	font-size: 25px;
	margin: 10px 0 10px 0;
	line-height: 26px;
	height: 60px;
	vertical-align: top;
	font-weight: 600;
}

h5{
	font-family: 'Montserrat', helvetica, arial, sans-serif;
	text-align: left;
	font-size: 23px;
	margin: 0px 0 20px 0;
	line-height: 26px;
	font-weight: 400;
}

h2 span, h3 span, h4 span {
	font-weight: 600;
}

p{
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	color: #666;
	text-align: justify;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 20px;
}

p a.link{
	font-weight: 800;
    color: #329AD4;
}

.copy-bullets{
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	color: #666;
	text-align: left;
	font-size: 14px;
	line-height: 26px;
	list-style-type: disc;
	font-weight: 600;
	display: block;
	margin: 0 0 20px 0;
	padding: 0 0 0 45px;
}

.number-bullets{
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	color: #666;
	text-align: left;
	font-size: 14px;
	line-height: 26px;
	list-style-type: decimal;
	font-weight: 600;
	display: block;
	margin: 0 0 20px 0;
	padding: 0 0 0 45px;
}

p.servicebox{
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	color: #6C6C6C;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0px;
}

p.subtitle{
	font-family: 'Montserrat', helvetica, arial, sans-serif;
	color: #666;
	text-align: left;
	font-size: 18px;
	line-height: 23px;
	margin: 0 0 40px 0;
}

.text-title{
	text-align: left;
	font-size: 29px;
	line-height: 32px;
	margin: 45px 0 20px 0;
	text-transform: none;
}

.text-title2{
	text-align: left;
	font-size: 29px;
	line-height: 32px;
	margin: 0px 0 20px 0;
	text-transform: none;
}

.primary-button{
	background-color: #E4D413;
	height:45px;
	font-size: 15px;
	text-transform: uppercase;
	color: #0E4E72;
	padding: 15px 35px;
	font-family: 'Montserrat', helvetica, arial, sans-serif;
	font-weight: 700;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-moz-border-radius: 50px;
	line-height: 16px;
    position: absolute;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  	transition: all 0.3s ease-in-out;
  	-webkit-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;

}
.primary-button:hover{
	text-decoration: none;
	background-color: #FDEA07;
	position: absolute;
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.3);
	-o-box-shadow: 0 5px 15px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 5px 15px rgba(0,0,0,0.3);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transform: translate(0px, -5px);
	-webkit-transform: translate(0px, -5px);
	-moz-transform: translate(0px, -5px);
	-o-transform: translate(0px, -5px);
}
.secondary-button{
	background-color: #329AD4;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	padding: 20px 35px;
	font-family: 'Montserrat', helvetica, arial, sans-serif;
	font-weight: 700;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-moz-border-radius: 50px;
	line-height: 16px;
  	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
  	max-width: 230px;
  	margin: 0 0 25px 0;
  	text-align: center;
}
.secondary-button:hover{
	text-decoration: none;
	background-color: #156A9A;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.grid6{
	display: flex;
	width: 60%;
	flex-direction: column;
}
.grid5{
	display: flex;
	width: 50%;
	flex-direction: column;
}
.grid4{
	display: flex;
	width: 40%;
	flex-direction: column;
}
.grid3{
	display: flex;
	width: 30%;
	flex-direction: column;
}
.grid2{
	display: flex;
	width: 20%;
	flex-direction: column;
}

.grid6 img,.grid4 img{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}

.grid3 h4{
	text-align: left;
	margin-bottom: 20px;
	height: auto;
	color: #666;
}

.active {
	box-shadow: inset -700px 0 0 0 #329AD4 !important;
	color: #FFF !important;
}

#side-nav ul{
	display: inline-block;
	margin:0 0 30px 0;
}

#side-nav ul li{
	margin: 0 0 5px 0;
	position: relative;
}


#side-nav ul li a{
	padding:18px 15px;
	display: block;
	width: 100%;
	color: #666;
	background: #F3F4F5;
	text-decoration: none;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    font-family: 'Montserrat', helvetica, arial, sans-serif;
	font-size: 700;
	box-shadow: inset -6px 0px 0 0 #329AD4;
	-webkit-box-shadow: inset -6px 0px 0 0 #329AD4;
	-moz-box-shadow: inset -6px 0px 0 0 #329AD4;
	-o-box-shadow: inset -6px 0px 0 0 #329AD4;
}

#side-nav ul li a:hover{
	box-shadow: inset -700px 0 0 0 #329AD4;
	-webkit-box-shadow: inset -700px 0 0 0 #329AD4;
	-moz-box-shadow: inset -700px 0 0 0 #329AD4;
	-o-box-shadow: inset -700px 0 0 0 #329AD4;
	color: #FFF;
}

#side-nav p a{
	font-weight: 800;
	color: #329AD4;
}

.breadcrumb { 
  	list-style: none; 
  	overflow: hidden; 
	font-family: 'Montserrat', helvetica, arial, sans-serif;
	font-size: 700;
	font-size: 12px;
	
}
.breadcrumb li { 
	display: inline-block;
}

.breadcrumb li::after{
	content: " / ";
	color: #7B7B7B;
	margin: 0 10px;
}

.breadcrumb li a{ 
	color: #eaeaea;
	margin:0;
}

.breadcrumb li:last-child a{
	color: #999;
	cursor: pointer;
}

.breadcrumb li:last-child a:hover{
	text-decoration: none;
}

.breadcrumb li:last-child::after{
	content: "  ";
}


/* Block Styling ----------------------- 
#nav{
	height:80px;
	z-index: 100;
	padding: 0px;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 70%;
	text-align: right;
}

#nav a:hover {
	text-decoration: none;
}*/

#intro{
	background-attachment: fixed;
	background: url(../images/HP-intro-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	height: 100%;
	min-height: 710px;
	z-index: 50;
	position: relative;
}

#subpage{
	background-attachment: fixed;
	background: url(../images/HP-intro-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	height: 280px;
	z-index: 50;
	position: relative;
}

#intro .container h1{
	padding: 200px 0 40px 0;
}

#subpage .container h1{
	padding: 120px 0 20px 0;
}

.logo-container{
    display: flex;
    height: 60px;
    margin: 10px 10px 10px 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 30%;
}

#logo{
	height: 100%;
	width: auto;
	text-align: left;
	display: inline-block;
    margin-right: 10px;
}

.logo-title{
	display: inline-block;
    align-self: flex-start;
    vertical-align: middle;
    font-family: 'Montserrat', helvetica, arial, sans-serif;
	color: #fff;
	text-align: left;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 18px;
	margin: 0;
	padding:21px 0;
	font-weight: 600;
}

.logo-title span{
	font-weight: 300;
}

nav{
    height: 80px;
    margin-right: 10px;
    position: absolute;
    top: 0;
    right: 0;
    z-index:99;
    width: 70%;
}

.nav-container ul{
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', helvetica, arial, sans-serif;
    font-size: 17px;
    font-weight: 300;
    text-align: right;
    text-transform: uppercase;
}

.nav-container ul li{
	color: #fff;
    display: inline-block;
    /*padding: 30px 18px;*/
    padding: 0;
    position: relative;
    text-decoration: none;
  	transition-duration: 0.5s;
  	-webkit-transition-duration: 0.5s;
  	-moz-transition-duration: 0.5s;
  	-o-transition-duration: 0.5s;
}

.nav-container ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 30px 18px;
}

.nav-container ul li:hover {
    background: #329BD5;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
}

.nav-container ul li ul {
    /*background: #ccc;
  	opacity: 0;
  	min-width: 13rem;
    position: absolute;
  	transition: all 0.3s ease;
  	margin-top: 1.82rem;
    left: 0;
  	display: none;*/
  	background: #156A9A;
    /*margin-top: 1.82rem;*/
  	opacity: 1;
  	min-width: 19rem;
    position: absolute;
    left: 0px;
  	display: block;
  	width: 100%;
  	height: 0;
  	overflow: hidden;
  	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}


.nav-container ul li:hover > ul,
.nav-container ul li ul:hover {
  	height: auto;
  	max-height:200px;
  	overflow: none;
  	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.nav-container ul li:hover .subnav::after{
	top: 0.4em;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}

.nav-container ul li ul li {
    clear: both;
  	width: 100%;
  	/*padding: 18px 15px;*/
  	padding: 0;
  	text-align: left;
  	font-size: 14px;
}

.nav-container ul li ul li a{
    padding:18px 15px;
    display: block;
}

.HP-USP li{
    margin: 0;
    padding: 20px 0 14px 60px;
    font-family: 'Montserrat', helvetica, arial, sans-serif;
    font-size: 25px;
    font-weight: 300;
    text-align: left;
    text-transform: uppercase;
}

.About-USP{
	display: block;
    padding-right: 20px;
}

.About-USP li{
    margin: 0;
    padding: 14px 0 14px 45px;
    font-family: 'Montserrat', helvetica, arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-align: left;
}

.subnav::after{
	margin:0 0 0 7px;
	border-style: solid;
	border-width: 0.2em 0.2em 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	left: 0.15em;
	position: relative;
	top: 0.1em;
	vertical-align: top;
	width: 0.45em;
	transform: rotate(135deg);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

section#about .container,
section#services .container,
section#partners .container,
section#IT-Support .container,
section#Infrastructure .container,
section#Values .container,
section#ChooseUs .container,
footer .container{
    padding-top: 80px;
    padding-bottom:100px;
}
footer .footer-container{
    padding-top: 10px;
    padding-bottom:60px;
}

footer p{
	text-align:left;
}

section#about {
	background-attachment: fixed;
	background: url(../images/HP-about-background.jpg);
	background-repeat: no-repeat;
	background-position: calc(100% + 300px) calc(100% - 0px); 
	min-height: 700px;
}

section#partners{
	background:#09293A;
}

section#partners h3{
	color: #FFF;
}

section#about .container{
	display: flex;
}

section#IT-Support .container,
section#Infrastructure .container,
section#Values .container{
	display: flex;
	justify-content:space-between;
}

section#services,
section#Values{
	background: #EFEFEF;
}

#about h2{
	margin-bottom: 20px;
}

#about p{
	margin-bottom: 40px;
}

.services-container {
	display: grid;
	grid-gap:20px;
	grid-template-columns: repeat(3, 1fr); 
}
.service-wrapper {
	text-align: center;
	width: 100%;
	border:1px solid #C4C3C3;
	padding:30px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

.service-wrapper:hover {
	background-color: #329BD5;
	color: #fff !important;
	text-decoration: none;
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 5px 15px rgba(0,0,0,0.3);
	-o-box-shadow: 0 5px 15px rgba(0,0,0,0.3);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transform: translate(0px, -5px);
}

.service-wrapper p{
	text-align: center 
}

.service-wrapper h4{
	color: #666;
}

.service-wrapper:hover p,
.service-wrapper:hover h4{
	color: #fff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.service-wrapper:hover #IT-support-icon,
.service-wrapper:hover #infrastructure-icon,
.service-wrapper:hover #clock-icon,
.service-wrapper:hover #lock-icon,
.service-wrapper:hover #cloud-icon {
	fill:#fff;
}

.partner-container{
	display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(170px, auto));
}

.partner-container a img{
	height: auto;
	margin: 0px;
	display: inline-block;
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.partner-container a:hover img{
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

footer{
	background-color: #0E4E72;
	background-image: url('../images/watermark.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}

footer h5{
	color: #fff;
}
footer .container{
	display: flex;
	justify-content:flex-start;
	flex-wrap:nowrap;
	flex-direction:row;
}

footer .container p{
	margin-bottom: 15px;
	color: #ccc;
}

footer .container ul li a{
	color:#69D1FF;
	text-decoration: none;
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	text-align: left;
	font-size: 12px;
	line-height: 24px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

footer .container ul li a:hover{
	text-decoration: underline;
}

footer .container img{
	width: 50%;
	height: auto;
}


.footer-contact li{
	height: 25px;
    margin: 0;
    padding: 3px 0 3px 30px;
}

footer .footer-container .wrapper{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}

footer .copyright, 
footer .social{
	display: flex;
}

.copyright{
	font-size: 12px;
	color: #999;
}

.social{
	height: 25px;
}

.social li{
	padding: 0 10px;
}

.social li a{
	padding: 2px 0px;
	display: inline-block;
}

.social li:last-child{
	padding-right: 0;
}

#facebook:hover,
#linkedin:hover{
	fill:#fff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

#linkedin{
	padding-top: 3px;
}

.checkmark{
	background: url('../images/checkmark@2x.png') no-repeat ;
	background-size: 7%;
	background-position: left center;
}

.checkmark2{
	background: url('../images/checkmark@2x.png') no-repeat ;
	background-size: 5%;
	background-position: left center;
}

.telephone{
	background: url('../images/telephone@2x.png') no-repeat ;
	background-size: 6%;
	background-position: left center;
}
.email{
	background: url('../images/email@2x.png') no-repeat ;
	background-size: 6%;
	background-position: left center;
}

p.telephone{
	background: url('../images/telephone-grey@2x.png') no-repeat ;
	background-size: 6%;
	background-position: left center;
	padding-left: 30px;
}

p.email{
	background: url('../images/email-grey@2x.png') no-repeat ;
	background-size: 6%;
	background-position: left center;
	padding-left: 30px;
}

.line{
	width:100%;
	height:1px;
	background: #979797;
	margin:0 0 10px 0;
	display: block;
}


/* Form ----------------------- */

fieldset {
	border:none;	
	padding:0;
	margin:0;
}

legend {
	display:none;	
}

#contact label{
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	color: #666;
	text-align: left;
	font-size: 14px;
	line-height: 26px;
	margin: 0 0 10px 0;
	font-weight: 700;
	display: block;
}

.form-field{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
    border: none;
    background: #eee;
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    color: #000;
    padding: 15px;
    margin-bottom: 15px;
    width: 100%;
    height: 50px;
    font-size: 12px;
    font-weight: 600;
}

.form-field:focus {
   background: #eee;
   color: #333333;
}

.form-box {
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    border: none;
    background: #eee;
    color: #000;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 13px;
    width: 100%;
    height: 100px;
    resize: none;
    font-weight: 600;
}

.error {
    float: right;
    color: #dd3131;
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    font-weight: normal;
    font-style: italic;
    margin: 0 0 8px 10px;
    font-size: 11px;
}

.errorbox {
	background:#ba3737;
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	padding:15px 30px;
	text-align:center;
	color:#FFF;
	font-size:12px;
	margin:0px;
	float: left;
}

.button-submit {
	background-color: #329AD4;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	padding: 15px 35px;
	font-family: 'Montserrat', helvetica, arial, sans-serif;
	font-size: 700;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-moz-border-radius: 50px;
	line-height: 16px;
  	transition: all 0.3s ease-in-out;
  	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	width:100%;
  	max-width: 230px; 
  	margin: 0 0 25px 0;
  	text-align: center;
  	float: right;
  	border:0;

  	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
   
.button-submit:hover {
  	text-decoration: none;
	background-color: #156A9A;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.successbox h4 {
	height: auto;
	margin-top: 10px;
}


/* Responsive  ----------------------- */

@media(max-width:1088px) { 
	.nav-container ul li {
	    color: #fff;
	    display: inline-block;
	    padding: 30px 9px;
	    position: relative;
	    text-decoration: none;
	    transition-duration: 0.5s;
	    -webkit-transition-duration: 0.5s;
	    -moz-transition-duration: 0.5s;
	    -o-transition-duration: 0.5s;
	}
}

@media(min-width:980px) { 
	#intro .container h1{
		width: 60%;
	}

	.secondary-button{
		width: 100%;
	}
}
	
@media(max-width: 940px) {
	.logo-title {
		font-size: 15px;
	}
}


@media(min-width: 768px) and (max-width: 940px) {
	.nav-container ul {
		font-size: 15px;
	}
	.nav-container ul li{
		padding: 30px 5px;
	}
}

@media(max-width:900px) { 
	.services-container{
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width:768px) {
	.logo-title {
		display: none;
	}

	.hamburger {
		position: absolute;
		z-index: 9999;
		padding: 25px;
		right: 0;
		top:0;
	}

	.hamburger:hover { cursor: pointer; }

	.hamburger div {
		background-color: white;
		border-radius: 2px;
		height: 5px;
		width: 30px;
	}

	.hamburger div:not(:last-child) { margin-bottom: 5px; }

	nav {
		background-color: white;
		display: inline-block;
		position: fixed;
		height: 100vh;
		width: 225px;
		right: -240px;
		-webkit-transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		z-index: 99;
		margin: 0;
	}

	.nav-container ul li{
		display: block;
		width: 100%;
		padding: 0;
	}

	.nav-container ul li a,.nav-container ul li ul li a{
		color: #333;
		padding:20px 10px;
		display: block;
	}

	.nav-container ul li:hover a, .nav-container ul li ul li:hover a{
		color: #fff;
	}

	nav, .hamburger, .cover {
		-webkit-transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: all 0.3s ease-in-out;
	}

	.sidenav-active nav, .sidenav-active, .sidenav-active .cover {
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
		right:0px;
		transition: all 0.3s ease-in-out;
		webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;

		box-shadow: 0 0 14px #000;
		-webkit-box-shadow: 0 0 14px #000;
		-moz-box-shadow: 0 0 14px #000;
		-o-box-shadow: 0 0 14px #000;
	}

	.main {
		-webkit-transition: margin-right .3s;
		transition: margin-right .3s;
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
	}

	.hamburger-right{
		right: 225px;
	}

	.hamburger-right > .topbar{
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
    	transform-origin: 0% 0%;
	}

	.hamburger-right > .middlebar{
		opacity: 0;
	}

	.hamburger-right > .bottombar{
		transform: rotate(-45deg);
		-webit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
   		transform-origin: 0% 100%;
	}

	.sidenav-active .main { margin-right: 225px; transition: all 0.3s ease-in-out; opacity: 0.5;}
	
	/*.nav-container ul li:hover > ul,
	.nav-container ul li ul:hover {
  		opacity: 1;
  		display: block;
  		height: auto;
  		max-height: 210px;
  		transition: all 0.5s ease;
  		-webkit-transition: all 0.5s ease;
  		-o-transition: all 0.5s ease;
  		-moz-transition: all 0.5s ease;
	}*/

	.open-nav ul{
  		opacity: 1;
  		display: block;
  		height: auto;
  		max-height: 210px;
  		transition: all 0.5s ease;
  		-webkit-transition: all 0.5s ease;
  		-o-transition: all 0.5s ease;
  		-moz-transition: all 0.5s ease;
	}

	.nav-container ul li ul {
	    background: #156A9A;
	    margin: 0;
	  	opacity: 1;
	  	min-width: 13rem;
	    position: relative;
	    left: 0px;
	  	display: block;
	  	text-align: right;
	  	width: 100%;
	  	height: 0;
	  	max-height: 0;
	  	overflow: hidden;
	  	transition: all 0.5s ease;
  		-webkit-transition: all 0.5s ease;
  		-o-transition: all 0.5s ease;
  		-moz-transition: all 0.5s ease;
	}

	.nav-container ul li ul li{
		text-align: right;
		padding: 0;
		transition: all 0.5s ease;
  		-webkit-transition: all 0.5s ease;
  		-o-transition: all 0.5s ease;
  		-moz-transition: all 0.5s ease;
	}

	.grid6, .grid5, .grid4, .grid3{
		width:100%;
	}

	.subnav::after{
		width:0.35em;
		height: 0.35em;
		margin-right: 2px;
	}

	footer .container{
		flex-direction: row;
		justify-content:space-around;
		flex-wrap:wrap;
	}

	footer .container .grid4{
		display: none;
	}

	footer .container .grid2{
		width: 50%;
		margin: 0 0 30px 0;
	}

	footer .container #contact{
		width: 100%;
	}

	.telephone, .email{
		background-size: 3%;
	}

	p.telephone , p.email{
		background-size: 3%;
	}

	section#about .container,
	section#IT-Support .container,
	section#ChooseUs .container,
	section#Values .container{
		flex-direction:column;
	}

	#intro .container h1{
		padding: 150px 0 0 0;
		text-align: center;
		width: 100%;
		margin: 0 0 60px 0;
	}

	h1{
		font-size: 31px;
	}

	h1 span{
		font-size: 35px;
    	line-height: 37px;
	}

	#intro .container .primary-button{
		position: relative;
		margin: auto;
	}

	#intro .container{
		text-align: center;
	}

	#intro{
		min-height:500px;
	}

	section#about{
		background:none;
		min-height: auto;
	}

	section#partners{
		display: none;
	}

	#side-nav ul{
		display: inline-block;
		margin:30px 0 30px 0;
	}

	.checkmark2{
		background: url('../images/checkmark@2x.png') no-repeat ;
		background-size: 8%;
		background-position: left 16px;
	}

}

@media(max-width:500px) { 
	.checkmark{
		background: url('../images/checkmark@2x.png') no-repeat ;
		background-size: 10%;
		background-position: left 20px;
	}
}


@media(max-width:580px) { 
	.services-container{
		grid-template-columns: repeat(1, 1fr);
	}
}