body {
	font-family: 'Nuckle';
}
.text-parrot {
	color: #70FF4D;
}
.font-gallery {
	 font-family: 'Gallery Modern';
}
.main-header.fixed-top {
	position: fixed;
	z-index: 999;
	-webkit-animation: slide-in 400ms ease-out;
	animation: slide-in 400ms ease-out;
	width: 100%;
}
.open-custom-popup-btn,
.open-schedule-popup {
	cursor: pointer;
}
.full-height {
    height: 100%;
}
.web-design-process-box.icon::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='55' height='16' viewBox='0 0 55 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M45.5 1L53 8M53 8L45.5 15M53 8H0' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: -88%;
    top: 15px;
}
.w-50 {
	width: 50%;
}
.main-header.new-main-header.fixed-top {
	background: #000;
}
/* zoom effact */
.zoom-effact {
    overflow: hidden;
	transition: all .5s;
}
.zoom-effact:hover img {
    transform: scale(1.05);
    transition: .5s;
}
/* App Design */
.border-with-tab .e-n-tab-title-text {
    display: block;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
}

.border-with-tab .e-n-tab-title-text span {
    font-weight: 400;
    display: none;
    font-size: 14px;
    margin-top: 5px;
}

.border-with-tab .e-n-tab-title {
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}
.border-with-tab .e-n-tab-title[aria-selected="true"] {
    border-bottom: 1px solid var(--e-global-color-accent) !important;
}
.border-with-tab .e-n-tab-title[aria-selected=false] .e-n-tab-icon {
    display: none;
}
.border-with-tab .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text span {
    display: block;
}
.text-hover:hover .elementor-heading-title {
    color: var(--e-global-color-accent);
}
/* Shine animation Start*/
.shiny-button {
    display: flex;
}

.shiny-button  .elementor-button-wrapper {
    display: flex;
    flex-direction: column;
}
.shiny-button .elementor-button {
    position: relative;
    overflow: hidden !important;
}

.shiny-button .elementor-button::before,
.shiny-button .elementor-button::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.6) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-20deg);
    animation: shineEffect 3.5s ease-in-out infinite;
    pointer-events: none;
    z-index: 1;
}

.shiny-button .elementor-button::after {
    animation-delay: 1.75s;
}

@keyframes shineEffect {
    0% {
        left: -150px;
    }
    100% {
        left: calc(100% + 150px);
    }
}
/* Shine animation Start*/

