body{
    font-family: 'font open sans';
    color: #000;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'font open sans';
    line-height: 1.3;
    color: #000;
}
.content-wrap {
    padding: 102px 0;
}
.content-wrap2 {
    padding: 60px 0;
}
.content-wrap3 {
    padding: 0 0;
}
.media.media-c1{
    margin-bottom: 25px;
}
.text-info {
    color: #4072af!important;
}
.bg-light {
    background-color: #f5f5f5!important;
}
.text-dark {
    color: #000000!important;
}
h3.h3-single {
    font-size: 27px;
}
h3.h3-address{
    font-size: 22px;
}
.text-orange{
    color: #ff6c00 !important;
}
.bg-orange{
    background-color: #ff6c00;
}
.bg-info {
    background-color: #176eb8!important;
}
.form-control {
    /* border: 1px solid #4b6d41; */
}
.bg-grey{
    background-color: #efefef;
}
.content-wrap .bg-dark-1{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(0,0,0, .4);

}
.content-wrap .bg-dark-2{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background:linear-gradient(to bottom,rgba(0,0,0, .7) 10%,rgba(0,0,0, .4) 100%);

}
.img-icon-lg{
    width: 80px;
    margin-right: 10px;
}
.owl-carousel .owl-dots .owl-dot span {
    background-color: #CDA73C;
}
.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: #CDA73C !important;
    /* background-color: #d53738 !important; */
}
.owl-carousel .owl-stage {
    padding: 20px 0;
}
.bg-lg{
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center;
}
.image-1{
    width: 360px;
    display: block;
    margin: auto;
}
.btn-squared-1{
    padding: 15px;
    /*border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;*/
    border-radius: 10px;
    background-color: #317f10;
    color: #fff;
    border: 4px solid #4db122;
}
.btn-squared-1:hover{
    background-color: #276f09;
    color: #fff;
}
.btn-squared-2{
    display: inline-block;
    padding: 15px;
    border-radius: 10px;
    background-color: #d53738;
    color: #fff;
    border: 4px solid #ff9899;
    font-weight: 500;
    -webkit-animation: btnzoom 1s infinite alternate;
}
@-webkit-keyframes btnzoom {
    0% {
        -webkit-transform:scale(1);
    }
    100% {
        -webkit-transform:scale(1.2);
    }
}
.btn-squared-2:hover{
    background-color: #b72223;
    color: #fff;
    -webkit-animation: none;

}
.text-green-1{
    color: #4b6d41;
}
.text-red-1 {
    color: #d53738;
}
.img-user{
    display: block;
    margin: auto;
    width: 400px;
}
.box-profesi{
    display: block;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #682a2f;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #fff;
}
.box-profesi h4{
    line-height: 1.6;
}
.box-img-1{
    display: block;
    margin: auto auto 10px auto;
    width: 100%;
    height: 250px;
    padding: 5px;
    border:4px solid #fff;
    overflow: hidden;
   /* background:linear-gradient(-45deg, #0a0a0a,#af2f3a, #ffe7e7); */
   background:linear-gradient(-45deg, #7d0611,#da4803,#f7b23b, #ffe7e7);
}
.box-img-2{
    display: block;
    margin: auto auto 10px auto;
    width: 250px;
    height: 250px;
    padding: 5px;
    border:4px solid #e07677;
    overflow: hidden;
}
.box-img-2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box-img-1 img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .3s;
    
}
h1 {
    font-size: 45px;
}
.border-h1{
    border-radius: 10px;
    border: 5px solid #f56969;
    width: auto;
    display: inline-block;
    padding: 15px;
    transform: rotate(-4deg);
    margin-top: 25px;
    background-color: rgba(245,105,105,.3);
}

.img-book{
    display: block;
    width: 100%;
    height: 100%;
    -webkit-animation: rotation 2s infinite alternate;
}

@-webkit-keyframes rotation {
    0% {
            -webkit-transform: rotate(-5deg);
    }
    100% {
            -webkit-transform: rotate(5deg);
    }
}
.box-img-1 img:hover{
    transform:scale(1.1);
    transition: .3s;
}
.title-image{
    line-height: 1.4 !important;
    margin-bottom: 25px;
    text-align: center;
}
.bg-1{
    background-color: #fff0f0;
}
.bg-2{
    background-color: #682a2f;
}
.bg-success {
    background-color: #317f10!important;
}
.box-image{
    display: block;
    /* width: 300px; */
    height: 200px;
    /* border:3px solid #fff; */
    box-shadow: 0 0 0 4px #ddd;
    overflow: hidden;
    border-radius: 1px;
    margin: auto;
    background-color: rgba(255,255,255,.7);
}
.box-image.box-width{
    height: 300px;
}
.box-image.box-width img{
    width: 250px;
}
.box-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.frame-konten{
    display: block;
    width: 100%;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    position: relative;
    z-index: 99;
}

.frame-img{
    padding: 0;
    border-radius: 10px;
    border: 5px solid #ffffff;
    width: 150px;
    height: 150px;
    margin-right: 15px;
    overflow: hidden;
    box-shadow: -4px 0 0 4px #cecece;
}
.frame-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg-height-1{
    background-color: #28a745;
    height: 680px;
    position: relative;
    overflow: hidden;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border: 5px solid #3cc35b;
}
.bg-height-2{
    background-color: #4072af;
    height: 680px;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border: 5px solid #578ac7;
}
ol,ul{
    margin-left: 15px;
}
.box-message{
    padding: 15px;
    background-color: rgba(255,255,255,.5);
    border: 4px dashed #d53736;
    width: 800px;
    display: block;
    margin: auto;
}

