
/* Css Sharpes  */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Main Slider
6. About Section
7. Cta Section
9. Service Section
8. We-work Section
10. Pricing Section
11. Testimonials Section
12. News Section
14. Main Footer
15. Footer Bottom
16. Page title
19. Our-team section
20. Testimonial page
21. Faq page
22. Error page
23. Service Page
24. Service Details
25. Sidebar Section
26. Service Details content
27. Gallery page
28. Team page
29. Team Details page
30. Tema Details content
31. Shop Section
32. Sidebar Shop
33. Single Shop section
34. Cart page
35. Checkout page
36. Blog Classic
37. Blog Single
38. Google map area
39. Contact info 
40. Contact form area


**********************************************/


/* use font link */

@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/* use style sheet */

@import url(../css/font-awesome.css);
@import url(../css/flaticon.css);
@import url(../css/animate.css);
@import url(../css/owl.css);
@import url(../css/bootstrap.css);
@import url(../css/bootstrap.min.css);
@import url(../css/revolution-slider.css);
@import url(../css/jquery-ui.css);
@import url(../css/jquery.fancybox.css);
@import url(../css/hover.css);
@import url(../css/nouislider.css);
@import url(../css/bootstrap-select.min.css);
@import url(../css/jquery.bootstrap-touchspin.css);



/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body {
  font-size:14px;
  color:#666666;
  line-height:26px;
  font-weight:400;
  background:#ffffff;
  font-family: 'Open Sans', sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

.custom-cursor{
  position: fixed;
  inset: 0px;
  pointer-events: none;
  z-index: 999998;
  --cursor-ring-color: rgba(var(--accent-rgb), 0.9);
  --cursor-dot-color: var(--accent-primary);
  --cursor-pulse-color: rgba(var(--accent-rgb), 0.32);
  --cursor-glow-color: rgba(var(--accent-rgb), 0.22);
  --cursor-contrast-halo: rgba(255, 255, 255, 0.72);
}

.custom-cursor__ring,
.custom-cursor__dot{
  position: fixed;
  top: 0px;
  left: 0px;
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: normal;
  will-change: transform, opacity, width, height, margin;
}

.custom-cursor__ring{
  width: 42px;
  height: 42px;
  margin: -21px 0px 0px -21px;
  border: 2px solid var(--cursor-ring-color);
  border-radius: 50%;
  box-shadow:
    0 0 0 1px var(--cursor-contrast-halo),
    0 0 18px var(--cursor-glow-color);
  transition:
    opacity 180ms ease,
    width 200ms ease,
    height 200ms ease,
    margin 200ms ease,
    border-color 200ms ease,
    box-shadow 220ms ease;
}

.custom-cursor__dot{
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
  border-radius: 50%;
  background: var(--cursor-dot-color);
  box-shadow: 0 0 0 1px var(--cursor-contrast-halo);
  transition:
    opacity 180ms ease,
    width 180ms ease,
    height 180ms ease,
    margin 180ms ease,
    background 180ms ease;
}

.custom-cursor__ring::after,
.custom-cursor__dot::after{
  content: '';
  position: absolute;
  inset: 0px;
  border-radius: inherit;
}

.custom-cursor__ring::after{
  inset: -7px;
  border: 1px solid var(--cursor-pulse-color);
  animation: cursor-heartbeat 1.15s ease-in-out infinite;
}

.custom-cursor__dot::after{
  background: rgba(var(--accent-rgb), 0.42);
  animation: cursor-dot-beat 1.15s ease-in-out infinite;
}

@keyframes cursor-heartbeat{
  0%,
  100%{
    opacity: 0.18;
    transform: scale(0.9);
  }

  14%{
    opacity: 0.4;
    transform: scale(1.12);
  }

  28%{
    opacity: 0.2;
    transform: scale(0.98);
  }

  42%{
    opacity: 0.46;
    transform: scale(1.2);
  }

  72%{
    opacity: 0.16;
    transform: scale(0.94);
  }
}

@keyframes cursor-dot-beat{
  0%,
  100%{
    opacity: 0.42;
    transform: scale(1);
  }

  14%{
    opacity: 0.72;
    transform: scale(1.18);
  }

  28%{
    opacity: 0.48;
    transform: scale(0.92);
  }

  42%{
    opacity: 0.82;
    transform: scale(1.28);
  }

  72%{
    opacity: 0.38;
    transform: scale(0.98);
  }
}

.custom-cursor.is-visible .custom-cursor__ring,
.custom-cursor.is-visible .custom-cursor__dot{
  opacity: 1;
}

.custom-cursor.is-hidden .custom-cursor__ring,
.custom-cursor.is-hidden .custom-cursor__dot{
  opacity: 0;
}

.custom-cursor.is-interactive .custom-cursor__ring{
  width: 74px;
  height: 74px;
  margin: -37px 0px 0px -37px;
  box-shadow:
    0 0 0 1px var(--cursor-contrast-halo),
    0 0 28px rgba(var(--accent-rgb), 0.3),
    0 0 52px rgba(var(--accent-rgb), 0.16);
}

.custom-cursor.is-interactive .custom-cursor__dot{
  width: 12px;
  height: 12px;
  margin: -6px 0px 0px -6px;
}

.custom-cursor.is-interactive .custom-cursor__ring::after{
  animation-duration: 0.88s;
  border-color: rgba(var(--accent-rgb), 0.5);
}

.custom-cursor.is-interactive .custom-cursor__dot::after{
  animation-duration: 0.88s;
  background: rgba(var(--accent-rgb), 0.62);
}

.custom-cursor.is-pressed .custom-cursor__ring{
  width: 36px;
  height: 36px;
  margin: -18px 0px 0px -18px;
}

.custom-cursor.is-interactive.is-pressed .custom-cursor__ring{
  width: 58px;
  height: 58px;
  margin: -29px 0px 0px -29px;
}

.custom-cursor.is-interactive.is-pressed .custom-cursor__dot{
  width: 8px;
  height: 8px;
  margin: -4px 0px 0px -4px;
}

html[data-theme='dark'] .custom-cursor{
  --cursor-pulse-color: rgba(var(--accent-rgb), 0.4);
  --cursor-glow-color: rgba(var(--accent-rgb), 0.28);
  --cursor-contrast-halo: rgba(255, 255, 255, 0.22);
}

@media only screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference){
  html.custom-cursor-enabled,
  html.custom-cursor-enabled body,
  html.custom-cursor-enabled a,
  html.custom-cursor-enabled button,
  html.custom-cursor-enabled input[type='submit'],
  html.custom-cursor-enabled input[type='button'],
  html.custom-cursor-enabled .btn-one,
  html.custom-cursor-enabled .scroll-to-top,
  html.custom-cursor-enabled .navbar-toggle,
  html.custom-cursor-enabled .dropdown-btn,
  html.custom-cursor-enabled .owl-prev,
  html.custom-cursor-enabled .owl-next,
  html.custom-cursor-enabled [role='button'],
  html.custom-cursor-enabled [onclick],
  html.custom-cursor-enabled label[for],
  html.custom-cursor-enabled .theme-toggle-btn,
  html.custom-cursor-enabled .theme-color-picker__dot,
  html.custom-cursor-enabled .top-social a,
  html.custom-cursor-enabled .header-cta__link{
    cursor: none !important;
  }

  html.custom-cursor-enabled input:not([type='button']):not([type='submit']):not([type='checkbox']):not([type='radio']),
  html.custom-cursor-enabled textarea,
  html.custom-cursor-enabled select{
    cursor: text !important;
  }
}

@media only screen and (hover: none), only screen and (pointer: coarse), only screen and (prefers-reduced-motion: reduce){
  .custom-cursor{
    display: none !important;
  }
}

@media (min-width:1200px) {
  .container {
    padding: 0px 0px;
  }
}
.centred{
  text-align: center;
}


a{
  text-decoration:none;
  position: relative;
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 25px;
  cursor:pointer;
  color:#666666;
  transition: all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
  color: var(--accent-primary);
  transition: all 500ms ease;
}


input,button,select,textarea{
  font-family: 'Hind', sans-serif;
}

.strike-through{
  text-decoration:line-through; 
}

.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}
.boxed_wrapper{
  position: relative;
  overflow-x: hidden;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}
.small-container{
  max-width:680px;
  margin:0 auto;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}
.centered{
  text-align:center;  
}
.sec-pad{
  padding: 92px 0px 100px 0px;
}

