@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:wght@200;300;400;500;600;700&display=swap");

@font-face {
  font-family: "icomoon";
  src: url("../../fonts/icomoon.eot?u9i7sh");
  src: url("../fonts/icomoon.eot?u9i7sh#iefix") format("embedded-opentype"),
    url("../../fonts/icomoon.ttf?u9i7sh") format("truetype"),
    url("../../fonts/icomoon.woff?u9i7sh") format("woff"),
    url("../../fonts/icomoon.svg?u9i7sh#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-shield:before {
  content: "\e907";
}
.icon-envelope:before {
  content: "\e901";
}
.icon-steering-wheel:before {
  content: "\e905";
}
.icon-drive:before {
  content: "\e905";
}
.icon-phone:before {
  content: "\e900";
}
.icon-contact:before {
  content: "\e900";
}
.icon-home3:before {
  content: "\e902";
}
.icon-file-text2:before {
  content: "\e926";
}
.icon-location:before {
  content: "\e947";
}
.icon-user:before {
  content: "\e971";
}
.icon-happy:before {
  content: "\e9df";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-linkedin2:before {
  content: "\eaca";
}
.icon-thumbs-up:before {
  content: "\e908";
}
.icon-automobile:before {
  content: "\e906";
}
.icon-car:before {
  content: "\e906";
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  min-height: 100vh;
}

:root {
  --primary-color: #1c1c1f;
  --title-color: #d1b096;
  --subtitle-color: #1a243c;
  --primary-dark: #5a6079;
  --font-color: #222;
  --font-color-light: #212529;
  --light-dark: #4d4c4c;
  --bg-grey-light: #f7f8fa;
  --bg-gradient: linear-gradient(
    180deg,
    rgba(121, 65, 9, 1) 18%,
    rgba(247, 217, 81, 1) 100%
  );
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: 0px;
}

a {
  transition: ease-in 0.5s;
}

input:focus,
textarea:focus {
  outline: 0px;
}

ul,
ul li {
  list-style: none;
}

img,
img a {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

body {
  font-family: "Albert Sans", sans-serif;
  font-size: 1.15rem;
  line-height: 1.75rem;
  color: var(--font-color);
}
p {
  font-size: 1.15rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-bottom: 0.35rem;
}
.color-white {
  color: #fff;
}

.color-dark {
  color: #1c1c1e;
}

.bg__primary-grey {
  background-color: var(--bg-grey-light);
}

.get_quote {
  display: inline-block;
  font-size: 0.95rem;
  background-color: var(--title-color);
  border: 0px;
  color: #fff !important;
  font-weight: 600;
  padding: 0.75rem 1.85rem;
  border-radius: 3px;
}

.btn_primary {
  display: inline-block;
  font-size: 0.95rem;
  background-color: var(--primary-color);
  border: 0px;
  color: #fff;
  font-weight: 400;
  padding: 0.45rem 1.45rem;
  border-radius: 3px;
  margin-top: 15px;
}
.btn_primary:hover {
  background: var(--title-color);
  color: #fff;
}
ul.top__page-contact {
  margin: 0px;
  display: flex;
}

ul.top__page-contact li {
  margin-left: 10px;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
}
ul.top__page-contact li i {
  padding-right: 4px;
}

.container {
  max-width: 1200px;
}
.site_header {
  width: 100%;
  background: #fff;
  display: block;
  z-index: 5;
}

.site_header .header_top {
  background-color: var(--title-color);
  padding: 0.85rem 0px;
  position: relative;
}
.social_contact {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.social_contact .contact_info ul {
  margin: 0px;
  display: flex;
  align-items: center;
}
.social_contact .contact_info li {
  color: #fff;
}

.social_contact .contact_info li.title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  padding-right: 35px;
  position: relative;
  margin: 0;
}
.social_contact .contact_info li.title:before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 1px;
  background-color: #fff;
  right: 0px;
  top: 10px;
}
.social_contact .contact_info li.text p {
  font-size: 0.8rem;
  padding-left: 15px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  margin: 0;
}

.social_contact .social_info {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.social_contact .social_info h5 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8rem;

  padding-right: 35px;
  position: relative;
  margin: 0px;
}

.social_contact .social_info h5:before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 1px;
  background-color: #fff;
  right: 0px;
  top: 8px;
}

.social_contact .social_info ul {
  margin: 0px;
}
.social_contact .social_info li {
  display: inline-block;
  margin: 0px 10px;
}
.social_contact .social_info li a {
  color: #fff;
}
.site_header .menu_header {
  position: relative;
  padding: 1.15rem 0;
  display: flex;
  align-items: center;
  z-index: 9;
}

.menu_header.fixed__header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 8px 25px 0 rgb(0 0 0 / 4%);
}

.menu_header .navbar-brand {
  width: 300px;
  padding: 0px;
  margin: 0px;
}

.menu_header .navbar-nav .nav-link {
  font-size: 0.8rem;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  transition: all ease-in 0.5s;
}
.dropdown-item {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  padding: 0.65rem 1rem;
}

.navigation .cart_item {
  color: #fff;
  font-weight: 500;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  position: relative;
}

