h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #333579;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #333579;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #474740;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #333579;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #333579;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 22px;
}

a {
  border-bottom: 1px dotted #ba205d;
  color: #ba205d;
  text-decoration: none;
}

li {
  padding-bottom: 5px;
  line-height: 22px;
}

.body {
  background-color: #d7d722;
  background-image: url('../images/background1920.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.container {
  max-width: 1200px;
  padding-right: 20px;
  padding-left: 20px;
}

.container.main-content {
  padding: 40px;
  background-color: #efefb6;
}

.logo {
  border-bottom: 1px none #000;
}

.link-block {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom-style: none;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #333579;
}

.navlink {
  padding: 12px 15px;
  border: 1px none #000;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.navlink:hover {
  background-color: #1c1d4e;
  opacity: 1;
  text-shadow: 0 0 9px #333579;
}

.navlink.w--current {
  background-color: #1c1d4e;
  color: #efefb6;
}

.navlink.active {
  background-color: #1c1d4e;
  color: #d6d625;
}

.navlink.dropdown {
  padding-right: 27px;
  border-width: 0px;
}

.navlink.second {
  font-size: 14px;
}

.dropdown-arrow {
  margin-right: 9px;
}

.dropdown-list {
  background-color: #1c1d4e;
}

.dropdown-list.w--open {
  background-color: #333579;
}

.copyright {
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  text-align: right;
}

.button-brochure {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 300px;
  height: 100px;
  margin-top: 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: #333579;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.button-brochure:hover {
  background-color: #dd7630;
}

.brochure-button-text {
  padding: 0px 11px 0px 22px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.image {
  position: relative;
  top: 9px;
  right: -24px;
  width: 80px;
  height: 180px;
  box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.46);
  -webkit-transform: rotate(14deg);
  -ms-transform: rotate(14deg);
  transform: rotate(14deg);
}

.heading {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
}

.home-h2 {
  margin-top: 40px;
  font-size: 28px;
}

.slide {
  background-color: #836392;
}

.slide-2 {
  background-color: #b71948;
}

.slide-3 {
  background-color: #e19138;
}

.slide-4 {
  background-color: #5b1019;
}

.slide1-column1 {
  min-height: 400px;
  background-image: url('../images/teamwork.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide1-column1.integrity1 {
  background-image: url('../images/integrity.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide1-column1.creativity1 {
  padding-left: 9px;
  background-image: url('../images/creativity.jpg');
}

.slide1-column1.solution1 {
  background-image: url('../images/solution.jpg');
}

.columns {
  min-height: 400px;
  padding-top: 0px;
  padding-left: 10px;
}

.columns.slide2-columns {
  padding-left: 10px;
}

.mask {
  right: auto;
  min-height: 400px;
}

.slider {
  min-height: 400px;
}

.slide1-column2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 45px;
  -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;
  background-image: url('../images/t.png');
  background-position: 0px 0px;
  background-size: 240px;
  background-repeat: no-repeat;
}

.slide1-column2.integrity2 {
  padding-right: 45px;
  background-image: url('../images/i.png');
}

.slide1-column2.creativity2 {
  background-image: url('../images/c.png');
}

.slide1-column2.solution2 {
  background-image: url('../images/s.png');
}

.main-content {
  padding: 50px 40px 60px;
  background-color: #efefb6;
}

.slider-head {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 40px;
}

.slider-body {
  padding-right: 60px;
  color: #fff;
  line-height: 30px;
}

.columns-2 {
  margin-right: 0px;
  margin-left: 0px;
}

.columns-2.slide3-columns {
  padding-left: 10px;
}

.photo-right {
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 20px;
  float: right;
  border-style: solid;
  border-width: 2px;
  border-color: #fff4f4;
  box-shadow: 0 0 12px 0 rgba(94, 94, 46, 0.43);
  text-align: left;
}

.photo-right.left {
  margin-right: 20px;
  margin-left: 0px;
  float: left;
}

.hr {
  height: 1px;
  margin-top: 41px;
  margin-bottom: 29px;
  background-color: #333579;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-nav {
  padding-bottom: 0px;
  text-align: center;
}

.link {
  display: inline-block;
  padding-bottom: 1px;
  border-bottom-style: dashed;
}

.list {
  clear: none;
}

.div-block {
  width: 200px;
  height: 4px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #d8d725;
}

.bibliography {
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 40px;
  padding-left: 0px;
  line-height: 20px;
  text-indent: -40px;
}

@media screen and (max-width: 991px) {
  .container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .navbar {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navlink.second {
    padding-left: 25px;
    border-right: 0px none #d7d722;
    border-left: 15px solid #d7d722;
  }

  .menu-button {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 38px;
  }

  .menu-button.w--open {
    background-color: #1c1d4e;
  }

  .nav-menu {
    background-color: #333579;
  }

  .section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading {
    font-size: 36px;
    line-height: 42px;
  }

  .home-h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .main-content {
    padding: 30px;
  }

  .slider-body {
    padding-right: 49px;
  }

  .photo-right {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .navlink.second {
    border-right-style: none;
    border-right-width: 0px;
  }

  .copyright {
    text-align: center;
  }

  .button-brochure {
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }

  .heading {
    font-size: 32px;
    line-height: 40px;
  }

  .home-h2 {
    font-size: 22px;
    line-height: 24px;
  }

  .slide1-column1 {
    min-height: 350px;
    padding-left: 10px;
  }

  .columns {
    padding-left: 0px;
  }

  .slider {
    min-height: 700px;
  }

  .main-content {
    padding: 20px;
  }

  .photo-right {
    display: inline-block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .logo {
    margin-left: 15px;
  }

  .navlink.second {
    padding-right: 10px;
    padding-left: 15px;
    border-right-style: none;
    border-left-width: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    white-space: pre-wrap;
  }

  .dropdown-list.w--open {
    overflow: auto;
    width: 320px;
  }

  .dropdown-2 {
    overflow: hidden;
  }

  .section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .copyright {
    padding-right: 10px;
  }

  .heading {
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }

  .home-h2 {
    font-size: 20px;
    line-height: 22px;
  }

  .main-content {
    padding: 10px;
  }

  .slider-body {
    padding-right: 0px;
    line-height: 20px;
  }
}