body{
    /* font-family: 'Noto Sans JP', sans-serif; */
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    color: #707070;
}
.btn-danger{
    background-color: #DB0C3E;
    border: #DB0C3E;
    border-radius: 10px;
    padding: 7px 18px;
    font-family: 'Roboto', sans-serif;
}
.dark-gray{
    color: #4b4b4b;
}
.blue{
    color: #1E4190;
}
.parent-height{
    height: 100%;
}
.hr-red {
    width: 32%;
    border-radius: 10px;
    border-top: 5px solid #DB0C3E;
  }
.hr-red2{
    width: 12%;
    border-radius: 10px;
    border-top: 5px solid #DB0C3E;
}
/* alignment */
.center{
    margin: auto;
    text-align: center;
}
.justify{
    justify-content: center;
}
.margin{
    margin: 0 auto;
}
.left{
    text-align: left;
}
.remove-padding{
        padding-left: 0px;
        padding-right: 0px;
}
/* font weights */
.light-font{
    /* color: #888888; */
    font-weight: 300;
}
.medium{
    font-weight: 400;
}
.bold{
    font-weight: 700;
}
/* text size */
.large{
    font-size: 3rem;
}
.normal{
    font-size: 2rem;
}

.small{
    font-size: .8rem;
}

/* padding */
.padding-down{
    padding-bottom: 40px;
}
.padding-up{
    padding-top: 40px;
}
.padding-up-less{
    padding-top: 20px;
}
.padding-down-less{
    padding-bottom: 20px;
}
.shadow1{
    box-shadow: 3px 5px 6px -5px #c2b9b9;
}
.shadow2{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 1px 2px 10px -1px #888888;
}
/* navbar */
.navbar{
    font-family: 'Noto Sans', sans-serif;
}
.navbar-nav {
    margin-left: auto;
  }
  .navbar-light .navbar-brand {
    color: #1E4190;
    /* color: rgba(0,0,0,.9); */
}
.navbar-brand{
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #4b4b4b;
}
.nav-item{
    font-size: 1.5rem;
    padding: 0 1rem;
}

/* section 1 */
.first-row{
    margin: 0 50px;
    /* height: 60vh; */
}
.col-one{
    font-size: 4rem;
    font-weight: 700;
    padding: 0px;
    margin: auto;
    justify-content: center;
    text-align: center;
}

.col-one-2{
    margin: auto;
    justify-content: center;
}
.col-one-2 img{
    width: 100%;
    height: auto;
}

/* section 2 */
.row-two{
    margin: 0 0 0 50px;
    /* padding: 100px 0; */
}
.row-two img{
    width: 100px;
    height: 100px;
    float: left;
}
.sec2-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.card{
    border: none;
    text-align: center;
    /* margin-top:20px ; */
    width: 285px;
    height: 140px;
    /* padding: 10px; */
    border-bottom-right-radius: 40px;
    /* border: 1px solid black; */
    /* box-shadow: 0px 1px 2px .1px #888888; */
}
.card img{
    width: 80px;
    height: 80px;
}
.card-img{  
    margin: auto;
}
.card span{
    width: auto;
}
.card-info{
    display: flex;
    justify-content: center;
    align-items: center; 
}

.bold-text{
    font-size: 1.0rem;
}

/* section 3 */
.row-three{
    margin: 0 50px;
    padding: 100px 0;
}
.row-three h1{
    /* margin-left: 5%; */
    font-size: 3rem;
    font-weight: bolder;
}
.row-three h2{
    /* margin-left: 5%; */
    font-weight: bolder;
}
.row-three img{
    width: 50%;
    height: auto;
}

.fa-video , .fa-globe{
    font-size: 2.5rem;
    color: #1E4190;
}

/* section 4 */
.row-four{
    margin: 0 50px;
}
.row-four img{
    /* border-radius: 50%; */
    width: 100%;
    height: auto;
}
.row-four .fa-chevron-right{
    font-size: 2rem;
}
.row-four h1{
    padding: 0 0 60px 0;
    font-weight: 700;
}
.row-four .info{
    margin: auto;
    justify-content: center;
    text-align: center;
    font-size: 1.5rem;
}

/* section 5 */
.row-five{
    margin: 0 50px;
}
.row-five h1{
    font-size: 3rem;
}
.row-five img{
    width: 100%;
    margin: auto;
}
.row-five .logos{
    width: 60%;
    height: 60%;
}

/* section 6 */

.row-six img{
    width: 100%;
    height: auto;
}

.container-fluid {
    padding: 2% 15% 7% 15%;
}
.carousal-info{
    font-size: 1.5rem;
}
.carousel-indicators li {
    background-color: #9898a8;
    width: 45px;
    height: 5px;
    /* box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);     */
}
.carousel-indicators .active {
    background-color: #1E4190;
}
/* section 7 */
.row-seven{
    margin: 0 50px;
}
.row-seven img{
    width: 250px;
    height: auto;
}

@media screen and (max-width:768px){
    .rotate{
        padding: 20px;
        
        transform: rotate(90deg);
        
    }
    .card {
        height: 250px;
        text-align: center;
        margin-top: 20px;
        padding: 10px;
        border-bottom-right-radius: 20px;
        /* border: 1px solid black; */
        /* box-shadow: 0px 1px 2px 0.1px #888888; */
    }
    .row-two img {
        width: 100px;
        height: 100px;
    }   
    .row-two{
        margin: auto;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (max-width:900px){
    .col-one{
        font-size: 2.5rem;
    }
    .row-three h1{
        font-size: 2.2rem;
        padding-bottom: 20px;
    }
    .row-three h2{
        margin: auto;
        text-align: center;
        font-size: 1.5rem;
    }
    .left{
        text-align: center;
        padding: 10px 0;
    }
}


@media screen and (max-width: 1200px) and (min-width: 1000px) {
    .first-row {
        margin: 0;
        height: 50vh;
    }
}