.navigation .cart_item:before {
  content: "\e905";
  font-family: "icomoon" !important;
  font-size: 1.5rem;
  font-weight: 300;
  color: #222;
  vertical-align: middle;
}

.main-menu {
  position: relative;
  width: 100%;
  display: flex;
}

.main-menu .navigation {
  position: relative;
  margin: 0px;
}

.main-menu .navigation > li {
  position: relative;
  float: left;
  margin-right: 0px;
  /* -webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease; */
}
.main-menu .navigation > li .login_author {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.main-menu .navigation > li:last-child {
  margin-right: 0px;
}

.main-menu .navigation > li > a {
  font-family: "Montserrat", sans-serif;
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.1rem;
  padding: 0.65rem 1rem;
  opacity: 1;
  color: var(--primary-color);
  text-transform: uppercase;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
  color: var(--primary-color);
}

.main-menu .navigation > li > ul > li > a {
  position: relative;
  font-family: "Montserrat", sans-serif;
  color: var(--primary-color);
  display: block;
  padding: 10px 0px;
  line-height: 20px;
  font-weight: 500;
  font-size: 0.85rem;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li:last-child > a {
  border-bottom: 0;
}

.main-menu .navigation > li > ul > li:hover > a {
  color: #222;
}

.header__page-link ul {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0px;
}
.header__page-link ul li {
  margin-left: 25px;
  font-size: 1.154rem;
  position: relative;
}
.header__page-link ul li .count {
  position: absolute;
  background-color: var(--primary-color);
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 0.85rem;
  text-align: center;
  line-height: 20px;
  right: -10px;
  top: -10px;
}

.header__page-link ul li a {
  color: var(--primary-dark);
}

.header__page-link ul li a .icon-search {
  font-size: 1.55rem;
  font-weight: 400;
}
.page_inner-template .site_header {
  background: #fff;
  position: relative;
}

.page_inner-template .menu_header .navbar-brand {
  width: 150px;
}
ul.top__page-link {
  display: flex;
  margin: 0px;
  justify-content: flex-end;
}
.top__page-link li {
  margin-left: 10px;
}

.top__page-link li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
}

.slider__home {
  position: relative;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

.slider__home .item {
  height: 85vh;
  position: relative;
}

.slider__home .item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* background-color: rgba(19, 20, 49, 0.65); */
}

.slider__home .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider__home .item .cover {
  padding: 50px 0px;
  position: absolute;
  width: 80%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  display: flex;
  align-items: center;
  z-index: 5;
}

.slider__home .item .cover::after {
  content: "";
  display: block;
  background: url(../../images/graphics.svg) repeat;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-position: 100%;
}
.slider__home .item .cover .header-content {
  width: 70%;
  position: relative;
  padding: 56px;
  overflow: hidden;
  text-align: center;
  z-index: 9;
  margin: 0px auto;
}

.slider__home .item .cover .header-content h2 {
  font-weight: 500;
  font-size: 35px;
  color: #fff;
}
.slider__home .item .cover .header-content h1 {
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 600;
  margin: 2px 0 5px;
  color: #fff;
  text-transform: uppercase;
}

.slider__home .item .cover .header-content h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin: 25px 0 50px;
  color: var(--font-color);
}
.slider__home .item .cover .header-content p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin: 25px 0 50px;
  color: var(--font-color);
}

.slider__home .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.5s;
}
.slider__home .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.8s;
}
.slider__home .owl-item.active .btn__link {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.8s;
}
.slider__home .owl-item.active .cover::after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 0.5s;
}
.slider__home .btn__link {
  font-size: 0.95rem;
  background: var(--title-color);
  border: 0px;
  color: #1c1c1e;
  font-weight: 600;
  padding: 0.75rem 1.45rem;
  border-radius: 2px;
  margin: 30px 0px;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.slider__home .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 1s;
}
.slider__home .owl-nav .owl-prev {
  position: absolute;
  left: 45px;
  top: 43%;
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.slider__home .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.slider__home .owl-nav .owl-prev:focus {
  outline: 0;
}
.slider__home .owl-nav .owl-prev:hover {
}
.slider__home .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0.8;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  color: #fff;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.slider__home .owl-nav .owl-next:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-right: 1px solid var(--font-color);
  border-bottom: 1px solid var(--font-color);
  transform: rotate(-45deg);
}

.slider__home .owl-nav .owl-prev:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-left: 1px solid var(--font-color);
  border-top: 1px solid var(--font-color);
  transform: rotate(-45deg);
}

.slider__home .owl-nav .owl-next span,
.slider__home .owl-nav .owl-prev span {
  display: none;
}

.slider__home .owl-nav .owl-next:afetr {
  content: "";
  display: block;
}
.slider__home .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.slider__home .owl-nav .owl-next:focus {
  outline: 0;
}
.slider__home .owl-nav .owl-next:hover {
}
.slider__home:hover .owl-prev {
  left: 20px;
  opacity: 1;
}
.slider__home:hover .owl-next {
  right: 0px;
  opacity: 1;
}

