body{
    font-family: "Open Sans", sans-serif !important;
}
.IndexContainer{
    margin: auto;
    display:flex;
    width: 1500px;
    flex-wrap: wrap;
    padding-left: 5%;
    padding-right: 5%;
}
.contentBox{
    margin:auto;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.carouselBox{
    width: 48%;
}
.carouselBox img{
    width: 100%;
    height: 100%;
}
.infoBox{
    width: 48%;
}
.infoBox p{
    text-align: justify;
    font-size: 18px;
}
.carousel-item{
    height: 320px;
}
.carousel-item img{
    width: 100%;
    height: 100%;
}
.iconStyle{
    color: black;
    font-size: 18px;
}
.TwoImgBox{
    border: solid 1px black;
}
.spanTop{
    padding-top: 10px;
}
.Line3Box{
    width: 31%;
}
.Line3Box .card-header{
    display: flex;
    align-items: center;
    background-color: #546e7a;
    color: white;
    font-size: 18px;
}
.Line3Box .fa{
    font-size: 20px;
}
.Line3Box .card-body{
    height: 350px;
    overflow: auto;
}
.contact span{
    display: block;
    padding: 10px 0;
}
.earthBox{
    width:100%;
    height:350px
}
.earth .card-body{
    padding: 0 0;
}
.showData{
    text-align: center;
}
.line{
    width:100%;
    height: 2px;
    background-color: #06153e;
    border-color: #06153e
}