/* Minification failed. Returning unminified contents.
(505,8): run-time error CSS1036: Expected expression, found '{'
(1676,23): run-time error CSS1038: Expected hex color, found '#white'
(1676,29): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
body {
  font-family:'Helvetica';
  overflow-x: hidden;
}

.box {
  display:table;
  overflow:hidden;
}

.backgroundImage-intro {
  height:400px;
  width:100%;
  background-image:url('/Areas/Theme/BmConstruction/Contents/intro-back.png');
  opacity:0.3;

}

.backgroundImage1 {
  height:400px;
  width:100%;
  background-image:url('/Areas/Theme/BmConstruction/Contents/06.jpg');
}

.backgroundImage3 {
  height:400px;
  width:100%;
  background-image:url('/Areas/Theme/BmConstruction/Contents/04.jpg');
}

.backgroundImage2 {
  height:400px;
  width:100%;
  background-image:url('/Areas/Theme/BmConstruction/Contents/04.jpg');
}

.backgroundImage3 {
  height:400px;
  width:100%;
  background-image:url('/Areas/Theme/BmConstruction/Contents/05.jpg');
}

.background-picture {
  background-position:50% 49px;
  background-attachment:fixed;
  background-size:cover;
  background-repeat:no-repeat;
}

.background-panel {
  background-color:#fff;
  background-size:cover;
  position:relative;
}

.screen-full {
  height:100vh;
  width:100%;
  max-height:100vh;
  max-width:100%;
  overflow:hidden;
}

.screen-half {
  height:50vh;
  width:100%;
  overflow:hidden;
  max-height:50vh;
  max-width:100%;
}

.screen-big {
  height:800px;
  width:100%;
  max-height:100%;
  max-width:100%;
  overflow:hidden;
}

@media (max-width: 767px) {
  .screen-medium {
    height:auto;
    width:100%;
    max-height:100%;
    max-width:100%;
    overflow:hidden;
  }
}

.screen-medium {
  height:600px;
  width:100%;
  max-height:600px;
  max-width:100%;
  overflow:hidden;
}

.screen-small {
  height:400px;
  width:100%;
  overflow:hidden;
  max-height:400px;
  max-width:100%;
}

.screen-very-small {
  height:200px;
  width:100%;
  overflow:hidden;
  max-height:200px;
  max-width:100%;
}

.scroll-down {
  opacity:1;
  -webkit-transition:all .5s ease-in 3s;
  transition:all .5s ease-in 3s;
}

.scroll-down {
  position:absolute;
  bottom:30px;
  left:50%;
  margin-left:-16px;
  display:block;
  width:32px;
  height:32px;
  border:2px solid #FFF;
  background-size:14px auto;
  border-radius:50%;
  z-index:2;
  -webkit-animation:bounce 2s infinite 2s;
  animation:bounce 2s infinite 2s;
  -webkit-transition:all .2s ease-in;
  transition:all .2s ease-in;
}

.scroll-down:before {
  position:absolute;
  top:calc(50% - 8px);
  left:calc(50% - 6px);
  transform:rotate(-45deg);
  display:block;
  width:12px;
  height:12px;
  content:"";
  border:2px solid white;
  border-width:0px 0 2px 2px;
}

@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform:translateY(0);
    -ms-transform:translateY(0);
    transform:translateY(0);
  }
  40% {
    -webkit-transform:translateY(-10px);
    -ms-transform:translateY(-10px);
    transform:translateY(-10px);
  }
  60% {
    -webkit-transform:translateY(-5px);
    -ms-transform:translateY(-5px);
    transform:translateY(-5px);
  }
}

.top-margin {
  margin-top:40px;
}

.bottom-margin {
  margin-bottom:40px;
}

.top-bottom-margin {
  margin-top:40px;
  margin-bottom:40px;
}

.left-margin {
  margin-left:40px;
}

.right-margin {
  margin-right:40px;
}

.left-right-margin {
  margin-left:40px;
  margin-right:40px;
}

.black-text {
  color:rgb(74, 70, 70)!important;
}

.white-text {
  color:white!important;
}

.center-text {
  text-align:center;
}

.text-content {
  line-height:1.58!important;
  letter-spacing:-.003em!important;
}

.text-extra-big {
  font-size:120px;
}

@media (max-width: 991px) {
  .text-extra-big {
    font-size:86px;
  }
}

@media (max-width: 767px) {
  .text-extra-big {
    font-size:86px;
  }
}

.text-big {
  font-size:22px;
}

.text-medium {
  font-size:18px;
}

.text-small {
  font-size:14px;
}

.bottom-background-top {
    bottom:0px;
  display:table;
  overflow:hidden;
  width:100%;
  height:150px;
  position:absolute;
  background-image:url('/Areas/Theme/BmConstruction/Contents/buttomBack.png');
    background-size:cover;
  background-position:bottom;
  /*background-repeat:repeat-x;*/
}

.top-background-top {
    top:0px;
  display:table;
  overflow:hidden;
  width:100%;
  height:150px;
  position:absolute;
  background-image:url('/Areas/Theme/BmConstruction/Contents/buttomTop.png');
    -ms-background-size:100%;
    background-size:100%;
  background-position:top;
    background-repeat: no-repeat;
  /*background-repeat:repeat-x;*/
}

.bottom-background {
  bottom:0px;
  display:table;
  overflow:hidden;
  width:100%;
  height:150px;
  position:absolute;
  background-image:url('/Areas/Theme/BmConstruction/Contents/bottom-bg.png');
  background-size:contain;
  background-position:bottom;
  background-repeat:repeat-x;
}

.counter {
  width:100%;
}

