@charset "UTF-8";
/* -----------------------------------------------------------
CONTENTS:
Variables
HTML and responsive
Reset
General
Wordpress core
Gutenberg
Spaces
Popup anything on click plugin
Navbar
Banners text
Gallery1
Main headline
Footer
To top button
Theme widgets
Custom buttons
List1
List2
list3places
List4
List5
List arrow 1
List arrow 2
List icon
List footer
Text box 1
Text box 2
Text box 3
Text box 4
Text box 5
Team box
Team box2
quote box
List3
Post quote
Listlink
Listcontact
Features box
Features box 2
Features box 3
Features box 4
Blog box1
Testimonials1
Testimonials2
Owl carousel navigation
Accordion1
Blog
Team box
Social icons
Innerpages title
404 error
Latest posts widget
Latest posts widget footer
Preloader
Video button
Services list
Projects-carousel
Cursor on popup images
Custom countdown1
Counter custom
courses cpt
courses2 cpt
Subscribe custom1 footer
Price box
Appointment form
booking custom 1
tilt borders custom classes
images box

------------------------------------------------------------*/
/* --------------------------------------------
--------------------Variables------------------------
---------------------------------------------- */
@import transition-all;

:root {
  --bs-primary: #F24406;
  --bs-secondary: #F3B616;
  --bs-font-primary: "Rubik";
  --bs-font-secondary: "Anybody";
  --tec-font-family-sans-serif: "Rubik";
}
/*** fix for bootstrap gutter ***/
.g-5,
.gx-5 {
  --bs-gutter-x:2rem
}
.g-5,
.gy-5 {
  --bs-gutter-y:2rem
}

	
/* --------------------------------------------
--------------------Variables end------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------HTML and responsive------------------------
---------------------------------------------- */
header, nav, article, section, aside, footer {
  display: block;
}
img {
  max-width: 100%;
  width: auto;
  -ms-interpolation-mode: bicubic;
}
img, embed, object, video {
  max-width: 100%;
}
b, strong {
  font-weight: 500;
}	
/* --------------------------------------------
--------------------HTML and responsive end ------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------Reset------------------------
---------------------------------------------- */
a:link, a:visited {
  text-decoration: none;
  color: #1d1d1d;
  outline: none;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
a:hover {
  color: var(--bs-primary);
}
i {
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--bs-font-secondary);
  color: #1d1d1d;
}
h1 {
  margin-bottom: 6px;
  font-size: 58px;
  font-weight: 600;
  line-height: 1.2;
  padding-top: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
@media (max-width: 992px) {
  h1 {
    font-size: 40px;
  }
}
h2 {
  margin-bottom: 6px;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
  padding-top: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
@media (max-width: 992px) {
  h2 {
    font-size: 32px;
  }
}
h3 {
  margin-bottom: 6px;
  font-size: 36px;
  line-height: 1.25;
  padding-top: 0;
  font-weight: 600;
}
@media (max-width: 992px) {
  h3 {
    font-size: 28px;
  }
}
h4 {
  margin-bottom: 6px;
  font-size: 29px;
  line-height: 1.3;
  padding-top: 0;
  font-weight: 600;
}
@media (max-width: 992px) {
  h4 {
    font-size: 24px;
  }
}
h5 {
  margin-bottom: 6px;
  font-size: 22px;
  line-height: 1.45;
  padding-top: 0;
  font-weight: 600;
}
h6 {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.45;
  padding-top: 0;
  font-weight: 600;
}
/* Lists */
ul, ol {
  margin: 0 0 12px 0;
}
ul ul, ol ul, ul ol, ol ol {
  margin: 0;
}
p {
  padding-top: 6px;
  margin-bottom: 6px;
}
label {
  margin-bottom: 6px;
	padding-left: 8px;
  font-weight: 500;
  font-family: var(--bs-font-secondary);
  font-size: 12px;
  color: #4d4d4d;
  text-transform: uppercase;
}
label > br {
  margin-bottom: 6px;
}
img {
  height: auto;
}
select {
  margin-bottom: 12px;
  border: 1px solid #1d1d1d;
  border-radius: 8px;
  padding: 16px;
	height: 56px;
  font-size: 16px;
  font-style: normal;
  width: 100%;
  outline: 0;
  color: #1d1d1d;
}
option, input[type=author], input[type=password], input[type=text], input[type=email], input[type=tel], input[type=url], input[type=date], input[type=number], input[type=search] {
  margin-bottom: 12px;
  border: 1px solid #1d1d1d;
  background: transparent;
  border-radius: 8px;
  padding: 16px;
  font-size: 16px;
  font-style: normal;
  width: 100%;
  outline: 0;
  color: #1d1d1d;
}
input[type=file], input[type=search] {
  margin-bottom: 12px;
  border: 1px solid #1d1d1d;
  border-radius: 8px;
  padding: 16px;
  font-size: 16px;
  font-style: normal;
  width: 100%;
  outline: 0;
  color: #1d1d1d;
}
input[type=search] {
  margin-bottom: 0;
}
input[type=date] {
  color: #7c7c7c;
}
.wp-block-search__inside-wrapper {
  margin-bottom: 12px;
}
.footer-widgets input {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
input:hover {
  outline: 0;
  box-shadow: none;
  border: 1px solid var(--bs-primary);
}
.footer-widgets input:hover {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
input:focus {
  outline: 0;
  box-shadow: none;
  border: 1px solid var(--bs-primary);
}
.footer-widgets input:focus {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
	color: #7c7c7c;
}
select:hover, option:hover, select:focus, option:focus {
  outline: none;
  border: 1px solid var(--bs-primary);
}
select {
  background: #fff url("assets/images/chevron-down.png") 100% 50% no-repeat;
  background-image: url("assets/images/chevron-down.png") 100% 50% no-repeat;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  background: url("assets/images/chevron-down.png") 10% 50% no-repeat;
}
select:focus {
  box-shadow: 0;
}
input.wpcf7-submit {
  width: 100%!important;
	max-width: 100%!important;
	display: block;
}

.wp-caption p {
  margin: 10px !important;
}
.wp-caption p:empty:before {
  content: "" !important;
}
::placeholder {
  opacity: 1;
  color: #7c7c7c;
}
textarea:focus::placeholder, input:focus::placeholder {
  color: transparent;
}
form.post-password-form input[type=password] {
  margin-top: 14px;
}
form.post-password-form input[type=submit] {
  font-size: 16px !important;
  font-weight: 600;
  padding: 0;
}
input[type=checkbox] {
  margin-right: 5px;
}
.wc-block-product-search__fields, .searchform {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 767px) {
.wc-block-product-search__fields, .searchform {
  display: block;
}	
.wc-block-product-search__fields, .searchform input.search-submit {
  margin-top: 18px;
}	
}	
.searchform input.search-submit {
  display: inline-block;
	margin-left: 10px;
  border: none;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-font-smoothing: antialiased;
  background-color: var(--bs-primary);
  text-align: center;
  padding: 18px 10px;
	height: 55px;
  width: auto;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--bs-font-secondary);
  color: #fff;
  outline: none;
	border-radius: 8px;
  border: 2px solid #FFF!important;
  box-shadow: 0px 0px 0px 2px #1D1D1D!important;
}
.footer-widgets .searchform input.search-submit {
  max-height: 62px;
}

.searchform input.search-submit:hover {
  box-shadow: 0px 0px 0px 2px var(--bs-secondary)!important;	
}	
@media (max-width: 767px) {
  .wc-block-product-search.wp-block-woocommerce-product-search form .wc-block-product-search__fields input[type=search], .searchform input[type=search] {
    width: 100%;
  }
  .wc-block-product-search.wp-block-woocommerce-product-search form .wc-block-product-search__fields button.wc-block-product-search__button, .searchform input[type=submit] {
    margin-left: 0;
    width: 100%;
  }
}
.form-control, textarea {
  margin-bottom: 12px;
  border: 1px solid #1d1d1d;
  background: transparent;
  border-radius: 8px;
  padding: 16px;
  font-size: 16px;
  font-style: normal;
  width: 100%;
  color: #1d1d1d;
}
textarea:hover {
  outline: 0;
  box-shadow: none;
  border: 1px solid var(--bs-primary);
}
textarea:focus {
  outline: 0;
  box-shadow: none;
  border: 1px solid var(--bs-primary);
}
.sidebar select {
  max-width: 300px;
}

/* class for image animation */
@keyframes movingimg {
    0% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(0.9);
    }
	
}

.movingimg img {
    animation: movingimg 2s infinite ;
}
.elementor-column.elementorcol60 {
  width: 80px!important;
}
/* --------------------------------------------
--------------------Reset end------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------General------------------------
---------------------------------------------- */
html {
  height: 100%;
}
body {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.44;
  background: #fff;
  font-family: var(--bs-font-primary);
  overflow-x: hidden;
}
::selection {
  background: var(--bs-primary);
  color: #fff;
}
::-moz-selection {
  background: var(--bs-primary);
  color: #fff;
}
figure.wp-block-pullquote {
  border: none !important;
}
figure.wp-block-pullquote blockquote {
  border: none !important;
}
figure.wp-block-pullquote.has-background blockquote {
  border: none !important;
}
.entry-content blockquote p, .comment-content blockquote p {
  margin-bottom: 0 !important;
}
.wp-block-quote.has-text-align-right {
  border: none !important;
}
figure.wp-block-pullquote blockquote, blockquote, blockquote.wp-block-quote, blockquote.blockquote {
  margin-top: 12px;
  margin-bottom: 12px;
  border: none;
  padding: 0;
}
figure.wp-block-pullquote blockquote p, blockquote p, blockquote.wp-block-quote p, blockquote.blockquote p {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #1d1d1d;
}
figure.wp-block-pullquote blockquote cite, blockquote cite, blockquote.wp-block-quote cite, blockquote.blockquote cite {
  display: inline-block;
  margin-top: 12px !important;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--bs-primary);
  text-transform: none;
}
figure.wp-block-pullquote blockquote cite em, blockquote cite em, blockquote.wp-block-quote cite em, blockquote.blockquote cite em {
  font-style: normal !important;
}
blockquote::before {
  display: inline-block;
  margin-bottom: 12px;
  width: 55px;
  height: 55px;
  text-align: center;
  padding-top: 14px;
  border-radius: 500px;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  background: var(--bs-primary);
  border: 1px solid var(--bs-primary);
}
code {
  color: #41444B;
  font-size: 16px !important;
}
blockquote.wp-block-quote.is-large p {
  margin-bottom: 12px !important;
}
blockquote.wp-block-quote.is-large, blockquote.wp-block-quote.is-style-large {
  padding: 36px 0 !important;
}
@media (max-width: 992px) {
  blockquote.wp-block-quote.is-large, blockquote.wp-block-quote.is-style-large {
    padding: 24px 0;
  }
}
blockquote.wp-block-quote.is-large p, blockquote.wp-block-quote.is-style-large p {
  margin-bottom: 21px;
  font-size: 30px;
  line-height: 42px;
  font-weight: 600;
  font-style: normal !important;
  font-family: var(--bs-font-secondary);
}
blockquote.wp-block-quote.is-large cite, blockquote.wp-block-quote.is-style-large cite {
  display: inline-block;
  margin-top: 0 !important;
  font-size: 18px;
  color: var(--bs-primary);
  font-weight: 400;
}
.line {
  width: 100%;
  border-bottom: 1px solid #dedede;
  height: 1px;
}
@media (max-width: 600px) {
  .row.overflows {
    margin-right: 0;
    margin-left: 0;
  }
  .overflow-hidden-small {
    overflow: hidden;
  }
}
/* fix for bootstrap row in elementor widgets */
.elementor-widget-container .row {
  margin: 0 !important;
  padding: 0 !important;
}
.wp-block-search__inside-wrapper .wp-block-search__button {
  max-height: 55px;
}
.footer-widgets .wp-block-search__inside-wrapper .wp-block-search__button {
  max-height: 59px;
}
.wp-block-search__inside-wrapper .wp-block-search__button.has-icon.wp-element-button {
  max-height: 55px;
}
.wp-block-search__button {
  display: inline-block;
  border: none;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-font-smoothing: antialiased;
  background: var(--bs-primary);
  text-align: center;
  padding: 17px 10px;
  width: auto;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--bs-font-secondary);
  color: #fff;
  outline: none;
	border-radius: 8px;
  border: 2px solid #FFF;
  box-shadow: 0px 0px 0px 2px #1D1D1D;
}
.wp-block-search__button:hover {
  box-shadow: 0 0 0 2px var(--bs-secondary);
  transition: 0.3s;
	background-color: var(--bs-secondary);
  color: #1d1d1d;	
}
.wp-block-search__button svg {
  display: none;
}
.wp-block-search__button.has-icon::before {
  display: inline-block;
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 17px;
  width: 25px;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 0;
  border: 1px solid #1d1d1d;
  border-radius: 12px;
  height: 55px;
}
.footer-widgets .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border: 1px solid #fff;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper input.wp-block-search__input {
  background: transparent;
  border: none;
  padding: 15px;
  height: 55px;
}


.wp-block-social-links.socialiconsize.is-style-logos-only .wp-social-link svg {
  width: 24px !important;
  height: 24px !important;
}
.wp-block-search__button.has-icon.wp-element-button{
  margin: 2px;
}

/* fix for admin bar overlap */
@media (min-width: 992px) {
  body.logged-in .white-nav, body.logged-in .white-nav.navbarscroll {
    top: 28px !important;
  }
}
/*** gutter customization for bootstrap 5 ***/
.gx-5 {
  --bs-gutter-x: 1.8rem;
}
/* --------------------------------------------
--------------------General end------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------Wordpress core------------------------
---------------------------------------------- */
.wp-container-1.wp-block-group.has-background .wp-block-button {
  margin-top: 0;
}
.wp-block-media-text.alignfull.has-media-on-the-right.has-background {
  margin-bottom: 0;
}
.wp-block-button {
  margin: 12px 0;
}
.wp-block-button__link {
  background-color: var(--bs-primary) !important;
	font-weight: 500;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
	font-family: var(--bs-font-secondary);
}
.wp-block-button__link:hover {
  background-color: var(--bs-secondary) !important;
	color: #1d1d1d!important;
}
.wp-block-button a.wp-block-button__link {
	line-height: 1!important;
}
.wp-block-button a:hover {
  background: var(--bs-primary);
  color: #fff;
}
.wp-block-button.is-style-outline a.wp-block-button__link {
  color: #333333;
  background: transparent !important;

}
.wp-block-button.is-style-outline a.wp-block-button__link:hover {
  border: 1px solid var(--bs-primary);
  color: var(--bs-primary) !important;
}
.wp-block-button.is-style-squared a.wp-block-button__link {
  border-radius: 0 !important;
}
.wp-block-cover p, p.wp-block-cover-text {
  color: #fff !important;
}
p.wp-block-cover-text a {
  color: #fff !important;
}
.wp-block-file__button.wp-element-button {
  color: #fff !important;
}
.wp-block-file__button{
  color: #ccc!important;
}
.page-links, .meta-wrapper {
  clear: both;
}
.page-links span, .page-links a, .page-links {
  font-weight: 400;
  padding-right: 5px;
  font-size: 16px;
}
.wp-block-button.aligncenter, .wp-block-calendar {
  text-align: left;
}
/*** wordpress tables ***/
.calendar_wrap {
  margin: 12px 0;
	border-radius: 8px;
}
.wp-block-calendar, .calendar_wrap {
  margin-bottom: 32px;
  background: #fff;
	border: 1px solid #d7d7d7;
	border-radius: 8px;
}
.wp-block-calendar dl, .calendar_wrap dl {
  margin-bottom: 12px;
}
.wp-block-calendar table, .calendar_wrap table {
  padding: 0 12px;
}
.wp-block-calendar .wp-calendar-nav a, .calendar_wrap .wp-calendar-nav a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.wp-block-calendar dt, .calendar_wrap dt {
  font-weight: 500;
}
.wp-block-calendar dd, .calendar_wrap dd {
  margin-bottom: 12px;
}
.wp-block-calendar table, .wp-block-calendar th, .wp-block-calendar td, .calendar_wrap table, .calendar_wrap th, .calendar_wrap td {
  border: none !important;
}
.wp-block-calendar table.wp-calendar-table thead th, .calendar_wrap table.wp-calendar-table thead th {
  padding-top: 12px;
  font-size: 14px;


}
.wp-block-calendar table.wp-calendar-table tbody, .calendar_wrap table.wp-calendar-table tbody {
  padding-top: 12px;
  font-size: 14px;
}
.wp-block-calendar table.wp-calendar-table caption, .calendar_wrap table.wp-calendar-table caption {
  margin-bottom: 0;
  caption-side: top;
	line-height: 1;
  padding: 18px 12px 18px 22px;
  background: #fff;
  font-size: 18px;
  font-family: var(--bs-font-secondary);
  font-weight: 600;
  border: 8px;
  color: #1d1d1d;
}
.wp-block-calendar table td, .calendar_wrap table td {
  position: relative;
  padding: 6px;
}
.wp-block-calendar table td a:link, .wp-block-calendar table td a:visited, .calendar_wrap table td a:link, .calendar_wrap table td a:visited {
  display: inline-block;
  margin: 0 auto;
  background: var(--bs-primary);
  color: #fff;
  border-radius: 500px;
  text-decoration: none;
  width: 28px;
  height: 28px;
  font-size: 14px;
  font-weight: 500;
  padding-top: 4px;
  border: none;
}
.wp-block-calendar table.wp-calendar-table tr td, .wp-block-calendar table.wp-calendar-table th, .calendar_wrap table.wp-calendar-table tr td, .calendar_wrap table.wp-calendar-table th {
  text-align: center !important;
  background: transparent;
}
.wp-block-calendar table, .calendar_wrap table {
  margin-bottom: 0 !important;
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px;
  table-layout: fixed;
  width: 100%;
  box-shadow: none;
}
.wp-block-calendar caption, .wp-block-calendar th, .wp-block-calendar td, .calendar_wrap caption, .calendar_wrap th, .calendar_wrap td {
  font-weight: normal;
  text-align: left;
}
.wp-block-calendar th, .calendar_wrap th {
  border-width: 0;

}
.wp-block-calendar td, .calendar_wrap td {
  border-width: 0;
}
.wp-block-calendar thead, .wp-block-calendar tbody, .calendar_wrap thead, .calendar_wrap tbody {
  background: #fff;
}
.wp-block-calendar .wp-calendar-nav, .calendar_wrap .wp-calendar-nav {
  display: block;
  height: 40px;
  margin-top: 18px;
  padding: 0 20px 0 20px;
  background: transparent;
  border-bottom: 4px;
}
.wp-block-calendar .wp-calendar-nav-next a:link, .wp-block-calendar .wp-calendar-nav-next a:visited, .wp-block-calendar .wp-calendar-nav-prev a:link, .wp-block-calendar .wp-calendar-nav-prev a:visited, .calendar_wrap .wp-calendar-nav-next a:link, .calendar_wrap .wp-calendar-nav-next a:visited, .calendar_wrap .wp-calendar-nav-prev a:link, .calendar_wrap .wp-calendar-nav-prev a:visited {
  display: inline-block;
  margin-bottom: 18px;
  margin-top: 0;
  line-height: 1;
  font-size: 12px;
  text-transform: uppercase;
  font-family: var(--bs-font-secondary);
  font-weight: 500;
  color: #4d4d4d;
}
.wp-block-calendar .wp-calendar-nav-next a, .calendar_wrap .wp-calendar-nav-next a {
  display: inline-block;
  float: right;
  margin-bottom: 18px;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1;
  color: #1d1d1d;
}
table thead tr {
	background: #f9f9f9;
}	
table.wp-calendar-table  thead tr {
	background: transparent;
}	

