:root {
  --primary-color: #ffa600;
  --white-color: #ffffff;
  --heading-color: #092c4c;
}

.elementor-container {
  max-width: 100% !important;
}

.container {
  max-width: 1260px;
}

html,
body {
  overflow-x: hidden !important;
  width: 100%;

}

html {
  overflow-y: hidden;
}

body,
p {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: var(--heading-color);
}

p {
  color: var(--heading-color);
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: var(--heading-color);
}

h2 {
  font-size: 44px;
  line-height: 54px !important;
}

.animation-text span {
  font-size: 44px;
  line-height: 54px;
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: var(--heading-color);
}

h3 {
  font-size: 36px;
  line-height: 50px !important;
}

h4 {
  font-size: 32px;
  line-height: 36px !important;
}

h5 {
  font-size: 24px;
  line-height: 24px !important;
}

h6 {
  font-size: 18px;
  line-height: 22px !important;
}

a {
  text-decoration: none;
  color: var(--primary-color)
}

a:hover {
  color: inherit;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: var(--heading-color);
  border: 1px solid var(--primary-color);
  border-radius: 3px;
  padding: 10px;
}

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

.orange-heading span,
.orange-heading h6 {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 500;
}

.border-affect span::before {
  width: 25px;
  content: "";
  height: 20px;
  font-size: 20px;
  position: absolute;
  left: 0px;
}

.home-blog h6 a {
  font-size: 20px;
  line-height: 28px !important;
  font-weight: 700;
  color: var(--heading-color);
  font-family: "Cormorant Garamond", serif;

}

.home-blog h6 a:hover {
  color: var(--primary-color);
}

.title-animated span {
  font-size: 66px;
  font-weight: bold;
  -webkit-text-stroke: 2px var(--primary-color);
  color: var(--white-color);
  opacity: 0.5;
  font-family: verdana;
  filter: blur(1px);
}

.white-text p,
.white-text h4,
.white-text h2 {
  color: var(--white-color);
}

.cursor {
  width: 30px;
  height: 30px;
  border-radius: 100%;

  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  z-index: 999;
}

.cursor2 {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: var(--primary-color);
  opacity: .6;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 999;
}

.cursor.hover {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  opacity: .5;
}


.header-navigation {
  padding: 6px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.top-header {
  padding: 0px 0px;
}

.right-side {
  text-align: right;
}

.navbar-nav {
  text-align: right;
  gap: 20px;
}

.navbar-collapse {
  flex-grow: unset;
}

.navbar-nav li {
 padding: 40px 10px 40px 10px;
}

.navbar-nav li a {
  color: var(--heading-color);
  position: relative;
  font-weight: 600;
  font-size: 16px;
}

.dropdown-menu {
  padding: 10px 0px;
  background-color: var(--heading-color);
  min-width: 12rem;
  border: none;
  top: 80px;
}

.dropdown-menu li a, .dropdown-menu li a::before  {
  cursor: pointer;
  content: none !important;
}

.dropdown-menu li {
  padding: 10px 20px;
}
.dropdown-menu li a {
  color: var(--white-color) !important;
  font-weight: 400 !important;
  font-size: 16px;

}

/* Hide dropdown by default */
.navbar-nav .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Show dropdown when hovered or triggered */
.navbar-nav .dropdown-menu {
    visibility: visible;
    opacity: 1;
}


.header_logo {
  width: 43%;
}

.header_logo img {
  width: 25%;
}

.navbar-expand-lg {
  justify-content: flex-end;
  padding: 0px;
}

.navbar-nav li a::before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -5px;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  background: var(--primary-color);
  transform-origin: 100% 50%;
}

.navbar-nav li a:hover::before,
.navbar-nav li.current_page_item a::before {
  transform: scale3d(1, 1, 1);
}

.navbar-nav li a:hover::before,
.navbar-nav li.current_page_item a::before {
  transform-origin: 0 50%;
}

.inner-dropdown-menu {
  left: 99%;
  margin: 0px;
  top: 10px;


}

.menu-item-has-children a {
  position: relative;
}

li.menu-item-has-children>a::after {
  content: "\f078";
  font-size: 12px;
  font-family: 'Font Awesome 5 Free';
  color: var(--heading-color);
  position: absolute;
  top: 0;
  font-weight: 900;
  right: -15px;
}

