/*============================================
font-family: 'Raleway', sans-serif;     ==> Body
font-family: 'Poppins', sans-serif;   ==> Hero text
font-family: 'Exo 2', sans-serif;     ==> Logo

            ******* Colors *******

Dodger Blue (#F7941D)        ==> Btn - hover - Icons
White    (#ffffff)           ==> Text with dark BG
Nero    (#222222)            ==> Titles
Night Rider (#333333)        ==> Subtitles
Charcoal      (#4b4b4b)  ;   ==> Paragraphs

===============================================*/



/*==============================================
                Start General Rules
===============================================*/

*,
*:after,
*:before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: normal;
    height: 100%;
    overflow-x: hidden;
	max-width: 1280px;
	margin: 0 auto !important;
}

.container {
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}
.row-full {
	width: 100%;
}
.row-half {
	width: 50%;
	float: left;
}
.row-sepertiga {
	width: 33.3%;
	float: left;
}
.fa-bars::before {
  /* content: "\f00d"; */
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .container {
        width: 750px;
    }

}

@media (min-width: 992px) {

    .container {
        width: 970px;
    }

}

@media (min-width: 1200px) {

    .container {
        width: 1170px;
    }

}


.clear-fix,
.clear-fix:after,
.clear-fix:before {
    content: '';
    display: table;
    clear: both;
}




.f-left {
    float: left;
}

.f-right {
    float: right;
}

.active a {
    color: #F7941D;
}


h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 24px !important;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 14px;
    font-weight: 700;
}

p {
    font-size: 14px;
    color: #4b4b4b;
    line-height: 26px;
    letter-spacing: 0px;
}

.no-gutter {
    padding-right: 0;
    padding-left: 0;
}


.text-center {
    text-align: center;
}

ul,
li {
    list-style: none;
}

li {
    display: inline-block;
}

a,
a:hover {
    text-decoration: none;
}


.rotate {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

/*========Sections Generic ===========*/

.section {
    /* padding: 100px 0; */
	padding:0 !important; 
}

.section-title {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
}

.section-subtitle {
    margin: 30px 0;
}

.section-cover {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, .7)), url('../kantor-heksa.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center right;
}

.white-smoke-color {
    background-color: #f7f7f7;
}

.nav-white-bg {
    /* background-color: #fff;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .5) */
	background:url('../grad-transp.png');
	background-repeat:repeat-x;
}

.nav-dark-bg {
    background-color: #333;
}

.icon {
    font-size: 36px;
}

.icon-blue {
    color: #F7941D;
}

/*========Buttons Generic ===========*/
.btn {
    text-transform: uppercase;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    z-index: 1;
	background-color: orange;
}



.btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    transition: all .4s ease-in-out;
    -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;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    z-index: -1;
}

.btn-rounded {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.about-link.shopee {
	font-weight:bold; 
	font-size:14px;
	color:#fff;
}
.about-link.shopee:hover {
	color:#EE4D2D;
}


.btn-blue {
    background-color: #F7941D;
    color: #fff;
	//bottom: -20px;
	//position: absolute;
}


.btn-blue:hover {
    color: #F7941D;
}


.btn-blue:hover:before {
    background-color: #fff;
}

.btn-shopee {
    background-color: #FF6600;
    color: #fff;
	border-radius: 20px;
	padding: 5px 20px;
	width: 160px;
	text-align: center;
}
.row-full.agent-pulau {
	margin: 0 auto; 
	width: 50%;
}
.row-half.agent-pulau {
	width:60%; 
	text-align: left;
}


.btn-white {
    background-color: #ffffff;
    color: #222222;
}


.btn-white:hover {
    color: #fff;
    border: 1px solid #F7941D;
}

.btn-white:hover:before {
    background-color: #F7941D;
}

.btn-white:hover:before,
.btn-blue:hover:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}

.btn-blue,
button[type="submit"] {
    border: 1px solid #F7941D;
}

.btn-beli {
  position: fixed;
  top: 120px;
  right: -85px;
  right: 0px;
  z-index: 999;
  opacity: 1;
}
.btn-beli:hover {
	right:0;
	transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
	opacity: 0.6;
}
#the-movable-element-id {
  transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.coret {
  text-decoration-line: line-through;
  text-decoration-color: red;
}



/*==============================================
                End General Rules
===============================================*/


