/*	################################################################

	File Name: style.css
	Template Name: Asbe
	Created By: Shah Zobayer Ahmed
	http://zobayer.com

	1) GENERAL STRUCTURES
	2) HEADER SECTION
	3) ABOUT SECTION
	4) NEWS LATTER SECTION
	5) CONTACT SECTION
	6) FOOTER SECTION
	7) RESPONSIVE STRUCTURES
################################################################# */

@import url(animate.css) screen;
@import url(pe-icon-7-stroke.css) screen;
@import url(bootstrap.css) screen;
@import url(font-awesome.css) screen;

/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,600,500,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,900,700,100,100italic,300,500);

/* *******************
 * 1. GENERAL SECTION
 ******************* */

*{margin: 0;padding: 0px;}
body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
    position: relative;
    background: #32843a;
    color: #f3392f;
    padding: 0;
    margin: 0;
    overflow: visible;
}
html {
    /*overflow-x: hidden;
    overflow-y: auto;*/
    height: 100vh;
}

div.body {
    height: 100%;
    width: 100%;
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}
::-moz-selection {
    color: #ccc;
    text-shadow: none;
    background: #ccc;
}
::-webkit-input-placeholder {
    color: #fff !important;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #fff !important;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #000 !important;
}
:-ms-input-placeholder {
    color: #000 !important;
}
.subscribe::-webkit-input-placeholder {
    color: #000 !important;
}
.subscribe:-moz-placeholder {
    /* Firefox 18- */
    color: #000 !important;
}
.subscribe::-moz-placeholder {
    /* Firefox 19+ */
    color: #000 !important;
}
.subscribe:-ms-input-placeholder {
    color: #000 !important;
}
*,*:after,*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
a {
    color: #ffffff;
    padding: 0;
    margin: 0;
    text-decoration: none;
}
a:hover,a:focus {
    text-decoration: none;
    color: #ff6f09;
}
a img {
    border: none;
    vertical-align: bottom;
}
a.remove {
    display: block;
    height: 18px;
    width: 18px;
    margin: 10px;
    padding-left: 0 !important;
    text-indent: -9999px;
    background: #01090C;
    border-radius: 100px;
    border-style: solid;
    border-width: 1px
}
h1,h2,h3,h4,h5,h6 {
    letter-spacing: 0px;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    font-family: 'Roboto', serif;
    line-height: 140% !important;
    color: #f3392f;
}
h1 {font-size: 22px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}
h6 {font-size: 13px;}
.lead {
    font-family: 'Raleway', Arial,sans-serif !important;
    font-size: 18px;
    margin: 15px 0;
    padding: 0;
}

audio,video {
    max-width: 100%;
    height: auto;
}
iframe,embed,object {
    max-width: 100%;
}
input,
textarea {
    color: #8F8F8F !important;
    box-shadow: none;
    outline: none
}
.left {
    float: left;
    display: block;
}
.center {
    margin: 0 auto;
    display: block;
    clear: both;
    display: block;
}
.right {
    float: right;
    display: block;
}
.hidden {
    overflow: hidden;
    display: block;
}
.container{
   /* background: #CC0000 */
}



/*body img{
    position: absolute;
    z-index: -9999999;
    width: 100%;
    height: auto;
}
*/
body{
    /*background: url(../images/bg.jpg)no-repeat;
    background-size: cover;*/
}

