/*
 Theme Name:   Hello Elementor Child
 Theme URI:    http://example.com/hello-elementor-child
 Description:  Hello Elementor Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Importing the parent theme style.css */
@import url("../hello-elementor/style.css");

:root {
  --color1: #db1821;
  --color2: #db1821;
  --color3: #171717;
  --color4: #fff;
}

/* Custom CSS can go here */

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1240px !important;
  }
}
label {
  width: 100%;
}

/* my start */
.server-btn .elementor-button:focus {
  color: #171717 !important;
}
/* menu arrow animation start */
.hfe-has-submenu-container:hover .hfe-menu-toggle i {
  transform: rotate(-180deg);
}
.hfe-menu-toggle i {
  display: inline-block;
  transform-origin: center;
  transition: transform 0.5s ease;
}
/* menu arrow animation end */

/* black hover animation button start */
.black-hover .elementor-button {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.black-hover .elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #171717 !important;
  border-radius: 50px !important;
  transition: all 0.3s ease;
  z-index: -1;
}

.black-hover .elementor-button:hover::before {
  left: 0;
}

.black-hover .elementor-button:hover .elementor-button-text {
  color: #fff;
  transition: color 0.4s ease;
}
/* black hover animation button end */

/* White hover icon animation button start */
.white-hover .elementor-button-content-wrapper {
  display: inline-flex !important;
  align-items: center !important;
}
.white-hover .elementor-button-icon {
  background-color: #fff;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.white-hover.elementor-button-icon svg {
  width: 18px;
  height: 18px;
}
.white-hover .elementor-button-icon {
  line-height: 1;
}
.white-hover .elementor-button-icon {
  transition:
    background-color 0.3s ease,
    transform 0.4s ease;
}
.white-hover .elementor-widget-button .elementor-button-icon svg path {
  transition: fill 0.3s ease;
}
.white-hover:hover .elementor-button-icon {
  background-color: #db1821;
  transform: rotate(45deg);
}
.white-hover:hover .elementor-button-icon svg path {
  fill: #fff;
}
.white-hover .elementor-button {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.white-hover .elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff !important;
  border-radius: 50px !important;
  transition: all 0.3s ease;
  z-index: -1;
}
.white-hover .elementor-button:hover::before {
  left: 0;
}
.white-hover .elementor-button:hover .elementor-button-text {
  color: #171717;
  transition: color 0.4s ease;
}
/* White hover icon animation button end */

/* black hover icon animation button start */
.black-icon-hover .elementor-button-content-wrapper {
  display: inline-flex !important;
  align-items: center !important;
}
.black-icon-hover .elementor-button-icon {
  background-color: #fff;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.black-icon-hover.elementor-button-icon svg {
  width: 18px;
  height: 18px;
}
.black-icon-hover .elementor-button-icon {
  line-height: 1;
}
.black-icon-hover .elementor-button-icon {
  transition:
    background-color 0.3s ease,
    transform 0.4s ease;
}
.black-icon-hover .elementor-widget-button .elementor-button-icon svg path {
  transition: fill 0.3s ease;
}
.black-icon-hover:hover .elementor-button-icon {
  background-color: #fff;
  transform: rotate(45deg);
}
.black-icon-hover:hover .elementor-button-icon svg path {
  fill: #171717;
}
.black-icon-hover .elementor-button {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.black-icon-hover .elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #171717 !important;
  border-radius: 50px !important;
  transition: all 0.3s ease;
  z-index: -1;
}
.black-icon-hover .elementor-button:hover::before {
  left: 0;
}
.black-icon-hover .elementor-button:hover .elementor-button-text {
  color: #171717;
  transition: color 0.4s ease;
}
.black-icon-hover .elementor-button:hover .elementor-button-text {
  color: #fff;
  transition: color 0.4s ease;
}
/* black hover icon animation button end */

/* Red hover icon animation button start */
.red-icon-hover .elementor-button-content-wrapper {
  display: inline-flex !important;
  align-items: center !important;
}
.red-icon-hover .elementor-button-icon {
  background-color: #db1821;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.red-icon-hover.elementor-button-icon svg {
  width: 18px;
  height: 18px;
}
.red-icon-hover .elementor-button-icon {
  line-height: 1;
}
.red-icon-hover .elementor-button-icon {
  transition:
    background-color 0.3s ease,
    transform 0.4s ease;
}
.red-icon-hover .elementor-button-icon svg path {
  fill: #fff;
}
.red-icon-hover .elementor-widget-button .elementor-button-icon svg path {
  transition: fill 0.3s ease;
}
.red-icon-hover:hover .elementor-button-icon {
  background-color: #fff;
  transform: rotate(45deg);
}
.red-icon-hover:hover .elementor-button-icon svg path {
  fill: #171717;
}
.red-icon-hover .elementor-button {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.red-icon-hover .elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #db1821 !important;
  border-radius: 50px !important;
  transition: all 0.3s ease;
  z-index: -1;
}
.red-icon-hover .elementor-button:hover::before {
  left: 0;
}
.red-icon-hover .elementor-button:hover .elementor-button-text {
  color: #171717;
  transition: color 0.4s ease;
}
.red-icon-hover .elementor-button:hover .elementor-button-text {
  color: #fff;
  transition: color 0.4s ease;
}
/* Red hover icon animation button end */

