/* Google fonts & font family
==================================================*/

@import url(https://fonts.googleapis.com/css?family=Poppins:100,200,400,500,600,700);

html,
body {
  height: 100%;
  font-family: 'Poppins', sans-serif;
  line-height: 1.8;
  color: #999;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.main-container {
  padding: 100px 0;
}

.center {
  text-align: center;
}

a {
  -webkit-transition: all .3s;
  transition: all .3s
}

.uppercase {
  text-transform: uppercase;
}

.h-30 {
  height: 30px
}

.h-10 {
  height: 10px
}

.color {
  color: #2e58a6;
  font-size: 11px;
}


/* typography
==================================================*/

h1 {
  color: #393939;
  font-size: 60px;
  text-transform: uppercase;
}

h2 {
  color: #7D6E83;
  ;
}

h3 {
  color: #393939;
}

h5 {
  color: #2e58a6;
}




/* headr
==================================================*/

.box-header {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.65);
  height: 70px;
  box-shadow: none;
  width: 100% !important;
  z-index: 3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.box-header.is-fixed {
  position: fixed;
  width: 100%;
  top: -80px;
  background-color: rgba(255, 255, 255, 0.50);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.box-header.is-visible {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.box-header.menu-is-open {
  /*background-color: #353149 !important;*/
  background-color: transparent !important;

}

.box-header.menu-is-open #golok {
  visibility: hidden;
}

.box-header.menu-is-open #duatujuh {
  visibility: hidden;
}

.box-logo {
  display: block;
  padding: 15px;
}

.box-primary-nav-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: #fff;
}

.box-primary-nav-trigger .box-menu-text {
  color: #393939;
  text-transform: uppercase;
  font-weight: 700;
  display: none;
}

.box-primary-nav-trigger .box-menu-icon {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: #393939;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  list-style: none;
}

.box-primary-nav-trigger .box-menu-icon::before,
.box-primary-nav-trigger .box-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #393939;
  right: 0;
  -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
  -webkit-transition: top .3s, background-color 0s, -webkit-transform .3s;
  transition: top .3s, background-color 0s, -webkit-transform .3s;
  transition: transform .3s, top .3s, background-color 0s;
  transition: transform .3s, top .3s, background-color 0s, -webkit-transform .3s;
}

.box-primary-nav-trigger .box-menu-icon::before {
  top: -5px;
}

.box-primary-nav-trigger .box-menu-icon::after {
  top: 5px;
}

.box-primary-nav-trigger .box-menu-icon.is-clicked {
  background-color: rgba(255, 255, 255, 0);
}

.box-primary-nav-trigger .box-menu-icon.is-clicked::before,
.box-primary-nav-trigger .box-menu-icon.is-clicked::after {
  background-color: #fff;
}

