/*              Fonts 
-------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,400;0,600;0,700;1,200;1,400;1,600;1,700&display=swap');
@import "font-awesome.min.css";
@import "simple-line-icons.css";
@import "jquery-ui.css";
@import "slick.css";
/*		Resets 
-------------------------------------------------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
hgroup,
menu,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
a img {
  border: 0;
}
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.clear {
  clear: both;
}
/*              Variables 
-------------------------------------------------------------------------------*/
/*		Mixins 
-------------------------------------------------------------------------------*/
/*		Default Layout: 100%. 
-------------------------------------------------------------------------------*/

body {
  width: 100%;
  font-size: 14px;
  color: #303030;
  font-family: 'Titillium Web', sans-serif;
  background: white;
  overflow-x: hidden;
}
header {
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 99;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
header .top {
  background: #303030;
  color: white;
}
header .top .left {
  float: left;
  display: table;
  line-height: 32px;
}
header .top .right {
  float: right;
  display: table;
}
header .top .right a {
  text-decoration: none;
  margin-left: 20px;
  color: white;
  display: inline-block;
  line-height: 32px;
}
header .top .right a .icon {
  font-size: 12px;
}
header .logo {
  margin: 12px 0 10px;
  display: block;
  width: 350px;
  float: left;
}
header .logo img {
  display: block;
  width: 100%;
  height: auto;
}
header .content {
  display: table;
  float: right;
}
header .content .search {
  margin: 15px 0 10px;
  position: relative;
  width: 250px;
  float: right;
}
header .content .search input {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  padding: 0 40px 0 10px;
}
header .content .search button {
  border: none;
  background: white;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 1px;
  top: 1px;
  outline: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
header .content .swith-menu {
  float: right;
  text-decoration: none;
  display: none;
  color: #4a4a4a;
  font-size: 24px;
  line-height: 30px;
  margin-top: 15px;
}
header .content ul {
  list-style: none;
  display: table;
}
header .content ul li {
  display: inline-block;
  margin-left: 30px;
}
header .content ul li a {
  display: block;
  text-decoration: none;
  color: #303030;
  line-height: 30px;
  font-weight: 600;
  font-size: 16px;
}
section#main {
  padding: 50px 0;
}
section#main .content {
  width: 73%;
  float: right;
}
section#main .content h1 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 30px;
}
section#main .content h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 30px;
}
section#main .content h2 span {
  font-size: 18px;
  font-weight: 400;
}
section#main .content .text {
  line-height: 20px;
}
section#main .content .text p {
  margin-bottom: 10px;
}
section#main .content .last .item {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
section#main .content .last .item .title {
  text-decoration: none;
  color: #d14c27;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 16px;
  display: block;
}
section#main .content .last .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
section#main .content .archive h2 {
  border-bottom: 1px solid #eeeeee;
  color: #d14c27;
  font-size: 18px;
  padding: 3px 0px;
}
section#main .content .archive h2 .icon {
  font-size: 10px;
}
section#main .content .archive h2 a {
  text-decoration: none;
  color: #d14c27;
}
section#main .content .archive ul {
  list-style: none;
  margin: 10px 0;
}
section#main .content .archive ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #f3f3f3;
}
section#main .content .archive ul li a {
  text-decoration: none;
  display: table;
  font-weight: 600;
  float: left;
  color: #303030;
  line-height: 24px;
}
section#main .content .archive ul li a .icon {
  font-size: 8px;
}
section#main .content .archive ul li a:hover {
  color: #00584c;
}
section#main .content .archive ul li span {
  display: table;
  float: right;
}
section#main .content .archive ul li:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#main .sidebar {
  width: 19%;
  float: left;
}
section#main .sidebar h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 30px;
}
section#main .sidebar .last {
  border: 1px solid #eeeeee;
  text-decoration: none;
  background: #eeeeee;
  text-align: center;
  margin: 5px 0 15px;
  display: block;
}
section#main .sidebar .last img {
  display: block;
  width: 100%;
  height: auto;
}
section#main .sidebar .counts {
  margin-bottom: 20px;
}
section#main .sidebar .counts .box {
  border: 1px solid #eeeeee;
  width: 46%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
  text-align: center;
}
section#main .sidebar .counts .box .icon {
  font-size: 20px;
  color: #d14c27;
}
section#main .sidebar .counts .box p {
  line-height: 14px;
  font-size: 12px;
}
section#main .sidebar .counts .box:last-child {
  float: right;
}
section#main .sidebar .counts:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#main .sidebar .issues h3 {
  border: 1px solid #eeeeee;
  color: #d14c27;
  padding: 3px 10px;
}
section#main .sidebar .issues h3 .icon {
  font-size: 10px;
}
section#main .sidebar .issues h3 a {
  text-decoration: none;
  color: #d14c27;
}
section#main .sidebar .issues ul {
  list-style: none;
  padding-left: 10px;
  margin: 10px 0;
}
section#main .sidebar .issues ul li {
  margin-bottom: 2px;
}
section#main .sidebar .issues ul li a {
  text-decoration: none;
  color: #303030;
  line-height: 18px;
}
section#main .sidebar .issues ul li a .icon {
  font-size: 8px;
}
section#main .sidebar .issues ul li a:hover {
  color: #00584c;
}
section#sablonlar {
  padding: 40px 0;
  line-height: 24px;
  min-height: 460px;
}
section#sablonlar h1 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 30px;
}
section#sablonlar table {
  width: 100%;
}
section#sablonlar table tr td {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
  padding: 5px 0;
}
section#sablonlar table tr td:last-child {
  text-align: right;
}
section#sablonlar table tr:last-child td {
  border-bottom: none;
}
section#contact {
  padding: 40px 0;
  min-height: 460px;
}
section#contact h1 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 30px;
  text-align: center;
}
section#contact .info {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  margin: 20px 0;
}
section#contact .info a {
  text-decoration: none;
  color: #d14c27;
}
section#contact .row {
  display: flex;
}
section#contact .row:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#contact .coll {
  background: #d14c27;
  color: white;
  float: left;
  text-align: center;
  width: 30.666666667%;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 2%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
