/* Containers */
.rb-box {
    width: 100%;
    max-width: 100%;
    margin: 50px auto;
    padding: 1.3em;
    background: #333332;
    color: antiquewhite;
    /* border-radius: .75em; */
    border-radius: .23em;
    -webkit-filter: drop-shadow(1px 2px 5px rgba(0, 0, 0, .3));
    filter: drop-shadow(1px 2px 5px rgba(0, 0, 0, .3));
    box-shadow:
        0 5px 5px rgba(179, 101, 0, 0.637);
}

/* Custom Radio Button */
.content-center{
    text-align: center !important;
}

.background-white{
    background-color: #ffffff;
}

.background-gary{
    background-color: rgb(240, 240, 240) !important;
}

.style-soal{
    color: #333333;
    font-size: 17px;
}

.rb {
    padding: 16px 0;
    text-align: center;
    background: rgb(68, 67, 67);
    border-radius: .3em;
}

.rb-tab {
    display: inline-block;
    position: relative;
    width: 5%;
}

.rb-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: rgb(201, 94, 6);
}

.rb-spot {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .3);
    border-radius: 100%;
    cursor: pointer;
    transition: ease .5s;
}

.rb-tab-active .rb-spot {
    background: rgba(0, 0, 0, .35);
    border: 2px solid rgba(243, 49, 128, .6);
}

/* Submit Button */
.button-box {
    padding: 10px 0;
    text-align: center;
}

.button1 {
    display: inline-block;
    width: 80%;
    margin-top: 1.2em;
    padding: 1em;
    max-width: 200px;
    font-size: 14px;
    text-align: center;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-decoration: none;
    background: rgb(93, 3, 105);
    border: none;
    outline: none;
    border-radius: 2em;
    box-shadow: 0 15px 20px -10px rgba(177, 3, 162, 0.3);
    cursor: pointer;
}

.button1:hover {
    box-shadow: 0 3px 5px -5px rgba(0, 0, 0, 0.3);
    color: #6f6f6f;
}

.button-orange {
    display: inline-block;
    width: 80%;
    margin-top: 1.2em;
    padding: 1em;
    max-width: 200px;
    font-size: 14px;
    text-align: center;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-decoration: none;
    background: rgb(255, 174, 0);
    border: none;
    outline: none;
    border-radius: 2em;
    cursor: pointer;
}

.button-orange:hover {
    box-shadow: 0 3px 5px -5px rgba(0, 0, 0, 0.3);
    background-color: #6f6f6f;
}

.form-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #858585;
    color: #666;
    top: 10px;
    height: 30px;
    width: 30px;
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 7px;
    outline: none;
}

.form-radio:checked::before {
    position: absolute;
    font: 15px/1 'Open Sans', sans-serif;
    left: 11px;
    top: 7px;
    color: #f7f7f7;
    content: '\02143';
    transform: rotate(40deg);
}

.form-radio:hover {
    background-color: #464646;
}

.form-radio:checked {
    background-color: #ff7b00;
}

label {
    font: 18px/1.8 'Open Sans', sans-serif;
    color: rgb(255, 255, 255);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
}

.form-group label {
    font: 18px/1.8 'Open Sans', sans-serif;
    color: rgb(50, 2, 70);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
}


.navbar-custom {
    background-color: #ffffff;
    font-weight: 500;
    /* font-weight: bold; */
    /* padding: 0px;
    margin: 0px; */
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(0, 0, 0, 0.8);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(22, 22, 22, 0.8);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color:rgb(255, 145, 77);
    font-weight: 500;
    height: 100%;
    background-color: #ffffff;
    /* -webkit-transition: border-radius 5s;
    transition: all .5s; */
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    
}

.main-header{
    /* background:rgba(212, 0, 255, 0.7); */
    background:url('/users/uploads/background.jpg');
    background-size: 100%;
    background-repeat: no-repeat; 
    background-position: left top;
    position: relative;
    background-color: rgba(212, 0, 255, 0.5);
    margin-top:50px;
    /* padding: 0px; */
}

