@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/*/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
## Bootstrap Sameheight
## Miscellaneous
## Font Fix Screen
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp,
tt,
var {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em {
  font-style: italic;
}

cite {
  font-weight: 600;
}

blockquote {
  margin: 0 1.5em 20px;
  border-color: #111111;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1em 1em;
  padding-left: 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
  margin-bottom: 10px;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0;
  width: 100%;
}

table th,
table td {
  border: 1px solid #dedede;
  padding: 5px;
  text-align: center;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #111111;
  border: medium none;
  color: #fff;
  padding: 2px 15px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background-color: #000;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
}

select {
  border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

textarea {
  width: 100%;
}

form.post-password-form label>input {
  background: #f8f8f8;
  border: 1px solid #dcdcdc;
  padding: 10px 8px;
}

form.post-password-form input {
  padding: 11px 15px;
  font-weight: 700;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:link,
a:visited {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*-------------------------------------------------------------
                CUSTOM CSSS START
--------------------------------------------------------------*/
header#masthead {
  padding: 30px 50px;
  background: #fff;
  position: relative;
}

header#masthead ul#menu-main-menu .nav-link {
  font-size: 18px;
  line-height: 25px;
  color: #000;
  padding: 0;
  font-weight: 500;
}

header#masthead ul#menu-main-menu li:not(:first-child) {
  margin-left: 24px;
  padding-left: 24px;
  border-left: 1px solid #000;
}

header#masthead ul#menu-main-menu li.active .nav-link {
  font-weight: 600;
}

header#masthead ul#menu-main-menu li:hover,
header#masthead ul#menu-main-menu li.active {
  opacity: 1;
}

header#masthead ul#menu-main-menu li {
  opacity: 0.4;
  transition: all 0.4s ease-in-out !important;
}

.navbar-brand {
  width: 48%;
}

.xtra_links {
  margin-left: 50px;
  display: flex;
  align-items: center;
}

.xtra_links a {
  display: inline-block;
  text-decoration: none;
}

.xtra_links a:not(:first-child) {
  margin-left: 15px;
}

.xtra_links .btn-head {
  padding: 17px 25px;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  background: #3130F9;
  border-radius: 5px;
  border: 1px solid #3130F9 !important;
  transition: all 0.4s ease-in-out !important;
}

.xtra_links .btn-head:hover {
  background: transparent;
  color: #3130F9;
}

.xtra_links .btn_circle {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.xtra_links .btn_circle span {
  margin-left: 10px;
  display: inline-block;
}

.xtra_links a.btn-circle {
  margin-left: 0;
  display: inline-block;
  margin-left: 40px;
}

.secBanner {
  padding-top: 50px;
  padding-bottom: 50px;
}

.banner_vc {
  text-align: center;
}

.banner_vc .vector {
  margin-bottom: 30px;
}

.banner_vc p {
  font-size: 18px;
  line-height: 31px;
  margin-bottom: 30px;
  color: #000;
  padding: 0 9%;
}

.bn_form .field {
  background: #adadad;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 10px;
  position: relative;
}

.bn_form .field #search {
  max-width: 65%;
  flex: 65%;
  height: 60px;
  background: transparent;
  border: none;
  color: #fff;
  box-shadow: none;
  outline: none;
  padding-left: 71px;
  padding-right: 20px;
}

.bn_form .field #category {
  max-width: 25%;
  flex: 25%;
  height: 60px;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  font-size: 17px;
  color: #fff;
  padding: 0 20px;
  cursor: pointer;
}

.bn_form .field .btn_submit {
  max-width: 10%;
  flex: 10%;
  background: #3130F9;
  color: #fff;
  height: 60px;
  border-radius: 5px;
  box-shadow: none;
  align-content: normal;
  font-size: 17px;
  line-height: 1;
}

.bn_form .field #search::placeholder {
  color: #fff;
}

.bn_form .field:before {
  content: '\f002';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  color: #fff;
  position: absolute;
  left: 30px;
  top: 40px;
  border-right: 3px solid #fff;
  padding-right: 20px;
}

.bn_form .field:after {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  color: #fff;
  position: absolute;
  right: 160px;
  top: 40px;
}

.bn_form .field select option {
  color: #000;
}

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

.catBox {
  text-align: center;
  padding: 22px 0;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 12px 1px rgb(217 217 217);
  border: 1px solid #ddd;
}

