/**
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
*/
.site-footer-section-3 {
	background: #f9f9f9;
    padding: 18px;
    border-radius: 30px;
}
a.menu-link:hover {
    color: #0196ce !important;
}
.ast-builder-menu-1 .main-header-menu, .ast-builder-menu-1 .main-header-menu .sub-menu {
	border-radius: 40px;
	padding-left: 40px;
    padding-right: 40px;
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
	line-height: 60px;
}
.current-menu-item {
	font-weight: bold;
}
a.menu-link:hover {
	color: #fff !important;
}
.ast-site-title-wrap {
	display: none !important;
}
.better-row-1, .better-row-2 {
	width: 100%;
    display: flex;
}
.better-row-1 .years-in-business {
	background-image: url(/wp-content/uploads/2024/02/bottom-right.png);
	background-size: cover;
    background-repeat: no-repeat;
    width: 200px;
    height: 160px;
	position: relative;
}
.better-row-1 .worth-in-business {
	background-image: url(/wp-content/uploads/2024/02/bottom-left.png);
	background-size: cover;
    background-repeat: no-repeat;
    width: 200px;
    height: 160px;
	position: relative;
	margin-left: 50px;
}
.view-more:hover {
	color: #fff;
}
.better-row-2 .years-in-business {
	background-image: url(/wp-content/uploads/2024/02/top-right.png);
	background-size: cover;
    background-repeat: no-repeat;
    width: 200px;
    height: 160px;
	position: relative;
}
.better-row-2 .worth-in-business {
	background-image: url(/wp-content/uploads/2024/02/top-left.png);
	background-size: cover;
    background-repeat: no-repeat;
    width: 200px;
    height: 160px;
	position: relative;
	margin-left: 50px;
	margin-top: -6px;
}
.inner-content {
	line-height: 35px;
    position: absolute;
    top: 60px;
    text-align: center;
    width: 100%;
}
.better-inner p {
	margin: 0;
	font-size: 14px;
	line-height: 15px;
	font-family: "Nunito", Sans-serif;
	font-weight: 300;
}
/* .left img:hover, .right img:hover {
    transform: scale(1.1);
} */
.better-inner span {
	display: block;
	margin-bottom: 15px;
	font-family: "Nunito", Sans-serif;
}
.better-row-2 {
	margin-top: 25px;
    margin-left: -40px;
}
.know-us-better {
    margin-left: 30%;
}
.hover-container {
    position: relative;
    display: inline-block; /* Ensure the container wraps around the content */
    overflow: hidden;
	border-radius: 34px;
}

/* Text that appears on hover */
.hover-text {
    position: absolute;
    bottom: 90px;
    left: 0;
    width: 100%;
    background-color: rgba(1, 150, 206, 0.7); /* Adjust background color and opacity */
    transform: translateY(100%); /* Initially hide the text off-screen */
    transition: transform 0.3s ease; /* Add transition for smooth animation */
	border-radius: 34px;
}

