@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,600,700&subset=latin-ext");
#category_page {
  background-color: #f7f7f7;
  padding: 60px 0px; }
  #category_page ul {
    margin: 15px 0px 15px;
    padding: 0px; }
    @media (max-width: 768px) {
      #category_page ul {
        margin: 60px 0px 15px; } }
    #category_page ul li {
      margin: 15px 0px; min-height:320px;}
      #category_page ul li .item-wrap {
        -webkit-box-shadow: 0px 0px 0px 0px #858585;
        -moz-box-shadow: 0px 0px 0px 0px #858585;
        box-shadow: 0px 0px 0px 0px #858585;
        min-height: 300px; }
  #category_page .items-list ul {
    display: table;
    list-style: none;
    width: 100%; }
    @media (max-width: 992px) {
      #category_page .items-list ul {
        margin-left: 10%;
        margin-right: 25%; } }
    #category_page .items-list ul a:hover {
      text-decoration: none;
      opacity: 0.9; }
    #category_page .items-list ul a li .item-wrap {
      -webkit-box-shadow: -1px 0px 19px 0px rgba(133, 133, 133, 0.1);
      -moz-box-shadow: -1px 0px 19px 0px rgba(133, 133, 133, 0.1);
      box-shadow: -1px 0px 19px 0px rgba(133, 133, 133, 0.1);
      background: white;
      display: table;
      height: 260px;
      width: 100%;
      border-radius: 5px;
      overflow: hidden; }
      @media (min-width: 992px) {
        #category_page .items-list ul a li .item-wrap figure {
          height: 180px;
          overflow: hidden; } }
      #category_page .items-list ul a li .item-wrap figure img {
        width: 100%;
        height: auto !important; }
      #category_page .items-list ul a li .item-wrap article {
        padding: 10px; }
        #category_page .items-list ul a li .item-wrap article p {
          font-family: 'Lato', sans-serif;
          font-size: 15px;
          font-weight: 300;
          text-align: center;
          letter-spacing: -0.1px; }
        #category_page .items-list ul a li .item-wrap article h3 {
          min-height: 50px;
          font-weight: 500;
          font-size: 20px;
          line-height: 25px;
          letter-spacing: -0.2px;
          text-align: center;
          color: #313131;
          margin: 0px;
          font-family: 'Lato', sans-serif; }

body, html, p, h1, h2, h3, h4, h5, span, div {
  font-family: 'Roboto', sans-serif !important; }

#intro .slider {
  width: 100%;
  height: 900px;
  display: table;
  position: relative; }
  @media (max-width: 992px) {
    #intro .slider {
      height: 300px; } }
  #intro .slider .content {
    color: black;
    width: 400px;
    position: absolute;
    top: 40%;
    left: 20%;
    font-weight: 300; }
    #intro .slider .content h3 {
      font-size: 50px;
      color: black;
      font-weight: 900;
      letter-spacing: 1px; }
    #intro .slider .content p {
      font-size: 23px;
      color: black; }

@media (max-width: 992px) {
  .navbar {
    padding-top: 15px !important; } }

header .logo {
  width: 100px; }
  header .logo img {
    margin-bottom: 0px; }
  @media (max-width: 992px) {
    header .logo {
      float: left;
      margin-left: 0px; } }

#intro {
  display: table;
  height: 810px;
  width: 100%; }
  @media (max-width: 992px) {
    #intro {
      height: 280px; }
      #intro .slider {
        background: #fec601 !important;
        height: 380px; }
        #intro .slider .content {
          left: 0px;
          padding: 0px 30px; } }

#portfolyo {
  background-color: #fff !important;
  color: #fff; }

body {
  background: #fff !important; }

.single-portfolio {
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.portfolio-item-container {
  position: relative;
  width: calc(100% / 3);
  height: 400px;
  float: left; }

.portfolio-item-container:hover span.info-overlay {
  opacity: 1;
  z-index: 99999;
  top: 30%; }

.portfolio-item-container:hover .single-portfolio {
  -webkit-filter: grayscale(100%);
  filter: gray; }

.portfolio-item-container:hover .single-portfolio {
  background-size: auto 105%; }

.portfolio-item-container:hover span.color-overlay {
  opacity: .85; }

span.overlay.color-overlay {
  z-index: 0;
  background-color: #FFC107; }

.portfolio-row span.overlay {
  filter: none;
  -webkit-filter: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  color: #fff;
  font-family: 'roboto', sans-serif;
  font-weight: 600;
  font-size: 35px;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.portfolio-title h2 {
  display: table;
  float: none;
  padding: 60px;
  color: black;
  font-size: 60px;
  font-family: 'roboto', sans-serif;
  font-weight: 900; }

.head {
  padding-bottom: 60px;
  padding-top: 30px; }
  @media (max-width: 992px) {
    .head {
      padding-top: 0px; } }

@media (max-width: 992px) {
  .home .head {
    margin-top: 90px; } }

.head p {
  margin-bottom: 10px; }

.head-content {
  margin-top: -15px !important;
  display: table-cell; }
  @media (max-width: 992px) {
    .head-content {
      margin-top: 0px !important; } }

.head .head-content {
  margin-left: 40%;
  margin-top: -15px; }
  @media (max-width: 992px) {
    .head .head-content {
      padding: 0px 15px; } }

.head .head-content .breadcrumb {
  padding-bottom: 30px; }

@media (max-width: 992px) {
  footer .email {
    margin: 15px auto !important; } }

.head h1 {
  font-weight: 900;
  font-style: italic;
  margin-top: 40px; }
  .head h1 span {
    color: #fecb00; }

@media screen and (max-width: 1199px) {
  .head {
    padding-bottom: 60px; }

  .head .head-content {
    margin-left: 40%;
    padding-top: 20px; }

  .head .head-content br {
    display: none; }

  .head .head-content .breadcrumb {
    padding-bottom: 60px; } }
@media screen and (max-width: 767px) {
  .head {
    padding-bottom: 30px; }

  .head .head-content {
    margin-left: 0;
    padding-top: 30px; }

  .head .head-content .breadcrumb {
    padding-bottom: 30px; } }
@media screen and (max-width: 575px) {
  .head {
    padding-bottom: 20px; }

  .head .head-content {
    margin-left: 0;
    padding-top: 20px; }

  .head .head-content .breadcrumb {
    padding-bottom: 20px; } }
*, *:before, *:after {
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6, p, ul {
  margin-bottom: 24px; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1; }

h1, h2, h3, h4, h5, h6, strong {
  font-weight: 700; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

em, i {
  font-style: italic; }

.section-title {
  font-size: 44px;
  margin-bottom: 40px; }
  .section-title:after {
    content: '';
    display: block;
    width: 140px;
    height: 2px;
    background-color: #6eb233;
    margin-top: 2px; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-green {
  color: #6eb233; }

img {
  max-width: 100%;
  height: auto;
  margin-bottom: 24px; }

.fancy-paragraph {
  text-align: center;
  font-size: 22px;
  padding: 24px 0px;
  margin-bottom: 64px; }
  .fancy-paragraph:after {
    content: '';
    display: block;
    width: 220px;
    height: 2px;
    background-color: #6eb233;
    margin: 0 auto;
    margin-top: 24px; }

a {
  color: #6eb233; }

body {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: 0.05em; }

.btn {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  color: #000000;
  background-color: transparent;
  border: 3px solid #000000;
  padding: 18px 96px;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  transition: all 0.4s;
  margin-bottom: 12px; }
  .btn.btn-white {
    border-color: #ffffff;
    color: #ffffff; }
    .btn.btn-white:hover {
      background-color: #ffffff;
      color: #000000; }
  .btn.btn-green {
    color: #6eb233;
    border-color: #6eb233; }
    .btn.btn-green:hover {
      background-color: #6eb233; }
  .btn.btn-block {
    display: block;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px; }
  .btn.btn-close {
    width: 56px;
    height: 56px;
    border-radius: 100%;
    padding: 0px;
    font-size: 32px;
    line-height: 50px; }
    .btn.btn-close:before {
      content: 'X'; }
  .btn:hover {
    background-color: #000000;
    color: #ffffff; }

article {
  position: relative;
  cursor: pointer; }
  article .image-holder {
    position: relative; }
    article .image-holder img {
      display: block;
      width: 100%;
      margin: 0px; }
    article .image-holder:after {
      content: '';
      display: block;
      position: absolute;
      left: 0px;
      right: 0px;
      top: 0px;
      bottom: 0px;
      background-color: #000000;
      opacity: 0.16;
      transition: opacity 0.4s; }
  article.work .image-holder .work-icon {
    display: block;
    width: 72px;
    height: 72px;
    border: 2px solid #ffffff;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    color: #ffffff;
    font-size: 20px;
    line-height: 67px;
    text-align: center;
    z-index: 5; }
  article.work .image-holder:after {
    background-color: #6eb233;
    opacity: 0; }
  article.work h3 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    padding: 24px;
    margin: 0px;
    color: #ffffff;
    font-size: 20px;
    opacity: 0;
    transition: opacity 0.4s;
    font-family: 'roboto', sans-serif;
    font-weight: 700; }
    article.work h3 small {
      font-size: 16px;
      font-weight: 500;
      color: rgba(243, 243, 243, 0.69); }
  article.work:hover .image-holder:after {
    opacity: 0.8; }
  article.work:hover h3 {
    opacity: 1; }
  article:hover .image-holder:after {
    opacity: 0; }

#header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff; }
  #header #logo {
    display: block;
    width: 70px;
    height: auto;
    float: left;
    margin-right: 40px;
    margin-top: 32px;
    transition: all 0.4s ease; }
    #header #logo img {
      display: block;
      width: 100%;
      margin: 0px; }
  #header #menu {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0px; }
    #header #menu li {
      display: inline-block;
      margin-right: 44px; }
      #header #menu li a {
        display: block;
        color: #000000;
        padding-top: 48px;
        padding-bottom: 54px;
        border-top: 6px solid transparent;
        transition: all 0.4s; }
        #header #menu li a:hover, #header #menu li a.current {
          color: #6eb233;
          border-color: #6eb233; }
      #header #menu li.social-holder {
        float: right;
        margin: 0px; }
        #header #menu li.social-holder a {
          display: inline-block;
          padding-left: 8px;
          padding-right: 8px; }
  #header #menu-switch {
    position: absolute;
    right: 15px;
    top: 24px;
    cursor: pointer;
    height: 12px;
    width: 36px;
    z-index: 8000;
    display: none; }
    #header #menu-switch span {
      position: absolute;
      display: block;
      width: 100%;
      height: 3px;
      background-color: #6eb233;
      transition: all 0.4s ease;
      border-radius: 1.5px; }
      #header #menu-switch span#line1 {
        top: 0px; }
      #header #menu-switch span#line2 {
        bottom: 0px; }
    #header #menu-switch.open #line1 {
      top: 5px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    #header #menu-switch.open #line2 {
      bottom: 5px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  #header.collapsed {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.24); }
    #header.collapsed #logo {
      width: 44px;
      margin-top: 9px; }
    #header.collapsed #menu li a {
      padding-top: 10px;
      padding-bottom: 16px; }

.page-header {
  position: relative;
  margin-bottom: 180px;
  color: #ffffff; }
  .page-header img {
    display: block;
    width: 100%;
    margin: 0px; }
  .page-header h5 {
    margin: 0px;
    position: absolute;
    width: 40%;
    left: 40px;
    bottom: 120px;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 300;
    z-index: 1; }
  .page-header p {
    margin: 0px;
    position: absolute;
    width: 58%;
    min-height: 220px;
    bottom: -140px;
    right: 54px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #000000;
    z-index: 1; }
    .page-header p:after {
      content: '';
      display: block;
      width: 200px;
      height: 2px;
      margin-top: 20px;
      background-color: #6eb233; }
  .page-header:after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #000000;
    opacity: 0.1; }

.project-thumb {
  margin-bottom: 64px;
  position: relative; }
  .project-thumb img {
    display: block;
    width: 100%; }
  .project-thumb .project-thumb-content {
    padding-left: 32px;
    color: #8f8f8f; }
  .project-thumb h3 {
    font-size: 42px;
    color: #000000;
    transition: color 0.4s; }
  .project-thumb:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 40%;
    background-color: #f2f2f2;
    left: 0px;
    bottom: -52px;
    transition: background-color 0.4s; }
  .project-thumb:nth-of-type(even) {
    text-align: right; }
    .project-thumb:nth-of-type(even) .project-thumb-content {
      padding-left: 0px;
      padding-right: 32px;
      text-align: right; }
    .project-thumb:nth-of-type(even):before {
      left: auto;
      right: 0px; }
  .project-thumb:hover h3 {
    color: #6eb233; }
  .project-thumb:hover:before {
    background-color: #6eb233; }

.swiper-container#main-slider {
  height: 100%;
  background-color: #eeeeee; }
  .swiper-container#main-slider .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 26px;
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
    overflow: hidden; }
    .swiper-container#main-slider .swiper-slide h3 {
      font-size: 76px;
      color: #87d750;
      margin-bottom: 36px; }
    .swiper-container#main-slider .swiper-slide video {
      display: block;
      width: 100%;
      height: 100%;
      background-color: #000000;
      object-fit: cover; }
    .swiper-container#main-slider .swiper-slide.pattern:before {
      opacity: 0.24; }
  .swiper-container#main-slider .swiper-pagination {
    bottom: 40px;
    right: 40px;
    left: auto;
    width: auto; }
    .swiper-container#main-slider .swiper-pagination .swiper-pagination-bullet {
      background-color: #ffffff;
      opacity: 1;
      width: 8px;
      height: 8px;
      vertical-align: middle;
      margin: 0px 12px; }
      .swiper-container#main-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 18px;
        height: 18px;
        margin: 0px 6px;
        background-color: transparent;
        border: 2px solid #ffffff; }
