html, body{height:100%;}
body{
    font-size: 13px;
    display:flex;
    flex-direction:column;
}
main{flex:1 0 auto;}
/*show pleides*/
.logo-box {
    position: relative;
    display: inline-block;
    margin-top: 14px;
}
.top-left li a{
  position: relative;
    display: inline-block;
    font-size: 13px;
    color: #fff;
}
.header-upper {
    position: relative;
    background: #000000;
    width: 100%;
    padding: 2px 35px 2px 35px;
}
.shortcut5{
  padding-top: 0;
  margin-top: -115px;
  padding-bottom: 30px;
}
.sec-title.two h2 {
    line-height: 1;
    margin-bottom: 15px !important;
    margin-top: 0px;
}
.about-section{
  position: relative;
  /*padding-bottom: 126px;*/
  /*padding-top: 111px;*/
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 50px;
}
.sec-pad {
    padding: 50px 0px 50px 0px;
}
.shortcut5 {
    padding-top: 0;
    margin-top: -115px;
    padding-bottom: 0px;
}
.team-section .single-item .shadow-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  /*box-shadow: inset 0px -110px 30px -15px rgba(0, 0, 0, 0.4);*/
  background: url(../images/video.png);
  background-color: #0000008a;
  background-size: 100%;
  opacity: 0;
  transition: all 1500ms ease;
}
.team-section .sec-title h2 {
    margin-bottom: 15px;
    line-height: 1;
}
.team-section .single-item .img-content {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}
.lower-content {
    padding: 10px;
}
.team-section .single-item .shadow-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    /* box-shadow: inset 0px -110px 30px -15px rgba(0, 0, 0, 0.4); */
    background: url(../images/sari-video.png);
    background-color: #0000008a;
    background-size: 100%;
    opacity: 1;
    transition: all 1500ms ease;
}
.about-section .img-box:before {
    position: absolute;
    content: '';
    background: url(../images/shap.png);
    width: 84%;
    height: 100%;
    left: 117px;
    top: 80px;
    background-repeat: no-repeat;
    z-index: -1;
}
.project-section .sec-title h2 {
    margin-bottom: 15px;
}
.sec-title h2 {
    font-size: 36px;
    color: #222222;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 5px;
    font-family: 'Poppins', sans-serif;
}
.brand-section {
    position: relative;
    padding: 20px 0px 20px 0px;
    background: #f5f5f7;
}
.history-section {
    position: relative;
    padding: 50px 0px 50px;
}
.single-shop .img-holder {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}
.single-shop .lower-content .product-name a, .single-shop .lower-content .text {
    position: relative;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 27px;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 2px;
    display: block;
    text-align: center;
}
.single-shop-page .single-shop-area p {
    margin-bottom: 10px;
}
/*videogaleri*/
   .videogaleri-container {
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: relative;
    }
    .hakkimizdaswiper-container {
      width: 48%;
      height: 100%;
    }
    .hakkimizdaswiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    float: left;
    margin-right: 39px;
    margin-bottom: 12px;
}
.about-title .text{
  text-align: justify;
  /*margin-bottom: 50px;*/
  margin-bottom: 20px;
}
.about-section .button {
    margin-top: 0px;
}
.single-project {
    position: relative;
    box-shadow: 0px 0 10px 3px rgba(204, 204, 204, 0.6);
    margin-bottom: 25px;
}

.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    transition: all 500ms ease;
    background: #fff;
}
.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    line-height: 28px;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    color: #ffffff;
    border-bottom: 1px solid #caa680;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    color: #222;
}
.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 90px;
    width: 220px;
    padding: 0px;
    z-index: 100;
    display: none;
    background: #fff;
    border-top: 3px solid #caa680;
    transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -webkit-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
}
/*.header-upper{
  padding: 5px 35px 5px 35px;
}
.header-lower{
  height: 70px;
}
.logo-box{
  margin-top: 15px;
  margin-bottom: 15px;
}
.logo-box img{
  width: 260px;
}*/
@media (max-width:1044px) {
  .main-menu {
    position: relative;
    display: inline-block;
    right: 0;
  }
  .main-menu .navigation > li {
    position: relative;
    display: inline-block;
    margin-left: 19px;
    margin-right: 0;
  }
}
@media (max-width: 950px){

}

@media (max-width: 1230px){
  .shortcut5{
    margin-top: -74px;
  }
}

