/*
 Theme Name:   Corpox Child Theme
 Theme URI:    https://themeforest.net/item/corpox-multipurpose-business-wordpress-theme/
 Description:  Child theme for Corpox theme
 Author:       Marketify
 Author URI:   http://themeforest.net/user/marketify
 Template:     corpox
 Version:      1.0
 License: 	   Located in 'licensing' folder
 License URI:  license.txt
 Tags:         custom-header, custom-background, threaded-comments, custom-menu, featured-images, full-width-template, theme-options, translation-ready
 Text Domain:  corpox-child
*/


.tmp-video-section-start-one {
	width: 100% !important;
	overflow: hidden !important;
}
.fn__logo a img {
    max-width: 200px !important;
}


.right-sidebar .tmp-section-gap {
    padding: 10px 0 50px 0  !important;
}
.header-default .fn__logo a img {
    max-height: 50px !important;
}
.contact-box-animation h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.header-default.header-transparent.header-one {
	background: #fff !important;
}
.portfolio-3 .tmp-card {
	min-height: 300px;
}
.contact-form-1 .form-group  input[type=checkbox],
.contact-form-1 .form-group  input[type=radio] {
    opacity: 1 !important;
    width: 15px;
    height: 15px;
    position: relative;
    top: 1px;
}

.active-light-mode header.logo-white-show.default-nav-white .mainmenu-nav .mainmenu > li > a {
    color: #222 !important;
}

.industries-box {
	min-height: 170px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.active-light-mode .brand-carousel-activation-ai li a {
	background-color: white !important;
}
.contact-form-1 .form-group input {
	color: #24338a !important;
}
.contact-form-1 .form-group input {
	color: white !important;
}
.tmp-portfolio-details-bento-image-area .col-lg-12 {
	display: flex;
	justify-content: center;
}
.single-project-area-bottom-content img,
.tmp-portfolio-details-bento-image-area img {
	max-width: 200px;
	width: 100%;
}
.tmp-card.portfolio .inner .thumbnail .card-image img {
    aspect-ratio: 4 / 3;
    object-fit: contain !important;
	max-height: 120px;
}

p,
.timeline-style-two 
.tmp-timeline-single .description,
.justify-content,
.service.service__style--1 p {
	text-align: justify;
}

.portfolio-items .tmp-card .title, 
.assignment-wrapper .tmp-card .title {
	text-align: center;
}
.portfolio-items .tmp-card .tmp-badge-group, 
.assignment-wrapper .tmp-card .tmp-badge-group {
	justify-content: center;
}

.testimonial-style-two .content .description {
    font-size: 20px;
    text-align: justify;
}

.timeline-style-two 
.tmp-timeline-single .title {
    font-size: 18px;
}

.bg-line-animatoin-area-global,
.elementor-element-45571e4 .video-icon {
	display:  none !important;
}

.inversweb-service-main-wrapper-list .single-service-wrapper .content .title {
	font-weight: 600;
  font-size: 18px !important;
	line-height: 1.5;
}	

.tmp-section-title-border .subtitle {
	  font-size: 18px !important;
}
.tmp-footer.footer-style-default.variation-two .footer-top {
	border-top: 3px solid #24338a;
}
.elementor-widget-container .description,
.copyright-text {
	text-align: center;
}
.tmp-counterup-area .count-box .counter-title {
	font-size: 20px !important;
}
.counter-style-4.without-border {
	justify-content: flex-start;	
}

.counter-style-4 .count-number {
    font-size: 34px;
}

.count-box .counter-title {
	margin: 10px !important;
}
.counter-style-4.without-border {
	padding: 20px 10px 10px !important;
}

.height-850 {
    height: 700px !important;
}

.team-wrapper5 .image-area a {
    display: block;
    height: 344px !important;
    clip-path: none !important;
}
.team-wrapper5 .image-area {
	clip-path: none !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .slider-style-2.variation-2 .inner .title {
        font-size: 60px !important;
    }
}

.scrollingtext-1 {
    display: inline-block;
    white-space: nowrap;
    animation: scrollRight 20s linear infinite !important;
}

.scrollingtext-1 h2 {
    display: inline-block;
    padding-left: 100%;
}

/* RIGHT → LEFT animation */
@keyframes scrollRight {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}