header .closeX {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 18px;
  background-color: #505050;
  padding: 4px 10px;
  display: none;
}

.top-bar {
  background-color: #252628;
  color: #fff;
  padding: 10px 0px;
}

.top-bar p {
  margin-right: 15px;
}

.top-bar p i {
  width: 20px;
  color: #ff8738;
}

.top-bar ul li {
  display: inline-block;
}

.top-bar ul li a {
  display: block;
  color: #fff;
  padding: 5px 10px;
}

.header {
  width: 100%;
  padding: 14px 0px;
}

.header.fixed {
  background-color: #252628;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  box-shadow: 0px 0px 10px #000;
  padding: 5px;
}

.header.fixed .logo img {
  width: 150px;
  height: 40px;
}

.header.fixed .nav ul li a {
  color: #fff;
}

.header.fixed .nav ul li ul {
  padding-top: 0px;
}

.header.fixed .nav ul li ul li a {
  color: #000;
}

.header .logo img {
  width: 200px;
}

.header .nav ul li {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  position: relative;
}

.header .nav ul li a {
  display: block;
  padding: 8px 18px;
}

.header .nav ul li a.active,
.header .nav ul li a:hover {
  background-color: #ff8738;
  color: #fff;
}

.header .nav ul li ul {
  position: absolute;
  top: 100%;
  left: 0px;
  min-width: 200px;
  background-color: #fff;
  padding-top: 12px;
  display: none;
  box-shadow: 0px 14px 10px #9a9a9a;
  z-index: 10;
}

.header .nav ul li ul li {
  display: block;
  text-transform: capitalize;
  border-bottom: solid 1px #ddd;
}

.header .nav ul li ul li a {
  padding: 12px 15px;
}

.header .nav ul li ul li a:hover {
  background-color: #ff8738;
  color: #fff;
}

.header .nav ul li ul li:last-child {
  border-bottom: none;
}

.header .nav ul li:hover ul {
  display: block;
}

.banner-section .banner-slide {
  min-height: 520px;
  position: relative;
}

.banner-section .banner-slide .banner-text {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60%;
  height: 100%;
  background-color: rgba(255, 135, 56, 0.8);
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
  color: #fff;
  display: flex;
  align-items: center;
}

.banner-section .banner-slide .banner-text .text {
  padding: 50px;
  padding-right: 140px;
}

.banner-section .banner-slide .banner-text h2 {
  font-size: 52px;
  text-transform: capitalize;
  padding-bottom: 20px;
}

.banner-section .banner-slide .banner-text p {
  font-weight: 300;
  line-height: 1.8;
}

.welcome-section .col-text {
  padding: 0px 0px;
}

.welcome-section .col-text p {
  text-align: justify;
  font-size: 14px;
}

.welcome-section .col-text .heading h2 {
  font-size: 29px;
}

.service-section .card {
  background-color: #fff;
  box-shadow: 0px 0px 6px #ececec;
  padding: 20px;
  margin-bottom: 20px;
  height: 433px;
}

.service-section .card .text {
  padding-top: 15px;
}

.service-section .card .text h3 {
  padding-bottom: 10px;
}

.service-section .card .text p {
  font-size: 15px;
  text-align: justify;
}

.service-section .heading h2 {
  color: #032e42;
}

.why-section .column {
  transition: transform 0.4s;
}

.why-section .column span {
  width: 100px;
  height: 100px;
  background-color: #ff8738;
  border-radius: 50%;
  clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
}

.why-section .column span img {
  max-width: 50px;
  filter: invert(1);
}

.why-section .column h3 {
  padding: 15px 0px 10px;
  font-size: large;
}

.why-section .column:hover {
  transform: translateY(-10px);
}

.client-section .slick-list {
  padding-top: 70px;
  padding-bottom: 10px;
}

.client-section .column {
  box-shadow: 0px 0px 6px #ececec;
  padding: 60px 20px 20px;
  position: relative;
  background-color: #fff;
  margin: 0px 10px;
  height: 235px;
}

.client-section .column .img {
  position: absolute;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: solid 2px #ff8738;
}

.client-section .column h3 {
  padding-bottom: 10px;
  text-align: center;
}

.client-section .column p {
  font-size: 15px;
  text-align: center;
}

.footer {
  background-color: #191919;
  color: #fff;
  padding: 40px 0px;
}

.footer .column {
  width: 20%;
  padding-right: 25px;
}

.footer .column-1 {
  width: 40%;
}

.footer .column-1 ul {
  width: 180px;
}

.footer p {
  font-size: 14px;
}

.footer img {
  max-width: 80%;
  padding-bottom: 20px;
}

