/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Error 404 Page: Start */
body.error404 #content {
	padding-top: 60px;
	padding-bottom: 60px;
}
body.error404 .post-content h2 {
	text-align: center !important;
}
body.error404 .fusion-error-page-404 {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;;
}
body.error404 .fusion-error-page-search {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
body.error404 .fusion-error-page-search  h2, body.error404 .fusion-error-page-search  p {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
body.error404 .fusion-error-page-search  a {
	
}
/* Error 404 Page: End */

/* Assets: Start */
.fusion-title {
	margin-top: 0 !important;
	margin-bottom: 20px !important;
}
 .short-title {
	position: relative;
}

.short-title.short-red-title h5{
	color: var(--awb-color4) !important;	
		display: inline-block;
	position: relative;
}
.short-title.short-red-title h5.title-heading-center {
	justify-content: center;
}
.short-title .border-box{
	position: absolute;
    top: 15px;
	left: 0;
    width: 25px;
    height: 1px;
    background: #2739a7;
}
.section-description-center {
	max-width: 800px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.short-title p {
	padding-left: 30px;

}
ul.fusion-checklist {
	margin-top: 0 !important;
	margin-bottom: 20px !important;
}
ul.fusion-checklist li {
	margin-bottom: 10px;
	padding: 0 !important;
}
ul.fusion-checklist li:last-child {
	margin-bottom: 0;
}
.link-box {
	margin-bottom: 0;
}
.link-box .fusion-column-wrapper {
	display: block !important;
	text-align: center;
}
.btn {
	text-align: center;
    position: relative;
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    color: var(--awb-color1);
    font-size: 16px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0px;
    transition: all 0.3s linear;
	background-color: var(--awb-color4);
	z-index: 1;
}
.btn:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: var(--awb-custom_color_2);
    opacity: 0;
    content: "";
    border-radius: 0px;
    transform: scale(0.5) rotateX(45deg);
    transition: all 0.2s linear;
	z-index: -1;
	
}
.btn:hover {
	color: var(--awb-color1);
}
.btn:hover:before {
	    opacity: 1.0;
    transform: scale(1.0) rotateX(0deg);
    transition: all 0.4s linear;

}
/* Assets: End */

/* Page Title Bar Styles: START */
.avada-page-titlebar-wrapper {
	position: relative;
}

.fusion-page-title-row {
	position: relative;
}
.fusion-page-title-row .fusion-page-title-wrapper {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
	height: auto;
} 
.fusion-page-title-captions {
	
	margin-bottom: 20px;
}
.fusion-page-title-secondary {
	margin-left: 0 !important;
	text-align: left;
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: #ffffff;
    padding: 12px 25px 12px;

}
.fusion-page-title-secondary span span{
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 21px;
    margin-right: 20px;
    text-transform: uppercase;
}
.fusion-page-title-secondary span span:first-child::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: #e8e8e8;
    content: "";
}
.fusion-page-title-secondary span span:last-child {
    padding-right: 0;
    margin-right: 0;
}
/* Page Title Bar Styles: End */


/* Header Styles: START */

.fusion-header-wrapper .fusion-secondary-header {
/* 	border-bottom: 1px solid var(--awb-color5); */
/* 	margin-bottom: 10px; */
}
.fusion-header-wrapper .fusion-header {
 	border-bottom: none; 
}

.fusion-header-wrapper.fusion-is-sticky .fusion-header {
	padding-top: 0 !important;
}
.fusion-main-menu>ul>li:last-child {
	padding-right: 0 !important;
}
.fusion-main-menu>ul>li.menu-item-type-custom {
	display: flex;
	align-items: center;
}
.fusion-main-menu>ul>li.menu-item-type-custom a {
	height: 60px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
	background-color: var(--awb-color4);
	color: var(--awb-color1);
	position: relative;
	z-index: 1;
} 
.fusion-main-menu>ul>li.menu-item-type-custom i {
	padding-right: 10px; 
}
.fusion-main-menu>ul>li.menu-item-type-custom.current-menu-item>a {
	background-color: var(--awb-color1);
}
.fusion-is-sticky .fusion-main-menu>ul>li.menu-item-type-custom.current-menu-item>a {
	background-color: var(--header_sticky_bg_color);
}
.fusion-main-menu>ul>li.menu-item-type-custom a:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: var(--awb-custom_color_2);
    opacity: 0;
    content: "";
    border-radius: 0px;
    transform: scale(0.5) rotateX(45deg);
    transition: all 0.2s linear;
	z-index: -1;
}
.fusion-main-menu>ul>li.menu-item-type-custom a:hover {
	color: var(--awb-color1);
}
.fusion-main-menu>ul>li.menu-item-type-custom a:hover:before {
	opacity: 1.0;
    transform: scale(1.0) rotateX(0deg);
    transition: all 0.4s linear;
}
.fusion-secondary-header  {
	font-size: 16px;
}
.fusion-secondary-header .fusion-alignleft .fusion-contact-info i {
	padding-right: 10px;
	color: var(--awb-color4);
}
.fusion-main-menu .sub-menu li a {
	font-weight: 700 !important;
}
.fusion-main-menu .sub-menu li a:hover {
	color: var(--awb-color1);
}

/* Header Styles: END */

/* Footer Styles: START */
.fusion-footer {
	position: relative;
	z-index: 1;
	background-color: #06182b;
}
.fusion-footer::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
 	background-image: url(https://gets-trade.com/wp-content/uploads/2024/12/footer-style2-area-bg.jpg); 
/* 	background-image: url(https://trade.autus-it.com/wp-content/uploads/2025/01/bg-18.jpg); */
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
	mix-blend-mode: lighten;
}
.contact-info-container p:not(:last-child) {
	margin-bottom: 10px;
}
.fusion-footer-copyright-area {
	border-top: 1px solid #fff;
}
.fusion-footer-copyright-area .fusion-copyright-content .fusion-social-links-footer {
	display: none;
}
.fusion-footer p, .fusion-copyright-notice, .fusion-footer-widget-area a {
	font-size: 16px;
	color: var(--awb-color1);
}
.fusion-footer-widget-area, .fusion-footer-copyright-area{
 	background-color: unset; 
	z-index: 2;
}
 .fusion-footer-widget-area .widget_nav_menu li{
	border-bottom: none;
	 padding-top: 0;
	 padding-bottom: 0;
}
.fusion-footer-widget-area .widget_nav_menu li:last-of-type i{
	display: none;
}
.fusion-footer-widget-area .widget_nav_menu li:not(:last-of-type) {
	margin-bottom: 10px;
}
/* Footer Styles: END */


/* Home Page: Start */
	/* Section-02: START */
.section-02 {
	background-color: var(--awb-color1);
	padding-bottom: 40px;
}
.section-02 .section-content-wrapper .left-content .fusion-column-wrapper {
	position: relative;
	align-items: flex-end;
}
.section-02 .section-content-wrapper .left-content .fusion-image-element:has(.image-about-container) {
	margin-top: -40px;
/* 	width: 400px;
	margin-left: 120px; */
}
.section-02 .section-content-wrapper .left-content .image-about-container , .section-02 .section-content-wrapper .left-content .image-about-container img{
	width: 100%;
}
.section-02 .section-content-wrapper .left-content .experience-box {
	position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    right: 50px;
    bottom: 0;
    width: 300px;
    background: #ffffff;
    box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.05);
    padding: 10px 30px 10px;
    padding-right: 0px;
	margin-bottom: 0;
	z-index: 2;
	display: none;
}

