
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&subset=latin-ext');
.block {
  display: block;
}
.iblock {
  display: inline-block;
}
.inline {
  display: inline;
}
.none {
  display: none;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.tcenter {
  text-align: center !important;
}
.tleft {
  text-align: left !important;
}
.tright {
  text-align: right !important;
}
.w100 {
  width: 100%;
}
a {
  text-decoration: none !important;
}
.w-light {
  font-weight: 300 !important;
}
.w-bold {
  font-weight: bold !important;
}
.w-normal {
  font-weight: normal !important;
}
.w-semi {
  font-weight: 500 !important;
}
input[type=text],
input[type=password],
textarea {
  -webkit-appearance: none;
  appearance: none;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  outline: none;
}
input {
  -webkit-appearance: none;
  appearance: none;
}
p {
  margin: 0;
  font-size: 16px;
  color: #59595b;
  line-height: 25px;
  font-weight: 300 !important;
  font-family: 'Oswald', sans-serif;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
form {
  margin: 0;
}
.row:before,
.row:after {
  content: "";
  display: table;
  clear: both;
}
.t-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
}
.pointer {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1,
.head1 {
  font-size: 24px;
  font-weight: 500 !important;
  color: #59595b;
  text-align: center !important;
  padding: 0 !important;
  border: none;
}
h1 b,
.head1 b {
  font-weight: 600;
}
h2,
.head2 {
  font-size: 16px;
  color: #59595b;
  font-weight: 600;
  padding: 14px 8px;
  border-left: 5px solid #d4b157;
}
h3,
.head3 {
  font-size: 22px;
  color: #59595b;
  font-weight: 300 !important;
  padding: 0;
  border: none;
}
h3 b,
.head3 b {
  font-weight: 500 !important;
}
button.custom1,
input[type=submit].custom1,
.button.custom1 {
  color: #fff;
  position: relative;
  z-index: 1;
  background: #000;
  font-size: 18px;
  font-weight: 500 !important;
  padding: 10px 45px;
  display: inline-block;
}
button.custom1 span,
input[type=submit].custom1 span,
.button.custom1 span {
  z-index: 2;
  position: relative;
}
button.custom1:before,
input[type=submit].custom1:before,
.button.custom1:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #d4b157;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
button.custom1:hover:before,
input[type=submit].custom1:hover:before,
.button.custom1:hover:before {
  width: 100%;
}
.services-list {
  padding: 15px;
}
.services-list a {
  display: block;
  border: 1px solid #e8e8e8;
  color: #59595b;
  font-weight: 300 !important;
  font-size: 16px;
  text-align: center !important;
  position: relative;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.services-list a strong {
  display: block;
  position: relative;
  z-index: 1;
}
.services-list a strong img {
  width: 100%;
}
.services-list a strong:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 203, 5, 0.75);
  opacity: 0;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.services-list a strong:after {
  position: absolute;
  content: "\f102";
  font-family: flaticon;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.75);
  left: 50%;
  top: 50%;
  width: 50px;
  text-align: center !important;
  font-weight: normal !important;
  margin-left: -25px;
  line-height: 50px;
  margin-top: -48px;
  transform: scale(2);
  opacity: 0;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.services-list a span {
  position: relative;
  display: block;
  z-index: 2;
  padding: 5px 15px 15px 15px;
  background: #fff;
}
.services-list a span b {
  font-weight: 300 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
  display: block;
}
.services-list a span span {
  margin-top: 15px;
  padding: 0;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  font-weight: 200;
}
.services-list a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 107px;
  height: 39px;
  background: url(../img/services-list.png) no-repeat;
  background-size: 100% 39px;
  z-index: 2;
}
.services-list a:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 107px;
  height: 49px;
  margin-bottom: -10px;
  background: url(../img/services-list-hover.png) no-repeat;
  background-size: 100% 49px;
  z-index: 1;
  opacity: 0;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.services-list a:hover {
  box-shadow: 0 0 11px rgba(5, 5, 6, 0.3);
  color: #091e2f;
}
.services-list a:hover:after {
  opacity: 1;
  margin-bottom: 0;
}
.services-list a:hover strong:before {
  opacity: 1;
}
.services-list a:hover strong:after {
  opacity: 1;
  transform: scale(1);
}
.proje-list {
  padding: 0 15px;
}
.proje-list a {
  display: block;
  position: relative;
  color: #59595b;
  font-size: 16px;
  line-height: 23px;
}
.proje-list a img {
  width: 100%;
}
.proje-list a > span {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 9px 20px 7px 20px;
  overflow: hidden;
}
.proje-list a > span b {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
  display: block;
}
.proje-list a > span span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
  display: block;
  font-weight: 300 !important;
}
.proje-list a > span:before,
.proje-list a > span:after {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.85);
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.proje-list a > span:after {
  bottom: 60px;
  height: 62px;
  background: rgba(255, 203, 5, 0.85);
  border-bottom: 3px solid #838384;
}
.proje-list a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 62px;
  background: rgba(255, 255, 255, 0.5);
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  opacity: 0;
}
.proje-list a:after {
  position: absolute;
  content: "\f100";
  font-family: flaticon;
  left: 50%;
  top: 50%;
  width: 50px;
  color: #000;
  text-align: center !important;
  font-size: 36px;
  line-height: 8px;
  margin-left: -25px;
  margin-top: -35px;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  opacity: 0;
  transform: scale(2);
}
.proje-list a:hover > span:before {
  bottom: -60px;
}
.proje-list a:hover > span:after {
  bottom: 0;
  border-color: #6d685d;
}
.proje-list a:hover:before {
  opacity: 1;
}
.proje-list a:hover:after {
  opacity: 1;
  transform: scale(1);
}
.news-list {
  padding: 50px 15px;
}
.news-list a {
  display: block;
  position: relative;
  color: #091e2f;
  font-size: 16px;
  line-height: 25px;
}
.news-list a img {
  width: 100%;
}
.news-list a b {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
  font-weight: 500 !important;
  position: relative;
  padding-top: 15px;
  margin-top: 20px;
}
.news-list a b:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 45px;
  height: 5px;
  background: #59595b;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.news-list a strong {
  display: block;
  font-weight: 200;
  height: 75px;
  overflow: hidden;
  margin-bottom: 10px;
}
.news-list a span {
  color: #fff;
  font-weight: 200;
  background: #59595b;
  padding: 7px 30px;
  display: inline-block;
  position: relative;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.news-list a span:before {
  position: absolute;
  content: "";
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 2px;
  background: #7a7058;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.news-list a time {
  font-weight: 300 !important;
  color: #59595b;
  line-height: 39px;
  margin-left: 20px;
}
.news-list a time:before {
  content: "\f10d";
  font-family: flaticon;
  color: #d4b157;
  font-size: 14px;
  line-height: 25px;
  margin-right: 10px;
  top: -2px;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  position: relative;
  font-weight: normal !important;
}
.news-list a:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -50px;
  right: 0;
  height: 5px;
  background: url(../img/news-list.jpg);
  -webkit-animation: hr 1.6s infinite linear;
  animation: hr 1.6s infinite linear;
}
.news-list a:hover b:before {
  width: 100%;
  background: #ffcb05;
}
.news-list a:hover time:before {
  color: #ffcb05;
}
.news-list a:hover span {
  background: #ffcb05;
}
.news-list a:hover span:before {
  left: 0;
  right: 0;
}
@-webkit-keyframes news-list {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 8px 0;
  }
}
@keyframes news-list {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 8px 0;
  }
}
hr {
  border: none;
  display: block;
  margin: 0;
  height: 16px;
  background: url(../img/hr.png);
  -webkit-animation: hr 2s infinite linear;
  animation: hr 2s infinite linear;
}
hr.reverse {
  transform: rotateX(180deg);
}
@-webkit-keyframes hr {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 20px 0;
  }
}
@keyframes hr {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 20px 0;
  }
}
#mm-blocker {
  background: rgba(0, 0, 0, 0.5);
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  z-index: 6;
}
#mobile_menu .mm-title img {
  height: 50px;
}
#mobile_menu .mm-navbar {
  border-color: #ffcb05 !important;
}
#mobile_menu .mm-listview .mm-next:before {
  display: block;
  opacity: 1;
}
.cap-img {
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 10px #000;
}
.cap-img img {
  width: 100%;
}
.cap-img .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  margin-top: 23px;
  text-align: right !important;
}
.cap-img .container h1 {
  text-align: right !important;
  color: #fff;
  font-weight: 600;
}
.cap-img .container ul {
  padding-top: 8px;
}
.cap-img .container ul li {
  display: inline-block;
  font-weight: 300 !important;
  position: relative;
  font-size: 16px;
  padding: 0 12px;
  line-height: 22px;
}
.cap-img .container ul li a {
  color: #fff;
}
.cap-img .container ul li a:hover {
  color: #ffcb05;
}
.cap-img .container ul li:before {
  position: absolute;
  content: "\f109";
  font-family: flaticon;
  right: -6px;
  top: 0;
  font-size: 9px;
  line-height: 24px;
}
.cap-img .container ul li:last-child {
  padding-right: 0;
}
.cap-img .container ul li:last-child:before {
  display: none;
}
.pagination {
  font-size: 0;
  display: block;
  text-align: center !important;
}
.pagination ul {
  display: inline-block;
}
.pagination li {
  font-size: 14px;
  color: #30302f;
  display: block;
  float: left;
  padding: 0 5px;
}
.pagination li a {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 32px;
  border: 1px solid #d4b157;
  border-radius: 100%;
  color: #30302f;
}
.pagination li a:hover {
  color: #fff;
  background: #d4b157;
}
.pagination li span {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 32px;
  border: 1px solid #d4b157;
  border-radius: 100%;
  color: #fff;
  background: #d4b157;
}
.pagination li .next,
.pagination li .prev {
  background: #30302f;
  border-color: #30302f;
  color: #fff;
  font-size: 8px;
}
.pagination li .next.prev,
.pagination li .prev.prev {
  transform: rotateY(180deg);
}
.pagination li .next:hover,
.pagination li .prev:hover {
  border: 1px solid #d4b157;
}
.widget-menu {
  border: 1px solid #dcdddf;
}
.widget-menu li {
  color: #59595b;
  font-size: 16px;
  line-height: 24px;
  border-top: 1px dashed #dcdddf;
}
.widget-menu li b {
  display: block;
  font-weight: 500 !important;
  padding: 13px 25px;
}
.widget-menu li a {
  color: #59595b;
  padding: 13px 25px;
  display: block;
  font-weight: 300 !important;
  position: relative;
  z-index: 2;
}
.widget-menu li a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: -1px;
  right: 0;
  opacity: 0;
  bottom: -1px;
  background: #ceab51;
  border-left: 0 solid #091e2f;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.widget-menu li a:after {
  position: absolute;
  content: "\f106";
  right: 10px;
  top: 50%;
  font-family: flaticon;
  display: block;
  width: 25px;
  line-height: 8px;
  margin-top: -4px;
  text-align: center !important;
  font-size: 12px;
  color: #fff;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  opacity: 0;
}
.widget-menu li a.active,
.widget-menu li a:hover {
  color: #fff;
}
.widget-menu li a.active:before,
.widget-menu li a:hover:before {
  border-left: 6px solid #091e2f;
  opacity: 1;
}
.widget-menu li a.active:after,
.widget-menu li a:hover:after {
  right: 0;
  opacity: 1;
}
.widget-menu li:first-child {
  border: none;
}
.gallery-list {
  display: block;
  position: relative;
}
.gallery-list img {
  width: 100%;
}
.gallery-list:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(9, 30, 47, 0.5);
  opacity: 0;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.gallery-list:after {
  position: absolute;
  content: "\f100";
  font-family: flaticon;
  color: #fff;
  font-size: 36px;
  left: 50%;
  top: 50%;
  line-height: 8px;
  width: 40px;
  margin-left: -20px;
  margin-top: -4px;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  opacity: 0;
  transform: scale(2);
}
.gallery-list:hover:before {
  opacity: 1;
}
.gallery-list:hover:after {
  opacity: 1;
  transform: scale(1);
}
.iso-list {
  font-size: 0;
}
.iso-list li {
  display: inline-block;
  font-size: 16px;
}
.iso-list li a {
  color: #59595b;
  padding: 6px 15px;
  font-weight: 300 !important;
  display: block;
}
.iso-list li a.active {
  color: #d4b157;
  background: #091e2f;
  border-radius: 3px;
}
.iso-list li a:hover {
  color: #d4b157;
}
body {
  font-family: 'Oswald', sans-serif;
  margin: 0;
  padding-top: 196px;
  opacity: 0;
}
body * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body.active {
  opacity: 1;
}
body.no-scroll {
  overflow: hidden;
  margin-right: 17px;
}
#header {
  position: absolute;
  width: 100%;
  height: 196px;
  z-index: 5;
  top: 0;
}
#header > div:first-child {
  background: url(../img/head.jpg) center top repeat-x, #000;
  padding: 10px 0;
}
#header > div:first-child p {
  color: #fff;
  font-weight: 500 !important;
  float: left;
  margin-right: 25px;
}
#header > div:first-child p > i {
  color: #d4b157;
  margin-right: 10px;
}
#header > div:first-child p a {
  color: #fff;
}
#header > div:first-child p a:hover {
  color: #d4b157;
}
#header > div:first-child p:last-child {
  float: right;
  margin: 0;
}
#header > div:first-child p:last-child a {
  margin-left: 25px;
}
#header > div:nth-child(2) {
  background: url(../img/header.jpg);
  background-size: cover;
  padding: 11px 0;
  padding-bottom: 41px;
}
#header > div:nth-child(2) a {
  font-size: 16px;
  font-weight: 300 !important;
  color: #071726;
  float: right;
  padding-left: 40px;
  position: relative;
  display: block;
  margin: 26px 0;
  margin-left: 25px;
  line-height: 23px;
}
#header > div:nth-child(2) a b {
  font-weight: 500 !important;
  display: block;
  color: #fff;
}
#header > div:nth-child(2) a i {
  color: #fff;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#header > div:nth-child(2) a:first-child {
  float: left;
  padding: 0;
  margin: 0;
}
#header > div:nth-child(2) a:hover i {
  color: #071726;
}
#header > div:nth-child(2) a:last-child {
  display: none;
}
#header > div:nth-child(2) a:last-child i {
  background: #000;
  font-size: 24px;
  line-height: 40px;
  display: block;
  width: 40px;
  text-align: center !important;
}
#header > div:nth-child(2) a:last-child i:hover {
  color: #fff;
}
#header > div:nth-child(2) > div {
  background: url(../img/header.png) no-repeat right center;
  padding-right: 240px;
}
#header > div nav {
  background: #000;
  padding: 17px;
  height: 76px;
  border-radius: 5px;
  box-shadow: inset 0 -3px 0 #ffcb05;
  margin-top: -30px;
  margin-bottom: -46px;
}
#header > div nav > ul {
  font-size: 0;
}
#header > div nav > ul > li {
  display: inline-block;
  position: relative;
}
#header > div nav > ul > li > a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500 !important;
  padding: 10px 25px;
}
#header > div nav > ul > li > a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  bottom: 10px;
  border-left: 1px dashed #4e5052;
}
#header > div nav > ul > li > a:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  right: 50%;
  height: 2px;
  background: #ffcb05;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#header > div nav > ul > li:first-child a:before {
  display: none;
}
#header > div nav > ul > li div {
  position: absolute;
  left: 0;
  top: 100%;
  font-size: 14px;
  padding: 30px 0;
  opacity: 0;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  visibility: hidden;
  margin-top: -10px;
}
#header > div nav > ul > li div ul {
  background: #ffcb05;
  border-radius: 5px;
  padding: 10px 0;
  position: relative;
}
#header > div nav > ul > li div ul li {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
#header > div nav > ul > li div ul li a {
  font-weight: normal !important;
  display: block;
  padding: 8px;
  padding-left: 40px;
  line-height: 22px;
  white-space: nowrap;
  min-width: 230px;
  color: #353434;
  position: relative;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#header > div nav > ul > li div ul li a:before,
