@import url("all.min.css");
@import url("bootstrap.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@font-face {
  font-family: 'Luxia';
  src: url('../fonts/luxia-regular.otf');
}

:root {
  --primary: #1e3431 ;
  --secondary: #ec6f24;
  --primary-hover: #ec6f24;
  --primary-dark: #424242 ;
  --tertiary: #ffffff;
  --rgba-primary-1: rgba(30, 52, 49, 0.1);
  --rgba-primary-2: rgba(30, 52, 49, 0.2);
  --rgba-primary-3: rgba(30, 52, 49, 0.3);
  --rgba-primary-4: rgba(30, 52, 49, 0.4);
  --rgba-primary-5: rgba(30, 52, 49, 0.5);
  --rgba-primary-6: rgba(30, 52, 49, 0.6);
  --rgba-primary-7: rgba(30, 52, 49, 0.7);
  --rgba-primary-8: rgba(30, 52, 49, 0.8);
  --rgba-primary-9: rgba(30, 52, 49, 0.9);
  --font-family-base: 'Poppins', serif;
  --font-family-title: 'PT Serif', serif;
  --body-font-size: 16px;
  --title: #212529;
  --quote: 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: #212529;
  font-size: var(--body-font-size);
  font-family: var(--font-family-base);
  background-color: #e9e9e9;  font-optical-sizing: auto;
}

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-title);
  /* font-weight: 700; */
  color: var(--title);
}

h1,
.h1,
.h1 {
  line-height: 1.3;
}

@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: 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: 767px) {

  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.35;
}

@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;
}
.text-secondary {
  color: var(--secondary) !important;
}
.bg-primary {
  background-color: var(--primary) !important;
}
.bg-secondary {
  background-color: var(--secondary) !important;
}

b,
strong,
.strong {
  font-weight: 500;
  color: var(--title);
}

.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;
}


.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding-left: 80px;
  padding-right: 80px;
}

@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;
}


.row.sp60,
.sp60 {
  margin-left: -30px;
  margin-right: -30px;
}

.row.sp60 [class*="col-"],
.sp60 [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}

.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;
}

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

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

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

#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, left 0.3s, left 0.3s;
  display: none;
}

#pointer-dot.active {
  opacity: 0.3;
}

.content-inner {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media only screen and (max-width: 991px) {
  .content-inner {
    padding-top: 20px;
    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: 120px;;
}

@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-container {
  z-index: 999999;
}

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

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


.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: 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) {
  .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;
}

.page-title {
  padding: 65px 0px 45px;
  position: relative;
  background: #f7f9ef;
  background-image: url("./../images/hero/5.png");
  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;
  }
}

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: 15px;
  line-height: 25px;
}

.section-head.text-center p {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.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: 30px !important;
}

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

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

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


.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);
}

@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: #777777;
  margin-bottom: 10px;
  background: transparent;
  border-color: #E1E1F0;
}

.form-control {
  height: 40px;
  border-bottom: 1px solid #32354b;
  padding: 5px 5px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  transition: all 0.3s ease-in-out;
  background: #fff;
  border-radius: 0;
}

.form-control .select {
  padding: 12px 0;
}

.form-control span {
  margin-top: 0;
}

.form-control::-webkit-input-placeholder {
  color: #777777;
}

.form-control:-ms-input-placeholder {
  color: #777777;
}

.form-control::placeholder {
  color: #777777;
}

.form-control:focus,
.form-control:active,
.form-control.active {
  border-color: var(--primary);
  box-shadow: none;
}

textarea.form-control {
  min-height: unset;
  height: auto;
}

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: #777777;
  border-color: transparent;
}


.dz-form.radius-no .form-control {
  border-radius: 0;
}

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

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


.btn {
  padding: 18px 30px;
  display: inline-flex;
  border-radius: 0;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  box-shadow: 0 5px 15px -10px var(--primary);
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: linear-gradient(90deg, #fdc360 0%, var(--secondary) 100%);
  color: #000;
}

.btn.btn-lg,
.btn-group-lg>.btn {
  padding: 24px 40px;
  font-size: 16px;
}

.btn.btn-sm,
.btn-group-sm>.btn {
  font-size: 13px;
  padding: 11px 20px;
  line-height: 1.3;
}

.btn.btn-xs {
  font-size: 14px;
  padding: 11px 25px;
}

@media only screen and (max-width: 767px) {
  .btn {
    padding: 14px 25px;
    font-size: 14px;
  }
}

.btn.btn-primary {
  color: #fff;
}

.btn.btn-primary:hover {
  color: #fff;
}
.btn.btn-secondary {
  background-color: var(--secondary);
  color: #000;
  border: var(--secondary);
}
.btn i {
  font-size: 18px;
  line-height: 18px;
}

.btn.btn-rounded {
  border-radius: 50px;
}

.btn.btn-border {
  border-radius: 50px;
  border: 2px solid #fff;
  background: none;
}

.btn:after {
  content: "";
  left: 0;
  border-radius: inherit;
  position: absolute;
  height: 100%;
  width: 0;
  position: absolute;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}

.btn:hover:after {
  width: 100%;
}

.btn.btn-ov-primary {
  border: 0;
}

.btn.btn-ov-primary:active,
.btn.btn-ov-primary:focus,
.btn.btn-ov-primary:hover {
  border-color: var(--primary);
  color: #fff;
}

.btn.btn-ov-primary:after {
  background: var(--primary);
}

.btn.btn-ov-secondary {
  border: 0;
}

.btn.btn-ov-secondary:active,
.btn.btn-ov-secondary:focus,
.btn.btn-ov-secondary:hover {
  border-color: var(--secondary);
  color: #fff;
}

.btn.btn-ov-secondary:after {
  background: var(--secondary);
}

.btn.btn-ov-white {
  border: 0;
}

.btn.btn-ov-white:active,
.btn.btn-ov-white:focus,
.btn.btn-ov-white:hover {
  border-color: #fff;
  color: #323232;
}

.btn.btn-ov-white:after {
  background: #fff;
}

.hover-icon {
  overflow: hidden;
}

.hover-icon i {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.hover-icon span {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.hover-icon:hover i {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

.hover-icon:hover span {
  transform: translateX(100%);
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  opacity: 0;
}

.btn-primary {
  border-color: var(--primary);
  background-color: var(--primary);
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  border-color: var(--primary-hover) !important;
  background-color: var(--primary-hover) !important;
}

.btn-link {
  color: #777;
  text-decoration: none;
  font-weight: 500;
  position: relative;
}

.btn-link i {
  margin: 0 5px;
}

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

.btn-outline-primary {
  color: var(--primary);
  border-color: var(--primary);
}

.btn-outline-primary:hover {
  border-color: var(--primary-hover);
  background-color: var(--primary-hover);
  color: #fff;
}

.btn-link-lg {
  font-weight: 700;
  font-size: 18px;
}

.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;
}

.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: #212529;
  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;
}

.dz-separator {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 8px;
  position: relative;
}

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

.dz-separator.style-liner {
  width: 20px;
}

.dz-separator.style-icon {
  width: 30px;
  height: auto;
  text-align: center;
  font-size: 20px;
}

.dz-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);
}

.dz-separator.style-skew[class*="style-"]:after,
.dz-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);
}

.dz-separator.style-skew[class*="style-"]:before {
  right: 20px;
  left: auto;
}

.dz-separator.bnr-title {
  height: 1px;
  width: 155px;
  opacity: 0.5;
}

.dz-separator.bnr-title:before,
.dz-separator.bnr-title:after {
  position: absolute;
  content: "";
  background-color: inherit;
}

.dz-separator.bnr-title:before {
  height: inherit;
  right: -80px;
  width: 25px;
}

.dz-separator.bnr-title:after {
  height: inherit;
  right: -90px;
  top: 0;
  width: 6px;
}

.dz-separator.bnr-title i {
  background-color: inherit;
  display: block;
  height: inherit;
  position: absolute;
  right: -50px;
  width: 45px;
}

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

.dz-separator.style-1 {
  height: 2px;
  display: block;
  width: 50px;
  background-color: var(--primary);
}

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


.dz-img-overlay1,
.dz-img-overlay2,
.dz-img-overlay3,
.dz-img-overlay4,
.dz-img-overlay5,
.dz-img-overlay6,
.dz-img-overlay7,
.dz-img-overlay8,
.dz-img-overlay9,
.dz-img-overlay11,
.dz-img-overlay12 {
  position: relative;
}

.dz-img-overlay1:before,
.dz-img-overlay1:after,
.dz-img-overlay2:before,
.dz-img-overlay2:after,
.dz-img-overlay3:before,
.dz-img-overlay3:after,
.dz-img-overlay4:before,
.dz-img-overlay4:after,
.dz-img-overlay5:before,
.dz-img-overlay5:after,
.dz-img-overlay6:before,
.dz-img-overlay6:after,
.dz-img-overlay7:before,
.dz-img-overlay7:after,
.dz-img-overlay8:before,
.dz-img-overlay8:after,
.dz-img-overlay9:before,
.dz-img-overlay9:after,
.dz-img-overlay11:before,
.dz-img-overlay11:after,
.dz-img-overlay12:before,
.dz-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;
}

.dz-img-overlay1.overlay-primary,
.dz-img-overlay2.overlay-primary,
.dz-img-overlay3.overlay-primary,
.dz-img-overlay4.overlay-primary,
.dz-img-overlay5.overlay-primary,
.dz-img-overlay6.overlay-primary,
.dz-img-overlay7.overlay-primary,
.dz-img-overlay8.overlay-primary,
.dz-img-overlay9.overlay-primary,
.dz-img-overlay11.overlay-primary,
.dz-img-overlay12.overlay-primary {
  background: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

.dz-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%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dz-img-overlay9:before:hover:before,
.dz-img-overlay9:before:hover:after,
.dz-img-overlay9:after:hover:before,
.dz-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.5;
}

.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,
.dz-media:hover .overlay-bx a>i,
.dz-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,
.dz-media:hover .overlay-bx,
.dz-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%, #323232 100%);
  background: -webkit-linear-gradient(bottom, transparent 0%, #323232 100%);
  background: linear-gradient(to bottom, transparent 0%, #323232 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 .dz-media {
  position: relative;
  overflow: hidden;
}

.overlay-shine .dz-media:before {
  position: absolute;
  top: 0;
  left: -75%;
  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 .dz-media:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

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

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

.overlay-left {
  position: relative;
  z-index: 1;
}

.overlay-left:after {
  width: 30%;
  height: 100%;
  content: "";
  background: var(--rgba-primary-9);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

@media only screen and (max-width: 575px) {
  .overlay-left:after {
    width: 100%;
  }
}


.dz-media {
  overflow: hidden;
  position: relative;
}

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

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

.overlay-bx.no-hover,
.dz-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: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 3px;
  position: absolute;
  font-weight: 400;
  top: 8px;
  color: #323232;
}

.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.active .pricingtable-footer .btn.black {
  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;
}

.dz-img-effect {
  position: relative;
  overflow: hidden;
  display: block;
  vertical-align: middle;
}

.dz-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;
}

.dz-img-effect.opacity img:hover {
  opacity: 0.8;
}

.dz-img-effect.zoom-slow img {
  transition: all 10s;
  -moz-transition: all 10s;
  -webkit-transition: all 10s;
  -o-transition: all 10s;
}

.dz-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);
}

.dz-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);
}

.dz-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);
}

.dz-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);
}

.dz-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);
}

.dz-img-effect.fade-in {
  background: #000;
}

.dz-img-effect.fade-in img {
  opacity: 0.65;
}

.dz-img-effect.fade-in:hover img {
  opacity: 1;
}

.dz-img-effect.fade-out {
  background: #000;
}

.dz-img-effect.fade-out:hover img {
  opacity: 0.7;
}

.dz-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);
}

.dz-img-effect.image-sepia img {
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
}

.dz-img-effect.blurr img {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.dz-img-effect.blurr:hover img {
  filter: blur(3px);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
}

.dz-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);
}

.dz-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);
}

.dz-img-effect.off-color img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
}

.dz-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);
}

.dz-img-effect.on-color img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
}

.dz-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);
}

.dz-box:hover .dz-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);
}

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

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

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

.dz-accordion .accordion-header .accordion-button {
  font-size: 16px;
  border: 0;
  border-radius: 0;
  padding: 22px 65px 22px 30px;
  transition: all 0.5s;
  color: #fff;
  box-shadow: 5px 0 15px var(--rgba-primary-4);
  background-color: var(--primary);
}

.dz-accordion .accordion-header .accordion-button:after {
  content: none;
}

.dz-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;
  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;
}

.dz-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;
}

.dz-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;
}

.dz-accordion .accordion-header .accordion-button.collapsed {
  background: #fff;
  color: inherit;
}