.dropdown-menu li.menu-item-has-children>a::after {
  color: var(--white-color);
  right: -30%;
  top: -2%;

}

.social-share ul li {
  list-style: none;
}

.social-share ul {
  display: flex;
  gap: 20px;
  align-content: center;
  justify-content: flex-end;
  margin: 0px;
}

/* preloader css */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should be a color other than white */
  z-index: 9999;
  /* makes sure it stays on top */
}

.preloader {
      width: 70px;
    height: 70px;
    position: absolute;
    transform: rotate(45deg);
    top: 49%;
    left: 49%;
}

.preloader span {
  width: 35px;
  height: 35px;
  background: var(--heading-color);
  position: absolute;
  animation: spin 1s linear infinite;
}

.preloader .light {
  background: var(--primary-color);
}

.preloader span:nth-child(1) {
  top: 0;
  left: 0;
}

.preloader span:nth-child(2) {
  top: 0;
  right: 0;
}

.preloader span:nth-child(3) {
  bottom: 0;
  left: 0;
}

.preloader span:nth-child(4) {
  bottom: 0;
  right: 0;
}


@keyframes spin {
  0% {
    transform: rotate(0);
  }

  50%,
  90%,
  100% {
    transform: rotate(90deg);
  }
}

/* Footer section */
footer {
  position: relative;
  overflow: hidden;
}

.footer-section {
  background-color: var(--heading-color);
  z-index: 9;
  margin: 20px;
  border-radius: 40px;
  padding: 50px 0px;
}

.footer-top {
  text-align: center;
  padding: 20px 0px 40px 0px;
}

.footer-top p {
  color: var(--primary-color);
  font-weight: 300;
  margin-bottom: 30px;
}

.footer-top h3 {
  color: var(--primary-color);
  margin-bottom: 12px;
}

.footer-middle ul {
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 0px;
  padding: 0;
}

.footer-middle ul li a {
  color: var(--white-color);
  line-height: 30px;
  font-size: 16px;
}

.footer-middle ul li a:hover {
  color: var(--primary-color);
}

.footer-middle {
  padding: 20px 0px;
}

.footer-bottom,
.footer-bottom a {
  color: var(--primary-color);
}

.footer-top .btn {
  font-weight: normal;
  font-size: 16px;
}

.overview a span {
  font-size: 16px;
}

.overview a {
  display: flex;
  gap: 10px;
  align-content: center;
  align-items: center;
  color: var(--white-color);
  font-size: 16px;
  padding: 0px 0px 6px 0px;
}

img.footer-left-img {
  position: absolute;
  bottom: -3%;
  z-index: -1;
}

img.footer-right-img {
  position: absolute;
  bottom: -3%;
  right: 0;
  z-index: 1;
}

.btn-primary,
.button-group a,
.button-box a {
  background-color: var(--primary-color);
  font-weight: normal;
  font-size: 16px;
  padding: 10px 32px;
  border: 1px solid var(--primary-color);
  line-height: 20px;
  position: relative;
  overflow: hidden;
}

.button-box a span,
.btn-primary span,
.button-group a span,
.white-button a span,
.footer-top .btn span {
  position: relative;
  z-index: 5;
}

.button-group a,
.white-button a {
  position: relative;
}

.button-box a:before,
.btn-primary:before,
.button-group a:before,
.white-button a:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--heading-color);
  border-radius: 8px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;

  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
}

.button-box a:hover:before,
.btn-primary:hover:before,
.button-group a:hover:before,
.white-button a:hover:before,
.wpcf7-form p input.wpcf7-submit:hover:before {
  z-index: 1;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
}

.button-group a:hover {
  border: 1px solid var(--primary-color);
}

.btn-primary:hover,
.button-box a:hover {
  color: var(--primary-color);
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid var(--primary-color);
}

.wpcf7-form p input.wpcf7-submit:hover {
  color: var(--primary-color);
  background-color: var(--white-color);
  border: 1px solid var(--primary-color);
}

.white-button a:visited {
  color: var(--primary-color) !important;
}

.white-button a {
  background-color: var(--white-color);
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  font-weight: normal;
  font-size: 16px;
  padding: 10px 40px;
  line-height: 20px;
}

.white-button a:hover {
  background-color: var(--primary-color);
  color: var(--white-color) !important;
}

