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

/*.blog-info, .section-header, .project-slider, .project-infos{padding: 0;}*/

body {
  line-height: 1;
  overflow-x: hidden;
}

*:not(#responsive-menu, .menu-wrapper ul, .fancybox-stage, .fancybox-stage *){transition: all .2s ease-in; -webkit-transition: all .2s ease-in; -o-transition: all .2s ease-in;}

.blue {
	color: #39F;
	font-weight: normal;
}

.green {
	color: #0C0;
	font-weight: normal;
}

ol,
ul {
  list-style: none;
}


.box-content.page-content ul, .project-infos .box-content ul{
  list-style: disc;
  padding-left: 2rem;
  margin-bottom: 1rem;
}

.box-content.page-content ol, .project-infos .box-content ol{
  list-style: decimal;
  padding-left: 2rem;
  margin-bottom: 1rem;
}

ol + ul, ul + ol{
  margin-top: -1rem;
}



blockquote,
q {
  quotes: none;
}

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

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

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: none;
}

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

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]:-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

.top-header .logo span, .section-header span, .team-member span, .project-infos span.project-subtitle, .post-masonry .blog-body span, .blog-info span.blog-meta, .comment-body span {
  font-size: .84em;
  color: #aaaaaa;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: .89em;
  line-height: 1.75;
  color: #777777;
  background-color: #efefef;
  text-rendering: optimizeLegibility;
}

