@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

*{
    margin: 0;
    padding: 0;
}
html,body{
    font-family: 'Poppins', sans-serif;
}
a {
    text-decoration: none;
    font-size: 14px;
}
ul {
    padding: 0;
    margin: 0;
}
ul,li {
    list-style-type: none;
}
img {
  width: 100%;
}
p {
    color: #000;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: justify;
}
.section-heading {
    text-align: center;
    margin-bottom: 30px;
}
.section-heading h2 {
  text-align: center;
  font-size: 35px;
  font-family: Lato;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}
.section-heading h2 span {
  font-weight: 800;
}

/* -----------------
Top Bar
--------------------*/

.top-bar {
  background-color: transparent;
  padding: 17px 0 0;
  position: absolute;
  left: 0;
  z-index: 99;
  width: 100%;
}
.top-bar .contact-info {
    float: right;
}
.top-bar .contact-info li {
    display: inline-block;
    padding-left: 20px;
}
.top-bar .contact-info li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

/* -----------------
Navbar
--------------------*/


.navbar {
  padding: 0;
  background-color: transparent !important;
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: 0.2s;
}

.fixed-header {
  background-color: #fff !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #e7e7e7;
}

.navbar .navbar-collapse {
  background-color: #006cb4;
}
.navbar.fixed-header .navbar-collapse {
  background-color: #fff;
}
.navbar .navbar-brand {
  padding: 20px;
  background-color: #fff;
  margin: 0;
}

/* .navbar {
  padding: 0;
  background-color: #fff !important;
  border-bottom: 1px solid #e7e7e7;
} */

.navbar-nav li .nav-link {
  padding: 33px 0;
  color: #fff !important;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.navbar-nav li .nav-link:hover {
color: #e9551e !important;
}
.navbar.fixed-header .navbar-nav li .nav-link {
  color: #000 !important;
  padding-top: 48px;
  padding-bottom: 48px;
}


/* .dropdown-menu {
  width: 280px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  width: 240px;
  transform: translateX(0);
} */

.dropdown-menu {
  width: 280px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 600ms ease-in;
  -moz-transition: 600ms ease-in;
  -webkit-transition: 600ms ease-in;
  -ms-transition: 600ms ease-in;
  -o-transition: 600ms ease-in;
}
.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}




.dropdown-menu li a {
  padding: 7px 20px;
  font-size: 14px;
  font-weight: 600 !important;
  color: #000;
  text-transform: uppercase;
}

.dropdown-menu,
.sub-dropdown-menu {
  border-top: 3px solid #e9551e;
  border-bottom: none;
  border-left: none;
  border-right: none;
  background-color: #fff;
  border-radius: 0;
  padding: 25px 30px 20px !important;
  box-shadow: 0 10px 10px 0 #00000017;
}
.dropdown-menu li a,
.sub-dropdown-menu li a {
  border-bottom: 1px solid #00000012;
  transition: all 0.3s ease;
}
.dropdown-menu li a:hover,
.sub-dropdown-menu li a:hover {
  background-color: transparent;
  color: #e9551e;
}

.dropdown-menu li:last-child a {
  border-bottom: 0px solid;
}



/* .navbar-nav li.dropdown .dropdown-menu {
position: absolute;
left: 0px;
top: 100%;
margin-top: 0;
z-index: 100;
display: block;
background: #ffffff;
-webkit-transform: scaleY(0);
-ms-transform: scaleY(0);
-moz-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: top;
-ms-transform-origin: top;
-moz-transform-origin: top;
transform-origin: top;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 768px) {
  .navbar-nav li.dropdown:hover .dropdown-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
  }
} */

@media only screen and (min-width: 768px) {
.dropdown .dropdown-menu {
  display: block;
}
.sub-dropdown:hover .sub-dropdown-menu {
  display: block;
}
}

/* -----------------
Welcome Section
--------------------*/

.welcome-section {
    padding: 100px 0;
}
.welcome-section p {
    text-align: justify;
    font-size: 16px;
}
.welcome-section .section-heading {
  margin-bottom: 20px;
}
.welcome-section .section-heading h2 {
  text-align: left;
}
.welcome-section .section-heading h2 span {
  display: block;
}
.welcome-section .welcome-img {
  position: relative;
}
.welcome-section .welcome-img::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -20px;
  border: 2px solid #000;
  display: block;
  width: 400px;
  height: 300px;
  z-index: -1;
}