/*==============================================
                Start Preloader
===============================================*/
.loader-box {
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.loader-in {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%) rotate(180deg);
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    -o-transform: translate(-50%, -50%) rotate(180deg);
}


.loader {
    width: 10px;
    height: 60px;
    background-color: #f2545b;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-left: 5px;
}

@-webkit-keyframes loading-1 {
    0% {
        height: 15px
    }

    100% {
        height: 60px;
    }
}

@keyframes loading-1 {
    0% {
        height: 15px
    }

    100% {
        height: 60px;
    }
}

.loader-1 {
    animation: loading-1 .2s linear infinite alternate;
    -webkit-animation: loading-1 .2s linear infinite alternate;
}

.loader-2 {
    animation: loading-1 .4s linear infinite alternate;
    -webkit-animation: loading-1 .4s linear infinite alternate;
}

.loader-3 {
    animation: loading-1 .6s linear infinite alternate;
    -webkit-animation: loading-1 .6s linear infinite alternate;
}

.loader-4 {
    animation: loading-1 .8s linear infinite alternate;
    -webkit-animation: loading-1 .8s linear infinite alternate;
}

/*==============================================
                Start Navigation
===============================================*/
#top-nav {
    position: fixed;
    z-index: 999;
    width: 100%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
	max-width: 1280px;
}

#top-nav .logo-wrapper {
    height: 70px;
    line-height: 70px;
}

#top-nav .flexi-logo {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
#top-nav .amira-logo {
	width: 140px;
	display: block;
}


#top-nav .menu-toggle {
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    cursor: pointer;
    display: none;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

@media (max-width: 991px) {
    #top-nav .menu-toggle {
        display: block;
    }

    #top-nav .navbar-wrapper {
        position: absolute;
        top: 64px;
        left: -105%;
        width: 100%;
        height: auto;
        background-color: #333;
        z-index: 1;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
    }

    #top-nav .navbar-wrapper.active {
        left: 0;
    }

    #top-nav .navbar-wrapper .navbar-list {
        display: block;
        text-align: center;
    }

    #top-nav .navbar-wrapper .navbar-list li {
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }
}


#top-nav .navbar-wrapper li .link-item {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    height: 50px;
    line-height: 70px;
    padding: 0 20px;
}

#top-nav.nav-white-bg .navbar-wrapper li .link-item,
#top-nav.nav-white-bg .flexi-logo {
    /* color: #888; */
	color: #eee;
}


#top-nav.nav-white-bg .navbar-wrapper li.active .link-item,
#top-nav .navbar-wrapper li:hover .link-item {
    color: #F7941D;
}

.navlink {
	padding: 30px 20px;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
}
.navlink:hover {
	color: #F7941D;
}


/*==============================================
                End Navigation
===============================================*/


/*==============================================
                Start Hero
===============================================*/
#hero-area {
    position: relative;
}

#hero-area #hero-cover {
    /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0,0, 0.5)), url(https://i.imgur.com/yTQV0i4.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center; */
	background-color:#eee;
    /* height: 90vh; */
	height: 78vh;
}

#hero-area #hero-content-box {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    color: #fff;
}

#hero-area #hero-content-box .hello {
    font-size: 18px;
    font-weight: 300;
}


#hero-area #hero-content-box .post {
    margin: 20px 0 20px 0;
}

#hero-area #hero-content-box .hero-desc {
    color: #fff;
    margin-bottom: 60px;
}



#hero-area #hero-content-box .hero-btns .btn {
    margin-right: 20px;
    position: relative;
    z-index: 1;
}

#hero-area #hero-content-box .hero-btns .btn:before {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}



#hero-area .btn-mouse-wrapper {
    position: absolute;
    display: inline-block;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 1;
}


#hero-area .btn-mouse-wrapper .btn-mouse {
    border: 2px solid #c6c5c7;
    padding: 20px 15px;
    border-radius: 10%;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    -ms-border-radius: 10%;
    -o-border-radius: 10%;
}

#hero-area .btn-mouse-wrapper .btn-mouse .btn-wheel {
    width: 3px;
    height: 10px;
    padding: 0;
    background-color: #c6c5c7;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    animation: updown 2s ease .1s infinite both;
    -webkit-animation: updown 2s ease .1s infinite both;
}

.column.is-10, .column.is-10-tablet {
	width: 100% !important;
	margin: 0 !important;
}