.owl-nav .owl-prev {
  position: absolute;
  left: -60px;
  top: 40%;
  transform: translateY(-40%);
  color: #fff;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  border-radius: 0;
  border-radius: 50%;
  background: #fff !important;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
}
.owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.owl-nav .owl-prev:focus {
  outline: 0;
}
.owl-nav .owl-prev:hover {
}
.owl-nav .owl-next {
  position: absolute;
  right: -60px;
  top: 40%;
  transform: translateY(-40%);
  color: #fff;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  display: block;
  border-radius: 0;
  border-radius: 50%;
  background: #fff !important;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
}
.owl-nav .owl-next:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-right: 1px solid var(--font-color-light);
  border-bottom: 1px solid var(--font-color-light);
  transform: rotate(-45deg);
  position: absolute;
  right: 21px;
  top: 17px;
}

.owl-nav .owl-prev:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-left: 1px solid var(--font-color-light);
  border-top: 1px solid var(--font-color-light);
  transform: rotate(-45deg);
  position: absolute;
  left: 21px;
  top: 17px;
}

.owl-nav .owl-next span,
.owl-nav .owl-prev span {
  display: none;
}

.owl-nav .owl-next:afetr {
  content: "";
  display: block;
}
.owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.owl-nav .owl-next:focus {
  outline: 0;
}
.owl-nav .owl-next:hover {
}
.slider__home:hover .owl-prev {
  left: 20px;
  opacity: 1;
}
.slider__home:hover .owl-next {
  right: 0px;
  opacity: 1;
}

.block_holder {
  background-color: #222529;
}
.btn__link {
  display: inline-block;
  font-size: 0.95rem;
  background: var(--title-color);
  border: 0px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.75rem 1.45rem;
  border-radius: 2px;
  margin-right: 0.85rem;
}
.section_wrap {
  width: 100%;
  padding: 4rem 0;
}

.section_wrap-about {
  width: 100%;
  padding: 3.75rem 0;
}

.content_block .sub_title {
  font-weight: 600;
  color: #fff;
}

.content_block .title {
  font-weight: 600;
}

.hero_banner-inner {
  width: 100%;
  min-height: 300px;
  position: relative;
  padding: 3.5rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hero_banner-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(164, 165, 183, 0.25);
}
.page-title-inner {
  text-align: center;
}

.page-title-inner .page-title {
  color: #fff;
  font-weight: 700;
}

.product_item-block {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 15px;
  min-height: 300px;
  padding: 300px 50px 50px 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: center;
}

.product_item-block .item__info {
  text-align: left;
  padding: 40px;
  background-color: #000;
  color: #fff;
}
.product_item-block .item__info .title {
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.product_item-block .item__info .item_icon img {
  width: 25%;
  margin-bottom: 20px;
  display: block;
}
.product_item-block .item__info .item_icon.small_icon img {
  width: 17%;
}
.review_block-holder {
  width: 100%;
  padding: 4rem 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
}
.review_block-holder .reviews_thumb {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.review_block-holder .reviews_thumb img {
  width: 20%;
  max-width: 20%;
}
.left-panel-cate {
  width: 100%;
  border: 1px solid #f7f7f7;

  margin-bottom: 15px;
  min-height: 150px;
}
.cate_row-block {
  width: 100%;
}
.cate_row-block .title_head {
  width: 100%;
  padding: 15px 18px;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}

.cate_row-block .title_head:before {
  content: "";
  width: 12px;
  height: 12px;
  background: transparent;
  border-right: 1px solid var(--font-color);
  border-bottom: 1px solid var(--font-color);
  position: absolute;
  display: block;
  margin: 0px;
  transform: rotate(45deg);
  top: 15px;
  right: 30px;
  transition: ease-in 500ms;
}
.cate_row-block.active .title_head:before {
  transform: rotate(225deg);
  top: 20px;
}

.title_head .title {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  margin: 0px;
}

.cate_row-block.active .cate_body-block {
  display: block;
}

.cate_body-block.active {
  display: block;
}
ul.category_menu {
  width: 100%;
  margin-top: 15px;
  padding: 0px 20px;
}
ul.category_menu li {
  position: relative;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 6px 0px;
}

ul.category_menu li a {
  color: #161c18;
}
ul.subcate__submenu {
  padding-top: 15px;
  display: none;
}
ul.subcate__submenu li {
  font-size: 0.8rem;
  position: relative;
  padding: 5px 0px 5px 20px;
  border-bottom: 1px solid transparent;
}
ul.subcate__submenu li::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #1c1c1e;
  border-right: 1px solid #1c1c1e;
  left: 0px;
  top: 13px;
  transform: rotate(-45deg);
}
ul.subcate__submenu li a {
  color: #161c18;
  display: block;
}
.category_menu li.subdrop .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  background: transparent;
  color: rgba(61, 60, 60, 0.5);
  cursor: pointer;
  z-index: 5;
  transition: all 300ms ease;
}
.category_menu li.subdrop .dropdown-btn.open {
  transform: rotate(90deg);
}

.reviews_carousel .owl-stage-outer {
  overflow: visible;
}
.reviews_carousel .owl-stage-outer .owl-item {
  opacity: 0;
}