.swiper-container#secondary-slider .swiper-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 56.25%; }
  .swiper-container#secondary-slider .swiper-slide .slide-content {
    position: absolute;
    left: 16%;
    right: 16%;
    top: 16%;
    bottom: 16%;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    color: #ffffff; }
    .swiper-container#secondary-slider .swiper-slide .slide-content .video-holder {
      position: absolute;
      left: 0px;
      top: 0px;
      right: 0px;
      bottom: 0px;
      padding: 0px;
      display: none; }
      .swiper-container#secondary-slider .swiper-slide .slide-content .video-holder .btn-close {
        position: absolute;
        right: 22px;
        top: 60px;
        margin: 0px;
        z-index: 1; }
    .swiper-container#secondary-slider .swiper-slide .slide-content .content-details {
      width: 60%;
      position: absolute;
      right: 56%;
      top: 72%; }
    .swiper-container#secondary-slider .swiper-slide .slide-content h3 {
      font-size: 42px; }
    .swiper-container#secondary-slider .swiper-slide .slide-content .btn-play {
      display: block;
      margin: 0px;
      width: 100px;
      height: 100px;
      padding: 0px;
      border-radius: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -50px;
      margin-top: -50px;
      font-size: 24px; }
    .swiper-container#secondary-slider .swiper-slide .slide-content:before {
      content: '';
      display: block;
      position: absolute;
      width: 3px;
      left: -3px;
      top: -3px;
      bottom: 36%;
      background-color: #ffffff;
      transition: bottom 0.6s ease; }
    .swiper-container#secondary-slider .swiper-slide .slide-content:after {
      content: '';
      display: block;
      position: absolute;
      height: 3px;
      right: -3px;
      bottom: -3px;
      left: 46%;
      background-color: #ffffff;
      transition: left 0.6s ease; }
    .swiper-container#secondary-slider .swiper-slide .slide-content.playing:before {
      bottom: -3px; }
    .swiper-container#secondary-slider .swiper-slide .slide-content.playing:after {
      left: -3px; }
.swiper-container#secondary-slider .swiper-pagination {
  width: auto;
  right: 16%;
  left: auto;
  bottom: 6%; }
  .swiper-container#secondary-slider .swiper-pagination .swiper-pagination-bullet {
    width: 36px;
    height: 36px;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    font-weight: 700;
    background-color: transparent;
    border: 3px solid #ffffff;
    color: #ffffff; }
    .swiper-container#secondary-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      color: #6eb233;
      border-color: #6eb233; }
.swiper-container#mottos-slider {
  background: url("../gfx/mottos-slider-bg.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  height: 620px;
  overflow: hidden; }
  .swiper-container#mottos-slider .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 22px;
    font-weight: 300;
    color: #ffffff; }
    .swiper-container#mottos-slider .swiper-slide h3 {
      width: 50%;
      margin-left: 10%;
      font-size: 32px;
      line-height: 1.2;
      color: #6eb233;
      font-weight: 300; }
    .swiper-container#mottos-slider .swiper-slide p {
      width: 40%;
      margin-left: 30%; }
  .swiper-container#mottos-slider .swiper-pagination {
    right: 64px; }
    .swiper-container#mottos-slider .swiper-pagination .swiper-pagination-bullet {
      width: 36px;
      height: auto;
      margin: 0px;
      padding: 8px 0px;
      border-radius: 0px;
      background-color: transparent;
      position: relative;
      opacity: 0.4; }
      .swiper-container#mottos-slider .swiper-pagination .swiper-pagination-bullet:before {
        content: '';
        display: block;
        width: 100%;
        height: 6px;
        background-color: #ffffff; }
      .swiper-container#mottos-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1; }
        .swiper-container#mottos-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
          background-color: #6eb233; }
  .swiper-container#mottos-slider:before {
    content: '';
    display: block;
    width: 25%;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background-color: #ffffff; }

