.logo {
    width: 55%;
    position: relative;
    z-index: 5;
    padding: 0px!important;
	text-align:center;
}
.logo img{
	position:relative;
	top:10px;
	z-index:99
}
.logo::after {
    content: "";
    position: absolute;
    z-index: 1;
    background-image: url(../img/logo-arc.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 245px;
    height: 30px;
    bottom: -34px;
    left: 0;
}
.nav-item .nav-link{
	padding:28px 27px 16px !important;
	color:#222222!important;
	font-family: Poppins, sans-serif;
	font-size:17px;
	font-weight:400;
}

.top-left-section{
  	display: flex;
  	align-items: stretch;
    max-width: 40%;
    width: 100%;
}
.top-left-inner-section {
  flex-direction: column;
  display: flex;
  flex-grow: 1;
}
.social-section {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding:28px 0 29px 0;

}
.social-section .social-icons{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.social-section .social-icons li{
	list-style-type:none;
	font-family: Poppins, sans-serif;
	font-size:17px;
	font-weight:400;
	color:#222;
	display:inline-block;
}
.social-section .social-icons li a{
	list-style-type:none;
	font-family: Poppins, sans-serif;
	font-size:17px;
	font-weight:400;
	color:#222;
}
.social-section .social-icons li a.f-icon {
    background-color: #5d82d1;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    padding: 10px;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 0;
	margin-right:5px;
	margin-left:5px;
}
.social-section .social-icons li a.w-icon {
    background-color: #40bff5;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    padding: 10px;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 0;
	margin-right:5px;
}
.social-section .social-icons li a.g-icon {
    background-color: #eb5e4c;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    padding: 10px;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 0;
	margin-right:5px;

}
.social-section .social-icons li a.i-icon {
    background-color: #faa33d;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    padding: 10px;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 0;
}

.top-right-section{
  	display: flex;
  	align-items: stretch;
    max-width: 40%;
    width: 100%;
}
.top-right-inner-section {
  flex-direction: column;
  display: flex;
  flex-grow: 1;
}
.top-right-section .info-section {
    position: relative;
    width: 100%;
    padding:31px 0 30px 0;
    border-bottom: 1px solid #e5e5e5;
    display: inline-flex;
}
.top-right-section .info-section .flag-selector {
    list-style-type: none;
    padding: 0 !important;
    margin: 5px 0px 0 0;
	display:inherit;
}

.top-right-section .info-section .nav-item .nav-link {

    padding:0 !important;
    color: #222222 !important;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 400;

}
.flag-icon {
    position: relative;
    display: inline-block;
    width: 18px !important;
    line-height: 1em;
    border-radius: 100%;
}
.flag-icon, .flag-icon-background {
    background-repeat: no-repeat;
    background-size:cover !important;
    background-position: 50%;
}
.dropdown-item {
    line-height: 2.5 !important;
}
.contact-info{
	font-family: Poppins, sans-serif;
	font-size:15px;
	font-weight:400;
	color:#163f6b;
	margin-left:10px;
	line-height:22px;
}
.contact-info a{
	color:#afb91c;
	font-family: Poppins, sans-serif;
	font-size:20px;
	font-weight:600;
}
@media (min-width:300px){
	.logo {width: 75%;}
	.logo::after {max-width: 100%;}
	.top-left-section { max-width: 100%;}
	.top-right-section { max-width: 100%;}
	.social-section{display:none;}
	.top-right-section .info-section { display:none;}
	.navbar-light .navbar-toggler {position: absolute;top: 70px;}
}
@media (min-width:576px){
	.logo {width: 50%;}
	.logo::after {max-width: 100%;}
	.top-left-section { max-width: 100%;}
	.top-right-section { max-width: 100%;}
	.social-section{display:none;}
	.top-right-section .info-section { display:none;}
	.navbar-light .navbar-toggler {position: absolute;top: 70px;}
}
@media (min-width:768px){
	.nav-item .nav-link{padding: 26px 7px 16px !important;font-size:13px;}
	.logo {width: 70%;}
	.social-section .social-icons li a.f-icon {font-size: 12px;padding: 8px;width: 25px;height: 25px;}
	.social-section .social-icons li a.w-icon {font-size: 12px;padding: 8px;width: 25px;height: 25px;}
	.social-section .social-icons li a.g-icon {font-size: 12px;padding: 8px;width: 25px;height: 25px;}
	.social-section .social-icons li a.i-icon {font-size: 12px;padding: 8px;width: 25px;height: 25px;}
	.dropdown{ display:none;}
	.logo::after {bottom: -29px;background-size: calc(175px);}
}
@media (min-width:992px){
	.nav-item .nav-link{padding: 26px 15px 16px !important;font-size:15px;}
	.logo {width: 70%;}
.dropdown{ display:block;}
.social-section { display:block;}
.top-right-section .info-section { display:block;}
}
@media (min-width:1200px){
.logo {
    width: 55%;
    position: relative;
    z-index: 5;
    padding: 0px!important;
	text-align:center;
}
.logo img{
	position:relative;
	top:10px;
	z-index:99
}
.logo::after {
    content: "";
    position: absolute;
    z-index: 1;
    background-image: url(../img/logo-arc.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 245px;
    height: 30px;
    bottom: -34px;
    left: 0;
	background-size:calc(245px);
}
.nav-item .nav-link{
	padding:28px 27px 16px !important;
	color:#222222!important;
	font-family: Poppins, sans-serif;
	font-size:17px;
	font-weight:400;
}

.top-left-section{
  	display: flex;
  	align-items: stretch;
    max-width: 40%;
    width: 100%;
}
.top-left-inner-section {
  flex-direction: column;
  display: flex;
  flex-grow: 1;
}
.social-section {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding:28px 0 29px 0;

}
.social-section .social-icons{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.social-section .social-icons li{
	list-style-type:none;
	font-family: Poppins, sans-serif;
	font-size:17px;
	font-weight:400;
	color:#222;
	display:inline-block;
}
.social-section .social-icons li a{
	list-style-type:none;
	font-family: Poppins, sans-serif;
	font-size:17px;
	font-weight:400;
	color:#222;
}
.social-section .social-icons li a.f-icon {
    background-color: #5d82d1;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    padding: 10px;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 0;
	margin-right:5px;
	margin-left:5px;
}
.social-section .social-icons li a.w-icon {
    background-color: #40bff5;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    padding: 10px;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 0;
	margin-right:5px;
}
.social-section .social-icons li a.g-icon {
    background-color: #eb5e4c;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    padding: 10px;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 0;
	margin-right:5px;

}
.social-section .social-icons li a.i-icon {
    background-color: #faa33d;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    padding: 10px;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 0;
}

.top-right-section{
  	display: flex;
  	align-items: stretch;
    max-width: 40%;
    width: 100%;
}
.top-right-inner-section {
  flex-direction: column;
  display: flex;
  flex-grow: 1;
}
.top-right-section .info-section {
    position: relative;
    width: 100%;
    padding:31px 0 30px 0;
    border-bottom: 1px solid #e5e5e5;
    display: inline-flex;
}
.top-right-section .info-section .flag-selector {
    list-style-type: none;
    padding: 0 !important;
    margin: 5px 0px 0 0;
	display:inherit;
}

.top-right-section .info-section .nav-item .nav-link {

    padding:0 !important;
    color: #222222 !important;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 400;

}
.flag-icon {
    position: relative;
    display: inline-block;
    width: 18px !important;
    line-height: 1em;
    border-radius: 100%;
}
.flag-icon, .flag-icon-background {
    background-repeat: no-repeat;
    background-size:cover !important;
    background-position: 50%;
}
.dropdown-item {
    line-height: 2.5 !important;
}
.contact-info{
	font-family: Poppins, sans-serif;
	font-size:15px;
	font-weight:400;
	color:#163f6b;
	margin-left:10px;
	line-height:22px;
}
.contact-info a{
	color:#afb91c;
	font-family: Poppins, sans-serif;
	font-size:20px;
	font-weight:600;
}
.dropdown{ display:block;}
.social-section { display:block;}
}









#slider {
  min-height: 650px;
  position: relative;
  background-image: url(../../assets/img/hero-img.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  padding: 170px 0 0;
  background-size: cover;
}

#slider h1 {
  font-family: Poppins, sans-serif;
  font-size: 70px;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

#slider h4 {
  font-family: Poppins, sans-serif;
  font-size: 33px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

#slider .big-text {
  font-family: Poppins, sans-serif;
  font-size: 26px;
  color: #ffffff;
  font-weight: normal;
  padding-top: 30px;
}

#slider p {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  color: #ffffff;
  font-weight: 300;
  padding: 5px 0 0 0;
  margin: 0;
  width: 100%;
  max-width: 600px;
}

#slider::after {
  background-image: url(../../assets/img/slider-sept.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 100%;
  max-width: 175px;
  min-height: 82px;
  content: "";
  position: absolute;
  left: 47%;
  bottom: -45px;
  z-index: 9;
  background-size: contain;
}
@media (min-width: 300px){
#slider h1 {font-size: 30px;}
#slider h4 {font-size: 20px;}
#slider .big-text{font-size: 20px;}
#slider p{font-size: 15px;}
#slider{ padding:40px 0 0 0; min-height:350px; }
#slider:before{position: absolute;content:" ";top:0;left:0;width:100%;height:100%;display: block;z-index:0;background-color: rgba(0,0,0,0.5);}
#slider::after {left: 26%;bottom: -26px;background-size: calc(100px);}
}
@media (min-width: 576px){
#slider h1 {font-size: 30px;}
#slider h4 {font-size: 20px;}
#slider .big-text{font-size: 20px;}
#slider p{font-size: 15px;}
#slider{ padding:40px 0 0 0; min-height:280px; }
#slider:before{position: absolute;content:" ";top:0;left:0;width:100%;height:100%;display: block;z-index:0;background-color: rgba(0,0,0,0.5);}
#slider::after {left:36%;bottom: -26px;background-size: calc(100px);}
}
@media (min-width: 768px){
#slider h1 {font-size: 30px;}
#slider h4 {font-size: 20px;}
#slider .big-text{font-size: 20px;}
#slider p{font-size: 15px;}
#slider{ padding:40px 0 0 0; min-height:280px; }
#slider:before{position: absolute;content:" ";top:0;left:0;width:100%;height:100%;display: block;z-index:0;background-color: rgba(0,0,0,0.5);}
#slider::after {left:41%;bottom: -26px;background-size: calc(100px);}
}
@media (min-width: 992px){
#slider h1 {font-size: 50px;}
#slider h4 {font-size: 25px;}
#slider .big-text{font-size: 22px;}
#slider p{font-size:17px;}
#slider{ padding:150px 0 0 0; min-height:500px; }
#slider:before{position: absolute;content:" ";top:0;left:0;width:100%;height:100%;display: block;z-index:0;background-color: rgba(0,0,0,0.5);}
#slider::after {left:41%;bottom: -26px;background-size: calc(100px);}
}
@media (min-width:1200px){
#slider {
  min-height: 650px;
  position: relative;
  background-image: url(../../assets/img/hero-img.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  padding: 170px 0 0;
  background-size: cover;
}

#slider h1 {
  font-family: Poppins, sans-serif;
  font-size: 70px;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

#slider h4 {
  font-family: Poppins, sans-serif;
  font-size: 33px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

#slider .big-text {
  font-family: Poppins, sans-serif;
  font-size: 26px;
  color: #ffffff;
  font-weight: normal;
  padding-top: 30px;
}

#slider p {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  color: #ffffff;
  font-weight: 300;
  padding: 5px 0 0 0;
  margin: 0;
  width: 100%;
  max-width: 600px;
}

#slider::after {left: 47%;bottom: -45px;background-size: calc(175px);}
}
#logo-section {
  padding: 70px 0 50px 0;
}
@media (min-width: 300px){#logo-section {padding:40px 0;}}
@media (min-width: 576px){#logo-section {padding:40px 0;}}
@media (min-width: 768px){#logo-section {padding:40px 0;}}
@media (min-width: 992px){#logo-section {padding:70px 0 50px 0}}
@media (min-width:1200px){#logo-section {padding:70px 0 50px 0}}
#security-management {
  position: relative;
  height: 670px;
}
#security-management .first-col {
  width: 100%;
  background-color: #f1b72a;
  max-width: 44%!important;
  height:100%;
  position: relative;
  padding:0px;
  float:left;
}
#security-management .first-col:after {
  width: 120px;
  content: "";
  position: absolute;
  left: 96%;
  transform: skew(5deg, 0deg);
  background-color: #f1b72a;
  height:100%;
  top: 0;
  z-index: 1;
}

#security-management .last-col {
  width: 100%;
  max-width: 56% !important;
  padding:0px;
  float:left;
  height:100%;
}

.yallow-content-section {
  padding: 150px 0px 0px 300px;
  width: 100%;
  position: relative;
  z-index: 9;
}

.yallow-content-section p {
  padding: 20px 0;
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
  font-family: 'Poppins';
}

.yallow-content-section h1 {
  padding: 0;
  margin: 0;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 300;
}

.yallow-content-section h1 strong {
  font-weight: bold;
}

@media (min-width: 300px){

#security-management .first-col {max-width: 100%!important; height:auto; padding: 0;}
#security-management .last-col {max-width: 100%!important; height:auto;}
.yallow-content-section {padding:40px 40px;}
.yallow-content-section h1 {font-size: 30px;}
}
@media (min-width: 576px){
#security-management .first-col {max-width: 100%!important; height:auto; padding: 0;}
#security-management .last-col {max-width: 100%!important; height:auto;}
.yallow-content-section {padding:40px 40px ;}
.yallow-content-section h1 {font-size: 30px;}
}
@media (min-width: 768px){
#security-management .first-col {max-width: 100%!important; height:auto; padding: 0;}
#security-management .last-col {max-width: 100%!important; height:auto;}
.yallow-content-section {padding:40px 40px;}
.yallow-content-section h1 {font-size: 30px;}
}
@media (min-width:992px){

.yallow-content-section {padding: 50px 0px 0px 100px;}
	}
@media (min-width:1200px){	
#security-management {
  position: relative;
  height: 555px;
}

#security-management .first-col {
    width: 100%;
    background-color: #f1b72a;
    max-width: 44% !important;
    height:100%;
    position: relative;
    padding: 0px;
    float: left;
}