.map-container {
  padding:0!important;
  margin:0!important;
  bottom:5px;
}

.simple-slider {
  margin:0 auto;
  margin-top:80px;
}

@media (max-width: 767px) {
  .simple-slider {
    margin:0 auto;
    margin-top:80px;
  }
}

blockquote {
  color:white;
  margin-top:150px;
}

.showcase-image {
  background-position:50% 49%;
  background-size:cover!important;
}

top-header {
  display:block;
  position:relative;
}



.allProjects-title {
  top:-55px;
}

.first-heading {
  position:relative;
  top:25px;
}

@media (max-width: 767px) {
  .first-heading {
    position:relative;
    font-size:40px;
    top:-20px;
  }
}

.map {
  padding:10px;
  /*margin-right:40px;*/
}

@media (max-width: 767px) {
  .feature-header {
    top:10px;
    position:relative;
  }
}





/*Menu*/

img {
  border-radius:5px;
}

#logouticon {
  margin-left:65px;
}

.navigation-clean {
  background:#ffffff;
  padding-top:10px;
  padding-bottom:10px;
  color:white;
  border-radius:0;
  box-shadow:none;
  border:none;
  margin-bottom:0;
  height:90px;
}



@media (max-width:767px) {
  .navigation-clean .navbar-header {
    padding-top:10px;
    padding-bottom:10px;
  }
}

.navigation-clean .navbar-brand {
  font-weight:bold;
  color:inherit;
  background-color:white;
  height:80px;
  width:200px;
  /*left:-15px;*/
  position:absolute;
  /*float:left;*/
  left:0px;
  width:300px;
}

@media (max-width: 767px) {
  .navigation-clean .navbar-brand {
    font-weight:bold;
    color:inherit;
    background-color:white;
    height:80px;
    position:absolute;
    left:0px;
    width:180px;
    top:0;
  }
}

.navigation-clean .navbar-brand:hover {
  color:#222;
  background-color:white!important;
}

.navigation-clean .navbar-toggle {
  border-color:#ddd;
}

.navigation-clean .navbar-toggle:hover, .navigation-clean .navbar-toggle:focus {
  background:none;
}

.navigation-clean .navbar-toggle .icon-bar {
  background-color:#888;
}

.navigation-clean .navbar-collapse, .navigation-clean .navbar-form {
-webkit-box-shadow:none!important;
border-top:none!important;
box-shadow:none !important;
}

.navigation-clean .navbar-nav > .active > a, .navigation-clean .navbar-nav > .open > a {
  background:none;
  box-shadow:none;
}

.navigation-clean.navbar-default .navbar-nav > .active > a, .navigation-clean.navbar-default .navbar-nav > .active > a:focus, .navigation-clean.navbar-default .navbar-nav > .active > a:hover {
  color:#13b1cd;
  box-shadow:none;
  background:none;
  pointer-events:none;
}

.navigation-clean.navbar .navbar-nav > li > a {
  padding-left:18px;
  padding-right:18px;
}

.navigation-clean.navbar-default .navbar-nav > li > a {
  color:#333;
}

.navigation-clean.navbar-default .navbar-nav > li > a:focus, .navigation-clean.navbar-default .navbar-nav > li > a:hover {
  color:#e2561b!important;
  background-color:transparent;
}

.navigation-clean .navbar-nav > li > .dropdown-menu {
  margin-top:-5px;
  box-shadow:0 4px 8px rgba(0,0,0,.1);
  background-color:white;
  border-radius:2px;
}

@media (max-width:767px) {
  .navigation-clean .navbar-nav .open .dropdown-menu {
    box-shadow:none;
  }
}

@media (max-width:767px) {
  .navigation-clean .navbar-nav .open .dropdown-menu > li > a {
    color:#37434d;
    padding-top:12px;
    padding-bottom:12px;
    line-height:1;
  }
}

.navigation-clean .dropdown-menu > li > a:focus, .navigation-clean .dropdown-menu > li > a {
  line-height:2;
  font-size:18px!important;
  color:#333;
}

.nav > li > a {
  font-size:16px;
}

.navigation-clean .dropdown-menu > li > a:focus, .navigation-clean .dropdown-menu > li > a:hover {
  background:#e2561b;
  color:white;
}

.button, [class*="button-"] {
  position:relative;
  display:inline-block;
  overflow:hidden;
  float:left;
  margin:0 1em 1em 0;
  padding:0 4em;
  height:3.5em;
  font:300 1em/3.5em 'Open Sans', sans-serif;
  text:{
    decoration: none;
  shadow:0 1px 3px rgba(black, .35);
  }
  letter-spacing:.08em;
  color:#fff;
  background:#0090C0;
  border:solid 1px #fff;
  border-radius:2px;
}

.nav.navbar-nav.navbar-right {
  padding-top:18px;
    background:#ffffff !important;
}

/*Footer*/

.footer-dark {
  padding:50px 0;
  color:#f0f9ff;
  background-color:#072a54;
}

.footer-dark h3 {
  margin-top:0;
  margin-bottom:12px;
  font-weight:bold;
  font-size:16px;
}

.footer-dark ul {
  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:14px;
  margin-bottom:0;
}

.footer-dark ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.6;
}

.footer-dark ul a:hover {
  opacity:0.8;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align:center;
    padding-bottom:20px;
  }
}

.footer-dark .item.text {
  margin-bottom:36px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom:0;
  }
}

.footer-dark .item.text p {
  opacity:0.6;
  margin-bottom:0;
}

.footer-dark .item.social {
  text-align:center;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align:center;
    margin-top:20px;
  }
}