/* Header fixed */
@-webkit-keyframes slide-in {
	from {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slide-in {
	from {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
/* Upwork Icon Blink */
@keyframes backgroundBlink {
  0%, 100% {
    background-color: #6fda44; /* Green background */
  }
  50% {
    background-color: white; /* Blink to white */
  }
}

@keyframes fillBlink {
  0%, 100% {
    fill: white; /* SVG path fill color white */
  }
  50% {
    fill: black; /* Blink SVG path fill to black */
  }
}
/* Popup default css */
.pum-title {
    display: none;
}

.pum-container {
    padding: 0 !important;
}

.pum-theme-default-theme {
    background-color: rgba(0,0,0,0.8) !important;
}


#pum-797 .pum-close,
#pum-952 .pum-close,
#pum-3306 .pum-close {
    font-size: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 2L2 17' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M2 2L17 17' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    height: 19px;
    width: 19px;
    box-shadow: none !important;
    top: 40px !important;
    right: 40px !important;
}

#pum-797 .pum-container,
#popmake-952{
	border-radius: 20px;
}
#popmake-3306 {
	border-radius: 20px;
}
.mail-information .elementor-heading-title a {
    word-break: break-all;
}
/* Header Menu */
.header-main-menu.menu-icon-white .wpr-offcanvas-trigger {
    color: #fff;
}
.header-main-menu.menu-icon-dark .wpr-offcanvas-trigger {
	color: #000;
}
.header-main-menu.menu-icon-dark .wpr-offcanvas-trigger svg path {
	fill: #000;
}
.header-main-menu .wpr-offcanvas-trigger {
	background:transparent !important;
	position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}
.header-main-menu .wpr-offcanvas-content-right {
	width: 100% !important;
	left: 0;
}
.header-main-menu .wpr-offcanvas-trigger svg {
    height: unset !important;
	width: unset !important;
}

.header-main-menu .wpr-offcanvas-content.wpr-offcanvas-content-right.wpr-offcanvas-fade-in {
    width: 100% !important;
}
.header-main-menu .wpr-close-offcanvas {
    background-image: url('https://rinkeshchopada.com/wp-content/uploads/2024/10/close-menu.png');
    background-size: contain;
    position: absolute;
    right: 26px;
    width: 26px !important;
    z-index: 999999;
    top: 26px;
    height: 26px !important;
}

.header-main-menu .wpr-close-offcanvas i.fa.fa-times {
    display: none;
}
.sticky-show {
    display: none;
}

.main-header.fixed-top .sticky-hide {
    display: none;
}

.main-header.fixed-top .sticky-show {
    display: block;
}
/* Footer */
/* whatsepp */
.social-icon-blink .elementor-widget-container .elementor-social-icons-wrapper .elementor-grid-item:nth-child(6) .elementor-social-icon {
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: transparent;
    font-size: 45px !important;
    position: relative;
}
/* upwork */
.social-icon-blink .elementor-widget-container .elementor-social-icons-wrapper .elementor-grid-item:last-child .elementor-social-icon {
	background-color: #6fda44;
    animation: backgroundBlink 1.5s infinite;
}
.social-icon-blink .elementor-widget-container .elementor-social-icons-wrapper .elementor-grid-item:last-child .elementor-social-icon svg {
	width: 22px;
	height: 22px;
}
.social-icon-blink .elementor-widget-container .elementor-social-icons-wrapper .elementor-grid-item:last-child .elementor-social-icon svg path {
  animation: fillBlink 1.5s infinite;
}
/* Banner */
.main-image-gif {
	max-width: 162px;
	margin-left: auto;
	height: 162px;
}
.get-in-touch-arrow .elementor-widget-container a {
    min-height: 110px;
    width: 110px;
    text-align: center;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-image-gif:hover .get-in-touch-arrow .elementor-widget-container a {
	background: rgba(112, 255, 77, 1);
} 
.main-image-gif:hover .get-in-touch-arrow .elementor-widget-container a img {
	filter: brightness(0%);
}
/* Faq */
.faq-section .e-n-accordion-item-title {
    padding: 20px 0 !important;
    justify-content: space-between !important;
    border-top: 1px solid rgba(255, 255, 255, 0.25) !important;
}
.faq-section.faq-page .e-n-accordion-item-title {
	border-top: 1px solid rgb(0, 0, 0) !important;
}
.faq-section.faq-page .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-closed,
.faq-section.faq-page .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-opened{
	background: #000;
}
.faq-section .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-opened {
    background: var(--e-global-color-accent);
	padding: 7px;
    border-radius: 100%;
	height: auto !important;
}
.faq-section .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-closed {
    background: #fff;
	padding: 7px;
    border-radius: 100%;
	height: auto !important;
}
/* Testimonial */
.testimonial-rating> .e-con-inner {
    margin: unset !important;
}
.testimonials-slider.new .slick-track{
	display: flex;
}
.testimonials-slider .slick-list .slick-slide {
	display: flex;
}
.testimonials-slider .slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
}

.testimonials-slider .slick-dots li.slick-active button {
	background-color: var(--e-global-color-accent);
}

.testimonials-slider .slick-dots li {
	margin: 0 5px;
}

.testimonials-slider .slick-dots li button {
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	border-radius: 150px;
	text-indent: -9999px;
	background: #fff;
	border: 0;
}

.testimonials-slider .slick-dots li button:focus {
	outline: none;
}
.testimonials-slider .slick-list {
	margin: 0 -15px;
}
.testimonials-slider .slick-slide {
	margin-right:15px;
    margin-left:15px;
}
.testimonials-slider.new .slick-list .slick-slide,
.testimonials-slider.new .elementor-widget-video {
	height: 490px;
}
.testimonials-slider.new .elementor-widget-video .elementor-wrapper {
	height: 100%;
	aspect-ratio: unset;
}
/* Our Clients*/
.our-clients .gallery-item img {
    margin: 0 !important;
}
.new-logo .swiper-wrapper {
	align-items: center;
}
/* Counter */
.counter .elementor-counter-number {
	font-family: 'Gallery Modern';
}
.counter .elementor-counter-number-prefix {
	text-align: left;
	flex-grow: unset;
}
.counter .elementor-counter-title {
    justify-content: start !important;
	align-items: end;
}
.counter,
.counter .elementor-widget-container,
.counter .elementor-counter {
    height: 100%;
}

/* Services Box */
.service-box {
    transition: all .5s;
    min-width: 295px;
    min-height: 295px;
    width: 295px;
    height: 295px;
}

.service-box:hover {
    background-color: #000 !important;
    border-radius: 50%;
    transition: all .5s;
}
.service-box:hover img {
	transition: all .5s;
	filter: brightness(0) saturate(100%) invert(82%) sepia(44%) saturate(701%) hue-rotate(51deg) brightness(101%) contrast(107%);
}
.blog-box-image img {
	transition: all .5s;
}
/* Why */
.why-box-wrapper {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
}
.why-box-inner {
	flex-basis: 25% !important;
	padding: 16px 8px 0 8px !important;
}
.why-box {
	height: 100%;
	transition: all .5s;
}
.why-box:hover {
    background-color: #F6F5F2;
    border-color: #F6F5F2 !important;
	transition: all .5s;
}
.why-number .elementor-widget-container {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    min-height: 50px;
}
/* Contact- Form Popup */
.w-100 {
    width: 100%;
}
.form-control-popup .wpcf7-form-control {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    color: #0000004d;
    padding-bottom: 20px;
    border-bottom: 1px solid #0000004d;
	padding-left: 0;
	padding-top: 0;
	font-size: 18px;
	width: 100%;
	outline: none !important;
	background: transparent;
}
.form-control-popup p {
	margin-bottom: 0;
}
.form-control-popup .wpcf7-form-control.wpcf7-file {
    padding-bottom: 0;
    border: 0;
    margin-top: 10px;
}
.form-control-popup {
    display: flex;
    gap: 25px;
    width: 100%;
	margin-bottom: 30px;
}
.form-content {
    font-size: 18px;
    color: #000;
}
.form-content a {
	text-decoration: underline;
	font-weight: 600;
	color: #000;
}
.form-control-popup .wpcf7-form-control.wpcf7-textarea {
    height: 70px;
}
.form-control-popup .wpcf7-form-control.wpcf7-checkbox {
    border: 0;
    padding-bottom: 0 !important;
}
.form-control-popup .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
}
.form-control-popup .form-control-popup-submit-button .wpcf7-form-control.wpcf7-submit {
    border: 0 !important;
    padding: 15px 30px;
    border-radius: 50px;
    background: #000;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
	width: auto;
}
.form-control-popup .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    opacity: 1;
    color: #000;
    font-weight: 500;
    font-size: 18px;
}
/* cursor */
.stylize-creative-box {
	position: relative;
	overflow: hidden;
	cursor: none;
	border-radius: 20px;
}

.stylize-creative-box::after {
	content: "•";                     
	content: "•";
    position: absolute;
    color: #000;
    width: 40px;
    height: 40px;
    font-size: 27.5px;
    background: rgba(112, 255, 77, 1);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    left: var(--x, 50%);
    top: var(--y, 50%);
    border-radius: 100%;
	display: none;
	text-align: center;
}

.stylize-creative-box:hover::after {
	display: block; 
}

.stylize-creative-box img {
	transition: all .5s;
	width: 100%;
	height: 563px;
	object-fit: cover;
}
.stylize-creative-box:hover img {
	transition: all .5s;
	transform: scale(1.05);
}
.project-section-grid {
    display: flex;
    flex-wrap: wrap;
	margin: 0 -25px;
}

