:root {
  --primary: #4b7864;
  --second: #90bc42;
  --gray: #3b3b3b;
  --black: #000;
  --white: #ffff;
  --smokewhite: #dbdbdb
}

html {
  scroll-behavior: smooth
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: system-ui;
  font-size: 15px;
  color: #848e9f;
  overflow-x: hidden;
  background-color: #fff!important
}

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

a {
  color: var(--gray);
  transition: color .3s ease 0s
}

a:hover {
  color: var(--second);
  text-decoration: none
}

section {
  position: relative;
  padding-top: 110px;
  padding-bottom: 110px
}

img {
  max-width: 100%
}

* {
  outline: none
}

button {
  padding: 0;
  border: none;
  background-color: transparent
}

select {
  background-color: transparent
}

button,button:focus,.form-control,.form-control:focus {
  outline: none;
  box-shadow: none
}

textarea {
  resize: none
}

.svg-pathes {
  position: absolute
}

@media(min-width: 1200px) {
  .container {
      max-width:1280px
  }
}

@media(min-width: 576px) and (max-width:1200px) {
  .container {
      max-width:100%
  }
}

@media(max-width: 991px) {
  html,body {
      overflow-x:hidden
  }
}

.sticky-top {
  z-index: 500
}

.row-gutter-0 {
  margin-left: 0;
  margin-right: 0
}

.row-gutter-0>[class*=col] {
  padding-right: 0;
  padding-left: 0
}

.fz-13 {
  font-size: 13px!important
}

.fz-14 {
  font-size: 14px!important
}

.fz-16 {
  font-size: 16px!important
}

.fz-17 {
  font-size: 17px!important
}

.fz-25 {
  font-size: 25px!important
}

.font-secondary {
  font-family: Roboto,sans-serif
}

.align-v {
  display: flex!important;
  align-items: center!important
}

.align-v-h {
  display: flex!important;
  justify-content: center!important;
  align-items: center!important
}

.border-top {
  border-top: 1px solid #e7ebef!important
}

.border-bottom {
  border-bottom: 1px solid #e7ebef!important
}

.mt-0 {
  margin-top: 0!important
}

.mt-5 {
  margin-top: 5px!important
}

.mt-10 {
  margin-top: 10px!important
}

.mt-20 {
  margin-top: 20px!important
}

.mt-30 {
  margin-top: 30px!important
}

.mt-40 {
  margin-top: 40px!important
}

.mt-50 {
  margin-top: 50px!important
}

.mt-60 {
  margin-top: 60px!important
}

.mt-70 {
  margin-top: 70px!important
}

.mt-80 {
  margin-top: 80px!important
}

.mt-100 {
  margin-top: 100px!important
}

.mb-0 {
  margin-bottom: 0!important
}

.mb-5 {
  margin-bottom: 5px!important
}

.mb-10 {
  margin-bottom: 10px!important
}

.mb-20 {
  margin-bottom: 20px!important
}

.mb-30 {
  margin-bottom: 30px!important
}

.mb-40 {
  margin-bottom: 40px!important
}

.mb-45 {
  margin-bottom: 45px!important
}

.mb-50 {
  margin-bottom: 50px!important
}

.mb-60 {
  margin-bottom: 60px!important
}

.mb-70 {
  margin-bottom: 70px!important
}

.mb-80 {
  margin-bottom: 80px!important
}

.mb-90 {
  margin-bottom: 90px!important
}

.mb-100 {
  margin-bottom: 100px!important
}

.mr-0 {
  margin-right: 0!important
}

.mr-20 {
  margin-right: 20px!important
}

.mr-30 {
  margin-right: 30px!important
}

.mr-40 {
  margin-right: 40px!important
}

.mr-50 {
  margin-right: 50px!important
}

.ml-0 {
  margin-left: 0!important
}

.ml-20 {
  margin-left: 20px!important
}

.ml-30 {
  margin-left: 30px!important
}

.ml-40 {
  margin-left: 40px!important
}

.ml-50 {
  margin-left: 50px!important
}

.mx-80 {
  margin-right: 80px;
  margin-left: 80px
}

.pb-10 {
  padding-top: 10px!important
}

.pt-20 {
  padding-top: 20px!important
}

.pt-30 {
  padding-top: 30px!important
}

.pt-40 {
  padding-top: 40px!important
}

.pt-50 {
  padding-top: 50px!important
}

.pt-60 {
  padding-top: 60px!important
}

.pt-70 {
  padding-top: 70px!important
}

.pt-80 {
  padding-top: 80px!important
}

.pt-90 {
  padding-top: 90px!important
}

.pt-100 {
  padding-top: 100px!important
}

.pt-110 {
  padding-top: 110px!important
}

.pt-120 {
  padding-top: 120px!important
}

.pt-130 {
  padding-top: 130px!important
}

.pt-140 {
  padding-top: 140px!important
}

.pt-150 {
  padding-top: 150px!important
}

.pt-170 {
  padding-top: 170px!important
}

.pb-10 {
  padding-bottom: 10px!important
}

.pb-20 {
  padding-bottom: 20px!important
}

.pb-30 {
  padding-bottom: 30px!important
}

.pb-40 {
  padding-bottom: 40px!important
}

.pb-50 {
  padding-bottom: 50px!important
}

.pb-60 {
  padding-bottom: 60px!important
}

.pb-70 {
  padding-bottom: 70px!important
}

.pb-80 {
  padding-bottom: 80px!important
}

.pb-90 {
  padding-bottom: 90px!important
}

.pb-100 {
  padding-bottom: 100px!important
}

.pb-110 {
  padding-bottom: 110px!important
}

.pb-120 {
  padding-bottom: 120px!important
}

.pb-130 {
  padding-bottom: 130px!important
}

.pb-140 {
  padding-bottom: 140px!important
}

.pb-150 {
  padding-bottom: 150px!important
}

.pb-170 {
  padding-bottom: 170px!important
}

.pb-120 {
  padding-bottom: 120px!important
}

.pb-220 {
  padding-bottom: 220px!important
}

.pr-0 {
  padding-right: 0!important
}

.pr-15 {
  padding-right: 15px!important
}

.pr-20 {
  padding-right: 20px!important
}

.pr-30 {
  padding-right: 30px!important
}

.pr-50 {
  padding-right: 50px!important
}

.pr-60 {
  padding-right: 60px!important
}

.pr-70 {
  padding-right: 70px!important
}

.pr-100 {
  padding-right: 100px!important
}

.pl-0 {
  padding-left: 0!important
}

.pl-15 {
  padding-left: 15px!important
}

.pl-20 {
  padding-left: 20px!important
}

.pl-30 {
  padding-left: 30px!important
}

.pl-40 {
  padding-left: 40px!important
}

.pl-50 {
  padding-left: 50px!important
}

@media(max-width: 992px) {
  .mt-30 {
      margin-top:20px!important
  }

  .mt-40 {
      margin-top: 20px!important
  }

  .mt-50 {
      margin-top: 25px!important
  }

  .mt-60 {
      margin-top: 30px!important
  }

  .mt-70 {
      margin-top: 35px!important
  }

  .mt-80 {
      margin-top: 40px!important
  }

  .mt-100 {
      margin-top: 50px!important
  }

  .mb-30 {
      margin-bottom: 15px!important
  }

  .mb-40 {
      margin-bottom: 20px!important
  }

  .mb-50 {
      margin-bottom: 25px!important
  }

  .mb-60 {
      margin-bottom: 30px!important
  }

  .mb-70 {
      margin-bottom: 35px!important
  }

  .mb-80 {
      margin-bottom: 40px!important
  }

  .mb-90 {
      margin-bottom: 45px!important
  }

  .mb-100 {
      margin-bottom: 50px!important
  }

  .mr-30 {
      margin-right: 15px!important
  }

  .mr-40 {
      margin-right: 20px!important
  }

  .mr-50 {
      margin-right: 25px!important
  }

  .ml-30 {
      margin-left: 15px!important
  }

  .ml-40 {
      margin-left: 20px!important
  }

  .ml-50 {
      margin-left: 25px!important
  }

  .pt-30 {
      padding-top: 15px!important
  }

  .pt-40 {
      padding-top: 20px!important
  }

  .pt-50 {
      padding-top: 25px!important
  }

  .pt-60 {
      padding-top: 30px!important
  }

  .pt-70 {
      padding-top: 35px!important
  }

  .pt-80 {
      padding-top: 40px!important
  }

  .pt-90 {
      padding-top: 45px!important
  }

  .pt-100 {
      padding-top: 50px!important
  }

  .pt-110 {
      padding-top: 55px!important
  }

  .pt-120 {
      padding-top: 60px!important
  }

  .pt-130 {
      padding-top: 70px!important
  }

  .pt-140 {
      padding-top: 70px!important
  }

  .pt-150 {
      padding-top: 75px!important
  }

  .pt-160 {
      padding-top: 80px!important
  }

  .pt-170 {
      padding-top: 85px!important
  }

  .pb-30 {
      padding-bottom: 15px!important
  }

  .pb-40 {
      padding-bottom: 20px!important
  }

  .pb-50 {
      padding-bottom: 25px!important
  }

  .pb-60 {
      padding-bottom: 30px!important
  }

  .pb-70 {
      padding-bottom: 35px!important
  }

  .pb-80 {
      padding-bottom: 40px!important
  }

  .pb-90 {
      padding-bottom: 45px!important
  }

  .pb-100 {
      padding-bottom: 50px!important
  }

  .pb-110 {
      padding-bottom: 55px!important
  }

  .pb-120 {
      padding-bottom: 60px!important
  }

  .pb-130 {
      padding-bottom: 65px!important
  }

  .pb-140 {
      padding-bottom: 70px!important
  }

  .pb-150 {
      padding-bottom: 75px!important
  }

  .pb-160 {
      padding-bottom: 80px!important
  }

  .pb-170 {
      padding-bottom: 85px!important
  }

  .pl-50 {
      padding-left: 25px!important
  }
}

@media(max-width: 991px) {
  .order-1-md {
      order:1
  }

  .order-2-md {
      order: 2
  }
}

@media(min-width: 768px) and (max-width:991px) {
  section {
      padding-top:60px;
      padding-bottom: 60px
  }
}

@media(min-width: 320px) and (max-width:767px) {
  section {
      padding-top:50px;
      padding-bottom: 50px
  }
}

.color-white {
  color: #fff!important
}

.color-white-hover:hover {
  color: #fff!important
}

.color-gray {
  color: #f9f9f9!important
}

.color-dark {
  color: #222!important
}

.para-txt-color {
  color: var(--gray)!important
}

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

.color-secondary {
  color: var(--second)!important
}

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

.color-body {
  color: #848e9f!important
}

.bg-transparent {
  background-color: transparent
}

.bg-white {
  background-color: #fff!important
}

.bg-gray {
  background-color: #f9f9f9!important
}

.bg-dark {
  background-color: #222!important
}

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

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

.bg-secondary {
  background-color: var(--second)!important
}

.bg-light-blue {
  background-color: #3851a2!important
}

.bg-pink {
  background-color: #fff
}

.bg-img {
  position: relative;
  z-index: 1
}

.background-size-auto {
  background-size: auto!important
}

.bg-parallax {
  background-attachment: fixed
}

.bg-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(27,26,26,.25)
}

.bg-overlay-2::before {
  background-color: rgba(27,26,26,.15)
}

.bg-overlay-3::before {
  background-color: rgba(27,26,26,.05)
}

.bg-overlay-gradient::before {
  background-color: transparent;
  opacity: .65;
  background-image: linear-gradient(rgb(1,7,17) 0%,rgba(27,26,26,0.65) 34%)
}

.bg-overlay-secondary::before {
  background-color: rgba(244,87,46,.93)
}

.bg-overlay-primary::before {
  background-color: rgba(46,49,146,.9)
}

.bg-overlay-primary-gradient::before {
  opacity: .95;
  background-color: var(--gray);
  background-image: linear-gradient(90deg,rgb(144,188,66) 0%,rgb(144,188,66) 0%,rgb(144 188 66/42%) 80%)
}

.bg-overlay-secondary-gradient::before {
  opacity: .95;
  background-color: transparent;
  background-image: linear-gradient(rgb(6,23,51) 19%,rgb(6,23,51) 71%)
}

.bg-overlay-blue-gradient::before {
  background-color: transparent;
  background-image: linear-gradient(rgba(56,81,162,0.9) 21%,rgb(38,59,114) 86%)
}

h1,h2,h3,h4,h5,h6 {
  color: var(--primary);
  font-family: system-ui;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px
}

p {
  line-height: 1.75;
  margin-bottom: 15px
}

h1 {
  font-size: 52px
}

h2 {
  font-size: 42px
}

h3 {
  font-size: 38px
}

h4 {
  font-size: 32px
}

h5 {
  font-size: 24px
}

h6 {
  font-size: 18px
}

.heading-subtitle {
  font-family: Roboto,sans-serif;
  font-size: 16px;
  color: var(--second);
  margin-bottom: 12px
}

.heading-title {
  font-size: 37px;
  margin-bottom: 20px
}

.heading-title .underlined-text {
  border-bottom: 4px solid var(--gray)
}

.heading-desc {
  font-size: 16px;
  margin-bottom: 0
}

.heading-layout2 .heading-title {
  font-size: 40px
}

.heading-layout3 .heading-title {
  font-size: 50px
}

.heading-light .heading-subtitle {
  color: #c1c3ec
}

.heading-light .heading-title {
  color: #fff
}

.heading-light .heading-desc {
  color: #f9f9f9
}

.text-block-title {
  font-size: 24px;
  margin-bottom: 14px
}

.text-block-desc {
  font-size: 16px
}

.text-link {
  font-size: 14px;
  font-weight: 700
}

.text-link a:not(.btn) {
  padding-bottom: 2px;
  border-bottom: 2px solid var(--gray)
}

.text-link a:not(.btn).color-secondary {
  border-bottom-color: var(--second)
}

.text-link:hover a:not(.btn) {
  color: var(--second);
  border-bottom-color: var(--second)
}

.text-link:hover a:not(.btn).color-secondary {
  color: var(--gray);
  border-bottom-color: var(--gray)
}

.underlined-text,.underlined-text-secondary {
  padding-bottom: 2px;
  border-bottom: 2px solid
}

.underlined-text {
  border-bottom-color: var(--gray)
}

.underlined-text-secondary {
  border-bottom-color: var(--second)
}

@media(max-width: 992px) {
  .heading-title {
      font-size:30px
  }
}

@media(min-width: 320px) and (max-width:767px) {
  .heading-title {
      font-size:25px;
      margin-bottom: 10px
  }

  .heading-subtitle,.text-link {
      font-size: 15px
  }

  .heading-desc {
      font-size: 15px
  }

  .heading-layout2 .heading-title {
      font-size: 30px
  }

  .text-block-desc {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 10px
  }
}

.header-transparent+.page-title {
  margin-top: -135px
}

.pagetitle-subheading {
  color: var(--gray);
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px
}

.pagetitle-heading {
  font-size: 85px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 20px
}

.pagetitle-desc {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0
}

[class*=page-title] .breadcrumb-item a {
  font-weight: 700
}

[class*=page-title] .breadcrumb-item a,[class*=page-title] .breadcrumb-item+.breadcrumb-item::before {
  color: var(--gray)
}

[class*=page-title] .breadcrumb-item.active {
  color: #848e9f
}

[class*=page-title] .btn,[class*=page-title] .video-btn {
  margin-top: 32px
}

[class*=page-title] .btn:not(.btn-xl) {
  min-width: 200px
}

[class*=page-title].bg-overlay::before {
  opacity: .5;
  background-color: transparent;
  background-image: linear-gradient(rgb(29,42,77) 0%,rgba(255,255,255,0) 70%)
}

[class*=page-title].bg-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(13,14,67,.15)
}

.page-title-light .pagetitle-heading,.page-title-light .breadcrumb-item a,.page-title-light .breadcrumb-item.active,.page-title-light .breadcrumb-item+.breadcrumb-item::before {
  color: #fff
}

.page-title-light .pagetitle-desc {
  color: #f9f9f9
}

.page-title-layout1,.page-title-layout2,.page-title-layout3 {
  padding-top: 130px
}

.page-title-layout1 .breadcrumb-area,.page-title-layout2 .breadcrumb-area,.page-title-layout3 .breadcrumb-area {
  margin-top: 150px;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,.25)
}

.page-title-layout3 {
  padding-top: 150px
}

.page-title-layout3 .pagetitle-heading {
  font-size: 47px;
  font-weight: 600;
  line-height: 1.3
}

.page-title-layout3 .pagetitle-categorey {
  display: inline-block;
  border-radius: 3px;
  padding: 2px 10px;
  background-color: var(--second)
}

.page-title-layout3 .pagetitle-categorey a {
  position: relative;
  color: #fff;
  margin-right: 3px;
  padding-right: 3px
}

.page-title-layout3 .pagetitle-categorey a::after {
  content: ",";
  position: absolute;
  top: 0;
  right: -2px;
  color: #fff
}

.page-title-layout3 .pagetitle-categorey a:last-child {
  margin-right: 0;
  padding-right: 0
}

.page-title-layout3 .pagetitle-categorey a:last-child::after {
  display: none
}

.page-title-layout3 .pagetitle-categorey a:hover {
  color: var(--gray)
}

.page-title-layout4 .breadcrumb-area {
  padding: 22px 0;
  margin-bottom: 70px;
  border-bottom: 1px solid rgba(132,142,159,.25)
}

@media(min-width: 992px) and (max-width:1199px) {
  .pagetitle-heading {
      font-size:60px
  }

  .pagetitle-desc {
      font-size: 16px
  }
}

@media(max-width: 991px) {
  .page-title-layout1,.page-title-layout2,.page-title-layout3 {
      padding-top:60px
  }

  .page-title-layout1 .breadcrumb-area,.page-title-layout2 .breadcrumb-area,.page-title-layout3 .breadcrumb-area {
      margin-top: 70px;
      padding: 15px 0;
      border-top: 1px solid rgba(255,255,255,.25)
  }

  .pagetitle-heading {
      font-size: 35px;
      line-height: 1.3
  }

  .pagetitle-desc {
      font-size: 15px;
      font-weight: 400
  }
}

@media(min-width: 320px) and (max-width:767px) {
  .pagetitle-desc {
      font-size:14px;
      margin-bottom: 10px
  }

  .pagetitle-heading {
      line-height: 1.2;
      margin-bottom: 20px;
      font-size: 30px!important
  }
}

.btn {
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-weight: 700;
  min-width: 195px;
  height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  border: 0;
  border-radius: 3px;
  overflow: hidden;
  transition: all .3s linear 0s
}

.btn:focus,.btn.active,.btn:active {
  box-shadow: none;
  outline: none
}

.btn span,.btn i {
  margin: 0 5px
}

.btn .icon-filled {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  transition: all .3s linear 0s
}

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

.btn-primary .icon-outlined {
  border: 1px solid var(--gray);
  color: var(--gray);
  background-color: #fff
}

.btn-primary .icon-filled {
  color: #fff;
  background-color: var(--gray)
}

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

.btn-primary:hover .icon-outlined {
  color: var(--second);
  background-color: #fff
}

.btn-primary:hover .icon-filled {
  color: #fff;
  background-color: var(--second)
}

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

.btn-primary.btn-outlined:hover {
  color: var(--white);
  background-color: var(--second)
}

.btn-primary-style2:hover {
  color: var(--primary)!important;
  background-color: #fff!important
}

.btn-primary:active,.btn-primary:focus,.btn-primary:not(.btn-outlined):hover {
  color: #fff;
  border-color: var(--second);
  background-color: var(--second)
}

.btn-secondary {
  color: #fff;
  background-color: var(--second)
}

.btn-secondary .icon-filled {
  color: #fff;
  background-color: var(--gray)
}

.btn-secondary:hover {
  color: #fff
}

.btn-secondary:hover .icon-filled {
  background-color: var(--second)
}

.btn-secondary.btn-outlined {
  color: var(--second);
  background-color: transparent;
  border: 2px solid var(--second)
}

.btn-secondary.btn-outlined:hover {
  color: #fff;
  background-color: var(--second)
}

.btn-secondary:active,.btn-secondary:focus,.btn-secondary:not(.btn-link):hover,.btn-secondary:not(.btn-outlined):hover {
  color: #fff;
  border-color: var(--gray);
  background-color: var(--primary)
}