.infobox-button {
  text-align: right;
}

.infobox-button a,
.infobox-button svg {
  color: var(--primary-color);
  fill: var(--primary-color);
}

.eael-grid-post-holder-inner {
  position: relative;
}



.service-box .elementor-view-framed .elementor-icon {
  border: 2px solid var(--primary-color);
}

.service-box:hover .elementor-icon {
  background-color: var(--primary-color) !important;
}

.service-box:hover .elementor-icon svg path {

  fill: var(--white-color);
}



.pricing-box .premium-badge-right:not(.premium-badge-flag) {
  position: absolute;
  top: 65px;
  width: 32%;
  height: 14%;
  right: -61px;
}

.pricing-box .premium-badge-stripe .corner {
  text-align: center;
  left: 0;
  width: 100%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  margin-top: 0px;
  font-size: 13px;
  line-height: 3;
  font-weight: 800;
  text-transform: uppercase;
  background: red;
}

.pricing-box .premium-pricing-price-button {
  background-color: var(--white-color);
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.pricing-box .premium-pricing-table-container:hover {
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: var(--primary-color) !important;
  cursor: pointer;
}

.pricing-box .premium-pricing-price-button:hover,
.pricing-box .premium-pricing-table-container:hover .premium-pricing-price-button {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--white-color);
}

.pricing-box .eael-pricing-item,
.pricing-box .eael-pricing {
  border-radius: 0px 30px !important;
}

.eael-team-item figure img {
  height: 190px;
  object-fit: cover;
}

.two-column {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.blue-bg .eael-infobox-button {
  background-color: var(--primary-color);

}

.orange-bg,
.wpcf7-form p input.wpcf7-submit {
  background-color: var(--primary-color);
}

.blue-bg {
  background-color: var(--heading-color);
}

.blue-bg .eael-infobox p,
.blue-bg .eael-infobox h6,
.wpcf7-form p input.wpcf7-submit {
  color: var(--white-color);
}



.technician .premium-person-container {
  margin: 65px 0px 0px 0px !important;
}

.technician .premium-person-image-container {
  background-color: var(--heading-color);
  text-align: center;
  display: flex;
  justify-content: center;
  overflow: visible;
  border-radius: 20px;
}

.technician .premium-person-container .premium-person-image-container img {
  width: 100%;
  margin-top: -60px;
  border-radius: 0px 0px 20px 20px;
}

.secondary-bg .premium-bullet-list-wrapper img {
  background: var(--heading-color);
  border-radius: 50%;
}

.secondary-bg .premium-drawable-icon svg {
  stroke: transparent !important;
}

.social-icons .elementor-grid-item a {
  background-color: #092c4c26;
}

.social-icons .elementor-grid-item a:hover {
  background-color: var(--primary-color);
}

.social-icons .elementor-grid-item svg {
  fill: var(--heading-color);
}

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

.title-animated span::after {
  content: '';
  bottom: -16px;
  left: -22px;
  width: 125px;
  height: 125px;
  position: absolute;
}

.title-animated span::before {
  content: '';
  top: -16px;
  right: -22px;
  width: 125px;
  height: 125px;
  position: absolute;
}

.banner-section {
  padding: 60px 0px;
  margin-bottom: 60px;
  height: 350px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.breadcrumb-kuki {
  text-align: center;
}

.blog-container {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-container article {
  width: 33.33%;
  margin-bottom: 50px;
  padding-right: calc(30px / 2);
  padding-left: calc(30px / 2);
}

.blog-container article .thumbnail-container img {
  height: 260px;
  object-fit: cover;
  border-radius: 20px 20px 0px 0px;
  width: 100%;
  margin: 0 !important;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  display: block;
}

.blog-container .thumbnail-container {
  position: relative;
  overflow: hidden;
}

.blog-container .content-container {
  text-align: left;
  background-color: #092C4C;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 15px 15px;
  border: none;
  padding: 15px;
  width: 100%;
  margin: 0;
  border-radius: 0px 0px 20px 20px;
}
.blog-container .content-container p {
  color: #fff;
}
.content-container li {
  color: #fff;
  list-style: none;
}
.content-container h6 a {
  font-size: 24px;
    line-height: 28px !important;
    font-weight: 500;
    color: var(--primary-color);
}

.content-container .link-wrap a.excerpt-link {
  color: var(--primary-color);
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  width: auto !important;
}

.pagination-block {
  width: 100%;
  text-align: center;
}

.pagination,
.woocommerce nav.woocommerce-pagination ul {
  justify-content: center;
  display: flex;
  gap: 18px;
  border: 0px;
}

.pagination-block .page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  color: var(--white-color);
  background-color: var(--primary-color);
}

.pagination-block span.current,
.woocommerce nav.woocommerce-pagination ul li span.current {
  color: var(--white-color);
  background-color: var(--primary-color);
  border-width: 1px 1px 1px 1px;
  padding: 6px 16px;
  border-radius: 50px;
  line-height: 26px;
  width: 40px;
  height: 40px;

}
.pagination-block a.page-numbers i{
  line-height: 28px;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: 0px;
}

.pagination-block a.page-numbers,
.woocommerce nav.woocommerce-pagination ul li a {
  padding: 6px 14px;
  color: var(--primary-color);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--primary-color);
  border-radius: 50px;
  line-height: 26px;
  background-color: var(--white-color);
  width: 40px;
  height: 40px;

}

.footer-bottom span {
  padding: 0px 10px;
}

/*Styling Hamburger Icon*/
.hamburger div {
  width: 30px;
  height: 3px;
  background: var(--heading-color);
  margin: 5px;
  transition: all 0.3s ease;
}

.hamburger {
  display: none;
}

/*Animating Hamburger Icon on Click*/
.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
  transition: all 0.7s ease;
  width: 0;
}