.dz-accordion .accordion-header .accordion-button.collapsed:after {
  opacity: 0;
}

.dz-accordion .accordion-header .accordion-button.collapsed .toggle-close {
  content: "";
}

.dz-accordion .accordion-header .accordion-button.collapsed .toggle-close:after {
  opacity: 1;
}

.dz-accordion .accordion-header .accordion-button.collapsed .toggle-close:before {
  opacity: 1;
  transform: rotate(0);
  color: #fff;
}

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

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

.dz-accordion.accordion-sm .accordion-header .accordion-button {
  padding: 15px 55px 15px 20px;
}

.dz-accordion.accordion-sm .accordion-header .accordion-button .toggle-close {
  height: 40px;
  width: 40px;
}

.dz-accordion.accordion-sm .accordion-header .accordion-button .toggle-close:before {
  font-size: 18px;
  line-height: 40px;
}

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

.dz-accordion.style-1.accordion-sm .accordion-header .accordion-button {
  padding: 15px 55px 15px 30px;
  background: var(--primary);
  color: #fff;
  box-shadow: none;
  font-weight: 600;
  font-size: 18px;
  border-radius: 0;
}

.dz-accordion.style-1.accordion-sm .accordion-header .accordion-button .toggle-close {
  color: #fff;
}

.dz-accordion.style-1.accordion-sm .accordion-header .accordion-button .toggle-close.before {
  content: "\e61a";
  color: red;
  font-size: 24px;
  font-family: 'themify';
  z-index: 99;
  opacity: 1;
  transform: rotate(45deg);
  transition: all 0.5s;
  line-height: 55px;
  display: block;
}

@media only screen and (max-width: 575px) {
  .dz-accordion.style-1.accordion-sm .accordion-header .accordion-button {
    padding: 15px 45px 15px 15px;
    font-size: 16px;
  }
}

.dz-accordion.style-1.accordion-sm .accordion-body {
  border: 3px solid var(--primary);
}

.dz-accordion.style-1.accordion-sm .accordion-body p {
  font-weight: 400;
  font-size: 18px;
}

nav .pagination li {
  margin: 0 5px;
}

nav .pagination li .page-numbers,
nav .pagination li .page-link {
  height: 45px;
  width: 45px;
  line-height: 42px;
  border-radius: 0 !important;
  color: #777777;
  text-align: center;
  border: 0;
  padding: 0;
  transition: all 0.5s;
  border: 1px solid;
  border-color: #777777;
  font-size: 18px;
}

nav .pagination li .page-numbers.current,
nav .pagination li .page-numbers.active,
nav .pagination li .page-numbers:hover,
nav .pagination li .page-numbers:active,
nav .pagination li .page-numbers:focus,
nav .pagination li .page-link.current,
nav .pagination li .page-link.active,
nav .pagination li .page-link:hover,
nav .pagination li .page-link:active,
nav .pagination li .page-link:focus {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
  box-shadow: 0px 5px 12px var(--rgba-primary-4);
}

nav .pagination li .prev,
nav .pagination li .next {
  border-color: transparent;
  font-size: 24px;
}

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

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

.dz-content-bx {
  position: relative;
  overflow: hidden;
}

.dz-content-bx .content-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1280px) {
  .dz-content-bx .content-media img {
    height: 450px;
  }
}

.dz-content-bx .dz-content-inner {
  position: relative;
}

.dz-content-bx.style-1 .dz-content-inner .content-media {
  width: 50vw;
  height: calc(100% + 50px);
  float: right;
  margin-top: -50px;
  z-index: 1;
  padding-bottom: 50px;
  background: #fff;
}

.dz-content-bx.style-1 .dz-content-inner .inner-content {
  padding: 30px 0px 0px 15px;
}

@media only screen and (max-width: 991px) {
  .dz-content-bx.style-1 .dz-content-inner .content-media {
    width: 100%;
    padding-bottom: 0;
  }

  .dz-content-bx.style-1 .dz-content-inner .inner-content {
    padding: 60px 15px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .dz-content-bx.style-1 .dz-content-inner .inner-content {
    padding: 50px 15px 0;
  }
}

.dz-content-bx.style-2 .content-media {
  width: 50vw;
  margin: -120px 0 0 0;
  float: right;
  height: 100%;
}

.dz-content-bx.style-2 .content-media.right {
  float: left;
}

.dz-content-bx.style-2 .content-media img {
  height: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 991px) {
  .dz-content-bx.style-2 .content-media {
    margin: 0;
    padding-bottom: 40px;
    float: none;
    width: 100%;
  }
}

.dz-content-bx.style-2 .dz-content-inner {
  /* margin-top: 80px; */
}

@media only screen and (max-width: 991px) {
  .dz-content-bx.style-2 .dz-content-inner {
    margin-top: 20px;
  }
}

.dz-content-bx.style-3 .dz-content-inner {
  padding-right: 80px;
}

@media only screen and (max-width: 1280px) {
  .dz-content-bx.style-3 .dz-content-inner {
    padding-right: 0;
  }
}

.dz-content-bx.style-3 .counter-info {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  padding: 80px 80px 50px 80px;
}

@media only screen and (max-width: 1280px) {
  .dz-content-bx.style-3 .counter-info {
    padding: 30px 40px 0px 40px;
    background-color: #fafafa;
  }
}

@media only screen and (max-width: 991px) {
  .dz-content-bx.style-3 .counter-info {
    position: static;
  }
}

.dz-content-bx.style-3 .counter-info .counter {
  margin: 0 10px 0 0;
  writing-mode: tb-rl;
  border-right: 2px solid var(--primary);
  font-size: 35px;
  line-height: 40px;
  padding-right: 10px;
}

@media only screen and (max-width: 1280px) {
  .dz-content-bx.style-3 .counter-info .counter {
    font-size: 40px;
    line-height: 30px;
    padding-right: 10px;
  }
}

.dz-content-bx.style-3 .counter-info .counter-bx {
  display: flex;
  align-items: center;
}

.dz-content-bx.style-3 .video-btn {
  margin-top: 120px;
}

@media only screen and (max-width: 1280px) {
  .dz-content-bx.style-3 .video-btn {
    margin-top: 0;
  }
}

.dz-content-bx.style-4 {
  position: relative;
}

.dz-content-bx.style-4 .content-media {
  margin: 100px auto;
  max-width: 1000px;
}

.dz-content-bx.style-4 .content-media img {
  box-shadow: 40px -40px 0 0 var(--primary);
  margin: 40px 40px 0 0;
}

.dz-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;
}

.dz-content-bx.style-4:after {
  content: "";
  left: 0;
  bottom: 0;
  height: 300px;
  background-color: #fff;
  width: 100%;
  position: absolute;
  z-index: -1;
}

.dz-content-bx.style-5 {
  position: relative;
}

@media only screen and (max-width: 575px) {
  .dz-content-bx.style-5 .content-media img {
    height: 250px;
  }
}

.dz-content-bx.style-5:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background: var(--primary);
  z-index: -1;
}

.list-circle li,
.list-angle-double li,
.list-square li {
  position: relative;
  padding: 6px 5px 6px 15px;
}

.list-circle li:before,
.list-angle-double li:before,
.list-square 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 {
  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%;
  }
}

