* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	line-height: normal;
	color: #000;
}
body p {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #000;
	margin: 0 0 15px;
}
a {
	color: #4ab3e8;
}
.containor{
	max-width: 1230px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
.mobile-menu-icon{ display: none; }
/*Header*/
.main-header{ padding: 29px 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 8; }
.main-header .containor{
	display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.site-logo { max-width: 178px; }
.main-header .landing-menu{ width: calc(100% - 178px); }
.main-header .landing-menu ul:not(.sub-menu){
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.main-header .landing-menu ul li + li{
	margin-left: 50px;
}
.main-header .landing-menu ul li a{ font-size: 18px; font-weight: bold;font-family: 'Open Sans', sans-serif; text-decoration: none; display: block; color: #fff; padding: 10px 0; cursor: pointer; }
.main-header .landing-menu ul li a:hover{ color: #009ddc; }
.main-header .landing-menu ul:not(.sub-menu) > li:last-child > a{background: #009ddc;
	border: solid 1px #009ddc;
	color: #fff;
	padding: 36px 38px 38px;
	line-height: normal;
	transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
}
.main-header .landing-menu ul:not(.sub-menu) > li:last-child > a:hover {
	background: #fff;
	color: #009ddc;
}
.main-header .landing-menu ul li{ position: relative; }
.main-header .landing-menu ul li ul.sub-menu li {
    margin: 0;
}
.main-header .landing-menu ul li ul.sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    background: #009ddc;
    padding: 10px 15px;
    min-width: 250px;
}
.main-header .landing-menu ul li ul.sub-menu li a:hover{ color: #fff; }

/*Banner*/
.landing-banner-sec {
    padding: 370px 0 338px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.landing-banner-sec h1 {
    color: #fff;
    max-width: 610px;
    font-size: 60px;
    line-height: 83px;
    margin: 0 0 25px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}
.landing-banner-sec h2 {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    max-width: 750px;
    line-height: 39px;
    margin: 0 0 40px;
}

/*Testimonial*/
.lp-testimonial-sec{ padding: 60px 0 105px; text-align: center; }
.lp-testimonial-sec p{ font-size: 32px; line-height: 38px; font-weight: bold; color: #000;font-family: 'Oswald', sans-serif; margin: 0 0 42px; letter-spacing: -0.01rem; }
.lp-testimonial-sec img{ display: block; max-width: 110px; margin: 0 auto 19px; }
.lp-testimonial-sec h6{ color: #009ddc; font-size: 24px; line-height: 30px; font-weight: bold; }

/*industries*/
.lp-industries-sec{
	display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.lp-industries-left{ width: 38.33%;
display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
.lp-industries-right{ width: 61.67%; }

.lp-industries-dis:not(#industries-tab-1){ display: none; }
.lp-industries-dis{ padding: 185px 20px 192px 58px; border-left: solid 10px #27ab83;background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
.lp-industries-dis-inner{ max-width: 420px; }
.lp-industries-dis-inner h2 {
    color: #fff;
    font-size: 48px;
    line-height: normal;
    margin: 0 0 27px;
}
.lp-industries-dis-inner p{ color: #fff; font-size: 18px; line-height: 22px; letter-spacing: -0.02rem;font-family: 'Open Sans', sans-serif; margin: 0 0 46px; }
.lp-industries-dis-inner .btn-style {
    font-size: 18px;
    line-height: normal;
    padding: 25px 68px 27px;
}

.lp-industries-left-inner {
    max-width: 372px;
    padding: 20px 53px 20px 20px;
}
.lp-industries-left-inner h2{ margin: 0 0 23px; font-size: 48px; line-height: normal; color: #009DDC; text-align: right; }
.lp-industries-left-inner p{ text-align: right; font-size: 18px; line-height: 22px; margin: 0 0 20px; letter-spacing: -0.05rem; }
.industries-tabing-items{ margin: 0; padding: 0; list-style: none; text-align: right; }
.industries-tabing-items li{}
.industries-tabing-items li a{ font-size: 18px; color: #27ab83;  line-height: normal; display: inline-block; padding: 10px 0 10px 27px;  text-decoration: none; position: relative; }
.industries-tabing-items li.active a,
.industries-tabing-items li a:hover{ color: #fff; background: #27ab83; }
.industries-tabing-items li a:after{background: #27ab83; width: 53px; top: 0; left: 100%; content: ""; height:100% ; position: absolute; opacity: 0;}
.industries-tabing-items li.active a:after,
.industries-tabing-items li a:hover:after{ opacity: 1;}
/*why-computacenter*/
.why-computacenter-sec{ padding: 100px 0 90px; }
.why-computacenter-sec .containor{
	display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
.why-computacenter-sec .lp-computacenter-logo{ width: 26.5%; padding:32px 15px 0; }
.why-computacenter-sec .lp-computacenter-logo img{ max-width: 166px; display: block; margin: 0 auto; }
.why-computacenter-sec .lp-computacenter-dis{ width: 73.5%; padding: 0; }
.why-computacenter-sec .lp-computacenter-dis h2{ color: #009DDC; font-size: 48px; line-height: normal; margin: 0 0 45px; }
.why-computacenter-sec .lp-computacenter-dis p{ font-size: 18px; letter-spacing: -0.02rem; line-height: 22px; margin: 0 0 15px; }
.why-computacenter-sec .lp-computacenter-dis p:last-child{ margin: 0;  }

.lp-contact-sec{ background-size: cover; background-repeat: no-repeat; background-position: center center; padding: 55px 0 52px; }
.lp-contact-sec .containor{ max-width: 930px;display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
.lp-contact-text{ width: 50%;}
.lp-contact-form{ width: 50%; padding-left: 85px; }
.lp-contact-text h2{ font-size: 48px; color: #fff; margin: 0 0 39px; line-height: normal; }
.lp-contact-text p{ font-size: 18px; color: #fff; margin: 0; line-height: 22px; max-width: 370px; }



.lp-request-advanced-sec{ background:#009DDC; padding: 53px 0; }
.lp-request-advanced-sec .containor{ max-width: 1150px;display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
.lp-request-advanced-title{ width: 65%;}
.lp-request-advanced-title h2 {
    font-size: 48px;
    color: #fff;
    margin: 0;
    line-height: 57px;
    max-width: 690px;
}
.lp-request-advanced-btn{ width: 35%; padding: 0 20px; }
.lp-request-advanced-btn .btn-style {
    font-size: 18px;
    border-color: #fff;
    border-width: 3px;
    padding: 24px 25px 26px;
    width: 100%;
    text-align: center;
}


.lp-footer-main{ padding: 55px 0 123px; }

.footer-logos{
	position: relative;
	margin: 0 0 50px;
	display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.footer-logos:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: "";
    width: 3px;
    height: 100%;
    background: #d8d7d7;
    margin-left: -37px;
}
.footer-logos img{ max-height: 109px; max-width: 174px; margin: 0 35px; }
.footer-links{
	display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.footer-links p{ margin: 0 0 15px; font-size: 16px; line-height: normal; color: #000; font-weight: bold; }
.footer-links p a{ color: #000; text-decoration: none; display: block; font-weight: bold; }
.footer-links p  + p{ margin-left: 30px; }


.lp-contact-form form .gform_body.gform-body .gform_fields {
    display: block;
    grid-column-gap: 0;
    -ms-grid-columns: (1fr 0)[12];
    grid-row-gap: 0;
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: repeat(auto-fill,auto);
}
.lp-contact-form form .gform_body.gform-body .gfield {
    width: 100%;
    margin: 0 0 24px;
}
.lp-contact-form form .gform_body.gform-body .gfield label.gfield_label {
    display: none;
}
.lp-contact-form form .gform_body.gform-body .gfield .ginput_container input {
    margin: 0;
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    padding: 7px 30px;
    border: solid 1px #fff;
    border-radius: 0;
    outline: none !important;
    line-height: normal !important;
    min-height: 0 !important;
}
.lp-contact-form form .gform_footer.top_label {
    margin: 0;
    padding: 13px 0 0;
}
.lp-contact-form form .gform_footer.top_label input {
    margin: 0;
    background: #009DDC;
    border: solid 2px #009DDC;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 18px;
    padding: 26px 20px;
    line-height: normal !important;
    cursor: pointer;
    min-height: 0 !important;
}
.lp-contact-form form .gform_footer.top_label input:hover {
    background: #fff;
color: #009DDC;
}
.lp-contact-form form .gform_body.gform-body fieldset.gfield label {
    display: none;
}
.lp-contact-form form .gform_body.gform-body fieldset.gfield {
    margin: 0;
}
.lp-contact-form form .gform_body.gform-body fieldset.gfield div.ginput_complex > span {
    margin: 0 0 24px;
}


.lp-contact-form form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #7a7a7a !important;
}
.lp-contact-form form ::-moz-placeholder { /* Firefox 19+ */
  color: #7a7a7a !important;
}
.lp-contact-form form :-ms-input-placeholder { /* IE 10+ */
  color: #7a7a7a !important;
}
.lp-contact-form form :-moz-placeholder { /* Firefox 18- */
  color: #7a7a7a !important; 
}
.lp-contact-form .gform_wrapper .gform_validation_errors{ display: none; }

.lp-contact-form form .gform_body.gform-body .gfield.gfield_error .ginput_container input {
    border-color: #f00;
}
.lp-contact-form form .gform_body.gform-body .gfield.gfield_error div.gfield_validation_message {
    background: rgb(255 255 255 / 80%);
    border: none;
    padding: 5px 31px;
    margin: 2px 0 0;
}
.lp-contact-form form .gform_body.gform-body .gfield.gfield_error .ginput_container .validation_message {
    display: none;
}
.lp-contact-form .gform_confirmation_wrapper .gform_confirmation_message {
    background: green;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 30px 20px;
    display: inline-block;
    border-radius: 2px;
}

body.error404 .container {
    max-width: 1230px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
}
body.error404 .landing-banner-sec h1 {
    max-width: 100%;
}

/*Responsive*/
@media only screen and (min-width: 992px){
.main-header .landing-menu ul li ul.sub-menu{ opacity: 0; visibility: hidden; z-index: -999; transition: all 0.35s ease-in-out; margin-top: 15px; top:92px;}
.main-header .landing-menu ul li:hover ul.sub-menu{ opacity: 1; visibility: visible; z-index:2; transition: all 0.35s ease-in-out; margin-top:0; }
.main-header .landing-menu ul li.menu-item-has-children > span{ display: none; }
}


@media only screen and (max-width: 1220px){
.main-header .landing-menu ul:not(.sub-menu) > li:last-child > a {
    padding: 23px 25px 25px;
}
.landing-banner-sec {
    padding: 300px 0 258px;
    }
}
@media only screen and (max-width: 991px){
.landing-banner-sec h1 {
    max-width: 520px;
    font-size: 50px;
    line-height: 68px;
    margin: 0 0 22px;
}

.mobile-menu-icon {
    display: block;
    cursor: pointer;
}
.main-header .landing-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #009ddc;
    padding: 10px 15px 20px;
    display: none;
}
.main-header .landing-menu ul {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
}
.main-header .landing-menu ul li {
    width: 100%;
    margin: 0 !important;
}
.main-header .landing-menu ul li a{ padding: 7px 0; text-align: left; }
.main-header .landing-menu ul:not(.sub-menu) > li:last-child > a {
    padding: 13px 25px 13px;
    text-align: center;
    margin: 0 auto;
    max-width: 300px;
    margin-top: 10px;
    border: 2px solid #fff;
}
.main-header {
    padding: 15px 0;
    }

.landing-banner-sec {
    padding: 250px 0 160px;
}
.lp-testimonial-sec p {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 35px;
}
.lp-testimonial-sec {
    padding: 60px 0 100px;
}
.lp-industries-dis-inner .btn-style {
    padding: 15px 40px 17px;
}
.lp-industries-left-inner h2{ font-size: 35px; }
.lp-industries-dis-inner h2{ font-size: 35px; }
.lp-industries-left-inner {
    padding: 20px 30px 20px 20px;
}
.industries-tabing-items li a:after{ width: 30px; }
.lp-industries-dis {
    padding: 145px 20px 150px 30px;
}
.why-computacenter-sec .lp-computacenter-dis h2 {
    font-size: 38px;
    margin: 0 0 20px;
}
.why-computacenter-sec .lp-computacenter-logo {
    padding: 32px 15px 0 0;
}
.lp-contact-text h2 {
    font-size: 35px;
    margin: 0 0 30px;
}
.lp-request-advanced-title h2 {
    font-size: 35px;
    line-height: 43px;
}
.lp-request-advanced-btn .btn-style {
    padding: 15px 15px 17px;
}
.lp-footer-main {
    padding: 45px 0 60px;
}
.lp-contact-form {
    padding-left: 40px;
}
.main-header .landing-menu ul li ul.sub-menu {
    width: 100%;
    min-width: 0;
    position: relative;
    padding: 0 15px;
    display: none;
}
.main-header .landing-menu ul li ul li a{ font-size: 16px; }
.main-header .landing-menu ul li.menu-item-has-children > span {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    background: rgba(255,255,255,0.2);
}
.main-header .landing-menu ul li.menu-item-has-children > span:after {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    border-width: 0 3px 3px 0;
    border-style: solid;
    border-color: #fff;
    transform: rotate(45deg);
    top: 7px;
    left: 11px;
    transition: all 0.35s ease-in-out;
}
.main-header .landing-menu ul li.menu-item-has-children > span.active:after {
    transform: rotate(-135deg);
    top: 15px;
    left: 12px;
}
}
@media only screen and (max-width: 767px){
.landing-banner-sec h1 {
    font-size: 30px;
    line-height: 42px;
    margin: 0 0 20px;
}
.landing-banner-sec h2 {
    font-size: 21px;
    line-height: 28px;
    margin: 0 0 30px;
}
.lp-testimonial-sec p {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 25px;
}
.lp-testimonial-sec h6 {
    font-size: 18px;
    line-height: 27px;
}
.lp-testimonial-sec {
    padding: 40px 0 40px;
}
.lp-industries-left-inner {
    padding: 0px 15px 20px 15px;
    max-width: 100%;
    text-align: center;
}
.lp-industries-left{ width: 100%; }
.lp-industries-left-inner h2 {
    font-size: 26px;
    margin: 0 0 15px;
    text-align: center;
}
.lp-industries-left-inner p {
    text-align: center;
    font-size: 17px;
    line-height: 21px;
    }
.industries-tabing-items {
    text-align: center;
}
.industries-tabing-items li a:after{ display: none; }
.industries-tabing-items li a {
    font-size: 16px;
    padding: 8px 15px 8px;
}
.industries-tabing-items li {
    display: inline-block;
    margin: 0;
}
.lp-industries-right {
    width: 100%;
}
.lp-industries-dis {
    padding: 70px 15px 80px 25px;
}
.lp-industries-dis-inner .btn-style {
    padding: 12px 25px 14px;
    font-size: 16px;
}
.lp-industries-dis-inner {
    max-width: 100%;
}
.why-computacenter-sec {
    padding: 40px 0 40px;
}
.why-computacenter-sec .lp-computacenter-logo {
    padding: 0;
    width: 100%;
}
.why-computacenter-sec .lp-computacenter-dis {
    width: 100%;
    padding: 20px 0 0;
}
.lp-industries-dis-inner h2 {
    font-size: 26px;
}
.why-computacenter-sec .lp-computacenter-dis h2 {
    font-size: 26px;

}
.why-computacenter-sec .lp-computacenter-dis p {
    font-size: 16px;
    line-height: 20px;
}
.lp-contact-text {
    width: 100%;
}
.lp-contact-form {
    width: 100%;
    padding:25px 0 0;
}
.lp-contact-text h2 {
    font-size: 26px;
    margin: 0 0 15px;
}
.lp-request-advanced-title {
    width: 100%;
    margin: 0 0 25px;
}
.lp-request-advanced-title h2 {
    font-size: 26px;
    line-height: 33px;
    text-align: center;
    max-width: 100%;
}
.lp-request-advanced-btn {
    width: 100%;
    padding: 0;
}
.lp-request-advanced-btn .btn-style {
    padding: 11px 15px 13px;
    font-size: 16px;
    margin: 0 auto;
    max-width: 280px;
    display: block;
}
.footer-logos img {
    max-height: 94px;
    max-width: 154px;
    margin: 0;
}
.footer-logos img + img {
    margin-left: 40px;
}
.footer-logos:before {
    margin-left: -33px;
}
.footer-links p + p {
    margin-left: 10px;
}
.footer-links p {
    margin: 0 10px 10px;
}
.lp-footer-main {
    padding: 35px 0 40px;
}
.lp-contact-text p{ max-width: 100%; }
.lp-contact-form form .gform_body.gform-body .gfield .ginput_container input {
    font-size: 16px;
    padding: 6px 20px;
}
.lp-contact-form form .gform_body.gform-body .gfield {
    margin: 0 0 15px;
}
.lp-contact-form form .gform_body.gform-body fieldset.gfield div.ginput_complex > span {
    margin: 0 0 15px;
}
.lp-contact-form form .gform_footer.top_label input {
    font-size: 16px;
    padding: 15px 20px;
}
.lp-contact-form form .gform_footer.top_label {
    margin: 0;
    padding: 5px 0 0;
}
}
@media only screen and (max-width: 480px){

}