.box-primary-nav-trigger .box-menu-icon.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.box-primary-nav-trigger .box-menu-icon.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.box-primary-nav-trigger {
  width: 100px;
  padding-left: 1em;
  background-color: transparent;
  height: 30px;
  line-height: 30px;
  right: 10px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.box-primary-nav-trigger .box-menu-text {
  display: inline-block;
}

.box-primary-nav-trigger .box-menu-icon {
  left: auto;
  right: 1em;
  -webkit-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}

.box-primary-nav {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #353149;
  z-index: 2;
  text-align: center;
  padding: 50px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  list-style: none;
  color: #B0ECFF;
}

.box-primary-nav li {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: .2em 0;
  text-transform: capitalize;

}

.box-primary-nav a {
  color: #DFF3FD;
  display: inline-block;
  padding: .4em 1em;
  border-radius: 0.25em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
  font-weight: bold;
}

.box-primary-nav li a.active {
  color: #007EC1;
  /*color: 273B94;*/
}

.box-primary-nav a:focus {
  outline: none;
}

.no-touch .box-primary-nav a:hover {
  text-decoration: none;
  color: #dfa;
}

.box-primary-nav .box-label {
  font-weight: 700;
  font-size: 17px;
  margin: 0.1em 0 .8em 0;
}

.ext {
  font-style: italic;
  text-decoration: underline;
  color: #A899C5;


}

.box-primary-nav .box-social {
  display: inline-block;
  margin: -5px 0 0 0;

}

.box-primary-nav .box-social i {
  font-size: 30px;
  color: white;
  color: #ffee10;
  text-shadow: 0 0 5px #ffee10;
}

.box-primary-nav .box-social a {
  width: 70px;
  height: 70px;
  padding: 0;

}

.box-primary-nav.is-visible {
  -webkit-transform: translateY(0);
  transform: translateY(0);

}



/* box-intro
==================================================*/

.box-intro {
  text-align: center;
  display: table;
  height: 100vh;
  width: 100%;
}

.box-intro .table-cell {
  display: table-cell;
  vertical-align: middle;
}

.box-intro em {
  font-style: normal;
  text-transform: uppercase
}

b i:last-child {
  color: #20a7cb !important;
}

.box-intro h2 {
  font-size: 7vw;
}

.box-intro h5 {
  font-size: 2vw;
  text-transform: uppercase;
  color: #3C717A;
  line-height: 1.7;
}

.shadow-1 {
  text-shadow: 0px 2px 3px #234D3C;
}


/* mouse effect */

.mouse {
  position: absolute;
  width: 22px;
  height: 42px;
  bottom: 40px;
  left: 50%;
  margin-left: -12px;
  border-radius: 15px;
  border: 2px solid #888;
  -webkit-animation: intro 1s;
  animation: intro 1s;
}

.scroll {
  display: block;
  width: 3px;
  height: 3px;
  margin: 6px auto;
  border-radius: 4px;
  background: #888;
  -webkit-animation: finger 2s infinite;
  animation: finger 2s infinite;
}

@-webkit-keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes finger {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes finger {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}


/* text rotate */

.box-headline {
  font-size: 90px;
  line-height: 1.0;
}

.box-words-wrapper {
  display: inline-block;
  position: relative;
}

.box-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.box-words-wrapper b.is-visible {
  position: relative;
}

.no-js .box-words-wrapper b {
  opacity: 0;
}

.no-js .box-words-wrapper b.is-visible {
  opacity: 1;
}

.box-headline.rotate-2 .box-words-wrapper {
  -webkit-perspective: 300px;
  perspective: 300px;
}

.box-headline.rotate-2 i,
.box-headline.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.box-headline.rotate-2 b {
  opacity: 0;
}

.box-headline.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}

.is-visible .box-headline.rotate-2 i {
  opacity: 1;
}

.box-headline.rotate-2 i.in {
  -webkit-animation: box-rotate-2-in 0.4s forwards;
  animation: box-rotate-2-in 0.4s forwards;
}

.box-headline.rotate-2 i.out {
  -webkit-animation: box-rotate-2-out 0.4s forwards;
  animation: box-rotate-2-out 0.4s forwards;
}

.box-headline.rotate-2 em {
  -webkit-transform: translateZ(20px);
  transform: translateZ(20px);
}

.no-csstransitions .box-headline.rotate-2 i {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0;
}

.no-csstransitions .box-headline.rotate-2 i em {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.no-csstransitions .box-headline.rotate-2 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes box-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
  }
}

@keyframes box-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}

@-webkit-keyframes box-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }

  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}

@keyframes box-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }

  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}


/* portfolio section
==================================================*/

.portfolio .categories-grid span {
  font-size: 30px;
  margin-bottom: 30px;
  display: inline-block;
}

.portfolio .categories-grid .categories ul li {
  list-style: none;
  margin: 20px 0;
}

.portfolio .categories-grid .categories ul li a {
  display: inline-block;
  color: #60606e;
  padding: 0 10px;
  margin: 0 10px;
  -webkit-transition: all .2s ease-in-out .2s;
  transition: all .2s ease-in-out .2s;
}

.portfolio .categories-grid .categories ul li a:hover,
.portfolio .categories-grid .categories ul li a:focus {
  text-decoration: none;
}

.portfolio .categories-grid .categories ul li a.active {
  margin-left: 0;
  background-color: #2e58a6;
  padding: 0px 20px;
  color: white;
  border-radius: 25px;
  text-decoration: none;
}

.portfolio_filter {
  padding-left: 0;
}

.portfolio_item {
  position: relative;
  overflow: hidden;
  display: block;
}

.portfolio_item .portfolio_item_hover {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .8);
  -webkit-transform: translate(-100%);
  transform: translate(-100%);
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.portfolio_item .portfolio_item_hover .item_info {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 10px;
  width: 100%;
  font-weight: bold;
}

.portfolio_item .portfolio_item_hover .item_info span {
  display: block;
  color: #fff;
  font-size: 18px;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: all .2s ease-in-out .2s;
  transition: all .2s ease-in-out .2s;
  opacity: 0;
}

