@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.ttf") format("truetype");
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body {
  min-width: 320px;
  margin: 0;
  font: 14px/1.4 "Arial", sans-serif;
  color: #000;
  background: #fff;
}
a {
  text-decoration: none;
}
.ml-auto {
  margin-left: auto !important;
}
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #36434c;
}
.fixed-header .logo {
  top: 20%;
}
#header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 10;
}
.list-none {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
#nav li {
  margin-right: 25px;
}
#header .top {
  background-color: #05141f;
  padding: 0 60px;
  height: 32px;
  align-items: center;
}
#header .top ul {
  margin-left: auto;
}

#header .top ul a {
  margin-left: 30px;
  color: #9ba1a5;
  font-size: 12px;
  text-transform: uppercase;
  display: flex;
  align-items: baseline;
}
#header .top ul a:hover {
  text-decoration: underline;
}

#header .top ul img {
  width: 17px;
  padding-right: 5px;
}

.header-holder {
  padding: 26.3px 40px;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
#header:hover .header-holder {
  background: #fff;
}
#header:hover .header-holder a {
  color: #000;
}
#header:hover .logo img {
  filter: brightness(100%) invert(0);
}

#nav a {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
}

#nav a svg {
  transform: rotate(90deg);
  fill: #fff;
}

#header:hover .header-holder a svg {
  fill: #000;
}

.whatsapp-cta {
  opacity: 70%;
}
.whatsapp-cta:hover {
  opacity: 100%;
  transition: 0.2s all ease;
}

.whatsapp-cta .whatsapp-btn {
  position: fixed;
  left: 1rem;
  bottom: 1.5rem;
  z-index: 99999;
  height: 3.375rem;
  width: 11.25rem;
  border-radius: 60px;
  border-radius: 3.75rem;
  background-color: #28a745 !important;
  box-shadow: 0 15px 20px rgba 0, 0, 0, 0.15;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}
/* .whatsapp-cta .whatsapp-btn::before{
  background-image: url(../images/whatsapp.png);
    height: 3.375rem;
    width: 3.375rem;
    background-repeat: no-repeat;
    background-size: 30% contain;
    background-position: center;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
} */

img.whatsapp-img {
  position: fixed;
  left: 30px;
  width: 30px;
  z-index: 10;
}

.whatsapp-cta .whatsapp-btn::after {
  content: "Chat with us";
  font-size: 18px;
  position: relative;
  left: 3.75rem;
  color: #fff;
}

.whatsapp-logo {
  position: fixed;
  bottom: 25px;
  right: 50px;
  background: #28a745 !important;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
}
/* .whatsapp-logo:hover {
  width: 80px;
  height: 80px;
  transition: 0.5s ease-in-out;
} */
img.whatsapp-img {
  width: 30px;
  z-index: 10;
}
.whatsapp-logo .outline {
  position: fixed;
  bottom: 20px;
  right: 45px;
  /* background: #6c28a7 !important; */
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid #28a745 !important;
  z-index: 100;
}
.logo {
  position: absolute;
  left: 50%;
  top: 40%;
  margin: 0 0 0 -40px;
}

.logo img {
  /* filter: brightness(0%) invert(1); */
  width: 50px;
  height: 50px;
}

#nav {
  width: 100%;
}

