/* 
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: AWT
Author URI: https://axelwebtechnologies.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* top header */
.top-header-container {
  position: relative;
}

.bdt-ps-slide-img {
  background-image: url('https://axelwebtechnologies.com/wp-content/uploads/2023/11/slider-image-1-min.jpg');
}

.top-header-container::after {
  content: "";
  background: #86141c;
  position: absolute;
  top: 0;
  left: -20px;
  transform: skew(38deg);
  width: 50%;
  height: 100%;
}

.top-header-info>.elementor-widget-container {
  display: flex;
  align-items: center;
}

.top-header-info>.elementor-widget-container svg {
  margin-right: 5px;
}

.top-header-info>.elementor-widget-container a {
  margin-right: 10px;
}

.top-header-info>.elementor-widget-container a,
.top-header-info>.elementor-widget-container svg {
  color: #ffffff;
}

li#menu-item-98 {
  display: flex;
  justify-content: end;
}

.sidebar-menu ul li:last-child {
  display: flex;
}

.sidebar-menu ul li:last-child a {
  display: block;
  margin: 15px 15px 0 auto;
}

.bdt-slider-excerpt {
  margin: clamp(20px, 3vw, 80px) 20px 20px 0 !important;
}

/* hiding default page titles */
header.page-header,  .page-id-1289 header.page-header {
  display: none;
}
.type-post header.page-header {
  display: block;
}
header.page-header{
	background:#000;
	padding: 2rem 0;
}
header.page-header h1{
	font-size:34px;
	color:#fff;
}
header.page-header p#breadcrumbs, #breadcrumbs a {
    color: #fff;
}
header.page-header p.date {
    color: #fff;
}
.site-wrap {
  padding: 60px 0px;
}

/* banner content */
.bdt-position-z-index.bdt-position-large {
  margin-top: -150px;
}

ul.bdt-slideshow-nav.bdt-dotnav.bdt-margin-large.bdt-position-bottom-left.bdt-text-center.reveal-muted,
.bdt-prime-slider-skin-general .bdt-prime-slider-previous,
.bdt-prime-slider-skin-general .bdt-prime-slider-next {
  margin-bottom: 160px !important;
}

/* dash beside headings */
.heading-dash,
.heading-dash-both {
  position: relative;
}

.heading-dash::before,
.heading-dash::after,
.heading-dash-both:before,
.heading-dash-both::after {
  position: absolute;
  left: 115%;
  top: 13px;
  height: 4px;
  width: 55px;
  content: "";
  border: 4px solid transparent;
  border-bottom: 0;
  border-top-color: #86141c;
}

.heading-dash-both::after {
  left: unset;
  right: 115%;
}

.heading-dash-both::before,
.heading-dash-both::after {
  border-top-color: #ffffff;
}

.dash-org.heading-dash-both::before,
.dash-org.heading-dash-both::after {
  border-top-color: #86141c;
}

.dash-white.heading-dash::before {
  border-top-color: #ffffff;
}

.text-orange {
  color: #86141c;
}

.heading-dash::after {
  display: none;
}

/* google reviews */
.ti-widget.ti-goog .ti-col-3 .ti-review-item {
  -ms-flex: 0 0 50% !important;
  flex: 0 0 50% !important;
  max-width: 50% !important;
}

/* homepage blog */
.blog-cards span.meta-date-text {
  position: relative;
}

.blog-cards .post-meta-list::before,
.blog-cards .post-meta-list::after {
  content: "";
  border-bottom: 1px solid #cccccc;
  display: inline-block;
  width: 100%;
}

.blog-cards a.elementskit-btn:hover i.icon {
  transform: translateX(5px);
  transition: all 0.3s ease-in-out;
}

span.meta-author {
  position: relative;
  top: 3px;
}

/* homepage form */
.hp form.wpcf7-form.init {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
  grid-template-areas: "nam eml" "phn web" "msg msg" "sub sub";
}

.hp form.wpcf7-form.init p:nth-child(2) {
  grid-area: nam;
}

.hp form.wpcf7-form.init p:nth-child(3) {
  grid-area: eml;
}

.hp form.wpcf7-form.init p:nth-child(4) {
  grid-area: phn;
}

.hp form.wpcf7-form.init p:nth-child(5) {
  grid-area: web;
}

.hp form.wpcf7-form.init p:nth-child(6) {
  grid-area: msg;
}

.hp form.wpcf7-form.init p:nth-child(7) {
  grid-area: sub;
  margin: 0 auto 0 0;
  display: flex;
  flex-direction: column;
}

.hp .inp-field {
  background: white;
  border: 1px solid #e6e6e6;
  padding: 10px;
}

