@import url("https://fonts.googleapis.com/css?family=Dosis:500,700&subset=latin-ext");

html {
  font-size: 16px;
}

body {
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

p {
  color: #777;
  line-height: 100%;
  margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #051829;
  margin: 0;
}

ul {
  padding-left: 0;
  margin: 0;
  list-style-position: inside;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  color: #777;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #777;
}

a:focus {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
}

.section-padding {
  padding: 40px 0;
}

.back-to-top {
  background-color: rgba(90, 90, 90, 0.9);
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 16px;
  bottom: 16px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.back-to-top:hover {
  background-color: #4a4a4a;
}

.back-to-top i {
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #051829;
  -webkit-box-shadow: 0 0 5px 0 #0b3356;
  -moz-box-shadow: 0 0 5px 0 #0b3356;
  -o-box-shadow: 0 0 5px 0 #0b3356;
  -ms-box-shadow: 0 0 5px 0 #0b3356;
  box-shadow: 0 0 5px 0 #0b3356;
}

.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.page-title {
  background: url("../../images/header-background.jpg") center center/cover no-repeat local;
  height: 260px;
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.50);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.50);
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.50);
}

.page-title:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-title .container {
  height: 100%;
  display: table;
}

.page-title .container > .row {
  padding-top: 182px;
}

.page-title h1,
.page-title ol {
  color: #fff;
}

.page-title h1 {
  font-size: 23px;
  font-weight: 500;
  margin: 0;
  text-shadow: 0px 1px 1px #333;
}


.page-title .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  text-align: right;
}

.page-title .breadcrumb li {
  font-size: 14px;
  color: #fff;
  margin: 0px;
  padding: 3px 0px;
  text-shadow: 0px 1px 1px #333;
}


.page-title .breadcrumb li a {
  color: #bbb;
}

.page-title .breadcrumb li a:hover {
  color: #fff;
}

.page-title .breadcrumb > li + li:before {
  content: "/";
  color: #bbb;
  margin-right: 4px;
}

.services-section{
  padding: 70px 0px 48px 0px;
  position: relative;
  z-index: 7;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.90);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.90);
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.90);
}

.services-section h2{
  font-size: 35px;
  font-weight: 700;
  color: #444;
  line-height: 35px;
  margin: 0 0 18px 0;
  padding:6px 0 18px 0;
  position: relative;
  text-shadow: 1px 1px 0px #fff;
}

.services-section h2:before {
  content: "";
  background-color: #fdc900;
  width: 35px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 4px;
}

.services-section p {
  color: #444;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  margin: 0;
  padding: 0; 
}

.services-slider {
  overflow: hidden;
}

.services-slider a{
  margin:23px 0 0 0;
  padding: 0;
  display: block;
}
.services-slider .details{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.8) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.services-slider h3 {
  position: absolute;
  bottom: 38px;
  left: 30px;
  font-size: 19px;
  color: #fff;
  margin: 0;
  padding: 0px 0px 0px 62px;
}

.services-slider h3:before{
  content: "";
  width: 42px;
  height: 36px;
  position: absolute;
  background: url(../../images/iplik-icon.png);
  top: -8px;
  left: 0px;
}

.services-slider .owl-controls {
  margin-top: 12px;
}

.services-slider .owl-dots {
  height: 20px;
}

.services-slider .owl-dots .owl-dot span {
  background: #bfbfbf;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.services-slider .owl-dots .owl-dot.active span,
.services-slider .owl-dots .owl-dot:hover span {
  background-color: #fdc900;
}

.services-slider .owl-dots .owl-dot.active span {
  width: 10px;
  height: 10px;
}

.statistic-section {
  background: url(../images/statistic-bg.jpg) center center no-repeat;
  box-shadow: 0 1px 1px #333;
  position: relative;
  z-index: 6;
  padding: 105px 0px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.50);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.50);
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.50);
}

.statistic-section h4 {
  font-size: 36px;
  margin: 0;
  font-weight: 700;
  padding: 5px 0px 16px 0px;
  position: relative;
  color: #fff;
  text-shadow: 1px 1px 0px #34220c;
}

.statistic-section h4:before {
  content: "";
  background-color: #fdc900;
  width: 35px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}

.statistic-section img {
  float: right;
  margin: 0px;
  padding: 0px 20px 0px 0px;
  display: inline-block;
}

.statistic-section .text {
  float: right;
}

.statistic-section .text span {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 0px #34220c;
  display: block;
  margin: 0px;
  padding: 0px 0px 6px 0px;
  line-height: 40px;
}

.statistic-section .text em {
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 0px #34220c;
  font-style: normal;
  display: block;
  margin: 0px;
  padding: 0px;
  line-height: 18px;
}

.blog-list{
  position:relative;
  margin-bottom:35px;
  padding-bottom: 70px;
  border-bottom:1px solid #f2f2f2;
}

.blog-list .image{
  position:relative;
  background-color:#fff;
}

.blog-list .image img{
  background:#dcdcdc;
  border-radius: 6px;
  border-bottom: 1px solid #999;
  width: 100%;
}

.blog-list:hover .image img{
  opacity:0.8;
}

.blog-list .content h2{
  position:relative;
  color:#666;
  padding: 15px 0px 8px 0px;
  font-size:24px;
  font-weight:500;
}

.blog-list .content h2 a{
  position:relative;
  color:#666;
}

.blog-list .content .blog-info ul{ margin-bottom: 10px; }

.blog-list .content .blog-info li {
  margin-right:15px;
  display:inline-block;
  color:#aaa; 
}

.blog-list .content .blog-info li a, .blog-list .content .blog-info li a:visited {
  color:#aaa;
  text-decoration:none; 
}

.blog-list .content .blog-info li a:hover {
  color:#34495e;
  text-decoration:none; 
}

.blog-list .content .blog-info li span {
  font-size:15px;
  margin-right:5px;
  color:#aaa;
  position:relative;
  top:1px;
}