.fixed{
    width: 100%;
    position: fixed !important;
    top:0;
    z-index: 999999;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.section-title{
    text-align: center;
    margin-bottom: 70px;
    display: block;
}
.section-title h2{
    font-size: 72px;
    font-weight: 300;
    color: #f3392f;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}
.section-title h2:before {
    width: 100%;
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    background: #f3392f;
    bottom: 0;
}
.section-title h2:after {
    text-align: center;
    content: "";
    background: #f3392f;
    height: 10px;
    width: 15%;
    position: absolute;
    bottom: -3px;
    left: 0;
    margin: 0 auto;
    right: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.section-title h2:hover:after{
    width: 30%;
}

/*******************
 2. HEADER SECTION
****************** */
.wrapper {
  background: url(../images/cover.jpg) no-repeat;
  background-size: cover;
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
}

.wrapper:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5)
}

.header-section {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.navbar {
    border: none;
    border-radius: 0;
    min-height: auto;
    margin-bottom: 0;
}

.navbar-default {
  background-color: transparent;
}

.container {
}

.collapse {
}

.navbar-collapse {
}

.nav {
}

.navbar-nav {
    float: inherit;
    text-align: center;
    display: inline-block;
    height: 23px;
/*    padding: 15px 0;*/
}

.navbar-right {
}

.navbar-right > li {
}

.navbar-right > li > a {
}

.active {
}

.active > a {
}

.navbar-header {
}

.navbar-toggle {
}

.collapsed {
}

.sr-only {
}

.icon-bar {
}

.navbar-brand {
}

.navbar-left {
}

.navbar-default .navbar-nav > li {
    padding: 25px 25px;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
}
.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li.active a:hover{
    background: transparent;
    color:#fff;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.navbar-default .navbar-nav li.active a:before{
    position: absolute;
    top: -10px;
    content: "";
    height: 2px;
    width: 100%;
    display: block;
    opacity: 1;
}
.navbar-default .navbar-nav li.active a:after{
    position: absolute;
    bottom: -10px;
    content: "";
    height: 2px;
    width: 100%;
    display: block;
    opacity: 1;
}

/*
    NAV HOVER
 */
.navbar-default .navbar-nav li a:before{
    position: absolute;
    top: -20px;
    content: "";
    height: 2px;
    width: 100%;
    display: block;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.navbar-default .navbar-nav li a:after{
    position: absolute;
    bottom: -20px;
    content: "";
    height: 2px;
    width: 100%;
    display: block;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.navbar-default .navbar-nav li a:hover:before{
    position: absolute;
    top: -10px;
    content: "";
    height: 2px;
    width: 100%;
    display: block;
    opacity: 1;
}
.navbar-default .navbar-nav li a:hover:after{
    position: absolute;
    bottom: -10px;
    content: "";
    height: 2px;
    width: 100%;
    display: block;
    opacity: 1
}




/*div#bs-example-navbar-collapse-1{
    width: 40% !important;
    display: block;
    float: left;
}
.navbar-header{
    width: 20% !important;
    float: left;
    text-align: center;
    background: #f3392f;
    color: #fff;
}*/
div#bs-example-navbar-collapse-1{
    /*display: block;   */
    text-align: center;
}

/*.navbar-header a.navbar-brand{
    color: #fff !important;
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    margin: 0 !important;
    margin-left: 0 !important;
    display: block;
    width: 100%;
}*/
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{
    margin-left: 0
}
.navbar-default .navbar-nav li.logo{
    position: relative;
    height: 80px;
}
.navbar-default .navbar-nav li.logo a.navbar-brand span{
    display: block;
    position:  relative;
    font-size: 60px;
    z-index: 99;
    top: 38px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.fixed .navbar-default .navbar-nav li.logo a.navbar-brand span{
    display: block;
    position:  relative;
    font-size: 30px;
    z-index: 99;
    top: 26px;
}
.navbar-default .navbar-nav li.logo .navbar-brand {
  position: relative;
  width: 250px;
  height: 60px;
  margin: 72.17px 0;
  top: -100px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;

}
.fixed .navbar-default .navbar-nav li.logo .navbar-brand{
    height: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mobile-logo{
    display: none;
}

/*******************
 3. COVER SECTION
****************** */
.cover-section{
    position:  relative;
    top: -100px;
    padding: 0;
    display: block;
}
.header-section .row{
      display: table;
        margin: 0;
    }
    .counter-box{
        text-align: center;
        display: block;
        margin-top: 274px;
    }
    .counter-box h1{
        font-size: 55px;
        font-weight: 700;
        color: #f26522;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        position: relative;
        top: 10px;
    }
    .counter-box h2{
        font-size: 80px;
        color: #fff;
        font-weight: 300;
        margin: 0;
        text-transform: uppercase;
        padding: 0;
        margin-bottom: 40px
    }
    .counter-box h3{
        font-size: 24px;
        font-weight: 400;
        color: #fff;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        margin-top: 15px;
    }
    .counter-box p{
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        text-align: center;
        padding: 0;
        margin: 0;
          text-shadow: 0px 0px 5px #000;
    }
     .counter-box p:nth-child(-n+2){
       color: #b7eb52;
       font-size: 30px;
       padding-bottom: 10px;
     }

    .counter-box .call{
        position: relative;
        display: inline-block;
        border: 1px solid #fff;
        text-decoration: none;
        text-align: center;
        outline: none;
        border-radius: 20px;
        padding: 10px 10px 20px;
        color: #fff;
        margin-top: 30px;
    }
    .couner-box{
        width: 125px;
        height: 95px;
        margin: 0 15px;
        display: block;
        text-align: center;
        padding-top: 4%;
        margin-bottom: 20px;
    }
    .couner-box {
      display: inline-block;
      position: relative;
      width: 100px;
      height: 92.38px;
      background-color: transparent;
      margin: 16.19px 15px;
      border-left: solid 2px #ffffff;
      border-right: solid 2px #ffffff;
      float: none;
    }

    .couner-box:before,
    .couner-box:after {
      /*content: "";*/
      position: absolute;
      z-index: 1;
      width: 113.14px;
      height: 113.14px;
      -webkit-transform: scaleY(0.5774) rotate(-45deg);
      -ms-transform: scaleY(0.5774) rotate(-45deg);
      -moz-transform: scaleY(0.5774) rotate(-45deg);
      -o-transform: scaleY(0.5774) rotate(-45deg);
      transform: scaleY(0.5774) rotate(-45deg);
      background-color: inherit;
      left: 21.4315px;
    }

    .couner-box:before {
      top: -56.5685px;
      border-top: solid 2.8284px #ffffff;
      border-right: solid 2.8284px #ffffff;
    }

    .couner-box:after {
      bottom: -56.5685px;
      border-bottom: solid 2.8284px #ffffff;
      border-left: solid 2.8284px #ffffff;
    }


    #countdowntimer{
        display: block;
        /*width: 100%;    */
        overflow: hidden;
    }

    .countdown{
        width: 100%;
        display: block;
    }

    .couner-box b{
        font-size: 55px;
        font-weight: 300;
        color: #fff;
        text-align: center;
    }
    .couner-box p{
        font-size: 35px;
        font-weight: 300;
        color: #fff;
        text-transform: uppercase;
        margin-top: 8px;
/*        -webkit-transform: scaleY(0.5774) rotate(-45deg);
        -moz-transform: scaleY(0.5774) rotate(-45deg);
        -o-transform: scaleY(0.5774) rotate(-45deg);
        transform: scaleY(0.5774) rotate(-45deg);*/
        position: relative;
        /*left: 50px;*/
        top: 38px;
        text-shadow: 0px 0px 5px #fff;
    }
    .couner-box .days {
        color: #52bdeb;
    }

    .couner-box .hours {
        color: #5bed74;
    }
    .couner-box .minutes {
        color: #f6a22c;
    }
    .couner-box .seconds {
        color: #f43a30;
    }
/*@media (max-width: 767px){
        .couner-box{
            width: 100px;
            height: 95px;
            display: inline-block;
        }
        .couner-box b{
            font-size: 25px;
            font-weight: 700;
            color: #fff;
            text-align: center;
        }

    }
*/


/*******************
 4. ABOUT SECTION
****************** */
.about-section {
    padding: 100px 0;
}

.col-sm-12 {
}

.section-title {
}

.section-title > h2 {
}

.col-sm-6 {
}

.how-title {
    font-size: 30px;
    color: #1a1716;
    text-transform: uppercase;
    font-weight: 500;
}
.about-item{
    display: block;
    margin-bottom: 22px !important;
}

.who-icon {
    border: 2px solid #1a1716;
    text-align: center;
    display: block;
    margin-top: 4px;
    position: relative;
}
.who-icon:before{
    content: url(../images/about-top-arrow.png);
    position: absolute;
    display: block;
    left: -2px;
    top: -2px;
}
.who-icon:after{
    content: url(../images/about-bottom-arrow.png);
    position: absolute;
    display: block;
    right: -2px;
    bottom: -8px;
}

.who-icon i{
    font-size: 120px;
    margin: 20px 0;
    display: block;
    color:#1a1716;
}
.who-icon:hover i{
    color: #f4392f
}

.pe-7s-users {
}

.who-caption {
}

.who-caption > h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1716;
    margin: 0;
    padding-bottom: 6px;
}

.who-caption > p {
    font-size: 14px;
    line-height: 24px;
    color: #1a1716;
    margin-bottom: 0;
}

.pe-7s-star {
}

.skill {
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
}

.skill > p {
    font-size: 18px;
    font-weight: 700;
    color: #1a1716;
}

.skill:before{
    width: 100%;
    height: 5px;
    content: "";
    display: block;
    position: absolute;
    background: #959595;
    bottom: 0;
}

.skill-bar {
    width: 100%;
    height: 5px;
    background:#f4392f;
    display: block;
    position: relative;
}
/*.skill-bar:before{
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 90%;
    background: #f4392f
}*/


/* SKILL 1 */
.skill1{
    width: 95%;
}
.skill-bar span{
    position: absolute;
    border-top: 5px solid #f4392f;
    top: -30px;
    padding: 0;
    font-size: 18px;
    padding: 3px 0;
    font-weight: 500;
}
.skill-bar {
    position: relative;
}

.skill1 .skill-count1 {
    right: 0;
}

/* SKILL 2 */
.skill2{
    width: 85%;
}

.skill2 .skill-count2 {
    right: 0;
}

/* SKILL 3 */
.skill3{
    width: 75%;
}

.skill3 .skill-count3 {
    right: 0;
}

/* SKILL 4 */
.skill4{
    width: 65%
}

.skill4 .skill-count4 {
    right: 0;
}

/* SKILL 5 */
.skill5{
    width: 80%;
}

.skill5 .skill-count5 {
    right: 0;
}

/* SKILL 6 */
.skill6{
    width: 90%
}

.skill6 .skill-count6 {
    right: 0;
}

/*******************
 5. SERVICE SECTION
****************** */

.service-section {
    background: #ebebeb;
    padding: 100px 0
}

.service-item {
    text-align: center;
}
.service-item h2{
    font-size: 18px;
    font-weight: 700;
    color: #2f2626;
}
.service-item p{
    color: #2f2626;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

.service-icon {
  position: relative;
  width: 123px;
  height: 70.44px;
  background-color: transparent;
  margin: 35.22px auto;
  border-left: solid 2px #f4392f;
  border-right: solid 2px #f4392f;
  margin-bottom: 70px;
}

.service-icon:before,
.service-icon:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 86.27px;
  height: 86.27px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  -moz-transform: scaleY(0.5774) rotate(-45deg);
  -o-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 16.8665px;
}

.service-icon:before {
  top: -43.1335px;
  border-top: solid 2.8284px #f4392f;
  border-right: solid 2.8284px #f4392f;
}

.service-icon:after {
  bottom: -43.1335px;
  border-bottom: solid 2.8284px #f4392f;
  border-left: solid 2.8284px #f4392f;
}
.service-item:hover .service-icon {
    background: #f4392f;
}

.service-icon i{
    color: #474747;
    font-size: 72px;
}
.service-item:hover .service-icon i{
    color: #fff;
    position: relative;
    z-index: 99
}
.service-item:hover h2{
    color: #f4392f
}

/*******************
 6. WORKS SECTION
****************** */
.works-section {
    width:100%;
    display: block;
    background: #000;
    padding: 100px 0;
    position: relative;
}

.owl-carousel {
}

.owl-theme {
}

.item {
}

.works-item {
    position: relative;
    margin: 0 15px;
}

.works-item > img {
    position: relative;;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(15, 0, 0, 0.66);
    z-index: 99999;
    text-align: center;
    top: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.overlay:hover{
    opacity: 1;
}


.overlay > a {
display: inline-block;
  position: absolute;
  width: 65px;
  height: 37.53px;
  background-color: transparent;
  margin: 18.76px 0;
  border-left: solid 2px #fffefa;
  border-right: solid 2px #fffefa;
}
.overlay > a:first-child {
    top: -22%;
    left: -35%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}
.overlay > a:last-child {
    right: -35%;
    bottom: -24%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.overlay:hover a:first-child {
    top: 22%;
    left: 35%;
}
.overlay:hover a:last-child {
    right: 35%;
    bottom: 24%;
}
.overlay > a:hover{
    background: #f4392f;
    border-color:#f4392f
}

.overlay > a:before,
.overlay > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 45.96px;
  height: 45.96px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  -moz-transform: scaleY(0.5774) rotate(-45deg);
  -o-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 7.5190px;
}

.overlay > a:before {
  top: -22.9810px;
  border-top: solid 2.8284px #fffefa;
  border-right: solid 2.8284px #fffefa;
}

.overlay > a:after {
  bottom: -22.9810px;
  border-bottom: solid 2.8284px #fffefa;
  border-left: solid 2.8284px #fffefa;
}

.overlay > a:hover:before {
  top: -22.9810px;
  border-top: solid 2.8284px #f4392f;
  border-right: solid 2.8284px #f4392f;
}

.overlay > a:hover:after {
  bottom: -22.9810px;
  border-bottom: solid 2.8284px #f4392f;
  border-left: solid 2.8284px #f4392f;
}

.overlay > a i {
    font-size: 36px;
    color: #fffefa;
    position: relative;
    z-index: 99
}


.customNavigation {
}

.works-navigation {
    width: 100%;
    position:
}
/*.btn-work {
  position: relative;
  width: 100px;
  height: 57.74px;
  background-color: transparent;
  margin: 28.87px 0;
  border-left: solid 3px #fff;
  border-right: solid 3px #fff;
}

.btn-work:before,
.btn-work:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 70.71px;
  height: 70.71px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 11.6447px;
}

.btn-work:before {
  top: -35.3553px;
  border-top: solid 4.2426px #fff;
  border-right: solid 4.2426px #fff;
}

.btn-work:after {
  bottom: -35.3553px;
  border-bottom: solid 4.2426px #fff;
  border-left: solid 4.2426px #fff;
}*/
.btn-work {

  position: relative;
  width: 80px;
  height: 46.19px;
  background-color: transparent;
  margin: 23.09px 0;
  border-left: solid 2px #fff;
  border-right: solid 2px #fff;
}

.btn-work:before,
.btn-work:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 56.57px;
  height: 56.57px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  -moz-transform: scaleY(0.5774) rotate(-45deg);
  -o-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 9.7157px;
}

.btn-work:before {
  top: -28.2843px;
  border-top: solid 2.8284px #fff;
  border-right: solid 2.8284px #fff;
}
.btn-work:hover:before {
  top: -28.2843px;
  border-top: solid 2.8284px #ef3c31;
  border-right: solid 2.8284px #ef3c31;
}

.btn-work:after {
  bottom: -28.2843px;
  border-bottom: solid 2.8284px #fff;
  border-left: solid 2.8284px #fff;
}

.btn-work:hover:after {
  bottom: -28.2843px;
  border-bottom: solid 2.8284px #ef3c31;
  border-left: solid 2.8284px #ef3c31;
}

a.btn-work {
    position: absolute;
    top: 55%;
    display: block;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a.btn-work:hover{
    background: #ef3c31;
    border-color: #ef3c31
}


a.btn-work i{
    font-size: 72px;
    color: #fff;
    position: relative;
    top: -11px;
    cursor: pointer;
    z-index: 99
}

.works-prev {
    left: -100px

}
.works-next {
    right: -100px
}
/*.owl-theme{
    width: 100%;
    overflow: hidden;
    display: block;
}
*/
.works-section{
    width: 100%;
    overflow: hidden;
    display: block;
}

.works-section:hover a.btn-work {
    opacity: 1;
}

.works-section:hover .works-prev {
    left: 0
}
.works-section:hover .works-next {
    right: 0
}

.pe-7s-angle-right {
}


/*******************
 7. NEWS LATTER SECTION
****************** */
.news-letter-section {
    padding: 100px 0;
    background: #e1e1e1
}


.form-inline {
}

.col-lg-5 {
}

.form-group {
}

.form-control {
}

.suscribe-btn {
}
input#email {
    width: 100%;
    border-radius: 0;
    height: 60px;
    color: #787575;
    font-size: 20px;
    font-weight: 300;
    padding-left: 20px;
    position: relative;
    z-index: 999;
    margin-left: 40px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
input#email.subscribe:focus{
    border: 1px solid #ef3c31;
    box-shadow: none;
}

.submit-btn {
    background: #ef3c31;
    height: 80px;
    text-align: center;
    position: relative;
    top: -10px;
    left: -38px;
}
.submit-btn:before{
    content: "";
    position: absolute;
    content: url(../images/subscribe-arrow.png);
    left: -21px;
    top: 0;
    z-index: 0;
}
.submit-btn:after{
    content: "";
    position: absolute;
    content: url(../images/subscribe-arrow-bottom.png);
    left: -21px;
    bottom: -6px;
    z-index: 0;
}

.suscribe-btn {
    height: 100%;
    width: 100%;
    display: block;
    text-align: center;
    background: transparent;
    position: relative;
    border: none;
    z-index: 999999;
}
.submit-btn .pe-7s-mail {
    font-size: 80px;
    color: #fff;
    position: absolute;
    top: 0px;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #ef3c31
}

/*******************
 8. CONTACT SECTION
****************** */
.contact-section {
    padding: 100px 0 30px;
    background: url(../images/map.jpg) no-repeat;
    background-size: cover;
    position: relative;
}
.contact-section:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.55)
}

.form-horizontal {
}

.input-group {
}

.name-input {
}

.input-group-addon {
}

.textarea-group {
}

.message {
}

.message-btn {
}

.social-media {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.social-media > ul {
    display: inline-block;
    margin: 0 auto;
    float: none;
}

.social-media > ul > li {
    display: inline-block;
}

.social-media > ul > li > a {
}

.input-group{
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

.input-group input{
    height: 50px;
    border-radius:0;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    width: 100%;
}
.input-group input:focus, .input-group textarea:focus{
    border: 1px solid #ef3c31;
}

.input-group-addon {
    background: #ef3c31;
    position: absolute;
    right: 0;
    width: 80px;
    height: 60px;
    top: -5px;
    border: none;
    z-index: 100;
}
.input-group-addon:before{
    position: absolute;
    content: url(../images/top-shape.png);
    left: 0;
    top: 0;
}

.input-group-addon:before {
    position: absolute;
    content: url(../images/top-shape.png);
    left: -6px;
    top: -6px;
}

.input-group-addon:after {
    position: absolute;
    content: url(../images/bottom-shape.png);
    left: -6px;
    bottom: -3px;
}

.input-group-addon i {
    color: #fff;
    font-size: 34px;
    /*position: relative;   */
    top: 10px;
}
.input-group-addon i:after{
    left: 0;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ef3c31;
    z-index: 99
}
.input-group-addon i:before{
    position: relative;
    z-index: 99999;
    top: 7px;
}
.textarea-group .message{
    background: transparent;
    border: 1px solid #fff

}
.contact-submit{
    text-align: center;
}
.contact-btn {
    width: 150px;
    height: 64px;
    display: block;
    margin: 0 auto;
    background: #ef3c31;
    top: -45px;
    position: relative;
}
.message-btn{
    width: 100%;
    height: 100%;
    background: #ef3c31;
    color: #fff;
    border: none !important;
    font-size: 25px;
    color: #fff !important;
    text-transform: uppercase;
    position: relative;
}
.contact-btn:before{
    position: absolute;
    content: url(../images/sms-btn.png);
    top:0;
    left: -9px;
}


.copyright-section {
   display: none;
    padding: 15px 0;
    padding-top: 20%;
}

.social-media > ul > li > a{
  position: relative;
  width: 56px;
  height: 32.33px;
  background-color: transparent;
  margin: 16.17px 0;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  display: block;
  text-align: center;
}

.social-media > ul > li > a:before,
.social-media > ul > li > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 39.60px;
  height: 39.60px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  -moz-transform: scaleY(0.5774) rotate(-45deg);
  -o-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 7.2010px;
}

.social-media > ul > li > a:before {
  top: -20.7990px;
  border-top: solid 1.4142px #fff;
  border-right: solid 1.4142px #fff;
}

.social-media > ul > li > a:after {
  bottom: -19.7990px;
  border-bottom: solid 1.4142px #fff;
  border-left: solid 1.4142px #fff;
}
.social-media > ul > li > a i{
    color: #fff;
    font-size: 25px;
    position: relative;
    top: 4px;
    z-index: 999;
}
.social-media > ul > li > a:hover{
    background: #ef3c31;
    border-color: #ef3c31

}
.social-media > ul > li > a:hover:before {
  top: -20.7990px;
  border-top: solid 1.4142px #ef3c31;
  border-right: solid 1.4142px #ef3c31;
}

.social-media > ul > li > a:hover:after {
  bottom: -19.7990px;
  border-bottom: solid 1.4142px #ef3c31;
  border-left: solid 1.4142px #ef3c31;
}

/*******************
  9. FOOTER SECTION
****************** */
.footer.copyright-section{
    text-align: center;
    background: transparent;
    padding: 35px 0;
}
.copyright-section p{
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    margin: 0;
    padding-bottom: 0;
    margin-bottom:0;
    background-color: #31853a;
}
.copyright-section p a{
    text-transform: uppercase;
}
.copyright-section p a:hover{
    color:#FFF;
}

.copyright-section .container{
  position: absolute;
  bottom: 0px;
}

/* Space */

.space {
  position: fixed;
  width: 100%;
  height:100%;
  -webkit-animation: spin 240s linear infinite;
  -moz-animation: spin 240s linear infinite;
  -o-animation: spin 240s linear infinite;
  animation: spin 240s linear infinite;
  background-size: 240px;
  backface-visibility: visible;
  /* Had to base64 SVG background for FF compatibility */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI0MCAyNDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0MCAyNDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxyZWN0IHg9IjEwNiIgeT0iOTAiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIyIiBoZWlnaHQ9IjIiLz48cmVjdCB4PSI3NCIgeT0iNjMiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSIyMyIgeT0iNjYiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSI1MCIgeT0iMTEwIiBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHJlY3QgeD0iNjMiIHk9IjEyOCIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjxyZWN0IHg9IjQ1IiB5PSIxNDkiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSI5MiIgeT0iMTUxIiBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHJlY3QgeD0iNTgiIHk9IjgiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSIxNDciIHk9IjMzIiBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iMiIgaGVpZ2h0PSIyIi8+PHJlY3QgeD0iOTEiIHk9IjQzIiBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHJlY3QgeD0iMTY5IiB5PSIyOSIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjxyZWN0IHg9IjE4MiIgeT0iMTkiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSIxNjEiIHk9IjU5IiBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHJlY3QgeD0iMTM4IiB5PSI5NSIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjxyZWN0IHg9IjE5OSIgeT0iNzEiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIzIiBoZWlnaHQ9IjMiLz48cmVjdCB4PSIyMTMiIHk9IjE1MyIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjIiIGhlaWdodD0iMiIvPjxyZWN0IHg9IjEyOCIgeT0iMTYzIiBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHJlY3QgeD0iMjA1IiB5PSIxNzQiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSIxNTIiIHk9IjIwMCIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjxyZWN0IHg9IjUyIiB5PSIyMTEiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIyIiBoZWlnaHQ9IjIiLz48cmVjdCB5PSIxOTEiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCB4PSIxMTAiIHk9IjE4NCIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjwvc3ZnPg==);
}

#polina {
    font-weight:100;
    color: white;
    margin: 0 auto;
    height:100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#polina button {
    display: inline-block;
    border: none;
    font-size: 1.3rem;
    background: transparent;
    color: #fff;
    border-radius: 3px;
    -webkit-transition: .3s -webkit-background;
    -moz-transition: .3s -moz-background;
    -o-transition: .3s -o-background;
    transition: .3s background;
    position: relative;
    z-index: 99;
    outline: none;
    height:100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: url(../images/pause.png), auto;

}
.video-play-btn{
    cursor: url(../images/play.png), auto !important;
}

