body {
  font-family: "Open Sans", sans-serif;
  background-color: #fff;
}

/* =RESET
===========================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

/* =RESET
===========================================*/
.blue-btn {
  display: inline-block;
  width: 200px;
  height: 60px;
  line-height: 60px;
  background-color: #00C9F0;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  border: 1px solid #00C9F0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blue-btn:hover {
  background-color: #009ebd;
  color: #fff;
}

.ar {
  direction: rtl;
}

header .header-top {
  height: 57px;
  background-color: #2B3039;
}

header .header-top .lang {
  float: left;
  position: relative;
  z-index: 999;
}

header .header-top .lang .title {
  height: 57px;
  color: #fff;
  line-height: 57px;
  font-weight: 600;
  font-size: 16px;
  padding-right: 20px;
  position: relative;
  cursor: pointer;
}

header .header-top .lang .title:after {
  font-family: FontAwesome;
  content: "\f107";
  color: #00C9F0;
  position: absolute;
  right: 0px;
}

header .header-top .lang .content {
  position: absolute;
  background-color: #2B3039;
  padding: 10px;
  display: none;
}

header .header-top .lang .content li {
  display: block;
  margin-top: 2px;
  margin-bottom: 2px;
}

header .header-top .lang .content li a {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}

header .header-top .tools {
  float: right;
  height: 57px;
}

header .header-top .tools .contact-item {
  float: left;
  height: 57px;
  margin-right: 40px;
}

header .header-top .tools .contact-item i {
  color: #00C9F0;
  float: left;
  height: 57px;
  line-height: 57px;
  margin-right: 10px;
  font-size: 22px;
}