.project-section-item {
    flex-basis: 50%;
	padding: 0 25px 50px 25px;
}
.project-section-title {
    color: var(--e-global-color-text);
    font-size: 32px;
    font-weight: 600;
    padding-top: 10px;
}
.project-section-excerpt {
    color: #FFFFFFB3;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.project-excerpt,
.project-section-excerpt {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
/* .project-section-grid.custom-project-slider {
	margin: 0;
} */
.project-section-grid.custom-project-slider .project-section-item {
	flex-basis: unset;
	padding: 0 25px;
}
.project-section-grid.custom-project-slider.deactive-custom-project-slider .project-section-item {
	flex-basis: 50%;
	padding: 0 25px;
}
.project-section-grid.custom-project-slider .slick-list.draggable {
/*     padding: 0 5% 0 0 !important; */
}
.project-categories-badge {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 10px;
    right: 10px;
    justify-content: end;
}

.project-category-badge {
    background-color: var(--e-global-color-accent);
    font-size: 12px;
    font-weight: 600;
    fill: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-accent);
    border-radius: 50px 50px 50px 50px;
    padding: 5px 10px;
}
/* Service Page Start */
.dot {
    color: var(--e-global-color-accent);
}
.country {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    top: -2px;
}
.service-banner-wrapper {
    position: relative;
}

.service-banner-slide {
    max-width: 400px;
    position: absolute;
    left: 30px;
    bottom: 30px;
}
.service-banner-wrapper {
    margin: 0 20px;
}
.category-slider .category-item a {
    position: relative;
	display: block;
	border-radius: 10px;
	width: 100%;
}
.category-slider .category-item a img {
	width: 100%;
}
.category-slider .category-item a:after {
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
    position: absolute;
    border-radius: 10px;
}
.category-slider .slick-list.draggable {
    padding: 0 5% 0 0 !important;
}
.category-item {
    padding: 0 10px;
}
.category-image {
    position: relative;
}
.category-image img {
	width: 100%;
}
.category-name {
    padding: 15px 15px 30px 30px;
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
	z-index: 1;
}
.innovation-slider .slick-list.draggable {
    	padding: 0 12.5% 0 0 !important;
}
.overflow-hidden {
	overflow: hidden;
}

.innovation-slider .slick-slide {
	margin: 0 10px;
}
/* Project page start css */
.project-grid {
    margin-top:20px;
    position: relative;
	margin-left: -25px;
	margin-right: -25px;
	display: flex;
    flex-wrap: wrap;
}

.project-item {
    width: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
/*     transition: all 0.3s ease; */
	margin-bottom: 50px;
	flex: 0 0 auto;
    padding: 0 25px;
}
.project-item.full-width {
    width: 100%;
}
/* .project-item:hover {
    transform: translateY(-5px);
}
 */
.filter-button-group {
    padding-bottom: 20px;
}

.filter-button-group button {
    padding: 8px 20px;
    margin: 0 5px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	border-radius: 50px;
}

.filter-button-group button:hover {
    background: #fff;
	border: 1px solid rgba(255, 255, 255, 1);
	color: #000;
}

.filter-button-group button.active {
    background: #fff;
    color: #000;
    border: 1px solid rgba(255, 255, 255, 1);
}
.filter-controls-wrapper {
    display: flex;
    justify-content: space-between;
	gap: 15px;
}

#tag-filter-dropdown {
    background-color: var(--e-global-color-accent);
    font-size: 14px;
    font-weight: 600;
    fill: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-accent);
    border-radius: 50px 50px 50px 50px;
    padding: 9px 20px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
      background-repeat: no-repeat;
      background-position: right 12px center;
      background-size: 20px;
	 background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
}
#tag-filter-dropdown option {
	background-color: var(--e-global-color-primary) !important;
	color: #fff;
}
#tag-filter-dropdown option:hover {
	color: var(--e-global-color-primary) !important;
	background: var(--e-global-color-accent) !important;
}
/* Thin scrollbar for dropdown */
#tag-filter-dropdown {
  scrollbar-width: thin !important;
  scrollbar-color: var(--e-global-color-accent) black !important;
}

/* Webkit browsers (Chrome, Safari, Edge) - Thin scrollbar */
#tag-filter-dropdown::-webkit-scrollbar {
  width: 8px; /* Thin width */
}

#tag-filter-dropdown::-webkit-scrollbar-track {
  background: black;
  border-radius: 10px;
}

#tag-filter-dropdown::-webkit-scrollbar-thumb {
  background-color: var(--e-global-color-accent) !important;
  border-radius: 10px;
  border: 2px solid black;
}
/* Thin scrollbar for dropdown End*/
.project-item img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
	border-radius: 20px;
}

.project-title {
    margin: 20px 0 10px;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    line-height: 28px;
}

.project-title a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.project-excerpt {
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
}
/* magnafic popup */
.mfp-content-sticky {
    position: fixed;
    top: 0;
    background: #000;
    width: 100%;
	left: 0;
}
.mfp-content {
	overflow: auto !important;
	width: 100% !important;
	padding: 10px;
	box-sizing: border-box;
	max-width: 1500px
}

.mfp-gallery-content {
	display: flex;
	flex-direction: column;
	margin-top: 32px;
}
.mfp-close-btn-in .mfp-close {
    color: #fff;
    padding: 0 !important;
    height: 30px;
    width: 30px;
    line-height: normal !important;
    font-size: 0;
    background-repeat: no-repeat;
    background-color: transparent !important;
    opacity: 1;
    background-image: url("data:image/svg+xml,%3Csvg height='30' width='30' fill='%2370FF4D' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M315.31 411.31C309.056 417.563 298.936 417.563 292.682 411.31L160 278.627L27.318 411.31C21.064 417.563 10.944 417.563 4.69 411.31C-1.563 405.056 -1.563 394.936 4.69 388.682L137.373 256L4.69 123.318C-1.563 117.064 -1.563 106.944 4.69 100.69C10.944 94.437 21.064 94.437 27.318 100.69L160 233.373L292.682 100.69C298.936 94.437 309.056 94.437 315.31 100.69C321.563 106.944 321.563 117.064 315.31 123.318L182.627 256L315.31 388.682C321.563 394.936 321.563 405.056 315.31 411.31Z'/%3E%3C/svg%3E");
    position: fixed;
    top: 5px;
    right: 5px;
}
.mfp-image-container img {
	width: 100% !important;
	height: auto !important;
	object-fit: contain !important;
	display: block;
	margin: 0 auto;
}
.mfp-bg,
.mfp-wrap {
	height: 100% !important;
	position: fixed !important;
	top: 0 !important;
	overflow: auto ! IMPORTANT;
}
.magnific-is-open {
    overflow: hidden;
}
.mfp-preloader {
	color: #fff;
}
.mfp-gallery-content .project-section-excerpt {
/*     margin-bottom: 15px; */
	display: inline;
	-webkit-line-clamp: unset;
	 -webkit-box-orient: unset;
	text-overflow: unset;
	padding-bottom: 10px;
}