/* 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: 10px;
}

.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: 5px;
  border-radius: 0;
}

.progress-bx.style-2 .progress .progress-bar {
  background-color: var(--primary);
  border-radius: 0;
}

.scroltop {
  box-shadow: -4px 4px 24px -10px var(--primary) !important;
  background: var(--primary);
  border-color: var(--primary);
  border-style: solid;
  border-width: 0;
  bottom: 45px;
  color: #fff;
  cursor: pointer;
  display: none;
  height: 50px;
  line-height: 50px;
  margin: 0;
  position: fixed;
  right: 15px;
  text-align: center;
  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;
  border-radius: 0.5rem;
}
.enqus {
  box-shadow: -4px 4px 24px -10px var(--secondary) !important;
  background: var(--primary);
  border-color: var(--secondary);
  border-style: solid;
  border-width: 0;
  bottom: 100px;
  color: #fff;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  margin: 0;
  position: fixed;
  right: 15px;
  text-align: center;
  width: auto;
  z-index: 999;
  padding:0px 10px;
  box-shadow: -4px 4px 24px -10px;
  border-radius: 0.5rem;
}
a.enqus{ color: #fff;}
@media only screen and (max-width: 575px) {
  .scroltop {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}


.video-bx {
  position: relative;
}

.video-bx.style-1 .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.video-bx.style-1 .video-btn .popup-youtube {
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  background-color: var(--primary);
  display: block;
  color: #fff;
  font-size: 42px;
  margin: 0 auto;
  transition: all 0.5s;
  box-shadow: 0 0 0 20px var(--rgba-primary-5);
}

@media only screen and (max-width: 575px) {
  .video-bx.style-1 .video-btn .popup-youtube {
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 28px;
    box-shadow: 0 0 0 15px var(--rgba-primary-5);
  }
}

.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 .popup-youtube {
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 100px;
  background-color: #fff;
  display: block;
  color: var(--primary);
  font-size: 24px;
  margin: 0 auto;
  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-2 .video-btn .popup-youtube {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}

.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 #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;
}

.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 #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;
}

.video-bx.style-3 .dz-content-inner {
  padding: 0;
}

.video-bx.style-3 .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.video-bx.style-3 .video-btn .popup-youtube {
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 100px;
  background-color: var(--secondary);
  display: block;
  color: #fff;
  font-size: 24px;
  margin: 0 auto;
  transition: all 0.5s;
}

@media only screen and (max-width: 575px) {
  .video-bx.style-3 .video-btn .popup-youtube {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}

.video-bx.style-3 .video-btn .popup-youtube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: var(--secondary);
  -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-3 .video-btn .popup-youtube:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #fff;
  background: var(--secondary);
  -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;
}

@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.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    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.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    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.9);
    -moz-transform: scale(1.9);
    -webkit-transform: scale(1.9);
    -ms-transform: scale(1.9);
    -o-transform: scale(1.9);
    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.9);
    -moz-transform: scale(1.9);
    -webkit-transform: scale(1.9);
    -ms-transform: scale(1.9);
    -o-transform: scale(1.9);
    opacity: 0;
  }
}

.swiper-pagination,
.btn-next,
.btn-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: auto;
  height: auto;
  color: #212529;
  font-family: var(--font-family-title);
  margin: auto;
  font-size: 15px;
  letter-spacing: 2px;
  z-index: 1;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  display: inline-block;
}

.swiper-pagination:after,
.btn-next:after,
.btn-prev:after {
  content: none;
}

.swiper-pagination i,
.btn-next i,
.btn-prev i {
  position: absolute;
  font-size: 40px;
  top: -7px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  color: var(--primary);
  z-index: -1;
}

.btn-next i {
  right: -20px;
}

.btn-next:hover i {
  right: -30px;
}

.btn-prev i {
  left: -20px;
}

.btn-prev:hover i {
  left: -30px;
}

.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 {
  background-image: url(../images/icon/download-icon2.png);
  -webkit-animation: download1 2s ease infinite;
  animation: download1 2s ease infinite;
}

.download-file ul li a i:after {
  background-image: url(../images/icon/download-icon1.png);
}

.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);
  }
}


.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;
}


.about-bx2 .dz-media {
  position: relative;
  overflow: unset;
  margin-right: 40px;
}

@media only screen and (max-width: 991px) {
  .about-bx2 .dz-media {
    margin-bottom: 40px;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }
}

.about-bx2 .dz-media img {
  width: auto;
}

.about-bx2 .dz-media .img1 {
  padding: 0;
  display: inline-block;
  width: 75%;
}

.about-bx2 .dz-media .img1 img {
  animation: dzMove1 6s linear infinite;
}

.about-bx2 .dz-media .img2 {
  padding: 0;
  float: right;
  position: absolute;
  right: 0;
  top: 25%;
  display: inline-block;
  width: 75%;
}

.about-bx2 .dz-media .img2 img {
  animation: dzMove1 8s linear infinite;
}

.about-bx2 .dz-media .img3 {
  padding: 0;
  z-index: 1;
  position: relative;
  margin-top: -15%;
  margin-left: -20%;
  display: inline-block;
  width: 90%;
}

.about-bx2 .dz-media .img3 img {
  animation: dzMove1 10s linear infinite;
}

.about-bx2 .year-exp {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.about-bx2 .year-exp .year {
  font-size: 200px;
  border-right: 1px solid #E1E1F0;
  padding-right: 40px;
  margin-right: 40px;
  margin-bottom: 0;
  line-height: 0.75;
  font-family: 'Montserrat', sans-serif;
}

@media only screen and (max-width: 1280px) {
  .about-bx2 .year-exp .year {
    font-size: 150px;
  }
}

@media only screen and (max-width: 575px) {
  .about-bx2 .year-exp .year {
    font-size: 100px;
    padding-right: 15px;
    margin-right: 15px;
  }
}

.about-bx2 .year-exp .text {
  font-size: 45px;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2;
}

@media only screen and (max-width: 1280px) {
  .about-bx2 .year-exp .text {
    font-size: 30px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 575px) {
  .about-bx2 .year-exp .text {
    font-size: 22px;
    line-height: 1.25;
  }
}

.about-bx2 .icon-bx-wraper {
  border-bottom: 1px solid #E1E1F0;
  padding-bottom: 30px;
}

.about-bx2 .icon-bx-wraper:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.about-bx3 .history-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-bx3 .history-row .year,
.about-bx3 .history-row .awards,
.about-bx3 .history-row .sales {
  font-family: "Roboto", sans-serif;
  font-size: 65px;
  font-weight: 700;
  min-width: 120px;
  letter-spacing: 8px;
  border-bottom: 4px solid var(--primary);
  display: inline-block;
}

@media only screen and (max-width: 575px) {

  .about-bx3 .history-row .year,
  .about-bx3 .history-row .awards,
  .about-bx3 .history-row .sales {
    letter-spacing: 0;
  }
}

.about-bx3 .history-row .text {
  display: block;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .about-bx3 .history-row .text {
    font-size: 18px;
    line-height: 1.2;
  }
}

.about-bx3 .dz-media {
  height: 100%;
  overflow: visible;
  padding-right: 15px;
  z-index: 1;
}

.about-bx3 .dz-media img {
  height: 100%;
}

.about-bx3 .dz-media:after {
  position: absolute;
  content: "";
  height: 100%;
  width: calc(50vw - 104px);
  right: 80px;
  z-index: -2;
  background: #f8f8f8;
  bottom: -120px;
  background-image: url(../images/black-twill.png);
  opacity: 0.2;
}

.about-bx3 .dz-media.right {
  padding-right: 0;
  padding-left: 15px;
}

.about-bx3 .dz-media.right:after {
  left: 80px;
}

.about-bx3 .dz-media.right .circle-bg {
  left: auto;
  right: -25%;
}

.about-bx3 .dz-media .circle-bg {
  position: absolute;
  height: 400px;
  z-index: -1;
  width: 400px;
  bottom: -80px;
  left: -25%;
  -webkit-animation: move1 10s ease-in infinite;
  animation: move1 10s ease-in infinite;
}

@media only screen and (max-width: 991px) {
  .about-bx3 .dz-media {
    padding-right: 0;
  }

  .about-bx3 .dz-media:after {
    content: none;
  }

  .about-bx3 .dz-media .circle-bg {
    display: none;
  }

  .about-bx3 .dz-media.right {
    padding-right: 0;
    padding-left: 0;
  }

  .about-bx3 .history-row .year,
  .about-bx3 .history-row .awards,
  .about-bx3 .history-row .sales {
    font-size: 55px;
  }
}

@media only screen and (max-width: 767px) {

  .about-bx3 .history-row .year,
  .about-bx3 .history-row .awards,
  .about-bx3 .history-row .sales {
    font-size: 38px;
    min-width: 80px;
  }
}

.about-bx4 .dz-media {
  height: 100%;
  overflow: visible;
  padding-right: 15px;
  z-index: 1;
}

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

.about-bx4 .dz-media img {
  height: 100%;
}

.about-bx4 .dz-media .img2 {
  height: 218px;
  width: 262px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 -52px -87px;
  border: 10px solid #fff;
}

@media only screen and (max-width: 991px) {
  .about-bx4 .dz-media .img2 {
    margin: 0 0 20px 20px;
  }
}

@media only screen and (max-width: 575px) {
  .about-bx4 .dz-media .img2 {
    margin: 0 0 10px 10px;
    width: 120px;
    height: auto;
    border-width: 5px;
  }
}

.about-bx4 p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}

.about-bx5 .dz-media {
  position: relative;
  overflow: unset;
  margin-right: 40px;
}

@media only screen and (max-width: 991px) {
  .about-bx5 .dz-media {
    margin-bottom: 40px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 575px) {
  .about-bx5 .dz-media {
    margin-bottom: 0;
  }
}

.about-bx5 .dz-media img {
  width: auto;
  border: 1px solid #c7c7c7;
  padding: 10px;
  background: #fff;
}

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

.about-bx5 .dz-media .img1 {
  padding: 0;
  display: inline-block;
}

.about-bx5 .dz-media .img1 img {
  animation: dzMove1 6s linear infinite;
}

@media only screen and (max-width: 1280px) {
  .about-bx5 .dz-media .img1 {
    width: 75%;
  }
}

@media only screen and (max-width: 575px) {
  .about-bx5 .dz-media .img1 {
    width: 60%;
  }
}

.about-bx5 .dz-media .img2 {
  padding: 0;
  position: absolute;
  right: 0;
  top: 15%;
  display: inline-block;
  transform: translate(35px, 10px);
}

@media only screen and (max-width: 1280px) {
  .about-bx5 .dz-media .img2 {
    width: 75%;
  }
}

@media only screen and (max-width: 767px) {
  .about-bx5 .dz-media .img2 {
    right: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .about-bx5 .dz-media .img2 {
    width: 50%;
  }
}

.about-bx5 .dz-media .img2 img {
  animation: dzMove1 8s linear infinite;
}

.about-bx5 .dz-media .img3 {
  padding: 0;
  z-index: 1;
  position: relative;
  margin-top: -15%;
  display: inline-block;
  width: 90%;
  transform: translate(22px, 10px);
}

.about-bx5 .dz-media .img3 img {
  animation: dzMove1 10s linear infinite;
}

@media only screen and (max-width: 575px) {
  .about-bx5 .dz-media .img3 {
    width: 70%;
  }
}

.about-bx5 .year-exp {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.about-bx5 .year-exp .year {
  font-size: 200px;
  border-right: 1px solid #E1E1F0;
  padding-right: 40px;
  margin-right: 40px;
  margin-bottom: 0;
  line-height: 0.75;
  font-family: 'Montserrat', sans-serif;
}

@media only screen and (max-width: 1280px) {
  .about-bx5 .year-exp .year {
    font-size: 150px;
  }
}

@media only screen and (max-width: 575px) {
  .about-bx5 .year-exp .year {
    font-size: 100px;
    padding-right: 15px;
    margin-right: 15px;
  }
}

.about-bx5 .year-exp .text {
  font-size: 45px;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2;
}

@media only screen and (max-width: 1280px) {
  .about-bx5 .year-exp .text {
    font-size: 30px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 575px) {
  .about-bx5 .year-exp .text {
    font-size: 22px;
    line-height: 1.25;
  }
}

.about-bx5 .icon-bx-wraper {
  border-bottom: 1px solid #E1E1F0;
  padding-bottom: 30px;
}

.about-bx5 .icon-bx-wraper:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.dz-accordion.about-faq .accordion-button {
  background: transparent;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  padding: 20px 60px 20px 70px;
  box-shadow: none;
}

.dz-accordion.about-faq .accordion-button i {
  font-size: 45px;
  color: var(--primary);
  position: absolute;
  left: 0;
}

.dz-accordion.about-faq .accordion-button .toggle-close {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid var(--primary);
  font-size: 24px;
  top: 12px;
}

.dz-accordion.about-faq .accordion-button .toggle-close:before {
  line-height: 50px;
  font-size: 20px;
}

.dz-accordion.about-faq .accordion-header {
  margin-bottom: -10px;
}

.dz-accordion.about-faq .accordion-item {
  box-shadow: none;
  border: 0;
  border-radius: 0;
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.dz-accordion.about-faq .accordion-item:not(:last-child) {
  border-bottom: 1px solid #E1E1F0;
}

.dz-accordion.about-faq .accordion-body {
  padding: 0 60px 0 70px;
}

.dz-box {
  position: relative;
}

.swiper-portfolio {
  padding: 40px 0;
  margin: -40px 0 -45px 0;
}

@media only screen and (max-width: 767px) {
  .swiper-portfolio .dz-box.style-1 {
    margin-top: 0 !important;
  }
}

.dz-box.style-1 {
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  overflow: hidden;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.dz-box.style-1 .dz-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  background: rgba(33, 37, 41, 0.2);
}

.dz-box.style-1 .sub-title {
  font-family: var(--font-family-title);
  writing-mode: tb-rl;
  position: absolute;
  bottom: 30px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 3px;
  margin: 0;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.dz-box.style-1 .title {
  position: absolute;
  padding-right: 20%;
  margin: 0;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.dz-box.style-1 .title a {
  color: #fff;
}

.dz-box.style-1 .view-btn {
  width: 75px;
  height: 75px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  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;
}

.dz-box.style-1 .view-btn:after,
.dz-box.style-1 .view-btn:before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  background: #fff;
  opacity: 0;
}

.dz-box.style-1 .view-btn:after {
  height: 4px;
  width: 26px;
  top: 50%;
  left: 50%;
  transform: translate(-500px, 50%);
  -moz-transform: translate(-500px, 50%);
  -webkit-transform: translate(-500px, 50%);
  -ms-transform: translate(-500px, 50%);
  -o-transform: translate(-500px, 50%);
}

.dz-box.style-1 .view-btn:before {
  height: 26px;
  width: 4px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -500px);
  -moz-transform: translate(-50%, -500px);
  -webkit-transform: translate(-50%, -500px);
  -ms-transform: translate(-50%, -500px);
  -o-transform: translate(-50%, -500px);
}

.dz-box.style-1:hover {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  z-index: 1;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.35);
}

.dz-box.style-1:hover .view-btn {
  background: var(--primary);
  transition-delay: 0s;
}

.dz-box.style-1:hover .view-btn:after,
.dz-box.style-1:hover .view-btn:before {
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  opacity: 1;
}

.dz-box.style-2 {
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  overflow: hidden;
}

.dz-box.style-2 .dz-media img {
  height: 410px;
  object-fit: cover;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

@media only screen and (max-width: 991px) {
  .dz-box.style-2 .dz-media img {
    height: 400px;
  }
}

.dz-box.style-2 .dz-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  background: rgba(33, 37, 41, 0.2);
  display: flex;
  flex-direction: column;
}

.dz-box.style-2 .sub-title {
  font-family: var(--font-family-title);
  bottom: 30px;
  color: var(--primary);
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  margin-top: auto;
}

.dz-box.style-2 .title {
  padding-right: 20%;
  margin: 0;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.dz-box.style-2 .title a {
  color: #fff;
}

.swiper-portfolio-2 .swiper-slide {
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  margin-top: 70px;
  margin-bottom: 70px;
}

@media only screen and (max-width: 991px) {
  .swiper-portfolio-2 .swiper-slide {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.swiper-portfolio-2 .swiper-slide.swiper-slide-active {
  margin-top: 0;
  margin-bottom: 0;
}

.swiper-portfolio-2 .swiper-slide.swiper-slide-active .dz-media img {
  height: 550px;
  object-fit: cover;
}

@media only screen and (max-width: 991px) {
  .swiper-portfolio-2 .swiper-slide.swiper-slide-active .dz-media img {
    height: 400px;
  }
}

.swiper-portfolio-2 .swiper-pagination {
  position: absolute;
  right: 30px;
  bottom: 0;
}

@media only screen and (max-width: 991px) {
  .swiper-portfolio-2 .swiper-pagination {
    position: unset;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    display: block;
    margin-top: 25px;
  }
}

.swiper-portfolio-2 .swiper-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  padding: 0;
  background: transparent;
  font-size: 24px;
  margin: 0 15px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

@media only screen and (max-width: 991px) {
  .swiper-portfolio-2 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px;
  }
}

.swiper-portfolio-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  font-size: 60px;
  color: var(--primary);
}

@media only screen and (max-width: 991px) {
  .swiper-portfolio-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    font-size: 24px;
  }
}

.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;
}

.client-bg {
  width: 100%;
  animation: dzMove1 5s linear infinite;
}

.client-area {
  width: 100%;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 575px) {
  .client-area {
    margin-bottom: 0;
  }
}

.client-area ul {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.client-area ul li {
  position: absolute;
}

.client-area ul li a {
  width: 80px;
  height: 80px;
  display: inline-block;
  overflow: hidden;
  border-radius: 100%;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.15);
  transform: scale(0.85);
  -moz-transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -os-transform: scale(0.85);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

@media only screen and (max-width: 767px) {
  .client-area ul li a {
    width: 40px;
    height: 40px;
  }
}

.client-area ul li a img {
  border-radius: 300px;
  width: 100%;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.client-area ul li a.dzclient1 {
  animation: dzMove1 9s linear infinite;
}

.client-area ul li a.dzclient2 {
  animation: dzMove1 8s linear infinite;
}

.client-area ul li a.dzclient3 {
  animation: dzMove1 10s linear infinite;
}

.client-area ul li a.dzclient4 {
  animation: dzMove1 7.5s linear infinite;
}

.client-area ul li a.dzclient5 {
  animation: dzMove1 6s linear infinite;
}

.client-area ul li a.dzclient6 {
  animation: dzMove1 7s linear infinite;
}

.client-area ul li:nth-child(1) {
  top: 35%;
}

.client-area ul li:nth-child(2) {
  left: 60%;
  transform: scale(2);
  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  top: 5%;
}

.client-area ul li:nth-child(3) {
  top: 85%;
  left: 15%;
  transform: scale(0.85);
  -moz-transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
}

.client-area ul li:nth-child(4) {
  left: 85%;
  transform: scale(0.75);
  -moz-transform: scale(0.75);
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  top: 75%;
}

.client-area ul li:nth-child(5) {
  top: 60%;
  left: 30%;
  transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
}

.client-area ul li:nth-child(6) {
  left: 65%;
  top: 55%;
  transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}

.client-area ul li.active img {
  background: #fff;
  padding: 5px;
}

.testimonial-1 .testimonial-info .testimonial-text {
  font-size: 18px;
  margin-bottom: 20px;
}

.testimonial-1 .quote-icon {
  transform: rotate(180deg);
  display: inline-block;
  font-size: 100px;
  line-height: 1;
  color: var(--primary);
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .testimonial-1 .quote-icon {
    font-size: 70px;
  }
}

.testimonial-1 .testimonial-detail .testimonial-name {
  margin-bottom: 5px;
}

.testimonial-1 .testimonial-detail .testimonial-position {
  color: var(--primary);
  font-size: 18px;
}

.testimonial-2 {
  background-color: var(--primary);
  padding: 50px;
  position: relative;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  color: #fff;
}

.testimonial-2 .testimonial-text {
  margin-bottom: 25px;
  font-size: 22px;
}

@media only screen and (max-width: 991px) {
  .testimonial-2 .testimonial-text {
    font-size: 18px;
  }
}

.testimonial-2 .testimonial-pic {
  border: 5px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  height: 90px;
  width: 90px;
  margin-right: 20px;
}

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

.testimonial-2 .testimonial-detail {
  padding: 0;
  display: flex;
  align-items: center;
}

.testimonial-2 .testimonial-name {
  margin-bottom: 5px;
  line-height: 1.3;
  color: inherit;
}

.testimonial-2:after {
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  bottom: 30px;
  right: 60px;
  opacity: 0.4;
  font-size: 70px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .testimonial-2:after {
    font-size: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .testimonial-2 .testimonial-pic {
    border: 3px solid #fff;
    height: 70px;
    width: 70px;
    margin-right: 15px;
  }

  .testimonial-2 .testimonial-text {
    margin-bottom: 20px;
  }

  .testimonial-2:after {
    font-size: 40px;
    bottom: 25px;
    right: 30px;
  }
}

.testimonial-3 {
  background: #fff;
  padding: 25px 30px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.testimonial-3:after {
  content: "\f11c";
  font-family: "Flaticon";
  position: absolute;
  top: 25px;
  right: 30px;
  font-size: 46px;
  color: var(--primary);
}

.testimonial-3 .testimonial-detail {
  display: flex;
  align-items: center;
}

.testimonial-3 .testimonial-detail .testimonial-pic {
  width: 60px;
  height: 60px;
  border: none;
  background: none;
}

.testimonial-3 .testimonial-detail .testimonial-pic img {
  border-radius: 6px;
}

.testimonial-3 .testimonial-detail .clearfix {
  margin-left: 12px;
}

.testimonial-3 .testimonial-detail .clearfix .testimonial-name {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 2px;
}

.testimonial-3 .testimonial-detail .clearfix .testimonial-position {
  font-weight: 500;
  font-size: 14px;
  color: var(--primary);
}

.testimonial-3 .testimonial-text p {
  font-weight: 500;
  padding-top: 10px;
  font-size: 18px;
}

.testimonial-3:hover {
  background: var(--secondary);
}

.testimonial-3:hover:after {
  color: var(--primary);
}

.testimonial-3:hover .testimonial-detail .clearfix .testimonial-name {
  color: #fff;
}

.testimonial-3:hover .testimonial-detail .clearfix .testimonial-position {
  color: #fff;
}

.testimonial-3:hover .testimonial-text p {
  color: #fff;
}

.test-area {
  overflow: hidden;
}

.test-area .testi-inner {
  position: relative;
}

.test-area .testi-inner:after {
  content: "";
  width: 65vw;
  float: right;
  margin-right: -145px;
  background-color: var(--primary);
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}

.test-area .testimonial-2 {
  padding: 50px 50px 50px 0;
}

@media only screen and (max-width: 767px) {
  .test-area .testimonial-2 {
    padding: 30px;
  }
}

.test-area .swiper-container {
  margin-right: -145px;
}

.test-area .media-full {
  width: 50vw;
  height: 100%;
}

.test-area .media-full img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .test-area .testi-inner:after {
    width: 75vw;
  }
}

@media only screen and (max-width: 767px) {
  .test-area .testi-inner:after {
    content: none;
  }

  .test-area .swiper-container {
    margin-right: 0;
  }

  .test-area .testimonial-1 {
    padding: 25px;
  }

  .test-area .media-full {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }
}

.section-head.style-1 .sub-title {
  letter-spacing: 4px;
  position: relative;
  padding-right: 95px;
  display: inline-block;
  margin-bottom: 5px;
}

@media only screen and (max-width: 575px) {
  .section-head.style-1 .sub-title {
    padding-right: 30px;
  }
}

.section-head.style-1 .sub-title:after {
  content: "";
  height: 1px;
  width: 85px;
  background-color: var(--secondary);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

@media only screen and (max-width: 575px) {
  .section-head.style-1 .sub-title:after {
    width: 20px;
  }
}

.section-head.style-1 h2.title,
.section-head.style-1 .title.h2 {
  font-size: 45px;
  line-height: 1.1;
}

@media only screen and (max-width: 767px) {

  .section-head.style-1 h2.title,
  .section-head.style-1 .title.h2 {
    font-size: 30px;
    line-height: 1.15;
  }
}

.section-head.style-2.text-center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.section-head.style-2 .sub-title {
  font-weight: 600;
  margin-bottom: 5px;
}

.section-head.style-2 .title {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
}

@media only screen and (max-width: 1280px) {
  .section-head.style-2 .title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .section-head.style-2 .title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 575px) {
  .section-head.style-2 .title {
    font-size: 28px;
  }
}

.section-head.style-2 p {
  font-weight: 400;
  font-size: 18px;
}

.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: 50px;
  height: 50px;
  min-width: 50px;
  line-height: 50px;
}

.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 .dz-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;
}

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

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

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

.dz-info.border-1,
.dz-info.border-2,
.dz-info.border-3,
.dz-info.border-4,
.dz-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;
}

.dz-media,
.dz-post-media {
  position: relative;
  overflow: hidden;
}

.dz-media img,
.dz-post-media img {
  width: 100%;
  height: auto;
}

.dz-box-bg {
  overflow: hidden;
  background-size: cover;
}

.dz-box-bg .btn {
  overflow: unset;
}

.dz-box-bg .glyph-icon {
  font-size: 50px;
}

.dz-box-bg .icon-bx-wraper {
  background-color: #f8f8f8;
}

.dz-box-bg .text-primary,
.dz-box-bg .icon-content .dz-tilte,
.dz-box-bg .icon-content p,
.dz-box-bg .icon-box-btn .btn {
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.dz-box-bg.active .icon-bx-wraper {
  background-color: rgba(0, 0, 0, 0.7);
}

.dz-box-bg.active .text-primary,
.dz-box-bg.active .icon-content .dz-tilte,
.dz-box-bg.active .icon-content p,
.dz-box-bg.active .icon-box-btn .btn {
  color: #fff;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.dz-box-bg .icon-box-btn .btn {
  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-2 .icon-content {
  border-radius: 10px;
  border: 3px solid #d0d6db;
  padding: 30px;
  position: relative;
}

.icon-bx-wraper.style-2 .icon-content .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  justify-content: center;
  padding: 0;
}

.icon-bx-wraper.style-2 .number {
  font-size: 80px;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 0 0 var(--primary), -2px 0 0 var(--primary), 0 2px 0 var(--primary), 0 -2px 0 var(--primary), 1px 1px var(--primary), -1px -1px 0 var(--primary), 1px -1px 0 var(--primary), -1px 1px 0 var(--primary);
  line-height: 0.9;
}

.icon-bx-wraper.style-3 {
  padding: 50px 35px;
  background: #fff;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.icon-bx-wraper.style-3 .icon-xl {
  position: relative;
  width: auto;
  line-height: 1;
  z-index: 1;
}

.icon-bx-wraper.style-3:after {
  content: "";
  position: absolute;
  height: 350px;
  width: 100px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  background: var(--rgba-primary-4);
  right: -100px;
  bottom: -20px;
  transform: rotate(15deg);
  box-shadow: 0 -16px 0 30px var(--rgba-primary-1), 0 -16px 0 60px var(--rgba-primary-1), 0 -16px 0 90px var(--rgba-primary-1);
}

.icon-bx-wraper.style-3 .title a,
.icon-bx-wraper.style-3 p {
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.icon-bx-wraper.style-3:hover {
  background: #323232;
  transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}

.icon-bx-wraper.style-3:hover .title a {
  color: #fff;
}

.icon-bx-wraper.style-3:hover p {
  color: #fff;
}

.icon-bx-wraper.style-3:hover:after {
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 -16px 0 30px rgba(255, 255, 255, 0.1), 0 -16px 0 60px rgba(255, 255, 255, 0.1), 0 -16px 0 90px rgba(255, 255, 255, 0.1);
  opacity: 0.5;
  transform: rotate(15deg) scale(1.5);
}

@media only screen and (max-width: 767px) {
  .icon-bx-wraper.style-3 {
    padding: 20px;
  }

  .icon-bx-wraper.style-3 .icon-xl {
    margin-bottom: 20px;
  }

  .icon-bx-wraper.style-3 .icon-xl i {
    font-size: 60px;
  }

  .icon-bx-wraper.style-3 p {
    margin-bottom: 20px;
  }
}

.icon-bx-wraper.style-4 {
  padding-right: 80px;
}

@media only screen and (max-width: 575px) {
  .icon-bx-wraper.style-4 {
    padding-right: 55px;
  }
}

.icon-bx-wraper.style-4 .icon-bx {
  margin-right: 25px;
}

.icon-bx-wraper.style-4 .btn {
  height: 50px;
  width: 50px;
  line-height: 55px;
  padding: 0;
  text-align: center;
  display: block;
  border-radius: 50%;
  box-shadow: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

@media only screen and (max-width: 575px) {
  .icon-bx-wraper.style-4 .btn {
    height: 40px;
    width: 40px;
    line-height: 45px;
  }

  .icon-bx-wraper.style-4 .btn i {
    font-size: 14px;
    line-height: 14px;
  }
}

.icon-bx-wraper.style-6 {
  background: #fff;
  padding: 40px 40px 70px 40px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.1);
  margin-bottom:20px;
}

.icon-bx-wraper.style-6 .icon-cell {
  color: var(--primary);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.icon-bx-wraper.style-6 .dz-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: inline;
  margin-left: 10px;
  font-size: 40px;
  vertical-align: top;
  line-height: 50px;
}

.icon-bx-wraper.style-6 .dz-title:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 20px;
  left: 0;
  opacity: 0.1;
}

.icon-bx-wraper.style-6 .btn {
  /* width: 60px;  height: 60px; */
  width:auto;

  padding:10px 10px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 40px;
  justify-content: center;
}

