/*
    Spark Multipurpose
    By Foxstar
*/
    ==========================================================================
    Foxstar
    ========================================================================== */

	@import url('https://fonts.googleapis.com/css?family=Hind+Vadodara:400,500,600,700|Poppins:600,700');
	
/*  ==========================================================================
    Common Styles
    ========================================================================== */
*{
	padding: 0;
	margin: 0;
}
body{
    background-color: #000;
    font-family: 'Hind', sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #555;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing:antialiased;
	color: #fff;
}
h1{
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 6px;
    letter-spacing: -0.06em;
}
h2{
    font-size: 24px;
    color: #303133;
    margin: 0 0 8px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.04em;
}
h3,h4{
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.4;
    color: #999;
    letter-spacing: -0.01em;
}
h3{
    font-size: 17px;
}
h4{
    font-size: 15px;
}
h5,h6{
    font-size: 14px;
    margin: 0 0 10px;
}
img{
    border: none;
    outline:none;
}
ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
p, li, a, span{
    letter-spacing: 1px;
}
p{
    font-size: 14px;
    margin-bottom: 20px;
}
a, a:hover{
    text-decoration: none;
}
a:focus{
    outline: 0;
    text-decoration: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
   color: #ddd !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder{ /* Firefox 18- */
   color: #ddd !important;  
}

input::-moz-placeholder,
textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #ddd !important;  
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{  
   color: #ddd !important;  
}
button{
    border: none;
	background: none;
}
/* Helper Class */
.padding{
    padding: 80px 0;
}
.no-padding{
    padding: 0;
}
.mb-15{ margin-bottom: 15px; }
.mb-20{ margin-bottom: 20px; }
.mb-25{ margin-bottom: 25px; }
.mb-30{ margin-bottom: 30px; }
.mb-35{ margin-bottom: 35px; }
.mb-40{ margin-bottom: 40px; }
.mb-45{ margin-bottom: 45px; }
.mb-50{ margin-bottom: 50px; }
.fz-28{ font-size: 28px; }
.fz-24{ font-size: 24px; }
.fz-22{ font-size: 22px; }
.fz-20{ font-size: 20px; }
.fz-18{ font-size: 18px; }
.fz-16{ font-size: 16px; }
.text-black{
    color: #282828;
}
.text-white{
    color: #ffffff;
}
.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}
.align-center{
    text-align: center;
}
.fl-right{
    float: right;
}
.fl-left{
    float: left;
}
.display-table{
    width: 100%;
    height: 100%;
    display: table;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}
