@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700|Roboto:400,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700&display=swap');

:root {
    --jsan-color: #012f62;
    --primary-color: #034671;
    --purple-color: #4141dc;
    --dark-color: #080707;
    --light-color: #f1f1f1;
    --body-font: 'Nanum Gothic', sans-serif;
    --heading-font: 'Montserrat', sans-serif;
    --color1: #2B32B2;
    --color2: #1488CC;
}

* {
    margin: 0;
    padding: 0;
    /* outline:2px solid red; */

}

body {
    /* background: var(--purple-color); */
    font-family: var(--body-font);
    color: var(--dark-color);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    color: var(--dark-color);
    font-weight: bold;

}

header {
    position: relative;
}

header:before {
    background: var(--color1);
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, var(--color1), var(--color2));
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, var(--color1), var(--color2));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
}

header {
    /* border-top:3px solid var(--primary-color); */
    display: flex;
    padding: 0;
    justify-content: space-between;
}

header .logo img {
    height: 70px;

}


/* banner  */

#banner {
    height: 80vh;
    background: url(../images/home-banner-jsan.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    color: white;
    padding: 1rem 2rem;
}

#innerBanner {
    height: 40vh;
    background-size: cover;
    position: relative;
    color: white;
    padding: 1rem 2rem;
}

.technologies-banner {
    background: url(../images/banners/technologies.jpg) no-repeat center center;
}
.api-banner {
    background: url(../images/banners/api-technologies.jpg) no-repeat center center;
}
.cloud-banner {
    background: url(../images/banners/cloud-technologies.jpg) no-repeat center center;
}
.cyber-banner {
    background: url(../images/banners/cyber-technologies.jpg) no-repeat center center;
}
.it-infra-banner {
    background: url(../images/banners/it-infra-technologies.jpg) no-repeat center center;
}
.devops-banner {
    background: url(../images/banners/devops-technologies.jpg) no-repeat center center;
}
.staffing-banner {
    background: url(../images/banners/staffing-services.jpg) no-repeat center center;
}
.about-banner {
    background: url(../images/banners/about-banner.jpg) no-repeat center center;
}
.about-banner {
    background: url(../images/banners/about-banner.jpg) no-repeat center center;
}
.leadership-banner {
    background: url(../images/banners/leadership-banner.jpg) no-repeat center center;
}
.testimonials-banner {
    background: url(../images/banners/testimonials-banner.jpg) no-repeat center center;
}
.locations-banner {
    background: url(../images/banners/locations-banner.jpg) no-repeat center center;
}
.contact-banner {
    background: url(../images/banners/contact-banner.jpg) no-repeat center center;
}
.career-banner {
    background: url(../images/banners/career-banner.jpg) no-repeat center center;
}
.business-advisory-banner {
    background: url(../images/banners/business-advisory-banner.jpg) no-repeat center center;
}
.programme-management-banner {
    background: url(../images/banners/programme-management-banner.jpg) no-repeat center center;
}
.technology-consultancy-banner {
    background: url(../images/banners/technology-consultancy-banner.jpg) no-repeat center center;
}
.analytics-banner {
    background: url(../images/banners/analytics-banner.jpg) no-repeat center center;
}
.privacy-banner {
    background: url(../images/banners/privacy-banner.jpg) no-repeat center center;
}
.web-banner {
    background: url(../images/banners/web-technologies-banner.jpg) no-repeat center center;
}
.robotic-banner {
    background: url(../images/banners/robotic-banner.jpg) no-repeat center center;
}
.datawarehouse-banner {
    background: url(../images/banners/datawarehouse-banner.jpg) no-repeat center center;
}
.erp-banner {
    background: url(../images/banners/erp-banner.jpg) no-repeat center center;
}
.gis-serivces-banner {
    background: url(../images/banners/gis-services.jpg) no-repeat center center;
}
.gis-technologies-banner {
    background: url(../images/banners/gis-technologies.jpg) no-repeat center center;
}
.header-content {
    margin-top: 4em;
}

