.general-title {
    width: 100%;
    padding: .2rem .5rem;
    border-left: 3px solid #4C62A3;
}

.general-title h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2rem;
    margin: 0;
}

/* Projects single start */

/* projects start */

/* our projects starst */
.our-projects {
    display: flex;
    justify-content: center;
}

.our-projects .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.our-projects .title h5 {
    color: #07154C;
    font-weight: 600;
    font-size: 1.7rem;
}

.our-projects .title .big-title {
    display: flex;
    align-items: center;
}

.our-projects .title .big-title h1 {
    color: #31AD71;
    font-weight: 600;
    font-size: 4rem;
}

.our-projects .title .big-title .line {
    width: 4px;
    height: 110px;
    background: #316D54;
    margin-right: .5rem;
}

.our-projects .poster {
    display: flex;
    justify-content: center;
}

.our-projects .poster img {
    width: 70%;
    border-radius: 10px;
}

/* our projects end */

/* overview start */
.overview {
    display: flex;
    justify-content: space-between;
}

.overview .img {
    padding: .5rem;
    border-radius: 10px;
    border: 1px solid #BFBFBF;
    position: relative;
}

.overview .img .play {
    background: #fff;
    border: 1px solid #BFBFBF;
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.overview .img .play i {
    font-size: 2.5rem;
    color: #31AD71;
}

.overview .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overview .over-description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.overview .over-description .title {
    padding: .2rem .5rem;
    border-left: 3px solid #3b52b1;
    margin-top: .5rem;
}

.overview .over-description .title h4 {
    color: #3b52b1;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 700;
}

.overview .over-description h1 {
    margin: 1rem 0;
    color: #3b52b1;
    font-size: 1.7rem;
    font-weight: 700;
}

/* overview end */

/* text description start */
.text-description {
    margin: 1rem 0;
}

.text-description p mark {
    background: #31AD70;
    color: #fff;
    padding: .1rem;
}

/* text description end */

/* steps start */
.steps {
    display: flex;
    justify-content: space-between;
}

.steps .step {
    padding: 1rem;
}

.steps .step .box {
    box-shadow: 0 0 20px 1px #B6B6B6;
    padding: 1rem 1rem 2.5rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 5px;
    position: relative;
}

.steps .step .box .head {
    width: 100%;
    display: flex;
    align-items: center;
}

.steps .step .box .head .text {
    padding: .2rem .5rem;
    border-left: 3px solid #3b52b1;
    height: 20px;
    display: flex;
    align-items: center;
}

.steps .step .box .head .text span {
    color: #3b52b1;
    font-weight: 600;
}

.steps .step .box .head h3 {
    font-weight: 800;
    font-size: 2.5rem;
    color: #EFEFEF;
}

.steps .step .box .title {
    margin: 1.5rem 0 .5rem 0;
    height: 30px;
    overflow: hidden;
}

.steps .step .box .title h3 {
    font-size: 1.5rem;
    font-weight: 700;
}

.steps .step .box .more {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.steps .step .box .body-text {
    height: 190px;
    overflow: hidden;
}

.steps .step .box .more > div {
    width: 85%;
    height: 85%;
    border-radius: 50px;
    background: #31AD71;
    display: flex;
    align-items: center;
    justify-content: center;
}

.steps .step .box .more > div i {
    color: #fff;
}

.steps .step .box .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    z-index: 1;
    display: none;
}

.steps .step .box .mask img {
    width: 97%;
    height: 97%;
    object-fit: cover;
}

.steps .step .box .head,
.steps .step .box .title,
.steps .step .box .text,
.steps .step .box .body-text,
.steps .step .box .more {
    z-index: 10;
}


.steps .step .box:hover {
    background-size: cover;
    background-position: center;
    color: #fff !important;
}

.steps .step .box:hover .head .text {
    border-color: #fff;
}

.steps .step .box:hover .head .text span {
    color: #fff;
}

.steps .step .box:hover .mask {
    display: flex;
}

.steps .step .box:hover .more > div {
    background: #06154C;
}

/* steps end */

/* title points start */
.title-points {
    display: flex;
    justify-content: space-between;

}

.title-points .list ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.title-points .list ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.2rem 0;
}

.title-points .list ul li img {
    width: 60px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 1rem;
}

.title-points .list ul li .text-point h4 {
    text-transform: uppercase;
    color: #32AD72;
    font-weight: 600;
}

.title-points .list ul li .text-point p {
    margin-top: .5rem;
    font-size: .8rem;
}

.title-points .photos {
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-points .photos img {
    width: 80%;
    height: 80%;
    object-fit: cover;
}

/* title points end */

/* title point start */
.title-point-icon > div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.title-point-icon img {
    width: 60px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 1rem;
}

.title-point-icon h4 {
    text-transform: uppercase;
    color: #32AD72;
    font-weight: 600;
}

.title-point-icon p {
    margin-top: .5rem;
    font-size: .8rem;
}

/* title point end */

/* degrees start */

.degrees table {
    border-collapse: collapse;
}

.degrees table th,
.degrees table td {
    text-align: center;
    padding: 1rem;
}

.degrees table th {
    border-bottom: 1px solid grey;
}

.degrees table tbody tr:nth-child(even) {
    background: #F9F9F9;
}

/* degrees end */

/* society start */
.society {
    display: flex;
    justify-content: space-between;
}

.society .poster,
.society .description {
    padding: 1rem;
}

.society .poster > div {
    width: 100%;
    padding: .5rem;
    box-shadow: 0 0 20px 1px #B6B6B6;
}

.society .poster img {
    width: 100%;
}

.society .description .title {
    padding: .2rem .5rem;
    border-left: 3px solid #3b52b1;
}

.society .description .title h5 {
    text-transform: uppercase;
    font-weight: 600;
    color: #3b52b1;
}

.society .description h1 {
    font-size: 2rem;
    font-weight: 600;
    color: #3b52b1;
    margin: 1rem 0;
}

/* society end */

/* products start */

.products-cards .card {
    border: none;
    border-radius: 10px !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 10px 10px 20px 10px;
    width: 350px;
    margin: 20px 10px;
}

.products-cards .card .card-body {
    overflow: hidden;
}

.products-cards .card .card-body .vertical-line {
    background-color: #34B774;
    width: 3px;
    height: 20px;
    margin-right: .5rem;
    transition: width 0.3s;
}

.products-cards .card .head {
    height: 27px;
    width: 100%;
    overflow: hidden;
    align-items: flex-start;
    height: 18px;
}

.products-cards .card .head h5 {
    font-size: .9rem;
    font-weight: 600;
}

.products-cards .card img {
    border-radius: 10px 10px 0 0;
}

.products-cards .card:hover .plus-icon {
    background-color: #3b52b1;
}

.products-cards .card:hover .vertical-line {
    width: 15px;
}

.products-cards .card img.card-img-top {
    border-radius: 10px;
    height: 200px;
    object-fit: cover;
}

.products-cards .card .plus-icon {
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #34b774;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    margin-bottom: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
}

.products-cards .card .plus-icon img {
    width: 15px;
}

.products .section-title {
    margin-bottom: 30px;
    width: 100%;
}

.products .section-title h3 {
    color: #3F66B1;
    font-size: 1.5rem;
    font-weight: 300;
    padding-bottom: 10px;
    border-bottom: 2px solid #34B775;
}

.products .section-title b {
    font-weight: 700;
}

/* products end */

/* Projects single end */