.btn-secondary-style2:active,.btn-secondary-style2:focus,.btn-secondary-style2:not(.btn-outlined):hover {
  color: var(--second);
  background-color: #fff
}

.btn-white {
  color: var(--second);
  background-color: #fff
}

.btn-white:active,.btn-white:focus {
  color: var(--second);
  border-color: #fff;
  background-color: #fff
}

.btn-white:hover {
  color: #fff;
  background-color: var(--second)
}

.btn-white.btn-outlined {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff
}

.btn-white.btn-outlined::before {
  border-right-color: #fff
}

.btn-white.btn-outlined:hover {
  color: var(--gray);
  background-color: var(--white)
}

.btn-white-style2 {
  color: var(--gray);
  background-color: #fff
}

.btn-white-style2:hover {
  color: #fff;
  background-color: var(--second)
}

.btn-light {
  color: var(--second);
  background-color: #6d6fb3
}

.btn-light:active,.btn-light:focus {
  color: var(--second);
  border-color: #6d6fb3;
  background-color: #6d6fb3
}

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

.btn-light.btn-outlined {
  color: #fff;
  background-color: transparent;
  border: 2px solid var(--white)
}

.btn-light.btn-outlined::before {
  border-right-color: #6d6fb3
}

.btn-light.btn-outlined:hover {
  color: var(--gray);
  border-color: #fff;
  background-color: #fff
}

.btn-light.btn-outlined:hover::before {
  border-right-color: #fff
}

.btn-outlined {
  background-color: transparent
}

.btn-link {
  background-color: transparent;
  min-width: 0;
  height: auto;
  padding: 0;
  border-radius: 0;
  border: 0!important;
  clip-path: none!important
}

.btn-link:focus,.btn-link:active {
  background-color: transparent
}

.btn-link.btn-icon {
  height: auto;
  line-height: 1;
  padding: 0
}

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

.btn-link.btn-primary-style2:hover {
  color: #fff!important
}

.btn-link.btn-primary.btn-underlined {
  padding-bottom: 3px;
  border-bottom: 2px solid var(--gray)
}

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

.btn-link.btn-secondary {
  color: var(--second)
}

.btn-link.btn-secondary:hover {
  color: var(--gray);
  background-color: transparent
}

.btn-link.btn-white {
  color: #fff
}

.btn-link.btn-white.btn-underlined {
  padding-bottom: 3px;
  border-bottom: 2px solid #fff
}

.btn-link.btn-white:hover {
  color: var(--second)
}

.btn-link.btn-white:hover.btn-underlined {
  border-color: var(--second)
}

.btn-block {
  width: 100%
}

.btn-icon {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px
}

.btn-icon i,.btn-icon span {
  margin: 0 5px
}

.btn-social {
  height: 54px;
  line-height: 54px;
  width: 54px;
  font-weight: 400;
  color: #fff;
  border-radius: 3px;
  min-width: 0!important
}

.btn-facebook {
  background-color: #4267b2
}

.btn-twitter {
  background-color: #1da0f0
}

.btn-google-plus {
  background-color: #ea4335
}

.btn-lg {
  min-width: 200px
}

.btn-xl {
  height: 70px;
  line-height: 70px;
  min-width: 250px
}

.btn-xl i,.btn-xl span {
  margin: 0 7px
}

.btn-xhight {
  height: 70px;
  line-height: 68px
}

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

@media(min-width: 320px) and (max-width:767px) {
  .btn:not(.btn-link) {
      font-size:13px;
      min-width: 120px;
      height: 55px
  }

  .btn-icon {
      padding: 0 10px
  }

  .btn-xl {
      height: 55px;
      min-width: 150px
  }
}

label {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  color: var(--gray)
}

label.error {
  color: red;
  font-size: 14px;
  font-weight: 400;
  margin: 7px 0 0
}

.form-group {
  position: relative;
  margin-bottom: 30px
}

.form-control {
  font-size: 14px;
  height: 60px;
  padding: 0 20px;
  border-radius: 4px;
  background-color: #fff;
  border: 2px solid #e6e8eb
}

.form-control:focus {
  border-color: var(--gray);
  background-color: #fff
}

.form-control::-webkit-input-placeholder {
  color: #26365e
}

.custom-control {
  display: flex;
  align-items: center
}

textarea.form-control {
  min-height: 120px;
  padding-top: 16px
}

.form-title {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px
}

.checkbox-controls .custom-checkbox {
  margin-right: 30px;
  margin-bottom: 13px
}

.checkbox-controls .custom-checkbox label {
  color: #848e9f
}

.label-radio {
  display: block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  color: #848e9f
}

.label-radio input {
  position: absolute;
  z-index: -1;
  opacity: 0
}

.radio-indicator {
  position: absolute;
  top: -1px;
  left: 0;
  height: 17px;
  width: 17px;
  background: 0 0;
  border: 2px solid #eaeaea;
  border-radius: 50%
}

.label-radio input:checked~.radio-indicator {
  background: 0 0
}

.label-radio:hover input:not([disabled]):checked~.radio-indicator,.label-radio input:checked:focus~.radio-indicator {
  background: 0 0
}

.radio-indicator::after {
  content: "";
  position: absolute;
  display: none;
  left: 3px;
  top: 3px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: var(--gray)
}

.label-radio input:checked~.radio-indicator::after {
  display: block
}

.custom-control-label {
  font-weight: 400
}

.custom-control-label::before {
  position: absolute;
  top: -2px;
  left: -1.5rem;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #e7ebef;
  border-radius: 0
}

.custom-control-label::after {
  position: absolute;
  top: 2px;
  left: -20px;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% center/50% 50% no-repeat;
  border-radius: 1px
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: none;
  background-color: var(--second);
  width: 8px;
  height: 8px
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  background-color: transparent;
  border-color: transparent
}

.custom-control-input:checked~.custom-control-label::before {
  background-color: transparent;
  border: 1px solid var(--primary)!important
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: none
}

input[type=checkbox],input[type=radio] {
  box-shadow: none!important
}

.nice-select {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 2px;
  margin-bottom: 30px
}

.nice-select .list {
  width: 100%
}

.nice-select .current,.nice-select .option {
  color: #848e9f
}

.form-group-icon {
  position: absolute;
  top: 23px;
  left: 23px;
  z-index: 2;
  color: #d7d8da;
  pointer-events: none
}

.form-group-icon+.form-control,.form-group-icon+select+.form-control {
  padding-left: 45px
}

.form-group-icon+.form-control[type=date],.form-group-icon+.form-control[type=time] {
  padding: 0 15px
}

.form-group-date .form-group-icon {
  top: 22px;
  left: auto;
  right: 14px;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff
}

::-webkit-inner-spin-button,::-webkit-calendar-picker-indicator {
  opacity: 0
}

@media(min-width: 320px) and (max-width:767px) {
  .form-group,.nice-select {
      margin-bottom:20px
  }
}

.nav-tabs {
  border-bottom: none
}

.nav-tabs .nav-link {
  display: block;
  position: relative;
  padding-bottom: 10px;
  margin: 0 30px 0 0;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
  color: var(--gray)
}

.nav-tabs .nav-link:last-of-type {
  margin-right: 0
}

.nav-tabs .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--second);
  transform: scale3d(0,1,1);
  transform-origin: 100% 50%;
  transition: transform 2s cubic-bezier(.2,1,.3,1) 0s
}

.nav-tabs .nav-link.active,.nav-tabs .nav-link:hover {
  color: var(--second)
}

.nav-tabs .nav-link.active::after,.nav-tabs .nav-link:hover::after {
  transform: scale3d(1,1,1);
  transform-origin: 0 50%
}

.nav-tabs-white .nav-link {
  color: #fff
}

.nav-tabs-white .nav-link.active,.nav-tabs-white .nav-link:hover {
  color: #fff
}

.nav-tabs-white .nav-link::after {
  background-color: #fff
}

@media(min-width: 320px) and (max-width:767px) {
  .nav-tabs .nav-link {
      font-size:13px;
      margin: 0 15px 0 0
  }

  .nav-tabs .nav-link::after {
      bottom: 4px
  }
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.social-icons li {
  margin-right: 10px
}

.social-icons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: #dfdfea 0 0 0 2px inset;
  transition: all .4s linear 0s
}

.social-icons li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 12px;
  color: var(--second);
  background-color: var(--white);
  transition: all .4s linear 0s
}

.social-icons li a:hover {
  background-color: var(--second);
  box-shadow: 0 0 0 2px var(--second) inset
}

.social-icons li a:hover i {
  color: var(--second);
  background-color: #fff
}

.social-icons li:last-of-type {
  margin-right: 0
}

.icon-arrow-right {
  font-size: 65%
}

.plus-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 700;
  margin-right: 3px;
  font-style: normal;
  color: #fff;
  background-color: var(--gray);
  transition: all .3s linear 0s
}

.rating .active {
  color: var(--second)
}

.breadcrumb {
  padding: 0;
  background-color: transparent
}

.breadcrumb-item {
  position: relative;
  font-size: 14px
}

.breadcrumb-item+.breadcrumb-item::before {
  font-family: "font awesome 5 free";
  font-weight: 900;
  content: ""
}

@media(min-width: 320px) and (max-width:767px) {
  .breadcrumb-item a,.breadcrumb-item+.breadcrumb-item {
      font-size:12px
  }
}

.pagination li {
  margin-right: 10px
}

.pagination li:last-child {
  margin-right: 0
}

.pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  width: 58px;
  height: 58px;
  color: #fff;
  background-color: var(--gray);
  transition: all .3s linear 0s
}

.pagination li a:hover,.pagination li a.current {
  background-color: var(--second)
}

@media(min-width: 320px) and (max-width:767px) {
  .pagination li a {
      font-size:16px;
      width: 35px;
      height: 35px
  }
}

.contact-list li {
  font-size: 14px;
  margin-bottom: 5px
}

.contact-list li:last-child {
  margin-bottom: 0
}

.contact-list li a {
  color: #848e9f
}

.list-items li {
  position: relative;
  padding-left: 27px;
  font-weight: 700;
  margin-bottom: 9px
}

.list-items li::before {
  content: "";
  font-family: "font awesome 5 free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 9px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  color: var(--gray)
}

.list-items li:last-of-type {
  margin-bottom: 0
}

.list-horizontal {
  display: flex;
  flex-wrap: wrap
}

.list-horizontal li {
  flex: 0 0 50%;
  max-width: 50%
}

@media(max-width: 992px) {
  .list-horizontal {
      flex-direction:column
  }

  .list-horizontal li {
      flex: 0 0 100%!important;
      max-width: 100%!important
  }
}

@media(min-width: 320px) and (max-width:767px) {
  .list-items li {
      font-size:14px
  }

  .list-horizontal li {
      flex: 0 0 100%;
      max-width: 100%
  }
}

@-webkit-keyframes ripple {
  70% {
      box-shadow: transparent 0 0 0 50px
  }

  100% {
      box-shadow: transparent 0 0 0 0
  }
}

@keyframes ripple {
  70% {
      box-shadow: transparent 0 0 0 50px
  }

  100% {
      box-shadow: transparent 0 0 0 0
  }
}

@-webkit-keyframes spinner {
  0% {
      transform: rotate(0deg)
  }

  100% {
      transform: rotate(360deg)
  }
}

@keyframes spinner {
  0% {
      transform: rotate(0deg)
  }

  100% {
      transform: rotate(360deg)
  }
}

@-webkit-keyframes slideTopDown {
  0% {
      transform: translateY(0px)
  }

  100% {
      transform: translateY(-6px)
  }
}

@keyframes slideTopDown {
  0% {
      transform: translateY(0px)
  }

  100% {
      transform: translateY(-6px)
  }
}

@-webkit-keyframes headerAnimation {
  0% {
      opacity: 0;
      transform: translateY(-100%)
  }

  100% {
      opacity: 1;
      transform: translateY(0px)
  }
}

@keyframes headerAnimation {
  0% {
      opacity: 0;
      transform: translateY(-100%)
  }

  100% {
      opacity: 1;
      transform: translateY(0px)
  }
}

@-webkit-keyframes zoomOut {
  50% {
      transform: scale(1.1)
  }
}

@keyframes zoomOut {
  50% {
      transform: scale(1.1)
  }
}

.alert-primary {
  padding: 30px;
  border-radius: 15px;
  color: var(--gray);
  border-color: transparent;
  background-color: #fff2f2
}

.alert-primary .alert-title {
  font-size: 19px
}

.alert-info {
  padding: 27px;
  color: #848e9f;
  border-color: #eef7ff;
  background-color: #eef7ff
}

.slick-list {
  margin: 0 -10px
}

.slick-slide {
  margin: 0 10px
}

.m-slides-0 .slick-list {
  margin: 0
}

.m-slides-0 .slick-slide {
  margin: 0
}

.slick-arrow {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 0;
  border-radius: 50%;
  transition: all .3s linear 0s;
  transform: translateY(-50%)
}

.slick-arrow::before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: icomoon;
  font-size: 16px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  background-color: var(--gray);
  transition: all .3s linear 0s
}

.slick-arrow:hover {
  box-shadow: #dfdfea 0 0 0 2px inset
}

.slick-arrow:hover::before {
  background-color: var(--second)
}

.slick-arrow.slick-next {
  right: 0
}

.slick-arrow.slick-next::before {
  content: ""
}

.slick-arrow.slick-prev {
  left: 0
}

.slick-arrow.slick-prev::before {
  content: ""
}

.slick-dots {
  list-style: none;
  position: relative;
  z-index: 2;
  padding: 0;
  text-align: center;
  margin-bottom: 0
}

.slick-dots li {
  display: inline-flex;
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 7px;
  transition: all .3s linear 0s
}

.slick-dots li button {
  display: block;
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background-color: var(--smokewhite);
  transition: all .2s linear 0s
}

.slick-dots li.slick-active button {
  background-color: var(--second);
  box-shadow: rgba(244,87,46,.15) 0 0 0 5px
}

.carousel-dots-light .slick-dots li button {
  background-color: #fff
}

.carousel-dots-light .slick-dots li.slick-active button {
  box-shadow: rgba(255,255,255,.2) 0 0 0 5px
}

.preloader {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center
}

.preloader .loading {
  position: relative;
  width: 80px;
  height: 80px
}

.preloader .loading span {
  position: absolute;
  width: 64px;
  height: 64px;
  border-top-style: ;
  border-top-width: ;
  border-right-style: ;
  border-right-width: ;
  border-bottom-style: ;
  border-bottom-width: ;
  border-left-style: ;
  border-left-width: ;
  border-image-source: ;
  border-image-slice: ;
  border-image-width: ;
  border-image-outset: ;
  border-image-repeat: ;
  border-radius: 50%;
  animation: 1.2s cubic-bezier(.5,0,.5,1) 0s infinite normal none running rotating;
  border-color: var(--primary)transparent transparent transparent
}

.preloader .loading span:nth-child(1) {
  animation-delay: -.45s
}

.preloader .loading span:nth-child(2) {
  animation-delay: -.3s
}

.preloader .loading span:nth-child(3) {
  animation-delay: -.15s
}

@-webkit-keyframes rotating {
  0% {
      transform: rotate(0deg)
  }

  100% {
      transform: rotate(360deg)
  }
}

@keyframes rotating {
  0% {
      transform: rotate(0deg)
  }

  100% {
      transform: rotate(360deg)
  }
}

.header {
  position: relative;
  z-index: 1000
}

.navbar {
  padding: 0;
  height: 100px;
  max-height: 100px;
  background-color: #fff
}

.navbar>.container,.navbar>.container-fluid {
  position: relative;
  height: 100px
}

.navbar .navbar-brand {
  padding: 0;
  margin: 0;
  line-height: 100px
}

.navbar .logo-light {
  display: none
}

.navbar .navbar-toggler {
  padding: 0;
  border: none;
  border-radius: 0;
  width: 23px;
  position: relative
}

.navbar .navbar-toggler .menu-lines {
  display: inline-block
}

.navbar .navbar-toggler .menu-lines::before,.navbar .navbar-toggler .menu-lines::after {
  content: "";
  position: absolute;
  left: 0;
  width: 23px;
  height: 1px;
  display: inline-block;
  background-color: var(--second);
  transition: all .3s ease 0s
}

.navbar .navbar-toggler .menu-lines::before {
  top: 0
}

.navbar .navbar-toggler .menu-lines::after {
  top: 12px
}

.navbar .navbar-toggler .menu-lines span {
  position: absolute;
  top: 6px;
  left: 0;
  width: 18px;
  height: 1px;
  background-color: var(--second)
}

.navbar .navbar-toggler.actived .menu-lines>span {
  opacity: 0
}

.navbar .navbar-toggler.actived .menu-lines::before {
  top: 0;
  transform: rotate(-45deg)
}

.navbar .navbar-toggler.actived .menu-lines::after {
  top: 0;
  transform: rotate(45deg)
}

.navbar .nav-item {
  position: relative;
  margin-right: 20px
}

.navbar .nav-item .nav-item-link {
  font-size: 13px;
  font-family: system-ui;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  position: relative;
  color: var(--gray);
  line-height: 100px;
  letter-spacing: .4px;
  padding-right: 15px
}

.navbar .nav-item .nav-item-link.active,.navbar .nav-item .nav-item-link:hover {
  color: var(--second)
}

.navbar .nav-item .nav-item-link.active::before,.navbar .nav-item .nav-item-link:hover::before {
  width: 100%
}

.navbar .nav-item:last-child {
  margin-right: 0
}

.navbar .dropdown-toggle::after {
  content: "";
  font-family: "font awesome 5 free";
  font-weight: 900;
  border: none;
  vertical-align: middle;
  margin-left: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%)
}

.navbar .dropdown-menu {
  border-radius: 0;
  border: none;
  margin: 0;
  background-color: #fff;
  box-shadow: rgba(13,14,67,.12) 0 5px 83px 0
}

.navbar .dropdown-menu.mega-dropdown-menu {
  padding: 0
}

.navbar .dropdown-menu.mega-dropdown-menu .nav-block {
  padding: 50px 20px 40px
}

.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured {
  padding: 40px 60px 40px 120px
}

.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .menu-shape {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 70px;
  background-color: #fff;
  clip-path: url(#path-direction-right2)
}

.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured>.nav {
  justify-content: space-between
}

.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-title {
  font-size: 24px
}

.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-desc {
  font-size: 14px
}

.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-item {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 10px
}

.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-item .nav-item-link {
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-right: 15px;
  line-height: 55px!important
}

.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-item .nav-item-link::before {
  background-color: #dfdfea
}

.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-item .nav-item-link:hover {
  color: var(--gray)
}

.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-item .nav-item-link:hover [class*=icon-] {
  background-color: var(--gray)
}

.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-item [class*=icon-] {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--second);
  background-color: #fff;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-right: 10px;
  transition: all .3s ease 0s
}

.navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .btn-primary:hover {
  color: var(--gray);
  background-color: #fff
}

.navbar .dropdown-menu .nav-item {
  padding: 0 40px;
  margin-right: 0
}

.navbar .dropdown-menu .nav-item>.nav-item-link {
  font-size: 14px;
  color: #848e9f;
  text-transform: capitalize;
  font-weight: 400;
  white-space: nowrap;
  position: relative;
  padding-right: 0;
  border-bottom: 1px solid #dfdfea;
  line-height: 42px!important
}

.navbar .dropdown-menu .nav-item>.nav-item-link::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--second);
  transition: all .5s ease 0s
}

.navbar .dropdown-menu .nav-item>.nav-item-link:hover {
  color: var(--second)
}

.navbar .dropdown-menu .nav-item>.nav-item-link:hover::before {
  width: 100%
}

.navbar .dropdown-menu .nav-item:last-child {
  margin-right: 0
}

.navbar .dropdown-menu .nav-item:last-child>.nav-item-link {
  border-bottom: 0
}

.navbar .dropdown-menu .nav-item:last-child>.nav-item-link::before {
  display: none
}

.navbar .dropdown-menu .dropdown-toggle::after {
  right: 0
}

.navbar .dropdown-menu .nav-title {
  font-size: 18px;
  margin-bottom: 8px
}

.navbar-actions>li {
  margin-left: 20px
}

.navbar-actions>li:last-child {
  margin-right: 0
}

.action-btn {
  color: var(--second)
}

.lang-dropdown .dropdown-item {
  font-size: 14px;
  padding: .25rem 1rem
}