a {
  color: #0B9CF5 /*linkler*/;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
a:hover {
  color: black;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", serif;
  color: #2c2c2c;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input,
select,
textarea {
  border: 1px solid #d5d5d5;
  outline: 0;
  padding: 10px 12px;
  color: #aaaaaa;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: #777777;
}

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

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

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

.main-btn {
  color: white;
  border: 1px solid white;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}

blockquote {
  margin: 36px;
  background-image: url(img/quote.png);
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 40px;
  font-size: 1.2em;
  color: #aaaaaa;
  font-family: "Roboto Slab", serif;
}
@media screen and (max-width: 768px) {
  blockquote {
    padding-left: 30px;
    font-size: 1em;
  }
  .blog-info, .section-header, .project-slider, .project-infos{padding: 0 15px;}
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e2e2e2;
  margin: 30px 0;
}

.box-content hr{margin: 15px 0;}

input.mainBtn {
  text-transform: uppercase;
  background: white;
  color: #2c2c2c;
  font-weight: 700;
  padding: 14px 17px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
input.mainBtn:hover {
  color: #0B9CF5 /*linkler*/;
  border-color: #0B9CF5 /*linkler*/;
}

.site-header {
  position: relative;
  z-index: 8;
}

.menu-wrapper > ul{float: right;}

a.btn-left, .top-header .social-top ul li a, .main-header .menu-wrapper a.toggle-menu {
  border: 1px solid #d5d5d5;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  color: #024CA0;
}
a.btn-left:hover, .top-header .social-top ul li a:hover, .main-header .menu-wrapper a.toggle-menu:hover {
  color: #024CA0;
  border-color: #024CA0;
}

.top-header {
  width: 100%;
  overflow: hidden;
  /*background-color: #efefef;*/
}
.top-header .logo {
  padding-top: 14px;
  padding-bottom: 14px;

}
.top-header .language{padding: 10px 0; background-color: #fff;}
.top-header .language ul{}
.top-header .language ul li{display: inline-block; *display:inline; zoom:1; margin-right: 10px; border-right: #ddd solid 1px;}
.top-header .language ul:after{content: ''; display: block; clear: both;}
.top-header .language ul li:last-child{border-right: 0; margin-right: 0;}
.top-header .language ul li:last-child a{padding: 0;}
.top-header .language ul li a{display: block; padding: 0 10px 0 0; font-size: 12px;}
.top-header .language ul li a:hover, .top-header .language ul li.active a{color: #0B9CF5 /*linkler*/;}

.content-welcome table{width: 32%; margin-right: 2%;}
.content-welcome table:last-child{margin-right: 0;}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .top-header .logo {
    padding: 20px 0 20px 20px;
    text-align: center h1;
    text-align-display: block;
    text-align-text-align: center;
  }

  .content-welcome table{width: 100%; margin-bottom: 15px;}
  .content-welcome table:last-child{margin-bottom: 0;}

  .top-header .logo span {
    display: block;
    margin-left: 0 !important;
  }
  .top-header .language{padding: 10px 20px;}
  .blog-info, .section-header, .project-slider, .project-infos{padding: 0 15px;}
}
@media screen and (max-width: 768px) {
  .content-welcome table{width: 100%; margin-bottom: 15px;}
  .content-welcome table:last-child{margin-bottom: 0;}

  .top-header .logo {
    text-align: center;
    padding: 10px 0 0 0;
  }

  .top-header .logo span {
    display: block;
    margin: -10px 0 0 0 !important;
  }
  .top-header .language{padding: 10px 20px; text-align: center;}
  .blog-info, .section-header, .project-slider, .project-infos{padding: 0 15px;}
}
.top-header .logo h1 {
  display: inline-block;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 700;
}
.top-header .logo h1 em {
  font-style: normal;
  color: #0B9CF5 /*linkler*/;
}
.top-header .logo span {
  margin-left: 10px;
}
.top-header .social-top {
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  text-align: right;
}
.top-header .social-top ul li {
  display: inline;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .top-header .social-top {
    padding: 40px 20px 40px 0;
  }
  .blog-info, .section-header, .project-slider, .project-infos{padding: 0 15px;}
}
@media screen and (max-width: 768px) {
  .top-header .social-top {
    padding: 15px 0 20px 0;
    text-align: center;
  }
  .blog-info, .section-header, .project-slider, .project-infos{padding: 0 15px;}
}
.top-header a {
  color: #2c2c2c;
}

.main-header {
  width: 100%;
  min-height: 96px;
  background-color: #fff;
  padding: 30px 0;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .main-header {
    min-height: 76px;
  }
  .blog-info, .section-header, .project-slider, .project-infos{padding: 0 15px;}
}
@media screen and (max-width: 768px) {
  .main-header {
    padding-left: 0;
    min-height: 76px;
  }
  .blog-info, .section-header, .project-slider, .project-infos{padding: 0 15px;}
}

.main-header .main-header-left{}
.main-header .main-header-left a {
  font-size: 18px;
}

.main-header .menu-wrapper {
  position: relative;
  z-index: 99;
  text-align: right;
  margin-top: 10px;
}
.main-header .menu-wrapper a.toggle-menu {
  display: none;
  background-color: #2c2c2c;
  color: white;
  border-color: #2c2c2c;
  float: right;
  margin-right: 20px;
  overflow: hidden;
}
.main-header .menu-wrapper a.toggle-menu:hover {
  color: white;
}
.main-header .menu-wrapper ul li {
  display: inline;
  margin-left: 30px;
  position: relative;
}
.main-header .menu-wrapper ul li:after {
  content: '/';
  color: #d5d5d5;
  margin-left: 30px;
}
.main-header .menu-wrapper ul li:last-child:after {
  content: '';
  display: none;
}
.main-header .menu-wrapper ul li a {
  text-transform: uppercase;
  font-weight: 500;
  padding: 30px 0;
  color: #2c2c2c;
}
.main-header .menu-wrapper ul li a:hover {
  color: #0B9CF5 /*linkler*/;
}

.main-header .menu-wrapper ul:hover li a.active{
  color: #2c2c2c;
}
.main-header .menu-wrapper ul:hover li ul li a.active{
  color: #777777;
}

.main-header .menu-wrapper ul li a.active, .main-header .menu-wrapper ul li:hover > a.active{
  color: #0B9CF5 /*linkler*/;
}

.main-header .menu-wrapper ul li ul {
  position: absolute;
  width: 200px;
  z-index: 9999;
  top: 40px;
  left: 50%;
  margin-left: -115px;
  text-align: center;
  background-color: #f8f8f8;
}
.main-header .menu-wrapper ul li ul:before {
  content: ' ';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f8f8f8;
  position: absolute;
  top: -10px;
  margin-left: -10px;
  left: 50%;
}
.main-header .menu-wrapper ul li ul li {
  position: relative;
  display: block;
  text-align: center;
  margin: 0;
  border-bottom: 1px solid #efefef;
}
.main-header .menu-wrapper ul li ul li:last-child {
  border-bottom: 0;
}
.main-header .menu-wrapper ul li ul li a {
  display: block;
  padding: 10px;
  color: #777777;
}
.main-header .menu-wrapper ul li ul li a:hover {
  color: #0B9CF5 /*linkler*/ !important;
}
.main-header .menu-wrapper ul li ul li:after {
  display: none;
}
.main-header .menu-wrapper ul li ul li ul {
  left: 100% !important;
  margin-left: 1px;
  top: 0;
}
.main-header .menu-wrapper ul li ul li ul:before {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .main-header .menu-wrapper {
    margin-top: 0 !important;
  }
  .blog-info, .section-header, .project-slider, .project-infos{padding: 0 15px;}
}
@media screen and (max-width: 768px) {
  .main-header .menu-wrapper {
    margin-top: 0 !important;
  }
  .main-header .main-header-left{padding-left: 20px;}
  .blog-info, .section-header, .project-slider, .project-infos{padding: 0 15px;}
}

#responsive-menu {
  display: none;
  width: 100%;
  padding: 30px;
  overflow: hidden;
  background-color: #2c2c2c;
}
#responsive-menu li {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #404040;
}
#responsive-menu li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
#responsive-menu li a {
  font-size: 18px;
  color: white;
}
#responsive-menu li ul {
  margin-top: 12px;
  padding-top: 12px;
  margin-left: 30px;
  border-top: 1px solid #404040;
}
#responsive-menu li ul li {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #404040;
}
#responsive-menu li ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

#search-icon {
  font-size: 1em;
  float: left;
  margin-right: 3px;
}

#search-overlay {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  color: #aaaaaa;
  z-index: 1000;
}
#search-overlay .close-search {
  color: white;
  font-size: 24px;
  float: right;
  margin: 30px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
#search-overlay .search-form-holder {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -70px 0 0 -300px;
  width: 600px;
  height: 140px;
  text-align: center;
  overflow: hidden;
}
#search-overlay .search-form-holder h2 {
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 2.7em;
  font-weight: 300;
  margin-bottom: 30px;
}
#search-overlay .search-form-holder input {
  border: 0;
  outline: 0;
  height: 50px;
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: white;
  background: none;
}
#search-overlay .search-form-holder input:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  #search-overlay .search-form-holder {
    width: 748px;
    top: 40%;
    left: 0;
    margin: 0;
  }
  #search-overlay .search-form-holder h2 {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .blog-info, .section-header, .project-slider, .project-infos{padding: 0 15px;}
}
@media screen and (max-width: 768px) {
  #search-overlay .search-form-holder {
    width: 100%;
    top: 40%;
    padding: 20px;
    left: 0;
    margin: 0;
  }
  #search-overlay .search-form-holder h2 {
    font-size: 1.2em;
    margin-bottom: 30px;
  }
  .blog-info, .section-header, .project-slider, .project-infos{padding: 0 15px;}
}

