@font-face {
  font-family: AvenirLight;
  src: url(../fonts/Avenir-Light.ttf);
  font-display: swap;
}
@font-face {
  font-family: AvenirMedium;
  src: url(../fonts/Avenir-Medium.ttf);
  font-display: swap;
}
/********   GLOBAL   *********/
* {
  box-sizing: border-box;
}

body {
  background: #fff;
  -webkit-font-smoothing: antialiased;
  font-family: 'AvenirLight', Helvetica, Arial ,Lucida, sans-serif;
}

.wrap {
  width: 80%;
  margin-left: 10%;
}

.wrap1 {
  width: 70%;
  margin-left: 15%;
}

.wrap2 {
  width: 55%;
  margin-left: 22.5%;
}

.col2 {
  width: 50%;
  float: left;
}

.col3 {
  width: calc(100% / 3);
  float: left;
}

p {
  font-size: 15px;
  line-height: 1.1;
  font-family: AvenirLight;
  color: #222222;
}

a {
  text-decoration: none;
  color: #232323;
}

img {
  width: 100%;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
  padding: 80px 0 40px 0;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

/********   HEADER   *********/
.header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 3;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
  text-align: left;
  padding-left: 30px;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}

/* menu */
.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */
.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 360px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */
@media (min-width: 48em) {
  .header li {
    float: left;
  }

  .header li a {
    padding: 20px 30px;
  }

  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }

  .header .menu-icon {
    display: none;
  }
}
header {
  width: 100%;
  padding: 10px 0;
  background: #fff;
  border-bottom: 1px solid #e1e1e1;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  z-index: 9999;
  top: 0;
  position: fixed;
}

.shrink {
  padding: 2px 0;
}

header img {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  width: 180px;
  padding-left: 25px;
}

header li {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  margin-top: 12px;
}

header.shrink li {
  margin-top: 0px;
}

header.shrink img {
  width: 100px;
  padding-top: 6px;
  padding-left: 10px;
}

/********   HERO  *********/
#emptyspace {
  min-height: 90px;
}

#hero {
  position: relative;
  height: 50vh;
  background-color: #ccc;
  background: url("../img/Untitled-1.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  text-align: left;
  padding: 0 10%;
}

#hero h1 {
  padding-top: 60px;
}

#hero p {
  color: #fff;
  font-size: 32px;
}

#hero img {
  position: absolute;
  max-width: 350px;
  background-color: #eee;
  border-radius: 10px;
  bottom: 40px;
}

/********   WHAT WE DO  *********/
/********               &              *********/
/********   TESTIMONIALS  *********/
#what-we-do,
#testimonials {
  text-align: center;
  padding-bottom: 140px;
}

#testimonials {
  border-bottom: 1px solid #888;
}

#what-we-do .col3 {
  padding: 0 40px;
}

#testimonials .col2 {
  padding: 0 70px;
}

#testimonials .col3 {
  padding: 0 50px;
}

#what-we-do h2,
#testimonials h2 {
  font-family: 'AvenirLight', Helvetica, Arial ,Lucida, sans-serif;
  font-size: 42px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 500;
  margin-bottom: 20px;
}

#what-we-do h3,
#testimonials h3 {
  margin-bottom: 30px;
}

#what-we-do p,
#testimonials p {
  font-family: AvenirLight;
  line-height: 1.8;
  color: #222222;
}

#what-we-do img,
#testimonials img {
  width: 60px;
  margin-bottom: 20px;
}

#testimonials h4 {
  padding-bottom: 15px;
}

#testimonials hr {
  width: 70%;
  margin-left: 15%;
}

/********   ABOUT US  *********/
#about-us {
  background-color: #eee;
}

#about-us-left {
  padding-top: 30px;
  padding-bottom: 50px;
  width: 25%;
  float: left;
  background-color: #777;
  color: #fff;
}

#about-us-left p {
  padding-left: 50px;
  color: #fff;
  padding-right: 15px;
}

#about-us-left ul {
  list-style-type: none;
  list-style-position: outside;
  margin-left: 20px;
  padding-right: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

#about-us-left li {
  text-align: left;
  margin: 0;
  padding: 6px 0 6px 50px;
  list-style: none;
  background-image: url("../img/icons/icon-tick.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px;
  margin-top: 35px;
  font-size: 24px;
  font-weight: 600;
}

#about-us-right {
  width: 75%;
  float: left;
  text-align: center;
}

#about-us-right p {
  line-height: 1.8;
  margin-bottom: 10px;
}

#about-us-right a {
  border-bottom: 1px solid #777;
  color: #100954;
}

#about-us-right img {
  margin: 0 auto;
  width: 70%;
}

#about-us-bottom {
  margin-top: 30px;
}

#about-us-bottom p {
  padding-top: 40px;
}

/********   CALL TO ACTION  *********/
#call-to-action {
  min-height: 100px;
  background-color: #000;
}

#call-to-action .col2:first-of-type {
  width: 60%;
}

#call-to-action .col2:last-of-type {
  width: 40%;
}