.section-02 .section-content-wrapper .left-content .experience-box::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #1f67b0;
    content: "";
}
.section-02 .section-content-wrapper .left-content .experience-box .fusion-column {
	margin-bottom: 0;
	padding: 0;
}
.section-02 .section-content-wrapper .left-content .experience-box .heading {
	width: 100%;
	margin-bottom: 0;
}
.section-02 .section-content-wrapper .left-content .experience-box .heading .image {
	position: absolute;
	right: 10px;
	top: 10px;
	opacity: 0.1;
}
.section-02 .section-content-wrapper .left-content .experience-box .heading h3  {
	padding-left: 0 !important;
/* 	font-size: 48px;
	line-height: 42px; */
	color: var(--awb-color4);
	position: relative;
}
.section-02 .section-content-wrapper .left-content .experience-box .heading h3::after  {
	content: "+";
	position: absolute;
	left: 60px;
	top: 50%;
	transform: translatey(-50%);
	padding-left: 5px;
	color: var(--awb-color4);
}
.section-02 .section-content-wrapper .left-content .experience-box .content-container {
	padding-left: 0 !important;
	margin-bottom: 0;
	width: 55%;
}
.section-02 .section-content-wrapper .left-content .fusion-image-element:has(.bg-image) {
	position: absolute;
	top: 120px;
	left: 0px;
	z-index: -1;
}
.section-02 .section-content-wrapper .left-content .fusion-image-element:has(.shape) {
	position: absolute;
	top: -10px;
	left: -60px;
	animation: fly-path 5s linear infinite;

}
@keyframes fly-path {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-10px, -5px);
  }
  50% {
    transform: translate(-20px, -10px);
  }
  75% {
    transform: translate(-30px, -15px);
  }
  100% {
    transform: translate(-40px, -20px);
  }
}
.section-02 .section-content-wrapper .right-content > .fusion-column-wrapper {
	padding-top: 50px;
}
.section-02 .section-content-wrapper .right-content .top-text p {
	font-size: 24px;
	font-family: Lato;
}
.section-02 .section-content-wrapper .right-content ul {
	margin-bottom: 0 !important;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	position: relative;
/*     display: block; */
    overflow: hidden;
    border-top: 1px solid #cddfec;
    padding-top: 20px;
}
.section-02 .section-content-wrapper .right-content ul li {
	position: relative;
    display: flex;
    align-items: center;
    float: left;
    border-right: 1px solid #cddfec;
    padding-right: 20px !important;
    margin-right: 20px;
	width: calc(50% - 20px);
}
.section-02 .section-content-wrapper .right-content ul li:last-child {
	border-right: none;
    padding-right: 0px !important;
	padding-left: 20px !important;
    margin-right: 0px;
	margin-left: 20px;
}
.section-02 .section-content-wrapper .right-content ul li .icon-wrapper {
	display: none;
}
.section-02 .section-content-wrapper .right-content ul li .fusion-li-item-content {
	margin-left: 0;
	display: flex;
	align-items: center;
}
.section-02 .section-content-wrapper .right-content ul li .fusion-li-item-content img {
	padding-right: 10px;
	filter: brightness(0) saturate(100%) invert(29%) sepia(70%) saturate(3934%) hue-rotate(343deg) brightness(84%) contrast(94%);
}
.section-02 .section-content-wrapper .right-content ul li .fusion-li-item-content br {
	display: none;
}

	/* Section-02: END */

	/* Section-03: START */
.section-03 {
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
 	background-color: #f1f6fa; 
	position: relative;
	
}
.section-03::before {
	content: "";
	background-image: url(https://gets-trade.com/wp-content/uploads/2024/11/thm-pattern-1.jpg);
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 170%;
	height: 100%;
    background-position: left center;
    background-repeat: repeat-x;
	background-size: cover;
/*     z-index: -1; */
	animation-name: banner-animate;
    animation-duration: 70s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.section-03 > .fusion-builder-row {
 	padding-top: 60px;
	padding-bottom: 60px; 
	z-index: 1;
	align-items: stretch;
}
.section-03 .section-item {
	margin-bottom: 0;
}
.section-03 .section-item > .fusion-column-wrapper {
	position: relative;
    align-items: center;
    padding: 40px 30px 40px;
    margin-bottom: 40px;
   z-index: 1; 
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.section-03 .section-item > .fusion-column-wrapper::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #cddfec;
    content: "";
    z-index: 1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.section-03 .section-item > .fusion-column-wrapper > .fusion-builder-row {
	align-items: center;
}
.section-03 .section-item > .fusion-column-wrapper:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    content: "";
    z-index: -1;
    transform: scaleX(0.0);
    transform-origin: center;
     transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52); 

}
.section-03 .section-item:hover > .fusion-column-wrapper:after {
    transform: scaleX(1.0);
}
.section-03 .section-item .fusion-builder-row  .fusion-layout-column {
	margin-bottom: 0;
}
.section-03 .section-item .left-box h5 {
	color: var(--awb-color4) !important;
}
.section-03 .section-item .left-box .expertise-description {
	margin-bottom: 0 !important;
}
.section-03 .section-item .right-box img {
	width: 60%;
	filter: brightness(0) saturate(100%) invert(27%) sepia(37%) saturate(3760%) hue-rotate(189deg) brightness(100%) contrast(96%);
}
.section-03 .section-item .right-box {
	justify-content: center;
}
.section-03 .section-item .right-box .fusion-column-wrapper {
    position: relative;
	align-items: center;
	justify-content: center;
    width: 100px;
    height: 100px;
    text-align: center;
    background: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}
.section-03 .section-item .right-box .fusion-column-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--awb-custom_color_2);
    content: "";
    z-index: -1;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 300ms linear;
    transition-delay: 0.1s;
}
.section-03 .section-item:hover .right-box .fusion-column-wrapper:before {
    transform: scaleX(1.0);
}
.section-03 .section-item:hover .right-box img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
	/* Section-03: END */

	/* Section-04: START */