.box-list {
  width: calc(100% + 10px);
  overflow: auto; }
  .box-list li {
    display: block;
    margin-bottom: 10px;
    margin-right: 10px;
    width: calc(14.285% - 10px);
    float: left; }
    .box-list li a {
      border: 1px solid #dadada;
      display: block;
      padding-top: 88%;
      position: relative; }
      .box-list li a img {
        margin: 0px;
        display: block;
        position: absolute;
        max-width: 72%;
        max-height: 72%;
        left: 50%;
        top: 50%;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .box-list li a:hover {
        border-color: #f3f3f3;
        background-color: #f3f3f3; }
        .box-list li a:hover img {
          -webkit-filter: none;
          -moz-filter: none;
          -ms-filter: none;
          -o-filter: none;
          filter: none; }

.acordeon-container {
  border-top: 1px solid #c0c0c0;
  margin-bottom: 24px; }
  .acordeon-container .acordeon {
    border-bottom: 1px solid #c0c0c0; }
    .acordeon-container .acordeon .acordeon-title {
      padding: 32px;
      font-size: 22px;
      font-weight: 700;
      cursor: pointer;
      transition: color 0.4s;
      position: relative; }
      .acordeon-container .acordeon .acordeon-title:after {
        content: '+';
        display: block;
        width: 32px;
        height: 32px;
        text-align: center;
        font-size: 30px;
        line-height: 36px;
        font-weight: 300;
        position: absolute;
        right: 32px;
        top: 50%;
        margin-top: -16px; }
      .acordeon-container .acordeon .acordeon-title:hover {
        color: #6eb233; }
    .acordeon-container .acordeon .acordeon-body {
      padding: 32px;
      display: none; }
    .acordeon-container .acordeon.open .acordeon-title {
      color: #6eb233; }
      .acordeon-container .acordeon.open .acordeon-title:after {
        content: '-'; }

.tag-list {
  list-style: none;
  padding: 0px;
  font-size: 14px;
  font-weight: 600; }
  .tag-list li {
    display: inline-block;
    margin-right: 16px; }
    .tag-list li a {
      display: block;
      color: #000000;
      transition: color 0.4s; }
      .tag-list li a:hover {
        color: #6eb233; }

.award {
  padding-top: 90%;
  border: 1px solid #303030;
  position: relative;
  margin-bottom: 64px; }
  .award img {
    display: block;
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .award h3 {
    width: 76%;
    position: absolute;
    right: -15px;
    bottom: -15px;
    background-color: #000000;
    margin: 0px;
    padding: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    transition: background-color 0.4s; }
  .award:hover h3 {
    background-color: #6eb233; }

.mockup {
  margin-bottom: 80px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }
  .mockup .mockup-inner {
    position: absolute;
    overflow: hidden;
    background-color: #000000; }
    .mockup .mockup-inner img {
      display: block;
      width: 100%;
      position: absolute;
      left: 0px;
      top: 0px;
      margin: 0px;
      transition: top 40s linear; }
  .mockup.mockup-desktop {
    padding-top: 55.59%;
    background-image: url("../gfx/mockup-desktop.png"); }
    .mockup.mockup-desktop .mockup-inner {
      left: 13%;
      right: 13%;
      top: 5%;
      bottom: 9%; }
  .mockup.mockup-mobile {
    padding-top: 204.18%;
    background-image: url("../gfx/mockup-mobile.png"); }
    .mockup.mockup-mobile .mockup-inner {
      left: 5%;
      top: 11%;
      bottom: 12%;
      right: 5%; }

.prev-next {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  position: relative; }
  .prev-next a:not(.btn) {
    display: block;
    font-size: 12px;
    color: #000000;
    font-weight: 700;
    transition: color 0.4s; }
    .prev-next a:not(.btn):hover {
      color: #6eb233; }
  .prev-next .btn {
    margin: 0px; }
  .prev-next:before, .prev-next:after {
    content: '';
    display: block;
    width: 1000px;
    height: 2px;
    background-color: #000000;
    position: absolute;
    top: 50%;
    margin-top: -1px; }
  .prev-next:before {
    right: 100%;
    margin-right: 16px; }
  .prev-next:after {
    left: 100%;
    margin-left: 16px; }

.video-holder {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  background-color: #000000; }
  .video-holder iframe {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%; }

.expertise {
  margin-bottom: 30px;
  text-align: center;
  padding: 40px 20px;
  position: relative;
  transition: all 0.4s ease;
  top: 0px; }
  .expertise:before {
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border: 1px solid #eeeeee;
    transition: border-color 0.4s ease; }
  .expertise img {
    height: 82px;
    width: auto; }
  .expertise h3 {
    font-size: 14px;
    line-height: 16px;
    min-height: 48px;
    margin: 0px;
    font-weight: 400; }
  .expertise:hover {
    top: -10px;
    box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.12); }
    .expertise:hover:before {
      border-color: #6eb233; }

.section {
  padding: 32px 0px;
  position: relative;
  overflow-x: hidden; }
  .section.more-padding {
    padding: 64px 0px; }
  .section#main-slider-holder {
    padding: 0px;
    height: 560px; }
  .section#works-grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%; }
    .section#works-grid .grid-item {
      padding-top: 100%;
      position: relative; }
      .section#works-grid .grid-item article {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%; }
      .section#works-grid .grid-item:first-child {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 3; }
      .section#works-grid .grid-item:nth-child(6) {
        grid-column-start: 4;
        grid-column-end: 6;
        grid-row-start: 2;
        grid-row-end: 4; }
      .section#works-grid .grid-item:nth-child(8) {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row-start: 3;
        grid-row-end: 5; }
  .section#join-us {
    padding: 100px 0px;
    background: url("../gfx/join-us-bg.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300; }
    .section#join-us h1 {
      font-size: 32px; }
  .section#contact {
    height: 800px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 300;
    background: url("../gfx/contact-bg.jpg") no-repeat center center;
    background-size: cover; }
    .section#contact h1 {
      font-size: 44px;
      letter-spacing: 0.04em; }
    .section#contact p.smaller {
      font-size: 20px;
      font-weight: 700;
      line-height: 1.7; }
      .section#contact p.smaller a {
        color: #000000; }
  .section#work-header {
    padding: 100px 0px 280px 0px; }
    .section#work-header h1 {
      font-size: 52px; }
    .section#work-header p {
      color: #8f8f8f; }
    .section#work-header .btn {
      margin: 0px;
      position: absolute; }
      .section#work-header .btn#btn-go-to-project {
        left: 60%;
        top: 70%;
        margin-top: 20px; }
      .section#work-header .btn#btn-all-works {
        left: 30px;
        bottom: 60px;
        border: 0 none;
        background: url("../gfx/six-blocks.png") no-repeat 0px center;
        background-size: 21px auto;
        padding: 2px;
        padding-left: 36px;
        text-align: left; }
        .section#work-header .btn#btn-all-works:hover {
          color: #6eb233;
          background-image: url("../gfx/six-blocks-green.png"); }
    .section#work-header:before {
      content: '';
      display: block;
      position: absolute;
      width: 40%;
      height: 52%;
      right: 0px;
      top: 18%;
      background-color: #f2f2f2; }
    .section#work-header:after {
      content: '';
      display: block;
      width: 18px;
      height: 30px;
      background: url("../gfx/arrow-down.png") no-repeat center center;
      background-size: contain;
      position: absolute;
      left: 50%;
      bottom: 60px;
      margin-left: -9px; }
  .section#work-content {
    background-color: #312f2f;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    overflow: visible; }
    .section#work-content h3 {
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.2em;
      margin-bottom: 32px; }
      .section#work-content h3 .date {
        display: block;
        float: right;
        font-size: 12px;
        line-height: 21px;
        color: #9a9a9a; }
      .section#work-content h3:after {
        content: '';
        display: block;
        width: 32px;
        height: 2px;
        background-color: #6eb233;
        margin-top: 4px; }
    .section#work-content ul {
      list-style: none;
      padding: 0px; }
      .section#work-content ul li:before {
        content: '-';
        display: inline;
        margin-right: 4px; }
    .section#work-content:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: transparent;
      border-top-color: #312f2f;
      border-width: 24px;
      margin-left: -24px; }

#content {
  padding-top: 138px; }

#footer {
  background-color: #f9f9f9;
  padding: 72px 0px 36px 0px;
  color: #6a6a6a;
  font-size: 16px;
  font-weight: 600; }
  #footer a {
    display: block;
    color: #6a6a6a;
    transition: color 0.4s; }
    #footer a:hover {
      color: #6eb233; }
  #footer .footer-right {
    text-align: right; }
    #footer .footer-right img {
      width: 240px;
      height: auto; }
  #footer ul {
    list-style: none; }
    #footer ul.social-menu {
      font-size: 26px; }
      #footer ul.social-menu li {
        display: inline-block;
        margin-left: 12px; }
  #footer p.fancy {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 28px; }
    #footer p.fancy small {
      display: inline-block;
      font-size: 90%;
      margin-bottom: 8px; }
    #footer p.fancy a {
      display: inline-block;
      text-decoration: underline; }
  #footer p.smaller {
    padding-top: 80px;
    font-size: 10px;
    font-weight: 400; }

#stage {
  display: none;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center; }
  #stage .btn-close {
    position: absolute;
    right: 32px;
    top: 32px;
    margin: 0px;
    z-index: 1; }
  #stage .stage-image {
    width: 94%;
    height: 94%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }

.home #header {
  transition: background-color 0.4s;
  background-color: transparent; }
  .home #header #menu li a {
    color: #ffffff; }
  .home #header.collapsed {
    background-color: #ffffff; }
    .home #header.collapsed #menu li a {
      color: #000000; }
      .home #header.collapsed #menu li a:hover {
        color: #6eb233; }
.home #content {
  padding-top: 0px; }

@media (min-width: 1360px) {
  #header #logo {
    position: absolute;
    left: 36px; }

  .page-header {
    width: 110%; } }
@media (max-width: 1199px) {
  .swiper-container#secondary-slider .swiper-slide .slide-content h3 {
    font-size: 34px; } }
@media (max-width: 991px) {
  body {
    font-size: 16px; }

  article.work h3 {
    font-size: 16px; }

  #header #menu li {
    margin-right: 24px; }
    #header #menu li.social-holder {
      display: none; }

  .page-header h5 {
    font-size: 24px; }
  .page-header p {
    width: 74%;
    padding: 32px; }

  .swiper-container#main-slider .swiper-slide {
    font-size: 16px; }
    .swiper-container#main-slider .swiper-slide h3 {
      font-size: 32px;
      margin-bottom: 24px; }
  .swiper-container#mottos-slider {
    height: 400px; }
    .swiper-container#mottos-slider .swiper-slide {
      font-size: 20px; }
      .swiper-container#mottos-slider .swiper-slide h3 {
        width: 76%;
        margin-left: 4%;
        font-size: 28px; }
      .swiper-container#mottos-slider .swiper-slide p {
        width: 54%;
        margin-left: 30%; }
  .swiper-container#secondary-slider .swiper-slide .slide-content h3 {
    font-size: 24px;
    margin-bottom: 12px; }

  .project-thumb .project-thumb-content {
    padding: 0px;
    font-size: 14px; }
  .project-thumb h3 {
    font-size: 24px; }

  .section#works-grid {
    grid-template-columns: 33.3333% 33.3333% 33.3333%; }
    .section#works-grid .grid-item:nth-child(6) {
      grid-column-start: 2;
      grid-column-end: 4;
      grid-row-start: 3;
      grid-row-end: 5; }
    .section#works-grid .grid-item:nth-child(8) {
      grid-column-start: 1;
      grid-column-end: 3;
      grid-row-start: 5;
      grid-row-end: 7; } }
