@charset "UTF-8";
section {
  /* background-color: #ffffff; */
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}.mmagvideo {
  padding-left: 128px !important;
  padding-right: 128px !important;
  padding-top: 90px !important;
  padding-bottom: 0px !important;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-justify{
  text-align: justify;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.fullscreen{
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.card-wrap:before {
  content : "";
  position: absolute;
  right    : 15px;
  bottom  : 0;
  height  : 1px;
  width   : 20%;
  border-bottom:5px solid rgba(48,40,121);
}
.card-wrap:after {
  content : "";
  position: absolute;
  right    : 15px;
  bottom  : 0;
  height  : 15%;
  width   : 1px;
  border-right:5px solid rgba(48,40,121);
}


.biodet{
  top: 41%;
  margin-left: 37% !important;
  position: absolute;
}

.boxshadow{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.portraitbtm{
  margin-bottom: 3%;
}

.sideimage{
  height: 100vh;
  border-right: 13px solid rgba(220,11,34);
}
.rightreserved{
  background-color: rgba(173,173,173);
  color:rgba(48,40,121);
}

.coliso{
  flex: 0 0 24%;
  max-width: 24%;
}

.policiestextleftmargin{
  margin-left: 5%;
}

.mileschart{
  margin-top:3%;
}

.biography{
  bottom: 3%;
  position: absolute;
}

.biopos{
  top: 76%;
  position: absolute;
}

.bioheight{
  height: 60vh;
}


.mmaglogo{
  background-image: url("../../images/mmaglogo.png"); 
  background-size: contain; background-repeat: no-repeat;
  position:absolute;
  left:4%;
  top:2%;
  height:90px;
  width:90px;
  z-index:99;
}

.mmaglogoc{
  background-image: url("../../images/mmaglogoc.png"); 
  background-size: contain; background-repeat: no-repeat;
  position:absolute;
  top: 4%; 
  height:160px;
  width:160px;
  z-index:99;
}

.mmagbanner{
  height:20vh;
  background-color: rgba(199,199,199);
  /* border-bottom: 15px solid rgba(220,11,34);  */
}

.mmagbannerunderline{
  height:9px;
  background: linear-gradient(to right,  rgba(220,11,34) 0%, rgba(220,11,34) 12%, rgba(48,40,121) 10%);
}


.mmagbannerlite{
  height:19vh;
  background-color: rgb(199, 199, 199);
}

.fullvh{
  height:100vh;
}

.marginleft50{
  margin-left:50%;
} 

.marginleft30{
  margin-left:30%;
} 

.marginleft25{
  margin-left:25%;
} 

.marginleft20{
  margin-left:20%;
} 

.marginleft15{
  margin-left:15%;
} 

.marginleft12{
  margin-left:12%;
}

.marginleft10{
  margin-left:10%;
}

.marginright20{
  margin-right:20%;
}

.marginright15{
  margin-right:15%;
}

.marginright5{
  margin-right:5%;
}

.marginright-10{
  margin-right:-10%;
}


.marginleft5{
  margin-left:5%;
}

.marginleft2{
  margin-left:2%;
}

.marginleft-30{
  margin-left:-30%;
}

.marginleft-25{
  margin-left:-25%;
}

.marginleft-20{
  margin-left:-20%;
}

.marginleft-15{
  margin-left:-15%;
}

.marginleft-12{
  margin-left:-12%;
}

.marginleft-10{
  margin-left:-10%;
}

.marginleft-9{
  margin-left:-9%;
}

.margintop15{
  margin-top:15%;
}

.margintop10{
  margin-top:10%;
}

.margintop6{
  margin-top:6%;
}

.margintop3{
  margin-top:3%;
}

.margintop2{
  margin-top:2%;
}

.margintop5{
  margin-top:5%;
}

.margintop20{
  margin-top:20%;
}

.margintop-2{
  margin-top:-2%;
}

.marginbottom5{
  margin-bottom: 5%;
}

.financialreporttext{
  margin-top: 14%;
}

.partnershipheight{
  height:60vh;
}
.biography2 {
  bottom: -1%;
  position: absolute;
}

#input {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  background-color: white;
  background-color: -moz-field;
  border: 1px solid darkgray;
  box-shadow: 1px 1px 1px 0 lightgray inset;  
  color: black;
  margin-top: 5px;
  padding: 2px 3px;
  width: 398px;    
  border-radius: 5px;
  padding-top: 5px;
  padding-left: 15px;
}

.newsmarginleft{
  margin-left:30%;
}

/* general */
@media (min-width: 960px) {
  .mmagvideo {
    padding-left: 200px !important;
    padding-right: 200px !important;
    padding-top: 0px !important;
  }
}

@media (min-width: 1250px) {
  /* gold standard */
  .span2021btn{
    width: 34vw !important;
    margin-top: -10% !important;
    margin-left: -145% !important;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }

  .marginleft-10{
    margin-left:-7%;
  }
  
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }

  .col10{
    /* flex : 0 0 11%;
    max-width: 11%;
    margin-left: -2%; */
    
    flex: 0 0 13%;
    max-width: 13%;
    margin-left: -3.4%;
  }

  .newstitleloc{
    margin-left: 56%;
    margin-top: 13%;
    position: absolute;
  }

  .col20{
    flex : 0 0 16%;
    max-width: 16%;
  }

  .marginleft50{
    margin-left:50%;
  } 
  
  .marginleft30{
    margin-left:30%;
  } 

  .marginleft25{
    margin-left:25%;
  } 

  .marginleft20{
    margin-left:20%;
  } 

  .marginleft15{
    margin-left:15%;
  } 

  .marginleft12{
    margin-left:12%;
  }

  .marginleft10{
    margin-left:10%;
  }

  .marginright20{
    margin-right:20%;
  }

  .marginright15{
    margin-right:15%;
  }

  .marginright5{
    margin-right:5%;
  }

  .marginright-10{
    margin-right:-10%;
  }


  .marginleft5{
    margin-left:5%;
  }

  .marginleft2{
    margin-left:2%;
  }

  .marginleft-30{
    margin-left:-30%;
  }
  
  .marginleft-25{
    margin-left:-25%;
  }
  
  .marginleft-20{
    margin-left:-20%;
  }
  
  .marginleft-15{
    margin-left:-15%;
  }

  .marginleft-12{
    margin-left:-12%;
  }

  .marginleft-10{
    margin-left:-10%;
  }

  .marginleft-9{
    margin-left:-9%;
  }


  .floatright{
    float:right;
  } 

  .floatleft{
    float:left;
  } 

  .strategicpartnership{
    padding-top: 7%;
    margin-left:7%;
  }

  .investorrelationship{
    height:30vh;
    padding-top:2%;
    margin-bottom:2%;
  } 
  

  .buttonyear{
    width: 160px;
    height: 60px;
  }

  .yeartitle{
    position:absolute;
    margin-top:7%;
  }

  .contactusinfo{
    position: absolute;
    z-index: 1;
    margin-top: -29%;
    margin-left: 10%;
  }
  
  

  .vh50{
    height:56vh;
    margin-top: 20%;
    margin-left: 10%;
  }
  
  .imagefit{
    object-fit: contain  !important;
  }

  .cardh{
    height: 170px;
  }
  .cardh2{
    height: 150px;
  }

  .containerimc{
    background-color: rgba(255,255,255,0.8);
    width: 42%;
    position: absolute;
    margin-left: 50%;
    margin-top: 15%;
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .containeriscm{
    background-color: rgba(255,255,255,0.8);
    width: 50%;
    position: absolute;
    margin-left: 42%;
    margin-top: 21%;
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .containerservices{
    border-left: 13px solid rgba(220,11,34);
    background-color: rgba(255,255,255,1);    
    width: 55%;
    position: absolute;
    margin-left: 45%;
    margin-top: 0%;
    padding-top: 4%;
    padding-bottom: 3.5%;
    line-height: 1.1;
  }

  .servicesimage{
    padding-left: 12%;
    padding-right: 12%;
  }

  

  
  .aboutus{
    /* background-color: rgba(140,167,222); 
    padding-top: 8%;*/
  }

  .newstitle {
    font-size: 1.20rem;
    margin-top :5% !important;
    margin-bottom :3% !important;
    color:rgba(48,40,121);
  }

  .displaytitle {
    font-size: 1.40rem;
    margin-bottom :3% !important;
    color:rgba(48,40,121);
  }

  .displaytitle2 {
    font-size: 1.40rem;
    margin-bottom :2% !important;
    color:rgba(48,40,121);
  }

  .backendtitle{
    font-size: 1.3rem;
    color:rgba(48,40,121);
  }

  .milestonetitle {
    font-size: 2.6rem;
    margin-bottom :3% !important;
    color:white;
  }

  .milestonevideo{
    height: 71vh;
    width: 60vw;
  }

  .portrait { 
    /* height: 292px;  */
    width: 100%; 
    overflow: hidden; 
  }

  .card-wrap:before {
    content : "";
    position: absolute;
    right    : 15px;
    bottom  : 0;
    height  : 1px;
    width   : 20%;
    border-bottom:5px solid rgba(48,40,121);
  }
  .card-wrap:after {
    content : "";
    position: absolute;
    right    : 15px;
    bottom  : 0;
    height  : 15%;
    width   : 1px;
    border-right:5px solid rgba(48,40,121);
  }

  .landingrow{
    margin-left:15%;
  }

  .aboutustext{
    margin-left: 10%;
    margin-top: 3%;
    font-size: 0.8rem;
    line-height: 1.5;
  }
  
  .aboutuscard{
    margin-left:-9%;
  }

  .aboutuscardh{
    margin-top:10%;
  }

  .imctext{
    margin-left:8%;
    padding-right: 9% !important;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }

  
  .primarypartner{
    margin-top:5%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .secondarypartner{
    margin-top:2%;
    margin-left: 30%;
    margin-right: 30%;
    margin-bottom: 3%;
  }

  .secondarypartner2{
    margin-top:2%;
    margin-left: 35%;
    margin-right: 35%;
  }

  .globaltext{
    margin-left: 63%;
    padding-top: 7%;
  }
  
  .ircol{
    flex : 0 0 10%;
    max-width: 10%;
    margin-left: -1.5%;
  }

  .ircard{
    height: 205px;
  }

  .mapcol{
    flex: 0 0 40%;
    max-width: 40%;
  }
  
  .contactuscol{
    flex: 0 0 35%;
    max-width: 35%;
  }

  .footermmag{
    width: 120px !important;
    height: 90px !important;
    margin-top: 2%;
    margin-left: 30%;
  }

  .y2021align{
    margin-top: -2%;
    margin-left: -3%;
  }

  .licensecol{
    flex: 0 0 85%;
    max-width: 85%;
    margin-left: 5%;
  }

  .licensecoltitle{
    margin-left: 8%;
  }

  .cid-szV8SF2mCG2 {
    padding-bottom: 6rem;
    height: 100vh;
  }

  .span2020{
    width:350% !important;
  }

  .span2021{
    width:247% !important;
    margin-left:-100% !important;
  }

  .span2019{
    margin-top:-60% !important; 
    margin-left:70% !important;
  }

  .span2018{
    margin-top:-60% !important; 
    margin-left:70% !important;
  }

  .span2017{
    margin-top:-70% !important; 
    margin-left:70% !important;
  }

  .span2016{
    margin-top:-60% !important; 
    margin-left:70% !important;
  }

  .span2015{
    margin-top:-90% !important; 
    margin-left:70% !important;
    
  }

  .imagestack{
    width: 86%  !important;
    object-fit: cover !important;
  }

  .doubleimage{
    height: 50vh;
  }

  .isobg{
    height: 100vh;
  }

  .mmagvideo{
    padding-left: 200px !important;
    padding-right: 200px !important;
    padding-top: 40px !important;
  }

  .landingpaddingtop{
    padding-top: 0rem;
  }

  .industrycol{
    flex: 0 0 35%;
    max-width: 35%;
  }

  .newscolumn {
    margin-top: 19%;
    margin-left: 8%;
  }

  .videoheight{
    height: 425px;
  }

  .aboutusimage{
    height: 37vh;
  }

  .mmagtext{
    font-size: 0.9rem;
    line-height: 1;
  }

  .regnotext{
    margin-top: 1%;
    margin-bottom: 0%;
    margin-left: 54%;
    width: 17vw;
  }

  .logsoltext{
    font-size: 0.9rem;
  }

  .strategicright{
    margin-top: 1.5%;
  }

  .strategicleft{
    margin-top: -4%;
    margin-left: 20%;
  }

  .bluepole{
    border-right: 5px solid rgba(48,40,121);
    margin-left: 33.35%;
    z-index: 2;
  }

  .dirname{
    color:rgba(48,40,121);
    font-size: 1rem !important;
  }


  .news1col{
    flex: 0 0 22.5%;
    max-width: 22.5%;
  }
  
  .newscol{
    margin-right:-1%;
  }

  .info {
    color: rgba(48,40,121);
    line-height: 1;
    border:3px solid  rgba(48,40,121);
    font-size: 0.8rem;
    border-radius: 15px !important;
    width: 150px;
  }

  .industriesimage{
    
    width: 90% !important;
    object-fit: cover !important;
    height: 100vh;
    border-right: 13px solid rgba(220,11,34);
  }

  .industrytextarea{
    margin-top: 7%;
  }

  .investorrelationcard{
    margin-right: 10%;
    margin-top: 2%;
    margin-left: 8%;
  }

  .displaycontactus{
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
  }
  
  .servicestext{
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding-left: 0px !important;
    padding-right: 0px !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .servicesalign{
    margin-left:  -8%;
  }
  
  .licensetext{
    font-size: 0.7rem;
    line-height: 1.2;
    font-weight: 600;
    padding-right: 40px;
  }

  .mile1image{
    width: 670px;
    z-index: 2;
    position: absolute;
  }

  .mile1col{
    margin-left: -5%;
  }
  
  .logsoltextbox{
    margin-left:-12%;
  }
  .syssoltext{
    margin-left:8%;
    font-size: 0.8rem;
  }

  
  .syssolfont{
    font-size: 0.8rem;
    line-height: 1.5;
  }

  .solutionoverlap{
    position: relative;
    width: 196% !important;
    margin-left: -82%;
    margin-top: -5%;
  }

  .solutioncolumn{
    margin-top: -2%;
  }

  .backendtext{
    margin-left: 9%;
  }

  .industrytext{
    font-size: 0.9rem;
    line-height: 2;
  }

  .policyfont{
    font-size: 0.8rem;
    line-height: 1.1;
  }

  .missiontext{
    margin-top: 4%;
    flex: 0 0 48% !important;
    max-width: 48% !important;
  }


  .bioheight {
    height: 55vh;
  } 

  .displaytitle2 {
    font-size: 0.9rem;
    margin-bottom :1% !important;
    color:rgba(48,40,121);
  }

  .besalign{
    margin-left: 4.2%;
  }

  .footerheight{
    height: 22vh;
  }

  .wmsheight{
    height: 100%;
  }

  .bessplit{
    margin-top: 5%;
  }

  .dirbio{
    padding-left: 32%;
    padding-right: 3%;
  }

  .newspdf{
    width: 65vw;
    height: 79vh;
  }

  .servicetextbox{
    margin-bottom : 5%;
    margin-left: -6% !important;
  }

  /* smallscreen */
}


@media (min-width: 1400px) {
  .mmagvideo{
    padding-left: 78px !important;
    padding-right: 79px !important;
    padding-top: 70px !important;
    padding-bottom: 0px !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-left: 24%;
  }

  .videocontainer{
    max-width: 1300px;
  }

  .mt-4 {
    margin-top: -2rem !important; 
  }
  .videoheight{
    height: 470px;
  }

  .aboutustext {
    margin-left: 10%;
    margin-top: 2%;
    font-size: 0.85rem;
    line-height: 1.5;
  }

  .aboutuscardh {
    margin-top: 8%;
  }

  .industriesimage {
    width: 92% !important;
  }

  .servicestext {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }

  .servicetextbox{
    margin-bottom : 5%;
    margin-left: -6% !important;
  }

  .servicesalign {
    margin-left: -8%;
  }

  .containeriscm {
    width: 47%;
  }

  .imctext {
    margin-left: 8%;
    padding-right: 9% !important;
    font-size: 0.9rem;
    line-height: 1.8rem;
  }

  .info {
    width: 160px;
  }

  .bluepole {
    border-right: 5px solid rgba(48,40,121);
    margin-left: 33.45%;
    z-index: 2;
  }

  .strategicleft {
    margin-top: -4%;
    margin-left: 20%;
  }

  .strategicright {
    margin-top: 1%;
  }

  .policiestextleftmargin{
    margin-left: 0;
  }

  .logsoltext {
    font-size: 0.8rem;
  }

  .mileschart {
    margin-top: 3%;
    padding-right: 5%;
  }

  .mile1image {
    width: 665px;
  }

  .mile1col{
    margin-left: -2.5%;
  }

  .logsoltextbox {
    margin-left: 18.5%;
    line-height: 2.5;
  }

  .doubleimage {
    height: 45.2vh;
  }

  .doubleimage {
    height: 50vh;
  }

  .missiontext{
    margin-top: 3%;
    margin-left: 5%;
  }

  .span2021 {
    width: 223% !important;
  }

  .isobg {
    width: 101% !important;
  }

  .biopos{
    padding-right: 9%;
    top: 78%;
    position: absolute;
  }

  .bioheight {
    height: 53vh;
  }

  .wmsheight{
    height: 100%;
  }

  .backendtitle {
    font-size: 1.3rem;
    color: rgba(48,40,121);
  }

  .newspdf{
    width: 65.8vw;
    height: 81vh;
  }

  .span2021btn{
    width:30vw !important;
    margin-top: -10% !important;
    margin-left: -100% !important;
  }
  
  /* small screen high res */
}


@media (max-width: 1249px) {

  .aboutuscard {
    margin-left: -10%;
  }

  .videoheight{
    height: 400px;
  }

  .mmagvideo {
    padding-left: 220px !important;
    padding-right: 223px !important;
    padding-top: 35px !important;
    padding-bottom: 0px !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .col10{
    flex: 0 0 12%;
    max-width: 12%;
    margin-left: -3%;
  }

  .cardh{
    height: 110px;
  }

  .landingrow{
    margin-left: 17%;
  }

  .aboutusimage{
    height: 37vh;
  }

  .aboutustext{
    margin-left: 10%;
    margin-top: 3%;
    font-size: 0.7rem;
    line-height: 1.2;
  }

  .displaytitle {
    font-size: 1.30rem;
    margin-bottom: 3% !important;
    color: rgba(48,40,121);
  }

  .aboutuscardh{
    margin-top:8%;
  }

  .cardh2{
    height: 130px;
  }

  .containeriscm {
    background-color: rgba(255,255,255,0.8);
    width: 37%;
    position: absolute;
    margin-left: 54%;
    margin-top: 18%;
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .imctext{
    margin-left:5%;
    padding-right: 5% !important;
    font-size: 0.7rem;
    line-height: 1.2rem;
  }

  .info {
    color: rgba(48,40,121);
    line-height: 1;
    border:3px solid  rgba(48,40,121);
    font-size: 0.8rem;
    border-radius: 15px !important;
    width: 135px;
  }

  .industriesimage{
    width: 90% !important;
    object-fit: cover !important;
    height: 100vh;
    border-right: 13px solid rgba(220,11,34);
  }

  .servicestext{
    font-size: 0.7rem;
    line-height: 1.2rem;
  }
  
  .servicesalign{
    margin-left:  -8%;
  }

  .servicesimage{
    padding-left: 12%;
    padding-right: 12%;
  }

  .industrycol{
    flex: 0 0 30%;
    max-width: 30%;
  }

  .industrytextarea{
    margin-left: 3%;
    margin-top: 7%;
  }

  .strategicright{
    margin-top: 2%;
  }

  .strategicleft{
    margin-top: -3%;
    margin-left: 10%;
  }

  .globaltext{
    margin-left: 62%;
    padding-top: 10%;
  }

  .investorrelationship{
    height:30vh;
    padding-top:1%;
    margin-bottom:2%;
  }

  .investorrelationcard{
    margin-right: 10%;
    margin-top: 2%;
    margin-left: 8%;
  }

  .ircol{
    flex: 0 0 11%;
    max-width: 11%;
    margin-left: -3%;
  }

  .ircard {
    height: 150px;
  }

  .news1col{
    flex: 0 0 22.5%;
    max-width: 22.5%;
  }

  .newscolumn{
    margin-top: 10%;
    margin-left: 17%;
  }

  .newscol{
    margin-right:-2%;
  }

  .contactuscol{
    flex: 0 0 35%;
    max-width: 35%;
  }

  .displaycontactus{
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    line-height: 1.5;
  }

  .contactusinfo{
    position: absolute;
    z-index: 1;
    margin-top: -30%;
    margin-left: 10%;
  }

  .footermmag{
    width: 100px !important;
    height: 75px !important;
    margin-top: 2%;
    margin-left: 30%;
  }

  .mmagtext{
    font-size: 0.7rem;
    line-height: 1;
    margin-left: 0%;
  }

  .regnotext{
    margin-top: 5%;
    margin-bottom: 0%;
    margin-left: 0%;
    font-size: 0.5rem !important;
  }

  .logsoltext{
    font-size: 0.9rem;
  }

  .displaytitle2 {
    font-size: 0.9rem;
    margin-bottom :0.5% !important;
    color:rgba(48,40,121);
  }

  .newstitle {
    font-size: 1rem;
    margin-top :5% !important;
    margin-bottom :3% !important;
    color:rgba(48,40,121);
  }

  .policyfont{
    font-size: 0.6rem;
    line-height: 1.1;
  }

  .mileschart {
    margin-top: 2%;
  }

  .mile1image{
    width: 615px;
    z-index: 2;
    position: absolute;
  }

  .syssoltext{
    margin-left:8%;
    font-size: 0.7rem;
  }

  .syssolfont{
    font-size: 0.7rem;
    line-height: 1.2;
  }

  .solutionoverlap{
    position: relative;
    width: 170% !important;
    margin-left: -75%;
  }

  .isobg{
    height: 100vh;
  }

  .doubleimage {
    height: 46vh;
  }

  .strategicpartnership{
    padding-top: 8%;
    margin-left: 15%;
  }

  .missiontext {
    margin-top: 5%;
  }

  .dirname{
    color:rgba(48,40,121);
    font-size: 0.8rem !important;
  }
  
  .dirname2 {
    color: rgba(48,40,121);
    font-size: 1rem;
    font-weight: 500;
  }

  .biopos {
    top: 80%;
    position: absolute;
    padding-right: 4%;
    font-size: 0.8rem;
  }

  .biography{
    bottom: 3%;
    position: absolute;
    font-size: 0.8rem;
  }

  .bioheight {
    height: 55vh;
  }

  .cid-sB4RkmrYac .card-wrap .content-wrap {
      padding: 0.8rem !important;
  }

  .biodet{
    padding-right:11% !important;
  }

  .bluepole{
    border-right: 5px solid rgba(48,40,121);
    margin-left: 24.55%;
    z-index: 2;
  }

  .licensetext{
    font-size: 0.5rem;
    line-height: 1.2;
    font-weight: 600;
  }

  .span2020{
    width:350% !important;
  }

  .span2021{
    width:247% !important;
    margin-left:-100% !important;
  }

  .span2018{
    margin-top:-40% !important; 
    margin-left:70% !important;
  }

  .span2016{
    margin-top:-40% !important; 
    margin-left:70% !important;
  }

  .span2015{
    margin-top:-70% !important; 
    margin-left:70% !important;
  }

  .yeartitle{
    position:absolute;
    margin-top:7%;
  }
  .milestonetitle {
    font-size: 2rem;
    margin-bottom :3% !important;
    color:white;
  }

  .milestonevideo{
    height: 67vh;
    width: 60vw;
  }
/* 
  .span2021btn{
    width:25vw !important;
    margin-top: -10% !important;
    margin-left: -155% !important;
  } */
  .span2021btn{
    width: 34vw !important;
    margin-top: -10% !important;
    margin-left: -145% !important;
  }
}

@media (min-width: 1500px) {
  .span2021btn{
    width: 32vw !important;
    margin-top: -10% !important;
    margin-left: -130% !important;
  }

  .mmagvideo {    
    padding-left: 80px !important;
    padding-right: 80px !important;
    padding-bottom: 0px !important;
    margin-left: 20%;
  } 

  .videoheight {
    height: 503px;
  }

  .mt-4 {
    margin-top: -3rem !important; 
  }

  .landingrow {
    margin-left: 15%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col10 {
    flex: 0 0 11%;
    max-width: 11%;
    margin-left: -3%;
    margin-top: 1%;
  }

  .cardh2 {
    height: 175px;
  }

  .aboutuscardh {
    margin-top: 9%;
  }

  .aboutustext {
    margin-left: 16%;
    margin-top: 3%;
    font-size: 0.8rem;
    line-height: 1.5;
    flex: 0 0 33.666667%;
    max-width: 33.666667%;
  }

  .marginleft5 {
    margin-left: 2%;
  }

  .containeriscm {    
    background-color: rgba(255,255,255,0.8);
    width: 41%;
    position: absolute;
    margin-left: 42%;
    margin-top: 20%;
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .imctext {
    margin-left: 8%;
    padding-right: 11% !important;
    font-size: 0.8rem;
    line-height: 1.5rem;
  }

  .servicesimage {
    padding-left: 12%;
    padding-right: 17%;
  }

  .servicestext {
    font-size: 0.8rem;
    line-height: 1.5rem;
    flex: 0 0 80% !important;
    max-width: 80% !important;
  }

  .servicetextbox{
    margin-bottom : 5%;
    margin-left: -6%;
  }

  .industrytextarea {
    margin-left: 3%;
    margin-top: 3%;
  }

  .industrycol{
    flex: 0 0 33%;
    max-width: 33%;
  }

  .partnershipheight{
    height: 65vh;
    width: 96%;
  }

  .strategicright {
    margin-top: 1%;
  }

  .globaltext {
    margin-left: 60%;
    padding-top: 6%;
  }

  .aboutusimage {
    height: 40vh;
  }

  .investorrelationcard {
    margin-right: 11%;
    margin-top: 2%;
    margin-left: 8%;
  }

  .ircard {
    height: 190px;
  }

  .ircol {
    flex: 0 0 10%;
    max-width: 10%;
    margin-left: -2%;
  }

  .newscolumn {
    margin-top: 19%;
    margin-left: 8%;
    position: absolute;
  }

  .newstitleloc{
    margin-left: 55%;
    margin-top: 15%;
    position: absolute;
  }

  .footermmag {
    width: 120px !important;
    height: 90px !important;
    margin-top: 1%;
    margin-left: 50%;
  }

  .mmagtext {
    font-size: 0.9rem;
    line-height: 1;
    margin-left: 39%;
    width: 25vw;
  }

  .regnotext {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: 0% !important;
    position: absolute;
  }

  .milestonevideo{
    height: 90vh;
    width: 75vw;
  }

  .descriptiontext {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .strategicpartnership {
    padding-top: 8%;
    margin-left: 7%;
  }

  .missiontext {
    margin-top: 5%;
  }
  
  .dirname {
    color: rgba(48,40,121);
    font-size: 0.8rem;
    font-weight: 500;
  }

  .dirname2 {
    color: rgba(48,40,121);
    font-size: 1rem;
    font-weight: 500;
  }

  .image-wrap:after {
    content: "";
    position: absolute;
    left: 12px;
    top: 0;
    height: 14%;
    width: 1px;
    border-left: 5px solid rgba(220,11,34);
  }

  .card-wrap:after {
    content: "";
    position: absolute;
    right: 15px;
    bottom: 0;
    height: 13%;
    width: 1px;
    border-right: 5px solid rgba(48,40,121);
  }

  .bluepole {
    border-right: 5px solid rgba(48,40,121);
    margin-left: 33.55%;
    z-index: 2;
  }

  .biopos {
    top: 77%;
    position: absolute;
  }

  .biodet {
    top: 39%;
  }

  .licensetext{
    font-size: 0.7rem;
    line-height: 1.2;
    font-weight: 600;
    padding-right: 45px !important;
  }

  .licensecol{
    margin-left: 5%;
  }

  .licensecoltitle{
    margin-left: 8%;
  }

  .syssoltext{
    margin-left:8%;
    font-size: 0.8rem;
    line-height: 2;
  }

  .syssolfont {
    font-size: 0.8rem;
    line-height: 1.8;
  }

  .mmagbanner {
    height: 18vh;
    background-color: rgba(199,199,199);
  }
  
}


@media (min-width: 1450px) {
  .footermmag {
    width: 120px !important;
    height: 90px !important;
    margin-top: 1%;
    margin-left: 50%;
  }

  .mmagtext {
    font-size: 0.9rem;
    line-height: 1;
    margin-left: 39%;
    width: 25vw;
  }

  .regnotext {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: 0% !important;
    position: absolute;
  }
}
@media (min-width: 1800px) {

  .videoheight {
    height: 512px;
  }
}

/* modal stuff */
.modal-lg {
  min-width: max-content;
}

.modal-dialog, .modal-content {
  height: auto;
}

@media (min-width: 1675px) {
  .videoheight {
    height: 525px;
  }

  .mmagvideo {
    padding-left: 62px !important;
    padding-right: 63px !important;
    padding-top: 60px !important;
    padding-bottom: 0px !important;
  }
  .span2021btn{
    width:21vw !important;
    margin-top: -10% !important;
    margin-left: -100% !important;
  }
}

@media (min-width: 1750px) {
  .span2021btn{
    width:25vw !important;
    margin-top: -10% !important;
    margin-left: -90% !important;
  }
  .mt-4{
    margin-top: 1rem !important;
  }

  .videoheight{
    height: 650px;
  }

  .mmagvideo{
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 30px !important;
    padding-bottom: 0px !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
  }

  .landingrow{
    margin-left:4%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col10{
    flex: 0 0 14%;
    max-width: 15%;
    margin-left: -3.2%;
  }

  .aboutustext {
    margin-left: 12%;
    margin-top: 1%;
    font-size: 1.2rem;
    line-height: 1.5;
    flex: 0 0 43%;
    max-width: 43%;
  }

  .aboutuscardh {
    margin-top: 9%;
  }
  
  .cardh2{
    height: 225px;
  }

  .imctext {
    margin-left: 8%;
    padding-right: 11% !important;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }

  
  
  .servicestext {
    font-size: 1.2rem;
    line-height: 1.5rem;
    flex: 0 0 95% !important;
    max-width: 95% !important;
  }

  .servicesimage {
    padding-left: 12%;
    padding-right: 18%;
  }

  .industrycol {
    flex: 0 0 33%;
    max-width: 33%;
  }

  .industrytextarea {
    margin-left: 0%;
    margin-top: 7%;
  }


  .strategicleft{
    margin-top: -4%;
    margin-left: 20%;
  }

  .milestonevideo{
    height: 66vh;
    width: 59vw;
  }

  .modal-dialog, .modal-content {
    margin-top: 15vh;
  }

  .biography{
    bottom: 3%;
    position: absolute;
  }

  .biodet{
    top: 35%;
    margin-left: 38%;
    position: absolute;
    flex: 0 0 55.333333% !important;
    max-width: 55.333333% !important;
  }

  .dirbio{
    padding-left: 32%;
    padding-right: 3%;
  }
  
  .biopos{
    top: 75%;
    position: absolute;
  }
  
  .bioheight{
    height: 55vh;
  }

  .marginleft15{
    margin-left: 20%;
    text-align: center;
  }

  .aboutus{
    /* background-color: rgba(140,167,222);
    padding-top: 5%; */
    height: 100vh;;
  }

  .aboutuscard{
    margin-left:-9%;
  }
  
  

  .imctext{
    margin-left:5%;
    padding-right: 5% !important;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .containerservices{
    border-left: 13px solid rgba(220,11,34);
    background-color: rgba(255,255,255,1);width: 50%;
    position: absolute;
    margin-left: 50%;
    margin-top: 0%;
    padding-top: 9%;
    padding-bottom: 8%;
  }

  .primarypartner{
    margin-top:2%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .secondarypartner{
    margin-top:2%;
    margin-left: 30%;
    margin-right: 30%;
  }

  .secondarypartner2{
    margin-top:2%;
    margin-left: 35%;
    margin-right: 35%;
  }

  .globaltext {
    margin-left: 60%;
    padding-top: 8%;
  }

  .investorrelationship {
    height: 30vh;
    padding-top: 4%;
    margin-bottom: 2%;
  }

  .mapcol{
    flex: 0 0 25%;
    max-width: 25%;
  }

  .contactusinfo{
    position: absolute;
    z-index: 1;
    margin-top: -24%;
    margin-left: 20%;
  }

  .contactuscol{
    flex: 0 0 25%;
    max-width: 25%;
  }

  .footermmag{
    width: 120px !important;
    height: 90px !important;
    margin-top: 0% !important;
    margin-left: 35%;
  }

  .y2021align{
    margin-top: -2%;
    margin-left: -12%;
  }

  .strategicpartnership{
    padding-top: 8%;
    margin-left: 15%;
  }

  .cid-szV8SF2mCG {
    padding-bottom: 0rem;
  }

  .licensecol{
    flex: 0 0 72%;
    max-width: 72%;
  }


  .span2020{
    width:250% !important;
  }

  .span2021{
    width: 178% !important;
    margin-left: -70% !important;
    height: 242% !important;
  }

  .span2015{
    margin-top:-1% !important;
    margin-left:65% !important;
  }

  .imagestack{
    width: 97%  !important;
    object-fit: cover !important;
  }

  .doubleimage{
    height: 50vh;
  }

  .isobg{
    height: 100vh;
  }

  .newstitle {
    font-size: 1.40rem;
    margin-top :5% !important;
    margin-bottom :3% !important;
    color:rgba(48,40,121);
  }
  
  .containeriscm {
    background-color: rgba(255,255,255,0.8);
    width: 45%;
    position: absolute;
    margin-left: 42%;
    margin-top: 24%;
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .info {
    width: 200px;
  }

  .landingpaddingtop{
    padding-top: 0rem;
  }

  .newscolumn {
    margin-top: 20%;
    margin-left: 9%;
    position: absolute;
  }

  .mmagtext{
    font-size: 1.2rem;
    line-height: 1;
    margin-left: 0%;
  }

  .regnotext {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: -4% !important;
    position: absolute;
  }

  .strategicright{
    margin-top: 1%;
  }


  .bluepole{
    border-right: 5px solid rgba(48,40,121);
    margin-left: 33.85%;
    z-index: 2;
  }

  .info {
    color: rgba(48,40,121);
    line-height: 1;
    border:3px solid  rgba(48,40,121);
    font-size: 1.1rem;
    border-radius: 15px !important;
  }

  .syssolfont{
    font-size: 1.1rem;
    line-height: 1.2;
  }

  .syssoltext {
    margin-left: 8%;
    margin-top: 5%;
    font-size: 1rem;
    line-height: 2;
  }

  .solutionoverlap{
    position: relative;
    width: 200% !important;
    margin-left: -75%;
  }

  .logsoltext{
    font-size: 1rem;
  }

  .logsoltextbox {
    margin-left: 14%;
  }

  .wmsheight{
    height: 100%;
  }

  /* widescreen */
  .displaytitle {
    font-size: 1.7rem;
    margin-bottom :3% !important;
    color:rgba(48,40,121);
  }

  .displaytitle2 {
    font-size: 0.9rem;
    margin-bottom :1% !important;
    color:rgba(48,40,121);
  }

  .backendtitle{
    font-size: 1.88rem;
    margin-bottom :3% !important;
    color:rgba(48,40,121);
  }

  .mileschart {
    margin-top: 3%;
    padding-right: 5%;
  }
  
  .mile1col {
    margin-left: -7.5%;
  }

  .mile1image {
    width: 900px;
  }

  .ircol{
    flex : 0 0 8%;
    max-width: 10%;
    margin-left: -1%;
  }

  .ircard{
    height: 205px;
  }

  .footerheight{
    height: 20vh;
  }

  .newspdf{
    width: 65vw;
    height: 81vh;
  }
}

@media (min-width: 1800px) {
  .biography{
    bottom: 3%;
    position: absolute;
  }

  
  
  .biopos{
    top: 80%;
    position: absolute;
  }
  
  .bioheight {
    height: 50vh;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }


  
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}.engine {
	position: absolute;
	text-indent: -2400px;
	text-align: center;
	padding: 0;
	top: 0;
	left: -2400px;
}

.info:hover {
  border-color: rgba(220,11,34);
  color: rgba(220,11,34);
}

.buttonyear span {
  display:none;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  color:black;
  background:white;	
}

.buttonyear:hover span {
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:1000;
  /* width:auto; */
  width:400px;
  min-height:00px;
  border:1px solid black;
  margin-top:80px;
  margin-left:0px;
  overflow:hidden;
  padding:8px; 
} 

textarea {
  resize: none;
  border-radius: 5px;
}

.textareaheight{
  height: 35px;
}

.image-wrap:before {
  content : "";
  position: absolute;
  left    : 16px;
  top  : 0;
  height  : 1px;
  width   : 20%;
  border-top:5px solid rgba(220,11,34);
}
.image-wrap:after {
  content : "";
  position: absolute;
  left    : 12px;
  top  : 0;
  height  : 15%;
  width   : 1px;
  border-left:5px solid rgba(220,11,34);
}

.nopad{
  padding:0 !important; 
}
.nomargin{
  margin:0;
}

.pad16{
  padding-left: 16px;
  padding-right: 16px;
}

.imagecover{
  background-size:cover;
}

.portraitbanner{
  height:14vh;
  background-color: rgba(199,199,199);
}

.partnerstable{
  background-color: rgba(140,167,222);
  background-color: rgb(200, 220, 255);
  padding-top:2%;
  margin-top:-5%;
  margin-left:5%;
}

.mmagblue{
  color:rgba(48,40,121) !important;
}

.boldfont{
  font-weight: 600 !important;
}

.dirname{
  color:rgba(48,40,121);
  font-size: 1.2rem;
}

.dirname{
  color:rgba(48,40,121);
  font-size: 1.5rem;
}





.dirname2 {
  color: rgba(48,40,121);
  font-size: 1.4rem;
  font-weight: 500;
}

.dirportrait{
  border-right: 5px solid rgba(220,11,34);
  padding-right:7%;
  padding-bottom: 5%;
  margin-right:-5%;
  height: 9.5em;
  margin-bottom: 2em;
} 


.syssolimage{
  height: 37vh;
}

.mediacontactpos{
  position: absolute;
  bottom: 5%;
}


@media (max-width: 1150px) {

  .aboutuscard {
    margin-left: -9%;
  }

  .videoheight {
    height: 335px;
  }

  .mmagvideo {
    padding-left: 190px !important;
    padding-right: 190px !important;
    padding-top: 35px !important;
    padding-bottom: 0px !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .col10{
    flex: 0 0 12%;
    max-width: 12%;
    margin-left: -3%;
  }

  .cardh{
    height: 110px;
  }

  .landingrow{
    margin-left: 17%;
  }

  .aboutusimage{
    height: 37vh;
  }

  .aboutustext{
    margin-left: 10%;
    margin-top: 3%;
    font-size: 0.6rem;
    line-height: 1.2;
  }

  .displaytitle {
    font-size: 1.10rem;
    margin-bottom: 3% !important;
    color: rgba(48,40,121);
  }

  .aboutuscardh{
    margin-top:8%;
  }

  .cardh2{
    height: 130px;
  }

  .containeriscm {
    background-color: rgba(255,255,255,0.8);
    width: 39%;
    position: absolute;
    margin-left: 48%;
    margin-top: 17%;
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .imctext{
    margin-left:5%;
    padding-right: 5% !important;
    font-size: 0.6rem;
    line-height: 1.2rem;
  }

  .info {
    color: rgba(48,40,121);
    line-height: 1;
    border:3px solid  rgba(48,40,121);
    font-size: 0.7rem;
    border-radius: 15px !important;
    width: 120px;
  }

  .industriesimage{
    width: 90% !important;
    object-fit: cover !important;
    height: 100vh;
    border-right: 13px solid rgba(220,11,34);
  }

  .servicestext{
    font-size: 0.6rem;
    line-height: 1.2rem;
  }
  
  .servicesalign{
    margin-left: 3%;
  }

  .servicesimage{
    padding-left: 12%;
    padding-right: 12%;
  }

  .industrycol{
    flex: 0 0 30%;
    max-width: 30%;
  }

  .industrytextarea{
    margin-left: 3%;
    margin-top: 7%;
  }

  .strategicright{
    margin-top: 2%;
  }

  .strategicleft{
    margin-top: -3%;
    margin-left: 10%;
  }

  .globaltext{
    margin-left: 62%;
    padding-top: 7%;
  }

  .investorrelationship{
    height:30vh;
    padding-top:1%;
    margin-bottom:2%;
  }

  .investorrelationcard{
    margin-right: 10%;
    margin-top: 2%;
    margin-left: 8%;
  }

  .ircol{
    flex: 0 0 11%;
    max-width: 11%;
    margin-left: -3%;
  }

  .ircard {
    height: 150px;
  }

  .news1col{
    flex: 0 0 22.5%;
    max-width: 22.5%;
  }

  .newscolumn{
    margin-top: 10%;
    margin-left: 17%;
  }

  .newscol{
    margin-right:-2%;
  }

  .contactuscol{
    flex: 0 0 35%;
    max-width: 35%;
  }

  .displaycontactus{
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    line-height: 1.5;
  }

  .contactusinfo {
    position: absolute;
    z-index: 1;
    margin-top: -25%;
    margin-left: 11%;
  }

  .footermmag{
    width: 100px !important;
    height: 75px !important;
    margin-top: 2%;
    margin-left: 30%;
  }

  .mmagtext{
    font-size: 0.6rem;
    line-height: 1;
    margin-left: 0%;
  }

  .regnotext{
    margin-top: 5%;
    margin-bottom: 0%;
    margin-left: 0%;
    font-size: 0.5rem !important;
  }

  .logsoltext{
    font-size: 0.9rem;
  }

  .displaytitle2 {
    font-size: 0.9rem;
    margin-bottom :0.5% !important;
    color:rgba(48,40,121);
  }

  .newstitle {
    font-size: 1rem;
    margin-top :5% !important;
    margin-bottom :3% !important;
    color:rgba(48,40,121);
  }

  .policyfont{
    font-size: 0.6rem;
    line-height: 1.1;
  }

  .mileschart {
    margin-top: 2%;
  }

  .mile1image{
    width: 520px;
    z-index: 2;
    position: absolute;
  }

  .syssoltext{
    margin-left:8%;
    font-size: 0.6rem;
  }

  .syssolfont{
    font-size: 0.6rem;
    line-height: 1.2;
  }

  .solutionoverlap{
    position: relative;
    width: 170% !important;
    margin-left: -75%;
  }

  .doubleimage {
    height: 46vh;
  }

  .isobg{
    height: 100vh;
  }

  .strategicpartnership{
    padding-top: 8%;
    margin-left: 15%;
  }

  .missiontext {
    margin-top: 5%;
  }

  .dirname{
    color:rgba(48,40,121);
    font-size: 0.8rem !important;
  }

  .dirname2 {
    color: rgba(48,40,121);
    font-size: 1rem;
    font-weight: 500;
  }

  .biopos {
    top: 76%;
    position: absolute;
    padding-right: 4%;
    font-size: 0.8rem;
  }

  .biography{
    bottom: 1%;
    position: absolute;
    font-size: 0.8rem;
  }

  .bioheight {
    height: 55vh;
  }

  .cid-sB4RkmrYac .card-wrap .content-wrap {
      padding: 0.8rem !important;
  }

  .biodet{
    padding-right:11% !important;
  }

  .bluepole {
    border-right: 5px solid rgba(48,40,121);
    margin-left: 24.35%;
    z-index: 2;
  }

  .licensetext{
    font-size: 0.5rem;
    line-height: 1.2;
    font-weight: 600;
  }

  .span2020{
    width:350% !important;
  }

  .span2021{
    width:247% !important;
    margin-left:-100% !important;
  }

  /* .span2019{
    margin-top:-10% !important;  
  } */

  .span2018{
    margin-top:-70% !important; 
    margin-left:70% !important;
  }

  /* .span2017{
    margin-top: 0% !important;
  } */

  .span2016{
    margin-top:-70% !important; 
    margin-left:70% !important;
  }

  .span2015{
    margin-top: -100% !important;
    margin-left: 70% !important;
  }

  .yeartitle{
    position:absolute;
    margin-top:7%;
  }
  .milestonetitle {
    font-size: 2rem;
    margin-bottom :3% !important;
    color:white;
  }

  .milestonevideo{    
    height: 88vh;
    width: 75vw;
  }
}


@media (min-width: 451px) {
  .nonmobile{
    display: block;
  }
  .mobile{
    display: none;
  }
}

@media (max-width: 450px) {
  .nonmobile{
    display: none;
  }
  .mobile{
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .displaytitle {
    font-size: 1.6rem;
    margin-top: 15% !important;
    /* margin-bottom: 15% !important; */
    font-weight: 500;
  }

  .mmagmobile{
    padding-top: 60px;
    padding-left: 90px;
    padding-right: 90px;
  }

  .mmagtext {
    font-size: 0.9rem;
    line-height: 1;
  }

  .regnotext {
    margin-top: -5%;
    margin-bottom: 0%;
    margin-left: 60%;
    font-size: 0.5rem !important;
    position: absolute;
  }

  .btnpanel {
    color: rgba(48,40,121);
    line-height: 1;
    border:2px solid  rgba(48,40,121);
    min-height: 72px;
    font-size: 0.8rem;
    border-radius: 15px !important;
    width: 200px;
  }

  .btnfont{
    font-size: 0.9rem;
    font-weight: 700;
  }

  .margintop60{
    margin-top: 60px !important;
  }

  .videoheight{
    height: 198px;
  }
  
  .btnpanel:hover {
    border-color: rgba(220,11,34);
    color: rgba(220,11,34);
  }

  .btntight{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .mobiletext{
    /* padding-left: 60px;
    padding-right: 60px;   */
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 5%;
  }

  .mobileimage{
    margin-top: 10% !important;
    margin-bottom: 10% !important;
  }

  .btnpanel2 {
    color: rgba(48,40,121);
    background-color: rgba(165,184,224);
    line-height: 1.5;
    font-size: 0.8rem;
    min-height: 72px;
    border-radius: 15px !important;
    width: 200px;
  }

  
  .imagetitle {
    font-size: 1.6rem;
    color: white;
    position: relative;
    margin-top: -16%;
    font-weight: 600;
    line-height: 1;
  }

  .imagetitlemid {
    font-size: 1.6rem;
    color: white;
    position: absolute;
    margin-top: -49%;
    margin-left: 27%;
    font-weight: 600;
    line-height: 1;
  }

  .mobiletextextrabold{
    font-weight: 700 !important;
  }

  .mobiletextsub {
    padding-left: 50px;
    padding-right: 50px;
    line-height: 1.2;
    font-size: 0.9rem;
  }

  .lightbluebg{
    background-color: rgba(165,184,224);
  }

  .mobiletable{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
  }

  .mobiletableleft{
    font-size: 1.6rem;
    width: 30%;
    font-weight: 600;
    color: rgba(48,40,121);
    vertical-align: text-top;
  }
  .mobiletableright{
    text-align: left;
    font-size: 1rem;
    line-height: 2;
    width: 70%;
    font-weight: 600;
  }

  .tablebottomborder{
    border-bottom: 2px solid rgba(220,11,34);
  }

  .mobiletextsubdoublespace {
    padding-left: 50px;
    padding-right: 50px;
    line-height: 2;
    font-size: 0.9rem;
    font-weight: 500;
  }

  .mobileimagefull{
    padding: 0% !important;
    margin-top: 10% !important;
  }

  
  .displaytitleclose {
    font-size: 1.6rem;
    margin-top: 3% !important;
    margin-bottom: 3% !important;
    font-weight: 500;
  }

  .mobiletextlesspadding{
    padding-left: 45px;
    padding-right: 45px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 5%;
    font-size: 0.9rem;
  }

  .mobiletextlesspadding2{
    padding-left: 30px;
    padding-right: 30px; 
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 5%;
    font-size: 0.9rem;
  }

  .mobiletextlesspadding3{
    padding-left: 40px;
    padding-right: 40px;  
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 5%;
    font-size: 0.9rem;
  }

  .mobiletextpartnership{
    padding-left: 25px;
    padding-right: 25px;  
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 5%;
    font-size: 0.83rem;
  }

  .tallimage{
    height: 25vh;
  }

  .btnexpand{
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }

  .newscolm{
    padding-left: 15%;
    padding-right: 15%;
    text-align: left;
  }

  .mnewsborder{
    border: 2px  solid black;
    margin-bottom: 3%;
  }
  
  .newsimage{
    margin-top: 5%;
  }

  .footermmag{
    width: 160px !important;
    height: 90px !important;
    margin-left: 26%;
  }

  .footertext{
    font-size: 0.6rem;
    line-height: 1.4;
    font-weight: 500;
  }

  
  .regnotext {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: 63%;
    font-size: 0.5rem !important;
    position: inherit;
    width: 190px;
  }

  .regnotext2 {
    margin-top: -4%;
    margin-bottom: 0%;
    margin-left: 45%;
    font-size: 0.5rem !important;
    position: inherit;
    width: 190px;
  }

  .mapheight{
    height: 50vh;
  }

  .imagetitlemilestone {
    font-size: 1.6rem;
    color: white;
    position: absolute;
    margin-top: -20%;
    margin-left: 30%;
    font-weight: 600;
    line-height: 1;
  }

  
  .btnpanel3 {
    color: rgba(48,40,121);
    border:2px solid  rgba(48,40,121);
    line-height: 1;
    font-size: 0.8rem;
    border-radius: 15px !important;
    width: 200px;
  }

  
  .btnpanel3:hover {
    border-color: rgba(220,11,34);
    color: rgba(220,11,34);
  }
  
  .btnpanel3:hover span {
    display:block;
    position:absolute;
    top:0;
    z-index:1000;
    /* width:auto; */
    width:90%;
    /* min-height:400px; */
    border:1px solid black;
    margin-top:80px;
    margin-left:auto;
    margin-right: auto;
    overflow:hidden;
    padding:8px; 
  } 

  .btnpanel3 span {
    display:none;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:15px;
    color:black;
    background:white;	
  }

  .milestonevideo {
    height: 27vh;
    width: 94vw;
  }

  .modal{
    position: absolute;
    margin-top: 70%;
  }

  .iconrow{
    width: 50%;
    float: left;
  }

  .iconrow2{
    width: 48%;
    float: left;
    margin-right: 2%;
  }

  .iconrow3{
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
  }

  .iconrow4{
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;

  }

  .iconpadding{
    padding-left: 10%;
    padding-right: 10%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .mobileportrait{
    margin-top: 5%;
    padding-left: 20%;
    padding-right: 20%;
  }

  .mobiletextportraittitle{
    font-size: 0.9rem;
    line-height: 1.8;
    font-weight: 600;
    margin-bottom: 0 !important;
  }

  .mobiletextportrait{
    font-size: 0.9rem;
    line-height: 1.8;
  }
  
  .dirtextm{
    padding-left: 9%;
    padding-right: 9%;
  }

  .dirbiom{
    font-size: 0.8rem;
    line-height: 1.4;
    padding-bottom: 10%;
  }

  .back {
    background-color: rgba(199,199,199);
    color: white;
    position: absolute;
    top: 330px;
    width: 30px;
    height: 30px;
    left: -2%;
    padding-top: 2%;
    padding-left: 1.5%;
 }

 .leftarrow {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 16px solid white;
    border-bottom: 8px solid transparent;
  }
 .next {
    background-color: rgba(199,199,199);
    color: white;
    position: absolute;
    top: 330px;
    width: 30px;
    height: 30px;
    right: -2%;
    padding-top: 2%;
    padding-left: 2.5%;
 }

 .rightarrow {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 16px solid white;
    border-bottom: 8px solid transparent;
  }

  .mmaglogom{
    background-image: url("../../images/mmaglogo.png"); 
    background-size: contain; background-repeat: no-repeat;
    position: absolute;
    left: 4%;
    top: 35%;
    height: 45px;
    width:90px;
  }

  .mmaglogom2{
    background-image: url("../../images/mmaglogo.png"); 
    background-size: contain; background-repeat: no-repeat;
    position: absolute;
    left: 4%;
    top: 20%;
    height: 45px;
    width:90px;
  }
  
  .mmaglogocm{
    background-image: url("../../images/mmaglogoc.png"); 
    background-size: contain; background-repeat: no-repeat;
    position:absolute;
    top: -2%;
    height:160px;
    width:160px;
  }

  .mmagbannerunderlinem{
    position: sticky;
    top: 12vh;
    height:10px;
    background: linear-gradient(to right,  rgba(220,11,34) 0%, rgba(220,11,34) 20%, rgba(48,40,121) 10%);
  }

  .scrollmodal{
    overflow-y: scroll;
    height: 75vh;
  }

  .newsmarginleft{
    margin-left:0%;
    padding-left:10%;
    padding-right:10%;
  }
  .mediacontactpos{
    position: absolute;
    bottom: -10%;
    padding-bottom:5%;
  }

  .ymediapos{
    bottom : -15% !important;
  }
  
  .contactuscol{
    flex: 0 0 80%;
    max-width: 80%;
  }

  .contactusinfo {
    margin-top: -75%;
    margin-left: 0% !important;
  }

  .displaycontactus{
    text-align: left;
  }
  
}
.lineclearvideobtn{
  position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    background-color: transparent;
    z-index: 2;
    height: 60%;
}

.backbutton{
  background-color: rgba(165,184,224);
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    width : 35vw;
    height:40px;
    border-radius:20px;
    margin-top: 30px;
    display: inline-block;
    font-size: 16px;
}