/*
------------------------------
MAIN DEFINITION FILE
------------------------------
*/
/*
    Document   : reset
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  padding-left: 20px;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong {
  font-weight: bold;
}
/*
------------------------------
Variables
------------------------------
*/
/*
------------------------------
Colors
------------------------------
*/
/*
------------------------------
Fonts
------------------------------
*/
@font-face {
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmserifdisplay/v10/-nFnOHM81r4j6k0gjAW3mujVU2B2K_c.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
.fontTitle {
  font-family: 'DM Serif Display', serif;
}
.comic {
  font-family: 'DM Serif Display', serif;
}
/*
------------------------------
Breakpoints
------------------------------
*/
.italic {
  font-style: italic;
}
form label {
  display: inline-block;
  width: 130px;
  border-bottom: 1px solid #fdb417;
}
form input,
form textarea {
  border: 1px solid #000080;
  width: 250px;
  padding: 5px 10px;
  box-sizing: border-box;
}
form textarea {
  max-width: 350px;
  box-sizing: border-box;
}
form input[type="radio"],
form input[type="checkbox"] {
  width: auto;
}
form select {
  border: 1px solid #000080;
  width: 250px;
  padding: 5px 10px;
  box-sizing: border-box;
}
form input.short {
  width: 50px;
}
.row {
  padding-top: 10px;
}
body,
html {
  font-family: 'Poppins', tahoma, verdana, arial, sans-serif, Tahoma, Verdana, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000080;
  position: relative;
  background-color: #fff;
  text-align: left;
}
a {
  color: #000080;
  text-decoration: underline;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  color: #00e580;
  text-decoration: none;
}
a.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
.page {
  margin: auto;
  position: relative;
  padding-top: 100px;
}
h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 30px;
  position: relative;
  margin-bottom: 20px;
}
.content {
  max-width: 1200px;
  margin: auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
b,
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
.text-white {
  color: #fff;
}
.text-grey {
  color: #f0f0f0;
}
.clearer {
  clear: both;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
header {
  position: relative;
  text-align: center;
  background-color: #fff;
}
nav {
  position: fixed;
  width: 100%;
  z-index: 5;
  font-size: 28px;
  line-height: 35px;
  padding: 00px 0;
  background-color: #fff;
}
nav .logo {
  float: left;
  position: relative;
  top: 10px;
  height: auto;
}
nav ul.menu {
  padding: 30px 20px 30px 20px;
}
nav ul.menu li {
  font-family: 'DM Serif Display', serif;
  list-style-type: none;
  display: inline-block;
  padding: 0 10px;
}
nav ul.menu li a {
  text-decoration: none;
}
nav ul.menu li a:hover {
  text-decoration: underline;
}
nav .responsivemenu {
  display: none;
}
@media (max-width: 1150px) {
  nav {
    height: 80px;
    /*
		img.logo {
			width: 80px;
		}	
		*/
  }
  nav ul.menu {
    display: none;
  }
  nav .responsivemenu {
    display: inline-block;
    position: absolute;
    top: 33px;
    right: 20px;
    width: 32px;
    height: 40px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    /* Icon 3 */
  }
  nav .responsivemenu span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  nav .responsivemenu span:nth-child(1) {
    top: 0px;
  }
  nav .responsivemenu span:nth-child(2),
  nav .responsivemenu span:nth-child(3) {
    top: 10px;
  }
  nav .responsivemenu span:nth-child(4) {
    top: 20px;
  }
  nav .responsivemenu.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  nav .responsivemenu.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav .responsivemenu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  nav .responsivemenu.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
}
.mobilemenu {
  display: none;
  background-color: #fff;
  position: fixed;
  z-index: 100;
  top: 80px;
  right: 0;
}
.mobilemenu ul.mmenu {
  background-color: #fff;
  padding: 20px 50px 20px 20px;
}
.mobilemenu ul.mmenu li {
  font-family: 'DM Serif Display', serif;
  padding-left: 0;
  display: block;
  font-size: 25px;
  line-height: 35px;
}
footer {
  background-color: #000080;
  color: #fff;
  padding: 90px 0;
  /*
	border-top: 1px solid @white;
	margin-top: 100px;
	padding-bottom: 100px;

	img.logo { //218 x 138
		padding: 55px @sidePadding 65px @sidePadding;
	}

	p {
		padding: 0px @sidePadding 40px @sidePadding;
	}

	@media (max-width: @firstBreak) {
	}
	*/
}
footer h2 {
  display: inline-block;
  width: auto;
  margin-bottom: 40px;
}
footer h2::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -15px;
  left: 0px;
  background: #00e088;
  background: linear-gradient(90deg, #00e088 0%, #00b2c0 25%, #0080fe 50%, #714fc1 75%, #cc2890 100%);
}
.tagline {
  text-align: center;
  padding: 20px 10px;
  background-color: #00004b;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}
.homepage {
  position: relative;
}
.homepage .banner {
  text-align: center;
  background-color: #000080;
}
.homepage .experiences {
  text-align: center;
}
.homepage .experiences ul {
  display: inline-block;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative;
}
.homepage .experiences ul::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: -20px;
  left: 0px;
  background: #00e088;
  background: linear-gradient(90deg, #00e088 0%, #00b2c0 25%, #0080fe 50%, #714fc1 75%, #cc2890 100%);
}
.homepage .experiences ul::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -20px;
  left: 0px;
  background: #00e088;
  background: linear-gradient(90deg, #00e088 0%, #00b2c0 25%, #0080fe 50%, #714fc1 75%, #cc2890 100%);
}
.homepage .experiences ul li {
  text-align: left;
  list-style-type: none;
  font-size: 16px;
  padding: 10px 0;
  position: relative;
  font-weight: 600;
}
.homepage .experiences ul li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 15px;
  left: -20px;
  background-color: #00e580;
}
.homepage .whatwedo {
  background-color: #f0f0f0;
  padding: 100px 0;
}
.homepage .whatwedo .text {
  padding: 0px 50px 0px 600px;
  max-width: 400px;
}
.homepage .whatwedo .text p {
  line-height: 45px;
  font-weight: 600;
}
.homepage .whatwedo .img {
  float: left;
  position: relative;
  display: block;
}
.homepage .whatwedo .img::after {
  position: absolute;
  content: "";
  background: url('../img/plus.png');
  width: 77px;
  height: 77px;
  left: 0px;
  top: -60px;
}
.homepage .whatwedo h2 {
  display: inline-block;
  width: auto;
  margin-bottom: 40px;
}
.homepage .whatwedo h2::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -15px;
  left: 0px;
  background: #00e088;
  background: linear-gradient(90deg, #00e088 0%, #00b2c0 25%, #0080fe 50%, #714fc1 75%, #cc2890 100%);
}
.homepage .whoweare {
  background-color: #fff;
  padding: 100px 0;
}
.homepage .whoweare h2 {
  display: inline-block;
  width: auto;
  margin-bottom: 40px;
  margin-left: 50px;
}
.homepage .whoweare h2::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -15px;
  left: 0px;
  background: #00e088;
  background: linear-gradient(90deg, #00e088 0%, #00b2c0 25%, #0080fe 50%, #714fc1 75%, #cc2890 100%);
}
.homepage .whoweare .employees {
  text-align: center;
  max-width: 900px;
  margin: auto;
}
.homepage .whoweare .person {
  display: inline-block;
  width: 216px;
  box-shadow: 5px 10px 15px #888888;
  box-sizing: border-box;
  margin: 30px;
  text-align: left;
}
.homepage .whoweare .person .img {
  height: 230px;
  overflow: hidden;
}
.homepage .whoweare .person .name {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  padding: 15px 20px;
  height: 40px;
}
.homepage .whoweare .person .w247 {
  padding: 0px 20px;
}
.homepage .whoweare .person .job {
  padding: 5px 20px 15px 20px;
}
.homepage .casestudy {
  background-color: #f0f0f0;
  padding: 100px 0;
  text-align: center;
}
.homepage .casestudy h2 {
  display: inline-block;
  width: auto;
  margin-bottom: 40px;
}
.homepage .casestudy h2::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -15px;
  left: 0px;
  background: #00e088;
  background: linear-gradient(90deg, #00e088 0%, #00b2c0 25%, #0080fe 50%, #714fc1 75%, #cc2890 100%);
}
@media (max-width: 1000px) {
  .homepage .img-bottom {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 656px) {
  .homepage h2.long {
    font-size: 20px;
    line-height: 22px;
    max-width: 260px;
  }
  .homepage h2.long span {
    top: 10px;
  }
}
@media (max-width: 580px) {
  .homepage img.img-responsive {
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
}
.part {
  padding-bottom: 50px;
}
/*# sourceMappingURL=../../public/css/app.css.map */