.iconbox .box-content .box-title {
    margin-bottom: 8px;
    text-transform: capitalize;
}

.parallax1 .container {
    padding-top: 150px;
    padding-left:30px;
    padding-bottom: 50px;
}

img.thumbimg {
    height: 130px;
    width: 60%;
    padding-top: 10px;
    display: flex;
    margin: 0 auto;
}

.flat-team .avatar {
    background: #113A66;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.flat-team .content {
	padding-top: 20px;
    padding-bottom: 10px;
    background: #113A66;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.flat-team .content .name {
    margin-bottom: 3px;
    color: #fff;
}

.teamimg {
    margin: 0 auto;
}

img.teams {
    margin: 0 auto;
    width: 30%;
}

.memprofile {
    margin: 10px auto 0;
    justify-content: center;
}

.iconbox .box-content p {
    line-height: 26px;
    margin-top: 10px;
    text-transform: none;
    text-align: justify;
}

.iconbox.style3:hover {
   	box-shadow: -10px 10px 10px 2px rgb(0 0 0 / 32%);
    background: #113A66;
    color: #fff;
    border-radius: 15px;
}

.iconbox.style3:hover .memprofile{
    color: #fff;
}

.iconbox.style3:hover .box-title{
    color: #fff;
}

.iconbox.style3:hover img.teams{
    background: #fff;
}

.aboutIcon >img {
    width: 25%;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
}

#blance1 > img {
    width: 70%;
    padding-top: 6%;
    display: flex;
    margin: 0 auto;
}

.directors_img img {
    width: 70%;
    height: 200px;
    display: flex;
    object-fit: contain;
    margin: auto;
    margin-top: 20px;
    object-position: 50%;
}

.bg_aboutus {
	background: url('../images/pattern/8.png') repeat center;
}

.selectProd {
    width: 100%;
    color: #000;
    border: 1px solid #000;
    border-radius: 5px;
}

.form-control {
    border: 1px solid #000 !important;
    border-radius: 5px !important;
    color: #000 !important;
}

.req-demo {
    background: url('../images/pattern/2.png') repeat center;
    color: #000;
}

.team_bg {
    background: url('../images/pattern/2.png') repeat center;
}

.iconbox.style3 .box-header .box-icon i {
    font-size: 55px;
}

.page-contact {
    background: url('../images/pattern/2.png') repeat center;
}

.vision2 {
    padding: 5% 10%;
    border: 2px solid #000;
    border-radius: 10px;
}

.vision2 > p {
    font-size: 16px;
    font-weight: 500;
}

.tools_used {
    border: 2px solid #000;
    padding: 7px 15px;
    border-radius: 10px;
}

.tools_used img {
    margin-bottom: 15px;
    width: 50%;
    margin-top: -5%;
}

.tools_used span {
    font-weight: 600;
    text-align: justify;
}

.blgtitle span {
    font-size: 15px;
    float: right;
}