.header-content h1 {
    color: white;
}

#canvas {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.5;
}

#innerBanner .header-content {
    margin-top: 2em;
}

#innerBanner h1 {
    color: #49eaff;
    text-shadow: 6px 5px 5px #00000050;
    text-align: center;
}
#innerBanner h1 small{
    color: #ffffff50;
    font-size: 1rem;
    text-align: center;
    font-weight: normal;
    text-shadow: 0px 0px 0px #00000050;

}

.content-wrapper {
    z-index: 2;
    position: relative;
}

/* #banner h1{
font-size:2.2em    ;
margin-bottom:0.5em
}
#banner p{
    font-size:1.2em; line-height: 1.5;
    margin-bottom:1em
} */
#banner h1 {
    font-size: 3em;
    margin-bottom: 1.5em;
    color: white;
}

#banner p {
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 1em
}

#banner button,
.view-all-btn {
    color: white;
    padding: 0 0.5em;
    border: none;
    border-radius: 25px;
    font-size: 1em;
    cursor: pointer;
    transition: all 0.2s linear;
    font-family: var(--body-font);
    background: #0575E6;
    background: -webkit-linear-gradient(to right, #2196F3, #0575E6);
    background: linear-gradient(to right, #2196F3, #0575E6);
    box-shadow: 3px 4px 0px #0e1c6b;
    transition: all 0.25s ease;

}

button div {
    padding: 1em 1.2em;
    transition: all 0.25s ease;

}

button img {
    margin: 0.75em 0.5em;
    height: 28px;
    transition: all 0.25s ease;
}

button:hover img {
    margin: 0.75em 0.75em;
    height: 28px;
    transition: all 0.25s ease;

}

button {
    display: flex;
    transition: all 0.25s ease;
}

#banner button:hover,
.view-all-btn:hover {
    background: #0575E6;
    background: -webkit-linear-gradient(to right, #0575E6, #2196F3);
    background: linear-gradient(to right, #0575E6, #2196F3);
    box-shadow: 3px 4px 0px #0e1c6b;
    transition: all 0.25s ease;
}

#banner button:focus,
.view-all-btn:focus {
    outline: none;
    transition: all 0.25s ease;
}

#banner button i,
.view-all-btn i {
    margin-left: 10px;
    font-size: 1em;
    padding-top: 2px;
    float: right;
    transition: all 0.2s linear;

}

#banner button:hover i,
.view-all-btn:hover i {
    outline: none;
    margin-left: 13px;
}

.header-content {
    margin-top: 4em;
}

#banner .red-box {
    position: absolute;
    background: var(--jsan-color);
    opacity: 0.85;
    width: 21.5rem;
    height: 50px;
    bottom: 0;
    left: 0;
    z-index: 3;
}

#banner .red-box::before {
    content: '';
    height: 80px;
    width: 1px;
    background: var(--primary-color);
    position: absolute;
    right: 0;
}

#banner .red-box::after {
    content: '';
    height: 0px;
    width: 0px;
    border-top: 8px solid var(--primary-color);
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    right: -4px;
    top: 75px;
    box-sizing: border-box;
    bottom: 0;
}

.img-opacity {
    opacity: 0.5;
}

/* #banner .red-box{
    position: absolute;
    background: var(--jsan-color);
    width:60vw;
    height:30px;
    bottom:0;left:0;
    z-index: 3;
}
#banner .red-box::before{
    content:'';
    height:60px;
    width:1px;
    background: var(--primary-color);
    position: absolute;right:0;
}
#banner .red-box::after{
    content:'';
    height:0px;
    width:0px;
    border-top:8px solid var(--primary-color);
    border-right:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:5px solid transparent;
    position: absolute;right:-5px; top:55px;
    box-sizing:border-box; bottom:0;
} */

/* who we are  */

#who-we-are.section {
    padding: 5em 2em;
}