#polina button .fa{
    font-size: 30px;
}


/* PAGE */
#particles-js{
    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
}





/* ///////////////////
  10.  RESPONSIVE STYLE
/////////////////// */
@media (max-width: 768px) {

}


.clock {
}

.container-fluid {
}

.row {
}


.wow {
}

.fadeInDown {
}

.animated {
}

.animated > h2 {
}

.animated > h3 {
}

.animated > p {
}

.animated > p > br {
}

.animated > span {
}

.col-md-8 {
}

.col-md-offset-2 {
}

.countdown {
    width: 100% !important;
    display: block;
    margin: 0 !important;
}

.col-md-3 {
}

.days {
}

.displayformat {
  top: 18px !important;
  color: white !important;
  font-size: 22px !important;
}

.hours {
}

.minutes {
}

.seconds {
}

.faa-float {
  display: inline-block;
}

@media (min-width: 1020px){
    html, body, .wrapper,.container-fluid, .row, .cover-section{
        /*height: 100% !important;*/
        display: block;
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 1020px) {
    .navbar-default .navbar-nav > li {
        padding: 10px 10px;
    }
    .navbar-default .navbar-nav li.logo .navbar-brand {
          position: relative;
          width: 150px;
          height: 86.60px;
          margin: 43.30px 0;
    }
    .navbar-default .navbar-nav li.logo a.navbar-brand span {
            display: block;
            position: relative;
            font-size: 30px;
            z-index: 99;
            top: 80px;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }
        .navbar-default .navbar-nav li.logo .navbar-brand {
            top: -140px;
        }
        .fixed .navbar-default .navbar-nav li.logo a.navbar-brand span {
            display: block;
            position: relative !important;
            font-size: 24px;
            z-index: 99;
            top: 14px;
        }
        .fixed .navbar-default .navbar-nav li.logo .navbar-brand {
            height: 16px;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            top: -60px;
        }
        .navbar-nav {
            float: inherit;
            text-align: center;
            display: inline-block;
            height: 23px;
            /* padding: 15px 0; */
            position: relative;
            top: 6px;
        }
        .mobile-logo {
            display: none;
        }
        .counter-box h2{
            font-size:50px;
        }



}

@media (max-width: 768px){
     .navbar-default .navbar-nav li.logo {
        position: relative;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        display: inline-block;
        width: 300px;
        top: 0;
        display: none;
    }
    .navbar-default .mobile-logo li.logo{
        display: block;
        width: 172px;
    }

    .mobile-logo{
        display: block;
        height: 1px !important;
        top: 76px;
    }
    .navbar-nav li.logo .navbar-brand {
        height: 16px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        top: -67px;
    }
    .fixed .navbar-default .navbar-nav li.logo .navbar-brand {
        height: 16px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        top: -75px;
    }
    .navbar-toggle{
        top: -8px;
    }
    .navbar-collapse.in {
        overflow-y: hidden;
    }
    div#bs-example-navbar-collapse-1 {
        /* display: block; */
        text-align: center;
        top: 16px;
        position: relative;
        padding-bottom: 5px;
    }
    .counter-box h2 {
        font-size: 35px;
        color: #fff;
        font-weight: 300;
        margin: 0;
        text-transform: uppercase;
        padding: 0;
        margin-bottom: 20px;
        margin-top: 81px;
    }
    .couner-box {
      position: relative;
      width: 82px;
      height: 44.38px;
      margin: 16.19px 1px 48px 1px;
    }
    .couner-box b {
      font-size: 40px !important;
      font-weight: 400;
      color: #fff;
      text-align: center;
      position: absolute;
      margin: 0 auto;
      left: 0;
      right: 0;
    }

    .couner-box p {margin-top: 20px;}

    .row {

    }
    .section-title h2 {
        font-size: 40px;
    }
    .section-title h2:before{
        bottom: 0;
    }
    input#email{
        margin-left: 0;
    }
    .submit-btn{
        left: 0;
    }

    .submit-btn:before, .submit-btn:after{
        display: none;
    }
    .submit-btn{
        height: 50px;
    }
    .submit-btn .pe-7s-mail{
        font-size: 60px
    }

    .counter-box{
      padding-right: 0px;
      padding-left: 0px;
      margin-top: 105px;
    }
    .counter-box .call{ margin-top: 0px; }
    .cover-section{
      top: 0px;
    }
    .wrapper{
      background: url(../images/cover-mobile.jpg) no-repeat;
      background-size: cover;
    }
    #countdowntimer {
      padding-right: 0px;
      padding-left: 0px;
    }
    .copyright-section {display: block;}

}