.section-04 {
	background-color: var(--awb-color1);
	padding-top: 60px;
}
.section-04 .service-item > .fusion-column-wrapper {
    position: relative;
    display: block;
    background: #ffffff;
    padding-left: 25px;
/*     padding-bottom: 45px; */
    margin-bottom: 60px;
    box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.05);
	min-height: 220px;
    z-index: 2;
}
.section-04 .service-item > .fusion-column-wrapper:before {
	    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: "";
    transition: all 700ms linear;
    transition-delay: 0.1s;
	background-color: var(--awb-color4);
}
.section-04 .service-item > .fusion-column-wrapper:after {
	   content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #1f67b0;
    opacity: 1;
    transition: .5s;
    transform: perspective(400px) scaleX(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 1;
}
.section-04 .service-item:hover > .fusion-column-wrapper:after {
	opacity: .90;
    transform: perspective(400px) scaleX(1.0);
}

.section-04 .service-item .fusion-image-element:has(.service-bg) {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
	width: 100%;
	height: 100%;
    opacity: 0.20;
/*     z-index: -2; */
}
.section-04 .service-item .service-bg, .section-04 .service-item .service-bg img {
	width: 100%;
	height: 100%;
}
.section-04 .service-item .service-image{
    position: absolute;
    left: 0;
    width: 180px;
    margin-top: -30px;
}
.section-04 .service-item .service-image .fusion-image-element {
	height: 150px;
}
.section-04 .service-item .service-image .fusion-image-element .fusion-imageframe{
	height: 100%;
}
.section-04 .service-item .service-image img {
	height: 100%;
	object-fit: cover;
}
.section-04 .service-item .service-content {
	padding-top: 35px;
    padding-left: 180px;
    padding-right: 35px;
	width: 100%;
}
.section-04 .service-item .service-content .service-link  {
	color: #1f67b0;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.section-04 .service-item .service-content .service-link i {
	color: var(--awb-color4);
	padding-right: 10px;
}
.section-04 .service-item:hover .service-content .service-link , .section-04 .service-item:hover .service-content .service-link i, 
.section-04 .service-item:hover .service-content h3, 
.section-04 .service-item:hover .service-content p {
	color: var(--awb-color1) !important;
}
	/* Section-04: END */

	/* Section-05: START */
 .section-05 {
		display: none;
} 
.section-05 .left-content {
	background-image: url(https://gets-trade.com/wp-content/uploads/2024/12/video-gallery_box-bg.jpg);
	position: relative;
    display: block;
    padding-top: 60px;
    min-height: 845px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}
.section-05 .left-content::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000000;
    content: "";
    z-index: -1;
    opacity: 0.15;
}
.section-05 .left-content > .fusion-column-wrapper {
	align-items: center;
}
.section-05 .left-content .icon-video img {
	filter: brightness(0) saturate(100%) invert(98%) sepia(62%) saturate(173%) hue-rotate(193deg) brightness(119%) contrast(100%);
}
.section-05 .left-content h5  {
	color: var(--awb-color1) !important;
	text-transform: uppercase;
}
.section-05 .left-content p {
	color: var(--awb-color1);
	text-transform: uppercase;
	letter-spacing: 0.9em;
	
}
.section-05 .right-content {
	background-image: url(https://trade.autus-it.com/wp-content/uploads/2024/12/video-gallery_content-bg.jpg);
	position: relative;
    display: block;
    padding-top: 60px;
    min-height: 845px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}
.section-05 .right-content .short-title .border-box {
	background: var(--awb-color1);
}
.section-05 .right-content h2, .section-05 .right-content  p {
	color: var(--awb-color1) !important;
}
.section-05 .right-content  img {
	width: 100%;
}
	/* Section-05: END */
	
	/* Section-06: START */
.section-06 {
 		display: none; 
	margin-top: -30px;
	padding-bottom: 40px;
}
.section-06 > .fusion-builder-row > .fusion-layout-column {
	margin-bottom: 0;
}
.section-06 .fusion-counters-box .fusion-counter-box .counter-box-container {
	position: relative;
    display: block;
    margin-bottom: 0;
    background: #ffffff;
    padding: 30px 60px 30px;
    box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.05);
    margin-top: -30px;
    z-index: 10;
	border: none;
}
.section-06 .fusion-counters-box .fusion-counter-box .counter-box-container::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
	background-color: var(--awb-color4);
}


.section-06 .fusion-counters-box .fusion-counter-box  {
	margin-bottom: 20px;
}
.section-06 .fusion-counters-box .fusion-counter-box .counter-box-container .content-box-percentage .counter-box-icon  {
	color: var(--awb-color4);
	margin-top: -30px;
}
.section-06 .fusion-counters-box .fusion-counter-box .counter-box-container .content-box-percentage span {
	margin-top: 20px;
	color: #1f67b0 
}
	/* Section-06: END */

	/* Section-07: START */

.section-07 .fusion-portfolio {
	margin-bottom: 20px;
}
.section-07 .fusion-portfolio .fusion-portfolio-post .fusion-portfolio-content-wrapper {
	position: relative;
}
.section-07 .fusion-portfolio .fusion-portfolio-post .fusion-portfolio-content-wrapper .fusion-image-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}
.section-07 .fusion-portfolio .fusion-portfolio-post .fusion-portfolio-content-wrapper .fusion-image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
 .section-07 .fusion-portfolio .fusion-portfolio-post .fusion-portfolio-content-wrapper .fusion-image-wrapper::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #041321;
    opacity: 1.0;
    border-radius: 5px;
    transition: .5s;
    transform: perspective(400px) scaleX(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 2;
	 opacity: 0.80;
    transform: perspective(400px) scaleX(1.0);

} 
.section-07 .fusion-portfolio .fusion-portfolio-post:hover .fusion-portfolio-content-wrapper .fusion-image-wrapper::before {
	    
}
.section-07 .fusion-portfolio .fusion-portfolio-post .fusion-portfolio-content-wrapper .fusion-portfolio-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
    transition: .5s;
/*     transform: perspective(400px) scaleX(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom; */
    z-index: 10;
}
.section-07 .fusion-portfolio .fusion-portfolio-post:hover .fusion-portfolio-content-wrapper .fusion-portfolio-content {
    opacity: 1;
    transform: perspective(400px) scaleX(1.0);
}
.section-07 .fusion-portfolio .fusion-portfolio-post .fusion-portfolio-content-wrapper .fusion-portfolio-content a{
	color: var(--awb-color1) !important; 
}
.section-07 .fusion-portfolio .fusion-portfolio-post .fusion-portfolio-content-wrapper .fusion-portfolio-content .fusion-post-title {
	order: 2;
	font-size: 20px !important;
}
.section-07 .fusion-portfolio .fusion-filters {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	border: none;
}

.section-07 .fusion-portfolio .fusion-filters .fusion-filter.fusion-active a {
	border: 1px solid var(--awb-color4);
	padding: 0 20px;
}

	/* Section-07: END */

	/* Section-08: START */
.section-08 {
		display: none;
	padding-top: 110px;
	padding-bottom: 110px;
	position: relative;
}
.section-08::before {
	content: "";
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 585px;
	background-image: url(https://trade.autus-it.com/wp-content/uploads/2024/12/team-style1-area-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: scroll;
}
.section-08 .short-title .border-box {
	background: var(--awb-color1);
}
.section-08 h2, .section-08 .section-description-center p {
	color: var(--awb-color1) !important;
}
.section-08 .team-items .single-team-item {
    position: relative;
    display: block;
    margin-bottom: 50px;
} 
.section-08 .team-items .single-team-item .img-holder {
	position: relative;
}
.section-08 .team-items .single-team-item .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}
.section-08 .team-items .single-team-item .img-holder img {
    width: 100%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.section-08 .team-items .single-team-item .img-holder .inner:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #041321;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 0.50;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}
.section-08 .team-items .single-team-item .img-holder .overlay-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    transform: perspective(400px) scaleY(0);
    transform-origin: bottom;

}
.section-08 .team-items .single-team-item .img-holder .overlay-icon a {
    position: relative;
    display: inline-block;
}
.section-08 .team-items .single-team-item .img-holder .overlay-icon i {
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
}
.section-08 .team-items .single-team-item .title-holder {
    position: relative;
    display: block;
    padding: 30px 0px 70px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.section-08 .team-items .single-team-item .title-holder::before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    content: "";
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) scaleX(0);
    -ms-transform: perspective(400px) scaleX(0);
    transform: perspective(400px) scaleX(0);
	    background: #d12e2f;
}
.section-08 .team-items .single-team-item .title-holder .inner {
    position: relative;
    display: block;
    padding-bottom: 31px;
}
.section-08 .team-items .single-team-item .title-holder .inner::before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background: #cddfec;
    content: "";
    opacity: 1;
    transition: all 700ms ease 100ms;
    -webkit-transform: perspective(400px) scaleX(1.0);
    -ms-transform: perspective(400px) scaleX(1.0);
    transform: perspective(400px) scaleX(1.0);
}
.section-08 .team-items .single-team-item .social-icon {
    position: absolute;
    left: 0;
    bottom: 11px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 29px;
    opacity: 0;
}
.section-08 .team-items .single-team-item .social-icon ul {
    position: relative;
    display: block;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}