.icon-bx-wraper.style-6 .btn i {
  font-size: 24px;
}

.icon-bx-wraper.style-6:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

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

  .icon-bx-wraper.style-6 .btn {
    left: 30px;
  }
}

.icon-bx-wraper.style-6:hover {
  box-shadow: 0 2px 60px 0 var(--rgba-primary-4);
  color: #fff;
}

.icon-bx-wraper.style-6:hover .icon-cell {
  /* color: #fff; */
}

.icon-bx-wraper.style-6:hover .dz-title {
  /* color: #fff; */
}

.icon-bx-wraper.style-6:hover .dz-title:after {
  background: #fff;
  opacity: 0.3;
}

.icon-bx-wraper.style-6:hover:after {
  background: #e3d9d4;
}

.icon-bx-wraper.style-6:hover .btn {
  /* background: #fff;
  border-color: #fff;
  color: var(--primary); */
}
.icon-bx-wraper.style-6 .btn:hover,.icon-bx-wraper.style-6:hover .btn:after {
  background: #fff;
  border-color: #fff;
  color: var(--primary);
}
.icon-bx-wraper.style-6 .icon-lg {
  line-height: 1;
  margin-bottom: 25px;
}

.icon-bx-wraper.style-7 {
  display: flex;
  align-items: center;
}