.scrool-image {
  opacity: 0;
  transform: translateX(120px);
  transition:
    transform 0.8s ease,
    opacity 0.8s ease;
}
.scrool-image.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.img-btn-hov:hover .red-icon-hover .elementor-button::before {
  left: 0;
}
.img-btn-hov:hover .red-icon-hover .elementor-button-text {
  color: #fff;
}
.img-btn-hov:hover .red-icon-hover .elementor-button-icon {
  background-color: #fff;
  transform: rotate(45deg);
}
.img-btn-hov:hover .red-icon-hover .elementor-button-icon svg path {
  fill: #171717;
}
.img-btn-hov,
.img-btn-hov .elementor-button {
  width: 100% !important;
  display: flex;
}
.img-btn-hov .elementor-button-content-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.img-btn-hov .elementor-button-icon {
  margin-left: auto;
}
.img-btn-hov .elementor-widget-image img {
  transition: transform 0.4s ease !important;
}

.img-btn-hov .elementor-widget-image:hover img {
  transform: scale(1.08) !important;
}
.img-btn-hov:has(.icon-hover-image:hover) .elementor-widget-image img {
  transform: scale(1.08) !important;
  opacity: 0.5 !important;
}
.mission-section {
  opacity: 0.3;
  transition: 0.6s ease all;
  translate: 0 40px;
}

.vision-section {
  opacity: 0;
  visibility: hidden;
  transition: 0.6s ease all;
  translate: 0 40px;
}

/* other page menu start */
header#masthead {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 999999 !important;
  transition: all 0.3s ease-in-out;
}

header#masthead .elementor-153 {
  background-color: #fff !important;
  transition: all 0.3s ease-in-out;
}
header#masthead.header-scrolled .elementor-153 {
  background-color: #ffffff !important;
}
.admin-bar header#masthead {
  top: 32px !important;
}

header#masthead.header-scrolled .elementor-icon-list-icon:hover svg,
header#masthead.header-scrolled .hfe-nav-menu-icon:hover svg,
header#masthead.header-scrolled .hfe-menu-item:hover,
header#masthead.header-scrolled .elementor-icon:hover svg {
  color: #db1821 !important;
  fill: #db1821 !important;
}

header#masthead .elementor-icon-list-icon:hover svg,
header#masthead .hfe-nav-menu-icon:hover svg,
header#masthead .hfe-menu-item:hover,
header#masthead .elementor-icon:hover svg {
  color: #db1821 !important;
  fill: #db1821 !important;
}
/* other page menu end*/

/* image carousol close start */
.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-lightbox-close-button {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    color: #fff !important;
    font-size: 28px !important;
    top: 100px !important;
    right: 20px !important;
    z-index: 99999 !important;
} 
.elementor-slideshow__title{
    display: none;
}
/* image carousol close end */

.page-template-blog-list .pagination-style-one .page-numbers {
    font: normal normal 700 18px / 22px Inter !important;
    letter-spacing: 0px;
    color: #171717 !important;
    border: 0px solid #ececec;
    border-radius: 8px;
    text-decoration: none !important;
    width: 30px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
}
.page-template-blog-list .pagination-style-one .page-numbers.current {
   font-weight: 700 !important;
  color: #db1821 !important;
}
.page-template-blog-list .pagination-style-one .page-numbers{
	color: #171717 !important;
}
.page-template-blog-list .eicon-chevron-right:before {
    color: #db1821;
}
.page-template-blog-list .eicon-chevron-left:before {
	  color: #db1821;
}

