* {
  border-radius: 0 !important;
}
body {
  color: #666;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400 !important;
  margin: 2px 0 5px;
  padding: 2px 0;
  color: #666;
}
h1,
h2 {
  font-weight: 300 !important;
}
h3,
h4,
h5,
h6 {
  font-weight: 400 !important;
  color: #666;
}
h2 {
  font-size: 40px;
  line-height: 45px;
}
h3 {
  font-size: 30px;
  line-height: 35px;
}
h4 {
  font-size: 25px;
  line-height: 30px;
}
h5 {
  font-size: 20px;
  line-height: 25px;
}
h6 {
  font-size: 16px;
  line-height: 24px;
}
p {
  margin: 2px 0;
}
a:active,
a:focus,
a:hover {
  outline: 0;
}
hr {
  margin: 20px 0;
}
::-moz-focus-inner {
  border: 0;
}

.bor {
  height: 20px;
}
.bold {
  font-weight: 600 !important;
}
.caps {
  text-transform: uppercase;
}
.center {
  text-align: center;
}
.grey {
  color: #666;
}
.big {
  font-size: 20px !important;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 26px;
}
a.btn {
  margin-top: 6px;
}
.padd {
  padding: 10px 15px;
}
.label {
  font-size: 15px;
}
.badge {
  font-size: 15px;
  padding: 5px 10px;
}
.form {
  margin: 20px 0 0;
}
.form-horizontal input[type="password"] {
  width: 100%;
}
.form-horizontal input[type="text"],
.form-horizontal textarea {
  width: 100%;
}

