/*------------------------------
- Template Name :  jonathan 
- Template Author : Beeskip
- Author URL : https://themeforest.net/user/beeskip
----------------------*/


/*----------------------------------------
	=====  TABLE CONTENTS  =====
==========================================
	01- General
	02- preloader
	03- Header & Navigation 
	04- About Section
	05- services Section
	05- Work Section
	07-Testimonial 
	08-Team Section
	09-Process Section
	10- Some fun facts
	11- Pricing Section 
	12- Subscribe Section
	13- Blog Section
	14- Contact Section
	15- Back To Top
	
========================================*/

/*------------------------------
01- General
----------------------*/
.bg-overlay {
  background: rgba(0,0,0,.7);
  position: absolute;
  height: 100%;
  width: 100%;
top:0;
z-index:10;
}
.section-title{
text-align: center;
}
.title{
font-size: 50px;
text-transform: capitalize;
margin: 0;
font-size: 30px;
 font-family: 'Oswald';
  font-weight: 900;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 0px;
  text-transform: uppercase;
}

.sub-title{
font-size: 18px;
  font-family: 'Lato';
  font-weight: 300;
  color: #747474;
  margin-top: 0px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 5px;

}

.sub-title span{
position: relative;
}

.sub-title:before{
left: -65px;
}
.sub-title:after{
right: -65px;
}
.sub-title span:before{
left: -65px;
}
.sub-title span:after{
right: -65px;
}

.sub-title span:before, .sub-title span:after {
  content: '';
  position: absolute;
  width: 50px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f15f2a;
  top: 50%;
  margin-top: 0px;
}

.socials-link li a{
  display: inline-block;
  background-color: #0e1012;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
}
.socials-link li a i {
  color: #fff;
}
.socials-link li a:hover {
  background-color: #f15f2a;
}

H2,H2,H3,H4,H5,H6{
font-family:'Oswald'
}

