/* Start Loading page */
.loading-overlay {
    position: fixed;
    background-color: #222;
    color: #FFF;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999999;
    text-align: center;
    
}
.lds-default {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    text-align: center;
    font-size: 10px;
    margin-top: 45vh;
}
.lds-default div {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #7d0068;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {animation-delay: 0s;top: 29px;left: 53px;}
.lds-default div:nth-child(2) {animation-delay: -0.1s;top: 18px;left: 50px;}
.lds-default div:nth-child(3) {animation-delay: -0.2s;top: 9px;left: 41px;}
.lds-default div:nth-child(4) {animation-delay: -0.3s;top: 6px;left: 29px;}
.lds-default div:nth-child(5) {animation-delay: -0.4s;top: 9px;left: 18px;}
.lds-default div:nth-child(6) {animation-delay: -0.5s;top: 18px;left: 9px;}
.lds-default div:nth-child(7) {animation-delay: -0.6s;top: 29px;left: 6px;}
.lds-default div:nth-child(8) {animation-delay: -0.7s;top: 41px;left: 9px;}
.lds-default div:nth-child(9) {animation-delay: -0.8s;top: 50px;left: 18px;}
.lds-default div:nth-child(10) {animation-delay: -0.9s;top: 53px;left: 29px;}
.lds-default div:nth-child(11) {animation-delay: -1s;top: 50px;left: 41px;}
.lds-default div:nth-child(12) {animation-delay: -1.1s;top: 41px;left: 50px;}
@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
/* End Loading page */
/* Start NavBar */
.navbar .navbar-header a img {width: 53px;margin-top: -12px;}
.navbar ul li:hover {background-color: #7d0068;color:#fff}
.back{background-color: #7d0068!important}
.navbar-inverse .navbar-nav > li > a {color: #fff;font-family: 'Proza Libre', sans-serif;}
.scrolled {background: rgba(0,0,0,.7);}
/* End NavBar */
/* Start Header */
.header {
    background: url('../images/header/02.jpg') no-repeat fixed center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh
}
.header .centering-vh {margin-top: 25vh}
.header  img {width: 400px}
.header .arrow {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 15px 0
}
.header .arrow i {
    border: 2px solid #CCC;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    line-height: 30px;
    cursor: pointer;
    color: #CCC
}
.header .arrow i:hover {
    -webkit-box-shadow: 0px 0px 0px #ddd, 0px 0 20px #ddd;
    -moz-box-shadow: 0px 0px 0px #ddd, 0px 0 20px #ddd;
    -o-box-shadow: 0px 0px 0px #ddd, 0px 0 20px #ddd;
    box-shadow: 0px 0px 0px #ddd, 0px 0 20px #ddd;
}
/* End Header */
/* Start About Us */
.about-us h2 {
    font-family: 'Fjalla One', sans-serif;
    color: #2f2e2f;
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 30px;
}
.about-us p {
    font-family: 'Proza Libre', sans-serif;
    font-size: 17px;
    line-height: 29px;
    color: #2f2e2f;
    margin-bottom: 0
}
/* End About Us */
/* Start Portofolio */
.portofolio {padding: 70px 0 0;background-color: #222;color: #fff;}
.portofolio h2 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 65px;
    letter-spacing: 2px;
    margin-top: 0;
    text-shadow: 1px 3px 10px #7d0068;
}
.portofolio .item h3 {
    height: 40px;
    font-family: 'Fjalla One', sans-serif;
    font-size: 20px;
    line-height: 29px;
    margin-top: 0;
}
.portofolio .item video {margin-bottom: 70px;margin-top: -14px;width: 100%}
/* End Portofolio */
/* Start Features */
.features h2 { margin: 20px 0 40px;font-family: 'Fjalla One', sans-serif;font-size: 40px;margin-top: 0;}
.features .carousel-control.left { background-image: none}
.features .carousel-control.right { background-image: none}
.features .carousel-inner > .item > img,
.features .carousel-inner > .item > a > img { margin: auto; border-radius: 25px}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {color: #7d0068;}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-next {color: #7d0068;}
/* End Features */
/* Start Offers */
.offers {padding: 70px 0 0;background-color: #141213;color: #fff}
.offers .h1 {margin-top: 0;margin-bottom: 60px;font-family: 'Fjalla One', sans-serif;font-size: 40px;}
.offers .offer {
    border: 1px solid #151313;
    padding: 20px 10px;
    background-color: #151313;
    border-radius: 10px;
    color: #f7f7f7;
    -webkit-box-shadow: 5px 5px 26px #f5f5f5, -5px -5px 26px #f5f5f5;
    -moz-box-shadow: 5px 5px 26px #f5f5f5, -5px -5px 26px #f5f5f5;
    -o-box-shadow: 5px 5px 26px #f5f5f5, -5px -5px 26px #f5f5f5;
    box-shadow: 5px 5px 26px #f5f5f5, -5px -5px 26px #f5f5f5;
    margin-bottom: 40px
}
.offers p span {font-weight: bold;color: #dc0909ba;font-size: 16px;}
.offers p,
.offers .offer p,
.offers .offer ul li {font-size: 15px;line-height: 26px;font-family: 'Proza Libre', sans-serif;}
.offers .offer ul li {font-size: 14px}
/* End Offers */
/* Start Our Clients */
.our-clients {padding: 15px 0 10px;background-color: #231f20;}
.our-clients .h1 {
    margin-top: 0;
    margin-bottom: 30px;
    font-family: 'Fjalla One', sans-serif;
    font-size: 30px;
    color: #fff;
    text-align: center
}
.our-clients img {
    width: 300px;
    height: 67px;
    opacity: .4;
    filter: opacity(40);
    border-radius: 6px;
    margin-bottom: 10px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.our-clients img:hover {opacity: 1}
/* End Our Clients */
/* Start Contact Us */
.contact-us .left {margin-bottom: 40px}
.contact-us .contact h2,
.contact-us form h2 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 22px;
    line-height: 31px;
    margin-top: 0;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 28px
}
.contact-us .contact p {
    font-family: 'Fjalla One', sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin-top: 30px;
    margin-bottom: 35px;
    font-weight: 400;
    letter-spacing: 1px
}
.contact-us .contact .con {
    height: 40px;
    font-family: 'Proza Libre', sans-serif;
    font-size: 17px;
    line-height: 29px;
    color: #2f2e2f
}
.contact-us form label {
    color: #969396;
    height: 40px;
    font-family: 'Proza Libre', sans-serif;
    font-size: 15px;
    line-height: 29px;
    font-weight: 300;
    margin-bottom: -6px;
}
.contact-us form input.form-control.input-lg {
    border: 0;
    outline: none;
    border-bottom: 1px solid #969396;
    border-radius: 0;
    box-shadow: none;
    margin-top: -12px;
    padding-left: 0;
    font-size: 14px;
}
.contact-us form .btn {
    font-family: 'Proza Libre', sans-serif;
    font-size: 15px;
    line-height: 48px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
    background-color: #ddd
}
.contact-us form .btn:active {outline: none;box-shadow: none}
/* End Contact Us */
/* Start Footer */
.footer {background-color: #231f20;padding: 40px 0;color: #fff}
.footer img {width: 150px;margin-top: 30px;margin-bottom: 40px}
.footer .main h3  {font-family: 'Fjalla One', sans-serif;margin-top: 0}
.footer .main span {display: block;margin-bottom: 12px;color: #ef6bffad;font-weight: bold}
.footer .main p {font-family: 'Proza Libre', sans-serif;}
.footer .main .social a {text-decoration: none;color: #FFF}
.footer .main .social a i.fa-fw {width: 40px;border: 1px solid #bbbaba59;padding: 6px;border-radius: 5px}
.footer .main .social a i.fa.fa-facebook:hover {background-color: #3b5998;color: #fff;border: 1px solid #3b5998}
.footer .main .social a i.fa.fa-youtube:hover {background-color: #ff0000;color: #fff;border: 1px solid #ff0000}
.footer .main .social a i.fa.fa-instagram:hover {background-color: #833ab4;color: #fff;border: 1px solid #833ab4}
.footer .main .social a i.fa.fa-linkedin:hover {background-color: #0077b5;color: #fff;border: 1px solid #0077b5}
.footer .social a i.fa.fa-vimeo-square:hover {background-color: #1ab7ea;color: #fff;border: 1px solid #1ab7ea}
.footer .copyright h3 {
    font-weight: bold;
    margin-top: 40px;
    font-family: 'Fjalla One', sans-serif;
    font-size: 30px;
    letter-spacing: 2px
}
.footer .copyright span:first-of-type {display: block;margin-bottom: 20px}
/* End Footer */
/* Start Media Query */
@media (max-width: 275px) {.portofolio .item video {margin-top: -44px}}
/* End Media Query */
/* Start My FrameWork */
body {overflow: hidden}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-family: tahoma, Arial
}
.scroll-to-top {
    background-color: #7d0068;
    color: #FFF;
    display: block;
    padding: 3px 5px;
    position: fixed;
    right: 10px;
    bottom: 50px;
    cursor: pointer;
    display: none;
    border: 0;
    border-radius: 4px;
    font-weight: bold;
    font-size: 30px;
    padding: 7px 7px 0;
    z-index: 9997799
}
section.features,.about-us,.contact-us{padding: 70px 0}
.about-us h2,
.features h2{
    -webkit-text-shadow: 3px 6px 10px #9a7b95;
    -moz-text-shadow: 3px 6px 10px #9a7b95;
    -o-text-shadow: 3px 6px 10px #9a7b95;
    text-shadow: 3px 6px 10px #9a7b95;
}
.offers .h1,
.our-clients .h1 {
    -webkit-text-shadow: 1px 3px 10px #7d0068;
    -moz-text-shadow: 1px 3px 10px #7d0068;
    -o-text-shadow: 1px 3px 10px #7d0068;
    text-shadow: 1px 3px 10px #7d0068;
}
img [alt="www.000webhost.com"] {
    display: none !important
}
/*.loading-overlay,
.navbar,
.header,
.about-us,
.portofolio,
.features,
.offers,
.our-clients,
.contact-us,
.footer,
.scroll-to-top {
    position: relative;
    z-index: 100000000000;
}*/
/* End My FrameWork */