.icon-bx-wraper.style-7 .icon-cell i {
  font-size: 30px;
}

.icon-bx-wraper.style-7 p {
  font-size: 18px;
  font-weight: 500;
}

.icon-bx-wraper.style-8 {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.icon-bx-wraper.style-8 p {
  font-size: 18px;
}

.icon-bx-wraper.style-8:after {
  content: attr(data-name);
  position: absolute;
  font-size: 80px;
  right: 10px;
  bottom: 5px;
  line-height: 1;
  font-weight: 700;
  color: #000;
  opacity: .05;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.icon-bx-wraper.style-8:hover {
  box-shadow: 0 5px 60px 0 rgba(0, 0, 0, 0.15);
  transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}

.icon-bx-wraper.style-8:hover:after {
  transform: scale(2);
  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
}

.icon-bx-wraper.style-9 {
  padding: 25px 30px;
  background: #F4F4F4;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.icon-bx-wraper.style-9 .icon-lg .icon-cell i {
  color: var(--primary);
}

.icon-bx-wraper.style-9 .dz-title {
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  font-size: 18px;
  font-weight: 700;
}

.icon-bx-wraper.style-9 p {
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.icon-bx-wraper.style-9:active,
.icon-bx-wraper.style-9:hover {
  background: var(--primary);
  transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}

.icon-bx-wraper.style-9:active .dz-title,
.icon-bx-wraper.style-9:hover .dz-title {
  color: #fff;
}

.icon-bx-wraper.style-9:active p,
.icon-bx-wraper.style-9:hover p {
  color: #fff;
}

.icon-bx-wraper.style-9:active .icon-lg .icon-cell i,
.icon-bx-wraper.style-9:hover .icon-lg .icon-cell i {
  color: #fff;
}

.icon-bx-wraper.style-9:active:after,
.icon-bx-wraper.style-9:hover:after {
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 -16px 0 30px rgba(255, 255, 255, 0.1), 0 -16px 0 60px rgba(255, 255, 255, 0.1), 0 -16px 0 90px rgba(255, 255, 255, 0.1);
  opacity: 0.5;
  transform: rotate(15deg) scale(1.5);
}

.dz-team {
  transition: all 0.5s;
}

.dz-team .dz-name a {
  transition: all 0.5s;
}

.dz-team .dz-content {
  transition: all 0.5s;
  position: relative;
}

.dz-team .dz-media img {
  width: 100%;
}

.dz-team .dz-position {
  display: block;
}

.dz-team.style-1 {
  text-align: center;
  margin-top: 150px;
  border-radius: 0;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
  background: #fff;
  border: 2px solid #dfdfdf;
}

.dz-team.style-1 .card-media {
  overflow: hidden;
  margin: -150px 30px 0;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.dz-team.style-1 .card-body {
  padding-bottom: 10;
}

.dz-team.style-1 .card-body .dz-position {
  font-size: 18px;
  color: var(--primary);
  font-weight: 500;
}

.dz-team.style-1 .card-body p {
  margin: 10px 0 20px;
}

.dz-team.style-1 .card-body .dz-social {
  margin: -20px -30px -20px -30px;
  padding: 20px 20px;
  border-top:  0px solid #dfdfdf;
  margin-top: 20px;
}

.dz-team.style-1 .dz-social {
  display: inherit;
  justify-content: space-between;
}

.dz-team.style-1 .dz-social li a {
  color: #7f7f7f;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  font-size: 18px;
}

.dz-team.style-1 .dz-social li a:hover {
  color: var(--primary);
  transform: scale(1.5);
  display: block;
}

.dz-team.style-1:hover .card-media {
  box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

.dz-team.style-2 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.dz-team.style-2 .dz-content {
  box-shadow: 0px 5px 10px rgba(31, 66, 135, 0.1);
  padding: 25px;
  z-index: 99;
  background-color: #fff;
  margin: -50px 30px 0;
}

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

.dz-team.style-2 .dz-position {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}

.dz-team.style-2 .team-social {
  position: absolute;
  right: 30px;
  top: -25px;
}

.dz-team.style-2 .team-social .share {
  display: block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 10px;
  color: #fff;
  background-color: var(--primary);
  box-shadow: 0px 5px 10px rgba(31, 66, 135, 0.1);
  z-index: 1;
  position: relative;
}

.dz-team.style-2 .team-social ul {
  position: absolute;
  bottom: 0;
  left: 0;
}

.dz-team.style-2 .team-social ul li {
  display: block;
  margin-top: -45px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
}

.dz-team.style-2 .team-social ul li a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 10px;
  color: #fff;
  background-color: var(--primary);
  box-shadow: 0px 5px 10px rgba(31, 66, 135, 0.1);
}

.dz-team.style-2 .team-social:hover ul {
  bottom: 55px;
}

.dz-team.style-2 .team-social:hover ul li {
  margin-top: 10px;
  opacity: 1;
}

.dz-team.style-3 .dz-position {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 15px;
}

.dz-team.style-3 .dz-position.line:before {
  content: "";
  position: relative;
  height: 1px;
  top: -5px;
  margin-left: -50px;
  margin-right: 10px;
  display: inline-block;
  width: 40px;
  background: var(--primary);
}

.dz-team.style-3 .dz-media {
  position: relative;
  overflow: hidden;
}

.dz-team.style-3 .dz-media .team-social {
  position: absolute;
  left: 50%;
  bottom: -50px;
  display: flex;
  transform: translateX(-50%);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.dz-team.style-3 .dz-media .team-social li {
  display: block;
  margin-left: 5px;
  margin-right: 5px;
}

.dz-team.style-3 .dz-media .team-social li a {
  background: var(--primary);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  display: block;
  color: #fff;
}

.dz-team.style-3 .dz-media .team-social li a:hover {
  background: var(--primary);
}

.dz-team.style-3:hover .dz-media .team-social {
  bottom: 20px;
}

.dz-team.style-4 {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.dz-team.style-4 .dz-content {
  box-shadow: 0px 5px 10px rgba(31, 66, 135, 0.1);
  padding: 15px;
  z-index: 99;
  background-color: #fff;
  margin: 0 15px 0 15px;
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  width: calc(100% - 30px);
  overflow: hidden;
  height: 80px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.dz-team.style-4 .dz-content .team-social {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.dz-team.style-4 .dz-content .team-social li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  margin: 0 5px;
}

.dz-team.style-4 .dz-content .team-social li:hover a {
  background: var(--primary);
}

.dz-team.style-4 .dz-content .team-social li:hover a i {
  color: #fff;
}

.dz-team.style-4 .dz-name {
  margin-bottom: 10px;
}

.dz-team.style-4 .dz-position {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}

.dz-team.style-4:hover .dz-content {
  height: 120px;
  transform: translateY(43px);
}

.team-section-1>div:nth-child(2) {
  margin-top: 50px;
}

.team-section-1>div:nth-child(3) {
  margin-top: 100px;
}

.team-section-1>div:nth-child(4) {
  margin-top: 150px;
}

.team-section-1>div:nth-child(5) {
  margin-top: 200px;
}

.swiper-team .mt-5 {
  margin-top: 0 !important;
}

.blog-swiper {
  margin: -15px;
  width: auto;
}

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

.dz-card {
  position: relative;
}

.dz-card .dz-info {
  padding: 30px;
  position: relative;
}

@media only screen and (max-width: 1280px) {
  .dz-card .dz-info {
    padding: 20px;
  }
}

.dz-card .dz-title {
  margin-bottom: 15px;
}

.dz-card.blog-half {
  display: flex;
}

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

.dz-card.blog-half .dz-info {
  padding: 30px;
  position: relative;
  flex: 1;
}

@media only screen and (max-width: 575px) {
  .dz-card.blog-half .dz-info {
    padding: 20px;
  }
}

.dz-card.blog-half .dz-media {
  margin-bottom: 0;
  max-width: 300px;
  min-width: 300px;
}

@media only screen and (max-width: 1280px) {
  .dz-card.blog-half .dz-media {
    max-width: 250px;
    min-width: 250px;
  }
}

@media only screen and (max-width: 767px) {
  .dz-card.blog-half .dz-media {
    max-width: 200px;
    min-width: 200px;
  }
}

@media only screen and (max-width: 575px) {
  .dz-card.blog-half .dz-media {
    max-width: 100%;
    min-width: 100%;
  }
}

.dz-card.blog-half .dz-media a {
  display: block;
  height: 100%;
}

.dz-card.blog-half .dz-media img {
  height: 100%;
  object-fit: cover;
  min-height: 235px;
}

@media only screen and (max-width: 575px) {
  .dz-card.blog-half .dz-media img {
    min-height: auto;
  }
}

.dz-card.blog-half.post-video .post-video-icon {
  width: 60px;
  height: 60px;
  font-size: 20px;
}

.dz-card.blog-half .swiper-container {
  height: 100%;
}

.dz-meta {
  margin-bottom: 15px;
}

.dz-meta ul {
  margin: 0;
  padding: 0;
}

.dz-meta ul li {
  display: inline-block;
  margin-right: 10px;
}

.dz-meta ul li i {
  transform: scale(1.6);
  color: var(--primary);
  transform-origin: left;
  margin-right: 13px;
}

.post-video .post-video-icon {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--primary);
  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;
  font-size: 30px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
}

@media only screen and (max-width: 767px) {
  .post-video .post-video-icon {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}

.dz-card.style-1 {
  overflow: hidden;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.dz-card.style-1 .dz-meta ul {
  line-height: 1;
}

.dz-card.style-1 .dz-meta ul li {
  color: #666;
  font-family: var(--font-family-title);
  font-size: 14px;
  position: relative;
  font-weight: 500;
}

.dz-card.style-1 .dz-meta ul li.post-date {
  position: absolute;
  left: 20px;
  bottom: 100%;
  background: #fff;
  width: 70px;
  padding: 10px 5px;
  margin: 0;
  text-align: center;
  margin-bottom: 20px;
}

.dz-card.style-1 .dz-meta ul li.post-date strong {
  color: var(--primary);
  display: block;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 3px;
}

.dz-card.style-1 .dz-meta ul li.post-date span {
  display: block;
  color: var(--title);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .dz-card.style-1 .dz-meta ul li.post-date {
    left: 5px;
    width: 60px;
    padding: 5px 5px 8px;
    margin-bottom: 5px;
  }

  .dz-card.style-1 .dz-meta ul li.post-date strong {
    font-size: 30px;
    margin-bottom: 3px;
  }
}

.dz-card.style-1 .dz-meta ul li.post-category a {
  border-bottom: 1px dashed;
  padding-bottom: 1px;
}

.dz-card.style-1 .dz-info {
  position: relative;
  z-index: 2;
}

.dz-card.style-1 .icon-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
  padding: 0 0 0 4px;
  text-align: center;
  justify-content: center;
}

.dz-card.style-1.overlay-post .dz-info {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
}

.dz-card.style-1.overlay-post .dz-info .dz-meta ul li {
  color: #fff;
}

.dz-card.style-1.overlay-post .dz-info .dz-meta ul li.post-date {
  bottom: auto;
  top: 20px;
}

@media only screen and (max-width: 767px) {
  .dz-card.style-1.overlay-post .dz-info .dz-meta ul li.post-date {
    top: 5px;
  }
}

.dz-card.style-1.overlay-post .dz-info .dz-title a {
  color: #fff;
}

.dz-card.style-1.overlay-post .dz-media {
  height: 100%;
}

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

.dz-card.style-1.overlay-post:after {
  content: "";
  height: 80%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.dz-card.style-2 {
  overflow: hidden;
  position: relative;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.dz-card.style-2:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--primary);
  z-index: 0;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.dz-card.style-2 .dz-meta {
  margin: 0;
}

.dz-card.style-2 .dz-meta ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background: var(--primary);
  font-weight: 700;
  font-size: 30px;
  z-index: 1;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.dz-card.style-2 .dz-title {
  margin-bottom: 0;
}

.dz-card.style-2 .dz-info {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  z-index: 9;
  text-align: center;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.dz-card.style-2 .dz-info .bottom-contact {
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  margin-bottom: 20px;
}

.dz-card.style-2 .dz-info .bottom-contact .dz-title a {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

.dz-card.style-2 .dz-info .bottom-contact .text {
  font-weight: 500;
  color: #fff;
  margin: 0;
}

.dz-card.style-2 .dz-info .read-more {
  transform: translateY(50px);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
}

.dz-card.style-2 .dz-info .read-more a {
  padding: 14px 24px;
  background: #323232;
  box-shadow: none;
  border: none;
}

.dz-card.style-2 .dz-info .read-more a span {
  font-size: 15px;
  font-weight: 500px;
}

.dz-card.style-2 .dz-info .read-more a span i {
  margin-left: 10px;
  font-size: 13px;
}

.dz-card.style-2:hover:after {
  height: 100%;
}

.dz-card.style-2:hover .read-more {
  transform: translateY(0);
  opacity: 1;
}

.dz-card.style-2:hover .dz-info {
  bottom: 0;
}

.dz-card.style-2:hover .dz-meta ul li {
  background: #323232;
}

.dz-card.style-3 {
  overflow: hidden;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

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

.dz-card.style-3 .dz-info .dz-meta ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dz-card.style-3 .dz-info .dz-meta ul li span {
  font-weight: 500;
  font-size: 14px;
}

.dz-card.style-3 .dz-info .dz-meta ul li span svg {
  margin-right: 5px;
}

.dz-card.style-3 .dz-info .dz-meta ul li span svg path {
  stroke: var(--primary);
}

.dz-card.style-3 .dz-info .dz-meta ul .post-author img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.dz-card.style-3 .dz-info .dz-title {
  margin-bottom: 5px;
}

.dz-card.style-3 .dz-info .text {
  font-weight: 400;
  font-size: 16px;
}

.dz-card.style-3 .dz-info .read-more .btn {
  padding: 14px 30px;
  font-size: 16px;
}

.post-swiper .prev-post-swiper-btn,
.post-swiper .next-post-swiper-btn {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: var(--primary);
  color: #fff;
  font-size: 18px;
  transform: translateY(-50%);
  z-index: 1;
}

@media only screen and (max-width: 767px) {

  .post-swiper .prev-post-swiper-btn,
  .post-swiper .next-post-swiper-btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    transform: translateY(-70%);
  }
}

.post-swiper .prev-post-swiper-btn {
  left: 0;
}

.post-swiper .next-post-swiper-btn {
  right: 0;
}

/* Silder One */
.silder-one {
  position: relative;
}

.silder-one .silder-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 80px;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 101;
}

@media only screen and (max-width: 991px) {
  .silder-one .silder-content {
    padding: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .silder-one .silder-content {
    padding: 30px;
  }
}

.silder-one .silder-content .title {
  font-size: 160px;
  line-height: 1;
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
  font-family: var(--font-family-title);
}

.silder-one .silder-content .title span {
  font-weight: 300;
}

@media only screen and (max-width: 1680px) {
  .silder-one .silder-content .title {
    font-size: 120px;
  }
}

@media only screen and (max-width: 1400px) {
  .silder-one .silder-content .title {
    font-size: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .silder-one .silder-content .title {
    font-size: 60px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 575px) {
  .silder-one .silder-content .title {
    font-size: 45px;
    line-height: 1.2;
  }
}

.silder-one .silder-content .sub-title {
  font-weight: 600;
  margin-bottom: 0px;
  color: #fff;
  letter-spacing: 2px;
  font-family: var(--font-family-title);
}

.silder-one .silder-content .title-small {
  /* margin-bottom: 40px; */
  font-size: 80px;
  line-height: 1;
  font-weight: 400;
  font-family: var(--font-family-title);
  color: #fff;
}

@media only screen and (max-width: 1680px) {
  .silder-one .silder-content .title-small {
    font-size: 70px;
  }
}

@media only screen and (max-width: 1400px) {
  .silder-one .silder-content .title-small {
    font-size: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .silder-one .silder-content .title-small {
    font-size: 40px;
    color: #000;
  }
}


.silder-one .silder-content .overlay-slide {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-image: linear-gradient(to right,  rgba(0, 0, 0, 0.75), rgb(0 0 0 / 40%), rgb(255 255 255 / 0%));
  top: 0;
}
@media only screen and (max-width: 1366px) {
  .silder-one .silder-content .overlay-slide {
    width: 100%;
    background-image: linear-gradient(to right,  rgba(0, 0, 0, 0.75), rgb(0 0 0 / 40%), rgb(255 255 255 / 0%));
  }
  
}
@media only screen and (max-width: 1180px) {
  .silder-one .silder-content .overlay-slide {
    width: 100%;
    background-image: linear-gradient(to right, #2b3232, rgb(44 51 51 / 80%), rgb(7 51 47 / 60%), rgb(52 78 65 / 0%));
  }
  
}
@media only screen and (max-width: 768px) {
  .silder-one .silder-content .overlay-slide {
    width: 100%;
    background: rgba(0, 0, 0, 0.8); 
  }
}
.silder-one .silder-img {
  overflow: hidden;
  height: calc(100vh - 80px);
  min-height: 600px;
}
@media only screen and (max-width: 1366px) {
 
  .silder-one .silder-img{height: calc(70vh - 80px);}
}
@media only screen and (max-width: 1024px) {
 
  .silder-one .silder-img{height: calc(55vh - 80px);}
}
@media only screen and (max-width: 575px) {
  .silder-one .silder-img {
    min-height: 500px;
  }
}

.silder-one .silder-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  .silder-one .silder-img img {
      object-fit: contain;
  }
  .silder-one .silder-img {
    min-height: auto;
    height: auto;
}
.silder-one .silder-content {
  
  top: 0%;
  /* height: auto; */
  display: contents;
}
.silder-one .silder-content .inner-content {padding: 20px;}
}


.silder-one .slider-one-pagination {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: auto;
  display: flex;
  align-items: center;
  padding: 30px 50px;
}

@media only screen and (max-width: 575px) {
  .silder-one .slider-one-pagination {
    padding: 15px 35px;
  }
}

.silder-one .slider-one-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  opacity: .2;
  margin: 0 8px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.silder-one .slider-one-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  color: var(--primary);
}

.silder-one .slider-one-pagination .swiper-pagination {
  margin: 0 10px;
}

.clients-logo {
  padding: 0 25px;
  height: 60px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  transition: all 0.5s;
  opacity: 0.5;
}

.clients-logo img {
  margin: auto;
  transition: all 0.5s;
}

.clients-logo:hover {
  opacity: 1;
}

.slidearea {
 padding-left: 0px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .slidearea {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .slidearea {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .slidearea.bannerside {
    padding-left: 0;
  }

  .slidearea.bannerside .side-contact-info {
    display: none;
  }
}

.slidearea .side-contact-info {
  position: absolute;
  left: 0;
  width: 80px;
  height: 100%;
  top: 0;
}

@media only screen and (max-width: 575px) {
  .slidearea .side-contact-info {
    width: 35px;
  }
}

.slidearea .side-contact-info ul {
  writing-mode: tb-rl;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.slidearea .side-contact-info ul li {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #212529;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  padding: 20px 0;
}

.slidearea .side-contact-info ul li:first-child {
  border-bottom: 1px solid #acacac;
}

.slidearea .side-contact-info ul li i {
  color: var(--primary);
  margin: 0px 0px 15px 0px;
  transform: rotate(-90deg);
}

.work-process {
  padding: 30px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  background:#F4F4F4;
  border-radius: 10px;;
}
.work-process img{width:75px;height:75px;}
.work-process .shadow {
  box-shadow: 0 0.5rem 1rem rgba(255, 255, 255, 0.15) !important;
}
.work-process .title{font-size:18px;text-transform: capitalize;}
.work-process .number {
  position: relative;
  -webkit-text-stroke: 1px #000;
  font-size: 80px;
  color: transparent;
  font-weight: 700;
  line-height: 80px;
  display: inline-block;
  margin-bottom: 15px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.work-process .number:before {
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background-color: var(--primary);
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.work-process:hover {
  transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  background: var(--primary);
}
.work-process:hover .number:before {
  width: 55px;
  height: 55px;
}

.footer-bg {
  height: 100%;
  width: 50vw;
  float: right;
  overflow: hidden;
  border-radius: 0px 0px 30px;
  background-size: cover;
}

.ext-sidebar-menu ul li {
  border-bottom: 1px dashed #7a7e82;
  position: relative;
}

.ext-sidebar-menu ul li:before {
  content: none;
}

.ext-sidebar-menu ul li a {
  font-size: 24px;
  line-height: 24px;
  color: #212529;
  display: block;
  font-weight: 600;
  position: relative;
  padding: 25px 30px 25px 0px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

@media only screen and (max-width: 1280px) {
  .ext-sidebar-menu ul li a {
    font-size: 18px;
    padding: 15px 20px 15px 40px;
  }
}
/* 
.ext-sidebar-menu ul li a:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 0;
  position: absolute;
  top: 50%;
  font-size: 14px;
  left: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 40px;
  line-height: 40px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
} */

@media only screen and (max-width: 1280px) {
  .ext-sidebar-menu ul li a:after {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}

.ext-sidebar-menu ul li:hover a {
  color: var(--primary);
  transform: translateX(10px);
  -moz-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
}

.ext-sidebar-menu ul li.active a {
  color: var(--primary);
}

.ext-sidebar-menu ul li.active a:after {
  background: var(--primary);
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .ext-sidebar-menu ul li a {
    font-size: 18px;
    line-height: 18px;
  }
}

.service-detail .dz-media {
  margin-bottom: 45px;
}

@media only screen and (max-width: 575px) {
  .service-detail .dz-media {
    margin-bottom: 30px;
  }
}

.portfolio-2 {
  position: relative;
  z-index: 1;
}

.portfolio-2:after {
  background-image: url(../images/main-slider/bg-line-1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 600px;
  height: 600px;
  z-index: -1;
  pointer-events: none;
}

.service-area {
  position: relative;
  z-index: 1;
}

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

@media only screen and (max-width: 991px) {
  .service-area:after {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .service-area:after {
    height: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .service-area {
    padding-bottom: 20px;
  }
}

.about-bx3 .history-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-bx3 .history-row .year,
.about-bx3 .history-row .awards,
.about-bx3 .history-row .sales {
  font-family: "Roboto", sans-serif;
  font-size: 65px;
  font-weight: 700;
  min-width: 120px;
  letter-spacing: 8px;
  border-bottom: 4px solid var(--primary);
  display: inline-block;
}

@media only screen and (max-width: 575px) {

  .about-bx3 .history-row .year,
  .about-bx3 .history-row .awards,
  .about-bx3 .history-row .sales {
    letter-spacing: 0;
  }
}

.about-bx3 .history-row .text {
  display: block;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .about-bx3 .history-row .text {
    font-size: 18px;
    line-height: 1.2;
  }
}

.about-bx3 .dz-media {
  height: 100%;
  overflow: visible;
  padding-right: 15px;
  z-index: 1;
}

.about-bx3 .dz-media img {
  height: 100%;
}

.about-bx3 .dz-media:after {
  position: absolute;
  content: "";
  height: 100%;
  width: calc(50vw - 104px);
  right: 80px;
  z-index: -2;
  background: #f8f8f8;
  bottom: -120px;
  background-image: url(../images/black-twill.png);
  opacity: 0.2;
}

.about-bx3 .dz-media.right {
  padding-right: 0;
  padding-left: 15px;
}

.about-bx3 .dz-media.right:after {
  left: 80px;
}

.about-bx3 .dz-media.right .circle-bg {
  left: auto;
  right: -25%;
}

.about-bx3 .dz-media .circle-bg {
  position: absolute;
  height: 400px;
  z-index: -1;
  width: 400px;
  bottom: -80px;
  left: -25%;
  -webkit-animation: move1 10s ease-in infinite;
  animation: move1 10s ease-in infinite;
}

@media only screen and (max-width: 991px) {
  .about-bx3 .dz-media {
    padding-right: 0;
  }

  .about-bx3 .dz-media:after {
    content: none;
  }

  .about-bx3 .dz-media .circle-bg {
    display: none;
  }

  .about-bx3 .dz-media.right {
    padding-right: 0;
    padding-left: 0;
  }

  .about-bx3 .history-row .year,
  .about-bx3 .history-row .awards,
  .about-bx3 .history-row .sales {
    font-size: 55px;
  }
}

@media only screen and (max-width: 767px) {

  .about-bx3 .history-row .year,
  .about-bx3 .history-row .awards,
  .about-bx3 .history-row .sales {
    font-size: 38px;
    min-width: 80px;
  }
}

.resizemargin {
  margin-left: calc((100% - 1230px) / 2);
}

@media only screen and (max-width: 1280px) {
  .resizemargin {
    margin-left: calc((100% - 1200px) / 2);
  }
}

@media only screen and (max-width: 1191px) {
  .resizemargin {
    margin-left: calc((100% - 960px) / 2);
  }
}

@media only screen and (max-width: 991px) {
  .resizemargin {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}


.portfolio-2 {
  position: relative;
  z-index: 1;
}

.portfolio-2:after {
  background-image: url(../images/main-slider/bg-line-1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 600px;
  height: 600px;
  z-index: -1;
  pointer-events: none;
}

.service-area {
  position: relative;
  z-index: 1;
}

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

@media only screen and (max-width: 991px) {
  .service-area:after {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .service-area:after {
    height: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .service-area {
    padding-bottom: 20px;
  }
}

.num-pagination.style-1 {
  display: flex;
  padding-top: 40px;
  justify-content: center;
  width: 280px;
  margin: auto;
}

.num-pagination.style-1 .btn-prev,
.num-pagination.style-1 .btn-next {
  top: -15px;
}

.num-pagination.style-1 .btn-prev i,
.num-pagination.style-1 .btn-next i {
  color: var(--secondary);
}

.testimonial3-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: var(--primary);
  transform: scale(1.7);
  font-weight: 600;
}

.testimonial3-pagination .swiper-pagination-bullet {
  height: auto;
  opacity: 1;
  width: auto;
  color: var(--secondary);
  font-weight: 500;
  font-size: 15px;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 0%;
  margin: 0 15px;
  background-color: transparent;
}

.swiper-pagination.style-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  width: 240px;
  display: flex;
  align-items: center;
  background: var(--secondary);
}

.swiper-pagination.style-2 .swiper-pagination-bullet {
  height: auto;
  opacity: 1;
  padding: 25px 15px;
  color: #fff;
  width: auto;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 0%;
  margin: 0 15px;
  background-color: transparent;
}

.swiper-pagination.style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: var(--primary);
  font-weight: 600;
}

.swiper-pagination.style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  display: none;
}

@media only screen and (max-width: 575px) {
  .swiper-pagination.style-2 .swiper-pagination-bullet {
    padding: 14px 5px;
  }
}

@media only screen and (max-width: 575px) {
  .swiper-pagination.style-2 {
    width: 180px;
  }
}

.swiper-team-2 {
  margin-right: -10rem;
}

@media only screen and (max-width: 1280px) {
  .swiper-team-2 {
    margin-right: 0;
  }
}

.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;
}

.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: auto;;
  height: 90px;
  position: relative;
  z-index: 9;
  font-size:25px;
  letter-spacing: -1px;;
  font-weight: bold;
}
/* 
@media only screen and (max-width: 1280px) {
  .logo-header {
    width: 150px;
  }
}
 */
@media only screen and (max-width: 991px) {
  .logo-header {
    width: auto;
    height: 80px;
    font-size:18px;
  }
}

@media only screen and (max-width: 575px) {
  .logo-header {
    width: 200px;
    text-align:center;
  }
}

.logo-header a {
  display: table-cell;
  vertical-align: middle;
  color:var(--secondary);
}

.logo-header img {
height: auto; 
  width: auto;
}

.logo-header span {
  font-size: 20px;
  letter-spacing: 20px;
}

.top-bar {
  background-color: #fff;
  color: #323232;
  padding: 8px 0;
  z-index: 9;
  position: relative;
}

.top-bar .dz-topbar-left {
  float: left;
}

.top-bar .dz-topbar-left li {
  padding-right: 20px;
}

.top-bar .dz-topbar-right {
  float: right;
}

.top-bar .dz-topbar-right li {
  padding-left: 15px;
}

.top-bar .dz-social li a {
  color: inherit;
}

.top-bar .dz-topbar-center,
.top-bar .dz-topbar-left,
.top-bar .dz-topbar-right {
  padding-left: 15px;
  padding-right: 15px;
}

.top-bar .dz-topbar-center ul,
.top-bar .dz-topbar-left ul,
.top-bar .dz-topbar-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-bar .dz-topbar-center ul li,
.top-bar .dz-topbar-left ul li,
.top-bar .dz-topbar-right ul li {
  display: inline-block;
  font-size: 15px;
}

.top-bar .dz-topbar-center ul i,
.top-bar .dz-topbar-left ul i,
.top-bar .dz-topbar-right ul i {
  color: var(--primary);
  transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  margin-right: 5px;
  font-size: 18px;
}

.top-bar .dz-topbar-center .dz-social-icon li,
.top-bar .dz-topbar-left .dz-social-icon li,
.top-bar .dz-topbar-right .dz-social-icon li {
  padding-left: 0;
}

@media only screen and (max-width: 991px) {
  .top-bar {
    display: none;
  }
}

.search-inhead {
  position: relative;
  margin-left: 30px;
}

@media only screen and (max-width: 1280px) {
  .search-inhead {
    margin-left: 15px;
  }
}

@media only screen and (min-width: 1281px) {
  .search-inhead .search-link {
    position: absolute;
    left: 0;
    top: 10px;
  }
}

@media only screen and (max-width: 1280px) {
  .search-inhead .search-link i {
    font-size: 18px;
    line-height: 18px;
  }
}

@media only screen and (min-width: 1280px) {
  .dz-quik-search .form-control {
    padding: 6px 25px;
    background: transparent;
    border-radius: 0;
    border-bottom: 1px solid #000;
    border-width: 0px 0px 1px 0px;
    height: 35px;
    width: 200px;
  }

  .dz-quik-search .form-control:-internal-autofill-selected {
    background: transparent;
  }

  .dz-quik-search .form-control:active,
  .dz-quik-search .form-control:focus,
  .dz-quik-search .form-control:hover {
    border-width: 0px 0px 1px 0px;
  }

  .dz-quik-search #quik-search-remove {
    display: none;
  }
}

@media only screen and (max-width: 1280px) {
  .dz-quik-search {
    background: rgba(33, 37, 41, 0.95);
    position: fixed;
    height: 100%;
    width: 100%;
    top: -100%;
    left: 0;
    padding: 0px 30px;
    z-index: 999;
    overflow: hidden;
    display: none;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
  }

  .dz-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%);
  }

  .dz-quik-search .form-control {
    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;
  }

  .dz-quik-search .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
  }

  .dz-quik-search .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
  }

  .dz-quik-search .form-control::placeholder {
    color: rgba(255, 255, 255, 0.8);
  }

  .dz-quik-search span {
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -15px 0;
    height: 25px;
    font-size: 20px;
    cursor: pointer;
  }

  .dz-quik-search.On {
    top: 0;
  }
}

.site-header {
  position: relative;
  z-index: 9999;
}

.site-header .main-bar {
  width: 100%;
  position: relative;
}

.site-header .container {
  position: relative;
}

.site-header .extra-nav {
  float: right;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
  margin-left: 40px;
  height: 80px;
}

@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: 20px;
  }
}

.site-header .extra-nav #quik-search-btn {
  color: #020d26;
  cursor: pointer;
  margin-right: 0px;
  border: 0;
  line-height: 1;
}

@media only screen and (max-width: 575px) {
  .site-header .extra-nav .btn {
    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;
  }
}

.navicon {
  width: 45px;
  height: 45px;
  background: var(--secondary);
  box-shadow: 0 5px 15px -10px var(--secondary);
  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: 0.5rem;
}

.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: 14px;
  width: 25px;
}

.navicon span:nth-child(2) {
  top: 21.5px;
  width: 20px;
}

.navicon span:nth-child(3) {
  top: 29px;
  width: 15px;
}

.navicon.open span:nth-child(1) {
  top: 22px;
  -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: 22px;
  width: 25px;
  -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;
}

@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;
}

.header-nav .nav>li.has-mega-menu:after {
  content: "\f078";
  font-size: 10px;
  margin-left: 7px;
  margin-top: 0;
  vertical-align: middle;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li.has-mega-menu:after {
    content: "\f054";
    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: 12px;
    margin: 0;
    border-radius: 6px;
  }
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li.has-mega-menu:after:before {
    content: "\f054";
  }
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li {
    border-bottom: 1px solid #eee;
    width: 100%;
  }
}

.header-nav .nav>li.sub-menu-down>a:after {
  content: "";
  font-size: 9px;
  margin-left: 5px;
  margin-top: 0;
  vertical-align: middle;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li.sub-menu-down>a:after {
    content: "\f054";
    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: 14px;
    margin: 0;
  }
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li.sub-menu-down>a:after:before {
    content: "\f054";
  }
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li.sub-menu-down.open>a:after {
    content: "\f078";
  }
}

.header-nav .nav>li>a {
  color: #212529;
  font-size: 15px;
  padding: 32px 25px;
  cursor: pointer;
  font-weight: 400;
  display: inline-block;
  position: relative;
  border-width: 0 0 0 1px;
  text-transform: capitalize;
  line-height: 1.1;
}

@media only screen and (max-width: 1680px) {
  .header-nav .nav>li>a {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 1280px) {
  .header-nav .nav>li>a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@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 .mega-menu,
.header-nav .nav>li .sub-menu {
  background-color: #fff;
  display: block;
  left: 0;
  list-style: none;
  opacity: 0;
  padding: 5px 0;
  position: absolute;
  visibility: hidden;
  width: 220px;
  z-index: 10;
  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: 15px;
  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: 20px;
  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;
  }

  .header-nav .nav>li .mega-menu li a:after,
  .header-nav .nav>li .sub-menu li a: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);
  padding: 8px 20px 8px 35px;
}

@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;
    background: transparent;
  }
}

.header-nav .nav>li .mega-menu li:hover>a:after,
.header-nav .nav>li .sub-menu li:hover>a:after {
  width: 10px;
}

.header-nav .nav>li .mega-menu li>.sub-menu,
.header-nav .nav>li .sub-menu li>.sub-menu {
  left: 220px;
  -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: 10px;
  opacity: 1;
  margin-top: 7px;
}

.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: #323232;
  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 .dz-social-icon {
  display: none;
  text-align: center;
}

.header-nav .dz-social-icon li {
  display: inline-block;
  margin: 0 2px;
}

.header-nav .dz-social-icon a {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #eee;
  line-height: 38px;
  text-align: center;
  border-radius: 40px;
  display: block;
}

@media only screen and (max-width: 991px) {
  .header-nav .dz-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: #323232;
}

@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: #323232;
}

.header-transparent .is-fixed .navbar-toggler span {
  background: #fff;
}

.header-transparent .top-bar {
  border-color: #fff;
}

.header-transparent .top-bar .dz-topbar-left li,
.header-transparent .top-bar .dz-topbar-left i,
.header-transparent .top-bar .dz-topbar-right li,
.header-transparent .top-bar .dz-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: #323232;
}

.text-black .navbar-toggler span {
  background: #323232;
}

.site-header.style-1 .top-bar {
  margin: 0 10px;
  z-index: 0;
}

.site-header.style-1 .top-bar .dz-topbar-left li,
.site-header.style-1 .top-bar .dz-topbar-left i,
.site-header.style-1 .top-bar .dz-topbar-left a,
.site-header.style-1 .top-bar .dz-topbar-right li,
.site-header.style-1 .top-bar .dz-topbar-right i,
.site-header.style-1 .top-bar .dz-topbar-right a {
  color: #fff;
}

.site-header.style-1 .extra-cell {
  display: flex;
  align-items: center;
}

.site-header.style-1 .extra-cell .login-btn {
  margin-left: 30px;
}

.site-header.style-1 .extra-cell .login-btn i {
  font-size: 18px;
  margin-right: 10px;
  line-height: 18px;
}

@media only screen and (max-width: 1680px) {
  .site-header.style-1 .extra-cell .login-btn i {
    margin: 0;
  }
}

@media only screen and (max-width: 1680px) {
  .site-header.style-1 .extra-cell .login-btn {
    margin-left: 20px;
    width: 45px;
    height: 45px;
    padding: 12px;
  }

  .site-header.style-1 .extra-cell .login-btn span {
    display: none;
  }
}

.site-header.style-1 .search-link i {
  font-size: 16px;
  line-height: 16px;
}

.site-header.style-1 .header-nav .nav>li {
  font-family: "Roboto", sans-serif;
}

.site-header.style-1 .header-nav .nav>li>a {
  font-weight: 600;
}

@media only screen and (min-width: 991px) {
 /*  .site-header.style-1 .header-nav .nav>li>a:after {
    color: var(--primary);
    display: block;
    position: absolute;
    right: 4px;
    top: calc(50% - 5px);
    content: "\f067";
    font-size: 10px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
  } */
}

@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);
}

@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);
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 3px;
  margin: 0;
  font-family: "Roboto", sans-serif;
}

@media only screen and (max-width: 1680px) {
  .site-header.style-1 .phone-no {
    display: none;
  }
}

.site-header.style-2 .main-bar {
  background: #323232;
}

.site-header.style-2 .top-bar {
  margin: 0 10px;
  z-index: 0;
}

.site-header.style-2 .top-bar .dz-topbar-left li,
.site-header.style-2 .top-bar .dz-topbar-left i,
.site-header.style-2 .top-bar .dz-topbar-left a,
.site-header.style-2 .top-bar .dz-topbar-right li,
.site-header.style-2 .top-bar .dz-topbar-right i,
.site-header.style-2 .top-bar .dz-topbar-right a {
  color: #fff;
}

.site-header.style-2 .extra-cell {
  display: flex;
  align-items: center;
}

.site-header.style-2 .extra-cell .search-link i {
  color: #fff;
}

.site-header.style-2 .extra-cell .login-btn {
  margin-left: 30px;
}

.site-header.style-2 .extra-cell .login-btn i {
  font-size: 18px;
  margin-right: 10px;
  line-height: 18px;
}

@media only screen and (max-width: 1680px) {
  .site-header.style-2 .extra-cell .login-btn i {
    margin: 0;
  }
}

@media only screen and (max-width: 1680px) {
  .site-header.style-2 .extra-cell .login-btn {
    margin-left: 20px;
    width: 45px;
    height: 45px;
    padding: 12px;
  }

  .site-header.style-2 .extra-cell .login-btn span {
    display: none;
  }
}

.site-header.style-2 .search-link i {
  font-size: 16px;
  line-height: 16px;
}

.site-header.style-2 .header-nav .nav>li {
  font-family: "Roboto", sans-serif;
}

.site-header.style-2 .header-nav .nav>li>a {
  font-weight: 500;
  color: #fff;
  font-size: 16px;
}

@media only screen and (max-width: 991px) {
  .site-header.style-2 .header-nav .nav>li>a {
    color: #000;
  }
}

@media only screen and (min-width: 991px) {
  .site-header.style-2 .header-nav .nav>li>a:after {
    color: var(--primary);
    display: block;
    position: absolute;
    right: -3px;
    top: calc(50% - 5px);
    content: "\f067";
    font-size: 10px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
  }
}

@media only screen and (min-width: 991px) and (max-width: 991px) {
  .site-header.style-2 .header-nav .nav>li>a:after {
    color: #fff;
  }
}

@media only screen and (min-width: 991px) {
  .site-header.style-2 .header-nav .nav>li:last-child a:after {
    content: none;
  }
}

.site-header.style-2 .header-nav .nav>li:hover>a,
.site-header.style-2 .header-nav .nav>li.active>a {
  color: var(--primary);
}

@media only screen and (max-width: 991px) {
  .site-header.style-2 {
    padding-top: 0;
    position: relative;
  }
}

.site-header.style-2 .phone-no {
  color: var(--primary);
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 3px;
  margin: 0;
  font-family: "Roboto", sans-serif;
}

@media only screen and (max-width: 1680px) {
  .site-header.style-2 .phone-no {
    display: none;
  }
}

.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: 55px;
  min-height: 45px;
  position: relative;
  display: flex;
  align-items: center;
  width: 230px;
}

@media only screen and (max-width: 767px) {
  .extra-icon-box {
    display: none;
  }
}

.extra-icon-box i {
  width: 45px;
  height: 45px;
  background: var(--primary);
  text-align: center;
  line-height: 50px;
  color: #fff;
  position: absolute;
  border-radius: 50px;
  left: 0;
  box-shadow: 5px 5px 30px -15px var(--primary);
}

.extra-icon-box .title {
  margin: 0;
  font-weight: 600;
  line-height: 1.2;
}

.menu-btn {
  background: var(--primary);
  width: 45px;
  height: 45px;
  box-shadow: 0 5px 15px -10px var(--primary);
  border-radius: 0.5rem;
  margin-left: 30px;
}

@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: #fff;
  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;
  right: -300px;
  overflow-y: auto;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.contact-sidebar.active {
  right: 0;
}

.contact-sidebar .logo-contact {
  margin-bottom: 40px;
  display: block;
}

.contact-sidebar .logo-contact img {
  width: 180px;
}

.contact-sidebar .dz-title {
  margin-bottom: 20px;
}

.contact-sidebar .dz-title h4,
.contact-sidebar .dz-title .h4 {
  font-size: 22px;
  font-family: var(--font-family-title);
  margin-bottom: 0px;
  line-height: 1;
}

.contact-sidebar .contact-text p {
  font-weight: 500;
  font-size: 14px;
}

.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: 10px;
}