header .header-top .tools .contact-item a {
  float: left;
  height: 57px;
  line-height: 57px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

header .header-top .tools .contact-item a:hover {
  color: #00C9F0;
}

header .header-top .tools ul {
  float: left;
  border-left: 1px solid #555C69;
  list-style: none;
  height: 57px;
  padding-left: 20px;
}

header .header-top .tools ul li {
  float: left;
  height: 57px;
}

header .header-top .tools ul li a {
  display: block;
  font-size: 20px;
  line-height: 57px;
  height: 57px;
  color: #00C9F0;
  margin-left: 7px;
  margin-right: 7px;
}

header .header-bottom {
  height: 100px;
}

header .header-bottom .logo {
  float: left;
  margin-top: 10px;
}

header .header-bottom .menuAc {
  position: absolute;
  right: 20px;
  top: 15px;
  border: 1px solid #2B3039;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  display: none;
}

header .header-bottom nav {
  float: right;
}

header .header-bottom nav ul {
  list-style: none;
  margin-top: 40px;
  overflow: hidden;
}

header .header-bottom nav ul li {
  float: left;
}

header .header-bottom nav ul li a {
  font-weight: 700;
  font-size: 14px;
  color: #3D3D3D;
  text-transform: uppercase;
  margin-left: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

header .header-bottom nav ul li a:hover {
  color: #00C9F0;
}

@media (max-width: 1000px) {
  header .header-top .tools .contact-item {
    margin-right: 20px !important;
  }
  header .header-top .tools .contact-item i {
    font-size: 18px;
  }
  header .header-top .tools .contact-item a {
    font-size: 14px;
  }
  header .header-bottom .logo {
    margin-top: 30px !important;
  }
  header .header-bottom .logo img {
    width: 140px !important;
  }
  header .header-bottom nav ul li a {
    margin-left: 7px !important;
    font-size: 13px;
  }
}

@media (max-width: 1200px) {
  header .header-bottom .logo {
    margin-top: 20px;
  }
  header .header-bottom .logo img {
    width: 200px;
  }
  header .header-bottom nav ul li a {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  header .padding-0 {
    padding: 0px;
  }
  header .header-bottom {
    height: 70px;
  }
  header .header-bottom .logo {
    margin-top: 5px !important;
    margin-left: 20px;
  }
  header .header-bottom .logo img {
    width: 200px !important;
  }
  header .header-bottom .menuAc {
    display: block;
  }
  header .header-bottom nav {
    width: 100%;
    margin-top: 10px !important;
  }
  header .header-bottom nav ul {
    background-color: #2B3039;
    display: none;
    margin-top: 0px;
  }
  header .header-bottom nav ul li {
    display: block !important;
    width: 100%;
  }
  header .header-bottom nav ul li a {
    display: block !important;
    margin: 0px !important;
    padding: 15px;
    color: #fff;
    border-bottom: 1px solid #555C69 !important;
  }
  header .header-bottom nav ul li.satis {
    display: block;
  }
}

@media (min-width: 769px) {
  nav ul {
    display: block !important;
  }
}

.slider {
  height: 700px;
  overflow: hidden;
}

.slider .item {
  height: 700px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider .item .text-container {
  position: relative;
  height: 700px;
}

.slider .item .text-container .slider-text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 400px;
  padding: 40px;
  overflow: hidden;
}

.slider .item .text-container .slider-text:before {
  content: '';
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .6;
  left: 0px;
  top: 0px;
}

.slider .item .text-container .slider-text h1, .slider .item .text-container .slider-text p, .slider .item .text-container .slider-text a {
  position: relative;
  z-index: 2;
  color: #fff;
}

.slider .item .text-container .slider-text h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 20px;
}

.slider .item .text-container .slider-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 40px;
}

.slider .owl-controls {
  margin-top: -60px;
}

@media (max-width: 1290px) {
  .slider {
    height: 500px;
  }
  .slider .item {
    height: 500px;
  }
  .slider .item .text-container {
    height: 500px;
  }
}

.home {
  padding-top: 50px;
  padding-bottom: 50px;
}

.home .home-item {
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.home .home-item.line {
  border-right: 1px solid #D8D8D8;
}

.home .home-item h1 {
  font-weight: 700;
  font-size: 32px;
  color: #2B3039;
  margin-bottom: 30px;
}

.home .home-item .text {
  font-weight: 400;
  font-size: 16px;
  color: #2B3039;
  line-height: 23px;
}

.home .home-item .text p {
  margin-bottom: 20px;
}

.home .home-item .text ul {
  list-style: none;
}

.home .home-item .text ul li {
  height: 32px;
  line-height: 32px;
  position: relative;
  padding-left: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.home .home-item .text ul li:before {
  font-family: FontAwesome;
  content: "\f00c";
  color: #00C9F0;
  position: absolute;
  left: 0px;
}

.home .home-item .text ul li:hover {
  padding-left: 35px;
}

.home .home-item .blue-btn {
  margin-top: 30px;
}

.projeler {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #F7F7F7;
}

.projeler h1 {
  font-weight: 700;
  font-size: 32px;
  color: #2B3039;
  margin-bottom: 40px;
}

.projeler .proje-item {
  height: 350px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.projeler .proje-item:hover .bg {
  bottom: 0px;
}

.projeler .proje-item .bg {
  position: absolute;
  bottom: -70px;
  left: 0px;
  right: 0px;
  height: 140px;
  padding: 20px 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.projeler .proje-item .bg:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 140px;
  left: 0px;
  top: 0px;
  background-color: #000000;
  opacity: .4;
  z-index: 1;
}

.projeler .proje-item .bg strong, .projeler .proje-item .bg a {
  position: relative;
  z-index: 2;
}

.projeler .proje-item .bg strong {
  font-weight: 700;
  font-size: 24px;
  color: #FFFFFF;
  display: block;
}

.projeler .proje-item .bg .detay-btn {
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  border: 1px solid #00C9F0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 20px;
}

.projeler .proje-item .bg .detay-btn:hover {
  background-color: #00C9F0;
  color: #fff;
}

.projeler .proje-item .bg .download-btn {
  display: inline-block;
  width: 120px;
  height: 50px;
  line-height: 50px;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  border: 1px solid #00C9F0;
  background-color: #00C9F0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 20px;
}

.projeler .proje-item .bg .download-btn i {
  font-size: 24px;
}

.projeler .proje-item .bg .download-btn:hover {
  background-color: #009ebd;
  color: #fff;
}

.partners {
  padding-top: 60px;
  margin-bottom: -80px;
}

.partners h1 {
  font-weight: 700;
  font-size: 32px;
  color: #2B3039;
  margin-bottom: 40px;
}

.partners .geri, .partners .ileri {
  float: left;
  width: 3%;
  margin-top: 20px;
  text-align: center;
  cursor: pointer;
}

.partners .geri i, .partners .ileri i {
  font-size: 40px;
}

.partners .partner-slider {
  float: left;
  width: 94%;
}

.partners .partner-slider .item {
  text-align: center;
}

.cover {
  height: 283px;
  overflow: hidden;
  position: relative;
}

.cover:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #2B3039;
  opacity: .7;
}

.cover h1 {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 48px;
  top: 150px;
}

.map {
  position: relative;
  height: 283px;
}

.map #map {
  position: absolute;
  width: 100%;
  height: 100%;
}

.page .page-top {
  border-bottom: 1px solid #EDEDED;
  min-height: 54px;
}

.page .page-top .breadcrumb {
  padding: 0px;
  background: none;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  float: left;
  margin-bottom: 0px;
  margin-top: 20px;
}

.page .page-top .breadcrumb li {
  color: #00C9F0;
}

.page .page-top .breadcrumb li a {
  font-size: 12px;
  font-weight: 400;
  color: #2B3039;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.page .page-top .breadcrumb li a:hover {
  color: #00C9F0;
}

.page .page-top .share {
  float: right;
  list-style: none;
  margin-top: 15px;
}

.page .page-top .share li {
  display: inline;
  font-weight: 300;
  font-size: 12px;
  color: #2B3039;
}

.page .page-top .share li a {
  font-size: 18px;
  color: #2B3039;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.page .page-top .share li a:hover {
  color: #00C9F0;
}

.page .page-bottom .projeler {
  background-color: #fff;
  margin-bottom: -80px;
}

.page .page-bottom .projeler .proje-group {
  margin-bottom: 60px;
}

.page .page-bottom .projeler .proje-group .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 30px;
}

.page .page-bottom .projeler .proje-group .text p {
  margin-bottom: 16px;
}

.page .page-bottom .projeler .proje-group .title {
  position: relative;
}

.page .page-bottom .projeler .proje-group .title h2 {
  float: left;
  background-color: #fff;
  z-index: 2;
  position: relative;
  padding-right: 25px;
  font-weight: 700;
  font-size: 32px;
  color: #2B3039;
  margin-bottom: 40px;
}

.page .page-bottom .projeler .proje-group .title:before {
  content: '';
  position: absolute;
  background-color: #2B3039;
  width: 100%;
  height: 1px;
  top: 30px;
  z-index: 1;
}

.page .page-bottom .projeler .proje-group .proje-item {
  display: block;
}

.page .page-bottom .projeler .proje-group .proje-item.hizmet:hover .bg {
  bottom: -70px;
}

.page .page-bottom .projeler .proje-group .proje-item.fuar {
  height: 280px;
}

.page .page-bottom .projeler .proje-group .proje-item.fuar strong {
  font-size: 16px;
}

.page .page-bottom .projeler .proje-group .proje-item.fuar-detay {
  height: 180px;
}

.page .page-bottom .proje-detay {
  padding-top: 60px;
}

.page .page-bottom .proje-detay h2 {
  font-weight: 700;
  font-size: 32px;
  color: #2B3039;
  margin-bottom: 40px;
}

.page .page-bottom .proje-detay .buttons {
  margin-bottom: 40px;
}

.page .page-bottom .proje-detay .buttons .detay-btn {
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  color: #2B3039;
  text-decoration: none !important;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  border: 1px solid #00C9F0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 20px;
}

.page .page-bottom .proje-detay .buttons .detay-btn:hover {
  background-color: #00C9F0;
  color: #fff;
}

.page .page-bottom .proje-detay .buttons .download-btn {
  display: inline-block;
  width: 120px;
  height: 50px;
  line-height: 50px;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  border: 1px solid #00C9F0;
  background-color: #00C9F0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 20px;
}

.page .page-bottom .proje-detay .buttons .download-btn i {
  font-size: 24px;
}

.page .page-bottom .proje-detay .buttons .download-btn:hover {
  background-color: #009ebd;
  color: #fff;
}

.page .page-bottom .proje-detay .text {
  font-weight: 400;
  font-size: 16px;
  color: #2B3039;
  line-height: 23px;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.page .page-bottom .proje-detay .text.hakkimizda {
  margin-top: 0px !important;
}

.page .page-bottom .proje-detay .text.hizmet {
  margin-top: 30px;
  border-bottom: none;
}

.page .page-bottom .proje-detay .text p {
  margin-bottom: 16px;
}

.page .page-bottom .proje-detay .text h3 {
  font-weight: 700;
  font-size: 18px;
  color: #2B3039;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page .page-bottom .proje-detay .text ul {
  list-style: none;
  margin-bottom: 30px;
}

.page .page-bottom .proje-detay .text ul li {
  height: 28px;
  line-height: 28px;
  position: relative;
  padding-left: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.page .page-bottom .proje-detay .text ul li:before {
  font-family: FontAwesome;
  content: "\f00c";
  color: #00C9F0;
  position: absolute;
  left: 0px;
}

.page .page-bottom .proje-detay .text ul li:hover {
  padding-left: 35px;
}

.page .page-bottom .proje-detay ul li {
  overflow: hidden;
  margin-bottom: 10px;
}

.page .page-bottom .proje-detay ul li i, .page .page-bottom .proje-detay ul li p {
  float: left;
}

.page .page-bottom .proje-detay ul li i {
  height: 30px;
  line-height: 30px;
  font-size: 22px;
  color: #00C9F0;
  width: 30px;
  margin-right: 20px;
}

.page .page-bottom .proje-detay ul li p {
  height: 30px;
  line-height: 30px;
  color: #2B3039;
  font-size: 16px;
}

.page .page-bottom .proje-detay ul li p strong {
  margin-right: 10px;
}

.page .page-bottom .proje-detay .diger h2 {
  font-weight: 700;
  font-size: 32px;
  color: #2B3039;
  margin-bottom: 40px;
}

.page .page-bottom .proje-detay .diger a {
  position: relative;
  overflow: hidden;
  height: 227px;
  display: block;
  margin-bottom: 30px;
}

.page .page-bottom .proje-detay .diger a .bg {
  position: absolute;
  bottom: -70px;
  left: 0px;
  right: 0px;
  height: 140px;
  padding: 20px 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.page .page-bottom .proje-detay .diger a .bg:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 140px;
  left: 0px;
  top: 0px;
  background-color: #000000;
  opacity: .4;
  z-index: 1;
}

.page .page-bottom .proje-detay .diger a .bg strong {
  position: relative;
  z-index: 2;
}

.page .page-bottom .proje-detay .diger a .bg strong {
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  display: block;
}

.page .page-bottom .proje-detay .iletisim-content h2 {
  font-weight: 700;
  font-size: 18px;
  color: #2B3039;
  margin-bottom: 20px;
  margin-top: 30px;
}

.page .page-bottom .proje-detay .iletisim-content ul {
  margin: 0px;
  padding: 0px;
}

.page .page-bottom .proje-detay .iletisim-content ul li {
  margin: 0px;
  padding: 0px;
}

.page .page-bottom .proje-detay .iletisim-content ul li i {
  margin: 0px;
  padding: 0px;
  text-align: center;
  margin-right: 10px;
}

.page .page-bottom .proje-detay .iletisim-content ul li p {
  font-weight: 400;
  font-size: 16px;
  color: #2B3039;
  height: auto;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.page .page-bottom .proje-detay .iletisim-content ul li p:hover {
  padding-left: 5px;
}

.page .page-bottom .proje-detay .iletisim-content ul li p a {
  font-weight: 400;
  font-size: 16px;
  color: #2B3039;
  text-decoration: none !important;
}

.page .page-bottom .proje-detay .form {
  margin-top: 30px;
}

.page .page-bottom .proje-detay .form input, .page .page-bottom .proje-detay .form textarea {
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #ADAFB2;
  margin-bottom: 20px;
  padding: 10px;
  outline: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.page .page-bottom .proje-detay .form input:focus, .page .page-bottom .proje-detay .form textarea:focus {
  border: 1px solid #00C9F0;
  padding-left: 20px;
}

.page .page-bottom .proje-detay .form textarea {
  resize: none;
  height: 175px;
}

.page .page-bottom .proje-detay .form button {
  float: right;
  outline: none;
}

footer .footer-top {
  width: 100%;
  height: 283px;
  background: url(../img/footer.png) center center;
}

footer .footer-bottom {
  background-color: #2B3039;
}

footer .footer-bottom .footer-item {
  width: 100%;
  border-right: 1px solid #555C69;
}

footer .footer-bottom .footer-item .first-menu li {
  margin-bottom: 10px;
}

footer .footer-bottom .footer-item .first-menu li a {
  font-weight: 700;
  font-size: 12px;
  color: #B3B7C6;
  text-transform: uppercase;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .footer-bottom .footer-item .first-menu li a:hover {
  color: #00C9F0;
  padding-left: 5px;
}

footer .footer-bottom .footer-item .last-menu li {
  margin-bottom: 10px;
}

footer .footer-bottom .footer-item .last-menu li strong {
  font-weight: 700;
  font-size: 12px;
  color: #B3B7C6;
}

footer .footer-bottom .footer-item .last-menu li a {
  font-weight: 400;
  font-size: 12px;
  color: #B3B7C6;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .footer-bottom .footer-item .last-menu li a:hover {
  color: #00C9F0;
  padding-left: 5px;
}

footer .footer-bottom .contact-item {
  overflow: hidden;
  margin-bottom: 12px;
}

footer .footer-bottom .contact-item a {
  float: left;
}

footer .footer-bottom .contact-item a i {
  color: #00C9F0;
  font-size: 22px;
  float: left;
  height: 30px;
  width: 30px;
  text-align: center;
  margin-right: 10px;
  line-height: 30px;
}

footer .footer-bottom .contact-item a span {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  float: left;
  height: 30px;
  line-height: 30px;
}

footer .footer-bottom p {
  font-weight: 400;
  font-size: 12px;
  color: #E0E0E0;
  margin-top: 20px;
}

footer .footer-bottom .bodrum-creative {
  float: right;
}

@media (max-width: 767px) {
  footer .footer-bottom .footer-item {
    margin-bottom: 30px;
  }
  footer .footer-bottom .footer-item.hide-line {
    border: none;
  }
  footer .footer-bottom p {
    text-align: center;
    margin-bottom: 30px;
  }
  footer .footer-bottom .bodrum-creative {
    float: none;
    display: block;
    text-align: center;
  }
}


.page .sectors {
  display: block;
  margin-bottom: 30px;
  text-decoration: none;
}

.page .sectors .img {
  height: 170px;
  overflow: hidden;
  margin-bottom: 15px;
}

.page .sectors strong {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  padding-left: 20px;
}

.page .sectors strong:before {
  font-family: FontAwesome;
  content: "\f061";
  position: absolute;
  left: 0px;
  color: #00C9F0;
  font-size: 14px;
  top: 2px;
}


aside ul li {
  display: block;
  margin-bottom: 3px;
}

aside ul li.active a {
  color: #00C9F0;
}

aside ul li.active a:after {
  color: #00C9F0;
}

aside ul li a {
  display: block;
  border: 1px solid #EEEEEE;
  /*height: 57px;
  line-height: 57px;*/
  padding-right: 27px;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom:15px;
  font-weight: 700;
  font-size: 12px;
  color: #ACB4BA;
  text-decoration: none;
  position: relative;
}

aside ul li a:hover {
  color: #00C9F0;
}

aside ul li a:hover:after {
  color: #00C9F0;
}

aside ul li a:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  right: 20px;
  color: #ACB4BA;
  font-size: 18px;
  top: 34%;
}