p{
  position: relative;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 10px;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6 {
  position:relative;
  font-family: 'Poppins',sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  color: #222;
  margin-top: 0px;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  position:relative;
  font-family: 'Poppins',sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
  color: #222;
  margin-top: 0px;
  transition: all 500ms ease;
}

h1{
  font-size: 60px;
  line-height: 66px;
  font-weight: 700;
  color: #fff;
}


h2{
  font-size: 40px;
  line-height: 45px;
}

h3{
  font-size: 24px;
  line-height: 30px;
}

h4{
  font-size: 20px;
  line-height: 30px;
}

h5{
  font-size: 16px;
  line-height: 26px;
  font-family: 'Montserrat', sans-serif;
} 

h6{
  font-size: 15px;
  line-height: 26px;
} 

h3 a{
  font-size: 24px;
  line-height: 33px;
}

h4 a{
  font-size: 20px;
  line-height: 30px;
}

h5 a{
  font-size: 16px;
  line-height: 20px;
}

h6 a{
  font-size: 15px;
  line-height: 26px;
}

h3 a:hover,
h4 a:hover,
h5 a:hover{
  color: var(--accent-primary);
  transition: all 500ms ease;
}

.preloader{
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 999999;
  background: rgba(255, 255, 255, 0.98);
}

.preloader::before,
.preloader::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.preloader::before{
  width: 188px;
  height: 188px;
  border-radius: 50%;
  border: 5px solid rgba(30, 136, 229, 0.15);
  border-top-color: var(--accent-primary, #1E88E5);
  border-right-color: rgba(var(--accent-rgb, 30, 136, 229), 0.45);
  box-shadow:
    0 0 0 18px rgba(var(--accent-rgb, 30, 136, 229), 0.06),
    0 16px 36px rgba(12, 29, 48, 0.12);
  animation: brandedLoaderSpin 1.15s linear infinite, brandedLoaderPulse 1.8s ease-in-out infinite;
}

.preloader::after{
  width: 112px;
  height: 112px;
  border-radius: 26px;
  background:
    #ffffff
    url(../assets/logos/logo-light-mode.png)
    center center / 82% auto
    no-repeat;
  box-shadow:
    0 10px 28px rgba(12, 29, 48, 0.16),
    inset 0 0 0 1px rgba(17, 33, 52, 0.08);
}

html[data-theme='dark'] .preloader{
  background: rgba(7, 14, 23, 0.98);
}

html[data-theme='dark'] .preloader::after{
  background:
    #ffffff
    url(../assets/logos/logo-light-mode.png)
    center center / 82% auto
    no-repeat;
}

@keyframes brandedLoaderSpin{
  from{
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to{
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes brandedLoaderPulse{
  0%,
  100%{
    box-shadow:
      0 0 0 18px rgba(var(--accent-rgb, 30, 136, 229), 0.06),
      0 16px 36px rgba(12, 29, 48, 0.12);
  }

  50%{
    box-shadow:
      0 0 0 26px rgba(var(--accent-rgb, 30, 136, 229), 0.09),
      0 20px 44px rgba(12, 29, 48, 0.16);
  }
}

/** button **/

.btn-one {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background: var(--accent-primary);
  border: 2px solid var(--accent-primary);
  padding: 13px 40px 13px 40px;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  transition: all 900ms ease;
  cursor: pointer;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  z-index: 1;
}
.btn-one:hover{
  color: var(--accent-primary);
  background: transparent;
  border: 2px solid var(--accent-primary);
  transition: all 900ms ease;
}

.btn-two {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
  padding: 13px 40px 13px 40px;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  border: 2px solid #fff;
  transition: all 900ms ease;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  z-index: 1;
  border: 2px solid #fff;
}
.btn-two:hover{
  color: #fff;
  background: var(--accent-primary);
  border: 2px solid var(--accent-primary);
  transition: all 900ms ease;
}

.page-pagination{
  position: relative;
  padding: 0px;
  margin: 0px;
}
.page-pagination li{
  display: inline-block;
  margin: 0px 3px;
}
.page-pagination li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: 'OpenSans',sans-serif;
  color: #848484;
  font-weight: 600;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 500ms ease;
}
.page-pagination li a:hover,
.page-pagination li a.active{
  background: var(--accent-primary);
  color: #fff;
  transition: all 500ms ease;
}

.sec-title h2{
  position: relative;
  font-size: 42px;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 23px;
}

.title-top{
  position: relative;
  font-size: 34px;
  font-family: 'Dancing Script', cursive;
  line-height: 43px;
  color: var(--accent-primary);
  font-weight: 700;
  margin-bottom: 9px;
}


/*** 

====================================================================
  Scroll To Top style
====================================================================


***/
.scroll-to-top span{
  color: #fff;
}
.scroll-to-top{
  position:fixed;
  bottom:15px;
  left:15px;
  right:auto;
  font-size:18px;
  line-height:53px;
  width:55px;
  height:55px;
  background: var(--accent-primary);
  text-align:center;
  z-index:100;
  cursor:pointer;
  display:none;
  border-radius: 50%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.scroll-to-top:hover{
  background: #222;
}
.scroll-to-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.chatbot-widget{
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9990;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  pointer-events: none;
}

.chatbot-widget__panel{
  width: min(360px, calc(100vw - 36px));
  background: var(--surface-bg);
  border: 1px solid var(--line-color);
  border-radius: 24px;
  box-shadow: var(--panel-shadow);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(16px) scale(0.96);
  transform-origin: bottom right;
  transition: all 250ms ease;
}

.chatbot-widget.is-open .chatbot-widget__panel{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0px) scale(1);
}

.chatbot-widget__launcher{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 14px 18px;
  border: 1px solid var(--line-color);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--heading-color);
  box-shadow: var(--panel-shadow);
  transition: all 250ms ease;
  pointer-events: auto;
}

.chatbot-widget__launcher:hover{
  transform: translateY(-2px);
  border-color: rgba(var(--accent-rgb), 0.4);
}

.chatbot-widget__launcher i{
  color: var(--accent-primary);
  font-size: 18px;
}

.chatbot-widget__launcher-label{
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.chatbot-widget__header{
  padding: 18px 20px 16px;
  background: linear-gradient(135deg, rgba(var(--accent-rgb), 0.16) 0%, rgba(9, 23, 36, 0.06) 100%);
  border-bottom: 1px solid var(--line-color);
}

.chatbot-widget__title-row{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.chatbot-widget__eyebrow{
  display: block;
  margin-bottom: 6px;
  color: var(--accent-primary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.chatbot-widget__title{
  margin: 0px;
  color: var(--heading-color);
  font-size: 20px;
  line-height: 1.2;
}

.chatbot-widget__subtitle{
  margin: 6px 0px 0px;
  color: var(--text-color);
  font-size: 13px;
  line-height: 1.6;
}

.chatbot-widget__close{
  width: 36px;
  height: 36px;
  border: 1px solid var(--line-color);
  border-radius: 50%;
  background: transparent;
  color: var(--heading-color);
  font-size: 18px;
  line-height: 1;
  transition: all 250ms ease;
}

.chatbot-widget__close:hover{
  background: rgba(var(--accent-rgb), 0.1);
  border-color: rgba(var(--accent-rgb), 0.28);
}

.chatbot-widget__controls{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
}

.chatbot-widget__locale{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
  border: 1px solid var(--line-color);
  border-radius: 999px;
  background: rgba(17, 33, 52, 0.04);
}

.chatbot-widget__locale-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 72px;
  border: 0px;
  border-radius: 999px;
  background: transparent;
  color: var(--text-color);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 7px 12px;
  text-transform: uppercase;
  transition: all 250ms ease;
}

.chatbot-widget__locale-flag{
  font-size: 15px;
  line-height: 1;
}

.chatbot-widget__locale-btn.is-active{
  background: var(--accent-primary);
  color: #061019;
}

.chatbot-widget__status{
  color: #7f8b99;
  font-size: 12px;
  line-height: 1.4;
}

.chatbot-widget__body{
  padding: 0px 16px 16px;
}

.chatbot-widget__messages{
  max-height: 320px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 4px 12px;
}

.chatbot-widget__message{
  display: flex;
}

.chatbot-widget__message--bot{
  justify-content: flex-start;
}

.chatbot-widget__message--user{
  justify-content: flex-end;
}

.chatbot-widget__bubble{
  max-width: 86%;
  padding: 12px 14px;
  border-radius: 18px;
  font-size: 14px;
  line-height: 1.65;
  box-shadow: 0 10px 24px rgba(11, 31, 53, 0.08);
}

.chatbot-widget__message--bot .chatbot-widget__bubble{
  background: #f2f7fb;
  color: var(--heading-color);
  border-bottom-left-radius: 6px;
}

.chatbot-widget__message--user .chatbot-widget__bubble{
  background: var(--accent-primary);
  color: #061019;
  border-bottom-right-radius: 6px;
}

.chatbot-widget__message--handoff .chatbot-widget__bubble{
  background: rgba(var(--accent-rgb), 0.1);
  border: 1px solid rgba(var(--accent-rgb), 0.18);
}

.chatbot-widget__bubble-copy{
  white-space: pre-line;
}

.chatbot-widget__handoff{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.chatbot-widget__handoff-number{
  color: var(--heading-color);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.chatbot-widget__action-link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #25d366;
  color: #061019;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: all 250ms ease;
}

.chatbot-widget__action-link:hover{
  background: #1db954;
  color: #061019;
  transform: translateY(-1px);
}

.chatbot-widget__action-link i{
  font-size: 16px;
}

.chatbot-widget__message.is-thinking .chatbot-widget__bubble{
  padding: 14px 16px;
}

.chatbot-widget__thinking{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 12px;
}

.chatbot-widget__thinking-dot{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-primary);
  opacity: 0.28;
  animation: chatbotThinking 1.15s infinite ease-in-out;
}

.chatbot-widget__thinking-dot:nth-child(2){
  animation-delay: 0.18s;
}

.chatbot-widget__thinking-dot:nth-child(3){
  animation-delay: 0.36s;
}

.chatbot-widget__message.is-typing .chatbot-widget__bubble-copy:after{
  content: '|';
  display: inline-block;
  margin-left: 2px;
  animation: chatbotCaret 900ms steps(1) infinite;
}

@keyframes chatbotThinking{
  0%,
  80%,
  100%{
    transform: translateY(0px);
    opacity: 0.28;
  }
  40%{
    transform: translateY(-2px);
    opacity: 1;
  }
}

@keyframes chatbotCaret{
  0%,
  49%{
    opacity: 1;
  }
  50%,
  100%{
    opacity: 0;
  }
}

.chatbot-widget__quick{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0px 4px 14px;
}

.chatbot-widget__quick-btn{
  border: 1px solid var(--line-color);
  border-radius: 999px;
  background: transparent;
  color: var(--heading-color);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  padding: 8px 12px;
  transition: all 250ms ease;
}

.chatbot-widget__quick-btn:hover{
  border-color: rgba(var(--accent-rgb), 0.4);
  color: var(--accent-primary);
}

.chatbot-widget__form{
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid var(--line-color);
  padding-top: 14px;
}

.chatbot-widget__input{
  flex: 1 1 auto;
  min-width: 0px;
  height: 48px;
  border: 1px solid var(--line-color);
  border-radius: 999px;
  background: var(--input-bg);
  color: var(--input-text);
  font-size: 14px;
  padding: 0px 16px;
}

.chatbot-widget__input:focus{
  border-color: rgba(var(--accent-rgb), 0.5);
  box-shadow: 0 0 0 4px rgba(var(--accent-rgb), 0.12);
}

.chatbot-widget__send{
  width: 48px;
  height: 48px;
  border: 0px;
  border-radius: 50%;
  background: var(--accent-primary);
  color: #061019;
  font-size: 16px;
  transition: all 250ms ease;
}

.chatbot-widget__send:hover{
  background: var(--accent-strong);
  transform: translateY(-1px);
}

.chatbot-widget__launcher:focus,
.chatbot-widget__close:focus,
.chatbot-widget__locale-btn:focus,
.chatbot-widget__quick-btn:focus,
.chatbot-widget__send:focus{
  outline: none;
  box-shadow: 0 0 0 4px rgba(var(--accent-rgb), 0.16);
}

html[data-theme='dark'] .chatbot-widget__launcher{
  background: rgba(7, 14, 23, 0.96);
  border-color: rgba(255, 255, 255, 0.14);
  color: #eef6ff;
}

html[data-theme='dark'] .chatbot-widget__launcher:hover{
  background: #122231;
}

html[data-theme='dark'] .chatbot-widget__header{
  background: linear-gradient(135deg, rgba(109, 228, 214, 0.12) 0%, rgba(7, 14, 23, 0.96) 100%);
}

html[data-theme='dark'] .chatbot-widget__close{
  border-color: rgba(255, 255, 255, 0.12);
  color: #eef6ff;
}

html[data-theme='dark'] .chatbot-widget__locale{
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
}

html[data-theme='dark'] .chatbot-widget__locale-btn{
  color: #c7d6e5;
}

html[data-theme='dark'] .chatbot-widget__message--bot .chatbot-widget__bubble{
  background: rgba(255, 255, 255, 0.06);
  color: #eef6ff;
}

html[data-theme='dark'] .chatbot-widget__message--handoff .chatbot-widget__bubble{
  background: rgba(109, 228, 214, 0.12);
  border-color: rgba(109, 228, 214, 0.18);
}

html[data-theme='dark'] .chatbot-widget__handoff-number{
  color: #eef6ff;
}

html[data-theme='dark'] .chatbot-widget__quick-btn{
  border-color: rgba(255, 255, 255, 0.1);
  color: #d6e4f3;
}

html[data-theme='dark'] .chatbot-widget__quick-btn:hover{
  background: rgba(109, 228, 214, 0.1);
  border-color: rgba(109, 228, 214, 0.22);
  color: #7ceee1;
}


/*=============== Style switcher =============*/

.switcher .switch_btn button {
  display: none;
  width:40px;
  height:40px;
  line-height: 40px;
  border:none;
  background: var(--accent-primary);
  color:#fff;
  font-size: 18px;
}
.switcher .switch_btn {
  position: absolute;
  right: -40px;
  z-index: -1;
}
.switcher {
  position: fixed;
  top:400px;
  z-index: 999999;
}

.switcher .switch_menu {
  width:280px;
  background: #fff;
  display: none;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
  position: relative;
  padding-bottom: 15px;
  text-align: center;
/*  height: 300px;
  overflow: hidden;
  overflow-y: scroll;*/
}
.switcher .switch_menu .switcher_container {
  width:270px;
  margin:0 auto;
}
.switcher .switch_menu h5.title {
  color:#fff;
  margin:0;
  line-height: 60px;
  background: #272727;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size:18px;
  font-weight: 700;
  text-transform: uppercase;
}
.switcher .switch_menu .switcher_container h5 {
  text-align: center;
  color:#272727;
   font-family: 'Montserrat', sans-serif;
  font-size:16px;
  font-weight: 700;
}
.switcher .switch_menu .switcher_container .text{
  font-size: 13px;
}
.switcher .box_bg h5 {
  font-size: 20px;
}
.switcher .box_bg {
  text-align: center;
  margin-top: 15px;
  padding-bottom: 27px;
  padding-top:1px;
  border-bottom:1px solid #f7f7f7;
  margin-bottom: 12px;
}
.switcher .box_bg .layout_bg {
  width:63px;
  height:63px;
  border:2px solid #eaeaea;
  display: inline-block;
  cursor: pointer;
  margin-right:2px;
  margin-top: 5px;
}
.switcher .box_bg .layout_bg:last-child {
  margin-right:0;
}
.switcher #styleOptions {
  padding:7px 0;
}
.switcher #styleOptions li {
  display: inline-block;
  width:40px;
  height:40px;
  margin-right:2px;
}
.switcher #styleOptions li:last-child {
  margin-right:0;
}
.switcher #styleOptions li a {
  display: block;
  width:100%;
  height:100%;
}
.switcher #styleOptions li a.color2 {
  background: url(../images/home/color1.jpg) no-repeat center;
}
.switcher #styleOptions li a.color3 {
  background: url(../images/home/color2.jpg) no-repeat center;
}
.switcher #styleOptions li a.color4 {
  background: url(../images/home/color3.jpg) no-repeat center;
}
.switcher #styleOptions li a.color5 {
  background: url(../images/home/color4.jpg) no-repeat center;
}
.switcher #styleOptions li a.color6 {
  background: url(../images/home/color5.jpg) no-repeat center;
}
.switcher .switch_menu>p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 15px;
  background: #1a8bb3;
  color:#fff;
  padding: 18px 18px 20px 18px;
}


/*** 

====================================================================
                        Home-Page
====================================================================

***/

/** main header area **/


.main-header{
  position: sticky;
  left:0px;
  top:0px;
  z-index:99999;
  width:100%;
  transition: box-shadow 250ms ease;
}