.footer-dark .item.social > a {
  font-size:20px;
  width:36px;
  height:36px;
  line-height:36px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  box-shadow:0 0 0 1px rgba(255,255,255,0.4);
  margin:0 8px;
  color:#fff;
  opacity:0.75;
}

.footer-dark .item.social > a:hover {
  opacity:0.9;
}

.footer-dark .copyright {
  text-align:center;
  padding-top:24px;
  opacity:0.3;
  font-size:13px;
  margin-bottom:0;
}

.footerLink{
    color:white!important;
    font-size:14px!important;
}

.footerLink:hover{
        color:lightgray!important;
text-decoration:none!important;

}


/*Layouts*/

.main_inner
{
    padding-top:20px;
}


/*Slider*/

.xslideshow .item {
  width:100%;
  height:600px;
  background-size:cover !important;
  background-repeat:no-repeat !important;
  background-position:50% 50% !important;
}

@media (max-width:767px) {
  .xslideshow .item {
    height:75vh;
  }
}

.xslideshow .carousel-control.left, .xslideshow .carousel-control.right, .xslideshow .carousel-control.left:focus, .xslideshow .carousel-control.right:focus {
  background:#000000;
  top:50%;
  width:60px;
  height:60px;
  line-height:60px;
  margin-top:-30px;
  opacity:0;
  -webkit-transition:all .6s ease;
  -o-transition:all .6s ease;
  transition:all .6s ease;
}

.xslideshow:hover .carousel-control.left, .xslideshow:hover .carousel-control.right {
  opacity:.4;
}

.xslideshow .carousel-control.left:hover, .xslideshow .carousel-control.right:hover {
  opacity:.8;
}

@media (max-width:767px) {
  .xslideshow .carousel-control {
    display:none;
  }
}

.xslideshow.carousel-fade .carousel-inner .item {
  opacity:0;
  transition-property:opacity;
}

.xslideshow.carousel-fade .carousel-inner .active {
  opacity:1;
}

.xslideshow.carousel-fade .carousel-inner .active.left, .xslideshow.carousel-fade .carousel-inner .active.right {
  left:0;
  opacity:0;
  z-index:1;
}

.xslideshow.carousel-fade .carousel-inner .next.left, .xslideshow.carousel-fade .carousel-inner .prev.right {
  opacity:1;
}

.xslideshow.carousel-fade .carousel-control {
  z-index:2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .xslideshow.carousel-fade .carousel-inner > .item.next, .xslideshow.carousel-fade .carousel-inner > .item.active.right {
    opacity:0;
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
  }
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .xslideshow.carousel-fade .carousel-inner > .item.prev, .xslideshow.carousel-fade .carousel-inner > .item.active.left {
    opacity:0;
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
  }
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .xslideshow.carousel-fade .carousel-inner > .item.next.left, .xslideshow.carousel-fade .carousel-inner > .item.prev.right, .xslideshow.carousel-fade .carousel-inner > .item.active {
    opacity:1;
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
  }
}

.xslideshow .carousel-indicators {
  left:auto;
  right:20px;
  width:auto;
  margin:0;
  height:20px;
}

.xslideshow .carousel-indicators li {
  width:20px;
  height:20px;
  border:1px solid #ffffff;
  opacity:.5;
  border-radius:50%;
  -webkit-transition:all .6s ease;
  -o-transition:all .6s ease;
  transition:all .6s ease;
  margin:0 0 0 5px !important;
}

.xslideshow .carousel-indicators li.active, .xslideshow .carousel-indicators li:hover {
  width:20px;
  height:20px;
  /*border:3px solid #ffffff;*/
  background:#ffffff;
  opacity:.8;
}

.xslideshow .carousel-caption {
  bottom:auto;
  top:10px;
  left:0;
  right:0;
  text-align:left;
  text-shadow:none;
  width:100%;
}

.xslideshow .carousel-caption.bottom-caption {
  bottom:140px;
  top:auto;
}

.xslideshow .carousel-caption > * {
  -webkit-transition:all .6s ease;
  -o-transition:all .6s ease;
  transition:all .6s ease;
  padding:7px 30px 7px 100px;
  clear:left;
  float:left;
  opacity:0;
  margin:30px 0 0;
}

.xslideshow .carousel-caption > .bg-black {
  background:rgba(0,0,0,.7);
  color:#ffffff;
}

.xslideshow .carousel-caption > .bg-white {
  background:rgba(255,255,255,.7);
  color:#000000;
}

@media (max-width:767px) {
  .xslideshow .carousel-caption > * {
    padding-left:30px;
  }
}

.xslideshow .carousel-caption .title {
  font-size:36px;
  /*margin:-30px 0 0;*/
}

.xslideshow .carousel-caption .subtitle {
  font-size:24px;
  /*margin:60px 0 0;*/
}

.xslideshow .carousel-caption.bottom-caption > * {
  margin:45px 0 -30px;
}

.xslideshow .carousel-caption.bottom-caption .title {
  margin:0;
}

.xslideshow .carousel-caption.bottom-caption .subtitle {
  margin:60px 0 -30px;
}

.xslideshow .item.active .carousel-caption > *, .xslideshow .item.active .carousel-caption.visible-caption > * {
  opacity:1;
}

.xslideshow .item.active .carousel-caption.visible-caption > * {
  margin:0;
}

@media (min-width:992px) {
  .xslideshow .carousel-caption .title {
    font-size:44px;
    max-width:50%;
  }
}

@media (min-width:992px) {
  .xslideshow .carousel-caption .subtitle {
    font-size:36px;
    max-width:50%;
  }
}

.subtitle.bg-black {
  margin-top:10px;
}

