/* font styles */
html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
body {
   background: #fbfbfb;
   padding: 0px;
   margin: 0px;
   font-family: 'Roboto', sans-serif;
   position: relative;
   overflow-x: hidden;
 }
.clear {
    clear: both;
}


/* Start Top section */
#top-section {
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0px;
  padding-top: 80px;
  padding-bottom: 100px;
  background: #fbfbfb;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  /*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: 1100px;
    width: 100%;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 40px;
}
.top-img-left-container {
    float: left;
    width: 25%;
}
.top-img-right-container {
    float: left;
    width: 25%;
}
.top-img-left {
    width: 100%;
}
.top-img-right {
    width: 100%;
}
.top-mid-section {
    float: left;
    width: 50%;
    text-align: center;
}
.main-message {
    font-size: 38px;
    max-width: 500px;
    color: #0B618B;
    font-weight: 500;
    letter-spacing: .42px;
    text-align: center;
    margin: auto;
}
.main-sub-message {
    text-align: left;
    font-size: 18px;
    color: #666666;
    line-height: 1.6em;
    margin: auto;
    margin-top: 30px;
    width: 90%;
}
.bottom-gradient-border {
    position: absolute;
    top: -11px;
    background-image: linear-gradient(to right, #E244E8 , #F2CF0E);
    height: 100px;
    width: 100%;
    -webkit-clip-path: polygon(0 100%, 100% 0%, 100% 88%, 0 100%);
    clip-path: polygon(0 0%, 100% 0%, 100% 23%, 0% 100%);
}
@media only screen and (max-width: 1050px) {
    .top-section-container {
        width: 95%;
        margin: auto;
    }
}
@media only screen and (max-width:1000px) {
    .top-img-left-container {
        width: 20%;
    }
    .top-img-right-container {
        width: 20%;
    }
    .top-mid-section {
        width: 60%;
    }
}
@media only screen and (max-width:800px) {
    .top-img-left-container {
        display: none;
    }
    .top-img-right-container {
        display: none;
    }
    .top-mid-section {
        width: 100%;
    }
    #top-section {
        padding-bottom: 40px;
    }
}
@media only screen and (max-width:500px) {
    .main-message {
        font-size: 28px;
    }
}
/** End first section **/

/** Start second section **/
.second-section-container {
    position: relative;
    background: transparent linear-gradient(0deg, #F6F6F6 0%, #F4F9FC 100%) 0% 0% no-repeat padding-box;
    -webkit-clip-path: polygon(0 12%, 100% 0%, 100% 100%, 0 100%);
        clip-path: polygon(0 12%, 100% 0%, 100% 100%, 0 100%);
    margin-top: -79px;
}
.second-section {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding-top: 140px;
    padding-bottom: 20px;
}
.second-section-left {
    width: 40%;
    float: left;
}
.second-section-right {
    width: 50%;
    margin-left: 10%;
    margin-top: 50px;
    float: left;
}
.div-h3 {
    color: #444;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-bottom: 30px;
}
.div-p {
    font-size: 18px;
    color: #666666;
    margin-bottom: 20px;
}
.footnote {
    font-size: 12px;
    color: #888888;
    margin-top: 40px;
}
.second-section-box {
    width: 95%;
    max-width: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fbfbfb;
}
.second-section-img {
    display: block;
    box-shadow: 6px 8px 6px #00000029;
    border: 2px solid #EEEEEE;
    border-radius: 8px;
    padding: 20px;
    background: #fbfbfb;
    width: 100%;
}
@media only screen and (max-width: 1050px) {
    .second-section {
        width: 90%;
        margin: auto;
    }
}
@media only screen and (max-width: 1000px) {
    .second-section-container {
        clip-path: polygon(0 11%, 100% 0%, 100% 100%, 0 100%);
    }
}
@media only screen and (max-width: 850px) {
    .bottom-gradient-border {
        top: 0px;
        clip-path: polygon(0 0%, 100% 0%, 100% 13%, 0% 100%);
    }
    .second-section-container {
        clip-path: polygon(0 12%, 100% 0%, 100% 100%, 0 100%);
    }
}
@media only screen and (max-width: 810px) {
    .second-section-container {
        clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 100%);
    }   
}
@media only screen and (max-width:800px) {
    .second-section-left {
        width: 100%;
        float: none;
    }
    .second-section-right {
        width: 100%;
        margin-left: 0%;
        margin-top: 50px;
        float: none;
    }
    .second-section-img {
        max-width: 500px;
        margin: auto;
        width: 85%;
    }
    .second-section-container {
        clip-path: polygon(0 9%, 100% 0%, 100% 100%, 0 100%);
    } 
}
@media only screen and (max-width: 530px) {
    .second-section-container {
        clip-path: polygon(0 9%, 100% 0%, 100% 100%, 0 100%);
    }   
}
@media only screen and (max-width: 425px) {
    /*.second-section-container {
        clip-path: polygon(0 9%, 100% 0%, 100% 100%, 0 100%);
    }*/   
}
/** End second section **/