.catBox .thumb {
  margin-bottom: 20px;
}

.catBox h4 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 28px;
  color: #000;
  font-weight: 600;
}

.catBox p {
  margin: 0;
  color: #000;
  font-size: 17px;
  opacity: 0.4;
}

.list_box {
  background: #fff;
  box-shadow: 0px 0px 8px 1px rgb(213 213 213);
}

.secListing {
  background: #F5F5F5;
  padding: 120px 0;
}

.list_box .thumb {
  height: 282px;
  overflow: hidden;
  position: relative;
}

.list_box .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list_box .thumb .ft_tag {
  position: absolute;
  top: 15px;
  font-size: 14px;
  color: #3130F9;
  background: #fff;
  line-height: 20px;
  padding: 1px 12px;
  left: 15px;
}

.list_box .ctn {
  padding: 22px 16px;
}

.list_box .ctn h3 {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  font-weight: 600;
  margin-bottom: 13px;
}

.list_box .ctn p {
  line-height: 28px;
  color: #000;
  opacity: 0.8;
  margin: 0;
}

.list_box .ctn .loct_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}

.list_box .ctn .loct_price .loct {
  display: flex;
  align-items: center;
}

.list_box .ctn .loct_price .price {
  color: #3130F9;
  font-weight: 500;
  font-size: 20px;
}

.list_box .ctn .loct_price .loct .icon {
  margin-right: 10px;
}

.top_head h2 {
  font-size: 40px;
  line-height: 72px;
  font-weight: 700;
  color: #000;
  margin: 0;
  text-transform: capitalize;
}

.top_head {
  margin-bottom: 34px;
}

div#slider_listing .owl-dots {
  display: none;
}

div#slider_listing .owl-nav {}

div#slider_listing .owl-nav button {
  position: absolute;
  top: 100px;
  font-size: 190px;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
}

div#slider_listing .owl-nav button.owl-prev {
  left: -100px;
}

div#slider_listing .owl-nav button.owl-next {
  right: -100px;
}