/* home menu start*/
@media (min-width: 1024px) {
  .page-id-66 header#masthead,
  .page-id-124 header#masthead {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 999999 !important;
    transition: all 0.3s ease-in-out;
  }
  .page-id-66 header#masthead .elementor-icon-list-icon svg,
  .page-id-124 header#masthead .elementor-icon-list-icon svg,
  .page-id-66 header#masthead .hfe-nav-menu-icon svg,
  .page-id-124 header#masthead .hfe-nav-menu-icon svg {
    fill: #ffffff !important;
    color: #ffffff !important;
  }

  .page-id-66 header#masthead .elementor-153,
  .page-id-124 header#masthead .elementor-153 {
    background-color: transparent !important;
    transition: all 0.3s ease-in-out;
  }
  .page-id-66 header#masthead.header-scrolled .elementor-153,
  .page-id-124 header#masthead.header-scrolled .elementor-153 {
    background-color: #ffffff !important;
  }
  .page-id-66 header#masthead .hfe-menu-item,
  .page-id-124 header#masthead .hfe-menu-item,
  .page-id-66 header#masthead .elementor-icon-list-icon svg,
  .page-id-124 header#masthead .elementor-icon-list-icon svg {
    color: #ffffff !important;
    fill: #ffffff !important;
  }
  .page-id-66 header#masthead.header-scrolled .hfe-menu-item,
  .page-id-124 header#masthead.header-scrolled .hfe-menu-item,
  .page-id-66 header#masthead.header-scrolled .elementor-icon-list-icon svg,
  .page-id-124 header#masthead.header-scrolled .elementor-icon-list-icon svg,
  .page-id-66 header#masthead.header-scrolled .hfe-nav-menu-icon svg,
  .page-id-124 header#masthead.header-scrolled .hfe-nav-menu-icon svg {
    color: #000000 !important;
    fill: #000000 !important;
  }
  .page-id-66 .admin-bar header#masthead,
  .page-id-124 .admin-bar header#masthead {
    top: 32px !important;
  }

  .page-id-66
    header#masthead.header-scrolled
    .elementor-icon-list-icon:hover
    svg,
  .page-id-124
    header#masthead.header-scrolled
    .elementor-icon-list-icon:hover
    svg,
  .page-id-66 header#masthead.header-scrolled .hfe-nav-menu-icon:hover svg,
  .page-id-124 header#masthead.header-scrolled .hfe-nav-menu-icon:hover svg,
  .page-id-66 header#masthead.header-scrolled .hfe-menu-item:hover,
  .page-id-124 header#masthead.header-scrolled .hfe-menu-item:hover,
  .page-id-66 header#masthead.header-scrolled .elementor-icon:hover svg,
  .page-id-124 header#masthead.header-scrolled .elementor-icon:hover svg {
    color: #db1821 !important;
    fill: #db1821 !important;
  }

  .page-id-66 header#masthead .elementor-icon-list-icon:hover svg,
  .page-id-124 header#masthead .elementor-icon-list-icon:hover svg,
  .page-id-66 header#masthead .hfe-nav-menu-icon:hover svg,
  .page-id-124 header#masthead .hfe-nav-menu-icon:hover svg,
  .page-id-66 header#masthead .hfe-menu-item:hover,
  .page-id-124 header#masthead .hfe-menu-item:hover,
  .page-id-66 header#masthead .elementor-icon:hover svg,
  .page-id-124 header#masthead .elementor-icon:hover svg {
    color: #db1821 !important;
    fill: #db1821 !important;
  }

  /* image carousol 3 image cumpulsury */
  .elementor-image-carousel-wrapper.swiper:has(.swiper-slide:nth-child(1):last-child) 
  .elementor-swiper-button,
  .elementor-image-carousel-wrapper.swiper:has(.swiper-slide:nth-child(2):last-child) 
  .elementor-swiper-button {
      display: none !important;
  }
  .elementor-image-carousel-wrapper.swiper:has(.swiper-slide:nth-child(3)) 
  .elementor-swiper-button {
      display: flex !important;
  }
    
  .blog-content h2 {
     min-height: 72px;
  }
  
}

/* home menu end*/

/* ht slider start */
.htslider-postslider-area ul.slick-dots li button:hover {
  background-color: #db1821 !important;
}

.htslider-postslider-area .slick-dots li.slick-active button,
.htslider-postslider-area .slick-dots li.slick-active button {
  background-color: #db1821 !important;
}
/* about page start */
.map-box .elementor-icon-box-content {
  background-color: #db1821 !important;
  padding: 20px;
  border-radius: 20px !important;
}
@media (min-width: 1025px) {
  .map-box .elementor-icon svg {
    display: block;
    height: 20px;
    position: relative;
    width: 20px;
    border: solid 1px;
    border-radius: 50px;
  }
  .map-box .elementor-icon:hover svg {
    display: block;
    height: 22px;
    position: relative;
    width: 22px;
    border: solid 1px;
    border-radius: 50px;
  }
  .map-box .elementor-icon-box-content {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
  }
  .map-box .elementor-icon-box-icon:hover + .elementor-icon-box-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@media (min-width: 1140px) and (max-width: 1400px) {
  .elementor-70
    .elementor-element.elementor-element-1cb722d
    .elementor-icon-box-wrapper {
    position: absolute;
    bottom: -30%;
  }
  .elementor-70
    .elementor-element.elementor-element-eca86bf
    .elementor-icon-box-wrapper {
    position: absolute;
    bottom: -70%;
    left: 12px;
  }
  .elementor-70
    .elementor-element.elementor-element-4e2eeb2
    .elementor-icon-box-wrapper {
    position: absolute;
    bottom: -20%;
    left: 7px !important;
  }
}
/* about page end */

@media (min-width: 1025px) {
  .htslider-postslider-area {
    position: relative;
  }
  .htslider-postslider-area .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
  }
  .htslider-postslider-area .htslider-carosul-prev {
    left: calc(50% - 660px) !important;
  }
  .htslider-postslider-area .htslider-carosul-next {
    right: calc(50% - 660px) !important;
  }
}
/* ht slider end */
@media (min-width: 1025px) {
  a.hfe-sub-menu-item {
    border-radius: 10px;
  }
  .sub-menu {
    margin-left: -20px !important;
  }
  .sub-menu .sub-menu {
    margin-left: 10px !important;
    margin-top: -1px !important;
  }
  ul.sub-menu .sub-menu {
    width: 210px !important;
    min-width: unset !important;
    white-space: nowrap !important;
  }
  ul.sub-menu {
    width: max-content !important;
    min-width: unset !important;
    white-space: nowrap !important;
  }
  a.hfe-sub-menu-item {
    padding: 15px 20px !important;
  }
  a.hfe-sub-menu-item:hover {
    background-color: #db1821 !important;
    color: #fff !important;
    padding: 15px 20px !important;
  }
  .menu-item-has-children ul a .sub-arrow i:before {
    display: none !important;
  }
  .hfe-creative-menu
    li.hfe-has-submenu:hover
    > .hfe-has-submenu-container
    > a.hfe-sub-menu-item {
    background-color: #db1821 !important;
    color: #fff !important;
  }
  .hfe-creative-menu
    li.hfe-has-submenu.current-menu-item
    > .hfe-has-submenu-container
    > a,
  .hfe-creative-menu
    li.hfe-has-submenu.current-menu-parent
    > .hfe-has-submenu-container
    > a,
  .hfe-creative-menu
    li.hfe-has-submenu.current-menu-ancestor
    > .hfe-has-submenu-container
    > a {
    background-color: #db1821 !important;
    color: #fff !important;
  }
}