@-webkit-keyframes updown {
    0% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }

    30% {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
    }

    50% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }

    80% {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
    }

    100% {
        transform: translateY(20px);
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        opacity: .1;
    }
}


@keyframes updown {
    0% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }

    30% {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
    }

    50% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }

    80% {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
    }

    100% {
        transform: translateY(20px);
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        opacity: .1;
    }
}


/*==============================================
                End Hero
===============================================*/

/*==============================================
                Start About section
===============================================*/
#about {
	margin-top: 31px;
	background:url('../bg-about2.jpg');
	background-repeat:no-repeat;
	min-height:430px;
	background-size: cover;
	background-color:#BFC0C4;
}
.desc-top .section-title {
	font-size:24px;
	text-transform: none;
	padding-top:40px;
	padding-bottom:20px;
	border-bottom:1px solid grey;
}
.desc-bottom .about-subtitle {
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid grey;
}
.text-fill {
	color:#fff;
	background-color:#F7941D;
	text-align:center;
	border-radius:30px;
	padding-left:10px;
	padding-right:10px;
}
.info-telp {
	font-size:30px;
	color:#fff;
	background-color:#A7468B;
	text-align:center;
	border-radius:30px;
}
#about .about-pic {
    width: 35%;
    padding: 5px;
    /* border: 1px solid #c6c5c7; */
    margin-right: 30px;
}

#about .about-pic img {
    display: block;
    max-width: 100%;
}


#about .about-content {
    width: 60%;
}

#about .about-content .about-subtitle {
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0 0 0;
}


#about .about-content .about-desc {
    margin: 30px 0;
}

#about .about-content .about-desc .desc-top {
    margin-bottom: 20px;
}

#about .about-content .about-details {
    border-top: 1px solid #f0f0f0;
    margin: 0 0 30px 0;
}


#about .about-content .about-details-left,
#about .about-content .about-details-right {
    padding: 30px 0 0 0;
    width: 50%;
}

#about .about-content .about-details-left .name,
#about .about-content .about-details-left .age,
#about .about-content .about-details-right .email,
#about .about-content .about-details-right .location {
    display: block;
    margin-bottom: 20px;
}


#about .about-content .about-details-right .email .mail-blue {
    color: #F7941D;
}

#about .about-btns {
    margin: 40px 0 20px 0;
}

#about .about-btns .btn-white {
    border: 1px solid #F7941D;
}

#about .about-btns .btn-blue {
    margin: 0 20px 0 0;
}

/*==============================================
                End About
===============================================*/

/*==============================================
                Start Kebijakan Mutu
===============================================*/

.color-bar {
	max-width:60px;
	height:5px;
	background-color:#FF6600;
	margin:auto;
	top: 70px;
  	position: relative;
  	left: 8px;
}

#services .section-heading .section-title {
    font-size: 36px;
}
#services .services-wrapper {
    margin: 40px 0 0 0;
	width: 80%;
	margin: 0 auto;
}
#services .services-item {
    float: left;
    width: calc(100% / 3 - 20px);
    padding: 40px 20px;
    /* margin-left: 10px; */
    /* margin-right: 10px; */
    /* margin-bottom: 20px; */
    /* background-color: #fff; */
	color: #fff;
	height: 250px;
    /* box-shadow: 0 5px 9px 0px rgba(0, 0, 0, 0.2); */
}
#services .services-item.mutu1 {
	background-color: #499499;
	border-top-left-radius:50px;
}
#services .services-item.mutu2 {
	background-color: #CB6BAA;
}
#services .services-item.mutu3 {
	background-color: #E58924;
	border-top-right-radius:50px;
}
#services .services-item.mutu4 {
	background-color: #66C3CA;
	border-bottom-left-radius:50px;
}
#services .services-item.mutu5 {
	background-color: #79A9DA;
}
#services .services-item.mutu6 {
	background-color: #808567;
	border-bottom-right-radius:50px;
}

#services {
	margin-top: 30px;
	margin-bottom: 50px;
	background:url('bg-mutu.jpg');
	background-repeat: no-repeat;
	background-size:100%;
	background-position: center bottom;
	
}
#services .services-item .item-title {
    margin: 10px 0 10px 0;
    font-size: 18px;
    font-weight: 500;
}
#services .services-item img {
	width:90px;
}



/*==============================================
                End Kebijakan Mutu
===============================================*/


