/*
 * CodexUnicTheme Addons All Custom Css this file
 * 
 * #-Transition
 * #-Vedio Button
 * #-Hero Section
 * #-Section Title
 * #-Service Card
 * #-About Us
 * #-Counter
 * #-Why Choose Us
 * #-Portfolio
 * #-Banner Section
 * #-Team
 * #-Testimonial
 * #-Work In Progress
 * #-Pricing Plan
 * #-Hero Slider
 * #-Industry We Serve
 * #-Contact Us
*/
/*
 * #-Transition
*/
a,button,
.portfolio-item-single:after,
.portfolio-item-single .content,
.portfolio-item-single .content h2,
.portfolio-item-single .content strong,
.portfolio-item-single .zoom-icon,
.portfolio-cate-list-full ul li,
.services-card-item-style2,
.services-card-item-style2:after,
.services-card-item-style2 .icon,
.services-card-item-style2 .icon svg,
.services-card-item-style2 .content p,
.ct-about-us-section .content .ab-info .icon i,
.ct-about-us-section .content .ab-info .icon,
.services-card-item .content a i,
.services-card-item .content p,
.services-card-item .content h2,
.services-card-item:after,
.services-card-item,
.portfolio-slider-full .portfolio-nav i,
.portfolio-slider-full .portfolio-slider-dot .swiper-pagination-bullet.swiper-pagination-bullet-active,
.hero-slider-dot .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-bullet-active:after,
.ct-pricing-plan-section ul.nav li button::after,
.ct-pricing-plan-section ul.nav li button,
.ct-price-card,
.button-2,
.services-card-item-style3,
.services-card-item-style3 .services__shape-1,
.services-card-item-style3 .services__shape-2,
.services-card-item .icon .ic,
.services-card-item-style3 .icon .ic,
.services-card-item-style3 .icon .ic svg,
.services-card-item-style3 .content h2,
.services-card-item-style3 .content p,
.services-card-item-style3 a i,
.services-card-item-style3 a,
.ct-tab-image-left .nav.nav-tabs .nav-link .nav-item-signle,
.ct-tab-image-left .nav.nav-tabs .nav-link .nav-item-signle .number span,
.hero-nav i,
.ct-industry-item,
.ct-industry-item .icon,
.ct-industry-item .icon svg,
.ct-industry-item .icon i,
.ct-industry-item h2,
.single-input input,
.single-input select,
.single-input textarea,
.portfolio-item-single .zoom-icon a 
{
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media (min-width:1200px){
    .custom-col {
      flex: 0 0 20% !important;
      max-width: 20% !important;
    }
}
/*
 * #-Vedio Button
*/
.video-btn a {
	background: var(--white-color);
	height: 100px;
	width: 100px;
	text-align: center;
	border-radius: 50%;
	line-height: 100px;
	font-size: 30px;
	-webkit-transition: .5s -webkit-animation ripple-red 1s linear infinite;
	animation: ripple-red 1s linear infinite;
	-webkit-transition: .5s;
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	color: var(--primary-color);
}
@-webkit-keyframes ripple-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(2241, 42, 2, 0)
    }
}
@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(54, 48, 255, 0.3), 0 0 0 10px rgba(54, 48, 255, 0.3), 0 0 0 20px rgba(54, 48, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(54, 48, 255, 0.3), 0 0 0 10px rgba(54, 48, 255, 0.3), 0 0 0 20px rgba(54, 48, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(54, 48, 255, 0.3), 0 0 0 20px rgba(54, 48, 255, 0.3), 0 0 0 30px rgba(54, 48, 255, 0);
        box-shadow: 0 0 0 10px rgba(54, 48, 255, 0.3), 0 0 0 20px rgba(54, 48, 255, 0.3), 0 0 0 30px rgba(2241, 42, 2, 0)
    }
}
@-webkit-keyframes ripple-blue-18 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(54, 48, 255, 0.3), 0 0 0 6px rgba(54, 48, 255, 0.3), 0 0 0 12px rgba(54, 48, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(54, 48, 255, 0.3), 0 0 0 6px rgba(54, 48, 255, 0.3), 0 0 0 12px rgba(54, 48, 255, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 6px rgba(54, 48, 255, 0.3), 0 0 0 12px rgba(54, 48, 255, 0.3), 0 0 0 18px rgba(54, 48, 255, 0);
        box-shadow: 0 0 0 6px rgba(54, 48, 255, 0.3), 0 0 0 12px rgba(54, 48, 255, 0.3), 0 0 0 18px rgba(54, 48, 255, 0);
    }
}
.video-btn span {
	display: none;
}
/*
 * Common BG Style
*/
.ct-hero-section,
.ct-hero-section2,
.ct-hero-section3,
.ct-video-banner-image .banner-img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
/*
 * #-Hero Section
*/
.ct-hero-slider-item {
    padding-top: 230px;
    padding-bottom: 150px;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.ct-hero-slider-item:after{
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #02084280;
}
.ct-hero-section4 {
    position: relative;
    z-index: 1;
    padding-top: 100px;
}
.ct-hero-section,
.ct-hero-section2 {
    padding-top: 140px;
    padding-bottom: 80px;
}
.ct-hero-section3 {
    z-index: 1;
    position: relative;
    min-height: 100vh;
    padding-top: 140px;
    padding-bottom: 80px;
}
.ct-hero-section3 div#particles-js {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.ct-hero-section .content h4,
.ct-hero-section2 .content h4,
.ct-hero-section3 .content h4,
.ct-hero-slider-item .content h4,
.ct-hero-section4 h4 {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}
.ct-hero-section2 .content h4{
    color: var(--primary-color);
}
.ct-hero-section .content h2,
.ct-hero-section2 .content h2,
.ct-hero-section3 .content h2,
.ct-hero-slider-item .content h2,
.ct-hero-section4 h2 {
    color: var(--white-color);
    font-size: 60px;
    margin: 20px 0;
}
.ct-hero-section4 h2 span{
    position: relative;
}
.ct-hero-section4 h2 span:after{
    background-repeat: no-repeat;
    bottom: -10px;
    content: "";
    height: 20px;
    position: absolute;
    right: 0;
    width: 201px;
    z-index: -1;
}
.ct-hero-section3 .content h2 span,
.ct-hero-slider-item .content h2 span{
    color: var(--primary-color);
}
.ct-hero-section2 .content h2{
    color: var(--headding-color);
}
.ct-hero-section2 .content h2 span{
    color: var(--primary-color);
    background-image: -webkit-linear-gradient(45deg, var(--primary-color) 48%, var(--headding-color) 56%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ct-hero-section .content p,
.ct-hero-section2 .content p,
.ct-hero-section3 .content p,
.ct-hero-slider-item .content p,
.ct-hero-section4 p {
    color: var(--white-color);
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
}
.ct-hero-section2 .content p{
    color: var(--body-color);
}
.ct-hero-section .content .h-button a.button-1:first-child,
.ct-hero-section2 .content .h-button a.button-1:first-child,
.ct-hero-section3 .content .h-button a.button-1:first-child,
.ct-hero-slider-item .content .h-button a.button-1:first-child,
.ct-hero-section4 .content .h-button a.button-1:first-child {
    margin-right: 20px;
}
.ct-hero-section .content .h-button a.button-1:after,
.ct-hero-section3 .content .h-button a.button-1:after,
.ct-hero-slider-item .content .h-button a.button-1:after {
    background-color: var(--white-bg);
}
.ct-hero-section .content .h-button a.button-1:hover,
.ct-hero-section3 .content .h-button a.button-1:hover,
.ct-hero-slider-item .content .h-button a.button-1:hover{
	color: var(--primary-color);
}
.ct-hero-section .content .h-button a.button-1.style-2,
a.button-1.style-2,
.ct-hero-section3 .content .h-button a.button-1.style-2,{
	background-color: var(--white-bg);
	color: var(--primary-color);
}
.ct-hero-section2 .content .h-button a.button-1.style-2, a.button-1.style-2 {
    background-color: var(--no-change-color1);
    color: var(--white-color);
}
.ct-hero-section .content .h-button a.button-1.style-2:after,
.ct-hero-section3 .content .h-button a.button-1.style-2:after,
a.button-1.style-2:after {
    background-color: var(--primary-color);
}

.ct-hero-section .content .h-button a.button-1.style-2:hover,
.ct-hero-section3 .content .h-button a.button-1.style-2:hover,
a.button-1.style-2:hover{
	color: var(--white-color);
}
.ct-hero-section .content .h-button.vedio,
.ct-hero-section2 .content .h-button.vedio,
.ct-hero-section3 .content .h-button.vedio,
.ct-hero-slider-item .content .h-button.vedio {
    display: flex;
    align-items: center;
}
.ct-hero-section .content .h-button.vedio .video-btn,
.ct-hero-section2 .content .h-button.vedio .video-btn,
.ct-hero-section3 .content .h-button.vedio .video-btn,
.ct-hero-slider-item .content .h-button.vedio .video-btn {
    margin-left: 20px;
}
.ct-hero-section .content .h-button.vedio .video-btn a,
.ct-hero-section2 .content .h-button.vedio .video-btn a,
.ct-hero-section3 .content .h-button.vedio .video-btn a,
.ct-video-banner-image .video-btn a,
.ct-hero-slider-item .content .h-button.vedio .video-btn a {
	height: 70px;
	width: 70px;
	line-height: 100px;
	font-size: 24px;
	-webkit-transition:all .3s ease;
	transition: all .3s ease;
}
.ct-hero-section2 .content .h-button.vedio .video-btn a  {
    background: var(--primary-color);
    -webkit-transition: .5s -webkit-animation ripple-blue 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    color: var(--white-color);
}
.ct-hero-section .content .h-button.vedio .video-btn a:hover,
.ct-hero-section3 .content .h-button.vedio .video-btn a:hover,
.ct-video-banner-image .video-btn a:hover,
.ct-hero-slider-item .content .h-button.vedio .video-btn a:hover{
	color: var(--white-color);
	background: var(--primary-color);
}
.ct-hero-section2{
    position: relative;
}
.ct-hero-section4 .image {
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}
.ct-hero-section4 .image img {
    border-radius: 10px;
}
.ct-hero-section4 .image .video-btn {
    position: absolute;
    z-index: 2;
    top: calc( 50% - 33px );
    left: 0;
    right: 0;
}
.ct-hero-section4 .image .video-btn a.video-p-btn {
    width: 66px;
    height: 66px;
    font-size: 20px;
}
.ct-hero-section4 .image .video-btn a.video-p-btn:hover {
    background: var(--primary-color);
    color: var(--white-color);
}
.ct-hero-section4:after {
    background-color: var(--bs-body-bg);
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -1px;
    -webkit-clip-path: polygon(100% 81%, 0 100%, 100% 100%);
    clip-path: polygon(100% 81%, 0 100%, 100% 100%);
    content: "";
    height: 380px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}
.ct-hero-section2 .ct-shap .shap {
    position: absolute;
    z-index: -1;
}
.ct-hero-section2 .ct-shap .shap1 {
    top: 320px;
    left: 0px;
    -webkit-animation: hero-thumb-animation 2s linear infinite alternate;
    -moz-animation: hero-thumb-animation 2s linear infinite alternate;
    -o-animation: hero-thumb-animation 2s linear infinite alternate;
    animation: hero-thumb-animation 2s linear infinite alternate;
}
@media (max-width:1399px){
    .ct-hero-section2 .ct-shap .shap1 {
        left: -12px;
    }
}
.ct-hero-section2 .ct-shap .shap2 {
    top: 150px;
    left: 32%;
    -webkit-animation: hero-circle-2 4s linear infinite alternate;
    -moz-animation: hero-circle-2 4s linear infinite alternate;
    -o-animation: hero-circle-2 4s linear infinite alternate;
    animation: hero-circle-2 4s linear infinite alternate;
}
.ct-hero-section2 .ct-shap .shap3 {
    top: 220px;
    right: 100px;
    -webkit-animation: hero-triangle-1 6s linear infinite;
    -moz-animation: hero-triangle-1 6s linear infinite;
    -o-animation: hero-triangle-1 6s linear infinite;
    animation: hero-triangle-1 6s linear infinite;
}
.ct-hero-section2 .ct-shap .shap4 {
    right: 120px;
    bottom: 60px;
    -webkit-animation: hero-circle-2 4s linear 0s infinite alternate;
    -moz-animation: hero-circle-2 4s linear 0s infinite alternate;
    -o-animation: hero-circle-2 4s linear 0s infinite alternate;
    animation: hero-circle-2 4s linear 0s infinite alternate;
}
.ct-hero-section2 .ct-shap .shap5 {
    bottom: 18px;
    left: 40%;
    -webkit-animation: services-triangle 7s linear infinite alternate;
    -moz-animation: services-triangle 7s linear infinite alternate;
    -o-animation: services-triangle 7s linear infinite alternate;
    animation: services-triangle 7s linear infinite alternate;
}
@keyframes hero-triangle-1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes hero-thumb-animation {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes hero-thumb-sm-animation {
  0% {
    -webkit-transform: translateY(-20px) translateX(50px);
    -moz-transform: translateY(-20px) translateX(50px);
    -ms-transform: translateY(-20px) translateX(50px);
    transform: translateY(-20px) translateX(50px);
  }
  100% {
    -webkit-transform: translateY(-20px) translateX(0px);
    -moz-transform: translateY(-20px) translateX(0px);
    -ms-transform: translateY(-20px) translateX(0px);
    transform: translateY(-20px) translateX(0px);
  }
}
@keyframes hero-thumb-sm-2-animation {
  0% {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes services-triangle {
  0% {
    -webkit-transform: rotate(0deg) translateX(-50px);
    -moz-transform: rotate(0deg) translateX(-50px);
    -ms-transform: rotate(0deg) translateX(-50px);
    transform: rotate(0deg) translateX(-50px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(100px);
    -moz-transform: rotate(360deg) translateY(100px);
    -ms-transform: rotate(360deg) translateY(100px);
    transform: rotate(360deg) translateY(100px);
  }
}
@keyframes hero-circle-2 {
  0% {
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
  }

  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.swiper-slide-active .ct-hero-slider-item h2, 
.swiper-slide-active .ct-hero-slider-item .h-button, 
.swiper-slide-active .ct-hero-slider-item h4,
.swiper-slide-active .ct-hero-slider-item p{
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1.3s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.6s;
}
.swiper-slide-active .ct-hero-slider-item h4{
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.swiper-slide-active .ct-hero-slider-item h2 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.swiper-slide-active .ct-hero-slider-item p {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.swiper-slide-active .ct-hero-slider-item .h-button {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
.ct-hero-slider-full{
    position: relative;
}
.hero-nav i{
    position: absolute;
    top: calc(50% - 35px);
    left: 7%;
    z-index: 999;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: var(--headding-color);
    background-color: var(--white-bg);
    border-radius: 50%;
    font-size: 18px;
    box-shadow: 0px 30px 50px rgba(3, 4, 28, 0.2);
}
.hero-nav .hero-button-next i {
    right: 7%;
    left: inherit;
}
.hero-nav i:hover{
    color: var(--white-color);
    background-color: var(--primary-color);
}
@media (max-width:1620px){
    .hero-nav i{
        left: 4%;
    }
    .hero-nav .hero-button-next i {
        right: 4%;
    } 
}
@media (min-width:1400px) and (max-width:1540px){
    .hero-nav i{
        left: 0.8%;
    }
    .hero-nav .hero-button-next i {
        right: 0.8%;
    }
}
@media (min-width:1200px) and (max-width:1340px){
    .hero-nav i{
        left: 0.8%;
    }
    .hero-nav .hero-button-next i {
        right: 0.8%;
    }
}
.ct-hero-slider-full .hero-slider-dot {
    text-align: center;
    position: absolute;
    bottom: 50px !important;
    left: 0;
    right: 0;
    z-index: 9;
}
.hero-slider-dot .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #D4D4DD;
    opacity: 1;
    margin: 0 9px !important;
    position: relative;
}
.hero-slider-dot .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: var(--primary-color);
}
.hero-slider-dot .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
}
.hero-slider-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    border-color: var(--primary-color);
    transform: translate(-50%, -50%) scale(1);
}
.hero-slider-dot .swiper-pagination-bullet button {
    font-size: 0;
    border: none;
    display: none;
}
/*
 * #-Section Title
*/
.ct-section-title h4 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0px;
    display: inline-block;
    padding: 0px 80px;
    margin-bottom: 15px;
    color: var(--primary-color);
}
.ct-section-title h4:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 70px;
    height: 3px;
    background: var(--primary-color);
    top: calc( 50% - 1.5px );
    left: 0;
}
.ct-section-title h4:before {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 70px;
    height: 3px;
    background: var(--primary-color);
    top: calc( 50% - 1.5px );
    right: 0;
}
.ct-section-title.text-left h4 {
    padding-left: 0;
}
.ct-section-title.text-left h4:after{
	display: none;
}
.ct-section-title.text-right h4 {
    padding-right: 0;
}
.ct-section-title.text-right h4:before{
	display: none;
}
.ct-section-title h2 {
    font-size: 42px;
    margin-bottom: 15px;
}
.ct-section-title h2 span {
    color: var(--primary-color);
    position: relative;
    z-index: 1;
}
.ct-section-title h2 span:after{
    background-repeat: no-repeat;
    bottom: -10px;
    content: "";
    height: 20px;
    position: absolute;
    right: 0;
    width: 201px;
    z-index: -1;
}
.ct-section-title h4.style-2:before{
    display: none;
}
.ct-section-title h4.style-2 {
    border: 1px solid var(--primary-color);
    line-height: 1;
    padding: 8px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}
.ct-section-title h4.style-2:after {
    background-color: var(--primary-color);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    opacity: 0.1;
    border-radius: 20px;
}
.ct-section-title p {
    font-size: 16px;
    font-weight: 500;
}
/*
 * #-Service Card
*/
.services-card-item {
    background: var(--white-bg);
    padding: 30px 40px;
    height: 100%;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 7%);
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 7%);
    padding-top: 40px;
        border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.services-card-item:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 0%;
    background: var(--primary-bg);
    top: 0;
    left: 0;
    z-index: -1;
        border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.services-card-item:hover:after {
    height: 100%;
}
.services-card-item .icon {
    margin-bottom: 30px;
    max-width: 70px;
    width: 100%;
}
.services-card-item .icon img.img-hover,
.services-card-item-style3 .icon img.img-hover {
    display: none;
}
.services-card-item:hover .icon .im.hover img,
.services-card-item-style3:hover .icon .im.hover img {
    display: none;
}
.services-card-item:hover .icon .im.hover img.img-hover,
.services-card-item-style3:hover .icon .im.hover img.img-hover {
	display: block;
}
.services-card-item .content h2 {
    font-size: 24px;
    color: var(--headding-color);
    margin-bottom: 1rem;
}
.services-card-item:hover .content h2 {
    color: var(--white-color);
}
.services-card-item .content p {
    font-size: 16px;
    margin-bottom: 1rem;
}
.services-card-item:hover .content p {
    color: var(--white-color);
}
.services-card-item .content a i {
    font-size: 1.5rem;
    margin-left: 0.5rem;
}
.services-card-item .content a {
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
}
.services-card-item:hover .content a {
    color: var(--white-color);
}
.services-card-item .content a:hover i {
    margin-left: 1.2rem;
}
.services-card-item .icon .ic {
    color: var(--primary-color);
    font-size: 60px;
    line-height: 1;
}
.services-card-item:hover .icon .ic{
	color: var(--white-color);
}
.services-card-item-style2 {
    text-align: center;
    -webkit-box-shadow: 0 10px 60px rgba(0,0,0,.07);
    box-shadow: 0 10px 60px rgba(0,0,0,.07);
    border-top: 6px solid var(--primary-color);
    position: relative;
    z-index: 1;
    padding: 30px 25px;
    background: var(--white-bg);
    height: 100%;
}
.services-card-item-style2:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: var(--headding-color);
    z-index: -1;
}
.services-card-item-style2:hover:after {
    height: 100%;
}
.services-card-item-style2 .icon {
    margin: 0 auto 20px;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f4f5f8;
    border-radius: 50%;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--primary-color);
    color: transparent;
    font-size: 50px;
    line-height: 1;
}
.services-card-item-style2 .icon svg{
    width: 50px;
    fill: var(--primary-color);
}
.services-card-item-style2:hover .icon svg{
    fill: var(--white-color);
}
.services-card-item-style2:hover .icon{
    -webkit-text-stroke-color: var(--white-color);
    background: var(--primary-color);
}
.services-card-item-style2 .icon .im img {
    max-width: 50px;
    width: 50px;
}
.services-card-item-style2 .icon .im.hover img.img-hover{
    display: none;
}
.services-card-item-style2:hover .icon .im.hover img{
    display: none;
}
.services-card-item-style2:hover .icon .im.hover img.img-hover{
    display: block;
}
.services-card-item-style2 .content h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 1px;
    line-height: 25px;
}
.services-card-item-style2 .content h2 a{
    color: var(--headding-color);
}
.services-card-item-style2:hover .content h2 a{
    color: var(--white-color);
}
[data-bs-theme="dark"] .services-card-item-style2:hover .content h2 a {
    color: var(--no-change-color1);
}
[data-bs-theme="dark"] .services-card-item-style2 .content h2 a:hover{
    color: var(--primary-color);
}
[data-bs-theme="dark"] .services-card-item-style2:hover .content p {
    color: var(--no-change-color1);
}

.services-card-item-style2 .content h2 a:hover{
    color: var(--primary-color);
}
.services-card-item-style2 .content p{
    font-size: 15px;
    color: var(--body-color);
    line-height: 25px;
}
.services-card-item-style2:hover .content p{
    color: var(--white-color);
}
.services-card-item-style3 {
    border: 1px solid var(--ct-border-color2);
    position: relative;
    z-index: 1;
    padding: 50px 30px;
    padding-top: 50px;
    padding-right: 25px;
    z-index: 1;
    overflow: hidden;
    height: 100%;
}
.services-card-item-style3:hover{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.services-card-item-style3 .services__shape-1 {
    position: absolute;
    top: -40px;
    right: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 111;
}
.services-card-item-style3 .services__shape-2 {
    position: absolute;
    top: 0;
    right: -30px;
    visibility: hidden;
    opacity: 0;
    z-index: 11;
}
.services-card-item-style3:hover .services__shape-1 {
    top: 0;
    visibility: visible;
    opacity: 1;
}
.services-card-item-style3:hover .services__shape-2{
    right: 0;
    visibility: visible;
    opacity: 1;
}
.services-card-item-style3 .icon {
    margin-bottom: 25px;
}
.services-card-item-style3 .icon .ic {
    font-size: 45px;
    color: var(--primary-color);
    line-height: 1.1;
}
.services-card-item-style3:hover .icon .ic{
    color: var(--white-color);
}
.services-card-item-style3 .icon .ic svg {
    width: 45px;
    fill: var(--primary-color);
}
.services-card-item-style3:hover .icon .ic svg {
    fill: var(--white-color);
}
.services-card-item-style3 .content h2 {
    font-size: 22px;
    margin-bottom: 1rem;
}
.services-card-item-style3 .content p {
    margin-bottom: 20px;
    font-size: 16px;
}
.services-card-item-style3:hover .content h2,
.services-card-item-style3:hover .content p{
    color: var(--white-color);
}
.services-card-item-style3 a {
    border: 1px solid var(--ct-border-color2);
    padding: 8px 22px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--headding-color);
    padding-right: 40px;
    position: relative;
    line-height: 25px;
}
.services-card-item-style3 a i {
    position: absolute;
    top: 13px;
    right: 23px;
}
.services-card-item-style3:hover a{
    color: var(--white-color);
}
.services-card-item-style3 a:hover {
    color: var(--headding-color);
    transform: scale(1.1);
    background: var(--white-bg);
    border: 1px solid var(--white-bg);
}
/*.services-card-item-style3 a:hover i{
    transform: scale(1.2);
    right: 10px;
}*/

/*
 * #-About Us
*/

@media (min-width:992px){
	.ct-about-us-section .content {
	    padding-left: 30px;
	}
	.pl-30-992{
		padding-left: 30px;
	}
	.pl-20-992{
		padding-left: 20px;
	}
    .ml-30-992{
        margin-left: 30px;
    }
    .mr-30-992{
        margin-right: 30px;
    }
}
.ct-about-us-section .content p.text {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}
.ct-about-us-section .content .ab-info .icon {
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    float: left;
    margin-right: 15px;
    background: #3630ff30;
    font-size: 22px;
    color: var(--primary-color);
    border-radius: 5px;
}
.ct-about-us-section .content .ab-info .info {
    overflow: hidden;
}
.ct-about-us-section .content .ab-info .info h4 {
    font-size: 20px;
    margin-bottom: 4px;
}
.ct-about-us-section .content .ab-info .info p {
    font-size: 16px;
    margin-top: 2px;
    display: inline-block;
}
.ct-about-us-section .content .ab-info:hover .icon {
    background: var(--primary-color);
    color: var(--white-color);
}
.ct-about-us-section .content .ab-info .icon i {
    transform: rotate(0);
}
.ct-about-us-section .content .ab-info:hover .icon i {
    transform: rotate(360deg);
}
.ct-about-us-image img {
    border-radius: 6px !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.ct-about-us-image .ab-im-content {
    background: var(--white-bg);
    padding: 25px 25px 25px 20px;
    border-left: 10px solid var(--primary-color);
    box-shadow: 0 2px 40px 0 rgba(21,24,32,.06);
    margin-left: -100px;
    margin-top: 40px;
    overflow: hidden;
}
.ct-about-us-image .ab-im-content .icon {
    float: left;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: transparent;
    font-size: 20px;
    background: #f4f5f8;
    border-radius: 50%;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--primary-color);
}
.ct-about-us-image .ab-im-content .con {
    overflow: hidden;
}
.ct-about-us-image .ab-im-content .con strong {
    display: block;
    font-size: 14px;
    margin-top: 2px;
    font-weight: 400;
    margin-bottom: 5px;
}
.ct-about-us-image .ab-im-content .con a {
    color: var(--headding-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}
.ct-about-us-section2 .content p.text {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}
.ct-about-us-section2 .ct-section-title h2 span {
    font-weight: 500;
}
.ct-about-us-section2 .content .ab-list ul li {
    line-height: 32px;
    color: var(--headding-color);
    font-weight: 500;
}
.ct-about-us-section2 .content .ab-list ul li i{
    color: var(--primary-color);
    margin-right: 4px;
}
/*
 * #-Counter
*/
.ct-counter-section .row .mp-0 {
    margin: 0;
    padding: 0;
}
.ct-counter-section .ct-cs-full {
    margin-top: -50px;
}
.ct-counter-section .ct-cs-full .counter-item {
    background: var(--white-bg);
    border: 1px solid var(--ct-border-color2);
    border-right: 0px;
    padding: 35px 30px;
    display: flex;
    align-items: center;
    height: 100%;
}
.ct-counter-section .ct-cs-full .mp-0:last-child .counter-item {
    border-right: 1px solid var(--ct-border-color2);
}
.ct-counter-section .ct-cs-full .counter-item .icon {
    margin-right: 20px;
    background: var(--white-bg);
    box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.08);
    border-radius: 4px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ct-counter-section .ct-cs-full .counter-item .icon img{
	-webkit-transition:all .6s ease;
	transition: all .6s ease;
	transform: rotate(0deg);
}
.ct-counter-section .ct-cs-full .counter-item:hover .icon img{
	transform: rotate(360deg);
}
.ct-counter-section .ct-cs-full .counter-item h2 {
    font-size: 35px;
    font-weight: 700;
    color: var(--primary-color);
    display: flex;
    align-items: center;
}
.ct-counter-section .ct-cs-full .counter-item p {
    color: var(--headding-color);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
}
.ct-counter-section .ct-cs-full .counter-item h2 small {
    font-weight: 500;
    line-height: 18px;
    display: inline-block;
    font-size: 26px;
    margin-left: 2px;
}
/*
 * #-Why Choose Us
*/
.ct-why-choose-us-section .content p.text {
    font-size: 16px;
    margin-bottom: 30px;
}
.ct-why-choose-us-section .why-lists .ab-info {
    margin-bottom: 30px;
    display: flex;
    position: relative;
    padding-left: 40px;
    align-items: center;
}
.ct-why-choose-us-section .why-lists .ab-info:last-child{
	margin-bottom: 0px;
}
.ct-why-choose-us-section .why-lists .ab-info .icon {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
    font-size: 50px;
    color: var(--primary-color);
}
.ct-why-choose-us-section .why-lists .ab-info .info h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 8px;
}
.ct-why-choose-us-section .why-lists .ab-info .info p {
    font-size: 16px;
    line-height: 26px;
}
.ct-why-choose-us-section .why-lists .ab-info:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    height: 3px;
    width: 30px;
    background: var(--primary-color);
    left: 0;
    top: calc( 50% - 1.5px );
}
.ct-why-choose-us-section .why-lists {
	position: relative;
}
.ct-why-choose-us-section .why-lists .ab-info:before {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    height: calc( 100% + 30px );
    width: 3px;
    background: var(--primary-color);
    left: 0;
    top: 0px;
}
.ct-why-choose-us-section .why-lists .ab-info:first-child:before {
    height: calc( 100% + 10px );
    top: 50%;
}
.ct-why-choose-us-section .why-lists .ab-info:last-child:before {
    height: 50%;
    bottom: 50%;
}
.progress-bar {
  position: relative;
  overflow: visible;
  animation: animate 3s ease 0s 1 normal;    
  opacity: 1;
}
@keyframes animate{
	0%{
		width: 0%;
	}
}
.skill-list .single-skill-item {
    margin-bottom: 20px;
}
.skill-list .single-skill-item:last-child{
	margin-bottom: 0;
}
.skill-list .single-skill-item p {
    font-size: 15px;
    font-weight: 400;
    color: var(--headding-color);
    margin-bottom: 4px;
    letter-spacing: 1px;
}
.skill-list .single-skill-item p b {
    float: right;
    font-weight: 700;
}
.skill-list .single-skill-item .progress {
    height: 7px;
    line-height: 7px;
    border-radius: 0px;
    background: #000;
}
.skill-list .single-skill-item .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .25) 50%, rgba(255, 255, 255, .25) 75%, transparent 75%, transparent);
}
/*
 * #-Portfolio
*/
.portfolio-item-single {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
}
.portfolio-item-single:after {
    position: absolute;
    content: "";
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    background-color: var(--white-color);
    border-radius: 10px;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateY(20deg);
    -moz-transform: perspective(600px) rotateY(20deg);
    -ms-transform: perspective(600px) rotateY(20deg);
    -o-transform: perspective(600px) rotateY(20deg);
    transform: perspective(600px) rotateY(20deg);
}
.portfolio-item-single:hover:after {
    visibility: visible;
    opacity: 0.95;
    -webkit-transform: perspective(600px) rotateY(0deg);
    -moz-transform: perspective(600px) rotateY(0deg);
    -ms-transform: perspective(600px) rotateY(0deg);
    -o-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
}
.portfolio-item-single .content {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    z-index: 1;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.portfolio-item-single .content h2 {
    font-family: var(--tp-ff-space);
    font-size: 28px;
    letter-spacing: -0.04em;
    margin-bottom: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    visibility: hidden;
    opacity: 0;
}
.portfolio-item-single:hover .content h2 {
    transition-delay: 0.2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}
.portfolio-item-single .content strong {
    visibility: hidden;
    opacity: 0;
    transition-delay: 0s;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
}
.portfolio-item-single:hover .content strong {
    bottom: 15px;
    visibility: visible;
    opacity: 1;
    transition-delay: 0.3s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}
.portfolio-item-single .zoom-icon {
    position: absolute;
    top: 35px;
    right: 35px;
    transform: scale(0);
    z-index: 9;
}
.portfolio-item-single:hover .zoom-icon{
    transform: scale(1);
}
.portfolio-item-single .zoom-icon a {
    height: 45px;
    width: 45px;
    text-align: center;
    border: 2px solid rgba(3, 4, 28, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--no-change-color1);
    font-size: 16px;
    border-radius: 50%;
    transform: scale(0);
}
.portfolio-item-single:hover .zoom-icon a{
    transform: scale(1);
}
.portfolio-item-single .zoom-icon a:hover{
    color: var(--white-color);
    background: var(--primary-color);
    border-color: var(--primary-color);
}
.portfolio-item-single .content h2 a {
    font-size: 26px;
    color: var(--no-change-color1);
}
.portfolio-item-single .content h2 a:hover{
    color: var(--primary-color);
}
.portfolio-cate-list-full ul li {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    color: var(--headding-color);
    padding: 0px 13px;
}
/*.portfolio-cate-list-full ul li:first-child {
    padding-left: 0;
}*/
.portfolio-cate-list-full ul li.mixitup-control-active {
    color: var(--primary-color);
    position: relative;
}
.portfolio-cate-list-full ul li:last-child {
    padding-right: 0;
}
.portfolio-cate-list-full ul li.mixitup-control-active:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background: var(--primary-color);
    top: calc( 50% - 3px );
    left: 3px;
    border-radius: 50%;
}
.portfolio-cate-list-full ul li:hover {
    color: var(--primary-color);
}
.portfolio-slider-full .portfolio-nav i {
    position: absolute;
    top: calc( 50% - 35px );
    left: 15%;
    z-index: 999;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: var(--no-change-color1);
    background-color: var(--white-color);
    border-radius: 50%;
    font-size: 18px;
    box-shadow: 0px 30px 50px rgba(3, 4, 28, 0.2);
}
.portfolio-slider-full .portfolio-nav .portfolio-button-next i{
    right: 15%;
    left: inherit;
}
.portfolio-slider-full .portfolio-nav i:hover{
    background-color: var(--primary-color);
    color: var(--white-color);
}
@media (max-width:1399px){
    .portfolio-slider-full .portfolio-nav i{
        left: 7%;
    }
    .portfolio-slider-full .portfolio-nav .portfolio-button-next i{
        right: 7%;
    }
}
.portfolio-slider-full .portfolio-slider-dot {
    text-align: center;
    margin-top: 40px;
}
.portfolio-slider-dot .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #D4D4DD;
    opacity: 1;
    margin: 0 9px !important;
    position: relative;
}
.portfolio-slider-dot .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: var(--primary-color);
}
.portfolio-slider-dot .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
}
.portfolio-slider-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    border-color: var(--primary-color);
    transform: translate(-50%, -50%) scale(1);
}
.portfolio-slider-dot .swiper-pagination-bullet button {
    font-size: 0;
    border: none;
    display: none;
}
/* 
 * #-Banner Section
*/
.banner-section-1 {
    padding: 150px 0px;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.banner-section-1:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: var(--secondary-color);
    top: 0;
    left: 0;
    opacity: .7;
}
.banner-section-1 .content {
    max-width: 700px;
    margin: 0 auto;
}
.banner-section-1 .content .ct-section-title h4 {
    color: var(--white-color);
}
.banner-section-1 .content .ct-section-title  h2 {
    color: var(--white-color);
    font-size: 55px;
}
.banner-section-1 .content .ct-section-title {
    margin-bottom: 30px;
}
/* 
 * Banner 2
*/
.home-banner2-sec {
    border-radius: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 40px;
}
.home-banner2-sec h2 {
    font-size: 42px;
    color: var(--white-color);
    letter-spacing: 1px;
}
/* 
 * #-Team 
*/
.team-card-single {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    transition: all .3s ease;
}
.team-card-single:hover {
    transform: translateY(-8px);
}
.team-card-single .social {
    position: absolute;
    background: var(--primary-color);
    width: 40px;
    border-radius: 20px;
    padding: 12px 0px;
    bottom: 50px;
    right: 15px;
    text-align: center;
    transform: scaleY(0);
    transition: all .4s ease;
    transform-origin: bottom;
}
.team-card-single:hover .social {
    transform: scaleY(1);
}
.team-card-single img {
    transition: all .6s ease;
}
.team-card-single:hover img {
    transform: scale(1.2);
}
.team-card-single .social span {
    display: inline-block;
    width: 100%;
    margin: 6px 0px;
}
.team-card-single .social span a {
    color: var(--white-color);
    font-size: 14px;
}
.team-card-single .social span a svg {
    width: 14px;
    fill: var(--white-color);
}
.team-card-single .content {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 15px;
    width: calc( 100% - 72px );
}
.team-card-single .content h4 {
    background: var(--primary-color);
    color: var(--white-color);
    font-size: 16px;
    font-weight: 600;
    padding: 8px 15px;
    line-height: 20px;
    border-radius: 3px;
    display: inline-block;
}
.team-card-single .content p {
    background: var(--primary-color);
    display: inline-block;
    margin-bottom: 5px;
    padding: 2px 16px;
    color: var(--white-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
/*
 * #-Testimonial
*/
.testimonial-card {
    background: var(--white-bg);
    padding: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.testimonial-card .rating-a {
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
}
.testimonial-card .rating-a .quote {
    line-height: 1;
    font-size: 45px;
    margin-right: 5px;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: var(--headding-color);
    color: transparent;
    transform: translateY(5px);
}
.testimonial-card .rating-a  .rating i {
    font-size: 18px;
    color: #ff8a43;
}
.testimonial-card .content {
    margin-bottom: 20px;
}
.testimonial-card .content p {
    font-size: 16px;
    font-style: italic;
}
.testimonial-card .t-btm {
    overflow: hidden;
}
.testimonial-card .t-btm .thum {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 20px;
}
.testimonial-card .t-btm .thum img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.testimonial-card .t-btm .r-name {
    overflow: hidden;
}
.testimonial-card .t-btm .r-name h4 {
    font-size: 16px;
    margin-top: 4px;
    padding-bottom: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}
.top-slider-tes .swiper-slide{
    width: 320px;
}
/*
 * #-Work In Progress
*/
.ct-workin-progress{
    position: relative;
}
.ct-workin-progress .process-line {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    text-align: center;
}
.work-in-progress-card {
    position: relative;
    box-shadow: 0px 10px 15px rgb(8 14 28 / 1%);
    border-radius: 5px;
    background-color: var(--white-bg);
    text-align: center;
    padding: 30px 20px;
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}
.work-in-progress-card .card-num{
    height: 60px;
    width: 60px;
    line-height: 60px;
    background-color: var(--primary-color);
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: -30px;
    left: -30px;
    z-index: 2;
    font-size: 36px;
    font-weight: 700;
    color: var(--white-color);
    -webkit-transition: .5s -webkit-animation ripple-blue-18 1s linear infinite;
    animation: ripple-blue-18 1s linear infinite;
}
.work-in-progress-card .icon {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 1;
    color: var(--primary-color);
}
.work-in-progress-card .icon svg {
    width: 40px;
    fill: var(--primary-color);
}
.work-in-progress-card .content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
@-webkit-keyframes ripple-white-18 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(54, 48, 255, 0.3), 0 0 0 6px rgba(54, 48, 255, 0.3), 0 0 0 12px rgba(54, 48, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(54, 48, 255, 0.3), 0 0 0 6px rgba(54, 48, 255, 0.3), 0 0 0 12px rgba(54, 48, 255, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 6px rgba(54, 48, 255, 0.3), 0 0 0 12px rgba(54, 48, 255, 0.3), 0 0 0 18px rgba(54, 48, 255, 0);
        box-shadow: 0 0 0 6px rgba(54, 48, 255, 0.3), 0 0 0 12px rgba(54, 48, 255, 0.3), 0 0 0 18px rgba(54, 48, 255, 0);
    }
}
@-webkit-keyframes ripple-white-18 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 6px rgba(255, 255, 255, 0.3), 0 0 0 12px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 6px rgba(255, 255, 255, 0.3), 0 0 0 12px rgba(255, 255, 255, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.3), 0 0 0 12px rgba(255, 255, 255, 0.3), 0 0 0 18px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.3), 0 0 0 12px rgba(255, 255, 255, 0.3), 0 0 0 18px rgba(255, 255, 255, 0);
    }
}
/*
 * #-Pricing Plan
*/
.tab-pane.fade.show {
    transform: translateY(0rem);
}
.tab-pane.fade {
    transition: all 0.3s ease-out;
    transform: translateY(1rem);
}
.ct-pricing-plan-section p.save-txt {
    color: var(--headding-color);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}
