/********** Template CSS **********/
:root {
    --primary: #06A3DA;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #091E3E;
}
* {  font-family: "Josefin Sans", sans-serif; }
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {  font-family: "Josefin Sans", sans-serif !important; }

/*** Spinner ***/
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
/*    font-family: 'Nunito', sans-serif;*/
/*    font-family: 'Archivo Black', sans-serif;*/
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}



.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}
 .sticky-top.navbar-dark {
      
        background: rgba(10, 14, 39, 0.8);
    backdrop-filter: blur(20px);
    }

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
        background: rgba(10, 14, 39, 0.8);
    backdrop-filter: blur(20px);
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}

@media (min-width: 992px) {
    .navbar-dark {
/*        position: absolute;*/
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 0px !important;
        z-index: 999;
        background: #0a0e27;
    backdrop-filter: blur(20px);
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}


/*** Carousel ***/
/*.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .7);
    z-index: 1;
}*/

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}


/*** Service ***/
.service-item {
    position: relative;
/*    height: 300px;*/
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}


/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img {
    transition: .5s;
}

.team-item:hover .team-img img {
    transform: scale(1.15);
}


/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}



/* about page css  */

/* V about Start */
 .section-title1{
    position: relative;
}




/* icon with text */
 
.custom-section {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}
h2{
    font-size:40px;
}
.section-title{
    position:relative;
    
}

.value-card {
    background: #1c1c1c;
    border-radius: 6px;
    padding: 30px 20px;
    height: 100%;
}

.value-card:hover {
    /* transform: translateY(-5px); */
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.1);
}

.value-icon {
    font-size: 40px;
    color: #aaa;
    margin-bottom: 10px;
}

.value-text {
    font-size: 16px;
    color: #ddd;
    font-weight:500;
    margin-bottom:0px;
}


/* Web-development */
.hero-section1 {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url(../img/web-dev.jpg) center/cover no-repeat;
    color: #fff;
    padding: 70px 0;
}

.hero-section1 h1 {
    font-weight: 500;
    /* margin-bottom: 0.5em; */
    margin-bottom: 30px;
    font-size: 40px !important;
    line-height: 1.2;
    max-width: 578px;
    color: #f1f1f1;
}

.hero-section1 p {
    text-align: justify;
    text-align-last: left;
    /* text-justify: inter-word;    */
    font-size: 1.1rem;
    line-height: 1.8;
    color: #f1f1f1;
    margin-bottom: 20px;
    max-width: 698px;
}

.hero-section1 .btn-primary {
    background-color: #007bff;
    border: none;
    padding: 12px 25px;
    border-radius: 6px;
    margin-top: 20px;
} 
.services-box h4{
    color: #f1f1f1;
}

@media (max-width: 768px) {
    .hero-section {
        padding: 80px 20px;
    }

    .hero-section h1 {
        font-size: 2.2rem;
    }

    .hero-section p {
        font-size: 1rem;
    }
}
#logos1 {
    background-color: #ffe4ee;
    padding: 40px 0;
}

#logos1 img {
    transition: transform 0.3s ease;
}

#logos1 img:hover {
    transform: scale(1.05);
}

#logos1 h2 {
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 0.5px;
    color: #273548;
    margin-bottom: 0.5em;
}

#logos1 p span {
    font-weight: 400;
    font-size: 1.1em;
    color: #ff7604;
    /* display: block; */
    margin-bottom: 0.4em;
}

.service-column-wrap {
    margin-top: 35px;
    transform-style: preserve-3d;
}

.service-column-wrap>div {
    position: relative;
}

.service-thumb-wrap {
    margin-bottom: 15px;
    max-width: 128px;
    width: 100%;
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 28px 0 rgba(180, 17, 78, 0.22);
}

.service-thumb-wrap figure {
    position: relative;
    height: 50px;
}

.service-thumb-wrap figure img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
}

.our-expertise .service-thumb-wrap span {
    background: 0 0 !important;
    margin: 0 !important;
}

.service-thumb-wrap span {
    font-weight: 500;
    font-size: 0.95em;
}
.headings-head span {
    font-weight: 400;
    font-size: 1.1em;
    display: block;
    margin-bottom: 0.4em;
    color: #ff7604;
}

.headings-head h2 {
    margin-bottom: 0.5em;
    font-size: 40px;
    letter-spacing: 0.5px;
    font-weight: 500;
    line-height: 1.3;

}

.web-development-overview p {
    margin: 0;
    color: #61646b;
    font-weight: 600;
    font-size: 15px;
}
.services-box {
    background: rgba(0, 0, 0, 0.5);
    padding: 25px 30px;
    border-radius: 8px;
    margin-top: 350px;
    position: relative;
    overflow: hidden;
}

.services-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #ff0077, #ff7300);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.services-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-box li {
    padding: 5px 0;
    position: relative;
}

.services-box li::before {
    content: "•";
    color: #1e90ff;
    margin-right: 8px;
    font-size: 1.3rem;
    line-height: 1;
}



/* web desigin */
.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url(../img/web1.jpg) center/cover no-repeat;
    color: #fff;
    padding: 100px 0;
}