.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;
  right: 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%;
}

.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);
}

.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: #aaaaaa;
}

@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: #aaaaaa;
  font-weight: 400;
  margin-bottom: 10px;
  display: inline-block;
}

footer {
  color: #fff;
  font-size: 15px;
  background: #323232;
  background-image: url();
}

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: 10px;
  line-height: 24px;
}

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 .dz-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 .ft-calltoaction {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 2px dashed rgba(255, 255, 255, 0.2);
  margin-bottom: 40px;
  padding-bottom: 40px;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  footer .ft-calltoaction {
    padding-bottom: 20px;
    display: block;
  }
}

footer .ft-calltoaction .title {
  color: #fff;
  margin: 0;
  font-size: 45px;
}

@media only screen and (max-width: 991px) {
  footer .ft-calltoaction .title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  footer .ft-calltoaction .title {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

.widget_getintuch ul li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.widget_getintuch ul li i {
  margin-right: 10px;
  text-align: center;
  color: var(--primary);
  display: block;
  font-size: 28px;
  top: 0;
}

.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: "Roboto", sans-serif;
  position: relative;
  padding: 0 25px 0 20px;
  line-height: 1.2;
}

.footer-link li a {
  color: #fff;
}

.footer-link li:before {
  content: "";
  height: 5px;
  width: 5px;
  background-color: var(--primary);
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 5px;
  transform: translateY(-50%);
}


.site-footer.style-1 {
  background-image: url(../images/bg2-1.png);
  background-size: contain;
}

.site-footer.style-1 .footer-title:after {
  content: "";
  position: absolute;
  background-color: var(--primary);
  left: 0;
  height: 1px;
  width: 45px;
  bottom: 0;
}

.site-footer.style-1 .footer-bottom {
  padding: 20px 0;
  background-color: #212121;
}

.site-footer.style-1 .footer-logo a {
  display: inline-block;
  width: 160px;
}

.site-footer.style-1 .footer-top {
  padding: 100px 40px 70px;
}

@media only screen and (max-width: 991px) {
  .site-footer.style-1 .footer-top {
    padding: 50px 0px 20px;
  }
}

.site-footer.style-1 .social-list.style-1 {
  margin-top: 60px;
}

@media only screen and (max-width: 1280px) {
  .site-footer.style-1 .social-list.style-1 {
    margin-top: 30px;
  }
}

.site-footer.style-2 {
  background-image: url(../images/bg3.png);
  background-size: cover;
  position: relative;
  z-index: 1;
}

.site-footer.style-2:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #212529;
  opacity: 0.9;
  z-index: -1;
}