.transparan{
    /* background-color: rgb(212, 0, 255); */
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    /* IE 5-7 */
    filter: alpha(opacity=90);
    /* Netscape */
    -moz-opacity: 0.9;
    /* Safari 1.x */
    -khtml-opacity: 0.9;
    /* Good browsers */
    opacity: 0.9;
}

.layer {
    background-color: rgb(212, 0, 255, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-header {
    border-bottom:1px solid #eee;
    background-color: #6E1D78;
    color: #f7f7f7;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
 }

 .primary-btn{
    background-color: #6E1D78;
    color: #f7f7f7;
    border-radius: .23em !important;
 }

 .primary-btn:disabled{
    background-color: rgb(143, 96, 150);
    color: #f7f7f7;
 }

 .primary-btn:hover {
    box-shadow: 0 3px 5px -5px rgba(0, 0, 0, 0.3);
    background-color: #4E1D46;
}

.offset-5:hover{
    background-color: rgb(77, 15, 66);
    color: #f4f4f4;
}

.white{
    color: #f7f7f7;
}

.services-inner-box{
    box-shadow: none !important;
    border-radius: .23em;

}

.hvr-rectangle-out-two {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background-color: #432382 !important;
    color: #ffffff !important;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-rectangle-out-two::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #301469;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-rectangle-out-two:hover::before, .hvr-rectangle-out-two:focus::before, .hvr-rectangle-out-two:active::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:15px;
	left:40px;
	background-color:#2B1557;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    box-shadow: 2px 2px 3px #999;
    z-index: 999;
}

.my-float{
	margin-top:22px;
}


/*=======================
  portfolio CSS
=========================*/
/* #infobaru{
	background:#f5f5f5;
}*/
#infobaru .infobaru-carousel{ 
	position:relative;
	margin-top:30px;
}
#infobaru .testimonial {
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
	background: #fff;
	padding: 5px;
}
#infobaru .infobaru-head{
	position:relative;
	overflow:hidden;
}
#infobaru .infobaru-head:before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	content:"";
	height:100%;
	z-index:3;
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	transition:all 0.6s ease;
	-webkit-transform:translateX(100%);
	-moz-transform:translateX(100%);
	transform:translateX(100%);
} 
/* #infobaru .testimonial:hover .infobaru-head:before{
	-webkit-transform:translateX(0%);
	-moz-transform:translateX(0%);
	transform:translateX(0%);
}  */
#infobaru .infobaru-head img{
	width:100%;
	z-index:2;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
/* #infobaru .testimonial:hover .infobaru-head img{
	-webkit-transform:translateX(-100%);
	-moz-transform:translateX(-100%);
	transform:translateX(-100%);
} */
#infobaru .infobaru-head i {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	text-align: center;
	margin: -20px 0 0 -20px;
	content: "";
	background: #fff;
	border-radius: 100%;
	z-index: 4;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
/* #infobaru .testimonial:hover i{
	top:50%;
	opacity:1;
	visibility:visible;
}
#infobaru .testimonial i:hover{
	background:#444;
	color:#fff;
} */
#infobaru .text{
    padding:20px;
}
#infobaru  .text h4 a{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
    margin-bottom:10px;
    color:#FF914D;
}
#infobaru  .text h4 a:hover{
	color: #2B1557 !important;
}
#infobaru .text p {
	font-size: 14px;
}
/* infobaru Button */
#infobaru .owl-theme .owl-nav {
	text-align: center;
	margin: 0;
	width:100%;
}
#infobaru .owl-theme .owl-nav div {
	margin: 0 10px 0 0;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	padding: 0;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	font-size: 30px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
/* #portfolio .owl-theme .owl-nav div:hover{
	background:#444;
} */
#portfolio .owl-theme .owl-nav div:last-child{
	margin-right:0;
}
#portfolio .owl-theme .owl-nav .owl-prev {
	left:0;
}
#portfolio .owl-theme .owl-nav .owl-next {
	right:0;
}

