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

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

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 {
  padding: 0;
  margin: 0;
  list-style: none;
}

/*
1. Variables
*/
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1630px;
  }
}
.primarybtn {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 21.5px 28px;
  background: #000;
  letter-spacing: 0.32px;
  box-shadow: none;
  outline: none;
  border: none;
  transition: all 0.3s ease-in-out;
}
.primarybtn .icon {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 10px;
}
.primarybtn .icon img {
  width: 17px;
  height: auto;
}
.primarybtn:hover {
  background: #3c3c3c;
}
@media screen and (max-width: 1199px) {
  .primarybtn {
    font-size: 16px;
    padding: 15px 20px;
  }
}

.secondarybtn {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 1;
  color: #000;
  font-weight: 500;
  margin: 0;
  padding: 21.5px 22px;
  background: #EBEBED;
  letter-spacing: 0.32px;
  box-shadow: none;
  outline: none;
  border: none;
  transition: all 0.3s ease-in-out;
}
.secondarybtn .icon {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 10px;
}
.secondarybtn .icon img {
  width: 17px;
  height: auto;
}
.secondarybtn:hover {
  background: #9f9f9f;
}
@media screen and (max-width: 1199px) {
  .secondarybtn {
    font-size: 16px;
    padding: 15px 20px;
  }
}