.blog-list .content p{
  font-size: 16px;
  line-height: 23px;
  text-align: justify;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

.blog-list .content a.link{
  float: right;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 23px;
  background: #666;
  color: #fff;
  border-radius: 3px;
}

.blog-detail-section{  }

.blog-detail-section .blog-image{
  position:relative;
  background-color:#fff;
}

.blog-detail-section .blog-image img{
  background:#dcdcdc;
  border-radius: 6px;
  border-bottom: 1px solid #999;
  width: 100%;
}

.blog-detail-section .blog-info{
  position:relative;
  color:#aaa;
  margin: 10px 0px;
}

.blog-detail-section .blog-info ul{ margin-bottom: 10px; }

.blog-detail-section .blog-info li {
  margin-right:15px;
  display:inline-block;
  color:#aaa; 
}

.blog-detail-section .blog-info li a, .blog-detail-section .blog-info li a:visited {
  color:#aaa;
  text-decoration:none; 
}

.blog-detail-section .blog-info li a:hover {
  color:#34495e;
  text-decoration:none; 
}

.blog-detail-section .blog-info li span {
  font-size:15px;
  margin-right:5px;
  color:#aaa;
  position:relative;
  top:1px;
}

.blog-detail-section .blog-text p{
  font-size: 16px;
  line-height: 24px;
  margin-bottom:20px;
}

.blog-detail-section .blog-gallery h4{
  font-size: 25px;
  font-weight: 500;
  color: #444;
  line-height: 25px;
  margin: 40px 0 18px 0;
  padding:0 0 18px 0;
  position: relative;
  text-shadow: 1px 1px 0px #fff;
}

.blog-detail-section .blog-gallery h4:before {
  content: "";
  background-color: #fdc900;
  width: 35px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 4px;
}

.blog-detail-section .blog-gallery img{
  width:100%;
  display:block;
  margin-bottom: 30px;
}


.blog-list-section .blog-pagination{
  position:relative;
}

.blog-list-section .blog-pagination li{
  position:relative;
  display:inline-block;
  margin:0px 6px 0px 0px;
}

.blog-list-section .blog-pagination li.prev a,
.blog-list-section .blog-pagination li.next a{
  color:#848484;
}

.blog-list-section .blog-pagination li a{
  position:relative;
  display:inline-block;
  line-height:40px;
  height:40px;
  font-size:18px;
  min-width:40px;
  color:#666666;
  font-weight:600;
  text-align:center;
  background:#ffffff;
  border:1px solid #d6d6d6;
  text-transform:capitalize;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
}

.blog-list-section .blog-pagination li a:hover,
.blog-list-section .blog-pagination li a.active{
  color:#ffffff;
  border-color:#666666;
  background-color:#666666;
}

#header {
  z-index: 10;
}

#header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

#header .navigation > .container {
  position: relative;
}

#header .navigation ul {
  list-style-type: none;
}

#header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  float: right;
}

#header #navbar > ul li a:hover,
#header #navbar > ul li a:focus {
  text-decoration: none;
  color: #051829;
}

.topbar {
  background-color: #162f46;
  padding: 9px 0px;
}

.topbar .slogan {
  display: block;
  line-height: 20px;
}

.topbar .slogan > span {
  font-size: 15px;
  color: #fff;
}

#header #navbar > ul > li > a:hover:before {
  width: 12px;
}

#header .site-logo{
  margin-top: 14px;
  margin-bottom: 14px;
}

#header .social {
  display: block;
  text-align: right;
  line-height: 100%;
}

#header .social > span {
  font-size: 14px;
  color: #fff;
}

#header .social-links {
  display: inline-block;
  text-align: right;
  overflow: hidden;
  list-style-type: none;
}

#header .social-links li {
  float: left;
  line-height: 20px;
}

#header .social-links li:last-child{
  padding-left: 12px;
  border-left: 1px dotted #fff;
}

#header .social-links > li + li {
  margin-left: 14px;
}

#header .social-links li a {
  font-size: 14px;
  color: #fff;
  display: block;
  text-align: center;
}