.hero-section h1 {
    font-weight: 500;
    /* margin-bottom: 0.5em; */
    margin-bottom: 30px;
    font-size: 40px !important;
    line-height: 1.2;
    max-width: 578px;
    color: #f1f1f1;
}

.hero-section p {
    text-align: justify;
    text-align-last: left;
    /* text-justify: inter-word;    */
    font-size: 1.1rem;
    line-height: 1.8;
    color: #f1f1f1;
    margin-bottom: 20px;
    max-width: 698px;
}

.hero-section .btn-primary {
    background-color: #007bff;
    border: none;
    padding: 12px 25px;
    border-radius: 6px;
    margin-top: 20px;
}
.gray-bg {
    background-color: rgb(247, 247, 247);
}

.web-tittle span {
    font-weight: 400;
    font-size: 1.1em;
    margin-bottom: 0.4em;
    color: #ff7604;
}

.web-tittle h2 {
    margin-bottom: 0.5em;
    font-weight: 500;
    font-size: 27px;
    line-height: 1.3;
    color: #273548;
}

/* section 4 */
.headings>span {
    font-weight: 400;
    font-size: 1.1em;
    margin-bottom: 0.4em;
    color: #ff7604;
}

.headings h2 {
    margin-bottom: 0.5em;
    font-weight: 500;
    font-size: 36px;
    line-height: 1.3;
    color: #273548;
}

.paragrap1 p {
    margin: 0;
    color: #61646b;
    font-weight: 400;
}

/* section 5 */
.parallax-bg._mobile {
    background-image: url(../img/mobile-app-development.jpg);
}

.parallax-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 600px;
}

.parallax-bg h2 {
    color: white;
    font-size: 55px;
    font-weight: 500;
}

.parallax-bg p {
    color: white;
    font-size: 24px;
    font-weight: 400;
}

/* section 6 */
.capabilities-sec {
    padding: 60px 0;
}

#app-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.headings1>span {
    font-weight: 400;
    font-size: 1.1em;
    margin-bottom: 0.4em;
    color: #ff7604;
}

.headings1 h2 {
    color: #092851;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 10px;
}

.paragrap2 p {
    line-height: 1.6;
    font-size: 15px;
    color: #676e77;
    font-weight: 500;
}

.capabilities-sec .capability-wrap .capability {
    padding: 45px 0;
}

.capabilities-sec .capability-wrap .capability .capability-img {
    height: 100%;
    display: flex;
    align-items: center;
}

.capabilities-sec .capability-wrap .capability .capability-info h3 {
    font-size: 36px;
    font-weight: 500;
    color: #092851;
    line-height: 1.2;
}

.capabilities-sec .capability-wrap .capability .capability-info p.service {
    padding-top: 5px;
    line-height: 1.6;
    font-size: 18px;
    padding-bottom: 15px;
    color: #676e77;
    font-weight: 400;
}

.capabilities-sec .capability-wrap .capability .capability-info .capability-quality {
    padding-bottom: 10px;
}

.capabilities-sec .capability-wrap .capability .capability-info .capability-quality .quality-points {
    display: flex;
}

.capabilities-sec .capability-wrap .capability .capability-info .capability-quality .quality-points h5 {
    font-size: 16px;
    color: #20406b;
    font-weight: 500;
    padding-top: 5px;
}

.capabilities-sec .capability-wrap .capability .capability-info .capability-quality .quality-points i {
    color: green;
    padding-top: 5px;
}

/* section 8 */
.why-us-services h4 {
    font-weight: 600;
    font-size: 16px;
    color: #273548;
    line-height: 1.2;
}

.why-us-services .row p {
    font-size: 16px;
    margin: 0;
    color: #61646b;
    font-weight: 400;
}

/* section 9 */
.heading span {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
    
    font-weight: 500;
}

.heading h2 {
    font-size: 40px;
    color: #092851;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 10px;
}

.faq-questions-wrap-services {
    background: 0 0;
    padding: 40px 0;
}

.accordion {
    /* background: #fff; */
    border-bottom: 1px solid #e3e3e3;
    /* border-radius: 8px; */
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}

.accordion input {
    display: none;
}

.question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 15px 20px;
    font-weight: 500;
    color: #2c2e2f;
    position: relative;
}

.question h5 {
    margin: 0;
    font-size: 1.05em;
    font-weight: 500;
}

.icon::before {
    content: "+";
    color: #097eff;
    font-size: 1.2em;
    font-weight: bold;
    transition: transform 0.3s ease;
}

input:checked+.question .icon::before {
    content: "-";
    transform: rotate(180deg);
}

.answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    background: #fff;
    padding: 0 20px;
}

input:checked~.answer {
    max-height: 300px;
    padding: 15px 20px;
}

.answer p {
    font-size: 0.95em;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.theme-outlined-button-blue {
    display: inline-block;
    text-decoration: none;
    color: #237cff;
    border: 2px solid #237cff;
    padding: 15px 35px;
    font-size: 16px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: transparent;
    letter-spacing: 1px;
    font-weight: 400;
}

.theme-outlined-button-blue:hover {
    background-color: #237cff;
    color: #fff;
}
#development {
    background-color: #e8f0f8;
    padding: 40px 0;
}