#security-management .first-col:after {
  width: 120px;
  content: "";
  position: absolute;
  left: 95%;
  transform: skew(5deg, 0deg);
  background-color: #f1b72a;
  height:100%;
  top: 0;
  z-index: 1;
}

#security-management .last-col {
  width: 100%;
  max-width: 56% !important;
  padding:0px;
  float:left;
  height:100%;
}

.yallow-content-section {
  padding: 50px 0px 0px 100px;
  width: 100%;
  position: relative;
  z-index: 9;
}

.yallow-content-section p {
  padding: 20px 0;
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
  font-family: 'Poppins';
}

.yallow-content-section h1 {
  padding: 0;
  margin: 0;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 300;
}

.yallow-content-section h1 strong {
  font-weight: bold;
}
}

#multi-cloud-services {
  position: relative;
  height: 670px;
}

#multi-cloud-services .first-col {
  width: 100%;
  max-width: 53% !important;
  padding:0px;
  float:left;
  height:100%;
}

#multi-cloud-services .last-col:after {
  width: 120px;
  content: "";
  position: absolute;
  left: -9.5%;
  transform: skew(-5deg, 0deg);
  background-color: #005ba8;
  height:100%;
  top: 0;
  z-index: 1;
}

#multi-cloud-services .last-col {
  width: 100%;
  background-color: #005ba8;
  max-width: 47%!important;
  position: relative;
  padding:0px;
  float:left;
  height:100%;
}

