.banner {
    height: 50vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 90px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

@media (min-width:991px) {
    .navbar {
        width: 100%;
        position: fixed;
        background: white;
        height: 70px;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
    }

    .navbar-dark .navbar-nav .nav-link {
        color: black !important;
    }

    .navbar .navbar-brand h1 img {
        filter: none;
    }
}

@media (max-width:991px) {
    .banner {
      margin-top: 0px;
    }

    .banner h2{
        text-align: center;
        width: 80% !important;
    }

    .main_about {
        padding: 50px 0px 15px 0px;
    }
    .main_webservice {
        padding: 30px 0px 30px 0px;
    }
}


/* about page css */

.navbar-dark .navbar-nav .nav-link {
    color: black !important;
}

.navbar .navbar-brand h1 img {
    filter: none;
}

.about .content h3 {
    font-weight: 600;
    font-size: 26px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding-left: 28px;
    position: relative;
}

.about .content ul li+li {
    margin-top: 10px;
}

.about .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;

    line-height: 1;
}

.about .content p:last-child {
    margin-bottom: 0;
}

.about .content .btn-learn-more {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.3s;
    line-height: 1;

    animation-delay: 0.8s;
    margin-top: 6px;

}

.about .content .btn-learn-more:hover {

    color: #fff;
    text-decoration: none;
}

/*  */

.border-info {
    border-left: 5px solid rgb(13, 82, 255) !important;
}

.border-danger {
    border-left: 5px solid rgb(13, 82, 255) !important;
}

.border-success {
    border-left: 5px solid rgb(13, 82, 255) !important;
}

.border-warning {
    border-left: 5px solid rgb(13, 82, 255) !important;
}


.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: .25rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
}

.bg-gradient-scooter {
    background: #17ead9;
    background: -webkit-linear-gradient(45deg, #17ead9, #6078ea) !important;
    background: linear-gradient(45deg, #17ead9, #6078ea) !important;
}

.widgets-icons-2 {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ededed;
    font-size: 27px;
    border-radius: 10px;
}

.rounded-circle {
    border-radius: 50% !important;
}

.text-white {
    color: #fff !important;
}

.ms-auto {
    margin-left: auto !important;
}

.main_about {
    padding: 50px 0px 15px 0px;
}


/* career pages css */

.career_main {
    padding: 50px 0px 150px 0px !important;
}

.job_row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
    column-gap: 10px;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}

@media (max-width:600px) {
    .job_row {
        grid-template-columns: repeat(1, 1fr);
        padding: 0px 10px;
    }
}

.job-card {
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.10);
    padding: 20px 16px;
    background-color: white;
    border-radius: 8px;
    transition: .2s;
}

/* .job-card:hover {
    transform: scale(1.02);
} */

.job-card svg {
    width: 46px;
    padding: 10px;
    border-radius: 8px;
}

.job-card-title {
    font-weight: 600;
    margin-top: 16px;
    font-size: 14px;
}

.job-card-subtitle {
    color: var(--subtitle-color);
    font-size: 13px;
    margin-top: 14px;
    line-height: 1.6em;
}

.job-card-header {
    display: flex;
    align-items: flex-start;
}

.job-detail-div {
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.job-detail-buttons {
    display: flex;
    float: row;
    flex-wrap: wrap;
    gap: 5px;
}

.job-card-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
}

.job-card-buttons .card-buttons {
    background: #0162ff;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 5px 10px
}

.job-card-buttons .card-buttons-msg {
    background: #f0f0f0;
    border: none;
    border-radius: 5px;
    color: rgba(0, 0, 0, 0.5);
    padding: 5px 10px
}

.detail-button {
    background-color: #e1ebfb;
    color: #0162ff;
    font-size: 11px;
    font-weight: 500;
    padding: 6px 8px;
    border-radius: 4px;
    border-width: 0px;
    transition: 0.5s ease-in-out;
}

.job-description {
    height: 0px;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}

.job-description.show {
    height: 800px;
}

.job-det .section-title::before {
    height: 1.5px !important;
}