.reviews_carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}
.review_block-holder .comment_colmn {
  width: 100%;
  padding: 35px;
  position: relative;
  background: #fff;
  border-radius: 8px;
  margin-top: 20px;
  text-align: center;
}

.comment_colmn .item__image {
  width: 135px;
  height: 135px;
  border: 5px solid #fff;
  overflow: hidden;
  position: relative;
}
.comment_colmn .item__image img {
  width: 95px;
  height: 95px;
  position: relative;
  border-radius: 50%;
  z-index: 3;
}
.comment_colmn .item__image:before {
  content: "";
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-color: var(--title-color);
  position: absolute;
  top: 5px;
  left: 9px;
  z-index: 1;
}

.comment_colmn .item__info p {
  font-size: 1.15rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-bottom: 0.35rem;
}

.comment_colmn .item__info .auth_name {
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  margin: 30px 0px 15px;
}

.image_colmn-blk {
  width: 100%;
  margin: 20px 0px;
  position: relative;
  overflow: hidden;
}
.img_col-tag {
  position: absolute;
  text-align: center;
  background-color: #212529;
  z-index: 1;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: #fff;
  padding: 10px 10px;
}
.block_banner {
  width: 100%;
  padding: 3.5rem 0;
  min-height: 250px;
  background-size: cover;
  background-position: left;
}

.reviews_carousel .owl-dots {
  text-align: center;
  margin-top: 10px;
}
.reviews_carousel .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary-dark) !important;
  margin: 0px 5px;
}
.reviews_carousel .owl-dot.active {
  width: 30px;
  border-radius: 5px;
  background-color: var(--subtitle-color) !important;
}
.block_banner .media_block {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.media_block .number_block {
  position: absolute;
  bottom: 0px;
  left: 95px;
}

.img__grid-block .img__half-one {
  width: 100%;
  overflow: hidden;
  border-radius: 48px 0px 48px 0px;
  margin-bottom: 30px;
}
.img__grid-block .img__half-two {
  width: 100%;
  overflow: hidden;
  border-radius: 0px 48px 0px 48px;
}
.img__grid-block .img__full {
  width: 100%;
  overflow: hidden;
  border-radius: 35px;
}
ul.call_now li {
  position: relative;
  padding: 0px 0px 10px 60px;
}

ul.call_now li .icon {
  position: absolute;
  left: 0px;
  top: 15px;
  color: var(--subtitle-color);
  font-size: 3.55rem;
}

ul.call_now li .sub_title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--font-color);
  margin-bottom: 14px;
  text-transform: uppercase;
  font-family: "Rubik";
}

ul.call_now li p {
  font-size: 2.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--title-color);
  margin-bottom: 3px;
}

.block_banner .sub_title {
  color: var(--subtitle-color);
  font-weight: 600;
}

.block_banner .title {
  color: var(--title-color);
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
}

.call_us-block {
  width: 100%;
  background: url(../../images/contact-bg-section-2.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 50px 0px;
  min-height: 250px;
}
.call_us-block .form_block {
  padding: 30px 50px;
}
.contact_hero-row .block-title {
  font-weight: 700;
  color: var(--title-color);
}

ul.contact_details-list {
  width: 100%;
  margin: 0px;
}

ul.contact_details-list li {
  position: relative;
  width: 100%;
  padding: 15px 15px 15px 58px;
  margin-bottom: 15px;
  border: 1px solid #f7f7f7;
  border-radius: 5px;
  box-shadow: 0px 0px 25px 0 rgb(0 0 0 / 4%);
}
.contact_details-list .sub_title {
  color: var(--subtitle-color);
  font-size: 1rem;
}
.contact_details-list p {
  font-size: 1.15rem;
  margin: 0px;
}

.contact_details-list .icon {
  position: absolute;
  font-size: 1.45rem;
  left: 20px;
  top: 18 px;
  color: var(--subtitle-color);
}

.contact_form-block {
  width: 100%;
  padding: 2rem;
  background: #eeeff1;
  border-radius: 5px;
}

.form_group .input_field {
  width: 100%;
  background: #fff;
  padding: 0.75rem;
  height: 52px;
  border: transparent;
  margin-bottom: 25px;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: 400;
}

.form_group .message_field {
  width: 100%;
  height: 120px;
  background: #fff;
  padding: 0.75rem;
  border: transparent;
  margin-bottom: 25px;
  border-radius: 3px;
}

.form_group .row {
  margin: 0px -10px;
}
.form_group [class*="col-"] {
  padding: 0px 10px;
}

.form_block .form_field {
  width: 100%;
  height: 50px;
  padding: 5px 14px;
  margin: 5px 0px;
  background: #fff;
  border: 1px solid #c2c6cf;
  border-radius: 3px;
}

.form_block .text_field {
  width: 100%;
  padding: 10px;
  height: 130px;
  margin: 5px 0px;
  background: #fff;
  border: 1px solid #c2c6cf;
  border-radius: 3px;
  resize: none;
}

.form_block .field_title {
  font-size: 1rem;
  color: var(--primary-color);
  font-weight: 500;
  margin-bottom: 0.1rem;
}

ul.list_order-item {
  width: 100%;
}

ul.list_order-item li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}
ul.list_order-item li::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid var(--font-color);
  border-right: 1px solid var(--font-color);
  left: 0px;
  top: 9px;
  transform: rotate(-45deg);
}
.popular_cate-post {
  width: 100%;
  height: 450px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  margin-bottom: 25px;
  padding: 25px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.popular_cate-post:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(61, 60, 60, 0.5);
  z-index: 1;
}