/* Show the text on hover */
.hover-container:hover .hover-text {
    transform: translateY(0); /* Move the text into view */
	bottom: 0;
	height: 100%;
}
.hover-text h4{
	color: #fff;
    font-size: 33px;
    text-align: center;
    padding-top: 26px;
    font-family: "Nunito", Sans-serif;
    font-weight: bold;
}
.listing {
	list-style: none;
    color: #fff;
    padding-left: 63px !important;
    font-family: "Nunito", Sans-serif;
    font-weight: 300;
    margin-top: 90px !important;
}
.listing li {
    background-image: url(http://103.39.135.162:8099/wordpress/wp-content/uploads/2024/02/tick-circle.png);
    background-repeat: no-repeat;
    background-size: 27px;
    padding-left: 50px;
    line-height: 50px;
    background-position: left;
}
.view-more {
	 color: #fff;
    text-decoration: none !important;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 21px;
	font-family: "Nunito", Sans-serif;
    margin-top: 53px;
    font-weight: 600;
}
.feature {
	display: flex;
    margin-top: 25px;
}
.inner-feature {
    width: 33.33%;
    padding: 50px 30px;
	text-align: center;
	padding-bottom: 30px;
}
.inner-feature:nth-child(2) {
	background: #f9f9f9;
}
.inner-feature p {
	color: #797979;
	font-family: "Nunito", Sans-serif;
	text-align: center;
    font-size: 18px;
    font-weight: 300;
}
.inner-feature img {
    width: 90%;
    min-height: 205px;
}
.collab-section {
    display: flex;	
	font-family: "Nunito", Sans-serif;
	position: relative;
}
.inner-collab.with-content {
	width: 70%;
    background: #f1f1f1;
    border-radius: 30px;
    padding: 120px 50px;
}
.inner-collab.without-content {
    display: flex;
    align-items: center;
    position: absolute;
    right: -46%;
}
.inner-collab.without-content img:first-child {
	width: 50%;
    position: relative;
    left: 22%;
	z-index: 9;
}
.inner-collab.without-content img:last-child {
    width: 250px;	
}
.animated-image {
    position: relative;
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 0.5s, transform 2s ease-in-out;
}
.animated-image-blue {
    position: relative;
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 0.5s, transform 1s ease-in-out;
}
.animate {
    opacity: 1;
    transform: translateX(0);
}
.collabration h2 {
	font-weight: 700;
    font-size: 35px;
}
.with-content p {
	color: #797979;
	font-weight: 300;
}
.cost-effective {
	display: flex;
	align-items: center;
	padding-top: 30px;
}
.inner-cost:last-child{
	width: 43%;
    padding-left: 20px;
}
.inner-cost h4 {
    font-weight: 700;
    margin-bottom: 0;
}
.inner-cost p {
	margin-bottom: 0;
    margin-top: 20px;
}
.member-content {
    display: none;
    transition: all 0.3s ease;
}
.member-content.active {
	display: block;
	
}
.member-content {
	color: #fff;
	font-family: "Nunito", Sans-serif;
	font-weight: 400;
}
.image-carousel {
    position: relative;
	width: 40%;
	top: -80px;
}

.triangle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px; /* Adjust as needed */
    height: 200px; /* Adjust as needed */
    display: flex;
    justify-content: center;
    align-items: center;
}
.triangle img.active {
  transform: scale(1.5); /* Make the active image larger */
}
.image-carousel img {
    position: absolute;
	width: 100px;
    transition: all 0.5s ease; /* Smooth transition for animation */
}

 .image-carousel img:nth-child(2) {
    width: 100px;
    left: -80px;
    top: -76px;
} 
.image-carousel img:nth-child(2).active {
	left: -208px;
    top: -105px;

}
.image-carousel img:nth-child(3) {
    width: 100px;
    left: -83px;
    top: 181px;
	margin-left: 0 !important;
}
 .image-carousel img:nth-child(4) {
    width: 100px;
     right: -136px;
    top: -78px;
}
.image-carousel img:nth-child(5) {
    width: 100px;
   right: -142px;
    top: 170px;
}
.team-carousel {
	display: flex;
	width: 100%;
	height: 400px;
}
.team-member-content {
    width: 60%;	
}
.inner-content-section {
	display: flex;
}
.inner-member-content {
	padding-left: 25px;
    margin-top: 10px;
}
.inner-member-content h3 {
	margin-bottom: 10px;
    color: #fff;
	font-family: "Nunito", Sans-serif;
	font-weight: 400;
}
.image-carousel img.active {
	width: 150px;
	margin-left: 25%;
}
.home-banner {
	position: relative;
	top: 76px;
}
.banner-triangle {
	position: absolute;
	top: 94px;
}
.person-image {
	width: 84%;
    margin-left: 215px;
    margin-top: 44px;
}
.banner-1 {
	width: 60%;
}
.banner-2 {
	width: 35%;
	position: relative;
    top: 140px;
}
.banner-3 {
	width: 35%;
	position: relative;
    top: 85px;
    left: 25px;
}
.home .site-content {
	position: relative;
    top: -81px;
}
.ast-primary-header-bar {
    background-color: transparent;
    border: none;
}
#astra-footer-menu .menu-item.current-menu-item > a {
    color: #0196CE;
    padding-bottom: 10px;
}
#astra-footer-menu a.menu-link:hover {
	color: #0196ce !important;
}
.contact-us {
    align-items: center;
    width: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(181, 181, 181, 0.25);
    padding: 12px 20px;
	background: #fff;
}
.a-tag {
	margin-left: auto;
}
.contact-us a {
	text-decoration: none !important;
	color: #797979 !important;
	font-family: "Nunito", Sans-serif;
	width: 100%;
	display: flex;
	align-items: center;
}
.contact-info {
	margin: 0 auto;
	width: 80% !important;
}
.icon-section span {
	    color: #242331;
    font-weight: 600;
    margin-left: 16px;
	font-family: "Nunito", Sans-serif;
}
.contact-row {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    
}
.contact-form {
    box-shadow: 0 0 10px rgba(179, 179, 179, 0.25);	
	padding: 50px 30px;
    margin-top: 36px !important;
	width: 78% !important;
	margin: 0 auto;
	background: #fff;
	border-radius: 20px;
}
.wpcf7-submit {
	border-radius: 20px;
}
.submit {
	text-align: center;
}
.inner-row {
    width: 50%;
    padding: 0 20px;
	font-family: "Nunito", Sans-serif;
}
.inner-row label {
	font-family: "Nunito", Sans-serif;
	font-size: 16px;
    font-weight: 600;
}
.inner-row input {
    border-radius: 17px;
    height: 55px;
}
.inner-row p {
	margin-bottom: 10px;
}
.inner-row.message {
	width: 100%;
}
.inner-row.message textarea {
	border-radius: 20px;
}
.submit input {
	background: #0196CE;
	border-radius: 20px;
}
#sp-ea-631.sp-easy-accordion>.sp-ea-single {
    background: #fff;
    border-radius: 4px;
}
.vision {
	align-items: center;
}
.what-we-do-section {
	margin: 0 auto;
    width: 85%;
}
.about-animation {
	display: flex;
	width: 100%;
}
#container > div {
    transition: width 0.5s ease; /* Add animation transition */
}
.left {
	width: 60%;
	margin: 0 20px;
	height: 400px;
    overflow: hidden;
}
.right {
	width: 40%;
	margin: 0 20px;
	height: 400px;
    overflow: hidden;
}
.left img, .right img {
	height: 100%;
    width: 100%;
}
.right:hover {
    width: 80%; /* When hovering over .right, expand it to 60% */
}
.career-each:hover h4, .career-each:hover p, .career-each:hover span, .career-each:hover .elementor-widget-container {
    color: #fff !important;
}
.career-each:hover a span {
	color: #242331 !important;
}
.banner-triangle img {
  position: absolute;
  top: 0;
  left: 0;
  animation: animateBanner 6s infinite;
}
.banner-triangle {
	position: relative !important;
	top: 250px !important;
}
.banner-1 {
  position: absolute;
  top: 0;
  left: 0;
  animation: moveBanner1 6s linear infinite;
}