@media screen and (max-width: 782px) {
  .page-id-66 .admin-bar header#masthead {
    top: 10px !important;
  }
  .page-id-66 header#masthead .hfe-menu-item {
    color: #313131 !important;
    fill: #313131 !important;
  }
  .admin-bar header#masthead {
    top: 10px !important;
  }
}
/* my end */

/* home banner css start */

.hero-banner .carousel-caption {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: inherit;
  left: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  text-align: left !important;
  transform: translate(0%, -50%);
}
.hero-banner .carousel-caption h3 {
  font: normal normal normal 52px/62px Inter;
  letter-spacing: 0px;
  color: #ffffff;
}
.arrow-control-slider {
  display: flex;
}
.arrow-control-slider span {
  background-color: var(--color1);
  padding: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  margin-right: 5px;
}
.arrow-control-slider span:hover {
  background-color: var(--color2);
}

.arrow-control-slider .control-prev {
  border-radius: 5px;
}
.arrow-control-slider .control-next {
  border-radius: 5px;
}
.arrow-control-bottom {
  display: flex;
  position: absolute;
  bottom: 15%;
  left: 0;
  z-index: 9;
  width: 100%;
}

.hero-banner .indicators-num {
  display: flex;
  position: absolute;
  bottom: 5%;
  left: 0;
  z-index: 9;
  width: 100%;
}
.hero-banner .carousel-indicator {
  display: flex;
}
.hero-banner .carousel-indicator span {
  color: #fff;
}
.hero-banner .carousel-indicator button {
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0;
  border: 0 !important;
  margin-right: 8px;
}
.hero-banner .carousel-indicator button .budge {
  background: #eee !important;
  opacity: 1 !important;
  padding: 3px 15px 3px 15px !important;
  border: 0 !important;
  border-radius: 0;
  width: 30px !important;
  height: 10px !important;
  display: inline-block;
}
.hero-banner .carousel-indicator button.active .budge {
  background: var(--color1) !important;
}
.hero-banner .carousel-indicator button .number {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.hero-banner .carousel-indicator button.active .number {
  color: var(--color1) !important;
}

/* home banner css end */

/* pagination style one css start  */
.pagination-style-one {
  display: inline-flex;
  justify-content: center;
}
.pagination-style-one .page-numbers.current {
  font-weight: 700 !important;
  color: var(--color1) !important;
}
.pagination-style-one .page-numbers {
  font: normal normal 700 18px / 22px Inter !important;
  letter-spacing: 0px;
  color: #171717 !important;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid #ececec;
  border-radius: 8px;
  text-decoration: none !important;
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
/* pagination style one css start  */

/* Blog css start */

.blog-post-card {
  margin-bottom: 10px;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.custom-list {
  padding-top: 130px;
  padding-bottom: 60px;
}
.topbar-listing-page {
  padding-bottom: 50px;
}
.topbar-listing-page span {
  margin: 0 2px;
}
.breadcrumb-list {
  font: normal normal normal 10px / 12px Inter;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.breadcrumb-list .current {
  color: #db1821;
}
.topbar-listing-page h1 {
  margin-top: 25px;
  font: normal normal bold 35px / 40px Inter;
  letter-spacing: 0px;
  color: #171717;
}
.after-post a {
  font: italic normal normal 14px / 20px Inter;
  letter-spacing: 0px;
  color: #171717;
}
.after-post a i {
  font-size: 24px;
  color: var(--color1);
}

.blog-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.blog-image-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0;
  transition: all 0.4s ease;
}
.blog-post-card:hover .blog-image-wrapper:after {
  content: "";
  opacity: 0.5;
}

.blog-image-wrapper img {
  width: 100%;
  border-radius: 20px;
  display: block;
  transition: 0.3s ease all;
}
.blog-post-card:hover .blog-image-wrapper img {
  scale: 1.05;
}

.blog-category-badge {
  color: var(--color1);
  border: 1px solid var(--color1);
  font-size: 12px;
  line-height: 15px;
  padding: 2px 10px;
  border-radius: 20px;
  text-transform: capitalize;
  display: inline-block;
  margin-right: 5px;
}

.blog-content {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.blog-content h2 {
  font: normal normal 600 16px/24px Inter;
  letter-spacing: 0px;
  color: #171717;
  margin: 0;
}

.blog-content h2 a {
  font: normal normal 600 16px/24px Inter;
  letter-spacing: 0px;
  color: #171717;
}

.blog-content p {
  margin-top: 10px;
}

.read-more-btn {
  display: inline-block;
  background: var(--color2);
  font-size: 16px !important;
  color: #fff !important;
  padding: 5px !important;
  border-radius: 50px !important;
  margin-top: 0px;
  font-weight: 500;
  text-decoration: none;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  transform: rotate(45deg);
  transition: all 0.4s ease;
}
.blog-post-card:hover .read-more-btn {
  transform: rotate(90deg);
  transition: all 0.4s ease;
}

.read-more-btn:hover {
  background: var(--color2) !important;
  color: #fff !important;
}

h3.cat-color {
  color: var(--color1) !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  padding-bottom: 2px !important;
}

.sidebar-box h3 {
  margin-bottom: 15px;
}

.sidebar-box {
  background: #fff;
  border: solid 1px #ececec;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 30px;
}

.sidebar-box h3 {
  margin-bottom: 15px;
}

.category-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.category-list li {
  margin-bottom: 8px;
}

.category-list a {
  color: #171717;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px !important;
  width: 100%;
  display: block;
}
.category-list a span {
  float: right;
}
.category-list a:hover {
  color: #171717;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px !important;
}
.article-detail {
  padding: 70px 0;
}
.single-detail .title {
  font: normal normal 600 30px / 37px Inter;
  letter-spacing: 0px;
  color: #171717;
  /* margin: 15px 0 !important; */
}
.single-detail .blog-content a {
  font: normal normal 600 16px / 20px Inter;
  letter-spacing: 0px;
  color: #db1821;
  text-decoration: underline;
}
.prevnext-post {
  font-size: 14px;
}
.recent-post {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  align-items: center !important;
}

.recent-post img {
  width: 70px;
  display: block;
}

.recent-post a {
  font-size: 16px !important;
  color: #171717 !important;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  line-height: 21px;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recent-date {
  font-size: 12px !important;
  color: #171717 !important;
  margin-top: 2px;
}

/* blog css end */

/* testimonials css start */

/* testimonials box one  css start */

.testimonials-box-one {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid #ececec;
  border-radius: 10px 150px 10px 10px;
  padding: 0px 50px 50px 50px;
  text-align: center;
  margin-top: 55px;
  position: relative;
}
.testimonials-box-one:before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: calc(100% + 4px);
  height: 10px;
  background: var(--color1);
  left: -2px;
  border-radius: 0px 0px 10px 10px;
  transition: all 0.4s ease;
}
.testimonials-box-one:hover:before {
  content: "";
  background: var(--color2);
}

.testimonials-box-one .img-wrap {
  position: relative;
  margin-top: -50px;
}

.testimonials-box-one .img-wrap img {
  width: 100px !important;
  margin: 0px auto;
  border-radius: 50%;
}
.testimonials-box-one .title,
.testimonials-box-one-popup .title {
  font: normal normal normal 21px / 25px Inter;
  letter-spacing: 0px;
  color: var(--color1);
  margin-bottom: 5px;
  margin-top: 20px;
}
.testimonials-box-one .quate-img img {
  width: 25px;
  margin: 0 auto;
}
.testimonials-box-one .rating-area {
  color: #ffc107;
  font-size: 20px;
  margin-top: 24px;
}
.testimonials-box-one .content-box {
  height: 130px;
}
.testimonials-box-one .content-box .description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.read-more-link {
  text-decoration: underline !important;
  font: normal normal 700 15px / 28px Inter;
  letter-spacing: 0px;
  color: #171717 !important;
}

/* testimonials box one  css end */

/* testimonials box two  css start */
.testimonials-box-two {
  background: #f9f9f9 0% 0% no-repeat padding-box;
  box-shadow: 2px 5px 10px #d9d6cd29;
  border-radius: 20px;
  padding: 25px;
}
.testimonials-box-two .testimonials-wrap,
.testimonials-box-two-slider .testimonials-wrap {
  display: flex;
  align-items: center;
  justify-content: start;
}
.testimonials-box-two .content-box {
  font: normal normal 500 16px / 24px Inter;
  letter-spacing: 0px;
  color: #3a3a3a;
  margin-bottom: 30px;
}
.testimonials-box-two .content-box strong {
  color: #bfa74b;
  font-weight: 500 !important;
  font-style: italic;
}
.testimonials-box-two .testimonials-wrap .img-wrap img,
.testimonials-box-two-slider .testimonials-wrap .img-wrap img {
  width: 70px !important;
  min-width: 70px !important;
  height: 70px;
  border-radius: 50%;
  margin-right: 10px;
}
.testimonials-box-two .testimonials-wrap .title,
.testimonials-box-two-slider .testimonials-wrap .title {
  font: normal normal 600 16px / 24px Inter;
  letter-spacing: 0px;
  color: #000;
  margin: 0;
}
.testimonials-box-two .testimonials-wrap {
  color: #ffc107;
  font-size: 16px;
}

/* testimonials css start */

/* testimonials popup css start */
.model-testimonial .img-wrap img {
  width: 130px !important;
  margin: 0px auto;
  border-radius: 50%;
}
.model-testimonial button.btn-close {
  position: absolute;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  right: -50px;
  top: 5px;
  z-index: 9;
  opacity: 1;
  filter: invert(1);
  padding: 0;
  width: 20px;
  box-shadow: none !important;
  outline: none;
}
@media only screen and (max-width: 991px) {
  .model-testimonial button.btn-close {
    right: 15px;
    top: 15px;
    filter: none;
  }
}

.model-testimonial button.btn-close:hover,
.model-testimonial button.btn-close:focus,
.model-testimonial button.btn-close:focus-visible {
  filter: brightness(0) saturate(100%) invert(24%) sepia(63%) saturate(7327%)
    hue-rotate(348deg) brightness(102%) contrast(103%);
}
.model-testimonial .modal-content {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 40px;
}
.model-testimonial .testimonials-wrap {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 15px;
}
.model-testimonial .testimonials-wrap .img-wrap {
  width: 80px;
  margin-right: 10px;
}
.model-testimonial .testimonials-wrap .img-wrap img {
  border-radius: 50%;
}
.model-testimonial .testimonials-wrap .title {
  font: normal normal 600 16px / 24px Inter;
  letter-spacing: 0px;
  color: #000;
  margin: 0;
}
.model-testimonial .rating {
  color: #ffc107;
  font-size: 16px;
}

.modal-backdrop {
  background-color: #000 !important;
  opacity: 0.8 !important;
}

/* testimonials popup css end */

/* slick dots start  */

.arrowbtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  color: #171717;
  cursor: pointer;
  font-size: 40px;
}
.arrowbtn:hover {
  color: #171717;
}
.left-btn {
  left: 0;
}
.right-btn {
  right: 0;
}

ul.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  list-style: none;
}
ul.slick-dots li {
  margin: 0 5px;
}
ul.slick-dots li button {
  padding: 5px;
  font-size: 0;
  border-radius: 50% !important;
  width: 10px;
  height: 10px !important;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
}
ul.slick-dots li.slick-active button,
ul.slick-dots li button:hover {
  background-color: var(--color1) !important;
  border-color: var(--color1) !important;
}
/* slick dots end  */

/* download pdf start */

.download-box .img-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #bec0c5;
  border-radius: 20px;
  overflow: hidden;
}
.download-box .img-box img {
  transition: 0.3s ease all;
}
.download-box:hover .img-box img {
  scale: 1.1;
}
.download-box .text-box h4 {
  text-align: left;
  font: normal normal 500 20px/26px Inter;
  letter-spacing: 0px;
  color: var(--color1);
  opacity: 1;
}
.download-box .text-box .description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.download-box .text-box .elementor-button img {
  filter: brightness(10);
}
.download-box .text-box .elementor-button:hover img {
  filter: inherit;
}

