
/* ------------------------------------------------------------------------------

  Template Name: Go.arch 
  Description: Go.arch  - Architecture HTML Template
  Author: Murren
  Author URI: http://themeforest.net/user/murren20
  Version: 1.0
  
  1.  Global

      1.1 General
      1.2 Typography
      1.3 Fields
      1.4 Buttons
      1.5 Icons
      1.6 Loader
      1.7 Content styles

  2.  Header 

      2.1 Brand
      2.2 Vertical Panel
      2.3 Navbar Desctop
      2.4 Navbar Desctop Affix
      2.5 Navbar Mobile
      2.6 Navbar Mobile Affix
      

  3.  Main

      3.1 Slider

  4.  About

      4.1 Services
      4.1 Object map

  5.  Projects

      5.1 Project Carousel
      5.2 Magnific popup
      5.3 Project Details

  6.  Experience
  7.  Clients
  8   Blog

      8.1 Blog Details
      8.2 Widgets
      8.3 Widget Recent Post

  9.  Contacts  
  10. Footer
  11. Responsive styles

      11.1 Min width: 768px
      11.2 Min width 992px
      11.3 Min width 1200px 
      11.4 Max height 480px

    
    
/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/



/* 1.1 General */



@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('animate.css');
@import url('hover.css');
@import url('magnific-popup.css');
@import url('owl.carousel.css');
@import url('owl.transitions.css');
@import url('settings.css');
@import url('layers.css');
@import url('navigation.css');


html{
  font-size: 75%;
  -webkit-font-smoothing: antialiased;
}

body{
  font-family: 'montserratlight', sans-serif;
  font-size: 1em;
  line-height: 1.65;
  color: #747474;
}

::-webkit-scrollbar{
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #fab900;
}

::selection {
    background-color: #fab900;
    color: #fff;
}

-webkit-::selection {
    background-color: #fab900;
    color: #fff;
}

::-moz-selection {
    background-color: #fab900;
    color: #fff;
}



@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/montserrat/Montserrat-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1,
.h1{ 
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 8vmin;
  line-height: 1.2;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #3d3d3d;
}

h2,
.h2{ 
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 2.1875em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #3d3d3d;
}

h3,
.h3{
  font-size: 1.875em;
  line-height: 1.1;
  font-weight: normal;
  color:#3d3d3d;
}