.banner-2 {
  position: absolute;
  top: 0;
  left: 0;
  animation: moveBanner2 6s linear infinite;
}

.banner-3 {
  position: absolute;
  top: 0;
  right: 0;
  animation: moveBanner3 6s linear infinite;
}
@keyframes moveBanner1 {
  0%, 100% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(0%);
  }
}

@keyframes moveBanner2 {
  0%, 100% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0%);
  }
}

@keyframes moveBanner3 {
  0%, 100% {
    transform: translateX(100%);
  }
  50% {
    transform: translateX(0%);
  }
}


/* .person-image {
    margin-left: 27%;
    margin-top: -21px;
} */
.person-image {
  position: absolute;
  animation: animatePerson 5s infinite;
}

@keyframes animatePerson {
  0% {
    left: -30%;
  }
  50% {
    left: 1%;
  }
  100% {
    left: -30%;
  }
}
.content h2 {
	color: #242331;
    font-family: "Nunito", Sans-serif;
    font-weight: 800;
}
.content p {
	color: #797979;
    font-family: "Nunito", Sans-serif;
    font-weight: 400;
}
.background {
	height: 574px;
}
.all-post {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
    width: 84%;
}
.page-template-career-template .type-post {
	flex-basis: 46%;
	border: 1px solid #ddd;
    border-radius: 20px;
    margin: 0 20px !important;
    padding: 20px 32px;
    margin-bottom: 25px !important;
}
.entry-title {
   font-size: 25px !important;
	font-weight: 800 !important;
	margin-top: 10px !important;
	margin-bottom: 5px !important;
}
.sub-title, .description {
	color: #797979;
}
.sub-title span {
	color: #0196CE;
}
.apply a {
	color: #242331;
    font-weight: bold;
    border: 1px solid #ddd;
    border-radius: 40px;
    padding: 20px 30px;
    display: block;
    width: 146px;
	background: #fff;
}
.page-template-career-template .type-post:hover {
	background: #0196CE;
}
.page-template-career-template .type-post:hover .entry-title, .page-template-career-template .type-post:hover p, .page-template-career-template .type-post:hover span {
	color: #fff !important;
}
.single-post {
	background: #fff;
}
.single-post .site-content .entry-content {
	background: #F9F9F9;
	border: none;
	padding: 0;
	border-radius: 10px;
	padding: 2.5em;
	font-family: "Nunito", Sans-serif;
}
.single-post .site-content {
	padding: 50px 0 !important;
}
.ast-separate-container #primary {
	margin: 0 !important;
}
.published {
    color: #797979;	
}
@media (min-width: 922px) {
	.ast-narrow-container .site-content > .ast-container {
	max-width: 1000px;
}
}