.lang-dropdown .lang-dropdown-toggle {
  font-size: 14px;
  height: 40px;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding-right: 15px;
  color: #fff
}

.lang-dropdown .lang-dropdown-toggle::after {
  font-family: "font awesome 5 free";
  font-weight: 900;
  content: "";
  border: 0;
  display: block!important
}

.lang-dropdown .lang-dropdown-toggle i {
  font-size: 30px;
  margin-right: 7px
}

.lang-dropdown .dropdown-menu {
  min-width: 100px!important;
  padding: .6rem 0!important
}

.lang-dropdown .dropdown-menu .dropdown-item {
  color: #848e9f
}

.lang-dropdown .dropdown-menu .dropdown-item:focus,.lang-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: var(--gray)
}

.lang-dropdown .dropdown-menu .dropdown-item.active,.lang-dropdown .dropdown-menu .dropdown-item:active {
  background-color: transparent
}

.header-topbar {
  height: auto;
  display: flex;
  align-items: center;
  background-color: var(--white)
}

.header-topbar .contact-list li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 13px;
  margin-right: 30px
}

.header .contact-list a {
  font-weight: 400;
  font-family: system-ui;
  line-height: 20px
}

.header .contact-list a span {
  font-weight: 600;
  font-family: system-ui;
  color: var(--black)
}

.header-topbar .contact-list li a:not(.btn) {
  color: var(--gray)
}

.header-topbar .contact-list li a:not(.btn):hover {
  color: #fff
}

.header-topbar .contact-list li>i {
  font-size: 20px;
  color: var(--primary);
  margin-right: 8px
}

.header-topbar .contact-list li:last-child {
  margin-right: 0
}

.header-topbar .social-icons li a {
  width: 34px;
  height: 34px
}

.header-topbar .social-icons li a i {
  width: 20px;
  height: 20px;
  color: var(--gray);
  background-color: #fff
}

.header-topbar .social-icons li a:hover {
  background-color: var(--second);
  box-shadow: 0 0 0 2px var(--second) inset
}

.header-topbar .social-icons li a:hover i {
  color: var(--second);
  background-color: #fff
}

.header-topbar .header-topbar-search {
  position: relative
}

.header-topbar .header-topbar-search .form-control {
  height: 30px;
  border-radius: 0;
  color: #fff;
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-image: initial;
  border-color: transparent transparent transparent rgba(255,255,255,.15)
}

.header-topbar .header-topbar-search .form-control:focus {
  border-color: rgba(255,255,255,.15)!important
}

.header-topbar .header-topbar-search .form-control::-webkit-input-placeholder {
  color: #788fc8;
  font-style: italic;
  font-size: 13px
}

.header-topbar .header-topbar-search .header-topbar-search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff
}

.header-topbar .lang-dropdown .lang-dropdown-toggle {
  padding: 0 10px
}

.header-topbar .lang-dropdown .lang-dropdown-toggle img {
  margin-right: 7px
}

.header-topbar .action-btn {
  color: #fff!important
}

.topbar-nav li {
  margin-right: 15px
}

.topbar-nav li a {
  font-size: 13px;
  color: #fff
}

.topbar-nav li a:hover {
  color: var(--second)
}

.topbar-nav li:last-child {
  margin-right: 0
}

.header {
  box-shadow: rgba(9,29,62,.1) 0 5px 83px 0
}

.header-actions {
  margin-left: 10px
}

.header-layout2 .promo-text a,.header-layout4 .promo-text a {
  color: var(--second)!important
}

.header-layout2 .promo-text a:hover,.header-layout4 .promo-text a:hover {
  color: #fff!important
}

.header-layout3 .miniPopup-language-trigger {
  color: #c0c3ec;
  background-color: transparent
}

.header-layout3 .miniPopup-language-trigger::after {
  inset: 50% 7px auto auto;
  transform: translateX(0px) translateY(-50%)
}

.header-layout3 .miniPopup-language-trigger span {
  padding: 0 4px
}

.is-sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  box-shadow: rgba(0,0,0,.07) 0 3px 4px;
  animation: .8s ease 0s 1 normal none running headerAnimation;
  border-bottom: 0!important;
  height: 80px!important;
  max-height: 80px!important;
  background-color: #fff!important
}

.is-sticky>.container,.is-sticky>.container-fluid {
  position: relative;
  height: 80px
}

.is-sticky .miniPopup-departments-trigger {
  height: 80px
}

.is-sticky .navbar-brand {
  line-height: 80px
}

.is-sticky .header-top-right {
  display: none!important
}

.is-sticky .nav-item .nav-item-link {
  line-height: 80px!important
}

.is-sticky .logo-light {
  display: none
}

.is-sticky .logo-dark {
  display: inline-block
}

.is-sticky .navbar-nav {
  margin-top: 0!important
}

.miniPopup {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 150;
  opacity: 0;
  visibility: hidden;
  width: 310px;
  padding: 40px;
  border-radius: 0 0 6px 6px;
  background-color: #fff;
  box-shadow: rgba(9,29,62,.15) 0 5px 83px 0;
  transition: all .3s ease 0s;
  transform: translateY(20px)
}

.miniPopup.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px)
}

.miniPopup-language-trigger {
  position: relative;
  z-index: 151;
  height: 50px;
  margin-top: 10px;
  font-weight: 600;
  font-family: system-ui;
  padding: 0 10px;
  border-radius: 5px;
  background-color: var(--second);
  color: var(--white);
  transition: all .3s ease 0s
}

.miniPopup-language-area {
  position: relative;
  list-style: none
}

.miniPopup-language-area:hover .miniPopup-language-trigger {
  color: #fff;
  background-color: var(--primary)
}

.miniPopup-language-area:hover .miniPopup-language {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px)
}

.miniPopup-language {
  width: 160px;
  padding: 5px
}

.miniPopup-language li {
  padding: 10px 8px
}

.miniPopup-departments-trigger {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  height: 100px;
  color: var(--second);
  transition: all .3s ease 0s
}

.miniPopup-departments-trigger .menu-lines {
  position: relative;
  width: 25px;
  height: 14px;
  margin-right: 15px
}

.miniPopup-departments-trigger .menu-lines span {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 2px;
  transform: translateY(-50%);
  background-color: var(--second);
  transition: all .3s ease 0s
}

.miniPopup-departments-trigger .menu-lines::before,.miniPopup-departments-trigger .menu-lines::after {
  content: "";
  position: absolute;
  right: 0;
  width: 14px;
  height: 2px;
  display: inline-block;
  background-color: var(--second);
  transition: all .3s ease 0s
}

.miniPopup-departments-trigger .menu-lines::before {
  top: 0
}

.miniPopup-departments-trigger .menu-lines::after {
  bottom: 0
}

.miniPopup-departments-trigger .menu-lines.active {
  color: var(--gray)
}

.miniPopup-departments-trigger .menu-lines.active span {
  opacity: 0
}

.miniPopup-departments-trigger .menu-lines.active::before,.miniPopup-departments-trigger .menu-lines.active::after {
  top: 7px;
  background-color: var(--gray)
}

.miniPopup-departments-trigger .menu-lines.active::before {
  transform: rotate(-45deg)
}

.miniPopup-departments-trigger .menu-lines.active::after {
  transform: rotate(45deg)
}

.miniPopup-departments-trigger a {
  color: var(--second)
}

.miniPopup-departments-trigger a:hover {
  color: var(--gray)
}

.miniPopup-departments.dropdown-menu {
  top: 100%;
  display: block;
  min-width: 220px;
  width: 220px;
  box-shadow: rgba(9,29,62,.15) 0 5px 83px 0!important
}

.cart-minipopup {
  background-color: #fff;
  width: 310px;
  padding: 40px;
  position: absolute;
  top: 100%;
  right: -140px;
  z-index: 1055;
  visibility: hidden;
  opacity: 0;
  border-radius: 0 0 8px 8px;
  box-shadow: rgba(40,40,40,.05) 0 5px 83px 0;
  transform: translateY(10px);
  transition: all .4s ease 0s
}

.cart-minipopup.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px)
}

.cart-minipopup .cart-item {
  position: relative;
  display: flex;
  margin-bottom: 20px
}

.cart-minipopup .cart-item .cart-img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 3px;
  margin-right: 15px
}

.cart-minipopup .cart-item .cart-content {
  flex: 1 1 0%;
  padding-right: 22px
}

.cart-minipopup .cart-item .cart-title {
  display: block;
  color: var(--gray);
  font-family: Roboto,sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px
}

.cart-minipopup .cart-item .cart-price {
  color: var(--gray);
  font-size: 16px;
  font-weight: 700;
  line-height: 1
}

.cart-minipopup .cart-item .cart-delete {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background-color: var(--gray);
  color: #fff;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  font-style: normal;
  position: absolute;
  top: 0;
  right: 0;
  transition: all .4s ease 0s
}

.cart-minipopup .cart-item .cart-delete:hover {
  background-color: var(--second)
}

.cart-minipopup .cart-total {
  font-family: titillium web,sans-serif;
  font-size: 19px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 20px
}

.cart-minipopup .cart-action .btn {
  min-width: 105px;
  height: 40px;
  line-height: 40px
}

.action-btn-cart {
  position: relative;
  font-size: 17px;
  color: var(--gray)
}

.cart-counter {
  position: absolute;
  top: -8px;
  right: -9px;
  width: 19px;
  height: 19px;
  line-height: 19px;
  z-index: 3;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background-color: var(--second)
}

.search-popup {
  position: fixed;
  z-index: 2300;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  transform: scale(.7);
  transition: all .5s ease-in-out 0s
}

.search-popup.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1)
}

.search-popup.active .search-popup-form {
  transform: translateY(-50%) scaleX(1)
}

.search-popup.inActive {
  opacity: 0;
  transition-delay: .5s;
  transform: scale(1)
}

.search-popup.inActive .search-popup-form {
  transition-delay: 0s;
  transform: translateY(-50%) scaleX(0)
}

.search-popup .search-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  font-style: normal;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  background-color: var(--second);
  transition: all .2s linear 0s
}

.search-popup .search-popup-close:hover {
  background-color: var(--gray)
}

.search-popup .search-popup-form {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 550px;
  margin: -40px auto 0;
  transform: translateY(-50%) scaleX(0);
  transition: all .5s ease-in-out .5s
}

.search-popup .search-popup-btn {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 80px;
  text-align: center;
  font-size: 28px;
  cursor: pointer;
  color: var(--gray);
  transition: all .3s ease 0s
}

.search-popup .search-popup-btn:hover {
  color: var(--second)
}

.search-popup .search-popup-form-input {
  font-family: titillium web,sans-serif;
  font-weight: 300;
  font-size: 35px;
  z-index: 1;
  width: 100%;
  height: 80px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  padding: 0 0 0 40px;
  color: #848e9f;
  background: 0 0;
  border-bottom: 2px solid #e7ebef;
  transition: all .3s ease 0s
}

.search-popup .search-popup-form-input::-webkit-input-placeholder {
  color: #848e9f
}

.btn-contact {
  height: 50px;
  min-width: 150px;
  border-color: #9698c8!important
}

.btn-contact:hover {
  background-color: var(--gray);
  border-color: var(--primary)!important
}

.btn-contact::before {
  border-right-color: #9698c8;
  border-left-color: #9698c8
}

.contact-phone .contact-icon {
  position: relative;
  font-size: 50px;
  color: var(--second);
  margin-right: 12px
}

.contact-phone .phone-link {
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap
}

.header-actions>li {
  margin-left: 30px
}

@media(min-width: 1200px) {
  .header-topbar {
      display:block;
      border-bottom: .1px solid var(--smokewhite)
  }

  .destop-logo {
      display: block
  }

  .pad-logo {
      display: none
  }

  .navbar>.container-fluid,.header-topbar>.container-fluid {
      padding-left: 30px;
      padding-right: 30px
  }
}

@media(max-width: 1199px) {
  .header-topbar {
      display:block;
      border-bottom: .1px solid var(--smokewhite)
  }

  .destop-logo {
      display: block
  }

  .pad-logo {
      display: none
  }
}

@media(min-width: 1400px) {
  .navbar>.container-fluid,.header-topbar>.container-fluid {
      padding-left:50px;
      padding-right: 50px
  }
}

@media(min-width: 992px) and (max-width:1200px) {
  .navbar .nav-item {
      margin-right:20px
  }
}