.subtitle.bg-white {
  margin-top:10px;
}

.top {
  margin-top:80px !important;
}



/*Features*/

.waves-effect, a {
  -webkit-tap-highlight-color:transparent;
}

.alert, .breadcrumb, .card, .card .card-header, .dropdown-menu, .file-custom, .input-group-addon, .jumbotron, .list-group .list-group-item, .modal-content, .nav .nav-link, .nav-tabs, .navbar, .navbar-toggler, .page-item:first-child .page-link, .page-item:last-child .page-link, .pagination-lg .page-item:first-child .page-link, .pagination-lg .page-item:last-child .page-link, .pagination-sm .page-item:first-child .page-link, .pagination-sm .page-item:last-child .page-link, .popover, .tag, .tooltip-inner, img {
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  -ms-border-radius:0px;
  -o-border-radius:0px;
  border-radius:0px;
}

.divider-new, .text-fluid, h1, h2, h3, h4, h5, h6 {
  font-weight:300;
}

.waves-effect {
  position:relative;
  cursor:pointer;
  overflow:hidden;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  z-index:1;
}

@media (max-width:991px) {
  .row-fitur {
    margin-right:2%;
    margin-left:2%;
    padding-top:25px;
    padding-bottom:25px;
  }
}

@media (min-width:991px) {
  .row-fitur {
    margin-right:0;
    margin-left:0;
    padding-top:25px;
    padding-bottom:25px;
  }
}

.fitur-a {
  text-align:center;
}

.separator-fitur {
  width:100%;
  height:1px;
  background:#f2f2f2;
  margin-top:25px;
  margin-bottom:15px;
}

.kolom-b {
  padding:25px;
}

.kolom-c {
  padding:25px;
}

.kolom-c:hover {
  /*transition:0.2s;*/
  /*background:#f5f5f5;*/
  /*border-radius:4px;*/
}

.kolom-b:hover {
  /*border-radius:4px;*/
  /*transition:0.2s;*/
  /*background:#f5f5f5;*/
}

.kolom-a:hover {
  /*background:#f5f5f5;*/
  /*border-radius:4px;*/
  /*transition:0.2s;*/
}

.kolom-a {
  padding:25px;
}

.heading-fitur {
  font-size:18px;
  color:#121212;
  margin-bottom:15px;

}

.paragraf-fitur {
  color:#ffffff;
  font-size:16px;
  font-weight:300;
}

.box.background-picture.backgroundImage1.screen-small {
}

.highlight-clean {
  color:#313437;
  background-color:#fff;
  padding:50px 0;
  width:100%;
  height:100%;
  /*height:400px;*/
}

.highlight-clean p {
  color:#7d8285;
}

.highlight-clean h2 {
  font-weight:bold;
  margin-bottom:25px;
  line-height:1.5;
  padding-top:0;
  margin-top:0;
  color:inherit;
}

.highlight-clean .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 25px;
}

.highlight-clean .buttons {
  text-align:center;
}

.highlight-clean {
  color:white;
  background-color:#2c1f1f;
  padding:50px 0;
}

.highlight-clean p {
  color:#e1eaef;
}

.highlight-clean h2 {
  font-weight:bold;
  margin-bottom:25px;
  line-height:1.5;
  padding-top:0;
  margin-top:0;
  color:inherit;
}

.highlight-clean .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 25px;
}

.highlight-clean .buttons {
  text-align:center;
}

.client-header {
  font-size:44px;
  margin-top:50px;
}

#section-clients {
  /*margin-top:-40px;*/
  top:-40px;
    padding-top: 20px;
  position:relative;
    margin-bottom: 50px;
}

.word {
    background-color: #072a54 !important;
    color: white!important;
    font-size: 24px!important;
    padding-top: 10px!important;
}


/*Latest Project Widget*/

.linLatestProject {
    width: 100%;
    text-align: center;
}
.card-section-imagia {
  padding:60px 0 30px;
  height:200px;
  /*background:#f1f1f1;*/
  height:100%;
}

.card-section-imagia > h1 {
  font-size:48px;
  text-align:center;
  margin:0 0 10px;
}

.card-section-imagia > h2 {
  font-size:24px;
  text-align:center;
  margin:0 0 60px;
  color:#aaaaaa;
  text-transform:uppercase;
}

.card-container-imagia {
  -webkit-perspective:1500px;
  -moz-perspective:1500px;
  -o-perspective:1500px;
  perspective:1500px;
  margin-bottom:30px;
}

.card-container-imagia:hover .card-imagia {
  -webkit-transform:rotateY( 180deg );
  -moz-transform:rotateY( 180deg );
  -o-transform:rotateY( 180deg );
  transform:rotateY( 180deg );
}

.card-imagia {
  -webkit-transition:-webkit-transform .5s;
  -moz-transition:-moz-transform .5s;
  -o-transition:-o-transform .5s;
  transition:transform .5s;
  -webkit-transform-style:preserve-3d;
  -moz-transform-style:preserve-3d;
  -o-transform-style:preserve-3d;
  transform-style:preserve-3d;
  position:relative;
}

.front-imagia, .back-imagia {
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -o-backface-visibility:hidden;
  backface-visibility:hidden;
  position:absolute;
  top:0;
  left:0;
  background-color:#FFF;
  box-shadow:0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom:46px;
}

.front-imagia {
  z-index:2;
}

.back-imagia {
  -webkit-transform:rotateY( 180deg );
  -moz-transform:rotateY( 180deg );
  -o-transform:rotateY( 180deg );
  transform:rotateY( 180deg );
  z-index:3;
}

.card-container-imagia, .front-imagia, .back-imagia {
  width:100%;
  height:420px;
  border-radius:4px;
}

