@charset "UTF-8";
/*
    Name: Car Valley 
    Author: vtech
    Portfolio : 
   
    Table of Content: 

    1. Abstract
    2. Bootstrap CSS
    3. Base
    4. Layout
    5. Component
    7. Pages
    
*/
@import url("../vendor/animate/animate.min.css");
@import url("../icons/line-awesome/css/line-awesome.min.css");
@import url("../icons/font-awesome/css/all.min.css");
@import url("../icons/flaticon/flaticon.css");
@import url("../icons/themify/themify-icons.css");
:root {
  --gradient: linear-gradient(to right,#7355f7 0,#5f3bff 51%,#7355f7 100%);
  --gradient-sec: linear-gradient(to right,#130065 0,#2b0ead 51%,#130065 100%);
  --primary: #EE3131;
  --secondary: #FF9446;
  --primary-hover: #da1212;
  --primary-dark: #7c0a0a;
  --rgba-primary-1: rgba(238, 49, 49, 0.1);
  --rgba-primary-2: rgba(238, 49, 49, 0.2);
  --rgba-primary-3: rgba(238, 49, 49, 0.3);
  --rgba-primary-4: rgba(238, 49, 49, 0.4);
  --rgba-primary-5: rgba(238, 49, 49, 0.5);
  --rgba-primary-6: rgba(238, 49, 49, 0.6);
  --rgba-primary-7: rgba(238, 49, 49, 0.7);
  --rgba-primary-8: rgba(238, 49, 49, 0.8);
  --rgba-primary-9: rgba(238, 49, 49, 0.9);
  --font-family-base: Montserrat, sans-serif;
  --border-radius-base: 4px;
  --border-radius-lg: 1rem;
  --font-family-title: Montserrat, sans-serif;
  --title: #000;
  --quote: url(../images/quote-1.png);
  --quote-2: url(../images/quote-1.png); }


* {
  outline: none;
  padding: 0; }
  *::after {
    margin: 0;
    padding: 0; }
  *::before {
    margin: 0;
    padding: 0; }

body {
  line-height: 1.6;
  color: #212621;
  font-size: 16px;
  font-family: var(--font-family-base); }
  body.fixed {
    overflow: hidden;
    position: fixed; }

h1 a, .h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: var(--title); }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-family-base);
  font-weight: 700;
  color: var(--title); }

h1, .h1,
.h1 {
  line-height: 1.3; }
  @media only screen and (max-width: 1400px) {
    h1, .h1,
    .h1 {
      font-size: 2.5rem; } }
  @media only screen and (max-width: 991px) {
    h1, .h1,
    .h1 {
      font-size: 2rem; } }
  @media only screen and (max-width: 767px) {
    h1, .h1,
    .h1 {
      font-size: 1.875rem; } }

h2, .h2,
.h2 {
  line-height: 1.4; }
  @media only screen and (max-width: 1400px) {
    h2, .h2,
    .h2 {
      font-size: 2rem; } }
  @media only screen and (max-width: 991px) {
    h2, .h2,
    .h2 {
      font-size: 1.75rem; } }
  @media only screen and (max-width: 767px) {
    h2, .h2,
    .h2 {
      font-size: 1.5rem; } }

h3, .h3,
.h3 {
  line-height: 1.4; }
  @media only screen and (max-width: 991px) {
    h3, .h3,
    .h3 {
      font-size: 1.375rem; } }

h4, .h4,
.h4 {
  line-height: 1.4; }
  @media only screen and (max-width: 767px) {
    h4, .h4,
    .h4 {
      font-size: 1.25rem; } }

h5, .h5,
.h5 {
  line-height: 1.5; }
  @media only screen and (max-width: 767px) {
    h5, .h5,
    .h5 {
      font-size: 1.125rem; } }

h6, .h6,
.h6 {
  line-height: 1.5; }
  @media only screen and (max-width: 767px) {
    h6, .h6,
    .h6 {
      font-size: 1rem; } }

ul {
  padding: 0;
  margin: 0; }

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

li {
  list-style: none; }

a {
  text-decoration: none;
  outline: none;
  color: var(--primary);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s; }
  a:hover, a:focus, a.active {
    text-decoration: none;
    outline: none;
    color: var(--primary-hover); }

.text-primary {
  color: var(--primary) !important; }

.bg-primary {
  background-color: var(--primary) !important; }

b,
strong,
.strong {
  font-weight: 500; }

.h-0 {
  height: 0; }

#main-wrapper {
  opacity: 0;
  transition: all 0.25s ease-in;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 60px; }
  #main-wrapper.show {
    opacity: 1; }

.content-body {
  margin-left: 65px;
  margin-top: 18px;
  margin-right: 6px;
  margin-bottom: 45px; }

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .container {
    max-width: 1140px; } }


.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding-left: 60px;
  padding-right: 60px; }
  @media only screen and (max-width: 1680px) {
    
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
      padding-left: 40px;
      padding-right: 40px; } }
  @media only screen and (max-width: 1280px) {
    
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 575px) {
    
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
      padding-left: 15px;
      padding-right: 15px; } }

.bg-gray {
  background-color: #f8f8f8; }

::selection {
  color: #fff;
  background: var(--primary); }

@media only screen and (min-width: 1400px) {
  .row.sp60,
  .sp60 {
    margin-left: -30px;
    margin-right: -30px; }
    .row.sp60 [class*="col-"],
    .sp60 [class*="col-"] {
      padding-left: 30px;
      padding-right: 30px; } }

@media only screen and (min-width: 1400px) {
  .row.sp50,
  .sp50 {
    margin-left: -25px;
    margin-right: -25px; }
    .row.sp50 [class*="col-"],
    .sp50 [class*="col-"] {
      padding-left: 25px;
      padding-right: 25px; } }

.row.sp40,
.sp40 {
  margin-left: -20px;
  margin-right: -20px; }
  .row.sp40 [class*="col-"],
  .sp40 [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px; }

.row.sp20,
.sp20 {
  margin-left: -10px;
  margin-right: -10px; }
  .row.sp20 [class*="col-"],
  .sp20 [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px; }

.row.sp16,
.sp16 {
  margin-left: -8px;
  margin-right: -8px; }
  .row.sp16 [class*="col-"],
  .sp16 [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px; }

.row.sp10,
.sp10 {
  margin-left: -5px;
  margin-right: -5px; }
  .row.sp10 [class*="col-"],
  .sp10 [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px; }

.row.sp4,
.sp4 {
  margin-left: -2px;
  margin-right: -2px; }
  .row.sp4 [class*="col-"],
  .sp4 [class*="col-"] {
    padding-left: 2px;
    padding-right: 2px; }

.row.spno,
.spno {
  margin-left: 0;
  margin-right: 0; }
  .row.spno [class*="col-"],
  .spno [class*="col-"] {
    padding-left: 0;
    padding-right: 0; }

.modal-backdrop {
  z-index: 99999; }

.modal {
  z-index: 100000; }

/* Flaticon */
[class*="flaticon-"] {
  font-family: "Flaticon"; }

@media only screen and (max-width: 991px) {
  .dlab-order-1 {
    order: 1;
    margin-top: 20px; } }

#pointer-dot {
  left: -4px;
  top: -4px;
  width: 12px;
  height: 12px;
  position: fixed;
  border-radius: 10px;
  z-index: 999998;
  pointer-events: none;
  transition: border-color 0.5s;
  background: #333;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2); }

#pointer-ring {
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  display: block;
  border: 1px solid var(--primary) !important;
  position: fixed;
  border-radius: 100px;
  z-index: 999999;
  pointer-events: none;
  transition: width 0.3s, height 0.3s; }

#pointer-ring.active {
  width: 50px;
  height: 50px;
  opacity: 0.5; }

#pointer-ring.active + #pointer-dot {
  opacity: 0; }

.content-inner {
  padding-top: 120px;
  padding-bottom: 90px; }
  @media only screen and (max-width: 991px) {
    .content-inner {
      padding-top: 50px;
      padding-bottom: 20px; } }

.content-inner-1 {
  padding-top: 120px;
  padding-bottom: 120px; }
  @media only screen and (max-width: 991px) {
    .content-inner-1 {
      padding-top: 50px;
      padding-bottom: 50px; } }

.content-inner-2 {
  padding-top: 120px;
  padding-bottom: 0; }
  @media only screen and (max-width: 991px) {
    .content-inner-2 {
      padding-top: 50px; } }

.content-inner-3 {
  padding-top: 60px;
  padding-bottom: 30px; }
  @media only screen and (max-width: 991px) {
    .content-inner-3 {
      padding-top: 50px;
      padding-bottom: 20px; } }

.content-inner-4 {
  padding-top: 150px;
  padding-bottom: 150px; }
  @media only screen and (max-width: 991px) {
    .content-inner-4 {
      padding-top: 50px;
      padding-bottom: 50px; } }

.mfp-bg {
  z-index: 99999; }

.mfp-wrap {
  z-index: 100000; }

.rounded {
  border-radius: var(--border-radius-base) !important; }

#loading-area {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999999999;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80px;
  background: #fff; }
  #loading-area.loading-page-1 {
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center; }
    #loading-area.loading-page-1 img,
    #loading-area.loading-page-1 svg {
      width: 140px; }
  #loading-area.loading-page-2 {
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: center; }
  #loading-area.loading-page-3 {
    background-image: url(../images/loader1.gif);
    background-repeat: no-repeat;
    background-size: 250px;
    background-position: center; }

.spinner {
  width: 100px;
  height: 60px;
  text-align: center; }
  .spinner .ball {
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    border-radius: 50%;
    display: inline-block;
    animation: motion 3s cubic-bezier(0.77, 0, 0.175, 1) infinite; }
  .spinner p {
    margin-top: 5px;
    letter-spacing: 3px;
    font-size: 16px;
    font-weight: 600;
    color: var(--title); }
    .spinner p:after {
      content: "";
      animation: dots 1s infinite; }

@keyframes dots {
  0% {
    content: "."; }
  50% {
    content: ".."; }
  100% {
    content: "..."; } }

@keyframes motion {
  0% {
    transform: translateX(0) scale(1); }
  25% {
    transform: translateX(-50px) scale(0.3); }
  50% {
    transform: translateX(0) scale(1); }
  75% {
    transform: translateX(50px) scale(0.3); }
  100% {
    transform: translateX(0) scale(1); } }

.font-10 {
  font-size: 10px; }

.font-12 {
  font-size: 12px; }

.font-13 {
  font-size: 13px; }

.font-14 {
  font-size: 14px; }

.font-16 {
  font-size: 16px; }

.font-18 {
  font-size: 18px; }

.font-20 {
  font-size: 20px; }

.font-22 {
  font-size: 22px; }

.font-24 {
  font-size: 24px; }

.font-26 {
  font-size: 26px; }

.font-30 {
  font-size: 30px; }

.font-35 {
  font-size: 35px; }

.font-40 {
  font-size: 40px; }

.font-45 {
  font-size: 45px; }

.font-50 {
  font-size: 50px; }

.font-55 {
  font-size: 55px; }

.font-60 {
  font-size: 60px; }

.font-70 {
  font-size: 70px; }

.font-75 {
  font-size: 75px; }

.font-80 {
  font-size: 80px; }

.font-90 {
  font-size: 90px; }

.font-100 {
  font-size: 100px; }

.font-weight-300 {
  font-weight: 300; }

.font-weight-400 {
  font-weight: 400; }

.font-weight-500 {
  font-weight: 500; }

.font-weight-600 {
  font-weight: 600; }

.font-weight-700 {
  font-weight: 700; }

.font-weight-800 {
  font-weight: 800; }

.font-weight-900 {
  font-weight: 900; }

.p-a0 {
  padding: 0; }

.p-a5 {
  padding: 5px; }

.p-a10 {
  padding: 10px; }

.p-a15 {
  padding: 15px; }

.p-a20 {
  padding: 20px; }

.p-a25 {
  padding: 25px; }

.p-a30 {
  padding: 30px; }

.p-a40 {
  padding: 40px; }

.p-a50 {
  padding: 50px; }

.p-a60 {
  padding: 60px; }

.p-a70 {
  padding: 70px; }

.p-a80 {
  padding: 80px; }

.p-a90 {
  padding: 90px; }

.p-a100 {
  padding: 100px; }

.p-t0 {
  padding-top: 0; }

.p-t5 {
  padding-top: 5px; }

.p-t10 {
  padding-top: 10px; }

.p-t15 {
  padding-top: 15px; }

.p-t20 {
  padding-top: 20px; }

.p-t30 {
  padding-top: 30px; }

.p-t40 {
  padding-top: 40px; }

.p-t50 {
  padding-top: 50px; }

.p-t60 {
  padding-top: 60px; }

.p-t70 {
  padding-top: 70px; }

.p-t80 {
  padding-top: 80px; }

.p-t90 {
  padding-top: 90px; }

.p-t100 {
  padding-top: 100px; }

.p-b0 {
  padding-bottom: 0; }

.p-b5 {
  padding-bottom: 5px; }

.p-b10 {
  padding-bottom: 10px; }

.p-b15 {
  padding-bottom: 15px; }

.p-b20 {
  padding-bottom: 20px; }

.p-b30 {
  padding-bottom: 30px; }

.p-b40 {
  padding-bottom: 40px; }

.p-b50 {
  padding-bottom: 50px; }

.p-b60 {
  padding-bottom: 60px; }

.p-b70 {
  padding-bottom: 70px; }

.p-b80 {
  padding-bottom: 80px; }

.p-b90 {
  padding-bottom: 90px; }

.p-b100 {
  padding-bottom: 100px; }

.p-l0 {
  padding-left: 0; }

.p-l5 {
  padding-left: 5px; }

.p-l10 {
  padding-left: 10px; }

.p-l15 {
  padding-left: 15px; }

.p-l20 {
  padding-left: 20px; }

.p-l30 {
  padding-left: 30px; }

.p-l40 {
  padding-left: 40px; }

.p-l50 {
  padding-left: 50px; }

.p-l60 {
  padding-left: 60px; }

.p-l70 {
  padding-left: 70px; }

.p-l80 {
  padding-left: 80px; }

.p-l90 {
  padding-left: 90px; }

.p-l100 {
  padding-left: 100px; }

.p-r0 {
  padding-right: 0; }

.p-r5 {
  padding-right: 5px; }

.p-r10 {
  padding-right: 10px; }

.p-r15 {
  padding-right: 15px; }

.p-r20 {
  padding-right: 20px; }

.p-r30 {
  padding-right: 30px; }

.p-r40 {
  padding-right: 40px; }

.p-r50 {
  padding-right: 50px; }

.p-r60 {
  padding-right: 60px; }

.p-r70 {
  padding-right: 70px; }

.p-r80 {
  padding-right: 80px; }

.p-r90 {
  padding-right: 90px; }

.p-r100 {
  padding-right: 100px; }

.p-lr0 {
  padding-left: 0;
  padding-right: 0; }

.p-lr5 {
  padding-left: 5px;
  padding-right: 5px; }

.p-lr10 {
  padding-left: 10px;
  padding-right: 10px; }

.p-lr15 {
  padding-left: 15px;
  padding-right: 15px; }

.p-lr20 {
  padding-left: 20px;
  padding-right: 20px; }

.p-lr30 {
  padding-left: 30px;
  padding-right: 30px; }

.p-lr40 {
  padding-left: 40px;
  padding-right: 40px; }

.p-lr50 {
  padding-left: 50px;
  padding-right: 50px; }

.p-lr60 {
  padding-left: 60px;
  padding-right: 60px; }

.p-lr70 {
  padding-left: 70px;
  padding-right: 70px; }

.p-lr80 {
  padding-left: 80px;
  padding-right: 80px; }

.p-lr90 {
  padding-left: 90px;
  padding-right: 90px; }

.p-lr100 {
  padding-left: 100px;
  padding-right: 100px; }

.p-tb0 {
  padding-bottom: 0;
  padding-top: 0; }

.p-tb5 {
  padding-bottom: 5px;
  padding-top: 5px; }

.p-tb10 {
  padding-bottom: 10px;
  padding-top: 10px; }

.p-tb15 {
  padding-bottom: 15px;
  padding-top: 15px; }

.p-tb20 {
  padding-bottom: 20px;
  padding-top: 20px; }

.p-tb30 {
  padding-bottom: 30px;
  padding-top: 30px; }

.p-tb40 {
  padding-bottom: 40px;
  padding-top: 40px; }

.p-tb50 {
  padding-bottom: 50px;
  padding-top: 50px; }

.p-tb60 {
  padding-bottom: 60px;
  padding-top: 60px; }

.p-tb70 {
  padding-bottom: 70px;
  padding-top: 70px; }

.p-tb80 {
  padding-bottom: 80px;
  padding-top: 80px; }

.p-tb90 {
  padding-bottom: 90px;
  padding-top: 90px; }

.p-tb100 {
  padding-bottom: 100px;
  padding-top: 100px; }

.m-auto {
  margin: auto; }

.m-a0 {
  margin: 0; }

.m-a5 {
  margin: 5px; }

.m-a10 {
  margin: 10px; }

.m-a15 {
  margin: 15px; }

.m-a20 {
  margin: 20px; }

.m-a30 {
  margin: 30px; }

.m-a40 {
  margin: 40px; }

.m-a50 {
  margin: 50px; }

.m-a60 {
  margin: 60px; }

.m-a70 {
  margin: 70px; }

.m-a80 {
  margin: 80px; }

.m-a90 {
  margin: 90px; }

.m-a100 {
  margin: 100px; }

.m-t0 {
  margin-top: 0; }

.m-t5 {
  margin-top: 5px; }

.m-t10 {
  margin-top: 10px; }

.m-t15 {
  margin-top: 15px; }

.m-t20 {
  margin-top: 20px; }

.m-t30 {
  margin-top: 30px; }

.m-t40 {
  margin-top: 40px; }

.m-t50 {
  margin-top: 50px; }

.m-t60 {
  margin-top: 60px; }

.m-t70 {
  margin-top: 70px; }

.m-t80 {
  margin-top: 80px; }

.m-t90 {
  margin-top: 90px; }

.m-t100 {
  margin-top: 100px; }

.m-b0 {
  margin-bottom: 0; }

.m-b5 {
  margin-bottom: 5px; }

.m-b10 {
  margin-bottom: 10px; }

.m-b15 {
  margin-bottom: 15px; }

.m-b20 {
  margin-bottom: 20px; }

.m-b30 {
  margin-bottom: 30px; }

.m-b40 {
  margin-bottom: 40px; }

.m-b50 {
  margin-bottom: 50px; }

.m-b60 {
  margin-bottom: 60px; }

.m-b70 {
  margin-bottom: 70px; }

.m-b80 {
  margin-bottom: 80px; }

.m-b90 {
  margin-bottom: 90px; }

.m-b100 {
  margin-bottom: 100px; }

.m-l0 {
  margin-left: 0; }

.m-l5 {
  margin-left: 5px; }

.m-l10 {
  margin-left: 10px; }

.m-l15 {
  margin-left: 15px; }

.m-l20 {
  margin-left: 20px; }

.m-l30 {
  margin-left: 30px; }

.m-l40 {
  margin-left: 40px; }

.m-l50 {
  margin-left: 50px; }

.m-l60 {
  margin-left: 60px; }

.m-l70 {
  margin-left: 70px; }

.m-l80 {
  margin-left: 80px; }

.m-l90 {
  margin-left: 90px; }

.m-l100 {
  margin-left: 100px; }

.m-r0 {
  margin-right: 0; }

.m-r5 {
  margin-right: 5px; }

.m-r10 {
  margin-right: 10px; }

.m-r15 {
  margin-right: 15px; }

.m-r20 {
  margin-right: 20px; }

.m-r30 {
  margin-right: 30px; }

.m-r40 {
  margin-right: 40px; }

.m-r50 {
  margin-right: 50px; }

.m-r60 {
  margin-right: 60px; }

.m-r70 {
  margin-right: 70px; }

.m-r80 {
  margin-right: 80px; }

.m-r90 {
  margin-right: 90px; }

.m-r100 {
  margin-right: 100px; }

.m-lr0 {
  margin-left: 0;
  margin-right: 0; }

.m-lr5 {
  margin-left: 5px;
  margin-right: 5px; }

.m-lr10 {
  margin-left: 10px;
  margin-right: 10px; }

.m-lr15 {
  margin-left: 15px;
  margin-right: 15px; }

.m-lr20 {
  margin-left: 20px;
  margin-right: 20px; }

.m-lr30 {
  margin-left: 30px;
  margin-right: 30px; }

.m-lr40 {
  margin-left: 40px;
  margin-right: 40px; }

.m-lr50 {
  margin-left: 50px;
  margin-right: 50px; }

.m-lr60 {
  margin-left: 60px;
  margin-right: 60px; }

.m-lr70 {
  margin-left: 70px;
  margin-right: 70px; }

.m-lr80 {
  margin-left: 80px;
  margin-right: 80px; }

.m-lr90 {
  margin-left: 90px;
  margin-right: 90px; }

.m-lr100 {
  margin-left: 100px;
  margin-right: 100px; }

.m-tb0 {
  margin-bottom: 0;
  margin-top: 0; }

.m-tb5 {
  margin-bottom: 5px;
  margin-top: 5px; }

.m-tb10 {
  margin-bottom: 10px;
  margin-top: 10px; }

.m-tb15 {
  margin-bottom: 15px;
  margin-top: 15px; }

.m-tb20 {
  margin-bottom: 20px;
  margin-top: 20px; }

.m-tb30 {
  margin-bottom: 30px;
  margin-top: 30px; }

.m-tb40 {
  margin-bottom: 40px;
  margin-top: 40px; }

.m-tb50 {
  margin-bottom: 50px;
  margin-top: 50px; }

.m-tb60 {
  margin-bottom: 60px;
  margin-top: 60px; }

.m-tb70 {
  margin-bottom: 70px;
  margin-top: 70px; }

.m-tb80 {
  margin-bottom: 80px;
  margin-top: 80px; }

.m-tb90 {
  margin-bottom: 90px;
  margin-top: 90px; }

.m-tb100 {
  margin-bottom: 100px;
  margin-top: 100px; }

@media only screen and (max-width: 1400px) {
  .m-lp-30 {
    margin-bottom: 30px; } }

@media only screen and (max-width: 1200px) {
  .m-lg-t0 {
    margin-top: 0; }
  .m-lg-t5 {
    margin-top: 5px; }
  .m-lg-t10 {
    margin-top: 10px; }
  .m-lg-t15 {
    margin-top: 15px; }
  .m-lg-t20 {
    margin-top: 20px; }
  .m-lg-t30 {
    margin-top: 30px; }
  .m-lg-t40 {
    margin-top: 40px; }
  .m-lg-t50 {
    margin-top: 50px; }
  .m-lg-t60 {
    margin-top: 60px; }
  .m-lg-t70 {
    margin-top: 70px; }
  .m-lg-t80 {
    margin-top: 80px; }
  .m-lg-t90 {
    margin-top: 90px; }
  .m-lg-t100 {
    margin-top: 100px; }
  .m-lg-b0 {
    margin-bottom: 0; }
  .m-lg-b5 {
    margin-bottom: 5px; }
  .m-lg-b10 {
    margin-bottom: 10px; }
  .m-lg-b15 {
    margin-bottom: 15px; }
  .m-lg-b20 {
    margin-bottom: 20px; }
  .m-lg-b30 {
    margin-bottom: 30px; }
  .m-lg-b40 {
    margin-bottom: 40px; }
  .m-lg-b50 {
    margin-bottom: 50px; }
  .m-lg-b60 {
    margin-bottom: 60px; }
  .m-lg-b70 {
    margin-bottom: 70px; }
  .m-lg-b80 {
    margin-bottom: 80px; }
  .m-lg-b90 {
    margin-bottom: 90px; }
  .m-lg-b100 {
    margin-bottom: 100px; } }

@media only screen and (max-width: 991px) {
  .m-md-t0 {
    margin-top: 0; }
  .m-md-t5 {
    margin-top: 5px; }
  .m-md-t10 {
    margin-top: 10px; }
  .m-md-t15 {
    margin-top: 15px; }
  .m-md-t20 {
    margin-top: 20px; }
  .m-md-t30 {
    margin-top: 30px; }
  .m-md-t40 {
    margin-top: 40px; }
  .m-md-t50 {
    margin-top: 50px; }
  .m-md-t60 {
    margin-top: 60px; }
  .m-md-t70 {
    margin-top: 70px; }
  .m-md-t80 {
    margin-top: 80px; }
  .m-md-t90 {
    margin-top: 90px; }
  .m-md-t100 {
    margin-top: 100px; }
  .m-md-b0 {
    margin-bottom: 0; }
  .m-md-b5 {
    margin-bottom: 5px; }
  .m-md-b10 {
    margin-bottom: 10px; }
  .m-md-b15 {
    margin-bottom: 15px; }
  .m-md-b20 {
    margin-bottom: 20px; }
  .m-md-b30 {
    margin-bottom: 30px; }
  .m-md-b40 {
    margin-bottom: 40px; }
  .m-md-b50 {
    margin-bottom: 50px; }
  .m-md-b60 {
    margin-bottom: 60px; }
  .m-md-b70 {
    margin-bottom: 70px; }
  .m-md-b80 {
    margin-bottom: 80px; }
  .m-md-b90 {
    margin-bottom: 90px; }
  .m-md-b100 {
    margin-bottom: 100px; } }

@media only screen and (max-width: 767px) {
  .m-sm-t0 {
    margin-top: 0; }
  .m-sm-t5 {
    margin-top: 5px; }
  .m-sm-t10 {
    margin-top: 10px; }
  .m-sm-t15 {
    margin-top: 15px; }
  .m-sm-t20 {
    margin-top: 20px; }
  .m-sm-t30 {
    margin-top: 30px; }
  .m-sm-t40 {
    margin-top: 40px; }
  .m-sm-t50 {
    margin-top: 50px; }
  .m-sm-t60 {
    margin-top: 60px; }
  .m-sm-t70 {
    margin-top: 70px; }
  .m-sm-t80 {
    margin-top: 80px; }
  .m-sm-t90 {
    margin-top: 90px; }
  .m-sm-t100 {
    margin-top: 100px; }
  .m-sm-b0 {
    margin-bottom: 0; }
  .m-sm-b5 {
    margin-bottom: 5px; }
  .m-sm-b10 {
    margin-bottom: 10px; }
  .m-sm-b15 {
    margin-bottom: 15px; }
  .m-sm-b20 {
    margin-bottom: 20px; }
  .m-sm-b30 {
    margin-bottom: 30px; }
  .m-sm-b40 {
    margin-bottom: 40px; }
  .m-sm-b50 {
    margin-bottom: 50px; }
  .m-sm-b60 {
    margin-bottom: 60px; }
  .m-sm-b70 {
    margin-bottom: 70px; }
  .m-sm-b80 {
    margin-bottom: 80px; }
  .m-sm-b90 {
    margin-bottom: 90px; }
  .m-sm-b100 {
    margin-bottom: 100px; } }

@media only screen and (max-width: 576px) {
  .p-sm-a0 {
    padding: 0; }
  .m-xs-t0 {
    margin-top: 0; }
  .m-xs-t5 {
    margin-top: 5px; }
  .m-xs-t10 {
    margin-top: 10px; }
  .m-xs-t15 {
    margin-top: 15px; }
  .m-xs-t20 {
    margin-top: 20px; }
  .m-xs-t30 {
    margin-top: 30px; }
  .m-xs-t40 {
    margin-top: 40px; }
  .m-xs-t50 {
    margin-top: 50px; }
  .m-xs-t60 {
    margin-top: 60px; }
  .m-xs-t70 {
    margin-top: 70px; }
  .m-xs-t80 {
    margin-top: 80px; }
  .m-xs-t90 {
    margin-top: 90px; }
  .m-xs-t100 {
    margin-top: 100px; }
  .m-xs-b0 {
    margin-bottom: 0; }
  .m-xs-b5 {
    margin-bottom: 5px; }
  .m-xs-b10 {
    margin-bottom: 10px; }
  .m-xs-b15 {
    margin-bottom: 15px; }
  .m-xs-b20 {
    margin-bottom: 20px; }
  .m-xs-b30 {
    margin-bottom: 30px; }
  .m-xs-b40 {
    margin-bottom: 40px; }
  .m-xs-b50 {
    margin-bottom: 50px; }
  .m-xs-b60 {
    margin-bottom: 60px; }
  .m-xs-b70 {
    margin-bottom: 70px; }
  .m-xs-b80 {
    margin-bottom: 80px; }
  .m-xs-b90 {
    margin-bottom: 90px; }
  .m-xs-b100 {
    margin-bottom: 100px; } }

.max-w50 {
  max-width: 50px; }

.max-w60 {
  max-width: 60px; }

.max-w80 {
  max-width: 80px; }

.max-w100 {
  max-width: 100px; }

.max-w200 {
  max-width: 200px; }

.max-w300 {
  max-width: 300px; }

.max-w400 {
  max-width: 400px; }

.max-w500 {
  max-width: 500px; }

.max-w600 {
  max-width: 600px; }

.max-w700 {
  max-width: 700px; }

.max-w800 {
  max-width: 800px; }

.max-w900 {
  max-width: 900px; }

.max-w1000 {
  max-width: 1000px; }

.bg-img-fix {
  background-attachment: unset;
  background-size: cover; }

.full-img {
  width: 100%; }

.sticky-top {
  top: 120px; }
  .sticky-top.nav-tabs-top {
    top: 200px; }

.page-title {
  padding: 65px 0px 45px;
  position: relative;
  background: #faf8f2;
  background-size: cover;
  background-position: center; }
  .page-title p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #7272A8;
    text-transform: capitalize; }
    @media only screen and (max-width: 575px) {
      .page-title p {
        font-size: 16px; } }
  .page-title h3, .page-title .h3 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: capitalize; }
    @media only screen and (max-width: 575px) {
      .page-title h3, .page-title .h3 {
        font-size: 28px; } }

.img-cover {
  height: 100%;
  width: 100%;
  object-fit: cover; }

section {
  position: relative;
  z-index: 1; }

.section-head {
  margin-bottom: 40px; }
  @media only screen and (max-width: 1280px) {
    .section-head {
      margin-bottom: 30px; } }
  .section-head h1, .section-head .h1, .section-head h2, .section-head .h2, .section-head h3, .section-head .h3, .section-head h4, .section-head .h4, .section-head h5, .section-head .h5, .section-head h6, .section-head .h6 {
    font-family: var(--font-family-title); }
  .section-head p {
    font-size: 18px; }
  .section-head.text-center p {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto; }
  .section-head .sub-title {
    letter-spacing: 0.5em; }
    .section-head .sub-title.style-1 {
      letter-spacing: 0;
      color: #595959; }
  .section-head.space-lg {
    margin-bottom: 60px; }
    @media only screen and (max-width: 991px) {
      .section-head.space-lg {
        margin-bottom: 40px; } }

.row.spno,
.spno {
  margin-left: 0;
  margin-right: 0; }
  .row.spno [class*="col"],
  .row.spno [class*="col"],
  .spno [class*="col"],
  .spno [class*="col"] {
    padding-left: 0;
    padding-right: 0; }

.row.sp4,
.sp4 {
  margin-left: -4px;
  margin-right: -4px; }
  .row.sp4 [class*="col"],
  .row.sp4 [class*="col"],
  .sp4 [class*="col"],
  .sp4 [class*="col"] {
    padding-left: 4px;
    padding-right: 4px; }

.row.sp15,
.sp15 {
  margin-left: -7px;
  margin-right: -7px; }
  .row.sp15 [class*="col"],
  .row.sp15 [class*="col"],
  .sp15 [class*="col"],
  .sp15 [class*="col"] {
    padding-left: 7px;
    padding-right: 7px; }

.row.sp10,
.sp10 {
  margin-left: -10px;
  margin-right: -10px; }
  .row.sp10 [class*="col"],
  .row.sp10 [class*="col"],
  .sp10 [class*="col"],
  .sp10 [class*="col"] {
    padding-left: 10px;
    padding-right: 10px; }

.rounded-xl {
  border-radius: 50% !important; }

.rounded-lg {
  border-radius: 20px !important; }

.rounded-md {
  border-radius: 10px !important; }

.rounded-sm {
  border-radius: 5px !important; }

.text-maroon {
  color: #9e0168; }

.text-orange {
  color: #ff8853; }

.text-yellow {
  color: #ffa808; }

.text-skyblue {
  color: #029e76; }

.text-red {
  color: #ff586e; }

.text-green {
  color: #029e76; }

.text-blue {
  color: #5543d1; }

.bg-maroon {
  background-color: #9e0168; }

.bg-orange {
  background-color: #ff8853; }

.bg-yellow {
  background-color: #ffa808; }

.bg-skyblue {
  background-color: #00aeff; }

.bg-red {
  background-color: #ff586e; }

.bg-green {
  background-color: #029e76; }

.bg-blue {
  background-color: #5543d1; }

.scale8 {
  transform: scale(1.85);
  -moz-transform: scale(1.85);
  -webkit-transform: scale(1.85);
  -ms-transform: scale(1.85);
  -o-transform: scale(1.85); }

.scale7 {
  transform: scale(1.7);
  -moz-transform: scale(1.7);
  -webkit-transform: scale(1.7);
  -ms-transform: scale(1.7);
  -o-transform: scale(1.7); }

.scale5 {
  transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5); }

.scale3 {
  transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3); }

.scale2 {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2); }

.scale08 {
  transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8); }

.scale05 {
  transform: scale(0.5);
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5); }

.tl {
  transform-origin: left;
  -moz-transform-origin: left;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left; }

.shadow-none {
  box-shadow: unset; }

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

.card {
  border: 0px solid #E1E1F0;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0px 36px 48px rgba(31, 66, 135, 0.04);
  background: #fff; }
  .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E1E1F0;
    background: #fff;
    padding: 20px 30px; }
  .card-title {
    font-size: 24px;
    margin-bottom: 0px; }
  .card .card-body {
    padding: 20px 30px;
    background: #fff;
    border-radius: 15px; }

.form-label {
  font-size: 14px;
  font-weight: 500;
  color: #212621;
  margin-bottom: 10px;
  background: transparent;
  border-color: #E1E1F0; }

.form-control, .wp-block-categories-dropdown select,
.wp-block-archives-dropdown select, .comment-respond .comment-form p.comment-form-author input,
.comment-respond .comment-form p.comment-form-email input,
.comment-respond .comment-form p.comment-form-url input,
.comment-respond .comment-form p textarea {
  height: 70px;
  border: 1px solid #EBEBEB;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 400;
  color: #212621;
  transition: all 0.3s ease-in-out;
  background-color: #EBEBEB;
  border-radius: var(--border-radius-base); }
  .form-control .select, .wp-block-categories-dropdown select .select, .wp-block-archives-dropdown select .select, .comment-respond .comment-form p.comment-form-author input .select, .comment-respond .comment-form p.comment-form-email input .select, .comment-respond .comment-form p.comment-form-url input .select, .comment-respond .comment-form p textarea .select {
    padding: 12px 0; }
  .form-control span, .wp-block-categories-dropdown select span, .wp-block-archives-dropdown select span, .comment-respond .comment-form p.comment-form-author input span, .comment-respond .comment-form p.comment-form-email input span, .comment-respond .comment-form p.comment-form-url input span, .comment-respond .comment-form p textarea span {
    margin-top: 0; }
  .form-control::-webkit-input-placeholder, .wp-block-categories-dropdown select::-webkit-input-placeholder,
  .wp-block-archives-dropdown select::-webkit-input-placeholder, .comment-respond .comment-form p.comment-form-author input::-webkit-input-placeholder,
  .comment-respond .comment-form p.comment-form-email input::-webkit-input-placeholder,
  .comment-respond .comment-form p.comment-form-url input::-webkit-input-placeholder,
  .comment-respond .comment-form p textarea::-webkit-input-placeholder {
    color: #212621; }
  .form-control:-ms-input-placeholder, .wp-block-categories-dropdown select:-ms-input-placeholder,
  .wp-block-archives-dropdown select:-ms-input-placeholder, .comment-respond .comment-form p.comment-form-author input:-ms-input-placeholder,
  .comment-respond .comment-form p.comment-form-email input:-ms-input-placeholder,
  .comment-respond .comment-form p.comment-form-url input:-ms-input-placeholder,
  .comment-respond .comment-form p textarea:-ms-input-placeholder {
    color: #212621; }
  .form-control::placeholder, .wp-block-categories-dropdown select::placeholder,
  .wp-block-archives-dropdown select::placeholder, .comment-respond .comment-form p.comment-form-author input::placeholder,
  .comment-respond .comment-form p.comment-form-email input::placeholder,
  .comment-respond .comment-form p.comment-form-url input::placeholder,
  .comment-respond .comment-form p textarea::placeholder {
    color: #212621; }
  .form-control:focus, .wp-block-categories-dropdown select:focus,
  .wp-block-archives-dropdown select:focus, .comment-respond .comment-form p.comment-form-author input:focus,
  .comment-respond .comment-form p.comment-form-email input:focus,
  .comment-respond .comment-form p.comment-form-url input:focus,
  .comment-respond .comment-form p textarea:focus, .form-control:active, .wp-block-categories-dropdown select:active,
  .wp-block-archives-dropdown select:active, .comment-respond .comment-form p.comment-form-author input:active,
  .comment-respond .comment-form p.comment-form-email input:active,
  .comment-respond .comment-form p.comment-form-url input:active,
  .comment-respond .comment-form p textarea:active, .form-control.active, .wp-block-categories-dropdown select.active,
  .wp-block-archives-dropdown select.active, .comment-respond .comment-form p.comment-form-author input.active,
  .comment-respond .comment-form p.comment-form-email input.active,
  .comment-respond .comment-form p.comment-form-url input.active,
  .comment-respond .comment-form p textarea.active {
    border-color: var(--primary); }
  .form-control.sm, .wp-block-categories-dropdown select.sm,
  .wp-block-archives-dropdown select.sm, .comment-respond .comment-form p.comment-form-author input.sm,
  .comment-respond .comment-form p.comment-form-email input.sm,
  .comment-respond .comment-form p.comment-form-url input.sm,
  .comment-respond .comment-form p textarea.sm {
    height: 56px;
    font-size: 18px; }
    .form-control.sm .btn, .wp-block-categories-dropdown select.sm .btn, .wp-block-archives-dropdown select.sm .btn, .comment-respond .comment-form p.comment-form-author input.sm .btn, .comment-respond .comment-form p.comment-form-email input.sm .btn, .comment-respond .comment-form p.comment-form-url input.sm .btn, .comment-respond .comment-form p textarea.sm .btn, .form-control.sm .wp-block-button__link, .wp-block-categories-dropdown select.sm .wp-block-button__link, .wp-block-archives-dropdown select.sm .wp-block-button__link, .comment-respond .comment-form p.comment-form-author input.sm .wp-block-button__link, .comment-respond .comment-form p.comment-form-email input.sm .wp-block-button__link, .comment-respond .comment-form p.comment-form-url input.sm .wp-block-button__link, .comment-respond .comment-form p textarea.sm .wp-block-button__link {
      font-size: 16px;
      padding: 16px 20px; }
  .form-control .btn, .wp-block-categories-dropdown select .btn, .wp-block-archives-dropdown select .btn, .comment-respond .comment-form p.comment-form-author input .btn, .comment-respond .comment-form p.comment-form-email input .btn, .comment-respond .comment-form p.comment-form-url input .btn, .comment-respond .comment-form p textarea .btn, .form-control .wp-block-button__link, .wp-block-categories-dropdown select .wp-block-button__link, .wp-block-archives-dropdown select .wp-block-button__link, .comment-respond .comment-form p.comment-form-author input .wp-block-button__link, .comment-respond .comment-form p.comment-form-email input .wp-block-button__link, .comment-respond .comment-form p.comment-form-url input .wp-block-button__link, .comment-respond .comment-form p textarea .wp-block-button__link {
    border: 0;
    font-size: 18px;
    padding: 23px 25px;
    box-shadow: none;
    background-color: #EBEBEB;
    color: #575757; }
    .form-control .btn:focus, .wp-block-categories-dropdown select .btn:focus, .wp-block-archives-dropdown select .btn:focus, .comment-respond .comment-form p.comment-form-author input .btn:focus, .comment-respond .comment-form p.comment-form-email input .btn:focus, .comment-respond .comment-form p.comment-form-url input .btn:focus, .comment-respond .comment-form p textarea .btn:focus, .form-control .wp-block-button__link:focus, .wp-block-categories-dropdown select .wp-block-button__link:focus, .wp-block-archives-dropdown select .wp-block-button__link:focus, .comment-respond .comment-form p.comment-form-author input .wp-block-button__link:focus, .comment-respond .comment-form p.comment-form-email input .wp-block-button__link:focus, .comment-respond .comment-form p.comment-form-url input .wp-block-button__link:focus, .comment-respond .comment-form p textarea .wp-block-button__link:focus {
      outline: 0 !important; }
    .form-control .btn:hover, .wp-block-categories-dropdown select .btn:hover, .wp-block-archives-dropdown select .btn:hover, .comment-respond .comment-form p.comment-form-author input .btn:hover, .comment-respond .comment-form p.comment-form-email input .btn:hover, .comment-respond .comment-form p.comment-form-url input .btn:hover, .comment-respond .comment-form p textarea .btn:hover, .form-control .wp-block-button__link:hover, .wp-block-categories-dropdown select .wp-block-button__link:hover, .wp-block-archives-dropdown select .wp-block-button__link:hover, .comment-respond .comment-form p.comment-form-author input .wp-block-button__link:hover, .comment-respond .comment-form p.comment-form-email input .wp-block-button__link:hover, .comment-respond .comment-form p.comment-form-url input .wp-block-button__link:hover, .comment-respond .comment-form p textarea .wp-block-button__link:hover {
      color: #575757 !important;
      background-color: #EBEBEB; }
  .form-control .dropdown-toggle:after, .wp-block-categories-dropdown select .dropdown-toggle:after, .wp-block-archives-dropdown select .dropdown-toggle:after, .comment-respond .comment-form p.comment-form-author input .dropdown-toggle:after, .comment-respond .comment-form p.comment-form-email input .dropdown-toggle:after, .comment-respond .comment-form p.comment-form-url input .dropdown-toggle:after, .comment-respond .comment-form p textarea .dropdown-toggle:after {
    border-width: 0.4em 0.4em 0px; }
  .form-control.dropup .dropdown-toggle:after, .wp-block-categories-dropdown select.dropup .dropdown-toggle:after, .wp-block-archives-dropdown select.dropup .dropdown-toggle:after, .comment-respond .comment-form p.comment-form-author input.dropup .dropdown-toggle:after, .comment-respond .comment-form p.comment-form-email input.dropup .dropdown-toggle:after, .comment-respond .comment-form p.comment-form-url input.dropup .dropdown-toggle:after, .comment-respond .comment-form p textarea.dropup .dropdown-toggle:after {
    border-width: 0px 0.4em 0.4em; }
  @media only screen and (max-width: 991px) {
    .form-control, .wp-block-categories-dropdown select,
    .wp-block-archives-dropdown select, .comment-respond .comment-form p.comment-form-author input,
    .comment-respond .comment-form p.comment-form-email input,
    .comment-respond .comment-form p.comment-form-url input,
    .comment-respond .comment-form p textarea {
      height: 70px; } }
  @media only screen and (max-width: 575px) {
    .form-control, .wp-block-categories-dropdown select,
    .wp-block-archives-dropdown select, .comment-respond .comment-form p.comment-form-author input,
    .comment-respond .comment-form p.comment-form-email input,
    .comment-respond .comment-form p.comment-form-url input,
    .comment-respond .comment-form p textarea {
      height: 70px; } }

.form-select {
  background-position: right 1.2rem center;
  background-size: 18px 30px; }

textarea.form-control,
.comment-respond .comment-form p textarea {
  min-height: 160px; }

textarea {
  height: 120px;
  resize: none; }

input:-internal-autofill-selected {
  background: white !important;
  background-image: none !important;
  color: -internal-light-dark-color(black, white) !important; }

.input-group-text {
  padding: 5px 15px;
  background: #ffffff;
  margin-bottom: 0px !important;
  color: #212621;
  border-color: transparent; }

.toggle {
  cursor: pointer;
  display: block; }

.toggle-switch {
  display: inline-block;
  background: #f7f7f7;
  border-radius: 16px;
  width: 45px;
  height: 20px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s; }
  .toggle-switch:before, .toggle-switch:after {
    content: ""; }
  .toggle-switch:before {
    display: block;
    background: linear-gradient(to bottom, #fff 0%, #eee 100%);
    border-radius: 50%;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 1px;
    left: 3px;
    transition: left 0.25s; }
  .toggle:hover .toggle-switch:before {
    background: linear-gradient(to bottom, #fff 0%, #fff 100%); }
  .toggle-checkbox:checked + .toggle-switch {
    background: var(--primary); }
    .toggle-checkbox:checked + .toggle-switch:before {
      left: 26px; }

.toggle-checkbox {
  position: absolute;
  visibility: hidden; }

.toggle-label {
  margin-left: 15px;
  position: relative;
  top: 2px;
  font-size: 16px;
  font-weight: 400; }

.file-upload-wrapper {
  position: relative;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  border: 1px solid #E1E1F0;
  border-radius: 5px;
  color: #AEAED5; }
  .file-upload-wrapper:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    padding: 4px 15px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 20;
    height: calc(1.5em + 1rem + 2px);
    line-height: 30px;
    border-radius: 5px 10px 10px 5px;
    font-weight: 400;
    overflow: hidden; }
  .file-upload-wrapper:before {
    content: 'Upload';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: calc(1.5em + 1rem + 2px);
    background: var(--primary);
    color: #fff;
    font-weight: 400;
    z-index: 25;
    font-size: 14px;
    line-height: 40px;
    padding: 0 15px;
    text-transform: capitalize;
    pointer-events: none;
    border-radius: 0 5px 5px 0; }
  .file-upload-wrapper:hover:before {
    background: #da1212; }
  .file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: calc(1.5em + 1rem + 2px);
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%; }

#ui-datepicker-div {
  display: none;
  background: #fafafa;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  margin-top: 0.25rem;
  border-radius: 0.5rem;
  padding: 0.5rem; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.ui-datepicker-calendar thead th {
  padding: 0.25rem 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  color: #212621; }

.ui-datepicker-calendar tbody td {
  width: 2.5rem;
  text-align: center;
  padding: 0; }
  .ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: 0.25rem;
    line-height: 2rem;
    transition: 0.3s all;
    color: #212621;
    font-size: 0.875rem;
    text-decoration: none; }
    .ui-datepicker-calendar tbody td a:hover {
      background-color: var(--primary);
      color: white; }
    .ui-datepicker-calendar tbody td a.ui-state-active {
      background-color: var(--primary);
      color: white; }

.ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
  border-radius: 0.25rem;
  transition: 0.3s all; }
  .ui-datepicker-header a.ui-corner-all:hover {
    background-color: #fabebe;
    color: #fff; }

.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 0.5rem;
  background-position: 50%;
  transform: rotate(180deg); }

.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 50%; }

.ui-datepicker-header a > span {
  display: none; }

.ui-datepicker-title {
  text-align: center;
  line-height: 2rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 0.25rem; }

.ui-datepicker-week-col {
  color: #212621;
  font-weight: 400;
  font-size: 0.75rem; }

label.error {
  color: #ff5269;
  position: absolute;
  bottom: 0;
  margin-bottom: -22px;
  font-size: 12px;
  font-weight: 400; }

.nice-select {
  display: flex;
  align-items: center;
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important; }
  .nice-select ul {
    width: 100% !important; }

.nice-select .list {
  background: #212529; }

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #212529;
  color: var(--primary); }

.form-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%; }

.form-select {
  border: 1px solid transparent; }
  .form-select .dropdown-toggle {
    border: 0 !important;
    padding: 0;
    font-weight: normal;
    text-transform: unset;
    outline: none; }
    .form-select .dropdown-toggle:focus {
      outline: 0 !important;
      outline-offset: 0; }
    .form-select .dropdown-toggle:after {
      content: none; }
  .form-select.show {
    box-shadow: none !important;
    outline: 0px !important; }
    .form-select.show .dropdown-toggle {
      box-shadow: none !important;
      outline: 0px !important; }
    .form-select.show.btn-group .dropdown-menu.inner {
      display: block; }
  .form-select .dropdown-menu {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: -1px;
    padding: 10px 0;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    font-size: 14px; }
    .form-select .dropdown-menu ul li {
      padding: 0; }
      .form-select .dropdown-menu ul li a {
        display: block;
        padding: 8px 20px;
        clear: both;
        font-weight: 400;
        color: #333;
        white-space: nowrap; }
        .form-select .dropdown-menu ul li a img {
          border-radius: 100%;
          -webkit-border-radius: 100%;
          margin-right: 5px; }
        .form-select .dropdown-menu ul li a:hover {
          background-color: #f2f2f4; }
      .form-select .dropdown-menu ul li.selected a {
        background-color: var(--primary);
        color: #fff; }
  .form-select:focus, .form-select:active, .form-select.active {
    border-color: var(--primary); }

.form-select.btn-group {
  padding: 10px 20px;
  border-width: 1px; }
  .form-select.btn-group.show {
    box-shadow: 0 0px 10px 4px rgba(31, 66, 135, 0.1) !important;
    border-color: var(--primary); }
  .form-select.btn-group .form-control .dropdown-toggle.btn-default, .form-select.btn-group .wp-block-categories-dropdown select .dropdown-toggle.btn-default, .wp-block-categories-dropdown .form-select.btn-group select .dropdown-toggle.btn-default, .form-select.btn-group .wp-block-archives-dropdown select .dropdown-toggle.btn-default, .wp-block-archives-dropdown .form-select.btn-group select .dropdown-toggle.btn-default, .form-select.btn-group .comment-respond .comment-form p.comment-form-author input .dropdown-toggle.btn-default, .comment-respond .comment-form p.comment-form-author .form-select.btn-group input .dropdown-toggle.btn-default, .form-select.btn-group .comment-respond .comment-form p.comment-form-email input .dropdown-toggle.btn-default, .comment-respond .comment-form p.comment-form-email .form-select.btn-group input .dropdown-toggle.btn-default, .form-select.btn-group .comment-respond .comment-form p.comment-form-url input .dropdown-toggle.btn-default, .comment-respond .comment-form p.comment-form-url .form-select.btn-group input .dropdown-toggle.btn-default, .form-select.btn-group .comment-respond .comment-form p textarea .dropdown-toggle.btn-default, .comment-respond .comment-form p .form-select.btn-group textarea .dropdown-toggle.btn-default {
    padding: 0; }
  .form-select.btn-group .dropdown-toggle .caret {
    font-size: 10px;
    top: 50%;
    right: 5px;
    transform: translateY(-50%); }
    .form-select.btn-group .dropdown-toggle .caret:before {
      content: "\f078"; }

.custom-file-label {
  box-shadow: 0 0px 10px 4px rgba(31, 66, 135, 0.1);
  height: 45px;
  border-radius: 30px !important;
  padding: 10px 20px;
  font-size: 15px;
  border-color: transparent; }
  .custom-file-label:after {
    content: none !important; }

.dlab-form.radius-no .form-control, .dlab-form.radius-no .wp-block-categories-dropdown select, .wp-block-categories-dropdown .dlab-form.radius-no select,
.dlab-form.radius-no .wp-block-archives-dropdown select, .wp-block-archives-dropdown .dlab-form.radius-no select, .dlab-form.radius-no .comment-respond .comment-form p.comment-form-author input, .comment-respond .comment-form p.comment-form-author .dlab-form.radius-no input,
.dlab-form.radius-no .comment-respond .comment-form p.comment-form-email input, .comment-respond .comment-form p.comment-form-email .dlab-form.radius-no input,
.dlab-form.radius-no .comment-respond .comment-form p.comment-form-url input, .comment-respond .comment-form p.comment-form-url .dlab-form.radius-no input,
.dlab-form.radius-no .comment-respond .comment-form p textarea, .comment-respond .comment-form p .dlab-form.radius-no textarea {
  border-radius: 0; }

.dlab-form.style-1 textarea {
  height: 185px;
  padding: 15px ​20px; }

.form-check.style-1 .form-check-input[type="checkbox"] {
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background-color: #C4C4C4;
  border-color: #C4C4C4;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
  .form-check.style-1 .form-check-input[type="checkbox"]:checked {
    background-color: var(--primary);
    border-color: var(--primary); }

button:hover,
button:active,
button:focus {
  outline: 0; }

.btn, .wp-block-button__link {
  padding: 12px 20px;
  display: inline-flex;
  border-radius: var(--border-radius-base);
  font-size: 16px;
  font-weight: 500;
  position: relative;
  line-height: 1.5;
  box-shadow: 0 5px 15px -10px var(--primary);
  align-items: center;
  overflow: hidden; }
  .btn.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .wp-block-button__link, .btn-lg.wp-block-button__link {
    padding: 20px 30px;
    font-size: 16px; }
    @media only screen and (max-width: 1280px) {
      .btn.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .wp-block-button__link, .btn-lg.wp-block-button__link {
        padding: 18px 25px; } }
  .btn.btn-md, .btn-md.wp-block-button__link {
    padding: 15px 30px;
    font-size: 16px; }
  .btn.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .wp-block-button__link, .btn-sm.wp-block-button__link {
    font-size: 14px;
    padding: 8px 15px; }
  .btn.btn-xs, .btn-xs.wp-block-button__link {
    font-size: 14px;
    padding: 11px 25px; }
  @media only screen and (max-width: 767px) {
    .btn, .wp-block-button__link {
      padding: 14px 25px;
      font-size: 14px; } }
  .btn.btn-primary, .wp-block-button__link {
    color: #fff; }
    .btn.btn-primary:hover, .wp-block-button__link:hover {
      color: #fff; }
  .btn i, .wp-block-button__link i {
    font-size: 24px;
    line-height: 1; }
  .btn.btn-white, .btn-white.wp-block-button__link {
    background-color: #fff;
    color: var(--primary);
    font-weight: 600; }
  .btn.btn-outline-white, .btn-outline-white.wp-block-button__link {
    color: #fff;
    border: 1px solid #fff; }
  .btn.effect-1, .effect-1.wp-block-button__link {
    z-index: 1; }
    .btn.effect-1:before, .effect-1.wp-block-button__link:before {
      content: '';
      background: #fff;
      position: absolute;
      width: 120%;
      height: 0;
      padding-bottom: 120%;
      top: -110%;
      left: -10%;
      border-radius: 50%;
      transform: translate3d(0, 68%, 0) scale3d(0, 0, 0); }
    .btn.effect-1:after, .effect-1.wp-block-button__link:after {
      position: absolute;
      content: '';
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      background: #fff;
      transform: translate3d(0, -100%, 0);
      transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1); }
    .btn.effect-1 span, .effect-1.wp-block-button__link span {
      display: block;
      position: relative;
      z-index: 2; }
    .btn.effect-1:hover:before, .effect-1.wp-block-button__link:hover:before {
      transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
      transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1); }
    .btn.effect-1:hover:after, .effect-1.wp-block-button__link:hover:after {
      transform: translate3d(0, 0, 0);
      transition-duration: 0.05s;
      transition-delay: 0.4s;
      transition-timing-function: linear; }
    .btn.effect-1:hover span, .effect-1.wp-block-button__link:hover span {
      animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
      color: var(--primary); }

.btn-primary.light, .light.wp-block-button__link {
  background-color: var(--rgba-primary-1);
  border-color: var(--rgba-primary-1);
  color: var(--primary); }
  .btn-primary.light.effect-1:after, .light.effect-1.wp-block-button__link:after {
    background-color: var(--primary); }
  .btn-primary.light.effect-1:before, .light.effect-1.wp-block-button__link:before {
    background-color: var(--primary); }
  .btn-primary.light.effect-1:hover, .light.effect-1.wp-block-button__link:hover {
    background-color: var(--rgba-primary-1);
    border-color: var(--rgba-primary-1);
    color: #fff; }
    .btn-primary.light.effect-1:hover span, .light.effect-1.wp-block-button__link:hover span {
      color: #fff; }

@keyframes MoveScaleUpInitial {
  to {
    transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    opacity: 0; } }

@keyframes MoveScaleUpEnd {
  from {
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    opacity: 0; }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.btn-lg i, .btn-group-lg > .btn i, .btn-group-lg > .wp-block-button__link i {
  font-size: 24px; }

.btn-primary, .wp-block-button__link {
  border-color: var(--primary);
  background-color: var(--primary); }
  .btn-primary.disabled, .disabled.wp-block-button__link, .btn-primary:disabled, .wp-block-button__link:disabled, .btn-primary:not(:disabled):not(.disabled).active, .wp-block-button__link:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .wp-block-button__link:not(:disabled):not(.disabled):active, .btn-primary:active, .wp-block-button__link:active, .btn-primary:focus, .wp-block-button__link:focus, .btn-primary:hover, .wp-block-button__link:hover {
    border-color: var(--primary-hover);
    background-color: var(--primary-hover); }

.btn-link {
  color: var(--primary);
  text-decoration: none; }
  .btn-link:hover {
    color: var(--primary-hover); }

.btn-outline-primary, .is-style-outline .wp-block-button__link {
  color: var(--primary);
  border-color: var(--primary); }
  .btn-outline-primary.disabled, .is-style-outline .disabled.wp-block-button__link, .btn-outline-primary:disabled, .is-style-outline .wp-block-button__link:disabled, .btn-outline-primary:not(:disabled):not(.disabled).active, .is-style-outline .wp-block-button__link:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .is-style-outline .wp-block-button__link:not(:disabled):not(.disabled):active, .btn-outline-primary:active, .is-style-outline .wp-block-button__link:active, .btn-outline-primary:focus, .is-style-outline .wp-block-button__link:focus, .btn-outline-primary:hover, .is-style-outline .wp-block-button__link:hover {
    border-color: var(--primary-hover);
    background-color: var(--primary-hover);
    color: #fff; }

.btn-link-lg {
  font-weight: 600;
  font-size: 18px; }
  .btn-link-lg i {
    transform: scale(1.5);
    margin-left: 20px; }
  .btn-link-lg:hover {
    text-decoration: unset; }

.btn-light {
  background-color: #fff; }
  .btn-light:hover {
    background-color: var(--primary);
    color: #fff !important;
    border-color: transparent; }
  .btn-light.text-primary:hover {
    color: #fff !important; }

.wp-block-button {
  margin-bottom: 0.3125rem; }

.is-style-squared .wp-block-button__link {
  border-radius: 0; }

.wp-block-button__link {
  border-radius: 60px; }
  .wp-block-button__link:after {
    content: none; }

.table-responsive-sm {
  min-width: 48rem; }

.table {
  margin-bottom: 0px;
  font-weight: 400; }
  .table tr td,
  .table tr th {
    padding: 15px; }

.table tr th {
  color: #000;
  font-weight: 500; }

.table-striped thead tr th {
  padding-bottom: 15px !important; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #ffffff; }

.table-striped tfoot {
  border-top: 2px solid #E1E1F0; }
  .table-striped tfoot tr th {
    padding-top: 10px; }

.dlab-separator {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 8px;
  position: relative; }
  .dlab-separator.m-b0 {
    margin-bottom: 0; }
  .dlab-separator.style-liner {
    width: 20px; }
  .dlab-separator.style-icon {
    width: 30px;
    height: auto;
    text-align: center;
    font-size: 20px; }
  .dlab-separator.style-skew {
    width: 15px;
    height: 10px;
    margin-left: 1px;
    margin-right: 1px;
    -moz-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg); }
    .dlab-separator.style-skew[class*="style-"]:after, .dlab-separator.style-skew[class*="style-"]:before {
      width: 80px;
      height: 4px;
      left: 20px;
      -moz-transform: translateY(-50%) skewX(-10deg);
      -webkit-transform: translateY(-50%) skewX(-10deg);
      -o-transform: translateY(-50%) skewX(-10deg);
      -ms-transform: translateY(-50%) skewX(-10deg);
      transform: translateY(-50%) skewX(-10deg); }
    .dlab-separator.style-skew[class*="style-"]:before {
      right: 20px;
      left: auto; }
  .dlab-separator.bnr-title {
    height: 1px;
    width: 155px;
    opacity: 0.5; }
    .dlab-separator.bnr-title:before, .dlab-separator.bnr-title:after {
      position: absolute;
      content: "";
      background-color: inherit; }
    .dlab-separator.bnr-title:before {
      height: inherit;
      right: -80px;
      width: 25px; }
    .dlab-separator.bnr-title:after {
      height: inherit;
      right: -90px;
      top: 0;
      width: 6px; }
    .dlab-separator.bnr-title i {
      background-color: inherit;
      display: block;
      height: inherit;
      position: absolute;
      right: -50px;
      width: 45px; }

.dlab-separator-outer {
  overflow: hidden; }

.dlab-separator.style-1 {
  height: 5px;
  display: block;
  width: 82px;
  position: relative;
  margin: 0; }
  .dlab-separator.style-1:before, .dlab-separator.style-1:after {
    content: "";
    height: 1px;
    width: 80px;
    position: absolute;
    background: var(--primary);
    left: 0; }
  .dlab-separator.style-1:after {
    width: 80%;
    bottom: 0; }
  .dlab-separator.style-1:before {
    width: 100%;
    top: 0; }

.dlab-separator.style-2 {
  width: 45px;
  height: 2px;
  background-color: #000; }

.site-filters {
  margin-bottom: 30px; }
  .site-filters ul {
    margin: 0;
    list-style: none; }
  .site-filters li {
    display: inline-block;
    padding: 0;
    margin-bottom: 3px; }
    .site-filters li.btn, .site-filters li.wp-block-button__link {
      box-shadow: none;
      -webkit-box-shadow: none;
      outline: none !important; }
    .site-filters li input {
      display: none; }
    .site-filters li a {
      margin: 0 5px 5px 0;
      display: block; }
    .site-filters li.active [class*="btn"] {
      color: #fff;
      background-color: #EFBB20; }
  .site-filters.center {
    text-align: center; }
    .site-filters.center ul {
      display: inline-block;
      margin: auto; }
    .site-filters.center [class*="btn"] {
      display: inline-block;
      margin: 0 5px 10px;
      text-transform: uppercase; }
      @media only screen and (max-width: 575px) {
        .site-filters.center [class*="btn"] {
          margin: 0 1px 5px;
          padding: 5px 10px;
          font-size: 12px; } }
  .site-filters.style-1 {
    margin-bottom: 45px; }
    .site-filters.style-1 .filters li {
      text-transform: capitalize !important;
      margin: 0 20px -1px;
      border: 0; }
      .site-filters.style-1 .filters li:after {
        content: none; }
      .site-filters.style-1 .filters li a {
        color: #000;
        font-size: 18px;
        margin: 0;
        border-bottom: 2px solid;
        border-color: transparent;
        padding: 0 2px 10px;
        font-weight: 600;
        text-transform: uppercase; }
      .site-filters.style-1 .filters li.active a {
        color: var(--primary);
        border-color: var(--primary); }
      .site-filters.style-1 .filters li:first-child {
        margin-left: 0; }
      .site-filters.style-1 .filters li:last-child {
        margin-right: 0; }
      @media only screen and (max-width: 991px) {
        .site-filters.style-1 .filters li {
          margin: 0 5px -1px; }
          .site-filters.style-1 .filters li a {
            font-size: 15px; } }
      @media only screen and (max-width: 575px) {
        .site-filters.style-1 .filters li {
          margin: 0 0px -6px; }
          .site-filters.style-1 .filters li a {
            font-size: 14px; } }

.dlab-img-overlay1,
.dlab-img-overlay2,
.dlab-img-overlay3,
.dlab-img-overlay4,
.dlab-img-overlay5,
.dlab-img-overlay6,
.dlab-img-overlay7,
.dlab-img-overlay8,
.dlab-img-overlay9,
.dlab-img-overlay11,
.dlab-img-overlay12 {
  position: relative; }
  .dlab-img-overlay1:before, .dlab-img-overlay1:after,
  .dlab-img-overlay2:before,
  .dlab-img-overlay2:after,
  .dlab-img-overlay3:before,
  .dlab-img-overlay3:after,
  .dlab-img-overlay4:before,
  .dlab-img-overlay4:after,
  .dlab-img-overlay5:before,
  .dlab-img-overlay5:after,
  .dlab-img-overlay6:before,
  .dlab-img-overlay6:after,
  .dlab-img-overlay7:before,
  .dlab-img-overlay7:after,
  .dlab-img-overlay8:before,
  .dlab-img-overlay8:after,
  .dlab-img-overlay9:before,
  .dlab-img-overlay9:after,
  .dlab-img-overlay11:before,
  .dlab-img-overlay11:after,
  .dlab-img-overlay12:before,
  .dlab-img-overlay12:after {
    content: "";
    background: #282d32;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0.4;
    z-index: 1;
    -webkit-transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;
    -ms-transition: all 0.8s linear;
    -o-transition: all 0.8s linear;
    transition: all 0.8s linear; }
  .dlab-img-overlay1.overlay-primary,
  .dlab-img-overlay2.overlay-primary,
  .dlab-img-overlay3.overlay-primary,
  .dlab-img-overlay4.overlay-primary,
  .dlab-img-overlay5.overlay-primary,
  .dlab-img-overlay6.overlay-primary,
  .dlab-img-overlay7.overlay-primary,
  .dlab-img-overlay8.overlay-primary,
  .dlab-img-overlay9.overlay-primary,
  .dlab-img-overlay11.overlay-primary,
  .dlab-img-overlay12.overlay-primary {
    background: var(--primary); }

.dlab-box:hover .dlab-img-overlay1:before {
  opacity: 0.5; }

.dlab-box:hover .dlab-img-overlay2:before {
  opacity: 0.9; }

.dlab-box:hover .dlab-img-overlay3:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.dlab-box:hover .dlab-img-overlay4:before {
  width: 100%;
  left: 0; }

.dlab-box:hover .dlab-img-overlay5:before {
  height: 100%;
  top: 0; }

.dlab-box:hover .dlab-img-overlay6:before {
  height: 100%; }

.dlab-box:hover .dlab-img-overlay7:before,
.dlab-box:hover .dlab-img-overlay7:after {
  width: 50%; }

.dlab-box:hover .dlab-img-overlay8:before,
.dlab-box:hover .dlab-img-overlay8:after {
  width: 100%;
  opacity: 0.3; }

.dlab-box:hover .dlab-img-overlay9:before,
.dlab-box:hover .dlab-img-overlay9:after {
  width: 100%;
  height: 100%;
  opacity: 0.3; }

.dlab-img-overlay1:before {
  width: 100%;
  height: 100%;
  opacity: 0; }

.dlab-img-overlay1:hover:before {
  opacity: 0.5; }

.dlab-img-overlay2:before {
  width: 100%;
  height: 100%;
  opacity: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%); }
  .dlab-img-overlay2:before:hover:before {
    opacity: 0.9; }

.dlab-img-overlay3:before {
  left: 50%;
  top: 50%; }

.dlab-img-overlay3:hover:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.dlab-img-overlay4:before {
  left: 50%;
  top: 0;
  height: 100%; }

.dlab-img-overlay4:hover:before {
  width: 100%;
  left: 0; }

.dlab-img-overlay5:before {
  left: 0;
  top: 50%;
  width: 100%; }

.dlab-img-overlay5:hover:before {
  height: 100%;
  top: 0; }

.dlab-img-overlay6:before {
  left: 0;
  top: auto;
  bottom: 0;
  width: 100%; }

.dlab-img-overlay6:hover:before {
  height: 100%; }

.dlab-img-overlay7:before, .dlab-img-overlay7:after {
  height: 100%; }

.dlab-img-overlay7:after {
  left: auto;
  right: 0; }

.dlab-img-overlay7:hover:before, .dlab-img-overlay7:hover:after {
  width: 50%; }

.dlab-img-overlay8:before, .dlab-img-overlay8:after {
  height: 100%; }

.dlab-img-overlay8:after {
  left: auto;
  right: 0; }

.dlab-img-overlay8:hover:before, .dlab-img-overlay8:hover:after {
  width: 100%;
  opacity: 0.3; }

.dlab-img-overlay9:before:before, .dlab-img-overlay9:before:after,
.dlab-img-overlay9:after:before,
.dlab-img-overlay9:after:after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0; }

.dlab-img-overlay9:before:hover:before, .dlab-img-overlay9:before:hover:after,
.dlab-img-overlay9:after:hover:before,
.dlab-img-overlay9:after:hover:after {
  width: 100%;
  height: 100%;
  opacity: 0.3; }

/*  */
.overlay-black-light,
.overlay-black-middle,
.overlay-black-dark,
.overlay-gradient-light,
.overlay-gradient-middle,
.overlay-gradient-dark,
.overlay-white-light,
.overlay-white-middle,
.overlay-white-dark,
.overlay-primary-light,
.overlay-primary-middle,
.overlay-primary-dark,
.overlay-primary {
  position: relative; }
  .overlay-black-light:before,
  .overlay-black-middle:before,
  .overlay-black-dark:before,
  .overlay-gradient-light:before,
  .overlay-gradient-middle:before,
  .overlay-gradient-dark:before,
  .overlay-white-light:before,
  .overlay-white-middle:before,
  .overlay-white-dark:before,
  .overlay-primary-light:before,
  .overlay-primary-middle:before,
  .overlay-primary-dark:before,
  .overlay-primary:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .overlay-black-light .container,
  .overlay-black-light .container-fluid,
  .overlay-black-light .container-sm,
  .overlay-black-light .container-md,
  .overlay-black-light .container-lg,
  .overlay-black-light .container-xl,
  .overlay-black-middle .container,
  .overlay-black-middle .container-fluid,
  .overlay-black-middle .container-sm,
  .overlay-black-middle .container-md,
  .overlay-black-middle .container-lg,
  .overlay-black-middle .container-xl,
  .overlay-black-dark .container,
  .overlay-black-dark .container-fluid,
  .overlay-black-dark .container-sm,
  .overlay-black-dark .container-md,
  .overlay-black-dark .container-lg,
  .overlay-black-dark .container-xl,
  .overlay-gradient-light .container,
  .overlay-gradient-light .container-fluid,
  .overlay-gradient-light .container-sm,
  .overlay-gradient-light .container-md,
  .overlay-gradient-light .container-lg,
  .overlay-gradient-light .container-xl,
  .overlay-gradient-middle .container,
  .overlay-gradient-middle .container-fluid,
  .overlay-gradient-middle .container-sm,
  .overlay-gradient-middle .container-md,
  .overlay-gradient-middle .container-lg,
  .overlay-gradient-middle .container-xl,
  .overlay-gradient-dark .container,
  .overlay-gradient-dark .container-fluid,
  .overlay-gradient-dark .container-sm,
  .overlay-gradient-dark .container-md,
  .overlay-gradient-dark .container-lg,
  .overlay-gradient-dark .container-xl,
  .overlay-white-light .container,
  .overlay-white-light .container-fluid,
  .overlay-white-light .container-sm,
  .overlay-white-light .container-md,
  .overlay-white-light .container-lg,
  .overlay-white-light .container-xl,
  .overlay-white-middle .container,
  .overlay-white-middle .container-fluid,
  .overlay-white-middle .container-sm,
  .overlay-white-middle .container-md,
  .overlay-white-middle .container-lg,
  .overlay-white-middle .container-xl,
  .overlay-white-dark .container,
  .overlay-white-dark .container-fluid,
  .overlay-white-dark .container-sm,
  .overlay-white-dark .container-md,
  .overlay-white-dark .container-lg,
  .overlay-white-dark .container-xl,
  .overlay-primary-light .container,
  .overlay-primary-light .container-fluid,
  .overlay-primary-light .container-sm,
  .overlay-primary-light .container-md,
  .overlay-primary-light .container-lg,
  .overlay-primary-light .container-xl,
  .overlay-primary-middle .container,
  .overlay-primary-middle .container-fluid,
  .overlay-primary-middle .container-sm,
  .overlay-primary-middle .container-md,
  .overlay-primary-middle .container-lg,
  .overlay-primary-middle .container-xl,
  .overlay-primary-dark .container,
  .overlay-primary-dark .container-fluid,
  .overlay-primary-dark .container-sm,
  .overlay-primary-dark .container-md,
  .overlay-primary-dark .container-lg,
  .overlay-primary-dark .container-xl,
  .overlay-primary .container,
  .overlay-primary .container-fluid,
  .overlay-primary .container-sm,
  .overlay-primary .container-md,
  .overlay-primary .container-lg,
  .overlay-primary .container-xl {
    position: relative;
    z-index: 1; }

.overlay-black-light:before,
.overlay-black-middle:before,
.overlay-black-dark:before {
  background: #000; }

.overlay-gradient-light:before,
.overlay-gradient-middle:before,
.overlay-gradient-dark:before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); }

.overlay-white-light:before,
.overlay-white-middle:before,
.overlay-white-dark:before {
  background: #FFF; }

.overlay-primary-light:before,
.overlay-primary-middle:before,
.overlay-primary-dark:before,
.overlay-primary:before {
  background: var(--primary); }

.overlay-primary-light:before,
.overlay-white-light:before,
.overlay-gradient-light:before,
.overlay-black-light:before {
  opacity: 0.3; }

.overlay-primary-middle:before,
.overlay-white-middle:before,
.overlay-gradient-middle:before,
.overlay-black-middle:before {
  opacity: 0.7; }

.overlay-primary-dark:before,
.overlay-white-dark:before,
.overlay-gradient-dark:before,
.overlay-black-dark:before {
  opacity: 0.9; }

.overlay-bx {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }
  .overlay-bx .align-b {
    height: auto;
    left: 0;
    list-style: outside none none;
    margin: 0;
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    transform: translate(0);
    -o-transform: translate(0);
    -moz-transform: translate(0);
    -webkit-transform: translate(0); }
  .overlay-bx .align-m {
    height: auto;
    left: 50%;
    list-style: outside none none;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 10px; }

.overlay-icon {
  height: auto;
  left: 50%;
  list-style: outside none none;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 10px; }
  .overlay-icon a {
    display: inline-block;
    padding: 0;
    margin: 0 2px; }
    .overlay-icon a i {
      background-color: #FFF; }

.overlay-bx:hover a > i,
.dlab-media:hover .overlay-bx a > i,
.dlab-box-bx:hover .overlay-bx a > i {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s; }

.overlay-bx:hover,
.dlab-media:hover .overlay-bx,
.dlab-box:hover .overlay-bx,
.ow-img:hover .overlay-bx,
.ow-portfolio-img:hover .overlay-bx {
  opacity: 1;
  visibility: visible; }

.gallery-box-1 .overlay-bx .overlay-icon span i,
.gallery-box-1 .overlay-bx .overlay-icon a i {
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  font-size: 14px;
  cursor: pointer; }

.gallery-box-1 .overlay-bx .icon-bx-xs {
  width: 60px;
  height: 60px;
  line-height: 60px; }

.img-overlay-gradients {
  position: relative; }
  .img-overlay-gradients:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%; }
  .img-overlay-gradients.gradients-secondary:before {
    background: -moz-linear-gradient(bottom, transparent 0%, #FF9446 100%);
    background: -webkit-linear-gradient(bottom, transparent 0%, #FF9446 100%);
    background: linear-gradient(to bottom, transparent 0%, #FF9446 100%); }
  .img-overlay-gradients.gradients-primary:before {
    background: -moz-linear-gradient(bottom, transparent 0%, var(--primary) 100%);
    background: -webkit-linear-gradient(bottom, transparent 0%, var(--primary) 100%);
    background: linear-gradient(to bottom, transparent 0%, var(--primary) 100%); }

.overlay-shine .dlab-media {
  position: relative;
  overflow: hidden; }
  .overlay-shine .dlab-media:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg); }

.overlay-shine:hover .dlab-media:before {
  -webkit-animation: shine .75s;
  animation: shine .75s; }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }

@keyframes shine {
  100% {
    left: 125%; } }

/* info box show */
.dlab-info-has {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 30px 15px 40px;
  opacity: 0;
  margin-bottom: -100px;
  z-index: 2; }
  .dlab-info-has.p-a15 {
    padding: 15px; }
  .dlab-info-has.p-a20 {
    padding: 20px; }
  .dlab-info-has h1, .dlab-info-has .h1,
  .dlab-info-has h2,
  .dlab-info-has .h2,
  .dlab-info-has h3,
  .dlab-info-has .h3,
  .dlab-info-has h4,
  .dlab-info-has .h4,
  .dlab-info-has h5,
  .dlab-info-has .h5,
  .dlab-info-has a,
  .dlab-info-has p,
  .dlab-info-has h6,
  .dlab-info-has .h6 {
    color: #fff; }
  .dlab-info-has .dlab-info-has-text {
    margin-bottom: 20px;
    line-height: 24px; }
  .dlab-info-has.bg-white h1, .dlab-info-has.bg-white .h1,
  .dlab-info-has.bg-white h2,
  .dlab-info-has.bg-white .h2,
  .dlab-info-has.bg-white h3,
  .dlab-info-has.bg-white .h3,
  .dlab-info-has.bg-white h4,
  .dlab-info-has.bg-white .h4,
  .dlab-info-has.bg-white h5,
  .dlab-info-has.bg-white .h5,
  .dlab-info-has.bg-white h6,
  .dlab-info-has.bg-white .h6 {
    color: #3d474a; }
    .dlab-info-has.bg-white h1 a, .dlab-info-has.bg-white .h1 a,
    .dlab-info-has.bg-white h2 a,
    .dlab-info-has.bg-white .h2 a,
    .dlab-info-has.bg-white h3 a,
    .dlab-info-has.bg-white .h3 a,
    .dlab-info-has.bg-white h4 a,
    .dlab-info-has.bg-white .h4 a,
    .dlab-info-has.bg-white h5 a,
    .dlab-info-has.bg-white .h5 a,
    .dlab-info-has.bg-white h6 a,
    .dlab-info-has.bg-white .h6 a {
      color: #3d474a; }
  .dlab-info-has.bg-white p {
    color: #3d474a; }

.dlab-info-has.bg-primary {
  background-color: rgba(27, 188, 232, 0.9); }

.dlab-info-has.bg-green {
  background-color: rgba(106, 179, 62, 0.9); }

.dlab-info-has.bg-black {
  background-color: rgba(0, 0, 0, 0.6); }

.dlab-info-has.bg-white {
  background-color: rgba(255, 255, 255, 0.8) !important; }

.dlab-media {
  overflow: hidden;
  position: relative; }
  .dlab-media:hover .dlab-info-has {
    opacity: 1;
    width: 100%;
    margin-bottom: 0; }

.dlab-box:hover .dlab-info-has {
  opacity: 1;
  width: 100%;
  margin-bottom: 0; }

.overlay-bx.no-hover,
.dlab-info-has.no-hover {
  opacity: 1;
  width: 100%;
  margin-bottom: 0;
  visibility: visible; }

.owl-none .owl-nav {
  display: none; }

.owl-nav button.owl-prev, .owl-nav button.owl-next {
  cursor: pointer;
  transition: all 0.5s;
  display: inline-block;
  font-size: 24px !important;
  font-weight: 500 !important; }

.owl-theme .owl-nav,
.owl-theme .owl-dots {
  margin-top: 20px;
  text-align: center; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-dots {
  text-align: center; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #d6d6d6;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      -moz-transition: opacity 200ms ease;
      -ms-transition: opacity 200ms ease;
      -o-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot.active span {
      background: #869791; }

.owl-theme.owl-dots-1 .owl-dots .owl-dot span {
  background-color: #dadada;
  width: 15px;
  height: 15px;
  margin: 5px; }

.owl-theme.owl-dots-1 .owl-dots .owl-dot:hover span, .owl-theme.owl-dots-1 .owl-dots .owl-dot.active span {
  background-color: var(--primary); }

.owl-theme.owl-dots-2 .owl-dots {
  margin-top: 40px;
  position: unset;
  right: auto;
  text-align: center;
  top: auto;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: auto; }
  .owl-theme.owl-dots-2 .owl-dots .owl-dot {
    display: inline-block;
    margin: 4px; }
    .owl-theme.owl-dots-2 .owl-dots .owl-dot span {
      height: 10px;
      width: 10px;
      margin: 0;
      border-radius: 0; }
    .owl-theme.owl-dots-2 .owl-dots .owl-dot:hover span, .owl-theme.owl-dots-2 .owl-dots .owl-dot.active span {
      background-color: var(--primary); }

.owl-theme.owl-dots-3 .owl-dots {
  margin-top: 40px;
  position: unset;
  display: block;
  right: auto;
  text-align: center;
  top: auto;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: auto; }
  .owl-theme.owl-dots-3 .owl-dots .owl-dot {
    display: inline-block;
    margin: 4px; }
    .owl-theme.owl-dots-3 .owl-dots .owl-dot span {
      height: 8px;
      width: 8px;
      margin: 0;
      background-color: #898c90;
      border-radius: 8px; }
    .owl-theme.owl-dots-3 .owl-dots .owl-dot:hover span, .owl-theme.owl-dots-3 .owl-dots .owl-dot.active span {
      background-color: var(--primary); }

.owl-btn-top-c .owl-nav {
  text-align: center; }

.owl-btn-top-l .owl-nav {
  text-align: left; }
  .owl-btn-top-l .owl-nav .owl-prev {
    margin-left: 0; }

.owl-btn-top-r .owl-nav {
  position: absolute;
  top: -125px;
  right: 0;
  margin: 0; }
  .owl-btn-top-r .owl-nav .owl-next {
    margin-right: 0; }

.owl-btn-top-lr .owl-nav {
  text-align: left; }
  .owl-btn-top-lr .owl-nav .owl-next {
    margin-right: 0;
    float: right; }

.owl-btn-full .owl-prev,
.owl-btn-full .owl-next {
  padding: 40px 8px; }

.owl-btn-center .owl-nav {
  justify-content: center; }

.owl-btn-center-lr .owl-prev,
.owl-btn-center-lr .owl-next {
  position: absolute;
  left: 0;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer; }

.owl-btn-center-lr .owl-prev {
  left: -110px; }

.owl-btn-center-lr .owl-next {
  left: auto;
  right: -110px; }

@media only screen and (max-width: 1400px) {
  .owl-btn-center-lr .owl-prev {
    left: -40px; }
  .owl-btn-center-lr .owl-next {
    right: -40px; } }

@media only screen and (max-width: 1280px) {
  .owl-btn-center-lr .owl-prev {
    left: -20px; }
  .owl-btn-center-lr .owl-next {
    right: -20px; } }

.owl-carousel .owl-item img {
  transform-style: inherit; }

.owl-btn-1 .owl-nav button.owl-prev, .owl-btn-1 .owl-nav button.owl-next {
  border-radius: 3px;
  line-height: 40px;
  margin: 0 20px !important;
  padding: 0;
  text-align: center;
  color: var(--primary) !important;
  font-size: 35px;
  height: auto;
  width: auto;
  background-color: transparent;
  position: relative; }
  .owl-btn-1 .owl-nav button.owl-prev:before, .owl-btn-1 .owl-nav button.owl-next:before {
    content: "";
    position: absolute;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 3px;
    position: absolute;
    font-weight: 400;
    top: 8px;
    color: #212529; }
  .owl-btn-1 .owl-nav button.owl-prev:hover, .owl-btn-1 .owl-nav button.owl-next:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    opacity: 1; }
  @media only screen and (max-width: 991px) {
    .owl-btn-1 .owl-nav button.owl-prev, .owl-btn-1 .owl-nav button.owl-next {
      margin: 0 10px !important; } }

.owl-btn-1 .owl-nav button.owl-prev {
  padding: 0 30px 0 0px !important; }
  .owl-btn-1 .owl-nav button.owl-prev:before {
    content: "PREV";
    right: 0; }

.owl-btn-1 .owl-nav button.owl-next {
  padding: 0 0 0 30px !important; }
  .owl-btn-1 .owl-nav button.owl-next:before {
    content: "NEXT";
    left: 0; }

.owl-btn-1.btn-white .owl-nav .owl-prev,
.owl-btn-1.btn-white .owl-nav .owl-next {
  color: #fff; }
  .owl-btn-1.btn-white .owl-nav .owl-prev:hover,
  .owl-btn-1.btn-white .owl-nav .owl-next:hover {
    color: #fff; }

.owl-btn-2.owl-btn-rounded .owl-nav .owl-prev,
.owl-btn-2.owl-btn-rounded .owl-nav .owl-next {
  border-radius: 8px; }

.owl-btn-2 .owl-nav .owl-prev,
.owl-btn-2 .owl-nav .owl-next {
  height: 60px;
  line-height: 60px;
  margin: 0 10px !important;
  padding: 0;
  text-align: center;
  width: 60px;
  box-shadow: 0 4px 15px var(--rgba-primary-2); }
  @media only screen and (max-width: 575px) {
    .owl-btn-2 .owl-nav .owl-prev,
    .owl-btn-2 .owl-nav .owl-next {
      height: 40px;
      line-height: 40px;
      width: 40px;
      font-size: 18px !important; } }

.owl-btn-3 .owl-nav .owl-prev,
.owl-btn-3 .owl-nav .owl-next {
  border-radius: 50px;
  height: 45px;
  line-height: 45px;
  margin: 0 10px !important;
  padding: 0;
  text-align: center;
  width: 45px; }

.owl-btn-primary .owl-nav button.owl-prev, .owl-btn-primary .owl-nav button.owl-next {
  background-color: var(--primary);
  color: #fff;
  transition: all 0.5s; }
  .owl-btn-primary .owl-nav button.owl-prev:hover, .owl-btn-primary .owl-nav button.owl-next:hover {
    background-color: #fff;
    color: var(--primary); }

.owl-btn-white .owl-prev,
.owl-btn-white .owl-next {
  background-color: #fff;
  color: var(--primary);
  transition: all 0.5s; }
  .owl-btn-white .owl-prev:hover,
  .owl-btn-white .owl-next:hover {
    background-color: var(--primary);
    color: #fff; }

.owl-dots-none .owl-dots {
  display: none; }

.owl-dots-white-full .owl-dots .owl-dot span,
.owl-dots-black-full .owl-dots .owl-dot span,
.owl-dots-primary-full .owl-dots .owl-dot span {
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  margin: 4px; }

.owl-dots-white-full .owl-dots .owl-dot:active span, .owl-dots-white-full .owl-dots .owl-dot.active span,
.owl-dots-black-full .owl-dots .owl-dot:active span,
.owl-dots-black-full .owl-dots .owl-dot.active span,
.owl-dots-primary-full .owl-dots .owl-dot:active span,
.owl-dots-primary-full .owl-dots .owl-dot.active span {
  opacity: 1;
  background-color: var(--primary); }

.owl-dots-white-big .owl-dots .owl-dot span,
.owl-dots-black-big .owl-dots .owl-dot span,
.owl-dots-primary-big .owl-dots .owl-dot span {
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  margin: 4px; }

.owl-dots-white-big .owl-dots .owl-dot:active span,
.owl-dots-black-big .owl-dots .owl-dot:active span,
.owl-dots-primary-big .owl-dots .owl-dot:active span {
  width: 14px;
  height: 14px;
  opacity: 1;
  margin: 0px 4px 2px 4px; }

.owl-dots-primary-full .owl-dots .owl-dot span,
.owl-dots-primary-big .owl-dots .owl-dot span {
  background-color: var(--primary); }

.owl-dots-black-full .owl-dots .owl-dot span,
.owl-dots-black-big .owl-dots .owl-dot span {
  background-color: #333; }

.owl-dots-white-full .owl-dots .owl-dot span,
.owl-dots-white-big .owl-dots .owl-dot span {
  background-color: #f5f5f5; }

/* owl num count */
.owl-num-count .owl-dots {
  text-align: right;
  counter-reset: li;
  justify-content: center;
  display: flex; }
  .owl-num-count .owl-dots .owl-dot {
    padding: 5px 2px !important;
    cursor: pointer;
    font-size: 18px;
    position: relative; }
    .owl-num-count .owl-dots .owl-dot span {
      width: 20px;
      height: 5px;
      border-radius: 10px;
      transition: all 0.5s;
      background-color: transparent; }
    .owl-num-count .owl-dots .owl-dot:before {
      content: "0" counter(li, decimal);
      counter-increment: li;
      font-weight: 600;
      color: #777777;
      font-size: 18px; }
    .owl-num-count .owl-dots .owl-dot.active:before {
      color: var(--primary); }
    .owl-num-count .owl-dots .owl-dot.active span {
      background-color: var(--primary); }

.pricingtable-inner {
  text-align: center; }

.pricingtable-features {
  margin: 0;
  padding: 0;
  list-style: none; }
  .pricingtable-features li {
    padding: 12px; }
    .pricingtable-features li i {
      margin: 0 3px; }

.no-col-gap .pricingtable-wrapper {
  margin-left: -1px; }

.table-option {
  border: 2px solid #adadad;
  border-radius: 6px;
  padding: 50px 0px 30px 0; }
  .table-option .pricingtable-footer {
    border: 0;
    background-color: transparent; }
  .table-option .pricingtable-features {
    border: 0;
    background-color: transparent; }
    .table-option .pricingtable-features li {
      border: 0;
      background-color: transparent;
      color: #919191;
      font-size: 18px; }
  .table-option .pricingtable-title {
    border: 0;
    background-color: transparent;
    padding: 0; }
    .table-option .pricingtable-title * {
      color: #000; }
    .table-option .pricingtable-title h2, .table-option .pricingtable-title .h2 {
      font-size: 28px;
      line-height: 36px; }
  .table-option .pricingtable-price {
    padding: 0;
    border: 0;
    background-color: transparent; }
  .table-option .pricingtable-bx {
    color: #000;
    font-size: 63px;
    font-weight: 800; }
    .table-option .pricingtable-bx strong, .table-option .pricingtable-bx sup {
      font-size: 30px;
      font-weight: 700; }
  .table-option:hover, .table-option.active {
    background-color: #eeeeee;
    border: 2px solid #eeeeee; }
  .table-option.dark {
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
    .table-option.dark:hover, .table-option.dark.active {
      background-color: #404040;
      border: 2px solid #404040;
      box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
      transition: all 0.5s; }
      .table-option.dark:hover .pricingtable-features li,
      .table-option.dark:hover .pricingtable-title h2,
      .table-option.dark:hover .pricingtable-title .h2,
      .table-option.dark:hover .pricingtable-price .pricingtable-bx, .table-option.dark.active .pricingtable-features li,
      .table-option.dark.active .pricingtable-title h2,
      .table-option.dark.active .pricingtable-title .h2,
      .table-option.dark.active .pricingtable-price .pricingtable-bx {
        color: #fff;
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s; }
      .table-option.dark:hover .pricingtable-footer .btn.black, .table-option.dark:hover .pricingtable-footer .black.wp-block-button__link, .table-option.dark.active .pricingtable-footer .btn.black, .table-option.dark.active .pricingtable-footer .black.wp-block-button__link {
        background-color: #fff;
        border-color: rgba(0, 0, 0, 0);
        color: #000; }

.pricingtable-toggle {
  display: flex;
  margin: auto;
  justify-content: center;
  padding: 0;
  margin-bottom: 10px; }
  .pricingtable-toggle span {
    font-size: 18px;
    margin-top: 5px;
    font-weight: 500; }
  .pricingtable-toggle .custom-control-label {
    margin: 0 35px 0 50px; }

.pricingtable-wrapper {
  box-shadow: 1px 0 50px rgba(0, 0, 0, 0.1);
  border-radius: var(--border-radius-base) !important;
  overflow: hidden;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  background-color: #fff; }
  .pricingtable-wrapper.style-1 {
    padding: 40px 60px;
    position: relative;
    z-index: 1;
    height: 100%; }
    .pricingtable-wrapper.style-1 .pricingtable-title {
      margin-bottom: 15px;
      -webkit-transition: all 0.8s;
      -ms-transition: all 0.8s;
      transition: all 0.8s; }
      .pricingtable-wrapper.style-1 .pricingtable-title .title {
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
        font-weight: 600;
        background-color: #fff;
        display: inline-block;
        padding: 8px 30px;
        border-radius: 0 0 var(--border-radius-base) var(--border-radius-base); }
    .pricingtable-wrapper.style-1 .pricingtable-bx {
      -webkit-transition: all 0.8s;
      -ms-transition: all 0.8s;
      transition: all 0.8s;
      color: var(--primary);
      margin: 0;
      font-size: 45px; }
      .pricingtable-wrapper.style-1 .pricingtable-bx small, .pricingtable-wrapper.style-1 .pricingtable-bx .small {
        font-size: 15px;
        color: #FF9446;
        font-weight: 600; }
    .pricingtable-wrapper.style-1 .pricingtable-footer {
      margin-top: auto; }
    .pricingtable-wrapper.style-1 .text {
      margin-bottom: 10px; }
    .pricingtable-wrapper.style-1 .pricingtable-price {
      margin-bottom: 15px; }
    .pricingtable-wrapper.style-1 .pricingtable-inner {
      display: flex;
      flex-direction: column;
      height: 100%; }
    .pricingtable-wrapper.style-1 .pricingtable-head {
      height: 200px;
      margin: -40px -60px 15px;
      text-align: center;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative; }
      .pricingtable-wrapper.style-1 .pricingtable-head:after {
        content: "";
        background-image: url(https://mobhil.dexignlab.com/xhtml/error-404.html);
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: 100%;
        position: absolute;
        left: 0;
        bottom: -1px;
        height: 100%;
        width: 100%; }
      @media only screen and (max-width: 1280px) {
        .pricingtable-wrapper.style-1 .pricingtable-head {
          margin: -35px -35px 15px; } }
    .pricingtable-wrapper.style-1 .pricingtable-features {
      padding: 15px 0;
      text-align: left;
      -webkit-transition: all 0.8s;
      -ms-transition: all 0.8s;
      transition: all 0.8s; }
      .pricingtable-wrapper.style-1 .pricingtable-features li {
        padding: 1px 0 1px 40px;
        font-size: 15px;
        position: relative;
        margin-bottom: 10px; }
        .pricingtable-wrapper.style-1 .pricingtable-features li:after {
          content: "\f00c";
          font-family: "Font Awesome 5 Free";
          font-size: 11px;
          width: 25px;
          height: 25px;
          background: #fff;
          display: block;
          position: absolute;
          left: 0;
          color: var(--primary);
          text-align: center;
          top: 0;
          line-height: 23px;
          -webkit-transition: all 0.8s;
          -ms-transition: all 0.8s;
          transition: all 0.8s;
          border: 1px solid #e1e1e2;
          font-weight: 900; }
        .pricingtable-wrapper.style-1 .pricingtable-features li:hover:after {
          background-color: var(--primary);
          border-color: var(--primary);
          color: #fff; }
    .pricingtable-wrapper.style-1 .btn, .pricingtable-wrapper.style-1 .wp-block-button__link {
      -webkit-transition: all 0.8s;
      -ms-transition: all 0.8s;
      transition: all 0.8s;
      font-weight: 600;
      padding: 18px 45px; }
    .pricingtable-wrapper.style-1:hover .pricingtable-title .title, .pricingtable-wrapper.style-1.active .pricingtable-title .title {
      background-color: var(--primary);
      color: #fff; }
    @media only screen and (max-width: 1280px) {
      .pricingtable-wrapper.style-1 {
        padding: 35px; } }

.dlab-img-effect {
  position: relative;
  overflow: hidden;
  display: block;
  vertical-align: middle; }
  .dlab-img-effect img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s; }
  .dlab-img-effect.opacity img:hover {
    opacity: 0.8; }
  .dlab-img-effect.zoom-slow img {
    transition: all 10s;
    -moz-transition: all 10s;
    -webkit-transition: all 10s;
    -o-transition: all 10s; }
  .dlab-img-effect.zoom-slow:hover img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2); }
  .dlab-img-effect.zoom:hover img {
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5); }
  .dlab-img-effect.shrink:hover img {
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8); }
  .dlab-img-effect.side-pan:hover img {
    margin-left: -11%;
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2); }
  .dlab-img-effect.vertical-pan:hover img {
    margin-top: -10%;
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2); }
  .dlab-img-effect.fade-in {
    background: #000; }
    .dlab-img-effect.fade-in img {
      opacity: 0.65; }
    .dlab-img-effect.fade-in:hover img {
      opacity: 1; }
  .dlab-img-effect.fade-out {
    background: #000; }
    .dlab-img-effect.fade-out:hover img {
      opacity: 0.7; }
  .dlab-img-effect.rotate:hover img {
    -moz-transform: scale(1.5) rotate(-20deg);
    -webkit-transform: scale(1.5) rotate(-20deg);
    -o-transform: scale(1.5) rotate(-20deg);
    -ms-transform: scale(1.5) rotate(-20deg);
    transform: scale(1.5) rotate(-20deg); }
  .dlab-img-effect.image-sepia img {
    -webkit-filter: sepia(100%);
    filter: sepia(100%); }
  .dlab-img-effect.blurr img {
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s; }
  .dlab-img-effect.blurr:hover img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px); }
  .dlab-img-effect.blurr-invert img {
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px); }
  .dlab-img-effect.blurr-invert:hover img {
    filter: blur(0px);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px); }
  .dlab-img-effect.off-color img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0); }
  .dlab-img-effect.off-color:hover img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1); }
  .dlab-img-effect.on-color img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1); }
  .dlab-img-effect.on-color:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0); }

.dlab-box:hover .dlab-img-effect.rotate img {
  -moz-transform: scale(1.5) rotate(-20deg);
  -webkit-transform: scale(1.5) rotate(-20deg);
  -o-transform: scale(1.5) rotate(-20deg);
  -ms-transform: scale(1.5) rotate(-20deg);
  transform: scale(1.5) rotate(-20deg); }

.dlab-accordion .accordion-item {
  box-shadow: 1px 0px 60px 0 rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px; }

.dlab-accordion .accordion-body {
  padding: 25px 30px;
  border-radius: 0; }

.dlab-accordion .accordion-collapse {
  border: 0; }

.dlab-accordion .accordion-header .accordion-button {
  font-size: 18px;
  border: 0;
  border-radius: 8px;
  padding: 22px 65px 22px 30px;
  transition: all 0.5s;
  color: #fff;
  box-shadow: 5px 0 15px var(--rgba-primary-4);
  background-color: var(--primary); }
  .dlab-accordion .accordion-header .accordion-button:after {
    content: none; }
  .dlab-accordion .accordion-header .accordion-button .toggle-close {
    background-color: #fff;
    font-family: themify;
    height: 55px;
    width: 55px;
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 0.25rem;
    line-height: 57px;
    text-align: center;
    font-size: 24px;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    z-index: 1;
    overflow: hidden; }
    .dlab-accordion .accordion-header .accordion-button .toggle-close:after {
      content: "";
      position: absolute;
      z-index: -1;
      background-color: var(--primary);
      -webkit-transition: all 0.8s;
      -ms-transition: all 0.8s;
      transition: all 0.8s;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      opacity: 0; }
    .dlab-accordion .accordion-header .accordion-button .toggle-close:before {
      content: "\e61a";
      color: var(--primary);
      font-size: 24px;
      font-family: 'themify';
      z-index: 99;
      opacity: 1;
      transform: rotate(45deg);
      transition: all 0.5s;
      line-height: 55px;
      display: block; }
  .dlab-accordion .accordion-header .accordion-button.collapsed {
    background: #fff;
    color: inherit; }
    .dlab-accordion .accordion-header .accordion-button.collapsed:after {
      opacity: 0; }
    .dlab-accordion .accordion-header .accordion-button.collapsed .toggle-close {
      content: ""; }
      .dlab-accordion .accordion-header .accordion-button.collapsed .toggle-close:after {
        opacity: 1; }
      .dlab-accordion .accordion-header .accordion-button.collapsed .toggle-close:before {
        opacity: 1;
        transform: rotate(0);
        color: #fff; }

@media only screen and (max-width: 575px) {
  .dlab-accordion .accordion-header .accordion-header .accordion-button {
    padding: 15px 65px 15px 15px; } }

.dlab-accordion.accordion-sm .accordion-body {
  padding: 25px; }

.dlab-accordion.accordion-sm .accordion-header .accordion-button {
  padding: 15px 55px 15px 20px; }
  .dlab-accordion.accordion-sm .accordion-header .accordion-button .toggle-close {
    height: 40px;
    width: 40px; }
    .dlab-accordion.accordion-sm .accordion-header .accordion-button .toggle-close:before {
      font-size: 18px;
      line-height: 40px; }

@media only screen and (max-width: 575px) {
  .dlab-accordion.accordion-sm .accordion-header .accordion-header .accordion-button {
    padding: 15px 65px 15px 15px; } }

.pagination li {
  margin: 0 5px; }
  .pagination li .page-numbers,
  .pagination li .page-link {
    height: 45px;
    min-width: 45px;
    line-height: 42px;
    border-radius: 0;
    color: #777777;
    text-align: center;
    border: 0;
    padding: 0;
    transition: all 0.5s;
    border: 1px solid;
    border-color: #777777;
    font-size: 18px;
    padding: 0 10px;
    display: block;
    border-radius: var(--border-radius-base) !important; }
    .pagination li .page-numbers.current, .pagination li .page-numbers.active, .pagination li .page-numbers:hover,
    .pagination li .page-link.current,
    .pagination li .page-link.active,
    .pagination li .page-link:hover {
      color: #fff;
      background-color: var(--primary);
      border-color: var(--primary);
      box-shadow: 0px 5px 12px var(--rgba-primary-4); }
  .pagination li .prev,
  .pagination li .next {
    border-color: transparent;
    font-size: 18px; }

.pagination.text-center {
  justify-content: center; }

.pagination.rounded-0 .page-item .page-link {
  border-radius: 0; }

.dlab-content-bx {
  position: relative;
  overflow: hidden; }
  .dlab-content-bx .content-media img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .dlab-content-bx .dlab-content-inner {
    position: relative; }
  .dlab-content-bx.style-1 .dlab-content-inner .content-media {
    width: 50vw;
    height: calc(100% + 50px);
    float: right;
    margin-top: -50px;
    z-index: 1;
    padding-bottom: 50px;
    background: #fff; }
  .dlab-content-bx.style-1 .dlab-content-inner .inner-content {
    padding: 50px 0px 50px 50px; }
  @media only screen and (max-width: 991px) {
    .dlab-content-bx.style-1 .dlab-content-inner .content-media {
      width: 100%;
      padding-bottom: 0; }
    .dlab-content-bx.style-1 .dlab-content-inner .inner-content {
      padding: 60px 15px 10px; } }
  @media only screen and (max-width: 767px) {
    .dlab-content-bx.style-1 .dlab-content-inner .inner-content {
      padding: 50px 15px 0; } }
  .dlab-content-bx.style-2 .content-media {
    width: 50vw;
    margin: -120px 0 0 0;
    float: right;
    height: 100%; }
    .dlab-content-bx.style-2 .content-media.right {
      float: left; }
    .dlab-content-bx.style-2 .content-media img {
      height: 100%;
      object-fit: cover; }
    @media only screen and (max-width: 991px) {
      .dlab-content-bx.style-2 .content-media {
        margin: 0;
        padding-top: 40px;
        float: none;
        width: 100%; } }
  .dlab-content-bx.style-2 .dlab-content-inner {
    margin-top: 80px; }
    @media only screen and (max-width: 991px) {
      .dlab-content-bx.style-2 .dlab-content-inner {
        margin-top: 20px; } }
  .dlab-content-bx.style-3 .dlab-content-inner {
    padding-right: 80px; }
  .dlab-content-bx.style-3 .counter-info {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 80px 80px 50px 80px; }
    .dlab-content-bx.style-3 .counter-info .counter {
      margin: 0 10px 0 0;
      writing-mode: tb-rl;
      border-right: 2px solid #a3cc02;
      font-size: 50px;
      line-height: 40px;
      padding-right: 10px; }
    .dlab-content-bx.style-3 .counter-info .counter-bx {
      display: flex;
      align-items: center; }
  .dlab-content-bx.style-3 .video-btn {
    margin-top: 120px; }
  .dlab-content-bx.style-4 {
    position: relative; }
    .dlab-content-bx.style-4 .content-media {
      margin: 100px auto;
      max-width: 1000px; }
      .dlab-content-bx.style-4 .content-media img {
        box-shadow: 40px -40px 0 0 var(--primary);
        margin: 40px 40px 0 0; }
      .dlab-content-bx.style-4 .content-media:after {
        content: attr(data-name);
        font-size: 100px;
        opacity: 0.6;
        position: absolute;
        color: transparent;
        top: 50px;
        z-index: 1;
        right: 10px;
        line-height: 80px;
        -webkit-text-stroke: 1px #fff;
        text-transform: uppercase;
        font-weight: 700;
        width: 100%;
        text-align: right;
        letter-spacing: 10px; }
    .dlab-content-bx.style-4:after {
      content: "";
      left: 0;
      bottom: 0;
      height: 300px;
      background-color: #fff;
      width: 100%;
      position: absolute;
      z-index: -1; }

.list-circle li,
.list-angle-double li,
.list-square li,
.list-square-check li {
  position: relative;
  padding: 6px 5px 6px 15px; }
  .list-circle li:before,
  .list-angle-double li:before,
  .list-square li:before,
  .list-square-check li:before {
    position: absolute;
    left: 0;
    top: 4px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900; }

.list-circle.primary li:before,
.list-angle-double.primary li:before,
.list-square.primary li:before,
.list-square-check.primary li:before {
  color: var(--primary); }

.list-angle-double li {
  padding-left: 25px; }

ul.list-circle li:before {
  content: "\f111";
  font-size: 8px;
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%); }

ul.list-angle-double li:before {
  content: "\f101";
  font-size: 18px; }

ul.list-square li:before {
  content: "\f45c";
  top: 50%;
  transform: translateY(-50%); }

ul.grid-2 {
  display: flex;
  flex-wrap: wrap; }
  ul.grid-2 li {
    width: 50%; }
  @media only screen and (max-width: 575px) {
    ul.grid-2 li {
      width: 100%; } }

.list-square-check li {
  padding: 10px 15px 10px 60px;
  min-height: 45px;
  font-weight: 600;
  color: var(--title);
  margin-bottom: 15px; }
  .list-square-check li:before {
    content: "\f00c";
    top: 50%;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background-color: var(--rgba-primary-1);
    color: #000;
    text-align: center;
    padding: 0 0 0 0;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    transform: translateY(-50%); }
  .list-square-check li:hover:before {
    background-color: var(--primary);
    color: #fff; }

/* Light Gallery */
.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-sub-html,
.lg-toolbar {
  background-color: rgba(30, 30, 30, 0.6); }

.lg-outer .lg-toogle-thumb,
.lg-outer .lg-thumb-outer,
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  background-color: transparent; }

.lg-backdrop {
  background-color: rgba(30, 30, 30, 0.9); }

.lg-outer .lg-toogle-thumb,
.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-toolbar .lg-icon,
#lg-counter {
  color: #fff; }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: var(--primary); }

.lightimg {
  cursor: pointer; }

.progress-bx {
  overflow: hidden; }
  .progress-bx .progress-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px; }
    .progress-bx .progress-info .title {
      margin-bottom: 0; }
    .progress-bx .progress-info .progress-value {
      margin-bottom: 0; }
  .progress-bx .progress {
    overflow: unset; }
    .progress-bx .progress .progress-bar {
      position: relative;
      overflow: unset; }
  .progress-bx.style-1 .progress {
    background-color: #f8f8f8;
    border-radius: 0;
    height: 15px; }
    .progress-bx.style-1 .progress .progress-bar {
      background-color: var(--primary); }
  .progress-bx.style-1 .title,
  .progress-bx.style-1 .progress-value {
    letter-spacing: 3px;
    font-weight: 300;
    font-family: var(--font-family-title); }
  .progress-bx.style-2 .progress {
    background-color: var(--rgba-primary-1);
    height: 15px;
    border-radius: var(--border-radius-base); }
    .progress-bx.style-2 .progress .progress-bar {
      background-color: var(--primary);
      border-radius: var(--border-radius-base); }

.scroltop {
  box-shadow: -4px 4px 24px -10px var(--primary) !important;
  background: var(--primary);
  border-color: var(--primary);
  border-style: solid;
  border-width: 0;
  bottom: 15px;
  color: #fff;
  cursor: pointer;
  display: none;
  height: 50px;
  line-height: 50px;
  margin: 0;
  position: fixed;
  right: 15px;
  text-align: center;
  border-radius: var(--border-radius-base);
  width: 50px;
  z-index: 999;
  box-shadow: -4px 4px 24px -10px;
  transition: all .8s;
  -moz-transition: all .8s;
  -webkit-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s; }
  @media only screen and (max-width: 575px) {
    .scroltop {
      height: 40px;
      width: 40px;
      line-height: 40px; } }

.video-bx {
  position: relative; }
  .video-bx.style-1 {
    position: relative; }
    .video-bx.style-1 .video-btn .popup-youtube {
      font-size: 18px;
      color: #575757;
      display: flex;
      text-decoration: underline;
      align-items: center; }
    .video-bx.style-1 .video-btn .popup-youtube .icon {
      position: relative;
      height: 66px;
      width: 66px;
      line-height: 66px;
      text-align: center;
      border-radius: 66px;
      background-color: var(--primary);
      display: block;
      color: #fff;
      font-size: 22px;
      margin-right: 30px;
      transition: all 0.5s;
      box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.5); }
      @media only screen and (max-width: 575px) {
        .video-bx.style-1 .video-btn .popup-youtube .icon {
          height: 50px;
          width: 50px;
          line-height: 50px;
          font-size: 14px; } }
      .video-bx.style-1 .video-btn .popup-youtube .icon:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        border: 1px solid var(--primary);
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 100%;
        animation: animationSignal1;
        animation-iteration-count: infinite;
        animation-duration: 3s;
        -webkit-animation: animationSignal1;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-duration: 3s;
        z-index: -1;
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -moz-transition: all 0.5;
        -o-transition: all 0.5;
        -webkit-transition: all 0.5;
        -ms-transition: all 0.5;
        transition: all 0.5; }
      .video-bx.style-1 .video-btn .popup-youtube .icon:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        border: 1px solid var(--primary);
        -webkit-border-radius: 100%;
        -khtml-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        animation: animationSignal2;
        animation-iteration-count: infinite;
        animation-duration: 3s;
        -webkit-animation: animationSignal2;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-duration: 3s;
        z-index: -1;
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -moz-transition: all 0.5;
        -o-transition: all 0.5;
        -webkit-transition: all 0.5;
        -ms-transition: all 0.5;
        transition: all 0.5; }
  .video-bx.style-2 {
    height: 500px; }
    .video-bx.style-2.large {
      height: 615px;
      border-radius: var(--border-radius-base);
      overflow: hidden; }
      .video-bx.style-2.large img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .video-bx.style-2 .video-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center; }
      .video-bx.style-2 .video-btn.sm .popup-youtube {
        height: 72px;
        width: 72px;
        min-width: 72px;
        line-height: 72px;
        font-size: 22px; }
      .video-bx.style-2 .video-btn .popup-youtube {
        display: inline-block;
        height: 100px;
        width: 100px;
        min-width: 100px;
        line-height: 100px;
        font-size: 30px;
        border-radius: 100px;
        background-color: var(--primary);
        color: #fff; }
        .video-bx.style-2 .video-btn .popup-youtube:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          display: block;
          border: 1px solid var(--primary);
          -webkit-border-radius: 50%;
          -khtml-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 100%;
          animation: animationSignal1;
          animation-iteration-count: infinite;
          animation-duration: 3s;
          -webkit-animation: animationSignal1;
          -webkit-animation-iteration-count: infinite;
          -webkit-animation-duration: 3s;
          z-index: -1;
          transform: scale(1);
          -moz-transform: scale(1);
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          -moz-transition: all 0.5;
          -o-transition: all 0.5;
          -webkit-transition: all 0.5;
          -ms-transition: all 0.5;
          transition: all 0.5; }
        .video-bx.style-2 .video-btn .popup-youtube:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          display: block;
          border: 1px solid var(--primary);
          -webkit-border-radius: 100%;
          -khtml-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%;
          border-radius: 100%;
          animation: animationSignal2;
          animation-iteration-count: infinite;
          animation-duration: 3s;
          -webkit-animation: animationSignal2;
          -webkit-animation-iteration-count: infinite;
          -webkit-animation-duration: 3s;
          z-index: -1;
          transform: scale(1);
          -moz-transform: scale(1);
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          -moz-transition: all 0.5;
          -o-transition: all 0.5;
          -webkit-transition: all 0.5;
          -ms-transition: all 0.5;
          transition: all 0.5; }
    @media only screen and (max-width: 991px) {
      .video-bx.style-2 {
        height: 330px; }
        .video-bx.style-2.large {
          height: 380px; } }
    @media only screen and (max-width: 575px) {
      .video-bx.style-2 {
        height: 200px; }
        .video-bx.style-2.large {
          height: 250px; }
        .video-bx.style-2 .video-btn .popup-youtube,
        .video-bx.style-2 .video-btn.sm .popup-youtube {
          height: 60px;
          width: 60px;
          min-width: 60px;
          line-height: 60px;
          font-size: 20px; } }

@keyframes animationSignal1 {
  /*Video Popup*/
  0% {
    opacity: 0.8;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  100% {
    transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    opacity: 0; } }

@-webkit-keyframes animationSignal1 {
  /*Video Popup*/
  0% {
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transform: scale(0.9); }
  100% {
    transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    opacity: 0; } }

@keyframes animationSignal2 {
  /*Video Popup*/
  0% {
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9); }
  100% {
    transform: scale(1.7);
    -moz-transform: scale(1.7);
    -webkit-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    opacity: 0; } }

@-webkit-keyframes animationSignal2 {
  /*Video Popup*/
  0% {
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9); }
  100% {
    transform: scale(1.7);
    -moz-transform: scale(1.7);
    -webkit-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    opacity: 0; } }

.btn-next,
.btn-prev {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 50px;
  height: 50px;
  color: var(--primary);
  background: var(--rgba-primary-1);
  font-size: 15px;
  letter-spacing: 2px;
  z-index: 1;
  text-align: center;
  line-height: 50px;
  border-radius: var(--border-radius-base);
  margin: 0 10px;
  display: inline-block;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s; }
  @media only screen and (max-width: 767px) {
    .btn-next,
    .btn-prev {
      width: 45px;
      height: 45px;
      line-height: 45px; } }
  .btn-next:hover,
  .btn-prev:hover {
    background: var(--primary);
    color: #fff; }
  .btn-next:after,
  .btn-prev:after {
    content: none; }
  .btn-next i,
  .btn-prev i {
    font-size: 30px;
    line-height: inherit; }
    @media only screen and (max-width: 767px) {
      .btn-next i,
      .btn-prev i {
        font-size: 24px; } }

.swiper-btn-lr .btn-next,
.swiper-btn-lr .btn-prev {
  position: absolute;
  top: 50%;
  margin: 0;
  border-radius: 0;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff; }

.swiper-btn-lr .btn-next {
  right: 1px; }

.swiper-btn-lr .btn-prev {
  left: 1px; }

.widget {
  margin-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    .widget {
      margin-bottom: 30px; } }
  .widget.style-1 {
    box-shadow: 0 0 60px 20px rgba(0, 0, 0, 0.1);
    padding: 35px;
    border-bottom: 4px solid;
    border-radius: var(--border-radius-base);
    border-color: var(--primary); }
    @media only screen and (max-width: 575px) {
      .widget.style-1 {
        padding: 25px; } }

.widget-title {
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .widget-title {
      margin-bottom: 15px; } }
  .widget-title .title {
    position: relative;
    margin-bottom: 5px; }
    @media only screen and (max-width: 767px) {
      .widget-title .title {
        font-size: 24px; } }

.search-bx form {
  margin-bottom: 10px; }

.search-bx .form-control, .search-bx .wp-block-categories-dropdown select, .wp-block-categories-dropdown .search-bx select,
.search-bx .wp-block-archives-dropdown select, .wp-block-archives-dropdown .search-bx select, .search-bx .comment-respond .comment-form p.comment-form-author input, .comment-respond .comment-form p.comment-form-author .search-bx input,
.search-bx .comment-respond .comment-form p.comment-form-email input, .comment-respond .comment-form p.comment-form-email .search-bx input,
.search-bx .comment-respond .comment-form p.comment-form-url input, .comment-respond .comment-form p.comment-form-url .search-bx input,
.search-bx .comment-respond .comment-form p textarea, .comment-respond .comment-form p .search-bx textarea {
  padding: 10px 25px 10px 25px;
  height: 70px;
  border-radius: var(--border-radius-base) 0 0px var(--border-radius-base) !important; }

.search-bx .input-group-prepend {
  border-right: 0;
  top: 50%; }
  .search-bx .input-group-prepend .input-group-text i {
    color: #828282; }

.search-bx button {
  height: 70px;
  font-size: 24px;
  padding: 0;
  border-radius: 0;
  z-index: 4;
  width: 70px;
  background-color: var(--primary);
  color: #fff;
  box-shadow: none;
  justify-content: center;
  border-radius: 0 var(--border-radius-base) var(--border-radius-base) 0 !important; }
  .search-bx button i {
    font-size: 22px; }

.search-bx.style-1 {
  padding: 30px;
  background-color: #FF9446;
  border-radius: 0.25rem; }
  .search-bx.style-1 .input-group {
    margin-bottom: 0; }
  .search-bx.style-1 button {
    border-radius: 0 0.25rem 0.25rem 0;
    padding: 0px 10px; }

.download-file {
  background-image: var(--gradient);
  color: #fff;
  padding: 25px 25px 20px 20px;
  border-radius: 4px; }
  .download-file .title {
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 600; }
  .download-file ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .download-file ul li a {
      background-color: #fff;
      color: #000;
      display: block;
      margin-bottom: 10px;
      border-radius: 4px;
      width: 100%;
      padding: 15px;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 600;
      text-align: left;
      align-items: center;
      display: flex;
      justify-content: space-between; }
      .download-file ul li a i {
        width: 18px;
        height: 18px;
        position: relative; }
        .download-file ul li a i:after, .download-file ul li a i:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          background-size: contain;
          background-repeat: no-repeat;
          left: 0;
          top: 0; }
        .download-file ul li a i:before {
          -webkit-animation: download1 2s ease infinite;
          animation: download1 2s ease infinite; }
      .download-file ul li a .text {
        display: inline;
        position: relative; }
      .download-file ul li a:hover .text {
        color: var(--primary); }

@-webkit-keyframes download1 {
  0%, 10%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

@keyframes download1 {
  0%, 10%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

.widget_contact {
  position: relative;
  padding: 50px 30px;
  border-radius: 6px;
  background-size: cover;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .widget_contact:after {
    background: var(--gradient-sec);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    z-index: -1;
    background-size: 200%; }
  .widget_contact img {
    margin-bottom: 20px; }
  .widget_contact h4, .widget_contact .h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 30px; }
  .widget_contact .phone-number {
    position: relative;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 11px; }
    .widget_contact .phone-number a {
      color: #fff; }
  .widget_contact .email {
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px; }
    .widget_contact .email a {
      color: #fff; }

.service-carouse .item {
  overflow: hidden;
  border-radius: 6px; }

.list-2 {
  display: table; }
  .list-2 li {
    width: 50% !important;
    float: left; }

/* widget listing*/
.wp-block-latest-posts,
.wp-block-categories-list,
.wp-block-archives-list,
.widget_categories ul,
.widget_archive ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_recent_entries ul,
.widget_services ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }
  .wp-block-latest-posts li,
  .wp-block-categories-list li,
  .wp-block-archives-list li,
  .widget_categories ul li,
  .widget_archive ul li,
  .widget_meta ul li,
  .widget_pages ul li,
  .widget_recent_comments ul li,
  .widget_nav_menu ul li,
  .widget_recent_entries ul li,
  .widget_services ul li {
    padding-bottom: 1.125rem;
    margin-bottom: 0.8125rem;
    position: relative;
    padding: 0.5rem 0rem 0.5rem 1.5rem;
    margin-bottom: 0;
    line-height: 1.25rem; }
    .wp-block-latest-posts li a,
    .wp-block-categories-list li a,
    .wp-block-archives-list li a,
    .widget_categories ul li a,
    .widget_archive ul li a,
    .widget_meta ul li a,
    .widget_pages ul li a,
    .widget_recent_comments ul li a,
    .widget_nav_menu ul li a,
    .widget_recent_entries ul li a,
    .widget_services ul li a {
      color: inherit;
      text-transform: capitalize;
      -webkit-transition: all 0.8s;
      -ms-transition: all 0.8s;
      transition: all 0.8s;
      position: relative; }
      .wp-block-latest-posts li a:before,
      .wp-block-categories-list li a:before,
      .wp-block-archives-list li a:before,
      .widget_categories ul li a:before,
      .widget_archive ul li a:before,
      .widget_meta ul li a:before,
      .widget_pages ul li a:before,
      .widget_recent_comments ul li a:before,
      .widget_nav_menu ul li a:before,
      .widget_recent_entries ul li a:before,
      .widget_services ul li a:before {
        content: "\f101";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        display: block;
        left: -1.5rem;
        top: 0.063rem;
        font-size: 14px;
        font-weight: 900; }
      .wp-block-latest-posts li a:hover,
      .wp-block-categories-list li a:hover,
      .wp-block-archives-list li a:hover,
      .widget_categories ul li a:hover,
      .widget_archive ul li a:hover,
      .widget_meta ul li a:hover,
      .widget_pages ul li a:hover,
      .widget_recent_comments ul li a:hover,
      .widget_nav_menu ul li a:hover,
      .widget_recent_entries ul li a:hover,
      .widget_services ul li a:hover {
        color: var(--primary);
        transform: translateX(10px); }
    .wp-block-latest-posts li li,
    .wp-block-categories-list li li,
    .wp-block-archives-list li li,
    .widget_categories ul li li,
    .widget_archive ul li li,
    .widget_meta ul li li,
    .widget_pages ul li li,
    .widget_recent_comments ul li li,
    .widget_nav_menu ul li li,
    .widget_recent_entries ul li li,
    .widget_services ul li li {
      border-bottom: none;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      line-height: 1.375rem; }
      .wp-block-latest-posts li li:last-child,
      .wp-block-categories-list li li:last-child,
      .wp-block-archives-list li li:last-child,
      .widget_categories ul li li:last-child,
      .widget_archive ul li li:last-child,
      .widget_meta ul li li:last-child,
      .widget_pages ul li li:last-child,
      .widget_recent_comments ul li li:last-child,
      .widget_nav_menu ul li li:last-child,
      .widget_recent_entries ul li li:last-child,
      .widget_services ul li li:last-child {
        border-bottom: 0;
        padding-bottom: 0; }
      .wp-block-latest-posts li li:before,
      .wp-block-categories-list li li:before,
      .wp-block-archives-list li li:before,
      .widget_categories ul li li:before,
      .widget_archive ul li li:before,
      .widget_meta ul li li:before,
      .widget_pages ul li li:before,
      .widget_recent_comments ul li li:before,
      .widget_nav_menu ul li li:before,
      .widget_recent_entries ul li li:before,
      .widget_services ul li li:before {
        top: 0.5rem;
        left: 0; }
  .wp-block-latest-posts ul,
  .wp-block-categories-list ul,
  .wp-block-archives-list ul,
  .widget_categories ul ul,
  .widget_archive ul ul,
  .widget_meta ul ul,
  .widget_pages ul ul,
  .widget_recent_comments ul ul,
  .widget_nav_menu ul ul,
  .widget_recent_entries ul ul,
  .widget_services ul ul {
    padding-left: 1.125rem;
    margin-top: 0.5rem;
    margin-left: -0.9375rem; }

/*widget categories*/
.widget_archive li ul,
.wp-block-categories-list li ul,
.wp-block-archives-list li ul,
.wp-block-latest-posts li ul,
.widget_categories li ul {
  margin-bottom: -0.625rem; }

.widget_archive ul li,
.wp-block-categories-list li,
.wp-block-archives-list li,
.wp-block-latest-posts li,
.widget_categories ul li {
  text-align: right;
  display: table;
  width: 100%;
  padding: 0.5rem 0rem 0.5rem 1.5rem !important;
  line-height: 1.3 !important; }

.wp-block-categories-list li:before,
.wp-block-archives-list li:before,
.wp-block-latest-posts li:before {
  content: none !important; }

.widget_archive li a,
.wp-block-latest-posts li a,
.wp-block-categories-list li a,
.wp-block-archives-list li a,
.widget_categories li a {
  float: left;
  text-transform: capitalize;
  text-align: left; }

.wp-block-latest-posts,
.wp-block-categories-list,
.wp-block-archives-list {
  margin-bottom: 2.5rem;
  padding: 0 !important; }

.widget_recent_comments ul {
  margin-top: -0.625rem; }
  .widget_recent_comments ul li {
    padding-left: 1.875rem;
    line-height: 1.625rem; }
    .widget_recent_comments ul li a {
      font-weight: 500; }
      .widget_recent_comments ul li a:before {
        content: none; }
    .widget_recent_comments ul li:before {
      content: "\f27a";
      font-family: "Font Awesome 5 Free";
      background: transparent;
      width: auto;
      height: auto;
      position: absolute;
      left: 0;
      top: 0.625rem;
      font-size: 1.125rem;
      font-weight: 500; }

.widget_meta ul li a abbr[title] {
  color: #333;
  border-bottom: none; }

.widget_calendar th,
.widget_calendar td {
  text-align: center;
  border: 0.0625rem solid var(--rgba-primary-1);
  padding: 0.4em; }

.widget_calendar th,
.widget_calendar tfoot td {
  border-color: rgba(0, 0, 0, 0.05); }
  .widget_calendar th:last-child,
  .widget_calendar tfoot td:last-child {
    border: 0; }

.widget_calendar tr {
  border-bottom: 0.0625rem solid var(--rgba-primary-1); }
  .widget_calendar tr:nth-child(2n+2) {
    background-color: var(--rgba-primary-05); }

.widget_calendar table {
  border-collapse: collapse;
  margin: 0;
  width: 100%; }

.widget_calendar .calendar_wrap th,
.widget_calendar tfoot td a {
  color: #fff;
  background: #1f2471; }

.widget_calendar .calendar_wrap td a {
  font-weight: 600;
  text-transform: uppercase;
  color: inherit; }

.widget_calendar caption {
  text-align: center;
  font-weight: 600;
  caption-side: top;
  background: #1f2471;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9375rem; }

footer .widget_calendar th,
footer .widget_calendar td {
  border-color: rgba(255, 255, 255, 0.1); }

footer .widget_calendar tr {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.1); }
  footer .widget_calendar tr:nth-child(2n+2) {
    background-color: rgba(255, 255, 255, 0.05); }

.wp-calendar-nav {
  background: var(--title);
  color: #fff;
  display: flex;
  justify-content: space-between;
  text-align: center; }
  .wp-calendar-nav span {
    padding: 0.3125rem 1.25rem;
    width: 44%;
    border-right: 0.0625rem solid rgba(255, 255, 255, 0.2); }
    .wp-calendar-nav span a {
      color: #fff; }

.widget_archive select {
  width: 100%;
  padding: 0.3125rem;
  border: 0.0625rem solid #CCC; }

.widget_text select {
  width: 100%;
  border: 0.0625rem solid #CCC; }
  .widget_text select option {
    width: 100%; }

.widget_text p {
  font-size: 0.9375rem;
  line-height: 1.75rem; }

/*widget rss  */
.rsswidget img {
  display: inherit; }

.widget-title .rsswidget {
  display: inline-block; }

ul a.rsswidget,
ul cite {
  font-weight: 600;
  color: var(--title); }

ul a.rsswidget {
  font-size: 1.125rem;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s; }
  ul a.rsswidget:hover {
    color: var(--primary); }

.rssSummary {
  margin: 1.25rem 0;
  line-height: 1.7;
  font-size: 15px; }

.rss-date {
  display: block;
  margin-top: 0.3125rem;
  font-weight: 400; }

.widget_rss ul li {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
  padding-top: 0; }
  .widget_rss ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0; }

.widget_gallery ul {
  padding-left: 0;
  display: table;
  margin-left: -0.625rem;
  margin-right: -0.625rem; }

.widget_gallery.gallery-grid-2 li {
  width: 50%; }

.widget_gallery.gallery-grid-4 li {
  width: 25%; }

.widget_gallery li {
  display: inline-block;
  width: 33.33%;
  float: left;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  padding: 0.625rem; }
  .widget_gallery li img {
    display: inline-block;
    width: 100%;
    border-radius: var(--border-radius-base); }
  .widget_gallery li:nth-child(3n-3) {
    margin-right: 0; }
  .widget_gallery li:hover {
    opacity: 0.7; }
  .widget_gallery li a {
    display: inline-block; }

.widget_tag_cloud .tagcloud {
  clear: both;
  display: table; }
  .widget_tag_cloud .tagcloud a {
    position: relative;
    border: 1px solid;
    border-radius: 0.25rem;
    padding: 6px 15px;
    display: inline-block;
    margin: 0 15px 15px 0;
    font-size: 15px;
    color: inherit;
    line-height: 1.4; }
    .widget_tag_cloud .tagcloud a:hover {
      background-color: var(--primary-hover);
      border-color: var(--primary-hover);
      color: #fff; }

.recent-posts-entry .widget-post-bx .widget-post {
  display: flex;
  align-items: center;
  border-radius: 0.25rem;
  margin-bottom: 20px;
  transition: all 0.5s; }
  .recent-posts-entry .widget-post-bx .widget-post .dlab-media {
    width: 90px;
    min-width: 90px;
    border-radius: var(--border-radius-base); }
  .recent-posts-entry .widget-post-bx .widget-post .dlab-info {
    padding-left: 15px; }
  .recent-posts-entry .widget-post-bx .widget-post .dlab-meta {
    margin-bottom: 0; }
    .recent-posts-entry .widget-post-bx .widget-post .dlab-meta ul {
      line-height: 1; }
      .recent-posts-entry .widget-post-bx .widget-post .dlab-meta ul li {
        color: #575757;
        text-transform: uppercase;
        position: relative;
        font-weight: 600;
        font-size: 14px; }
  .recent-posts-entry .widget-post-bx .widget-post .title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1.5; }

.service_menu_nav {
  background: #fff;
  padding: 30px 30px;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px; }
  @media only screen and (max-width: 1280px) {
    .service_menu_nav {
      padding: 15px; } }
  .service_menu_nav ul li {
    padding: 0; }
    .service_menu_nav ul li a {
      background-color: #fff;
      display: block;
      border-radius: 6px;
      padding: 15px 25px;
      margin-bottom: 10px;
      color: #000;
      font-weight: 600;
      border: 1px solid rgba(0, 0, 0, 0.1);
      -webkit-transition: all 0.8s;
      -ms-transition: all 0.8s;
      transition: all 0.8s;
      background-size: 200%;
      position: relative;
      z-index: 1;
      overflow: hidden; }
      @media only screen and (max-width: 1280px) {
        .service_menu_nav ul li a {
          padding: 15px; } }
      .service_menu_nav ul li a:before {
        content: "\f30b";
        font-weight: 900;
        font-family: 'Line Awesome Free';
        position: absolute;
        right: 50px;
        left: auto;
        top: 50%;
        font-size: 30px;
        opacity: 0;
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%); }
        @media only screen and (max-width: 1280px) {
          .service_menu_nav ul li a:before {
            font-size: 22px; } }
      .service_menu_nav ul li a:after {
        background-image: var(--gradient);
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
        content: "";
        background-size: 200%;
        opacity: 0;
        z-index: -1; }
    .service_menu_nav ul li:hover a, .service_menu_nav ul li.current-menu-item a, .service_menu_nav ul li.active a {
      padding-left: 20px;
      border-color: transparent;
      transform: translateX(0);
      -moz-transform: translateX(0);
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      color: #fff; }
      .service_menu_nav ul li:hover a:before, .service_menu_nav ul li.current-menu-item a:before, .service_menu_nav ul li.active a:before {
        opacity: 1;
        right: 10px;
        color: #fff; }
        @media only screen and (max-width: 1280px) {
          .service_menu_nav ul li:hover a:before, .service_menu_nav ul li.current-menu-item a:before, .service_menu_nav ul li.active a:before {
            font-size: 22px;
            right: 5px; } }
      .service_menu_nav ul li:hover a:after, .service_menu_nav ul li.current-menu-item a:after, .service_menu_nav ul li.active a:after {
        opacity: 1; }

.wp-block-categories-dropdown,
.wp-block-archives-dropdown {
  margin-bottom: 20px; }
  .wp-block-categories-dropdown select:after,
  .wp-block-archives-dropdown select:after {
    content: "\f078";
    font-weight: 900;
    font-family: 'Line Awesome Free';
    position: absolute;
    right: 50px;
    left: auto;
    top: 50%; }

.post-tags strong {
  font-weight: 700;
  color: #212529;
  margin-right: 10px; }

.post-tags a {
  margin-right: 10px;
  display: inline-block; }

.widget_product_tag .product-tag-group {
  display: block; }
  .widget_product_tag .product-tag-group .btn-check:checked + .btn-outline-primary, .widget_product_tag .product-tag-group .is-style-outline .btn-check:checked + .wp-block-button__link, .is-style-outline .widget_product_tag .product-tag-group .btn-check:checked + .wp-block-button__link {
    background-color: var(--rgba-primary-1);
    color: var(--primary); }
  .widget_product_tag .product-tag-group .btn, .widget_product_tag .product-tag-group .wp-block-button__link {
    box-shadow: none;
    padding: 10px 25px;
    margin-right: 15px;
    margin-bottom: 15px;
    border-color: var(--rgba-primary-3);
    border-radius: var(--border-radius-base) !important; }
    .widget_product_tag .product-tag-group .btn:hover, .widget_product_tag .product-tag-group .wp-block-button__link:hover {
      background-color: var(--rgba-primary-1);
      color: var(--primary); }

.widget_price_range .price-slide .amount {
  border: 0;
  font-size: 14px;
  font-weight: 600;
  color: #575757;
  margin-bottom: 20px; }

.widget_price_range .ui-widget-header {
  background: var(--primary); }

.widget_price_range .ui-slider-horizontal {
  height: 6px;
  margin: 13px 20px 13px 11px; }

.widget_price_range .ui-slider-horizontal .ui-slider-handle {
  top: -0.65em; }

.widget_price_range .ui-slider .ui-slider-handle {
  height: 30px;
  width: 30px;
  border-radius: 30px; }

.widget_price_range .ui-state-default,
.widget_price_range .ui-widget-content .ui-state-default,
.widget_price_range .ui-widget-header .ui-state-default {
  background: var(--primary);
  border-color: var(--primary); }

.widget_price_range .price-slider {
  padding-bottom: 12px; }
  .widget_price_range .price-slider #input-with-keypress-0,
  .widget_price_range .price-slider #input-with-keypress-1 {
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
    color: #7c7c7c; }
  .widget_price_range .price-slider #input-with-keypress-0 {
    position: relative;
    padding-right: 20px;
    margin-right: 10px; }
    .widget_price_range .price-slider #input-with-keypress-0:after {
      content: "";
      height: 2px;
      width: 8px;
      background: #7c7c7c;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
  .widget_price_range .price-slider .noUi-horizontal .noUi-handle {
    height: 30px;
    width: 30px;
    border-radius: 30px;
    background: var(--primary);
    border-color: var(--primary);
    box-shadow: -1px 1px 4px 0 rgba(0, 0, 0, 0.3); }
    .widget_price_range .price-slider .noUi-horizontal .noUi-handle:after, .widget_price_range .price-slider .noUi-horizontal .noUi-handle:before {
      content: none; }
  .widget_price_range .price-slider .noUi-horizontal {
    height: 6px; }
  .widget_price_range .price-slider .noUi-target {
    border: 0;
    background: #e5e5e5;
    padding: 0 12px; }
  .widget_price_range .price-slider .noUi-connect {
    background: var(--primary); }
  .widget_price_range .price-slider .noUi-horizontal .noUi-handle {
    top: -12px; }

.client-logo-wg ul {
  display: flex;
  flex-flow: wrap; }
  .client-logo-wg ul .brand-logo {
    float: left;
    width: 33.33%;
    padding: 5px 5px; }
    .client-logo-wg ul .brand-logo a {
      position: relative;
      display: inline-block;
      background-color: #fff;
      padding: 12px 5px; }
      .client-logo-wg ul .brand-logo a:after {
        position: absolute;
        content: "";
        top: -1px;
        left: -1px;
        background-color: #dbdbdb;
        height: 45px;
        width: 45px;
        z-index: -1;
        -webkit-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s; }
      .client-logo-wg ul .brand-logo a:before {
        position: absolute;
        content: "";
        bottom: -1px;
        right: -1px;
        background-color: #dbdbdb;
        height: 45px;
        width: 45px;
        z-index: -1;
        -webkit-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s; }
    .client-logo-wg ul .brand-logo img {
      width: 100%; }
    .client-logo-wg ul .brand-logo:hover a:after, .client-logo-wg ul .brand-logo:hover a:before {
      height: calc(100% + 2px);
      width: calc(100% + 2px); }

.dropdown-item.active, .dropdown-item:active {
  background-color: var(--primary); }

.inquiry-modal .modal-dialog {
  max-width: 700px;
  display: flex;
  min-height: auto;
  justify-content: stretch;
  align-items: stretch; }

.inquiry-modal .form-control, .inquiry-modal .wp-block-categories-dropdown select, .wp-block-categories-dropdown .inquiry-modal select,
.inquiry-modal .wp-block-archives-dropdown select, .wp-block-archives-dropdown .inquiry-modal select, .inquiry-modal .comment-respond .comment-form p.comment-form-author input, .comment-respond .comment-form p.comment-form-author .inquiry-modal input,
.inquiry-modal .comment-respond .comment-form p.comment-form-email input, .comment-respond .comment-form p.comment-form-email .inquiry-modal input,
.inquiry-modal .comment-respond .comment-form p.comment-form-url input, .comment-respond .comment-form p.comment-form-url .inquiry-modal input,
.inquiry-modal .comment-respond .comment-form p textarea, .comment-respond .comment-form p .inquiry-modal textarea {
  font-size: 15px;
  font-weight: 300;
  color: #000; }

.inquiry-modal .inquiry-adv {
  flex: 0 0 50%;
  max-width: 50%; }
  @media only screen and (max-width: 767px) {
    .inquiry-modal .inquiry-adv {
      display: none; } }
  .inquiry-modal .inquiry-adv img {
    height: 100%;
    object-fit: cover;
    width: 100%; }

.inquiry-modal .modal-content {
  border: 0;
  border-radius: 0;
  background: #fff;
  padding: 30px;
  flex: 0 0 50%;
  max-width: 50%; }
  @media only screen and (max-width: 767px) {
    .inquiry-modal .modal-content {
      flex: 0 0 100%;
      max-width: 100%;
      padding: 20px; } }
  .inquiry-modal .modal-content .modal-header {
    border: 0;
    padding: 0;
    display: block;
    text-align: center; }
    .inquiry-modal .modal-content .modal-header .modal-title {
      font-size: 24px;
      margin-bottom: 15px;
      line-height: 1.3;
      font-family: var(--font-family-title);
      text-align: center;
      width: 100%; }
    .inquiry-modal .modal-content .modal-header i {
      color: var(--primary);
      font-size: 54px;
      line-height: 1;
      display: inline-block; }
  .inquiry-modal .modal-content .modal-body {
    padding: 0; }

.inquiry-modal .btn-close {
  margin: 0;
  position: absolute;
  right: -40px;
  top: -40px;
  color: #fff;
  font-weight: 100;
  text-shadow: none;
  opacity: 1;
  font-size: 40px;
  padding: 0;
  height: 40px;
  line-height: 40px;
  width: 40px;
  border: 0;
  background: transparent; }
  @media only screen and (max-width: 767px) {
    .inquiry-modal .btn-close {
      right: 0; } }

.dlabmove1 {
  animation: dlabmove1 1s linear infinite; }

.dlabHeart {
  animation: dlabHeart 1s linear infinite; }

@keyframes dlabmove1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  25% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px); }
  50% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px); }
  75% {
    -webkit-transform: translate(10px, -5px);
    transform: translate(10px, -5px); }
  to {
    -webkit-transform: translate(0);
    transform: translate(0); } }

@keyframes dlabHeart {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(0.9); } }

.nav-tabs.nav-tabs1 {
  border: 0;
  justify-content: space-between; }
  .nav-tabs.nav-tabs1 .nav-link {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: #212621;
    border-radius: 0;
    line-height: 18px;
    padding: 20px 30px; }
    .nav-tabs.nav-tabs1 .nav-link.active {
      color: var(--title);
      border: 1px solid #E1E1F0; }
  @media only screen and (max-width: 1280px) {
    .nav-tabs.nav-tabs1 .nav-link {
      font-size: 16px;
      line-height: 16px;
      padding: 18px 25px; } }
  @media only screen and (max-width: 575px) {
    .nav-tabs.nav-tabs1 .nav-link {
      font-size: 14px;
      line-height: 14px;
      padding: 15px; } }

.move-1 {
  -webkit-animation: move1 5s infinite;
  animation: move1 5s infinite; }

.move-2 {
  -webkit-animation: move2 5s infinite;
  animation: move2 5s infinite; }

.move-3 {
  -webkit-animation: move3 5s infinite;
  animation: move3 5s infinite; }

@-webkit-keyframes move1 {
  0% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px); }
  50% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px); }
  100% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px); } }

@keyframes move1 {
  0% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px); }
  50% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px); }
  100% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px); } }

@-webkit-keyframes move2 {
  0% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px); }
  50% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px); }
  100% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px); } }

@-webkit-keyframes move3 {
  0% {
    transform: translate(0, 0); }
  20% {
    transform: translate(5px, 0); }
  40% {
    transform: translate(5px, 5px); }
  65% {
    transform: translate(0, 5px); }
  65% {
    transform: translate(5px, 0); }
  100% {
    transform: translate(0, 0); } }

.about-bx1 .dlab-media {
  width: 50vw;
  float: right;
  border-radius: 0 100px 100px 0;
  overflow: hidden;
  margin-right: 50px;
  height: 100%; }
  .about-bx1 .dlab-media img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.about-bx1 .about-swiper {
  margin-left: -350px;
  margin-right: -18px; }
  .about-bx1 .about-swiper .icon-bx-wraper.style-1 {
    margin: 45px 18px; }

@media only screen and (max-width: 1280px) {
  .about-bx1 .dlab-media {
    margin-right: 40px; }
  .about-bx1 .about-swiper {
    margin-left: -200px; } }

@media only screen and (max-width: 991px) {
  .about-bx1 .dlab-media {
    width: 100%;
    border-radius: 50px;
    margin-right: 0;
    height: auto;
    margin-bottom: 40px; }
  .about-bx1 .about-swiper {
    margin-left: -18px; } }

@media only screen and (max-width: 575px) {
  .about-bx1 .dlab-media {
    border-radius: 30px; }
  .about-bx1 .about-swiper .icon-bx-wraper.style-1 {
    margin: 32px 18px; } }

.about-bx2 .year-exp {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  padding: 30px 40px 1px 1px; }
  .about-bx2 .year-exp .year {
    height: 105px;
    width: 105px;
    text-align: center;
    border: 5px solid;
    line-height: 98px;
    font-size: 45px;
    margin: 0;
    border-color: var(--primary);
    margin-right: 20px; }
  .about-bx2 .year-exp .text {
    font-size: 25px;
    margin: 0; }

.about-bx2 .list-square-check li {
  margin-top: 15px;
  margin-bottom: 15px; }

.about-bx2 .about-media {
  border-radius: var(--border-radius-base); }
  .about-bx2 .about-media img {
    width: 100%;
    object-fit: cover;
    height: 100%; }

@media only screen and (max-width: 991px) {
  .about-bx2 .about-media {
    height: 450px; } }

@media only screen and (max-width: 767px) {
  .about-bx2 .list-square-check li {
    margin-top: 5px;
    margin-bottom: 5px; } }

@media only screen and (max-width: 575px) {
  .about-bx2 .year-exp {
    padding: 15px 30px 1px 1px; }
    .about-bx2 .year-exp .year {
      height: 80px;
      width: 80px;
      line-height: 74px;
      font-size: 35px;
      margin-right: 15px; }
    .about-bx2 .year-exp .text {
      font-size: 20px; } }

.dlab-box {
  position: relative; }

.portfolio-area1:after {
  content: "";
  height: 40%;
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 0;
  width: 100%;
  background: #fff; }

.dlab-box.style-1 {
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .dlab-box.style-1 .dlab-media img {
      min-height: 350px; } }
  .dlab-box.style-1 .dlab-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    background: rgba(33, 37, 41, 0);
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
  .dlab-box.style-1 .sub-title {
    writing-mode: tb-rl;
    float: right;
    margin: 0;
    color: #fff;
    background: var(--primary);
    font-weight: 300;
    position: absolute;
    top: 0;
    padding: 40px 25px;
    right: 0;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
    .dlab-box.style-1 .sub-title a {
      color: inherit; }
    @media only screen and (max-width: 1280px) {
      .dlab-box.style-1 .sub-title {
        padding: 20px 12px;
        font-size: 15px; } }
  .dlab-box.style-1 .title {
    margin: 0;
    font-size: 2.5rem;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
    .dlab-box.style-1 .title span {
      display: block; }
  .dlab-box.style-1 .port-info {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    padding: 60px; }
    @media only screen and (max-width: 1280px) {
      .dlab-box.style-1 .port-info {
        padding: 30px; }
        .dlab-box.style-1 .port-info .dlab-meta {
          margin-bottom: 5px; }
          .dlab-box.style-1 .port-info .dlab-meta ul li {
            font-size: 15px; }
        .dlab-box.style-1 .port-info h2.title, .dlab-box.style-1 .port-info .title.h2 {
          font-size: 2rem; } }
    @media only screen and (max-width: 767px) {
      .dlab-box.style-1 .port-info h2.title, .dlab-box.style-1 .port-info .title.h2 {
        font-size: 1.325rem; } }
  .dlab-box.style-1 .dlab-meta ul li {
    color: var(--primary);
    font-size: 18px;
    padding-left: 15px;
    position: relative; }
    .dlab-box.style-1 .dlab-meta ul li:after {
      content: "";
      height: 8px;
      width: 8px;
      background: var(--primary);
      position: absolute;
      border-radius: 4px;
      left: 0;
      top: 50%;
      margin-top: -4px; }
  .dlab-box.style-1 .view-btn {
    width: 75px;
    height: 75px;
    position: absolute;
    top: 30px;
    left: 30px;
    border-radius: var(--border-radius-base);
    z-index: 1;
    transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center; }
    .dlab-box.style-1 .view-btn:after {
      content: "\f00e";
      -webkit-transition: all 0.8s;
      -ms-transition: all 0.8s;
      transition: all 0.8s;
      opacity: 0;
      font-family: 'Line Awesome Free';
      font-weight: 900;
      color: #fff;
      font-size: 35px;
      display: inline-block;
      transform: scale(2);
      -moz-transform: scale(2);
      -webkit-transform: scale(2);
      -ms-transform: scale(2);
      -o-transform: scale(2); }
  .dlab-box.style-1:hover .view-btn {
    background: var(--primary);
    transition-delay: 0s; }
    .dlab-box.style-1:hover .view-btn:after {
      opacity: 1;
      transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1); }

.portfolio-area2:after, .portfolio-area2:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #fff;
  bottom: 0; }

.portfolio-area2:after {
  height: 40%;
  left: 0;
  width: 100%; }

.portfolio-area2:before {
  height: 100%;
  right: 0;
  width: 15%; }

.portfolio-area2 .setResizeMargin {
  padding-right: 80px; }

@media only screen and (max-width: 1680px) {
  .portfolio-area2 .setResizeMargin {
    padding-right: 40px; }
  .portfolio-area2:before {
    width: 10%; } }

@media only screen and (max-width: 1400px) {
  .portfolio-area2:before {
    content: none; } }

@media only screen and (max-width: 1280px) {
  .portfolio-area2 .setResizeMargin {
    padding-left: 40px; } }

@media only screen and (max-width: 991px) {
  .portfolio-area2 .setResizeMargin {
    padding-right: 30px;
    padding-left: 30px; } }

@media only screen and (max-width: 575px) {
  .portfolio-area2 .setResizeMargin {
    padding-left: 15px;
    padding-right: 15px; } }

.dlab-box.style-2 {
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  overflow: hidden;
  padding-bottom: 90px; }
  @media only screen and (max-width: 767px) {
    .dlab-box.style-2 .dlab-media img {
      min-height: 350px; } }
  .dlab-box.style-2 .dlab-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    background: rgba(33, 37, 41, 0);
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
  .dlab-box.style-2 .sub-title {
    writing-mode: tb-rl;
    float: right;
    margin: 0;
    color: #fff;
    background: var(--primary);
    font-weight: 300;
    position: absolute;
    top: 0;
    padding: 40px 25px;
    left: 0;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
    .dlab-box.style-2 .sub-title a {
      color: inherit; }
    @media only screen and (max-width: 1280px) {
      .dlab-box.style-2 .sub-title {
        padding: 20px 12px;
        font-size: 15px; } }
  .dlab-box.style-2 .title {
    margin: 0;
    font-size: 30px;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
    .dlab-box.style-2 .title span {
      display: block; }
  .dlab-box.style-2 .port-info {
    position: absolute;
    bottom: 10px;
    right: 200px;
    background: #fff;
    padding: 50px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    max-width: 450px;
    width: 100%; }
    @media only screen and (max-width: 1280px) {
      .dlab-box.style-2 .port-info {
        padding: 30px; }
        .dlab-box.style-2 .port-info .dlab-meta {
          margin-bottom: 5px; }
          .dlab-box.style-2 .port-info .dlab-meta ul li {
            font-size: 15px; }
        .dlab-box.style-2 .port-info h2.title, .dlab-box.style-2 .port-info .title.h2 {
          font-size: 24px; } }
    @media only screen and (max-width: 991px) {
      .dlab-box.style-2 .port-info {
        right: 30px;
        max-width: 350px; } }
    @media only screen and (max-width: 767px) {
      .dlab-box.style-2 .port-info h2.title, .dlab-box.style-2 .port-info .title.h2 {
        font-size: 20px; } }
    @media only screen and (max-width: 575px) {
      .dlab-box.style-2 .port-info {
        padding: 20px;
        right: 15px;
        max-width: 90%; } }
  .dlab-box.style-2 .dlab-meta ul li {
    color: var(--primary);
    font-size: 18px;
    padding-left: 15px;
    position: relative; }
    .dlab-box.style-2 .dlab-meta ul li:after {
      content: "";
      height: 8px;
      width: 8px;
      background: var(--primary);
      position: absolute;
      border-radius: 4px;
      left: 0;
      top: 50%;
      margin-top: -4px; }
  .dlab-box.style-2 .view-btn {
    width: 75px;
    height: 75px;
    position: absolute;
    top: 30px;
    right: 30px;
    border-radius: var(--border-radius-base);
    z-index: 1;
    transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center; }
    .dlab-box.style-2 .view-btn:after {
      content: "\f00e";
      -webkit-transition: all 0.8s;
      -ms-transition: all 0.8s;
      transition: all 0.8s;
      opacity: 0;
      font-family: 'Line Awesome Free';
      font-weight: 900;
      color: #fff;
      font-size: 35px;
      display: inline-block;
      transform: scale(2);
      -moz-transform: scale(2);
      -webkit-transform: scale(2);
      -ms-transform: scale(2);
      -o-transform: scale(2); }
    @media only screen and (max-width: 767px) {
      .dlab-box.style-2 .view-btn {
        width: 50px;
        height: 50px;
        top: 15px;
        right: 15px; }
        .dlab-box.style-2 .view-btn:after {
          font-size: 25px; } }
  .dlab-box.style-2:hover .view-btn {
    background: var(--primary);
    transition-delay: 0s; }
    .dlab-box.style-2:hover .view-btn:after {
      opacity: 1;
      transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1); }

.testimonial-pic {
  background: #FFF;
  width: 100px;
  height: 100px;
  position: relative;
  display: inline-block;
  border: 5px solid #FFF; }
  .testimonial-pic.radius {
    border-radius: 100%;
    -webkit-border-radius: 100%; }
    .testimonial-pic.radius img {
      width: 100%;
      height: 100%;
      border-radius: 100%;
      -webkit-border-radius: 100%; }
  .testimonial-pic.shadow {
    -webkit-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35); }

.quote-left,
.quote-right {
  position: relative; }
  .quote-left:before,
  .quote-right:before {
    font-family: "Flaticon";
    position: absolute;
    z-index: 10;
    height: 36px;
    width: 36px;
    line-height: 36px;
    background-color: var(--primary);
    color: #fff;
    border-radius: 30px;
    text-align: center;
    font-size: 18px; }

.quote-left:before {
  top: 15px;
  content: "\f115";
  left: 0; }

.quote-right:before {
  top: 15px;
  content: "\f11e";
  right: 0; }

.testimonial-text {
  position: relative;
  font-size: 15px;
  font-weight: 400; }
  .testimonial-text p:last-child {
    margin: 0; }

.testimonial-detail {
  padding: 5px; }

.testimonial-position {
  font-size: 15px; }

.testimonial-name,
.testimonial-position {
  display: block; }

.testimonial-bg {
  color: #fff; }

.star-rating li {
  display: inline-block; }

.testimonial-1 .testimonial-text {
  background-color: #fff;
  padding: 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
  .testimonial-1 .testimonial-text:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }

.testimonial-1 .testimonial-detail {
  padding: 25px 0 20px 20px; }

.testimonial-1 .testimonial-pic {
  float: left;
  margin-right: 15px;
  width: 80px;
  height: 80px; }

.testimonial-1 .testimonial-position,
.testimonial-1 .testimonial-name {
  padding: 2px 0; }

.testimonial-1 .testimonial-position {
  color: var(--primary);
  font-style: italic; }

.testimonial-1 .testimonial-name {
  padding-top: 20px;
  font-weight: 700; }

.testimonial-1 .quote-left:before {
  content: "\f11d";
  font-family: 'flaticon';
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  background: var(--primary);
  position: absolute;
  color: #fff;
  text-align: center;
  left: 0;
  top: 50px;
  border-radius: 100%;
  -webkit-border-radius: 100%; }

.section-head.style-1 h2, .section-head.style-1 .h2 {
  font-size: 2.8125rem; }
  .section-head.style-1 h2 span, .section-head.style-1 .h2 span {
    color: var(--primary); }
  @media only screen and (max-width: 1280px) {
    .section-head.style-1 h2, .section-head.style-1 .h2 {
      font-size: 2.25rem; } }
  @media only screen and (max-width: 767px) {
    .section-head.style-1 h2, .section-head.style-1 .h2 {
      font-size: 1.875rem; } }

.section-head.style-1 .sub-title:before, .section-head.style-1 .sub-title:after {
  content: "\f111";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  transform: scale(0.5);
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  display: inline-block; }

.section-head.style-1 .sub-title:before {
  transform-origin: left;
  -moz-transform-origin: left;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left; }

.section-head.style-1 .sub-title:after {
  content: none;
  transform-origin: right;
  -moz-transform-origin: right;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right; }

.section-head.style-1.text-center .sub-title:after {
  content: "\f111"; }

.section-head.style-2 h2, .section-head.style-2 .h2 {
  font-size: 2.8125rem; }
  .section-head.style-2 h2 span, .section-head.style-2 .h2 span {
    color: var(--primary); }
  @media only screen and (max-width: 1280px) {
    .section-head.style-2 h2, .section-head.style-2 .h2 {
      font-size: 2.25rem; } }
  @media only screen and (max-width: 767px) {
    .section-head.style-2 h2, .section-head.style-2 .h2 {
      font-size: 1.875rem; } }

.section-head.style-2 .sub-title {
  display: inline-flex;
  align-items: center; }
  .section-head.style-2 .sub-title:before, .section-head.style-2 .sub-title:after {
    content: "";
    height: 1px;
    width: 55px;
    background-color: #000;
    display: inline-block;
    margin-right: 10px; }
    @media only screen and (max-width: 575px) {
      .section-head.style-2 .sub-title:before, .section-head.style-2 .sub-title:after {
        width: 35px; } }
  .section-head.style-2 .sub-title:before {
    margin-right: 10px; }
  .section-head.style-2 .sub-title:after {
    content: none;
    margin-left: 10px; }
  .section-head.style-2 .sub-title.text-primary:before, .section-head.style-2 .sub-title.text-primary:after {
    background-color: var(--primary); }
  .section-head.style-2 .sub-title.text-secondary:before, .section-head.style-2 .sub-title.text-secondary:after {
    background-color: var(--secondary); }
  .section-head.style-2 .sub-title.text-white:before, .section-head.style-2 .sub-title.text-white:after {
    background-color: #fff; }

.section-head.style-2.text-end .sub-title:before {
  content: none; }

.section-head.style-2.text-end .sub-title:after {
  content: ""; }

.icon-bx-xl {
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  width: 150px;
  height: 150px;
  line-height: 150px; }
  .icon-bx-xl.radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
  .icon-bx-xl i {
    font-size: 80px;
    vertical-align: middle; }
  .icon-bx-xl img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 80px; }

.icon-bx-lg {
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  width: 120px;
  height: 120px;
  line-height: 120px; }
  .icon-bx-lg.radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
  .icon-bx-lg i {
    font-size: 60px;
    vertical-align: middle; }
  .icon-bx-lg img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 55px; }

.icon-bx-md {
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  width: 100px;
  height: 100px;
  line-height: 100px; }
  .icon-bx-md.radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
  .icon-bx-md i {
    font-size: 45px;
    vertical-align: middle; }
  .icon-bx-md img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 40px; }

.icon-bx-sm {
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  width: 80px;
  height: 80px;
  min-width: 80px;
  line-height: 80px; }
  .icon-bx-sm.radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
  .icon-bx-sm i {
    font-size: 30px;
    vertical-align: middle; }
  .icon-bx-sm img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 30px; }

.icon-bx-xs {
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  width: 60px;
  height: 60px;
  line-height: 60px; }
  .icon-bx-xs.radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
  .icon-bx-xs i {
    font-size: 30px;
    vertical-align: middle; }
  .icon-bx-xs img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 20px; }

.icon-xl {
  display: inline-block;
  text-align: center;
  width: 100px; }
  .icon-xl i {
    vertical-align: middle;
    font-size: 80px; }
  .icon-xl img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 80px; }

.icon-lg {
  display: inline-block;
  text-align: center; }
  .icon-lg i {
    vertical-align: middle;
    font-size: 60px; }
  .icon-lg img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 70px; }

.icon-md {
  display: inline-block;
  text-align: center; }
  .icon-md i {
    vertical-align: middle;
    font-size: 45px; }
  .icon-md img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 50px; }

.icon-sm {
  display: inline-block;
  text-align: center;
  width: 40px; }
  .icon-sm i {
    vertical-align: middle;
    font-size: 30px; }
  .icon-sm img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 30px; }

.icon-xs {
  display: inline-block;
  text-align: center;
  width: 30px; }
  .icon-xs i {
    vertical-align: middle;
    font-size: 20px; }
  .icon-xs img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 20px; }

.icon-bx-wraper {
  position: relative; }
  .icon-bx-wraper .dlab-tilte {
    margin-top: 0; }
  .icon-bx-wraper .after-titile-line {
    margin-bottom: 10px; }
  .icon-bx-wraper p:last-child {
    margin: 0; }
  .icon-bx-wraper.center {
    text-align: center; }
  .icon-bx-wraper.left .icon-bx-xl,
  .icon-bx-wraper.left .icon-bx-lg,
  .icon-bx-wraper.left .icon-bx-md,
  .icon-bx-wraper.left .icon-bx-sm,
  .icon-bx-wraper.left .icon-bx-xs {
    float: left;
    margin-right: 20px; }
  .icon-bx-wraper.left .icon-xl,
  .icon-bx-wraper.left .icon-lg,
  .icon-bx-wraper.left .icon-md,
  .icon-bx-wraper.left .icon-sm,
  .icon-bx-wraper.left .icon-xs {
    float: left;
    margin-right: 10px; }
  .icon-bx-wraper.right {
    text-align: right; }
    .icon-bx-wraper.right .icon-bx-xl,
    .icon-bx-wraper.right .icon-bx-lg,
    .icon-bx-wraper.right .icon-bx-md,
    .icon-bx-wraper.right .icon-bx-sm,
    .icon-bx-wraper.right .icon-bx-xs {
      float: right;
      margin-left: 20px; }
    .icon-bx-wraper.right .icon-xl,
    .icon-bx-wraper.right .icon-lg,
    .icon-bx-wraper.right .icon-md,
    .icon-bx-wraper.right .icon-sm,
    .icon-bx-wraper.right .icon-xs {
      float: right;
      margin-left: 10px; }
  .icon-bx-wraper.bx-style-1, .icon-bx-wraper.bx-style-2 {
    border-width: 1px;
    border-style: solid;
    border-color: #ebedf2; }
  .icon-bx-wraper.bx-style-2.center [class*="icon-bx-"] {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .icon-bx-wraper.bx-style-2.center .icon-bx-xl {
    margin-left: -75px; }
  .icon-bx-wraper.bx-style-2.center .icon-bx-lg {
    margin-left: -60px; }
  .icon-bx-wraper.bx-style-2.center .icon-bx-md {
    margin-left: -50px; }
  .icon-bx-wraper.bx-style-2.center .icon-bx-sm {
    margin-left: -40px; }
  .icon-bx-wraper.bx-style-2.center .icon-bx-xs {
    margin-left: -20px; }
  .icon-bx-wraper.bx-style-2.left [class*="icon-bx-"] {
    position: absolute;
    top: auto;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .icon-bx-wraper.bx-style-2.right [class*="icon-bx-"] {
    position: absolute;
    top: auto;
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%); }

.icon-content {
  overflow: hidden; }

[class*="icon-bx-"][class*="bg-"] a,
[class*="icon-bx-"][class*="bg-"] span {
  color: #fff; }

[class*="icon-bx-"].bg-white a {
  color: inherit; }

[class*="icon-bx-"][class*="border-"] {
  display: table;
  line-height: normal;
  margin-left: auto;
  margin-right: auto; }

[class*="icon-bx-"][class*="border-"] .icon-cell {
  display: table-cell;
  vertical-align: middle; }

.dlab-box,
.dlab-info,
.dlab-tilte,
.dlab-tilte-inner {
  position: relative; }

.dlab-tilte-inner {
  display: inline-block; }

.dlab-box[class*="border-"],
.dlab-info[class*="border-"] {
  border-color: #eee; }

.dlab-info.border-1,
.dlab-info.border-2,
.dlab-info.border-3,
.dlab-info.border-4,
.dlab-info.border-5 {
  border-top: none; }

.border-1,
.border-2,
.border-3,
.border-4,
.border-5 {
  border-style: solid; }

.border-1 {
  border-width: 1px; }

.border-2 {
  border-width: 2px; }

.border-3 {
  border-width: 3px; }

.border-4 {
  border-width: 4px; }

.border-5 {
  border-width: 5px; }

.left-border,
.right-border {
  position: relative; }
  .left-border:before,
  .right-border:before {
    content: "";
    position: absolute;
    top: 5px;
    width: 1px;
    height: 90%;
    background: #CCC; }

.right-border:before {
  right: 0; }

.dlab-media,
.dlab-post-media {
  position: relative;
  overflow: hidden; }
  .dlab-media img,
  .dlab-post-media img {
    width: 100%;
    height: auto; }

.dlab-box-bg {
  overflow: hidden;
  background-size: cover; }
  .dlab-box-bg .btn, .dlab-box-bg .wp-block-button__link {
    overflow: unset; }
  .dlab-box-bg .glyph-icon {
    font-size: 50px; }
  .dlab-box-bg .icon-bx-wraper {
    background-color: #f8f8f8; }
  .dlab-box-bg .text-primary,
  .dlab-box-bg .icon-content .dlab-tilte,
  .dlab-box-bg .icon-content p,
  .dlab-box-bg .icon-box-btn .btn,
  .dlab-box-bg .icon-box-btn .wp-block-button__link {
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
  .dlab-box-bg.active .icon-bx-wraper {
    background-color: rgba(0, 0, 0, 0.7); }
  .dlab-box-bg.active .text-primary,
  .dlab-box-bg.active .icon-content .dlab-tilte,
  .dlab-box-bg.active .icon-content p,
  .dlab-box-bg.active .icon-box-btn .btn,
  .dlab-box-bg.active .icon-box-btn .wp-block-button__link {
    color: #fff;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
  
  .dlab-box-bg .icon-box-btn .btn,
  .dlab-box-bg .icon-box-btn .wp-block-button__link {
    background-color: #eeeeee;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 0;
    color: #1abc9c;
    font-weight: 600;
    margin-bottom: 0; }

.icon-bx-wraper.style-1 {
  font-size: 16px;
  background-color: #fff;
  box-shadow: 0px 26px 40px rgba(38, 58, 126, 0.14);
  border-radius: var(--border-radius-lg);
  padding: 45px 40px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s; }
  .icon-bx-wraper.style-1 svg path {
    fill: var(--primary); }
  .icon-bx-wraper.style-1 svg rect {
    fill: var(--primary); }
  .icon-bx-wraper.style-1.box-sm {
    padding: 25px 20px; }
  @media only screen and (max-width: 1400px) {
    .icon-bx-wraper.style-1 {
      padding: 40px 25px; } }
  @media only screen and (max-width: 575px) {
    .icon-bx-wraper.style-1 {
      padding: 30px 25px;
      box-shadow: 0px 0px 40px rgba(38, 58, 126, 0.14); } }

.icon-bx-wraper.hover-overlay-effect {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .icon-bx-wraper.hover-overlay-effect .effect {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transition: width .4s ease-in-out,height .4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1; }
  .icon-bx-wraper.hover-overlay-effect svg path,
  .icon-bx-wraper.hover-overlay-effect .title {
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
  .icon-bx-wraper.hover-overlay-effect:hover {
    color: #fff; }
    .icon-bx-wraper.hover-overlay-effect:hover .text-effect-1 .char:after,
    .icon-bx-wraper.hover-overlay-effect:hover .text-effect-1 .char:before {
      color: #fff; }
    .icon-bx-wraper.hover-overlay-effect:hover .text-primary {
      color: #fff !important; }
    .icon-bx-wraper.hover-overlay-effect:hover .btn-outline-primary, .icon-bx-wraper.hover-overlay-effect:hover .is-style-outline .wp-block-button__link, .is-style-outline .icon-bx-wraper.hover-overlay-effect:hover .wp-block-button__link {
      color: #fff;
      border-color: #fff; }
    .icon-bx-wraper.hover-overlay-effect:hover svg path,
    .icon-bx-wraper.hover-overlay-effect:hover svg rect {
      fill: #fff; }
    .icon-bx-wraper.hover-overlay-effect:hover .title {
      color: #fff; }
    .icon-bx-wraper.hover-overlay-effect:hover .effect {
      width: 300%;
      height: 1200px; }

.icon-bx-wraper.style-2 {
  background-color: var(--rgba-primary-1);
  margin-left: 25px;
  border-radius: var(--border-radius-base); }
  .icon-bx-wraper.style-2 .icon-bx-sm {
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    display: inline-block;
    height: 50px;
    width: 50px;
    min-width: 50px;
    line-height: 50px;
    text-align: center;
    background-color: var(--primary); }
  .icon-bx-wraper.style-2 .icon-content {
    padding: 15px 40px;
    font-weight: 600;
    min-height: 85px;
    display: flex;
    align-items: center;
    color: #595959; }

.icon-bx-wraper.style-3 {
  background: #f7f8fa;
  padding: 20px;
  border: 1px dashed #eeeeee;
  border-radius: var(--border-radius-base); }
  .icon-bx-wraper.style-3 .photo {
    float: left;
    width: 120px;
    min-width: 120px;
    border-radius: var(--border-radius-base); }
  .icon-bx-wraper.style-3 .content-box {
    padding-left: 140px; }
  .icon-bx-wraper.style-3 .used-car-dl-info li {
    display: inline-block;
    color: #6d7075;
    font-weight: 500;
    font-size: 15px;
    padding-right: 12px;
    margin-right: 12px;
    border-right: 1px solid #00000047; }
    .icon-bx-wraper.style-3 .used-car-dl-info li:last-child {
      border-right: 0;
      padding-right: 0;
      margin-right: 0; }
  @media only screen and (max-width: 991px) {
    .icon-bx-wraper.style-3 .photo {
      width: 80px;
      min-width: 80px; }
    .icon-bx-wraper.style-3 .content-box {
      padding-left: 100px; }
    .icon-bx-wraper.style-3 .used-car-dl-info li {
      border-right: 0; } }

.icon-bx-wraper.style-4 {
  padding: 40px 30px;
  background-color: #fff;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s; }
  .icon-bx-wraper.style-4 .dlab-tilte {
    font-weight: 500; }
  .icon-bx-wraper.style-4.active {
    background-color: var(--primary);
    color: #fff; }
    .icon-bx-wraper.style-4.active .dlab-tilte {
      color: #fff; }
    .icon-bx-wraper.style-4.active svg path {
      fill: #fff; }

.icon-bx-wraper.style-5 {
  border-width: 1px;
  border-style: solid;
  border-color: #ebedf2; }
  .icon-bx-wraper.style-5.active {
    background-color: #fff; }
    .icon-bx-wraper.style-5.active .dlab-tilte {
      color: #000; }

.icon-bx-wraper.style-6 {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: var(--border-radius-base);
  padding: 40px 30px; }

.dlab-team {
  transition: all 0.5s; }
  .dlab-team .dlab-name a {
    transition: all 0.5s; }
  .dlab-team .dlab-content {
    transition: all 0.5s;
    position: relative; }
  .dlab-team .dlab-media img {
    width: 100%; }
  .dlab-team .dlab-position {
    display: block; }

.dlab-team.style-1 {
  text-align: center; }
  .dlab-team.style-1 .dlab-media {
    height: 335px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative; }
    .dlab-team.style-1 .dlab-media img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: top;
      -webkit-transition: all 0.2s;
      -ms-transition: all 0.2s;
      transition: all 0.2s; }
    .dlab-team.style-1 .dlab-media .overlay-bx {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: rgba(0, 0, 0, 0.5); }
      .dlab-team.style-1 .dlab-media .overlay-bx .social-list {
        transform: scale(0);
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s; }
  .dlab-team.style-1:hover .dlab-media img {
    transform: scale(1.1); }
  .dlab-team.style-1:hover .dlab-media .overlay-bx {
    opacity: 1;
    visibility: visible; }
    .dlab-team.style-1:hover .dlab-media .overlay-bx .social-list {
      transform: scale(1); }

@media only screen and (max-width: 991px) {
  .team-slider {
    overflow: hidden; }
    .team-slider .row {
      flex-wrap: nowrap; }
    .team-slider .swiper-slide {
      width: 360px; } }

@media only screen and (max-width: 575px) {
  .team-slider .swiper-slide {
    width: 300px; }
  .team-slider .dlab-team.style-1 {
    margin-bottom: 0; } }

.blog-swiper {
  margin: -15px;
  width: auto; }
  .blog-swiper .swiper-slide > div {
    margin: 15px;
    height: 100%; }

.dlab-card {
  position: relative; }
  .dlab-card .dlab-info {
    padding: 30px;
    position: relative; }
  .dlab-card .dlab-title {
    margin-bottom: 15px;
    word-break: break-word; }
  .dlab-card.blog-half {
    display: flex; }
    @media only screen and (max-width: 575px) {
      .dlab-card.blog-half {
        display: block; } }
    .dlab-card.blog-half .dlab-info {
      padding: 30px;
      position: relative;
      flex: 1; }
    .dlab-card.blog-half .dlab-media {
      margin-bottom: 0;
      max-width: 300px;
      min-width: 300px; }
      @media only screen and (max-width: 1280px) {
        .dlab-card.blog-half .dlab-media {
          max-width: 250px;
          min-width: 250px; } }
      @media only screen and (max-width: 575px) {
        .dlab-card.blog-half .dlab-media {
          max-width: 100%;
          min-width: 100%; } }
      .dlab-card.blog-half .dlab-media a {
        display: block;
        height: 100%; }
      .dlab-card.blog-half .dlab-media img {
        height: 100%;
        object-fit: cover;
        min-height: 235px; }
        @media only screen and (max-width: 575px) {
          .dlab-card.blog-half .dlab-media img {
            min-height: auto; } }
    .dlab-card.blog-half.post-video .post-video-icon {
      width: 60px;
      height: 60px;
      font-size: 20px; }
    .dlab-card.blog-half .swiper-container {
      height: 100%; }

.dlab-meta {
  margin-bottom: 15px; }
  .dlab-meta ul {
    margin: 0;
    padding: 0; }
    .dlab-meta ul li {
      display: inline-block;
      margin-right: 20px; }
      .dlab-meta ul li a {
        color: inherit; }

.post-video .post-video-icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--primary);
  font-size: 30px;
  margin: 0 auto;
  background-color: #fff;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.5);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px; }
  @media only screen and (max-width: 575px) {
    .post-video .post-video-icon {
      height: 50px;
      width: 50px;
      line-height: 50px;
      font-size: 14px; } }
  .post-video .post-video-icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 100%;
    animation: animationSignal1;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    -webkit-animation: animationSignal1;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 3s;
    z-index: -1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transition: all 0.5;
    -o-transition: all 0.5;
    -webkit-transition: all 0.5;
    -ms-transition: all 0.5;
    transition: all 0.5; }
  .post-video .post-video-icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #fff;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    animation: animationSignal2;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    -webkit-animation: animationSignal2;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 3s;
    z-index: -1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transition: all 0.5;
    -o-transition: all 0.5;
    -webkit-transition: all 0.5;
    -ms-transition: all 0.5;
    transition: all 0.5; }

.dlab-card.style-1 {
  overflow: hidden;
  border-radius: var(--border-radius-base); }
  .dlab-card.style-1 .dlab-media img {
    border-radius: var(--border-radius-base); }
  .dlab-card.style-1 .dlab-info {
    padding: 35px 30px 20px; }
    @media only screen and (max-width: 575px) {
      .dlab-card.style-1 .dlab-info {
        padding: 25px 25px 20px; } }
  .dlab-card.style-1 .dlab-title {
    margin-bottom: 12px; }
  .dlab-card.style-1 p {
    font-size: 16px;
    margin-bottom: 20px; }
  .dlab-card.style-1 .dlab-meta {
    margin-bottom: 10px; }
    .dlab-card.style-1 .dlab-meta ul li {
      margin-right: 0; }
  .dlab-card.style-1.blog-lg .dlab-info {
    padding: 40px 35px 30px; }
  @media only screen and (max-width: 767px) {
    .dlab-card.style-1.blog-lg .dlab-info {
      padding: 35px 30px 20px; } }
  .dlab-card.style-1.shadow {
    box-shadow: 0 0 60px 20px rgba(0, 0, 0, 0.1) !important; }
    .dlab-card.style-1.shadow .dlab-media img {
      border-radius: 0; }
    .dlab-card.style-1.shadow .btn, .dlab-card.style-1.shadow .wp-block-button__link {
      margin-bottom: 10px; }
  .dlab-card.style-1.blog-half .dlab-meta {
    position: unset !important; }
  .dlab-card.style-1.text-white .dlab-title a {
    color: #fff; }
    .dlab-card.style-1.text-white .dlab-title a:hover {
      color: var(--primary); }
  .dlab-card.style-1 .dlab-meta ul li {
    display: inline;
    font-weight: 500;
    position: relative;
    padding-right: 20px; }
    .dlab-card.style-1 .dlab-meta ul li span {
      color: #888;
      white-space: nowrap;
      font-size: 12px;
      text-transform: uppercase;
      font-family: var(--font-family-title);
      padding: 0 15px 0px 0px;
      letter-spacing: 1px;
      font-weight: 400; }
      .dlab-card.style-1 .dlab-meta ul li span:after {
        content: "";
        position: absolute;
        width: 8px;
        height: 2px;
        background: var(--primary);
        top: 9px;
        right: 13px; }
    .dlab-card.style-1 .dlab-meta ul li a {
      color: #888;
      white-space: nowrap;
      font-size: 12px;
      text-transform: uppercase;
      font-family: var(--font-family-title);
      padding: 0 10px 0px 0px;
      letter-spacing: 1px;
      font-weight: 400; }

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

.dlab-card.style-2 .dlab-info {
  padding: 30px 25px 20px; }

.dlab-card.style-2 .dlab-meta ul li {
  margin-right: 10px; }

.dlab-card.style-2 .post-date,
.dlab-card.style-2 .post-author a {
  background-color: var(--primary);
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--font-family-title);
  padding: 8px 18px; }

.dlab-card.style-2.blog-half {
  align-items: center; }
  .dlab-card.style-2.blog-half h2.dlab-title, .dlab-card.style-2.blog-half .dlab-title.h2 {
    font-size: 42px; }
  .dlab-card.style-2.blog-half .dlab-media {
    max-width: 60%;
    min-width: 60%; }
  .dlab-card.style-2.blog-half .dlab-info {
    padding: 0 70px 0 0; }
    .dlab-card.style-2.blog-half .dlab-info p {
      margin-bottom: 30px; }
  .dlab-card.style-2.blog-half .dlab-media + .dlab-info {
    padding: 0 0 0 70px; }
  @media only screen and (max-width: 1280px) {
    .dlab-card.style-2.blog-half h2.dlab-title, .dlab-card.style-2.blog-half .dlab-title.h2 {
      font-size: 36px; }
    .dlab-card.style-2.blog-half .dlab-media {
      max-width: 50%;
      min-width: 50%; }
    .dlab-card.style-2.blog-half .dlab-info {
      padding: 0 30px 0 0; }
    .dlab-card.style-2.blog-half .dlab-media + .dlab-info {
      padding: 0 0 0 30px; } }
  @media only screen and (max-width: 991px) {
    .dlab-card.style-2.blog-half {
      display: block; }
      .dlab-card.style-2.blog-half .dlab-media {
        max-width: 100%;
        min-width: 100%; }
      .dlab-card.style-2.blog-half .dlab-info {
        padding: 0 0 30px 0; }
      .dlab-card.style-2.blog-half .dlab-media + .dlab-info {
        padding: 30px 0 0 0; } }
  @media only screen and (max-width: 575px) {
    .dlab-card.style-2.blog-half h2.dlab-title, .dlab-card.style-2.blog-half .dlab-title.h2 {
      font-size: 32px; } }

.dlab-card.style-2.text-white .dlab-title a {
  color: #fff; }

.banner-one {
  overflow: hidden; }
  .banner-one > .row {
    margin-left: calc(calc(100% - 1300px)/2); }
    @media only screen and (max-width: 1400px) {
      .banner-one > .row {
        margin-left: calc(calc(100% - 1140px)/2); } }
    @media only screen and (max-width: 1200px) {
      .banner-one > .row {
        margin-left: calc(calc(100% - 960px)/2); } }
    @media only screen and (max-width: 991px) {
      .banner-one > .row {
        margin-left: calc(calc(100% - 720px)/2);
        margin-right: calc(calc(100% - 720px)/2); } }
    @media only screen and (max-width: 767px) {
      .banner-one > .row {
        margin-left: calc(calc(100% - 540px)/2);
        margin-right: calc(calc(100% - 540px)/2); } }
    @media only screen and (max-width: 575px) {
      .banner-one > .row {
        margin-left: 0;
        margin-right: 0; } }
  .banner-one .trending-box {
    display: inline-block;
    background-color: #F0F0F0;
    color: #747474;
    border-radius: 44px;
    margin-bottom: 25px;
    padding: 8px 25px 8px 8px;
    font-size: 16px;
    font-weight: 500; }
    .banner-one .trending-box .text-btn {
      background-color: #FF9446;
      color: #fff;
      border-radius: 44px;
      padding: 8px 20px;
      font-weight: 600;
      margin-right: 15px;
      display: inline-block; }
  .banner-one .banner-content {
    padding: 60px 0;
    position: relative; }
    .banner-one .banner-content .title {
      font-size: 58px;
      color: #000;
      margin-bottom: 20px; }
    .banner-one .banner-content .img1 {
      position: absolute;
      right: 25px;
      top: 70px; }
  @media only screen and (max-width: 1600px) {
    .banner-one .banner-content .title {
      font-size: 60px; } }
  @media only screen and (max-width: 1400px) {
    .banner-one .banner-content .title {
      font-size: 50px; }
    .banner-one .trending-box {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 575px) {
    .banner-one .banner-content {
      padding: 40px 0; }
      .banner-one .banner-content .title {
        font-size: 32px; }
    .banner-one .trending-box {
      font-size: 14px;
      margin-bottom: 20px;
      position: relative;
      z-index: 1; } }

.banner-slider {
  width: 100%;
  right: 0;
  border-radius: 0 0 0 100px;
  overflow: hidden; }
  .banner-slider .dlab-slide-item {
    position: relative; }
    .banner-slider .dlab-slide-item .silder-content {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.31) 0%, rgba(0, 0, 0, 0.01) 100%); }
    .banner-slider .dlab-slide-item .slider-img {
      height: calc(100vh - 117px);
      min-height: 780px; }
      .banner-slider .dlab-slide-item .slider-img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .banner-slider .dlab-slide-item .inner-content {
      display: flex;
      justify-content: space-between;
      padding: 70px 70px;
      color: #fff; }
      .banner-slider .dlab-slide-item .inner-content .right {
        text-align: right; }
      .banner-slider .dlab-slide-item .inner-content .car-type {
        font-weight: 600;
        margin-bottom: 0; }
      .banner-slider .dlab-slide-item .inner-content .car-name {
        font-size: 36px;
        font-weight: 300;
        opacity: 0;
        transition: opacity .5s, visibility .5s;
        visibility: hidden;
        -webkit-transition: opacity .5s, visibility .5s;
        -o-transition: opacity .5s, visibility .5s; }
      .banner-slider .dlab-slide-item .inner-content .price-label {
        margin-bottom: 0; }
      .banner-slider .dlab-slide-item .inner-content .car-label {
        margin-bottom: 0; }
      .banner-slider .dlab-slide-item .inner-content .car-price {
        font-size: 36px;
        perspective: 500px;
        transform-style: preserve-3d;
        font-weight: 600; }
    .banner-slider .dlab-slide-item .discover-link {
      position: absolute;
      bottom: 70px;
      left: 70px;
      color: #fff;
      letter-spacing: 5px; }
      .banner-slider .dlab-slide-item .discover-link:before {
        content: '>';
        font: inherit;
        vertical-align: 0.1em;
        display: inline-block;
        transform: scaleY(0) translateX(-1em);
        margin-right: -0.25em; }
      .banner-slider .dlab-slide-item .discover-link:before,
      .banner-slider .dlab-slide-item .discover-link .char {
        transition: transform 0.8s cubic-bezier(0.75, 0, 0.24, 0.98);
        transition-delay: calc( 0.015s * var(--char-index)); }
      .banner-slider .dlab-slide-item .discover-link .char {
        transform: translateX(-0.15em); }
      .banner-slider .dlab-slide-item .discover-link:hover:before {
        transform: scaleY(1) translateX(0em); }
      .banner-slider .dlab-slide-item .discover-link:hover .char {
        transform: translateX(1em);
        transform: translateX(0.5em) translateX(calc(0.1em * var(--char-index))); }
  .banner-slider .slider-one-pagination {
    position: absolute;
    right: 70px;
    bottom: 70px; }
    .banner-slider .slider-one-pagination .btn-next, .banner-slider .slider-one-pagination .btn-prev {
      background: transparent;
      color: rgba(255, 255, 255, 0.5);
      box-shadow: none; }
      .banner-slider .slider-one-pagination .btn-next i, .banner-slider .slider-one-pagination .btn-prev i {
        font-size: 26px; }
      .banner-slider .slider-one-pagination .btn-next:hover, .banner-slider .slider-one-pagination .btn-prev:hover {
        color: #fff; }
  .banner-slider .swiper-slide-active .dlab-slide-item .inner-content .car-name {
    webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
    .banner-slider .swiper-slide-active .dlab-slide-item .inner-content .car-name .char {
      -webkit-animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
      animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
      -webkit-animation-delay: calc(60ms * var(--char-index));
      animation-delay: calc(60ms * var(--char-index)); }
  .banner-slider .swiper-slide-active .dlab-slide-item .inner-content .car-price .char {
    animation: plop 2s ease;
    animation-delay: calc( 0.05s * var(--char-index)); }
  @media only screen and (max-width: 1400px) {
    .banner-slider .dlab-slide-item .inner-content {
      padding: 50px 50px; }
      .banner-slider .dlab-slide-item .inner-content .car-name,
      .banner-slider .dlab-slide-item .inner-content .car-price {
        font-size: 30px; }
    .banner-slider .dlab-slide-item .discover-link {
      left: 50px; }
    .banner-slider .slider-one-pagination {
      right: 50px; } }
  @media only screen and (max-width: 991px) {
    .banner-slider {
      width: 100%;
      border-radius: 50px; }
      .banner-slider .dlab-slide-item .slider-img {
        min-height: unset;
        height: 550px; }
      .banner-slider .dlab-slide-item .discover-link {
        bottom: 50px; }
      .banner-slider .slider-one-pagination {
        bottom: 45px; } }
  @media only screen and (max-width: 575px) {
    .banner-slider {
      border-radius: 30px; }
      .banner-slider .dlab-slide-item .inner-content {
        padding: 20px 20px; }
        .banner-slider .dlab-slide-item .inner-content .car-type,
        .banner-slider .dlab-slide-item .inner-content .price-label {
          font-size: 14px; }
        .banner-slider .dlab-slide-item .inner-content .car-name,
        .banner-slider .dlab-slide-item .inner-content .car-price {
          font-size: 20px; }
      .banner-slider .dlab-slide-item .slider-img {
        height: 350px; }
      .banner-slider .dlab-slide-item .discover-link {
        left: 20px;
        bottom: 20px;
        font-size: 12px; }
      .banner-slider .slider-one-pagination {
        bottom: 15px;
        right: 20px; }
        .banner-slider .slider-one-pagination .btn-next, .banner-slider .slider-one-pagination .btn-prev {
          height: 30px;
          width: 30px;
          line-height: 30px;
          margin: 0 5px; }
          .banner-slider .slider-one-pagination .btn-next i, .banner-slider .slider-one-pagination .btn-prev i {
            font-size: 20px; } }

.social-list.style-1 li {
  display: inline-block; }
  .social-list.style-1 li a {
    color: var(--primary);
    opacity: 0.5;
    margin-right: 18px; }
  .social-list.style-1 li i {
    font-size: 20px; }
  .social-list.style-1 li:hover a {
    opacity: 1; }

.car-search-box {
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 31px 81px rgba(0, 17, 77, 0.2);
  border-radius: 12px;
  padding: 15px 0;
  position: relative;
  z-index: 5;
  margin: 40px 0;
  margin-right: -140px; }
  .car-search-box.sp15 {
    padding: 15px 5px; }
  .car-search-box .selected-box .form-select {
    font-weight: 600;
    height: 52px;
    border: 0;
    text-transform: uppercase; }
  .car-search-box .selected-box .form-control, .car-search-box .selected-box .wp-block-categories-dropdown select, .wp-block-categories-dropdown .car-search-box .selected-box select,
  .car-search-box .selected-box .wp-block-archives-dropdown select, .wp-block-archives-dropdown .car-search-box .selected-box select, .car-search-box .selected-box .comment-respond .comment-form p.comment-form-author input, .comment-respond .comment-form p.comment-form-author .car-search-box .selected-box input,
  .car-search-box .selected-box .comment-respond .comment-form p.comment-form-email input, .comment-respond .comment-form p.comment-form-email .car-search-box .selected-box input,
  .car-search-box .selected-box .comment-respond .comment-form p.comment-form-url input, .comment-respond .comment-form p.comment-form-url .car-search-box .selected-box input,
  .car-search-box .selected-box .comment-respond .comment-form p textarea, .comment-respond .comment-form p .car-search-box .selected-box textarea {
    background-color: transparent; }
    .car-search-box .selected-box .form-control .btn, .car-search-box .selected-box .wp-block-categories-dropdown select .btn, .wp-block-categories-dropdown .car-search-box .selected-box select .btn, .car-search-box .selected-box .wp-block-archives-dropdown select .btn, .wp-block-archives-dropdown .car-search-box .selected-box select .btn, .car-search-box .selected-box .comment-respond .comment-form p.comment-form-author input .btn, .comment-respond .comment-form p.comment-form-author .car-search-box .selected-box input .btn, .car-search-box .selected-box .comment-respond .comment-form p.comment-form-email input .btn, .comment-respond .comment-form p.comment-form-email .car-search-box .selected-box input .btn, .car-search-box .selected-box .comment-respond .comment-form p.comment-form-url input .btn, .comment-respond .comment-form p.comment-form-url .car-search-box .selected-box input .btn, .car-search-box .selected-box .comment-respond .comment-form p textarea .btn, .comment-respond .comment-form p .car-search-box .selected-box textarea .btn, .car-search-box .selected-box .form-control .wp-block-button__link, .car-search-box .selected-box .wp-block-categories-dropdown select .wp-block-button__link, .wp-block-categories-dropdown .car-search-box .selected-box select .wp-block-button__link, .car-search-box .selected-box .wp-block-archives-dropdown select .wp-block-button__link, .wp-block-archives-dropdown .car-search-box .selected-box select .wp-block-button__link, .car-search-box .selected-box .comment-respond .comment-form p.comment-form-author input .wp-block-button__link, .comment-respond .comment-form p.comment-form-author .car-search-box .selected-box input .wp-block-button__link, .car-search-box .selected-box .comment-respond .comment-form p.comment-form-email input .wp-block-button__link, .comment-respond .comment-form p.comment-form-email .car-search-box .selected-box input .wp-block-button__link, .car-search-box .selected-box .comment-respond .comment-form p.comment-form-url input .wp-block-button__link, .comment-respond .comment-form p.comment-form-url .car-search-box .selected-box input .wp-block-button__link, .car-search-box .selected-box .comment-respond .comment-form p textarea .wp-block-button__link, .comment-respond .comment-form p .car-search-box .selected-box textarea .wp-block-button__link {
      background-color: transparent;
      text-transform: uppercase;
      padding: 14px 15px;
      font-weight: 500;
      font-size: 15px; }
  .car-search-box .selected-box input {
    padding: 14px 10px;
    height: auto;
    text-transform: uppercase;
    font-size: 15px;
    border: 0; }
  .car-search-box > div.border-0 .selected-box {
    border-right: 0; }
  .car-search-box .img2 {
    position: absolute;
    bottom: -30px;
    left: -60px;
    width: auto;
    height: auto; }
  .car-search-box.item2 > div {
    border-right: 2px solid #E1E1F0; }
    .car-search-box.item2 > div:nth-child(2), .car-search-box.item2 > div:nth-child(3) {
      border-right: 0; }
  .car-search-box.item3 > div {
    border-right: 2px solid #E1E1F0; }
    .car-search-box.item3 > div:nth-child(3), .car-search-box.item3 > div:nth-child(4) {
      border-right: 0; }
  .car-search-box.item6 .form-control, .car-search-box.item6 .wp-block-categories-dropdown select, .wp-block-categories-dropdown .car-search-box.item6 select,
  .car-search-box.item6 .wp-block-archives-dropdown select, .wp-block-archives-dropdown .car-search-box.item6 select, .car-search-box.item6 .comment-respond .comment-form p.comment-form-author input, .comment-respond .comment-form p.comment-form-author .car-search-box.item6 input,
  .car-search-box.item6 .comment-respond .comment-form p.comment-form-email input, .comment-respond .comment-form p.comment-form-email .car-search-box.item6 input,
  .car-search-box.item6 .comment-respond .comment-form p.comment-form-url input, .comment-respond .comment-form p.comment-form-url .car-search-box.item6 input,
  .car-search-box.item6 .comment-respond .comment-form p textarea, .comment-respond .comment-form p .car-search-box.item6 textarea {
    height: auto;
    background-color: #ebebeb; }
  .car-search-box.item6 .selected-box {
    margin-bottom: 15px; }
  .car-search-box.item6 .fm-btn {
    margin-bottom: -50px; }
  @media only screen and (max-width: 1400px) {
    .car-search-box {
      padding: 10px 0; } }
  @media only screen and (max-width: 991px) {
    .car-search-box {
      margin-right: 0; }
      .car-search-box.item3 .selected-box {
        border-right: 0; } }
  @media only screen and (max-width: 767px) {
    .car-search-box .selected-box {
      border-right: 0; }
    .car-search-box.item2 > div {
      border-right: 0; }
    .car-search-box.item3 > div {
      border-right: 0; }
    .car-search-box .btn-lg, .car-search-box .btn-group-lg > .btn, .car-search-box .btn-group-lg > .wp-block-button__link {
      padding: 15px 30px; } }
  @media only screen and (max-width: 575px) {
    .car-search-box {
      margin: 25px 0; } }

.tags-area {
  margin-top: 45px; }
  .tags-area p {
    color: #575757; }
  .tags-area .tag-list li {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    padding-right: 24px; }
    .tags-area .tag-list li a {
      color: #000; }
    @media only screen and (max-width: 1280px) {
      .tags-area .tag-list li {
        font-size: 20px; } }
  @media only screen and (max-width: 575px) {
    .tags-area {
      margin-top: 20px; }
      .tags-area .tag-list li {
        font-size: 16px;
        padding-right: 16px; } }

.features-box .feature-swiper .dlab-media {
  height: 460px;
  border-radius: 60px; }
  .features-box .feature-swiper .dlab-media img {
    height: 100%;
    object-fit: cover; }
  .features-box .feature-swiper .dlab-media:after {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.39) 0%, rgba(0, 0, 0, 0) 100%); }

.features-box .feature-swiper .swiper-pagination {
  right: 40px;
  top: 50%;
  transform: translateY(-50%); }
  .features-box .feature-swiper .swiper-pagination .swiper-pagination-bullet {
    display: block;
    height: 13px;
    width: 13px;
    border-radius: 13px;
    border: 1px solid #fff;
    background: transparent;
    opacity: 1;
    margin: 10px 0; }
    .features-box .feature-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #fff; }

.features-box .content-box {
  padding-right: 50px; }
  .features-box .content-box.right {
    padding-right: 0;
    padding-left: 50px; }

.features-box .image-slider-box {
  position: relative;
  border-radius: 60px;
  margin-bottom: 80px; }
  .features-box .image-slider-box:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #D2D2D2;
    border-radius: inherit;
    bottom: -75px;
    transform: scale(0.85);
    left: 0; }
  .features-box .image-slider-box:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #EBEBEB;
    border-radius: inherit;
    bottom: -135px;
    transform: scale(0.75);
    left: 0; }
  .features-box .image-slider-box .img1 {
    position: absolute;
    top: 40px;
    left: -40px;
    z-index: 1; }

@media only screen and (max-width: 1400px) {
  .features-box .feature-swiper .dlab-media {
    height: 400px; }
  .features-box .image-slider-box {
    margin-bottom: 70px; }
    .features-box .image-slider-box:after {
      bottom: -70px; }
    .features-box .image-slider-box:before {
      bottom: -120px; } }

@media only screen and (max-width: 1280px) {
  .features-box .content-box {
    padding-right: 20px; } }

@media only screen and (max-width: 991px) {
  .features-box .content-box {
    padding-right: 0; }
    .features-box .content-box.right {
      padding-left: 0; } }

@media only screen and (max-width: 575px) {
  .features-box .feature-swiper .dlab-media {
    height: 250px;
    border-radius: 30px; }
  .features-box .feature-swiper .swiper-pagination {
    right: 20px; }
  .features-box .image-slider-box {
    margin-bottom: 45px; }
    .features-box .image-slider-box:after {
      bottom: -45px; }
    .features-box .image-slider-box:before {
      bottom: -75px; } }

.feature-list {
  display: flex; }
  .feature-list > div:not(:last-child) {
    margin-right: 30px; }
  .feature-list label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px; }
  .feature-list .value {
    margin-bottom: 0;
    font-weight: 600; }
  @media only screen and (max-width: 1400px) {
    .feature-list > div:not(:last-child) {
      margin-right: 25px; } }

.car-list-box {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius-base);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.18);
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }
  .car-list-box .list-info {
    position: relative;
    padding: 40px 40px; }
    .car-list-box .list-info .title a .char {
      overflow: hidden;
      color: transparent; }
      .car-list-box .list-info .title a .char:after, .car-list-box .list-info .title a .char:before {
        visibility: visible;
        color: #000;
        transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
        transition-delay: calc( 0.2s + ( 0.02s * ( var(--char-index)) )); }
      .car-list-box .list-info .title a .char:before {
        transform: translateX(110%);
        color: var(--primary); }
    .car-list-box .list-info .title a:hover .char:before {
      transform: translateX(0%);
      transition-delay: calc( 0.2s + ( 0.02s * ( var(--char-index)) )); }
    .car-list-box .list-info .title a:hover .char:after {
      transform: translateX(-110%);
      transition-delay: calc( 0.02s * ( var(--char-index))); }
    .car-list-box .list-info .title + .car-type {
      margin-bottom: 30px; }
    .car-list-box .list-info .badge {
      position: absolute;
      top: -25px;
      right: 30px;
      background-color: var(--primary);
      padding: 12px 20px;
      font-size: 20px;
      border-radius: 30px;
      font-weight: 500; }
  .car-list-box .car-type {
    font-weight: 600; }
  .car-list-box .media-box {
    overflow: hidden;
    position: relative; }
    .car-list-box .media-box img {
      -webkit-transition: all 0.2s;
      -ms-transition: all 0.2s;
      transition: all 0.2s;
      width: 100%; }
    .car-list-box .media-box .overlay-bx {
      display: flex;
      align-items: center;
      justify-content: center; }
      .car-list-box .media-box .overlay-bx .view-btn {
        cursor: pointer;
        transform: scale(0);
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s; }
    .car-list-box .media-box:after {
      height: 100%;
      width: 100%;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.35);
      opacity: 0;
      -webkit-transition: all 0.8s;
      -ms-transition: all 0.8s;
      transition: all 0.8s; }
  .car-list-box.overlay {
    box-shadow: none; }
    .car-list-box.overlay .media-box {
      height: 500px;
      border-radius: 30px; }
      .car-list-box.overlay .media-box img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
      .car-list-box.overlay .media-box:after {
        content: "";
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.17) 0%, rgba(0, 0, 0, 0.67) 100%);
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        bottom: 0;
        opacity: 1; }
    .car-list-box.overlay .list-info {
      position: absolute;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-end;
      width: 100%;
      height: 100%;
      bottom: 0;
      left: 0;
      color: #fff; }
      .car-list-box.overlay .list-info .title a .char:after,
      .car-list-box.overlay .list-info .title a .char:before {
        color: #fff; }
      .car-list-box.overlay .list-info .badge {
        position: unset; }
    .car-list-box.overlay .car-type {
      position: absolute;
      top: 40px;
      left: 40px;
      z-index: 1;
      font-weight: 300;
      color: #fff;
      letter-spacing: 0.255em; }
  .car-list-box.list-view {
    display: flex; }
    .car-list-box.list-view .media-box {
      width: 360px;
      float: left; }
      .car-list-box.list-view .media-box img {
        height: 100%;
        object-fit: cover; }
    .car-list-box.list-view .list-info {
      padding: 30px 30px;
      flex: 1; }
      .car-list-box.list-view .list-info .badge {
        position: unset; }
      .car-list-box.list-view .list-info .title + .car-type {
        margin-bottom: 18px; }
    @media only screen and (max-width: 767px) {
      .car-list-box.list-view {
        display: block; }
        .car-list-box.list-view .media-box {
          width: 100%;
          float: unset; } }
    @media only screen and (max-width: 575px) {
      .car-list-box.list-view .list-info {
        padding: 20px 20px; } }
  .car-list-box.box-sm .list-info {
    padding: 25px 20px; }
    .car-list-box.box-sm .list-info .title + .car-type {
      margin-bottom: 15px;
      font-size: 14px; }
    .car-list-box.box-sm .list-info .badge {
      padding: 10px 16px;
      font-size: 18px;
      right: 20px; }
  .car-list-box.box-sm .feature-list > div:not(:last-child) {
    margin-right: 20px; }
  .car-list-box.box-sm .feature-list label {
    font-size: 13px; }
  .car-list-box.box-sm .feature-list .value {
    font-size: 14px; }
  @media only screen and (max-width: 1400px) {
    .car-list-box.box-sm .list-info {
      padding: 25px 15px; }
    .car-list-box.box-sm .feature-list > div:not(:last-child) {
      margin-right: 12px; } }
  .car-list-box:hover {
    box-shadow: 0px 16px 35px rgba(0, 0, 0, 0.15); }
    .car-list-box:hover .media-box img {
      transform: scale(1.2); }
    .car-list-box:hover .media-box .overlay-bx {
      opacity: 1;
      visibility: visible; }
      .car-list-box:hover .media-box .overlay-bx .view-btn {
        transform: scale(1); }
  @media only screen and (max-width: 1400px) {
    .car-list-box.overlay .media-box {
      height: 440px; } }
  @media only screen and (max-width: 991px) {
    .car-list-box .list-info {
      padding: 20px; }
      .car-list-box .list-info .title {
        margin-bottom: 10px;
        font-size: 24px; }
      .car-list-box .list-info .badge {
        top: -20px;
        padding: 8px 16px;
        font-size: 16px; }
    .car-list-box .car-type {
      top: 20px;
      left: 20px; } }
  @media only screen and (max-width: 575px) {
    .car-list-box.overlay .media-box {
      height: 370px; } }

.call-to-action-bx {
  background-color: var(--primary);
  color: #fff;
  padding: 40px 39px;
  border-radius: 40px;
  margin-top: 110px;
  margin-bottom: 90px;
  margin-left: 0;
  margin-right: 0; }
  .call-to-action-bx .media-box {
    position: relative;
    padding-left: 70px; }
    .call-to-action-bx .media-box .main-img {
      width: 100%;
      box-shadow: 0px 49px 111px rgba(1, 19, 86, 0.28);
      border-radius: 50px;
      margin: -150px 0 -180px 0px;
      position: relative;
      z-index: 1;
      height: 470px;
      object-fit: cover; }
    .call-to-action-bx .media-box .pt-img {
      position: absolute;
      top: 0;
      left: -8px;
      z-index: 0; }
    .call-to-action-bx .media-box:after {
      content: "";
      position: absolute;
      bottom: -220px;
      z-index: 0;
      left: 0;
      background-color: var(--secondary);
      height: 222px;
      width: 222px;
      border-radius: 222px;
      -webkit-animation: move1 5s infinite;
      animation: move1 5s infinite; }
  @media only screen and (max-width: 1400px) {
    .call-to-action-bx {
      margin-top: 130px;
      margin-bottom: 113px; }
      .call-to-action-bx .media-box .main-img {
        height: 445px;
        margin: -160px 0px -165px; } }
  @media only screen and (max-width: 1200px) {
    .call-to-action-bx {
      margin-top: 90px;
      margin-bottom: 93px; }
      .call-to-action-bx .media-box {
        padding-left: 35px; }
        .call-to-action-bx .media-box .main-img {
          height: 395px;
          margin: -120px 0px -165px; }
        .call-to-action-bx .media-box:after {
          height: 150px;
          width: 150px;
          bottom: -200px; } }
  @media only screen and (max-width: 991px) {
    .call-to-action-bx {
      margin: 0 0;
      margin-bottom: 30px;
      padding: 30px 30px;
      border-radius: 15px; }
      .call-to-action-bx .media-box {
        display: none; } }

.swiper-dots-1 .swiper-pagination {
  position: relative; }
  .swiper-dots-1 .swiper-pagination .swiper-pagination-bullet {
    height: 8px;
    width: 26px;
    background-color: #C4C4C4;
    border-radius: 40px;
    margin: 10px 10px;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    opacity: 1; }
    .swiper-dots-1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      width: 63px;
      background-color: var(--primary); }
    @media only screen and (max-width: 575px) {
      .swiper-dots-1 .swiper-pagination .swiper-pagination-bullet {
        margin: 5px; } }

.process-wrapper > div .icon-bx-wraper {
  margin-top: 15px;
  padding: 45px 0; }
  .process-wrapper > div .icon-bx-wraper:after {
    content: "";
    position: absolute;
    right: 0;
    top: -15px;
    height: 33px;
    width: 33px;
    border-radius: 33px;
    border: 17px solid; }
  .process-wrapper > div .icon-bx-wraper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 34px);
    border-top: 6px solid; }
  @media only screen and (max-width: 767px) {
    .process-wrapper > div .icon-bx-wraper {
      margin-top: 0;
      padding: 30px 30px; }
      .process-wrapper > div .icon-bx-wraper:after {
        top: auto;
        bottom: 0;
        left: -15px; }
      .process-wrapper > div .icon-bx-wraper:before {
        height: calc(100% - 34px);
        border-top: 0;
        border-left: 6px solid; } }
  @media only screen and (max-width: 575px) {
    .process-wrapper > div .icon-bx-wraper:after {
      left: -7px;
      height: 20px;
      width: 20px;
      border: 10px solid; }
    .process-wrapper > div .icon-bx-wraper:before {
      height: calc(100% - 21px); } }

.process-wrapper > div:nth-child(1) .icon-bx-wraper:before,
.process-wrapper > div:nth-child(1) .icon-bx-wraper:after {
  border-color: var(--rgba-primary-2); }

.process-wrapper > div:nth-child(2) .icon-bx-wraper:before,
.process-wrapper > div:nth-child(2) .icon-bx-wraper:after {
  border-color: var(--rgba-primary-5); }

.process-wrapper > div:nth-child(3) .icon-bx-wraper:before,
.process-wrapper > div:nth-child(3) .icon-bx-wraper:after {
  border-color: var(--rgba-primary-7); }

.process-wrapper > div:nth-child(4) .icon-bx-wraper:before,
.process-wrapper > div:nth-child(4) .icon-bx-wraper:after {
  border-color: var(--primary); }

@media only screen and (max-width: 767px) {
  .process-wrapper {
    margin-top: 0; } }

.map-bx-wraper .map-img {
  max-width: 100%; }

.map-bx-wraper {
  position: relative; }
  .map-bx-wraper .shop-location {
    position: absolute;
    height: 164px;
    width: 164px;
    border-radius: 20px;
    background: #FFFFFF;
    justify-content: center;
    display: flex;
    align-items: center;
    box-shadow: 0px 32px 76px rgba(0, 0, 0, 0.11);
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
    .map-bx-wraper .shop-location svg path {
      -webkit-transition: all 0.8s;
      -ms-transition: all 0.8s;
      transition: all 0.8s; }
    .map-bx-wraper .shop-location:hover, .map-bx-wraper .shop-location.active {
      background-color: var(--primary); }
      .map-bx-wraper .shop-location:hover svg path, .map-bx-wraper .shop-location.active svg path {
        fill: #fff; }
    .map-bx-wraper .shop-location.location1 {
      top: 14%;
      left: 10%;
      transform: translate(-10%, -14%); }
    .map-bx-wraper .shop-location.location2 {
      top: 35%;
      left: 50%;
      transform: translate(-50%, -35%); }
    .map-bx-wraper .shop-location.location3 {
      top: 14%;
      right: 10%;
      transform: translate(-10%, -14%) scale(1.2); }
    .map-bx-wraper .shop-location.location4 {
      bottom: 14%;
      left: 60%;
      transform: translate(-60%, -14%) scale(0.6); }
    @media only screen and (max-width: 991px) {
      .map-bx-wraper .shop-location {
        height: 80px;
        width: 80px; }
        .map-bx-wraper .shop-location svg {
          width: 40px; } }
    @media only screen and (max-width: 575px) {
      .map-bx-wraper .shop-location {
        height: 50px;
        width: 50px;
        border-radius: 10px; }
        .map-bx-wraper .shop-location svg {
          width: 25px; } }

.catagory-result-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px; }
  .catagory-result-row .serch-result {
    font-weight: 400;
    color: #575757; }
    .catagory-result-row .serch-result strong {
      font-weight: 700; }
  @media only screen and (max-width: 1280px) {
    .catagory-result-row {
      display: block; }
      .catagory-result-row .serch-result {
        margin-bottom: 15px; } }

.custom-select {
  width: auto !important;
  background-color: transparent !important; }
  .custom-select .btn, .custom-select .wp-block-button__link {
    background-color: transparent;
    border: 2px solid var(--rgba-primary-5);
    color: var(--primary);
    font-size: 20px;
    width: auto !important;
    font-weight: 600;
    display: inline-block;
    padding: 10px 40px 10px 20px; }

.dlab-thum-bx {
  border-radius: 24px;
  overflow: hidden; }
  .dlab-thum-bx .overlay-icon {
    width: auto;
    height: auto;
    bottom: 20px;
    right: 20px;
    left: auto;
    top: auto;
    transform: scale(0);
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
  .dlab-thum-bx:hover .overlay-bx {
    opacity: 1;
    visibility: visible; }
  .dlab-thum-bx:hover .overlay-icon {
    transform: scale(0.6); }
  @media only screen and (max-width: 575px) {
    .dlab-thum-bx {
      border-radius: 12px; } }

.product-gallery {
  padding-right: 30px; }
  .product-gallery .thumb-slider {
    margin-top: 30px; }
    .product-gallery .thumb-slider .swiper-slide {
      width: 179px; }
    .product-gallery .thumb-slider .dlab-media {
      border-radius: 24px;
      overflow: hidden; }
  @media only screen and (max-width: 1280px) {
    .product-gallery {
      padding-right: 0; }
      .product-gallery .thumb-slider {
        margin-top: 30px; }
        .product-gallery .thumb-slider .swiper-slide {
          width: 120px; } }
  @media only screen and (max-width: 575px) {
    .product-gallery .thumb-slider {
      margin-top: 15px; }
      .product-gallery .thumb-slider .swiper-slide {
        width: 85px; }
      .product-gallery .thumb-slider .dlab-media {
        border-radius: 12px; } }

.dlab-post-title {
  margin-bottom: 40px; }
  .dlab-post-title .sub-title {
    font-weight: 400;
    color: #595959;
    letter-spacing: 0.245em;
    margin-bottom: 20px; }
  @media only screen and (max-width: 1280px) {
    .dlab-post-title {
      margin-bottom: 30px; } }

.price-btn {
  font-size: 24px;
  padding: 7px 30px;
  cursor: unset; }

.social-list ul {
  display: inline-block; }
  .social-list ul li {
    display: inline-block;
    margin: 0 20px; }

.social-list.style-2 ul li {
  margin: 0px 2px; }
  .social-list.style-2 ul li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    border: 1px solid #fff;
    color: #fff;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s; }
    .social-list.style-2 ul li a:hover {
      background-color: #fff;
      color: #000; }

.dlab-tabs .nav-tabs {
  border: 0; }
  .dlab-tabs .nav-tabs li {
    font-size: 30px; }
    .dlab-tabs .nav-tabs li a {
      color: #C4C4C4;
      font-weight: 600;
      border-right: 2px solid #C4C4C4;
      padding-right: 25px;
      margin-right: 25px; }
      .dlab-tabs .nav-tabs li a.active {
        color: #000; }
    .dlab-tabs .nav-tabs li:last-child a {
      border-right: 0;
      margin-right: 0;
      padding-right: 0; }
  .dlab-tabs .nav-tabs.sm li {
    font-size: 20px; }
    .dlab-tabs .nav-tabs.sm li a {
      padding-right: 18px;
      margin-right: 18px; }

@media only screen and (max-width: 991px) {
  .dlab-tabs .nav-tabs li {
    font-size: 22px; } }

@media only screen and (max-width: 575px) {
  .dlab-tabs .nav-tabs li {
    font-size: 18px; }
    .dlab-tabs .nav-tabs li a {
      padding-right: 10px;
      margin-right: 10px; } }

.dropdown-menu {
  z-index: 10000; }

.car-gallery .card-container {
  padding-bottom: 8px; }

.brand-logo-area .brand-logo {
  border: 1px solid #eee;
  padding: 15px 25px; }

.product-rating-box {
  background-color: var(--primary);
  color: #fff;
  padding: 55px 55px;
  border-radius: 22px; }
  .product-rating-box .review-text {
    font-size: 24px;
    line-height: 1;
    font-weight: 200;
    margin-bottom: 25px; }
    .product-rating-box .review-text span {
      font-weight: 600;
      font-size: 144px; }
  .product-rating-box .rating-footer {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .product-rating-box .item-review li {
    display: inline-block;
    margin-right: 8px; }
    .product-rating-box .item-review li i {
      color: #FFF500;
      font-size: 25px; }
    .product-rating-box .item-review li:last-child {
      margin-right: 0; }
  @media only screen and (max-width: 1400px) {
    .product-rating-box {
      padding: 30px 35px; }
      .product-rating-box .review-text span {
        font-size: 100px; }
      .product-rating-box .item-review li {
        margin-right: 2px; }
        .product-rating-box .item-review li i {
          font-size: 20px; } }

ol.commentlist {
  list-style: none;
  margin: 0;
  padding-left: 0; }
  ol.commentlist li {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    background: #f7f8fa;
    padding: 20px;
    border: 1px dashed #eee;
    border-radius: var(--border-radius-base); }
    ol.commentlist li img {
      float: left;
      width: 100px;
      height: auto;
      border-radius: var(--border-radius-base); }
    ol.commentlist li .comment-text {
      padding-left: 120px; }
    ol.commentlist li .star-rating {
      position: absolute;
      top: 20px;
      right: 20px; }
    ol.commentlist li .meta strong {
      font-weight: 600;
      color: #000;
      margin-right: 5px; }
    ol.commentlist li .description p {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    ol.commentlist li .star-rating {
      position: unset; } }
  @media only screen and (max-width: 575px) {
    ol.commentlist li img {
      width: 60px; }
    ol.commentlist li .comment-text {
      padding-left: 78px; } }

.content-box.style-1 {
  background-color: var(--primary);
  color: #fff;
  border-radius: 22px;
  padding: 30px 30px; }
  .content-box.style-1 .title {
    color: #fff;
    margin-bottom: 25px; }
    .content-box.style-1 .title span {
      display: block;
      font-weight: 200;
      text-transform: uppercase;
      font-size: 65%; }
  .content-box.style-1 .btn, .content-box.style-1 .wp-block-button__link {
    background-color: #fff;
    color: var(--primary);
    font-weight: 600; }
  .content-box.style-1 p {
    font-size: 18px; }
  @media only screen and (max-width: 1680px) {
    .content-box.style-1 {
      padding: 40px 30px; } }
  @media only screen and (max-width: 1400px) {
    .content-box.style-1 {
      padding: 30px 22px; }
      .content-box.style-1 .btn, .content-box.style-1 .wp-block-button__link {
        padding: 16px 16px; } }

.content-row-wrapper > div:nth-child(odd) {
  margin-top: -100px;
  position: relative; }
  @media only screen and (max-width: 575px) {
    .content-row-wrapper > div:nth-child(odd) {
      margin-top: 0; } }

.section-head .icon-full {
  height: 140px;
  width: 140px;
  border-radius: 27px;
  text-align: center;
  line-height: 140px;
  background-color: var(--primary);
  box-shadow: 0px 29px 58px var(--rgba-primary-2);
  margin-bottom: 35px; }
  @media only screen and (max-width: 767px) {
    .section-head .icon-full {
      height: 100px;
      width: 100px;
      line-height: 100px;
      border-radius: 14px; }
      .section-head .icon-full svg {
        width: 50px; } }

.text-effect-1 .char {
  overflow: hidden;
  color: transparent; }
  .text-effect-1 .char:after, .text-effect-1 .char:before {
    visibility: visible;
    color: #000;
    transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
    transition-delay: calc( 0.2s + ( 0.02s * ( var(--char-index)) )); }
  .text-effect-1 .char:before {
    transform: translateX(110%);
    color: var(--primary); }

.text-effect-1:hover .char:before {
  transform: translateX(0%);
  transition-delay: calc( 0.2s + ( 0.02s * ( var(--char-index)) )); }

.text-effect-1:hover .char:after {
  transform: translateX(-110%);
  transition-delay: calc( 0.02s * ( var(--char-index))); }

.rating-info {
  display: flex;
  align-items: center; }
  .rating-info .total-rating {
    min-width: 110px;
    padding-right: 30px; }
    .rating-info .total-rating .rate {
      font-size: 50px;
      font-weight: 700; }
  .rating-info .rating-body {
    flex: 1; }
  .rating-info .progress {
    height: 0.5rem; }
  .rating-info .rating-bar {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .rating-info .rating-bar span {
      font-weight: 600; }
      .rating-info .rating-bar span i {
        color: #b0b0b0; }
    .rating-info .rating-bar .rating-body {
      flex: 1; }
    .rating-info .rating-bar .rating-left {
      padding-right: 12px; }
    .rating-info .rating-bar .rating-right {
      padding-left: 12px; }

@keyframes plop {
  0% {
    opacity: 0;
    transform: translate3d(0px, 10px, 400px) rotate(180deg);
    animation-timing-function: cubic-bezier(0.5, 0, 0.8, 0.25); }
  20% {
    transform: translate3d(0px, -20px, 200px) rotate(90deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1.1); }
  40%, 70% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) rotate(0deg); }
  90%, 100% {
    opacity: 0;
    transform: translate3d(0px, 10px, -200px) rotate(-90deg);
    animation-timing-function: cubic-bezier(0.5, 0, 0.8, 0.25); } }

/* Support and Buy Button */
.theme-btn {
  background-color: #ffffff;
  border-radius: 40px;
  bottom: 10px;
  color: #ffffff;
  display: flex;
  height: 50px;
  left: 10px;
  min-width: 50px;
  position: fixed;
  text-align: center;
  z-index: 9999;
  align-items: center;
  justify-content: center; }
  .theme-btn i {
    font-size: 22px;
    line-height: 50px; }
  .theme-btn.bt-support-now {
    background-image: linear-gradient(45deg, #00bfff 8%, #2395c1 100%);
    bottom: 70px; }
  .theme-btn.bt-buy-now {
    background-image: linear-gradient(to right, #61dc6a 0, #2bc911 100%, #61dc6a 200%); }
  .theme-btn span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s; }
  .theme-btn:focus, .theme-btn:active, .theme-btn:hover {
    color: #fff;
    padding: 0 20px; }
    .theme-btn:focus span, .theme-btn:active span, .theme-btn:hover span {
      opacity: 1;
      letter-spacing: 1px;
      padding-left: 10px; }

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

.splitting .word, .splitting .char {
  line-height: 1; }

.shake {
  -webkit-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-transform-origin: 50% 100%; }

.used-car-features {
  display: flex;
  flex-flow: wrap; }
  .used-car-features.grid2 .car-features {
    width: 16.66%;
    outline: 1px solid rgba(0, 0, 0, 0.1);
    outline-offset: -5px;
    border: 0;
    padding: 25px 15px; }
    @media only screen and (max-width: 991px) {
      .used-car-features.grid2 .car-features {
        width: 33.33%; } }
    @media only screen and (max-width: 575px) {
      .used-car-features.grid2 .car-features {
        width: 50%; } }
    .used-car-features.grid2 .car-features svg {
      margin-bottom: 10px; }
  .used-car-features .car-features {
    width: 33.33%;
    float: left;
    padding: 15px 15px;
    text-align: center;
    border: 1px solid #eee;
    margin: 0 -1px -1px 0; }
    .used-car-features .car-features i {
      font-size: 30px; }
    .used-car-features .car-features h6, .used-car-features .car-features .h6 {
      font-size: 16px;
      margin-bottom: 5px; }
    @media only screen and (max-width: 1400px) {
      .used-car-features .car-features span {
        font-size: 14px; } }

.dlab-accordion .acod-head .acod-title {
  margin-bottom: 0; }
  .dlab-accordion .acod-head .acod-title a {
    border: 0;
    display: block;
    border-bottom: 2px solid #ffffff;
    padding: 15px 20px;
    background: #f1f1f1;
    color: var(--primary);
    position: relative; }
    .dlab-accordion .acod-head .acod-title a:after {
      content: "\f077";
      font-family: 'Font Awesome 5 Free';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 20px;
      -webkit-transition: all 0.2s;
      -ms-transition: all 0.2s;
      transition: all 0.2s; }
    .dlab-accordion .acod-head .acod-title a.collapsed {
      color: #000; }
      .dlab-accordion .acod-head .acod-title a.collapsed:after {
        transform: translateY(-50%) rotate(180deg); }
    @media only screen and (max-width: 991px) {
      .dlab-accordion .acod-head .acod-title a {
        font-size: 18px; } }
    @media only screen and (max-width: 575px) {
      .dlab-accordion .acod-head .acod-title a {
        font-size: 16px; } }

.table-dl li {
  display: flex;
  flex-flow: wrap; }
  .table-dl li div {
    width: 50%;
    float: left;
    font-weight: 500;
    background: #f3f3f3;
    padding: 12px 20px;
    border-bottom: 1px solid #fff; }
    @media only screen and (max-width: 991px) {
      .table-dl li div {
        font-size: 14px; } }
    @media only screen and (max-width: 575px) {
      .table-dl li div {
        width: 100%; } }
  .table-dl li .leftview {
    font-weight: 600; }

.table-dl .table-head {
  position: sticky;
  top: 100px; }
  .table-dl .table-head.detail-tab {
    top: 155px; }
  @media only screen and (max-width: 991px) {
    .table-dl .table-head {
      top: 80px; }
      .table-dl .table-head.detail-tab {
        top: 135px; } }
  @media only screen and (max-width: 767px) {
    .table-dl .table-head {
      position: unset; } }

.table-dl.table-col4 li div {
  width: 25%; }
  @media only screen and (max-width: 767px) {
    .table-dl.table-col4 li div {
      width: 100%; } }

.table-dl.table-col4 li.table-head {
  background: var(--primary-dark);
  color: #fff; }
  .table-dl.table-col4 li.table-head div {
    background: transparent; }
    .table-dl.table-col4 li.table-head div:first-child {
      background: rgba(0, 0, 0, 0.2); }

.compare-box {
  padding: 20px 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.18);
  border-radius: var(--border-radius-base);
  text-align: center; }
  .compare-box .icon-box {
    padding: 20px 10px;
    display: inline-block;
    position: relative; }
    .compare-box .icon-box svg {
      opacity: 0.5; }
    .compare-box .icon-box .plus-ico {
      position: absolute;
      top: 0;
      right: 0;
      background: #fff;
      color: #919191;
      height: 40px;
      width: 40px;
      line-height: 38px;
      font-size: 20px;
      border-radius: 50%;
      border: 2px solid #eee;
      border-style: dashed; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.nav-tabs.style-1 {
  border: 0;
  padding: 6px 6px;
  background-color: #ebebeb;
  border-radius: 30px;
  display: inline-block; }
  .nav-tabs.style-1 li {
    display: inline-block; }
  .nav-tabs.style-1 .nav-link {
    border-radius: 30px;
    border: 0;
    color: #666666;
    font-weight: 500; }
    .nav-tabs.style-1 .nav-link.active {
      background-color: var(--primary);
      color: #fff; }
    @media only screen and (max-width: 575px) {
      .nav-tabs.style-1 .nav-link {
        font-size: 14px; } }

.car-details-no .car-details-info {
  position: relative;
  top: 0; }

.car-details-info {
  position: sticky;
  top: 100px;
  z-index: 9;
  background-color: #ebebeb; }
  .car-details-info .nav ul li {
    display: inline-block;
    float: left; }
    .car-details-info .nav ul li a {
      border-left: 1px solid white;
      color: #000;
      display: block;
      font-weight: 600;
      padding: 15px 20px; }
    .car-details-info .nav ul li:last-child a {
      border-right: 1px solid white; }
    .car-details-info .nav ul li.active a {
      background-color: var(--primary);
      color: #fff; }
  @media only screen and (max-width: 991px) {
    .car-details-info {
      top: 80px; } }
  @media only screen and (max-width: 767px) {
    .car-details-info {
      position: unset; } }

.main-slider {
  position: relative; }

.car-searching {
  position: absolute;
  bottom: 0;
  width: 100%; }
  .car-searching .section-head.style-1 {
    margin-bottom: 0; }
    .car-searching .section-head.style-1 .title-sm, .car-searching .section-head.style-1 .h3 {
      color: #fff; }
  @media only screen and (max-width: 991px) {
    .car-searching {
      position: relative;
      padding-top: 30px; }
      .car-searching .section-head.style-1 .title-sm, .car-searching .section-head.style-1 .h3 {
        color: #000; } }

.search-row {
  display: flex;
  align-items: flex-end; }
  .search-row label {
    text-transform: uppercase;
    margin-bottom: 10px; }
  .search-row .form-group,
  .search-row .input-group {
    margin-bottom: 30px; }

.searching-form {
  background: rgba(0, 0, 0, 0.6);
  padding: 50px 0 20px; }

.sep-line {
  width: 40px;
  height: 3px;
  background: #d81517;
  margin-top: 35px; }

.about-sc blockquote {
  padding: 15px 20px 15px 44px;
  margin: 0;
  background: 0 0;
  color: #fff;
  font-size: 18px;
  font-style: italic;
  font-weight: 400; }

.about-des .icon-bx-wraper p {
  color: #999;
  font-size: 14px;
  line-height: 19px; }

.about-des .dlab-tilte {
  color: #fff;
  font-size: 22px; }

.text-gray-dark {
  color: #999; }

.form-slide {
  position: absolute;
  bottom: 10%;
  width: 100%; }

.form-head h2, .form-head .h2 {
  font-size: 24px; }

.search-car {
  background-color: #fff;
  padding: 30px;
  border-radius: var(--border-radius-base);
  max-width: 380px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px); }
  .search-car .nav-tabs.style-1 {
    display: flex; }
    .search-car .nav-tabs.style-1 li {
      width: 50%;
      text-align: center; }
  @media only screen and (max-width: 575px) {
    .search-car {
      padding: 15px; } }

.check-nav {
  justify-content: center; }
  .check-nav label {
    color: #000; }
  .check-nav > li {
    margin: 0px 15px; }

.no-of-item {
  padding: 30px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media only screen and (max-width: 991px) {
    .no-of-item {
      padding: 20px !important; } }

.no-of-item-dtl {
  text-align: right; }
  .no-of-item-dtl h2, .no-of-item-dtl .h2 {
    font-size: 115px;
    color: #000;
    opacity: .2;
    font-weight: 700;
    line-height: 115px;
    margin: 0; }
  .no-of-item-dtl h3, .no-of-item-dtl .h3 {
    font-size: 26px;
    color: #000;
    font-weight: 500; }
  @media only screen and (max-width: 1280px) {
    .no-of-item-dtl h2, .no-of-item-dtl .h2 {
      font-size: 90px; }
    .no-of-item-dtl h3, .no-of-item-dtl .h3 {
      font-size: 22px; } }
  @media only screen and (max-width: 575px) {
    .no-of-item-dtl {
      text-align: center; } }

.dlab-new-item .dlab-info {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 16px 20px;
  transition: all .5s ease 0s; }
  .dlab-new-item .dlab-info p {
    margin: 0;
    color: #636363; }
  .dlab-new-item .dlab-info .dlab-title {
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0 0;
    font-size: 18px; }
    @media only screen and (max-width: 991px) {
      .dlab-new-item .dlab-info .dlab-title {
        font-size: 15px; } }

.dlab-new-item:hover .dlab-info {
  background-color: var(--primary); }
  .dlab-new-item:hover .dlab-info .dlab-title a,
  .dlab-new-item:hover .dlab-info p {
    color: #fff; }

.creative-banner-one {
  position: relative; }
  .creative-banner-one .swiper-slide {
    height: 100vh;
    padding-top: 100px; }
    @media only screen and (max-width: 1200px) {
      .creative-banner-one .swiper-slide {
        padding-top: 80px; } }
    @media only screen and (max-width: 575px) {
      .creative-banner-one .swiper-slide {
        padding-top: 70px; } }
  .creative-banner-one .bottom-aside {
    height: 150px;
    position: absolute;
    bottom: 0;
    right: 100px;
    z-index: 99;
    left: 0; }
    .creative-banner-one .bottom-aside .video-box {
      width: 250px;
      position: absolute;
      right: 0;
      bottom: 0; }
      .creative-banner-one .bottom-aside .video-box .popup-youtube {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 999;
        background-color: rgba(255, 255, 255, 0.8);
        height: 40px;
        width: 40px;
        border-radius: 50px;
        color: #000;
        text-align: center;
        line-height: 43px; }
    @media only screen and (max-width: 1200px) {
      .creative-banner-one .bottom-aside {
        right: 80px; }
        .creative-banner-one .bottom-aside .video-box {
          width: 180px; } }
    @media only screen and (max-width: 575px) {
      .creative-banner-one .bottom-aside .video-box {
        display: none; } }
  .creative-banner-one .swiper-button-arrow {
    position: absolute;
    width: 350px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .creative-banner-one .swiper-button-arrow .swiper-button-next:before,
    .creative-banner-one .swiper-button-arrow .swiper-button-prev:before {
      content: "";
      height: 2px;
      width: 100px;
      position: absolute;
      border-radius: 50px;
      background-color: #fff;
      top: 50%;
      transform: translateY(-50%); }
    .creative-banner-one .swiper-button-arrow .swiper-button-next:after,
    .creative-banner-one .swiper-button-arrow .swiper-button-prev:after {
      font-family: poppins;
      text-transform: uppercase !important;
      color: var(--primary);
      font-weight: 600;
      font-size: 16px;
      line-height: 16px; }
    .creative-banner-one .swiper-button-arrow .swiper-button-next {
      right: 10px;
      left: auto; }
      .creative-banner-one .swiper-button-arrow .swiper-button-next:before {
        right: 50px; }
    .creative-banner-one .swiper-button-arrow .swiper-button-prev {
      left: 10px;
      right: auto; }
      .creative-banner-one .swiper-button-arrow .swiper-button-prev:before {
        left: 50px; }
    @media only screen and (max-width: 767px) {
      .creative-banner-one .swiper-button-arrow {
        left: 20px;
        width: 250px;
        transform: translate(20px, -50%); }
        .creative-banner-one .swiper-button-arrow .swiper-button-next:before,
        .creative-banner-one .swiper-button-arrow .swiper-button-prev:before {
          width: 50px; } }
    @media only screen and (max-width: 575px) {
      .creative-banner-one .swiper-button-arrow {
        width: 230px; } }

.vehicle-box.style1 {
  background-position: center;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat; }
  .vehicle-box.style1 .left-info {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 80px 0 150px 80px;
    z-index: 9;
    position: relative; }
    .vehicle-box.style1 .left-info:after {
      content: "";
      position: absolute;
      height: 100%;
      width: 500px;
      top: 0;
      left: 0;
      z-index: -1;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,7db9e8+100&0.58+0,0+100 */
      background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(125, 185, 232, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(125, 185, 232, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(125, 185, 232, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94000000', endColorstr='#007db9e8',GradientType=1 );
      /* IE6-9 */ }
    .vehicle-box.style1 .left-info:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 500px;
      top: 0;
      right: 0;
      z-index: -1;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,000000+100&0+0,0.58+100 */
      background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.7) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.7) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.7) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#94000000',GradientType=1 );
      /* IE6-9 */ }
    .vehicle-box.style1 .left-info .bottom-info {
      border-left: 4px solid var(--primary);
      padding: 5px 0 5px 20px;
      margin-top: auto; }
      .vehicle-box.style1 .left-info .bottom-info h3, .vehicle-box.style1 .left-info .bottom-info .h3 {
        color: #fff;
        margin-bottom: 0;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px; }
        @media only screen and (max-width: 575px) {
          .vehicle-box.style1 .left-info .bottom-info h3, .vehicle-box.style1 .left-info .bottom-info .h3 {
            font-size: 16px; } }
    .vehicle-box.style1 .left-info .title {
      font-size: 80px;
      color: #fff;
      text-transform: uppercase;
      font-weight: 700;
      line-height: 80px;
      margin-bottom: 0; }
    .vehicle-box.style1 .left-info .main-title {
      font-size: 28px;
      color: var(--primary);
      text-transform: uppercase;
      font-weight: 800;
      line-height: 28px;
      margin-bottom: 0; }
    @media only screen and (max-width: 991px) {
      .vehicle-box.style1 .left-info .title {
        font-size: 60px; } }
    @media only screen and (max-width: 767px) {
      .vehicle-box.style1 .left-info {
        padding: 30px 0 80px 20px; }
        .vehicle-box.style1 .left-info .bottom-info {
          margin-bottom: 30px; } }
    @media only screen and (max-width: 575px) {
      .vehicle-box.style1 .left-info .title {
        font-size: 40px;
        line-height: 50px; }
      .vehicle-box.style1 .left-info .main-title {
        font-size: 20px; } }
  .vehicle-box.style1 .right-info {
    position: absolute;
    right: 100px;
    z-index: 10;
    top: 50%;
    transform: translate(-100px, -50%) !important; }
    @media only screen and (max-width: 575px) {
      .vehicle-box.style1 .right-info {
        display: none; } }
  .vehicle-box.style1 .vehicle-services li {
    display: block;
    padding: 20px 0; }
    .vehicle-box.style1 .vehicle-services li h3, .vehicle-box.style1 .vehicle-services li .h3 {
      color: var(--primary);
      font-size: 28px;
      margin-bottom: 0;
      line-height: 28px;
      font-weight: 800; }
    .vehicle-box.style1 .vehicle-services li p {
      margin-bottom: 0;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.8);
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 1px; }

.swiper-pagination.style1 {
  top: 50%;
  transform: translateY(-50%) !important; }
  .swiper-pagination.style1 .swiper-pagination-bullet {
    display: block;
    border: 2px solid rgba(0, 0, 0, 0.5);
    background-color: transparent;
    height: 10px;
    width: 10px;
    transition: all .5s;
    margin-bottom: 30px;
    position: relative; }
    .swiper-pagination.style1 .swiper-pagination-bullet:after {
      content: "";
      width: 2px;
      height: 0;
      background-color: #231e22;
      position: absolute;
      top: 30px;
      left: 50%;
      transform: translateX(-50%);
      transition: all .5s; }
    .swiper-pagination.style1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #231e22;
      border-color: #231e22;
      margin-bottom: 150px;
      transition: all .5s;
      position: relative; }
      .swiper-pagination.style1 .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
        height: 100px; }

.service-box {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s; }
  .service-box .dlab-info {
    padding: 30px 30px; }
  .service-box:hover {
    transform: translateY(-10px); }

.icon-bx-xs.check-km {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  cursor: pointer;
  color: var(--primary); }

/*Blog single */
.blog-single {
  margin-bottom: 3.125rem; }
  .blog-single .dlab-post-meta {
    margin-bottom: 1.25rem; }
  .blog-single .dlab-post-text {
    padding-bottom: 30px; }
    .blog-single .dlab-post-text:after {
      content: "";
      display: block;
      width: 100%;
      clear: both; }
  .blog-single .dlab-post-tags {
    margin-top: 1.25rem; }
  .blog-single .dlab-post-media {
    border-radius: 0.25rem; }
  .blog-single.dlab-card .post-tags {
    margin-bottom: 0; }
  .blog-single.style-1 {
    box-shadow: unset;
    border-radius: 0;
    overflow: unset;
    margin-bottom: 60px; }
    @media only screen and (max-width: 767px) {
      .blog-single.style-1 {
        margin-bottom: 40px; } }
    .blog-single.style-1 .dlab-media {
      margin: 0; }
      .blog-single.style-1 .dlab-media + .dlab-info {
        text-align: unset;
        border: 0;
        padding: 0;
        margin-top: 0;
        padding: 30px 0 0 0; }
    .blog-single.style-1 .dlab-info {
      text-align: unset;
      border: 0;
      padding: 0;
      margin-top: 0; }
    .blog-single.style-1 .dlab-info + .dlab-media {
      margin-top: 25px; }
    .blog-single.style-1 .dlab-meta ul li {
      margin-left: 0;
      margin-right: 10px; }
      .blog-single.style-1 .dlab-meta ul li:first-child {
        margin-left: 0; }

.dlab-post-text a {
  text-decoration: underline;
  box-shadow: inset 0 -10px 0 var(--rgba-primary-1); }

.dlab-post-text .widget_archive li a,
.dlab-post-text .wp-block-latest-posts li a,
.dlab-post-text .wp-block-categories-list li a,
.dlab-post-text .wp-block-archives-list li a,
.dlab-post-text .widget_categories li a,
.dlab-post-text blockquote a,
.dlab-post-text .wp-block-button__link {
  box-shadow: none;
  text-decoration: none; }

.post-header {
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 575px) {
    .post-header {
      margin-bottom: 1.25rem; } }
  .post-header .dlab-media img {
    min-height: 250px;
    object-fit: cover; }
  .post-header .dlab-info {
    position: absolute;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,000000+100&0+1,0.6+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.6) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.6) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.6) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
    /* IE6-9 */
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 100px 30px 30px 30px !important;
    width: 100%; }
    @media only screen and (max-width: 575px) {
      .post-header .dlab-info {
        padding: 40px 15px 15px 15px !important; } }
    .post-header .dlab-info .dlab-title {
      color: #fff; }
      @media only screen and (max-width: 575px) {
        .post-header .dlab-info .dlab-title {
          font-size: 1.125rem; } }
    .post-header .dlab-info .dlab-meta > ul {
      justify-content: center; }
      .post-header .dlab-info .dlab-meta > ul > li {
        color: #fff; }

.post-link-in {
  padding: 15px 50px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s; }
  .post-link-in:hover {
    background: var(--primary);
    color: #fff; }

.side-bar {
  padding-left: 30px; }
  @media only screen and (max-width: 1400px) {
    .side-bar {
      padding-left: 0;
      padding-right: 0; } }
  .side-bar.left {
    padding-left: 0;
    padding-right: 30px; }
    @media only screen and (max-width: 1400px) {
      .side-bar.left {
        padding-right: 0;
        padding-left: 0; } }

.alignnone {
  margin: 0.3125rem 0 1.563rem 0; }
  .alignnoneimg, .alignnone.wp-caption, .alignnone.is-resized {
    margin: 0.3125rem 0 1.563rem 0; }

.aligncenter {
  display: block;
  margin: 0.3125rem auto 0.938rem;
  text-align: center; }
  .aligncenterimg, .aligncenter.wp-caption, .aligncenter.is-resized {
    display: block;
    margin: 0.3125rem auto 0.938rem;
    text-align: center; }

.alignright {
  float: right;
  margin: 0.3125rem 0 1.563rem 1.563rem; }
  .alignrightimg, .alignright.wp-caption, .alignright.is-resized {
    margin: 0.3125rem 0 1.563rem 1.563rem;
    float: right; }

.alignleft {
  float: left;
  margin: 0.3125rem 1.563rem 1.563rem 0; }
  .alignleftimg, .alignleft.wp-caption, .alignleft.is-resized {
    margin: 0.3125rem 1.563rem 1.563rem 0;
    float: left; }

.wp-caption {
  max-width: 100%;
  text-align: center; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto; }
  .wp-caption p.wp-caption-text {
    font-size: 0.813rem;
    line-height: 1.125rem;
    margin: 0;
    padding: 0.625rem 0;
    text-align: left; }

.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
blockquote.wp-block-quote,
blockquote.wp-block-pullquote,
blockquote.wp-block-pullquote.alignright,
blockquote.wp-block-pullquote.alignleft,
blockquote {
  padding: 1.25rem 2rem 1.25rem 3rem;
  font-size: 0.938rem;
  color: var(--title);
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  line-height: 1.875rem;
  position: relative;
  clear: both;
  font-weight: 700;
  z-index: 1;
  border: 0; }
  @media only screen and (max-width: 991px) {
    .wp-block-quote.is-large,
    .wp-block-quote.is-style-large,
    blockquote.wp-block-quote,
    blockquote.wp-block-pullquote,
    blockquote.wp-block-pullquote.alignright,
    blockquote.wp-block-pullquote.alignleft,
    blockquote {
      padding: 1.25rem 1.25rem 0.938rem 1.25rem;
      font-size: 0.813rem; } }
  .wp-block-quote.is-large cite,
  .wp-block-quote.is-style-large cite,
  blockquote.wp-block-quote cite,
  blockquote.wp-block-pullquote cite,
  blockquote.wp-block-pullquote.alignright cite,
  blockquote.wp-block-pullquote.alignleft cite,
  blockquote cite {
    font-style: normal;
    position: relative;
    display: block;
    margin-top: -0.3125rem;
    font-weight: 600;
    color: var(--primary);
    line-height: 1.3; }
    .wp-block-quote.is-large cite:before,
    .wp-block-quote.is-style-large cite:before,
    blockquote.wp-block-quote cite:before,
    blockquote.wp-block-pullquote cite:before,
    blockquote.wp-block-pullquote.alignright cite:before,
    blockquote.wp-block-pullquote.alignleft cite:before,
    blockquote cite:before {
      content: "";
      margin-right: 0.625rem;
      width: 15px;
      height: 2px;
      background: var(--primary);
      display: inline-block;
      vertical-align: middle; }
  .wp-block-quote.is-large b, .wp-block-quote.is-large strong, .wp-block-quote.is-large .strong,
  .wp-block-quote.is-style-large b,
  .wp-block-quote.is-style-large strong,
  .wp-block-quote.is-style-large .strong,
  blockquote.wp-block-quote b,
  blockquote.wp-block-quote strong,
  blockquote.wp-block-quote .strong,
  blockquote.wp-block-pullquote b,
  blockquote.wp-block-pullquote strong,
  blockquote.wp-block-pullquote .strong,
  blockquote.wp-block-pullquote.alignright b,
  blockquote.wp-block-pullquote.alignright strong,
  blockquote.wp-block-pullquote.alignright .strong,
  blockquote.wp-block-pullquote.alignleft b,
  blockquote.wp-block-pullquote.alignleft strong,
  blockquote.wp-block-pullquote.alignleft .strong,
  blockquote b,
  blockquote strong,
  blockquote .strong {
    color: inherit; }
  .wp-block-quote.is-large:after,
  .wp-block-quote.is-style-large:after,
  blockquote.wp-block-quote:after,
  blockquote.wp-block-pullquote:after,
  blockquote.wp-block-pullquote.alignright:after,
  blockquote.wp-block-pullquote.alignleft:after,
  blockquote:after {
    content: "";
    width: 6px;
    border-radius: 4px;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--primary);
    position: absolute;
    box-shadow: 0 0 30px 0 var(--rgba-primary-2); }
  .wp-block-quote.is-large:before,
  .wp-block-quote.is-style-large:before,
  blockquote.wp-block-quote:before,
  blockquote.wp-block-pullquote:before,
  blockquote.wp-block-pullquote.alignright:before,
  blockquote.wp-block-pullquote.alignleft:before,
  blockquote:before {
    content: "";
    z-index: -1;
    background-size: cover;
    left: 20px;
    background-image: var(--quote);
    background-position: center right;
    width: 90px;
    padding: 0;
    opacity: 0.1;
    background-repeat: no-repeat;
    height: 90px;
    top: 0px;
    position: absolute; }
  .wp-block-quote.is-large.wp-block-pullquote.alignleft,
  .wp-block-quote.is-style-large.wp-block-pullquote.alignleft,
  blockquote.wp-block-quote.wp-block-pullquote.alignleft,
  blockquote.wp-block-pullquote.wp-block-pullquote.alignleft,
  blockquote.wp-block-pullquote.alignright.wp-block-pullquote.alignleft,
  blockquote.wp-block-pullquote.alignleft.wp-block-pullquote.alignleft,
  blockquote.wp-block-pullquote.alignleft {
    margin: 0rem 1.563rem 1.563rem 0rem; }
  .wp-block-quote.is-large.wp-block-pullquote.alignright,
  .wp-block-quote.is-style-large.wp-block-pullquote.alignright,
  blockquote.wp-block-quote.wp-block-pullquote.alignright,
  blockquote.wp-block-pullquote.wp-block-pullquote.alignright,
  blockquote.wp-block-pullquote.alignright.wp-block-pullquote.alignright,
  blockquote.wp-block-pullquote.alignleft.wp-block-pullquote.alignright,
  blockquote.wp-block-pullquote.alignright {
    margin: 0rem 0 1.563rem 1.563rem; }
  .wp-block-quote.is-large.style-1,
  .wp-block-quote.is-style-large.style-1,
  blockquote.wp-block-quote.style-1,
  blockquote.wp-block-pullquote.style-1,
  blockquote.wp-block-pullquote.alignright.style-1,
  blockquote.wp-block-pullquote.alignleft.style-1,
  blockquote.style-1 {
    background: #f8f8f8;
    color: var(--primary);
    padding: 25px 30px; }
    .wp-block-quote.is-large.style-1 p,
    .wp-block-quote.is-style-large.style-1 p,
    blockquote.wp-block-quote.style-1 p,
    blockquote.wp-block-pullquote.style-1 p,
    blockquote.wp-block-pullquote.alignright.style-1 p,
    blockquote.wp-block-pullquote.alignleft.style-1 p,
    blockquote.style-1 p {
      font-size: 18px;
      line-height: 1.5;
      color: var(--primary); }
    .wp-block-quote.is-large.style-1:after,
    .wp-block-quote.is-style-large.style-1:after,
    blockquote.wp-block-quote.style-1:after,
    blockquote.wp-block-pullquote.style-1:after,
    blockquote.wp-block-pullquote.alignright.style-1:after,
    blockquote.wp-block-pullquote.alignleft.style-1:after,
    blockquote.style-1:after {
      content: none; }
    .wp-block-quote.is-large.style-1:before,
    .wp-block-quote.is-style-large.style-1:before,
    blockquote.wp-block-quote.style-1:before,
    blockquote.wp-block-pullquote.style-1:before,
    blockquote.wp-block-pullquote.alignright.style-1:before,
    blockquote.wp-block-pullquote.alignleft.style-1:before,
    blockquote.style-1:before {
      left: auto;
      background-size: contain;
      width: 80px;
      right: 30px;
      top: 50%;
      transform: translateY(-50%);
      background-image: var(--quote-2); }
    .wp-block-quote.is-large.style-1 cite,
    .wp-block-quote.is-style-large.style-1 cite,
    blockquote.wp-block-quote.style-1 cite,
    blockquote.wp-block-pullquote.style-1 cite,
    blockquote.wp-block-pullquote.alignright.style-1 cite,
    blockquote.wp-block-pullquote.alignleft.style-1 cite,
    blockquote.style-1 cite {
      color: var(--title); }
      .wp-block-quote.is-large.style-1 cite:before,
      .wp-block-quote.is-style-large.style-1 cite:before,
      blockquote.wp-block-quote.style-1 cite:before,
      blockquote.wp-block-pullquote.style-1 cite:before,
      blockquote.wp-block-pullquote.alignright.style-1 cite:before,
      blockquote.wp-block-pullquote.alignleft.style-1 cite:before,
      blockquote.style-1 cite:before {
        background: var(--title); }

blockquote.wp-block-pullquote:not(.is-style-solid-color) {
  background: #5608e0; }

.wp-caption-text {
  font-size: 0.875rem;
  line-height: 1.3; }

.dlab-card.blog-single .dlab-post-text blockquote p,
.dlab-page-text blockquote p,
blockquote p {
  font-size: 1.5rem;
  line-height: 1.5;
  color: var(--title);
  margin-bottom: 1rem;
  font-weight: 700;
  font-style: italic; }
  .dlab-card.blog-single .dlab-post-text blockquote p cite,
  .dlab-page-text blockquote p cite,
  blockquote p cite {
    margin-top: 20px; }
  @media only screen and (max-width: 991px) {
    .dlab-card.blog-single .dlab-post-text blockquote p,
    .dlab-page-text blockquote p,
    blockquote p {
      font-size: 1.125rem; } }

.dlab-page-text {
  padding-bottom: 30px !important; }

.dlab-card.blog-single .dlab-post-text blockquote.style-1 p,
.dlab-page-text blockquote.style-1 p,
blockquote.style-1 p {
  color: var(--primary);
  margin-bottom: 1.5rem; }

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }

/* Gutenberg Gallery */
/* Gutenberg Css */
/* .dlab-card.blog-single,
.dlab-card.blog-single + #comment-list */
.min-container,
.dlab-page-text,
.dlab-page-text + #comment-list,
.dlab-page-text + #comment-list + .paginate-links {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.938rem;
  padding-right: 0.938rem; }

.dlab-card.blog-single.sidebar + #comment-list {
  padding: 0;
  max-width: 100%; }

.max-container {
  max-width: 93.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.4375rem;
  padding-right: 3.4375rem; }

.dlab-page-text + #comment-list + .paginate-links,
.dlab-page-text + #comment-list,
.dlab-page-text {
  padding: 0; }

.dlab-page-text.sidebar {
  width: 100%;
  padding: 0;
  max-width: 100%; }

.dlab-page-text > ol,
.dlab-page-text > ul,
.dlab-page-text > .wp-block-gallery,
.dlab-card.blog-single .dlab-post-text > .wp-block-gallery,
.dlab-card.blog-single .dlab-post-text > ol,
.dlab-card.blog-single .dlab-post-text > ul {
  list-style: none;
  margin-bottom: 1.875rem; }

.dlab-page-text > ol,
.dlab-page-text > ul,
.dlab-card.blog-single .dlab-post-text > ol,
.dlab-card.blog-single .dlab-post-text > ul,
.dlab-card.blog-single .dlab-post-text.text > ol,
.dlab-card.blog-single .dlab-post-text.text > ul {
  padding-left: 1.25rem; }
  .dlab-page-text > ol ol,
  .dlab-page-text > ol ul,
  .dlab-page-text > ul ol,
  .dlab-page-text > ul ul,
  .dlab-card.blog-single .dlab-post-text > ol ol,
  .dlab-card.blog-single .dlab-post-text > ol ul,
  .dlab-card.blog-single .dlab-post-text > ul ol,
  .dlab-card.blog-single .dlab-post-text > ul ul,
  .dlab-card.blog-single .dlab-post-text.text > ol ol,
  .dlab-card.blog-single .dlab-post-text.text > ol ul,
  .dlab-card.blog-single .dlab-post-text.text > ul ol,
  .dlab-card.blog-single .dlab-post-text.text > ul ul {
    padding-left: 1.563rem; }

.dlab-page-text > ol li,
.dlab-page-text > ul li,
.dlab-card.blog-single .dlab-post-text > ol li,
.dlab-card.blog-single .dlab-post-text > ul li,
.dlab-card.blog-single .dlab-post-text > ol li,
.dlab-card.blog-single .dlab-post-text > ul li,
.dlab-card.blog-single .dlab-post-text.text > ol li,
.dlab-card.blog-single .dlab-post-text.text > ul li {
  padding: 0.5rem 0.5rem;
  position: relative;
  list-style: inherit; }

.dlab-page-text > .wp-block-gallery,
.dlab-card.blog-single .dlab-post-text > .wp-block-gallery,
.dlab-card.blog-single .dlab-post-text.text > .wp-block-gallery {
  padding: 0;
  list-style: none; }

.dlab-page-text > .wp-block-gallery li,
.dlab-card.blog-single .dlab-post-text > .wp-block-gallery li,
.dlab-card.blog-single .dlab-post-text.text > .wp-block-gallery li {
  padding: 0;
  list-style: none;
  margin: 0.25rem; }

.dlab-page-text > .wp-block-gallery li:before,
.dlab-card.blog-single .dlab-post-text > .wp-block-gallery li:before,
.dlab-card.blog-single .dlab-post-text.text > .wp-block-gallery li:before {
  content: none; }

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 0.5rem 0.5rem 0; }

.wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item,
.wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item {
  margin-right: 0.5rem; }

.content-spacious-full .wp-block-gallery {
  margin-left: calc(-12.5rem - (0.313rem/2));
  margin-right: calc(-12.5rem - (0.313rem/2));
  width: calc(100% + 25rem + 0.313rem);
  max-width: initial; }

.alignfull,
.alignwide {
  margin-left: calc(-6.25rem - (0.313rem/2));
  margin-right: calc(-6.25rem - (0.313rem/2));
  width: calc(100% + 12.5rem + 0.313rem);
  max-width: initial; }

.alignfull,
.alignfullwide {
  margin-left: calc(50% - 50vw - (var(--content-share-ml,0px)/2));
  width: 100vw;
  max-width: 100vw;
  box-sizing: border-box; }

.dlab-page-text h1, .dlab-page-text .h1,
.dlab-post-text h1,
.dlab-post-text .h1,
.thm-unit-test .dlab-post-text h1,
.thm-unit-test .dlab-post-text .h1 {
  margin-bottom: 1rem;
  font-weight: 700; }

.dlab-page-text h2, .dlab-page-text .h2,
.dlab-post-text h2,
.dlab-post-text .h2,
.thm-unit-test .dlab-post-text h2,
.thm-unit-test .dlab-post-text .h2 {
  margin-bottom: 1rem;
  font-weight: 700; }

.dlab-page-text h3, .dlab-page-text .h3,
.dlab-post-text h3,
.dlab-post-text .h3,
.thm-unit-test .dlab-post-text h3,
.thm-unit-test .dlab-post-text .h3 {
  margin-bottom: 1rem;
  font-weight: 700; }

.dlab-page-text h4, .dlab-page-text .h4,
.dlab-post-text h4,
.dlab-post-text .h4,
.thm-unit-test .dlab-post-text h4,
.thm-unit-test .dlab-post-text .h4 {
  margin-bottom: 0.75rem;
  font-weight: 600; }

.dlab-page-text h5, .dlab-page-text .h5,
.dlab-post-text h5,
.dlab-post-text .h5,
.thm-unit-test .dlab-post-text h5,
.thm-unit-test .dlab-post-text .h5 {
  margin-bottom: 0.75rem; }

.dlab-page-text h6, .dlab-page-text .h6,
.dlab-post-text h6,
.dlab-post-text .h6,
.thm-unit-test .dlab-post-text h6,
.thm-unit-test .dlab-post-text .h6 {
  margin-bottom: 0.625rem; }

.wp-block-code,
pre.wp-block-code,
pre {
  margin: 0 0 1.563rem;
  padding: 1.25rem;
  color: #fff;
  background-color: #212326;
  white-space: pre;
  font-size: 0.938rem;
  border-radius: 0.1875rem; }

.dlab-page-text,
.dlab-page-text ul li,
.dlab-page-text ol li,
.dlab-card.blog-single .dlab-post-text,
.dlab-card.blog-single .dlab-post-text ul li,
.dlab-card.blog-single .dlab-post-text ol li,
.dlab-card.blog-single .dlab-card.blog-single .dlab-post-text p:not(.has-text-color):not(.has-text-align-center):not(.has-text-align-left):not(.has-text-align-right) {
  font-size: 1rem;
  line-height: 1.7; }

.wp-block-cover,
.wp-block-cover-image {
  color: #fff; }

.wp-block-cover p:last-child,
.wp-block-cover-image p:last-child {
  margin-bottom: 0; }

.wp-block-quote.has-text-align-right {
  border-right: 0; }

.dlab-page-text ul li,
.dlab-page-text ol li,
.dlab-card.blog-single .dlab-post-text ul li,
.dlab-card.blog-single .dlab-post-text ol li {
  position: relative; }

.dlab-page-text ul > li:before,
.dlab-page-text ol > li:before,
.dlab-card.blog-single .dlab-post-text ul > li:before,
.dlab-card.blog-single .dlab-post-text ol > li:before {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  background: #212529;
  left: -0.938rem;
  position: absolute;
  top: 1.063rem;
  border-radius: 4px; }

.dlab-page-text ul > li li:before,
.dlab-page-text ol > li li:before,
.dlab-card.blog-single .dlab-post-text ul > li li:before,
.dlab-card.blog-single .dlab-post-text ol > li li:before {
  content: none; }

.dlab-page-text p,
.dlab-card.blog-single .dlab-post-text p {
  margin-bottom: 1.65rem; }

.paginate-links {
  display: flex;
  align-items: center;
  margin: 1.5rem 0 4rem 0; }

.paginate-links a,
.paginate-links > span {
  margin: 0 0 0 0.625rem;
  position: relative;
  border: 0rem solid #6cc000;
  color: #1f2471;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
  background: #E0E0E0;
  border-radius: 0.1875rem; }

.wp-block-columns {
  margin-bottom: 0; }

/* Gutenberg Gallery */
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0; }

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  margin: 0 1rem 1rem 0;
  position: relative; }

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  height: 100%;
  margin: 0; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-gallery .blocks-gallery-image figure,
  .wp-block-gallery .blocks-gallery-item figure {
    align-items: flex-end;
    display: flex;
    justify-content: flex-start; } }

.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-gallery .blocks-gallery-image img,
  .wp-block-gallery .blocks-gallery-item img {
    width: auto; } }

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 60%, transparent);
  bottom: 0;
  color: #fff;
  font-size: 0.813rem;
  max-height: 100%;
  overflow: auto;
  padding: 2.5rem 0.625rem 0.3125rem;
  position: absolute;
  text-align: center;
  width: 100%; }

.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline; }

.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-gallery.is-cropped .blocks-gallery-image a,
  .wp-block-gallery.is-cropped .blocks-gallery-image img,
  .wp-block-gallery.is-cropped .blocks-gallery-item a,
  .wp-block-gallery.is-cropped .blocks-gallery-item img {
    -o-object-fit: cover;
    flex: 1;
    height: 100%;
    object-fit: cover; } }

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc(50% - 0.5rem); }

.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0; }

.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
  margin-right: 0;
  width: 100%; }

@media only screen and (max-width: 64rem) {
  .alignwide {
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
    max-width: 100% !important; }
  .alignwide .alignleft img {
    width: 100%; }
  .alignwide .alignleft {
    margin: 0.3125rem 0rem 1.563rem 0;
    float: none; } }

@media (min-width: 37.5rem) {
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    margin-right: 1rem;
    width: calc(33.33333% - 0.666rem); }
  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item {
    margin-right: 1rem;
    width: calc(25% - 0.75rem); }
  .wp-block-gallery.columns-5 .blocks-gallery-image,
  .wp-block-gallery.columns-5 .blocks-gallery-item {
    margin-right: 1rem;
    width: calc(20% - 0.8rem); }
  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item {
    margin-right: 1rem;
    width: calc(16.66667% - 0.833rem); }
  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item {
    margin-right: 1rem;
    width: calc(14.28571% - 0.857rem); }
  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item {
    margin-right: 1rem;
    width: calc(12.5% - 0.875rem); }
  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0; } }

.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0; }

.wp-block-gallery .blocks-gallery-item.has-add-item-button {
  width: 100%; }

.wp-block-image.alignfullwide img {
  border-radius: 0; }

.wp-block-image img {
  border-radius: 0.625rem; }

.wp-block-cover,
.wp-block-cover-image,
.wp-block-embed,
.wp-block-image {
  margin-bottom: 1.875rem;
  margin-top: 1.875rem; }

.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  max-width: 19.0625rem;
  width: 100%; }

.wp-block-gallery.aligncenter,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  display: flex; }

.wp-block-gallery.aligncenter .blocks-gallery-item figure {
  justify-content: center; }

.dlab-page-text.sidebar .alignfull,
.dlab-page-text.sidebar .alignfullwide,
.dlab-page-text.sidebar .alignwide,
.dlab-page-text.sidebar .wp-block-gallery,
.blog-single.dlab-card.sidebar .alignfullwide,
.blog-single.dlab-card.sidebar .alignwide,
.blog-single.dlab-card.sidebar .dlab-post-text .wp-block-gallery {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: initial; }

.blog-overlap {
  background: #fff;
  margin-top: -8.75rem;
  padding: 1.25rem 1.25rem 0;
  border-radius: 0.25rem 0.25rem 0rem 0rem; }

.blog-single.dlab-card.sidebar {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }

.dlab-post-text table,
.dlab-page-text table,
.wp-block-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  font-size: 1rem;
  margin-bottom: 1.875rem; }

.wp-block-image figcaption,
.dlab-post-text figcaption,
.dlab-page-text figcaption {
  font-size: 0.875rem;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  margin-top: 0.625rem; }

.dlab-post-text table tbody tr:nth-of-type(odd),
.dlab-page-text table tbody tr:nth-of-type(odd),
.wp-block-table tbody tr:nth-of-type(odd) {
  background-color: #fafafa; }

.dlab-post-text td,
.dlab-post-text th,
.dlab-page-text td,
.dlab-page-text th,
.wp-block-table td,
.wp-block-table th {
  padding: 0.625rem 0.938rem;
  border: 0.0625rem solid #e4e4e4;
  border-right: 0;
  border-left: 0; }

.wp-block-media-text {
  margin-bottom: 30px; }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0 1.875rem; }

.wp-block-column ol li:before,
.wp-block-column ul li:before {
  content: none !important; }

.wp-block-pullquote {
  padding: 1em 0;
  border-top: 0;
  border-bottom: 0; }
  .wp-block-pullquote cite {
    color: #fff; }
  .wp-block-pullquote.alignright, .wp-block-pullquote.alignleft {
    padding: 0;
    border-top: 0;
    border-bottom: 0; }
    .wp-block-pullquote.alignright blockquote, .wp-block-pullquote.alignleft blockquote {
      margin: 0; }

.dlab-post-text .wp-block-cover-image-text,
.dlab-post-text .wp-block-cover-text,
.dlab-post-text section.wp-block-cover-image h2,
.dlab-post-text section.wp-block-cover-image .h2,
.dlab-page-text .wp-block-cover-image-text,
.dlab-page-text .wp-block-cover-text,
.dlab-page-text section.wp-block-cover-image h2,
.dlab-page-text section.wp-block-cover-image .h2 {
  color: #fff; }

.dlab-post-text .bootstrap-select .dropdown-menu li a,
.dlab-page-text .bootstrap-select .dropdown-menu li a {
  box-shadow: none;
  font-size: 0.875rem;
  font-family: 'Poppins', sans-serif; }

.dlab-post-text .wp-block-calendar a {
  box-shadow: none !important;
  text-decoration: unset; }

.wp-block-search,
.wp-block-archives,
.wp-block-latest-posts,
.wp-block-latest-comments,
.wp-block-categories,
.wp-block-calendar {
  margin-bottom: 2.5rem; }

/* Admin Bar */
.admin-bar .is-fixed .main-bar {
  top: 1.875rem; }

.wp-block-quote.is-style-large cite:before {
  display: none; }

/* Theme Unit Test */
.post-password-form label {
  font-size: 1rem; }

.post-password-form input[type="submit"] {
  padding: 0.625rem 1.563rem;
  background-color: var(--primary);
  border: none;
  height: 2.8125rem;
  font-weight: 600;
  font-size: 0.875rem;
  outline: none; }

.post-password-form input[type="submit"]:hover {
  background-color: var(--primary); }

.post-password-form input[type="password"] {
  height: 2.8125rem;
  border: 0.0625rem solid #ced4da; }

.wp-block-search .wp-block-search__button {
  background: var(--primary);
  border: 0;
  color: #fff;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.625rem 1.563rem;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }

.wp-block-search .wp-block-search__input {
  border: 0.0625rem solid #e1e6eb;
  height: 2.8125rem;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  outline: none; }

.wp-block-tag-cloud a {
  padding: 0.5rem 0.625rem;
  background: var(--primary);
  font-size: 0.75rem;
  display: inline-block;
  margin: 0 0 0.3125rem;
  color: #fff;
  font-weight: 600;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-decoration: none;
  box-shadow: none; }
  .wp-block-tag-cloud a:hover {
    background: var(--primary-hover); }

.wp-block-latest-comments {
  padding: 0 !important; }
  .wp-block-latest-comments .avatar {
    width: 3.4375rem;
    height: 3.4375rem;
    border-radius: 3.4375rem; }
  .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
    margin-left: 4.375rem; }
  .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    color: var(--title);
    font-family: 'Poppins', sans-serif;
    font-size: 1.063rem;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 0.625rem; }
    .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a {
      color: var(--title);
      box-shadow: none;
      text-decoration: none; }
  .wp-block-latest-comments img + article .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 4.375rem; }
  .wp-block-latest-comments .wp-block-latest-comments__comment-meta time {
    display: block;
    width: 100%;
    color: #9fa1a4;
    font-size: 0.813rem;
    font-weight: 400; }
  .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
    font-size: 1rem !important;
    line-height: 1.5 !important;
    margin-bottom: 0.625rem !important; }
  .wp-block-latest-comments li {
    padding: 0 !important;
    border-bottom: 0.0625rem solid #eee;
    padding-bottom: 0.625rem !important; }
    .wp-block-latest-comments li:before {
      content: none !important; }

.wp-block-latest-comments__comment-avatar {
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 3.4375rem; }

.comment-content.dlab-page-text {
  max-width: 100%; }

.wp-block-rss {
  padding: 0 !important; }
  .wp-block-rss .wp-block-rss__item {
    padding: 0.3125rem 0 !important;
    border-bottom: 0.0625rem solid #eee; }
    .wp-block-rss .wp-block-rss__item:before {
      content: none !important; }
    .wp-block-rss .wp-block-rss__item a {
      font-family: 'Poppins', sans-serif;
      font-size: 1.125rem;
      box-shadow: unset !important;
      font-weight: 600;
      color: var(--title);
      text-decoration: none; }

@media only screen and (max-width: 75rem) {
  .dlab-page-text .wp-block-gallery,
  .dlab-card.blog-single .dlab-post-text .wp-block-gallery {
    margin-left: calc(-6.25rem - (0.625rem/2));
    margin-right: calc(-6.25rem - (0.625rem/2));
    width: calc(100% + 12.5rem + 0.625rem); } }

@media only screen and (max-width: 61.9375rem) {
  .admin-bar .mo-left .header-nav {
    top: 1.875rem;
    height: calc(100vh - 1.875rem) !important; }
  .dlab-page-text .wp-block-gallery,
  .dlab-card.blog-single .dlab-post-text .wp-block-gallery {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
  .dlab-page-text,
  .dlab-page-text ul li,
  .dlab-page-text ol li,
  .dlab-page-text p,
  .dlab-card.blog-single .dlab-post-text,
  .dlab-card.blog-single .dlab-post-text ul li,
  .dlab-card.blog-single .dlab-post-text ol li,
  .dlab-card.blog-single .dlab-post-text p {
    font-size: 1rem; } }

@media only screen and (max-width: 48.875rem) {
  .admin-bar .is-fixed .main-bar {
    top: 2.8125rem; }
  .admin-bar .mo-left .header-nav {
    top: 2.8125rem;
    height: calc(100vh - 2.812rem) !important; }
  .wp-block-media-text {
    display: block; }
  .wp-block-media-text .wp-block-media-text__media {
    margin-bottom: 0.938rem; }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0; } }

@media only screen and (max-width: 37.5rem) {
  .admin-bar .is-fixed .main-bar {
    top: 0; }
  .admin-bar .mo-left .header-nav {
    top: 2.8125rem;
    height: calc(100vh - 2.812rem) !important; }
  .admin-bar .mo-left .is-fixed .header-nav {
    top: 0;
    height: 100vh !important; } }

.post-footer {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.938rem 0 0; }
  .post-footer .dlab-meta .tag-list {
    padding-bottom: 0;
    text-align: left;
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: capitalize;
    display: inline; }
  .post-footer .dlab-meta ul li {
    margin-right: 0.3125rem;
    padding: 0;
    display: inline-block;
    color: #333333;
    font-weight: 500;
    font-size: 0.938rem;
    font-style: italic; }
  .post-footer .post-tag a {
    text-transform: capitalize;
    font-size: 0.938rem;
    color: #999;
    background: transparent;
    padding: 0;
    border: 0;
    line-height: 0.875rem;
    font-weight: 500; }

.share-post li {
  display: inline-block; }

.share-post a {
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 2.1875rem;
  border: 0.0625rem solid #eee;
  display: block;
  text-align: center;
  line-height: 2.0625rem;
  color: #212529; }

.extra-blog {
  margin-bottom: 30px; }

@media only screen and (max-width: 575px) {
  .comment-respond.style-1 .comment-reply-title {
    margin-bottom: 20px; } }

.default-form.comment-respond .comment-reply-title,
.comments-area .comments-title,
.extra-blog .blog-title {
  font-size: 23px;
  font-weight: 800; }

.comments-area .comment-list {
  margin-bottom: 60px;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .comments-area .comment-list {
      margin-bottom: 40px; } }
  .comments-area .comment-list .default-form {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem; }
    .comments-area .comment-list .default-form small, .comments-area .comment-list .default-form .small {
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 1px; }
      .comments-area .comment-list .default-form small a, .comments-area .comment-list .default-form .small a {
        color: #e10000; }
  .comments-area .comment-list .dlab-page-text {
    padding-bottom: 0 !important; }
  .comments-area .comment-list > .comment .comment-body {
    position: relative;
    padding: 0 0 30px 110px;
    margin-bottom: 30px;
    min-height: 95px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 767px) {
      .comments-area .comment-list > .comment .comment-body {
        padding: 0 0 20px 75px;
        margin-bottom: 20px; } }
    .comments-area .comment-list > .comment .comment-body .comment-author .avatar {
      position: absolute;
      left: 0;
      height: 95px;
      width: 95px;
      border-radius: var(--border-radius-base); }
      @media only screen and (max-width: 767px) {
        .comments-area .comment-list > .comment .comment-body .comment-author .avatar {
          height: 60px;
          width: 60px; } }
    .comments-area .comment-list > .comment .comment-body .comment-author .fn {
      font-size: 18px;
      line-height: 18px;
      color: var(--title);
      font-weight: 600;
      font-style: normal;
      margin-bottom: 10px;
      display: block; }
    .comments-area .comment-list > .comment .comment-body p {
      font-size: 15px;
      margin-bottom: 10px; }
    .comments-area .comment-list > .comment .comment-body .reply .comment-reply-link {
      font-weight: 600;
      text-transform: uppercase;
      font-size: 12px;
      background: var(--primary);
      border-radius: 6px;
      color: #fff;
      padding: 6px 10px 4px 10px;
      display: inline-block;
      line-height: 1.3;
      -webkit-transition: all 0.8s;
      -ms-transition: all 0.8s;
      transition: all 0.8s; }
      .comments-area .comment-list > .comment .comment-body .reply .comment-reply-link:hover {
        background: var(--primary-hover); }
      .comments-area .comment-list > .comment .comment-body .reply .comment-reply-link i {
        margin-right: 8px; }
  .comments-area .comment-list > .comment > .children {
    padding-left: 50px; }

.comments-area.style-1 .comment-list > .comment .comment-body {
  position: relative;
  padding: 0 0 25px 110px;
  margin-bottom: 30px;
  min-height: 125px;
  border-bottom: 1px solid #E1E1F0; }
  @media only screen and (max-width: 767px) {
    .comments-area.style-1 .comment-list > .comment .comment-body {
      padding: 0 0 25px 75px; } }
  .comments-area.style-1 .comment-list > .comment .comment-body .comment-author .avatar {
    border-radius: var(--border-radius-base); }

.comments-area.style-1 .comment-list > .comment:last-child {
  border-bottom: 0;
  margin-bottom: 0; }

.comments-area.style-2 .comment-list > .comment {
  border-bottom: 1px solid #E1E1F0;
  margin-bottom: 30px; }
  .comments-area.style-2 .comment-list > .comment .comment-body .comment-author .avatar {
    border-radius: 50%;
    box-shadow: 0 0px 10px 4px rgba(31, 66, 135, 0.1);
    border: 5px solid #fff; }
  .comments-area.style-2 .comment-list > .comment:last-child {
    border-bottom: 0;
    margin-bottom: 0; }

.comments-area.style-3 .comment-list > .comment {
  margin-bottom: 30px; }
  .comments-area.style-3 .comment-list > .comment .comment-body .comment-author .avatar {
    border-radius: 5px;
    box-shadow: 0 0px 10px 4px rgba(31, 66, 135, 0.1);
    border: 5px solid #fff; }
  .comments-area.style-3 .comment-list > .comment:last-child {
    margin-bottom: 0; }

.comment-reply-title a {
  font-size: 16px;
  font-weight: 600; }

.comment-respond .comment-form {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .comment-respond .comment-form p {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px; }
    .comment-respond .comment-form p label {
      display: none; }
    .comment-respond .comment-form p textarea {
      height: 120px !important; }
  .comment-respond .comment-form .comment-form-email {
    width: 50%; }
    @media only screen and (max-width: 575px) {
      .comment-respond .comment-form .comment-form-email {
        width: 100%; } }
  .comment-respond .comment-form .comment-form-author {
    width: 50%; }
    @media only screen and (max-width: 575px) {
      .comment-respond .comment-form .comment-form-author {
        width: 100%; } }
  .comment-respond .comment-form .comment-form-comment {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }

.comment-respond.style-1 .comment-form .comment-form-author,
.comment-respond.style-1 .comment-form .comment-form-email,
.comment-respond.style-1 .comment-form .comment-form-url, .comment-respond.style-3 .comment-form .comment-form-author,
.comment-respond.style-3 .comment-form .comment-form-email,
.comment-respond.style-3 .comment-form .comment-form-url {
  width: 50%; }

.comment-respond.style-2 .comment-form .comment-form-author,
.comment-respond.style-2 .comment-form .comment-form-email {
  width: 50%; }

.comment-respond.style-2 .comment-form .comment-form-url {
  width: 100%; }

@media only screen and (max-width: 575px) {
  .comment-respond .comment-form .comment-form-author,
  .comment-respond .comment-form .comment-form-email,
  .comment-respond .comment-form .comment-form-url {
    width: 100% !important; } }

.dlab-page-text [class*="galleryid-"],
.dlab-post-text [class*="galleryid-"] {
  clear: both;
  margin: 0 auto;
  overflow: hidden; }

.gallery .gallery-item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0.3125rem;
  position: relative;
  box-sizing: border-box; }
  .gallery .gallery-item img {
    float: left;
    padding: 0 0rem;
    width: 100%;
    border: none !important; }

.gallery .gallery-caption {
  font-size: 0.813rem;
  color: #707070;
  display: block;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.5;
  padding: 0.5em 0;
  clear: both; }

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-icon img {
  margin: 0 auto; }

.post-password-form {
  position: relative;
  clear: both; }
  .post-password-form label {
    display: block;
    font-size: 1rem; }
  .post-password-form input[type="password"] {
    width: 100%;
    border: 0.0625rem solid #ebedf2;
    padding: 0.625rem 6.25rem 0.625rem 0.938rem;
    height: 2.8125rem;
    border: 0.0625rem solid #ced4da; }
  .post-password-form input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0.625rem 1.25rem;
    background: var(--primary);
    color: #FFF;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.875rem;
    outline: none;
    height: 2.8125rem; }
    .post-password-form input[type="submit"]:hover {
      background: var(--primary-hover); }

@media only screen and (max-width: 991px) {
  .side-bar.sticky-top {
    position: unset; } }

.blog-post-banner {
  min-height: 300px;
  padding-top: 70px;
  padding-bottom: 70px; }
  .blog-post-banner .dlab-title {
    color: #fff;
    font-size: 32px;
    margin-bottom: 20px; }
  .blog-post-banner .dlab-meta {
    color: #fff; }
    .blog-post-banner .dlab-meta ul {
      display: flex;
      opacity: 0.7; }
      .blog-post-banner .dlab-meta ul li {
        margin-right: 20px; }
        .blog-post-banner .dlab-meta ul li a {
          color: #fff; }

.post-outside {
  margin-top: -120px; }

.single-post .main-bar {
  border-bottom: 1px solid #eee; }

.dlab-load-more i:before,
.loadmore-btn i:before {
  -webkit-animation: unset !important;
  -moz-animation: unset !important;
  animation: unset !important; }

.dlab-share-post {
  border-top: 1px solid #cccccc;
  border-top-style: dashed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0; }
  .dlab-share-post .dlab-social-icon {
    display: flex;
    align-items: center; }
    .dlab-share-post .dlab-social-icon .title {
      display: inline-block;
      font-size: 18px;
      padding-right: 10px;
      margin: 0; }
    .dlab-share-post .dlab-social-icon ul {
      padding: 0;
      margin: 0; }
      .dlab-share-post .dlab-social-icon ul li {
        display: inline-block;
        margin-right: 5px; }
        .dlab-share-post .dlab-social-icon ul li a {
          width: 35px;
          height: 35px;
          color: #fff;
          background: var(--primary);
          -webkit-transition: all 0.8s;
          -ms-transition: all 0.8s;
          transition: all 0.8s;
          text-align: center;
          line-height: 35px;
          font-size: 12px;
          border-radius: var(--border-radius-base); }
          .dlab-share-post .dlab-social-icon ul li a:hover {
            background: var(--primary-hover); }
    @media only screen and (max-width: 575px) {
      .dlab-share-post .dlab-social-icon {
        margin-bottom: 10px; } }
  @media only screen and (max-width: 575px) {
    .dlab-share-post {
      display: block;
      text-align: center; } }

#comment-list:empty + .paginate-links {
  margin-top: -30px; }

.post-swiper {
  position: relative; }
  .post-swiper .prev-post-swiper-btn,
  .post-swiper .next-post-swiper-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    background-color: #fff;
    color: var(--primary);
    z-index: 1;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
    .post-swiper .prev-post-swiper-btn:hover,
    .post-swiper .next-post-swiper-btn:hover {
      background-color: var(--primary);
      color: #fff; }
  .post-swiper .prev-post-swiper-btn {
    left: 10px; }
  .post-swiper .next-post-swiper-btn {
    right: 10px; }

.author-box {
  padding: 35px;
  background: #f3f4f6;
  border-radius: var(--border-radius); }
  .author-box .author-profile-info {
    display: flex; }
    @media only screen and (max-width: 575px) {
      .author-box .author-profile-info {
        display: block;
        text-align: center; } }
    .author-box .author-profile-info .author-profile-pic {
      border-radius: var(--border-radius-base);
      width: 120px;
      height: 120px;
      overflow: hidden;
      min-width: 120px; }
      @media only screen and (max-width: 575px) {
        .author-box .author-profile-info .author-profile-pic {
          width: 80px;
          height: 80px;
          min-width: 80px;
          margin-bottom: 20px;
          margin-left: auto;
          margin-right: auto; } }
      .author-box .author-profile-info .author-profile-pic img {
        width: 100%; }
    .author-box .author-profile-info .author-profile-content {
      padding-left: 25px; }
      @media only screen and (max-width: 575px) {
        .author-box .author-profile-info .author-profile-content {
          padding-left: 0;
          padding-right: 0; } }
      .author-box .author-profile-info .author-profile-content p {
        margin-bottom: 25px; }
      .author-box .author-profile-info .author-profile-content ul {
        padding: 0;
        margin: 0;
        margin-right: 5px;
        display: table;
        float: left; }
        @media only screen and (max-width: 575px) {
          .author-box .author-profile-info .author-profile-content ul {
            display: inline-block;
            float: none;
            margin-right: 0; } }
        .author-box .author-profile-info .author-profile-content ul li {
          padding: 0;
          margin: 0;
          margin-right: 10px;
          float: left;
          border-radius: var(--border-radius-base); }
          @media only screen and (max-width: 575px) {
            .author-box .author-profile-info .author-profile-content ul li {
              margin-right: 5px;
              margin-left: 5px; } }
          .author-box .author-profile-info .author-profile-content ul li a {
            height: 40px;
            width: 40px;
            line-height: 40px;
            text-align: center;
            font-size: 14px;
            background: var(--primary);
            color: #fff;
            vertical-align: middle;
            display: block;
            -webkit-transition: all 0.8s;
            -ms-transition: all 0.8s;
            transition: all 0.8s;
            border-radius: var(--border-radius-base); }
            .author-box .author-profile-info .author-profile-content ul li a:hover {
              background: var(--primary-hover); }

.dlab-coming-soon {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  z-index: 1;
  padding-left: 90px;
  display: flex; }
  @media only screen and (max-width: 991px) {
    .dlab-coming-soon {
      flex-wrap: wrap; } }
  @media only screen and (max-width: 575px) {
    .dlab-coming-soon {
      padding-left: 50px; } }
  .dlab-coming-soon .dlab-title {
    font-size: 60px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 20px; }
    @media only screen and (max-width: 1400px) {
      .dlab-coming-soon .dlab-title {
        font-size: 50px;
        line-height: 60px; } }
    @media only screen and (max-width: 1280px) {
      .dlab-coming-soon .dlab-title {
        font-size: 40px;
        line-height: 50px; } }
    @media only screen and (max-width: 575px) {
      .dlab-coming-soon .dlab-title {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 15px; } }
  .dlab-coming-soon .dlab-coming-bx {
    padding-left: 80px;
    padding-right: 80px;
    flex: 0 0 50%;
    max-width: 50%;
    align-items: center;
    display: flex; }
    @media only screen and (max-width: 1400px) {
      .dlab-coming-soon .dlab-coming-bx {
        padding-left: 50px;
        padding-right: 50px; } }
    @media only screen and (max-width: 991px) {
      .dlab-coming-soon .dlab-coming-bx {
        flex: 0 0 100%;
        max-width: 100%;
        align-items: center;
        display: flex;
        padding: 60px 20px;
        text-align: center;
        justify-content: center; } }
    @media only screen and (max-width: 575px) {
      .dlab-coming-soon .dlab-coming-bx {
        padding: 20px 10px; } }
  @media only screen and (max-width: 1280px) {
    .dlab-coming-soon .btn, .dlab-coming-soon .wp-block-button__link {
      font-size: 13px;
      padding: 15px 20px; } }
  @media only screen and (max-width: 575px) {
    .dlab-coming-soon .btn, .dlab-coming-soon .wp-block-button__link {
      font-size: 12px;
      padding: 12px 15px;
      letter-spacing: 0; } }
  .dlab-coming-soon .slider-box {
    flex: 0 0 50%;
    max-width: 50%; }
    @media only screen and (max-width: 991px) {
      .dlab-coming-soon .slider-box {
        flex: 0 0 100%;
        max-width: 100%; } }
    .dlab-coming-soon .slider-box img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.countdown {
  margin-bottom: 40px; }
  @media only screen and (max-width: 575px) {
    .countdown {
      margin-bottom: 20px; } }
  .countdown .date {
    color: #000;
    padding-right: 30px;
    display: inline-block; }
    @media only screen and (max-width: 1280px) {
      .countdown .date {
        padding-right: 20px; } }
    @media only screen and (max-width: 1280px) {
      .countdown .date {
        padding-right: 10px; } }
    @media only screen and (max-width: 575px) {
      .countdown .date {
        padding-right: 5px;
        padding-left: 5px; } }
    .countdown .date .time {
      color: var(--primary);
      font-family: var(--font-family-title);
      font-weight: 700;
      letter-spacing: 4px;
      font-size: 90px;
      line-height: 90px;
      margin-bottom: 5px; }
      @media only screen and (max-width: 1400px) {
        .countdown .date .time {
          font-size: 70px;
          line-height: 70px; } }
      @media only screen and (max-width: 1280px) {
        .countdown .date .time {
          font-size: 50px;
          line-height: 50px; } }
      @media only screen and (max-width: 575px) {
        .countdown .date .time {
          font-size: 40px;
          line-height: 40px;
          font-weight: 700; } }
    .countdown .date span {
      display: block;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px; }
      @media only screen and (max-width: 1280px) {
        .countdown .date span {
          font-size: 14px; } }
      @media only screen and (max-width: 575px) {
        .countdown .date span {
          font-size: 12px; } }

.sidenav-menu {
  position: fixed;
  left: 0;
  height: 100vh;
  width: 90px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 20px;
  justify-content: space-between; }
  @media only screen and (max-width: 575px) {
    .sidenav-menu {
      width: 50px;
      padding: 10px 5px 20px 5px; } }
  .sidenav-menu .dlab-social-icon {
    margin: 0; }
    .sidenav-menu .dlab-social-icon li a {
      color: #000;
      text-transform: capitalize;
      font-weight: 400;
      writing-mode: vertical-rl;
      padding: 10px 10px;
      margin: 0;
      display: block; }
      @media only screen and (max-width: 991px) {
        .sidenav-menu .dlab-social-icon li a {
          padding: 4px 8px;
          font-size: 14px; } }

.under-construct {
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 80px;
  background-color: #f2f2f4;
  background-position: center;
  z-index: 1;
  overflow: hidden; }
  .under-construct:after {
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(../images/background/under-construct.jpg);
    background-position: center;
    background-size: cover; }
    @media only screen and (max-width: 575px) {
      .under-construct:after {
        opacity: 0.85; } }
  @media only screen and (max-width: 1680px) {
    .under-construct {
      padding: 50px; } }
  @media only screen and (max-width: 575px) {
    .under-construct {
      padding: 20px; } }
  .under-construct .logo-header {
    height: auto;
    width: 100%; }
    .under-construct .logo-header a {
      display: inline-block;
      width: 180px; }
  .under-construct .dlab-content .dlab-title {
    font-size: 90px;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #212529;
    font-family: var(--font-family-title); }
    @media only screen and (max-width: 1680px) {
      .under-construct .dlab-content .dlab-title {
        font-size: 70px; } }
    @media only screen and (max-width: 1280px) {
      .under-construct .dlab-content .dlab-title {
        font-size: 60px; } }
    @media only screen and (max-width: 575px) {
      .under-construct .dlab-content .dlab-title {
        font-size: 40px; } }
  .under-construct .dlab-content p {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.2;
    color: #333; }
    @media only screen and (max-width: 1680px) {
      .under-construct .dlab-content p {
        font-size: 28px; } }
    @media only screen and (max-width: 1280px) {
      .under-construct .dlab-content p {
        font-size: 24px; } }
    @media only screen and (max-width: 575px) {
      .under-construct .dlab-content p {
        font-size: 16px;
        font-weight: 500; } }
  .under-construct .inner-box {
    height: 100%;
    width: 50%; }
    @media only screen and (max-width: 1280px) {
      .under-construct .inner-box {
        width: 100%; } }

/* Error Page */
.error-page {
  position: relative; }
  .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: 75px; } }
  .error-page .error-head {
    font-size: 32px;
    margin: 15px 0 25px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }
  @media only screen and (max-width: 575px) {
    .error-page .error-head {
      font-size: 18px;
      line-height: 1.4; } }
  .error-page:after {
    content: attr(data-text);
    position: absolute;
    color: var(--secondary);
    font-size: 18vw;
    line-height: 1;
    font-weight: 800;
    opacity: 0.05;
    z-index: -1;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    font-family: var(--font-family-title); }

.map-iframe iframe {
  height: 500px; }

.contact-area1 {
  padding: 60px 40px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  position: relative;
  z-index: 1;
  background: #fff; }
  .contact-area1 label {
    margin-bottom: 20px; }
  .contact-area1 .form-group {
    margin-bottom: 30px; }
  @media only screen and (max-width: 575px) {
    .contact-area1 {
      padding: 40px 15px; } }

.bottom-shape {
  position: relative; }
  .bottom-shape:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 370px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    z-index: -1; }

.logo-header {
  display: table;
  float: left;
  vertical-align: middle;
  padding: 0;
  color: #EFBB20;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  width: 200px;
  height: 90px;
  position: relative;
  z-index: 9; }
  @media only screen and (max-width: 991px) {
    .logo-header {
      width: 180px;
      height: 80px; } }
  @media only screen and (max-width: 575px) {
    .logo-header {
      width: 180px; } }
  .logo-header a {
    display: table-cell;
    vertical-align: middle; }
  .logo-header img {
    height: 100px;
    max-width: 200px;
    object-fit: contain;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
    @media only screen and (max-width: 991px) {
      .logo-header img {
        max-width: 180px;
        height: 80px; } }
    @media only screen and (max-width: 575px) {
      .logo-header img {
        max-width: 180px; } }
  .logo-header span {
    font-size: 20px;
    letter-spacing: 20px; }

.top-bar {
  background-color: #fff;
  color: #212529;
  padding: 12px 0;
  position: relative;
  border-bottom: 1px solid #d7d7d7; }
  .top-bar .dlab-topbar-left {
    float: left; }
    .top-bar .dlab-topbar-left li {
      padding-right: 20px; }
  .top-bar .dlab-topbar-right {
    float: right; }
    .top-bar .dlab-topbar-right li {
      padding-left: 15px; }
  .top-bar .dlab-social li a {
    color: inherit; }
  .top-bar .dlab-topbar-inner {
    margin-left: -15px;
    margin-right: -15px; }
  .top-bar .dlab-topbar-center,
  .top-bar .dlab-topbar-left,
  .top-bar .dlab-topbar-right {
    padding-left: 15px;
    padding-right: 15px; }
    .top-bar .dlab-topbar-center ul,
    .top-bar .dlab-topbar-left ul,
    .top-bar .dlab-topbar-right ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .top-bar .dlab-topbar-center ul li,
      .top-bar .dlab-topbar-left ul li,
      .top-bar .dlab-topbar-right ul li {
        display: inline-block;
        font-size: 15px; }
      .top-bar .dlab-topbar-center ul i,
      .top-bar .dlab-topbar-left ul i,
      .top-bar .dlab-topbar-right ul i {
        margin-right: 5px;
        color: var(--primary); }
    .top-bar .dlab-topbar-center .dlab-social-icon li,
    .top-bar .dlab-topbar-left .dlab-social-icon li,
    .top-bar .dlab-topbar-right .dlab-social-icon li {
      padding-left: 0; }
  @media only screen and (max-width: 991px) {
    .top-bar {
      display: none; } }

.dlab-quik-search {
  background: rgba(33, 37, 41, 0.95);
  position: fixed;
  height: 100%;
  width: 100%;
  top: -100%;
  left: 0;
  padding: 0px 30px;
  z-index: 999999;
  overflow: hidden;
  display: none;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s; }
  .dlab-quik-search form {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    top: 50%;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    opacity: 1;
    transform: translateY(-50%); }
  .dlab-quik-search .form-control, .dlab-quik-search .wp-block-categories-dropdown select, .wp-block-categories-dropdown .dlab-quik-search select,
  .dlab-quik-search .wp-block-archives-dropdown select, .wp-block-archives-dropdown .dlab-quik-search select, .dlab-quik-search .comment-respond .comment-form p.comment-form-author input, .comment-respond .comment-form p.comment-form-author .dlab-quik-search input,
  .dlab-quik-search .comment-respond .comment-form p.comment-form-email input, .comment-respond .comment-form p.comment-form-email .dlab-quik-search input,
  .dlab-quik-search .comment-respond .comment-form p.comment-form-url input, .comment-respond .comment-form p.comment-form-url .dlab-quik-search input,
  .dlab-quik-search .comment-respond .comment-form p textarea, .comment-respond .comment-form p .dlab-quik-search textarea {
    padding: 15px 60px 15px 15px;
    width: 100%;
    height: 90px;
    border: none;
    background: 0 0;
    color: #fff;
    font-size: 20px;
    border-bottom: 2px solid #fff;
    border-radius: 0; }
    .dlab-quik-search .form-control::-webkit-input-placeholder, .dlab-quik-search .wp-block-categories-dropdown select::-webkit-input-placeholder, .wp-block-categories-dropdown .dlab-quik-search select::-webkit-input-placeholder,
    .dlab-quik-search .wp-block-archives-dropdown select::-webkit-input-placeholder, .wp-block-archives-dropdown .dlab-quik-search select::-webkit-input-placeholder, .dlab-quik-search .comment-respond .comment-form p.comment-form-author input::-webkit-input-placeholder, .comment-respond .comment-form p.comment-form-author .dlab-quik-search input::-webkit-input-placeholder,
    .dlab-quik-search .comment-respond .comment-form p.comment-form-email input::-webkit-input-placeholder, .comment-respond .comment-form p.comment-form-email .dlab-quik-search input::-webkit-input-placeholder,
    .dlab-quik-search .comment-respond .comment-form p.comment-form-url input::-webkit-input-placeholder, .comment-respond .comment-form p.comment-form-url .dlab-quik-search input::-webkit-input-placeholder,
    .dlab-quik-search .comment-respond .comment-form p textarea::-webkit-input-placeholder, .comment-respond .comment-form p .dlab-quik-search textarea::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .dlab-quik-search .form-control:-ms-input-placeholder, .dlab-quik-search .wp-block-categories-dropdown select:-ms-input-placeholder, .wp-block-categories-dropdown .dlab-quik-search select:-ms-input-placeholder,
    .dlab-quik-search .wp-block-archives-dropdown select:-ms-input-placeholder, .wp-block-archives-dropdown .dlab-quik-search select:-ms-input-placeholder, .dlab-quik-search .comment-respond .comment-form p.comment-form-author input:-ms-input-placeholder, .comment-respond .comment-form p.comment-form-author .dlab-quik-search input:-ms-input-placeholder,
    .dlab-quik-search .comment-respond .comment-form p.comment-form-email input:-ms-input-placeholder, .comment-respond .comment-form p.comment-form-email .dlab-quik-search input:-ms-input-placeholder,
    .dlab-quik-search .comment-respond .comment-form p.comment-form-url input:-ms-input-placeholder, .comment-respond .comment-form p.comment-form-url .dlab-quik-search input:-ms-input-placeholder,
    .dlab-quik-search .comment-respond .comment-form p textarea:-ms-input-placeholder, .comment-respond .comment-form p .dlab-quik-search textarea:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .dlab-quik-search .form-control::placeholder, .dlab-quik-search .wp-block-categories-dropdown select::placeholder, .wp-block-categories-dropdown .dlab-quik-search select::placeholder,
    .dlab-quik-search .wp-block-archives-dropdown select::placeholder, .wp-block-archives-dropdown .dlab-quik-search select::placeholder, .dlab-quik-search .comment-respond .comment-form p.comment-form-author input::placeholder, .comment-respond .comment-form p.comment-form-author .dlab-quik-search input::placeholder,
    .dlab-quik-search .comment-respond .comment-form p.comment-form-email input::placeholder, .comment-respond .comment-form p.comment-form-email .dlab-quik-search input::placeholder,
    .dlab-quik-search .comment-respond .comment-form p.comment-form-url input::placeholder, .comment-respond .comment-form p.comment-form-url .dlab-quik-search input::placeholder,
    .dlab-quik-search .comment-respond .comment-form p textarea::placeholder, .comment-respond .comment-form p .dlab-quik-search textarea::placeholder {
      color: rgba(255, 255, 255, 0.8); }
  .dlab-quik-search span {
    position: absolute;
    right: 15px;
    top: 50%;
    color: #fff;
    margin: -15px 0;
    height: 25px;
    font-size: 20px;
    cursor: pointer; }
  .dlab-quik-search.On {
    top: 0; }

.site-header {
  position: relative;
  z-index: 9999; }
  .site-header .main-bar {
    background: #fff;
    width: 100%;
    position: relative;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05); }
  .site-header .container {
    position: relative; }
  .site-header .extra-nav {
    float: right;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
    height: 100px; }
    @media only screen and (max-width: 991px) {
      .site-header .extra-nav {
        height: 80px; } }
    @media only screen and (max-width: 1680px) {
      .site-header .extra-nav {
        margin-left: 10px; } }
    .site-header .extra-nav #quik-search-btn {
      color: #212529;
      cursor: pointer;
      margin-left: 15px;
      border: 0;
      width: 45px;
      height: 45px;
      background: transparent;
      line-height: 45px;
      text-align: center;
      font-size: 18px;
      border-radius: 45px; }
    @media only screen and (max-width: 575px) {
      .site-header .extra-nav .btn, .site-header .extra-nav .wp-block-button__link {
        padding-left: 15px;
        padding-right: 15px; } }
    .site-header .extra-nav ul li {
      display: inline-block; }
      .site-header .extra-nav ul li .icon {
        padding: 0;
        background: transparent;
        min-width: 40px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        border-radius: 4px; }

.navbar-toggler {
  border: 0 solid #efbb20;
  font-size: 16px;
  line-height: 24px;
  margin: 40px 0 39px 15px;
  padding: 0;
  float: right;
  outline: none !important; }
  @media only screen and (max-width: 991px) {
    .navbar-toggler {
      margin: 15px 0 15px 15px; } }
  @media only screen and (max-width: 575px) {
    .navbar-toggler {
      margin: 15px ​0 15px 15p; } }

.navicon {
  width: 50px;
  height: 50px;
  background: var(--primary);
  box-shadow: 0 5px 15px -10px var(--primary);
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  border-radius: var(--border-radius-base); }
  .navicon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    background: #fff;
    left: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    .navicon span:nth-child(1) {
      top: 15px;
      width: 30px; }
    .navicon span:nth-child(2) {
      top: 23.5px;
      width: 25px; }
    .navicon span:nth-child(3) {
      top: 33px;
      width: 20px; }
  .navicon.open span:nth-child(1) {
    top: 25px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  .navicon.open span:nth-child(2) {
    opacity: 0;
    left: -60px; }
  .navicon.open span:nth-child(3) {
    top: 25px;
    width: 30px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); }

.header-tb .navicon span {
  background: #fff; }

.header-nav {
  padding: 0; }
  .header-nav .badge {
    padding: 4px 6px;
    font-size: 11px;
    font-weight: 500;
    background-color: red;
    margin-left: 10px; }
  @media only screen and (max-width: 991px) {
    .header-nav {
      overflow-y: scroll;
      position: fixed;
      width: 60px;
      left: -280px;
      height: 100vh !important;
      -webkit-transition: all 0.8s;
      -ms-transition: all 0.8s;
      transition: all 0.8s;
      top: 0;
      background-color: #fff;
      margin: 0;
      z-index: 99; } }
  @media only screen and (max-width: 991px) {
    .header-nav.show {
      left: -1px;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s;
      margin: 0;
      width: 280px; } }
  .header-nav .logo-header {
    display: none; }
    @media only screen and (max-width: 991px) {
      .header-nav .logo-header {
        padding: 30px 20px;
        float: none;
        height: auto;
        width: 240px; } }
  .header-nav .nav {
    float: right;
    padding: 0;
    font-size: 0; }
    .header-nav .nav > li {
      margin: 0px;
      font-weight: 400;
      position: relative; }
      .header-nav .nav > li.has-mega-menu {
        position: inherit; }
      @media only screen and (max-width: 991px) {
        .header-nav .nav > li {
          border-bottom: 1px solid #eee;
          width: 100%; } }
      .header-nav .nav > li > a {
        color: #464646;
        font-size: 16px;
        padding: 42px 15px;
        cursor: pointer;
        font-weight: 400;
        display: inline-block;
        position: relative;
        border-width: 0 0 0 1px;
        text-transform: capitalize;
        line-height: 1.1; }
        .header-nav .nav > li > a i {
          margin-left: 5px; }
        @media only screen and (max-width: 1680px) {
          .header-nav .nav > li > a {
            padding-left: 18px;
            padding-right: 18px; } }
        @media only screen and (max-width: 1400px) {
          .header-nav .nav > li > a {
            padding-left: 12px;
            padding-right: 12px; } }
        @media only screen and (max-width: 991px) {
          .header-nav .nav > li > a {
            padding: 8px 0;
            display: block;
            line-height: 30px;
            font-size: 16px; }
            .header-nav .nav > li > a i {
              background-color: var(--primary);
              color: #fff;
              height: 30px;
              line-height: 30px;
              right: 0;
              text-align: center;
              width: 30px;
              z-index: 3;
              float: right;
              font-size: 20px;
              margin: 0; } }
        .header-nav .nav > li > a:before {
          content: "";
          width: 100%;
          background-color: var(--primary);
          bottom: 0;
          left: 0;
          border-radius: 5px 5px 0 0;
          height: 0px;
          position: absolute;
          -webkit-transition: all 0.2s;
          -ms-transition: all 0.2s;
          transition: all 0.2s; }
      .header-nav .nav > li .mega-menu,
      .header-nav .nav > li .sub-menu {
        background-color: #fff;
        display: block;
        left: 0;
        list-style: none;
        opacity: 0;
        padding: 10px 0;
        position: absolute;
        visibility: hidden;
        width: 215px;
        z-index: 10;
        border-radius: var(--border-radius-base);
        margin-top: 20px;
        box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.1);
        text-align: left;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s; }
        @media only screen and (max-width: 991px) {
          .header-nav .nav > li .mega-menu,
          .header-nav .nav > li .sub-menu {
            display: none;
            position: static;
            visibility: visible;
            width: auto;
            background: transparent;
            box-shadow: none;
            margin: 0;
            border-top: 1px solid #eee;
            padding: 10px 0;
            -webkit-transition: none;
            -ms-transition: none;
            transition: none; }
            .header-nav .nav > li .mega-menu > li > a i,
            .header-nav .nav > li .sub-menu > li > a i {
              color: #fff !important;
              height: 30px;
              line-height: 30px;
              right: 0;
              text-align: center;
              width: 30px;
              z-index: 3;
              font-size: 14px !important;
              margin: 0 !important;
              background: #aaa; } }
        .header-nav .nav > li .mega-menu li,
        .header-nav .nav > li .sub-menu li {
          position: relative; }
          .header-nav .nav > li .mega-menu li a,
          .header-nav .nav > li .sub-menu li a {
            color: #212529;
            display: block;
            font-size: 14px;
            padding: 8px 25px;
            line-height: 1.3;
            text-transform: capitalize;
            position: relative;
            transition: all 0.15s linear;
            -webkit-transition: all 0.15s linear;
            -moz-transition: all 0.15s linear;
            -o-transition: all 0.15s linear;
            font-weight: 500; }
            .header-nav .nav > li .mega-menu li a:after,
            .header-nav .nav > li .sub-menu li a:after {
              content: "";
              position: absolute;
              width: 0;
              height: 1px;
              background: var(--primary);
              left: 0px;
              top: 18px;
              transition: all .5s;
              -moz-transition: all .5s;
              -webkit-transition: all .5s;
              -ms-transition: all .5s;
              -o-transition: all .5s; }
            @media only screen and (max-width: 991px) {
              .header-nav .nav > li .mega-menu li a,
              .header-nav .nav > li .sub-menu li a {
                padding: 2px 0 1px 16px;
                display: block;
                line-height: 30px;
                position: relative;
                /* &:after{
								content: "\f054";
								font-family: "Font Awesome 5 Free";
								width: auto;
								height: auto;
								background: 0 0!important;
								top: 3px;
								color: #262F5A;
								font-size: 12px;
								position: absolute;
								left: 0;
								font-weight: 700;
							} */ } }
          .header-nav .nav > li .mega-menu li:hover > a,
          .header-nav .nav > li .sub-menu li:hover > a {
            color: var(--primary);
            background: #f3f3f3;
            /* &:after {
							width: 10px;
						} */ }
            @media only screen and (max-width: 991px) {
              .header-nav .nav > li .mega-menu li:hover > a,
              .header-nav .nav > li .sub-menu li:hover > a {
                padding: 2px 0 1px 16px; } }
        .header-nav .nav > li .mega-menu li > .sub-menu,
        .header-nav .nav > li .sub-menu li > .sub-menu {
          left: 215px;
          -webkit-transition: all 0.8s;
          -ms-transition: all 0.8s;
          transition: all 0.8s; }
          @media only screen and (max-width: 991px) {
            .header-nav .nav > li .mega-menu li > .sub-menu,
            .header-nav .nav > li .sub-menu li > .sub-menu {
              display: none; } }
        @media only screen and (max-width: 991px) {
          .header-nav .nav > li .mega-menu .mega-menu,
          .header-nav .nav > li .mega-menu .sub-menu,
          .header-nav .nav > li .sub-menu .mega-menu,
          .header-nav .nav > li .sub-menu .sub-menu {
            border-top: 0;
            padding-left: 20px; }
            .header-nav .nav > li .mega-menu .mega-menu li a:after,
            .header-nav .nav > li .mega-menu .sub-menu li a:after,
            .header-nav .nav > li .sub-menu .mega-menu li a:after,
            .header-nav .nav > li .sub-menu .sub-menu li a:after {
              width: 5px;
              content: "";
              height: 5px;
              background: #262F5A !important;
              border-radius: 4px;
              top: 13px; } }
      .header-nav .nav > li .sub-menu li > a > i {
        color: inherit;
        display: block;
        float: right;
        font-size: 16px;
        opacity: 1;
        margin-top: 4px; }
      .header-nav .nav > li .mega-menu {
        display: flex;
        right: 0px;
        width: 100%;
        z-index: 9;
        padding: 0; }
        .header-nav .nav > li .mega-menu > li {
          display: block;
          padding: 30px 0 25px;
          position: relative;
          vertical-align: top;
          width: 25%; }
          @media only screen and (max-width: 991px) {
            .header-nav .nav > li .mega-menu > li {
              width: 100%;
              padding: 0; } }
          .header-nav .nav > li .mega-menu > li > a {
            color: #212529;
            display: block;
            padding: 0 20px;
            font-size: 16px;
            font-weight: 600;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            padding-bottom: 15px; }
            .header-nav .nav > li .mega-menu > li > a > i {
              font-size: 14px;
              margin-right: 5px;
              text-align: center;
              width: 15px; }
            @media only screen and (max-width: 991px) {
              .header-nav .nav > li .mega-menu > li > a {
                display: none; } }
          .header-nav .nav > li .mega-menu > li:after {
            content: "";
            background-color: rgba(0, 0, 0, 0.1);
            position: absolute;
            right: 0px;
            top: 0px;
            display: block;
            width: 1px;
            height: 100%; }
            @media only screen and (max-width: 991px) {
              .header-nav .nav > li .mega-menu > li:after {
                content: none; } }
          .header-nav .nav > li .mega-menu > li:last-child:after {
            display: none; }
          .header-nav .nav > li .mega-menu > li:hover > a {
            background-color: transparent; }
          .header-nav .nav > li .mega-menu > li li i {
            font-size: 14px;
            margin-right: 5px;
            text-align: center;
            width: 15px; }
        @media only screen and (max-width: 991px) {
          .header-nav .nav > li .mega-menu {
            display: none;
            padding: 10px 0; } }
      .header-nav .nav > li:hover > .mega-menu,
      .header-nav .nav > li:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s; }
        @media only screen and (max-width: 991px) {
          .header-nav .nav > li:hover > .mega-menu,
          .header-nav .nav > li:hover > .sub-menu {
            -webkit-transition: none;
            -ms-transition: none;
            transition: none; } }
        .header-nav .nav > li:hover > .mega-menu li:hover > .sub-menu,
        .header-nav .nav > li:hover > .sub-menu li:hover > .sub-menu {
          opacity: 1;
          visibility: visible;
          margin-top: 0;
          top: -1px; }
      .header-nav .nav > li.open .mega-menu,
      .header-nav .nav > li.open .sub-menu {
        display: block;
        opacity: 1;
        -webkit-transition: none;
        -ms-transition: none;
        transition: none; }
      .header-nav .nav > li.open .open.menu-item-has-children > a:before {
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg); }
      .header-nav .nav > li.open .open .mega-menu,
      .header-nav .nav > li.open .open .sub-menu {
        display: block;
        opacity: 1;
        -webkit-transition: none;
        -ms-transition: none;
        transition: none; }
    @media only screen and (max-width: 1400px) {
      .header-nav .nav > li:nth-last-child(3) .sub-menu .sub-menu,
      .header-nav .nav > li:nth-last-child(2) .sub-menu .sub-menu,
      .header-nav .nav > li:last-child .sub-menu .sub-menu {
        left: -220px; } }
    @media only screen and (max-width: 1199px) {
      .header-nav .nav > li:last-child .sub-menu {
        left: auto;
        right: 0; } }
    @media only screen and (max-width: 991px) {
      .header-nav .nav {
        float: none;
        padding: 0 20px; } }
  .header-nav .dlab-social-icon {
    display: none;
    text-align: center; }
    .header-nav .dlab-social-icon li {
      display: inline-block;
      margin: 0 2px; }
    .header-nav .dlab-social-icon a {
      width: 40px;
      height: 40px;
      padding: 0;
      border: 1px solid #eee;
      line-height: 38px;
      text-align: center;
      border-radius: 40px; }
    @media only screen and (max-width: 991px) {
      .header-nav .dlab-social-icon {
        display: block;
        padding-top: 30px;
        padding-bottom: 20px; } }

.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .header-transparent .top-bar,
  .header-transparent .main-bar {
    background: transparent; }
  .header-transparent .container-fluid, .header-transparent .container-sm, .header-transparent .container-md, .header-transparent .container-lg, .header-transparent .container-xl {
    padding-left: 80px;
    padding-right: 80px; }
    @media only screen and (max-width: 1280px) {
      .header-transparent .container-fluid, .header-transparent .container-sm, .header-transparent .container-md, .header-transparent .container-lg, .header-transparent .container-xl {
        padding-left: 15px;
        padding-right: 15px; } }
  .header-transparent .side-menu-btn .menu-icon-in span {
    background-color: #fff; }
  .header-transparent .is-fixed .side-menu-btn .menu-icon-in span {
    background-color: #212529; }
  @media only screen and (min-width: 991px) {
    .header-transparent .nav > li > a {
      color: #fff; } }
  .header-transparent .navbar-toggler span {
    background: #fff; }
  .header-transparent .is-fixed .nav > li > a {
    color: #212529; }
  .header-transparent .is-fixed .navbar-toggler span {
    background: #212529; }
  .header-transparent .top-bar {
    border-color: #fff; }
    .header-transparent .top-bar .dlab-topbar-left li,
    .header-transparent .top-bar .dlab-topbar-left i,
    .header-transparent .top-bar .dlab-topbar-right li,
    .header-transparent .top-bar .dlab-topbar-right i {
      color: #fff; }

.is-fixed .main-bar {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: all 0.5s; }

@media only screen and (max-width: 991px) {
  .mo-left .header-nav {
    overflow-y: scroll;
    position: fixed;
    width: 60px;
    left: -280px;
    height: 100vh !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    top: 0;
    background-color: #fff;
    margin: 0;
    z-index: 99; }
    .mo-left .header-nav.nav-dark {
      background-color: #202020; }
    .mo-left .header-nav.show {
      left: -1px;
      transition: all 0.8s;
      -webkit-transition: all 0.8s;
      -moz-transition: all 0.8s;
      -o-transition: all 0.8s;
      margin: 0;
      width: 280px; }
    .mo-left .header-nav .logo-header {
      display: block;
      float: none;
      height: auto !important;
      max-width: 100%;
      padding: 25px 20px;
      width: 100% !important; }
      .mo-left .header-nav .logo-header img {
        max-width: unset;
        width: 180px;
        vertical-align: middle; }
    .mo-left .header-nav li.open a {
      position: relative; }
  .mo-left .navbar-toggler.open {
    z-index: 99; }
    .mo-left .navbar-toggler.open:after {
      background-color: rgba(0, 0, 0, 0.6);
      content: "";
      left: 0;
      position: fixed;
      right: -20px;
      top: -63px;
      transform: scale(100);
      -o-transform: scale(100);
      -moz-transform: scale(100);
      -webkit-transform: scale(100);
      width: 100%;
      z-index: -1;
      transition: all 0.5s;
      transform-origin: top right;
      margin: 0 0px 0px 20px;
      -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);
      box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6); }
    .mo-left .navbar-toggler.open span {
      background: #fff; } }

.text-black .nav > li > a {
  color: #212529; }

.text-black .navbar-toggler span {
  background: #212529; }

/* Start Header is-fixed Animation */
.main-bar {
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s; }

.is-fixed .main-bar {
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown; }

@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -150px; }
  100% {
    margin-top: 0; } }

@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px; }
  100% {
    margin-top: 0; } }

@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px; }
  100% {
    margin-top: 0; } }

@keyframes headerSlideDown {
  0% {
    margin-top: -150px; }
  100% {
    margin-top: 0; } }

/* Header is-fixed Animation End */
.site-header.style-1 .extra-cell {
  display: flex;
  align-items: center; }
  .site-header.style-1 .extra-cell > a,
  .site-header.style-1 .extra-cell > div {
    margin-left: 60px; }
    @media only screen and (max-width: 1680px) {
      .site-header.style-1 .extra-cell > a,
      .site-header.style-1 .extra-cell > div {
        margin-left: 15px; } }
  @media only screen and (max-width: 575px) {
    .site-header.style-1 .extra-cell .login-btn {
      display: none; } }
  .site-header.style-1 .extra-cell .login-btn i {
    font-size: 18px;
    margin-right: 10px;
    line-height: 18px; }

.site-header.style-1 .header-nav .nav > li {
  font-family: "Montserrat", sans-serif; }
  .site-header.style-1 .header-nav .nav > li > a {
    font-weight: 500; }
    @media only screen and (max-width: 1280px) {
      .site-header.style-1 .header-nav .nav > li > a {
        font-size: 15px; } }
    @media only screen and (max-width: 991px) {
      .site-header.style-1 .header-nav .nav > li > a:before {
        content: none; } }
  @media only screen and (min-width: 991px) {
    .site-header.style-1 .header-nav .nav > li:last-child a:after {
      content: none; } }

.site-header.style-1 .header-nav .nav > li:hover > a,
.site-header.style-1 .header-nav .nav > li.active > a {
  color: var(--primary); }
  .site-header.style-1 .header-nav .nav > li:hover > a:before,
  .site-header.style-1 .header-nav .nav > li.active > a:before {
    height: 6px; }

@media only screen and (max-width: 991px) {
  .site-header.style-1 {
    padding-top: 0;
    position: relative; } }

.site-header.style-1 .phone-no {
  /* color:var(--primary);
			background-color:var(--rgba-primary-1);
			font-weight:600; */ }
  .site-header.style-1 .phone-no i {
    font-size: 24px;
    margin-right: 15px; }
  @media only screen and (max-width: 1400px) {
    .site-header.style-1 .phone-no {
      font-size: 0;
      padding: 16px 20px; }
      .site-header.style-1 .phone-no i {
        margin-right: 0; } }
  @media only screen and (max-width: 991px) {
    .site-header.style-1 .phone-no {
      padding: 12px 17px; } }
  @media only screen and (max-width: 575px) {
    .site-header.style-1 .phone-no {
      display: none; } }

.site-header.style-1 .logo-header img {
  max-width: 181px; }

.site-header.center .logo-header {
  position: absolute;
  transform: translate(-50%);
  -moz-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -o-transform: translate(-50%);
  position: absolute;
  left: 50%;
  text-align: center; }
  @media only screen and (max-width: 991px) {
    .site-header.center .logo-header {
      position: unset;
      transform: unset;
      -moz-transform: unset;
      -webkit-transform: unset;
      -o-transform: unset;
      position: unset;
      left: auto;
      text-align: left; } }

.site-header.center .header-nav .nav {
  display: inline-block;
  float: left;
  width: 40%; }
  @media only screen and (max-width: 991px) {
    .site-header.center .header-nav .nav {
      width: 100%;
      float: none; } }
  .site-header.center .header-nav .nav > li {
    display: inline-block; }
  .site-header.center .header-nav .nav.navbar-left {
    text-align: right;
    margin-right: 100px; }
    @media only screen and (max-width: 991px) {
      .site-header.center .header-nav .nav.navbar-left {
        text-align: left;
        margin-right: 0; } }
  .site-header.center .header-nav .nav.navbar-right {
    float: right;
    margin-left: 100px; }
    @media only screen and (max-width: 991px) {
      .site-header.center .header-nav .nav.navbar-right {
        float: none;
        margin-left: 0; } }

.extra-icon-box {
  padding-left: 65px;
  min-height: 50px;
  position: relative;
  display: flex;
  align-items: start;
  width: 270px;
  flex-direction: column; }
  @media only screen and (max-width: 1680px) {
    .extra-icon-box {
      width: 240px; } }
  @media only screen and (max-width: 1280px) {
    .extra-icon-box {
      display: none; } }
  .extra-icon-box i {
    width: 50px;
    height: 50px;
    background: var(--primary);
    text-align: center;
    line-height: 50px;
    color: #fff;
    position: absolute;
    border-radius: var(--border-radius-base);
    left: 0;
    box-shadow: 5px 5px 30px -15px var(--primary);
    font-size: 22px; }
  .extra-icon-box:hover i {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  .extra-icon-box span {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 5px; }
  .extra-icon-box .title {
    margin: 0;
    font-weight: 600;
    line-height: 1.2; }
    @media only screen and (max-width: 1680px) {
      .extra-icon-box .title {
        font-size: 20px; } }

.menu-btn {
  background: transparent;
  width: 45px;
  height: 45px;
  box-shadow: none;
  border-radius: 0.25rem; }
  @media only screen and (max-width: 1680px) {
    .menu-btn {
      margin-left: 20px; } }
  @media only screen and (max-width: 991px) {
    .menu-btn {
      display: none; } }
  .menu-btn span {
    background: #212529;
    left: 10px; }
    .menu-btn span:nth-child(1) {
      top: 14px;
      width: 25px; }
    .menu-btn span:nth-child(2) {
      top: 21.5px;
      width: 20px; }
    .menu-btn span:nth-child(3) {
      top: 29px;
      width: 15px; }
  .menu-btn.open span:nth-child(1) {
    top: 22px; }
  .menu-btn.open span:nth-child(2) {
    opacity: 0;
    left: -60px; }
  .menu-btn.open span:nth-child(3) {
    top: 22px;
    width: 25px; }

.contact-sidebar {
  padding: 30px;
  position: fixed;
  height: 100%;
  width: 300px;
  z-index: 99999;
  background: #fff;
  top: 0;
  left: -300px;
  overflow-y: auto;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s; }
  .contact-sidebar.active {
    left: 0; }
  .contact-sidebar .logo-contact {
    margin-bottom: 40px;
    display: block; }
    .contact-sidebar .logo-contact img {
      width: 180px; }
  .contact-sidebar .dlab-title {
    margin-bottom: 10px; }
    .contact-sidebar .dlab-title h4, .contact-sidebar .dlab-title .h4 {
      font-size: 24px;
      font-family: var(--font-family-title);
      margin-bottom: 10px;
      line-height: 1; }
  .contact-sidebar .contact-text p {
    font-weight: 500;
    font-size: 16px; }
  .contact-sidebar .icon-bx-wraper {
    margin-bottom: 20px; }
    .contact-sidebar .icon-bx-wraper .icon-md {
      padding: 0;
      margin-right: 15px;
      background: var(--primary);
      box-shadow: 0px 5px 10px 0 var(--rgba-primary-1);
      color: #fff;
      width: 50px;
      height: 50px;
      line-height: 50px;
      margin-top: 5px;
      border-radius: var(--border-radius-base); }
      .contact-sidebar .icon-bx-wraper .icon-md i {
        font-size: 28px; }
    .contact-sidebar .icon-bx-wraper .tilte {
      font-family: var(--font-family-title);
      margin-bottom: 5px; }
    .contact-sidebar .icon-bx-wraper p {
      font-size: 16px;
      font-weight: 500; }

.menu-close {
  width: 0;
  position: fixed;
  height: 100%;
  background: #333;
  top: 0;
  opacity: 0.90;
  left: 0;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  z-index: 99998; }

.contact-sidebar.active + .menu-close {
  width: 100%; }

.header-creative-one {
  position: absolute;
  width: 100%; }
  .header-creative-one .main-bar {
    background-color: #fff;
    padding-left: 80px;
    padding-right: 100px; }
    @media only screen and (max-width: 1200px) {
      .header-creative-one .main-bar {
        padding-right: 80px; } }
    @media only screen and (max-width: 767px) {
      .header-creative-one .main-bar {
        padding-left: 20px; } }
  .header-creative-one .extra-nav {
    padding: 0 40px 0 0; }
  .header-creative-one .header-nav .nav > li .sub-menu li > a > i {
    display: inline-block;
    float: unset;
    transform: rotate(90deg);
    margin-left: 14px !important;
    font-size: 18px !important;
    background: transparent;
    color: #000 !important;
    height: auto;
    line-height: 1; }
  @media only screen and (max-width: 991px) {
    .header-creative-one .header-nav .nav > li {
      border: 0; }
      .header-creative-one .header-nav .nav > li > a i {
        height: auto;
        width: auto;
        color: #000;
        background-color: transparent;
        float: unset;
        padding-left: 10px; }
      .header-creative-one .header-nav .nav > li .sub-menu,
      .header-creative-one .header-nav .nav > li .mega-menu {
        border-top: 0; } }
  @media only screen and (max-width: 1200px) {
    .header-creative-one.site-header .extra-nav {
      height: 80px; } }
  @media only screen and (max-width: 1200px) and (max-width: 575px) {
    .header-creative-one.site-header .extra-nav {
      height: 70px;
      padding-right: 10px; } }
  @media only screen and (max-width: 1200px) {
    .header-creative-one.site-header .logo-header {
      height: 80px; }
      .header-creative-one.site-header .logo-header img {
        height: 80px; } }
  @media only screen and (max-width: 1200px) and (max-width: 575px) {
    .header-creative-one.site-header .logo-header {
      width: 140px;
      height: 70px; }
      .header-creative-one.site-header .logo-header img {
        height: 70px;
        max-width: 140px; } }
  @media only screen and (max-width: 991px) {
    .header-creative-one .phone-no {
      font-size: 0; } }
  @media only screen and (max-width: 575px) {
    .header-creative-one .phone-no {
      display: none; } }

/* SideNav ======= */
.header-sidenav .full-sidenav {
  position: fixed;
  right: -300px;
  width: 300px;
  top: 0;
  z-index: 999988;
  background: #fff;
  height: 100vh;
  display: flex;
  overflow-y: auto;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  left: auto;
  padding-top: 90px; }

.header-sidenav .full-sidenav .mCSB_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%; }

.header-sidenav .full-sidenav.active {
  right: 0; }

.header-sidenav .full-sidenav .nav {
  margin-bottom: auto; }

.header-sidenav .header-nav.full-sidenav .nav > li > a {
  color: #000; }

.header-sidenav .header-nav.full-sidenav .nav > li > a:after {
  content: none; }

.header-sidenav .header-nav.full-sidenav .social-menu,
.header-sidenav .header-nav.full-sidenav .logo-header,
.header-sidenav .header-nav.full-sidenav .nav {
  float: none;
  width: 100%; }

.header-sidenav .header-nav.full-sidenav .nav {
  height: 100%;
  display: block; }

.header-sidenav .header-nav.full-sidenav .logo-header {
  height: auto;
  padding: 30px; }

.header-sidenav.header-nav.full-sidenav .logo-header a {
  width: 170px;
  display: block; }

.header-sidenav .header-nav.full-sidenav .nav > li > .sub-menu,
.header-sidenav .header-nav.full-sidenav .nav > li:hover > .sub-menu,
.header-sidenav .header-nav.full-sidenav .nav > li > .mega-menu,
.header-sidenav .header-nav.full-sidenav .nav > li:hover > .mega-menu {
  opacity: 1;
  visibility: visible;
  position: unset; }

.header-sidenav .header-nav.full-sidenav .nav > li > .sub-menu,
.header-sidenav .header-nav.full-sidenav .nav > li > .mega-menu {
  box-shadow: none;
  -webkit-transition: unset;
  -moz-transition: unset;
  -ms-transition: unset;
  -o-transition: unset;
  transition: unset; }

.header-sidenav .header-nav.full-sidenav .nav > li .sub-menu {
  width: 100%;
  padding: 0;
  margin-top: 0;
  box-shadow: none;
  transition: none !important;
  padding-left: 30px; }

.header-sidenav .header-nav.full-sidenav .nav > li .sub-menu li a {
  color: #504e4e;
  font-size: 15px;
  padding: 10px 25px;
  line-height: 1; }

.header-sidenav .header-nav.full-sidenav .nav > li {
  width: 100%; }
  .header-sidenav .header-nav.full-sidenav .nav > li.active > a {
    color: var(--primary); }

.header-sidenav .header-nav.full-sidenav .nav > li > a {
  padding: 12px 30px;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  line-height: 1; }

.header-sidenav .social-menu {
  padding: 40px; }

.header-sidenav .social-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 15px; }

.header-sidenav .social-menu .copyright-head {
  margin-bottom: 0;
  color: #cccccc; }

.header-sidenav .social-menu ul li {
  display: inline-block; }

.header-sidenav .social-menu ul li a {
  color: #bbc7cd;
  font-size: 18px;
  padding-right: 15px; }

.header-sidenav .social-menu ul li a:hover {
  color: #8799a3; }

.header-sidenav .header-nav.full-sidenav .mCustomScrollBox {
  width: 100%; }

.header-sidenav .menu-close i {
  color: #fff;
  font-size: 24px;
  position: absolute;
  right: 320px;
  top: 20px; }

.header-sidenav .menu-close {
  position: fixed;
  height: 100vh;
  width: 0;
  background: #3a3a3a;
  top: 0;
  left: auto;
  right: 0;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  filter: blur(300px);
  cursor: pointer;
  overflow: hidden;
  z-index: 9999; }

.header-sidenav .menu-close.active {
  width: 100%;
  opacity: 0.8;
  filter: blur(0); }

.header-sidenav .header-transparent .is-fixed .main-bar {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9); }

.header-sidenav .header-full .container-fluid, .header-sidenav .header-full .container-sm, .header-sidenav .header-full .container-md, .header-sidenav .header-full .container-lg, .header-sidenav .header-full .container-xl {
  padding-left: 30px;
  padding-right: 30px; }

.header-sidenav .site-header ul, .site-header ol {
  margin-bottom: 0;
  list-style: none; }

.header-sidenav .extra-nav ul li {
  list-style: none; }

.header-sidenav .extra-nav .extra-cell {
  margin: 0; }

.header-sidenav .menu-aside {
  right: 0;
  position: absolute;
  width: 100px;
  height: 100vh;
  z-index: 100000;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff; }
  @media only screen and (max-width: 1200px) {
    .header-sidenav .menu-aside {
      width: 80px; } }
  @media only screen and (max-width: 575px) {
    .header-sidenav .menu-aside {
      width: 70px; } }

.menu-aside .menu-btn {
  padding: 0;
  width: 100px;
  height: 100px;
  text-align: center;
  display: flex;
  margin: 0;
  background-color: var(--primary);
  border: 0;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 48;
  top: 0;
  border-radius: 0; }
  @media only screen and (max-width: 1200px) {
    .menu-aside .menu-btn {
      height: 80px;
      width: 80px; } }
  @media only screen and (max-width: 575px) {
    .menu-aside .menu-btn {
      height: 70px;
      width: 70px; } }

.menu-aside .menu-icon-in {
  width: 30px;
  height: 22px;
  position: relative;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: inline-block; }
  .menu-aside .menu-icon-in span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background-color: #fff;
    border-radius: 10px; }
    .menu-aside .menu-icon-in span:nth-child(1) {
      top: 0;
      width: 60%; }
    .menu-aside .menu-icon-in span:nth-child(2) {
      top: 50%;
      transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%); }
    .menu-aside .menu-icon-in span:nth-child(3) {
      bottom: 0;
      top: auto;
      width: 85%; }

.header-nav.full-sidenav .nav li > .sub-menu,
.header-nav.full-sidenav .nav li:hover > .sub-menu,
.header-nav.full-sidenav .nav li > .mega-menu,
.header-nav.full-sidenav .nav li:hover > .mega-menu {
  opacity: 1;
  visibility: visible;
  position: unset; }

@media only screen and (max-width: 991px) {
  .header-sidenav .header-nav.full-sidenav .nav {
    padding: 0; } }

.dlab-bnr-inr {
  background: #f8f8f8;
  height: 490px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%; }
  @media only screen and (max-width: 991px) {
    .dlab-bnr-inr {
      height: 400px; }
      .dlab-bnr-inr .car-search-box .form-control .btn, .dlab-bnr-inr .car-search-box .wp-block-categories-dropdown select .btn, .wp-block-categories-dropdown .dlab-bnr-inr .car-search-box select .btn, .dlab-bnr-inr .car-search-box .wp-block-archives-dropdown select .btn, .wp-block-archives-dropdown .dlab-bnr-inr .car-search-box select .btn, .dlab-bnr-inr .car-search-box .comment-respond .comment-form p.comment-form-author input .btn, .comment-respond .comment-form p.comment-form-author .dlab-bnr-inr .car-search-box input .btn, .dlab-bnr-inr .car-search-box .comment-respond .comment-form p.comment-form-email input .btn, .comment-respond .comment-form p.comment-form-email .dlab-bnr-inr .car-search-box input .btn, .dlab-bnr-inr .car-search-box .comment-respond .comment-form p.comment-form-url input .btn, .comment-respond .comment-form p.comment-form-url .dlab-bnr-inr .car-search-box input .btn, .dlab-bnr-inr .car-search-box .comment-respond .comment-form p textarea .btn, .comment-respond .comment-form p .dlab-bnr-inr .car-search-box textarea .btn, .dlab-bnr-inr .car-search-box .form-control .wp-block-button__link, .dlab-bnr-inr .car-search-box .wp-block-categories-dropdown select .wp-block-button__link, .wp-block-categories-dropdown .dlab-bnr-inr .car-search-box select .wp-block-button__link, .dlab-bnr-inr .car-search-box .wp-block-archives-dropdown select .wp-block-button__link, .wp-block-archives-dropdown .dlab-bnr-inr .car-search-box select .wp-block-button__link, .dlab-bnr-inr .car-search-box .comment-respond .comment-form p.comment-form-author input .wp-block-button__link, .comment-respond .comment-form p.comment-form-author .dlab-bnr-inr .car-search-box input .wp-block-button__link, .dlab-bnr-inr .car-search-box .comment-respond .comment-form p.comment-form-email input .wp-block-button__link, .comment-respond .comment-form p.comment-form-email .dlab-bnr-inr .car-search-box input .wp-block-button__link, .dlab-bnr-inr .car-search-box .comment-respond .comment-form p.comment-form-url input .wp-block-button__link, .comment-respond .comment-form p.comment-form-url .dlab-bnr-inr .car-search-box input .wp-block-button__link, .dlab-bnr-inr .car-search-box .comment-respond .comment-form p textarea .wp-block-button__link, .comment-respond .comment-form p .dlab-bnr-inr .car-search-box textarea .wp-block-button__link {
        padding: 15px 10px; } }
  @media only screen and (max-width: 575px) {
    .dlab-bnr-inr {
      height: 250px; } }
  .dlab-bnr-inr .container {
    display: table;
    height: 100%; }
  .dlab-bnr-inr .dlab-bnr-inr-entry {
    height: 400px;
    vertical-align: middle;
    display: table-cell; }
    @media only screen and (max-width: 991px) {
      .dlab-bnr-inr .dlab-bnr-inr-entry {
        height: 400px; } }
    @media only screen and (max-width: 767px) {
      .dlab-bnr-inr .dlab-bnr-inr-entry {
        text-align: center; }
        .dlab-bnr-inr .dlab-bnr-inr-entry .breadcrumb-row {
          display: inline-block; } }
    @media only screen and (max-width: 575px) {
      .dlab-bnr-inr .dlab-bnr-inr-entry {
        height: 230px; } }
  .dlab-bnr-inr .dlab-separator {
    height: 10px;
    width: 128px;
    background-color: #fff;
    border-radius: 20px; }
    @media only screen and (max-width: 991px) {
      .dlab-bnr-inr .dlab-separator {
        height: 7px; } }
  .dlab-bnr-inr h1, .dlab-bnr-inr .h1 {
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: 1.1; }
    @media only screen and (max-width: 991px) {
      .dlab-bnr-inr h1, .dlab-bnr-inr .h1 {
        font-size: 42px; } }
    @media only screen and (max-width: 767px) {
      .dlab-bnr-inr h1, .dlab-bnr-inr .h1 {
        font-size: 36px; } }
  .dlab-bnr-inr .car-search-box {
    margin: 30px auto;
    max-width: 900px; }
  .dlab-bnr-inr.dlab-bnr-inr-xl {
    height: 620px; }
    .dlab-bnr-inr.dlab-bnr-inr-xl .dlab-bnr-inr-entry {
      height: 620px; }
  .dlab-bnr-inr.dlab-bnr-inr-lg {
    height: 575px; }
    .dlab-bnr-inr.dlab-bnr-inr-lg .dlab-bnr-inr-entry {
      height: 575px; }
  .dlab-bnr-inr.dlab-bnr-inr-sm {
    height: 300px; }
    .dlab-bnr-inr.dlab-bnr-inr-sm .dlab-bnr-inr-entry {
      height: 300px; }
  .dlab-bnr-inr.bnr-no-img:before {
    content: none; }

.breadcrumb-row ul {
  background: transparent;
  padding: 0; }
  .breadcrumb-row ul li {
    padding: 0;
    margin-right: 3px;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #fff; }
    .breadcrumb-row ul li.active {
      color: #fff; }
    .breadcrumb-row ul li a {
      color: #fff; }
  .breadcrumb-row ul .breadcrumb-item + .breadcrumb-item::before {
    content: "|";
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding-right: 10px; }

.dlab-bnr-inr.style-1 {
  overflow: visible;
  /* .breadcrumb-row{
			display: inline-table;
			ul{
				margin: 0;
				justify-content: center;
				li{
					position: relative;
					color: $secondary;
					text-transform: capitalize;
					font-size: 18px;
					font-weight: 500;
					padding-left: 25px;
					padding-right: 25px;
					margin: 0;
					@include respond('phone-land'){
						font-size: 15px;
						padding-left: 10px;
						padding-right: 10px;
					}
					a{
						color: $secondary;
					}
					&::before{
						content: "";
						height: 8px;
						width: 8px;
						background-color: var(--primary);
						padding: 0;
						position: absolute;
						top: 50%;
						left: 0;
						border-radius: 8px;
						transform: translateY(-50%);
						@include respond('phone-land'){
							height: 5px;
							width: 5px;
							left: -1px;
						}
					}
					&:first-child{
						&::before{
							content: none;
						}
					}
				}
			}
		} */ }
  .dlab-bnr-inr.style-1 h1, .dlab-bnr-inr.style-1 .h1 {
    margin-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      .dlab-bnr-inr.style-1 h1, .dlab-bnr-inr.style-1 .h1 {
        letter-spacing: 0; } }
  .dlab-bnr-inr.style-1 .dlab-bnr-inr-entry {
    text-align: center; }
  @media only screen and (max-width: 991px) {
    .dlab-bnr-inr.style-1 .dlab-media {
      display: none; }
    .dlab-bnr-inr.style-1 .dlab-bnr-inr-entry {
      padding-top: 0; } }
  @media only screen and (max-width: 767px) {
    .dlab-bnr-inr.style-1 h1, .dlab-bnr-inr.style-1 .h1 {
      margin-bottom: 10px; } }

.dlab-bnr-inr.style-2 {
  overflow: unset;
  margin-bottom: 25px; }
  .dlab-bnr-inr.style-2 .dlab-bnr-inr-entry {
    padding-top: 0;
    text-align: center; }
  .dlab-bnr-inr.style-2 h1, .dlab-bnr-inr.style-2 .h1 {
    font-size: 80px; }
  .dlab-bnr-inr.style-2 p {
    width: 600px;
    margin: auto; }
  .dlab-bnr-inr.style-2:after {
    content: "";
    background-size: cover;
    z-index: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .dlab-bnr-inr.style-2 .breadcrumb-row {
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    display: inline-table;
    padding: 0 15px; }
    .dlab-bnr-inr.style-2 .breadcrumb-row ul {
      margin: 0;
      background-color: var(--primary);
      padding: 15px 30px;
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
      border-bottom: 3px solid;
      border-color: #000 !important;
      border-radius: 0; }
  @media only screen and (max-width: 767px) {
    .dlab-bnr-inr.style-2 p {
      width: 100%; } }

.dlab-bnr-inr.style-3:after {
  content: "";
  background-position: center 35%;
  background-size: cover;
  z-index: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.dlab-bnr-inr.style-3 .dlab-bnr-inr-entry {
  padding-top: 0;
  text-align: center; }

.dlab-bnr-inr.style-3 h1, .dlab-bnr-inr.style-3 .h1 {
  font-size: 80px; }

.dlab-bnr-inr.style-3 .breadcrumb-row ul {
  justify-content: center;
  margin-bottom: 0; }
  .dlab-bnr-inr.style-3 .breadcrumb-row ul li:last-child {
    color: var(--primary); }

.square-bx {
  position: absolute;
  width: 170px;
  height: 130px;
  top: 50%;
  transform: translate(-25%, -50%);
  right: 25%;
  z-index: -1; }
  .square-bx:before, .square-bx:after {
    content: "";
    position: absolute;
    background-color: var(--primary);
    border-radius: 10px; }
  .square-bx:before {
    height: 95px;
    width: 95px;
    left: 0;
    top: 0; }
  .square-bx:after {
    height: 55px;
    width: 55px;
    right: 0;
    bottom: 0; }
  @media only screen and (max-width: 991px) {
    .square-bx {
      width: 100px;
      height: 80px;
      top: 40%;
      transform: translate(-25%, -40%); }
      .square-bx:before {
        height: 60px;
        width: 60px; }
      .square-bx:after {
        height: 30px;
        width: 30px; } }
  @media only screen and (max-width: 575px) {
    .square-bx {
      display: none; } }

.page-title {
  padding: 30px 0; }
  .page-title.dashboard {
    background: transparent;
    margin-left: 75px;
    padding: 20px 0 0px; }
  .page-title .page-title-content p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px; }
    .page-title .page-title-content p span {
      font-weight: 500;
      color: var(--primary); }

.breadcrumbs {
  display: flex;
  justify-content: flex-end; }
  @media only screen and (max-width: 575px) {
    .breadcrumbs {
      justify-content: flex-start; } }
  .breadcrumbs li a {
    color: #AEAED5;
    display: inline-block;
    margin-left: 15px;
    font-size: 14px; }
  .breadcrumbs li:first-child a {
    margin-left: 0px; }
  .breadcrumbs li.active a {
    color: var(--primary); }

.breadcrumb-row {
  padding: 40px 0; }
  .breadcrumb-row ul {
    margin-bottom: 0; }
    .breadcrumb-row ul li {
      font-size: 20px;
      color: #575757; }
      .breadcrumb-row ul li a {
        color: var(--primary); }
    .breadcrumb-row ul .breadcrumb-item + .breadcrumb-item:before {
      content: "/";
      font-size: 20px;
      color: #C4C4C4; }
  @media only screen and (max-width: 575px) {
    .breadcrumb-row {
      padding: 25px 0; }
      .breadcrumb-row ul li {
        font-size: 18px; } }

.bottom {
  background: #1b2a4e; }
  @media only screen and (max-width: 575px) {
    .bottom {
      padding-bottom: 0; } }
  .bottom .bottom-logo p {
    line-height: 30px;
    font-weight: 400;
    color: #505d50; }
  @media only screen and (max-width: 991px) {
    .bottom .bottom-widget {
      margin-bottom: 30px; } }
  .bottom .bottom-widget .widget-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .bottom .bottom-widget ul li a {
    color: #505d50;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block; }

footer {
  font-size: 18px;
  background-image: url(); }
  @media only screen and (max-width: 1600px) {
    footer {
      font-size: 16px; } }
  footer .widget {
    margin-bottom: 30px; }
  footer strong {
    color: #fff; }
  footer .footer-logo {
    margin-bottom: 25px; }
    footer .footer-logo img {
      max-width: 100%; }
  footer .widget-logo ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    footer .widget-logo ul li {
      display: inline-block;
      flex: 50%;
      padding: 0 15px 15px 0px; }
  footer .widget_about p {
    margin-bottom: 20px; }
  footer .footer-title {
    margin: 0;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative;
    color: #fff;
    line-height: 1.2; }
    footer .footer-title .dlab-separator {
      position: absolute;
      bottom: 0;
      left: 0; }
  footer .widget:hover .footer-title span:after {
    width: 5px; }
  footer .widget:hover .footer-title span:before {
    width: 55px; }
  footer .footer-top {
    padding: 70px 0 20px; }
    @media only screen and (max-width: 767px) {
      footer .footer-top {
        padding: 50px 0 0; } }
  footer .footer-bottom {
    background-color: #36404a;
    font-size: 15px;
    padding: 15px 0; }
    footer .footer-bottom .copyright-text a {
      color: #fff;
      font-weight: 500; }
    @media only screen and (max-width: 991px) {
      footer .footer-bottom {
        text-align: center !important; }
        footer .footer-bottom .text-left,
        footer .footer-bottom .text-right {
          text-align: center !important; }
        footer .footer-bottom .text-right {
          margin-top: 10px; } }
  footer .widget-link li {
    display: inline-block;
    text-transform: uppercase;
    margin-left: 20px; }
    @media only screen and (max-width: 767px) {
      footer .widget-link li {
        margin-left: 8px;
        margin-right: 7px; } }
  footer .widget-link a {
    color: #fff; }
  footer .widget_services ul li a {
    color: #fff;
    display: block;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
  footer .widget_services.style-1 ul li a {
    padding: 5px 0 5px 15px; }
    footer .widget_services.style-1 ul li a:before {
      content: "\f105";
      font-family: fontawesome;
      left: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      color: var(--primary); }
  footer .wp-block-latest-posts li,
  footer .wp-block-categories-list li,
  footer .wp-block-archives-list li,
  footer .widget_categories ul li,
  footer .widget_archive ul li,
  footer .widget_meta ul li,
  footer .widget_pages ul li,
  footer .widget_recent_comments ul li,
  footer .widget_nav_menu li,
  footer .widget_recent_entries ul li,
  footer .widget_services ul li {
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    left: 0; }
    footer .wp-block-latest-posts li:hover,
    footer .wp-block-categories-list li:hover,
    footer .wp-block-archives-list li:hover,
    footer .widget_categories ul li:hover,
    footer .widget_archive ul li:hover,
    footer .widget_meta ul li:hover,
    footer .widget_pages ul li:hover,
    footer .widget_recent_comments ul li:hover,
    footer .widget_nav_menu li:hover,
    footer .widget_recent_entries ul li:hover,
    footer .widget_services ul li:hover {
      left: 10px; }

.widget_getintuch ul li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 60px; }
  @media only screen and (max-width: 1280px) {
    .widget_getintuch ul li {
      margin-bottom: 20px;
      padding-left: 50px; } }
  .widget_getintuch ul li h5, .widget_getintuch ul li .h5 {
    font-size: 20px;
    line-height: 1.33;
    margin-bottom: 5px; }
    @media only screen and (max-width: 1280px) {
      .widget_getintuch ul li h5, .widget_getintuch ul li .h5 {
        font-size: 18px;
        line-height: 1.2; } }
  .widget_getintuch ul li i {
    position: absolute;
    font-size: 42px;
    line-height: 1;
    left: 0;
    top: 8px;
    color: var(--primary); }
    @media only screen and (max-width: 1280px) {
      .widget_getintuch ul li i {
        font-size: 35px;
        top: 6px; } }

.contact-ft-1 {
  text-align: center;
  margin-bottom: 40px; }
  .contact-ft-1 i {
    color: var(--primary);
    font-size: 50px;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block; }
  .contact-ft-1 h4, .contact-ft-1 .h4 {
    color: #fff;
    text-decoration: underline; }
  .contact-ft-1 h5, .contact-ft-1 .h5 {
    color: #fff;
    font-weight: 400; }

.list-column ul {
  display: flex;
  flex-wrap: wrap; }
  .list-column ul li {
    flex: 0 0 50%;
    max-width: 50%; }

.fb-link {
  list-style: none;
  margin: 0;
  padding: 0; }
  .fb-link li {
    display: inline-block; }
    .fb-link li a {
      color: #fff;
      position: relative; }
      .fb-link li a:after {
        content: "";
        background: var(--primary);
        width: 5px;
        height: 5px; }

.footer-link li {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  position: relative;
  padding: 0 25px 0 20px; }
  .footer-link li a {
    color: inherit; }
  .footer-link li:before {
    content: "";
    height: 5px;
    width: 5px;
    background-color: var(--primary);
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 4px;
    transform: translateY(-50%); }

.widget_time ul li {
  display: block;
  margin-bottom: 5px; }
  .widget_time ul li label {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
    margin-right: 3px; }

.ft-clients {
  background-color: #fff;
  border-bottom: 10px solid var(--primary);
  box-shadow: 5px 0 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  z-index: 1;
  position: relative; }

.ft-clients-area {
  position: relative; }
  .ft-clients-area:before {
    content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #fff; }
  .ft-clients-area.bg-gray {
    background-color: transparent; }
    .ft-clients-area.bg-gray:before {
      background-color: #f7f9fb; }

.footer-logo-head {
  border-bottom: 1px dashed #959595;
  margin-bottom: 50px;
  padding-bottom: 20px; }
  @media only screen and (max-width: 575px) {
    .footer-logo-head {
      margin-bottom: 30px;
      padding-bottom: 40px; } }

.site-footer.style-1 {
  background-color: #fff; }
  .site-footer.style-1 .widget_categories ul li {
    padding: 8px 0 !important; }
    .site-footer.style-1 .widget_categories ul li a {
      font-size: 16px; }
      .site-footer.style-1 .widget_categories ul li a:before {
        content: none; }
    .site-footer.style-1 .widget_categories ul li:hover {
      left: 0; }
  .site-footer.style-1 .footer-logo-head {
    border-bottom: 1px solid #E1E1F0; }
    .site-footer.style-1 .footer-logo-head .icon-bx-wraper {
      float: right; }
    @media only screen and (max-width: 991px) {
      .site-footer.style-1 .footer-logo-head .icon-bx-wraper {
        float: unset;
        justify-content: center; }
      .site-footer.style-1 .footer-logo-head .footer-logo {
        margin-bottom: 35px;
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      .site-footer.style-1 .footer-logo-head .icon-bx-wraper .icon-bx {
        line-height: 58px;
        width: 60px;
        height: 60px;
        min-width: 60px; }
        .site-footer.style-1 .footer-logo-head .icon-bx-wraper .icon-bx i {
          font-size: 26px; }
      .site-footer.style-1 .footer-logo-head .icon-bx-wraper .title {
        font-size: 18px; }
      .site-footer.style-1 .footer-logo-head .icon-bx-wraper p {
        font-size: 16px; } }
    @media only screen and (max-width: 575px) {
      .site-footer.style-1 .footer-logo-head {
        padding-bottom: 10px; }
        .site-footer.style-1 .footer-logo-head .footer-logo {
          max-width: 200px; }
        .site-footer.style-1 .footer-logo-head .icon-bx-wraper {
          justify-content: start;
          margin-bottom: 20px; } }
  .site-footer.style-1 .footer-top {
    padding: 100px 0 50px;
    border-top: 1px solid #E5E5E5; }
    .site-footer.style-1 .footer-top .widget_about p {
      margin-bottom: 30px;
      font-size: 16px; }
    @media only screen and (max-width: 1280px) {
      .site-footer.style-1 .footer-top {
        padding: 80px 0 0; } }
    @media only screen and (max-width: 767px) {
      .site-footer.style-1 .footer-top .widget_categories.p-l50 {
        padding-left: 0; }
      .site-footer.style-1 .footer-top .widget_about p {
        margin-bottom: 25px; } }
    @media only screen and (max-width: 575px) {
      .site-footer.style-1 .footer-top {
        padding: 50px 0 20px; } }
  .site-footer.style-1 .footer-bottom {
    background-color: #fff;
    padding: 20px 0; }
    .site-footer.style-1 .footer-bottom .copyright-text {
      color: #595959; }
    .site-footer.style-1 .footer-bottom .footer-link li a {
      color: #595959; }
    @media only screen and (max-width: 991px) {
      .site-footer.style-1 .footer-bottom .text-start {
        margin-bottom: 5px; }
      .site-footer.style-1 .footer-bottom .text-start,
      .site-footer.style-1 .footer-bottom .text-end {
        text-align: center !important; } }

.ft-subscribe .form-control, .ft-subscribe .wp-block-categories-dropdown select, .wp-block-categories-dropdown .ft-subscribe select,
.ft-subscribe .wp-block-archives-dropdown select, .wp-block-archives-dropdown .ft-subscribe select, .ft-subscribe .comment-respond .comment-form p.comment-form-author input, .comment-respond .comment-form p.comment-form-author .ft-subscribe input,
.ft-subscribe .comment-respond .comment-form p.comment-form-email input, .comment-respond .comment-form p.comment-form-email .ft-subscribe input,
.ft-subscribe .comment-respond .comment-form p.comment-form-url input, .comment-respond .comment-form p.comment-form-url .ft-subscribe input,
.ft-subscribe .comment-respond .comment-form p textarea, .comment-respond .comment-form p .ft-subscribe textarea {
  height: 60px;
  background-color: #fff;
  border-radius: var(--border-radius-base) !important;
  z-index: 1 !important;
  padding: 15px 60px 15px 30px;
  color: #212621;
  border-color: #212621; }
  .ft-subscribe .form-control::-webkit-input-placeholder, .ft-subscribe .wp-block-categories-dropdown select::-webkit-input-placeholder, .wp-block-categories-dropdown .ft-subscribe select::-webkit-input-placeholder,
  .ft-subscribe .wp-block-archives-dropdown select::-webkit-input-placeholder, .wp-block-archives-dropdown .ft-subscribe select::-webkit-input-placeholder, .ft-subscribe .comment-respond .comment-form p.comment-form-author input::-webkit-input-placeholder, .comment-respond .comment-form p.comment-form-author .ft-subscribe input::-webkit-input-placeholder,
  .ft-subscribe .comment-respond .comment-form p.comment-form-email input::-webkit-input-placeholder, .comment-respond .comment-form p.comment-form-email .ft-subscribe input::-webkit-input-placeholder,
  .ft-subscribe .comment-respond .comment-form p.comment-form-url input::-webkit-input-placeholder, .comment-respond .comment-form p.comment-form-url .ft-subscribe input::-webkit-input-placeholder,
  .ft-subscribe .comment-respond .comment-form p textarea::-webkit-input-placeholder, .comment-respond .comment-form p .ft-subscribe textarea::-webkit-input-placeholder {
    font-family: var(--font-family-title);
    color: #212621; }
  .ft-subscribe .form-control:-ms-input-placeholder, .ft-subscribe .wp-block-categories-dropdown select:-ms-input-placeholder, .wp-block-categories-dropdown .ft-subscribe select:-ms-input-placeholder,
  .ft-subscribe .wp-block-archives-dropdown select:-ms-input-placeholder, .wp-block-archives-dropdown .ft-subscribe select:-ms-input-placeholder, .ft-subscribe .comment-respond .comment-form p.comment-form-author input:-ms-input-placeholder, .comment-respond .comment-form p.comment-form-author .ft-subscribe input:-ms-input-placeholder,
  .ft-subscribe .comment-respond .comment-form p.comment-form-email input:-ms-input-placeholder, .comment-respond .comment-form p.comment-form-email .ft-subscribe input:-ms-input-placeholder,
  .ft-subscribe .comment-respond .comment-form p.comment-form-url input:-ms-input-placeholder, .comment-respond .comment-form p.comment-form-url .ft-subscribe input:-ms-input-placeholder,
  .ft-subscribe .comment-respond .comment-form p textarea:-ms-input-placeholder, .comment-respond .comment-form p .ft-subscribe textarea:-ms-input-placeholder {
    font-family: var(--font-family-title);
    color: #212621; }
  .ft-subscribe .form-control::placeholder, .ft-subscribe .wp-block-categories-dropdown select::placeholder, .wp-block-categories-dropdown .ft-subscribe select::placeholder,
  .ft-subscribe .wp-block-archives-dropdown select::placeholder, .wp-block-archives-dropdown .ft-subscribe select::placeholder, .ft-subscribe .comment-respond .comment-form p.comment-form-author input::placeholder, .comment-respond .comment-form p.comment-form-author .ft-subscribe input::placeholder,
  .ft-subscribe .comment-respond .comment-form p.comment-form-email input::placeholder, .comment-respond .comment-form p.comment-form-email .ft-subscribe input::placeholder,
  .ft-subscribe .comment-respond .comment-form p.comment-form-url input::placeholder, .comment-respond .comment-form p.comment-form-url .ft-subscribe input::placeholder,
  .ft-subscribe .comment-respond .comment-form p textarea::placeholder, .comment-respond .comment-form p .ft-subscribe textarea::placeholder {
    font-family: var(--font-family-title);
    color: #212621; }

.ft-subscribe button {
  right: 5px;
  top: 5px;
  border-radius: var(--border-radius-base) !important;
  position: absolute !important;
  height: 50px;
  width: 50px;
  padding: 0;
  justify-content: center;
  line-height: 50px; }

#bg {
  background-attachment: fixed;
  background-size: cover; }

.main-bar-wraper.sticky-no .main-bar {
  position: unset; }

.boxed .page-wraper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 17, 77, 0.2); }

.boxed .footer-fixed .site-footer {
  left: 50%;
  width: 1200px;
  margin: 0 -600px; }

.boxed .is-fixed .main-bar {
  transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  position: unset; }

.boxed .site-header.style-1 .extra-cell > a,
.boxed .site-header.style-1 .extra-cell > div {
  margin-left: 15px; }

@media only screen and (min-width: 1680px) {
  .boxed .site-header.style-1 .extra-icon-box {
    display: none; } }

@media only screen and (min-width: 1680px) {
  .boxed .site-header.style-2 .extra-cell .login-btn i {
    margin: 0; } }

@media only screen and (min-width: 1680px) {
  .boxed .site-header.style-2 .extra-cell .login-btn {
    margin-left: 20px;
    width: 45px;
    height: 45px;
    padding: 12px; }
    .boxed .site-header.style-2 .extra-cell .login-btn span {
      display: none; } }

@media only screen and (min-width: 1680px) {
  .boxed .site-header.style-2 .social-list.style-2 {
    display: none; } }

.boxed .site-header.style-2.center .header-nav .nav.navbar-left {
  margin-right: 120px; }

.boxed .site-header.style-2.center .header-nav .nav.navbar-right {
  margin-left: 120px; }

.boxed .site-header.style-2.center .extra-icon-box {
  padding-left: 0;
  width: 50px; }
  .boxed .site-header.style-2.center .extra-icon-box .title,
  .boxed .site-header.style-2.center .extra-icon-box span {
    display: none; }

.boxed .site-header.style-2.center .extra-nav-left,
.boxed .site-header.style-2.center .extra-nav {
  width: 120px;
  padding: 0; }

.boxed .site-header.style-2.center .extra-cell .login-btn {
  display: none; }

.boxed .site-header.style-2.center .extra-cell > a,
.boxed .site-header.style-2.center .extra-cell > div {
  margin-left: 15px; }

@media only screen and (min-width: 1200px) {
  .boxed h2, .boxed .h2, .boxed .h2 {
    font-size: 2.6rem; } }

.boxed .no-of-item-dtl h2, .boxed .no-of-item-dtl .h2, .boxed .no-of-item-dtl .h2 {
  font-size: 80px; }

.boxed .no-of-item-dtl h3, .boxed .no-of-item-dtl .h3, .boxed .no-of-item-dtl .h3 {
  font-size: 24px; }

.boxed .form-head h2, .boxed .form-head .h2, .boxed .form-head .h2 {
  font-size: 24px; }

@media only screen and (min-width: 1680px) {
  .boxed .header-nav .nav > li > a {
    padding-left: 15px;
    padding-right: 15px; } }

.boxed .banner-one > .row {
  margin-left: 0;
  margin-right: 0; }

.boxed .banner-one .banner-content .title {
  font-size: 56px; }
  @media only screen and (max-width: 575px) {
    .boxed .banner-one .banner-content .title {
      font-size: 32px; } }

@media only screen and (min-width: 1680px) {
  .boxed .container-fluid, .boxed .container-sm, .boxed .container-md, .boxed .container-lg, .boxed .container-xl {
    padding-left: 15px;
    padding-right: 15px; } }

@media only screen and (min-width: 1680px) {
  .boxed .under-construct {
    padding: 50px; } }

@media only screen and (min-width: 1680px) {
  .boxed .under-construct .dlab-content .dlab-title {
    font-size: 70px; } }

@media only screen and (min-width: 1680px) {
  .boxed .under-construct .dlab-content p {
    font-size: 28px; } }

.boxed .about-bx1 .dlab-media {
  width: calc(100% - 20px); }

.boxed .car-list-box.box-sm .feature-list > div:not(:last-child) {
  margin-right: 13px; }

.boxed .side-bar {
  padding-left: 0; }

.boxed .newsletter-bx {
  padding: 40px; }

.boxed .portfolio-area2 .setResizeMargin {
  padding-right: 15px;
  margin-left: 0 !important;
  padding-left: 15px; }

.boxed .sidenav-menu {
  position: absolute; }

.boxed .dlab-coming-soon .dlab-title {
  font-size: 42px; }

.boxed .dlab-coming-soon .countdown .date span {
  font-size: 14px; }

.boxed .dlab-coming-soon .countdown .date .time {
  font-size: 70px;
  line-height: 70px; }

.boxed .dlab-coming-soon .dlab-coming-bx {
  padding-left: 30px;
  padding-right: 30px; }

/* Frame */
.frame {
  padding: 30px; }
  .frame .page-wraper {
    margin: 0 auto;
    position: relative;
    box-shadow: 0 0 30px rgba(0, 17, 77, 0.2);
    height: auto !important; }
  @media only screen and (max-width: 1680px) {
    .frame .site-header.style-1 .extra-icon-box {
      display: none; } }
  .frame .is-fixed .main-bar {
    left: 0;
    width: 100%;
    margin: 0;
    position: unset; }
  .frame button.scroltop {
    right: 50px;
    bottom: 50px; }
  .frame .sidenav-menu {
    position: absolute; }
  @media only screen and (max-width: 1280px) {
    .frame .banner-slider .dlab-slide-item .inner-content {
      padding: 50px 35px; } }
  @media only screen and (max-width: 1280px) {
    .frame .banner-slider .dlab-slide-item .inner-content .car-name,
    .frame .banner-slider .dlab-slide-item .inner-content .car-price {
      font-size: 26px; } }
  @media only screen and (max-width: 1280px) {
    .frame .banner-slider .slider-one-pagination {
      right: 10px;
      bottom: 60px; } }
  @media only screen and (max-width: 1280px) {
    .frame .banner-slider .dlab-slide-item .discover-link {
      left: 30px; } }
  @media only screen and (max-width: 1280px) {
    .frame .header-nav .nav > li > a {
      padding-left: 7px;
      padding-right: 7px; } }
  @media only screen and (max-width: 1680px) {
    .frame .dlab-coming-bx {
      padding-left: 30px;
      padding-right: 30px; }
    .frame .countdown .date .time {
      font-size: 70px;
      line-height: 70px; } }

@media only screen and (max-width: 1024px) {
  .frame {
    padding: 0; }
  .frame button.scroltop {
    right: 15px;
    bottom: 15px; } }

.theme-sharped {
  --border-radius-base: 0;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none; }

.theme-rounded {
  --border-radius-base: 7px;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none; }

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