* {
	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 20px;
position: relative;
top: 0;
left: 0;
width: 100%;
z-index: 8; }
.main-header .landing-menu ul:not(.sub-menu) > li > a{ color: #000; }

/**/
section.industry-banner {
    background: #24387f;
    padding: 50px 0 60px;
}
section.industry-banner h1 {
    margin: 0;
    font-size: 60px;
    max-width: 600px;
    font-weight: normal;
    color: #fff;
    line-height: 72px;
}
.industry-left-right-sec{ padding: 85px 0; }
.industry-left-right-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;
}
.industry-left-right-sec .dis-sec{ width: 50%; }
.industry-left-right-sec .img-sec{ width: 50%; padding-left: 50px; }
.industry-left-right-sec .img-sec img{ width: 100%; }
.industry-left-right-sec h2{ font-weight: normal; font-size: 48px; line-height: 58px; margin: 0 0 45px; }
.industry-left-right-sec p{ color: #000; font-size: 18px; line-height: 21px; margin:0 0 22px ; }
.industry-left-right-sec ul li{ color: #000; font-size: 18px; line-height: 21px; margin: 0 0 22px; }
.industry-left-right-sec a.btn-style {
    font-size: 18px;
    padding: 25px 42px 27px;
    margin-top: 19px;
}
.industry-telecom-challenges{ background: #f9f9f9;  }
.industry-greenLake-cloud-services .containor,
.industry-telecom-challenges .containor:not(.research-shows-counter) {
    flex-direction: row-reverse;
}
.industry-greenLake-cloud-services.industry-left-right-sec .img-sec,
.industry-telecom-challenges.industry-left-right-sec .img-sec{ padding-left:0;padding-right:50px }
 .industry-left-right-sec ul {
    list-style: disc;
    padding-left: 23px;
}
.research-shows-title p {
    margin: 0 auto;
    max-width: 890px;
    font-weight: bold;
}
.research-shows-title {
    text-align: center;
    padding: 55px 0 48px;
}
.research-shows-counter .research-col {
    width: 33%;
    text-align: center;
    max-width: 250px;
}
.research-shows-counter .research-col span {
    font-size: 98px;
    color: #27ab83;
    font-family: 'Oswald', sans-serif;
    line-height: 133px;
    display: block;
    text-align: center;
}
.research-shows-counter .research-col p {
    margin: 0 auto;
    max-width: 230px;
}

/**/
.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-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-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%;
}



section.industry-request-advanced{
    text-align: center;
    background: #009ddc;
    padding: 72px 0;
}
section.industry-request-advanced h2{ color: #fff; font-size: 48px; line-height: normal; margin: 0 0 19px; font-weight: normal; }
section.industry-request-advanced p{ color: #fff; font-size: 18px; margin: 0 auto 25px; }
section.industry-request-advanced .btn-style{ border: solid 3px #fff; font-size: 18px; padding: 24px 55px 26px; }
section.industry-telecom-companies.industry-left-right-sec {
    padding: 125px 0 0;
}
section.industry-greenLake-cloud-services.industry-left-right-sec {
    padding: 60px 0 115px;
}


/*Responsive*/
@media only screen and (max-width: 991px){

.mobile-menu-icon {
    display: block;
    cursor: pointer;
}
.lp-footer-main {
    padding: 45px 0 60px;
}

.lp-contact-text h2 {
    font-size: 35px;
    margin: 0 0 30px;
}
.lp-contact-form {
    padding-left: 40px;
}

section.industry-banner h1 {
    font-size: 50px;
    line-height: 60px;
}
.industry-left-right-sec h2 {
    font-size: 38px;
    line-height: 48px;
    margin: 0 0 30px;
}
.research-shows-counter .research-col span {
    font-size: 80px;
    line-height: 100px;
}
.research-shows-counter .research-col {
    max-width: 220px;
}
.main-header .landing-menu ul:not(.sub-menu) > li > a {
    color: #fff;
}
.main-header {
    padding: 15px 0 15px;
}
}
@media only screen and (max-width: 767px){
.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 {
    width: 100%;
}
.lp-contact-form {
    width: 100%;
    padding:25px 0 0;
}
.lp-contact-text h2 {
    font-size: 26px;
    margin: 0 0 15px;
}

.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;
}
section.industry-banner h1 {
    font-size: 30px;
    line-height: 42px;
    max-width: 300px;
}

section.industry-banner {
    padding: 30px 0;
}
.industry-left-right-sec .dis-sec {
    width: 100%;
}
.industry-left-right-sec h2 {
    font-size: 26px;
    line-height: 36px;
    margin: 0 0 15px;
}
.industry-left-right-sec p{ font-size: 17px; }
.industry-left-right-sec .img-sec {
    width: 100%;
    padding: 25px 0 0 !important;
}
.industry-left-right-sec a.btn-style {
    font-size: 16px;
    padding: 15px 30px 17px;
    margin-top: 9px;
    margin-bottom: 15px;
}
.industry-left-right-sec {
    padding: 45px 0;
}
.research-shows-counter .research-col {
    width: 100%;
    text-align: center;
    max-width: 100%;
    margin: 0 0 15px;
}
.research-shows-counter .research-col span {
    font-size: 60px;
    line-height: 88px;
}
section.industry-telecom-companies.industry-left-right-sec {
    padding: 45px 0 0;
}
section.industry-greenLake-cloud-services.industry-left-right-sec {
    padding: 50px 0 45px;
}
section.industry-request-advanced h2 {
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 19px;
}
section.industry-request-advanced p{ font-size: 17px; }
section.industry-request-advanced .btn-style {
    font-size: 16px;
    padding: 14px 35px 15px;
}
.research-shows-counter .research-col p {
    max-width: 100%;
}
.industry-left-right-sec ul li{ font-size: 17px; }
}
@media only screen and (max-width: 480px){

}