@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(font-awesome.min.css);

/*Type-Scale*/
/************/
body{
    font-family: 'Raleway';
    background-color: #000;
}

/*Custom*/
/********/
p{
    font-size: 16px;
    color: #a39bbf;
    line-height: 30px;
}
section{
    padding-top: 80px;
    padding-bottom: 80px;
}
.highlight,
.section-title{
    font-family: 'Oswald';
    text-transform: uppercase;
}
.highlight{
    font-weight: 700;
    color: #fff;
}
.section-title{
    color: #a39bbf;
    font-weight: 100;
    letter-spacing: 5px;
    font-size: 45px;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover, a:focus {
    color: inherit;
    text-decoration: none;
}
::selection {
  background: #a39bbf;
  color: #fff;
}
.star-btn{
    background-color: #3f384f;
    color: #a39bbf;
    font-weight: 700;
    text-transform: uppercase;
    border-color: #3f384f;
    font-family: 'Oswald';
    transition: all 0.4s ease-in-out;
}
.star-btn:hover{
    color: #3f384f;
    background-color: #a39bbf;
}

/*Turn off Google Map zooming*/
/******************************/
.scrolloff {
    pointer-events: none;
}
/*Navigation Bar*/
/****************/
a.logo{
    font-size: 25px;
    letter-spacing: 8px;
    display: inline-block;
    color: #fff;
}
a.logo:hover{
    color: #fff;
    text-decoration: none;
}
.star{
    color: #e64d69;
}
/*=================================
||          Navigation 
==================================*/
.creative-star{
    padding: 40px;
}
.star-logo{
    position: fixed;
    z-index: 999;
    width: 100%;
    padding: 15px 0;
    /*background: #221e2d;*/
    background: transparent;
}
.star-logo img{
    padding: 5px 0;
}
.modified{
    padding: 10px 0px;
    background-color: #2a2538;
    transition: all 0.4s ease-in-out;
}

/*Header Section*/
/****************/
header{
    background-image: url('../images/header.png');
    background-size: cover;
    /*height: 100vh;*/
    position: relative;
    margin-top: -80px;
}
.intro-box{
    display: table;
    text-align: center;
    width: 100%;
    height: 100vh;
}
.intro{
    display: table-cell;
    vertical-align: middle;
}
.intro .highlight:after, 
.intro .highlight:before{
    content: '';
    height: 70px;
    width: 300px;
    border: 10px solid #fff;
    position: absolute;
    left: calc(50% - 150px);
    opacity: 0.5;
}
.intro .highlight:after{
    top: -70px;
    border-bottom: 0;
}
.intro .highlight:before{
    bottom: -70px;
    border-top: 0;
}
.highlight{
    margin: 0;
    padding: 0;
    letter-spacing: 5px;
    position: relative;
}

/*Service*/
/*********/
.service{
    background-color: #221e2d;
    padding-bottom: 125px;
    padding-top: 200px;
}
.service-title{
    border-top: 1px solid #342e45;
    border-bottom: 1px solid #342e45;
}
.service-title h3{
    padding: 50px 0;
    margin: 0;
}
.service-content{
    padding: 50px 0;
    border-bottom: 1px solid #342e45;
}
.services{
    text-align: center;
    position: relative;
}
.service-content p{
    margin-bottom: 40px;
}
@media (min-width: 992px){
    .service-item{
        position: absolute;
        top: -210px;
        left: 0;
        width: 100%;
    }
}
.service-item{
    transition: all 0.4s ease-in-out;
}
.service-item:hover {
    box-shadow: 0px 6px 5px #1c1825;
}
.service-icon{
    background-color: #50476a;
    text-transform: uppercase;
    font-size: xx-large;
    letter-spacing: 4px;
    padding: 50px 0;
    color: #fff;
}
.service-bar{
    background: linear-gradient(#322d3f, #221e2d);
}
/*Radial Bar Css*/
/****************/
.wrap {
  margin: 50px auto;
  display: inline-block;
}

/* -------------------------------------
 * Bar container
 * ------------------------------------- */
.progress-radial {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #50476A;
}

/* -------------------------------------
 * Optional centered circle w/text
 * ------------------------------------- */
.progress-radial .overlay {
  position: absolute;
  width: 142px;
  height: 142px;
  background-color: #2b2636;
  border-radius: 50%;
  margin-left: 4px;
  margin-top: 4px;
  text-align: center;
  line-height: 135px;
  font-size: 24px;
  color: #fff;
}

/* -------------------------------------
 * Mixin for progress-% class
 * ------------------------------------- */
.progress-0 {
  background-image: linear-gradient(90deg, #fff 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(90deg, #50476A 50%, #fff 50%, #fff);
}

.progress-5 {
  background-image: linear-gradient(90deg, #fff 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(108deg, #50476A 50%, #fff 50%, #fff);
}

.progress-10 {
  background-image: linear-gradient(90deg, #fff 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(126deg, #50476A 50%, #fff 50%, #fff);
}

.progress-15 {
  background-image: linear-gradient(90deg, #fff 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(144deg, #50476A 50%, #fff 50%, #fff);
}

.progress-20 {
  background-image: linear-gradient(90deg, #fff 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(162deg, #50476A 50%, #fff 50%, #fff);
}

.progress-25 {
  background-image: linear-gradient(90deg, #fff 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(180deg, #50476A 50%, #fff 50%, #fff);
}

.progress-30 {
  background-image: linear-gradient(90deg, #fff 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(198deg, #50476A 50%, #fff 50%, #fff);
}

.progress-35 {
  background-image: linear-gradient(90deg, #fff 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(216deg, #50476A 50%, #fff 50%, #fff);
}

.progress-40 {
  background-image: linear-gradient(90deg, #fff 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(234deg, #50476A 50%, #fff 50%, #fff);
}

.progress-45 {
  background-image: linear-gradient(90deg, #fff 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(252deg, #50476A 50%, #fff 50%, #fff);
}

.progress-50 {
  background-image: linear-gradient(-90deg, #50476A 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #50476A 50%, #fff 50%, #fff);
}

.progress-55 {
  background-image: linear-gradient(-72deg, #50476A 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #50476A 50%, #fff 50%, #fff);
}

.progress-60 {
  background-image: linear-gradient(-54deg, #50476A 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #50476A 50%, #fff 50%, #fff);
}

.progress-65 {
  background-image: linear-gradient(-36deg, #50476A 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #50476A 50%, #fff 50%, #fff);
}

.progress-70 {
  background-image: linear-gradient(-18deg, #50476A 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #50476A 50%, #fff 50%, #fff);
}

.progress-75 {
  background-image: linear-gradient(0deg, #50476A 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #50476A 50%, #fff 50%, #fff);
}

.progress-80 {
  background-image: linear-gradient(18deg, #50476A 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #50476A 50%, #fff 50%, #fff);
}

.progress-85 {
  background-image: linear-gradient(36deg, #50476A 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #50476A 50%, #fff 50%, #fff);
}

.progress-90 {
  background-image: linear-gradient(54deg, #50476A 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #50476A 50%, #fff 50%, #fff);
}

.progress-95 {
  background-image: linear-gradient(72deg, #50476A 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #50476A 50%, #fff 50%, #fff);
}

.progress-100 {
  background-image: linear-gradient(90deg, #50476A 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #50476A 50%, #fff 50%, #fff);
}

/*About*/
/*******/
.about{
    background-color: #2a2538;
}
.about p{
    margin-top: 25px;
}
.about .nav-tabs{
    border-bottom-color: transparent;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Oswald';
}
.about .nav-tabs>li>a{
    background-color: #221e2d;
    margin-right: 0;
    margin-bottom: 5px;
    border: 0;
    color: #d7d2ef;
    line-height: 1;
    padding: 10px 25px;
}
.about .nav-tabs>li.active>a,
.about .nav-tabs>li.active>a:hover,
.about .nav-tabs>li.active>a:focus,
.about .nav>li>a:hover,
.about .nav>li>a:focus{
    background-color: #524967;
    border: 0;
    color: #d7d2ef;
}

/*Our Works*/
/***********/
.works{
    background: #221e2d;
}
.works-item{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
.works-single-item{
    position: relative;
    width: 33.13%;
    display: inline-block;
}

@media (max-width: 767px){
    .works-single-item{
        width: 45%;
    }
}
@media (max-width: 480px){
    .works-single-item{
        width: 100%;
    }
}
.works-single-item-hover{
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(34, 30, 45, 0.6);
    opacity: 0;
    top: 0;
    left: 0;
}
.works-single-item:hover{
    transition: all 0.4s ease-in-out;
}
.works-single-item:hover .works-single-item-hover{
    opacity: 1;
    transition: all 0.4s ease-in-out;
}
.works-icons .custom-icon{
    color: #d7d2ef;
    padding: 5px;
    font-size: 26px;
}
.works-icons{
    position: absolute;
    top: 40%;
    width: 100%;
}
.works-icons-content{
    background: rgba(82, 73, 103, 0.6);
    width: 100%;
    padding: 10px;
    color: #fff;
    position: absolute;
    bottom: 0;
}
.button-group{
    margin: 30px 0 50px;
}
button.filter{
    outline: none;
    background-color: #2c2739;
    margin-right: 0;
    margin-bottom: 5px;
    border: 0;
    color: #d7d2ef;
    line-height: 1;
    text-transform: uppercase;
    padding: 10px 25px;
    font-family: 'Oswald';
}
button.active, button.filter:hover, button.filter:active, button.filter:focus{
    background-color: #524967;
    border: 0;
    color: #d7d2ef;
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background-color: rgba(82, 73, 103, 0.8);
}
#works_container{
    overflow: hidden;
}
.mix{
    display: none;
}
.display-none{
    display: none;
}
.pager-list{
    float: right;
}
.display-none.page-prev.star-btn, .display-none.page-next.star-btn{
    display: inline-block;
    cursor: pointer;
    padding: 6px 12px;
    margin: 0;
}
/*Watch My Film*/
/***************/
#watct_flim{
    background-image: url('../images/video.png');
    background-size: cover;
    height: 80vh;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}
.watch-box{
    display: table;
    text-align: center;
    width: 100%;
    height: 80vh;
}
.watch_inner{
    display: table-cell;
    vertical-align: middle;
}
.iframe{
    width: 650px;
    height: 370px;
}
.watch, .close-video{
    border: 1px solid #3f384f;
    background-color: #3f384f;
    color: #d7d2ef;
    padding: 20px 25px;
    cursor: pointer;
    display: inline-block;
    transition: all .4s ease-in-out;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.watch span, .close-video span{
    padding-left: 5px;
}
.close-video{
    margin-top: -5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 650px;
}
@media (max-width: 767px){
    .iframe{
        width: 350px;
        height: 150px;
    }
    .close-video{
        width: 350px;
    }
}
.watch:hover, .close-video:hover{
    background-color: #313131;
    color: #fff;
}
.pause-icon, .play-icon{
    display: none;
}

/*Meet me & my friends*/
/**********************/
.meet{
    background-color: #2a2538;
}
.meet-item-bg{
    background: #221e2d;
    width: 100%;
    margin: 25px 0px 40px;
}
.meet-item{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    margin-top: 90px;
}
.meet-single-item{
    position: relative;
}
.meet-icons
{
    position: absolute;
    bottom: 10%;
    opacity: 0;
    width: 100%;
    text-align: center;
}
.meet-icons a div{
    margin: 0px 3px;
    border: 1px solid #2a2538;
    width: 40px;
    height: 40px;
    font-size: 22px;
    border-radius: 100%;
    padding: 5px;
    color: #fff;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    background-color: #2a2538;
}
.meet-icons a:hover div{
    border-color: #fff;
    background-color: transparent;
}
.meet-item:hover .meet-icons
{
    opacity: 1;
    transition: all .8s;
}
.meet-item img
{
    width: 100%;
    margin-top: -50px;
}
.meet-item-content
{
    background: #907fbf;
    padding: 15px;
}
.meet-item-content h4{
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}
.meet-item-sub{
    text-transform: uppercase;
    color: #221e2d;
    font-weight: 700;
}

/*Quote Section*/
/***************/
.quote{
    background-image: url('../images/foggy.png');
    background-size: cover;
}


/*Price Section*/
/***************/
.price{
    background-color: #221e2d;
    text-transform: uppercase;
}
.price ul{
    margin-top: 40px;
    background-color: #302c3d;
    text-align: center;
    letter-spacing: 2px;
    color: #a39bbf;
    padding-left: 0;
    border: 1px solid transparent;
    transition: all 0.4s ease-in-out;
    margin-bottom: 0;
}
.price .col-sm-4:hover ul{
    border: 1px solid #a39bbf;
}
.price ul li{
    list-style-type: none;
    padding: 15px 0;
    border-bottom: 1px solid rgba(163, 155, 191, 0.2);
    font-family: 'Oswald';
    font-weight: 200;
    letter-spacing: 2px;
}
.price ul li:last-child{
    border-bottom: none;
    padding-bottom: 80px;
}
.price h4{
    margin-bottom: 0;
}
.price p{
    color: #fff;
    text-transform: none;
    font-family: 'Oswald';
    font-size: 25px;
}
.price .btn{
    width: 100%;
    background-color: #3f384f;
    padding: 15px 0;
    border-color: transparent;
    border-top: none;
    color: #a39bbf;
    letter-spacing: 4px;
    font-family: 'Oswald';
    transition: all 0.4s ease-in-out;
}
.price .btn:hover{
    border-color: #a39bbf;
    background-color: transparent;
}


/*Call to Action*/
/****************/
section.cta{
    padding-top: 60px;
    padding-bottom: 60px;
}
.cta-1{
    background-color: #221e2d;
}
.cta-2{
    background-color: #2a2538;
}
.cta h4{
    text-transform: uppercase;
    color: #d7d2ef;
}

/*Testimonial Section*/
/*********************/
.testimonial{
    background-color: #50476a;
    color: #fff;
}
.testimonial .container{
    border: 1px solid rgba(163, 155, 191, 0.5);
}
.testimonial-content{
    padding-top: 50px;
    padding-bottom: 50px;
}
.img-logo{
    background: #fff;
    display: inline-block;
    margin: 4px 3px;
    opacity: .5;
    transition: all 0.4s ease-in-out;
    position: relative;
}
.img-logo:hover{
    opacity: 1;
}
.testimonial .item{
    margin-left: 50px;
    padding: 50px 0;
}
.test-name{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0px;
}
.name-title{
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}
@media (max-width: 767px){
    .testimonial{
        text-align: center;
    }
    .item img{
        margin-left: auto;
        margin-right: auto;
        width: 200px !important;
    }
}
@media (max-width: 991px){
    .img-logo{
        margin: 2px 0;
    }
}
/*Contact with us Section*/
/*************************/
.contact{
    background-color: #2a2538;
}
.contact ul{
    padding-left: 0;
}
.contact ul li{
    color: #a39bbf;
    list-style-type: none;
    padding-bottom: 10px;
}
.contact ul li span{
    font-weight: 700;
}
.contact ul, .contact form{
    margin-top: 30px;
}
textarea,
input[type="text"],
input[type="email"]{
    background: transparent !important;
    padding: 20px 30px !important;
    color: #a39bbf !important;
}
.contact button[type='submit']{
    width: 100%;
}

/*Quote Page Style*/
/******************/
.quote-header{
    background-image: url('../images/mountain.png');
    background-position: top;
    background-size: cover;
}
.quote-header .breadcrumb{
    margin-top: 200px;
    padding-left: 0;
    background-color: transparent;
    font-family: 'Oswald';
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff;
}
.breadcrumb>.active{
    color: inherit;
}
.quote-content{
    background-color: #2a2538;
}
.form-box{
    padding: 40px 25px 25px;
    border: 3px solid #907fbf;
    position: relative;
    margin-top: 40px;
}
.form-box-header{
    text-transform: uppercase;
    position: absolute;
    top: -12px;
    left: 10px;
    padding: 0 15px;
    background-color: #2a2538;
    color: #a39bbf;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Oswald';
    letter-spacing: 4px;
}
#attachment{
    font-size: 16px;
    background-color: #53496e;
    color: #a39bbf;
    border-color: #53496e;
}
#attachment:hover{
    background-color: transparent;
    border-color: #fff;
}
#quoteForm .star-btn{
    margin-top: 30px;
}
/*Response*/
/**********/
.response-success, .response-fail{
    border: 1px solid;
    color: #a39bbf;
    padding: 10px 30px;
}
.response-success{
    border-color: #a8e672;
}
.response-success span{
    color: #a8e672;
    padding-right: 10px;
}
.response-fail{
    border-color: #e64d69;
}
.response-fail span{
    color: #e64d69;
    padding-right: 10px;
}
/*Footer*/
/********/
footer{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #2a2538;
    color: #a39bbf;
    border-top: 1px solid rgba(163, 155, 191, 0.5);
}
footer a{
    color: #a39bbf;
}
@media (max-width: 767px){
    footer{
        text-align: center;
    }
}
@media (min-width: 768px){
    footer .col-sm-6:last-child{
        text-align: right;
    }
}