.slick-slider{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus{
  outline: none;
}
.slick-list.dragging{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after{
  display: table;
  content: '';
}

.slick-track:after{
  clear: both;
}

.slick-loading .slick-track{
  visibility: hidden;
}

.slick-slide{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide img{
  display: block;
}

.slick-slide.slick-loading img{
  display: none;
}

.slick-slide.dragging img{
  pointer-events: none;
}

.slick-initialized .slick-slide{
  display: block;
}

.slick-loading .slick-slide{
  visibility: hidden;
}

.slick-vertical .slick-slide{
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.hero {
  position: relative;
  height: 680px;
  overflow: hidden;
  text-align: center;
  z-index: 9;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.50);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.50);
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.50);
}

.hero .slide {
  height: 680px;
  position: relative;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 100px;
}


.hero .slide .slider-bg {
  display: none;
}

.hero .slide:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero .slide:focus {
  outline: none;
}

.hero .slide .container {
  height: 100%;
  display: table;
  padding: 0;
}

.hero .slide .row {
  display: table-cell;
  vertical-align: middle;
}

.hero .slick-prev,
.hero .slick-next {
  background-color: rgba(255,255,255,0.5);
  width: 50px;
  height: 50px;
  padding: 0px 18px 2px 18px;
  z-index: 9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 58%;
  display: block;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
}

.hero .slick-prev:hover,
.hero .slick-next:hover
{
    color: transparent;
    outline: none;
    background: transparent;
}
.hero .slick-prev:hover:before,
.hero .slick-prev:focus:before,
.hero .slick-next:hover:before,
.hero .slick-next:focus:before
{
    opacity: 1;
}
.hero .slick-prev.slick-disabled:before,
.hero .slick-next.slick-disabled:before
{
    opacity: .25;
}

.hero .slick-prev:before,
.hero .slick-next:before
{
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.hero .slick-prev:hover,
.hero .slick-next:hover {
  background-color: rgba(255,255,255,0.8);
}

.hero .slick-prev {
  left: 50px;
}


.hero .slick-prev:before {
  font-family: "FontAwesome";
 content:url(../../images/banner-ok-02.png); width:32px; height:34px;
  opacity: 1;
  font-size: 36px;
}

.hero .slick-next {
  right: 50px;
}

.hero .slick-next:before {
  font-family: "FontAwesome";
  content:url(../../images/banner-ok-01.png); width:32px; height:34px;
  opacity: 1;
  font-size: 36px;
}

.hero .slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.hero .slick-dots {
  bottom: 30px;
  display: none !important;
}

.hero .slick-dots li
{
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.hero .slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.hero .slick-dots li,
.hero .slick-dots li button {
  width: 14px;
  height: 14px;
}

.hero .slick-dots li button {
  background-color: #162f46;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.hero .slick-dots li button:before {
  display: none;
}

.hero .slick-dots li {
  opacity: 0.5;
}

.hero .slick-dots .slick-active {
  opacity: 1;
}


.hero .slick-dots li button:hover,
.hero .slick-dots li button:focus
{
    outline: none;
}
.hero .slick-dots li button:hover:before,
.hero .slick-dots li button:focus:before
{
    opacity: 1;
}
.hero .slick-dots li button:before
{
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hero .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > span {
  -webkit-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -o-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  animation: fadeInLeftSlow 1.5s 0.8s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > p {
  -webkit-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -o-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  animation: fadeInLeftSlow 1.5s 1.4s forwards;
}

.hero .hero-slider .slide-caption > span {
  display: block;
  font-size: 47px;
  line-height: 100%;
  font-weight: 700;
  color: #fff;
  text-align: left;
  margin: 0px;
  padding: 15px 0px;
}


.hero .hero-slider .slide-caption > p {
  display: block;
  font-size: 22px;
  line-height: 100%;
  font-weight: 500;
  color: #fff;
  text-align: left;
  margin: 0;
}


.footer{
  padding: 77px 0 0 0;
  background-color: #373a3c;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(17,17,17,1);
  -moz-box-shadow: inset 0 1px 2px 0 rgba(17,17,17,1);
  box-shadow: inset 0 1px 2px 0 rgba(17,17,17,1);
}

.footer ul,
.footer li,
.footer p,
.footer a {
  color: #fff;
  list-style: none;
}

.footer h6{
  font-size: 21px;
  line-height: 21px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 14px 0;
  padding:0 0 22px 0;
  position: relative;
  text-shadow: 1px 1px 0px #333;
}

.footer h6:before {
  content: "";
  background-color: #fdc900;
  width: 35px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 4px;
}

.footer .aboutus p {
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  text-align: justify;
  margin: 0px;
  padding: 0px;
}

.footer .social li {
  float: left;
  display: inline-block;
  background: #333;
  border-radius: 2px;
  padding: 0px;
  margin: 4px 11px 5px 0px;
}

.footer .social li a i{
  font-size: 16px;
  width:44px;
  height: 44px;
  text-align: center;
  padding: 14px;
  display: block;
  color: #a3a3a3;
}

.footer .links {
  overflow: hidden;
}

.footer .links ul li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 3px;
}

.footer .links ul li a {
  font-size: 15px;
  font-weight: 500;
  margin: 0px;
  padding: 0px;
  line-height: 24px;
}

.footer .links ul li:before {
  font-family: "FontAwesome";
  content:url(../../images/alt-ok.png); width:12px; height:18px;
  font-size: 17px;
  color: #fff;
  position: absolute;
  left: 0;
  top: -1px;
}

.footer .contact li {
  display: block;
  clear: both;
  padding: 0px;
  margin: 18px 0px 0px 0px;
}

.footer .contact li:last-child{ margin: 9px 0px 0px 0px; }

.footer .contact li i{
  font-size: 16px;
  text-align: center;
  color: #a3a3a3;
  background: #333;
  width:44px;
  height: 44px;
  margin: 0px 18px 0px 0px;
  padding: 14px;
  display: inline-block;
  float: left;
  border-radius: 2px;
}

.footer .contact li span{ display: block; font-size: 15px; line-height: 22px; margin: 0px; padding: 0px; }
.footer .contact li em{ display: block; font-size: 28px; line-height: 30px; font-style: normal; margin: 0px; padding: 7px 0px; }
.footer .contact li a:hover{ color:#fff; }


.footer .copyright-info {
  margin-top: 73px;
  background-color: #303030;
  padding: 20px 0;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(17,17,17,1);
  -moz-box-shadow: inset 0 1px 2px 0 rgba(17,17,17,1);
  box-shadow: inset 0 1px 2px 0 rgba(17,17,17,1);
}

.footer .copyright-info span {
  font-size: 15px;
  color: #999;
  margin: 0;
  padding: 0px;
  text-align: left;
  display: block;
  text-shadow: 1px 1px 0px #222;
  line-height: 21px;
}

.footer .copyright-info a {
  font-size: 15px;
  color: #999;
  margin: 0;
  padding: 0px 0px 0px 22px;
  text-align: right;
  display: block;
  text-shadow: 1px 1px 0px #222;
  line-height: 21px;
  float: right;
  background:url(../images/webmaster-logo.png) 0px 3px no-repeat;
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -100%;
  z-index: 10000;
  opacity: 0;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}

.sticky-on {
  opacity: 1;
  top: 0;
}

#header .sticky-header{
  background-color: #fff !important;
}

.offer-section{
  padding: 75px 0 0 0;
  background:url(../../images/offer-bg.png) center top repeat;
  position: relative;
  z-index: 8;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.50);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.50);
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.50);
}

.offer-section h1{
  font-size: 35px;
  font-weight: 700;
  color: #444;
  line-height: 35px;
  margin: 0 0 17px 0;
  padding:0 0 17px 0;
  position: relative;
  text-shadow: 1px 1px 0px #fff;
}

.offer-section h1:before {
  content: "";
  background-color: #fdc900;
  width: 35px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 4px;
}

.offer-section p{
  color: #444;
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 18px;
  text-align: justify;
  text-shadow: 1px 1px 0px #fff;
}
.offer-section p:last-child{
  margin-bottom: 0px;
}

.offer-section img{
  margin-top: 8px;
  width: 435px;
  display: block;
  float: right;
}


.production-main-section{
  position: relative;
  z-index: 8;
  padding: 110px 0px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.50);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.50);
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.50);
}