/*------------------------------------
	02- preloader
-------------------------------- */
.loading {
background: #151515;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999;
display: flex;
justify-content: center;
justify-items: center;
align-content: center;
align-items: center;
}
.loading .sk-folding-cube {
width: 60px;
height: 60px;
position: relative;
-webkit-transform: rotateZ(45deg);
transform: rotateZ(45deg);
}
.loading .sk-folding-cube .sk-cube {
float: left;
width: 50%;
height: 50%;
position: relative;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.loading .sk-folding-cube .sk-cube:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #FFF;
-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
animation: sk-foldCubeAngle 2.4s infinite linear both;
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.loading .sk-folding-cube .sk-cube2 {
-webkit-transform: scale(1.1) rotateZ(90deg);
transform: scale(1.1) rotateZ(90deg);
}
.loading .sk-folding-cube .sk-cube3 {
-webkit-transform: scale(1.1) rotateZ(180deg);
transform: scale(1.1) rotateZ(180deg);
}
.loading .sk-folding-cube .sk-cube4 {
-webkit-transform: scale(1.1) rotateZ(270deg);
transform: scale(1.1) rotateZ(270deg);
}
.loading .sk-folding-cube .sk-cube2:before {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.loading .sk-folding-cube .sk-cube3:before {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
.loading .sk-folding-cube .sk-cube4:before {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
0%, 10% {
  -webkit-transform: perspective(140px) rotateX(-180deg);
  transform: perspective(140px) rotateX(-180deg);
  opacity: 0;
}
25%, 75% {
  -webkit-transform: perspective(140px) rotateX(0deg);
  transform: perspective(140px) rotateX(0deg);
  opacity: 1;
}
90%, 100% {
  -webkit-transform: perspective(140px) rotateY(180deg);
  transform: perspective(140px) rotateY(180deg);
  opacity: 0;
}
}
@keyframes sk-foldCubeAngle {
0%, 10% {
  -webkit-transform: perspective(140px) rotateX(-180deg);
  transform: perspective(140px) rotateX(-180deg);
  opacity: 0;
}
25%, 75% {
  -webkit-transform: perspective(140px) rotateX(0deg);
  transform: perspective(140px) rotateX(0deg);
  opacity: 1;
}
90%, 100% {
  -webkit-transform: perspective(140px) rotateY(180deg);
  transform: perspective(140px) rotateY(180deg);
  opacity: 0;
}
}


/*------------------------------------
03- Header & Navigation 
-----------------------------------*/

/* Logo Style */

.site-logo{
float: left;
position: relative;
top: 16%;
text-transform: uppercase;
color:#2f2f2f;
font-size: 32px;
font-weight: 400;
font-family:'Oswald';
}
.site-logo:hover{color:#2f2f2f;}

/* Nav Menu */

.hide-nav{top:-75px;}
.show-nav{top:0;}

.nav li a.selected,
.nav li a.current
{color: #e74c3c !important;}

#navigation{
position: fixed;
height: 72px;
width: 100%;
background: #fff;
z-index: 100;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border-bottom: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
}

.nav-container{
margin:0 auto;
width:100%;
height: 100%;
max-width: 1170px;
}
.mobile-nav-button{
display: none;
color:#2f2f2f;
width: 40px;
height: 40px;
text-align: center;
font-size:25px;
position: absolute;
right:15px;
top:57%;
cursor: pointer;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
.mobile-nav-button:hover {color:#e74c3c;}
.nav-menu{
position: relative;
top: 25%;
float: right;
height: 100%;
}
.nav li {
float: left;
	position: relative;
}
.nav li a{
display: block;
text-transform: uppercase;
color: #2f2f2f;
padding:8px 0;
font-size: 12px;
font-weight: 700;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background-color: transparent; 
}
.nav li a:hover{
color:#f15f2a;
}
.nav li a:after{
content:"\0399";
color:#6c6c6c;
font-weight: 300;
padding: 12px;
border-bottom:none;
}
.nav li:last-child a:after{
content:"";
padding-right: 0;
}

/* Drop Down Navigation */

.nav li i{
margin-left: 3px;
font-size: 8px;
vertical-align:10%;
}
.nav ul {
margin: 20px 0 0 0;
opacity: 0;
visibility: hidden;
position: absolute;
top: 38px;
left: 0;
z-index: 1;    
background: #fff;   
box-shadow: 0px 1px 4px rgba(0,0,0, 0.1); 
transition: all .2s ease-in-out;
}
.nav li:hover > ul {
opacity: 1;
visibility: visible;
margin: 0;
}
.nav ul li {
float: none;
display: block;
}
.nav ul a {   
padding: 10px;
width: 100%;
min-width: 150px;
display: block;
white-space: nowrap;
float: none;
}
.nav ul a:after {content:"";}
.nav ul a:hover {
color: #2f2f2f;
background-color: rgba(108,108,108, .3);
}

header {
background-image: url(../img/header-bg.jpg);
background-color: rgba(6,32,51,.);
background-size: cover;
background-attachment:fixed;
background-position: 0% 0%;
color: #d9e0e2;
position: relative;
height: 100%;

}

/* Parallax Image */
.parallax-image .parallax-bg {
  padding: 0;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center center;
  background-image: url(../img/header-bg.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.particle {
  background-image: url(../img/header-bg.jpg);
  background-position: 0 0;
  position: relative;
  height: 100%;
  background-position: center;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed
}

#particles-js {
  width: 100%;
  height: 100%
}

.slide-bg {
background-image:none;
}

.slide-wrap {
//position:fixed;
top:0;
left:0;
bottom:0;
margin:0;
padding:0;
width:100%;
height:100%;
z-index:-15;
overflow:hidden;
}

#slides {
position:relative;
}

#slides .slides-container {
display:none;
}

#slides .scrollable {
	*zoom:1;
position:relative;
top:0;
left:0;
height:100%;
overflow-y:auto;
-webkit-overflow-scrolling:touch;
}

#slides .scrollable:after {
content:"";
display:table;
clear:both;
}

.slides-navigation {
margin:0 auto;
position:absolute;
z-index:3;
top:46%;
width:100%;
}

.slides-navigation a {
position:absolute;
display:block;
}

.slides-navigation a.prev {
left:0;
}
.slides-navigation a.next {
right:0;
}

.slides-pagination {
position:absolute;
z-index:3;
bottom:0;
text-align:center;
width:100%;
}

.slides-pagination a {
border:2px solid #222;
border-radius:15px;
width:10px;
height:10px;
display:-moz-inline-stack;
display:inline-block;
vertical-align:middle;
	*vertical-align:auto;
zoom:1;
	*display:inline;
background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
margin:2px;
overflow:hidden;
text-indent:-100%;
}

.slides-pagination a.current {
background:#222;
}

.slider-section {
  top: 0%;
  left: 0%;
  max-height: 700px;
  width: 100%;
  overflow: hidden;
  position: relative;

}

/* caption*/
#home .carousel-caption {
  position: absolute;
  top: 50%;
  margin-top: -165px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 15;
  color: #fff;
  bottom: inherit;
}


#home .carousel-caption h1{
  color:#FFFFFF;
  font-size: 75px;
  line-height: 80px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: -5px;
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
}

#home .carousel-caption h1{
  font-weight: 900;
}

