/*
 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: #0A122A;
  --color2: #ff1c25;
  --color3: #0A122A;
  --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 */

.menu-icon .elementor-icon-list-item:hover svg path {
    fill: #ED2327 !important;
}
.hfe-nav-menu .sub-arrow {
	font-size: 20px !important;
}

/* arrow-btn start */
.arrow-btn .elementor-button-icon svg {
    width: 22px;
    height: 22px;
}

.arrow-btn .elementor-button:hover svg path {
    fill: #FFE713 !important;
}

.arrow-btn .elementor-button-text:hover{
	color: #FFE713 !important;
}
.arrow-btn .elementor-button {
    text-decoration: none !important;
}

.arrow-btn .elementor-button .elementor-button-content-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-bottom: 2px solid currentColor;
    padding-bottom: 4px;
}

.arrow-btn .elementor-button:hover .elementor-button-content-wrapper {
    border-bottom: 2px solid #FFE713;
}

/* blue start */
.arrow-btn-blue .elementor-button-icon svg {
    width: 16px;
    height: 16px;
    fill: #ED2327 !important;
}
.arrow-btn-blue .elementor-button svg path {
    fill: #0A122A;
}
.arrow-btn-blue .elementor-button:hover svg path {
    fill: #ED2327 !important;
}

.arrow-btn-blue .elementor-button-text:hover{
	color: #ED2327 !important;
}
.arrow-btn-blue .elementor-button {
    text-decoration: none !important;
}

.arrow-btn-blue .elementor-button .elementor-button-content-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-bottom: 2px solid currentColor;
    padding-bottom: 4px;
}

.arrow-btn-blue .elementor-button:hover .elementor-button-content-wrapper {
    border-bottom: 2px solid #ED2327;
}
/* blue end */

/* arrow-btn end */


.since{
  box-shadow: 0px 3px 6px #0000000F;
}
.why-choose{
  box-shadow: 0px 3px 10px #0000001C;
}
.why-choose{
	height: 195px !important;
}
.dgwt-wcas-search-input{
	background-color: transparent !important;
	border: none !important;
}

#popmake-2113.pum-container {
    z-index: 9999 !important;
}

.pum-overlay.pum-theme-2105 {
    z-index: 9998 !important;
} 

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 15px 24px 13px 55px;
	  color: #B7B7B7 !important;
	  font-family: "Lexend", Sans-serif !important;
	  font-weight: 500 !important;
    line-height: 24px;
    font-size: 17px;
    border: 2px solid transparent;
    background-color: #eee;
}


/* search end */

.what-icon .elementor-icon svg path {
    fill: #ED2327 !important;
    transition: fill 0.3s ease;
}

.what-icon .elementor-icon:hover svg path {
    fill: #FFE713 !important;
}

.fea-pro{
	padding: 0 !important;
}

.custom-product-card{
	border: solid 1px #B7B7B7 !important;
	padding: 30px !important;
}

.featured-pro-title{
	font-size: 34px !important;
	text-transform: uppercase !important;
	color: #0A122A !important;
	font-weight: 800 !important;
	margin-bottom: 10px !important;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom-product-card p{
	color: #0A122A !important;
	font-size: 16px !important;
	font-weight: 500 !important;
}

.fea-pro .product-image-wrapper{
    position: relative;
    overflow: hidden;
}

.product-image-wrapper img{
    width: 100%;
    display: block;
    transition: 0.3s ease;
}

.fea-pro .product-image-wrapper::after{
    content: "";
    position: absolute !important;
    inset: 0 !important;
    background: #0A122A !important;
    opacity: 0 !important;
    transition: 0.3s ease !important;
}

.custom-product-card:hover .product-image-wrapper::after{
    opacity: 0.5 !important;
}

.fea-pro .eicon-arrow-right:before{
    content: "\e8c0";
    font-size: 25px;
    display: inline-block;
    transform: rotate(-45deg);
}

.fea-pro .product-image-wrapper .arrow-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 55px;    
    z-index: 2;
    transition: 0.3s ease;
    background: #FFE713;
    padding: 15px;
    opacity: 0;
    color: #000 !important;
}