.top_head.with_para {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top_head p {
  margin: 0;
  font-size: 18px;
  line-height: 31px;
}

.secBrowse {
  padding: 20px 0;
  background: url(../../frontend_assets/images/browser_banner.jpg);
  background-size: cover;
  background-position: center;
}

.bw_box {
  border: 1px solid #C5C5C5;
  padding: 20px;
  background: #EFEFEF;
  border-radius: 5px;
  transition: all 0.4s ease-in-out !important;
}

.bw_box:hover {
  background: #fff;
  box-shadow: 0px 0px 13px 4px rgb(213 213 213);
  border-color: transparent;
}

.bw_grids .col-12 {
  margin-top: 40px;
}

.secBrowse .top_head {
  margin-bottom: 0 !important;
}

.bw_box .thumb {
  height: 292px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}

.bw_box .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bw_box .thumb .ft_tag {
  padding: 7px 28px;
  color: #000;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  background: #F7CC64;
  border-radius: 5px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.bw_box .ctn p {
  font-size: 17px;
  line-height: 32px;
  color: #000;
  margin-bottom: 20px;
}

.bw_box .hd_ctn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 15px;
}

.bw_box .hd_ctn h4 {
  font-size: 24px;
  line-height: 33px;
  color: #000;
  font-weight: 500;
  margin: 0;
}

.bw_box .hd_ctn h5 {
  padding: 8px 22px;
  color: #3130F9;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  background: #dcdcf1;
  border-radius: 5px;
  margin: 0;
}

.bw_box .hd_ctn h5 .icon {
  margin-right: 5px;
}

.bw_box .btns .btn_crc {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F7CC64;
  border-radius: 5px;
  text-decoration: none;
  margin-left: 18px;
  transition: all 0.4s ease-in-out !important;
}

.bw_box .btns .btn_crc:hover {
  transform: translateY(-10px);
}

.bw_box .btns {
  display: flex;
}

.bw_box .btns .btn_follow {
  width: 74%;
  background: #3130F9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #3130F9 !important;
  transition: all 0.4s ease-in-out !important;
}

.bw_box .btns .btn_follow:hover {
  color: #3130F9;
  background: transparent;
}

.secInfo {
  padding: 120px 0;
  background: #F5F5F5;
}

.info_box .hd_thumb {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  position: relative;
  padding-left: 76px;
  min-height: 56px;
}

.info_box .hd_thumb .thumb {
  background: #3130F9;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.info_box .hd_thumb h4 {
  margin: 0;
  font-size: 24px;
  line-height: 33px;
  color: #000;
  font-weight: 400;
  text-overflow: ellipsis;
  max-height: calc(var(--lh) * var(--max-lines));
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.info_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info_list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #686868;
  font-size: 15px;
}

.info_list ul li .count {
  color: #000;
}

.info_list ul li:not(:last-child) {
  margin-bottom: 15px;
}

.secInfo .col-12.col-md-3 {
  border-right: 1px solid rgb(112 112 112 / 30%);
  padding: 0 30px;
}

.secInfo .col-12.col-md-3:nth-child(4n) {
  border: none;
}

.info_box {
  margin-top: 100px;
}

.secInfo .col-12.col-md-3:first-child .info_box,
.secInfo .col-12.col-md-3:nth-child(2) .info_box,
.secInfo .col-12.col-md-3:nth-child(3) .info_box,
.secInfo .col-12.col-md-3:nth-child(4) .info_box {
  margin-top: 0;
}

.info_list ul.upgrade {
  height: 172px;
  overflow: hidden;
  transition: all 0.4s ease-in-out !important;
}

.info_list .show_more {
  display: inline-block;
  color: #181E78;
  text-decoration: none;
  font-weight: 500;
  margin-top: 15px;
  box-shadow: none;
  outline: none;
}

.info_list .show_more .icon {
  margin-left: 15px;
}

.info_list .show_more.show_less .icon img {
  transform: rotate(180deg);
}

.secPromote {
  padding: 90px 0 145px;
  background-size: cover;
  background-position: center;
  margin-bottom: 65px;
}

.footer {
  padding: 100px 0;
  text-align: center;
  background: #F5F5F5;
  position: relative;
  background: url(../../frontend_assets/images/footer_banner.jpg);
}

.footer .ft_logo {
  margin-bottom: 50px;
}

.ft_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.ft_menu ul li {
  font-size: 20px;
  line-height: 28px;
  margin: 0 20px;
}

.ft_menu ul li a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.xtra_links .btn_circle {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.xtra_links .btn_circle img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #000;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

@media screen and (max-width: 1900px) {
  .navbar-brand {
    width: 40%;
  }
}

@media screen and (max-width: 1654px) {
  header#masthead ul#menu-main-menu li:not(:first-child) {
    margin-left: 14px;
    padding-left: 14px;
  }

  header#masthead ul#menu-main-menu .nav-link {
    font-size: 16px;
  }
}

@media screen and (max-width: 1450px) {
.bn_form .field {
    padding: 15px;
}
.bn_form .field:before {
    top: 35px;
}
.bn_form .field:after {
    top: 35px;
    right: 155px;
}
.secBanner {
    padding-top: 220px;
    padding-bottom: 220px;
}
.secListing {
    padding: 80px 0;
}
.top_head h2 {
    font-size: 35px !important;
    line-height: 50px;
}
.list_box .thumb {
    height: 250px;
}
.list_box .ctn h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.list_box .ctn p {
    font-size: 15px;
}
div#slider_listing .owl-stage {
    padding-bottom: 30px;
}
.secBrowse {
    padding: 80px 0;
}
.bw_box .thumb {
    height: 250px;
}
.bw_box .hd_ctn h4 {
    font-size: 20px;
}
.secInfo {
    padding: 80px 0 30px 0;
}
.secInfo h2 {
    margin-top: 0 !important;
    margin-bottom: 40px !important;
}
section.secInfo .cat_box h4 {
    font-size: 24px !important;
}
section.secInfo .cat_box ul.serv_lst {
    font-size: 16px !important;
}
section.secInfo .btn_div {
    margin: 0 !important;
}
  header#masthead {
    padding: 30px;
  }

  .xtra_links .btn_circle {
    width: 48px;
    height: 48px;
  }

  .xtra_links {
    margin-left: 30px;
  }

  .secPromote {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
  }

  .xtra_links .btn_circle img {
    width: 45px;
    height: 45px;
    margin: 0;
  }

  .xtra_links .btn-head {
    padding: 15px 20px;
    font-size: 16px;
  }
  .footer {
    padding: 80px 0;
}
.bread-head h2 {
    font-size: 35px !important;
    line-height: 1.5 !important;
}
}

