                    

html {
  scroll-behavior: smooth;
}


:root {
                    font-size: 20px;
                    --blue: #598bfd;
                    --indigo: #331177;
                    --purple: #8e44ad;
                    --red: #e74c3c;
                    --orange: #f39c12;
                    --yellow: #f4d03f;
                    --green: #2ecc71;
                    --teal: #27ae60;
                    --cyan: #16a085;
                    --white: #fff;
                    --gray: #bdc3c7;
                    --gray-light: #d9dcde;
                    --gray-dark: #95a5a6;
                    --primary: #03f1c5;
                    --secondary: #6c757d;
                    --success: #54d98c;
                    --info: #1abc9c;
                    --warning: #e67e22;
                    --danger: #c0392b;
                    --lighter: #f6f5f8;
                    --light: #f0eff3;
                    --light-2: #f0eff3;
                    --light-3: #efedf5;
                    --dark: #343a40;
                    --dark-blue: #1f2029;
                    --darker: #141414;
                    --black: #080808;
                }


                ::selection {
  color: #fff;
  background-color: #b22272 !important;
}

::-moz-selection {
  color: #fff;
  background-color: #b22272 !important;
}

.color-ob1 {
  color: #b22272 !important;
}

.color-obg1 {
  background: -webkit-linear-gradient(0deg, #024c77 0%, #b22272 26%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.color-obg2 {
  background: -webkit-linear-gradient(0deg, #024c77 0%, #b22272 63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.color-obg3 {
    background: -webkit-linear-gradient(0deg, #02a2ff 0%, #b22272 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.color-ob2 {
  color: #024c77 !important;
}

.color-ob3 {
  color: #8a3a99 !important;
}

.color-ob4 {
  color: #00608ff2 !important;
}

.bg-ob1 {
  color: #00468ff2 !important;
}

.bg-ob2 {
  color: #b10564f7 !important;
}

.bg-ob3 {
  color: #b22272 !important;
}

.bg-ob4 {
  color: #b22272 !important;
}

.bg-ob5 {
  background-color: #b10564f7 !important;
}

.bg-ob6 {
  background-color: #b22272 !important;
}

.bg-ob7 {
  background-color: #b22272 !important;
}

.bg-ob8 {
    background-color: #00608ff2 !important;
  }
  
  .bg-ob9 {
    background-color: #00468ff2 !important;
  }





                     .display-1 {
                    font-size: 120px;
                    line-height: 1.1;
                    font-weight: 900;
                }
                .color-light-2 {
                    color: var(--light-3);
                }
                @media (min-width: 992px) {
                    .mt-lg-n4,
                    .my-lg-n4 {
                        margin-top: -1.5rem !important;
                    }
                }
                @media (min-width: 992px) {
                    .offset-lg-1 {
                        margin-left: 8.333333%;
                    }
                }
                h1,
                h2,
                h3,
                h4,
                h5,
                h6,
                .h1,
                .h2,
                .h3,
                .h4,
                .h5,
                .h6 {
                    font-family: "Muli", sans-serif;
                    margin-bottom: 0.5rem;
                    font-weight: 800;
                    line-height: 1.25;
                    letter-spacing: 1px;
                    color: var(--dark-blue);
                }

                .display-1 {
                    font-size: 120px;
                    line-height: 1.1;
                    font-weight: 900;
                }
                .color-light-2 {
                    color: var(--light-3);
                }
                @media (max-width: 1199px) {
                    .display-1 {
                        font-size: 80px;
                    }
                }
                @media (max-width: 767px) {
                    .display-1 {
                        font-size: 60px;
                    }
                }
                @media (max-width: 575px) {
                    .display-1 {
                        font-size: 36px;
                    }
                }

                @media (max-width: 991px) {
                    h5,
                    .h5 {
                        font-size: 18px;
                        line-height: 24px;
                    }
                }

                .logo-wrap img {
                    height: 70px;
                    margin: -15px -14px;
                }




.img-wrap2  {
    position:relative;
    width:100%;
    display:block;
}
.img-wrap2 img {
    width:100%;
    height: auto;
    display:block;
}
.img-mask2 {
    -webkit-mask-image: url('../assets/images/mask-image.png');
    mask-image: url('../assets/images/mask-image.png');
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
}


.full-img img {
    width: 100%;
    max-width: 700px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.padding-top-bottom-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
			.section-1400 {
    position: relative;
    width: 100%;
    max-width: 1430px;
    display: block;
    margin: 0 auto;
}
.text-vertical {
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
}
.color-gray-dark {
    color: var(--gray-dark);
}
.text-uppercase {
    text-transform: uppercase !important;
}

.display-6 {
    font-family: 'Muli', sans-serif;
    font-size: 70px;
    line-height: 1.1;
    font-weight: 900;
    color: #ffffff;
}
.mb-0, .my-0 {
    margin-bottom: 0 !important;
}
/*@media (max-width: 1199px) {
    .display-6 {
        font-size: 60px;
    }
} */
@media (max-width: 991px) {
    .display-6 {
        font-size: 40px;
    }
}
/*@media (max-width: 767px) {
    .display-6 {
        font-size: 45px;
    }
}
@media (max-width: 575px) {
    .display-6 {
        font-size: 35px;
    }
}*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Muli', sans-serif;
    margin-bottom: 0.5rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 1px;
    color: #ffffff;
}

h3, .h3 {
    font-size: 30px;
    line-height: 40px;
}

@media (max-width: 991px) {
    h3, .h3 {
        font-size: 26px;
        line-height: 36px;
    }
}
.size-50 {
    font-size: 50px;
}

.services-wrap-3 {
	overflow: hidden;
	background-color: var(--white);
    transition: all 250ms linear;
	box-shadow: 0px 40px 70px -5px rgba(149, 164, 175, 0.5);
}
.services-wrap-3:hover {
	background-color: #b10564f7;
	transform: translateY(-3px);
}
.services-wrap-3.light-version {
	background-color: var(--light);
	box-shadow: none;
}
.services-wrap-3.light-version:hover {
	background-color: #b10564f7;
	transform: translateY(-3px);
}
.services-wrap-3 .uil {
	color: #b10564f7;
    transition: all 250ms linear;
}
.services-wrap-3:hover .uil {
	color: var(--white);
}
.services-wrap-3 h5,
.services-wrap-3 h6,
.services-wrap-3 p {
    transition: all 250ms linear;
}
.services-wrap-3:hover h5,
.services-wrap-3:hover h6,
.services-wrap-3:hover p {
	color: var(--white);
}

.services-wrap-3-back-dots {
	background-image: url('../assets/images/pattern/background-19.svg');
	background-repeat: no-repeat;
	background-size: 450px auto;
	background-position: left 140px;
}
.services-wrap-3-back-dots-green {
	background-image: url('../assets/images/pattern/background-19-green.svg');
	background-repeat: no-repeat;
	background-size: 450px auto;
	background-position: right 140px;
}
.services-wrap-3.bg-yellow h5,
.services-wrap-3.bg-yellow h6,
.services-wrap-3.bg-yellow p,
.services-wrap-3.bg-yellow .uil {
	color: var(--white);
}
.services-wrap-3.bg-yellow:hover h5,
.services-wrap-3.bg-yellow:hover h6,
.services-wrap-3.bg-yellow:hover p,
.services-wrap-3.bg-yellow:hover .uil {
	color: var(--white);
}
.services-wrap-3.bg-yellow:hover {
	background-color: #b10564f7 !important;
}
.services-wrap-3.bg-purple h5,
.services-wrap-3.bg-purple h6,
.services-wrap-3.bg-purple p,
.services-wrap-3.bg-purple .uil {
	color: var(--white);
}
.services-wrap-3.bg-purple:hover h5,
.services-wrap-3.bg-purple:hover h6,
.services-wrap-3.bg-purple:hover p,
.services-wrap-3.bg-purple:hover .uil {
	color: var(--white);
}
.services-wrap-3.bg-purple:hover {
	background-color: #b10564f7 !important;
}
.services-wrap-3.bg-red h5,
.services-wrap-3.bg-red h6,
.services-wrap-3.bg-red p,
.services-wrap-3.bg-red .uil {
	color: var(--white);
}
.services-wrap-3.bg-red:hover h5,
.services-wrap-3.bg-red:hover h6,
.services-wrap-3.bg-red:hover p,
.services-wrap-3.bg-red:hover .uil {
	color: var(--white);
}
.services-wrap-3.bg-red:hover {
	background-color: #b10564f7 !important;
}
.services-wrap-3.bg-blue h5,
.services-wrap-3.bg-blue h6,
.services-wrap-3.bg-blue p,
.services-wrap-3.bg-blue .uil {
	color: var(--white);
}
.services-wrap-3.bg-blue:hover h5,
.services-wrap-3.bg-blue:hover h6,
.services-wrap-3.bg-blue:hover p,
.services-wrap-3.bg-blue:hover .uil {
	color: var(--white);
}
.services-wrap-3.bg-blue:hover {
	background-color: #b10564f7 !important;
}
.services-wrap-3.bg-primary h5,
.services-wrap-3.bg-primary h6,
.services-wrap-3.bg-primary p,
.services-wrap-3.bg-primary .uil {
	color: var(--white);
}
.services-wrap-3.bg-primary:hover h5,
.services-wrap-3.bg-primary:hover h6,
.services-wrap-3.bg-primary:hover p,
.services-wrap-3.bg-primary:hover .uil {
	color: var(--white);
}
.services-wrap-3.bg-orange h5,
.services-wrap-3.bg-orange h6,
.services-wrap-3.bg-orange p,
.services-wrap-3.bg-orange .uil {
	color: var(--white);
}
.services-wrap-3.bg-orange:hover h5,
.services-wrap-3.bg-orange:hover h6,
.services-wrap-3.bg-orange:hover p,
.services-wrap-3.bg-orange:hover .uil {
	color: var(--white);
}
.services-wrap-3.bg-orange:hover {
	background-color: #b10564f7 !important;
}

.services-wrap-3.process {
	overflow: initial;
}
.services-wrap-3.process::before {
	position: absolute;
	content: '';
	top: 50%;
	margin-top: -2px;
	height: 0;
	right: -70px;
	z-index: 2;
	/* border-top: 3px dashed var(--gray); */
	width: 50px;
    transition: all 250ms linear;
}
.services-wrap-3.process-2 {
	overflow: initial;
}
.services-wrap-3.process-2::before {
	position: absolute;
	content: '';
	top: 50%;
	margin-top: -2px;
	height: 0;
	right: -100px;
	z-index: 2;
	/* border-top: 3px dashed var(--gray); */
	width: 80px;
    transition: all 250ms linear;
}
.services-wrap-3.process-2.light-border::before,
.services-wrap-3.process.light-border::before {
	/* border-color: var(--gray-light); */
}
.services-wrap-3.process:hover::before,
.services-wrap-3.process-2:hover::before {
	transform: translateY(3px);
}
.services-wrap-3 .service-back-text {
    transition: all 250ms linear;
}
.services-wrap-3:hover .service-back-text {
    color: var(--white) !important;
}






.btn-play-video {
                    border-radius: 50%;
                    width: 100px;
                    height: 100px;
                    background-color: var(--light-2);
                    color: var(--dark-blue);
                }
                .btn-play-video:hover {
                    background-color: var(--primary) !important;
                    color: var(--light-2) !important;
                }
                .btn-play-video.animated {
                    position: relative;
                    width: 70px;
                    height: 70px;
                }
                .btn-play-video.animated::before {
                    position: absolute;
                    content: "";
                    animation: border-transform 10s linear infinite alternate
                        forwards;
                    background-color: var(--white);
                    width: 100px;
                    height: 100px;
                    top: -15px;
                    left: -15px;
                    opacity: 0.2;
                }
                .btn-play-video-dark {
                    border-radius: 50%;
                    width: 80px;
                    height: 80px;
                    background-color: var(--dark-blue);
                    color: var(--light-2);
                }
                .size-20 {
                    font-size: 20px;
                }
                .size-40 {
                    font-size: 40px;
                }
                .btn-play-video-dark:hover {
                    background-color: var(--primary) !important;
                    color: var(--light-2) !important;
                }
                @-webkit-keyframes border-transform {
                    0%,
                    100% {
                        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
                    }
                    14% {
                        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
                    }
                    28% {
                        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
                    }
                    42% {
                        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
                    }
                    56% {
                        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
                    }
                    70% {
                        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
                    }
                    84% {
                        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
                    }
                }
                @keyframes border-transform {
                    0%,
                    100% {
                        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
                    }
                    14% {
                        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
                    }
                    28% {
                        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
                    }
                    42% {
                        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
                    }
                    56% {
                        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
                    }
                    70% {
                        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
                    }
                    84% {
                        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
                    }
                }




  				.text-continue-move {
                    position: absolute;
                    width: 100%;
                    display: block;
                    left: 0;
                    top: 120px;
                    height: 150px;
                    overflow: hidden;
                }
                .text-continue-move div {
                    position: absolute;
                    width: 200%;
                    height: 150px;
                    overflow: hidden;
                    animation: scroll-left 8s linear infinite;
                }
                .text-continue-move span {
                    width: 50%;
                    float: left;
                    font-family: "Muli", sans-serif;
                    font-weight: 700;
                    text-align: left;
                    letter-spacing: -2px;
                    text-transform: uppercase;
                    font-size: 160px;
                    line-height: 150px;
                    color: rgba(228, 228, 228, 0.5);
                }
                @keyframes scroll-left {
                    0% {
                        left: 0;
                    }
                    100% {
                        left: -100%;
                    }
                }



                @media only screen and (max-width: 1860px) {
                    .text-continue-move {
                        height: 150px;
                    }
                }
                                @media only screen and (max-width: 1860px) {
                    .text-continue-move span {
                        letter-spacing: -2px;
                        font-size: 140px;
                        line-height: 150px;
                    }
                }
                @media only screen and (max-width: 1320px) {
                    .text-continue-move {
                        height: 110px;
                    }
                }
                @media only screen and (max-width: 1320px) {
                    .text-continue-move span {
                    letter-spacing: 0;
        font-size: 100px;
        line-height: 110px;
                    }
                }

                       @media only screen and (max-width: 1320px) {
                    .text-continue-move {
                        height: 70px;
                    }
                }
                @media only screen and (max-width: 1320px) {
                    .text-continue-move span {
                    letter-spacing: 0;
        font-size: 70px;
        line-height: 70px;
                    }
                }
                
                @media only screen and (max-width: 600px) {
                    .text-continue-move {
                        display: none;
                    }
                }

            




/* Slider Container */
.slider {
    height: 250px;
    position: relative;
    width: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
  }
  
  .slider::before,
  .slider::after {
    position: absolute;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    content: '';
    height: 100%;
    width: 18%;
    z-index: 2;
    pointer-events: none;
  }
  
  .slider::before {
    left: 0;
    top: 0;
  }
  
  .slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
  }
  
  /* Slide Track Animations */
  .slide-track {
    width: calc(300px * 20); /* Match card size */
    display: flex;
    animation: scroll 20s linear infinite;
  }
  
  .slide-track2 {
    width: calc(300px * 15); /* Match card size */
    display: flex;
    animation: scroll2 15s linear infinite;
  }
  
  /* Individual Card */
  .slide {
    width: 300px; /* Fixed card width */
    height: 200px; /* Fixed card height */
    display: flex; /* Use flex for content alignment */
    align-items: center;
    justify-content: center;
    background: #ffffff; /* Card background */
    border-radius: 0.5rem; /* Rounded corners */
    
    overflow: hidden; /* Prevent image overflow */
    transition: transform 0.3s;
    margin: 0 10px;
    padding: 10px 20px;
  }
  
  .slide:hover {
    transform: scale(1.05); /* Slight zoom-in effect on hover */
  }
  
  /* Logo within Card */
  .slide img {
    max-width: 100%; /* Prevent image overflow horizontally */
    max-height: 100%; /* Prevent image overflow vertically */
    width: auto; /* Maintain aspect ratio */
    height: auto; /* Maintain aspect ratio */
    object-fit: contain; /* Fit image within card without cropping */
    padding: 10px; /* Add space around the logo */
  }
  
  /* Animations */
  @keyframes scroll {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-300px * 10)); /* Match card width */
    }
  }
  
  @keyframes scroll2 {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-300px * 5)); /* Match card width */
    }
  }
  
  /* Responsive Design */
  @media screen and (max-width: 768px) {
    .slide-track {
      width: calc(200px * 20); /* Adjust track for smaller screens */
    }
  
    .slide-track2 {
      width: calc(200px * 15); /* Adjust track for smaller screens */
    }
  
    .slide {
      width: 200px; /* Smaller card size for mobile */
      height: 150px; /* Adjust card height */
    }
  
    .slide img {
      padding: 8px; /* Adjust padding for smaller cards */
    }
  
    @keyframes scroll {
      0% {
        transform: translateX(0px);
      }
      100% {
        transform: translateX(calc(-200px * 10));
      }
    }
  
    @keyframes scroll2 {
      0% {
        transform: translateX(0px);
      }
      100% {
        transform: translateX(calc(-200px * 5));
      }
    }
  }