.footer1-wrapper .wp-calendar-table tr {
  color: #1d1d1d;
}
.footer1-wrapper .wp-block-calendar div .footer1-wrapper table.wp-calendar-table caption, body .footer1-wrapper .wp-block-calendar tr .footer1-wrapper table.wp-calendar-table caption, .footer1-wrapper .calendar_wrap .footer1-wrapper table.wp-calendar-table caption {
  background: #f9f9f9;
  color: #1d1d1d !important;
}
.footer1-wrapper .wp-block-calendar div .wp-calendar-nav, body .footer1-wrapper .wp-block-calendar tr .wp-calendar-nav, .footer1-wrapper .calendar_wrap .wp-calendar-nav {
  background: #f9f9f9;
}
.footer1-wrapper .wp-block-calendar div .wp-calendar-nav a, body .footer1-wrapper .wp-block-calendar tr .wp-calendar-nav a, .footer1-wrapper .calendar_wrap .wp-calendar-nav a {
  color: #1d1d1d !important;
}
table tbody tr:nth-child(1) th, .comment-content table tbody tr:nth-child(1) th, table thead tr th {
  font-weight: 400;
}
/*** wordpress tables end ***/
/*** wordpress tables theme unit ***/
dl {
  margin-bottom: 12px;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 12px;
}
table, th, td {
  border-color: #d7d7d7;
  border-style: solid;
}
table.wp-calendar-table thead {
  font-size: 14px;
	font-weight: 600;
}
table thead {
  font-weight: 600 !important;
}
table.wp-calendar-table tr td, table.wp-calendar-table th {
  text-align: left !important;
}
.wp-calendar-table caption {
  margin-bottom: 12px !important;
	border-radius: 8px 8px 0 0;
	border-bottom: 1px solid #d7d7d7!important;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  border-right: none;
  border-bottom: none;
  margin: 0 0 25px 0;
  table-layout: fixed;
  width: 100%;
}
table a {
  font-weight: 500;
  color: var(--bs-primary);
}
.wp-block-table td, .wp-block-table th {
  border-color: #d7d7d7;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
th {
  border-width: 0 1px 1px 0;
}
td {
  border-width: 0 1px 1px 0;
}
th, td {
  padding: 12px;
}
/*** wordpress tables theme unit end ***/
.wp-block-calendar {
  margin-bottom: 24px !important;
  margin-top: 24px;
}
.gallery-caption, .bypostauthor {
  margin: auto;
}
.alignnone {
  margin: 6px 12px 12px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 6px auto 6px auto;
}
.alignright {
  float: right;
  margin-left: 15px !important;
}
.alignleft {
  float: left;
  margin-right: 15px !important;
}
.wp-block-cover.has-background-dim.alignleft {
  margin-right: 24px !important;
}
.wp-block-cover {
  margin-top: 0 !important;
  margin-bottom: 24px !important;
}
.alignright.size-full {
  margin-top: 0;
}
.alignright.size-thumbnail {
  margin-bottom: 14px;
  max-width: 150px;
}
a img.alignright {
  float: right;
  margin: 6px 0 6px 6px;
}
a img.alignnone {
  margin: 6px 6px 6px 0;
}
a img.alignleft {
  float: left;
  margin: 6px 6px 6px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.wp-caption {
  background: #fff;
  max-width: 98%;
  /* Image does not overflow the content area */
  padding: 0;
  text-align: center;
}
.wp-caption.alignnone, .wp-caption.aligncenter {
  max-width: 100%;
}
.wp-caption.alignnone img, .wp-caption.aligncenter img {
  max-width: 100%;
}
.wp-caption.alignnone {
  margin: 6px 6px 6px 0;
}
.wp-caption.alignleft {
  margin: 6px 6px 6px 0;
}
.wp-caption.alignright {
  margin: 6px 0 6px 6px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98%;
  padding: 0;
  width: auto;
}
.wp-caption p {
  font-size: 16px;
  margin: 0 !important;
  padding: 0 12px 12px 12px !important;
  color: var(--bs-primary) !important;
  line-height: 1 !important;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.post-password-form input {
  height: 45px;
}
.post-password-form label, .post-password-form input {
  margin-left: 0 !important;
  min-width: 100% !important;
  float: left;
}
.post-meta li {
  list-style: none;
}
.wp-block-button a:link, .wp-block-button a:visited {
  color: #fff;
  backgorund-color: var(--bs-primary);
  border-radius: 500px !important;
}
.sticky h2 {
  position: relative;
  display: block;
  padding-left: 30px;
}
.sticky h2::before {
  position: absolute;
  display: inline-block;
  left: 0;
  content: "";
  font-family: "Font Awesome 5 Free";
  display: block;
  padding-top: 11px;
  text-align: center;
  color: var(--bs-primary);
  font-size: 20px;
  line-height: 1;
}
.wp-block-button a.wp-block-button__link:link, .wp-block-button a.wp-block-button__link:visited {
  margin-bottom: 12px;
  background: var(--bs-primary);
  font-weight: 600;
  font-size: 16px;
  border-radius: 0;
}
.wp-block-button a.wp-block-button__link:hover {
  background: var(--bs-primary);
  color: #fff;
}
.wp-block-button.is-style-outline a.wp-block-button__link {
  background: transparent;
  border: 1px solid var(--bs-primary);
}
.wp-block-button a.wp-block-button__link br {
  line-height: 0 !important;
}
.wp-block-gallery figcaption.blocks-gallery-caption {
  margin-bottom: 24px;
  text-align: center;
}
.wp-block-gallery.columns-3.is-cropped.alignfull ul {
  margin-right: -1.5% !important;
}
.wp-block-gallery.columns-3.is-cropped.alignfull ul li {
  width: calc(33.33333% - 3%) !important;
  margin: 0 1.5% 1.5% 0 !important;
}
.blocks-gallery-grid figcaption {
  line-height: 1.4;
  background: var(--bs-primary) !important;
  font-size: 16px !important;
  font-weight: 400;
  padding: 14px !important;
}
figure.wp-block-pullquote {
  background: #f9f9f9;
  padding: 20px 30px 15px 30px;
  border-radius: 0;
  text-align: left;
}
figure.wp-block-pullquote blockquote p {
  margin-bottom: 0 !important;
  margin-top: 0;
  font-family: var(--bs-font-secondary);
  font-size: 18px;
  font-weight: 500 !important;
}
figure.wp-block-pullquote blockquote cite {
  margin-bottom: 0 !important;
  font-size: 16px;
  font-weight: 400 !important;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 22px;
}
.wp-caption figcaption.wp-caption-text {
  margin-top: 10px;
  font-size: 16px;
}
/* GALLERIES */
.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 3em 0 3em -0.8em;
  width: calc(100% + 1.6em);
}
.gallery-item {
  margin: 0.8em 0;
  padding: 0 0.8em;
  width: 100%;
}
.gallery-caption {
  display: block;
  margin-top: 0.8em;
}
/* VANILLA GALLERIES */
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
ul.wp-block-rss, ul.wp-block-archives-list {
  padding-left: 18px !important;
}
ul.wp-block-rss li, ul.wp-block-archives-list li {
  margin-bottom: 6px !important;
  font-weight: 500;
}
.post-password-form {
  margin-bottom: 28px !important;
}
.post-password-form label {
  margin-bottom: 0 !important;
	padding-left: 0 !important;
}
.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption {
  display: block;
  caption-side: bottom;
}
/* --------------------------------------------
--------------------WordPress core end------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------Gutenberg------------------------
---------------------------------------------- */
.aligncenter {
  display: block;
}
.wp-block-button.aligncenter {
  text-align: center;
}
.alignwide {
  width: 100%;
}
.wp-block-image {
  max-width: 5000px !important;
}
.wp-block-columns.alighfull {
  display: flex;
}
.alignfull {
  width: 98vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0;
}
.alignfull .wp-block-column {
  padding: 0 30px;
}
.noalignfull .alignfull {
  width: 100%;
  float: none;
  position: relative;
  left: 0;
  right: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
figure.alignwide img, figure.alignfull img {
  width: 100% !important;
  height: auto !important;
}
.aligncenter {
  margin-right: auto !important;
  margin-left: auto !important;
}
.wp-block-image figcaption {
  margin: 6px 0 0 0;
}
ul.wp-block-latest-posts.is-grid {
  margin-left: 10px;
  list-style-type: disc;
}
ul.wp-block-latest-posts li a {
  font-weight: 600;
	font-size: 18px;
	font-family: var(--bs-font-secondary);
}
ul.wp-block-latest-posts.is-grid li {
  margin: 0 12px 12px 0;
}
ul.wp-block-latest-posts li {
  margin-bottom: 12px;
}
ul.wp-block-latest-posts li time {
  font-size: 14px;
}
.wp-block-quote.is-large {
  border: none;
}
.wp-block-quote.is-large {
  padding-left: 0;
}
.wp-block-quote.is-style-large {
  padding-top: 15px;
  padding-bottom: 15px;
}
.alignright, .alignleft {
  max-width: 25%;
}
.alignright.size-full, .alignleft.size-full {
  max-width: 100%;
}
.alignright {
  padding-left: 20px;
}
.alignleft {
  padding-right: 20px;
}
figure.wp-block-audio {
  margin-bottom: 27px;
}
figure.wp-block-audio audio {
  width: 100%;
}
ul.wp-block-rss, ul.wp-block-archives-list {
  padding-left: 18px !important;
}
ul.wp-block-rss li, ul.wp-block-archives-list li {
  margin-bottom: 6px !important;
}
/* --------------------------------------------
--------------------Gutenberg end------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------Spaces------------------------
---------------------------------------------- */
/** fix for bootstrap container **/
@media (max-width: 1260px) {
  .container {
    max-width: 100% !important;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1260px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1260px;
  }
}
@media (max-width: 1180px) {
  .container {
    padding-right: 25px;
    padding-left: 25px;
  }
}
/** for all pages top and bottom space **/
.pagespace {
  padding-top: 110px;
  padding-bottom: 110px;
}
.pagespace2 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.pagespace3 {
  padding-top: 0;
  padding-bottom: 60px;
}
.pagespace-comments {
  padding-bottom: 110px;
}

.articlespace {
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .pagespace {
    padding-top: 85px;
    padding-bottom: 70px;
  }
  .pagespace2 {
    padding-top: 85px;
    padding-bottom: 80px;
  }
  .pagespace3 {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .pagespace-comments {
    padding-bottom: 80px;
  }

  .articlespace {
    padding-bottom: 48px;
  }
}
/* --------------------------------------------
--------------------Spaces end------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------Popup anything on click plugin------------------------
---------------------------------------------- */

.paoc-popup-inr-wrap {
  padding: 36px;
}
.paoc-close-popup.paoc-popup-close {
  top: 10px;
  right: 7px;
  background: transparent !important;
  border: none;
}
.paoc-close-popup.paoc-popup-close svg {
  display: none;
}
.paoc-close-popup.paoc-popup-close:after {
  display: inline-block;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 20px !important;
  background: #4d4d4d;
  width: 27px;
  height: 27px;
  border-radius: 500px;
  text-align: center;
  color: #fff;
}
.paoc-cb-popup-body {
  border-radius: 0 !important;
	max-width: 500px;
}
.paoc-popup.popupaoc-button {
  display: inline-block;
  position: relative;
  border: none;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  background: var(--bs-primary);
  color: #fff;
  padding: 15px 50px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  height: auto;
  outline: none;
  white-space: nowrap;
}
.paoc-popup.popupaoc-button:hover {
  background: var(--bs-primary);
  color: #fff;
}
.paoc-center {
  text-align: left !important;
}
.paoc-popup-con-bg, .paoc-padding-30 {
  display: block !important;
  padding: 0 !important;
  min-width: 100% !important;
}
.paoc-design-1 .paoc-popup-con-bg {
  overflow-x: hidden;
}
/* --------------------------------------------
--------------------Popup anything on click plugin end------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------Navbar------------------------
---------------------------------------------- */
/* menu widgets */
.white-nav .navbar-inner-widget-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.white-nav .navbar-inner-widget-wrapper img.popupaoc-img {
  display: inline-block;
  margin-top: 0;
  padding: 0;
  min-width: 52px;
  width: 52px;
  background: transparent;
}
/* menu widgets end */
@media (max-width: 991px) {
  img.menu-image {
    max-width: 300px;
  }
  .menu-image-title-after span {
    display: block;
  }
}
.header1-wrapper {
  position: relative;
  z-index: 1;
  background: #1d1d1d;
}
.white-nav .menu-widget-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 991px) {
  .white-nav .navbar-inner {
    padding-bottom: 12px;
  }
}
@media (min-width: 993px) {
  .white-nav .navbar-inner {
    display: flex;
    justify-content: space-between;
  }
}
.white-nav .navbar-inner-widget {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  min-width: 150px;
}
@media (max-width: 992px) {
  .white-nav .navbar-inner-widget {
    justify-content: flex-start;
    margin-top: 24px;
    min-width: 150px;
  }
}
/* toggle */
button.navbar-toggler {
  display: flex;
  align-items: center;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
}
button.navbar-toggler:focus {
  box-shadow: none;
}
.animated-icon1 {
  display: inline-block;
  margin-top: 0;
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
}
.animated-icon1 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  background: var(--bs-primary);
}
.animated-icon1 span:nth-child(1) {
  top: 0;
}
.animated-icon1 span:nth-child(2) {
  top: 10px;
}
.animated-icon1 span:nth-child(3) {
  top: 20px;
}
.animated-icon1.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -50px;
}
.animated-icon1.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* toggle end */
.white-nav {
  width: 100%;
  min-height: 100px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(159, 159, 159, 0.09);
}
.white-nav .navbar-brand {
  margin-right: 35px;
  margin-left: 0 !important;
  font-weight: 600;
  font-size: 22px;
  color: var(--bs-primary);
}
.white-nav .navbar-brand span.description {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.white-nav .navbar-brand img {
  height: auto;
  padding: 0;
}
@media (max-width: 1200px) {
  .white-nav .navbar-brand {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .white-nav .navbar-brand {
    line-height: 1.45;
  }
  .white-nav .navbar-brand img {
		max-height: 32px;
  }	
  .white-nav .navbar-brand-text {
    margin-bottom: 6px;
  }
}
.white-nav .navbar {
  position: relative;
  z-index: 5;
}
/* custom option for navigation scroll */
.white-nav.white-nav-transparent {
  background: transparent;
	box-shadow: none;
}


/*** navbar ***/
.white-nav .navbar {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 5;
  flex-wrap: wrap;
  padding: 24px 0;
  /* active state */
  /* active state end */
}
.white-nav .navbar .widget-menu .widget {
  margin-bottom: 0;
}
.white-nav .navbar .navbar-nav {
  flex-wrap: wrap;
}
.white-nav .navbar .navbar-inner1 {
  width: 100%;
}
.white-nav .navbar .content-center .navbar-nav {
  display: flex;
  justify-content: center;
}
.white-nav .navbar .content-right .navbar-nav {
  display: flex;
  justify-content: flex-end;
}
.white-nav .navbar .navbar-nav li {
  list-style: none;
}
.white-nav .navbar .navbar-nav > li {
  padding: 20px 36px 20px 0;
}
@media (max-width: 1200px) {
  .white-nav .navbar .navbar-nav > li {
    padding: 20px 20px 20px 0;
  }
}
.white-nav .navbar .navbar-nav > li:first-child {
  margin-left: 0;
}
.white-nav .navbar .navbar-nav > li:last-child {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 991px) {
  .white-nav .navbar .navbar-nav > li {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .white-nav .navbar .navbar-nav > li.current-menu-ancestor > a, .white-nav .navbar .navbar-nav > li.current-menu-parent > a, .white-nav .navbar .navbar-nav > li.current-menu-item > a {
    color: var(--bs-primary);
  }
  .white-nav .navbar .sub-menu li.current-menu-item a {
    color: var(--bs-primary) !important;
  }
}
.white-nav .navbar .navbar-nav a {
  color: #4D4D4D;
}
.white-nav .navbar .navbar-nav > li > a {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #4D4D4D;
  text-transform: uppercase;
  font-family: var(--bs-font-secondary);
}
.white-nav .navbar .navbar-nav > li > a:hover {
  color: var(--bs-primary);
}
@media (max-width: 992px) {
  .white-nav .navbar {
    padding: 8px 0;
  }
}
.white-nav.navbarscroll {
  min-height: auto;
	background: #fff;
  box-shadow: 0px 0px 30px rgba(159, 159, 159, 0.09);
}
.white-nav.navbarscroll .navbar {
  padding: 6px 0;
}
@media (min-width: 992px) {
  /* for first submenu */
  /* second submenu */
  .white-nav .navbar-nav > li:last-child > .sub-menu {
    position: absolute;
    left: auto;
    right: 0;
  }
  .white-nav .navbar-nav > li > .sub-menu > li > .sub-menu {
    position: absolute;
    left: -280px !important;
    right: auto !important;
  }
  .white-nav .navbar-nav > li.mega-menu-column:last-child > .sub-menu > li > .sub-menu {
    position: absolute;
    top: 0;
    left: 0 !important;
    right: auto !important;
  }
  .white-nav .navbar-nav ul > li, .white-nav .navbar-nav > li {
    position: relative;
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .white-nav .navbar-nav ul > li > .sub-menu, .white-nav .navbar-nav > li > .sub-menu {
    position: absolute;
    z-index: 10;
    left: 0;
    padding: 16px 0 18px 0;
    min-width: 250px;
    background: #fff;
		border-radius: 8px;
    box-shadow: 0px 0px 30px rgba(159, 159, 159, 0.09);
  }
  .white-nav .navbar-nav ul > li > .sub-menu a:link, .white-nav .navbar-nav ul > li > .sub-menu a:visited, .white-nav .navbar-nav > li > .sub-menu a:link, .white-nav .navbar-nav > li > .sub-menu a:visited {
    display: block;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    padding-right: 22px;
    padding-left: 22px;
  }
  .white-nav .navbar-nav ul > li > .sub-menu a:hover, .white-nav .navbar-nav > li > .sub-menu a:hover {
    color: var(--bs-primary);
  }
  .white-nav .navbar-nav ul > li > .sub-menu .menu-image-title, .white-nav .navbar-nav > li > .sub-menu .menu-image-title {
    display: block;
  }
  .white-nav .navbar-nav ul li.mega-menu-column > .sub-menu, .white-nav .navbar-nav li.mega-menu-column > .sub-menu {
    min-width: 100% !important;
    padding: 24px !important;
  }
  .white-nav .navbar-nav {
    /* for megamenu column */
  }
  .white-nav .navbar-nav > li {
    padding-bottom: 6px;
    padding-top: 6px;
  }
  .white-nav .navbar-nav > li > .sub-menu > li {
    position: relative;
  }
  .white-nav .navbar-nav > li.mega-menu-column > .sub-menu > li > .sub-menu {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    margin-top: 0 !important;
    min-width: auto !important;
    box-shadow: none !important;
    border: none !important;
  }
  .white-nav .navbar-nav > li.mega-menu-column > .sub-menu > li > .sub-menu a {
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
    background: transparent;
  }
  .white-nav .navbar-nav > li.mega-menu-column > .sub-menu > li > .sub-menu a:hover {
    background: transparent;
  }
  .white-nav .navbar-nav li .sub-menu li .sub-menu {
    position: absolute;
    top: -30px;
    left: 100% !important;
    right: 0 !important;
    padding: 13px 0;
    min-width: 250px;
    background: #fff;
    border: none;
  }
  .white-nav .navbar-nav li .sub-menu li .sub-menu a {
    display: block;
    background: transparent;
  }
  .white-nav .navbar-nav li .sub-menu li .sub-menu a:hover {
    color: var(--bs-primary);
  }
  .white-nav .navbar-nav > li:last-child > .sub-menu > li > .sub-menu {
    position: absolute;
    top: 0;
    left: -250px !important;
    right: auto !important;
  }
}
@media (max-width: 992px) {
  .white-nav .navbar-nav ul > li > .sub-menu a:link, .white-nav .navbar-nav ul > li > .sub-menu a:visited, .white-nav .navbar-nav > li > .sub-menu a:link, .white-nav .navbar-nav > li > .sub-menu a:visited {
    font-size: 16px;
    color: #545454;
  }
}
/* dropdown for small screen */
@media (max-width: 991px) {
  .white-nav {
    position: relative;
    min-height: auto;
    height: auto;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .white-nav .navbar {
    display: flex;
    align-items: center;
  }
  .white-nav .navbar .navbar-toggler {
    margin-top: 0;
  }
  .white-nav .navbar-nav {
    margin: 12px 12px 12px 0;
    text-align: left;
  }
  .white-nav .navbar-nav li {
    margin: 0;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .white-nav .navbar-nav li a:hover {
    color: var(--bs-primary);
  }
  .white-nav ul.navbar-nav li.menu-item-has-children .icon {
    display: inline-block;
    margin-left: 6px;
    z-index: 1;
    text-align: center;
    color: var(--bs-primary);
    cursor: pointer;
  }
  .white-nav ul.navbar-nav li.menu-item-has-children .icon::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
  }
  .white-nav ul.navbar-nav li.menu-item-has-children .icon:hover {
    color: var(--bs-primary);
  }
  .white-nav li.menu-item-has-children > ul.sub-menu {
    position: relative;
    display: none !important;
  }
  .white-nav li.menu-item-has-children.dropdown > ul.sub-menu {
    display: block !important;
  }
  .white-nav .navbar-nav li {
    display: block !important;
  }
  .white-nav .navbar-nav li a {
    display: inline-block !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .white-nav .navbar-nav > li > a {
    display: block;
    font-size: 18px !important;
    padding: 14px 0 !important;
  }
  .white-nav .navbar-nav li a {
    display: block;
    font-size: 18px;
    padding: 0 0 5px 0;
  }
  .white-nav ul.navbar-nav > li {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .white-nav ul.navbar-nav > li.menu-item-has-children > a {
    padding-right: 14px !important;
  }
  .white-nav ul.navbar-nav > li.menu-item-has-children > a::after {
    position: absolute;
    left: auto;
    right: -2px;
    top: 0;
    bottom: auto;
    display: inline-block;
    transition: none;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1 !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    font-size: 16px;
    color: var(--bs-secondary);
  }
}
/*** small screen nav ***/
@media (max-width: 991px) {
  .navbar-brand {
    margin-bottom: 13px;
    margin-top: 13px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
  }
  .navbar-brand img {
    margin-left: 0;
    margin-right: 7px;
    max-width: auto;
  }
  .navbar-toggler {
    padding-right: 0 !important;
  }
  .navbar {
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .navbar .dropdown-icon.fa {
    font-size: 12px;
  }
  .navbar .navbar-nav {
    padding: 0;
    border-radius: 0;
  }
  .navbar .navbar-nav .sub-menu {
    padding: 0;
    text-align: left;
    margin: 0;
    box-shadow: none !important;
  }
  .navbar .navbar-nav .dropdown-icon {
    float: right;
    padding-top: 0;
    float: right;
  }
  .navbar ul.navbar-nav > li > a:link {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 0;
  }
  .navbar ul.navbar-nav > li > a:visited {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 13px 0;
  }
  .navbar ul.navbar-nav > li > a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background-color: #fff;
  }
  .navbar ul.navbar-nav > li > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background-color: #fff;
  }
  .navbar ul.navbar-nav > li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background-color: #fff;
  }
  .navbar ul.navbar-nav > li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background-color: #fff;
  }
  .navbar ul.navbar-nav > li:last-child > a {
    border: none !important;
  }
}
@media (max-width: 991px) {
  .navbar {
    position: relative;
    right: 0;
    width: 100%;
  }
  button.navbar-toggler {
    position: relative;
    z-index: 2;
    background: inline-block;
  }
  .dropdown-menu.dropdown-menu-right {
    left: 0;
    right: auto;
  }
}
/***** megamenu add class mega-menu-column in menu *****/
@media (max-width: 991px) {
  .white-nav .custom-mega-menu li.mega-menu-column > ul.sub-menu > li > a:link, .white-nav .custom-mega-menu li.mega-menu-column > ul.sub-menu > li > a:visited, .white-nav .custom-mega-menu li.mega-menu-column > ul.sub-menu > li > a:hover {
    font-size: 16px;
    font-weight: 400;
    cursor: auto;
  }
  .white-nav .custom-mega-menu li.mega-menu-column ul.sub-menu li ul.sub-menu {
    padding-top: 12px;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .custom-mega-menu li.mega-menu-column > ul.sub-menu > li > a:link, .custom-mega-menu li.mega-menu-column > ul.sub-menu > li > a:visited, .custom-mega-menu li.mega-menu-column > ul.sub-menu > li > a:hover {
    font-size: 16px !important;
    font-weight: 400;
    cursor: auto;
    line-height: 1;
    padding: 12px 0 8px 0;
  }
}
/* for image in megamenu */
.white-nav .custom-mega-menu li.mega-menu-column img {
  margin-bottom: 12px;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
.white-nav .custom-mega-menu li.mega-menu-column img {
  display: block;
	max-width: 300px;
	width: 100%;
}
}


@media (min-width: 992px) {
  /*** dropdown animation ***/
  /* for second dropdown */
  .custom-mega-menu .mega-menu-column {
    position: relative;
  }
  .custom-mega-menu .mega-menu-column > .sub-menu {
    overflow: hidden !important;
  }
  .custom-mega-menu li.mega-menu-column, .custom-mega-menu li.mega-menu-column li {
    position: static;
  }
  .custom-mega-menu li.mega-menu-column > ul > li.mega-menu-column-text {
    min-width: 20%;
    padding-left: 20px;
  }
  .custom-mega-menu li.mega-menu-column > ul.sub-menu > li > a:link, .custom-mega-menu li.mega-menu-column > ul.sub-menu > li > a:visited {
    font-size: 18px;
    font-weight: 400;
    cursor: auto;
    font-family: var(--bs-font-secondary);
    text-transform: uppercase;
  }
  .custom-mega-menu li.mega-menu-column > ul.sub-menu > li > a:hover {
    font-size: 18px;
    font-weight: 400;
    cursor: auto;
    font-family: var(--bs-font-secondary);
    text-transform: uppercase;
  }
  .custom-mega-menu li.mega-menu-column > ul.sub-menu > li.current-menu-item > ul.sub-menu > li.current-menu-item > a, .custom-mega-menu li.mega-menu-column > ul.sub-menu > li > a:hover {
    background: transparent !important;
  }
  .custom-mega-menu ul.navbar-nav li.mega-menu-column.current-menu-parent li.current-menu-item a, .custom-mega-menu li.mega-menu-column > ul.sub-menu > li.current-menu-item > a, .custom-mega-menu li.mega-menu-column > ul.sub-menu > li > a:hover {
    background: transparent !important;
  }
  .custom-mega-menu ul.navbar-nav li.current-menu-parent li.current-menu-item a {
    background: transparent !important;
  }
  .white-nav .navbar-nav ul > li.mega-menu-column > .sub-menu a:link, .white-nav .navbar-nav ul > li.mega-menu-column > .sub-menu a:visited, .white-nav .navbar-nav > li.mega-menu-column > .sub-menu a:link, .white-nav .navbar-nav > li.mega-menu-column > .sub-menu a:visited {
    padding-right: 12px;
    padding-left: 12px;
  }
  .custom-mega-menu ul li.mega-menu-column:hover ul {
    display: inherit;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
  }
  .custom-mega-menu ul li.mega-menu-column:hover ul li ul {
    display: inherit;
    position: relative;
    left: 0;
  }
  .custom-mega-menu ul li.mega-menu-column:hover ul li {
    float: left;
    position: static;
    display: block;
  }
  .custom-mega-menu ul li.mega-menu-column:hover ul li ul li {
    float: none;
    padding-top: 0;
  }
  .custom-mega-menu ul:hover ul li.mega-menu-column ul li a:link, .custom-mega-menu ul:hover ul li.mega-menu-column ul li a:visited {
    color: #fff;
    text-decoration: none;
  }
  .navbar li.menu-item-has-children > .sub-menu {
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .navbar li.menu-item-has-children:hover > .sub-menu {
    margin-top: 20px;
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
  }
  .navbar li.menu-item-has-children > li.menu-item-has-children > .sub-menu {
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .navbar li.menu-item-has-children > li.menu-item-has-children:hover > .sub-menu {
    top: 0;
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
  }
  .navbar li.mega-menu-column > .sub-menu {
    display: flex !important;
		justify-content: space-between!important;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .navbar li.mega-menu-column > .sub-menu > li {
    flex-grow: 1;
		flex-basis:0
  }	
  .navbar li.mega-menu-column:hover .sub-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
  }
}
.custom-mega-menu .mega-menu-column img {
  border: 2px solid #1d1d1d;
	border-radius: 8px;
	padding: 0;
}

/***** megamenu end *****/
/* --------------------------------------------
--------------------Navbar end------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------Banners text------------------------
---------------------------------------------- */
.banner1text2, .banner1text1 {
  margin-bottom: 6px;
  font-size: 80px;
  color: #fff;
}
@media (max-width: 992px) {
  .banner1text2, .banner1text1 {
    margin-bottom: 6px;
    font-size: 65px;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .banner1text2, .banner1text1 {
    font-size: 44px;
    line-height: 1.1;
  }
}
.banner1text2 {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.banner1text2 .banner1text2color {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-right: 18px;
  color: var(--bs-primary);
}
@media (max-width: 767px) {
  .banner1text2 {
    display: inline-flex;
    align-items: flex-start;
    flex-direction: column;
  }
}
.banner1text2 .banner1text2line {
  display: inline-block;
  margin-right: 24px;
  width: 80px;
  height: 10px;
  background: #fff;
}
@media (max-width: 992px) {
  .banner1text2 .banner1text2line {
    display: inline-block;
    margin-right: 12px;
    width: 50px;
    height: 7px;
    background: #fff;
  }
}
@media (max-width: 767px) {
  .banner1text2 .banner1text2line {
    display: inline-block;
    margin-right: 12px;
    width: 30px;
    height: 5px;
    background: #fff;
  }
}
/* small text */
.banner1text3 {
  display: flex;
  max-width: 550px;
  font-size: 18px;
  color: #d7d7d7;
}
.banner1text3 .banner1text3line {
  margin-right: 24px;
  margin-top: 12px;
  display: inline-block;
  min-width: 80px;
  height: 1px;
  background: #d7d7d7;
}
@media (max-width: 992px) {
  .banner1text3 .banner1text3line {
    width: 65px;
  }
}
@media (max-width: 767px) {
  .banner1text3 .banner1text3line {
    display: none;
  }
}
/* banner 2 */
.banner2text1 {
  margin: 0;
  font-size: 120px;
  line-height: 1;
  color: #f9f9f9;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .banner2text1 {
    margin: 0;
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .banner2text1 {
    margin: 0;
    font-size: 45px;
    line-height: 1.1;
  }
}
/* --------------------------------------------
--------------------Banners end------------------------
---------------------------------------------- */




/* -------------------------------------------- --------------------Gallery1------------------------ ---------------------------------------------- */
 .gallery1 .view {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
		border: 2px solid #1d1d1d;
}
 .gallery1 .maskinner {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
}
.gallery1 img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.gallery1:hover img {
	transform: scale(1.2);
}

 .gallery1 .maskinner .maskinner2 {
    width: 100%;
    height: 100%;
    float: left;
    padding: 0;
}

 .gallery1 .maskinner a {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
/* -------------------------------------------- --------------------Gallery1 end------------------------ ---------------------------------------------- */






/* --------------------------------------------
--------------------Main headline------------------------
---------------------------------------------- */
.mainheadline {
	display: inline-flex;
	justify-content: center;
  color: #7c7c7c;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
	font-family: var(--bs-font-primary);
	background: #fafafa;
	padding: 10px 12px;
	border-radius: 500px;
}
.mainheadline i {
	margin-right: 5px;
	color: var(--bs-secondary);
	font-size: 12px;
}

.mainheadline.first-color {
	color: #7c7c7c;
}
.mainheadline.second-color {
  color: #7c7c7c;
	background: #fff;
}
.mainheadline.third-color {
  color: #1d1d1d;
	background: #f2da9a;
}
.mainheadline.third-color i {
	color: var(--bs-primary);
}
.mainheadline.fourth-color {
  color: #f1f1f1;
	background: #383838;
}
.mainheadline.fourth-color i {
  color: var(--bs-secondary);
}
/* --------------------------------------------
--------------------Footer------------------------
---------------------------------------------- */
/* copyright row */
.footer2 {
  width: 100%;
  padding: 24px 0;
	background: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
}
.footer2 .copyright, .footer2 .copyright h1, .footer2.copyright h2, .footer2 .copyright h3, .footer2 .copyright h4, .footer2 .copyright h5, .footer2 .copyright h6 {
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
	font-family: var(--bs-font-primary);
}
.footer2 .copyright a {
  color: var(--bs-primary);
  font-size: 12px;
  font-weight: 500;
}


/* main footer */
.footer1-wrapper-bg {
  background: #1d1d1d url("assets/images/footer.jpg") repeat;
	-webkit-clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 100%);
}
.footer1-wrapper-bg .footer-padding {
  padding-top: 130px;
	padding-bottom: 100px;
}
@media (max-width: 992px) {
.footer1-wrapper-bg {
	-webkit-clip-path: polygon(0 3%, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(0 3%, 100% 0%, 100% 100%, 0 100%);
}	
.footer1-wrapper-bg .footer-padding {
  padding-top: 80px;
	padding-bottom: 0px;
}	
}	
	
@media (max-width: 992px) {
  .footer1-wrapper-bg {
    padding-top: 40px;
		padding-bottom: 60px;
		background: #1d1d1d;
  }
}
.footer1-wrapper .footer {
  position: relative;
}
.footer1-wrapper ul.footerul {
  padding-left: 0;
}
.footer1-wrapper ul.footerul li {
  margin-bottom: 0;
  line-height: 24px;
  color: #fff;
}
.footer1-wrapper ul.footerul li i {
  padding-right: 10px;
}

/* ----------------------------
To top button
----------------------------- */
.button-top {
  position: fixed;
  z-index: 1000;
  bottom: 40px;
  right: 40px;
  padding-top: 12px;
  text-align: center;
  background: var(--bs-secondary);
  opacity: 1;
	color: #1d1d1d;
  cursor: pointer;
  width: 60px;
  height: 60px;
  font-size: 25px;
  border-radius: 8px;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.button-top::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}
@media (max-width: 767px) {
  .button-top {
    bottom: 20px;
    right: 20px;
  }
}
/* ----------------------------
To top button end
----------------------------- */
/* --------------------------------------------
--------------------Footer end------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------Theme widgets------------------------
---------------------------------------------- */
/* ----------------------------
Custom widgets
----------------------------- */
.custom-icon1 {
  display: inline-block;
  text-align: center;
}
.custom-icon1 a:link, .custom-icon1 a:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 17px;
  border-radius: 500px;
  background: var(--bs-third);
  color: var(--bs-primary);
}
.custom-icon1 a:link:hover, .custom-icon1 a:visited:hover {
  color: #fff;
  background: var(--bs-fourth);
}
.custom-widget-1 a {
  margin-left: 19px;
}
@media (max-width: 991px) {
  .custom-widget-1 {
    margin-top: 24px;
    text-align: left;
  }
  .custom-widget-1 a {
    margin-left: 0;
    margin-right: 12px;
  }
}
/* ----------------------------
Custom widgets end
----------------------------- */
/* ----------------------------
footer widgets
----------------------------- */
.footer-widgets .wp-block-latest-comments .wp-block-latest-comments__comment-date {
  color: #ddd;
}
.footer-widgets {
  /* widget that need ul li padding */
  /* widget that need ul li padding end */
}
.footer-widgets a:link, .footer-widgets a:visited, .footer-widgets span, .footer-widgets label, .footer-widgets div, .footer-widgets p, .footer-widgets cite, .footer-widgets blockquote p, .footer-widgets blockquote cite {
  color: #f1f1f1;
}
.footer-widgets h1, .footer-widgets h2, .footer-widgets h3, .footer-widgets h4, .footer-widgets h5, .footer-widgets h6 {
  color: #fff;
}
.footer-widgets blockquote::before {
  color: var(--bs-fourth);
  background: #fff;
}
.footer-widgets a:hover {
  color: var(--bs-primary);
}
.footer-widgets ol, .footer-widgets ul li {
  margin-bottom: 12px;
}
.footer-widgets .wp-block-woocommerce-product-categories ul, .footer-widgets .widget_categories ul, .footer-widgets .widget_nav_menu ul {
  padding-left: 0;
}
.footer-widgets .wp-block-woocommerce-product-categories ul li ul, .footer-widgets .widget_categories ul li ul, .footer-widgets .widget_nav_menu ul li ul {
  padding-left: 4px;
  padding-top: 7px;
}
.footer-widgets .wp-block-woocommerce-product-categories ul li ul li, .footer-widgets .widget_categories ul li ul li, .footer-widgets .widget_nav_menu ul li ul li {
  margin-left: 4px;
}
.footer-widgets iframe {
  border-radius: 8px;
}
.footer-widgets .widget-content > ul {
  padding-left: 0;
}
.footer-widgets .widget-content li {
  list-style: none;
  color: #fff;
}

a.rsswidget {
  font-weight: 500;
}
.rsssummary {
  color: #fff;
}
/* ----------------------------
footer widgets end
----------------------------- */
/* ----------------------------
sidebar widgets
----------------------------- */
.sidebar {
  padding-left: 30px;
}
.sidebar.sidebarl {
  margin-left: 0;
}
@media (max-width: 991px) {
  .sidebar {
    margin-top: 24px;
    padding-left: 0;
  }
  .sidebar.sidebarl {
    margin-top: 0;
    margin-bottom: 36px;
  }
}
.sidebar .wp-block-search__input input {
  margin-bottom: 0 !important;
}
.sidebar {
  border-radius: 0;
}
.widget-menu, .sidebar {
  margin-left: 36px;
  background: #f9f9f9;
	border-radius: 12px;
  padding: 36px;
}
@media (max-width: 991px) {
.widget-menu, .sidebar {
  padding: 30px;
}	
}	
@media (max-width: 767px) {
.widget-menu, .sidebar {
  padding: 25px;
}	
}	

.widget-menu a:link, .widget-menu a:visited, .sidebar a:link, .sidebar a:visited {
  color: #1d1d1d;
}
.widget-menu a:hover, .sidebar a:hover {
  color: var(--bs-primary);
}
.widget-menu ol li, .widget-menu ul li, .sidebar ol li, .sidebar ul li {
  margin-bottom: 12px !important;
}
.widget-menu .wp-block-woocommerce-product-categories ul, .widget-menu .widget_categories ul, .widget-menu .widget_nav_menu ul, .sidebar .wp-block-woocommerce-product-categories ul, .sidebar .widget_categories ul, .sidebar .widget_nav_menu ul {
  padding-left: 0;
}
.widget-menu .wp-block-woocommerce-product-categories ul li ul, .widget-menu .widget_categories ul li ul, .widget-menu .widget_nav_menu ul li ul, .sidebar .wp-block-woocommerce-product-categories ul li ul, .sidebar .widget_categories ul li ul, .sidebar .widget_nav_menu ul li ul {
  padding-left: 4px;
  padding-top: 7px;
}
.widget-menu .wp-block-woocommerce-product-categories ul li ul li, .widget-menu .widget_categories ul li ul li, .widget-menu .widget_nav_menu ul li ul li, .sidebar .wp-block-woocommerce-product-categories ul li ul li, .sidebar .widget_categories ul li ul li, .sidebar .widget_nav_menu ul li ul li {
  margin-left: 6px;
}
.widget-menu .widget ul, .sidebar .widget ul {
  list-style: none;
}
.widget-menu .widget_recent_comments .comment-author-link, .sidebar .widget_recent_comments .comment-author-link {
  color: var(--bs-primary);
}
.widget-menu .widget ul.wp-block-archives-list li a, .sidebar .widget ul.wp-block-archives-list li a {
  font-size: 14px;
  font-weight: 400;
  color: #1d1d1d;
}
.widget-menu .widget ul.wp-block-archives-list li a:hover, .sidebar .widget ul.wp-block-archives-list li a:hover {
  color: var(--bs-primary);
}
@media (max-width: 992px) {
  .sidebar {
    margin-top: 36px;
    margin-left: 0;
  }
}
/* ----------------------------
Menu widgets and sidebar widgets end
----------------------------- */
/* ------------------------------------
Default widgets 
------------------------------------*/
.widget-content .widget-title, .widget-content h2 {
  margin-bottom: 12px !important;
  font-size: 22px;
  line-height: 1.2;
}
.footer-widgets .widget-content .widget-title, .footer-widgets .widget-content h2 {
  color: #fff;
}
.sidebar .widget-content .widget-title, .sidebar .widget-content h2 {
  margin-bottom: 12px !important;
  font-size: 22px !important;
  line-height: 1.5;
  font-weight: 600;
}
.blog-grid .wp-block-archives-list {
  list-style: none;
  padding-left: 0 !important;
}
.blog-grid .wp-block-archives-list li {
  list-style: none;
  padding-left: 0;
}
.blog-grid .wp-block-archives-list a {
  font-size: 16px;
  font-weight: 500;
  color: #1d1d1d;
  font-family: var(--bs-font-secondary);
  text-transform: uppercase;
  list-style: none;
}
/* custom class for sidebar widget title */
h2.sidebar-title-image, h3.sidebar-title-image, h4.sidebar-title-image, h5.sidebar-title-image, h6.sidebar-title-image {
  margin-bottom: 30px !important;
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
}
h2.sidebar-title-image.sidebar-title-image2 {
  margin-bottom: 25px !important;
}
/* fix for widget spaces */
.widget form.searchform, .sp-latest-posts-widget.latest-posts, .widget .widget-content ol, .widget .widget-content ul {
  margin-bottom: 0;
}
.widget .widget-content ol li ol, .widget .widget-content ul li ul {
  margin-bottom: 0;
}
.widget.widget_search form {
  margin-top: 0;
}
.widget.widget_search form {
  margin-bottom: 0;
}
.widget.widget_calendar .widget-title {
  margin-bottom: 18px;
}
.widget.widget_tag_cloud h2.widget-title {
  margin-bottom: 24px !important;
}
.widget select, .widget_archive select {
  margin-bottom: 0 !important;
  margin-top: 0;
}
.widget_categories select {
  margin-top: 0;
  margin-bottom: 0 !important;
}
.widget_categories li.current-cat a:link, .widget_categories li.current-cat a:visited {
  color: var(--bs-primary);
}
.widget_tag_cloud {
  margin-bottom: 0 !important;
}
.footer .widget_text h2 {
  margin-bottom: 0 !important;
}
.widget_text h2.widget-title {
  margin-bottom: 0 !important;
}
.widget.widget_pages ul {
  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--bs-font-secondary);
  font-weight: 500;
}
.widget.widget_pages ul li ul {
  margin-top: 0;
}
.widget.widget_categories ul.children, .widget.widget_pages ul.children {
  padding-left: 20px;
}
.widget.widget_categories ul.children, .widget.widget_pages ul.children {
  padding-top: 10px !important;
}
/* fix for widget spaces end */

.footer .widget_categories li::before {
  color: #fff;
}
.widget ul.wp-block-rss, .widget ul.wp-block-archives-list, .widget ul.wp-block-categories {
  padding-left: 0 !important;
}
.widget ul.wp-block-rss li, .widget ul.wp-block-archives-list li {
  margin-bottom: 12px !important;
}
.widget_block ul.wp-block-page-list ul {
  margin-top: 14px;
}
.widget_recent_comments .comment-author-link a {
  font-weight: 500 !important;
}
.widget_recent_comments ul li {
  margin-bottom: 12px;
	font-size: 17px;
	text-transform: uppercase;
}
.widget_recent_comments ul li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f075";
  padding-right: 8px;
  color: var(--bs-primary);
}
.footer .widget_recent_comments ul li::before {
  color: var(--bs-primary);
}
.widget_recent_comments ul li:hover::before {
  color: var(--bs-primary);
}
.footer .widget_recent_comments ul li:hover::before {
  color: #fff;
}
.widget_archive ul li {
  font-size: 14px;
  text-transform: uppercase;
}
.menu-testing-menu-container ul {
  padding: 0;
}
.wp-block-latest-comments {
  padding-left: 0;
}
body ol.wp-block-latest-comments li {
  margin-bottom: 12px !important;
}
body ol.wp-block-latest-comments p {
  margin-bottom: 0 !important;
}
.wp-block-latest-comments img {
  margin-top: 3px !important;
}
@media (max-width: 992px) {
  .footer1-wrapper .wp-block-latest-comments img {
    margin: 0 auto 13px auto;
    float: none;
  }
}
.wp-block-latest-comments .wp-block-latest-comments__comment-date {
  font-size: 16px;
  color: var(--bs-primary);
}
.wp-block-latest-comments .wp-block-latest-comments__comment-date p {
  padding-top: 0;
}
.wp-block-latest-comments__comment-excerpt p {
  font-size: 17px !important;
  line-height: 1.3 !important;
  padding-top: 0 !important;
}
.wp-block-latest-comments__comment-excerpt {
  margin-left: 0 !important;
}
.wp-block-latest-comments__comment-meta {
  margin-left: 0 !important;
}
.wp-block-latest-comments__comment-meta time {
  margin-top: 7px !important;
  font-size: 16px;
  font-weight: 400;
  color: var(--bs-primary);
}
.wp-block-latest-comments .wp-block-latest-comments__comment-author {
  font-weight: 500;
}
.wp-block-categories li {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #1d1d1d;
	font-family: var(--bs-font-secondary);
}
.wp-block-categories li:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
	color: var(--bs-primary);
	font-size: 16px;
	padding-right: 8px;
}
.wp-block-categories-list.wp-block-categories {
  padding-left: 0;
}
.footer-widgets h2.widget-title {
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}
.footer-widgets span, .footer-widgets p, .footer-widgets li, .footer-widgets h2, .footer-widgets h3, .footer-widgets h4, .footer-widgets h5, .footer-widgets h6, .footer-widgets .recentcomments {
  color: #fff;
}
.footer-widgets .widget-content > ul {
  padding-left: 0;
}
.footer-widgets .widget-content li {
  list-style: none;
}
.sidebar form {
  margin-bottom: 12px;
}

.sidebar .widget-content {
  margin-bottom: 0;
}
.sidebar .widget-content > ul {
  padding-left: 0;
}
.sidebar .widget-content li {
  list-style: none;
}
.sidebar .media img {
  max-width: 50px;
}
.sidebar .wp-block-categories li {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 600;
  color: #1d1d1d;
  font-family: var(--bs-font-secondary);
}
.sidebar .wp-block-categories li a {
  display: block;
  width: 100%;
  color: #1d1d1d;
  font-weight: 600;
  font-family: var(--bs-font-secondary);
}
.sidebar .wp-block-categories li:hover a, .sidebar .wp-block-categories li:hover {
  color: var(--bs-secondary);
}
.sidebar .wp-block-categories li:last-child {
  margin-bottom: 0 !important;
}
.footer-widgets .recentcomments span a {
  font-weight: 400;
}
.footer-widgets .recentcomments a {
  color: #fff !important;
}
.widget_rss cite {
  display: block;
  margin-top: 7px !important;
  font-size: 16px;
}
.widget_rss span.rss-date {
  display: block;
  margin: 5px 0;
  font-size: 12px;
	text-transform: uppercase;
  font-weight: 500;
  color: var(--bs-primary);
  font-family: var(--bs-font-primary);
}
.footer .widget_rss span.rss-date {
  color: #ccc;
}
.widget_rss ul li {
  margin-bottom: 24px !important;
}
.widget .wp-block-gallery figure.wp-block-image {
  width: 29% !important;
  margin-right: 2% !important;
  margin-bottom: 3% !important;
}
.widget.widget_block.widget_media_gallery {
  max-width: 400px;
}
.wp-block-columns.alighfull {
  display: flex;
}
.alignfull .wp-block-column {
  padding: 0 30px;
}
.alignfull {
  overflow: hidden;
  width: 98vw !important;
  position: relative;
  left: 48% !important;
  right: 48% !important;
  margin-left: -48vw !important;
  margin-right: -48vw !important;
  padding: 0 1%;
}
.widget input.wp-block-search__input {
  margin-bottom: 0 !important;
}
/* --------------------------------------------
--------------------Theme widgets end------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------Custom buttons------------------------
---------------------------------------------- */
/***** custom button 1 *****/
input[type="submit"].wpcf7-submit, .woosw-copy-btn input, button.wc-block-product-search__button, .checkout_coupon.woocommerce-form-coupon .form-row.form-row-last button, button.wpfFilterButton.wpfButton, button#place_order, .coupon button.button, .checkout-button.button.alt.wc-forward, a.button.wc-forward, .product form.cart .button, .single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed, a.button:link, a.button:visited, button.custom-button1, input[type="submit"], .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, input[type=submit].custom-button1, input[type="button"], #contact-form .form-submit input[type="button"], #contact-form .form-submit input[type="submit"], a.custom-button1:link, a.custom-button1:visited {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-font-smoothing: antialiased;
  background: var(--bs-primary);
  text-align: center;
  padding: 20px 60px;
  width: auto;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--bs-font-secondary);
  color: #fff;
  outline: none;
	border-radius: 8px;
  border: 2px solid #FFF;
  box-shadow: 0px 0px 0px 2px #1D1D1D;
}
input[type="submit"].wpcf7-submit:hover, .woosw-copy-btn input:hover, button.wc-block-product-search__button:hover, .checkout_coupon.woocommerce-form-coupon .form-row.form-row-last button:hover, button.wpfFilterButton.wpfButton:hover, button#place_order:hover, .coupon button.button:hover, .checkout-button.button.alt.wc-forward:hover, a.button.wc-forward:hover, .product form.cart .button:hover, .single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed:hover, a.button:link:hover, a.button:visited:hover, button.custom-button1:hover, input[type="submit"]:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, input[type=submit].custom-button1:hover, input[type="button"]:hover, #contact-form .form-submit input[type="button"]:hover, #contact-form .form-submit input[type="submit"]:hover, a.custom-button1:link:hover, a.custom-button1:visited:hover {
  transition: 0.3s;
	background-color: var(--bs-secondary);
  color: #1d1d1d;	
}
/*first color */
a.custom-button1.first-color:link, a.custom-button1.first-color:visited {
  background-color: var(--bs-primary);
}
a.custom-button1.first-color:link:hover, a.custom-button1.first-color:visited:hover {
  transition: 0.3s;
	border-radius: 8px;
	background-color: var(--bs-secondary);
	color: #1d1d1d;	
}

/*second color */
a.custom-button1.second-color:link, a.custom-button1.second-color:visited {
	background-color: transparent;
	border-radius: 8px;
	color: #1d1d1d;
  box-shadow: 0px 0px 0px 2px var(--bs-primary);
  padding: 12px 32px 10px 32px;
	border-radius: 8px;
	border: 2px solid transparent;
}
a.custom-button1.second-color:link:hover, a.custom-button1.second-color:visited:hover {
	background: var(--bs-primary);
	color: #fff;
  transition: 0.3s;
	border: 2px solid #FFF;
}

/***** custom button 1 end *****/

/*** class for slider custom button ***/
.custom-button-slider {
  display: inline-block;
  border: none;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-font-smoothing: antialiased;
  background: var(--bs-primary);
  text-align: center;
  width: auto;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--bs-font-secondary);
  color: #fff;
  outline: none;
	border-radius: 8px;
  border: 2px solid #FFF;
  box-shadow: 0px 0px 0px 2px #1D1D1D;
}	
.custom-button-slider:hover {
	border-radius: 8px;
	background: var(--bs-secondary);
	color: #1d1d1d;	
	  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* --------------------------------------------
--------------------Custom buttons end------------------------
---------------------------------------------- */


/* --------------------------------------------
--------------------List1------------------------
---------------------------------------------- */
.list1 {
	margin-bottom: 0;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
}
.list1 img {
  margin-right: 9px;
	max-width: 35px;
}
.list1 h3 {
	margin-top: 4px;
  font-size: 22px;
	font-weight: 600;
}

.list1.list1small img {
	max-width: 20px;
}
.list1.list1small h3 {
  font-size: 18px;
}
/* --------------------------------------------
--------------------List1 end------------------------
---------------------------------------------- */

/* --------------------------------------------
--------------------List2------------------------
---------------------------------------------- */
.list2 {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: 44px;
}
.list2 .list2-inner2 {
  display: inline-flex;
  flex-direction: column;
}
.list2 img {
	margin-top: 0;
  margin-right: 15px;
	max-width: 56px;
}
.list2 h3 {
  font-size: 22px;
	font-weight: 600;
	text-wrap: wrap;
}
@media (max-width: 767px) {
.list2 {
  display: block;
}	
.list2 img {
	margin-top: 0;
  margin-right: 0;
	margin-bottom: 8px;
}
.list2 h3 {
  font-size: 18px;
	font-weight: 600;
}	
}
.list2 p {
	margin-bottom: 6px;	
  font-size: 12px;
	font-weight: 500;
	color: #4d4d4d;
	text-transform: uppercase;
}
.footer1-wrapper .list2 p {
  font-size: 12px;
	font-weight: 500;
	color: #d7d7d7;
	text-transform: uppercase;
}
/* --------------------------------------------
--------------------List2 end------------------------
---------------------------------------------- */



/* --------------------------------------------
--------------------list3places------------------------
---------------------------------------------- */
.list3places {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
}
.list3places img {
  margin-right: 25px;
	max-width: 240px;
}
.list3places .list3places-places {
	display: inline-block;
	margin-bottom: 12px;
	padding: 8px 12px;
	background: var(--bs-primary);
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 200px;
}
.list3places p {
	padding: 0;
	margin-bottom: 6px;
	font-size: 12px;
	text-transform: uppercase;
}
.list3places i {
	color: var(--bs-secondary);
	padding-right: 7px;
	font-size: 16px;
}
.list3places.second-colorw p,
.list3places.second-colorw h3 {
  color: #fff;
}



/* --------------------------------------------
--------------------List4------------------------
---------------------------------------------- */
.list4 {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: 44px;
}
.list4 img {
  margin-right: 12px;
	max-width: 24px;
}
.list4 h3 {
  font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
}
/* --------------------------------------------
--------------------List4 end------------------------
---------------------------------------------- */




/* --------------------------------------------
--------------------List5------------------------
---------------------------------------------- */
.list5 {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: 44px;
}
@media (max-width: 767px) {
	.list5 {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 44px;
  }
}
.list5 .list5-inner2 {
  display: inline-flex;
  flex-direction: column;
}
.list5 img {
  margin-right: 30px;
	max-width: 160px;
	border-radius: 8px;
}
@media (max-width: 767px) {
.list5 img {
  margin-right: 0;
	margin-bottom: 24px;
}
}
.list5 .list5-inner2 > div > span {
  display: inline-block;
	margin-bottom: 16px;
	width: auto;
  background: var(--bs-primary);
	padding: 10px 16px;
	color: #fff;
	line-height: 1;
	font-size: 12px;
	border-radius: 50px;
	text-transform: uppercase;
}
.list5 h3 {
	margin-bottom: 8px;
  font-size: 22px;
	font-weight: 600;
}
.list5 ul {
	margin-top: 3px;
  font-size: 12px;
	padding: 0;
	font-weight: 500;
	text-transform: uppercase;
	list-style: none;
}
.list5 li {
  margin-bottom: 10px;
}
.list5 i {
  margin-right: 8px;
	color: var(--bs-secondary);
	font-size: 14px;
}

.list5.list5white h3 {
	color: #fff;
}
.list5.list5white ul {
	color: #d7d7d7;
	font-weight: 500;
}
/* --------------------------------------------
--------------------List5 end------------------------
---------------------------------------------- */



/* --------------------------------------------
--------------------List arrow 1------------------------
---------------------------------------------- */
.listarrow1 {
	margin-bottom: 0;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
	align-items:center;
}
.listarrow1 i {
	margin-right: 10px;
  color: var(--bs-secondary);
	font-size: 18px;
}
.listarrow1 h3 {
	margin: 0;
  font-size: 18px;
	font-weight: 500;
	color: #1d1d1d;
	font-family: var(--bs-font-primary);
	padding: 0;
}
/* --------------------------------------------
--------------------List arrow 1 end------------------------
---------------------------------------------- */


/* --------------------------------------------
--------------------List arrow 2------------------------
---------------------------------------------- */
.listarrow2 {
	margin-bottom: 0;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
	align-items:flex-start;
}
.listarrow2 i {
	margin-top: 4px;
  margin-right: 8px;
  color: var(--bs-secondary);
	font-size: 16px;
}
.listarrow2 h3 {
	margin: 3px 0 0 0;
  font-size: 16px;
	font-weight: 400;
	color: #4d4d4d;
	font-family: var(--bs-font-primary);
	padding: 0;
}
/* --------------------------------------------
--------------------List arrow 2 end------------------------
---------------------------------------------- */

/* --------------------------------------------
--------------------List icon------------------------
---------------------------------------------- */
.listicon1 {
	margin-bottom: 0;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
}
.listicon1 i {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	color: var(--bs-secondary);
	font-size: 20px;
}
.listicon1 h3 {
  font-size: 18px;
	font-weight: 600;
}
/* --------------------------------------------
--------------------List icon end------------------------
---------------------------------------------- */


/* --------------------------------------------
--------------------List footer------------------------
---------------------------------------------- */
.listf {
  display: inline-flex;
  flex-direction: row;
	margin-bottom: 18px;	
}
.listf i {
	margin-right: 10px;
	color: var(--bs-secondary);
	font-size: 14px;
}
.listf h3 {
	margin-bottom: 0;
	line-height: 1.4;
  font-size: 18px;
	font-weight: 600;
	color: #f1f1f1;
	font-family: var(--bs-font-secondary);
}
/* --------------------------------------------
--------------------List footer end------------------------
---------------------------------------------- */





/* --------------------------------------------
--------------------Text box 1------------------------
---------------------------------------------- */
.textbox1 {
	display: flex;
	flex-direction: row;
	align-items: center;
  border-radius: 10px;
  border: 1px solid #D7D7D7;
  background: #FFF;
	padding: 20px 30px;
	max-width: 300px;
}
.textbox1 h3 {
	margin-bottom: 0;
	margin-right: 18px;
  color: #1D1D1D;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px; 
}
.textbox1 p {
  color: #4D4D4D;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px; 
  text-transform: uppercase;
}
/* --------------------------------------------
--------------------Text box 1 end------------------------
---------------------------------------------- */




/* --------------------------------------------
--------------------Text box 2------------------------
---------------------------------------------- */
.textbox2 h3 {
	margin-bottom: 0;
  color: #1D1D1D;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px; 
}
.textbox2 p {
	margin-bottom: 8px;
  color: #4D4D4D;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px; 
  text-transform: uppercase;
}
.textbox2.textbox2-white h3, 
.textbox2.textbox2-white p {
  color: #fff;
}
.textbox2 .textbox2-small h3 {
  font-size: 18px;
}
.textbox2 .textbox2-big h3 {
	margin-top: 12px;
  font-size: 29px;
}
/* --------------------------------------------
--------------------Text box 2 end------------------------
---------------------------------------------- */




/* --------------------------------------------
--------------------Text box 3------------------------
---------------------------------------------- */
.textbox3 h3 {
	margin-bottom: 0;
  color: #1D1D1D;
  font-size: 29px;
  font-weight: 600;
  line-height: 1; 
}
.textbox3.textbox3-big h3 {
  font-size: 36px;
}
.textbox3 span {
  color: #4D4D4D;
  font-family: var(--bs-font-primary);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px; 
  text-transform: uppercase;
}
/* --------------------------------------------
--------------------Text box 3 end------------------------
---------------------------------------------- */




/* --------------------------------------------
--------------------Text box 4------------------------
---------------------------------------------- */
.textbox4 {
	display: flex;
  justify-content: space-between;	
	align-items: center;
}
.textbox4 h3 {
  color: #1D1D1D;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
	max-width: 500px;
}
.textbox4 h4 {
  color: #1D1D1D;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px; 
}
@media (max-width: 992px) {
.textbox4 {
	display: block;
}	
.textbox4 h3 {
  margin-bottom: 12px;
}
}	
/* --------------------------------------------
--------------------Text box 4 end------------------------
---------------------------------------------- */


/* --------------------------------------------
--------------------Text box 5------------------------
---------------------------------------------- */
.textbox5 {
	display: flex;
  justify-content: space-between;	
}
.textbox5 h3 {
  color: #1D1D1D;
  font-size: 16px;
  font-weight: 500;
	font-family: var(--bs-primary);
  line-height: 1.3;
}
.textbox5 h4 {
  color: #1D1D1D;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3; 
}
@media (max-width: 992px) {
.textbox5 {
	display: block;
}	
.textbox5 h3 {
  margin-bottom: 12px;
}
}	
/* --------------------------------------------
--------------------Text box 5 end------------------------
---------------------------------------------- */




/* --------------------------------------------
--------------------Team box------------------------
---------------------------------------------- */
.teambox {
  border-radius: 12px;
  border: 2px solid #1D1D1D;
	text-align: center;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.teambox a {
  display: block;
}
.teambox .teambox-inner2 {
	padding: 18px 12px;
	background: #fff;
	border-radius: 0 0 8px 8px;
}
.teambox h3 {
  margin-bottom: 0;
  font-size: 22px;
}
.teambox p {
  font-size: 14px;
	color: #4d4d4d;
}
.teambox img {
  border-radius: 8px 8px 0 0;
}
.teambox .teambox-inner1 img {
	border-radius: 12px 12px 0 0;
}
/* --------------------------------------------
--------------------Team box end------------------------
---------------------------------------------- */



/* --------------------------------------------
--------------------Team box2------------------------
---------------------------------------------- */
.teambox2 {
  display: flex;
	flex-direction: row;
}
.teambox2 a {
  display: block;
}
.teambox2 img {
  border-radius: 12px;
}
/* --------------------------------------------
--------------------Team box end------------------------
---------------------------------------------- */



/* --------------------------------------------
--------------------quote box------------------------
---------------------------------------------- */
.quotebox {
	display: flex;
  flex-direction: row;
	align-items: center;
  font-weight: 500px;
	background: #383838;
	border-radius: 10px;
	padding: 18px;
	max-width: 350px;
}
.quotebox p {
  font-weight: 500px;
	color: #fff;
}
.quotebox i {
  font-size: 40px;
	padding-right: 20px;
	color: var(--bs-secondary);
}


/* --------------------------------------------
--------------------quote box end------------------------
---------------------------------------------- */


/* --------------------------------------------
--------------------List3------------------------
---------------------------------------------- */
.list3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 34px;
}
.list3 .list3-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.list3 .list3-inner1 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.list3 p {
  margin-bottom: 0;
  padding-top: 0;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  color: #1d1d1d;
  line-height: 1.3;
  font-family: var(--bs-font-secondary);
}
.list3 i {
  display: inline-block;
  margin-right: 12px;
  margin-top: 2px;
  color: var(--bs-secondary);
  font-size: 16px;
}
/* --------------------------------------------
--------------------List3 end------------------------
---------------------------------------------- */

/* --------------------------------------------
--------------------Post quote------------------------
---------------------------------------------- */
.post-quote {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 36px 0;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
.post-quote .post-quotel img {
  margin-top: 7px;
  display: inline-block;
  min-width: 70px;
}
.post-quote .post-quoter {
  padding-left: 36px;
}
.post-quote .post-quoter h2 {
  margin-bottom: 18px;
  font-size: 28px;
}
.post-quote .post-quoter h3 {
  font-size: 15px;
  margin-bottom: 0;
  text-transform: none;
}
@media (max-width: 767px) {
  .post-quote {
    display: flex;
    flex-direction: column;
  }
  .post-quote .post-quotel img {
    margin-top: 0;
  }
  .post-quote .post-quoter {
    padding-left: 0;
    padding-top: 24px;
  }
}
/* --------------------------------------------
--------------------Post quote end------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------Listlink------------------------
---------------------------------------------- */
.listlink {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  color: #dddddd;
  padding-top: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
.listlink .list2-inner {
  display: flex;
  flex-direction: row;
}
.listlink .list2-inner1 {
  display: flex;
  align-items: center;
}
.listlink .list2-inner1 img {
  max-width: 56px;
}
.listlink i {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
  font-size: 5px;
  color: var(--bs-primary);
}
.listlink:hover a {
  color: var(--bs-primary);
}
/* --------------------------------------------
--------------------Listlink end------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------Listcontact------------------------
---------------------------------------------- */
.listcontact {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.listcontact .list2-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.listcontact .list2-inner1 {
  display: flex;
  align-items: center;
}
.listcontact p {
  display: block;
  width: 100%;
  margin: 0 0 6px 0;
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1;
}
.listcontact i {
  margin-right: 12px;
  margin-bottom: 0;
  font-size: 22px;
  color: var(--bs-primary);
}
.listcontact a {
  display: block;
}
@media (max-width: 992px) {
  .listcontact p {
    display: inline-block;
    width: auto;
    margin: 0;
  }
}
@media (max-width: 600px) {
  .listcontact {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
  }
  .listcontact p {
    display: block;
    width: 100%;
    margin: 0 0 6px 0;
    padding: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1;
  }
}
/* --------------------------------------------
--------------------Listcontact end------------------------
---------------------------------------------- */



/* --------------------------------------------
--------------------Features box------------------------
---------------------------------------------- */
.featuresbox {
  display: flex;
  flex-direction: row;
	background: #fff;
	border: 1px solid #1d1d1d;
	border-radius: 12px;
	padding: 30px;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.featuresbox:hover {
  border: 1px solid #FFF;
  background: var(--bs-primary);
  box-shadow: 0px 0px 0px 2px #1D1D1D;
	  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.featuresbox:hover h3, 
.featuresbox:hover p {
  color: #fff!important;
}
.featuresbox-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 80px;
  margin-right: 24px;
	border-radius: 8px;
	background: #f1f1f1;
	padding: 22px;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.featuresbox:hover .featuresbox-icon {
	background: #fff;
}
.featuresbox-icon img {
	max-width: 80px;
}
.featuresbox .featuresbox-text1-wrapper {
  display: flex;
  flex-direction: column;
}
.featuresbox h3 {
  margin-bottom: 6px;
  font-size: 22px;
}
.featuresbox p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .featuresbox {
    display: flex;
    flex-direction: column;
  }
	.featuresbox-icon {
    margin-right: 0;
		margin-bottom: 22px;
  }
}
/* --------------------------------------------
--------------------Features box end------------------------
---------------------------------------------- */



/* --------------------------------------------
--------------------Features box 2------------------------
---------------------------------------------- */
.featuresbox2 {
  display: flex;
  flex-direction: column;
	background: #fff;
	border: 1px solid #1d1d1d;
	border-radius: 12px;
	padding: 30px;
	text-align: center;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.featuresbox2:hover {
  border: 1px solid #FFF;
  background: var(--bs-primary);
  box-shadow: 0px 0px 0px 2px #1D1D1D;
	  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.featuresbox2:hover h3, 
.featuresbox2:hover p {
  color: #fff!important;
}
.featuresbox2-icon {
	display: inline-block;
  margin-bottom: 22px;
	border-radius: 8px;
	background: #f1f1f1;
	padding: 22px;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.featuresbox2:hover .featuresbox2-icon {
	background: #fff;
}
.featuresbox2-icon img {
	max-width: 80px;
}
.featuresbox2 .featuresbox2-text1-wrapper {
  display: flex;
  flex-direction: column;
}
.featuresbox2 h3 {
  margin-bottom: 6px;
  font-size: 22px;
}
.featuresbox2 p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .featuresbox2 {
    display: flex;
    flex-direction: column;
  }
	.featuresbox2-icon {
    margin-right: 0;
		margin-bottom: 22px;
  }
}
/* --------------------------------------------
--------------------Features box 2 end------------------------
---------------------------------------------- */




/* --------------------------------------------
--------------------Features box 3------------------------
---------------------------------------------- */
.featuresbox3 {
  display: flex;
  flex-direction: row;
}

.featuresbox3-icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
  margin-right: 22px;
	border-radius: 8px;
	width: 80px;
	height: 80px;
	border: 1px solid #1d1d1d;
	padding: 12px;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.featuresbox3-icon img {
	max-width: 50px;
}
.featuresbox3 .featuresbox3-text1-wrapper {
  display: flex;
  flex-direction: column;
}
.featuresbox3 h3 {
  margin-bottom: 0;
  font-size: 22px;
}
.featuresbox3 p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .featuresbox3 {
    display: flex;
    flex-direction: column;
  }
	.featuresbox3-icon {
    margin-right: 0;
		margin-bottom: 22px;
  }
}
/* --------------------------------------------
--------------------Features box 3 end------------------------
---------------------------------------------- */


/* --------------------------------------------
--------------------Features box 4------------------------
---------------------------------------------- */
.featuresbox4 {
  display: flex;
  flex-direction: column;
	background: #fff;
	border: 1px solid #1d1d1d;
	border-radius: 12px;
	padding: 30px;
	text-align: center;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.featuresbox4:hover {
  border: 1px solid #FFF;
  background: var(--bs-primary);
  box-shadow: 0px 0px 0px 2px #1D1D1D;
	  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.featuresbox4:hover h3, 
.featuresbox4:hover p {
  color: #fff!important;
}
.featuresbox4-number {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
  margin-bottom: 22px;
	border-radius: 8px;
	background: var(--bs-primary);
	border: 2px solid #FFF;
  box-shadow: 0px 0px 0px 2px #1D1D1D;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.featuresbox4:hover .featuresbox4-number {
  background: #fff;
}
.featuresbox4-number h4 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 36px;
	line-height: 1;
}
.featuresbox4:hover h4 {
  color: var(--bs-primary);
}
.featuresbox4:hover .featuresbox2-icon {
	background: #fff;
}
.featuresbox4-icon img {
	max-width: 80px;
}
.featuresbox4 .featuresbox4-text1-wrapper {
  display: flex;
  flex-direction: column;
}
.featuresbox4 h3 {
  margin-bottom: 6px;
  font-size: 22px;
}
.featuresbox4 p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
	.featuresbox4-number h4 {
	  font-size: 29px;
  }
  .featuresbox4 {
    display: flex;
    flex-direction: column;
  }
	.featuresbox4-icon {
    margin-right: 0;
		margin-bottom: 22px;
  }
}
/* --------------------------------------------
--------------------Features box 4 end------------------------
---------------------------------------------- */





/* --------------------------------------------
--------------------Blog box1------------------------
---------------------------------------------- */
.blog-box1-wrapper div.col-lg-12:last-child .blog-box2 {
  border: none;
}
.blog-box1 img {
	margin-bottom: 12px;
  border-radius: 12px;
	border: 2px solid #1d1d1d;
}
.blog-box1 {
  display: block;
}
@media (max-width: 992px) {
.blog-box1 {
  margin-bottom: 30px;
}	
}	
.blog-box1 h3 {
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
}
.blog-box1 .blog-box-excerpt p {
  margin-bottom: 0;
	padding-top: 0;
	line-height: 1;
}
.blog-box1 .blog-box-excerpt {
  margin-bottom: 18px;
	padding-top: 6px;
}
.blog-box1 .blog-box1-line {
  margin: 12px 0;
	width: 100%;
	height: 1px;
	background: #1d1d1d;
}
/* --------------------------------------------
--------------------Blog box1 end------------------------
---------------------------------------------- */


/* --------------------------------------------
--------------------Testimonials1------------------------
---------------------------------------------- */
.testimonials1.owl-carousel .owl-item img {
  width: auto;
}
.testimonials1 .owl-stage {
  display: flex;
  align-content: stretch;
}
.testimonials1 .owl-item {
	flex-grow: 1;
}
.testimonials1 .testimonial-one1-wrapper {
	padding: 0 18px 18px 18px;
	height: 100%;
}
.testimonials1 .testimonial-one1 {
	padding: 30px;
  width: 100%;
	border-radius: 12px;
  border: 1px solid #D7D7D7;
  background: #F1F1F1;
	height: 100%;
}
.testimonials1 .testimonial-one1.testimonial-one1-white {
  background: #FFF;
}
.testimonials1 p.testimonials-text {
  margin-bottom: 18px;
}
.testimonials1 p.testimonials-text1 {
  margin-bottom: 0;
  padding: 0;
  font-size: 17px;
  font-weight: 400;
  color: #4d4d4d;
}
.testimonials1 .testimonials-image img.wp-post-image {
  margin: 6px 15px 12px 0!important;
  width: 70px!important;
	border: 1px solid #464646;
  border-radius: 500px !important;
}
.testimonials1 .testimonials-image {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 572px) {
.testimonials1 .testimonials-image {
  display: block;
}	
}	
.testimonials1 .testimonials-image2 {
  display: flex;
  flex-direction: column;
}

.testimonials1 h3.testimonials-title {
	line-height: 1.2;
	font-size: 22px;
}
.testimonials1 p.testimonials-subtitle {
	font-size: 12px;
	color: #4d4d4d;
	text-transform: uppercase;
	font-weight: 500;
}
/* --------------------------------------------
--------------------Testimonials1 end------------------------
---------------------------------------------- */



/* --------------------------------------------
--------------------Testimonials2------------------------
---------------------------------------------- */
.testimonials1.testimonials2.owl-carousel .owl-item img {
  width: auto;
}
.testimonials1.testimonials2 .owl-stage {
  display: flex;
  align-items: center;
	text-align: center;
}
.testimonials1.testimonials2 .owl-item {
	flex-grow: 1;
}
.testimonials1.testimonials2 .testimonial-one1-wrapper {
	padding: 0;
	height: 100%;
}
.testimonials1.testimonials2 .testimonial-one1 {
	margin: 0 auto;
	max-width: 800px;
	padding: 0;
  width: 100%;
	border-radius: 0;
  border: none;
  background: transparent;
	height: 100%;
}
.testimonials1.testimonials2 p.testimonials-text {
  margin-bottom: 18px;
}
.testimonials1.testimonials2 p.testimonials-text1 {
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: #4d4d4d;
}
.testimonials1.testimonials2 .testimonials-image img.wp-post-image {
  margin: 6px 15px 12px 0!important;
  width: 70px!important;
	border: 1px solid #464646;
  border-radius: 500px !important;
}
.testimonials1.testimonials2 .testimonials-image {
  display: flex;
  flex-direction: row;
  align-items: center;
	justify-content: center;
	margin-top: 12px;
}
.testimonials1.testimonials2 .testimonials-image2 {
  display: flex;
  flex-direction: column;
	text-align: left;
}
.testimonials1.testimonials2 h3.testimonials-title {
	margin-bottom: 0;
	line-height: 1.2;
	font-size: 22px;
}
.testimonials1.testimonials2 p.testimonials-subtitle {
	font-size: 12px;
	color: #4d4d4d;
	text-transform: uppercase;
	font-weight: 500;
}
/* --------------------------------------------
--------------------Testimonials2 end------------------------
---------------------------------------------- */



/* --------------------------------------------
--------------------Owl carousel navigation------------------------
---------------------------------------------- */
.owl-theme .owl-nav [class*=owl-] {
  margin-left: 0;
  margin-right: 0;
}
.owl-carousel {
  position: relative;
}
.owl-nav {
  position: absolute;
  bottom: 0;
	top: 100%;
  width: 100%;
}
.owl-carousel .owl-nav button.owl-prev {
	display: inline-block;
	margin-right: 5px;
	outline: none;  
	width: 50px;
	height: 50px;
	opacity: 0.5;
  background: url("assets/images/arrow-left.svg") 100% 100% no-repeat;
}
.owl-carousel .owl-nav button.owl-next {
  display: inline-block;
	margin-left: 5px;
	outline: none;
	width: 50px;
	height: 50px;
	opacity: 0.5;
  background: url("assets/images/arrow-right.svg") 100% 100% no-repeat;
}
.owl-carousel .owl-nav button.owl-next:hover {
	opacity: 1;
	background: url("assets/images/arrow-right.svg") 100% 100% no-repeat;
}
.owl-carousel .owl-nav button.owl-prev:hover {
	opacity: 1;
	background: url("assets/images/arrow-left.svg") 100% 100% no-repeat;
}
.owl-nav button.owl-prev span, .owl-nav button.owl-next span {
  display: none;
}
.owl-nav button.owl-prev.disabled {
  opacity: 1;
}
.owl-nav button.owl-next.disabled {
  opacity: 1;
}

/* --------------------------------------------
--------------------Owl carousel navigation end------------------------
---------------------------------------------- */



/* --------------------------------------------
--------------------Accordion1------------------------
---------------------------------------------- */
/* class for custom accordion */
.faq1 h3 {
  font-size: 22px;
}
.faq1 .faq-border {
  width: 100%;
	height: 1px;
	background: #1d1d1d;
	margin: 13px 0 12px 0;
}
.faq1 .faq1-first {
  display: flex;
	flex-direction: row;
}
.faq1 .faq1-first-img {
  width: 40px;
	min-width: 40px;
	margin-right: 15px;
}
.faq1.faq1-noimage .faq1-first-img {
  display: none;
}
.faq1 .faq1-first-img img {
  width: 100%;
	min-width: 100%;
}
@media (max-width: 992px) {
.faq1 .faq1-first {
  display: block;
}
.faq1 .faq1-first-img {
	width: 50px;
	min-width: 50px;
  margin-bottom: 15px;
	margin-right: 0;
}
}
/* --------------------------------------------
--------------------Accordion1 end------------------------
---------------------------------------------- */



/* --------------------------------------------
--------------------Blog------------------------
---------------------------------------------- */
@media (max-width: 767px) {
  img.singularimg {
    object-fit: cover;
    min-height: 300px;
  }
}
.blog-archive-page-inner {
  background: #fff;
}
.blog-archive-page .blog-archive-page-inner h2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 600;
  color: #252525;
}
@media (max-width: 992px) {
.blog-archive-page .blog-archive-page-inner h2 {
  font-size: 28px;
}	
}	
.blog-archive-page .blog-archive-page-inner h2 a:link, .blog-archive-page .blog-archive-page-inner h2 a:visited {
  color: #252525;
}
.blog-archive-page .blog-archive-page-inner h2:hover a {
  color: var(--bs-primary);
}
.blog-archive-page .blog-archive-page-inner a.blog-archive-page-button {
  font-weight: 600;
}
.blog-archive-page .blog-archive-page-inner a.blog-archive-page-button i {
  padding-left: 4px;
}
.blog-archive-page .blog-archive-page-inner a.blog-archive-page-button:hover {
  color: var(--bs-primary);
}
.blog-archive-page .blog-archive-page-inner a.blog-archive-page-button:hover i {
  padding-left: 10px;
}
.blog-archive-page .blog-archive-page-inner p {
  margin-bottom: 24px;
  padding-top: 0;
}
.blog-archive-page .blog-archive-page-inner .index-button {
  font-weight: 600;
}
.blog-archive-page .blog-archive-page-inner .index-button:hover {
  color: var(--bs-primary);
}
.blog-archive-page .blog-archive-page-inner .index-button i {
  padding-left: 4px;
}
.blog-archive-page .blog-archive-page-inner .index-button:hover i {
  padding-left: 10px;
}
.blog-post-category {
  display: block;
  align-items: center;
  margin: 24px 0 20px 0;
}
.blog-post-category i {
  display: inline-block;
  margin-right: 8px;
  color: var(--bs-primary);
}
.blog-post-category a:link, .blog-post-category a:visited {
  color: #1d1d1d;
  font-weight: 400;
  font-size: 14px;
}
.blog-post-category a:link:hover, .blog-post-category a:visited:hover {
  color: var(--bs-primary);
}
/*** blog inner pages archive end ***/
/***** single post *****/
.blog-post .blog-post-margin {
  margin-top: 120px;
}
.blog-post .blog-post-img {
	margin-bottom: 24px;
	text-align: center;
}
.blog-post .blog-post-img img {
  border: 2px solid #1d1d1d;
	border-radius: 12px;
}
@media (max-width: 991px) {
.blog-post .blog-post-img {
	text-align: left;
}
.blog-post .blog-post-margin {
  margin-top: 90px;
}	
}
	
.blog-post .blog-meta-inner {
  margin-bottom: 24px !important;
}

.index-post-wrapper .blog-post-image img, .blog-archive-page .blog-post-image img {
  border-radius: 12px;
  border: 2px solid #1d1d1d;
}
.blog-post-image img {
  margin-bottom: 12px;
  border-radius: 12px;
  border: 2px solid #1d1d1d;
}
.blog-archive-page-inner .blog-meta {
  margin-top: 0;
}
/*** blog meta ***/
.blog-meta-inner {
  margin: 6px 0 12px 0;
}
.blog-meta-inner ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  list-style: none;
  padding: 0;
}
.blog-meta-inner ul li {
  display: flex;
  margin-right: 20px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  color: #7c7c7c;
  text-transform: uppercase;
}
.blog-meta-inner ul li a:link, .blog-meta-inner ul li a:visited {
  font-weight: 500;
  color: var(--bs-primary);
  font-family: var(--bs-font-secondary);
}
.blog-meta-inner ul li a:hover {
  color: var(--bs-secondary);
}
.blog-meta-inner ul li i {
  display: inline-block;
  margin-right: 8px;
  color: #7c7c7c;
  font-size: 14px;
  text-align: center;
  background: transparent;
}
@media (max-width: 500px) {
  .blog-meta-inner ul {
    display: block;
  }
  .blog-meta-inner ul li {
    padding-bottom: 12px;
  }
  .blog-meta-inner ul li:last-child {
    padding-bottom: 0;
  }
}
.entry-header h1.entry-title {
  display: block;
  margin-bottom: 12px;
  font-size: 64px;
  line-height: 1.2;
  padding-top: 0;
}
.entry-header .blog-post-image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .entry-header h1.entry-title {
    font-size: 46px;
  }
}
/**** single post end ***/
/*** tags edit ***/
.post-meta {
  padding-left: 0;
}
.post-meta .post-tags {
  padding-top: 28px !important;
}
.wp-block-tag-cloud a:link, .wp-block-tag-cloud a:visited, 
.sidebar .tagcloud a:link, .sidebar .tagcloud a:visited, 
.tagcloud a:link, .tagcloud a:visited, 
.post-meta .post-tags a:link, .post-meta .post-tags a:visited {
  display: inline-block;
	margin-right: 8px;
  margin-bottom: 12px;
  font-size: 12px!important;
  font-weight: 500;
  padding: 8px 14px 7px 14px;
  background: tranpsarent;
  line-height: 1!important;
  border: 1px solid #1d1d1d;
	border-radius: 8px;
  color: #1d1d1d;
	text-transform: uppercase;
  font-family: var(--bs-font-secondary);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-widgets .tagcloud a:link, .footer-widgets .tagcloud a:visited {
  border: 1px solid #fff;
}
.wp-block-tag-cloud a:link:hover, .wp-block-tag-cloud a:visited:hover, .sidebar .tagcloud a:link:hover, .sidebar .tagcloud a:visited:hover, .tagcloud a:link:hover, .tagcloud a:visited:hover, .post-meta .post-tags a:link:hover, .post-meta .post-tags a:visited:hover {
  border: 1px solid var(--bs-primary);
}
.footer1-wrapper .wp-block-tag-cloud a:link, .footer1-wrapper .wp-block-tag-cloud a:visited, .footer1-wrapper .tagcloud a:link, .footer1-wrapper .tagcloud a:visited {
  color: #fff;
}
p.wp-block-tag-cloud {
  padding-top: 0;
}
.post-meta .post-edit {
  display: block;
  padding: 12px 0;
}
.post-meta .post-edit a {
  padding: 12px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: var(--bs-primary);
}
.post-meta .post-edit::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  color: var(--bs-primary);
  font-weight: 900;
  padding-right: 6px;
}
/*** tags edit end ***/
.blog-category::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  color: var(--bs-secondary);
  padding-right: 3px;
}
.blog-category a {
  color: var(--bs-secondary);
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}
.blog-category a:hover {
  color: var(--bs-secondary);
}
/* ----------------------------
pagination blog single
----------------------------- */
hr.styled-separator {
  display: none;
}
@media (min-width: 768px) {
  .pagination-single-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.pagination-single {
  display: block;
  margin: 36px 0 0 0;
  float: left;
  width: 100%;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 24px 0;
}
.pagination-single span.title-inner {
  display: inline-block;
  line-height: 1.3;
  font-weight: 700;
  font-family: var(--bs-font-secondary);
  font-size: 8px;
}
.pagination-single .previous-post {
  float: left;
  width: 100%;
  font-weight: 600;
}
.pagination-single .previous-post span.fa {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1d1d1d;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: #f9f9f9;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pagination-single .previous-post .previous-post-inner {
  display: flex;
  align-items: center;
}
.pagination-single .previous-post .previous-post-inner span.title-inner {
  display: block;
  max-width: 300px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #1d1d1d;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}
.pagination-single .previous-post:hover span.fa {
  background: var(--bs-primary);
  color: #fff;
}
.pagination-single .previous-post:hover .previous-post-inner span.title-inner {
  color: var(--bs-primary);
}
@media (max-width: 767px) {
  .pagination-single .previous-post .previous-post-inner span.title-inner {
    display: block;
    max-width: 300px;
  }
}
@media (max-width: 500px) {
  .pagination-single .previous-post .previous-post-inner span.title-inner {
    display: block;
    max-width: 250px;
  }
}
.pagination-single .previous-post .iconwrapper {
  margin-right: 20px;
}
.pagination-single .next-post {
  display: flex;
  justify-content: flex-end;
  float: right;
  width: 100%;
  text-align: right;
  font-weight: 600;
}
.pagination-single .next-post .next-post-inner span.title-inner {
  display: block;
  max-width: 300px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #1d1d1d;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}
.pagination-single .next-post span.fa {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1d1d1d;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #f9f9f9;
}
.pagination-single .next-post:hover span.fa {
  background: var(--bs-primary);
  color: #fff;
}
.pagination-single .next-post:hover .next-post-inner span.title-inner {
  color: var(--bs-primary);
}
.pagination-single .next-post .next-post-inner {
  display: flex;
  align-items: center;
}
.pagination-single .next-post .iconwrapper {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .pagination-single .previous-post, .pagination-single .next-post {
    display: block;
    width: 100%;
  }
  .pagination-single .next-post a.next-post-inner {
    float: right;
  }
  .pagination-single .previous-post {
    border-right: none;
    border-bottom: 1px solid #dfdfdf;
  }
}
@media (max-width: 992px) {
  .pagination-single {
    margin-top: 18px;
    margin-bottom: 25px;
    padding: 0;
  }
  .pagination-single .next-post, .pagination-single .previous-post {
    padding: 13px 0;
  }
}
/* ----------------------------
pagination blog single end
----------------------------- */
/* ----------------------------
breadcrumb2
----------------------------- */
.breadcrumb2-wrapper {
  margin-top: 0;
  padding: 0;
  background: var(--bs-third);
  font-size: 16px;
  border: none;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  text-align: center;
}
.breadcrumb2-wrapper .breadcrumb2 {
  display: block;
  color: #fff;
}
.breadcrumb2-wrapper .breadcrumb2 a:link, .breadcrumb2-wrapper .breadcrumb2 a:visited {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.breadcrumb2-wrapper .breadcrumb2 a:link:hover, .breadcrumb2-wrapper .breadcrumb2 a:visited:hover {
  color: var(--bs-primary);
}
.breadcrumb2-wrapper .breadcrumb2 > span {
  display: inline-block;
  margin-top: 12px;
  padding-right: 7px;
  padding-left: 7px;
}
.breadcrumb2-wrapper .breadcrumb2 > span:nth-child(1) {
  padding-right: 7px;
  padding-left: 0;
}
.breadcrumb2-wrapper .breadcrumb2 > span:nth-child(2) {
  padding-right: 7px;
  padding-left: 0;
}
.breadcrumb2-wrapper h1 {
  color: #fff;
}
/* ----------------------------
breadcrumb2 end
----------------------------- */
/* -------------------------------------------------------------------------- */
/*	12. Comments
/* -------------------------------------------------------------------------- */
.comments {
  margin-top: 48px;
  margin-bottom: 0;
}
.comments .comments-header {
  margin-bottom: 39px;
}
.comments-inner.section-inner {
  margin-bottom: 56px;
}
.comments .comments-header + div {
  margin-top: 0;
}
.comment-body {
  position: relative;
  margin-top: 35px;
  margin-bottom: 28px;
  background: #f1f1f1;
  padding: 24px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .comment-body footer.comment-footer-meta {
    padding-left: 0;
  }
}
.comment .comment {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .comment .comment {
    margin-left: 0;
  }
}
.comment-meta {
  line-height: 1;
  margin-bottom: 10px;
  min-height: 40px;
  padding-left: 75px;
  position: relative;
}
@media (max-width: 767px) {
  .comment-meta {
    padding-left: 0;
  }
}
.comment-meta .comment-metadata span {
  display: none;
}
.hide-avatars .comment-meta {
  min-height: 0;
  padding-left: 0;
}
.comment-meta a:link, .comment-meta a:visited {
  color: #272727;
}
.comment-content p {
  margin: 24px 0 0 0;
  padding: 0;
}
.comment-content a:link, .comment-content a:visited {
  color: var(--bs-primary);
}
.comment-author {
  width: 100%;
  float: left;
  padding-top: 0;
  margin-bottom: 6px;
  line-height: 1.2;
  font-size: 22px;
  font-weight: 600;
  color: #1d1d1d;
  font-family: var(--bs-font-secondary);
}
@media (max-width: 767px) {
  .comment-author span {
    display: block;
    width: 100%;
  }
}
.comment-author a:hover, .comment-author a:focus {
  text-decoration: none;
}
.comment-meta .avatar {
  position: absolute;
  left: 0;
  top: 0;
  margin-bottom: 21px;
  height: 60px;
  width: 60px;
  border-radius: 500px;
}
@media (max-width: 767px) {
  .comment-meta .avatar {
    position: relative;
    margin-bottom: 12px;
  }
}
body .comment-metadata a {
	font-size: 12px;
  font-weight: 400;
	text-transform: uppercase;
  color: #4d4d4d;
}
.comment-reply-link {
  font-style: normal !important;
  font-weight: 500;
  line-height: 21px !important;
  color: var(--bs-primary) !important;
  font-size: 16px;
}
.comment-reply-link:hover {
  color: var(--bs-primary) !important;
}
.comment-edit-link {
  margin-left: 20px;
}
.comment-reply-link {
  position: absolute;
  right: 24px;
  top: 24px;
}
.comment-reply-link::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  padding-right: 8px;
  font-weight: 900;
  font-size: 14px;
}
a#cancel-comment-reply-link {
  font-size: 16px !important;
  color: var(--bs-primary);
}
a#cancel-comment-reply-link:hover {
  color: var(--bs-secondary);
}
.bypostauthor .comment-footer-meta .by-post-author {
  display: inline-block;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 400;
}
.comment-footer-meta a {
  text-decoration: none;
  line-height: 1;
}
.pingback .comment-meta, .trackback .comment-meta {
  padding-left: 0;
}
.comments-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.comments-pagination.only-next {
  justify-content: flex-end;
}
.comments-pagination .page-numbers {
  display: none;
  text-decoration: none;
}
.comments-pagination .page-numbers:focus, .comments-pagination .page-numbers:hover {
  text-decoration: underline;
}
.comments-pagination .prev, .comments-pagination .next {
  display: block;
}
.comments-pagination .prev {
  left: 0;
}
.comments-pagination .next {
  right: 0;
  text-align: right;
}
.comment-respond h3.comment-reply-title {
  margin-top: 36px;
  margin-bottom: 6px;
}
.comment-respond p.form-submit {
  margin-bottom: 0;
}
.comment-respond::after {
  clear: both;
  content: "";
  display: block;
}
.comment-respond .comment-notes a, .comment-respond .logged-in-as a {
  color: inherit;
  text-decoration: none;
}
.comment-respond p {
  margin-left: auto;
  margin-right: auto;
}
.comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
}
.comment-form input {
	margin-bottom: 12px;
  height: 60px;
  outline: none;
}
.comment-form textarea:hover, .comment-form textarea:focus, .comment-form input:hover, .comment-form input:focus {
	outline: none;
}
.comment-form input.submit:hover, .comment-form input.submit:focus {
  outline: none;
}
.comment-respond > p:last-of-type {
  margin-bottom: 0;
}
.comment-respond label {
  display: block;
}
.comment-respond input[type="checkbox"] + label {
  line-height: 1.25;
}
.comment-respond #submit {
  display: block;
}
.comment-respond .comments-closed {
  padding-bottom: 8px;
  text-align: center;
}
.comments .comment-respond .comment-reply-title, .comments .comment-respond .comment-notes, .comments .comment-respond .logged-in-as {
  text-align: left;
}
.comment-form-cookies-consent label {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}
.comment-form .comment-form-cookies-consent input {
  margin-top: 1px!important;
  margin-right: 6px!important;
  height: auto;
}
.comments .comment-respond .logged-in-as {
  margin-bottom: 12px;
  padding-top: 0;
  font-size: 16px;
}
.comments .comment-respond .logged-in-as a:nth-child(2) {
  font-weight: 600;
}
.comments .comment-respond .logged-in-as a:nth-child(2):hover {
  color: var(--bs-primary);
}
.page-links {
  padding-top: 14px;
  width: 100%;
  text-align: left;
}
.page-links a.post-page-numbers {
  display: inline-block;
  padding-top: 6px;
  text-align: center;
  width: 45px;
  height: 45px;
	border-radius: 8px;
}
.page-links span.post-page-numbers.current {
  display: inline-block;
  background: #fff;
  text-align: center;
  width: 45px;
  height: 45px;
  padding-top: 8px;
  padding-left: 4px;
  color: #fff;
  background: var(--bs-primary);
}
.post-nav-links {
  width: 100%;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
}
.post-nav-links a:link, .post-nav-links a:visited, .post-nav-links span.post-page-numbers {
  display: inline-block;
  margin: 6px;
  text-decoration: none;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #1d1d1d;
  padding: 11px;
  width: 35px;
  height: 35px;
  border-radius: 8px!important;
}
.post-nav-links span.post-page-numbers.current {
  background: var(--bs-primary);
  color: #fff;
  border-radius: 0;
}
.post-nav-links a:hover {
  background: var(--bs-primary);
  color: #fff;
  border-radius: 0;
}
.pagination-wrapper {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .pagination-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.pagination-wrapper .nav-links {
  width: 100%;
  text-align: center;
  padding: 0 12px;
}
.pagination-wrapper .nav-links a.page-numbers, .pagination-wrapper .nav-links span.page-numbers {
  display: inline-block;
  margin: 0 8px;
  text-align: center;
  font-size: 18px;
  width: 50px;
  height: 50px;
	background: #f1f1f1;
  font-weight: 500;
  color: #4d4d4d;
  padding-top: 14px;
  border-radius: 8px;
	font-family: var(--bs-font-secondary);
}
.pagination-wrapper .nav-links span.page-numbers.current {
  background: var(--bs-primary);
  color: #fff;
  border-radius: 8px;
}
.pagination-wrapper .nav-links a.page-numbers:hover {
  background: var(--bs-primary);
  color: #fff;
}
@media (max-width: 992px) {
  .pagination-wrapper .nav-links {
    margin-bottom: 24px;
    border-radius: 500px;
  }
}
width: 100%;
/* post meta tag icon */
.post-meta .meta-icon svg {
  opacity: 0.5;
  margin-right: 3px;
}
h3.comment-reply-title a {
  display: block;
  text-decoration: none !important;
}
h3.comment-reply-title {
  position: relative;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 992px) {
  h3.comment-reply-title {
    margin-top: 14px !important;
    margin-bottom: 7px !important;
    font-size: 24px;
  }
}
h3.comment-reply-title small {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 600;
}
@media (max-width: 992px) {
  h3.comment-reply-title small {
    position: relative;
  }
}
.post-meta {
  padding-left: 0;
}
.post-meta .post-edit {
  font-weight: 400;
  color: var(--bs-secondary);
}
.post-meta .post-edit::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 6px;
}
.archive-header {
  margin-bottom: 28px;
  background: #ccc;
}
.archive-header .archive-header-inner {
  padding: 56px 0;
}
.archive-header span.color-accent {
  display: block;
  font-size: 28px;
  text-transform: none;
}
@media (max-width: 992px) {
  .archive-header {
    margin-bottom: 0;
  }
  .archive-header .archive-header-inner h1.archive-title {
    font-size: 55px;
  }
}
.archive-header-inner h1 span.color-accent {
  font-weight: 400;
}
main#site-content hr.post-separator {
  margin-top: 70px !important;
}
/* --------------------------------------------
--------------------Blog end------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------Team box ------------------------
---------------------------------------------- */
.teamboxwrapper {
  margin-bottom: 30px;
}
.teambox {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.teambox .maskinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0;
}
.teambox .maskinner a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.teambox .view {
  position: relative;
}
.teambox img {
  margin-bottom: 0;
  margin-right: auto;
  margin-left: auto;
}
.teambox {
  /* hover */
}
.teambox .view {
  position: relative;
}
.teambox h5.maskinner2-mb {
  margin-bottom: 12px;
  color: var(--bs-primary);
  font-size: 18px;
  line-height: 22px;
  text-transform: none;
  font-family: var(--bs-font-secondary);
}
.teambox h3.maskinner2-mb2 {
  margin: 0;
  color: #fff;
  font-size: 25px;
  line-height: 1.1;
}
.teambox .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.teambox .mask:hover {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.teambox .mask h5.maskinner2-mb, .teambox .mask h3.maskinner2-mb2 {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateX(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.teambox .mask:hover h5.maskinner2-mb, .teambox .mask:hover h3.maskinner2-mb2 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.teambox .mask .maskinner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 40px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 992px) {
  .teambox .mask .maskinner {
    padding: 20px;
  }
}
/* --------------------------------------------
--------------------Team box end------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------Social icons  ------------------------
---------------------------------------------- */
.social-icon1 {
  display: inline-block;
}
.social-icon1 a {
  display: inline-block;
  margin: 0;
  text-align: center;
  background: var(--bs-secondary);
  width: 40px;
  height: 40px;
  padding-top: 7px;
  border-radius: 500px;
  color: #fff;
}
.social-icon1 a:hover {
  transform: scale(1.1);
}
/* --------------------------------------------
--------------------Social icons end------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------Innerpages title------------------------
---------------------------------------------- */
.innerpages-title-wrapper-first .innerpages-title-wrapper {
  position: relative;
  z-index: 0;
  background: #f1f1f1 url("assets/images/title-background.jpg") repeat;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 88%, 0 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 88%, 0 100%);
}

.innerpages-title-wrapper-first .innerpages-title-wrapper .innerpages-title {
  position: relative;
  z-index: 1;
}
.innerpages-title-wrapper-first .innerpages-title-wrapper .innerpages-title1 {
  padding: 80px 0 80px 0;
  text-align: left;
}
.innerpages-title-wrapper-first .innerpages-title-wrapper .innerpages-title1-breadcrumb {
  display: flex;
  justify-content: flex-end;
}
.innerpages-title-wrapper-first .innerpages-title-wrapper .innerpages-title1 h1 {
  margin-bottom: 0;
}
.innerpages-title-wrapper-first .innerpages-title-wrapper .archive-subtitle {
  margin-bottom: 0;
  margin-top: 12px;
  width: 100%;
}
.innerpages-title-wrapper-first .breadcrumb-wrapper {
  display: block;
  margin-top: 18px;
}
.innerpages-title-wrapper-first .breadcrumb1 {
  display: inline-flex;
  align-items: center;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #4d4d4d;
  text-transform: uppercase;
  font-family: var(--bs-font-primary);
  font-size: 12px;
  font-weight: 500;
	background: #fff;
	border-radius: 200px;
	padding: 12px 15px;
}

.innerpages-title-wrapper-first .breadcrumb1 a {
  font-size: 12px;
  font-weight: 500;
  color: #1d1d1d;
  text-transform: uppercase;
}
.innerpages-title-wrapper-first .breadcrumb1 a:hover {
  color: var(--bs-primary);
}
.innerpages-title-wrapper-first .breadcrumb1 span.current-item {
  color: var(--bs-primary);
}
.innerpages-title-wrapper-first .breadcrumb1 > span:first-child {
  padding-right: 7px;
  padding-left: 0;
}
.innerpages-title-wrapper-first .breadcrumb1 > span {
  padding-left: 7px;
  padding-right: 7px;
}
.innerpages-title-wrapper-first .breadcrumb1 span {
	overflow-wrap: anywhere;
}
@media only screen and (max-width: 991px) {
  .innerpages-title-wrapper-first .innerpages-title-wrapper .innerpages-title1 {
    text-align: center;
  }
  .innerpages-title-wrapper-first .innerpages-title-wrapper .innerpages-title2 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .innerpages-title-wrapper-first .innerpages-title-wrapper .innerpages-title1-breadcrumb {
    display: flex;
    justify-content: center;
  }
  .innerpages-title-wrapper-first .innerpages-title-wrapper .archive-subtitle {
    margin-bottom: 16px;
    width: 100%;
  }
  .innerpages-title-wrapper-first .breadcrumb1 {
    display: inline-block;
  }
  .innerpages-title-wrapper-first .breadcrumb1 .breadcrumb1-line {
    display: none;
  }
}
.index-post-wrapper .innerpages-title-wrapper h1 .color-accent {
  display: block;
  font-size: 20px;
  line-height: 1.6;
  text-transform: uppercase;
  width: 100%;
}
.index-post-wrapper .innerpages-title-wrapper h1 {
  width: 100%;
}

.innerpages-title-small {
  width: 100%;
	padding: 20px 24px;
	background: #f1f1f1;
}
.innerpages-title-small .breadcrumb-wrapper {
  margin: 0;
}
.innerpages-title-small .breadcrumb1 {
  background: transparent;
	padding: 0;
}
.innerpages-title-small .breadcrumb1 a{
  color: #4d4d4d;
}
/* --------------------------------------------
--------------------Innerpages title end------------------------
---------------------------------------------- */
/* --------------------------------------------
-------------------404 error-----
---------------------------------------------- */
.error-404 {
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
  text-align: cener;
}
.error-404 h2 {
  padding: 0;
  font-size: 170px;
  line-height: 1;
}
.error-404 h1 {
  margin-bottom: 24px;
  font-size: 38px;
}
@media only screen and (max-width: 1200px) {
.error-404 h2 {
  padding: 0;
  font-size: 100px;
  line-height: 1;
}
.error-404 h1 {
  margin-bottom: 18px;
  font-size: 22px;
}  
}
@media only screen and (max-width: 992px) {
.error-404 h2 {
  padding: 0;
  font-size: 4rem;
  line-height: 1;
}
.error-404 h1 {
  margin-bottom: 12px;
  font-size: 2rem;
}  
}
/* --------------------------------------------
-------------------404 error end-----
---------------------------------------------- */
/* --------------------------------------------
-------------------Latest posts widget-----
---------------------------------------------- */

.widget .sp-latest-posts-widget.latest-posts .media {
  margin-bottom: 24px;
  padding-bottom: 0;
  border: none;
}
.widget .sp-latest-posts-widget.latest-posts div.media:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.widget .sp-latest-posts-widget.latest-posts h3.entry-title a {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: #1d1d1d;
  font-family: var(--bs-font-secondary);
}
.widget .sp-latest-posts-widget.latest-posts h3.entry-title a:hover {
  color: var(--bs-primary);
}
.widget .sp-latest-posts-widget.latest-posts .entry-meta.small span {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  color: #7c7c7c;
  text-transform: uppercase;
}
.widget .sp-latest-posts-widget.latest-posts .entry-meta.small:before {
  content: "";
}
.widget .sp-latest-posts-widget.latest-posts .media .pull-left img {
  margin-right: 12px;
  width: 100px !important;
  max-width: 100px !important;
  border-radius: 8px;
  margin-bottom: 1px;
  border: 1px solid #1d1d1d;
}
@media (max-width: 330px) {
.widget .sp-latest-posts-widget.latest-posts .media .pull-left img {
  margin-right: 0;
  margin-bottom: 18px;
}	
}
/* --------------------------------------------
-------------------Latest posts widget end-----
---------------------------------------------- */
/* --------------------------------------------
-------------------Latest posts widget footer-----
---------------------------------------------- */
.footer-widgets .widget .sp-latest-posts-widget.latest-posts .entry-title a {
  color: #fff;
}
.footer-widgets .widget .sp-latest-posts-widget.latest-posts .entry-title a:hover {
  color: var(--bs-primary);
}
.footer-widgets .widget .sp-latest-posts-widget.latest-posts .entry-meta.small span {
  color: #dddddd;
}
/* --------------------------------------------
-------------------Latest posts widget footer end-----
---------------------------------------------- */
/* --------------------------------------------
-------------------Preloader-----
---------------------------------------------- */
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fafafa;
}
.preloader .loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
  width: 200px;
  margin: auto;
}
.preloader .loadercircle {
  animation-name: load;
  animation-timing-function: ease-in-out;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  height: 40px;
  width: 40px;
  border-radius: 12px;
  background-color: black;
  position: absolute;
}
.preloader .loadercircle:first-child {
  background-color: var(--bs-primary);
  animation-delay: 0.5s;
}
.preloader .loadercircle:nth-child(2) {
  background-color: var(--bs-secondary);
  animation-delay: 0.4s;
}
.preloader .loadercircle:nth-child(3) {
  background-color: var(--bs-primary);
  animation-delay: 0.3s;
}
.preloader .loadercircle:nth-child(4) {
  background-color: var(--bs-secondary);
  animation-delay: 0.2s;
}
.preloader .loadercircle:nth-child(5) {
  background-color: var(--bs-primary);
  animation-delay: 0.1s;
}
@keyframes load {
  15% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(200px);
  }
  65% {
    transform: translateX(200px);
  }
  95% {
    transform: translateX(0);
  }
}
/* --------------------------------------------
-------------------Preloader end-----
---------------------------------------------- */
/* --------------------------------------------
--------------------Video button ------------------------
---------------------------------------------- */
.video-button-wrapper {
  width: 100%;
  height: 100%;
}
.video-button-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.video-button-wrapper.video-button-flexl {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: row;
}
.video-button-wrapper.video-button-flexc {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.video-button-wrapper.video-button-flexr {
  display: flex;
  justify-content: right;
  align-items: center;
  flex-direction: row;
}
a.video-button:link, a.video-button:visited {
  display: flex;
  align-items: center;
  justify-content: center;
 
  width: 80px;
  height: 80px;
  font-size: 28px;
  background: var(--bs-primary);
  color: #fff;
  border-radius: 8px;
  border: 2px solid #FFF;
  box-shadow: 0px 0px 0px 2px #1D1D1D;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.video-button:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
	background: var(--bs-secondary);
	color: #1d1d1d;
}
.video-button-hidden a.video-button:link, .video-button-hidden a.video-button:visited {
  visibility: hidden;
}
.video-button-hidden:hover .video-button-wrapper a.video-button:link, .video-button-hidden:hover .video-button-wrapper a.video-button:visited {
  visibility: visible;
}
.video-button-wrapper h5 {
  margin: 0;
  line-height: 1;
}
/* --------------------------------------------
--------------------Video button end ------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------Services list------------------------
---------------------------------------------- */
.services-list-wrapper {
  position: relative;
  z-index: 1;
  background: #252525;
}
.services-list {
  position: relative;
  display: inline-block;
}
.services-list .services-list-image {
  position: absolute;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.services-list .services-list-image img {
  margin: 0 auto;
  width: 50px;
  visibility: hidden;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
}
.services-list .services-list-text {
  position: relative;
  z-index: 1;
}
.services-list .services-list-text p {
  display: inline-block;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  font-family: var(--bs-font-secondary);
  font-weight: 700;
  font-size: 70px;
  line-height: 1;
  padding: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
}
.services-list .services-list-text span {
  padding-right: 10px;
}
.services-list:hover .services-list-image img {
  visibility: visible;
  transform: scale(5);
}
.services-list:hover .services-list-text p {
  color: #fff;
  -webkit-text-stroke: 1px #ccc;
}
.services-list:hover .services-list-text span {
  color: transparent;
  -webkit-text-stroke: 1px transparent;
}
@media (max-width: 992px) {
  .services-list .services-list-image {
    height: 50px;
  }
  .services-list .services-list-text p {
    font-weight: 600;
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .services-list-wrapper {
    text-align: center;
  }
  .services-list .services-list-text span {
    padding: 0;
    display: none;
  }
  .services-list .services-list-text p {
    font-size: 36px;
    padding-right: 10px;
  }
}
.services-list-wrapper .services-list:last-child span {
  display: none;
}
/* services list white */
.services-list-wrapper.services-list-wrapper-w {
  background: transparent;
}
.services-list.services-list-white .services-list-text p {
  -webkit-text-stroke: 1px #252525;
  color: #f9f9f9;
}
.services-list.services-list-white:hover .services-list-text p {
  color: #252525;
  -webkit-text-stroke: 1px #f9f9f9;
}
/* --------------------------------------------
--------------------Services list end------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------Projects-carousel------------------------
---------------------------------------------- */
.projects-carousel {
  position: relative;
  /*** image hover ***/
}
.projects-carousel .projects-carousel-image {
  position: relative;
  z-index: 0;
}
.projects-carousel .view {
  position: relative;
  overflow: hidden;
}
.projects-carousel .maskinner {
  position: relative;
  top: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.projects-carousel .maskinner h3 {
  margin-bottom: 18px;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}
.projects-carousel .maskinner .projects-subtitle {
  display: flex;
  align-items: center;
  color: var(--bs-primary);
  font-size: 18px;
}
.projects-carousel .maskinner .projects-subtitle::before {
  display: inline-block;
  content: "";
  width: 50px;
  height: 1px;
  background: var(--bs-primary);
  margin-right: 18px;
}
.projects-carousel .maskinner img {
  margin-bottom: 18px;
}
/*** image hover ***/
/* --------------------------------------------
--------------------Projects-carousel end------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------Cursor on popup images------------------------
---------------------------------------------- */
.cursor-hover {
  position: relative;
  z-index: 100;
  width: 0px;
  height: 0px;
  border-radius: 0;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  opacity: 0;
}
.cursor-hover-hover1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bs-primary);
  opacity: 1;
  width: 60px;
  height: 60px;
	border-radius: 8px;
}
.cursor-hover-hover1:after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #fff;
  font-size: 25px;
}
.cursor-hover-hover2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bs-primary);
  opacity: 1;
  width: 60px;
  height: 60px;
	border-radius: 8px;
	
}
.cursor-hover-hover2:after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #fff;
  font-size: 25px;
}