.section-08 .team-items .single-team-item .social-icon ul li {
    position: relative;
    display: inline-block;
    float: none;
    margin: 0 3px;
}
.section-08 .team-items .single-team-item .social-icon ul li:first-child {
    margin-left: 0;
}
.section-08 .team-items .single-team-item .social-icon ul li a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    background: #3b5998;
    border-radius: 50%;
    color: #ffffff;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.section-08 .team-items .single-team-item:hover .img-holder .overlay-icon {
    transform: perspective(400px) scaleY(1.0);
}
.section-08 .team-items .single-team-item:hover .title-holder {
    box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.05);
}
.section-08 .team-items .single-team-item:hover .title-holder::before {
    opacity: 1;
    -webkit-transform: perspective(400px) scaleX(1.0);
    -ms-transform: perspective(400px) scaleX(1.0);
    transform: perspective(400px) scaleX(1.0);
}
.section-08 .team-items .single-team-item:hover .img-holder .inner:after {
    transform: scaleY(1.0);
}
.section-08 .team-items .single-team-item:hover .title-holder .inner::before {
    opacity: 0;
    -webkit-transform: perspective(400px) scaleX(0);
    -ms-transform: perspective(400px) scaleX(0);
    transform: perspective(400px) scaleX(0);
}
.section-08 .team-items .single-team-item:hover .social-icon {
    opacity: 1;
}
.section-08 .team-items .single-team-item:hover .social-icon ul {
    opacity: 1.0;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}
.section-08 .team-items .owl-nav {
    position: relative;
    display: block;
    text-align: center;
    z-index: 10;
}
.section-08 .team-items .owl-nav .owl-prev {
    transform: rotate(0deg);
}
.section-08 .team-items .owl-nav .owl-next {
    margin-left: 20px !important;
    transform: rotate(0deg);
}
.section-08 .team-items .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 55px;
    background: #ffffff;
    border: 1px solid #cddfec;
    border-radius: 0%;
    color: #1f67b0;
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
    margin: 0 0 0 0px;
    padding: 0;
    transition: all 700ms ease 0s;
}
.section-08 .team-items .owl-nav [class*="owl-"]:hover {
	background-color: var(--awb-color5);
	color: var(--awb-color1);
}
	/* Section-08: END */

	/* Section-09: Start */