.mfp-gallery-content .project-section-title {
    margin-top: 0;
    margin-bottom: 10px;
}
/* Model */
/* body.project-short-view {
	overflow: hidden !important;
} */
.custom-popup-header {
	max-width: 1540px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
}
.custom-popup-header-right {
	display: flex;
	gap: 15px;
	justify-content: space-between;
    align-items: center;
}
.button.visit-site {
    background-color: var(--e-global-color-accent);
    font-size: 16px;
    font-weight: 600;
    fill: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-accent);
    border-radius: 50px 50px 50px 50px;
    padding: 10px 20px 10px 20px;
	display: block;
	min-width: 110px;
}
.button.visit-site:hover {
	background-color: var(--e-global-color-primary);
    color: var(--e-global-color-accent);
}
.custom-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
	overflow-y: auto;
    z-index: 9999;
}

.custom-modal .modal-content {
    padding: 50px 0;
/* 	max-width: calc(var(--content-width) + 100px); */
	max-width: var(--content-width);
	margin: auto;
}
.project-modal-header {
	display: flex;
	width: 100%;
	justify-content: space-between;
	gap: 10px;
	padding-bottom: 10px;
	align-items: center;
}
.custom-modal .modal-content .close-modal {
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    padding: 9px 20px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
}
.custom-modal .modal-body {
	padding: 0 80px;
}
.custom-modal .modal-body img {
    max-width: 100%;
    height: auto;
	width: 100%;
}
.project-modal-title {
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	margin: 0;
}
.custom-modal .project-modal-description {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
	line-height: 22px;
	max-width: 600px;
	margin: 0;
	padding-bottom: 0;
}
.custom-modal .modal-navigation {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
}
.modal-navigation-image {
	position: relative;
}
.modal-navigation button {
    padding: 0;
    border: 0;
    background: transparent;
	position: absolute;
}
.modal-navigation .prev-slide {
    left: -80px;
}
.modal-navigation .next-slide {
    right: -80px;
}
.view-details-button {
    margin: 16px 0 40px 0;
    display: inline-block;
    background: var(--e-global-color-accent);
    color: #000;
    font-weight: 700;
    padding: 7px 20px;
    border-radius: 50px;
	font-size: 14px;
}
/* Project Detail */
.project-detail-left-side.sticky {
    position: sticky;
    top: 30px;
    z-index: 10;
    transition: all 0.3s ease;
	height: 100vh;
}

.project-detail-left-side {
    transition: all 0.3s ease;
}
.project-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prev-project {
    order: 1;
}
.project-pagination .prev-project a,
.project-pagination .next-project a{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-weight: 600;
}
/* Project Page end */
/* About page start */
.step-design-number {
    height: 50px;
    width: 50px;
    min-width: 50px;
}
.new-service-block {
	position: relative;
}
/* .new-service-block::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45.1%, #000000 100%);
} */
.new-service-title {
    position: absolute;
    left: 50%;
    top: 30px;
    z-index: 1;
    transform: translateX(-50%);
	width: 100%;
}
.new-service-title a {
	padding: 10px 0;
}
.new-service-name {
    position: absolute;
    z-index: 1;
    bottom: 0;
    opacity: 0;
    transition: bottom 0.4s ease, opacity 0.4s ease;
	padding: 0 15px;
	width: 100%;
}
.new-service-block:hover .new-service-name {
    bottom: 30px;
    opacity: 1;
}
.new-service-block .elementor-widget-image {
    position: relative;
    overflow: hidden;
	transition: 0.4s ease;
	border-radius: 20px;
}
.new-service-block .elementor-widget-container a {
	overflow: hidden;
	display: block;
}
.new-service-block .elementor-widget-image .elementor-widget-container img {
	transition: 0.4s ease;
	width: 100%;
}
.new-service-block:hover .elementor-widget-image .elementor-widget-container img {
	transform: scale(1.05);
	transition: 0.4s ease;
	border-radius: 20px;
}
.new-service-slider .new-service-block {
    margin: 0 10px;
}
#powerTip {
    background-color: #fff;
}

#powerTip p {
    margin: 0;
    color: #000;
    font-weight: 500;
}
.we-big-text {
    font-size: 80px;
    font-weight: 700;
    line-height: 80px;
    float: left;
    padding-right: 15px;
    color: var(--e-global-color-accent);
}
.staff-slider .slick-list.draggable {
   padding: 0 5% 0 0 !important;
}
.staff-slider .slick-list {
	margin: 0 -10px;
}
.staff-slider .slick-slide {
	margin-right:10px;
    margin-left:10px;
}

.designers-text {
    writing-mode: tb;
    transform: rotate(-180deg);
    position: absolute;
    left: 0;
	opacity:5%;
}
.about-staff-photo img {
    filter: grayscale(1);
}

.owner-name {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 1;
}
.owner-social {
    position: absolute;
    bottom: 40px;
    z-index: 1;
    left: 40px;
}
.about-staff-name {
	position: absolute;
	top: 10px;
    left: 10px;
	z-index: 1;
}
.about-staff {
    height: 100% !important;
	width: 250px !important;
}
.staff-slider .slick-track {
    display: flex;
}
.about-staff-owner {
    width: 450px !important;
}
.about-staff .about-staff-photo img {
    object-fit: cover;
	height: 350px !important;
}

