/**
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
*/
p {
    margin-bottom: 1em;
}
select{
	  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* .preloader{
	display:none !important;
} */
.preloader .loader .loader-section .bg {
  background-color: #fff;
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  transition: all 0.7s cubic-bezier(0.1, 0.1, 0.1, 1) 0.3s;
}

.preloader .loader .loader-section {
    padding: 0px;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
	display:flex;
    pointer-events: none;
}
.preloader .loader .row {
    gap: 0;
    display: flex;
    flex: 1;
}
#ast-scroll-top{
	    background-color: #ecc21e;
}
.preloader .animation-preloader {
    z-index: 1000;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}
.wpcf7 .wpcf7-not-valid-tip {
    display: none;
}


.wpcf7 .wpcf7-not-valid-tip.wpcf7-validation-errors {
    display: block;
}
.elementor-1221 .elementor-element.elementor-element-6773684 .elementor-nav-menu--main .elementor-item:hover {
    padding-left: 20px;
    color: #ecc21e;
    transition: 0.7s;
}
i.fa-medal:before {
    content: "\f5a2"; 
}
.blog-items img{
	transition: transform 0.3s ease, filter 0.3s ease;
}
.blog-items img:hover{
	transform: scale(1);
    filter: brightness(1.2);
}
.blog-items a {
    color: #070708 ;
}
.blog-info{
	background: #999999;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
    padding: 0 5px 0 5px;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
} 
@keyframes fadeInRight{
	  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft{
	  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@media(min-width:768px){
	.product-table-mobile{
		display: none;
	}
}
@media(max-width:767px){
	.product-table{
		display: none;
	}
	.about-wrapper-3 .about-author{
		display: block !important;
	}
	.about-wrapper-3 .about-author .author-contact{
		margin-top: 20px;
	}
	.cta-img-box::before{
		display:none;
	}
	.mail-icon-list .elementor-icon-list-items .elementor-icon-list-item:nth-child(2) .elementor-icon-list-text {
    	margin-left: 20px;
    }
}
.blog-table td{
	display: flex;
}
@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading {
        padding-top: 150px !important;
        padding-bottom: 30px !important;
    }
	.breadcrumb-wrapper .page-heading h2{
		font-size: 32px !important;
	}
}
.elementor-9 .elementor-element.elementor-element-deb2aa9{
	--padding-left: 80px;
	--padding-right: 80px;
	--padding-top: 0;
	--padding-bottom: 0;
}
@media(max-width:991px){
	.elementor-9 .elementor-element.elementor-element-deb2aa9{
	--padding-left: 10px;
	--padding-right: 10px;
	--padding-top: 0;
	--padding-bottom: 0;
}
		.elementor-22 .elementor-element.elementor-element-5aee7fd{
		    --padding-left: 100px !important;
    --padding-right: 100px !important;
	}
}
@media (max-width: 767px) {
    .elementor-slides .swiper-slide-inner {
        padding: 15px;
    }
	.about-wrapper-3 .about-author .author-contact {
    display: flex;
    align-items: center;
    gap: 10px !important;
}
	    .cta-one-inner {
        padding-left: 0 !important;
        width: 100% !important;
    }
}
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
.preloader {
       align-items: center;
    cursor: default;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
}
.preloader.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}
.preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-top-color: #001659;
    height: 9em;
    margin: 0 auto 3.5em auto;
    width: 9em;
}
.preloader p {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: #001659;
}
.text-center {
    text-align: center !important;
}
/* .preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none;
}
.preloader .loader .loader-section {
    padding: 0px;
}
.preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none;
}
.preloader .loader .row {
    height: 100%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
} */

button{
	border-radius: 0;
}
button.theme-btn br {
    display: none;
}

