
/*** Spinner Start ***/
/*** Spinner ***/
body{
    background-color: #eceee9;
}
#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;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

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

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

.btn-md-square {
    width: 44px;
    height: 44px;
}

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

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
    border: none;
}

.btn.btn-primary:hover {
    background: #0c1250;
    color: white;
}
.text-primary {
    color: #081151 !important;
}

.btn.btn-light {
    color: var(--bs-primary);
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
}


/*** Topbar Start ***/
.topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--bs-primary);
}

.topbar .dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 11px;
    border: 0;
    transition: .5s;
    opacity: 1;
}

/*** Topbar End ***/



/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Roboto', sans-serif;
    position: relative;
    margin-right: 60px;
    padding: 35px 0;
    color: black;
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link,
.sticky-top.navbar-light .navbar-nav .nav-item .nav-link {
    padding: 20px 0;
    color: var(--bs-wheat);
}

.navbar-light .navbar-nav .nav-item .nav-link {
    color: var(--bs-white);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-item .nav-link.active  {
    color: #048c70;
}

.navbar-light .navbar-brand img {
    /* top: 10px; */
    /* max-width: 70px; */
    transition: .5s;
    /* margin-top: -83px; */
}
.logoheader{
    height: 100px;
    width: 100px;
}
.sticky-top.navbar-light .navbar-brand img {
    /* max-height: 70px; */
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}
.text-primary4{
    color: #7589d1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

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

    .navbar-light .navbar-nav .nav-item .nav-link {
        color: var(--bs-dark);
    }

    .navbar-light .navbar-brand img {
        max-height: 70px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
        background-color:#eceee9;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light);
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: #048c70;
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        bottom: -1px;
        left: 50%;
        background: #048c70;
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::after,
    .navbar-light .navbar-nav .nav-link.active::after {
        width: 2px;
        height: 12px;
    }
}
/*** Navbar End ***/

/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item img {
    object-fit: cover;
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
        height: 700px;
}


.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: #088d6c;
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 30px;
    margin-left: 90px;
}
.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    left: 30px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 var(--bs-light);
    color: var(--bs-primary);
}


.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    padding-top: 120px;
    background: rgba(0, 0, 0, 44%);
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }
}

@media (max-width: 767px) {
    .header-carousel .owl-nav .owl-prev {
        left: 50%;
        transform: translateX(-50%);
        margin-left: -45px;
    }


    .header-carousel .owl-nav .owl-next {
        left: 50%;
        transform: translateX(-50%);
        margin-left: 45px;
    }
}


.header-carousel .header-carousel-item img {
    animation-name: image-zoom;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 1s;
}

@keyframes image-zoom {
    0%  {height: 100%; opacity: 0.9;}

    25% {height: 110%; opacity: 0.50;}

    50% {height: 115%; opacity: 1;}

    75% {height: 110%; opacity: 0.50;}

    100% {height: 100%; opacity: 0.9;}
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 60px 0;
    transition: 0.5s;
}
.bg-breadcrumb1 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgb(60 59 59 / 70%), rgb(62 61 61 / 70%)), url(../NEWIMAGES/background/bac1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 60px 0;
    transition: 0.5s;
}
.bg-breadcrumb2 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgb(60 59 59 / 70%), rgb(62 61 61 / 70%)), url(../NEWIMAGES/background/bac2.jpg);
  
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 60px 0;
    transition: 0.5s;
}
.bg-breadcrumb3 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgb(60 59 59 / 70%), rgb(62 61 61 / 70%)), url(../NEWIMAGES/background/bac3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 60px 0;
    transition: 0.5s;
}
.bg-breadcrumb4 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgb(60 59 59 / 70%), rgb(62 61 61 / 70%)), url(../NEWIMAGES/background/bac4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 60px 0;
    transition: 0.5s;
}
.bg-breadcrumb5{
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgb(60 59 59 / 70%), rgb(62 61 61 / 70%)), url(../NEWIMAGES/background/bc5.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 60px 0;
    transition: 0.5s;
}

@media (min-width: 992px) {
    .bg-breadcrumb {
        padding: 140px 0 60px 0;
    }
}

@media (max-width: 991px) {
    .bg-breadcrumb {
        padding: 60px 0 60px 0;
    }
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/


/*** Service Start ***/
.service .service-item {
    background: var(--bs-light);
    border-radius: 10px;
    transition: 0.5s;
}

.service .service-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.2);
}
/*** Service End ***/