#call-to-action p {
  color: #fff;
  font-size: 36px;
  padding-top: 30px;
  padding-left: 30px;
  float: right;
}

#call-to-action button {
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 10px;
  color: #fff;
  padding: 10px 30px;
  margin-top: 30px;
  margin-left: 100px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

#call-to-action button a {
  color: #fff;
}

#call-to-action button:hover {
  border: 2px solid #aaa;
}

/********   OUR WORK HERO  *********/
#our-work-hero {
  background-color: #7b888f;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 200px;
}

#our-work-hero h2 {
  font-family: 'AvenirLight', Helvetica, Arial ,Lucida, sans-serif;
  font-size: 50px;
  line-height: 1.2em;
  color: #FFF;
  font-weight: 500;
  padding-bottom: 10px;
}

#our-work-hero p {
  color: #fff;
  padding-top: 00px;
  font-size: 24px;
  font-family: AvenirLight;
  line-height: 1.8;
}

/********   OUR WORK GALLERY  *********/
#our-work-gallery {
  padding-top: 6px;
}

/********   EXPERIENCE HERO  *********/
#experience-hero {
  background-color: #777;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 200px;
}

#experience-hero h2 {
  font-family: 'AvenirLight', Helvetica, Arial ,Lucida, sans-serif;
  font-size: 50px;
  line-height: 1.2em;
  color: #FFF;
  font-weight: 500;
  padding-bottom: 10px;
}

#experience-hero p {
  color: #fff;
  padding-top: 00px;
  font-size: 24px;
  font-family: AvenirLight;
  line-height: 1.8;
}

#experience-hero button {
  background-color: #777;
  border: 2px solid #FFF;
  border-radius: 10px;
  color: #fff;
  padding: 10px 30px;
  margin-top: 30px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

#experience-hero button a {
  color: #fff;
}

#experience-hero button:hover {
  border: 2px solid #333;
}

/********   CONTACT  *********/
#contact .col2:first-of-type p {
  text-align: center;
}

#contact h2 {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 50px;
}

.contact-form-row {
  width: 100%;
  margin: 20px 0;
}

#contact-form label {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  margin-top: 10px;
}

#contact-form input,
#contact-form textarea {
  width: 100%;
  height: 30px;
  background-color: #e2e2e2;
  border-radius: 5px;
  border: 0px solid #CCC;
  font-size: 15px;
  padding: 2%;
}

#contact-form textarea {
  width: 100%;
  height: 85px;
  padding: 1%;
}

#contact-form .contact-form-row h4 {
  margin: 15px 0 10px 0;
}

.submit button {
  border: 0px solid #10034e;
  background-color: #10034e;
  border-radius: 8px;
  padding: 12px 16px 10px 16px;
  color: #fff;
  font-weight: 600;
  display: block;
  margin: 0 auto;
}

#contact-details {
  padding-bottom: 20px;
}

#contact-address-row {
  padding-top: 20px;
}

#contact-details p {
  font-size: 22px;
  margin-bottom: 0;
  padding: 0;
  line-height: 1.2;
  text-align: center;
}

#contact-details p.regno {
  font-size: 13.5px;
}

#contact-details p.email {
  font-size: 22px;
  padding-bottom: 10px;
  padding-top: 20px;
}

#contact-details p.telno {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
}

#contact-image-row img {
  width: 150px;
  display: block;
  margin: 0 auto;
  padding-bottom: 0px;
  padding-top: 15px;
}

/********   MEDIA QUERIES  *********/
@media (max-width: 767.98px) {
  #hero {
    min-height: 80vh;
  }

  #hero img {
    width: 300px;
  }

  .wrap {
    width: 88%;
    margin-left: 6%;
  }

  .col2 {
    width: 100%;
  }

  .col3 {
    width: 100%;
  }

  #what-we-do .col3 {
    padding: 0 0px;
  }

  #about-us-left,
  #about-us-right {
    width: 100%;
  }

  #what-we-do h2 {
    margin-bottom: -60px;
  }

  #testimonials h2 {
    margin-bottom: -50px;
  }

  #what-we-do img {
    margin-top: 50px;
    margin-bottom: 0;
  }

  #testimonials img {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  #call-to-action {
    display: none;
  }

  #about-us-bottom p {
    padding-top: 0px;
    padding-bottom: 30px;
  }

  #about-us-bottom img {
    width: 100%;
    margin-bottom: 50px;
  }

  #testimonials .col2 {
    padding: 0 10px;
  }

  #testimonials .col3 {
    padding: 0 10px;
  }

  #about-us-right img {
    width: 100%;
    margin-top: 30px;
  }

  #about-us-right p {
    margin-bottom: 20px;
  }

  #about-us-right {
    padding-bottom: 50px;
  }

  #our-work-hero {
    padding-top: 0px;
    padding-bottom: 70px;
  }

  #our-work-hero h2 {
    padding-top: 50px !important;
  }

  #what-we-do {
    padding-bottom: 60px;
  }

  #testimonials {
    padding-bottom: 60px;
  }
}
@media (max-width: 360px) {
  #hero img {
    width: 250px;
  }

  #hero h1 {
    font-size: 40px;
  }
}