.studio-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.studio-list li {
	position: relative;
	padding: 0;
	margin: 0;
	padding-left: 40px;
	margin-bottom: 8px;
	list-style: none;
}
.studio-list li:last-child {
	margin-bottom: 0;
}
.studio-list li:before{
	position: absolute;
	content: '';
	top:50%;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #b10564f7;
}
.studio-list li p{
	padding: 0;
	margin: 0;
    color:#b10564f7;
}





.page-title h1{
    position: relative;
    font-size: 70px;
    color: #fff;
    font-weight: 900;
    line-height: 1;
    z-index: 2;
}
.page-title p{
    position: relative;
    font-size: 24px;
    font-weight: 500;
    padding-left: 45px;
    z-index: 2;
}
.page-title p:before{
    position: absolute;
    content: '';
    top:50%;
    left: 0;
    width:25px;
    height: 3px;
    background-color: #fff;
}
.page-title-small p{
    position: relative;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    padding-left: 95px;
    z-index: 2;
}
.page-title-small p:before{
    position: absolute;
    content: '';
    top:50%;
    left: 35px;
    width: 40px;
    height: 1px;
    background-color: #b10564f7;
}
.page-title h1 {
    position: relative;
    font-size: 70px;
    color: #fff;
    font-weight: 900;
    line-height: 1;
    z-index: 2;
}
@media (max-width: 1199px) {
    .page-title h1 {
        font-size: 60px;
    }
}
@media (max-width: 991px) {
    .page-title h1 {
        font-size: 50px;
    }
}

