@import url(plugins/bootstrap.css);
@import url(plugins/animate.css);
@import url(plugins/owl.carousel.css);
@import url(plugins/jquery.fancybox.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700&display=swap");
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?c3xg9w");
  src: url("fonts/icomoon.eot?c3xg9w#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?c3xg9w") format("truetype"), url("fonts/icomoon.woff?c3xg9w") format("woff"), url("fonts/icomoon.svg?c3xg9w#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-phone-alt:before {
  content: "\e919"; }

.icon-search-alt:before {
  content: "\e917";
  color: #626262; }

.icon-arrow-right:before {
  content: "\e918"; }

.icon-play:before {
  content: "\e916"; }

.icon-like:before {
  content: "\e915"; }

.icon-eye:before {
  content: "\e914"; }

.icon-map-marker:before {
  content: "\e913"; }

.icon-close:before {
  content: "\e911"; }

.icon-success:before {
  content: "\e912"; }

.icon-down:before {
  content: "\e90e"; }

.icon-up:before {
  content: "\e90f"; }

.icon-whatsapp:before {
  content: "\e910"; }

.icon-star:before {
  content: "\e90d"; }

.icon-image:before {
  content: "\e900"; }

.icon-play-circle:before {
  content: "\e901"; }

.icon-search:before {
  content: "\e902"; }

.icon-user:before {
  content: "\e903"; }

.icon-phone:before {
  content: "\e904"; }

.icon-pencil:before {
  content: "\e905"; }

.icon-shopping-cart:before {
  content: "\e906"; }

.icon-angle-right:before {
  content: "\e907"; }

.icon-angle-left:before {
  content: "\e908"; }

.icon-facebook:before {
  content: "\e909"; }

.icon-twitter:before {
  content: "\e90a"; }

.icon-instagram:before {
  content: "\e90b"; }

.icon-linkedin:before {
  content: "\e90c"; }

@media (min-width: 1200px) {
  .auto-clear .col-lg-1:nth-child(12n+1) {
    clear: left; }
  .auto-clear .col-lg-2:nth-child(6n+1) {
    clear: left; }
  .auto-clear .col-lg-3:nth-child(4n+1) {
    clear: left; }
  .auto-clear .col-lg-4:nth-child(3n+1) {
    clear: left; }
  .auto-clear .col-lg-6:nth-child(odd) {
    clear: left; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .auto-clear .col-md-1:nth-child(12n+1) {
    clear: left; }
  .auto-clear .col-md-2:nth-child(6n+1) {
    clear: left; }
  .auto-clear .col-md-3:nth-child(4n+1) {
    clear: left; }
  .auto-clear .col-md-4:nth-child(3n+1) {
    clear: left; }
  .auto-clear .col-md-6:nth-child(odd) {
    clear: left; } }

@media (min-width: 768px) and (max-width: 991px) {
  .auto-clear .col-sm-1:nth-child(12n+1) {
    clear: left; }
  .auto-clear .col-sm-2:nth-child(6n+1) {
    clear: left; }
  .auto-clear .col-sm-3:nth-child(4n+1) {
    clear: left; }
  .auto-clear .col-sm-4:nth-child(3n+1) {
    clear: left; }
  .auto-clear .col-sm-6:nth-child(odd) {
    clear: left; } }

@media (max-width: 767px) {
  .auto-clear .col-xs-1:nth-child(12n+1) {
    clear: left; }
  .auto-clear .col-xs-2:nth-child(6n+1) {
    clear: left; }
  .auto-clear .col-xs-3:nth-child(4n+1) {
    clear: left; }
  .auto-clear .col-xs-4:nth-child(3n+1) {
    clear: left; }
  .auto-clear .col-xs-6:nth-child(odd) {
    clear: left; } }

.color-red {
  color: #c61328 !important; }

.back-white {
  background-color: #ffffff; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html,
body {
  font-size: 10px;
  line-height: 1; }

body {
  background: #ffffff;
  font-size: 1rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400; }
  body.nav-open {
    overflow: hidden !important;
    position: fixed;
    width: 100%;
    height: 100%; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

a {
  text-decoration: none;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 200ms cubic-bezier(0.25, 0.1, 0.25, 1); }
  a:hover {
    text-decoration: underline !important; }

img {
  display: block;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1); }

*:focus {
  outline: 0; }

a:hover, a:focus {
  text-decoration: none !important; }

h2 {
  font-size: 2.8rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  color: #191919;
  line-height: 1.2; }

h3 {
  font-size: 1.6rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  line-height: 1.2; }

.mt42 {
  margin-top: 42px; }
  @media (max-width: 991px) {
    .mt42 {
      margin-top: 0; } }

.mb42 {
  margin-bottom: 42px; }
  @media (max-width: 991px) {
    .mb42 {
      margin-bottom: 20px; } }

.mt-24 {
  margin-top: 24px; }

.mb-24 {
  margin-bottom: 24px; }

.mt-20 {
  margin-top: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.home-title:before, .home-title:after {
  content: '';
  clear: both;
  display: table; }

.home-title .site-title {
  float: left; }

.home-title a.tumunu-incele-btn {
  margin-right: 10px; }
  .home-title a.tumunu-incele-btn.mr0 {
    margin-right: 0; }
  .home-title a.tumunu-incele-btn.mt22 {
    margin-top: 22px; }
    @media (max-width: 991px) {
      .home-title a.tumunu-incele-btn.mt22 {
        margin-top: 0; } }
  @media (max-width: 991px) {
    .home-title a.tumunu-incele-btn {
      margin-right: 0; } }

.site-title {
  font-size: 2.4rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  color: #191919;
  display: inline-block;
  margin-bottom: 30px; }
  .site-title.border {
    border: 0 !important;
    border-left: 6px #ffc031 solid !important;
    padding-left: 20px; }
  .site-title.mt10 {
    margin-top: 10px; }
  .site-title.mt30 {
    margin-top: 30px; }
    @media (max-width: 991px) {
      .site-title.mt30 {
        margin-top: 10px; } }
  @media (max-width: 991px) {
    .site-title {
      display: block;
      margin-bottom: 20px;
      width: 100%; } }

a.tumunu-incele-btn {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 1.4rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  color: #ffffff;
  float: right;
  display: inline-block;
  padding: 13px 18px 14px 18px;
  background: #976552;
  background: -moz-linear-gradient(left, #976552 0%, #25d365 0%, #1ba550 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #976552), color-stop(0%, #25d365), color-stop(100%, #1ba550));
  background: -webkit-linear-gradient(left, #976552 0%, #25d365 0%, #1ba550 100%);
  background: -o-linear-gradient(left, #976552 0%, #25d365 0%, #1ba550 100%);
  background: -ms-linear-gradient(left, #976552 0%, #25d365 0%, #1ba550 100%);
  background: linear-gradient(to right, #976552 0%, #25d365 0%, #1ba550 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#976552', endColorstr='#1ba550', GradientType=1 ); }
  a.tumunu-incele-btn i {
    margin-right: 6px; }
  @media (max-width: 991px) {
    a.tumunu-incele-btn {
      margin-bottom: 10px;
      float: none;
      diplay: block; } }

a.soru-sor-btn {
  float: right;
  display: inline-block;
  width: 232px;
  height: 42px;
  background-image: url("/_assets/images/soru-sor.gif");
  background-repeat: no-repeat;
  background-position: center center; }
  @media (max-width: 991px) {
    a.soru-sor-btn {
      margin-bottom: 10px;
      float: none;
      diplay: block; } }

.modal-right {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 99;
  width: 60px; }
  @media (max-width: 991px) {
    .modal-right {
      display: none; } }
  .modal-right a.phone-right {
    float: right;
    display: block;
    margin-bottom: 16px;
    position: relative; }
    .modal-right a.phone-right span.tel {
      -webkit-border-radius: 14px 0 0 14px;
      -moz-border-radius: 14px 0 0 14px;
      border-radius: 14px 0 0 14px;
      font-size: 3rem;
      font-family: "Titillium Web", sans-serif;
      font-weight: 600;
      -webkit-transition: all 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
      -moz-transition: all 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
      -o-transition: all 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
      transition: all 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
      background-color: #18562f;
      color: #ffffff;
      position: absolute;
      top: 12px;
      right: -180px;
      width: 180px;
      text-align: center;
      padding: 6px 0;
      z-index: 1; }
      .modal-right a.phone-right span.tel em {
        font-size: 2rem;
        display: block; }
    .modal-right a.phone-right span.icon {
      -webkit-border-radius: 14px 0 0 14px;
      -moz-border-radius: 14px 0 0 14px;
      border-radius: 14px 0 0 14px;
      background-color: #25d366;
      display: block;
      height: 86px;
      width: 55px;
      border-bottom: 5px #15592a solid;
      position: relative;
      z-index: 2; }
      .modal-right a.phone-right span.icon i {
        font-size: 4rem;
        color: #ffffff;
        display: block;
        line-height: 86px;
        text-align: center; }
    .modal-right a.phone-right:hover span.tel {
      right: 55px; }
  .modal-right .social li {
    display: block;
    margin-bottom: 4px;
    width: 60px;
    height: 55px; }
    .modal-right .social li a {
      -webkit-transition: all 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
      -moz-transition: all 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
      -o-transition: all 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
      transition: all 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
      float: right;
      width: 55px;
      height: 55px; }
      .modal-right .social li a:hover {
        width: 60px; }
      .modal-right .social li a i {
        display: block;
        font-size: 3rem;
        color: #ffffff;
        text-align: center;
        line-height: 55px; }
      .modal-right .social li a.facebook {
        background-color: #3a589b; }
      .modal-right .social li a.twitter {
        background-color: #598dca; }
      .modal-right .social li a.instagram {
        background-color: #517fa6; }
      .modal-right .social li a.linkedin {
        background-color: #007ab9; }

a.mobile-telephone {
  position: fixed;
  right: 10px;
  bottom: 40px;
  z-index: 10000;
  width: 80px;
  height: 80px;
  background-image: url("/_assets/images/telephone.png"); }

a.mobile-whatsapp {
  position: fixed;
  left: 10px;
  bottom: 40px;
  z-index: 10000;
  width: 80px;
  height: 80px;
  background-image: url("/_assets/images/whatsapp.png"); }

.reklam {
  margin: 20px 0;
  text-align: center; }
  .reklam.mb0 {
    margin-bottom: 0; }
  .reklam img {
    display: inline-block;
    max-width: 100%;
    height: auto; }

header {
  position: relative;
  z-index: 2; }
  header .top-bar {
    background-color: #3c393c; }
    @media (max-width: 991px) {
      header .top-bar {
        display: none; } }
    header .top-bar p.slogan {
      font-size: 1.4rem;
      font-family: "Titillium Web", sans-serif;
      font-weight: 400;
      color: #f5f5f5;
      font-style: italic;
      line-height: 56px; }
      header .top-bar p.slogan span {
        color: #fb9c6b; }
    header .top-bar a.search {
      font-size: 1.4rem;
      font-family: "Titillium Web", sans-serif;
      font-weight: 600;
      color: #ffffff;
      float: right;
      display: inline;
      margin-left: 6px; }
      header .top-bar a.search:before, header .top-bar a.search:after {
        content: '';
        display: table;
        height: 0; }
      header .top-bar a.search i {
        float: left;
        display: inline;
        background: #976552;
        background: -moz-linear-gradient(45deg, #976552 0%, #976552 3%, #5f7096 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, #976552), color-stop(3%, #976552), color-stop(100%, #5f7096));
        background: -webkit-linear-gradient(45deg, #976552 0%, #976552 3%, #5f7096 100%);
        background: -o-linear-gradient(45deg, #976552 0%, #976552 3%, #5f7096 100%);
        background: -ms-linear-gradient(45deg, #976552 0%, #976552 3%, #5f7096 100%);
        background: linear-gradient(45deg, #976552 0%, #976552 3%, #5f7096 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#976552', endColorstr='#5f7096', GradientType=1 );
        padding: 21px; }
      header .top-bar a.search span {
        background-color: #4a5672;
        display: inline-block;
        float: left;
        padding: 21px; }
    header .top-bar .nav {
      float: right;
      display: inline;
      text-align: left; }
      header .top-bar .nav li {
        display: inline-block;
        padding: 20px; }
        header .top-bar .nav li a {
          font-size: 1.4rem;
          font-family: "Titillium Web", sans-serif;
          font-weight: 500;
          color: #ffffff; }
  header .bottom-bar {
    background-color: #297b8a;
    text-align: right;
    position: relative; }
    header .bottom-bar:after {
      background-color: #ffffff;
      content: '';
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 50%; }
    header .bottom-bar a.logo {
      background-image: url("/_assets/images/logo.png");
      background-repeat: no-repeat;
      background-position: center center;
      display: inline-block;
      float: left;
      width: 220px;
      height: 40px;
      margin: 10px 0; }
      @media (max-width: 1200px) {
        header .bottom-bar a.logo {
          width: 180px;
          height: 33px;
          background-size: 180px 33px; } }
      @media (max-width: 991px) {
        header .bottom-bar a.logo {
          width: 220px;
          height: 40px;
          background-size: 220px 40px; } }
    header .bottom-bar nav {
      display: block;
      position: relative;
      z-index: 1;
      text-align: right; }
      header .bottom-bar nav li {
        display: inline-block;
        padding: 0 34px;
        position: relative;
        z-index: 20; }
        @media (max-width: 1200px) {
          header .bottom-bar nav li {
            padding: 0 22px; } }
        header .bottom-bar nav li:last-child {
          padding-right: 0; }
        header .bottom-bar nav li:first-child {
          padding-left: 0; }
        header .bottom-bar nav li a {
          font-size: 1.5rem;
          font-family: "Titillium Web", sans-serif;
          font-weight: 600;
          color: #393e46;
          line-height: 60px;
          position: relative; }
          @media (max-width: 1200px) {
            header .bottom-bar nav li a {
              font-size: 1.4rem; } }
          header .bottom-bar nav li a:before {
            -webkit-transition: all 0.5s cubic-bezier(0.25, 0.25, 0.75, 0.75);
            -moz-transition: all 0.5s cubic-bezier(0.25, 0.25, 0.75, 0.75);
            -o-transition: all 0.5s cubic-bezier(0.25, 0.25, 0.75, 0.75);
            transition: all 0.5s cubic-bezier(0.25, 0.25, 0.75, 0.75);
            content: '';
            position: absolute;
            left: 0;
            bottom: -4px;
            width: 0;
            height: 2px;
            background-color: #f2c5a5; }
          header .bottom-bar nav li a:after {
            -webkit-transition: all 0.7s cubic-bezier(0.25, 0.25, 0.75, 0.75);
            -moz-transition: all 0.7s cubic-bezier(0.25, 0.25, 0.75, 0.75);
            -o-transition: all 0.7s cubic-bezier(0.25, 0.25, 0.75, 0.75);
            transition: all 0.7s cubic-bezier(0.25, 0.25, 0.75, 0.75);
            content: '';
            position: absolute;
            left: 35px;
            bottom: -4px;
            width: 0;
            height: 2px;
            background-color: #f96d00; }
        header .bottom-bar nav li ul {
          position: absolute;
          left: 0;
          top: 60px;
          width: 130%;
          height: auto;
          background-color: #ffffff;
          padding: 15px 10px;
          border: 1px #f2c5a5 solid;
          border-top: 0;
          -webkit-border-radius: 0 0 10px 10px;
          -moz-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px;
          display: none; }
          header .bottom-bar nav li ul li {
            display: block;
            padding: 5px 10px; }
            header .bottom-bar nav li ul li:first-child {
              padding-left: 10px; }
            header .bottom-bar nav li ul li a {
              display: block;
              text-align: left;
              line-height: 1;
              padding: 5px 0; }
        header .bottom-bar nav li.soru {
          background: url("/_assets/images/icon/soru.png") no-repeat center left;
          padding-left: 32px; }
          header .bottom-bar nav li.soru a {
            color: #2c91b4; }
            header .bottom-bar nav li.soru a:before, header .bottom-bar nav li.soru a:after {
              display: none; }
        header .bottom-bar nav li:hover > a {
          color: #f96d00; }
          header .bottom-bar nav li:hover > a:before {
            width: 30px; }
          header .bottom-bar nav li:hover > a:after {
            width: 5px; }
        header .bottom-bar nav li:hover ul {
          display: block; }

.mobile-menu {
  width: 32px;
  height: 20px;
  float: right;
  border: 0;
  margin-top: 20px;
  padding: 0;
  position: relative;
  z-index: 100; }
  .mobile-menu span {
    display: block;
    width: 32px;
    height: 3px;
    background-color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translate(0, -50%);
    transition: opacity 0.3s 0.3s; }
  .mobile-menu:before, .mobile-menu:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    background-color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s; }
  .mobile-menu:before {
    top: 0px; }
  .mobile-menu:after {
    bottom: 0px; }
  .mobile-menu.open span {
    opacity: 0;
    transition: opacity 0.3s; }
  .mobile-menu.open:before {
    top: calc(50% - 2px);
    transform: rotate(45deg); }
  .mobile-menu.open:after {
    bottom: calc(50% - 2px);
    transform: rotate(-45deg); }
  .mobile-menu.open:before, .mobile-menu.open:after {
    transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s; }

.mobile-search {
  width: 32px;
  height: 20px;
  float: right;
  margin-top: 21px;
  margin-right: 14px;
  position: relative;
  z-index: 100; }
  .mobile-search i {
    font-size: 1.8rem;
    color: #ffffff; }

@media (max-width: 991px) {
  header {
    background-color: #297b8a; }
    header.nav-active {
      -webkit-transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
      -moz-transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
      -o-transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
      transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #2c91b4;
      z-index: 100; }
      header.nav-active .mobile-search {
        display: none; }
      header.nav-active .bottom-bar nav {
        display: block; }
    header .bottom-bar {
      background-color: transparent; }
      header .bottom-bar:after {
        display: none; }
      header .bottom-bar .back-white {
        background-color: transparent; }
      header .bottom-bar nav {
        display: none; }
        header .bottom-bar nav ul {
          display: flex;
          height: calc(100% - 60px);
          position: fixed;
          top: 60px;
          left: 0;
          width: 100%;
          overflow: hidden;
          overflow-y: scroll;
          align-items: center;
          justify-content: center;
          text-align: center;
          flex-direction: column; }
        header .bottom-bar nav li {
          display: block;
          padding: 0; }
          header .bottom-bar nav li a {
            color: #ffffff; }
          header .bottom-bar nav li.soru {
            background: none;
            padding-left: 0; }
            header .bottom-bar nav li.soru a {
              color: #ffffff; }
          header .bottom-bar nav li:hover ul {
            display: none; } }

.home-banner {
  position: relative;
  width: 100%;
  height: 680px;
  overflow: hidden; }
  .home-banner .background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    opacity: 0.3; }
    .home-banner .background.active {
      -webkit-animation: zoomin 8s linear;
      animation: zoomin 8s linear;
      animation-fill-mode: forwards;
      opacity: 1;
      -webkit-transition: all 0.3 cubic-bezier(0.25, 0.1, 0.25, 1);
      -moz-transition: all 0.3 cubic-bezier(0.25, 0.1, 0.25, 1);
      -o-transition: all 0.3 cubic-bezier(0.25, 0.1, 0.25, 1);
      transition: all 0.3 cubic-bezier(0.25, 0.1, 0.25, 1); }
  .home-banner .owl-carousel .item {
    margin-top: 30%; }
    .home-banner .owl-carousel .item p {
      font-size: 2.4rem;
      font-family: "Titillium Web", sans-serif;
      font-weight: 400;
      color: #ffffff;
      line-height: 1.2;
      margin-bottom: 0;
      width: 100%; }
      .home-banner .owl-carousel .item p.category {
        font-size: 1.4rem;
        color: #edda0b;
        font-weight: 600;
        margin-bottom: 20px; }
        @media (max-width: 991px) {
          .home-banner .owl-carousel .item p.category {
            font-size: 1.4rem; } }
      .home-banner .owl-carousel .item p.title {
        font-size: 3.6rem;
        font-weight: 600;
        margin-bottom: 20px; }
        @media (max-width: 991px) {
          .home-banner .owl-carousel .item p.title {
            font-size: 1.6rem; } }
  .home-banner .small-banner {
    box-sizing: border-box;
    height: 680px;
    padding: 200px 0 50px 0;
    overflow: auto;
    overflow-x: hidden; }
    .home-banner .small-banner::-webkit-scrollbar {
      display: none; }
    .home-banner .small-banner .item {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background-color: #297b8a;
      cursor: pointer;
      width: 100%;
      height: 160px;
      margin-bottom: 30px;
      padding-bottom: 16px;
      opacity: .6;
      text-align: left; }
      .home-banner .small-banner .item:last-child {
        margin-bottom: 0; }
      .home-banner .small-banner .item.active {
        opacity: 1; }
        .home-banner .small-banner .item.active .line .loading:before {
          width: 100%; }
      .home-banner .small-banner .item .line {
        border-bottom: 1px #eeeeee solid;
        padding: 20px;
        width: 100%;
        height: 60px;
        position: relative;
        text-align: right; }
        .home-banner .small-banner .item .line .loading {
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          border-radius: 2px;
          position: absolute;
          width: 170px;
          height: 3px;
          left: 20px;
          top: 50%;
          margin-top: -1px;
          background-color: #eeeeee; }
          .home-banner .small-banner .item .line .loading:before {
            content: '';
            -webkit-border-radius: 2px 0 0 2px;
            -moz-border-radius: 2px 0 0 2px;
            border-radius: 2px 0 0 2px;
            -webkit-transition: all 8s cubic-bezier(0.25, 0.25, 0.75, 0.75);
            -moz-transition: all 8s cubic-bezier(0.25, 0.25, 0.75, 0.75);
            -o-transition: all 8s cubic-bezier(0.25, 0.25, 0.75, 0.75);
            transition: all 8s cubic-bezier(0.25, 0.25, 0.75, 0.75);
            position: absolute;
            left: 0;
            top: 0;
            width: 0;
            height: 3px;
            background-color: #f96d00; }
        .home-banner .small-banner .item .line .close {
          display: inline-block;
          width: 20px;
          height: 20px;
          background: url("/_assets/images/banner-close.png") no-repeat center center;
          border: 0;
          outline: 0; }
      .home-banner .small-banner .item p {
        font-size: 1.8rem;
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        color: #fff;
        padding: 16px 30px;
        line-height: 1.2; }
      .home-banner .small-banner .item a {
        font-size: 1.1rem;
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        color: #f96d00;
        margin: 0 30px; }

@media (max-width: 991px) {
  .home-banner {
    height: 140px; }
    .home-banner .owl-carousel .item {
      margin: 20px; }
    .home-banner .small-banner {
      display: none; } }

.home-comment {
  background-color: #297b8a;
  position: relative; }
  .home-comment:after {
    content: '';
    background-color: #edda0b;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 60%; }
    @media (max-width: 991px) {
      .home-comment:after {
        display: none; } }
  .home-comment h3 {
    font-size: 1.6rem;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;
    padding: 21px 0;
    margin: 0; }
    @media (max-width: 991px) {
      .home-comment h3 {
        text-align: center;
        padding: 9px 0; } }
  .home-comment .col-md-7 {
    background-color: #edda0b; }
  .home-comment .owl-carousel {
    padding: 21px 0; }
    .home-comment .owl-carousel .item a {
      font-size: 1.6rem;
      font-family: "Titillium Web", sans-serif;
      font-weight: 600;
      color: #101010;
      line-height: 1.2; }
    @media (max-width: 991px) {
      .home-comment .owl-carousel .item {
        text-align: center; } }
    @media (max-width: 991px) {
      .home-comment .owl-carousel {
        padding: 9px 0; } }
  .home-comment a.yorum-btn {
    font-size: 1.4rem;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    background-color: #c61328;
    color: #ffffff;
    display: block;
    margin: 10px 0;
    padding: 12px 20px;
    position: relative;
    text-align: center;
    z-index: 1; }
    .home-comment a.yorum-btn i {
      float: left; }

.footer {
  padding: 22px 0;
  background-color: #ffffff;
  border-bottom: 1px #dadada solid;
  -webkit-box-shadow: 0px -12px 62px -16px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px -12px 62px -16px rgba(0, 0, 0, 0.32);
  box-shadow: 0px -12px 62px -16px rgba(0, 0, 0, 0.32);
  margin-top: 60px; }
  .footer .container:before, .footer .container:after {
    content: '';
    clear: both;
    display: table; }
  .footer p {
    font-size: 1.3rem;
    float: left;
    display: inline;
    color: #9d9d9d;
    line-height: 40px;
    margin: 0; }
  .footer .social {
    float: left;
    margin-left: 10px; }
    .footer .social li {
      float: left;
      margin-left: 5px;
      width: 20px;
      height: 40px; }
      .footer .social li a {
        display: block;
        width: 20px;
        height: 20px;
        color: #fff;
        text-align: center;
        border-radius: 100px;
        margin-top: 10px;
        line-height: 20px; }
        .footer .social li a i:before {
          font-size: 1.2rem;
          line-height: 20px; }
        .footer .social li a.facebook {
          background-color: #3a589b; }
        .footer .social li a.twitter {
          background-color: #598dca; }
        .footer .social li a.instagram {
          background-color: #517fa6; }
        .footer .social li a.google {
          background-color: #d6492f; }
        .footer .social li a.linkedin {
          background-color: #007ab9; }
        .footer .social li a:hover {
          opacity: 0.8; }
  .footer img {
    float: right;
    display: inline;
    width: 509px;
    height: 40px; }

footer {
  padding: 50px 0;
  padding-bottom: 30px; }
  footer > p.copy {
    font-size: 1.4rem;
    color: #939292;
    font-weight: 300;
    padding-top: 30px;
    margin: 0;
    margin-top: 30px;
    border-top: 1px #dadada solid;
    text-align: center;
    line-height: 1; }
  footer .cont {
    float: right;
    display: inline;
    width: 25%;
    box-sizing: border-box;
    padding-right: 4%; }
    footer .cont:first-child {
      padding-right: 0%; }
    footer .cont a.logo {
      display: block;
      margin-bottom: 40px; }
      footer .cont a.logo img {
        width: 220px;
        height: auto; }
    footer .cont p {
      font-size: 1.4rem;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      color: #6c6b6b;
      line-height: 1.4;
      margin-bottom: 40px; }
      footer .cont p strong {
        color: #494949;
        font-weight: 600 !important; }
      footer .cont p:last-child {
        margin-bottom: 0; }
    footer .cont ul li {
      margin-bottom: 16px; }
      footer .cont ul li a {
        font-size: 1.4rem;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        color: #6c6b6b;
        line-height: 1.4;
        padding: 2px 0; }

@media (max-width: 991px) {
  .footer {
    padding: 16px 0;
    margin-top: 20px;
    text-align: center; }
    .footer p {
      float: none;
      display: block;
      line-height: 1; }
    .footer .social {
      float: none;
      display: block;
      margin: 16px 0; }
      .footer .social li {
        float: none;
        display: inline-block;
        margin: 0px 2px;
        height: 20px; }
        .footer .social li a {
          margin: 0; }
    .footer img {
      float: none;
      display: block;
      width: 80%;
      height: auto;
      margin: 0 auto; }
  footer {
    background-color: #ffffff;
    padding: 16px 0; }
    footer .container {
      padding: 0; }
    footer p {
      margin-bottom: 16px; }
      footer p.copy {
        border: 0;
        margin: 0;
        padding: 16px 15px 0 15px; }
    footer .cont {
      float: none;
      display: block;
      width: auto;
      padding: 0 15px 16px 15px;
      border-bottom: 1px #dadada solid;
      margin: 0 0 16px 0; }
      footer .cont a.logo img {
        display: block;
        width: 40%;
        margin: 0 auto; } }
      @media (max-width: 991px) and (max-width: 767px) {
        footer .cont a.logo img {
          width: 80%; } }

@media (max-width: 991px) {
      footer .cont:last-child {
        margin-bottom: 0; }
        footer .cont:last-child p {
          text-align: center; }
      footer .cont p:last-child {
        margin-bottom: 0; } }

.post-service .img {
  position: relative; }
  .post-service .img img {
    width: 100%;
    height: auto;
    border: 2px #297b8a solid; }
  .post-service .img i.icon-play {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    background-color: #c22525;
    margin-top: -20px;
    margin-left: -20px;
    text-align: center;
    line-height: 40px; }
    .post-service .img i.icon-play:before {
      font-size: 1.6rem;
      color: #ffffff; }

.post-service h2 {
  font-size: 1.6rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  line-height: 1.2; }
  .post-service h2 a {
    color: #191919; }

.post-service p {
  font-size: 1.6rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  color: #707070;
  line-height: 1.4;
  margin-top: 14px; }
  .post-service p span {
    display: inline-block;
    margin: 0 5px; }
    .post-service p span:first-child {
      margin-left: 0; }
    .post-service p span:last-child {
      margin-right: 0; }
    .post-service p span a {
      color: #707070; }
    .post-service p span .icon-eye {
      color: #191919; }
    .post-service p span .icon-like {
      color: #1872d9; }

.post-service.left-right .img {
  float: left;
  width: 80px; }

.post-service.left-right .info {
  float: right;
  width: calc(100% - 90px); }

@media (max-width: 991px) {
  .post-service.left-right {
    margin-top: 20px; } }

.post-service.left-right-two .img {
  float: left;
  width: 220px; }

.post-service.left-right-two .info {
  float: right;
  width: calc(100% - 250px); }

.post-service.left-right-two h2 {
  font-size: 2.2rem; }

.post-service.left-right-two p {
  font-size: 1.6rem; }

@media (max-width: 991px) {
  .post-service.left-right-two .img {
    float: none;
    width: 100%;
    margin-bottom: 10px; }
  .post-service.left-right-two .info {
    float: none;
    width: 100%; } }

.post-service.first-item:before, .post-service.first-item:after {
  content: '';
  display: table;
  clear: both; }

.post-service.first-item .img {
  margin-bottom: 20px; }

.post-service.first-item h2 {
  font-size: 2.4rem;
  font-weight: 700; }

.post-service.home-video .img {
  margin-bottom: 18px; }

.post-service.home-video h2 {
  font-size: 1.6rem;
  font-weight: 400; }

.post-service.mb20 {
  margin-bottom: 20px; }

.post-service.mb30 {
  margin-bottom: 30px; }

.post-service.mb40 {
  margin-bottom: 40px; }

.post-link {
  font-size: 1.4rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  color: #707070;
  display: inline-block;
  margin-bottom: 20px;
  text-decoration: underline;
  line-height: 1.4; }

.warning-modal .modal-body i {
  margin-bottom: 20px;
  display: block;
  font-size: 49px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin: 0 auto 30px; }
  .warning-modal .modal-body i:before {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    color: #46d78d; }
  .warning-modal .modal-body i.icon-close:before {
    color: #ff0000; }
  @media (max-width: 767px) {
    .warning-modal .modal-body i {
      font-size: 29px;
      width: 90px;
      height: 90px; } }

.warning-modal .modal-body h5 {
  font-size: 30px;
  font-weight: bold;
  color: #cc4b46;
  margin: 0 0 15px 0; }

.warning-modal .modal-body p {
  font-size: 18px;
  line-height: 1.78;
  color: #474747;
  font-weight: bold; }

.warning-modal .modal-content .modal-header {
  padding: 0; }

.warning-modal .modal-content .modal-body {
  text-align: center;
  padding: 50px 30px;
  overflow: visible; }
  .warning-modal .modal-content .modal-body i {
    margin: -120px auto 31px;
    box-shadow: 0 2px 40px 0 rgba(35, 39, 94, 0.2);
    background-color: #ffffff; }
    @media (max-width: 767px) {
      .warning-modal .modal-content .modal-body i {
        margin: -100px auto 31px; } }

.warning-modal .modal-content .modal-footer {
  border: none;
  padding: 0 15px 40px; }
  .warning-modal .modal-content .modal-footer a {
    max-width: 360px;
    margin: auto;
    display: block; }
    .warning-modal .modal-content .modal-footer a.send-again {
      display: none; }
  .warning-modal .modal-content .modal-footer.two-btn {
    text-align: center; }
    .warning-modal .modal-content .modal-footer.two-btn a {
      max-width: 260px;
      margin: 0 8px;
      display: inline-block; }
      .warning-modal .modal-content .modal-footer.two-btn a.send-again {
        display: inline-block; }

.modal {
  z-index: 1065;
  text-align: center; }
  .modal .modal-content {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 0;
    box-shadow: 0 2px 44px 0 rgba(35, 39, 94, 0.1); }

.modal-backdrop {
  z-index: 1060; }
  .modal-backdrop.in {
    background-color: #23275e;
    opacity: .9; }

.modal-dialog {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-top: 120px; }
  @media (max-width: 767px) {
    .modal-dialog {
      position: relative; } }
  .modal-dialog input, .modal-dialog textarea {
    font-size: 1.6rem;
    width: 100%;
    height: 48px;
    border: 1px #cbcbcb solid;
    margin: 10px 0;
    box-sizing: border-box;
    padding: 0 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
    .modal-dialog input.error, .modal-dialog textarea.error {
      border-color: red; }
  .modal-dialog textarea {
    width: 100%;
    height: 120px;
    margin-bottom: 10px;
    padding: 20px;
    resize: none; }
  .modal-dialog label.error {
    display: block;
    color: red;
    font-size: 1.2rem;
    text-align: left;
    font-weight: 400; }
  .modal-dialog button {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 1.3rem;
    display: block;
    font-family: 'Open Sans', sans-serif !important;
    width: 100%;
    height: 48px;
    border: 0;
    background-color: #0d718e;
    color: #ffffff;
    font-weight: 600;
    margin: 10px auto 0 auto; }

.search-modal {
  display: none;
  background: #4a2f24;
  background: -moz-linear-gradient(45deg, #4a2f24 0%, #0d162a 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #4a2f24), color-stop(100%, #0d162a));
  background: -webkit-linear-gradient(45deg, #4a2f24 0%, #0d162a 100%);
  background: -o-linear-gradient(45deg, #4a2f24 0%, #0d162a 100%);
  background: -ms-linear-gradient(45deg, #4a2f24 0%, #0d162a 100%);
  background: linear-gradient(45deg, #4a2f24 0%, #0d162a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a2f24', endColorstr='#0d162a', GradientType=1 );
  padding: 50px 0; }
  @media (max-width: 991px) {
    .search-modal {
      padding: 20px 0;
      padding-bottom: 0; } }
  .search-modal .form {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    display: block;
    width: 600px;
    height: 58px;
    margin: 0 auto 50px auto;
    background-color: #3b4252;
    position: relative; }
    @media (max-width: 991px) {
      .search-modal .form {
        width: 100%;
        margin: 0 auto 20px auto; } }
    .search-modal .form.loading:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 58px;
      background: url(/_assets/images/loading.gif) no-repeat center center;
      left: 0;
      top: 0; }
    .search-modal .form input {
      font-size: 2.3rem;
      font-family: "Titillium Web", sans-serif;
      font-weight: 500;
      font-style: italic;
      float: left;
      width: 86%;
      height: 58px;
      background-color: transparent;
      border: 0;
      color: #ffffff;
      padding: 0 50px; }
      .search-modal .form input::-webkit-input-placeholder {
        font-size: 2.3rem;
        font-family: "Titillium Web", sans-serif;
        font-weight: 500;
        color: #ffffff;
        opacity: 1;
        filter: alpha(opacity=100); }
      .search-modal .form input:-moz-placeholder {
        font-size: 2.3rem;
        font-family: "Titillium Web", sans-serif;
        font-weight: 500;
        color: #ffffff;
        opacity: 1;
        filter: alpha(opacity=100); }
      .search-modal .form input::-moz-placeholder {
        font-size: 2.3rem;
        font-family: "Titillium Web", sans-serif;
        font-weight: 500;
        color: #ffffff;
        opacity: 1;
        filter: alpha(opacity=100); }
      .search-modal .form input:-ms-input-placeholder {
        font-size: 2.3rem;
        font-family: "Titillium Web", sans-serif;
        font-weight: 500;
        color: #ffffff;
        opacity: 1;
        filter: alpha(opacity=100); }
      @media (max-width: 991px) {
        .search-modal .form input {
          font-size: 1.4rem;
          padding: 0 20px;
          width: 80%; }
          .search-modal .form input::-webkit-input-placeholder {
            font-size: 1.4rem;
            font-family: "Titillium Web", sans-serif;
            font-weight: 500;
            color: #ffffff;
            opacity: 1;
            filter: alpha(opacity=100); }
          .search-modal .form input:-moz-placeholder {
            font-size: 1.4rem;
            font-family: "Titillium Web", sans-serif;
            font-weight: 500;
            color: #ffffff;
            opacity: 1;
            filter: alpha(opacity=100); }
          .search-modal .form input::-moz-placeholder {
            font-size: 1.4rem;
            font-family: "Titillium Web", sans-serif;
            font-weight: 500;
            color: #ffffff;
            opacity: 1;
            filter: alpha(opacity=100); }
          .search-modal .form input:-ms-input-placeholder {
            font-size: 1.4rem;
            font-family: "Titillium Web", sans-serif;
            font-weight: 500;
            color: #ffffff;
            opacity: 1;
            filter: alpha(opacity=100); } }
    .search-modal .form button {
      float: left;
      width: 14%;
      height: 58px;
      background-color: transparent;
      border: 0;
      outline: none; }
      @media (max-width: 991px) {
        .search-modal .form button {
          width: 20%; } }
      .search-modal .form button i:before {
        color: #ffffff;
        font-size: 3rem; }
        @media (max-width: 991px) {
          .search-modal .form button i:before {
            font-size: 2rem; } }
  .search-modal .search__html {
    margin-bottom: 40px; }
  .search-modal p {
    font-size: 1.8rem;
    font-family: "Titillium Web", sans-serif;
    font-weight: 500;
    color: #eeefea;
    margin-bottom: 20px;
    margin-top: 30px; }
    @media (max-width: 991px) {
      .search-modal p {
        font-size: 1.4rem;
        margin-top: 10px; } }
    .search-modal p span {
      border-bottom: 1px #3b4252 solid;
      display: inline-block;
      padding-bottom: 15px;
      padding-right: 118px; }
      .search-modal p span a {
        display: inline-block;
        margin-left: 20px;
        text-decoration: underline; }
  .search-modal a {
    font-size: 1.8rem;
    font-family: "Titillium Web", sans-serif;
    font-weight: 300;
    color: #c8c8c8;
    display: block;
    padding: 10px 0; }
    @media (max-width: 991px) {
      .search-modal a {
        font-size: 1.4rem; } }
  .search-modal ul {
    text-align: center; }
    @media (max-width: 991px) {
      .search-modal ul {
        display: none; } }
    .search-modal ul li {
      display: inline-block; }
      .search-modal ul li a {
        font-size: 1.5rem;
        border-right: 1px #706a69 solid;
        color: #706a69;
        padding: 0 10px; }
      .search-modal ul li:first-child a {
        padding-left: 0; }
      .search-modal ul li:last-child a {
        border-right: 0;
        padding-right: 0; }

.sub-page .about-header {
  width: 100%;
  height: 528px;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: right;
  box-sizing: border-box;
  padding-top: 226px; }
  .sub-page .about-header h1 {
    font-size: 6rem;
    color: #3d3d3d;
    font-weight: 300;
    text-transform: lowercase; }
    .sub-page .about-header h1 span {
      font-weight: 800; }
  .sub-page .about-header p {
    font-size: 1.8rem;
    color: #5f5f5f;
    font-style: italic; }

.sub-page .text {
  text-align: center;
  padding: 40px 0; }
  .sub-page .text h2 {
    font-size: 3rem;
    color: #3d3d3d;
    font-weight: 600;
    margin-bottom: 20px; }
  .sub-page .text p {
    font-size: 1.5rem;
    color: #3d3d3d; }

.sub-page .about-item .item {
  position: relative; }
  .sub-page .about-item .item img {
    width: 100%;
    height: auto; }
  .sub-page .about-item .item .head {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(5, 48, 70, 0) 0%, #053046 91%, #053046 100%);
    background: -webkit-linear-gradient(top, rgba(5, 48, 70, 0) 0%, #053046 91%, #053046 100%);
    background: linear-gradient(to bottom, rgba(5, 48, 70, 0) 0%, #053046 91%, #053046 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00053046', endColorstr='#053046',GradientType=0 );
    box-sizing: border-box;
    padding: 20px; }
    .sub-page .about-item .item .head a {
      display: block;
      padding-top: 220px; }
      .sub-page .about-item .item .head a p {
        font-size: 1.2rem;
        position: relative;
        text-align: right;
        color: #d3d2d2;
        font-style: italic;
        margin-bottom: 0;
        margin-top: 10px; }
        .sub-page .about-item .item .head a p strong {
          font-size: 2.8rem;
          color: #e3cc87;
          font-style: normal;
          font-weight: 800 !important; }
          .sub-page .about-item .item .head a p strong:before {
            content: '';
            position: absolute;
            right: 0;
            bottom: -4px;
            width: 70%;
            height: 1px;
            background-color: #51636e;
            opacity: 0.5; }
    .sub-page .about-item .item .head:hover {
      background-color: #063147;
      -webkit-transition: background-color 1000ms linear;
      -ms-transition: background-color 1000ms linear;
      transition: background-color 1000ms linear;
      opacity: 0.8; }

.contact {
  padding-top: 60px; }
  .contact .contact-top > img {
    width: 100%;
    height: auto;
    margin-bottom: 30px; }
  .contact .contact-top .maps iframe {
    display: block;
    width: 100%;
    height: 380px; }
  .contact .contact-top .address-line {
    width: 100%;
    line-height: 1.4;
    margin-top: 30px; }
    .contact .contact-top .address-line h2 {
      font-size: 2rem;
      color: #007ab9;
      font-weight: 700;
      margin-bottom: 30px; }
    .contact .contact-top .address-line p {
      font-size: 1.6rem;
      color: #5f5e5e;
      font-weight: 400;
      margin-bottom: 10px; }
      .contact .contact-top .address-line p strong {
        font-size: 1.8rem;
        color: #7d8287; }
      .contact .contact-top .address-line p a {
        color: #5f5e5e; }
  .contact .contact-top .form-block-container {
    margin-top: 30px; }
  .contact .contact-top .form-group {
    margin-bottom: 20px;
    position: relative; }
    .contact .contact-top .form-group label {
      font-size: 1.6rem;
      width: 100%;
      font-weight: 700;
      color: #007ab9;
      margin-bottom: 10px; }
      .contact .contact-top .form-group label.error {
        font-size: 1.4rem;
        color: red;
        font-weight: normal;
        left: 0;
        margin-bottom: 0; }
    .contact .contact-top .form-group.btn-right {
      text-align: right; }
    .contact .contact-top .form-group .btn {
      font-size: 1.6rem;
      display: inline-block;
      width: auto;
      text-align: center;
      background: #007ab9;
      color: #ffffff;
      font-weight: 700;
      height: 48px;
      padding: 0 40px; }
    .contact .contact-top .form-group input.form-control, .contact .contact-top .form-group textarea.form-control {
      font-size: 1.6rem;
      width: 100%;
      height: 48px;
      background-color: #f7f7fa;
      border: solid 1px #d8d8d8; }
      .contact .contact-top .form-group input.form-control:focus, .contact .contact-top .form-group textarea.form-control:focus {
        border: 1px solid #007ab9 !important;
        box-shadow: none;
        -webkit-box-shadow: none;
        color: #23275e; }
      .contact .contact-top .form-group input.form-control.error, .contact .contact-top .form-group textarea.form-control.error {
        border: solid 1px red;
        color: red;
        margin-bottom: 5px; }
    .contact .contact-top .form-group textarea.form-control {
      resize: none;
      height: auto !important; }
  .contact .contact-top .image {
    float: right;
    margin-top: 30px;
    width: 80%; }
    .contact .contact-top .image img {
      width: 100%;
      height: auto; }

@media (max-width: 991px) {
  .contact {
    padding-top: 20px; }
    .contact .contact-top > img {
      margin-bottom: 0; }
    .contact .contact-top .form-block-container {
      margin-top: 20px; }
    .contact .contact-top .form-group {
      margin-bottom: 15px; }
      .contact .contact-top .form-group label {
        margin-bottom: 10px; }
    .contact .contact-top .image {
      float: none;
      width: 100%;
      margin: 20px 0 20px 0; } }

.services .menu {
  background: #fff;
  padding-bottom: 70px; }

.products {
  padding-top: 30px; }
  .products .item {
    border: 1px #dddddd solid;
    padding: 8px;
    margin-bottom: 30px; }
    .products .item figure {
      width: 100%;
      margin-bottom: 20px;
      height: 170px;
      overflow: hidden;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
      .products .item figure img {
        width: 100%;
        height: auto; }
    .products .item h2 {
      margin: 16px 8px; }
      .products .item h2 a {
        font-size: 1.8rem;
        color: #3a3a3a;
        font-weight: 600; }
    .products .item p {
      margin: 10px 8px; }
      .products .item p span {
        font-size: 1.6rem;
        color: #e21c1c;
        font-weight: 600;
        color: #e21c1c; }
        .products .item p span.discount {
          font-size: 1.4rem;
          position: relative;
          margin-right: 5px;
          color: #a0a0a0; }
          .products .item p span.discount:before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            width: 100%;
            height: 1px;
            background-color: #a0a0a0; }
    .products .item a.shop-btn {
      font-size: 1.3rem;
      display: block;
      padding: 10px;
      color: #ffffff;
      font-weight: 500;
      background-color: #1892d7;
      margin: 0 15px;
      text-align: center;
      font-style: italic;
      margin-bottom: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
      .products .item a.shop-btn i {
        font-size: 1.8rem;
        margin-right: 5px; }
      .products .item a.shop-btn:hover {
        background-color: #0da1f4; }

.product-detail img.response-image {
  width: 100%;
  height: auto; }

.product-detail h2.title {
  font-size: 2.6rem;
  color: #3a3a3a;
  font-weight: bold;
  margin: 0 0 22px 0; }

.product-detail .text {
  font-size: 2.4rem;
  color: #474747;
  margin-bottom: 20px; }
  .product-detail .text p {
    margin-bottom: 0; }

.product-detail p.fiyat {
  margin: 10px 8px; }
  .product-detail p.fiyat span {
    font-size: 3rem;
    color: #e21c1c;
    font-weight: 600;
    color: #e21c1c; }
    .product-detail p.fiyat span.discount {
      font-size: 2.4rem;
      position: relative;
      margin-right: 5px;
      color: #a0a0a0; }
      .product-detail p.fiyat span.discount:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
        background-color: #a0a0a0; }

.product-detail .basket {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  float: left;
  width: 164px;
  height: 42px;
  border: 1px #dadada solid; }
  .product-detail .basket input {
    font-size: 1.4rem;
    float: left;
    width: 70px;
    height: 38px;
    border: 0;
    margin: 1px 6px;
    color: #474747;
    padding: 0 5px; }
  .product-detail .basket a {
    position: absolute;
    left: 84px;
    top: 1px;
    width: 20px;
    height: 16px; }
    .product-detail .basket a i:before {
      font-size: 2rem;
      color: #969696; }
    .product-detail .basket a.down {
      top: 15px; }
  .product-detail .basket span {
    font-size: 1.4rem;
    float: right;
    color: #474747;
    line-height: 28px;
    border-left: 1px #dadada solid;
    padding: 0 14px;
    margin-top: 5px; }

.product-detail a.shop-btn {
  font-size: 1.5rem;
  float: left;
  padding: 10px 40px;
  color: #ffffff;
  font-weight: 500;
  background-color: #1892d7;
  margin: 0 15px;
  text-align: center;
  font-style: italic;
  margin-bottom: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
  .product-detail a.shop-btn i {
    font-size: 1.8rem;
    margin-right: 5px; }
  .product-detail a.shop-btn:hover {
    background-color: #0da1f4; }

.summary-product h4 {
  font-size: 1.4rem;
  color: #4f4e4e;
  padding: 18px 34px;
  margin: 20px 0;
  border-bottom: 1px #dadada solid; }

.summary-product .text {
  font-size: 1.4rem;
  color: #474747; }

.summary-product .products {
  padding-top: 0; }

@media (max-width: 991px) {
  .product-detail img.response-image {
    margin-bottom: 20px; }
  .product-detail .basket {
    float: none;
    display: block;
    margin: 0 0 20px 0; }
  .product-detail a.shop-btn {
    float: none;
    display: inline-block;
    margin: 0 auto; } }

.project {
  padding-top: 60px;
  text-align: center; }
  .project .bread-crumb {
    display: inline-block;
    padding: 16px 40px;
    border-bottom: 1px #dadada solid; }
    .project .bread-crumb li {
      display: inline-block; }
      .project .bread-crumb li:before {
        font-size: 1.3rem;
        padding: 0 8px;
        color: #c3c3c3;
        content: ">>"; }
      .project .bread-crumb li a {
        font-size: 1.3rem;
        color: #c3c3c3; }
      .project .bread-crumb li:first-child:before {
        display: none; }
  .project h1.title {
    font-size: 3rem;
    color: #464545;
    font-weight: 600;
    padding: 36px 0; }
  .project .list > div {
    margin-bottom: 30px; }
    .project .list > div img {
      width: 100%;
      height: auto; }

.service {
  padding-top: 60px; }
  .service .article {
    float: left;
    display: inline;
    width: 810px; }
  .service .sidebar {
    float: right;
    display: inline;
    width: 300px; }
  .service .bread-crumb {
    padding: 16px 0;
    border-bottom: 1px #dadada solid; }
    .service .bread-crumb li {
      display: inline-block; }
      .service .bread-crumb li:before {
        font-size: 1.3rem;
        padding: 0 8px;
        color: #c3c3c3;
        content: ">>"; }
      .service .bread-crumb li a {
        font-size: 1.3rem;
        color: #c3c3c3; }
      .service .bread-crumb li:first-child:before {
        display: none; }
  .service h1.title {
    font-size: 3rem;
    color: #464545;
    margin: 40px 0;
    font-weight: 600; }
  .service p.description {
    font-size: 1.8rem;
    color: #6c6c6c;
    margin-bottom: 10px; }
  .service p.status {
    text-align: right;
    margin: 52px 0; }
    .service p.status small {
      font-size: 1.1rem;
      color: #a8a8a8; }
  .service .category {
    position: relative; }
    .service .category ul {
      width: calc(100% - 130px);
      position: relative;
      z-index: 1;
      overflow: hidden;
      max-height: 47px;
      -webkit-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
      -moz-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
      -o-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
      transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .service .category ul li {
        float: left;
        display: inline;
        margin-right: 5px;
        margin-bottom: 5px; }
        .service .category ul li a {
          font-size: 1.4rem;
          display: block;
          color: #6c6b6b;
          padding: 12px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          border-radius: 10px; }
          .service .category ul li a:hover, .service .category ul li a.active {
            background-color: #158cc9;
            color: #ffffff; }
    .service .category a.all {
      font-size: 1.4rem;
      display: inline-block;
      color: #d6492f;
      font-style: italic;
      position: absolute;
      right: 0;
      top: 0;
      padding: 12px;
      background-color: #ffffff;
      z-index: 2; }
    .service .category.active {
      text-align: center; }
      .service .category.active ul {
        max-height: 500px;
        -webkit-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
        -moz-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
        -o-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
        transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .service .category.active a.all {
        background-color: #d6492f;
        color: #ffffff;
        text-align: center;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px; }
        .service .category.active a.all:hover {
          background-color: #158cc9; }
  .service .img {
    width: 100%;
    height: auto;
    margin: 10px 0; }
  .service .iframe iframe {
    width: 100%;
    height: 456px; }
  .service .text {
    padding: 20px 0;
    text-align: left; }
    .service .text strong {
      font-weight: 400 !important; }
    .service .text p, .service .text > div {
      display: block;
      margin-bottom: 20px; }
    .service .text span, .service .text p, .service .text strong, .service .text > div {
      font-size: 1.8rem !important;
      color: #696969 !important;
      font-style: normal !important;
      line-height: 1.2; }
    .service .text img {
      display: block !important;
      max-width: 100% !important;
      width: auto !important;
      height: auto !important;
      margin: 20px 0; }
  .service .interest {
    padding: 20px 0; }
    .service .interest p {
      font-size: 1.5rem;
      text-align: center;
      color: #464646;
      margin-bottom: 20px; }
      .service .interest p strong {
        font-weight: 800; }
    .service .interest a {
      font-size: 1.8rem;
      display: inline;
      width: 40%;
      border-top: 1px #dadada solid;
      border-bottom: 1px #dadada solid;
      position: relative;
      padding: 30px 0;
      color: #464545;
      font-weight: 600; }
      .service .interest a i {
        font-size: 6rem;
        display: inline;
        width: 70px;
        height: 70px;
        background-color: #d6492f;
        color: #fff;
        text-align: center;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        line-height: 66px; }
      .service .interest a.prev-btn {
        float: left; }
        .service .interest a.prev-btn i {
          float: left;
          margin-right: 10px; }
      .service .interest a.next-btn {
        float: right;
        text-align: right; }
        .service .interest a.next-btn i {
          float: right;
          margin-left: 10px; }
      .service .interest a:hover i {
        background-color: #c52a0e; }
  .service .list {
    padding-top: 30px; }
    .service .list .item {
      border: 3px #297b8a solid;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      padding: 12px;
      margin-bottom: 30px; }
      .service .list .item figure {
        width: 100%;
        margin-bottom: 20px;
        height: 170px;
        overflow: hidden;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px; }
        .service .list .item figure img {
          width: 100%;
          height: auto; }
      .service .list .item h2 {
        margin-bottom: 16px;
        line-height: .8; }
        .service .list .item h2 a {
          font-size: 1.4rem;
          color: #464545;
          font-weight: 600; }
      .service .list .item p {
        font-size: 1.3rem;
        color: #6c6c6c;
        margin-bottom: 10px; }
        .service .list .item p:last-child {
          margin-bottom: 0; }
        .service .list .item p small {
          font-size: 1.1rem;
          color: #a8a8a8; }

@media (max-width: 1199px) {
  .service .article {
    width: calc(65% - 30px); }
  .service .sidebar {
    width: 35%; } }

@media (max-width: 991px) {
  .service {
    padding-top: 20px; }
    .service .article, .service .sidebar {
      float: none;
      display: block;
      width: 100%; }
    .service .text {
      padding: 20px 0; }
      .service .text img {
        width: 100% !important;
        height: auto !important; }
    .service .interest a {
      font-size: 1.4rem;
      width: 48%;
      padding: 10px 0; }
      .service .interest a i {
        font-size: 2.4rem;
        width: 60px;
        height: 60px;
        line-height: 60px; }
    .service .list .item {
      height: auto !important; }
      .service .list .item figure {
        height: auto; } }

.services {
  padding-top: 60px; }
  .services .menu {
    background: #ffffff url("/_assets/images/dummy/dummy5.png") no-repeat center bottom;
    background-size: cover;
    border: 1px #e5e5e5 solid;
    padding: 42px 0;
    padding-bottom: 216px;
    -webkit-box-shadow: 2px 4px 43px -15px #c4c4c4;
    -moz-box-shadow: 2px 4px 43px -15px #c4c4c4;
    box-shadow: 2px 4px 43px -15px #c4c4c4; }
    .services .menu p {
      color: #585858;
      margin: 0 42px;
      margin-bottom: 26px; }
      .services .menu p strong {
        font-size: 2rem; }
    .services .menu li {
      padding: 6px 0; }
      .services .menu li a {
        font-size: 1.4rem;
        display: block;
        position: relative;
        padding: 0 42px;
        color: #4d4d4d;
        line-height: 18px; }
        .services .menu li a:before, .services .menu li a:after {
          content: ' ';
          position: absolute;
          left: 0;
          width: 4px;
          height: 0;
          background-color: #297b8a; }
        .services .menu li a:after {
          left: auto;
          right: 0; }
        .services .menu li a:hover, .services .menu li a.active {
          color: #297b8a; }
          .services .menu li a:hover:before, .services .menu li a:hover:after, .services .menu li a.active:before, .services .menu li a.active:after {
            height: 18px;
            transition: height 0.25s ease-in; }
  .services .populer .item {
    background-color: #ffffff;
    padding: 18px 26px;
    border: 3px #297b8a solid;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; }
    .services .populer .item figure {
      width: 100%;
      height: auto;
      max-height: 90px;
      overflow: hidden;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
      .services .populer .item figure img {
        width: 100%;
        height: auto; }
    .services .populer .item h2 {
      margin-bottom: 10px;
      line-height: 0.8; }
      .services .populer .item h2 a {
        font-size: 1.4rem;
        color: #464545;
        font-weight: 600; }
    .services .populer .item .rating {
      padding: 0;
      text-align: left; }
    .services .populer .item p {
      font-size: 1.4rem;
      color: #6c6c6c;
      margin-bottom: 10px; }
      .services .populer .item p:last-child {
        margin-bottom: 0; }
      .services .populer .item p small {
        font-size: 1.1rem;
        color: #a8a8a8; }
  .services .page-head {
    padding-top: 30px;
    position: relative;
    text-align: center; }
    .services .page-head a.soru-sor-btn {
      float: none;
      display: inline-block; }
    .services .page-head h1 {
      font-size: 3rem;
      color: #464545;
      font-weight: 800;
      margin-bottom: 14px;
      text-align: center;
      font-style: normal; }
    .services .page-head a.all-text {
      font-size: 1.4rem;
      display: block;
      text-align: center;
      margin-bottom: 20px;
      color: #696969;
      font-style: italic;
      font-weight: 400;
      position: relative;
      padding-bottom: 20px; }
      .services .page-head a.all-text i {
        font-size: 1.8rem;
        color: #696969;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -5px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        animation: MoveUpDown 1s linear infinite; }
    .services .page-head .text {
      display: none;
      text-align: center;
      padding-top: 0; }
      .services .page-head .text strong {
        font-weight: 400 !important; }
      .services .page-head .text span, .services .page-head .text p, .services .page-head .text strong {
        font-size: 1.4rem;
        color: #696969 !important;
        font-style: italic !important; }
      .services .page-head .text img {
        display: block;
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
        margin: 20px auto; }
    .services .page-head.active a.all-text i {
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    .services .page-head:after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -15px;
      width: 30%;
      height: 5px;
      background-color: #297b8a;
      transform: translateX(-50%); }
  .services .list {
    padding-top: 30px; }
    .services .list .item {
      border: 3px #297b8a solid;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      padding: 12px;
      margin-bottom: 30px; }
      .services .list .item figure {
        width: 100%;
        margin-bottom: 20px;
        height: 170px;
        overflow: hidden;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px; }
        .services .list .item figure img {
          width: 100%;
          height: auto; }
      .services .list .item h1 {
        border-bottom: 3px #297b8a solid;
        line-height: 1;
        margin-bottom: 16px;
        padding-bottom: 10px; }
        .services .list .item h1 a {
          font-size: 1.6rem;
          color: #464545;
          font-weight: 600; }
      .services .list .item h2 {
        margin-bottom: 16px;
        line-height: .8; }
        .services .list .item h2 a {
          font-size: 1.4rem;
          color: #464545;
          font-weight: 600; }
      .services .list .item p {
        font-size: 1.3rem;
        color: #6c6c6c;
        margin-bottom: 10px; }
        .services .list .item p:last-child {
          margin-bottom: 0; }
        .services .list .item p small {
          font-size: 1.1rem;
          color: #a8a8a8; }
  .services .connected li a {
    font-size: 1.4rem;
    position: relative;
    display: block;
    color: #494949;
    padding: 4px 20px; }
    .services .connected li a:before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      width: 4px;
      height: 4px;
      margin-top: -2px;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      background-color: #494949; }

@media (max-width: 991px) {
  .services {
    padding-top: 20px; }
    .services .menu {
      background: #ffffff;
      padding: 20px 0 !important;
      margin-bottom: 20px; }
      .services .menu > p {
        cursor: pointer;
        position: relative;
        margin: 0 20px 0 20px;
        padding-right: 35px; }
        .services .menu > p:after {
          font-size: 2.2rem;
          font-family: 'icomoon' !important;
          content: "\e908";
          position: absolute;
          right: 0;
          top: -3px;
          transform: rotate(-90deg);
          -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
          -moz-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
          -o-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75); }
      .services .menu ul {
        display: none; }
      .services .menu li a {
        font-size: 1.4rem;
        padding: 0 20px;
        line-height: 1.2; }
        .services .menu li a:hover:before, .services .menu li a:hover:after, .services .menu li a.active:before, .services .menu li a.active:after {
          height: 100%; }
      .services .menu.active > p {
        margin-bottom: 20px; }
        .services .menu.active > p:after {
          transform: rotate(90deg); }
      .services .menu.active ul {
        display: block; }
    .services .populer .item {
      padding: 20px;
      margin-bottom: 20px; }
      .services .populer .item figure {
        max-height: initial;
        margin-top: 20px; }
    .services .page-head {
      padding-top: 20px; }
      .services .page-head .text img {
        width: 100% !important;
        height: auto !important; }
    .services .list .item {
      height: auto !important; }
      .services .list .item figure {
        height: auto; } }

.last-service {
  border-bottom: 1px #dadada solid; }
  .last-service h1 {
    font-size: 1.5rem;
    color: #464646;
    font-weight: 800;
    border-bottom: 1px #dadada solid;
    padding: 14px 22px; }
  .last-service .item {
    margin: 20px 0; }
    .last-service .item img {
      float: left;
      display: inline;
      width: 100px;
      height: auto;
      margin-right: 10px;
      border: 2px #297b8a solid; }
    .last-service .item .text {
      float: right;
      width: calc(100% - 116px);
      padding: 0;
      text-align: left; }
    .last-service .item h2 {
      line-height: 0; }
      .last-service .item h2 a {
        font-size: 1.4rem;
        color: #464545;
        font-weight: 600;
        margin-bottom: 10px;
        line-height: 1; }
    .last-service .item .rating {
      padding: 0;
      text-align: left; }
    .last-service .item p {
      font-size: 1.3rem;
      color: #6c6c6c;
      margin: 0; }
      .last-service .item p small {
        font-size: 1.1rem;
        color: #a8a8a8; }

.rating {
  padding: 40px 0 0 0;
  text-align: right; }
  .rating li {
    display: inline-block;
    cursor: pointer; }
    .rating li i {
      font-size: 1.4rem;
      color: #d4d4d4; }
    .rating li:hover i, .rating li.selected i {
      color: #eeb829; }
  .rating.one li.one i, .rating.two li.one i, .rating.three li.one i, .rating.four li.one i, .rating.five li.one i {
    color: #eeb829 !important; }
  .rating.one li.select i, .rating.two li.select i, .rating.three li.select i, .rating.four li.select i, .rating.five li.select i {
    color: #d4d4d4 !important; }
  .rating.two li.two i, .rating.three li.two i, .rating.four li.two i, .rating.five li.two i {
    color: #eeb829 !important; }
  .rating.two li.select i, .rating.three li.select i, .rating.four li.select i, .rating.five li.select i {
    color: #d4d4d4 !important; }
  .rating.three li.three i, .rating.four li.three i, .rating.five li.three i {
    color: #eeb829 !important; }
  .rating.three li.select i, .rating.four li.select i, .rating.five li.select i {
    color: #d4d4d4 !important; }
  .rating.four li.four i, .rating.five li.four i {
    color: #eeb829 !important; }
  .rating.four li.select i, .rating.five li.select i {
    color: #d4d4d4 !important; }
  .rating.five li.five i {
    color: #eeb829 !important; }
  .rating.five li.select i {
    color: #d4d4d4 !important; }
