: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;
  --border-radius-lg: 2rem;
  --font-family-title: Sarabun, sans-serif;
  --title: #212529; }

.banner-three {
  height: 100vh;
  min-height: 700px;
  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: 65%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.45) 48%, #fff6f9 77%, #fff4f8 82%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.45) 48%, #fff6f9 77%, #fff4f8 82%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.45) 48%, #fff6f9 77%, #fff4f8 82%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#fff4f8',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
  .banner-three:before {
    content: "";
    height: 100%;
    width: 35%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #fff4f8; }
  .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: var(--border-radius-base);
      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: 16px;
      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; }
    @media only screen and (max-width: 1280px) {
      .banner-three .banner-content {
        padding-left: 50px; } }
    @media only screen and (max-width: 1024px) {
      .banner-three .banner-content {
        padding-left: 10px; } }
    @media only screen and (max-width: 991px) {
      .banner-three .banner-content {
        padding-left: 0; } }
  .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: 1480px) {
    .banner-three .follow-info {
      left: 15px; }
    .banner-three .banner-content h1 {
      font-size: 72px; } }
  @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: 600px;
      height: auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      background-position: -450px center; }
      .banner-three .banner-content .sub-title {
        font-size: 14px;
        padding: 5px 20px 5px 40px;
        margin-bottom: 15px; }
        .banner-three .banner-content .sub-title:before {
          left: 15px; }
      .banner-three .banner-content h1 {
        font-size: 40px; }
      .banner-three .banner-content p {
        font-size: 16px;
        padding-right: 50px; }
      .banner-three:before {
        width: 100%;
        opacity: 0.8; }
      .banner-three:after {
        width: 0%; } }
  .banner-three .banner-btn {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 991px) {
      .banner-three .banner-btn .btn {
        margin-right: 15px; } }

.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: var(--border-radius-lg);
    background-color: var(--rgba-primary-1);
    font-size: 18px;
    color: var(--primary); }
  @media only screen and (max-width: 575px) {
    .list-check-4 li {
      margin-bottom: 10px;
      padding: 5px 0px 5px 40px; }
      .list-check-4 li:after {
        height: 30px;
        width: 30px;
        line-height: 30px;
        font-size: 14px; } }

.mobile-box {
  position: relative;
  display: inline-block;
  z-index: -1; }
  .mobile-box .light-logo {
    width: 200px;
    position: absolute;
    z-index: 1;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .mobile-box:after {
    content: "";
    background: var(--primary);
    position: absolute;
    width: 62%;
    height: 90%;
    left: 19%;
    top: 10%;
    z-index: -1; }
  @media only screen and (max-width: 575px) {
    .mobile-box .light-logo {
      width: 150px; } }

div.contact-user {
  display: flex;
  align-items: center; }
  div.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;
    --border-radius-base: 6px; }
  @media only screen and (max-width: 1200px) {
    div.contact-user img {
      height: 70px;
      width: 70px;
      min-width: 70px; }
    div.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; } }

.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; }
 

.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:focus, .btn-app.btn-google-play:hover {
      background: var(--secondary);
      border-color: var(--secondary); }
      .btn-app.btn-google-play:focus .text-black, .btn-app.btn-google-play:hover .text-black {
        color: #fff !important; }
  @media only screen and (max-width: 767px) {
    .btn-app {
      padding: 6px 15px 8px 48px;
      margin: 0 4px 10px; }
      .btn-app .icon-cell {
        left: 16px;
        width: 20px; }
      .btn-app span {
        font-size: 13px; }
      .btn-app h5 {
        font-size: 14px; } }

.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;
      margin: auto;
      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: var(--border-radius-lg);
      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: var(--border-radius-lg);
        color: #fff;
        background: #43ca87;
        font-family: 'Font Awesome 5 Free';
        font-size: 18px; }
    @media only screen and (max-width: 1480px) {
      .app-wrapper .service-list {
        padding: 0 150px; }
        .app-wrapper .service-list .service-box {
          padding: 10px 20px; }
        .app-wrapper .service-list .service {
          padding: 10px 25px 10px 60px;
          font-size: 20px;
          min-width: 300px; }
          .app-wrapper .service-list .service:before {
            height: 42px;
            width: 42px;
            line-height: 42px; } }
    @media only screen and (max-width: 1024px) {
      .app-wrapper .service-list {
        padding: 0 40px; } }
    @media only screen and (max-width: 991px) {
      .app-wrapper .service-list {
        padding: 0; }
        .app-wrapper .service-list .service-box {
          padding: 10px 10px; }
        .app-wrapper .service-list .service {
          font-size: 16px;
          min-width: 225px;
          padding: 10px 15px 10px 50px; }
          .app-wrapper .service-list .service:before {
            height: 35px;
            line-height: 35px;
            width: 35px;
            font-size: 15px; } }
    @media only screen and (max-width: 767px) {
      .app-wrapper .service-list {
        min-height: 250px;
        top: 45%; }
        .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: 15px;
          min-width: 200px;
          padding: 8px 20px 8px 45px; }
          .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: 575px) {
      .app-wrapper .service-list {
        min-height: 120px;
        top: 75%; }
        .app-wrapper .service-list .service-box {
          padding: 0; }
        .app-wrapper .service-list .service {
          font-size: 11px;
          min-width: 150px;
          padding: 5px 15px 5px 30px; }
          .app-wrapper .service-list .service:before {
            height: 20px;
            line-height: 20px;
            width: 20px;
            font-size: 10px; } }
  @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: 1480px) {
    .team-wrapper {
      padding: 60px 60px; } }
  @media only screen and (max-width: 1024px) {
    .team-wrapper {
      padding: 40px; } }
  @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::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; }