.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

.testimonials-two .premium-testimonial-lower-quote {
  display: none;
}

.home-video .premium-video-box-play-icon-container {
  -webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-white 1s linear infinite;
}

@keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }

  50%,
  90%,
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}

.rotate-animation img {
  animation: rotateCircle 6s alternate infinite;
}

@keyframes rotateCircle {
  0% {
    -webkit-transform: scale(0.6);
  }

  100% {
    -webkit-transform: scale(1.1);
  }
}

.orange-round::after {
  content: "";
  width: 100px;
  height: 100px;
  background: var(--primary-color);
  right: -45px;
  position: absolute;
  top: -45px;
  border-radius: 50%;
  animation: rotateCircle 6s alternate infinite;
}

.blue-round::after {
  content: "";
  width: 100px;
  height: 100px;
  background: var(--heading-color);
  left: -45px;
  position: absolute;
  bottom: -45px;
  border-radius: 50%;
  animation: rotateCircle 6s alternate infinite;
}

.sticky-video .premium-video-box-image-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-attachment: fixed;
  background-size: cover;
}

.partner-gallery figure {
  max-width: 100% !important;
  display: flex !important;
  align-items: center;
  filter: opacity(0.5);

}

.partner-gallery figure:hover {
  filter: opacity(1);
}

.services-listing article.eael-grid-post.eael-post-grid-column {
  background: var(--primary-color);
  padding: 0px 16px !important;
  margin: 0px 10px;
  border-radius: 20px;
}

.services-listing article.eael-grid-post.eael-post-grid-column:hover {
  --e-con-transform-translateY: -6px;
  transform: perspective(var(--e-con-transform-perspective, 0)) rotate(var(--e-con-transform-rotateZ, 0)) rotateX(var(--e-con-transform-rotateX, 0)) rotateY(var(--e-con-transform-rotateY, 0)) translate(var(--e-con-transform-translate, 0)) translateX(var(--e-con-transform-translateX, 0)) translateY(var(--e-con-transform-translateY, 0)) scaleX(calc(var(--e-con-transform-flipX, 1)* var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1)* var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX, 0)) skewY(var(--e-con-transform-skewY, 0));
  transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x);
  --background-transition: 0.3s;
  transition: background var(--background-transition, .3s), border var(--border-transition, .3s), box-shadow var(--border-transition, .3s), transform var(--e-con-transform-transition-duration, .4s);
}

.services-listing .eael-grid-post {
  width: 23.23% !important;
  float: left;
}

.services-listing .eael-grid-post-holder {
  background-color: var(--heading-color) !important;
  padding: 10px;
  transform: skewY(-6deg);
  border-radius: 20px;
}

.services-listing .eael-grid-post-holder-inner {
  transform: skewY(6deg);
}

