@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900&display=swap&subset=latin-ext");
@import url("bootstrap.min.css");
@import url("all.min.css");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");
@import url('icons.css');
@import url('reset.css');

body, html {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    background: #fdfdfd;
}
body{
    background: url(../img/contentBg.png);
    background-size: cover;
    background-position: top;
    height: 100%
}

img{
    width: 100%;
}
.mobile-menu span{
    display: none
}
.head {
    background : #959a9b;
    display    : block;
    padding    : .7rem 1rem;
    font-size  : 14px;
    color      : #fff;
    font-weight: 700;
    width      : 100%;
    margin     : 0px 0 5px;
}

.head a{
    color: #fff;
}
/*
owl
*/
.owl-carousel .owl-dots span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-carousel .owl-dots {
    position: absolute;
    left: 50px;
    top: 50%;
    padding: 0;
    text-align: left;
    width: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.owl-carousel .owl-dots .owl-dot.active span {
    background: #ffa300;
    border-color: #ffa300;
    height: 20px;
    border-radius: 10px;
}
.owl-carousel .owl-dots .owl-dot span {
    border-radius: 50%;
    background: #d3d3d3;
    display: inline-block;
    text-align: center;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.owl-carousel.dot-style2 .owl-dots {
    padding: 0;
    position: absolute;
    right: 0;
    top: -30px;
    display: inline-block;
    text-align: right;
    width: 100%;
    left: auto;
}
.block-slider .owl-carousel .owl-dots {
    top: auto;
    bottom: -15px;
    text-align: center;
    height: 20px;
}
.owl-carousel.dot-style2 .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 5px;
}
.owl-carousel.dot-style2 .owl-dots .owl-dot.active span {
    width: 20px;
}

header .headerTop {
    padding: 8px 0;
    background: #f7f7f7;
}
header .headerTop ul.headerIletisim li {
    display: inline-block;
    margin-right: 20px;
}
header .headerTop ul.headerIletisim li a {
    font-size: 13px;
    color: #a0a0a0;
}
header .headerTop ul.headerIletisim li a i {
    margin-right: 13px;
    color: #ffa300;
}
header .headerTop ul.headerList {
    text-align: right;
    width: 100%;
}
header .headerTop ul.headerList li {
    display: inline-block;
    margin-left: 20px;
}
header .headerTop ul.headerList li a {
    font-size: 13px;
    color: #a0a0a0;
}
header .headerTop ul.headerList li a:hover {
    color: #ffa300;
}
header .headerBottom {
    margin: 30px 0 25px;
}
header .headerBottom .logo a{
	display: inline-block;
	float: left;
	width: 170px;
}
header .headerBottom .logo img {
    width: 100%;
}
header .headerBottom .title {
    margin-top: 10px;
    margin-left: 40px;
    float: left;
    width: 550px;
}

header .headerBottom ul{
	width: 100%;
	float: right;
}
header .headerBottom ul .uyeGirisi {
    background: #ffa300;
    padding: 12px 10px;
    border-radius: 4px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
}
header .headerBottom ul .uyeGirisi a {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
}
.product_search_form {
    position: relative;
    max-width: 600px;
    width: 100%;
}
.product_search_form input {
    height: 40px;
    padding-right: 60px !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.search_btn {
    position: absolute;
    right: 1px;
    background-color: #fff;
    border: 0;
    padding: 0px 15px;
    font-size: 20px;
    top: 1px;
    bottom: 1px;
    z-index: 9;
}
.search_btn i {
    vertical-align: middle;
    color: #a0a0a0;
}
header .main-menu {
    padding: 15px 0;
    background:#959a9b;
    text-align: center
}
header .main-menu ul{
    
}
header .main-menu ul li{
    display : inline-block;
    margin  : 0 5px 0px;
    position: relative;
    z-index: 99999;
    margin-right: 20px
}
header .main-menu ul li:last-child{
    margin-right:0 
}
header .main-menu ul li a{
    color      : #fff;
    font-size  : 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    transition : ease all .3s;
}
/*header .main-menu ul > li:first-child::before{
    width: 0;
}
header .main-menu ul > li::before{
    content: '';
    position: absolute;
    top: -1px;
    left: -10px;
    width: 2px;
    height: 15px;
    background: #9c9d9d;
}*/
header .main-menu ul li a:hover{
    color: #ffa300;
}
header .main-menu ul li:hover > ul.submenu{
    opacity   : 1;
    visibility: visible;
    top       : 190%;
}
header .main-menu ul li ul.submenu{
    position        : absolute;
    background-color: #fff;
    min-width       : 200px;
    top             : 250%;
    transition      : .3s;
    opacity         : 0;
    visibility      : hidden;
    box-shadow      : 0 0 30px 0 rgba(0,0,0,.15);
}
header .main-menu ul li ul.submenu li{
    display : block;
    margin  : 0;
    position: relative;
    padding : 0px 15px;
}
header .main-menu ul > li ul.submenu li::before{
    width: 0;
}

header .main-menu ul li ul.submenu li:first-child a{
    border: none;
}
header .main-menu ul li ul.submenu li a{
    font-size : 14px;
    display   : block;
    padding   : 15px 0px;
    border-top: 1px solid #9c9d9d;
    color: #959a9b;
}
header .main-menu ul li ul.submenu li a:hover{
    font-weight: 700
}
header .main-menu ul li ul.submenu li ul.submenu {
    left: 100%;
    right: auto;
    top: 0;
}
header .main-menu ul li ul.submenu li ul.submenu li:first-child a{
    border: none;
}
header .main-menu ul li ul.submenu li ul.submenu li a{
    border-top: 1px solid #9c9d9d;
}

.gap-15 {
    clear: both;
    height: 15px;
}
.no-padding {
    padding: 0;
}
.ts-gutter-20 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
}
.pad-r {
    padding-right: 2px;
}
.post-overaly-style {
    position: relative;
    overflow: hidden;
    min-height: 350px;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
}
.post-overaly-style.post-md {
    min-height: 360px;
    margin-bottom: -5px;
}
.post-overaly-style.post-md a {
    display: block;
    min-height: 360px;
}
#featured-slider .item {
    min-height: 400px!important;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}