.popular_cate-post .container_inner {
  position: relative;
  z-index: 1;
}

.popular_cate-post h5 {
  font-size: 1.15rem;
  font-weight: 500;
  margin-bottom: 15px;
  color: #fff;
}

.popular_cate-post h3 {
  text-transform: uppercase;
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
}

.popular_cate-post h1 {
  text-transform: uppercase;
  font-size: 1.95rem;
  font-weight: 800;
  margin-bottom: 25px;
  background-color: #bb1111;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
}

.popular_cate-post .button_shop {
  width: 150px;
  font-size: 0.95rem;
  background-color: #ffffff;
  border: 0px;
  color: var(--primary-dark);
  font-weight: 700;
  padding: 0.65rem 1.85rem;
  text-transform: uppercase;
  margin-top: 15px;
}

.location_banner {
  width: 100%;
  height: 250px;
}

.locate_colmn-block {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 1.4rem;
}
.locate_colmn-block .locate_address {
  width: 100%;
  padding: 0.95rem 0.75rem;
  text-align: center;
  background-color: var(--title-color);
}
.locate_colmn-block .locate_address p {
  font-weight: 600;
  color: #fff;
  margin: 0px;
}
.locate_colmn-block .book_btn {
  text-transform: uppercase;
  font-size: 0.95rem;
  color: var(--font-color);
  font-weight: 600;
  margin-top: 15px;
  border: 1px solid var(--font-color);
  display: inline-block;
  padding: 0.45rem 0.95rem;
  border-radius: 3px;
}

.banner__wraper {
  position: relative;
  border: 1px solid #e6ddf5;
}

.banner__wraper .banner_info {
  position: absolute;
  padding: 20px 15px;
  bottom: 0px;
}
.banner__wraper .banner_info .offer_info {
  color: var(--light-dark);
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  background-color: var(--primary-color);
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
}

.banner__wraper .banner_info .title {
  font-size: 1.72rem;
}

.slider__offer .item__content {
  position: relative;
}

.slider__offer .item__content .itemt__info {
  padding: 0px 25px;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.itemt__info h2 {
  text-align: center;
  font-size: 3.85rem;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 1rem;
}
.btn__shop-small {
  padding: 4px 10px;
  background-color: transparent;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  display: inline-block;
  font-size: 0.75rem;
  margin-top: 15px;
}

.btn__shop-small:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.btn__shop-large {
  padding: 10px 20px;
  background-color: var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  display: inline-block;
  font-size: 0.85rem;
  margin-top: 15px;
}

.btn__shop-large:hover {
  background-color: var(--font-color);
  color: #fff;
}

.categories__items {
  border: 1px solid var(--bg-grey-light);
  box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
  overflow: hidden;
  border-radius: 4px;
}
.categories__items .item__image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.categories__items .item__info {
  background-color: #fff;

  padding: 10px 15px;
}

.categories__items .item__info .title {
  font-size: 1.25rem;
  color: var(--font-color);
  text-align: center;
  margin: 0;
}

.ligher_bg-holder {
  background-color: var(--bg-grey-light);
}
.pro_sub-title {
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--font-color);
}
.product__block-title {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.75rem;
  color: var(--font-color);
}
.item__holder {
  position: relative;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: ease-in 0.5s;
}
.item__holder:before {
  content: "";
  background-color: #fff;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  box-shadow: 0 0 20px rgba(12, 12, 12, 6%);
}
.faq_container .container {
  max-width: 1300px;
}
.faq__parent_wrap {
  width: 100%;
  border: 1px solid rgb(237, 237, 238);
  margin-bottom: 5px;
}

.faq__parent_wrap .faq__head {
  padding: 15px 55px 15px 15px;
  position: relative;
  display: block;
}

.faq__parent_wrap .faq__head h4 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}

.faq__head .faq__arrow {
  width: 30px;
  height: 30px;
  font-size: 1.45rem;
  line-height: 30px;
  color: #333;
  border: none;
  background: transparent;
  position: absolute;
  top: 14px;
  right: 15px;
  transform: rotate(90deg);
  transition: transform 0.5s;
}

.faq__head.active .faq__arrow {
  transform: rotate(-90deg);
}

