* {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6, h1 span, h2 span, a.btn {
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 600 !important;
}

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

.navbar-light .navbar-nav .nav-link {
    font-size: 1.2em;
    color: #fff;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}

#navbar_top.fixed-top, .team-page #navbar_top {
    background-color: #280344 !important;
    padding-left: 8rem;
    padding-right: 8rem;
    box-shadow: 0.5px 1px 7px #7e7e7e;
}

.text-theme, .text-theme a {
    color: #f30ca8 !important;
}

i.text-theme{
    color: #6700b7 !important;
}
.link-theme {
    text-decoration: none;
    color: #280344 !important;
    border-bottom: 2px solid #280344 !important;
    transition: 0.5s all ease-in;
}

.link-theme:hover {
    border-bottom: 0 !important;
    border-top: 2px solid #280344 !important;
}

.input-theme {
    border: 0;
    background-color: #f7f7f7;
}

.form-theme {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #7e7e7e;
    border-radius: 0;
}

.navbar-brand {
    margin-right: 90px;
}

.navbar {
    background-color: transparent !important;
    border-color: transparent !important;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    border-bottom: 2px solid #FFF;
}

#banner {
    height: 100vh;
    width: 100%;
    position: relative;
}

#banner #bgvid {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
}

#banner .layer {
    position: absolute;
    background-color: #b386d56e;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 999;
}

#banner .container {
    position: relative;
    z-index: 9999999;
}

#banner .bg-gray {
    background: #0006;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    width: 50%;
    margin: 0 auto;
    outline: 1px solid #0006;
    outline-offset: 0px;
    transition: .2s ease-in all;
}

#banner .we {
    z-index: 1001;
    position: relative;
    width: 50%;
    margin: 0 auto;
    top: 20%;
    color: #fff;
    background: #0006;
    padding: 15px 25px;
    transition: .2s ease-in all;
}

#banner .we h2 {
    font-size: 1.1rem;
    line-height: 2rem;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
}

#banner .bg-gray:hover,#banner .we:hover {
    outline: 2px solid #fff;
    outline-offset: 5px;
}

#solutions, #contact, #team {
    background-color: #F7F7F7;
    margin-top: 20px;
}

#banner h1 span {
    display: block;
}

.btn {
    border-radius: 0 !important;
    font-weight: 600;
    display: inline-block;
    padding-right: 1.05rem;
    padding-left: 1.05rem;
}

.btn-theme, .form-actions .btn-primary{
    color: #fff;
    background-color: #5a039d;
    border-color: #5a039d;
}

.btn-theme:hover {
    color: #5a039d;
    background-color: #fff;
    border-color: #5a039d;
}

.img-purple{
    filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-140deg) saturate(600%) contrast(0.8);
}
.img-purple-pink{
    filter: grayscale(100%) brightness(90%) sepia(100%) hue-rotate(-140deg) saturate(600%) contrast(0.8);
}


.btn-theme-alt {
    color: #5a039d;
    background-color: #fff;
    border-color: #5a039d;
}

.btn-theme-alt:hover {
    color: #fff;
    background-color: #5a039d;
    border-color: #5a039d;
}

.btn-play {
    display: flex;
    align-items: center;
}

#playBtn {
    display: inline-block;
    width: 74px;
    height: 74px;
    background-image: url('../images/play-button.png');
    transition: 0.5s all ease-in;
    filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-140deg) saturate(600%) contrast(0.8);
}

#playBtn:hover {
    background-image: url('../images/play-button-hover.png');
}

.border-theme {
    border-bottom: 1px solid #5a039d;
}

.slick-prev, .slick-next {
    width: 40px;
    height: 80px;
    background: #5a039d;
    z-index: 9999;
}

#services .col-md-2 {
    width: 20%;
}

/* Team */

.slick-slide img {
    margin: 0 auto;
}

.team-info {
    position: relative;
}

.team-info .info {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    transition: .7s ease-in;
    background: #bdbdbd;
    padding: 10px 15px;
}

.team-info .info h3 {
    text-align: center;
    color: #280344;
}

.team-info .info h4 {
    text-align: center;
    color: #353535;
}

.showinfo {
    opacity: 1 !important;
    position: static !important;
    clip: auto !important;
    height: auto !important;
    width: auto !important;
    margin: 0 !important;
    overflow: visible !important;
}

.circle-container {
    position: relative;
    width: 30em;
    height: 30em;
    border-radius: 50%;
    margin: 1.75em auto 0;
    margin-bottom: 5em;
}

.circle-container a {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7em;
    height: 7em;
    margin: -2em;
    border-radius: 50%;
    color: #fff;
}

.circle-container img {
    display: block;
    width: 100%;
    border-radius: 50%;
    border: 1px solid #280344;
    padding: 2px;
}

.image-wrapper {
    transition: .9s ease-in all;
}

.image-wrapper .info {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background-color: #280344ba;
    width: 7em;
    height: 7em;
    border-radius: 50%;
    opacity: 0;
    transition: .5s ease-in all;
}

.team-info .info::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #bdbdbd;
    position: absolute;
    right: -20px;
    top: 20px;
}

.image-wrapper:hover .info {
    cursor: pointer;
    opacity: 1;
}

.opacity-7 {
    opacity: .7;
}

.image-wrapper .info h2 {
    font-size: 16px;
    max-width: 66%;
    margin: 0px auto;
    margin-top: 15px;
    margin-bottom: 5px;
}

.image-wrapper .info p {
    font-size: 13px;
}

.deg0 {
    transform: translate(14em);
}

.center {
    transform: rotate(35deg) translate(-6em) rotate(-35deg);
}

