@import url('https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');
/* font-family: "Livvic", sans-serif; */

body {
  background: #f5f5f5;
}

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

img {
  max-width: 100%;
}



ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: "Livvic", sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}


.cmn-gap {
  padding: 70px 0;
}

@media(max-width:991px) {
  .cmn-gap {
    padding: 60px 0;
  }
}

@media(max-width:767px) {
  .cmn-gap {
    padding: 50px 0;
  }
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/
/* .header-area {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1000;
  height: 100px;
  background: #fff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.header-area .main-nav .logo {
  float: left;
  margin-top: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 150px;
}



.header-area .main-nav .logo img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-left: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}


.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #1F2128;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1.58px;
}

.header-area .main-nav .nav li.current-menu-item a {
  color: #80BF26;
}

.header-area .main-nav .nav li a:hover {
  color: #80BF26;
}



.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 35px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #1F2128;
  position: absolute;
  right: 18px;
  top: 12px;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transform: translateY(-2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  display: block;
  background: #fff;
  color: #1F2128;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
}

.header-area .main-nav .nav li.submenu ul li a:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 40px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #1F2128;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fafafa;
  padding-left: 25px;
  color: #80BF26;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 1px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1F2128;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1F2128;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1F2128;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1F2128;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }

  .header-area .main-nav .nav li.submenu {
    padding-right: 20px;
  }

  .header-area .main-nav .nav li.submenu:after {
    right: 5px;
  }
}

@media (max-width: 991px) {
  .header-area {
    background: #fff;
    height: 80px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  }

  .header-area .container {
    padding: 0px;
  }

  .header-area .main-nav .logo {
    margin-left: 30px;
    margin-top: 8px;
    width: 120px;
  }

  .header-area .menu-trigger {
    display: block !important;
  }

  .header-area .main-nav {
    overflow: hidden;
  }

  .header-area .main-nav .nav {
    float: left;
    width: 100%;
    margin-top: 16px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }

  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    padding-left: 30px !important;
    border: none !important;
    background: #fff !important;
    color: #1F2128 !important;
  }

  .header-area .main-nav .nav li a:hover {
    background: #f5f5f5 !important;
  }

  .header-area .main-nav .nav li a.contact-btn {
    margin-top: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
    .header-area .main-nav .nav .contact-btn a {
    margin-top: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }

  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }

  .header-area .main-nav .nav li.submenu ul li a {
    padding-left: 50px !important;
  }

  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }

  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }

  .header-area .main-nav .nav li.submenu:after {
    color: #1F2128;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }

  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
} */

@media(min-width:992px) {
  .contact-btn {
    padding: 8px 20px;
    border: 1px solid #1F2128;
    min-height: 35px;
    margin-top: 2px;
    line-height: 34px;
    letter-spacing: 0.5px;
    background: none;
    color: #1F2128;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .contact-btn:hover {
    background: #1F2128;
    color: #fff !important;
  }
}

.menu-right {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.menu-right form {
  position: relative;
  padding: 0;
  width: 0;
  transition: all 0.3s ease-in-out;
}

@media(min-width:992px) {
  .menu-right.open form {
    margin-right: 10px;
  }
}

.menu-right.open form {
  width: 200px;
}

.menu-right form input[type='text'],
.menu-right form input[type='search'] {
  border: 1px solid #80BF26 !important;
  background-color: #fff;
  width: 100%;
  height: 36px;
  padding: 10px;
  box-shadow: none !important;
  outline: none !important;
}

.menu-right form input[type='text'] {
  padding-right: 50px;
}

.menu-right form input[type='submit'] {
  background: url(../images/icon-search.png) center / 20px no-repeat #80BF26;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 40px;
  height: 36px;
  border: none !important;
}

.search-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1F2128;
  color: #fff;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.search-icon:hover {
  background-color: #80BF26;
}

.search-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}

.search-icon .fa-times {
  opacity: 0;
}


.search-icon.active .fa-times {
  opacity: 1;
}

.search-icon.active .fa-search {
  opacity: 0;
}

/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/
.welcome {
  background: url(../images/BG-pattern.jpg) center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 60px;
  position: relative;
}

@media(min-width:992px) {
  .welcome {
    max-height: 600px;
  }
}

@media(min-width:1921px) {
  .welcome {
    max-height: 800px;
  }
}

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

@media(max-width:991px) {
  .welcome {
    margin-top: 80px;
  }

  /* .welcome .text p {
    display: none;
  } */
}


.welcome::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.welcome .welcome-content {
  width: 100%;
  position: relative;
  z-index: 3;
}

.welcome .welcome-content .welcome-text h1 {
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 1.3px;
  margin-bottom: 35px;
  color: #000;
}

.welcome .welcome-content .welcome-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.53px;
  color: #444444;
  margin-bottom: 35px;
}

.welcome .welcome-content .slider-wrapper {
  position: absolute;
  top: 0px;
  padding-left: 70px;
}

.welcome .welcome-content .slider-wrapper .base {
  position: absolute;
  width: 60%;
  height: 230px;
  left: 0px;
  bottom: 0px;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
}

.welcome .welcome-content .slider-wrapper .base .prev {
  position: absolute;
  right: 70px;
  bottom: 33px;
  font-size: 40px;
  line-height: 40px;
  cursor: pointer;
  z-index: 999;
}

.welcome .welcome-content .slider-wrapper .base .next {
  position: absolute;
  right: 30px;
  bottom: 33px;
  font-size: 40px;
  line-height: 40px;
  cursor: pointer;
  z-index: 999;
}

.welcome .welcome-content .slider-wrapper .owl-carousel {
  position: relative;
  z-index: 2;
}