@media only screen and (max-width: 991px){
  .logo-box {
      width: 100%;
      display: flex !important;
      margin: 15px auto;
      align-items: center;
      justify-content: center;
      z-index: 9;
  }
  .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    top: -4px;
  }
  .header-lower .container-fluid {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .header-upper .container-fluid{
    display: flex !important;
    align-items: center;
    justify-content: center;
    /*flex-direction: column;*/
  }
  .header-upper .top-left li {
    margin-right: 10px;
  }
  .header-upper .top-right .social-top li {
    margin-left: 14px;
  }
  .fixed-header .sticky-header{
    margin: 0;
    padding: 0;
  }
  
  .shortcut5{
    margin-top: 0px;
  }
  .videogaleri-container{
    margin-top: 109px;
  }
}
@media only screen and (max-width: 767px){
  .fixed-header .sticky-header .logo-box{
    margin-top: 10px !important;
    position: absolute;
  }
  .owl-next span{
    display: none;
  }
  .footer-column {
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.service-widget ul{
  column-count: 2;
  text-align: left;
}
.hakkimizdaswiper-container {
      width: 100%;
      height: 100%;
    }
}
@media only screen and (max-width: 1101px) and (min-width: 767px){
  .sticky-header .container-fluid{
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    padding: 0px 35px;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #fff;
    z-index: 0;
    box-shadow: 0px 1px 16px 0px rgba(113, 113, 113, 0.46);
    transition: all 500ms ease;
}
.blog-details .post-share-option {
    margin-bottom: 0;
}
.blog-page {
    position: relative;
    padding: 50px 0px 50px 0px;
}
@media only screen and (max-width: 767px){
.single-shop {
    max-width: 100%;
    margin-bottom: 10px;
}
}
.btn-pdf{
  background: linear-gradient(#860000,#f00);
    margin: 25px;
    color: #fff;
    border: none;
    font-size: 16px;
    padding: 5px 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.btn-pdf i{
  margin-right: 10px;
  font-size:35px;
}
.btn-pdf.active, .btn-pdf:active {
    background: linear-gradient(#860000,#f00);
    margin: 25px;
    color: #fff;
    border: none;
    font-size: 16px;
    padding: 5px 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}
.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
    color: inherit;
    text-decoration: none;
}
.table100 table{
  width: 100%;
}
@media only screen and (max-width: 1023px){

  .fixed-header .sticky-header,
  .sec-title .text br,
  .testimonial-section .outer-container:before,
  .fluid-section-one .outer-container .left-box,
  .history-section .left-line,
  .history-section .right-line,
  .history-section .left-line:before,
  .history-section .left-line:after,
  .history-section .right-line:before,
  .history-section .right-line:after,
  .contact-section .label-column,
  .sidebar-page-container .sidebar-side .with-border:before{
    display:none;
  }
  .history-block{
    margin-bottom:40px;
  }
  .history-block .inner-box .lower-content,
  .history-block-two .inner-box .lower-content{
    text-align:center;
    padding-left:0px;
    padding-right:0px;
    padding-top:10px;
  }
  
  .history-block .inner-box,
  .history-block-two .inner-box,
  .history-block .inner-box .lower-content .text,
  .history-block-two .inner-box .lower-content .text{
    padding-left:0px;
    padding-right:0px;
  }
  
  .history-block{
    padding-bottom:20px;
  }
  
  .history-block-two{
    border-top:1px solid #d0d0d0;
    padding-top:20px;
  }
  
  .history-block .inner-box .year{
    position:absolute;
    left:15px;
    top:15px;
    right:auto;
    color:#ffffff;
    padding:4px 10px;
    display:inline-block;
    background-color:#fc7837;
  }
  
  .history-block-two .inner-box .year,
  .history-block .inner-box .year{
    position:absolute;
    left:15px;
    top:15px;
    right:auto;
    z-index:9;
    color:#ffffff;
    padding:4px 20px;
    display:inline-block;
    background-color:#fc7837;
  }
}
@media only screen and (max-width: 767px){
  .history-block .inner-box .year .dott,
  .history-block-two .inner-box .year .dott{
    display:none !important;  
  }
  .history-block .inner-box,
  .author-box .author-comment .inner-box,
  .sidebar-page-container .comments-area .comment{
    padding-left:0px;
  }
  
  .history-block-two .inner-box{
    padding-right:0px;
  }
}
.videonext{
    font-size: 100px;
    top: 45% !important;
    padding: 0;
    margin: 0;
    color: #fff;
}
.videoprev{
    font-size: 100px;
    top: 45% !important;
    padding: 0;
    margin: 0;
    color: #fff;
}
.borsadate{
      position: absolute;
    right: 63px;
    top: 134px;
    background: gradient(#000,#ffff);
    font-size: 15px;
    background: linear-gradient(135deg, #00000005 0%,#000000 97%);
    border-radius: 11px;
    padding: 2px;
}
.main-menu .navigation > li.dropdown:hover > ul{
    max-height: 500px;
    cursor: auto;
    overflow-x: hidden;
}
.main-menu .navigation > li.dropdown > ul{
    max-height: 500px;
    cursor: auto;
    overflow-x: hidden;
}
@media only screen and (max-width: 767px){
.main-menu .navbar-collapse>.navigation li.dropdown .dropdown-btn {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    width: 100px;
    text-align: right;
}
}