.portfolio_item .portfolio_item_hover .item_info em {
  font-style: normal;
  display: inline-block;
  background-color: #20a7cb;
  padding: 5px 20px;
  border-radius: 25px;
  color: #333;
  margin-top: 10px;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: all .3s ease-in-out .3s;
  transition: all .3s ease-in-out .3s;
  opacity: 0;
  font-size: 10px;
  letter-spacing: 2px;
}

.portfolio_item:hover .portfolio_item_hover {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.portfolio_item:hover .item_info em,
.portfolio_item:hover .item_info span {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.portfolio .categories-grid .categories ul li {
  float: left;
}

.portfolio .categories-grid .categories ul li a {
  padding: 0 10px;
  -webkit-transition: all .2s ease-in-out .2s;
  transition: all .2s ease-in-out .2s;
}

.portfolio_filter {
  padding-left: 0;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}

.portfolio-inner {
  padding-bottom: 0 !important;
  padding-top: 55px;
}


/* footer
==================================================*/

footer {
  padding: 30px 0;
  text-align: center;
  background: #f5f5f5
}

.copyright {
  color: #ccc;
  margin-bottom: 0;
}

footer img {
  margin: 0 auto;
}


/* backto top
==================================================*/

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 20px;
  line-height: 40px;
  font-size: 20px;
  right: 10px;
  text-align: center;
  color: #fff;
  background: rgba(32, 167, 203, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  opacity: .5;
}

.no-touch .cd-top:hover,
.no-touch .cd-top:focus {
  background-color: #2e58a6;
  opacity: 1;
  color: #fff;
}


/* About page
==================================================*/

.top-bar {
  color: #333;
  padding: 150px 0 150px;
  background: -webkit-linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url(../img/bg1.jpg);
  background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url(../img/bg1.jpg);
  background-size: cover;
  background-attachment: inherit;
  background-position: center center;
  text-align: center;
}

.top-barX {
  color: #333;
  padding: 100px 0 50px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  text-align: center;
}

.top-barX {
  color: #333;
  padding: 100px 0 50px;
  background-size: cover;
  background-position: center center;
  text-align: center;
}

.top-bar h1 {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 700;
  color: #999;
  line-height: 50px;
}

.top-bar p {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  color: #777;
}

.top-bar p a {
  color: #777;
}

.top-bar p a:hover,
.top-bar p a:focus {
  color: #555;
  text-decoration: none;
}

.social-ul {
  list-style: none;
  display: inline-block;
  padding-left: 0;
}

.social-ul li {
  margin: 0 10px;
  float: left;
}

.social-ul li a {
  font-size: 25px;
  color: #555;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.social-ul li a:hover {
  color: #888;
}


/* Services page
==================================================*/

.size-50 {
  font-size: 50px;
}

.service-box {
  margin-bottom: 30px;
}

.service-box h3 {
  margin-top: 0;
}


/* contact page
==================================================*/

.details-text i {
  margin-right: 10px;
}

.textarea-contact {
  height: 200px;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, .1);
  position: relative;
}

.textarea-contact textarea {
  height: 100%;
  width: 100%;
  border: 0;
  padding: 20px;
  background-color: transparent;
  float: left;
  z-index: 2;
  font-size: 14px;
  color: #9a9a9a;
  resize: none;
}

.textarea-contact>span {
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  text-transform: uppercase;
  color: #cdcdcd;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 1;
}

.input-contact {
  height: 40px;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, .1);
  position: relative;
  margin-bottom: 30px;
}

.input-contact input[type="text"] {
  height: 100%;
  width: 100%;
  border: 0;
  padding: 0 20px;
  float: left;
  position: relative;
  background-color: transparent;
  z-index: 2;
  font-size: 14px;
  color: #9a9a9a;
}

.input-contact>span {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  text-transform: uppercase;
  color: #cdcdcd;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 1;
}

.input-contact>span.active,
.textarea-contact>span.active {
  color: #2e58a6;
  font-size: 10px;
  top: 0px;
  left: 5px;
  background-color: #fff;
  padding: 5px
}

input:focus,
textarea:focus {
  outline: none;
}

.contact-info {
  margin-top: 20px;
}