@media(max-width: 991px) {
  .destop-logo {
      display:none
  }

  .pad-logo {
      display: block
  }

  .pad-bottom {
      margin-bottom: 10px
  }

  .navbar .navbar-toggler {
      position: absolute;
      right: 15px;
      height: 13px
  }

  .navbar .collapse:not(.show) {
      display: block
  }

  .navbar .navbar-nav {
      margin: 0!important
  }

  .navbar .nav-item {
      margin-right: 0
  }

  .navbar .nav-item .nav-item-link {
      color: #222;
      padding-left: 15px;
      line-height: 35px!important
  }

  .navbar .nav-item .nav-item-link:hover {
      color: var(--gray)
  }

  .navbar .nav-item .nav-item-link::before {
      display: none
  }

  .navbar .navbar-collapse {
      position: fixed;
      inset: 0;
      width: 100%;
      height: 100%;
      visibility: hidden;
      opacity: 0;
      background-color: rgba(0,0,0,.6);
      z-index: 1000;
      padding: 0;
      transition: all .4s ease 0s
  }

  .navbar .navbar-collapse .navbar-nav {
      opacity: 0;
      width: 240px;
      height: 100%;
      overflow-y: auto;
      padding: 50px 0 20px;
      background-color: #fff;
      transform: translateX(-100%);
      transition: all .3s ease .4s
  }

  .navbar .navbar-collapse.menu-opened {
      opacity: 1;
      visibility: visible
  }

  .navbar .navbar-collapse.menu-opened .navbar-nav {
      opacity: 1;
      transform: translateX(0px)
  }

  .navbar .navbar-collapse.menu-opened .close-mobile-menu {
      opacity: 1;
      transform: scale(1)
  }

  .navbar .close-mobile-menu {
      position: absolute;
      top: 30px;
      right: 30px;
      z-index: 1100;
      width: 35px;
      height: 35px;
      line-height: 33px;
      text-align: center;
      border-radius: 50%;
      border: 1px solid #fff;
      color: #fff;
      cursor: pointer;
      opacity: 0;
      transform: scale(.8);
      transition: all .4s ease .5s
  }

  .navbar .nav-item [data-toggle=dropdown]::after {
      font-family: "font awesome 5 free";
      font-weight: 900;
      position: absolute;
      right: 0;
      width: 50%;
      text-align: right;
      z-index: 2;
      padding-right: 15px;
      line-height: 35px;
      display: block!important
  }

  .navbar .dropdown-toggle::after {
      display: none
  }

  .navbar .nav-item.opened>[data-toggle=dropdown]::after,.navbar .nav-item.show>[data-toggle=dropdown]::after {
      content: ""
  }

  .navbar .dropdown-menu {
      background-color: #fff
  }

  .navbar .dropdown-menu .nav-item {
      padding: 0 15px 0 30px
  }

  .navbar .dropdown-menu .nav-item .nav-item-link {
      padding-left: 0;
      border-bottom: none
  }

  .navbar .dropdown-menu .dropdown-menu-col .nav-item {
      padding: 0
  }

  .navbar .nav-item.dropdown-submenu>.dropdown-menu.show {
      padding-left: 10px
  }

  .navbar .dropdown-submenu .dropdown-menu .nav-item {
      padding: 0 0 0 15px
  }

  .navbar .navbar-nav .dropdown-menu.show {
      padding: 0
  }

  .navbar .mega-dropdown-menu .container {
      max-width: none
  }

  .navbar .mega-dropdown-menu>.nav-item {
      padding: 0 10px
  }

  .navbar .mega-dropdown-menu .nav-item {
      padding: 0
  }

  .navbar .dropdown-menu .nav-title {
      font-size: 15px
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav-block {
      padding: 10px 0 0
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured {
      padding: 10px;
      height: auto
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured::after {
      display: none
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-title {
      font-size: 18px
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-desc {
      font-size: 13px
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-item {
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 0
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-item .nav-item-link {
      line-height: 40px!important
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav-block-featured .nav-item [class*=icon-] {
      width: 20px;
      height: 20px;
      margin-right: 10px
  }

  .header .navbar,.header-transparent .navbar {
      background-color: #fff
  }

  .header .logo-dark,.header-transparent .logo-dark {
      display: inline-block
  }

  .header .logo-light,.header-transparent .logo-light {
      display: none
  }

  .header .module-btn,.header-transparent .module-btn {
      color: var(--second);
      margin: 0 60px 0 0
  }

  .header .navbar .navbar-toggler .menu-lines::before,.header .navbar .navbar-toggler .menu-lines::after,.header .navbar .navbar-toggler .menu-lines span,.header-transparent .navbar .navbar-toggler .menu-lines::before,.header-transparent .navbar .navbar-toggler .menu-lines::after,.header-transparent .navbar .navbar-toggler .menu-lines span {
      background-color: var(--second)
  }

  .header .navbar-expand-lg>.container,.header .navbar-expand-lg>.container-fluid,.header-transparent .navbar-expand-lg>.container,.header-transparent .navbar-expand-lg>.container-fluid {
      width: 100%;
      max-width: none
  }

  .header .navbar,.header .navbar>.container,.header .navbar>.container-fluid,.header-transparent .navbar,.header-transparent .navbar>.container,.header-transparent .navbar>.container-fluid {
      height: 100px
  }

  .header .header-full .navbar,.header .header-full .navbar .navbar-brand,.header .navbar-brand,.header-transparent .header-full .navbar,.header-transparent .header-full .navbar .navbar-brand,.header-transparent .navbar-brand {
      margin-left: 15px;
      line-height: 80px!important
  }

  .header .header-full .navbar,.header .header-full .navbar .navbar-brand,.header-transparent .header-full .navbar,.header-transparent .header-full .navbar .navbar-brand {
      line-height: 80px
  }

  .header-topbar>.container {
      max-width: none
  }

  .lang-dropdown .lang-dropdown-toggle,.header-transparent .action-btn {
      color: var(--second)
  }

  .action-btn-search {
      position: absolute;
      top: 50%;
      right: 80px;
      transform: translateY(-50%)
  }
}

@media(min-width: 992px) {
  .navbar .nav-item .nav-item-link::before {
      content:"";
      position: absolute;
      left: 0;
      width: 0;
      top: 0;
      height: 2px;
      background-color: var(--second);
      transition: all .4s ease 0s
  }

  .navbar .nav-item .nav-item-link.active::before,.navbar .nav-item .nav-item-link:hover::before {
      width: 100%
  }

  .navbar .dropdown-menu {
      width: auto;
      min-width: 235px;
      padding: 25px 0 23px;
      border-radius: 0 0 4px 4px
  }

  .navbar .nav-item.has-dropdown>.dropdown-menu,.navbar .nav-item.dropdown-submenu>.mega-menu,.navbar .nav-item.has-dropdown>.mega-menu,.navbar .nav-item.has-dropdown>.dropdown-menu>.nav-item.dropdown-submenu>.dropdown-menu {
      display: block;
      position: absolute;
      left: 0;
      right: auto;
      z-index: 1050;
      opacity: 0;
      visibility: hidden;
      transition: all .5s ease 0s;
      transform: translateY(10px)
  }

  .navbar .nav-item.has-dropdown>.dropdown-menu>.nav-item.dropdown-submenu>.dropdown-menu,.navbar .nav-item.dropdown-submenu>.dropdown-menu>.nav-item.has-dropdown>.dropdown-menu {
      top: 0;
      left: 100%
  }

  .navbar .nav-item.has-dropdown:hover>.dropdown-menu,.navbar .nav-item.dropdown-submenu:hover>.mega-menu,.navbar .nav-item.has-dropdown:hover>.mega-menu,.navbar .nav-item.has-dropdown>.dropdown-menu>.nav-item.dropdown-submenu:hover>.dropdown-menu {
      opacity: 1;
      visibility: visible;
      transform: translateY(0px)
  }

  .navbar .nav-item.has-dropdown.has-mega-dropdown {
      position: static
  }

  .navbar .nav-item.has-dropdown .mega-dropdown-menu {
      width: 100%
  }

  .navbar .nav-item.has-dropdown .mega-dropdown-menu .container {
      display: block;
      max-width: none;
      padding-left: calc((100% - 1320px)/2)
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav-item {
      padding: 0
  }

  .nav-item i[data-toggle=dropdown] {
      display: none
  }
}

@media(min-width: 320px) and (max-width:767px) {
  .header-topbar {
      display:none
  }

  .dropdown-menu.mega-dropdown-menu>.nav-item {
      padding: 0 15px
  }

  .dropdown-menu.mega-dropdown-menu .nav-item:last-child>.nav-item-link {
      border-bottom: 1px solid #f2f2f2
  }

  .dropdown-menu.mega-dropdown-menu [class^=col-]:last-child .nav-item:last-child>.nav-item-link {
      border-bottom: none
  }
}

@media(min-width: 320px) and (max-width:575px) {
  .search-popup .search-popup-form {
      width:90%
  }

  .search-popup .search-popup-form-input {
      font-size: 20px;
      font-weight: 400;
      height: 40px;
      padding: 0 0 0 30px
  }

  .search-popup .search-popup-btn {
      font-size: 20px;
      line-height: 40px
  }

  .search-popup .search-popup-close {
      font-size: 14px;
      top: 30px;
      right: 30px;
      width: 30px;
      height: 30px;
      line-height: 30px
  }
}

@media(max-width: 420px) {
  .header .navbar-brand img {
      max-width:230px
  }

  .header .action-btn-login span {
      display: none
  }
}

.accordion-item {
  padding: 22px 0;
  margin-top: -1px;
  border-top: 2px solid #e7ebef;
  border-bottom: 2px solid #e7ebef;
  background-color: #fff
}

.accordion-item:first-child {
  border-top: 4px solid var(--gray)
}

.accordion-item .accordion-title {
  font-weight: 700;
  font-size: 19px;
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 40px;
  color: var(--gray)
}

.accordion-item .accordion-title:hover {
  color: var(--second)
}

.accordion-item .accordion-title::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "+";
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #fff;
  background-color: var(--second)
}

.accordion-item.opened .accordion-header:not(.collapsed) .accordion-title {
  color: var(--gray)
}

.accordion-item.opened .accordion-header:not(.collapsed) .accordion-title::after {
  content: "-";
  background-color: var(--gray)
}

.accordion-item .accordion-body {
  padding-top: 20px
}

.accordion-item .accordion-body p {
  font-size: 15px;
  margin-bottom: 0
}

.accordion-item .accordion-body p:not(:last-child) {
  margin-bottom: 30px
}

@media(min-width: 320px) and (max-width:767px) {
  .accordion-item {
      padding:10px 0
  }

  .accordion-item .accordion-title {
      font-size: 15px
  }

  .accordion-item .accordion-body p {
      font-size: 13px
  }
}

.banner-layout1,.banner-layout2 {
  overflow-x: hidden;
  padding-right: 30px
}

.banner-layout1 .banner-shape,.banner-layout2 .banner-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 205px;
  max-height: 638px;
  clip-path: url(#path-direction-right)
}

.banner-layout1 .banner-img,.banner-layout2 .banner-img {
  min-height: 700px
}

.banner-layout1 .banner-text,.banner-layout2 .banner-text {
  max-width: 600px
}

.banner-layout1 .fancybox-layout2 .fancybox-item .fancybox-body,.banner-layout2 .fancybox-layout2 .fancybox-item .fancybox-body {
  border-bottom: 1px solid #faab97
}

.banner-layout1 .fancybox-layout2 .fancybox-item:last-child,.banner-layout2 .fancybox-layout2 .fancybox-item:last-child {
  margin-bottom: 0
}

.banner-layout1 .fancybox-layout2 .fancybox-item:last-child .fancybox-body,.banner-layout2 .fancybox-layout2 .fancybox-item:last-child .fancybox-body {
  border-bottom: 0
}

.banner-layout1 {
  overflow-x: hidden
}

.banner-layout1 .top-shape {
  height: 90px;
  background-color: var(--second)
}

.banner-layout1 .top-shape::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  border-radius: 0 0 0 70px;
  background-color: #fff
}

.banner-layout1 .banner-content {
  padding: 110px 100px 110px 0;
  background-color: var(--second)
}

.banner-layout1 .banner-content::before {
  content: "";
  position: absolute;
  inset: 0 0 0 -100%;
  width: 100%;
  z-index: -1;
  background-color: var(--second)
}

.banner-layout1 .banner-shape {
  right: 70px;
  animation: 1s ease 0s infinite normal none running zoomOut;
  background: linear-gradient(to right,rgba(244,87,46,0) 0%,rgba(244,87,46,0) 45%,var(--second) 78%)
}

.banner-layout2 .banner-content {
  padding: 110px 100px 110px 110px;
  background-color: var(--second);
  clip-path: url(#path-direction-right-large)
}

.banner-layout2 .banner-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  z-index: -1;
  background-color: var(--second)
}

.banner-layout2 .banner-shape {
  left: 0;
  background-color: var(--second)
}

.banner-layout3,.banner-layout4 {
  overflow-x: hidden;
  padding-left: 30px
}

.banner-layout3 .banner-img,.banner-layout4 .banner-img {
  min-height: 700px
}

.banner-layout3 .banner-shape,.banner-layout4 .banner-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 205px;
  max-height: 638px;
  clip-path: url(#path-direction-left)
}

.banner-layout3 .banner-content,.banner-layout4 .banner-content {
  padding: 110px 0 110px 130px;
  background-color: var(--gray)
}

.banner-layout3 .banner-text,.banner-layout4 .banner-text {
  max-width: 600px
}

.banner-layout3 .fancybox-layout2 .fancybox-item .fancybox-desc,.banner-layout4 .fancybox-layout2 .fancybox-item .fancybox-desc {
  color: #c0c3ec
}

.banner-layout3 .fancybox-layout2 .fancybox-item .fancybox-body,.banner-layout4 .fancybox-layout2 .fancybox-item .fancybox-body {
  border-bottom: 1px solid #c1c3ec
}

.banner-layout3 .fancybox-layout2 .fancybox-item:last-child,.banner-layout4 .fancybox-layout2 .fancybox-item:last-child {
  margin-bottom: 0
}

.banner-layout3 .fancybox-layout2 .fancybox-item:last-child .fancybox-body,.banner-layout4 .fancybox-layout2 .fancybox-item:last-child .fancybox-body {
  border-bottom: 0
}

.banner-layout3 .btn-white,.banner-layout4 .btn-white {
  color: var(--gray)
}

.banner-layout3 .btn-white:hover,.banner-layout4 .btn-white:hover {
  color: #fff
}

.banner-layout3 .top-shape {
  height: 90px;
  background-color: var(--gray)
}

.banner-layout3 .top-shape::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  border-radius: 0 0 70px;
  background-color: #fff
}

.banner-layout3 .banner-img {
  clip-path: url(#path-direction-left-large)
}

.banner-layout3 .banner-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 100%;
  z-index: -1;
  background-color: var(--gray)
}

.banner-layout3 .banner-shape {
  left: 70px;
  animation: 1s ease 0s infinite normal none running zoomOut;
  background: linear-gradient(to right,var(--primary)0%,var(--primary)15%,rgba(46,49,146,0) 50%,rgba(46,49,146,0) 100%)
}

.banner-layout4 .banner-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  z-index: -1;
  background-color: var(--gray)
}

.banner-layout4 .banner-content {
  clip-path: url(#path-direction-left-large)
}

.banner-layout4 .banner-img {
  clip-path: url(#path-direction-left-large)
}

.banner-layout4 .banner-shape {
  right: 0;
  background-color: var(--gray)
}

.banner-layout5 .banner-content {
  max-width: 650px;
  padding: 120px 0
}

.banner-layout5 .banner-img {
  position: relative;
  padding: 120px 0;
  max-width: 670px
}

.banner-layout5 .banner-img::before {
  content: "";
  position: absolute;
  inset: 0 0 0 80px;
  z-index: -1;
  background-color: #eef7ff
}

.banner-layout7 .banner-img {
  clip-path: url(#path-direction-down)
}

.banner-layout7 .container-fluid {
  padding-left: calc((100% - 1250px)/2);
  padding-right: 0
}

.banner-layout7 .banner-content {
  padding: 115px 0 125px 70px;
  background-color: #fff
}

.banner-layout7 .banner-content>div {
  max-width: 680px
}

.banner-layout7 .testimonials-layout3 .testimonial-title {
  margin-bottom: 80px
}

.banner-layout8 {
  overflow-x: hidden
}

.banner-layout8 .banner-img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  margin-left: 20px;
  clip-path: url(#path-direction-left-large)
}

.banner-layout8 .banner-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--second);
  clip-path: url(#path-direction-left-large)
}

.banner-layout8 .btn-white {
  color: var(--gray)
}

.banner-layout8 .btn-white:hover {
  color: #fff;
  background-color: var(--second)
}

.banner-result {
  max-width: 100%;
  margin-left: auto
}

@media(min-width: 1400px) {
  .banner-layout1,.banner-layout2 {
      padding-right:60px
  }

  .banner-layout3,.banner-layout4 {
      padding-left: 60px
  }

  .banner-layout2 .banner-content {
      padding-right: calc((100% - 1340px)/2)
  }

  .banner-layout4 .banner-content {
      padding-left: calc((100% - 1340px)/2)
  }
}

@media(min-width: 1399px) {
  .banner-layout2 {
      padding-right:20px
  }

  .banner-layout4 {
      padding-left: 20px
  }
}

@media(min-width: 1200px) {
  .banner-layout1 .container-fluid {
      padding-left:calc((100% - 1160px)/2)
  }

  .banner-layout3 .container-fluid {
      padding-right: calc((100% - 1160px)/2)
  }

  .banner-layout5 .container-fluid {
      padding-left: calc((100% - 1240px)/2)
  }

  .banner-layout8 .container-fluid {
      padding-left: calc((100% - 1240px)/2)
  }
}

@media(max-width: 1199px) {
  .banner-layout1 .banner-img,.banner-layout3 .banner-img {
      min-height:600px
  }

  .banner-layout1 .banner-content,.banner-layout3 .banner-content {
      padding: 50px
  }

  .banner-layout1 .banner-content::before {
      left: 0;
      width: 120%
  }

  .banner-layout3 .banner-img {
      order: 2
  }

  .banner-layout3 .banner-content {
      order: 1
  }

  .banner-layout3 .banner-content::before {
      right: 0;
      width: 120%
  }
}

@media(max-width: 991px) {
  .banner-layout5 .banner-img,.banner-layout5 .banner-content {
      padding:60px 0
  }

  .banner-layout7 .banner-img {
      margin: 0 30px 30px
  }

  .banner-layout7 .banner-content {
      padding: 60px 30px
  }

  .banner-result {
      max-width: 500px;
      margin-left: auto
  }
}

@media(min-width: 992px) {
  .banner-layout6 .banner-img {
      position:relative;
      z-index: 2;
      margin-top: -240px
  }

  .banner-layout6 .banner-img img {
      border-radius: 20px
  }

  .banner-layout6 .heading-layout2 .heading-title {
      font-size: 39px
  }
}

@media(max-width: 767px) {
  .banner-text .btn {
      margin-bottom:10px
  }

  .banner-layout1,.banner-layout2 {
      padding-right: 0
  }

  .banner-layout3,.banner-layout4 {
      padding-left: 0
  }

  .banner-layout2 .banner-content {
      padding: 110px 120px 110px 40px
  }
}

@media(max-width: 550px) {
  .banner-layout2 .banner-content {
      padding:110px 50px 110px 40px
  }

  .banner-layout3 .banner-content,.banner-layout4 .banner-content {
      padding: 110px 0 110px 70px
  }

  .banner-layout1 .banner-img,.banner-layout2 .banner-img,.banner-layout3 .banner-img,.banner-layout4 .banner-img {
      display: none!important
  }

  .banner-result {
      max-width: 300px
  }
}

.footer {
  overflow-x: hidden
}

.footer .footer-primary {
  position: relative;
  padding-top: 88px;
  padding-bottom: 50px;
  background-color: var(--primary)
}

.footer .footer-primary::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 200px;
  z-index: 1;
  background-image: url(../images/backgrounds/pattern.png)
}

.footer .footer-secondary {
  position: relative;
  padding: 46px 0;
  background-color: #fff
}

.footer .footer-secondary::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50px;
  right: 50px;
  height: 5px;
  background-color: var(--second)
}

.footer [class*=footer-widget] {
  position: relative;
  z-index: 2;
  margin-bottom: 30px
}

.footer .footer-widget-title {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 30px
}

.footer .contact-list li {
  font-family: titillium web,sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 2
}

.footer .contact-list li a {
  color: var(--second);
  display: flex;
  align-items: center
}

.footer .contact-list li a .contact-icon {
  margin-right: 7px
}

.footer .footer-widget-contact p {
  color: #f9f9f9
}

.footer .footer-widget-nav li a {
  display: block;
  position: relative;
  color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 11px
}

.footer .footer-widget-nav li a:hover {
  color: var(--second)
}

.footer .footer-copyright-links li a {
  position: relative;
  color: var(--gray);
  display: block;
  margin-right: 25px;
  padding: 3px 0
}

.footer .footer-copyright-links li a::before {
  content: "-";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -13px;
  color: var(--gray)
}

.footer .footer-copyright-links li a:last-of-type::before {
  display: none
}

.footer .footer-copyright-links li a:hover {
  color: var(--second)
}

.footer .footer-copyright-links li:last-child a {
  margin-right: 0
}

.footer .time-list li {
  border-bottom-color: #3c3d73
}

.footer .time-list li .day {
  color: #fff
}

.footer .time-list li .time {
  color: var(--white)
}

.footer .footer-widget-time {
  padding: 40px;
  background-color: var(--second)
}

#scrollTopBtn {
  position: fixed;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 10px;
  bottom: 30px;
  opacity: 0;
  z-index: 1000;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: #dfdfea 0 0 0 2px inset;
  transition: all .3s ease-in-out 0s
}

#scrollTopBtn i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  background-color: var(--second);
  transition: all .3s ease-in-out 0s
}

#scrollTopBtn:hover i {
  background-color: var(--primary)
}

#scrollTopBtn.actived {
  right: 30px;
  opacity: 1
}

@media(min-width: 320px) and (max-width:1200px) {
  .footer .footer-primary {
      padding-top:35px;
      padding-bottom: 30px
  }

  .footer .footer-secondary {
      padding: 20px 0
  }

  .footer .footer-secondary::after {
      left: 20px;
      right: 20px;
      height: 3px
  }

  .footer .footer-widget {
      margin-bottom: 20px
  }

  .footer .footer-widget-title {
      margin-bottom: 15px
  }

  .footer .footer-widget-nav li a {
      font-size: 13px
  }

  .footer .phone-number {
      margin: 10px 0
  }
}

@media(min-width: 320px) and (max-width:767px) {
  .footer .footer-copyright-links {
      justify-content:flex-start!important
  }

  #scrollTopBtn {
      bottom: 20px;
      width: 30px;
      height: 30px;
      font-size: 14px
  }

  #scrollTopBtn.actived {
      right: 20px
  }
}

.counter-item {
  margin-bottom: 30px
}

.counter-item .counter-number {
  position: relative;
  font-size: 70px;
  line-height: 1;
  color: var(--primary);
  font-weight: 400;
  padding-bottom: 22px;
  margin-bottom: 20px
}

.counter-item .counter-number::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #dfdfea
}

.counter-item .counter-desc {
  font-size: 16px;
  font-weight: 700
}

@media(min-width: 320px) and (max-width:767px) {
  .counter-item .counter-number {
      font-size:50px;
      line-height: 1;
      padding-bottom: 10px;
      margin-bottom: 10px
  }
}

.cta-title {
  font-size: 26px;
  margin-bottom: 15px
}

.cta-desc {
  font-size: 16px
}

.cta-banner {
  position: relative;
  z-index: 3;
  padding: 40px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: rgba(40,40,40,.12) 0 5px 83px 0
}

.cta-banner .cta-title {
  font-size: 24px;
  margin-bottom: 15px
}

.cta-banner .cta-desc {
  font-size: 17px
}

.cta-layout1 .cta-icon,.cta-layout2 .cta-icon {
  position: relative;
  z-index: -1;
  color: #f0f0f7;
  font-size: 115px;
  line-height: 1
}

.cta-layout1 .cta-icon i,.cta-layout2 .cta-icon i {
  line-height: 1
}

.cta-layout1 .cta-banner,.cta-layout2 .cta-banner {
  padding: 50px 60px;
  margin-top: 75px;
  margin-bottom: 50px
}

.cta-layout1 {
  padding-bottom: 180px
}

.cta-layout1::after {
  content: "";
  position: absolute;
  top: -200px;
  left: -30px;
  width: calc(100% + 30px);
  height: 398px;
  z-index: 1;
  background-image: url(../images/backgrounds/pattern2.png);
  background-repeat: no-repeat;
  opacity: .3
}

.cta-layout1+.banner-layout7 {
  margin-top: -130px
}

.cta-layout2 .cta-banner {
  margin-bottom: 45px
}

.cta-layout2 .icon-filled {
  background-color: var(--second)
}

@media(max-width: 1199px) {
  .cta-layout1 .cta-banner,.cta-layout2 .cta-banner {
      margin-bottom:30px
  }
}

@media(min-width: 1200px) {
  .cta-layout1 {
      margin-left:0
  }

  .cta-layout1>.container {
      max-width: 1310px;
      padding-right: 45px
  }
}

@media(min-width: 1500px) {
  .cta-layout1 {
      margin-left:0
  }

  .cta-layout1::after {
      left: 0;
      width: calc(100% + 60px)
  }

  .cta-layout1>.container {
      max-width: 1340px;
      padding-right: 0
  }
}

@media(max-width: 991px) {
  .cta-banner .cta-title {
      font-size:16px
  }

  .cta-layout1 .cta-banner,.cta-layout2 .cta-banner {
      padding: 25px 30px
  }
}

@media(min-width: 320px) and (max-width:767px) {
  .cta-layout1 .row>[class*=col-]:not(:first-child) .cta-banner,.cta-layout2 .row>[class*=col-]:not(:first-child) .cta-banner {
      margin-top:0
  }

  .cta-layout2 .row>[class*=col-]:first-child .cta-banner {
      margin-top: -40px
  }
}

.careers .slick-slide {
  margin: 15px;
  transition: opacity .3s ease 0s,visibility .3s ease 0s,box-shadow .4s ease 0s
}

.careers .slick-slide:not(.slick-active) {
  opacity: 0;
  visibility: hidden
}

.careers .slick-list {
  margin: -15px;
  overflow: visible
}

.careers .slick-dots {
  margin-top: 15px
}

.job-item {
  padding: 40px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: rgba(13,14,67,.12) 0 5px 83px 0;
  transition: all .4s ease 0s
}

.job-item:hover {
  transform: translateY(-3px)
}

.job-item .job-meta {
  margin-bottom: 32px
}

.job-item .job-type {
  font-size: 13px;
  padding: 3px 10px;
  border-radius: 3px;
  margin-right: 10px;
  text-transform: capitalize;
  color: #fff;
  background-color: var(--second)
}

.job-item .job-location {
  font-size: 13px
}

.job-item .job-title {
  font-size: 22px;
  margin-bottom: 18px
}

.job-item .btn {
  margin-top: 10px
}

@media(min-width: 320px) and (max-width:767px) {
  .job-item {
      padding:20px
  }

  .job-item .job-meta {
      margin-bottom: 20px
  }

  .job-item .job-title {
      margin-bottom: 10px
  }
}

.header-transparent+.slider {
  margin-top: -100px
}

.header-transparent.header-full+.slider {
  margin-top: -135px
}

.header-transparent+.slider .slide-item {
  padding-top: 100px
}

.slider {
  padding: 0
}

.slider .slide-item {
  min-height: 550px;
  height: calc(100vh - 160px)
}

.slider .slide-subtitle {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px
}

.slider .slide-title {
  color: #fff;
  font-size: 85px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 25px
}

.slider .slide-desc {
  color: #f9f9f9;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
  max-width: 600px;
  margin-bottom: 30px
}

.slider .fancybox-layout5 {
  max-width: 400px
}

.slider .fancybox-layout5 .fancybox-item {
  padding: 0;
  max-width: 175px
}

.slider .fancybox-layout5 .fancybox-item .fancybox-title {
  font-size: 16px;
  margin-bottom: 0
}