@media screen and (max-width: 1340px) {
  div#slider_listing .owl-nav button.owl-next {
    right: -40px;
  }

  div#slider_listing .owl-nav button.owl-prev {
    left: -40px;
  }

  div#slider_listing .owl-nav button span {
    font-size: 150px;
  }

  div#slider_listing .owl-nav button {
    top: 150px;
  }

  .top_head p {
    font-size: 16px;
  }

  .secBanner {
    padding-top: 220px;
    padding-bottom: 200px;
  }

  .navbar-brand {
    width: 37%;
  }

  .xtra_links .btn-head {
    font-size: 16px;
    padding: 15px 18px;
  }

  ul#menu-main-menu {
    margin: 0;
  }

  header#masthead {
    padding: 30px 15px;
  }
}


@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }
}

footer.footer {
  margin-left: 0;
}

.login-card {
  height: unset !important;
  padding-bottom: 50px;
}

ul.inf_log {
  display: block;
  list-style: none;
  /* background: #000; */
  /* color: #fff; */
  position: absolute;
  top: 90%;
  left: 0;
  padding: 12px;
  border-radius: 10px;
  font-size: 18px;
  /* line-height: 2; */
  border: 1px solid #00000059;
  margin: 0;
  background: #fff;
  display: none;
}

ul.inf_log {}

div#logged_in_user {
  position: relative;
}

ul.inf_log li {
  text-align: left;
  border-bottom: 1px solid #0000004f;
  padding: 7px 0;
}

ul.inf_log a.btn-circle {
  margin: 0;
  !;
  width: 30px !important;
  height: 30px !important;
  /*border: 1px solid red;*/
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  border-radius: 6px;
}

ul.inf_log.showinf {
  display: block;
}

.xtra_links .btn_circle:focus {
  outline: none;
}

div#slider_listing .owl-stage {
  padding-bottom: 50px;
}

button.remove-link-btn.btn.btn-danger.position-absolute.top-0.end-0.m-2 {
  z-index: 999;
}

#social-items .link-menu {
  padding-top: 13px;
}

section.secPromote h2 {
  font-size: 40px;
  text-transform: capitalize;
}

/*=================ABOUT PAGE CSS====================*/

section.about-page-sec {
    padding-top: 100px;
    padding-bottom: 100px;
}

.about-head p {
    font-size: 18px;
    line-height: 34px;
    color: #000;
}

.about-row-1 {
    padding-top: 100px;
}

section.breadcrumbs {
    padding-top: 150px;
    padding-bottom: 100px;
    background: url(../../frontend_assets/images/footer_banner.jpg);
}

.bread-head h2 {
    text-align: center;
    font-size: 50px;
    line-height: 60px;
    color: #fff;
}


/*================REVIEWS PAGE CSS=======================*/

section.reviews-sec {
    padding-top: 100px;
    padding-bottom: 100px;
}

.review-head h3 {
    font-size: 23px;
    line-height: 30px;
    color: #000;
    margin-bottom: 0px;
}

.review-head h4 {
    font-size: 18px;
    line-height: 34px;
    color: #000;
}

.review-head p {
    font-size: 16px;
    line-height: 34px;
    color: #000;
}

.main-review-box {
    text-align: center;
    border: 1px solid #fff;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 5px 10px #0000002b;
    border-radius: 10px;
    padding-top: 40px;
    transition: all 0.5s ease-in-out;
}

.review-img {
    margin-bottom: 20px;
}

.main-review-box:hover {
    transition: all 0.5s ease-in-out;
    background: #4f2bed;
    border-color: #4f2bed;
    color: #fff;
}

.reviews-row-1 {
    padding-top: 100px;
}

.main-review-box:hover h3 {
    color: #fff;
}

.main-review-box:hover h4 {
    color: #fff;
}

.main-review-box:hover p {
    color: #fff;
}

.secBrowse .container {
    max-width: 100% !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
}


section.single-page {
    margin-top: 100px;
    margin-bottom: 100px;
}

.single-head h2 {
    font-size: 34px;
    line-height: 50px;
    color: #000;
    margin-bottom: 20px;
}

.single-para p {
    margin-bottom: 0;
    margin-top: 40px;
    font-size: 18px;
    line-height: 36px;
    color: #000;
}

.single-info ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.single-info ul li {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
}

.single-info ul li:last-child {
    padding: 0;
}