.services-listing .eael-entry-wrapper h6 a,
.services-listing .eael-entry-wrapper p {

  color: var(--white-color);
}

.services-listing .eael-entry-thumbnail {
  text-align: center;
}

.services-listing .eael-grid-post .eael-entry-thumbnail>img {
  object-fit: contain !important;
  width: 25%;
  padding-top: 16px;

}

.services-listing a.eael-post-elements-readmore-btn {
  display: inline-block !important;
  color: var(--white-color);
  background: var(--primary-color);
}

.services-listing .eael-grid-post-excerpt {
  text-align: center;
}

.service-box a.eael-infobox-button:hover {
  transform: rotate(-45deg);
}

.nav-previous a:hover i {
  transform: rotate(45deg);
  transition: 0.5s transform ease;
}

.nav-next a:hover i {
  transform: rotate(-45deg);
  transition: 0.5s transform ease;
}

.nav-links a {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 600;
}

a.breadcrumbs {
  color: var(--heading-color);
}

span.breadcrumb-text {
  color: var(--white-color);
}

.content-main {
  display: flex;
  gap: 30px;
}

.content-div {
  width: 70%;
}

.sidebar-div {
  width: 29%;
}

h5.wp-block-heading {
  margin-bottom: 25px;
}

.wp-block-latest-posts__featured-image.alignleft {
  float: left;
  margin-right: 10px;
}
ul.wp-block-latest-posts__list  a{
  font-weight: 500;
}
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
  color: #ffa600;
  position: relative;
}
.wp-block-latest-posts__post-date{
  display: flex;
  padding-left: 15px;
  font-weight: 500;
}
.wp-block-latest-posts__post-date::before {
  content: "\f073";
  font-size: 12px;
  font-family: 'Font Awesome 5 Free';
  color: var(--primary-color);
  position: absolute;
  top: 0;
  font-weight: 900;
  left: 0px;
}

.categories-post {
  box-sizing: border-box;
  list-style: none;
  display: flex;
  padding: 0;
  gap: 15px;
}



.categories-post li {
  background-color: #092C4C !important;
  padding: 8px 8px 8px 8px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  border-radius: 6px;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none;
  margin-bottom: 20px;
}
.wp-block-latest-posts__featured-image img {
  height: 85px;
  max-width: 100%;
  width: auto;
  object-fit: cover;
}
.feature-image-block {
  margin-bottom: 35px;
}

.post-content-block {
  margin-top: 20px;
}

h5.comments-title {
  margin-bottom: 20px;
}

span.says {
  display: none;
}

.comment-author.vcard b a {
  font-weight: 500;
  color: var(--heading-color);
}

.comment-author.vcard b {
  margin: 15px 0px 0px;
  font-weight: 500;
}

.comment-metadata a {
  color: var(--primary-color);
}

.comment-author.vcard {
  display: flex;
  flex-direction: column;
}

.comment-reply-title {
  font-size: 28px;
}

img.avatar.avatar-32.photo {
  width: 6%;
  object-fit: cover;
}

.comment {
  display: block;
  padding: 20px 0px;
  border-bottom: 1px solid #ccc;
}

.comment:not(.depth-1) {
  border-bottom: 0px;
}

.comment:last-child {
  border-bottom: 0px;
}

small {
  font-size: 60%;
  margin-left: 10px;
  color: var(--primary-color);
}

.comments-area label,
p.comment-form-url {
  display: none;
}

.comment-form-cookies-consent label {
  display: block;
}

.comment-form {
  display: flex;
  flex-wrap: wrap;
}

p.comment-form-author,
p.comment-form-email {
  width: 49%;
  order: 0;
}

p.comment-form-author input,
p.comment-form-email input {
  width: 95%;
}

p.comment-form-comment {
  width: 95.5%;
  order: 2;
}

p.comment-form-cookies-consent {
  order: 4;
  display: flex;
  gap: 10px;
  align-items: center;
}

p.form-submit {
  text-align: center;
  order: 5;
  width: 100%;
}

.comment-form p {
  margin-bottom: 25px;
}

.home-testimonials .elementor-testimonial-wrapper .elementor-testimonial-content {
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  font-size: 16px;
  margin-bottom: 30px;
  position: relative;
  border: 1px solid var(--primary-color);
  cursor: pointer;
}