.columnsContainer {
  /*position: relative; margin: .5em; */
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  margin: 0px;
  display: flex;
}
.leftColumn, .rightColumn {width: 50%; }
.leftColumn img, .rightColumn img {width: 100%}

.fb { width: 170px; font-size: 18px; }
.fb span { display: block; padding-bottom: 10px; }
.fa-whatsapp:before { content: "";}
.fa-whatsapp:after {content: "\f232"; float: right; zoom: 2;color: #1ffd04; margin-top: 2px; margin-right: 3px;}
.fa-whatsapp{width: 145px; height: 40px;background-size: contain; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='183' height='50'%3E%3Cpath fill='%23065D54' d='M183 25a25 25 0 0 1-25 25H25a25 25 0 0 1 0-50h133a25 25 0 0 1 25 25z'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M50.7 9.3l-4 8.9h-1.5l-4-8.9h1.5l3 7 .2.8.3-.8 3.1-7h1.4zM58.4 15.3H53c0 .7.3 1.2.7 1.6s1 .6 1.9.6c.8 0 1.7-.2 2.4-.7v1c-.7.3-1.6.5-2.7.5s-2-.2-2.7-.8c-.6-.6-1-1.4-1-2.4s.4-1.8 1.1-2.5c.7-.6 1.6-.9 2.6-.9s1.8.3 2.4.8c.6.5.8 1.3.8 2.2v.6zm-1.2-.9c0-.6-.2-1-.6-1.4a2 2 0 0 0-1.4-.4c-.6 0-1.1.1-1.5.5-.4.3-.7.8-.8 1.3h4.3zM66.9 18.2h-1.3v-3.6c0-1.4-.6-2-1.8-2-.6 0-1.2.1-1.6.5s-.6.9-.6 1.5v3.6h-1.3v-6.3h1.3v1a3 3 0 0 1 2.6-1.2c.9 0 1.5.2 2 .7.4.4.7 1 .7 2v3.8zM76 18.2h-1.3v-1c-.6.7-1.5 1.1-2.7 1.1-1 0-1.8-.2-2.4-.8s-.9-1.3-.9-2.3c0-1 .3-2 1-2.6.6-.6 1.5-.9 2.6-.9 1 0 1.9.3 2.4 1V8.8h1.2v9.4zm-1.3-2.9v-1c0-.4-.2-.9-.6-1.2-.5-.4-1-.5-1.6-.5-.8 0-1.4.2-1.8.6s-.7 1.1-.7 2c0 .7.2 1.2.6 1.7.4.4 1 .6 1.7.6s1.3-.2 1.7-.6c.5-.4.7-1 .7-1.6zM84.1 18.2H83v-1c-.6.8-1.4 1.1-2.5 1.1-.8 0-1.4-.1-1.8-.5s-.7-.7-.7-1.3c0-1.2.9-1.9 2.6-2l2.4-.3c0-1.1-.6-1.6-1.7-1.6-1 0-1.8.2-2.5.7v-1c.7-.4 1.6-.6 2.6-.6 1.9 0 2.8.8 2.8 2.4v4.1zM83 15l-2 .2c-.5 0-1 .2-1.3.4-.3.1-.4.4-.4.8s.1.6.4.8c.3.2.6.3 1.1.3.6 0 1.1-.2 1.5-.5.5-.4.7-.8.7-1.4V15zM86 18v-1.1c.7.4 1.5.6 2.3.6 1 0 1.6-.3 1.6-.9l-.1-.4c-.1-.1-.2-.3-.4-.3l-.6-.3a36.9 36.9 0 0 0-1.6-.6l-.6-.3-.4-.5-.2-.7c0-.3.1-.5.3-.8l.7-.5c.2-.2.6-.3 1-.4l1-.1c.7 0 1.3.1 1.9.3v1a4.2 4.2 0 0 0-2.7-.4l-.5.2-.3.3v.8l.4.3.5.2.7.2 1 .4.6.3.5.5.1.7c0 .3 0 .6-.2.8l-.7.6c-.3.2-.6.3-1 .3A6 6 0 0 1 86 18zM103.6 11.8l-3.1 6.4h-1.2l-3-6.3h1.4l2 4.6.2.9.3-1 2.1-4.5h1.3zM105.6 10.2l-.5-.1c-.1-.1-.3-.3-.3-.5s.1-.4.3-.5l.5-.2c.3 0 .5 0 .6.2.2.1.3.3.3.5s-.1.3-.3.4a1 1 0 0 1-.6.2zm.6 8H105v-6.3h1.2v6.3zM114.4 18.2h-1.2v-1c-.6.8-1.4 1.1-2.5 1.1-.8 0-1.4-.1-1.8-.5s-.7-.7-.7-1.3c0-1.2.9-1.9 2.6-2l2.4-.3c0-1.1-.6-1.6-1.7-1.6-1 0-1.8.2-2.5.7v-1c.7-.4 1.6-.6 2.6-.6 1.9 0 2.8.8 2.8 2.4v4.1zm-1.2-3.2l-2 .2c-.5 0-1 .2-1.3.4-.3.1-.4.4-.4.8s.1.6.4.8.6.3 1.1.3c.6 0 1.1-.2 1.5-.5.5-.4.7-.8.7-1.4V15z'/%3E%3C/g%3E%3Cpath fill='%23FFF' d='M46 25.5L42.2 38h-3.6l-2.4-8-.2-1.3-.3 1.4-2.5 8h-3.8l-3.8-12.5h3.6l2 8.3.2 1.4.4-1.4 2.6-8.3h3.5l2.4 8.4.2 1.3.2-1.4 2-8.3H46v-.1zM57.5 38h-3.2v-5.1c0-1.3-.6-2-1.7-2a1.8 1.8 0 0 0-1.9 2v5h-3.1V25h3.1v5.5c.9-1 2-1.5 3.3-1.5 2.3 0 3.5 1.2 3.5 3.6V38zm11.1 0h-3v-1.3c-.8 1-1.8 1.4-3.1 1.4-1 0-1.8-.2-2.4-.7s-.9-1.1-.9-2c0-1.7 1.2-2.6 3.6-3l2.8-.2c0-1-.6-1.5-1.8-1.5a7 7 0 0 0-3.6 1v-2.1a11 11 0 0 1 3.9-.7c3 0 4.5 1.2 4.5 3.7V38zm-3-3.7v-.6l-1.9.2c-1 .2-1.5.6-1.5 1.2 0 .4 0 .6.3.8.3.2.6.3 1 .3.7 0 1.1-.2 1.5-.5.4-.4.6-.8.6-1.4zm11.8 3.5a6 6 0 0 1-2.2.3c-2.2 0-3.3-1-3.3-3v-4h-1.7v-2h1.7v-2l3.1-.7V29h2.4v2H75v3.6c0 .9.5 1.4 1.3 1.4.4 0 .7-.1 1-.3v2l.1.1zm1.1-.1v-2.2c1 .5 2 .8 3 .8.6 0 1 0 1.4-.2.4-.2.5-.3.5-.6 0-.2-.1-.3-.3-.4l-.5-.4-.8-.2c-.7-.1-1.3-.3-1.9-.6a3 3 0 0 1-.8-.6 2 2 0 0 1-.5-.7l-.1-1c0-.4.1-.8.4-1.2.2-.4.5-.6 1-.9s.9-.4 1.4-.5c1-.2 2-.2 3 0l1.5.2v2.1l-1.3-.4a6 6 0 0 0-2-.1l-.4.1-.4.2-.1.4c0 .1 0 .3.2.4l.5.3.6.2.7.2 1.2.4.8.5c.3.2.5.5.6.8l.2 1c0 .5-.1.9-.4 1.3a3 3 0 0 1-1 .9l-1.6.5-1.8.1c-1.1 0-2.2-.1-3.1-.4zm22.8.3h-3.6l-1-2.8h-5.1l-1 2.7H87l5.3-12.4H96l5.2 12.4.1.1zM96 33l-1.6-4-.2-1.2H94c0 .4-.1.8-.3 1.1L92.2 33H96zm10 3.9V42h-3.2V29h3.2v1.4a4 4 0 0 1 3.3-1.5 4 4 0 0 1 3.1 1.1c.8.8 1.1 1.9 1.1 3.3a5 5 0 0 1-1.3 3.5c-.8.9-2 1.3-3.4 1.3-1.2 0-2.1-.4-2.8-1.2zm0-3.6v.7c0 .6.1 1 .5 1.5.4.4.8.6 1.5.6a2 2 0 0 0 1.6-.8c.4-.4.6-1.1.6-2 0-1.6-.7-2.3-2-2.3-.7 0-1.3.2-1.7.6-.4.4-.6 1-.6 1.7h.1zm12.8 3.6V42h-3.2V29h3.2v1.4a4 4 0 0 1 3.3-1.5 4 4 0 0 1 3.1 1.1c.8.8 1.1 1.9 1.1 3.3a5 5 0 0 1-1.2 3.5c-.9.9-2 1.3-3.4 1.3-1.3 0-2.2-.4-2.9-1.2zm0-3.6v.7c0 .6.1 1 .5 1.5.4.4.9.6 1.5.6a2 2 0 0 0 1.7-.8c.4-.4.6-1.1.6-2 0-1.6-.7-2.3-2.2-2.3-.6 0-1.1.2-1.6.6-.4.4-.6 1-.6 1.7h.1z'/%3E%3C/svg%3E");}