#header > div nav > ul > li div ul li a:after {
  position: absolute;
  content: "\f109";
  left: 4px;
  top: 0;
  line-height: 38px;
  height: 38px;
  width: 38px;
  text-align: center !important;
  color: #fff;
  font-family: Flaticon;
  font-size: 8px;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#header > div nav > ul > li div ul li a:after {
  left: 100% !important;
  background: #ffcb05;
  transform-origin: left center;
  transform: scale(0);
  margin-left: -15px;
  color: #353434;
  z-index: -1;
  opacity: 0;
}
#header > div nav > ul > li div ul li a:hover {
  background: #000;
  color: #fff;
}
#header > div nav > ul > li div ul li a:hover:before {
  left: -10px;
  background: #000;
}
#header > div nav > ul > li div ul li a:hover:after {
  transform: scale(1);
  margin-left: 0;
  opacity: 1;
}
#header > div nav > ul > li div ul li:last-child {
  border: none;
}
#header > div nav > ul > li div ul:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0px;
  right: 0px;
  height: 55px;
  background: #ffcb05;
  border-radius: 5px;
  transform: skewY(-12deg);
  margin-top: -30px;
  z-index: -1;
}
#header > div nav > ul > li div ul:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 15px;
  right: 15px;
  height: 55px;
  background: #000;
  border-radius: 5px;
  transform: skewY(-12deg);
  margin-top: -15px;
  z-index: -2;
}
#header > div nav > ul > li div:before {
  position: absolute;
  content: "\f106";
  font-family: Flaticon;
  color: #ffcb05;
  top: 0;
  left: 25px;
  font-size: 44px;
  transform: rotate(-90deg);
}
#header > div nav > ul > li.active a:after {
  left: 25px;
  right: 25px;
}
#header > div nav > ul > li:hover a:after {
  left: 25px;
  right: 25px;
}
#header > div nav > ul > li:hover div {
  visibility: visible;
  opacity: 1;
  margin: 0;
}
#slider {
  padding-bottom: 13px;
  background: url(../img/slider.jpg) repeat-x center bottom;
  position: relative;
}
#slider .owl-item {
  position: relative;
}
#slider .owl-item img {
  width: 100%;
}
#slider .owl-item .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center !important;
  padding: 0 180px;
}
#slider .owl-item .container p {
  color: #fff;
  font-size: 32px;
  font-weight: 300 !important;
}
#slider .owl-item .container p b {
  font-weight: 500 !important;
  line-height: 100px;
  background: #ffcb05;
  display: inline-block;
  padding: 0 40px;
  margin-bottom: 5px;
  position: relative;
}
#slider .owl-item .container p b:before {
  position: absolute;
  content: "";
  left: 20px;
  top: 10px;
  right: 20px;
  bottom: 10px;
  border: 1px solid #fff;
}
#slider .owl-nav {
  position: absolute;
  margin-left: 490px;
  left: 50%;
  top: 120px;
  height: 0;
  transform: translateX(-50%);
}
#slider .owl-nav > div {
  float: left;
  line-height: 46px;
  width: 28px;
  text-align: center !important;
  color: #fff;
  background: #ffcb05;
  position: relative;
  border-radius: 4px;
}
#slider .owl-nav > div i {
  display: block;
}
#slider .owl-nav > div:after,
#slider .owl-nav > div:before {
  position: absolute;
  content: "";
  top: 0;
  left: -25px;
  border: 23px solid transparent;
  border-left-width: 13px;
  border-right-width: 13px;
  border-right-color: #ffcb05;
  z-index: -1;
}
#slider .owl-nav > div:after {
  border-color: transparent;
  border-left-color: #ffcb05;
  left: 27px;
}
#slider .owl-nav > div:first-child {
  margin-right: 15px;
  margin-top: 25px;
}
#slider .owl-nav > div:first-child i {
  transform: rotateY(180deg);
}
#slider .owl-nav > div:hover {
  background: #000;
}
#slider .owl-nav > div:hover:before {
  border-right-color: #000;
}
#slider .owl-nav > div:hover:after {
  border-left-color: #000;
}
#slider .owl-dots {
  height: 0;
  text-align: center !important;
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  z-index: 2;
}
#slider .owl-dots > div {
  width: 20px;
  height: 20px;
  background: #ffcb05;
  display: inline-block;
  margin: 0 3px;
  position: relative;
  border-radius: 100%;
}
#slider .owl-dots > div:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #fff;
  border: 3px solid #000;
  transform: scale(0);
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#slider .owl-dots > div:hover:before,
#slider .owl-dots > div.active:before {
  transform: scale(1);
}
#home > img {
  width: 100%;
  margin: 30px 0;
}
#home #business {
  padding: 50px 15px;
}
#home #business h1 {
  text-align: left !important;
  position: relative;
  padding-bottom: 15px !important;
  margin-bottom: 15px;
}
#home #business h1:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 35px;
  background: #000;
}
#home #business img {
  width: 100%;
}
#home #business .button {
  float: right;
  margin-top: 10px;
}
#home #news {
  padding: 15px 0;
  position: relative;
}
#home #news p {
  font-size: 22px;
  font-weight: 200 !important;
  padding: 15px 0 20px 0;
  text-align: center !important;
}
#home #news .news-list {
  padding: 15px;
}
#home #news .news-list a:before {
  display: none;
}
#home #news .owl-carousel .owl-dots {
  margin-top: 30px;
  text-align: center !important;
}
#home #news .owl-carousel .owl-dots > div {
  width: 16px;
  height: 16px;
  background: #ffcb05;
  border-radius: 100%;
  display: inline-block;
  margin: 0 2px;
  position: relative;
}
#home #news .owl-carousel .owl-dots > div:before {
  position: absolute;
  content: "";
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  border-radius: 100%;
  background: #fff;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  transform: scale(0);
}
#home #news .owl-carousel .owl-dots > div.active:before,
#home #news .owl-carousel .owl-dots > div:hover:before {
  transform: scale(1);
}
#home #partners {
  padding: 15px 0;
}
#proje {
  padding: 15px 0;
  position: relative;
}
#proje p {
  font-size: 22px;
  font-weight: 200 !important;
  padding: 15px 0 20px 0;
  text-align: center !important;
}
#proje .news-list {
  padding: 15px;
}
#proje .news-list a:before {
  display: none;
}
#proje .owl-carousel .owl-dots {
  margin-top: 30px;
  text-align: center !important;
}
#proje .owl-carousel .owl-dots > div {
  width: 16px;
  height: 16px;
  background: #ffcb05;
  border-radius: 100%;
  display: inline-block;
  margin: 0 2px;
  position: relative;
}
#proje .owl-carousel .owl-dots > div:before {
  position: absolute;
  content: "";
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  border-radius: 100%;
  background: #fff;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  transform: scale(0);
}
#proje .owl-carousel .owl-dots > div.active:before,
#proje .owl-carousel .owl-dots > div:hover:before {
  transform: scale(1);
}
#services {
  padding: 15px 0;
  position: relative;
}
#services p {
  font-size: 22px;
  font-weight: 200 !important;
  padding: 15px 0 20px 0;
  text-align: center !important;
}
#services .owl-carousel .owl-nav {
  display: block;
  text-align: center !important;
  padding: 10px;
  height: 90px;
}
#services .owl-carousel .owl-nav > div {
  display: inline-block;
  line-height: 46px;
  width: 28px;
  text-align: center !important;
  color: #fff;
  background: #ffcb05;
  position: relative;
}
#services .owl-carousel .owl-nav > div i {
  display: block;
}
#services .owl-carousel .owl-nav > div:after,
#services .owl-carousel .owl-nav > div:before {
  position: absolute;
  content: "";
  top: 0;
  left: -26px;
  border: 23px solid transparent;
  border-left-width: 13px;
  border-right-width: 13px;
  border-right-color: #ffcb05;
  z-index: -1;
}
#services .owl-carousel .owl-nav > div:after {
  border-color: transparent;
  border-left-color: #ffcb05;
  left: 100%;
}
#services .owl-carousel .owl-nav > div:first-child {
  margin-right: 15px;
  top: 25px;
}
#services .owl-carousel .owl-nav > div:first-child i {
  transform: rotateY(180deg);
}
#services .owl-carousel .owl-nav > div:hover {
  background: #000;
}
#services .owl-carousel .owl-nav > div:hover:before {
  border-right-color: #000;
}
#services .owl-carousel .owl-nav > div:hover:after {
  border-left-color: #000;
}
#partners p {
  font-size: 22px;
  font-weight: 200 !important;
  padding: 15px 0 20px 0;
  text-align: center !important;
}
#partners .row {
  margin: 0 -10px;
}
#partners .owl-carousel {
  position: relative;
  margin: 15px 0;
}
#partners .item > div {
  padding: 0 10px;
}
#partners .item > div a {
  display: block;
  border: 2px solid #ebebeb;
  padding: 0 5px;
}
#partners .item > div a img {
  filter: grayscale(1);
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#partners .item > div a:hover img {
  filter: grayscale(0);
}
#partners .owl-dots {
  display: none;
}
#partners .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -23px;
  height: 0;
  display: block;
  left: -55px;
  right: -55px;
}
#partners .owl-nav > div {
  float: right;
  line-height: 46px;
  width: 28px;
  text-align: center !important;
  color: #fff;
  background: #ffcb05;
  position: relative;
}
#partners .owl-nav > div i {
  display: block;
}
#partners .owl-nav > div:after,
#partners .owl-nav > div:before {
  position: absolute;
  content: "";
  top: 0;
  left: -26px;
  border: 23px solid transparent;
  border-left-width: 13px;
  border-right-width: 13px;
  border-right-color: #ffcb05;
  z-index: -1;
}
#partners .owl-nav > div:after {
  border-color: transparent;
  border-left-color: #ffcb05;
  left: 100%;
}
#partners .owl-nav > div:first-child {
  float: left;
}
#partners .owl-nav > div:first-child i {
  transform: rotateY(180deg);
}
#partners .owl-nav > div:hover {
  background: #000;
}
#partners .owl-nav > div:hover:before {
  border-right-color: #000;
}
#partners .owl-nav > div:hover:after {
  border-left-color: #000;
}
#media {
  padding-top: 35px;
  padding-bottom: 20px;
}
#media > .row > div > a {
  margin-top: 30px;
}
#media #partners {
  padding-top: 30px;
}
#news-list {
  padding-bottom: 15px;
}
#news-list .pagination {
  padding: 50px 0;
}
#news-detail {
  padding-bottom: 50px;
}
#news-detail > .row > .col-md-4 {
  padding-right: 30px;
}
#news-detail > .row > .col-md-8 {
  padding-left: 30px;
  border-left: 1px solid #dbdbdb;
  margin-top: 50px;
}
#news-detail > .row > .col-md-8 img {
  width: 100%;
}
#news-detail > .row > .col-md-8 h2 {
  margin: 25px 0;
}
#news-detail > .row > .col-md-8 h2:first-child {
  margin-top: 0;
}
#news-detail > .row > .col-md-8 h2 {
  line-height: 30px;
}
#news-detail .owl-dots {
  text-align: center !important;
  display: block;
  font-size: 0;
  padding-top: 15px;
}
#news-detail .owl-dots > div {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  margin: 0 6px;
  background: #59595b;
}
#news-detail .owl-dots > div.active,
#news-detail .owl-dots > div:hover {
  background: #d4b157;
}
#contact {
  padding-top: 25px;
  margin-bottom: -20px;
}
#contact p {
  font-size: 14px;
}
#contact input[type=text],
#contact textarea {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 300 !important;
  line-height: 23px;
  padding: 10px;
  width: 100%;
  margin-bottom: 30px;
  resize: none;
}
#contact input[type=text]:focus,
#contact textarea:focus {
  box-shadow: 0 0 9px rgba(204, 169, 79, 0.75);
}
#contact input[type=submit],#contact input[type=button] {
  font-size: 16px;
  color: #091e2f;
  border: 1px solid #d4b157;
  margin-top: -10px;
  background: none;
  padding: 14px 20px;
}
#contact input[type=submit]:hover ,#contact input[type=button]:hover{
  background: #d4b157;
  color: #fff;
}
#contact ul {
  padding-top: 55px;
  border-bottom: 1px solid #e5e5e5;
}
#contact ul li {
  border-top: 1px solid #e5e5e5;
  font-size: 16px;
  font-weight: 300 !important;
  color: #898b8e;
  line-height: 25px;
  padding: 24px 0 24px 80px;
  position: relative;
}
#contact ul li i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  text-align: center !important;
  border-radius: 100%;
  line-height: 48px;
  border: 1px solid #d4b157;
  color: #d4b157;
  font-size: 21px;
}
#contact ul li a {
  color: #898b8e;
}
#contact ul li a:hover {
  color: #ffcb05;
}
#contact #maps {
  height: 560px;
  margin-top: 20px;
}
#contact .row .row {
  margin-top: 30px;
}
#page {
  padding: 35px 0 15px;
}
#page .widget-menu {
  margin-bottom: 30px;
}
#page .detail {
  position: relative;
  border: 1px solid #dcdddf;
  border-bottom: 0;
  margin-bottom: 110px;
}
#page .detail > img {
  width: 100%;
}
#page .detail > div {
  padding: 20px;
}
#page .detail > div p {
  line-height: 40px;
}
#page .detail > div p b {
  font-weight: 600;
}
#page .detail > div .gallery {
  margin: 20px -5px 0 -5px;
}
#page .detail > div .gallery:before,
#page .detail > div .gallery:after {
  content: "";
  display: table;
  clear: both;
}
#page .detail > div .gallery li {
  width: 20%;
  float: left;
  padding: 5px;
}
#page .detail:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: -1px;
  right: -1px;
  bottom: -50px;
  height: 90px;
  border-left: 1px solid #dcdddf;
  border-right: 1px solid #dcdddf;
  border-bottom: 7px solid #475663;
  transform: skewY(4deg);
}
#page #partners {
  padding-top: 20px;
}
#proje-list {
  padding-top: 35px;
  padding-bottom: 20px;
}
#proje-list .iso-list {
  margin-bottom: -10px;
}
#proje-list > .row > div > a {
  margin-top: 30px;
}
#proje-list .pagination {
  margin: 60px 0;
}
#proje-detail {
  padding-top: 35px;
}
#proje-detail .bx-wrapper {
  position: relative;
}
#proje-detail .bx-wrapper .bxslider a {
  display: block;
  position: relative;
}
#proje-detail .bx-wrapper .bxslider a img {
  width: 100%;
}
#proje-detail .bx-wrapper .bxslider a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -38px 0 0 -38px;
  content: "\f102";
  font-family: flaticon;
  font-size: 22px;
  color: #fff;
  line-height: 76px;
  width: 76px;
  text-align: center !important;
  border-radius: 100%;
  background: rgba(9, 30, 47, 0.75);
  transform: scale(2);
  opacity: 0;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#proje-detail .bx-wrapper .bxslider a:hover:before {
  transform: scale(1);
  opacity: 1;
}
#proje-detail .bx-wrapper .bx-controls {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: right !important;
  background: rgba(9, 30, 47, 0.5);
  padding: 7px;
}
#proje-detail .bx-wrapper .bx-controls > div {
  float: right;
}
#proje-detail .bx-wrapper .bx-controls > div a {
  display: inline-block;
  height: 38px;
  width: 38px;
  border: 3px solid #b5b7b7;
  text-align: center !important;
  line-height: 32px;
  color: #fff;
  margin-left: 8px;
}
#proje-detail .bx-wrapper .bx-controls > div a:first-child {
  transform: rotateY(180deg);
}
#proje-detail .bx-wrapper .bx-controls > div > div {
  float: left;
}
#proje-detail #bx-pager {
  margin: 5px -10px;
}
#proje-detail #bx-pager:before,
#proje-detail #bx-pager:after {
  content: "";
  display: table;
  clear: both;
}
#proje-detail #bx-pager > a {
  display: block;
  width: 16.66%;
  float: left;
  padding: 10px;
}
#proje-detail #bx-pager > a img {
  width: 100%;
  border-radius: 3px;
}
#proje-detail #bx-pager > a.active,
#proje-detail #bx-pager > a:hover {
  opacity: 0.45;
}
#proje-detail .detail {
  margin: 0;
  padding-bottom: 12px;
}
#proje-detail .detail:before,
#proje-detail .detail:after {
  content: "";
  display: table;
  clear: both;
}
#proje-detail .detail .fleft {
  width: 50%;
  padding-right: 60px;
  margin-bottom: 40px;
}
#proje-detail .detail .fleft ul li {
  font-size: 16px;
  font-weight: 300 !important;
  position: relative;
  padding: 6px 30px;
  color: #59595b;
}
#proje-detail .detail .fleft ul li b {
  font-weight: 500;
}
#proje-detail .detail .fleft ul li:before {
  position: absolute;
  content: "\f103";
  font-family: flaticon;
  left: 10px;
  top: 50%;
  line-height: 8px;
  margin-top: -4px;
  font-size: 9px;
  color: #d4b157;
}
#proje-detail .detail .fleft ul li:nth-child(odd) {
  background: #eee;
}
#proje-detail .detail p {
  line-height: 35px;
  font-weight: 200;
}
#proje-detail .detail h1,
#proje-detail .detail h2 {
  font-size: 16px;
  font-weight: 600;
  text-align: left !important;
  position: relative;
  display: inline-block;
  padding: 0 0 10px !important;
  border: none;
  margin-bottom: 10px;
}
#proje-detail .detail h1:before,
#proje-detail .detail h2:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 55px;
  background: #d4b157;
}
#footer {
  background: url(../img/footer.jpg);
  background-size: cover;
  padding-top: 35px;
  margin-top: 20px;
}
#footer > .container {
  position: relative;
  padding-bottom: 25px;
}
#footer > .container > a {
  position: absolute;
  z-index: 3;
  right: 15px;
  bottom: 150px;
  color: #fff;
  font-size: 18px;
  line-height: 39px;
  display: block;
  text-align: center !important;
  width: 45px;
  height: 45px;
  border: 3px solid #d4b157;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#footer > .container > a i {
  display: block;
  transform: rotate(-90deg);
}
#footer > .container > a:hover {
  background: #d4b157;
}
#footer > .container b {
  display: block;
  font-size: 20px;
  font-weight: bold !important;
  color: #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