.swiper-container {
  overflow: hidden;
  width: 100%;
  height: 600px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .swiper-container {
    top: 0px;
    height: 300px;
  }


  .swiper-container a.main-btn {
    /*display: none;*/
  }
  .blog-info, .section-header, .project-slider, .project-infos{padding: 0 15px;}
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 8;
}

.overlay-s {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9;
}

.slider-caption {
  display: table;
  position: absolute;
  overflow: hidden;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0%;
  color: white;
  padding: 0 4%;
}
.slider-caption h2 {
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 15px;
}
.slider-caption p {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}
.slider-caption p:last-child{margin-bottom: 0;}
.slider-caption .inner-content {
  display: table-cell;
  width: 60%;
  height: 100%;
  vertical-align: middle;
}
.slider-caption .inner-content .idle{float: left; background: rgba(0, 0, 0, .5); padding: 15px; box-shadow: rgba(0, 0, 0, .7) 10px 10px 0px;}
.slider-caption .inner-content .idle .main-btn{padding: 5px 15px 5px 15px; position: absolute; top: 0; right: 0; bottom: 0; left: 0; font-size: 0; border: 0;}
.slider-caption a {
  color: white;
}
.slider-caption a.main-btn:hover {
  /*background-color: rgba(255, 255, 255, 0.1);*/
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .slider-caption h2 {
    font-size: 1.7em;
  }
  .slider-caption p {
    font-size: 1em;
  }
  .main-header .main-header-left{padding-left: 20px}
  .blog-info, .section-header, .project-slider, .project-infos{padding: 0 15px;}
}
@media screen and (max-width: 768px) {
  .slider-caption {
    top: 0;
  }
  .slider-caption h2 {
    font-size: 1.7em;
  }
  .slider-caption p {
    font-size: 1em;
  }
  .blog-info, .section-header, .project-slider, .project-infos{padding: 0 15px;}
}

#pageloader{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: white;
  z-index: 9999;
  background-repeat: no-repeat;
  background-position: center;
}

#pageloader table, #pageloader table td{width: 100%; height: 100%; vertical-align: middle; text-align: center;}

.colored-border {
  border-color: #0B9CF5 /*linkler*/ !important;
}

.loader-item {
  width: 300px;
  height: 300px;
  border-left: 10px solid;
  border-right: 10px solid;
  border-top: 10px solid;
  border-bottom: 10px solid transparent !important;
  border-radius: 100%;
}

.container-fluid {
  padding: 0 !important;
}

.content-wrapper {
  background: #efefef;
}

.section-header {
  /*margin-top: 30px;
  margin-bottom: 30px;*/
}
.section-header h2 {
  font-size: 24px;
  display: inline;
  text-transform: uppercase;
  font-weight: normal;
}
.section-header span {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .section-header span {
    display: block;
    margin-left: 0;
  }
  .blog-info, .section-header, .project-slider, .project-infos{padding: 0 15px;}
}

.box-content {
  background: white;
  padding: 15px;
  overflow: hidden;
}
.box-content p{margin-bottom: 15px;}
.box-content p:last-child{margin-bottom: 0;}
.box-content p + h1, .box-content p + h2, .box-content p + h3, .box-content p + h4, .box-content p + h5{margin-top: -10px;}

.intro-header {
  margin-bottom: 30px;
}
.intro-header h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
}
.intro-header p {
  margin-top: 10px;
}