.single-post .entry-meta {
	margin-left: auto;
	margin-top: 10px;
	color: transparent;
}
.comments-area, .navigation {
	display: none;
}
.single-post .entry-header {
	display: flex;
	align-items: center;
	font-family: "Nunito", Sans-serif;
}
.header-section {
    text-align: center;
	position: relative;
}
.entry-meta {
	position: absolute;
    bottom: -8.5em;
    right: 35px;
}
.single-layout-1 .entry-header {
	display: block;
}
.header-section {
    margin-bottom: 40px;	
}
.header-apply-now {
	font-family: "Nunito", Sans-serif;
    font-weight: 600;
    background-color: #0196CE;
    border-radius: 40px 40px 40px 40px;
    padding: 20px 30px 20px 30px;
    color: #fff;
    display: block;
    width: 150px;
    margin: 0 auto;
}
.author-name, .entry-title {
    color: #242331 !important;	
	font-family: "Nunito", Sans-serif;
}
.career-banner img {
	transition: transform 0.3s ease-in-out;
}
.career-banner img:hover {
  transform: scale(1.1); 
}
.left,
.right {
  transition: width 0.3s ease;
}
/* .left:hover {
  width: 40%;
}
.right:hover {
  width: 60%;
}
.left:not(:hover) {
  width: 60%;
}
.right:not(:hover) {
  width: 40%;
} */
.image-carousell {
    position: relative;
}
.ast-builder-menu-mobile .main-navigation .menu-item:hover > .menu-link, .ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item:hover > .ast-menu-toggle {
	color: #000 !important;
}
.team-section .gs-team-circle-one .single-member-div .gs_team_image__wrapper {
	width: 80% !important;
	margin: 0 auto;
}
.gs-team-circle-one .single-member-div .gs_member_info .gs-member-name, .gs_tm_theme_v_2 .single-member-div .gs_member_info .gs-member-desig, .gs_team_area.gs-team-circle-one .single-member-div .gs_member_info .gs-member-desc {
	color: #fff !important;
}
.owl-nav, .owl-dots {
	display: none;
}
body, html {
    overflow-x: hidden;
}

