@charset "utf-8";
/* CSS Document */
body, html {
   height: 100%;
   margin: 0px;
	font-size: 18px;
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
   scroll-behavior: smooth;
}
p {
	line-height: 26px;
}
content {
	display: flex;
	flex-direction: column;
	height: 100vh;
}
header {
   height: 80px;
   width: 100%;
   background: #ffffff;
	display: flex;
	flex-direction: row;
}
header .head_left {
   width: 30%;
   height: 80px;
   text-align: left;
   display: flex; /* Make it a flex container */
   align-items: center; /* Align children vertically in the center */
   justify-content: flex-start; /* Align children to the left */
}
header .head_left img {
   height: 60px;
   margin-left: 25px;
}
header .head_right {
   width: 70%;
   height: 80px;
   text-align: right;
   display: flex;
   flex-flow: row-reverse;
}
header .head_right ul {
   margin: 0;
   padding: 0;
   text-align: right
}
header .head_right ul li {
   display: inline-block;
   padding: 0 15px 0 15px;
   text-decoration: none;
   font-size: 17px;
   color: #333;
   line-height: 80px;
   cursor: pointer;
   font-weight: normal;
}
header .head_right ul li:last-of-type {
	margin-right: 20px;
}
header .head_right ul li:hover {
	background-color:#FBFBFC;
	border-bottom: #006699 solid 2px;
}
header .head_right a {
   color: #000;
   text-decoration: none;
   font-weight: normal;
}
intro {
	text-align: center;
}
h1 {
	font-size: 50px;
	font-weight: 600;
}
.intro_btns {
    display: flex;
    flex-direction: row;
	width: 90%;
    max-width: 1200px;
	margin: 0px auto;
	justify-content: center;
}
.intro_btn {
    padding: 15px;
    font-size: 16px;
    color: #fafafa;
    background-color: #006699;
    margin: 10px;
    border-radius: 10px;
    border: solid 3px #006699;
    cursor: pointer;
    display: inline-flex;
    font-weight: bold;
    text-decoration: none;
    top: 0px;
    transition: top .2s;
    position: relative;
}
.intro_btn:hover {
    top: -3px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(82, 82, 82, 1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(82, 82, 82, 1);
    box-shadow: 0px 0px 3px 0px rgba(82, 82, 82, 1);
}
.mcs_intro {
	width: 95%;
	max-width: 1200px;
	display: flex;
	flex-direction: row;
	margin: 0px auto;
	margin-top: 60px;
}
.mcs_intro .left {
	margin: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 50%;
}
.mcs_intro .left img {
	width: 90%;
	border-radius: 5px;
}
.mcs_intro .right {
	margin: 20px;
	width: 50%;
}
.mcs_intro .right h2 {
	margin-top: 0px;
	font-size: 36px;
	font-weight: 200;
}
.trustedby {
    display: flex;
    flex-direction: column;
    width: 95%;
    margin: 0 auto;
    max-width: 1200px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}
.trustedimgs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.trustedimgs img {
    height: 30px;
    margin: 25px;
}
.infosec {
    height: 750px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 100px;
}
.infosec::before {
    content: '';
    position: absolute;
    border: 0;
    left: 50%;
    width: 100%;
    height: 750px;
    background: rgba(0, 102, 153, 0.10);
    border-radius: 50%;
    transform-origin: center;
    transform: translateX(-50%) scaleX(1.7);
}
.info_content {
    display: flex;
    flex-direction: column;
    width: 95%;
    margin: 0px auto;
    height: 750px;
    max-width: 1200px;
	justify-content: center;
}
.infotxt {
    width: 90%;
    max-width: 1200px;
    margin: 0px auto;
    text-align: center;
}
.legal {
	width: 95%;
	max-width: 1200px;
	margin: 0px auto;
	flex-grow: 1;
}
.legal h1 {
	text-align: center;
}
.discon {
   width: 90%;
   max-width: 1000px;
   margin: 0px auto;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   background: rgba(255, 255, 255, 0.75);
   padding: 50px;
}
.mobilemenulogo {
   display: none;
}
.ns_nav {
   line-height: 75px;
   width: 50%;
   text-align: right;
}
.ns_logo {
   position: relative;
   height: 75px;
   width: 50%;
}
.ns_logo img {
   height: 50px;
   position: absolute;
   top: 50%;
   left: 1%;
   transform: translate(-1%, -50%);
}
.ns_nav a {
   font-size: 18px;
   color: #000000;
   margin-right: 20px;
   text-decoration: none;
   padding: 10px 0px 10px 0px;
}
.ns_nav a:last-of-type {
   margin-right: 30px;
}
.ns_nav a:hover {
   border-bottom: 3px solid #09627c;
}
.secondsection {
   width: 95%;
   max-width: 1200px;
   margin: 0px auto;
   padding: 75px 0px 75px 0px;
   text-align: center;
}
.secondsection h1 {
   font-size: 41px;
   text-transform: uppercase;
   font-weight: 300;
   color: #0E0E0E;
}
.secondsection h2 {
   font-size: 30px;
   font-weight: 300;
   padding: 20px;
   color: #252525;
}
.mapsection {
   width: 100%;
   margin: 0px 0px 75px 0px;
}
.loadwait {
   position: absolute;
   width: 100%;
   height: 100vh;
   background: #000000;
   z-index: 10;
}
.gustomenu {
   position: absolute;
   top: 5%;
   right: 2%;
   transform: translate(-2%, -5%);
   color: #000000;
}
.gustomenu a {
   font-size: 18px;
   color: #000000;
   margin-right: 10px;
   text-decoration: none;
   padding: 10px 0px 10px 0px;
}
.gustomenu a:last-of-type {
   margin-right: 0px;
}
.gustomenu a:hover {
   border-bottom: 3px solid #09627c;
}
.gustologo {
   margin: 0px auto;
   width: 250px;
   position: absolute;
   top: 2%;
   left: 2%;
   transform: translate(-2%, -2%);
   z-index: 10;
}
.gustologo img {
   width: 250px;
}
.gustotag {
   font-size: 50px;
   width: 95%;
   max-width: 1200px;
   text-align: center;
   margin: 0px auto;
   color: #000000;
   font-weight: 900;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
.maintagcontent {
   max-width: 1000px;
}
.maintag {
   font-size: 50px;
   max-width: 1000px;
   text-align: left;
   color: #000000;
   font-weight: 600;
}
.maintag:after {
   content: "";
   display: block;
   width: 40%;
   margin-top: 10px;
   border-bottom: #09627c solid 5px;
}
.mainsubtag {
   font-size: 25px;
   max-width: 1000px;
   text-align: left;
   color: #000000;
   font-weight: 400;
   margin-top: 40px;
}
.mainbtn {
   font-size: 20px !important;
   padding: 10px;
   border: #09627c solid 2px;
   background: #09627c;
   margin-top: 40px;
   font-weight: 300;
   cursor: pointer;
   color: #ffffff;
   display: table;
}
.mainbtn:hover {
   background: #1b4a58;
}
.tag_btn {
   font-size: 25px !important;
   padding: 10px;
   border: #09627c solid 2px;
   background: #09627c;
   width: 95%;
   max-width: 200px;
   margin: 0px auto;
   margin-top: 20px;
   cursor: pointer;
   color: #ffffff;
}
.tag_btn:hover {
   background: #1b4a58;
}
.downarrow {
   position: absolute;
   color: #ffffff;
   font-size: 40px;
   top: 95%;
   left: 50%;
   transform: translate(-50%, -90%);
   animation-name: bounce;
   animation-duration: 1.5s;
   animation-iteration-count: 10;
}
@keyframes bounce {
   from {
      top: 95%;
   }
   to {
      top: 97%;
   }
}
.circlesection {
   width: 95%;
   max-width: 1200px;
   margin: 0px auto;
   margin-bottom: 75px;
}
.row {
   display: flex;
   flex-direction: row;
   margin: 0px auto;
   width: 90%;
}
.row .content {
   position: relative;
   width: 30%;
   overflow: hidden;
   margin: 0px auto;
   text-align: center;
   margin-right: 25px;
}
.row .content:last-of-type {
   margin-right: 0px;
}
.content .content-overlay {
   background: rgba(0, 0, 0, 0.8);
   position: absolute;
   height: 99%;
   width: 100%;
   border-radius: 50%;
   left: 0;
   top: 0;
   bottom: 0;
   right: 0;
   opacity: 0;
   -webkit-transition: all 0.4s ease-in-out 0s;
   -moz-transition: all 0.4s ease-in-out 0s;
   transition: all 0.4s ease-in-out 0s;
}
.content:hover .content-overlay {
   opacity: 1;
}
.content-image {
   width: 100%;
}
.content-details {
   position: absolute;
   text-align: center;
   padding-left: 1em;
   padding-right: 1em;
   width: 90%;
   top: 50%;
   left: 50%;
   opacity: 0;
   -webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   -webkit-transition: all 0.3s ease-in-out 0s;
   -moz-transition: all 0.3s ease-in-out 0s;
   transition: all 0.3s ease-in-out 0s;
}
.content-details p {
   font-size: 15px !important;
}
.content:hover .content-details {
   top: 50%;
   left: 50%;
   opacity: 1;
}
.content-details h3 {
   color: #fff;
   font-weight: 500;
   font-size: 25px;
   letter-spacing: 0.15em;
   margin-bottom: 0.5em;
   text-transform: uppercase;
}
.content-details p {
   color: #fff;
   font-size: 19px;
}
.fadeIn-bottom {
   top: 80%;
}
.fadeIn-top {
   top: 20%;
}
.fadeIn-left {
   left: 20%;
}
.fadeIn-right {
   left: 80%;
}
.thirdsection {
   width: 100%;
   background: #09627c;
   padding: 50px 0px 50px 0px;
}
.ts_content {
   width: 95%;
   max-width: 1000px;
   margin: 0px auto;
   display: flex;
   flex-direction: row;
}
.jml_btn {
   width: 90%;
   max-width: 300px;
   padding: 20px;
   background: #262626;
   color: #EFEFEF;
   font-size: 18px;
   margin: 0px auto;
   text-align: center;
   cursor: pointer;
   transition: all 0.7s ease;
}
.jml_btn:hover {
   background: #ffffff;
   color: #000000;
}
.solution_content {
   display: flex;
   flex-direction: column;
   width: 95%;
   max-width: 1100px;
   margin: 0px auto;
}
.solution_row {
   display: flex;
   flex-direction: row;
   width: 100%;
   margin-top: 30px;
}
.solution_row:first-of-type {
   margin-top: 0px;
}
.solution_item {
   width: 33%;
   margin: 0px 10px 0px 10px;
}
.solution_item p {
   font-weight: 200;
}
.solbtn {
   font-size: 18px !important;
   padding: 5px 0px 5px 0px;
   border: #09627c solid 2px;
   background: #09627c;
   font-weight: 200;
   width: 95%;
   max-width: 200px;
   margin: 0px auto;
   cursor: pointer;
   color: #ffffff;
}
.solbtn:hover {
   background: #1b4a58;
}
.contact_section {
   width: 95%;
   max-width: 1000px;
   margin: 0px auto;
}
.industry_section {
   width: 95%;
   max-width: 1200px;
   margin: 0px auto;
   margin-bottom: 75px;
}
.ind_head {
   font-size: 30px;
   display: table;
   margin-bottom: 50px;
}
.ind_head:after {
   content: "";
   display: block;
   width: 40%;
   margin-top: 10px;
   border-bottom: #09627c solid 5px;
}
.industry_section li {
   font-weight: 200;
}
.sent {
   width: 95%;
   max-width: 600px;
   margin: 0px auto;
   background: #2A7E1D;
   color: #ffffff;
   padding: 25px;
   text-align: center;
   margin-top: 15px;
   margin-bottom: 15px;
   font-weight: 200;
}
.err {
   width: 95%;
   max-width: 600px;
   margin: 0px auto;
   background: #8B2B2C;
   color: #ffffff;
   padding: 25px;
   text-align: center;
   margin-top: 15px;
   margin-bottom: 15px;
   font-weight: 200;
}
input {
   padding: 7px;
   font-size: 16px;
}
textarea {
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
   padding: 7px;
   font-size: 16px;
}
.quote_content {
   width: 100%;
   display: flex;
   flex-direction: row;
   margin: 0px auto;
   margin-top: 30px;
}
.quote {
   width: 50%;
   position: relative;
}
.quote:after {
   content: url("images/quotes.png");
   position: absolute;
   top: 0;
   left: 0;
   transform: translate(-65%, -65%);
}
.quote_content div:first-of-type {
   margin-right: 20px;
}
.quote_content div:last-of-type {
   margin-left: 20px;
}
.quote img {
   height: 20px;
}
.ourstory {
   font-size: 22px;
   font-weight: 300;
   text-align: left;
}
.ldr_content {
   width: 100%;
   display: flex;
   flex-direction: row;
   margin: 0px auto;
   margin-top: 30px;
}
.ldrtxt {
   font-weight: 200;
   text-align: left;
   padding: 0px 0px 0px 25px;
}
.ldrtxt p:first-of-type {
   margin-top: 3px;
}
.footer {
   width: 100%;
   background: #313131;
   padding: 50px 0px 50px 0px;
}
.ft_content {
   width: 95%;
   max-width: 1200px;
   margin: 0px auto;
   display: flex;
   flex-direction: row;
}
.ft_content .ft_col {
   width: 33.3%;
   margin-right: 20px;
   text-align: center;
   color: #fafafa;
   font-size: 18px;
   font-weight: 300;
}
.ft_content .ft_col:last-of-type {
   margin-right: 0px;
}
.ft_col a {
   text-transform: uppercase;
   font-size: 16px;
   text-decoration: none;
   color: #fafafa;
   margin-right: 15px;
   font-weight: 400;
}
.ft_col a:last-of-type {
   margin-right: 0px;
}
.ft_col a:hover {
   text-decoration: underline;
}