@media (max-width: 767px) {
  .section-title {
    font-size: 26px;
    margin-bottom: 24px; }

  .container {
    max-width: 100%; }

  article.work .image-holder .work-icon {
    width: 44px;
    height: 44px;
    font-size: 14px;
    line-height: 40px;
    margin-left: -22px;
    margin-top: -22px; }

  #header {
    padding: 8px 0px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.24); }
    #header #logo {
      margin: 0px;
      float: none;
      width: 44px;
      position: relative;
      z-index: 100; }
    #header #menu-switch {
      display: block; }
    #header #menu {
      display: none;
      position: fixed;
      left: 0px;
      right: 0px;
      top: 0px;
      bottom: 0px;
      background-color: #ffffff;
      padding: 32px;
      padding-top: 100px;
      font-size: 30px; }
      #header #menu li {
        display: block;
        width: 100%;
        margin: 0px; }
        #header #menu li a {
          border: 0px;
          padding: 10px 0px; }
        #header #menu li.social-holder {
          display: block;
          position: absolute;
          left: 0px;
          right: 0px;
          bottom: 12px;
          font-size: 36px;
          padding: 0px 32px; }
          #header #menu li.social-holder:before {
            content: 'Sosyal medyada  bizi takip edin';
            display: block;
            font-size: 14px;
            line-height: 20px;
            font-weight: 700;
            margin-bottom: 8px; }
    #header.collapsed #logo {
      margin: 0px; }

  .award {
    margin-bottom: 24px; }
    .award h3 {
      width: 92%;
      padding: 8px;
      font-size: 14px;
      right: -12px;
      bottom: -12px; }

  .expertise {
    padding: 20px;
    margin-bottom: 24px; }
    .expertise img {
      height: 40px;
      margin-bottom: 12px; }
    .expertise:before {
      left: 4px;
      right: 4px;
      top: 4px;
      bottom: 4px; }

  .project-thumb {
    margin-bottom: 24px; }
    .project-thumb:before {
      display: none; }

  .page-header {
    margin-bottom: 24px;
    margin-left: -15px;
    margin-right: -15px; }
    .page-header h5 {
      font-size: 20px;
      width: 100%;
      left: 0px;
      top: 0px;
      bottom: auto;
      padding: 24px; }
    .page-header p {
      position: static;
      width: 100%;
      min-height: initial;
      padding: 16px;
      font-size: 14px; }

  .box-list li {
    width: calc(25% - 10px); }

  .swiper-container#main-slider .swiper-slide {
    font-size: 12px; }
    .swiper-container#main-slider .swiper-slide h3 {
      font-size: 16px;
      margin-bottom: 16px; }
  .swiper-container#main-slider .swiper-pagination {
    right: 12px;
    bottom: 12px; }
  .swiper-container#secondary-slider .swiper-slide {
    padding-top: 92%; }
    .swiper-container#secondary-slider .swiper-slide .slide-content {
      left: 3%;
      right: 3%;
      top: 10%;
      bottom: 22%; }
      .swiper-container#secondary-slider .swiper-slide .slide-content .content-details {
        right: 40%; }
      .swiper-container#secondary-slider .swiper-slide .slide-content .btn-play {
        width: 60px;
        height: 60px;
        margin-left: -30px;
        margin-top: -30px; }
      .swiper-container#secondary-slider .swiper-slide .slide-content h3 {
        font-size: 14px;
        margin-bottom: 8px; }
      .swiper-container#secondary-slider .swiper-slide .slide-content p {
        font-size: 12px;
        line-height: 1.3;
        margin: 0px; }
      .swiper-container#secondary-slider .swiper-slide .slide-content:after {
        left: 32%; }
  .swiper-container#mottos-slider {
    height: 360px;
    background-attachment: initial;
    background-size: cover; }
    .swiper-container#mottos-slider .swiper-slide {
      font-size: 16px; }
      .swiper-container#mottos-slider .swiper-slide h3 {
        width: 90%;
        font-size: 20px;
        margin-left: 2%; }
      .swiper-container#mottos-slider .swiper-slide p {
        width: 64%;
        margin-left: 26%; }
    .swiper-container#mottos-slider .swiper-pagination {
      right: 4px; }

  .section {
    padding: 20px 0px; }
    .section.more-padding {
      padding: 24px 0px; }
    .section#main-slider-holder {
      height: 464px; }
    .section#works-grid {
      grid-template-columns: 50% 50%; }
      .section#works-grid .grid-item:nth-child(6) {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 5;
        grid-row-end: 7; }
      .section#works-grid .grid-item:nth-child(8) {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 9;
        grid-row-end: 12; }
    .section#join-us {
      padding: 40px 0px;
      font-size: 18px; }
      .section#join-us h1 {
        font-size: 24px; }
    .section#contact {
      height: auto; }

  .acordeon-container .acordeon .acordeon-title {
    padding: 12px;
    font-size: 16px; }
    .acordeon-container .acordeon .acordeon-title:after {
      right: 4px; }
  .acordeon-container .acordeon .acordeon-body {
    padding: 12px 20px; }

  #content {
    padding-top: 60px; }

  .home #header {
    box-shadow: none; }
    .home #header #menu li a {
      color: #000000; }
    .home #header.collapsed {
      box-shadow: 0 6px 6px rgba(0, 0, 0, 0.24); }

  #footer {
    padding: 24px 0px; }
    #footer .footer-right {
      text-align: center; }
    #footer p.smaller {
      padding: 0px;
      font-size: 12px;
      text-align: center;
      margin-bottom: 12px; } }
.addcustomerbtn:hover i {
  font-size: 40px;
  color: #ff7062; }

.aboutcol .single-team {
  width: 50% !important;
  position: relative;
  height: 350px;
  overflow: hidden;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
.aboutcol p {
  display: table;
  float: right;
  width: 90%;
  padding: 30px;
  font-size: 22px; }
.aboutcol .left {
  display: table;
  float: left;
  width: 50%; }
.aboutcol .right {
  display: table;
  float: right;
  width: 50%; }

footer {
  position: relative;
  width: 100%;
  background: #fff;
  border-top: 1px solid #fecc00;
  padding: 0px 0px 5%;
  z-index: 2;
  overflow:hidden; }


footer #footer-logo-container {
  height: auto; }

footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

footer #footer-menus {
  position: relative; }

footer #pagehead h3 {
  font-size: 30px; }

footer #footer-main-menu {
  margin-top: -8px; }
  footer #footer-main-menu h3 {
    font-size: 30px !important; }
  footer #footer-main-menu h4 a {
    font-size: 18px !important; }

footer #footer-main-menu ul li a {
  font-size: 2rem;
  line-height: 116%;
  -webkit-transition: all .1s;
  transition: all 0.1s; }

footer #footer-secondary-menu {
  margin: 40px 0 0; }

footer #footer-secondary-menu ul li a {
  font-size: 1.125rem;
  line-height: 140%;
  -webkit-transition: all .1s;
  transition: all 0.1s; }

@media screen and (min-width: 80em) and (max-width: 89.9375em) {
  footer #footer-main-menu, footer #footer-secondary-menu {
    margin-left: -40px; } }
@media screen and (min-width: 64.0625em) and (max-width: 79.9375em) {
  footer #footer-main-menu, footer #footer-secondary-menu {
    margin-left: -60px; } }
@media screen and (max-width: 64em) {
  footer {
    text-align: center; }

  footer #footer-logo-container {
    margin-bottom: 40px; }

  footer #footer-logo-container svg {
    width: 50%; }

  footer #footer-main-menu, footer #footer-secondary-menu {
    display: none; } }
footer span.block {
  display: block;
  margin: -5px 0 20px 8px; }

footer span.block.footer-social-share {
  margin: 44px 0;
  text-align: center; }

@media screen and (max-width: 64em) {
  footer span.block.footer-social-share {
    margin: 20px 0; }

  footer span.block.footer-social-share ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }

  footer span.block.footer-social-share ul li {
    display: inline; } }
footer a, footer p {
  font-size: .875rem;
  font-family: "Averta Regular", Open Sans, Open Sans Hebrew, Helvetica Neue, sans-serif;
  font-weight: 400;
  color: #1a1a1a;
  -webkit-transition: all .1s;
  transition: all 0.1s; }

footer a.small, footer h3 {
  font-family: "Averta Semibold", Open Sans Semibold, Open Sans Hebrew Semibold, Helvetica Neue, sans-serif; }

footer h3 {
  font-weight: 400;
  color: #000;
  font-size: 0.9375rem; }

footer a.share-btn {
  float: left;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 18px 0 0; }

@media screen and (min-width: 64.0625em) and (max-width: 79.9375em) {
  footer a.share-btn {
    height: 20px;
    width: 20px;
    margin: 0 16px 0 0; } }
footer a.small {
  font-size: 0.75rem; }

footer a.email, footer a.phone, footer p.address {
  font-family: "Averta Bold", Open Sans Bold, Open Sans Hebrew Semibold, Helvetica Neue, sans-serif; }

footer a.phone {
  display: block;
  text-decoration: none;
  margin: 20px 0; }

footer a.email {
  display: block;
  margin: 0 0 20px; }

footer #legal a, footer #legal span {
  font-family: "Averta Regular", Open Sans, Open Sans Hebrew, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 400; }

footer #legal {
  margin-top: 50px; }

footer #legal a {
  margin-right: 10px; }

#disruption .work-item .work-copy h3, #disruption .work-item .work-copy h4.client, #landing-container div#main-video-playlist ol li.vjs-playlist-item span, #main-container .work-item .work-copy h3, #main-container .work-item .work-copy h4.client, #main-container h1, #main-container h2, #main-container h4, footer #footer-language-toggle ul li, footer #footer-language-toggle ul li a, footer #footer-language-toggle ul li a:visited {
  font-family: "Averta Bold", Open Sans Bold, Open Sans Hebrew Semibold, Helvetica Neue, sans-serif; }

@media screen and (max-width: 47.9375em) {
  footer #legal span {
    margin-bottom: 10px;
    display: inline-block; }

  footer #legal a {
    margin: 5px 10px 5px 0;
    display: inline-block; } }
footer #footer-language-toggle {
  position: absolute;
  right: 2.7vw;
  top: 0;
  color: #1a1a1a; }

footer #footer-language-toggle ul {
  padding: 0;
  list-style-type: none;
  margin: 0; }

footer #footer-language-toggle ul li {
  width: auto;
  float: left;
  font-size: 0.875rem; }

@media screen and (max-width: 64em) {
  footer #footer-language-toggle {
    display: none; }

  footer #footer-language-toggle ul li {
    font-size: 0.75rem; } }
footer #footer-language-toggle ul li.current {
  border-bottom: 3px solid;
  border-color: inherit; }

footer #footer-language-toggle ul li.divider {
  font-size: 12px;
  position: relative;
  top: 1px;
  margin: 0 2px; }

footer #footer-language-toggle ul li a, footer #footer-language-toggle ul li a:visited {
  cursor: pointer;
  font-size: .875rem;
  color: inherit;
  text-decoration: none; }

#footer-logo-container {
  margin-top: -10px; }

footer .small {
  margin-top: 45px; }