#home .carousel-caption p{
  color:#FFFFFF;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 70px;
}

#home .carousel-caption .btn {
font-size: 20px;
line-height: 18px;
font-weight: 300;
color: #fff;
background-color: transparent;
border-color: #f15f2a;
padding: 20px 58px;
border-radius:0;
}

#home .carousel-caption .btn:hover {
  background: #fff;
  border-color: transparent;
  color: #f15f2a;
}

/*aroow home*/
#home .home-arrow .fa {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation-name: home-arrow;
  animation-name: home-arrow;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
color: #f15f2a;
}
#home .home-arrow a {
  font-size: 34px;
}
#home .home-arrow {
  text-align: center;
  position: absolute;
  bottom: -150px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

}


/* -----------------------------------
04-About Section 
-------------------------------------*/

.ab-subtitle {
font-size: 15px;
  color: #29272e;
  margin-bottom: 15px;
font-weight:700;
text-transform:uppercase;
}

.about .text-description{
  color: #616f7d;
}

/* -----------------------------------
05-services Section 
-------------------------------------*/

.services {
background: #3B3B3B url('../img/background/bg.jpg') no-repeat center center;
background-size: cover;
background-attachment:fixed;
position:relative;
text-align:center;
color: #ffffff;
overflow:hidden;
}

.services .col-md-4 {
  padding: 20px;
  position: relative;
  transition: all 0.4s ease-in-out;
padding-bottom:0;
}

.services h3{
font-size:18px;
font-weight: bold;
  letter-spacing: 2px;
color:#fff;
}

.medium-icon {
  font-size: 32px !important;
color:#f15f2a;
}

hr {
  width: 180px;
  border-color: #CCC;
}

/*------------------------------------------
06- Work Section
--------------------------------------*/
#work {
background-color: #fff;
text-align: center;
}

#work img {
width: 100%;
transition: all 0.4s ease-in-out;
}
#work img:hover {
opacity: 0.5;
}

#work h3{
font-size:18px;
font-weight: bold;
  letter-spacing: 2px;

}

.work-filter {
margin-bottom: 35px;
}

.work-filter ul li {
  display: inline-block;
}

.work-filter ul li a {
color: #062033;
display: block;
font-size: 14px;
font-weight: 700;
padding: 5px 17px;
border-radius: 6px;
text-transform: capitalize;
}

.work-filter ul li a:hover,
.work-filter ul li a.active {
background-color: #f15f2a;
border-radius: 6px;
color: #fff;
padding: 5px 17px;
}
.fancybox-lock body {
    overflow: visible !important;
}
.mix {
  display: none;
}

.work-item {
  float: left;
  width: 25%;
  position: relative;
}

.work-item > img {
display: block;
height: auto;
max-width: 100%;
}