.page-title p {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    padding-left: 45px;
    z-index: 2;
}
@media (max-width: 1199px) {
    .page-title p {
        font-size: 22px;
    }
}
@media (max-width: 991px) {
    .page-title p {
        font-size: 20px;
    }
}	




/* #Progress back to top
================================================== */

.progress-wrap {
	position: fixed;
	right: 40px;
	bottom: 60px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset  0 0 0 2px rgba(0,0,0,0.1);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	font-family: 'unicons';
	content: '\ebf2';
	text-align: center;
	line-height: 46px;
	font-size: 20px;
	color: var(--gray-dark);
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
	opacity: 0;
}
.progress-wrap::before {
	position: absolute;
	font-family: 'unicons';
	content: '\ebf2';
	text-align: center;
	line-height: 46px;
	font-size: 20px;
	opacity: 0;
	color: #b10564f7;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: #b10564f7;
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.red::before {
	color: var(--red);
}
.progress-wrap.orange::before {
	color: var(--orange);
}
.progress-wrap.blue::before {
	color: var(--blue);
}
.progress-wrap.purple::before {
	color: var(--purple);
}
.progress-wrap.indigo::before {
	color: var(--indigo);
}
.progress-wrap svg.progress-circle path.red {
	stroke: var(--red);
}
.progress-wrap svg.progress-circle path.orange {
	stroke: var(--orange);
}
.progress-wrap svg.progress-circle path.blue {
	stroke: var(--blue);
}
.progress-wrap svg.progress-circle path.purple {
	stroke: var(--purple);
}
.progress-wrap svg.progress-circle path.indigo {
	stroke: var(--indigo);
}



                      /* #Cursor
================================================== */

                .dcursor,
                .dcursor2,
                .dcursor3 {
                    position: fixed;
                    border-radius: 50%;
                    transform: translateX(-50%) translateY(-50%);
                    pointer-events: none;
                    left: -100px;
                    top: 50%;
                }
                .dcursor {
                    background-color: #02a2ff;
                    height: 0;
                    width: 0;
                    z-index: 99999;
                }
                .dcursor2,
                .dcursor3 {
                    height: 36px;
                    width: 36px;
                    z-index: 99998;
                    -webkit-transition: all 0.3s ease-out;
                    transition: all 0.3s ease-out;
                }
                .dcursor2.hover,
                .dcursor3.hover {
                    -webkit-transform: scale(2) translateX(-25%)
                        translateY(-25%);
                    transform: scale(2) translateX(-25%) translateY(-25%);
                    border: none;
                }
                .dcursor2 {
                    border: 2px solid #02a2ff;
                    box-shadow: 0 0 22px rgba(185, 196, 255, 0.6);
                }
                .dcursor2.hover {
                    background: rgba(34, 108, 255, 0.928);
                    box-shadow: 0 0 12px rgba(85, 144, 233, 0.2);
                }
                .scale-up .dcursor2,
                .scale-up .dcursor3 {
                    opacity: 0;
                }

                .dcursor-dark .dcursor2,
                .dcursor-dark .dcursor3 {
                    border: 2px solid #1e30fb;
                    box-shadow: 0 0 14px rgba(75, 77, 100, 0.3);
                }
                .dcursor-dark .dcursor2.hover,
                .dcursor-dark .dcursor3.hover {
                    background: rgba(32, 48, 228, 0.3);
                    border: none;
                    box-shadow: 0 0 14px rgba(75, 77, 100, 0.2);
                }

                .video-dcursor .dcursor2.hover,
                .video-dcursor .dcursor3.hover {
                    opacity: 0;
                }

                @media screen and (max-width: 1200px) {
                    .dcursor,
                    .dcursor2,
                    .dcursor3 {
                        display: none;
                    }
                }





				 .shadow-title {
                    position: fixed;
                    top: 0;
                    margin-top: 80px;
                    left: 20px;
                    width: 100%;
                    height: 300%;
                    text-align: left;
                    font-family: "Muli", sans-serif;
                    -webkit-writing-mode: vertical-lr;
                    writing-mode: vertical-lr;
                    font-size: 14vw;
                    line-height: 1;
                    color: rgba(200, 200, 200, 0.1);
                    background: linear-gradient(
                        90deg,
                        rgba(200, 200, 200, 0),
                        rgba(200, 200, 200, 0.65)
                    );
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                    font-weight: 900;
                    /* z-index: 1; */
                }

                @media (max-width: 991px) {
                    .shadow-title {
                        display: none;
                    }
                }

             
                .services-wrap-3-back-dots {
                    background-image: url("../assets/background/background-19.svg");
                    background-repeat: no-repeat;
                    background-size: 450px auto;
                    background-position: left 140px;
                }

 				.section-background-18 {
                    background-repeat: no-repeat;
                    background-size: 100% auto;
                    background-position: bottom;
                    background-image: url("../assets/images/pattern/background-18.svg");
                }
                .section-background-1 {
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: top;
                    background-image: url("../assets/images/pattern/background-1.svg");
                }
                .section-background-2 {
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: top;
                    background-image: url('../img/background-1.svg');
                }
                /* .section-background-niche-17 {
                    background-repeat: no-repeat;
                    background-size: 100% auto;
                    background-position: center 101%;
                    background-image: url("../assets/images/niche-background-17.svg");
                } */
                /* .section-background-2 {
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: top;
                    background-image: url("../assets/images/pattern/niche-background-16.svg");
                } */
                .section-background-20 {
                    background-repeat: no-repeat;
                    background-size: 100% auto;
                    background-position: center;
                    background-image: url("../assets/images/pattern/background-20.svg");
                }
                .section-background-3 {
                    background-repeat: no-repeat;
                    background-size: 100% auto;
                    background-position: top;
                    background-image: url("../assets/images/pattern/background-3.svg");
                }
                .section-background-30{
                    background-repeat: no-repeat;
                    background-size: 100% auto;
                    background-position: top;
                    background-image: url("../assets/background/bg-cyc.webp");
                }
                @media (-webkit-min-device-pixel-ratio: 2),
                    (min-resolution: 192dpi) {
                        .services-wrap-3-back-dots {
                            background-image: url("../assets/images/pattern/background-19-red@2x.svg");
                        }
                    .section-background-20 {
                        background-image: url("../assets/images/pattern/background-20@2x.svg");
                    }
                    .section-background-18 {
                        background-image: url("../assets/images/pattern/background-18@2x.svg");
                    }
                    .section-background-1 {
                        background-image: url("../assets/images/pattern/background-1@2x.svg");
                    }
                    /* .section-background-2 {
                        background-image: url("../assets/images/pattern//niche-background-16@2x.svg");
                    } */
                    .section-background-3 {
                        background-image: url("../assets/images/pattern/background-3@2x.svg");
                    }
                }

                .shadow-on-footer {
                    position: absolute;
                    bottom: 0;
                    left: -50%;
                    width: 200%;
                    text-align: center;
                    font-family: "Muli", sans-serif;
                    font-size: 14vw;
                    line-height: 1;
                    color: rgba(200, 200, 200, 0.1);
                    background: linear-gradient(
                        rgba(75, 77, 100, 0.25),
                        rgba(75, 77, 100, 0)
                    );
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                    font-weight: 900;
                    z-index: 1;
                }
                .background-dark-3,
                .background-dark-4 {
                    background-color: #14151a;
                }




#process-service,.bg-color-2{
        background-color: #f0eff3;
}