/* --------------------------------------------
--------------------Cursor on popup images end------------------------
---------------------------------------------- */



/* --------------------------------------------
--------------------Custom countdown1------------------------
---------------------------------------------- */
.custom-countdown1 {
  display: block;
  width: auto;
}
.custom-countdown1 .ycd-all-content-wrapper {
  background: var(--bs-secondary);
  padding: 12px 6px 6px 12px;
  display: inline-block;
	border-radius: 12px;
	text-align: center;
}
.custom-countdown1 .ycd-all-content-wrapper .ycd-simple-current-unite-wrapper {
  display: inline-flex;
  align-items: flex-start;
  margin: 0;
  text-align: center;
}
.custom-countdown1 .ycd-all-content-wrapper .ycd-simple-countdown-time.ycd-simple-countdown-number {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-top: 0;
  min-width: 80px;
  min-height: 50px;
  background: transparent;
  border-radius: 0;
  font-size: 36px;
  font-weight: 600;
  font-family: var(--bs-font-secondary);
  color: #1d1d1d;
}
.custom-countdown1 .ycd-all-content-wrapper .ycd-simple-countdown-time.ycd-simple-countdown-label {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #4d4d4d;
	text-transform: uppercase;
}
.custom-countdown1 .ycd-all-content-wrapper .ycd-simple-timer-dots {
  margin-top: 4px;
  margin-left: 8px;
  color: #1d1d1d;
  font-size: 40px;
}
.custom-countdown1.custom-countdown2 .ycd-all-content-wrapper {
  background: var(--bs-secondary);
}
@media (max-width: 992px) {
	.custom-countdown1 {
    display: block;
    width: 100%;
  }
  .custom-countdown1 .ycd-simple-mode-textUnderCountdown {
    display: flex;
    flex-direction: row;
  }
  .custom-countdown1 .ycd-all-content-wrapper .ycd-simple-current-unite-wrapper {
    margin: 0 12px 0 0;
  }
  .custom-countdown1 .ycd-all-content-wrapper .ycd-simple-countdown-time.ycd-simple-countdown-number {
    margin-bottom: 3px;
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .custom-countdown1 .ycd-simple-countdown-time.ycd-simple-countdown-number {
    min-width: 60px!important;
    font-size: 22px !important;
  }
  .custom-countdown1 .ycd-simple-countdown-time.ycd-simple-countdown-label {
    font-size: 12px;
  }
  .custom-countdown1 .ycd-simple-timer-dots {
    display: none;
  }
}
@media (max-width: 400px) {
  .custom-countdown1 .ycd-simple-countdown-time.ycd-simple-countdown-number {
    min-width: 40px!important;
  }
}
/* --------------------------------------------
--------------------Custom countdown1 end------------------------
---------------------------------------------- */


/* --------------------------------------------
--------------------Counter custom-----------------------
---------------------------------------------- */
/* counter custom 1*/
.counter-custom {
	display: flex;
	flex-direction: row;
  text-align: left;

}
.counter-custom .elementor-counter .elementor-counter-number-prefix, .elementor-counter .elementor-counter-number-suffix {
  flex-grow: 0;
  font-family: var(--bs-font-secondary);
  color: #1d1d1d;
}
.counter-custom .elementor-counter {
  display: flex;
	flex-direction: row;
	align-items: center;	
}
.counter-custom span.elementor-counter-number {
  position: relative;
  margin-bottom: 0;
  font-size: 52px;
  line-height: 52px;
  text-align: left;
  font-weight: 600;
  line-height: 1;
  font-family: var(--bs-font-secondary);
  color: #1d1d1d;
}


.counter-custom .elementor-counter-number-prefix, .counter-custom .elementor-counter-number-suffix {
  font-weight: 600;
  font-size: 52px;
  line-height: 52px;
}
@media (max-width: 992px) {
.counter-custom span.elementor-counter-number {
  font-size: 42px;
  line-height: 42px;
}
.counter-custom .elementor-counter-number-prefix, .counter-custom .elementor-counter-number-suffix {
  font-size: 42px;
  line-height: 42px;
}
}
.counter-custom .elementor-counter .elementor-counter-title {
  margin-left: 18px;
	margin-top: 0;
	padding-top: 0;
	color: #4d4d4d !important;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  font-family: var(--bs-font-primary);
}



/* --------------------------------------------
--------------------Counter custom end-----------------------
---------------------------------------------- */




/* --------------------------------------------
--------------------courses cpt------------------------
---------------------------------------------- */
.courses {
	margin-bottom: 95px;
  display: flex;
	flex-direction: row;
	align-items: center;
}
.courses .courses-image {
  padding-right: 70px;
	text-align: left;
	width: 550px;
}
@media (max-width: 1200px) {
.courses .courses-image {
  padding-right: 50px;
}
}
.courses .courses-image img {
  border: 2px solid #1d1d1d;
	border-radius: 12px;
}
@media (max-width: 992px) {
.courses {
	margin-bottom: 70px;
  display: block;
}
.courses .courses-image {
  padding-right: 0;
	padding-bottom: 30px;
	width: auto;
}
.courses .courses-image img {
	max-width: 100%;
}	
}
.courses .courses-text {
  display: flex;
	flex-direction: column;
}
.courses .courses-text .courses-text-2 {
  display: flex;
	flex-direction: row;
	margin-top: 12px;
	margin-bottom: 12px;
}
@media (max-width: 767px) {
.courses .courses-text .courses-text-2 {
  display: block;
	flex-direction: row;
	margin-top: 12px;
	margin-bottom: 12px;
}	
}
.courses .courses-text .courses-text-2 > div:nth-child(1) {
  margin-right: 25px;
}
.courses .courses-text-2 img {
	max-width: 25px;
}	
.courses .textbox3 {
	margin-top: 24px;
}	
.courses .custom-button1 {
	margin-top: 30px;
  display: inline-block;
}
.courses .list1 h3 {
	font-size: 18px;
}
.courses .list1 img {
	max-width: 25px;
}
/* --------------------------------------------
--------------------courses cpt end------------------------
---------------------------------------------- */


/* --------------------------------------------
--------------------courses2 cpt------------------------
---------------------------------------------- */
.courses.courses2 {
	margin-bottom: 0;
  display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.courses.courses2  .courses-image {
  padding-right: 0;
	text-align: left;
	width: 100%;
}
.courses.courses2 .courses-image img {
  margin-bottom: 12px;
	border: 2px solid #1d1d1d;
	border-radius: 12px;
	max-width: auto;
}
@media (max-width: 1200px) {
.courses.courses2  .courses-image {
  padding-right: 0;
}
}
@media (max-width: 992px) {
.courses.courses2  {
	margin-bottom: 0;
  display: block;
}
.courses.courses2  .courses-image {
	padding-right: 0;
	padding-bottom: 0;
}
.courses .courses-image img {
	max-width: 100%;
}	
}
.courses .courses-text {
  display: flex;
	flex-direction: column;
}
.courses.courses2  .courses-text .courses-text-2 {
  display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 6px;
	margin-bottom: 6px;
}
.courses.courses2  .courses-text .courses-text-2 > div:nth-child(1) {
  margin-right: 0;
	margin-bottom: 6px;
}
.courses.courses2 .courses-text-h3 {
  margin-top: 12px;
	font-size: 22px;
}
.courses.courses2 .textbox3 {
	display: inline-block;
	background: var(--bs-secondary);
	padding: 12px 12px 9px 12px;
	border-radius: 12px;
	border: 2px solid #fff;
	margin-top: 0;
}	
.courses.courses2 .textbox3 h3 {
	display: inline-block;
}	
.courses.courses2 .courses-image {
	display: flex;
	position: relative;
}	
.courses.courses2 .textbox3-wrapper {
	position: absolute;
	right: 12px;
	left: auto;
	top: auto;
	bottom: 24px;
}	

.courses.courses2 .courses2-textno {
	display: none;
}	
/* --------------------------------------------
--------------------courses2 cpt end------------------------
---------------------------------------------- */


/* --------------------------------------------
--------------------Subscribe custom1 footer------------------------
---------------------------------------------- */
.subscribe-custom1 {
  max-width: 400px;
}
.subscribe-custom1, .subscribe-custom1 p {
  display: flex;
  flex-direction: column;
}
.subscribe-custom1 input[type=email], .subscribe-custom1 p input[type=email] {
  height: 60px;
  width: 100%;
  min-width: 10px;
	background: transparent;
	color: #fff;
}
.subscribe-custom1.subscribe-custom2 input[type=email], .subscribe-custom1.subscribe-custom2 p input[type=email] {
  height: 60px;
  width: 100%;
  min-width: 10px;
	background: transparent;
	color: #1d1d1d;
}
.subscribe-custom1 input[type=submit], .subscribe-custom1 p input[type=submit] {
  margin-top: 12px;
  border: 2px solid #fff;
  height: 60px;
  padding: 16px;
  width: 100%;
}

.subscribe-custom1 input[type="submit"].wpcf7-submit:hover {
	background: var(--bs-secondary);
	color: #1d1d1d;
  transition: 0.3s;
}
.subscribe-custom1 .wpcf7 form .wpcf7-response-output, .subscribe-custom1 p .wpcf7 form .wpcf7-response-output {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 3em 0.5em 1em;
  padding: 0.2em 1em;
  border: 1px solid var(--bs-primary);
  font-size: 14px;
}

.subscribe-custom1.subscribe-custom1-black input[type=email] {
  background: transparent;
	border: 1px solid #f1f1f1;
}
.subscribe-custom1.subscribe-custom1-black label {
  color: #fff;
}
/* --------------------------------------------
--------------------Subscribe custom1 end------------------------
---------------------------------------------- */




/* -------------------------------------------- --------------------Price box ------------------------ ---------------------------------------------- */
/* for repeated list */
 .pricebox ul.show1 li:nth-child(2), .pricebox ul.show1 li:nth-child(3), .pricebox ul.show1 li:nth-child(4), .pricebox ul.show1 li:nth-child(5), .pricebox ul.show1 li:nth-child(6), .pricebox ul.show1 li:nth-child(7), .pricebox ul.show1 li:nth-child(8), .pricebox ul.show1 li:nth-child(9), .pricebox ul.show1 li:nth-child(10) {
    display: none;
}
 .pricebox ul.show2 li:nth-child(3), .pricebox ul.show2 li:nth-child(4), .pricebox ul.show2 li:nth-child(5), .pricebox ul.show2 li:nth-child(6), .pricebox ul.show2 li:nth-child(7), .pricebox ul.show2 li:nth-child(8), .pricebox ul.show2 li:nth-child(9), .pricebox ul.show2 li:nth-child(10) {
    display: none;
}
 .pricebox ul.show3 li:nth-child(4), .pricebox ul.show3 li:nth-child(5), .pricebox ul.show3 li:nth-child(6), .pricebox ul.show3 li:nth-child(7), .pricebox ul.show3 li:nth-child(8), .pricebox ul.show3 li:nth-child(9), .pricebox ul.show3 li:nth-child(10) {
    display: none;
}
 .pricebox ul.show4 li:nth-child(5), .pricebox ul.show4 li:nth-child(6), .pricebox ul.show4 li:nth-child(7), .pricebox ul.show4 li:nth-child(8), .pricebox ul.show4 li:nth-child(9), .pricebox ul.show4 li:nth-child(10) {
    display: none;
}
 .pricebox ul.show5 li:nth-child(6), .pricebox ul.show5 li:nth-child(7), .pricebox ul.show5 li:nth-child(8), .pricebox ul.show5 li:nth-child(9), .pricebox ul.show5 li:nth-child(10) {
    display: none;
}
 .pricebox ul.show6 li:nth-child(7), .pricebox ul.show6 li:nth-child(8), .pricebox ul.show6 li:nth-child(9), .pricebox ul.show6 li:nth-child(10) {
    display: none;
}
 .pricebox ul.show7 li:nth-child(8), .pricebox ul.show7 li:nth-child(9), .pricebox ul.show7 li:nth-child(10) {
    display: none;
}
 .pricebox ul.show8 li:nth-child(9), .pricebox ul.show8 li:nth-child(10) {
    display: none;
}
 .pricebox ul.show9 li:nth-child(10) {
    display: none;
}
/* for repeated list end */
 body .pricebox {
  border-radius: 8px;
  background: #fff;
	text-align: left;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
	border: 1px solid #1d1d1d;
}
.pricebox.pricebox-border0 {
  border:1px solid transparent!important;
}
.pricebox .pricebox-titles {
  border-radius: 8px 8px 0 0;
	background: var(--bs-secondary);
	padding: 36px 42px 32px 42px;
}
.pricebox h3 {
  margin-bottom: 0;
  font-size: 22px;
}
.pricebox h4 {
  margin-bottom: 14px;
	font-size: 42px;
	font-weight: 600;
	line-height: 1;
}
@media (max-width: 1200px) {
 .pricebox h4 {
    font-size: 35px;
}	
}
 .pricebox h4 span {
    padding-left: 5px;
		font-size: 16px;
		font-family: var(--bs-font-primary);
		font-weight: 400;
		color: #4d4d4d;
}
.pricebox .pricebox-list-wrapper {
  display: flex;
	flex-direction: column;
  padding: 38px 42px 0 42px;
}
.pricebox .pricebox-custom-button {
  padding: 0 42px 42px 42px;
}
.pricebox .pricebox-list {
  display: inline-block;
  padding: 6px 0;
}
 .pricebox .pricebox-list li {
  display: flex;
  margin-bottom: 18px;
  padding-bottom: 18px;
	border-bottom: 1px solid #1d1d1d;
  list-style: none;
	line-height: 1;
}
.pricebox .pricebox-list:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.pricebox a:link, .pricebox a:visited {
  display: block;
	width: 100%;
	padding-left: 12px;
	padding-right: 12px;
}
 .pricebox .pricebox-list li.pricebox-noallowed {
    color: #8C8F92;
}
 .pricebox .pricebox-list li.pricebox-noallowed i {
    color: #8C8F92;
}
 .pricebox .pricebox-custom-button {
    padding-top: 28px;
}

/* -------------------------------------------- --------------------Price box end ------------------------ ---------------------------------------------- */







/* -------------------------------------------- --------------------Appointment form------------------------ ---------------------------------------------- */
 .appointment-form1 {
    margin: 0 auto;
    width: 100%;
    background: #fff;
    padding: 48px 48px 24px 48px;
    border-radius: 12px;
		border: 3px solid #1d1d1d;
}
 .appointment-form1 .appointment-form1-inner {
    margin: 0 auto;
    max-width: 850px;
}
 .appointment-form1 select {
    line-height: 1;
}
 .appointment-form1 input[type=submit] {
    margin-right: auto;
    margin-left: auto;
    max-width: 300px;
}
 .appointment-form1 .inputleft {
    padding: 0 14px 0 0;
}
 .appointment-form1 .inputright {
    padding: 0 0 0 14px;
}
@media all and (max-width: 992px) {
.appointment-form1 {
  padding: 36px 36px 20px 36px;
}	 
}	 
@media all and (max-width: 767px) {
.appointment-form1 {
  padding: 24px 24px 6px 24px;
}	 
}
 @media all and (max-width: 575px) {
    .appointment-form1 .inputleft {
       padding: 0;
   }
    .appointment-form1 .inputright {
       padding: 0;
   }
}
 .appointment-form1 p {
	  margin-bottom: 12px;
	  padding-top: 0;
		font-size: 14px;
}
 .appointment-form1 h2 {
    margin-bottom: 18px;
    font-size: 36px;
    line-height: 50px;
    font-weight: 600;
}
@media (max-width: 992px) {
 .appointment-form1 h2 {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 1.2;
}
}
 .appointment-form1 input[type=submit] {
    display: block;
    margin: 0 auto;
		padding-right: 0;
		padding-left: 0;
    float: none;
    width: 100%;
}

/* -------------------------------------------- --------------------Appointment form end------------------------ ---------------------------------------------- */


/****************************** booking custom 1***************************/
.booking-custom-1 .booking_form .form-group .controls select,
.booking-custom-1 .booking_form select,                                                           /* FixIn: 7.2.0.2 */
.booking-custom-1 .booking_form textarea,
.booking-custom-1 .booking_form input[type="text"] {
  width:100%;
	max-width: 100%;
	margin-bottom: 6px;
  border: 1px solid #1d1d1d;
  border-radius: 8px;
	min-height: 50px;
  padding: 12px 16px!important;
  box-shadow: none!important;
	outline: none!important;
  font-size: 16px;
  font-style: normal;
  outline: 0;
  color: #7c7c7c;
	-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
        box-sizing: border-box;
}
.booking-custom-1 .booking_form .form-group .controls select:focus,
.booking-custom-1 .booking_form select:focus,                                                           /* FixIn: 7.2.0.2 */
.booking-custom-1 .booking_form textarea:focus,
.booking-custom-1 .booking_form input:focus{ 
  border: 1px solid #1d1d1d!important;
  box-shadow: none!important;
	outline: none!important;
  outline: 0;
  color: #7c7c7c;
		-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
        box-sizing: border-box;
}
.booking-custom-1 .booking_form textarea {
	margin-bottom: 18px;
  width:100%;
		-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
        box-sizing: border-box;
}
.booking-custom-1 .booking_form label {
  font-weight: 500!important;
}
.wpbc-payment-form .btn,
.wpbc-payment-form .button,
.booking-custom-1 .booking_form_div .btn,
.booking-custom-1 .booking_form_div .button,
.booking-custom-1 .booking_form_div .submit,
.booking_form_div .button-secondary {
  display: inline-block;
	margin: 0 0 0 2px;
  border: none;
  text-align: center;
  font-size: 18px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-font-smoothing: antialiased;
  background: var(--bs-primary);
  text-align: center;
  padding: 15px 60px;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--bs-font-secondary);
  color: #fff;
  outline: none;
	border-radius: 8px;
  border: 2px solid #FFF;
  box-shadow: 0px 0px 0px 2px #1D1D1D;
	text-shadow: none!important;
	font-weight: 600;
		-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
        box-sizing: border-box;
}
.wpbc-payment-form .btn:hover,
.wpbc-payment-form .button:hover,
.booking-custom-1 .booking_form_div .btn:hover,
.booking-custom-1 .booking_form_div .button:hover,
.booking-custom-1 .booking_form_div .submit:hover,
.booking_form_div .button-secondary:hover,
.wpbc-payment-form .btn:focus,
.wpbc-payment-form .button:focus,
.booking-custom-1 .booking_form_div .btn:focus,
.booking-custom-1 .booking_form_div .button:focus,
.booking-custom-1 .booking_form_div .submit:focus,
.booking_form_div .button-secondary:focus {
  transition: 0.3s;
	background-color: var(--bs-secondary);
	border: 2px solid #fff;
  color: #1d1d1d;	
}

.booking-custom-1 .booking_form_div .datepick-inline {
  box-shadow: none!important;
  border-radius: 12px 12px 0 0;
	border: 1px solid #1d1d1d;
}
.booking-custom-1 .block_hints .block_free a,
.booking-custom-1 .block_hints .block_time, 
.booking-custom-1 .datepick-inline .date_available a{
  color:#1d1d1d;
  font-weight: 600;
  text-shadow: none;
}
.booking-custom-1 .bk_calendar_frame {
  max-width: 100%!important;
}
.booking-custom-1 .booking_form_div {
  width: auto!important;
  overflow: hidden!important;
}
.booking-custom-1 .wpbc_change_over_triangle > div {
  display: none!important
}
.booking-custom-1 .wpbc_change_over_triangle > div.bk_calendar_frame {
  display: block!important
}
.booking-custom-1 .datepick-header span {
  color: #1d1d1d!important;
}
.booking-custom-1 .block_hints .date2approve.block_check_in_out, 
.booking-custom-1 .block_hints .block_pending, 
.booking-custom-1 .datepick-inline .date2approve, 
.booking-custom-1 td.timespartly.check_in_time.check_out_time.check_in_time_date_approved.check_out_time_date2approve div.check-in-div, 
.booking-custom-1 td.timespartly.check_in_time.check_out_time.check_out_time_date_approved.check_in_time_date2approve div.check-out-div {    
  background-color: var(--bs-primary);
	color: #fff;
}
.booking-custom-1 div.datepick-inline table.datepick,
.booking-custom-1 div.datepick-inline table.datepick th,
.booking-custom-1 div.datepick-inline table.datepick td {
	border: 1px solid #1d1d1d;
}

.booking-custom-1 .wpdev-help-message {
	box-shadow: none!important;
}
/****************************** booking custom 1 end***************************/





/************** tilt borders custom classes *********/

.tilt-border-left {
  -webkit-clip-path: polygon(0 0, 100% 7%, 100% 93%, 0% 100%);
  clip-path: polygon(0 0, 100% 7%, 100% 93%, 0% 100%);
}
.tilt-border-right {
  -webkit-clip-path: polygon(0 7%, 100% 0%, 100% 100%, 0 93%);
  clip-path: polygon(0 7%, 100% 0%, 100% 100%, 0 93%);
}
.tilt-border-bottom-only {
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 93%, 0 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 93%, 0 100%);
}