.overlay-b {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  bottom: 0;
  left: 0;
}
.overlay-b{
  width: 100%;
  height: 100%;
}
.overlay-b a{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.overlay-b a:before{
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -19px 0 0 -19px;
  text-align: center;
  line-height: 35px;
  display: inline-block;
  width: 38px;
  height: 38px;
  border: 1px solid #d5d5d5;
}

h3.grid-heading {
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.service-item {
  overflow: hidden;
  margin-bottom: 30px;
}
.service-item.service-right .service-icon {
  float: left;
  text-align: left;
  margin-right: 30px;
}
.service-item.service-right .service-content {
  text-align: left;
}
.service-item.service-left .service-icon {
  float: right;
  text-align: right;
  margin-left: 30px;
}
.service-item.service-left .service-content {
  text-align: right;
}
.service-item .service-content {
  overflow: hidden;
}
.service-item .service-content h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: normal;
}
.service-item .service-icon {
  margin-top: 15px;
  width: 80px;
  height: 80px;
  display: block;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.service-item .service-icon i {
  width: 80px;
  height: 80px;
  border: 2px solid #d5d5d5;
  border-radius: 40px;
  text-align: center;
  line-height: 80px;
  color: #2c2c2c;
  display: block;
  font-size: 1.89em;
}
.service-item:hover .service-icon {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.service-item:hover .service-icon i {
  color: #0B9CF5 /*linkler*/;
  border-color: #0B9CF5 /*linkler*/;
}
@media screen and (max-width: 768px) {
  .blog-info, .section-header, .project-slider, .project-infos{padding: 0 15px;}
  .service-item .service-icon {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
    font-size: 1.4em;
  }
  .service-item:hover .service-icon {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  .service-item.service-right .service-icon {
    float: none;
    margin: 0 auto 40px auto;
  }
  .service-item.service-right .service-content {
    text-align: center;
  }
  .service-item.service-left .service-icon {
    float: none;
    margin: 0 auto 40px auto;
  }
  .service-item.service-left .service-content {
    text-align: center;
  }
}

.team-member {
  margin-bottom: 40px;
  overflow: hidden;
}
.team-member img {
  width: 100%;
  display: block;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.team-member h4.member-name {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}
.team-member span {
  margin-left: 10px;
}
.team-member p {
  margin-bottom: 20px;
}
.team-member ul.social-network li {
  display: inline;
  margin-right: 15px;
}
.team-member ul.social-network li a {
  color: #2c2c2c;
}
.team-member ul.social-network li a:hover {
  color: #0B9CF5 /*linkler*/;
}

.our-staff {
  margin-top: 40px;
  padding-top: 60px;
  border-top: 1px solid white;
}

.staff-member {
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.staff-member img {
  width: 100%;
}
.staff-member .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  visibility: 0;
  padding: 25px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.staff-member .overlay .overlay-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.staff-member .overlay .overlay-inner .social-network {
  position: absolute;
  top: 0;
  right: 0;
}
.staff-member .overlay .overlay-inner .social-network li {
  display: inline;
  margin-left: 15px;
}
.staff-member .overlay .overlay-inner .social-network li a {
  color: white;
}
.staff-member .overlay .overlay-inner span {
  color: white;
  font-size: 1.3em;
  font-family: "Roboto Slab", serif;
  position: absolute;
  bottom: 0;
  left: 0;
}
.staff-member:hover .overlay {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 768px) {
  .projects-holder-2 .filter-categories {
    margin-bottom: 60px;
  }
  .projects-holder-2 .filter-categories ul li {
    display: inline-block;
    margin-right: 10px;
  }
  .blog-info, .section-header, .project-slider, .project-infos{padding: 0 15px;}
}

.projects-holder-3 .filter-categories {
  margin-bottom: 15px;
}
.projects-holder-3 .filter-categories ul li {
  display: inline-block;
  margin-right: 10px;
}

.project-item {
  /*overflow: hidden;*/
  /*margin-bottom: 30px;*/
}
.box-shadow{
  box-shadow: #c9c9c9 0px 20px 15px -17px;
}
.box-shadow:hover{
  box-shadow: #666 0px 20px 19px -16px
}

.project-item .project-detail h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  min-width: 200px;
  max-width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
.project-item .project-detail h2 a {
  color: #2c2c2c;
}
.project-item .project-detail h2 a:hover {
  color: #0B9CF5 /*linkler*/;
}
.project-item:hover .overlay-b {
  opacity: 1;
  visibility: visible;
}

.project-item:hover .project-thumb .img img{width: 110%;}

.filter-categories {
  text-align: left;
}
.filter-categories ul li {
  margin-bottom: 10px;
  font-size: 13px;
}
.filter-categories ul li span {
  cursor: pointer;
  background: white;
  display: inline-block;
  border-bottom: 1px solid #d5d5d5;
  padding: 8px 16px;
}
.filter-categories ul li.active span {
  background: #0B9CF5 /*linkler*/;
  color: white;
  border-bottom: 1px solid #024CA0;
}

.projects-holder .mix {
  display: none;
}

div.load-more {
  text-align: center;
  display: block;
}
div.load-more a.load-more {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #2c2c2c;
  background: white;
  display: block;
  padding: 14px 20px;
  border-bottom: 1px solid #d5d5d5;
}
div.load-more a.load-more:active {
  border-bottom: 0;
}

.project-thumb {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
}
.project-thumb .img img {
  width: 100%;
  display: initial;
}
.project-thumb .no-img img{
  height: 0;
  display: none;
}

.project-slider {
  display: none;
  position: relative;
  z-index: 0;
}

.project-slider .img, .project-slider-one .img{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ddd;
}
.project-slider .img img, .project-slider-one .img img{width: 0; height: 0;}

.slidesjs-previous {
  position: absolute;
  top: 50%;
  left: 40px;
  margin-top: -20px;
  z-index: 99;
  width: 40px;
  height: 40px;
  background: #2c2c2c;
  color: white;
  text-align: center;
  line-height: 40px;
}
.slidesjs-previous:hover {
  color: white;
}

.slidesjs-next {
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -20px;
  z-index: 99;
  width: 40px;
  height: 40px;
  background: #2c2c2c;
  color: white;
  text-align: center;
  line-height: 40px;
}
.slidesjs-next:hover {
  color: white;
}

.project-infos h2.project-title {
  font-size: 2em;
  font-weight: normal;
}
.project-infos span.project-subtitle {
  margin-top: 10px;
  display: inline-block;
}
.project-infos p{margin: 0px 0 15px 0;}
.project-infos p:last-child{margin: 0;}

.project-infos ul.project-meta {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  display: inline-block;
  padding: 12px 0;
}
.project-infos ul.project-meta li {
  display: inline-block;
  margin-right: 50px;
  font-family: "Roboto Slab", serif;
}
.project-infos ul.project-meta li:last-child {
  margin-right: 0;
}
.project-infos ul.project-meta li i {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .project-infos h2.project-title {
    font-size: 1.6em;
  }
  .project-infos ul.project-meta li {
    margin-bottom: 10px;
  }
  .project-infos ul.project-meta li:last-child {
    margin-bottom: 0;
  }
  .blog-info, .section-header, .project-slider, .project-infos{padding: 0 15px;}
}

.post-masonry {
  margin-bottom: 30px;
}
.post-masonry .blog-thumb {
  position: relative;
  overflow: hidden;
}
.post-masonry .blog-thumb img {
  width: 100%;
}
.post-masonry .blog-thumb:hover .overlay-b {
  opacity: 1;
  visibility: visible;
}
.post-masonry .blog-body h3.post-title {
  font-size: 18px;
  font-weight: normal;
}
.post-masonry .blog-body h3.post-title a {
  color: #2c2c2c;
}
.post-masonry .blog-body h3.post-title a:hover {
  color: #0B9CF5 /*linkler*/;
}
.post-masonry .blog-body span {
  display: inline-block;
  margin: 10px 0;
}

.blog-image {
  overflow: hidden;
}
.blog-image img {
  width: 100%;
}

.blog-info h2.blog-title {
  font-size: 2em;
  font-weight: normal;
}
.blog-info span.blog-meta {
  margin: 20px 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .blog-info h2.blog-title {
    font-size: 1.6em;
  }
  .blog-info, .section-header, .project-slider, .project-infos{padding: 0 15px;}
}

.blog-tags {
  margin-top: 30px;
}
.blog-tags span {
  font-family: "Roboto Slab", serif;
}
.blog-tags a {
  display: inline-block;
  margin: 0 5px;
}
.blog-tags a:after {
  content: ',';
  color: #aaaaaa;
}

.pagination {
  margin-top: 40px;
}
.pagination ul li {
  display: inline-block;
  margin: 0 2px;
}
.pagination ul li a {
  background: white;
  border-bottom: 1px solid #d5d5d5;
  padding: 10px 12px;
  color: #2c2c2c;
}
.pagination ul li a:active {
  border-bottom: none;
}
.pagination ul li a.active {
  background-color: #0B9CF5 /*linkler*/;
  color: white;
  border-bottom: 1px solid #e97e0a;
}

h2.comment-heading {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 30px 0;
}

.comment {
  margin-bottom: 30px;
}
.comment.last {
  margin-bottom: 0;
}
.comment.last .comment-body {
  padding: 0;
  border: 0;
}
@media screen and (max-width: 768px) {
  .comment .nested-comment {
    margin-left: 30px;
  }
  .comment .nested-comment .author-avatar {
    display: none;
  }
  .comment .author-avatar {
    width: 50px;
    height: 50px;
  }
  .blog-info, .section-header, .project-slider, .project-infos{padding: 0 15px;}
}

.author-avatar {
  float: left;
  width: 80px;
  height: 80px;
  display: inline-block;
  margin-right: 25px;
  overflow: hidden;
}
.author-avatar img {
  width: 100%;
}

.comment-body {
  overflow: hidden;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 30px;
}
.comment-body h4 {
  font-weight: normal;
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.nested-comment {
  margin-left: 90px;
  margin-top: 30px;
}

.comment-form p {
  margin-bottom: 10px;
  display: block;
}
.comment-form p:last-child{margin-bottom: 0;}
.comment-form label {
  min-width: 150px;
  display: inline-block;
}
.comment-form input {
  width: 30%;
}
.comment-form textarea {
  max-width: 70%;
  width: 70%;
  min-height: 150px;
}
.comment-form input.mainBtn {
  margin-left: 152px;
}
@media screen and (max-width: 768px) {
  .comment-form label {
    display: block;
  }
  .comment-form input {
    width: 100%;
  }
  .comment-form textarea {
    width: 100%;
    max-width: 100%;
  }
  .comment-form input.mainBtn {
    margin-left: 0;
  }
  .blog-info, .section-header, .project-slider, .project-infos{padding: 0 15px;}
}

.archive-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #d5d5d5;
}
.archive-box.last {
  padding-bottom: 0;
  border-bottom: 0;
}
.archive-box h2.archive-heading {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 30px 0;
}

ul.archive-list li {
  margin: 10px 0 10px 30px;
}
ul.archive-list li h3 {
  font-size: 20px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
ul.archive-list li h3 a {
  color: #777777;
}
ul.archive-list li h3 a:hover {
  color: #0B9CF5 /*linkler*/;
}

.error-page h1 {
  font-size: 120px;
  color: #aaaaaa;
}
.error-page span {
  font-size: 2em;
  color: #aaaaaa;
  margin-bottom: 40px;
  display: block;
}
.error-page p {
  padding-bottom: 30px;
  font-size: 1.2em;
}
.error-page p:last-child{padding-bottom: 0;}
@media screen and (max-width: 768px) {
  .error-page h1 {
    font-size: 60px;
  }
  .error-page span {
    font-size: 1.4em;
  }
  .blog-info, .section-header, .project-slider, .project-infos{padding: 0 15px;}
  .contact-form{margin: 0 15px;}
}

.contact-form .address{padding-top: 8px;}

.contact-form {
  overflow: hidden;
  padding-bottom: 0px;
}
.contact-form h3.contact-title {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 10px 0;
}

.contact-form-inner p {
  margin-bottom: 10px;
  display: block;
}.contact-form-inner p:last-child{margin-bottom: 0;}
.contact-form-inner label {
  min-width: 150px;
  display: inline-block;
}
.contact-form-inner input {
  width: 100%;
}
.contact-form-inner textarea {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  min-height: 182px;
  max-height: 182px;
}
.contact-form-inner input.mainBtn {
  margin-left: 0;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .contact-form-inner {
    margin-bottom: 40px;
  }
  .contact-form-inner input {
    width: 60%;
  }
  .contact-form-inner textarea {
    width: 60%;
    max-width: 60%;
  }
  .blog-info, .section-header, .project-slider, .project-infos{padding: 0 15px;}
}
@media screen and (max-width: 768px) {
  .contact-form-inner {
    margin-bottom: 40px;
  }
  .contact-form-inner input {
    width: 100%;
  }
  .contact-form-inner textarea {
    max-width: 100%;
    width: 100%;
    display: block;
  }
  .contact-form-inner label {
    width: 100%;
    display: block;
  }
  .contact-form-inner input.mainBtn {
    margin-left: 0;
  }
  .blog-info, .section-header, .project-slider, .project-infos{padding: 0 15px;}
}

.map-canvas {
  height: 425px;
}

.page-content{}
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6{line-height: 3;}

.content-welcome{}
.home-welcome{position: relative; z-index: 3;}
.home-welcome h1, .home-welcome h2, .home-welcome h3, .home-welcome h4, .home-welcome h5{margin: 5px 0 10px 0;}
.home-welcome img{display: initial;}
.home-welcome .col-md-4{}
.home-welcome .col-md-4 .box-content{padding: 15px 20px;}

.breadcrumb{margin: 0;}
.breadcrumb ul li{float: left;}
.breadcrumb ul li .fa{margin: 0 10px;}
.breadcrumb ul li .fa-home{margin: 0 0 0 1px;}
.breadcrumb ul li:last-child .fa{display: none;}
.breadcrumb ul li:last-child a{color: #000;}

.projects-holder .col-md-6 .project-thumb .img{transform: translate(50%,50%); height: 325px; background-size: cover; background-repeat: no-repeat; background-position: center; background-color: #fff;}
.projects-holder .col-md-4 .project-thumb .img{transform: translate(50%,50%); height: 225px; background-size: cover; background: no-repeat; background-position: center; background-color: #fff;}
.projects-holder .col-md-3 .project-thumb .img{transform: translate(50%,50%); height: 225px; background-size: cover; background: no-repeat; background-position: center; background-color: #fff;}
.projects-holder .project-thumb .img img{transform: translate(-50%, -50%); /*width: 0; height: 0;*/}

.project-detail .text{overflow: hidden; max-height: 100px; text-overflow: ellipsis; margin-top: 10px;}

.form-loading{position: absolute; background: rgba(255, 255, 255, .8); top: 0; right: 0; bottom: 0; left: 0; z-index: 10;}
.form-loading i{font-size: 100px; top: 36%; left: 46%; position: absolute; color: #0B9CF5 /*linkler*/;}
.form-loading i.fa-check{color: #1fa67a;}

.row.galeri{margin-bottom: 15px;}
.row.galeri .box-content.projects-holder{padding: 0 0 15px 0;}
.row.galeri .project-item{margin: 15px 0 0 0;}

footer{background: #ddd; padding: 0 0 20px 0; margin-bottom: 20px; text-align: center; /*margin-top: 10px;*/}
footer .pull-right{height: 55px; width: 150px; margin: -14px 0 -20px 0; background: url(img/bayyazilim.png) no-repeat;}
footer:after{display: block; content: ''; clear: both;}


footer .footer-top{background-color: rgba(232, 247, 255, .5); text-align: initial; margin-bottom: 20px; border-top: #c1ddeb solid 2px;}

footer .footer-top hr{margin: 20px 0; border-top-color: #d0dee5;}


.box-radius .box-content:not(.projects-holder .box-content){border-radius: 15px;}
.box-radius .box-content img:not(.projects-holder .box-content img){border-radius: 15px;}

.box-radius .projects-holder .box-shadow{border-radius: 15px; overflow: hidden;}


.comment-body-admin h4{color: #53b400;}
.comment-body-admin{color: #78c100;}

.overflow-y{overflow-y: hidden;}


.left-page-menu ul{background-color: #fff; border-radius: 15px; overflow: hidden;}
.left-page-menu ul li a{display: block; padding: 10px 0 10px 15px; border-bottom: #f5f3f3 solid 1px}
.left-page-menu ul:hover li a.active{display: block; background-color: #fff; color: #0B9CF5; padding: 10px 0 10px 15px; border-bottom: #f5f3f3 solid 1px}
.left-page-menu ul li a:hover,.left-page-menu ul li a.active:hover, .left-page-menu ul li a.active{background-color: #0B9CF5; color: #fff; border-bottom: #1489d7 solid 1px}

.left-page-menu ul li:last-child a{border: 0;}


/**{box-shadow: red 0px 0px 1px}*/



.cbh-phone{display:block;position:fixed; left: -50px;
  bottom: -55px; visibility:hidden;background-color:transparent;width:200px;height:200px;cursor:pointer;z-index:999;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transition:visibility .5s;-moz-transition:visibility .5s;-o-transition:visibility .5s;transition:visibility .5s}
  .cbh-phone.cbh-show{visibility:visible}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}
  .cbh-phone.cbh-static1{opacity:.6}
  .cbh-phone.cbh-hover1{opacity:1}
  .cbh-ph-circle{width:110px;height:110px;top:40px;left:40px;position:absolute;background-color:transparent;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid rgba(30,30,30,.4);opacity:.1;-webkit-animation:cbh-circle-anim 1.2s infinite ease-in-out;-moz-animation:cbh-circle-anim 1.2s infinite ease-in-out;-ms-animation:cbh-circle-anim 1.2s infinite ease-in-out;-o-animation:cbh-circle-anim 1.2s infinite ease-in-out;animation:cbh-circle-anim 1.2s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}
  .cbh-phone.cbh-active .cbh-ph-circle1{-webkit-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;-moz-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;-ms-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;-o-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;animation:cbh-circle-anim 1.1s infinite ease-in-out!important}
  .cbh-phone.cbh-static .cbh-ph-circle{-webkit-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;-moz-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;-ms-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;-o-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;animation:cbh-circle-anim 2.2s infinite ease-in-out!important}
  .cbh-phone.cbh-hover .cbh-ph-circle{border-color:rgba(0,175,242,1);opacity:.5}
  .cbh-phone.cbh-green.cbh-hover .cbh-ph-circle{border-color:rgba(117,235,80,1);opacity:.5}
  .cbh-phone.cbh-green .cbh-ph-circle{border-color:rgba(0,175,242,1);opacity:.5}
  .cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle{border-color:rgba(204,204,204,1);opacity:.5}
  .cbh-phone.cbh-gray .cbh-ph-circle{border-color:rgba(117,235,80,1);opacity:.5}
  .cbh-ph-circle-fill{width:74px;height:74px;top:58px;left:58px;position:absolute;background-color:#000;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;opacity:.1;-webkit-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-moz-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-ms-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-o-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}
  .cbh-phone.cbh-active .cbh-ph-circle-fill{-webkit-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;-moz-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;-ms-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;-o-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important}
  .cbh-phone.cbh-static .cbh-ph-circle-fill{-webkit-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;-moz-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;-ms-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;-o-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;opacity:0!important}         .cbh-phone.cbh-hover .cbh-ph-circle-fill{background-color:rgba(0,175,242,.5);opacity:.75!important}
  .cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill{background-color:rgba(117,235,80,.5);opacity:.75!important}
  .cbh-phone.cbh-green .cbh-ph-circle-fill{background-color:rgba(0,175,242,.5);opacity:.75!important}
  .cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill{background-color:rgba(204,204,204,.5);opacity:.75!important}
  .cbh-phone.cbh-gray .cbh-ph-circle-fill{background-color:rgba(117,235,80,.5);opacity:1!important}
  .cbh-ph-img-circle1{width:50px;height:50px;top:70px;left:70px;position:absolute;background-image:url(img/whatsapp.png);background-size: 30px 30px;background-color:rgba(30,30,30,.1);background-position:center center;background-repeat:no-repeat;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;opacity:1;-webkit-animation:cbh-circle-img-anim 1s infinite ease-in-out;-moz-animation:cbh-circle-img-anim 1s infinite ease-in-out;-ms-animation:cbh-circle-img-anim 1s infinite ease-in-out;-o-animation:cbh-circle-img-anim 1s infinite ease-in-out;animation:cbh-circle-img-anim 1s infinite ease-in-out}
  .cbh-phone.cbh-active .cbh-ph-img-circle1{-webkit-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;-moz-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;-ms-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;-o-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;animation:cbh-circle-img-anim 1s infinite ease-in-out!important}
  .cbh-phone.cbh-static .cbh-ph-img-circle1{-webkit-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;-moz-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;-ms-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;-o-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;animation:cbh-circle-img-anim 0s infinite ease-in-out!important}
  .cbh-phone.cbh-hover .cbh-ph-img-circle1{background-color:rgba(0,175,242,1)}
  .cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover{background-color:rgba(117,235,80,1)}
  .cbh-phone.cbh-green .cbh-ph-img-circle1{background-color:rgba(0,175,242,1)}
  .cbh-phone.cbh-green .cbh-ph-img-circle1{background-color:rgba(0,175,242,1)}
  .cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1{background-color:rgba(204,204,204,1)}
  .cbh-phone.cbh-gray .cbh-ph-img-circle1{background-color:rgba(117,235,80,1)}@-moz-keyframes cbh-circle-anim{0%{-moz-transform:rotate(0deg) scale(0.5) skew(1deg);opacity:.1;-moz-opacity:.1;-webkit-opacity:.1;-o-opacity:.1}30%{-moz-transform:rotate(0deg) scale(.7) skew(1deg);opacity:.5;-moz-opacity:.5;-webkit-opacity:.5;-o-opacity:.5}100%{-moz-transform:rotate(0deg) scale(1) skew(1deg);opacity:.6;-moz-opacity:.6;-webkit-opacity:.6;-o-opacity:.1}}@-webkit-keyframes cbh-circle-anim{0%{-webkit-transform:rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity:.1}30%{-webkit-transform:rotate(0deg) scale(.7) skew(1deg);-webkit-opacity:.5}100%{-webkit-transform:rotate(0deg) scale(1) skew(1deg);-webkit-opacity:.1}}@-o-keyframes cbh-circle-anim{0%{-o-transform:rotate(0deg) kscale(0.5) skew(1deg);-o-opacity:.1}30%{-o-transform:rotate(0deg) scale(.7) skew(1deg);-o-opacity:.5}100%{-o-transform:rotate(0deg) scale(1) skew(1deg);-o-opacity:.1}}@keyframes cbh-circle-anim{0%{transform:rotate(0deg) scale(0.5) skew(1deg);opacity:.1}30%{transform:rotate(0deg) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0deg) scale(1) skew(1deg);opacity:.1}}@-moz-keyframes cbh-circle-fill-anim{0%{-moz-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{-moz-transform:rotate(0deg) -moz-scale(1) skew(1deg);opacity:.2}100%{-moz-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@-webkit-keyframes cbh-circle-fill-anim{0%{-webkit-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{-webkit-transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}100%{-webkit-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@-o-keyframes cbh-circle-fill-anim{0%{-o-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{-o-transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}100%{-o-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@keyframes cbh-circle-fill-anim{0%{transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@keyframes cbh-circle-img-anim{0%{transform:rotate(0deg) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{transform:rotate(0deg) scale(1) skew(1deg)}}@-moz-keyframes cbh-circle-img-anim{0%{transform:rotate(0deg) scale(1) skew(1deg)}10%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{-moz-transform:rotate(0deg) scale(1) skew(1deg)}}@-webkit-keyframes cbh-circle-img-anim{0%{-webkit-transform:rotate(0deg) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{-webkit-transform:rotate(0deg) scale(1) skew(1deg)}}@-o-keyframes cbh-circle-img-anim{0%{-o-transform:rotate(0deg) scale(1) skew(1deg)}10%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-o-transform:rotate(25deg) scale(1) skew(1deg)}30%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-o-transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{-o-transform:rotate(0deg) scale(1) skew(1deg)}}
  .cbh-ph-img-circle1 {}
  .cbh-phone.cbh-green .cbh-ph-circle {border-color: rgb(0, 242, 164)}
  .cbh-phone.cbh-green .cbh-ph-circle-fill {background-color: rgb(0, 242, 164);}
  .cbh-phone.cbh-green .cbh-ph-img-circle1 {background-color:rgb(46, 203, 113);}

  .kmacb__manager-border {
    position: absolute;
    width: 75px;
    height: 75px;
    top: 50%;
    left: 50%;
    margin-top: -39.5px;
    margin-left: -39.5px;
    border-radius: 100%;
    border: 2px solid #ffe787;
    -webkit-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
    -moz-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
    -ms-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
    -o-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
    animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
    opacity: .8;
    transform-origin: center;
  }
  .kmacb__manager-fill {
    background: #52aff7 center bottom no-repeat;
    position: absolute;
    width: 75px;
    height: 75px;
    top: 50%;
    left: 50%;
    margin-top: -37.5px;
    margin-left: -37.5px;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    -moz-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    -ms-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    -o-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    transform-origin: center;
  }
  .kmacb__manager-circle {
    background: #52aff7;
    position: absolute;
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    border-radius: 100%;
  }






@media screen and (max-width: 768px){
  .project-item .project-detail h2{
    min-width: 100px;
    max-width: 220px;
    width: 220px;
  }

  .content-welcome table td{display: block;}
}

@media (min-width: 992px)
{
	.home-welcome .row{margin-left: -15px; margin-right: -15px;}
}

.mt-5{margin-top: 5px;}
.mt-10{margin-top: 10px;}
.mt-15{margin-top: 15px;}
.mt-20{margin-top: 20px;}
.mt-25{margin-top: 25px;}
.mt-30{margin-top: 30px;}

.mr-5{margin-right: 5px;}
.mr-10{margin-right: 10px;}
.mr-15{margin-right: 15px;}
.mr-20{margin-right: 20px;}
.mr-25{margin-right: 25px;}
.mr-30{margin-right: 30px;}

.mb-5{margin-bottom: 5px;}
.mb-10{margin-bottom: 10px;}
.mb-15{margin-bottom: 15px;}
.mb-20{margin-bottom: 20px;}
.mb-25{margin-bottom: 25px;}
.mb-30{margin-bottom: 30px;}

.ml-5{margin-left: 5px;}
.ml-10{margin-left: 10px;}
.ml-15{margin-left: 15px;}
.ml-20{margin-left: 20px;}
.ml-25{margin-left: 25px;}
.ml-30{margin-left: 30px;}



.pt-0{padding-top: 0px;}
.pt-5{padding-top: 5px;}
.pt-10{padding-top: 10px;}
.pt-15{padding-top: 15px;}
.pt-20{padding-top: 20px;}
.pt-25{padding-top: 25px;}
.pt-30{padding-top: 30px;}

.pr-0{padding-right: 0px;}
.pr-5{padding-right: 5px;}
.pr-10{padding-right: 10px;}
.pr-15{padding-right: 15px;}
.pr-20{padding-right: 20px;}
.pr-25{padding-right: 25px;}
.pr-30{padding-right: 30px;}

.pb-0{padding-bottom: 0px;}
.pb-5{padding-bottom: 5px;}
.pb-10{padding-bottom: 10px;}
.pb-15{padding-bottom: 15px;}
.pb-20{padding-bottom: 20px;}
.pb-25{padding-bottom: 25px;}
.pb-30{padding-bottom: 30px;}

.pl-0{padding-left: 0px;}
.pl-5{padding-left: 5px;}
.pl-10{padding-left: 10px;}
.pl-15{padding-left: 15px;}
.pl-20{padding-left: 20px;}
.pl-25{padding-left: 25px;}
.pl-30{padding-left: 30px;}




.categori-title-badge{position: absolute; top: 30px; left: 0; z-index: 9; letter-spacing: 2px; padding: 5px 15px; border-radius: 0 5px 5px 0; color: #fff; font-weight: bolder; background-color: #f32323;}