@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900');
body {
    /*line-height: 24px;*/
    /*font-size: 14px;*/
    /*color: #666666;*/
	font-family: 'Poppins', sans-serif;
    /*font-weight: 400;*/
}

/* RESET CSS */

.pricing-area .sec-title h2 .sec-title-border,
.download-area .sec-title h2 .sec-title-border {
    border-color: #fff;
}
.pricing-area .sec-title h2 .sec-title-border span::before,
.download-area .sec-title h2 .sec-title-border span::before {
    background-color: #fff;
}
.mt-100 {
    margin-top: 100px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-90 {
    margin-top: 90px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-30 {
    padding-top: 30px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-45 {
    padding-bottom: 45px;
}
.pb-90 {
    padding-bottom: 90px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-90 {
    margin-bottom: 90px;
}
.ptb-100 {
    padding: 100px 0;
}
.ptb-90 {
    padding: 90px 0;
}
.ptb-45 {
    padding: 45px 0;
}
.ptb-90-0{
    padding-top: 90px;
    padding-bottom: 0px;
}
.h-67{
    height: 67px;
    overflow: hidden;
}
.owl-nav div {
    position: absolute;
    top: 50%;
    left: 50px;
    width: 35px;
    background: #fff;
    color: #000;
    height: 35px;
    line-height: 36px;
    border-radius: 100%;
    text-align: center;
    font-size: 29px;
    transition: 0.4s;
    margin-top: -60px;
}
.owl-nav div:hover {
    background: #000;
    color: #fff;
}
.owl-nav div.owl-next {
    right: 50px;
    left: auto;
}
.owl-dots {
    text-align: center;
    margin-top: 30px;
}
.owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #0074da;
    border-radius: 10px;
    display: inline-block;
    margin: 0 3px;
}
.owl-dot.active {
    background: #0074da;
}
.display-table {
    display: table;
    height: 100%;
    width: 100%;
}
.display-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.header.sticky .mainmenu li a.appao-btn ,
.mainmenu li a.appao-btn,
.appao-btn {
    border: 1px solid #fff;
    color: #fff;
	border-radius: 15px;
    padding: 6px 25px;
    display: inline-block;
    text-transform: uppercase;
	cursor: pointer;
	font-weight: 500;
}
.header.sticky .mainmenu li a.appao-btn:hover ,
.mainmenu li a.appao-btn:hover,
.appao-btn:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #666;
}
.appao-btn2 {
    border: 1px solid transparent;
	border-radius: 25px;
	background: #000529; /* Old browsers */
	background-image: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%); /* Chrome10-25,Safari5.1-6 */
	background-image: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
}
.appao-btn2:hover, .wa-btn2:hover {
    border: 1px solid #000529;
	background: transparent;
	background-image: none;
    color: #000529;
}
.wa-btn2 {
    background-color: #000529;
    background-image: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    background-image: -webkit-linear-gradient(left, #082900 1%,#1e5500 24%,#48b500 67%,#49d900 100%);
    background-image: linear-gradient(to right, #000529 1%,#1e5500 24%,#46b500 67%,#33cc00 100%);
    border: 1px solid transparent;
    border-radius: 25px;
}
.flexbox-center {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
input::-webkit-input-placeholder {
    color: #666;
}

/* HEADER AREA */
.header {
    position: fixed;
    top: 0;
    left: 0;
	transition: all 0.4s;
    width: 100%;
    z-index: 99;
	padding: 18px 0;
}
.mainmenu {
    text-align: right;
}
.mainmenu li {
    display: inline-block;
    text-transform: uppercase;
}
.mainmenu li a {
    display: inline-block;
    color: #fff;
    position: relative;
    padding: 5px 16px;
	margin: 0 3px;
    border: 1px solid transparent;
}
.slicknav_menu {
	padding: 0;
    background: transparent;
}
.slicknav_menu a.active,
.mainmenu ul li a:hover,
.mainmenu ul li a.active {
    border: 1px solid #fff;
}
.mainmenu {
    display: block;
}
.slicknav_menu {
	display: none;
}
.header.sticky, .header.sticky2 {
	border-bottom: 1px solid #fff;
	background: #000529; /* Old browsers */
	background: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
}
.header.sticky, .header.sticky2 {
	padding: 10px 0;
}
.mainmenu li a.appao-btn {
	margin-left: 55px;
}
/* HEADER AREA */

/* ABOUT AREA */
.about-area {
	text-align: center;
}
.single-about-box {
	padding: 25px;
    transition: all 0.4s;
}
.single-about-box i::before {
    color: #0074da;
    font-size: 40px;
    transition: all 0.4s;
    display: block;
}
.single-about-box.active,
.single-about-box:hover {
	box-shadow: 0 0 5px #ccc;
}
.single-about-box.active i::before ,
.single-about-box:hover i::before {
    color: #000;
}
.single-about-box h4 {
	margin: 25px 0 15px;
}
/* ABOUT AREA */

/* FEATURE AREA CSS START */

/* FEATURE AREA CSS START */

/* SHOWCASE AREA */
.showcase-area {
	padding-bottom: 50px;
}
.single-showcase-box {
	padding: 0 0 40px;
}
.single-showcase-box p {
	margin: 20px 0 25px;
}
.single-showcase-box h4 {
	font-size: 20px;
}
/* SHOWCASE AREA */

/* SCREENSHOT AREA */
.screenshots-area .sec-title {
    margin-bottom: 15px;
}
.screenshot-wrap .slick-list {
	padding-bottom: 90px !important;
	padding-top: 80px !important;
}
.single-screenshot.slick-slide {
	z-index: 1;
}
.single-screenshot.slick-active {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 2;
	transition: all 0.3s ease-in 0s;
}
.single-screenshot.slick-center {
	position: relative;
	-webkit-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);
	z-index: 3;
	transition: all 0.3s ease-in 0s;
}
.single-screenshot img {
	width: 100%;
}
.slick-dots {
	text-align: center;
	margin-top: 10px;
}
.slick-dots li.slick-active button {
    background-color: #0074da;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    background: transparent;
    border: 2px solid #0074da;
    border-radius: 100%;
    font-size: 0;
    margin: 0 3px;
    padding: 0;
	cursor: pointer;
    width: 15px;
    height: 15px;
    display: inline-block;
}
.single-screenshot.slick-center {
    background-image: url(../img/screenshot/mockup.png);
    background-size: 100% 100%;
}
.single-screenshot.slick-center img {
    padding: 35px 20px 55px;
}
/* SCREENSHOT AREA */

/* PRICING AREA */
.pricing-area {
    /*background: url(../img/price-bg.jpg) no-repeat center / cover;*/
    position: relative;
    text-align: center;
    z-index: 1;
}
.pricing-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	/*background: #000529;*/ /* Old browsers */
	/*background: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%);*/ /* FF3.6-15 */
	/*background: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);*/ /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);*/
    opacity: 0.85;
    z-index: -1;
}
.pricing-area .sec-title ,
.pricing-area .sec-title h2 {
	color: #fff;
}
.single-pricing-box {
	background: #fff;
	text-align: center;
	transition: all 0.4s;
}
.pricing-top {
    padding: 15px;
}
.pricing-top h4 {
	font-weight: 400;
}
.pricing-top p {
	font-style: italic;
	font-weight: 500;
}
.price {
    background-color: #666666;
    padding: 15px;
    color: #fff;
	transition: all 0.4s;
    min-height: 83px;
}
.price-details {
    padding: 25px 15px;
}
.price h1, .price h2 {
    position: relative;
    padding-left: 13px;
    display: inline-block;
    color: #fff;
}
.price h1 span {
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
}
.price h2 span {
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 30px;
}
.price-details ul li {
    max-width: 255px;
    min-height: 29px;
    font-weight: 500;
    padding-bottom: 8px;
    margin: 0 auto 15px;
    border-bottom: 1px solid #666;
}
.price-details ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.price-details .appao-btn{
    padding: 5px 35px;
	margin-top: 10px;
	border: 2px solid #666;
	color: #666;
	border-radius: 30px;
	transition: all 0.4s;
}
.single-pricing-box:hover .price {
	background-color: #000529; /* Old browsers */
	background-image: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%); /* Chrome10-25,Safari5.1-6 */
	background-image: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
}
.single-pricing-box:hover .appao-btn {
    background-color: #000529;
    background-image: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    background-image: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
    background-image: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
    color: #fff;
    border: 2px solid #005db5;
}
.single-pricing-box:hover .wa-btn {
    background-color: #000529;
    background-image: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    background-image: -webkit-linear-gradient(left, #082900 1%,#1e5500 24%,#48b500 67%,#49d900 100%);
    background-image: linear-gradient(to right, #000529 1%,#1e5500 24%,#46b500 67%,#33cc00 100%);
    color: #fff;
    border: 2px solid #33cc00;
}
.single-pricing-box:hover .coba-gratis-btn {
    background-color: #290000;
    background-image: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    background-image: -webkit-linear-gradient(left, #290000 1%,#550000 24%,#b50000 67%,#d90000 100%);
    background-image: linear-gradient(to right, #000529 1%,#550000 24%,#b50000 67%,#d90000 100%);
    color: #fff;
    border: 2px solid #b50000;
}
/* PRICING AREA */

/* COUNTERUP AREA */
.counter-area {
    /*background: url(../img/counter-bg.jpg) no-repeat center / cover*/;
	background-attachment: fixed;
    position: relative;
    text-align: center;
    z-index: 1;
	color: #fff;
	padding-top: 50px;
}
.counter-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	/*background: #000529;*/ /* Old browsers */
	/*background: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%);*/ /* FF3.6-15 */
	/*background: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);*/ /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);*/
    opacity: 0.85;
    z-index: -1;
}
.counter-area .sec-title h2, .counter-area h5{
    color: #fff;
    padding: 15px 0;
}
.counter-area .sec-title h2 .sec-title-border {
    border-color: #fff;
}
.counter-area .sec-title h2 .sec-title-border span::before {
    background: #fff;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
}
.counter-area .owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 10px;
    display: inline-block;
    margin: 0 3px;
}
.counter-area .owl-dot.active {
    background: #fff;
}

.single-counter-box i::before {
    background: #0861b5;
    width: 120px;
    display: block;
    height: 120px;
    line-height: 120px;
    border-radius: 100%;
    font-size: 50px;
    margin: auto;
    box-shadow: 0 8px 8px #020202;
	border: 2px solid transparent;
	transition: all 0.4s;
}
.single-counter-box h1 {
	margin: 25px 0 10px;
}
.single-counter-box p {
    font-size: 24px;
    line-height: normal;
}
.single-counter-box {
    margin-top: 40px;
}
.single-counter-box:hover i::before {
	background: transparent;
	border: 2px solid #fff;
    box-shadow: none;
}
/* COUNTERUP AREA */

/* TEAM AREA */
.single-team-member {
    text-align: center;
    box-shadow: 0 2px 15px -5px #222;
    transition: all 0.4s;
}
.team-member-info h4 {
	font-size: 20px;
}
.team-member-info {
    padding: 20px 10px;
}
.team-member-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.team-member-icon {
    position: absolute;
    top: 0;
	left: -100%;
    height: 100%;
    width: 100%;
    transition: all 0.4s;
}
.team-member-img::before {
    content: "";
    background: #000529; /* Old browsers */
    background: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    transition: all 0.4s;
    position: absolute;
    opacity: 0.85;
}
.team-member-icon a {
    color: #fff;
	width: 30px;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	border: 1px solid transparent;
}
.team-member-icon a:hover {
	border: 1px solid #fff;
}
.single-team-member:hover .team-member-img::before {
    width: 100%;
}
.single-team-member:hover .team-member-icon  {
    left: 0;
}
/* TEAM AREA */

/* SCROLL-TO-TOP */
.scrollToTop {
    width: 40px;
	display: none;
    height: 40px;
    line-height: 39px;
    background: #000;
	display: none;
    color: #fff;
    position: fixed;
    border: 1px solid #fff;
    border-radius: 100%;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    text-align: center;
	font-size: 18px;
}
.scrollToTop:hover {
    background: #000529;
    background: -moz-linear-gradient(left, #000529 1%, #002055 24%, #005db5 67%, #0074d9 100%);
    background: -webkit-linear-gradient(left, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
    background: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
    border: 1px solid #fff;
    color: #fff;
}
.scrollToTop:focus {
    border: 1px solid #fff;
    color: #fff;
}
/* SCROLL-TO-TOP */

#tab-section{
    background-color: #003b6a !important; 
    /*position: fixed;*/
}
.nav-tabs{
    width: 100% !important;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 0 !important;
}
.nav-tabs>li{
    margin-top: 0 !important;
    float: none !important;
    display: table-cell !important;
    text-align: center;
    width: 1%;
}
.nav-tabs>li>a{
    border-radius: 0 !important;
    font-size: 18px;
    color:#ffffff !important;
    padding: 15px 15px;
}
.nav-tabs>li.active{
    border-left:0 !important;
    border-right:0 !important;
    border-bottom: 5px solid #009bde !important;
    background-color: #fff;
}
.nav-tabs>li.active a{
    color:#003b6a !important;
}
.nav-tabs>li:hover.active>a{
    color:#003b6a !important;
    /*border-bottom: 5px solid #009bde !important;*/
}
.nav-tabs>li:hover{
    background-color: #fff;
    border-bottom: 5px solid #009bde !important;
}
.nav-tabs>li:hover>a{
    color:#57c1e8 !important;
    border:0;
    background-color: #fff;
}
.tab-menu {
    border-top: 1px solid !important;
    padding: 90px 0px !important;
}
.tab-btn {
    display: flex;
    text-align: left;
    margin: 0 10px;
    padding: 3px 30px 5px;
    border: 1px solid #fff;
    border-radius: 50px;
}
.tab-btn-icon {
    flex: 1;
    font-size: 22px;
    margin-right: 15px;
    line-height: 30px;
}
.tab-btn-text {
    flex: 20;
}
.tab-btn:hover{
    border: 1px solid transparent;
    box-shadow: 0 2px 8px #222;
    background: #046bc8;
}
.tab-active{
    border: 1px solid transparent;
    box-shadow: 0 2px 8px #222;
    background: #046bc8;
}
.margin-r-medium {
    margin-right: 5px;
}

#company .item-box .isi-item {
    padding-top: 15px;
}
.gojustify {
    text-align: justify;
}
#company p {
    font-family: "Lato Regular";
    font-size: 14px;
    color: #717070;
    padding: 0px;
    margin: 0 0 15px 0;
    line-height: 1.5;
}
#company .item-box .body-item {
    border: 1px solid #f5f5f5;
    text-align: Center;
    margin-bottom: 15px;
}
#company .item-box .view {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
}
.width-120{
    width: 120px;
}
.width-160{
    width: 160px;
}
.width-195{
    width: 195px;
}
.width-250{
    width: 250px;
}