@media (max-width: 991px) {
.tilt-border-left {
  -webkit-clip-path: polygon(0 0, 100% 4%, 100% 96%, 0% 100%);
  clip-path: polygon(0 0, 100% 4%, 100% 96%, 0% 100%);
}
.tilt-border-right {
  -webkit-clip-path: polygon(0 4%, 100% 0%, 100% 100%, 0 96%);
  clip-path: polygon(0 4%, 100% 0%, 100% 100%, 0 96%);
}
.tilt-border-bottom-only {
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 96%, 0 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 96%, 0 100%);
}
	
}	


@media (max-width: 767px) {
.tilt-border-left {
  -webkit-clip-path: polygon(0 0, 100% 3%, 100% 97%, 0% 100%);
  clip-path: polygon(0 0, 100% 3%, 100% 97%, 0% 100%);
}
.tilt-border-right {
  -webkit-clip-path: polygon(0 3%, 100% 0%, 100% 100%, 0 97%);
  clip-path: polygon(0 3%, 100% 0%, 100% 100%, 0 97%);
}
.tilt-border-bottom-only {
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 97%, 0 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 97%, 0 100%);
}
}
@media (max-width: 576px) {
.tilt-border-left {
  -webkit-clip-path: polygon(0 0, 100% 2%, 100% 98%, 0% 100%);
  clip-path: polygon(0 0, 100% 2%, 100% 98%, 0% 100%);
}
.tilt-border-right {
  -webkit-clip-path: polygon(0 2%, 100% 0%, 100% 100%, 0 98%);
  clip-path: polygon(0 2%, 100% 0%, 100% 100%, 0 98%);
}
.tilt-border-bottom-only {
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 98%, 0 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 98%, 0 100%);
}
	
}