.welcome-section .welcome-img::before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  display: block;
  background-color: #006cb4;
  width: 400px;
  height: 400px;
  z-index: -1;
}

.welcome-section .bottom-content {
  margin-top: 50px;
}

.pt-120 {
  padding-top: 120px !important;
}
.pt-200 {
  padding-top: 200px !important;
}

/* -----------------
Banner Area
--------------------*/

.banner-area.banner-fix {
  top: 80px;
}




.banner-area .single-banner {
    position: relative;
  }
  
  
  .banner-area .single-banner .slide {
      position: relative;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  .banner-area .single-banner .slide img {
      width: 100%;
      height: 100vh;
      object-fit: cover;
  }
  
  .banner-area .single-banner .slide:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: transparent;
    }
  
  .banner-area .single-banner .slide .banner-caption {
      position: absolute;
      left: 10%;
  }
  
  .banner-area .single-banner .slide .banner-caption h2 {
    font-size: 2.5vw;
    text-transform: capitalize;
    margin: 0;
    color: #15548b;
    font-weight: 600;
  }
  
  .banner-area .single-banner .slide .o-banner-center {
      position: absolute;
      left: 0;
      right: 0;
      text-align: center;
  }
  
  
  .banner-area .banner-text-center {
    position: absolute;
    top: 40%;
    left: 30%;
    text-align: center;
  }
  .banner-area .banner-text-left {
    position: absolute;
    top: 40%;
    left: 10%;
    text-align: left;
  }
  .banner-area .banner-text-right {
    position: absolute;
    top: 40%;
    left: 50%;
    text-align: left;
  }
  
  .banner-area .banner-text h2 {
    font-size: 3vw;
    text-transform: capitalize;
    font-family: Rockford Sans;
    margin: 0;
    font-weight: 700;
  }
  
  .banner-area .banner-text p {
    width: 70%;
    color: #262626;
  }
  
  .banner-area .banner-btn a {
    text-decoration: none;
    background: red;
    color: #fff;
    padding: 15px 25px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
  }
  
  .banner-area .slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  
  .banner-area .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 25px;
    padding: 0;
    cursor: pointer;
  }
  
  .banner-area .slick-dots li button {
    position: relative;
    background-color: red;
    opacity: .25;
    width: 50px;
    height: 3px;
    padding: 0;
    font-size: 0;
  }
  
  .banner-area .slick-dots li.slick-active button {
    color: red;
    opacity: .75;
  }
  
  .banner-area .slick-next {
    right: 6%;
  }
  
  .banner-area .slick-prev {
    left: 3%;
    z-index: 9;
  }
  
  .banner-area .slick-next:before {
    content: '\f105' !important;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    display: inline-block;
    background-color: #0000003b;
    border-radius: 0;
    position: absolute;
    font-family: "FontAwesome";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  
  .banner-area .slick-prev:before {
    content: '\f104' !important;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    display: inline-block;
    background-color: #0000003b;
    border-radius: 0;
    position: absolute;
    font-family: "FontAwesome";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  
  .banner-area .slick-prev,
  .banner-area .slick-next {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
  
  }







/* .properties-section {
  padding: 0px 0 60px;
}
.properties-section .item {
  transition: all 0.5s ease;
}
.properties-section .item:hover {
  box-shadow: 10px 10px 10px 0 #00000017;
  cursor: pointer;
}
.properties-section .item .info {
  padding: 20px;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
}
.properties-section .item .info h2 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
} */

.properties-section {
  padding: 0 0 60px;
}
  
.properties-section .tab-wrapper {
  text-align: center;
  display: block;
  margin: auto;
}

.properties-section .tab-wrapper .tabs .tab-link img {
  width: 50px;
  margin-bottom: 10px;
}

.properties-section .tab-wrapper .tabs .tab-link.active img {
  filter: invert(1);
}
.properties-section .tab-wrapper .tabs .tab-link p {
  text-align: center;
  font-weight: 500;
  margin: 0;
}


.properties-section .tabs {
  margin: 0;
  padding: 0;
}

.properties-section .tab-link {
  margin-bottom: 10px;
  list-style: none;
  padding: 20px;
  color: #aaa;
  background-color: #f0f0f0;
  cursor: pointer;
  font-weight: 700;
  transition: all ease 0.5s;
  letter-spacing: 1px;
}

.properties-section .tab-link:hover {
  color: #999;
}

.properties-section .tab-link.active {
  background-color: #006cb4;
}

.properties-section .tab-wrapper .tabs .tab-link:hover {
  background-color: #006cb4;
}

.properties-section .tab-wrapper .tabs .tab-link:hover img {
  filter: invert(1);
}
.properties-section .tab-wrapper .tabs .tab-link:hover p {
  color: #fff;
}


.properties-section .tab-link.active p {
  color: #fff;
}


.properties-section .tab-content {
  display: none;
  text-align: center;
  color: #888;
  font-weight: 300;
  font-size: 15px;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;
}

.properties-section .tab-content .content h2 {
  position: relative;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #000;
  font-weight: 700;
  font-size: 30px;
}
.properties-section .tab-content .content h2::before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #c1c1c1;
  position: absolute;
  bottom: 0;
}
.properties-section .tab-content .content h2::after {
  content: "";
  display: block;
  height: 5px;
  width: 100px;
  background-color: #006cb4;
  position: absolute;
  bottom: -1px;
}
.properties-section .tab-content .content p {
  color: #000;
}

.properties-section .tab-content.active {
  display: block;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}
  






.logistics-section {
  padding-bottom: 60px;
}
.logistics-section .row {
  justify-content: center;
}
.logistics-section .item {
  position: relative;
  overflow: hidden;
}
.logistics-section .item .title {
  position: absolute;
  padding: 10px 0;
  width: 100%;
  bottom: 30px;
  color: #fff;
  font-weight: 400;
  z-index: 10;
  background-color: #006cb494;
  text-align: center;
  margin: 0;
  font-size: 20px;
}
.logistics-section .item .content {
  position: absolute;
  top: 0;
  left: 96%;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #006cb4;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
}
.logistics-section .item .content-wrap {
  padding: 30px;
}

.logistics-section .item:hover .content {
  left: 0px;
}
.logistics-section .item .content-wrap h2 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 20px;
}
.logistics-section .item .content-wrap p {
  color: #fff;
}




  