.card-imagia .cover-imagia {
  /*height:120px;*/
  overflow:hidden;
  border-radius:4px 4px 0 0;
}

.card-imagia .cover-imagia img {
  width:100%;
  height:200px;
}

.card-imagia .cover-imagia.cover-gradient {
  background:#ffffff;
  background-image:radial-gradient(circle at 50% 100% , #ADCACE 0%, #89BECE 33%, #34A1C8 66%, #036EAD 100%);
}

.card-imagia .user-imagia {
  border-radius:50%;
  display:block;
  height:130px;
  margin:-65px auto 0;
  overflow:hidden;
  width:120px;
}

.card-imagia .user-imagia img {
  background:#FFFFFF;
  border:5px solid #FFFFFF;
  width:100%;
}

.card-imagia .content-imagia {
  background-color:rgba(0, 0, 0, 0);
  box-shadow:none;
  padding:10px 20px 20px;
}

.content-back-imagia {
  display:flex;
  align-items:center;
  height:100%;
}

.card-imagia .name-imagia {
  font-size:22px;
  line-height:26px;
  margin:0;
  text-align:center;
  text-transform:capitalize;
}

.card-imagia .subtitle-imagia {
  color:#aaaaaa;
  text-align:center;
  margin-bottom:15px;
}

.card-imagia .footer-imagia {
  width:100%;
  color:#aaaaaa;
  padding:10px 0;
  text-align:center;
  position:absolute;
  bottom:0;
  border-top:1px solid #eeeeee;
}

.card-imagia .footer-imagia .social-imagia a {
  margin:0 7px;
  font-size:18px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .front-imagia, .back-imagia {
    -ms-backface-visibility:visible;
    backface-visibility:visible;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .back-imagia {
    visibility:hidden;
    -ms-transition:all 0.2s cubic-bezier(.92,.01,.83,.67);
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .front-imagia {
    z-index:4;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-container-imagia:hover .back-imagia {
    z-index:5;
    visibility:visible;
  }
}

aside.clients img {
  margin:50px auto;
}



/*Projects*/
.card-title {
  margin-top:15px;
  word-wrap: break-word;
  max-width: 600px;
}



.card {
  width:100%;
  /*min-width:300px;*/
}

.img-fluid {
  width:100%;
  min-width:100%;
}

#pod-1 {
  padding:15px;
  margin-top:16px;
}




.filtr-item {
    padding: 4px;
    height: 300px;
    max-height: 300px;
    -moz-min-width: 320px;
    -ms-min-width: 320px;
    -o-min-width: 320px;
    -webkit-min-width: 320px;
    min-width: 320px;
max-width: 320px;
}


@media (max-width:479px) {
  .filtr-item {
      width:100%;
      -moz-min-width: 100%;
      -ms-min-width: 100%;
      -o-min-width: 100%;
      -webkit-min-width: 100%;
      min-width: 100%;
      max-width: 100%
  }
}




#filtr-gallery {
  padding:45px 0;

  color:#000;
}

.filtr-container {
  margin:0 -4px;
    overflow: hidden;
}

.filtr-controls {
  text-align:center;
  font-size:9px;
  text-transform:uppercase;
  margin:30px 0 15px;
}

.filtr-controls span {
  display:inline-block;
  margin:10px 15px;
  cursor:pointer;
  padding:5px 0;
  position:relative;
  color:#777;
}

.filtr-controls span:hover, .filtr-controls span.active {
  color:#000;
}

.filtr-controls span:after {
  content:' ';
  width:0;
  height:2px;
  position:absolute;
  bottom:0;
  left:50%;
  background:transparent;
  -webkit-transition:all .6s ease;
  transition:all .6s ease;
}

.filtr-controls span.active:after {
  width:100%;
  left:0;
  background:#000;
}

.filtr-item > a {
  position:relative;
  display:block;
    text-decoration: none;
}

.filtr-item > a:before, .filtr-item > a:after {
  -webkit-transition:all .6s ease;
  transition:all .6s ease;
}

.filtr-item > a:before {
  content:' ';
  position:absolute;
  z-index:10;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:transparent;
}

.filtr-item:hover > a:before {

}

.filtr-item > a:after {
  font-family:FontAwesome;
  position:absolute;
  z-index:11;
  top:50%;
  left:50%;
  margin:-20px 0 0 -17px;
  color:#fff;
  font-size:40px;
  line-height:40px;
  opacity:0;
}

.filtr-item:hover > a:after {
  opacity:.5;
}

.filtr-loading {
  border:5px solid #333;
  position:relative;
  border-radius:40px;
  height:40px;
  left:50%;
  margin:80px 0;
  opacity:0;
  top:0;
  width:40px;
  z-index:2;
  -webkit-animation:pulsate 1s ease-out infinite;
  -moz-animation:pulsate 1s ease-out infinite;
  -ms-animation:pulsate 1s ease-out infinite;
  -o-animation:pulsate 1s ease-out infinite;
  animation:pulsate 1s ease-out infinite;
}

.sl-wrapper .sl-close, .sl-wrapper .sl-navigation button {
  height:44px;
  line-height:44px;
  font-family:Arial,Baskerville,monospace;
}

.sl-wrapper .sl-close:focus, .sl-wrapper .sl-navigation button:focus {
  outline:0;
}

body.hidden-scroll {
  overflow:hidden;
}

.sl-overlay {
  position:fixed;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background:#fff;
  /*opacity:.9;*/
  display:none;
  z-index:1050;
}

.sl-wrapper .sl-close, .sl-wrapper .sl-counter {
  top:30px;
  display:none;
  color:#000;
  position:fixed;
}

.sl-wrapper {
  z-index:1040;
}

.sl-wrapper button {
  border:0;
  background:0 0;
  font-size:28px;
  padding:0;
  cursor:pointer;
}

.sl-wrapper button:hover {
  opacity:.7;
}

.sl-wrapper .sl-close {
  right:30px;
  z-index:1060;
  margin-top:-14px;
  margin-right:-14px;
  width:44px;
  font-size:5rem;
}

.sl-wrapper .sl-counter {
  left:30px;
  z-index:1060;
  font-size:1rem;
}

.sl-wrapper .sl-navigation {
  width:100%;
  display:none;
}

.sl-wrapper .sl-navigation button {
  position:fixed;
  top:50%;
  margin-top:-22px;
  width:22px;
  text-align:center;
  display:block;
  z-index:1060;
  color:#000;
}

.sl-wrapper .sl-navigation button.sl-next {
  right:5px;
  font-size:2rem;
}

.sl-wrapper .sl-navigation button.sl-prev {
  left:5px;
  font-size:2rem;
}

.sl-wrapper .sl-image {
  position:fixed;
  -ms-touch-action:none;
  touch-action:none;
  z-index:10000;
  /*border:1px solid #ddd;*/
}

.sl-wrapper .sl-image img {
  margin:0;
  padding:15px;
  display:block;
  /*border:0;*/
  -webkit-box-shadow:0 0 15px rgba(0,0,0,.1);
  box-shadow:0 0 15px rgba(0,0,0,.1);
  background:#fff;
}

.sl-wrapper .sl-image iframe {
  background:#000;
  border:0;
}

@media (min-width:35.5em) {
  .sl-wrapper .sl-navigation button {
    width:44px;
  }
}

@media (min-width:35.5em) {
  .sl-wrapper .sl-navigation button.sl-next {
    right:10px;
    font-size:4rem;
  }
}

@media (min-width:35.5em) {
  .sl-wrapper .sl-navigation button.sl-prev {
    left:10px;
    font-size:4rem;
  }
}

@media (min-width:35.5em) {
  .sl-wrapper .sl-image iframe, .sl-wrapper .sl-image img {
    border:0;
  }
}

@media (min-width:50em) {
  .sl-wrapper .sl-navigation button {
    width:44px;
  }
}

@media (min-width:50em) {
  .sl-wrapper .sl-navigation button.sl-next {
    right:20px;
    font-size:6rem;
  }
}

@media (min-width:50em) {
  .sl-wrapper .sl-navigation button.sl-prev {
    left:20px;
    font-size:6rem;
  }
}

@media (min-width:50em) {
  .sl-wrapper .sl-image iframe, .sl-wrapper .sl-image img {
    border:0;
  }
}

.sl-wrapper .sl-image .sl-caption {
  display:none;
  padding:10px;
  color:#fff;
  background:rgba(0,0,0,.8);
  position:absolute;
  bottom:15px;
  left:15px;
  right:15px;
  text-align:center;
  -webkit-animation:opacity .6s ease-out;
  -moz-animation:opacity .6s ease-out;
  -ms-animation:opacity .6s ease-out;
  -o-animation:opacity .6s ease-out;
  animation:opacity .6s ease-out;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom:auto;
  top:15px;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom:auto;
}

.sl-wrapper .sl-image .sl-download {
  display:none;
  position:absolute;
  bottom:5px;
  right:5px;
  color:#000;
  z-index:1060;
}

.sl-spinner {
  display:none;
  border:5px solid #333;
  border-radius:40px;
  height:40px;
  left:50%;
  margin:-20px 0 0 -20px;
  opacity:0;
  position:fixed;
  top:50%;
  width:40px;
  z-index:1057;
  -webkit-animation:pulsate 1s ease-out infinite;
  -moz-animation:pulsate 1s ease-out infinite;
  -ms-animation:pulsate 1s ease-out infinite;
  -o-animation:pulsate 1s ease-out infinite;
  animation:pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position:absolute;
  top:-9999px;
  width:50px;
  height:50px;
  overflow:scroll;
}

@keyframes pulsate {
  0% {
    transform:scale(.1);
    opacity:0;
  }
  50% {
    opacity:1;
  }
  100% {
    transform:scale(1.2);
    opacity:0;
  }
}

@keyframes opacity {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@media (min-width: 768px) {
  .pod {
    width:100%;

  }
}

@media (min-width: 576px) {
  .pod {
    width:100%;
    height:auto;
  }
}

@media (min-width: 300px) {
  .pod {
    width:100%;
    height:auto;
  }
}

.img-fluid {
  width:200px;
  height:200px;
}

.pod {
    padding-bottom: 50px;
}



.navigation-clean .navbar-nav > li > .dropdown-menu {
    background-color: #white !important
}
.navigation-clean .dropdown-menu > li > a:focus, .navigation-clean .dropdown-menu > li > a {
    color: #333 !important;
    font-size: 14px !important;
        
}

.navigation-clean .dropdown-menu > li > a:focus, .navigation-clean .dropdown-menu > li > a:hover {
     color: white !important
}


@media (max-width:767px) {
.navigation-clean .dropdown-menu > li > a:focus, .navigation-clean .dropdown-menu > li > a:hover {
     color: white !important
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover
{
	background-color: #e2561b;
}

}


div.cultureSelecter div.navbar-collapse.pull-right ul.nav.navbar-nav li.dropdown a.dropdown-toggle {
        color: #333!important;
    font-size: 14px!important;
}
div.cultureSelecter div.navbar-collapse.pull-right ul.nav.navbar-nav li.dropdown a.dropdown-toggle:hover {
        background-color: transparent!important;
    font-size: 14px!important;
}
div.cultureSelecter div.navbar-collapse.pull-right ul.nav.navbar-nav li.dropdown a.dropdown-toggle {
        background-color: transparent!important;
    font-size: 14px!important;
}
.cultureSelecter .navbar-nav .open .dropdown-menu { background-color: white; }

div.cultureSelecter div.navbar-collapse.pull-right ul.nav.navbar-nav li.dropdown.open ul.dropdown-menu li a {
    color: #333;
}
div.cultureSelecter div.navbar-collapse.pull-right ul.nav.navbar-nav li.dropdown.open ul.dropdown-menu li a:hover {
	background-image:none;
	background-color:#e2561b !important;
    color: white !important;
}


/*Project Lister*/
.projectLister {
    margin-top: 100px;
    width: 100%;

}

.pager {
    margin: 0 auto;
    margin-top: -150px;
position: relative;
padding-bottom: 100px;
}

 div.projectLister div.pager nav ul li.page-item a.page-link {
     border-radius: 0!important;
 }

 .projectDiv {
     margin-top: 100px;

 }

 .projectGalery {
     width: 100%;
     margin: 0 auto;
     top: 100px;
     position: relative;
     display: block;
 }



 .project_simple_slider{
        width: 100%;

     margin-left: 14px;

 }
.simple-slider .swiper-slide {
  height:500px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
}

.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
  width:50px;
  margin-left:20px;
  margin-right:20px;
}

@media (max-width:767px) {
  .simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
    display:none;
  }
}

@media (max-width:767px) {
  .simple-slider .swiper-slide {
    height:360px;
  }
}



.projectTitle {

margin-left: 28px;
top: 60px;
position: relative;

  
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-color: transparent;
border: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        background-color: transparent;
border: none;
}

.project_details
{
 top: 58px;
position: relative;
margin-left:25px; 
min-height:300px;
margin-bottom: 150px;
}

.project_details .label{
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: #337ab7;
    font-size:18px;
    color:black;

}

.project_details .info{
    font-weight: 600;
color: #072a54;
font-size: 16px;
}


#share {
	width: 100%;
  	text-align: center;
}

/* buttons */

#share a {
	width: 30px;
  	height: 30px;
  	display: inline-block;
  	margin: 8px;
  	border-radius: 50%;
  	font-size: 24px;
  	color: #fff;
	opacity: 0.90;
	transition: opacity 0.15s linear;
}