.faq__parent_wrap .faq__content_wrap {
  padding: 15px;
  border-top: 1px solid rgb(221, 226, 247);
  display: none;
}
.service_slide p {
  font-family: "Open Sans";
}
.item__holder .item__image {
  margin: 0px auto;
}
.item__holder .item__image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.item__holder:hover .item__info {
  background-color: var(--title-color);
  color: #fff;
}
.item__holder .item__info .title {
  font-size: 1.45rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.fleets_container {
  padding: 2.5rem 0 2.5rem;
}
.fleets_container .container {
  max-width: 1300px;
  position: relative;
}

ul.fleets_cate {
  width: 100%;
  display: flex;
  margin: 20px 0px 0px 0px;
}

.fleets_cate li {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 5px 5px;
  text-align: center;
}
.fleets_cate li .count {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  display: block;
}
.fleets_cate li p {
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.35rem;
}
.slider__home .owl-nav .owl-prev,
.slider__home .owl-nav .owl-next {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff !important;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
  cursor: pointer;
  position: absolute;
  display: block;
  z-index: 2;
}
.slider__home .owl-nav .owl-prev {
  left: 10px;
}
.slider__home .owl-nav .owl-next {
  right: 10px;
}
.slider__home .owl-nav .owl-prev:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-left: 1px solid var(--font-color-light);
  border-top: 1px solid var(--font-color-light);
  transform: rotate(-45deg);
  position: absolute;
  left: 21px;
  top: 17px;
}

.slider__home .owl-nav .owl-next:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-right: 1px solid var(--font-color-light);
  border-bottom: 1px solid var(--font-color-light);
  transform: rotate(-45deg);
  position: absolute;
  right: 21px;
  top: 17px;
}

.slider__home .owl-nav .owl-next span,
.slider__home .owl-nav .owl-prev span {
  display: none;
}
.client_review-colmn {
  width: 100%;
  padding: 25px;
  border-radius: 4px;
  border: 1px solid #f7f7f7;
  border-radius: 5px;
  box-shadow: 0px 0px 25px 0 rgb(0 0 0 / 4%);
  margin-bottom: 30px;
}
.client_review-colmn .paragraph {
  text-align: left;
}
.client_review-colmn .item_footer {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 15px;
}
.client_review-colmn .item_footer .item_image {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
}
.client_review-colmn .item_footer .item_author {
  padding-left: 15px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--title-color);
}

.galley_colmn {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.galley_colmn:before {
  content: "";
  display: block;
  background-color: rgba(0, 30, 121, 0.79);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: ease-in 0.5s;
}

.galley_colmn .e-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  background: var(--subtitle-color);
  font-size: 2rem;
  color: #fff;
  text-align: center;
  line-height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 2;
  opacity: 0;
  transition: ease-in 0.5s;
}
.galley_colmn:hover:before,
.galley_colmn:hover .e-btn {
  opacity: 1;
}

.blog_colmn-post {
  width: 100%;
  background-color: #222529;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(20, 20, 20, 0.25);
  position: relative;
  z-index: 1;
  margin: 15px 0px;
}

.blog_colmn-post .item__image {
  margin: 0px auto;
}

.blog_colmn-post .item__image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.blog_colmn-post .item__info {
  background-color: #1c1c1e;
  text-align: left;
  color: #fff;
}

.blog_colmn-post .btn_more {
  padding: 8px 15px;
  background-color: var(--title-color);
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  margin-top: 15px;
}

.listing_row {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 4px 24px rgba(225, 225, 225, 0.25);
  position: relative;
  z-index: 1;
  margin: 15px 0px;
}

.listing_row .item__image {
  margin: 0px auto;
}

.listing_row .item__image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.listing_row .item__info {
  text-align: left;
  color: #222;
}

.listing_row .btn_more {
  padding: 8px 15px;
  background-color: var(--title-color);
  color: #000;
  border-radius: 3px;
  display: inline-block;
  margin-top: 15px;
}

.call_appointment {
  width: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  padding: 10rem 0;
}
.appoint_block {
  width: 100%;
  padding: 70px 40px;
  background-color: #000;
}
.appoint_block .title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2rem;
  color: var(--title-color);
}
footer {
  width: 100%;
  padding: 4.5rem 0 0;
  background: #000;
  position: relative;
}
.footer_top .contact_dtls .title {
  font-weight: 700;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-bottom: 5px;
}
.footer_top .contact_dtls p {
  color: #a8a8a8;
  font-size: 0.95rem;
  line-height: 1.55rem;
}
ul.adrs_dtls li {
  position: relative;
  padding: 0px 0px 30px 0px;
}

ul.adrs_dtls li .icon {
  position: absolute;
  left: 0px;
  top: 8px;
  color: #5d697a;
  font-size: 1.55rem;
}

ul.adrs_dtls li .sub_title {
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 8px;
}
ul.menu_foot_list {
  width: 100%;
}

.menu_foot_list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}
.menu_foot_list li::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  left: 0px;
  top: 11px;
  transform: rotate(-45deg);
}

.menu_foot_list li a {
  color: #fff;
  font-size: 0.85rem;
}

ul.call_list_app {
  width: 100%;
  margin: 0px;
  text-align: right;
}

ul.call_list_app li {
  display: inline-block;
  background-color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  width: 25px;
  height: 25px;
  border-radius: 2px;
  margin-left: 5px;
  text-align: center;
  line-height: 25px;
}
ul.call_list_app li a {
  color: var(--primary-color);
}

