: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-three {
 height: 80vh;
    min-height: 500px;
  background-image: url("../images/b1_resized_1920x1080.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
  padding-top: 100px; }
  .banner-three:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;

    /* IE6-9 fallback on horizontal gradient */ }
  .banner-three:before {
    content: "";
    height: 100%;
    width: 35%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    }
  .banner-three > .container,
  .banner-three .banner-inner,
  .banner-three .row {
    height: 100%; }
  .banner-three .banner-content {
    position: relative; }
    .banner-three .banner-content .pattern-img {
      position: absolute;
      z-index: -1;
      left: -155px;
      top: -30px; }
    .banner-three .banner-content .sub-title {
      text-transform: uppercase;
      background: #fff;
      border-radius: 30px;
      box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
      color: var(--secondary);
      position: relative;
      padding: 5px 20px 5px 45px;
      font-size: 18px;
      font-weight: 700;
      display: inline-block;
      margin-bottom: 20px; }
      .banner-three .banner-content .sub-title:before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 25px;
        height: 10px;
        width: 10px;
        border-radius: 10px;
        background: var(--primary);
        box-shadow: 1px 1.732px 5px 0px var(--rgba-primary-4); }
    .banner-three .banner-content h1 {
      font-size: 80px;
      line-height: 1.2; }
    .banner-three .banner-content p {
      font-size: 18px; }
  .banner-three .follow-info {
    position: absolute;
    height: 100%;
    top: 0;
    left: 9%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .banner-three .follow-info .title {
      writing-mode: tb-rl;
      margin: 0;
      transform: rotate(180deg);
      position: relative;
      padding: 45px 0 0 0px;
      margin-bottom: 8px; }
      .banner-three .follow-info .title:before {
        content: "";
        width: 1px;
        height: 30px;
        background: var(--secondary);
        left: 50%;
        top: 0;
        position: absolute; }
    .banner-three .follow-info ul li a {
      color: var(--secondary);
      font-size: 18px;
      margin: 8px 0; }
  @media only screen and (max-width: 1600px) {
    .banner-three .follow-info {
      left: 5%; } }
  @media only screen and (max-width: 1400px) {
    .banner-three .follow-info {
      left: 15px; } }
  @media only screen and (max-width: 1200px) {
    .banner-three .banner-content h1 {
      font-size: 60px; } }
  @media only screen and (max-width: 991px) {
    .banner-three .banner-content h1 {
      font-size: 55px; }
    .banner-three .follow-info {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .banner-three .banner-content h1 {
      font-size: 50px; }
    .banner-three .banner-content p {
      padding-right: 30px; }
    .banner-three:before {
      width: 60%; }
    .banner-three:after {
      width: 40%; } }
  @media only screen and (max-width: 575px) {
    .banner-three {
      padding-top: 80px;
      min-height: 650px;
      height: auto;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .banner-three .banner-content .sub-title {
        font-size: 16px; }
      .banner-three .banner-content h1 {
        font-size: 40px; }
      .banner-three .banner-content p {
        font-size: 16px;
        padding-right: 0px; }
      .banner-three:before {
        width: 100%; }
      .banner-three:after {
        width: 0%; } }
  @media only screen and (max-width: 575px) {
    .banner-three {
      padding-top: 80px;
      min-height: 650px;
      height: auto;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .banner-three .banner-content .sub-title {
        font-size: 16px; }
      .banner-three .banner-content h1 {
        font-size: 40px; }
      .banner-three .banner-content p {
        font-size: 16px;
        padding-right: 0px; }
      .banner-three:before {
        width: 100%; }
      .banner-three:after {
        width: 0%; } }

.list-check-4 li {
  padding: 10px 0px 10px 55px;
  color: var(--title);
  font-weight: 500;
  position: relative;
  font-size: 15px;
  margin-bottom: 20px; }
  .list-check-4 li:after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 40px;
    background-color: #f6f6f6;
    font-size: 18px;
    color: var(--primary); }
  @media only screen and (max-width: 575px) {
    .list-check-4 li {
      margin-bottom: 10px; } }
  @media only screen and (max-width: 575px) {
    .list-check-4 li {
      margin-bottom: 10px; } }

.contact-user {
  display: flex;
  align-items: center; }
  .contact-user img {
    height: 80px;
    width: 80px;
    min-width: 80px;
    border-radius: 80px;
    border: 5px solid #fff;
    box-shadow: 1px 1.732px 60px 0px rgba(19, 33, 42, 0.1);
    margin-right: 15px; }
  @media only screen and (max-width: 1200px) {
    .contact-user img {
      height: 70px;
      width: 70px;
      min-width: 70px; }
    .contact-user .info .num {
      font-size: 22px; } }

.clients-box-1 {
  padding: 30px 0; }
  .clients-box-1 .clients-logo {
    padding: 0 25px;
    height: 100px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    transition: all 0.5s;
    justify-content: center;
    position: relative; }
  @media only screen and (max-width: 575px) {
    .clients-box-1 {
      padding: 10px 0; } }
  @media only screen and (max-width: 575px) {
    .clients-box-1 {
      padding: 10px 0; } }

.counter-box {
  background: #fff;
  box-shadow: 1px 1.732px 60px 0px rgba(19, 33, 42, 0.1);
  border-radius: var(--border-radius-base);
  padding: 30px 30px 0; }

.counter-style-3 {
  display: flex;
  align-items: center;
  justify-content: center; }
  .counter-style-3 .counter-num {
    font-size: 65px;
    font-family: var(--font-family-title);
    font-weight: 800; }
  .counter-style-3 .counter-text {
    margin-left: 10px;
    font-size: 18px;
    font-weight: 500; }
  @media only screen and (max-width: 1200px) {
    .counter-style-3 .counter-num {
      font-size: 55px; } }
  @media only screen and (max-width: 575px) {
    .counter-style-3 {
      justify-content: start; } }
  @media only screen and (max-width: 575px) {
    .counter-style-3 {
      justify-content: start; } }

.btn-app {
  display: inline-block;
  text-align: left;
  padding: 10px 25px 10px 68px;
  margin: 0 10px 10px;
  font-family: var(--font-family-title); }
  .btn-app .icon-cell {
    position: absolute;
    left: 25px;
    top: 50%;
    width: 25px;
    transform: translateY(-50%); }
  .btn-app span {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400; }
  .btn-app h5 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 800; }
  .btn-app.btn-google-play {
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
    .btn-app.btn-google-play .text-black {
      -webkit-transition: all 0.8s;
      -ms-transition: all 0.8s;
      transition: all 0.8s; }
    .btn-app.btn-google-play:hover {
      background: var(--secondary); }
      .btn-app.btn-google-play:hover .text-black {
        color: #fff !important; }

.app-wrapper {
  text-align: center;
  position: relative; }
  .app-wrapper .service-list {
    position: absolute;
    min-height: 280px;
    width: 100%;
    padding: 0 50px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-evenly;
    top: 50%;
    transform: translateY(-50%);
    left: 0; }
    .app-wrapper .service-list .service-box {
      width: 50%;
      padding: 10px 60px;
      display: flex;
      align-items: center;
      justify-content: end; }
      .app-wrapper .service-list .service-box:nth-child(3n + 1), .app-wrapper .service-list .service-box:nth-child(3n + 5) {
        margin-left: auto;
        justify-content: start; }
    .app-wrapper .service-list .service {
      position: relative;
      display: inline-block;
      background: #fff;
      border-radius: 30px;
      padding: 10px 30px 10px 68px;
      font-size: 25px;
      font-family: var(--font-family-title);
      color: var(--title);
      font-weight: 900;
      text-align: left;
      min-width: 360px;
      box-shadow: 1px 1.732px 60px 0px rgba(19, 33, 42, 0.1); }
      .app-wrapper .service-list .service:before {
        content: "\f00c";
        position: absolute;
        left: 5px;
        top: 5px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        width: 50px;
        border-radius: 50px;
        color: #fff;
        background: #43ca87;
        font-family: 'Font Awesome 5 Free';
        font-size: 18px; }
    @media only screen and (max-width: 1200px) {
      .app-wrapper .service-list {
        padding: 0; }
        .app-wrapper .service-list .service-box {
          padding: 10px 20px; } }
    @media only screen and (max-width: 991px) {
      .app-wrapper .service-list .service-box {
        padding: 10px 10px; }
      .app-wrapper .service-list .service {
        font-size: 20px;
        min-width: 300px;
        padding: 10px 20px 10px 58px; }
        .app-wrapper .service-list .service:before {
          height: 40px;
          line-height: 40px;
          width: 40px; } }
    @media only screen and (max-width: 767px) {
      .app-wrapper .service-list .service-box {
        width: 100%; }
        .app-wrapper .service-list .service-box:nth-child(3n + 1), .app-wrapper .service-list .service-box:nth-child(3n + 5) {
          margin-left: auto;
          justify-content: end; }
        .app-wrapper .service-list .service-box:nth-child(odd) {
          justify-content: start; }
      .app-wrapper .service-list .service {
        font-size: 16px;
        min-width: 245px;
        padding: 8px 20px 8px 50px; }
        .app-wrapper .service-list .service:before {
          left: 4px;
          top: 4px;
          height: 33px;
          line-height: 33px;
          width: 33px;
          font-size: 14px; } }
  @media only screen and (max-width: 991px) {
    .app-wrapper img {
      width: 400px; } }

.patter-overlay-1:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/pattern/pattern3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.team-wrapper {
  height: 100%;
  padding: 60px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  position: relative;
  z-index: 1; }
  .team-wrapper:after {
    z-index: -1;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/pattern/pattern4.png");
    background-repeat: no-repeat;
    background-position: bottom -75px right -40px; }
  @media only screen and (max-width: 1450px) {
    .team-wrapper {
      padding: 60px 60px; } }
  @media only screen and (max-width: 575px) {
    .team-wrapper {
      padding: 30px; } }
  @media only screen and (max-width: 575px) {
    .team-wrapper {
      padding: 30px; } }

.team-swiper-3 {
  height: 100%; }
  .team-swiper-3 .dz-team.style-3 {
    height: 100%; }
    .team-swiper-3 .dz-team.style-3 .dz-media {
      height: 100%; }
      .team-swiper-3 .dz-team.style-3 .dz-media img {
        height: 100%;
        object-fit: cover; }

.dz-social-icon.style-2 li a, .dz-social-icon.style-3 li a {
  border-radius: var(--border-radius-base); }

.dz-social-icon.style-3 li a {
  background: var(--rgba-primary-1);
  color: var(--primary); }
  .dz-social-icon.style-3 li a:hover {
    background: var(--primary);
    color: #fff; }

.dzSubscribe.style-2 .form-control {
  border-radius: var(--border-radius-base) !important;
  z-index: 1;
  padding-right: 60px;
  background: transparent;
  border-color: #fff;
  color: #fff; }
  .dzSubscribe.style-2 .form-control::placeholder {
    color: #aab4ba; }

.dzSubscribe.style-2 .input-group-addon {
  position: absolute;
  right: 5px;
  top: 5px; }
  .dzSubscribe.style-2 .input-group-addon .btn {
    height: 50px;
    width: 50px;
    padding: 0;
    align-items: center;
    justify-content: center; }
    .dzSubscribe.style-2 .input-group-addon .btn:after {
      content: none; }
    .dzSubscribe.style-2 .input-group-addon .btn i {
      font-size: 22px; }
    .dzSubscribe.style-2 .input-group-addon .btn:hover i {
      -webkit-animation: leftToRight 0.5s forwards;
      -moz-animation: leftToRight 0.5s forwards;
      animation: leftToRight 0.5s forwards; }

.footer-icon-wraper {
  border: 0;
  border-bottom: 1px solid #43507d;
  border-style: dashed;
  margin-bottom: 40px;
  padding-bottom: 10px; }

.contact-area3 {
  padding: 70px 70px 40px 70px;
  background: #fff;
  box-shadow: 1px 1.732px 60px 0px rgba(19, 33, 42, 0.1);
  border-radius: var(--border-radius-base); }
  .contact-area3 .map-iframe {
    height: 100%;
    min-height: 500px; }
    .contact-area3 .map-iframe iframe {
      min-height: 500px;
      height: 100%; }
  @media only screen and (max-width: 767px) {
    .contact-area3 {
      padding: 30px 30px 0 30px; } }

.bt-shape-sec {
  position: relative;
  z-index: 1; }
  .bt-shape-sec:after {
    content: "";
    position: absolute;
    width: 100%;
    background: var(--secondary);
    bottom: 0;
    left: 0;
    height: 170px;
    z-index: -1; }

.icon-row > div:first-child .icon-bx-wraper {
  margin-right: 15px;
  border-right: 1px solid #e1e1e1; }

@media only screen and (max-width: 575px) {
  .icon-row > div:first-child .icon-bx-wraper {
    border-right: 0; }
  .icon-row > div .icon-bx-wraper img {
    width: 60px; } }

@media only screen and (max-width: 575px) {
  .icon-row > div:first-child .icon-bx-wraper {
    border-right: 0; }
  .icon-row > div .icon-bx-wraper img {
    width: 60px; } }

.portfolio-info h5 {
  font-size: 1.125rem;
  font-weight: 700; }

.portfolio-info.style-1 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center; }
  .portfolio-info.style-1 > div {
    margin-right: 20px; }
    .portfolio-info.style-1 > div:last-child {
      margin-right: 0; }

.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; } }
  @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;
    display: none;
    }
  .theme-btn.bt-buy-now {
    background-image: linear-gradient(to right, #61dc6a 0, #2bc911 100%, #61dc6a 200%);
    display: none;
    }
  .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; }

.banner-four {
  position: relative;
  z-index: 9; }
  .banner-four::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 31vw;
    height: 100%;
    background-color: var(--primary);
    content: "";
    z-index: -1; }
    @media only screen and (max-width: 1800px) {
      .banner-four::after {
        width: 28vw; } }
    @media only screen and (max-width: 1599px) {
      .banner-four::after {
        width: 25vw; } }
    @media only screen and (max-width: 1199px) {
      .banner-four::after {
        width: 27vw; } }
    @media only screen and (max-width: 991px) {
      .banner-four::after {
        display: none; } }
  .banner-four .banner-inner-4 {
    padding-top: 194px; }
    @media only screen and (max-width: 1400px) {
      .banner-four .banner-inner-4 {
        padding-top: 160px; } }
    @media only screen and (max-width: 1199px) {
      .banner-four .banner-inner-4 {
        padding-top: 140px; } }
    @media only screen and (max-width: 767px) {
      .banner-four .banner-inner-4 {
        padding-top: 115px; } }
    @media only screen and (max-width: 575px) {
      .banner-four .banner-inner-4 {
        padding-top: 95px; } }
    @media only screen and (max-width: 575px) {
      .banner-four .banner-inner-4 {
        padding-top: 95px; } }
    .banner-four .banner-inner-4 .banner-swiper {
      margin-top: -55px; }
      @media only screen and (max-width: 1400px) {
        .banner-four .banner-inner-4 .banner-swiper {
          margin-top: -30px; } }
      @media only screen and (max-width: 1199px) {
        .banner-four .banner-inner-4 .banner-swiper {
          margin-top: -20px; } }
      @media only screen and (max-width: 991px) {
        .banner-four .banner-inner-4 .banner-swiper {
          display: flex;
          justify-content: center;
          margin-top: 0px; } }
    .banner-four .banner-inner-4 .title-h {
      font-size: 67px;
      font-family: 'Roboto';
      line-height: 75px;
      font-weight: 600; }
      @media only screen and (max-width: 1199px) {
        .banner-four .banner-inner-4 .title-h {
          font-size: 45px;
          line-height: 60px;
          margin-bottom: 15px;
          line-height: 55px; } }
      @media only screen and (max-width: 991px) {
        .banner-four .banner-inner-4 .title-h {
          font-size: 62px;
          line-height: 72px; } }
      @media only screen and (max-width: 767px) {
        .banner-four .banner-inner-4 .title-h {
          font-size: 48px;
          line-height: 58px; } }
      @media only screen and (max-width: 575px) {
        .banner-four .banner-inner-4 .title-h {
          font-size: 33px;
          line-height: 42px;
          margin-bottom: 10px; } }
      @media only screen and (max-width: 575px) {
        .banner-four .banner-inner-4 .title-h {
          font-size: 33px;
          line-height: 42px;
          margin-bottom: 10px; } }
    .banner-four .banner-inner-4 .banner-p {
      font-size: 18px;
      padding-right: 90px;
      font-weight: 500; }
      @media only screen and (max-width: 1800px) {
        .banner-four .banner-inner-4 .banner-p {
          padding-right: 55px; } }
      @media only screen and (max-width: 1599px) {
        .banner-four .banner-inner-4 .banner-p {
          padding-right: 100px; } }
      @media only screen and (max-width: 1199px) {
        .banner-four .banner-inner-4 .banner-p {
          font-size: 16px;
          padding-right: 17px; } }
      @media only screen and (max-width: 991px) {
        .banner-four .banner-inner-4 .banner-p {
          font-size: 18px;
          padding-right: 54px; } }
      @media only screen and (max-width: 767px) {
        .banner-four .banner-inner-4 .banner-p {
          font-size: 16px;
          padding-right: 0px; } }
      @media only screen and (max-width: 575px) {
        .banner-four .banner-inner-4 .banner-p {
          line-height: 24px; } }
      @media only screen and (max-width: 575px) {
        .banner-four .banner-inner-4 .banner-p {
          line-height: 24px; } }
    .banner-four .banner-inner-4 .button-box {
      display: flex;
      align-items: center;
      gap: 32px;
      margin-top: 40px;
      margin-bottom: 69px; }
      @media only screen and (max-width: 1199px) {
        .banner-four .banner-inner-4 .button-box {
          margin-top: 25px;
          margin-bottom: 30px; } }
      @media only screen and (max-width: 575px) {
        .banner-four .banner-inner-4 .button-box {
          margin-top: 20px;
          margin-bottom: 20px; } }
      @media only screen and (max-width: 575px) {
        .banner-four .banner-inner-4 .button-box {
          margin-top: 20px;
          margin-bottom: 20px; } }
      .banner-four .banner-inner-4 .button-box .banner-button {
        width: 240px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background-color: var(--primary);
        font-size: 20px;
        border-radius: 6px; }
        @media only screen and (max-width: 1199px) {
          .banner-four .banner-inner-4 .button-box .banner-button {
            width: 155px;
            height: 40px;
            font-size: 17px; } }
        @media only screen and (max-width: 991px) {
          .banner-four .banner-inner-4 .button-box .banner-button {
            Width: 190px;
            height: 45px;
            font-size: 18px; } }
        @media only screen and (max-width: 575px) {
          .banner-four .banner-inner-4 .button-box .banner-button {
            Width: 130px;
            height: 35px;
            font-size: 16px; } }
        @media only screen and (max-width: 575px) {
          .banner-four .banner-inner-4 .button-box .banner-button {
            Width: 130px;
            height: 35px;
            font-size: 16px; } }
      .banner-four .banner-inner-4 .button-box .banner-button2 {
        font-size: 20px;
        color: #1F1F1F;
        font-weight: 700; }
        @media only screen and (max-width: 1199px) {
          .banner-four .banner-inner-4 .button-box .banner-button2 {
            font-size: 17px;
            font-weight: 600; } }
        @media only screen and (max-width: 991px) {
          .banner-four .banner-inner-4 .button-box .banner-button2 {
            font-size: 18px; } }
        @media only screen and (max-width: 575px) {
          .banner-four .banner-inner-4 .button-box .banner-button2 {
            font-size: 16px; } }
        @media only screen and (max-width: 575px) {
          .banner-four .banner-inner-4 .button-box .banner-button2 {
            font-size: 16px; } }
    .banner-four .banner-inner-4 .wedding-box {
      display: flex;
      align-items: center;
      gap: 35px; }
      @media only screen and (max-width: 575px) {
        .banner-four .banner-inner-4 .wedding-box {
          display: block; } }
      @media only screen and (max-width: 575px) {
        .banner-four .banner-inner-4 .wedding-box {
          display: block; } }
      .banner-four .banner-inner-4 .wedding-box .sub-title-w {
        font-size: 24px;
        font-weight: 700; }
        @media only screen and (max-width: 1199px) {
          .banner-four .banner-inner-4 .wedding-box .sub-title-w {
            font-size: 18px;
            line-height: 25px; } }
        @media only screen and (max-width: 991px) {
          .banner-four .banner-inner-4 .wedding-box .sub-title-w {
            font-size: 22px;
            line-height: 30px; } }
        @media only screen and (max-width: 767px) {
          .banner-four .banner-inner-4 .wedding-box .sub-title-w {
            font-size: 18px;
            line-height: 25px; } }
      .banner-four .banner-inner-4 .wedding-box .Website-p {
        font-size: 18px;
        color: #777777; }
        @media only screen and (max-width: 1199px) {
          .banner-four .banner-inner-4 .wedding-box .Website-p {
            font-size: 16px; } }
      .banner-four .banner-inner-4 .wedding-box .w-price {
        color: var(--primary); }
  .banner-four .d-box {
    background-color: #FAEFF3;
    padding: 32px;
    width: 470px;
    margin-top: 54px;
    margin-bottom: 54px; }
    @media only screen and (max-width: 1199px) {
      .banner-four .d-box {
        margin-top: 20px;
        margin-bottom: 35px; } }
    @media only screen and (max-width: 575px) {
      .banner-four .d-box {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 16px; } }
    @media only screen and (max-width: 575px) {
      .banner-four .d-box {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 16px; } }
    .banner-four .d-box .d-paragraph {
      font-size: 20px;
      line-height: 32px;
      color: #000; }
      @media only screen and (max-width: 1199px) {
        .banner-four .d-box .d-paragraph {
          font-size: 18px;
          line-height: 30px; } }
      @media only screen and (max-width: 575px) {
        .banner-four .d-box .d-paragraph {
          font-size: 16px;
          line-height: 25px; } }
      @media only screen and (max-width: 575px) {
        .banner-four .d-box .d-paragraph {
          font-size: 16px;
          line-height: 25px; } }
    .banner-four .d-box .d-title {
      font-size: 24px;
      font-weight: 700;
      color: #000;
      font-weight: 600; }
      @media only screen and (max-width: 1199px) {
        .banner-four .d-box .d-title {
          font-size: 22px; } }
      @media only screen and (max-width: 575px) {
        .banner-four .d-box .d-title {
          font-size: 18px;
          font-weight: 600; } }
      @media only screen and (max-width: 575px) {
        .banner-four .d-box .d-title {
          font-size: 18px;
          font-weight: 600; } }
  .banner-four .relation-img {
    width: 30vw;
    position: relative;
    border-radius: 10px; }
    @media only screen and (max-width: 1800px) {
      .banner-four .relation-img {
        width: 36vw; } }
    @media only screen and (max-width: 1599px) {
      .banner-four .relation-img {
        width: 38vw; } }
    @media only screen and (max-width: 1400px) {
      .banner-four .relation-img {
        width: 36vw; } }
    @media only screen and (max-width: 1199px) {
      .banner-four .relation-img {
        width: 43vw; } }
    @media only screen and (max-width: 991px) {
      .banner-four .relation-img {
        margin-bottom: 50px;
        width: 57vw; } }
    @media only screen and (max-width: 575px) {
      .banner-four .relation-img {
        width: 100%;
        margin-bottom: 30px; } }
    @media only screen and (max-width: 575px) {
      .banner-four .relation-img {
        width: 100%;
        margin-bottom: 30px; } }
    .banner-four .relation-img img {
      width: 100%;
      object-fit: cover;
      border-radius: 10px; }
    .banner-four .relation-img .s-icon {
      display: flex;
      align-items: center;
      gap: 32px;
      position: absolute;
      right: 0px;
      bottom: -70px; }
      @media only screen and (max-width: 991px) {
        .banner-four .relation-img .s-icon {
          display: none; } }
    .banner-four .relation-img .swiper-arrow-left {
      height: 52px;
      width: 52px;
      background-color: var(--primary);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 50%;
      left: -35px;
      margin: 0px;
      border-radius: 5px;
      z-index: 9999;
      transform: translatey(-50%); }
      @media only screen and (max-width: 1199px) {
        .banner-four .relation-img .swiper-arrow-left {
          height: 45px;
          width: 45px; } }
      @media only screen and (max-width: 575px) {
        .banner-four .relation-img .swiper-arrow-left {
          left: 10px;
          height: 40px;
          width: 40px; }
          .banner-four .relation-img .swiper-arrow-left svg {
            width: 30px; } }
      @media only screen and (max-width: 575px) {
        .banner-four .relation-img .swiper-arrow-left {
          left: 10px;
          height: 40px;
          width: 40px; }
          .banner-four .relation-img .swiper-arrow-left svg {
            width: 30px; } }
    .banner-four .relation-img .swiper-arrow-right {
      height: 52px;
      width: 52px;
      background-color: #fff;
      color: var(--primary);
      margin: 0px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 50%;
      right: -35px;
      border-radius: 5px;
      z-index: 9999;
      transform: translatey(-50%); }
      @media only screen and (max-width: 1199px) {
        .banner-four .relation-img .swiper-arrow-right {
          height: 45px;
          width: 45px; } }
      @media only screen and (max-width: 991px) {
        .banner-four .relation-img .swiper-arrow-right {
          background-color: var(--primary); }
          .banner-four .relation-img .swiper-arrow-right svg path {
            fill: #fff; } }
      @media only screen and (max-width: 575px) {
        .banner-four .relation-img .swiper-arrow-right {
          right: 10px;
          height: 40px;
          width: 40px; }
          .banner-four .relation-img .swiper-arrow-right svg {
            width: 30px; } }
      @media only screen and (max-width: 575px) {
        .banner-four .relation-img .swiper-arrow-right {
          right: 10px;
          height: 40px;
          width: 40px; }
          .banner-four .relation-img .swiper-arrow-right svg {
            width: 30px; } }

.demo-media {
  position: relative; }
  .demo-media::after {
    content: "New";
    width: 100px;
    height: 22px;
    background: red;
    display: block;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    position: absolute;
    right: -30px;
    top: 8px;
    transform: rotate(45deg);
    line-height: 22px;
    animation-name: example;
    animation-duration: 1s;
    animation-iteration-count: infinite; }

/**--Home page - 3 --**/
.banner-six {
  height: 850px; }
  @media only screen and (max-width: 1600px) {
    .banner-six {
      height: 695px; } }
  @media only screen and (max-width: 1400px) {
    .banner-six {
      height: 650px; } }
  @media only screen and (max-width: 1200px) {
    .banner-six {
      height: 560px; } }
  @media only screen and (max-width: 991px) {
    .banner-six {
      height: auto; } }
  .banner-six .banner-main-div {
    display: flex;
    align-items: center;
    max-width: 2500px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 9;
    height: 100%; }
    @media only screen and (max-width: 991px) {
      .banner-six .banner-main-div {
        display: block; } }
    .banner-six .banner-main-div::after {
      position: absolute;
      top: 0;
      left: 0;
      width: 28.5%;
      height: 100%;
      background-color: var(--primary);
      content: "";
      z-index: -1;
      opacity: 0.3; }
      @media only screen and (max-width: 1800px) {
        .banner-six .banner-main-div::after {
          width: 25.5%; } }
      @media only screen and (max-width: 1800px) {
        .banner-six .banner-main-div::after {
          width: 21.5%; } }
      @media only screen and (max-width: 1600px) {
        .banner-six .banner-main-div::after {
          width: 17.5%; } }
      @media only screen and (max-width: 1400px) {
        .banner-six .banner-main-div::after {
          display: none; } }
    .banner-six .banner-main-div .banner-media > img {
      position: absolute;
      top: 30%;
      width: 30%; }
      @media only screen and (max-width: 1600px) {
        .banner-six .banner-main-div .banner-media > img {
          top: 41%;
          width: 25%; } }
      @media only screen and (max-width: 1400px) {
        .banner-six .banner-main-div .banner-media > img {
          display: none; } }
    .banner-six .banner-main-div .banner-media {
      width: 55%; }
      @media only screen and (max-width: 991px) {
        .banner-six .banner-main-div .banner-media {
          width: 100%;
          padding-top: 100px; } }
    .banner-six .banner-main-div .banner-capule-img {
      width: 44%;
      position: absolute;
      bottom: 0px;
      left: 168px; }
      @media only screen and (max-width: 1600px) {
        .banner-six .banner-main-div .banner-capule-img {
          left: 60px; } }
      @media only screen and (max-width: 1200px) {
        .banner-six .banner-main-div .banner-capule-img {
          left: 15px;
          width: 50%; } }
      @media only screen and (max-width: 991px) {
        .banner-six .banner-main-div .banner-capule-img {
          position: relative;
          width: 85%;
          left: 50px; } }
      @media only screen and (max-width: 575px) {
        .banner-six .banner-main-div .banner-capule-img {
          position: relative;
          width: 85%;
          left: 28px; } }
      @media only screen and (max-width: 575px) {
        .banner-six .banner-main-div .banner-capule-img {
          position: relative;
          width: 85%;
          left: 28px; } }
      .banner-six .banner-main-div .banner-capule-img img {
        width: 100%; }
      .banner-six .banner-main-div .banner-capule-img .banner-info {
        width: 376px;
        height: 169px;
        border-radius: 16px;
        display: flex;
        position: absolute;
        background-color: #fff;
        align-items: center;
        justify-content: center;
        padding: 24px;
        box-shadow: 0px 0px 25px #C2C2C2;
        bottom: 14%;
        left: 11%; }
        @media only screen and (max-width: 1400px) {
          .banner-six .banner-main-div .banner-capule-img .banner-info {
            width: 326px;
            height: 149px; } }
        @media only screen and (max-width: 1200px) {
          .banner-six .banner-main-div .banner-capule-img .banner-info {
            width: 310px;
            height: 130px;
            padding: 18px;
            bottom: 8%;
            left: 7%; } }
        @media only screen and (max-width: 575px) {
          .banner-six .banner-main-div .banner-capule-img .banner-info {
            display: none; } }
        @media only screen and (max-width: 575px) {
          .banner-six .banner-main-div .banner-capule-img .banner-info {
            display: none; } }
        .banner-six .banner-main-div .banner-capule-img .banner-info svg {
          margin-top: 16px;
          margin-bottom: 16px; }
          @media only screen and (max-width: 1400px) {
            .banner-six .banner-main-div .banner-capule-img .banner-info svg {
              margin-top: 10px;
              margin-bottom: 10px; } }
          @media only screen and (max-width: 1200px) {
            .banner-six .banner-main-div .banner-capule-img .banner-info svg {
              margin-top: 7px;
              margin-bottom: 7px; } }
          @media only screen and (max-width: 575px) {
            .banner-six .banner-main-div .banner-capule-img .banner-info svg {
              margin-top: 0px;
              margin-bottom: 0px;
              width: 90px;
              height: 18px; } }
          @media only screen and (max-width: 575px) {
            .banner-six .banner-main-div .banner-capule-img .banner-info svg {
              margin-top: 0px;
              margin-bottom: 0px;
              width: 90px;
              height: 18px; } }
        .banner-six .banner-main-div .banner-capule-img .banner-info .b-info-p {
          font-size: 14px;
          line-height: 21px;
          color: #171616;
          font-weight: 400;
          margin-bottom: 0px;
          padding-right: 10px; }
          @media only screen and (max-width: 1200px) {
            .banner-six .banner-main-div .banner-capule-img .banner-info .b-info-p {
              padding-right: 5px; } }
        .banner-six .banner-main-div .banner-capule-img .banner-info .banner-info-p {
          display: flex;
          align-items: center;
          gap: 10px;
          margin-bottom: 0px; }
          .banner-six .banner-main-div .banner-capule-img .banner-info .banner-info-p .span-1 {
            font-size: 15px;
            color: #2E2E2E;
            font-weight: 600; }
            @media only screen and (max-width: 575px) {
              .banner-six .banner-main-div .banner-capule-img .banner-info .banner-info-p .span-1 {
                font-size: 14px; } }
            @media only screen and (max-width: 575px) {
              .banner-six .banner-main-div .banner-capule-img .banner-info .banner-info-p .span-1 {
                font-size: 14px; } }
          .banner-six .banner-main-div .banner-capule-img .banner-info .banner-info-p .span-2 {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: #ABABAB; }
          .banner-six .banner-main-div .banner-capule-img .banner-info .banner-info-p .span-3 {
            font-size: 15px;
            color: var(--primary);
            font-weight: 400; }
            @media only screen and (max-width: 575px) {
              .banner-six .banner-main-div .banner-capule-img .banner-info .banner-info-p .span-3 {
                font-size: 14px; } }
            @media only screen and (max-width: 575px) {
              .banner-six .banner-main-div .banner-capule-img .banner-info .banner-info-p .span-3 {
                font-size: 14px; } }
    .banner-six .banner-main-div .banner-content {
      padding-top: 35px;
      width: 45%; }
      @media only screen and (max-width: 1600px) {
        .banner-six .banner-main-div .banner-content {
          padding-top: 100px; } }
      @media only screen and (max-width: 991px) {
        .banner-six .banner-main-div .banner-content {
          width: 100%;
          padding: 80px 30px; } }
      @media only screen and (max-width: 768px) {
        .banner-six .banner-main-div .banner-content {
          padding: 60px 30px; } }
      @media only screen and (max-width: 575px) {
        .banner-six .banner-main-div .banner-content {
          padding: 50px 15px; } }
      @media only screen and (max-width: 575px) {
        .banner-six .banner-main-div .banner-content {
          padding: 50px 15px; } }
      .banner-six .banner-main-div .banner-content h1 {
        font-size: 65px;
        line-height: 75px;
        font-family: 'sarabun';
        color: #13212A;
        font-weight: 900;
        padding-right: 250px;
        margin-bottom: 30px; }
        @media only screen and (max-width: 1800px) {
          .banner-six .banner-main-div .banner-content h1 {
            padding-right: 110px; } }
        @media only screen and (max-width: 1600px) {
          .banner-six .banner-main-div .banner-content h1 {
            padding-right: 39px;
            font-size: 54px;
            line-height: 62px;
            margin-bottom: 18px; } }
        @media only screen and (max-width: 1200px) {
          .banner-six .banner-main-div .banner-content h1 {
            padding-right: 0px;
            font-size: 45px;
            line-height: 53px;
            margin-bottom: 15px; } }
        @media only screen and (max-width: 991px) {
          .banner-six .banner-main-div .banner-content h1 {
            font-size: 65px;
            line-height: 75px;
            margin-bottom: 20px; } }
        @media only screen and (max-width: 768px) {
          .banner-six .banner-main-div .banner-content h1 {
            font-size: 55px;
            line-height: 67px;
            margin-bottom: 18px; } }
        @media only screen and (max-width: 575px) {
          .banner-six .banner-main-div .banner-content h1 {
            font-size: 35px;
            line-height: 41px;
            margin-bottom: 10px; } }
        @media only screen and (max-width: 575px) {
          .banner-six .banner-main-div .banner-content h1 {
            font-size: 35px;
            line-height: 41px;
            margin-bottom: 10px; } }
      .banner-six .banner-main-div .banner-content p {
        font-size: 18px;
        line-height: 27px;
        color: #666666;
        font-family: 'poppins';
        padding-right: 36%; }
        @media only screen and (max-width: 1800px) {
          .banner-six .banner-main-div .banner-content p {
            padding-right: 18%; } }
        @media only screen and (max-width: 1600px) {
          .banner-six .banner-main-div .banner-content p {
            padding-right: 5%; } }
        @media only screen and (max-width: 1200px) {
          .banner-six .banner-main-div .banner-content p {
            padding-right: 0px;
            font-size: 16px;
            line-height: 26px; } }
        @media only screen and (max-width: 991px) {
          .banner-six .banner-main-div .banner-content p {
            font-size: 18px;
            line-height: 27px;
            padding-right: 110px; } }
        @media only screen and (max-width: 768px) {
          .banner-six .banner-main-div .banner-content p {
            padding-right: 0px;
            font-size: 17px; } }
        @media only screen and (max-width: 575px) {
          .banner-six .banner-main-div .banner-content p {
            font-size: 16px;
            line-height: 25px; } }
        @media only screen and (max-width: 575px) {
          .banner-six .banner-main-div .banner-content p {
            font-size: 16px;
            line-height: 25px; } }
      .banner-six .banner-main-div .banner-content .button-box {
        display: flex;
        align-items: center;
        gap: 32px;
        margin-top: 41px;
        margin-bottom: 60px; }
        @media only screen and (max-width: 1600px) {
          .banner-six .banner-main-div .banner-content .button-box {
            margin-top: 30px;
            margin-bottom: 40px; } }
        @media only screen and (max-width: 1200px) {
          .banner-six .banner-main-div .banner-content .button-box {
            margin-top: 25px;
            margin-bottom: 28px; } }
        @media only screen and (max-width: 991px) {
          .banner-six .banner-main-div .banner-content .button-box {
            margin-top: 35px;
            margin-bottom: 40px; } }
        @media only screen and (max-width: 768px) {
          .banner-six .banner-main-div .banner-content .button-box {
            margin-top: 30px;
            margin-bottom: 35px; } }
        .banner-six .banner-main-div .banner-content .button-box .banner-button {
          width: 240px;
          height: 60px;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #fff;
          background-color: var(--primary);
          font-size: 20px;
          border-radius: 5px; }
          @media only screen and (max-width: 1200px) {
            .banner-six .banner-main-div .banner-content .button-box .banner-button {
              width: 170px;
              height: 46px;
              font-size: 18px; } }
          @media only screen and (max-width: 991px) {
            .banner-six .banner-main-div .banner-content .button-box .banner-button {
              width: 240px;
              height: 60px;
              font-size: 20px; } }
          @media only screen and (max-width: 768px) {
            .banner-six .banner-main-div .banner-content .button-box .banner-button {
              width: 200px;
              height: 50px;
              font-size: 18px; } }
          @media only screen and (max-width: 575px) {
            .banner-six .banner-main-div .banner-content .button-box .banner-button {
              width: 130px;
              height: 42px;
              font-size: 16px; } }
          @media only screen and (max-width: 575px) {
            .banner-six .banner-main-div .banner-content .button-box .banner-button {
              width: 130px;
              height: 42px;
              font-size: 16px; } }
        .banner-six .banner-main-div .banner-content .button-box .banner-button2 {
          font-size: 20px;
          color: #1F1F1F;
          font-weight: 700; }
          @media only screen and (max-width: 1200px) {
            .banner-six .banner-main-div .banner-content .button-box .banner-button2 {
              font-size: 18px; } }
          @media only screen and (max-width: 991px) {
            .banner-six .banner-main-div .banner-content .button-box .banner-button2 {
              font-size: 20px; } }
          @media only screen and (max-width: 768px) {
            .banner-six .banner-main-div .banner-content .button-box .banner-button2 {
              font-size: 18px; } }
          @media only screen and (max-width: 575px) {
            .banner-six .banner-main-div .banner-content .button-box .banner-button2 {
              font-size: 16px; } }
          @media only screen and (max-width: 575px) {
            .banner-six .banner-main-div .banner-content .button-box .banner-button2 {
              font-size: 16px; } }
      .banner-six .banner-main-div .banner-content .banner-Contact-card {
        display: flex;
        align-items: center;
        gap: 16px;
        width: 264px;
        height: 93px;
        background-color: #fff;
        box-shadow: 0px 0px 25px #C2C2C2;
        justify-content: center;
        border-radius: 16px; }
        @media only screen and (max-width: 1200px) {
          .banner-six .banner-main-div .banner-content .banner-Contact-card svg {
            width: 45px;
            height: 45px; } }
        @media only screen and (max-width: 1200px) {
          .banner-six .banner-main-div .banner-content .banner-Contact-card {
            width: 250px;
            height: 80px; } }
        .banner-six .banner-main-div .banner-content .banner-Contact-card .card-title {
          font-size: 18px;
          line-height: 27px;
          color: var(--primary); }
          @media only screen and (max-width: 1200px) {
            .banner-six .banner-main-div .banner-content .banner-Contact-card .card-title {
              font-size: 17px; } }
        .banner-six .banner-main-div .banner-content .banner-Contact-card .card-subtitle {
          font-size: 20px;
          line-height: 30px;
          color: #3E3E3E;
          margin-top: 4px; }
          @media only screen and (max-width: 1200px) {
            .banner-six .banner-main-div .banner-content .banner-Contact-card .card-subtitle {
              font-size: 18px; } }

.dz-bnr-inr.style-2 {
  text-align: center; }
  .dz-bnr-inr.style-2:after {
    clip-path: unset;
    width: 100%;
    background: var(--gray);
    opacity: .8;
    z-index: -2; }
  .dz-bnr-inr.style-2:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/pattern/pattern1.png");
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1; }
  .dz-bnr-inr.style-2 h1 {
    color: var(--title); }
  .dz-bnr-inr.style-2 .breadcrumb-row {
    position: relative;
    left: 0;
    transform: unset;
    bottom: 0; }
    .dz-bnr-inr.style-2 .breadcrumb-row ul {
      padding: 0;
      background: transparent; }
      .dz-bnr-inr.style-2 .breadcrumb-row ul li {
        font-weight: 500;
        color: var(--primary); }
        .dz-bnr-inr.style-2 .breadcrumb-row ul li a {
          color: var(--primary); }
      .dz-bnr-inr.style-2 .breadcrumb-row ul .breadcrumb-item + .breadcrumb-item::before {
        color: var(--title);
        top: 0; }

.site-header.style-3.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .site-header.style-3.overlay .main-bar {
    box-shadow: none;
    background: transparent; }

.site-header.style-3 .main-bar {
  background-color: #fff;
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.05); }

.site-header.style-3 .is-fixed .main-bar {
  box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff; }
  .site-header.style-3 .is-fixed .main-bar .container {
    box-shadow: none; }

.site-header.style-3 .navicon {
  border-radius: 30px; }

@media only screen and (max-width: 575px) {
  .site-header.style-3 .extra-nav {
    display: none; } }

@media only screen and (max-width: 575px) {
  .site-header.style-3 .extra-nav {
    display: none; } }

.site-footer.style-3 .footer-top {
  background: var(--secondary); }

.site-footer.style-3 .footer-bottom {
  background: #050d29;
  color: rgba(255, 255, 255, 0.8);
  text-align: center; }
  .site-footer.style-3 .footer-bottom a {
    color: var(--primary); }

.site-footer.style-3 .widget_services ul {
  margin-top: -.5rem; }

.site-footer.style-3 .footer-title {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 30px; }

.site-footer.style-3 .widget_services ul li a {
  color: #aab4ba; }
  .site-footer.style-3 .widget_services ul li a:hover {
    color: var(--primary); }

.site-footer.style-3 .widget_about p {
  color: #aab4ba; }

.icon-bx-wraper.style-5 {
  border-radius: var(--border-radius-base); }
  .icon-bx-wraper.style-5 .title {
    color: #fff; }
  .icon-bx-wraper.style-5 .front {
    border-radius: var(--border-radius-base); }
    .icon-bx-wraper.style-5 .front:before {
      border-radius: var(--border-radius-base); }
  .icon-bx-wraper.style-5 .back {
    border-radius: var(--border-radius-base); }
    .icon-bx-wraper.style-5 .back:after {
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url("../images/pattern/pattern14.png");
      background-size: contain;
      background-repeat: no-repeat; }
  .icon-bx-wraper.style-5 .badge-top {
    position: absolute;
    background: var(--primary);
    padding: 5px;
    top: 40px;
    left: 0;
    width: 100px;
    text-align: right;
    border-radius: 0 40px 40px 0; }
    .icon-bx-wraper.style-5 .badge-top i {
      height: 40px;
      width: 40px;
      border-radius: 40px;
      line-height: 40px;
      background: #fff;
      text-align: center;
      color: var(--primary); }
  .icon-bx-wraper.style-5 .btn-link {
    font-weight: 700;
    border-bottom: 3px solid; }

.icon-bx-wraper.style-6 p {
  color: #aab4ba; }

.icon-bx-wraper.style-6 .icon-bx-sm {
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: var(--border-radius-base); }
  .icon-bx-wraper.style-6 .icon-bx-sm i {
    font-size: 38px; }

.section-head.style-2 p {
  font-size: 16px;
  font-weight: 400; }

.dz-box.style-2 {
  background-color: white;
  box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
  border-radius: var(--border-radius-base);
  padding: 20px 20px; }
  .dz-box.style-2 .dz-media {
    border-radius: var(--border-radius-base);
    overflow: hidden; }
  .dz-box.style-2 .dz-category {
    margin-bottom: 6px; }
    .dz-box.style-2 .dz-category li {
      margin-right: 10px; }
  .dz-box.style-2 .dz-other {
    display: flex;
    margin-bottom: 20px; }
    .dz-box.style-2 .dz-other .votes {
      margin-right: 10px;
      font-size: 15px; }
  .dz-box.style-2 .dz-rating li {
    display: inline-block; }
    .dz-box.style-2 .dz-rating li i {
      font-size: 13px;
      color: #fcc006; }
  .dz-box.style-2 .title {
    font-weight: 800; }
  .dz-box.style-2 .dz-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -20px;
    margin-bottom: 0; }
    .dz-box.style-2 .dz-meta li {
      flex: 1;
      font-size: 15px;
      color: var(--title);
      text-align: center;
      position: relative; }
      .dz-box.style-2 .dz-meta li i {
        margin-right: 5px; }
      .dz-box.style-2 .dz-meta li:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 1px;
        background: #eee; }
      .dz-box.style-2 .dz-meta li.dz-user img {
        width: 30px;
        border-radius: 50%; }
      .dz-box.style-2 .dz-meta li:last-child:after {
        content: none; }
  .dz-box.style-2 .dz-info {
    padding: 25px 10px 10px 10px; }
    @media only screen and (max-width: 1200px) {
      .dz-box.style-2 .dz-info {
        padding: 25px 0px 10px 0px; } }

.about-bx6 .dz-media {
  padding: 80px 20px 0px 50px; }
  .about-bx6 .dz-media img {
    border-radius: 50%; }
  .about-bx6 .dz-media .ov-img {
    height: 292px;
    width: 292px;
    border: 15px solid #fff;
    position: absolute;
    top: 0;
    left: 0; }

@media only screen and (max-width: 575px) {
  .about-bx6 .dz-media {
    padding: 40px 0px 0px 0; }
    .about-bx6 .dz-media .ov-img {
      height: 140px;
      width: 140px;
      border-width: 10px; } }

@media only screen and (max-width: 575px) {
  .about-bx6 .dz-media {
    padding: 40px 0px 0px 0; }
    .about-bx6 .dz-media .ov-img {
      height: 140px;
      width: 140px;
      border-width: 10px; } }

.about-bx8 .dz-media {
  border-radius: 50%; }
  .about-bx8 .dz-media:after {
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border: 25px solid #fff;
    height: calc(100% - 60px);
    width: calc(100% - 60px);
    border-radius: inherit; }

.about-bx9 img {
  border-radius: var(--border-radius-base); }

.about-bx9 .dz-media {
  padding-right: 100px;
  padding-top: 60px; }

.about-bx9 .widget {
  position: absolute;
  top: 0;
  right: 0; }
  .about-bx9 .widget ul li {
    color: #fff;
    margin-bottom: 25px; }
    .about-bx9 .widget ul li i {
      color: #fff; }
    .about-bx9 .widget ul li:last-child {
      margin-bottom: 0; }

@media only screen and (max-width: 575px) {
  .about-bx9 .dz-media {
    padding-right: 0px;
    padding-top: 0px; }
  .about-bx9 .widget {
    position: relative;
    margin-bottom: 0;
    margin-top: 30px; } }

@media only screen and (max-width: 575px) {
  .about-bx9 .dz-media {
    padding-right: 0px;
    padding-top: 0px; }
  .about-bx9 .widget {
    position: relative;
    margin-bottom: 0;
    margin-top: 30px; } }

.testimonial-3 {
  text-align: center;
  padding: 40px 65px; }
  .testimonial-3 .testimonial-name {
    margin-bottom: 0; }
  .testimonial-3 .testimonial-pic {
    border: 0;
    height: 100px;
    width: 100px;
    box-shadow: 1px 1.732px 50px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transform: rotate(45deg);
    border-radius: var(--border-radius-base);
    margin-bottom: 30px; }
    .testimonial-3 .testimonial-pic img {
      transform: rotate(-45deg) scale(1.35); }
  .testimonial-3 .testimonial-info .info {
    margin-bottom: 20px; }
  .testimonial-3 .testimonial-text {
    font-size: 18px; }
  @media only screen and (max-width: 1200px) {
    .testimonial-3 {
      padding: 35px 35px; } }
  @media only screen and (max-width: 575px) {
    .testimonial-3 .testimonial-pic {
      height: 80px;
      width: 80px; }
    .testimonial-3 .testimonial-text {
      font-size: 15px; } }
  @media only screen and (max-width: 575px) {
    .testimonial-3 .testimonial-pic {
      height: 80px;
      width: 80px; }
    .testimonial-3 .testimonial-text {
      font-size: 15px; } }

.testimonial-wrapper-2 {
  padding: 0 130px;
  position: relative; }
  .testimonial-wrapper-2 .btn-next,
  .testimonial-wrapper-2 .btn-prev {
    position: absolute;
    background: transparent;
    color: #777777;
    box-shadow: none;
    top: 50%;
    height: auto;
    width: auto;
    line-height: 1; }
    .testimonial-wrapper-2 .btn-next i,
    .testimonial-wrapper-2 .btn-prev i {
      font-size: 45px; }
    .testimonial-wrapper-2 .btn-next:hover,
    .testimonial-wrapper-2 .btn-prev:hover {
      background: transparent;
      color: var(--primary); }
  .testimonial-wrapper-2 .btn-prev {
    left: 0; }
  .testimonial-wrapper-2 .btn-next {
    right: 0; }
  .testimonial-wrapper-2 .testimonial-swiper-thumb .swiper-slide {
    width: auto; }
  .testimonial-wrapper-2 .testimonial-swiper-thumb .swiper-wrapper {
    justify-content: center; }
  .testimonial-wrapper-2 .testimonial-swiper-thumb .dz-media {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    overflow: hidden;
    cursor: pointer; }
    .testimonial-wrapper-2 .testimonial-swiper-thumb .dz-media img {
      object-fit: cover; }
  .testimonial-wrapper-2:after {
    content: "\f11c";
    font-family: 'flaticon';
    color: var(--primary);
    position: absolute;
    top: -80px;
    left: 0;
    line-height: 1;
    font-size: 200px;
    opacity: .15; }
  @media only screen and (max-width: 991px) {
    .testimonial-wrapper-2 {
      padding: 0 70px; } }
  @media only screen and (max-width: 767px) {
    .testimonial-wrapper-2 {
      padding: 0; }
      .testimonial-wrapper-2:after {
        top: 0;
        font-size: 130px; }
      .testimonial-wrapper-2 .btn-prev {
        left: 0;
        margin: 0; }
      .testimonial-wrapper-2 .btn-next {
        right: 0;
        margin: 0; } }
  @media only screen and (max-width: 575px) {
    .testimonial-wrapper-2 .testimonial-swiper-thumb .dz-media {
      height: 40px;
      width: 40px; }
    .testimonial-wrapper-2 .btn-next i,
    .testimonial-wrapper-2 .btn-prev i {
      font-size: 30px; } }
  @media only screen and (max-width: 575px) {
    .testimonial-wrapper-2 .testimonial-swiper-thumb .dz-media {
      height: 40px;
      width: 40px; }
    .testimonial-wrapper-2 .btn-next i,
    .testimonial-wrapper-2 .btn-prev i {
      font-size: 30px; } }

.pricingtable-wrapper.style-3 {
  padding: 30px 30px; }
  .pricingtable-wrapper.style-3 .pricingtable-inner {
    text-align: left; }
  .pricingtable-wrapper.style-3 .pricingtable-title {
    font-size: 22px;
    font-family: var(--font-family-title);
    color: var(--title);
    font-weight: 800; }
  .pricingtable-wrapper.style-3 .pricingtable-bx {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 20px;
    padding-top: 12px; }
    .pricingtable-wrapper.style-3 .pricingtable-bx .pricingtable-price {
      font-size: 45px;
      color: var(--primary);
      font-weight: 900;
      line-height: 1;
      display: inline-block; }
    .pricingtable-wrapper.style-3 .pricingtable-bx .pricingtable-type {
      font-size: 18px;
      font-weight: 500;
      color: var(--secondary); }
  .pricingtable-wrapper.style-3 .pricingtable-features {
    text-align: left;
    padding: 20px 0; }
    .pricingtable-wrapper.style-3 .pricingtable-features li {
      color: #777777;
      padding: 6px 20px 6px 0px;
      position: relative; }
      .pricingtable-wrapper.style-3 .pricingtable-features li:after {
        content: "\f00c";
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        color: var(--primary);
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
      .pricingtable-wrapper.style-3 .pricingtable-features li.disabled {
        color: #aaaaaa; }
        .pricingtable-wrapper.style-3 .pricingtable-features li.disabled:after {
          color: #aaaaaa; }
  .pricingtable-wrapper.style-3:hover, .pricingtable-wrapper.style-3.active {
    background: var(--primary); }
    .pricingtable-wrapper.style-3:hover .pricingtable-title, .pricingtable-wrapper.style-3.active .pricingtable-title {
      color: #fff; }
    .pricingtable-wrapper.style-3:hover .pricingtable-bx, .pricingtable-wrapper.style-3.active .pricingtable-bx {
      border-color: rgba(255, 255, 255, 0.5); }
      .pricingtable-wrapper.style-3:hover .pricingtable-bx .pricingtable-price, .pricingtable-wrapper.style-3.active .pricingtable-bx .pricingtable-price {
        color: #fff; }
      .pricingtable-wrapper.style-3:hover .pricingtable-bx .pricingtable-type, .pricingtable-wrapper.style-3.active .pricingtable-bx .pricingtable-type {
        color: #fff; }
    .pricingtable-wrapper.style-3:hover .pricingtable-features li, .pricingtable-wrapper.style-3.active .pricingtable-features li {
      color: #fff; }
      .pricingtable-wrapper.style-3:hover .pricingtable-features li:after, .pricingtable-wrapper.style-3.active .pricingtable-features li:after {
        color: #fff; }
      .pricingtable-wrapper.style-3:hover .pricingtable-features li.disabled, .pricingtable-wrapper.style-3.active .pricingtable-features li.disabled {
        color: rgba(255, 255, 255, 0.5); }
        .pricingtable-wrapper.style-3:hover .pricingtable-features li.disabled:after, .pricingtable-wrapper.style-3.active .pricingtable-features li.disabled:after {
          color: rgba(255, 255, 255, 0.5); }
    .pricingtable-wrapper.style-3:hover .btn-primary, .pricingtable-wrapper.style-3.active .btn-primary {
      background: #fff;
      color: var(--primary); }

.dz-team.style-3 {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .dz-team.style-3 .dz-name,
  .dz-team.style-3 .dz-name a {
    color: #fff;
    margin-bottom: 2px; }
  .dz-team.style-3 .team-social {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2; }
    .dz-team.style-3 .team-social li {
      transform: translateX(100px); }
      .dz-team.style-3 .team-social li:nth-child(1) {
        transition: 0.3s; }
      .dz-team.style-3 .team-social li:nth-child(2) {
        transition: 0.6s; }
      .dz-team.style-3 .team-social li:nth-child(3) {
        transition: 0.9s; }
      .dz-team.style-3 .team-social li a {
        height: 45px;
        width: 45px;
        text-align: center;
        line-height: 45px;
        background: var(--primary);
        color: #fff;
        border-radius: var(--border-radius-base);
        display: inline-block;
        font-size: 18px;
        margin: 5px 0;
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s; }
        .dz-team.style-3 .team-social li a:hover {
          background: var(--secondary);
          color: var(--primary); }
  .dz-team.style-3 .dz-position {
    color: var(--primary);
    margin-bottom: 0; }
  .dz-team.style-3 .dz-content {
    transform: translateY(100px);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    opacity: 0;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
    .dz-team.style-3 .dz-content:after {
      content: "";
      background-image: -moz-linear-gradient(90deg, #061034 0%, rgba(6, 16, 52, 0) 100%);
      background-image: -webkit-linear-gradient(90deg, #061034 0%, rgba(6, 16, 52, 0) 100%);
      background-image: -ms-linear-gradient(90deg, #061034 0%, rgba(6, 16, 52, 0) 100%);
      opacity: 0.4;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
  .dz-team.style-3:hover .dz-content {
    transform: translateY(0px);
    opacity: 1; }
  .dz-team.style-3:hover .team-social li {
    transform: translateX(0px); }

.dz-card.style-5 {
  border-radius: var(--border-radius-base);
  overflow: hidden;
  background: #fff;
  border: 1px solid #777777; }
  .dz-card.style-5 .dz-media {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
    .dz-card.style-5 .dz-media img {
      height: 100%;
      object-fit: cover; }
  .dz-card.style-5 .dz-meta ul {
    display: flex;
    align-items: end; }
  .dz-card.style-5 .dz-meta li.post-date {
    background: transparent;
    padding: 0;
    font-family: var(--font-family-title);
    line-height: 1.3;
    font-size: 25px;
    font-weight: 800;
    margin-right: 12px;
    padding-right: 12px;
    position: relative;
    color: #777777; }
    .dz-card.style-5 .dz-meta li.post-date:after {
      content: "";
      position: absolute;
      right: 0;
      width: 2px;
      height: 45px;
      background: #d7d7d7;
      bottom: 8px; }
  .dz-card.style-5 .dz-meta li.post-catagory {
    margin-bottom: 3px; }
    .dz-card.style-5 .dz-meta li.post-catagory a {
      color: var(--primary);
      font-weight: 400; }
  .dz-card.style-5 .dz-meta li.post-author {
    flex: 1;
    text-align: right; }
  .dz-card.style-5 .dz-info {
    padding: 40px 40px;
    border: 1px solid #777777;
    border-radius: var(--border-radius-base); }
    .dz-card.style-5 .dz-info p {
      margin-bottom: 70px; }
    .dz-card.style-5 .dz-info .link-icon {
      color: var(--primary); }
    @media only screen and (max-width: 991px) {
      .dz-card.style-5 .dz-info {
        padding: 30px 30px; } }
  .dz-card.style-5 .dz-info {
    position: relative;
    z-index: 1;
    border: 0; }
    .dz-card.style-5 .dz-info:after {
      content: "";
      border-radius: inherit;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      background: var(--secondary);
      z-index: -1;
      -webkit-transition: all 0.8s;
      -ms-transition: all 0.8s;
      transition: all 0.8s; }
  .dz-card.style-5:hover .dz-media {
    opacity: 1; }
  .dz-card.style-5:hover .dz-media + .dz-info:after {
    opacity: .5; }
  .dz-card.style-5:hover .dz-media + .dz-info p {
    color: rgba(255, 255, 255, 0.8); }
  .dz-card.style-5:hover .dz-media + .dz-info .link-icon {
    color: #fff; }
  .dz-card.style-5:hover .dz-media + .dz-info .dz-title,
  .dz-card.style-5:hover .dz-media + .dz-info .dz-title a {
    color: #fff; }
  .dz-card.style-5:hover .dz-media + .dz-info .dz-meta li.post-date,
  .dz-card.style-5:hover .dz-media + .dz-info .dz-meta li.post-catagory a {
    color: #fff; }
  .dz-card.style-5.gradient-overlay {
    border: 0; }
    .dz-card.style-5.gradient-overlay .dz-media {
      opacity: 1; }
    .dz-card.style-5.gradient-overlay .dz-media + .dz-info {
      height: 500px;
      display: flex;
      flex-direction: column;
      justify-content: end; }
      .dz-card.style-5.gradient-overlay .dz-media + .dz-info:after {
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.12) 23%, rgba(0, 0, 0, 0.24) 37%, rgba(0, 0, 0, 0.77) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.12) 23%, rgba(0, 0, 0, 0.24) 37%, rgba(0, 0, 0, 0.77) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.12) 23%, rgba(0, 0, 0, 0.24) 37%, rgba(0, 0, 0, 0.77) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f000000', endColorstr='#c4000000',GradientType=0 );
        /* IE6-9 */
        opacity: 1; }
    .dz-card.style-5.gradient-overlay .dz-title,
    .dz-card.style-5.gradient-overlay .dz-title a {
      color: #fff; }
    .dz-card.style-5.gradient-overlay .dz-meta li.post-date,
    .dz-card.style-5.gradient-overlay .dz-meta li.post-catagory a {
      color: #fff; }
  .dz-card.style-5.blog-single {
    border: 0; }
    .dz-card.style-5.blog-single .dz-media {
      opacity: 1;
      position: relative;
      border-radius: var(--border-radius-base); }
    .dz-card.style-5.blog-single .dz-info {
      padding: 0;
      border: 0; }
    .dz-card.style-5.blog-single p {
      margin-bottom: 30px; }

/*# sourceMappingURL=template.css.map */