/*----- Portfolio Archive -----*/
#portfolio.archive{
	padding:40px 0 70px;
}
#portfolio.infobaru .testimonial{
	margin-top:30px;
}
#portfolio .pagination {
	display: block;
	padding-left: 0;
	border-radius: 4px;
	text-align: left;
	margin: 30px 0 0;
}
#portfolio .pagination li{
	display:inline-block;
}
#portfolio .pagination li a {
	color: #333;
	background: #FAF9F9;
	padding: 10px 25px;
	font-weight: 400;
}
/* #portfolio .pagination li:hover a,
#portfolio .pagination li.active a{
	border-color:transparent;
	color:#fff;
}  */

/*----- portfolio Single -----*/
#portfolio.single {
	padding: 40px 0 70px;
	background: #fff;
}
#portfolio.infobaru .testimonial-slide{
	margin-top:30px;
}
#portfolio.single .portfolio-head:before{
	display:none;
}
/* #portfolio.infobaru .testimonial:hover .portfolio-head img{
	-webkit-transform:translateX(-0%);
	-moz-transform:translateX(-0%);
	transform:translateX(-0%);
} */
#portfolio.single .portfolio-des {
	margin-top: 30px;
}
#portfolio.single .portfolio-des h2 {
	font-size: 20px;
	text-transform: uppercase;
}
#portfolio.single .portfolio-des p{
	margin-bottom:10px;
}
#portfolio.single .portfolio-des p:last-child{
	margin:0;
}
#portfolio.single .features{
	overflow:hidden;
	margin-top:30px;
}
#portfolio.single .features h2 {
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
}
#portfolio.single .features h2::before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 20%;
	height: 2px;
}
#portfolio.single .features li {
	margin-bottom: 8px;
	font-weight: 400;
	font-size: 14px;
	color: #555;
}
#portfolio.single .features li ul{
	display:inline-block;
}
#portfolio.single .features li ul li {
	display: inline-block;
	margin:0;
}
#portfolio.single .features li i{
	font-weight:700;
	margin-right:5px;
}
#portfolio.single .website{
	display:block;
	width:100%;
	margin-top:20px;
}
#portfolio.single .website .button {
	padding: 10px 18px;
	margin-right: 15px;
}
#portfolio.single .website .button  i{
	margin-right:5px;
}
#portfolio.single .website a
#portfolio.single .portfolio-info {
	overflow: hidden;
	background: #333;
	padding: 10px 0;
	border-radius: 5px;
	margin: 40px 0 0;
}
#portfolio.single .portfolio-info li {
	float: left;
	width: 33%;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
#portfolio.single .portfolio-info li span{
	font-weight:700;
	margin-right:5px;
}
#portfolio.single .portfolio-des .button i{
	margin-left:5px;
}
#portfolio .related-infobaru .testimonial{
	margin-top:30px;
}

.testimonial img {
    max-width: 100%;
}

.section-title h3 span {
    text-transform: uppercase;
    position: relative;
    color:#FF914D;
}

/* .section-title h3::before {
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 60px;
    height: 20px;
    content: "";
    margin-left: -30px;
} */

/*=======================
  Contact CSS
=========================*/
#contact_us {
	background: #2B1557;
	position: relative;
    overflow-x:hidden;
}

#contact_us .section-title h3 {
	color: #ffffff;
}

#contact_us .single-address h4 {
	color: #ffffff;
}
/* #contact_us .form, 
#contact_us .single-address{
	margin-top:30px;
}
#contact_us .single-address h4 {
    margin-bottom: 5px;
    font-size: 18px;
    color: #333;
    font-weight: 700;
}
#contact_us .single-address i {
    font-size: 22px;
    margin-bottom: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #333;
    border-radius: 100%;
    border: 1px solid #333;
}
#contact_us .single-address p {
    color: #333;
    font-weight: 400;
} */