@media screen and (max-width: 767px) {
	.left, .right {
		height: 200px;
	}
	.content {
    height: 250px;
}
	.our-vision, .our-mission, .values {
		padding: 0 20px;
	}
	.about-heading, .about-heading h2 {
		text-align: center;
	}
	
	.contact-info {
	   width: 100% !important;	
	}
	.contact-form {
	    padding: 30px 0px;
        width: 94% !important;
	}
	.contact-row {
		display: none;
	}
	.inner-row {
		width: 100%;
	}
	.submit input {
		margin-left: 65px;
	}
	.choose-section, .choose-section .elementor-widget-container {
		text-align: center;
	}
	.collab-section {
		display: block;
	}
	.inner-collab.without-content {
		position: relative;
		display: block;
		right: 0;
	}
	.inner-collab.with-content {
		width: 100%;
		padding: 55px 35px;
	}
	.inner-cost:last-child {
		width: 70%;
	}
	.inner-collab.without-content img:last-child {
		 margin-left: 24%;
         width: 52%;
		 transform: rotate(90deg);
	}
	.inner-collab.without-content img:first-child {
    width: 78%;
    position: absolute;
    left: 9%;
    z-index: 9;
    top: 2%;
}
	.feature-section .elementor-widget-spacer {
		display: none;
	}
	.feature {
		display: block;
	}
	.inner-feature {
		width: 100%;
		padding: 20px 30px;
	}
	.team-carousel {
		flex-direction: column;
		height: auto;
		margin-top: 70px;
	}
	.team-member-content {
    width: 100%;
    padding: 0 20px;
		order: 2;
		margin-top: 80px;
}
	.image-carousel {
    position: relative;
    width: 100%;
		top: 0;
		order: 1;
	}
	.triangle {
		position: relative;
		transform: none;
		display: block;
		top: 50px;
		left: 0;
		height: auto;
		width: auto;
	}
	.image-carousel img.active {
		width: 110px;
		margin-left: 33%;
	}
	.image-carousel img:nth-child(1) {
		width: 90px;
		margin-left: 33%;
	}
	.image-carousel img:nth-child(2).active {
    left: 126px;
    top: -177px;
}
	.image-carousel img:nth-child(2) {
		width: 90px;
		left: 20px !important;
        top: -93px !important;
	}
	.image-carousel img:nth-child(4) {
    width: 90px;
    right: -162px;
    top: -22px;
}
	.image-carousel img:nth-child(5) {
    width: 90px;
    right: 185px;
    top: -195px;
}
	.team-section {
		background-image: none !important;
	}
	.image-carousel img:nth-child(2).active {
    left: 22px !important;
    top: -111px !important;
    margin-left: 0 !important;
}
	.image-carousel img:nth-child(5).active  {
	    right: 164px;
		margin-left: 0 !important;
	}
	.image-carousel img:nth-child(4).active {
		width: 100px !important;
    margin-left: 0;
		right: -138px;
	}
	.image-carousel img {
		position: relative;
	}
	.image-carousel img:nth-child(3) {
		width: 90px;
		left: 0;
		top: 0;
	}
	.image-carousel img:nth-child(3).active {
		left: 24px;
	}
	.team-section h2 {
		text-align: center;
	}
	.team-section .elementor-element.elementor-element-7407dd8 {
    --spacer-size: 40px;
}
	.hover-text h4 {
		font-size: 28px;
	}
	.listing {
		margin-top: 9px !important;
		    padding-left: 36px !important;
	}
	.listing li {
		line-height: 30px;
	}
	.hover-text {
		bottom: 80px;
	}
	.bebefites-section .elementor-image-box-wrapper {
		display: flex;
		align-items: center;
	}
	.bebefites-section h3 {
		margin-bottom: 0;
		text-align: left;
		padding-left: 20px;
	}
	.bebefites-section .elementor-image-box-description {
		text-align: left;
		padding-left: 20px;
	}
	.better-row-1 .years-in-business {
		    width: 150px;
    height: 117px;
	}
	.know-us-better {
		margin-left: 20px;
	}
	.inner-content {
		top: 30px;
	}
	.better-row-1 .worth-in-business, .better-row-2 .years-in-business, .better-row-2 .worth-in-business {
		    width: 150px;
    height: 117px;
	}
	.better-inner span {
		font-size: 35px !important;
	}
	.better-row-2 {
		margin-left: -20px;
	}
	.better-row-1 .worth-in-business, .better-row-2 .worth-in-business {
		margin-left: 30px;
	}
	.number-section img {
		width: 100%;
	}
	.partner-section .elementor-column {
		width: 50%;
	}
	.site-footer-section-1 {
	    padding: 0 30px;	
	}
	.site-footer-section-2 {
		display: none !important;
	}
	.ast-footer-copyright p {
		text-align: center !important;
	}
	.site-footer-section-3 {
		margin: 0 20px;
	}
	.background {
    background-image: none !important;
    background: rgba(0, 83, 115, 1);
    color: #fff;
		height: 800px;
		margin-bottom: 30px;
}
	.background .elementor-heading-title {
		color: #fff !important;
		margin-left: 20px;
	}
	.banner-triangle {
    top: 100px !important;
    left: 86px;
}
	.content h2, .content p {
		color: #fff;
	}
	.background .button-section .elementor-column {
		width: 50%;
	}
	.watch-video {
		margin-left: 0;
	}
	.watch-video img{
		width: 160px !important;
		margin-left: -35px;
	}
	.button-section a {
		padding: 17px 25px 17px 25px;
	}
	.home-banner {
		top: -12px;
	}
	.content p {
		margin-right: 10px;
	}
	.button-section {
		margin-left: 20px;
		margin-right: 20px;
	}
	.person-image {
    margin-left: 27%;
    margin-top: -21px;
}
	.banner-2 {
		width: 30%;
	}
	.banner-3 {
		top: 66px;
    left: 34px;
	}
	.banner-1 {
		position: relative;
		left: 9%;
	}
	.ast-primary-header-bar {
	    border: none !important;	
	}
	.background .elementor-widget-spacer {
		    --spacer-size: 70px !important;
	}
	.ast-builder-menu-mobile .main-header-menu {
		    background-color: #0196CE !important;
	}
	.ast-builder-menu-mobile .menu-link {
		color: #fff !important;
	}
	.ast-builder-menu-mobile .current-menu-item .menu-link {
		color: #000 !important;
	}
	.ast-mobile-header-wrap .ast-primary-header-bar {
		background: rgba(0, 83, 115, 1);
	}
	.banner-triangle {
		top: -50px;
	}
	.number-section .elementor-heading-title {
		font-size: 20px;
	}
	.number-section .elementor-widget-spacer {
		    --spacer-size: 20px !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.image-carousel img.active {
    width: 110px;
    margin-left: -9%;
}
	.image-carousel img:nth-child(4) {
		right: -53px;
	}
	.image-carousel img:nth-child(5) {
		right: -62px;
	}
	.image-carousel img:nth-child(4).active {
		right: -28px;
	}
	.image-carousel img:nth-child(2).active {
    left: -55px;
    top: -79px;
}
	.image-carousel img:nth-child(5).active {
		right: -35px;
	}
	.background {
		    background: rgba(0, 83, 115, 1);
    background-image: none !important;
    height: 470px;
	}
	.content h2, .content p {
		color: #fff;
	}
	.ast-primary-header-bar {
		border: none !important;
	}
	.person-image {
		margin-left: 100px;
	}
	.banner-triangle {
		top: 40px;
	}
	.banner-3 {
		top: 70px;
	}
	.watch-video img {
		width: 200px !important;
	}
	.get-started {
		width: 42% !important;
	}
	.background .elementor-widget-spacer {
		--spacer-size: 50px !important;
	}
	.video-section {
		width: 50% !important;
	}
	.inner-collab.without-content img:first-child {
		width: 35%;
	}
	.inner-collab.without-content img:last-child {
		width: 200px;
	}
	.inner-collab.without-content {
		right: -430px;
	}
	.inner-collab.with-content {
		padding: 72px 50px;
	}
	.inner-feature img {
		min-height: 140px;
	}
	.hover-text h4 {
		padding-top: 26px;
	}
	.listing {
	   margin-top: 20px !important;
		padding-left: 35px !important;
	}
	.listing li {
		    line-height: 35px;
	}
	.better-row-1 .years-in-business, .better-row-2 .years-in-business {
		width: 200px;
    height: 111px;
	}
	.better-row-1 .worth-in-business, .better-row-2 .worth-in-business {
		width: 200px;
    height: 116px;
	}
	.better-inner span {
		font-size: 35px !important;
	}
	.inner-content {
		top: 22px;
	}
	.site-primary-footer-wrap {
		padding: 0 20px;
	}
	.ast-builder-footer-grid-columns  {
		padding: 0 20px;
	}
}
/*-----rupeshcss-----*/
a.header-apply-now:hover {
    color: #fff !important;
}