/*==============================================
                B e n e f i t
===============================================*/
.box-benefit {
	width:100%;
	height: 406px;
	padding: 30px 60px 30px 60px;
	background-color:#eee;
}
.box-benefit.image img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 406px;
}
.box-benefit .title {
	font-size:24px;
	font-weight:bold;
}
.icon-benefit {
	width:100px;
	margin-left:-20px;
}
#benefit {
	background-color: #eee;
}





/*==============================================
                E n d   B e n e f i t
===============================================*/





/*==============================================
                Start Hire me
===============================================*/

#hire-me {
	margin-top: 30px;
}

#hire-me .section-heading {
    padding: 80px 0;
    color: #fff;
}

#hire-me .section-heading .section-subtitle {
    color: #fff;
    margin: 30px 0;
}

#hire-me .hire-me-btns .btn-white {
    border: none;
}

/*==============================================
                End Hire me
===============================================*/

/*==============================================
                Start Portfolio
===============================================*/

#portfolio {
	margin-top: 30px;
}

#portfolio .section-heading .section-subtitle {
    margin: 30px 0;
}

#portfolio .portfolio-content .portfolio-filter li {
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

#portfolio .portfolio-content .portfolio-filter li.active {
    color: #F7941D;
}


#portfolio .portfolio-content .portfolio-items {
    margin: 30px 0 0 0;
}

#portfolio .portfolio-content .portfolio-items .item {
    position: relative;
    display: block;
    float: left;
    width: calc(100% / 3 - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 90px;
}

#portfolio .portfolio-content .portfolio-items .item:before {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 90%;
    height: 90%;
    background-color: rgba(0, 123, 255, .7);
    z-index: 1;
    opacity: 0;
    transition: all .4s ease-in-out;
    -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;
}


#portfolio .portfolio-content .portfolio-items .item-data {
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transition: all .4s ease-in-out;
    -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;
    z-index: 2;
    opacity: 0;
}

#portfolio .portfolio-content .portfolio-items .item-data .title {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}


#portfolio .portfolio-content .portfolio-items .item-data .subtitle {
    font-size: 12px;
	color: #F7941D;
}


#portfolio .portfolio-content .portfolio-items .item:hover:before {
    opacity: 1;
}


#portfolio .portfolio-content .portfolio-items .item:hover .item-data {
    top: 50%;
    opacity: 1;
}



#portfolio .portfolio-content .portfolio-items .item img {
    display: block;
    max-width: 100%;
}


.title-price {
	position: absolute;
	color: #000000;
	padding-top: 10px;
	font-size: 14px;
	width: 300px;
    text-align: left;
}
.title-price span {
	background-color: #F7941D;
	color: #fff;
	padding: 2px 10px;
	border-radius: 10px;
}


/*==============================================
                End Portfolio
===============================================*/

/*==============================================
                Start Testimonials
===============================================*/

#testimonials .section-heading {
    padding: 80px 0 0 0;
    color: #fff;
}

#testimonials .testimonials-content {
    padding: 100px 0 30px 0;
}

#testimonials .testimonials-content .icon {
    font-size: 44px;
    color: #F7941D;
}

#testimonials .testimonials-content .testimonial-desc {
    margin: 20px 0 20px 0;
    width: 60%;
    margin: 40px auto;
    color: #fff;
}

#testimonials .testimonials-content .testimonial-pic {
    width: 6%;
    margin: 0 auto 30px auto;
}

#testimonials .testimonials-content .testimonial-pic img {
    display: block;
    max-width: 100%;
    border: 2px solid #999;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#testimonials .testimonials-content .testimonial-profile span {
    display: block;
    color: #fff;
    margin-bottom: 10px;
    text-transform: capitalize;
}

#testimonials .testimonials-content .testimonial-profile span.name {
    font-weight: 700;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #F7941D;
}

/*==============================================
                End Testimonials
===============================================*/

/*==============================================
                Start News
===============================================*/

#blog {
	margin-top:30px;
}

#blog .blog-wrapper .blog {
    width: calc(100% / 4 - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}

#blog .blog-wrapper .blog .blog-img img {
    /* max-width: 100%; */
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.blog-img {
	height: 170px;
}

#blog .blog-wrapper .blog .blog-content {
    margin: 20px 0 0 0;
}

