This commit is contained in:
Roshan476
2026-01-07 17:47:11 +05:45
parent 90ad2e613c
commit c1e434811f
7 changed files with 2990 additions and 1811 deletions

View File

@@ -1580,6 +1580,32 @@
</div>
</div>
<!-- End Team-Style-Default Style-Three Area -->
<!-- tmp video section start -->
<div class="tmp-video-section-start-one tmp-section-gapBottom">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="large-video-playing grow-thumbnail-1">
<video autoplay="" muted="" loop="" playsinline="" preload="metadata">
<source src="assets/images/video/01.mp4" type="video/mp4">
</video>
<div class="grow-thumbnail-1-overlay"></div>
</div>
</div>
</div>
</div>
<div class="text-split-wrap-video scrolltext-wrapper">
<div class="text-split scrollingtext-1">
<h2 class="title">
Overview of your consulting firm's <span>mission, values, and team expertise</span>
Overview of your consulting firm's <span>mission, values, and team expertise</span>
Overview of your consulting firm's <span>mission, values, and team expertise</span>
</h2>
</div>
</div>
</div>
<!-- tmp video section end -->
<!-- Start Footer Area -->
<footer class="tmp-footer footer-style-default variation-two position-relative">

View File

@@ -101,7 +101,7 @@
/*-- Variables --*/
:root {
--color-btn:#F5821F;
--color-primary: #0066a6;
--color-primary: #0383d3;
--color-primary-alt: #F5821F;
--color-secondary: #0066a6;
--color-secondary-alt: #e07bc7;
@@ -2582,7 +2582,7 @@ textarea:-ms-input-placeholder {
}
[data-tmp-position-vertical="23"] {
top: 23%;
top: 36%;
}
[data-tmp-position-vertical="24"] {
@@ -2610,7 +2610,7 @@ textarea:-ms-input-placeholder {
}
[data-tmp-position-vertical="30"] {
top: 30%;
top: 80%;
}
[data-tmp-position-vertical="31"] {
@@ -2670,7 +2670,7 @@ textarea:-ms-input-placeholder {
}
[data-tmp-position-vertical="45"] {
top: 45%;
top: 14%;
}
[data-tmp-position-vertical="46"] {
@@ -2770,7 +2770,7 @@ textarea:-ms-input-placeholder {
}
[data-tmp-position-vertical="70"] {
top: 70%;
top: 7%;
}
[data-tmp-position-vertical="71"] {
@@ -2818,7 +2818,7 @@ textarea:-ms-input-placeholder {
}
[data-tmp-position-vertical="82"] {
top: 82%;
top: 74%;
}
[data-tmp-position-vertical="83"] {
@@ -3010,7 +3010,7 @@ textarea:-ms-input-placeholder {
}
[data-tmp-position-horigental="30"] {
left: 30%;
left: 14%;
}
[data-tmp-position-horigental="31"] {
@@ -3106,7 +3106,7 @@ textarea:-ms-input-placeholder {
}
[data-tmp-position-horigental="54"] {
left: 54%;
left: 45%;
}
[data-tmp-position-horigental="55"] {
@@ -3182,7 +3182,7 @@ textarea:-ms-input-placeholder {
}
[data-tmp-position-horigental="73"] {
left: 73%;
left: 94%;
}
[data-tmp-position-horigental="74"] {
@@ -10907,6 +10907,7 @@ Primary style
.header-default .header-right {
display: flex;
justify-content: flex-end;
gap:12px;
}
.header-default .header-right .header-btn {
margin-left: 25px;
@@ -11380,6 +11381,9 @@ Primary style
margin: 0 10px;
border-radius: 3px;
}
.mainmenu-nav .mainmenu li.has-droupdown .submenu li a img{
margin-right: 20px;
}
.mainmenu-nav .mainmenu li.has-droupdown .submenu li a:hover, .mainmenu-nav .mainmenu li.has-droupdown .submenu li a.active {
color: var(--color-white) !important;
background: var(--color-dark) !important;
@@ -11917,6 +11921,7 @@ Primary style
----------------------------*/
.header-top-bar {
padding: 10px 0;
background-color: white;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-top-bar .header-left {
@@ -12688,7 +12693,7 @@ Primary style
.btn-default {
padding: 0 28px;
border-radius: 5px;
background: var(--color-primary);
background: var(--color-btn);
transition-duration: 300ms;
color: var(--color-white);
font-size: 16px;
@@ -15128,7 +15133,10 @@ main.business-coatch .thumbnail-banner-business-coatch img {
.preview-accordion-area .service.support p {
margin-bottom: 20px;
}
.service-page{
position: relative;
top:45px;
}
/*-----------------------
Social Icons
-------------------------*/
@@ -16643,8 +16651,8 @@ filter: brightness(0) saturate(100%)
justify-content: center;
align-items: center;
transition: 0.3s;
height: 80px;
width: 80px;
height: 50px;
width: 50px;
border-radius: var(--radius-full);
border: 2px solid var(--color-border);
box-shadow: 0px 0px 28.7px 0px rgba(0, 25, 255, 0.27);
@@ -16657,12 +16665,12 @@ filter: brightness(0) saturate(100%)
}
}
.tmp-testimonial-map-wrapper .tmp-lookbook-portion.portion-xm {
height: 35px;
width: 35px;
height: 50px;
width: 50px;
}
.tmp-testimonial-map-wrapper .tmp-lookbook-portion.portion-sm {
height: 40px;
width: 40px;
height: 60px;
width: 60px;
}
@media only screen and (max-width: 767px) {
.tmp-testimonial-map-wrapper .tmp-lookbook-portion.portion-sm {
@@ -16691,8 +16699,8 @@ filter: brightness(0) saturate(100%)
}
}
.tmp-testimonial-map-wrapper .tmp-lookbook-portion.portion-xl {
height: 70px;
width: 70px;
height: 50px;
width: 50px;
}
@media only screen and (max-width: 767px) {
.tmp-testimonial-map-wrapper .tmp-lookbook-portion.portion-xl {
@@ -16921,6 +16929,7 @@ filter: brightness(0) saturate(100%)
.map-wrapper-subtitle {
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
}
@@ -17025,7 +17034,7 @@ filter: brightness(0) saturate(100%)
------------------------*/
.hero-area .inner{
position:relative;
top: -50px;
top: -16px;
}
/*----------------------
@@ -17115,13 +17124,15 @@ filter: brightness(0) saturate(100%)
/* Overlay */
.cta__overlay {
background-color: rgba(0, 0, 0, 0.3);
background-color: rgba(0, 0, 0, 0.1);
}
.globe{
margin-bottom: 45px;
}
/* Increased height */
.cta__inner11 {
padding: 120px 0; /* MORE HEIGHT */
padding: 80px 0; /* MORE HEIGHT */
}
/* Text */
@@ -18153,6 +18164,36 @@ Timeline Area
z-index: -1;
padding: 0;
}
.tmp-get-in-touch-area .section-inner {
position: relative;
}
.call-us-badge {
position: absolute;
right: 43px;
top: -97px;
height: 336px;
width: 16px;
border: 30px solid var(--color-primary);
background: var(--color-primary);
display: flex;
align-items: center;
justify-content: center;
transform: rotate(-45deg);
writing-mode: sideways-rl;
color: var(--color-white);
font-size: 22px;
font-weight: 600;
letter-spacing: 1px;
text-decoration: none;
z-index: 1;
cursor: pointer;
}
.call-us-badge:hover {
opacity: 0.9;
}
.footer-message-and-form {
display: grid;
@@ -18279,6 +18320,7 @@ Timeline Area
.call-to-action-modern-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
gap: 320px;
}
@@ -22224,7 +22266,7 @@ iframe {
.tmp-get-in-touch-area .section-inner {
position: relative;
z-index: 1;
background: var(--color-card);
/* background: var(--color-card); */
box-shadow: 0px 4px 53px rgba(0, 0, 0, 0.07);
border-radius: 6px;
overflow: hidden;
@@ -24859,6 +24901,10 @@ ul.categorys-widget-stndard li span {
font-weight: 500;
letter-spacing: 1px;
margin-bottom: 10px;
background-color: var(--color-primary);
padding: 12px;
border-radius: 5px;
color:white;
}
.footer-style-default .footer-top .tmp-footer-widget .subtitle {
font-weight: 400;
@@ -25286,6 +25332,7 @@ ul.categorys-widget-stndard li span {
.copyright-style-one {
padding: 20px 0;
border-top: 1px solid var(--color-border);
background-color: #F5FAFE;
}
.copyright-style-one .copyright-text {
margin-bottom: 0;
@@ -25343,7 +25390,7 @@ ul.categorys-widget-stndard li span {
}
.height-850 {
height: 850px;
height: 700px;
display: flex;
align-items: center;
}
@@ -29729,7 +29776,7 @@ body.tmp-body-star::before {
}
.active-light-mode {
background: #fafafa;
background-color: #F5FAFE;
--color-heading: #1b1b1c;
--color-white: #1b1b1b;
--color-card: #fff;
@@ -30182,7 +30229,7 @@ body.tmp-body-star::before {
opacity: 0.1;
}
.active-light-mode .tmp-slick-dot .slick-dots li button::after {
box-shadow: inset 0 0 0 7px rgba(157, 157, 255, 0.6);
box-shadow: inset 0 0 0 7px rgba(245, 130, 31, 0.6);
}
.active-light-mode .tmp-slick-dot .slick-dots li.slick-active button::after {
box-shadow: inset 0 0 0 1px var(--color-btn) !important;
@@ -31299,6 +31346,17 @@ margin-right: 12px;
.blog-content-area-2 .blog-title a:hover {
color: var(--color-primary);
}
.faqimg {
background-image: url(../images/photos/faq.png);
background-size: contain; /* or use 'cover' depending on what you want */
background-repeat: no-repeat; /* prevents the image from repeating */
background-position: center; /* centers the image */
padding: 20px;
}
.advance-tab-button{
margin-bottom: 12px;
}
.sticky-faq-area {
position: sticky;

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

BIN
image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 414 KiB

2667
index.html

File diff suppressed because it is too large Load Diff

1996
service.html Normal file

File diff suppressed because it is too large Load Diff