.fea-pro .product-image-wrapper .arrow-icon:hover 
{
	background: #ED2327;
  color: #fff !important;
}

.fea-pro .custom-product-card:hover .product-image-wrapper::after{
    opacity: 0.5;
}

.fea-pro .custom-product-card:hover .product-image-wrapper .arrow-icon{
    opacity: 1;
}
@media only screen and (max-width: 768px) {
	.arrow-btn .elementor-button-icon svg {
    width: 16px;
    height: 16px;
  }
  .why-choose{
    height: auto !important;
  }
  .custom-product-card{
    border: solid 1px #B7B7B7 !important;
    padding: 20px !important;
  }
  .featured-pro-title{
  	font-size: 24px !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 Lexend;
  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: 600 !important;
  color: var(--color1) !important;
}
.pagination-style-one .page-numbers {
  font: normal normal 600 18px / 22px Lexend !important;
  letter-spacing: 0px;
  color: #292c2d !important;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #B7B7B7;
  border-radius: 0px;
  text-decoration: none !important;
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
/* pagination style one css start  */

/* Blog css start */
.blog-page.blog-main {
	max-width: 1280px;
	margin: 0 auto;
	width: 100%;
	padding: 80px 10px 80px 10px !important;
}
.container.blog-inner {
	max-width: 1280px !important;
	margin: 0 auto !important;
	width: 100% !important;
  padding: 100px 10px 100px 10px !important;
}

.blog-post-card {
  margin-bottom: 10px;
  border-radius: 0px;
  overflow: hidden;
  background: #fff;
  border: solid 1px #B7B7B7 !important;
}

.blog-image-wrapper {
  position: relative;
}

.blog-image-wrapper img {
  width: 100%;
  border-radius: 0px;
  display: block;
}
.blog-post-card .blog-image-wrapper img{
	height: 280px !important;
	object-fit: cover !important;
}

.blog-category-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--color1) !important;
  color: #fff;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 8px;
  text-transform: capitalize;
}

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

.blog-content h2 {
  font-size: 24px !important;
  font-weight: 700;
  color: #0A122A;
  margin-bottom: 10px;
}

.blog-content h2 a {
  color: #0A122A;
  text-decoration: none;
}
.blog-page .blog-para {
	font-size: 14px !important;
	color: #0A122A !important;
  margin-bottom: 10px !important;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.blog-content p {
  margin-top: 10px;
}

a.read-more-btn.elementor-button{
 padding: 0 !important;
 color: #0A122A !important;
 background-color: transparent !important;
 font-size: 17px !important;
 font-weight: 600 !important;
}
.blog-content .read-more-btn {
	display: inline-flex !important;
	align-items: center !important;
	gap: 5px !important;
	color: #0A122A !important;
	text-decoration: none !important;
	border-bottom: 2px solid #0A122A !important;
	padding-bottom: 4px !important !important;
	width: fit-content !important;
	border-radius: 0 !important;
}

.blog-content .read-more-btn i {
	color: #0A122A;
	font-size: 20px;
	transform: rotate(-45deg);
	display: inline-block;
}

.blog-content .read-more-btn:hover {
	color: #ED2327 !important;
	border-bottom-color: #ED2327 !important;
}

.blog-content .read-more-btn:hover i {
	color: #ED2327 !important;
}
h3.cat-color {
  color: var(--color1) !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  padding-bottom: 2px !important;
}
.blog-inner{
	margin: 0 !important;
	padding: 0 !important;
}
.blog-inner img{
	width: 100% !important;
}

.blog-inner span.badge{
	background-color: #ED2327 !important;
	padding: 10px 25px !important;
	border-radius: 0 !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	margin-bottom: 10px !important;
}

.blog-inner p{
	font-size: 15px !important;
	font-weight: 400 !important;
	color: #0A122A !important; 
}
.blog-inner h2{
	font-size: 40px !important;
	font-weight: 700 !important;
	color: #0A122A !important;
	text-transform: uppercase !important;
}

.blog-inner .blog-content{
	padding: 80px 0 20px 0 !important;
	margin: 0 !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: #292c2d;
  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: #292c2d;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px !important;
}
.article-detail {
  padding: 70px 0;
}
.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: #292c2d !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: 14px !important;
  color: #292c2d !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 Lexend;
  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 Lexend;
  letter-spacing: 0px;
  color: #292c2d !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 Lexend;
  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 Lexend;
  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 Lexend;
  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%);
  background: #3a3a3a;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 99;
  color: #fff;
  cursor: pointer;
}
.arrowbtn:hover {
  background: var(--color2);
  color: #fff;
}
.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 Lexend;
  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 Lexend;
  letter-spacing: 1.6px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.other-box-one .content-box .title {
  font: normal normal 500 20px/28px Lexend;
  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 Lexend;
  letter-spacing: 0px;
  color: #292c2d;
  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 Lexend;
  letter-spacing: 0px;
  color: #ffffff;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.portfolio-info p {
  font: normal normal normal 14px/21px Lexend;
  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 Lexend !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 Lexend;
  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;
}

