/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

a {
  outline: none;
  text-decoration: none;
}

a:focus, a:hover {
  outline: none;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.text-justify {
  text-align: justify !important;
}

@media screen and (min-width: 1300px) {
  .container {
    max-width: 1350px;
  }
}
@media screen and (min-width: 1750px) {
  .container {
    max-width: 1750px;
  }
}
/*
1. Variables
*/
p {
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.main-title {
  font-family: "Google Sans", sans-serif;
  font-size: 55px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .main-title {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .main-title {
    font-size: 32px;
    line-height: 1.4;
  }
}

.title {
  font-family: "Google Sans", sans-serif;
  font-size: 42px;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .title {
    font-size: 35px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 28px;
    line-height: 1.4;
  }
}

.sub-heading {
  font-family: "Google Sans", sans-serif;
  font-size: 32px;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .sub-heading {
    font-size: 25px;
  }
}

.sub-title {
  font-family: "Google Sans", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .sub-title {
    font-size: 20px;
    line-height: 1.3;
  }
}

.span-text {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #101010;
  font-weight: 500;
  margin: 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #101010;
}

.primarybtn {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
  padding: 17px 23px;
  background: #fff;
  box-shadow: none;
  outline: none;
  border: none;
  border-radius: 2px;
  transition: all 500ms ease-in-out;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%);
  position: relative;
}
.primarybtn .icon {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 15px;
  line-height: 0;
}
.primarybtn .icon img {
  width: 10px;
  height: auto;
  transition: all 500ms ease-in-out;
}
@media screen and (max-width: 1199px) {
  .primarybtn .icon {
    padding-left: 12px;
  }
}
.primarybtn:hover {
  background: #0F0F0F;
  color: #fff;
}
.primarybtn:hover .icon img {
  filter: invert(1);
}
@media screen and (max-width: 1199px) {
  .primarybtn {
    padding: 16px 15px;
  }
}
@media screen and (max-width: 767px) {
  .primarybtn {
    font-size: 14px;
    padding: 14px 15px;
  }
}

.secondarybtn {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
  padding: 17px 23px;
  background: #000;
  box-shadow: none;
  outline: none;
  border: none;
  border-radius: 2px;
  transition: all 500ms ease-in-out;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%);
}
.secondarybtn .icon {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 15px;
  line-height: 0;
}
.secondarybtn .icon img {
  width: 10px;
  height: auto;
  transition: all 500ms ease-in-out;
  filter: invert(1);
}
@media screen and (max-width: 1199px) {
  .secondarybtn .icon {
    padding-left: 12px;
  }
}
.secondarybtn:hover {
  background: #E9E9E9;
  color: #000;
}
.secondarybtn:hover .icon img {
  filter: invert(0);
}
@media screen and (max-width: 1199px) {
  .secondarybtn {
    padding: 16px 15px;
  }
}
@media screen and (max-width: 767px) {
  .secondarybtn {
    font-size: 14px;
    padding: 14px 15px;
  }
}

/*====================== Header Start ======================*/
.header-nav {
  background: transparent !important;
  margin: 0;
  padding: 15px 0;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all 1000ms ease-in-out;
}
.header-nav .logo-block {
  width: 128px;
  margin: 0;
  padding: 0;
}
.header-nav .logo-block a {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.header-nav .logo-block a img {
  width: 100%;
  height: auto;
  transition: all 500ms ease-in-out;
}
@media screen and (max-width: 1199px) {
  .header-nav .logo-block {
    width: 95px;
  }
}
.header-nav .navigation-block {
  margin: 0;
  padding: 0;
  transition: all 600ms ease-in-out;
}
.header-nav .navigation-block ul li {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0 25px;
}
.header-nav .navigation-block ul li a {
  display: inline-block;
  color: #fff;
  margin: 0;
  padding: 10px 0;
  position: relative;
  transition: all 500ms ease-in-out;
}
.header-nav .navigation-block ul li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: transparent;
  transition: all 500ms ease-in-out;
}
.header-nav .navigation-block ul li a:hover::after {
  background: #D9D9D9;
}
@media screen and (max-width: 991px) {
  .header-nav .navigation-block ul li a {
    display: block;
    padding: 16px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media screen and (max-width: 1300px) {
  .header-nav .navigation-block ul li {
    padding: 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .header-nav .navigation-block ul li {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .header-nav .navigation-block {
    position: fixed;
    width: 365px;
    top: 0;
    bottom: 0;
    right: 0;
    transform: translateX(100%);
    background: #000 !important;
    z-index: 99;
    overflow: auto;
  }
  .header-nav .navigation-block.opened {
    transform: translateX(0);
  }
}
.header-nav .btn-block {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .header-nav {
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(50px);
  }
  .header-nav.header-sticky {
    background: rgba(0, 0, 0, 0.4) !important;
    top: -86px;
    box-shadow: 0px 2px 9px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(50px);
  }
  .header-nav.header-sticky .logo-block {
    width: 128px;
  }
  .header-nav.header-sticky .logo-block a img {
    width: 100px;
  }
}
@media screen and (max-width: 991px) {
  .header-nav {
    backdrop-filter: inherit;
    padding: 15px 0;
    background: #000 !important;
  }
}
@media screen and (max-width: 767px) {
  .header-nav {
    position: relative;
  }
}

.close-block {
  margin: 0;
  padding: 0;
  text-align: right;
  display: none;
}
.close-block .close-btn {
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  border-radius: 50%;
  box-shadow: none;
  outline: none;
  margin: 0 0 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.close-block .close-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .close-block {
    display: block;
    padding: 15px;
  }
}

.humberger-menu {
  width: auto;
  height: auto;
  background: none;
  border: none;
  border-radius: 50%;
  box-shadow: none;
  outline: none;
  margin: 0 0 0 20px;
  padding: 0;
  align-items: center;
  justify-content: center;
  display: none;
}
.humberger-menu img {
  width: 27px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .humberger-menu {
    display: flex;
  }
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  backdrop-filter: blur(10px);
}
.overlay.opened {
  visibility: visible;
  opacity: 1;
  transition: all 150ms ease-in-out;
}

/*====================== Header End ======================*/
/*====================== Banner Start ======================*/
.banner {
  margin: 0;
  padding: 0;
  height: 100vh;
  min-height: 850px;
  position: relative;
  background: url(../images/banner-bg-img.jpg) no-repeat left top;
  background-size: cover;
}
.banner .desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner .desc .top-field {
  margin: 0 0 50px;
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.banner .desc .top-field .main-title {
  max-width: 415px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .banner .desc .top-field .main-title {
    margin: 0 auto;
    padding-bottom: 20px;
  }
}
.banner .desc .top-field p {
  max-width: 850px;
  width: 100%;
  font-size: 20px;
  color: #E6E6E6;
  padding-left: 35px;
}
@media screen and (max-width: 1199px) {
  .banner .desc .top-field p {
    padding-left: 0;
    font-size: 16px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1199px) {
  .banner .desc .top-field {
    display: block;
    text-align: center;
    margin-bottom: 35px;
  }
}
.banner .desc .banner-video {
  margin: 0;
  padding: 0;
  height: 550px;
  position: relative;
  overflow: hidden;
}
.banner .desc .banner-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 5000ms ease-in-out;
}
.banner .desc .banner-video .btn-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  display: none;
}
.banner .desc .banner-video .btn-box .video-btn {
  display: inline-block;
  border: none;
  box-shadow: none;
  background: none;
  outline: none;
  margin: 0;
  padding: 0;
  border-radius: 50%;
}
.banner .desc .banner-video .btn-box .video-btn img {
  width: 70px;
  height: auto;
  transition: all 1000ms ease-in-out;
}
.banner .desc .banner-video .btn-box .video-btn:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 1749px) {
  .banner .desc .banner-video {
    height: 500px;
  }
}
@media screen and (max-width: 991px) {
  .banner .desc .banner-video {
    height: 320px;
  }
}
@media screen and (max-width: 1199px) {
  .banner .desc {
    position: relative;
    padding-top: 130px;
  }
}
@media screen and (max-width: 767px) {
  .banner .desc {
    padding-top: 35px;
  }
}
@media screen and (max-width: 1199px) {
  .banner {
    height: auto;
  }
}

/*====================== Banner End ======================*/
.block-element {
  margin: 0;
  padding: 35px 0;
  background: #fff;
}
.block-element .box {
  margin: 0;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.block-element .box .icon-block {
  width: 90px;
  height: 90px;
  border: 1px solid #E4E4E4;
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
}
.block-element .box .icon-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 500ms ease-in-out;
}
.block-element .box .icon-block img.n-img {
  visibility: visible;
  opacity: 1;
}
.block-element .box .icon-block img.h-img {
  visibility: hidden;
  opacity: 0;
}
.block-element .box .icon-block:hover .n-img {
  visibility: hidden;
  opacity: 0;
}
.block-element .box .icon-block:hover .h-img {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .block-element .box .icon-block {
    margin: 0 auto 25px;
  }
}
.block-element .box .text-block {
  margin: 0;
  padding: 0 0 0 20px;
}
.block-element .box .text-block .sub-title {
  padding-bottom: 5px;
}
.block-element .box .text-block p {
  color: #000;
}
@media screen and (max-width: 767px) {
  .block-element .box .text-block {
    padding-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .block-element .box {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .block-element .box {
    display: block;
    text-align: center;
    padding: 0;
  }
}
@media screen and (max-width: 1199px) {
  .block-element .col-md-6:nth-child(even) .box {
    border-right: none;
  }
}
.block-element .col-md-6:last-child .box {
  border-right: none;
}
@media screen and (max-width: 1199px) {
  .block-element {
    padding: 30px 0 0;
  }
}

.overview-element {
  margin: 0;
  padding: 80px 0 0;
  background: url(../images/overview-bg-img.jpg) no-repeat left top;
  background-size: cover;
}
.overview-element .top-block {
  max-width: 850px;
  margin: 0 0 60px;
  padding: 0;
}
.overview-element .top-block .sub-heading {
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  .overview-element .top-block .sub-heading {
    padding-top: 18px;
  }
}
@media screen and (max-width: 991px) {
  .overview-element .top-block {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .overview-element .top-block {
    margin-bottom: 40px;
  }
}
.overview-element .feature-img {
  max-width: 995px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 585px;
}
.overview-element .feature-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 5000ms ease-in-out;
}
.overview-element .feature-img:hover img {
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .overview-element .feature-img {
    height: 350px;
  }
}
.overview-element .text-block {
  max-width: 605px;
  margin: 0 0 0 auto;
  padding: 0;
}
.overview-element .text-block .sub-title {
  max-width: 380px;
  padding-bottom: 35px;
}
.overview-element .text-block p {
  padding-bottom: 25px;
  text-align: justify;
}
.overview-element .text-block .btn-block {
  margin: 0;
  padding: 20px 0 0 0;
}
@media screen and (max-width: 991px) {
  .overview-element .text-block {
    max-width: 100%;
    padding: 30px 0 0 0;
  }
}
@media screen and (max-width: 1199px) {
  .overview-element {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .overview-element {
    padding: 40px 0;
  }
}

.partnerships-element {
  margin: 0;
  padding: 80px 0 0;
  background: url(../images/partner-bg-img.jpg) no-repeat left top;
  background-size: cover;
}
.partnerships-element .lt-block {
  max-width: 995px;
  margin: 0;
  padding: 0;
}
.partnerships-element .lt-block .top-block {
  max-width: 870px;
  margin: 0;
  padding: 0 0 60px;
}
.partnerships-element .lt-block .top-block .span-text {
  color: #E4E4E4;
  border-color: #E4E4E4;
}
.partnerships-element .lt-block .top-block .title {
  max-width: 560px;
  padding: 25px 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .partnerships-element .lt-block .top-block .title {
    padding: 20px 0;
  }
}
.partnerships-element .lt-block .top-block p {
  color: #fff;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .partnerships-element .lt-block .top-block {
    padding-bottom: 40px;
  }
}
.partnerships-element .lt-block .feature-img {
  max-width: 995px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 445px;
}
.partnerships-element .lt-block .feature-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 5000ms ease-in-out;
}
.partnerships-element .lt-block .feature-img:hover img {
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .partnerships-element .lt-block .feature-img {
    height: 350px;
  }
}
.partnerships-element .content-field {
  max-width: 580px;
  margin: 0 0 0 auto;
  padding: 0;
}
.partnerships-element .content-field p {
  color: #fff;
  padding-bottom: 25px;
}
.partnerships-element .content-field ul li {
  margin: 0;
  padding: 0 0 10px;
}
.partnerships-element .content-field ul li a {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 15px 30px;
  background: #2B2B2D;
  border-radius: 8px;
  transition: all 600ms ease-in-out;
}
.partnerships-element .content-field ul li a .text-block {
  flex: 1;
  margin: 0;
  padding: 0 45px 0 0;
}
.partnerships-element .content-field ul li a .text-block h3 {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
  margin: 0;
  padding: 0 0 6px;
}
.partnerships-element .content-field ul li a .text-block p {
  max-width: 443px;
  color: #E6E6E6;
  padding-bottom: 0;
}
@media screen and (max-width: 575px) {
  .partnerships-element .content-field ul li a .text-block {
    padding-right: 16px;
  }
}
.partnerships-element .content-field ul li a .icon-block {
  width: 42px;
  height: 42px;
  border: 1px solid #63636E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.partnerships-element .content-field ul li a .icon-block img {
  width: 20px;
  height: auto;
}
.partnerships-element .content-field ul li a:hover {
  background: #000;
}
@media screen and (max-width: 767px) {
  .partnerships-element .content-field ul li a {
    padding: 15px;
  }
}
.partnerships-element .content-field .btn-block {
  margin: 0;
  padding: 20px 0 0 0;
}
@media screen and (max-width: 991px) {
  .partnerships-element .content-field {
    max-width: 100%;
    padding: 30px 0 0 0;
  }
}
@media screen and (max-width: 1199px) {
  .partnerships-element {
    padding: 60px 0;
  }
}

.industries-element {
  margin: 0;
  padding: 80px 0;
  background: url(../images/industries-bg-image.jpg) no-repeat left top;
  background-size: cover;
}
.industries-element .slick-list {
  height: auto !important;
}
.industries-element .slick-track {
  display: flex !important;
  align-items: stretch;
}
.industries-element .slick-slide {
  height: inherit !important;
}
.industries-element .slick-slide > div {
  height: 100%;
}
.industries-element .top-block {
  margin: 0 auto;
  padding: 0 0 50px;
  text-align: center;
}
.industries-element .top-block .title {
  padding: 30px 0;
}
@media screen and (max-width: 991px) {
  .industries-element .top-block .title {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .industries-element .top-block .title {
    padding: 15px 0;
  }
}
.industries-element .top-block p {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .industries-element .top-block {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .industries-element .top-block {
    padding-bottom: 35px;
  }
}
.industries-element .item {
  margin: 0;
  padding: 0 10px;
  height: 100%;
}
.industries-element .item .box {
  margin: 0;
  padding: 0;
  height: 526px;
  position: relative;
  overflow: hidden;
}
.industries-element .item .box:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(16, 16, 16, 0) 25%, #101010 100%);
  transition: all 500ms ease-in-out;
}
.industries-element .item .box .box-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 5000ms ease-in-out;
}
.industries-element .item .box:hover .box-img {
  transform: scale(1.2);
}
.industries-element .item .box .text-block {
  max-width: 520px;
  margin: 0;
  padding: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -90px;
  z-index: 2;
  transition: all 500ms ease-in-out;
}
.industries-element .item .box .text-block .icon-block {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 0 24px;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease-in-out;
}
.industries-element .item .box .text-block .icon-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .industries-element .item .box .text-block .icon-block {
    width: 55px;
    height: 55px;
    visibility: visible;
    opacity: 1;
  }
}
.industries-element .item .box .text-block .sub-title {
  padding-bottom: 16px;
  color: #fff;
}
.industries-element .item .box .text-block p {
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  color: #fff;
  margin-bottom: 32px;
  transition: all 500ms ease-in-out;
}
@media screen and (max-width: 767px) {
  .industries-element .item .box .text-block p {
    margin-bottom: 0;
  }
}
.industries-element .item .box .text-block .btn-block {
  margin: 0;
  padding: 20px 0 0 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .industries-element .item .box .text-block {
    padding: 20px 15px;
    bottom: 0;
  }
}
.industries-element .item .box:hover:after {
  background: rgba(16, 16, 16, 0.9);
  backdrop-filter: blur(25px);
}
.industries-element .item .box:hover .text-block {
  bottom: 0;
}
.industries-element .item .box:hover .text-block .icon-block {
  visibility: visible;
  opacity: 1;
}
.industries-element .item .box:hover .text-block p {
  margin-bottom: 0;
  -webkit-line-clamp: 5;
}
@media screen and (max-width: 767px) {
  .industries-element .item .box {
    height: 385px;
  }
}
.industries-element .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 1;
  top: -75px;
  transform: translateY(0%);
}
@media screen and (max-width: 1199px) {
  .industries-element .slick-arrow {
    top: auto;
    bottom: -80px;
  }
}
@media screen and (max-width: 767px) {
  .industries-element .slick-arrow {
    display: none !important;
  }
}
.industries-element .slick-prev {
  background: url(../images/prev-arrow.png) no-repeat center;
  background-size: 60px;
  left: auto;
  right: 60px;
}
.industries-element .slick-prev:before {
  display: none;
}
.industries-element .slick-next {
  background: url(../images/next-arrow.png) no-repeat center;
  background-size: 60px;
  right: 0;
}
.industries-element .slick-next:before {
  display: none;
}
.industries-element .slick-dots {
  bottom: -50px;
  left: 0;
  display: none !important;
}
.industries-element .slick-dots li {
  margin: 0;
  padding: 0 5px;
  width: auto;
  height: auto;
}
.industries-element .slick-dots li button {
  width: 10px;
  height: 10px;
  border: none;
  background: #2B2B2D;
  border-radius: 50%;
  margin: 0 auto;
  padding: 0;
  opacity: 0.3;
}
.industries-element .slick-dots li.slick-active button {
  background: #000;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .industries-element .slick-dots {
    display: block !important;
  }
}
@media screen and (max-width: 991px) {
  .industries-element {
    padding: 50px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .industries-element {
    padding: 40px 0;
  }
}
.industries-element .btn-block {
  margin: 0;
  padding: 20px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .industries-element .btn-block {
    padding-top: 52px;
  }
}

.card-element {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: wrap;
}
.card-element .box {
  width: 33.3%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  filter: grayscale(0);
}
.card-element .box:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, #000000 100%);
}
.card-element .box .big-img {
  width: 100%;
  height: auto;
  transition: all 5000ms ease-in-out;
}
.card-element .box:hover {
  filter: grayscale(1);
}
.card-element .box .top-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 40px 30px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease-in-out;
}
.card-element .box .top-block span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  padding: 8px 11px;
  background: #000;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .card-element .box .top-block {
    visibility: visible;
    opacity: 1;
    text-align: center;
    padding: 20px;
  }
}
.card-element .box .desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 1;
  transition: all 500ms ease-in-out;
}
.card-element .box .desc .text-block {
  max-width: 435px;
  margin: 0 auto;
  padding: 0;
}
.card-element .box .desc .text-block .icon-block {
  width: 90px;
  margin: 0 auto 30px;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease-in-out;
}
.card-element .box .desc .text-block .icon-block img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .card-element .box .desc .text-block .icon-block {
    width: 70px;
    visibility: visible;
    opacity: 1;
    margin-bottom: 20px;
  }
}
.card-element .box .desc .text-block .sub-title {
  padding-bottom: 10px;
  color: #fff;
}
.card-element .box .desc .text-block p {
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  color: #fff;
}
.card-element .box .desc .text-block .btn-block {
  margin: 0;
  padding: 25px 0 0 0;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease-in-out;
}
@media screen and (max-width: 767px) {
  .card-element .box .desc .text-block .btn-block {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 1199px) {
  .card-element .box .desc {
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .card-element .box .desc {
    padding: 20px;
    padding-bottom: 32px;
  }
}
.card-element .box:hover .big-img {
  transform: scale(1.2);
}
.card-element .box:hover .top-block {
  visibility: visible;
  opacity: 1;
}
.card-element .box:hover .desc {
  bottom: 80px;
}
.card-element .box:hover .desc .text-block .icon-block {
  visibility: visible;
  opacity: 1;
}
.card-element .box:hover .desc .text-block .btn-block {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .card-element .box:hover .desc {
    bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .card-element .box {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .card-element .box {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .card-element {
    justify-content: center;
  }
}

.contact-wrap {
  margin: 0;
  padding: 75px 0;
  background: url(../images/contact-wrap-bg.jpg) no-repeat left top;
  background-size: 100% 100%;
}
.contact-wrap .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.contact-wrap .block .title {
  max-width: 560px;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .contact-wrap .block .title {
    padding-bottom: 25px;
    margin: 0 auto;
  }
}
.contact-wrap .block .rt-block {
  max-width: 760px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.contact-wrap .block .rt-block p {
  max-width: 475px;
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .contact-wrap .block .rt-block p {
    margin: 0 auto;
  }
}
.contact-wrap .block .rt-block .btn-block {
  margin: 0;
  padding: 0 0 0 35px;
}
@media screen and (max-width: 1199px) {
  .contact-wrap .block .rt-block .btn-block {
    padding: 30px 0 0 0;
  }
}
@media screen and (max-width: 1199px) {
  .contact-wrap .block .rt-block {
    display: block;
    padding-left: 35px;
  }
}
@media screen and (max-width: 991px) {
  .contact-wrap .block .rt-block {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .contact-wrap .block {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .contact-wrap {
    padding: 40px 0;
    background-size: cover;
  }
}
.contact-wrap.bg-g {
  background: #F3F3F3;
}

/*====================== Footer Start ======================*/
.footer {
  margin: 0;
  padding: 80px 0 42px;
  background: url(../images/footer-bg-image.jpg) no-repeat left top;
  background-size: cover;
}
.footer .footer-top {
  margin: 0 0 60px;
  padding: 0 0 50px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #151515;
}
.footer .footer-top .content-block {
  max-width: 705px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.footer .footer-top .content-block .span-text {
  color: #E4E4E4;
  border-color: #E4E4E4;
}
.footer .footer-top .content-block .title {
  padding: 25px 0;
  color: #fff;
}
.footer .footer-top .content-block p {
  color: #E4E4E4;
}
.footer .footer-top .content-block ul {
  padding-top: 100px;
}
.footer .footer-top .content-block ul li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
}
.footer .footer-top .content-block ul li:last-child {
  margin-right: 0;
}
.footer .footer-top .content-block ul li a {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.footer .footer-top .content-block ul li a img {
  width: 24px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .footer .footer-top .content-block ul {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .footer .footer-top .content-block {
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-top .content-block {
    padding: 0 0 35px;
  }
}
.footer .footer-top .form-block {
  max-width: 560px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.footer .footer-top .form-block .form-success-msg {
  margin: 0 0 20px;
  padding: 14px 16px;
  background: #1a3a1a;
  border-left: 3px solid #4caf50;
}
.footer .footer-top .form-block .form-success-msg p {
  color: #a5d6a7;
  font-size: 14px;
}
.footer .footer-top .form-block .form-error-msg {
  margin: 0 0 20px;
  padding: 14px 16px;
  background: #3a1a1a;
  border-left: 3px solid #e53935;
}
.footer .footer-top .form-block .form-error-msg p {
  color: #ef9a9a;
  font-size: 14px;
}
.footer .footer-top .form-block .form-box {
  margin: 0;
  padding: 0 0 15px;
}
.footer .footer-top .form-block .form-box .form-control {
  width: 100%;
  height: 54px;
  border: 1px solid #262626;
  border-radius: 4px;
  background: none;
  font-size: 16px;
  color: #D9D9D9;
  font-weight: 400;
  box-shadow: none;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
}
.footer .footer-top .form-block .form-box .form-control::-moz-placeholder {
  color: #454545;
}
.footer .footer-top .form-block .form-box .form-control::placeholder {
  color: #454545;
}
.footer .footer-top .form-block .form-box .form-control:focus {
  border-color: #D9D9D9;
}
.footer .footer-top .form-block .form-box .form-select {
  width: 100%;
  height: 54px;
  border: 1px solid #262626;
  border-radius: 4px;
  background-color: transparent;
  font-size: 16px;
  color: #454545;
  font-weight: 400;
  box-shadow: none;
  outline: none;
  padding-left: 20px;
}
.footer .footer-top .form-block .form-box .form-select::-moz-placeholder {
  color: #454545;
}
.footer .footer-top .form-block .form-box .form-select::placeholder {
  color: #454545;
}
.footer .footer-top .form-block .form-box .form-select:focus {
  border-color: #D9D9D9;
}
.footer .footer-top .form-block .has-error .form-control, .footer .footer-top .form-block .has-error .form-select {
  border-color: #e53935 !important;
}
.footer .footer-top .form-block .field-error {
  display: block;
  font-size: 12px;
  color: #e57373;
  margin-top: 6px;
}
.footer .footer-top .form-block .form-check {
  margin: 0;
  padding: 5px 0 30px;
}
.footer .footer-top .form-block .form-check label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
}
.footer .footer-top .form-block .form-check label p {
  flex: 1;
  min-width: 0;
  font-size: 12px;
  color: #767676;
  overflow-wrap: anywhere;
}
.footer .footer-top .form-block .form-check label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #333333;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}
.footer .footer-top .form-block .form-check .form-check-input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.footer .footer-top .form-block .form-check .field-error {
  padding-left: 30px;
}
.footer .footer-top .form-block .form-check input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 5px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.footer .footer-top .form-block .form-check input:checked + label::before {
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .footer-top {
    display: block;
    padding-bottom: 40px;
    margin-bottom: 35px;
  }
}
.footer .lt-block {
  max-width: 480px;
  height: 100%;
  margin: 0;
  padding: 0 30px 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .lt-block .logo-block {
  margin: 0;
  padding: 0;
}
.footer .lt-block .logo-block a {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.footer .lt-block .logo-block a img {
  width: 128px;
  height: auto;
}
.footer .lt-block p {
  max-width: 400px;
  font-size: 14px;
  margin: 0;
  padding: 25px 0 0 0;
  color: #CCCCCC;
}
@media screen and (max-width: 1199px) {
  .footer .lt-block p {
    max-width: 750px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 1300px) {
  .footer .lt-block {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .footer .lt-block {
    padding-right: 0;
    max-width: 100%;
    border-right: none;
    padding-bottom: 45px;
  }
}
.footer .box {
  margin: 0;
  padding: 0;
}
.footer .box h3 {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0 0 25px;
}
.footer .box ul li {
  font-size: 14px;
  line-height: 1;
  color: #CCCCCC;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.footer .box ul li a {
  display: block;
  color: #CCCCCC;
  margin: 0;
  padding: 8px 0;
  position: relative;
  transition: all 500ms ease-in-out;
}
.footer .box ul li a:hover {
  color: #fff;
}
.footer .box ul.d-flex {
  flex-flow: wrap;
}
.footer .box ul.d-flex li {
  width: 50%;
}
@media screen and (max-width: 1300px) {
  .footer .box ul.d-flex li {
    width: 100%;
  }
}
.footer .box ol li {
  display: flex;
  align-items: center;
  margin: 0 0 25px;
  padding: 0;
  font-size: 14px;
}
.footer .box ol li p {
  font-size: 14px;
  color: #fff;
}
.footer .box ol li:last-child {
  margin-bottom: 0;
}
.footer .box ol li .icon {
  width: 24px;
  margin: 0;
  padding: 0;
}
.footer .box ol li .icon img {
  width: 100%;
  height: auto;
}
.footer .box ol li .text {
  flex: 1;
  margin: 0;
  padding: 0 0 0 15px;
}
.footer .box ol li .text a {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .footer .box {
    padding-bottom: 30px;
  }
}
.footer .footer-bottom {
  margin: 0;
  padding: 45px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-bottom ol li {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0 20px 0 0;
}
.footer .footer-bottom ol li a {
  display: inline-block;
  color: #fff;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom ol li {
    display: block;
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom ol li:first-child {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom ol {
    padding-bottom: 15px;
  }
}
.footer .footer-bottom ul li {
  display: inline-block;
  font-size: 12px;
  line-height: 1.3;
  color: #5C5C5C;
  font-weight: 500;
  margin: 0;
  padding: 0 20px;
  border-right: 1px solid #242424;
}
.footer .footer-bottom ul li:first-child {
  padding-left: 0;
}
.footer .footer-bottom ul li:last-child {
  border-right: none;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom ul li {
    display: block;
    padding: 5px 0;
    border: none;
  }
}
.footer .footer-bottom ul li a {
  color: #5C5C5C;
}
.footer .footer-bottom ul li a:hover {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom {
    padding: 0;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 0;
  }
}

/*====================== Footer End ======================*/
.floating-button {
  position: fixed;
  bottom: 100px;
  right: 20px;
}
.floating-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  margin: 0;
  padding: 0;
}
.floating-button a img {
  width: 32px;
  height: auto;
  filter: grayscale(100%) brightness(0);
}
.floating-button a:hover img {
  filter: grayscale(0%) brightness(1);
}

/*==============================================================

                INNER PAGE START

==============================================================*/
.inner-banner {
  margin: 0;
  padding: 158px 0 0;
  background: url(../images/inner-banner-bg-img.jpg) no-repeat left top;
  background-size: cover;
}
.inner-banner .banner-img {
  margin: 0;
  padding: 0;
  height: 492px;
  position: relative;
}
.inner-banner .banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .inner-banner .banner-img {
    height: 320px;
  }
}
.inner-banner .desc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.inner-banner .desc .text-block {
  margin: 0;
  padding: 0;
  text-align: center;
}
.inner-banner .desc .text-block p {
  color: #fff;
}
.inner-banner .breadcrumb-field {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0;
  padding: 0 0 0 30px;
  z-index: 1;
  box-sizing: border-box;
}
.inner-banner .breadcrumb-field .breadcrumb {
  padding: 0;
  margin: 0;
}
.inner-banner .breadcrumb-field .breadcrumb .breadcrumb-item {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
}
.inner-banner .breadcrumb-field .breadcrumb .breadcrumb-item:before {
  color: #fff;
  opacity: 0.5;
}
.inner-banner .breadcrumb-field .breadcrumb .breadcrumb-item a {
  display: inline-block;
  color: #fff;
  opacity: 0.5;
}
.inner-banner .breadcrumb-field .breadcrumb .breadcrumb-item a:hover {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .inner-banner .breadcrumb-field .breadcrumb {
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .inner-banner .breadcrumb-field {
    bottom: 10px;
    padding-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .inner-banner {
    padding-top: 85px;
  }
}
@media screen and (max-width: 991px) {
  .inner-banner {
    padding-top: 0;
  }
}

.who-element {
  margin: 0;
  padding: 80px 0 0 0;
  background: url(../images/who-bg-img.jpg) no-repeat left top;
  background-size: cover;
}
.who-element .feature-block {
  max-width: 850px;
  height: 676px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.who-element .feature-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 5000ms ease-in-out;
}
.who-element .feature-block:hover img {
  transform: scale(1.2);
}
.who-element .feature-block.mx-h {
  height: 468px;
}
@media screen and (max-width: 767px) {
  .who-element .feature-block.mx-h {
    height: 320px;
  }
}
@media screen and (max-width: 991px) {
  .who-element .feature-block {
    height: 320px;
  }
}
.who-element .text-block {
  max-width: 725px;
  margin: 0 0 0 auto;
  padding: 0;
}
.who-element .text-block .sub-heading {
  padding: 25px 0 45px;
}
@media screen and (max-width: 991px) {
  .who-element .text-block .sub-heading {
    padding: 15px 0 25px;
  }
}
.who-element .text-block .sub-title {
  padding-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .who-element .text-block .sub-title {
    padding-bottom: 17px;
  }
}
.who-element .text-block p {
  padding-bottom: 25px;
  text-align: justify;
}
.who-element .text-block .btn-block {
  margin: 0;
  padding: 15px 0 0 0;
}
@media screen and (max-width: 991px) {
  .who-element .text-block {
    padding-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .who-element {
    padding: 40px 0;
  }
}
.who-element.reverse-element .row {
  flex-flow: row-reverse;
}
@media screen and (max-width: 991px) {
  .who-element.reverse-element .row {
    flex-flow: column;
  }
}
.who-element.reverse-element .text-block {
  margin: 0;
}
.who-element.reverse-element .feature-block {
  height: 550px;
}
@media screen and (max-width: 767px) {
  .who-element.reverse-element .feature-block {
    height: 320px;
  }
}
.who-element.bg-img {
  background: url(../images/built-bg-img.jpg) no-repeat left top;
  background-size: cover;
}
.who-element.bg-img .sub-heading {
  color: #fff;
}
.who-element.bg-img p {
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .who-element {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .who-element {
    padding: 40px 0;
  }
}

.impact-element {
  margin: 0;
  padding: 80px 0;
  background: url(../images/impact-bg-img.jpg) no-repeat left top;
  background-size: cover;
}
.impact-element .content-block {
  max-width: 1140px;
  margin: 0 auto 40px;
  padding: 0 0 40px;
  text-align: 0;
  border-bottom: 1px solid #E0E0E0;
  text-align: center;
}
.impact-element .content-block .sub-heading {
  max-width: 605px;
  margin: 0 auto;
  padding-bottom: 35px;
}
.impact-element .content-block p {
  padding-bottom: 25px;
}
.impact-element .content-block p:last-child {
  padding-bottom: 0;
}
.impact-element .block-element {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}
.impact-element .block-element .box {
  padding: 0;
}
.impact-element .block-element .box .text-block .sub-title {
  font-size: 20px;
}
.impact-element .block-element .box .text-block p {
  font-size: 14px;
}
.impact-element .block-element .col-xl-3:first-child {
  padding-left: 0;
}
.impact-element .block-element .col-xl-3:last-child {
  padding-right: 0;
}
@media screen and (max-width: 991px) {
  .impact-element {
    padding: 40px 0 10px;
  }
}

.contact-element {
  margin: 0;
  padding: 80px 0;
  background: url(../images/contact-bg-img.jpg) no-repeat left top;
  background-size: cover;
}
.contact-element .top-block {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 0 80px;
  text-align: center;
}
.contact-element .top-block .span-text {
  font-weight: 500;
}
.contact-element .top-block p {
  font-size: 20px;
  padding-top: 16px;
}
@media screen and (max-width: 991px) {
  .contact-element .top-block {
    padding-bottom: 40px;
  }
}
.contact-element .block {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}
.contact-element .block .lt-block {
  max-width: 560px;
  margin: 0;
  padding: 40px;
  background: #fff;
}
.contact-element .block .lt-block .up-text {
  margin: 0 0 25px;
  padding: 0 0 25px;
  border-bottom: 1px solid #D8D8D8;
}
.contact-element .block .lt-block .up-text .sub-heading {
  padding-bottom: 10px;
}
.contact-element .block .lt-block .up-text p {
  font-family: "Google Sans", sans-serif;
  color: #000;
}
.contact-element .block .lt-block .sub-title {
  font-size: 16px;
  padding-bottom: 16px;
}
.contact-element .block .lt-block ol {
  padding-bottom: 30px;
}
.contact-element .block .lt-block ol li {
  display: flex;
  align-items: center;
  margin: 0 0 12px;
  padding: 0;
}
.contact-element .block .lt-block ol li:last-child {
  margin-bottom: 0;
}
.contact-element .block .lt-block ol li .icon {
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border-radius: 50%;
}
.contact-element .block .lt-block ol li .icon img {
  width: 24px;
  height: auto;
}
.contact-element .block .lt-block ol li .text {
  flex: 1;
  margin: 0;
  padding: 0 0 0 15px;
}
.contact-element .block .lt-block ol li .text p {
  padding-bottom: 0;
  font-weight: 500;
}
.contact-element .block .lt-block ol li .text a {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.contact-element .block .lt-block .map-block {
  height: 255px;
  margin: 0;
  padding: 0;
}
.contact-element .block .lt-block .map-block iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  transition: all 60ms ease-in-out;
}
.contact-element .block .lt-block .map-block:hover iframe {
  filter: grayscale(0);
}
@media screen and (max-width: 991px) {
  .contact-element .block .lt-block {
    padding: 25px 20px;
  }
}
.contact-element .block .form-sec {
  max-width: 560px;
  margin: 0 0 0 auto;
  padding: 40px;
  background: #000;
  height: 100%;
}
.contact-element .block .form-sec .up-text {
  margin: 0 0 20px;
  padding: 0 0 25px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.2);
}
.contact-element .block .form-sec .up-text .sub-title {
  padding-bottom: 10px;
  color: #fff;
}
.contact-element .block .form-sec .up-text p {
  font-family: "Google Sans", sans-serif;
  color: #fff;
}
.contact-element .block .form-sec .form-box {
  margin: 0;
  padding: 0 0 15px;
}
.contact-element .block .form-sec .form-box label {
  display: block;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  margin: 0;
  padding: 0 0 10px 0;
}
.contact-element .block .form-sec .form-box .form-control {
  width: 100%;
  height: 50px;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  color: #D9D9D9;
  font-weight: 400;
  box-shadow: none;
  outline: none;
  border: 1px solid transparent;
  background: #151515;
  border-radius: 0;
  transition: all 200ms ease-in-out;
  padding-left: 20px;
  padding-right: 20px;
}
.contact-element .block .form-sec .form-box .form-control::-moz-placeholder {
  color: #434343;
}
.contact-element .block .form-sec .form-box .form-control::placeholder {
  color: #434343;
}
.contact-element .block .form-sec .form-box .form-control:focus {
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.contact-element .block .form-sec .form-box .form-control.textarea-control {
  height: 80px;
  padding-top: 15px;
}
.contact-element .block .form-sec .form-box .form-select {
  width: 100%;
  height: 50px;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  box-shadow: none;
  outline: none;
  border: 1px solid transparent;
  background-color: #151515;
  border-radius: 0;
  transition: all 200ms ease-in-out;
}
.contact-element .block .form-sec .form-box .form-select::-moz-placeholder {
  color: #D9D9D9;
}
.contact-element .block .form-sec .form-box .form-select::placeholder {
  color: #D9D9D9;
}
.contact-element .block .form-sec .form-box .form-select:focus {
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: #D9D9D9;
}
.contact-element .block .form-sec .btn-box {
  margin: 0;
  padding: 10px 0 0 0;
}
@media screen and (max-width: 991px) {
  .contact-element .block .form-sec {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-element .block .form-sec {
    margin-top: 30px;
    height: auto;
  }
}
.contact-element .form-success-msg {
  margin: 0 0 25px;
  padding: 16px 20px;
  background: #1a3a1a;
  border-left: 3px solid #4caf50;
}
.contact-element .form-success-msg p {
  color: #a5d6a7;
  font-size: 15px;
}
.contact-element .form-error-msg {
  margin: 0 0 20px;
  padding: 14px 18px;
  background: #3a1a1a;
  border-left: 3px solid #e53935;
}
.contact-element .form-error-msg p {
  color: #ef9a9a;
  font-size: 14px;
}
.contact-element .form-error-msg p a {
  color: #ef9a9a;
  text-decoration: underline;
}
.contact-element .has-error .form-control, .contact-element .has-error .form-select {
  border-color: #e53935 !important;
}
.contact-element .field-error {
  display: block;
  font-size: 12px;
  color: #e57373;
  margin-top: 5px;
}
@media screen and (max-width: 991px) {
  .contact-element {
    padding: 40px 0;
  }
}

.card-wrap {
  margin: 0;
  padding: 0;
}
.card-wrap .box {
  margin: 0;
  padding: 0;
  background: #E4E4E4;
  height: 100%;
}
.card-wrap .box a {
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
}
.card-wrap .box a .img-block {
  height: 300px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.card-wrap .box a .img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 5000ms ease-in-out;
}
.card-wrap .box a .text-block {
  margin: 0;
  padding: 30px;
}
.card-wrap .box a .text-block .sub-title {
  padding-bottom: 16px;
}
.card-wrap .box a .text-block p {
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .card-wrap .box a .text-block {
    padding: 20px;
  }
}
.card-wrap .box:hover a .img-block img {
  transform: scale(1.2);
}

.core-element {
  margin: 0;
  padding: 80px 0;
  background: url(../images/core-bg-img.jpg) no-repeat left top;
  background-size: cover;
}
.core-element .top-block {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 0 60px;
  text-align: center;
}
.core-element .top-block .sub-heading {
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .core-element .top-block {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .core-element {
    padding: 40px 0;
  }
}

.innovation-element {
  margin: 0;
  padding: 80px 0;
  background: url(../images/innovation-bg-img.jpg) no-repeat left top;
  background-size: cover;
}
.innovation-element .top-block {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 0 60px;
  text-align: center;
}
.innovation-element .top-block .sub-heading {
  padding-bottom: 16px;
  color: #fff;
}
.innovation-element .top-block p {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .innovation-element .top-block {
    padding-bottom: 40px;
  }
}
.innovation-element .card-wrap {
  margin: 0;
  padding: 0;
}
.innovation-element .card-wrap .box a {
  height: 600px;
  position: relative;
}
.innovation-element .card-wrap .box a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 5000ms ease-in-out;
}
.innovation-element .card-wrap .box a .desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 10px;
}
.innovation-element .card-wrap .box a .desc .text-block {
  margin: 0;
  padding: 30px;
  background: #000;
}
.innovation-element .card-wrap .box a .desc .text-block .sub-title {
  padding-bottom: 16px;
  color: #fff;
}
.innovation-element .card-wrap .box a .desc .text-block p {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .innovation-element .card-wrap .box a .desc .text-block {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .innovation-element .card-wrap .box a {
    height: 450px;
  }
}
.innovation-element .card-wrap .box:hover a .img-block img {
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .innovation-element {
    padding: 40px 0;
  }
}

.approach-element {
  margin: 0;
  padding: 80px 0;
  background: url(../images/approach-bg-img.jpg) no-repeat left top;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .approach-element .mb-row {
    flex-flow: column-reverse;
  }
}
.approach-element .content-wrap {
  max-width: 935px;
  margin: 0;
  padding: 0;
}
.approach-element .content-wrap .sub-heading {
  padding: 16px 0 35px;
}
.approach-element .content-wrap p {
  padding-bottom: 45px;
}
.approach-element .content-wrap label {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-weight: 500;
  margin: 0;
  padding: 0 0 20px;
}
.approach-element .content-wrap .box {
  margin: 0;
  padding: 20px;
  background: #E4E4E4;
  text-align: center;
  transition: all 600ms ease-in-out;
  height: 100%;
}
.approach-element .content-wrap .box .icon-block {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto 20px;
  padding: 0;
}
.approach-element .content-wrap .box .icon-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.approach-element .content-wrap .box h4 {
  display: block;
  font-size: 18px;
  line-height: 1.3;
  color: #000;
  font-weight: 500;
  margin: 0;
  padding: 0;
  transition: all 600ms ease-in-out;
}
.approach-element .content-wrap .box:hover {
  background: #101010;
}
.approach-element .content-wrap .box:hover h4 {
  color: #fff;
}
.approach-element .content-wrap .item {
  width: 20%;
  padding: 0 5px;
}
.approach-element .content-wrap .item .box {
  background: #fff;
}
.approach-element .content-wrap .item .box:hover {
  background: #101010;
}
@media screen and (max-width: 1199px) {
  .approach-element .content-wrap .item {
    width: 33.3%;
  }
}
@media screen and (max-width: 767px) {
  .approach-element .content-wrap .item {
    width: 50%;
  }
}
.approach-element .content-wrap .bottom-text {
  margin: 0;
  padding: 30px 0 0 0;
}
.approach-element .content-wrap .bottom-text p {
  padding-bottom: 0;
}
.approach-element .feature-block {
  max-width: 705px;
  height: 590px;
  margin: 0 0 0 auto;
  padding: 0;
  overflow: hidden;
}
.approach-element .feature-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 5000ms ease-in-out;
}
.approach-element .feature-block:hover img {
  transform: scale(1.2);
}
.approach-element .feature-block.mx-h {
  height: 468px;
}
@media screen and (max-width: 767px) {
  .approach-element .feature-block.mx-h {
    height: 320px;
  }
}
@media screen and (max-width: 991px) {
  .approach-element .feature-block {
    height: 350px;
    margin-bottom: 30px;
  }
}
.approach-element.foundations-element {
  background: url(../images/foundations-bg-img.jpg) no-repeat left top;
  background-size: cover;
}
.approach-element.foundations-element .content-wrap > .row {
  margin-left: 0;
  margin-right: 0;
}
.approach-element.foundations-element .content-card {
  margin: 0;
  padding: 60px 0 0 0;
}
.approach-element.foundations-element .content-card .box {
  margin: 0;
  padding: 40px 30px;
  background: #fff;
  height: 100%;
}
.approach-element.foundations-element .content-card .box .sub-title {
  padding-bottom: 16px;
}
.approach-element.foundations-element .content-card .box p {
  color: #000;
  text-align: justify;
  padding-bottom: 25px;
}
.approach-element.foundations-element .content-card .box label {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-weight: 500;
  margin: 0;
  padding: 0 0 10px;
}
.approach-element.foundations-element .content-card .box ul {
  padding-left: 10px;
}
.approach-element.foundations-element .content-card .box ul li {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-weight: 400;
  margin: 0 0 5px;
  padding: 0 0 0 15px;
  position: relative;
}
.approach-element.foundations-element .content-card .box ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .approach-element.foundations-element .content-card .box {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 767px) {
  .approach-element.foundations-element .content-card .box {
    margin-bottom: 20px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .approach-element.foundations-element .content-card .col-md-4:last-child .box {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .approach-element {
    padding: 40px 0;
  }
}

.responsibility-element {
  margin: 0;
  padding: 0;
  background: url(../images/responsibility-bg-img.jpg) no-repeat left top;
  background-size: cover;
}
.responsibility-element .feature-block {
  max-width: 850px;
  height: 590px;
  margin: 0 0 0 auto;
  padding: 0;
  overflow: hidden;
}
.responsibility-element .feature-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 5000ms ease-in-out;
}
.responsibility-element .feature-block:hover img {
  transform: scale(1.2);
}
@media screen and (max-width: 991px) {
  .responsibility-element .feature-block {
    height: 350px;
    margin-bottom: 30px;
  }
}
.responsibility-element .text-block {
  max-width: 725px;
  margin: 0 0 0 auto;
  padding: 0;
}
.responsibility-element .text-block .span-text {
  color: #fff;
  border-color: #fff;
}
.responsibility-element .text-block .sub-heading {
  color: #fff;
  padding: 25px 0 35px;
}
.responsibility-element .text-block p {
  color: #fff;
  padding-bottom: 25px;
}
.responsibility-element .text-block p:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  .responsibility-element {
    padding: 40px 0;
  }
}

.expertise-element {
  margin: 0;
  padding: 0;
  background: url(../images/expertise-bg-img.jpg) no-repeat left top;
  background-size: cover;
  display: flex;
  align-items: center;
}
.expertise-element .feature-block {
  max-width: 805px;
  width: 100%;
  height: 500px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.expertise-element .feature-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 5000ms ease-in-out;
}
.expertise-element .feature-block:hover img {
  transform: scale(1.2);
}
@media screen and (max-width: 1199px) {
  .expertise-element .feature-block {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .expertise-element .feature-block {
    height: 350px;
  }
}
.expertise-element .desc-content {
  flex: 1;
  margin: 0;
  padding: 0 100px;
}
.expertise-element .desc-content .text-block {
  max-width: 915px;
  margin: 0 auto;
  padding: 0;
}
.expertise-element .desc-content .text-block .sub-heading {
  padding: 0 0 35px;
}
@media screen and (max-width: 767px) {
  .expertise-element .desc-content .text-block .sub-heading {
    padding-bottom: 25px;
  }
}
.expertise-element .desc-content .text-block p {
  padding-bottom: 25px;
}
.expertise-element .desc-content .text-block p:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .expertise-element .desc-content {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1199px) {
  .expertise-element .desc-content {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .expertise-element .desc-content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1199px) {
  .expertise-element {
    display: block;
    padding: 40px 0;
  }
}

.dfap-element {
  margin: 0;
  padding: 80px 0;
  background: url(../images/dfap-bg-img.jpg) no-repeat left top;
  background-size: cover;
}
.dfap-element .top-block {
  margin: 0;
  padding: 0 0 60px;
  text-align: center;
}
.dfap-element .top-block .sub-heading {
  padding: 20px 0;
}
@media screen and (max-width: 991px) {
  .dfap-element .top-block {
    padding-bottom: 40px;
  }
}
.dfap-element .block {
  max-width: 1078px;
  margin: 0 auto 40px;
  padding: 0;
}
.dfap-element .block .box {
  margin: 0;
  padding: 20px 30px;
  background: #2B2B2D;
  display: flex;
  align-items: flex-start;
}
.dfap-element .block .box .icon-block {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  margin: 0;
  padding: 0;
}
.dfap-element .block .box .icon-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dfap-element .block .box .text-block {
  flex: 1;
  margin: 0;
  padding: 0 0 0 24px;
}
.dfap-element .block .box .text-block h5 {
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  font-weight: 400;
  margin: 0;
  padding: 0 0 10px;
}
.dfap-element .block .box .text-block p {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .dfap-element .block .box .text-block {
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 991px) {
  .dfap-element .block .box {
    display: block;
    padding: 20px;
  }
}
.dfap-element .bottom-text {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .dfap-element {
    padding: 40px 0;
  }
}

.pvc-element {
  margin: 123px 0 0 0;
  padding: 50px 0 0 0;
  position: relative;
}
.pvc-element .desc {
  margin: 0;
  padding: 0;
}
.pvc-element .desc .breadcrumb-field {
  margin: 0;
  padding: 0;
  z-index: 1;
  box-sizing: border-box;
}
.pvc-element .desc .breadcrumb-field .breadcrumb {
  padding: 0;
  margin: 0 0 12px;
}
.pvc-element .desc .breadcrumb-field .breadcrumb .breadcrumb-item {
  font-size: 13px;
  color: #000;
  font-weight: 500;
}
.pvc-element .desc .breadcrumb-field .breadcrumb .breadcrumb-item:before {
  color: #000;
  opacity: 0.5;
}
.pvc-element .desc .breadcrumb-field .breadcrumb .breadcrumb-item a {
  display: inline-block;
  color: #000;
  opacity: 0.5;
}
.pvc-element .desc .breadcrumb-field .breadcrumb .breadcrumb-item a:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .pvc-element .desc .breadcrumb-field .breadcrumb {
    margin-bottom: 25px;
  }
}
.pvc-element .desc .text-block {
  max-width: 1140px;
  margin: 0 auto 40px;
  padding: 0 0 40px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.pvc-element .desc .text-block .main-title {
  color: #000;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pvc-element .desc .text-block .main-title {
    font-size: 25px;
  }
}
.pvc-element .desc .text-block p {
  color: #32313C;
}
@media screen and (max-width: 1199px) {
  .pvc-element {
    margin-top: 83px;
  }
}
@media screen and (max-width: 767px) {
  .pvc-element {
    margin-top: 0;
    padding-top: 40px;
  }
}

.content-wrap {
  margin: 0;
  padding: 0 0 60px;
}
.content-wrap .desc-block {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}
.content-wrap .desc-block .block {
  margin: 0;
  padding: 0 0 20px 0;
}
.content-wrap .desc-block .block h2 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  color: #000;
  margin: 0;
  padding: 0 0 15px;
}
.content-wrap .desc-block .block p {
  color: #32313C;
  padding-bottom: 8px;
}
.content-wrap .desc-block .block ul {
  padding-bottom: 10px;
}
.content-wrap .desc-block .block ul li {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #32313C;
  margin: 0 0 5px;
  padding: 0 0 0 15px;
  position: relative;
}
.content-wrap .desc-block .block ul li:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
  left: 0;
  top: 10px;
}
@media screen and (max-width: 991px) {
  .content-wrap {
    padding: 0 0 10px;
  }
}

.privacy-policy-page .header-nav {
  background: rgba(0, 0, 0, 0.8509803922) !important;
}
@media screen and (min-width: 992px) {
  .privacy-policy-page .header-nav.header-sticky {
    background: rgba(0, 0, 0, 0.8509803922) !important;
  }
}

.no-layout-chrome .header-nav, .no-layout-chrome .footer, .no-layout-chrome .floating-button {
  display: none !important;
}

.password-element {
  margin: 0;
  padding: 0;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: stretch;
}
.password-element .password-image-section {
  flex: 0 0 65%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .password-element .password-image-section {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .password-element {
    flex-direction: column;
    overflow: auto;
  }
}

.password-form-section {
  flex: 0 0 35%;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 30px;
  height: 100vh;
  position: relative;
}
.password-form-section .form-field {
  width: 100%;
  max-width: 100%;
  border: none !important;
}
.password-form-section .form-field h2.title {
  color: #fff;
  padding-bottom: 15px;
  text-align: center;
  margin-bottom: 20px;
}
.password-form-section .form-field > p {
  max-width: 435px;
  margin: 0 auto;
  padding: 0 0 30px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.password-form-section .form-field .form-box {
  width: 100%;
  margin: 0;
  padding: 0 0 40px;
}
.password-form-section .form-field .form-box .input-field {
  position: relative;
  margin: 0;
  padding: 0 0 20px;
}
.password-form-section .form-field .form-box .input-field label {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  margin: 0;
  padding: 0 0 10px 0;
}
.password-form-section .form-field .form-box .input-field .form-control {
  width: 100%;
  height: 50px;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  color: #D9D9D9;
  font-weight: 400;
  box-shadow: none;
  outline: none;
  border: 1px solid #333333;
  background: #151515;
  border-radius: 0;
  transition: all 200ms ease-in-out;
  padding: 12px 44px 12px 20px;
}
.password-form-section .form-field .form-box .input-field .form-control::-moz-placeholder {
  color: #606060;
}
.password-form-section .form-field .form-box .input-field .form-control::placeholder {
  color: #606060;
}
.password-form-section .form-field .form-box .input-field .form-control:focus {
  border: 1px solid #E31837;
}
.password-form-section .form-field .form-box .input-field .password-eye-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  color: #888;
  transition: color 0.2s ease;
}
.password-form-section .form-field .form-box .input-field .password-eye-btn svg {
  display: block;
}
.password-form-section .form-field .form-box .input-field .password-eye-btn .eye-off {
  display: none;
}
.password-form-section .form-field .form-box .input-field .password-eye-btn:hover {
  color: #333;
}
.password-form-section .form-field .form-box .button-field {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: 20px;
}
.password-form-section .form-field .bottom-text {
  max-width: 365px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.password-form-section .form-field .bottom-text p {
  font-size: 15px;
  color: #fff;
  padding-bottom: 0;
}
.password-form-section .form-field .bottom-text p a {
  display: inline-block;
  color: #fff;
  text-align: center;
}
.password-form-section .form-field .bottom-text p a:hover {
  text-decoration: underline;
}
.password-form-section .form-field .mt-2 {
  margin-top: 10px;
  text-align: center;
}
.password-form-section .form-field .text-danger {
  color: #ff4444;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .password-form-section .form-field {
    padding: 30px 20px;
  }
}
.password-form-section .password-copyright-text {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
.password-form-section .password-copyright-text p {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.password-form-section .password-copyright-text p a {
  color: #5C5C5C;
}
@media screen and (max-width: 768px) {
  .password-form-section {
    flex: 0 0 100%;
    height: calc(100vh - 80px);
  }
}/*# sourceMappingURL=style.min.css.map */