#footer-logo img {
  width: 150px; }
  @media (max-width: 992px) {
    #footer-logo img {
      display: table;
      margin: auto; } }

.home #pagehead {
  padding: 60px 0px 60px !important; }
  @media (max-width: 992px) {
    .home #pagehead {
      padding: 0px !important; } }

.bx-wrapper .bx-pager {
  display: none; }

#works-grid {
  padding: 0px; }

#footerbottommenu ul {
  display: table;
  margin: auto; }
#footerbottommenu li {
  float: left;
  margin-right: 15px; }
#footerbottommenu .item {
  margin-top: 60px; }

#contactsection {
  width: 100%;
  padding: 30px 60px;
  border: 3px solid #585858;
  color: black;
  display: table;
  margin: 120px 0px 100px;
  position: relative;
  z-index: 99999;
  transition: all .3s ease-in-out; }
  #contactsection:hover {
    transform: scale(1.05);
    box-shadow: 14px 17px 71px -15px rgba(0, 0, 0, 0.41); }
  #contactsection p {
    float: left;
    margin-top: 7px;
    font-weight: 400;
    font-size: 19px !important;
    line-height: 33px; }
    @media (max-width: 992px) {
      #contactsection p {
        float: none; } }
  #contactsection span {
    float: right;
    padding: 10px 60px 10px 30px;
    font-weight: 700;
    letter-spacing: 1px;
    display: table;
    position: relative;
    color: white;
    letter-spacing: 0.5px;
    -webkit-box-shadow: 14px 17px 71px -15px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 14px 17px 71px -15px rgba(0, 0, 0, 0.41);
    box-shadow: 14px 17px 71px -15px rgba(0, 0, 0, 0.41);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d05cda+0,5763df+100 */
    background: #d05cda;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #d05cda 0%, #5763df 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #d05cda 0%, #5763df 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #d05cda 0%, #5763df 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d05cda', endColorstr='#5763df', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */ }
    #contactsection span img {
      position: absolute;
      width: 70px;
      right: -30px;
      bottom: -30px; }
    @media (max-width: 992px) {
      #contactsection span {
        float: none;
        margin: 30px auto; } }

footer svg {
  position: absolute;
  top: 0px; }
footer #main-menu ul {
  margin-top: 20px; }
  footer #main-menu ul li a {
    font-size: 18px !important;
    font-weight: 300;
    text-decoration: none; }
footer h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0px; }
footer p {
  font-weight: 300;
  font-size: 18px !important;
  margin: 0px; }
footer a {
  font-weight: 300;
  font-size: 18px !important;
  margin: 0px;
  text-decoration: underline; }

.section {
  padding-bottom: 0px !important; }

.logo-list {
  margin-bottom: 30px;
  width: 100%;
  margin-top: 0px !important;
  border: 1px solid #ddd;
  border-right: none;
  border-bottom: none; }
  .logo-list li {
    text-align: center; }
    .logo-list li img {
      width: auto !important;
      margin: auto; }

.logo-list:after {
  content: "";
  display: table;
  clear: both; }

@media (min-width: 1100px) {
  .logo-list {
    margin-top: 120px; } }
.logo-list ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.logo-list ul li {
  display: table;
  width: 50%;
  height: 160px;
  float: left;
  background: #fff;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center; }

@media (min-width: 768px) {
  .logo-list ul li {
    width: 33%; } }
@media (min-width: 1024px) {
  .logo-list ul li {
    width: 25%; } }
@media (min-width: 1100px) {
  .logo-list ul li:hover .logo-wrapper {
    background-color: #fff; }

  .logo-list ul li:hover .logo-wrapper img {
    filter: grayscale(0);
    opacity: 1; } }
.logo-list ul li.js-selected {
  background: #fff; }

.logo-list ul li .logo-wrapper {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  transition: all 0.6s ease; }

.logo-list ul li .logo-wrapper img {
  max-width: 80%; }

@media (min-width: 1100px) {
  .logo-list ul li .logo-wrapper img {
    max-width: auto;
    filter: grayscale(100%);
    opacity: .5;
    transition: all 0.2s ease; } }
#category_page {
  background-color: #f7f7f7;
  padding: 0px; }
  #category_page ul {
    padding: 0px !important;
    margin: 0px !important; }

#pagehead {
  padding: 200px 0px 120px; }
  @media (max-width: 992px) {
    #pagehead {
      padding: 90px 0px 0px !important; } }
  #pagehead p {
    font-size: 18px; }
  #pagehead h3 {
    font-size: 38px;
    font-weight: 900;
    margin-top: 0px; }
    #pagehead h3 span {
      color: #f7be07; }
  #pagehead h1 {
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 50px;
    position: relative; }
    #pagehead h1:after {
      content: ' ';
      display: table;
      width: 1px;
      height: 150px;
      background: #000;
      position: absolute;
      right: 30px;
      top: -40px; }
      @media (max-width: 768px) {
        #pagehead h1:after {
          display: none !important; } }
    @media (max-width: 992px) {
      #pagehead h1 {
        font-size: 40px; } }