.slider .fancybox-layout5 .fancybox-item:not(:nth-child(-n+2)) {
  margin-top: -30px
}

.slider .slick-arrow::before {
  background-color: transparent
}

.slider .slick-arrow:hover {
  box-shadow: none
}

.slider .slick-arrow.slick-next::before {
  content: ""
}

.slider .slick-arrow.slick-prev::before {
  content: ""
}

.slider .slick-dots {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%
}

.slider .cta-banner {
  padding: 50px
}

.slider .cta-banner .cta-icon {
  font-size: 50px;
  line-height: 1;
  color: var(--gray);
  margin-bottom: 28px
}

.slider .cta-banner .icon-filled {
  background-color: var(--second)
}

.slider .cta-banner .slick-dots {
  position: static;
  text-align: left;
  margin-left: -17px
}

.slider .cta-banner .slick-dots li button {
  border-color: var(--second)
}

.slider .cta-banner .slick-dots li.slick-active button {
  border-color: var(--gray)
}

.slider .cta-banner .slick-dots li:not(:first-child)::before,.slider .cta-banner .slick-dots li:not(:last-child)::after {
  background-color: var(--second)
}

.slider .cta-banner .slick-dots li.slick-active::before,.slider .cta-banner .slick-dots li.slick-active::after {
  background-color: var(--gray)
}

.slider .slider-banner .slick-arrow {
  width: 34px;
  height: 34px;
  top: 70px
}

.slider .slider-banner .slick-arrow::before {
  width: 34px;
  height: 34px;
  font-size: 13px;
  background-color: var(--gray)
}

.slider .slider-banner .slick-arrow.slick-next {
  right: 50px
}

.slider .slider-banner .slick-arrow.slick-next::before {
  content: ""
}

.slider .slider-banner .slick-arrow.slick-prev {
  right: 90px;
  left: auto
}

.slider .slider-banner .slick-arrow.slick-prev::before {
  content: ""
}

.slider .slider-banner .slick-arrow:hover::before {
  background-color: var(--second)
}

.slider-layout2 .slide-item {
  height: auto;
  padding-top: 100px;
  padding-bottom: 220px
}

.slider-centerd {
  text-align: center
}

.slider-centerd .slide-desc {
  margin-right: auto;
  margin-left: auto
}

@media(min-width: 1200px) {
  .slider .slick-arrow::before {
      font-size:50px
  }

  .slider .slick-arrow.slick-next {
      right: -5px
  }

  .slider .slick-arrow.slick-prev {
      left: -5px
  }

  .slider .btn {
      min-width: 190px
  }

  .slider .btn.btn-outlined {
      line-height: 58px
  }
}

@media(min-width: 1400px) {
  .slider .slick-arrow.slick-prev {
      left:30px
  }

  .slider .slick-arrow.slick-next {
      right: 30px
  }
}

@media(min-width: 768px) and (max-width:1200px) {
  .slider .slide-item {
      padding-right:50px;
      padding-left: 50px
  }

  .slider .slick-arrow.slick-prev {
      left: 10px
  }

  .slider .slick-arrow.slick-next {
      right: 10px
  }
}

@media(min-width: 992px) and (max-width:1200px) {
  .slider .slide-title {
      font-size:65px
  }
}

@media(min-width: 768px) and (max-width:991px) {
  .slider .slide-title {
      font-size:50px;
      margin-bottom: 10px
  }
}

@media(min-width: 320px) and (max-width:767px) {
  .header-transparent+.slider {
      margin-top:0!important
  }

  .slider .slide-item {
      min-height: 0;
      padding: 100px 10px;
      height: auto!important
  }

  .slider .slide-desc {
      font-size: 15px;
      font-weight: 400;
      margin-bottom: 20px
  }

  .slider .fancybox-layout5 .fancybox-item .fancybox-title {
      max-width: 140px
  }

  .slider .slick-arrow::before {
      font-size: 25px
  }

  .slider .slick-arrow.slick-next {
      right: -20px
  }

  .slider .slick-arrow.slick-prev {
      left: -20px
  }
}

@media(min-width: 576px) and (max-width:767px) {
  .slider .slide-title {
      font-size:35px;
      line-height: 45px;
      margin-bottom: 10px
  }
}

@media(min-width: 320px) and (max-width:575px) {
  .slider .slide-title {
      font-size:30px;
      margin-bottom: 10px
  }

  .slider .btn {
      padding: 0 10px;
      margin-bottom: 10px
  }

  .slider .slide-item {
      padding: 120px 10px 50px
  }

  .slider .fancybox-layout5 .fancybox-item {
      margin: 5px;
      max-width: 125px
  }

  .slider .fancybox-layout5 .fancybox-item .fancybox-title {
      font-size: 14px!important
  }

  .slider .fancybox-layout5 .fancybox-item .fancybox-body {
      padding: 30px 5px
  }
}

.video-btn {
  text-align: center;
  display: inline-flex;
  position: relative;
  padding-left: 88px;
  height: 88px;
  align-items: center
}

.video-btn .video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 88px;
  height: 88px;
  line-height: 88px;
  border-radius: 50%;
  color: #fff;
  background-color: var(--second);
  transition: all .3s linear 0s
}

.video-btn .video-player::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border-radius: 50%;
  border: 2px solid #fff
}

.video-btn .video-player::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 30px;
  width: 30px;
  z-index: 3;
  border-radius: 50%;
  animation: 3s ease 0s infinite normal none running ripple;
  transform: translate(-50%,-50%);
  box-shadow: rgba(255,255,255,.3) 0 0 0 0
}

.video-btn:hover .video-player {
  background-color: var(--gray)
}

.video-btn .video-btn-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  white-space: nowrap;
  margin-left: 22px
}

.video-btn-sm {
  padding-left: 68px;
  height: 68px
}

.video-btn-sm .video-player {
  width: 68px;
  height: 68px;
  line-height: 68px
}

.video-btn-primary .video-player {
  background-color: var(--gray)
}

.video-btn-primary:hover .video-player {
  background-color: var(--second)
}

.video-btn-white .video-player {
  color: var(--primary);
  background-color: #fff!important
}

.video-btn-white .video-player-animation {
  border-color: #fff!important
}

.video-banner {
  position: relative;
  z-index: 2
}

.video-banner img {
  border-radius: 15px
}

.video-banner .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)
}

.video-banner .video-btn-title {
  position: absolute;
  bottom: -30px;
  left: -7px;
  line-height: 1.5
}

.feature-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  transition: all .3s linear 0s
}

.feature-item:last-of-type {
  margin-bottom: 0
}

.feature-item .feature-icon {
  position: relative;
  width: 26px;
  height: 30px;
  margin-right: 10px;
  background-color: var(--second);
  clip-path: url(#hexagon-clippath)
}

.feature-item .feature-icon::before {
  content: "";
  font-family: icomoon;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 8px;
  color: #fff;
  transform: translate(calc(-50% - 1px),-50%)
}

.feature-item .feature-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--gray)
}

.features-list,.features-list-layout2 .feature-item {
  padding: 30px;
  background-color: #eef7ff;
  z-index: 9;
  position: relative
}

.features-list-layout2 .feature-item {
  padding: 20px;
  border-radius: 0
}

.features-list-layout3 .feature-item {
  padding-bottom: 10px
}

.features-list-layout3 .feature-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 30px;
  height: 1px;
  background-color: #dfdfea
}

.features-list-layout3 .feature-item:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0
}

.features-list-layout3 .feature-item:last-of-type::after {
  display: none
}

.features-list-layout3 .feature-item .feature-icon {
  width: 26px;
  height: 26px;
  clip-path: none;
  border-radius: 50%
}

.features-list-layout3 .feature-item .feature-icon::before {
  content: ""
}

.features-list-layout3.list-secondary .feature-item .feature-title {
  color: var(--black)
}

.features-list-layout3.list-secondary .feature-item .feature-icon {
  background-color: var(--second)
}

@media(max-width: 1199px) {
  .feature-item {
      margin:10px 0
  }
}

@media(max-width: 992px) {
  .features-layout2 .feature-item .feature-img {
      display:none
  }
}

@media(min-width: 320px) and (max-width:767px) {
  .feature-item .feature-content {
      padding:20px
  }

  .feature-item .feature-title {
      margin-bottom: 5px;
      font-size: 16px!important
  }

  .feature-item .feature-desc {
      font-size: 13px;
      margin-bottom: 10px
  }
}

.fancybox-item {
  position: relative
}

.fancybox-item .fancybox-icon {
  font-size: 45px;
  line-height: 1
}

.fancybox-item .fancybox-desc {
  margin-bottom: 0
}

.fancybox-layout1 .fancybox-item {
  padding: 50px;
  text-align: center;
  margin-bottom: 40px;
  background-color: #eef7ff;
  border-radius: 10px 10px 0 0;
  clip-path: url(#path-direction-down);
  transition: all .3s linear 0s
}

.fancybox-layout1 .fancybox-item .fancybox-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 118px;
  margin: 0 auto 22px;
  color: #fff;
  background-color: var(--gray);
  clip-path: url(#hexagon-clippath)
}

.fancybox-layout1 .fancybox-item .fancybox-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 18px
}

.fancybox-layout1 .fancybox-item .fancybox-desc {
  margin-bottom: 21px
}

.fancybox-layout1 .fancybox-item .btn:hover .plus-icon {
  background-color: var(--second)
}

.fancybox-layout1 .fancybox-item:hover .fancybox-icon {
  background-color: var(--second)
}

.fancybox-layout2 .fancybox-item {
  display: flex;
  margin-bottom: 30px
}

.fancybox-layout2 .fancybox-item .fancybox-body {
  padding-bottom: 27px;
  flex: 0 0 calc(100% - 80px);
  max-width: calc(100% - 80px)
}

.fancybox-layout2 .fancybox-item .fancybox-icon {
  flex: 0 0 80px;
  max-width: 80px
}

.fancybox-layout2 .fancybox-item .fancybox-title {
  font-size: 20px;
  margin-bottom: 16px
}

.fancybox-layout2 .fancybox-item:hover .fancybox-icon {
  animation: 1s ease 0s infinite normal none running slideTopDown
}

.fancybox-layout3,.fancybox-layout4 {
  overflow-x: hidden
}

.fancybox-layout3 .carousel-wrapper,.fancybox-layout4 .carousel-wrapper {
  position: relative
}

.fancybox-layout3 .heading-subtitle,.fancybox-layout3 .heading-desc:last-of-type,.fancybox-layout4 .heading-subtitle,.fancybox-layout4 .heading-desc:last-of-type {
  color: #c1c3ec
}

.fancybox-layout3 .fancybox-item,.fancybox-layout4 .fancybox-item {
  padding: 50px 34px 50px 37px;
  border-radius: 4px;
  background-color: #fff
}

.fancybox-layout3 .fancybox-item .fancybox-img,.fancybox-layout4 .fancybox-item .fancybox-img {
  position: absolute;
  top: -25px;
  left: 40px;
  right: 40px;
  opacity: 0;
  clip-path: url(#path-direction-down-sm);
  transform: scale(.5);
  transition: all .3s ease 0s
}

.fancybox-layout3 .fancybox-item .fancybox-icon,.fancybox-layout4 .fancybox-item .fancybox-icon {
  color: var(--gray);
  margin-bottom: 37px;
  transition: all .3s linear 0s
}

.fancybox-layout3 .fancybox-item .fancybox-title,.fancybox-layout4 .fancybox-item .fancybox-title {
  color: var(--gray);
  font-size: 20px;
  margin-bottom: 17px
}

.fancybox-layout3 .fancybox-item .btn,.fancybox-layout4 .fancybox-item .btn {
  margin-top: 26px
}

.fancybox-layout3 .fancybox-item:hover .fancybox-icon,.fancybox-layout4 .fancybox-item:hover .fancybox-icon {
  opacity: 0
}

.fancybox-layout3 .fancybox-item:hover .fancybox-img,.fancybox-layout4 .fancybox-item:hover .fancybox-img {
  opacity: 1;
  transform: scale(1)
}

.fancybox-layout4 {
  padding-bottom: 100px
}

.fancybox-layout4 .slick-dots {
  position: absolute;
  bottom: -60px;
  text-align: right
}

.fancybox-layout4 .slick-dots li button {
  background-color: var(--smokewhite)
}

.fancybox-layout4 .slick-dots li.slick-active button {
  background-color: #fff;
  box-shadow: rgba(255,255,255,.15) 0 0 0 5px
}

.fancybox-layout5 .fancybox-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.fancybox-layout5 .heading-desc {
  color: #c1c3ec
}

.fancybox-layout5 .fancybox-item {
  margin: 10px;
  padding: 45px;
  max-width: 290px;
  clip-path: url(#hexagon-clippath)
}

.fancybox-layout5 .fancybox-item .fancybox-icon {
  color: var(--gray);
  margin-bottom: 11px
}

.fancybox-layout5 .fancybox-item .fancybox-body {
  text-align: center;
  padding: 45px 13px;
  background-color: #fff;
  clip-path: url(#hexagon-clippath)
}

.fancybox-layout5 .fancybox-item .fancybox-title {
  font-size: 18px;
  margin-bottom: 17px
}

.fancybox-layout5 .fancybox-item .fancybox-icon,.fancybox-layout5 .fancybox-item .fancybox-title,.fancybox-layout5 .fancybox-item .fancybox-body {
  transition: all .2s linear 0s
}

.fancybox-layout5 .fancybox-item .btn-secondary .icon-filled {
  background-color: var(--second)
}

.fancybox-layout5 .fancybox-item .btn-secondary .icon-filled:hover {
  background-color: var(--gray)
}

.fancybox-layout5 .fancybox-item:hover .fancybox-body {
  background-color: var(--second)
}

.fancybox-layout5 .fancybox-item:hover .fancybox-body .fancybox-icon,.fancybox-layout5 .fancybox-item:hover .fancybox-body .fancybox-title {
  color: #fff
}

.fancybox-layout5 .fancybox-item:hover .fancybox-body .btn-link.btn-secondary .icon-filled {
  color: var(--second);
  background-color: #fff
}

.fancybox-light .fancybox-item .fancybox-icon,.fancybox-light .fancybox-item .fancybox-title {
  color: #fff
}

.fancybox-light .fancybox-item .fancybox-desc {
  color: #f9f9f9
}

@media(min-width: 1200px) {
  .fancybox-layout3 .fancybox-desc {
      display:-webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal
  }

  .fancybox-layout3 .carousel-wrapper,.fancybox-layout4 .carousel-wrapper {
      margin-right: -200px
  }

  .fancybox-layout3 .carousel-wrapper .slick-dots,.fancybox-layout4 .carousel-wrapper .slick-dots {
      right: 200px
  }

  .fancybox-layout5 .heading-desc {
      padding: 0 60px
  }

  .fancybox-layout5 .fancybox-item:not(:nth-child(-n+4)) {
      margin-top: -30px
  }
}

@media(min-width: 1500px) {
  .fancybox-layout3 .carousel-wrapper,.fancybox-layout4 .carousel-wrapper {
      margin-right:-400px
  }

  .fancybox-layout3 .carousel-wrapper .slick-dots,.fancybox-layout4 .carousel-wrapper .slick-dots {
      right: 400px
  }

  .fancybox-layout5 {
      margin-right: 60px;
      margin-left: 60px;
      border-radius: 20px;
      overflow: hidden
  }

  .fancybox-layout5 .heading-layout2 {
      padding: 0 70px
  }

  .fancybox-layout5 .fancybox-item:not(:nth-child(-n+4)) {
      margin-top: -30px
  }
}

@media(min-width: 320px) and (max-width:767px) {
  .fancybox-item .fancybox-icon {
      font-size:40px;
      margin-bottom: 5px
  }

  .fancybox-item .fancybox-title {
      margin-bottom: 5px;
      font-size: 15px!important
  }

  .fancybox-layout2 .fancybox-item {
      margin-bottom: 20px
  }

  .fancybox-layout2 .fancybox-item .fancybox-title {
      margin-bottom: 10px
  }

  .fancybox-layout2 .fancybox-item .fancybox-icon {
      flex: 0 0 60px;
      max-width: 60px
  }

  .fancybox-layout2 .fancybox-item .fancybox-body {
      padding-bottom: 15px;
      flex: 0 0 calc(100% - 60px);
      max-width: calc(100% - 60px)
  }

  .fancybox-layout3 .fancybox-item,.fancybox-layout4 .fancybox-item {
      padding: 20px
  }
}

.member {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all .3s linear 0s
}

.member .member-img {
  position: relative
}

.member .member-img img {
  width: 100%
}

.member .member-info {
  position: relative;
  margin-top: -100px;
  padding: 40px 40px 25px;
  border-radius: 20px;
  background-color: transparent;
  transition: all .3s ease 0s
}

.member .member-info .member-name {
  font-size: 20px;
  margin-bottom: 7px;
  padding-top: 10px;
  transition: all .3s ease 0s
}

.member .member-info .member-desc {
  font-size: 14px;
  margin-bottom: 0;
  transition: all .3s ease 0s
}

.member .social-icons {
  transform: scale(0);
  transition: all .3s ease 0s
}

.member .social-icons li:last-child {
  margin-right: 0
}

.member .social-icons li a {
  width: 38px;
  height: 38px;
  border: 0;
  box-shadow: none;
  border-radius: 2px;
  background-color: var(--second);
  transition: all .3s linear 0s
}

.member .social-icons li a i {
  width: 20px;
  height: 20px;
  color: var(--second);
  background-color: #fff
}

.member .social-icons li a:hover {
  background-color: var(--gray)
}

.member .social-icons li a:hover i {
  color: var(--gray)
}

.member:hover .member-info {
  background-color: #fff
}

.member:hover .social-icons {
  transform: scale(1)
}

.team-layout1 .member {
  box-shadow: rgba(40,40,40,.11) 0 5px 83px 0
}

.team-layout1 .member .member-info::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 100px;
  background-color: #fff
}

.team-layout2 .member .member-info {
  padding-top: 70px
}

.team-layout2 .member:hover {
  box-shadow: rgba(40,40,40,.11) 0 5px 83px 0
}

@media(min-width: 320px) and (max-width:767px) {
  .member {
      max-width:450px;
      margin: 0 auto 30px
  }

  .member .member-info .member-name {
      font-size: 15px;
      margin-bottom: 0
  }

  .team-layout1 .member .member-info::after {
      height: 90px
  }
}

.testimonial-item {
  position: relative;
  padding: 47px 45px;
  border-radius: 10px
}

.testimonial-title {
  color: #848e9f;
  font-size: 21px;
  line-height: 1.8;
  margin-bottom: 30px
}

.testimonial-meta {
  transition: opacity .3s ease 0s
}

.testimonial-meta.slick-current {
  opacity: 1
}

.testimonial-meta.slick-current .testimonial-thmb {
  border-color: var(--second);
  background-color: #fff
}

.testimonial-meta-title {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 4px;
  white-space: nowrap
}

.testimonial-meta-desc {
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0
}

.testimonial-thmb {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 20px;
  transition: all .3s ease 0s
}

.testimonial-thmb img {
  display: block;
  border-radius: 50%;
  margin: auto
}

.testimonials-rating {
  position: relative;
  max-width: 300px;
  padding: 20px 0 20px 30px
}

.testimonials-rating::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 143px;
  height: 95px;
  background-image: url(../images/icons/text-shape.html)
}

.testimonials-rating .total-rate {
  font-family: titillium web,sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: var(--gray);
  margin-right: 10px
}

.testimonials-rating .overall-rate {
  font-weight: 700;
  color: var(--second);
  border-bottom: 2px solid var(--second)
}

.testimonial-hidden .testimonial-item {
  display: none
}

.testimonials-layout2 .testimonial-item,.testimonials-layout3 .testimonial-item {
  padding: 0
}

.testimonials-layout2 .testimonial-thmb,.testimonials-layout3 .testimonial-thmb {
  width: 68px;
  height: 68px;
  padding: 10px;
  flex: 0 0 68px;
  border: 2px solid #c1c3ec
}

.testimonials-layout2 .slick-arrow,.testimonials-layout3 .slick-arrow {
  width: 34px;
  height: 34px
}

.testimonials-layout2 .slick-arrow::before,.testimonials-layout3 .slick-arrow::before {
  width: 34px;
  height: 34px;
  font-size: 11px;
  background-color: var(--second)
}

.testimonials-layout2 .testimonial-item .testimonial-meta {
  padding-left: 120px
}

.testimonials-layout2 .testimonial-title {
  font-size: 23px
}

.testimonials-layout2 .slick-arrow {
  top: calc(100% - 34px)
}

.testimonials-layout2 .slick-arrow.slick-next {
  right: auto;
  left: 50px
}

.testimonials-layout2 .slick-arrow:hover::before {
  color: var(--second);
  background-color: #fff
}

.testimonials-layout3 .testimonials-container {
  position: relative;
  padding-left: 115px
}

.testimonials-layout3 .testimonials-container::before {
  content: "";
  font-family: icomoon;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 45px;
  color: var(--second)
}

.testimonials-layout3 .testimonial-title {
  font-size: 24px
}

.testimonials-layout3 .slider-nav-thumbnails {
  padding-left: 115px
}

.testimonials-layout3 .testimonial-thmb {
  position: relative
}

.testimonials-layout3 .testimonial-thmb::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  opacity: 0;
  background-color: rgba(244,87,46,.8);
  transform: scale(.7);
  transition: all .3s ease 0s
}