/* our team css */
.team {
    padding: 50px 100px 150px 100px;
}

@media (max-width:990px) {
    .team {
        padding: 50px 0px 50px 0px;
    }
}


.main_team {
    margin-top: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    row-gap: 70px
}

.profile-card {
    position: relative;
    font-family: sans-serif;
    width: 220px;
    height: 220px;
    background: #fff;
    padding: 30px;
    border-radius: 50%;
    box-shadow: 0 0 22px #3336;
    transition: .6s;
    margin: 0 25px;
}

.profile-card:hover {
    border-radius: 10px;
    height: 260px;
}

.profile-card .img {
    position: relative;
    width: 100%;
    height: 100%;
    transition: .6s;
    z-index: 99;
}

.profile-card:hover .img {
    transform: translateY(-60px);
}

.img img {
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 0 22px #3336;
    transition: .6s;
}

.profile-card:hover img {
    border-radius: 10px;
}

.caption {
    text-align: center;
    transform: translateY(-80px);
    opacity: 0;
    transition: .6s;
}

.profile-card:hover .caption {
    opacity: 1;
}

.caption h3 {
    font-size: 21px;
    font-family: sans-serif;
}

.caption p {
    font-size: 15px;
    color: #0c52a1;
    font-family: sans-serif;
    margin: 2px 0 9px 0;
}

.social{
    display: flex !important;
    flex-direction: row !important;
    gap: 8px;
}

.caption .social-links a {
    color: #333;
    margin-right: 15px;
    font-size: 21px;
    transition: .6s;
}

.social-links a:hover {
    color: #0c52a1;
}

/* faq pages css */

.main_faq {
    padding: 50px 0px !important;
}

@media (max-width:990px) {
    .main_faq {
        padding: 20px 0px !important;
    }

    .accordion {
        width: 95% !important;
    }
}

.accordion {
    width: 80%;
    background-color: white;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    max-width: 1000px;
    margin: 0rem auto;
}

.accordion-item {
    background-color: #fff;
    color: #111;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    margin: 1rem 0;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.accordion-item-header::after {
    content: "\002B";
    font-size: 24px;
    position: absolute;
    right: 1rem;
}

.accordion-item-header.active::after {
    content: "\2212";
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

/* our service css */
.main_ourservice {
    padding: 50px 0px 50px 0px !important;
}

@media (max-width:991px) {
    .main_ourservice {
        padding: 50px 0px 50px 0px !important;
    }
}


/* it service css */

.service {
    position: relative;
    width: 100%;
    padding:50px 0 15px 0;
}

.service .service-item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 20px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: .3s;
}

.service .service-item:hover {
    border-color: transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}
.serv-ico{
    max-width: 20% !important;
   margin: auto;
}
.service .service-item img {
    /* max-height: 50px; */
    margin-bottom: 20px;
    max-width: 100% !important;
}

.service .service-item h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1px;
}

.service .service-item p {
    font-size: 16px;
    /* height: 100px !important;
    text-overflow: ellipsis; */
    overflow: hidden;
}

.service .service-item a {
    position: relative;
    font-size: 16px;
    color: #0796fe;
    transition: .3s;
}

.service .service-item a::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    bottom: -3px;
    left: 10%;
    background: #0796fe;
}

.service .service-item:hover a.btn {
    color: #092a49;
    background: #1d2434;
    border-color: #1d2434;
}  
.service a{
    height: 100%;
    color: black;
}

/* projects page css */

section {
    padding: 30px 150px !important;
    overflow: hidden;
}

@media (max-width:991px) {
    section {
        padding: 30px 20px !important;
        overflow: hidden;
    }   
}

.section-bg {
    background-color: #f4f9fc;
}

.section-title {
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
    color: #2f4d5a;
    z-index: 2;
}

.section-title h2::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 122px;
    height: 66px;

    z-index: -1;
}

.section-title p {
    margin-bottom: 0;
}

.portfolio {
    padding: 50px 0px 15px 0;
}

@media (max-width:991px) {
    .portfolio {
        padding: 30px 0px 30px 0 !important;
    }
    .banner {
        margin-top: 0px;
    }
}