.content-title {
    margin-bottom: 3rem;
    position: relative;
    background: linear-gradient(45deg, #002746, #0a8df7, #001c31);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content-title-inner {
    margin-bottom: 3rem;
    position: relative;
    background: linear-gradient(45deg, #002746, #0a8df7, #001c31);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content-title::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background: var(--primary-color);
    left: 0;
    bottom: -10px;
}

.content-wrapper {
    position: relative;
}

.content-wrapper p {
    line-height: 1.75;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    color: #002441;
}

.content p {
    line-height: 1.75;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    color: #002441;
}

.right {
    /* padding-top:2em;  */
}

.right img {
    max-height: 250px;
    opacity: 0.75;
    /* padding-top:2em;  */
}

.contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.contact-btn .contact-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--purple-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1em;
    ;
}

.contact-btn .contact-icon i {
    color: white;
}

/* .view-all{
    margin:2em;
    display: flex;
    flex-direction: row;
    justify-content: center; align-items: center;
    position: relative; font-size:1.2em;
} */
.view-all {
    margin-top: 3rem;
    margin-left: 21rem;
    margin-bottom: 8rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}

.view-all div img {
    height: 30px;
    margin-top: -15px;
}

.view-all div {
    position: relative;
}

.view-all::after {
    content: '';
    height: 1px;
    background-color: #ccc;
    position: absolute;
    width: 76%;
    bottom: 20px;
    right: 0;
}

#works-we-provide {
    /* padding:2em 4em; */
}

/* .content-wrapper .left-div {
width:100vw;
transform: translateX(-2em);
}
.content-wrapper .left-div img {
    width:100%;
}
.content-wrapper .left-div .overlay{
    width:100%; height: 99%;
    position: absolute; top:0; left:0;
    background:rgba(0,0,0,0.4);
    opacity: 0.80;
    z-index: 1;
}
.content-wrapper .mid-div{
    position: absolute; top:40%; 
    width:80vh;
}
.content-wrapper .mid-div img{
    /* width:100%; */
/*} */

#works-we-provide h1,
#testimonials h1 {
    margin-left: 2rem;
}

.content-wrapper .left-side img {
    width: 100%;
    border-top-right-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
}

.content-wrapper .left-side .overlay {
    width: 100%;
    height: 99%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0.80;
    z-index: 1;
    border-top-right-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
}

.content-wrapper .right-side {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.content-wrapper .right-side .img-div {
    width: 100%;
    position: absolute;
    left: -55%;
    z-index: 3;
    display: flex;
    top: 20%;
}

.content-wrapper .right-side .img-div img {
    width: 60%;
    margin: auto;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0px 0px 20px #777;
    max-width: 100%;
}

.content-wrapper .right-side .content {
    padding: 0em 2rem 2rem 16rem;
}

.content-wrapper .right-side .content p {
    font-size: 1em;
    line-height: 1.5;
}


.content-wrapper .right-side .testimonials-div {
    width: 100%;
    position: absolute;
    left: -50%;
    z-index: 3;
    display: flex;
    top: 8%;
    flex-direction: row;
    height: auto !important;
}

.content .company-title {
    color: var(--dark-color);
    display: flex;
    justify-content: space-between;
}

.content .company-title h2,
.content .company-logo img {
    margin-bottom: 1.5em;
}


.view-button {
    background: white;
    color: var(--purple-color);
    padding: 0.75em 2em;
    border: none;
    border-radius: 25px;
    border: 1px solid var(--purple-color);
    font-size: 0.9em;
    cursor: pointer;
    transition: all 0.2s linear;
    margin-top: 2em;
}

.view-button:hover {
    background: var(--purple-color);
    box-shadow: 2px 2px 25px var(--dark-color);
    color: white;
}

.view-button:focus {
    outline: none;
}

.view-button i {
    margin-left: 10px;
    font-size: 1em;
    padding-top: 2px;
    float: right;
    transition: all 0.2s linear
}

.view-button:hover i {
    outline: none;
    margin-left: 13px;
}

.lg-only {
    display: none;
}

.lg-only1 {
    display: none;
}

small {
    font-size: 75%;
}

.d-none {
    display: none;
}

#what-we-best,
#brands {
    padding: 0em 2em 0em 2em;
}

