/*.navbar-nav a {
    color: #0d6efd !important;
    text-decoration: none;
}

.dropdown-menu {
    background-color: #0d6efd;
    padding-bottom: 15px;
    padding-top: 8px;
}

.dropdown-item:hover {
    background-color: #0d6efd;
    color: #d1d4d8 !important;
    color: #212121 !important;

}

.dropdown-menu a {
    color: white !important;
    text-align: center;
    font-size: 14px;
    font-weight:500;
}

.dropdown-divider {
    margin: 0 12px;
    color: white;
    height: 1px;
    opacity: 1;
    margin-top: 2px;
}*/

.container.footer{
    display:none;
}

.Schedule {
    max-width: 100%;
    background: rgb(245, 244, 238)
}

.Schedule-div {
    padding: 20px;
    /*color: #0d6efd;*/
    color: rgb(16,108,200);
}

.Schedule-innerdiv {
    margin: 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    /* height: 80%; */
}

h2 {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
}

.heading {
    font-weight: 700;
    /* font-size: 50px; */
    /* font-size: 87.7px; */
    font-size: 79.7px;
    margin: 0;
    /* font-family: Arial, Helvetica, sans-serif; */
    /* font-family: canva sans; */
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    /* font-family: 'Work Sans', sans-serif; */
}

.subheading {
    font-weight: 700;
    /* font-size: 17px; */
    /* font-size: 25.3px; */
    font-size: 23.7px;
    margin: 0;
    font-family: 'IBM Plex Sans Arabic', sans-serif;
}