#development h5 {
    font-weight: 400;
    font-size: 1.1em;
    display: block;
    margin-bottom: 0.4em;
    color: #ff7604;
}

#development h4 {
    font-size: 30px;
    font-weight: 500;
    color: #273548;
    margin-bottom: .5rem;
    line-height: 1.2;

}

#development h2 {
    margin-bottom: 0.5em;
    font-weight: 500;
    color: #273548;
    font-size: 2em;
    letter-spacing: 0.5px;
    max-width: 1119px;
}

#development h6 {
    font-size: 18px;
    font-weight: 500;
    color: #273548;
    margin-bottom: .5rem;
    line-height: 1.2;

}

.card {
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Image Style */
.service-img {
    width: 50px;
    /* image ka size */
    height: 100px;
    object-fit: contain;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

/* Hover effect on image */
.card:hover .service-img {
    transform: scale(1.1);
}


#service-links {
    margin-top: 10px;
    padding: 30px 0px;
    border-radius: 10px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.service-tag a {
    background-color: #fff;
    color: #333;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.service-tag img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.service-tag a:hover {

    color: #333;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px #2b38571f;
    border: 1px solid #5398ff;
}

/* .service-tag:hover img {
  transform: scale(1.1);
  filter: brightness(0) invert(1);
} */

/* se */
#cta p {
    font-weight: 400;
    font-size: 1.1em;
    display: block;
    /* margin-bottom: 0.4em; */
    color: #ff7604;
    margin-bottom: 1rem !important;
}

.cta-section {
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    margin-top: 30px;

}

.cta-btn-wrapper {
    position: relative;
}

.cta-arrow {
    transform: rotate(225deg);
    animation: arrow-icon 2s infinite;
    position: absolute;
    right: 130px;
    top: -63px;
    display: block;
    scroll-behavior: smooth;


}

@keyframes floatArrow {

    0%,
    100% {
        transform: translateY(0) rotate(10deg);
    }

    50% {
        transform: translateY(-5px) rotate(10deg);
    }
}

.btn-primary {
    background: linear-gradient(90deg, #007bff, #00b2ff);
    border: none;
/*    padding: 12px 30px;*/
    font-size: 18px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: linear-gradient(90deg, #0056d6, #0090ff);
    transform: translateY(-2px);
}



/* Our Portfolio */
.page-header1 {
    position: relative;
}

.common-bg-header {
    background: #ccc;
    background-image: url(../img/Our-Portfolio.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header3 {
    padding: 200px 0;
}

.page-header3 .page-header-content h1 {
    font-weight: 500;
    line-height: 1.2;
    font-size: 40px !important;
    margin-bottom: 0.5em;
    color: #fff;
}

.page-header3 .page-header-content p {
    color: #fff;
    font-weight: 400;
    margin: 0;
}
#technology {
    background-color: #f8f9fa;
}

.scroll-card {
    width: 100%;
    height: 480px;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.scroll-card img {
    width: 100%;
    height: auto;
    display: block;
    transform: translateY(0);
    transition: transform 1s ease;
}

/* Image scroll hone ka effect */
.scroll-card:hover img {
    transform: translateY(-50%);
}


.scroll-card .bottom-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: pink;
    /* bg color same rahe */
    color: black;
    padding: 15px 15px;
    /* normal padding */
    font-weight: 500;
    text-align: center;
    z-index: 2;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all 0.4s ease;
    /* <--- yahan change hua hai */
}

.scroll-card:hover .bottom-text {
    padding: 8px 15px;
    background: pink;
}

/* section 4 */
#logos {
    background-color: #fff;
}

#logos img {
    transition: transform 0.3s ease;
}

#logos img:hover {
    transform: scale(1.05);
}

#logos h2 {
    font-weight: 500;
    font-size: 2.2em;
    letter-spacing: 0.5px;
    color: #273548;
    margin-bottom: 0.5em;
}

#logos p span {
    font-weight: 400;
    font-size: 1.1em;
    color: #ff7604;
    display: block;
    margin-bottom: 0.4em;
}



/* FAQ CSS */
/* section 2 */
.page-header1 {
    .page-header3 {
        padding: 90px 0;
    }

    position: relative;
}

.faqs-page-header {
    background: #ccc;
    background-image: url(../img/FAQs.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header3 {
    padding: 200px 0;
}

/* section 3 */
.faq-cards-wrap {
    background: #f2f2f5;
    padding: 70px 0 50px;
}

.faq-cards {
    background: #fff;
    padding: 32px 7%;
    box-shadow: 8px 8px 12px #242f3e0f;
}

.faq-cards h2 {
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem;
    color: #273548;
}

.faq-cards p {
    margin: 0;
    color: #61646b;
    font-weight: 500;
    font-size: 16px;
}

.mega-menu-main { width: 100%; left: 0px; }


.web_logo {  max-width: 110px;  }

/* .shadow-sm .web_logo { filter: invert(100%); }*/