.production-main-section h2{
  font-size: 35px;
  font-weight: 500;
  color: #444;
  line-height: 35px;
  margin: 0 0 18px 0;
  padding:0 0 18px 0;
  position: relative;
  text-shadow: 1px 1px 0px #fff;
}

.production-main-section h2:before {
  content: "";
  background-color: #fdc900;
  width: 35px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 4px;
}

.production-main-section p {
  color: #777;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  margin: 0;
  padding: 0 0 20px 0; 
}

.production-main-section p:last-child{
  padding-bottom: 0px;
}

.production-main-section .production-main-img {
  padding: 0 0 0 45px;
  position: relative;
}

.production-main-section .production-main-img:after {
  content: "";
  width: 465px;
  height: 460px;
  border: 2px solid #fdc900;
  position: absolute;
  left: 150px;
  top: -60px;
}

.production-main-section .production-main-img img {
  position: relative;
  z-index: 2;
}

.production-statistic-section {
  background: url(../images/production-statistic-bg.jpg) center center no-repeat;
  position: relative;
  z-index: 7;
  padding: 70px 0px;
}

.production-statistic-section img {
  float: left;
  margin: 0px;
  padding: 0px 30px 0px 0px;
  display: inline-block;
}

.production-statistic-section .col:nth-child(3) img,
.production-statistic-section .col:nth-child(4) img {
  float: right;
}

.production-statistic-section .col:nth-child(3) .text,
.production-statistic-section .col:nth-child(4) .text {
  float: right;
}

.production-statistic-section .text {
  float: left;
}

.production-statistic-section .text span {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 0px #34220c;
  display: block;
  margin: 0px;
  padding: 0px 0px 6px 0px;
  line-height: 40px;
}

.production-statistic-section .text em {
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 0px #34220c;
  font-style: normal;
  display: block;
  margin: 0px;
  padding: 0px;
  line-height: 18px;
}

.production-detail-section{
  padding: 60px 0px 0px 0px;
  position: relative;
  z-index: 6;
}

.production-detail-section .detail-text p{
  color: #777;
  font-size: 16px;
  line-height: 23px;
  text-align: justify;
  margin: 0;
  padding: 0 20px 20px 0; 
}

.production-detail-section .detail-text p:last-child{
  padding-bottom: 0px;
}

.production-detail-section .detail-text h3{
  font-size: 35px;
  font-weight: 500;
  color: #444;
  line-height: 35px;
  margin: 0 0 18px 0;
  padding:0px 0px 18px 0;
  position: relative;
}

.production-detail-section .detail-text h3:before {
  content: "";
  background-color: #fdc900;
  width: 35px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 4px;
}

.production-detail-section img{
  max-width: 64px;
  width: 100%;
}

.production-detail-section h4{
  font-size: 20px;
  font-weight: 500;
  color: #444;
  line-height: 20px;
  margin: 0 0 10px 0;
  padding:0px;
  position: relative;
}

.production-detail-section p{
  color: #777;
  font-size: 16px;
  line-height: 23px;
  text-align: justify;
  margin: 0;
  padding: 0 0 54px 0;
}

.production-detail-section .col-md-9{
  padding-left: 0px;
}


.production-gallery-section{
  padding: 10px 0px 30px 0px;
  position: relative;
  z-index: 5;
}

.production-gallery-section img{
  width: 100%;
  margin-bottom: 30px;
}

.services-statistic-section {
  background: url(../images/production-statistic-bg.jpg) center center no-repeat;
  position: relative;
  z-index: 7;
  padding: 70px 0px;
}

.services-statistic-section img {
  float: left;
  margin: 0px;
  padding: 0px 30px 0px 0px;
  display: inline-block;
}

.services-statistic-section .col:nth-child(3) img,
.services-statistic-section .col:nth-child(4) img {
  float: right;
}

.services-statistic-section .col:nth-child(3) .text,
.services-statistic-section .col:nth-child(4) .text {
  float: right;
}

.services-statistic-section .text {
  float: left;
}

.services-statistic-section .text span {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 0px #34220c;
  display: block;
  margin: 0px;
  padding: 0px 0px 6px 0px;
  line-height: 40px;
}

.services-statistic-section .text em {
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 0px #34220c;
  font-style: normal;
  display: block;
  margin: 0px;
  padding: 0px;
  line-height: 18px;
}

.services-gallery-section{
  padding: 60px 0px 30px 0px;
  position: relative;
  z-index: 5;
}

.services-gallery-section img{
  width: 100%;
  margin-bottom: 30px;
}

.collection-section{
  padding: 70px 0px 48px 0px;
  position: relative;
  z-index: 5;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.50);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.50);
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.50);
}

.collection-section h5{
  font-size: 35px;
  font-weight: 700;
  color: #444;
  line-height: 35px;
  margin: 0 0 18px 0;
  padding:6px 0 18px 0;
  position: relative;
  text-shadow: 1px 1px 0px #fff;
}

.collection-section h5:before {
  content: "";
  background-color: #fdc900;
  width: 35px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 4px;
}

.collection-section p {
  color: #444;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  margin: 0;
  padding: 0; 
}

.collection-section a{
  margin:23px 0 0 0;
  padding: 0;
  display: block;
}


.collection-section .owl-controls {
  margin-top: 12px;
}

.collection-section .owl-dots {
  height: 20px;
}