/* #Contact
================================================== */
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #14151a;
    border: none;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    color: rgba(255, 255, 255, 0.4);
    float: left;
    overflow: hidden;
    font-family: inherit;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 700;
    outline: none;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.ajax-form input,
.ajax-form textarea{
	position:relative;
	width: 100%;
	padding: 20px 20px;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 15px;
	line-height: 1.7;
	background-color: #14151a;
	color: #fff;
	border:none;
	text-align: left;
	cursor: text;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
}
.ajax-form textarea{
	height: 170px;
}
.ajax-form textarea:active,
.ajax-form input:active {	
	color: #ccc;
}
.ajax-form textarea:active,
.ajax-form input:hover {	
	color: #ccc;
}
.ajax-form textarea:focus,
.ajax-form input:focus {	 
    outline: none !important;
}
.ajax-form input:-ms-input-placeholder  {
	font-size: 15px;
	letter-spacing:1px;
	color: rgba( 255,255,255, 0.4);
	font-weight: 700;
}
.ajax-form input::-moz-placeholder  {
	font-size: 15px;
	letter-spacing:1px;
	color: rgba( 255,255,255, 0.4);
	font-weight: 700;
}
.ajax-form input:-moz-placeholder  {
	font-size: 15px;
	letter-spacing:1px;
	color: rgba( 255,255,255, 0.4);
	font-weight: 700;
}
.ajax-form input::-webkit-input-placeholder  {
	font-size: 15px;
	letter-spacing:1px;
	color: rgba( 255,255,255, 0.4);
	font-weight: 700;
}
.ajax-form textarea:-ms-input-placeholder  {
	font-size: 15px;
	letter-spacing:1px;
	color: rgba( 255,255,255, 0.4);
	font-weight: 700;
}
.ajax-form textarea::-moz-placeholder  {
	font-size: 15px;
	letter-spacing:1px;
	color: rgba( 255,255,255, 0.4);
	font-weight: 700;
}
.ajax-form textarea:-moz-placeholder  {
	font-size: 15px;
	letter-spacing:1px;
	color: rgba( 255,255,255, 0.4);
	font-weight: 700;
}
.ajax-form textarea::-webkit-input-placeholder  {
	font-size: 15px;
	letter-spacing:1px;
	color: rgba( 255,255,255, 0.4);
	font-weight: 700;
}
.ajax-form button {
	color: rgba(255,255,255,.5);
	cursor: pointer;
	font-size: 15px;
	padding: 12px 25px;
	letter-spacing: 2px;
	background-color: #14151a;
	border:none;
	outline:none;
	margin: 0 auto;
	text-align: center;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
}
.ajax-form button:focus,
.ajax-form button:active {
	border:none;
	outline:none;
}
.ajax-form button span{
	position: relative;
	display: block;
	cursor: pointer;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
}
.ajax-form button:hover{
	background-color: #090909;
}