.ct-pricing-plan-section ul.nav {
    border-bottom: none;
    display: inline-block;
}
.ct-pricing-plan-section ul.nav li.nav-item{
    display: inline-block;
}
.ct-pricing-plan-section ul.nav li.nav-item button {
    text-transform: capitalize;
    padding: 5px 30px;
    position: relative;
    color: var(--headding-color);
    background: transparent;
    border: none;
    font-size: 18px;
    width: auto;
    border: none !important;
    font-family: var(--headding-font);
    font-weight: 500;
}
.ct-pricing-plan-section ul.nav li:first-child button {
    padding-left: 0 !important;
}
.ct-pricing-plan-section ul.nav li:nth-child(2) button {
    padding-right: 0px;
}
.ct-pricing-plan-section ul.nav li button::before {
    position: absolute;
    content: "";
    width: 47px;
    height: 25px;
    background: var(--white-bg);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    right: -27px;
    top: 68%;
    margin-top: -20px;
    border: 1px solid var(--primary-color) !important;
    z-index: 1;
}
.ct-pricing-plan-section ul.nav li button::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: var(--primary-color);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-top: -15px;
    z-index: 1;
    top: 66.5%;
    right: -22px;
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    animation-duration: .3s;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
}
.ct-pricing-plan-section ul.nav li:nth-child(even) button{
    text-align:right
}
.ct-pricing-plan-section ul.nav li:nth-child(even) button::before{
    left:-27px;
    right:auto
}
.ct-pricing-plan-section ul.nav li:nth-child(even) button::after{
    right:auto;
    left:-22px;
    animation-name:fadeInRight;
    -webkit-animation-name:fadeInRight;
    -moz-animation-name:fadeInRight;
    animation-duration:.3s;
    -webkit-animation-duration:.3s;
    -moz-animation-duration:.3s
}
.ct-pricing-plan-section ul.nav li button.active::after, 
.ct-pricing-plan-section ul.nav li button.active::before{
    display:none;
    z-index:-9
}
.ct-pricing-plan-section ul.nav li button.active {
    color: var(--primary-color);
    font-weight: 600;
}
.ct-price-card {
    height: 100%;
    border: 1px solid var(--ct-border-color2);
    position: relative;
    padding: 30px;
}
.ct-price-card h4 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.ct-price-card .price {
    margin-bottom: 15px;
}
.ct-price-card .price h2 {
    font-weight: 600;
    font-size: 40px;
}
.ct-price-card .price h2 sub {
    font-size: 16px;
    line-height: 1;
}
.ct-price-card .s-content p {
    margin-bottom: 15px;
    font-weight: 600;
    color: var(--headding-color);
}
.ct-price-card .badge-text {
    position: absolute;
    top: 20px;
    z-index: 1;
    right: -12px;
    background: var(--no-change-color1);
    padding: 6px 16px;
    display: inline-block;
    box-sizing: border-box;
    padding-left: 32px;
    clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 0 100%, 18% 51%, 0 0);
}
.ct-price-card .badge-text p {
    color: var(--white-color);
    line-height: 1;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.ct-price-card .p-con ul li {
    display: inline-block;
    width: 100%;
    line-height: 30px;
    font-size: 15px;
    font-weight: 400;
    padding: 5px 0px;
}
.ct-price-card .p-con ul li i {
    color: var(--headding-color);
    padding-right: 3px;
}
.ct-price-card .p-con ul li.no i {
    color: #ff8b8b;
}
.ct-price-card .p-con ul li.no {
    opacity: .8;
}
.ct-price-card  .p-button {
    margin-top: 20px;
}
.button-2 {
    background: var(--white-bg);
    padding: 16px 30px 16px;
    border: 2px solid var(--ct-border-color2);
    font-weight: 600;
    font-size: 16px;
    color: var(--headding-color);
    display: inline-flex;
    align-items: center;
    line-height: 25px;
}
.button-2 i{
    padding-left: 8px;
}
.button-2:hover{
    background: var(--primary-color);
    color: var(--white-color);
    border-color: var(--primary-color);
}
.ct-price-card .button-2{
    padding: 10px 30px 10px;
}
.ct-price-card.active {
    border-color: var(--headding-color);
}
.ct-client-logo-slider .swiper-slide {
    width: 200px;
    padding: 0px 45px;
}
.ct-client-logo-sec .ct-l-text p {
    color: var(--headding-color);
    font-weight: 500;
    font-size: 18px;
    font-family: var(--headding-font);
}
.ct-client-logo-sec .ct-l-text p span{
    color: var(--primary-color);
    font-weight: 600;
}
/*
 * Nav Tab Image Section
*/
.ct-tab-image-left .nav.nav-tabs {
    border: none !important;
}
.ct-tab-image-left .nav.nav-tabs .nav-link {
    border: none !important;
    width: 100%;
    margin-right: 20px;
    background-color: transparent !important;
}
@media (min-width:992px){
    .ct-tab-image-left .nav.nav-tabs .nav-link {
        margin-right: 20px;
    }
}
.ct-tab-image-left .nav.nav-tabs .nav-link .nav-item-signle{
    margin-bottom: 15px;
    border: 1px solid var(--ct-border-color2);
    border-radius: 5px;
    padding: 20px;
    display: flex;
    cursor: pointer;
}
.ct-tab-image-left .nav.nav-tabs .nav-link:last-child .nav-item-signle{
    margin-bottom: 0;
}
.ct-tab-image-left .nav.nav-tabs .nav-link.active .nav-item-signle{
    -webkit-box-shadow: 0px 10px 50px rgba(11, 23, 40, 0.1);
    box-shadow: 0px 10px 50px rgba(11, 23, 40, 0.1);
    border-color: var(--primary-color);
    background-color: var(--white-bg);
}
.ct-tab-image-left .nav.nav-tabs .nav-link .nav-item-signle .number span {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--ct-border-color2);
    font-size: 18px;
    border-radius: 50%;
    color: var(--body-color);
}
.ct-tab-image-left .nav.nav-tabs .nav-link.active .nav-item-signle .number span{
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.ct-tab-image-left .nav.nav-tabs .nav-link .nav-item-signle .content h4 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}
.ct-video-banner-image .banner-img{
    position: relative;
    z-index: 1;
}
.ct-video-banner-image .banner-img:after{
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
/*
 * #-Industry We Serve
*/
.ct-industry-item {
    padding: 1.5rem;
    background: var(--white-bg);
    border-radius: 5px;
    text-align: center;
}
.ct-industry-item:hover{
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 7%);
}
.ct-industry-item .icon {
    width: 65px;
    height: 65px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 1.5rem;
    border: 1px solid var(--ct-border-color);
    box-sizing: border-box;
    border-radius: 50%;
}
.ct-industry-item:hover .icon{
    border-color: var(--primary-color);
}
.ct-industry-item .icon svg {
    width: 28px;
    fill: var(--body-color);
}
.ct-industry-item:hover .icon svg{
    fill: var(--primary-color);
}
.ct-industry-item .icon i {
    color: var(--body-color);
    font-size: 28px;
    line-height: 1.1;
}
.ct-industry-item:hover .icon i{
    color: var(--primary-color);
}
.ct-industry-item .icon .im img {
    width: 28px;
}
.ct-industry-item .icon .im.hover img.img-hover {
    display: none;
}
.ct-industry-item:hover .icon .im.hover img{
    display: none;
}
.ct-industry-item:hover .icon .im.hover img.img-hover {
    display: block;
}
.ct-industry-item h2 {
    font-size: 1.05rem;
    font-weight: 600;
}
.ct-industry-item:hover h2{
    color: var(--primary-color);
}
/*
 * #-Contact Us
*/
.ct-contact-list .item-cf {
    margin-bottom: 30px;
    overflow: hidden;
    background: var(--section-bg);
    border-radius: 5px;
    padding: 30px;
    display: flex;
}
.ct-contact-list .item-cf:last-child{
    margin-bottom: 0px;
}
.ct-contact-list .item-cf .icon {
    width: 75px;
    height: 75px;
    background: var(--white-bg);
    margin-right: 16px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 27px;
    color: var(--primary-color);
}
.ct-contact-list .item-cf .icon svg {
    width: 30px;
    fill: var(--primary-color);
}
.ct-contact-list .item-cf h4 {
    font-size: 20px;
    margin-bottom: 8px;
}
.ct-contact-from {
    background: var(--section-bg);
    border-radius: 5px;
    padding: 30px;
}
.ct-contact-from h2 {
    font-size: 30px;
    margin-bottom: 30px;
}
.single-input label {
    display: block;
    margin-bottom: 2px;
    font-size: 15px;
    font-weight: 500;
    color: var(--headding-color);
}
.single-input input,
.single-input select,
.single-input textarea {
    width: 100%;
    border: 1px solid var(--section-bg);
    padding: 13px 18px;
    outline: none;
}
.single-input textarea{
    height: 120px;
}
.single-input input:focus,
.single-input select:focus,
.single-input textarea:focus {
    border-color: var(--primary-color);
}
.single-input input[type='submit'] {
    width: auto;
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
    font-weight: 500;
    letter-spacing: 1px;
    padding: 13px 30px;
    color: var(--white-color);
    outline: none;
}
.single-input input[type='submit']:hover{
    color: var(--white-color);
    background: var(--headding-color);
    border-color: var(--headding-color);
}
.single-input br {
    display: none;
}
.ct-client-logo-section .ct-l-text p {
    color: var(--headding-color);
    font-weight: 500;
    font-size: 18px;
    font-family: var(--headding-font);
}
.ct-client-logo-section .ct-l-text p span{
    color: var(--primary-color);
}
.ct-client-logo-section .single-logo-item2 {
    border-radius: 4px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-contact-section {
    max-width: 600px;
    margin: 0 auto;
    background: #dbdbf5;
    border-radius: 5px;
    padding: 35px 30px;
    position: relative;
    padding-left: 35px;
}
.services-contact-section .icon {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--white-bg);
    font-size: 28px;
    color: var(--primary-color);
    border-radius: 50%;
    box-shadow: 0px 0px 4px 0px #cccccc63;
    position: absolute;
    top: -35px;
    left: -35px;
}
.services-contact-section p {
    font-size: 16px;
    font-weight: 600;
    color: var(--headding-color);
}
.services-contact-section a.button-2 {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: var(--white-color);
    border-radius: 5px;
    padding: 10px 28px;
}
.services-contact-section .text-md-right {
    text-align: right;
}
.services-contact-section a.button-2:hover{
    color: var(--headding-color);
    background: transparent;
}
.services-details-list {
    background: var(--section-bg);
    border-radius: 4px;
    padding: 30px 30px;
}
.services-details-list h3 {
    font-size: 24px;
    margin-bottom: 15px;
}
.services-details-list ul li {
    display: inline-block;
    width: 100%;
    line-height: 30px;
    margin: 6px 0px;
}
.services-details-list ul li a {
    display: inline-block;
    width: 100%;
    background: var(--white-bg);
    padding: 7px 20px;
    line-height: 28px;
    font-weight: 600;
    font-size: 14px;
    padding-top: 10px;
    color: var(--headding-color);
}
.services-details-list ul li a:hover {
    color: var(--white-color);
    background: var(--primary-color);
}
.services-details-list ul li.yes a {
    color: var(--white-color);
    background: var(--primary-color);
}
.services-details-ct-banner{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
    padding: 45px 30px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
}
.services-details-ct-banner:after{
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.services-details-ct-banner .icon {
    height: 60px;
    width: 60px;
    line-height: 30px;
    background-color: var(--white-color);
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-color);
    -webkit-transition: .5s -webkit-animation ripple-white-18 1s linear infinite;
    animation: ripple-white-18 1s linear infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 25px;
}
.services-details-ct-banner h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 22px;
    color: var(--white-color);
}
.services-details-ct-banner h5 {
    color: var(--white-color);
    font-size: 18px;
}
/*
 * Faq
*/
.accordion-item {
    border: 1px solid var(--ct-border-color2) !important;
    border-bottom: none !important;
    background-color: transparent !important;
}
.accordion-item:last-child{
    border-bottom: 1px solid var(--ct-border-color2) !important;
}
.accordion-item .accordion-header {
    line-height: 1;
    margin: 0;
    padding: 0;
}
.accordion-item .accordion-header a {
    font-size: 16px;
    width: 100%;
    display: inline-block;
    color: var(--headding-color);
    padding: 20px 20px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
}
.accordion-item .accordion-header a::after {
    content: "-";
    clear: both;
    overflow: hidden;
    position: absolute;
    top: 14px;
    right: 10px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary-color);
    color: var(--white-color);
    font-size: 20px;
    height: 30px;
}
.accordion-item .accordion-header a.collapsed::after{
    content: "+";
}
.accordion-item .accordion-body {
    border: none;
    padding: 15px 20px;
    border-top: 1px solid var(--ct-border-color2);
}
.accordion-item .accordion-collapse {
    border: none;
}
.accordion-item .accordion-body p {
    line-height: 30px;
    color: var(--body-color);
}
h2.accordion-header {
    padding: 0 !important;
    margin: 0 !important;
}
.accordion-item .accordion-header a:hover{
    color: var(--primary-color);
}


[data-bs-theme="dark"] .ct-counter-section .ct-cs-full .counter-item .icon {
    box-shadow: 0px 0px 28px 0px rgb(201 201 201 / 9%);
}
    
[data-bs-theme="dark"] .services-contact-section {
    background: #06061a;
}