/*** Features Start ***/
.feature .feature-item {
    text-align: center;
    border-radius: 10px;
    background: #c5c4c4;
    border: 1px solid transparent;
    transition: 0.5s;
}

.feature .feature-item:hover {
    border: 1px solid #1a7dc3;
}

.feature .feature-item .feature-icon {
    background: var(--bs-white);
    border-radius: 10px;
    display: inline-block;
}
/*** Features End ***/

/*** Offer Start ***/
.offer-section .nav a.accordion-link {
    width: 100%;
    border-radius: 10px;
    display: flex;
    background: var(--bs-white);
    transition: 0.5s;
}

.offer-section .nav a.accordion-link.active {
    color: var(--bs-white);
    background: var(--bs-primary);
}

.offer-section .nav a.accordion-link h5 {
    transition: 0.5s;
}

.offer-section .nav a.accordion-link.active h5 {
    color: var(--bs-white);
}
/*** Offer End ***/

/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    background: var(--bs-white);
    box-shadow: inset 0 0 45px rgba(0, 0, 0, .1);
    transition: 0.5s;
}

.blog .blog-item a {
    transition: 0.5s;
}

.blog .blog-item:hover a:hover {
    color: var(--bs-primary);
}

.blog .blog-item .blog-img {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 208, 132, 0.1);
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item:hover .blog-img::after {
    opacity: 1;
}

.blog .blog-item .blog-img .blog-title {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 5;
}

.blog .blog-item .blog-img .blog-title a {
    color: var(--bs-white);
    background: #06866c;
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img .blog-title a:hover {
    color: var(--bs-dark);
}

.blog-carousel .owl-stage-outer {
    margin-top: 58px;
}

.blog .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: #1a7dc3;
    color: var(--bs-white);
    padding: 6px 35px;
    border-radius: 30px;
    transition: 0.5s;
}

.blog .owl-nav .owl-prev:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
}

.blog .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background:#1a7dc3;
    color: var(--bs-white);
    padding: 6px 35px;
    border-radius: 30px;
    transition: 0.5s;
}

.blog .owl-nav .owl-next:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
}
/*** Blog End ***/


/*** FAQs Start ***/
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-secondary);
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: #918b8b;
}
/*** FAQs End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    padding: 0 25px 25px 25px;
    border-radius: 10px;
    transition: 0.5s;
}

.team .team-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: var(--bs-light);
    border-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-item:hover::before {
    height: 0;
}

.team .team-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-item:hover::after {
    height: 100%;
    background: #05164c;
}

.team .team-item .team-img {
    width: 100%; 
    height: 100%;
    border-radius: 100%;
    position: relative;
    margin-top: 50%;
    transform: translateY(-50%);
    margin-bottom: -50%;
    display: flex;
    justify-content: center;
    border: 4px solid #1a7dc3;
    border-style: dotted;
    padding: 4px;
    background: var(--bs-white);
    transition: 0.5s;
}

.team .team-item:hover .team-img {
    border: 4px solid var(--bs-white);
    border-style: dotted;
    background: 0;
}

.team .team-item .team-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transition: 0.5s;
}

.team .team-item .team-title {
    padding: 25px 0 25px 0;
    text-align: center;
}

.team .team-item .team-title h4,
.team .team-item .team-title p {
    transition: 0.5s;
}

.team .team-item:hover .team-title h4,
.team .team-item:hover .team-title p {
    color: var(--bs-white);
}

.team .team-item .team-icon {
    display: flex;
    justify-content: center;
}

.team .team-item .team-icon a {
    transition: 0.5s;
}

.team .team-item:hover .team-icon a {
    color: var(--bs-dark);
    background: var(--bs-white);
}

.team .team-item:hover .team-icon a:hover {
    color: var(--bs-primary);
    background: var(--bs-dark);
}
/*** Team End ***/

/*** Testimonial Start ***/
.testimonial .testimonial-item {
    position: relative;
    margin-bottom: 30px;
    padding: 0 25px 25px 25px;
}

.testimonial .testimonial-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 50px);
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-light);
    z-index: -1;
}

.testimonial .testimonial-item .testimonial-img {
    display: flex;
    justify-content: center;
}

.testimonial .testimonial-item .testimonial-img img {
    width: 100px; 
    height: 100px;
    border-radius: 100px;
    border: 5px solid var(--bs-light);
    border-style: double;
    background: var(--bs-white);
}

.testimonial .testimonial-item .testimonial-text {
    padding: 25px 0;
    text-align: center;
}

.testimonial .testimonial-item .testimonial-title {
    display: flex;
    justify-content: space-between;
}