.collection-section .owl-dots .owl-dot span {
  background: #bfbfbf;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.collection-section .owl-dots .owl-dot.active span,
.collection-section .owl-dots .owl-dot:hover span {
  background-color: #fdc900;
}

.collection-section .owl-dots .owl-dot.active span {
  width: 10px;
  height: 10px;
}


.collection-section .owl-controls .owl-nav {
  width: 100%;
  position: absolute;
  left: 0;
  top: 39%;
  z-index: 10;
}

.collection-slider .owl-controls .owl-nav .owl-prev,
.collection-slider .owl-controls .owl-nav .owl-next {
  background: transparent;
  font-size: 24px;
  color: #19436c;
  padding: 0;
  position: absolute;
}

.collection-slider .owl-controls .owl-nav .owl-prev:hover,
.collection-slider .owl-controls .owl-nav .owl-next:hover {
  background: transparent;
  color: #fdc900;
}

.collection-slider .owl-controls .owl-nav .owl-prev {
  left: -40px;
}

.collection-slider .owl-controls .owl-nav .owl-next {
  right: -40px;
}


.reference-section{
  padding: 50px 0px 38px 0px;
  position: relative;
  z-index: 4;
}

.reference-section a{
  margin:0;
  padding: 0;
  display: block;
}



.stable-page-section .title {
  position: relative;
  margin-top: 52px;
}

.stable-page-section img.main-img{ display: block; width: 100%; margin: 0px 0px 20px 0px; padding:1px; border:1px solid #b8b8b8; background: #fff; border-radius: 3px; }

.stable-page-section p{ font-size: 16px; text-align: justify; line-height: 24px; margin-bottom: 25px; }

.stable-page-section blockquote{padding: 0px 0px 0px 35px; margin: 0px 0px 25px 0px; border:none; }
.stable-page-section blockquote:before { font-family: "FontAwesome"; content: "\f10d"; background:none; width:0px; height:0px;  font-style:normal; color:#c8c8c8; font-size:20px; position:relative; top:0px; left:-30px; float:left; }
.stable-page-section blockquote p{ font-size:16px; line-height: 24px; font-style:italic; text-align: justify; }

.stable-page-section h2, .stable-page-section h3, .stable-page-section h4, .stable-page-section h5{ font-size: 27px; line-height: 30px; margin: 30px 0px 10px 0px; font-weight: 500; color: #444; padding-bottom: 14px; position: relative; text-shadow: 1px 1px 0px #fff; }
.stable-page-section .gallery{ margin: 30px 0px 0px 0px; padding: 0px; }
.stable-page-section .gallery img{ width: 100%; border-radius: 3px; padding:1px; margin-bottom: 30px; border:1px solid #b8b8b8; }

.showroom {
  padding: 50px 0px 30px 0px;
}

.showroom img {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}

.showroom img:hover {
  -webkit-box-shadow: 0px 0px 2px 0px #333;
  -moz-box-shadow: 0px 0px 2px 0px #333;
  box-shadow: 0px 0px 2px 0px #333;
}

.showroom p {
  font-size: 17px;
  text-align: center;
  line-height: 24px;
  padding: 0px 0px 30px 0px;
}

.showroom span{ font-size: 17px; text-align: center; line-height: 24px; display: block; padding: 0px 0px 30px 0px; }


.referans {
  padding: 50px 0px 30px 0px;
}

.referans img {
  width: 100%;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
  border: 1px solid #efefef;
}

.referans img:hover {
  border: 1px solid #dedede;
}

.referans p {
  font-size: 17px;
  text-align: center;
  line-height: 24px;
  padding: 0px 0px 30px 0px;
}

.form-section {  }

.form-section form {
  margin-bottom: 30px;
}

.form-section h6 {
  margin: 13px 0px 20px 0px;
  background: #e9e9e9;
  height: 3px;
  letter-spacing: 0px;
  color: #40332e;
}

.form-section h6 span {
  background: #fff;
  padding-right: 12px;
  position: relative;
  top: -13px;
  font-size: 22px;
  font-weight: 500;
}

.form-section label {
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #40332e;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}

.form-section input, .form-section textarea {
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 21px;
  padding: 10px 0;
  text-indent: 10px;
  background: #fafafa;
  color: #aaa;
  outline: 0;
}

.form-section input[type="submit"] {
  width: auto;
  border: none;
  text-indent: 0px;
  display: block;
  color: #fff;
  cursor: pointer;
  margin: 0px;
  font-size: 16px;
  padding: 9px 20px;
  background: #373a3c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.form-section #sonuc {
  position: absolute;
  float: left;
  top: 8px;
  left: 120px;
}

.sidebar h6, .contact-sidebar h6{
  margin:13px 0px 20px 0px;
  background:#e9e9e9;
  height:3px;
  letter-spacing:0px;
  color:#333;
}
.sidebar h6 span, .contact-sidebar h6 span{
  background:#fff;
  padding-right:12px;
  position:relative;
  top:-13px;
  font-size:22px;
  font-weight:500;
}

.sidebar p{ font-size: 16px; line-height: 24px; text-align: justify; }
.sidebar p:last-child{ margin-bottom: 0px; }

.sidebar .contact{ background:url(../images/caller-img.png) right bottom no-repeat; border-bottom:1px solid #e9e9e9; min-height:70px; margin-top: 40px !important; }
.sidebar .contact span{ font-size:28px; font-weight: 500; line-height: 35px; color:#888; display:block; margin:0px; padding: 0px; }
.sidebar .contact span a{ color:#777; }
.sidebar .contact em{ font-size:16px; color:#777; font-style:normal; display:block; }

.sidebar .social ul li {
  display: inline-block;
  list-style: none;
  margin-top:7px;
  padding: 0px;
  border:none;
}
.sidebar .social ul li a {
  display: block;
  color: #fff;
  font-size: 15px;
  padding:12px;
  margin:0px 6px 0px 0px;
  line-height:100%;
  background:#aaa;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
}
.sidebar .social ul li a i{ width: 21px; text-align: center; }
.sidebar .social ul li:last-child a{ margin-right:0px; }


.sidebar > .widget + .widget, .contact-sidebar > .widget + .widget {
  margin-top: 50px;
}


.sidebar .sidebar-gallery{ width: 100%; }
.sidebar .sidebar-gallery img{ border-radius: 2px; }
.sidebar .sidebar-gallery .owl-controls .owl-nav .owl-prev,
.sidebar .sidebar-gallery .owl-controls .owl-nav .owl-next {
  background: #fff;
  font-size: 34px;
  border-radius: 0px;
  color: #888;
  margin: 0px;
  line-height: 30px;
  position: absolute;
  top: 38%;
}

.sidebar .sidebar-gallery .owl-controls .owl-nav .owl-prev:hover,
.sidebar .sidebar-gallery .owl-controls .owl-nav .owl-next:hover {
  color: #666;
}

.sidebar .sidebar-gallery .owl-controls .owl-nav .owl-prev {
  left: 1px;
  padding: 0px 10px 0px 8px !important;
}

.sidebar .sidebar-gallery .owl-controls .owl-nav .owl-next {
  right: 1px;
  padding: 0px 8px 0px 10px !important;
}

.contact-sidebar .clearfix{ margin-bottom: 30px; }
.contact-sidebar i{ min-width: 45px; text-align: center; display: inline-block; float: left; font-size: 30px; color: #aaa; margin: 0px; padding: 0px 15px 0px 0px; }
.contact-sidebar p{ display: inline; font-size: 16px; color: #777; line-height: 24px; text-align: justify; }
.contact-sidebar em{ font-size:30px; color: #777; line-height: 28px; font-style: normal; }
.contact-sidebar em a{ color: #777; margin: 0px; padding: 0px; line-height: 0;  }
.contact-sidebar p a{ font-size: 21px; color: #777; margin: 0px; padding: 0px; line-height: 30px; }
.contact-sidebar #map { height: 250px; border-radius: 3px; border:1px solid #777; }


.sidebar .categories ul {
  list-style-type: none;
}
.sidebar .categories ul li{
  font-size: 16px;
  font-weight: 400;
  list-style: none;
  position: relative;
  margin: 0px;
  border-top: 1px dotted #ccc;
  padding: 0px 0px 0px 15px;
}
.sidebar .categories ul li a{
  font-size: 16px;
  font-weight: 400;
  padding: 6px 0px;
  margin: 0px;
  color: #777;
  display: block;
}

.sidebar .categories ul li:last-child{ border-bottom: 1px dotted #ccc; }
.sidebar .categories ul li:before{
  content: "\f105";
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 21px;
  color: #aaa;
  font-family: "FontAwesome";
}

.sidebar .categories ul li:hover{
  padding-left: 36px;
}

.sidebar .categories ul li:hover a{
  color: #777;
}

.sidebar .categories ul li:hover a, 
.sidebar .categories ul li:hover:before{
  color: #333;
}
.sidebar .categories ul li:hover:before {
  padding: 0 8px;
  background-color: rgba(0,0,0,0.1);
}

.sidebar .categories ul li, .sidebar .categories ul li a, .sidebar .categories ul li:before, .sidebar .categories ul li a:before{
  -webkit-transition: all 0.3s ease-in 0s;
     -moz-transition: all 0.3s ease-in 0s;
      -ms-transition: all 0.3s ease-in 0s;
       -o-transition: all 0.3s ease-in 0s;
          transition: all 0.3s ease-in 0s;
}

.services-detail {
  padding: 60px 0px;
  position: relative;
  z-index: 8;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.50);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.50);
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.50);
}

.services-detail .slider-wrapper .slider-for {
  text-align: center;
}

.services-detail .slider-wrapper .slider-for img {
  display: inline-block;
}

.services-detail .slider-wrapper .slider-nav {
  padding: 20px 40px;
  background: rgba(222,222,222,1);
}

.services-detail .slider-wrapper .slider-nav > i {
  font-size:35px;
  padding: 0px 10px;
  color: #333;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
}

.services-detail .slider-wrapper .slider-nav > i:hover {
  cursor: pointer;
}

.services-detail .slider-wrapper .slider-nav .nav-btn-rt {
  left: auto;
  right: 0px;
}

.services-detail .slider-wrapper .slider-nav .slick-slide {
  text-align: center;
  outline: none; 
}

.services-detail .slider-wrapper .slider-nav .slick-slide img {
  display: inline-block;
  padding: 0px 10px;
  cursor: pointer;
  outline: none;
}

.services-detail .detail-description {
  padding: 0px;
}

.services-detail .detail-description h2{
  font-size: 35px;
  font-weight: 500;
  color: #444;
  line-height: 35px;
  margin: 0 0 18px 0;
  padding:0 0 18px 0;
  position: relative;
  text-shadow: 1px 1px 0px #fff;
}

.services-detail .detail-description h2:before {
  content: "";
  background-color: #fdc900;
  width: 35px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 4px;
}

.services-detail .detail-description p {
    color: #777;
    font-size: 16px;
    line-height: 23px;
    text-align: justify;
    margin: 0;
    padding: 0 0 20px 0;
}

.services-detail .detail-description p:last-child {
  padding-bottom: 0px;
}

.bulletin-section{
  position:relative;
  z-index: 4;
  padding: 75px 0px 80px 0px;
  background: url(../../images/bulletin-bg.png) center top no-repeat;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.50);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.50);
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.50);
  
}

.bulletin-section span{
  font-size: 29px;
  line-height: 29px;
  font-weight: 700;
  color: #888;
  text-shadow: 1px 1px 0px #fff;
  margin: 0px 0px 30px 0px;
  padding: 0px;
  text-align: center;
  display: block;
}

.bulletin-section form{
  margin: 0px; 
  padding: 0px;
  position: relative;
}

.bulletin-section input[type="text"]{
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #999;
  margin: 0px;
  padding: 15px;
  border: 0px;
  border-radius: 3px;
  box-shadow: 0px 1px 1px 0px #aaa;
}

.bulletin-section input[type="submit"]{
  position: absolute;
  top: 0px;
  right: 0px;
  background: #fdc900;
  border: 0px;
  border-radius: 3px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0px;
  padding: 13px 30px;
}

.bulletin-section #sonuc{ position: absolute; top: 43px; left: 0px; background: #fff; display: block; margin: 0px; border-radius: 3px; box-shadow: 0px 1px 0px 0px #aaa; }
.bulletin-section #sonuc span{ font-size: 14px; font-weight: 500; color: #898989; margin: 0px; padding: 0px 15px; }
.bulletin-section #sonuc img{ display: none !important; }


@media screen and (max-width: 1600px) {
  .hero .slick-prev {
    left: 5px;
  }
  .hero .slick-next {
    right: 5px;
  }
  .hero .hero-slider .slide-caption > span, .hero .hero-slider .slide-caption > p {
    text-align: center;
  }
  .collection-slider .owl-controls {
    display: none;
  }
  .footer .social li{
    margin: 4px 6px 1px 0px;
  }
  .footer .social li a i{
    width: 37px;
    height: 46px;
    padding: 14px 11px;
  }
  .footer .aboutus p{
    line-height: 20px;
    height: 100px;
    overflow: hidden;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #header #navbar > ul > li > a {
    font-size: 17px !important;
    padding: 30px 8px !important;
  }
  .hero, .hero .slide {
    height: 400px;
  }
  .hero .hero-slider .slide-caption > span {
    font-size: 35px;
  }
  .hero .hero-slider .slide-caption > p {
    font-size: 20px;
  }
  .offer-section h1{
    font-size: 31px;
    margin: 0 0 11px 0;
  }
  .offer-section p{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 14px;
  }
  .offer-section img{
    margin-top: 40px;
  }
  .services-section h2, .collection-section h2{
    font-size: 31px;
  }
  .services-section p, .collection-section p{
    line-height: 22px;
  }
  .statistic-section h4{
    font-size: 29px;
  }
  .statistic-section img{
    width: 70px;
    height: 50px;
  }
  .statistic-section .text span{
    font-size: 35px;
    line-height: 28px;
  }
  .sidebar p{
    line-height: 21px;
  }
  .sidebar .contact span{
    font-size: 26px;
  }
  .sidebar .social ul li a{
    font-size: 13px;
    padding: 9px 7px;
  }
  .services-detail .detail-description p{
    line-height: 22px;
    padding: 0 0 14px 0;
  }
  .production-main-section .production-main-img:after{
    height: 388px;
    top: 19px;
  }
  .production-main-section .production-main-img{
    padding: 76px 0 0 45px;
  }
}

@media screen and (min-width: 992px) {
  #header {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }
  #header .topbar {
    background: transparent;
  }
  #header .navigation {
    background-color: transparent;
  }
  #header .navigation .container {
    background-color: #fff;
    border-radius: 5px;
  }
  #header #navbar li {
    position: relative;
  }
  #header #navbar > ul > li > a {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    padding: 30px 15px;
    position: relative;
    color: #333;
  }
  #header #navbar > ul .sub-menu {
    background-color: #222;
    width: 220px;
    position: absolute;
    left: 0;
    top: 130%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  #header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #444;
  }
  #header #navbar > ul > li .sub-menu > li:last-child {
    border-bottom: 0;
  }
  #header #navbar > ul > li .sub-menu a {
    font-size: 15px;
    color: #bbb;
    display: block;
    padding: 10px 15px;
  }
  #header #navbar > ul > li .sub-menu a:hover {
    background-color: #333;
    color: #fff;
  }
  #header #navbar > ul > li > .sub-menu .sub-menu {
    left: 110%;
    top: 0;
  }
  #header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  #header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 15px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  #header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
  #header .navbar-header .open-btn {
    display: none;
  }
  #header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {
  #header #navbar > ul > li a {
    display: block;
    font-size: 17px;
  }
  #header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  #header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  #header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  #header #navbar > ul > li > .sub-menu a:before{
    font-family: "FontAwesome";
    content: "\f0da";
    font-size: 17px;
    position: relative;
    left: -8px;
    top: 50%;
    color: #bbb;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  #header #navbar > ul .menu-item-has-children > a {
    position: relative;
  }
  #header #navbar > ul .menu-item-has-children > a:after {
    font-family: "FontAwesome";
    content: "\f0dd";
    font-size: 17px;
    position: absolute;
    right: 15px;
    top: 50%;
    color: #bbb;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #header .navbar-header button {
    background-color: #162f46;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 22px;
    z-index: 20;
  }
  #header .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  #header .navbar-header button span:last-child {
    margin: 0;
  }
  #header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 100;
  }
  #header #navbar ul a {
    color: #162f46;
  }
  #header #navbar ul a:hover{
    color: #162f46;
  }
  #header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  #header #navbar .close-navbar {
    background-color: #162f46;
    width: 46px;
    height: 40px;
    color: #fff;
    border: 0;
    outline: none;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 20;
  }
  #header #navbar > ul > li {
    border-bottom: 1px solid #cccccc;
  }
  #header #navbar > ul > li > a {
    padding: 10px 15px 10px 35px;
  }
  #header .slideInn {
    right: 0 !important;
  }
  #header .navbar-collapse.collapse {
    display: none;
  }
  #header .navbar-header .collapse,
  #header .navbar-toggle {
    display: block;
  }
  #header .navbar-header {
    float: none;
  }
  #header .navbar-nav {
    float: none;
  }
  #header .navbar-nav > li {
    float: none;
  }
  #header .site-logo {
    position: relative;
    max-width: 261px;
    z-index: 10;
  }
  .hero, .hero .slide {
    height: 360px;
  }
  .hero .slide {
    padding-top: 0px;
  }
  .hero .slick-prev,
  .hero .slick-next {
    display: none !important;
  }
  .hero .slick-dots {
    display: block !important;
  }
  .services-section{
    padding: 55px 0px;
  }
  .offer-section{
    padding: 55px 0;
  }
  .offer-section img{ 
    display: none;
  }
  .statistic-section{
    padding: 55px 0px;
  }
  .statistic-section h4{
    font-size: 22px;
  }
  .statistic-section img{
    display: none;
  }
  .statistic-section .text span{
    font-size: 35px;
    line-height: 28px;
  }
  .collection-section{
    padding: 55px 0px;
  }
  .bulletin-section{
    padding: 55px 0px;
  }
  .footer{
    padding: 55px 0 0 0;
  }
  .footer .social li{
    margin: 4px 8px 3px 0px;
  }
  .footer .social li a i{
    font-size: 15px;
    width: 44px;
    height: 35px;
    padding: 10px;
  }
  .footer .aboutus p{
    line-height: 21px;
    height: auto;
    overflow: auto;
  }
  .footer .links, .footer .contact{
    margin-top: 50px;
  }
  .footer .contact li span{
    line-height: 44px;
  }
  .footer .copyright-info{
    margin-top: 50px;
  }
  .page-title{
    height: 120px;
  }
  .page-title .container > .row{
    padding-top: 47px;
  }
  .production-main-img{
    display: none;
  }
  .production-main-section{
    padding: 55px 0px;
  }
  .production-statistic-section img{
    display: none;
  }
  .production-detail-section{
    padding-top: 55px; 
  }
  .production-detail-section .detail-text{
    padding-bottom: 55px;
  }
  .production-detail-section .detail-text p{
    padding-left: 0px;
    padding-right: 0px;
  }
  .services-detail .detail-description{ 
    padding-top: 40px;
  }
  .services-statistic-section img{
    display: none;
  }
  .blog-list-section .blog-pagination{
    padding-bottom: 40px;
  }
}