h4,
.h4{
  font-size: 1.125em;
  line-height: 1.35;
  font-weight: normal;
  color:#3d3d3d;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a{
  color:inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover{
  text-decoration: none;
}

p{
  margin-bottom: 1.6em;
}

b, strong{
  font-family: 'Montserrat', sans-serif;
}

ul{
  list-style: none;
  padding-left: 0;
}

a {
    color: #fab900;
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
}

a:hover,
a:focus {
  color:#c5a47e;
  outline: none;
}

a:focus{
  text-decoration: none;
}



/* 1.3 Fields */



.form-control,
textarea.form-control{
  font-size: 1em;
  height: 3.625em;
  border-radius: 1.75em;
  padding-left: 22px;
  color: #666666;
  background-color: #f3f3f3;
  border:1px solid #f3f3f3;
  -webkit-box-shadow:none;
          box-shadow:none;
      -webkit-appearance: none;
  -webkit-transition: all .15s;
       -o-transition: all .15s;
          transition: all .15s;
}

textarea.form-control{
  height: 7.9em;
  padding-top:1.1em;
  resize:none;
}

.form-control:focus{
  border-color:#c5a47e;
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow:none;
          box-shadow:none;
}

.form-control::-moz-placeholder {
  color: #666666;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #666666;
}

.form-control::-webkit-input-placeholder {
  color: #666666;
}

.form-control.error{
  border-color:#c5a47e;
}

.form-group{
  margin-bottom: 10px;
}

.wobble-error{
  -webkit-animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
           animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
}

label.error{
  display: none!important;
}



/* 1.4 Buttons */



.btn {
    position: relative;
    display: inline-block;
    border: 0.2em solid #c5a47e;
    border-radius: 30px;
    padding: 1.1em 2.2em 1.05em;
    font-size: 0.875em;
    color: #fff;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #fab900;
    border: 0;
    -webkit-transition: all .3s ease-out !important;
    transition: all .3s ease-out !important;
}

    .btn:hover,
    .btn:focus {
        color: #fff;
        background-color: #ca9602;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none !important;
    }

.btn .icon-next{
  position: relative;
  top:-0.1em;
  margin-left: 0.6em;
  vertical-align: middle;
}

.btn-gray{
  background-color: #f2f2f2;
  color: #a7a7a7;
}

.btn-shadow-1{
  box-shadow:0 15px 34px rgba(0,0,0,0.18);
}

.btn-shadow-2{
  box-shadow:0 15px 34px rgba(197,164,126,0.5);
}



/* 1.5 Icons */



.icon-next {
    display: inline-block;
    width: 0.94em;
    height: 0.75em;
    /*background: url('../images/next.png') 0 0 no-repeat;*/
    background-size: 0.94em 0.75em;
}



/* 1.6 Loader */



.loader{
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:#fff;
  color:#fff;
  text-align: center;
}

.loader .page-lines .line{
  background-color: #ededed;
}

.loader-brand{
  position: absolute;
  left:0;
  width: 100%;
  top:50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c5a47e;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}



/* 1.7 Content styles */



.layout{
  position: relative;
  overflow: hidden;
}

.text-primary {
    color: #fab900;
}

.page-lines{
  position: absolute;
  z-index: -1;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
}

.page-lines .col-line{
  padding: 0;
}

.page-lines .line{
  position: absolute;
  left: 0;
  width: 1px;
  height: 50000px;
  background-color:#f4f4f4;
}

.page-lines .col-line:last-child .line:last-child{
  left: auto;
  right: 0;
}

.section{
  position: relative;
  margin-top: 3.1em;
  margin-bottom: 7.1em;
}

.section-header{
  position: relative;
}

.section-title{
  text-align: center;
  margin:0;
  margin-left: 0.32em;
}

.fade-title-left,
.fade-title-right{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 10.8em;
  line-height: 1;
  color: #000;
  position: absolute;
  left: 0;
  top:0.03em;
  opacity: 0.035;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fade-title-right{
  left:100%;
}

.section-content{
  margin-top: 7.1em;
}



/*-------------------------------------------------------------------------------
  2. Header
-------------------------------------------------------------------------------*/



.header-inner .vertical-panel-content{
  bottom:auto;
  top:11.2vmin;
}



/* 2.1 Brand */


.brand-panel {
    position: absolute;
    z-index: 6;
    left: 0;
    top: 0;
    width: 32.47vmin;
    height: 35.7vmin;
    padding: 1.8vmin 2em 4.8vmin;
    background-color: #fff;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.brand{
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size:4vmin;
  line-height: 1;
  color: #3d3d3d;
}

.brand:hover,
.brand:focus{
  color: #3d3d3d;
  text-decoration: none;
}

.brand-name{
    display:none;
  position: absolute;
  z-index: -1;
  bottom: -0.4em;
 left:6px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 8.75em;
  line-height: 1;
  opacity: 0.1;
}

.slide-number{
    display:none;
  font-family: 'Oswald', sans-serif;
  margin-top: 8vmin;
}

.slide-number .current-number{
  font-size: 8vmin;
  letter-spacing: 0.1em;
  line-height: 1;
}

.slide-number sup{
  display: inline-block;
  position: relative;
  top:-3px;
  font-size: 2vmin;
  letter-spacing: 0.1em;
  color: #3d3d3d;
  vertical-align: top;
  margin-left: 0.46em;
}

.slide-number sup .delimiter{
  display: inline-block;
  margin-right: 0.4em;
}

.header-phone{
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 0.81em;
  letter-spacing: 0.32em;
  position: absolute;
  z-index: 3;
  color: #fff;
  left: 50vmin;
  top:5.9vmin;
}

 @media (max-width: 480px){
  .header-phone{
    display: none;
  }
 }

  @media (min-width: 992px) and (max-width: 1200px){
  .header-phone{
    display: none;
  }
 }



/* 2.2 Vertical Panel */



.vertical-panel,
.vertical-panel-content{
  position: absolute;
  width: 19.735vmin;
  left: 6vmin;
top:100px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.vertical-panel{
  z-index: 3;
  /*height: 10000px;*/
  background-color: #f6f5f3
}

.vertical-panel-content{
  z-index: 6;
}



.vertical-panel-info .line{
  height: 8vmin;
  width: 1px;
  margin:17px auto 0;
  background-color:#c5c4c2;
}

.vertical-panel-title{
  font-family: 'montserratsemibold';
  font-size: 10px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1em;
  color: #3d3d3d;
  position: relative;
  left: -6px;
  margin:0 auto;
  width: 1px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
   -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

@media (max-height: 850px){
  .vertical-panel-title{
    display: none;
  }
}

.social-list{
    padding-left:24px;
  margin-bottom: 3.5vmin;
  display:inline-flex;

}

.social-list li{
  margin-top: 1.8vmin;
  margin-right:3vmin;

}

.social-list .fa{
  font-size: 3.4vmin;
  color: #c5c4c2;
}

.social-list .fa:hover{
  color:#c5a47e;
  text-decoration: none;
}



/* 2.3 Navbar Desctop */



/*.navbar-desctop{
  display: none;
  position: absolute;
  z-index: 2;
  top:0;
  left:0;
  width: 100%;
}*/
.navbar-desctop {
    position: fixed;
    z-index: 5;
    top: 0;
    background-color: rgba(255,255,255,0.95);
    /* padding: 1.3em 0 0; */
    box-shadow: 0 0 35px rgba(0,0,0,0.1);
    width:100%;
}

.navbar-desctop .brand {
    display: none;
    position: relative;
    top: -0.22em;
    font-size: 1.6em;
}

.navbar-desctop-menu {
    float: right;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 0.81em;
    letter-spacing: 0.32em;
    margin-bottom: 0;
    margin-top: -50px;
    width:100%;
}

.navbar-desctop-menu li{
  position: relative;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.navbar-desctop-menu li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

    .navbar-desctop-menu li a:hover,
    .navbar-desctop-menu .active > a {
        color: #fab900;
    }

.navbar-desctop-menu  > li{
  float: left;
  margin-left: 3.1em;
}

.navbar-desctop-menu > li > a{
  color: #000;
  background-color: transparent;
  margin-bottom: 1.5em;
  font-weight:500;
}

.navbar-desctop-menu li ul{
  position: absolute;
  z-index: 10;
  left: 100%;
  top:60%;
  visibility: hidden;
  min-width: 200px;
  opacity: 0;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
  background: rgba(255,255,255,0.95);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.navbar-desctop-menu > li > ul{
  left: -20px;
  margin-top: 0;
}

.navbar-desctop-menu li:hover > ul{
  top:0;
  visibility: visible;
  opacity: 1;
}

.navbar-desctop-menu > li:hover > ul{
  top:100%;
}

.navbar-desctop-menu li li{
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.navbar-desctop-menu li li:last-child{
  border-bottom: 0;
}

.navbar-desctop-menu li li a{
  color: #000;
  padding: 12px 20px 10px;
}



/* 2.4 Navbar Desctop Affix */



.navbar-desctop.affix{
  position: fixed;
  z-index: 5;
  top:0;
  background-color:rgba(255,255,255,0.95);
  padding:1.3em 0 0;
  box-shadow: 0 0 35px rgba(0,0,0,0.1);
}

.navbar-desctop.affix.affix-top{
  padding-top:2.2em;
}

.navbar-desctop.affix .brand{
  display: inline-block;
}

.navbar-desctop.affix .navbar-desctop-menu li a{
  color: #000;
}

    .navbar-desctop.affix .navbar-desctop-menu li > a:hover,
    .navbar-desctop.affix .navbar-desctop-menu .active > a {
        color: #ffa300c7;
    }



/* 2.5 Navbar Mobile */



.navbar-mobile {width:100%;
    position: fixed;
    z-index: 5;
    background-color: #fff;
    box-shadow: 0 0 35px rgba(0,0,0,0.1);
}

.navbar-mobile .brand{
  display: none;
  margin-left: 15px;
  font-size: 1.6em;
}

.navbar-collapse{
  background-color: #fff;
}

@media (max-height: 320px ){
  .navbar-collapse{
    max-height: 240px;
  }
}

.navbar-toggle{
  padding: 0;
  margin-top:0;
  margin-bottom: 0;
  border-radius: 0;
  border:0;
}

.navbar-toggle .icon-bar{
  background-color:#fff;
  height: 2px;
  width: 30px; 
}

.navbar-toggle .icon-bar + .icon-bar{
  margin-top:5px;
}

    .navbar-toggle.collapsed .icon-bar {
        background-color: #fab900;
    }

.navbar-nav-mobile{
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 0.9em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  padding-top: 1.2em;
  margin-bottom: 0;
}

.navbar-nav-mobile li{
  position: relative;
  border-top:1px solid #ececec;
}

.navbar-nav-mobile li a{
  display: block;
  padding: 1em 1em;
  color: #000;
  text-decoration: none;
}

.navbar-nav-mobile > .current > a{
  color: #c5a47e;
}

.navbar-nav-mobile li a .fa-angle-down{
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.navbar-nav-mobile > .current > a .fa-angle-down{
  top:-0.2em;
  left:-0.3em;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

    .navbar-nav-mobile > .active > a,
    .navbar-nav-mobile > .active > a:hover {
        background-color: #fab900;
        color: #fff;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

.navbar-nav-mobile ul{
  display: none;
}

.navbar-nav-mobile li a:hover,
.navbar-nav-mobile li .active > a{
  color: #c5a47e;
}



/* 2.6 Navbar Mobile Affix */



.navbar-mobile.affix{
  position: fixed;
  z-index: 5;
  background-color: #fff;
  box-shadow: 0 0 35px rgba(0,0,0,0.1);
  padding: 1.2em 0;
}

.navbar-mobile.affix .brand{
  display: inline-block;
}

    .navbar-mobile.affix .navbar-toggle .icon-bar {
        background-color: #fab900;
    }



/*-------------------------------------------------------------------------------
  3. Main
-------------------------------------------------------------------------------*/



.main{
  position: relative;
  overflow: hidden;
  min-height: 420px;
}

.main-inner{
  position: relative;
  z-index: 1;
  min-height: 0;
  padding: 21.60vmin 0 14vmin;
}

.main-inner:after{
  content:'';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top:0;
  background-color: #171717;
  opacity: 0.1;
}

.main-projects,
.main-contacts {
    padding: 21.60vmin 0 14vmin;
}

.main-project{
  padding: 33.7vmin 0 11vmin;
  background-size: cover;
  background-position: center 0;
}

.main-contacts:after{
  content:'';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top:0;
  opacity: 0.5;
  background: -webkit-linear-gradient(bottom,  rgba(39,39,39,0.95) 0%,rgba(39,39,39,0.95) 26%,rgba(39,39,39,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top,  rgba(39,39,39,0.95) 0%,rgba(39,39,39,0.95) 26%,rgba(39,39,39,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.main-header{
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: right;
  padding-left: 38.5vmin;
}

.main-header h1{
  color: #fff;
  margin:0;
  margin-right: -0.32em;
  font-size:4vmin;
}

.main-inner .page-lines{
  z-index: 1;
  opacity: 0.15;
}

.main-inner .page-lines .line{
  border-color: #fff;
}

.main-blog .page-lines,
.main-projects .page-lines,
.main-project .page-lines,
.main-contacts .page-lines{
  opacity: 0.08;
}


/* 3.1 Slider */



.rev_slider{
  color: #fff;
  min-height: 420px;
}

.rev_slider .btn{
  -webkit-transition: background-color .3s ease-out!important;
          transition: background-color .3s ease-out!important;
}

.tp-caption{
  padding: 0 20px;
  text-align: right;
}

.arrow-left,
.arrow-right{
  position: absolute;
  z-index: 4;
  bottom: 4vh;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.arrow-left{
  left: 22vmin;
}

.arrow-right{
  right: 15px;
}

    .arrow-left:after,
    .arrow-right:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        background-color: transparent;
        font-family: 'Oswald', sans-serif;
        font-size: 5em;
        line-height: 0;
        letter-spacing: 0.32em;
        text-transform: uppercase;
        color: #fab900;
    }

.arrow-left:after{
  content:'<';
}

.arrow-right:before{
  content:'>';
}

.arrow-left:before,
.arrow-right:after{
  content:'';
  display: inline-block;
  vertical-align: middle;
  width:1.3em;
  height: 1em;
  opacity: 0.25;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.arrow-left:hover:before,
.arrow-right:hover:after{
  opacity: 1;
}

.arrow-left:before{
  /*background: url(../img/img-icon/prev.png) 0 0 no-repeat;*/
  background-size: 1.3em 1em;
  margin-right: 0.82em;
}

.arrow-right:after{
  /*background: url(../img/img-icon/next.png) 0 0 no-repeat;*/
  background-size: 1.3em 1em;
  margin-left: 0.72em;
}

.slide-title{
  font-family: 'Oswald', sans-serif;
  font-size: 50px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.slide-subtitle{
  font-size: 18px;
  line-height: 1.7;
}



/* ------------------------------------------------------------------------------- */
/*  4. About
/* ------------------------------------------------------------------------------- */



.bg-about {
    background: url('../images/kurumsal-ust.jpg') 50% 26px no-repeat;
    background-size: cover;
}

.entry{
  margin:3.2em 0;
}

.entry-title{
  font-size: 3.6em;
  margin:0 0 1em;
}

.entry-text{
  font-size: 1.6em;
  line-height: 1.6;
}

.about .fade-title-left{
  top:1em;
}

.col-about-title{
  margin-top: 0;
  margin-bottom:1.1em; 
}

.col-about-info p:last-child{
  margin-bottom: 0; 
}

.col-about-img{
  position: relative;
}

.col-about-img img{
  display: block;
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}



/* 4.1 Services */



.row-services{
  margin-left: -4.1em;
  margin-right: -4.1em;
}

.col-service{
  padding: 0 4.1em;
}

.service-item{
  margin-bottom:2em; 
}
.service-item img {
   
   display:block;
   margin:0 auto;
}
.anasayfaservice img{
    width:20%;
}
.service-item h4 {
    text-align: center;
    margin-top: 0.8em;
    margin-bottom: 1.1em;
}

.services .service-item h4{
  margin-top: 1.25em;
}

.service-item p:last-child{
  margin-bottom: 0;
}


/* 4.2 Object Map */



.objects{
  position: relative;
}

.object-label{
  position: absolute;
  width: 1em;
  height: 1em;
  background-color: #e5bf93;
  border-radius: 50%;
  cursor: pointer;
}

.popover.top{
  margin-top: -20px;
}

.object-info{
  position: absolute;
  display: none;
  z-index: 1;
  left: 50%;
  bottom: 40px;
  width: 12.4em;
  margin-left: -6.2em;
  padding: 1.1em 1.3em 3em;
  border:0;
  background-color: rgba(0,0,0,0.6);
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow:none;
}

.object-info.in{
  display: block;
}

.object-info:before{
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-top: 14px solid rgba(0,0,0,0.6);
}

.object-title{
  font-size: 1em;
  font-family: 'montserratsemibold';
  font-weight: normal;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color:#c5a47e;
  padding: 0 0 1em;
  border-bottom:1px solid rgba(249,249,249,0.2);
  margin: 0 0 .5em;
}

.object-content{
  font-family: 'montserratlight', sans-serif;
  font-size: 0.75em;
  line-height: 2.6;
  color: #fff;
  padding: 0;
}

.popover.top>.arrow{
  border-top-color: transparent;
}

.popover.top>.arrow:after{
  border-top-color:rgba(0,0,0,0.6);
}




/* ------------------------------------------------------------------------------- */
/*  5. Projects
/* ------------------------------------------------------------------------------- */



.bg-projects {
    position: relative;
    background: url('../images/urunlerust.jpg') 50% 0 no-repeat;
    background-size: cover;
}
.bg-sertifika {
    position: relative;
    background: url('../images/sertifikalar-banner.jpg') 50% 0 no-repeat;
    background-size: cover;
}
.project {
    border: 1px solid #cecece;
    padding: 0;
    overflow: hidden;
    box-shadow: 1px 4px 9px #fff;
}

.project figure{
  position: relative;
}

.project figure img{
  display: block;
  width: 100%;
  -webkit-transition: all 8s linear;
  -o-transition: all 8s linear;
  transition: all 8s linear;
}

.project figure:after{
  content:'';
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background-color: #111;
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.project.project-light figure:after{
  opacity: 0.4;
}
    
.project figcaption{
  position: absolute;
  z-index: 1;
  left: 0;
  top:0;
  right:0;
  bottom:0;
  margin: 3.2em 3.6em;
}

.project-title{
  position: relative;
  top:0;
  left:0;
  margin:0;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 1.56em;
  line-height: 1.45;
  letter-spacing: 0.07em;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.project-category{
  position: absolute;
  left: 0;
  bottom: 0;
  margin:0 0 -0.8em;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.8em;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.project-zoom{
  position: absolute;
  left: 50%;
  top:50%;
  width: 9em;
  height: 9em;
  margin:-4.5em;
  border-radius: 50%;
  background-color: rgba(197,164,126,0.84);
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform:scale(0.5);
  -o-transform:scale(0.5);
  transform:scale(0.5);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

    .project-zoom:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 2.625em;
        height: 2.625em;
        background: url(../images/zoom.png) 0 0 no-repeat;
        background-size: cover;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.project figure:hover:after{
  opacity: 0;
}

.project figure:hover img{
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.project figure:hover .project-title{
  top:30px;
  opacity: 0;
}

.project figure:hover .project-category{
  opacity: 0;
  letter-spacing: 2em;
}

.project figure:hover .project-zoom{
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
}



/* 5.1 Carousel */



.owl-prev,
.owl-next{
  position: absolute;
  top:50%;
  font-family: 'Oswald', sans-serif;
  font-size:5em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}

.owl-prev:hover,
.owl-next:hover{
  opacity: 1;
}

.owl-prev {
    left: 0.8em;
    padding-left: 35px;

}

.owl-next {
    left: auto;
    right: 0.8em;
    padding-right: 35px;

}



/* 5.2 Magnific popup */



.mfp-figure{
  box-shadow: none;
}

.mfp-iframe-scaler{
  overflow: visible;
}

.mfp-image-holder .mfp-close, 
.mfp-iframe-holder .mfp-close{
  padding: 0;
  margin-top: -10px;
  font-family: inherit;
  font-size: 40px;
  font-weight: 300;
  line-height: 0;
}

img.mfp-img{
  min-height: 460px;
}


.mfp-title{
  padding-right: 40px;
  font-size:1.2em;
  line-height: 1.2;
  margin-top: 3px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
}

.mfp-counter{
  top:5px;
}

.mfp-bg{
  background-color: #141414;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b{
  display: none;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b{
  display: none;
}

.mfp-wrap .mfp-content {
  -webkit-perspective: 1300px;
          perspective: 1300px
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform:scale(0) rotateY(60deg);
  -o-transform:scale(0) rotateY(60deg);
  transform:scale(0) rotateY(60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
       -o-transition: .5s;
          transition: .5s;
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
       -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
  -webkit-transform: rotateY(-60deg);
      -ms-transform: rotateY(-60deg);
       -o-transform: rotateY(-60deg);
          transform: rotateY(-60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
       -o-transition: .5s;
          transition: .5s;
}

.mfp-wrap.mfp-ready .mfp-figure,
.mfp-wrap.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform:rotateX(0);
      -ms-transform:rotateX(0);
       -o-transform:rotateX(0);
          transform:rotateX(0);
}

.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-wrap.mfp-removing .mfp-figure ,
.mfp-wrap.mfp-removing .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform: rotateX(-60deg);
      -ms-transform: rotateX(-60deg);
       -o-transform: rotateX(-60deg);
          transform: rotateX(-60deg);
  
}

.mfp-zoom-out-cur, 
.mfp-zoom-out-cur 
.mfp-image-holder .mfp-close{
  cursor:url(../img/zoom-out.cur), zoom-out;
}

.mfp-removing.mfp-bg {
  opacity: 0;
}



/* 5.3 Project Details */



.project-title-info{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 2vmin;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: 2.2em;
  margin-left: -1.8em;
}

.project-title-info .project-info-item{
  display: inline-block;
  margin-left: 1.8em;
}

.project-details-item{
  position: relative;
}

.project-details-img{
  position: relative;
  padding: 0;
}

.project-details-info{
  background-color: #c5a47e;
  padding: 4.8em 3.1em 4.8em;
  color:#fff;
}

.project-details-title{
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.9em;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 0.7em;
}

.project-details-title:before{
  content: '';
  position: absolute;
  bottom: -0.35em;
  width: 10em;
  border-top: 1px solid #ededed;
  left: -4.4em;
  width: 5.5em;
}

.project-details-descr{
  font-size: 1.1em;
  line-height: 1.62;
}

.project-details-descr p:last-child{
  margin-bottom: 0;
}

.project-details-item:nth-child(even) .project-details-info{
  right:0;
  left: auto;
  top:13%;
  background-color: #212121;
}



/* ------------------------------------------------------------------------------- */
/*  6. Experience
/* ------------------------------------------------------------------------------- */



.experience{
  text-align: center;
}

.text-parallax {
  background: no-repeat 0 0;
  display: inline-block;
}

.text-parallax-content {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 17.8em;
    line-height: 1;
    overflow: hidden;
    margin-bottom: 0;
    background: #fff;
    color: #363636;
    mix-blend-mode: lighten;
}

.experience-info{
  position: relative;
  top: -0.75em;
  font-family: 'Oswald', sans-serif;
  font-size: 1.5625em;
  line-height: 1.45;
  letter-spacing: 0.06em;
  display: inline-block;
  text-align: left;
  margin:0 0 0 0.5em;
}



/* ------------------------------------------------------------------------------- */
/*  7. Clients
/* ------------------------------------------------------------------------------- */



.clients{
  text-align: center;
}

.clients-list{
  margin:-3.8em -1.95em 0;
}

.clients-list .client{
  display: inline-block;
  vertical-align: middle;
  padding: 3.8em 1.95em 0;
  margin:0;
}

.clients-list .client img{
  opacity: 1;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.clients-list .client a:hover img{
  opacity: 1;
}



/* ------------------------------------------------------------------------------- */
/*  8. Blog
/* ------------------------------------------------------------------------------- */



.bg-blog {
    background: url('../images/fuarlarbanner.jpg') 50% 0 no-repeat;
    background-size: cover;
}

.blog{
    height:450px;
  position: relative;
  margin-bottom: 3em;
  margin-right: 1px;
  background-color: #fff;
  box-shadow:0 1px 15px rgba(0,0,0,0.08);
}
    .carousel-inner > .item > img{
        margin:0 auto;
    }
    .blog:last-child {
        margin-bottom: 0;
    }

.blog-thumbnail{
  position: static;
}

.blog-thumbnail-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 5px;
  padding: 0;
  border-radius: 0.25em 0 0 0.25em;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 0;
}

.blog-thumbnail-img img{
  border-radius: 0.25em 0.25em 0 0;
}

.blog-info{
  padding: 3.3em 3em;
}

.blog-tags{
  font-family: 'montserratsemibold';
  margin-top:-0.8em;
}

.blog-tags a{
  display: inline-block;
  font-size: 0.75em;
  line-height: 1;
  padding: 0.77em 1.1em 0.77em;
  border-radius: 2em;
  background-color: #ededed;
  text-transform: uppercase;
  color:#6f6f6f;
  margin-top: 0.8em;
  margin:0.8em 0.7em 0 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.blog-tags a:hover{
  background-color:#c5a47e;
  text-decoration: none;
  color: #fff;
}

.blog-title{
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.333;
  margin: 1.8em 0 0.8em;
  height:128px;
}

.blog-info p{
  margin-bottom: 0;
}

.blog-meta{
  font-size: 0.88em;
  color:#b4b4b4;
  overflow: hidden;
}

.blog-meta .author{
  float: left;
}

.blog-meta .author a{
  font-family: 'montserratsemibold';
  color:#b4b4b4;
}

.blog-meta .author a:hover{
  text-decoration: none;
  color:#c5a47e;
}

.blog-meta .time{
  float: right;
}

.blog-info .blog-meta{
  border-top:1px solid #ededed;
  margin-top: 1.7em;
  padding-top: 1.7em;
}

.read-more {
    font-family: 'Poppins', sans-serif !important;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.read-more{
  padding-right: 2em;
  /*background:url(../img/img-icon/read-more.png) right 50% no-repeat;*/
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.read-more:hover{
  text-decoration: none;
  background-position: 95% 50%;
}

.blog-info .read-more{
  margin-top: 7.8em;
}



/* 8.1 Blog Details */



.blog-details{
  margin:4.2em 0 8.3em;
}

.col-secondary{
  margin-top: 7.1em;
}

.post-header{
  margin-bottom: 5em;
}

.post-header h3{
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 2.2em;
  line-height: 1.43;
  margin:0 0 0 0;
}

.post-header .blog-meta{
  margin-top: 2.45em;
}

.post-thumbnail{
  margin-bottom: 2.5em;
}

.post-thumbnail img{
  width: 100%;
  border-radius: 0.25em;
}

.post .blog-tags{
  margin-top: 5.4em;
}



/* 8.2 Widgets */



.widget{
  margin-bottom: 3.65em;
}

.widget-title{
  font-family: 'montserratsemibold';
  font-weight: normal;
  font-size: 1.3em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 2.25em 0;
}



/* 8.3 Widget Recent Post */



.recent-post{
  margin-bottom: 1.7em;
  overflow: hidden;
}

.recent-post:last-child{
  margin-bottom: 0;
}

.recent-post-thumbnail{
  width: 9.32em;
display:block;
margin:0 auto;
}

.recent-post-thumbnail img{
  border-radius: 0.25em;
  max-width: 100%;
}

.recent-post-body{
 text-align:center;
}

.recent-post-title{
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.45;
  text-transform: none;
  letter-spacing: 0;
  margin:0;
  position: relative;
}

.recent-post-time{
  font-size: 0.88em;
  color:#b4b4b4;
  margin-top: 0.9em;
}



/* ------------------------------------------------------------------------------- */
/*  9. Contacts
/* ------------------------------------------------------------------------------- */



.bg-contacts {
    background: url('../images/iletisimbanner.jpg') 50% 23% no-repeat;
    background-size: cover;
}

.contacts .fade-title-right{
  left: 90%;
}

.row-field{
  margin-left: -5px;
  margin-right:-5px;
}

.col-field{
  padding: 0 5px;
}

.col-message{
  display: none;
  margin-top: 20px;
}

.col-address{
  font-size: 1.125em;
  line-height: 2.1;
  margin-top: 3%;
}
    .col-address .phone-lg
    {
        margin-bottom:0.6em;
    }

    .form-submit {
        margin-top: 1.2em;
    }

.success-message{
  display: none;
}

.error-message{
  display: none;
}

.success-message .fa{
  margin-right: 7px;
  font-size: 1.5em;
}

.contact-details{
  position: relative;
  overflow: hidden;
  margin-top: -1px;
}

.col-map{
  height: 35em;
}

.gmap{
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  padding: 0;
  height: 100%;
}

.map-info{
  padding: 1.2em;
}
.map-title{
  margin-bottom: 2em;
}

.map-title h3{
  margin:0;
}

.map-address-row{
  margin-top: 1em;
}

.map-address-row .fa{
  float: left;
  margin: 0.35em 0.6em 0 0;
  width: 1.1em;
  text-align: center;
  color: #c5a47e;
  font-size: 1.2em;
}

.map-address-row  .text{
  display: block;
  overflow: hidden;
  font-size: 1.15em;
}

.contact-info{
  color:#fff;
  padding:0;

  background-size: cover;
}

.contact-info-content{
  padding: 5.5em 5.6em;
  background-color:rgba(197,164,125, 0.95);
}

.contact-info-title{
  font-family: 'Oswald', sans-serif;
  font-size: 80px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color:#fff;
  opacity: 0.1;
  position: absolute;
  top:100%;
  left: 100%;
  margin-top: -0.5em;
  margin-left: -3.3em;
  -webkit-transform:rotate(-90deg);
  transform:rotate(-90deg);
   -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.contact-row{
  position: relative;
  z-index: 1;
  margin-bottom: 2.3em;
}

.contact-row:last-child{
  margin-bottom: 0;
}

.contact-row h4{
  margin:0 0 0.8em;
  color:#fff;
}

.contact-row .fa{
  float: left;
  width: 1.1em;
  margin-top: -0.15em;
  padding: 1px;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.25;
}

.contact-body{
  padding-left: 2.6em;
}

.contact-content{
  font-size: 1.3em;
}

.phone-row{
  font-size: 1.3em;
  letter-spacing: 0.2em;
  margin-top: 0.5em;
}



/* ------------------------------------------------------------------------------- */
/*  10. Footer
/* ------------------------------------------------------------------------------- */



.footer{
  text-align: center;
  margin:0 0 1.5em;
  font-size: 12px;
  color: #aaa;
  border-top:1px solid #cecece;
  padding-top:2%;
}

.footer .brand{
  font-size: 3.4em;
}

.author-link{
  font-family: 'Montserrat', sans-serif;
  color: #d0d0d0;
}

.author-link:hover{
  text-decoration: none;
}

.contact-content  a{
    color: #fff;
}
.phone-row a{
    color:#fff;
}
@media (min-width: 768px) {
    html{
    font-size: 85%;
  }

  .arrow-left{
    top: 43.5vmin;
    bottom: auto;
  }

    .arrow-right {
        right: 28vmin;
        margin-left: 5em;
        top: 43.5vmin;
        bottom: auto;
    }


  .entry{
    padding: 0 7.5em;
  }

  .col-about-spec{
    padding: 0 4.4em;
  }

  .owl-prev{
    left: 0.6em
  }

  .owl-next{
    right:0.6em;
  }


  .project-details{
    margin-top: 7.1em;
  }


  .project-details-item{
    margin-bottom: 7.1em;
  }

 .project-details-info{
    position: absolute;
    z-index: 1;
    left: 0;
    top:13%;
    bottom: 13%;
    width: 55%;
  }

  .project-details-item:nth-child(odd) .project-details-img{
    padding-left: 15px;
    padding-right: 15px;
  }

  .project-details-item:nth-child(even) .project-details-img{
    padding-right:15px;
    padding-left: 15px;
  }

}

@media (min-width: 992px){



  html{
    font-size: 92%;
  }


  .text-center-md{
    text-align: center;
  }

  .text-right-md{
    text-align: right;
  }

  .text-left-md{
    text-align: left;
  }



  .navbar-mobile{
    position: absolute;
    left: -50000px;
    top: -50000px;
  }



  .col-about-img{
    padding-left: 0;
    left: -5px;
  }

  .col-about-img img{
    max-width: calc(100% + 5px);
  }



  .project-details-item:nth-child(odd) .project-details-img{
    padding-left: 5px;
    padding-right: 15px;
  }

  .project-details-item:nth-child(even) .project-details-img{
    padding-right:5px;
    padding-left: 15px;
  }

  .col-primary{
    padding-right: 2.2em;
  }

  .col-secondary{
    margin-top: 10.62em;
    margin-left: -5px;
    padding:0 10px 0 0;
  }


  .row-field{
    margin-left: -15px;
  }

  .col-map{
    position:static;
    height: 100%;
  }
}


@media (min-width: 1200px){


   html{
    font-size: 100%;
  }



   /* Header */



  .main-header{
    padding-left: 0;
  }



  /* Project Details */


  .project-details-info{
    width: 44%;
  }

}


  @media (max-height: 480px){



  /* Slider */



  .arrow-left{
    top: 43.5vmin;
    bottom: auto;
  }

  .arrow-right{
    left: 28vmin;
    right: auto;
    margin-left: 5em;
    top: 43.5vmin;
    bottom: auto;
  }
}



.news-title {
    font-size: 20px;
    font-weighT: bold;
    text-align: center;
}
.read-more {
    border: 2px solid #fab900;
    padding: 1px 17px;
    border-radius: 5px;
    color: #000;
}

.read-more:hover{
    color:#000;
}


#topbar {
    padding: 6px;
    background-color: #fff;
    height: 70px;
}
.dropbtn {
    font-size: 4px;
    padding: 3px 3px;
    background-color: #f3f0f0;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.caret {
    margin-left: 0 !important;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    width: 50px;
    right: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99;
}

    .dropdown-content a {
        color: black;
        padding: 11px 0;
        text-decoration: none;
        display: block;
        text-align: center;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.langglobal {
    width: 22%;
}

.socialicon {
    font-size: 20px;
}

.mert {
    border: 1px solid #fab900;
    padding: 11px 18px;
    font-size: 10px;
    line-height: 1px;
    font-weight: 600;
    background-color: #fab900;
    border-radius: 10px;
}

.loginbuton {
    border: 1px solid #fab900;
    padding: 10px 20px;
    font-size: 11px;
    line-height: 36px;
    font-weight: 600;
    background-color: #fab900;
    color: #fff;
    border-radius: 10px;
}

.girisyap {
    padding-top: 13px;
    
    text-align:right
}

.topright {
    padding-top: 15px;
}

.search-bar {
    padding-top: 7px;
    padding-left: 20%;
}

.socialcol {
    padding-left: 9%;
}
.headerlang {
    width: 42%;
}

.mert {
    cursor: pointer;
}
.footerlang{
    width:50%;
}
.footerglobal{
    width:22%;
}
.footer-flex .flex-item ul li a:hover {
    color: #fab900;
}

.urundetayfoto img {
    height: 400px;
    display: block;
    margin: 0 auto;
}

.pagehead {
    border-bottom: 1px solid #f8f6f6;
}

.table > tbody > tr:first-child {
    border-top: unset !important;
}

.project-detail-list li {
    font-family: 'Poppins', sans-serif !important;
    color: grey;
    line-height: 20px;
    font-weight: 500;
    font-size: 13px;
}

.urungaleri {
    border: 1px solid #ffffff;
    box-shadow: 1px 1px 1px #e2dede;
    margin-bottom: 5px;
}
.tab-content {
    overflow-y: scroll;
    width: 665px;
    height: 390px;
    overflow-x: hidden;
}
.tabs {
    display: inline-grid;
}
ul.tab-links {
    margin-bottom: 0;
}
.tab-links li {
    font-family: 'Poppins', sans-serif !important;
    margin: 0;
    float: left;
    list-style: none;
}
.tab-links a {
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px;
    padding: 12px 16px;
    display: inline-block;
    background: #fff;
    color: #000;
    transition: all linear .15s;
    border: 1px solid #ccc;
    font-weight: 600;
    border-radius: 6px;
    box-shadow: 1px 1px 1px #000;
}
    .tab-links a:hover {
        background: #fab900;
        text-decoration: none;
    }
    .tab-links a:focus {
        background: #fab900;
    }


        .urundetaytitle {
            font-family: 'Oswald', sans-serif;
        }
/*.urundetaytitle:before {
    background-color: #d1d1d1;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}*/

.urundetayvideo {
    display: block;
    margin: 0 auto;
    width: 700px;
    height: 440px;
}
.indirdokuman {
    float: right;
    padding-right: 40px;
}

.teklifal .teklifbtn .mert {
    border: 1px solid #fab900;
    padding: 11px 18px;
    font-size: 11px;
    color: #fff;
    line-height: 1px;
    background-color: #fab900;
}

.indirdokuman span {
    cursor: pointer;
    position: absolute;
    right: 14px;
    font-weight: bold;
    font-size: 13px;
}
.urunekozelliktab {
    height: 190px;
}

.urundetaydokuman {
    margin-bottom: 4%;
}
.teklifal{
    padding-top:2%;
}
.tab.active {
    display: block;
}
.project-detail-list {
    height:350px;
    list-style: none;
    padding-left: 0;
    margin-top: 17px;
    padding-left: 35px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    width:750px;
}
    .project-detail-list li {
        font-family: 'Poppins', sans-serif !important;
        margin-top: 10px;
        list-style: circle;
        width: 300px;
    }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    border-top:unset !important;
}
.tab .table {
    width:650px;
    font-family: 'Poppins', sans-serif !important;
    margin-top: 1%;
}
input.input-gray, textarea.input-gray {
    padding: 6px;
    width: 100%;
    border-radius: 1.75rem;
}
.teklifistetab {
    margin-top: 9%;
}
.urunekozellik img{
    width:80px;
}
.urunekozelliktab ul.tab-links{
    margin-top:2%;
}
.js-target-scroll img{
    width:100%;
}
.stickylogo img{
    width:75%;
}
.brandlogo {
    width: 85%;
}
.navbar-desctop.affix{
    margin-top:0;
}
.socialcol{
    padding-left:20%;
    padding-top:12px;
}
#toparama {
    float:right;
    width: 24% !important;
    background-color: unset !important;
    border: 2px solid #fab900;
    height: 2.625em !important;
    background-color: unset !important;
}
.girisyap a:hover{
    color:#fff;
}

.projegaleri-filter ul li {
    margin-right: 15px;
font-weight:600;
    padding: 4px;
}
    .projegaleri-filter ul li a{
        color:#000;
    }
    .projegaleri-filter ul {
        padding: 20px;
        display: inline-flex;
    }
  
        .projegaleri-filter ul li a:hover {
            text-decoration: unset;
            color: #fab900 !important;
        }
        .projegaleri-filter ul li a.current {
            text-decoration: unset;
            color: #fab900 !important;
        }
.urundetaydesc {
    font-family: 'Poppins', sans-serif !important;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size:14px;
}
.table th {
    line-height:20px;
    font-size:13px;
    font-weight: 600;
    text-align: left;
    color: #000000d1;
}

.hakkimizdatext {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
}
.entry-title, text-primary, .service-item h4, .service-item p {
    font-family: 'Poppins', sans-serif !important;
}

.urunkodu {
    border-bottom: 4px solid #fab900;
}
    .urunkodu ul {
        display: inline-flex;
        font-size: 20px;
        position: relative;
        float: right;
        bottom: 28px;
    }
    .urunkodu ul li {
        color: #000;
        font-family: 'Poppins', sans-serif !important;
        
    }
    .urunkodu ul li:first-child {
        font-weight: 600;
    }

 
.catalogpdftitle{
    font-weight:bold;
    color:#000;
}
.catalog img, .teknikcizim img{

    display:block;
    margin:0 auto;
 
}
.catalog, .teknikcizim {
    padding-left: 23px;
    float: left;
}
.navbar-desctop.affix .navbar-desctop-menu {
    width:80%;
}
.zoominheader {
    width: 1920px;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-animation: zoomin 15s ease-in infinite;
    animation: zoomin 20s ease-in infinite;
    transition: all .10s ease-in-out;
    overflow: hidden;
}

.header-wrapper {
    overflow: hidden;
    width: 1920px;
    text-align: center;
}

@-webkit-keyframes zoomin {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes zoomin {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}
.project-detailinfo{
    margin-top:3%;
    /*padding-left:7%;*/
}
.carousel-inner > .item {
    height: 565px;
}

.singleProCaro ol.carousel-indicators {
    display: inline-block;
    left: 0;
    margin: 0;
    padding: 0;
    position: initial;
    width: 100%;
    text-align: unset !important;
}


.carousel-indicators li {
    margin: unset !important;
}

.singleProCaro .carousel-indicators li {
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 136px;
    margin-bottom: 5px;
    width: 136px;
    text-indent: unset !important;
    border-radius: unset !important;
    border: unset !important;
}

.divbackfoto {
    background-size: cover;
    height: 136px;
    background-repeat: no-repeat;
}

.uruniconlari {
    margin-bottom: 4%;
}

.projegaleri-filter ul li gallery-filter-current:before {
    content: '';
    position: absolute;
    /* right: 0; */
    height: 4px;
    top: 388px;
    width: 3%;
    background: #f8b415;
}

.sertifikacontent {
    margin-bottom: 3%;
}

.iletisimtitle {
    margin-bottom: 4%;
}

.contact-info-content {
    padding: 3.5em 2.6em;
}

.fa-map-marker {
    font-size: 35px;
    color: #fab900;
}

.adrestitle {
    font-family: 'Poppins', sans-serif !important;
}

.contentsection {
    margin-top: 4.1em;
}

.contact-info h6 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px;
}

.projegaleri-filter ul li a:focus {
    color: #fab900;
}

.read-more {
    margin-left:35%;
    font-weight: 600;
}
.footerson{
    margin-top:3%;
}
.pryazilimfooter img{
    width:28%;
    margin-top:9%;
}
#map iframe {
    width: 1120px;
    height:700px;
}
.searchtitle {
    padding-left: 2%;
    font-weight: 600;
    border-bottom: 2px solid #3d3d3d;
}

.searchfigure {
    margin-left: 12px;
}

.panel {
    height: 700px;
}






@media (max-width:375px) {
    .mert {
        padding: 7px 3px;
        font-size: 7px;
    }
    #toparama{
        width:99% !important;
    }
    #map iframe {
        width: 375px !important;
        height: 420px;
    }

    .projegaleri-filter ul li a {
        font-size: 11px;
    }

    .carousel-inner > .item {
        height: 200px !important;
    }

    .urundetaykucukfoto {
        margin-top: 3% !important;
    }

    .singleProCaro .carousel-indicators li {
        height: 95px !important;
        width: 95px !important;
    }

    .divbackfoto {
        height: 95px !important;
    }

    .uruniconlari {
        margin-top: 0 !important;
        margin-bottom: 9% !important;
    }

    .tab-links a {
        width: 300px !important;
    }

    .projegaleri-filter ul li {
        padding: 1px !important;
    }

    .footerlogo img {
        width: 40% !important;
    }
    .gokhan ul {
        width: 340px !important;
    }
    .tab-links li:last-child {
        margin-bottom: 5%;
    }
    .tab-content {
        width: 337px !important;
        height: 390px;
    }
}

@media (max-width:480px) {
    .main-projects, .main-contacts {
        padding: 29.6vmin 0 14vmin;
    }
    .col-about-img img {
        margin: 0 auto;
    }
    .navbar-mobile {
        background-color: #fff;
        padding: 0vmin 0;
    }
        .navbar-mobile.affix{
            padding:0;
        }
    .navbar-toggle{
        margin-top:5%;
    }
    .navbar-toggle.collapsed {
        margin-top: -46px;
    }
    .navbar-mobile.affix #topbar{
        display:none;
    }
    .mert {
        padding: 7px 3px;
        font-size: 7px;
    }
    .navbar-desctop{
        z-index:999;
    }
    .search-bar {
        padding-left: unset !important;
    }
    #toparama{
        width:99% !important;
    }
    .main-inner {
        padding: 29.6vmin 0 14vmin;
    }
    .navbar-collapse.in{
        padding-bottom:20px;
    }
    .brand-panel, .vertical-panel-content, .navbar-desctop-menu {
        display: none;
    }
    #map iframe {
        width: 415px;
    }
    .footerlogo img {
        width: 80%;
    }

    .pryazilimfooter img {
        width: 21%;
    }

    .anasayfaservice img {
        width: unset;
    }

    .carousel-inner > .item {
        height: 250px;
    }

    .urundetaykucukfoto {
        margin-top: 3%;
    }

    .singleProCaro .carousel-indicators li {
        height: 110px;
        width: 110px;
    }

    .divbackfoto {
        height: 110px;
    }

    .uruniconlari {
        margin-top: 0;
        margin-bottom: 9%;
    }

    .tp-caption {
        text-align: unset;
    }

    .slide-title {
        font-size: 17px !important;
    }

    .projegaleri-filter ul li {
        border: unset !important;
    }

    .js-target-scroll img {
        width: 40%;
    }
    .js-target-scroll .brandlogo {
        width: 100%;
    }

    .project-detail-list {
        width: 100%;
    }

    .sliderbtn {
        padding: 1.1em 4.2em 1.05em !important;
        font-size: 9px !important;
    }

    .project-detail-list li {
        width: unset;
    }

    .tp-parallax-wrap {
        left: 0 !important;
    }

    .slide-subtitle {
        line-height: 18px !important;
        font-size: 13px !important;
    }

    .tab-links a {
        width: 350px;
    }

    .tabs {
        display: unset;
    }

    .urunkodu {
        margin-top: 5%;
        padding-left: 6%;
    }

    .gallery-item img {
        width: 100%;
    }

    .brand-panel,{
        display: none;
    }

    .vertical-panel, .vertical-panel-content {
        top: 57px;
    }

    .service-item h4 {
        text-align: center;
    }

    .service-item img {
        display: block;
        margin: 0 auto;
    }

    .footerlogo, .pryazilimfooter {
        margin-bottom: 5%;
    }

    .arrow-right {
        right: 0;
    }

    .arrow-left {
        left: 0;
    }

    .project-detailinfo {
        padding-left: 0;
    }



    .projegaleri-filter ul {
        padding: 5px;
    }

    .recent-post-thumbnail img {
        display: block;
        margin: 0 auto;
    }

    .recent-post-thumbnail {
        width: unset;
    }

    .recent-post-title a {
        font-weight: 500;
        font-size: 19px;
    }

    .widget-title {
        font-weight: 600;
        font-size: 20px;
        margin: unset;
    }

    .col-about-title {
        text-align: center;
    }

    .owl-next {
        right: -0.2em;
    }

    .owl-prev {
        left: -0.2em;
    }

    .blog-title {
        height: unset;
        margin: -1.2em 0 0.8em;
    }

    .blog-details {
        margin: 2.2em 0 8.3em;
    }
    .tab .table{
        width:100% !important;
    }
    .js-target-scroll img {
        width: 55%;
        padding-top: 8px;
    }
    .gokhan ul {
        width: 340px !important;
    }
    .tab-links li:last-child{
        margin-bottom:5%;
    }
    .tab-content {
        width: 374px;
        height: 390px;
    }
}
@media (min-width:480px) and  (max-width:768px) {
    #toparama {
        width: 100% !important;
     
    }
    .brand-panel {
display:none;
    }
  .vertical-panel-content {
    display:none;
    }
    .navbar-mobile.affix #topbar{
        display:none;
    }
    .search-bar {
        padding-left: 0;
        padding-top: 12px;
    }
    .girisyap{
        padding-top:20px;
    }
    .topright {
        padding-top: 22px;
        padding-left: 10%;
    }
    .navbar-toggle.collapsed{
        margin-top:-41px;
    }
    .navbar-toggle {
        margin-top: 12px;
        margin-right: 21px;
    }
    .js-target-scroll img {
        width: 50%;
    }

    .footerlogo img {
        width: 50%;
    }

    .urundetaykucukfoto {
        margin-top: 3%;
    }

    .gallery-item img {
        width: 350px;
    }

    .col-about-img img {
        margin: 0 auto;
    }

    .contacts .fade-title-right {
        left: 0;
    }

    .urunkodu {
        margin-top: 5%;
        padding-left: 3%;
        float: unset;
    }

    .header-wrapper {
        width: unset;
    }

    .service-item img {
        display: block;
        margin: 0 auto;
    }

    .vertical-panel, .vertical-panel-content {
        left: 4vmin;
    }

    .brand-panel {
        width: 29.47vmin;
    }



    .gallery-item img {
        width: 100%;
    }

    .blog-title {
        height: unset;
    }

    .blog {
        height: unset;
    }

    .blog-details {
        margin: 4.2em 0 8.3em;
    }

    .contact-info-title {
        font-size: 61px;
        margin-top: -0.5em;
    }
    #map iframe {
        width: 770px !important;
    }
    .gokhan ul {
        margin-top: 2%;
    }
}
@media (min-width:769px) and (max-width:1024px) {
    .navbar-desctop.affix{
        z-index:9;
    }
    .gokhan ul {
        margin-top: 2%;
    }
    .navbar-desctop .container .navbar-desctop-menu{
        padding-left:14% !important;
    }
    .navbar-desctop .navbar-desctop-menu{
        width:92% !important;
    }
    .brand-panel {
        width: 23.47vmin !important;
    }
    #map iframe {
        width: 600px !important;
    }
    .brand-panel {
        width: 22.47vmin;
    }
    .search-bar{
        padding-left:40% !important;
    }
    .navbar-desctop-menu {
        font-size: 10px;
        width: 80%;
    }

    .mert {
        padding: 6px 2px !important;
        font-size: 7px;
        font-weight: 500;
    }

    .navbar-desctop-menu > li {
        margin-left: 1.1em;
    }
    .col-address {
        font-size: 0.75em;
    }
    .vertical-panel, .vertical-panel-content {
        left: 1vmin;
    }

    .urundetaycarousel {
        margin-top: 4%;
    }

    .carousel-inner > .item {
        height: 290px;
    }

    .singleProCaro .carousel-indicators li {
        width: 130px;
        height: 130px;
    }

    .divbackfoto {
        height: 130px;
    }

    .uruniconlari {
        margin-top: 18%;
    }
    #recaptcha2 {
        transform: scale(.7);
        transform-origin: 0 0;
        margin-left: 10%;
    }
}

@media (min-width:1025px) and (max-width: 1366px) {

    .brand-panel {
        width: 28.47vmin;
    }

    .blog-details {
        margin: 2.2em 0 8.3em;
    }

    #map iframe {
        width: 800px;
    }

    .UrunOzellikler .carousel-inner > .item {
        height: 360px;
    }

    .catalog img, .teknikcizim img {
        width: unset !important;
    }

    .project-detailinfo {
        padding-left: 0;
    }

    .navbar-desctop .container .navbar-desctop-menu {
        margin-top: -44px;
        padding-left: 9%;
    }

    .navbar-desctop .navbar-desctop-menu > li {
        margin-left: 1.1em;
    }

    .search-bar {
        padding-left: 23%;
    }

    .mert {
        padding: 9px 5px;
        font-size: 9px;
    }

    .urundetayvideo {
        width: 600px;
        height: 340px;
    }

    .header-inner .vertical-panel-content {
        top: 11.2vmin;
    }

    .navbar-desctop-menu {
        width: 91.5%;
    }

    .singleProCaro {
        margin-top: 2%;
    }

  
    .col-address {
        font-size: 0.95em;
    }
}
@media(min-width:1038px) and (max-width:1279px){
    .navbar-desctop .navbar-desctop-menu > li {
        margin-left: 1.2em;
    }
    .navbar-desctop-menu > li > a{
        font-size:9px;
    }
    .mert{
        font-size:7px;
    }
}
@media(min-width:1279px) and (max-width:1360px){
    #map iframe {
        width: 748px;
    }
}

@media (min-width:1367px) and (max-width: 1440px) {
    #map iframe {
        width: 842px;
    }

    .UrunOzellikler .carousel-inner > .item {
        height: 400px;
    }


    .project-detailinfo {
        padding-left: 0 !important;
    }

    .catalogpdf {
        right: 1%;
    }

    .catalogpdftitle {
        font-size: 12px;
    }

    .project-detail-list li {
        width: 280px;
    }

    .navbar-desctop .navbar-desctop-menu {
        margin-top: -42px;
        width: 94%;
        padding-left: 10%;
    }


    .search-bar {
        padding-left: 25% !important;
    }

    .girisyap {
        padding-top: 18px !important;
    }

        .girisyap .mert {
            padding: 11px 6px;
        }

    .navbar-desctop-menu > li {
        margin-left: 1.1em !important;
    }
    .col-address {
        font-size: 1.0em;
    }
}
@media (min-width:1441px) and (max-width: 1590px) {
    .carousel-inner > .item {
        height: 459px;
    }
    .blog-details {
        margin: 1.2em 0 8.3em;
    }

    #map iframe {
        width: 924px;
    }

    .header-inner .vertical-panel-content {
        top: 11.2vmin;
    }

    .catalog, .teknikcizim {
        padding-left: 11px;
    }

    .navbar-desctop-menu {
        margin-top: -45px;
        padding-left: 8%;
    }

        .navbar-desctop-menu > li {
            margin-left: 2.1em;
        }

    .girisyap {
        padding-top: 17px;
    }

    .mert {
        padding: 11px 8px;
    }

    .search-bar {
        padding-top: 10px;
    }

    urundetaytitle:before {
        background-color: #d1d1d1;
        content: "";
        display: block;
        height: 1px;
        left: 0;
        position: absolute;
        top: 50%;
        width: 100%;
    }

    .singleProCaro {
        margin-top: 2%;
    }
}
body{
    overflow-x:hidden;
}

.gokhan ul {
    margin-top: 1%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    width: 655px;
}
.js-grid-item {
    width: 25%;
}
.news-title {
    font-size: 16px;
    width: 298px;
    height: 34px;
}
@media (max-width:414px)
{
    .js-grid-item {
        width: 50%;
    }
    .news-title {
        font-size: 10px;
        width: 187px;
        height: 11px;
    }
    .read-more {
        margin-left: 25%;
    }
}

@media (max-width:1024px) {
    .js-grid-item {
        width: 33.33%;
    }

   
}
.IletisimForm {
    float: none;
    display: block;
    margin: 0 auto;
}
.bootstrap-select .no-results{
    color:#000;
}
.scrollTo_top {
    position: fixed;
    top: 230px;
    right: -31px;
    z-index: 9999;
    width: 105px;
    margin: 0 0 0 0;
    background: #fff !important;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    padding: 15px 0;
    box-shadow: -1px 2px 12px 0px #164463;
    transition: .5s;
    -webkit-transition: .5s;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-weight: bold;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

    .scrollTo_top:hover {
        width: 110px;
    }

@media print {
    .scrollTo_top {
        display: none;
    }
}
.scrollTo_top a:hover{
    text-decoration:none;
}
.scrollTo_top a{
        cursor: pointer;
    font-weight: bold;
    font-size: 17px;
}