.blue-image-section {
  background-color: #005ba8;
  position: relative;
  z-index: 9;
}

.blue-content-section {
  padding: 150px 0px 0px 150px;
  width: 100%;
  max-width: 600px;
  position:relative;
  z-index:999;
}

.blue-content-section h1 {
  padding: 0;
  margin: 0;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 300;
}

.blue-content-section h1 strong {
  font-weight: bold;
}

.blue-content-section p {
  padding: 20px 0;
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
  font-family: 'Poppins';
}

.custom-image {
  width: 100%;
  max-width: 100%;
}

.white-btn {
  border: 1px solid #fff;
  background-color: transparent;
  padding: 13px 30px;
}

.white-btn:hover {
  border: 1px solid #fff;
  background-color: transparent;
  padding: 13px 30px;
}

.custom-btn-icon {
  padding: 0 0 0 10px;
}
@media (min-width: 300px){

#multi-cloud-services .first-col {max-width: 100%!important; height:auto; padding:0;}
#multi-cloud-services .last-col {max-width: 100%!important; height:auto;}
.blue-content-section {padding:40px 40px;}
.blue-content-section h1 {font-size: 30px;}
}
@media (min-width: 576px){
#multi-cloud-services .first-col {max-width: 100%!important; height:auto; padding:0;}
#multi-cloud-services .last-col {max-width: 100%!important; height:auto;}
.blue-content-section {padding:40px 40px;}
.blue-content-section h1 {font-size: 30px;}
}
@media (min-width: 768px){
#multi-cloud-services .first-col {max-width: 100%!important; height:auto; padding:0;}
#multi-cloud-services .last-col {max-width: 100%!important; height:auto;}
.blue-content-section {padding:40px 40px;}
.blue-content-section h1 {font-size: 30px;}
}
@media (min-width: 992px){}
@media (min-width:1200px){
#multi-cloud-services {
  position: relative;
  height: 525px;
}