/* download pdf end */

/* other box one css start */

.other-box-one .img-wrap {
  position: relative;
  overflow: hidden;
}
.other-box-one .img-wrap img {
  transition: all 0.4s ease;
}
.other-box-one .img-wrap .btn-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s ease;
}
.other-box-one:hover .img-wrap .btn-center {
  opacity: 1;
}
.other-box-one:hover .img-wrap img {
  transform: scale(1.05);
}
.other-box-one .content-box .date {
  font: normal normal 600 13px / 18px Inter;
  letter-spacing: 1.6px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.other-box-one .content-box .title {
  font: normal normal 500 20px/28px Inter;
  letter-spacing: 0px;
  color: var(--color1);
  margin-bottom: 10px;
}
/* other box one css start */

/* filter css start */
ul#project-filter-list {
  display: flex;
  justify-content: center;
  margin-bottom: 40px !important;
  padding-left: 0;
  list-style: none;
  flex-wrap: wrap;
}
ul#project-filter-list li {
  margin: 0 10px;
}
ul#project-filter-list li .cats {
  font: normal normal bold 18px / 30px Inter;
  letter-spacing: 0px;
  color: #171717;
  padding: 5px 15px;
  text-decoration: none;
}
ul#project-filter-list li .cats.active {
  color: var(--color1);
}
/* filter css end */

