.herosection {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  float: none;
  background-image: url('../images/universe-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.planetimage {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 30;
  width: 65%;
  -webkit-transform: translate(-30px, 30px);
  -ms-transform: translate(-30px, 30px);
  transform: translate(-30px, 30px);
}

.gradientoverlay {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, transparent 73%, #000);
  background-image: linear-gradient(180deg, transparent 73%, #000);
}

.colorscreenhero {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 16, 64, .4), rgba(0, 16, 64, .4));
  background-image: linear-gradient(180deg, rgba(0, 16, 64, .4), rgba(0, 16, 64, .4));
}

.planetglow {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 65%;
  -webkit-transform: translate(-30px, 30px);
  -ms-transform: translate(-30px, 30px);
  transform: translate(-30px, 30px);
}

.navigationmenu {
  position: fixed;
  z-index: 100;
  display: block;
  width: 100%;
  height: 80px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: transparent;
  opacity: 1;
}

.logomaciano {
  width: 220px;
  padding-top: 15px;
  float: left;
}

.menuicon {
  overflow: visible;
  padding-top: 25px;
  float: right;
}

.navcontainer {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.astroimage {
  position: absolute;
  right: 140px;
  bottom: 50%;
  z-index: 0;
  display: block;
  height: auto;
  margin-bottom: -290px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.infoherocontainer {
  position: absolute;
  left: 0px;
  top: 30%;
  right: 0px;
  z-index: 0;
  display: block;
  width: auto;
  height: auto;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}

.bigherotitle {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 46px;
  font-weight: 900;
  text-align: center;
}

.subtitlewhite {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.subtitlewhite.colorbg {
  display: block;
  color: #fff;
}

.clickbtn {
  display: block;
  width: 200px;
  height: 60px;
  margin: 20px auto;
  padding-top: 17px;
  border: 1px solid #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.clickbtn:hover {
  border-color: #0c0f1b;
  background-image: -webkit-linear-gradient(270deg, #0c0f1b, #0c0f1b);
  background-image: linear-gradient(180deg, #0c0f1b, #0c0f1b);
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, .49);
}

.clickbtn.ctabtn {
  margin: 0px;
  float: right;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
}

.clickbtn.ctabtn:hover {
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #000;
  font-weight: 700;
}

.clickbtn.careerbtn {
  border-color: #000;
  color: #000;
}

.clickbtn.careerbtn:hover {
  background-image: -webkit-linear-gradient(270deg, #000, #000);
  background-image: linear-gradient(180deg, #000, #000);
  color: #fff;
}

.scrollcontainer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 40px;
  z-index: 70;
  display: block;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}

.scrolltext {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  font-style: italic;
  text-align: center;
}

.image {
  position: static;
  right: 100px;
  bottom: 0px;
  z-index: 40;
  display: block;
}

.scrolldownicon {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wesection {
  width: 100%;
  height: auto;
}

.sectioncontentwrapped {
  display: block;
  width: auto;
  height: auto;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 20px;
  text-align: left;
}

.sectiontitle {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  color: #28335f;
  font-size: 28px;
  line-height: 30px;
  font-weight: 900;
  text-align: center;
}

.sectiontitle.colorbg {
  margin-top: 10px;
  color: #fff;
  font-weight: 900;
}

.scrolldowniconcontainer {
  display: block;
  width: 35px;
  height: 35px;
  margin-right: auto;
  margin-left: auto;
}

.dividerline {
  display: block;
  width: 45px;
  height: 3px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  background-image: -webkit-linear-gradient(270deg, #00a8e5, #00a8e5);
  background-image: linear-gradient(180deg, #00a8e5, #00a8e5);
}

.dividerline.nomargin {
  margin-bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, #00a8e5, #00a8e5);
  background-image: linear-gradient(180deg, #00a8e5, #00a8e5);
}

.bgvideo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 16, 64, .45), rgba(0, 16, 64, .45));
  background-image: linear-gradient(180deg, rgba(0, 16, 64, .45), rgba(0, 16, 64, .45));
}

.paragraph {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.paragraph.colorbg {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.paragraph.centertabledata {
  text-align: left;
}

.sectioncontentfull {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 80px;
  padding-bottom: 70px;
  padding-left: 80px;
  text-align: left;
}

.tablecontent {
  height: auto;
  padding-right: 25px;
  padding-left: 25px;
  text-align: center;
}

.tabledatatittle {
  padding-bottom: 25px;
  font-family: Lato, sans-serif;
  color: #3f3f3f;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}

.sectiondivider {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}

.testimonialsection {
  position: static;
}

.navbarcolor {
  position: fixed;
  z-index: 80;
  display: none;
  width: 100%;
  height: 80px;
  background-color: rgba(12, 15, 27, .55);
  box-shadow: none;
  opacity: 0;
}

.visualcontainer {
  position: static;
  overflow: hidden;
}

.testimonialcard {
  position: relative;
  z-index: 40;
  display: block;
  width: 600px;
  height: 380px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 60px 35px;
  background-color: #fff;
}

.testimonialcard.focusedcard {
  z-index: 60;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, .1);
}

.testimonialcard.outfocusedcard {
  position: absolute;
  background-color: #fff;
  opacity: 0.35;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.testimonialcard.outfocusedcard.positioncardleft {
  left: 125px;
  top: 0px;
  bottom: 0px;
}

.testimonialcard.outfocusedcard.positioncardright {
  top: 0px;
  right: 125px;
  bottom: 0px;
}

.scene {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.layer.depthlayer {
  z-index: 70;
}

.layer.colorlayer {
  z-index: 60;
}

.layer.colorgradiant {
  z-index: 50;
}

.layer.astrodepth {
  z-index: 40;
}

.layer.planetdepth {
  z-index: 30;
}

.quotecontainer {
  position: absolute;
  left: 0px;
  top: -33px;
  right: 0px;
  display: block;
  width: 66px;
  height: 66px;
  min-width: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
  border-radius: 60px;
  background-color: #fff;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, .2);
  text-align: center;
}

.quoteimagecolor {
  opacity: 0.65;
}

.navtestimonialwrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: auto;
  margin-bottom: 35px;
  padding-right: 60px;
  padding-left: 60px;
  text-align: center;
}

.roundlbtn {
  width: 70px;
  height: 70px;
  float: none;
  border: 1px solid #ddd;
  border-radius: 60px;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.roundlbtn:hover {
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, .1);
}

.roundlbtn.navleft {
  padding-top: 19px;
  float: left;
}

.roundlbtn.navright {
  padding-top: 19px;
  float: right;
}

.quotetxt {
  display: block;
  padding-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  text-align: center;
}

.author {
  font-weight: 800;
}

.authorquote {
  display: inline-block;
  padding-top: 10px;
}

.disableddiv {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 50;
  display: block;
  width: 100%;
  height: 100%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.clientsection {
  background-color: #1a1e29;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 16, 64, .65), rgba(0, 16, 64, .65)), url('../images/teamwork-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 16, 64, .65), rgba(0, 16, 64, .65)), url('../images/teamwork-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.logocarrusel {
  height: 180px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.logostable {
  width: 100%;
  height: 100%;
}

.logotablecontent {
  display: block;
  height: 100%;
  padding: 0px 25px 25px;
  text-align: center;
}

.carruselright {
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.carruselright:hover {
  opacity: 0.25;
}

.carruselleft {
  display: block;
  opacity: 0;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.carruselleft:hover {
  background-color: transparent;
  opacity: 0.25;
}

.carruselmask {
  display: block;
}

.iconcarrusel {
  margin-top: 18px;
}

.logosdivider {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 1px;
  height: 80px;
  float: right;
  background-color: #fff;
  opacity: 0.25;
}

.ctasection {
  background-color: #0e1222;
}

.ctatext {
  display: inline-block;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.flexboxcontainercta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footersection {
  position: static;
  height: auto;
  border-style: none;
  border-top-width: 1px;
  border-top-color: #1f1f1f;
  border-bottom-width: 1px;
  border-bottom-color: #1f1f1f;
  background-color: #020207;
}

.link {
  display: inline-block;
  float: left;
  clear: left;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.link:hover {
  color: #fff;
  font-weight: 400;
}

.careersection {
  padding-top: 60px;
  background-color: #f5f5f5;
}

.footerwhitetext {
  display: inline-block;
  padding-right: 40px;
  float: left;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.socialmedialink {
  padding-left: 20px;
  float: none;
  font-family: Icomoon, sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: right;
  text-decoration: none;
}

.socialmedialink.menu {
  padding-right: 20px;
  font-size: 25px;
}

.socialmediaicons {
  float: right;
}

.socialmediaicons.menu {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 50px;
  font-size: 14px;
  text-align: center;
}

.carreerinfowrapper {
  margin-top: 60px;
}

.carrerinfodata {
  height: auto;
  padding: 10px;
  border-style: none;
  border-color: #ddd #ddd transparent;
  border-bottom-width: 1px;
  border-left-width: 1px;
  background-color: transparent;
}

.carrerinfo {
  height: auto;
  padding: 20px 25px;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #333;
}

.infoblock {
  margin-bottom: 30px;
}

.dividercareer {
  display: block;
  width: 55px;
  height: 1px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  background-color: #ddd;
  color: #d45656;
  line-height: 1px;
}

.menuline-1 {
  width: 35px;
  height: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: #fff;
}

.menuline-2 {
  width: 35px;
  height: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: #fff;
}

.menuline-3 {
  width: 35px;
  height: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: #fff;
}

.menucontainer {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 85;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .95), rgba(0, 0, 0, .95));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .95), rgba(0, 0, 0, .95));
  opacity: 0;
}

.menuinfowrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 600px;
  padding-top: 150px;
  padding-bottom: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.menuitem {
  display: inline;
  clear: none;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.menuitem:hover {
  color: #666;
}

.menuitem.w--current {
  border-style: none;
  border-left-width: 3px;
  border-left-color: #0070bb;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  color: #fff;
}

.menuitem.w--current:hover {
  color: #666;
  text-align: center;
}

.textbloc {
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.iconmoon {
  font-family: Icomoon, sans-serif;
  color: #00a8e5;
}

.mainwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, #000, #000);
  background-image: linear-gradient(180deg, #000, #000);
}

.imagerotate {
  width: 20%;
}

html.w-mod-js *[data-ix="fadeupload"] {
  opacity: 0;
  -webkit-transform: translate(0px, 70px);
  -ms-transform: translate(0px, 70px);
  transform: translate(0px, 70px);
}

html.w-mod-js *[data-ix="fadeupscroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 70px);
  -ms-transform: translate(0px, 70px);
  transform: translate(0px, 70px);
}

html.w-mod-js *[data-ix="fadeupscrollservice"] {
  opacity: 0;
  -webkit-transform: translate(0px, 70px);
  -ms-transform: translate(0px, 70px);
  transform: translate(0px, 70px);
}

html.w-mod-js *[data-ix="fadeupscrolldelay-a"] {
  opacity: 0;
  -webkit-transform: translate(0px, 70px);
  -ms-transform: translate(0px, 70px);
  transform: translate(0px, 70px);
}

html.w-mod-js *[data-ix="fadeupscrolldelay-b"] {
  opacity: 0;
  -webkit-transform: translate(0px, 70px);
  -ms-transform: translate(0px, 70px);
  transform: translate(0px, 70px);
}

html.w-mod-js *[data-ix="fadeupscrolldelayc"] {
  opacity: 0;
  -webkit-transform: translate(0px, 70px);
  -ms-transform: translate(0px, 70px);
  transform: translate(0px, 70px);
}

html.w-mod-js *[data-ix="fadein"] {
  opacity: 0;
  -webkit-transform: scale(0.85, 0.85);
  -ms-transform: scale(0.85, 0.85);
  transform: scale(0.85, 0.85);
}

html.w-mod-js *[data-ix="fadeinbtn"] {
  opacity: 0;
  -webkit-transform: scale(0.85, 0.85);
  -ms-transform: scale(0.85, 0.85);
  transform: scale(0.85, 0.85);
}

html.w-mod-js *[data-ix="fadeinopacity"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="slideright"] {
  opacity: 0;
  -webkit-transform: translate(-150px, 0px);
  -ms-transform: translate(-150px, 0px);
  transform: translate(-150px, 0px);
}

html.w-mod-js *[data-ix="slideleft"] {
  opacity: 0;
  -webkit-transform: translate(150px, 0px);
  -ms-transform: translate(150px, 0px);
  transform: translate(150px, 0px);
}

html.w-mod-js *[data-ix="closemenu"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

@media (max-width: 991px) {
  .planetimage {
    width: 100%;
  }
  .colorscreenhero {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 16, 64, .4), rgba(0, 16, 64, .4));
    background-image: linear-gradient(180deg, rgba(0, 16, 64, .4), rgba(0, 16, 64, .4));
  }
  .planetglow {
    width: 100%;
  }
  .navigationmenu {
    height: 70px;
  }
  .logomaciano {
    width: 200px;
  }
  .astroimage {
    right: 170px;
    z-index: 40;
    display: block;
  }
  .sectioncontentfull {
    padding-right: 25px;
    padding-left: 25px;
  }
  .tablecontent {
    display: block;
  }
  .navbarcolor {
    height: 70px;
  }
  .testimonialcard {
    height: 400px;
  }
  .testimonialcard.outfocusedcard {
    display: none;
  }
  .navtestimonialwrapper {
    position: absolute;
    height: auto;
  }
  .quotetxt {
    display: block;
  }
  .authorquote {
    display: inline-block;
  }
  .clientsection {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/office-bg.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/office-bg.jpg');
    background-position: 0px 0px, 72% 100%;
  }
  .logocarrusel {
    height: auto;
  }
  .logoswrapper {
    display: inline-block;
  }
  .logotablecontent {
    height: 150px;
  }
  .iconcarrusel {
    margin-top: 100px;
  }
  .logosdivider {
    display: none;
  }
  .ctatext {
    padding-right: 0px;
    padding-left: 0px;
  }
  .socialmedialink {
    font-size: 22px;
  }
  .carrerinfo {
    height: auto;
  }
  .menuitem {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .herosection {
    position: relative;
    height: 700px;
  }
  .colorscreenhero {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 16, 64, .4), rgba(0, 16, 64, .4));
    background-image: linear-gradient(180deg, rgba(0, 16, 64, .4), rgba(0, 16, 64, .4));
  }
  .navigationmenu {
    height: 60px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .logomaciano {
    width: 180px;
    padding-top: 10px;
  }
  .menuicon {
    padding-top: 16px;
  }
  .astroimage {
    right: 70px;
    display: block;
  }
  .infoherocontainer {
    top: 20%;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .navbarcolor {
    height: 60px;
  }
  .testimonialcard {
    width: 100%;
    height: 450px;
  }
  .testimonialcard.focusedcard {
    height: auto;
    padding-right: 30px;
    padding-bottom: 150px;
    padding-left: 30px;
  }
  .navtestimonialwrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
  .clientsection {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/office-bg.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/office-bg.jpg');
    background-position: 0px 0px, 87% 50%;
  }
  .logotablecontent {
    height: 135px;
    padding-top: 25px;
  }
  .iconcarrusel {
    margin-top: 230px;
  }
  .pointercarrusel {
    display: none;
  }
  .ctatext {
    padding: 25px 20px;
  }
  .flexboxcontainercta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footersection {
    height: auto;
  }
  .link {
    float: none;
  }
  .footerwhitetext {
    display: block;
    padding-right: 10px;
    padding-bottom: 5px;
    float: none;
    clear: none;
    text-align: center;
  }
  .socialmedialink {
    padding-right: 20px;
    float: none;
    clear: none;
    font-size: 18px;
  }
  .socialmediaicons {
    display: block;
    padding-top: 15px;
    float: none;
    text-align: center;
  }
  .menuitem {
    font-size: 25px;
  }
}

@media (max-width: 479px) {
  .herosection {
    height: 100vh;
  }
  .colorscreenhero {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 16, 64, .4), rgba(0, 16, 64, .4));
    background-image: linear-gradient(180deg, rgba(0, 16, 64, .4), rgba(0, 16, 64, .4));
  }
  .navigationmenu {
    padding-left: 15px;
  }
  .menuicon {
    padding-top: 18px;
  }
  .astroimage {
    right: 0px;
    width: auto;
    height: auto;
    margin-bottom: -240px;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .infoherocontainer {
    top: 13%;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
  }
  .clickbtn.ctabtn {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .scrollcontainer {
    bottom: 20px;
  }
  .sectioncontentfull {
    overflow: visible;
    padding-right: 20px;
    padding-left: 20px;
  }
  .visualcontainer {
    overflow: hidden;
  }
  .testimonialcard {
    height: 700px;
  }
  .testimonialcard.focusedcard {
    height: auto;
    padding-right: 15px;
    padding-bottom: 180px;
    padding-left: 15px;
  }
  .navtestimonialwrapper {
    margin-top: 25px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .roundlbtn {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .roundlbtn.navleft {
    margin-top: 10px;
    margin-right: 20px;
    padding-top: 20px;
    float: none;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .roundlbtn.navright {
    margin-top: 10px;
    margin-left: 20px;
    padding-top: 20px;
    float: none;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .quotetxt {
    padding-top: 6px;
    line-height: 20px;
  }
  .authorquote {
    display: block;
    padding-bottom: 10px;
  }
  .clientsection {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/teamwork-bg.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/teamwork-bg.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .logocarrusel {
    padding-right: 0px;
    padding-left: 0px;
  }
  .logotablecontent {
    height: 120px;
  }
  .carruselright {
    display: none;
  }
  .carruselleft {
    display: none;
  }
  .ctatext {
    line-height: 24px;
    text-align: center;
  }
  .flexboxcontainercta {
    overflow: hidden;
  }
  .socialmedialink {
    font-size: 15px;
  }
  .socialmediaicons.menu {
    left: 0px;
    right: 0px;
    bottom: 35px;
  }
  .carrerinfodata {
    padding-right: 0px;
    padding-left: 0px;
  }
  .menucontainer {
    display: none;
    opacity: 0;
  }
  .menuitem {
    font-size: 20px;
  }
}

@font-face {
  font-family: 'Icomoon';
  src: url('../fonts/icomoon.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}