.testimonial .testimonial-item  .testimonial-quote-left {
    position: absolute;
    width: 60px; 
    height: 60px;
    top: 20px;
    left: 25px;
    border-radius: 60px;
    color: #06866c;
    background: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-item  .testimonial-quote-right {
    position: absolute;
    width: 60px; 
    height: 60px;
    bottom: -30px;
    right: 25px;
    margin-top: -5px;
    border-radius: 60px;
    color: #06866c;
    background: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-stage-outer {
    margin-top: 58px;
    margin-right: -1px;
}

.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: #06866c;
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: #1a7dc3;
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: #1a7dc3;
    color: var(--bs-white);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 20px 10px 0 10px;
    background: #06866c;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #06866c;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: #111a55;
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
    transition: 0.5s;
}

/*** Testimonial End ***/

/*** Footer Start ***/
.footer {
    background: #e7dfdf;
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item a {
    line-height: 35px;
    color: #000000;
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary);
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    background: var(--bs-dark);
}
/*** copyright end ***/




/* Own Changes By BS */
.footer-item p,a{
    color: #000000;
}
.whatsapp-float img{
    width: 50px;
    position: fixed;
    bottom: 40px;
    left: 20px;
    border-radius: 10px;
    z-index: 1;
}
.iconsize1{
    width: 60px;
    height: 60px;
}
.service-img img{
    height: 277px;
}
.blog-img img{
    height: 286px;
}

section {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.acontainer {
    display: flex;
    align-items: center;
    /* max-width: 1200px; */
    margin: 0 auto;
    width: 100%;
}

.ccontent {
    flex: 1;
    padding: 10px;
}

.photo {
    flex: 1;
    padding: 10px;
}

.ccontent h2 {
    margin-top: 0;
    color: #333;
}

.ccontent p {
    color:#757474;
    padding: 15px;
}

.photo img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Specific styles for content-photo */


.ccontent p{
    text-align: justify !important;
    line-height: 30px;
}
.ccontent h2{
    color:#58a996;
}

/* choose us section emds */

/* mission vision section starts */
.mission-vision {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
    /* background-color: rgb(240, 187, 195); */
}

.mvcontainer {
    display: flex;
    justify-content: space-around;
    width: 100%;
    /* max-width: 1200px; */
}

.flip-card {
    width: 400px;
    height: 400px;
    perspective: 1000px;
    margin: 0 10px;
}

.flip-card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    border-radius: 8px;
    background-color: pink;
}

.flip-card-front {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 2px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #187cc3;
}

.flip-card-front img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-bottom: 2px solid #ddd;
    border-radius: 8px 8px 0 0;
}

.flip-card-front .mvcontent {
    padding: 20px;
    text-align: center;
    font-size: 15px;
}

