:root {
  --gradient: linear-gradient(
    to right,
    rgb(255, 64, 62) 0%,
    rgb(255, 129, 27) 100%
  );
  --gradient-sec: linear-gradient(
    to right,
    rgb(57, 26, 166) 0%,
    rgb(6, 163, 245) 100%
  );
  --primary: #ff4917;
  --secondary: #13212a;
  --primary-hover: #e33100;
  --primary-dark: #7d1b00;
  --rgba-primary-1: rgba(255, 73, 23, 0.1);
  --rgba-primary-2: rgba(255, 73, 23, 0.2);
  --rgba-primary-3: rgba(255, 73, 23, 0.3);
  --rgba-primary-4: rgba(255, 73, 23, 0.4);
  --rgba-primary-5: rgba(255, 73, 23, 0.5);
  --rgba-primary-6: rgba(255, 73, 23, 0.6);
  --rgba-primary-7: rgba(255, 73, 23, 0.7);
  --rgba-primary-8: rgba(255, 73, 23, 0.8);
  --rgba-primary-9: rgba(255, 73, 23, 0.9);
  --font-family-base: "Lexend", sans-serif;
  --gray: #f5f5f5;
  --border-radius-base: 6px;
  --font-family-title: "Rajdhani", sans-serif;
  --title: #212529;
  --quote: url(../img/resources/quote-1.png);
  --quote-2: url(../img/resources/quote-1.png);
}

.banner-two {
  height: 100vh;
  min-height: 840px;
  background-image: url("../img/banner/background-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 140px;
}

.banner-two > .container,
.banner-two .banner-inner,
.banner-two .row {
  height: 100%;
}

.banner-two .banner-content h1 {
  color: #fff;
  font-size: 50px;
  line-height: 1.3;
}

.banner-two .banner-content .sub-title {
  font-size: 22px;
  font-weight: 700;
}

.banner-two .banner-content p {
  color: #ffffffad;
  font-size: 18px;
}

.banner-two:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(19, 33, 42, 0.4);
  z-index: -1;
}

.banner-two:before {
  content: "";
  position: absolute;
  top: -380px;
  left: 100%;
  transform: translateX(-58%);
  height: 1200px;
  width: 1200px;
  border-radius: 1200px;
  opacity: 0.7;
  background-color: var(--secondary);
  z-index: -1;
}