.single-info {
    border: 1px solid #fff;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 30px;
    padding-right: 20px;
    border-radius: 10px;
    box-shadow: 0px 10px 20px #00000033;
}

/*=========pagination css==============*/

p.text-sm.text-gray-700.leading-5.dark\:text-gray-400 {
  margin-top: 30px;
  text-align: center !important;
  font-size: 18px;
  line-height: 34px;
}

/* a.relative.inline-flex.items-center.px-2.py-2 {
  display: none;
}

span.relative.inline-flex.items-center.px-2.py-2 {
  display: none;
} */
.shadow-sm {
  display: flex;
  justify-content: center;
  align-items: center;
}

.shadow-sm span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-right: 5px;
}

.shadow-sm a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  color: #000;
  margin-right: 10px;
}


.flex.justify-between.flex-1.sm\:hidden {
  display: none;
}
a.btn-head.add {
  padding: 17px 25px;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  background: #3130F9;
  border-radius: 5px;
  border: 1px solid #3130F9 !important;
  transition: all 0.4s ease-in-out !important;
}

.single-info ul li a span {
    display: none;
}
.single-info ul li a {
    font-size: 40px;
}
.single-info ul li a svg {
    margin: 0 !important;
}

@media only screen and (max-width: 1199px) {
button.navbar-toggler {
    background: #1e48f5;
    outline: none !important;
    box-shadow: none !important;
}
.navbar-toggler-icon {
    filter: invert(1);
}
.container {
    max-width: 90%;
}
div#main-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    padding: 40px 40px;
    background: #000;
    z-index: 99;
    transform: translateX(-100%);
    transition: 0.5s all ease-in-out;
    width: 40%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: start !important;
    text-align: center;
}
div#main-nav.show {
    transform: none;
}
div#main-nav .navbar-brand {
    margin: 0;
    width: 90%;
    padding-bottom: 30px;
}
header#masthead ul#menu-main-menu .nav-link {
    color: #fff;
    line-height: 50px;
}
header#masthead ul#menu-main-menu li:not(:first-child) {
    margin: 0;
    padding: 0;
}
.xtra_links {
    margin-left: 0;
    margin-top: 30px;
    flex-direction: column;
}
.xtra_links a:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
}
.xtra_links .btn-head {
    font-size: 14px;
    padding: 10px 15px;
}
}

@media only screen and (max-width:1024px){
div#main-nav {
    width: 45%;
}
div#slider_listing .owl-nav {
    display: none;
}
.single-head h2 {
    font-size: 25px;
}
.single-info {
    padding: 40px 20px;
}
.single-info ul li {
    font-size: 16px;
}
.single-para p {
    font-size: 16px;
    line-height: 30px;
}
section.single-page {
    margin-top: 70px;
    margin-bottom: 70px;
}
.footer {
    padding: 60px 0;
}
.footer .ft_logo {
    margin-bottom: 40px;
}
.ft_menu ul li {
    font-size: 18px;
    margin: 0 15px;
}
  .bw_box .thumb {
    height: 200px;
}
.bw_box .hd_ctn h4 {
    font-size: 16px;
}
.top_head h2 {
    font-size: 30px !important;
    line-height: 40px;
}
.bw_box .thumb .ft_tag {
    font-size: 11px;
    top: 10px;
    left: 10px;
}
.info_box .hd_thumb .thumb {
    width: 50px;
    height: 50px;
    margin-right: 0 !important;
}
.info_box .hd_thumb {
    margin-bottom: 15px;
    padding-left: 60px;
}
  .secBanner {
    padding-top: 180px;
    padding-bottom: 180px;
}

.secListing {padding-top: 60px;padding-bottom: 60px;}

.secBrowse {
    padding-top: 60px;
    padding-bottom: 60px;
}

.bw_box {
    padding: 15px;
}

.secInfo {
    padding-top: 60px;
    padding-bottom: 60px;
}

.top_head h2 {margin-top: 0 !important;}

section.secInfo .cat_box h4 {
    font-size: 20px !important;
}

section.secInfo .cat_box ul.serv_lst li {
    font-size: 16px;
}
}
  