#blog .blog-wrapper .blog .blog-content .title {
    font-size: 16px;
    color: #333333;
    margin: 10px 0 20px 0;
	font-weight: bold;
	line-height: 24px;
}

#blog .blog-wrapper .blog .blog-content .desc {
    margin: 0 0 20px 0;
}

#blog .blog-wrapper .blog .blog-content .blog-author .author-img {
    width: 12%;
    margin: 0 20px 0 0;
}

#blog .blog-wrapper .blog .blog-content .blog-author img {
    display: block;
    max-width: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#blog .blog-wrapper .blog .blog-content .blog-author .author-text span {
    display: block;
}

#blog .blog-wrapper .blog .blog-content .blog-author .author-text span.name {
    font-weight: 600;
    color: #F7941D;
    margin: 0 0 5px 0;
}
.date {
	font-size: 12px;
	color: #F7941D;
}

/*==============================================
                End News
===============================================*/

/*==============================================
                Start Contact
===============================================*/


#contact .contact-content .message,
#contact .contact-content .contact-info {
    width: calc(100% / 2 - 20px);
}

#contact .contact-content .message {
    margin: 0 20px 40px 0;
}

#contact .contact-content .message .title,
#contact .contact-content .contact-info .title {
    font-size: 18px;
    text-transform: capitalize;
    margin: 0 0 20px 0;
}

#contact .contact-content form input {
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

input,
textarea {
    border: none;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    outline: none;
    padding: 15px 20px;
}

#contact .contact-content form .input-name,
#contact .contact-content form .input-mail {
    width: calc(100% / 2 - 10px);
    margin: 0 0 20px 0;
}

#contact .contact-content form .input-name {
    margin-right: 20px;
}

#contact .contact-content form .input-textarea {
    margin: 20px 0 30px 0;
    width: 100%;
}

#contact .contact-content form .input-textarea textarea {
    width: 100%;
    height: 150%;
    min-height: 150px;
    max-height: 150px;
}

#contact .contact-content form [type="submit"] {
    cursor: pointer;
    width: 150px;
}

#contact .contact-info ul.contact-details {
    margin: 20px 0 20px 0;
}

#contact .contact-info ul.contact-details li {
    display: block;
    margin: 20px 0 20px 0;
}

#contact .contact-info ul.contact-details .contact-icon {
    margin: 0 20px 0 0;
    width: 60px;
    height: 60px;
    line-height: 75px;
    text-align: center;
    position: relative;
}

#contact .contact-info ul.contact-details .contact-text {
    width: 200px;
    padding: 10px 0;
}

#contact .contact-info ul.contact-details .contact-icon:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 60px;
    background-color: #e6e6e6;
}

/*==============================================
                End Contact
===============================================*/

/*==============================================
                Start Footer
===============================================*/

#footer {
    background-color: #222222;
    padding: 60px 0 0 0;
    position: relative;
	margin-top: 60px;
}

#footer .footer-top ul {
    width: calc(100% / 4);
    margin: 0 0 20px 0;
}

#footer .footer-top ul li:first-of-type {
    margin-bottom: 20px;
}

#footer .footer-top ul li {
    display: block;
    margin-bottom: 10px;
}

#footer ul .link-title {
    font-weight: 700;
    color: #fff;
}

#footer ul li a {
    color: #919191;
}

#footer ul .link-title-big {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}

#footer ul .flexi-desc {
    color: #b1b1b1;
}

#footer .footer-bottom {
    margin: 20px 0 0 0;
    border-top: 4px solid #292929;
    padding: 30px 0 30px 0;
}

#footer .footer-bottom .copyright {
    color: #fff;
    text-transform: capitalize;
    font-size: 10px;
    margin: 10px 0 20px 0;
    line-height: 26px;
}

#footer .footer-bottom .footer-social li {
    margin: 0 10px 0 0;
}

#footer .footer-bottom .footer-social li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #fff;
}

#footer .footer-bottom .footer-social li a.twitter {
    background-color: #1da1f2;
}

#footer .footer-bottom .footer-social li a.instagram {
    background-color: #c32361;
}

#footer .footer-bottom .footer-social li a.linkedin {
    background-color: #0077b5;
}

#footer .footer-bottom .footer-social li a.youtube {
    background-color: #c33a38;
}

#footer .footer-bottom .footer-social li a.facebook {
    background-color: #3b5998;
}