.home-testimonials .elementor-testimonial-content::after {
  content: "";
  position: absolute;
  left: 12%;
  margin-right: -10px;
  bottom: -20px;
  width: 0px;
  height: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;

  border-top: 20px solid var(--primary-color);
}

.second-variant .elementor-testimonial-content::after {
  content: "";
  position: absolute;
  left: 12%;
  margin-right: -10px;
  bottom: -20px;
  width: 0px;
  height: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;

  border-top: 20px solid var(--heading-color);
}

.second-variant .elementor-testimonial-wrapper .elementor-testimonial-content {
  border: 1px solid var(--heading-color);
}

.home-testimonials:hover .elementor-testimonial-wrapper .elementor-testimonial-content {
  color: var(--white-color);
  z-index: 9999;
}

.second-variant:hover .elementor-testimonial-wrapper .elementor-testimonial-content {
  color: var(--white-color);
  z-index: 9999;
}

.home-testimonials .elementor-testimonial-wrapper .elementor-testimonial-meta {
 padding: 10px 20px 10px 40px;
}

.second-variant .elementor-testimonial-name {
  color: var(--primary-color);
}

.home-testimonials .elementor-testimonial-content:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: -1;
  border-radius: 18px;
  opacity: 0.9;
  background: var(--primary-color);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.second-variant .elementor-testimonial-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: -1;
  border-radius: 18px;
  opacity: 0.9;
  background: var(--heading-color);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.home-testimonials:hover .elementor-testimonial-content:before,
.second-variant:hover .elementor-testimonial-content:before {
  width: 100%;
  height: 100%;
}

.faq-content .eael-accordion-content p {
  color: #fff;
}

.hover-bg-animation::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: -1;
  border-radius: 0px 20px;
  opacity: 0.9;
  background: var(--heading-color);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.hover-bg-animation:hover::after {
  width: 100%;
  height: 100%;
}

.hover-bg-animation .infobox-icon-wrap {
  margin-top: -50px;
}

.hover-bg-animation:hover .infobox-content h6,
.hover-bg-animation:hover .infobox-content p {
  color: var(--white-color);
}

.premium-person-name {
  font-weight: 500;
}

.home-blog .premium-blog-content-wrapper {
  height: 100% !important;
  bottom: 0;
}

.home-blog .premium-blog-thumbnail-overlay {
  background-color: rgba(0, 0, 0, 0.6) !important;
  opacity: 0.7;
  border-radius: 0px 30px;
}