.home-banner {
  width: 100%;
  overflow: hidden;
  height: 100vh;
}
.home-banner .cta {
  position: absolute;
  bottom: 110px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  z-index: 12;
}
.home-banner .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 12;
}
.home-banner .banner-text h2 {
  color: #fff;
  font-size: 40px;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.home-banner .cta a {
  height: 60px;
  outline: none;
  font-size: 12px;
  padding: 22px 40px;
  border-radius: unset;
  border: solid 1px #fff;
  margin: 0 2px;
  text-transform: none;
  background-color: #fff;
  color: #05141f;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.banner-bg {
  height: calc(100vh + 100px);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.banner-bg::after {
  position: absolute;
  background: #00000066;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  content: "";
}

.slick-slider {
  -webkit-transition: opacity 2000s ease-in-out;
  -moz-transition: opacity 2000s ease-in-out;
  -ms-transition: opacity 2000s ease-in-out;
  -o-transition: opacity 2000s ease-in-out;
  opacity: 1;
}

.slick-arrow {
  position: absolute;
  left: 40px;
  top: 50%;
  margin-top: -42px;
  z-index: 9;
  border: none;
  font-size: 0;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background-color: rgba(5, 20, 31, 0.08);
  transition: all 0.3s ease-in-out;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.slick-arrow:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/home/arrow.png") no-repeat;
  z-index: 1;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
}
.slick-next.slick-arrow {
  left: auto;
  right: 40px;
}
.slick-next.slick-arrow:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  margin: -10px 0 0 -10px;
}
.slick-arrow:hover {
  background: #05141f;
}

.boxes li:first-child img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border: none;
}
.boxes li {
  display: flex;
  list-style: none;
  flex: 1;
}
.boxes li:first-child {
  flex: 0 0 34%;
}
.boxes li:nth-child(even) a {
  background-color: #36434c;
}
.boxes li a {
  background-color: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 220px;
  color: #fff;
  font-size: 18px;
}
.boxes li:nth-child(odd) a {
  background-color: #697279;
}
.boxes li:last-child a {
  background: #fff;
  color: #000;
}
.boxes li:last-child a img {
  filter: brightness(100%) invert(100%);
}
.boxes li:nth-child(2) img {
  /* width: 93px; */
  margin-top: 10px;
}
.boxes li img {
  width: 38px;
}

.boxes strong:after {
  width: 145px;
  height: 1px;
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  background: #9a9a9a;
  transform: translate(-50%, 0);
}
.boxes strong {
  display: block;
  margin: 30px auto;
  text-align: center;
  padding: 30px 20px 0;
  position: relative;
}

#footer {
  background-color: #05141f;
  border-top: 1px solid #f7f8f833;
  color: #fff;
  margin: 0 auto;
}
.footer-top {
  padding: 0 135px;
}
#footer strong {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
  display: block;
}
#footer ul a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #fff;
  padding: 1px 0;
}
#footer ul a:hover {
  text-decoration: underline;
}
.footer-col {
  flex: 1;
}
.footer-logo {
  padding: 42px 0;
}
.footer-logo img {
  height: 65px;
}
.socials {
  display: flex;
  align-items: center;
}
.socials .text {
  width: 48%;
  margin-left: auto;
  text-align: right;
}
.socials .text span {
  display: block;
  color: #fff;
}
.socials p {
  font-size: 13px;
  color: #9ba1a5;
  line-height: 1.5;
  margin-bottom: 20px;
}
.socials p .small {
  font-size: 10px;
  color: #fff;
  display: block;
}
.social-icons li a.img {
  width: 15px;
  vertical-align: top;
  font-size: 14px;
  color: #fff;
  padding: 1px 0;
  margin: 10px 10px 0px 10px;
  display: inline-block;
}
.socials .text .footer-text .a-footer {
  text-decoration: none;
  color: white;
  cursor: pointer;
}
.socials .text .footer-text .a-footer:hover {
  color: #4b27ce;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.5s ease;
  font-size: medium;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 135px;
  background-color: #05141f;
  text-align: right;
}
.footer-bottom .holder {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer-bottom p a {
  color: #fff;
}
.footer-bottom p {
  color: #9ba1a5;
  font-size: 14px;
  margin: 0;
  text-align: right;
  margin-top: 9px;
}
#footer .flag {
  width: 16px;
  margin-right: 3px;
}
#footer .partner img {
  width: 60px;
  margin-left: 100px;
}
.home-banner .slick-slider {
  height: 100%;
}
.slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.slick-dots li {
  display: flex;
  width: 40px;
  height: 2px;
  margin: 0 4px;
}
.slick-dots button {
  width: 100%;
  height: 100%;
  font-size: 0;
  border: none;
  background: #39444d;
  outline: 0;
  cursor: pointer;
}
.slick-dots .slick-active button {
  background: #fff;
}
.menu-opener {
  background: none;
  outline: none;
  border: none;
  padding: 0;
  position: absolute;
  left: 36px;
  top: 50%;
  transform: translate(0, -50%);
  display: none;
}
.mobile-header {
  display: none;
}
#header li {
  position: relative;
}
#header li ul {
  position: absolute;
  left: 0;
  background: #fff;
  margin: 0;
  padding: 5px 0;
  list-style: noe;
  display: none;
  width: 200px;
  border-radius: 5px;
  top: 100%;
  list-style: none;
}

