.testsection1{
    height: 530px;
    margin: 0 auto;
    width: 100%;
    background-image: url('../img/index/hero-testimonials.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 35%;
    position: relative;
    z-index: 1;
}

.testsection1 .infobox {
    padding: 28px 50px 28px 50px;
    background: #ffffffe6;
    border-left: 8px solid #0093b2;
    width: 650px;
    position: absolute;
    bottom: 80px;
}

.testsection1 .infobox h1{
    font-size: 28px;
    font-family: 'Noto Sans', sans-serif;

}

.testsection1 .infobox h1 b{
    color: #0093b2;;
}







.testsection2 {
	padding: 50px;
	float: left;
	width: 100%;
}

.testsection2 .col-4 {
	float: left;
	padding: 10px;
	margin-bottom: 20px;
	height: 620px;
}

.testsection2 .col-4 .part1{
    position: relative;
}

.testsection2 .col-4 .part1 img {
	width: 100%;
	object-fit: cover;
	height: 250px;
}

.testsection2 .col-4 .part1 a {
    height: 80px;
    width: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: rgba(0, 147, 178, 0.8);
    padding: 10px;
    color: #fff;
    border-radius: 50%;
}

.testsection2 .col-4 .part1 a i{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: .3s linear;
}

.testsection2 .col-4 .part1 a:hover{
  background: rgba(0, 147, 178, 0.93);  
  transition: .3s linear;
}

.testsection2 .col-4 .part2{
    padding: 20px;
    border-left: 8px solid #0093b2;
}

.testsection2 .col-4 .part2 h3 {
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
    color: #444;
}

.testsection2 .col-4 .part2 span {
	margin-top: -10px;
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 15px;
    color: #444;
}

.testsection2 .col-4 .part2 p {
	font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    color: #444;
}

.testsection2 .col-4 .part2 a {
    color: #0093b2;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
}

.testsection2 .col-4 .part2 a:hover{
    color: #444;
    text-decoration: underline;
}



.testsection3{
    padding: 50px;
    width: 100%;
    float: left;
}

.testsection3 .col-6{
    float: left;
}

.testsection3 .col-6:last-child{
    padding: 80px 50px;
}

.testsection3 .col-6:last-child img{
    width: 100%;
    margin-bottom: 80px;
}

.testsection3 .col-6 span{
    font-size: 16px;
}

.testsection3 .col-6 h3{
    font-size: 28px;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #0b94b1;
    font-weight: bold;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(68, 68, 68, 0.2);
}

.testsection3 .col-6 ul {
    padding: 0px;
}

.testsection3 .col-6 ul li{
    list-style: none;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    display: block;
}

.testsection3 .col-6 ul li b{
    margin-bottom: 10px;
    float: left;
    width: 100%;
    display: block;
    font-size: 18px;
    color: #444;
}

.testsection3 .col-6 ul li p {
	font-size: 18px;
	color: #444;
}

.carousel-item img{
    height: 400px;
    object-fit: cover;
}








@media only screen and (max-width: 1400px) {
    .testsection2 .col-4{
        width: 50% !important;
    }
}

@media only screen and (max-width: 1000px) {
    .container{
        min-width: 100% !important;
    }

    .testsection2 {
        padding: 20px;
    }
    .testsection2 .col-4 {
        height: 650px;
    }
}


@media only screen and (max-width: 900px) {
    .testsection1{
        margin-top: -20px;
    }
}
@media only screen and (max-width: 850px) {
    .testsection2 .col-4 {
        height: 700px;
    }
}

@media only screen and (max-width: 700px) {
    .testsection1 .infobox {
        width: 90%;
        left: 50%;
        transform: translate(-50%,0);
    }

    .testsection1 .infobox h1 {
        font-size: 25px;
    }
    
}

@media only screen and (max-width: 750px) {
    .testsection2 .col-4 .part1 img{
        height: 300px;
    }
    .testsection2 .col-4 {
       width: 100% !important;
       height: auto !important;
    }
    .testsection3 .col-6 {
        width: 100% !important;
    }

    .testsection3 .col-6:last-child img:last-child{
        margin-bottom: 0px !important;
    }
}


@media only screen and (max-width: 600px) {
    .testsection1 .infobox h1 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 600px) {
    .testsection1 .infobox{
        padding: 20px;
    }
    .testsection1 .infobox h1 {
        font-size: 20px;
    }
    .testsection3 .col-6:last-child{
        padding: 0px !important;
    }
}