/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
:root {
    --color-blue1: #4b3ec4;
    --color-orange1: #ed2024;
    --color-yellow1: #FF9900;
    --color-green1: #689210;
    --color-brown1: #E5C696;
    --color-brown2: #7D764D;
    --color-light1: #eff3f6;
}
html{
	overflow-x: hidden;
}
body {
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    font-size: 14px;
    overflow-x: hidden;
    position: relative;
    color: #000;
	background-color: #fff;
	font-weight: 400;
    line-height: 1.5;
}
p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}
.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  z-index: 99999999999999;
}

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #000;
}

.loader-wrap .loader-wrap-heading .load-text {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 15px;
  text-transform: uppercase;
  z-index: 20;
  color: #fff;
}

.load-text span {
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate;
}

.load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.loader-wrap.fade-out {
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}
.section-padding-x {
    padding-right: 4vw !important;
    padding-left: 4vw !important;
}

.tc-navbar-style1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: transparent;
    padding: 0;

    transition: 
        background-color 0.4s ease,
        transform 0.4s ease,
        box-shadow 0.4s ease;
}
.tc-navbar-style1.sticky-active {
    position: fixed;
    background-color: rgba(51, 51, 51, 1);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    transform: translateY(0);
}

.header-slider {
    position: relative;
    overflow: hidden;
}
.slider-card {
    position: relative;
}
.slider-card .img {
    height: 650px;
    position: relative;
    min-height: 100vh;
}
.img-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: inherit;
}
.slider-card .img::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 30%;
    pointer-events: none;
}
.slider-card .info {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    z-index: 20;
    color: #fff;
}