#footer > .container b:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 75px;
  height: 3px;
  background: #ffcb05;
}
#footer > .container > div > div:nth-child(2) p {
  color: #fff;
  line-height: 40px;
}
#footer > .container > div > div:first-child ul {
  margin: 0 -12px;
}
#footer > .container > div > div:first-child ul:before,
#footer > .container > div > div:first-child ul:after {
  content: "";
  display: table;
  clear: both;
}
#footer > .container > div > div:first-child ul li {
  float: left;
  width: 50%;
  padding: 0 12px;
}
#footer > .container > div > div:first-child ul li a {
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 300 !important;
  border-bottom: 1px dashed #585857;
  display: block;
  position: relative;
  padding-left: 30px;
  padding-right: 15px;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#footer > .container > div > div:first-child ul li a:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "\f103";
  font-family: flaticon;
  font-size: 9px;
  transform: translateY(-50%);
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#footer > .container > div > div:first-child ul li a:hover {
  padding-left: 45px;
  padding-right: 0;
  color: #ffcb05;
}
#footer > .container > div > div:first-child ul li a:hover:before {
  left: 15px;
}
#footer > .container > div > div:first-child ul li:last-child a,
#footer > .container > div > div:first-child ul li:nth-last-child(2) a {
  border: none;
}
#footer > .container > div > div:last-child > ul {
  padding-top: 10px;
  padding-right: 45px;
}
#footer > .container > div > div:last-child > ul > li {
  color: #fff;
  font-size: 16px;
  font-weight: 300 !important;
  padding-left: 35px;
  position: relative;
  margin-top: 35px;
}
#footer > .container > div > div:last-child > ul > li > i {
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 8px;
  margin-top: -4px;
  font-size: 22px;
}
#footer > .container > div > div:last-child > ul > li a {
  color: #fff;
}
#footer > .container > div > div:last-child > ul > li a:hover {
  color: #ffcb05;
}
#footer > .container > div > div:last-child > ul > li:first-child {
  margin: 0;
}
#footer > .container > div > div:last-child > ul > li ul {
  text-align: right !important;
}
#footer > .container > div > div:last-child > ul > li ul li {
  display: inline-block;
}
#footer > .container > div > div:last-child > ul > li ul li a {
  font-size: 18px;
  margin-left: 15px;
}
#footer > div:last-child {
  background: #000;
  padding: 8px 0;
}
#footer > div:last-child p {
  float: left;
}
#footer > div:last-child p a {
  color: #ffcb05;
}
#footer > div:last-child p:last-child {
  float: right;
}
@media (max-width: 1470px) {
  .cap-img img {
    width: auto;
    margin-left: 50vw;
    transform: translateX(-50%);
  }
}
@media (max-width: 1330px) {
  #partners .owl-nav {
    display: none;
  }
}
@media (max-width: 1200px) {
  #header > div:first-child p {
    margin-right: 15px;
  }
  #header > div:first-child p:last-child a {
    margin-left: 10px;
  }
  #slider .owl-item .container {
    padding: 0 160px;
  }
  #slider .owl-nav {
    margin-left: 400px;
  }
}
@media (max-width: 992px) {
  .cap-img .container {
    margin: 0;
  }
  body {
    padding-top: 161px;
  }
  #header {
    height: 162px;
  }
  #header > div:first-child p:first-child {
    width: 100%;
    text-align: center !important;
    padding-bottom: 10px;
  }
  #header > div:nth-child(2) {
    padding-bottom: 11px;
  }
  #header > div:nth-child(2) a {
    display: none;
  }
  #header > div:nth-child(2) a:first-child {
    display: inline-block;
    float: none;
  }
  #header > div:nth-child(2) a:first-child img {
    width: 150px;
  }
  #header > div:nth-child(2) a:last-child {
    float: right;
    display: block;
  }
  #header > div:nth-child(2) > div {
    padding-right: 15px;
    background: none;
  }
  #header > div:last-child {
    display: none;
  }
  #header.fix {
    position: fixed;
    top: -83px;
  }
  #slider {
    padding-bottom: 8px;
    background-size: auto 8px;
  }
  #slider .owl-item .container {
    padding: 0 60px;
  }
  #slider .owl-nav {
    margin: 0;
    top: 50%;
    margin-top: -23px;
    width: 100%;
    padding: 0 26px;
  }
  #slider .owl-nav > div {
    float: right;
  }
  #slider .owl-nav > div:first-child {
    float: left;
    margin: 0;
  }
  #news-detail > .row .col-md-4 {
    padding-right: 15px;
    margin-top: 50px;
  }
  #news-detail > .row .col-md-4 .owl-carousel {
    border-top: 1px solid #dbdbdb;
  }
  #news-detail > .row .col-md-8 {
    padding-left: 15px;
    border: none;
  }
  #proje-detail .detail .fleft {
    width: 100%;
    padding: 0;
  }
  #footer > .container > div > div:first-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .cap-img img {
    max-height: 160px;
  }
  .cap-img .container {
    width: 100%;
  }
  .cap-img .container h1 {
    text-align: center !important;
  }
  .cap-img .container ul {
    text-align: center !important;
  }
  body {
    padding-top: 125px;
  }
  #header {
    height: 125px;
    width: 100%;
  }
  #header > div:first-child p {
    text-align: center !important;
    width: 100%;
    display: none;
  }
  #header > div:first-child p:last-child {
    display: block;
  }
  #header.fix {
    top: -46px;
  }
  #slider .owl-nav {
    margin-top: -18px;
  }
  #slider .owl-nav > div {
    height: 36px;
    line-height: 36px;
    width: 22px;
  }
  #slider .owl-nav > div:before,
  #slider .owl-nav > div:after {
    border-width: 18px;
    left: -19px;
    border-right-width: 10px;
    border-left-width: 10px;
  }
  #slider .owl-nav > div:after {
    left: 21px;
  }
  #slider .owl-dots {
    bottom: 35px;
  }
  #slider .owl-item .container {
    display: none;
  }
  #media > .row {
    margin: 0 -5px;
    margin-top: 30px;
  }
  #media > .row > div {
    padding: 5px;
  }
  #media > .row > div a {
    margin: 0;
  }
  #contact input[type="submit"] {
    margin-bottom: 40px;
  }
  #page .detail > div .gallery li {
    width: 50%;
  }
  #proje-detail .bx-wrapper .bxslider a::before {
    width: 36px;
    line-height: 36px;
    margin: -18px 0 0 -18px;
    font-size: 16px;
  }
  #proje-detail .bx-wrapper .bx-controls {
    position: relative;
    background: #091e2f;
  }
  #proje-detail .bx-wrapper .bx-controls:before,
  #proje-detail .bx-wrapper .bx-controls:after {
    content: "";
    display: table;
    clear: both;
  }
  #proje-detail #bx-pager {
    margin: 0 -5px 10px -5px;
  }
  #proje-detail #bx-pager > a {
    width: 33.33%;
    padding: 5px;
  }
  #footer > .container > div > div {
    margin-bottom: 30px;
  }
  #footer > div:last-child p {
    float: none !important;
    text-align: center !important;
  }
}
.alert-danger{
    margin: 10px 0px;
padding: 20px;
    background-color: #f44336;
    color: white;
    opacity: 0.83;
    transition: opacity 0.6s;
    margin-bottom: 15px;
}

.alert-success{    margin: 10px 0px;
	padding: 20px;
    background-color: #4CAF50;
    color: white;
    opacity: 0.83;
    transition: opacity 0.6s;
    margin-bottom: 15px;
}
.alert-warning{    margin: 10px 0px;
	padding: 20px;
   background-color: #ff9800;
    color: white;
    opacity: 0.83;
    transition: opacity 0.6s;
    margin-bottom: 15px;
}
.alert-info{    margin: 10px 0px;
	padding: 20px;
    background-color: #2196F3;
    color: white;
    opacity: 0.83;
    transition: opacity 0.6s;
    margin-bottom: 15px;
}