.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-padding{
    padding: 60px 0; 
}
.title {
    color: #ef1e27;
    font-weight: 400;
    margin-bottom: 30px;
}
.header-content{
    background-color: #222;
}
.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;
}
.co-tit {
    color: #0c265f;
    font-weight: 600;
    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: #5dc90e;
    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: #0c265f;
    border-color: #0c265f;
}
.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: #0c265f;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.default-section-title h3 {
    margin-top: 0.5rem;
    line-height: 1.4;
    color: #0c265f;
    font-size: 36px;
    font-weight: 600;
}
.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: "Quicksand", 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: 20px 25px 20px 25px;
    position: relative;
    margin-top: 30px;
    text-align: center;
    min-height: 235px;
    border: 1px solid #0c265f87;
    border-radius: 10px;
    box-shadow: rgb(13 39 96 / 37%) 2px 0px 15px;
}
.why-we-card-3 h4{
    font-weight: 600;
}
.why-we-card-3 i {
    margin-top: 15px;
    font-size: 50px;
    color: #43A047;
    
}
.why-we-card-3 h4{
	color: #43A047;
}
.why-we-card-3 p {
	color: #333;
}
.btn-biru {
    background-color: #03A9F4;
	padding: 10px 25px;
    color: #fff !important;
    border-radius: 20px;
}
.btn-biru:hover {
    background-color: #084764 !important;
    color: #fff !important;
    border-radius: 20px;
}

.trending .trend-item {
	margin-bottom: 20px;
    position: relative;
    transition: all ease-in-out .5s
}

.trending .trend-item:hover {
    transition: all ease-in-out .5s
}

.trending .trend-item:hover .trend-image:before {
    height: 100%;
    transition: all ease-in-out .5s
}

.trending .trend-item:hover img {
    transform: rotate(5deg) scale(1.2);
    transition: all ease-in-out .5s
}

.trending .trend-item:hover img.d-author {
    transform: none;
    transition: all ease-in-out .5s
}

.trending .trend-item .trend-image {
    position: relative;
    overflow: hidden;
    transition: all ease-in-out .5s
}

.trending .trend-item .trend-image:before {
    content: '';
    background: linear-gradient(to top,#0791be69,transparent);
    height: 0;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all ease-in-out .5s
}

.trending .trend-item .trend-image img {
    transition: all ease-in-out .5s;
    width: 100%
}

.trending .trend-item .trend-image .trend-tags {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1
}

.trending .trend-item .trend-image .trend-tags ul {
    display: inline-block
}

.trending .trend-item .trend-image .trend-tags ul li {
    display: inline-block;
    padding: 7px 15px;
    background: #fff;
    margin: 0;
    font-weight: 700
}

.trending .trend-item .trend-image .trend-tags [class^=flaticon-]:before {
    color: #fff;
    font-size: 24px;
    float: right;
    height: 45px;
    width: 45px;
    background: #0a0a0a4a;
    border-radius: 50%;
    text-align: center;
    line-height: 2;
    transition: all .5s
}

.trending .trend-item .trend-image .trend-tags [class^=flaticon-]:hover:before {
    background: #f56961;
    transition: all .5s
}

.trending .trend-item .trend-image .deal-item {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1
}

.trending .trend-item .trend-image .deal-item span {
    padding: 8px 10px;
    display: block
}

.trending .trend-item .trend-content-main {
    position: relative;
    z-index: 1;
    box-shadow: 0 0 15px #cccccc57;
    transition: all ease-in-out .3s;
    background: #fff;
    z-index: 9
}

.trending .trend-item .trend-content-main .trend-content {
    padding: 23px 20px 20px
}

.trending .trend-item .trend-content-main .trend-content h4 {
    border-width: 1px 0;
    margin-bottom: 10px;
    color: #0c265f;
    font-weight: 700;
}

.trending .trend-item .trend-content-main .trend-content h4:before {
    display: none
}

.trending .trend-item .trend-content-main .trend-content .cart-btn .nir-btn,.trending .trend-item .trend-content-main .trend-content .cart-btn .nir-btn-black {
    padding: 10px 20px
}

.trending .trend-item .trend-content-main .trend-last-main {
    z-index: 10;
    width: 100%;
    box-shadow: 0 10px 15px #cccccc57;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    -webkit-transform: translate(0,20px);
    -ms-transform: translate(0,20px);
    -o-transform: translate(0,20px);
    transform: translate(0,20px);
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease 0s
}

.trending .trend-item .trend-content-main .trend-last-main p.trend-para {
    padding: 0 20px 25px
}

.trending .trend-item .trend-content-main .trend-last-main .trend-last {
    background: #f56961;
    padding: 10px 20px
}

.trending .trend-item .trend-content-main .trend-last-main .trend-last .trend-price span {
    font-size: 20px;
    font-weight: 600
}

.trending .trend-item .trend-content-main .trend-last-main .trend-last img.d-author {
    height: 30px;
    width: 30px;
    border-radius: 50%
}

.trending .trend-item:hover .trend-last-main {
    transition: all ease-in-out .5s;
    opacity: 1;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    top: 99%;
    visibility: visible;
    z-index: 15
}

.trending .trend-box1 .trend-content-main .trend-last-main {
    opacity: 1;
    visibility: visible;
    position: relative;
    transform: none;
    box-shadow: none
}

.trending.destination {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative
}

.trending.destination .trend-box ul.nav.nav-tabs {
    border-radius: 0;
    overflow: hidden;
    display: inline-block;
    border: none
}

.trending.destination .trend-box ul.nav.nav-tabs li {
    margin: 0;
    border: none
}

.trending.destination .trend-box ul.nav.nav-tabs li a {
    border-radius: 0;
    display: inline-block;
    margin-right: 0;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 700;
    transition: all ease-in-out .5s;
    border: 3px solid #fbfbfb;
    background: #fff
}

.trending.destination .trend-box ul.nav.nav-tabs li i {
    font-size: 40px;
    display: block;
    color: #162241
}

.trending.destination .trend-box ul.nav.nav-tabs li:focus a,.trending.destination .trend-box ul.nav.nav-tabs li:hover a {
    color: #fff;
    background-color: #f56961;
    transition: all ease-in-out .5s;
    border-color: #f56961
}

.trending.destination .trend-box ul.nav.nav-tabs li.active a {
    color: #fff;
    background-color: #f56961;
    transition: all ease-in-out .5s;
    opacity: 1;
    border-color: #f56961
}

.trending.destination .trend-box .trend-item .trend-content-main .trend-last-main {
    opacity: 1;
    visibility: visible;
    position: relative;
    transform: none;
    box-shadow: none
}

@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;
	}
}