/********** Template CSS **********/
:root {
    --primary: #37c64b;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #091E3E;
}


/*** Spinner ***/
.spinner {
    width: 40px;
    height: 40px;
    /*background: var(--primary);*/
    background: url("https://yesuus.com/public/common/img/yesuus_icon.png") repeat 0 0; 
    /*background-image: url("https://yesuus.com/public/common/img/yesuus_icon.png");*/
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
    background-size: cover;
}

@-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: 700 !important;
    font-size: 30px;
}

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

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
    /*color: #fff;*/
}


/*** 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;
    
}

/* get a quote start navbar */
.custom-btn {
    background-color: white;
    color: black;
}
.custom-btn:hover {
    background-color: #66e41d; 
    color: black !important;
}
.custom-btn:focus,
.custom-btn:active {
    background-color:  #66e41d;
    color: black !important;
    box-shadow: none;
}
/* get a quote  end navbar */

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

.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;
    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: var(--dark);
}

.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;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .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%;
        height: 100px;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: #37c64b;
    }
    
    .sticky-top.navbar-dark .navbar-nav .nav-link.active {
        color: #ffffff !important;
    }
    .sticky-top.navbar-dark .navbar-nav .nav-link:hover{
        color: #ffffff !important;
    }
    
    .sticky-top.navbar-dark .get-quote{
        background-color:#fff !important;
        color:#37c64b;
    }

    .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; }
}


/*** product page service ***/

.service-item {
    position: relative;
    height: 365px;
    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: linear-gradient(45deg, rgb(55 198 75), rgba(56, 88, 249, 0.8)) !important;
    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;
}

@media (max-width: 767px) {
    .service-item {
        height: auto;
        padding: 20px 15px;
    }
}
@media (max-width: 767px) {
    .service-item .service-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 20px;
        /* keep rotation */
        transform: rotate(-45deg);
    }

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

/* product page service end */



/*** product details page product features ***/

.product-hero {
     position: relative;
    padding: 30px 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: 0.5s;
    min-height: 365px;
}

.product-hero .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, rgb(55 198 75), rgba(56, 88, 249, 0.8)) !important;
    border-radius: 2px;
    transform: rotate(-45deg);
}

.product-hero .service-icon i {
    transform: rotate(45deg);
    font-size: 24px;
}
.product-hero h4 {
    margin-bottom: 15px;
    min-height: 3rem;
}

.product-hero p {
    flex-grow: 1; 
    margin-bottom: 20px;
}

.product-hero a.btn {
     position: relative; 
    width: 60px;
    opacity: 1;
    margin-top: auto;
}

.product-hero:hover a.btn {
    bottom: -24px;
    opacity: 1;
}

@media (max-width: 767px) {
    .product-hero {
        height: auto;
        padding: 20px 15px;
    }
}   
@media (max-width: 767px) {
    .product-hero .service-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
        transform: rotate(-45deg);
    }

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

/* product details page product features end */

.serv-img {
    max-width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 767px) {
    .our-content p {
        font-size: 14px;
        line-height: 1.6;
        text-align: justify;
    }
}




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

.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;
    margin-right:265px;
    color:#fff !important;
}

.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,
.blog-item .blog-img img  {
    transition: .5s;
    height: 230px !important;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-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('../../common/img/annie-spratt-AkftcHujUmk-unsplash_11zon.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;
    }
}

/* Navbar */
.nav-img{
    height: 70px;
    width: 60px;
    padding-top: 5px
}

.logo{
    padding-bottom: 15px;
    margin-left: 40px;
    margin-top: 5px;
}

.tp-caption{
    font-size: 25px;
} 

.tp-line{
    text-align: left;
}

.slider-heading{
    font-size: 3rem !important;
    /*padding:43px;*/
}

/* Footer */
.footer-img{
    width: 80px;
    height: 90px;
}

.site-solgan{
    font-family: 'Pacifico', cursive;
    margin-top: -8px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
}