.slider-card .info h1 {
	color: #fff;
}
.slider-card h5 {
	color: #fff;
}
.row.gx-5, .row.gx-lg-5 {
    margin-right: -30px;
    margin-left: -30px;
}
.align-items-end {
    align-items: flex-end !important;
}
.g-5, .gx-5 {
    --bs-gutter-x: 3rem;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row.gx-5 > *, .row.gx-lg-5 > * {
    padding-right: 30px;
    padding-left: 30px;
}

@media (min-width: 992px) {
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
}
@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
.slider-card .info h1 {
    font-size: calc(12vw + 20px);
    font-weight: 500;
    line-height: 1;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.fw-400 {
    font-weight: 400 !important;
}
.fsz-30 {
    font-size: 30px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}
.pb-30 {
    padding-bottom: 30px !important;
}
.fw-300 {
    font-weight: 300 !important;
}

.fsz-17 {
    font-size: 17px !important;
}
.lh-4 {
    line-height: 1.6 !important;
}
.text {
    font-size: 14px;
    line-height: 1.8;
}
.butn {
    padding: 15px 40px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
	 background: #ed2024 !important;	
	color: #fff;
}

.mt-60 {
    margin-top: 60px !important;
}
.rounded-pill {
    border-radius: 50rem !important;
}
/* .border {
    border: 1px solid #dee2e6 !important;
} */
a, span, img {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: inherit;
    text-decoration: none !important;
}
.small, small {
    font-size: 12px;
    display: inline-block;
}

.header-slider .slider-controls {
    position: absolute;
    right: 40px;
    bottom: 130px;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
}
.header-slider .slider-controls .swiper-button-next, .header-slider .slider-controls .swiper-button-prev {
    position: static;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    -webkit-margin-start: 50px;
    margin-inline-start: 50px;
    font-size: 30px;
}
.header-slider .swiper-pagination {
    position: absolute;
    left: 4vw;
    bottom: 120px;
    color: #fff;
    z-index: 30;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.header-slider .swiper-pagination > span {
    font-size: 30px;
    font-weight: 100;
    display: block;
    margin: 10px 0;
}
.swiper-notification {
    display: none;
}
.header-slider .slider-controls .swiper-button-next::after, .header-slider .slider-controls .swiper-button-prev::after {
    color: #fff;
    position: relative;
}
.pb-70 {
    padding-bottom: 70px !important;
}
.butn:hover {
    -webkit-box-shadow: 4px 5px 0 #0005;
    box-shadow: 4px 5px 0 #0005;
    -webkit-box-shadow: 7px 10px 15px #0004;
    box-shadow: 7px 10px 15px #0004;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
	background: #000 !important;	
	color: #fff;
}
/* .hover-bg-white:hover {
    background-color: #fff !important;
    color: #000 !important;
} */
.tc-experience-style1 {
    position: relative;
    padding: 76px 0 100px;
    background-color: #F1EEE9;
/*     border-radius: 40px 40px 0 0; */
    overflow: hidden;
    /* margin-top: -40px; */
    z-index: 10;
}
.tc-experience-style1 .img {
    height: 550px;
    border-radius: 20px;
    overflow: hidden;
    -webkit-transform: rotate(30deg) scale(1.3);
    transform: rotate(30deg) scale(1.3);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    opacity: 0;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.tc-experience-style1 .img.animated {
    -webkit-transform: rotate(-15deg) scale(1);
    transform: rotate(-15deg) scale(1);
    opacity: 1;
}

.tc-experience-style1 .c-line {
    position: absolute;
    top: 70px;
    left: 0;
    width: 90%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}

.tc-experience-style1 .c-line img {
    width: 100%;
    height: calc(100% - 140px);
    display: block;

    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: all 2s linear;
}

/* animation trigger */
.tc-experience-style1 .c-line.animated img {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.mt-100 {
    margin-top: 100px !important;
}
.btn a{
    padding: 15px 40px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
	border-radius: 50rem !important;

}
.bg-white a{
	    background-color: #fff !important;	
	color: #000 !important;
}
.bg-white a:hover, .bg-white a:focus{
		background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.mt-50 {
    margin-top: 50px !important;
}
.btn a:hover, .btn a:focus {
    -webkit-box-shadow: 4px 5px 0 #0005;
    box-shadow: 4px 5px 0 #0005;
    -webkit-box-shadow: 7px 10px 15px #0004;
    box-shadow: 7px 10px 15px #0004;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.tc-experience-style1 .rotate-txt {
    font-size: 12px;
    color: #666;
    -webkit-transform: rotate(90deg) translateX(30px);
    transform: rotate(90deg) translateX(30px);
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform-origin: right;
    transform-origin: right;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }

  50% {
    opacity: 1;
  }
}
.tc-services-style1 {
    position: relative;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F1EEE9), color-stop(#F1EEE999), to(transparent));
    background-image: linear-gradient(to bottom, #F1EEE9, #F1EEE999, transparent);
}
.tc-services-style1 .content {
    position: relative;
    z-index: 10;
}
.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}
.tc-services-style1 .service-card {
    padding: 20px 60px 20px 30px;
    -webkit-border-start: 1px solid #ccc;
    border-inline-start: 1px solid #ccc;
    display: block;
}

.tc-services-style1 .service-card .arrow {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    margin-top: 40px;
    border: 1px solid #ccc;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tc-services-style1 .service-card:hover .arrow {
    background-color: #000;
    color: #fff;
}
.tc-services-style1 .elementor-loop-container .e-loop-item:nth-child(odd) {
    margin-top: 100px;
}
.bg-red a{
    background: #ed2024 !important;	
	color: #fff;
}
.bg-red a:hover, .bg-red a:focus{
    background: #000 !important;	
	color: #fff;
}
.tc-services-style1 .ser-img {
    width: 100%;
    height: 1000px;
    margin-top: -550px;
}
.tc-services-style1 .ser-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
}
.tc-process-style1 {
    position: relative;
    padding: 150px 0;
    background-color: #fff;
    z-index: 10;
    border-radius: 40px 40px 0 0;
    margin-top: -40px;
}
.tc-process-style1 .e-n-accordion-item .num {
    font-size: 24px;
    color: #999;
    font-weight: 200;
    -webkit-margin-end: 30px;
    margin-inline-end: 30px;
}
.bg-outline-red a{
    color: var(--color-orange1) !important;	
	    border: 1px solid #ed2024 !important;
	background-color: #fff !important;
}
.bg-outline-red a:hover, .bg-outline-red a:focus{
	background-color: #ed2024 !important;
	color: #fff !important;
}

.tc-process-style1 .img {
  height: 550px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transform: rotate(-30deg) scale(1.3);
          transform: rotate(-30deg) scale(1.3);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  opacity: 0;
}
.tc-process-style1 .img.animated {
  -webkit-transform: rotate(15deg) scale(1);
          transform: rotate(15deg) scale(1);
  opacity: 1;
}
.tc-process-style1 .c-line {
  	width: 100%;
 	height: 100%;
  	z-index: 10;
  	pointer-events: none;
}
.tc-process-style1 .c-line img {
    position: absolute;
  	bottom: -85px;
  	right: 0;
	width: 50%;
    height: 550px;
    display: block;

    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: all 2s linear;
}

.tc-process-style1 .c-line.animated img{
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

.tc-testimonials-style1 .tc-clients-style1 {
    position: relative;
    overflow: hidden;
}
.tc-testimonials-style1 .tc-clients-style1 .clients-slider1 {
    position: relative;
    overflow: hidden;
}
.fw-600 {
    font-weight: 600 !important;
}

.fsz-35 {
    font-size: 35px !important;
}
.lh-2 {
    line-height: 1.2 !important;
}
.tc-testimonials-style1 .tc-clients-style1 .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 50px;
    margin-top: 80px;
    border-top: 1px solid #ccc;
}
.fsz-16 {
    font-size: 16px !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.mb-2 {
    margin-bottom: .5rem !important;
}
.fsz-14 {
    font-size: 14px !important;
}

.color-666 {
    color: #666 !important;
}
.tc-testimonials-style1 {
    position: relative;
    padding: 150px 0px;
}
.tc-testimonials-style1 .tc-clients-style1 .slider-controls {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 10;
}
.tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-next, .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-prev {
    position: static;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: 0;
}
.tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-next::after, .tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-prev::after {
    color: rgb(0, 0, 0);
    font-size: 12px;
}
.tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-pagination {
    position: static;
    margin: 0 10px;
}
.tc-testimonials-style1 .c-line {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25%;
    z-index: 5;
    pointer-events: none;
}
.tc-testimonials-style1 .marq-slider {
    position: relative;
    padding-top: 100px;
    overflow: hidden;
}
.tc-testimonials-style1 .marq-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
  position: relative;
}
.tc-testimonials-style1 .marq-slider .swiper-wrapper .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.tc-testimonials-style1 .marq-slider a {
    font-size: 150px;
    font-weight: 500;
    color: transparent;
    -webkit-text-stroke: 1px rgb(0, 0, 0);
}
.tc-testimonials-style1 .marq-slider a:hover {
  color: #000;
}
.tc-blog-style1 {
    position: relative;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#F1EEE9), to(transparent));
    background-image: linear-gradient(to top, #F1EEE9, transparent);
}
.tc-blog-style1 .blog-card {
    position: relative;
}

.blog-card {
    margin-bottom: 10px;
}
.tc-blog-style1 .blog-card .img {
    position: relative;
    height: 415px;
    border-radius: 20px;
    overflow: hidden;
}
.tc-blog-style1 .blog-card .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: inherit;
}
.tc-blog-style1 .blog-card .info {
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
}
.tc-blog-style1 .blog-card .info .date {
    width: 25%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.tc-blog-style1 .elementor-swiper-button-prev svg, .tc-blog-style1 .elementor-swiper-button-next svg {
	font-size: 40px;
	fill: #000 !important;
}
.tc-chat-style1 {
    position: relative;
    padding: 150px 0;
    background-color: #F1EEE9;
}
.tc-chat-style1 .xl-text a{
    font-size: 120px !important;
    font-weight: 500;
    position: relative;
    z-index: 10;
    line-height: 1 !important;
    color: var(--color-orange1) !important;
    margin-bottom: 20px;
}
.tc-chat-style1 .c-line {
  	width: 100%;
 	height: 100%;
  	z-index: 10;
  	pointer-events: none;
}
.tc-chat-style1 .c-line img{
  position: absolute;
  right: 0;
  bottom: -80px;
  width: 60%;
  pointer-events: none;
  height: 450px;
  pointer-events: none;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
}
.tc-chat-style1 .c-line.animated img{
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.banner {
	height: 285px;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.section-title h2{
    font-size: 24px;
    font-weight: 600 !important;
    margin-top: 0px !important;
    margin-bottom: 15px !important;
}
.section-subtitle {
    max-width: 600px;
    margin: 0 auto 50px;
}
.portfolio-item {
    transition: all .3s ease;
}
.portfolio-item img {
    border-radius: 11px;
    transition: 0.4s ease;
	    height: 267px;
	object-fit: cover;
}
.portfolio-item:hover img {
    transform: scale(1.05);
}
.portfolio-item h4 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 15px;
    transition: 0.3s;
}
.portfolio-item:hover h4 {
    color: #ec1e24 !important;
}
.process-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 320px;
    display: flex;
    align-items: flex-end !important;
    padding: 30px;
    color: #fff;
    background-size: cover;
    background-position: center;
    transition: all 0.4s ease;
}
.process-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2));
    z-index: 1;
}
.process-card::before {
    pointer-events: none;
}
.process-content {
    position: relative;
    z-index: 2;
}
.step-number h2{
    font-size: 48px;
    font-weight: 800 !important;
    color: #ed2024 !important;
    margin-bottom: 10px !important;
}
.process-card h4 {
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}
.process-card p {
    font-size: 14px;
    opacity: 0.9;
}
.process-card:hover {
    transform: translateY(-10px) scale(1.02);
}

.project-image img {
    width: 100%;
    border-radius: 14px;
}
.project-description {
    margin-top: 25px;
    line-height: 1.8;
    color: #555;
}
.project-info {
    background: #fff;
    padding: 35px;
    border-radius: 14px;
}
.project-title h2{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 25px;
}
.project-meta .list {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.project-meta .list span {
    font-weight: 400 !important;
}
.project-gallery .gallery-item{
	box-shadow: none;
	overflow: clip;
	    transition: 0.3s ease;
	position:relative;
}
.project-gallery .gallery-item img {
    cursor: pointer;
    transition: 0.3s ease;
    border-radius: 12px;
	height: 277px;
	object-fit: cover;
}
.project-gallery .gallery-item:hover {
    transform: scale(1.05);
}
.content-area .elementor-widget-theme-post-content h1, .content-area .elementor-widget-theme-post-content h2, .content-area .elementor-widget-theme-post-content h3, .content-area .elementor-widget-theme-post-content h4, .content-area .elementor-widget-theme-post-content h5, .content-area .elementor-widget-theme-post-content h6{
	margin: 0 !important;
}
.service-single img{
	box-shadow: none !important;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 1.25rem;
	box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.1);
	height: auto;
	    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card-body {
    padding: 1rem 1rem;
}
.single-service .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}
.testimonial-card {
    background: #fff;
    border-radius: 18px;
    padding: 35px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: all .35s ease;
    height: 100%;
}
.testimonial-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #ec1e24, #1c1e1e);
}
.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.blog-img {
    border-radius: 18px;
    overflow: hidden;
    position: relative;
}
.blog-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: 0.4s;
}
.blog-card:hover .blog-img::after {
    opacity: 1;
}
.blog-card:hover .blog-img img {
    transform: scale(1.1);
}
.info-box {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: 0.3s;
	border: 1px solid #dee2e6;
}
.info-box:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05) !important;
}
.border-0 {
    border: 0 !important;
}
@media (min-width: 768px) {
    .p-md-5 {
        padding: 2.2rem !important;
    }
}
.map-container {
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    min-height: 400px;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border: 1px solid #dee2e6 !important;	
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5):not(.gx-lg-5) {
    margin-right: -15px;
    margin-left: -15px;
}
.g-3, .gy-3 {
    --bs-gutter-y: 1rem;
}
.g-3, .gx-3 {
    --bs-gutter-x: 1rem;
}
@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
	.col-6 {
    flex: 0 0 auto;
    width: 50%;
	}
}
.row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5):not(.gx-lg-5) > * {
    padding-right: 15px;
    padding-left: 15px;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.contact-form p{
	margin-bottom: 0;
}

.bg-orange1 {
    background: #ed2024 !important;
}
.mt-20 {
    margin-top: 20px !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}
.text-white {
    color: #fff !important;
}
.wpcf7-submit span{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}
.hover-bg-black:hover {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}
@media (min-width: 992px) {
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
}

@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}