/* portfolio css start  */

.portfolio-box {
  position: relative;
  z-index: 0;
}
.portfolio-box:before {
  content: "";
  background: transparent
    linear-gradient(180deg, #ffffff 0%, #e3e3e3 43%, #575757 60%, #000000 100%)
    0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  border-radius: 22px 155px 22px 22px;
  opacity: 0.75;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 0;
}

.portfolio-box .portfolio-wrap {
  transition: all 0.4s ease;
  border-radius: 22px 150px 22px 22px;
  transform: translateY(53px);
}
.portfolio-box .portfolio-effect {
  overflow: hidden;
}
.portfolio-box .portfolio-img img {
  border-radius: 22px 150px 22px 22px;
}
.portfolio-box:hover .portfolio-wrap {
  transition: all 0.4s ease;
  transform: translateY(0px);
}
.portfolio-info {
  position: absolute;
  bottom: 0;
  padding: 20px;
  color: #fff;
}
.portfolio-info .title {
  font: normal normal normal 28px / 35px Inter;
  letter-spacing: 0px;
  color: #ffffff;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.portfolio-info p {
  font: normal normal normal 14px/21px Inter;
  letter-spacing: 0px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-normal {
  display: flex !important;
  align-items: center !important;
  font: normal normal 700 16px / 20px Inter !important;
  letter-spacing: 0px !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transition: all 0.4s ease;
}
.btn-normal svg {
  fill: #fff;
  margin-left: 10px;
  transition: all 0.4s ease;
  height: 14px !important;
}
.btn-normal:hover {
  color: var(--color1) !important;
}
.btn-normal:hover svg {
  fill: var(--color1) !important;
  transform: translateX(10px);
}
/* portfolio css end  */

.other-box-two {
  background: #fafafa 0% 0% no-repeat padding-box;
  border-radius: 20px;
}
.other-box-two .text-box {
  padding: 30px;
}
.other-box-two h4 {
  text-align: left;
  font: normal normal 600 24px / 34px Inter;
  letter-spacing: 0px;
  color: #101010;
  opacity: 1;
}
.other-box-two .videos-box video {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  min-height: 240px;
  object-fit: cover;
}

button.close-top-right,
button.close-top-right:hover,
button.close-top-right:focus,
button.close-top-right:focus-visible {
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: transparent;
  border: 0;
  filter: invert(1);
  opacity: 1;
  border-radius: 0;
  box-shadow: none !important;
  outline: none;
  z-index: 9999;
}
.measure-button:hover .elementor-button {
  border-color: var(--color3) !important;
}
.measure-button:hover svg {
  filter: brightness(10);
}
.measure-box {
  opacity: 0;
}
.measure-button:hover ~ .measure-box {
  opacity: 1;
}
.process-box:hover h6 {
  color: #fff !important;
}
.work-wrapper {
  overflow-x: hidden;
}
.work-wrapper .swiper {
  overflow: inherit !important;
}
.work-wrapper .swiper .swiper-slide-inner {
  overflow: hidden;
  border-radius: 20px;
}
.work-wrapper .swiper .swiper-slide-inner img {
  transition: 0.3s ease all;
}
.work-wrapper .swiper .swiper-slide-inner:hover img {
  scale: 1.05;
}

.codedropz-upload-handler {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px dashed #dbdbdb;
  position: relative;
  padding: 60px 20px 25px;
  border-radius: 5px;
}
.codedropz-upload-handler:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  translate: -50% 0;
  width: 40px;
  height: 60px;
  background-image: url("https://draftsite1.com/ers-industries/wp-content/uploads/2026/01/icon-upload.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.codedropz-upload-inner h3 {
  line-height: 1 !important;
  margin: 0 !important;
}
.codedropz-upload-handler .dnd-upload-counter {
  display: none;
}
.codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner {
}
.codedropz-upload-handler .codedropz-upload-container h3,
.codedropz-upload-handler .codedropz-upload-container a {
  font-size: 0px !important;
}
.codedropz-upload-handler .codedropz-upload-container h3::before {
  content: "File Upload";
  text-align: center !important;
  font: normal normal bold 14px/20px Inter !important;
  letter-spacing: 0px !important;
  color: #191919 !important;
  opacity: 1 !important;
  margin: 0 !important;
}
.codedropz-upload-handler .codedropz-upload-container span {
  display: none !important;
}
.codedropz-upload-handler .codedropz-upload-container a::before {
  content: "Drop or drag your file(s) here";
  text-align: center !important;
  font: oblique normal 500 12px/20px Inter !important;
  letter-spacing: 0px;
  color: #a1a1a1 !important;
  opacity: 1 !important;
  margin: 0 !important;
}
.codedropz-upload-handler .codedropz-upload-container span {
  display: inline-block;
  margin: 0 5px !important;
}
.codedropz-upload-handler .codedropz-upload-container a {
  color: var(--color1) !important;
}
.contact-submit-btn br {
  display: none;
}
.contact-submit-btn button {
  padding: 5px 5px 5px 20px !important;
}
.elementor-button {
  border: 0 !important;
}
.featured-product-slider .product-item .woocommerce-Price-amount {
  display: none;
}
.featured-product-slider {
  position: relative;
}
.featured-product-slider .product-item img {
  margin: 0 auto;
}
.featured-product-slider .product-item h3 {
  background: #171717 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 1;
  text-align: left;
  font: normal normal 600 18px/24px Inter;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 20px;
}
.featured-product-slider .slick-arrow {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  border: 0 !important;
  padding: 0 !important;
  width: 30px !important;
  height: 30px !important;
  display: inline-grid !important;
  place-items: center;
  font-size: 0;
  background: transparent !important;
  z-index: 9;
}
.featured-product-slider .slick-arrow::before {
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  font-size: 20px;
  color: #171717;
}
.featured-product-slider .slick-arrow.slick-prev::before {
  content: "\f104";
}
.featured-product-slider .slick-arrow.slick-next::before {
  content: "\f105";
}
.featured-product-slider .slick-prev {
  left: 0;
}
.featured-product-slider .slick-next {
  right: 0;
}


.num-link a{
	color: #fff !important;
}

.contact-num-link a{
	color: #171717 !important;
}
#popmake-1560 .pum-content + .pum-close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #000;
  font-family: Arial;
  font-weight: 100;
  font-size: 30px;
}

#popmake-1620.pum-container .pum-content + .pum-close,
#popmake-1750.pum-container .pum-content + .pum-close {
  top: 10px;
  right: 10px;
  color: #000 !important;
  z-index: 999 !important;
  font-size: 30px !important;
}