.testimonials-layout3 .testimonial-meta.slick-current .testimonial-thmb::before {
  opacity: 1;
  transform: scale(1)
}

.testimonials-layout3 .slick-arrow {
  top: calc(100% + 34px)
}

.testimonials-layout3 .slick-arrow::before {
  background-color: var(--gray)
}

.testimonials-layout3 .slick-arrow.slick-next {
  right: auto;
  left: 40px
}

.testimonials-layout3 .slick-arrow:hover::before {
  color: #fff;
  background-color: var(--second)
}

.testimonials-light .testimonial-title,.testimonials-light .testimonial-meta-title {
  color: #fff
}

.testimonials-light .testimonial-meta-desc {
  color: #c1c3ec
}

@media(max-width: 991px) {
  .testimonials-layout1 .testimonial-item {
      padding:27px
  }

  .testimonials-layout1 .testimonials-wrapper>[class*=col-]:nth-of-type(2n+1) .testimonial-item::before {
      left: 27px
  }

  .testimonials-layout3 .testimonials-container {
      padding-left: 50px
  }

  .testimonials-layout3 .testimonials-container::before {
      font-size: 35px
  }

  .testimonials-layout3 .slider-nav-thumbnails {
      margin-top: -50px;
      padding-left: 0
  }

  .testimonials-layout3 .testimonial-title {
      font-size: 20px
  }

  .testimonials-layout3 .testimonial-thmb {
      width: 50px;
      height: 50px;
      flex: 0 0 50px;
      padding: 5px
  }

  .testimonials-layout3 .testimonial-thmb::before {
      inset: 5px
  }
}

@media(min-width: 576px) {
  .testimonials-layout1 .testimonial-item {
      margin-bottom:80px
  }

  .testimonials-layout1 .testimonials-wrapper>[class*=col-]:nth-of-type(4n) .testimonial-item,.testimonials-layout1 .testimonials-wrapper>[class*=col-]:nth-of-type(4n+1) .testimonial-item {
      background-color: #fff;
      box-shadow: rgba(13,14,67,.12) 0 5px 83px 0
  }

  .testimonials-layout1 .testimonials-wrapper>[class*=col-]:nth-of-type(4n) .testimonial-item::before,.testimonials-layout1 .testimonials-wrapper>[class*=col-]:nth-of-type(4n+1) .testimonial-item::before {
      content: "";
      font-family: icomoon;
      position: absolute;
      top: -30px;
      left: 45px;
      font-size: 45px;
      color: var(--second)
  }

  .testimonials-layout1 .testimonials-wrapper>[class*=col-]:nth-of-type(4n) .testimonial-item::after,.testimonials-layout1 .testimonials-wrapper>[class*=col-]:nth-of-type(4n+1) .testimonial-item::after {
      content: "";
      position: absolute;
      bottom: -30px;
      left: 50px;
      border-style: solid;
      border-width: 36px 46px 0 0;
      border-color: #fff transparent transparent
  }
}

@media(max-width: 575px) {
  .testimonials-layout1 .testimonial-item {
      margin-bottom:40px
  }

  .testimonials-layout1 .testimonials-wrapper>[class*=col-]:nth-of-type(2n+1) .testimonial-item {
      background-color: #fff;
      box-shadow: rgba(13,14,67,.12) 0 5px 83px 0
  }

  .testimonials-layout1 .testimonials-wrapper>[class*=col-]:nth-of-type(2n+1) .testimonial-item::before {
      content: "";
      font-family: icomoon;
      position: absolute;
      top: -30px;
      left: 27px;
      font-size: 45px;
      color: var(--second)
  }

  .testimonials-layout1 .testimonials-wrapper>[class*=col-]:nth-of-type(2n+1) .testimonial-item::after {
      content: "";
      position: absolute;
      bottom: -30px;
      left: 50px;
      border-style: solid;
      border-width: 36px 46px 0 0;
      border-color: #fff transparent transparent
  }
}

@media(max-width: 992px) {
  .testimonial-title {
      font-size:18px
  }

  .testimonial-meta-title {
      font-size: 13px
  }
}

.client {
  position: relative;
  align-items: center;
  justify-content: center;
  height: 90px;
  display: flex!important
}

.client img {
  padding: 0 15px;
  transition: transform .5s ease 0s
}

.client:hover img {
  transform: scale(1.1)
}

.clients-light .client img {
  filter: brightness(100)
}

.clients-light .client img:first-of-type {
  opacity: .98
}

.post-item {
  position: relative;
  overflow: hidden;
  box-shadow: rgba(13,14,67,.08) 0 5px 83px 0;
  transition: all .3s linear 0s
}

.post-item:not(.post-item-single)::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  background-color: var(--second);
  transform: scale(.7);
  transition: all .3s ease-in-out 0s
}

.post-item .post-img {
  position: relative;
  overflow: hidden
}

.post-item .post-img img {
  width: 100%;
  transition: all .9s ease 0s
}

.post-item .post-img .post-meta-date {
  position: absolute;
  z-index: 3;
  top: 40px;
  left: 40px;
  height: 39px;
  display: flex
}

.post-item .post-img .post-meta-date .day,.post-item .post-img .post-meta-date .month {
  display: inline-flex;
  align-items: center
}

.post-item .post-img .post-meta-date .day {
  padding: 0 10px;
  font-size: 26px;
  color: #fff;
  background-color: var(--gray)
}

.post-item .post-img .post-meta-date .month {
  padding: 0 15px;
  color: #848e9f;
  background-color: #fff
}

.post-item .post-title {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 23px
}

.post-item .post-title a {
  color: var(--primary)
}

.post-item .post-title a:hover {
  color: var(--gray)
}

.post-item .post-meta {
  margin-bottom: 18px
}

.post-item .post-meta>* {
  position: relative;
  font-size: 13px;
  color: var(--gray);
  line-height: 1;
  margin-right: 8px;
  padding-right: 8px
}

.post-item .post-meta>::after {
  content: "-";
  position: absolute;
  top: 0;
  right: -2px;
  color: #848e9f
}

.post-item .post-meta>:last-child {
  padding-right: 0;
  margin-right: 0
}

.post-item .post-meta>:last-child::after {
  display: none
}

.post-item .post-body {
  position: relative;
  z-index: 3;
  padding: 37px 45px;
  margin-bottom: -65px;
  transition: all .3s ease-in-out 0s
}

.post-item .post-meta-cat {
  display: inline-flex
}

.post-item .post-meta-cat a {
  position: relative;
  color: var(--second);
  padding-right: 7px;
  font-weight: 700
}

.post-item .post-meta-cat a:hover {
  color: var(--gray)
}

.post-item .post-meta-cat a::after {
  content: ",";
  position: absolute;
  top: -1px;
  right: 1px;
  color: var(--second)
}

.post-item .post-meta-cat a:last-child {
  padding-right: 0
}

.post-item .post-meta-cat a:last-child::after {
  display: none
}

.post-item .btn-link {
  padding: 12px 0;
  margin-top: 5px;
  opacity: 0;
  color: #fff
}

.post-item .btn-link .plus-icon {
  color: var(--second);
  background-color: #fff
}

.post-item .btn-link:hover .plus-icon {
  color: #fff!important;
  background-color: var(--primary)!important
}

.post-item:hover .post-img img {
  transform: scale(1.1) rotate(1deg)
}

.blog-layout1 .post-item {
  border-radius: 6px 6px 0 0;
  margin-bottom: 30px;
  border-bottom: 8px solid #dfdfea
}

.blog-layout1 .post-item .post-img {
  border-radius: 6px 6px 0 0
}

.blog-layout1 .post-item:hover {
  border-bottom-color: var(--gray)
}

.blog-layout1 .post-item:hover::after {
  opacity: .9;
  visibility: visible;
  transform: scale(1)
}

.blog-layout1 .post-item:hover .post-img img {
  transform: scale(1.1) rotate(1deg)
}

.blog-layout1 .post-item:hover .post-desc,.blog-layout1 .post-item:hover .post-title a,.blog-layout1 .post-item:hover .post-meta-cat a,.blog-layout1 .post-item:hover .post-meta-cat a::after {
  color: #fff
}

.blog-layout1 .post-item:hover .post-body {
  transform: translateY(-65px)
}

.blog-layout1 .post-item:hover .btn-link {
  transition-delay: .2s;
  opacity: 1
}

.blog-layout2 .post-item {
  box-shadow: none;
  margin-bottom: 40px
}

.blog-layout2 .post-item .post-img {
  overflow: hidden;
  border-radius: 5px
}

.blog-layout2 .post-item.featured-post .post-img {
  max-height: 360px
}

.blog-layout2 .post-item.featured-post .post-img img {
  width: 100%
}

.blog-layout2 .post-item.featured-post .post-title {
  font-size: 24px
}

.blog-layout2 .post-item:not(.featured-post) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}

.blog-layout2 .post-item:not(.featured-post) .post-img {
  flex: 0 0 180px;
  max-width: 180px
}

.blog-layout2 .post-item:not(.featured-post) .post-body {
  padding: 15px 30px;
  margin-bottom: 0;
  flex: 0 0 calc(100% - 180px);
  max-width: calc(100% - 180px)
}

.blog-layout2 .post-item:not(.featured-post) .post-title {
  margin-bottom: 0
}

.post-item-single .post-img {
  border-radius: 5px 5px 0 0
}

.blog-widget-title {
  font-size: 21px;
  margin-bottom: 24px
}

.widget-nav .nav-icon {
  position: relative;
  max-width: 60px;
  flex: 0 0 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #eaeaea;
  transition: all .3s linear 0s
}

.widget-nav .nav-ttile {
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  color: var(--gray);
  flex: 0 0 calc(100% - 80px);
  max-width: calc(100% - 80px);
  transition: all .3s linear 0s
}

.widget-nav .nav-next .nav-icon {
  margin-right: 20px
}

.widget-nav .nav-prev .nav-icon {
  margin-left: 20px
}

.widget-nav .nav-prev .nav-ttile {
  text-align: right
}

.widget-nav .nav-next,.widget-nav .nav-prev {
  flex: 0 0 160px;
  max-width: 160px
}

.widget-nav .nav-next:hover .nav-icon,.widget-nav .nav-prev:hover .nav-icon {
  color: #fff;
  border-color: var(--gray);
  background-color: var(--gray)
}

.widget-nav .nav-next:hover .nav-ttile,.widget-nav .nav-prev:hover .nav-ttile {
  color: var(--second)
}

.blog-author {
  position: relative;
  padding: 35px;
  border-radius: 5px 5px 0 0;
  border-bottom: 8px solid var(--gray);
  box-shadow: rgba(13,14,67,.12) 0 5px 83px 0
}

.blog-author .blog-author-avatar {
  flex: 0 0 100px;
  max-width: 100px;
  overflow: hidden;
  margin-bottom: 20px;
  padding-right: 30px
}

.blog-author .blog-author-avatar img {
  border-radius: 3px
}

.blog-author .blog-author-content {
  flex: 1 1 calc(100% - 100px);
  max-width: calc(100% - 100px)
}

.blog-author .blog-author-name {
  font-size: 18px;
  margin-bottom: 12px
}

.blog-author .blog-author-bio {
  font-size: 15px;
  margin-bottom: 13px
}

.bordered-box {
  border-radius: 4px;
  border: 1px solid #e5e8ea
}

.bordered-box .blog-share,.bordered-box .blog-tags {
  padding: 25px
}

.comments-list .comment-item {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 30px
}

.comments-list .comment-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0
}

.comments-list .comment-item .comment-avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  overflow: hidden
}

.comments-list .comment-item .comment-avatar img {
  border-radius: 50%
}

.comments-list .comment-item .comment-content {
  padding-left: 120px
}

.comments-list .comment-item .comment-content .comment-author {
  display: inline-flex;
  font-size: 18px;
  margin-right: 20px;
  margin-bottom: 0
}

.comments-list .comment-item .comment-content .comment-date {
  font-size: 12px;
  line-height: 1;
  color: #616161
}

.comments-list .comment-item .comment-content .comment-desc {
  padding: 35px 40px;
  position: relative;
  margin: 10px 0;
  background-color: #eef7ff
}

.comments-list .comment-item .comment-content .comment-desc::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  border-style: solid;
  border-width: 0 20px 15px 0;
  border-color: transparent #eef7ff transparent transparent
}

.comments-list .comment-item .comment-content .comment-reply {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: var(--second)
}

.comments-list .comment-item .comment-content .comment-reply:hover {
  color: var(--gray)
}

.comments-list .comment-item .nested-comment {
  border-top: 1px solid #eaeaea;
  padding: 30px 0 0;
  margin: 30px 0 0 90px
}

.blog-comments-form .form-control {
  height: 60px
}

.blog-comments-form .btn {
  height: 70px;
  line-height: 70px
}

.blog-tags ul li a {
  position: relative;
  font-size: 14px;
  padding-right: 5px;
  color: var(--gray)
}

.blog-tags ul li a:hover {
  color: var(--second)
}

.blog-tags ul li a::before {
  content: ",";
  position: absolute;
  top: -2px;
  right: 1px;
  color: var(--gray)
}

.blog-tags ul li:last-child a::before {
  display: none
}

@media(min-width: 1200px) {
  .blog-single .post-item .post-title {
      font-size:40px
  }

  .blog-single .post-item .post-desc p {
      font-size: 16px;
      line-height: 1.7;
      margin-bottom: 25px
  }

  .blog-single .post-item .post-body {
      margin-bottom: 0
  }
}

@media(min-width: 768px) {
  .widget-nav-next {
      text-align:right;
      flex-direction: row-reverse
  }
}

@media(min-width: 320px) and (max-width:767px) {
  .post-item {
      margin-bottom:15px
  }

  .post-item .post-title {
      font-size: 17px;
      margin-bottom: 10px
  }

  .post-item .post-body {
      padding: 17px 20px
  }

  .post-item .post-img .post-meta-date {
      top: 20px;
      left: 20px;
      height: 29px
  }

  .post-item .post-img .post-meta-date .day {
      padding: 0 7px;
      font-size: 20px
  }

  .post-item .post-img .post-meta-date .month {
      padding: 0 7px
  }

  .comments-list .comment-item .comment-avatar {
      width: 40px;
      height: 40px
  }

  .comments-list .comment-item .comment-content {
      padding-left: 50px
  }

  .comments-list .comment-item .comment-content .comment-desc {
      font-size: 13px;
      padding: 10px
  }

  .widget-nav .nav-icon {
      max-width: 40px;
      flex: 0 0 40px;
      height: 40px
  }

  .widget-nav .nav-next .nav-icon {
      margin-right: 10px
  }

  .widget-nav .nav-prev .nav-icon {
      margin-left: 10px
  }

  .widget-nav .nav-ttile {
      flex: 0 0 calc(100% - 50px);
      max-width: calc(100% - 50px)
  }

  .comments-list .comment-item .nested-comment {
      padding: 20px 0 0;
      margin: 20px 0 0 40px
  }

  .bordered-box .blog-share,.bordered-box .blog-tags {
      padding: 10px
  }

  .blog-carousel .heading-wrapper {
      margin-bottom: 60px!important
  }

  .blog-carousel .btn-explore {
      position: relative;
      right: 0
  }

  .blog-carousel .heading-title {
      font-size: 18px
  }

  .blog-carousel .slick-arrow {
      top: -30px
  }
}

@media(min-width: 320px) and (max-width:575px) {
  .blog-author {
      flex-direction:column;
      padding: 20px
  }

  .blog-author::after {
      top: 20px;
      bottom: 20px
  }

  .blog-author .blog-author-avatar,.blog-author .blog-author-content {
      flex: 1 1 100%;
      max-width: 100%
  }
}

.contact-info .boxes-wrapper {
  position: relative;
  z-index: 3;
  margin-top: -40px;
  overflow: hidden;
  border-radius: 10px
}

.contact-info .boxes-wrapper>[class*=col-]:nth-of-type(1) .contact-box {
  background-color: var(--gray)
}

.contact-info .boxes-wrapper>[class*=col-]:nth-of-type(2) .contact-box {
  background-color: #3851a2
}

.contact-info .boxes-wrapper>[class*=col-]:nth-of-type(3) .contact-box {
  background-color: #2d4990
}

.contact-info .contact-box {
  position: relative;
  padding: 45px;
  height: 100%
}

.contact-info .contact-box .contact-title {
  font-size: 19px
}

.contact-info .contact-box .contact-icon {
  font-size: 50px;
  flex: 0 0 80px;
  max-width: 80px
}

.contact-info .contact-box .contact-title,.contact-info .contact-box .contact-icon,.contact-info .contact-box .time-list li,.contact-info .contact-box .contact-desc {
  color: #fff
}

.contact-info .contact-box .phone-number {
  font-size: 23px;
  margin-top: 5px;
  font-weight: 600;
  color: #fff!important
}

.contact-info .contact-box .phone-number .icon-phone {
  font-size: 17px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  background-color: #1ebaae
}

.contact-info .contact-box .btn-white.btn-outlined {
  height: 42px;
  border: 1px solid rgba(255,255,255,.25)
}

.contact-panel {
  position: relative;
  z-index: 2;
  padding: 60px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: rgba(9,29,62,.1) 0 5px 83px 0
}

.contact-panel .panel-header {
  padding: 35px 40px;
  border-radius: 5px 5px 0 0;
  background-color: var(--gray)
}

.contact-panel .panel-header .panel-title {
  font-size: 20px
}

.map iframe {
  width: 100%
}

.map-container {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 340px;
  transform: translateY(-50%);
  margin-left: calc((100% - 1250px)/2);
  margin-right: calc((100% - 1250px)/2)
}

.map-container .accordion-item {
  padding: 0;
  border: 0
}

.map-container .accordion-item.opened .accordion-header:not(.collapsed) .accordion-title {
  color: var(--second)
}

.map-container .accordion-header {
  border-top: 1px solid #e7ebef;
  border-bottom: 1px solid #e7ebef
}

.map-container .accordion-header,.map-container .accordion-body {
  padding: 20px 40px
}

.map-container .accordion-title {
  padding: 0 40px 0 0;
  font-size: 17px
}

.map-container .accordion-title::after {
  left: auto;
  right: 0
}

.map-container .contact-list li {
  font-size: 14px;
  margin-bottom: 7px
}

.map-container .contact-list li:last-child {
  margin-bottom: 0
}

.contact-panel-title {
  font-size: 24px;
  margin-bottom: 14px
}

.contact-layout1 .text-block {
  margin-bottom: 37px;
  padding-right: 50px
}

.contact-layout1 .text-block-desc {
  font-size: 15px
}

.contact-layout2 .testimonials-layout2 {
  margin-top: 20px;
  padding-top: 70px;
  border-top: 2px solid #c1c3ec
}

.contact-layout3 .fancybox-layout2 .fancybox-item .fancybox-body,.contact-layout4 .fancybox-layout2 .fancybox-item .fancybox-body {
  border-bottom: 1px solid var(--white)
}

.contact-layout3 .fancybox-layout2 .fancybox-item:last-of-type,.contact-layout4 .fancybox-layout2 .fancybox-item:last-of-type {
  margin-bottom: 0
}

.contact-layout3 .fancybox-layout2 .fancybox-item:last-of-type .fancybox-body,.contact-layout4 .fancybox-layout2 .fancybox-item:last-of-type .fancybox-body {
  padding-bottom: 0;
  border-bottom: 0
}