.main-menu .elementor-sub-item{
	padding: 10px 20px !important;
    font-size: 14px;
    border-bottom: 1px solid #9992;
}
ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover{
	border-inline-start: 0;
}
.elementor-nav-menu ul ul a, .elementor-nav-menu ul ul a:active, .elementor-nav-menu ul ul a:focus, .elementor-nav-menu ul ul a:hover{
	border-left: 0;
}

/* .main-menu .elementor-sub-item:focus, .main-menu .elementor-sub-item:hover, .main-menu .elementor-sub-item.elementor-item-active, .main-menu .elementor-sub-item.highlighted {
    color: #1e2125;
    background-color: #e9ecef;
} */
.main-menu .elementor-nav-menu--dropdown .elementor-sub-item:hover,
.main-menu .elementor-nav-menu--dropdown .elementor-sub-item:focus,
.main-menu .elementor-nav-menu--dropdown .elementor-sub-item.highlighted {
    color: #1e2125;
    background-color: #e9ecef;
}
.main-menu .elementor-nav-menu--dropdown .elementor-sub-item.elementor-item-active {
	    color: #ed2024 !important;
	    background-color: #e9ecef;
}
.main-menu .elementor-sub-item.active, .main-menu .elementor-sub-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ed2024;
}
.main-menu .sub-menu .sub-menu {
	top: 0 !important;
    left: 100% !important;
    margin-top: 13px !important;  
    margin-left: 2px !important;  
}
/* Current menu ancestor */
.main-menu .current-menu-ancestor > a {
    color: #ed2024 !important;
	background-color: #ffffff;
    padding-top: 1px;
    padding-bottom: 1px;
    border-radius: 0px;
   
	
	
}