.filter-select .nice-select {
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 13px;
	line-height: 1.4;
	border: solid 3px #dbdddc;
}
.filter-select .nice-select:after {
    right: 20px;
}
.filter-select .nice-select .list {
	border: solid 3px #dbdddc;
	width: calc(100% + 6px);
	margin-left: -3px;
}
.filter-select .nice-select .option {
    min-height: auto;
	font-size: 13px;
	padding-top: 13px;
	padding-bottom: 13px;
    padding-left: 20px;
    padding-right: 20px;
	text-transform: lowercase;
} 
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #14151a;
	border: none;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	color: rgba( 255,255,255, 0.4);
	float: left;
	overflow: hidden;
	font-family: inherit;
	letter-spacing: 1px;
	font-size: 15px;
	line-height: 1.7;
	font-weight: 700;
	outline: none;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
	white-space: nowrap;
	width: auto; 
}
.nice-select.open {
	overflow: visible;
}
.nice-select:hover {
    border: none; 
}
.nice-select:after {
    border-bottom: 2px solid rgba(255,255,255,.4);
    border-right: 2px solid rgba(255,255,255,.4);
    content: '';
    display: block;
    height: 10px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 10px; 
}
.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); 
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); 
}
.nice-select.disabled {
    border-color: #ededed;
    color: #ccc;
    pointer-events: none; 
}
.nice-select.disabled:after {
      border-color: #cccccc; 
}
.nice-select.wide {
	width: 100%; 
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important; 
}
.nice-select.right {
    float: right; 
}
.nice-select.right .list {
    left: auto;
    right: 0; 
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; 
}
.nice-select.small:after {
    height: 4px;
    width: 4px; 
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px; 
}
.nice-select .list {
	background-color: #09090c;
    border-radius: 0;
    box-sizing: border-box;
    margin-top: 1px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
	width: 100%;
	box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.4);
	left: 0;
	color: #ccc;
    top: 100%;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
    -webkit-transition: all 0.3s linear, opacity 0.15s ease-out;
    transition: all 0.3s linear, opacity 0.15s ease-out;
    z-index: 9; 
}
.nice-select .list:hover .option:not(:hover) {
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    list-style: none;
	font-size: 14px;
	letter-spacing: 1px;
	padding-top: 11px;
	padding-bottom: 11px;
    outline: none;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; 
} 
.nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #2a2c37;
}
.nice-select .option:hover {
    color: #fff;
    background-color: #353746;
}
.nice-select .option.selected {
    font-weight: 400 !important;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #ccc;
    cursor: default; 
}
.no-csspointerevents .nice-select .list {
	display: none; 
}
.no-csspointerevents .nice-select.open .list {
	display: block; 
}