.overlay {
background-color: rgba(241,95,42,.9);
text-align: center;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
color: #fff;

opacity: 0;
filter: alpha(opacity=0);

-webkit-transition: all 450ms ease-out 0s;	
   -moz-transition: all 450ms ease-out 0s;
	 -o-transition: all 450ms ease-out 0s;
	    transition: all 450ms ease-out 0s;
	  
-webkit-transform: rotateY(180deg) scale(0.5,0.5);
   -moz-transform: rotateY(180deg) scale(0.5,0.5);
	-ms-transform: rotateY(180deg) scale(0.5,0.5);
	 -o-transform: rotateY(180deg) scale(0.5,0.5);
		transform: rotateY(180deg) scale(0.5,0.5);
}

.work-item:hover .overlay {
opacity: 1;
filter: alpha(opacity=100);

-webkit-transform: rotateY(0deg) scale(1,1);
   -moz-transform: rotateY(0deg) scale(1,1);
	-ms-transform: rotateY(0deg) scale(1,1);
	 -o-transform: rotateY(0deg) scale(1,1);
	    transform: rotateY(0deg) scale(1,1);
}

.work-item .overlay a {
border: 1px solid #fff;
border-radius: 50%;
display: inline-block;
margin-top: 20%;
padding: 7px 10px;
}

.work-item .overlay a:hover {
color: #fff;
}

.work-item .overlay h4 {
font-size: 18px;
font-weight: 700;
line-height: 24px;
margin: 25px 0 8px;
}

.work-item .overlay p {
font-size: 14px;
line-height: 24px;
 color: #fff;
}
.work-item .overlay i {
 color: #000;
}
/* --------------------------------------
07-Testimonial 
------------------------------------------------*/
.testimonial{
  background-image: url(../img/background/bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.content-testimonial {
position: relative;
padding: 30px 0 0px;
border-top: 1px solid #434245;
}

.content-testimonial:before, .content-testimonial:after {
  content: '';
  position: absolute;
  height: 1px;
  background-color: #434245;
  display: block; 
}
.content-testimonial:before {
  bottom: 40px;
  left: 0;
  right: 58%; 
}
.content-testimonial:after {
  bottom: 40px;
  left: 58%;
  right: 0;
  z-index: 0; 
}
.content-testimonial .main-slider {
  margin-bottom: 30px; 
}
.content-testimonial .testi-item {
  padding-top: 10px; 
}
.content-testimonial .testi-icon {
  font-style: italic;
  color: #f15f2a;
  font-size: 17px;
  position: absolute;
  top: 0; 
}
.content-testimonial .testi-content {
  color: #c9c9c9;
  font-size: 16px;
  padding: 0 20px;
  font-style: italic;
  text-align: center;
  margin-bottom: 25px; 
}
.content-testimonial .testi-info {
  text-align: center;
  color: #555; 
}
  .content-testimonial .testi-info .name {
    display: inline-block;
    margin-right: 3px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase; 
  }
  .content-testimonial .testi-info .position {
    display: inline-block;
    margin-left: 3px;
    color: #a6a6a6;
    position: relative;
    padding-left: 10px; 
  }
    .content-testimonial .testi-info .position:before {
      content: "|";
      position: absolute;
      right: 100%;
      width: 2px; 
	}
.content-testimonial .nav-slider {
  text-align: center;
  margin: auto;
  width: 250px;
  position: relative;
  z-index: 1; 
}
  .content-testimonial .nav-slider .slick-list.draggable a {
    cursor: inherit; 
  }
  .content-testimonial .nav-slider .slides li img {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    border: 0 solid #f15f2a;
    -ms-transform: scale(0.7, 0.7);
    /* IE 9 */
    -webkit-transform: scale(0.7, 0.7);
    /* Safari */
    transform: scale(0.7, 0.7);
    filter: grayscale(1); 
  }
  .content-testimonial .nav-slider .slides .slick-current img {
    -ms-transform: scale(1, 1);
    /* IE 9 */
    -webkit-transform: scale(1, 1);
    /* Safari */
    transform: scale(1, 1);
    border-width: 2px;
    filter: grayscale(0); 
  }

/*------------------------------------------------------
	08- Team Section
--------------------------------------------------*/
#team {
text-align: center;
}
#team h3 {
color: #f15f2a;
font-size: 14px;
font-weight: bold;
}
#team .col-md-3 {
padding-top: 20px;
}
#team .team-wrapper {
overflow: hidden;
position: relative;
}
#team .team-des {
background-color: rgba(00,00,00,0.6);
position: absolute;
color: #ffffff;
opacity: 0;
max-width: 500px;
width: 100%;
height: 100%;
text-align: center;
vertical-align: middle;
top: 0;
left: 0;
right: 0;
bottom: 0;
transition: all 0.4s ease-in-out;
margin: 0 auto;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-flex-direction: column;
    -ms-flex-direction: column;
        flex-direction: column;
}
#team .team-des:hover {
opacity: 1;
}
#team img {
margin: 0 auto;
}