.hp input.wpcf7-form-control.wpcf7-submit {
  background: #86141c;
  color: #ffffff;
  padding: 0.8rem 1.2rem;
}

.hp input.wpcf7-form-control.wpcf7-submit:hover {
  background: #1b1d21;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
}

.hp .inp-field::placeholder {
  color: #999999;
  opacity: 1;
  /* Firefox */
}

.hp .inp-field::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #999999;
}

.footer-blog div,
.footer-blog a {
  box-shadow: none !important;
}

.footer-blog .col-md-12:first-child {
  margin-bottom: 3rem;
}

.footer-blog .col-md-12:first-child::after {
  content: "";
  display: block;
  position: relative;
  top: 24px;
  width: 95%;
  height: 1px;
  background: grey;
}

.footer-nav-links a {
  color: #ffffff;
}

.footer-nav-links span {
  color: #878787;
}

.footer-blog img {
  display: block;
  width: 145px !important;
  height: 85px !important;
}

/* blog page */
.aioseo-breadcrumbs a {
  color: #350000;
  text-decoration: none;
  font-weight: 500;
}
.single-post .aioseo-breadcrumbs a {
  color: #fff;
}
span.aioseo-breadcrumb-separator {
  color: #4e4e4e;
}
.single-post span.aioseo-breadcrumb-separator{
	color: #fff;
}
div.aioseo-breadcrumbs span.aioseo-breadcrumb:last-child {
  color: #383838;
}
.single-post  div.aioseo-breadcrumbs span.aioseo-breadcrumb:last-child {
  color: #fff;
	display:none;
}
.single-post .aioseo-breadcrumbs .aioseo-breadcrumb-separator:nth-last-child(2) {
  display: none;
}

#comments.comments-area {
  display: none !important;
}

.blog-title h1.wpr-post-title {
  font-size: clamp(2.1rem, 1.9154rem + 0.8205vw, 2.5rem) !important;
  font-weight: bold !important;
  line-height: 1.3 !important;
}

/* other pages */
.page-name-center h2.elementor-heading-title.elementor-size-default {
  text-align: center;
}

/* service page cards */
.slideup-animation>.elementor-widget-container::after {
  content: "";
  background: #be1622;
  height: 0;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s;
  z-index: -1;
}

.slideup-animation>.elementor-widget-container {
  position: relative;
  height: 100%;
  z-index: 1;
}

.slideup-animation>.elementor-widget-container:hover::after {
  height: 100%;
}

.slideup-animation>.elementor-widget-container:hover h3,
.slideup-animation>.elementor-widget-container:hover p {
  color: #ffffff !important;
}

/* contact page */
.red-skew>.elementor-widget-wrap.elementor-element-populated::before {
  content: "";
  background: #fc4a1a;
  width: 100%;
  height: 55%;
  position: absolute;
  bottom: 0%;
  right: 0%;
  clip-path: polygon(70% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 60%);
}

.cp .cp-inp {
  border: none;
  border-bottom: 2px solid #a7a7a7;
  border-radius: 0;
  margin-bottom: 1.5rem;
  padding-left: 5px;
}

.cp .cp-inp:active,
.cp .cp-inp:focus {
  border-color: #fc4a1a;
}

.cp input.wpcf7-form-control.wpcf7-submit {
  margin: auto;
  display: block;
  background: #fc4a1a;
  border-radius: 0;
  padding: 0.8rem 4rem;
  color: #ffffff;
}

.cp-img .elementor-widget-container::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  background: #373739;
  bottom: 0px;
  right: -50px;
  clip-path: polygon(0 0, 100% 0%, 0% 100%, 0% 100%);
}

/* prime slider */
.bdt-position-z-index.bdt-position-large {
  width: 1140px;
}

/* text decoration none */
.text-deco-none a {
  text-decoration: none;
}

ul.b-check {
  list-style: none;
  padding: 0;
}

ul.b-check img {
  background: #86141c;
  padding: 4px;
  margin-right: 15px;
  border-radius: 50%;
  height: max-content;
	margin-bottom: 15px;
}

ul.b-check li {
  display: flex;
  align-items: center;
  line-height: 2;
}

.inner-blog h2 {
  font-family: Cinzel, sans-serif;
  font-size: 25px !important;
  line-height: 30px;
  margin: 30px 0 10px;
  font-weight: bold;
}

.inner-blog h3 {
  font-size: 18px !important;
  margin: 24px 0 18px;
  font-family: Cinzel, sans-serif !important;
  font-weight: bold;
  line-height: 20px;
}

.inner-blog h4 {
  font-size: 16px !important;
  margin: 30px 0 10px;
  font-family: Cinzel, sans-serif !important;
  font-weight: bold;
  line-height: 20px;
}

