body{
    font-family: "Montserrat", sans-serif;
}
.header{
    background-color: #ffffff;
    padding: 20px 0px;
}
.header a.nav-link{
    font-family: "Work Sans", sans-serif;
    color: #000000;
    text-transform: uppercase;
}
.header ul li a:hover{
    color: #000000;
}
.overlay{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
    background-color: rgba(0, 0, 0, 0.7);
}
.carousel-caption{
    top: 0px;
    bottom: 0px;
    top: 40%;
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner-slider .carousel-item{
    height: 200px;
}
.inner-slider .carousel-item h1{
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 100;
}
.carousel-caption p{
    font-size:16px;
    margin-top:20px
}
.slider h1{
    font-family: "Montserrat", sans-serif;
    line-height: 90px;
    font-size: 80px;
}
.slider .carousel-caption button{
    border: 0;
    padding: 15px;
    border-radius: 50px;
    margin: 0px 5px;
    background-color: #FDB714;
}

.services .col-md-4{
    padding: 20px;
}
.service-box p{
    font-size: 20px;
    margin-top: 20px;
}
.service-image img{
    width: 100px;
}
.section-title h1{
    font-family: "Montserrat", sans-serif;
}
.services p{
    font-size: 18px;
    line-height: 30px;
}
.partners{
    background-color: #673de6;
}
.footer{
    padding: 20px 10px 0px;
    background-color: #0f0f0f;
}
.contact p{
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    color: #1d1c1c;
}
.footer li{
    line-height: 40px;
    list-style: none;
    color: #ffffff;
}
.quick-links li{
    line-height: 30px;
    font-weight: 600;
    color: #ffffff;
}
.about-digital{
    background-color: #f7f7f7;
    padding: 100px 0px;
}
.about p{
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    color: #1d1c1c;
}
.about-us{
    background-color: #ff914d;
}
.about-us h1{
    color: #ffffff;
}
.about-us p{
    color: #ffffff;
}
section{
    padding: 80px 0px;
}
.submit-btn{
    background:#ff924d;
    border: #ff924d 1px solid;
}
.mindloom-text{
    font-size:30px;
    color:#8836ff;
}
@media only screen and (max-width: 600px) {
    .navbar-expand-sm .navbar-nav .dropdown-menu{
        width: 100%;
    }
    .principal-div{
        height: auto !important;
    }
    .slider h1{
        font-size: 16px;
        line-height: 30px;
    }
    .slider .carousel-item{
    }
    .slider .carousel-caption button{
        padding: 10px;
        margin: 0px 5px;
        font-size: 13px;
        margin: 5px 0px;
    }
    .carousel-caption{
        top: 35%;        
    }
  }
  