@media only screen and (max-width:620px) {
    /* For mobile phones: */
       .client-logo-top-border{
        border-top: none !important;
    }
    .client-logo-side-border{
        border-right: none !important;
    }
    .cc1{
        margin-left: 0px !important;
    }
    .h1-responsive {
        font-size: 15px !important;
        padding-top: 50%;
        margin-top: -120px;
    }
    .mb{
        width:250px;
    }
    .mb1{
        margin-left:-20px;
        margin-top:-20px;
    }
    .mb2{
        margin-top:-20px;
    }
    .carousel-inner{
        margin-top:65px
    }
    .btn-primary{
        padding:10px;
    }

    .our-process-new {
        margin-left:0px !important;
        margin-right:0px !important;
    }
    .process-new img{
        height: 300px !important;
        width:300px !important;
        margin-top:-20px !important;
        margin-left: 0px !important;
    }
    .card2{
        padding-top: 40px;
        margin-bottom:40px !important;
    }
    .card2 img{
        margin-left:0px !important;
    }
    .card2 h5{
        text-align: left !important;
    }
    .card2 ul li{
        text-align: left !important;
    }
    .what-unique{
        margin-top:0px !important;
    }
    .what-unique .row{
        margin-left:20px !important;
        margin-right:20px !important;
    }
    .first-fold .row{
        margin-left:0px !important;
        margin-right:0px !important;
    }
    .first-p{
        margin-left:0px !important;
        margin-right:0px !important;
    }
    .client-logo-side-border{
        border-right: 2px solid white !important;
        padding-bottom: 30px;
    }
    .client-logo-top-border{
        padding-top: 12px;
        border-top: 2px solid white;
    }
}

.carousel-caption{
    width:40%;
    left:10%;
    top:35%;
  }
  .carousel-caption h1{
      font-weight:1000 !important;
      -webkit-font-smoothing: subpixel-antialiased;
      visibility:visible;
      color: rgba(255,255,255,0.9);
      font-family: 'custom-font-bold';
  }
 
 .h1-responsive{
     text-align: left;
     color: white;
 }
 
.wrapper{
    margin-left: 40px;
    margin-right: 40px;
}
.ftitle h1{
    padding-top:40px;
    margin-top:20px;
    font-family: 'custom-font-bold';
    text-align: center;
    font-size: 28px;
    color:#2e5f9a;
}
.ftitle h1:after {
    background: none repeat scroll 0 0 #2e5f9a;
    bottom: -10px;
    content: "";
    display: block;
    height: 2px;
    position: relative;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}
.first-fold p{
    font-family: 'custom-font-regular';
    font-size: 14px;
}
.first-p{
    font-family: 'custom-font-regular';
    font-size: 14px;
    /* margin-left:80px;
    margin-right:80px; */
    text-align: left;
    color: #888;
}
.thumbnail > img, .thumbnail a > img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height:25px;
}
.thumbnail{
    display: block;
}

.our-process{
    margin-top:40px;
    margin-left:-40px;
    margin-right:-40px;
    padding-bottom: 40px;
    background-color: #f8f8f8;
}
.our-process h3{
    font-family: 'custom-font-medium';
    color: #2f4294;
}
.our-process p{
    font-family: 'custom-font-regular';
    font-size: 14px;
    text-align: left;
}
.domain-expertise h4{
    padding-top:20px;
    text-align: center;
    font-family: 'custom-font-medium';
    font-size: 19px;
}
.domain-expertise p {
    font-family: 'custom-font-regular';
    font-size: 14px;
    text-align:left;
    color: #4d4d4d;
}


.thumbnail img{
    filter: gray;
    -webkit-filter: grayscale(1);
}

.thumbnail img:hover{
    filter: none;
    -webkit-filter: grayscale(0);
}
.thumbnail1 > img, .thumbnail a > img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height:45px;
}
.thumbnail1{
    display: block;
    padding: 4px;
    margin-bottom: 30px;
    line-height: 1.4285;
    background-color: #ffff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.h1-responsive{
    text-align: left;
}


.client-logo-side-border{
    border-right: 2px solid lightblue;
    padding-bottom: 20px;
}
.client-logo-top-border{
    padding-top: 12px;
    border-top: 2px solid lightblue ;
}

.our-process-new .card1{
    margin-bottom: 80px;
}
.our-process-new .card2{
    margin-bottom: 80px;
}
.our-process-new{
    margin-left:80px;
    margin-right:80px;
}
.card1 h5{
    font-family: 'custom-font-medium';
    font-size:20px;
}
.card1 ul{
    list-style-type:none;
    margin-left:-40px
}
.card1 ul li{
    font-family: 'custom-font-regular';
    font-size: 14px;
    color: #888;
}
.card1 img{
    margin-bottom:15px;
    height: 35px;
    width: 30px;
}
.card1 p{
    font-size:14px;
    font-family:'custom-font-regular';
    color:#888;
}
.card2 h5{
    font-family: 'custom-font-medium';
    font-size:20px;
    text-align: right;
}
.card2 ul{
    list-style-type:none;
    margin-left:-40px
}
.card2 ul li{
    text-align: right;
    font-family: 'custom-font-regular';
    font-size: 14px;
    color: #888;
}
.card2 img{
    display: block;
    margin-left:auto;
    margin-bottom:15px;
    height: 35px;
    width: 30px;
}

.what-unique .row{
    margin-left:100px;
    margin-right:100px;
    padding-bottom: 40px;
    padding-top:40px
}
.what-unique {
    margin-left:-40px;
    margin-right:-40px;
    margin-top:-40px;
    margin-bottom: 40px;
}

.process-new img{
    height:350px ;
    width:350px ;
    margin-left: 60px;
    margin-top:-20px;
}

.map-contact{
    margin-top:80px;
  }
  .contact{
    position: absolute;
    z-index: 99;
    left:0;
    right:0;
    margin: auto;
  }
  #bstyle{
    border-radius: 20px;
    width: 30%;
  }
  .example-container {
    display: flex;
    flex-direction: column;
  }
  
  .example-container > * {
    width: 100%;
  }
  .c1{
    padding-left:120px; padding-right:120px
  }
  .ftitle3 h3{
    font-family: 'custom-font-bold';
    text-align: left;
    padding-top:20px;
    font-size: 20px
  }
  .ltitle{
    font-family: 'custom-font-regular';
    color: rgb(73, 73, 73);
  }
  .ec a{
    display:inline; padding-left:10px;font-size:14px;color:rgb(73, 73, 73);
  }
  .ecm{
    color: rgb(73, 73, 73);
    font-family: 'custom-font-regular';
  }
  .home p{
    color: rgb(73, 73, 73);
    font-family: 'custom-font-regular';
    font-size: 12px;
  }
  .get-directions a{
    font-family: 'custom-font-regular';
    display:inline; 
    padding-left:10px;
    font-size:14px;
    color:rgb(73, 73, 73);
  }
  .submit
{
  background-color: rgb(110, 184, 0);
  color: white;
  border:0;
  font-size: 10px;
  border-radius: 20px;
  width: 30%;
  padding:2% 5%
}
.cc1{
    display:block;margin-left:auto;margin-right:auto;
}