#footer .back-to-top {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    font-size: 30px;
    position: fixed;
    right: -55%;
    bottom: 10%;
    box-shadow: 0 2px 15px 1px rgba(0, 0,0, 0.3);
    transition:.5s ;
    -webkit-transition:.5s ;
    -moz-transition:.5s ;
    -ms-transition:.5s ;
    -o-transition:.5s ;
    z-index: 333;
}

#footer .back-to-top a{
display: block;
}




/*==============================================
                Start About PAGE
===============================================*/
#about-header {
	margin-top: 0px;
	background:url('../kantor-heksa.jpg');
	background-repeat:no-repeat;
	min-height:430px;
	background-size: cover;
	background-position: left center;
	background-color:#BFC0C4;
}
#about-content {
	margin-top: 60px;
}
#about-content .container {
	margin-top: 30px;
	width: 70%;
}
.title18 {
	font-size: 18px;
}
.title14 {
	font-size: 14px;
}
.bold {
	font-weight: bold;
}


/* Testi page */
#testipage-content {
  margin-top: 60px;
}
#testipage-content .container {
	padding: 0px;
}


/*==============================================
                Start Artikel PAGE
===============================================*/
#artikel-content {
	margin-top: 110px;
}
.image-main-artikel {
	width: 80%;
	margin: 0 auto;
}
.photo-credit {
	color: #fff;
	background:rgba(0,0,0, 0.5);
	/* bottom: 7px; */
	position: absolute;
	padding: 5px 15px 5px 15px;
	font-size: 12px;
}
.content-teks-artikel {
	width: 80%;
	margin: 0 auto;
}
.judul-artikel {
	font-size: 28px;
	line-height:34px;
	font-weight:bold;
	width: 90%;
}
.judul-artikel.giveaway {
	font-size: 36px;
	line-height: 38px;
}
.date-artikel {
	font-size: 14px;
	color: #FF6600;
	margin-bottom: 16px;
}
.isi-teks-artikel {
	margin-top: 40px;
}
.isi-teks-artikel.giveaway {
	font-size: 28px;
}
.dot-pointer {
	font-size: 24px;
	top: 4px;
	position: relative;
	color:#FF9900;
}
.vert-bar {
	width: 4px;
	height: 30px;
	background-color: #FF6600;
	display: inline-block;
	margin-right: 10px;
}
.foto-caption {
	font-size: 12px;
	line-height: 16px;
	color: #8e8e8e;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.pagination-holder {
  margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
  width: 300px;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.pagination-center {
  width: 50%;
  display: inline-table;
  vertical-align: -moz-middle-with-baseline;
}
.pagination-number {
  width: 33px;
  padding: 6px;
  border: 1px solid #F7941D;
  display: inline-block;
}
.pagination-number.active {
  	background-color: #333;
	color: #fff;
	border: 1px solid #333;
}
.hashtag {
	font-size: 20px;
	color:#FF6600;
	font-style:italic;
}






/*==============================================
                Start Agent PAGE
===============================================*/
#agent-header {
	margin-top: 0px;
	background:url('../rack.jpg');
	background-repeat:no-repeat;
	min-height:560px;
	background-size: cover;
	background-position: right top;
	background-color:#BFC0C4;
}
#agent-content {
	margin-top:60px;
}
table td p {
	font-family: Arial, sans-serif;
	letter-spacing: 0;
	line-height: 16px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right:5px;
}

/*==============================================
                Start Testimoni PAGE
===============================================*/
#testi-header {
	margin-top: 0px;
	background:url('../bg-testi.jpg');
	background-repeat:no-repeat;
	min-height:430px;
	background-size: cover;
	background-position: left center;
	background-color:#BFC0C4;
}
.testi-img {
	padding: 20px;
}




/* Text-Wrap */
* {
  box-sizing: border-box;
}
.article {
  width: 900px;
  margin: 30px;
  padding: 12px;
  /* background: #efefef; */
  border-radius: 5px;
  margin: 0 auto;
}
.imagez {
  /* background: silver; */
  width: 300px;
  border-radius: 5px;
  padding: 20px;
  color: #efefef;
  font-size: 8rem;
}
.imagez.right {
  float: right;
  margin-left: 20px;
}
.imagez.left {
  float: left;
  margin-right: 30px;
}
.content {
  padding: 0 20px;
  color: #444;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}








/********RESPONSIVE********************/
/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    /* Ok */
}