/* Logo */
.logo-image{
    display: block;
    width: 70%;
    height: 230px;
}

.parallax-img{
   
   position: relative;
}

.parallax-img::after{
    content: "";
    /*background: url('../../common/img/thought-catalog-UK78i6vK3sc-unsplash.jpg'); */
    /* opacity: 0.6;  */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    display: flex;
    flex-direction: column;
    background-size: cover;
    background-attachment: fixed;
}

.advantage{
    padding-top: 61px;
}
.advantage-img{
    position: relative;
}
.advantage-img::after{
    content: "";
    
    background: url('../../common/img/mohammad-rahmani-d3Ysz1ziusM-unsplash_11zon.jpg');
    /* opacity: 0.5;  */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    display: flex;
    flex-direction: column;
    background-size: cover;
    background-attachment: fixed;
}

.advantage-content{
    color: #fff;
}

/* Our Service */
.service-img {
    max-width: 580px !important;
}

@media (min-width: 992px) {
    .service-img {
        align-items: center;
        width: 582px;
    }
}

.service-content{
    background-color: #fdf9fb;
    padding-top: 27px;
}

.web-dev{
    margin-top: 55px;
}

.web-head{
    margin-left: 370px;
}

.word-press{
    margin-left: 265px;
}
.marketing{
    margin-left: 334px;
}

.icon{
    display: inline-block;
    text-align: center;
    background-color: rgba(255, 255, 255, .85);
    color: #000;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 58px;
    transition: all .2s ease-in-out;
    border-radius: 5px;
    border: 1px solid transparent;
}
.icon.small {
    font-size: 18px;
    width: 45px;
    height: 45px;
    line-height: 43px;
}
.circle{
    border-radius: 100%;
}

.icon.default-bg {
    background-color: #09afdf;
    color: #fff;
    margin-right: 12px;
}
.icon-hover{
    font-size: 36px;
    display: inline-block;
    cursor: pointer;
    margin: 15px;
    width: 80px;
    height: 80px;
    line-height: 84px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    transition: 300ms;
}

.icon-hover:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    box-sizing: content-box;
    box-shadow: 0 0 0 3px #fff;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 300ms;
}

.icon-hover:hover {
    background-color: #37c64b;
    color: #00989A;
}

.icon-hover:hover:after {
    opacity: 1;
    transform: scale(1.15);
}

.customer{
    padding-left: 88px;
}

.serv-img{
    width: 51px;
}
.our-content{
    text-align: justify;
}

.review{
    text-align: justify;
}

.fa-rocket{
    padding-right: 10px;
}
.fa-leaf {
    padding-right: 10px;
}
.fa-heart{
    padding-right: 10px;
}
.make-us{
    font-size: 18px;
}
.make-diffrent{
    margin-bottom: 10px;
}

.progress{
    margin-bottom: 38px;
    height: 15px;
    border-radius: 20px;
}
.progress-sec{
    margin-top: 81px;
}
.blog-img a{
    display:none;
    left:25%;
    margin-left: 73px;
}
.blog-img:hover > a{
    display:block;
}

@media (max-width: 768px) { /* Adjust the breakpoint value as needed */
    .tp-line.subline{
        display: none;
    }
}

@media (max-width: 768px) { /* Adjust the breakpoint value as needed */
    .slider-heading{
    font-size: 2rem !important;
    padding:43px;
}
}

.quot-form{
    width:162px !important;
}

.flex-check{
    padding-bottom: 20px;
}
.rudra-logo{
     width: 160.625px !important;
     height: 78px !important;
}


/* My add New Css from */
body {
    overflow-x: hidden;
}

.product {
    background-color: #37c64b;
}

.inner {
    margin-left: 90px;
    margin-top: 55px;
}

.raw-90 {
    --bs-gutter-x: -0.5rem !important;
}

.raw-65 {
    color: white;
    margin-top: 20px;
    font-size: 18px;
    text-align: justify;
}

.theme-btn.btn-style-six {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: #3b8ef3;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
}