@media only screen and (max-width: 1200px) {
  .banner-two:before {
    transform: translateX(-38%);
  }

  .banner-two .banner-content h1 {
    font-size: 58px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-two .banner-content h1 {
    font-size: 45px;
  }

  .banner-two:before {
    top: -450px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-two:before {
    top: -690px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-two .banner-content h1 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-two .banner-content h1 {
    font-size: 35px;
  }
}

.service-area {
  background: #fff;
  padding: 50px;
  box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
  border-radius: var(--border-radius-base);
  margin-top: -140px;
}

@media only screen and (max-width: 767px) {
  .service-area {
    padding: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .service-area {
    padding: 30px 30px 0;
  }
}

@media only screen and (max-width: 575px) {
  .service-area {
    padding: 30px 30px 0;
  }
}

.list-check-3 li {
  color: var(--title);
  font-weight: 500;
  padding: 15px 10px 15px 65px;
  position: relative;
  border-radius: var(--border-radius-base);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.list-check-3 li:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  color: var(--secondary);
  content: "\f058";
  font-family: "Line Awesome Free";
  font-size: 24px;
}

.list-check-3 li:hover {
  background: #fff;
  box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
}

.list-check-3.no-hover li {
  padding: 12px 0px 12px 35px;
  font-size: 15px;
}

.list-check-3.no-hover li:after {
  left: 0;
}

.list-check-3.no-hover li:hover {
  background: transparent;
  box-shadow: none;
}

.swiper-pagination.style-1 {
  position: relative;
}

.swiper-pagination.style-1 .swiper-pagination-bullet {
  height: 8px;
  width: 30px;
  border-radius: 4px;
}

.swiper-pagination.style-1
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--secondary);
}

.clients-box.style-1 {
  background: #fff;
  box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
  border-radius: var(--border-radius-base);
  overflow: hidden;
}

.clients-box.style-1:after {
  content: "";
  height: 160px;
  width: 160px;
  border-radius: 160px;
  background: var(--secondary);
}

.testimonial-wrapper {
  background: #fff;
  border-radius: var(--border-radius-base);
  box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 70px 60px;
  position: relative;
  overflow: hidden;
}

.testimonial-wrapper .dz-media {
  padding-right: 100px;
}

.testimonial-wrapper .dz-media .pic1 {
  border-radius: 50%;
}

.bg-gray {
  background-color: var(--gray);
}

.testimonial-wrapper .dz-media .pic2 {
  position: absolute;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  border: 10px solid #fff;
  right: 0;
  bottom: 0;
}

.testimonial-wrapper:after {
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: 900;
  color: #fff;
  top: -150px;
  right: -150px;
  background: var(--secondary);
  height: 400px;
  width: 400px;
  border-radius: 400px;
  font-size: 120px;
  line-height: 510px;
  padding-left: 80px;
}

@media only screen and (max-width: 991px) {
  .testimonial-wrapper:after {
    height: 320px;
    width: 320px;
    font-size: 80px;
    line-height: 448px;
    padding-left: 59px;
  }
}

@media only screen and (max-width: 575px) {
  .testimonial-wrapper {
    padding: 30px 30px;
  }

  .testimonial-wrapper:after {
    height: 240px;
    width: 240px;
    font-size: 35px;
    line-height: 364px;
    padding-left: 40px;
  }

  .testimonial-wrapper .dz-media {
    padding-right: 30px;
  }

  .testimonial-wrapper .dz-media .pic2 {
    width: 100px;
    height: 100px;
    border-width: 5px;
  }
}

@media only screen and (max-width: 575px) {
  .testimonial-wrapper {
    padding: 30px 30px;
  }

  .testimonial-wrapper:after {
    height: 240px;
    width: 240px;
    font-size: 35px;
    line-height: 364px;
    padding-left: 40px;
  }

  .testimonial-wrapper .dz-media {
    padding-right: 30px;
  }

  .testimonial-wrapper .dz-media .pic2 {
    width: 100px;
    height: 100px;
    border-width: 5px;
  }
}

.exp-wrapper {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.exp-wrapper .exp-box {
  display: flex;
  margin-bottom: 15px;
}

.exp-wrapper .exp-box .year {
  font-size: 160px;
  font-family: var(--font-family-title);
  line-height: 1;
  font-weight: 700;
  margin-right: 20px;
  position: relative;
}
.exp-wrapper .exp-box .year::after {
  content: "+";
  position: absolute;
  top: 8px;
  right: -27px;
  opacity: 0.8;
  z-index: 1;
  font-size: 90px;
  color: var(--secondary);
}
.exp-wrapper .exp-box h2 {
  font-size: 65px;
  line-height: 1.2;
  opacity: 0.5;
}

.exp-wrapper .exp-box h2 span {
  display: block;
}

.exp-wrapper p {
  font-size: 18px;
  color: #dcdcdc;
}

@media only screen and (max-width: 1200px) {
  .exp-wrapper .exp-box .year {
    font-size: 120px;
  }

  .exp-wrapper .exp-box h2 {
    font-size: 46px;
  }
}

@media only screen and (max-width: 991px) {
  .exp-wrapper {
    border-right: 0;
  }
}

@media only screen and (max-width: 575px) {
  .exp-wrapper .exp-box .year {
    font-size: 80px;
  }

  .exp-wrapper .exp-box h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .exp-wrapper .exp-box .year {
    font-size: 80px;
  }

  .exp-wrapper .exp-box h2 {
    font-size: 30px;
  }
}

.counter-style-1 {
  display: flex;
}

.counter-style-1 .counter {
  color: #fff;
  font-size: 65px;
  font-family: var(--font-family-title);
  font-weight: 800;
  line-height: 1;
  margin-right: 15px;
}

.counter-style-1 .counter-text {
  font-size: 18px;
  color: #dcdcdc;
}

@media only screen and (max-width: 1200px) {
  .counter-style-1 .counter {
    font-size: 50px;
  }
}

.dz-project-box {
  position: relative;
  padding-bottom: 60px;
}

.dz-project-box .portfolio-info {
  border-radius: var(--border-radius-base);
  box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 30px;
  margin: 0;
  width: calc(100% - 60px);
  padding: 30px 20px 0;
}

.dz-project-box img {
  border-radius: var(--border-radius-base);
}

@media only screen and (max-width: 991px) {
  .dz-project-box {
    padding-bottom: 140px;
  }
}

@media only screen and (max-width: 575px) {
  .dz-project-box {
    padding-bottom: 0;
  }

  .dz-project-box .portfolio-info {
    position: relative;
    width: 100%;
    left: 0;
  }
}

@media only screen and (max-width: 575px) {
  .dz-project-box {
    padding-bottom: 0;
  }

  .dz-project-box .portfolio-info {
    position: relative;
    width: 100%;
    left: 0;
  }
}

.dz-social.style-1 li {
  display: inline-block;
}

.dz-social.style-1 li a {
  margin: 0 2px;
  height: 40px;
  width: 40px;
  min-width: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  border-radius: 40px;
  background-color: var(--rgba-primary-2);
  color: var(--secondary);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.dz-social.style-1 li a:hover {
  background: var(--secondary);
  color: #fff;
}

.widget_getintuch.style-1 ul li {
  color: #777777;
  font-size: 18px;
  padding-left: 45px;
  margin-bottom: 30px;
}

.widget_getintuch.style-1 ul li i {
  font-size: 28px;
}

@media only screen and (max-width: 575px) {
  .widget_getintuch.style-1 ul li {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .widget_getintuch.style-1 ul li {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.error-page .dz_error {
  font-size: 180px;
  font-weight: 700;
  line-height: 150px;
  margin: auto;
  color: var(--secondary);
  font-family: var(--font-family-title);
}

@media only screen and (max-width: 991px) {
  .error-page .dz_error {
    font-size: 130px;
    line-height: 1;
  }
}

@media only screen and (max-width: 767px) {
  .error-page .dz_error {
    font-size: 90px;
  }
}

@media only screen and (max-width: 575px) {
  .error-page .dz_error {
    font-size: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .error-page .dz_error {
    font-size: 60px;
  }
}

/* Support and Buy Button */
.theme-btn {
  background-color: #ffffff;
  border-radius: 40px;
  bottom: 10px;
  color: #ffffff;
  display: flex;
  height: 50px;
  left: 10px;
  min-width: 50px;
  position: fixed;
  text-align: center;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.theme-btn i {
  font-size: 22px;
  line-height: 50px;
}

.theme-btn.bt-support-now {
  background-image: linear-gradient(45deg, #00bfff 8%, #2395c1 100%);
  bottom: 70px;
}

.theme-btn.bt-buy-now {
  background-image: linear-gradient(
    to right,
    #61dc6a 0,
    #2bc911 100%,
    #61dc6a 200%
  );
}

.theme-btn span {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  letter-spacing: -15px;
  opacity: 0;
  line-height: 50px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.theme-btn:focus,
.theme-btn:active,
.theme-btn:hover {
  color: #fff;
  padding: 0 20px;
}

.theme-btn:focus span,
.theme-btn:active span,
.theme-btn:hover span {
  opacity: 1;
  letter-spacing: 1px;
  padding-left: 10px;
}

.at-expanding-share-button[data-position="bottom-left"] {
  bottom: 130px !important;
}

@media only screen and (min-width: 1199px) {
  .banner-eight .container {
    max-width: 1600px;
  }
}

.banner-eight {
  position: relative;
  overflow: hidden;
}

.banner-eight .clients-swiper-1 {
  background-color: var(--secondary);
  overflow: hidden;
}

.banner-eight .clients-swiper-1 .swiper-slide {
  height: auto;
}

.banner-eight .clients-swiper-1 .swiper-slide .clients-logo {
  height: 100%;
  padding: 48px 20px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1199px) {
  .banner-eight .clients-swiper-1 .swiper-slide .clients-logo {
    padding: 20px 30px;
  }
}

.banner-eight .logo-wraper {
  background-color: var(--secondary);
  z-index: 9;
  position: relative;
}

.banner-eight .bg-img {
  position: absolute;
  top: -1px;
  left: -25px;
}

@media only screen and (max-width: 1400px) {
  .banner-eight .bg-img {
    left: -215px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-eight .bg-img {
    display: none;
  }
}

@media only screen and (max-width: 1599px) {
  .banner-eight .bg-img svg {
    width: 85%;
    height: auto;
  }
}

.banner-eight .banner-inner {
  padding-top: 125px;
  position: relative;
  z-index: 9;
}

.banner-eight .banner-inner .banner-media {
  position: relative;
  z-index: 1;
  width: 60vw;
  margin-left: -260px;
}

@media only screen and (max-width: 1599px) {
  .banner-eight .banner-inner .banner-media {
    margin-left: -90px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-eight .banner-inner .banner-media {
    width: 100%;
    margin: auto;
  }
}

.banner-eight .banner-inner .banner-media .review-box {
  padding: 24px;
  background-color: #fff;
  border-radius: 16px;
  position: absolute;
  top: 50%;
  left: 22%;
  max-width: 320px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1199px) {
  .banner-eight .banner-inner .banner-media .review-box {
    padding: 20px;
    border-radius: 10px;
    max-width: 240px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-eight .banner-inner .banner-media .review-box {
    padding: 15px;
    border-radius: 5px;
    max-width: 200px;
    left: 5%;
  }
}

@media only screen and (max-width: 575px) {
  .banner-eight .banner-inner .banner-media .review-box {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .banner-eight .banner-inner .banner-media .review-box {
    display: none;
  }
}

.banner-eight .banner-inner .banner-media .review-box .review-heading {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 991px) {
  .banner-eight .banner-inner .banner-media .review-box .review-heading {
    gap: 20px;
  }
}

.banner-eight
  .banner-inner
  .banner-media
  .review-box
  .review-heading
  .first-text {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

@media only screen and (max-width: 1199px) {
  .banner-eight
    .banner-inner
    .banner-media
    .review-box
    .review-heading
    .first-text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-eight
    .banner-inner
    .banner-media
    .review-box
    .review-heading
    .first-text {
    font-size: 13px;
  }
}

.banner-eight
  .banner-inner
  .banner-media
  .review-box
  .review-heading
  .second-text {
  list-style: disc;
}

@media only screen and (max-width: 1199px) {
  .banner-eight
    .banner-inner
    .banner-media
    .review-box
    .review-heading
    .second-text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-eight
    .banner-inner
    .banner-media
    .review-box
    .review-heading
    .second-text {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1199px) {
  .banner-eight .banner-inner .banner-media .review-box p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-eight .banner-inner .banner-media .review-box p {
    font-size: 12px;
  }
}

.banner-eight .banner-inner .banner-media .review-box .star-rating {
  margin-bottom: 10px;
}

.banner-eight .banner-inner .banner-media .contact-box {
  position: absolute;
  padding: 16px 25px;
  background-color: #fff;
  top: 80%;
  right: 5%;
  display: flex;
  align-items: center;
  border-radius: 70px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1199px) {
  .banner-eight .banner-inner .banner-media .contact-box {
    padding: 10px 15px;
    border-radius: 70px;
    top: 70%;
    right: 0%;
  }
}

@media only screen and (max-width: 575px) {
  .banner-eight .banner-inner .banner-media .contact-box {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .banner-eight .banner-inner .banner-media .contact-box {
    display: none;
  }
}

.banner-eight .banner-inner .banner-media .contact-box .icon-box {
  width: 60px;
  height: 60px;
  background-color: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

@media only screen and (max-width: 1199px) {
  .banner-eight .banner-inner .banner-media .contact-box .icon-box {
    width: 50px;
    height: 50px;
  }

  .banner-eight .banner-inner .banner-media .contact-box .icon-box svg {
    width: 20px;
    height: 20px;
  }
}

.banner-eight .banner-inner .banner-media .contact-box .contact-title {
  font-size: 18px;
  margin-bottom: 2px;
}

.banner-eight .banner-inner .banner-media .contact-box .contact-content {
  margin-left: 15px;
}

.banner-eight .banner-inner .banner-content {
  margin-top: 40px;
  margin-left: 45px;
  margin-bottom: 100px;
}

@media only screen and (max-width: 991px) {
  .banner-eight .banner-inner .banner-content {
    margin: 0;
  }
}

.banner-eight .banner-inner .banner-content .title {
  font-size: 80px;
  line-height: 1.2;
}

@media only screen and (max-width: 1599px) {
  .banner-eight .banner-inner .banner-content .title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .banner-eight .banner-inner .banner-content .title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-eight .banner-inner .banner-content .title {
    font-size: 35px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-eight .banner-inner .banner-content .title {
    font-size: 35px;
  }
}

.banner-eight .banner-inner .banner-content .text {
  max-width: 570px;
}

@media only screen and (max-width: 991px) {
  .banner-eight .banner-inner .banner-content .text {
    max-width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .banner-eight .banner-inner .banner-content .text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-eight .banner-inner .banner-content .text {
    font-size: 14px;
  }
}

.banner-eight .banner-inner .counter-wraper {
  width: 80%;
}

@media only screen and (max-width: 1599px) {
  .banner-eight .banner-inner .counter-wraper {
    width: 100%;
  }
}

.banner-eight .banner-inner .counter-wraper .counter-box.style-1 .title {
  font-size: 48px;
}

@media only screen and (max-width: 1599px) {
  .banner-eight .banner-inner .counter-wraper .counter-box.style-1 .title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1280px) {
  .banner-eight .banner-inner .counter-wraper .counter-box.style-1 .title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-eight .banner-inner .counter-wraper .counter-box.style-1 .title {
    font-size: 26px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-eight .banner-inner .counter-wraper .counter-box.style-1 .title {
    font-size: 26px;
  }
}

.banner-eight .banner-inner .counter-wraper .counter-box.style-1 .text {
  font-size: 18px;
}

@media only screen and (max-width: 1280px) {
  .banner-eight .banner-inner .counter-wraper .counter-box.style-1 .text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-eight .banner-inner .counter-wraper .counter-box.style-1 .text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-eight .banner-inner .counter-wraper .counter-box.style-1 .text {
    font-size: 14px;
  }
}

.dz-bnr-inr.style-1 {
  text-align: center;
  overflow: hidden;
}

.dz-bnr-inr.style-1 .breadcrumb-row {
  position: unset;
  transform: unset;
}

.dz-bnr-inr.style-1 .dz-bnr-inr-entry {
  padding-top: 70px;
}

.dz-bnr-inr.style-1:after {
  height: 1200px;
  width: 1200px;
  border-radius: 1200px;
  opacity: 0.7;
  background: var(--secondary);
  top: auto;
  bottom: 5px;
  left: 63%;
  clip-path: unset;
}

@media only screen and (max-width: 575px) {
  .dz-bnr-inr.style-1 .dz-bnr-inr-entry {
    padding-top: 80px;
  }

  .dz-bnr-inr.style-1:after {
    height: 700px;
    width: 700px;
  }
}

@media only screen and (max-width: 575px) {
  .dz-bnr-inr.style-1 .dz-bnr-inr-entry {
    padding-top: 80px;
  }

  .dz-bnr-inr.style-1:after {
    height: 700px;
    width: 700px;
  }
}

.banner-four .title {
  font-size: 67px;
}

.site-header.style-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.site-header.style-2 .main-bar-wraper {
  margin-top: 30px;
}

.site-header.style-2 .main-bar {
  background: transparent;
  box-shadow: none;
}

.site-header.style-2 .main-bar .container {
  padding: 20px 20px;
  box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
  border-radius: var(--border-radius-base);
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 575px) {
  .site-header.style-2 .main-bar .container {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 575px) {
  .site-header.style-2 .main-bar .container {
    padding: 0 15px;
  }
}

.site-header.style-2 .is-fixed .main-bar {
  box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.site-header.style-2 .is-fixed .main-bar .container {
  box-shadow: none;
}

@media only screen and (max-width: 767px) {
  .site-header.style-2 .extra-nav {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .site-header.style-2 .main-bar-wraper {
    margin-top: 0px;
  }

  .site-header.style-2 .main-bar .container {
    border-radius: 0;
  }
}

@media only screen and (max-width: 575px) {
  .site-header.style-2 .main-bar-wraper {
    margin-top: 0px;
  }

  .site-header.style-2 .main-bar .container {
    border-radius: 0;
  }
}

.site-footer.style-2 .footer-top {
  background: #1a2933;
}

.site-footer.style-2 .footer-bottom {
  background: #0b1c27;
}

.site-footer.style-2 .widget_services ul {
  margin-top: -0.5rem;
}

.site-footer.style-2 .footer-title {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 30px;
}

.site-footer.style-2 .widget_services ul li a {
  color: #aeb7da;
}

.site-footer.style-2 .widget_services ul li a:hover {
  color: var(--secondary);
}

.site-footer.style-2 .recent-posts-entry .widget-post-bx .widget-post .title a {
  color: white;
}

.site-footer.style-2 .footer-link li {
  color: rgba(255, 255, 255, 0.8);
}

.site-footer.style-2 .widget_about p {
  color: #aab4ba;
}

.site-footer.style-2 .footer-bottom {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.site-footer.style-2 .footer-bottom a {
  color: var(--secondary);
}

.site-footer.style-2 .ft-subscribe {
  margin-bottom: 30px;
  border: 1px solid #9da2a6;
  border-radius: var(--border-radius-base);
  padding: 30px 40px;
}

.site-footer.style-2 .ft-subscribe .ft-row {
  display: flex;
}

.site-footer.style-2 .ft-subscribe .ft-row .form-control {
  flex: 1;
  margin-right: 15px;
}

@media only screen and (max-width: 575px) {
  .site-footer.style-2 .ft-subscribe {
    padding: 30px 30px;
  }

  .site-footer.style-2 .ft-subscribe .ft-row {
    display: block;
    text-align: center;
  }

  .site-footer.style-2 .ft-subscribe .ft-row .form-control {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .site-footer.style-2 .ft-subscribe {
    padding: 30px 30px;
  }

  .site-footer.style-2 .ft-subscribe .ft-row {
    display: block;
    text-align: center;
  }

  .site-footer.style-2 .ft-subscribe .ft-row .form-control {
    margin-bottom: 20px;
  }
}

.about-bx1 .dz-media {
  position: relative;
  margin-right: 100px;
  margin-top: 50px;
  border-radius: var(--border-radius-base);
  overflow: visible;
}

.about-bx1 .dz-media img {
  border-radius: var(--border-radius-base);
}

.about-bx1 .dz-media:after {
  content: "";
  position: absolute;
  top: -50px;
  left: 50px;
  width: 100%;
  height: 100%;
  border-width: 20px;
  border-style: solid;
  border-radius: inherit;
  border-image: linear-gradient(var(--secondary), rgba(0, 0, 0, 0)) 1 100;
  -webkit-animation: movedelement 7s linear infinite;
  animation: movedelement 7s linear infinite;
}

.about-bx1 .dz-media .about-info-bx {
  position: absolute;
  bottom: 50px;
  z-index: 1;
  right: -100px;
  padding: 20px 50px 20px 20px;
  border-radius: var(--border-radius-base);
  background-color: #fff;
  box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  -webkit-animation: movedelement2 7s linear infinite;
  animation: movedelement2 7s linear infinite;
}

.about-bx1 .dz-media .about-info-bx img {
  width: 100px;
  margin-right: 20px;
  border-radius: var(--border-radius-base);
}

@media only screen and (max-width: 575px) {
  .about-bx1 .dz-media {
    margin-right: 40px;
    margin-top: 30px;
  }

  .about-bx1 .dz-media:after {
    border-width: 10px;
    left: 30px;
    top: -30px;
  }

  .about-bx1 .dz-media .about-info-bx {
    bottom: 30px;
    padding: 10px 40px 10px 10px;
    right: -50px;
  }

  .about-bx1 .dz-media .about-info-bx h4 {
    margin-bottom: 0;
  }

  .about-bx1 .dz-media .about-info-bx img {
    width: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .about-bx1 .dz-media {
    margin-right: 40px;
    margin-top: 30px;
  }

  .about-bx1 .dz-media:after {
    border-width: 10px;
    left: 30px;
    top: -30px;
  }

  .about-bx1 .dz-media .about-info-bx {
    bottom: 30px;
    padding: 10px 40px 10px 10px;
    right: -50px;
  }

  .about-bx1 .dz-media .about-info-bx h4 {
    margin-bottom: 0;
  }

  .about-bx1 .dz-media .about-info-bx img {
    width: 60px;
  }
}

@keyframes movedelement {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  25% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }

  50% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }

  75% {
    -webkit-transform: translate(10px, -5px);
    transform: translate(10px, -5px);
  }

  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes movedelement2 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  25% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }

  50% {
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
  }

  75% {
    -webkit-transform: translate(-10px, 5px);
    transform: translate(-10px, 5px);
  }

  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.about-bx4 .dz-media {
  padding-right: 70px;
  padding-bottom: 70px;
  margin-right: 20px;
  overflow: visible;
}

.about-bx4 .dz-media img {
  border-radius: var(--border-radius-base);
}

.about-bx4 .dz-media .tax-box {
  height: 234px;
  width: 234px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: var(--border-radius-base);
  background: var(--secondary);
  color: #fff;
  box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
  -webkit-animation: movedelement 7s linear infinite;
  animation: movedelement 7s linear infinite;
}

.about-bx4 .dz-media .tax-box .tax-amount {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}

.about-bx4 .dz-media .tax-box .text {
  font-size: 20px;
  font-family: var(--font-family-title);
}

@media only screen and (max-width: 575px) {
  .about-bx4 .dz-media {
    padding-right: 30px;
    padding-bottom: 30px;
  }

  .about-bx4 .dz-media .tax-box {
    height: 150px;
    width: 150px;
  }

  .about-bx4 .dz-media .tax-box .tax-amount {
    font-size: 35px;
  }

  .about-bx4 .dz-media .tax-box .text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .about-bx4 .dz-media {
    padding-right: 30px;
    padding-bottom: 30px;
  }

  .about-bx4 .dz-media .tax-box {
    height: 150px;
    width: 150px;
  }

  .about-bx4 .dz-media .tax-box .tax-amount {
    font-size: 35px;
  }

  .about-bx4 .dz-media .tax-box .text {
    font-size: 16px;
  }
}

.about-bx5 .dz-media {
  padding-right: 85px;
}

.about-bx5 .dz-media img {
  border-radius: var(--border-radius-base);
}

.about-bx5 .dz-media .img2 {
  width: 270px;
  height: auto;
  /* object-fit: cover; */
  position: absolute;
  right: 0;
  top: 10%;
  transform: translateY(-70%);
  /* border: 10px solid #FFF; */
  animation: movedelement 7s linear infinite;
}

@media only screen and (max-width: 575px) {
  .about-bx5 .dz-media {
    padding-right: 30px;
  }

  .about-bx5 .dz-media .img2 {
    height: 150px;
    width: 150px;
    border-width: 5px;
  }
}

@media only screen and (max-width: 575px) {
  .about-bx5 .dz-media {
    padding-right: 30px;
  }

  .about-bx5 .dz-media .img2 {
    height: 150px;
    width: 150px;
    border-width: 5px;
  }
}

.icon-bx-wraper.style-1 {
  border-radius: var(--border-radius-base);
  background-color: white;
  box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 35px 40px;
  position: relative;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.icon-bx-wraper.style-1.right {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.icon-bx-wraper.style-1 .icon-lg {
  position: relative;
  z-index: 1;
  padding-top: 30px;
  overflow: hidden;
  display: table;
  padding-right: 15px;
}

.icon-bx-wraper.style-1 .icon-lg:after {
  content: "";
  height: 64px;
  width: 64px;
  background-color: var(--rgba-primary-1);
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.icon-bx-wraper.style-1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: calc(100% - 60px);
  height: 99%;
  background-color: var(--secondary);
  border-radius: inherit;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

@media only screen and (max-width: 1280px) {
  .icon-bx-wraper.style-1 {
    padding: 30px 30px;
  }

  .icon-bx-wraper.style-1 .icon-lg {
    padding-top: 20px;
    padding-right: 10px;
  }

  .icon-bx-wraper.style-1 .icon-lg img {
    min-width: 55px;
    width: 55px;
  }

  .icon-bx-wraper.style-1 .icon-lg:after {
    height: 50px;
    width: 50px;
  }
}

.icon-bx-wraper.style-1:hover {
  box-shadow: 1px 1.732px 60px 0px var(--rgba-primary-1);
}

.icon-bx-wraper.style-1:hover:after {
  transform: translateX(-50%) translateY(10px);
}

.icon-bx-wraper.style-1:hover .icon-lg img {
  -webkit-animation: upToDown 0.5s forwards;
  -moz-animation: upToDown 0.5s forwards;
  animation: upToDown 0.5s forwards;
}

.icon-bx-wraper.style-4 .icon-lg {
  position: relative;
  z-index: 1;
  padding-top: 30px;
  overflow: hidden;
  display: table;
  padding-right: 15px;
}

.icon-bx-wraper.style-4 .icon-lg:after {
  content: "";
  height: 64px;
  width: 64px;
  opacity: 0.2;
  background-color: #0098da78;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.icon-bx-wraper.style-4:hover .icon-lg img {
  -webkit-animation: upToDown 0.5s forwards;
  -moz-animation: upToDown 0.5s forwards;
  animation: upToDown 0.5s forwards;
}

.section-head.style-1 {
  margin-bottom: 30px;
}

.section-head.style-1 .sub-title {
  font-size: 22px;
  color: #5c5c5c;
  font-weight: 800;
  position: relative;
  padding-left: 30px;
  display: inline-block;
}

.section-head.style-1 .sub-title:before {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  border-radius: 6px;
  top: 12px;
  left: 0;
  background: var(--secondary);
  box-shadow:
    10px 10px 0px 0px var(--secondary),
    10px -10px 0px 0px var(--secondary);
}

.section-head.style-1 .sub-title.text-white:before {
  background: var(--secondary);
  box-shadow:
    10px 10px 0px 0px var(--secondary),
    10px -10px 0px 0px var(--secondary);
}

.dz-team.style-1 {
  position: relative;
}

.dz-team.style-1 .dz-media img {
  border-radius: var(--border-radius-base);
}

.dz-team.style-1 .team-social {
  position: absolute;
  left: 50%;
  bottom: 105px;
  z-index: 1;
  width: 100%;
  transform: translateX(-50%);
}

.dz-team.style-1 .team-social li {
  display: inline-block;
  position: relative;
  opacity: 0;
  transform: translateY(-40px);
}

.dz-team.style-1 .team-social li:nth-child(1) {
  transition: 0.2s;
}

.dz-team.style-1 .team-social li:nth-child(2) {
  transition: 0.4s;
}

.dz-team.style-1 .team-social li:nth-child(3) {
  transition: 0.6s;
}

.dz-team.style-1 .team-social li a {
  display: inline-block;
  margin: 0 5px;
  height: 35px;
  line-height: 35px;
  width: 35px;
  border-radius: var(--border-radius-base);
  text-align: center;
  color: #fff;
  background-color: var(--secondary);
}

.dz-team.style-1 .dz-position {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 500;
  color: var(--secondary);
  font-family: var(--font-family-base);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.dz-team.style-1 .dz-name {
  margin-bottom: 3px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.dz-team.style-1 .dz-content {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  background-color: #fff;
  border-radius: var(--border-radius-base);
  padding: 20px 20px;
}

.dz-team.style-1:hover .team-social li,
.dz-team.style-1.active .team-social li {
  transform: translateY(0px);
  opacity: 1;
}

.dz-team.style-1:hover .dz-name,
.dz-team.style-1:hover .dz-name a,
.dz-team.style-1:hover .dz-position,
.dz-team.style-1.active .dz-name,
.dz-team.style-1.active .dz-name a,
.dz-team.style-1.active .dz-position {
  color: #fff;
}

.dz-team.style-1:hover .dz-content,
.dz-team.style-1.active .dz-content {
  background-color: var(--secondary);
  color: #fff;
}

.dz-team.style-2 {
  border-radius: var(--border-radius-base);
  background-color: white;
  box-shadow: 1px 1.732px 50px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.dz-team.style-2 .dz-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px;
}

.dz-team.style-2 .dz-media img {
  height: 300px;
  object-fit: cover;
}

.dz-team.style-2 .dz-name {
  margin-bottom: 0;
}

.dz-team.style-2 .dz-position {
  margin-bottom: 0;
  color: var(--secondary);
}

.dz-team.style-2 .team-social > li {
  position: relative;
}

.dz-team.style-2 .team-social > li > a {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: var(--border-radius-base);
  background: var(--secondary);
  color: #fff;
  font-size: 22px;
}

.dz-team.style-2 .team-social > li:hover .sub-team-social {
  opacity: 1;
}

.dz-team.style-2 .team-social > li:hover .sub-team-social li a {
  margin-bottom: 0;
}

.dz-team.style-2 .team-social .sub-team-social {
  position: absolute;
  bottom: 0;
  background: var(--secondary);
  z-index: 1;
  width: 45px;
  border-radius: var(--border-radius-base);
  opacity: 0;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.dz-team.style-2 .team-social .sub-team-social li a {
  color: #fff;
  display: block;
  text-align: center;
  padding: 8px 10px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  margin-bottom: -20px;
}

.dz-team.style-2:hover {
  border-radius: var(--border-radius-base);
  background-color: var(--secondary);
  box-shadow: 1px 1.732px 60px 0px rgba(43, 46, 132, 0.4);
}

.dz-team.style-2:hover .dz-name a,
.dz-team.style-2:hover .dz-name,
.dz-team.style-2:hover .dz-position {
  color: #fff;
}

.testimonial-2 .testimonial-pic {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  background: transparent;
  border: 0;
}

.testimonial-2 .testimonial-pic img {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  margin-right: 15px;
}

.testimonial-2 .testimonial-name {
  margin-bottom: 2px;
}

.testimonial-2 .testimonial-position {
  font-weight: 600;
}

.testimonial-2 .testimonial-text {
  font-size: 18px;
  margin-bottom: 30px;
  font-style: italic;
}

.testimonial-2 .testimonial-text i {
  color: var(--secondary);
  font-size: 20px;
  position: relative;
}

.testimonial-2 .testimonial-text p i:first-child {
  margin-right: 15px;
  top: -8px;
}

.testimonial-2 .testimonial-text p i:last-child {
  margin-left: 15px;
  bottom: -8px;
}

.pricingtable-wrapper.style-2 {
  padding: 30px 30px;
}

.pricingtable-wrapper.style-2 .pricingtable-title {
  font-size: 25px;
  font-family: var(--font-family-title);
  color: var(--title);
  font-weight: 800;
}

.pricingtable-wrapper.style-2 .pricingtable-bx {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 20px;
  padding-top: 20px;
}

.pricingtable-wrapper.style-2 .pricingtable-bx .pricingtable-price {
  font-size: 45px;
  color: var(--secondary);
  font-weight: 600;
  line-height: 1;
}

.pricingtable-wrapper.style-2 .pricingtable-bx .pricingtable-type {
  font-size: 20px;
  font-weight: 500;
}

.pricingtable-wrapper.style-2 .pricingtable-features {
  text-align: left;
  padding: 20px 0;
}

.pricingtable-wrapper.style-2 .pricingtable-features li {
  color: var(--title);
  padding: 8px 0;
}

.pricingtable-wrapper.style-2 .pricingtable-features li:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  float: right;
  color: var(--secondary);
}

.pricingtable-wrapper.style-2 .pricingtable-features li.disabled {
  color: #aaaaaa;
}

.pricingtable-wrapper.style-2 .pricingtable-features li.disabled:after {
  color: #aaaaaa;
}

.pricingtable-wrapper.style-2:hover,
.pricingtable-wrapper.style-2.active {
  background: var(--secondary);
}

.pricingtable-wrapper.style-2:hover .pricingtable-title,
.pricingtable-wrapper.style-2.active .pricingtable-title {
  color: #fff;
}

.pricingtable-wrapper.style-2:hover .pricingtable-bx,
.pricingtable-wrapper.style-2.active .pricingtable-bx {
  border-color: rgba(255, 255, 255, 0.5);
}

.pricingtable-wrapper.style-2:hover .pricingtable-bx .pricingtable-price,
.pricingtable-wrapper.style-2.active .pricingtable-bx .pricingtable-price {
  color: var(--secondary);
}

.pricingtable-wrapper.style-2:hover .pricingtable-bx .pricingtable-type,
.pricingtable-wrapper.style-2.active .pricingtable-bx .pricingtable-type {
  color: #fff;
}

.pricingtable-wrapper.style-2:hover .pricingtable-features li,
.pricingtable-wrapper.style-2.active .pricingtable-features li {
  color: #fff;
}

.pricingtable-wrapper.style-2:hover .pricingtable-features li.disabled,
.pricingtable-wrapper.style-2.active .pricingtable-features li.disabled {
  color: rgba(255, 255, 255, 0.5);
}

.pricingtable-wrapper.style-2:hover .pricingtable-features li.disabled:after,
.pricingtable-wrapper.style-2.active .pricingtable-features li.disabled:after {
  color: rgba(255, 255, 255, 0.5);
}

.dz-card.style-1 {
  border-radius: var(--border-radius-base);
  box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
}

.dz-card.style-1 .dz-info {
  padding: 40px 35px 35px;
  background: #fff;
  border: 1px solid #00000042;
}

.dz-card.style-1 .dz-media + .dz-info .dz-meta {
  position: absolute;
  top: -16px;
  z-index: 1;
}

.dz-card.style-1 .dz-media {
  border-radius: var(--border-radius-base) var(--border-radius-base) 0 0;
  overflow: hidden;
}

.dz-card.style-1 .dz-media .dz-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: var(--secondary);
  color: #fff;
  border-radius: var(--border-radius-base);
  padding: 10px 20px;
  text-transform: uppercase;
}

.dz-card.style-1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 60px);
  height: 100%;
  background-color: #0098da;
  border-radius: inherit;
  z-index: -1;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.dz-card.style-1:hover {
  box-shadow: 1px 1.732px 50px 0px var(--rgba-primary-1);
}

.dz-card.style-1:hover:after {
  bottom: -10px;
}

@media only screen and (max-width: 575px) {
  .dz-card.style-1 .dz-info {
    padding: 25px 25px;
  }

  .dz-card.style-1 .dz-media .dz-badge {
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .dz-card.style-1 .dz-info {
    padding: 25px 25px;
  }

  .dz-card.style-1 .dz-media .dz-badge {
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    font-size: 14px;
  }
}

.dz-card.style-2 .dz-media img {
  border-radius: var(--border-radius-base);
}

.dz-card.style-2 .dz-media .dz-meta {
  position: absolute;
  left: 10px;
  bottom: 10px;
  margin-bottom: 0;
}

.dz-card.style-2 .dz-info {
  padding: 0;
  padding-top: 30px;
}

.dz-card.style-2 .dz-info.p-t20 {
  padding-top: 20px;
}

.dz-card.style-2 .meta-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 575px) {
  .dz-card.style-2 .dz-media .dz-badge {
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .dz-card.style-2 .dz-media .dz-badge {
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    font-size: 14px;
  }
}

.dz-card.style-3 {
  display: flex;
  background-color: white;
  box-shadow: 2.5px 4.33px 15.04px 0.96px rgba(0, 0, 0, 0.13);
  border-radius: var(--border-radius-base);
}

.dz-card.style-3 .dz-media {
  width: 44%;
  min-width: 44%;
}

.dz-card.style-3 .dz-media img {
  height: 100%;
  object-fit: cover;
}

.dz-card.style-3 .dz-info {
  padding: 40px 40px;
}

.dz-card.style-3 .dz-author {
  display: flex;
  align-items: center;
}

.dz-card.style-3 .dz-author img {
  width: 40px;
  border-radius: 40px;
  margin-right: 15px;
}

.dz-card.style-3 .dz-author .name {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-family: var(--font-family-base);
  color: #666666;
  font-weight: 600;
}

@media only screen and (max-width: 575px) {
  .dz-card.style-3 {
    display: block;
  }

  .dz-card.style-3 .dz-media {
    width: 100%;
    min-width: 100%;
  }

  .dz-card.style-3 .dz-info {
    padding: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .dz-card.style-3 {
    display: block;
  }

  .dz-card.style-3 .dz-media {
    width: 100%;
    min-width: 100%;
  }

  .dz-card.style-3 .dz-info {
    padding: 30px;
  }
}

.dz-card.style-4 {
  position: relative;
  border-radius: var(--border-radius-base);
  overflow: hidden;
  background: #fff;
}

.dz-card.style-4 .dz-media {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.dz-card.style-4 .dz-media:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.67+100 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.67) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.67) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.67) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ab000000', GradientType=0);
  /* IE6-9 */
}

.dz-card.style-4 .dz-media img {
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.dz-card.style-4 .dz-meta {
  margin-bottom: 10px;
}

.dz-card.style-4 .dz-meta li.post-date {
  color: rgba(0, 0, 0, 0.8);
  background: transparent;
  padding: 0;
}

.dz-card.style-4 .dz-info {
  padding: 40px 40px;
}

.dz-card.style-4 .dz-category {
  margin-bottom: 70px;
}

.dz-card.style-4 .dz-category li a {
  display: inline-block;
  background: var(--secondary);
  color: #fff;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 13px;
}

.dz-card.style-4.overlay .dz-meta li.post-date {
  color: rgba(255, 255, 255, 0.8);
}

.dz-card.style-4:hover .dz-media img {
  transform: rotate(5deg) scale(1.2);
}

/*# sourceMappingURL=template.css.map */