.center-2 {
    transform: rotate(-35deg) translate(6em) rotate(35deg);
}

.center-3 {
    transform: rotate(90deg) translate(4em) rotate(-90deg);
}

.deg45 {
    transform: rotate(45deg) translate(14em) rotate(-45deg);
}

.deg90 {
    transform: rotate(90deg) translate(14em) rotate(-90deg);
}

.deg135 {
    transform: rotate(135deg) translate(14em) rotate(-135deg);
}

.deg180 {
    transform: translate(-16em);
}

.deg225 {
    transform: rotate(225deg) translate(16em) rotate(-225deg);
}

.deg270 {
    transform: rotate(270deg) translate(16em) rotate(-270deg);
}

.deg315 {
    transform: rotate(315deg) translate(16em) rotate(-315deg);
}

h1.title {
    position: relative;
    color: #353535;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    margin: 30px auto;
}

h1.title a {
    font-size: 22px;
}

/**********************************/

/************ Team CSS ************/

/**********************************/

.the-team .team-content {
    padding: 7px;
}

.team .info h3 {
    margin: 0 0 5px 0;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
}

.team .info h4 {
    margin: 0 0 15px 0;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}

.the-team .team-content p {
    margin: 0 0 15px 0;
    color: #353535;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.the-team .team-skill {
    width: 100%;
}

.the-team .skill-name {
    text-align: left;
}

.the-team .skill-name .fab, .the-team .skill-name .fas {
    color: #280344;
    font-size: 20px;
}

.the-team .skill-name p {
    display: inline-block;
    color: #353535;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.the-team .skill-name p:last-child {
    float: right;
}

.the-team .progress {
    position: relative;
    width: 100%;
    height: 5px;
    margin-bottom: 10px;
    background: #dddddd;
}

.the-team .progress:last-child {
    margin: 0;
}

.the-team .progress-bar {
    position: absolute;
    width: 0%;
    height: 5px;
    top: 0;
    left: 0;
    background: #454545;
    z-index: 1;
    transition: 1s ease-in all;
}

.showinfo .the-team .progress-bar.w-70 {
    width: 70%;
}

.showinfo .the-team .progress-bar.w-80 {
    width: 80%;
}

.showinfo .the-team .progress-bar.w-90 {
    width: 90%;
}

.showinfo .the-team .progress-bar.w-full {
    width: 100%;
}

/* Partners */

#partners .slick-slide {
    filter: grayscale(1);
    transition: 0.5s all ease-in;
}

#partners .slick-slide:hover, #partners .slick-slide.slick-current {
    filter: grayscale(0);
}

.slick-next {
    right: -50px;
}

.slick-prev {
    left: -50px;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: auto;
    outline: none;
    background: #5a039d;
}

.slick-dots li button:before {
    font-size: 12px;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #280344;
}

/* Testimonials */

.card {
    position: relative;
    display: flex;
    width: 350px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d2d2dc;
    border-radius: 11px;
    -webkit-box-shadow: 0px 0px 2px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 2px 0px rgba(212, 182, 212, 1);
    box-shadow: 0px 0px 2px 0px rgb(161, 163, 164)
}

.card:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164)
}

.card .card-body {
    padding: 1rem 1rem
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card .fas {
    color: #6700b7;
}

.profile {
    margin-top: 16px;
    margin-left: 11px
}

.profile-pic {
    width: 58px
}

.cust-name {
    font-size: 18px
}

.cust-profession {
    font-size: 10px
}

.items {
    width: 90%;
    margin: 0px auto;
    margin-top: 100px
}

.slick-slide {
    margin: 10px
}

.navbar-light .navbar-toggler {
    color: rgb(255 255 255 / 55%);
    border-color: rgba(255, 2555, 2555, .9);
}

@media only screen and (max-width: 1500px) {
    #banner .we, #banner .bg-gray {
        width: 80%;
    }
    #banner .we {
        top: 15%;
    }
    #banner .bg-gray {
        top: 45%;
    }
}

@media only screen and (max-width: 1200px) {
    .team-info {
        display: none;
        visibility: hidden;
    }
    .circle-container {
        margin-top: 60px;
        width: 100%;
        height: auto;
        margin: 0;
    }
    .circle-container a {
        position: relative;
        transform: none;
        top: auto;
        left: auto;
        width: 48%;
        height: auto;
        float: left;
        margin: 0;
        margin-left: 10px;
        margin-top: 10px;
    }
    .image-wrapper .info {
        width: 100%;
        height: 100%;
    }
    .image-wrapper .info h2 {
        font-size: 22px;
        margin-top: 35px;
    }
    #services .col-md-2 {
        width: 50%;
    }
    #banner .we, #banner .bg-gray {
        width: 90%;
    }
}

@media only screen and (max-width: 600px) {
    .slick-next {
        right: 20px;
    }
    .slick-prev {
        left: 20px;
    }
    #banner {
        height: 130vh;
    }
    #banner .bg-gray {
        width: 90%;
        top: 25%;
        padding: 1em !important;
    }
    #banner .we {
        width: 90%;
        top: 4%;
    }
    #banner .we h2 {
        font-size: 1rem;
        line-height: 1.6rem;
    }
    #navbar_top.fixed-top, .team-page #navbar_top {
        background-color: #280344 !important;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .navbar-brand {
        margin-right: 25px;
    }
    .circle-container a {
        width: 80%;
        float: none;
        margin: 10px auto;
    }
    #services .col-md-2 {
        width: 100%;
    }
    #partners .slick-slide img {
        max-width: 80%;
    }
    #partners .slick-slide {
        opacity: 0;
    }
    #partners .slick-slide.slick-current {
        opacity: 1;
    }
}