.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 35px auto;
    list-style: none;
    text-align: center;
    background: #ecf5f9;
    border-radius: 50px;
    padding: 2px 15px;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px 8px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #2f4d5a;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #67b0d1;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
    opacity: 1;
    left: 0;
    right: 0;
    bottom: -60px;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s;
    display: flex;
    justify-content: center;
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: #fff;
    font-size: 28px;
    text-align: center;
    background: rgba(103, 176, 209, 0.75);
    transition: 0.3s;
    width: 50%;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    background: rgba(103, 176, 209, 0.95);
}

.portfolio .portfolio-wrap .portfolio-links a+a {
    border-left: 1px solid #8ec4dd;
}

.portfolio .portfolio-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
    opacity: 1;
    bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #67b0d1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #67b0d1;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(47, 77, 90, 0.08);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}



@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 575px) {
    #footer .footer-top .footer-info {
        margin: -20px 0 30px 0;
    }
}


/* culture pages css */
#about-section {
    position: relative;
}

.blockabout {
    padding: 10px;
    background: white;
}


@media (max-width: 575px) {
    .potoaboutwrap img {
        max-width: 360px;
    }

    .text-muted {
        padding: 10px;
    }

    .banner {
        margin-top: 0px;
    }
}

.bootmason {
    height: 300px;
    border: 0px solid #ccc;
    background: white;
    background-size: cover;
    background-position: center center;
}

.height2x {
    height: 600px;
}

.no-pad .row {
    margin-right: 0;
    margin-left: 0;
}

.no-pad .row>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.grid1 {
    background-image: url("/img/photo1.JPG");
}

.grid2 {
    background-image: url("/img/photo2.JPG");
}

.grid3 {
    background-image: url("/img/photo3.JPG");
}

.grid4 {
    background-image: url("/img/photo4.JPG");
}

.grid5 {
    background-image: url("/img/photo1.JPG");
}

.grid6 {
    background-image: url("/img/photo2.JPG");
}

.grid7 {
    background-image: url("/img/photo3.JPG");
}

.grid8 {
    background-image: url("/img/photo4.JPG");
}

.grid9 {
    background-image: url("/img/photo1.JPG");
}

.grid10 {
    background-image: url("/img/photo2.JPG");
}

.grid11 {
    background-image: url("/img/photo3.JPG");
}

.how-section1 {
    padding: 50px 150px !important;
}

@media (max-width:991px) {
    .how-section1 {
        padding: 50px 20px !important;
    }
    .footer-top.foo-gap, .main_ourservice{
        padding: unset !important;
    }
}

.how-section1 h4 {
    color: #ffa500;
    font-weight: bold;
    font-size: 30px;
}

.how-section1 .subheading {
    color: #3931af;
    font-size: 20px;
}

.how-section1 .row {
    margin-top: 10%;
}

.how-img {
    text-align: center;
}

.how-img img {
    max-width: 100% !important;
}


/* contact pages css */

.banner {
    height: 50vh;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9)), url(../img/contact_banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 90px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
@media(min-width:991px) {
    .navbar {
        background: white;
        width: 100%;
        position: fixed;
        height: 70px;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
    }

    .navbar-dark .navbar-nav .nav-link {
        color: black
    }

    .navbar .navbar-brand h1 img {
        filter: none
    }
}

.location-img {
    height: 300px;
    width: 100%;
}

.card {
    border: none;
}

.main_contact {
    padding: 50px 0px 50px 0px !important;
}

@media (max-width:991px) {
    .main_contact {
        padding: 50px 0px 50px 0px !important;
    }
    .banner{
        margin-top: 0px;
    }
}

.front-face{
    background-position: cover;
}

.contact_new{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 50px;
    gap: 10px;
    justify-content: center;
}

@media (max-width:991px) {
    .contact_new{
        flex-direction: column;
    }
    .r-new{
        align-items: flex-start !important;
    }
    .text-c{
        text-align: center;
    }
}
.para{
    text-align: justify !important;
}