.section-09 {
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
/*  	background-color: #f1f6fa;  */
	position: relative;
	padding-top: 60px;
	padding-bottom: 40px;
	
}
.section-09::before {
	content: "";
	background-image: url(https://trade.autus-it.com/wp-content/uploads/2024/11/thm-pattern-1.jpg);
	position: absolute;
    left: 0;
    bottom: 0;
    width: 170%;
	height: 430px;
    background-position: left center;
    background-repeat: repeat-x;
	background-size: cover;
/*     z-index: -1; */
	animation-name: banner-animate;
    animation-duration: 70s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.section-09 .content > .fusion-column-wrapper > .fusion-builder-row {
	align-items: center;
}
.section-09 .fusion-image-element:has(.contact-image) {
	position: absolute;
    right: -25%;
    bottom: 0;
	height: 100%;
}
.section-09 .contact-image, .section-09 .contact-image img {
	height: 100%;
	width: 100%;
}
.section-09 .left-content iframe {
	width: 100%;
}
.section-09 .right-content .fusion-text {
	text-align: center;
}
.section-09 .right-content h3 {
	color: #1f67b0 !important;
	
}
.section-09 .right-content .fusion-title {
	margin-bottom: 0 !important;
}
.section-09 .right-content .fusion-column-wrapper {
    position: relative;
    display: block;
    box-shadow: 0px 0px 21.25px 3.75px rgba(0, 0, 0, 0.06);
    padding: 48px 55px 55px;
    margin-right: 100px;
    margin-left: 40px;
    background: #ffffff;
    z-index: 10;
}
.section-09 .right-content form .form-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.section-09 .right-content form .form-row .col-12 {
	width: 100%;
}
.section-09 .right-content form .form-row .col-6 {
	width: 50%;
}
.section-09 .right-content form .wpcf7-form-control.wpcf7-submit {
	width: 100%;
	background-color: var(--awb-color4);
}
.section-09 .right-content form p:has(.wpcf7-submit) {
	margin-bottom: 0;
}
.section-09 .right-content form textarea {
	resize: none;
}
.section-09 .right-content form textarea::placeholder, .section-09 .right-content form input::placeholder {
	color: #7A7A7A;
}
	/* Section-09: End */

	/* Section-10: Start */
.section-10 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.section-10 > .fusion-builder-row > .fusion-layout-column {
	margin-bottom: 0;
}
.section-10 .brands-box {
	margin-bottom: 0;
}
.section-10 .brands-box li .icon-wrapper {
	display: none;
}
.section-10 .brands-box .fusion-li-item {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border-right: 1px solid #e9ebf4;
	border-top: 1px solid #e9ebf4;
	border-bottom: 1px solid #e9ebf4;
    text-align: center;
    padding: 35px 0 !important;
}
.section-10 .brands-box .fusion-li-item .fusion-li-item-content {
	margin-left: 0;
}
	/* Section-10: End */

	/* Section-11: Start */
.section-11 {
	padding-top: 0;
	padding-bottom: 60px;
	position: relative;
}
.section-11::before {
		content: "";
    background-image: url(https://www.el.commonsupport.com/rc/erdunt/wp-content/uploads/2021/04/tagline-bg.png);
	position: absolute;
    left: 0;
    bottom: 0;
    width: 170%;
	height: 305px;
    background-position: left center;
    background-repeat: repeat-x;
	background-size: cover;
/*     z-index: -1; */
	animation-name: banner-animate;
    animation-duration: 70s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.section-11 .fusion-title {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.section-11 .fusion-title em {
	display: inline-block;
	color: #1f67b0;
	font-style: normal !important;
}
	/* Section-11: End */
/* Home Page: End */

/* About Page: Start */
	/* Section-02-about: Start */
.section-02-about {
	display: none;
}
.section-02-about .section-content-wrapper .left-content .fusion-image-element:has(.image-about-container) {
	margin-top: 0;
}
.section-02-about .section-content-wrapper .left-content > .fusion-column-wrapper {
	padding-top: 50px;
	position: relative;
}
.section-02-about .section-content-wrapper .left-content .play-video-btn {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 30px;
	background-color: var(--awb-color4);
	z-index: 2
}
.section-02-about .section-content-wrapper .left-content .play-video-btn i {
	padding: 20px;
	color: var(--awb-color1);
	border: 1px solid var(--awb-color1);
	border-radius: 50%;
}
.section-02-about .right-content .fusion-content-boxes .col .heading {
	margin-bottom: 0;
}
.section-02-about .right-content .fusion-content-boxes .col .heading .icon span {
	width: 100px !important;
    height: 100px !important;
	position: relative;
	border-width : 0 !important;
	background-color: unset !important;
}
.section-02-about .right-content .fusion-content-boxes .col .heading .icon span::before {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #e6e8f1;
    border-radius: 50%;
    content: "";
	border: none !important;
}
.section-02-about .right-content .fusion-content-boxes .col .heading .icon i {
    width: 90px !important;
    height: 90px !important;
    background-color: #ffffff !important;
    border-radius: 50%;
	font-size: 50px !important;
    line-height: 90px !important;
    color: var(--awb-color4) !important;
	border: none !important;	
	    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.section-02-about .right-content .fusion-content-boxes .col:hover .heading .icon i {
	margin-left: 10px !important;
    margin-top: 10px !important;

}
.section-02-about .right-content .fusion-content-boxes {
	margin-bottom: 0;
	margin-top: 50px;
}
.section-02-about .right-content .fusion-content-boxes .fusion-column.content-box-column-1 {
	margin-bottom: 60px;
}
.section-02-about .right-content .fusion-content-boxes .fusion-column.content-box-column-2 {
	margin-bottom: 0;
}
.section-02-about .right-content .fusion-content-boxes .col .content-box-heading {
	vertical-align: baseline
}
.section-02-about .right-content .fusion-content-boxes .col .content-container {
	padding-left: 120px;
	margin-bottom: 0;
	margin-top: -60px;
}
	/* Section-02-about: End */

	/* Section-03-about: Start */
.section-03-about {
	padding-top: 60px;
	padding-bottom: 40px;
}
.section-03-about .fusion-builder-row:has(.feature-block) {
	align-items: stretch;
}
.section-03-about .feature-block > .fusion-column-wrapper {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 30px 10px;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.12);
/* 	margin: 0; */
}
.section-03-about .feature-block > .fusion-column-wrapper::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    width: 100%;
    z-index: 1;
    transition: .5s;
    transform: perspective(400px) scaleX(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    background-image: url(https://www.el.commonsupport.com/rc/erdunt/wp-content/uploads/2021/05/single-features-style2-bg-1.jpg);

}
.section-03-about .feature-block:hover > .fusion-column-wrapper::before {
    opacity: 0.70;
    transform: perspective(400px) scaleX(1.0);
    opacity: 1;
}
.section-03-about .feature-block > .fusion-column-wrapper::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    content: "";
	background-color: var(--awb-color4);
	z-index: 1;
}
.section-03-about .feature-block .fusion-content-boxes {
	z-index: 1;
	margin-bottom: 0;
}
.section-03-about .feature-block .fusion-content-boxes .fusion-column {
	margin-bottom: 20px;
}
.section-03-about .feature-block .fusion-content-boxes .col .heading, 
.section-03-about .feature-block .fusion-content-boxes .col .content-container  {
	text-align: left;
}
.section-03-about .feature-block .fusion-content-boxes .col .heading .content-box-heading{
	position: relative;
	padding-left: 10px;
}
.section-03-about .feature-block .fusion-content-boxes .col .heading .content-box-heading::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 1px;
	background-color: var(--awb-color8);
	z-index: 1;
}
.section-03-about .feature-block:hover .fusion-content-boxes .col .heading::before {
	background-color: var(--awb-color1);
}
.section-03-about .feature-block .fusion-content-boxes .col .heading .image {
	width: 80px;
}
.section-03-about .feature-block .fusion-content-boxes .col .heading .image img {
	filter: brightness(0) saturate(100%) invert(25%) sepia(100%) saturate(2843%) hue-rotate(343deg) brightness(85%) contrast(92%);
	width: 100%;
}
.section-03-about .feature-block .fusion-content-boxes .col .content-container {
	margin-bottom: 0;
}
.section-03-about .feature-block .fusion-content-boxes .col .fusion-container, .section-03-about .feature-block .fusion-content-boxes .col .content-container p{
	margin-bottom: 0;
}
.section-03-about .feature-block:hover  .fusion-content-boxes .col .heading .content-box-heading,
.section-03-about .feature-block:hover  .fusion-content-boxes .col .content-container p{
	color: var(--awb-color1) !important;
}
.section-03-about .feature-block:hover .fusion-content-boxes .col .heading .image img  {
	filter: brightness(0) saturate(100%) invert(99%) sepia(99%) saturate(2%) hue-rotate(160deg) brightness(107%) contrast(101%);
}
.section-03-about .feature-block:hover .fusion-content-boxes .col .heading .content-box-heading::before  {
	background-color: var(--awb-color1);
}
	/* Section-03-about: End */

	/* Section-04-about: Start */
.section-04-about {
	padding-top: 60px;
	padding-bottom: 40px;
	background-image: url(https://www.el.commonsupport.com/rc/erdunt/wp-content/uploads/2021/04/faq-style1-bg.jpg);
	background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;

}
.section-04-about > .fusion-builder-row  > .fusion-layout-column {
	margin-bottom: 0;
}
.section-04-about .about-faq {
	margin-bottom: 0 !important;
}
.section-04-about #accordian-1 .fusion-panel {
	border-left: none;
	border-right: none;
	border-bottom: none;
}
/* .section-04-about #accordian-1 .fusion-panel .panel-heading .collapsed, .section-04-about #accordian-1 .fusion-panel .panel-heading .active {
	padding: 0;
} */

.section-04-about #accordian-1 .fusion-panel .panel-heading .fusion-toggle-icon-wrapper  .fa-fusion-box  {
	background-color: var(--awb-color1) !important;
}
.section-04-about #accordian-1 .fusion-panel .panel-heading  .fusion-toggle-heading  {
	font-size: 18px;
}
/* .section-04-about #accordian-1 .fusion-panel .panel-collapse .panel-body {
	padding:10px 0 0 0;
} */
.section-04-about #accordian-1 .fusion-panel .panel-collapse .panel-body p {
	margin-bottom: 0;
}
.section-04-about .right-content .fusion-image-element::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}
.section-04-about .right-content:hover .fusion-image-element::before {
	animation: circle .75s;
}
	/* Section-04-about: End */

	/* Section-05-about: Start */
.section-05-about {
	padding-bottom: 60px;
	padding-top: 40px;
}
.section-05-about .fusion-image-element:has(.testimonials-quote) {
	text-align: center;
	margin-bottom: 20px;
}
.section-05-about .client-thumb-outer{
    position: relative;
    max-width: 250px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 0;
    padding: 16px 0 30px;
}
.section-05-about .client-thumb-outer .client-thumbs-carousel {
	position: relative;
    max-width: 90px;
    margin: 0 auto;
}
.section-05-about .client-thumb-outer .client-thumbs-carousel .owl-stage-outer {
	overflow: visible;
}
.section-05-about .client-thumb-outer .owl-item .thumb-item .thumb-box {
    position: relative;
    width: 70px;
    height: 70px;
    background: #fff;
    opacity: 1.0;
    cursor: pointer;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}