#multi-cloud-services .first-col {
  width: 100%;
  max-width: 53% !important;
  padding:0px;
  float:left;
  height:100%;
}

#multi-cloud-services .last-col:after {
  width: 120px;
  content: "";
  position: absolute;
  left: -9.5%;
  transform: skew(-5deg, 0deg);
  background-color: #005ba8;
  height:100%;
  top: 0;
  z-index: 1;
}

#multi-cloud-services .last-col {
  width: 100%;
  background-color: #005ba8;
  max-width: 47%!important;
  position: relative;
  padding:0px;
  float:left;
  height:100%;
}

.blue-image-section {
  background-color: #005ba8;
  position: relative;
  z-index: 9;
}

.blue-content-section {
  padding: 50px 50px 0px 50px;
  width: 100%;
  max-width: 600px;
}

.blue-content-section h1 {
  padding: 0;
  margin: 0;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 300;
}

.blue-content-section h1 strong {
  font-weight: bold;
}

.blue-content-section p {
  padding: 20px 0;
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
  font-family: 'Poppins';
}

.custom-image {
  width: 100%;
  max-width: 100%;
}

.white-btn {
  border: 1px solid #fff;
  background-color: transparent;
  padding: 13px 30px;
}

.white-btn:hover {
  border: 1px solid #fff;
  background-color: transparent;
  padding: 13px 30px;
}

