.header-right {
    display: flex;
    align-items: center;
}

.call-us {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.call-us i {
    font-size: 24px;
    color: var(--accent-color);
    margin-right: 15px;
}

.call-us div {
    display: flex;
    flex-direction: column;
}

.call-us span {
    font-size: 16px;
    color: var(--text-color);
}

.call-us p {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
    margin: 0;
}

.hero-area.style-two {
    margin: 100px 0px;
}

.hero-area.style-two .circle-text-wrap {
    width: 218px;
    height: 218px;
}

.hero-area.style-two .circle-text-wrap .play-icon {
    width: 86px;
    height: 86px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	background-color: var(--accent-color);
}

.hero-area.style-two .hero-content .section-subtitle {
    padding-left: 22px;
	color : var(--accent-color);
}

.hero-area.style-two .hero-content h1 {
    font-size: 54px;
    line-height: 64px;
    letter-spacing: -0.02em;
}

.rotate {
    animation: rotation 20s infinite linear;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 94, 20, 0.11);
    position: relative;
	margin-right: 20px;
}

.contact-icon img {
    filter: brightness(1) invert(0);
}

.text_primary {
    color: var(--primaryColor) !important;
}

.option-item {
    margin-left: 20px;
}

.nav_bar_top_right span {
    background: var(--accent-color);
    padding: 10px;
    margin: 5px;
    border-radius: 10px;
    color: #fff;
}
i.fa-solid.fa-play{
	color: #fff;
}
.pages-header a.nav-link ,h5 {
    color: #fff !important; 
}

.home-header h5{
    color: var(--primary-color) !important;
}