#header li ul a {
  color: #000;
  display: block;
  padding: 6px 11px;
  font-size: 15px;
  font-weight: 400;
}
#header ul > li ul li.has-ul {
  background: url("../images/home/drop-arrow.png") no-repeat 93% 50%;
  background-size: 10px 14px;
}
#header li:hover ul li ul {
  left: 100%;
  top: 0;
  /* margin: 0 0 0 4px; */
}

#header li:hover ul li ul li ul {
  left: 100%;
  z-index: 1;
}

#header ul li ul li {
  margin: 0;
}
/* RESPONSIVE */
@media (min-width: 1200px) {
  #header li:hover > ul {
    display: block;
  }
}
@media (max-width: 1200px) {
  #header li ul a {
    padding: 10px 50px;
  }

  #header li ul {
    width: 100%;
    position: static;
  }
  #header ul > li ul li.has-ul {
    background-position: 98% 50%;
  }
  #header li ul li ul a {
    padding-left: 60px;
  }
  #header .has-ul > a {
    font-weight: 600;
  }
  #header li ul li ul li ul a {
    padding-left: 80px;
  }
  /* .header-holder {
    background: none !important;
  } */
  #header:hover .header-holder {
    background: none;
  }
  .menu-opener,
  .mobile-header {
    display: block;
  }
  .mobile-header {
    position: fixed;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    z-index: 99999;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
  }
  .mobile-header.active {
    display: block;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
  }
  .mobile-header .small-nav a {
    display: flex;
    align-items: center;
    position: relative;
    text-transform: uppercase;
    padding: 15px 30px;
    border-top: 1px solid #dbdbdb;
    color: #05141f;
    font-size: 16px;
    font-weight: 600;
  }
  .mobile-header .small-nav a svg {
    transform: rotate(90deg);
    position: absolute;
    right: 20px;
  }
  .openers {
    height: 62px;
  }
  .openers .close-menu {
    background: none;
    outline: none;
    border: none;
    padding: 0;
    margin: 19px 0 0 30px;
  }
  .openers .brand-logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 15px;
  }
  .openers .brand-logo img {
    height: 35px;
    /* width: 60px; */
  }
  .tabbing a {
    display: block;
    position: relative;
    text-transform: uppercase;
    padding: 15px 30px;
    color: #000;
    font-size: 11px;
    text-decoration: underline;
    background: #f7f8f8;
  }

  .tabbing li {
    flex: 1;
    border-left: 1px solid #cdd0d2;
  }

  .tabbing {
    border: 1px solid #cdd0d2;
    border-left: none;
  }

  .header-holder ul,
  #header .top {
    display: none;
  }

  #header .logo img {
    display: block;
  }

  .header-holder {
    padding: 18px 40px;
  }

  .header-holder .logo {
    position: relative;
  }

  .footer-top {
    padding: 0 70px;
  }
  .boxes li a {
    height: 190px;
    font-size: 16px;
  }
  .boxes strong {
    padding: 20px 20px 0;
  }
  .whatsapp-logo {
    width: 40px;
    height: 40px;
    right: 40px;
  }
  .whatsapp-logo .outline {
    width: 50px;
    height: 50px;
    right: 35px;
  }
  .whatsapp-logo {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 80px;
  }
  img.whatsapp-img {
    width: 20px;
  }
  .whatsapp-logo .outline {
    width: 50px;
    height: 50px;
    right: 5px;
    bottom: 75px;
  }
}