#what-we-best {
    /* padding-left:20rem; */
    background: url(../images/logo-gray.png) no-repeat 5rem top;
    background-size: auto;
    min-height: 80vh;

    margin: 2em 0 0 0;
}

#what-we-best .grid {
    padding-right: 20em;
}

.services-grid {
    display: grid;
    margin-top: 5em;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 3em;
    color: #333;
}

.services-grid .title {
    font-weight: bold;
    margin: 1.5em 0;
    text-transform: capitalize;
    font-size: 1.25em;
}

.services-grid p {
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 1.5em
}

.services-grid .know-more,
.testimonial .know-more {
    text-decoration: none;
    color: var(--purple-color);
    font-size: 0.85em;
    font-weight: bold;
}

.services-grid img,
.slideshow img {
    width: 72px;
    height: 72px;
}

.grid-works {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2em;
    margin-bottom: 7.5em;

}

.grid-works .col-3 {
    grid-column: span 3 / auto;
}

/* our services slider for  */
.slide-wrap {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    transition: 300ms;
    padding: 2em;
}

.slideshow {
    position: relative;
    z-index: 10;
}

.slide-entry {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: left;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    padding: 20px 2em;
    transition: 300ms;
}

.slide-entry.active {
    opacity: 1;
    visibility: visible;
}

.slide-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 50%;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    width: 90%;
    list-style: none;
    padding: 0 5%;
    z-index: 0;
}

.slide-nav li {
    cursor: pointer;
    color: #ccc;
    font-size: 25px;
}

#prev-slide {
    margin-left: -20px;
    color: var(--purple-color);
}

#next-slide {
    margin-right: -20px;
    color: var(--purple-color);
}

.slideshow .title {
    font-weight: bold;
    margin: .6em .5em;
    font-size: 1.3em;
    color: #333;
    text-transform: capitalize;

}

.slideshow p {
    font-size: 0.85em;
    line-height: 1.5;
    margin-bottom: 1.5em
}

.slideshow .know-more,
.testimonial .know-more {
    text-decoration: none;
    color: var(--purple-color);
    font-size: 0.85em;
    font-weight: bold;
}

.slide-title {
    display: flex;
    margin-bottom: 1em;
}

.brand-logos {
    background: #26272b30;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 3em 2.5em 4em 2.5em;
    /* margin-left: 0em; */
    justify-content: space-between;
    /* transform: translateX(2em); */
}

.brand-logos img {
    padding: 2em 0.5em;
    max-width: 200px;
}

/* }
.brand-logos{
    background: #26272b;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 3em 2em;
    margin-top:3em;
    transform: translateX(2em);
    margin-left:-4em;
 

}
.brand-logos img{
    padding: 2em 1em;
    max-width:150px;
} */

/* Testimonils */
.testimonials-section {
    background: url(../images/testimonials.jpg) no-repeat left top;
    background-size: 50vw;
    /* background-size: cover; */
    /* height: 75vh; */
}

.testimonial-slideshow {
    display: flex;
    justify-content: center;
    padding: 3rem 5rem;
}

.testimonial {
    position: relative !important;
    margin: 10px;
    min-width: 400px;
    max-width: 450px;
    width: 100%;
    color: #000000;
    text-align: center;
    line-height: 1.4em;
    font-size: 14px;
    box-shadow: 0px 0px 10px #333;
    ;
    border-radius: 0.5em;
    background: #65c9da;
    opacity: 1;
    visibility: visible;
}

.testimonial.active {
    opacity: 1;
    visibility: visible;
}