.theme-btn.btn-style-six .icon {
    font-size: 18px;
    color: #fff;
}

.md-67 {
    padding-bottom: 30px;
}

.ph-64 {
    margin-left: 236px;
}

.ph-20 {
    /* margin-left: 345px; */
    margin-bottom: 30px;
    margin-top: -25px;
    text-align: center;
}

.button-link {
    padding-top: 35px;
    margin-left: 700px;
}


.mac:hover {
    background-color: #37c64b !important;
}

.maczone {
    color: black !important;
}

.enterp {
    margin-top: 110px;
}

.trust {
    text-align: center;
}

.feed {
    margin-left: 355px !important;
}


.client-block {
    padding: 15px;
}

.support-icon img {
    max-width: 150px;
    height: auto;
}


.invoice-section {
    background-color: black;
    margin-top: 90px;
}

.import {
    color: white !important;
    text-align: center;
    padding-top: 90px;
}

.invoice-image {
    padding-top: 80px;
    text-align: center;
}

.march {
    margin-left: -170px;
    line-height: 24px;
    color: #696969;
    font-size: 16px;
}

.author {
    margin-left: -60px;
}

.sint {
    text-align: justify !important;
    font-size: 18px;
    color: #6f8ba4; 
    margin-left: -10px;
}

.blog {
    margin-top: -20px !important;
    margin-left: 633px !important;
}

/* contact for demo start */
.simple {
    background-color: #eef9ff;
    min-height: 200px;
    display: flex;
    align-items: center;      
    justify-content: center;
}
/* contact for demo end */

.digital {
    font-weight: 300;
    margin-left: -690px;
    font-size: 28px !important;
    font-style: italic;
}

/* @media (max-width: 768px) {
    .digital {
        font-size: 16px;
        text-align: justify;
        text-justify: inter-word;
        hyphens: auto;
    }
} */


.tech {
    margin-top: -90px !important;
    margin-left: 1030px !important;
}

@media (max-width: 768px) {

    body {
        overflow-x: hidden;
    }

    /* Banner */
    .inner {
        margin-left: 0;
        margin-top: 20px;
        text-align: center;
    }

    .raw-65 {
        font-size: 16px;
        padding: 0 15px;
    }

    .links-box {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .theme-btn.btn-style-six {
        /* width: 100%; */
        justify-content: center;
    }
    .ph-64,
    .ph-20,
    .desc-text,
    .button-link,
    .feed,
    .blog,
    .tech,
    .digital,
    .march,
    .author {
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: center;
    }

    .desc-text {
        font-size: 16px;
        max-width: 100%;
        padding: 0 15px;
        margin-bottom: 30px;
    }

    /* Images */
    img {
        max-width: 100%;
        height: auto;
    }


    .digital {
        font-size: 20px !important;
        font-style: normal;
    }

    .tech {
        margin-top: 20px !important;
    }

    .service-item {
        padding: 25px 15px;
    }

    .invoice-image {
        padding-top: 40px;
    }
}


.products-section {
    background: #ffffff;
}

.office {
    /* font-weight: 400; */
    color: #3b566e;
}

.next {
    max-width: 638px;
    font-size: 18px;
    color: #6f8ba4;
    text-align: justify;
}

.service-card {
    background: #ffffff;
    border: 1px solid #e6f0ff;
    padding: 35px 30px;
    min-height: 320px;
    position: relative;
    transition: all 0.3s ease;
}

.service-card:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.icon-box {
    width: 90px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.icon-box img {
    width: 40px;
}

.service-card h4 {
    font-size: 20px;
    font-weight: 600;
    color: #1f2d3d;
    margin-bottom: 15px;
}

.service-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #6b7c93;
}
.see-more {
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-size: 13px;
    font-weight: 600;
    color: #3b7cff;
    text-decoration: none;
}

.see-more span {
    margin-left: 6px;
    font-size: 16px;
}

.see-more:hover {
    text-decoration: underline;
}
/* .coper{
    margin-right: -336px;
    padding-left: 144px;
} */

#products{
margin-top: -81px;
}
.access{
    color: black !important;
    background-color: #3b8ef3 !important;
}
.justify-text{
    text-align: justify;
}
.rotation{
    padding-right: 0 !important;
}
.grow{
    color: #37c64b !important;
}
.grow:hover{
    color: #0085cf !important; 
}
.work{
    background-color: #37c64b !important;
}
.work:hover{
    background-color: #2bb1e0 !important;
    border: 1px solid #2bb1e0;
}