.contact-info i {
  height: 30px;
  width: 30px;
  display: inline-block;
  background: #2e58a6;
  text-align: center;
  line-height: 33px;
  margin-right: 10px;
  color: #fff;
  font-size: 21px;
}

.contact-info p {
  display: inline-block;
  margin-right: 20px;
}

.btn-box {
  background: #2e58a6;
  padding: 10px 50px;
  border-radius: 0;
  color: #fff;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}

.btn-box:hover,
.btn-box:focus {
  background: #F5B700;
  color: #fff;
}


/* single project page
==================================================*/

.cat-ul {
  padding-left: 0;
  list-style: none
}

.cat-ul li i {
  margin-right: 10px;
  color: #20a7cb;
}


/* Responsive media queries
==================================================*/

@media (max-width: 991px) {
  .portfolio .categories-grid span {
    margin-bottom: 0;
    text-align: center;
    width: 100%;
  }

  .portfolio .categories-grid .categories ul li {
    text-align: center;
  }

  .portfolio .categories-grid .categories ul li a {
    margin-left: 0;
  }

  .col-md-6 h3 {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 670px) {
  .box-headline {
    font-size: 100px;
  }

  .box-intro h5 {
    font-size: 12px;
  }

  .box-primary-nav a {
    padding: 5px 1em;
    font-size: 14px;
  }

  .box-primary-nav {
    padding: 80px 0 0;
  }

  .box-primary-nav .box-social a {
    font-size: 23px;
  }

  .top-bar h1 {
    font-size: 40px;
    line-height: 30px;
  }

  .portfolio .categories-grid .categories ul li {
    float: none;
  }
}

@media only screen and (max-width: 520px) {
  .box-headline {
    font-size: 80px;
  }

  .box-intro h5 {
    font-size: 12px;
  }

  .main-container {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 420px) {
  .box-headline {
    font-size: 50px;
  }

  .box-intro h5 {
    font-size: 12px;
  }

  .top-bar h1 {
    font-size: 30px;
    line-height: 30px;
  }
}

/*-- 
*/

/* preloader
==================================================*/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f5f5;
  /* change if the mask should be a color other than white */
  z-index: 1000;
  /* makes sure it stays on top */
}

.pre-container {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #2e58a6;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes bounce {

  0%,
  100% {
    -webkit-transform: scale(0.0)
  }

  50% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes bounce {

  0%,
  100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }

  50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


.carousel {
  background: #007aeb;
}

/*
Forces image to be 100% width and not max width of 100%
*/
.carousel-item .img-fluid {
  width: 100%;
}

/* 
anchors are inline so you need ot make them block to go full width
*/
.carousel-item a {
  display: block;
  width: 100%;
}

.bege0 {
  background: url(../img/awan.jpg) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bege1 {
  background: url(../img/creativedoodle.jpg) no-repeat center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bege2 {
  background: url(../img/vclip1.jpg) no-repeat center;
  background-size: cover;
}

.bege3 {
  background-image: url(../img/PGd.png) repeat absolute;
  /*background-color: #D9AFD9;
background-image: linear-gradient(0deg,rgba(151,217,225,0.5) , rgba(217,175,217,0.2));*/
  background-size: cover;
}

.glowing-circle {
  display: inline-block;
  width: 280px;
  height: 280px;
  background: url(../img/logo27W_circle.png);
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 90%;
  background-color: #fff;
  -webkit-animation: glowing 1s ease-in-out infinite alternate;
  -moz-animation: glowing 1s ease-in-out infinite alternate;
  -o-animation: glowing 1s ease-in-out infinite alternate;
  animation: glowing 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glowing {
  from {
    box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #f0f, 0 0 30px #0ff, 0 0 40px #675690, 0 0 50px #675690, 0 0 60px #675690;
  }

  to {
    box-shadow: 0 0 10px #fff, 0 0 20px #7fbad8, 0 0 30px #7fbad8, 0 0 40px #7fbad8, 0 0 50px #7fbad8, 0 0 60px #7fbad8, 0 0 70px #7fbad8;
  }

}

@keyframes glowing {
  from {
    box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #f0f, 0 0 30px #0ff, 0 0 40px #675690, 0 0 50px #675690, 0 0 60px #675690;
  }

  to {
    box-shadow: 0 0 10px #fff, 0 0 20px #7fbad8, 0 0 30px #7fbad8, 0 0 40px #7fbad8, 0 0 50px #7fbad8, 0 0 60px #7fbad8, 0 0 70px #7fbad8;
  }

}

/*---apaAyo--*/
#duatujuh {
  font-size: 1.5vw;
}

navbar-toggler {
  display: block
}

#ilang {
  visibility: hidden
}

#golok {
  margin: 0px, 15px, 0px, 1px;
}

@media screen and (max-width: 600px) {
  navbar-toggler {
    display: none
  }

  #duatujuh {
    font-size: 15px;
    margin-top: 12px;
  }

  #buttong {
    width: 30%;
  }

  .bege2 {
    background: url(../img/vclip1a.jpg) no-repeat center;
  }

  .glowing-circle {
    width: 180px;
    height: 180px;
  }

  #golok {
    margin-left: 3px;
  }

  navbar-toggler {
    display: none
  }

  #ilang {
    display: inline-block;
    visibility: visible
  }

}