.container{
    height: 100%;
}
.overlay{
    width: 100%;
    position: relative;
    z-index: 1;
}
.overlay:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.opacity-90 {
  opacity: 0.9;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-19 {
  opacity: 0.19;
}

.opacity-18 {
  opacity: 0.18;
}

.opacity-17 {
  opacity: 0.17;
}

.opacity-16 {
  opacity: 0.16;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-14 {
  opacity: 0.14;
}

.opacity-13 {
  opacity: 0.13;
}

.opacity-12 {
  opacity: 0.12;
}

.opacity-11 {
  opacity: 0.11;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-9 {
  opacity: 0.09;
}

.opacity-8 {
  opacity: 0.08;
}

.opacity-7 {
  opacity: 0.07;
}

.opacity-6 {
  opacity: 0.06;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-4 {
  opacity: 0.04;
}

.opacity-3 {
  opacity: 0.03;
}

.opacity-2 {
  opacity: 0.02;
}

.opacity-1 {
  opacity: 0.01;
}

.opacity-0 {
  opacity: 0;
}

.mouse {
  margin-left: -20px;
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 50%;
}

.chevron {
  position: absolute;
   align-items: center;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text {
  display: block;
  margin-top: 75px;
  margin-left: -35px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}


/* Preloader Styles */
#preloader{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s .5s ease;
    -moz-transition: all .5s .5s ease;
    transition: all .5s .2s ease;
}
.loader{
    position:absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 260px;
    height: 260px;
    display: block;
    margin: auto;
    margin-top: -130px;
}
body.loaded #preloader{
    opacity: 0;
    visibility: hidden;
}

/* Button Style */
.btn_group{}
.btn_group a{
    margin: 5px;
}
.new_btn{
    background-color: #232323;
    border: 2px solid #232323;
    color: #fff;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 10px;
}
.new_btn:hover{
    background-color: transparent;
    color: #fff;
}
.new_btn.btn_sm{
    line-height: 40px;
    padding: 0 15px;
}
.new_btn2{
    background-color: #232323;
    border: 2px solid #232323;
    color: #fff;
    line-height: 25px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 10px;
}
.new_btn2:hover{
    background-color: transparent;
    color: #232323;
}
.new_btn2.{
    line-height: 40px;
    padding: 0 15px;
}

/* Transition Effect */
a,a:hover, .overlay, img, .form-control,  .form-control:hover, button{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


/* ==========================================================================
   Hero section
   ========================================================================== */
.hero_section{
    background-image: url(../img/bg1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 670px;
    position: relative;
    z-index: 1;
}
.hero_section .hero_content {
    color: #fff;
}
.hero_section .hero_content h1{}
.hero_section .hero_content p{
    color: #666;
    font-size: 16px;
}
.hero_section .hero_content .new_btn{
    background-color: #444;
    font-size: 12px;
    border: 2px solid #444;
    color: #fff;
    margin: 0 10px 0 0;
}
.hero_section .hero_content .new_btn:hover{
    background-color: #fff;
    border: 2px solid #444;
    color: #666;
}


/* ==========================================================================
   Portfolio Section
   ========================================================================== */
.portfolio_section{
    background-color: #232323;
    border-bottom: 1px solid #eaeaea;
}

.portfolio_section .section_heading h2{
    color: #ddd;
}
.portfolio_section .section_heading p{
    font-size: 16px;
    color: #999;
}

.portfolio_section .portfolio_items{}
.portfolio_section .portfolio_items li{
	padding-bottom: 40px;
}
.portfolio_section .portfolio_items .portfolio_item{
	position: relative;
	overflow: hidden;
}
.portfolio_section .portfolio_items .portfolio_item img{
    width: 100%;
}
.portfolio_items .portfolio_item .hover_effect{
    padding: 15px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}
.portfolio_items .portfolio_item .hover_effect version{
    background-color: rgba(255,255,255,0.9);
    display: table;
    height: 100%;
    width: 100%;
}
.portfolio_items .portfolio_item .hover_effect version h3{
    font-size: 25px;
    color: #666;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    -webkit-transition: all 250ms cubic-bezier(1, -0.6, 0.57, -0.15) 0s;
    transition: all 250ms cubic-bezier(1, -0.6, 0.57, -0.15) 0s;
    visibility: hidden;
}
.portfolio_items .portfolio_item:hover .hover_effect{
    visibility: visible;
    opacity: 1;
}
.portfolio_items .portfolio_item:hover .hover_effect version h3{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
            transform: scale(1);
    visibility: visible;
}


/*  ==========================================================================
    Feature Section
    ========================================================================== */

.feature-section{
    background-color: #f8f8f8;
}
.feature-section .col-xs-6{
    padding: 10px 15px;
}
.feature-content{
    display: block;
}
.feature-content .feature-icon{
    margin-bottom: 10px;
}
.feature-content .feature-icon i{
    font-size: 50px;
    color: #555;
}
.feature-content h3{
    color: #666;
    font-weight: 600;
    margin: 0 0 6px;
}
.feature-content p{
    font-size: 12px;
    color: #777;
}

/* ==========================================================================
   Slider section
   ========================================================================== */
.slider_section{
    border-top: 1px solid #eaeaea;
}
.slider_section .slider_image img{
    width: 100%;
}
.slider_content{
    padding: 100px 0;
    margin-left: 50px;
}   
.slider_content h2{
    font-size: 24px;
    color: #444;
}   
.slider_section .slider_image{}

.slider_section .slider_content .new_btn{
    font-size: 12px;
    margin-top: 10px;
}
.slider_section .slider_content .new_btn:hover{
    color: #444;
}

/* ==========================================================================
   Builder section
   ========================================================================== */
.build_section{
    background-color: #f7f7f7;
    border-top: 1px solid #eaeaea;
}
.build_section .build_image img{
    width: 100%;
}
.build_content{
    padding: 100px 0;
    margin: 0px 100px 8px;
}   
.build_content h2{
    font-size: 24px;
    color: #444;
   
}   
.build_section .slider_image{}

.build_section .build_content .new_btn{
    font-size: 12px;
    margin-top: 10px;
}
.build_section .build_content .new_btn:hover{
    color: #444;
}
/* ==========================================================================
   Cta of Section
   ========================================================================== */
.cta_section{
    background-color: #232323;
    display: block;
    padding: 60px 0;
}   
.cta_section h2{
    color: #ddd;
    margin-right: 15px;
}
.cta_section p{
    font-size: 16px;
    color: #999;
}
.cta_section .new_btn{
    color: #444;
    background-color: #ddd;
    font-size: 12px;
    border: 2px solid #ddd;
}
.cta_section .new_btn:hover{
    background-color: transparent;
    color: #ddd;
} 

/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer_section{
    display: block;
    background-color: #232323;
    border-top: 1px solid #444;
    padding: 30px 0;
}
.footer_section .copyright{
    font-size: 12px;
    color: #ddd;
}  
.footer_social{
    display: block;
    text-align: right;
}
.footer_social li{
    display: inline-block;
}
.footer_social li a{
    color: #ddd;
    font-size: 12px;
    margin-left: 20px;
}
.footer_social li a:hover{
    color: #fff;
}
