/* font styles */
html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
body {
   background: #fff;
   padding: 0px;
   margin: 0px;
   font-family: 'Roboto', sans-serif;
   position: relative;
   overflow-x: hidden;
 }
.clear {
    clear: both;
}

.faux-bg-header {
  position: absolute;
  background: #F4F9FC;
  width: 100%;
  height: 300px;
  z-index: -1;
}

/* Start Top section */
#top-section {
  position: relative;
    width: 100%;
    padding: 0px;
    margin: 0px;
    padding-top: 80px;
    padding-bottom: 0px;
    /*background: transparent linear-gradient(180deg, #F4F9FC 0%, #F6F6F6 100%) 0% 0% no-repeat padding-box;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);*/
}
.top-section-container {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 100px;
}
.faux-bg-top {
    position: absolute;
    background: transparent linear-gradient(180deg, #F4F9FC 0%, #F6F6F6 100%) 0% 0% no-repeat padding-box;
    clip-path: polygon(0% 0%, 100% 0%, 100% 87%, 0% 100% );
    width: 100%;
    height: 75%;
    z-index: -1;
}
.bottom-gradient-border {
    position: absolute;
    /* top: -11px; */
    background-image: linear-gradient(to right, #AC19E2, #6CDDF8);
    height: 100px;
    width: 100%;
    -webkit-clip-path: polygon(0% 66%, 100% 16%, 100% 30%, 0% 78%);
    clip-path: polygon(0% 66%, 100% 16%, 100% 30%, 0% 78%);
    z-index: -1;
    bottom: 0%;
}
.main-message {
    font-size: 38px;
    max-width: 500px;
    color: #444;
    font-weight: 500;
    letter-spacing: .42px;
    text-align: left;
}
.main-sub-message {
    text-align: left;
    font-size: 18px;
    color: #666666;
    line-height: 1.6em;
    margin-top: 30px;
    width: 90%;
}
.top-section-left {
    float: left;
    width: 53%;
    margin-left: 7%;
    margin-right: 5%;
}
.top-section-right {
    float: left;
    width: 35%;
}
.top-section-right img {
    width: 220px
}
.main-gartner-container {
    background: #fff;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 10px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    max-width: 340px;
}
.main-gartner-container input, .main-gartner-container select, .main-gartner-container textarea {
    width: 90%;
    max-width: 275px;
    margin-bottom: 15px;
    padding: 5px 5px;
    font-size: 14px;
}
.main-gartner-container textarea {
    height: 100px;
}
.main-gartner-container .submit-button {
    background: #F2880C;
    border: none;
    color: #fff;
    font-size: 16px;
    transition: none;
    padding: 10px 14px;
    margin-top: 20px;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
}
.g-recaptcha {
    display: inline-block;
}
@media only screen and (max-width: 1050px) {
    .top-section-container {
        width: 95%;
        margin: auto;
    }
}
@media only screen and (max-width:800px) {
    /*#top-section {
        padding-bottom: 40px;
    }*/
    /*.top-section-left {
        float: none;
        width: 100%;
        margin-right: 0%;
    }
    .top-section-right {
        float: none;
        width: 100%;
    }*/
    .main-gartner-container {
        margin: auto;
        margin-top: 40px;
    }
    /*.bottom-gradient-border {
        -webkit-clip-path: polygon(0% 87%, 100% 0%, 100% 14%, 0% 100%);
        clip-path: polygon(0% 87%, 100% 0%, 100% 14%, 0% 100%);
        bottom: 17%;
    }*/
}
@media only screen and (max-width:694px) {
    .bottom-gradient-border {
        bottom: 2%;   
    }
}
@media only screen and (max-width:568px) {
    .bottom-gradient-border {
        bottom: 3%;   
    }
}
@media only screen and (max-width:550px) {
     .top-section-left {
        float: none;
        width: 98%;
        margin-right: 0%;
        margin-left: 2%;
    }
    .top-section-right {
        display: none;
    }
    .bottom-gradient-border {
        bottom: -1%;
    }
}
@media only screen and (max-width:500px) {
    .main-message {
        font-size: 28px;
    }
}
/** End first section **/


/** Second section **/
.second-section-container {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 60px;
}
.second-section {
    background: #fff;
}
.div-h2 {
    font-size: 24px;
    color: #0B618B;
    margin-top: 25px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
.h2-black {
    color: #444;
}
.second-sub-message {
    font-size: 16px;
    color: #666;
    max-width: 700px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 60px;
    line-height: 1.5em;
}
.services-p {
  font-size: 16px;
  color: #666;
  max-width: 700px;
  margin: auto;
  margin-top: 20px;
  /*margin-bottom: 20px;*/
  line-height: 1.5em;
}
.second-flex {
    display: flex;
    justify-content: center;
}
.second-flex .flex-child {
    display: flex;
    align-items: end;
    max-width: 400px;
    align-items: flex-start;
}
.second-flex .flex-child:first-child {
    margin-right: 60px;
}
.second-flex .flex-child img {
    margin-right: 15px;
}
.second-flex .inner-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.inner-flex a {
    text-decoration: none;
}
.second-p {
    font-size: 16px;
    color: #0B618B;
    margin-bottom: 10px;
}
.read-now {
    color: #F28823;
    font-size: 16px;
}

@media only screen and (max-width: 1050px) {
    .second-section-container {
        width: 95%;
        margin: auto;
    }
}
@media only screen and (max-width: 600px) {
    .second-flex {
        flex-wrap: wrap;
    }
    .read-now:first-child {
        margin-bottom: 50px;
    }
    .second-flex .flex-child:first-child {
        margin-right: 0px;
    }
}
/** End second section **/

/* Third section */
.third-section {
    position: relative;
}
.third-section-container {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 100px;
}
.third-faux-bg {
    position: absolute;
    background: #fff;
    clip-path: polygon(0% 0%, 100% 0%, 100% 87%, 0% 100% );
    width: 100%;
    height: 90%;
    z-index: -1;
}
.third-section-main {
    display: flex;
    justify-content: center;
}
.third-section-left {
    text-align: left;
    max-width: 325px;
}
.third-section-right {
    margin-left: 50px;
  margin-top: 50px;
}
.third-section-left .div-h2 {
    text-align: left;
}
.third-sub-message {
    font-size: 16px;
    color: #666;
    max-width: 700px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 60px;
    line-height: 1.5em;
}
.third-right-row {
    display: flex;
    margin-bottom: 20px;
}
.third-hex-image:before {
    /*width: 22px;
    height: 26px;
    transform: matrix(0, 1, -1, 0, 0, 0);
    background: #8592F0;
    margin-right: 15px;*/
    content: " ";
    width: 0; height: 0;
    border-bottom: 6px solid #8592F0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    position: absolute;
    top: -6px;
}

.third-hex-image {
    margin-top: 4px;
    /*width: 104px;
    height: 60px;*/
    width: 22px;
    height: 12px;
    background-color: #8592F0;
    position: relative;
    margin-right: 10px;
}

.third-hex-image:after {
    content: "";
    width: 0;
    position: absolute;
    bottom: -6px;
    border-top: 6px solid #8592F0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
}
.third-row-text {
    color: #666666;
    font-size: 16px;
}

@media only screen and (max-width: 1050px) {
    .third-section-container {
        width: 95%;
        margin: auto;
    }
}
@media only screen and (max-width: 800px) {
    .third-section-main {
        flex-wrap: wrap;
    }
    .third-section-right {
        margin-bottom: 40px;
    }
    .third-section-right {
        margin-left: 0px;
      margin-top: 0px;
    }
}
/** End Third section **/

/** Fourth-section **/
.fourth-section {
    position: relative;
    background: #f4f9fcb9;
}
.fourth-section-container {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
.fourth-sub-header {
    color: #444;
    font-weight: bold;
    font-size: 16px;
    max-width: 700px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 40px;
    line-height: 1.5em;
    text-align: center;
    max-width: 420px;
}
.fourth-box-top, .fourth-box-bot {
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
}
.fourth-each-box {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.fourth-each-box img {
    margin-right: 10px;
}
@media only screen and (max-width: 1050px) {
    .fourth-section-container {
        width: 95%;
        margin: auto;
    }
}
@media only screen and (max-width: 700px) {
    .fourth-box-top, .fourth-box-bot {
        flex-wrap: wrap;
    }
    .fourth-each-box {
        flex: 40%;
    }
    .fourth-each-box {
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .fourth-box-top {
        
    }
}
@media only screen and (max-width: 400px) {
    .fourth-each-box {
        flex: 60%;
    }
}
/** End Fourth section **/

/** Fifth section **/
.fifth-section {
    position: relative;
}
.fifth-section-container {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 70px;
}
.fifth-faux-bg {
    position: absolute;
    background: #f4f9fcb9;
    clip-path: polygon(0% 0%, 100% 13%, 100% 100%, 0% 100% );
    width: 100%;
    height: 100%;
    z-index: -1;
}
.fifth-section-bottom {
    width: 100%;
    margin: auto;
    border-left: 2px solid #eee;
    border-right: 2px solid #eee;
    padding-top: 30px;
    padding-bottom: 30px;
}


.seventh-section-box {
    float: left;
    width: 23%;
    padding-left: 5%;
    padding-right: 5%;
}
.seventh-section-box1 {
    width: 22%;
    border-right: 2px solid #eee;
    padding-left: 5%;
    padding-right: 5%;
}
.seventh-section-box2 {
    width: 22%;
    padding-left: 5%;
    padding-right: 5%;
    border-right: 2px solid #eee;
    max-width: 200px
}
.seventh-section-box2 .contact-sales-normal {
    margin-top: 20px !important;
    margin-left: 5px;
}
.seventh-section-box2 .contact-sales-normal:hover {
    color: #f2880c;
}
.seventh-box-content svg {
    max-width: 80px;
}
.seventh-box-content #e4halugun1ze1 {
    width: 130px;
}
.seventh-box-title {
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 7px;
    margin-top: 20px;
    letter-spacing: .25px;
    color: #444;
}
.faux-underline {
    height: 2px;
    width: 100%;
} 
.faux-underline1 {
    background: transparent linear-gradient(270deg, #6CDDF8 0%, #AC19E2 100%) 0% 0% no-repeat padding-box;
}
.faux-underline2 {
    background: transparent linear-gradient(270deg, #F2CF0E 0%, #E244E8 100%) 0% 0% no-repeat padding-box;
}
.faux-underline3 {
    background: transparent linear-gradient(270deg, #F4A1E7 0%, #AE20D8 100%) 0% 0% no-repeat padding-box;
}
.seventh-box-p {
    margin-top: 20px;
    font-size: 18px;
    color: #666666;
    letter-spacing: .18px;
}
.seventh-section .btn-o {
    margin-top: 40px;
    font-size: 17px;
}
.seventh-section .contact-sales-normal {
    margin-top: 45px;
    cursor: pointer;
    font-size: 20px;
}
.seventh-section .contact-sales-normal:hover {
    color: #f2880c;
}
.contact-sales-normal span {
    font-size: 14px;
    margin-left: 2px;
}





/*.fifth-content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.fifth-box {
    margin-bottom: 30px;
}
.fifth-box img {
    margin-bottom: 20px;
}
.fifth-sub-title {
    font-size: 16px;
    letter-spacing .25px;
    font-weight: bold;
    color: #444;
    margin-bottom: 5px;
}
.faux-underline {
    height: 2px;
    width: 100%;
    margin-bottom: 15px;
}
.faux-underline1 {
    background: transparent linear-gradient(270deg, #6CDDF8 0%, #AC19E2 100%) 0% 0% no-repeat padding-box;
}
.faux-underline2 {
    background: transparent linear-gradient(270deg, #F2CF0E 0%, #E244E8 100%) 0% 0% no-repeat padding-box;
}
.faux-underline3 {
    background: transparent linear-gradient(270deg, #F4A1E7 0%, #AE20D8 100%) 0% 0% no-repeat padding-box;
}
.fifth-content .second-p {
    max-width: 200px;
}*/

@media only screen and (max-width: 1050px) {
    .fifth-section-container {
        width: 95%;
        margin: auto;
    }
}

@media only screen and (max-width: 800px) {
    .seventh-section {
        border: none;
    }
    .fifth-section-bottom {
        border: none;
    }
    .seventh-section-box {
        width: 100%;
        max-width: 300px;
        float: none;
        clear: left;
        display: block;
        margin: auto;
        margin-bottom: 70px;
        border: none;
        padding: 0px;
    }
    .seventh-section-box3 {
        margin-bottom: 0px;
    }
    .seventh-section .btn-o {
        margin-top: 10px;
    }
    .seventh-section .contact-sales-normal {
        margin-top: 20px;
    }
    .fifth-faux-bg {
      clip-path: polygon(0% 0%, 100% 7%, 100% 100%, 0% 100% );
    }
}
@media only screen and (max-width: 600px) {
  .h2-width br {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
    .seventh-section, .fifth-section-bottom {
        width: 90%; 
    }
}
@media only screen and (max-width: 400px) {
    .seventh-section-box {
       width: 95%;
    }
}

/** End Fifth section **/


/** Sixth section **/
.sixth-section {
    position: relative;
}
.sixth-section-container {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}
.sixth-section .second-sub-message {
    margin-bottom: 40px;
}
.sixth-section .solutions-third-section {
    text-align: center;
    padding-top: 0px;
}
.sixth-section .rad-h4 {
    margin-bottom: 20px;
}
.sixth-section .calendly-link {
    background: #F2880C;
    border: none;
    color: #fff;
    font-size: 16px;
    transition: none;
    padding: 10px 14px;
    margin-top: 20px;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-radius: 8px;
    text-decoration: none;
}
.calendly-link:hover {
    background: transparent linear-gradient(180deg, #F2B223 0%, #F28823 100%) 0% 0% no-repeat padding-box;
}

@media only screen and (max-width: 1050px) {
    .sixth-section-container {
        width: 95%;
        margin: auto;
    }
}
/** End Sixth section **/
/* Footer-section */
footer {
	background-color: #f6f6f6;
	/*background: #7F7F81;*/
	font-size: 14px;
	padding-top: 20px;
}
.footer-container {
	min-height: 20px !important;
    max-width: 1000px;
    margin: auto;
}
.footer-section {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    /*-webkit-align-items: center;
    align-items: center;*/
    margin-bottom: 20px;
    padding-top: 20px;
}

.footer-cols {
	color: #004766;
}
.footer-col-title {
	font-weight: 600;
	margin-bottom: 10px;
}
.footer-col-link {
	margin-bottom: 3px;
}
.footer-col-link span {
	cursor: pointer;
}
.footer-left {
	display: block;
    margin-top: 60px;	
	padding-bottom: 20px;	
	font-size: 12px;
}
.footer-left a {
	color: #004766 !important;
}
.footer-right {
	text-align: right;
}
.footer-right img {
	width: 40px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 10px;
	cursor: pointer;
}
footer .h5 {
	display: block;
	font-size: 12px;
	max-width: 1120px;
	margin: auto;
  font-weight: normal;  
	color: #004766;
}
.footer-left p {
	color: #004766 !important;
}
footer p {
	float: left;
	clear: left;
	color: #fff;	
	margin: 5px 5px 5px 0px;
	margin-right: 10px;
}
footer a, footer a:visited, footer a:active {
	color: #004766;	
	text-decoration: none;
}
.footer-miosoft-link:hover {
	text-decoration: underline;
}
.terms {
	margin-top: 15px;
	margin-bottom: 0px;
}
.faux-footer-border {
	width: 96%;
	margin-left: 2%;
	height: 1px;
	background: #ccc;
}
.footer-mdm-short {
	display: none;
}
.footer-col-link br {
	display: none;
}

/* Footer section media */
@media only screen and (max-width: 1100px) {
    .footer-container {
        width: 95%;
    }
}
@media only screen and (max-width:750px) {
	.footer-mdm-long {
		display: none;	
	}
	.footer-mdm-short {
		display: block;	
	}
	.footer-col-link br {
		display: block;
	}
	.footer-terms {
		line-height: 18px;	
	}
}
@media only screen and (max-width:500px) {
	.footer-section {
		width: 90%;
        -webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer-cols {
		width: 34%;
    margin-left: 8%;
    margin-right: 8%;
	}
	.footer-cols-bot {
		margin-top: 30px;
	}
    .footer-left {
        margin-left: 8%;  
        margin-right: 8%;
    }
}
/* Footer-section end ############################################################### */

/* Repeated content */
.title-img-p {
    text-align: center;
}
.title-img-p img {
    width: 80px;
}
.title-img-p-h {
    font-size: 24px;
    color: #0B618B;
    margin-top: 25px;
    font-weight: 500;
    text-transform: uppercase;
}
.title-img-p-paragraph {
    color: #444444;
    font-size: 18px;
    width: 90%;
    max-width: 600px;
    text-align: left;
    margin: auto;
    line-height: 1.5em;
    margin-top: 15px;
}
.btn-o {
    float: left;
    /*background: #f2880c;*/
    padding: 10px 30px 8px;
    background: #F2880C 0% 0% no-repeat padding-box;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 20px;
}
.btn-o:hover {
    background: transparent linear-gradient(180deg, #F2B223 0%, #F28823 100%) 0% 0% no-repeat padding-box;
    color: #fff;
}
.top-btn img {
  width: 300px;
}

@media only screen and (max-width:400px) {
    .title-img-p-h {
        font-size: 22px;
    }
    .top-btn img {
      width: 225px;
    }
}

/* For whole page */
@media only screen and (max-width: 450px) {
    body {
        overflow-x: hidden !important;
    }
}

.h2-width {
  margin: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
.second-button .btn-o {
  float: none;
  display: inline-block;
  margin-top: 50px;
}
.new-container {
  padding-bottom: 50px;
}

@keyframes spin {
    from {
        transform:rotate(360deg);
    }
    to {
        transform:rotate(0deg);
    }
}