.site-footer.style-2 .footer-title {
  margin-bottom: 15px;
}

.site-footer.style-2 .footer-title:after {
  content: "";
  position: absolute;
  background-color: var(--primary);
  left: 0;
  height: 1px;
  width: 45px;
  bottom: 0;
}

.site-footer.style-2 ul li {
  padding-left: 0;
}

.site-footer.style-2 ul li a:before {
  display: none;
}

.site-footer.style-2 ul li svg {
  margin-right: 10px;
  width: 30px;
}

.site-footer.style-2 .footer-bottom {
  padding: 20px 0 50px 0;
  background-color: #212121;
}

.site-footer.style-2 .footer-bottom .footer-link li:before {
  display: none;
}

.site-footer.style-2 .footer-logo a {
  display: inline-block;
  width: 160px;
}

.site-footer.style-2 .footer-top {
  padding-top: 100px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 991px) {
  .site-footer.style-2 .footer-top {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

.site-footer.style-2 .social-list.style-1 {
  margin-top: 60px;
}

.social-list.style-1 li {
  display: inline-block;
  margin-right: 8px;
}

.social-list.style-1 li a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: var(--primary);
  display: block;
  border-radius: 40px;
}

.social-list.style-1 li a:hover {
  background-color: var(--primary-hover);
}

#bg {
  background-attachment: fixed;
  background-size: cover;
}

