.group-list-page {
	padding: 40px 0px 60px;
    background-image: url('../images/adorgroups/Mask-Group-10.png');
    background-position: center;
    background-size: cover;
}
.group-list-page .card {
    padding: 45px 30px;
    border: 1px solid #DCDBDB;
    border-radius: 10px;
    box-shadow: 0px 11px 16px #00000014;
    background: -moz-linear-gradient(top, #f3f6f8 0%, #fff9f9 30%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f3f6f8 0%,#fff9f9 30%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f3f6f8 0%,#fff9f9 30%,#ffffff 100%);
}
.group-list-page .card .card-head {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.group-list-page .card .card-head img {
    flex-shrink: 0;
    padding-right: 20px;
    max-width: 30%;
}
.group-list-page .card .card-head .heading {
    font-size: 22px;
    line-height: 27px;
    color: #6B6969;
    font-weight: 600;
}
.group-list-page .card .card-head img + .heading {
    border-left: 1px solid #929292;
    padding-left: 20px;
}
.group-list-page .card .cont p, .group-list-page .card .cont ul li {
    font-size: 18px;
    line-height: 25px;
}
.group-list-page .card .cont ul {
    padding-left: 22px;
    list-style-type: none;
}
.group-list-page .card .cont ul li {
    margin-bottom: 15px;
    position: relative;
}
.group-list-page .card .cont ul li::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #707070;
    display: block;
    position: absolute;
    left: -20px;
    top: 7px;
}
.group-list-page .card .links {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0px 40px;
}
.group-list-page .card .links a {
    display: inline-block;
    margin-right: 35px;
    margin-bottom: 15px;
    color: #8D8E8F;
    text-decoration: none;
}
.group-list-page .card .links a:hover {
    color: #EF3122;
}
.group-list-page .card .links a span {
    width: 35px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 4px;
}
.group-list-page .card .links a .icon-phone {
    background-image: url('../images/adorgroups/Icon-ionic-ios-call.svg');
    height: 20px;
}
.group-list-page .card .links a .icon-fax {
    background-image: url('../images/adorgroups/Icon-awesome-fax.svg');
    height: 17px;
}
.group-list-page .card .links a .icon-mail {
    background-image: url('../images/adorgroups/Icon-material-email.svg');
    height: 15px;
}
.group-list-page .card .links a .icon-web {
    background-image: url('../images/adorgroups/icon-web.svg');
    height: 20px;
}
.group-list-page .card-row {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    max-width: 1000px;
    margin: 0px auto;
}
.group-list-page .card-row .col {
    display: inline-block;
    margin-bottom: 2rem;
}
.tech-dev-center-sec {
    padding: 40px 0px;
}
.tech-dev-center-sec .sec-heading {
    margin-bottom: 50px;
}
.tech-dev-center-sec p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0px;
}
.tech-dev-center-sec p + p {
    margin-bottom: 10px;
}
.tech-dev-center-sec .col-md-12 {
    margin-top: 40px;
}
.training-academy {
    background: rgb(84, 85, 90, 0.05);
    padding: 50px 0px;
    text-align: center;
}
.training-academy .btn-theme2 {
    background-color: #fff;
    margin-bottom: 30px;
}
.training-academy .btn-theme2:hover {
    background-color: #E72419;
}
.training-academy p.info {
    max-width: 400px;
    margin: 0px auto;
    font-size: 18px;
    line-height: 27px;
}
.training-academy.n-bg {
    background: rgb(84, 85, 90, 0.05);
    padding: 40px 0px 50px;
    text-align: center;
}
.training-academy.n-bg .btn-theme2 {
    background-color: #fff;
    margin-bottom: 30px;
}
.training-academy.n-bg .btn-theme2:hover {
    background-color: #E72419;
}

@media (max-width: 767px) {
    .group-list-page .card-row {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 1.5rem;
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }  
    .group-list-page .card-row .col {
        margin-bottom: 1.5rem;
    }
    .group-list-page .card .card-head .heading {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 0px;
    }
    .group-list-page .card {
        padding: 30px 25px;
    }
    .group-list-page .card .cont p, .group-list-page .card .cont ul li {
        font-size: 16px;
        line-height: 23px;
    }
    .group-list-page .card .links {
        margin: 10px 0px 20px;
    }
    .group-list-page {
        padding: 40px 0px;
    }
    .tech-dev-center-sec {
        padding: 30px 0px;
    }
    .tech-dev-center-sec .sec-heading {
        margin-bottom: 30px;
    }
    .tech-dev-center-sec img {
        margin-bottom: 25px;
    }
    .tech-dev-center-sec p, .training-academy p.info {
        font-size: 15px;
        line-height: 23px;
    }
    .tech-dev-center-sec .col-md-12 {
        margin-top: 20px;
    }
    .training-academy {
        padding: 30px 0px;
    }
    .training-academy .btn-theme2 {
        margin-bottom: 20px;
    }
	.group-list-page .card .links a {
		display: flex;
		margin-right: 0px;
		word-break: break-all;
		width: 100%;
	}
	.group-list-page .card .links a span {
		flex-shrink: 0;
		width: 30px;
	}
}