.page-template-about-us .team-row .single-team {
  width: 25%;
  position: relative;
  height: 350px;
  overflow: hidden;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

@media (max-width: 769px) {
  .page-template-about-us .team-row .single-team {
    width: 100%; } }
.page-template-about-us .team-row .single-team .single-team-container {
  width: 100%;
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all .2s ease-in-out;
  transition: all 0.2s ease-in-out; }

@media (max-width: 769px) {
  .page-template-about-us .team-row .single-team img {
    width: 100%; } }
.page-template-about-us .team-row .single-team.team-member:hover {
  background-color: #fecb00; }

.page-template-about-us .team-row .single-team.team-member:hover .single-team-container {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.page-template-about-us .team-row .single-team.team-member:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.page-template-about-us .team-row .single-team.team-member:hover .member-overlay {
  opacity: 1;
  z-index: 1;
  top: 0; }

.single-team .about {
  position: relative;
  z-index: 9999; }
  .single-team .about img {
    top: 0px;
    position: absolute; }

.page-template-about-us .team-row .single-team .member-overlay {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(254, 203, 0, 0.9);
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.member-overlay {
  top: 0px !important;
  position: absolute !important; }
  .member-overlay img {
    top: 0px !important;
    position: absolute !important; }
  .member-overlay .info {
    padding: 0px 5px;
    display: table;
    width: 240px;
    color: #fff;
    text-align: right;
    font-style: italic;
    font-weight: bold;
    right: 22px;
    position: relative;
    letter-spacing: 0.5px; }
  .member-overlay .persdesc {
    background: #ffc601;
    padding: 5px;
    display: table;
    text-align: right;
    width: 230px;
    position: relative; }
  .member-overlay .title {
    margin-top: -8px;
    font-size: 17px !important; }
  .member-overlay .name {
    font-size: 20px !important; }

.fikirbuzz h3 {
  font-size: 50px !important;
  text-align: right !important;
  margin-right: 50px !important;
  margin-top: 160px !important; }
.fikirbuzz img {
  position: absolute !important;
  width: 260px !important;
  opacity: 0.1 !important;
  top: 15px !important;
  left: 15px !important; }

.page-template-about-us .team-row .single-team .member-overlay .about {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  text-align: left;
  padding: 0 15px 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.page-template-about-us .team-row .single-team .member-overlay .about .info {
  color: #fff; }

.page-template-about-us .team-row .single-team .member-overlay .about .info.name {
  font-size: 25px;
  font-family: Archer;
  line-height: 30px; }

.page-template-about-us .team-row .single-team .member-overlay .about .info.title {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  font-size: 13px; }

.page-template-about-us .team-row .single-team .member-overlay .social-accounts {
  padding-top: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.page-template-about-us .team-row .single-team .member-overlay .social-accounts a {
  width: 50px;
  height: 50px;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin: 0 10px; }

.page-template-about-us .team-row .single-team .member-overlay .social-accounts a:hover {
  text-decoration: none; }

.page-template-about-us .team-row .single-team .member-overlay .social-accounts a.instagram {
  background-image: url(//happypeople.com.tr/wp-content/themes/happypeopleproject/css/../img/social_instagram.png); }

.page-template-about-us .team-row .single-team .member-overlay .social-accounts a.facebook {
  background-image: url(//happypeople.com.tr/wp-content/themes/happypeopleproject/css/../img/social_facebook.png); }

.page-template-about-us .team-row .single-team .member-overlay .social-accounts a.twitter {
  background-image: url(//happypeople.com.tr/wp-content/themes/happypeopleproject/css/../img/social_twitter.png); }

.page-template-about-us .team-row .single-team .member-overlay .social-accounts a.linkedin {
  background-image: url(//happypeople.com.tr/wp-content/themes/happypeopleproject/css/../img/social_linkedin.png); }

.page-template-services-page .navbar-default {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ea1976+0,5c5297+100 */ }
.page-template-services-page .window .header .burger-container #burger .bar {
  background: #000; }
.page-template-services-page .logo img {
  width: 43px; }
.page-template-services-page .header.menu-opened .burger-container #burger .bar.topBar, .page-template-services-page .header.menu-opened .burger-container #burger .bar.btmBar {
  background: #5c5297 !important; }
.page-template-services-page #footersocial .mail-hover:hover {
  color: #5c5297; }
.page-template-services-page #pagehead h3 span {
  color: #5c5297; }
.page-template-services-page .header ul.menu li.menu-item a:hover {
  color: #5c5297; }

.sticky {
  box-shadow: 0px 0px 0px #969696 !important; }

.tparrows:before {
  color: #000;
  font-size: 30px !important; }

.page-template-porfolio .logo img {
  width: 43px; }
.page-template-porfolio .header.menu-opened .burger-container #burger .bar.topBar, .page-template-porfolio .header.menu-opened .burger-container #burger .bar.btmBar {
  background: #ea1976; }
.page-template-porfolio .header ul.menu li.menu-item a:hover {
  color: #e22077; }
.page-template-porfolio #footersocial .mail-hover:hover {
  color: #e22077; }
.page-template-porfolio #pagehead h3 span {
  color: #ea1976; }

.page-template-marka .logo img {
  width: 43px; }
.page-template-marka #pagehead h3 span {
  color: #ff7062; }
.page-template-marka .header.menu-opened .burger-container #burger .bar.topBar, .page-template-marka .header.menu-opened .burger-container #burger .bar.btmBar {
  background: #ff7062; }
.page-template-marka .header ul.menu li.menu-item a:hover {
  color: #ff7062; }
.page-template-marka #footersocial .mail-hover:hover {
  color: #ff7062; }

#listservices {
  display: table;
  width: 100%;
  margin: 0px 0px; }
  #listservices .item {
    padding: 15px;
    background: white;
    text-align: center;
    font-size: 40px;
    color: #585858;
    border: 2px solid rgba(88, 88, 88, 0.15);
    min-height: 200px;
    margin-bottom: 30px; }

.header {
  position: fixed;
  z-index: 9999;
  right: 0px;
  width: 100%;
  transition: all 0.3s ease-in, background 0.5s ease-out;
  transition-delay: 0.25s;
  height: 0px; }
  .header .logo {
    float: left;
    margin-bottom: 0px; }
  .header .burger-container {
    display: inline-block;
    float: right;
    height: 50px;
    width: 50px;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    user-select: none;
    z-index: 9999999;
    position: relative;
    -webkit-tap-highlight-color: transparent; }
    @media (max-width: 992px) {
      .header .burger-container {
        right: 10px;
        position: absolute; } }
    .header .burger-container #burger {
      width: 30px;
      height: 8px;
      position: relative;
      display: block;
      margin: -4px auto 0;
      top: 50%; }
      .header .burger-container #burger .bar {
        width: 100%;
        height: 3px;
        display: block;
        position: relative;
        background: #1d1d1d;
        transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition-delay: 0s; }
        .header .burger-container #burger .bar.topBar {
          transform: translateY(0px) rotate(0deg);
          width: 20px; }
        .header .burger-container #burger .bar.btmBar {
          transform: translateY(6px) rotate(0deg); }
        .header .burger-container #burger .bar.btmBt {
          top: -15px; }
  .header ul.menu {
    position: relative;
    display: block;
    padding: 30px;
    list-style: none;
    margin-top: 40px;
    margin-right: 22px; }
    .header ul.menu li.menu-item {
      border-bottom: 0px solid #333;
      margin-top: 5px;
      padding: 0px;
      text-align: right;
      transform: scale(1.15) translateY(-30px);
      opacity: 0;
      transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99); }
      .header ul.menu li.menu-item:nth-child(1) {
        transition-delay: 0.49s; }
      .header ul.menu li.menu-item:nth-child(2) {
        transition-delay: 0.42s; }
      .header ul.menu li.menu-item:nth-child(3) {
        transition-delay: 0.35s; }
      .header ul.menu li.menu-item:nth-child(4) {
        transition-delay: 0.28s; }
      .header ul.menu li.menu-item:nth-child(5) {
        transition-delay: 0.21s; }
      .header ul.menu li.menu-item:nth-child(6) {
        transition-delay: 0.14s; }
      .header ul.menu li.menu-item:nth-child(7) {
        transition-delay: 0.07s; }
      .header ul.menu li.menu-item a {
        display: block;
        position: relative;
        color: #292929;
        font-family: "Ek Mukta", sans-serif;
        text-decoration: none;
        font-size: 25px;
        line-height: 1.5;
        font-weight: 600;
        width: 100%; }
        .header ul.menu li.menu-item a:hover {
          color: #ffd400; }
  @media (max-width: 992px) {
    .header .menu {
      margin-top: 110px;
      padding: 0px;
      text-align: center; } }
  .header.menu-opened {
    height: 100%;
    transition: all 0.3s ease-in, background 0.5s ease-in;
    transition-delay: 0.25s;
    z-index: 99999999999999; }
    .header.menu-opened .navbar-fixed-top {
      position: static; }
    .header.menu-opened .burger-container {
      transform: rotate(90deg);
      right: 0px; }
      .header.menu-opened .burger-container #burger .bar {
        transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition-delay: 0.2s; }
        .header.menu-opened .burger-container #burger .bar.topBar {
          transform: translateY(6px) rotate(45deg);
          width: 100%;
          background: #ffd400; }
        .header.menu-opened .burger-container #burger .bar.btmBar {
          transform: translateY(3px) rotate(-45deg);
          background: #ffd400; }
        .header.menu-opened .burger-container #burger .bar.btmBt {
          display: none; }
    .header.menu-opened ul.menu li.menu-item {
      transform: scale(1) translateY(0px);
      opacity: 1; }
      .header.menu-opened ul.menu li.menu-item:nth-child(1) {
        transition-delay: 0.27s; }
      .header.menu-opened ul.menu li.menu-item:nth-child(2) {
        transition-delay: 0.34s; }
      .header.menu-opened ul.menu li.menu-item:nth-child(3) {
        transition-delay: 0.41s; }
      .header.menu-opened ul.menu li.menu-item:nth-child(4) {
        transition-delay: 0.48s; }
      .header.menu-opened ul.menu li.menu-item:nth-child(5) {
        transition-delay: 0.55s; }
      .header.menu-opened ul.menu li.menu-item:nth-child(6) {
        transition-delay: 0.62s; }
      .header.menu-opened ul.menu li.menu-item:nth-child(7) {
        transition-delay: 0.69s; }
    .header.menu-opened .icon.icon-bag {
      transform: translateX(75px);
      transition-delay: 0.3s; }

/* ==========================================================================
   Footer
   ========================================================================== */
footer .logo {
  position: static !important; }

.footerlogo {
  width: 130px;
  display: table;
  margin: auto;
  margin-bottom: 60px;
  filter: brightness(0) invert(1); }

.site-footer {
  direction: ltr;
  padding: 60px 0px 45px;
  background: #121e2c;
  color: white; }
  .site-footer .footerlogo {
    width: 120px;
    display: table;
    margin: auto; }

.footerboxone:after {
  content: ' ';
  width: 100%;
  height: 1px;
  background: #fff;
  margin: 30px 0px 15px; }

.copyright {
  color: #999999;
  margin-top: 0px; }

.footer-brand-text {
  margin-top: 30px; }
  .footer-brand-text p {
    font-size: 35px;
    margin-bottom: 30px; }
  .footer-brand-text span {
    background: url(../images/ico/whatsapp.png) #e7e7e7 no-repeat;
    color: #525252;
    background-size: contain;
    border-radius: 10px;
    font-size: 16px;
    padding: 10px 15px 10px 46px;
    font-weight: bold; }

.widget {
  color: darkgray; }
  @media (max-width: 768px) {
    .widget {
      width: 100%;
      margin-top: 15px !important;
      padding-left: 20px;
      text-align: center; } }
  .widget span {
    font-size: 16px;
    font-weight: bold;
    color: #17a324;
    letter-spacing: 0.5px; }
    .widget span:after {
      content: ' ';
      background: white;
      display: table;
      margin: 10px 0px 10px;
      width: 75px;
      height: 1px; }
      @media (max-width: 992px) {
        .widget span:after {
          margin: 15px auto; } }
  .widget ul {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    .widget ul li a {
      color: #9c9c9c;
      font-size: 15px;
      margin-bottom: 10px;
      display: table; }

.about {
  background: url(../images/footer-box-bg.png) no-repeat;
  padding: 10px;
  border-radius: 10px;
  display: table;
  width: 100%;
  margin-bottom: 20px; }
  .about a {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 700; }
    .about a:after {
      content: ' ';
      width: 60px;
      height: 3px;
      display: table;
      margin: 15px auto;
      border-radius: 10px;
      background: #31a8d1; }
  .about p {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #fff; }

.footercontactbox {
  font-family: 'Open Sans', sans-serif;
  font-size: 27px;
  color: #ff;
  display: table;
  float: left;
  width: 45%; }
  @media (max-width: 768px) {
    .footercontactbox {
      width: 100%; }
      .footercontactbox:before {
        width: 100% !important;
        height: 2px !important;
        top: 30px;
        left: 0px;
        padding-top: 0px; } }
  .footercontactbox a {
    color: #fff;
    font-weight: 700;
    font-size: 22px; }
  .footercontactbox span {
    content: "\e818";
    font-size: 50px;
    display: table;
    margin: auto; }

#footercontact {
  padding: 30px 41px;
  display: table;
  width: 100%;
  background: #19a722;
  background: -moz-linear-gradient(left, #19a722 0%, #008531 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #19a722), color-stop(100%, #008531));
  background: -webkit-linear-gradient(left, #19a722 0%, #008531 100%);
  background: -o-linear-gradient(left, #19a722 0%, #008531 100%);
  background: -ms-linear-gradient(left, #19a722 0%, #008531 100%);
  background: linear-gradient(to right, #19a722 0%, #008531 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19a722', endColorstr='#008531', GradientType=1);
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 4px 0px #00a23b;
  -moz-box-shadow: 0px 2px 4px 0px #00a23b;
  box-shadow: 0px 2px 4px 0px #00a23b; }
  #footercontact .div {
    float: left; }
  #footercontact .telephone {
    position: relative;
    float: right; }
    @media (max-width: 768px) {
      #footercontact .telephone {
        margin-top: 30px;
        padding-top: 15px; } }
    #footercontact .telephone:before {
      content: ' ';
      display: table;
      width: 2px;
      position: absolute;
      height: 90px;
      left: -10px;
      top: -10px;
      background: #cbcbcb38; }
      @media (max-width: 1200px) {
        #footercontact .telephone:before {
          left: 0px; } }
  #footercontact img {
    width: auto;
    height: 30px;
    display: table;
    margin: auto; }

#socialacoont {
  display: table;
  margin: auto; }
  #socialacoont li {
    list-style: none;
    margin: 20px 10px;
    display: table;
    float: left; }
    #socialacoont li img {
      height: 15px; }

#fixedbottomtab {
  z-index: 9999999;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.85) !important;
  visibility: hidden;
  opacity: 0;
  padding: 10px 0 !important;
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1);
  transition: opacity 0.5s linear; }
  @media (max-width: 992px) {
    #fixedbottomtab {
      display: none; } }
  #fixedbottomtab .social {
    float: left;
    padding: 2px;
    margin-left: 30px; }
    #fixedbottomtab .social a {
      font-size: 30px;
      margin-right: 10px; }
  #fixedbottomtab .link {
    float: left;
    padding: 0 50px;
    height: 50px;
    border: 1px solid #697888;
    font: 400 15px/50px 'poppins', 'cairo', sans-serif;
    border-radius: 3px;
    color: #333;
    margin: 0 5px;
    outline: none; }
    #fixedbottomtab .link i {
      display: inline-block;
      height: 30px;
      width: 30px;
      border-radius: 100px;
      border: 2px solid #fff;
      line-height: 30px;
      text-align: center;
      font-size: 18px;
      margin-right: 10px;
      position: relative;
      top: 2px; }
  #fixedbottomtab .ara {
    width: auto;
    background: #f9a68c;
    color: #fff;
    border-color: #f9a68b; }
  #fixedbottomtab .soru {
    width: auto;
    background: #6a7889;
    color: #ffffff; }
  #fixedbottomtab .whatsapp {
    float: right;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
    transition: 250ms; }
    #fixedbottomtab .whatsapp a {
      float: left;
      width: auto;
      font-family: 'Ubuntu'; }
    #fixedbottomtab .whatsapp .text {
      float: left;
      padding: 0 20px;
      font: 400 14px 'Ubuntu', 'cairo', sans-serif;
      color: #fff;
      background: #26d366;
      border-radius: 3px;
      margin: 5px 10px 0 0;
      position: relative;
      height: 50px;
      line-height: 50px;
      transition: 200ms; }
    #fixedbottomtab .whatsapp .fa-whatsapp {
      float: left;
      font-size: 36px;
      color: #fff;
      background: #26d366;
      width: 50px;
      height: 50px;
      text-align: center;
      border-radius: 100%;
      line-height: 50px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
      transition: 200ms;
      margin-top: 5px; }
  #fixedbottomtab h5, #fixedbottomtab button {
    float: left; }
  #fixedbottomtab h5 {
    float: left;
    font: 400 18px/50px 'Ubuntu', 'cairo', sans-serif;
    color: #697888;
    margin: 0 40px 0 0;
    border-right: 1px solid #ddd;
    padding-right: 30px; }