.welcome .welcome-content .slider-wrapper .owl-carousel .item .img {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.welcome .welcome-content .slider-wrapper .owl-carousel .item .text {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s linear, opacity 0.3s linear;
}

.welcome .welcome-content .slider-wrapper .owl-carousel .item .text h5 {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.53px;
  margin-bottom: 5px;
  color: #000;
}

.welcome .welcome-content .slider-wrapper .owl-carousel .item .text p {
  font-weight: 400;
  font-size: 14px;
  color: #606060;
  letter-spacing: 0.47px;
  line-height: 26px;
}

.welcome .welcome-content .slider-wrapper .owl-carousel .firstActiveItem .text {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1400px) {
  .welcome .welcome-content {
    /* margin-top: 100px; */
  }
}

@media (max-width: 1200px) {
  .welcome {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .welcome .welcome-content .slider-wrapper .base {
    width: 100%;
    left: 15px;
  }
}

@media (max-width: 991px) {
  .welcome .welcome-content .welcome-text {
    text-align: center;
    margin-bottom: 50px;
  }

  .welcome .welcome-content .welcome-text a {
    margin: auto;
  }
}

/* 
---------------------------------------------
global
--------------------------------------------- 
*/
html,
body {
  background: #f5f5f5;
  color: #606060;
  font-family: "Livvic", sans-serif;
}

::selection {
  background: #1F2128;
  color: #fff;
}

::-moz-selection {
  background: #1F2128;
  color: #fff;
}

.section {
  padding-top: 110px;
  padding-bottom: 90px;
}

.section.white {
  background: #fff;
}

.left-heading .section-title {
  font-weight: 400;
  font-size: 28px;
  color: #1F2128;
  letter-spacing: 1.75px;
  line-height: 42px;
  margin-bottom: 30px;
}

.center-heading {
  text-align: center;
}

.center-heading .section-title {
  font-weight: 600;
  font-size: 28px;
  color: #1F2128;
  letter-spacing: 1.75px;
  line-height: 38px;
  margin-bottom: 20px;
}

.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #606060;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 60px;
}

.center-text p {
  margin-bottom: 30px;
}

.left-text {
  font-weight: 400;
  font-size: 16px;
  color: #606060;
  /* line-height: 28px; */
  /* letter-spacing: 1px; */
}

.left-text p {
  margin-bottom: 30px;
}

.left-text p.dark {
  color: #1F2128;
}

.left-text ul li {
  font-weight: 400;
  font-size: 14px;
  color: #606060;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.left-text ul li:before {
  font-family: FontAwesome;
  content: "\f178";
  left: 0px;
  position: absolute;
}

.left-text ul li:hover {
  padding-left: 40px;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-bottom {
  -ms-flex-item-align: flex-end !important;
  align-self: flex-end !important;
}

.dark-btn {
  display: block;
  width: 195px;
  height: 45px;
  position: relative;
  overflow: hidden;
  border: 1px solid #1F2128;
}

.dark-btn .show-btn {
  position: absolute;
  top: 0px;
  cursor: pointer;
  left: 0px;
  width: 195px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.35px;
  color: #1F2128;
  background-color: #fff;
}

.dark-btn .hide-btn {
  position: absolute;
  top: 0px;
  cursor: pointer;
  left: 195px;
  width: 195px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.35px;
  color: #fff;
  background: #80BF26;
}

.dark-btn:hover {
  border: 1px solid #80BF26;
}

.dark-btn:hover .show-btn {
  left: -195px;
}

.dark-btn:hover .hide-btn {
  left: 0px;
}

.light-btn {
  display: block;
  width: 195px;
  height: 45px;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
}

.light-btn .show-btn {
  position: absolute;
  top: 0px;
  cursor: pointer;
  left: 0px;
  width: 195px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.35px;
  color: #fff;
}

.light-btn .hide-btn {
  position: absolute;
  top: 0px;
  cursor: pointer;
  left: 195px;
  width: 195px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.35px;
  color: #1F2128;
  background: #fff;
}

.light-btn:hover .show-btn {
  left: -195px;
}

.light-btn:hover .hide-btn {
  left: 0px;
}

blockquote {
  margin-bottom: 28px;
  padding: 30px;
  padding-top: 40px;
  background: #fff;
  overflow: hidden;
}

blockquote .text {
  position: relative;
  text-align: center;
}

blockquote .text p {
  position: relative;
  width: 100%;
  z-index: 2;
  margin-bottom: 10px !important;
}

blockquote .text:before {
  font-family: FontAwesome;
  content: "\f10d";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  font-size: 40px;
  color: #e1ecf4;
}

blockquote .text:after {
  font-family: FontAwesome;
  content: "\f10e";
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  font-size: 40px;
  color: #e1ecf4;
}

blockquote .author {
  color: #1F2128;
  text-align: center;
}

.page-gallery {
  height: 240px;
  display: block;
  overflow: hidden;
  /*margin-bottom: 30px;*/
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.padding-top-0 {
  padding-top: 0px !important;
}

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

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

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

@media (max-width: 991px) {

  html,
  body {
    overflow-x: hidden;
  }

  .mobile-bottom-fix {
    margin-bottom: 30px;
  }

  /*.page-gallery {*/
  /*  height: 140px;*/
  /*}*/
}

/* 
---------------------------------------------
parallax
--------------------------------------------- 
*/

.parallax-row {
  --bs-gutter-y: 30px;
}

.half-parallax .parallax-image {
  height: 700px;
  position: relative;
  overflow: hidden;
}


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

.half-parallax .parallax-image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 2;
  opacity: 0.2;
}

.parallax-items {
  position: relative;
  z-index: 3;
  margin-top: -400px;
}

@media(max-width:991px) {
  .parallax-items {
    margin-top: -660px;
  }
}

.parallax-items .parallax-item {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
  padding: 30px 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.parallax-item .dark-btn-wrap {
  margin-top: auto;
}

.parallax-item .dark-btn {
  position: relative;
  z-index: 2;
}

.parallax-item:hover .parallax-item-img {
  transform: translateX(0);
}

.parallax-item .parallax-item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  object-fit: cover;
}

.half-parallax .parallax-items .parallax-item .feature-title {
  font-weight: 600;
  font-size: 20px;
  color: #1F2128;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.half-parallax .parallax-items .parallax-item p {
  font-weight: 400;
  font-size: 14px;
  color: #606060;
  letter-spacing: 0.88px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.half-parallax .parallax-items .parallax-item .dark-btn {
  margin: auto;
}

/* .half-parallax .parallax-items .parallax-item:hover {
  margin-top: -10px;
} */

.parallax-counter {
  min-height: 337px;
  overflow: hidden;
  position: relative;
  background: url(../images/banner-bg-3.jpg);
  background-position: bottom;
  background-size: cover;
}

.parallax-counter:before {
  content: "";
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: 0.8;
  background: #000;
  opacity: 0.5;
  z-index: 2;
  top: -20%;
  left: -20%;
}

.parallax-counter .parallax-content {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  width: 100%;
}

.parallax-counter .parallax-content .count-item {
  height: 280px;
  position: relative;
  overflow: hidden;
}

.parallax-counter .parallax-content .count-item:hover strong {
  margin-top: 60px;
}

.parallax-counter .parallax-content .count-item strong {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 1.72px;
  margin-bottom: 10px;
  color: #fff;
  margin-top: 70px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.parallax-counter .parallax-content .count-item span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.86px;
}

@media (max-width: 991px) {
  .parallax-counter {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .parallax-counter .parallax-content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }

  .parallax-counter .parallax-content .count-item {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .parallax-counter .parallax-content .count-item:hover strong {
    margin-top: 0px;
  }

  .parallax-counter .parallax-content .count-item:before {
    display: none;
  }

  .parallax-counter .parallax-content .count-item:after {
    width: 40px;
    height: 1px;
  }

  .parallax-counter .parallax-content .count-item strong {
    margin-top: 0px;
  }
}

/* 
---------------------------------------------
our team
--------------------------------------------- 
*/
.person-item {
  margin-bottom: 45px;
  float: left;
  width: 100%;
}

.person-item .img {
  position: relative;
  z-index: 2;
  margin-top: 14px;
  float: left;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.person-item .content {
  position: absolute;
  z-index: 1;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
  right: 15px;
  top: 0px;
  width: 80%;
  height: 183px;
  padding-left: 120px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.person-item .content .text {
  width: 100%;
  position: relative;
  min-height: 85px;
}

.person-item .content .text:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 85px;
  right: 0px;
  background: #DDDDDD;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.person-item .content .text .user-name {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.69px;
  color: #1F2128;
  margin-bottom: 5px;
  margin-top: 3px;
}

.person-item .content .text span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: #606060;
  letter-spacing: 0.52px;
  margin-bottom: 10px;
}

.person-item .content .text ul {
  overflow-x: hidden;
}

.person-item .content .text ul li {
  float: left;
}

.person-item .content .text ul li a {
  display: inline-block;
  font-size: 14px;
  color: #6F8BA4;
  margin-right: 15px;
}

.person-item.active .content .text:before {
  background: #1F2128;
}

.person-item:hover .img {
  margin-top: -15px;
}

.person-item:hover .content .text:before {
  background: #1F2128;
}

/* 
---------------------------------------------
blog
--------------------------------------------- 
*/
.blog-post-grid {
  display: block;
  width: 100%;
  height: 284px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.blog-post-grid:hover h3 {
  padding-bottom: 27px;
}

.blog-post-grid:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
  z-index: 1;
}

.blog-post-grid h3 {
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 2;
  padding: 20px 25px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog-post-grid .date {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.75px;
}

.blog-post-grid .date:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.27;
  background-image: linear-gradient(-130deg, #000000 0%, #4C4D51 100%);
  z-index: -1;
  left: 0px;
}

.blog-post-single {
  display: block;
  width: 100%;
  height: 422px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.blog-post-single:hover h3 {
  padding-bottom: 27px;
}

.blog-post-single:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
  z-index: 1;
}

.blog-post-single .date {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.75px;
}

.blog-post-single .date:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.27;
  background-image: linear-gradient(-130deg, #000000 0%, #4C4D51 100%);
  z-index: -1;
  left: 0px;
}

.post-content {
  margin-bottom: 60px;
}

.post-content h3 {
  margin-bottom: 20px !important;
}

.post-content h3 a {
  font-weight: 400;
  font-size: 16px;
  color: #1F2128;
  letter-spacing: 1px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.post-content h3 a:hover {
  color: #1F2128;
}

.post-content .post-meta {
  overflow: hidden;
  margin-bottom: 20px;
}

.post-content .post-meta li {
  float: left;
  margin-right: 30px;
  height: 30px;
  line-height: 30px;
  color: #1F2128;
  font-size: 14px;
}

.post-content .post-meta li a {
  color: #1F2128;
}

.post-content .post-meta li span {
  display: inline-block;
  margin-right: 5px;
}

.post-content .text {
  font-weight: 400;
  font-size: 14px;
  color: #606060;
  letter-spacing: 0.88px;
  line-height: 26px;
  margin-bottom: 15px;
}

.post-content .text p {
  font-size: 14px !important;
  margin-bottom: 30px !important;
}

.post-content .post-footer {
  overflow: hidden;
  border-bottom: 1px solid #D8D8D8;
  border-top: 1px solid #D8D8D8;
  padding-top: 10px;
  padding-bottom: 10px;
}

.post-content .post-footer span {
  float: left;
  height: 30px;
  line-height: 30px;
  font-weight: 300;
  font-size: 14px;
  color: #606060;
}

.post-content .post-footer ul.share {
  float: right;
}

.post-content .post-footer ul.share li {
  float: left;
  margin-left: 15px;
}

.post-content .post-footer ul.share li a {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #1F2128;
}

.post-content .dark-btn {
  box-shadow: none;
  margin: auto;
  padding-left: 30px;
  margin-top: 30px;
}

.section-comments {
  margin-bottom: 60px;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  padding: 30px;
  padding-bottom: 0px;
}

.section-comments ul {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

.section-comments ul li {
  overflow: hidden;
}

.section-comments ul li .avatar {
  width: 70px;
  height: 70px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}

.section-comments ul li .comment-content {
  font-weight: 400;
  font-size: 14px;
  color: #606060;
  float: left;
  width: calc(100% - 90px);
  width: -webkit-calc(100% - 90px);
}

.section-comments ul li .comment-content .comment-by {
  margin-bottom: 10px;
  position: relative;
}

.section-comments ul li .comment-content .comment-by strong {
  display: block;
  color: #1F2128;
}

.section-comments ul li .comment-content .comment-by span {
  font-size: 12px;
}

.section-comments ul li .comment-content .comment-by .btn-reply {
  position: absolute;
  right: 0px;
  top: 15px;
  background: #F4F8FB;
  color: #606060;
  height: 25px;
  line-height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.section-comments ul li .comment-content .comment-by .btn-reply i {
  font-size: 12px;
}

.section-comments ul li .comment-content .comment-by .btn-reply:hover {
  background: #1F2128;
  color: #fff;
}

.section-comments ul li ul {
  padding-left: 30px;
}

.post-comment {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  padding: 30px;
  padding-bottom: 0px;
  margin-bottom: 30px;
}

.post-comment .comment-form .form-item {
  margin-bottom: 20px;
}

.post-comment .comment-form .form-item label {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0px;
}

.post-comment .comment-form .form-item input,
.post-comment .comment-form .form-item textarea {
  border: 1px solid #eee;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.post-comment .comment-form .form-item input:focus,
.post-comment .comment-form .form-item textarea:focus {
  border: 1px solid #ddd;
}

.post-comment .comment-form .form-item textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

.post-comment .comment-form .dark-btn {
  margin-bottom: 30px;
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  background: #1F2128;
  padding-top: 70px;
}

.footer-logo {
  width: 120px;
}

footer img.logo {
  margin-bottom: 30px;
}

footer .text {
  font-weight: 400;
  font-size: 14px;
  color: #D8D8D8;
  line-height: 30px;
  letter-spacing: 0.88px;
}

footer h5 {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.69px;
  line-height: 30px;
  margin-bottom: 30px !important;
}

footer .social {
  overflow: hidden;
  margin-top: 10px;
}

footer .social li {
  float: left;
  font-size: 16px;
  margin-right: 10px;
}

footer .social li a {
  color: #fff;
}

footer .footer-nav li a {
  display: block;
  overflow: hidden;
}

footer .footer-nav li a:hover span {
  padding-left: 5px;
}

footer .footer-nav li a i {
  float: left;
  height: 32px;
  line-height: 32px;
  margin-right: 12px;
  font-size: 14px;
  color: #fff;
}

footer .footer-nav li a span {
  float: left;
  height: 32px;
  line-height: 32px;
  font-weight: 400;
  font-size: 14px;
  color: #D8D8D8;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .address p {
  display: block;
  overflow: hidden;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  letter-spacing: 0.88px;
  margin-bottom: 5px;
}

footer .address p i {
  margin-right: 8px;
}

footer .address p a:hover {
  color: #80BF26;
}

footer .address p a {
  color: #D8D8D8;
}

footer .copyright {
  text-align: center;
  border-top: 1px solid #343641;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 400;
  font-size: 14px;
  color: #D8D8D8;
  letter-spacing: 0.88px;
}

@media (max-width: 991px) {
  footer .social {
    margin-bottom: 30px;
  }

  footer .text {
    margin-bottom: 30px;
  }

  footer h5 {
    margin-bottom: 15px;
  }

  footer .footer-nav {
    margin-bottom: 30px;
  }
}

/* 
---------------------------------------------
pages
--------------------------------------------- 
*/
.page .cover {
  margin-top: 100px;
  min-height: 400px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page .cover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background: #000;
  z-index: 2;
  opacity: 0.6;
}

.page .cover .cover-top {
  position: relative;
  width: 100%;
  z-index: 3;
  text-align: center;
  transform: perspective(1px) translateY(0%);
  overflow: hidden;
}

.page .cover .cover-top h1 {
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 1.4px;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}

.page .cover .cover-top .breadcrumb {
  position: relative;
  z-index: 9;
  float: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: none;
  padding: 0px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  display: inline-block;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
  margin: 0px;
  border: 1px solid #fff;
}

.page .cover .cover-top .breadcrumb li {
  font-weight: 400;
  font-size: 14px;
  color: #D8D8D8;
  line-height: 30px;
  margin-left: 10px;
  display: inline-block;
}

.page .cover .cover-top .breadcrumb li:after {
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 10px;
  color: #fff;
}

.page .cover .cover-top .breadcrumb li:first-child {
  margin-left: 0px;
}

.page .cover .cover-top .breadcrumb li:last-child:after {
  content: "";
  margin-left: 0px;
}

.page .cover .cover-top .breadcrumb li a {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.page .page-bottom {
  padding-top: 120px;
  padding-bottom: 90px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.88px;
  line-height: 28px;
  color: #606060;
}

.page .page-bottom p {
  margin-bottom: 45px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
}

.page .page-bottom .project-grid .project-grid-item {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
  margin-bottom: 30px;
}

.page .page-bottom .project-grid .project-grid-item .img {
  width: 100%;
  height: 228px;
  position: relative;
  overflow: hidden;
}

.page .page-bottom .project-grid .project-grid-item .text {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 2;
  margin-top: -30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  padding: 30px 25px;
}

.page .page-bottom .project-grid .project-grid-item .text h3 {
  font-weight: 400;
  font-size: 16px;
  color: #1F2128;
  letter-spacing: 0.7px;
  margin-bottom: 10px;
}

.page .page-bottom .project-grid .project-grid-item .text p {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 14px;
  color: #606060;
  letter-spacing: 0.88px;
  line-height: 26px;
}

.page .page-bottom .project-grid .project-grid-item:hover {
  padding-bottom: 10px;
}

.page .page-bottom .project-grid .project-grid-item:hover .text {
  margin-top: -40px;
}

.page .page-bottom .project-list .project-list-item {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  align-items: center;
}

.page .page-bottom .project-list .project-list-item .img {
  width: 45%;
  height: 228px;
  float: left;
  position: relative;
  overflow: hidden;
}

.page .page-bottom .project-list .project-list-item .text {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  width: 70%;
  right: 0px;
  position: absolute;
  z-index: 2;
  text-align: left;
  padding: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.page .page-bottom .project-list .project-list-item .text h3 {
  font-weight: 400;
  font-size: 16px;
  color: #1F2128;
  letter-spacing: 0.7px;
  margin-bottom: 10px;
}

.page .page-bottom .project-list .project-list-item .text p {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 14px;
  color: #606060;
  letter-spacing: 0.88px;
  line-height: 26px;
}

.page .page-bottom .project-list .project-list-item:hover .text {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.2);
}

.page .page-bottom .page-single .page-single-img {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page .page-bottom .page-single .page-single-img .play {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 2;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.page .page-bottom .page-single .page-single-img .play:hover {
  transform: scale(1.1);
}

.page .page-bottom .page-single .page-single-img .play:before {
  content: "";
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  width: 80px;
  height: 80px;
  z-index: 2;
  opacity: 0.39;
}

.page .page-bottom .page-single .page-single-img .play:after {
  content: "";
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 10px;
  top: 10px;
  background: #fff;
  width: 60px;
  height: 60px;
  z-index: 2;
}

.page .page-bottom .page-single .page-single-img .play i {
  position: absolute;
  z-index: 3;
  width: 80px;
  left: 0px;
  padding-left: 7px;
  line-height: 80px;
  font-size: 20px;
  color: #1F2128;
}

.page .page-bottom .page-single .page-single-text .title {
  font-weight: 600;
  font-size: 16px;
  color: #1F2128;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.page .page-bottom .page-single .page-single-text .sub-title {
  font-weight: 400;
  font-size: 18px;
  color: #1F2128;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.page .page-bottom .page-single .page-single-text p {
  font-weight: 400;
  font-size: 16px;
  color: #606060;
  letter-spacing: 1px;
  line-height: 28px;
  margin-bottom: 30px;
}

.page .page-bottom .page-single .page-single-text .info-list {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  padding: 15px 20px;
  margin-bottom: 40px;
}

.page .page-bottom .page-single .page-single-text .info-list strong {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: #1F2128;
  letter-spacing: 1px;
}

.page .page-bottom .page-single .page-single-text .info-list span {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: #606060;
  letter-spacing: 1px;
}

.page .page-bottom .page-single .page-single-text .count strong {
  display: block;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 1.29px;
  color: #1F2128;
  margin-bottom: 10px;
  text-align: center;
}

.page .page-bottom .page-single .page-single-text .count span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.69px;
  color: #606060;
  text-align: center;
}

.page .page-bottom .page-single .page-single-text .skill-wrapper .skill-item {
  margin-bottom: 20px;
}

.page .page-bottom .page-single .page-single-text .skill-wrapper .skill-item strong {
  font-weight: 400;
  font-size: 14px;
  color: #1F2128;
  letter-spacing: 0.88px;
  display: block;
  margin-bottom: 5px;
}

.page .page-bottom .page-single .page-single-text .skill-wrapper .skill-item .skill-progress {
  width: 100%;
  position: relative;
  height: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #E2E2E2;
}

.page .page-bottom .page-single .page-single-text .skill-wrapper .skill-item .skill-progress .line {
  position: absolute;
  height: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #1F2128;
  width: 0%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.project-grid .project-grid-item {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
  margin-bottom: 30px;
}

.project-grid .project-grid-item .img {
  width: 100%;
  height: 228px;
  position: relative;
  overflow: hidden;
}

.project-grid .project-grid-item .text {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 2;
  margin-top: -30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  padding: 30px 25px;
}

.project-grid .project-grid-item .text h3 {
  font-weight: 400;
  font-size: 16px;
  color: #1F2128;
  letter-spacing: 0.7px;
  margin-bottom: 10px;
}

.project-grid .project-grid-item .text p {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 14px;
  color: #606060;
  letter-spacing: 0.88px;
  line-height: 26px;
}

.project-grid .project-grid-item:hover {
  padding-bottom: 10px;
}

.project-grid .project-grid-item:hover .text {
  margin-top: -40px;
}

.pagination {
  margin-bottom: 30px;
}

.pagination li a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
  font-size: 14px;
  color: #1F2128;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pagination li a:hover,
.pagination li a.active {
  background: #1F2128;
  color: #fff;
}

@media (max-width: 991px) {
  .page .cover {
    margin-top: 80px;
  }

  .page .page-bottom .page-single .page-single-img {
    margin-bottom: 30px;
  }

  .page .page-bottom .page-single .page-single-text .count span {
    margin-bottom: 30px;
  }
}

/* 
---------------------------------------------
faq
--------------------------------------------- 
*/
.faq-wrapper .faq-header {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #E9E9E9;
}

.faq-wrapper .faq-header h2 {
  font-weight: 400;
  font-size: 30px;
  color: #1F2128;
  letter-spacing: 1.88px;
  margin-bottom: 20px;
}

.faq-wrapper .faq-header p {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.88px;
}

.faq-wrapper .faq-header .search {
  height: 50px;
  position: relative;
}

.faq-wrapper .faq-header .search input {
  position: absolute;
  width: 100%;
  height: 50px;
  left: 0px;
  border: none;
  background: #fff;
  outline: none;
  top: 5px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  padding-left: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 400;
  font-size: 14px;
  color: #606060;
  letter-spacing: 0.88px;
  z-index: 1;
}

.faq-wrapper .faq-header .search input:focus {
  padding-left: 30px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
}

.faq-wrapper .faq-header .search input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #606060;
  letter-spacing: 0.88px;
}

.faq-wrapper .faq-header .search input:-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #606060;
  letter-spacing: 0.88px;
}

.faq-wrapper .faq-header .search button {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 2;
  right: 5px;
  top: 10px;
  border: none;
  background: #1F2128;
  color: #fff;
  outline: none;
  cursor: pointer;
}

.accordion .accordion-item {
  border: none;
  background: none;
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
  border-radius: 0px;
}

.accordion .accordion-item .accordion-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 0px;
}

.accordion .accordion-item .accordion-header:hover {
  background: #1F2128;
}

.accordion .accordion-item .accordion-header:hover .accordion-button {
  padding-left: 30px;
}

.accordion .accordion-item .accordion-header .accordion-button {
  width: 100%;
  text-align: left;
  padding: 0px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #1F2128;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 30px;
  box-shadow: none !important;
}

.accordion .accordion-item .accordion-header .accordion-button .num {
  float: left;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  background: #1F2128;
  text-align: center;
  font-size: 12px;
  margin-right: 20px;
  margin-top: -3px;
}

.accordion .accordion-item .accordion-body {
  padding: 30px;
  padding-bottom: 16px;
  padding-top: 0px;
  font-weight: 400;
  font-size: 16px;
  color: #606060;
  line-height: 28px;
  letter-spacing: 1px;
}

.accordion .accordion-item .accordion-body .content {
  border-top: 1px solid #E4EFF9;
  padding-top: 30px;
}

.accordion .accordion-item .accordion-body p {
  margin-bottom: 14px;
  font-size: 14px !important;
  line-height: 28px !important;
  letter-spacing: 0.88px !important;
}

@media (max-width: 991px) {
  .accordion {
    margin-bottom: 30px;
  }

  .accordion .accordion-item .accordion-header .accordion-button {
    line-height: 26px;
    margin-top: 10px;
  }
}

/* 
---------------------------------------------
aside
--------------------------------------------- 
*/
aside.default-aside {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

aside.default-aside .sidebar ul {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  margin-bottom: 30px;
}

aside.default-aside .sidebar ul li.active a {
  background: #1F2128;
  color: #fff;
}

aside.default-aside .sidebar ul li.active a:after {
  color: #fff;
}

aside.default-aside .sidebar ul li.active a:hover {
  padding-left: 60px;
}

aside.default-aside .sidebar ul li:last-child a {
  border: none;
}

aside.default-aside .sidebar ul li a {
  display: block;
  border-bottom: 1px solid #f5f5f5;
  height: 50px;
  line-height: 50px;
  padding-left: 50px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #606060;
  letter-spacing: 0.88px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}

aside.default-aside .sidebar ul li a:hover {
  padding-left: 60px;
}

aside.default-aside .sidebar ul li a:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  left: 30px;
  color: #1F2128;
}

aside.default-aside .sidebar ul li a span {
  float: right;
  margin-right: 30px;
  display: inline-block;
  background: #F6F4FD;
  height: 20px;
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  color: #606060;
  margin-top: 18px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

aside.default-aside .sidebar .box {
  text-align: center;
  height: 230px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

aside.default-aside .sidebar .box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1F2128;
  z-index: 2;
  left: 0px;
  top: 0px;
  opacity: 0.7;
}

aside.default-aside .sidebar .box .hovered {
  position: relative;
  z-index: 3;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
}

aside.default-aside .sidebar .box .hovered p {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1.12px;
  margin-bottom: 30px;
}

aside.default-aside .sidebar .box .hovered a {
  margin: auto;
  padding-left: 30px;
}

/* 
---------------------------------------------
contact
--------------------------------------------- 
*/
.contact {
  position: relative;
  margin-top: -90px;
  margin-bottom: 50px;
}

.contact .contact-item {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  text-align: center;
  padding: 20px;
  padding-top: 30px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #606060;
}

.contact .contact-item .icon {
  width: 46px;
  height: 46px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: #F5F5F5;
  color: #1F2128;
  margin-bottom: 20px;
}

.contact .contact-item .icon i {
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.contact .contact-item p {
  margin-bottom: 0px !important;
  font-size: 14px;
}

.contact .contact-item a {
  display: block;
  color: #606060;
}

.contact .map-wrapper {
  position: relative;
  width: 100%;
  height: 500px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  z-index: 1;
}

.contact .map-wrapper .map-canvas {
  width: 100%;
  height: 100%;
}

.map {
  overflow: hidden;
  padding: 0px;
}

.map .top {
  margin-bottom: -70px;
}

.map .bottom {
  float: left;
  margin-top: -60px;
}

.map .item {
  width: 100%;
  height: 400px;
  float: left;
  position: relative;
}

.map .item .map-canvas {
  position: absolute;
  width: 100%;
  height: 100%;
}

.map .content {
  position: absolute;
  width: 60%;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 3;
  text-align: center;
  top: 30%;
  transform: perspective(1px) translateY(0%);
}

.map .content h6 {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 20px;
}

.map .content p {
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 30px !important;
  letter-spacing: 1.12px !important;
  color: #fff;
  margin-bottom: 30px !important;
}

.map .content .btn-primary-line {
  margin-bottom: 0px;
  height: 36px;
  line-height: 36px;
  text-transform: capitalize;
}

.contact-bottom {
  margin-top: 20px;
  margin-bottom: 30px;
}

.contact-bottom .contact-text {
  font-weight: 400;
  font-size: 14px;
  color: #606060;
  letter-spacing: 0.6px;
  line-height: 26px;
}

.contact-bottom .contact-text p {
  margin-bottom: 28px;
  font-size: 14px !important;
  letter-spacing: 0.7px;
}

.contact-bottom .contact-form input,
.contact-bottom .contact-form textarea {
  border: 1px solid #000;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
  color: #000;
  font-size: 14px;
}

.contact-form input[type="submit"] {
  background-color: transparent;
  color: #fff;
  width: 100%;
  border: 2px solid #fff;
  height: 40px;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 4px;
}

.contact-form input[type="submit"]:hover {
  color: #000;
  background-color: #fff;
}

.contact-bottom .contact-form input:focus,
.contact-bottom .contact-form textarea:focus {
  border: 1px solid #1F2128;
  padding-left: 30px;
}

.contact-bottom .contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

.contact-bottom .contact-form .dark-btn .show-btn {
  background: #f5f5f5;
}

@media (max-width: 991px) {
  .contact {
    overflow: initial !important;
    margin-bottom: 10px !important;
  }

  .contact .map-wrapper {
    width: 100% !important;
    height: 300px;
    margin-bottom: 30px;
  }

  .contact .contact-info {
    position: relative !important;
    width: 100% !important;
    margin-top: 10px !important;
    margin-left: 0px !important;
    transform: perspective(1px) translateY(0%) !important;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  }

  .contact-bottom {
    margin-top: 30px;
    padding-top: 30px;
  }
  

}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
.preloader-wrapper {
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
  background: #f5f5f5;
}

.preloader-wrapper .loader {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  background: #1F2128;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  animation: loader 3s ease;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

@keyframes loader {
  33% {
    transform: rotate(45deg);
    border-radius: 10px;
  }

  66% {
    transform: rotate(90deg);
    border-radius: 0;
  }

  100% {
    transform: rotate(135deg);
    border-radius: 50%;
  }
}


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


.row-fe-pro {
  --bs-gutter-y: 30px;
}


.feature-product-card {
  display: block;
  text-align: center;
}

.feature-product-card:hover .feature-product-img-area img {
  transform: scale(1.2);
}

.feature-product-img-area {
    overflow: hidden;
    margin-bottom: 16px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
}

.feature-product-img-area img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height:240px;
}

.feature-product-name {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.woocommerce-products-header__title{
    font-weight: 600;
    font-size: 32px;
    color: #1F2128;
    letter-spacing: 1.75px;
    line-height: 38px;
    margin-bottom: 30px;
}
.woocommerce-result-count{
    margin-top:0px;
}
.woocommerce-notices-wrapper{
    display:none;
}
#sidebar{
    margin-top:0px;
        display: none;
}

/* Our gallery */

.our-gallery .swiper-slide {
  background-position: center;
  background-size: cover;
  /* width: 300px; */
  height: 360px;
}


@media(max-width:767px) {
  .our-gallery .swiper-slide {
    height: 260px;
  }
}

.our-gallery .swiper-slide img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.our-gallery {
  background: url(../images/BG-pattern.jpg) center / cover no-repeat;
}


/* contact form start */

.contact-form-sec {
  background-color: #fff;
}

.contact-form-wrap {
  position: relative;
  width: 100%;
  padding: 0 2rem;
  /* overflow: hidden; */
  display: flex;
  align-items: center;
  justify-content: center;
}

@media(max-width:767px) {
  .contact-form-wrap {
    padding: 0;
  }
}

.form {
  width: 100%;
  max-width: 820px;
  background-color: #fff;
  border-radius: 10px;
  z-index: 2;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
}

.contact-form-area {
  background-color: rgba(8, 8, 8, 0.8);
  backdrop-filter: blur(30px);
  position: relative;
}

.circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #149279);
  position: absolute;
}

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: rgb(57 57 57);
  backdrop-filter: blur(30px);
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}
form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}
.formhme {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.title {
  color: #000;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.input-container {
  position: relative;
  margin: 0px;
}

.input {
  width: 100%;
  outline: none;
  border: 2px solid #fff;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 5px;
  transition: 0.3s;
}

textarea.input {
  padding: 0.8rem 1.2rem;
  /*min-height: 150px;*/
  border-radius: 5px;
  resize: none;
  overflow-y: auto;
}
.formhme textarea {
    height: 70px;
}

.input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

/* .btn {
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  color: #1abc9c;
  line-height: 1;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
  width: 100%;
}
.btn:hover {
  background-color: transparent;
  color: #fff;
} */
.input-container span {
    position: relative;
    top: 10px;
    left: 0px;
    transform: translateY(-50%);
    font-size: 0.8rem;
    padding: 0px;
    color: transparent;
    pointer-events: none;
    z-index: 500;
    display: inline;
    background-color: transparent;
    transition: 0.3s;
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 25px;*/
  /*transform: translateY(-50%);*/
  /*font-size: 0.8rem;*/
  /*padding: 4px 7px;*/
  /*color: transparent;*/
  /*pointer-events: none;*/
  /*z-index: 500;*/
  /*display: inline-block;*/
  /*background-color: transparent;*/
  /*transition: 0.3s;*/
}

.input-container.focus span {
  background-color: rgb(57 57 57);
}

.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.input-container span:before {
  left: 50%;
}

.input-container span:after {
  right: 50%;
}

.input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}

.contact-info .title {
  color: #000;
}

.text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}

.information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
}

.information a {
  color: #555;
}

.information a:hover {
  color: #80BF26;
}

.information i {
  color: #80BF26;
  flex-shrink: 0;
  font-size: 18px;
  margin-right: 10px;
}

.icon {
  width: 28px;
  margin-right: 0.7rem;
}

.social-media {
  padding: 2rem 0 0 0;
}

.social-media p {
  color: #333;
}

.social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(45deg, #1abc9c, #149279);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.social-icons a:hover {
  transform: scale(1.05);
}

.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #1abc9c;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}

.big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to left, #1cd4af, #80BF26);
  bottom: 50%;
  left: 0;
  transform: translateY(38%);
}

.big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}

.square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}

@media (max-width: 850px) {
  .form {
    grid-template-columns: 1fr;
  }

  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .text {
    margin: 1rem 0 1.5rem 0;
  }

  .social-media {
    padding: 1.5rem 0 0 0;
  }
}

@media (max-width: 480px) {

  /* .container {
    padding: 1.5rem;
 } */
  .contact-info:before {
    display: none;
  }

  .square,
  .big-circle {
    display: none;
  }

  form,
  .contact-info {
    padding: 1.7rem 1.6rem;
  }

  .text,
  .information,
  .social-media p {
    font-size: 0.8rem;
  }

  .title {
    font-size: 1.15rem;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .icon {
    width: 23px;
  }

  .input {
    padding: 0.45rem 1.2rem;
  }

  .btn {
    padding: 0.45rem 1.2rem;
  }
}

.img-fluid {
  width: 100%;
}

/* slider-product start */
.slider-product .slick-list {
  margin: -12px;
}

.slider-product .slick-slide {
  padding: 12px;
}

.slider-product .slick-next:before,
.slider-product .slick-prev:before {
  color: #000;
  font-size: 25px;
}

.new-product-slider-area {
  background-color: #e9e9e9;
}

/* slider-product end */

.main-head {
  padding: 15px 0;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.navbar-brand {
  padding: 0;
  margin: 0;
  width: 150px;
  display: inline-block;
}

.mcIntosh-logo {
  margin-right: 19px;
  padding-right: 19px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  display: inline-block;
  max-width: 148px;
}

.jeep-logo {
  display: inline-block;
  max-width: 92px;
}

.jeep-logo img,
.mcIntosh-logo img {
  width: 100%;
}

.navbar {
  background: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  height: inherit;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.navbar-nav li {
  position: relative;
  list-style: none;
}

.navbar-nav>li {
  margin: 0 17px;
  padding: 5px 0;
  position: relative;
}

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

.navbar-nav>li:first-child {
  margin-left: 0;
}

.navbar-nav>li>a {
  color: #1F2128;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  position: relative;
  letter-spacing: 1.58px;
}

.navbar-nav>li>a:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: var(--black);
  /* opacity: 0; */
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
  color: #80BF26;
}

.navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
  width: 100%;
}


/* navbar submenu*/

/* .sub-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 140px;
  padding: 0;
} */

.sub-menu {
  position: absolute;
  width: 165px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.08);
  top: 40px;
  opacity: 0;
  transform: translateY(-2em);
  visibility: hidden;
  z-index: 2;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  background-color: #fff;
}

.sub-menu>li>a {
  line-height: 1.2;
  display: block;
  background: #fff;
  color: #1F2128;
  padding-left: 10px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  letter-spacing: 1;
  font-weight: 600;
}

.sub-menu>li>a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 40px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #1F2128;
}

.sub-menu li a:hover:before {
  width: 1px;
}

.menu-item-has-children {
  padding-right: 20px !important;
}

/* li.menu-item-has-children::after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #1F2128;
  position: absolute;
  right: 0;
  top: 10px;
} */

.sub-menu>li {
  width: 100%;
  display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
  background: #fafafa;
  padding-left: 15px;
  color: #80BF26;
}

.sub-menu>li.menu-item-has-children .clickD {
  top: 8px;
  right: 5px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.navbar-nav>li:last-child>.sub-menu {
  right: 0;
  left: inherit;
  padding: 0;
}

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}


/* for push-menu */
.navbar-collapse .navbar-toggler {
  display: none;
}

#navoverlay {
  display: block;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: 0;
  z-index: 99;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

/* for push-menu end*/

@media(min-width:1025px) {

  /* navbar*/
  .navbar-nav .clickD {
    display: block;
  }

  .navbar-nav li.menu-item-has-children:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
  }

  .navbar-nav .clickD {
    position: absolute;
    right: 0;
    top: 8px;
    width: 20px;
    height: 20px;
    background: url(../images//nav-down-arrow.svg) center center no-repeat;
    display: block;
    background-size: 10px;
    cursor: pointer;
  }
}

@media(max-width:1024px) {

  /* navbar*/
  .navbar-nav .clickD {
    position: absolute;
    right: -12px;
    top: 18px;
    width: 20px;
    height: 20px;
    background: url(../images/nav-down-arrow.svg) center center no-repeat;
    display: block;
    background-size: 10px;
    cursor: pointer;
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }


  .sub-menu>li.menu-item-has-children .clickD {
    top: 8px;
    right: 5px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .sub-menu>li.menu-item-has-children .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .navbar-nav>li.menu-item-has-children {
    padding-right: 20px;
  }

  .sub-menu>li.menu-item-has-children>a {
    padding-right: 20px;
  }

  .sub-menu {
    display: none;
  }

  .sub-menu.show {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 60px;
    transform: none;
  }

  .navbar-nav>li {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-nav>li.current-menu-item>a:after,
  .navbar-nav>li>a:after,
  .navbar-nav>li.menu-item-has-children>a:after {
    width: 100%;
    opacity: 0;
  }

  .navbar-nav>li.current-menu-item>a:after,
  .navbar-nav>li>a:hover:after,
  .navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 100%;
    opacity: 1;
  }

  /* navbar end*/

}

@media(max-width:991px) {

  .navbar {
    justify-content: inherit;
  }

  .navbar-toggler {
    position: relative;
    width: 33px;
    margin-left: 16px;
    height: 28px;
    padding: 0;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    order: 3;
  }


  .stick,
  .stick:after,
  .stick:before {
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: auto;
    transition: all 0.6s;
    border-radius: 5px;
  }

  .stick:after,
  .stick:before {
    width: 25px;
  }

  .stick:before {
    content: '';
    top: -10px;
    left: 0;
  }

  .stick:after {
    content: '';
    top: 10px;
    left: 0;
  }

  .stick.open {
    transform: translateX(-50px);
    background: transparent;
  }

  .stick.open:before {
    transform: rotate(45deg) translate(42px, -28px);
    left: 2px;
  }

  .stick.open:after {
    transform: rotate(-45deg) translate(42px, 28px);
    left: 2px;
  }

  .navbar-nav .clickD {
    top: 8px;
    right: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu>li.menu-item-has-children .clickD {
    top: 8px;
    right: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }


  .sub-menu,
  .navbar-nav>li>.sub-menu .sub-menu {
    position: relative;
    width: 100%;
    left: 20px;
    top: inherit;
    border: none;
    right: inherit;
  }


  .sub-menu.show {
    transform: none;
    box-shadow: none;
    top: 0;
  }

  .navbar-nav>li.menu-item-has-children {
    padding-right: 0;
  }

  .navbar-nav>li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #f5f5f5;

  }

  .navbar-nav>li>a {
    padding: 12px 20px;
    display: inline-block;
    width: 100%;
  }

  .navbar-nav li.menu-item-has-children>a {
    padding-right: 30px;
  }

  .sub-menu>li>a {
    padding-left: 15px;
    background: #fafafa;
  }

  .sub-menu .sub-menu>li>a {
    padding-left: 30px;
  }

  .sub-menu .sub-menu .sub-menu>li>a {
    padding-left: 45px;
  }

  .sub-menu>li>a:hover, .sub-menu>li.menu-item-has-children:hover>a, .sub-menu>li.current-menu-item>a {
    background: #fafafa;
    padding-left: 20px;
    color: #80BF26;
}

  .navbar-nav>li>a:after {
    bottom: 0;
  }



  /* navbar end*/

  /* push nav */

  .navbar-collapse {
    background: #fff;
    position: fixed;
    top: 0;
    height: 100% !important;
    width: 290px;
    overflow-y: auto;
    transition: inherit !important;
    right: 0;
    margin: 0;
    display: block !important;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    z-index: 100;
  }

  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    display: block !important;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
  }

  .navbar-collapse .navbar-nav {
    margin: 80px 0 0;
    padding: 0 0 20px 0;
  }

  .navbar-collapse .navbar-toggler {
    display: block;
    right: 20px;
    top: 20px;
    position: absolute;
  }

  #navoverlay.open {

    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: all;
    -webkit-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
  }

  body.open-nav,
  html.open-nav {
    height: 100%;
    overflow: hidden;
  }

  /* push nav end */


  .menu-right {
    margin-left: auto;
  }

}

@media(max-width:479px) {
  .navbar-brand {
    width: 120px;
  }

  .menu-right form {
    position: absolute;
    padding: 0;
    width: 100%;
    top: 80px;
    left: 50%;
    transform: translate(-50%, -100%);
    opacity: 0;
    transform-origin: center;
  }

  .menu-right.open form {
    width: 100%;
    opacity: 1;
    padding: 10px;
    background-color: #1F2128;
    transform: translate(-50%, 0);
  }

  .menu-right form input[type='submit'] {
    right: 10px;
  }
}

/* Loaction Area start */

.loaction-row {
  --bs-gutter-y: 30px;
}


.loaction-card {
  text-align: center;
  background-color: #fff;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  border-radius: 10px;

}

.loaction-card h3 {
  font-weight: 500;
  font-size: 26px;
}

.loaction-card h4 {
  margin: 10px 0;
  font-weight: 500;
  font-size: 22px;
}

.map-area {
  margin-top: 30px;
  display: flex;
  flex: 1;
}

.map-area iframe {
  margin-top: auto;
  width: 100%;
  height: 240px;
  border-radius: 10px;
}

.loaction-card p a {
  color: #606060;
  margin-left: 6px;
}

.loaction-card p strong {
  font-weight: 500;
}


.loaction-card p a:hover {
  color: #80BF26;
}

/* Loaction Area end */

.breadcrumb-area-bg {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.elecate-center-title .section-title {
    font-weight: 600;
    font-size: 32px;
    color: #1F2128;
    letter-spacing: 1.75px;
    line-height: 38px;
    margin-bottom: 30px;
}
.innercat{
    padding-top: 15px;
    text-align: center;
}
.procat img{
    width:100%;
    height:240px !important;
}
.taxpro{
    text-align: center;
}
.space1 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.title-section.t-border h2 {
    padding-bottom: 11px;
    margin-bottom: 15px;    
    font-size: 30px;
}
.contactt .cont-desc .other-cont-area {
    padding: 15px 0;
    border-radius: 10px;
    margin-bottom: 20px !important;
}
.icon_col {
    color: #d42027;
    width: 50px;
}
.col {
    flex: 1 0 0%;
}
.contactt .form-desc {
    background-color: #393939;
    padding: 60px 60px 60px 40px;
    border-radius: 10px;
    text-align: center;
}
.form-desc h4 {
    color: #fff;
    padding-bottom: 20px;
    font-size: 24px;
}
.appointment-one__form {
    margin-left: 20px;
    padding: 45px 40px 40px;
    border-radius: 10px;
    background-color: #f1f2f2;
}
.appointment-one__form-btn {
    border: none;
    outline: none !important;
    border-radius: 3px;
    background-color: #80BF26;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
    padding: 11px 27px;
    margin-top: 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.appointment-one__form-btn:hover {
    background-color: #000;
}
.appointment-one__form input {
    border: none;
    background-color: transparent;
    outline: none;
    border-style: solid;
    border-width: 1px;
    border-color: #e8e8e8;
    border-radius: 3px;
    background-color: #e7d5d59e;
    display: block;
    width: 100%;
    height: 42px;
    margin-bottom: 15px;
    font-size: 15px;
    color: #BABABA;
    padding-left: 20px;
}
.appointment-one__form textarea {
    border: none;
    background-color: transparent;
    outline: none;
    border-style: solid;
    border-width: 1px;
    border-color: #e8e8e8;
    border-radius: 3px;
    background-color: #e7d5d59e;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
    color: #BABABA;
    padding-left: 20px;
}
.cont-desc p{
    font-size: 17px;
    color: #333333a3;
}
.single-privacy h4{
    padding-top: 20px;
}
.dealer-tle h4{
    color: #000;
    text-align: left;
    font-size: 20px;
}
.dealer-tle h6{
    text-align: left;
}
.fieldset-cf7mls-wrapper .wpcf7-not-valid-tip {
    text-align: left;
}


.contactt .wpcf7-list-item  label {
    display: flex;
    align-items:center;
}

.contactt .wpcf7-list-item  label input[type="checkbox"] {
    margin-bottom:0;
    margin-right: 10px;
    height:12px;
    width:12px;
}

.appointment-one__form select {
    border: none;
    background-color: transparent;
    outline: none;
    border-style: solid;
    border-width: 1px;
    border-color: #e8e8e8;
    border-radius: 3px;
    background-color: #e7d5d59e;
    display: block;
    width: 100%;
    height: 42px;
    margin-bottom: 15px;
    font-size: 15px;
    color: #BABABA;
    padding-left: 20px;
}


@media(max-width:479px){
    .appointment-one__form{
        padding:20px;
    }
}

.cntrheading{
    text-align:center;
}
.cntrspeci{
    color:#80bf26;
    text-align: center;
}
.detailstitle{
    text-transform: uppercase;
    font-size: 24px;
    padding: 13px 0 12px 0;
    color: #000000;
}
.breadcrumbpro-area-bg {
        min-height: 710px;
    margin-top: 99px;
    background-repeat: no-repeat;
    background-size: cover;
     background-position: center center;
}
.alsolikeimg img{
    height: 234px;
    width: 100%;
}
.you-may-also-like h2{
    padding-bottom: 20px;
    color: #000;
}
.you-may-also-like{
    padding-bottom: 70px;
}
.you-may-also-like .text-uppercase a{
    color: #000;
    font-weight: 600;
}



/* Style for the "New" badge */
.new-badge {
     position: absolute;
    top: 8px;
    left: 8px;
    background-color: #a35f5f;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    z-index: 10;
}
.pro-list-row{
    display:inline-flex;
    --bs-gutter-y: 30px;
}
.woocommerce-ordering{
    padding:0px;
}

.woocommerce-pagination {
    margin-top: 40px;
}
.woocommerce-tabs {
    display:none;
}
.relatedpro h2{
     padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
}
.protitle{
    font-weight: 600;
    font-size: 28px;
    color: #000;
    letter-spacing: 1.75px;
    line-height: 42px;
    margin-bottom: 30px;
}
.table-bordered{
    border: 2px solid #8b4c392e;
}

.single-prod-row{
    --bs-gutter-y:30px
}

@media(min-width:1280px){
    .single-prod-row{
    --bs-gutter-x:50px
}
}

section.breadcrumb-area,.single-page-header {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 20px -7px;
}

/* 16.09.2024 */

.product_type_simple{
	opacity:0;
	background-color: #000 !important;
	color:#fff !important;
	display:inline-block !important;
	padding:8px 16px !important;
	top:80%;
	left:50% !important;
	z-index:2;
	position:absolute !important;
	transform:translate(-50%,-50%) !important;
	transition: all 0.3s ease-in-out !important;
	border:1px solid #fff !important;
}

.cat-card{
position:relative;
}

.cat-card:hover .product_type_simple{
	opacity: 1;
	top:50%;
}

.procatrow{
	--bs-gutter-y:35px;
	/*justify-content:center;*/
}

.pro-form form {
    padding:0 10px !important;
}
.pro-form form input[type="text"],
.pro-form form input[type="email"],
.pro-form form input[type="password"],
.pro-form form input[type="tel"]{
    min-height:50px !important;
    border: 1px solid #222 !important;
	color:#000;
}
.pro-form form textarea{
    height:120px;
    border: 1px solid #222;
	color:#000;
}

.pro-form form input[type="submit"] {
    background: #000;
    border:none;
    color:#fff;
    min-width:120px;
    padding:10px 20px;
    border-radius:5px;
    margin-left:auto;
    transition:all 0.3s ease-in-out;
}

.pro-form form input[type="submit"]:hover {
    background: #80BF26;
}

.pro-form .modal-footer{
	display:none;
}

.pro-form .modal-title{
	color: #000;
	font-size:25px;
}

.pagination{
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:50px;
}
.pagination .page-numbers {
    display:flex;
    justify-content:center
}
.pagination .page-numbers li{
    margin: 0 5px;
}

.pagination .page-numbers li .page-numbers{
    width:40px;
    height:40px;
    background: #222;
    color:#fff;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:4px;
}

.pagination .page-numbers li .page-numbers.current,
.pagination .page-numbers li .page-numbers:hover{
    background:#80BF26;
}

.modalpop-btn{
    background-color:#000 !important;
    border:none;
    outline:0;
    box-shadow:none;
    transition:all 0.3s ease-in-out;
}

.modalpop-btn:hover{
    background-color:#80BF26 !important;
    
}
.woocommerce-loop-category__title mark{
    display: none;
}
.woocommerce-loop-category__title{
    font-size: 25px;
    font-weight: 600;
    color: #000;
    text-align:center;
}



body {
    font-family: Arial, sans-serif;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-btn {
    background-color: #4CAF50;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 50px;
}

.dropdown-content {
    display: none; /* Hide the content initially */
    
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 70px;
}

.dropdown-content p {
    margin: 0;
}

/* ---- 20.9.24  ----- */


.inner-banner-area {
  margin-top: 99px;
  position: relative;
  overflow: hidden;
  min-height: 450px;
}

.inner-banner-row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 30px;
}



.inner-banner-cont-wrap {
  display: flex;
  flex-direction: column;
  min-height: 450px;
}

@media(max-width:991px) {
  .inner-banner-cont-wrap {
    min-height: auto;
  }
}

.inner-banner-cont {
  padding-top: 80px;
  padding-bottom: 120px;
  padding-right: 40px;
}

@media(max-width:991px) {
  .inner-banner-cont {
    padding-top: 0px;
    padding-bottom: 0;
    padding-right: 0;
  }
}

.inner-banner-area h1 {
  margin-bottom: 12px;
  font-size: 35px;
  color: #000000;
}

.inner-banner-area h2 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #000000;
}

.inner-ban-col {
  position: relative;
}

@media(min-width:992px) {

  .inner-ban-img-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 60vw;
    height: 100%;
  }

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



.inner-banner-list-wrap {
  padding: 25px 10px;
  background-color: #f8fdf5;
  position: relative;
  isolation: isolate;
  margin-top: auto;
}

@media(max-width:991px) {
  .inner-banner-list-wrap {
    margin-top: 30px;
  }
}

.inner-banner-list-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100vh;
  background-color: #f8fdf5;
  z-index: -1;
}

.inner-banner-list-wrap ul {
  display: flex;
  list-style: none;
  padding-inline-start: 0;
  margin-bottom: 0;
  margin-left: -28px;
}

@media(max-width:991px) {
  .inner-banner-list-wrap ul {
    margin-left: 0;
    justify-content: center;
  }
}

.inner-banner-list-wrap ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.inner-banner-list-wrap ul li:not(:last-child) {
  margin-right: 20px;
}

.inner-banner-list-wrap ul li span {
  line-height: 1.1;
  word-break: break-word;
}

.inner-banner-list-wrap ul li img {
  max-height: 40px;
  margin-bottom: 8px;
}

.inner-banner-cont p:not(:last-child) {
  margin-bottom: 12px;
}

.inner-ban-img-list {
  display: flex;
  gap: 20px;
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
  width: 100%;
  justify-content: center;
}

.inner-ban-img-list li {
  border: 1px solid #80BF26;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
  text-align: center;
}

.inner-ban-img-list li * {
  color: #000;
}

.sink-img .feature-product-img-area {
    box-shadow:none !important;
}
.sink-img .procat img {
    width: 100%;
    height: auto !important; 
}




@media (max-width: 991px) {
  
  .breadcrumbpro-area-bg {
    min-height: 240px;
    margin-top:85px;
}
.protitle {
    margin-bottom: 0px;
}
.breadcrumb-area-bg {
    height: 250px;
}
.contactt .form-desc {
    padding: 10px 4px 10px 2px;
}
.appointment-one__form {
    margin-left: 2px;
}

.product_type_simple{
    position: relative !important; 
    transform: translate(-50%, 0) !important; 
    top: 0 !important;
    opacity: 1 !important;
    margin-top:16px !important;
}
.feature-product-img-area img {
  height:240px !important;
}
}
















