.elementor-11189 .elementor-element.elementor-element-b25f8c0:not(.elementor-motion-effects-element-type-background), .elementor-11189 .elementor-element.elementor-element-b25f8c0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F8F7;}.elementor-11189 .elementor-element.elementor-element-b25f8c0 > .elementor-background-overlay{background-image:url("https://businesstechninjas.com/wp-content/uploads/2024/08/Asset-2@2x.png");background-position:center left;background-size:cover;opacity:0.78;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-11189 .elementor-element.elementor-element-b25f8c0{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:100px 0px 100px 0px;}.elementor-bc-flex-widget .elementor-11189 .elementor-element.elementor-element-492fdf8.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-11189 .elementor-element.elementor-element-492fdf8.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-11189 .elementor-element.elementor-element-4262cb7{text-align:center;}.elementor-11189 .elementor-element.elementor-element-4262cb7 .elementor-heading-title{font-family:"Perfectly Nineties", Sans-serif;font-size:54px;font-weight:600;color:#16162B;}.elementor-11189 .elementor-element.elementor-element-7e34a99{text-align:center;}.elementor-11189 .elementor-element.elementor-element-107a9a2{padding:50px 0px 0px 0px;}.elementor-11189 .elementor-element.elementor-element-d9ed807:not(.elementor-motion-effects-element-type-background), .elementor-11189 .elementor-element.elementor-element-d9ed807 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://businesstechninjas.com/wp-content/uploads/2024/08/Asset-9@2x.png");background-position:bottom left;background-repeat:no-repeat;background-size:550px auto;}.elementor-11189 .elementor-element.elementor-element-d9ed807{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 0px 0px 0px;}.elementor-11189 .elementor-element.elementor-element-d9ed807 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-11189 .elementor-element.elementor-element-4262cb7 .elementor-heading-title{font-size:60px;}}@media(max-width:767px){.elementor-11189 .elementor-element.elementor-element-b25f8c0{padding:50px 20px 50px 20px;}.elementor-11189 .elementor-element.elementor-element-4262cb7{text-align:center;}.elementor-11189 .elementor-element.elementor-element-4262cb7 .elementor-heading-title{font-size:35px;}.elementor-11189 .elementor-element.elementor-element-107a9a2{padding:20px 20px 20px 20px;}.elementor-11189 .elementor-element.elementor-element-d9ed807{padding:0px 20px 0px 20px;}.elementor-11189 .elementor-element.elementor-element-29bcb7d{width:35%;}.elementor-11189 .elementor-element.elementor-element-02536db{width:65%;}}/* Start custom CSS */.wrapper-icon-btn span.elementor-button-icon {
    font-size: 28px;
    margin-top: -5px;
}
.satisficed-client-box{
    opacity: 0.7;
}
.infusion-form input {
    width: 100%;
    margin-bottom: 12px;
}
.elementor-testimonial__content {
    border-top: 3px solid #1a1a3a;
    padding-top: 40px;
}
.infusion-form button{
    background:#ff9000;
    font-family: "Inter", Sans-serif;
    color: #fff;
    margin-top: 20px;
    font-weight: 300;
   
   
}
.icon-hero-img-1 .elementor-widget-container,
.icon-hero-img-2 .elementor-widget-container{
    height: 85px !important;
    align-items: center;
    display:flex;
    justify-content: center;
}
.icon-hero-img-2 .elementor-widget-container{
    height: 120px !important;
}
@media screen and (max-width:1024px){
    .infusion-form button{
    padding-left:20px;
    padding-right:20px;
   
}
.icon-hero-img-1 .elementor-widget-container,
.icon-hero-img-2 .elementor-widget-container{
    height: 65px !important;
    width:65px !important;
   
}
}

.icon-hero-img-2 .elementor-icon-wrapper,
.icon-hero-img-1 .elementor-icon-wrapper{
	line-height: 0;
	
}

.icon-hero-img-2 .elementor-icon,
.icon-hero-img-1 .elementor-icon{
	position: relative;
	overflow: hidden;

}
.icon-hero-img-1 .elementor-widget-container, .icon-hero-img-2 .elementor-widget-container
 {
    box-shadow: 0px 0px 5px rgb(26 26 58 / 71%);
}
.icon-hero-img-1 .elementor-icon::before,
.icon-hero-img-2 .elementor-icon::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--e-global-color-primary);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.icon-hero-img-1 .elementor-icon:hover::before,
.icon-hero-img-2 .elementor-icon:hover::before{
	transform: scale(1);
}

