:root {
    --main-color: #417bd1;
    --second-color: #000;
    --third-color: #FBC02D;
    --fourth-color: #ececec;
    --accent-color: #FF5722;
    --transition: all .4s ease-in-out;
}
.bg-red{
    background-color: #f44336;
}
.header-section-three .tj-main-menu li a {
    color: #333;
}
.header-section-three {
    position: relative;
    width: 100%;
    padding-top: 0;
}
.step-icon-box img {
    filter: invert(1);
}
.p-relative {
    position: relative;
}
.fix {
    overflow: hidden;
}
.z-index-2 {
    position: relative;
    z-index: 2;
}
.pb-90 {
    padding-bottom: 90px;
}
.pt-90 {
    padding-top: 90px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pt-120 {
    padding-top: 120px;
}
.tpcontact__item {
    background-size: cover;
}
.tpcontact-title-2 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
    z-index: 2;
    position: relative;
    text-transform: uppercase;
}
.tpcontact__item::before {
    content: "";
    position: absolute;
    background-color: #000315;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
    mix-blend-mode: darken;
}
.tp-services-3__before-color::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(58, 58, 74, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: perspective(400px) rotateX(-90deg) scale(0.2);
    -ms-transform: perspective(400px) rotateX(-90deg) scale(0.2);
    transform: perspective(400px) rotateX(-90deg) scale(0.2);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 1;
}
.tpcontact__item-right p {
    font-size: 1rem;
    color: #444;
}
.tp-services-3__wrap {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 20px 0px rgba(35, 35, 49, 0.04);
}
.tp-services-3__wrap::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    clip-path: polygon(100% 70%, 69% 100%, 100% 100%);
    background: var(--tp-grey-1);
    bottom: 0;
    right: 0;
    transition: 0.4s;
}
.tp-services-3__icon span {
    font-size: 43px;
    color: var(--tp-theme-2);
    font-weight: 900;
    height: 90px;
    width: 100px;
    background-color: var(--tp-grey-1);
    text-align: center;
    line-height: 100px;
    display: inline-block;
    clip-path: polygon(0 0, 100% 0, 78% 100%, 0% 100%);
    transition: 0.4s;
}
.tp-services-3__content {
    padding: 25px;
    padding-bottom: 34px;
}
/********** CTA ***************/
section.call-to-action1 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.relative {
    position: relative;
    z-index: 1;
}
.call-to-action1 {
    padding: 4.75rem 0 5rem;
}
.cta-overlay {
    background: #111;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.5s;
    opacity: 0.6;
}

.cta-overlay {
    background: #111;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.5s;
    opacity: 0.6;
}
.cta-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    background-color: #ffbf42;
    color: #111;
    font-size: 16px;
    font-weight: 500;
    padding: 17px 50px;
    overflow: hidden;
    transition: all 0.5s linear;
    z-index: 1;
    text-align: center;
}
.cta-btn:hover{
	color: #fff;
}
.cta-btn:hover::before {
    transform: scaleY(1) rotateX(0deg);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.cta-btn::before {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: 0px;
    background-color: #ed1d23;
    content: "";
    transform: scaleY(0) rotateX(0deg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: -1;
}
.mean-container .mean-nav ul li li a {
    width: 100%;
}
.meta-list {
    padding: 10px 20px;
}
.height-100 {
    height: 100vh;
}
.tj-slider-section-three .slider-content {
    margin-top: 35%;
}
.ot-btn {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--main-color);
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    padding: 21px 30px;
    min-width: 142px;
    border-radius: 4px;
}
.ot-btn span {
    position: relative;
    z-index: 3;
    color: #fff;
}
.ot-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: var(--third-color);
    transition: 0.5s;
    z-index: 2;

}
.ot-btn:hover {
    text-decoration: none;
}
.ot-btn:hover:before {
    left: 0;
}
.step-box {
    border: none;
    border-top: 4px solid #0d6efd;
    transition: transform 0.3s;
}
.step-box:hover {
    transform: translateY(-5px);
}
.step-number {
    width: 40px;
    height: 40px;
    background-color: #0d6efd;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 15px;
}
.info-brand {
    background: linear-gradient(90deg, #2c3e50 0%, #000000 100%);
    color: white;
    padding: 30px;
    border-radius: 10px;
}
.terms-list li {
    margin-bottom: 15px;
    padding-left: 10px;
}


 .about-header {
    background: linear-gradient(rgba(44, 62, 80, 0.9), rgba(44, 62, 80, 0.9)), 
                url('https://images.unsplash.com/photo-1541888946425-d81bb19480c5?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
    background-size: cover; background-position: center;
    padding: 100px 0; color: white; text-align: center;
}
.section-padding { padding: 80px 0; }
.accent-border {
    width: 80px; height: 5px; background-color: #ffc107; margin: 20px auto;
}
.feature-box {
    padding: 30px; border-radius: 15px; background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.3s; height: 100%; border-bottom: 4px solid transparent;
}
.feature-box:hover {
    transform: translateY(-10px); border-bottom: 4px solid #ffc107;
}
.vision-mission { background-color: #2c3e50; color: white; padding: 60px 0; }
.stat-number { font-size: 2.5rem; font-weight: 700; color: #ffc107; }

@media only screen and (max-width: 767px){
	.service-item-two {
		padding: 20px 15px 10px;
		display: block !important;
	}
	.service-item-two .service-image img {
		max-width: 100%;
	}
	.service-item-two .service-text {
		padding-left: 35px;
		padding-top: 95px;
	}
	.service-item-two .services-icon {
		left: 15px;
		top: 10px;
	}
}

@media (max-width: 575px) {
    .tj-step-area {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		align-items: center;
		margin: 0 auto;
	}
}
