2025-08-29 21:46:25 +05:30

395 lines
4.3 KiB
CSS

@import "swiper/css";
@import "swiper/css/navigation";
/* @import "swiper/css/pagination"; */
@import "swiper/css/scrollbar";
@import "swiper/css/effect-fade";
@import "swiper/css/effect-creative";
/* image popup */
img.mfp-img {
box-shadow: 0 0 8px rgb(0 0 0 / 60%);
position: absolute;
max-height: 80vh;
padding: 0 !important;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
p {
margin-top: 10px;
margin-bottom: 25px;
}
.testimonial {
margin-top: 30px;
margin-bottom: 40px;
}
/* .process-bg>div:nth-child(1) {
background-color: #3779b9;
width: 200px;
} */
.mfp-img-container .mfp-content {
max-width: 400px !important;
}
.mfp-img-container .mfp-close {
top: -110px;
right: -24px;
}
.c-pointer {
cursor: pointer;
}
li.monthdate.current_date {
background: rgb(2, 84, 139);
color: rgb(255, 255, 255) !important;
}
.loader-wrapper {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100vh;
transition: 0.8s 1s ease;
z-index: 666;
}
.loader-wrapper .loder-section {
position: fixed;
top: 0;
width: 50%;
height: 100vh;
background: #111;
z-index: 89;
}
.meanmenu-reveal {
text-align: center;
text-indent: 0px !important;
font-size: 18px !important;
}
.landing_header nav.consen_menu {
display: flex;
align-items: center;
justify-content: space-around;
}
.targets {
background-color: whitesmoke;
margin-top: 50px;
margin-bottom: 50px;
padding: 20px;
/* color: #111; */
font-weight: bold;
border-left: 4px solid #3779b9;
}
.bold {
/* color: #111; */
font-weight: bold;
}
.bold1 {
font-weight: bold;
}
.changeColor {
color: #3779B9;
/* font-weight: bold; */
}
.newColor:hover {
background-color: #1a1f2b !important;
color: #fff;
}
.newColor:hover h4 {
color: #fff;
}
.my-black {
color: #212529;
}
.newColor:hover a {
color: #fff;
}
/* .faq{
margin-bottom: 20px;
margin-top: 50px;
} */
.careerPage {
justify-content: center;
}
.careerPage h7 {
color: #fff;
}
.case-study-content-inner h6 {
color: #fff;
margin-left: 3px;
font-size: 15px;
font-weight: normal;
}
.case-study-content-inner3 h6 {
color: #fff;
margin-left: 32px;
font-size: 15px;
font-weight: normal;
}
.big-box {
display: flex;
margin-top: 10px;
gap: 130px;
}
.full-time {
color: #fff;
}
.big-box a:nth-child(1) {
padding: 5px 15px;
background-color: #fff;
border-radius: 10px;
}
.big-box a:nth-child(2) {
padding: 5px 15px;
background-color: #fff;
border-radius: 10px;
}
.box-filter {
justify-content: center;
}
.faq-width {
width: 110%;
}
.meta {
color: #3779B9;
}
.meta-black {
color: #111;
}
.change-bg {
background-color: #eaf0f9;
}
.bold-action {
color: #fff;
}
.box-bg {
background-color: #3779b9;
}
.my-white {
color: #fff;
}
.card-color {
color: #fff;
}
.faq-adjust {
font-size: 20px;
}
.btn-footer {
color: #fff;
background-color: #ffffff;
margin-left: 50px;
padding: 10px;
border-radius: 30px;
}
.border {
border: 1px solid #fff;
}
.btn-degital {
color: #fff;
background-color: #ffffff;
margin-left: 50px;
padding: 10px;
border-radius: 30px;
}
.application-faq {
width: 100%;
}
/* 6 box */
.portfolio_menu ul.menu-filtering {
list-style: none;
padding: 0;
margin: 0;
text-align: center;
}
.all-items {
font-weight: bold;
margin-bottom: 20px;
display: inline-block;
}
.menu-row {
display: flex;
justify-content: center;
gap: 20px;
margin-bottom: 15px;
}
.menu-filtering li {
padding: 10px 20px;
background-color: #eee;
border-radius: 8px;
cursor: pointer;
transition: all 0.3s ease;
}
.menu-filtering li:hover {
background-color: #ddd;
}
.myImage {
width: 100%;
height: 100%;
}
.myText {
padding-right: 20px;
}
/* Sticky sidebar setup */
#sidebar-widget {
position: sticky;
top: 100px;
/* Adjust depending on your navbar height */
z-index: 10;
}
::part(acsb-trigger) {
color: rgb(69, 69, 69) !important;
border-color: rgb(69, 69, 69) !important;
}
.position-y-bottom {
top: auto;
bottom: var(--offset-top);
}
.position-x-left {
left: var(--offset-left);
right: auto;
}
.size-medium {
width: 45px;
height: 45px;
}
.i-width {
width: 100%;
height: 100%;
}