/* Third section */
.third-section {
    background: #fff;
}
.third-section-container {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 60px;
}
.div-h2 {
    font-size: 24px;
    color: #0B618B;
    margin-top: 25px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
.third-sub-message {
    font-size: 18px;
    color: #444;
    max-width: 700px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 60px;
    line-height: 1.5em;
}
.third-section-left {
    float: left;
    width: 50%;
    margin-right: 10%;
}
.third-section-right {
    float: left;
    width: 40%;
}
.div-h3-blue {
    color: #0B618B;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-bottom: 30px;
}
.temp-img {
    width: 570px;
    height: 620px;
    background: #ccc;
}
.third-section-img {
    display: block;
    width: 100%;
}
@media only screen and (max-width: 1050px) {
    .third-section-container {
        width: 90%;
        margin: auto;
    }
}
@media only screen and (max-width:800px) {
    .third-section-left {
        width: 100%;
        float: none;
        margin: 0%;
    }
    .third-section-right {
        width: 100%;
        margin-left: 0%;
        margin-top: 30px;
        float: none;
    }
    .third-section-img {
        max-width: 300px;
        margin: auto;
    }
}
@media only screen and (max-width:500px) {
    .third-sub-message {
        margin-bottom: 30px;
    }
}
/** End third section **/

/** Start fourth section **/
.fourth-section-container {
    position: relative;
    /*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% );*/
}
.faux-bg-4 {
    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: 90%;
    z-index: -1;
}
.fourth-section {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 60px;
}
.div-h2-black {
    font-size: 24px;
    color: #444;
    margin-top: 25px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
.fourth-section-left {
    float: left;
    width: 45%;
    margin-right: 5%;
}
.fourth-section-right {
    float: left;
    width: 45%;
}
.fourth-section-img {
    display: block;
    box-shadow: 6px 8px 6px #00000029;
    border: 2px solid #EEEEEE;
    border-radius: 8px;
    padding: 20px;
    background: #fbfbfb;
    width: 100%;
}
.fourth-icons {
    float: left;
    width: 10%;
    margin-right: 5%;
    max-width: 45px;
}
.fourth-box {
    width: 85%;
    float: left;
    margin-bottom: 20px;
}
.fourth-box .div-h3 {
    margin-bottom: 10px;
}
.fourth-box .div-p {
    max-width: 325px;
}
.temp-img2 {
    background: #ccc;
    width: 500px;
    height: 600px;
}
@media only screen and (max-width: 1050px) {
    .fourth-section {
        width: 90%;
        margin: auto;
    }
}
@media only screen and (max-width:800px) {
    .fourth-section-left {
        width: 100%;
        float: none;
        margin: 0%;
    }
    .fourth-section-right {
        width: 100%;
        margin-left: 0%;
        margin-top: 30px;
        float: none;
    }
    .fourth-section-img {
        max-width: 500px;
        margin: auto;
        width: 85%;
    }
}
/** End fourth section **/

/** Start fifth section **/
.fifth-section-container {
    background: #fbfbfb;
}
.fifth-section {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 60px;
}
.temp-img4 {
    width: 800px;
    height: 300px;
    background: #ccc;
    margin: auto;
}
.fifth-section-img {
    display: block;
    width: 100%;
    max-width: 700px;
    margin: auto;
}
.hard-problems-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.word-box {
    position: relative;
    border: 6px solid #039ce2;
    border-radius: 50px;
    width: 1500px;
    width: 500px;
    height: 260px;
    overflow: hidden;
}
.word-block-1, .word-block-2, .word-block-3, .word-block-4, .word-block-5, .word-block-1a, .word-block-2a, .word-block-3a, .word-block-4a, .word-block-5a {
    position: absolute;
    display: inline-block;
    white-space: nowrap;
    /*width: 931px;*/
    top: 30px;
}
.word-block-2, .word-block-2a {
    top: 80px;
} 
.word-block-3, .word-block-3a {
    top: 125px;
} 
.word-block-4, .word-block-4a {
    top: 170px;
}
.word-block-5, .word-block-5a {
    top: 215px;
}
.word-block-1a {
    
}
.word-box span {
    background: #b424d6;
    color: #fff;
    padding: 5px 20px;
    margin-right: 30px;
    border-radius: 10px;
    font-size: 12px;
}
.arrows-box {
    position: relative;
    width: 270px;
    height: 270px;
    /*background-image: url(../img/Rotating-Arrow.png);
    background-size: contain;*/
         
}
.rotating-arrows {
    position: absolute;
    width: 270px;
    height: 270px;
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.mio-circle {
    position: absolute;
    width: 110px;
    top: 80px;
    left: -20px;
}
.cust-circle {
    position: absolute;
    width: 100px;
    top: 85px;
    right: -15px;
}
@media only screen and (max-width: 1050px) {
    .fifth-section {
        width: 90%;
        margin: auto;
    }
    .fifth-section-img {
        max-width: 500px;
        margin: auto;
        width: 85%;
    }
}
@media only screen and (max-width: 850px) {
    .word-box {
        width: 400px;   
    }
}
@media only screen and (max-width: 750px) {
    .word-box {
        width: 300px;   
    }
}
@media only screen and (max-width: 650px) {
    .arrows-box {
        width: 150px;
        height: 150px;
    }
    .rotating-arrows {
        width: 150px;
        height: 150px;
    }
    .mio-circle {
        width: 76px;
        top: 37px;
    }
    .cust-circle {
        width: 70px;
        top: 40px;
    }
}
@media only screen and (max-width: 500px) {
    .word-box {
        width: 200px;   
    }
}
@media only screen and (max-width: 400px) {
    .arrows-box {
        width: 100px;
        height: 100px;
    }
    .rotating-arrows {
        width: 100px;
        height: 100px;
    }
    .mio-circle {
        width: 60px;
        top: 20px;
    }
    .cust-circle {
        width: 50px;
        top: 25px;
    }
}
/** End fifth section **/

/** Start sixth section **/
.sixth-section-container {
    background: transparent linear-gradient(180deg, #F6F6F6 0%, #F4F9FC 100%) 0% 0% no-repeat padding-box;
}
.sixth-section {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 60px;
}
.sixth-section-left {
    float: left;
    width: 25%;
    margin-right: 5%;
}
.sixth-section-right {
    float: left;
    width: 70%;
}
.sixth-section-img {
    display: block;
    box-shadow: 6px 8px 6px #00000029;
    border: 2px solid #EEEEEE;
    border-radius: 8px;
    padding: 20px;
    background: #fbfbfb;
    width: 100%;
}
.div-p-darker {
    font-size: 18px;
    color: #444;
    margin-bottom: 20px;
    line-height: 1.75em;
}
.temp-img5 {
    background: #ccc;
    width: 600px;
    height: 300px;
}
.more-bot-margin {
    margin-bottom: 60px;
}
@media only screen and (max-width: 1050px) {
    .sixth-section {
        width: 90%;
        margin: auto;
    }
}
@media only screen and (max-width:800px) {
    .sixth-section-left {
        width: 100%;
        float: none;
        margin: 0%;
    }
    .sixth-section-right {
        width: 100%;
        margin-left: 0%;
        margin-top: 30px;
        float: none;
    }
    .sixth-section-img {
        max-width: 500px;
        margin: auto;
        width: 85%;
    }
    .more-bot-margin {
        margin-bottom: 30px;
    }
}
/** End sixth section **/

/** Start sixth section **/
.seventh-section-container {
    background: #fff;
}
.seventh-section-sub-container {
    background: #0B618B;
    margin-top: 30px;
    margin-bottom: 30px;
}
.seventh-section {
    max-width: 1000px;
    width: 100%;
    margin: auto;
}
.seventh-box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-g {
    display: block;
    background: #9CE043 0% 0% no-repeat padding-box;
    border-radius: 8px;
    padding: 8px 30px 8px;
    color: #0b618b;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 20px;
    cursor: pointer;
    text-transform: uppercase;
}
.btn-g:hover {
    background: transparent linear-gradient(180deg, #E0F77D 0%, #9CE043 100%) 0% 0% no-repeat padding-box;
}
.globe-box {
    margin-right: 60px;
}
.contect-buttons-box {
    margin-top: 20px;
}
.contect-buttons-box a {
    text-decoration: none;
}
@media only screen and (max-width: 650px) {
    .globe-box {
        margin-left: -100px;
    }
}
@media only screen and (max-width: 500px) {
    .globe-box {
        margin-left: -170px;
    }
}
@media only screen and (max-width: 400px) {
    .globe-box {
        margin-left: -250px;
    }
}
/** End seventh 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;
}

@media only screen and (max-width:400px) {
    .title-img-p-h {
        font-size: 22px;
    }
}

/* For whole page */
@media only screen and (max-width: 450px) {
    body {
        overflow-x: hidden !important;
    }
}


@keyframes spin {
    from {
        transform:rotate(360deg);
    }
    to {
        transform:rotate(0deg);
    }
}