.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
img {
    max-width: 100%;
    height: auto;
}
.text-white{
    color: #fff;
}
.mt-3{
    margin-top: 3rem;
}
.mb-3{
    margin-bottom: 3rem;
}
.mt-5{
    margin-top: 5rem;
}
.mb-5{
    margin-bottom: 5rem;
}
.mt-30 {
    margin-top: 30px !important;
}
.py-5{
    padding: 5rem 0;
}
.padd-60{
    padding: 0 60px;
}
section.call-to-action1 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
	position: relative;
}

section.call-to-action1 .call-inner {
    position: relative;
    z-index: 1
}
.call-main1 {
	padding: 100px 0;
}

section.call-to-action1 .call-inner .call-content {
    position: relative;
    z-index: 1
}

section.call-to-action1 .call-inner .call-content h2 {
    font-weight: 700;
    font-size: 42px;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #ffffff40;
    padding: 10px 20px;
    background: #ffffff14
}

section.call-to-action1 .call-inner .call-content h2 span {
    color: #162241
}

section.call-to-action1 .call-inner .call-content p {
    font-size: 18px
}
.action-content {
	position: relative;
    z-index: 99;
}
.action-content h1,
.action-content p,
.action-content a {
	color: #fff;
}

section.call-to-action1:after {
    background: #fff;
    width: 33%;
    transform: skew(30deg);
    right: -196px;
    left: inherit
}
.cta-overlay {
    background: #162241;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.5s;
    opacity: 0.7;
}
.section-padding{
    padding: 60px 0; 
}
.title {
    color: #002f47;
    font-weight: 400;
    margin-bottom: 30px;
}
.header-content{
    background-color: #002f47;
}
.navbar-header {
    margin-top: 5px;
}
.navbar-header img {
    max-height: 50px;
}
.sub-title {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}
.about-1 .about-img-area {
    margin-left: auto;
    max-width: 750px;
}
.about-img-area {
    position: relative;
}
.about-img-area .about-img-1 img {
    position: relative;
    transform: scale(0.8);
    transform-origin: left top;
}
.about-img-area .about-img-2 {
    position: absolute;
    bottom: 0;
    right: 30px;
    transform: scale(0.85);
    transform-origin: right bottom;
}
.about-img-area .about-img-2 img {
    border-radius: 50%;
}
.about-img-area .about-img-2 img {
    max-width: 300px;
}
.about .content .co-tit {
    color: #002f47;
    font-weight: 400;
    margin-bottom: 30px;
}
.about-content{
    font-size: 1.55rem;
    line-height: 2.85rem;
}
.about .blc-img .bimg {
    -webkit-box-shadow: -10px -10px 20px -5px rgb(255 255 255 / 0%);
    box-shadow: -10px -10px 20px -5px rgb(255 255 255 / 0%);
    position: relative;
}
.about .blc-img .bimg img {
    border-radius: 15px;
    overflow: hidden;
	width: 100%;
    height: auto;
}
.about .blc-img .skills-circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #FFE082;
    padding: 15px;
    border-radius: 15px;
    position: relative;
    margin-top: -80px;
    right: -30px;
    -webkit-box-shadow: 0px 10px 20px -5px rgba(52, 60, 70, 0.1);
    box-shadow: 0px 10px 20px -5px rgba(52, 60, 70, 0.1);
}
.skills-circle .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.skills-circle .cont {
    padding-top: 25px;
    padding-left: 25px;
}
.skills-circle .cont span {
    font-size: 12px;
    font-weight: 400;
    opacity: .9;
    margin-bottom: 10px;
}
.skills-circle .cont h6 {
    font-size: 15px;
    font-weight: 500;
}
.sub-title h6 {
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.sub-title span:first-of-type {
    bottom: 11px;
}
.sub-title span:last-of-type {
    left: 0px;
}
.sub-title span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #299b46;
    position: absolute;
    left: 6px;
    bottom: 5px;
}
.simple-btn {
    position: relative;
    padding: 7px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
}

.simple-btn:after {
    content: '';
    width: 45%;
    height: 100%;
    background: rgba(0, 0, 0, 0.07);
    position: absolute;
    left: 0;
    top: 0;
}