.testimonial * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.testimonial .profile-image {
    display: inline-block;
    z-index: 1;
    position: relative;
    border-radius: 50%;
    margin-top: 10px;
    border: 2px solid #FFF;
}

.testimonial .profile-image img {
    max-width: 100%;
    vertical-align: top;
    border-radius: 50%;
}

.testimonial figcaption {
    width: 100%;
    background-color: #FFF;
    color: #555;
    padding: 75px 25px 25px;
    margin-top: -60px;
    display: inline-block;
    border-top: 4px solid #00558c;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;

}

.testimonial h3,
.testimonial h4,
.testimonial p {
    margin: 0 0 5px;
}

.testimonial h3 {
    font-weight: bold;
    font-size: 1.3em;
    color: var(--dark-color)
}

.testimonial h4 {
    color: #8c8c8c;
    font-style: italic;
    font-size: 0.75rem;
}

.testimonial p {
    text-align: left;
    /* opacity: 0.9; */
    margin-top: 1em;
    font-size: 1em;
    color: #000000;
    line-height: 1.75;

}

.testimonial .know-more {
    display: block;
    margin-top: 1em;
}

.testimonials-bg .overlay,
.testimonials-bg img {
    border-radius: 0 !important;
}

.content-wrapper .right-side .testimonials-div {
    width: 100%;
    position: absolute;
    top: -200px;
    z-index: 3;
    display: flex;
    flex-direction: column;
}


.mb-5 {
    margin-bottom: 18em;
}


footer {
    display: flex;
    padding: 1em 10em 1em 2em;
    background: #f1f2f4;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

footer .copyright {
    font-size: 0.8em;
    order: 1;
}

footer .logo-address {
    display: flex;
    order: 2;
    flex-direction: row;
}

footer .logo-address .codes {
    font-size: 0.8em;
    color: #7d7d7d;
    line-height: 1.5;
    margin-left: 20px;
    margin-top: -5px;
    position: relative;
    text-align: left;
}

footer .logo-address .codes::before {
    position: absolute;
    content: '';
    height: 50px;
    width: 1px;
    background: #7d7d7d;
    margin: 0 10px;
    top: -5px;
    left: -20px;
}

footer .logo-address .codes span {

    color: #333;
}

footer .social {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}

footer .social img {
    max-height: 18px;
    background: transparent;
    margin: 0px 8px;
}

/* footer mobile*/
@media (max-width:576px) {
    footer {
        display: flex;
        padding: 2em;
        background: #f1f2f4;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column;
    }

    footer .copyright {
        font-size: 0.8em;
        order: 1;
        text-align: center;
        color: #7d7d7d;
    }

    footer .logo-address {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    footer .logo-address .codes {
        font-size: 0.8em;
        color: #7d7d7d;
        line-height: 1.5;
        margin-left: 20px;
        margin-top: 10px;
        position: relative;
        text-align: center;
    }


    footer .logo-address .codes span {

        color: #333;
    }

    footer .social {
        display: flex;
        justify-content: center;
        order: 3;
        align-items: center;
        padding: 1.5em 2em;
    }

    footer .social img {
        max-height: 18px;
        background: transparent;
        margin: 0px 8px;
    }
}

.xs-only {
    display: block;
}

.services-grid img,
.slideshow img {
    width: 72px;
    height: 72px;
}

.ftco-footer {
    font-size: 14px;
    background: linear-gradient(120deg, #012f62, #0055b4);
    padding: 4rem 0 1rem 0;
}

.ftco-footer .ftco-footer-widget {
    width: 100%;
    display: block;
}

.ftco-footer .ftco-footer-widget h2 {
    font-weight: normal;
    color: #fff;
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 700;
}

.ftco-footer .ftco-footer-widget .logo {
    color: #2f89fc;
}

.ftco-footer .ftco-footer-widget .logo span {
    color: #ff8000;
}
.ftco-footer .ftco-footer-widget ul{
    margin-bottom: 40px;
}
.ftco-footer .ftco-footer-widget ul li a span {
    color: #fff;
}

.ftco-footer .ftco-footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important;
}

.ftco-footer .ftco-footer-widget .btn-primary:hover {
    background: #fff;
    border: 2px solid #fff !important;
}

.ftco-footer p {
    color: rgba(255, 255, 255, 0.7);
}

.ftco-footer a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    margin: 5px 0px;
    display: inline-block;
}

.ftco-footer a:hover {
    color: #fff;
}

.ftco-footer .ftco-heading-2 {
    font-size: 17px;
    font-weight: 400;
    color: #000000;
}

.ftco-footer .categories li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ftco-footer .categories li a span {
    color: rgba(255, 255, 255, 0.5) !important;
}

.ftco-footer .subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.ftco-footer .subscribe-form .form-group input {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    background: rgba(255, 255, 255, 0.1) !important;
    border: none;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 16px;
}

.ftco-footer .subscribe-form .form-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.7) !important;
}

