/* -------------------------------------------------------------------------- 
WARNING
This file is auto generated by Simple SCSS Compiler plugin. 
Please do NOT modify it directly or you risk your changes to be overwritten. 
-------------------------------------------------------------------------- */ 

@charset "UTF-8";
/* -----------------------------------------------------------
CONTENTS:
Variables
HTML and responsive
Reset
Popup anything on click plugin
Navbar
Banners text
Main headline
Footer
Theme widgets
Custom buttons
Box 1
Texts with line on the left
Box 2
Box 3
Box 4
List1
List2
List3
Team list1
Team list2
Post quote
Listlink
Listcontact
Blox box1
Blox box2
Blox box3
Testimonials
Accordion1
Accordion2
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
Events plugin
Events schedule box
Timeline slider custom
Subscribe custom1
Counter custom
custom progress bar1
classes for elementor
------------------------------------------------------------*/
/* --------------------------------------------
--------------------Variables------------------------
---------------------------------------------- */
@import transition-all;
@import transition-all;
@import transition-all;
:root {
  --bs-primary: #FF5C31;
  --bs-secondary: #0029E8;
  --bs-font-primary: "Inter";
  --bs-font-secondary: "Archivo Narrow";
  --tec-font-family-sans-serif: "Inter";
}
/* --------------------------------------------
--------------------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%;
}
/* --------------------------------------------
--------------------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;
  text-transform: uppercase;
}
h1 {
  margin-bottom: 12px;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.05;
  padding-top: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
@media (max-width: 992px) {
  h1 {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 44px;
    line-height: 1.1;
  }
}
h2 {
  margin-bottom: 6px;
  font-size: 65px;
  font-weight: 700;
  line-height: 1.05;
  padding-top: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
@media (max-width: 992px) {
  h2 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 36px;
    line-height: 1.1;
  }
}
h3 {
  margin-bottom: 6px;
  font-size: 38px;
  line-height: 1.2;
  padding-top: 0;
  font-weight: 700;
}
@media (max-width: 992px) {
  h3 {
    font-size: 32px;
    line-height: 1.1;
  }
}
h4 {
  margin-bottom: 6px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  padding-top: 0;
}
h5 {
  margin-bottom: 6px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  padding-top: 0;
}
h6 {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  padding-top: 0;
}
/* 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;
  font-weight: 700;
  font-family: var(--bs-font-secondary);
  font-size: 15px;
  color: #1d1d1d;
  text-transform: uppercase;
}
label > br {
  margin-bottom: 6px;
}
img {
  height: auto;
}
select {
  margin-bottom: 12px;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  padding: 12px;
  font-size: 18px;
  font-style: normal;
  width: 100%;
  outline: 0;
  color: #979797;
}
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 #d7d7d7;
  background: #fff;
  border-radius: 0;
  padding: 12px;
  font-size: 18px;
  font-style: normal;
  width: 100%;
  outline: 0;
  color: #979797;
}
input[type=file], input[type=search] {
  margin-bottom: 12px;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  padding: 12px;
  font-size: 18px;
  font-style: normal;
  width: 100%;
  outline: 0;
  color: #979797;
}
input[type=search] {
  margin-bottom: 0;
}
.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;
  color: #979797;
  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;
  color: #979797;
  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;
}
select:hover, option:hover, select:focus, option:focus {
  outline: none;
  border: 1px solid var(--bs-primary);
  color: #979797;
}
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;
}
.wp-caption p {
  margin: 10px !important;
}
.wp-caption p:empty:before {
  content: "" !important;
}
::placeholder {
  opacity: 1;
  color: #979797;
}
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.wp-block-woocommerce-product-search form .wc-block-product-search__fields, .searchform {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 767px) {
  .wc-block-product-search.wp-block-woocommerce-product-search form .wc-block-product-search__fields, .searchform {
    display: block;
    flex-direction: row;
    width: 100%;
    text-align: center;
  }
}
.wc-block-product-search.wp-block-woocommerce-product-search form .wc-block-product-search__fields input[type=search], .searchform input[type=search] {
  margin-right: 8px;
  height: 50px;
  border-radius: 0;
  padding: 12px;
  color: #979797 !important;
  background: #fff;
}
.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] {
  display: inline-block;
  padding: 12px;
  height: 50px;
  width: calc(40% + 24px);
  font-size: 18px !important;
  font-family: var(--bs-font-secondary);
}
@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 #d7d7d7;
  background: #fff;
  border-radius: 0;
  padding: 12px;
  font-size: 18px;
  font-style: normal;
  width: 100%;
  color: #979797;
}
textarea:hover {
  outline: 0;
  box-shadow: none;
  color: #979797;
  border: 1px solid var(--bs-primary);
}
textarea:focus {
  outline: 0;
  box-shadow: none;
  color: #979797;
  border: 1px solid var(--bs-primary);
}
.sidebar select {
  max-width: 300px;
}
/* for custom form 1 */
.contact-form-1 input.wpcf7-submit {
  width: 100% !important;
}
/* custom classes for forms */
.custom-form1 input, .custom-form1 textarea, .custom-form1 search, .custom-form1 select {
  border: 1px solid #fff;
}
.custom-form1 input[type=submit] {
  width: 100%;
}
/* --------------------------------------------
--------------------Reset end------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------General------------------------
---------------------------------------------- */
html {
  height: 100%;
}
body {
  color: #444444;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.28;
  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: 600;
  color: #252525;
}
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;
}
.wp-block-search__inside-wrapper .wp-block-search__button.has-icon.wp-element-button {
  max-height: 55px;
}
.wp-block-search__button {
  background: var(--bs-primary);
  border: none;
  padding: 15px;
  color: #fff;
  margin-left: 0.625em;
  word-break: normal;
  max-height: 55px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  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;
}
.wp-block-search__button svg {
  display: none;
}
.wp-block-search__button:hover {
  background: var(--bs-secondary);
  color: #fff;
}
.wp-block-search__button.has-icon::before {
  display: inline-block;
  content: "";
  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 #d7d7d7;
  border-radius: 0;
  height: 55px;
  background: #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;
}
/* 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: 19px;
}
.wp-block-media-text.alignfull.has-media-on-the-right.has-background {
  margin-bottom: 24px;
}
.wp-block-button {
  margin-bottom: 12px;
}
.wp-block-button__link {
  background-color: var(--bs-primary) !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wp-block-button__link:hover {
  background-color: var(--bs-secondary) !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;
}
.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 32px 0;
}
.wp-block-calendar, .calendar_wrap {
  margin-bottom: 32px;
  border: 0;
  border-radius: 0;
  background: #f9f9f9;
}
.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: 700;
}
.wp-block-calendar dt, .calendar_wrap dt {
  font-weight: 700;
}
.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: 15px;
}
.wp-block-calendar table.wp-calendar-table tbody, .calendar_wrap table.wp-calendar-table tbody {
  padding-top: 12px;
  font-size: 15px;
}
.wp-block-calendar table.wp-calendar-table caption, .calendar_wrap table.wp-calendar-table caption {
  margin-bottom: 12px;
  caption-side: top;
  text-align: center;
  padding: 18px 12px;
  background: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-family: var(--bs-font-secondary);
  font-weight: 500;
  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: 700;
  padding-top: 3px;
  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;
  font-weight: 700;
}
.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: #f9f9f9;
}
.wp-block-calendar .wp-calendar-nav, .calendar_wrap .wp-calendar-nav {
  display: block;
  height: 40px;
  margin-top: 18px;
  padding: 0 20px 0 20px;
  background: #f9f9f9;
  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: 6px;
  line-height: 1;
  font-size: 15px;
  text-transform: uppercase;
  font-family: var(--bs-font-secondary);
  font-weight: 500;
  color: #1d1d1d;
}
.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;
}
.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 !important;
}
/*** wordpress tables end ***/
/*** wordpress tables theme unit ***/
dl {
  margin-bottom: 12px;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 12px;
}
table, th, td {
  border-color: #C6C6C6;
  border-style: solid;
}
table.wp-calendar-table thead {
  font-size: 14px;
}
table thead {
  font-weight: 600 !important;
}
table.wp-calendar-table tr td, table.wp-calendar-table th {
  text-align: center !important;
}
.wp-calendar-table caption {
  margin-bottom: 15px !important;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #C6C6C6;
  border-left: 1px solid #C6C6C6;
  border-right: none;
  border-bottom: none;
  margin: 0 0 25px 0;
  table-layout: fixed;
  width: 100%;
}
table a {
  font-weight: 600;
  color: var(--bs-primary);
}
.wp-block-table td, .wp-block-table th {
  border-color: #C6C6C6;
}
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-secondary) !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;
}
.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;
}
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: 110px;
}
.pagespace3 {
  padding-top: 0;
  padding-bottom: 60px;
}
.pagespace-comments {
  padding-bottom: 110px;
}
.pagespace-events {
  padding-top: 110px;
}
.articlespace {
  padding-bottom: 48px;
}
@media (max-width: 991px) {
  .pagespace {
    padding-top: 85px;
    padding-bottom: 70px;
  }
  .pagespace2 {
    padding-top: 85px;
    padding-bottom: 70px;
  }
  .pagespace3 {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .pagespace-comments {
    padding-bottom: 80px;
  }
  .pagespace-events {
    padding-top: 60px;
  }
  .articlespace {
    padding-bottom: 36px;
  }
}
/* --------------------------------------------
--------------------Spaces end------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------Popup anything on click plugin------------------------
---------------------------------------------- */
/* class for donation box popup */
.custom-donation-box {
  text-align: center;
}
.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: var(--bs-primary);
  width: 27px;
  height: 27px;
  border-radius: 500px;
  text-align: center;
  color: #fff;
}
.paoc-cb-popup-body {
  border-radius: 0 !important;
}
.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;
}
/* custom class for popup search paoc-search-popup */
.paoc-popup-content .paoc-search-popup h2 {
  margin-bottom: 25px;
  font-size: 28px;
}
.paoc-popup-content .paoc-search-popup h6 {
  margin-top: 12px;
  font-size: 12px;
}
.paoc-popup-content .paoc-search-popup .searchform {
  display: flex;
  align-items: center;
  width: 100%;
}
.paoc-popup-content .paoc-search-popup .searchform input {
  margin-right: 12px;
  width: 100%;
}
.paoc-popup-content .paoc-search-popup .searchform input[type=submit] {
  display: block;
  margin: 0 auto;
  float: none;
  width: 100%;
  max-width: 200px;
}
.paoc-popup-content .paoc-search-popup .searchform input[type=submit]:hover {
  background: var(--bs-primary);
  border: var(--bs-primary) 1px solid;
}
@media (max-width: 767px) {
  .paoc-popup-content .paoc-search-popup .searchform {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .paoc-popup-content .paoc-search-popup .searchform input {
    margin-right: 0;
    margin-bottom: 12px;
    width: 100%;
  }
  .paoc-popup-content .paoc-search-popup .searchform input[type=submit] {
    display: block;
    margin: 0;
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .paoc-popup-content .paoc-search-popup .searchform input[type=submit]:hover {
    background: var(--bs-primary);
    border: var(--bs-primary) 1px solid;
  }
}
.popupaoc-image-popup {
  display: inline-block;
}
.paoc-image-popup {
  padding: 0 !important;
}
/* --------------------------------------------
--------------------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;
}
.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-text {
    margin-bottom: 6px;
  }
}
.white-nav .navbar {
  position: relative;
  z-index: 5;
}
/* custom option for navigation scroll */
.white-nav.white-nav-transparent {
  background: transparent;
}
@media (min-width: 992px) {
  .white-nav.white-nav-transparent .navbar-nav a {
    color: #fff;
  }
  .white-nav.white-nav-transparent ul.navbar-nav > li.menu-item-has-children > a::after {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .white-nav.white-nav-transparent.navbarscroll ul.navbar-nav > li.menu-item-has-children > a::after {
    color: var(--bs-secondary);
  }
  .white-nav.white-nav-transparent .navbar .navbar-nav > li > a {
    color: #fff;
  }
  .white-nav.white-nav-transparent .navbar .navbar-nav > li > a:hover {
    color: var(--bs-primary);
  }
}
.white-nav.white-nav-transparent.navbarscroll {
  background: #fff;
}
.white-nav.white-nav-transparent.navbarscroll .navbar-nav a {
  color: #1d1d1d;
}
.white-nav.white-nav-transparent.navbarscroll .navbar .navbar-nav > li > a {
  color: #1d1d1d;
}
.white-nav.white-nav-transparent.navbarscroll .navbar .navbar-nav > li > a:hover {
  color: var(--bs-primary);
}
/*** 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: #252525;
}
.white-nav .navbar .navbar-nav > li > a {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #1D1D1D;
  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;
  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;
    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: 500;
    color: #252525;
    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: "+";
  }
  .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: 6px;
    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: "+";
    font-size: 12px;
    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: 500;
    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: 500;
    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%;
  border-radius: 0;
  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;
}
/* menu image plugin fix */
.menu-image-title-before.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper, .menu-image-title-after.menu-image-title {
  padding-left: 0;
}
.menu-image-title.menu-image-title-above, .menu-image-title.menu-image-title-below, .menu-image-title-below, .menu-image-title-above, .menu-item a.menu-image-title-above, .menu-item a.menu-image-title-below {
  text-align: left;
  display: block;
}
@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: 700;
    cursor: auto;
    color: #1d1d1d;
    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: 700;
    cursor: auto;
    color: #1d1d1d;
    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;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .navbar li.mega-menu-column:hover .sub-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
  }
}
/***** 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------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------Main headline------------------------
---------------------------------------------- */
.mainheadline {
  display: flex;
  align-items: flex-start;
  font-family: Archivo Narrow;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--bs-secondary);
}
.mainheadline .mainheadline-line {
  display: inline-block;
  margin-top: 12px;
  margin-right: 30px;
  width: 80px;
  height: 1px;
  background: var(--bs-secondary);
}
.mainheadline.mainheadline-color2 {
  color: var(--bs-primary);
}
.mainheadline.mainheadline-color2 .mainheadline-line {
  background: var(--bs-primary);
}
.mainheadline.mainheadline-right1 {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .mainheadline.mainheadline-right1 {
    display: flex;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .mainheadline {
    flex-direction: column;
  }
  .mainheadline .mainheadline-line {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/* --------------------------------------------
--------------------Footer------------------------
---------------------------------------------- */
/* copyright row */
.footer2 {
  margin-top: 75px;
  background: #1d1d1d;
  width: 100%;
  padding: 12px 0;
}
.footer2 .footer2-line {
  width: 100%;
  border-top: 1px solid #545454;
  padding-top: 12px;
}
.footer2-space {
  padding: 0;
}
.footer2 div.col-md-6 {
  display: flex;
  align-items: center;
}
.footer2 div.col-md-6:nth-child(2) {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .footer2 {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .footer2 {
    text-align: center;
  }
  .footer2 div.col-md-6:nth-child(2) {
    margin-top: 12px;
    display: flex;
    justify-content: center;
  }
}
/* main footer */
.footer1-wrapper-bg {
  padding-top: 115px;
  padding-bottom: 0;
  background: #1d1d1d;
}
@media (max-width: 992px) {
  .footer1-wrapper-bg {
    padding-top: 90px;
  }
}
.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;
}
.footer1-wrapper .copyright {
  margin: 18px 0;
}
.footer1-wrapper .copyright, .footer1-wrapper .copyright h1, .footer1-wrapper .copyright h2, .footer1-wrapper .copyright h3, .footer1-wrapper .copyright h4, .footer1-wrapper .copyright h5, .footer1-wrapper .copyright h6 {
  color: #f9f9f9;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
.footer1-wrapper .copyright a {
  color: var(--bs-primary);
  font-size: 15px;
  text-align: center;
  font-weight: 400;
}
.footer1-wrapper .copyright a:hover {
  color: var(--bs-primary);
}
/* ----------------------------
To top button
----------------------------- */
.button-top {
  position: fixed;
  z-index: 1000;
  bottom: 40px;
  right: 40px;
  padding-top: 12px;
  text-align: center;
  background: #fff;
  opacity: 1;
  cursor: pointer;
  width: 60px;
  height: 60px;
  font-size: 25px;
  border-radius: 0;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  box-shadow: 0px 0px 15px rgba(37, 143, 103, 0.07);
}
.button-top:hover {
  color: var(--bs-primary);
}
.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: #ddd;
}
.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;
}
.footer-widgets form input[type=submit], .footer-widgets button.wp-block-search__button, .footer-widgets form.searchform input[type=submit] {
  background: var(--bs-primary);
}
.footer-widgets form input[type=submit]:hover, .footer-widgets button.wp-block-search__button:hover, .footer-widgets form.searchform input[type=submit]:hover {
  background: var(--bs-primary);
  border: none;
}
a.rsswidget {
  font-weight: 600;
}
.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;
  padding: 24px;
  /* widget that need ul li padding */
  /* widget that need ul li padding end */
}
.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: 15px;
  font-weight: 500;
  color: var(--bs-primary);
  font-family: var(--bs-font-secondary);
}
.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: 18px;
  line-height: 1.2;
  color: var(--bs-secondary);
}
.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: 18px !important;
  line-height: 1.2;
  font-weight: 700;
}
.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: 15px;
  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: 700;
}
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: 15px;
  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 */