/* General styles for the section */
.contact-map {
    position: relative;  /* Allows positioning of child elements like the overlay */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../assets/images/company-map.png'); /* Replace with your image path */
    padding: 60px 0; /* Adjust padding as needed */
    height: 400px; /* Set the height of the section */
}

/* Overlay layer */
.contact-map .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
    z-index: 1; /* Ensure it sits above the background image but below text */
    pointer-events: none; /* Allows clicks to pass through the overlay */
}

/* Styling for the map text overlay */
.map-text {
    position: relative; /* Required to layer above the overlay */
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 1px;
    z-index: 2; /* Ensure text is above the overlay */
    text-align: center;
}

/* Styling for the "Find Us on Map" link */
.contact-link {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 2px;
    font-weight: 400;
    color: #c4c3ca;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
    z-index: 2; /* Ensure link is above the overlay */
    position: relative; /* Ensure it's not affected by the overlay */
        border: 1px solid #ffffff;
    padding: 10px;
    border-radius: 5px;
    color:#ffffff;
}

.contact-link:hover {
text-decoration: none;
    background-color: #efc0c0;
    color: #734545;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .map-text {
        font-size: 18px;
    }
    .contact-link {
        font-size: 14px;
    }
}




 .swiper-process-1-thumbs .services-wrap-3 {
/*                cursor: pointer;*/
            }
            .swiper-process-1-thumbs
                .swiper-slide-thumb-active
                .services-wrap-3
                h5,
            .swiper-process-1-thumbs
                .swiper-slide-thumb-active
                .services-wrap-3
                h6,
            .swiper-process-1-thumbs
                .swiper-slide-thumb-active
                .services-wrap-3
                p,
            .swiper-process-1-thumbs
                .swiper-slide-thumb-active
                .services-wrap-3
                .uil {
                color: var(--white);
            }
            .swiper-process-1-thumbs
                .swiper-slide-thumb-active
                .services-wrap-3 {
                background-color: #b10564f7 !important;
            }
            .services-wrap-3 .uil {
                color: #b10564f7;
                transition: all 250ms linear;
            }
            .services-wrap-3 h6 {
                color: #b10564f7;
                transition: all 250ms linear;
            }
            .size-30 {
                font-size: 30px;
            }
            .service-back-text {
                position: absolute;
                display: block;
                width: 100%;
                top: 0;
                left: 0;
                opacity: 0.3;
                font-weight: 100;
                font-size: 80px;
                line-height: 80px;
            }
            .font-weight-400 {
                font-weight: 400 !important;
            }
            .color-primary {
                color: #b10564f7;
            }




            .colord-text-linear-gradient {
                    color: var(--white);
                    -webkit-text-fill-color: transparent;
                    background-image: linear-gradient(
                        298deg,
                        var(--primary),
                        var(--orange)
                    );
                    -webkit-background-clip: text;
                }
                .section-background-soon {
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: center;
                    background-image: url("../assets/images/revolution-background.jpg");
                }
                .section-background-revolution {
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: center;
                    background-image: url("../assets/images/revolution-background.jpg");
                }
                .background-dark-blue-over-darker {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    z-index: 1;
                    background-color: var(--dark-blue);
                    opacity: 0.8;
                }
                .section-background-niche-16 {
                    background-repeat: no-repeat;
                    background-size: 120% auto;
                    background-position: center 101%;
                    background-image: url("../assets/images/pattern/niche-background-16.svg");
                }
                .section-background-niche-17 {
                    background-repeat: no-repeat;
                    background-size: 120% auto;
                    background-position: center 101%;
                    background-image: url("../assets/images/niche-background-17.svg");
                }
               
                .section-background-niche-17down {
                    background-repeat: no-repeat;
                    background-size: 120% auto;
                    background-position: center -1%;
                    background-image: url("../assets/images/niche-background-17down.svg");
                }
                .section-background-niche-1black {
                    background-repeat: no-repeat;
                    background-size: 120% auto;
                    background-position: center -1%;
                    background-image: url("../assets/images/pattern/niche-background-4down@2x.svg");
                }
                .section-background-niche-1blackup {
                    background-repeat: no-repeat;
                    background-size: 120% auto;
                    background-position: center 101%;
                    background-image: url("../assets/images/pattern/niche-background-4@2x.svg");
                }
                @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
                    .section-background-niche-1black{
                          background-image: url("../assets/images/pattern/niche-background-4down@2x.svg");
                    }
                    .section-background-niche-1blackup{
                        background-image: url("../assets/images/pattern/niche-background-4@2x.svg");
                    }
                    .section-background-niche-17 {
                          background-image: url('../assets/images/pattern/niche-background-17@2x.svg');
                    }
                    .section-background-niche-17down {
                          background-image: url('../assets/images/pattern/niche-background-17down@2x.svg');
                    }
                    .section-background-niche-16 {
                           background-image: url('../assets/images/pattern/niche-background-16@2x.svg');
                    }
                }
                @media only screen and (max-width: 1024px) {
                    .section-background-niche-1black{
                        background-size: 200% auto;
                     }
                    .section-background-niche-1blackup{
                        background-size: 200% auto;
                    }
                    .section-background-niche-17 {
                        background-size: 200% auto;
                    }
                    .section-background-niche-17down {
                        background-size: 200% auto;
                    }
                    .section-background-niche-16 {
                        background-size: 200% auto;
                    }
                }

                .hero-corporate-v3-bottom {
                    position: absolute;
                    bottom: -1px;
                    left: -1px;
                    width: calc(100% + 2px);
                    height: 100%;
                    z-index: 0;
                }
                .hero-corporate-v3-bottom2 {
                    position: absolute;
                    bottom: 0px;
                    left: -1px;
                    width: calc(100% + 2px);
                    height: 100%;
                    z-index: 0;
                }
                .hero-corporate-v3-top {
                    position: absolute;
                    top: -1px;
                    left: -1px;
                    width: calc(100% + 2px);
                    height: 100%;
                    z-index: 0;
                }
                .hero-corporate-v3-top2 {
                    position: absolute;
                    top: -1px;
                    left: -1px;
                    width: calc(100% + 2px);
                    height: 100%;
                    z-index: 0  ;
                }

                   .z-bigger {
                    z-index: 10;
                }

                  .padding-top-bottom-120 {
                    padding-top: 120px;
                    padding-bottom: 120px;
                }
                .over-hide {
                    overflow: hidden;
                }
                .padding-top-bottom-120 {
                    padding-top: 120px;
                    padding-bottom: 120px;
                }
                .section-1400 {
                    position: relative;
                    width: 100%;
                    max-width: 1430px;
                    display: block;
                    margin: 0 auto;
                }

                  .padding-top-bottom-120 {
                    padding-top: 120px;
                    padding-bottom: 120px;
                }
                .over-hide {
                    overflow: hidden;
                }



  .shadow-on-footer {
    position: absolute;
    bottom: 0;
    left: -50%;
    width: 200%;
    text-align: center;
    font-family: 'Muli', sans-serif;
    font-size: 14vw;
    line-height: 1;
    color: rgba(200, 200, 200, .1);
    background: linear-gradient(rgba(75, 77, 100, 0.25), rgba(75, 77, 100, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    z-index: 1;
}

.footer a{
    position: relative;
    display: inline-block;
}
.footer a h4{
   color:#e5dfdf;
       font-weight: 300;
    margin-bottom: 0;
    line-height: 1.35;
}
.footer-lines{
    position: relative;
}
.footer-lines:after,
.footer-lines:before{
    position: absolute;
    width: 2px;
    height: 25px;
    content: '';
    z-index: -1;
    left: 50%;
    margin-left: -1px;
    background-color: #4b4d64;
}
.footer-lines:after{
    top: -50px;
}
.footer-lines:before{
    bottom: -50px;
}





/* #FAQ
================================================== */


.smk_accordion {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.smk_accordion .accordion_in {
    position: relative;
    z-index: 10;
    margin-top: -1px;
    overflow: hidden;
    margin-bottom:2px;
}
.smk_accordion .accordion_in .acc_head {
    position: relative;
    padding: 15px;
    text-align:left;
    background:#fafafa;
    font-family: 'Poppins', sans-serif;
    font-weight:500;
    font-size: 14px;
    line-height:20px;
    color: #414141;
    letter-spacing:1px;
    display: block;
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.smk_accordion .accordion_in .acc_head:hover {
    color:#fff;
}
.smk_accordion .accordion_in.acc_active > .acc_head {
    color:#fff;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    background: url('../assets/images/more-black.png') no-repeat center center;
        background-size:20px 20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.smk_accordion .accordion_in .acc_head:hover .acc_icon_expand {
    background: url('../assets/images/more-black.png')no-repeat center center;
    background-size:20px 20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {
    background: url('../assets/images/acc3.png')no-repeat center center;
    background-size:20px 20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.smk_accordion .accordion_in .acc_content {
    color:#606060;
    padding:30px;
    background:#f2f2f2;
}
.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type {
  margin-top: 5px;
}
.smk_accordion .accordion_in:first-of-type,
.smk_accordion .accordion_in:first-of-type .acc_head {
}
.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content {
}
.smk_accordion .accordion_in.acc_active > .acc_content {
  display: block;
}
.smk_accordion.acc_with_icon .accordion_in .acc_head,
.smk_accordion.acc_with_icon .accordion_in .acc_content {
  padding-left: 40px;
}


.smk_accordion .accordion_in .acc_head:hover,
.smk_accordion .accordion_in.acc_active > .acc_head{
    background-color: #b10564f7;
}





/* #Counter
================================================== */

.counter-wrap{ 
    position:relative;
    width:100%;
} 

.counter-wrap h6{
    text-align:center;
    color:#fff;
} 
.counter-wrap p{
    text-align:center;
    font-size:50px;
    line-height:50px;
    padding-bottom:12px;
}
.counter-wrap.freelance-num h6{
    text-align:center;
    color:#fff;
    padding-top:40px;
    padding-bottom:40px;
    letter-spacing:2px;
    font-weight:400;
}
.counter-wrap.freelance-num p{
       position: absolute;
    font-family: 'Poppins', sans-serif;
    top: 50%;
    margin-top: -40px;
    height: 110px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 110px;
    line-height: 110px;
    padding-bottom: 0;
    font-weight: bold;
    opacity: 0.4;   
}
.counter-wrap.small p{
    font-size:35px;
    line-height:35px;
    padding-bottom:8px;
}

.counter-container {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping of items */
    justify-content: space-between; /* Space between cards */
}

.counter-card {
    flex: 1 1 25%; /* Default width: 25% for large screens */
    box-sizing: border-box; /* Includes padding and border in size */
    padding: 10px; /* Add some space between cards */
}

@media screen and (max-width: 767px) { /* Medium screens (e.g., tablets) */
    .counter-card {
        flex: 1 1 50%; /* Each card takes 50% width */
    }
}

@media screen and (max-width: 768px) { /* Small screens (e.g., mobile) */
    .counter-card {
        flex: 1 1 100%; /* Each card takes full width */
    }
}

/* #Sep 2
================================================== */

.parallax-2 {
    background: url('../assets/images/corpo.png') repeat fixed;
    background-size: cover;
    position: absolute;
    top: 0; 
    left: 0; 
    right: 0;

    opacity: 0.3;
    bottom: 0;
    z-index: 1;
    width:100%;  
}
@media only screen and (min-width: 1930px) { .parallax-2 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
    .parallax-2 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
    .parallax-2 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}



/* #Sep
================================================== */

.parallax-1 {
    background: url('../assets/images/1.jpg') repeat fixed;
    background-size: cover;
    position: absolute;
    top: 0; 
    left: 0; 
    right: 0;
    bottom: 0;
    z-index: 1;
    width:100%;  
}
@media only screen and (min-width: 1930px) { .parallax-1 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
    .parallax-1 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
    .parallax-1 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

.dark-over-sep{ 
    position:absolute;
    background:#212121;
    opacity:.5;
    width:100%;
    height:100%;
    overflow:hidden;
    z-index:2;
    top:0;
    left:0;
} 
     







.main .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
	padding: 2rem 1rem;
    margin: 0 auto;
    max-width: 68rem;
    width: 100%;
}

.main .card {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    color: #333;
    border-radius: 2px;
}

.main .card-image {
    background: #fff;
    display: block;
    padding-top: 70%;
    padding-top: 56%;
    position: relative;
    width: 100%;
}

.main .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit: contain;
}

@media only screen and (max-width: 600px) {
    .main .container {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
}









/* ++++++++++ */