.footer_bottom {
  border-top: 1px solid #36393d;
  padding: 1.15rem 0;
}
.footer_bottom p {
  color: #fff;
  text-transform: uppercase;
  margin: 0px;
  font-size: 0.8rem;
}

ul.footer_social {
  margin: 0;
  margin-top: 15px;
}
ul.footer_social li {
  display: inline-block;
}

ul.footer_social li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  border-radius: 50%;
  background: var(--title-color);
  color: #000;
  font-size: 1rem;
  margin-right: 8px;
}

.expert_colmn {
  width: 100%;
  padding: 25px;
  border-radius: 4px;
  background-color: #1c1c1e;
  text-align: center;
  margin: 15px 0px;
  transition: ease-in 0.5s;
}
.expert_colmn:hover {
  background-color: var(--title-color);
}
.expert_colmn .icon {
  display: block;
  color: #fff;
  font-size: 2.45rem;
  margin-bottom: 15px;
}
.expert_colmn .title {
  font-weight: 500;
  font-size: 1.25rem;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.expert_colmn p {
  color: #fff;
}
/* woocommerec design update */
.woocommerce .col2-set,
.woocommerce-page .col2-set {
  width: 100%;
  margin: 0px -15px !important;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  width: 50% !important;
  max-width: 50% !important;
}
.woocommerce-input-wrapper {
  display: block !important;
  width: 100% !important;
}
.woocommerce form .form-row input.input-text {
  width: 100% !important;
  height: 45px !important;
  padding: 5px 14px !important;
  margin: 2px 0px !important;
  background: #fff !important;
  border: 1px solid #c2c6cf !important;
  border-radius: 3px !important;
}
.woocommerce form .form-row textarea {
  width: 100% !important;
  padding: 10px !important;
  height: 130px !important;
  margin: 5px 0px !important;
  background: #fff !important;
  border: 1px solid #c2c6cf !important;
  border-radius: 3px !important;
  resize: none;
}
#customer_details {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

/* woocommerec design update */

/* responsive version */

@media (max-width: 767px) {
  .section_search {
    margin: 0px;
  }
  ul#tabs-nav li span {
    display: none;
  }
  .site_header .header_top {
    display: none;
  }

  .slider__home {
    background-image: none;

    padding: 0px 0px;
  }

  .slider__home .home-banner h1 {
    font-size: 2.5rem;
    color: #fff;
  }

  .slider__home .home-banner h1 span {
    color: #fff;
    font-size: 2rem;
  }
  .slider__home .explore-text {
    color: #fff;
    background: transparent;
    padding: 0px;
    margin-top: 15px;
  }
  .banner {
    height: 30vh;
  }
  .section_search .search-box-banner {
    margin: 0px auto auto;
    box-shadow: 0 0 20px rgba(12, 12, 12, 6%);
    padding: 40px 20px;
  }
  ul#tabs-nav li .icon {
    width: 40px;
    height: 40px;
    line-height: 31px;
    padding: 4px;
  }
  .carousel-item {
    height: 30vh;
  }
  .carousel-caption .banner_title {
    font-size: 1.75rem;
  }
  .carousel-caption {
    width: 60%;
  }
  .header__page-link {
    width: 100%;
    bottom: 0px;
    z-index: 5;
    left: 0px;
    padding: 25px 0px 10px;
  }

  .header__page-link ul {
    align-items: center;
    justify-content: center;
  }

  .header__page-link ul li {
    margin: 0px 7px;
  }

  .categories__items .item__image img {
    width: 100%;
    height: 160px;
    object-fit: cover;
  }
  .categories__items .item__info {
    padding-left: 3px;
    padding-right: 3px;
  }
  .categories__items .item__info .title {
    font-size: 0.7rem;
  }
  .item__category .item__image {
    height: 100px;
  }

  .item__category .item__info .title {
    font-size: 0.9rem;
  }

  ul.top__page-link {
    justify-content: center;
  }

  .coomin__block-title {
    font-size: 1.25rem;
  }

  .itemt__info h2 {
    font-size: 2.25rem;
  }

  .contact_dtls {
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  ul.page_float-connect {
    display: flex;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99;
    margin: 0px;
    padding: 8px 0px 0px;
    background-color: #fff;
    box-shadow: rgba(164, 165, 183, 0.25) 20px 10px 14px;
    border-top: 1px solid #717474;
  }
  .page_float-connect li {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .page_float-connect li a {
    display: block;
    color: var(--primary-color);
    text-align: center;
    font-size: 1.25rem;
    transition: ease-in 0.5s;
  }
  .page_float-connect li a i {
    font-size: 1.84rem;
  }
  .page_float-connect li a span {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
  }

  .menu_header .navbar-brand {
    margin-left: 0px;
    width: 200px !important;
  }
  html.active,
  body.active {
    overflow: hidden;
  }
  .navbar-toggler-icon {
    display: block;
    width: 1.5em;
    height: 1px;
    vertical-align: middle;
    content: "";
    background: #222;
    background-size: 100% 100%;
    margin: 7px 0px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .navbar-toggler {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 5;
    padding: 0.25rem 0;
  }

  .navbar-collapse {
    background: #fff;
    z-index: 100;
    position: fixed;
    top: 0px;
    left: 0;
    width: 75%;
    height: 100%;
    opacity: 0;
    box-shadow: 0px 10px 14px rgb(9 28 52);
  }

  .main-menu .navigation {
    overflow-y: auto;
    margin-top: 60px !important;
    height: calc(100vh - 60px);
  }

  .navbar-collapse.collapsing {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    left: -100%;
  }

  .navbar-collapse.show {
    opacity: 1;
    left: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .navbar-collapse.show .navbar-toggler {
    right: 10px;
    top: 10px;
    left: auto;
  }
  .navbar-collapse.show .navbar-toggler .navbar-toggler-icon:nth-child(1) {
    transform: rotate(-45deg);
  }
  .navbar-collapse.show .navbar-toggler .navbar-toggler-icon:nth-child(2) {
    display: none;
  }
  .navbar-collapse.show .navbar-toggler .navbar-toggler-icon:nth-child(3) {
    transform: rotate(45deg);
    margin-left: 0px;
    margin-top: -7px;
  }

  .main-menu .navigation > li {
    float: none;
    display: block;
    border-bottom: 1px solid #edebeb;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 30px;
    height: 30px;
    border: 1px solid #4b4e50;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    background: transparent;
    color: #4b4e50;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul {
    padding: 0.5rem 1rem;
    display: none;
  }
  .header__page-link ul li a .icon-search {
    display: none;
  }

  .slider__home .item .cover {
    width: 95%;
  }

  .slider__home .item {
    height: 40vh;
    position: relative;
  }

  .slider__home .item .cover .header-content {
    padding: 0px;
  }

  .slider__home .item .cover .header-content h4 {
    font-size: 1.1rem;
  }
  .slider__home .item .cover .header-content h1 {
    font-size: 1.45rem;
  }
  .slider__home .owl-dots {
    text-align: center;
    position: absolute;
    margin-top: -35px;
    left: 50%;
    transform: translateX(-50%);
  }
  .slider__home .owl-dot {
    background-color: #fff !important;
  }
  .slider__home .owl-dot.active {
    background-color: var(--title-color) !important;
  }
  .owl-dots {
    text-align: center;
  }
  .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--primary-dark) !important;
    margin: 0px 5px;
  }
  .owl-dot.active {
    width: 30px;
    border-radius: 5px;
    background-color: var(--subtitle-color) !important;
  }
  .media_block .number_block {
    left: 50px;
  }
  ul.call_now li {
    padding: 0px 0px 0px 50px;
  }
  ul.call_now li .icon {
    top: 10px;
    font-size: 2.55rem;
  }
  ul.call_now li p {
    font-size: 1.55rem;
  }
  ul.call_now li .sub_title {
    font-size: 1rem;
    margin-bottom: 6px;
  }
  .call_us-block .form_block {
    padding: 0px;
  }
  .categories__outer-wrap .row {
    margin: 0px -3px;
  }
  .categories__outer-wrap div[class*="col-"] {
    padding: 0px 3px;
  }
  .call_us-block {
    background: #001c8f;
  }
}
@media (min-width: 1100px) {
  ul.page_float-connect {
    display: block;
    position: fixed;
    right: 0px;
    top: 80%;
    z-index: 99;
  }

  .page_float-connect li a {
    display: block;
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #1c1c1e;
    text-align: center;
    line-height: 50px;
    margin: 2px 0px;
    font-size: 1.25rem;
    transition: ease-in 0.5s;
  }

  .page_float-connect li a span {
    display: none;
  }

  .page_float-connect li a:hover {
    background-color: var(--title-color);
  }

  .social_contact .social_info {
    padding-left: 45px;
  }
  .search__outer {
    width: 100%;
  }
  .search__outer {
    max-width: 900px;
    height: 45px;
    position: absolute;
    top: 77px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    padding: 3px 0px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.5s, opacity 0.5s linear;
  }
  .search__outer.open {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }
  .banner__wraper .banner__image img,
  .item__content .content__image img {
    width: 100%;
    height: 480px;
    object-fit: cover;
  }
  .main-menu .navigation > li.dropdown > a:after {
    content: "";
    width: 8px;
    height: 8px;
    background: transparent;
    border-right: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    position: absolute;
    display: block;
    margin: 0px;
    vertical-align: middle;
    border-top: 0px;
    transform: rotate(45deg);
    top: 18px;
    right: 0px;
    border-left: 0px;
  }

  .nav-outer {
    width: 100%;
  }

  .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    display: none;
  }
  .main-menu .navigation > li > ul {
    position: absolute;
    overflow: hidden;
    left: 0px;
    top: 10px;
    top: 100%;
    width: 220px;
    z-index: 100;
    opacity: 1;
    padding: 10px 0;
    background: #fff;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    box-shadow: 0px 40px 80px 0px rgb(2 2 26 / 14%);
  }

  .main-menu .navigation > li:last-child > ul {
    right: 0px;
    left: auto;
  }

  .main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }

  .main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    padding: 0 10px;
  }

  .main-menu .navigation > li > ul > li > a {
    color: #222;
  }
}