.contact-layout3 .btn-white,.contact-layout4 .btn-white {
  color: var(--gray)
}

.contact-layout3 .btn-white:hover,.contact-layout4 .btn-white:hover {
  color: #fff;
  background-color: var(--second)
}

.contact-layout4 .accordion-item {
  border-color: #6d6fb3;
  background-color: transparent
}

.contact-layout4 .accordion-item::after {
  color: var(--gray);
  background-color: #fff
}

.contact-layout4 .accordion-item:first-child {
  border-top-color: #fff
}

.contact-layout4 .accordion-item .accordion-title {
  color: #fff
}

.contact-layout4 .accordion-item .accordion-title:hover {
  color: var(--second)
}

.contact-layout4 .accordion-item .accordion-body p {
  color: #f9f9f9
}

.contact-layout4 .accordion-item.opened .accordion-header:not(.collapsed) .accordion-title {
  color: var(--second)
}

.contact-layout4 .accordion-item.opened .accordion-header:not(.collapsed) .accordion-title::after {
  color: var(--second);
  background-color: #fff
}

.contact-layout5 .contact-panel {
  border-radius: 15px
}

.contact-layout5 .contact-panel-form {
  flex: 0 0 70%;
  max-width: 70%;
  padding-right: 50px
}

.contact-layout5 .contact-panel-banner {
  padding-top: 30px;
  flex: 0 0 30%;
  max-width: 30%
}

.contact-layout5 .widget-banner {
  padding: 50px
}

.contact-layout5 .widget-banner.bg-overlay-primary::before {
  background-color: rgba(46,49,146,.95)
}

.contact-layout5 .widget-banner .widget-desc {
  font-size: 16px;
  margin-bottom: 160px
}

.contact-layout5 .widget-banner .btn-white {
  color: var(--gray)
}

.contact-layout5 .widget-banner .btn-white:hover {
  color: #fff
}

.locations-panel {
  margin-bottom: 65px
}

.locations-panel .locations-panel-header {
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 25px
}

.locations-panel .locations-panel-title {
  font-size: 25px;
  margin-bottom: 25px
}

.locations-panel ul {
  display: flex;
  flex-wrap: wrap
}

.locations-panel ul li {
  margin-bottom: 18px;
  flex-basis: 25%
}

.locations-panel ul li a {
  color: var(--gray);
  font-size: 14px;
  font-weight: 700
}

.locations-panel ul li a:hover {
  color: var(--second)
}

.locations-panel ul li a i {
  margin-right: 10px
}

.login-form {
  margin: auto;
  padding: 60px;
  max-width: 400px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: rgba(13,14,67,.12) 0 5px 83px 0
}

@media(min-width: 1300px) {
  .contact-layout2 {
      margin-right:20px;
      margin-left: 20px;
      overflow: hidden;
      border-radius: 20px
  }
}

@media(min-width: 1500px) {
  .contact-layout2 {
      margin-right:50px;
      margin-left: 50px
  }
}

@media(min-width: 1200px) {
  .contact-layout2 .contact-panel,.contact-layout3 .contact-panel,.contact-layout4 .contact-panel {
      margin-left:30px
  }

  .contact-layout9 .contact-panel-form {
      padding-right: 70px
  }

  .contact-layout8 .contact-panel {
      margin-right: 30px
  }
}

@media(max-width: 1199px) {
  .contact-layout5 .contact-panel,.contact-layout5 .widget-banner {
      padding:30px
  }
}

@media(max-width: 992px) {
  .contact-info .contact-box {
      padding:25px
  }

  .contact-panel {
      padding: 20px
  }

  .contact-panel .contact-panel-desc {
      font-size: 13px;
      line-height: 23px
  }

  .contact-layout3 .btn,.contact-layout4 .btn {
      margin-bottom: 10px
  }

  .contact-layout3 .contact-panel,.contact-layout4 .contact-panel {
      margin-top: 30px
  }

  .contact-layout5 .contact-panel-form {
      padding-right: 0
  }

  .contact-layout5 .contact-panel-form,.contact-layout5 .contact-panel-banner {
      flex: 0 0 100%;
      max-width: 100%
  }
}

@media(min-width: 320px) and (max-width:767px) {
  .contact-info .boxes-wrapper {
      margin-top:-20px
  }

  .contact-info .boxes-wrapper .contact-box {
      padding: 15px
  }

  .contact-info .boxes-wrapper .contact-box .contact-icon {
      font-size: 40px;
      flex: 0 0 50px;
      max-width: 50px
  }

  .contact-info .boxes-wrapper .contact-box .contact-title {
      font-size: 16px;
      margin-bottom: 10px
  }

  .locations-panel ul li {
      flex-basis: 50%
  }
}

[class*=pricing-widget-layout] {
  padding: 40px;
  border-radius: 12px
}

[class*=pricing-widget-layout] .pricing-title {
  font-size: 19px
}

[class*=pricing-widget-layout] .pricing-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dcdee2
}

[class*=pricing-widget-layout] .pricing-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0
}

[class*=pricing-widget-layout] .pricing-list li .price {
  line-height: 1;
  padding: 6px 10px;
  border-radius: 5px
}

.pricing-widget-layout1 {
  background-color: #eef7ff
}

.pricing-widget-layout1 .pricing-list li .price {
  color: #fff;
  background-color: var(--gray)
}

.pricing-widget-layout2 {
  background-color: #fff2f2
}

.pricing-widget-layout2 .pricing-list li .price {
  color: #fff;
  background-color: var(--second)
}

.pricing-widget-layout3 {
  border: 2px solid #dfdfea
}

.pricing-widget-layout3 .pricing-list li .price {
  color: #fff;
  background-color: var(--second)
}

.widget-plan {
  border-radius: 13px;
  border: 2px solid #e6e8eb
}

.widget-plan .widget-body {
  padding: 50px
}

.widget-plan .widget-footer {
  padding: 50px;
  border-top: 2px solid #e6e8eb
}

.widget-plan .plan-price {
  line-height: 1;
  font-size: 50px;
  color: #435ba1
}

.widget-plan .plan-price .period {
  font-size: 14px
}

@media(max-width: 992px) {
  [class*=pricing-widget-layout] {
      padding:20px;
      border-radius: 8px
  }

  [class*=pricing-widget-layout] .pricing-title {
      font-size: 16px
  }

  [class*=pricing-widget-layout] .pricing-list li {
      font-size: 14px
  }

  [class*=pricing-widget-layout] .pricing-list li .price {
      padding: 3px 6px
  }
}

.sidebar.sticky-top {
  top: 100px
}

.widget {
  position: relative;
  padding: 40px;
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 5px;
  border-bottom: 8px solid #dfdfea;
  box-shadow: rgba(13,14,67,.12) 0 5px 83px 0
}

.widget:last-child {
  margin-bottom: 0
}

.widget .widget-title {
  font-size: 22px;
  margin-bottom: 23px
}

.widget-search {
  background-color: var(--gray)
}

.widget-search .widget-form-search {
  position: relative
}

.widget-search .widget-form-search .form-control {
  height: 55px
}

.widget-search .widget-form-search .form-control:focus {
  border-color: var(--gray)
}

.widget-search .widget-form-search .btn {
  position: absolute;
  top: 0;
  right: 20px;
  width: auto;
  color: var(--second);
  padding: 0;
  min-width: 0;
  height: 55px;
  line-height: 55px
}

.widget-search .widget-form-search .btn::before {
  display: none
}

.widget-search .widget-form-search .btn:hover {
  color: var(--gray)
}

.widget-categories ul li {
  margin-bottom: 11px
}

.widget-categories ul li:last-child {
  margin-bottom: 0
}

.widget-categories ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: titillium web,sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 20px;
  text-transform: capitalize;
  color: #fff;
  background-color: var(--gray);
  transition: all .3s linear 0s
}

.widget-categories ul li a .cat-count {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  background-color: var(--second);
  transition: all .3s linear 0s
}

.widget-categories ul li a:hover,.widget-categories ul li a.active {
  background-color: var(--second);
  clip-path: polygon(calc(100% - 15px) 0px,100% 15px,100% 100%,0px 100%,0px 0px)
}

.widget-categories ul li a:hover .cat-count,.widget-categories ul li a.active .cat-count {
  color: var(--second);
  background-color: #fff
}

.widget-categories-layout2 ul li {
  margin-bottom: 11px
}

.widget-categories-layout2 ul li:last-child {
  margin-bottom: 0
}

.widget-categories-layout2 ul li a {
  position: relative;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  color: var(--second)
}

.widget-categories-layout2 ul li a:hover {
  color: var(--gray)
}

.widget-services ul li {
  margin-bottom: 4px
}

.widget-services ul li:last-child {
  margin-bottom: 0
}

.widget-services ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 700;
  padding: 22px 30px;
  text-transform: capitalize;
  border-radius: 50px;
  font-family: titillium web,sans-serif;
  color: var(--second);
  background-color: #fff;
  transition: all .4s ease 0s
}

.widget-services ul li a:hover {
  color: #fff;
  background-color: var(--gray)
}

.widget-tags ul {
  display: flex;
  flex-wrap: wrap
}

.widget-tags ul li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  padding: 6px 10px;
  margin: 0 10px 10px 0;
  border-radius: 3px;
  border: 1px solid var(--second);
  color: var(--second);
  background-color: #fff;
  transition: all .4s ease 0s
}

.widget-tags ul li a:hover {
  color: #fff;
  border-color: var(--second);
  background-color: var(--second)
}

.widget-post-item {
  margin-bottom: 25px
}

.widget-post-item:last-of-type {
  margin-bottom: 0
}

.widget-post-item .widget-post-title {
  font-size: 16px;
  margin-bottom: 0
}

.widget-post-item .widget-post-title a {
  color: var(--primary)
}

.widget-post-item:hover .widget-post-title a {
  color: var(--gray)
}

.widget-post-item .widget-post-img {
  flex: 0 0 80px;
  max-width: 80px;
  margin-right: 15px
}

.widget-post-item .widget-post-img img {
  border-radius: 5px
}

.widget-post-item .widget-post-date {
  line-height: 1;
  font-size: 13px;
  margin-bottom: 4px
}

.widget-poducts .widget-product-item {
  margin-bottom: 20px
}

.widget-poducts .widget-product-item:last-of-type {
  margin-bottom: 0
}

.widget-poducts .widget-product-item .widget-product-title {
  font-size: 15px;
  margin-bottom: 0
}

.widget-poducts .widget-product-item .widget-product-title a {
  color: var(--primary)
}

.widget-poducts .widget-product-item:hover .widget-product-title a {
  color: var(--gray)
}

.widget-poducts .widget-product-item .widget-product-img {
  margin-right: 20px;
  flex: 0 0 50px;
  max-width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 2px
}

.widget-poducts .widget-product-item .widget-product-img img {
  border-radius: 5px
}

.widget-poducts .widget-product-item .widget-product-price {
  color: var(--gray);
  font-size: 15px;
  font-weight: 700
}

.widget-banner .widget-icon {
  font-size: 55px;
  margin-bottom: 4px
}

.widget-banner .widget-icon,.widget-banner .widget-title {
  color: #fff
}

.widget-banner .widget-desc {
  font-size: 17px;
  color: #f9f9f9;
  margin-bottom: 90px
}

.widget-banner .phone-number {
  font-size: 20px;
  margin-top: 5px;
  color: #fff!important
}

.widget-schedule {
  background-color: #f6f6f6
}

.widget-schedule .widget-icon {
  color: var(--second);
  font-size: 50px;
  margin-bottom: 6px
}

.time-list li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dcdee2
}

.time-list li:last-child {
  margin-bottom: 0;
  border-bottom: 0
}

.widget-member {
  padding: 0;
  overflow: visible
}

.widget-member::after {
  display: none
}

.widget-member .member {
  z-index: 3;
  box-shadow: rgba(9,29,62,.15) 0 5px 83px 0
}

.widget-member .member::before {
  transform: scaleX(1)
}

.widget-member .member .social-icons li {
  opacity: 1
}

.widget-banner {
  border-bottom: 0
}

.widget-download .btn {
  height: 80px;
  border-radius: 0;
  clip-path: none;
  padding: 0;
  justify-content: flex-start;
  text-align: center
}

.widget-download .btn:not(:last-child) {
  margin-bottom: 20px
}

.widget-download .btn .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  color: #fff;
  font-size: 30px;
  margin: 0;
  transition: all .3s ease 0s;
  background-color: rgba(255,255,255,.1)
}

.widget-download .btn .btn-text {
  flex: 1 1 0%
}

.widget-filter .ui-slider {
  background-color: rgba(34,34,34,.06);
  border-radius: 0;
  height: 4px;
  margin-bottom: 18px
}

.widget-filter .ui-slider-range {
  height: 4px;
  background-color: var(--second)
}

.widget-filter .price-output {
  flex: 0 0 50%;
  max-width: 50%
}

.widget-filter label {
  color: #848e9f;
  font-size: 14px;
  margin-bottom: 0
}

.widget-filter input {
  background-color: transparent;
  color: var(--gray);
  font-size: 14px;
  border: none
}

.widget-filter .btn-filter {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary)
}

.ui-slider {
  position: relative
}

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-widget.ui-widget-content {
  border: none
}

.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit
}

.ui-slider-horizontal .ui-slider-handle {
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  width: 10px;
  height: 10px;
  border-radius: 4px;
  background-color: var(--second)
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0
}

.sidebar-layout2 .widget {
  padding: 0;
  box-shadow: none;
  border-bottom: 0;
  background-color: transparent
}

.sidebar-layout2 .widget::after {
  display: none
}

@media(min-width: 1200px) {
  .sidebar.has-marign-right {
      margin-right:40px
  }

  .sidebar.has-marign-left {
      margin-left: 40px
  }

  .widget-member.shifted-top {
      margin-top: -450px
  }
}

@media(min-width: 320px) and (max-width:992px) {
  .widget {
      padding:20px;
      margin-bottom: 30px
  }

  .widget::after {
      top: 20px;
      bottom: 20px
  }
}

@media(min-width: 320px) and (max-width:767px) {
  .widget {
      padding:15px
  }

  .widget::after {
      top: 15px;
      bottom: 15px
  }

  .widget .widget-title {
      margin-bottom: 14px
  }

  .widget-categories ul {
      padding: 0
  }

  .widget-categories ul li a {
      font-size: 13px
  }
}

.about-img {
  position: relative
}

.about-img img {
  border-radius: 5px
}

.about-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 120px;
  height: 120px
}

.about-badge::before {
  content: "";
  position: absolute;
  inset: 0;
  animation: 10s ease 0s infinite normal none running spinner;
  background: url(../images/icons/text-badge.png) no-repeat
}

.about-badge .about-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  font-size: 42px;
  color: #fff;
  background-color: var(--second)
}

.about-layout1 .about-badge {
  position: absolute;
  top: -60px;
  left: 50px
}

.about-layout1 .about-Text {
  padding: 170px 0 0 70px
}

.about-layout1 .about-Text p {
  font-size: 16px;
  color: var(--primary)
}

.about-layout1 .about-Text p:first-of-type {
  position: relative;
  font-weight: 600
}

.about-layout1 .btn-xl {
  min-width: 230px
}

.about-layout2 .about-img {
  padding-right: 40px
}

.about-layout2 .about-text {
  position: absolute;
  top: 0;
  z-index: 2
}

.about-layout2 .about-text-banner {
  position: relative;
  width: 470px;
  height: 400px;
  padding-right: 40px;
  display: flex;
  align-items: center
}

.about-layout2 .about-text-banner::before,.about-layout2 .about-text-banner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #fff
}

.about-layout2 .about-text-banner::before {
  left: 0;
  width: calc(100% - 140px)
}

.about-layout2 .about-text-banner::after {
  right: 0;
  width: 141px;
  clip-path: url(#path-direction-right)
}

.about-layout2 .about-Text p {
  font-size: 16px
}

.about-layout2 .author-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 2px solid #dfdfea;
  margin-right: 20px
}

.about-layout2 .author-img img {
  border-radius: 50%
}

.about-layout2 .author-title {
  font-size: 19px;
  margin-bottom: 0
}

.about-layout2 .author-desc {
  font-size: 14px
}

.about-layout2 .author-singnture {
  margin-left: 30px
}

@media(max-width: 1199px) {
  .about-layout1 .about-img {
      margin-top:70px
  }

  .about-layout1 .about-Text {
      padding: 30px 0 0
  }
}

@media(min-width: 320px) and (max-width:575px) {
  .about-layout2 .about-img {
      padding-right:0
  }

  .about-layout2 .about-text-banner {
      display: none
  }
}

.service-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 7px 7px 0 0;
  border-bottom: 8px solid #dfdfea;
  box-shadow: rgba(9,29,62,.05) 0 5px 83px 0;
  transition: all .4s ease 0s
}

.service-item .service-body {
  position: relative;
  z-index: 2;
  background-color: #fff
}

.service-item .service-category {
  display: inline-flex;
  padding: 5px 12px;
  margin-bottom: 27px;
  border-radius: 0 0 3px 3px;
  background-color: var(--second)
}

.service-item .service-category a {
  position: relative;
  color: #fff;
  font-size: 14px;
  padding-right: 7px
}

.service-item .service-category a::after {
  content: ",";
  position: absolute;
  top: 0;
  right: 2px;
  color: #fff
}

.service-item .service-category a:last-of-type {
  padding-right: 0
}

.service-item .service-category a:last-of-type::after {
  display: none
}

.service-item .service-category a:hover {
  color: var(--gray)
}

.service-item .service-icon {
  color: var(--second);
  font-size: 50px;
  line-height: 1;
  margin-bottom: 25px;
  transition: all .3s linear 0s
}

.service-item .service-title {
  font-size: 21px;
  margin-bottom: 18px;
  transition: all .3s linear 0s
}

.service-item .service-desc {
  margin-bottom: 26px;
  transition: all .3s linear 0s
}

.service-item .btn-link.btn-primary:hover .plus-icon {
  background-color: var(--second)
}

.service-item:hover {
  z-index: 3;
  box-shadow: rgba(40,40,40,.12) 0 5px 83px 0;
  border-color: var(--second)!important
}

.services-layout1 .service-item {
  border-radius: 7px 0 0 7px
}

.services-layout1 .service-item .service-body {
  padding: 0 0 40px 40px;
  margin: -50px 50px 0 0;
  border-top-right-radius: 7px
}

.services-layout2 {
  overflow-x: hidden
}

.services-layout2 .service-item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 0;
  border-right: 8px solid #dfdfea;
  box-shadow: rgba(13,14,67,.08) 0 5px 83px 0
}

.services-layout2 .service-item .service-img {
  flex: 0 0 40%;
  max-width: 40%
}

.services-layout2 .service-item .service-body {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 50px 50px 50px 0
}

.services-layout2 .service-item .service-body::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -70px;
  width: 72px;
  z-index: -1;
  background-color: #fff;
  clip-path: url(#path-direction-left2)
}

.services-layout2 .slick-slider {
  padding-bottom: 70px
}

.services-layout3 .service-item,.services-layout4 .service-item,.services-layout5 .service-item,.services-layout6 .service-item {
  border-bottom: 0;
  overflow: visible;
  margin-bottom: 110px;
  box-shadow: rgba(13,14,67,.08) 0 5px 83px 0
}

.services-layout3 .service-item .service-body,.services-layout4 .service-item .service-body,.services-layout5 .service-item .service-body,.services-layout6 .service-item .service-body {
  padding: 50px 50px 0;
  overflow: hidden
}

.services-layout3 .service-item .service-desc,.services-layout4 .service-item .service-desc,.services-layout5 .service-item .service-desc,.services-layout6 .service-item .service-desc {
  margin-bottom: 0
}

.services-layout3 .service-item .service-icon,.services-layout4 .service-item .service-icon,.services-layout5 .service-item .service-icon,.services-layout6 .service-item .service-icon {
  color: var(--primary);
  font-size: 75px;
  margin-bottom: 25px
}

.services-layout3 .service-item .service-icon .icon-item,.services-layout4 .service-item .service-icon .icon-item,.services-layout5 .service-item .service-icon .icon-item,.services-layout6 .service-item .service-icon .icon-item {
  display: block;
  transition: all .3s linear 0s
}

