: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: Roboto, sans-serif;
  --gray: #f5f5f5;
  --border-radius-base: 6px;
  --font-family-title: Sarabun, sans-serif;
  --title: #212529;
  --quote: url(../images/quote-1.png);
  --quote-2: url(../images/quote-1.png); }

.banner-two {
  height: 100vh;
  min-height: 840px;
  background-image: url("../images/main-slider/pic1.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: 76px;
    line-height: 1.3; }
  .banner-two .banner-content .sub-title {
    font-size: 22px;
    font-weight: 700; }
  .banner-two .banner-content p {
    color: #fff;
    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: .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; } }

.service-area {
  background: #fff;
  padding: 70px;
  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; } }

.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(--primary);
    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(--primary); }

.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%; }
    .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; } }

.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: 800;
      margin-right: 20px; }
    .exp-wrapper .exp-box h2 {
      font-size: 65px;
      line-height: 1.2; }
      .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; } }

.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; } }

.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(--primary);
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
    .dz-social.style-1 li a:hover {
      background: var(--primary);
      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; } }

.error-page .dz_error {
  font-size: 180px;
  font-weight: 700;
  line-height: 150px;
  margin: auto;
  color: var(--primary);
  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; } }

/* 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; }

.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: 130px; }
  .dz-bnr-inr.style-1:after {
    height: 1200px;
    width: 1200px;
    border-radius: 1200px;
    opacity: .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; } }

.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: 0 30px;
      box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
      border-radius: var(--border-radius-base); }
  .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; } }

.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: -.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(--primary); }
.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(--primary); }
.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; } }

.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; } }

.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: 270px;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 70%;
    transform: translateY(-70%);
    border: 10px solid #FFF; }
  @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-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: .2;
    background-color: var(--primary);
    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(--primary);
      box-shadow: 10px 10px 0px 0px var(--primary), 10px -10px 0px 0px var(--primary); }

.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 {
    height: 300px; }
  .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(--primary);
      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(--primary);
    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(--primary);
    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(--primary); }
      .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(--primary); }
      .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; }
  .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(--primary);
      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: var(--primary);
    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; } }

.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; } }

.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; } }

.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(--primary);
      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 */
