/**
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
*/

.footer-left-right {
	margin: 0 auto;
	max-width: 1140px;
	width: 100%;
}

body, html{
	overflow-x:hidden;
}

.ast-header-button-1 .ast-custom-button{
	color:#134AA8;
}
.footer-bgcolor::before  {
	  content: "";
    position: absolute;
    top: 0;
    left: 0;
    width:500%;
    height: 100%;
    background-color: #114398;
}
.testimonial-left-box{
	position:relative;
}
.tesimonial-slider .owl-nav {
    position: relative;
    right: 676px;
    bottom: 55px;
}
.tesimonial-slider .owl-prev, .tesimonial-slider .owl-next{
	border:1px solid #134AA8 !important;
}
.wp-contact-form input, 
.wp-contact-form textarea{
	border-radius: 40px;
  background: #fff;
	padding-left: 24px;
}
.wp-contact-form ::placeholder{
	color:#134AA8 !important;
}
.wp-contact-form .contact_btn {
    background: #134AA8;
    color: #fff;
    font-weight:500;
	 position: relative;
  padding-right: 48px !important;
	border:1px solid #134aa8;
}
.wpforms-form .contact_btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.banner-img img{
/* 	max-width:max-content; */
	width: max-content  !important;
}
.type-services .entry-header {
    display: none;
}





@media (max-width: 1199px) {
	.banner-img img{	
	width: 100%  !important;
}
}

@media (max-width: 767px) {
	.wp-contact-form .contact_btn {
		left:36%;
	}
	.footer .elementor-image-box-wrapper{
		display: flex;
    align-items: center;
	}
}

@media (max-width: 425px) {
    .wp-contact-form .contact_btn {
        left: 21%;
    }
	.working-days {
    width: 28% !important;
}

}



	@keyframes slideUpDown {

	0%,
	100% {
		top: 0;
	}

	50% {
		top: 20px;
	}
}

/* Animation CSS */
@keyframes scaleUpDown {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.1);
	}
}

@-webkit-keyframes fadInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-40px);
		transform: translate(-40px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translate(0);
	}
}

@keyframes fadInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-40px);
		-ms-transform: translateX(-40px);
		transform: translate(-40px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translate(0);
	}
}

.fadInLeft {
	-webkit-animation-name: fadInLeft;
	animation-name: fadInLeft;
}

@-webkit-keyframes fadeinRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(40px);
		transform: translate(40px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translate(0);
	}
}

@keyframes fadeinRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(40px);
		-ms-transform: translateX(40px);
		transform: translate(40px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translate(0);
	}
}

.fadeinRight {
	-webkit-animation-name: fadeinRight;
	animation-name: fadeinRight;
}