#team .social-icon li a {
color: #fff;
}

#team .social-icon li a:hover {
color: #f15f2a;
}
/*-----------------------------------------
	09- Process Section
----------------------------------------*/

/*---------------*/
/* #Icon box */
.swin-sc-iconbox {
/* Light */ }
.swin-sc-iconbox .item {
  margin-top: 20px;
  color: #404a53;
  text-align: center; }
  .swin-sc-iconbox .item .wrapper-icon {
    margin: auto;
    font-size: 60px;
    width: 120px;
    height: 120px;
    background-color: #ffffff;
    line-height: 120px;
    text-align: center;
    border-radius: 50%;
    transition: all .3s ease;
    border: 1px dashed #7b7b7b; }
  .swin-sc-iconbox .item .icon-heading {
    margin-top: 30px;
    text-transform: uppercase;
    transition: all .3s ease; }
  .swin-sc-iconbox .item .description {
    font-size: 14px;
    color: #616f7d; }
.swin-sc-iconbox .icon-box-01 .icon-heading {
  font-size: 14px; }
.swin-sc-iconbox .icon-box-01:hover {
  color: #f1612d; }
  .swin-sc-iconbox .icon-box-01:hover .wrapper-icon {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    border-color: #f15f2a; }
  .swin-sc-iconbox .icon-box-01:hover .wrapper-icon {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1); }
.swin-sc-iconbox .icon-box-02 .wrapper-icon {
  border: 1px dashed #7b7b7b;
  margin-bottom: 20px;
  background-position: center;
  transition-duration: .5s; }
.swin-sc-iconbox .icon-box-02 .heading {
  font-size: 20px;
  margin-bottom: 10px; }
.swin-sc-iconbox .icon-box-02 .number {
  position: absolute;
  font-size: 15px;
  width: 35px;
  border-radius: 50%;
  border: 2px solid #f3f3f3;
  line-height: 30px;
  background-color: #fff;
  color: #3f3e44;
 }
.swin-sc-iconbox .icon-box-02 .icons {
  color: #f15f2a; }
.swin-sc-iconbox .icon-box-02:hover .icons {
  color: #ffffff; }
.swin-sc-iconbox .icon-box-02:hover .number {
  border: 2px solid #f3f3f3;
  background-color: #f15f2a;
  color: #ffffff; }
.swin-sc-iconbox .icon-box-02:hover .wrapper-icon {
  //background-image: url("../images/service/service-image-01.png");
  background-position: left; }
.swin-sc-iconbox.light .item .wrapper-icon {
  background-color: transparent; }
.swin-sc-iconbox.light .icon-box-02 .title {
  color: #fff; }
.swin-sc-iconbox.light .description {
  color: #a2aab8; }


/*-----------------------------------------
	10- Some fun facts
--------------------------------------*/

#facts {
background-image: url("../img/background/bg.jpg");
background-color: rgba(0,0,0,.7);
background-attachment: fixed !important;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
padding: 0;
}

.facts .devider:before,
.facts .devider:after {
color: #737C85;
}

.facts .devider i {
color: #fff;
}

.parallax-overlay {
background-color: rgba(0,0,0,.9);
padding: 80px 0;
}

.counters-item {
color: #fff;
}
.counters-item .medium-icon{
font-size:42px !important;
}

.counters-item i {
color: #fff;
display: inline-block;
margin: 0 0 35px;
border: 1px solid;
border-color: #f15f2a;
padding: 20px;
}

.counters-item strong {
display: block;
font-size: 60px;
font-weight: 600;
line-height: 60px;
color:#f15f2a;
}

.counters-item p {
font-size: 18px;
line-height: 24px;
margin-top: 15px;
text-transform: uppercase;
}

/*---------------------------------------------------
	11- Pricing Section
------------------------------------------------*/
#pricing {
text-align: center;
background-color:#f6f6f6;
}

#pricing h3 {
font-size: 16px;
}
#pricing .plan {
box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
padding-top: 40px;
padding-bottom: 80px;
margin-bottom: 20px;
}
#pricing .plan span {
font-size: 16px;
}
#pricing .plan .plan_title {
font-weight: 300;
letter-spacing: 2px;
padding: 30px;
margin-bottom: 20px;
}
#pricing .medium-icon {
box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
border-radius: 50%;
font-size: 52px;
width: 120px;
height: 120px;
line-height: 120px;
text-align: center;
margin-bottom: 32px;
}
#pricing .plan ul {
padding: 0px;
}
#pricing .plan ul li {
display: block;
font-weight: 500;
padding: 12px 0px;
}
#pricing .plan .btn {
border: none;
border-radius: 0px;
color: #ffffff;
font-size: 16px;
font-weight: bold;
padding: 16px 60px;
transition: all 0.4s ease-in-out;
margin-top: 20px;
text-transform: uppercase;
}
#pricing .plan-one .btn {
background-color: #151515;
}
#pricing .plan-two .btn {
background-color: #f15f2a;
}
#pricing .plan-three .btn {
background-color: #151515;
}
#pricing .plan .btn:hover {
background-color: #f15f2a;
}
#pricing .plan-two .btn:hover {
background-color: #151515;
}