.custom-btn-icon {
  padding: 0 0 0 10px;
}
}

#wifi-management {
  position: relative;
  height: 670px;
}

#wifi-management .first-col {
  background-color: #afb91c;
  width: 100%;
  max-width: 44%!important;
  height:100%;
  position: relative;
  padding:0px;
  float:left;
}

#wifi-management .first-col:after {
  width: 120px;
  content: "";
  position: absolute;
  left: 96%;
  transform: skew(5deg, 0deg);
  background-color: #afb91c;
  height:100%;
  top: 0;
  z-index: 1;
}

#wifi-management .last-col {
  width: 100%;
  max-width: 56% !important;
  padding:0px;
  float:left;
  height:100%;
}

@media (min-width: 300px){
#wifi-management .first-col {max-width: 100%!important; height:auto; padding:0;}
#wifi-management .last-col {max-width: 100%!important; height:auto;}
}
@media (min-width: 576px){
#wifi-management .first-col {max-width: 100%!important; height:auto; padding:0;}
#wifi-management .last-col {max-width: 100%!important; height:auto;}
}
@media (min-width: 768px){
#wifi-management .first-col {max-width: 100%!important; height:auto; padding:0;}
#wifi-management .last-col {max-width: 100%!important; height:auto;}
}
@media (min-width: 992px){}
@media (min-width:1200px){
#wifi-management {
  position: relative;
  height: 555px;
}

#wifi-management .first-col {
  background-color: #afb91c;
  width: 100%;
  max-width: 44%!important;
  height:100%;
  position: relative;
  padding:0px;
  float:left;
}