.about-section {
  padding: 60px 0;
}

.product-one {
  position: relative;
  display: block;
  padding: 90px 0 120px;
  background: #eef8ff;
}

.product-one .content {
  margin-top: 80px;
  padding: 40px;
  background-color: #fff;
  min-height: 210px;
  border-radius: 5px;
}

.product-one .product_img {
  position: relative;
  display: block;
}
.experience_box {
  position: absolute;
  left: 30px;
  bottom: -40px;
  height: 130px;
  width: 350px;
  background: #006cb4;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.experience_box h2 {
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
  margin: 0;
}
.experience_box p {
  letter-spacing: .2em;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  line-height: 26px;
}
.growing_product {
  background: #fff;
  position: relative;
  display: block;
  padding: 60px 60px 0;
  margin-top: 60px;
  margin-left: -149px;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.growing_product:before {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  height: 60px;
  content: "";
  background: #fff;
  z-index: 1;
}
.growing_product:after {
  position: absolute;
  bottom: -120px;
  left: 0;
  right: 0;
  height: 120px;
  content: "";
  background: #fff;
  z-index: -1;
  -webkit-box-shadow: 0 5px 11px 2px rgba(0,0,0,.04);
  box-shadow: 0 5px 11px 2px rgba(0,0,0,.04);
}
.growing_product .block-title {
  margin-bottom: 15px;
}
.block-title p {
  margin: 0;
  text-transform: uppercase;
  color: #006cb4;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .2em;
  line-height: 24px;
}
.block-title h3 {
  margin: 0;
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 1pt;
}
.growing_product_text {
  margin-bottom: 10px;
}
.growing_product_text p {
  margin: 0 0 15px 0;
  text-align: justify;
}
.product_img {
  position: relative;
  display: block;
}










.service-section {
  padding: 60px 0;
}
.loan-section {
  padding: 60px 0;
}
.clients-section {
  padding: 60px 0;
}
.requirements-section {
  padding: 60px 0;
}
.join-us-section {
  padding: 60px 0;
}
.careers-section {
  padding: 60px 0;
}


.faq-section {
  padding: 60px 0;
  background-color: #f6f6f6;
}

.faq-section .accordion-container {
  position: relative;
  height: auto;
  margin: 10px auto;
}
.faq-section .accordion-container > h2 {
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.faq-section .set,
.faq-section .set2 {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f1f1f1;
  margin: 0 0 10px;
  border-left: 5px solid #006cb4;
}
.faq-section .set:hover a i {
  color: #006cb4;
}
.faq-section .set > a,
.faq-section .set2 > a {
  display: block;
  padding: 30px 20px 30px 40px;
  background-color: #fff;
  border-bottom: 0px solid #f1f1f1;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.faq-section .set > a i,
.faq-section .set2 > a i {
  float: right;
  margin-top: -7px;
  font-weight: 700;
  font-size: 20px;
  width: 30px;
  height: 30px;
  color: #006cb4;
  text-align: center;
  line-height: 27px;
  border-radius: 50%;
  border: 2px solid #006cb4;
}
.faq-section .set > a.active,
.faq-section .set > a.active {
  border-bottom: 2px solid #f1f1f1;
}
.faq-section .content {
  background-color: #fff;
  padding: 20px 40px;
  display: none;
}
.faq-section .content p {
  margin: 0 0 15px 0;
  color: #000;
}



.testimonials-section {
  padding: 60px 0 120px;
}


.testimonials-section .gender-icon {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  border: 1px solid #ccc;
  padding: 30px 0;
}
.testimonials-section .gender-icon img {
  width: 200px;
}

.testimonials-section .media-box {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.testimonials-section .media-box img {
  width: 200px;
}

.testimonials-section .name {
  text-align: center;
  padding: 10px 0;
}
.testimonials-section .name h2 {
  margin: 0;
  font-size: 20px;
  text-transform: capitalize;
}






.mb-20 {
  margin-bottom: 20px;
}


.contact-section {
  padding: 60px 0;
}

.contact-section .contact-col {
display: flex;
}


.contact-form input,
.contact-form textarea,
.contact-form select {
  color: #7c7c7c;
  font-size: 14px;
  font-weight: 300;
  border-left: none;
  border-right: navajowhite;
  border-top: none;
  border-bottom: 1px solid #000;
  background-color: #fff;
  width: 100%;
  border-radius: 0;
  outline: none;
  padding: 10px 15px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  /* margin-bottom: 20px; */
}
.contact-form fieldset {
margin-bottom: 20px;
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
border-color: #fe6e2f;
}

.contact-form button {
  margin-top: 0px;
  font-size: 14px;
  color: #fff;
  background-color: #006cb4;
  padding: 12px 25px;
  box-shadow: none;
  border: none;
  display: inline-block;
  border-radius: 3px;
  font-weight: 600;
  transition: all .3s;
}

.contact-form button:hover {
opacity: .9;
}

.contact-form textarea {
padding: 20px;
}

.contact-form ::-webkit-input-placeholder { /* Edge */
color: #7c7c7c;
}

.contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #7c7c7c;
}

.contact-form ::placeholder {
color: #7c7c7c;
}

.contact-section .contact-box {
  padding: 30px;
  width: 100%;
}
.contact-section .contact-box .contact-info h2 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 600;
}
.contact-section .contact-box .contact-info ul li {
  padding: 0px 0px 40px 60px;
  position: relative;
  align-items: center;
  line-height: 1.7;
  color: #fff;
}

.contact-section .contact-box .contact-info ul li i {
  color: #fff;
  border-radius: 0;
  background: #006cb4;
  width: 40px;
  height: 40px;
  position: absolute;
  text-align: center;
  box-shadow: none;
  margin-right: 20px;
  line-height: 40px;
  left: 0px;
  transition: 1.2s ease;
}
.contact-section .contact-box .contact-info ul li p {
  color: #000 !important;
  font-size: 15px;
  margin: 0 !important;
  font-weight: 600;
}

.contact-section .contact-box .contact-info ul li a {
  color: #000;
  font-weight: 600;
  font-size: 15px;
}
.contact-section .contact-box .contact-info h4 {
  font-size: 16px;
  color: #000;
  margin-bottom: 30px;
  font-weight: 600;
}

form fieldset .radio {
  margin-top: 10px;
  position: relative;
}
form fieldset .radio li {
  margin: 0 10px;
}
.contact-form input[type="radio"] {
  width: auto;
  margin-bottom: 0;
}
form fieldset .radio li label {
  width: auto;
}




.footer-top-section {
  margin-bottom: 60px;
  background-color: #f0f0f0;
  padding: 60px 0;
}
.footer-top-section .img {
  position: relative;
}
.footer-top-section .img h2 {
  position: absolute;
  top: 20px;
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-family: Lato;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}

.footer-top-section .img h2 span {
  font-weight: 800;
}

.footer-top-section .img-1 h2 {
  color: #000;
}

/* -----------------
Footer Section
--------------------*/
footer {
  background:#003f8d;
  padding: 50px 0;
}
footer .widget h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
  margin-right: 15px;
  border-bottom: 2px solid;
  padding-bottom: 10px;
}
footer .widget p {
  color: #fff;
  margin: 0;
}
footer .widget-about p {
  text-align: justify;
}


footer .widget-links .nav-links ul {
  padding: 0;
  list-style-type: none;
}
footer .widget-links .nav-links ul li a {
  color: #fff;
  font-size: 15px;
  padding: 7px 0;
  display: flex;
  transition: 0.3s ease;
  border-bottom: 1px solid #ffffff17;
}
footer .widget-links .nav-links ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  padding-right: 10px;
  color: #fff;
}
footer .widget-links .nav-links ul li a:hover {
  color: #1e9df1;
  background-color: transparent;
}
footer .widget-contact .contact-info ul {
  padding: 0;
}
footer .widget-contact .contact-info ul li {
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
  padding-bottom: 30px;
  padding-left: 55px;
}
footer .widget-contact .contact-info ul li i {
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  margin-right: 20px;
  text-align: center;
  border-radius: 60px;
  line-height: 37px;
}
footer .widget-contact .contact-info ul li p {
  display: grid;
  text-align: left;
}
footer .widget-contact .contact-info ul li a {
  color: #fff;
}
footer .widget-contact .contact-info ul li a.email {
  margin-top: 10px;
}