.services-layout3 .service-item .service-icon .icon-item:nth-child(2),.services-layout4 .service-item .service-icon .icon-item:nth-child(2),.services-layout5 .service-item .service-icon .icon-item:nth-child(2),.services-layout6 .service-item .service-icon .icon-item:nth-child(2) {
  position: absolute;
  top: -60px;
  right: -100px;
  font-size: 200px;
  color: #eaeaf4
}

.services-layout3 .service-item .service-img,.services-layout4 .service-item .service-img,.services-layout5 .service-item .service-img,.services-layout6 .service-item .service-img {
  padding: 0 50px;
  margin-top: -20px
}

.services-layout3 .service-item .service-img img,.services-layout4 .service-item .service-img img,.services-layout5 .service-item .service-img img,.services-layout6 .service-item .service-img img {
  width: 100%;
  clip-path: url(#path-direction-up);
  transform: translateY(50px)
}

.services-layout3 .service-item .service-more,.services-layout4 .service-item .service-more,.services-layout5 .service-item .service-more,.services-layout6 .service-item .service-more {
  position: absolute;
  bottom: -110px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%) scale(.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease 0s
}

.services-layout3 .service-item .service-more .plus-icon,.services-layout4 .service-item .service-more .plus-icon,.services-layout5 .service-item .service-more .plus-icon,.services-layout6 .service-item .service-more .plus-icon {
  position: absolute;
  width: 60px;
  height: 68px;
  border-radius: 0;
  color: #fff;
  background-color: var(--second);
  clip-path: circle(40%)
}

.services-layout3 .service-item .service-more .service-more-svg,.services-layout4 .service-item .service-more .service-more-svg,.services-layout5 .service-item .service-more .service-more-svg,.services-layout6 .service-item .service-more .service-more-svg {
  width: 110px;
  height: 122px
}

.services-layout3 .service-item:hover .service-icon .icon-item,.services-layout4 .service-item:hover .service-icon .icon-item,.services-layout5 .service-item:hover .service-icon .icon-item,.services-layout6 .service-item:hover .service-icon .icon-item {
  transform: translateY(-5px)
}

.services-layout3 .service-item:hover .service-more,.services-layout4 .service-item:hover .service-more,.services-layout5 .service-item:hover .service-more,.services-layout6 .service-item:hover .service-more {
  opacity: 1;
  transform: translateX(-50%) scale(1)
}

.services-layout4 .slick-dots,.services-layout5 .slick-dots {
  margin-top: 15px
}

.services-layout4 .slick-track,.services-layout5 .slick-track {
  padding-bottom: 0px
}

.services-layout4 .service-item,.services-layout5 .service-item,.services-layout6 .service-item {
  box-shadow: rgba(13,14,67,.12) 0 5px 83px 0
}

.services-layout4 .contact-phone,.services-layout5 .contact-phone,.services-layout6 .contact-phone {
  max-width: 290px
}

.services-layout4 .contact-phone .phone-icon,.services-layout5 .contact-phone .phone-icon,.services-layout6 .contact-phone .phone-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  flex: 0 0 68px;
  border-radius: 50%;
  box-shadow: #dfdfea 0 0 0 2px inset
}

.services-layout4 .contact-phone .phone-icon .icon-item,.services-layout5 .contact-phone .phone-icon .icon-item,.services-layout6 .contact-phone .phone-icon .icon-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  background-color: var(--second);
  transition: all .3s ease-in-out 0s
}

.services-layout4 .slick-slide,.services-layout5 .slick-slide,.services-layout6 .slick-slide {
  margin: 15px
}

.services-layout4 .slick-list,.services-layout5 .slick-list,.services-layout6 .slick-list {
  margin: -15px
}

.services-layout5 .service-item .service-img,.services-layout6 .service-item .service-img {
  display: block
}

.services-layout5 .service-item .service-img img,.services-layout6 .service-item .service-img img {
  clip-path: url(#path-direction-down2)
}

.services-layout5 .service-item .btn,.services-layout6 .service-item .btn {
  margin-top: 26px
}

.services-layout5 .text-block {
  margin-top: -90px
}

.services-layout5 .slick-dots {
  margin-top: 80px
}

.services-layout6 .service-item .service-body {
  padding: 50px
}

.services-layout6 .text-block {
  margin-top: -35px;
  padding-right: 60px
}

.services-layout6 .slick-dots {
  margin-top: 40px;
  text-align: right
}

[class*=services-layout] .slick-slide {
  margin: 15px;
  transition: opacity .3s ease 0s,visibility .3s ease 0s,box-shadow .4s ease 0s
}

[class*=services-layout] .slick-slide:not(.slick-active) {
  opacity: 0;
  visibility: hidden
}

[class*=services-layout] .slick-list {
  margin: -15px;
  overflow: visible
}

.list-filter li {
  margin-right: 30px
}

.list-filter li:last-child {
  margin-right: 0
}

.list-filter .filter {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--gray);
  padding-bottom: 3px
}

.list-filter .filter::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--second);
  transition: all .4s ease 0s
}

.list-filter .filter.active,.list-filter .filter:hover {
  color: var(--second)
}

.list-filter .filter.active::before,.list-filter .filter:hover::before {
  width: 100%
}

.mix {
  display: none
}

.services-carousel .slick-arrow.slick-prev {
  left: -30px
}

.services-carousel .slick-arrow.slick-next {
  right: auto;
  left: -30px;
  top: calc(50% + 70px)
}

@media(min-width: 1200px) {
  .services-carousel .carousel-wrapper {
      margin-right:-350px
  }

  .services-carousel .service-item .service-desc {
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal
  }
}

@media(min-width: 1500px) {
  .services-carousel .carousel-wrapper {
      margin-right:-550px
  }

  .services-carousel .slick-arrow.slick-prev {
      left: -100px
  }

  .services-carousel .slick-arrow.slick-next {
      left: -100px
  }
}

@media(min-width: 992px) {
  .services-layout5 .service-item .service-desc,.services-layout6 .service-item .service-desc {
      display:-webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal
  }
}

@media(max-width: 991px) {
  .service-item .service-title {
      font-size:18px
  }

  .service-item .service-desc {
      font-size: 14px
  }

  .service-item .service-category {
      margin-bottom: 15px
  }

  .services-layout1 .service-item .service-body {
      padding: 0 0 20px 20px;
      margin: -20px 20px 0 0
  }

  .services-layout2 .service-item .service-body {
      padding: 30px 30px 30px 0
  }

  .services-carousel .slick-arrow {
      top: 50%!important
  }

  .services-carousel .slick-arrow.slick-prev {
      left: 0
  }

  .services-carousel .slick-arrow.slick-next {
      left: auto;
      right: 0
  }

  .list-filter li {
      margin-right: 15px
  }
  .border-box-top-ipad{
    border-top: .5px solid var(--smokewhite);
  }
   .border-box-bottom-ipad{
    border-bottom: 1.5px solid var(--smokewhite);
  }
}

@media(max-width: 767px) {
  .services-layout5 .text-block {
      margin-top:-120px
  }

  .services-layout3 .service-item .service-body,.services-layout4 .service-item .service-body,.services-layout5 .service-item .service-body,.services-layout6 .service-item .service-body {
      padding: 20px 20px 0
  }

  .services-layout3 .service-item .service-img,.services-layout4 .service-item .service-img,.services-layout5 .service-item .service-img,.services-layout6 .service-item .service-img {
      padding: 0 20px
  }

  .services-layout3 .service-item .icon-item:nth-child(2),.services-layout4 .service-item .icon-item:nth-child(2),.services-layout5 .service-item .icon-item:nth-child(2),.services-layout6 .service-item .icon-item:nth-child(2) {
      top: -90px;
      right: -110px
  }
  .border-box-top{
    border-top: .5px solid var(--smokewhite);
  }
   .border-box-bottom{
    border-bottom: 1.5px solid var(--smokewhite);
  }
}

@media(max-width: 450px) {
  .services-layout2 .service-item {
      flex-direction:column
  }

  .services-layout2 .service-item .service-img,.services-layout2 .service-item .service-body {
      flex: 0 0 100%;
      max-width: 100%
  }

  .services-layout2 .service-item .service-img {
      min-height: 250px
  }

  .services-layout2 .service-item .service-body {
      padding: 20px
  }
}

.gallery-img {
  position: relative;
  margin-bottom: 30px
}

.gallery-img img {
  border-radius: 5px
}

.gallery .slick-list {
  margin: 0;
  overflow: hidden;
  border-radius: 12px
}

.gallery .slick-slide {
  margin: 0
}

.gallery .slick-arrow.slick-next {
  right: -50px
}

.gallery .slick-arrow.slick-prev {
  left: -50px
}

@media(min-width: 320px) and (max-width:575px) {
  .gallery .slick-arrow.slick-next {
      right:0
  }

  .gallery .slick-arrow.slick-prev {
      left: 0
  }
}

.product-item {
  position: relative;
  text-align: center;
  border-radius: 6px;
  margin-bottom: 20px;
  transition: all .3s linear 0s
}

.product-item .product-action {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all .6s ease 0s
}

.product-item .product-info {
  padding: 28px 0
}

.product-item:hover .product-action {
  opacity: 1;
  bottom: 30px
}

.product-title {
  font-size: 21px;
  margin-bottom: 8px
}

.product-title a {
  color: var(--gray)
}

.product-title a:hover {
  color: var(--second)
}

.product-price {
  display: inline-block;
  font-size: 19px;
  font-weight: 700;
  color: var(--second)
}

.product-img {
  position: relative;
  overflow: hidden
}

.product-img img {
  border-radius: 6px
}

.product-item-single .product-title {
  font-size: 29px;
  margin-bottom: 15px
}

.product-item-single .product-rating {
  margin-right: 37px
}

.product-item-single .product-rating i {
  font-size: 15px
}

.product-item-single .product-rating i.active {
  color: var(--second)
}

.product-item-single .product-img img {
  border-radius: 15px
}

.product-item-single .product-price {
  font-size: 22px
}

.product-item-single .product-desc {
  font-size: 15px
}

.product-item-single .social-icons li a {
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px
}

.product-details li {
  line-height: 2
}

.product-details li strong {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
  min-width: 120px;
  display: inline-block
}

.product-meta-review {
  font-size: 14px
}

.product-meta-review a {
  position: relative;
  color: #848e9f;
  padding-left: 10px
}

.product-meta-review a:hover {
  color: var(--gray)
}

.product-meta-review a::before {
  content: "/";
  position: absolute;
  top: 0;
  left: 0
}

.product-meta-details li {
  display: flex;
  font-size: 15px;
  margin-bottom: 13px
}

.product-meta-details li:last-child {
  margin-bottom: 0
}

.product-meta-details li span:first-of-type {
  font-family: titillium web,sans-serif;
  color: var(--gray);
  font-weight: 700;
  font-size: 16px;
  min-width: 120px
}

.related-products-title {
  font-size: 24px
}

.product-quantity-title {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 10px
}

.quantity-input-wrap {
  display: inline-flex;
  position: relative;
  width: 80px;
  max-height: 50px;
  border-radius: 3px;
  border: 2px solid #e6e8eb
}

.quantity-input-wrap i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: var(--primary);
  cursor: pointer;
  position: absolute;
  right: 0;
  font-style: normal;
  font-size: 9px;
  border-left: 2px solid #e6e8eb;
  user-select: none
}

.quantity-input-wrap .decrease-qty {
  bottom: 0;
  border-top: 2px solid #e6e8eb
}

.quantity-input-wrap .qty-input {
  background-color: transparent;
  text-align: center;
  color: var(--primary);
  font-weight: 600;
  font-size: 16px;
  padding: 0;
  margin: 0;
  width: 50px;
  height: 50px;
  border: 0;
  outline: 0;
  appearance: textfield
}

.quantity-input-wrap .qty-input::-webkit-inner-spin-button,.quantity-input-wrap .qty-input::-webkit-outer-spin-button {
  appearance: none
}

.product-quantity .btn {
  height: 50px;
  clip-path: none
}

.product-details .nav-tabs {
  border-bottom: 2px solid #e6e6e6
}

.product-details .nav-tabs .nav-link {
  margin-bottom: -2px
}

.product-details .tab-content {
  padding-top: 20px
}

.product-details .tab-content p {
  font-size: 15px
}

.product-details .tab-content p:last-child {
  margin-bottom: 0
}

.product-details .reviews-form .form-control {
  height: 50px
}

.magnifier {
  z-index: 3000!important
}

.sorting-options .nice-select {
  width: auto;
  min-width: 230px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 0
}

.cart-table {
  margin-bottom: 50px
}

.cart-table .table {
  border-radius: 4px;
  margin-bottom: 0
}

.cart-table thead {
  background-color: transparent
}

.cart-table thead tr th {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: var(--primary);
  border-color: #e9e9e9;
  padding: 15px 0;
  border-bottom-width: 0!important
}

.cart-table tbody tr td {
  padding: 15px;
  border-color: #e9e9e9;
  vertical-align: middle
}

.cart-table .cart-product {
  position: relative
}

.cart-table .cart-product-price,.cart-table .cart-product-total {
  font-size: 16px;
  font-weight: 700;
  color: var(--second);
  text-align: center
}

.cart-table .cart-product-quantity {
  text-align: center
}

.cart-table .cart-product-img {
  width: 50px;
  margin-right: 20px
}

.cart-table .cart-product-title {
  font-size: 16px;
  margin-bottom: 0
}

.cart-table .cart-product-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  font-size: 9px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  margin-right: 20px;
  color: #fff;
  background-color: #222
}

.cart-table .cart-product-remove:hover {
  background-color: var(--gray)
}

.cart-table .cart-product-action td {
  padding: 30px 20px 20px
}

.cart-table .cart-product-action td .form-control {
  font-size: 12px;
  font-weight: 400;
  width: 250px;
  height: 42px;
  border-radius: 4px;
  border: 1px solid #dbdbdb
}

.cart-table .cart-product-action td .btn {
  height: 42px;
  min-width: 134px;
  clip-path: none;
  margin-left: 10px
}

.cart-total-amount ul li {
  font-size: 17px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e9e9e9
}

.cart-total-amount ul li span:first-of-type {
  font-weight: 700;
  color: var(--primary)
}

@media(min-width: 320px) and (max-width:575px) {
  .cart-table tbody tr td {
      padding:5px
  }

  .cart-table .cart-product-img {
      width: 40px;
      margin-right: 5px
  }

  .cart-table .cart-product-title {
      font-size: 12px;
      font-weight: 400
  }

  .cart-table .cart-product-price,.cart-table .cart-product-total {
      font-size: 10px
  }

  .cart-table .cart-product-action-content {
      display: block!important
  }

  .cart-table .cart-product-price,.cart-table .cart-product-total {
      font-size: 10px;
      font-weight: 400;
      padding: 0
  }

  .cart-table thead tr th {
      font-size: 10px
  }
}

.process-item {
  position: relative;
  padding: 48px 30px 40px 38px;
  border-radius: 6px 6px 0 0;
  margin-bottom: 30px;
  background-color: #fff;
  border-bottom: 8px solid #dfdfea;
  box-shadow: rgba(13,14,67,.08) 0 5px 83px 0;
  transition: all .3s ease 0s
}

.process-item .process-number {
  position: absolute;
  top: 20px;
  right: 30px;
  font-family: titillium web,sans-serif;
  font-size: 34px;
  font-style: italic;
  color: #eaedf5
}

.process-item .process-icon {
  position: relative;
  color: var(--primary);
  font-size: 55px;
  margin-bottom: 16px;
  transition: color .4s linear 0s
}

.process-item .process-title {
  font-size: 19px;
  margin-bottom: 18px
}

.process-item .process-desc {
  font-size: 14px;
  margin-bottom: 20px
}

.process-item:hover {
  border-bottom-color: var(--second);
  transform: translateY(-5px)
}

.process-item:hover .process-icon {
  color: var(--second)
}

.process-item:hover .btn-link {
  color: var(--second)
}

.work-process .slick-list {
  margin: -15px;
  overflow: visible
}

.work-process .slick-slide {
  margin: 15px;
  transition: all .3s ease 0s
}

.work-process .slick-slide.slick-active {
  opacity: 1;
  visibility: visible
}

.work-process .slick-slide:not(.slick-active) {
  opacity: 0;
  visibility: hidden
}

.work-process .cta {
  padding-top: 140px;
  padding-bottom: 70px;
  margin-top: -70px
}

.work-process .cta .cta-title {
  color: #fff;
  font-size: 27px
}

.work-process .cta .cta-desc {
  font-size: 16px;
  color: #fff
}

.work-process .cta .btn:not(.btn-link) {
  height: 50px
}

@media(min-width: 1500px) {
  .work-process .carousel-container {
      margin-right:-200px
  }

  .work-process .process-item .process-title {
      padding-right: 40px
  }
}

@media(min-width: 1200px) {
  .work-process .carousel-container {
      margin-right:-140px
  }

  .work-process .cta .cta-title {
      padding: 0 30px
  }

  .work-process .cta .cta-desc {
      padding: 0 30px;
      margin-bottom: 0
  }
}

@media(min-width: 320px) and (max-width:767px) {
  .process-item {
      padding:20px
  }

  .process-item::before {
      top: 20px;
      bottom: 20px
  }

  .process-item .process-number {
      top: 20px;
      right: 20px;
      font-size: 50px
  }
}

.nurse-label {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all .3s ease
}

.nurse-label:hover {
  transform: scale(1.05)
}

.nurse-label input[type=checkbox] {
  display: none
}

.checkbox {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 4px;
  border: 2px solid var(--smokewhite);
  transition: all .3s ease
}

.nurse-label input[type=checkbox]:checked+.checkbox {
  border-color: var(--gray)
}

.nurse-label input[type=checkbox]:checked+.checkbox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 20px;
  border: solid var(--second);
  border-width: 0 6px 6px 0;
  transform: translate(-50%,-50%) rotateZ(45deg);
  animation: check .4s ease forwards
}

@keyframes check {
  0% {
      transform: translate(-50%,-50%) rotateZ(45deg) scale(.2)
  }

  50% {
      transform: translate(-50%,-50%) rotateZ(45deg) scale(1.2)
  }

  100% {
      transform: translate(-50%,-50%) rotateZ(45deg) scale(.4)
  }
}

.calendar {
  margin-bottom: 200px
}

.class-link {
  color: #333;
  text-decoration: none
}

.class-link:hover {
  color: #fb0
}

.calendar {
  font-size: 18px;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
  border: 2px solid #e6e8eb
}

.ui-datepicker {
  background: #fff;
  border-radius: 15px
}

.ui-datepicker-header {
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: var(--second);
  margin-bottom: 10px
}

.ui-datepicker-prev,.ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px
}

.ui-datepicker-prev {
  float: left;
  margin-left: 12px
}

.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin: -43px 0 0 8px
}

.ui-datepicker-next {
  float: right;
  margin-right: 12px
}

.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin: -43px 0 0 6px
}

.ui-datepicker-prev:after,.ui-datepicker-next:after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff
}

.ui-datepicker-prev:hover,.ui-datepicker-next:hover,.ui-datepicker-prev:hover:after,.ui-datepicker-next:hover:after {
  border-color: #333
}

.ui-datepicker-title {
  text-align: center;
  font-size: 25px
}

.ui-datepicker-calendar {
  width: 100%;
  text-align: center
}

.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 40px;
  color: var(--primary);
  margin-bottom: 5px;
  font-size: 18px
}

.ui-state-default {
  display: block;
  text-decoration: none;
  color: #333;
  line-height: 40px;
  font-size: 16px
}

.ui-state-default:hover {
  color: #fff;
  background: var(--second);
  border-radius: 50px;
  transition: all .25s cubic-bezier(.7,-.12,.2,1.12)
}

.ui-state-highlight {
  color: #fff;
  background-color: var(--primary);
  border-radius: 50px
}

.ui-state-active {
  color: #fff;
  background-color: var(--primary);
  border-radius: 50px
}

.ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid transparent
}

.icon {
  margin-left: -30px;
  margin-top: -26px;
  position: relative;
  color: var(--second);
  font-size: 20px
}

.textarea-label,textarea {
  letter-spacing: 1px
}

textarea {
  max-width: 100%;
  resize: both;
  font-size: 14px;
  height: 60px;
  padding: 5px 20px;
  border-radius: 4px;
  background-color: #fff;
  border: 2px solid #e6e8eb
}

.textarea-label {
  display: block;
  margin-bottom: 10px
}