.home-blog .premium-blog-thumbnail-container::after {
  background-color: #092c4c !important;
  transition: all 0.5s ease !important;
  -webkit-transition: all 0.5s ease !important;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border-radius: 0px 30px;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.home-blog .premium-blog-post-container:hover .premium-blog-thumbnail-container::after {
  height: 0;
  width: 0;
}

.home-blog .premium-blog-inner-container {
  justify-content: flex-start;
  height: 100%;
}

.home-blog.list-blog .premium-blog-content-wrapper {
  border: none;
  padding: 15px;
  width: 100%;
  margin: 0px;
  border-radius: 0px;
}

.home-blog .premium-blog-entry-title {
  font-size: 28px;
  line-height: 32px !important;
}

.home-blog .eael-post-elements-readmore-btn {
  color: var(--primary-color);
  font-weight: normal;
  font-size: 16px;
  display: inline !important;
}

.home-blog .premium-blog-excerpt-link-wrap a.premium-blog-excerpt-link {
  width: auto;
  height: 50px;
  width: 50px;
  background: #fff;
  border-radius: 50% !important;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.home-blog .premium-blog-excerpt-link-wrap a.premium-blog-excerpt-link::after {
  color: var(--white-color);
  content: "";
  font-size: 24px;
  height: 20px;
  width: 20px;
  color: #fff;
  position: absolute;
}

.home-blog .premium-blog-excerpt-link-wrap a:hover {
  transform: rotate(-45deg);
}

.home-blog .premium-blog-thumbnail-container img {
     border-radius: 0px 30px;
    height: 360px;
    object-fit: cover;
}
h3.premium-blog-entry-title a:hover{
	color: var(--primary-color);
}
.home-blog p.premium-blog-post-content {
  display: none;
}

/* woocommerce css */
.woocommerce .woocommerce-ordering select {
  padding: 15px;
}

.woocommerce .woocommerce-ordering {
  margin: 0 0 4em;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  text-align: center;
  background: #092C4C;
  padding-bottom: 20px;
  border-radius: 20px;
}

h2.woocommerce-loop-product__title {
  font-size: 22px !important;
  color: #fff;
  line-height: 22px !important;
}

.woocommerce ul.products li.product .star-rating {
  display: none;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 0;
}

.woocommerce ul.products li.product .price ins,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  font-weight: 400 !important;
  text-decoration: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
  color: #fff;
  background-color: #ffa600;
  padding: 12px 22px;
  font-weight: 500;
  border: 1px solid #ffa600;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #ffa600;
}

.woocommerce ul.products li.product .button:hover {
  color: #fff !important;
}

.woocommerce a.added_to_cart {
  display: none;
}

.woocommerce ul.products li.product .onsale {
  top: 0;
  left: 0;
  right: auto;
}

.woocommerce span.onsale {
  top: -6px;
  left: -10px;
  right: auto;
  border-radius: 0px 8px;
  padding: 2px 5px;
  min-height: 30px;
  line-height: 30px;
  min-width: 60px;
  font-weight: 400;
  background-color: #ffa600;
}

.single-product .content-div {
  width: 100%;
}

.single-product .sidebar-div {
  display: none;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 16%;
  float: left;
  margin: 6px;
  list-style: none;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #ffa600;
  font-size: 24px;
}

.woocommerce div.product form.cart .button {
  padding: 15px 30px;
  background: #ffa600;
}

.product_meta {
  display: flex;
  flex-direction: column;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  color: #ffa600;
}

.woocommerce div.product .woocommerce-tabs .panel h2,
section.related.products h2 {
  font-size: 22px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 400;
  color: #092C4C;
  padding: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: transparent;
}
.woocommerce div.product div.images img{
	border-radius:12px;
}
.woocommerce-message {
  border-top-color: #ffa600;
}

.woocommerce-message::before {
  color: #ffa600;
}

.is-large.wc-block-cart .wc-block-cart-items th,
.is-large.wc-block-cart .wc-block-cart__totals-title,
.wc-block-components-product-name,
.is-large.wc-block-cart .wc-block-cart__totals-title {
  font-size: 16px !important;
  font-weight: 500;
}

.wc-block-components-product-badge,
.wc-block-components-product-metadata {
  display: none !important;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  text-decoration: none !important;
  color: #ffa600 !important;
  font-size: 14px !important;
}

.wc-block-components-totals-item__label {
  flex-grow: 1;
  font-size: 16px;
}

.wc-block-components-totals-item__value,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-weight: 500 !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
  background: #ffa600 !important;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
  background: #ffa600;
  color: #fff;
  border: 1px solid #ffa600;
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=password],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url],
.wc-blocks-components-select .wc-blocks-components-select__container,
.wc-block-components-textarea {
  color: #092C4C !important;
  border: 1px solid #ffa600 !important;
}

.wp-block-woocommerce-checkout p {
  font-size: 16px;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  box-shadow: inset 0 0 0 1px #ffa600 !important;
}

.wc-block-components-totals-item__description {
  font-size: 14px !important;
  width: 100%;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
  font-weight: 600;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover {
  color: #092C4C !important;
}

.wc-block-components-text-input input[type=text]:focus,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
  box-shadow: none !important;
  outline: none !important;
}

nav.woocommerce-MyAccount-navigation ul li {
  padding: 10px 20px;
  background: #092C4C;
  color: #fff;
}

nav.woocommerce-MyAccount-navigation ul li a {
  color: #fff;
}

nav.woocommerce-MyAccount-navigation ul li.is-active {
  background: #ffa600;
}