/* Optional: also apply to submenu parents */
.main-menu .current-menu-ancestor > a .sub-arrow svg {
    fill: #ed2024 !important;
}
[class^="ti-"], [class*=" ti-"] {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.tc-projects-style1 .projects {
    padding-bottom: 100px;
    border-bottom: 1px solid rgb(204, 204, 204);
}
.tc-projects-style1 .projects .projects-content {
    position: relative;
}
.tc-projects-style1 .projects .projects-content * {
    cursor: none;
}
.tc-projects-style1 .projects .project-card .img {
    height: 630px;
    border-radius: 20px;
    overflow: hidden;
    display: block;
}
.img-cover {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    display: inherit;
}
.tc-projects-style1 .projects .project-card .info {
    padding-top: 40px;
}
.tc-projects-style1 .projects .project-card .info .title {
    font-size: 24px;
    margin-bottom: 15px;
}
.tc-projects-style1 .projects .projects-content .float-cursor {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  width: 160px;
  height: 160px;
  background-color: #fff;
	color: rgb(236, 30, 36) !important;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 10;
  -webkit-transition: all 0.02 linear;
  transition: all 0.02 linear;
  pointer-events: none;
  -webkit-box-shadow: 0 0 30px #0001;
          box-shadow: 0 0 30px #0001;
}
.tc-projects-style1 .projects .projects-content .float-cursor.show {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.projects-slider img {
    pointer-events: none;
}

@media screen and (max-width: 991px) {
    .tc-projects-style1 .projects .project-card .img {
        height: 350px;
    }
	.tc-navbar-style1 {
        position: relative;
        background-color: #333;
    }

}

#menu-2-5a18398 {
	  background-color: #333;
}
#menu-2-5a18398 .sub-menu {
	  background-color: #333;
}
#menu-2-5a18398 a{
	font-size: 15px;
    color: #fff;
    opacity: 1;
    margin: 0 6px;
    font-weight: 400;
	background-color: #333 !important;
	justify-content: space-between;
}
#menu-2-5a18398 svg{
    color: #fff;
	fill: #fff;
}
.elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover{
	  background-color: #333;	
}
.elementor-nav-menu--dropdown .elementor-item.elementor-item-active{
	    color: #ed2024 !important;
}
.section-subtitle {
    max-width: 600px;
}
.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-tabs button {
  color: #777;
  border: 1px solid #ccc;
  background: transparent;
  font-weight: 500;
  padding: 8px 18px;
  font-size: 18px;
  border-radius: 48px;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-tabs button:hover {
/*   border-color: #ec1e24; */
  color: #ed2024;
}

.filter-tabs button.active {
  color: #ed2024;
/*   border-color: #ec1e24; */
}
@media (max-width: 768px) {
  .filter-tabs {
    gap: 8px;
  }

  .filter-tabs button {
    font-size: 16px;
    padding: 6px 14px;
  }
}
@media (max-width: 480px) {
  .filter-tabs {
    flex-wrap: wrap;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 5px;
  }

  .filter-tabs::-webkit-scrollbar {
    display: none;
  }

  .filter-tabs button {
    flex: 0 0 auto;
    font-size: 14px;
    padding: 6px 12px;
  }
}

@media screen and (max-width: 991px) {
    .tc-chat-style1 .xl-text a {
        font-size: 40px !important;
    }
	.c-line img {
		object-fit: contain;
	}
	.tc-experience-style1 {
        padding: 80px 0;
    }
	.section-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }
	.tc-services-style1 .service-card {
        border: 0;
        padding: 0;
        margin-top: 50px !important;
    }
	.tc-services-style1 .elementor-loop-container .e-loop-item:nth-child(odd){
		margin-top: 0;
	}
	.tc-process-style1 .e-n-accordion-item .num {
        display: none;
    }
	:where( .elementor-47 .elementor-element.elementor-element-e3ac901 > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title > .e-n-accordion-item-title-header ) > .e-n-accordion-item-title-text{
		font-size: 21px !important;
	}
	.tc-process-style1 .img {
        transform: none !important;
        margin-top: 50px;
        height: 350px;
    }
	.fsz-35 {
    font-size: 30px !important;
	}
	    .header-slider .swiper-pagination {
        display: none;
    }
	    .tc-process-style1 {
        padding: 80px 0;
    }
	.tc-testimonials-style1 {
        padding: 50px 0;
    }
	.tc-testimonials-style1 .marq-slider a {
        font-size: 50px;
    }
	.tc-chat-style1{
		padding: 80px 0;
	}
	    .tc-blog-style1 .blog-card .info {
        display: block;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .tc-chat-style1 .xl-text a{
        font-size: 30px !important;
    }
	.tc-projects-style1 .projects {
		padding-bottom: 0;
	}
	.tc-experience-style1 .rotate-txt {
		transform: none;
		margin-top: 40px;
	}
	.fsz-35 {
    	font-size: 25px !important;
	}
	.main-menu .elementor-sub-item:focus, .main-menu .elementor-sub-item:hover{
		background-color: #333;
	}
	.main-menu .elementor-sub-item {
		border: none;
		padding: 10px 30px !important;
	}
	.menu-item-has-children .sub-menu {
    display: block; /* Must stay block for transition to work */
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease;
}

.menu-item-has-children.submenu-open > .sub-menu {
    max-height: 500px; /* Set to a value larger than your menu height */
    opacity: 1;
}
	.main-menu .sub-menu .sub-menu {
        margin: 0 !important;
    }
	.main-menu .sub-menu .sub-menu a{
		padding: 10px 40px !important;		
	}
	.header-slider .slider-controls{
		right: 0;
	}
	.header-slider .slider-controls .swiper-button-next::after, .header-slider .slider-controls .swiper-button-prev::after{
		font-size: 30px;
	}
	.project-info{
		margin-top: 30px;
		    padding: 25px;
	}
	.project-title h2 {
    font-size: 28px;
	}
	.tc-experience-style1 .img{
		transform: none !important;
	}
}
.elementor-menu-toggle{
	padding: .25rem .75rem .25rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
}
.elementor-menu-toggle.elementor-active {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem;
}
span.elementor-menu-toggle__icon--open {
    line-height: 0;
}
.elementor-menu-toggle svg{
	width: 1.5em;
    height: 1.5em;
}

.blog-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
    transition: transform 0.5s ease;
}
.blog-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: 0.4s;
}
.blog-meta span{
    color: #777;
    margin-bottom: 30px;
    font-size: 14px;
}
.blog-text p{
    font-size: 14px;
    line-height: 1.8;
    color: #2e2b2b;
    margin-bottom: 20px;
}
.main-menu .menu-item-559 .sub-menu, .menu-item-559 .sub-arrow {
	display: none !important;
}
.main-menu .menu-item-438 .sub-menu, .menu-item-438 .sub-arrow {
	display: none !important;
}
.menu-item-534 .sub-menu .sub-menu,
.menu-item-534 .sub-menu .sub-arrow {
    display: none !important;
}
.blog-img::after {
    pointer-events: none;
}
.button-section {
	display: flex;
	justify-content: center;
}
.tc-testimonials-style1 .lg-icon {
    font-size: 170px;
    -webkit-margin-start: -15px;
    margin-inline-start: -15px;
    display: block;
}
.color-orange1 {
    color: var(--color-orange1) !important;
}
@media screen and (max-width: 991px) {
    .home br {
        display: none;
    }
	.tc-testimonials-style1 .lg-icon {
        font-size: 120px;
    }
}