.footer h3 {
  color: #ff8738;
  padding-bottom: 20px;
}

.footer ul li {
  position: relative;
  padding-left: 15px;
  margin: 18px 0px;
}

.footer ul li::before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 0px;
  left: 0px;
}

.footer ul li a {
  color: #fff;
  font-weight: 300;
}

.copyright {
  background-color: #1d1d1d;
  color: #fff;
  padding: 10px 0px;
}

.inner-banner {
  background-image: url(../images/banner1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.inner-banner .inner-text {
  background-color: rgba(47, 20, 3, 0.7);
  color: #fff;
  padding: 40px 0px;
}

.about-section h3 {
  padding: 30px 0px 10px;
  font-size: 20px;
  color: #000;
}

.about-section .grid-2 .col ul li {
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

.aboutsection1 {
  padding-top: 0;
  margin-top: -40px;
}

.aboutsection1 h4 {
  font-size: 20px;
  padding: 10px 0;
}

.aboutsection1 h2 {
  font-size: 32px;
}

.aboutsection1 h2 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}

.aboutsection1 h3 {
  padding: 10px 0;
  font-size: 20px;
  color: #000;
}

.aboutsection1 p {
  font-size: 16px;
  padding-bottom: 7px;
  text-align: justify;
}

.aboutsection1 p span {
  font-size: 17px;
  font-weight: bold;
}

.aboutsection1 ul li {
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 1.8;
}

.contact-section {
  background-image: url(../images/bg-contact.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

.contact-section .column {
  width: calc(100% - 350px);
  padding: 50px;
  box-shadow: 0px 0px 15px #ddd;
  background-color: #fff;
  position: relative;
}

.contact-section .column h2 {
  color: #1d1d1d;
  padding-bottom: 40px;
}

.contact-section .contact-box {
  background-color: #33383e;
  padding: 40px;
  position: absolute;
  top: 0px;
  left: 100%;
  width: 350px;
  color: #fff;
  clip-path: polygon(0 0, 100% 0%, 100% 89%, 0 100%);
}

.contact-section .contact-box .box {
  position: relative;
  padding-left: 80px;
  margin: 40px 0px;
}

.contact-section .contact-box .box p {
  font-size: 14px;
  line-height: 1.5;
}

.contact-section .contact-box .box span {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ef2e2e;
  font-size: 20px;
  transform: translateY(-50%);
}

.contact-section .contact-box .box h4 {
  padding-bottom: 10px;
}

.contact-section .contact-box .box:nth-child(2) span {
  background-color: #ff8738;
}

.contact-section .contact-box .box:nth-child(3) span {
  background-color: #179cc3;
}

.map iframe {
  width: 100%;
  height: 500px;
  display: block;
}

.career-section {
  background-color: #fff7f2;
}

.career-section .career-box {
  background-color: #fff;
  box-shadow: 0px 0px 10px #f1e7e1;
  padding: 60px;
}

.mobile-header {
  background-color: #191919;
  padding: 15px;
  display: none;
}

.mobile-header .logo {
  width: 170px;
}

.mobile-header .toggle {
  width: 40px;
}

.mobile-header .toggle::after {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../images/icon-toggle.svg);
  background-repeat: no-repeat;
  background-size: 40px;
  display: block;
}


.document-section .tab {
  padding-bottom: 40px;
}

.document-section .tab ul li {
  margin-right: 20px;
}

.document-section .tab ul li {
  padding: 10px 20px;
  color: white;
  background-color: #ff8738;

}

.document-section .tab ul li a {
  color: white !important;
  letter-spacing: 0.5px;
}

.document-section .flex-row {
  justify-content: center;
  margin: 0px -15px;
}

.document-section .box {
  width: calc(33.33% - 30px);
  border: 10px solid transparent;
  border-image: url(../images/border.png) 30 round;
  margin: 0px 15px 15px;
}

.gallery-section .col {
  width: calc(34.33% - 20px);
  margin-bottom: 15px;
}

.gallery-section .col figure {
  overflow: hidden;
  position: relative;
}

.gallery-section .col figure img {
  width: 100%;
  height: 250px;
  transition: all 2s ease-out;
}

.gallery-section .col figure:hover img {
  transform: scale(1.2);
}

.gallery-section h2 {
  padding-bottom: 40px;
  font-size: 32px;
}


@media (max-width: 767px) {
  .mobile-header {
    display: block;
  }

  .document-section .box .flex-row {
    margin: 0px;
  }

  .document-section .box {
    width: 100%;
    margin: 0px 0px 15px;
  }

  header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 280px;
    height: 100%;
    background-color: #191919;
    z-index: 11;
    overflow-y: auto;
    transform: translateX(-300px);
    transition: transform 0.5s;
  }

  header.active {
    transform: translateX(0px);
    box-shadow: 0px 0px 50px #000;
  }

  header .closeX {
    display: block;
  }

  .top-bar {
    padding-top: 40px;
  }

  .top-bar p {
    margin: 5px 0px;
  }

  .top-bar p i {
    width: 25px;
    margin-left: 10px;
  }

  .header {
    padding: 0px 0px 20px;
  }

  .header.fixed {
    position: static;
    box-shadow: none;
    background-color: transparent;
  }

  .header .flex-row {
    display: block;
  }

  .header .logo {
    padding: 20px 0px;
  }

  .header.fixed .logo img {
    width: 200px;
  }

  .header .nav ul li {
    display: block;
  }

  .header .nav ul li a {
    color: #fff;
    padding: 12px 15px;
  }

  .header .nav ul li ul {
    min-width: 100%;
    background-color: #252628;
    box-shadow: none;
    position: static;
  }

  .header .nav ul li:hover ul {
    display: none;
  }

  .header .nav ul li ul li {
    border-bottom-color: #333538;
  }

  .header.fixed .nav ul li ul li a {
    color: #fff;
  }

  .header .nav ul li ul li a:hover {
    color: #fff;
  }

  .nav li.dropdown .expend {
    width: 24px;
    height: 24px;
    background-color: #252628;
    right: 15px;
    top: 14px;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    position: absolute;
    right: 10px;
    top: 2px;
  }

  .nav li.dropdown .expend::after {
    content: "\f067";
    color: #fff;
    font-family: FontAwesome;
  }

  .nav li.dropdown .expend.active::after {
    content: "\f068";
  }

  .banner-section .banner-slide {
    min-height: 50px;
  }

  .banner-section .banner-slide .banner-text {
    width: 100%;
    clip-path: none;
    position: static;
    background-color: rgba(255, 135, 56, 0.6);
  }

  .banner-section .banner-slide .banner-text .text {
    padding: 30px 15px;
  }

  .banner-section .banner-slide .banner-text h2 {
    font-size: 34px;
  }

  .inner-banner .inner-text h2 {
    font-size: 23px;
  }

  .welcome-section .col-text {
    padding: 20px 0px;
  }

  .service-section .card {
    padding: 10px;
  }

  .why-section .column {
    padding-top: 15px;
  }

  .client-section .slick-list {
    padding-top: 50px;
  }

  .gallery-section h2 {
    font-size: 21px;
    padding-bottom: 17px;
  }

  .document-section .flex-row {
    margin: 0;
  }

  .document-section .tab ul li {
    width: 100%;
    font-size: 14px;
    padding: 10px 10px;
    margin-bottom: 10px;
  }

  .document-section .tab ul li {
    margin-right: 0px;
  }

  .footer {
    padding: 15px 0px;
    font-size: 14px;
  }

  .footer h3 {
    font-size: 16px;
    padding-bottom: 6px;
  }

  .footer .column {
    width: 100%;
    padding: 5px 0px;
  }

  .footer .column-1 {
    width: 100%;
    padding-right: 0px;
  }

  .copyright p {
    font-size: 11px;
  }

  .about-section h3 {
    padding: 15px 0px 10px;
    font-size: 18px;
  }

  .aboutsection1 h4 {
    font-size: 18px;
    padding: 5px 0;
  }

  .aboutsection1 h3 {
    font-size: 18px;
    padding: 4px 0;
  }

  .about-section img {
    padding-top: 20px;
  }

  .about-section .grid-2 .col p {
    font-size: 13px;
  }

  .aboutsection1 p {
    font-size: 13px;
  }

  .aboutsection1 p span {
    font-size: 14px;
  }

  .about-section .grid-2 .col ul li {
    font-size: 13px;
  }

  .aboutsection1 ul li {
    font-size: 13px;
  }

  .career-section .career-box {
    padding: 15px;
  }

  .contact-section .column {
    width: 100%;
    padding: 20px;
  }

  .contact-section .contact-box {
    position: static;
    width: 100%;
    padding: 15px;
    clip-path: none;
    border-radius: 4px;
  }

  .contact-section .contact-box .box {
    padding: 10px 0px;
    margin: 0px;
  }

  .contact-section .contact-box .box span {
    position: static;
    display: inline-flex;
    transform: translateY(0%);
  }

  .contact-section .contact-box .box h4 {
    padding: 10px 0px;
  }

  .map iframe {
    height: 240px;
  }

  .footer p {
    font-size: 13px;
    text-align: justify;
  }

}