.fixedactive {
  visibility: visible !important;
  opacity: 1 !important; }

#footersocial {
  display: table;
  margin: 30px 0px; }
  #footersocial a {
    color: #000; }
  #footersocial .whatsapp-btn:hover {
    color: green; }
  #footersocial .vimeo-btn:hover {
    color: #1ab7ea; }
  #footersocial .behance-btn:hover {
    color: #000; }
  #footersocial .facebook-btn:hover {
    color: #4767aa; }
  #footersocial .linkedin-btn:hover {
    color: #0273b3; }
  #footersocial .twitter-btn:hover {
    color: #1ea1f2; }
  #footersocial .youtube-btn:hover {
    color: red; }
  #footersocial .mail-hover:hover {
    color: #ffd400; }
  @media (max-width: 992px) {
    #footersocial {
      margin: auto; } }
  #footersocial h3 {
    margin-bottom: 15px; }
  #footersocial a {
    margin: 15px 7.5px 0px 7.5px;
    text-decoration: none; }
    #footersocial a i {
      font-size: 20px; }

.popup-gmaps i {
  margin-right: 5px; }
.popup-gmaps:hover i {
  color: red !important; }

#contactpage {
  padding: 0px 0px; }
  #contactpage a, #contactpage p {
    color: #000; }
  #contactpage .contact {
    max-width: 300px;
    display: table;
    font-size: 18px;
    padding: 7.5px; }
  #contactpage h3 {
    font-size: 70px ;
    line-height: 80px;
    margin-top: 30px; }
  #contactpage html {
    font-size: 16px;
    background: #f9f9f9; }
  #contactpage body {
    font-family: 'Roboto', Arial, Verdana, sans-serif;
    background: transparent; }
  #contactpage .wrapper {
    margin-top: 2rem; }
  #contactpage form {
    padding: 2rem;
    background: #fff;
    border-radius: 1px;
    transition: all 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99); }
  #contactpage h1 {
    margin-top: 0;
    margin-bottom: .85rem;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.618; }
  @media (min-width: 768px) {
    #contactpage .row {
      margin-bottom: 1.85rem; } }
  @media (max-width: 768px) {
    #contactpage .row fieldset:first-of-type {
      margin-bottom: 1.85rem; } }
  #contactpage fieldset,
  #contactpage input[type="email"],
  #contactpage input[type="text"],
  #contactpage textarea {
    width: 100%; }
  #contactpage fieldset {
    position: relative; }
  #contactpage fieldset + fieldset {
    margin-top: 1.85rem; }
  #contactpage label {
    font-weight: 300;
    color: #000; }
  #contactpage .label-container label {
    position: absolute;
    top: 9px;
    left: 6px;
    z-index: 0;
    font-size: 16px;
    transition: all 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99); }
  #contactpage .label-container input:focus + label,
  #contactpage .label-container textarea:focus + label {
    top: -12px;
    font-size: 1.75rem;
    color: #f7be07; }
  #contactpage input, #contactpage textarea {
    margin-bottom: 30px;
    font-size: 20px; }
  #contactpage input[type="email"],
  #contactpage input[type="text"],
  #contactpage textarea {
    position: relative;
    z-index: 1;
    padding: 1rem;
    background: transparent;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #000;
    border-left: 0;
    transition: border-bottom 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99); }
    #contactpage input[type="email"]:focus,
    #contactpage input[type="text"]:focus,
    #contactpage textarea:focus {
      border-bottom: 1px solid #f7be07;
      outline: 0; }
  #contactpage .container-check label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px; }
    #contactpage .container-check label:before, #contactpage .container-check label:after {
      position: absolute;
      border-radius: 1px;
      transition: all 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99); }
    #contactpage .container-check label:after {
      content: '';
      top: 5px;
      left: 0;
      height: 16px;
      width: 16px;
      background-color: transparent;
      border: 1px solid #000;
      z-index: 0; }
  #contactpage .container-check svg {
    position: absolute;
    top: 3px;
    left: 1px;
    max-width: 16px;
    fill: #f7be07;
    transform: scale(0);
    transition: all 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99); }
  #contactpage .container-check [type=checkbox]:checked ~ label:after {
    border-color: #f7be07; }
  #contactpage .container-check [type=checkbox]:checked + svg {
    transform: scale(1); }
  #contactpage [type=checkbox] {
    position: absolute;
    left: -9999px; }
  #contactpage textarea {
    resize: vertical; }
  #contactpage [type=submit] {
    display: inline-block;
    padding: 1.75rem 2.75rem;
    font-size: 1.25rem;
    text-transform: uppercase;
    color: #fff;
    background: #f7be07;
    border: 0px;
    border-radius: 0PX;
    transition: all 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
    transition: all 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99); }
    #contactpage [type=submit]:focus, #contactpage [type=submit]:hover {
      box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
    #contactpage [type=submit]:focus {
      outline: 0; }

.center-width {
  display: table;
  margin: auto;
  width: 60%; }
  @media (max-width: 1200px) {
    .center-width {
      width: 75%; } }
  @media (max-width: 992px) {
    .center-width {
      width: 95%; } }
  @media (max-width: 992px) {
    .center-width {
      width: 100%; } }

#post-article {
  padding-bottom: 30px;
  font: 16px/1.4 'Lato', 'Open Sans', Helvetica, Arial, sans-serif !important;
  font-weight: 100;
  color: #525252; }
  #post-article iframe {
    max-width: 100%; }
  #post-article .post-thumb {
    width: 100%; }
  #post-article .share {
    width: 50%;
    display: table;
    margin: auto; }
  #post-article .size-full {
    width: 100%; }
  #post-article p {
    margin: 15px auto; }
    #post-article p img {
      display: table;
      width: 80%;
      margin: 30px auto;
      height: auto; }
  #post-article img {
    max-width: 100%;
    height: auto; }
  #post-article .post-title {
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    margin-top: 30px; }
    #post-article .post-title:after {
      content: ' ';
      display: table;
      width: 80.9px;
      height: 2.5px;
      background-color: #f7be07;
      margin: 15px auto; }
  #post-article .post-date {
    font-size: 18.4px;
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #a4a4a4;
    display: table;
    margin: 10px auto; }
  #post-article .post-thumb {
    margin-top: 30px; }

.navbar {
  padding: 15px 45px !important;
  width: 100%;
  display: table;
  margin: auto !important;
  max-width: 100%; }
  @media (max-width: 992px) {
    .navbar {
      width: 100%;
      padding: 15px !important; } }

:root {
  --heart-angle: 45deg;
  --heart-fill: #c03;
  --heart-size: 4px;
  /* scale() causes blurry artifacts */
  --beat-contracted: translate(-50%, -50%) rotate(calc(var(--heart-angle)));
  --beat-less-expanded: translate(-50%, -50%) scale(1.1) rotate(calc(var(--heart-angle)));
  --beat-more-expanded: translate(-50%, -50%) scale(1.15) rotate(calc(var(--heart-angle)));
  --beat-resting-duration: 1s;
  /* 60bpm */
  --beat-excited-duration: .66s;
  /* 90bpm */
  --beat-omfg-duration: .27s;
  /* 220bpm */ }

@keyframes heart-beat {
  10% {
    transform: var(--beat-contracted); }
  40% {
    transform: var(--beat-more-expanded); }
  50% {
    transform: var(--beat-contracted); }
  60% {
    transform: var(--beat-less-expanded); }
  90% {
    transform: var(--beat-contracted); } }
.proximity,
.heart .-layer::before,
.heart .-layer::after,
.heart .-layer,
.heart {
  height: var(--heart-size);
  position: absolute;
  width: var(--heart-size); }

.proximity,
.heart {
  position: absolute;
  left: 53px;
  bottom: -1px; }

.heart {
  animation: heart-beat var(--beat-resting-duration) ease-in-out infinite both;
  transform: var(--beat-contracted);
  /* will-change: transform; */ }

.heart .-layer::before,
.heart .-layer::after {
  border-radius: calc(var(--heart-size) / 2);
  content: '';
  display: block; }