.ftco-footer .subscribe-form .form-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.7) !important;
}

.ftco-footer .subscribe-form .form-group input:-ms-input-placeholder {
    /* IE 0+ */
    color: rgba(255, 255, 255, 0.7) !important;
}

.ftco-footer .subscribe-form .form-group input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.7) !important;
}

.ftco-footer .subscribe-form .form-group .submit {
    color: #fff !important;
    font-size: 16px;
    background: #2f89fc !important;
    border: none !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ftco-footer .subscribe-form .form-group .submit:hover {
    cursor: pointer;
    background: #ff8000 !important;
}

.ftco-footer .subscribe-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.8);
}

.ftco-footer .block-21 .text .heading {
    font-weight: 400;
    font-size: 16px;
}

.ftco-footer .block-21 .text .heading a {
    color: rgba(255, 255, 255, 0.9);
}

.ftco-footer .block-21 .text .heading a:hover,
.ftco-footer .block-21 .text .heading a:active,
.ftco-footer .block-21 .text .heading a:focus {
    color: #2f89fc;
}

.ftco-footer .block-21 .text .meta>div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
}

.ftco-footer .block-21 .text .meta>div a {
    color: gray;
}

.ftco-footer .open-hours {
    color: #fff;
    font-size: 18px;
}

.ftco-footer .open-hours span {
    color: rgba(255, 255, 255, 0.3);
}

.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
}

.ftco-footer-social li a {
    height: 40px;
    width: 40px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    position: relative;
}

.ftco-footer-social li a span {
    position: absolute;
    font-size: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ftco-footer-social li a:hover {
    color: #fff;
}

.footer-small-nav>li {
    display: inline-block;
}

.footer-small-nav>li a {
    margin: 0 10px 10px 0;
}

.footer-small-nav>li a:hover,
.footer-small-nav>li a:focus {
    color: #2f89fc;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #FFF;
    border-radius: .25rem;
    justify-content: flex-end;
    z-index: 99;
    position: relative;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: "⟶";
}
.breadcrumb-item a,    .breadcrumb-item {
    text-decoration: none;
    font-size: 0.8rem;
}
.h-350{
    max-height: 350px !important;
}
.h-250{
    max-height: 250px !important;
}
.h-150{
    max-height: 150px !important;
}
.h-125{
    max-height: 125px !important;
}
/* ul.unique-list { padding-left:20px; list-style:none; }
.unique-list > li { margin-bottom:10px; }
.unique-list > li:before {    
    font-family: 'Font Awesome 5';
    content: '\f00c';
    margin:0 5px 0 -15px;
} */
.unique-list li i{
    margin-right: 5px;
}
/* .profile-cards */
.card-container {
    /* background-color: #231E39; */
    background: #1e3c72;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #2a5298, #1e3c72);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #2a5298, #1e3c72); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    transition: all 0.25s ease-in;
	border-radius: 5px;
	box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.75);
	color: #B3B8CD;
	padding-top: 30px;
	position: relative;
	/* width: 350px; */
	max-width: 100%;
    text-align: center;
    padding: 2rem 2rem 3rem 2rem;
}
.card-container:hover{
	box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.5);
    transform:scale(1.025)
}