#share a:hover {
	opacity: 1;
}

/* icons */

#share i {
  	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
}

/* colors */

.facebook {
 	background: #3b5998;
}

.twitter {
  	background: #55acee;
}

.googleplus {
  	background: #dd4b39;
}

.linkedin {
  	background: #0077b5;
}

.pinterest {
  	background: #cb2027;
}

.row
{
    margin-right:0!important;
    margin-left:0!important;
}
.icon-feature {
  text-align:center;
}

.icon-feature .glyphicon {
  font-size:60px;
}

section.features {
  background-color:#072a54;
  padding:40px 0;
  color:#fff;
}

.features h2 {
  color:#fff;
}

.features .icon-features {
  margin-top:15px;
}

.content-container {
    margin-top: 120px;
    margin-bottom: 50px;

}

.contact-icon {
    color: #e94e0f;
}

.line-div {
    height: 2px;
    width: 100%;
    background-color: #072a54;
}

.certificate {
    float: left;
    height: auto;
    width: 270px;
    margin: 0 auto;
}

.content-center {
    margin: 0 auto;
}


.contact-clean {
  padding:30px 0;
    margin-bottom: 40px;
}

@media (max-width:767px) {
  .contact-clean {
    padding:20px 0;
  }
}

.contact-clean form {
  max-width:480px;
  width:90%;
  margin:0 auto;
  background-color:#ffffff;
  padding:40px;
  border-radius:4px;
  color:#505e6c;
  box-shadow:1px 1px 5px rgba(0,0,0,0.1);
}