.section-05-about .client-thumb-outer .owl-item.active .thumb-item {
    position: relative;
    top: -10px;
    margin: 0;
}
.section-05-about .client-thumb-outer .owl-item .thumb-item .thumb-box::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    content: "";
    opacity: 0.75;
    transition: all 200ms linear;
    transition-delay: 0.1s;
	background-color: #ec7d1b;
}
.section-05-about .client-thumb-outer .owl-item.active .thumb-item .thumb-box::before {
	opacity: 0;
}
.section-05-about .client-thumb-outer .thumb-item .thumb-box img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}
.section-05-about .client-thumb-outer .owl-item.active .thumb-item .thumb-box {
    width: 90px;
    height: 90px;
    opacity: 1;
}
.client-testimonial-carousel {
	text-align: center;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.client-testimonial-carousel .text-box p {
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
}
.client-testimonial-carousel .client-info h3 {
    color: #2739a7;

}
	/* Section-05-about: End */
/* About Page: End */

/* Services Page: Start */

	/* Section-01-services: Start */
.section-01-services {
	padding-top: 60px;
}
.section-01-services .why-choose-block > .fusion-column-wrapper > .fusion-builder-row {
	position: relative;
    padding: 36px 30px 16px;
    background-color: #fff;
    margin-bottom: 30px;
    transition: .5s;
    align-items: center;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.section-01-services .why-choose-block .icon-number-block, .section-01-services .why-choose-block .content-block {
	margin-bottom: 0;
}
.section-01-services .why-choose-block .icon-number-block .choose-number {
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    background: #fff;
    padding:0 6px;
	color: var(--awb-color4);
}
.section-01-services .why-choose-block .icon-number-block .choose-number p {
	margin-bottom: 0;
}
.section-01-services .why-choose-block .icon-number-block:before {
    position: absolute;
    content: '';
    width: 90px;
    height: 90px;
    border: 2px solid #e9e5df;
    background-color: #fff;
    top: 4px;
    left: 15px;
    transition: .5s;
}
.section-01-services .why-choose-block .icon-number-block .fusion-image-element:has(.choose-icon) {
	margin-top: 40px;
    border: 1px solid var(--awb-color4);
    border-radius: 50%;
    width: 90px;
    height: 90px;
    padding: 15px;
    margin-left: 30px;
	background-color: #fff;
	z-index: 2;
}

.section-01-services .why-choose-block:hover .icon-number-block .fusion-image-element:has(.choose-icon) {
	background-color: var(--awb-color4);
}
.section-01-services .why-choose-block .icon-number-block .choose-icon  img{
	filter: brightness(0) saturate(100%) invert(17%) sepia(70%) saturate(5096%) hue-rotate(347deg) brightness(84%) contrast(102%);
}
.section-01-services .why-choose-block:hover .icon-number-block .choose-icon  img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(86%) saturate(2%) hue-rotate(16deg) brightness(107%) contrast(101%);
}
.section-01-services .why-choose-block:hover .icon-number-block:before  {
	border-color: var(--awb-color4);
}
.section-01-services .why-choose-block .content-block p {
	margin-bottom: 0;
	min-height: 72px;
}
.section-01-services .why-choose-block .content-block h4 {
	position: relative;
}
.section-01-services .why-choose-block .content-block h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -5px;
    height: 2px;
    width: 100px;
    background-image: url(https://trade.autus-it.com/wp-content/uploads/2025/01/border-shape-2.png);
}
	/* Section-01-services: End */

	/* Section-02-services: Start */
.section-02-services {
	padding-top: 60px;
	
}
.section-02-services .content > .fusion-column-wrapper > .fusion-builder-row {
	align-items: center !important;
}
.section-02-services .left-content .fusion-column-wrapper {
	border-right: 1px solid #cfd3e4;
}
.section-02-services .service-item {
	margin-bottom: 40px;
}
.section-02-services .service-item > .fusion-column-wrapper {
position: relative;
    display: block;
/*     min-height: 226px; */
    box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.05);
	
}
.section-02-services .service-item > .fusion-column-wrapper > .fusion-builder-row {
	align-items: stretch;
}
.section-02-services .service-item .service-image {
	margin-bottom: 0;
	position: relative;
}
.section-02-services .service-item .service-item-image  {
	position: relative;
}
.section-02-services .service-item .service-item-image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .5);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}
.section-02-services .service-item .fusion-image-element:has(.service-item-image) {
    width: 100%;
	height: 100%
}
.section-02-services .service-item .service-item-image, .section-02-services .service-item  .service-item-image img {
	width: 100%;
	height: 100%;
}
.section-02-services .service-item .service-content {
    position: relative;
   margin-bottom: 0;
    padding: 20px ;
    z-index: 1;
}
.section-02-services .service-item .service-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    bottom: 0;
    right: 0;
    background-color: #2739a7;
    transition: .5s;
    transform: perspective(400px) scaleX(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: -1;
}
.section-02-services .service-item .service-content .service-item-description {
	border-bottom: 1px solid #dee1ed;
	padding-bottom: 10px;
	transition: all 200ms linear;
    transition-delay: 0.1s;
	min-height: 103px;
}
.section-02-services .service-item .service-content h3 {
	transition: all 200ms linear;
    transition-delay: 0.1s;
}
.section-02-services .service-item .service-content .service-item-link {
	margin-top: 10px;
	color: var(--awb-color4);
}
.section-02-services .service-item .service-content .service-item-link i {
	color: var(--awb-custom_color_2);
	padding-right: 10px;
	transition: all 200ms linear;
    transition-delay: 0.1s;
}
.section-02-services .service-item:hover .service-content .service-item-link {
	color: var(--awb-color1);
}
.section-02-services .service-item:hover .service-content::after {
    opacity: 1;
    transform: perspective(400px) scaleX(1.0);
}
.section-02-services .service-item:hover .service-content .service-item-description, .section-02-services .service-item:hover .service-content h3, .section-02-services .service-item:hover .service-content .service-item-link i {
	color: var(--awb-color1) !important;
}
.section-02-services .service-item:hover .service-item-image::before {
		    -webkit-animation: circle .75s;
    animation: circle .75s;
}
.section-partners-services {
	padding-top: 0 ;
}
	/* Section-02-services: End */
/* Services Page: End */

/* Services Details Page: Start */
.service-details-section .service-details-content .service-details-content-image {
	margin-bottom: 20px;
}
/* Services Details Page: End */

@keyframes banner-animate {
	0% {
		transform: translateX(-1000px);
	}
	50% {
    transform: translateX(-10px);
}
	100% {
    transform: translateX(-1000px);
}
}

@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
    height: 200%;
    opacity: 0;

	}
}

