@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
#exampleSlider {
    position: relative;
    /*border: 1px solid black;*/
}

@media (max-width: 767px) {
    #exampleSlider {
        border-color: transparent;
    }
}

#exampleSlider .MS-content {
    /*margin: 15px 5%;*/
    overflow: hidden;
    white-space: nowrap;
    /*border: 1px solid red;*/
}

@media (max-width: 767px) {
    #exampleSlider .MS-content {
        margin: 0;
    }
}

#exampleSlider .MS-content .item {
    display: inline-block;
    height: 100%;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    /*border: 1px solid green;*/
    border-right: none;
    margin: 20px;
    width: 30%;
}

@media (max-width: 1200px) {
    #exampleSlider .MS-content .item {
        width: 25%;
    }
}

@media (max-width: 992px) {
    #exampleSlider .MS-content .item {
        width: 33.3333%;
    }
}

@media (max-width: 767px) {
    #exampleSlider .MS-content .item {
        width: 50%;
    }
}

#exampleSlider .MS-content .item h1 {
    font-size: 15px;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
    margin: 0;
    padding: 10px 0;
    color: black;
    font-family: 'Alfa Slab One', cursive;
}

#exampleSlider .MS-controls button {
    position: absolute;
    border: none;
    background: transparent;
    font-size: 30px;
    outline: 0;
    top: 35px;
}

@media (max-width: 767px) {
    #exampleSlider .MS-controls button {
        display: none;
    }
}

#exampleSlider .MS-controls button:hover {
    cursor: pointer;
}

#exampleSlider .MS-controls .MS-left {
    left: 10px;
}

@media (max-width: 992px) {
    #exampleSlider .MS-controls .MS-left {
        left: -2px;
    }
}

#exampleSlider .MS-controls .MS-right {
    right: 10px;
}

@media (max-width: 992px) {
    #exampleSlider .MS-controls .MS-right {
        right: -2px;
    }
}

#btn {
    background: #6652A5;
    /* elevation: 50deg; */
    border: none;
    border-radius: 10px;
    font-family: 'Cookie', cursive;
    /*position: relative;*/
    transition: 1s;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    margin-left: auto;
}

#btn a {
    color: #eee !important;
    padding: 10px;
}

#btn #circle {
    width: 5px;
    height: 5px;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    overflow: hidden;
    transition: 500ms;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#btn:hover {
    background: #9FCF64;
}


/*#btn a:hover {*/


/*  !*background: transparent;*!*/


/*  color: red !important;*/


/*}*/

#btn:hover #circle {
    height: 50px;
    width: 100px;
    left: 0;
    border-radius: 0;
    border-bottom: 2px solid #eee;
}

#careers {
    margin-top: 1%;
}

.heading_career {
    margin-top: 50px !important;
}

#careers .heading_career {
    font-family: 'Lato', sans-serif;
}

#careers .tab-contents {
    display: flex;
    box-shadow: 3px 3px grey;
    margin-bottom: 3%;
    border-radius: 3%;
    padding: 10px 0 10px 50px;
    border: none;
    background-color: #f7f7f7;
    font-family: 'Lato', sans-serif;
    /*justify-content: space-around;*/
}

.parallax-careers h2,
h5 {
    color: #000000;
}

.parallax-careers h5 {
    color: #000000;
}

.parallax-careers p {
    color: #000000;
}

.career-detail {
    margin: 5% 15% 5% 15%;
    padding: 30px;
}

.uploadtext {
    color: red !important;
}

.personal_info {
    margin-top: 30px;
}

.section_margin {
    padding: 0 30px 0 30px !important;
}

.services-cards p {
    font-size: 14px;
    line-height: 1.5;
    color: black;
}

.services-card {
    height: 15rem !important;
}

.images img {
    height: 10rem;
    clip-path: circle(50% at 50% 50%);
}

@media screen and (max-width: 980px) {
    .images {
        display: none
    }
}

.client_flow {
    height: 150px !important;
}