@media only screen and (max-width:768px) {
    .load_modal .modal-body.text-center img#closeBtn {
    zoom: 0.5;
}
.login-card .login-main {
    margin-top: 50px !important;
}
div#main-nav {
    width: 50%;
}
.secBanner {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.secListing {
    padding-top: 60px;
    padding-bottom: 60px;
}
.secBrowse {
    padding-top: 60px;
    padding-bottom: 60px;
}
.bw_box {
    padding: 15px;
}
.secInfo {
    padding-top: 60px;
    padding-bottom: 60px;
}
.top_head h2 {
    margin-top: 0 !important;
}
section.secInfo .cat_box h4 {
    font-size: 24px;
}
section.secInfo .cat_box ul.serv_lst li {
    font-size: 16px;
}
.secBrowse .container {
    padding-left: 30px !important;
    padding-right: 20px !important;
}
.secBrowse .bw_grids .col-md-3.mb-4 {
    width: 50% !important;
}
.ft_menu ul {
    display: block;
}
.ft_menu ul li {
    margin-bottom: 15px;
}
footer.footer {
    padding-bottom: 30px;
    padding-top: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.secPromote {
    padding: 60px 0 100px;
    margin-bottom: 20px;
}
.secListing .container {
    max-width: 100% !IMPORTANT;
    padding-left: 40px;
    padding-right: 40px;
}
header#masthead {
    padding: 20px 10px;
}
.navbar-brand {
    width: 50%;
}
.secBanner h2 {
    font-size: 25px;
}
.banner_vc .vector {
    margin-bottom: 20px;
}
.bn_form .field #search {
    padding-left: 60px;
    padding-right: 10px;
    font-size: 15px;
    max-width: 50%;
    flex: 0 0 50%;
    height: 50px;
}
.bn_form .field:before {
    padding-right: 15px;
    border-right: 2px solid #fff;
    top: 30px;
}
.bn_form .field #category {
    max-width: 35%;
    flex: 0 0 35%;
    height: 50px;
    font-size: 15px;
}
.bn_form .field:after {
    font-size: 14px;
    right: 170px;
}
.bn_form .field .btn_submit {
    max-width: 15%;
    flex: 0 0 15%;
    font-size: 15px;
    height: 50px;
}
.list_box .thumb {
    height: 210px;
}
.bread-head h2 {
    font-size: 30px !important;
}
section.breadcrumbs {
    padding-top: 100px;
    padding-bottom: 70px;
}
.secBrowse {
    padding-top: 0px;
    padding-bottom: 40px;
}
  .secBrowse .bw_grids .col-md-3.mb-4 {
    width: unset !important;
    padding: 0;
    break-inside: avoid;        /* Prevent item breaking */
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    margin: 0 0 10px 0;
    border: 1px solid #C5C5C5;
    zoom: 0.8;
}

.secBrowse .bw_grids .col-md-3.mb-4 .bw_box {
    padding: 0;
    border: none;
    background: none;
}

.secBrowse .container {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.secBrowse .bw_grids .col-md-3.mb-4 .bw_box .hd_ctn {
    margin: 5px  0;
    padding: 0 10px;
}

.secBrowse .bw_grids .col-md-3.mb-4 .bw_box .hd_ctn h4 {
    line-height: 1.3;
}

.row.bw_grids {
    display: block;
    column-count: 2;            /* Number of columns */
    column-gap: 0.5rem;         /* Space between columns */
    padding-right: 5px;
    padding-left: 5px;
}

.catBox {
    display: block;
}

.catBox.category-item {
    display: block;
    padding: 5px !important;
}
div#category-section .col-6.col-md-3.mb-4 {
width: 25%;
        zoom: 0.8;
        padding-right: 5px !important;
        padding-left: 5px !important;
    margin-bottom: 0 !important ;
}

.catBox.category-item img {
    width: 40px;
    height: 40px !important;
    object-fit: scale-down;
    margin-bottom: 10px !important;
}

.catBox.category-item h5.fw-semibold.mb-1 {
    font-size: 16px !important;
}




body.modal-open {
    padding-right: 0 !important;
}

.load_modal {
    padding-right: 0 !important;
}

.load_modal .modal-content.position-relative {
    justify-content: flex-start !important;
    align-items: center;
    /* transform: translate(4%, 0%); */
    margin: 0 !important;
    /* background: #ffffff59 !important; */
    height: 30vh !important;
}

.load_modal .modal-body.text-center {
    width: 100vw !important;
    height: 50vh;
    background-position: center !important;
    /* background-color: #ffffff59 !important; */
}

