@charset "utf-8";
/* CSS Document */

.bg4 .btn-lg{
	width: 50%;
	padding: 20px 80px 20px 30px;
    border-radius: 15;
    color:#FFFFFF;
    background:#BC4B51;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
}

.bg4 .btn-lg:before{
    content: "";
    width: 33%;
    height: 200%;
    position: absolute;
    top: 0;
    right: 0;
    margin: -5px 0 0 -5px;
    transform: rotate(-20deg);
    transform-origin: 0 0 0;
    transition: all 0.3s ease 0s;
    z-index: 1;
}

.bg4 .btn-lg:after{
    content: "\f061";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    position: absolute;
    top:25%;
    right: 13%;
    display: block;
}
.bg4 .btn-lg:hover:before{
    width: 40%;
}
.bg4 .btn-lg:hover{
    color:#000;
}
.bg4 .btn.signupbtn:before{
    background: rgba(255, 255, 255, 0.1);
}
.bg4 .btn.signupbtn:hover{
    background: #ffa62b;
}

.bg4 .btn-2{
	outline: none;
	cursor: pointer;
	line-height: 1;
	border-radius: 15px;
	transition-property: background-color,border-color,color,box-shadow,filter;
	transition-duration: .3s;
	border: 1px solid transparent;
	letter-spacing: 2px;
	white-space: normal;
	font-weight: 700;
	text-align: center;
	color: #fff;
	width: 60%;
	padding: 20px;
    background:#A6180E;
}
.bg4 .btn-2:hover{
	background-color: #BC4B51;
}

.bg4 .btn-3{
	outline: none;
	cursor: pointer;
	line-height: 1;
	border-radius: 15px;
	transition-property: background-color,border-color,color,box-shadow,filter;
	transition-duration: .3s;
	border: 1px solid transparent;
	letter-spacing: 2px;
	white-space: normal;
	font-weight: 700;
	text-align: center;
	color: #fff;
	width: 60%;
	padding: 20px;
    background:#2256AE;
}
.bg4 .btn-3:hover{
	background-color: #3476E6;
}


p{
	padding: 0 10px;
}

.nav_w li{
	padding: 0 10px;
}

#content3 img{
	border-radius:50%;
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 200px;
	
}

h2 {
  padding: 30px 0 8px;
  font-weight: bolder;
}
.bg2{
	background-color: #19376A;
}

.bg3{
	background-color:#395B64;
}

.bg4{
	background-color:#E6E6E6;
	color: #000;
}

.bg5{
	background-color: #000000;
	color: #FFFFFF;
	font-size: 0.8rem;
}

.title-2 {
	color:rgba(255,195,0);
}

.title-3{
	color:#EA8131;
}

.title-4{
	color:#DC8449;
	font-weight: bold;
	border: solid thin;
}

.title-5{
	color:#E8487F;
	font-size: 1.2rem;
	font-weight: bold;
}

.teacher-title{
	color:#0093C8;
	font-size: 1.5rem;
}

#content1,#content2 {
	color:#FFFFFF;
}

.list_a{
	color: rgba(255,255,255,1.00);
}

.list_a:hover{
	color: rgba(255,195,0);
}

.list_b{
	background-color: rgba(255,195,0);
	border-radius: 10px ;
	color:rgba(0,0,0);
}

.list_b:hover{
	background-color:rgba(107,107,107,1.00);
	color: rgba(255,195,0);
}

.teacher{
	background-color: rgba(255,255,255,1.00);
	border-radius: 10px;
	height: 100%;
}

.box1{
	height: 100%;
}


.company img{
	width: 100%;
	padding: 10px;
}

.rside{
	border-radius: 10px;
	background-color: rgba(0,0,0,1.00);
	color: #FFC300;
	padding: 8px;
	width: 60px;
	float:right;
	text-align: center;
	font-weight:bold;
}

#navbarToggler01 li{
	display: flex;
	align-items: center;
}

#content1,#content2,#content3,#content4,#signup{
	scroll-margin: 35px;
}

.c1{
	font-size: 1.3rem;
}

.c11{
	padding: 0 100px;
}

.showB{
	display: block;
}

.showB_h{
	display: none;
}