@media (max-width:767px) {
  .contact-clean form {
    padding:30px;
  }
}

.contact-clean h2 {
  margin-top:5px;
  font-weight:bold;
  font-size:28px;
  margin-bottom:36px;
  color:inherit;
}

.contact-clean .title {
      margin-bottom:0!important;
}
.contact-clean .subTitle {
      margin-bottom:30px!important;
}

.contact-clean .form-group:last-child {
  margin-bottom:5px;
}

.contact-clean form .form-control {
  background:#fff;
  border:1px solid #d4d4d4;
  border-radius:2px;
  box-shadow:1px 1px 1px rgba(0,0,0,0.05);
  outline:none;
  color:inherit;
  padding-left:12px;
  height:42px;
}

.contact-clean form .form-control:focus {
  border:1px solid #b2b2b2;
}

.contact-clean form textarea.form-control {
  min-height:100px;
  max-height:260px;
  padding-top:10px;
  resize:vertical;
}

.contact-clean form .form-control-feedback {
  height:42px;
  line-height:42px;
}

.contact-clean form .help-block {
  margin-top:8px;
  font-size:13px;
}

.contact-clean form .btn {
  padding:16px 32px;
  border:none;
  background:none;
  box-shadow:none;
  text-shadow:none;
  opacity:0.9;
  text-transform:uppercase;
  font-weight:bold;
  font-size:13px;
  letter-spacing:0.4px;
  line-height:1;
  outline:none !important;
}

.contact-clean form .btn:hover {
  opacity:1;
}

.contact-clean form .btn:active {
  transform:translateY(1px);
}