.qualities {
    color: black;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.demobtn {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    background-color: rgb(16,108,200);
    color: white;
    border-radius: 25px;
    border: rgb(16,108,200) solid;
    padding: 2px 30px;
    font-size: 23px;
    font-weight: 600;
    padding-bottom: 2px;
    margin: 10px 0;
}

.Schedule-imgdiv {
    padding: 0;
}

.screen-img {
    max-height: 350px;
    overflow: hidden;
    float: right;
    margin: 20px 0;
    /* position: relative; */
}

.mobile-img {
    max-height: 170px;
    position: absolute;
    left: 177px;
    bottom: 20px;
}

.container {
    max-width: 100%;
}

.cards-section {
    background-image: url(/images/main/background_img11.png);
    background-size: cover;
    margin: 20px 0;
    padding: 10px;
    background-position: center;
}

.cards {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 30px 10px;
}

.card {
    height: 430px;
    width: 18%;
    background-color: rgb(175, 198, 210);
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transform: scale(1);
    opacity: 1;
    transition: all 150ms ease-in-out;
}

    .card:hover {
        transform: scale(1.07);
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
        z-index: 10;
    }

.text {
    text-align: justify;
    width: 90%;
    margin: 0 auto;
    width:228px;
}

.card h5{
    font-size: 20px;
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-weight: 700;
    text-align: center;
    /* margin-bottom: 15px; */
    margin: 0;
    height: 65px;
}

.text p {
    line-height: normal;
    font-family: sans-serif;
    /*font-family: 'IBM Plex Sans Arabic';*/
    /* font-weight: 100; */
    /*font-family: 'Hind Siliguri', sans-serif;*/
    font-size: 15px;
    font-size: 13.5px;
    width: 91%;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
}

.business-section {
    padding: 10px 0;
    background-image: url(/images/main/background_img11.png);
    background-size: cover;
    background-position: center;
    position: relative;
}

.business-innerdiv {
    padding: 25px 0px 0 0px;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.arrow {
    width: 5%;
    margin-top: 35px;
    cursor: pointer;
    position: absolute;
    top: 30%;
}

.main-segments {
   /* display: flex;
    width: 90%;
    overflow-x: scroll;
    overflow: hidden;*/
    display: flex;
    width: 9%;
}

.img-div img {
    margin: 15px auto;
    display: block;
    width: 140px;
}

.img-div {
    height: 180px;
}

.img-circle {
    max-width: 130px;
    height: 104px;
    border-radius: 50%;
    margin: 10px auto;
    display: block;
}

.box {
    width: 130px;
    margin: 0 0px;
    min-width: 148.5px;
}

.box p {
    text-align: center;
    font-size: 13px;
    font-weight: 700;
}

.partnership-section {
    margin: 20px 0;
    /* background-image: url(background_img.png); */
    /* background-size: cover;
            background-position: center; */
}

.para {
    padding: 25px;
}

.logo-div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px 0;
}

/*.footer {
    padding: 30px;
    background-color: #212121;*/
    /*color: #c7cbcf;*/
    /*display: flex;
    flex-direction: column;
}

.footer .footer-parts {
    color: #c7cbcf;
}

.footer h2 {
    margin-bottom: 30px;
    color: white;
}

.footer-parts {
    display: flex;
}

.footer-parts h3,.footer-parts h4 {
    margin-bottom: 20px;
    color: white;
    font-size: 25px;
}

.footer-parts p {
    margin-bottom: 0px;
}*/

.container.footer{
    display:none;
}

.part1 p {
    line-height: 2;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.main-segments::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.main-segments {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

/* .img-div {
            width: 165px;-
            background-image: url(friendly2.png);
            height: 140px;
            background-size: cover;
            background-position: center;
            margin: 0 auto;
        } */

@import url('https://fonts.googleapis.com/css?family=Montserrat');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


:root {
    --marquee-width: 1188px;
    /* --marquee-height: 20vh; */
    /* --marquee-elements: 12; */
    /* defined with JavaScript */
    --marquee-elements-displayed: 8;
    --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
    --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}

.marquee {
    width: var(--marquee-width);
    /* height: var(--marquee-height); */
    /* background-color: #111; */
    /* color: #eee; */
    /* overflow: hidden; */
    position: relative;
}

/* .marquee:before,
.marquee:after {
    position: absolute;
    top: 0;
    width: 10rem;
    height: 100%;
    content: "";
    z-index: 1;
}

.marquee:before {
    left: 0;
    background: linear-gradient(to right, #111 0%, transparent 100%);
}

.marquee:after {
    right: 0;
    background: linear-gradient(to left, #111 0%, transparent 100%);
} */

.marquee-content {
    list-style: none;
    height: 100%;
    display: flex;
    animation: scrolling var(--marquee-animation-duration) linear infinite;
}

/* .marquee-content:hover {
animation-play-state: paused;
} */
@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
    }
}

.marquee-content li {
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    flex-shrink: 0;
    width: var(--marquee-element-width);
    max-height: 100%;
    font-size: calc(var(--marquee-height)*3/4);
    /* 5rem; */
    white-space: nowrap;
}

    .marquee-content li img {
        width: 100%;
        /* height: 100%; */
        border: 2px solid #eee;
    }

@media (max-width: 600px) {
    html {
        font-size: 12px;
    }

    :root {
        --marquee-width: 100vw;
        --marquee-height: 16vh;
        --marquee-elements-displayed: 3;
    }

    .marquee:before,
    .marquee:after {
        width: 5rem;
    }
}

@media screen and (max-width: 480px) {
   /* .navbar-toggler {
        background-color: rgb(16,108,200);
        margin-right: 8px;
    }

    .navbar-collapse {
        background: white;
        padding: 10px;
    }

    .navbar .container {
        padding: 0;
    }
*/
    .container{
        padding-right:0;
        padding-left:0;
    }
 /* added by mansoor*/
    img.location-icon {
        margin-top: 1px !important;
        max-height:17px!important;
    }
    p.info-item {
        margin-top: -13px !important;
        margin-bottom: -17px !important;
    }
    .careers {
        margin-left: 0 !important; 
    }
    .contactus{
        margin-top:5px;
    }
    .follow {
        margin-top: 13% !important;
    }
    .emailclass {
        margin: -6px 0px -9px !important;
    }
    .contact_div {
        margin-top: 6px !important;
    }
    img.call-icon {
        margin-top: 3px !important;
        margin-bottom: 5px !important;
        height: auto;
    }
/*till here*/

    .heading {
        font-size: 52.7px;
    }

    .cards {
        flex-direction: column;
    }

    .card {
        width: 80%;
        margin: 20px auto;
    }

    .text{
        width:90% !important;
    }

    h2{
        font-size:27px;
    }

    /*.card h5{
        height: 40%;
    }*/

    .logo-div {
        flex-wrap: wrap;
        margin: 0;
    }

    .logo-div div{
        margin: 10px;
    }

    .screen-img {
        max-height: 280px;
    }

    .mobile-img {
        max-height: 170px;
        left: -75px;
        bottom: 5px;
    }

    .Schedule-innerdiv {
        margin-left: 0;
        margin-right: 0;
    }

    .cards-section{
        background-size: contain;
    }

    .business-innerdiv {
        margin: 0;
        padding: 25px 0 0 0;
    }

    .arrow {
        padding: 0;
        width: 15%;
    }

    .main-segments{
        width: 70%;
        padding: 0;
    }

    .footer-parts {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footer-parts div {
        margin: 15px 0;
    }

    .footer h2 {
        margin-bottom: 8px;
    }
}