.main-header--stuck{
  box-shadow: 0 16px 38px rgba(11, 31, 53, 0.14);
}
.header-lower{
  position: relative;
  background: var(--header-bg, #fff);
  border-bottom: 1px solid var(--line-color, rgba(17, 33, 52, 0.12));
  width: 100%;
  z-index:999;
  opacity:1;
  visibility:visible;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.logo-box{
  background: url(../assets/logos/logo-light-mode.png) no-repeat left center;
  background-size: contain;
  height: 58px;
  margin-top: 28px;
  margin-left: 0px;
}
.logo-box a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.main-header .info-box{
  position: relative;
  display: inline-block;
}
.main-header .menu-bar{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  float: right;
  right: 2px;
}

.main-menu{
  position:relative;
  display: block;
  flex: 0 1 auto;
  min-width: 0;
}

.main-menu .navbar-collapse{
  padding:0px;  
}

.main-menu .navigation{
  position:relative;
  margin:0px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.main-menu .navigation > li{
  position:relative;
  display: inline-block;
  flex: 0 0 auto;
  margin-left: 28px;
}

.main-menu .navigation > li:first-child{
  margin-left: 0px;
}

.main-menu .navigation > li > a > i:before{
  margin-right: 5px;
  font-size: 16px;
}
.main-menu .navigation > li > a{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  font-weight: 600;
  color: #222;
  line-height: 26px;
  min-height: 46px;
  padding: 0px 14px;
  border-radius: 999px;
  white-space: nowrap;
  font-family: 'Poppins', sans-serif;
  opacity:1;
  transition: color 300ms ease, background 300ms ease, transform 300ms ease;
  -webkit-transition: color 300ms ease, background 300ms ease, transform 300ms ease;
}

.main-menu .navigation > li > a:after{
  position:absolute;
  content:'';
  left: 14px;
  right: 14px;
  bottom: 6px;
  height: 2px;
  border-radius: 999px;
  background: var(--accent-primary);
  transform: scaleX(0);
  transform-origin: center center;
  transition: transform 300ms ease, opacity 300ms ease;
  opacity: 0;
}

.main-menu .navigation > li:hover > a,.main-menu .navigation > li.current > a,
.main-menu .navigation > li.is-active > a,
.main-menu .navbar-collapse > ul li.dropdown:hover .dropdown-btn span:before,
.main-menu .navbar-collapse > ul li.dropdown.current .dropdown-btn span:before,
.main-menu .navbar-collapse > ul li.dropdown.is-active .dropdown-btn span:before{
  color: var(--accent-primary);
  transition: all 500ms ease;
}

.main-menu .navigation > li:hover > a:after{
  opacity:1;
  transform: scaleX(1);
}

.main-menu .navigation > li.current > a:after,
.main-menu .navigation > li.is-active > a:after{
  opacity: 1;
  transform: scaleX(1);
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.is-active > a{
  transform: translateY(-1px);
}

.main-menu .navigation > li > ul{
  position:absolute;
  left:0px;
  top:100%;
  width:220px;
  padding:0px;
  z-index:100;
  display:none;
  background:#fff;
  border-top:3px solid var(--accent-primary);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
}
.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
}
.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > a{
  position:relative;
  display:block;
  padding:10px 15px;
  line-height:28px;
  font-weight:600;
  font-size:14px;
  font-family: 'Poppins', sans-serif;
  text-transform:capitalize;
  color: #222;
  border-bottom: 1px dashed var(--accent-primary);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li:last-child >a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li:hover > a{
  color: var(--accent-primary);
  padding:10px 15px 10px 17px;
  transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
  color:#ffffff;
  transition:all 500ms ease;  
}

.main-menu .navigation > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  top:100%;  
}

.main-menu li.dropdown:before{
  position: absolute;
  content: "\f107";
  font-family: 'FontAwesome';
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #222;
  font-size: 17px;
  transition: all 500ms ease;
}
.main-menu li.dropdown:hover:before,
.main-menu li.current.dropdown:before,
.main-menu li.is-active.dropdown:before{
  color: var(--accent-primary);
}

.main-header .cart-box{
  position: relative;
  display: inline-block;
  margin-left: 0px;
}
.main-header .cart-box:before{
  position: absolute;
  content: '';
  background: #e5e5e5;
  width: 1px;
  height: 38px;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
.main-header .cart-box a{
  position: relative;
  font-size: 17px;
  line-height: 26px;
  color: #222;
  font-family: 'Poppins', sans-serif;
}
.main-header .cart-box a:hover{
  color: var(--accent-primary);
}
.main-header .cart-box a i:before{
  color: var(--accent-primary);
  margin-right: 11px;
}

.main-header .header-search{
  flex: 0 0 auto;
  width: 240px;
}
.main-header .header-search .site-search-form{
  position: relative;
}
.main-header .header-search input[type='search']{
  position: relative;
  width: 100%;
  height: 44px;
  border: 1px solid #e5e5e5;
  border-radius: 50px;
  padding: 10px 52px 10px 18px;
  color: #222;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  transition: all 500ms ease;
  -webkit-appearance: none;
}
.main-header .header-search input[type='search']:focus{
  border-color: var(--accent-primary);
  box-shadow: 0px 0px 0px 4px rgba(var(--accent-rgb), 0.08);
}
.main-header .header-search input[type='search']::-webkit-search-decoration,
.main-header .header-search input[type='search']::-webkit-search-cancel-button,
.main-header .header-search input[type='search']::-webkit-search-results-button,
.main-header .header-search input[type='search']::-webkit-search-results-decoration{
  -webkit-appearance: none;
}
.main-header .header-search ::-webkit-input-placeholder{
  color: #888;
}
.main-header .header-search :-ms-input-placeholder{
  color: #888;
}
.main-header .header-search ::-moz-placeholder{
  color: #888;
  opacity: 1;
}
.main-header .header-search :-moz-placeholder{
  color: #888;
  opacity: 1;
}
.main-header .header-search button{
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--accent-primary);
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}
.main-header .header-search button:hover{
  background: #222;
}
.main-header .header-search button i:before{
  margin: 0px;
  color: #fff;
  font-size: 14px;
}


/** shared theme + branding **/

:root{
  color-scheme: light;
  --accent-primary: #1E88E5;
  --accent-rgb: 30, 136, 229;
  --accent-strong: #1565c0;
  --site-bg: #eef4f8;
  --surface-bg: #ffffff;
  --card-bg: #ffffff;
  --heading-color: #1b2430;
  --text-color: #4f5f72;
  --line-color: rgba(17, 33, 52, 0.12);
  --header-bg: rgba(255, 255, 255, 0.96);
  --topbar-bg: #f7fbfd;
  --topbar-text: #203143;
  --topbar-border: rgba(17, 33, 52, 0.12);
  --topbar-control-border: rgba(17, 33, 52, 0.14);
  --topbar-control-hover: rgba(var(--accent-rgb), 0.1);
  --input-bg: #ffffff;
  --input-text: #1b2430;
  --input-placeholder: #7f8b99;
  --panel-shadow: 0 22px 56px rgba(11, 31, 53, 0.08);
  --feature-media-shadow: 0 0 0 1px rgba(255, 255, 255, 0.94), 0 0 18px rgba(255, 255, 255, 0.96), 0 0 54px rgba(123, 139, 156, 0.46), 0 26px 80px rgba(10, 25, 43, 0.16);
  --feature-media-glow: rgba(255, 255, 255, 0.96);
  --feature-media-glow-edge: rgba(182, 194, 208, 0.34);
  --dark-overlay: rgba(2, 8, 14, 0.68);
}

html[data-accent-theme='black']{
  --accent-primary: #000000;
  --accent-rgb: 0, 0, 0;
  --accent-strong: #000000;
}

html[data-accent-theme='blue']{
  --accent-primary: #1E88E5;
  --accent-rgb: 30, 136, 229;
  --accent-strong: #1565c0;
}

html[data-accent-theme='orange']{
  --accent-primary: #F57C00;
  --accent-rgb: 245, 124, 0;
  --accent-strong: #d96c00;
}

html[data-theme='dark']{
  color-scheme: dark;
  --site-bg: #061019;
  --surface-bg: #0b1620;
  --card-bg: #10202c;
  --heading-color: #eff6fd;
  --text-color: #c7d6e5;
  --line-color: rgba(255, 255, 255, 0.12);
  --header-bg: rgba(7, 14, 23, 0.96);
  --topbar-bg: #02070d;
  --topbar-text: #aebfd0;
  --topbar-border: rgba(255, 255, 255, 0.06);
  --topbar-control-border: rgba(255, 255, 255, 0.14);
  --topbar-control-hover: rgba(var(--accent-rgb), 0.16);
  --input-bg: #122231;
  --input-text: #eef6ff;
  --input-placeholder: #91a3b5;
  --panel-shadow: 0 26px 60px rgba(0, 0, 0, 0.32);
  --feature-media-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14), 0 0 22px rgba(255, 255, 255, 0.58), 0 0 58px rgba(255, 255, 255, 0.24);
  --feature-media-glow: rgba(255, 255, 255, 0.82);
  --feature-media-glow-edge: rgba(255, 255, 255, 0);
  --dark-overlay: rgba(2, 8, 14, 0.74);
}

html[data-theme='dark'][data-accent-theme='black']{
  --accent-primary: #d7dee5;
  --accent-rgb: 215, 222, 229;
  --accent-strong: #f5f7fa;
}

html[data-theme='dark'][data-accent-theme='blue']{
  --accent-primary: #64b5f6;
  --accent-rgb: 100, 181, 246;
  --accent-strong: #90caf9;
}

html[data-theme='dark'][data-accent-theme='orange']{
  --accent-primary: #ffb74d;
  --accent-rgb: 255, 183, 77;
  --accent-strong: #ffcc80;
}

.reveal-on-scroll{
  --reveal-delay: 0s;
  --reveal-translate-x: 0px;
  --reveal-translate-y: 42px;
  --reveal-scale: 1;
  opacity: 0;
  filter: blur(8px);
  transform: translate3d(var(--reveal-translate-x), var(--reveal-translate-y), 0) scale(var(--reveal-scale));
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 820ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 820ms ease;
  transition-delay: var(--reveal-delay);
  will-change: opacity, transform, filter;
}

.reveal-on-scroll.reveal-from-left{
  --reveal-translate-x: -58px;
  --reveal-translate-y: 0px;
}

.reveal-on-scroll.reveal-from-right{
  --reveal-translate-x: 58px;
  --reveal-translate-y: 0px;
}

.reveal-on-scroll.reveal-scale{
  --reveal-translate-y: 28px;
  --reveal-scale: 0.965;
}

.reveal-on-scroll.is-visible{
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

@media (prefers-reduced-motion: reduce){
  .reveal-on-scroll{
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }
}

.switcher{
  display: none;
}

.top-header{
  background: var(--topbar-bg);
  border-bottom: 1px solid var(--topbar-border);
  transition: background 250ms ease, border-color 250ms ease;
}

.top-header__inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0px;
}

.top-header__meta,
.top-header__tools,
.top-social{
  display: flex;
  align-items: center;
  gap: 16px;
}

.top-header__meta{
  flex-wrap: wrap;
}

.business-location{
  display: inline-flex;
  align-items: center;
}

.top-header__meta span{
  color: var(--topbar-text);
  font-size: 13px;
  letter-spacing: 0.02em;
}

.top-header__meta i,
.theme-toggle-btn i,
.top-social i{
  color: var(--accent-primary);
  margin-right: 8px;
}

.theme-toggle-btn{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 1px solid var(--topbar-control-border);
  border-radius: 999px;
  color: var(--topbar-text);
  font-size: 13px;
  font-weight: 600;
  padding: 9px 14px;
  transition: all 250ms ease;
}

.theme-toggle-btn:hover{
  background: var(--topbar-control-hover);
}

.theme-toggle-btn__icon--sun{
  display: none;
}

html[data-theme='dark'] .theme-toggle-btn__icon--sun{
  display: inline-block;
}

html[data-theme='dark'] .theme-toggle-btn__icon--moon{
  display: none;
}

.theme-color-picker{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 10px;
  background: transparent;
  border: 1px solid var(--topbar-control-border);
  border-radius: 999px;
}

.theme-color-picker__dot{
  position: relative;
  width: 15px;
  height: 15px;
  padding: 0px;
  border: 0px;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease, opacity 220ms ease;
}

.theme-color-picker__dot:hover{
  transform: translateY(-1px) scale(1.08);
}

.theme-color-picker__dot:focus-visible{
  outline: none;
  box-shadow: 0 0 0 3px rgba(var(--accent-rgb), 0.2);
}

.theme-color-picker__dot::after{
  content: '';
  position: absolute;
  inset: -4px;
  border: 1px solid transparent;
  border-radius: 50%;
  transition: border-color 220ms ease, transform 220ms ease;
}

.theme-color-picker__dot.is-active::after{
  border-color: var(--topbar-text);
  transform: scale(1.05);
}

.theme-color-picker__dot--black{
  background: #000000;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.theme-color-picker__dot--blue{
  background: #1E88E5;
}

.theme-color-picker__dot--orange{
  background: #F57C00;
}

.top-social{
  margin: 0px;
  padding: 0px;
}

.top-social li{
  list-style: none;
}

.top-social a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--topbar-control-border);
  border-radius: 50%;
  transition: all 250ms ease;
}

.top-social a:hover{
  background: var(--topbar-control-hover);
  transform: translateY(-1px);
}

.top-social a i{
  margin-right: 0px;
}

.search-header{
  background: var(--header-bg);
  border-bottom: 1px solid var(--line-color);
}

.main-header--stuck .top-header,
.main-header--stuck .header-lower,
.main-header--stuck .search-header{
  backdrop-filter: blur(18px);
}

.search-header__inner{
  display: flex;
  justify-content: center;
  padding: 12px 0px;
}

.search-header .header-search{
  width: 100%;
  max-width: 430px;
}