.about-staff-photo.owner img {
    margin-left: auto;
	height: 350px !important;
	object-fit: cover;
}
.profile-slide-arrow {
	background-color:var( --e-global-color-accent );
	padding: 8px;
	border-radius:100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	display: flex;
	cursor: pointer;
}
.profile-prev-arrow {
	left: 0;
}
.profile-next-arrow {
	right: 0;
}
.profile-slider .slick-list.draggable .slick-track .slick-slide {
    padding: 0 50px;
}
.semi-bold {
	font-weight: 600;
}

.my-work-box-one, .my-work-box-three {
	background-color: #F6F5F2;
}
.about-box-one, .about-box-three, .about-box-five {
	background-color: #F6F5F2;
}

/* About page end */
/* Contact Page start */
.form-control-page {
    display: flex;
    gap: 30px;
}

.form-control-page input.wpcf7-form-control, .form-control-page .wpcf7-form-control.wpcf7-textarea {
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    font-size: 18px;
    padding: 0 0 20px 0;
    color: rgba(255,255,255,0.5);
}
.form-control-page p {
    margin: 0;
}

.form-control-page {
    margin-bottom: 40px;
}

.form-control-page .wpcf7-form-control.wpcf7-textarea {
    height: 130px;
}

.form-control-page-submit-button .wpcf7-submit.has-spinner {
    background-color: var(--e-global-color-accent);
    font-size: 18px;
    font-weight: 600;
    fill: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    border-radius: 50px 50px 50px 50px;
    padding: 15px 30px 15px 30px;
    border: 0;
    width: 100%;
}
.contact-form-main .wpcf7-response-output {
    color: #000;
    border: 0 !important;
    background-color: var(--e-global-color-accent);
    font-size: 18px;
    border-radius: 3px;
}
/* Hide the default file input */
.attachafile-requirement {
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
	flex: 1;
}
.form-control-page .attachafile-field .wpcf7-file {
    opacity: 0;
    z-index: 1;
    width: 100%;
    left: 0;
    bottom: 0;
    top: -14px;
    display: block;
    height: 100%;
    padding: 0 !important;
    position: absolute;
    height: 46px;
	cursor: pointer;
}

.attachafile-field {
    display: flex;
    align-items: center;
    gap: 15px;
}
/* Create a custom button for the file upload */
.form-control-page .attachafile-field .wpcf7-form-control-wrap::before {
  content: "Attach a File 📁";
  display: inline-block;
  padding: 10px 20px;
  background-color: #000; /* Button background */
  color: #fff; /* Button text color */
  border: 1px solid rgba(255,255,255,0.25); /* Border style */
  border-radius: 25px; /* Rounded corners */
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
}

/* Hover effect for the button */
.form-control-page .attachafile-field .wpcf7-form-control-wrap::before:hover {
  background-color: #333; /* Darker background on hover */
  color: #fff;
}

/* Show selected file name below the button */
.form-control-page .attachafile-field .wpcf7-form-control-wrap::after {
  content: attr(data-file-name);
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}

/* Contact Page End */
/* Blog Page Start */
.blog-post .filter-wrapper {
    display: flex;
    width: 100%;
	gap: 15px;
}
.blog-post .category-dropdown {
    display: none;
}
.blog-post .categories .category-list {
    list-style-type: none;
    padding: 0;
}
.blog-post .filter-wrapper .categories {
    width: 25%;
	position: sticky;
	top: 130px;
	height: 100%;
}
.blog-post .filter-wrapper .posts-grid {
    width: 75%;
}
.blog-post .categories .category-list .filter-item {
    padding-bottom: 12px;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.4);
	cursor: pointer;
    font-weight: 500;
}

.blog-post .categories .category-list .filter-item.active {
    color: #000;
    font-weight: 600;
}

