.bg-indigo {
  background-color: #0099de;
}
.navbar-brand {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-brand img {
  height: 2rem;
  display: block;
}


.page-content{
  min-height: 88vh;
}

.mat-table .mat-header-cell{color:#333;padding:.75rem 1.25rem;}
.mat-table .mat-cell{padding:.75rem 1.25rem;}
.ck-editor__editable_inline {min-height: 300px;}
.page-title{padding:1rem 0 0 0;}
.home-banner img {
    width: 100%;
}

.about-us .title {
    font-size: 28px;
    color: #1a1a1a;
    margin-top: 30px;
    margin-bottom: 30px !important;
}

.about-us h4 {
    margin-bottom: 30px !important;
}

.about-us p {
    text-align: justify;
}

img {
    max-width: 100%;
}
.whyus{
    background-color: #f8fbff;
}
.whyus .image{
    background-image: url(../../Content/images/whyus.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position:relative;
    width: 100%;
    height: 100%;
}
.whyus ul{
    padding: 0;
}
.whyus ul li{
    list-style: none;
    background-image: url(../../content/images/stick.png);
    background-repeat: no-repeat;
    background-position:left center;
    background-size: 16px;
    padding:10px 0px 10px 27px;
}
.our-service .affiliate{
    background-color: #f8fbff;
}
.our-service h4 {
    line-height: 1.5em;
    color: #404040;
    margin-top: 0;
    margin-bottom: 0.5em !important;
    font-weight: bold;
    font-size: 17px;
}
.our-service ul{
    padding-left: 0;
    list-style: none;
    padding-left: 1rem;
}

.our-service ul li{
    margin-bottom: 5px;
    list-style-type: disclosure-closed;
}
.our-service p {
    color: #404040;
}

.our-service-title {
    color: #404040;
    font-weight: lighter;
    font-size: 2.5rem;
}

.our-service .icon{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.our-service .line::after{
    border-left: solid 1px #003a67;
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    background: #003a67;
    height: 100%;
    transform: translateX(-50%);
}
.our-service .icon1{
    background-image: url(../../content/images/icon_1.png);
}

.our-service .icon2{
    background-image: url(../../content/images/icon_2.png);
}

.our-service .icon3{
    background-image: url(../../content/images/icon_3.png);
}

.contact-us{
    background-color: #f2880d;
}
.template .template-item{
    border-radius: 5px;
    box-shadow: 8px 7px 22px gray;
    padding-bottom: 38px
}
.template .template-item img{
    border-radius: 8px 8px 0 0;
}
.template .template-item .link{
    color: #219efe;
    border: solid 1px #219efe;
    padding: 5px 10px;
    border-radius: 6px;
    margin: auto;
}
.template .template-item .link:hover{
    color:white;
    background-color: #219efe;
}
.support{
    background-image: url(../../Content/images/support_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.support .image{
    position:relative;
    height: 100%;
    width: 100%;
    background-image: url(../../Content/images/support_image.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.support .title{
    color: #219efe;
    font-size: 1.8rem;
    font-weight: bold;
}
.support .content{
    color: #55768f;
    padding:0;
}
.support .link{
    color: white;
    background-color: #219efe;
    border: solid 1px #219efe;
    padding: 10px 15px;
    border-radius: 16px;
    margin: auto;
    font-size: 1rem;
}
.bottom-line{
    border-top: solid 40px #219efe;
}
.regist-button{
    border: solid 1px #219efe;
    border-radius: 4px;
    color: #219efe;
    background-color: white;
    padding:7px 16px;
}
.regist-button:hover{
    border: none;
    color: white;
    background-color: #f2880d;
}