/* -------------------------------------
	12- Subscribe Section
--------------------------------------------------*/
#subscribe{
background-image:url(../img/background/bg.jpg);
background-attachment:fixed;
background-position:center;
background-repeat:no-repeat;
background-size:cover;
text-align:center;
}
.subcribe_overlay{
background:rgba(0, 0, 0, 0.71);

}
#subscribe .subscribe_heading_text h1{ 
color:#fff;
}
#subscribe .subscribe_heading_text p{ 
color:#fff;
}
#subscribe .subcribe_form{
margin-top:50px;
}
#subscribe .subcribe_form input[type="text"]{
  width: 32%;
  padding: 14px;
  border: none;
outline: none;
font-size:20px;	
}
#subscribe .subcribe_form input[type="submit"]{
  width: 15%;
  padding: 14px;
  margin-left: -4px;
  background: #f15f2a;
  border: 0px transparent;
  color: #fff;
outline: none;
font-size:20px;
}
/*----------------------------------------------
	13- Blog Section
------------------------------------------*/

.blog-item {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
position: relative; 
margin-top: 20px;
}
.blog-item .blog-featured-img img {
  width: 100%;
  min-height: 200px;
  background-color: #fcfcfc; }
.blog-item:after {
  content: '';
  position: absolute;
  border: 0;
  height: 2px;
  width: 0;
  left: 50%;
  bottom: 0;
  background-color: #f15f2a;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
.blog-item:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3); }
  .blog-item:hover:after {
    left: 0;
    width: 100%; }
.blog-item .blog-info {
  background-color: #fff;
  padding: 0 10px; }