.quality{
    font-size: 18px !important;
}
.high:hover{
    color: #2bb1e0 !important;
}

/* .center-text{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-right: 10px;
}

.center-text h2{
    margin: 0;
    text-align: center;
} */

.video-btn{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    background-color: #e2b00e; 
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    /* border: none; */
}
.video-btn.demo-style {
    background-color: #ffffff !important; 
    color: #000000 !important;         
}
.video-btn.demo-style:hover {
    background-color: #f2f2f2 !important; 
    color: #000000 !important;
}

.video-btn i{
   font-size: 14px;
}

.video-btn:hover{
   color:white !important;

}
/* section 3 testimonial */
.big-mac-section {
    padding: 40px 0;
}

.simple-way .lorem-ipsum {
    margin-bottom: 10px;
}
.simple-way {
    text-align: center;
    font-family: sans-serif; 
    color: #4a4a4a;         
}

.lorem-ipsum {
    max-width: 670px;
    font-size: 19px;
    margin: 0 auto 60px auto;
    text-align: center;
    padding: 0 15px;
    word-wrap: break-word; 
    line-height: 1.6;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
}
@media (max-width: 768px) {
    .lorem-ipsum {
        font-size: 16px; 
        padding: 0 20px; 
        line-height: 1.5;
        margin-bottom: 30px; 
        display: block;
        max-width: 100%;
        text-align: justify;
        text-justify: inter-word;
        hyphens: auto;
    }
    
    .simple-way h2 {
        font-size: 24px;
        padding: 0 10px;
        margin-top: 20px;
        margin-bottom: 15px;
    }
}

.big-mac-image {
    display: flex;
    justify-content: center;
    margin-top: 0;
    overflow: hidden;
}