section#contact .coll:first-child {
  margin-left: 0;
}
section#contact .coll:last-child {
  margin-right: 0;
}
section#contact .coll .fa {
  font-size: 40px;
  margin-bottom: 10px;
}
section#contact .coll p {
  font-size: 18px;
}
section#page {
  padding: 40px 0;
  line-height: 24px;
}
section#page h1 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 30px;
}
section#page h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 30px;
}
section#page p {
  margin-bottom: 10px;
}
section#page ul {
  margin-bottom: 10px;
  padding-left: 25px;
}
section#people {
  padding: 40px 0;
  line-height: 24px;
}
section#people h1 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 30px;
}
section#people h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 30px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}
section#people .top {
  margin-bottom: 40px;
}
section#people .top .item {
  width: 31%;
  margin-top: 7px;
  float: left;
}
section#people .top .item img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
section#people .top .item p {
  font-weight: 600;
  color: #d14c27;
  line-height: 30px;
  font-size: 24px;
}
section#people .top .item span {
  display: block;
  font-size: 16px;
}
section#people .top .text {
  float: right;
  width: 65%;
}
section#people .top .text p {
  margin-bottom: 10px;
}
section#people .top:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#people .item {
  width: 18%;
  float: left;
  margin: 0 2% 2% 0;
}
section#people .item img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
section#people .item p {
  font-weight: 600;
  color: #d14c27;
  line-height: 16px;
}
section#people .item span {
  display: block;
  font-size: 12px;
}
section#people .x3 {
  width: 30.666666667%;
  margin: 0 4% 4% 0;
}
section#people .x3 p {
  font-weight: 600;
  color: #d14c27;
  line-height: 20px;
  font-size: 16px;
}
section#people .x3 span {
  display: block;
  font-size: 14px;
}
section#people .last {
  margin-right: 0;
}
section#people-list {
  padding: 40px 0;
}
section#people-list h1 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 30px;
}
section#people-list h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 30px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}
section#people-list table {
  width: 50%;
  float: left;
}
section#people-list table tr td {
  padding-bottom: 5px;
  line-height: 22px;
  vertical-align: top;
}
section#people-list table tr td:first-child {
  width: 40%;
  font-weight: 600;
}
footer {
  color: white;
  background: #303030;
  padding: 40px 0 0;
}
footer .coll {
  float: left;
  width: 25%;
}
footer .coll h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #d14c27;
}
footer .coll ul {
  list-style: none;
}
footer .coll ul li {
  margin-bottom: 10px;
}
footer .coll ul li a {
  text-decoration: none;
  color: white;
}
footer .coll .bultein {
  margin-bottom: 15px;
}
footer .coll .bultein p {
  line-height: 25px;
  font-size: 14px;
  margin-bottom: 10px;
}
footer .coll .bultein input {
  display: block;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: white;
  padding: 0 10px;
  height: 32px;
  color: black;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 70%;
  outline: none;
}
footer .coll .bultein button {
  display: block;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #d14c27;
  height: 32px;
  float: right;
  width: 28%;
  outline: none;
  color: white;
}
footer .coll .bultein:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
footer .bottom {
  background: black;
  padding: 10px 0;
  margin-top: 30px;
  color: #c9c9c9;
  font-size: 12px;
}
footer .bottom .left {
  display: table;
  float: left;
  line-height: 30px;
}
footer .bottom .right {
  display: table;
  float: right;
  line-height: 30px;
}
footer .bottom .right a {
  text-decoration: none;
  color: #c9c9c9;
}
@media only screen and (max-width: 1270px) {
  .container {
    padding: 0 20px;
  }
  header .top .right {
    display: none;
  }
  header .logo {
    width: 250px;
  }
  header .content {
    display: block;
    float: none;
  }
  header .content .search {
    float: left;
  }
  header .content .swith-menu {
    display: block;
  }
  header .content ul {
    display: none;
    padding-bottom: 10px;
  }
  header .content ul li {
    display: block;
    margin-left: 0;
  }
  section#main .content {
    width: 100%;
    float: none;
  }
  section#main .sidebar {
    width: 100%;
    float: none;
  }
  footer .coll {
    width: 100%;
  }
}
