label{
  margin-left: 5px;
}
.contact-wrapper {
    padding: 100px 0;
}
.contact-wrapper .contact-one-form h2 {
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 50px 0;
    line-height: 22px;
}
.contact-wrapper .contact-one-form .form-group {
    margin-bottom: 0;
}
.contact-wrapper .contact-one-form .form-group input:not([type=submit]) {
        width: 100%;
        /* height: 45px; */
        padding: 12px 15px;
        border: 1px solid #e8e8e8;
        margin-bottom: 25px;
        transition: 0.3s ease;
    }
.contact-wrapper .contact-one-form .form-group select {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border: 1px solid #e8e8e8;
    margin-bottom: 25px;
    transition: 0.3s ease;
}
.contact-wrapper .contact-one-form .form-group textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #e8e8e8;
    margin-bottom: 25px;
    padding: 15px;
    transition: 0.3s ease;
}
.contact-wrapper .contact-one-form .form-group input[type="text"]:focus,
.contact-wrapper .contact-one-form .form-group textarea:focus,
.contact-wrapper .contact-one-form .form-group input[type="date"]:focus {
    border-color: #10538a;
}
.contact-wrapper .contact-one-form .form-group input[type="submit"] {
    padding: 13px 40px;
    font-weight: 500;
    color: #fff;
    background: #10538a;
    border: 2px solid #10538a;
    transition: 0.3s ease;
    width: auto !important;
    display: inline-block !important;
}
.contact-wrapper .contact-one-form .form-group input[type="submit"]:hover {
    background: none;
    color: #10538a;
}
.contact-wrapper .contact-map h2 {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 50px 0;
    line-height: 22px;
}
.contact-wrapper .contact-boxes {
    margin-top: 100px;
    text-align: center;
}
.contact-wrapper .contact-boxes i {
    font-size: 30px;
    color: #10538a;
}

.portfolio-wrapper {
    padding: 100px 0;
}
.portfolio-wrapper .portfolio-content figure {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.portfolio-wrapper .portfolio-content figure img {
    transition: 0.6s ease;
}
.portfolio-wrapper .portfolio-content figure:hover img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}
    .portfolio-wrapper .portfolio-content figure:hover figcaption {
        background: rgba(2, 54, 97, 0.46);
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        bottom: 0;
        left: 0;
    }
.portfolio-wrapper .portfolio-content figure figcaption {
    position: absolute;
    bottom: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: #000;
    visibility: hidden;
    opacity: 0;
    transition: 0.6s ease;
    -webkit-transform: scale(0.2);
        -ms-transform: scale(0.2);
            transform: scale(0.2);
}
.portfolio-wrapper .portfolio-content figure figcaption div {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.portfolio-wrapper .portfolio-content figure figcaption div p a {
    color: #fff;
    display: block;
    margin-bottom: 10px;

}
.portfolio-wrapper .portfolio-content figure figcaption div h3 {
    margin: 0;
}
.portfolio-wrapper .portfolio-content figure figcaption div h3 a {

    color: #fff;
}
.portfolio-wrapper .portfolio-content figure figcaption div a:hover {
    color: #323232;
}
.portfolio-wrapper .blog-pagination {
    margin-top: 30px;
}
.portfolio-wrapper .blog-pagination ul {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    margin-bottom: 0;
    padding: 10px 0;
    text-align: center;
}
.portfolio-wrapper .blog-pagination ul li {
    display: inline-block;
}
.portfolio-wrapper .blog-pagination ul li a {
    background: none;
    font-weight: 500;
    display: block;
    padding: 10px 15px;
    color: #727272;
}
.portfolio-wrapper .blog-pagination ul li a:hover {
    background: #10538a;
    color: #fff;
}
.portfolio-wrapper .blog-pagination ul li.active a {
    background: #10538a;
    color: #fff;
}
.tac{
  text-align: center;
  margin-bottom: 50px;
}
.tac label{
  font-weight: 400;
  margin-left: 5px;
}
.alt-ciz{
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}

.sidebar-widget{
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}

.blog-wrapper .blog-sidebar .sidebar-widget h3{
  padding: 15px;
  position: relative;
  font-size: 20px;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
}

.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.category-widget ul li{
  padding: 0;
  margin: 0;
}

.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.category-widget ul li:last-child a{
  border-bottom: 0;
  padding-bottom: 15px;
  border-radius: 0 0 6px 6px;
}

.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.category-widget ul li a{
  padding: 13px;
  border-bottom: 1px solid #e5e5e5;
  display: block;
}

.blog-wrapper .blog-sidebar .sidebar-widget .widget-content.category-widget ul li a:hover{
  background-color: #10538a;
  color: #fff;
}

.haber-detay-list{
  list-style: none;
  display: inline-block;
}

.haber-detay-list li{
  float: left;
  margin-right: 15px;
  border: 1px solid #e5e5e5;
  padding: 5px 10px;
  font-weight: 600;
}

@media(max-width:991px) {

  .navbar-header{
    padding: 0px 0;
  }

}