/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
    #hero-area .btn-mouse-wrapper .btn-mouse {
        display: none;
    }
}



/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    .container {
        padding: 0 40px;
    }


    #hero-area .btn-mouse-wrapper .btn-mouse {
        display: none;
    }

    #about .about-pic,
    #about .about-content,
    #contact .contact-content .message,
    #contact .contact-content .contact-info,
    #footer .footer-bottom .copyright,
    #footer .footer-bottom .footer-social {
        float: none;
    }

    #about .about-pic {
        width: 50%;
        margin: 0 auto 30px auto;
    }

    #about .about-content {
        width: 100%;
        text-align: center;
    }

    #services .services-item,
    #portfolio .portfolio-content .portfolio-items .item,
    #blog .blog-wrapper .blog {
        width: calc(100% / 2 - 36px);
    }

    #testimonials .testimonials-content .testimonial-desc,
    #contact .contact-content .message,
    #contact .contact-content .contact-info {
        width: 100%;
    }

    #footer .footer-top ul li:first-of-type {
        font-size: 14px;
        margin-bottom: 10px;
    }

    #footer .footer-top ul li {
        font-size: 12px;
    }

    #footer .footer-bottom .copyright {
        display: block;
        text-align: center;
    }

    #footer .footer-bottom .footer-social {
        text-align: center;
    }
}


/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
    .container {
        padding: 0 45px;
    }


    #hero-area .btn-mouse-wrapper .btn-mouse {
        display: none;
    }

    #about .about-pic,
    #about .about-content,
    #contact .contact-content .message,
    #contact .contact-content .contact-info,
    #footer .footer-bottom .copyright,
    #footer .footer-bottom .footer-social {
        float: none;
    }

    #hero-area .btn-mouse-wrapper .btn-mouse {
        padding: 15px 10px;
    }

    #about .about-pic {
        width: 50%;
        margin: 0 auto 30px auto;
    }

    #about .about-content {
        width: 100%;
        text-align: center;
    }

    #services .services-item,
    #portfolio .portfolio-content .portfolio-items .item,
    #blog .blog-wrapper .blog {
        width: calc(100% / 2 - 20px);
    }

    #testimonials .testimonials-content .testimonial-desc,
    #contact .contact-content .message,
    #contact .contact-content .contact-info {
        width: 100%;
    }

    #footer .footer-top ul li:first-of-type {
        font-size: 14px;
        margin-bottom: 10px;
    }

    #footer .footer-top ul li {
        font-size: 12px;
    }

    #footer .footer-bottom .copyright {
        display: block;
        text-align: center;
		font-size: 10px;
    }

    #footer .footer-bottom .footer-social {
        text-align: center;
    }
}


/* Extra small devices (phones, less than 480px) */

@media (max-width: 655px) {
    #hero-area #hero-content-box .hello {
        font-size: 16px;
    }

    #hero-area #hero-content-box .post {
        font-size: 36px;
    }

    #hero-area #hero-content-box .hero-desc {
        padding: 0 50px;
    }

    #services .services-item,
    #blog .blog-wrapper .blog,
    #portfolio .portfolio-content .portfolio-items .item {
        margin-left: 0;
        margin-right: 0;
    }


    #services .services-item,
    #portfolio .portfolio-content .portfolio-items .item,
    #blog .blog-wrapper .blog,
    #about .about-content .about-details-left,
    #about .about-content .about-details-right,
    #contact .contact-content form .input-name,
    #contact .contact-content form .input-mail {
        width: 100%;
    }

    #testimonials .testimonials-content .testimonial-pic {
        width: 10%;
    }


    #blog .blog-wrapper .blog .blog-img img,
    #portfolio .portfolio-content .portfolio-items .item img {
        min-width: 100%;
    }

    #contact .contact-content form .input-name,
    #contact .contact-content form .input-mail {
        float: none;
    }

    #footer .footer-top ul {
        width: calc(100% / 2);
    }
}

/* Extra small devices (phones, less than 480px) */

@media (max-width: 480px) {}


/* Extra small devices (phones, less than 393px) */

@media (max-width: 393px) {

    #about .about-btns .btn-blue {
        margin: 0 0 20px 0;
    }

}


/* Extra small devices (phones, less than 275px) */

@media (max-width: 375px) {
    .container {
        padding: 0 15px;
    }

    #testimonials .section-title {
        font-size: 28px;
    }
}