/* Get a quote page: Start */
.get-quote-section {
	padding-top: 60px;
	padding-bottom: 60px;
	background-image: url(https://trade.autus-it.com/wp-content/uploads/2025/01/bg-1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.get-quote-section .wpcf7 .wpcf7-form {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	position: relative;
	z-index: 1;
}
.get-quote-section .wpcf7 .wpcf7-form p {
	width: calc(50% - 10px);
}
.get-quote-section .wpcf7 .wpcf7-form p label{
	font-size: 18px;
	font-weight: 700;
}
.get-quote-section .wpcf7 .wpcf7-form input, .get-quote-section .wpcf7 .wpcf7-form textarea {
	margin-top: 10px;
}
.get-quote-section .wpcf7 .wpcf7-form .wpcf7-form-control-wrap.recaptcha {
	margin-top: 46px;
}
.get-quote-section .wpcf7 .wpcf7-form p:has(input[type="submit"]) {
	width: 100%;
}
.get-quote-section .wpcf7 {
	position: relative;
	padding-top: 20px;
	z-index: 1;
}

/* Get a quote page: End */

/* Careers Page: Start */
.careers-section {
	padding-top: 60px;
	padding-bottom: 60px;
}
.awsm-job-item {
	font-size: 16px;
	font-weight: bold;
}
.awsm-job-more-container {
	margin-bottom: 0 !important;
	background-color: rgb(87, 140, 185);
	padding: 10px;
	color: var(--awb-color1);
}
.careers-section .awsm-job-wrap .awsm-job-item:hover {
	transform: scale(1.05);
	background-color: rgba(87, 140, 185, 0.3);
}
.careers-section .awsm-job-wrap .awsm-job-item .awsm-job-specification-wrapper i{
	color: var(--awb-color4);
}
.awsm-job-main.awsm-job-single-content {
	
	width: 100%;
}

body.single-awsm_job_openings .awsm_job_openings {
	margin-bottom: 0;
}
body.single-awsm_job_openings #content {
	padding-top: 60px;
	padding-bottom: 60px;
}
body.single-awsm_job_openings .single-navigation, body.single-awsm_job_openings .fusion-meta-info {
	border-bottom-color:rgb(87, 140, 185);
	border-top-color: rgb(87, 140, 185);
}
body.single-awsm_job_openings .single-navigation a {
	font-weight: 500;
}
body.single-awsm_job_openings .awsm-job-specification-wrapper {
	position: relative;
	display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.awsm-job-specifications-container .awsm-job-specification-item {
	margin-bottom: 15px;
	display: block;
	width: 100%;
}
.awsm-job-specifications-container .awsm-job-specification-item i {
	color: var(--awb-color4);
}
body.single-awsm_job_openings .awsm-job-specifications-container .awsm-job-specification-job-category, body.single-awsm_job_openings .awsm-job-specifications-container .awsm-job-specification-job-type, body.single-awsm_job_openings .awsm-job-specifications-container .awsm-job-specification-job-location {
/* 	position: absolute;
	right: 50px; */
/* 	top: 0; */
 	background-color: rgba(87, 140, 185, 0.3);
	padding: 10px; 
	width: 100%;
	max-width: 350px;
/* 	color: #fff; */
}
body.single-awsm_job_openings .awsm-job-specifications-container .awsm-job-specification-job-category, body.single-awsm_job_openings .awsm-job-specifications-container .awsm-job-specification-job-type {
	margin-bottom: 0;
}
body.single-awsm_job_openings .awsm-job-specifications-container .awsm-job-specification-job-category .awsm-job-specification-term , body.single-awsm_job_openings .awsm-job-specifications-container .awsm-job-specification-job-type .awsm-job-specification-term , body.single-awsm_job_openings .awsm-job-specifications-container .awsm-job-specification-job-location .awsm-job-specification-term  {
		list-style-type: none;
}
.entry-title.awsm-jobs-single-title {
	margin-bottom: 20px;
}
body.single-awsm_job_openings .awsm-job-form-group input[type="submit"]{
		text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    color: var(--awb-color1);
    font-size: 16px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
	background-color: var(--awb-color4);
	border: none;
	cursor: pointer;
}

.awsm_job_openings  .fusion-meta-info-wrapper > span:first-child,
.awsm_job_openings  .fusion-meta-info-wrapper > span:last-child, .awsm_job_openings  .fusion-meta-info-wrapper .fusion-inline-sep
{
    display: none;
}
.awsm-job-specifications-container .awsm-job-specification-item .awsm-job-specification-term {
  display: list-item; 
  margin-left: 20px; 
}

.awsm_job_openings  {
	margin-bottom: 60px;
}
.awsm-job-wrap .awsm-filter-wrap {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: rgb(87, 140, 185);
}
.awsm-job-wrap .awsm-filter-wrap .awsm-filter-items {
	justify-content: end;
}
.awsm-filter-wrap  .awsm-filter-item-search, .awsm-filter-wrap .awsm-filter-item {
	padding-bottom: 0;
}

.awsm-job-listings {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	
}
.awsm-list-item .awsm-job-item {
	border-bottom: 0;
	margin-bottom: 30px;
	border: 1px solid rgba(87, 140, 185, 0.2);
	box-shadow: 0 0 2px 3px rgba(87, 140, 185, 0.06);
}
.awsm-job-more-container {
	display: block !important;
	margin-top: 20px;
	margin-bottom: 20px;
}
.awsm-job-more-container a{
	padding: 10px 20px;
	background-color: var(--awb-color4);
	color: var(--awb-color1);
	border-radius: 5px;
}
/* Careers Page: End */

/* Contact Page: Start */
.contact-infos-section {
	padding-top: 60px;
}
.contact-infos-section .fusion-content-boxes, .contact-infos-section .fusion-content-boxes .fusion-column {
	margin-bottom: 0 ;
}
.contact-infos-section .fusion-content-boxes .fusion-column .col{
	box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.05);
	position: relative;
	background-color: var(--awb-color1);
}
.contact-infos-section .fusion-content-boxes .fusion-column .col::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: var(--awb-color4);
}
.contact-infos-section .fusion-content-boxes .fusion-column .content-container  {
	margin-bottom: 0;
	min-height: 48px;
}
.section-09.section-contact-form {
	padding-top: 60px;
}
.section-09.section-contact-form::before {
	content: unset;
}
.section-09.section-contact-form .right-content .fusion-column-wrapper {
	margin-left: var(--awb-spacing-left);
	margin-right: var(--awb-spacing-right);
}
/* Contact Page: End */