div#myModal {
    /* background: #ffffff59 !important; */
}

.load_modal  .modal-dialog.modal-dialog-centered {
    /* background: #ffffff59 !important; */
}

.lst_pagination{
        zoom: 0.6;
}
div#category-section{
    width:100% !important;
}
}

@media only screen and (max-width: 568px) {
div#main-nav {
    width: 80%;
}
.navbar-brand {
    width: 63%;
    margin: 0;
}
.secBanner {
    padding-top: 50px;
    padding-bottom: 50px;
    zoom: 0.8;
}
.bn_form .field:before {
    left: 15px;
    padding-right: 10px;
    top: 22px;
    font-size: 12px;
}
.bn_form .field #search {
    padding-left: 40px;
    height: 40px;
    max-width: 45%;
    flex: 0 0 45%;
}
.bn_form .field #category {
    height: 40px;
    padding: 0 10px;
    max-width: 38%;
    flex: 0 0 38%;
    font-size: 13px;
}
.bn_form .field .btn_submit {
    height: 40px;
    font-size: 12px;
    padding: 0 10px;
    max-width: 17%;
    flex: 0 0 17%;
}
.bn_form .field {
    padding: 10px;
}
.container {
    max-width: 100%;
}
.bn_form .field:after {
    font-size: 10px;
    right: 110px;
    top: 25px;
}
.secListing {
    padding-top: 40px;
    padding-bottom: 40px;
}
.top_head h2 {
    font-size: 25px !important;
}
.top_head {
    margin-bottom: 20px !important;
}
.secBrowse .bw_grids .col-md-3.mb-4 {
    width: 100% !IMPORTANT;
    margin-top: 30px;
    margin-bottom: 15px !important;
}
.bw_box .thumb {
    height: 250px;
}
.secInfo h2 {
    margin-bottom: 20px !important;
}
section.secInfo .cat_box h4 {
    font-size: 18px !important;
}
section.secInfo .cat_box ul.serv_lst {
    width: 95%;
}
section.secInfo .cat_box {
    margin-bottom: 15px;
}
.secInfo {
    padding-top: 40px;
    padding-bottom: 10px;
}
.secPromote {
    padding-top: 40px;
    padding-bottom: 60px;
}
.ft_menu ul li {
    font-size: 16px;
}
section.single-page {
    margin-top: 40px;
    margin-bottom: 40px;
}
.single-head h2 {
    font-size: 20px;
    line-height: 32px;
}
.bread-head h2 {
    font-size: 22px !important;
}
section.breadcrumbs {
    padding-top: 80px;
    padding-bottom: 60px;
}
}

@media only screen and (max-width: 430px) {
header#masthead {
    padding: 15px 0px;
}
.navbar-brand {
    padding: 0;
    width: 70%;
}
.secBanner {
    padding-top: 50px;
    padding-bottom: 50px;
}
.secBanner h2 {
    font-size: 22px;
    margin: 0 !important;
}
.bn_form .field:before {
    left: 10px;
    font-size: 10px;
    padding-right: 7px;
}
.bn_form .field #search {
    padding-left: 28px;
    font-size: 12px;
    max-width: 40%;
    flex: 0 0 40%;
}
.bn_form .field #category {
    max-width: 40%;
    flex: 0 0 40%;
    font-size: 12px;
    padding: 0;
}
.bn_form .field .btn_submit {
    max-width: 20%;
    flex: 0 0 20%;
    padding: 0 5px;
}
.bn_form .field:after {
    right: 67px;
    top: 25px;
    font-size: 8px;
}
.bn_form .field {
    padding: 10px 8px;
}
.top_head h2 {
    font-size: 22px !important;
}
.secListing .container {
    padding-left: 15px;
    padding-right: 15px;
}
.secBrowse .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
section.secPromote h2 {
    text-align: center !important;
    line-height: 1.4;
}
.bread-head h2 {
    font-size: 18px !important;
}
}

div#category-posts-container .row {
    padding-left: 10px;
    padding-right: 0px !important;
}



div#category-section {
    width: 70%;
    margin: 0 auto;
}

.secCat .container {
    max-width: 100%;
}
.secCat button#loadMoreBtn {
    margin-bottom: 40px;
}
.modal.fade .modal-dialog {
    /* transform: translate(0, 20%) !important; */
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
}

div#myModal {
    max-width: unset !important;
    min-width: unset !important;
}