@-webkit-keyframes fadeinUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 10%, 0);
		transform: translate3d(0, 10%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeinUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 10%, 0);
		-ms-transform: translate3d(0, 10%, 0);
		transform: translate3d(0, 10%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.fadeinUp {
	-webkit-animation-name: fadeinUp;
	animation-name: fadeinUp;
}
		
		/* Swiper CSS */
        .testimonial-wrapper {
            display: flex;
            gap: 40px;
            align-items: center;
        }

        

		.testimonial-flexcard{
			display:flex;
			flex-direction:column;
			justify-content: space-between;
    		height: 82%;
            height: 300px;
		}
		
		.video-tag{
			border-radius: 10px;
			object-fit: cover;
   			height: 400px;
		}
		
		.video-icon{
			left: 39%;
			position: absolute;
			top: 43%;
			pointer-events: auto; 
			 cursor: pointer;
		}
		
		.ts-description{
			padding:20px;
		}
		
        .ts-card {
            background: #fff;
            border-radius: 10px;
            box-shadow: 0 0 0 1px #e6e6e6;
			height: 400px;
        }

        .ts-card span {
            font-size: 40px;
            color: #1a4fd8;
        }
		.quote-icon img {
            margin-bottom: 20px !important;
        }

        .ts-card p,
        .ts-card h4,
        .ts-card small {
            color: #134aa8;
        }
		
		.ts-card p,
        .ts-card small {
            font-family:'excon';
        }
		
		.ts-card h4{
			font-family:'artine';
			font-size:24px;
			font-weight:400;
			margin-bottom:0px !important;
		}
		
		.ts-card small {
			font-size:16px;
		}
		
		.ts-video .quote-icon {
		  	display: none !important;
		}
		
		:root {
			--swiper-navigation-size: 15px !important;
			
		}
		.swiper-button-next, .swiper-button-prev{
			padding: 20px;
			border: 1px solid;
			border-radius: 16px;
			background: #fff;
			font-weight: 900;
		}
		.swiper-btns {
		  display: flex;
		  align-items: center;
		  gap: 35px;           
		}
		.swiper-button-prev {
		  order: 1;
		}

		.swiper-button-next {
		  order: 2;
		}

		.swiper-button-prev,
		.swiper-button-next {
		  position: relative;
		  margin: 0;
		}

		.swiper-horizontal {
			touch-action: none;
		}

/*--------Services box hover effect ----------------*/
.home-service-hover, .logo-image {
  transition: 
    transform 0.6s ease,
    box-shadow 0.6s ease,
    border-color 0.6s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.home-service-hover:hover, .logo-image:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

/*------------bacground images hover effect --------------*/

/* .bg-icons, .swiper-btns, .wp-contact-form .contact_btn {
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.banner-section:hover .bg-icons, .expertise-section:hover .bg-icons, .insurance-section:hover .bg-icons, .wp-contact-form .contact_btn:hover  {
  transform: scale(1.08);
} */

/*--------Swiper button effect-------------*/
.swiper-button-next,
.swiper-button-prev, .single .post-navigation a {
  position: relative;
  transition: 
    transform 0.5s ease,
    box-shadow 0.5s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover, .single .post-navigation a:hover {
  transform: scale(1.12) translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

/*-------------Single Services page---------*/



.service-wrapper{
	background-color:#FFD5D7;
}

.service-heading-title{
	font-size: 48px;
    font-weight: 500;
    letter-spacing: -1px;
	font-family: "Artine";
}

.service_btn{
	background: #134AA8;
    color: #fff;
    font-weight: 500;
    position: relative;
    padding-right: 48px !important;
    border: 1px solid #134aa8;
}

.service_btn::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

.d-flex {
    display: flex;
    gap: 5px;
    align-items: center;
}

.img-box {
    background-color: #FFFFFF;
    padding: 012px 020px 012px 020px;
    border-radius: 64px 64px 64px 64px;
    width: fit-content;
	margin-bottom:8px;
}

.service-icon-box-content{
	color:#134aa8;
}

nav.navigation.post-navigation{
	display: none !important;
}




.service-tabs {
    list-style: none;
    margin: 0;
}

.service-tab{
	margin-bottom: 6px;
}

.service-tab a {
    display: block;
    padding: 16px 20px;
    transition: all 0.3s ease;
	 position: relative;      
}

.service-tab a::after {
       content: "\e876";
	       font-family: elementskit !important;
    font-weight: 900;     
    position: absolute;
    right: 20px;           
    top: 50%;
    transform: translateY(-50%);        
    transition: transform 0.3s ease;
}

.service-tab a:hover {
    background: #fff;
	padding: 16px 20px;
	border-radius: 40px;
}

.service-tab.active a {
    background: #fff;
   padding: 16px 20px;
	border-radius: 40px;
}

.service-title {
    font-size: 32px;
    margin-bottom: 20px;
}

.service-body {
    line-height: 1.7;
}


.single-services{
	background-color:#FFD5D7;
	    
}

/* Mobile */
@media (max-width: 768px) {
    .service-wrapper {
        grid-template-columns: 1fr;
    }

 

    .service-tab a { 
	
   padding: 16px 20px;
	border-radius: 40px;
    }

    .service-tab.active a {
         background: #fff;
	padding: 16px 20px;
	border-radius: 40px;
    }
}

@media (max-width: 1024px) {
.elementskit-menu-overlay{
	background: unset !important;
}
}


.wpforms-field-limit-text {
    display: none;
}


.fixed-textarea textarea {
  height: 100px !important;
  resize: none !important;
}

.single-services .icon-right-arrow1::before{
	    font-size: 13px !important;
}

.ts-video {
    cursor: pointer;
	position: relative;
}

.ts-video video {
  width: 100%;   
  object-fit: cover; 
  display: block;
}
/* 
.bg-icons {
  position: relative;
  display: inline-block;
  width: max-content;
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  will-change: transform;
  animation: float-bob 4s ease-in-out infinite;
} */


/* Float animation */
@keyframes float-bob {
  0% {
    transform: translate3d(0, 0, 0) rotateZ(0deg);
  }
  25% {
    transform: translate3d(4px, -6px, 0) rotateZ(-0.4deg);
  }
  50% {
    transform: translate3d(0, -10px, 0) rotateZ(0deg);
  }
  75% {
    transform: translate3d(-4px, -6px, 0) rotateZ(0.4deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotateZ(0deg);
  }
}

@keyframes float-bob-alt {
  0% {
    transform: translate3d(0, 0, 0) rotateZ(0deg);
  }
  25% {
    transform: translate3d(-5px, 6px, 0) rotateZ(0.4deg);
  }
  50% {
    transform: translate3d(0, 10px, 0) rotateZ(0deg);
  }
  75% {
    transform: translate3d(5px, 6px, 0) rotateZ(-0.4deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotateZ(0deg);
  }
}



.parallax-icon {
    position: relative;
    transition: transform 0.15s ease-out;
    will-change: transform;
}

.ekit-nav-dropdown-hover .elementskit-dropdown-has ul{
	left: -77px !important;
}

.elementskit-navbar-nav > li:hover > a .elementskit-submenu-indicator {
    transform: rotate(180deg);
	 transition: transform 0.5s ease;
}


.uc_ac_box{
	border: 1px solid #fff;
}

.uc_ac_box:hover, .uc-item-active{
    border: 1px solid #134AA8;
}

@media (max-width: 1024px) {
.ekit-nav-dropdown-hover .elementskit-dropdown-has ul{
	left: 0px !important;
}
.elementskit-navbar-nav-default .elementskit-navbar-nav>li>a, .elementskit-navbar-nav-default .elementskit-submenu-panel>li>a{
	font-size: 16px !important;
}
}

.map-col,
.map-col iframe {
    height: 100%;
}

.map-col iframe {
    min-height: 100%;
}

.elementor-widget-google_maps .elementor-custom-embed{
	height: 100% !important;
}

.phone-curve .elementor-icon-box-wrapper{
	flex-direction: row !important;
}