/* #contact_us .form-group {
	position: relative;
	text-align: center;
}
#contact_us .form-group:last-child{
	margin-bottom:0px;
}
#contact_us .form-group input {
	width: 100%;
	height: 44px;
	border: 1px solid #e2e2e2;
	padding-left: 10px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
#contact_us .form-group textarea{
	border: 1px solid #e2e2e2;
	padding:10px;
	width: 100%;
	height:210px;
	padding-left:10px;
	resize:none;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
#contact_us .form-group .button {
	height: 50px;
	height: 42px;
	border-radius: 0px;
	border: 0px solid;
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 25px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
#contact_us .form-group .button:hover{
	background:#252525;
}
#contact_us .form-group .button i{
	position:relative;
	display:inline-block;
	color:#fff;
	margin-right:10px;
	padding:0px;
}
#contact_us .form-group .button:hover{
	 -webkit-animation-name: hvr-icon-wobble-horizontal;
	animation-name: hvr-icon-wobble-horizontal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
} */

/* #contact_us .gmap .map {
	position: absolute;
	top: 235px;
	right: 0;
	width: 55%;
	height: 386px;
} */

/* foooter */
#footer {
    margin-top: 40px;
	position: relative;
    text-align:center;
    background: #F2F3F5;
}
/* #footer:before {
    border-bottom-color: #FF914D !important;
}
#footer::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: #2B1557;
	border-bottom: 26px solid;
	border-left: 30px solid transparent;
} */
#footer .social {
	float: none;
	margin-bottom:40px;
}
#footer .social li {
	display: inline-block;
	margin-right: 10px;
	color: #2B1557;
	font-weight: 500;
}
#footer .social li:last-child{
	margin-right:0;
}
#footer .social a {
	display: block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #2B1557;
	border: 1px solid #2B1557;
	color: #2B1557;
	border-radius: 100%;
}

/* blog */

#breadcrumbs {
	text-align: left;
	padding: 50px 0;
	position: relative;
    /* background: url('../images/breadcrumb.jpg'); */
    background: #2B1557;
	background-position: center;
	background-size: cover;
}
#breadcrumbs::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	content: "";
}
#breadcrumbs h2 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 500;
}
#breadcrumbs ul li{
	display:inline-block;
}
#breadcrumbs ul li a{
	color:#fff;
	font-size:18px;
	text-transform:capitalize;
	font-weight:400;
}
#breadcrumbs li + li::before {
	color: #fff;
	content: ">";
	padding: 0 5px;
	font-weight: 700;
}

#blog .post-box {
    margin-top: 30px;
    background: #fff;
    /* padding: 15px; */
    -webkit-box-shadow: 0px 0px 4px rgba(21, 20, 20, 0.15);
    -moz-box-shadow: 0px 0px 4px rgba(21, 20, 20, 0.15);
    box-shadow: 0px 0px 4px rgba(21, 20, 20, 0.15);
}

#blog .single-sidebar {
    margin-top: 30px;
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 4px rgba(21, 20, 20, 0.15);
    -moz-box-shadow: 0px 0px 4px rgba(21, 20, 20, 0.15);
    box-shadow: 0px 0px 4px rgba(21, 20, 20, 0.15);
}

#blog .single-sidebar h2 {
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    display: block;
    color: #2B1557;
}

#blog .category ul li {
    margin-bottom: 10px;
    font-size: 16px;
    display: block;
    font-weight: 400;
}

#blog .single-sidebar ul li a {
    color: #424242;
}

#blog .category ul li a i {
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
    margin-right: 5px;
    vertical-align: middle;
}

#blog .category ul li span {
    float: right;
}

#blog .tags ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

#blog .tags ul li a {
    color: #fff;
    display: block;
    padding: 5px 10px;
    background: #444;
}

#blog .form .search input[type="submit"] {
    height: 50px;
    width: 81px;
    border: 0px solid;
    color: #fff;
    right: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #2B1557;
}
#blog .form .search {
    position: relative;
}

#blog .form .search input[type="text"] {
    border: 0px solid;
    width: 100%;
    height: 50px;
    background: #f8f8f8;
    padding-left: 10px;
}
#blog .form .s-button {
    position: absolute;
    right: 0;
    top: 0;
}

#footer .social li:hover a,
#footer .social li.active a{
    color:white;
    background-color: #2B1557;
	border-color:transparent;
}