#wifi-management .first-col:after {
  width: 120px;
  content: "";
  position: absolute;
  left: 95%;
  transform: skew(5deg, 0deg);
  background-color: #afb91c;
  height:100%;
  top: 0;
  z-index: 1;
}

#wifi-management .last-col {
  width: 100%;
  max-width: 56% !important;
  padding:0px;
  float:left;
  height:100%;
}
}

#services-management {
  position: relative;
  height: 670px;
}

#services-management .first-col {
  width: 100%;
  max-width: 53% !important;
  padding:0px;
  float:left;
  height:100%;
}

#services-management .last-col:after {
  width: 120px;
  content: "";
  position: absolute;
  left: -9.5%;
  transform: skew(-5deg, 0deg);
  background-color: #003268;
  height:100%;
  top: 0;
  z-index: 1;
}

#services-management .last-col {
  width: 100%;
  background-color: #003268;
  max-width: 47%!important;
  position: relative;
  padding:0px;
  float:left;
  height:100%;
}
@media (min-width: 300px){
#services-management .first-col {max-width: 100%!important; height:auto; padding:0;}
#services-management .last-col {max-width: 100%!important; height:auto;}
}
@media (min-width: 576px){
#services-management .first-col {max-width: 100%!important; height:auto; padding:0;}
#services-management .last-col {max-width: 100%!important; height:auto;}
}
@media (min-width: 768px){
#services-management .first-col {max-width: 100%!important; height:auto; padding:0;}
#services-management .last-col {max-width: 100%!important; height:auto;}
}
@media (min-width: 992px){}
@media (min-width:1200px){
#services-management {
  position: relative;
  height: 525px;
}

#services-management .first-col {
  width: 100%;
  max-width: 53% !important;
  padding:0px;
  float:left;
  height:100%;
}

#services-management .last-col:after {
  width: 120px;
  content: "";
  position: absolute;
  left: -9.5%;
  transform: skew(-5deg, 0deg);
  background-color: #003268;
  height:100%;
  top: 0;
  z-index: 1;
}

#services-management .last-col {
  width: 100%;
  background-color: #003268;
  max-width: 47%!important;
  position: relative;
  padding:0px;
  float:left;
  height:100%;
}
}

#data-center {
  position: relative;
  height: 670px;
}

#data-center .first-col {
  background-color: #f1b72a;
  width: 100%;
  max-width: 44%!important;
  height:100%;
  position: relative;
  padding:0px;
  float:left;
}

#data-center .first-col:after {
  width: 120px;
  content: "";
  position: absolute;
  left: 96%;
  transform: skew(5deg, 0deg);
  background-color: #f1b72a;
  height:100%;
  top: 0;
  z-index: 1;
}

#data-center .last-col {
  width: 100%;
  max-width: 56% !important;
  padding:0px;
  float:left;
  height:100%;
}
@media (min-width: 300px){

#data-center .first-col {max-width: 100%!important; height:auto; padding:0;}
#data-center .last-col {max-width: 100%!important; height:auto;}
}
@media (min-width: 576px){
#data-center .first-col {max-width: 100%!important; height:auto; padding:0;}
#data-center .last-col {max-width: 100%!important; height:auto;}
}
@media (min-width: 768px){
#data-center .first-col {max-width: 100%!important; height:auto; padding:0;}
#data-center .last-col {max-width: 100%!important; height:auto;}
}
@media (min-width: 992px){}
@media (min-width:1200px){
#data-center {
  position: relative;
  height: 555px;
}

#data-center .first-col {
  background-color: #f1b72a;
  width: 100%;
  max-width: 44%!important;
  height:100%;
  position: relative;
  padding:0px;
  float:left;
}

#data-center .first-col:after {
  width: 120px;
  content: "";
  position: absolute;
  left: 95%;
  transform: skew(5deg, 0deg);
  background-color: #f1b72a;
  height:100%;
  top: 0;
  z-index: 1;
}

#data-center .last-col {
  width: 100%;
  max-width: 56% !important;
  padding:0px;
  float:left;
  height:100%;
}
}
#it-support {
  position: relative;
  height: 670px;
}

