/*
Theme Name:   Hello Elementor Child
Theme URI:    https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description:  Hello Elementor Child is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Author:       Elementor Team
Author URI:   https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template:     hello-elementor
Version:      3.0.1
License:      GNU General Public License v3 or later
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
Tags:         accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
Text Domain:  hello-elementorchild
*/

:root{
	--table-font:21px;
}
.post{
	padding: 25px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 25px;
}

#content{
	box-shadow: unset;
}

.site-logo{
	width: 175px;
}

.elementor-post{
	margin-bottom: 25px!important;
}

.elementor-post__read-more{
	padding: 8px 16px;
    background-color: #007FFF;
    color: #fff!important;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s ease;	
}

.elementor-widget-container .widget.widget_block{
	list-style-type: none;
}

.wp-block-heading{
	padding: 5px 20px;
    background: #e5e5e5;
    color: #000;
    margin-bottom: 0px;
	font-size: 24px;
	border: 1px solid #d1cccc;
    border-bottom: 0px;
}

.wp-block-latest-posts>li{
	list-style-type: none;
	padding: 8px;
}

.wp-block-latest-posts{
	padding-left: 10px;
	border: 1px solid #d1cccc;
	margin-bottom: 30px;
}

.wp-block-categories>li{
	list-style-type: none;
	padding: 8px;
}

.wp-block-categories{
	padding-left: 10px;
	border: 1px solid #d1cccc;
}

.page-numbers{
	padding: 10px 14px;
    margin: 10px;
}

.widget_search{
	padding: 10px;
	border: 1px solid #d1cccc;
	margin-bottom: 30px;
}

.wp-block-search__label{
	display: none;
}

.wp-block-search__input{
	margin-bottom: 10px;
}

.site-footer{
	padding-block-start: 0rem!important;
	padding-block-end: 0rem!important;
}

.e-con-inner{
  	padding-bottom: 0px ;
}

.wp-block-latest-posts__post-title{
	color: #007FFF !important;
	font-size: 18px;
}

.cat-item>a{
	color: #007FFF !important;
	font-size: 18px;
}

.elementor-posts .elementor-post__excerpt>p{
	font-size:18px!important;
	color:#000!important;
}

.elementor-posts .elementor-post__card .elementor-post__title{
	font-size: 30px!important;
	color: #000!important;
	font-weight: bold;
}

.menu-item>a{
	color: #007FFF;
	font-size: 18px;
}

.wp-element-button{
	background-color: #007FFF!important;
	color: #fff!important;
	border-color: #007FFF!important;
}

.e-font-icon-svg-container {
	background: #fff !important;
}

/* Clientele CSS Start */
.clientele_column {
/*     box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; */
	padding: 10px; 
/* 	margin: 10px;  */
	border-radius: 10px;
/* 	width: 23%; */
	height:170px;
	float: left;
	text-align:center;
}

.clientele_column img {
    height: 140px;
}
/* Clientele CSS End */
@media (max-width: 768px) {
	.mobile-search-menu{
		position: absolute !important;
		top: 30% !important;
		right: 100px !important;
		z-index: 100 !important;
	}
}

@media (max-width: 1024px) {
	.elementor-grid-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr) !important;
	}
}


/* work section  */

.work-section:before{
	position:absolute;
	content: "";
	height: 600px !important;
	background:#2F2F2F !important;
}


.work-section .swiper-pagination-bullet{
	width: 40px !important;
    height: 4px !important;
    border-radius: 0 !important;
}

.work-section .swiper-pagination{
	bottom: -20px !important;
}

/* .clientele_column{background:#fff;overflow:hidden;border:1px solid #ddd}.clientele_column:hover{box-shadow:0 0 10px 0 rgba(0,0,0,.2)}.clientele_column img{transition:.5s linear!important}.clientele_column:hover img{transition:.5s linear;-webkit-transform:scale(1.2)}@media only screen and (min-width:768px) and (max-width:991px){.clientele-logo-box{min-height:100px;max-height:115px;margin-bottom:25px}}@media only screen and (min-width:992px) and (max-width:1199px){.clientele-logo-box{min-height:135px;max-height:135px}} */