@media(max-width:1399px){
	.elementor-25 .elementor-element.elementor-element-38ab47f{
		width: 650px;
	}
	.elementor-25 .elementor-element.elementor-element-8a39631{
		width: 490px;
	}
	body:not(.rtl) .elementor-25 .elementor-element.elementor-element-d945ecb{
		bottom: 85px;
	}
			.elementor-25 .elementor-element.elementor-element-4769fc1{
		margin-top: -40px;
	}
	.elementor-22 .elementor-element.elementor-element-5aee7fd{
		    --padding-left: 170px;
    --padding-right: 170px;
	}
	.elementor-22 .elementor-element.elementor-element-2e2efb9 .elementor-heading-title{
		width: 95%;
	}
	.col-lg-6 {
    width: 49.1% !important;
	}
	.contact-page .col-lg-6 {
	width: 47.9% !important;
}
		.about-section-large{
		display: none;
	}
	.about-content-large{
		display: none;
	}
}
@media (max-width:1024px){
			.about-section-large{
		display: flex;
	}
	.about-content-large{
		display: flex;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1125px) { 
	.elementor-25 .elementor-element.elementor-element-b25a25f > .elementor-widget-container{
		    margin: -40px 0px 0px 0px;
	}
}
@media only screen and (min-width: 1400px) {
	.e-con.e-flex>.e-con-inner {
		max-width: 1314px;
        width: 100%;
		margin-right: auto;
        margin-left: auto;
	}
		.elementor-25 .elementor-element.elementor-element-4769fc1{
		margin-top: -45px;
	}
	.elementor-9 .elementor-element.elementor-element-deb2aa9{
	--padding-left: 100px;
	--padding-right: 100px;
	--padding-top: 0;
	--padding-bottom: 0;
}
	.contact-page .col-lg-6 {
    width: 48.2% !important;
}
	.about-section-small{
		display: none;
	}
	.about-content-small{
		display: none;
	}
}
.navbar {
	background:#fff;
	box-shadow: 0px 0px 62px 0px rgba(0, 22, 89, 0.17) !important;
}

.map-area .googpemap {
    height: 350px;
    position: relative;
}
.map-area .googpemap iframe {
    width: 100%;
    height: 100%;
}
.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a){
	text-decoration: none !important;
}
.address-section a{
    color: #0b0c0c !important;	
}
.header-top-4 {
    position: relative;
    background-color: #000;
    padding: 15px 0;
    z-index: 9;
}
.header-top-4::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #f9ca17;
    width: 40%;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 96% 0, 100% 99%, 0% 100%);
    clip-path: polygon(0 0, 96% 0, 100% 99%, 0% 100%);
}
.footer-bottom-wrapper-2{
	padding: 35px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.footer-section-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #20201d;
    opacity: 0.85;
}
.elementor-slides .swiper-slide-inner .elementor-slide-button{
	display: none;
}
.hero-4{
	    width: 100%;
    height: 100%;
}
.hero-button {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.theme-btn {
    padding: 22px 45px;
    display: inline-block;
    background-color: #fff;
    position: relative;
}
.theme-btn.hover-color {
    background-color: #000;
}
.theme-btn:hover::before {
  width: 100%;
  left: 0px;
}
.theme-btn::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #ecc21e;
  transition: all 0.4s ease-in-out;
}
.theme-btn.hover-color::before {
    background-color: #ffc107;
}
.theme-btn .theme-effect .effect-1 {
  display: block;
  height: 100%;
  position: relative;
  top: 0%;
  transition: 0.3s;
}
.theme-btn .theme-effect i {
  position: relative;
  color: #001659;
  transition: all 0.4s ease-in-out;
  margin-right: 5px;
}
.theme-btn.bg-color-3 {
  background-color: #ffc107;
}
.theme-btn.bg-color-3 span, .theme-btn.bg-color-3 i {
  color: #000;
}
.theme-btn.bg-color-3::before {
  background-color: #ecc21e;
}
.theme-btn.hover-color span, .theme-btn.hover-color i {
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.theme-btn.hover-color::before {
  background-color: #ffc107;
}
.theme-btn.hover-color:hover span, .theme-btn.hover-color:hover i {
  color: #000;
}
/* .theme-btn.hover-color:hover{
	background-color: #ffc107;
} */
.hero-4 h1 {
  margin-top: -23px;
  font-size: 40px;
		color: #fff;
	  text-transform: uppercase;
}
.fa-chevron-right:before {
    content: "\f054";
}
.hero-4 h1 span {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite;
    -webkit-mask-image: linear-gradient(-75deg, rgba(255, 255, 255, 0.15) 50%, white 50%, rgb(255 255 255) 70%);
    -webkit-mask-size: 200%;
}
.theme-btn .theme-effect {
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  transition: all 0.4s ease-in-out;
  color: #001659;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  display: block;
  height: 18px;
  line-height: normal;
}
.theme-btn.hover-color span, .theme-btn.hover-color i{
	color: #fff;
}
.theme-btn:hover .theme-effect .effect-1 {
  top: -100%;
}
.theme-btn.theme-bg-2 {
  background-color: #ffbc13;
}
.theme-btn.theme-bg-2 span, .theme-btn.theme-bg-2 i {
  color: #fff;
}
.theme-btn.theme-bg-2::before {
  background-color: #111;
}
.theme-btn.border-style-2 {
  background-color: transparent;
  border: 1px solid #C5C5C5;
}
.theme-btn.border-style-2 span, .theme-btn.border-style-2 i {
  color: #111;
}
.theme-btn.border-style-2::before {
  background-color: #ffbc13;
}
.theme-btn.border-style-2:hover {
  border: 1px solid transparent;
}
.theme-btn.border-style-2:hover span, .theme-btn.border-style-2:hover i {
  color: #fff;
}
@media (max-width: 1199px) {
  .hero-4 h1 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .hero-4 h1 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .hero-4 .hero-content h1 {
    font-size: 18px;
  }
		.swiper-slide-contents{
		margin-right: 0;
	}
	.swiper-slide-inner{
		text-align: center !important;
	}
}
@media (max-width: 575px) {
  .hero-4 h1 {
         text-align: center;
        font-size: 24px;
        line-height: 1.3;
  }
	.about-wrapper-3 .about-image-items .exp-box .icon-item .content h2{
		font-size: 28px !important;
	}
}
.about-wrapper-3 .about-image-items {
    position: relative;
}
.about-wrapper-3 .about-image-items .exp-box {
    position: absolute !important;
    left: -80px;
    top: 90px;
    z-index: 9;
    padding: 40px 40px 60px;
}

.about-wrapper-3 .about-image-items .bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

}
.about-wrapper-3 .about-image-items .bounce-x {
    animation: bounce-x 10s infinite linear;
}
.about-wrapper-3 .about-image-items .exp-box .icon-item .content h2 {
    color: #000;
	font-size: 50px;
    line-height: 120%;
    font-weight: 700;
	margin-bottom: 0;
}
.about-wrapper-3 .about-image-items .exp-box .icon-item .content p {
    color: #000;
	    margin: 0px;
    transition: all 0.4s ease-in-out;
	font-size: 18px;
}
.about-wrapper-3 .about-image-items .about-image-1 {
    max-width: 490px;
    height: 585px;
    position: relative;
}
.about-wrapper-3 .about-image-items .about-image-1 .about-image-2 img {
    width: 100%;
    height: 100%;
}
.bounce-y {
    animation: bounce-y 10s infinite linear;
}
.about-wrapper-3 .about-image-items .about-image-1 .about-image-2 {
    position: absolute;
    right: -28%;
    bottom: -12%;
    max-width: 330px;
}
@keyframes bounce-y {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounce-x {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
}
.about-wrapper-3 .about-image-items .exp-box .icon-item {
    display: flex;
    align-items: center;
    gap: 30px;
}
@media (max-width: 767px) {
  .about-wrapper-3 .about-image-items .about-image-1 {
    height: 520px;
  }
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-image-items .about-image-1 {
    height: 450px;
  }
}
@media (max-width: 1399px) {
  .about-wrapper-3 .about-image-items .about-image-1 .about-image-2 {
    right: -4%;
    bottom: -5%;
    max-width: 280px;
  }
}
@media (max-width: 991px) {
  .about-wrapper-3 .about-image-items .about-image-1 .about-image-2 {
    right: -10%;
    bottom: -5%;
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .about-wrapper-3 .about-image-items .about-image-1 .about-image-2 {
    right: 0;
    bottom: 0;
    max-width: 250px;
  }
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-image-items .about-image-1 .about-image-2 {
    max-width: 200px;
  }
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-image-items .exp-box {
    left: 0;
    top: 0;
  }
}
@media (max-width: 991px) {
  .about-wrapper-3 .about-image-items .exp-box {
    left: -40px;
    top: 40px;
  }
}
@media (max-width: 767px) {
  .about-wrapper-3 .about-image-items .exp-box {
    left: 0;
    padding: 30px 30px 50px;
    top: 0;
  }
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-image-items .exp-box {
    padding: 20px 20px 40px;
  }
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-image-items .exp-box .icon-item {
    gap: 15px;
  }
}
.about-wrapper-3 .about-image-items .exp-box .icon-item .icon {
  font-size: 62px;
  color: #000;
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-image-items .exp-box .icon-item .icon {
    font-size: 32px;
  }
}
.about-wrapper-3 .about-author .author-contact .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    background-color: #eac01f;
    color: #fff;
	transform: rotate(90deg);
}
.about-wrapper-3 .about-author {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}
.about-wrapper-3 .about-author .author-contact {
    display: flex;
    align-items: center;
    gap: 20px;
}
.about-wrapper-3 .about-author .author-contact .content h6 {
    font-size: 15px;
    margin-top: 5px;
	font-weight: 600;
    line-height: 145%;
}
.about-wrapper-3 .about-author .author-contact .content h6 > a{
	    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: #0e0f10;
    transition: all 0.4s ease-in-out;
}
.about-wrapper-3 .about-author .author-contact .content p{
margin: 0px;
    transition: all 0.4s ease-in-out;
}
.elementor-widget-loop-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-prev{
  width: 50px;
  height: 50px;
  background-color: #fff;
  color: #001659;
  border-radius: 50%;
  margin-right: 20px;
  transition: all 0.4s ease-in-out;
}
.elementor-widget-loop-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-prev:hover{
	  background-color: #ecc21e;
  color: #fff;
}
.elementor-widget-loop-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-next{
  width: 50px;
  height: 50px;
  background-color: #ecc21e;
  color: #fff;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
.elementor-widget-loop-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-next:hover{
	background-color: #fff;
  color: #001659;
}
.project-image{
	margin-top: 30px;
}
.project-image img{
	position: relative;
  height: 430px !important;
}
.project-image .elementor-widget-image::before {
  background: linear-gradient(180deg, rgba(0, 22, 89, 0) 0%, #000 100%) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  content: "";
}
.swiper-slide .project-image .elementor-widget-image::before {
  visibility: visible !important;
  opacity: 1 !important;
}
.project-image img{
	 width: 100%;
  height: 100%;
     object-fit: cover;
}
.cta-area-3 {
    background-color: #3d3e42;
    position: relative;
    display: block;
    margin-top: 40px;
}
.cta-img-box {
    position: absolute;
    top: -47px;
    bottom: -10px;
    left: -10px;
    max-width: 694px;
    width: 100%;
}
@media (max-width: 575px) {
  .cta-img-box {
    top: 0;
  }
}
.cta-img-box::before {
    position: absolute;
    top: 0;
    right: -20px;
    content: "";
    border-left: 17px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 38px solid var(--roofsie-black, #ecc21e);
    z-index: 2;
    transform: rotate(-1deg);
}
.cta-img-box .cta-img {
    -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
.cta-img-box .cta-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-one-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 760px;
    padding-top: 57px;
    padding-bottom: 57px;
    width: 82%;
}
@media (max-width: 1899px) {
    .cta-one-inner {
        padding-left: 100px;
        width: 90%;
    }
}
@media (max-width: 991px) {
  .cta-one-inner {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .cta-one-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cta-one-inner .section-title span {
  color: #fff;
}
.cta-one-inner .section-title h2 {
  color: #fff;
  font-size: 36px;
}
@media (max-width: 767px) {
  .cta-one-inner .section-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .cta-one-inner .section-title h2 {
    font-size: 26px !important;
  }
}
@media (max-width: 1899px) {
    .cta-img-box .cta-img::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: #000;
        opacity: 0.8;
    }
}
.breadcrumb-wrapper {
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    /* background-size: cover; */
    overflow: hidden;
}
.breadcrumb-wrapper .page-heading {
    position: relative;
    padding-top: 97px;
    padding-bottom: 62px;
}
.breadcrumb-wrapper .breadcrumb-items {
    padding: 30px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.breadcrumb-wrapper .breadcrumb-items li a {
    color: #FFFFFFB3 !important;
    transition: all 0.4s ease-in-out;
}
.breadcrumb-wrapper .breadcrumb-items li a:hover{
	color:#ecc21e !important;
}
.breadcrumb-wrapper .breadcrumb-items li{
	color: #fff;
}
.breadcrumb-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    /* height: 100%; */
    opacity: 0.8;
    background-image: linear-gradient(90deg, rgb(17 17 17 / 42%) 0%, rgba(155, 155, 155, 0.1) 100%);
}
.product-content h5 {
    font-size: 14px;
    line-height: 22px;
}
.product-content h5 > a {
  background-image: linear-gradient(#ecc21e, #ecc21e);
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
	transition: all 0.4s ease-in-out;
}
.product-content h5 > a:hover {
  background-size: 100% 1px;
  color: #ecc21e !important;
}
.contact-form {
    margin-top: 35px;
    display: inline-block;
}
@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type=reset], input[type=tel], input[type=date], select{
	height: auto;
}
.contact-form-items .form-clt {
    position: relative;
}

.contact-form-items .form-clt span {
    text-transform: capitalize;
    font-size: 14px;
    color: #001659;
    /* margin-bottom: 10px; */
    display: inline-block;
}
.contact-form-items .form-clt input {
    width: 100%;
    outline: none;
    border: none;
    padding: 18px 35px !important;
    color: #666;
    background-color: rgb(245, 245, 245);
    font-size: 14px;
}
.contact-form-items .form-clt .icon {
    position: absolute;
    top: 67px;
    left: 15px;
}
.wpcf7 select.wpcf7-form-control{
    padding: 18px 35px !important;
}
@media (min-width: 992px) {
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
option {
	background: #f2f3f5;
    outline: none;
    color: #001659;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
}
.contact-form-items .form-clt-big textarea {
    padding: 18px 35px 73px;
    width: 100%;
    outline: none;
    color: #666;
    background-color: rgb(245, 245, 245);
    font-size: 14px;
    border: none;
}
.contact-form-items .form-clt .icon i {
    color: #001659;
    font-size: 14px;
}
.enquiry-btn{
	background-color: #000 !important;
	padding: 22px 45px !important;
	border-radius: 0 !important;
	text-transform: uppercase;
}
.enquiry-btn:hover{
	background-color: #ffc107 !important;
	transition: 0.3s;
	color: #000 !important;
}

/* .theme-btn.hover-color {
    background-color: #000;
}
.theme-btn {
    padding: 22px 45px;
    display: inline-block;
    background-color: var(--white);
    position: relative;
}
.theme-btn.hover-color::before {
    background-color: #ffc107;
}
.theme-btn::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: var(--theme2);
    transition: all 0.4s ease-in-out;
}
.theme-btn.hover-color span, .theme-btn.hover-color i {
    color: #fff;
    transition: all 0.4s ease-in-out;
}
.theme-btn .theme-effect {
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    transition: all 0.4s ease-in-out;
    color: var(--theme);
    font-weight: 500;
    position: relative;
    overflow: hidden;
    display: block;
    height: 17px;
    line-height: normal;
}
.theme-btn .theme-effect .effect-1 {
    display: block;
    height: 100%;
    position: relative;
    top: 0%;
    transition: 0.3s;
}
.theme-btn .theme-effect i {
    position: relative;
    color: var(--theme);
    transition: all 0.4s ease-in-out;
    margin-right: 5px;
} */
.elementor-55 .elementor-element.elementor-element-ad07ba5 .elementor-nav-menu--main .elementor-item:hover{
	padding-left: 20px;
    color: #ecc21e;
	transition: 0.7s;
}
/* @media(max-width:767px){
.offcanvas__overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #151515;
    z-index: 99999;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
}
.offcanvas__overlay.overlay-open {
    opacity: 0.8;
    visibility: visible;
}
} */
.row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; 
}

 .col-lg-6 {
    width: 49.2%; 
}

.col-lg-12 {
    width: 100%;
}

.form-clt {
    position: relative;
}

.form-clt input,
.form-clt select,
.form-clt textarea {
    width: 100%;
    padding: 14px 15px;
    background-color: rgb(245, 245, 245);
    border: none;
    font-size: 14px;
}

.form-clt .icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.form-clt-big textarea {
    height: 140px !important;
}

@media (max-width: 991px) {
    .col-lg-6 {
        width: 100% !important; 
    }
	.contact-page .col-lg-6 {
	width: 100% !important;
	}
}
@media (max-width: 768px) {
    .col-lg-6 {
        width: 100% !important; 
    }
	.contact-page .col-lg-6 {
	width: 100% !important;
}
	
}
.elementor-widget-loop-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-next {
    position: absolute;
    top: -50px;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #ecc21e;
    color: #fff;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}
.elementor-widget-loop-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-prev{
	    position: absolute;
    top: -50px;
    left: 1020px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #001659;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}
.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next svg, .elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev svg{
	margin: auto;
}
.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next svg{
	fill: #fff;
	transition: 0.3s;
}
.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev svg{
	fill: #001659;
	transition: 0.3s;
}

.elementor-widget-loop-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-next:hover{
	background: #fff;
}

.elementor-widget-loop-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-prev:hover{
	background: #ecc21e;
}
.elementor-widget-loop-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-next:hover svg{
	fill: #001659;
}
@media(max-width:767px){
	.elementor-widget-loop-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-prev, .elementor-widget-loop-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-next{
		display: none;
	}
	.elementor-slides .swiper-slide-inner{
	padding: 50px;
}
}
@media(max-width:991px){
.elementor-widget-loop-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-prev{
	left: 670px;
	}	
}
@media(max-width:820px){
.elementor-widget-loop-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-prev{
	left: 570px;
	}	
}
@media(max-width:1024px){
.elementor-widget-loop-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-prev{
	left: 770px;
	}	
}
@media(min-width:1400px){
.elementor-widget-loop-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-prev{
	left: 91%;
	}	
}
@keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
.counter-wrapper-2 {
    background-color: #000;
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cta-one-inner .section-title h2{
	    color: #fff;
    font-size: 36px;
	text-transform: uppercase;
}
.elementor-element .swiper .elementor-swiper-button-next{
	    padding: 20px 10px 20px 30px;
    position: relative;
    background: #fff;
    bottom: 31px;
    left: -69px;
}
.elementor-element .swiper .elementor-swiper-button-next svg{
	fill: #001659;
}
.elementor-element .swiper .elementor-swiper-button-prev{
	    padding: 20px 30px 20px 10px;
    position: relative;
    background: #fff;
    bottom: 31px;
    left: 64px;
}
.elementor-element .swiper .elementor-swiper-button-prev svg{
	fill: #ecc21e;
}
.service-wrapper-2 img{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
/* .elementor-swiper-button-prev::before{
	content: "\f061";
	 font-family: 'FontAwesome';
} */
.blog-menu li{
	border-bottom: 1px solid #ccc;
}
.products-loop h1{
	min-height: 67px;
}
/* .project-image{
	width: 386px;
} */
.wpcf7 .wpcf7-not-valid-tip{
	color: #DC2626 !important;
}
li.current-menu-ancestor.current-menu-parent.current_page_parent.current_page_ancestor > a {
    color: #ecc21e !important;
}

li.menu-item-has-children:hover > a {
    color: #ecc21e !important; 
}


li.current-menu-ancestor > a,
li.current-menu-parent > a,
li.current_page_parent > a,
li.current_page_ancestor > a,
li.menu-item-has-children.current-menu-item > a {
    color: #ecc21e !important; 
}


li.menu-item-has-children:hover > a {
    color: #ecc21e !important;
}


li.menu-item-has-children:not(.current-menu-ancestor):not(.current-menu-parent):not(.current_page_parent):not(.current_page_ancestor):not(.current-menu-item):not(:hover) > a {
    color: #000 !important; 
}




/* li.current-menu-ancestor.current-menu-parent>a{
    color: #ecc21e !important;	
} */
.navbar .sub-arrow{
	display: none;
}
.navbar .sub-menu{
	display: none !important;
}
@media (max-width: 991px) {
		.elementor-22 .elementor-element.elementor-element-c76f3ac .swiper-slide-contents{
		max-width: 100%;
	}
  .theme-btn {
    padding: 20px 34px;
  }
}
@media (max-width: 575px) {
  .theme-btn {
    padding: 18px 18px;
  }
}
.elementor-element.project-image .elementor-widget-container:after {
   background: linear-gradient(180deg, rgba(0, 22, 89, 0) 0%, #000 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  content: "";
}
.elementor-element.project-image:hover .elementor-widget-container:after {
  visibility: visible;
  opacity: 1;
}
.home-project-gal .elementor.swiper-slide-next .elementor-widget-container:after {
  visibility: visible;
  opacity: 1;
}
@media(min-width:991px){
	.elementor-9 .elementor-element.elementor-element-e0ecca6{
		display: none;
	}
}
.theme-btn.bg-color-2 {
    background-color: #ecc21e;
}
.theme-btn.bg-color-2::before {
    background-color: #fff;
}
/* .preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--theme);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .txt-loading {
  font: bold 5em "Unbounded", sans-serif, "Rubik", sans-serif;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}
.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--theme2);
  position: relative;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: var(--theme);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Unbounded", sans-serif;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}
.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--theme);
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
 */

/* .preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
}

.preloader .animation-preloader {
  z-index: 10000;
}

.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #001659;
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1000;
  pointer-events: none;
}

.preloader .loader .row {
  height: 100%;
}

.preloader .loader .loader-section {
  padding: 0px;
}

.preloader .loader .loader-section .bg {
  background-color: #fff;
  height: 100%;
  left: 0;
  width: 100%;
  transition: width 1s cubic-bezier(0.77, 0, 0.175, 1) !important, opacity 1s ease !important;
}

.preloader.loaded .loader-section .bg {
  width: 0 !important;
  opacity: 0 !important;
  transition: width 1s cubic-bezier(0.77, 0, 0.175, 1) !important, opacity 1s ease !important;
} */



/* .preloader.loaded .animation-preloader {
  opacity: 0;
  transition: opacity 0.3s ease-out;
} */


/* .preloader.loaded {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  pointer-events: none;
}

.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #001659;
} */
.elementor-22 .elementor-element.elementor-element-c76f3ac .swiper-slide-inner {
    text-align: left;
}
.elementor--h-position-center .swiper-slide-inner {
    justify-content: flex-start;
}
@media(max-width:575px){
	.elementor-22 .elementor-element.elementor-element-c76f3ac .swiper-slide-inner {
    text-align: center;
	}
.elementor--h-position-center .swiper-slide-inner {
    justify-content: center;
	}	
	    .hero-4 h1 {
        font-size: 30px;
        line-height: 1.3;
    }
	.hero-button{
		justify-content: center;
	}
}
.elementor-slides .swiper-slide-inner{
	padding: 100px;
}