@media screen and (min-width:1025px){
    .icon-hero-img-1,
.icon-hero-img-2{
    animation: iconheroimg 2s infinite alternate;
}
}
.why-choose-circle img {
    animation: infiniterotate 30s infinite linear;
    
}
@keyframes iconheroimg{
    0%{
        transform: translateX(0)
    }

    100%{
        transform: translateY(-40px)
    }
}
@keyframes infiniterotate{
	from{
		transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
	}
}




.icon-hero-img-1 .elementor-widget-container,
.icon-hero-img-2 .elementor-widget-container{
    height: 180px !important;
    align-items: center;
    display:flex;
    justify-content: center;
   
}

@media screen and (max-width:1024px){
    .infusion-form button{
    padding-left:20px;
    padding-right:20px;
   
}
.icon-hero-img-1 .elementor-widget-container,
.icon-hero-img-2 .elementor-widget-container{
    height: 100px !important;
    width:100px !important;
   
}
}

.icon-hero-img-2 .elementor-icon-wrapper,
.icon-hero-img-1 .elementor-icon-wrapper{
	line-height: 0;
	
}

.icon-hero-img-2 .elementor-icon,
.icon-hero-img-1 .elementor-icon{
	position: relative;
	overflow: hidden;

}

.icon-hero-img-1 .elementor-icon::before,
.icon-hero-img-2 .elementor-icon::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--e-global-color-primary);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.icon-hero-img-1 .elementor-icon:hover::before,
.icon-hero-img-2 .elementor-icon:hover::before{
	transform: scale(1);
}




.satisficed-client-box{

	display: inline-flex !important;

	z-index: 2;
	border-radius: 10px;
}
.satisficed-client-box span.elementor-icon {
    background: #7676ff;
    padding: 12px;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    display: flex
;
    align-items: center;
}
    .icon-hero-img-1,
.icon-hero-img-2{
    animation: iconheroimg 2s infinite alternate;
}
@media screen and (min-width:1025px){

}
.why-choose-circle img {
    animation: infiniterotate 30s infinite linear;
    
}
@keyframes satisficedbox{
    0%{
        transform: translateX(0)
    }

    100%{
        transform: translateX(-100px)
    }
}
@keyframes iconheroimg{
    0%{
        transform: translateX(0)
    }

    100%{
        transform: translateY(-40px)
    }
}
@keyframes infiniterotate{
	from{
		transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
	}
}
.icon-why figure.elementor-image-box-img img {
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
}
.icon-why figure.elementor-image-box-img {
    width:90px !important;
    height: 75px !important;
    background: #1d4972;
    padding: 15px;
    border-radius: 100%;
    display: flex !important
;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

@media screen and (max-width:767px){
    .icon-why figure.elementor-image-box-img {
    width:75px !important;
    height: 75px !important;
    margin-bottom:20px !important;
}
}



.wrapper-arrow {
    position: absolute;
    bottom: 173px;
    right: 95px;
    z-index: 8;
    width: 120px !important;
}
.satisficed-client-box {
    position: absolute;
    bottom: 55px;
    right: -10%;
}
@media screen and (max-width:1400px){
    .satisficed-client-box {
           right: 15px;
}
.wrapper-arrow {
    right: 145px;
    width: 120px !important;
}
}
@media screen and (max-width:950px){
        .wrapper-arrow {
      
        width: 60px !important;
    }
}
@media screen and (max-width: 767px) {
    .satisficed-client-box {
        right: 0;
        width: 100% !important;
        max-width: 100% !important;
        bottom: 0;
        position: relative;
        margin-bottom: 20px !important;
    }
    .wrapper-arrow {
          position: relative;
          bottom:0px;
          right:0;
        width: 100px !important;
        display: block !important;
        margin-top: -70px;
        margin: -50px auto 0px !important;
        z-index: 9;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Perfectly Nineties';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://businesstechninjas.com/wp-content/uploads/2024/08/PerfectlyNineties-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Perfectly Nineties';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://businesstechninjas.com/wp-content/uploads/2024/08/PerfectlyNineties-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Perfectly Nineties';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://businesstechninjas.com/wp-content/uploads/2024/08/PerfectlyNineties-Semibold.ttf') format('truetype');
}
@font-face {
	font-family: 'Perfectly Nineties';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://businesstechninjas.com/wp-content/uploads/2024/08/PerfectlyNineties-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Perfectly Nineties';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://businesstechninjas.com/wp-content/uploads/2024/08/PerfectlyNineties-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'Perfectly Nineties';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://businesstechninjas.com/wp-content/uploads/2024/08/PerfectlyNineties-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Perfectly Nineties';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://businesstechninjas.com/wp-content/uploads/2024/08/PerfectlyNineties-Extralight.ttf') format('truetype');
}
/* End Custom Fonts CSS */