.bl-main,
.container,
body,
html {
    height: 100%
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.eot);
    src: url(../fonts/icomoon.eot?#iefix) format('embedded-opentype'), url(../fonts/icomoon.woff) format('woff'), url(../fonts/icomoon.ttf) format('truetype'), url(../fonts/icomoon.svg#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}

body,
html {
    font-size: 100%;
    padding: 0;
    margin: 0
}

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

body {
    font-family: Lato, Calibri, Arial, sans-serif;
    color: #f2ede3;
    background: #333;
    font-size: .9em;
    font-weight: 300
}

.bl-box h2,
a {
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase
}

a {
    color: #f0f0f0;
    text-decoration: none;
    padding: 0 5px;
    font-size: 80%
}

a:hover {
    color: #fff
}

.bl-main {
    position: absolute;
    width: 100%;
    overflow: hidden
}

.bl-main>section {
    position: absolute;
    width: 50%;
    height: 50%
}

.bl-main>section:first-child {
    top: 0;
    left: 0;
    background: #F06060
}

.bl-main>section:nth-child(2) {
    top: 0;
    left: 50%;
    background: #FA987D
}

.bl-main>section:nth-child(3) {
    top: 50%;
    left: 0;
    background: #72CCA7
}

.bl-main>section:nth-child(4) {
    top: 50%;
    left: 50%;
    background: #10A296
}

.bl-box {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.bl-box h2 {
    text-align: center;
    margin: 0;
    padding: 20px;
    width: 100%;
    font-size: 1.8em
}

.bl-icon {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    cursor: pointer;
    -webkit-font-smoothing: antialiased
}

.bl-content article h3,
.title {
    text-transform: uppercase
}

.bl-icon:before {
    display: block;
    font-size: 2em;
    margin-bottom: 10px
}

.bl-icon-about:before {
    content: "\e000"
}

.bl-icon-works:before {
    content: "\e001"
}

.bl-icon-blog:before {
    content: "\e002"
}

.bl-icon-contact:before {
    content: "\e003"
}

.bl-main>section .bl-icon-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 100;
    opacity: 0;
    pointer-events: none
}

.bl-icon-close:before {
    content: "\e005"
}

.bl-content,
div.bl-panel-items>div>div {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 60px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    padding: 0 20px;
    overflow: hidden;
    overflow-y: auto
}

.bl-content p {
    letter-spacing: 2px;
    font-weight: bold;
    margin: 0 auto;
    padding-bottom: 0px;
    padding-top: 20px;
    font-size: 1.7em;
    line-height: 1.8;
    padding-left: 20px
}

.visit a {
    border: 1px solid #fff;
    color: #f2ede3;
    padding: 7px 13px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.visit a:hover {
    color: #444
}

.services {
    list-style: none;
    font-size: 1.2em;
    line-height: 1.8
}

.services li:before {
    color: #f2ede3;
    content: "+ ";
    font-size: 20px
}

.services li span {
    display: block
}

.services li span u {
    text-decoration: none;
    border-bottom: 1px solid #fff
}

.bl-content h2 {
    font-size: 3em;
    font-weight: 300;
    margin: 0 20px 20px
}

.bl-content article {
    padding: 20px 40px 20px 0
}

.bl-content article .lazy {
    padding-left: 20px
}

.bl-content article h3 {
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 0 10px;
    padding-top: 20px;
    font-size: 1.4em
}

.bl-content article a {
    color: rgba(0, 0, 0, .2)
}

.bl-content>ul {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;

    display: grid;
    font-size: 0;
    grid-template-columns: 25% 25% 25% 25%;
}

 .bl-content>ul li {
    /* display: inline-block;
    width: 22.8%;
    margin: 1%;
    position: relative */
    flex-grow: 1;
   
    margin: 10px;
    margin-bottom: 0;
} 

.bl-content>ul li a {
    display: flex;
    height: 100%;
    padding: 0;
    border: 8px solid rgba(0, 0, 0, .1);
    justify-content: center;
}
.bl-content>ul li a:hover {
    border: 8px solid rgba(242, 237, 227, .5);
}

.bl-content>ul li a img,
.bl-content>ul li a video  {
    display: block;
    max-width: 100%;
    height: auto;
  width: 100%;
}

/* .bl-content>ul li a .img-top {
    display: none !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    height: 100%;
    border: 8px solid rgba(0, 0, 0, .1)
}

.bl-content>ul li:hover .img-top {
    display: inline !important
} */

#skype {
    text-transform: none
}

div.bl-panel-items,
div.bl-panel-items>div {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
}

div.bl-panel-items>div>div {
    width: 60%;
    margin: 0 auto;
    opacity: 1;
    bottom: 90px;
    top: 90px;
    pointer-events: auto
}

div.bl-panel-items>div>div h3 {
    font-size: 2.4em;
    font-weight: 300;
    margin: 0 0 20px
}

div.bl-panel-items>div>div p {
    font-size: 1.3em;
    text-align:left;
}

div.bl-panel-items>div>div img {
    float: left;
    margin: 0 20px 80px 0;
    max-width: 100%
}

div.bl-panel-items {
    top: 100%;
    z-index: 9999
}

div.bl-panel-items>div {
    background: #3ba5db;
    z-index: 0;
    opacity: 0;
    -webkit-transform: translateY(0);
    -webkit-transition: -webkit-transform .5s ease-in-out, opacity 0s linear .5s;
    -moz-transform: translateY(0);
    -moz-transition: -moz-transform .5s ease-in-out, opacity 0s linear .5s;
    transform: translateY(0);
    transition: transform .5s ease-in-out, opacity 0s linear .5s;
    -ms-transform: translateY(0)
}

div.bl-panel-items nav {
    position: absolute;
    z-index: 9999;
    width: 216px;
    left: 50%;
    top: 0;
    margin-left: -108px;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out .5s;
    -moz-transition: opacity .2s ease-in-out .5s;
    transition: opacity .2s ease-in-out .5s
}

div.bl-panel-items.bl-panel-items-show nav span {
    float: left;
    margin: 5px
}

div.bl-panel-items nav span.bl-next-work {
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
    text-transform: uppercase;
    line-height: 2em;
    cursor: pointer;
    margin-right: 2em
}

div.bl-panel-items.bl-panel-items-show nav {
    opacity: 1;
    top: -70px
}

div.bl-panel-items>div.bl-show-work {
    z-index: 1000;
    opacity: 1;
    -webkit-transform: translateY(-100%);
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -moz-transform: translateY(-100%);
    -moz-transition: -moz-transform .5s ease-in-out;
    transform: translateY(-100%);
    transition: transform .5s ease-in-out;
    -ms-transform: translateY(-100%)
}

div.bl-panel-items>div.bl-hide-current-work {
    opacity: 0;
    -webkit-transition: -webkit-transform .5s ease-in-out, opacity .5s ease-in-out;
    -webkit-transform: translateY(-100%) scale(.5);
    -moz-transition: -moz-transform .5s ease-in-out, opacity .5s ease-in-out;
    -moz-transform: translateY(-100%) scale(.5);
    transition: transform .5s ease-in-out, opacity .5s ease-in-out;
    transform: translateY(-100%) scale(.5);
    -ms-transform: translateY(-100%) scale(.5);
    z-index: 0
}

.bl-main>section {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.bl-main>section.bl-expand {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.bl-main>section.bl-expand-top {
    z-index: 100
}

.bl-main>section:first-child.bl-expand {
    background: #E44
}

.bl-main>section:nth-child(2).bl-expand {
    background: #F98262
}

.bl-main>section:nth-child(3).bl-expand {
    background: #4BBE8E
}

.bl-main>section:nth-child(4).bl-expand {
    background: #0D8278
}

.bl-main.bl-expand-item>section.bl-scale-down,
.bl-main.bl-expand-item>section:not(.bl-expand) {
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}

.bl-box {
    -webkit-transition: opacity .2s linear .5s;
    -moz-transition: opacity .2s linear .5s;
    transition: opacity .2s linear .5s
}

section.bl-expand .bl-box {
    opacity: 0;
    -webkit-transition: opacity 0s linear;
    -moz-transition: opacity 0s linear;
    transition: opacity 0s linear
}

.bl-box h2 {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.no-touch section:not(.bl-expand) .bl-box:hover h2 {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px)
}

.bl-content,
.bl-icon-close {
    -webkit-transition: opacity .1s linear 0s;
    -moz-transition: opacity .1s linear 0s;
    transition: opacity .1s linear 0s
}

section.bl-expand .bl-content,
section.bl-expand .bl-icon-close {
    pointer-events: auto;
    opacity: 1;
    -webkit-transition: opacity .3s linear .5s;
    -moz-transition: opacity .3s linear .5s;
    transition: opacity .3s linear .5s
}

@media only screen and (min-width:320px) and (max-width:450px) {
    .bl-content>ul li {
        width: 100%;
    }
    .bl-content>ul{
        grid-template-columns: 50% 50%;
    }
    .bl-content>ul li a img {
        height: 100%;
    }
    .bl-box,
    .bl-content {
        font-size: 75%;
    }
    .services {
        padding-left: 0;
    }
    div.bl-panel-items>div>div p {
        font-size: 12px;
    }
    div.bl-panel-items>div>div {
        width: auto;
    }
    div.bl-panel-items>div>div img {
        max-height: 50%;
    }
}

@media only screen and (min-width:451px) and (max-width:650px) {
    /* .bl-content {
        width: 380px
    }
    .bl-content>ul li {
        width: 45%
    } */
    .bl-content>ul{
        grid-template-columns: 50% 50%;
    }
    div.bl-panel-items>div>div {
        top: 10px;
    }
    div.bl-panel-items>div>div img {
        max-height: 50%;
    }
    .services {
        padding-left: 0;
    }
}

@media only screen and (min-width:651px) and (max-width:768px) {
    .bl-content>ul li {
        width: 100%;
    }
    .bl-content>ul{
        grid-template-columns: 33.3% 33.3% 33.3%;
    }
}

@media only screen and (min-width:768px) and (max-width:959px) {
    
    .bl-content>ul li a img {
        height: 100%;
    }
}

@media only screen and (min-width:960px) and (max-width:1199px) {
   
    .bl-content>ul li a img {
        height: 100%
    }
}


.swiper {
    width: 100%;
    padding: 25px 0;
  }

  /* .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 100%;
  } */

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
  }

  .swiper-slide {
    width: 33%;
  }

  /* .swiper-slide:nth-child(2n) {
    width: 60%;
  }

  .swiper-slide:nth-child(3n) {
    width: 40%;
  } */

  .swiper-button-next, .swiper-button-prev{
    color: #fff;
    width: 10px;
  }
  div.bl-panel-items>div>div h3{
    margin: 0;
  }
  .swiper-scrollbar {
    margin: 0 auto;
  &.swiper-scrollbar-horizontal, .swiper-horizontal>&{
    width: calc(50% - var(--swiper-scrollbar-sides-offset, 1%)*2);
    right: 0;
  }
}

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
  }

  .autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
  }

.swiper-scrollbar.swiper-scrollbar-horizontal{bottom: 0; height: 10px;}
.swiper-scrollbar-drag{background: none;}
.swiper-scrollbar-drag:after{content: ""; width: 10px; height: 10px; border-radius: 50%; background: #f2ede3; position: absolute; top: 0; left: 50%; margin: 0 0 0 -20px;}