.cll {
  width: 30%;
  margin: 0;
}

.clx {
  width: 60%;
  align-content: center;
}

hr.nhr {
  border: 0;
  height: 1px;
  background: #333;
  background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

hr.nhr2 {
  border: 0;
  height: 1px;
  background: #333;
  background-image: linear-gradient(to right, #333, #ccc, #333);
}

.ngambang {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  left: 25px;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 101;
  background-color: darkorchid;
}

.wadef {
  background-color: darkorchid;
}

.wablue {
  background-color: cornflowerblue;
}

.rtxwa {
  margin-top: 16px;
}

#videonya {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.bssv {
  background-color: #e2eaf3;
  padding: 5px 5px 0.1em 5px !important;
  text-align: center;
  box-shadow: 0px 2px 1px -3px rgba(0, 0, 0, .7);
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.imegw {
  width: 100%;
  margin-top: 10px
}

.operlay:hover {
  background-color: aqua;
  border-color: aqua;
  border-width: 2px;
  opacity: 0.5;

}

.vu {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 2px 0 2px
}

.vp {
  letter-spacing: 1px;
  font-size: 92%;
}

.vq {
  letter-spacing: 1px;
  font-size: 88%;
}


.img,
.blog-img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block;
}

.ftco-footer-social li a {
  height: 40px;
  width: 40px;
  display: block;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  position: relative;
}

.ftco-footer-social li a span {
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ftco-footer-social li a:hover {
  color: #fff;
}

.form-control {
  height: 52px;
  background: #fff;
  color: #000;
  font-size: 18px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-control:focus,
.form-control:active {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea.form-control {
  height: inherit !important;
}

.block-21 .img {
  display: block;
  height: 80px;
  width: 80px;
}

.block-21 .text {
  width: calc(100% - 100px);
}

.block-21 .text .heading {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.block-21 .text .heading a {
  color: #000;
}

.block-21 .text .heading a:hover,
.block-21 .text .heading a:active,
.block-21 .text .heading a:focus {
  text-decoration: none;
}

.block-21 .text .meta>div {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
}

.block-21 .text .meta>div a {
  color: gray;
}

.block-23 ul {
  padding: 0;
}

.block-23 ul li,
.block-23 ul li>a {
  display: table;
  line-height: 1.5;
  margin-bottom: 15px;
}

.block-23 ul li .icon,
.block-23 ul li .text {
  display: table-cell;
  vertical-align: top;
}

.block-23 ul li .icon {
  width: 40px;
  font-size: 18px;
  padding-top: 2px;
}

.block-24 a.img {
  width: 100%;
  height: 100px;
  display: block;
}

.ftco-section {
  padding: 12em 0;
}

.ftco-section h2 {
  margin-bottom: 0;
}

footer {
  padding: 7em 0;
}

.footer-09 {
  background: #2a1a5e;
  background: -moz-linear-gradient(45deg, #2a1a5e 0%, #5126a7 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #2a1a5e), color-stop(100%, #5126a7));
  background: -webkit-linear-gradient(45deg, #2a1a5e 0%, #5126a7 100%);
  background: -o-linear-gradient(45deg, #2a1a5e 0%, #5126a7 100%);
  background: -ms-linear-gradient(45deg, #2a1a5e 0%, #5126a7 100%);
  background: linear-gradient(45deg, #2a1a5e 0%, #5126a7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a1a5e', endColorstr='#5126a7', GradientType=1);
}

.footer-09 .border-top {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.footer-09 a {
  color: #fe59d7;
}

.footer-09 a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.footer-09 p {
  color: rgba(255, 255, 255, 0.3);
}

.footer-09 .footer-heading {
  color: #fff;
  font-size: 22px;
  margin-bottom: 30px;
}

.footer-09 .footer-heading .icon {
  width: 40px;
  margin-right: 10px;
  border-radius: 50%;
  height: 40px;
  display: block;
  color: #fe59d7;
  border: 1px solid #fe59d7;
}

.footer-09 ul.list-unstyled li a {
  color: rgba(255, 255, 255, 0.5);
}

.footer-09 .block-21 .heading a {
  color: rgba(255, 255, 255, 0.5);
}

.footer-09 .block-21 .meta div a {
  color: rgba(255, 255, 255, 0.3);
}

.footer-09 .block-23 ul li {
  color: rgba(255, 255, 255, 0.5);
}

.footer-09 .subscribe-form .form-group {
  position: relative;
  margin-bottom: 0;
  border-radius: 0;
}

.footer-09 .subscribe-form .form-group input {
  background: rgba(0, 0, 0, 0.05) !important;
  border: 2px solid #fe8ce3 !important;
  outline: none !important;
  color: rgba(255, 255, 255, 0.3) !important;
  font-size: 16px;
  border-radius: 0;
}

.footer-09 .subscribe-form .form-group input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.3) !important;
}

.footer-09 .subscribe-form .form-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.3) !important;
}

.footer-09 .subscribe-form .form-group input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.3) !important;
}

.footer-09 .subscribe-form .form-group input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.3) !important;
}

.footer-09 .subscribe-form .form-group input:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.footer-09 .subscribe-form .form-group .submit {
  color: #fff !important;
  display: block;
  width: 52px;
  height: 52px;
  font-size: 16px;
  background: #fe8ce3 !important;
  border: none;
  border-radius: 0;
}

.footer-09 .subscribe-form .form-group .submit:hover,
.footer-09 .subscribe-form .form-group .submit:focus {
  text-decoration: none !important;
  outline: none !important;
}

:root {
  --blueA: #1d4ed8;
  /* deep blue */
  --blueB: #38bdf8;
  /* cyan highlight */
}

/* Wrapper hero floating halus */
.report-hero {
  animation: heroFloat 3.2s ease-in-out infinite;
}

/* Heading: biru + glow */
.hero-line1 {
  font-size: clamp(18px, 3.2vw, 28px);
  font-weight: 900;
  letter-spacing: .6px;
  color: var(--blueA);
  text-shadow: 0 0 0 rgba(56, 189, 248, 0);
  animation: glowPulse 2.4s ease-in-out infinite;
}

/* Subtext */
.hero-line2 {
  font-size: clamp(12px, 2.2vw, 16px);
  color: #0f172a;
  opacity: .85;
  margin-top: 6px;
  animation: fadeSoft 2.6s ease-in-out infinite;
}

/* Line 3 */
.hero-line3 {
  font-size: clamp(12px, 2.1vw, 15px);
  color: var(--blueA);
  margin-top: 6px;
  font-weight: 800;
  animation: fadeSoft 2.6s ease-in-out infinite;
  animation-delay: .12s;
}

/* divider dots */
.hero-divider {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
}

.hero-divider span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--blueA);
  animation: dotGlow 1.2s ease-in-out infinite;
}

.hero-divider span:nth-child(2) {
  animation-delay: .12s;
}

.hero-divider span:nth-child(3) {
  animation-delay: .24s;
}

/* Animations */
@keyframes heroFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@keyframes glowPulse {

  0%,
  100% {
    color: var(--blueA);
    text-shadow:
      0 0 0 rgba(56, 189, 248, 0),
      0 0 0 rgba(29, 78, 216, 0);
  }

  50% {
    color: #2563eb;
    text-shadow:
      0 0 10px rgba(56, 189, 248, .55),
      0 0 22px rgba(29, 78, 216, .25);
  }
}

@keyframes fadeSoft {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }

  20% {
    opacity: .9;
    transform: translateY(0);
  }

  80% {
    opacity: .9;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-6px);
  }
}

@keyframes dotGlow {

  0%,
  100% {
    transform: scale(1);
    opacity: .5;
    box-shadow: 0 0 0 rgba(56, 189, 248, 0);
  }

  50% {
    transform: scale(1.35);
    opacity: 1;
    box-shadow: 0 0 14px rgba(56, 189, 248, .65);
  }
}