.blog-post-wrapper {
    display: flex;
    gap: 30px;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 30px;
}
.blog-post-thumbnail {
    width: 35%;
}
.blog-post-content {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-post-content-inner .post-category {
    font-size: 17px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
}
.blog-post-content-inner .post-title {
    color: #000;
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
}
.blog-post-content-inner .post-description {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 26px;
}
.blog-post-client-image {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
	padding-bottom: 20px;
}
/* Blog Page End */
/* Single Blog */
.post-tab-block button.e-n-tab-title {
    opacity: 40%;
	align-items: start !important;
	justify-content: space-between;
}

.post-tab-block button.e-n-tab-title[aria-selected="true"], .post-tab-block button.e-n-tab-title:hover {
    opacity: 1;
}
.post-tab-block button.e-n-tab-title .e-n-tab-title-text {
    flex-direction: column;
    align-items: start !important;
}
.post-tab-block button.e-n-tab-title .e-n-tab-title-text .blog-tab-title-desc {
    margin: 0;
    padding-top: 5px;
    font-size: 14px;
    display: none;
}
.post-tab-block button.e-n-tab-title[aria-selected="true"] .e-n-tab-title-text .blog-tab-title-desc {
	display: block;
}
.post-tab-block button.e-n-tab-title[aria-selected="true"] .e-n-tab-title-text {
    font-weight: 500;
}
.developer-small-photo img {
    filter: grayscale(1);
}
.developer-small-photo-wrapper {
    position: relative;
}
.developer-content-wrapper {
    z-index: 1;
}
.developer-small-photo-wrapper::before {
    content: '';
    position: absolute;
    right: 0;
    background: linear-gradient(270deg, #F6F5F2 45.5%, rgba(246, 245, 242, 0) 55%);
    z-index: 1;
}
/* Checkout Page */
.woocommerce-notices-wrapper {
    display: none !important;
}
/*Our Product Page Start*/
.woocommerce-order-overview, .woocommerce-order-downloads, .woocommerce-order-details, .woocommerce-customer-details {
    display: none;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: #000 !important;
    text-align: center;
    font-size: 26px !important;
    margin: 0 !important;
}
.product-grid-main {
	display: flex;
	flex-wrap: wrap;
	border-radius: 10px;
	background: #fff;
	padding: 30px 15px;
}
.product-grid-wrapper {
	flex-basis: 33.33%;
    padding: 0 15px 30px;
}

.product-image img {
	width: 100%;
	border-radius: 10px;
}
.product-title {
    font-size: 22px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	margin: 16px 0;
}
.product-excerpt {
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-btn-price {
	display:flex;
	align-items: center;
	gap: 16px;
}
.button.add-to-cart-button {
    background-color: var(--e-global-color-primary);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    fill: var(--e-global-color-text);
    color: var(--e-global-color-accent);
    border-radius: 50px 50px 50px 50px;
    padding: 8px 20px 8px 20px;
}
.button.add-to-cart-button:hover {
	color: var(--e-global-color-primary);
	background-color: var( --e-global-color-accent);
}
.product-btn-price .product-price {
    display: flex;
    gap: 10px;
    align-items: center;
}

.product-btn-price .product-price del {
    order: 1;
    font-size: 12px;
}

.product-btn-price .product-price ins {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}
/* Single Product */
.single-product-page-btn {
	width: 100%;
	background-color: var(--e-global-color-accent);
	color: #000;
	padding: 20px 40px;
	border-radius: 50px;
	font-size: 26px;
	font-weight: bold;
	display: block;
	text-align: center;
	transition: all .5s;
}
.single-product-page-btn:hover {
	color: var(--e-global-color-accent);
	background-color: #000;
	transition: all .5s;
}
/* New Home */
.btn-badge {
    background: #70FF4D;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
    padding: 0 6px;
    display: inline-block;
    transform: rotate(-5deg);
}
.new-heder.header-main-menu .wpr-offcanvas-trigger:before {
	content: 'Menu';
}
.new-heder.header-main-menu.header-main-menu .wpr-offcanvas-trigger {
    background: #fff !important;
    padding: 9px 10px !important;
    border-radius: 100px !important;
}
.new-header-content {
    max-width: 552px;
    margin: auto;
}
.rinks-img {
    display: inline-flex;
    height: 75px;
    width: 75px;
    align-items: center;
    border-radius: 50px !important;
    margin-bottom: -10px;
}
.upwork-icon::before {
    content: '';
    height: 20px;
    width: 20px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='28' height='27' viewBox='0 0 28 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0625 0H13.5C6.04416 0 0 6.04416 0 13.5C0 20.9558 6.04416 27 13.5 27H14.0625C21.5183 27 27.5625 20.9558 27.5625 13.5C27.5625 6.04416 21.5183 0 14.0625 0Z' fill='%2314A800'/%3E%3Cpath d='M17.6072 15.3463C16.5026 15.3463 15.772 14.4946 15.5675 14.1632C15.8288 12.0698 16.5946 11.4099 17.6072 11.4099C18.6077 11.4099 19.387 12.2092 19.387 13.3781C19.387 14.5471 18.6077 15.3463 17.6072 15.3463ZM17.6072 10.125C15.8068 10.125 14.7977 11.2982 14.5094 12.5061C14.1814 11.891 13.94 11.0679 13.7497 10.3031H11.2612V13.398C11.2612 14.5226 10.7506 15.3516 9.74904 15.3516C8.74747 15.3516 8.17372 14.5226 8.17372 13.3984L8.18437 10.3031H6.75V13.398C6.75 14.3016 7.04326 15.1207 7.57583 15.7053C8.12543 16.3077 8.8767 16.6259 9.74833 16.6259C11.4802 16.6259 12.6884 15.2988 12.6884 13.3991V11.3195C12.8709 12.0038 13.2991 13.32 14.1232 14.474L13.3534 18.8531H14.8119L15.32 15.7483C15.4869 15.8863 15.6637 16.0111 15.849 16.1225C16.3352 16.4313 16.8954 16.6039 17.4712 16.6224H17.474C17.517 16.6224 17.5607 16.6249 17.6051 16.6249C19.3906 16.6249 20.8125 15.2434 20.8125 13.3813C20.8129 11.5181 19.3923 10.125 17.6072 10.125Z' fill='white'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: -4px;
}
.new-home-project .project-section-title {
    background: #fff;
    border-radius: 50px;
    font-size: 16px;
    position: absolute;
    bottom: 80px;
    z-index: 11;
    left: 20px;
    padding: 10px 20px;
    color: #000;
}

.new-home-project .project-link {
    position: relative;
}

.new-home-project .project-section-excerpt {
    color: #000;
	font-size: 16px;
	line-height: 26px;
    margin-top: 20px;
}
.new-home-project .project-section-item:nth-child(even) {
    margin-top: 50px;
}
.new-home-project .project-section-item {
	padding: 0 25px;
}
.linear-slider .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	-o-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}
.testimonial-video  .elementor-wrapper img {
    height: 450px;
    border-radius: 10px;
	object-fit: cover;
}
.rinkesh-cursor {
	 cursor: -webkit-image-set(url(https://stylizedesignstudio.com/wp-content/uploads/2025/12/lets-talk-cursor.png) 2x, url(https://stylizedesignstudio.com/wp-content/uploads/2025/12/lets-talk-cursor.png)2x ) 185 60, pointer;
}
.visit-profile a {
 cursor: -webkit-image-set(url(https://stylizedesignstudio.com/wp-content/uploads/2025/12/visit-profile.png) 2x, url(https://stylizedesignstudio.com/wp-content/uploads/2025/12/visit-profile.png)2x ) 250 40, pointer;
}
.video-cursor img {
	cursor: -webkit-image-set(url(https://stylizedesignstudio.com/wp-content/uploads/2025/12/video-cursor-img.webp) 2x, url(https://stylizedesignstudio.com/wp-content/uploads/2025/12/video-cursor-img.webp)2x ) 168 60, pointer;
}
.review-video .elementor-widget-html {
	height: 100%;
}
.review-video .elementor-widget-html .elementor-widget-container iframe {
	border-radius: 10px;
}
/* Usa Page Start */
.us-flag-icon {
    display: inline-block;
    vertical-align: middle;
    max-width: 50px;
}
.us-hero-image {
    position: absolute;
    width: 60%;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.us-hero-image::after {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, #040303 50%, rgba(4, 3, 3, 0) 100%);
    width: 50%;
    height: 100%;
    z-index: 0;
    left: -10%;
}
.usa-posts-grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.usa-post-item {
    flex-basis: calc(33.33% - 30px);
    flex-grow: 1;
    max-width: calc(33.33% - 30px);
}
.usa-post-thumbnail a {
    display: block;
}
.usa-post-thumbnail a img {
    border-radius: 24px;
	width: 100%;
}
.usa-post-content {
    margin-top: 20px;
}

h3.usa-post-title a {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

h3.usa-post-title {
    line-height: 24px;
}
/* Media Start */
@media(min-width:1299px) {
	.new-service-slider .slick-list.draggable {
		padding: 0 14% !important;
	}
}
@media(min-width:575px) {
	.header-main-menu .wpr-offcanvas-trigger:before {
		content: "MENU";
		font-size: 18px;
	}
	.testimonials-slider .slick-list.draggable {
    	padding: 0 33.33% 0 0 !important;
	}
	/* why	 */
	.why-box-title {
    	min-height: 76px;
	}
}
@media(max-width: 1250px) {
	.service-box {
		min-width: 275px;
		min-height: 275px;
		width: 275px;
		height: 275px;
	}
	.web-design-process {
        overflow-x: scroll !important;
    }
	.web-design-process-box {
    	min-width: 200px;
	}
}
@media(max-width: 1200px) {
	.testimonials-slider .slick-list .slick-slide {
		min-height: 650px;
	}
}
@media(max-width: 1150px) {
	.service-box {
		min-width: 250px;
		min-height: 250px;
		width: 250px;
		height: 250px;
	}
	/* 	Hero section */
	.main-image-gif {
		display: none;
	}
}
@media(max-width: 1024px) {
	.social-icon-blink .elementor-widget-container .elementor-social-icons-wrapper .elementor-grid-item:nth-child(6) .elementor-social-icon {
		height: 32px;
		width: 32px;
		line-height: 32px;
		background: transparent;
		font-size: 32px !important;
		position: relative;
		bottom: -3px;
	}
	.filter-controls-wrapper {
		flex-direction: column;
	}
/* 	New Home */
	.new-home-hero .elementor-image-box-img {
		position: relative;
		right: 0;
		top: 10px;
	}
	/* 	USA */
	.us-hero-image {
		position: static;
		width: 100%;
	}
	.us-hero-image::after {
		content: unset;
		position: static;
	}
	.us-flag-icon {
		max-width: 35px;
	}
}
@media(max-width: 1023px) {
	.social-icon-blink .elementor-widget-container .elementor-social-icons-wrapper .elementor-grid-item:nth-child(6) .elementor-social-icon {
		height: 32px;
		width: 32px;
		line-height: 32px;
		background: transparent;
		font-size: 32px !important;
		position: relative;
		bottom: 0px;
	}
	.service-box {
	 	min-width: 230px;
		min-height: 230px;
		width: 230px;
		height: 230px;
	}
	.service-slider {
    	overflow-x: scroll !important;
	}
	.service-box-wrapper {
		width: 230px;
		min-width: 230px;
	}
	.innovation-slider .slick-list.draggable {
    	padding: 0 50px 0 0 !important;
	}
	/* Project page	 */
	.project-grid {
		margin-left: -12px;
		margin-right: -12px;
	}
	.project-item {
    	padding: 0 12px;
	}
	/* About */
	.designers-text {
		bottom: 30px;
		left: -30px;
	}
	
	/* Blog	 */
	.blog-post .filter-wrapper {
		display:block;
	}
	.blog-post .filter-wrapper .categories {
    	width: 100%;
		margin-bottom: 20px;
		position: inherit;
		height: auto;
	}
	.blog-post .filter-wrapper .posts-grid {
    	width: 100%;
	}
	.blog-post .categories .category-list {
		display: none;
	}
	.blog-post .category-dropdown {
        display: block;
        background: transparent;
        border-radius: 50px;
    }
	/*Our Product Page Start*/
	.product-grid-wrapper {
    	flex-basis: 50%;
    	padding: 0 15px 30px;
	}
}
@media(max-width: 767px) {
	.my-work-box-three {
		background-color: #fff;
	}
	.my-work-box-four {
		background-color: #F6F5F2;
	}
	.about-box-two, .about-box-three {
		background-color: #fff;
	}
	.about-box-one, .about-box-four, .about-box-five {
		background-color: #F6F5F2;
	}
	/* Stylize	 */
	.project-section-grid {
		margin: 0 0;
	}

	.project-section-item {
		flex-basis: 100%;
		padding: 0 0 30px 0;
	}
	.project-section-grid.custom-project-slider.deactive-custom-project-slider .project-section-item {
		flex-basis: 100%;
		padding: 0;
	}
	.project-section-title {
		font-size: 26px;
		padding-top: 10px;
	}
	.project-section-excerpt {
		font-size: 16px;
		line-height: 26px;
	}
	.project-section-grid.custom-project-slider {
		margin: 0 -12px;
	}
	.project-section-grid.custom-project-slider .project-section-item {
		flex-basis: unset;
		padding: 0 12px;
	}
	.custom-popup-header-right {
		flex-direction: column;
		align-items: start;
		justify-content: start;
	}
	.stylize-creative-box img {
		height: 350px;
	}
	/* Our Clients*/
	.our-clients .gallery-item {
    	max-width: 33.33% !important;
	}
	/* 	why */
	.why-number .elementor-widget-container {
		width: 30px;
		height: 30px;
		min-height: 30px;
	}
	.why-box-inner {
		flex-basis: 50% !important;
	}
	#pum-797 .pum-close,
	#pum-952 .pum-close{
		top: 20px !important;
		right: 20px !important;
	}
	/* Service Page	 */
	.services-banner-slider .slick-list.draggable {
   		padding: 0 10% 0 0 !important;
	}
	.service-banner-wrapper {
    	margin: 0 10px;
	}
	
	.service-banner-slide {
		max-width: 100%;
		position: static;
	}
	.category-item {
    	padding: 0 5px;
	}
	.category-name {
   		padding: 15px 15px 20px 20px;
    	font-size: 16px;
	}
	 .custom-tab-responsive .e-n-tabs-heading {
        display: flex !important;
        flex-direction: row !important;
        flex-basis: unset !important;
        white-space: nowrap;
        flex-wrap: nowrap;
        overflow: scroll;
        margin-bottom: 30px;
    }
	.custom-tab-responsive .e-n-tabs-heading .e-n-tab-title {
    	margin: 0 !important;
	}
	/* Project page	 */
	.project-grid {
		margin-left: 0;
		margin-right: 0;
	}
	.project-item {
    	width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	.filter-button-group {
    	padding-bottom: 10px;
    	display: flex;
    	gap: 10px;
    	overflow: scroll;
	}
	.filter-button-group button {
		margin: 0 0;
	}
	.project-title {
		font-size: 22px;
	}
	.custom-modal .modal-body {
    	padding: 0 20px;
	}
	.custom-modal .modal-navigation {
		position: static;
    	justify-content: center;
		transform: unset;
		margin-top: 20px;
		gap: 15px;
	}
	.modal-navigation button {
    	position: static;
	}
	.modal-navigation .next-slide {
    	right: unset;
	}
	.project-modal-title {
		font-size: 22px;
	}
	.custom-modal .project-modal-description {
		padding-bottom: 0;
	}
	.view-details-button {
		margin: 15px 0 20px 0;
	}
	/* Project detail	 */
	.project-detail-left-side.sticky {
    	position: static;
		height: auto;
	}
	/* About page */
	.tools-section .gallery {
		display: flex;
		flex-wrap: wrap;
	}

	.tools-section .gallery .gallery-item {
		flex-basis: 25%;
	}
	.we-big-text {
    	font-size: 60px;
    	line-height: 60px;
    	padding-right: 10px;
	}
	.designers-text {
		bottom: -30px;
		left: -20px;
	}
	.owner-name {
		top: 30px;
		left: 20px
	}
	.owner-social {
		bottom: 30px;
		left: 20px;
	}
	.profile-slide-arrow {
    	position: absolute;
    	top: unset;
    	transform: unset;
    	bottom: -30px;
	}
	.profile-prev-arrow {
    	left: 40%;
    	transform: translate(-40%);
	}
	.profile-next-arrow {
    	right: 40%;
    	transform: translateX(-40%);
	}
	.about-staff {
		width: 200px !important;
	}
	.about-staff-owner {
		width: 300px !important;
	}
	.about-staff .about-staff-photo img {
		height: 280px !important;
	}

	.about-staff-photo.owner img {
		height: 280px !important;
		width: 170px;
	}
	.profile-slider .slick-list.draggable .slick-track .slick-slide {
    	padding: 0;
	}
	/* Contact Us	 */
	.form-control-page {
	    display: flex;
		flex-wrap:wrap;
		gap: 0;
	}
	.form-control-page, .form-control-page .first-name{
    	margin-bottom: 30px;
	}
	.form-control-page .w-50 {
		width: 100%;
	}
	.attachafile-field {
    	display: block;
	}
	/* Blog	 */
	.blog-post-wrapper {
    	display: block;
    	padding: 10px;
	}
	.blog-post-thumbnail, .blog-post-thumbnail img {
		width: 100%;
	}
	.blog-post-content {
		width: 100%;
		padding: 10px;
	}
	.blog-post-content-inner .post-category {
		font-size: 14px;
	}
	.blog-post-content-inner .post-title {
    	font-size: 22px;
    	line-height: 30px;
	}
	.blog-post-content-inner .post-description {
    	font-size: 16px;
	}
	.blog-post-client-image img {
    	max-width: 80px;
	}
	/* 	Single Blog Post */
	.developer-small-photo-wrapper::before {
    	right: unset;
		bottom: 0;
		background: linear-gradient(180deg, rgba(246, 245, 242, 0) 20.92%, #F6F5F2 40%);
	}
	/*Our Product Page Start*/
	.product-grid-wrapper {
    	flex-basis: 100%;
    	padding: 0 0 20px 0;
	}
	.product-grid-main {
		padding: 15px 15px 0 15px;
	}
	/* New Home	 */
	.new-heder-btn {
		margin: auto;
		width: 100%;
	}

	.new-heder-btn a {
		width: 100%;
	}
	.rinks-img {
		height: 45px;
		width: 45px;
	}
	.new-heder-btn .elementor-widget-container {
		width: 100%;
	}
	.new-home-project .project-section-item:nth-child(even) {
		margin-top: 0;
	}
	.new-home-project .project-section-item {
		padding: 0 0 30px 0;
	}

/* 	.testimonials-slider.new .slick-slide{
		margin-left: 0;
		margin-right: 0;
	}
	.testimonials-slider .slick-list {
		margin: 0 0;
	} */
	.testimonials-slider.new .slick-list .slick-slide,
	.testimonials-slider.new .elementor-widget-video {
		height: auto;
	}
	.testimonials-slider .slick-list .slick-slide {
		min-height: auto;
	}
	/* Usa Page	 */
	.usa-post-item {
		flex-basis: 100%;
		max-width: 100%;
	}
	h3.usa-post-title a {
		font-size: 18px;
	}

	h3.usa-post-title {
		line-height: 22px;
	}
	a.read-more-link {
		font-size: 15px;
	}
}
@media(max-width: 575px) {
	/* Services*/
	.service-slider {
    	gap: 30px !important;
	}
	.service-box {
	 	min-width: 200px;
		min-height: 200px;
		width: 200px;
		height: 200px;
		margin-bottom: 5px;
	}
	.service-slider {
    	overflow-x: scroll !important;
	}
	.service-box-wrapper {
		width: 200px;
		min-width: 200px;
	}
	/* Contact Popup */
	.form-control-popup .wpcf7-form-control {
		font-size: 14px;
		padding-bottom: 10px;
	}
	.form-control-popup .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
		font-size: 14px;
	}
	.form-control-popup .form-control-popup-submit-button .wpcf7-form-control.wpcf7-submit {
		padding: 10px 30px;
		font-size: 16px;
	}
	/* 	About */
	.about-project-country .point_style img {
    	width: 6px !important;
	}
	.about-project-country .pins_animation.ihotspot_pulse {
    	width: 6px !important;
    	height: 6px !important;
	}
}