@media only screen and (max-width: 768px) {
  h3.cat-color {
    font-size: 18px !important;
  }
  .img-rac .elementor-image-box-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .img-rac .elementor-image-box-img {
      width: 100%;
      display: flex;
      justify-content: center;
      margin-bottom: 15px !important;
  }

  .img-rac .elementor-image-box-img img {
      display: block;
  }

  .sidebar-box {
    padding: 10px;
  }
  .blog-content h2 {
    /* font-size: 24px !important; */
  }

  .article-detail {
    padding: 30px 0;
  }

  /* banner responsive css  start */
  .hero-banner .carousel-caption h3 {
    font-size: 24px;
    line-height: 30px;
  }
  /* banner responsive css  end */

  .arrowbtn {
    width: 30px;
    height: 30px;
  }

  ul#project-filter-list li .cats {
    font-size: 16px;
    padding: 5px 2px;
  }

  .portfolio-info .title {
    font-size: 18px;
    line-height: 23px;
  }

  .other-box-two h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .custom-list {
    padding-top: 50px;
  }
  .single-detail .title {
    font: normal normal 600 24px / 32px Inter;
  }
  .elementor-lightbox .dialog-lightbox-close-button,
  .elementor-lightbox .elementor-lightbox-close-button {
      font-size: 24px !important;
      top: 70px !important;
  } 
  button.pum-close.popmake-close {
    right: 0 !important;
	}
  #popmake-1620.pum-container .pum-content + .pum-close,
  #popmake-1750.pum-container .pum-content+.pum-close {
    top: 5px !important;
    right: 5px !important;
    color: #000 !important;
    z-index: 999 !important;
  }
  .page-id-14 h2 {
    padding-left: 14px;
  }
  .contact-submit-btn{
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
  }
  .contact-submit-btn p{
    margin: 0 auto !important;
  }
  .cf7sr-g-recaptcha{
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
  }

  .cf7sr-g-recaptcha > div{
    margin: 0 auto !important;
  }
  .woocommerce div.product form.cart div.quantity {
    margin-bottom: 0 !important;
  }
  .woocommerce div.product form.cart {
      justify-content: center;
      align-items: center;
  }

  
    .gov-defence > .e-con-inner{
      display: flex !important;
      flex-direction: row !important;
      flex-wrap: nowrap !important;
      overflow-x: auto;   
      -webkit-overflow-scrolling: touch;
  }

  .gov-defence > .e-con-inner > .e-con{
      flex: 0 0 auto !important;
  }
	
	.transport-aviation > .e-con-inner{
      display: flex !important;
      flex-direction: row !important;
      flex-wrap: nowrap !important;
      overflow-x: auto;   
      -webkit-overflow-scrolling: touch;
  }

  .transport-aviation > .e-con-inner > .e-con{
      flex: 0 0 auto !important;
  }
	.telecom-data-centres > .e-con-inner{
      display: flex !important;
      flex-direction: row !important;
      flex-wrap: nowrap !important;
      overflow-x: auto;   
      -webkit-overflow-scrolling: touch;
  }
  .telecom-data-centres > .e-con-inner > .e-con{
      flex: 0 0 auto !important;
  }
	.gov-agencies-enterprises > .e-con-inner{
      display: flex !important;
      flex-direction: row !important;
      flex-wrap: nowrap !important;
      overflow-x: auto;   
      -webkit-overflow-scrolling: touch;
  }
  .gov-agencies-enterprises > .e-con-inner > .e-con{
      flex: 0 0 auto !important;
  }
	

}
