.pb-5, .py-5 {
    padding-bottom: 3rem!important;
}
.pt-5, .py-5 {
    padding-top: 3rem!important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.float-left {
    float: left!important;
}

.heading {
    font-weight: 600;
	font-size: 32px;
    margin-top: 0;
}
.text-uppercase {
    text-transform: uppercase!important;
}

.common-section ul {
    padding-left: 18px;
}

.mt-2, .my-2 {
    margin-top: .5rem!important;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn {
    border-radius: 5rem;
    font-weight: 600;
    font-size: 14px;
    margin-right: 3px;
}
.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

@media screen and (max-width: 575px)
.common-section img.img-fluid {
    max-height: 100%;
    max-height: 300px;
    margin: auto;
    float: none;
    display: block;
    margin-bottom: 1.5em;
}

@media screen and (max-width: 575px)
h2.heading {
    font-size: 1.5rem;
}

@media screen and (max-width: 767px)
.mt-2 {
    margin-top: 25px!important;
}


/*1st Section End*/


section.bg-light {
    background-color: rgba(0, 198, 215, 0.7) !important;
    position: relative;
}

.mobile-application-development, .Blockchain-Development, .Quality-Assurance {
    background: #fafafa;
}
.text-white {
    color: #fff!important;
}
.pb-5, .py-5 {
    padding-bottom: 3rem!important;
}
.pt-5, .py-5 {
    padding-top: 3rem!important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}
.bg-light {
    background-color: #f8f9fa!important;
}

section.bg-light:before {
    background-image: url(../images/bg.png);
    /* background-size: cover; */
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    opacity: .1;
    background-position: left center;
}

.float-right {
    float: right!important;
}


}
@media (min-width: 992px)
.flex-lg-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}

@media (min-width: 768px)
.flex-md-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
@media (min-width: 576px)
.flex-sm-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.common-section ul {
    padding-left: 18px;
}

.services li
{
    list-style: decimal;
    line-height: 2.5;
}

/* Section End*/


/* Number Counting Start */

.businessPotentialData {
    position: relative;
    padding: 40px 0;
}

.businessPotentialData span.counting, .businessPotentialData span.counting span.count {
    font-size: 60px;
    color: #4be3f1;
    font-weight: 700;
    display: block;
    line-height: 45px;
    display: inline-block;
}

#businessPotential p {
    color: #565656;
    font-size: 20px;
    font-weight: 300;
    padding: 20px 0;
    margin: 0;
    display: block;
    text-align: center;
}

.businessPotentialData p {
    font-size: 14px !important;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 15px 0 0 0 !important;
    display: block;
}

.businessPotentialData:after {
    position: absolute;
    right: -7px;
    top: 40px;
    width: 1px;
    height: 76px;
    background: #d5d5d5;
    content: "";
}

.bg
{
background:#000 !important;
margin:5px;
}


/*  End */


/* Testimonial*/

/*.about_sec2 li:first-child .about_img_left {
    background-position: top 12px center;
}
.about_sec2 .about_img_left {
    width: 60px;
    height: 60px;
    background-size: 62% auto;
    background-color: #ff5200;
    background-position: top 12px center;
    border-radius: 6px;
    margin-right: 15px;
}
.about_img_left, .our_ms_img {
    background-image: url(../images/om_about_sprite.png);
    background-position: top center;
    background-repeat: no-repeat;
}
.about_img_left, .about_desc_inner {
    float: left;
}

.about_sec2 .about_desc_inner {
    width: calc(100% - 75px);
}

.about_img_left, .about_desc_inner {
    float: left;
}

.about_sec2 .ser_title, .about_sec3 .ser_title {
    margin-top: 0;
}

.ser_title {
    font-size: 1.6rem;
    font-weight: 500;
    color: #414042;
    margin: 4px 0px;
    line-height: 2.4rem;
}

.about_pg li:after {
    content: "";
    clear: both;
    display: block;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*/

section.green{
    background-color: #426748;
}

section.blue{background-color:#2c86c3}

section.pink{background-color:#da4761}

.businessPotentialData:last-child:after {
  
    background: none;
  
}