/*count*/
.frame-count-down{
    margin-left: 0px;
}
#clockdiv{
    color: #000;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 38px;
}

#clockdiv > div{
    border-radius: 3px;
    display: inline-block;
}

#clockdiv div > span{
    padding: 10px;
    border-radius: 3px;
    background: #682a2f;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 1.3;
    font-weight: 500;
    color: #fff;
}

.smalltext{
    padding-top: 5px;
    font-size: 16px;
}

/*/*/

.panel-1{
    display: block;
    margin-bottom: 10px;
    border-radius: 15px;
    border:3px solid #4072af;
    overflow: hidden;
}
.panel-heading-1{
    padding: 15px;
    background-color: #4072af;
}
.panel-body-1{
    padding: 15px;
    background-color: #fff;
}

.panel-2{
    display: block;
    margin-bottom: 10px;
    border-radius: 15px;
    border:3px dotted #6c757d;
    overflow: hidden;
}
.panel-heading-2{
    padding: 15px;
    background-color: #6c757d;
}
.panel-body-2{
    padding: 15px;
    background-color: #fff;
}

.fluid-width-video-wrapper {
    /* width: 80% !important; */
    position: relative;
    padding: 0;
    margin: auto !important;
}
.side-tabs ul.tab-nav li a {
    height: auto;
    line-height: 34px;
}

#gotoTop:hover {
    background-color: #4e4e4e;
}
.fa.fa-custom{
    line-height: 1.5;
    margin-right: 15px;
}
.bg-height-1 .fa.fa-absolute-1{
    font-size: 300px;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    z-index: 0;
    color: #148e30;
}
.bg-height-2 .fa.fa-absolute-2{
    font-size: 218px;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left:50%;
    z-index: 0;
    color: #265896;
}
.fa.fa-absolute{
    font-size: 218px;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left:50%;
    z-index: 0;
    color: #e2e2e2; 
}
.btn-info {
    color: #fff;
    background-color: #176eb8;
    border-color: #176eb8;
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    background-color: #0d5694;
    border-color: #0d5694;
}
.btn-info:hover {
    background-color: #0d5694;
    border-color: #0d5694;
}
.z-index-1{
    z-index:99;
    position: relative;
}
#footer .footer-widgets-wrap {
    padding: 20px 0;
}
#footer.dark, .dark #footer {
    background-color: #212121;
    border-top-color: #bdbcbc;
}
/*.bg-size{
    background-size: 150px !important;
}*/
.bg-img-1{
    background-repeat: no-repeat !important;
    background-size: 200px !important;
    background-position: right !important;
}
.img-absolute{
    width: 270px;
    position: absolute;
    right: 0;
    top: -130px;
}
.icon-bbm{
    width: 30px;
}
.fa-sms{
    font-size: 28px;
}
.btn-group-lg>.btn, .btn-lg {
    font-size: 1.5rem;
}




/*mobile*/
@media (min-width: 991px) and (max-width: 1199px){
    .box-img-2 {
        width: 100%;
        height: 220px;
    }
    .box-image {
        width: 100%;
        height: 350px;
    }
}
@media (max-width: 991px){
    
    .fa.fa-absolute {
        font-size: 120px;
    }
    .bg-height-1 {
        height: auto;
        border-top-right-radius: 40px;
        border-top-left-radius: 40px;
        border-bottom-right-radius: 0px;
    }
    .bg-height-1 .fa.fa-absolute-1 {
        font-size: 250px;
    }
    .bg-height-2 {
        height: auto;
        border-bottom-right-radius: 40px;
        border-bottom-left-radius: 40px;
        border-top-left-radius: 0px;
    }
    .box-message {
        width: 100%;
    }
}
@media (max-width: 767px){
    
    #clockdiv div > span {
        
        width: 50px;
        height: 50px;
        line-height: 1.1;
    }
    #clockdiv {
        font-size: 28px;
    }
    .box-img-1 {
        width: 100%;
        height: 150px;
    }
    .image-1 {
        margin-bottom: 25px;
    }
    .img-icon-lg {
        width: 60px;
    }
    .box-image {
        transform: translateX(-5px);
        width: 100%;
        height: 350px;
    }
    h3 {
        font-size: 18px;
    }
    h3.h3-single {
        font-size: 18px;
    }
    h3.h3-address {
        font-size: 15px;
    }
    body {
        font-size: .8rem;
    }
    
    .btn-group-lg>.btn, .btn-lg {
        font-size: 1rem;
    }
    .frame-img {
        border: 2px solid #ffffff;
        width: 80px;
        height: 80px;
        
    }
    .fa.fa-absolute {
        font-size: 180px;
        
    }
    .box-img-2 {
        width: 200px;
        height: 200px;
    }
}
@media (max-width: 575px){
    .box-img-1 {
        width: 100%;
        height: 250px;
    }
}

.mh-450{
    min-height: 450px;
}