/* remove tilt borders cusotmizer */
.tiltoff .tilt-border-left {
  -webkit-clip-path: none!important;
  clip-path: none!important;
}
.tiltoff .tilt-border-right {
  -webkit-clip-path: none!important;
  clip-path: none!important;
}
.tiltoff .tilt-border-bottom-only {
  -webkit-clip-path: none!important;
  clip-path: none!important;
}
.tiltoff .innerpages-title-wrapper-first .innerpages-title-wrapper, 
.tiltoff .footer1-wrapper {
  -webkit-clip-path: none!important;
  clip-path: none!important;
}

/************** tilt borders end ************/


/* --------------------------------------------
--------------------images box 1------------------------
---------------------------------------------- */
.images-box1 {
  position: relative;
	width:100%!important;	
	max-width: 700px!important;
	max-height: 700px;
}
.images-box1 .images-box-img {
	width: 100%;
	text-align: right;
}
.images-box1 .images-box-img img {
	width: 100%!important;	
	max-width: 500px!important;
	border-radius: 12px;
	transform: rotate(5deg);
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;	
}
.images-box1:hover img {
	transform: rotate(0deg);
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;	  
}
.images-box1 .images-box-text {
	width: auto;
	height: auto;
	background: var(--bs-secondary);
	padding: 30px;
	border-radius: 12px;
	border: 2px solid #fff;
  position: absolute;
	top: 50%;
}
.images-box1 .images-box-text {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.images-box1 .images-box-text i {
	padding-right: 12px;
}
.images-box1 .images-box-text1 {
	display: flex;
	flex-direction: row;
}
.images-box1 .images-box-text1 h3 {
	margin: 0;
	line-height: 1.3;
	font-size: 40px;
}
.images-box1 .images-box-text2 h4 {
	margin: 0;
	font-size: 18px;
}
.images-box1 .images-box-text1 i {
	font-size: 34px;
	line-height: 1.3;
	color: #1d1d1d!important;
}
@media (max-width: 992px) {
.images-box1 {
	width:100%!important;	
	max-width: 700px!important;
	max-height: 700px;
}
.images-box1 .images-box-img img {
	max-width: 600px!important;
}
	
.images-box1 .images-box-text1 h3 {
	font-size: 30px;
}
.images-box1 .images-box-text2 h4 {
	font-size: 16px;
}
.images-box1 .images-box-text1 i {
	font-size: 27px;
}	
}	
@media (max-width: 567px) {
.images-box1 {
  position: relative;
	width:100%!important;	
	max-width: 100%!important;
	max-height: auto;
}
.images-box1 .images-box-text {
  margin-top: 12px;
	position: relative;
	justify-content: center;
	border: none;	
}
.images-box1 .images-box-text1 {
	display: block;
	text-align: center;
}
.images-box1 .images-box-text i {
	padding-right: 0;
	padding-bottom: 6px;
}
.images-box1 .images-box-text2 {
	text-align: center;
}
.images-box1 .images-box-img img {
	transform: rotate(0deg);
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;	
}
}	
/* --------------------------------------------
--------------------Images box 1 end------------------------
---------------------------------------------- */



/* --------------------------------------------
--------------------images box 2------------------------
---------------------------------------------- */
.images-box2 {
  display: flex;
  justify-content: space-around;
	width: 100%;	
	max-width: 700px;
}
.images-box2 .images-box2-img1 {
	width: 100%;	
	max-width: 400px;
	padding-left: 50px;	
}
.images-box2 .images-box2-img1 img {
	transform: rotate(0deg);
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;	
	border-radius: 12px;
}

.images-box2:hover .images-box2-img1 img {
	transform: rotate(-5deg);
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.images-box2 .images-box2-img2 {
  position: absolute;
  z-index: 1;
	margin-right: 0;
  margin-top: 0;
	bottom: -40px;
	left: 0;
	width: 100%;
	max-width: 250px;
}
.images-box2 .images-box2-img2 img {
	transform: rotate(-5deg);
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
	border-radius: 12px;

}	
.images-box2:hover .images-box2-img2 img {
	transform: rotate(0deg);
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}	
@media (max-width: 567px) {
.images-box2 .images-box2-img1 {
	padding-left: 30px;
}
.images-box2 .images-box2-img2 {
  position: absolute;
  z-index: 1;
	margin-right: 0;
  margin-top: 0;
	bottom: -20px;
	left: 0;
	width: 100%;
	max-width: 200px;
}	
}
	
@media (max-width: 400px) {
.images-box2 .images-box2-img1 {
	padding-left: 20px;
}
.images-box2 .images-box2-img2 {
	max-width: 150px;
}	
}	
/* --------------------------------------------
--------------------Images box 2 end------------------------
---------------------------------------------- */



/* --------------------------------------------
--------------------images box 3------------------------
---------------------------------------------- */
.images-box3 {
  display: flex;

	width: 100%;	
	max-width: 570px;
}
.images-box3 .images-box3-img1 {
	width: 100%;	
	max-width: 500px;
}
.images-box3 .images-box3-img1 img {
	transform: rotate(-5deg);
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;	
	border-radius: 12px;
}
.images-box3:hover .images-box3-img1 img {
	transform: rotate(0);
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;	
}
.images-box3 .images-box3-img2 {
  position: relative;
  z-index: 1;
	margin-left: -40%;
  margin-top: 70%;
	max-width: 200px;
}
@media (max-width: 500px) {
.images-box3 .images-box3-img2 {
  position: relative;
  z-index: 1;
	margin-left: -50%;
  margin-top: 50%;
	max-width: 170px;
}	
}
.images-box3 .images-box3-img2 img {
	transform: rotate(5deg);
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;	
	border-radius: 12px;
}	
.images-box3:hover .images-box3-img2 img {
	transform: rotate(0deg);
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;	
}	
	
/* --------------------------------------------
--------------------Images box 3 end------------------------
---------------------------------------------- */




/* --------------------------------------------
--------------------images box 4------------------------
---------------------------------------------- */
.images-box4 {
  display: flex;
	width: 100%;	
	max-width: 600px;
}
.images-box4 .images-box4-img1 {
	width: 100%;	
	max-width: 400px;
}
.images-box4 .images-box4-img1 img {
	transform: rotate(-2deg);
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;	
	border-radius: 12px;
}
.images-box4:hover .images-box4-img1 img {
	transform: rotate(0);
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;	
}
.images-box4 {
	position: relative;
	max-width: 500px;
}
.images-box4 .images-box4-img1 {
  padding-right: 30px;
}		
.images-box4 .images-box4-img2 {
  position: absolute;
	bottom: -20px;
	right: 0;
  z-index: 1;
	margin-left: 0;
  margin-top: 0;
	max-width: 200px;
}	
@media (max-width: 500px) {
.images-box4 .images-box4-img2 {
  position: absolute;
	bottom: -20px;
	right: 0;
  z-index: 1;
	margin-left: 0;
  margin-top: 0;
	max-width: 150px;
}	
}
.images-box4 .images-box4-img2 img {
	transform: rotate(5deg);
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;	
	border-radius: 12px;
}	
.images-box4:hover .images-box4-img2 img {
	transform: rotate(0deg);
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;	
}	

	
/* --------------------------------------------
--------------------Images box 4 end------------------------
---------------------------------------------- */