/* Why Choose Us */
.flex-3-column {
    display: -ms-flexbox;
    display: flex;
    flex-flow: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
}
.flex-3-column .flex-col {
    flex-basis: 33.33%;
    -ms-flex: auto;
}
.flex-col {
    width: 100%;
    margin-bottom: 0.938rem;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.fact-section {
    position: relative;
    overflow: hidden;
    background-color: #222;
}

.fact-item {
    position: relative;
    text-align: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: 1.25rem;
}

.fact-item .fact-icon {
    margin-bottom: 1.125rem;
}

.fact-icon i {
    font-size: 4rem;
    color: #fff;
}
.section-description {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.4;
}
.fact-item .fact-description {
    font-weight: normal;
    line-height: 160%;
    letter-spacing: 0.01rem;
}
/***************/

.card-title {
    padding: 10px 15px;
    font-weight: bold;
    font-size: 1.75rem;
    text-overflow: ellipsis;
    border-bottom: 1px solid #ddd;
}
.card-body {
    color: #333;
    padding: 15px;
}
.rounded-pill{
    padding: 20px 50px;
    border-radius: 15px;
}
.btn-whatsapp {
    position: fixed;
    bottom: 0;
    right: 15px;
    width: auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff!important;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(#2ecc71,#1ABF60);
    overflow: hidden;
    padding: 0 55px 0 15px;
    font-size: 12px;
    box-shadow: 0px -10px 50px -10px rgba(0,0,0,0.5);
    text-decoration: none!important;
    z-index: 100;
}

.btn-dark{
    color: #fff;
    background-color: #153c84;
    border-color: #153c84;
}
.btn-dark:hover{
    color: #222;
    background-color: #fff;
    border-color: #fff;
}
.content-service {
    font-size: 1.7rem;;
}

/********* Blog *************/
.default-section-title-middle {
    text-align: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.default-section-title h6 {
    position: relative;
    padding-left: 45px;
    display: inline-block;
    color: #222;
    font-size: 15px;
}
.default-section-title h6::before {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #299b46;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.default-section-title h3 {
    margin-top: 0.5rem;
    line-height: 1.4;
    color: #222;
    font-size: 36px;
    font-weight: 700;
}
.blog-card .blog-card-img {
    position: relative;
    transition: 0.5s ease;
    overflow: hidden;
}
.blog-card .blog-card-img img {
    border-radius: 25px;
    transition: 0.5s ease;
}
.blog-card .blog-card-img .blog-card-category {
    padding: 8px 30px;
    border-radius: 20px;
    transition: 0.5s ease;
    display: inline-block;
    color: #fff;
    transition: 0.5s ease;
    background-color: #222;
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 15px;
    font-weight: 600;
}
.blog-card .blog-card-text {
    margin-top: 25px;
}
.blog-card .blog-card-text h4, .blog-card .blog-card-text h4 a {
    color: #222;
    line-height: 1.4;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 2.1rem;
    font-weight: 600;
}

/********* Top Banner ***********/
.uni-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 500px;
}
.uni-banner::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
}

.about-img-area-2 img {
    position: relative;
    border-radius: 0px 15% 0px 15%;
    background-image: linear-gradient(to top, #ff6613, #fdc9ac);
}

.about-list strong {
    font-size: 1.6rem;
    color: #dc2429;
}
.about-list ul li {
    margin-bottom: 1.2rem;
}
/*** Layanan ***/
.service-card {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 30px;
}
.service-card .service-card-text {
    padding: 0px 30px 25px;
    transition: 0.5s ease;
}
.service-card .service-card-text h4 a {
    font-size: 2.3rem;
    color: #222;
}
.default-button {
    overflow: hidden;
    border: 1px solid #222;
    padding: 12px 35px;
    border-radius: 25px;
    display: inline-block;
    color: #fff;
    background-color: #222;
    position: relative;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}
.default-button::before {
    content: "";
    width: 100%;
    height: 0%;
    transition: 0.5s ease;
    background-color: #222;;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.default-button::after {
    content: "";
    width: 100%;
    height: 0%;
    transition: 0.5s ease;
    background-color: #222;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.default-button:hover {
    border-color: #ff630e;
    background-color: #ff630e;;
    color: #fff;
}

/*** Why Choose Us ***/
.why-we-card-3 {
    padding: 25px 35px 25px 35px;
    background: linear-gradient(45deg, #1e407e, #00BCD4);
    position: relative;
    margin-top: 30px;
    text-align: center;
    min-height: 235px;
    border-radius: 12px;
}
.why-we-card-3 h4{
    font-weight: 600;
}
.why-we-card-3 i {
    margin-top: 15px;
    font-size: 50px;
    color: #fff;
    
}
.why-we-card-3 h4, .why-we-card-3 p {
	color: #fff;
}
.btn-biru {
    background-color: #279543;
	padding: 10px 25px;
    color: #fff !important;
    border-radius: 20px;
}
.btn-biru:hover {
    background-color: #084764 !important;
    color: #fff !important;
    border-radius: 20px;
}
@media (max-width: 767px){
	.padd-60{
		padding: 1rem;
	}
	.flex-3-column .flex-col {
		flex-basis: 100%;
		-ms-flex: auto;
	}
    .main-topbar{
        width: 100%;
    }
    .topbar li a {
        font-size:1.2rem;
    }
	.about-img-area .about-img-2 img {
		max-width: 200px;
	}
	#footer {
		text-align: left;
	}
}