.wpcf7-spinner {
  position: absolute !important;
}
.wpcf7-submit {
  color: #0a122a !important;
  text-transform: uppercase !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  background-color: #ffe713 !important;
  border: none !important;
  padding: 15px 30px !important;
  border-radius: 0 !important;
}

.wpcf7-submit:hover {
  color: #fff !important;
  background-color: #ed2327 !important;
}
.recapcha {
  scale: 0.8 !important;
  transform-origin: left !important;
}
.wc-featured-slider .slick-prev i,
.wc-featured-slider .slick-next i{
	font-size: 22px;
	color: #0A122A;
	border: solid 1px #B7B7B7 !important;
	padding: 10px !important;
}

.wc-featured-slider i.eicon-arrow-right {
	margin: -40px !important;
}

.wc-featured-slider i.eicon-arrow-left {
	margin: -40px !important;
}
.sho .elementor-button-icon{
	font-size: 28px !important;
	margin-top: -5px !important;
	
}
.laz .elementor-button-icon{
	font-size: 35px !important;
}
.num-link-head a{
 color:#0A122A !important;
}
.num-link-foot a{
  color: #B7B7B7 !important;
}
@media only screen and (max-width: 768px) {
  h3.cat-color {
    font-size: 18px !important;
  }
  .sidebar-box {
    padding: 10px;
  }
  .blog-content h2 {
    font-size: 22px !important;
  }
  .read-more-btn {
    font-size: 14px !important;
    padding: 8px 20px !important;
    border-radius: 7px !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;
  }
  .blog-page.blog-main {
    padding: 40px 10px 40px 10px !important;
  }
  .blog-content {
    padding: 20px 20px !important;
  }

  .blog-post-card .blog-image-wrapper img{
    height: auto !important;
    object-fit: cover !important;
  }
  .container.blog-inner {
    padding: 40px 10px 40px 10px !important;
  }
  .blog-inner h2{
    font-size: 25px !important;
  }
  .blog-inner .blog-content{
    padding: 40px 0 15px 0 !important;
    margin: 0 !important;
  }

	.blog-next-prev-back .col-4{
		width: 100%;
		text-align: center !important;
		margin-bottom: 15px;
	}

	.blog-next-prev-back{
		row-gap: 15px;
	}
  .recapcha {
    transform-origin: center !important;
    display: flex;
    justify-content: center;
    margin: 15px 0px !important;
  }
  .text-end.sub-btn {
    text-align: center !important;
  }
  .wpcf7-submit {
    font-size: 14px !important;
  }
  .wc-featured-slider .slick-prev i,
  .wc-featured-slider .slick-next i{
    font-size: 18px; 
  }
  .sho .elementor-button-icon{
    font-size: 24px !important;
  }
  .laz .elementor-button-icon{
    font-size: 26px !important;
  }
   .m-sroll{
    display: flex !important;
    flex-wrap: nowrap !important;
  }
  .m-sroll > .e-con{
    flex: 0 0 auto !important;
    min-width: 100px !important; 
  }
  .main-sroll{
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .pum-theme-2105 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    position: absolute;
    height: auto;
    width: auto;
    left: auto;
    right: 0px !important;
    bottom: auto;
    top: -50px !important;
    padding: 0px;
    color: #fff;
  }
  
  
}