/* about process section  */
.process {
  width: 100%;
  padding: 0 15px;
  text-align: center;
}

.process__item {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-align: center;
  position: relative;
  padding: 15px 35px;
  transition: 0.4s ease-in-out;
	list-style:none;
}

.process__item:hover {
  background: #fff;
}

.process__item:hover .process__number {
  transform: translateY(5px);
  color: #86141c;
}

.process__number {
  font-size: 90px;
  -webkit-text-stroke: 1px #86141c;
  display: block;
  color: transparent;
  font-weight: 700;
  transition: 0.4s ease-in-out;
}

.process__title {
  display: block;
  font-family: "Outfit";
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 18px;
  color: #003c71;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.process__subtitle {
  display: block;
  font-family: "Outfit";
  font-size: 16px;
  color: #8c8c8c;
  margin-top: 0px;
  line-height: 1.5;
}

@media (max-width: 1220px) {
  .site-wrap {
    padding: 60px 20px !important;
  }
}

@media (max-width: 1024px) {
  .bdt-position-z-index.bdt-position-large {
    margin-top: -60px;
  }

  ul.bdt-slideshow-nav.bdt-dotnav.bdt-margin-large.bdt-position-bottom-left.bdt-text-center.reveal-muted,
  .bdt-prime-slider-skin-general .bdt-prime-slider-previous,
  .bdt-prime-slider-skin-general .bdt-prime-slider-next {
    margin-bottom: 80px !important;
  }

  .ham-menu-col {
    display: none;
  }

  header .elementor-container.elementor-column-gap-default {
    display: flex;
    justify-content: space-between;
  }

  .footer-stacked {
    display: flex;
  }

  .footer-stacked .elementor-container.elementor-column-gap-default,
  .copyright-links-parent .elementor-container.elementor-column-gap-default {
    flex-direction: column;
    align-items: center;
  }

  .footer-blog .ekit-wid-con .col-md-12 .row.no-gutters {
    flex-direction: column;
  }

  .footer-logo .hfe-site-logo-container,
  .footer-blog .ekit-wid-con .col-md-12 .row.no-gutters .col-md-6,
  .footer-blog .ekit-wid-con .col-md-12 .row.no-gutters .col-md-6 a {
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
    text-align: center;
  }

  .footer-blog .col-md-12:first-child::after {
    top: 0;
    margin: auto;
  }
}

@media (max-width: 992px) {
  .heading-dash::after {
    left: unset;
    right: 115%;
  }

  .heading-dash::after {
    display: block;
  }

  .column-layout>.elementor-container.elementor-column-gap-default {
    display: flex;
    flex-direction: column;
  }

  .elementskit-infobox.text-left.text-left.icon-top-align.elementor-animation- div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .hp form.wpcf7-form.init p:nth-child(7) {
    margin: 0 auto;
  }

  .c-tab ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .cp-img .elementor-widget-container::after {
    display: none;
  }

  .site-wrap {
    padding: 30px 20px !important;
  }
}

/* banner cards 2 in a row @ tablet view  */
@media (min-width: 768px) and (max-width: 1024px) {
  .banner-cards-container>.elementor-container.elementor-column-gap-default {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 576px) {
  .hp form.wpcf7-form.init {
    grid-template-areas: "nam nam" "eml eml" "phn phn" "web web" "msg msg" "sub sub";
  }

  .footer-nav-links {
    text-align: center;
  }
}


/* abut */
@media (min-width: 768px) {
  .process {
    display: inline-block;
  }

  .process__item {
    width: 49%;
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .process {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .process__item {
    width: 100%;
  }

  .process__item:not(:last-of-type)::after {
    content: "";
    width: 1px;
    height: 75%;
    background: #8c8c8c;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0.2;
    transform: translateY(-50%);
  }
}

/* blog CSS */
img.blg-img {
  margin-top: 30px;
}

.blg-flx {
  display: flex;
}

.gap100 {
  gap: 100px;
}

@media (max-width:768px) {
  .blg-flx {
    display: flex;
    flex-direction: column;
  }

  .gap100 {
    gap: 0px;
  }

  .flex.flex-mob {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
}

.elementor-widget-wpr-grid .wpr-grid-item-excerpt {
  font-size: 16px !important;
}

ul.b-check.pb20 {
    padding-bottom: 20px;
}
h1.elementor-heading-title {
    line-height: 45px;
}
table {
    margin-top: 20px;
}

/* added css 23-april-2025  */
ol.b-check.pb20 {
  padding: 0 20px;
}
ol.b-check li {
  line-height: 2;
}
.single-post a {
    text-decoration: none !important;
}