.single-project .project-category-completed-projects .started {
	display: none;
}
.single-project .project-category-ongoing-projects .completed{
	display: none;
}

.process-card .process-content .elementor-widget-text-editor {
	min-height: 84px;
}
.required {
    color: #dc2626;
    margin-left: 4px;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    top: 3px;
}

.error404 .tc-navbar-style1{
	display: none;
}

.error404 .elementor-location-footer{
	display: none;
}

@media(max-width:767px){
	.slider-card .info {
    	position: absolute;
    	left: 0;
   	 	bottom: 20%;
    	width: 100%;
    	z-index: 20;
    	color: #fff;
	}
	.mt-100 {
		margin-top: 20px !important;
	}
	    .section-padding {
        padding-top: 10px;
        padding-bottom: 10px;
    }
	.tc-experience-style1 {
        padding: 40px 0;
    }
	.tc-services-style1 .ser-img {
    width: 100%;
    height: 500px;
    margin-top: -300px;
	}
	.tc-blog-style1 .blog-card .img {
    position: relative;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
	}
	.tc-chat-style1 {
        padding: 40px 0;
    }
	.py-5 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
	}
}


/*#e-n-accordion-item-2382 {
	display: none;
}*/

.submit-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.custom-spinner {
    display: none;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(0,0,0,.2);
    border-top-color: #ed2024; 
    border-radius: 50%;
    animation: spin .8s linear infinite;
}

