
*{
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}

body {
  font-size: 16px;
  font-weight: 300;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
}

a:focus,
a:hover{
  outline: none;
  text-decoration: none;
}

.fa {
  font-family: 'FontAwesome';
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5{
 font-family: 'Raleway', sans-serif; 
}

.heading{
  position: relative;
  font-weight: 500;
  font-size: 50px;
  color: #333;
  margin-bottom: 60px;
  margin-top: 0;
  text-align: center;
}

.heading span{
  font-weight: 100;
  font-size: 40px;
}


.a-btn{
  text-decoration: none;
  padding: 10px 25px;
  border: 2px solid #fff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  transform: perspective(1px)translateZ(0px);
  transition: all 0.3s ease 0s;
}

.a-btn:before{
  content: "";
  background: #fff;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0 50% 0 ;
  transition: transform 0.4s ease-out;
  z-index: -1;
}

.a-btn:hover:before{
  transform: scaleX(1)
}


.para{
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  word-spacing: 2px;
  color: #e51d3b;
  font-family: 'Raleway', sans-serif; 
}
/*----------------------------------------------------
Start Section Loading
----------------------------------------------------*/
.loading-overlay {
  background:#fff;
  color:#222;
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:99999
}

.loading {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
}

.loading > div {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -30px;
}

.loading > div > div {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: #e51d3b;
  top: 10px;
  left: 10px;
  transform-origin: 20px 20px;
  border-radius: 8px;
  animation: spin-a 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

.loading > div > .c2 {
  top: 10px;
  left: auto;
  right: 10px;
  transform-origin: -4px 20px;
  animation: spin-b 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}
.loading > div > .c3 {
  top: auto;
  left: auto;
  right: 10px;
  bottom: 10px;
  transform-origin: -4px -4px;
  animation: spin-c 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}
.loading > div > .c4 {
  top: auto;
  bottom: 10px;
  transform-origin: 20px -4px;
  animation: spin-d 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

@keyframes spin-a {
  0%   { transform: rotate(90deg); }
  0%  { transform: rotate(90deg); }
  50%  { transform: rotate(180deg); }
  75%  { transform: rotate(270deg); }
  100% { transform: rotate(360deg); }
}
@keyframes spin-b {
  0%   { transform: rotate(90deg); }
  25%  { transform: rotate(90deg); }
  25%  { transform: rotate(180deg); }
  75%  { transform: rotate(270deg); }
  100% { transform: rotate(360deg); }
}
@keyframes spin-c {
  0%   { transform: rotate(90deg); }
  25%  { transform: rotate(90deg); }
  50%  { transform: rotate(180deg); }
  50%  { transform: rotate(270deg); }
  100% { transform: rotate(360deg); }
}
@keyframes spin-d {
  0%   { transform: rotate(90deg); }
  25%  { transform: rotate(90deg); }
  50%  { transform: rotate(180deg); }
  75%  { transform: rotate(270deg); }
  75% { transform: rotate(360deg); }
  100% { transform: rotate(360deg); }
}


.loading > span {
  width: 100px;
  height: 30px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: 30px;
  color: #e51d3b;
  font-size: 12px;
  text-align: center;
}
/*----------------------------------------------------
End Section Loading
----------------------------------------------------*/

.baner{
	padding: 150px 0;
}

.baner a{
	text-align: center;
	color: #333;
	display: block;
	margin-top: 20px;
	font-weight: 400;
	overflow: hidden;
}

.baner img{
	transition: all 0.5s ease-in-out;
}

.baner img:hover{
	transform: scale(1.05)
}

.baner a:hover{
	color: #e51d3b;
}
/*----------------------------------------------------
Start Section header
----------------------------------------------------*/
.header { 
  width: 100%;
  /*position: fixed;*/
  top: 0;
  z-index: 999;
  border-radius: 0; 
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: transparent;
} 

.navbar-brand {
  height: auto;
  display: block;
  font-size: 28px;
  line-height: 30px;
  color: #e51d3b;
  font-weight: 600;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
} 

.navbar-brand:hover, 
.navbar-brand:focus {
  color: #e51d3b;
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.header .navbar-nav { 
  margin: 0;
  float: right;
  margin-top: 21px;
}  

.header .navbar-nav li a {
  padding: 30px 0 5px 0;
  color: #555;
  font-size: 14px;
  font-weight: 600;
  margin: 0 15px;
  transition: border-bottom 0.8s ease-in-out;
}

.header .navbar-nav li a:hover,
.header .navbar-nav li a:focus{
  background: none;
} 

.header .navbar-nav li.active a {
  color: #e51d3b;
  border-bottom: 3px solid #e51d3b;
}

.header .navbar-toggle { 
  margin-top: 20px;
  padding: 10px;
}

.header .navbar-toggle .icon-bar {
  background: #e51d3b;
  height: 3px; 
}

.header.shrink {
  position: fixed;
  top: 0;
  background: #fff;
  box-shadow: 0 10px 25px -15px #999;
} 

.header.shrink .navbar-brand {
  padding-top: 15px;
  padding-bottom: 15px;
}

.header.shrink .navbar-nav li a {
  padding-top: 20px;
  color: #555;
}

.header.shrink .navbar-nav li.active a {
 color: #e51d3b;
 border-bottom: 3px solid #e51d3b;
}

.header.shrink .navbar-toggle { 
  margin-top: 10px;
  padding: 10px;
}

.header.shrink .navbar-toggle .icon-bar{
  background-color: #e51d3b;
}
/*----------------------------------------------------
end Section header
----------------------------------------------------*/

/*----------------------------------------------------
start section home for default page
----------------------------------------------------*/
.home{
  height: 600px;
  background-image: url('../images/85.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  text-align: center;
  overflow: hidden;
}

.home .overlay{
  background-color: rgba(0,0,0,0.7);
  height: 600px;
  padding: 70px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.home .overlay .title h1{
  font-size: 45px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 200;
  margin: 0;
}

.home .overlay .title h1 span{
  color: #e51d3b;
  font-weight: 600;
}

.home .overlay .title p{
  line-height: 1.6em;
  color: #ddd;
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
}
.home .overlay .title .a-btn{
  display: inline-block;
  margin-top: 30px;
  margin-right: 20px;
  background-color: transparent;
  color: #fff
}

.home .overlay .title .a-btn:hover{
  color: #333;
}

/*----------------------------------------------------
end section home for default page
----------------------------------------------------*/

/*----------------------------------------------------
start section video-container for video page
----------------------------------------------------*/
.video-container{
  height: 600px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.video-background{
  position: absolute;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  z-index: -100
}

.video-container .overlay{
  background-color:rgba(0,0,0,0.7);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  text-align: center;      
}

.video-container .overlay .title h1{
  font-size: 45px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 200;
  margin: 0;
}

.video-container .overlay .title h1 span{
  color: #e51d3b;
  font-weight: 600;
}

.video-container .overlay .title p{
  line-height: 1.6em;
  color: #ddd;
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
}
.video-container .overlay .title .a-btn{
  display: inline-block;
  margin-top: 30px;
  margin-right: 20px;
  background-color: transparent;
  color: #fff
}

.video-container .overlay .title .a-btn:hover{
  color: #333;
}
/*----------------------------------------------------
end section video-container for video page
----------------------------------------------------*/

/*----------------------------------------------------
start section slider for slider page
----------------------------------------------------*/
.slider{
  height: 600px;
}

.slider .container-fluid{
  padding: 0;
}

.slider .item{
  height: 600px;
}

.slider .item .overlay{
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: rgba(30,30,30,0.75);
  height: 100%;
  color: #fff;
  cursor: e-resize
}

.slider .first{
  background-image: url(../images/merkezi-yaglama-sistemleri-8c99e.jpg);
  background-position: center;
  background-attachment: local;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider .second{
  background-image: url(../images/makine-yaglama-sistemleri-1badb.jpg);
  background-attachment: local;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.slider .third{
  background-image: url(../images/otomatik-yaglama-sistemleri-58924.jpg);
  background-attachment: local;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider .overlay .title h1{
  font-size: 45px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 200;
  margin: 0;
}

.slider .overlay .title h1 span{
  color: #e51d3b;
  font-weight: 600;
}

.slider .overlay .title p{
  line-height: 1.6em;
  color: #ddd;
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
}
.slider .overlay .title .a-btn{
  display: inline-block;
  margin-top: 30px;
  margin-right: 20px;
  background-color: transparent;
  color: #fff
}

.slider .overlay .title .a-btn:hover{
  color: #333;
}

.slider .owl-dots{
  position: absolute;
  top: 550px;
  width: 100%;
  justify-content: center;   
}
/*----------------------------------------------------
end section slider for slider page
----------------------------------------------------*/

/*----------------------------------------------------
Start Section about
----------------------------------------------------*/
.about{
  padding: 70px 0;
}

.about .image,
.about .words{
  margin-bottom: 30px;
}

.about .words h2{
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
}

.about .words p{
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.about .words .a-btn{
  font-weight: 400;
  background-color: #e51d3b;
  color: #fff;
  border-color: #e51d3b;
  margin-top: 20px;
  display: inline-block;
}

.about .words .a-btn:before{
  background-color: #333;
}

.about .words .a-btn:hover{
  background-color: transparent;
  color: #fff;
  border: 2px solid #333;
}
/*----------------------------------------------------
end Section about
----------------------------------------------------*/

/*----------------------------------------------------
start Section video
----------------------------------------------------*/
.video{
  background-image: url(../images/85.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  text-align: center;
}

.video .overlay{
  background-color: rgba(0,0,0,0.7);
  padding: 70px 0;
}

.video h2{
  color: #fff;
  margin-bottom: 30px;
}

.video .fa {
  color: #e51d3b;
  background-color: #fff;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 30px;
  padding-left: 5px;
}

.video .fa:hover{
  color: #fff;
  background-color: #e51d3b;
}
/*----------------------------------------------------
end Section video
----------------------------------------------------*/

/*----------------------------------------------------
start Section services
----------------------------------------------------*/
.services{
  text-align: center;
  background-color: #f7f7f7;
}

.services .overlay{
  padding: 70px 0;
}

.services .item{
  margin-bottom: 30px;
  padding: 50px 30px;
  background-color: #fff;

  box-shadow: 0 5px 30px -5px #ccc;
}

.services .item:hover{
  box-shadow: 0 8px 30px -5px #888;
}

.services .item .fa{
  font-size: 40px;
  color: #e51d3b;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.services .item h3{
  color: #333;
  font-size: 25px;
  font-weight: 600;
}

.services .item:hover h3{
  color: #e51d3b
}

.services .item p{
  color: #555;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}
/*----------------------------------------------------
end Section services
----------------------------------------------------*/

/*----------------------------------------------------
start Section skills
----------------------------------------------------*/
.skills{
  position: relative;
}

.skills .back-div{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background-image: url(../images/pexels-photo-434645.jpg);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.skills h1{
  text-align: left;
  margin-bottom: 30px;
}

.skills p{
  color: #333;
  font-weight: 400;
  line-height: 25px;
  word-spacing: 2px;
  margin-bottom: 30px;
}

.skills .progress-bar{
  font-weight: 400;
  font-size: 14px;
  background-color: #e51d3b;
}

.skills .progress-bar .left{
	float: left;
	margin-left: 5px;
}

.skills .progress-bar .right{
	float: right;
	margin-right: 5px;
}
/*----------------------------------------------------
end Section skills
----------------------------------------------------*/

/*----------------------------------------------------
start Section say
----------------------------------------------------*/
.say{
  background-image: url(../images/85.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: top;
}

.say .overlay{
  background-color: rgba(0,0,0,0.85);
  padding: 100px 0;
}

.say p{
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  margin: 0 10%;
  word-spacing: 2px;
}

.say p .fa{
  color: #888
}

.say h5{
  text-align: center;
  color: #e51d3b;
  margin-top: 30px;
  font-size: 18px;
}
/*----------------------------------------------------
end Section say
----------------------------------------------------*/

/*----------------------------------------------------
Start Section team
----------------------------------------------------*/
.team{
  padding: 70px 0;
  text-align: center;
}

.team .area{
  position: relative;
}

.team .item{
  margin: 0 20px;
  padding-bottom: 50px;

}

.team .item:focus{
  outline: none;
}

.team .item img{
  margin: 0 auto;
}

.team .item h5{
  color: #444;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 5px;
}

.team .item span{
  color: #666;
  font-weight: 300;
  font-size: 14px;
}

.team .item p{
  color: #555;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  margin-top: 5px;
}

.team .item .fa{
  display: inline-block;
  margin: 5px;
  font-size: 18px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  color: #333;
  text-align: center;
  background-color: transparent;
  border-radius: 50%;
}

.team .item .fa:hover{
  color: #fff;
}

.team .item .fa-facebook:hover{
  background-color: #4867aa
}  

.team .item .fa-twitter:hover{
  background-color: #1da1f2
}

.team .item .fa-youtube:hover{
  background-color: #ff0000
}

.team .item .fa-linkedin:hover{
  background-color: #007bb6
}

.blog .controllers {
  text-align: center;
  position: relative;
}

.blog .controllers .prev{
  position: absolute;
  bottom: 0;
  left: 49%;
  transform: translateX(-80%);
  margin-bottom: 13px;

}

.blog .controllers .next{
  position: absolute;
  bottom: 0;
  left: 49%;
  transform: translateX(80%);
  margin-bottom: 13px;
}


.blog .controllers span{
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
  font-size: 16px;
  cursor: pointer;
  color: #333;
  border: 1px solid #333;
  border-radius: 50%;
}

.blog .controllers span:hover{
  background-color: #e51d3b;
  color: #fff;
  border-color: #e51d3b;
}
/*----------------------------------------------------
end Section team
----------------------------------------------------*/

/*----------------------------------------------------
start Section facts
----------------------------------------------------*/
.facts{
 background-image: url(../images/85.jpg);
 background-attachment: fixed;
 background-position: top;
 background-repeat: no-repeat;
 background-size: cover;
 text-align: center;
}

.facts .overlay{
  padding: 70px 0;
  background-color: rgba(0,0,0,0.8);
}

.facts .item{
  margin-bottom: 30px;
}

.facts .fa{
  color: #fff;
  font-size: 35px;
}

.facts h4{
  color: #fff;
  font-size: 35px;
  color: #e51d3b;
}

.facts p{
  color: #fff;
  font-weight: 400;
  font-size: 22px;
}
/*----------------------------------------------------
end Section facts
----------------------------------------------------*/

/*----------------------------------------------------
start work section   
----------------------------------------------------*/
.work{
  padding: 70px 0;
  width: 100%;
  text-align: center;
}

.work ul{
  list-style: none;
  margin-bottom: 30px;
}

.work ul li{
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  padding: 5px 10px;
  cursor: pointer;
  color: #555;
  font-weight: 400;
  border: 1px solid transparent;
}

.work .selected{
  color: #e51d3b;
  border: 1px solid #e51d3b;
  border-radius: 5px;
}

.work .work-area{
  position: relative;
  margin-bottom: 30px;
}

.work .work-area .image{
  overflow: hidden
}

.work .work-area .image img{
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.work .work-area:hover .image img{
  transform: scale(1.05);
}

.work .work-area .overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.85);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.work .work-area .overlay .inner{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin: auto;
}

.work .work-area .overlay .inner h2{
  transform: translateY(-10px);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
}

.work .work-area .overlay .inner p{
  transform: translateY(10px);
  color: #e51d3b;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
}

.work .work-area:hover .overlay{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  opacity: 1;
}

.work .work-area:hover .overlay .inner h2,
.work .work-area:hover .overlay .inner p{
  transform: translateY(0);
}
/*----------------------------------------------------
end work section 
----------------------------------------------------*/

/*----------------------------------------------------
start clients section 
----------------------------------------------------*/
.clients{
  background-image: url(../images/6341.jpg);
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.clients .overlay{
  padding: 70px 0;
  background-color: rgba(0,0,0,0.8);
}

.clients .heading{
  color: #fff;
}

.clients .overlay .item img{
  height: 100px;
  width: auto;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 10px;
}

.clients .overlay .item p{
  color: #eee;
  font-size: 18px;
  line-height: 1.7em;
  margin: 0 10%;
  text-align: center;
}

.clients .overlay .item .fa{
  color: #e51d3b;
  font-size: 20px;
}

.clients .overlay .item h4{
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  color: #e51d3b;
}
/*----------------------------------------------------
end clients section 
----------------------------------------------------*/

/*----------------------------------------------------
start twitter section 
----------------------------------------------------*/
.twitter{
  text-align: center;
  background-image: url(../images/city-sunny-people-street.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.twitter .overlay{
  background-color: rgba(0,0,0,0.75);
  padding: 70px 0;
}

.twitter .fa-twitter{
  color: #1da1f2;
  font-size: 40px;
  margin-bottom: 20px;
}

.twitter .item .fa{
  color: #aaa;
  font-size: 20px;
}

.twitter .item p{
  color: #eee;
  font-size: 18px;
  line-height: 30px;
  margin: 0 10%;
}

.twitter .item p span{
  color: #58bbff;
}

.twitter .item h4{
  color: #1da1f2;
  margin-top: 30px;
  font-size: 18px;
}

.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot:hover span{
  background-color: transparent;
  border: 1px solid #ddd;
}

.owl-theme .owl-dots .owl-dot.active span{
  background-color: #e51d3b;
  border: 1px solid #e51d3b;
}
/*----------------------------------------------------
end twitter section 
----------------------------------------------------*/

/*----------------------------------------------------
start help section 
----------------------------------------------------*/
.help{
  padding: 70px 0;
}

.help .box{
  padding: 0;
}

.help .colored{
  background-color: #f5f5f5; 
}

.help .box img{
  width: 100%;
}

.help .box .item{
  padding: 50px;
  min-height: 390px;
}

.help .box .item h3{
  font-size: 23px;
  font-weight: 600;
}

.help .box .item strong{
  color: #e51d3b;
}

.help .box .item p{
  font-size: 14px;
  line-height: 25px;
  color: #555;
  margin: 30px 0;
  font-weight: 400;
}

.help .box .item .a-btn{
  font-weight: 400;
  background-color: #e51d3b;
  color: #fff;
  border-color: #e51d3b;
}

.help .box .item .a-btn:before{
  background-color: #333;
}

.help .box .item .a-btn:hover{
  background-color: transparent;
  color: #fff;
  border: 2px solid #333;
}
/*----------------------------------------------------
end help section 
----------------------------------------------------*/

/*----------------------------------------------------
start price section 
----------------------------------------------------*/
.price{
  padding: 70px 0;
  text-align: center;
  background-color: #f8f8f8;
}

.price .item{
  box-shadow: 0px 10px 35px -5px #bbb;
  margin-bottom: 30px;
  padding: 50px 0;
  background-color: #fff;
}

.price .item .price-box{
  padding-bottom: 20px;
  border-bottom: 1px solid #e51d3b;
  margin: 0 10%;
  margin-bottom: 20px;
}

.price .item .price-box p{
  font-size: 30px;
  font-weight: 600;
}

.price .item .price-box strong{
  font-weight: 900;
  font-size: 50px;
  color: #e51d3b;
}

.price .item:hover .price-box strong{
  color: #222;
}

.price .item p{
  color: #333;
  font-size: 16px;
  line-height: 1.6
}

.price .item .a-btn{
  font-weight: 400;
  margin-top: 20px;
  display: inline-block;
  background-color: #e51d3b;
  color: #fff;
}

.price .item .a-btn:hover{
 background-color: transparent;
 border: 1px solid #333;
 color: #fff;
}

.price .item .a-btn:before{
  background-color: #333;
}
/*----------------------------------------------------
end price section 
----------------------------------------------------*/

/*----------------------------------------------------
start subscribe section 
----------------------------------------------------*/
.subscribe{
  background-image: url(../images/85.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.subscribe .overlay{
  background-color: rgba(0,0,0,0.75);
  padding: 70px 0;
}

.subscribe p{
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  word-spacing: 2px;
  text-align: center;
  margin: 0 10%;
  color: #fff;
  margin-bottom: 30px;
}

.subscribe .a-btn{
  color: #fff;
}

.subscribe .a-btn:hover{
  color: #333;
}
/*----------------------------------------------------
end subscribe section 
----------------------------------------------------*/

/*----------------------------------------------------
start blog section 
----------------------------------------------------*/
.blog{
  padding: 70px 0;
  background-color: #f7f7f7;
}

.blog .blog-area{
  margin-bottom: 30px;
  background-color: #fff;
  padding: 20px 20px 30px 20px;
  box-shadow: 0 5px 10px -1px #ddd;
  min-height: 430px;
}

.blog .blog-area .image{
  position: relative;
  overflow: hidden;
}

.blog .blog-area .image img{
  width: 100%;
  transition: transform 0.5s ease-in-out;
}

.blog .blog-area:hover img{
  transform: scale(1.1);
/*    -webkit-filter: grayscale(100%);
filter: grayscale(100%);*/
}

.blog .blog-area .image .overlay .fa{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%)translateY(-50%);
  background-color: #fff;
  color: #333;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
}

.blog .blog-area .image .overlay .fa:hover{
  background-color: #e51d3b;
  color: #fff;
}

.blog .blog-area .box span{
  font-size: 13px;
  margin-right: 10px;
  margin-top: 10px;
  display: inline-block;
  color: #333;
  margin-bottom: 10px;
  font-weight: 400;
}

.blog .blog-area .box span .fa{
  color: #e51d3b;
  margin-right: 5px;
}

.blog .blog-area .box h1{
  font-size: 22px;
  margin-top: 10px;
  color: #333;
  font-weight: 700;
  margin-bottom: 0;
}

.blog .blog-area .box h1:hover{
  color: #e51d3b
}

.blog .blog-area .box p{
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
  color: #777;
  font-weight: 400;
  word-spacing: 2px;
  margin-top: 20px;
}

.blog .blog-area .box .a-btn{
  font-size: 13px;
  padding: 10px 15px;
  background-color: #e51d3b;
  color: #fff;
}

.blog .blog-area .box .a-btn:before{
  background-color: #333;
}

.blog .blog-area .box .a-btn:hover{
  background-color: #e51d3b;
  /*border: 1px solid #333;*/
  color: #000;
}
/*----------------------------------------------------
end blog section 
----------------------------------------------------*/

/*----------------------------------------------------
start purchase Section
----------------------------------------------------*/
.purchase{
  background-image: url(../images/6341.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.purchase .overlay{
  background-color: rgba(0,0,0,0.75);
  padding: 70px 0;
}

.purchase p{
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}

.purchase .a-btn{
  color: #fff;
}

.purchase .a-btn:hover{
  color: #333;
}
/*----------------------------------------------------
end purchase Section
----------------------------------------------------*/

/*----------------------------------------------------
start partners Section
----------------------------------------------------*/
.partners{
  padding: 70px 0;
  background-color: #f7f7f7;
}

.partners img{
  opacity: 0.4;
  margin: 15px 0px;
  max-width: 100%;
  cursor: pointer;
}

.partners img:hover{
  opacity: 1
}
/*----------------------------------------------------
end partners Section
----------------------------------------------------*/

/*----------------------------------------------------
start contact-me Section
----------------------------------------------------*/
.contact {
  padding: 70px 0;
  text-align: center;
}

.contact .item{
  margin-bottom: 30px;
}

.contact .item .fa{
  font-size: 30px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #555;
  border-radius: 50%;
}

.contact .item h5{
  font-size: 22px;
  color: #333;
  margin: 20px 0 10px 0;
}

.contact .item p{
  color: #555;
  font-size: 15px;
}

.contact-form {
  border-radius: 3px;
}

.contact-form .form-group{
  margin-bottom: 30px;
  position: relative;
}

.contact-form .form-group span{
  display: block;
  text-align: left;
  margin-bottom: 10px;
  font-weight: 500;
  color: #555;
}

.contact-form .form-group label{
  position: absolute;
  left: 30px;
  top: 45px;
  color: #e51d3b;
  font-size: 16px;
}

.form-control {
  display: block;
  border: 1px solid #ddd;
  width: 100%;
  height: 45px;
  font-size: 16px;
  padding: 0;
  color: #222;
  text-indent: 40px;
  background-image: none;
  border-radius: 4px;
  box-shadow: none; 
  font-weight: 300;
  line-height: 45px;
}

.form-control:focus {
  outline: 0;
  box-shadow: none;
}

.contact-form input[type='submit'] {
  color: #fff;
  font-size: 14px;
  background: #e51d3b;
  border: none;
  -webkit-transition:all .1s ease-in-out;
  -moz-transition:all .1s ease-in-out;
  -o-transition:all .1s ease-in-out;
  transition:all .1s ease-in-out;
  outline: none;
  box-shadow: none;
  font-weight: 400;
  border: 2px solid transparent;
  border-radius: 5px;
  padding: 10px 25px;
}

.contact-form input[type='submit']:hover {
  border: 2px solid #e51d3b;
  color: #222;
  background-color: #fff;
  outline: 0;
  box-shadow: none;
}
/*----------------------------------------------------
end contact-me Section
----------------------------------------------------*/

#telif p {
  float: left;
  font-size: 13px;
}

.list.list-icons {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  margin-top: 10px;
  margin-bottom: 24px;
}
.list.list-icons li {
  position: relative;
  padding-left: 15px;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 20px;
  color: #777;
  font-weight: 400;
  word-spacing: 2px;
  margin-top: 20px;
}
/*----------------------------------------------------
start social-icon-div
----------------------------------------------------*/
.social-icon-div{
  background-color: #111;
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid #888;
}

.social-icon-div i{
  margin-top: 20px;
  color: #333;
  margin-right: 10px;
  font-size: 15px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 50%;
  margin-bottom: 10px;
}

.social-icon-div i:hover{
  color: #fff;
  background-color: #e51d3b;
  border: 1px solid #e51d3b;
}

.social-icon-div p{
  color: #fff;
  font-weight: 400;
}
/*----------------------------------------------------
end social-icon-div
----------------------------------------------------*/

/*----------------------------------------------------
start scroll-top div
----------------------------------------------------*/
#scroll-top {
  width:40px;
  height:40px;
  color:#fff;
  background-color:#444;
  text-align:center;
  position:fixed;
  border-radius: 50%;
  right:15px;
  bottom:10px;
  z-index:9999;
  display: none;
  cursor:pointer;
  padding: 10px;
}

#scroll-top:hover {
  background-color:#e51d3b;
}

#scroll-top i{
  line-height: 15px;
}
/*----------------------------------------------------
end scroll-top div
----------------------------------------------------*/


@media only screen and (max-width: 768px) {
  .navbar-header a{
    width: 80%;
    padding-bottom: 0px;
  }
  .header .navbar-toggle {
    margin-top: 34px;
    padding: 10px;
  }
  .heading {
    position: relative;
    font-weight: 500;
    font-size: 35px;
    color: #333;
    margin-bottom: 25px;
    margin-top: 0;
    text-align: center;
  }
  .about .words h2{
    font-size: 25px;
  }
  .blog .controllers .next{
    left: 45%;
  }
  .blog .controllers .prev{
    left: 45%;
  }
  .blog .controllers{
    margin-top: 30px;
  }
  .blog{
    padding: 45px 0;
  }
  .blog .slider{
    height: 450px;
  }
  .header.shrink .navbar-toggle {
    margin-top: 25px;
    padding: 10px;
}

}