@media only screen and (max-width: 575px) {
  .dzSubscribe.style-2 .input-group-addon .btn {
    height: 40px;
    width: 40px; }
    .dzSubscribe.style-2 .input-group-addon .btn i {
      font-size: 16px; } }

.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%; }
  .contact-area3 textarea.form-control {
    height: 180px; }
  @media only screen and (max-width: 1480px) {
    .contact-area3 {
      padding: 40px 40px 10px 40px; } }
  @media only screen and (max-width: 767px) {
    .contact-area3 {
      padding: 30px 30px 0 30px; } }
  @media only screen and (max-width: 575px) {
    .contact-area3 {
      padding: 15px 15px 0 15px; }
      .contact-area3 .map-iframe {
        min-height: 350px; }
        .contact-area3 .map-iframe iframe {
          min-height: 350px; }
      .contact-area3 textarea.form-control {
        height: 120px; } }

.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; }

.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; }
    @media only screen and (max-width: 575px) {
      .portfolio-info.style-1 > div {
        margin-bottom: 15px; }
        .portfolio-info.style-1 > div h5 {
          font-size: 15px; }
        .portfolio-info.style-1 > div h4 {
          font-size: 18px; } }

.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; }

@media only screen and (min-width: 767px) {
  .case-study-slider.swiper-container {
    overflow: unset; }
  .case-study-slider .swiper-wrapper {
    overflow: unset;
    display: flex;
    width: auto;
    height: auto;
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2); }
    .case-study-slider .swiper-wrapper > * {
      flex-shrink: 0;
      width: 100%;
      max-width: 100%;
      padding-right: calc(var(--bs-gutter-x) / 2);
      padding-left: calc(var(--bs-gutter-x) / 2);
      margin-top: var(--bs-gutter-y); }
    .case-study-slider .swiper-wrapper .swiper-slide {
      width: 33.33%;
      height: auto; } }
    @media only screen and (min-width: 767px) and (max-width: 991px) {
      .case-study-slider .swiper-wrapper .swiper-slide {
        width: 50%; } }

.at-expanding-share-button[data-position="bottom-left"] {
  bottom: 130px !important; }

.wpcf7-form .wpcf7-form-control-wrap {
  width: 100%; }

.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;
    background-size: auto 80%; }
  .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;
        float: unset; }
        @media only screen and (max-width: 575px) {
          .dz-bnr-inr.style-2 .breadcrumb-row ul .breadcrumb-item + .breadcrumb-item::before {
            padding-right: 5px; } }

.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 10px 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: var(--border-radius-base); }

@media only screen and (max-width: 1024px) {
  .site-header.style-3 .extra-nav .extra-cell .btn {
    display: none; } }

.site-footer.style-3 {
  --title: #fff; }
  .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: inherit; }
  .site-footer.style-3 .widget_services ul {
    margin-top: -.5rem; }
  .site-footer.style-3 .footer-title {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 30px; }
    @media only screen and (max-width: 575px) {
      .site-footer.style-3 .footer-title {
        margin-bottom: 25px; } }
  .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; }
  .site-footer.style-3 .copyright-text {
    color: rgba(255, 255, 255, 0.4); }