.custom-spinner.active {
    display: inline-block;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


.gallery-columns-3 {
    display: flex;
    flex-wrap: wrap;
/*     justify-content: center; */
}

/* Exactly 1 image */
.gallery-columns-3:has(.gallery-item:first-child:last-child) {
    justify-content: center;
}

/* Exactly 2 images */
.gallery-columns-3:has(.gallery-item:nth-child(2):last-child) {
    justify-content: center;
}

.testimonial-card .testimonial-text {
	min-height: 95px;
}

body.page-id-1224 .elementor-icon-list-item a[href*="terms-and-conditions"] span.elementor-icon-list-text,
body.page-id-1229 .elementor-icon-list-item a[href*="privacy-policy"] span.elementor-icon-list-text {
    color: #ed2024 !important;
}

.breadcrumb .elementor-icon-list-item a .elementor-icon-list-text {
    transition: color 0.3s ease;
}

.breadcrumb .elementor-icon-list-item a:hover .elementor-icon-list-text {
    color: #ed2024;
}

.breadcrumb .elementor-icon-list-item:last-child .elementor-icon-list-text {
    color: #ed2024;
}
.breadcrumb .elementor-icon-list-item {
    display: inline-flex;
    align-items: center;
}

/* Add slash after every item except last */
.breadcrumb .elementor-icon-list-item:not(:last-child)::after {
    content: ">";
    margin: 0 8px;
    color: #aaa;
	border: none !important;
}

/* Completed Project - Hide Ongoing Projects breadcrumb */
.single-project .project-category-completed-projects .breadcrumb .elementor-icon-list-item:nth-child(4) {
    display: none;
}

/* Ongoing Project - Hide Completed Projects breadcrumb */
.single-project .project-category-ongoing-projects .breadcrumb .elementor-icon-list-item:nth-child(3) {
    display: none;
}

.elementor-47 .elementor-element.elementor-element-b78851c.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title {
	background: #F1EEE9 !important;
}


.elementor-9 .elementor-element.elementor-element-5a18398 .elementor-nav-menu--main .elementor-item.elementor-item-active {
    color: var(--e-global-color-primary);
    background-color: #ffffff;

    padding: 2px 8px;   /* ↓ reduces height */
    line-height: 1;     /* tight height control */
    border-radius: 0px;
}


@media (min-width: 1024px) and (max-width: 1366px) {
    .termscon {
        margin-right: 36px !important;
    }
}


.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    z-index: 1 !important;
}