/* MULTI - WA */
#multi-wa{
    position: fixed;
    z-index: 9999;
    top: 55%;
    right: -232px;
    bottom: 0;
    margin: auto;
    transition: .5s;
}
#multi-wa.show{
    right: 0px;
}
.wa-area{     
    width: 230px;
    background-color: #fff;
    padding: 15px;
    box-shadow: 2px 1px 4px grey;
}
.wa-area .btn-right-wa{
    position: absolute;
    margin-left: -57px;
    margin-top: -15px;
    padding: 0 10px;
    font-size: 24px;
    color: green;
    background-color: white;
    cursor: pointer;
    box-shadow: 2px 1px 4px grey;
    width: 42px;
    line-height: 42px;
    height: 42px;
}
.wa-area .config-title{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    border-bottom: 3px double #bbb;
    margin-bottom: 15px;
}
.wa-area p{
    padding: 5px 0;
}
/* MULTI - WA */

#pelanggan h4{
    padding: 15px 0;
}
#pelanggan p{
    padding: 5px 0;
}
#pelanggan img{
    max-height: 129px;
}
#client-detail .input-group{
    padding: 5px 0;
    width: 100%;
}

/* IKLAN */
#iklan.fade {
    opacity: unset !important;
}
#iklan .modal-dialog-centered {
    width: 795px;
}
#iklan .bg-iklan {
    margin-top: 25%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 560px;
    border: unset;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    position: relative;
    background-color: unset;
    /*box-shadow: 0 3px 6px #00000029;*/
}
#iklan .bg-iklan .body-iklan {
    padding: 0;
    top: 72px;
    position: relative;
}
#iklan .modal-form {
    width: 396px;
    padding: 30px;
    position: relative;
}
#iklan .close {
    color: #fff;
    opacity: 1;
    top: 50px;
    position: absolute;
    right: -20px;
    z-index: 100;
}
#iklan .close-sm {
    color: #fff;
    opacity: 1;
    top: -25px;
    position: absolute;
    right: -25px;
    z-index: 100;
    background: transparent;
    border-color: transparent;
}
#iklan input {
    border-radius: 10px;
    background: aliceblue;
    }#iklan label {
    font-weight: unset !important;
}
#iklan h2, #iklan p, #iklan label {
    color: #525252 !important;
}
#iklan h2 {
    font-weight: 600;
}
/* IKLAN */

@media screen and (max-width: 768px){
    .window-sm{
      display: block  !important;
    }
    .window-lg{
      display: none;
    }
}
@media screen and(min-width: 768px){
    .window-sm{
      display: none;
    }
    .window-lg{
      display: block!important;
    }
}