@media (max-width: 1199px) {
  .boxes li:first-child {
    flex: 66.67%;
  }
  .boxes li {
    flex: 33.33%;
  }
  .boxes li a {
    height: 280px;
  }
  .footer-col {
    padding: 0 15px;
  }
}
@media (max-width: 1200px) {
  .home-banner,
  .banner-bg {
    height: 500px;
  }
  .home-banner .cta {
    bottom: 10px;
  }
}
@media (max-width: 999px) {
  .footer-col {
    flex: 33.33%;
    padding: 0 15px 30px;
  }
  .home-banner .banner-text {
    width: 90%;
    padding: 0 100px;
  }
  .home-banner .banner-text h2 {
    font-size: 30px;
  }
}
@media (max-width: 700px) {
  .home-banner .banner-text {
    width: 100%;
    padding: 0 90px;
  }
  .home-banner .banner-text h2 {
    font-size: 4vw;
  }
  .home-banner,
  .banner-bg {
    height: 340px;
    background-position: center center;
  }
  .home-banner .cta a {
    height: 40px;
    padding: 12px 20px;
  }
  .home-banner .cta {
    bottom: 10px;
  }
  .slick-arrow {
    width: 54px;
    height: 54px;
    left: 15px;
  }
  .slick-arrow:after {
    width: 15px;
    height: 15px;
  }
  .slick-next.slick-arrow {
    right: 15px;
  }
  .slick-next.slick-arrow:after {
    margin: -7px 0 0 -7px;
  }
  .slick-dots {
    bottom: 60px;
  }
  .boxes li:first-child {
    flex: 100%;
  }
  .boxes li a {
    height: 200px;
  }
  .footer-top {
    padding: 0 40px;
  }
  .footer-col {
    flex: 100%;
    padding: 0;
  }

  .footer-col ul {
    display: none;
    margin: 0 0 25px;
  }
  .footer-col .footer-socials {
    display: flex !important;
  }

  #footer strong {
    font-size: 16px !important;
    border-top: 1px solid #f7f8f833;
    padding: 16px 0;
    margin: 0 !important;
    position: relative;
  }

  .footer-col {
    margin: 0;
  }

  #footer strong:after {
    width: 23px;
    height: 24px;
    position: absolute;
    content: "";
    right: 0;
    top: 14px;
    background: url("../images/home/icon.png") no-repeat;
  }

  .whatsapp-cta .whatsapp-btn {
    height: 3rem;
    width: 10rem;
  }
  .whatsapp-cta .whatsapp-btn::after {
    font-size: 15px;
    left: 3.25rem;
  }

  .whatsapp-logo {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 80px;
  }
  img.whatsapp-img {
    width: 20px;
  }
  .whatsapp-logo .outline {
    width: 50px;
    height: 50px;
    right: 5px;
    bottom: 75px;
  }
}

#footer ul a img.facebook:hover {
  background-color: #3b5998;
  transition: all 0.3s ease-out;
}
#footer ul a img.twitter:hover {
  background-color: #00acee;
  transition: all 0.3s ease-out;
}
#footer ul a img.youtube:hover {
  background-color: #c4302b;
  transition: all 0.3s ease-out;
}
#footer ul a img.instagram:hover {
  background-color: #9b36b7;
  transition: all 0.3s ease-out;
}
#footer ul a img.linkedin:hover {
  background-color: #0072b1;
  transition: all 0.3s ease-out;
}

@media (max-width: 600px) {
  .socials {
    flex-direction: column;
  }

  .socials .text {
    width: 100%;
    text-align: left;
  }

  .socials ul {
    text-align: left;
    justify-content: flex-start;
    margin-right: auto;
    margin-left: -18px;
  }

  .socials li:first-child {
    margin-left: 0;
  }
  .footer-bottom {
    padding: 20px;
  }

  .footer-bottom .holder {
    flex-direction: column;
    width: 100%;
  }

  .footer-bottom p {
    text-align: center;
  }

  #footer .partner img {
    margin: 20px 0 0;
  }
  .boxes li {
    flex: 100% !important;
  }
  .whatsapp-logo {
    right: 30px;
  }
  .whatsapp-logo .outline {
    right: 25px;
  }
}

@media (max-width: 480px) {
  .tabbing a {
    padding: 15px 9px;
  }
  .menu-opener {
    left: 20px;
  }
}

@media (max-width: 320px) {
  .whatsapp-cta .whatsapp-btn {
    width: 3rem !important;
    height: 3rem;
  }
  img.whatsapp-img {
    left: 30px;
  }
}