.wc-block-product-categories-list li, .widget_categories li {
  font-weight: 500;
  font-family: var(--bs-font-secondary);
  text-transform: uppercase;
  font-size: 15px;
  color: #1d1d1d;
}
.wc-block-product-categories-list li::before, .widget_categories li::before {
  display: none;
}
.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: 600 !important;
}
.widget_recent_comments ul li {
  margin-bottom: 12px;
}
.widget_recent_comments ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  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-secondary);
}
.footer .widget_recent_comments ul li:hover::before {
  color: #fff;
}
.widget_archive ul li {
  font-size: 15px;
  text-transform: uppercase;
  font-family: var(--bs-font-secondary);
  font-weight: 500;
}
.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: 600;
}
.wp-block-categories li {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 12px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--bs-font-secondary);
  color: #1d1d1d;
}
.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 form input[type=submit] {
  border: none !important;
}
.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: 15px;
  font-weight: 500;
  color: #1d1d1d;
  font-family: var(--bs-font-secondary);
}
.sidebar .wp-block-categories li a {
  display: block;
  width: 100%;
  color: #1d1d1d;
  font-weight: 500;
  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;
  font-weight: 600;
}
.widget_rss cite {
  display: block;
  margin-top: 7px !important;
  font-size: 16px;
}
.widget_rss span.rss-date {
  display: block;
  margin: 5px 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--bs-secondary);
  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;
  border: none;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  -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: 18px 48px;
  width: auto;
  line-height: 1;
  border-radius: 0;
  text-transform: uppercase;
  font-family: var(--bs-font-secondary);
  color: #fff;
  outline: none;
}
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 {
  box-shadow: 8px 8px var(--bs-secondary);
  transition: 0.3s;
}
/*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 {
  box-shadow: 8px 8px var(--bs-secondary);
  transition: 0.3s;
}
/*second color */
a.custom-button1.second-color:link, a.custom-button1.second-color:visited {
  background-color: var(--bs-secondary);
}
a.custom-button1.second-color:link:hover, a.custom-button1.second-color:visited:hover {
  box-shadow: 8px 8px var(--bs-primary);
  transition: 0.3s;
}
/* button size */
button.custom-button1.small, a.custom-button1.small:link, a.custom-button1.small:visited {
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
}
/***** custom button 1 end *****/
/**** custom button link ***/
a.custom-button-link:link, a.custom-button-link:visited {
  display: block;
  font-family: var(--bs-font-secondary);
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  color: var(--bs-primary);
}
a.custom-button-link:link:hover, a.custom-button-link:visited:hover {
  color: var(--bs-secondary);
}
a.custom-button-link:link i, a.custom-button-link:visited i {
  display: inline-block;
  margin-left: 3px;
  content: "";
  font-family: "Font Awesome 5 Free";
  transform: rotate(-45deg);
}
/* --------------------------------------------
--------------------Custom buttons end------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------Box 1------------------------
---------------------------------------------- */
.box1 h2 {
  font-family: Archivo Narrow;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
}
.box1 .box1-line {
  display: block;
  margin: 12px 0;
  width: 100%;
  height: 1px;
  background: #d7d7d7;
}
.box1 a:link, .box1 a:visited {
  display: block;
  margin-top: 30px;
  font-family: Archivo Narrow;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  color: var(--bs-primary);
}
.box1 a:link:hover, .box1 a:visited:hover {
  color: var(--bs-secondary);
}
.box1 a:link:after, .box1 a:visited:after {
  display: inline-block;
  margin-left: 7px;
  content: "";
  font-family: "Font Awesome 5 Free";
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .box1 h2 {
    font-size: 28px;
  }
}
/* --------------------------------------------
--------------------Box 1 end------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------Texts with line on the left------------------------
---------------------------------------------- */
.textline {
  display: flex;
  flex-direction: row;
}
.textline .textline-line {
  display: inline-block;
  margin-right: 32px;
  margin-top: 18px;
  min-width: 80px;
  height: 1px;
  background: #979797;
}
.textline .textline-line.text-line-white {
  background: #f9f9f9;
}
.textline .text-line-white p {
  color: #f9f9f9;
}
@media (max-width: 767px) {
  .textline .textline-line {
    display: none;
  }
}
.textline2 {
  display: flex;
  flex-direction: row;
}
.textline2 .textline-line2 {
  display: inline-block;
  margin-right: 32px;
  margin-top: 24px;
  min-width: 80px;
  height: 1px;
  background: var(--bs-primary);
}
.textline2 h3 {
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .textline2 {
    display: flex;
    flex-direction: column;
  }
  .textline2 .textline-line2 {
    display: block;
    margin-bottom: 24px;
    margin-top: 0;
    max-width: 100px;
  }
}
.textline3 {
  display: flex;
  flex-direction: row;
}
.textline3 .textline-line3 {
  display: inline-block;
  margin-right: 32px;
  margin-top: 17px;
  min-width: 80px;
  height: 1px;
  background: #979797;
}
.textline3 h3 {
  margin-bottom: 12px;
  font-size: 28px;
}
@media (max-width: 767px) {
  .textline3 .textline-line3 {
    display: none;
  }
}
/* --------------------------------------------
--------------------Texts with line on the left end------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------Box 2------------------------
---------------------------------------------- */
.box2 {
  display: flex;
  flex-direction: row;
  background: #fafafa;
  padding: 30px;
}
.box2 .box2-text1-wrapper {
  display: flex;
  flex-direction: column;
}
.box2 .box2-icon i {
  margin-right: 18px;
  margin-top: 6px;
  font-size: 24px;
  color: var(--bs-primary);
}
.box2 h3 {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d7d7d7;
  font-size: 28px;
}
.box2 p {
  margin-bottom: 0;
}
/* --------------------------------------------
--------------------Box 2 end------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------Box 3------------------------
---------------------------------------------- */
.box3 {
  display: flex;
  flex-direction: row;
}
.box3 .box3-text1-wrapper {
  display: flex;
  flex-direction: column;
}
.box3 h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  font-size: 38px;
  width: 80px;
  height: 80px;
  background: #f9f9f9;
  border: 1px solid #d7d7d7;
}
.box3 h3 {
  margin-bottom: 6px;
  font-size: 28px;
}
.box3 p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .box3 {
    display: flex;
    flex-direction: column;
  }
  .box3 h4 {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
/* --------------------------------------------
--------------------Box 3 end------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------Box 4------------------------
---------------------------------------------- */
.box3.box4 {
  display: flex;
  flex-direction: row;
}
.box3.box4 .box3-text1-wrapper {
  display: flex;
  flex-direction: column;
}
.box3.box4 .box4-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
  min-width: 80px;
  width: 80px;
  height: 80px;
  background: #f9f9f9;
}
.box3.box4 img {
  max-width: 35px;
}
@media (max-width: 767px) {
  .box3.box4 {
    display: flex;
    flex-direction: column;
  }
  .box3.box4 .box4-img {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
/* --------------------------------------------
--------------------Box 4 end------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------Box 4------------------------
---------------------------------------------- */
.box5 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 18px;
  background: #f9f9f9;
}
.box5 .box5-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
}
.box5 img {
  margin-top: 8px;
  max-width: 40px;
}
.box5 h3 {
  font-size: 28px;
}
@media (max-width: 767px) {
  .box5 {
    display: flex;
    flex-direction: column;
  }
  .box5 .box5-img {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
/* --------------------------------------------
--------------------Box 5 end------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------List1------------------------
---------------------------------------------- */
.list1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 44px;
}
.list1 .list1-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.list1 .list1-inner.space {
  padding-left: 112px;
}
.list1 .list1-inner1 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.list1 p {
  margin-bottom: 0;
  padding-top: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--bs-font-secondary);
  font-size: 18px;
  color: #252525;
}
.list1 i {
  margin-right: 12px;
  color: var(--bs-secondary);
  font-size: 8px;
}
@media (max-width: 992px) {
  .list1-992-center .list1 {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .list1-767-center .list1 {
    display: flex;
    justify-content: center;
  }
  .list1 .list1-inner.space {
    padding-left: 0;
  }
}
/* --------------------------------------------
--------------------List1 end------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------List2------------------------
---------------------------------------------- */
.list2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 34px;
}
.list2 .list2-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.list2 .list2-inner1 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.list2 p {
  margin-bottom: 0;
  padding-top: 0;
  font-weight: 700;
  font-size: 18px;
  color: #252525;
  font-family: var(--bs-font-secondary);
}
.list2 i.icon-check {
  display: inline-block;
  margin-right: 12px;
  width: 32px;
  height: 32px;
  background: url("assets/images/check.png") center center no-repeat;
}
@media (max-width: 992px) {
  .list2-992-center .list2 {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .list2-767-center .list2 {
    display: flex;
    justify-content: center;
  }
}
/* --------------------------------------------
--------------------List2 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------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------Team list1------------------------
---------------------------------------------- */
.team-list1 {
  display: flex;
  flex-direction: row;
}
.team-list1 .team-list1l {
  font-weight: 700;
  color: #1d1d1d;
  text-transform: uppercase;
  font-family: var(--bs-font-secondary);
  width: 150px;
}
@media (max-width: 767px) {
  .team-list1 {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
  }
  .team-list1 .team-list1l {
    width: 100%;
  }
}
/* --------------------------------------------
--------------------Team list1 end------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------Team list2------------------------
---------------------------------------------- */
.team-list2 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.team-list2 .team-list2l h3 {
  font-weight: 700;
  color: #1d1d1d;
  font-size: 28px;
  text-transform: uppercase;
  font-family: var(--bs-font-secondary);
  width: 200px;
}
@media (max-width: 767px) {
  .team-list2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.team-list2.team-list2-border {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #d7d7d7;
}
/* --------------------------------------------
--------------------Team list2 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 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------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------Blox box1------------------------
---------------------------------------------- */
.blog-box1-wrapper div.col-lg-12:last-child .blog-box2 {
  border: none;
}
.blog-box1 {
  display: block;
  margin-bottom: 36px;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 36px;
}
.blog-box1 h3 {
  margin-bottom: 24px;
  margin-top: 0;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
}
.blog-box1 .blog-meta-inner, .blog-box1 .blog-meta-inner ul {
  margin: 0;
}
.blog-box1 .blog-meta-inner li {
  margin: 0 0 6px 0;
}
/* --------------------------------------------
--------------------Blog box1 end------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------Blox box2------------------------
---------------------------------------------- */
.blog-box2-wrapper div.col-lg-12:last-child .blog-box2 {
  border: none;
}
@media (max-width: 992px) {
  .blog-box2 {
    margin-bottom: 36px;
  }
}
.blog-box2 {
  display: block;
}
.blog-box2 h3 {
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 600;
}
.blog-box2 p {
  margin-bottom: 18px;
}
/* --------------------------------------------
--------------------Blog box2 end------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------Blox box3------------------------
---------------------------------------------- */
.blog-box1.blog-box3 {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 767px) {
  .blog-box1.blog-box3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.blog-box1.blog-box3 img {
  max-width: 300px;
  width: auto;
  padding-right: 24px;
}
@media (max-width: 767px) {
  .blog-box1.blog-box3 img {
    margin-bottom: 12px;
  }
}
.blog-box1.blog-box3 {
  padding-bottom: 0;
  border: none;
}
/* --------------------------------------------
--------------------Blox box3 end------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------Testimonials------------------------
---------------------------------------------- */
.testimonials1.owl-carousel .owl-item img {
  width: auto;
}
.testimonials1 .testimonial-one1-wrapper {
  padding: 10px 15px;
}
.testimonials1 .testimonial-one1 {
  padding: 24px;
  background: #fff;
  width: 100%;
  border-radius: 2px;
}
.testimonials1 .testimonial-one1.testimonial-onegrey {
  background: #f9f9f9;
}
.testimonials1 p.testimonials-text {
  margin-bottom: 18px;
}
.testimonials1 p.testimonials-text1 {
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: #252525;
}
.testimonials1 p.testimonials-text2 {
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  color: var(--bs-primary);
}
.testimonials1 .testimonials-image img.wp-post-image {
  margin: 0 12px 0 0;
  width: 50px !important;
  border-radius: 500px !important;
}
.testimonials1 .testimonials-image {
  display: flex;
  flex-direction: row;
  align-items: center;
}
/* --------------------------------------------
--------------------Testimonials end------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------Accordion1------------------------
---------------------------------------------- */
/* class for custom accordion */
.elementor-accordion-faq1 .elementor-tab-title a {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 18px 5px;
  max-width: 1250px;
  border: none;
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  background: url("assets/images/up-right-arrow.svg") right center no-repeat;
  font-family: var(--bs-font-secondary);
  color: #1d1d1d;
}
@media (max-width: 991px) {
  .elementor-accordion-faq1 .elementor-tab-title a {
    font-size: 28px;
    padding: 12px 5px;
  }
}
.elementor-accordion-faq1 .elementor-tab-title.elementor-active a {
  background: url("assets/images/down-right-arrow.svg") right center no-repeat;
}
@media (max-width: 992px) {
  .elementor-accordion-faq1 .elementor-tab-title a, .elementor-accordion-faq1 .elementor-tab-title.elementor-active a {
    background-size: 20px;
  }
}
@media (max-width: 767px) {
  .elementor-accordion-faq1 .elementor-tab-title a {
    font-size: 18px;
  }
  .elementor-accordion-faq1 .elementor-tab-title a, .elementor-accordion-faq1 .elementor-tab-title.elementor-active a {
    background-size: 15px;
  }
}
.elementor-accordion-faq1 .elementor-accordion-item {
  background: #f9f9f9;
}
.elementor-accordion-faq1 .elementor-tab-title {
  border-top: #d7d7d7 1px solid;
  background: #f9f9f9;
}
.elementor-accordion-faq1 .elementor-tab-title.elementor-active {
  background: var(--bs-secondary);
}
.elementor-accordion-faq1 .elementor-tab-title.elementor-active .elementor-accordion-title {
  color: #fff;
}
.elementor-accordion-faq1 .elementor-tab-title span {
  display: none !important;
}
.elementor-accordion-faq1 .elementor-accordion .elementor-accordion-item .elementor-tab-content {
  margin: 0 auto;
  max-width: 1260px;
  padding: 24px 12px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 18px;
  border: none;
}
@media (max-width: 1350px) {
  .elementor-accordion-faq1 .elementor-accordion .elementor-accordion-item .elementor-tab-content {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .elementor-accordion-faq1 .elementor-tab-title a {
    padding: 12px 10px;
  }
}
.elementor-accordion-faq1.elementor-accordion-faq-white .elementor-accordion-item {
  background: #fff;
}
.elementor-accordion-faq1.elementor-accordion-faq-white .elementor-tab-title {
  background: #fff;
}
.elementor-accordion-faq1.elementor-accordion-faq-white .elementor-tab-title.elementor-active {
  background: var(--bs-secondary);
}
/* --------------------------------------------
--------------------Accordion1 end------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------Accordion2------------------------
---------------------------------------------- */
/* class for custom accordion */
.elementor-accordion-faq2 .elementor-tab-title a {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 12px 0;
  max-width: 1240px;
  border: none;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  background: url("assets/images/plus.svg") right center no-repeat;
  font-family: var(--bs-font-secondary);
  color: #1d1d1d;
}
.elementor-accordion-faq2 .elementor-tab-title.elementor-active a {
  background: url("assets/images/minus.svg") right center no-repeat;
}
.elementor-accordion-faq2 .elementor-accordion-item {
  background: #f9f9f9;
}
.elementor-accordion-faq2 .elementor-tab-title {
  border-top: #d7d7d7 1px solid;
  background: #f9f9f9;
}
.elementor-accordion-faq2 .elementor-tab-title:hover a {
  color: var(--bs-primary);
}
.elementor-accordion-faq2 .elementor-tab-title.elementor-active {
  color: var(--bs-primary);
}
.elementor-accordion-faq2 .elementor-tab-title.elementor-active .elementor-accordion-title {
  color: var(--bs-primary);
}
.elementor-accordion-faq2 .elementor-tab-title span {
  display: none !important;
}
.elementor-accordion-faq2 .elementor-accordion .elementor-accordion-item .elementor-tab-content {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 24px 24px 24px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 18px;
  border: none;
}
.elementor-accordion-faq2.elementor-accordion-faq2-white .elementor-tab-title {
  padding: 12px 0;
}
.elementor-accordion-faq2.elementor-accordion-faq2-white .elementor-tab-title a {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 12px 0;
  max-width: 1260px;
  border: none;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  font-family: var(--bs-font-secondary);
  color: #1d1d1d;
}
.elementor-accordion-faq2.elementor-accordion-faq2-white .elementor-accordion-item {
  background: #fff;
}
.elementor-accordion-faq2.elementor-accordion-faq2-white .elementor-tab-title {
  border-top: #d7d7d7 1px solid;
  background: #fff;
}
.elementor-accordion-faq2.elementor-accordion-faq2-white .elementor-tab-title:hover a {
  color: var(--bs-primary);
}
.elementor-accordion-faq2.elementor-accordion-faq2-white .elementor-tab-title.elementor-active {
  color: var(--bs-primary);
}
.elementor-accordion-faq2.elementor-accordion-faq2-white .elementor-tab-title.elementor-active .elementor-accordion-title {
  color: var(--bs-primary);
}
.elementor-accordion-faq2.elementor-accordion-faq2-white .elementor-tab-title span {
  display: none !important;
}
.elementor-accordion-faq2.elementor-accordion-faq2-white .elementor-accordion .elementor-accordion-item .elementor-tab-content {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 0 24px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 18px;
  border: none;
}
/* --------------------------------------------
--------------------Accordion2 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;
}
.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: #252525;
  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 *****/
.single-post-wrapper .blog-meta-inner {
  margin-top: 0;
  margin-bottom: 12px !important;
}
.single-post-wrapper .blog-post .blog-post-image-wrapper img {
  margin-bottom: 24px;
  border: 0;
}
@media (max-width: 992px) {
  .single-post-wrapper .blog-post .blog-post-image-wrapper img {
    margin-bottom: 12px;
  }
}
.index-post-wrapper .blog-post-image img, .blog-archive-page .blog-post-image img {
  border-radius: 0;
  border: none;
}
.blog-post-image img {
  margin-bottom: 12px;
}
.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;
  align-items: center;
  margin-right: 10px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #979797;
  font-family: var(--bs-font-secondary);
  text-transform: uppercase;
}
.blog-meta-inner ul li a:link, .blog-meta-inner ul li a:visited {
  font-weight: 600;
  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: var(--bs-secondary);
  font-size: 5px;
  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: 11px;
  font-size: 15px !important;
  font-weight: 500;
  padding: 8px 14px;
  background: tranpsarent;
  line-height: 1;
  border: 1px solid #d7d7d7;
  color: #444444;
  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;
}
.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: #252525;
  width: 50px;
  height: 50px;
  border-radius: 0;
  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: #252525;
  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: #252525;
  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: #252525;
  width: 50px;
  height: 50px;
  border-radius: 0;
  -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: 60px;
  margin-bottom: 0;
  background: #f9f9f9;
  padding: 15px 50px 50px 50px;
}
@media (max-width: 992px) {
  .comments {
    margin-top: 36px;
    margin-bottom: 0;
    padding: 15px 25px 25px 25px;
  }
}
.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: #fff;
  padding: 24px;
  border-radius: 0;
}
@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: 3px;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 600;
  color: #252525;
  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: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #272727;
}
.comment-reply-link {
  font-style: normal !important;
  font-weight: 500;
  line-height: 21px !important;
  color: var(--bs-secondary) !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 {
  height: 55px;
  outline: none;
  box-shadow: none;
  border: 1px solid transparent;
}
.comment-form textarea {
  border: 1px solid transparent;
}
.comment-form textarea:hover, .comment-form textarea:focus, .comment-form input:hover, .comment-form input:focus {
  border: 1px solid var(--bs-primary);
  box-shadow: none;
}
.comment-form input.submit:hover, .comment-form input.submit:focus {
  border: 1px solid transparent;
  box-shadow: 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: 15px;
  font-weight: 500;
}
.comment-form .comment-form-cookies-consent input {
  margin-top: 2px;
  margin-right: 12px;
  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;
}
.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: 18px;
  font-weight: 600;
  text-align: center;
  color: #252525;
  padding: 10px;
  width: 40px;
  height: 40px;
  border-radius: 0;
}
.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 4px;
  text-align: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  font-weight: 600;
  color: #252525;
  padding-top: 12px;
  border-radius: 0;
}
.pagination-wrapper .nav-links span.page-numbers.current {
  background: var(--bs-primary);
  color: #fff;
  border-radius: 0;
}
.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: 36px;
  margin-bottom: 12px;
  font-size: 38px;
  line-height: 1.2;
}
@media (max-width: 992px) {
  h3.comment-reply-title {
    margin-top: 14px !important;
    margin-bottom: 7px !important;
    font-size: 35px;
  }
}
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: #f9f9f9;
  border: none;
}
.innerpages-title-wrapper-first .innerpages-title-wrapper .innerpages-title {
  position: relative;
  z-index: 1;
}
.innerpages-title-wrapper-first .innerpages-title-wrapper .innerpages-title1 {
  padding: 60px 0 66px 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: flex;
  align-items: center;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #1d1d1d;
  text-transform: uppercase;
  font-family: var(--bs-font-secondary);
  font-size: 15px;
  font-weight: 700;
}
.innerpages-title-wrapper-first .breadcrumb1 .breadcrumb1-line {
  margin-right: 32px;
  width: 70px;
  height: 1px;
  background: #979797;
}
.innerpages-title-wrapper-first .breadcrumb1 a {
  font-size: 15px;
  font-weight: 700;
  color: #1d1d1d;
  text-transform: uppercase;
  font-family: var(--bs-font-secondary);
}
.innerpages-title-wrapper-first .breadcrumb1 a:hover {
  color: var(--bs-secondary);
}
.innerpages-title-wrapper-first .breadcrumb1 span.current-item {
  color: var(--bs-secondary);
}
.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: 0;
}
@media only screen and (max-width: 992px) {
  .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: 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 end------------------------
---------------------------------------------- */
/* --------------------------------------------
-------------------404 error-----
---------------------------------------------- */
.error-404 {
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
  text-align: cener;
}
.error-404 h2 {
  font-size: 150px;
  color: var(--bs-primary);
}
.error-404 h1 {
  font-size: 22px;
  color: #fff;
}
.error-page-bg {
  background-color: #ccc;
}
/* --------------------------------------------
-------------------404 error end-----
---------------------------------------------- */
/* --------------------------------------------
-------------------Latest posts widget-----
---------------------------------------------- */
.widget.widget_st_latest_posts_widget .widget-content h2.widget-title {
  margin-bottom: 12px !important;
}
.widget .sp-latest-posts-widget.latest-posts h2.widget-title {
  margin-bottom: 18px;
}
.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: 12px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  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: 15px;
  line-height: 1.2;
  font-weight: 600;
  color: #878787;
  font-family: var(--bs-font-secondary);
  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: 6px;
  width: 100px !important;
  max-width: 100px !important;
  border-radius: 0;
  margin-bottom: 1px;
  border: none;
}
/* --------------------------------------------
-------------------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: 280px;
  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: 500px;
  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(230px);
  }
  65% {
    transform: translateX(230px);
  }
  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;
  margin-right: 18px;
  width: 100px;
  height: 100px;
  font-size: 36px;
  background: var(--bs-secondary);
  color: #fff;
  border-radius: 500px;
  border: none;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
a.video-button:link:hover, a.video-button:visited:hover {
  background: var(--bs-primary);
  color: #fff;
}
.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 {
  background: var(--bs-primary) url("assets/images/glass.png") 50% 50% no-repeat;
  opacity: 1;
  width: 70px;
  height: 70px;
  box-shadow: 0px 0px 15px rgba(37, 143, 103, 0.07);
}
.cursor-hover-hover2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bs-primary);
  opacity: 1;
  width: 70px;
  height: 70px;
  box-shadow: 0px 0px 15px rgba(37, 143, 103, 0.07);
}
.cursor-hover-hover2:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #fff;
  font-size: 25px;
  transform: rotate(-45deg);
}
/* --------------------------------------------
--------------------Cursor on popup images end------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------Custom countdown1------------------------
---------------------------------------------- */
.custom-countdown1 {
  display: block;
  width: auto;
}
.custom-countdown1 .ycd-all-content-wrapper {
  background: #1d1d1d;
  padding: 12px 6px 12px 12px;
  display: inline-block;
}
.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: 6px;
  margin-top: 0;
  min-width: 80px;
  min-height: 50px;
  background: transparent;
  border-radius: 0;
  font-size: 38px;
  font-weight: 700;
  font-family: var(--bs-font-secondary);
  color: #fff;
}
.custom-countdown1 .ycd-all-content-wrapper .ycd-simple-countdown-time.ycd-simple-countdown-label {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #f9f9f9;
}
.custom-countdown1 .ycd-all-content-wrapper .ycd-simple-timer-dots {
  margin-top: 4px;
  margin-left: 8px;
  color: #f9f9f9;
  font-size: 40px;
}
.custom-countdown1.custom-countdown2 .ycd-all-content-wrapper {
  background: var(--bs-secondary);
}
@media (max-width: 992px) {
  .custom-countdown1 {
    display: block;
    width: auto;
  }
  .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: 0 !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;
  }
}
/* --------------------------------------------
--------------------Custom countdown1 end------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------Events plugin------------------------
---------------------------------------------- */
/* single events page */
.tribe-events-single-section.tribe-events-event-meta.primary, .tribe-events-single-section.tribe-events-event-meta.secondary {
  width: 50%;
}
.tribe-events-single-section.tribe-events-event-meta.primary h2.tribe-events-single-section-title, .tribe-events-single-section.tribe-events-event-meta.secondary h2.tribe-events-single-section-title {
  margin-bottom: 18px;
  font-family: var(--bs-font-secondary);
  color: #1d1d1d;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 0;
  font-weight: 700px;
}
.tribe-events-venue-map {
  width: 50%;
  margin: 36px 0 24px 0;
}
@media (max-width: 767px) {
  .tribe-events-venue-map {
    width: 100%;
    margin: 0;
  }
  .tribe-events-single-section.tribe-events-event-meta.primary, .tribe-events-single-section.tribe-events-event-meta.secondary {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  /* single events page */
  .tribe-events-single-section.tribe-events-event-meta.primary, .tribe-events-single-section.tribe-events-event-meta.secondary {
    width: 100%;
  }
}
.tribe-events-meta-group {
  flex: 1 0 0 !important;
  margin-right: 0;
  order: 0;
}
.tribe-events-meta-group {
  padding: 36px 0 0 0;
  width: auto;
}
.single-tribe_events .tribe-events-event-meta {
  color: #444444;
  font-weight: 500;
  font-size: 18px;
}
.tribe-events-meta-group dt {
  color: #1d1d1d;
  font-weight: 700;
  font-size: 18px;
  font-family: var(--bs-font-secondary);
  text-transform: uppercase;
}
.single-tribe_events .tribe-events-event-meta a:link, .single-tribe_events .tribe-events-event-meta a:visited {
  color: #1d1d1d;
  font-weight: bold;
}
.single-tribe_events .tribe-events-event-meta a:hover {
  color: var(--bs-primary);
}
.single-tribe_events #tribe-events-pg-template {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.tribe-events-single {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  padding: 0 20px;
}
.tribe-events-content h2, .tribe-events-content h3, .tribe-events-content h4, .tribe-events-content h5, .tribe-events-content h6 {
  margin-bottom: 0;
}
.tribe-events-content h2, .tribe-events-content h3, .tribe-events-content h4, .tribe-events-content h5, .tribe-events-content h6 {
  color: #1d1d1d;
  font-family: var(--bs-font-secondary);
  font-weight: 700;
  letter-spacing: normal;
  text-transform: uppercase;
}
/* button add to calendar */
.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
  color: #fff;
  background-color: var(--bs-primary);
  border: none;
  font-size: 18px;
  border-radius: 0;
  padding: 12px;
  text-transform: uppercase;
  font-family: var(--bs-font-secondary);
}
.tribe-common .tribe-common-c-btn-border:focus, .tribe-common .tribe-common-c-btn-border:hover, .tribe-common a.tribe-common-c-btn-border:focus, .tribe-common a.tribe-common-c-btn-border:hover {
  background-color: var(--bs-primary);
  color: #fff;
}
.tribe-common .tribe-common-c-btn-border--secondary, .tribe-common a.tribe-common-c-btn-border--secondary {
  border-color: var(--bs-primary);
  color: var(--bs-primary);
}
.tribe-common .tribe-common-c-btn-border--secondary:focus, .tribe-common .tribe-common-c-btn-border--secondary:hover, .tribe-common a.tribe-common-c-btn-border--secondary:focus, .tribe-common a.tribe-common-c-btn-border--secondary:hover {
  background-color: var(--bs-primary);
}
.tribe-common-c-svgicon {
  display: none !important;
}
button.tribe-events-c-subscribe-dropdown__button-text:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 6px;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown, .tribe-events .tribe-events-c-subscribe-dropdown {
  margin: 12px 0 24px 0;
}
.tribe-events-schedule.tribe-clearfix {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.tribe-events-schedule h2 {
  color: #1d1d1d;
  font-family: var(--bs-font-secondary);
  font-weight: 700;
  font-size: 38px;
  line-height: 1.2;
}
.tribe-events-schedule .tribe-events-cost {
  color: var(--bs-primary);
  font-family: var(--bs-font-secondary);
  font-weight: 700;
  font-size: 38px;
  line-height: 1.2;
}
p.tribe-events-back {
  margin-bottom: 24px;
}
.tribe-events-back a {
  font-family: var(--bs-font-secondary);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
}
.tribe-events-content ol:last-child, .tribe-events-content p:last-child, .tribe-events-content ul:last-child {
  margin-bottom: 0;
}
/* events list */
.events .events-one {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 36px;
  border-bottom: 1px solid #d7d7d7;
}
@media (max-width: 992px) {
  .events .events-one {
    padding: 36px 0;
  }
}
.events .events-one:hover {
  background: var(--bs-secondary);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff;
}
.events .events-one:hover h4 {
  color: #fff;
}
.events .events-one-inner {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1240px !important;
}
.events .events-one-inner-left {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1240px !important;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .events .events-one-inner-left {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 28px;
  }
}
.events .events-one1 {
  max-width: 350px;
}
.events .events-one1 img {
  max-width: auto;
  padding-right: 3em;
}
@media (max-width: 1300px) {
  .events .events-one1 {
    max-width: 300px;
  }
  .events .events-one1 img {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .events .events-one1 {
    max-width: 250px;
  }
  .events .events-one1 img {
    padding-right: 0;
    padding-bottom: 18px;
  }
}
.events .events-one2 {
  padding: 0 1em;
  max-width: 650px;
}
@media (max-width: 1300px) {
  .events .events-one2 {
    max-width: 500px;
  }
}
@media (max-width: 1200px) {
  .events .events-one2 {
    max-width: 450px;
  }
}
@media (max-width: 992px) {
  .events .events-one2 {
    padding: 0;
    max-width: 100%;
  }
}
.events .events-one3 {
  padding: 0 0 0 2em;
}
@media (max-width: 992px) {
  .events .events-one3 {
    text-align: right;
    padding: 18px 0 0 0;
  }
}
.events .eventsdate {
  margin-bottom: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.events .eventsdate span {
  display: inline-block;
  font-size: 18px;
  font-family: var(--bs-font-secondary);
  color: var(--bs-primary);
  text-transform: uppercase;
  font-weight: 500;
}
.events .events-one:hover .eventsdate span {
  color: #f9f9f9;
}
@media (max-width: 767px) {
  .events .eventsdate {
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.events .eventsdate-list {
  margin: 0 24px;
  width: 50px;
  height: 1px;
  background: #d7d7d7;
}
@media (max-width: 767px) {
  .events .eventsdate-list {
    background: transparent;
    margin: 0 0 3px 0;
  }
}
.events a.eventslink {
  position: relative;
  overflow: hidden;
  transition: 0.2s transform ease-in-out;
  will-change: transform;
  z-index: 0;
  display: inline-block;
  border: none;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  border: 2px solid var(--bs-secondary);
  text-align: center;
  padding: 18px 48px;
  width: auto;
  line-height: 1;
  border-radius: 0;
  text-transform: uppercase;
  font-family: var(--bs-font-secondary);
  color: var(--bs-secondary);
  outline: none;
}
.events a.eventslink:hover {
  box-shadow: 8px 8px var(--bs-secondary);
  transition: 0.3s;
}
@media (max-width: 1300px) {
  .events a.eventslink {
    padding: 18px 24px;
  }
}
.events .events-one:hover a.eventslink {
  background: var(--bs-primary);
  color: #fff;
  border-color: transparent;
}
.events .events-one:hover a.eventslink::after {
  background: var(--bs-primary);
  color: #fff;
  border-color: transparent;
}
/* events box */
.events .events-boxes-one {
  margin-bottom: 20px;
}
.events .events-boxes-one img {
  margin-bottom: 21px;
}
.events .events-boxes-one .eventsdate {
  margin-bottom: 6px;
}
@media (max-width: 992px) {
  .events .events-boxes-one {
    margin-bottom: 30px;
  }
}
/* list */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-bottom: 0;
  padding-top: 48px;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
  padding-left: 30px;
  padding-right: 30px;
}
.tribe-common .tribe-common-h5 {
  font-size: 18px;
}
.tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6 {
  color: #1d1d1d;
  font-family: var(--bs-font-secondary);
  font-weight: 700;
  line-height: 1.2;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2 {
  font-size: 18px;
  line-height: inherit;
}
.tribe-common .tribe-common-b2 {
  color: inherit;
  font-family: var(--bs-font-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.28;
}
.tribe-common .tribe-common-l-container {
  max-width: 1300px;
}
.tribe-events-calendar-list__event .tribe-events-calendar-list__event-title-link.tribe-common-anchor-thin {
  font-size: 28px;
  font-family: var(--bs-font-secondary);
}
.tribe-events-calendar-list__event-date-tag-daynum.tribe-common-h5.tribe-common-h4--min-medium {
  margin-top: 6px;
  color: #1d1d1d;
  font-family: var(--var-font-primary);
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
}
.tribe-events-calendar-list__event-date-tag-weekday {
  color: #979797 !important;
  font-family: var(--bs-font-secondary) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1;
  text-transform: uppercase;
}
/*** events widget ***/
.tribe-common time.tribe-events-widget-events-list__event-datetime {
  display: block;
  margin-bottom: 6px !important;
}
.tribe-common .tribe-common-anchor-thin {
  border-bottom: none;
  font-family: var(--bs-font-secondary);
  font-size: 18px;
  border-bottom: none !important;
  line-height: 1.2;
}
.tribe-common .tribe-common-anchor-thin:active, .tribe-common .tribe-common-anchor-thin:focus, .tribe-common .tribe-common-anchor-thin:hover {
  border-bottom: none !important;
  color: var(--bs-primary);
}
.tribe-common .tribe-event-date-end, .tribe-common .tribe-event-date-start {
  color: #979797;
  font-family: var(--bs-font-secondary);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.tribe-events-widget-events-list__header {
  margin-bottom: 12px !important;
}
.tribe-common h2.tribe-events-widget-events-list__header-title {
  margin-bottom: 0;
  color: var(--bs-secondary);
  font-family: var(--bs-font-secondary);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.tribe-events-widget .tribe-events-widget-events-list__event-date-tag-datetime {
  margin-right: 12px;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 18px 6px;
  background: var(--bs-secondary);
}
.tribe-events-widget .tribe-events-widget-events-list__event-date-tag-datetime span {
  color: #fff;
}
.tribe-events-widget .tribe-events-widget-events-list__event-date-tag-month {
  color: #fff;
  font-family: var(--bs-font-secondary) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1;
  text-transform: uppercase;
}
.tribe-events-widget .tribe-events-widget-events-list__event-date-tag-daynum.tribe-common-h2 {
  margin-top: 6px;
  color: #fff;
  font-family: var(--bs-font-primary);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}
/* --------------------------------------------
--------------------Events plugin end------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------Events schedule box ------------------------
---------------------------------------------- */
.events-schedule-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #d7d7d7;
}
@media (max-width: 992px) {
  .events-schedule-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }
}
.events-schedule-box1 {
  display: flex;
  flex-direction: column;
}
.events-schedule-box1 .events-schedule-box1a {
  margin-bottom: 18px;
  font-family: var(--bs-font-secondary);
  font-size: 28px;
  font-weight: 700;
  color: #1d1d1d;
}
.events-schedule-box1 .events-schedule-box1b {
  font-family: var(--bs-font-secondary);
  font-size: 28px;
  font-weight: 700;
  color: #979797;
}
@media (max-width: 992px) {
  .events-schedule-box1 {
    margin-bottom: 24px;
  }
  .events-schedule-box1 .events-schedule-box1a {
    margin-bottom: 6px;
  }
}
.events-schedule-box2 {
  display: flex;
  flex-direction: column;
}
.events-schedule-box2 .events-schedule-box2a {
  margin-bottom: 18px;
  max-width: 450px;
  font-family: var(--bs-font-secondary);
  font-size: 28px;
  font-weight: 700;
  color: #1d1d1d;
  text-transform: uppercase;
}
.events-schedule-box2 .events-schedule-box2b {
  margin-bottom: 0;
  font-family: var(--bs-font-secondary);
  font-size: 18px;
  font-weight: 700;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .events-schedule-box2 .events-schedule-box2b {
    margin-bottom: 24px;
  }
}
.events-schedule-box3 img {
  max-width: 190px;
}
/* --------------------------------------------
--------------------Events schedule box end ------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------Timeline slider custom------------------------
---------------------------------------------- */
.timeline-slider-custom {
  /* arrows */
}
.timeline-slider-custom .slick-track {
  width: 100%;
}
.timeline-slider-custom .wpostahs-slider-nav-content.slick-slide {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 992px) {
  .timeline-slider-custom .wpostahs-slider-nav-content.slick-slide {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .timeline-slider-custom .wpostahs-slider-nav-content.slick-slide .wpostahs-centent {
    margin-bottom: 18px;
  }
}
.timeline-slider-custom .slick-dots {
  display: none !important;
}
.timeline-slider-custom .wpostahs-slider-design-2 .wpostahs-slider-for {
  padding: 0;
}
.timeline-slider-custom .wpostahs-centent {
  display: block !important;
  text-align: left !important;
  padding-right: 70px !important;
  width: 100%;
  min-width: 50%;
  width: 50%;
  margin: 0;
  padding: 0;
  max-width: 100%;
}
@media (max-width: 992px) {
  .timeline-slider-custom .wpostahs-centent {
    padding-right: 0 !important;
    width: 100%;
  }
}
.timeline-slider-custom .wpostahs-slider-design-2 .wpostahs-slider-nav {
  max-width: 100%;
  margin: 0 auto 45px auto;
  padding: 0 24px 0 24px;
  background: #f9f9f9;
}
.timeline-slider-custom .wpostahs-slider-design-2 .wpostahs-slider-nav .slick-list {
  margin: 0 auto;
  max-width: 1240px;
  width: 100%;
}
.timeline-slider-custom .wpostahs-slider-design-2 .wpostahs-slider-nav .slick-list.draggable::before {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  background: var(--bs-primary);
}
.timeline-slider-custom .wpostahs-slider-design-2 .wpostahs-slider-nav .slick-current.slick-active .wpostahs-main-title button {
  border-color: var(--bs-primary);
  background: var(--bs-primary);
}
.timeline-slider-custom .wpostahs-slider-design-2 .wpostahs-slider-nav .wpostahs-slider-nav-title:hover .wpostahs-main-title button {
  background: var(--bs-primary);
}
.timeline-slider-custom .wpostahs-slider-design-2 .wpostahs-slider-nav .wpostahs-slider-nav-title .wpostahs-main-title button {
  display: inline-block !important;
  padding: 0px;
  margin: 0;
  height: 12px;
  width: 12px;
  border-radius: 0;
  background: #fff;
  border: 1px solid var(--bs-primary);
}
.timeline-slider-custom .wpostahs-slider-nav-title .wpostahs-main-title {
  background: #f1f1f1;
  color: #3498db;
  font-size: 18px;
  margin: 0 !important;
  padding: 40px 0 !important;
  position: relative;
  text-align: center;
  cursor: pointer;
  transition: all 300ms ease 0s;
}
.timeline-slider-custom .wpostahs-slider-design-2 .wpostahs-slider-nav .slick-current {
  color: #1d1d1d;
  font-weight: 700;
}
.timeline-slider-custom .wpostahs-slider-design-2 .wpostahs-slider-nav-title {
  color: #1d1d1d;
  font-family: var(--bs-font-secondary);
  font-size: 28px;
  font-weight: 700;
}
.timeline-slider-custom .slick-slide .wpostahs-centent {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.timeline-slider-custom .wpostahs-slider-design-1 .wpostahs-slider-for .wpostahs-centent, .timeline-slider-custom .wpostahs-slider-design-2 .wpostahs-slider-for .wpostahs-centent p {
  text-align: left;
}
.timeline-slider-custom .wpostahs-centent-title {
  display: none;
}
.timeline-slider-custom .wpostahs-slick-slider .slick-arrow {
  text-indent: -99999px;
  border: none !important;
  border-radius: 50% !important;
  text-align: center;
  width: 30px !important;
  height: 30px !important;
  background-image: none !important;
}
/* --------------------------------------------
--------------------Timeline slider custom end------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------Subscribe custom1------------------------
---------------------------------------------- */
.subscribe-custom1, .subscribe-custom1 p {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  background: transparent;
}
.subscribe-custom1 input[type=email], .subscribe-custom1 p input[type=email] {
  height: 50px;
  width: 100%;
  min-width: 150px;
}
.subscribe-custom1 input[type=submit], .subscribe-custom1 p input[type=submit] {
  margin-left: 24px;
  border: none;
  height: 50px;
  padding: 12px 36px;
  width: 30%;
  min-width: 150px;
}
.subscribe-custom1 .wpcf7 form .wpcf7-response-output, .subscribe-custom1 p .wpcf7 form .wpcf7-response-output {
  display: none;
}
@media (max-width: 992px) {
  .subscribe-custom1, .subscribe-custom1 p {
    display: flex;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .subscribe-custom1, .subscribe-custom1 p {
    display: block;
    flex-direction: column;
  }
  .subscribe-custom1 input[type=submit], .subscribe-custom1 p input[type=submit] {
    margin-left: 0;
  }
}
.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 end------------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------Counter custom-----------------------
---------------------------------------------- */
.elementor-counter-number-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
/* counter custom 1*/
.counter-custom {
  text-align: left;
  background: #1d1d1d;
  padding-left: 100px;
}
.counter-custom.counter-custom2 {
  text-align: left;
  background: transparent;
}
.counter-custom .elementor-counter .elementor-counter-number-prefix, .elementor-counter .elementor-counter-number-suffix {
  flex-grow: 0;
  font-family: var(--bs-font-secondary);
  color: #fff;
}
@media (max-width: 992px) {
  .counter-custom .elementor-counter .elementor-counter-number-prefix, .elementor-counter .elementor-counter-number-suffix {
    flex-grow: 0;
  }
}
.counter-custom span.elementor-counter-number {
  position: relative;
  margin-bottom: 0;
  font-size: 67px;
  line-height: 70px;
  text-align: left;
  font-weight: 700;
  line-height: 1;
  font-family: var(--bs-font-secondary);
  background: #1d1d1d;
  color: #fff;
}
@media (max-width: 992px) {
  .counter-custom span.elementor-counter-number {
    font-size: 44px;
    line-height: 1;
  }
}
.counter-custom:before {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #fff;
  left: 0;
  top: 35px;
  position: absolute;
}
@media (max-width: 992px) {
  .counter-custom:before {
    top: 20px;
  }
}
.counter-custom .elementor-counter-number-prefix, .counter-custom .elementor-counter-number-suffix {
  font-weight: 700;
  font-size: 67px;
  line-height: 70px;
}
@media (max-width: 992px) {
  .counter-custom .elementor-counter-number-prefix, .counter-custom .elementor-counter-number-suffix {
    font-size: 50px;
    line-height: 1;
  }
}
.counter-custom .elementor-counter .elementor-counter-title {
  color: #fff !important;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  font-family: var(--bs-font-secondary);
  background: #1d1d1d;
}
/* counter custom 2*/
.counter-custom.counter-custom2 span.elementor-counter-number {
  position: relative;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 1;
  text-align: left;
  font-weight: 700;
  line-height: 1;
  font-family: var(--bs-font-secondary);
  background: transparent;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .counter-custom.counter-custom2 span.elementor-counter-number {
    font-size: 45px;
    line-height: 1.1;
  }
}
.counter-custom.counter-custom2 .elementor-counter .elementor-counter-title {
  color: #979797 !important;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  font-family: var(--bs-font-secondary);
  background: transparent;
  text-transform: uppercase;
}
.counter-custom.counter-custom2:before {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #979797;
  left: 0;
  top: 45px;
  position: absolute;
}
@media (max-width: 992px) {
  .counter-custom.counter-custom2:before {
    top: 30px;
  }
}
.counter-custom.counter-custom2 .elementor-counter .elementor-counter-number-prefix, .counter-custom.counter-custom2 .elementor-counter .elementor-counter-number-suffix {
  flex-grow: 0;
  font-family: var(--bs-font-secondary);
  color: #1d1d1d;
}
/* counter custom 3*/
.counter-custom.counter-custom3 {
  text-align: left;
  background: transparent;
  padding-left: 0;
}
.counter-custom.counter-custom3:before {
  display: none;
}
.counter-custom.counter-custom3 .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.counter-custom3 span.elementor-counter-number {
  background: transparent;
  color: #1d1d1d;
  padding: 0;
  font-size: 80px;
}
@media (max-width: 992px) {
  .counter-custom.counter-custom3 .elementor-counter .elementor-counter-number-prefix, .elementor-counter .elementor-counter-number-suffix, .counter-custom.counter-custom3 span.elementor-counter-number {
    font-size: 44px;
  }
}
.counter-custom.counter-custom3 .elementor-counter .elementor-counter-title {
  margin-top: 6px;
  padding-left: 0;
  color: #1d1d1d !important;
  background: transparent;
}
.counter-custom.counter-custom3 span.elementor-counter-number:before {
  content: "";
  display: none;
  width: 0;
  height: 0;
  background: transparent;
  left: 0;
  top: 0;
  position: relative;
}
.counter-custom.counter-custom3 .elementor-counter .elementor-counter-number-prefix, .counter-custom.counter-custom3 .elementor-counter .elementor-counter-number-suffix {
  flex-grow: 0;
  font-family: var(--bs-font-secondary);
  color: #1d1d1d;
}
/* counter custom 4 */
.counter-custom.counter-custom3.counter-custom4 span.elementor-counter-number {
  color: #fff;
}
.counter-custom.counter-custom3.counter-custom4 .elementor-counter .elementor-counter-title {
  color: #fff !important;
}
.counter-custom.counter-custom3.counter-custom4 .elementor-counter .elementor-counter-number-prefix, .counter-custom.counter-custom3.counter-custom4 .elementor-counter .elementor-counter-number-suffix {
  color: #fff;
}
/* --------------------------------------------
--------------------Counter custom end-----------------------
---------------------------------------------- */
/* --------------------------------------------
--------------------custom-progress-bar1------------------------
---------------------------------------------- */
.custom-progress-bar1 {
  margin-top: 8px;
}
.custom-progress-bar1 .elementor-title {
  display: inline-block;
  margin-bottom: 10px;
  font-family: var(--bs-font-secondary);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1d1d1d;
}
.custom-progress-bar1 .elementor-progress-bar {
  border-radius: 0;
  height: 10px;
}
.custom-progress-bar1 .elementor-progress-bar, .custom-progress-bar1 .elementor-progress-wrapper {
  height: 10px;
  background: #fff;
}
.custom-progress-bar1 .elementor-progress-bar {
  background: var(--bs-secondary) !important;
}
/*** classes for elementor ***/
@media (max-width: 767px) {
  .home3bannerimage img {
    min-height: 300px;
    object-fit: cover;
  }
}
.button-full-widt a {
  display: block;
  width: 100%;
}