@media (max-width: 767px) { 
  .page-title {
    height: 220px;
  }
  #header #navbar .navbar-nav {
    margin: 0;
  }
  .topbar .slogan {
    display: none;
  }
  #header .site-logo {
    max-width: 210px;
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .hero, .hero .slide {
    height: 320px;
  }
  .hero .hero-slider .slide-caption > span {
    font-size: 28px;
  }
  .hero .hero-slider .slide-caption > p {
    font-size: 17px;
  }
  .footer .social, .footer .links, .footer .contact{
    margin-top: 50px;
  }
  .footer .social li{
    margin: 4px 5px 3px 0px;
  }
  .footer .social li:last-child{
    margin-right: 0px;
  }
  .footer .social li a i{
    font-size: 16px;
    width: 44px;
    height: 44px;
    padding: 14px;
  }
  .footer .aboutus p{
    line-height: 20px;
    height: auto;
    overflow: auto;
  }
  .footer .contact li i{
    margin-bottom: 10px;
  }
  .footer .contact li span{
    font-size: 14px;
    line-height: 22px;
  }
  .footer .contact li em{
    font-size: 27px;
  }
  .footer .copyright-info {
    text-align: center;
  }

  .footer .copyright-info span {
    margin-bottom: 10px;
    text-align: center;
  }
  .footer .copyright-info a {
    display: inline-block;
    float: none;
  }
  .offer-section h1{
    line-height: 42px;
  }
  .statistic-section h4{
    margin-bottom: 20px;
  }
  .statistic-section .text{
    float: left;
  }
  .statistic-section .text span{
    font-size: 30px;
  }
  .statistic-section .text em{
    font-size: 13px;
  }
  .bulletin-section span{
    font-size: 23px;
  }
  .bulletin-section input[type="text"]{
    font-size: 13px;
  }
  .page-title{
    height: 110px;
  }
  .page-title .container{
    display: block;
  }
  .page-title .container > .row{
    padding-top: 35px;
  }
  .page-title .breadcrumb{
    text-align: left;
    padding-top: 5px; 
  }
  .page-title h1{
    font-size: 15px;
  }
  .page-title .breadcrumb li{
    font-size: 11px;
    padding: 3px 0px;
  }
  .page-title .breadcrumb > li + li:before{
    margin-right: 0px;
  }
  .breadcrumb>li+li:before{
    padding: 0 3px 0px 0px;
  }
  .sidebar .social ul li a{
    margin: 0px 13px 0px 0px;
  }
  .production-main-section{
    padding-top: 40px;
  }
  .production-main-section h2{
    line-height: 40px;
  }
  .production-statistic-section{
    padding: 55px 0px;
  }
  .production-statistic-section .col .text{
    margin-bottom: 30px;
  }
  .production-statistic-section .col:nth-child(3) .text,
  .production-statistic-section .col:nth-child(4) .text {
    float: left;
    margin-bottom: 0px;
  }
  .services-detail{
    padding-top: 40px;
  }
  .services-detail .detail-description h2{
    font-size: 29px;
  }

  .services-statistic-section{
    padding: 55px 0px;
  }
  .services-statistic-section .col .text{
    margin-bottom: 30px;
  }
  .services-statistic-section .col:nth-child(3) .text,
  .services-statistic-section .col:nth-child(4) .text {
    float: left;
    margin-bottom: 0px;
  }
  .showroom, .referans {
    padding-top: 40px;
  }
  .showroom p, .referans p{
    font-size: 15px;
    text-align: justify;
    line-height: 21px;
  }
  .blog-list{
    padding-bottom: 62px;
  }
  .blog-list .content h2{
    font-size: 20px;
    line-height: 25px;
  }
  .blog-list .content a.link{
    padding: 4px 10px;
    font-size: 14px;
  }
}


.demir {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/demir-bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.demir h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.demir p {
  color: #fff;
}

.demir .demir-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.demir .demir-btn:hover {
  background: #16B6CF;
  border: 2px solid #16B6CF;
}