.blog-item .blog-info-item {
  height: 50px;
  float: left;
  padding: 0 15px;
  position: relative;
  line-height: 50px; }
  .blog-item .blog-info-item:after {
    content: '';
    position: absolute;
    height: 10px;
    border-right: 1px solid #d2d2d2;
    top: 50%;
    right: 0;
    margin-top: -5px; }
  .blog-item .blog-info-item:last-child:after {
    border-right: 0; }
  .blog-item .blog-info-item p {
    color: #9d9d9d; 
  line-height: 50px;
  }
    .blog-item .blog-info-item p a {
      color: #f15f2a; }
.blog-item .blog-content {
  background-color: #fff;
  position: relative;
  padding: 30px; }
.blog-item .blog-date {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #f15f2a;
  border: 3px solid #fff;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translate3D(-50%, 0, 0);
  -webkit-transform: translate3D(-50%, 0, 0);
  -moz-transform: translate3D(-50%, 0, 0);
  -ms-transform: translate3D(-50%, 0, 0);
  -o-transform: translate3D(-50%, 0, 0); }
  .blog-item .blog-date .day {
    display: block;
    font-size: 35px;
    line-height: 1; }
  .blog-item .blog-date .month {
    display: block;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase; }
.blog-item .blog-title {
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 15px; }
  .blog-item .blog-title a {
    color: #29272e; }
    .blog-item .blog-title a:hover {
      color: #f15f2a; }
.blog-item .blog-description {
  clear: both;
  color: #616f7d; }
.blog-item .blog-readmore {
  text-align: right; }
  .blog-item .blog-readmore a {
    color: #5f5e62;
    font-size: 15px; }
    .blog-item .blog-readmore a i {
      margin-left: 5px; }
    .blog-item .blog-readmore a:hover {
      color: #f15f2a; }

/* ----------------------------------------------------------
	14- contact section
--------------------------------------------------*/
#contact {
background: #3B3B3B url('../img/background/bg.jpg') no-repeat center center;
background-size: cover;
background-attachment:fixed;
color: #ffffff;
}
#contact .parallax-overlay {
background-color: rgba(0,0,0,.9);
padding-top:80 !important;
padding-bottom:0 !important;
}
#contact h2 {
padding-bottom: 20px;
}
#contact h3 {
font-size: 16px;
font-weight: bold;
letter-spacing: 1px;
}
#contact .medium-icon {
padding-top: 10px;
padding-right: 10px;
}
#contact .contact-info div {
padding-top: 14px;
padding-bottom: 14px;
}
#contact form {
padding-top: 45px;
}
#contact .form-control {
border: 2px solid #ffffff;
border-radius: 0;
box-shadow: none;
margin-top: 10px;
margin-bottom: 10px;
transition: all 0.4s ease-in-out;
}
#contact input {
height: 40px;
}
#contact input[type="submit"] {
background: #f15f2a;
border: 3px solid #f15f2a;
letter-spacing: 1px;
margin-top: 18px;
height: 50px;
color: #ffffff;
}
#contact input[type="submit"]:hover {
color: #000000;
}

/*footer*/
.footer {
 // background-color: #111;
 color:#8c8c8c;
  padding: 20px 0;
border-top:1px solid rgba(255,255,255,0.1);
margin-top:80px;
}
.footer strong a{
color:#f15f2a;
}
.footer p{
margin-bottom:0;
}

/*-----------------------------
15- Go to Top
------------------------------*/

#back-to-top {
display: block;
z-index: 500;
width: 52px;
height: 52px;
text-align: center;
font-size: 36px;
position: fixed;
bottom: -52px;
right: 20px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
background-color: #fff;
text-decoration: none;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
box-shadow: 1px 1.732px 16px 0px rgba( 0, 0, 0, .16 ), 1px 1.732px 5px 0px rgba( 0, 0, 0, .12 );
}

#back-to-top i {
margin-right: 2px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}

#back-to-top a {
width: 52px;
height: 52px;
display: block;
color: #242424;
}

#back-to-top.show {
bottom: 20px;
}

#back-to-top:hover {
background-color: #242424;
}

#back-to-top:hover i {
color: #fff;
}