.form-horizontal .controls {
  margin-left: 100px;
}
.form-horizontal .form-actions {
  padding-left: 100px;
}
.form-actions {
  padding: 10px 20px 11px;
  background: 0 0;
  border-top: 0;
}
.button a,
.button a:visited {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
  padding: 5px 8px;
  margin-top: 3px;
}
.button a:hover {
  color: #fff;
  text-decoration: none;
}
.well {
  background: #fafafa;
  padding: 15px;
  border: 1px solid #eee;
}
.orange {
  color: #fe781e !important;
}
.purple {
  color: #fabc05 !important;
}
.blue {
  color: #1570a6 !important;
}
.green {
  color: #41bb19 !important;
}
.lblue {
  color: #1da4e5 !important;
}
.red {
  color: #ff3738 !important;
}
.b-orange {
  background: #fe781e;
  color: #fff;
  margin: 3px 0;
  display: inline-block;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
  cursor: default;
}
.b-orange:hover {
  background: #e66d1c;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
.b-purple {
  background: #fabc05;
  color: #fff;
  margin: 3px 0;
  display: inline-block;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
  cursor: default;
}
.b-purple:hover {
  background: #cd9905;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
.b-blue {
  background: #1570a6;
  color: #fff;
  margin: 3px 0;
  display: inline-block;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
  cursor: default;
}
.b-blue:hover {
  background: #11608f;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
.b-green {
  background: #41bb19;
  color: #fff;
  margin: 3px 0;
  display: inline-block;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
  cursor: default;
}
.b-green:hover {
  background: #379e15;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
.b-black {
  background: #333;
  color: #fff;
  margin: 3px 0;
  display: inline-block;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
  cursor: default;
}
.b-black:hover {
  background: #000;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
.b-lblue {
  background: #1ba1e2;
  color: #fff;
  margin: 3px 0;
  display: inline-block;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
  cursor: default;
}
.b-lblue:hover {
  background: #1789c1;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
.b-red {
  background: #ff3738;
  color: #fff;
  margin: 3px 0;
  display: inline-block;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
  cursor: default;
}
.b-red:hover {
  background: #e33031;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
.col-l {
  width: 47.5%;
  float: left;
}
.col-r {
  width: 47.5%;
  float: right;
}
form button,
form input {
  font-size: 13px !important;
}
.alignleft,
img.alignleft {
  margin-right: 8px;
  margin-top: 5px;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 8px;
  margin-top: 5px;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
header {
  background: #fff;
}
header .logo {
  padding: 15px 0;
}
header .logo h1 {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 5px;
}
header .logo h1 a,
header .logo h1 a:hover,
header .logo h1 a:visited {
  color: #666;
  text-decoration: none;
}
header .logo .hmeta {
  color: #777;
}
header .form {
  text-align: center;
  max-width: 270px;
  margin: 0 auto;
  width: 260px;
  padding-top: 40px;
}
.navbar-inner > .container {
  width: 940px;
}
.navbar {
  margin-bottom: 0;
}
.nav-collapse *,
.navbar * {
  box-shadow: none !important;
  text-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}
.navbar-inner {
  padding-left: 0;
  background: #fafafa;
  filter: none !important;
}
.navbar .btn {
  font-size: 13px;
  padding: 6px 10px;
  color: #fff !important;
}
.navbar .caret {
  border-top-color: #999 !important;
  border-bottom-color: #999 !important;
}
.navbar {
  border-top: 1px solid #eee !important;
  border-bottom: 1px solid #eee !important;
}
.navbar a,
.navbar a:visited {
  color: #666 !important;
}
.navbar .nav > li > a,
.navbar .nav > li > a:visited {
  color: #666 !important;
  padding: 15px;
  filter: none !important;
}
.navbar .nav > li > a:hover {
  background: #f3f3f3 !important;
}
.dropdown-menu {
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0;
  margin: 0;
  z-index: 3000;
  background: #fafafa;
  border: 1px solid #eee !important;
  border-top: 0 !important;
}
.dropdown-menu a {
  padding: 9px 10px !important;
  color: #666 !important;
  text-shadow: none !important;
  background: #fafafa !important;
  border-bottom: 1px solid #eee;
}
.dropdown-menu a:focus,
.dropdown-menu a:hover {
  filter: none !important;
  background: #f3f3f3 !important;
}
.dropdown-menu::after,
.dropdown-menu::before {
  border: 0 !important;
}
.accordion-group {
  border-radius: 0;
  margin: 10px 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 0;
}
.accordion li {
  line-height: 10px;
}
.accordion-heading a,
.accordion-heading a:hover,
.accordion-heading a:visited {
  border: 0;
  color: #fff;
  text-decoration: none;
  margin: 10px 15px;
}
blockquote {
  background: #f9f9f9;
  margin-bottom: 5px;
  color: #777;
}
blockquote p {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
}
blockquote small {
  color: #555;
}
#slist p {
  display: none;
  margin: 5px 0;
  padding: 5px 10px;
  background: #fff;
  line-height: 30px;
  border: 1px solid #eee;
}
#slist li a {
  display: block;
  font-size: 16px !important;
  margin-bottom: 10px;
}
.scontact p {
  margin-bottom: 10px;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope .isotope-item.no-transition,
.isotope.no-transition,
.isotope.no-transition .isotope-item {
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  -ms-transition-duration: 0;
  -o-transition-duration: 0;
  transition-duration: 0;
}
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.portfolio li {
  display: inline !important;
  border: 0 !important;
}
.portfolio li a,
.portfolio li a:visited {
  color: #fff;
  padding: 5px 10px;
  margin: 0 5px;
}
.portfolio li a:hover {
  color: #fff;
}
#portfolio {
  text-align: center;
}
#portfolio .element {
  margin: 20px 10px 10px 0;
  padding: 5px;
}
#portfolio h4 {
  margin: 4px 0;
  padding: 0;
  color: #fff;
  font-size: 16px;
}
#portfolio .pcap {
  background: #370a19;
  border-top: 2px solid #e9004d;
  padding: 3px 0;
}
#portfolio a,
#portfolio a:hover,
#portfolio a:visited {
  color: #fff;
  text-decoration: none;
}
#portfolio .pcap p {
  padding: 0 6px 10px;
  font-size: 13px;
}
#portfolio .pcap {
  max-width: 200px;
  line-height: 20px;
}
#portfolio img {
  width: 200px;
  max-width: 200px;
  height: 150px;
}
#filters {
  margin-left: 0;
}
#filters li {
  display: inline;
  padding: 0;
  background: 0 0;
}
#filters a {
  font-size: 13px;
  padding: 4px 10px;
  display: inline-block;
}
.nocolor .element {
  background: 0 0 !important;
}
.nocolor .pcap {
  background: 0 0 !important;
  border-top: 0 solid #379e15 !important;
}
.gallery {
  text-align: center;
}
.gallery img {
  max-width: 170px;
  margin: 5px;
  padding: 1px;
  border: 1px solid #aaa;
}
.process-meta {
  display: block;
  margin-bottom: 5px;
  padding: 5px 10px;
  color: #fff;
  margin-top: 15px;
}
.blog .entry h2 {
  font-size: 30px;
  line-height: 40px;
  color: #777;
}
.blog .entry h2 a,
.blog .entry h2 a:hover,
.blog .entry h2 a:visited {
  text-decoration: none;
  color: #777;
}
.blog .meta {
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  margin: 8px 0;
  padding: 5px 8px;
  color: #777;
  text-transform: uppercase;
  font-size: 11px;
}
.blog .meta a,
.blog .meta a:visited {
  color: #555;
}
.blog .meta i {
  margin-left: 3px;
  position: relative;
  top: -2px;
}
.blog .bthumb {
  margin: 10px 0 5px;
  padding: 1px;
  box-shadow: 0 0 1px #777;
}
.blog .bthumb2 {
  float: left;
  margin-top: 8px;
  margin-right: 8px;
  border: 1px solid #aaa;
}
.blog .bthumb2 img {
  margin: 0;
  width: 180px;
  min-width: 180px;
}
.blog .entry {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  font-size: 13px;
  line-height: 25px;
}
.blog .entry p {
  margin: 0 0 4px;
}
.blog .post-foot {
  border-left: 2px solid #eee;
  padding: 15px;
}
.blog .post-foot .social {
  margin-top: 0;
}
.sidebar {
  background: white;
  border: none;
  padding: 8px;
}
.sidebar h4 {
  font-size: 14px;
  color: #777;
  line-height: 18px;
  margin-bottom: 5px;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
}
.sidebar .widget {
  background: #fff;
  padding: 8px;
  font-size: 13px;
  line-height: 23px;
  border: none;
  margin-bottom: 10px;
}
.sidebar .widget .form-search {
  margin-top: 10px;
  margin-bottom: 10px;
}
.sidebar ul li {
  padding: 3px 0;
}
.respond {
  padding-top: 10px;
  padding-left: 20px;
}
.comments > ul > li {
  background: 0 0;
  padding: 0;
}
.comments {
  margin-bottom: 20px;
}
.comments .comment {
  margin: 15px 0;
  padding: 13px 16px;
  background: #f8f8f8;
  border-left: 2px solid #ddd;
}
.comment .avatar {
  margin-top: 5px;
  margin-right: 8px;
}
.comment .cmeta {
  font-size: 12px;
}
.comment p {
  margin-top: 5px;
  font-size: 13px;
}
.comments .reply {
  margin-left: 15px;
}
.respond {
  border-top: 2px solid #eee;
}
.respond .title {
  padding: 5px 0;
  margin-bottom: 0;
}
.paging {
  width: 270px;
  clear: both;
  padding: 6px 0;
  line-height: 17px;
  font-size: 13px;
}
.paging a,
.paging span {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 5px 8px;
  text-decoration: none;
  width: auto;
  color: #666;
  background: #fff;
  border: 1px solid #ddd;
  font-weight: 400;
}
.paging a:hover {
  color: #fff;
}
.paging .current {
  padding: 5px 8px;
  color: #fff;
}
.career .nav > li {
  background: 0 0;
  padding: 0;
  list-style-type: none;
}
.career .nav-tabs > li > a:hover {
  color: #fff;
}
.error-log {
  background: #fafafa;
  padding: 10px;
  border: 1px solid #eee;
  height: 300px;
  overflow: auto;
  font-family: "Courier New", monospace;
}
.error-log ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.error-log .green {
  color: #61c221;
}
.error-log .red {
  color: red;
}
.features-one h4 {
  margin-top: 40px;
}
.features-one img {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.features-two .feat {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.features-three .feat-inner {
  text-align: center;
  margin: 20px 0;
  padding: 20px 10px 10px;
  background: #fafafa;
  border: 1px solid #ddd;
}
.features-three i {
  font-size: 35px;
  margin-bottom: 10px;
}
.features-three .button {
  margin-top: 10px;
  margin-bottom: 20px;
}
.features-three .button a {
  font-size: 11px;
}
.features-four i {
  font-size: 30px;
  display: block;
  margin-bottom: 10px;
}
.features-four h4 {
  color: #fff;
}
.features-four .f-block {
  padding: 25px 20px 40px;
  margin-bottom: 10px;
  min-height: 180px;
}
.features-four a,
.features-four a:hover {
  color: #fff;
  text-decoration: none;
}
.features-four p {
  font-size: 14px;
  line-height: 22px;
}
.service-two h5 {
  margin-bottom: 2px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fafafa;
}
.service-two h6 {
  margin-top: 10px;
  margin-bottom: 3px;
  padding-bottom: 3px;
}
.service-three,
.service-two p {
  font-size: 13px;
}
.service-three .service-icon {
  float: left;
  width: 40px;
}
.service-three .service-icon i {
  font-size: 30px;
  display: block;
  margin-top: 5px;
}
.service-three .service-content {
  position: relative;
  margin-left: 50px;
}
.service-three h5 {
  line-height: 15px;
}
.service-three .row hr {
  margin: 10px 0;
}
.service-three .row .grey {
  color: #999;
}
.testi {
  background: #fff;
  border: 1px solid #eee;
  border-bottom: 2px solid #eee;
  padding: 12px;
  margin-bottom: 20px;
}
.testi .tauthor {
  color: #777;
  font-size: 13px;
  margin-top: 5px;
}
.testimonials .tauthor {
  font-size: 13px;
}
.testi i {
  margin-right: 5px;
}
.testimonials {
  padding: 10px 15px;
}
.testimonials i {
  margin-right: 5px;
}
.testimonials .color {
  color: #fff;
  font-weight: 600;
}
.tquote {
  font-style: italic;
  font-size: 13px;
  line-height: 22px;
}
.c-block a,
.c-block a:hover {
  color: #fff;
  text-decoration: none;
}
.c-block > div {
  color: #fff;
  min-height: 100px;
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
}
.c-block i {
  font-size: 40px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.rblock .rmeta {
  font-size: 13px;
}
.rskills span {
  display: inline-block;
  background: #f8f8f8;
  border: 1px solid #eee;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
}
.social {
  font-size: 16px;
  margin-top: 10px;
}
.social i {
  height: 25px;
  width: 25px;
  line-height: 25px;
  margin: 0 5px 0 0;
  color: #fff;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
  text-align: center;
}
i.facebook {
  background: #3c5b9b;
}
i.twitter {
  background: #2daae1;
}
i.google-plus {
  background: #f63e28;
}
i.pinterest {
  background: #cb2027;
}
i.linkedin {
  background: #0173b2;
}
.social i:hover {
  background: #000;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
.social a,
.social a:hover,
.social a:visited {
  color: #fff;
  text-decoration: none;
}
.c-soon {
  margin: 20px 0;
  padding: 40px;
  text-align: center;
}
.soon-med {
  font-size: 20px;
  line-height: 30px;
}
.soon-big {
  font-size: 50px;
  line-height: 70px;
}
.soon-small {
  font-size: 13px;
  line-height: 20px;
  max-width: 600px;
  margin: 10px auto;
}
.soon-tweet {
  background: #fff;
  border: 1px solid #eee;
  padding: 12px 12px 5px;
  margin: 20px auto;
  max-width: 600px;
  font-size: 14px;
}
.soon-tweet ul li {
  padding: 0;
  margin: 0;
  font-style: italic;
}
.content .soon-tweet ul li {
  background-image: none;
  list-style-type: none;
}
.soon-tweet ul li:after,
.soon-tweet ul li:before {
  content: '"';
  font-size: 16px;
  font-family: Arial, sans-serif;
  color: #888;
}
.csoon-page form button,
.csoon-page form input {
  font-size: 12px;
}
.make-post hr {
  margin: 10px 0;
}
.about-two .pic img {
  margin-bottom: 6px;
}
.about-two .details {
  margin-top: 10px;
  margin-bottom: 20px;
}
.about-two .details .name {
  line-height: 10px;
  padding: 0;
  margin: 0;
}
.about-two .details em {
  color: #888;
  font-size: 13px;
  line-height: 20px;
}
.about-two .asocial i {
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  width: 20px;
  height: 20px;
}
.about-two .asocial a,
.about-two .asocial a:hover,
.about-two .asocial a:visited {
  color: #fff;
  text-decoration: none;
}
.about-two .details .adesc {
  max-width: 300px;
  margin: 5px auto 0;
  border-top: 1px solid #eee;
  padding-top: 5px;
}
.da-slide h2 span {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
}
.full-slider i {
  margin: 0;
}
.full-slider .button {
  margin-top: 5px;
}
.full-slider .button a {
  font-size: 15px;
  display: inline-block;
  padding: 8px 15px !important;
}
.flexslider {
  background: 0 0;
  min-height: 300px;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
}
.flex-direction-nav .flex-next {
  right: 5px !important;
}
.flex-direction-nav .flex-prev {
  left: 5px !important;
}
.flex-control-nav {
  bottom: 10px;
}
.flex-control-paging li a {
  background: #fff;
  box-shadow: none;
  width: 8px;
  height: 8px;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover {
  background: #ddd;
}
.flex-center {
  text-align: center;
}
.flex-caption {
  margin: 60px 0 40px;
}
.flex-caption h2,
.flex-caption h5,
.flex-caption h6 {
  color: #fff;
}
.flex-caption p {
  font-size: 14px;
  line-height: 23px;
  max-width: 650px;
  margin: 0 auto;
}
.flex-back {
  padding: 10px;
}
.cclient {
  padding: 10px 0 15px;
  border-bottom: 1px solid #eee;
  margin: 10px 0 15px;
}
.cimage img {
  margin-bottom: 5px;
  max-height: 35px;
}
ul.hover-block li {
  list-style: none;
  float: left;
  width: 225px;
  height: 170px;
  position: relative;
  margin: 5px 4px;
}
ul.hover-block li a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 225px;
  height: 170px;
  color: #000;
  text-decoration: none;
}
ul.hover-block li .hover-content {
  position: absolute;
  z-index: 1000;
  height: 170px;
  top: 125px;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
}
ul.hover-block li .hover-content h6 {
  color: #fff;
}
ul.hover-block li img {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  z-index: 500;
}
.content {
  margin-top: 20px;
}
.content ul {
  list-style-type: none;
  margin-left: 0;
}
.content ul li {
  padding: 5px 0;
}
.dis-nav a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #fff;
}
.dis-content div {
  display: none;
  padding: 15px 15px 20px;
  margin: 10px 0;
  background: #f8f8f8;
  color: #777;
  border: 1px solid #eee;
}
.dis-content h3 {
  margin-bottom: 5px;
  color: #666;
}
.dis-content a.btn {
  margin-top: 6px;
  color: #fff !important;
}
.dis-content i {
  position: relative;
  top: -2px;
}
.lp .lp-image {
  max-width: 600px;
  margin: 40px auto;
  box-shadow: 0 0 30px #ccc;
}
.task {
  background: #fcfcfc;
  border: 1px solid #eee;
  margin-bottom: 10px;
  border-left: 3px solid #eee;
  padding: 10px 15px;
  font-size: 13px;
}
.task:hover {
  background: #fafafa;
}
.task.important {
  border-left: 3px solid #ee1635;
}
.task.cool {
  border-left: 3px solid #30d91a;
}
.task .tmeta {
  font-size: 12px;
}
.price-a {
  width: 48%;
  float: left;
  margin-right: 14px;
}
.price-b {
  width: 48%;
  float: right;
}
.pricel {
  text-align: center;
  margin-top: 10px;
}
.pricel .phead-top {
  margin: 0;
  padding: 15px 10px;
}
.pricel .phead-top h4 {
  color: #fff;
}
.pricel .phead-bottom {
  background: #f1f1f1;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 10px 10px 5px;
  color: #777;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
}
.pricel .pst {
  font-size: 14px;
  position: relative;
  top: -5px;
  font-weight: 400;
}
.pricel .psb {
  font-size: 14px;
  font-weight: 400;
}
.pricel .pbutton {
  background: #eee;
  border: 1px solid #ddd;
  padding: 10px 0 15px;
  color: #777;
  font-size: 20px;
  text-align: center;
  margin-top: 0;
}
.pricel .plist {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background: #fcfcfc;
}
.pricel .plist ul {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0 !important;
}
.pricel .plist li {
  background: 0 0;
  padding: 13px 0;
  font-size: 13px;
  border-bottom: 1px solid #e1e1e1;
}
.pricel .plist li:nth-child(even) {
  background-color: #f8f8f8;
}
.pricel .plist li:hover {
  background: #fff;
}
.pricel .phead-top {
  display: block;
}
.prod h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 30px;
}
.prod {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.prod .pimg {
  margin-top: 10px;
}
.pdetails {
  padding: 10px;
  background: #fefefe;
  margin-top: 20px;
  color: #777;
  border: 1px solid #eee;
}
.pdetails i {
  margin-right: 3px;
}
.pdetails .ptable {
  font-size: 13px;
  border-radius: 10px;
  background: #fafafa;
  border: 1px solid #eee;
  margin-bottom: 10px;
}
.pdetails .pline {
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
}
.projects h3 {
  font-size: 20px;
  margin-top: 0;
}
.projects .related-projects img {
  max-width: 100px;
  margin: 5px;
  padding: 5px;
  border: 1px solid #ddd;
}
.projects .prdetails {
  margin-top: 10px;
  font-size: 13px;
}
.formy {
  padding: 15px 20px;
  display: block;
  color: #fff;
}
.formy h5 {
  color: #fff;
}
.formy a,
.formy a:visited {
  color: #eee;
  text-decoration: underline;
}
.formy a:hover {
  color: #fff;
  text-decoration: none;
}
.lrform {
  max-width: 540px;
  margin: 30px auto;
  background: #fafafa;
  padding: 15px;
  border: 1px solid #eee;
}
.events .accordion-heading h5 {
  color: #fff;
  padding: 10px;
  margin: 0;
}
.events .accordion-heading h5 span {
  display: block !important;
  font-size: 13px !important;
}
.events .accordion-heading a,
.events .accordion-heading a:hover,
.events .accordion-heading a:visited {
  margin: 0;
}
.events .accordion-inner span {
  background: #fafafa;
  font-size: 12px;
  padding: 5px 10px;
  border: 1px solid #eee;
  margin-bottom: 10px;
  display: block;
}
.prod {
  margin: 20px 0 30px;
}
.home-product {
  padding: 7px 12px 14px;
  color: #fff;
}
.home-product .home-prod-img {
  width: 150px;
  height: 150px;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}
.home-product h3 {
  color: #fff;
}
.home-links a {
  color: #999;
}
.home-links a:hover {
  color: #444;
}
.tidate {
  padding: 3px 10px;
  font-size: 13px;
  display: block;
  font-weight: 700;
  margin-bottom: 0;
}
.timatter h5 {
  font-size: 15px;
}
.timatter {
  background: #fafafa;
  padding: 5px 10px;
  margin-bottom: 20px;
  font-size: 13px;
  border: 1px solid #eee;
  border-top: 0;
}
.serv-block {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.serv-block h3 {
  color: #fff;
  padding-bottom: 20px;
}
.serv-block i {
  display: block;
  font-size: 60px;
  line-height: 80px;
  width: 100px;
  height: 80px;
  margin: 0 auto;
  padding-top: 20px !important;
}
.service {
  font-size: 13px;
  line-height: 25px;
}
.social-links {
  margin-top: 20px;
  padding: 20px 0 10px;
  color: #fff;
  line-height: 30px;
}
.social-links a,
.social-links a:hover,
.social-links a:visited {
  font-size: 15px;
  margin-right: 9px;
  color: #fff !important;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
}
.social-links i {
  position: relative;
  top: -2px;
  width: 15px;
  text-align: center;
  padding: 3px;
  right: 3px;
}
.cwell {
  padding: 10px;
  background: #fafafa;
  margin-top: 10px;
  border: 1px solid #f1f1f1;
}
.cwell h5 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.cwell address {
  font-size: 13px;
}
.gmap iframe {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 0 !important;
}
.big-text {
  font-size: 150px;
  line-height: 160px;
  color: #888;
}
footer {
  font-size: 13px;
  background: #f6f6f6;
  color: #444;
}
footer a {
  color: #777;
}
footer a:hover {
  color: #666;
}
footer .color,
footer h6 {
  color: #444;
}
footer ul {
  list-style-type: none;
  margin-left: 0;
}
footer ul li {
  padding: 3px 0;
}
footer .widgets {
  margin-top: 20px;
}
footer .copy {
  border-top: 1px solid #ddd;
  padding: 10px 0;
  margin-top: 10px;
}
.mobile-view {
  display: none !important;
}
.collapse:not(.show) {
  display: inherit !important;
}
.hasil .col-3 {
  display: inherit !important:
}

@media (min-width: 768px) and (max-width: 979px) {
  .dropdown-menu,
  .dropdown-menu a {
    border: 0 !important;
  }
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
@media (max-width: 480px) {
  .tb-doc {
    font-size: 12px;
    margin-left: -15px !important;
  }
  .col-l,
  .col-r {
    width: 100%;
    float: none;
    margin: 10px 0 5px;
  }
  .da-slide h2 {
    width: 100%;
    font-size: 30px;
    top: 40px;
  }
  .da-slide p {
    width: 80%;
    font-size: 15px;
    top: 90px;
  }
  .da-slide .da-link {
    top: 180px;
  }
  .da-slide .da-img {
    display: none;
  }
  ul.hover-block li {
    display: block;
    float: none;
    margin: 0 auto 10px;
  }
  .price-a {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .price-b {
    width: 100%;
    float: none;
  }
  .aboutus {
    text-align: center;
  }
  input.inputkota,
  input.inputkotainternasionalasal,
  input.inputkotainternasionaltujuan,
  input.sidebar-inputwaybill {
    width: 100% !important;
  }
  .wrap-socmed {
    display: flex;
    justify-content: start !important;
    align-items: start !important;
    flex-direction: column;
  }
  .big {
    gap: 0px !important;
  }
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
  .navbar-mobile {
    margin-left: -180px !important;
    margin-right: -180px !important;
  }
  .mobile-view {
    display: inherit !important;
  }
  .hasil-l {
    width: 0% !important;
  }
  .hasil-r {
    width: 100% !important;
  }
  .bg-komship {
    font-size: 12px !important;
    text-wrap: nowrap;
  }
  .m-view {
    width: 50% !important;
    margin-left: -60px !important;
  }
  .soon-med {
    font-size: 14px;
    line-height: 30px;
  }
  div.ro-controls {
    margin-left: 15px !important;
    max-width: 250px !important;
  }
  p.ro-price {
    font-size: 14px !important;
    height: 220px !important;
  }
  body {
    padding: 0 !important;
  }
}
@media (max-width: 380px) {
  .task {
    padding: 5px 10px;
  }
  .bg-komship {
    font-size: 10px !important;
    text-wrap: nowrap;
  }
  div.ro-controls {
    margin-left: 15px !important;
    max-width: 200px !important;
  }
  .fmobile select {
    max-width: 145px !important;
  }
  select.ro-inputbirthdate {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .price-komship {
    color: #ffb803 !important;
    font-weight: 700;
    font-size: 20px;
    margin-top: -10px;
  }
  .txt-komship {
    font-size: 10px !important;
  }
  .price-komship {
    font-size: 20px !important;
  }
  .n-price {
    font-size: 14px !important;
  }
  p.ro-price {
    font-size: 12px !important;
    height: 210px !important;
  }
}
@media (max-width: 330px) {
  .fmobile select {
    max-width: 145px !important;
  }
  select.ro-inputbirthdate {
    margin-left: 22px !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .full-slider,
  .navbar,
  .social-links,
  footer,
  header {
    margin-left: -20px;
  }
  .full-slider,
  .navbar-inner,
  .social-links,
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  header .logo {
    text-align: center;
  }
  header .form {
    padding-top: 0;
  }
  .dropdown-menu,
  .dropdown-menu a {
    border: 0 !important;
  }
  .home-product {
    margin-top: 10px;
  }
  .serv-block {
    margin-top: 20px;
  }
  .social-links span {
    display: block;
    margin-bottom: 10px;
  }
  .flex-caption {
    margin: 40px 0;
  }
  .formy {
    margin-top: 20px;
  }
  .ainfo {
    margin-top: 10px;
  }
  .big-text {
    font-size: 80px;
    line-height: 90px;
  }
  .about-two .staff {
    max-width: 250px;
    margin: 0 auto;
  }
  .features-one {
    text-align: center;
  }
  .features-one h4 {
    margin-top: 10px;
  }
  input.inputkota,
  input.inputkotainternasionalasal,
  input.inputkotainternasionaltujuan,
  input.sidebar-inputwaybill {
    width: 100% !important;
  }
  .mobile-view {
    display: inherit !important;
  }
}
iframe#dokumentasi {
  border: 0;
  min-height: 400px;
  width: 100%;
}
img.child-opener-image {
  opacity: 0.5;
  cursor: pointer;
}
img.child-opener-image:hover {
  opacity: 0.8;
}
div.tab-content {
  overflow: hidden !important;
}
.bs-docs-sidenav {
  padding: 0;
  background-color: #fafafa;
}
.bs-docs-sidenav > li {
  padding: 0 !important;
}
.bs-docs-sidenav > li.nav-header > span,
.bs-docs-sidenav > li > a {
  display: block;
  width: 190px;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #eee;
}
.bs-docs-sidenav > li > a {
  color: #666 !important;
}
.bs-docs-sidenav > li.nav-header > span {
  color: #fff;
  text-shadow: none !important;
  font-size: 12px !important;
}
.bs-docs-sidenav > li.nav-header {
  margin: 0 !important;
}
.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: none !important;
  background: #f3f3f3;
}
.bs-docs-sidenav > .active > a:focus,
.bs-docs-sidenav > .active > a:hover {
  background: #f3f3f3;
}
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: 0.25;
}
.bs-docs-sidenav > li > a:hover {
  background-color: #f3f3f3;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: 1;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  background-image: url(../img/glyphicons-halflings-white.png);
  opacity: 1;
}
section.ro-docs {
  margin-bottom: 40px;
}
.ro-docs p a {
  color: #666666;
}
code.ro-docs {
  font-size: 14px;
}
pre.ro-docs {
  border: none !important;
  background: none !important;
  padding: 0 !important;
  color: #555 !important;
  font-family: monospace;
}
div.ro-result {
  margin-top: 0 !important;
}
div.widget-last {
  margin-bottom: 0 !important;
}
div.ro-alert {
  margin: 0 !important;
  padding: 5px 35px 5px 15px !important;
}
div.ro-alert a {
  color: #fff !important;
}
button.close {
  color: #fff !important;
  opacity: 1 !important;
}
div.ro-price {
  width: 100% !important;
}
p.ro-price {
  text-align: left !important;
  padding: 10px !important;
  margin: 0 !important;
  height: 300px;
}
a {
  text-decoration: none !important;
}
input.inputkota,
input.inputkotainternasionalasal,
input.inputkotainternasionaltujuan,
input.sidebar-inputwaybill {
  width: 100% !important;
}
ul.typeahead {
  width: 260px !important;
}
ul.typeahead li {
  padding: 0 !important;
}
div.ro-mobile {
  min-width: 282px !important;
}
table.borderless td {
  border: none !important;
}
label.ro-label {
  width: 105px !important;
}
div.ro-controls {
  margin-left: 15px !important;
  max-width: 260px;
}
select.ro-inputbirthdate {
  margin-right: 10px;
  width: 70px;
}
div#api {
  text-align: center;
}
.ro-404-buttons {
  margin-top: 20px;
}
div#ongkir-result .mix {
  display: none;
}
div#result-header {
  padding-right: 18px;
  padding-left: 16px;
}
hr#ro-hr {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  border-color: #fabc05 !important;
}
div.ro-progress {
  margin-bottom: 0 !important;
}
h6.ro-result {
  margin: 0 !important;
}
ul.ro-doc-tabs {
  margin-bottom: 0 !important;
  border-bottom-width: 0 !important;
}
input[readonly] {
  cursor: text !important;
}
input.home-inputkota,
input.home-inputinternasionalasal,
input.home-inputinternasionaltujuan {
  margin-right: 20px !important;
}
input.home-inputberat,
input.home-inputinternasionalberat,
input.inputkota,
input.home-inputkota,
input.inputberat,
input.home-inputinternasionalasal,
input.home-inputinternasionaltujuan,
input.inputkotainternasionalasal,
input.inputkotainternasionaltujuan,
input.inputinternasionalberat,
input.home-inputwaybill,
input.sidebar-inputwaybill {
  height: 35px;
  font-size: 16px !important;
}
input.home-inputwaybill {
  width: 645px !important;
}
select.home-dropdownkurir {
  height: 35px;
  padding: 4px 6px;
  margin-right: 20px;
}
.autocomplete-suggestions {
  border: 1px solid #bbb;
  background: #fff;
  overflow: auto;
}
.autocomplete-suggestion {
  padding: 4px 6px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  cursor: pointer;
}
.autocomplete-selected {
  background: #f3f3f3;
}
.autocomplete-suggestions strong {
  font-weight: 700;
  color: #fabc05;
}
.autocomplete-group {
  padding: 2px 5px;
}
.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}
div.ro-couriers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px 20px;
  flex-wrap: wrap;
}
div.ro-couriers img {
  margin-right: 12px;
  max-height: 24px;
}
h4.pro-couriers {
  color: #333333;
  font: 600 14px/16px "Open Sans";
  text-align: center;
  margin-top: 32px;
  margin-bottom: 8px;
}
h4.fasilitas span {
  background: url('https://storage.googleapis.com/komerce/core/Line.svg') no-repeat scroll left bottom
    rgba(0, 0, 0, 0);
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.fasilitas-mobile span {
  background: url('https://storage.googleapis.com/komerce/core/Line.svg') no-repeat scroll left bottom
    rgba(0, 0, 0, 0);
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 17px;
}
span#price-sorter {
  cursor: pointer;
}
.icon-sort-up.ro-icon-sorter,
.icon-sort-down.ro-icon-sorter,
span#price-sorter:hover {
  color: #fe781e;
}
div#ro-on-finish {
  display: none;
}
label.ro-kurir-label {
  padding-left: 0 !important;
}
div.pilih-kurir-container {
  padding-top: 0 !important;
}
p#short-link {
  margin: 10px 0;
}
div#short-link-container {
  display: none;
}
form#home-internasional-form,
form#home-waybill {
  margin-bottom: 0 !important;
}
p.international-info,
p.lacak-paket-info {
  margin-top: 0 !important;
}
div.international-info,
div.lacak-paket-info {
  margin-bottom: 20px !important;
}
i.ro-lacakpaket-result::after,
i.ro-lacakpaket-result::before {
  font-size: 140px !important;
  margin-left: 0 !important;
}
div.ro-lacakpaket-span2 {
  margin-left: 0 !important;
}
.cd-top {
  display: inline-block;
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 85px;
  right: 10px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(234 185 34 / 80%)
    url(https://rajaongkir.com/assets/img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0 0.3s;
  transition: opacity 0.3s 0s, visibility 0 0.3s;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0 0;
  -moz-transition: opacity 0.3s 0s, visibility 0 0;
  transition: opacity 0.3s 0s, visibility 0 0;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: 0.5;
}
table.ro-comparison-table thead tr th {
  text-align: center;
}
table.ro-comparison-table thead tr th:first-child {
  width: 40%;
}
table.ro-comparison-table thead tr th:nth-child(2),
table.ro-comparison-table thead tr th:nth-child(3),
table.ro-comparison-table thead tr th:nth-child(4) {
  width: 20%;
}
table.ro-comparison-table tbody tr td:nth-child(2),
table.ro-comparison-table tbody tr td:nth-child(3),
table.ro-comparison-table tbody tr td:nth-child(4) {
  text-align: center;
}
ol.ro-docs {
  margin: 0 0 10px 15px !important;
}
ol.ro-docs li {
  line-height: 25px !important;
}
p.ro-small {
  line-height: 20px !important;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
.ro-price-upgrade {
  margin-top: 0 !important;
  width: 50% !important;
  margin-right: 10px !important;
}
.upgrade-col {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
  margin-bottom: 13px;
}

.btn-submit {
  color: white !important;
  background-color: #fabc05 !important;
}

.text-purple {
  color: #fabc05 !important;
}

.carousel-indicators [data-bs-target] {
  background-color: #fabc05 !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 10px !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.carousel-indicators button {
  border-radius: 10px !important;
}
.carousel-indicators {
  align-items: flex-end !important;
}
.bg-purple {
  background-color: #fabc05 !important;
}
.socmed-footer {
  display: flex;
}
.wrap-socmed {
  display: flex;
  justify-content: start;
  align-items: center;
}
.navbar-toggler {
  border: none !important;
}
.nav-link {
  color: #fabc05 !important;
}
.nav-link.active {
  color: grey !important;
}
.bg-komship {
  background-color: #ffb803 !important;
  color: white !important;
  border-radius: 8px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: max-content !important;
}

.price-komship {
  color: #ffb803 !important;
  font-weight: 700;
  font-size: 24px;
  margin-top: -10px;
}

.accordion {
  --bs-accordion-active-bg: #fef6ed !important;
}

.accordion-button::after {
  background-image: url('https://storage.googleapis.com/komerce/assets/illustration/plus-circle.png') !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url('https://storage.googleapis.com/komerce/assets/komerce-icon/Orange/minus-cirlce.svg') !important;
  transform: url('https://storage.googleapis.com/komerce/assets/komerce-icon/Orange/minus-cirlce.svg') !important;
}
.accordion-button:not(.collapsed) {
  color: #481403 !important;
}

.dropdown-item.active {
  background-color: #f4e392 !important;
}

.btn-outline-purple{
  border: 1px solid #8132a7 !important;
  background-color: transparent !important;
  color: #8132a7 !important;
}
.btn-outline-yellow{
  border: 1px solid #fabc05 !important;
  background-color: transparent !important;
  color: #fabc05 !important;
}