/* Service Details Page: Start */
.service-details-section {
	padding-top: 60px;
	padding-bottom: 60px;
}
.service-details-section .service-details-sidebar .service-item-link{
    position: relative;
    display: flex;
	justify-content: space-between;
	align-items: center;
    background: #e9ebf4;
    padding: 0 30px;
    color: #222222;
    font-size: 18px;
    line-height: 70px;
    font-weight: 600;
    font-family: 'Exo', sans-serif;
    z-index: 1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
	margin-bottom: 5px;
}
.service-details-section .service-details-sidebar .service-item-link::before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: var(--awb-custom_color_2);
    opacity: 0;
    content: "";
    border-radius: 0px;
    transform: scale(0.5) rotateX(45deg);
    transition: all 0.2s linear;
    z-index: -1;
}
.service-details-section .service-details-sidebar .service-item-link:hover, .service-details-section .service-details-sidebar .service-item-link.active-service-item-link {
	color: var(--awb-color1);
}
.service-details-section .service-details-sidebar .service-item-link:hover:before, .service-details-section .service-details-sidebar .service-item-link.active-service-item-link::before {
    opacity: 1.0;
    transform: scale(1.0) rotateX(0deg);
    transition: all 0.4s linear;
}
.service-details-section .service-details-sidebar .single-sidebar-box .fusion-column-wrapper{
	background-image:url(https://trade.autus-it.com/wp-content/uploads/2024/12/bg-8-1.jpg);
    position: relative;
    display: block;
    padding: 60px 40px;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;

}
.service-details-section .service-details-sidebar .single-sidebar-box .fusion-column-wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: -1;
}
.service-details-section .service-details-sidebar .single-sidebar-box .fusion-image-element {
	margin-bottom: 20px;
}
.service-details-section .service-details-sidebar .single-sidebar-box .fusion-title h3, .service-details-section .service-details-sidebar .single-sidebar-box p {
	color: var(--awb-color1) !important;
}
.service-details-section .service-details-sidebar .service-contact-box .fusion-column-wrapper {
	background-image: url(https://trade.autus-it.com/wp-content/uploads/2024/12/sidebar-contact-info-bg.jpg);
    position: relative;
    display: block;
    padding: 33px 0 60px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
}
.service-details-section .service-details-sidebar .service-contact-box .fusion-image-element {
	margin-bottom: 20px;
}
.service-details-section .service-details-sidebar .service-contact-box h3, .service-details-section .service-details-sidebar .service-contact-box a {
	color: var(--awb-color1) !important;
}

/* Service Details Page: End */

/* Projects Page: Start */
.projects-section {
	padding-top: 60px;
}
/* Projects Page: End */

/* Single Portfolio Post: Start */
body.single-avada_portfolio .portfolio-full {
	padding-top: 60px;
	padding-bottom: 60px;
}
body.single-avada_portfolio .portfolio-full .fusion-flexslider {
	height: 500px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

body.single-avada_portfolio .portfolio-full .fusion-flexslider .slides {
	height: 100%;
	width: 100%;
}
body.single-avada_portfolio .project-description > h3 {
	display: none;
}
body.single-avada_portfolio .project-content .custom-projet-images {
	display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
body.single-avada_portfolio .project-description > *:last-child {
  margin-bottom: 0 !important;
}
body.single-avada_portfolio .project-description ul {
	margin-top: 0;
}
body.single-avada_portfolio .project-description ul  li:not(:last-child) {
	margin-bottom: 10px;
}
/* Single Portfolio Post: End */

@media (max-width: 1280px) {
	.fusion-is-sticky .fusion-main-menu>ul>li:not(:last-child) {
		padding-right: 10px !important;
	}
	.fusion-main-menu>ul>li:last-child 
	.fusion-main-menu>ul>li.menu-item-type-custom a {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.contact-infos-section .fusion-content-boxes .fusion-column .col {
		padding: 20px;
	}
}

@media (max-width:1023px) {
	.fusion-mobile-menu-design-modern .fusion-secondary-header .fusion-row  {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.fusion-secondary-header {
		font-size: 14px;
	}
.fusion-secondary-header .fusion-row {
    display: flex;
}
	body.fusion-body .fusion-secondary-header .fusion-alignleft>* {
		float: left;
	}
	body.fusion-body .fusion-secondary-header .fusion-alignright>* {
		float: right;
	}
	.fusion-mobile-nav-holder {
		height: 100vh;
	}
	.fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-mobile-menu {
		margin-top: 0;
		margin-bottom: 0;
		text-align: left;
	}
	.fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-mobile-menu li {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.fusion-header-sticky-height {
height: auto;
	}
	
	.section-02 .section-content-wrapper .right-content ul li  {
		width: 100%;
		margin-right: 0;
		padding-right: 0 !important;
		border-right: none;
	}
	.section-02 .section-content-wrapper .right-content ul li:last-child {
		margin-left: 0;
		padding-left: 0 !important;
		margin-top: 10px;
	}
	.section-03 .section-item > .fusion-column-wrapper {
		padding: 20px;
	}
	.section-03 .section-item .fusion-builder-row .fusion-layout-column.left-box {
		width: 70%;
	}
	.section-03 .section-item .fusion-builder-row .fusion-layout-column.right-box {
		width: 30%;
	}
	.contact-infos-section .fusion-content-boxes .fusion-column {
		width: 50% !important;
	}
	.contact-infos-section .fusion-content-boxes .fusion-column:not(:last-of-type) {
		margin-bottom: 20px;
	}
}
@media (max-width: 991px) {
	.fusion-is-sticky .fusion-logo {
		width: 200px;
	}
	.fusion-is-sticky .fusion-logo img.fusion-sticky-logo {
		width: 100%;
		height: auto;
	}
	.fusion-is-sticky .fusion-mobile-menu-icons {
		margin-top: 20px;
	}
	.section-07 .fusion-portfolio .fusion-filters {
		justify-content: flex-start;
		margin-bottom: 20px;
	}
	.section-07 .fusion-portfolio .fusion-filters .fusion-filter {
	width: calc(100% / 3);
		margin-bottom: 10px;
		text-align: center;
} 
	.section-09 .right-content .fusion-column-wrapper {
		margin-left:  var(--awb-spacing-left);
		margin-right:  var(--awb-spacing-right);
	}
	.section-09 .fusion-image-element:has(.contact-image) {
		display: none;
	}
	.section-02 .section-content-wrapper .left-content .fusion-image-element:has(.image-about-container) {
		width: 50%;
		margin-top: 0;
	}
	.section-02 .section-content-wrapper .left-content .fusion-image-element:has(.bg-image) {
		right: 0;
		top: 0;
		height: 100%;
	}
	.section-02 .section-content-wrapper .left-content .bg-image {
		height: 100%;
	}
	.section-02 .section-content-wrapper .left-content .bg-image img {
		height: 100%;
		object-fit: cover;
	}
	.section-03 .section-item {
    max-width: 600px;
    margin-left: auto !important;
    margin-right: auto !important;
	}
	.contact-infos-section .fusion-content-boxes .fusion-column .content-container {
		min-height: unset;
	}
	.section-01-services .why-choose-block  {
		max-width: 600px;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.section-02-services .service-item .fusion-image-element:has(.service-item-image) {
		height: 250px;
	}
	.section-02-services .service-item .service-content::after {
		left: 20px;
		right: 20px;
	}
	.section-02-services .service-item .service-content .service-item-description {
		min-height: unset;
	}
	.section-03-about .feature-block {
		max-width: 600px;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}
@media (max-width:767px) {
	.fusion-secondary-header {
		display: none;
	}
	.fusion-mobile-nav-holder {
		margin-top: 80px !important;
	} 
	.section-04 .service-item .fusion-builder-row {
		justify-content: center;
	}
	.section-04 .service-item .service-image {
		position: relative;
		left: 0;
		margin: 0 auto;
	}
	.section-04 .service-item .service-content {
		padding-top: 33px;
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
}
	.section-04 .service-item .service-content h3 {
		text-align: center !important;
	}
	.contact-infos-section .fusion-content-boxes .fusion-column {
		width: 100% !important;
	}
	.section-09 .right-content form .form-row .col-6 {
		width: 100%;
	}
	.get-quote-section .wpcf7 .wpcf7-form p {
		width: 100%;
	}
}
@media (max-width: 480px) {
	.section-03 .section-item .fusion-builder-row .fusion-layout-column.left-box {
    width: 100%;
		margin-bottom: 10px;

}
	.section-03 .section-item h5, .section-03 .section-item  h6 {
		text-align: center !important;
	}
	.section-03 .section-item .fusion-builder-row .fusion-layout-column.right-box {
		width: 100%;
	}
		.section-07 .fusion-portfolio .fusion-filters .fusion-filter {
	width: calc(100% / 2);

} 
	.awsm-job-form-group.awsm-job-g-recaptcha-group, .section-09 .right-content form p:has(.wpcf7-form-control-wrap.recaptcha) {
		transform: scalex(.7) translateX(-55px) ;
	}
}