p {
  font-size: 17px;
  line-height: 1.5;
  color: #0D0D0D;
  font-weight: 500;
  letter-spacing: 0.32px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

.main-title {
  font-size: 90px;
  line-height: 1.1;
  color: #EBEBED;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1500px) {
  .main-title {
    font-size: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .main-title {
    font-size: 50px;
  }
}
@media screen and (max-width: 991px) {
  .main-title {
    font-size: 35px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 500px) {
  .main-title {
    font-size: 25px;
    line-height: 1.3;
  }
}

.title {
  font-size: 75px;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .title {
    font-size: 25px;
    line-height: 1.3;
  }
}

.sub-title {
  font-size: 50px;
  line-height: 1.2;
  color: #0D0D0D;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .sub-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .sub-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .sub-title {
    font-size: 25px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1500px) {
  .container {
    max-width: 1750px;
  }
}
/*====================== Header Start ======================*/
.header-nav {
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 500ms ease-in-out;
}
.header-nav .logo-block {
  margin: 0;
  padding: 0;
  width: 180px;
  transition: all 500ms ease-in-out;
}
.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: 991px) {
  .header-nav .logo-block a img {
    width: 135px;
  }
}
@media screen and (max-width: 1300px) {
  .header-nav .logo-block {
    width: 135px;
  }
}
.header-nav .navigation-field {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.header-nav .navigation-field .nav-sec {
  margin: 0;
  padding: 0;
  position: relative;
}
.header-nav .navigation-field .nav-sec ul {
  display: flex;
}
.header-nav .navigation-field .nav-sec ul li {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #EBEBED;
  font-weight: 400;
  margin: 0;
  padding: 0;
  transition: all 300ms ease-in-out;
  position: relative;
}
.header-nav .navigation-field .nav-sec ul li a {
  display: inline-block;
  color: #EBEBED;
  margin: 0;
  padding: 57px 30px 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 300ms ease-in-out;
  position: relative;
}
.header-nav .navigation-field .nav-sec ul li a .icon {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 40px;
}
.header-nav .navigation-field .nav-sec ul li a .icon img {
  width: 12px;
  height: auto;
}
.header-nav .navigation-field .nav-sec ul li a:hover {
  background: #EBEBED;
  color: #000;
}
@media screen and (max-width: 1700px) {
  .header-nav .navigation-field .nav-sec ul li a {
    padding: 57px 25px 25px;
  }
}
@media screen and (max-width: 1300px) {
  .header-nav .navigation-field .nav-sec ul li a {
    padding: 40px 20px 25px;
  }
}
@media screen and (max-width: 1199px) {
  .header-nav .navigation-field .nav-sec ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media screen and (max-width: 1199px) {
  .header-nav .navigation-field .nav-sec ul li {
    display: block;
  }
}
.header-nav .navigation-field .nav-sec ul li .sub-menu {
  display: inline-block;
  position: absolute;
  width: 460px;
  left: 0;
  top: 100%;
  background: url(../images/sub-menu-bg.jpg) no-repeat left top;
  background-size: cover;
  box-shadow: 0 17px 40px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px;
  margin: 0;
  padding: 30px 20px;
  display: none !important;
  opacity: 0;
  transition: all 600ms ease-in-out;
  z-index: 99;
  overflow: hidden;
}
.header-nav .navigation-field .nav-sec ul li .sub-menu li {
  display: block;
  padding-right: 0;
}
.header-nav .navigation-field .nav-sec ul li .sub-menu li a {
  display: block;
  padding: 16px 15px;
  background: none;
  border-right: none;
}
.header-nav .navigation-field .nav-sec ul li .sub-menu li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 1199px) {
  .header-nav .navigation-field .nav-sec ul li .sub-menu li a {
    padding-left: 0;
  }
}
.header-nav .navigation-field .nav-sec ul li .sub-menu li:last-child a {
  border-bottom: none;
}
@media screen and (max-width: 1199px) {
  .header-nav .navigation-field .nav-sec ul li .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    transform: translateX(0);
    box-shadow: none;
    padding: 15px;
    padding-top: 0;
    display: block !important;
    opacity: 1;
    background: none;
  }
}
.header-nav .navigation-field .nav-sec ul li:hover .sub-menu {
  display: block !important;
  opacity: 1;
  animation: hvTop 0.5s;
  animation-duration: 0.5s;
}
@media screen and (max-width: 991px) {
  .header-nav .navigation-field .nav-sec ul li:hover .sub-menu {
    animation: none;
  }
}
@media screen and (max-width: 1199px) {
  .header-nav .navigation-field .nav-sec ul {
    display: block;
  }
}
.header-nav .navigation-field .btn-field {
  display: flex;
  align-items: center;
  margin: 0 45px 0 60px;
  padding: 0;
}
.header-nav .navigation-field .btn-field .secondarybtn {
  margin-left: 10px;
}
@media screen and (max-width: 1500px) {
  .header-nav .navigation-field .btn-field {
    margin: 0 15px 0 15px;
  }
}
@media screen and (max-width: 1330px) {
  .header-nav .navigation-field .btn-field {
    margin: 0 10px 0 20px;
  }
}
@media screen and (max-width: 1199px) {
  .header-nav .navigation-field {
    position: fixed;
    width: 365px;
    right: -100%;
    top: 0;
    bottom: 0;
    background: #00050D;
    z-index: 9999;
    display: block;
    padding: 15px;
    padding-bottom: 40px;
    overflow: auto;
    transition: all 500ms ease-in-out;
    box-shadow: -3px 0px 7px 0px rgba(10, 36, 114, 0.35);
  }
  .header-nav .navigation-field.opened {
    right: 0;
  }
}
@media screen and (max-width: 366px) {
  .header-nav .navigation-field {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .header-nav {
    padding: 20px 0;
  }
}
@media screen and (min-width: 1199px) {
  .header-nav.header-sticky {
    box-shadow: 0px 2px 9px rgba(255, 255, 255, 0.1);
  }
}
@media screen and (min-width: 1199px) and (min-width: 991px) {
  .header-nav.header-sticky {
    transition: all 500ms ease-in-out;
  }
  .header-nav.header-sticky .logo-block {
    width: 150px;
  }
}
@media screen and (min-width: 1199px) and (max-width: 767px) {
  .header-nav.header-sticky {
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.1);
    transition: all 500ms ease-in-out;
  }
}
@media screen and (max-width: 1700px) {
  .header-nav .container {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 1199px) {
  .header-nav {
    background: #000 !important;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    position: relative;
  }
}

.close-block {
  margin: 0;
  padding: 0;
  text-align: right;
  display: none;
}
.close-block .close-btn {
  width: 32px;
  height: 32px;
  background: none;
  border: 1px solid #1D2F6C;
  border-radius: 50%;
  box-shadow: none;
  outline: none;
  margin: 0 0 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-block .close-btn img {
  width: 14px;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .close-block {
    display: block;
  }
}

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

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 1, 11, 0.6);
  visibility: hidden;
  opacity: 0;
  z-index: 91;
}
.overlay.opened {
  visibility: visible;
  opacity: 1;
  transition: all 150ms ease-in-out;
}

/*====================== Header End ======================*/
/*====================== Banner Start ======================*/
.banner {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100vh;
}
.banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .desc {
  position: absolute;
  bottom: 130px;
  left: 0;
  right: 0;
  z-index: 2;
}
.banner .desc .lt-text {
  margin: 0;
  padding: 0;
}
.banner .desc .lt-text .sub-text {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #EBEBED;
  font-weight: 500;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 15px;
}
.banner .desc .lt-text .main-title {
  padding-bottom: 35px;
}
.banner .desc .rt-text {
  max-width: 405px;
  margin: 0 0 0 auto;
  padding: 0;
}
.banner .desc .rt-text p {
  color: #EBEBED;
  padding-bottom: 45px;
}
.banner .desc .rt-text .primarybtn {
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
@media screen and (max-width: 767px) {
  .banner .desc .rt-text {
    max-width: 100%;
    padding-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .banner .desc {
    bottom: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .banner {
    height: 500px;
  }
}

/*====================== Banner Start ======================*/
.std-element {
  margin: 0;
  padding: 50px 0;
  background: #000;
}
.std-element .d-flex {
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .std-element .d-flex {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .std-element .d-flex {
    display: block !important;
    text-align: center;
  }
}
.std-element p {
  font-size: 24px;
  letter-spacing: 0;
  color: #EBEBED;
  font-style: italic;
  padding-right: 100px;
}
@media screen and (max-width: 1199px) {
  .std-element p {
    max-width: 600px;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .std-element p {
    max-width: 500px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .std-element p {
    padding: 0 0 35px;
  }
}

.sub-heading {
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 95px;
  display: flex;
  align-items: center;
}
.sub-heading .icon {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 11px;
  line-height: 0;
  vertical-align: middle;
}
.sub-heading .icon img {
  width: 14px;
  height: auto;
}
.sub-heading.wh {
  color: #EBEBED;
}

.about-element {
  margin: 0;
  padding: 100px 0;
  background: url(../images/about-bg-img.jpg) no-repeat left top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .about-element .sub-heading {
    justify-content: center;
    text-align: center;
    padding-bottom: 45px;
  }
}
.about-element .feature-img {
  max-width: 750px;
  margin: 0;
  padding: 0;
}
.about-element .feature-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .about-element .feature-img {
    margin-bottom: 30px;
  }
}
.about-element .rt-field {
  max-width: 750px;
  margin: 0 0 0 auto;
  padding: 0;
}
.about-element .rt-field .sub-title {
  padding-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .about-element .rt-field .sub-title {
    padding-bottom: 75px;
  }
}
.about-element .rt-field .box {
  margin: 0;
  padding: 0;
}
.about-element .rt-field .box .img-block {
  margin: 0;
  padding: 0;
}
.about-element .rt-field .box .img-block img {
  width: 100%;
  height: auto;
}
.about-element .rt-field .box .text-block {
  margin: 0;
  padding: 35px 0 0 0;
}
.about-element .rt-field .box .text-block p {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .about-element {
    padding: 70px 0;
  }
}

.top-head {
  max-width: 905px;
  margin: 0 auto;
  padding: 0 0 90px;
  text-align: center;
}
.top-head .sub-heading {
  justify-content: center;
  padding-bottom: 30px;
}
.top-head .sub-title {
  color: #EBEBED;
}
@media screen and (max-width: 991px) {
  .top-head {
    padding-bottom: 60px;
  }
}

.service-element {
  margin: 0;
  padding: 105px 0 100px;
  background: url(../images/service-bg-img.jpg) no-repeat left top;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .service-element .top-head {
    padding-bottom: 150px;
  }
}
.service-element .field-sec {
  margin: 0;
  padding: 40px;
  padding-left: 85px;
  background: #EBEBED;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .service-element .field-sec .row {
    flex-flow: column-reverse;
  }
}
.service-element .field-sec .content-block {
  margin: 0;
  padding: 0;
  display: flex;
}
.service-element .field-sec .content-block .icon-img {
  width: 26px;
  margin: 0;
  padding: 0;
}
.service-element .field-sec .content-block .icon-img img {
  width: 25px;
  height: auto;
}
.service-element .field-sec .content-block .text-block {
  flex: 1;
  margin: 0;
  padding: 0 0 0 20px;
}
.service-element .field-sec .content-block .text-block .block {
  max-width: 695px;
  margin: 0;
  padding: 0;
}
.service-element .field-sec .content-block .text-block h3 {
  font-size: 30px;
  line-height: 1.2;
  color: #0D0D0D;
  font-weight: 600;
  margin: 0;
  padding: 0 0 22px;
}
@media screen and (max-width: 575px) {
  .service-element .field-sec .content-block .text-block h3 {
    font-size: 22px;
  }
}
.service-element .field-sec .content-block .text-block p {
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .service-element .field-sec .content-block .text-block {
    padding: 30px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .service-element .field-sec .content-block {
    display: block;
  }
}
.service-element .field-sec .img-block {
  max-width: 611px;
  margin: 0;
  padding: 0;
}
.service-element .field-sec .img-block img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .service-element .field-sec .img-block {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1199px) {
  .service-element .field-sec {
    padding: 40px;
  }
}
@media screen and (max-width: 575px) {
  .service-element .field-sec {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  .service-element {
    padding: 65px 0;
  }
}
.service-element .cards {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-bottom: 90px;
}
.service-element .custom-card {
  position: absolute;
  width: 100%;
  top: 0px;
  height: 70vh;
  color: #FAEBBB;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
.service-element .card2 {
  top: 40px;
}
.service-element .card3 {
  top: 80px;
}
.service-element .opacity {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  opacity: 0.6;
}
.service-element .scale {
  moz-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  width: 95%;
}
.service-element .nav {
  display: block;
  position: absolute;
  left: 30px;
  top: 45%;
  z-index: 10;
}
.service-element .nav li {
  padding: 2px;
}
.service-element .nav li a {
  text-decoration: none;
}
.service-element .nav .circle {
  border: 1px solid #FAEBBB;
  color: #FAEBBB;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 25px;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
.service-element .nav .active {
  background: #FAEBBB;
  color: #213F29;
}

.gsap-marker-scroller-start {
  display: none !important;
}

.gsap-marker-scroller-end {
  display: none !important;
}

.sss-element {
  margin: 0;
  padding: 100px 0 260px;
  background: url(../images/sss-bg-img.jpg) no-repeat left top;
  background-size: cover;
}
.sss-element .text-block {
  max-width: 960px;
  margin: 0;
  padding: 0;
}
.sss-element .text-block .sub-heading {
  padding-bottom: 30px;
}
.sss-element .text-block .sub-title {
  color: #EBEBED;
  padding-bottom: 25px;
}
.sss-element .text-block p {
  color: #EBEBED;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .sss-element {
    padding: 65px 0 70px;
  }
}

.news-element {
  margin: 0;
  padding: 100px 0;
  background: #fff;
}
.news-element .top-head {
  padding-bottom: 45px;
}
.news-element .top-head .sub-heading {
  color: #000;
}
.news-element .top-head .sub-title {
  color: #000;
}
.news-element .top-head p {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .news-element .top-head p {
    padding-top: 25px;
  }
}
.news-element .top-head.mx-100 {
  max-width: 100%;
}
.news-element .content-wrap {
  margin: 0;
  padding: 40px 0 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.news-element .content-wrap .d-flex {
  justify-content: center;
}
.news-element .content-wrap .nav-tabs {
  justify-content: center;
  border: 1px solid #0D0D0D;
  margin-bottom: 60px;
}
.news-element .content-wrap .nav-tabs .nav-item {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .news-element .content-wrap .nav-tabs .nav-item {
    display: inline-block;
  }
}
.news-element .content-wrap .nav-tabs .nav-item .nav-link {
  font-size: 17px;
  line-height: 1.5;
  color: #0D0D0D;
  font-weight: 500;
  letter-spacing: 0.32px;
  margin: 0;
  padding: 12px 20px;
  border-radius: 0;
  border: none;
  border-right: 1px solid #0D0D0D;
}
.news-element .content-wrap .nav-tabs .nav-item .nav-link.active {
  background: #0D0D0D;
  color: #EBEBED;
}
.news-element .content-wrap .nav-tabs .nav-item:last-child .nav-link {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .news-element .content-wrap .nav-tabs {
    display: block;
    white-space: nowrap;
    overflow: auto;
    text-align: center;
  }
}
.news-element .content-wrap .slider-field {
  margin: 0 -18px;
  padding: 0;
}
.news-element .content-wrap .slider-field .item {
  margin: 0;
  padding: 0 18px;
}
@media screen and (max-width: 767px) {
  .news-element .content-wrap .slider-field .item {
    padding: 0;
  }
}
.news-element .content-wrap .slider-field .box {
  margin: 0;
  padding: 0;
  position: relative;
  border-radius: 10px 0 10px 10px;
  position: relative;
  background: #0D0D0D;
  height: 100%;
  overflow: hidden;
}
.news-element .content-wrap .slider-field .box:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(13, 13, 13, 0) 0%, #0D0D0D 100%);
}
.news-element .content-wrap .slider-field .box:after {
  content: "";
  position: absolute;
  top: -7px;
  right: -27px;
  width: 0px;
  height: 0px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fff;
  transform: rotate(-130deg);
}
.news-element .content-wrap .slider-field .box img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .news-element .content-wrap .slider-field .box img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.news-element .content-wrap .slider-field .box .text-block {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 40px;
}
.news-element .content-wrap .slider-field .box .text-block .text {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #929292;
  font-weight: 500;
  letter-spacing: 0.32px;
  margin: 0;
  padding: 0 0 18px;
}
.news-element .content-wrap .slider-field .box .text-block h4 {
  font-size: 24px;
  line-height: 1.2;
  color: #EBEBED;
  font-weight: 600;
  margin: 0;
  padding: 0 0 15px;
}
.news-element .content-wrap .slider-field .box .text-block p {
  font-size: 16px;
  color: #929292;
  padding-bottom: 17px;
}
.news-element .content-wrap .slider-field .box .text-block a {
  display: inline-block;
  font-size: 17px;
  line-height: 1;
  color: #EBEBED;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.news-element .content-wrap .slider-field .box .text-block a .icon {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 10px;
}
.news-element .content-wrap .slider-field .box .text-block a .icon img {
  width: 17px;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .news-element .content-wrap .slider-field .box .text-block {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 767px) {
  .news-element .content-wrap .slider-field .box .text-block {
    padding: 25px 15px;
  }
}
@media screen and (max-width: 1199px) {
  .news-element .content-wrap .slider-field .box {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .news-element .content-wrap .slider-field .box {
    height: 350px;
  }
}
.news-element .content-wrap .slider-field .slick-arrow {
  width: 85px;
  height: 85px;
  border-radius: 0;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  .news-element .content-wrap .slider-field .slick-arrow {
    width: 55px;
    height: 55px;
  }
}
@media screen and (max-width: 767px) {
  .news-element .content-wrap .slider-field .slick-arrow {
    display: none !important;
  }
}
.news-element .content-wrap .slider-field .slick-prev {
  background: url(../images/prev-icon.png) no-repeat center;
  background-size: cover;
  left: -30px;
}
.news-element .content-wrap .slider-field .slick-prev:before {
  display: none;
}
@media screen and (max-width: 1300px) {
  .news-element .content-wrap .slider-field .slick-prev {
    left: -10px;
  }
}
.news-element .content-wrap .slider-field .slick-next {
  background: url(../images/next-icon.png) no-repeat center;
  background-size: cover;
  right: -30px;
}
.news-element .content-wrap .slider-field .slick-next:before {
  display: none;
}
@media screen and (max-width: 1300px) {
  .news-element .content-wrap .slider-field .slick-next {
    right: -10px;
  }
}
.news-element .content-wrap .slider-field .slick-dots {
  bottom: -50px;
  left: 0;
  display: none !important;
}
.news-element .content-wrap .slider-field .slick-dots li {
  margin: 0;
  padding: 0 5px;
  width: auto;
  height: auto;
}
.news-element .content-wrap .slider-field .slick-dots li button {
  width: 13px;
  height: 13px;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 0 auto;
  padding: 0;
  opacity: 0.5;
}
.news-element .content-wrap .slider-field .slick-dots li.slick-active button {
  background: #000;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .news-element .content-wrap .slider-field .slick-dots {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .news-element .content-wrap .slider-field {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .news-element {
    padding: 60px 0 85px;
  }
}
.news-element .pagination {
  justify-content: center;
  margin: 80px 0 100px;
}
.news-element .pagination .page-item {
  margin: 0 4px;
}
.news-element .pagination .page-item .page-link {
  border: 1px solid #0D0D0D;
  font-size: 17px;
  line-height: 1;
  color: #0D0D0D;
  font-weight: 400;
  padding: 12px 16px;
  box-shadow: none;
  outline: none;
}
.news-element .pagination .page-item .page-link.previous {
  border: none;
}
.news-element .pagination .page-item .page-link.next {
  border: none;
}
.news-element .pagination .page-item .page-link.active {
  background: #0D0D0D;
  color: #EBEBED;
}
@media screen and (max-width: 767px) {
  .news-element .pagination {
    margin: 35px 0 70px;
  }
}
.news-element.related-news {
  padding-bottom: 200px;
}
.news-element.related-news .top-head {
  border-bottom: none;
  padding: 100px 0 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 100%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .news-element.related-news .top-head {
    padding-top: 40px;
  }
}
.news-element.related-news .content-wrap {
  border-top: none;
}
@media screen and (max-width: 991px) {
  .news-element.related-news {
    padding-bottom: 150px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .news-element {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .news-element {
    padding-top: 45px;
  }
}

.wsa-element {
  margin: 0;
  padding: 100px 0 205px;
  background: #D3D3D3;
}
.wsa-element .text-block {
  max-width: 670px;
  margin: 0;
  padding: 0;
}
.wsa-element .text-block .title {
  color: #0D0D0D;
  padding-bottom: 35px;
}
.wsa-element .text-block p {
  padding-bottom: 35px;
}
.wsa-element .text-block ul {
  display: flex;
  flex-flow: wrap;
  margin: 0;
}
.wsa-element .text-block ul li {
  width: 33.3%;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 35px;
  border-right: 1px solid #0D0D0D;
}
.wsa-element .text-block ul li:first-child {
  padding-left: 0;
}
.wsa-element .text-block ul li:last-child {
  border-right: none;
  padding-right: 0;
}
.wsa-element .text-block ul li span {
  display: inline-block;
  font-size: 50px;
  line-height: 1;
  color: #0D0D0D;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .wsa-element .text-block ul li span {
    width: 90px;
    font-size: 35px;
  }
}
.wsa-element .text-block ul li .text {
  flex: 1;
  padding: 0 0 0 20px;
}
.wsa-element .text-block ul li .text p {
  width: 100px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .wsa-element .text-block ul li .text {
    padding-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .wsa-element .text-block ul li {
    width: 50%;
    padding-bottom: 35px;
  }
  .wsa-element .text-block ul li:last-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .wsa-element .text-block ul li {
    width: 100%;
    padding: 20px 0;
    border-right: none;
    border-bottom: 1px solid #0D0D0D;
  }
}
@media screen and (max-width: 991px) {
  .wsa-element .text-block ul {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .wsa-element .text-block {
    padding-bottom: 50px;
  }
}
.wsa-element .img-block {
  margin: 0;
  padding: 0;
}
.wsa-element .img-block img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .wsa-element {
    padding: 65px 0 145px;
  }
}

/*====================== Footer Start ======================*/
.mobile-view {
  display: none;
}
@media screen and (max-width: 991px) {
  .mobile-view {
    display: block;
  }
}

.desktop-view {
  display: block;
}
@media screen and (max-width: 991px) {
  .desktop-view {
    display: none;
  }
}

.footer {
  margin: 0;
  padding: 100px 0 50px;
  background: url(../images/footer-bg-image.png) no-repeat left top;
  background-size: cover;
}
.footer .box {
  margin: 0;
  padding: 0;
}
.footer .box .logo-block {
  margin: 0;
  padding: 0;
  width: 180px;
  transition: all 500ms ease-in-out;
}
.footer .box .logo-block a {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.footer .box .logo-block a img {
  width: 100%;
  height: auto;
  transition: all 500ms ease-in-out;
}
@media screen and (max-width: 991px) {
  .footer .box .logo-block a img {
    width: 135px;
  }
}
.footer .box .desc {
  margin: 0;
  padding: 45px 0 65px;
}
.footer .box .desc p {
  max-width: 318px;
  font-size: 16px;
  color: #868686;
}
@media screen and (max-width: 767px) {
  .footer .box .desc {
    padding: 35px 0 40px;
  }
}
.footer .box h3 {
  font-size: 14px;
  line-height: 1;
  color: #EBEBED;
  font-weight: 500;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 25px;
}
.footer .box .social-block {
  margin: 0;
  padding: 0;
}
.footer .box .social-block ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.footer .box .social-block ol li {
  margin: 0;
  padding: 0 9px 0 0;
}
.footer .box .social-block ol li:last-child {
  padding-right: 0;
}
.footer .box .social-block ol li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid #202020;
  margin: 0;
  padding: 0;
}
.footer .box .social-block ol li a img {
  width: 20px;
  height: auto;
}
.footer .box ul li {
  font-size: 14px;
  line-height: 1;
  color: #EBEBED;
  font-weight: 500;
  letter-spacing: 0.32px;
  margin: 0;
  padding: 0 0 20px;
}
.footer .box ul li a {
  display: block;
  color: #EBEBED;
  margin: 0;
  padding: 5px 0;
}
.footer .box .contact-text {
  margin: 0;
  padding: 0;
}
.footer .box .contact-text li {
  display: flex;
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #1D1D1D;
}
.footer .box .contact-text .icon-block {
  width: 25px;
  margin: 0;
  padding: 0;
}
.footer .box .contact-text .icon-block img {
  width: 24px;
  height: auto;
}
.footer .box .contact-text .text-block {
  flex: 1;
  margin: 0;
  padding: 0 0 0 29px;
}
.footer .box .contact-text .text-block label {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #868686;
  font-weight: 500;
  letter-spacing: 0.32px;
  margin: 0;
  padding: 0 0 9px;
}
.footer .box .contact-text .text-block a {
  display: inline-block;
  font-size: 17px;
  line-height: 1;
  color: #EBEBED;
  font-weight: 500;
  letter-spacing: 0.32px;
  margin: 0;
  padding: 0;
  word-break: break-all;
}
.footer .box .contact-text .text-block p {
  color: #EBEBED;
}
@media screen and (max-width: 991px) {
  .footer .box.last-box {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .footer .box.last-box {
    padding: 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .box {
    padding-bottom: 48px;
  }
}
.footer .copyright-text {
  margin: 0;
  padding: 92px 0 0;
}
.footer .copyright-text p {
  font-size: 12px;
  color: #868686;
  letter-spacing: 0px;
}
@media screen and (max-width: 991px) {
  .footer .copyright-text {
    text-align: center;
    padding-top: 45px;
  }
}
.footer .contact-form {
  margin: 0;
  padding: 0;
}
.footer .contact-form .form-field {
  max-width: 620px;
  background: #EBEBED;
  margin: 0 auto;
  padding: 50px;
  padding-bottom: 55px;
  position: relative;
  margin-top: -185px;
  z-index: 1;
}
.footer .contact-form .form-field .top-text {
  margin: 0;
  padding: 0 0 35px;
}
.footer .contact-form .form-field .top-text h2 {
  font-size: 50px;
  line-height: 1.2;
  color: #0D0D0D;
  font-weight: 600;
  margin: 0;
  padding: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .footer .contact-form .form-field .top-text h2 {
    font-size: 35px;
  }
}
.footer .contact-form .form-field .top-text p {
  color: #555555;
}
.footer .contact-form .form-field .input-field {
  margin: 0;
  padding: 0 0 20px;
}
.footer .contact-form .form-field .input-field .form-control {
  width: 100%;
  height: 46px;
  background: none;
  box-shadow: none;
  outline: none;
  border: none;
  border-bottom: 1px solid #0D0D0D;
  padding: 0 0 14px 0;
  border-radius: 0;
  font-size: 17px;
  line-height: 1;
  color: #555555;
  font-weight: 500;
  letter-spacing: 0.32px;
  font-style: italic;
}
.footer .contact-form .form-field .input-field .form-control::-moz-placeholder {
  color: #555555;
}
.footer .contact-form .form-field .input-field .form-control::placeholder {
  color: #555555;
}
.footer .contact-form .form-field .input-field .form-control:focus {
  border-color: rgba(0, 0, 0, 0.5);
}
.footer .contact-form .form-field .input-field .form-control.textarea-control {
  height: 96px;
}
.footer .contact-form .form-field .btn-field {
  margin: 0;
  padding: 20px 0 0 0;
}
.footer .contact-form .form-field .btn-field .primarybtn {
  padding-left: 52px;
  padding-right: 52px;
}
@media screen and (max-width: 991px) {
  .footer .contact-form .form-field {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .footer .contact-form .form-field {
    padding: 30px;
  }
}
@media screen and (max-width: 575px) {
  .footer .contact-form .form-field {
    padding: 20px 15px;
  }
}

/*====================== Footer End ======================*/
/*==============================================================

                INNER PAGE START

==============================================================*/
.inner-banner {
  margin: 0;
  padding: 0;
  position: relative;
}
.inner-banner img {
  width: 100%;
  height: auto;
}
.inner-banner .desc {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
}
.inner-banner .desc .text-block {
  margin: 0;
  padding: 0;
  max-width: 685px;
}
.inner-banner .desc .text-block .title {
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .inner-banner .desc .text-block {
    text-align: center;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .inner-banner .desc {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}

.about-sec {
  margin: 0;
  padding: 100px 0;
  background: url(../images/about-bg-inner.png) no-repeat left top;
  background-size: cover;
}
.about-sec .img-block {
  max-width: 750px;
  margin: 0;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}
.about-sec .img-block img {
  width: 100%;
  height: auto;
}
.about-sec .text-block {
  margin: 0;
  padding: 0;
}
.about-sec .text-block .sub-title {
  padding-bottom: 35px;
}
@media screen and (max-width: 991px) {
  .about-sec .text-block .sub-title {
    padding-bottom: 20px;
  }
}
.about-sec .text-block p {
  padding-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .about-sec .text-block {
    padding: 30px 0 0 0;
  }
}
@media screen and (max-width: 991px) {
  .about-sec {
    padding: 50px 0;
  }
}

.cyow-element {
  margin: 0;
  padding: 100px 0 120px;
  background: url(../images/cyow-bg-img.jpg) no-repeat left top;
  background-size: cover;
}
.cyow-element .content-box {
  max-width: 950px;
  background: rgba(13, 13, 13, 0.8);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  margin: 0;
  padding: 70px;
  border-radius: 10px 0 10px 10px;
  position: relative;
}
.cyow-element .content-box:after {
  content: "";
  position: absolute;
  top: -7px;
  right: -27px;
  width: 0px;
  height: 0px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #7B8AA1;
  transform: rotate(-135deg);
}
.cyow-element .content-box .sub-title {
  color: #EBEBED;
  padding-bottom: 35px;
}
.cyow-element .content-box p {
  color: #F2F2F4;
  padding-bottom: 25px;
}
.cyow-element .content-box p:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  .cyow-element .content-box {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cyow-element .content-box {
    padding: 25px 15px;
  }
}
@media screen and (max-width: 991px) {
  .cyow-element {
    padding: 50px 0;
  }
}

.mvv-element {
  margin: 0;
  padding: 100px 0 200px;
  background: url(../images/mvv-bg-img.jpg) no-repeat left top;
  background-size: cover;
}
.mvv-element .top-block {
  margin: 0 0 82px;
  padding: 0 0 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
.mvv-element .top-block .sub-title {
  color: #EBEBED;
}
.mvv-element .top-block p {
  color: #0D0D0D;
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  .mvv-element .top-block p {
    padding-top: 18px;
  }
}
@media screen and (max-width: 991px) {
  .mvv-element .top-block {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .mvv-element .top-block {
    padding-bottom: 30px;
    margin-bottom: 35px;
  }
}
.mvv-element .box {
  background: url(../images/mvv-box-bg.png) no-repeat left top;
  background-size: cover;
  margin: 0;
  padding: 55px 40px;
  border-radius: 10px;
  height: 100%;
}
.mvv-element .box .icon-img {
  margin: 0;
  padding: 0;
}
.mvv-element .box .icon-img img {
  width: 92px;
  height: auto;
}
.mvv-element .box .text-block {
  margin: 0;
  padding: 30px 0 0 0;
}
.mvv-element .box .text-block h3 {
  font-size: 24px;
  line-height: 1.2;
  color: #EBEBED;
  font-weight: 600;
  margin: 0;
  padding: 0 0 20px;
}
.mvv-element .box .text-block p {
  padding-bottom: 20px;
  color: #929292;
  font-size: 16px;
}
.mvv-element .box .text-block p span {
  display: block;
  color: #EBEBED;
}
.mvv-element .box .text-block a {
  display: inline-block;
  font-size: 17px;
  line-height: 1;
  color: #929292;
  font-weight: 500;
  margin: 20px 0 0 0;
  padding: 0;
}
.mvv-element .box .text-block a .icon {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 10px;
}
.mvv-element .box .text-block a .icon img {
  width: 17px;
  height: auto;
}
.mvv-element .box .text-block a:hover {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .mvv-element .box {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 767px) {
  .mvv-element .box {
    margin-bottom: 30px;
    height: auto;
    padding: 20px 15px;
  }
}
.mvv-element.wh-bg {
  background: #fff;
}
.mvv-element.wh-bg .top-block {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mvv-element.wh-bg .sub-title {
  color: #0D0D0D;
}
.mvv-element .card-group {
  margin: 0 -12px;
  padding: 0 0 65px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.mvv-element .card-group .item {
  width: 20%;
  margin: 0;
  padding: 0 12px;
}
.mvv-element .card-group .item .box {
  margin: 0 0 30px;
  padding: 0;
  background: none;
}
.mvv-element .card-group .item .box .img-block {
  margin: 0;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}
.mvv-element .card-group .item .box .img-block img {
  width: 100%;
  height: auto;
  transition: all 500ms ease-in-out;
}
.mvv-element .card-group .item .box .img-block:hover img {
  transform: scale(1.2);
}
.mvv-element .card-group .item .box .text-sec {
  margin: 0;
  padding: 20px 0 0 0;
}
.mvv-element .card-group .item .box .text-sec h3 {
  font-size: 24px;
  line-height: 1;
  color: #0D0D0D;
  font-weight: 500;
  margin: 0;
  padding: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .mvv-element .card-group .item .box .text-sec h3 {
    font-size: 20px;
  }
}
.mvv-element .card-group .item .box .text-sec span {
  display: block;
  font-size: 17px;
  line-height: 1;
  color: #515151;
  font-weight: 500;
  font-style: italic;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .mvv-element .card-group .item .box .text-sec span {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .mvv-element .card-group .item {
    width: 33.3%;
  }
}
@media screen and (max-width: 767px) {
  .mvv-element .card-group .item {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .mvv-element .card-group {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .mvv-element {
    padding: 50px 0 160px;
  }
}
@media screen and (max-width: 767px) {
  .mvv-element {
    padding-bottom: 100px;
  }
}
.mvv-element.osr-element {
  background: #fff;
}
.mvv-element.osr-element .top-block {
  border-color: rgba(0, 0, 0, 0.1);
}
.mvv-element.osr-element .top-block .sub-title {
  color: #0D0D0D;
}
.mvv-element.osr-element .top-block p {
  color: #0D0D0D;
  padding-top: 45px;
  max-width: 1515px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mvv-element.osr-element .box {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1199px) {
  .mvv-element {
    padding: 60px 0 150px;
  }
}
@media screen and (max-width: 767px) {
  .mvv-element {
    padding: 40px 0 125px;
  }
}

.pgm-element {
  margin: 0;
  padding: 100px 0 200px;
  background: #fff;
}
.pgm-element .top-block {
  margin: 0 0 82px;
  padding: 0 0 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pgm-element .top-block {
    margin-bottom: 40px;
  }
}
.pgm-element .top-block .sub-title {
  color: #0D0D0D;
}
.pgm-element .top-block p {
  max-width: 1515px;
  color: #0D0D0D;
  padding-top: 35px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pgm-element .top-block p {
    padding-top: 20px;
  }
}
.pgm-element .card-wrap {
  max-width: 1515px;
  margin: 0 auto;
  padding: 0;
}
.pgm-element .card-wrap .block {
  margin: 0 0 40px;
  padding: 40px;
  background: #020202;
  border-radius: 10px 0 10px 10px;
  position: relative;
  overflow: hidden;
}
.pgm-element .card-wrap .block:after {
  content: "";
  position: absolute;
  top: -7px;
  right: -27px;
  width: 0px;
  height: 0px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fff;
  transform: rotate(-130deg);
}
.pgm-element .card-wrap .block .img-block {
  margin: 0;
  padding: 0;
  border-radius: 10px 0 10px 10px;
  overflow: hidden;
  position: relative;
}
.pgm-element .card-wrap .block .img-block:after {
  content: "";
  position: absolute;
  top: -7px;
  right: -27px;
  width: 0px;
  height: 0px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #020202;
  transform: rotate(-130deg);
}
.pgm-element .card-wrap .block .img-block img {
  width: 100%;
  height: auto;
  transition: all 500ms ease-in-out;
}
.pgm-element .card-wrap .block .img-block:hover img {
  transform: scale(1.2);
}
.pgm-element .card-wrap .block .content-block {
  max-width: 740px;
  margin: 0 auto;
  padding: 0;
  display: flex;
}
.pgm-element .card-wrap .block .content-block .icon-img {
  width: 26px;
  margin: 0;
  padding: 0;
}
.pgm-element .card-wrap .block .content-block .icon-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .pgm-element .card-wrap .block .content-block .icon-img {
    padding-top: 30px;
  }
}
.pgm-element .card-wrap .block .content-block .text-block {
  flex: 1;
  margin: 0;
  padding: 0 0 0 15px;
}
.pgm-element .card-wrap .block .content-block .text-block h3 {
  font-size: 40px;
  line-height: 1.2;
  color: #F2F2F4;
  font-weight: 600;
  margin: 0;
  padding: 0 0 40px;
}
@media screen and (max-width: 1199px) {
  .pgm-element .card-wrap .block .content-block .text-block h3 {
    font-size: 30px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .pgm-element .card-wrap .block .content-block .text-block h3 {
    font-size: 25px;
    padding-bottom: 20px;
  }
}
.pgm-element .card-wrap .block .content-block .text-block p {
  color: #F2F2F4;
}
.pgm-element .card-wrap .block .content-block .text-block.pl-0 {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .pgm-element .card-wrap .block .content-block .text-block {
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .pgm-element .card-wrap .block .content-block {
    display: block;
  }
}
.pgm-element .card-wrap .block:nth-child(odd) .row {
  flex-flow: row-reverse;
}
@media screen and (max-width: 991px) {
  .pgm-element .card-wrap .block:nth-child(odd) .row {
    flex-flow: column;
  }
}
@media screen and (max-width: 991px) {
  .pgm-element .card-wrap .block {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pgm-element .card-wrap .block {
    padding: 15px;
    padding-bottom: 35px;
    margin-bottom: 30px;
  }
}
.pgm-element .card-wrap.mx-100 {
  max-width: 1600px;
}
.pgm-element .card-wrap.mx-100 .row {
  flex-flow: wrap !important;
}
.pgm-element .card-wrap.mx-100 .block {
  padding: 30px;
  margin-bottom: 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .pgm-element .card-wrap.mx-100 .block {
    padding: 15px;
    padding-bottom: 35px;
  }
}
.pgm-element .card-wrap.mx-100 .block .img-block {
  max-width: 318px;
}
@media screen and (max-width: 767px) {
  .pgm-element .card-wrap.mx-100 .block .img-block {
    max-width: 100%;
  }
}
.pgm-element .card-wrap.mx-100 .block.last-block .row {
  flex-flow: row-reverse !important;
}
@media screen and (max-width: 767px) {
  .pgm-element .card-wrap.mx-100 .block.last-block .row {
    flex-flow: column !important;
  }
}
.pgm-element .card-wrap.mx-100 .block.last-block .img-block {
  max-width: 100%;
}
.pgm-element .desc-text {
  margin: 0;
  padding: 40px 0 0 0;
  text-align: center;
}
.pgm-element .desc-text p {
  color: #0D0D0D;
}
@media screen and (max-width: 767px) {
  .pgm-element .desc-text {
    padding-top: 0;
  }
}
@media screen and (max-width: 1199px) {
  .pgm-element {
    padding-top: 60px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .pgm-element {
    padding-top: 40px;
  }
}
.pgm-element.pd-40 {
  padding-bottom: 40px;
}

.details-element {
  margin: 0;
  padding: 100px 0 0;
}
.details-element .content-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.details-element .content-wrap h5 {
  font-size: 17px;
  line-height: 1.2;
  color: #0D0D0D;
  font-weight: 500;
  margin: 0;
  padding: 0 0 40px 0;
}
.details-element .content-wrap .feature-img {
  margin: 0;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}
.details-element .content-wrap .feature-img img {
  width: 100%;
  height: auto;
}
.details-element .content-wrap .desc-content {
  margin: 0;
  padding: 45px 0 0 0;
}
.details-element .content-wrap .desc-content .sub-title {
  padding-bottom: 35px;
}
.details-element .content-wrap .desc-content p {
  padding-bottom: 35px;
}
.details-element .content-wrap .desc-content h2 {
  font-size: 24px;
  line-height: 1.2;
  color: #0D0D0D;
  font-weight: 600;
  margin: 0;
  padding: 0 0 25px;
}
.details-element .content-wrap .desc-content ol {
  list-style: none;
  margin: 0;
  padding: 0 0 13px;
}
.details-element .content-wrap .desc-content ol li {
  font-size: 17px;
  line-height: 1.5;
  color: #0D0D0D;
  font-weight: 500;
  letter-spacing: 0.32px;
  margin: 0 0 22px;
  padding: 0 0 0 15px;
  position: relative;
}
.details-element .content-wrap .desc-content ol li:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #0D0D0D;
  border-radius: 50%;
  top: 11px;
  left: 0;
}
@media screen and (max-width: 500px) {
  .details-element .content-wrap .desc-content ol li {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .details-element {
    padding-top: 65px;
  }
}
@media screen and (max-width: 767px) {
  .details-element {
    padding-top: 40px;
  }
}

.map-element {
  margin: 0;
  padding: 100px 0 200px;
}
.map-element .map-block {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}
.map-element .map-block iframe {
  width: 100%;
  height: 450px;
  filter: grayscale(1);
}
@media screen and (max-width: 767px) {
  .map-element .map-block iframe {
    height: 275px;
  }
}
@media screen and (max-width: 991px) {
  .map-element {
    padding: 50px 0 130px;
  }
}
@media screen and (max-width: 575px) {
  .map-element {
    padding: 30px 0 120px;
  }
}/*# sourceMappingURL=main.css.map */