.main-bar-wraper.sticky-no .main-bar {
  position: unset;
}

.mob-footer {display:none;}
ul.list,ul.alist,ul.hlist {list-style:none; }
ul.list li { margin-bottom:10px; margin-left:15px;color: #212529; }
ul.alist li { margin-bottom:10px; }
ul.list li:before, ul.alist li:before {    
    font-family: 'FontAwesome';
    content: '\f101';
    margin:0 5px 0 -15px;
    color: var(--primary);
    font-size:13px;
}
ul.list h5{border-bottom: solid 1px #fff;padding:10px 0px;}
ul.list li span{text-align: right;}

ul.hlist li{display:inline-flex;width:100%;line-height:50px;}
ul.hlist li img {width:50px;height:50px; }
.read-more-content{
	display: none;
	padding-top: 22px;
}
.read-more{
	display: inline-block;
	margin-top: 8px;
}
.configText{background-color: var(--primary);color:#fff;padding:20px 0px 0px 0px;;}
.configText h5{color:#fff;}

ul.menu li{padding:10px 0px;}
ul.key-highlights-ul{  border-image: linear-gradient(to right, #ec6f24 0%, #ffe5d6 100%) 1;
  border-radius: 5px; /* this doesn't work */
  border-width: 4px;
  border-style: solid;padding:20px; width: fit-content;}
ul.key-highlights-ul li{font-size:18px;padding:5px 0px;color:#fff;}
.starting-price-top {
  width: fit-content;
 /*  padding: 0;
  padding-bottom: 1px;
  padding-left: 13px; */
  padding:7px 15px;
  margin-top: 25px;
  font-size: 24px;
  border: 1px solid  #fff;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.starting-price-top span {
  font-size: 24px;
  padding: 0 20px;
  color: #fff;
  height: 100%;
  margin-left: 10px;
  border-bottom: none;
}
.amDiv{border:solid 1px  var(--primary);padding:20px 0px;border-radius:5px;margin-bottom:30px;text-align:center;}



.highDiv{border:solid 1px var(--primary);border-radius:5px;padding:15px;}
.highDiv h3,.highDiv h4,.highDiv h5{color:#fff;margin-top:10px;}
.imgBg{background:url('../images/bg.jpg') 0px 0px repeat;}
.gradBg{width: 100%;background: linear-gradient(to bottom, #d97b40, #e9732d, #d97b40);  }
.highIcon{filter: invert(0);text-align: center;margin-bottom:15px;}
.highIcon img{width:25%;}
.mpadd h2,.mpadd h3{color:#fff;}
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  .silder-one .slider-one-pagination{display: none;}
    .starting-price-top, .starting-price-top span{font-size:20px;}
  .enqus{display:none;}
  .mob-footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;  
    font-size:14px;
    font-weight:bold;
    background: var(--primary);
    z-index: 9999;
    display:block;
    color:#fff;
  }
  .mob-footer .col-4 {
    border-right: solid 1px #fff;
    padding: 10px 0px;
}
.mob-footer .col-4 a {color:#fff;}
#ss .row > * {
  width: 50%;
}
.amDiv{display: -webkit-box;margin:5px;}
.mpadd{padding: 10px 20px;}
.mpadd h2,.mpadd h3{color:#212529;}
.modal{z-index:9999;}
#about .p-t100{padding-top:30px;}
#about .section-head{padding-top:30px;}
ul.key-highlights-ul{padding:5px; width: 100%}
ul.key-highlights-ul li{font-size:14px;padding:5px 0px;color:#212529;}
.starting-price-top{margin-top:10px;}
hr{margin:0.5em;}
}

.nav-pills .nav-link{border:solid 1px var(--primary);border-bottom:0px;margin:2px;border-radius: 0px;;}

.nav .nav-item button.active {
  background-color: transparent;
  color: var(--secondary) !important;
}
.nav .nav-item button.active::after {
  content: "";
  border-bottom: 4px solid var(--secondary);

  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.hDiv{text-align:center;border:solid 1px var(--secondary);margin:10px 0px;padding:5px 0;}
.nav-pills .nav-link{color: #212529;}
.underline{background-image: linear-gradient(to right, var(--secondary), transparent);height: 2px;
  background-position: 0 0;
  background-repeat: no-repeat;
  opacity: 50%;
  margin-bottom: 15px;}
.accordion-button:not(.collapsed){background: var(--rgba-primary);}