.move-affect img {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-15px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-15px);
  }
}
.archive-list ul li, .wp-block-categories li, .wp-block-archives li, .post-content-block ul li{
  position: relative;
  color: var(--heading-color);
  list-style: none;
}
.archive-list ul li a, ul.wp-block-categories li a {
  color: var(--heading-color);
}
.archive-list ul li a:hover, ul.wp-block-categories li a:hover{
  color: var(--primary-color);
}
.post-content-block ul li::before {
    content: "\f00c";
    font-size: 12px;
    font-family: 'Font Awesome 5 Free';
    color: var(--primary-color);
    position: absolute;
    top: 0;
    font-weight: 900;
    left: -18px;
}
.archive-list ul li::before, .wp-block-categories li::before, .wp-block-archives li::before{
  content: "";
    font-size: 20px;
    height: 15px;
    width: 20px;
    position: absolute;
    left: -20px;
    top: 5px;
    
}
.sidebar-div .widget_block{
  --background-transition: 0.3s;
  border-radius: 0px 20px 0px 20px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.24);
  padding: 30px;
  margin-bottom: 30px;
}
.post-thumbnail img {
  border-radius: 20px;
}
.post-navigation .nav-links{
  background: #ffa60057;
    padding: 30px 20px;
    border-radius: 10px;
}
.tagcloud, .wp-block-tag-cloud{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.tagcloud a, .wp-block-tag-cloud a {
  font-size: 14px !important;
    padding: 10px 12px;
    background: #ffa60057;
    margin: 3px;
    border-radius: 8px;
    color: #092c4c;
    line-height: 8px;
}
.home-blog .post-categories li:not(:first-child) {
  display: none;
}
ul.post-categories li{
	color:#fff;
	    margin-bottom: 20px;
}
.premium-bullet-list-box svg path{
	fill:var(--primary-color);
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    flex: unset;
    height: 100px;
    object-fit: cover;
    width: 100%;
}
.home-blog  .premium-blog-pagination-container .page-numbers{
	width: 40px;
    
    height: 40px;
    text-align: center;
    line-height: 15px;
}
.top_button {
  display: none;
  cursor: pointer;
  position: fixed; 
  bottom: 20px;
  right: 30px;
  z-index: 9;
  width: 60px;
  height: 60px;
  border-radius: 50% !important;
  background-color:var(--primary-color);
  color: white;
  border: none;
	overflow:hidden;
	    padding: 0px !important;
    font-size: 20px;
	opacity:0.7;
	    transition: all 200ms ease-out;
}
.top_button:hover{
	opacity:1;
	color:#fff;
	    transition: all 200ms ease-out;
	background-color:var(--primary-color);
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.dropdown-menu li a:hover{ 
color: var(--primary-color) !important;
}
.footer-main{
	    z-index: 99;
}
img.footer-right-img{
	    z-index: -111;
}
.wpcf7-form p input.wpcf7-submit{
	border:1px solid var(--primary-color);
}
.wpcf7-form p input.wpcf7-submit:hover {
	color: var(--white-color);
}
.wp-block-latest-posts.wp-block-latest-posts__list li:hover .wp-block-latest-posts__featured-image.alignleft img{
	-webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
	   
}
.wp-block-latest-posts__featured-image.alignleft img{
	 -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.wp-block-latest-posts__featured-image.alignleft{
	overflow:hidden;
}
span.required-field-message {
    opacity:0;
}
.comment-respond{
	position:relative;
}
.loader-container{
	    margin-top: 10px;
    position: absolute;
        bottom: 24px;
    right: 37%;

}
.share-img {
    width: 28px;
    text-align: right;
}
img.call-img {
    width: 25px;
}

@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }
@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }
.ball-scale-ripple-multiple {
  position: relative;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px); }
.ball-scale-ripple-multiple > div:nth-child(0) {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
.ball-scale-ripple-multiple > div:nth-child(1) {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
.ball-scale-ripple-multiple > div:nth-child(2) {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
.ball-scale-ripple-multiple > div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
.ball-scale-ripple-multiple > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    top: -2px;
    left: -26px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid var(--heading-color);
    -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
            animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }
@-webkit-keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
            transform: scale(0.75); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } 
}
.swiper-pointer-events svg{
	display:none;
}
.wp-lightbox-overlay.zoom.active .scrim{
	    background-color: rgba(0, 0, 0, .8) !important;
	cursor:pointer;
}
.wp-lightbox-overlay .close-button{
	background:transparent !important;
	fill: #eeeeeee6 !important;
}
.wp-lightbox-container button{
	opacity: 0 !important;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img, .wp-lightbox-overlay .wp-block-image img{
	cursor:pointer;
}
.premium-adv-carousel__media-wrap:has(img[src=""]) {
    display: none;
}
.btn-check:focus+.btn-primary, .btn-primary:focus{
	    background-color: var(--primary-color);
    border-color: var(--primary-color);
}