/* footer .widget-contact .contact-info h4 {
  font-size: 15px;
  color: #fff;
  margin-bottom: 20px;
  font-family: 'Ubuntu', sans-serif;
} */

.footer-bottom {
  background: #003f8d;
  padding: 20px 0;
}
.footer-bottom p,     
.footer-bottom p a {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.footer-bottom .copyrights {
  float: left;
}
.footer-bottom .design {
  float: right;
}


.social-icons {
  margin-top: 10px;
}

.social-icons li {
  display: inline-block;
  margin: 0 10px;
}
.social-icons li a {
  width: 30px;
  height: 30px;
  display: block;
  background-color: #f7b444;
  text-align: center;
  line-height: 35px;
}
.social-icons li a i {
  color: #0c487f;
  font-size: 18px;
}






.footer-grid {
  position: relative;
  height: 9em;
}

.footer-grid .inner-grid {
  overflow: hidden;
  height: 100%;
  color: #e1e1e1;
  background-color: transparent;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  pointer-events: none;
}

.footer-grid .grid-ground {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: #003f8d;
}

.footer-grid .lines-wrap {
  height: 100%;
  perspective: 1000px;
  perspective-origin: center top;
}

.footer-grid .lines {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top center;
  -webkit-animation: 2s linear infinite retrobg-lines-anim;
          animation: 2s linear infinite retrobg-lines-anim;
}

.footer-grid  .vlines {
  display: flex;
  justify-content: center;
}

.footer-grid .hlines, .footer-grid .vlines {
  position: absolute;
  left: -400%;
  width: 900%;
  height: 500%;
}

.ground-shadow {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#003f8d 0%, transparent);
}

.retrobg-vline {
  width: 1px;
}

.retrobg-hline, .retrobg-vline {
  height: 100%;
  background-color: #fff;
}

.retrobg-vline + .retrobg-vline {
  margin-left: 48px;
  color: #fff;
}

.retrobg-hline + .retrobg-hline {
  margin-top: 98px;
  color: #fff;
}

.retrobg-hline {
  height: 3px;
}

@-webkit-keyframes retrobg-lines-anim {
  from {
    transform: rotateX(84deg) translateY(0);
  }
  to {
    transform: rotateX(84deg) translateY(100px);
  }
}

@keyframes retrobg-lines-anim {
  from {
    transform: rotateX(84deg) translateY(0);
  }
  to {
    transform: rotateX(84deg) translateY(100px);
  }
}






#back-to-top {
  display: inline-block;
  background-color: #006cb4;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 0px;
  position: fixed;
  bottom: 70px;
  right: 50px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#back-to-top::after {
  content: "\f106";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#back-to-top:hover {
  cursor: pointer;
  background-color: #000;
}
#back-to-top:active {
  background-color: #000;
}
#back-to-top.show {
  opacity: 1;
  visibility: visible;
}






.whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
  color: #fff;
}

#whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 380px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 210px;
  right: 30px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}

a.blantershow-chat {
  background: #189d0e;
  color: #fff;
  position: fixed;
  display: flex;
  font-weight: 600;
  text-transform: uppercase;
  justify-content: space-between;
  z-index: 98;
  bottom: 140px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  font-size: 15px;
  padding: 16px 30px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

a.blantershow-chat.show {
  opacity: 1;
  visibility: visible;
}
.blantershow-chat i {
  font-size: 36px;
  line-height: 20px;
  padding-right: 10px;
}

a.blantershow-chat svg {
  transform: scale(1.2);
  margin: 0 10px 0 0;
}

.header-chat {
  /*   background: linear-gradient(to right top, #6f96f3, #164ed2); */
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 20px;
}

.header-chat h3 {
  margin: 0 0 10px;
}

.header-chat p {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  padding-left: 10px;
}

.header-chat .head-home {
  display: flex;
  align-items: center;
}

.info-avatar {
  position: relative;
}

.info-avatar img {
  border-radius: 100%;
  width: 50px;
  float: left;
  margin: 0 10px 0 0;
  background-color: #fff;
  padding: 5px;
}

a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.5s;
}

a.informasi:hover {
  background: #f1f1f1;
}