.post-block-style {
    position: relative;
    overflow: hidden;
}
.post-block-style .post-thumb {
    max-width: 100%;
    position: relative;
    overflow: hidden;
}
.post-block-style .post-thumb img {
    display: block;
    width: 100%;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.post-title {
    font-size: 16px;
    line-height: 24px;
    margin: 12px 0 10px;
    font-weight: 400;
}
.post-title a {
    color: #1c1c1c;
    font-size: 14px;
}
.post-title a span{
    color: #ffa300;
    font-weight: 600;
    font-size: 14px;
}
.duyurular ul li {
    margin: 5px 0;
    border-bottom: 1px solid #dedede;
    padding: 5px 0;
}
.duyurular ul li:last-child{
    border-bottom: none;
}
.duyurular ul li .title {
    font-size: 15px;
    font-weight: 600;
    color: #757575;
    margin-bottom: 5px;
}
.duyurular ul li .docs {
    color: #757575;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
}
.duyurular ul li .docs a {
    color: #ffa300;
    font-weight: 600;
}
.featured-post-area.no-padding.block-slider {
    margin-bottom: 20px;
}

footer .footerUst {
    background: url(../img/footerBg.jpg);
    background-position: center;
    background-size: cover;
    padding: 40px 0 20px;
}
footer .footerUst .baslik {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
footer .footerUst .baslik span {
    width: 37px;
    height: 3px;
    background: #ffa300;
    margin-top: 15px;
    display: block;
}
footer .footerUst .footerIletisim ul {
    margin-top: 20px;
}
footer .footerUst .footerIletisim ul li {
    margin-bottom: 15px;
}
footer .footerUst .footerIletisim ul li .icon {
    display: inline-block;
    width: 30px;
    color: #ffa300;
}
footer .footerUst .footerIletisim ul li .text {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}
footer .footerUst .footerBulten .bulten .form-group {
    clear: both;
}
footer .footerUst .footerBulten .bulten {
    margin-top: 20px;
}
footer .footerUst .footerBulten .bulten .form-group .form-control {
    width: 360px;
    height: 40px;
    border: none;
    padding: 0 90px 0 18px;
    color: #929297;
    border-radius: 6px;
    float: left;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 15px;
}
footer .footerUst .footerBulten .bulten .form-group .bultenButon {
    width: 110px;
    height: 40px;
    float: right;
    border: none;
    background: #ffa300;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    position: absolute;
    right: 0px;
    -webkit-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s;
    font-weight: 400;
}
footer .footerUst .footerBulten .bulten .chk {
    margin-top: 15px;
}
footer .footerUst .footerBulten .bulten .chk span {
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
    font-weight: 300;
}
footer .footerBottom {
    background: #ffa300;
    color: #fff;
    font-size: 14px;
    padding: 20px 0;
    font-weight: 300;
    line-height: 19px;
}


.page-title {
    position: relative;
    width: 100%;
    height: 226px;
    overflow: hidden;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.page-title:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
}
.page-title .pageTitle {
    height: 100%;
}
.page-title .pageTitle .title-holder {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}
.page-title .pageTitle .title-holder .title-text {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.page-title .pageTitle .title-holder .title-text h1 {
    margin: 0px 0 20px 0;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 2px;
}
.page-title .pageTitle .title-holder .title-text .entry-meta {
    margin-top: -10px;
    padding: 0;
}
.page-title .pageTitle .title-holder .title-text .entry-meta li {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    margin-right: 5px;
}
.page-title .pageTitle .title-holder .title-text .entry-meta li a {
    color: #fff;
}
#main .sidebar {
    margin-top: -44px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 22px -6px rgba(1, 1, 1, 0.45);
    -moz-box-shadow: 0px 0px 22px -6px rgba(1, 1, 1, 0.45);
    box-shadow: 0px 0px 22px -6px rgba(1, 1, 1, 0.45);
}
#main .sidebar ul.widget {
    padding: 0;
    margin-bottom: 20px;
}
#main .sidebar ul.widget li.head {
    font-size: 18px;
    color: #fff;
    padding: 13px 30px;
    font-weight: bold;
    background: #ffa300;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#main .sidebar ul.widget li {
    padding: 0px 20px;
}
#main .sidebar ul.widget li a.active, #main .sidebar ul.widget li a:hover {
    font-weight: 600;
    color: #ffa300;
}
#main .sidebar ul.widget li a {
    border-bottom: 2px solid #f7f7f7;
    padding: 15px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 15px;
    display: block;
    color: #757575;
    font-weight: 300;
}
#main .sayfa {
    width: 100%;
    padding: 30px 0px;
}
#main .sayfa .sayfa-title h1 {
    margin: 0;
    font-size: 24px;
    color: #ffa300;
    line-height: 42px;
    margin-bottom: 30px;
    border-bottom: 2px solid #ffa300;
    padding-bottom: 11px;
    font-weight: 500;
    letter-spacing: 1px;
}
#main .sayfa p {
    color: #757575;
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: justify;
}
#main .sayfa .krl {
    margin-bottom: 110px;
}
#main .sayfa .krl .team {
    width: 100%;
    min-height: 100%;
    float: left;
    margin-left: 16px;
}
#main .sayfa .krl .team .teamimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: -80px;
    width: 143px;
    height: 143px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.09);
    border-radius: 50%;
}
#main .sayfa .krl .team .teamimg img {
    border-radius: 50%;
    width: 143px;
    height: 143px;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.09);
    border: 4px solid #fff;
}
#main .sayfa .krl .team h4 {
    text-align: center;
    margin-bottom: 2px;
    margin-top: 25px;
    font-weight: bold;
    font-size: 17px;
    color: #000;
}
#main .sayfa .krl .team p {
    text-align: center;
}
.duyurular .link {
    display: inline-block;
    float: right;
}
.duyurular .link a {
    font-size: 14px;
    color: #ffa300;
    font-weight: 700;
}
.duyurular .link a:hover {
    text-decoration: underline;
}