
#about-page {
    font-size: 18px;
}
.bannerbox p.p1-white {
    font-size: 29px;
    width: 100%;
    position: absolute;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 0;
    display: inline-table;
}
.gkPage .custom.bannerbox.contactPg {
    margin-top: -41px !important;
}
/*.custom.bannerbox.aboutPg:before, .bannerbox.contactPg:before, .bannerbox.contactPg:before, .custom.bannerbox.blogPg:before, .headBanner:before {
	display:none;
}*/

#about_description {
    max-width: 910px;
    margin: 55px auto;
}
#main_activity {
    background-image: linear-gradient(#f5f5f7, white);
    text-align: center;
    padding-top: 71px;
}
#main_activity h4 {
    text-align: center;
    padding-bottom: 70px;
}
.service-box {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 8px 20px 0 rgba(127, 127, 127, 0.5);
    margin: 0px 20px;
    padding: 50px;
    min-height: 523px;
	position:relative;
	background-color: white;
}
#about-page h3 {
    font-size: 32px;
    font-weight: 800;
    padding-bottom: 17px;
}
.service-description {
    line-height: 1.6;
}
.service-box .button1 {
    position: absolute;
    bottom: 39px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 197px;
}

#ourvalues {
	background-image: url('/images/assets/about_fmaily_bg_3.jpg');
	
    background-repeat: no-repeat;
}
#rightOurvalues {
    max-width: 769px;
    margin-top: 114px;
    padding-bottom: 127px;
}
#rightOurvalues h2 {
    margin-bottom: 21px;
}

.value-box {
    display: inline-block;
    vertical-align: top;
    width: 43%;
    margin-left: 50px;
}
.value-box img {
    margin-right: -12px;
}
.value-box h4 {
    font-size: 20px;
}
.value-box p {
    font-size: 16px;
}
#planningProcess {
    text-align: center;
    background-color: #f5f5f7;
    padding: 100px 0px;
}
#planningProcess .global-container {
    max-width: 896px;
}
#planningProcess h3 {
    margin-bottom: 45px;
}

.product-box {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    font-size: 0px;
    background-image: url(/images/assets/checkedB.svg);
    background-repeat: no-repeat;
    background-position: right center;
}

.product-box .product {
   font-size:16px;
   height: 26px;
}
.product-box {
    display: inline-block;
    vertical-align: top;
    width: 19%;
	text-align:right;
    font-size: 0px;
    background-image: url(/images/assets/checkedB.svg);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 34px;
    border-bottom: solid 1px #ced9e6;
}
div#Our-Products {
    text-align: center;
    margin: 108px auto;
}

.team-box-item {
    display: flex;
}
.team-box-item-img {
    padding-left: 21px;
    flex-grow: 1;
    min-width: 150px;
    max-width: 150px;
}