.flip-card-back {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;
    justify-content: center;
    background-color: #f5f5f5;
    color: #757474;
    transform: rotateY(180deg);
    padding: 20px;
    /* text-align: center; */
    border: 2px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/* mission vision section ends */
/* service section starts */
.content-section {
    padding: 20px;
    background-color: #fff;
    /* max-width: 1200px; */
    margin: 0 auto;
}

.container {
    display: flex;
    flex-direction: column;
}

.line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.content-box,
.image-box {
    flex: 1;
    margin: 0 10px;
    height: 400px;
    width: 500px;
}

.content-box {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    text-align: justify;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 500px;
    height: 400px;
    
}

.image-box img {
    padding: 20px;
    width: 600px;
    height: 400px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.left-content {
    order: 1;
    text-align: justify; /* Ensures content appears on the left in the first line */
}

.right-image {
    order: 2; /* Ensures image appears on the right in the first line */
}

.left-image {
    order: 1; /* Ensures image appears on the left in the second line */
}

.right-content {
    order: 2; /* Ensures content appears on the right in the second line */
}

h2 {
    margin-top: 0;
    color: #58a996;
}

p {
    color:#918b8b;
}

/* service section ends */

/* career section starts */
.career-section {
    padding: 20px;
    background-color: #fff;
    margin: 20px auto;
    max-width: 800px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.job-listing h2 {
    text-align: center;
    color: #333;
}

.job-item {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fafafa;
}

.job-item h3 {
    margin-top: 0;
    color: #333;
}

.job-item p {
    margin: 5px 0;
    color: #757474;
}

.apply-button {
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    background-color: #071555;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
}

.apply-button:hover {
    background-color: #071555;
    color: white !important;
}
/* career sction ends */

/* blog section starts */
.blog-section {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.blog-post {
    display: flex;
    
    align-items: center;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.blog-post.reverse {
    flex-direction: row-reverse;
}

.blog-image {
    width: 550px;
    height: auto;
    border-radius: 8px;
    margin-right: 20px;
    padding: 20px;
}

.blog-post.reverse .blog-image {
    margin-right: 0;
    margin-left: 20px;
}

.blog-content {
    width: 100%;
    padding: 20px;
    text-align: justify;
}

.blog-content h2 {
    margin-top: 0;
    color: #0a8769;
}

.blog-content p {
    color: #757474;
    text-align: justify;
}

@media (max-width: 768px) {
    .blog-post {
        flex-direction: column;
    }

    .blog-content, .blog-image {
        padding: 10px;
    }
}
/* blog section ends */

/* aplly form starts */
.bcontainer {
    width: 50%;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.hea{
    text-align: center;
    margin-top: 2rem;
}
.acontainer h2 {

    text-align: center;
    margin: 0px;
  
}
.form-group {
    margin-bottom: 15px;
    width: 100%;
}
.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    width: 700px;
}
.form-group input[type="text"],
.form-group input[type="file"],
.form-group textarea {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.form-group textarea {
    resize: vertical;
}
.form-group input[type="submit"] {
    background-color: #071555;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.form-group input[type="submit"]:hover {
    background-color: #45a049;
}
/* apply fornmends */

.btn-primary {
    color: #000;
    background-color: #06866c;
    
}
.btn-primary:hover{
    background-color: #1a7dc3;
    color: white !important;
}
a:hover {
    color: #02876c !important;
}
.navbar.navbar-expand-lg .navbar-toggler {
    padding: 10px 20px;
    border: 1px solid #1a7dc3;
    color: #1a7dc3;
}
.img-fluid5{
    border: 1px solid gray;
    height: 550px;
    width: 400px;
    box-shadow: #2684c7;

}

.rounded-bottom{
    /* height: 566px; */
    width: 100%;
}
/* Dropdown menu styling */
.dropdown-menu {
  
    border: 1px solid #ddd;
    margin-top: 0; /* Ensure it appears directly under the Services link */
    padding: 10px 0;
    width: 200px;
    height: 70px; /* Make the dropdown as wide as the parent */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    background:#1a7cc2;
    text-align: center;
    align-items: center;
}

.dropdown-item {
    padding: 10px 20px;
    color: white;
    font-size: 14px;
    background-color:#1a7cc2;
}

.dropdown-item:hover {
    background-color: #f4f4f5;
    color: white;
}

/* Align the dropdown directly below the Services link */
.navbar-nav .dropdown-menu {
    left: 50%;
    right: 0;
    text-align: center; /* Center-align the dropdown items */
}

.navbar-nav .dropdown-menu .dropdown-item {
    display: block;
}
.dropdown-submenu {
    position: relative;
   
}

.submenu {
    top: 0;
    left: 80%; /* Position it to the right of the parent menu */
    width: 200px;
    height: 250px; /* Adjust width as needed */
    display: none; /* Hide by default */
}

.dropdown-submenu:hover .submenu {
    display: block; /* Show nested dropdown on hover */
    margin: 0px 0px 0px 99px;
}
.submenu .dropdown-item{
    padding: 10px 20px;
    color: white;
    font-size: 14px;
    background-color: #1a7cc2;
}
.submenu .dropdown-item:hover{
    background-color: #e3f0f0;
    color: rgb(250, 243, 243);
}





/* Additional styling for responsiveness */
@media (max-width: 991.98px) {
    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        width: auto;
    }
}




/* new service section starts */
.ssection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #10122e;
    padding: 50px;
    color: #333;
    border-radius: 10px;
    margin: 20px;
}

.scontent {
    flex: 1;
    padding: 20px;
}

.scontent h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.scontent p {
    font-size: 18px;
    line-height: 1.6;
    text-align: justify;
    color: white;
}

.simage {
    flex: 1;
    text-align: right;
    width: 300px;
    height: 300px;
}

.simage img {
    width: 500px;
    height: 348px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .ssection {
        flex-direction: column;
        text-align: center;
    }

    .scontent {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .simage {
        text-align: center;
    }
}
.body1 {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}

.sscontainer {
    display: flex;
    justify-content: space-between;
    padding: 50px;
    gap: 20px;
}

.box {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    flex: 1;
    max-width: 30%;
}

.box img {
    width: 100%;
    height: 300px;
    border-bottom: 2px solid #f1f1f1;
}

.box .content {
    padding: 20px;
    
}




.box .content h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.box .content p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}


.img1{
   height: 400px;
   width: 300px;
   padding: 20px;  
}
.img2{
    height: 300px;
    width: 300px;
    padding: 20px;  
 }
.img_box{
    height: 300px;
}
@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .box {
        max-width: 100%;
        margin-bottom: 20px;
    }
}
/* new service section ends */
@media(max-width : 600px){
    .acontainer{
        display: block;
    }
    .mission-visio{
        display: block;
    }
    .py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .line{
        display: block;
    }
    .content-box,
.image-box {
    flex: 1;
  
    height: 370px;
    width: 200px;
}

.content-box {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    text-align: justify;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 370px;
    height: 500px;
    
}
.image-box img {
    padding: 20px;
    width: 370px;
    height: 400px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.blog-section {
    padding: 20px;
    width: 100%;
    
}
.blog-image {
    width: 400px;
    height: auto;
    border-radius: 8px;
    margin-right: 20px;
    padding: 20px;
}
.blog-post.reverse .blog-image {
   margin-left: 0px;
}
.bcontainer{
    width: 100%;
}
.mvcontainer {
    display: block;
    justify-content: space-around;
    width: 200px;
    margin: 0px;
    padding: 10px;
}
.flip-card {
    width: 300px;
    height: 400px;
    padding: 10px;
   
}

.flip-card-front img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-bottom: 2px solid #ddd;
    border-radius: 8px 8px 0 0;
}
.mission-vision {
    display: block;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
   
    /* background-color: rgb(240, 187, 195); */
}



}



.sscontainer1{
    display: flex;
    justify-content: center;
    gap: 30px;
}



.logoheader1{
    height: 100px;
    width: 100px;
}


.logoheadernew {
    width: 160px;
    height: 89px;
}

.logofooter {
    /* max-height: 70px; */
    width: 177px;
    height: 106px;
}

.bgnew12{
    background-color: #d7dddc;
}


.button-container1 {
    text-align: center;
   padding: 10px;
}

.know-more-btn {
    display: inline-block;
    padding: 12px 24px;
    background-color: #007BFF;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 25px;
    font-size: 16px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.know-more-btn:hover {
    background-color: black;
   
    transform: scale(1.05);
}



@media (max-width: 768px) {
    .know-more-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .know-more-btn {
        padding: 8px 16px;
        font-size: 12px;
    }
}
.why{
    text-align: center;
    padding: 20px;
}
.get{
    text-align: center;
    padding: 20px;

}
.para{
    padding: 20px 50px;
    text-align: justify;
    justify-content: center;
}
.btn-primary7{
    margin-top: 54px;
}
.btn-primary6{
    margin-top: 52px;
}
.btn-primary5{
    margin-top: 72px;
}
.btn-primary5 {
    color: white;
    background-color: #06866c;
}
.btn-primary5:hover {
    color: white;
    background-color: #08144d;
}
.btn-primary6{
    color:white;
    background-color: #06866c;
}
.btn-primary6:hover {
    color: white;
    background-color: #08144d;
}
.btn-primary7 {
    color: white;
    background-color: #06866c;
}
.btn-primary7:hover {
    color: white;
    background-color: #08144d;
}
.btn.btn-primary5:hover {
    background: #0c1250;
    color: white;
}
.btn.btn-primary6:hover {
    background: #0c1250;
    color: white;
}
.btn.btn-primary7:hover {
    background: #0c1250;
    color: white;
}
a:hover {
    color: #02876c !important;
}
@media(max-width:600px){
    .simage img {
        width: 312px;
        height: 348px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

.sscontainer {
    display: block;
    padding: 20px;

}
.sscontainer1 {
    display: block;
}

.scontent {
    flex: 1;
    padding: 12px;
}
.bcontainer {
    width: 100%;
    overflow: hidden;
}
.rounded-bottom {
    height: auto;
    width: 100%;
}
.img-fluid5 {
    border: 1px solid gray;
    height: auto;
}
.scontent p {
    font-size: 18px;
    line-height: 1.6;
    width: 281px;
    text-align: left;
    color: white;
}
.header-carousel .header-carousel-item, .header-carousel .header-carousel-item img {
    height: 441px;
}
.logoheadernew {
    width: 120px;
    height: 64px;
}

}

.footer .footer-item i:hover {
    color:white !important;
}

.aboutheadforyear{
    width: 127%;
}

.team .team-item {
    min-height: 300px;
    position: relative;
    padding: 0 25px 25px 25px;
    border-radius: 10px;
    transition: 0.5s;
}