.heart .-layer::before {
  top: -50%; }

.heart .-layer::after {
  left: -50%; }

.heart .shape.-layer::before,
.heart .shape.-layer::after,
.heart .shape.-layer {
  background: var(--heart-fill); }

.heart .glow::before,
.heart .glow::after {
  box-shadow: 0 0 var(--glow-size) var(--glow-size-fix) var(--glow-fill); }

.heart .glow.--excited {
  --glow-fill: rgba(204, 0, 51, .7);
  --glow-size: calc(var(--heart-size) * 1.6);
  opacity: 0; }

.proximity {
  padding: calc(var(--heart-size) * .7);
  transform: translate(-50%, -50%); }

.heart:hover {
  animation-duration: var(--beat-excited-duration);
  cursor: pointer; }

.proximity:hover + .heart .glow,
.heart:hover .glow {
  opacity: 0; }

.proximity:hover + .heart .glow.--excited,
.heart:hover .glow.--excited {
  opacity: 1; }

.heart:active {
  --heart-fill: #ffccd9;
  animation-duration: var(--beat-omfg-duration);
  cursor: wait;
  transition: none;
  /* not perfect */ }

.home .head h1 {
  margin-top: 80px; }

footer {
  padding: 90px 0px; }
  footer .heart {
    left: 94px;
    bottom: 0px; }
  footer svg {
    width: 100%;
    height: 500px;
    fill: rgba(255, 204, 0, 0.05); }

.page-template-porfolio .team-row .single-team {
  width: 25%;
  position: relative;
  height: 350px;
  overflow: hidden;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

@media (max-width: 769px) {
  .page-template-about-us .team-row .single-team {
    width: 100%; } }
.page-template-porfolio .team-row .single-team .single-team-container {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all .2s ease-in-out;
  transition: all 0.2s ease-in-out; }

@media (max-width: 769px) {
  .page-template-porfolio .team-row .single-team img {
    width: 100%; } }
.page-template-porfolio .team-row .single-team.team-member:hover {
  background-color: #fecb00; }

.page-template-porfolio .team-row .single-team.team-member:hover .single-team-container {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.page-template-porfolio .team-row .single-team.team-member:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.page-template-porfolio .team-row .single-team.team-member:hover .member-overlay {
  opacity: 1;
  z-index: 1;
  top: 0; }

.page-template-porfolio .team-row .single-team .member-overlay {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(254, 203, 0, 0.9);
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: all .2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.page-template-porfolio .team-row .single-team .member-overlay .about {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  text-align: left;
  padding: 0 15px 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.page-template-porfolio .team-row .single-team .member-overlay .about .info {
  color: #fff;
  text-align: right; }

.page-template-porfolio .team-row .single-team .member-overlay .about .info.name {
  font-size: 25px;
  font-family: Archer;
  line-height: 30px; }

.page-template-porfolio .team-row .single-team .member-overlay .about .info.title {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  font-size: 13px; }

.page-template-porfolio .team-row .single-team .member-overlay .social-accounts {
  padding-top: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.page-template-porfolio .team-row .single-team .member-overlay .social-accounts a {
  width: 50px;
  height: 50px;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin: 0 10px; }

#footer-logo-container .contactus {
  margin-top: 15px; }
#footer-logo-container a {
  margin: 0px 0 !important; }

footer h3 {
  font-size: 30px !important;line-height:35px !important; }
footer .ft-kariyer {
  margin-top: 20px; }
footer #main-menu ul li {
  margin-bottom: 10px; }

.btn-yellow {
  margin-top: 30px;
  background: #f7be07;
  border: none !important;
  color: white !important; }

#footer-main-menu a {
  font-family: 'Roboto', sans-serif !important; }
  #footer-main-menu a:hover {
    font-weight: bold; }
    #footer-main-menu a:hover span {
      font-weight: bold; }

.menu-ana-menu-container {
  width: 330px;
  right: 0px;
  height: 100%;
  position: fixed;
  top: 0px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms; }
  @media (max-width: 992px) {
    .menu-ana-menu-container {
      left: 0px; } }
  .menu-ana-menu-container ul {
    margin-top: 0px; }

.menu-opened .menu-ana-menu-container {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms; }

.bx-wrapper {
  position: relative;
  margin-bottom: 0px;
  padding: 0;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

.bxslider {
  margin: 0;
  padding: 0;
  -webkit-perspective: 1000; }

ul.bxslider {
  list-style: none; }

.bx-viewport {
  -webkit-transform: translateZ(0); }

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
  position: absolute;
  bottom: -30px;
  width: 100%; }

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: 700;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #000; }

.bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager-item {
  display: inline-block;
  vertical-align: bottom; }

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0; }

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) 0 -32px no-repeat; }

.bx-wrapper .bx-prev:focus, .bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) -43px -32px no-repeat; }

.bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus, .bx-wrapper .bx-controls-auto .bx-start:hover {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus, .bx-wrapper .bx-controls-auto .bx-stop:hover {
  background-position: -86px -33px; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

.bx-wrapper {
  border: 0px;
  box-shadow: none; }
  .bx-wrapper .bx-controls-direction a {
    width: auto;
    height: auto;
    text-indent: 0;
    font-size: 60px;
    color: #fff; }

.bx-wrapper .bx-prev {
  left: 30px; }

.bx-wrapper .bx-next {
  right: 30px; }

#scrollhead.sticky {
  background: #ffc600;
  display: table;
  width: 100%;
  height: 80px; }
  #scrollhead.sticky .navbar {
    padding: 15px !important; }

.page-template #scrollhead {
  background: #ffc600;
  display: table;
  width: 100%;
  height: 80px; }

.page-template-marka #scrollhead {
  background: #ff7062 !important; }

.page-template-services-page #scrollhead {
  background: #5c5297 !important; }

.page-template-porfolio #scrollhead, .single-project #scrollhead {
  background: #ea1976 !important; }

#menulistservices {
  margin-top: 120px;
  padding: 0px;
  display: table;
  width: 100%;
  padding-bottom: 90px; }
  #menulistservices h3 {
    font-size: 28px;
    color: #5c5297;
    margin-bottom: 20px; }
    #menulistservices h3 i {
      position: absolute;
      bottom: 15px;
      right: 15px; }
  #menulistservices > li {
    float: left;
    display: table;
    width: 25%;
    padding: 30px;
    min-height: 400px;
    position: relative; }
    @media (max-width: 992px) {
      #menulistservices > li {
        width: 100%; } }
  #menulistservices li {
    box-shadow: 14px 17px 71px -15px rgba(0, 0, 0, 0.1);
    transition: all .3s ease-in-out; }
    #menulistservices li:hover {
      transform: scale(1.05);
      box-shadow: 14px 17px 71px -15px rgba(0, 0, 0, 0.41);
      border: none; }
    #menulistservices li a {
      color: black;
      font-size: 17px; }

@media (max-width: 1040px) {
  #pagehead h1:after {
    display: none; } }

.grid {
  position: relative;
  height: 350px;
  width: 100% !important;
  margin: 0px;
  max-width: none !important;
  min-height: 600px;
  margin-bottom: 0px !important; }

#portfoy {
  min-height: 650px; }
  #portfoy #filters {
    text-align: center; }
    #portfoy #filters button {
      background: none;
      padding: 10px 20px;
      border: 0px;
      font-weight: bold;
      color: #000; }
    #portfoy #filters .is-checked {
      background: #ed0b75;
      color: white; }

footer span {
  font-size: large;
  font-weight: 400; }

.menusocial {
  float: right;
  position: relative;
  width: 290px;
  right: -82px;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: visibility 0s linear 300ms, opacity 300ms;
  display: table;
  margin: 30px 7.5px 30px !important;
  bottom: 0px;
  position: absolute;
  right: 12px; }
  .menusocial h3 {
    display: block;
    position: relative;
    color: #ed0b75;
    font-family: "Ek Mukta", sans-serif;
    text-decoration: none;
    font-size: 25px;
    line-height: 1.5;
    font-weight: 600;
    width: 100%;
    padding-right: 26px;
    text-align: right; }
  @media (max-width: 992px) {
    .menusocial {
      left: 10px; 
      width:100%;
      float:left;
      text-align:left;
      } 

    .menusocial .whatsapp
    {
      text-align:left;
      float:left;
      }
      .menusocial .whatsapp p
      {
        float:left !important;
        text-align:left !important;
      }

      .aboutcol .right, .aboutcol .left
      {
        float:none;
        width:100%;
      }

      .grid a
      {
            width: 100% !important;
    position: static !important;
    left: 0 !important;
      }
    }
  .menusocial i {
    font-size: 23px !important;
    margin-bottom: 15px; }
  .menusocial a {
    margin-bottom: 10px; }
  .menusocial .whatsapp {
    display: table;
    float: right;
    width: 100%;
    text-align: right; }
    .menusocial .whatsapp i {
      float: left;
      line-height: 30px;
      margin-right: 10px;
      font-size: 30px !important; }
    .menusocial .whatsapp p {
      float: right;
      line-height: 30px;
      font-size: 20px; }

.menu-opened .menusocial {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms; }

.btn-yellow {
  margin: 15px 0px;
  border: 1px solid #444444;
  display: table !important;
  padding: 5px 20px;
  text-decoration: none;
  font-size: 15px !important;
  color: #444444;
  font-weight: 500;
  letter-spacing: 0.5px; }
  .btn-yellow:hover {
    color: #fff;
    background: #444444; }

.single #scrollhead, .page #scrollhead, .category #scrollhead {
  background: #ffc600;
  display: table;
  width: 100%;
  height: 80px; }

@media (max-width: 992px) {
  #pagehead h1 {
    margin-top: 0px; } }

@media (max-width: 768px) {
  .bx-controls-direction {
    display: none; } }

.page-template-porfolio .team-row .single-team .member-overlay {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(237, 11, 117, 0.5);
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: all .2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.page-template-porfolio .info {
  position: absolute;
  left: 0px; }

.member-overlay {
  width: 100%;
  height: 100%;
  background: #ed0b758c; }

/*# sourceMappingURL=stylecustom.css.map */