.elementor-element-365b6b7 .elementor-shortcode{margin:0 auto;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.clientele_column{background:#fff;overflow:hidden;border:1px solid #ddd}.clientele_column:hover{box-shadow:0 0 10px 0 rgba(0,0,0,.2)}.clientele_column img{transition:.5s linear!important}.clientele_column:hover img{transition:.5s linear;-webkit-transform:scale(1.2)}.elementor-element-365b6b7{width:100%}
@keyframes scaleAnimation{0%{transform:scale(.4)}100%{transform:scale(1)}}.clientele_column{animation:2s forwards scaleAnimation}

@media only screen and (min-width: 768px) and (max-width: 991px) {
   .work-section:before{
	height: 450px !important;
   }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .work-section:before{
        height: 370px !important;
    }
}


/* expert_content */

.expert_content .e-con-inner{
	width: 190px;
    height: 190px;
	margin-bottom: 60px;
	box-shadow: 0 3px 5px 1px #5454541f;
	border-radius:50%;
}
.event_images img {
    aspect-ratio: auto !important;
}
.gallery {
    text-align: center;
}
footer.elementor-slideshow__footer.elementor-lightbox-prevent-close {
    display: none;
}
@media (max-width: 425px) {
	.expert_content .e-con-inner {
    width: 160px;
    height: 160px;
    margin-bottom: 20px;
}
	li.menu-item .e-con-boxed.e-con.e-parent {
    background: #f3f3f3 !important;
    box-shadow: none;
}
}

/* Start Only for Search Page change Class Name */
.page-header.search_title{
	display: block!important;
}
/* End Only for Search Page change Class Name */

*{transition:all 168ms ease!important;scroll-behavior: smooth;}.page-header{display:none!important}.primary_btn i, .primary_btn svg{animation:mover 1s infinite alternate}@keyframes mover{0%{transform:translate(0,-2px)}100%{transform:translate(-5px,-2px)}}.hamburger_menu .elementskit-menu-toggler{border:0!important}.hamburger_menu button.elementskit-menu-hamburger.elementskit-menu-toggler{background-color:#f3f3f3}.elementor-sticky--active{box-shadow:rgba(149,157,165,0.2) 0 8px 24px}ul.elementor-icon-list-items{overflow:hidden}.navbar_main ul.elementor-icon-list-items span.elementor-icon-list-icon{margin-left:-20px}.navbar_main li.elementor-icon-list-item a:hover .elementor-icon-list-icon{width:max-content;margin-left:0}table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th { background-color: hsl(0deg 0% 98.43%); } .odd-bg-color { background-color: #2b7de1;color:#fff; } .even-bg-color { background-color: #2f85f2;color:#fff; }table * {border-color: #e2e2e2 !important;}.elementor-popup-modal .dialog-widget-content { border-radius: 12px !important;}.pill_box a { text-decoration: none !important; }.pill_box a { text-decoration: none !important; }.elementor-image-gallery .gallery-item img { margin: 0 auto; aspect-ratio: 1/1; object-fit: cover; }.elementor-heading-title { line-height: 1.4 !important; }@media (max-width:480px){.gallery.gallery-size-large { display: grid; grid-template-columns: repeat(2, 1fr); }}

h5#exampleModalLongTitle{font-size:24px;font-weight:600;padding-left:15px}.seo_popup table{margin-block-end:0;font-size:1em}table.seo_table>tbody>tr>td{padding:0;background:#fff}.seo_table *{font-family:Roboto}.seo_table>tbody>tr>td{padding-top:15px!important;padding-bottom:15px!important;border:0}.seo_table b{font-size:18px}.seo_popup table tbody>tr:nth-child(odd)>td,.seo_popup table tbody>tr:nth-child(odd)>th{background-color:hsl(0deg 0% 100% / 7.06%)!important}.seo_popup table tbody tr:hover>td,.seo_popup table tbody tr:hover>th{background-color:hsl(0deg 0% 100% / 10.2%)}.check-icon { color: #3b78e7; font-weight: bold; }


/* Table CSS Reset */

table tbody>tr:nth-child(even)>td, table tbody>tr:nth-child(even)>th {
    background-color: #f1f1f1 !important;
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: hsl(0deg 0% 100%) !important;
}

.elementor-popup-modal .dialog-message {
    max-height: 84vh !important;
}
/* .ekit-wid-con .elementskit-btn i {
    margin-top: 3px;
} */
.c-blue{
	color:#007FFF !important;
}
.elementor-element-5a8bc12 a {
    color: #0067cf !important;
}
.tab-pane {
    overflow-x: auto;
}
.primary_btn {
    border-radius: 84px !important; letter-spacing: 0.4px !important;
}
.ekit-wid-con .fasicon, .ekit-wid-con .icon, .ekit-wid-con .icon::before, .fasicon, .icon, .icon::before { 
    font-weight: 900 !important; 
}
.contact_footer ul:before { background-position: center; background-repeat: no-repeat; background-size: contain; height: 25px; width: 25px; position: absolute; top: 3px; content: ""; left: 0; } .contact_footer ul { padding-left: 30px !important; } .contact_footer .phone_icon ul:before{ background-image: url(https://demo.deepit.com/wp-content/uploads/2024/06/footer-icon-cell.png); } .contact_footer .email_icon ul:before{ background-image: url(https://demo.deepit.com/wp-content/uploads/2024/06/footer-email-cell.png); } .contact_footer .payment_icon ul:before{ background-image: url(https://demo.deepit.com/wp-content/uploads/2024/06/wallet.png); }.elementor-element.elementor-element-ae040cd.e-grid.e-con-boxed.e-con.e-child>.e-con-inner> div { border-bottom: 5px solid #ced0d7; }


/* ---------- Chevron Icon ------------- */
.chevron_icon ul {
    list-style: none;
    padding-left: 20px;
}
.chevron_icon li{
	position: relative;
	margin-bottom:10px;
}
.chevron_icon li:before {
    content: "";
    margin-left: -24px;
    padding-right: 1.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 19px;
    background-position: center center;
}

.team-work-sub-box-div {
    font-family: 'Roboto';
    font-size: 18px;
}
.ekit-heading__description p {
    font-size: 24px !important;
	line-height:1.6 !important;
}
.elementor-button[type="submit"] {
    border-radius: 84px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
#pricing_text h2 {
    background: #e0f2fe;
    padding: 10px;
    width: max-content;
}
.inquiry_button {
    position: fixed;
    bottom: 30px;
    right: 30px;z-index:84;
}
.elementor-message-success {
    text-align: center;
    margin-top: 20px;
	
}
.whatsapp_icon {
    position: fixed;
    bottom: 90px;
    right: 30px;
	z-index:84;
}
 .elementor-popup-modal .dialog-message { 
    max-width: 90vw  !important; 
}
.elementor-hidden-desktop.elementor-hidden-tablet.elementor-hidden-mobile {
    display: none !important;
}
.search-results .entry-title a {
    font-size: 20px;
    color: #0067CF;
}
.search-results .post {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 12px;
}

.search-results .page-content {
    margin-top: 40px; 
    font-family: "Roboto";
}td.table-inner-text .elementor-button-content-wrapper {
    align-items: center;
}
.positioned_icon {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: max-content;
    margin-right: auto;
	margin-left: auto;
}

.td-none a{
	text-decoration:none !important;
}
.td-none a:hover{
	text-decoration:underline !important;
}
.table-responsive .table-field-size {
    min-width: 200px !important;
}

/* Tech Logo Animation Homepage */
.tech_logo img {
    padding: 5px;
    max-width: 198px;
    width: 100%;
    height: 65px;
    object-fit: contain;
}
.tech-block p {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Roboto';
	display:none;
}
.tech-block {
    background-color: #fff;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    display: flex !important;
    align-items: center;
	justify-content: center;
    gap: 10px;
    margin: 0 20px;
    padding: 20px;
    border-radius: 8px;
	transition:all 200ms ease-in-out;
}
.tech-block:hover {
	box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 20px;
}
.tech_logo .slick-arrow {
    display: none !important;
}
.carousel-rtl .tech-block {
    flex-direction: row-reverse;
}
/* .carousel-rtl {
    margin-top: 30px;
} */
.inquiry_btn svg {
    max-width: 24px !important;
	width: 24px !important;
    animation: none;
}
.tech_logo .slick-track { 
    padding-top: 20px;
    padding-bottom: 20px;
}

.elementor-12 .elementor-element.elementor-element-81cdae7 .elementskit-btn:hover svg path {
stroke: #ffffff00 !important;
}
.shadow-light{
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
blue {
    color: #007fff;
    background: -webkit-linear-gradient(#007fff, #75b9ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.embroidery_dash_card img {
    border: 1px solid #d6d6d6;
}

/* END = Tech Logo Animation Homepage */

.main-header nav {
    min-width: 100vw !important;
	width: 100vw !important;
}
.ws-3 *{word-spacing:3px !important;}
.ls-1_7{line-height:1.7 !important;}
.pagination {max-width: max-content;}
.page-numbers {background: #f6ded6;line-height: 1;border-radius: 84px;font-family: "Roboto";}
.page-numbers:hover {background: #c83200;color: #fff;}
.page-numbers.current {background: #c83200;color: #fff;}
.pagination{flex-wrap: wrap;}

/* ---------------- Privacy Page CSS -------------------- */
.elementor-element.elementor-element-631f24d p {margin-block-end: 1.5rem;}
.elementor-element.elementor-element-631f24d .highlight-heading { margin-top: 50px; }

.elementor-element-79ce7c0 .elementor-animated-content:focus .elementor-animated-item--grow, 
.elementor-element-79ce7c0 .elementor-animated-content:hover .elementor-animated-item--grow { 
    transform-origin: center;
}
.achievements_cards .e-gallery-item {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
    border-radius: 5px;
}
.elementor-8120 .elementor-element.elementor-element-c51d435 table { 
    table-layout: fixed;
}
.elementor-8120 .elementor-element.elementor-element-c51d435 tr th,
.elementor-8120 .elementor-element.elementor-element-c51d435 tr td {
    width: 25% !important;
}
.elementor-8120 .elementor-element.elementor-element-c51d435 .even-bg-color, .elementor-8120 .elementor-element.elementor-element-c51d435 .odd-bg-color {
    font-weight: 500;
}
.page-header.search_title .entry-title {
    font-size: var(--e-global-typography-41f7137-font-size);
    margin-top: 30px;
    font-weight: 400;
    font-family: 'Roboto';
}
.page-header.search_title .entry-title span {
    font-weight: 600;
}

/* ---------------- CSS : digital-marketing-web-design-service-surat ---------------- */

.video_with_half_video .elementor-html5-video{height:100%!important;width:50%!important;left:unset!important;transform:translateY(-50%)!important;right:0!important}.video_with_half_video .elementor-background-overlay{background:linear-gradient(90deg,#fff 50%,transparent 52%,transparent)!important;opacity:1!important}@media (max-width:840px){.video_with_half_video .elementor-html5-video{height:100%!important;width:100%!important;left:unset!important;transform:translateY(-50%)!important;right:0!important}.video_with_half_video .elementor-background-overlay{background:linear-gradient(90deg,rgb(255 255 255 / 84%) 40%,rgba(255,255,255,0))!important}}

/* ---------------- END CSS : digital-marketing-web-design-service-surat ---------------- */

.nothing_found,.search_result_title{text-align:center}input.ekit_search-field{font-family:var(--e-global-typography-primary-font-family);border:0!important}.nothing_found{color:var(--e-global-color-accent);font-size:calc(var(--e-global-typography-41f7137-font-size) * 1.04);font-weight:600;padding:50px 15px}.elementor-3972 .elementor-element.elementor-element-7b3b5f22 .color-gray { font-weight: 400; }thin { font-weight: 300; }


@media (max-width:540px){
	.elementor-element-b406037 .expert_content > div {
    align-items: center !important;
    justify-content: center !important;
}
	.ekit-heading__description p {
    font-size: 16px !important;
}
.expert_content p {
    margin-bottom: 0 !important;
}
}



/* ****************************** Tools Slider CSS ********************************** */
.iconMoving-container .Icon,.iconMoving-container .Icon2{opacity:1!important}.iconMoving-container .Icon1,.iconMoving-container .Icon2{width:150px;height:150px;margin:-75px 0 0 -75px;border-radius:50%}.iconMoving-container .Icon span,.iconMoving-container .Icon1 span,.iconMoving-container .Icon2 span{left:50%;bottom:-40px;padding:5px 12px;background:#fff;box-shadow:0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);border-radius:50px;white-space:nowrap;font-size:16px;font-weight:500;color:#566b78;pointer-events:none;transform:translate(-50%,-10px);opacity:0;transition-property:opacity,transform;transition-duration:.25s;transition-timing-function:ease-out}.Icon-img1,.Icon-img10,.Icon-img11,.Icon-img110,.Icon-img111,.Icon-img112,.Icon-img113,.Icon-img114,.Icon-img115,.Icon-img116,.Icon-img117,.Icon-img118,.Icon-img119,.Icon-img12,.Icon-img120,.Icon-img121,.Icon-img122,.Icon-img123,.Icon-img124,.Icon-img125,.Icon-img126,.Icon-img127,.Icon-img128,.Icon-img129,.Icon-img130,.Icon-img131,.Icon-img132,.Icon-img133,.Icon-img134,.Icon-img135,.Icon-img136,.Icon-img137,.Icon-img14,.Icon-img15,.Icon-img16,.Icon-img17,.Icon-img18,.Icon-img19,.Icon-img2,.Icon-img20,.Icon-img21,.Icon-img22,.Icon-img23,.Icon-img24,.Icon-img25,.Icon-img26,.Icon-img27,.Icon-img28,.Icon-img29,.Icon-img3,.Icon-img30,.Icon-img31,.Icon-img32,.Icon-img33,.Icon-img34,.Icon-img35,.Icon-img36,.Icon-img37,.Icon-img38,.Icon-img4,.Icon-img5,.Icon-img6,.Icon-img7,.Icon-img8,.Icon-img9{background-size:auto!important}:root{overflow-x:hidden;height:100%}.iconMoving-container{animation:15s linear infinite movingImg;background-repeat:repeat-x;width:auto;display:block}.meet_creator .Icon11{transition-timing-function:ease-in-out;animation:6s ease-in-out infinite float}.iconMoving-container .Icon12{transition-timing-function:ease-in-out;animation:4s ease-in-out infinite float}@keyframes movingImg{100%{transform:translate(-26%)}}@keyframes float{0%,100%{transform:translatey(0)}50%{transform:translatey(20px)}}@keyframes float12{0%,100%{transform:translatey(0)}50%{transform:translatey(20px)}}.meet_creator img,.meet_creator2 img{width:100%}.meet_creator{margin:0;float:left;width:100%}.meet_creator2{margin:15px 0}.meet2{margin-bottom:0}.meet3{margin-top:500px}@-webkit-keyframes ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}100%{opacity:0;top:29%}}@-moz-keyframes ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}100%{opacity:0;top:29%}}@keyframes ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}100%{opacity:0;top:29%}}@media screen and (min-width:321px) and (max-width:450px){.meet3{margin-top:550px}}@media screen and (min-width:240px) and (max-width:320px){.meet3{margin-top:600px}}.iconMoving-container div#margin{margin:160px 0}.iconMoving-container .Icon span,.iconMoving-container .Icon1 span{display:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.Icon-img113{height:67px}.IconsContainer{left:0!important;width:3000px;height:460px;position:relative}.IconsContainer1,.IconsContainer2{width:3600px;height:460px;position:relative;left:50px;    animation: 15s linear infinite movingImg;}.iconMoving-container .Icon,.iconMoving-container .Icon span,.iconMoving-container .Icon1,.iconMoving-container .Icon1 span,.iconMoving-container .Icon2,.iconMoving-container .Icon2 span{position:absolute;will-change:transform,opacity}.iconMoving-container .Icon1:hover,.iconMoving-container .Icon2:hover,.iconMoving-container .Icon:hover{z-index:9999}.iconMoving-container .Icon1:hover span,.iconMoving-container .Icon2:hover span,.iconMoving-container .Icon:hover span{opacity:.9;transform:translate(-50%)}.iconMoving-container .Icon2 span{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:none}@media (-webkit-min-device-pixel-ratio:1.3),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.iconMoving-container .Icon,.iconMoving-container .Icon1,.iconMoving-container .Icon2{background-image:url(//assets/img/header-logos@2x.png?8)}}.Icon-img1,.Icon-img28{background-image:url(/assets/img/img_bottom1.png)!important}.Icon-img2,.Icon-img29{background-image:url(/assets/img/img_bottom2.png)!important}.Icon-img3,.Icon-img30{background-image:url(/assets/img/img_bottom3.png)!important}.Icon-img31,.Icon-img4{background-image:url(/assets/img/img_bottom4.png)!important}.Icon-img32,.Icon-img5{background-image:url(/assets/img/img_bottom5.png)!important}.Icon-img33,.Icon-img6{background-image:url(/assets/img/img_bottom6.png)!important}.Icon-img34,.Icon-img7{background-image:url(/assets/img/img_bottom7.png)!important}.Icon-img35,.Icon-img8{background-image:url(/assets/img/img_bottom8.png)!important}.Icon-img36,.Icon-img9{background-image:url(/assets/img/img_bottom9.png)!important}.Icon-img10,.Icon-img37{background-image:url(/assets/img/img_bottom10.png)!important}.Icon-img20{background-image:url(/assets/img/img_bottom20.png)!important}.Icon-img21{background-image:url(/assets/img/img_bottom21.png)!important}.Icon-img22{background-image:url(/assets/img/img_bottom22.png)!important}.Icon-img23{background-image:url(/assets/img/img_bottom23.png)!important}.Icon-img24{background-image:url(/assets/img/img_bottom24.png)!important}.Icon-img25{background-image:url(/assets/img/img_bottom25.png)!important}.Icon-img26{background-image:url(/assets/img/img_bottom26.png)!important}.Icon-img27{background-image:url(/assets/img/img_bottom27.png)!important}.Icon-img38{background-image:url(/assets/img/img_bottom11.png)!important}.Icon-img0{background-position:-153px -1px}.Icon-img11,.Icon-img136{background-image:url(/assets/img/img1.png)!important}.Icon-img12,.Icon-img137{background-image:url(/assets/img/img2.png)!important}.Icon-img13,.Icon-img138,.Icon-img323{background-image:url(/assets/img/img3.png)!important;background-size:auto!important}.Icon-img14{background-image:url(/assets/img/img4.png)!important}.Icon-img15{background-image:url(/assets/img/img5.png)!important}.Icon-img124,.Icon-img16{background-image:url(/assets/img/img6.png)!important}.Icon-img126,.Icon-img17{background-image:url(/assets/img/img7.png)!important}.Icon-img127,.Icon-img18{background-image:url(/assets/img/img8.png)!important}.Icon-img128,.Icon-img19{background-image:url(/assets/img/img9.png)!important}.Icon-img110,.Icon-img129{background-image:url(/assets/img/img10.png)!important}.Icon-img111,.Icon-img130{background-image:url(/assets/img/img11.png)!important}.Icon-img112,.Icon-img131{background-image:url(/assets/img/img12.png)!important}.Icon-img113{background-image:url(/assets/img/img13.png)!important}.Icon-img114{background-image:url(/assets/img/img14.png)!important}.Icon-img115{background-image:url(/assets/img/img15.png)!important}.Icon-img116{background-image:url(/assets/img/img16.png)!important}.Icon-img117{background-image:url(/assets/img/img17.png)!important}.Icon-img118,.Icon-img125{background-image:url(/assets/img/img18.png)!important}.Icon-img119{background-image:url(/assets/img/img19.png)!important}.Icon-img120,.Icon-img132{background-image:url(/assets/img/img20.png)!important}.Icon-img121,.Icon-img133{background-image:url(/assets/img/img21.png)!important}.Icon-img122,.Icon-img134{background-image:url(/assets/img/img22.png)!important}.Icon-img123,.Icon-img135{background-image:url(/assets/img/img23.png)!important}.iconMoving-container .IconsContainer{width:3000px;height:460px;position:relative;left:50px}.iconMoving-container .Icon{box-shadow:none;width:150px;height:150px;margin:-75px 0 0 -75px;border-radius:50%;box-shadow:0 0 0 rgba(0,0,0,.1),0 0 0 rgba(0,0,0,.07);background-size:1064px 912px;background-image:url(assets/img/clients-logos.png)!important}.iconMoving-container .Icon1{background-size:1064px 912px;background-image:url(/wp-content/uploads/2024/07/frame-805-2-668f6b1d638ba.webp)!important}.iconMoving-container .Icon2{background-image:url(/assets/img/header-logos2.png)!important}.IconsContainer div:first-child,.IconsContainer1 div:first-child,.IconsContainer2 div:first-child{background-position:150px -172px!important}.IconsContainer div:nth-child(2),.IconsContainer1 div:nth-child(2),.IconsContainer2 div:nth-child(2){background-position:-609px -457px!important}.IconsContainer div:nth-child(3),.IconsContainer1 div:nth-child(3),.IconsContainer2 div:nth-child(3){background-position:-1px -153px!important}.IconsContainer div:nth-child(4),.IconsContainer1 div:nth-child(4),.IconsContainer2 div:nth-child(4){background-position:150px -1px!important}.IconsContainer div:nth-child(5),.IconsContainer1 div:nth-child(5),.IconsContainer2 div:nth-child(5){background-position:-153px -153px!important}.IconsContainer div:nth-child(6),.IconsContainer1 div:nth-child(6),.IconsContainer2 div:nth-child(6){background-position:-305px -153px!important}.IconsContainer div:nth-child(7),.IconsContainer1 div:nth-child(7),.IconsContainer2 div:nth-child(7){background-position:-1px -305px!important}.IconsContainer div:nth-child(8),.IconsContainer1 div:nth-child(8),.IconsContainer2 div:nth-child(8){background-position:-153px -305px!important}.IconsContainer div:nth-child(9),.IconsContainer1 div:nth-child(9),.IconsContainer2 div:nth-child(9){background-position:-305px -305px!important}.IconsContainer div:nth-child(10),.IconsContainer1 div:nth-child(10),.IconsContainer2 div:nth-child(10){background-position:-457px -1px!important}.IconsContainer div:nth-child(11),.IconsContainer1 div:nth-child(11),.IconsContainer2 div:nth-child(11){background-position:-457px -153px!important}.IconsContainer div:nth-child(12),.IconsContainer1 div:nth-child(12),.IconsContainer2 div:nth-child(12){background-position:-457px -305px!important}.IconsContainer div:nth-child(13),.IconsContainer1 div:nth-child(13),.IconsContainer2 div:nth-child(13){background-position:-1px -457px!important}.IconsContainer div:nth-child(14),.IconsContainer1 div:nth-child(14),.IconsContainer2 div:nth-child(14){background-position:-153px -457px!important}.IconsContainer div:nth-child(15),.IconsContainer1 div:nth-child(15),.IconsContainer2 div:nth-child(15){background-position:-305px -457px!important}.IconsContainer div:nth-child(16),.IconsContainer1 div:nth-child(16),.IconsContainer2 div:nth-child(16){background-position:-457px -457px!important}.IconsContainer div:nth-child(17),.IconsContainer1 div:nth-child(17),.IconsContainer2 div:nth-child(17){background-position:-609px -1px!important}.IconsContainer div:nth-child(18),.IconsContainer1 div:nth-child(18),.IconsContainer2 div:nth-child(18){background-position:-609px -153px!important}.IconsContainer div:nth-child(19),.IconsContainer1 div:nth-child(19),.IconsContainer2 div:nth-child(19){background-position:-609px -305px!important}.IconsContainer div:nth-child(20),.IconsContainer1 div:nth-child(20),.IconsContainer2 div:nth-child(20){background-position:150px 309px !important}.IconsContainer div:nth-child(21),.IconsContainer1 div:nth-child(21),.IconsContainer2 div:nth-child(21){background-position:-1px -609px!important}.IconsContainer div:nth-child(22),.IconsContainer1 div:nth-child(22),.IconsContainer2 div:nth-child(22){background-position:-153px -609px!important}.IconsContainer div:nth-child(23),.IconsContainer1 div:nth-child(23),.IconsContainer2 div:nth-child(23){background-position:-457px -609px!important}.IconsContainer div:nth-child(24),.IconsContainer1 div:nth-child(24),.IconsContainer2 div:nth-child(24){background-position:-305px -609px!important}.IconsContainer div:nth-child(25),.IconsContainer1 div:nth-child(25),.IconsContainer2 div:nth-child(25){background-position:-609px -609px!important}.IconsContainer div:nth-child(26),.IconsContainer1 div:nth-child(26),.IconsContainer2 div:nth-child(26){background-position:-761px -1px!important}.IconsContainer div:nth-child(27),.IconsContainer1 div:nth-child(27),.IconsContainer2 div:nth-child(27){background-position:-761px -153px!important}.IconsContainer div:nth-child(28),.IconsContainer1 div:nth-child(28),.IconsContainer2 div:nth-child(28){background-position:-761px -305px!important}.IconsContainer div:nth-child(29),.IconsContainer1 div:nth-child(29),.IconsContainer2 div:nth-child(29){background-position:-761px -457px!important}.IconsContainer div:nth-child(30),.IconsContainer1 div:nth-child(30),.IconsContainer2 div:nth-child(30){background-position:-761px -609px!important}.IconsContainer div:nth-child(31),.IconsContainer1 div:nth-child(31),.IconsContainer2 div:nth-child(31){background-position:-1px -761px!important}.IconsContainer div:nth-child(32),.IconsContainer1 div:nth-child(32),.IconsContainer2 div:nth-child(32){background-position:-153px -761px!important}.IconsContainer div:nth-child(33),.IconsContainer1 div:nth-child(33),.IconsContainer2 div:nth-child(33){background-position:-305px -761px!important}.IconsContainer div:nth-child(34),.IconsContainer1 div:nth-child(34),.IconsContainer2 div:nth-child(34){background-position:-457px -761px!important}.IconsContainer div:nth-child(35),.IconsContainer1 div:nth-child(35),.IconsContainer2 div:nth-child(35){background-position:-609px -761px!important}.IconsContainer2 div:nth-child(36){background-position:-761px -761px!important}.IconsContainer2 div:nth-child(37){background-position:-913px -1px!important}.IconsContainer2 div:nth-child(38){background-position:-913px -153px!important}.IconsContainer2 div:nth-child(39){background-position:-913px -305px!important}.iconMoving-container .Section{padding:0 0 30px;position:relative}.iconMoving-container .Section:first-of-type{margin-top:-50px} 