@media only screen and (max-width: 991px){
  .top-header__inner{
    flex-direction: column;
    align-items: flex-start;
  }

  .top-header__tools{
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px){
  .top-header__meta,
  .top-header__tools{
    width: 100%;
  }

  .top-header__tools{
    gap: 12px;
  }

  .theme-toggle-btn,
  .theme-color-picker,
  .top-social{
    width: 100%;
    justify-content: center;
  }
}

@media only screen and (min-width: 992px){
  .header-lower .row{
    display: flex;
    align-items: center;
  }

  .header-lower > .container{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .header-lower .row > [class*='col-md-3']{
    display: flex;
    align-items: center;
  }

  .header-lower .row > [class*='col-md-9']{
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .theme-logo-box.logo-box{
    display: flex;
    align-items: center;
    min-height: 0px;
    margin-top: 0px;
  }

  .theme-logo-box.logo-box a{
    min-height: 0px;
  }

  .theme-logo-box.logo-box .theme-logo--light,
  .theme-logo-box.logo-box .theme-logo--dark{
    width: auto;
    height: 78px;
  }

  .main-header .menu-bar{
    width: 100%;
    min-height: 0px;
    gap: 18px;
  }

  .main-menu{
    display: flex;
    align-items: center;
  }

  .main-menu .navbar-collapse{
    display: flex !important;
    align-items: center;
  }

  .main-menu .navigation{
    gap: 6px;
  }

  .main-menu .navigation > li{
    margin-left: 0px;
  }

  .main-header .header-cta{
    display: flex;
    align-items: center;
    margin-left: 6px;
    padding-left: 22px;
  }

  .main-header .cart-box:before{
    left: 0px;
    height: 40px;
  }
}

.search-modal-open{
  overflow: hidden;
}

.search-modal{
  position: fixed;
  inset: 0px;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 250ms ease;
}

.search-modal.is-visible{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.search-modal__backdrop{
  position: absolute;
  inset: 0px;
  background: rgba(6, 16, 25, 0.66);
  backdrop-filter: blur(8px);
}

.search-modal__dialog{
  position: relative;
  width: 100%;
  max-width: 760px;
  max-height: calc(100vh - 48px);
  overflow: auto;
  background: var(--surface-bg);
  border: 1px solid var(--line-color);
  border-radius: 28px;
  box-shadow: 0 26px 80px rgba(7, 17, 30, 0.22);
  padding: 34px 30px 28px;
  z-index: 1;
}

.search-modal__close{
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(17, 33, 52, 0.06);
  color: var(--heading-color);
  font-size: 26px;
  line-height: 42px;
  text-align: center;
  transition: all 250ms ease;
}

.search-modal__close:hover{
  background: var(--accent-primary);
  color: #fff;
}

.search-modal__eyebrow{
  color: var(--accent-primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.search-modal__title{
  color: var(--heading-color);
  font-size: 34px;
  line-height: 1.15em;
  margin-bottom: 10px;
}

.search-modal__summary{
  color: var(--text-color);
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 22px;
}

.search-modal__query{
  color: var(--heading-color);
  font-weight: 600;
}

.search-modal__results{
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  gap: 16px;
}

.search-modal__result{
  display: block;
  background: var(--card-bg);
  border: 1px solid var(--line-color);
  border-radius: 22px;
  padding: 22px 22px 20px;
  box-shadow: var(--panel-shadow);
  transition: transform 250ms ease, border-color 250ms ease, box-shadow 250ms ease;
}

.search-modal__result:hover{
  border-color: rgba(var(--accent-rgb), 0.55);
  box-shadow: 0 20px 50px rgba(10, 25, 43, 0.14);
  transform: translateY(-2px);
}

.search-modal__category{
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  background: rgba(var(--accent-rgb), 0.14);
  color: #169687;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  margin-bottom: 12px;
  padding: 4px 10px;
  text-transform: uppercase;
}

.search-modal__result-title{
  color: var(--heading-color);
  font-size: 22px;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.search-modal__result-text{
  color: var(--text-color);
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 16px;
}

.search-modal__action{
  color: var(--accent-primary);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.search-modal__empty{
  grid-column: 1 / -1;
  background: var(--card-bg);
  border: 1px dashed var(--line-color);
  border-radius: 22px;
  padding: 26px 24px;
  text-align: center;
}

.search-modal__empty p{
  color: var(--text-color);
  margin-bottom: 18px;
}

.search-modal__empty-actions{
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.search-modal__fallback-link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid var(--line-color);
  border-radius: 999px;
  color: var(--heading-color);
  font-size: 13px;
  font-weight: 600;
  padding: 10px 18px;
  transition: all 250ms ease;
}

.search-modal__fallback-link:hover{
  background: var(--accent-primary);
  border-color: var(--accent-primary);
  color: #fff;
}

.theme-logo-box.logo-box,
.theme-logo-box.footer-logo{
  background: none;
  height: auto;
  margin-left: 0px;
}

.theme-logo-box.logo-box{
  margin-top: 18px;
}

.theme-logo-box.footer-logo{
  margin-bottom: 20px;
}

.theme-logo-box a{
  display: inline-flex;
  align-items: center;
  width: auto;
  height: auto;
}

.theme-logo{
  display: block;
  height: auto;
  max-width: 100%;
}

.theme-logo--light{
  width: 206px;
}

.theme-logo--dark{
  width: 206px;
  display: none;
}

.theme-logo-box--footer .theme-logo--light,
.theme-logo-box--footer .theme-logo--dark{
  width: 184px;
}

.theme-logo-box--footer .theme-logo--light{
  display: none;
}

.theme-logo-box--footer .theme-logo--dark{
  display: block;
}

html[data-theme='dark'] .theme-logo--light{
  display: none;
}

html[data-theme='dark'] .theme-logo--dark{
  display: block;
}

html[data-theme='dark'] body,
html[data-theme='dark'] .boxed_wrapper{
  background: var(--site-bg);
  color: var(--text-color);
}

html[data-theme='dark'] .main-header--stuck{
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
}

html[data-theme='dark'] .header-lower,
html[data-theme='dark'] .search-header,
html[data-theme='dark'] .theme_menu.stricky-fixed{
  background: var(--header-bg);
  border-bottom: 1px solid var(--line-color);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
}

html[data-theme='dark'] .main-menu .navigation > li > a,
html[data-theme='dark'] .main-menu li.dropdown:before,
html[data-theme='dark'] .main-header .cart-box a,
html[data-theme='dark'] .page-title .bread-crumb li,
html[data-theme='dark'] .page-title .bread-crumb a{
  color: var(--heading-color);
}

html[data-theme='dark'] .main-header .header-search input[type='search'],
html[data-theme='dark'] .contact-section input[type='text'],
html[data-theme='dark'] .contact-section input[type='email'],
html[data-theme='dark'] .contact-section textarea,
html[data-theme='dark'] .checkout-section input[type='text'],
html[data-theme='dark'] .checkout-section .additional-information .note-box textarea,
html[data-theme='dark'] .blog-page .sidebar-search input[type='search'],
html[data-theme='dark'] .blog-single .comment-form input[type='text'],
html[data-theme='dark'] .blog-single .comment-form input[type='email'],
html[data-theme='dark'] .blog-single .comment-form textarea,
html[data-theme='dark'] .error-section .input-form input[type='search'],
html[data-theme='dark'] .subscribe-section input[type='text'],
html[data-theme='dark'] .subscribe-section input[type='email']{
  background: var(--input-bg);
  color: var(--input-text);
  border-color: var(--line-color);
}

html[data-theme='dark'] .main-header .header-search ::-webkit-input-placeholder,
html[data-theme='dark'] .contact-section ::-webkit-input-placeholder,
html[data-theme='dark'] .checkout-section ::-webkit-input-placeholder,
html[data-theme='dark'] .blog-page .sidebar-search ::-webkit-input-placeholder,
html[data-theme='dark'] .blog-single .comment-form ::-webkit-input-placeholder,
html[data-theme='dark'] .error-section ::-webkit-input-placeholder,
html[data-theme='dark'] .subscribe-section ::-webkit-input-placeholder{
  color: var(--input-placeholder);
}

html[data-theme='dark'] .main-header .header-search :-ms-input-placeholder,
html[data-theme='dark'] .contact-section :-ms-input-placeholder,
html[data-theme='dark'] .checkout-section :-ms-input-placeholder,
html[data-theme='dark'] .blog-page .sidebar-search :-ms-input-placeholder,
html[data-theme='dark'] .blog-single .comment-form :-ms-input-placeholder,
html[data-theme='dark'] .error-section :-ms-input-placeholder,
html[data-theme='dark'] .subscribe-section :-ms-input-placeholder{
  color: var(--input-placeholder);
}

html[data-theme='dark'] .main-header .header-search ::-moz-placeholder,
html[data-theme='dark'] .contact-section ::-moz-placeholder,
html[data-theme='dark'] .checkout-section ::-moz-placeholder,
html[data-theme='dark'] .blog-page .sidebar-search ::-moz-placeholder,
html[data-theme='dark'] .blog-single .comment-form ::-moz-placeholder,
html[data-theme='dark'] .error-section ::-moz-placeholder,
html[data-theme='dark'] .subscribe-section ::-moz-placeholder{
  color: var(--input-placeholder);
  opacity: 1;
}

html[data-theme='dark'] .main-header .header-search :-moz-placeholder,
html[data-theme='dark'] .contact-section :-moz-placeholder,
html[data-theme='dark'] .checkout-section :-moz-placeholder,
html[data-theme='dark'] .blog-page .sidebar-search :-moz-placeholder,
html[data-theme='dark'] .blog-single .comment-form :-moz-placeholder,
html[data-theme='dark'] .error-section :-moz-placeholder,
html[data-theme='dark'] .subscribe-section :-moz-placeholder{
  color: var(--input-placeholder);
  opacity: 1;
}

html[data-theme='dark'] .about-section,
html[data-theme='dark'] .service-section,
html[data-theme='dark'] .pricing-section,
html[data-theme='dark'] .news-section,
html[data-theme='dark'] .faq-section,
html[data-theme='dark'] .service-details,
html[data-theme='dark'] .gallery-section,
html[data-theme='dark'] .team-details,
html[data-theme='dark'] .single-shop,
html[data-theme='dark'] .cart-section,
html[data-theme='dark'] .checkout-section,
html[data-theme='dark'] .blog-page,
html[data-theme='dark'] .blog-single,
html[data-theme='dark'] .contact-section,
html[data-theme='dark'] .error-section{
  background: var(--surface-bg);
}

html[data-theme='dark'] .page-title,
html[data-theme='dark'] .cta-section,
html[data-theme='dark'] .testimonials-section,
html[data-theme='dark'] .footer-area{
  box-shadow: inset 0px 0px 0px 2000px var(--dark-overlay);
}

html[data-theme='dark'] .service-section .single-item,
html[data-theme='dark'] .pricing-section .single-table,
html[data-theme='dark'] .contact-section .contact-info,
html[data-theme='dark'] .cart-section .cart-totals,
html[data-theme='dark'] .checkout-section .billing-form,
html[data-theme='dark'] .checkout-section .additional-information .note-box,
html[data-theme='dark'] .checkout-section .order-info,
html[data-theme='dark'] .checkout-section .payment-info,
html[data-theme='dark'] .blog-page .sidebar-search,
html[data-theme='dark'] .blog-page .sidebar .sidebar-post,
html[data-theme='dark'] .blog-single .comment-area,
html[data-theme='dark'] .blog-single .comment-form,
html[data-theme='dark'] .single-shop .single-product,
html[data-theme='dark'] .single-shop .product-content,
html[data-theme='dark'] .team-details .team-details-content{
  background: var(--card-bg);
  border: 1px solid var(--line-color);
  box-shadow: var(--panel-shadow);
}

html[data-theme='dark'] .checkout-section .customer,
html[data-theme='dark'] .checkout-section .coupon,
html[data-theme='dark'] .main-footer,
html[data-theme='dark'] .subscribe-content,
html[data-theme='dark'] .contact-section .contact-info,
html[data-theme='dark'] .cart-section .cart-table .cart-header,
html[data-theme='dark'] .cart-section .cart-table tbody tr td{
  border-color: var(--line-color);
}

html[data-theme='dark'] h1,
html[data-theme='dark'] h2,
html[data-theme='dark'] h3,
html[data-theme='dark'] h4,
html[data-theme='dark'] h5,
html[data-theme='dark'] h6,
html[data-theme='dark'] .title-top,
html[data-theme='dark'] .sec-title h2,
html[data-theme='dark'] .service-section .single-item h3 a,
html[data-theme='dark'] .contact-section .contact-info h4,
html[data-theme='dark'] .faq-content .accordion-box .acc-btn,
html[data-theme='dark'] .blog-page .sidebar .sidebar-title,
html[data-theme='dark'] .blog-single .blog-single-content h3,
html[data-theme='dark'] .checkout-section .title h4,
html[data-theme='dark'] .checkout-section .order-info .item-name,
html[data-theme='dark'] .single-shop .product-content .title{
  color: var(--heading-color);
}

html[data-theme='dark'] p,
html[data-theme='dark'] li,
html[data-theme='dark'] span,
html[data-theme='dark'] label,
html[data-theme='dark'] .text,
html[data-theme='dark'] .service-section .single-item .text,
html[data-theme='dark'] .contact-section .contact-info .text,
html[data-theme='dark'] .faq-content .accordion-box .acc-content,
html[data-theme='dark'] .blog-page .sidebar .list li a,
html[data-theme='dark'] .blog-single .blog-single-content p,
html[data-theme='dark'] .team-details-content .content-style-one .contact-info li,
html[data-theme='dark'] .team-details-content .content-style-one .contact-info li a,
html[data-theme='dark'] .single-shop .product-content p,
html[data-theme='dark'] .cart-section .cart-table tbody tr td.price,
html[data-theme='dark'] .cart-section .cart-table tbody tr .sub-total,
html[data-theme='dark'] .checkout-section .order-info .price,
html[data-theme='dark'] .main-footer p,
html[data-theme='dark'] .main-footer a,
html[data-theme='dark'] .footer-bottom,
html[data-theme='dark'] .footer-bottom a{
  color: var(--text-color);
}

html[data-theme='dark'] .main-footer .logo-wideget .footer-social li a,
html[data-theme='dark'] .blog-single .post-share-option .post-share li a,
html[data-theme='dark'] .team-details-content .content-style-one .team-social li a{
  background: var(--input-bg);
  color: var(--heading-color);
}

html[data-theme='dark'] .search-modal__dialog{
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

html[data-theme='dark'] .search-modal__close{
  background: rgba(255, 255, 255, 0.08);
}

html[data-theme='dark'] .search-modal__category{
  background: rgba(109, 228, 214, 0.16);
  color: #7ceee1;
}

html[data-theme='dark'] .search-modal__result:hover{
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.34);
}

.main-header .header-cta{
  flex: 0 0 auto;
}

.main-header .header-cta a{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 9px 22px;
  border-radius: 50px;
  background: var(--accent-primary);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: all 300ms ease;
}

.main-header .header-cta a:hover{
  background: #1b2430;
  color: #fff;
}

html[data-theme='dark'] .main-header .header-cta a{
  background: var(--accent-primary);
  color: #061019;
}

html[data-theme='dark'] .main-header .header-cta a:hover{
  background: #eff6fd;
  color: #061019;
}


/*========= mobile-menu ==============*/

.mobile-menu .dropdown-btn {
  position: absolute;
  right: 3px;
  top: 0;
  width: 35px;
  height: 43px;
  border-left: 1px solid #ffffff;
  cursor: pointer;
  display: block;
  z-index: 5;
}
.mobile-menu .dropdown-btn:after {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  width: 100%;
}

.mobile-menu,
.mobile-menu > li > ul,
.mobile-menu > li > ul > li > ul{
  background: #000000;
}

.mobile-menu > li > ul,
.mobile-menu > li > ul > li > ul{
  display: none;
}

.mobile-menu > li > a,
.mobile-menu > li > ul > li > a,
.mobile-menu > li > ul > li > ul > li > a{
  padding:10px 20px;
  font-family: 'Roboto', sans-serif;
  line-height:22px;
  color:#ffffff;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  border-top: 1px solid #fff;
}


/* Mainmenu fixed style */
@keyframes menu_sticky {
  0%   {margin-top:-100px;}
  50%  {margin-top: -90px;}
  100% {margin-top: 0;}
}
.theme_menu.stricky-fixed {
  margin: 0;
  position: relative;
  background: inherit;
  top:auto;
  left:auto;
  width: 100%;
  z-index: auto;
  animation: none;
  box-shadow: none;
}


/** main-slider **/

.main-slider{
  position: relative;
}
.main-slider:before{
  position: absolute;
  content: '';
  background: url(../images/slider/bg1.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0px;
  top: 0px;
}
.main-slider:after{
  position: absolute;
  content: '';
  background: url(../images/slider/bg.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  right: 0px;
  top: 0px;
}

.main-slider .tp-title{
  position: relative;
  font-size: 36px;
  font-family: 'Dancing Script', cursive;
  line-height: 45px;
  color: #fff;
  font-weight: 700;
}
.tp-bannertimer{
  display: none;
}

.main-slider .tp-caption{
  z-index:5;
}

.main-slider .tp-dottedoverlay{
  background-color:rgba(0,0,0,0.00) !important;  
}

.tp-bullets{
  display:none; 
}
.tp-arr-allwrapper{
  display: none;
}
.main-slider .btn-one{
  margin-right: 17px;
}
.tparrows.preview3{
  background: transparent;
  width: 55px;
  height: 55px;
}
.tp-rightarrow.default{
  right: 50px !important;
}
.tp-leftarrow.default{
  left: 50px !important;
}
.tparrows.preview3:after {
  position: absolute;
  font-family: "FontAwesome";
  color: #fff;
  font-size: 14px;
  top: 0;
  left: 0;
  background: transparent;
  border: 2px solid #babab9;
  z-index: 100;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 500ms ease;
}
.tparrows.preview3:hover:after{
  background: var(--accent-primary);
  border: 2px solid var(--accent-primary);
  color: #fff;
}
.tp-rightarrow.preview3:after {
  content: "\f061";
}
.tp-leftarrow.preview3:after {
  content: "\f060";
}


/** about section **/

.about-section{
  position: relative;
  padding: 120px 0px 120px 0px;
}
.about-section .img-box{
  position: relative;
  margin-left: 60px;
  margin-right: 20px;
  background: var(--card-bg);
  box-shadow: var(--feature-media-shadow);
  isolation: isolate;
}
.about-section .img-box:before{
  position: absolute;
  content: '';
  background: url(../images/about/about-shap.png);
  width: 420px;
  height: 406px;
  left: -60px;
  bottom: -60px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
.about-section .img-box:after{
  position: absolute;
  content: '';
  top: 26px;
  right: -18px;
  bottom: -28px;
  left: 20px;
  background: linear-gradient(145deg, var(--feature-media-glow) 0%, var(--feature-media-glow-edge) 100%);
  filter: blur(36px);
  opacity: 0.9;
  z-index: 0;
  pointer-events: none;
}
.about-section .img-box img{
  position: relative;
  width: 100%;
  z-index: 1;
  display: block;
}

html[data-theme='light'] .about-section .img-box:after{
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  background: linear-gradient(145deg, var(--feature-media-glow) 0%, var(--feature-media-glow-edge) 44%, rgba(255, 255, 255, 0) 100%);
  filter: blur(20px);
  opacity: 0.92;
}

html[data-theme='dark'] .about-section .img-box:after{
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  background: linear-gradient(145deg, var(--feature-media-glow) 0%, var(--feature-media-glow-edge) 100%);
  filter: blur(20px);
  opacity: 0.88;
}

.about-section .about-content{
  position: relative;
  margin-top: 41px;
  margin-left: 22px;
}
.about-section .about-content p{
  margin-bottom: 32px;
}


/** cta-section **/

.cta-section{
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 210px 0px 210px 0px;
}
.cta-section:before{
  position: absolute;
  content: '';
  background: url(../images/shap/cta.png);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
.cta-section p{
  color: #fff;
}
.video-gallery {
  position: relative;
  display: inline-block;
  margin-left: 7px;
}
.video-area{
  position: relative;
  display: inline-block;
}
.cta-section .button{
  display: inline-block;
}
.cta-section .cta-content{
  position: relative;
  margin-right: 55px;
}
.cta-section h1{
  margin-bottom: 20px;
}
.cta-section p{
  margin-bottom: 36px;
}
.cta-section .btn-one{
  padding: 21px 49px 20px 49px;
}
.video-gallery .icon-holder .icon a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--accent-primary);
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  transform: scale(1.0);
  transition: all 500ms ease;
}
.video-gallery .icon-holder .icon a:hover{
  transform: scale(1.1);
}


/** service-section **/


.service-section{
  position: relative;
  padding: 85px 0px 55px 0px;
}
.single-item-overlay{
  position: relative;
  margin-bottom: 25px;
}
.service-section .single-item-overlay .img-box{
  position: relative;
  overflow: hidden;
}
.service-section .single-item-overlay .img-box:before{
  position: absolute;
  content: '';
  background: url(../images/service/shap.png);
  width: 100%;
  height: 44px;
  left: 0px;
  bottom: -1px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 44px;
  pointer-events: none;
  transition: all 900ms ease;
}
.service-section .single-item:hover .img-box:before{
  bottom: -45px;
  transition: all 900ms ease;
}
.single-item-overlay .img-box img {
  width: 100%;
}

.single-item-overlay .img-box .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(var(--accent-rgb), 0.6);
  width: 100%;
  transform: scale(0.7,0);
  transition: .5s ease-in-out;
}
.single-item:hover .img-box .overlay {
  transform: scale(1,1);
  transition: .5s ease-in-out;
}

.single-item-overlay .inner-box {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.single-item-overlay .content {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: -20%;
    transition: .2s cubic-bezier(0.4, 0, 1, 1);
}
.single-item:hover .content {
  top: 0;
  transition: .5s cubic-bezier(0.4, 0, 1, 1);
  transition-delay: .3s;
}
.single-item-overlay .content li a {
  color: #222;
  display: inline-block;
  font-size: 16px;
  background: #fff;
  width: 46px;
  height: 46px;
  text-align: center;
  border-radius: 50%;
  line-height: 46px;
}
.single-item-overlay .content li a:hover{
  color: var(--accent-primary);
}
.service-section .text{
  font-size: 15px;
  line-height: 1.8;
  margin-top: 10px;
}
.service-section .single-item{
  margin-bottom: 42px;
}
.service-section .single-item .lower-content{
  padding: 0px 28px 30px;
}
.service-section .sec-title h2{
  margin-bottom: 40px;
}
.service-section .single-item h3{
  margin: 0px 0px 12px 0px;
}
.service-section .single-item h3 a{
  display: inline-block;
}

@media only screen and (max-width: 767px){
  .service-section .single-item .lower-content{
    padding: 0px 20px 24px;
  }
}


/** we-work **/

.we-work{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 210px 0px 215px 0px;
}
.we-work:before{
  position: absolute;
  content: '';
  background: url(../images/shap/work.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-position: center center;
  z-index: -1;
}

.we-work .sec-title h2{
  color: #fff;
}
.we-work .single-item{
  position: relative;
  display: inline-block;
  z-index: 1;
}
.we-work .single-item .icon-box{
  position: relative;
  width: 160px;
  height: 160px;
  line-height: 160px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0px 10px #e3e3e3;
  margin-bottom: 30px;
  transition: all 500ms ease;
}
.we-work .single-item:hover .icon-box{
  box-shadow: 0 0 0 10px rgba(var(--accent-rgb), 0.50);
}
.we-work .single-item:hover .icon-box .number{
  box-shadow: 0 0 0px 6px #e3e3e3;
}
.we-work .single-item .icon-box i:before{
  font-size: 52px;
  color: #222;
  margin: 0px;
}
.we-work .single-item .icon-box .number{
  position: absolute;
  top: 3px;
  right: -31px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  color: #222;
  font-size: 22px;
  font-weight: 600;
  box-shadow: 0 0 0 6px rgba(var(--accent-rgb), 0.50);
  transition: all 500ms ease;
}
.we-work .single-item .text{
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.we-work .column:nth-child(1) .single-item{
  margin-left: 10px;
}
.we-work .column:nth-child(2) .single-item{
  margin-left: 31px;
}
.we-work .column:nth-child(3) .single-item{
  margin-left: 52px;
}
.we-work .column:nth-child(4) .single-item{
  margin-left: 73px;
}
.we-work .sec-title h2{
  margin-bottom: 50px;
}


/** pricing-section **/

.pricing-section{
  position: relative;
}
.pricing-section .single-table{
  position: relative;
  border: 1px solid #f5f5f5;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  z-index: 1;
  transition: all 900ms ease;
}
.pricing-section .single-table:before{
  position: absolute;
  content: '';
  background: url(../images/home/shap.jpg);
  width: 100%;
  height: 80px;
  left: 0px;
  bottom: 0px;
}
.pricing-section .single-table .top-content{
  position: relative;
  background: #f5f5f5;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 52px 0px 41px 0px;
  transition: all 900ms ease;
}
.pricing-section .single-table .top-content:before{
  position: absolute;
  content: '';
  left: 0px;
  bottom: -8px;
  display: block;
  width: 60%;
  height: 20px;
  background: #fff;
  transform: skewY(4deg);
  -webkit-transform: skewY(4deg);
}
.pricing-section .single-table .top-content:after{
  position: absolute;
  content: '';
  right: 0px;
  bottom: -8px;
  display: block;
  width: 60%;
  height: 20px;
  background: #fff;
  transform: skewY(4deg);
  -webkit-transform: skewY(-4deg);
}
.pricing-section .single-table:hover .top-content{
  background: var(--accent-primary);
}
.pricing-section .single-table:hover{
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.17);
  transform: scale(1.05);
}
.pricing-section .single-table .top-content .title{
  position: relative;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  line-height: 33px;
  color: #222;
  margin-bottom: 5px;
  transition: all 900ms ease;
}
.pricing-section .single-table.active .top-content .title,
.pricing-section .single-table:hover .top-content .title{
  color: rgba(255, 255, 255, 0.70);
  transition: all 900ms ease;
}
.pricing-section .single-table .top-content .text{
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-size: 55px;
  line-height: 62px;
  color: var(--accent-primary);
  transition: all 900ms ease;
}
.pricing-section .single-table.active .top-content .text,
.pricing-section .single-table:hover .top-content .text{
  color: #fff;
  transition: all 900ms ease;
}
.pricing-section .single-table .top-content .text span{
  font-size: 25px;
}
.pricing-section .single-table .lower-content{
  position: relative;
  padding: 31px 0px 102px 0px;
  transition: all 900ms ease;
}
.pricing-section .single-table .lower-content li{
  position: relative;
  display: block;
  margin-bottom: 15px;
  font-size: 15px;
}
.pricing-section .single-table .lower-content i{
  margin-right: 8px;
}
.pricing-section .single-table .btn-two{
  color: #222;
  border: 1px solid #e5e5e5;
}
.pricing-section .single-table .lower-content .list{
  position: relative;
  margin-bottom: 36px;
}
.pricing-section .single-table.active .btn-two,
.pricing-section .single-table:hover .btn-two{
  background: var(--accent-primary);
  border: 1px solid var(--accent-primary);
  color: #fff;
}
.pricing-section .sec-title h2{
  margin-bottom: 40px;
}


/** testimonials-section **/

.testimonials-section{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  padding: 196px 0px 180px 0px;
}
.testimonials-section:after{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(6, 17, 31, 0.6) 0%, rgba(6, 17, 31, 0.48) 100%);
  z-index: -2;
}
.testimonials-section:before{
  position: absolute;
  content: '';
  background: url(../images/shap/testimonial.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0px;
  top: 0px;
  background-position: center center;
  z-index: -1;
}
.testimonials-section .container{
  position: relative;
  z-index: 1;
}
.testimonials-section .sec-title h2{
  color: #fff;
  margin-bottom: 32px;
}
.testimonials-section .text{
  position: relative;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 24px;
  padding: 0px 20px;
}
.testimonials-section .author{
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  line-height: 31px;
  margin-bottom: 23px;
}




.testimonial-content .inner-box{
  position:relative;
}
.testimonials-section .client-thumb-outer{
  position:relative;
  max-width:280px;
  margin:0 auto;
  overflow:hidden;
}
.testimonials-section .client-thumb-outer .client-thumbs-carousel{
  position: relative;
  max-width: 90px;
  margin: 0 auto;
}
.testimonials-section .client-thumb-outer .client-thumbs-carousel .owl-stage-outer{
  overflow:visible;
}
.testimonials-section .client-thumb-outer .client-thumbs-carousel .thumb-item{
  position:relative;
  width:86px;
  border-radius:50%;
  -o-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
.testimonials-section .client-thumb-outer .thumb-item .thumb-box{
  width:88px;
  height:88px;
  cursor:pointer;
  overflow: hidden;
  border-radius:50%;
}
.testimonials-section .owl-item .thumb-item .thumb-box:after{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  opacity: .5;
}
.testimonials-section .owl-item.active .thumb-item .thumb-box:after{
  background: transparent;
}
.testimonials-section .client-thumb-outer .client-thumbs-carousel .thumb-item img{
  overflow:hidden;
  width:100%;
  height:100%;
  display:block;
  border-radius:50%;
  object-fit: cover;
  object-position: center center;
}
.testimonials-section .owl-nav{
  display: none;
}



/** news-section **/

.news-section{
  position: relative;
  padding: 100px 0px 100px 0px;
}
.news-section .img-box{
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.news-section img{
  width: 100%;
  transition: all 500ms ease;
  transform: scale(1.0);
}
.news-section .single-item:hover .img-box img{
  transform: scale(1.1);
}
.news-section .lower-content li{
  position: relative;
  display: inline-block;
}
.news-section .lower-content li span{
  color: var(--accent-primary);
}
.news-section .lower-content h3{
  margin-bottom: 4px;
}


/** main-footer-area **/

.footer-area{
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.subscribe-section{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-area:before{
  position: absolute;
  content: '';
  background: url(../images/shap/footer.png);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.footer-area h3,
.subscribe-section h3{
  color: #fff;
}
.subscribe-section input[type='text'],
.subscribe-section input[type='email']{
  position: relative;
  width: 320px;
  height: 55px;
  border-radius: 50px;
  background: #343c3b;
  color: #fff;
  border: 1px solid #343c3b;
  margin-right: 16px;
  padding: 10px 20px;
  transition: all 500ms ease;
}
.subscribe-section input[type='text']:focus,
.subscribe-section input[type='email']:focus{
  border-color: var(--accent-primary);
  transition: all 500ms ease;
}
.subscribe-section ::-webkit-input-placeholder {
  color: #fff;
}
.subscribe-section :-ms-input-placeholder {
  color: #fff;
}
.subscribe-section ::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.subscribe-section :-moz-placeholder { 
  color: #fff;
  opacity: 1;
}
.subscribe-section .form-group{
  display: inline-block;
  margin-bottom: 0px;
}
.subscribe-section button{
  padding: 13px 56px 12px 56px;
}
.subscribe-content{
  position: relative;
  border-bottom: 1px solid #343c3b;
  padding: 149px 0px 48px 0px;
}
.footer-quote-cta__text{
  color: #cdd0d3;
  margin: 18px 0px 0px 0px;
  max-width: 560px;
}
.quote-cta__action{
  position: relative;
  text-align: right;
  padding-top: 12px;
}
.footer-action{
  margin-top: 28px;
}

.main-footer{
  position: relative;
  padding-top: 69px;
  padding-bottom: 38px;
  border-bottom: 1px solid #343c3b;
}
.footer-logo{
  position: relative;
  background: url(../assets/logos/logo-dark-mode.png) no-repeat left center;
  background-size: contain;
  height: 60px;
  margin-bottom: 20px;
  margin-left: 0px;
}
.footer-logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.main-footer .logo-wideget{
  position: relative;
  top: -16px;
}
.main-footer .logo-wideget .footer-social li{
  position: relative;
  display: inline-block;
  margin-right: 6px;
}
.main-footer p{
  margin-bottom: 23px;
}
.main-footer .logo-wideget .footer-social li a{
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  color: #e5e5e5;
  font-size: 13px;
  background: #343c3b;
  border-radius: 50%;
  transition: all 500ms ease;
}
.main-footer .logo-wideget .footer-social li a:hover{
  background: var(--accent-primary);
  color: #fff;
  transition: all 500ms ease;
}
.main-footer p,
.main-footer a,
.main-footer li,
.footer-bottom a{
  color: #cdd0d3;
  transition: all 500ms ease;
}
.main-footer .list li a{
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding: 0px 0px 0px 12px;
}
.main-footer .list li a:before{
  position: absolute;
  content: "\f105";
  font-family: 'Fontawesome';
  font-size: 15px;
  color: #cdd0d3;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}
.main-footer .list li a:hover:before{
  color: var(--accent-primary);
  transition: all 500ms ease;
}
.main-footer .list li a:hover{
  color: var(--accent-primary);
  text-decoration: underline;
  transition: all 500ms ease;
}
.main-footer .contact-info li{
  position: relative;
  padding: 0px 0px 0px 24px;
  margin-bottom: 15px;
}
.main-footer .contact-info i{
  position: absolute;
  left: 0px;
  top: 0px;
}
.main-footer .service-wideget{
  position: relative;
  margin: 0px -10px 0px 52px;
}
.main-footer .link-wideget{
  position: relative;
  margin: 0px 0px 0px 70px;
}
.main-footer .footer-title h3{
  margin-bottom: 20px;
}
.main-footer .contact-wideget .footer-title h3{
  margin-bottom: 24px;
}
.main-footer .contact-wideget p{
  line-height: 24px;
  margin-bottom: 17px;
}
.footer-bottom{
  position: relative;
  padding: 24px 0px 22px 0px;
  color: #cdd0d3;
}
.footer-bottom a:hover{
  color: var(--accent-primary);
}



/*** 

====================================================================
                        about-Page
====================================================================

***/


/** page title **/


.page-title{
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 113px 0px 133px 0px; 
}
.page-title:before{
  position: absolute;
  content: '';
  background: url(../images/shap/page-title1.png);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
.page-title:after{
  position: absolute;
  content: '';
  background: url(../images/shap/page-title2.png);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}

.page-title .title{
  display: inline-block;
}
.page-title .bread-crumb li{
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding-right: 15px;
  margin-right: 5px;
}
.page-title .bread-crumb li:last-child{
  padding-right: 0px;
  margin-right: 0px;
}
.page-title .bread-crumb li:first-child:before{
  position: absolute;
  content: "/";
  font-size: 16px;
  color: #fff;
  right: 0px;
  top: 1px;
}
.page-title .bread-crumb a{
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.page-title .bread-crumb a:hover{
  color: var(--accent-primary);
}
.page-title .content-box{
  position: relative;
  z-index: 1;
}
.page-title h1{
  margin-bottom: 12px;
}


/** our-team **/

.our-team{
  position: relative;
  padding: 108px 0px 93px 0px;
}
.our-team .team-column{
  display: flex;
}
.our-team .single-item{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.our-team img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
  display: block;
  transition: all 500ms ease;
  transform: scale(1.0);
}
.our-team .single-item:hover img{
  transform: scale(1.1);
}
.our-team .img-box{
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  aspect-ratio: 4 / 5;
  background: #f4f6f8;
}
.our-team .img-box a,
.our-team .img-box figure{
  display: block;
  width: 100%;
  height: 100%;
}
.our-team .text{
  font-size: 15px;
}
.our-team .single-item h3{
  margin-bottom: 5px;
}
.our-team .lower-content{
  min-height: 86px;
}
.our-team .sec-title h2{
  margin-bottom: 37px;
}


/*** 

====================================================================
                        testimonial-Page
====================================================================

***/

.tesimonial-page{
  position: relative;
  padding: 114px 0px 70px 0px;
}
.tesimonial-page .single-item{
  position: relative;
  display: block;
  padding: 50px 50px 38px 30px;
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
  transition: all 500ms ease;
}
.tesimonial-page .single-item:hover{
  box-shadow: 0 9px 15px rgba(0, 0, 0, 0.20);
}
.tesimonial-page .single-item .icon-box{
  position: relative;
  margin-bottom: 14px;
}
.tesimonial-page .single-item .icon-box i:before{
  font-size: 36px;
  color: var(--accent-primary);
  margin: 0px;
}
.tesimonial-page .single-item .author{
  position: relative;
  padding: 7px 0px 20px 75px;
}
.tesimonial-page .single-item .author-img{
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
}
.tesimonial-page .single-item .author-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.tesimonial-page .single-item .author-info h5{
  margin-bottom: -4px;
}
.tesimonial-page .single-item .author span{
  font-size: 13px;
  font-style: italic;
}
.tesimonial-page .single-item p{
  margin-bottom: 21px;
}
.tesimonial-page .sec-title h2{
  margin-bottom: 40px;
}


/*** 

====================================================================
                        faq-Page
====================================================================

***/


.faq-section{
  position: relative;
  padding: 117px 0px 63px 0px;
}
.faq-section .faq-title{
  position: relative;
  font-size: 35px;
  font-family: 'Poppins', sans-serif;
  line-height: 42px;
  color: #222;
  font-weight: 500;
  margin-bottom: 50px;
}
.accordion-box{
  position: relative;
}
.accordion-box .accordion .acc-btn.active .toggle-icon .plus {
  opacity: 0;
}
.accordion-box .accordion .acc-btn .toggle-icon .plus{
  position: relative;
  right: 0px;
  top: -6px;
}
.accordion-box .accordion .acc-btn .toggle-icon .minus {
  opacity: 0;
}
.accordion-box .accordion .acc-btn.active .toggle-icon .minus {
  opacity: 1;
  left: -45px;
  top: -6px;
}
.accordion-box .accordion .acc-btn{
  position: relative;
}
.accordion-box .accordion .acc-btn .toggle-icon{
  position: absolute;
  left: 0px;
  top: 0px;
}
.accordion-box .accordion .acc-btn .toggle-icon i{
  position: relative;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  font-size: 15px;
  cursor: pointer;
}
.accordion-box .accordion .acc-btn.active .toggle-icon{
  color: var(--accent-primary);
}
.accordion-box .accordion .acc-content.collapsed {
  display: block;
}
.accordion-box .accordion .acc-title h4{
  margin-bottom: 0px;
}
.accordion-box .accordion .acc-title{
  position: relative;
  padding: 0px 0px 0px 64px;
  margin-bottom: 32px;
  cursor: pointer;
}
.accordion-box .accordion .acc-content {
  display: none;
  padding: 0px 0px 0px 66px;
  margin-bottom: 48px;
}
.accordion-box .accordion .acc-content p{
  margin-bottom: 0px;
}
.accordion-box .accordion .acc-btn.active .acc-title h4{
  color: var(--accent-primary);
}

.faq-form-area input[type='text'],
.faq-form-area input[type='email'],
.faq-form-area textarea{
  position: relative;
  width: 100%;
  height: 50px;
  border: 1px solid #e5e5e5;
  padding: 15px 20px;
  margin-bottom: 18px;
  transition: all 500ms ease;
}
.faq-form-area textarea{
  resize: none;
  height: 120px;
  margin-bottom: 10px;
}
.faq-form-area input[type='text']:focus,
.faq-form-area input[type='email']:focus{
  border: 1px solid var(--accent-primary);
}
.faq-form-area .form-group{
  margin-bottom: 0px;
}
.faq-form-area .btn-one{
  width: 100%;
  border-radius: 0px;
  padding: 10px 40px 10px 40px;
}
.faq-form-area h3{
  margin-bottom: 23px;
}
.faq-form-area{
  border: 1px solid #e5e5e5;
  padding: 36px 28px 34px 28px;
}
.faq-form-area p{
  margin-bottom: 18px;
}
.faq-help-card__actions{
  margin-top: 18px;
}
.faq-help-card__link{
  position: relative;
  display: inline-block;
  margin-top: 16px;
  color: var(--accent-primary);
  font-weight: 600;
}
.faq-help-card__link:hover{
  color: #222;
}


/*** 

====================================================================
                        error-Page
====================================================================

***/


.error-section{
  position: relative;
  padding: 199px 0px 184px 0px;
}
.error-section .error-title{
  position: relative;
  font-size: 150px;
  font-family: 'Poppins', sans-serif;
  line-height: 150px;
  color: #222;
  font-weight: 500;
  margin-bottom: 20px;
}
.error-section .error-title i:before{
  color: var(--accent-primary);
  margin: 0px 10px;
  font-size: 175px;
}
.error-section .title{
  position: relative;
  font-size: 42px;
  line-height: 50px;
  font-family: 'Poppins', sans-serif;
  color: #222;
  margin-bottom: 31px;
}
.error-section .text{
  font-size: 16px;
  margin-bottom: 18px;
}
.error-section .input-form{
  position: relative;
}
.error-section .input-form button{
  position: absolute;
  top: 14px;
  right: 30px;
  background: transparent;
  z-index: 1;
  font-size: 15px;
  color: #848484;
  transition: all 500ms ease;
}
.error-section .input-form input[type='search']{
  position: relative;
  width: 100%;
  border-radius: 50px;
  padding: 10px 50px 10px 20px;
  height: 55px;
  margin-bottom: 44px;
  border: 1px solid #e5e5e5;
  transition: all 500ms ease;
}
.error-section .input-form input[type='search']:focus + button,
.error-section .input-form button:hover{
  color: var(--accent-primary);
}
.error-section .input-form input[type='search']:focus{
  border: 1px solid var(--accent-primary);
}
.error-section .form-group{
  margin-bottom: 0px;
}
.error-section .img-box{
  position: relative;
  top: 35px;
}


/*** 

====================================================================
                       service-details
====================================================================

***/

.service-details{
  position: relative;
  padding: 122px 0px 98px 0px;
}
.sidebar li{
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.sidebar li a{
  position: relative;
  display: block;
  background: #f2f2f2;
  font-size: 15px;
  color: #222;
  padding: 16px 28px 14px 22px;
  border-radius: 50px;
  transition: all 500ms ease;
}
.sidebar li a.active,
.sidebar li a:hover{
  background: var(--accent-primary);
  color: #fff;
  transition: all 500ms ease;
}
.sidebar li a:before{
  position: absolute;
  content: "\f178";
  font-family: "FontAwesome";
  font-size: 15px;
  color: #848484;
  top: 016px;
  right: 25px;
  transition: all 500ms ease;
}
.sidebar li a.active:before,
.sidebar li a:hover:before{
  color: #fff;
  transition: all 500ms ease;
}
.service-details-content img{
  width: 100%;
}
.service-details-content .content-style-one p{
  font-size: 15px;
}
.service-details-content .img-box{
  margin-bottom: 43px;
}
.service-details-content .content-style-one .title{
  position: relative;
  font-size: 35px;
  font-family: 'Poppins', sans-serif;
  line-height: 42px;
  font-weight: 500;
  color: #222;
  margin-bottom: 23px;
}
.service-details-content p{
  margin-bottom: 26px;
}
.service-details-content .content-style-two h3{
  font-weight: 500;
  margin-bottom: 16px;
}
.service-details-content .content-style-one{
  position: relative;
  margin-bottom: 56px;
}
.service-details-content .content-style-two p{
  margin-bottom: 42px;
}
.service-details-content .btn-one{
  padding: 21px 49px 20px 49px;
}


/*** 

====================================================================
                       gallery page
====================================================================

***/


.gallery-section{
  position: relative;
  padding: 122px 0px 74px 0px;
}
.gallery-section .single-item-overlay .img-box img {
  width: 100%;
}

.gallery-section .single-item-overlay .img-box .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  transform: scale(0.7,0);
  transition: .5s ease-in-out;
}
.gallery-section .single-item:hover .img-box .overlay {
  transform: scale(1,1);
  transition: .5s ease-in-out;
}

.gallery-section .single-item-overlay .inner-box {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.gallery-section .single-item-overlay .content {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: -20%;
    transition: .2s cubic-bezier(0.4, 0, 1, 1);
}
.gallery-section .single-item-overlay:hover .content {
  top: 0;
  transition: .5s cubic-bezier(0.4, 0, 1, 1);
  transition-delay: .3s;
}
.gallery-section .single-item-overlay .content li a {
  color: #222;
  display: inline-block;
  font-size: 24px;
  background: #fff;
  width: 65px;
  height: 65px;
  text-align: center;
  border-radius: 50%;
  line-height: 65px;
}
.gallery-section .single-item-overlay .content li a:hover{
  color: var(--accent-primary);
}
.gallery-section .post-filter{
  position: relative;
  margin-bottom: 40px;
}
.gallery-section .post-filter li span{
  position: relative;
  display: block;
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
  background: #f2f2f2;
  padding: 15px 33px 14px 33px;
  text-align: center;
  border-radius: 50px;
  margin: 0px 1px;
  cursor: pointer;
  transition: all 500ms ease
}
.gallery-section .post-filter li.active span{
  background: var(--accent-primary);
  color: #fff;
  transition: all 500ms ease;
}


/*** 

====================================================================
                       team-page / team-details
====================================================================

***/

.team-page{
  position: relative;
  padding-bottom: 50px;
}
.team-page .single-item{
  margin-bottom: 43px;
}
.team-details{
  position: relative;
  padding-bottom: 90px;
}
.team-details .img-box{
  position: relative;
  margin: 0px 51px 0px 49px;
}
.team-details .img-box:before{
  left: -50px;
  bottom: -50px;
}
.team-details .team-details-content{
  position: relative;
  margin-left: -30px;
  margin-top: -5px;
}
.team-details-content .content-style-one .title{
  position: relative;
  font-size: 35px;
  line-height: 42px;
  font-family: 'Poppins', sans-serif;
  color: #222;
  margin-bottom: 4px;
}
.team-details-content .content-style-one .text{
  margin-bottom: 25px;
}
.team-details-content .content-style-one .contact-info{
  margin-bottom: 33px;
  margin-top: 26px;
}
.team-details-content .content-style-one .contact-info li,
.team-details-content .content-style-one .contact-info li a{
  position: relative;
  display: inline-block;
}
.team-details-content .content-style-one .contact-info li{
  margin-right: 32px;
}
.team-details-content .content-style-one .contact-info i:before{
  color: #222;
  margin-right: 10px;
}
.team-details-content .content-style-one .team-social{
  margin-bottom: 68px;
}
.team-details-content .content-style-one .team-social li{
  position: relative;
  display: inline-block;
  margin-right: 7px;
}
.team-details-content .content-style-one .team-social li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  transition: all 500ms ease;
}
.team-details-content .content-style-one .team-social li a:hover{
  background: var(--accent-primary);
  border: 1px solid var(--accent-primary);
  color: #fff;
  transition: all 500ms ease;
}
.team-details-content .content-style-two .list li{
  position: relative;
  padding: 0px 0px 0px 19px;
  margin-bottom: 6px;
}
.team-details-content .content-style-two .list li:before{
  position: absolute;
  content: "\f069";
  font-family: 'FontAwesome';
  font-size: 11px;
  color: var(--accent-primary);
  left: 0px;
  top: 3px;
}
.team-details-content .content-style-two h3{
  margin-bottom: 16px;
}
.team-details-content .content-style-two p{
  margin-bottom: 60px;
}


/*** 

====================================================================
                      shop page
====================================================================

***/

.shop-section{
  position: relative;
  padding: 117px 0px 54px 0px;
}
.shop-section .sidebar h4{
  font-weight: 500;
  margin-bottom: 22px;
}
.noUi-background{
  background: #e5e5e5;
  border-radius: 0px;
  border: none;
  box-shadow: none;
  height: 4px;
  margin-bottom: 19px;
}
.noUi-connect{
  background: var(--accent-primary);
  box-shadow: none;
}
.noUi-horizontal .noUi-handle {
  width: 14px;
  height: 14px;
  left: -1px;
  top: -6px;
  border: 2px solid var(--accent-primary);
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  background: #FFF;
  cursor: default;
}
.noUi-origin.noUi-connect.noUi-dragable{
  left: 0% !important;
}
.shop-section .price-text{
  position: relative;
}
.shop-section .price-text button{
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 23px 4px 22px;
  background: var(--accent-primary);
  transition: all 500ms ease;
}
.shop-section .price-text button:hover{
  background: #222;
}
.shop-section .price-text p{
  float: right;
  position: relative;
  color: #222;
  font-weight: 500;
  margin-bottom: 0px;
  top: 6px;
}
.shop-section .price-text input {
  width: auto;
  border: none;
  outline: none;
  width: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  margin-bottom: 0px;
  height: 20px;
  padding: 0px;
}
.sidebar .list{
  position: relative;
  margin-bottom: 43px;
}
.shop-section .sidebar .price-bar h4{
  margin-bottom: 26px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  color: #848484;
  padding: 9px 16px;
  border: 1px solid #e5e5e5;
  border-radius: 50px;
}
.bs-caret {
  display: none;
}
.select-box .btn:after {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 15px;
  color: #848484;
  width: 20px;
  right: 15px;
  top: 50%;
  margin-top: -11px;
}
.dropdown-menu>li>a {
  padding: 8px 15px;
}
.bootstrap-select>.dropdown-toggle{
  padding: 0px;
  width: 180px;
  background: transparent;
}
.bootstrap-select .dropdown-toggle:focus{
  outline: none !important;
}
.btn.active, .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu{
  margin-top: 8px;
}
.bootstrap-select.btn-group .dropdown-menu{
  min-width: 180px;
}
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-]{
  width: 180px !important;
  box-shadow: none;
}
.shop-content .top-content .text,
.shop-content .top-content .select-box{
  position: relative;
  display: inline-block;
}
.shop-content .top-content .select-box{
  margin: 0px 10px;
  top: -4px;
}
.shop-content{
  position: relative;
  margin-top: 8px;
}
.shop-content .top-content{
  position: relative;
  margin-bottom: 33px;
}
.shop-content .top-content .right-content{
  position: relative;
  display: inline-block;
  float: right;
}
.shop-content .top-content .right-content a{
  display: inline-block;
  font-size: 16px;
  color: #222;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  margin-left: 7px;
}
.shop-content .top-content .right-content a:hover{
  color: #fff;
  background: var(--accent-primary);
  border: 1px solid var(--accent-primary);
}
.item .img-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}
.shop-content .item .img-box{
  background: #f5f5f5;
}
.item .img-box img {
  width: 100%;
}
.item .default-overlay-outer{
  opacity:0;
  top:-100%;
  background: rgba(0, 0, 0, 0.1);
}

.item:hover .default-overlay-outer{
  top:0;
  opacity:1;  
}
.default-overlay-outer{
  position:absolute;
  display:block;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  padding:10px;
  transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
  -moz-transition:all 700ms ease;
}

.default-overlay-outer .inner{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:table;
  vertical-align:middle;
  text-align:center;
}

.default-overlay-outer .inner .content-layer{
  position:relative;
  display:table-cell;
  vertical-align:middle;
  color:#ffffff;
}
.shop-product .lower-content .rating{
  position: relative;
  display: inline-block;
}
.shop-product .lower-content .rating li{
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #ffb400;
  margin-right: 3px;
  line-height: 24px;
}
.shop-product .lower-content .heart{
  position: relative;
  display: inline-block;
  float: right;
}
.shop-product .lower-content .price{
  font-size: 17px;
  font-weight: 600;
}
.shop-product .lower-content h6{
  margin-bottom: 2px;
}
.shop-product .single-column{
  margin-bottom: 38px;
}
.shop-product .content-layer .btn-two{
  background: #fff;
  margin-bottom: 5px;
  color: #848484;
  padding: 8px 36px 8px 36px;
}
.shop-product .content-layer .btn-one{
  margin-top: 5px;
  padding: 8px 27px 8px 27px;
}
.shop-product .content-layer .btn-one:hover{
  background: #fff;
  border: 2px solid #fff;
}
.shop-product .content-layer .btn-two:hover{
  background: var(--accent-primary);
  color: #fff;
}


/*** 

====================================================================
                      single shop
====================================================================

***/



.single-shop{
  position: relative;
  padding-top: 122px;
  padding-bottom: 54px;
}
.addto-cart-box .quantity-spinner{
  position: relative;
  height: 45px;
  width: 66px;
  border: 1px solid #e5e5e5;
  color: #848484;
  text-align: center;
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  padding: 0px 0px;
  display: inline-block;
  z-index: -1;
}
.addto-cart-box .input-group{
  display: inline-block;
}
.addto-cart-box .btn.btn-default {
  background: transparent;
  color: #666;
  border: none;
  margin-left: 0px;
  margin: 0px 0px;
}
.addto-cart-box .input-group.bootstrap-touchspin {
  float: none;
  width: 66px;
}
.addto-cart-box .heart{
  position: relative;
  display: inline-block;
}
.single-shop .product-content .catagories .text{
  display: inline-block;
  color: #222;
}
.single-shop .product-content{
  position: relative;
  margin-left: 10px;
  margin-top: 5px;
}
.single-shop .product-content .catagories{
  position: relative;
  margin-bottom: 8px;
}
.single-shop .product-content .catagories .list,
.single-shop .product-content .catagories .list li{
  display: inline-block;
}
.single-shop .product-content .post-share .text{
  display: inline-block;
  color: #222;
}
.single-shop .product-content .post-share .post-social{
  display: inline-block;
  float: right;
}
.single-shop .product-content .post-share .post-social li{
  display: inline-block;
  margin-left: 22px;
}
.single-shop .product-content .post-share .post-social li a{
  position: relative;
  display: inline-block;
  font-size: 13px;
}
.single-shop .product-content .title{
  font-size: 35px;
  font-family: 'Poppins', sans-serif;
  color: #222;
  line-height: 42px;
  margin-bottom: 9px;
}
.single-shop .product-content .price{
  font-size: 22px;
  line-height: 30px;
  color: var(--accent-primary);
  font-weight: 600;
  margin-bottom: 28px;
}
.single-shop .product-content p{
  margin-bottom: 27px;
}
.single-shop .single-product .img-box{
  position: relative;
  margin-right: 10px;
  background: #f5f5f5;
}
.related-product .item .img-box{
  background: #f5f5f5;
}
.single-shop .single-product .img-box img{
  width: 100%;
}
.addto-cart-box .btn-one{
  border-radius: 0px;
  padding: 8px 22px 7px 22px;
  top: 8px;
  margin-right: 20px;
  margin-left: 8px;
}
.addto-cart-box .heart i:before{
  font-size: 15px;
}
.addto-cart-box .heart{
  position: relative;
  top: 8px;
}
.addto-cart-box{
  position: relative;
  margin-bottom: 33px;
}
.single-shop .single-product .post-share{
  position: relative;
  margin-top: 32px;
  border-top: 1px solid #e5e5e5;
  padding-top: 33px;
}
.product-discription .tab-title li{
  position: relative;
  display: inline-block;
  margin-right: 24px;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  cursor: pointer;
  padding: 0px 0px 2px 0px;
}
.product-discription .tab-title li.active{
  color: var(--accent-primary);
  border-bottom: 2px solid var(--accent-primary);
}
.product-discription .tab-title{
  margin-bottom: 23px;
  border-bottom: 1px solid #e5e5e5;
}
.single-shop .single-product{
  margin-bottom: 98px;
}
.product-discription{
  margin-bottom: 102px;
}
.single-shop .related-product .title h3{
  font-weight: 500;
  margin-bottom: 23px;
}


/*** 

====================================================================
                      cart page
====================================================================

***/


.cart-section{
  position: relative;
  padding-top: 122px;
  padding-bottom: 100px;
}
.cart-section .table-outer {
  overflow-x: auto;
  position: relative;
  width: 100%;
  border: 1px solid #e5e5e5;
}
.cart-section .cart-table {
  min-width: 1024px;
  width: 100%;
}
.cart-section .cart-table .cart-header {
  width: 100%;
  background: #e5e5e5;
}
.cart-section .cart-table thead tr th.price{
  left: 115px;
}
.cart-section .cart-table thead tr th.quantity{
  padding: 15px 45px 14px 120px;
  position: relative;
  left: 90px;
}
.cart-section .cart-table thead tr th.table-title {
  padding: 12px 30px 11px 30px;
}
.cart-section .cart-table thead tr th.table-title{
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  line-height: 30px;
  color: #222;
}
.cart-section .cart-table thead tr th.availability {
  padding: 0 40px
}


.cart-section .cart-table tbody tr {
  border-top: 1px solid #e5e5e5;
}
.cart-section .cart-table tbody tr td {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  min-width: 80px;
  padding: 30px 25px 31px 25px;
}
.cart-section .cart-table tbody tr td.cart-btn{
  min-width: 225px;
}
.cart-section .cart-table tbody tr td.sub-total{
  padding: 27px 48px;
}
.cart-section .cart-table tbody tr .prod-column .column-box {
  min-height: 70px;
  position: relative;
}
.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb img {
  display: block;
  max-width: 100%;
}
.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb, 
.cart-section .cart-table tbody tr .prod-column .column-box .title{
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb{
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
  width: 80px;
  height: 80px;
}
.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb img{
  width: 100%;
}
.cart-section .cart-table tbody tr .prod-column .column-box .title{
  padding-left: 20px;
}

.cart-section .cart-table tbody tr .qty {
  padding-right: 25px;
  width: 160px;
  padding: 45px 35px;
  float: right;
  position: relative;
  left: 105px;
}

.cart-section .cart-table tbody tr td.price {
  color: #777;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  position: relative;
  left: 115px;
}
.cart-section .cart-table tbody tr .sub-total {
  font-weight: 600;
  font-size: 17px;
  color: var(--accent-primary);
}
.cart-section .cart-table tbody tr td .remove .checkbox label {
  color: #848484;
  font-size: 16px;
  font-weight: 400;
  padding: 0px;
}
.cart-section .cart-table tbody tr td .remove .checkbox label input[type="checkbox"] {
  display: inline-block;
  position: relative;
  top: 1px;
}
.cart-section .cart-table .remove .checkbox{
  text-align: right;
}
.cart-section .cart-table .prod-title{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #222;
  font-family: 'Poppins', sans-serif;
}
.cart-section .coupon-box{
  position: relative;
  padding: 27px 30px 28px 30px;
  border: 1px solid #e5e5e5;
  border-top: none;
  margin-bottom: 70px;
}
.cart-section .coupon-box input{
  display: inline-block;
  width: 370px;
  margin-right: 20px;
  margin-bottom: 0px;
  height: 45px;
  border: 1px solid #e5e5e5;
  padding: 8px 15px;
  border-radius: 50px;
  transition: all 500ms ease;
}
.cart-section .coupon-box input:focus{
  border: 1px solid var(--accent-primary);
}
.cart-section .coupon-box .cart-btn{
  float: right;
}
.cart-section .addto-cart-box{
  margin-bottom: 0px;
}
.cart-section .coupon-box .btn-one{
  padding: 8px 33px 8px 33px; 
}
.cart-section .coupon-box .apply-btn{
  background: transparent;
  color: #222;
}
.cart-section .coupon-box .apply-btn:hover{
  background: var(--accent-primary);
  color: #fff;
}
.cart-section .cart-totals{
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 0px 0px 0px 0px;
}
.cart-section .cart-totals h4{
  margin-bottom: 0px;
  font-weight: 500;
  display: block;
  background: #e5e5e5;
  padding: 12px 20px 12px 30px;
}
.cart-section .cart-totals .text{
  position: relative;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #222;
  padding: 25px 30px 12px 29px;
}
.cart-section .cart-totals .text.order{
  border-top: 1px solid #e5e5e5;
  padding: 14px 30px 25px 29px;
}
.cart-section .cart-totals .text span{
  float: right;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #848484;
}
.cart-section .cart-totals .text.order span{
  color: var(--accent-primary);
}
.cart-section .cart-total-btn{
  position: relative;
  margin-top: 70px;
}


/*** 

====================================================================
                        checkout-page
====================================================================

***/

.checkout-section{
  position: relative;
  padding: 122px 0px 100px 0px;
}
.checkout-section .customer,
.checkout-section .coupon{
  position: relative;
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 14px 0px 15px 31px;
  margin-bottom: 30px;
  color: #222;
}
.checkout-section .customer:before,
.checkout-section .coupon:before{
  position: absolute;
  content: '';
  background: var(--accent-primary);
  width: 100%;
  height: 1px;
  left: 0px;
  top: -2px;
}
.checkout-section .customer a,
.checkout-section .coupon a{
  color: var(--accent-primary);
  text-decoration: underline;
}
.checkout-section .create-acc .checkbox {
  margin: 7px 0 0;
}
.checkout-section label {
  color: #222;
  font-weight: 400;
  font-size: 14px;
  z-index: 1;
  margin-bottom: 2px;
}
.checkout-section .checkbox span{
  cursor: pointer;
  margin-left: 6px;
  z-index: 1;
}
.checkout-section .checkbox input{
  width: 17px;
  height: 17px;
  display: inline-block;
}
.checkout-section .title h4{
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: 500;
  background: #e5e5e5;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 0px 13px 30px;
  margin-bottom: 23px;
}
.checkout-section .billing-info{
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 0px 0px 19px 0px;
  margin-bottom: 30px;
}
.checkout-section .billing-form{
  position: relative;
  padding: 0px 29px;
}
.checkout-section .bootstrap-select>.dropdown-toggle{
  width: 100%;
}
.checkout-section .bootstrap-select.btn-group:not(.input-group-btn){
  width: 100% !important;
}
.checkout-section .bootstrap-select.btn-group .dropdown-menu{
  min-width: 100%;
}
.checkout-section input[type='text']{
  position: relative;
  width: 100%;
  border: 1px solid #e5e5e5;
  height: 45px;
  padding: 10px 15px;
  transition: all 500ms ease;
  margin-bottom: 23px;
}
.checkout-section input[type='text']:focus{
  border: 1px solid var(--accent-primary);
}
.checkout-section .additional-information{
  position: relative;
  border: 1px solid #e5e5e5;
  padding-bottom: 2px;
}
.checkout-section .additional-information .note-box{
  position: relative;
  padding: 0px 29px 0px 29px;
}
.checkout-section .additional-information .note-box textarea{
  width: 100%;
  height: 120px;
  background: #f5f5f5;
  padding: 20px;
  resize: none;
  border: 1px solid #f5f5f5;
}
.checkout-section .order-info{
  position: relative;
  border: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.checkout-section .order-info .title h4{
  margin-bottom: 0px;
}
.checkout-section .order-info .single-item{
  position: relative;
  padding: 30px 29px 31px 29px;
  border-bottom: 1px solid #e5e5e5;
}
.checkout-section .order-info .single-item .img-box,
.checkout-section .order-info .single-item .item-name,
.checkout-section .order-info .single-item .price,
.checkout-section .order-info .sub-total .price,
.checkout-section .order-info .order-total .price{
  position: relative;
  display: inline-block;
}
.checkout-section .order-info .single-item .img-box{
  background: #f5f5f5;
  width: 80px;
  height: 80px;
}
.checkout-section .order-info .single-item .img-box img{
  width: 100%;
}
.checkout-section .order-info .single-item .item-name{
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 27px;
  color: #222;
  text-transform: uppercase;
  margin-left: 17px;
}
.checkout-section .order-info .price{
  font-size: 20px;
  color: #848484;
  font-weight: 600;
  float: right;
  padding: 27px 0px;
}
.checkout-section .order-info .sub-total .price,
.checkout-section .order-info .order-total .price{
  padding: 0px;
}
.checkout-section .order-info .sub-total,
.checkout-section .order-info .order-total{
  position: relative;
  padding: 25px 29px 11px 28px;
  font-size: 18px;
  color: #222;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 28px;
  text-transform: uppercase;
}
.checkout-section .order-info .sub-total{
  border-bottom: 1px solid #e5e5e5;
}
.checkout-section .order-info .price.color{
  color: var(--accent-primary);
}
.checkout-section .order-info .order-total{
  padding: 13px 29px 2px 28px; 
}
.checkout-section .payment-info{
  position: relative;
  border: 1px solid #e5e5e5;
  padding-bottom: 30px;
}
.checkout-section .payment-info .payment-option{
  position: relative;
  padding: 2px 29px 0px 29px;
}
.checkout-section .payment-info .payment-option .checkbox span{
  font-size: 17px;
  font-family: 'Source Sans Pro', sans-serif;
  margin-left: 11px;
}
.checkout-section .payment-info .payment-option .text{
  margin-left: 31px;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 21px;
}
.checkout-section .payment-info .payment-option .btn-one{
  width: 100%;
  margin-top: 23px;
  padding: 7px 39px 8px 39px;
}
.checkout-section .payment-info .payment-option  .checkbox a{
  font-size: 13px;
  color: var(--accent-primary);
  text-decoration: underline;
  margin-left: 20px;
}
.checkout-section .payment-info .title h4{
  margin-bottom: 13px;
}
.checkout-section .payment-info .checkbox{
  margin-bottom: 3px;
}
.checkout-section input{
  border-radius: 50px;
}


/*** 

====================================================================
                        blog classic
====================================================================

***/

.blog-classic{
  position: relative;
  padding: 122px 0px 100px 0px;
}
.blog-classic .single-item{
  position: relative;
  transition: .5s ease-in-out;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.blog-classic .single-item p{
  font-size: 15px;
  margin-bottom: 33px;
}
.blog-classic .single-item .img-box{
  margin-bottom: 35px;
}
.blog-classic .single-item .meta{
  position: relative;
  margin-bottom: 24px;
}
.blog-classic .single-item:nth-child(5){
  border-bottom: none;
}
.blog-page .sidebar-search{
  position: relative;
  margin-bottom: 26px;
}
.blog-page .form-group{
  margin-bottom: 0px;
}
.blog-page .sidebar-search input[type='search']{
  position: relative;
  width: 100%;
  height: 50px;
  border: 1px solid #e5e5e5;
  padding: 10px 40px 10px 20px;
  margin-bottom: 18px;
  transition: all 500ms ease;
  border-radius: 50px;
}
.blog-page .sidebar-search input[type='search']:focus + button,
.blog-page .sidebar-search button:hover{
  color: var(--accent-primary);
}
.blog-page .sidebar-search input[type='search']:focus{
  border: 1px solid var(--accent-primary);
}
.blog-page .sidebar-search button{
  position: absolute;
  top: 11px;
  right: 20px;
  background: transparent;
  font-size: 15px;
  color: #848484;
  transition: all 500ms ease;
}
.blog-page .sidebar .sidebar-title{
  position: relative;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #222;
  margin-bottom: 24px;
}
.blog-page .sidebar .sidebar-post .single-post{
  position: relative;
  padding-bottom: 19px;
  margin-bottom: 11px;
  border-bottom: 1px solid #e5e5e5;
}
.blog-page .sidebar .list{
  margin-bottom: 45px;
}
.blog-page .sidebar .sidebar-post .sidebar-title{
  margin-bottom: 20px;
}
.blog-page .sidebar .sidebar-post h5,
.blog-page .sidebar .sidebar-post h5 a{
  line-height: 22px;
  margin-bottom: 5px;
}


/*** 

====================================================================
                        blog single
====================================================================

***/


.blog-single{
  position: relative;
}
.blog-single .blog-single-content .single-item{
  margin-bottom: 43px;
}
.blog-single .blog-single-content .single-item:hover img{
  transform: scale(1.0);
}
.blog-single .blog-single-content p{
  font-size: 15px;
  margin-bottom: 26px;
}
.blog-single .blog-single-content .lower-text p{
  font-size: 14px;
}
.blog-single .blog-single-content .title-text{
  position: relative;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  line-height: 30px;
  color: #222;
  font-weight: 500;
  margin-bottom: 15px;
}
.blog-single .blog-single-content .content-text{
  position: relative;
  padding: 50px 30px 17px 30px;
  border: 1px solid #e5e5e5;
  margin-right: 50px;
  margin-bottom: 42px;
}
.blog-single .blog-single-content .single-item .title{
  position: relative;
  font-size: 35px;
  line-height: 42px;
  font-family: 'Poppins', sans-serif;
  color: #222;
  margin-bottom: 3px;
}
.blog-single .blog-single-content .content-style-one .text p{
  margin-bottom: 41px;
}
.blog-single .blog-single-content .single-item .img-box{
  margin-bottom: 44px;
}
.blog-single .blog-single-content .single-item .meta{
  margin-bottom: 24px;
}
.blog-single .blog-single-content .sidebar-text{
  position: relative;
  margin-left: -50px;
  padding-right: 30px;
  top: 2px;
}
.blog-single .blog-single-content .content-text i:before{
  font-size: 36px;
  color: var(--accent-primary);
  margin: 0px;
  margin-bottom: 0px;
}
.blog-single .blog-single-content .content-text .icon-box{
  position: relative;
  margin-bottom: 13px;
}
.blog-single .post-share-option{
  position: relative;
  margin-bottom: 52px;
  padding-bottom: 50px;
  margin-top: 42px;
  border-bottom: 1px solid #e5e5e5;
}
.blog-single .blog-single-content h3{
  font-weight: 500;
  margin-bottom: 16px;
}
.blog-single .post-share-option .share-text{
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  margin-right: 13px;
}
.blog-single .post-share-option .post-share{
  position: relative;
  display: inline-block;
}
.blog-single .post-share-option .post-share li{
  display: inline-block;
  margin: 0px 2px;
}
.blog-single .post-share-option .post-share li a{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e5e5e5;
}
.blog-single .post-share-option .post-share li a:hover{
  background: var(--accent-primary);
  border: 1px solid var(--accent-primary);
  color: #fefefe;
}
.blog-single .comment-area{
  position: relative;
  margin-bottom: 44px;
  padding-bottom: 17px;
  border-bottom: 1px solid #e5e5e5;
}
.blog-single .comment-area .single-comment{
  position: relative;
  padding: 0px 0px 0px 107px;
  margin-bottom: 26px;
}
.blog-single .comment-area .single-comment.replay{
  margin-left: 106px;
}
.blog-single .comment-area .single-comment.replay{
  padding: 0px 0px 0px 91px;
}
.blog-single .comment-area .single-comment .img-box{
  position: absolute;
  left: 0px;
  top: 7px;
  margin-bottom: 0px;
}
.blog-single .comment-area .single-comment .comment-title{
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Poppins', sans-serif;
  color: #222;
  margin-bottom: -2px;
}
.blog-single .comment-area .single-comment .comment-time{
  font-size: 13px;
  margin-bottom: 14px;
}
.blog-single .comment-form .title-text h3{
  margin-bottom: 23px;
}
.blog-single .comment-form textarea{
  position: relative;
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 15px 20px;
  height: 160px;
  margin-bottom: 22px;
  resize: none;
  transition: all 500ms ease;
}
.blog-single .comment-form .btn-one{
  border-radius: 0px;
  padding: 10px 32px 10px 32px;
}
.blog-single .comment-form input[type='text'],
.blog-single .comment-form input[type='email']{
  position: relative;
  width: 100%;
  height: 50px;
  border: 1px solid #e5e5e5;
  padding: 10px 20px;
  transition: all 500ms ease;
  margin-bottom: 30px;
}
.blog-single .comment-form .form-group{
  margin-bottom: 0px;
}
.blog-single .comment-form input[type='text']:focus,
.blog-single .comment-form input[type='email']:focus,
.blog-single .comment-form textarea:focus{
  border: 1px solid var(--accent-primary);
}


/*** 

====================================================================
                        contact page
====================================================================

***/



.contact-section{
  position: relative;
  padding: 122px 0px 100px 0px;
}
.contact-map-row{
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.google-map-area {
  position: relative;
  margin-bottom: 90px;
  margin-right: -15px;
}
.contact-map-row .google-map-area{
  margin: 0px;
  width: 100%;
}
#contact-google-map {
  height: 570px;
  width: 100%;
}
.contact-map-row #contact-google-map{
  height: 520px;
}
.contact-map-embed{
  display: block;
  width: 100%;
  height: 520px;
  border: 0px;
}
.contact-section .contact-info{
  position: relative;
  border: 1px solid #e5e5e5;
  margin-left: -15px;
  border-left: none;
  padding: 102px 0px 16px 73px;
  height: 570px;
}
.contact-section .contact-info.contact-info--summary{
  margin-left: 0px;
  border-left: 1px solid #e5e5e5;
  padding: 66px 44px 6px 44px;
  height: auto;
}
.contact-section .contact-info .single-info{
  position: relative;
  margin-bottom: 70px;
}
.contact-section .contact-info.contact-info--summary .single-info{
  margin-bottom: 44px;
}
.contact-section .contact-info .icon-box{
  position: relative;
  margin-bottom: 21px;
}
.contact-section .contact-info .icon-box i:before{
  font-size: 42px;
  color: var(--accent-primary);
  margin: 0px;
  transition: all 500ms ease;
}
.contact-section .contact-info .single-info:hover .icon-box i:before{
  color: #222;
}
.contact-section .contact-info h4{
  margin-bottom: 15px;
}
.contact-section input[type='text'],
.contact-section input[type='email']{
  position: relative;
  border-radius: 50px;
  height: 55px;
  margin-bottom: 30px;
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 10px 20px;
  transition: all 500ms ease;
}
.contact-section input[type='text']:focus,
.contact-section input[type='email']:focus{
  border: 1px solid var(--accent-primary);
}
.contact-section textarea{
  position: relative;
  width: 100%;
  border: 1px solid #e5e5e5;
  resize: none;
  height: 176px;
  padding: 20px;
  border-radius: 30px;
  margin-bottom: 22px;
  transition: all 500ms ease;
}
.contact-section .sec-title h2{
  margin-bottom: 41px;
}