#it-support .first-col {
  width: 100%;
  max-width: 53% !important;
  padding:0px;
  float:left;
  height:100%;
}
#it-support .last-col:after {
  width: 120px;
  content: "";
  position: absolute;
  left: -9.5%;
  transform: skew(-5deg, 0deg);
  background-color: #005ba8;
  height:100%;
  top: 0;
  z-index: 1;
}
#it-support .last-col {
  width: 100%;
  background-color: #005ba8;
  max-width: 47%!important;
  position: relative;
  padding:0px;
  float:left;
  height:100%;
}
@media (min-width: 300px){	
#it-support .first-col {max-width: 100%!important; height:auto; padding:0;}
#it-support .last-col {max-width: 100%!important; height:auto;}
}
@media (min-width: 576px){
#it-support .first-col {max-width: 100%!important; height:auto; padding:0;}
#it-support .last-col {max-width: 100%!important; height:auto;}
}
@media (min-width: 768px){
#it-support .first-col {max-width: 100%!important; height:auto; padding:0;}
#it-support .last-col {max-width: 100%!important; height:auto;}
}
@media (min-width: 992px){}
@media (min-width:1200px){
#it-support {
  position: relative;
  height: 525px;
}
#it-support .first-col {
  width: 100%;
  max-width: 53% !important;
  padding:0px;
  float:left;
  height:100%;
}
#it-support .last-col:after {
  width: 120px;
  content: "";
  position: absolute;
  left: -9.5%;
  transform: skew(-5deg, 0deg);
  background-color: #005ba8;
  height:100%;
  top: 0;
  z-index: 1;
}
#it-support .last-col {
  width: 100%;
  background-color: #005ba8;
  max-width: 47%!important;
  position: relative;
  padding:0px;
  float:left;
  height:100%;
}
}
#about-section {
  position: relative;
  height: 570px;
  background-color: #fff;
  text-align: center;
  padding: 70px 0 0;
}
#about-section .title {
  color: #262626;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  font-size: 60px;
  padding: 0;
  margin: 0;
}

#about-section .title strong {
  color: #afb91c;
  font-family: Poppins, sans-serif;
  font-weight: bold;
  font-size: 60px;
}
#about-section .sub-title {
  color: #757575;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 22px;
  padding: 10px 0;
}
#about-section p {
  color: #757575;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.7;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
#about-section a {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  font-size: 18px;
  background-color: #afb91c;
  border-radius: 0px;
  padding: 20px 40px;
  margin-top: 40px;
}

#about-section a:hover {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  font-size: 18px;
  background-color: #afb91c;
  border-radius: 0px;
  padding: 20px 40px;
  margin-top: 40px;
  text-decoration: none;
}

#about-section a.more .arrow-icon {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
@media (min-width: 300px){
#about-section {position: relative;height: auto;padding: 70px 0;}
#about-section .title {font-size:40px}
#about-section .title strong {font-size:40px}
}
@media (min-width: 576px){
#about-section {position: relative;height: auto;padding: 70px 0;}
#about-section .title {font-size:40px}
#about-section .title strong {font-size:40px}
}
@media (min-width: 768px){
#about-section {position: relative;height: auto;padding: 70px 0;}
#about-section .title {font-size:40px}
#about-section .title strong {font-size:40px}
}
@media (min-width: 992px){}
@media (min-width:1200px){
#about-section {
  position: relative;
  height: 570px;
  background-color: #fff;
  text-align: center;
  padding: 70px 0 0;
}

#about-section .title {
  color: #262626;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  font-size: 60px;
  padding: 0;
  margin: 0;
}

#about-section .title strong {
  color: #afb91c;
  font-family: Poppins, sans-serif;
  font-weight: bold;
  font-size: 60px;
}

#about-section .sub-title {
  color: #757575;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 22px;
  padding: 10px 0;
}

#about-section p {
  color: #757575;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.7;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}

#about-section a {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  font-size: 18px;
  background-color: #afb91c;
  border-radius: 0px;
  padding: 20px 40px;
  margin-top: 40px;
}

#about-section a:hover {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  font-size: 18px;
  background-color: #afb91c;
  border-radius: 0px;
  padding: 20px 40px;
  margin-top: 40px;
  text-decoration: none;
}

#about-section a.more .arrow-icon {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
}