.big-mac-image img {
    width: auto; 
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

/* end section 3 testimonial */

/* testymonial section start */

.features-more {
   display: flex;
   top: 5px;
   justify-content: center;
   margin-top: 53px;

}

.view-more-feat {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.pass-fe {
    max-width: 670px;
    font-size: 19px;
    margin: 0 auto 60px; 
    text-align: center;
    padding: 0 15px;
    line-height: 1.7; 
    text-align: justify;
    text-justify: inter-word;  
}

@media (max-width: 768px) {
   .pass-fe {
        font-size: 16px;
        text-align: justify;
        text-justify: inter-word;
        hyphens: auto;
    }
}

.mat-fe{
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

/* testymonial section start */

/* CARD BODY */
.card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px;
}

/* CARD */
.product-custom-card {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    background: #fff;
    display: flex;
    flex-direction: column;
    min-height: 260px; /* card choto */
}

/* IMAGE WRAPPER */
.card-img-wrapper {
    width: 100%;
    height: 100px; 
    padding: 10px;
    overflow: hidden;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* IMAGE */
.card-img-wrapper img {
    height: 200px;
    margin-top: 5px; /* image choto */
    width: 100%;
    object-fit: contain;
}

/* PRODUCT NAME */
.product-name {
    font-size: 1rem;
    font-weight: 700;
    color: #002b5c;
    /* min-height: 40px; */
    margin-bottom: 6px;
}

/* SHORT DESCRIPTION */
.product-short-desc {
    font-size: 0.85rem;
    color: #6c757d;
    min-height: 36px;
    margin-bottom: 12px;
}

/* SEE MORE */
.see-more-link {
    text-decoration: none;
    color: #28a745;
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    transition: 0.3s;
}

.see-more-link:hover {
    color: #1e7e34;
    letter-spacing: 1px;
}

label.error {
    color: red !important;
    font-size: 13px;
    margin-top: 5px;
}

/* our client logo start */
.client-logo-carousel img {
    width: 120px;          
    height: 80px;        
    object-fit: contain;
    margin: auto;
}

.client-logo-carousel .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* our client logo end */

/* navbar get a quote mobile deisgn start*/
@media (max-width: 991px) {
    .navbar-collapse .custom-btn {
        margin-left: 0 !important; /* remove ms-3 effect */
    }
}
/* navbar get a quote mobile deisgn end */

/* our logo deisgned section start  */

.logo-image-designed {
    width: 100%;
    max-width: 100%;
    max-height: 220px;
    object-fit: contain;
    display: block;
    margin: 0 auto;  
}

/* Mobile view fix */
@media (max-width: 767px) {
    .logo-image-designed {
        width: 90%;         
        margin: 0 auto;
    }

    .col-lg-4,
    .col-md-6 {
        text-align: center;
    }
}

/* our logo deisgned section end */


/* footer dsign start */
@media (max-width: 767px) {

    /* Footer only: Get In Touch & Quick Links left */
    .bg-dark .section-title,
    .bg-dark .section-title h3 {
        text-align: left !important;
    }

    .bg-dark .d-flex {
        justify-content: flex-start !important;
        text-align: left !important;
    }

    .bg-dark .d-flex i {
        min-width: 20px;
    }

    .bg-dark .d-flex.mt-4 {
        justify-content: flex-start !important;
    }

    .bg-dark .link-animated a {
        padding: 10px 0;
        font-size: 16px;
        display: flex;
        align-items: center;
    }

}
@media (max-width: 767px) {
    .qut-sec{
        text-align: justify !important;
    }
}

/* footer deisgn deisgn end */

.whatsapp-float {
  position: fixed;
  bottom: 35px;
  left: 20px;
  z-index: 1000;
}
@media (max-width: 767px) {
    .whatsapp-float {
      bottom: 34px;
    }
}

.whatsapp-float img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.whatsapp-float img:hover {
  transform: scale(1.1);
}

/***** Global Slide *****/
.slide-right, .slide-left {
  width: 100%;
  margin-bottom: 50px;
}

/***** Slide Right *****/
.slide-right {
  animation: 3s slide-right;
}
@keyframes slide-right {
  from {
    margin-left: -100%;
  }
  to {
    margin-left: 0%;
  }
}

/***** Slide Left *****/
.slide-left {
  animation: 3s slide-left;
}
@keyframes slide-left {
  from {
    margin-left: 100%;
  }
  to {
    margin-left: 0%;
  }
}

/***** Misc Styles *****/
/*.container {*/
/*  width: 500px;*/
/*  margin: auto;*/
/*  background: #fff;*/
/*  padding: 20px;*/
/*  overflow: hidden;*/
/*  box-shadow: 0 0 25px #000;*/
/*  margin-top: 30px;*/
/*  border: 1px solid #444;  */
/*  text-align: center;*/
/*}*/
/*body {*/
/*  background: #e2e2e2;*/
/*}*/

/***** FadeIn Underline *****/
.line {
  border-bottom: 3px solid red;
  width: 200px;
  margin: auto;
}
.fade-in {
  animation: fadeIn ease 3s;
}
@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

.pro-title{
    background-color: #040e30;
}
.card-link{
    text-align: center;
    color: #ffffff !important;
    text-decoration: underline !important;
}
/*.card-img-top{*/
/*    width: 310px;*/
/*    height: 210px;*/
/*}*/
.bg-dark{
    /*text-align: center;*/
    /*text-decoration: underline;*/
}
.our-pro-title{
    text-align: center;
    text-decoration: underline;
}
/*Anish*/

.footer-text{
    text-align: justify;
}
/*Anish*/