.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 var(--border-radius-lg) var(--border-radius-lg) 0; }
    .icon-bx-wraper.style-5 .badge-top i {
      height: 40px;
      width: 40px;
      border-radius: var(--border-radius-lg);
      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 {
  min-height: 80px;
  display: flex;
  align-items: center; }
  .icon-bx-wraper.style-6 p {
    color: #aab4ba; }
  .icon-bx-wraper.style-6 .icon-bx-sm {
    height: 80px;
    width: 80px;
    min-width: 80px;
    line-height: 80px;
    margin-left: 0;
    border-radius: var(--border-radius-base); }
    .icon-bx-wraper.style-6 .icon-bx-sm i {
      font-size: 38px; }
  @media only screen and (max-width: 991px) {
    .icon-bx-wraper.style-6 {
      flex-direction: column;
      text-align: center;
      min-height: 60px; }
      .icon-bx-wraper.style-6 br {
        display: none; }
      .icon-bx-wraper.style-6 .icon-bx-sm {
        height: 60px;
        width: 60px;
        min-width: 60px;
        line-height: 60px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px; }
        .icon-bx-wraper.style-6 .icon-bx-sm i {
          font-size: 28px; } }
  @media only screen and (max-width: 767px) {
    .icon-bx-wraper.style-6 p {
      font-size: 14px; } }

.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: var(--border-radius-lg);
        margin: 0; }
      .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 {
  align-items: center; }
  .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: 6px; } }

.about-bx8 {
  align-items: center; }
  .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; }
    @media only screen and (max-width: 575px) {
      .about-bx8 .dz-media:after {
        border: 10px solid #fff;
        height: calc(100% - 50px);
        width: calc(100% - 50px); } }

.about-bx9 {
  align-items: center; }
  .about-bx9 .dz-media {
    padding-right: 100px;
    padding-top: 60px; }
    .about-bx9 .dz-media img {
      border-radius: var(--border-radius-base); }
  .about-bx9 .widget {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 20px; }
    @media only screen and (max-width: 991px) {
      .about-bx9 .widget {
        margin-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: 1480px) {
    .about-bx9 textarea.form-control {
      height: 180px; } }
  @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; }
    .about-bx9 textarea.form-control {
      height: 120px; } }

.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 {
      padding: 35px 15px; }
      .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; }
      @media only screen and (max-width: 767px) {
        .testimonial-wrapper-2 .btn-next i,
        .testimonial-wrapper-2 .btn-prev i {
          font-size: 24px; } }
    .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: var(--border-radius-lg);
    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;
    transform: rotateY(180deg); }
  @media only screen and (max-width: 1280px) {
    .testimonial-wrapper-2:after {
      top: 20px;
      left: 150px;
      font-size: 120px; } }
  @media only screen and (max-width: 991px) {
    .testimonial-wrapper-2 {
      padding: 0 70px; }
      .testimonial-wrapper-2:after {
        top: 40px;
        left: 50px; } }
  @media only screen and (max-width: 767px) {
    .testimonial-wrapper-2 {
      padding: 0; }
      .testimonial-wrapper-2:after {
        top: 50px;
        font-size: 80px; }
      .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:after {
      top: 0px;
      font-size: 70px;
      left: 0; }
    .testimonial-wrapper-2 .testimonial-swiper-thumb .dz-media {
      height: 40px;
      width: 40px; }
    .testimonial-wrapper-2 .btn-next,
    .testimonial-wrapper-2 .btn-prev {
      top: auto;
      bottom: 0;
      z-index: 9; }
      .testimonial-wrapper-2 .btn-next i,
      .testimonial-wrapper-2 .btn-prev i {
        font-size: 30px; } }



.dz-card.style-3 {
  position: relative;
  display: flex;
  background-color: #fff;
  box-shadow: 0 0px 60px rgba(0, 0, 0, 0.1);
  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%;
      width: 100%;
      object-fit: cover;
      border-radius: var(--border-radius-base) 0 0 var(--border-radius-base); }
  .dz-card.style-3 .dz-info {
    padding: 30px; }
    .dz-card.style-3 .dz-info > :last-child {
      margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .dz-card.style-3 .dz-info .dz-info {
        padding: 20px; } }
  @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-5 {
  border-radius: var(--border-radius-base);
  overflow: hidden;
  background: var(--gray); }
  .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%;
      width: 100%;
      object-fit: cover; }
  .dz-card.style-5 .dz-meta ul {
    display: flex;
    align-items: end; }
  .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);
    position: relative;
    z-index: 1;
    border: 0; }
    .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: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: .8; }
  .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; }
      @media only screen and (max-width: 575px) {
        .dz-card.style-5.gradient-overlay .dz-media + .dz-info {
          height: 380px; } }
    .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 */
