@charset "utf-8";


.sub_main .page_type01{
  display: inline-block;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 .5em;
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  margin-bottom: .25em;
  padding: 0 .125em;
  background: linear-gradient(transparent 60%, #004ca0 40%);
}
.sub_main .page_type02{
  display: inline-block;
  background: #fff;
  color: #111;
  margin: 0 .5em;
  padding: .25em 2em .25em .75em;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
}
.sub_main .page_type02::after{
  content: "";
width: 0;
height: 0;
border-style: solid;
border-color: transparent transparent transparent #111;
border-width: 5px 0px 5px 6px;
position: absolute;
top: 50%;
right: .5em;
transform: translateY(-50%);
}

#sec_01 li{
  border:1px solid rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;  
}

#sec_01 li h3{
  color: #fff;
  background-color: #004CA0;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  min-height: 120px;
  padding-top: 8px !important;
  padding-right: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 8px !important;
  margin-bottom: 0px !important;
  box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#sec_01 li p{
  background: #fff;
  padding: 1.5em;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}





#sec_03 .inner-section{
  position: relative;
  z-index: 1;
}

#sec_03 li{
  color: #fff;
  text-align: center;
  text-shadow: 0em 0.1em 0.1em rgba(0, 0, 0, 0.4);
  background-color: #0C71C3;
  border-radius: 4px 4px 4px 4px;
  overflow: hidden;
  min-height: 200px;
  padding-top: 12px !important;
  padding-right: 12px !important;
  padding-bottom: 12px !important;
  padding-left: 12px !important;
  box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center 
}

#sec_04 .list_wrap{
  margin: auto;
  text-align: center;
}
#sec_04 .list{
  display: inline-block;
}
#sec_04 .list li{
  list-style: disc;
  text-align: left;
}

#sec_04 .list02 li{
  text-align: center;
  color: #fff;
  background-color: #004CA0;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  display: flex;
  flex-direction: column;
  justify-content: center
}


#sec_04 .price-table{
  box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
}



.et_pb_module.et_pb_has_overlay {
  position: relative
}

article.et_pb_has_overlay {
  border: none
}


#testimonials li{
  color: #fff;
  text-shadow: 0em 0.1em 0.1em rgba(0, 0, 0, 0.4);
  height: 300px;
  min-height: 300px;
  padding-right: 20px !important;
  padding-left: 20px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
}
#testimonials li:nth-of-type(1){
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%), url(../images/foreign-cultural/studentreview04.jpg);
}

#testimonials li:nth-of-type(2){
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%), url(../images/foreign-cultural/studentreview05.jpg);
}

#testimonials li:nth-of-type(3){
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%), url(../images/foreign-cultural/studentreview06.jpg);
}


.price-table {
  border-collapse: collapse;
  border-spacing: 0;
}


.price-table th,.price-table td {
  border-color: rgba(40, 40, 40, 0.3);
  text-align: center;
  vertical-align: middle
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}
