body {
    font-family: 'Ubuntu', sans-serif;
    overflow-x: hidden !important;
    background-color: #fff;
}

.bmd-form-group label{
    color: black !important;
}

.remove-margin{
    margin-top: 0px !important;
}

.testimonials-img{
    margin-top: 20px;
    height: 200px;
}

@media only screen and (min-width:600px) and (max-width: 768px){
    .css-custom{
        min-height: 130vh !important;
    }
    .responsive{
        font-size: 36px !important;
    }
    .responsive_1{
        font-size: 40px !important;
    }
}

@media only screen and (max-width: 425px){
    /* div.content .heading-custom {
        font-size: 35px !important;
        margin-top: -150px;
    } */
    div.content .btn_div {
        margin-top: 50px;
    }
    .navbar.navbar-transparent{
        padding-top: 10px!important;
    }
    .heading_responsive{
        transform: translate(10px, -90px);
    }
    .responsive{
        font-size: 26px !important;
    }
    .responsive_1{
        font-size: 30px !important;
    }
    /* .heading-custom{
        font-size: 26px !important;
        margin-top: -100px;
    } */
    .responsive2{
        margin-top: -150px;
    }
}

@media only screen and (max-width: 345px){
    .heading_responsive{
        transform: translate(10px, -60px);
    }
    .responsive{
        font-size: 36px !important;
    }
    .responsive_1{
        font-size: 22px !important;
    }
}

@media only screen and (min-width:425px) and (max-width: 599px){
    .css-custom{
        min-height: 110vh !important;
    }
}


label {
    color: black !important;
}

@media only screen and (max-width: 425px) {
    .list {
      min-height: 900px !important;
    }
  }

@media only screen and (max-width : 768px) {
    #technologiesCarousel{
        visibility: hidden;
    }
    .contactB{
        min-height: 120vh;
    }
}

@media only screen and (min-width : 768px) {
    .contactB{
        min-height: 120vh;
    }
}


/* @media screen and (min-width : 768px) and (max-width: 1000px) {
    .contactB {
        min-height: 120vh !important;
    }
  } */


  @media only screen and (min-width : 768px) and (max-width: 1000px) {
    .contactB {
        min-height: 120vh !important;
    }
  }


@media only screen and (min-width : 1900px){
    .contactB{
        min-height: 80vh !important;
    }
}


@media only screen and (min-width : 320px) and (max-width: 560px){
    .contactB{
        min-height: 140vh !important;
        min-width: 25vh !important;
    }
}


  @media only screen and (min-width: 1024px) {
    .top-margin {
      margin-left: 40px !important;
    }
  }

  @media only screen and (min-width: 2560px) {
    .list-top {
      margin-top: 100px !important;
    }
  }

  @media only screen and (min-width: 1440px) {
    .transformation{
        transform: translateY(0%) !important;
    }
  }

  @media only screen and (min-width: 600px) {
      .css-custom{
        padding-top: 100px !important;
        max-width : 45% !important;
      }
  }

  @media only screen and (max-width: 320px) {
    .list {
      min-height: 1000px !important;
    }
  }

/*      Box Shadow      */
.boxShadow{
    -webkit-box-shadow: -20px 24px 30px -19px rgba(0,0,0,0.63);
    -moz-box-shadow: -20px 24px 30px -19px rgba(0,0,0,0.63);
    box-shadow: -20px 24px 30px -19px rgba(0,0,0,0.63);
}

 
/* Web Application index page*/
.webinfo{
    text-align: justify;
    padding-left: 50px;
} 

/*      Heading Text Design     */
.heading-custom {
    font-weight: 700;
}

.heading-larger-custom {
    font-weight: 700;
    font-size: 500%;
}
.bold {
    font-weight: 700;
}

.list-group-item{
    color: white;
}
.color{
    color: black !important;
}

/*      Text Color      */
.text-accent {
    color: rgba(172,3,1,255);
    font-size: 20px;
}
.text-accent1{
    color: rgba(172,3,1,255);
}

.text-accent-dark {
    color: #161b40
}

.text-accent-pink {
    color: #f40058
}

.text-accent-yellow {
    color: #efa500
}

.text-accent-green {
    color: #41b853
}

.text-white {
    color: #ffffff;
}


/*      Background Color        */
.bg-accent-dark {
    background: linear-gradient(60deg, #ab47bc, #7b1fa2);
}
.bg-accent-dark-solid{
    background-color: #161b40;
}


/*  Background banners    */
#landingBanner {
    background-image: url('../img/Banners/banner-1-bkp.png');
    background-size: 100% 100%;
    background-position: top center;
    min-height: 100vh;
}
#servicesBanner{
    background-image: url('../img/Banners/banner-2.png');
    background-size: 100% 100%;
    background-position: top center;
    background-attachment: fixed;
    min-height: 30vh;
}
#testimonialBanner{
    background-image: url('../img/Banners/banner-8.png');
    background-size: 100% 100%;
    background-position: top center;
    min-height: 100vh;
    background-attachment: fixed;
}
#contactBanner{
    background-image: url('../img/Banners/banner-7.png');
    background-size: 100% 100%;
    background-position: top center;
    min-height: 115vh;
}



/*  Section banners */
#aboutBanner {
    background: url('../img/Backgrounds/about.png') no-repeat fixed;
}
#whatWeDoBanner{
    background: url('../img/Backgrounds/services.png') no-repeat fixed;
}




/*  Scrollbar */
#customScrollbar::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #161b40;
}

#customScrollbar::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

#customScrollbar::-webkit-scrollbar-thumb
{
    background-color: #43bee5;
}




/*      Media Query     */
@media only screen and (max-width: 600px) {
    div.content .heading-custom {
        font-size: 44px !important;
    }
    .content.pl-lg-5.ml-lg-5.pt-div {
        padding-top: 70px;
    }
    .btn_div.pt-btn {
        padding-top: 60px;
    }
    #landingBanner {
        background-size: cover!important;
    }
    #testimonialBanner{
        background-image: url('../img/Banners/banner-8.png');
        background-size: cover!important;
        background-position: top center;
        min-height: 100vh;
    }
    #contactBanner{
        min-height: 145vh;
    }
    .css-custom{
        min-height: 155vh;

    }
   
}