.contact-clean form .btn-primary {
  background-color:#055ada !important;
  margin-top:15px;
  color:#fff;
}

.contactImage {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.contentPage .intro h2{
    color: black !important;
}

.contentPage .intro p{
    color: black !important;
}

.message-block {
    left: 0;
    width: 100%;
    text-align: center;
}

.portfolioModalDialog {
    width: auto;
    padding-left: 15px;
}

.contact-info {
    bottom: 15px;
position: absolute;
}

.header-contact {
    margin-top: 90px;
position: fixed;
background-color: #072a54;
color: white;
width: 100%;
    z-index: 100;
}



.header-content {
    float: right;
    margin-right: 15px;
    padding-top: 5px;
    margin-left: 0px;
}

@media (max-width:767px) {
.header-content {
    float: left;
    margin-right: 15px;
    padding-top: 5px;
    margin-left: 15px;
}
}




@media (min-width: 300px) {
    .cultureSelecter {
    right: 35px !important;
    top: 40px !important;
    position: fixed;
    z-index: 99999;
    float: right;
    right: 0;
    color: white !important;
    font-size: 14px !important;
    }

    .navbar-collapse {
        -webkit-box-shadow: none !important;
        -ms-box-shadow: none !important;
        box-shadow: none !important;
    }

     .log-img {
         margin-top:-15px!important;
        margin-left:0!important; 
    }
    .navigation-clean .navbar-brand {
        width: 180px!important;
    }

    .xslideshow .carousel-caption.bottom-caption .title {
        top: 20px;
        position: relative;
        font-size: 18px;
    }
    .xslideshow .carousel-caption.bottom-caption .subtitle {
           font-size: 14px;
           top: 10px;
           position: relative;
    }

    .certificate {
        width: 240px;
    }

    .projectDiv {
        margin-top: 150px;
    }

    .project_simple_slider {
        margin-left: 0;
    }

    .carousel-indicators {
        bottom: 60px;
    }
}

@media (min-width: 320px) {
    .cultureSelecter {
    right:0 !important;
    top: 40px !important;
    position: fixed;
    z-index: 99999;
    float: right;
    right: 0;
    color: white !important;
    font-size: 14px !important;
    }

    
    .log-img {
         margin-top:-15px!important;
        margin-left:0!important; 
    }
    .navigation-clean .navbar-brand {
        width: 180px!important;
    }

    .xslideshow .carousel-caption.bottom-caption .title {
        top: 20px;
        position: relative;
        font-size: 22px;
    }
    .xslideshow .carousel-caption.bottom-caption .subtitle {
           font-size: 18px;
           top: 10px;
           position: relative;
    }

        .certificate {
        width: 260px;
    }

            .projectDiv {
        margin-top: 150px;
    }

    .project_simple_slider {
        margin-left: 0;
    }

        .carousel-indicators {
        bottom: 60px;
    }
}

@media (min-width: 576px) {
    .cultureSelecter {
    right: 80px !important;
    top: 6px !important;
    position: fixed;
    z-index: 99999;
    float: right;
    right: 0;
    color: white !important;
    font-size: 14px !important;
    }

        .certificate {
        width: 170px;
    }
}

@media (min-width: 768px) {
    .cultureSelecter {
    right: 0 !important;
    top: 39px !important;
    position: fixed;
    z-index: 99999;
    float: right;
    right: 0;
    color: white !important;
    font-size: 14px !important;
    }

    .log-img {
         margin-top:-15px!important;
        margin-left:10px!important; 
    }
    .navigation-clean .navbar-brand {
        width: 180px!important;
    }

        .certificate {
        width: 230px;
    }

            .carousel-indicators {
        bottom: 40px;
    }
}

@media (min-width: 992px) {
    .cultureSelecter {
    right: 0 !important;
    top: 39px !important;
    position: fixed;
    z-index: 99999;
    float: right;
    right: 0;
    color: white !important;
    font-size: 14px !important;
    }

  .log-img {
         margin-top:-15px!important;
        margin-left:70px!important; 
    }
    .navigation-clean .navbar-brand {
        width: 300px!important;
    }

        .xslideshow .carousel-caption.bottom-caption .title {
        top: 50px;
        position: relative;
        font-size: 36px;
    }
    .xslideshow .carousel-caption.bottom-caption .subtitle {
           font-size: 24px;
           top: 50px;
           position: relative;
    }

        .certificate {
        width: 240px;
    }

                    .carousel-indicators {
        bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .cultureSelecter {
    right: 0 !important;
    top: 39px !important;
    position: fixed;
    z-index: 99999;
    float: right;
    right: 0;
    color: white !important;
    font-size: 14px !important;
    }

      .log-img {
         margin-top:-15px!important;
        margin-left:70px!important; 
    }
    .navigation-clean .navbar-brand {
        width: 300px!important;
    }
        .certificate {
        width: 300px;
    }

.carousel-indicators {
        bottom: 10px;
    }
}

@media (min-width: 1366px) {
    .cultureSelecter {
    top: 18px!important;
    position: fixed;
    z-index: 99999;
    float: right;
    right: 0;
    color: white!important;
    font-size: 14px!important;
    }

          .log-img {
         margin-top:-15px!important;
        margin-left:70px!important; 
    }
    .navigation-clean .navbar-brand {
        width: 300px!important;
    }

        .certificate {
        width: 240px;
    }

        .country-panel {
            position: relative;
        padding-left: 15px;
        padding-right: 15px;
        margin: 0 auto;
        width: 800px;
        }

        
.carousel-indicators {
        bottom: 10px;
    }
}

.pageActive {
    background-color: #e94e0f!important;
    color: white;
}