.info-chat span {
  display: block;
}

#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}

#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

#get-label,
#get-nama {
  color: #fff;
}

span.my-number {
  display: none;
}

.blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 14px;
  background-color: #fff;
  text-align: center;
  border-top: 1px solid #ddd;
}
.blanter-msg a {
  background-color: #189d0e;
  color: #fff;
  width: 100%;
  padding: 10px 30px;
  border-radius: 60px;
  font-size: 15px;
}
.blanter-msg a i {
  font-size: 16px;
}
textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 20px;
  outline: none;
  resize: none;
  padding: 10px;
  font-size: 14px;
}

a#send-it {
  width: 30px;
  font-weight: 700;
  padding: 10px 10px 0;
  background: #eee;
  border-radius: 10px;
}
a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
}

.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}
.first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

.start-chat .blanter-msg {
  display: flex;
  justify-content: center;
}

#get-number {
  display: none;
}

a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
}

@keyframes ZpjSY {
  0% {
    background-color: #b6b5ba;
  }
  15% {
    background-color: #111111;
  }
  25% {
    background-color: #b6b5ba;
  }
}
@keyframes hPhMsj {
  15% {
    background-color: #b6b5ba;
  }
  25% {
    background-color: #111111;
  }
  35% {
    background-color: #b6b5ba;
  }
}
@keyframes iUMejp {
  25% {
    background-color: #b6b5ba;
  }
  35% {
    background-color: #111111;
  }
  45% {
    background-color: #b6b5ba;
  }
}
@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
.whatsapp-hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.whatsapp-show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.whatsapp-message-container {
  display: flex;
  z-index: 1;
}

.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: white;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: #e6ddd4;
  position: relative;
}
.whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("../images/whatsapp-pattern.png");
}

.dAbFpq {
  display: flex;
  z-index: 1;
}

.eJJEeC {
  background-color: white;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
  position: relative;
  display: flex;
}

.ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  animation-name: ZpjSY;
}

.dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  animation-name: hPhMsj;
}

.kAZgZq {
  padding: 7px 14px 6px;
  background-color: white;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}
.kAZgZq::before {
  position: absolute;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0px;
  left: -12px;
  width: 12px;
  height: 19px;
}

.bMIBDo {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}

.cqCDVm {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}










.captcha-img {
    display: flex;
}
.captcha-img img {
  width: 200px;
}
#captcha_reload i {
    color: #000000;
    font-size: 22px;
    line-height: 40px;
    padding-left: 10px;
}

#captcha-field {
    margin: 0;
}

#captcha-error {
     text-align: center;
}
#captcha-error p {
  margin: 0;
}

#captcha_reload i {
color: #000;
    font-size: 20px;
    height: 100%;
    display: flex;
    align-items: center;
}

#captcha-field {
     margin-top: 0px;
}

#captcha_image {
    width: 80%;
    height: 100%;
    margin: 0 0px 0 0;
    text-align: center;
}


#success_message {
  text-align: center;
  background-color: #dff2d5;
  padding: 5px 10px;
  border: 1px solid #399d04;
  margin-top: 20px;
}

#success_message h3 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.help-block.error,
#file-error p {
    color: #f00;
    font-size: 14px;
}

#employment_type-error {
  position: absolute;
  top: 100%;
}

#error_message {
  text-align: center;
  background-color: #f2d5d5;
  padding: 5px 10px;
  border: 1px solid #9d0404;
  margin-top: 20px;
}

#error_message h3 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}