.card-container .pro {
	color: #231E39;
	background-color: #FEBB0B;
	border-radius: 3px;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 7px;
	position: absolute;
	top: 30px;
	left: 30px;
}

.card-container .round {
	border: 1px solid #00558c;
	border-radius: 50%;
    padding: 7px;
    max-width: 200px;
}



.skills {
	background-color: #1F1A36;
	text-align: left;
	padding: 15px;
	margin-top: 30px;
}

.skills ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.skills ul li {
	border: 1px solid #2D2747;
	border-radius: 2px;
	display: inline-block;
	font-size: 12px;
	margin: 0 7px 7px 0;
	padding: 7px;
}

.bubble blockquote {
	margin: 10px 10px 0;
    /* background: #f7f7f7; */
    background: #1e3c72;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #2a5298, #1e3c72);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #2a5298, #1e3c72);
	padding: 60px;
	position: relative;
	border: none;
	border-radius: 8px;
	font-size: 1.25em;
    color: #FFF;
    box-shadow: 19px -6px 5px #0000000a;
}
.bubble blockquote:before, .bubble blockquote:after {
	content: "\201C";
	position: absolute;
	font-size: 80px;
	padding: 10px;
	line-height: 1;
	color: #FFF;
}
.bubble blockquote:before {
	top: 0;
	left: 10px;
}
.bubble blockquote:after {
	content: "\201D";
	right: 10px;
	bottom: -.5em;
}
.bubble div {
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #1e3c72;
	margin: 0 0 0 60px;
	margin-bottom: 10px;
}
.bubble cite {
	padding-left: 20px;
	font-size: 1.25em;
  color:#333;
}
#profilePic{
    max-width: 150px;
}
.contact-form{
    z-index: 99;
    position: relative;
}
.no-decoration{
    text-decoration: none;
}
.text-justify{
    text-align: justify;
}
a.btn-theme{
    text-decoration: none;
    
}

.industries-card{
    background-color: #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    flex-direction: column;
    text-align: center;
    box-shadow: 2px 2px 5px #00000010;
    margin-bottom: 1rem;
    min-height: 200px;
}
.industries-card .industries-icon {
    width: 72px;
    height: 72px;
}
.industries-card .industries-title{
    font-size: 1rem;
    margin-top: 1rem;
    font-weight: bold;
    color: #0186c4;
}
#counter-div{
    background-color: #0186c4;
    padding: 2rem 1rem;
}
.collapse:not(.show) {
    display: none;
  }
  .collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
      transition: none;
    }
  }
  .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
      var(--bs-accordion-border-color);
  }
  .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
  }
.accordion {
    --bs-accordion-color: #212529;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color 0.15s ease-in-out,
      background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #212529;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #0c63e4;
    --bs-accordion-active-bg: #e7f1ff;
  }
  .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
  }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      transition: none;
    }
  }
  .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
      var(--bs-accordion-border-color);
  }
  .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
  }
  .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
  }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
      transition: none;
    }
  }
  .accordion-button:hover {
    z-index: 2;
  }
  .accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
  }
  .accordion-header {
    margin-bottom: 0;
  }
  .accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid
      var(--bs-accordion-border-color);
  }
  .accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius);
  }
  .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
  }
  .accordion-item:not(:first-of-type) {
    border-top: 0;
  }
  .accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius);
  }
  .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
  }
  .accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius);
  }
  .accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  }
  .accordion-flush .accordion-collapse {
    border-width: 0;
  }
  .accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }
  .accordion-flush .accordion-item:first-child {
    border-top: 0;
  }
  .accordion-flush .accordion-item:last-child {
    border-bottom: 0;
  }
  .accordion-flush .accordion-item .accordion-button,
  .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
  }
  