/*
    Name: OAK
    Version: 1.1
    Author: EliteFingers
    Author URI: http://www.elitefingers.com
*/


/* =Table of Contents
--------------------------------------------------------------
    /* =Common Styles
    /* =Typography
    /* =General
    /* =Buttons
    /* =Preloader
cist
    /* =Header
    /* =Full Width Slider
  
    /* =Architecure Slider 
    /* =Menu right
    /* =Home Content
    /* =Architecture Content
    /* =Portfolio General
    /* =Single Project
    /* =Blog
    /* =Contact
    /* =Page Not Found
    /* =Footer
--------------------------------------------------------------


/* =Common Styles
-------------------------------------------------------------- */

@font-face {
    font-family: 'azedobold';
    src: url('../fonts/azedo-bold-webfont.eot');
    src: url('../fonts/azedo-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/azedo-bold-webfont.woff2') format('woff2'), url('../fonts/azedo-bold-webfont.woff') format('woff'), url('../fonts/azedo-bold-webfont.ttf') format('truetype'), url('../fonts/azedo-bold-webfont.svg#azedobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'azedolight';
    src: url('../fonts/azedo-light-webfont.eot');
    src: url('../fonts/azedo-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/azedo-light-webfont.woff2') format('woff2'), url('../fonts/azedo-light-webfont.woff') format('woff'), url('../fonts/azedo-light-webfont.ttf') format('truetype'), url('../fonts/azedo-light-webfont.svg#azedolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
}
::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    background-color: #eee;
    -webkit-border-radius: 0;
}
::-webkit-scrollbar:hover {
    width: 7px;
}
::-webkit-scrollbar-thumb {
    background: #aeaeae;
    -webkit-border-radius: 0;
}
::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active {
    background: #bbb;
    cursor: pointer;
}
::-moz-selection {
    background: #060606;
    color: #fff;
}
::selection {
    background: #060606;
    color: #fff;
}
::-moz-selection {
    background: #060606;
    color: #fff;
}
::-webkit-input-placeholder {
    color: #787878;
    font-size: 14px;
    letter-spacing: 1pt;
    font-family: 'Ubuntu', sans-serif;
}
:-moz-placeholder {
    /* Firefox 18- */
    
    color: #787878;
    font-size: 14px;
    letter-spacing: 1pt;
    font-family: 'Ubuntu', sans-serif;
}
::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #787878;
    font-size: 14px;
    letter-spacing: 1pt;
    font-family: 'Ubuntu', sans-serif;
}
:-ms-input-placeholder {
    color: #787878;
    font-size: 14px;
    letter-spacing: 1pt;
    font-family: 'Ubuntu', sans-serif;
}
/* =Typography
-------------------------------------------------------------- */

a {
    color: #383838;
    transition: all 0.5s;
}
a:focus {
    outline: 0;
}
a:hover,
a:focus {
    color: #7beec7;
    text-decoration: none;
}
a,
a:visited {
    font-weight: 400;
    text-decoration: none;
}
em {
    font-style: italic;
}
strong {
    font-weight: 500;
}
small {
    font-size: 0.8em;
}
p {
    /* color: #111111; */
    line-height: 24px;
    font-size: 14px;
    font-weight: 100;
    clear: both;
    letter-spacing: 0.4px;
}
hr {
    width: 40px;
    height: 1px;
    background: #111111;
    border-top: 0;
    margin-top: 0px;
    margin-bottom: 20px;
    clear: both;
    float: left;
}
h1 {
    font-size: 24px;
    font-weight: bold;
     font-family: 'Ubuntu', sans-serif !important;
}

h2 {
    font-size: 22px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
     font-family: 'Ubuntu', sans-serif;
    letter-spacing: 1.3pt;
    /* color: #111111; */
    clear: both;
    padding-bottom: 5px;
}
b {
    font-weight: 900;
}
blockquote {
    margin: 30px 0 30px;
    padding: 0 0 0 20px;
    font-size: 18px;
    border-left: 4px solid #787878;
    line-height: 25px;
    font-weight: 100;
    color: #787878;
}
blockquote p {
    display: inline;
}
ul {
    padding-left: 25px;
}
ul li {
    list-style-type: inherit;
}
ul.list {
    display: block;
    line-height: 25px;
}
ul.sublist {
    padding-left: 35px;
}
/* =General
-------------------------------------------------------------- */

.clearfix {
    clear: both;
}
.seperate {
    clear: both;
    height: 35px;
}
.img-center {
    display: block;
    margin: auto;
}
.image-cover {
    background-size: cover !important;
}
.no-padding {
    padding: 0;
}
.no-margin {
    margin: 0;
}
.margin-top {
    margin-top: 100px;
}
.margin-bottom {
    margin-bottom: 100px;
}
.seperate {
    height: 100px;
    clear: both;
}
.main-title {
    clear: both;
    margin-bottom: 50px;
}
.main-title.near-content {
    margin-bottom: 22px;
}
.main-title h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}
.main-title h6 {
    font-family: 'Ubuntu', sans-serif;
}
.slogan {
    display: block;
    font-size: 14px;
    text-align: center;
}
.second-title {
    padding: 100px 0 90px 0;
}
.second-title h1 {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    margin: 0;
}
.second-title hr {
    width: 22px;
    height: 2px;
    background: #56c8d4;
    float: left;
}
.second-title .slogan {
    display: block;
    float: left;
    clear: both;
}
.pagination-ef {
    float: right;
    padding: 0;
}
.pagination-ef li a, .pagination-ef li span.page-numbers {
    color: #111111;
    font-weight: 100;
    font-size: 18px;
    font-family: 'Lekton', sans-serif;
    border: 1px solid #f4f4f4;
    display: inline-block;
    width: 100%;
}
.pagination-ef li a:hover {
    color: #333;
    background-color: #7beec7;
}
.pagination-ef li {
    line-height: 48px;
    width: 48px;
    height: 48px;
    display: inline-block;
    text-align: center;
}
.pagination-ef li.current a, .pagination-ef li span.page-numbers.current {
    background-color: #7beec7;
}
.pagination-ef i {
    font-size: 30px;
    display: inline-table;
    vertical-align: middle;
}
.scroll-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #333;
    text-align: center;
    color: #fff;
    z-index: 9;
}
.scroll-top i {
    color: #fff;
    font-size: 48px;
}



.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

/*the animation definition*/
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 80px, 0);
        -ms-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

/*Parallax Move*/
.parallax-move{
    overflow: hidden;
}
.parallax-move img {
  position: relative;
  z-index: 4;
  max-width: 100%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.2s ease-out;
  -moz-transition: opacity 0.3s ease-out, -moz-transform 0.2s ease-out;
  -o-transition: opacity 0.3s ease-out, -o-transform 0.2s ease-out;
  transition: opacity 0.3s ease-out, transform 0.2s ease-out;
}

/* =Buttons
-------------------------------------------------------------- */

.btn {
    letter-spacing: 1.5pt;
    border-radius: 0;
    font-weight: 400;
}
.btn-1 {
    clear: both;
    margin-top: 45px;
    border: 1px solid #c5c5c5;
    color: #909090;
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.btn-1:hover {
    border: 1px solid #56c8d4;
    box-shadow: 200px 0 0 0 #56c8d4 inset;
    color: #fff;
}

/* =Preloader
-------------------------------------------------------------- */

.cover {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #fff;
}

.cover .loago{width:100px;position:absolute;line-height: 100%;left:0;right:0;text-align: center; margin: auto; top:30%;}
.cover img{display: block;}
/* =Header
-------------------------------------------------------------- */

.header {
    height: 100px;
    width: 100%;
    /* background: #fff; */
    z-index: 9;
    position: relative;
}
.logo {
    float: left;
    line-height: 100px;
}

a>span.site-name{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 16px;
}
a:hover>span.site-name{
    color: #333;
}

.logo h1 {
    line-height: 100px;
}

/*Slider Home*/
.slider-wrapper {
    position: relative;
}
.slider-images-wrapper {
    z-index: -1;
}
.slider-description {
    position: absolute;
    top: 45%;
    width: 100%;
    max-width: 100%;
}
.slider-description-inner {
    margin-left: 6%;
}
.slider-description-inner h1 {
    font-family: 'azedobold';
    font-size: 60px;
    letter-spacing: 8px;
}
.slider-description-inner h1 span {
    font-family: 'azedolight';
    background: #7beec7;
    padding: 22px;
    font-weight: 100;
    margin-left: 10px;
    line-height: 80px;
}
.cd-intro {
    float: left;
    margin-left: 6%;
}
.cd-headline {
    font-size: 30px;
    margin-top: 40px;
    color: #000;
    font-weight: 100;
    letter-spacing: 3pt;
}
.cd-words-wrapper {
    display: inline-block;
    position: relative;
}
.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
    font-weight: normal;
}
.cd-words-wrapper b.is-visible {
    position: relative;
}
.no-js .cd-words-wrapper b {
    opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}
/* Text Slider Clip */
.cd-headline.clip span {
    display: inline-block;
    padding: .2em 0;
}
.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
    /* line */
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #000;
}
.cd-headline.clip b {
    font-family: 'Lekton', sans-serif;
    opacity: 0;
}
.cd-headline.clip b.is-visible {
    opacity: 1;
}
.header-page {
    position: relative;
    min-height: 450px;
}
.header-page .inner-content {
    padding: 25px;
    background: rgba(255, 255, 255, 0.8);
    display: table;
    height: 410px;
    width: calc(100% - 40px);
    margin-top: 20px;
    margin-left: 20px;
}
.header-page .inner-content.dribble-header {
    height: 220px;
}
.header-page .inner-content .header-content {
    display: table-cell;
    vertical-align: middle;
}
.header-page .inner-content .header-content h1 {
    text-align: center;
    font-size: 60px;
     font-family: 'Ubuntu', sans-serif;
}
.header-page .inner-content .header-content hr {
    float: none;
}
.header-page .inner-content .header-content p {
    text-align: center;
    font-size: 18px;
}
/* =Full Width Slider
-------------------------------------------------------------- */

.has-slider {
    position: absolute;
    background: transparent;
    height: 100vh;
    width: 100%;
}
svg {
    display: block;
    overflow: visible;
}
.architecture-slider-menu {
    position: fixed;
    width: 100%;
    z-index: 4;
}
.slider-container {
    position: relative;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: all-scroll;
}
.slider-control {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 12%;
    height: 100%;
    transition: opacity 0.3s;
    will-change: opacity;
    opacity: 0;
}
.slider-control.inactive:hover .slider-control:not(.inactive):hover {
    opacity: 1;
}
.slider-control.left {
    left: 0;
    cursor: url(../img/slider-left.png), auto;
}
.slider-control.right {
    right: 0;
    cursor: url(../img/slider-right.png), auto;
}
.slider-pagi {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 2rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.slider-pagi__elem {
    position: relative;
    display: block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    margin: 14px 0.5rem;
    border: 1px solid #111111;
    cursor: pointer;
    border-radius: 50%;
}
.slider-pagi__elem:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5px;
    height: 5px;
    background: #111111;
    border-radius: 50%;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}
.slider-pagi__elem.active:before,
.slider-pagi__elem:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.slider {
    z-index: 1;
    position: relative;
    height: 100%;
}
.slider.animating {
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    will-change: transform;
}
.slider.animating .slide__bg {
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    will-change: transform;
}
.slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slide.active .slide__overlay,
.slide.active .slide__text {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.slide__bg {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background-size: cover;
    will-change: transform;
}
.slide__bg.mphn{display: none;}
.slider .slide:nth-child(1) {
    left: 0;
}
.slider .slide:nth-child(1) .slide__bg {
    left: 0;
}
.slider .slide .slide__overlay-path {
    fill: rgb(1 1 1);
}
.slider .slide:nth-child(2) {
    left: 100%;
}
.slider .slide:nth-child(3) {
    left: 200%;
}
.slider .slide:nth-child(4) {
    left: 300%;
}
.slider .slide:nth-child(5) {
    left: 400%;
}
.slide:nth-child(6) {
    left: 500%;
}
.slider .slide:nth-child(7) {
    left: 600%;
}
.slider .slide:nth-child(8) {
    left: 700%;
}
.slider .slide:nth-child(9) {
    left: 800%;
}
.slider .slide:nth-child(10) {
    left: 900%;
}
.slider .slide:nth-child(2) .slide__bg {
    left: -50%;
}
.slider .slide:nth-child(3) .slide__bg {
    left: -100%;
}
.slider .slide:nth-child(4) .slide__bg {
    left: -150%;
}
.slider .slide:nth-child(5) .slide__bg {
    left: -200%;
}
.slide:nth-child(6) .slide__bg {
    left: -250%;
}
.slide:nth-child(7) .slide__bg {
    left: -300%;
}
.slider .slide:nth-child(8) .slide__bg {
    left: -350%;
}
.slider .slide:nth-child(9) .slide__bg {
    left: -400%;
}
.slider .slide:nth-child(10) .slide__bg {
    left: -450%;
}
.slide__text-link {
    z-index: 5;
    display: inline-block;
    position: relative;
    padding: 0.5rem;
    cursor: pointer;
    font-size: 2.3rem;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.slide__text-desc {
    margin-bottom: 30px;
    text-transform: uppercase;
}
.slide__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slide__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    min-height: 720px;
    transition: -webkit-transform 0.5s 0.5s, opacity 0.2s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
    will-change: transform, opacity;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    opacity: 0;
}
.slide__overlay path {
    opacity: 0.9;
}
.slide__text {
    position: absolute;
    width: 28%;
    bottom: 30%;
    left: 12%;
    color: #fff;
    transition: -webkit-transform 0.5s 0.8s, opacity 0.5s 0.8s;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
    will-change: transform, opacity;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}
.slide__text-heading {
    font-size: 48px;
    font-family: 'azedobold';
    text-transform: uppercase;
    font-weight: 800;
    dispay: block;
    width: 100%;
    padding: 2px;
    position: relative;
    letter-spacing: 4.5pt;
}
span.border-text {
    font-family: 'azedolight';
    font-weight: 100;
    color: #fff;
    border: 2px solid #fff;
    padding: 15px;
    margin-left: 10px;
    margin-right: 10px;
}
.slide__text p {
    font-size: 24px;
    font-family: 'Lekton', sans-serif;
    padding-top: 30px;
    line-height: 30px;
    color: #b0afbd;
    font-weight: 400;
}

/* =Architecure Slider 
-------------------------------------------------------------- */
.arch-slider {
    position: relative;
}
.arch-slider-content {
    position: absolute;
    max-width: 510px;
    padding: 5% 7% 5% 7%;
    left: 20px;
    bottom: 20px;
    background: rgba(255, 255, 255, 0.9);
}
.arch-slider-content p {
    font-size: 60px;
    font-weight: 100;
    line-height: 60px;
    font-family: 'azedolight', sans-serif;
    letter-spacing: 2.5pt;
}
.slider-controls {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.slider-controls a {
    font-size: 60px;
    padding-left: 10px;
    padding-right: 10px;
    color: #111111;
}
.slider-controls a:hover,
.slider-controls a i:hover {
    color: #7beec7;
}
/* =Menu right
-------------------------------------------------------------- */

.navigation {
    display: block;
    position: absolute;
    top: 30px;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
}
.close-menu {
    color: #fff;
    font-size: 60px;
    cursor: pointer;
    line-height: 49px;
}
.search-icon {
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    float: right;
    line-height: 54px;
}
.close-menu:hover,
.search-icon:hover {
    color: #7beec7;
}
/* search */
.js-ui-search input[type="text"] {
    -webkit-appearance: none;
    outline: none;
    border: none;
    height: 20px;
    line-height: 20px;
}
.js-ui-search input[type="text"]:focus {
    -webkit-appearance: none;
    outline: none;
    border: none;
}
.search-wrap {
    position: absolute;
    right: 25px;
    top: 11px;
    display: block;
    z-index: 1;
    width: 25px;
    height: 25px;
    margin-left: 0;
    padding: 0;
    border: 2px solid #f7f7f7;
    border-radius: 20px;
    -moz-transition: all 0.25s ease 0.3s;
    -o-transition: all 0.25s ease 0.3s;
    -webkit-transition: all 0.25s ease;
    -webkit-transition-delay: 0.3s;
    transition: all 0.25s ease 0.3s;
}
.search-wrap:before {
    top: 90%;
    left: 90%;
    width: 14px;
    height: 2px;
    background-color: #f7f7f7;
    border-radius: 1px;
    -moz-transition: width 0.15s ease 0.55s;
    -o-transition: width 0.15s ease 0.55s;
    -webkit-transition: width 0.15s ease;
    -webkit-transition-delay: 0.55s;
    transition: width 0.15s ease 0.55s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}
.search-wrap input {
    width: 100%;
    color: #fff;
    opacity: 0;
    background-color: transparent;
    transition: opacity 0.15s ease;
}
.eks {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 20;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.eks:before,
.eks:after {
    right: 5px;
    height: 2px;
    width: 2px;
    border-radius: 1px;
    transition: all 0.25s ease;
}
.eks:before {
    top: 3.3px;
    background-color: white;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition-delay: 0.1s;
}
.eks:after {
    bottom: 3.3px;
    background-color: white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    transition-delay: 0s;
}
.search-wrap.open {
    width: 230px;
    transition-delay: 0.1s;
}
.search-wrap.open:before {
    width: 0px;
    transition-delay: 0s;
}
.search-wrap.open input {
    opacity: 1;
    transition-delay: 0.15s;
}
.search-wrap.open input:focus {
    border:0; 
}
.search-wrap.open ::-webkit-input-placeholder {
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 15px;
}
.search-wrap.open .eks:before,
.search-wrap.open .eks:after {
    width: 15px;
    right: 12px;
}
.search-wrap.open .eks:before {
    top: 9px;
    transition-delay: 0.25s;
}
.search-wrap.open .eks:after {
    bottom: 9px;
    transition-delay: 0.3s;
}
.search-wrap:before,
.eks:before,
.eks:after {
    content: "";
    position: absolute;
    display: block;
}
.menu-wrap a {
    color: #fff;
}
.menu-wrap a:hover,
.menu-wrap a:focus {
    color: #7beec7;
}
.content-wrap {
    -webkit-overflow-scrolling: touch;
}
.content {
    position: relative;
    background: #b4bad2;
}
.content::before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: opacity 0.4s, -webkit-transform 0s 0.4s;
    transition: opacity 0.4s, transform 0s 0.4s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
/* Menu Button */
.menu-button {
    position: fixed;
    right: 15px;
    z-index: 1000;
    margin: 1em;
    padding: 0;
    width: 2.5em;
    height: 2.25em;
    border: none;
    text-indent: 2.5em;
    font-size: 1.5em;
    color: transparent;
    background: transparent;
    outline: 0;
}
.menu-button::before {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    bottom: 0.5em;
    left: 0.5em;
    background: linear-gradient(#373a47 20%, transparent 20%, transparent 40%, #373a47 40%, #373a47 60%, transparent 60%, transparent 80%, #373a47 80%);
    content: '';
}
.menu-button:hover {
    opacity: 0.6;
}
/* Close Button */
.close-button {
    width: 1em;
    height: 1em;
    position: absolute;
    right: 0.5em;
    top: 0.5em;
    overflow: hidden;
    text-indent: 1em;
    font-size: 34px;
    border: none;
    background: transparent;
    color: transparent;
    outline: 0;
}
.close-button::before,
.close-button::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #bdc3c7;
}
.close-button::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-button::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.indicator-name {
    position: absolute;
    right: 30px;
    top: 0;
    line-height: 50px;
    color: #111111;
}
.content-menu {
    position: relative;
}
.menu-wrap {
    position: fixed;
    z-index: 9999;
    width: 35%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #111;
    background-position: center center;
    background-size: cover;
    font-size: 1.15em;
    display: table;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.menu,
.menu-list {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 35px
}
.menu-contact-information {
    clear: both;
}
.menu-contact-information span {
    padding-top: 10px;
    padding-bottom: 50px;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 2.5px;
    text-align: right;
}
.menu-content {
    padding-top: 30%;
}
.menu-list ul {
    padding: 0;
}
.menu-list ul li {
    display: block;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
}
.menu-list,
.menu-list ul li {
    transition: -webkit-transform 0s 0.4s;
    transition: transform 0s 0.4s;
    transition-timing-function: cubic-bezier(0.8, 0, 0.3, 1);
}
.menu-list ul li:nth-child(1) {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
}
.menu-list ul li:nth-child(2) {
    -webkit-transform: translate3d(500px, 0, 0);
    transform: translate3d(500px, 0, 0);
}
.menu-list ul li:nth-child(3) {
    -webkit-transform: translate3d(1000px, 0, 0);
    transform: translate3d(1000px, 0, 0);
}
.menu-list ul li:nth-child(4) {
    -webkit-transform: translate3d(1500px, 0, 0);
    transform: translate3d(1500px, 0, 0);
}
.menu-list ul li:nth-child(5) {
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
.menu-list ul li:nth-child(6) {
    -webkit-transform: translate3d(2500px, 0, 0);
    transform: translate3d(2500px, 0, 0);
}
.menu-list ul li:nth-child(7) {
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
}
.menu-list ul li a {
    font-weight: 900;
    font-size: 30px;
    font-family: 'Lekton', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.5pt;
    transition: all 350ms cubic-bezier(0.215, .61, .215, 1);
    -webkit-transition: all 350ms cubic-bezier(0.215, .61, .215, 1);
    -moz-transition: all 350ms cubic-bezier(0.215, .61, .215, 1);
    -o-transition: all 350ms cubic-bezier(0.215, .61, .215, 1);
}
ul.sub-menu {
    position: relative;
    display: none;

}
ul.sub-menu li {
    padding: 0;
    padding-bottom: 8px;
    padding-top: 8px;
    line-height: 10px !important;
}
ul.sub-menu li a {
    font-size: 14px;
    text-transform: none;
}
/* Shown menu */
.show-menu .menu-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.show-menu .menu-list,
.show-menu .menu-list ul li {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.show-menu .menu-list ul li {
    transition-duration: 0.9s;
    text-decoration: none;
    line-height: 42px;
}
.show-menu .content::before {
    opacity: 1;
    transition: opacity 0.8s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.main-menu-indicator {
    display: block;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 1000;
    height: 62px;
    width: 25px;
    background: transparent;
    outline: 0;
    float: right;
    position: relative;
    margin: 17px 0 17px 0;
}
.main-menu-indicator:hover {
    border: 0;
    box-shadow: none;
}
.main-menu-indicator>span {
    transition: all 0.1s ease 0s;
    display: block;
    position: absolute;
    width: 25px;
    height: 2px;
    top: 32px;
    left: 0;
    right: 0;
    margin: auto;
    background: #545454;
}
.main-menu-indicator>span:before,
.main-menu-indicator>span:after {
    transition: all 0.2s ease 0s;
    position: absolute;
    content: '';
    width: 25px;
    height: 2px;
    background: #545454;
    left: 0;
}
.main-menu-indicator>span:after {
    top: -5px;
}
.main-menu-indicator>span:before {
    bottom: -5px;
}

.main-menu-indicator.active>span {
    background: transparent;
}

.main-menu-indicator.active>span:after {
    top: 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.main-menu-indicator.active>span:before {
    bottom: 0;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
/* Social Menu */
.menu-social-media {
    position: absolute;
    bottom: 100px;
}
.menu-social-media ul {
    padding: 0;
    padding-left: 50px;
}
.menu-social-media ul li {
    padding-left: 15px;
    padding-left: 15px;
    display: inline;
}
/* Menu Information */
.menu-information {
    position: absolute;
    bottom: 18px;
}
.menu-information p {
    font-family: 'Lekton', sans-serif;
    color: #fff;
    padding-left: 71px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

.menu-information ul {
    padding: 0;
    padding-left: 50px;
}
.menu-information ul li {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    list-style: none;
    color: #fff;
    letter-spacing: 2.5pt;
    font-family: 'Lekton', sans-serif;
}
.menu-information ul li span {
    padding-right: 15px;
}


/* =Menu Version 2
-------------------------------------------------------------- */

.menu-wrap-2{
    float: right;
}

.menu-wrap-2 ul{
    padding:0;
    margin-bottom:0; 
}

.menu-wrap-2 ul li{
	position: relative;
    display: inline-block;
    font-size: 14px;
    padding: 0 22px;
    text-transform: uppercase;
}

.menu-wrap-2 ul li a{
    letter-spacing: 2px;
}

.menu-wrap-2 ul.sub-menu li {
    display: block;
    padding: 8px;
    padding-top: 10px;
}

.menu-wrap-2 ul.sub-menu li a{
    line-height: normal;
}


/* =Home Content
-------------------------------------------------------------- */
.history-wrapper {
    float: left;
    width: 100%;
}
.history-wrapper article {
    margin-top: 60px
}
.history-wrapper h4 {
    font-family: 'Ubuntu';
    font-weight: 400;
    line-height: 24px;
}
/* Services */
.services-home-page {
    float: left;
}
.services-home-page h4 {
    font-weight: 600;
}
.services-icon>span {
    font-size: 36px;
    padding-bottom: 24px;
    clear: both;
    float: left;
}
.services-icon>hr {
    float: left;
}
/* News Letter*/
.newsletter-left {
    height: 325px;
    width: 100%;
    background-color: #7beec7;
    display: table;
    text-align: center;
}
.newsletter-left-inner {
    display: table-cell;
    vertical-align: middle;
    padding-left: 12%;
    padding-right: 12%;
}
.newsletter-left-inner h1 {
    text-align: left;
    font-size: 30px;
    font-weight: 100;
    color: #111111;
    line-height: 40px;
}
.newsletter-right {
    position: relative;
    height: 325px;
    width: 100%;
    background-color: #7beec7;
    display: table;
    text-align: center;
}
.newsletter-right-inner {
    position: absolute;
    left: 50px;
    top: 50px;
    background: #fff;
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    padding: 60px;
}
.newsletter-right-inner input {
    width: 100%;
    height: 45px;
    border: 0;
    border: 1px solid #e6e6e6;
    outline: 0;
    padding-left: 20px;
    padding-right: 20px;
}
.newsletter-right-inner input:focus {
    border: 1px solid #7beec7;
}
.newsletter-right-inner input[type=submit] {
    margin-top: 15px;
    max-width: 175px;
    margin: auto;
    background: #7beec7;
    border: 0;
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1.5pt;
}
/* =Architecture Content
-------------------------------------------------------------- */

.architecture-content .box-over-image {
    min-height: 660px;
    margin-bottom: 30px;
    width: 100%;
    background-color: #383838;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.box-over-image-inner {
    max-width: 430px;
    background: #fff;
    width: 100%;
    padding: 11%;
    margin-left: 20px;
    margin-right: 20px;
}
.box-over-image-inner h1 {
    font-weight: 400;
    text-align: center;
}
.box-over-image-inner hr {
    float: none;
}
.box-over-image-inner p {
    text-align: center;
}
.tabs-wrapper {
    background-color: #7beec7;
    min-height: 330px;
    width: 100%;
    padding: 40px;
    margin-bottom: 30px;
}
.tabs-wrapper h1 {
    text-align: center;
    font-weight: 400;
    margin: 0;
}
.tabs-image {
    margin-bottom: 30px;
}
.tabs-image img {
    max-width: 100%;
    height: auto;
}

.circle-image img{
    max-width: 350px;
    max-height: 350px;
    height: auto;
    display: block;
    margin: auto;
    outline: 3px solid #F1F1F1;
    outline-offset: -15px;
}

.tab-view {
    background: #333;
}
/* About Studio */

.about-studio {
    position: relative;
    width: 100%;
    min-height: 500px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.our-studio-content {
    background-color: #383838;
    min-height: 460px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 40px;
}
.our-studio-content h1,
.our-studio-content p {
    color: #fff;
}
.our-studio-content hr {
    background: #fff;
}
.our-story {
    min-height: 500px;
    width: 100%;
}
.our-story-content {
    background-color: #7beec7;
    margin-top: 50px;
    height: 400px;
    display: table;
    width: 100%;
}
.our-story-content-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}
.our-story-image img {
    max-width: 100%;
    height: auto;
    outline: 8px solid white;
    outline-offset: -20px;
}
/*Team*/
.member {
    margin: auto;
    overflow: hidden;
    max-width: 350px;
}
.member .overlay-thumb {
    left: 0;
    right: 0;
    margin: auto;
}
.overlay-member {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    border: none;
    transition: all 0.5s ease-out;
    display: table;
}
.overlay-member-content {
    display: table;
    width: 100%;
    height: 100%;
    padding: 20px;
}
.overlay-member-content-inner {
    display: table-cell;
    vertical-align: middle;
    opacity: 0;
    z-index: 9;
    position: relative
}
.overlay-member-content-inner hr {
    float: none;
}
.member:hover .overlay-member-content-inner {
    opacity: 1;
    font-family: 'Lekton', sans-serif;
    text-align: center;
}
span.position {
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 20px;
    display: block;
}
.member-name {
    padding-left: 17px;
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 1px;
    margin-top: 6px;
    float: left;
}
ul.member-social-media {
    padding: 0;
}
.member-social-media li {
    display: inline-block;
    padding: 5px;
}
.member-social-media li a {
    font-size: 14px;
    color: #383838;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.member-social-media li a:hover {
    color: #fff;
}
ul.client-thumb li {
    display: inline-block;
    width: 24%;
    text-align: center;
    margin-bottom: 30px;
}
ul.client-thumb li a img {
    max-width: 100%;
    height: auto;
    opacity: 0.8;
    height: auto;
}

ul.client-thumb li a img:hover {
    opacity: 1;
}

ul.client-thumb-2 li{
    display: inline-block;
    width: 25%;
    text-align: center;
    margin-left: -3px;
    border-right: 1px solid #F3F3F3;
    border-top: 1px solid #F3F3F3;
    line-height: 145px;
}


ul.client-thumb-2 li:nth-child(4n+4) {
    border-right: 0;
}
ul.client-thumb-2 li:nth-child(-n+4) {
    border-top: 0;
}
ul.client-thumb-2 li:nth-child(n+5) {
    border-bottom: 0;
}

ul.client-thumb-2 li a img{
    max-width: 100%;
    opacity: 0.8;
    height: auto;
}

ul.client-thumb-2 li a img:hover{
    opacity: 1;
}



/* =Portfolio General
-------------------------------------------------------------- */
.portfolio-wrapper {
    clear: both;
}
/* Filter Button */
.nav {
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #86eecb;
    cursor: pointer;
    border: none;
    width: 48px;
    height: 48px;
    float: left;
    position: relative;
    z-index: 1;
    margin-right: 25px
}
.nav:focus {
    outline: none;
}
.nav .icon-container {
    width: 100%;
    position: absolute;
    top: 16px;
    left: 0;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.nav .line {
    width: 26px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    background-color: #545454;
    transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.nav .line01 {
    top: 0;
    opacity: 1;
    transition-delay: 210ms;
}
.nav .line02 {
    top: 7px;
    transition-delay: 140ms;
}
.nav .line03 {
    top: 14px;
    transition-delay: 70ms;
}
.nav .line04 {
    top: 21px;
    opacity: 0;
    transition-delay: 0ms;
}
.active .nav .line {
    left: 28px;
}
.nav:hover .line {
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}
.nav:hover .line01 {
    opacity: 0;
    transition-delay: 0ms;
}
.nav:hover .line02 {
    transition-delay: 70ms;
}
.nav:hover .line03 {
    transition-delay: 140ms;
}
.nav:hover .line04 {
    opacity: 1;
    transition-delay: 210ms;
}
.open.nav .line {
    transition: all 0.3s;
}
.open.nav:hover .line {
    -webkit-transform: none;
    transform: none;
}
.open.nav .line:nth-child(2) {
    background: 0;
}
.open.nav .line:nth-child(4) {
    background: 0;
}
.open.nav .line:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px;
    opacity: 1;
}
.open.nav .line:nth-child(3) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
    opacity: 1;
}
.works-filter {
    float: left;
    line-height: 46px;
    margin-bottom: 42px;
}
.works-filter a {
    display: inline-block;
    font-size: 18px;
    padding-right: 8px;
    padding-left: 8px;
    color: #111111;
    font-weight: 300;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
    opacity: 0;
}
.works-filter.open a {
    opacity: 1;
    transition: all 300ms cubic-bezier(.175, .885, .32, 1.075);
}
.works-filter.open a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.works-filter.open a:nth-child(1) {
    transition-duration: 600ms;
}
.works-filter.open a:nth-child(2) {
    transition-duration: 400ms
}
.works-filter.open a:nth-child(3) {
    transition-duration: 300ms
}
.works-filter.open a:nth-child(4) {
    transition-duration: 200ms
}
.works-filter a.active {
    color: #7beec7;
}
.works-filter a:before {
    padding-right: 20px;
    padding-left: 20px;
    color: #111111;
}
.works-filter a:first-child:before {
    content: "  ";
    padding-right: 5px;
    padding-left: 5px;
    color: #111111;
}
#work-grid, #dribbble-portfolio {
    clear: both;
}
.js-masonry {
    height: 100% !important;
    clear: both;
}
/*Overlay Thumb Portftolio and Team*/
.img {
    position: relative;
    overflow: hidden;
    display: inherit;
}
.mix .img {
    margin-bottom: 30px;
}
.img img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
}
.img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: -webkit-transform 3s;
    transition: transform 0.5s;
}
.overlay-thumb a.main-portfolio-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 45px;
    z-index: 4;
    cursor: url(../img/cursor.png), auto;
}
.img .overlay-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    border: none;
    transition: all 0.5s ease-out;
    z-index: 4;
}
.img .overlay-thumb:hover {
    background-color: rgba(123, 238, 199, .9);
}

.img .overlay-thumb.bg-white:hover{
    background-color: rgba(255, 255, 255, 0.65);
}
.overlay-thumb span {
    position: relative;
    z-index: 1;
    line-height: 15px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
}
.details span.title,
.details span.info {
    color: #111111;
}
.details span.title {
    font-size: 18px;
    letter-spacing: 1.2pt;
    line-height: 24px;
    text-transform: uppercase;
}
.details span.info {
    font-size: 14px;
    text-transform: uppercase;

}
.overlay-thumb .btnBefore,
.overlay-thumb .btnAfter {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border: solid #000;
    border-width: 0;
    transition: all ease-in-out;
    -webkit-transition: all ease-in-out;
    -moz-transition: all ease-in-out;
    -o-transition: all ease-in-out;
    -ms-transition: all ease-in-out;
}
.overlay-thumb .btnBefore {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
}
.overlay-thumb .btnAfter {
    width: 0;
    height: 0;
    left: 0;
    top: 0;
}
.overlay-thumb:hover .btnBefore {
    border-width: 0 0 3px 3px;
}
.overlay-thumb:hover .btnAfter {
    border-width: 3px 3px 0 0;
}
.overlay-thumb:hover .btnAfter,
.overlay-thumb:hover .btnBefore {
    height: 100%;
    width: 100%;
    transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
    -webkit-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
    -moz-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
    -o-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
    -ms-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
}
.overlay-thumb:hover:before,
.overlay-thumb:hover span {
    opacity: 1;
}
.overlay-thumb:hover .details span {
    top: 0;
}
.overlay-thumb:hover .title {
    transition-delay: 0.15s;
}
.overlay-thumb:hover .info {
    transition-delay: 0.25s;
}
/*Details on portfolio*/
.details {
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.details span {
    display: block;
    opacity: 0;
    position: relative;
    top: 100px;
    transition-property: top, opacity;
    transition-duration: 0.3s;
    transition-delay: 0s;
}
.details .title {
    line-height: 1;
    font-weight: 600;
    font-size: 18px;
}
.details .info {
    line-height: 1.2;
    letter-spacing: 1.5pt;
    margin-top: 5px;
    font-size: 12px;
}
.img .like-product {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    cursor: pointer;
    opacity: 0;
    text-align: center;
}
.img:hover .like-product {
    opacity: 1;
}
.like-product i {
    font-size: 24px;
    cursor: pointer;
    margin-top: 18px;
    margin-left: 18px;
    border-radius: 50%;
    display: inline-block;
    color: #111111;
    transition: .4s;
}
.output {
    color: #111111;
    clear: both;
    display: block;
    padding-left: 18px;
}
span.like-product {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    visibility: hidden;
    transition: .6s;
    z-index: 7;
    font-size: 2px;
    color: transparent;
    font-weight: 400;
    padding-left: 48px;
    line-height: 58px;
}
.like-product i.press {
    -webkit-animation: size .4s;
    animation: size .4s;
    color: #505050;
}
span.press {
    line-height: 70px;
    font-size: 14px;
    visibility: visible;
    -webkit-animation: fade 1s;
    animation: fade 1s;
}
@-webkit-keyframes fade {
    0% {
        color: #transparent;
    }
    50% {
        color: #505050;
    }
    100% {
        color: #transparent;
    }
}
@keyframes fade {
    0% {
        color: #transparent;
    }
    50% {
        color: #505050;
    }
    100% {
        color: #transparent;
    }
}
@-webkit-keyframes size {
    0% {
        padding-top: 0;
    }
    50% {
        padding-top: 8px;
    }
    100% {
        padding-top: 0
    }
}
@keyframes size {
    0% {
        padding-top: 0;
    }
    50% {
        padding-top: 8px;
    }
    100% {
        padding-top: 0
    }
}
.load-more {
    text-align: center;
    margin-top: 50px;
    clear: both;
    float: left;
    width: 100%;
}
.load-more a {
    text-decoration: none;
    color: #111111;
    text-transform: uppercase;
    font-size: 38px;
}
.load-more a:hover {
    color: #56c8d4;
}
.spinef {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1.5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(0);
    }
}
@keyframes spin {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
/* Height of portfolio */
.home-portfolio-image {
    height: 100%;
}
/* Height 3 column Portfolio */
.height-3column {
    height: 410px;
    overflow: hidden;
    margin-bottom: 30px;
}

/* =Single Project
-------------------------------------------------------------- */
.single-project-slider {
    position: relative;
}
.single-project-slider .single-controls .arrow-left,
.single-project-slider .single-controls .arrow-right {
    position: absolute;
    top: calc(50% - 24px);
    color: #fff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 30px;
    text-align: center;
}
.single-project-slider .single-controls .arrow-left {
    left: 20px;
}
.single-project-slider .single-controls .arrow-right {
    right: 20px;
}
.single-project-slider .single-controls .arrow-left a,
.single-project-slider .single-controls .arrow-right a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 30px;
    color: #111111;
    border: 1px solid #fff;
}
.single-project-slider .single-controls .arrow-left a:hover,
.single-project-slider .single-controls .arrow-right a:hover {
    color: #fff;
    background: #7beec7;
    border: 1px solid #7beec7;
}
.single-project-slider .single-controls .arrow-right {
    right: 20px;
}
.single-project-slider .slider-controls a:hover,
.slider-controls a i:hover {
    color: #7beec7;
}
.single-portfolio-wrapper {
    margin-top: 50px
}
.single-portfolio-wrapper span.info {
    font-size: 14px;
    letter-spacing: 1.5px;
    padding-bottom: 25px;
    clear: both;
    float: left;
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border: 0;
    font-size: 16px;
    font-weight: 300;
    color: #383838;
}
ul.social-buttons {
    padding: 0;
}
ul.social-buttons li {
    display: inline-block;
    padding-right: 10px;
}
.project-information td {} .single-project-images {
    margin-bottom: 30px;
}
.single-project-images img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}
.portfolio-controls {
    background: #f1f1f1;
    margin-top: 20px;
}
.btn-project {
    width: 100px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border: 1px solid #f4f4f4;
    font-size: 24px;
}
.home-btn {
    float: left;
}
.back-btn,
.forward-btn {
    float: right;
    margin-left: 8px;
}
.btn-project a:hover {
    cursor: pointer;
}
.btn-project a {
    background: transparent;
    outline: none;
    position: relative;
    overflow: hidden;
    display: block;
}
.btn-project:hover a:hover:before {
    opacity: 1;
    transform: translate(0, 0);
    color: #111;
    font-weight: 100;
}
.btn-project a:before {
    content: attr(data-hover);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 800;
    opacity: 0;
    transform: translate(100%, 0);
    transition: all .3s ease-in-out;
    font-size: 10px;
    background: #7beec7;
}

/*Similar Project*/
.similar-project {
    clear: both;
}
.similar-project h4 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px;
}

/* Buttons home, back, next */
.btn-project a:hover i {
    opacity: 0;
    transform: translate(100%, 0);
}
.btn-project a i {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 800;
    font-size: .8em;
    transition: all .3s ease-in-out;
}

/* =Blog
-------------------------------------------------------------- */

.blog-post {
    margin-bottom: 100px;
}
.blog-front-image {
    position: relative;
}
.blog-front-image {
    position: relative;
    width: 100%;
}
.blog-thumb {
    position: relative;
}

.blog-thumb img{
    height: auto;
}
.blog-thumb .icon-video-blog {
    position: absolute;
    top: calc(50% - 34px);
    left: calc(50% - 34px);
    font-size: 38px;
    color: #545454;
    width: 68px;
    height: 68px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}
.blog-thumb .icon-video-blog:hover {
    background-color: #fff;
}
.circle {
    stroke: #48ac8a;
    stroke-dasharray: 650;
    stroke-dashoffset: 650;
    -webkit-transition: all 0.5s ease-in-out;
    opacity: 0.3;
}

/*Play Button*/
.playBut { 
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    background-color: rgba(255, 255, 255, 0.79);
    border-radius: 50%;
}
.playBut .triangle {
    -webkit-transition: all 0.7s ease-in-out;
    stroke-dasharray: 240;
    stroke-dashoffset: 480;
    stroke: #000;
    transform: translateY(0);
}
.playBut:hover .triangle {
    stroke-dashoffset: 0;
    opacity: 1;
    stroke: #48ac8a;
    animation: nudge 0.7s ease-in-out;
}
@keyframes nudge {
    0% {
        transform: translateX(0);
    }
    30% {
        transform: translateX(-5px);
    }
    50% {
        transform: translateX(5px);
    }
    70% {
        transform: translateX(-2px);
    }
    100% {
        transform: translateX(0);
    }
}
.playBut:hover .circle {
    stroke-dashoffset: 0;
    opacity: 1;
}
.blog-front-content {
    position: absolute;
    right: 0;
    background: #383838;
    width: 100%;
    padding: 40px;
}
.blog-front-content-inner {
    position: relative;
}

.blog-front-content-inner h1 a{
    color: #fff;
}
.blog-front-content-inner .post-date {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
}
.blog-front-content-inner h1 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    color: #fff;
    font-weight: 100;
}
.blog-front-content-inner p {
    color: #fff;
    padding-bottom: 30px;
}
.read-more-blog-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 30px;
    color: #fff;
}
.single-blog-wrapper {} .single-blog-wrapper h1 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
}
.info-title {
    color: #fff;
    line-height: 45px;
    padding-left: 8px;
}
.post-single-date {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}
.share-buttons {
    padding: 8px 0 8px 0;
}
.share-buttons ul {
    padding: 0;
}
.share-buttons ul li {
    display: inline;
}
.share-buttons ul li a,
.share-buttons ul li a i {
    font-size: 16px;
    color: #fff;
    padding-left: 2px;
    padding-right: 2px;
}
.share-buttons ul li a:hover,
.share-buttons ul li a i:hover {
    color: #7beec7;
}
.blog-tags ul {
    padding: 0 0 0 6px;
}
.blog-tags ul li {
    display: inline-block;
    background: #fff;
    padding: 2px 5px 2px 5px;
    margin-left: 2px;
    margin-top: 4px;
}
.blog-tags ul li a {
    color: #111;
    font-size: 12px;
    font-weight: 100;
}
.blog-tags ul li a:hover,
.blog-tags ul li:hover {
    color: #fff;
    background: #7beec7;
}
.full-blog-content {
    margin-top: 30px;
}
.full-blog-content p:first-of-type:first-letter {
    float: left;
    color: #fff;
    background-color: #111;
    font-size: 60px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 15px;
    padding-left: 20px;
    margin-right: 10px;
    margin-top: 8px;
    text-align: center;
    font-family: 'azedobold';
}
/*Blog Timeline*/
.cbp_tmtimeline {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
}
/* The line */
.cbp_tmtimeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #5F5F5F;
    left: 20%;
    margin-left: -6px;
}
/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
    display: block;
    width: 25%;
    padding-right: 100px;
    position: absolute;
}
.cbp_tmtimeline > li .cbp_tmtime span {
    display: block;
    text-align: right;
}
.cbp_tmtimeline > li .cbp_tmtime span:first-child {
    font-size: 20px;
    color: #bdd0db;
}
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
    padding-top: 18px;
    color: #5F5F5F;
}
/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 35px 25%;
    background: #E1E2E1;
    padding: 20px;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
}
.cbp_tmlabel h1,
.cbp_tmlabel p {
    color: #333;
}
.cbp_tmtimeline > li .cbp_tmlabel h2 {
    margin-top: 0px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #E1E2E1;
    border-width: 10px;
    top: 22px;
}
/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
    width: 60px;
    height: 60px;
    float: left;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 28px;
    line-height: 60px;
    -webkit-font-smoothing: antialiased;
    position: relative;
    color: #FFFFFF;
    background: #5F5F5F;
    border-radius: 50%;
    text-align: center;
    left: 20%;
    top: 0;
    margin: 0 0 0 -35px;
}
.blog-v2-image {
    position: relative;
}
.blog-v2-image img {
    max-width: 100%;
    height: auto;
}
.icon-video-blogv2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 69px;
    height: 69px;
    top: calc(50% - 36px);
}
/* =Contact
-------------------------------------------------------------- */
.contact-map {
    position: relative;
    height: 450px;
}
.inner-map {
    position: absolute;
    z-index: 1;
    padding: 25px;
    top: -410px;
    background: rgba(255, 255, 255, 0.8);
    display: table;
    height: 370px;
    width: calc(100% - 40px);
    margin-top: 20px;
    margin-left: 20px;
}
.inner-map .inner-map-content {
    display: table-cell;
    vertical-align: middle;
}
.inner-map .inner-map-content h1 {
    text-align: center;
    font-size: 60px;
    font-family: 'azedobold', sans-serif;
}
.inner-map .inner-map-content hr {
    float: none;
}
.inner-map .inner-map-content p {
    text-align: center;
    font-size: 18px;
}
.contact-wrapper {
    clear: both;
    float: left;
    width: 100%;
}
.contact-info {
    font-size: 24px;
    clear: both;
    margin-bottom: 25px;
    float: left;
}

#map{
    width: 100%;
    height: 410px;
}

.icon-info {
    float: left;
    line-height: 45px;
}
.title-info {
    font-weight: 500;
}
.title-info,
.description-info {
    font-size: 14px;
    display: block;
    padding-left: 30px;
    letter-spacing: 1px;
}
.description-info {
    font-weight: 100;
}
.contact-form {} .contact-form input[type="submit"] {
    width: 100%;
    height: 48px;
    outline: 0;
    border: 0;
    background-color: #7beec7;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 2pt;
}
.contact-form input,
.contact-form textarea {
    margin-bottom: 30px;
}
input {
    outline: 0;
}
textarea {
    outline: 0;
    width: 100%;
    height: 125px;
    padding-top: 7px;
    resize: none;
}
input[type="text"],
textarea {
    border: 1px solid #e6e6e6;
    padding-left: 10px;
}
input[type="text"]:focus,
textarea:focus {
    border: 1px solid #111;
}
input[type="text"] {
    /* height: 50px; */
    width: 100%;
}

/* =Page Not Found
-------------------------------------------------------------- */
.page-error{
    position: relative;
}
.page-error h1 {
    color: #f1f1f1;
    font-size: 21vw;
    position: absolute;
    left: 15%;
    top: 50px;
    z-index: -1;
}
.page-error h3 {
    margin-top: 125px;
    font-size: 20px;
    font-weight: 300;
    color: #3A3939;
    font-size: 28px;
    float: left;
    padding: 8px;
}

.page-error p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 65px;
    color: #3A3939;
    float: left;
    padding: 8px;
}
.page-error p a {
    color: #7beec7;
    padding-left: 5px;
    padding-right: 5px;
}



/* =Footer
-------------------------------------------------------------- */
.footer {
    width: 100%;
    float: left;
    background: #f4f4f4;
    min-height: 300px;
}
.footer-inner {
    height: 300px;
    display: table;
    width: 100%;
}
.footer-content {
    display: table-cell;
    vertical-align: middle;
}
.footer-content p {
    color: #787878;
}
.footer-content h4 {
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}
.footer-content address {
    color: #787878;
    font-size: 14px;
    letter-spacing: 1.5pt;
}
ul.social-media {
    padding: 0;
    text-align: center;
}
ul.social-media li {
    list-style-type: none;
    display: inline;
    padding: 5px;
}
ul.social-media li a i {
    color: #111111;
}
ul.social-media li a i:hover {
    color: #7beec7;
}
.copyright-mark {
    margin-top: 50px;
    display: block;
    text-align: center;
    color: #787878;
    letter-spacing: 1.5pt;
}



/* =WordPress Core
-------------------------------------------------------------- */
.sticky{
    position: absolute;
    top: 0px;
    left: -1px;
    width: 60px;
    height: 40px;
    background-color: #f6ee53;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    z-index: 1;
}
.gallery-caption{
    padding: 25px;
}
.bypostauthor{
    font-weight: 700;
}

.alignnone {
    margin: 5px 20px 20px 0;
    max-width: 100%;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 100%;
    text-align: center;
}

.wp-caption.alignnone {
   margin: 10px;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*  Bootstrap Alerts */
.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #5cb85c;
  border-color: rgba(0, 0, 0, 0);
  color: #ebebeb;
}
.alert-success hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-success .alert-link {
  color: #d2d2d2;
}
.alert-info {
  background-color: #5bc0de;
  border-color: rgba(0, 0, 0, 0);
  color: #ebebeb;
}
.alert-info hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-info .alert-link {
  color: #d2d2d2;
}
.alert-warning {
  background-color: #f0ad4e;
  border-color: rgba(0, 0, 0, 0);
  color: #ebebeb;
}
.alert-warning hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-warning .alert-link {
  color: #d2d2d2;
}
.alert-danger {
  background-color: #d9534f;
  border-color: rgba(0, 0, 0, 0);
  color: #ebebeb;
}
.alert-danger hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-danger .alert-link {
  color: #d2d2d2;
}

/*Custom*/
/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}
.more-link {
  display: none;
}
/* rtl:end:remove */
.marketing {
  z-index: 1;
  position: relative;
  margin-top: 3em;
}
.ring .large {
  position: absolute;
  width: 700px;
  height: 700px;
  border: solid;
  width: 100%;
}
.ring {
  position: absolute;
  /* height: 680px !important; */
  border: 1px solid #7ed321;
  top: 0;
  left: 0;
  border-radius: 50%;
  /* width: 100% !important; */
}

.ring.fst{
  position: absolute;
  height: 650px;
  width: 650px;
  margin: auto;
  left: 2em;
  top: -2em;
  border-color: #11c199;
}
.ring.sec{
  position: relative;
  height: 500px;
  width: 500px;
  left: 11%;
  top: 11%;
  border-color: #cdff05;
}
.ring.trd{
  position: absolute;
  height: 350px;
  width: 350px;
  left: 22%;
  top: 22%;
  border-color: #11c11f;
}
.ring.frt{
  position: absolute;
  height: 250px;
  width: 250px;
  left: 30%;
  top: 30%;
}
.ring::after {
  content: '';
  display: block;
  position: absolute;
  top: 68px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #7ed321;
  /* z-index: 9; */
}
.ring::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #7ed321;
  border-radius: 50%;
  /* z-index: 9; */
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?wxyrrp');
  src:  url('../fonts/icomoon.eot?wxyrrp#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?wxyrrp') format('truetype'),
    url('../fonts/icomoon.woff?wxyrrp') format('woff'),
    url('../fonts/icomoon.svg?wxyrrp#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font
  content: "\e944";
}
.icon-command1:before {
  content: "\e945";
}
.icon-compass1:before {
  content: "\e946";
}
.icon-copy1:before {
  content: "\e947";
}
.icon-corner-down-left:before {
  content: "\e948";
}
.icon-corner-down-right:before {
  content: "\e949";
}
.icon-corner-left-down:before {
  content: "\e94a";
}
.icon-corner-left-up:before {
  content: "\e94b";
}
.icon-corner-right-down:before {
  content: "\e94c";
}
.icon-corner-right-up:before {
  content: "\e94d";
}
.icon-corner-up-left:before {
  content: "\e94e";
}
.icon-corner-up-right:before {
  content: "\e94f";
}
.icon-cpu:before {
  content: "\e950";
}
.icon-credit-card1:before {
  content: "\e951";
}
.icon-crop1:before {
  content: "\e952";
}
.icon-crosshair:before {
  content: "\e953";
}
.icon-database1:before {
  content: "\e954";
}
.icon-delete:before {
  content: "\e955";
}
.icon-disc:before {
  content: "\e956";
}
.icon-dollar-sign:before {
  content: "\e957";
}
.icon-download1:before {
  content: "\e958";
}
.icon-download-cloud:before {
  content: "\e959";
}
.icon-droplet1:before {
  content: "\e95a";
}
.icon-edit:before {
  content: "\e95b";
}
.icon-edit-2:before {
  content: "\e95c";
}
.icon-edit-3:before {
  content: "\e95d";
}
.icon-external-link:before {
  content: "\e95e";
}
.icon-eye1:before {
  content: "\e95f";
}
.icon-eye-off:before {
  content: "\e960";
}
.icon-facebook1:before {
  content: "\e961";
}
.icon-fast-forward:before {
  content: "\e962";
}
.icon-feather:before {
  content: "\e963";
}
.icon-figma:before {
  content: "\e964";
}
.icon-file:before {
  content: "\e965";
}
.icon-file-minus:before {
  content: "\e966";
}
.icon-file-plus:before {
  content: "\e967";
}
.icon-file-text1:before {
  content: "\e968";
}
.icon-film1:before {
  content: "\e969";
}
.icon-filter1:before {
  content: "\e96a";
}
.icon-flag1:before {
  content: "\e96b";
}
.icon-folder1:before {
  content: "\e96c";
}
.icon-folder-minus1:before {
  content: "\e96d";
}
.icon-folder-plus1:before {
  content: "\e96e";
}
.icon-framer:before {
  content: "\e96f";
}
.icon-frown:before {
  content: "\e970";
}
.icon-gift1:before {
  content: "\e971";
}
.icon-git-branch:before {
  content: "\e972";
}
.icon-git-commit:before {
  content: "\e973";
}
.icon-git-merge:before {
  content: "\e974";
}
.icon-git-pull-request:before {
  content: "\e975";
}
.icon-github1:before {
  content: "\e976";
}
.icon-gitlab:before {
  content: "\e977";
}
.icon-globe:before {
  content: "\e978";
}
.icon-grid:before {
  content: "\e979";
}
.icon-hard-drive:before {
  content: "\e97a";
}
.icon-hash:before {
  content: "\e97b";
}
.icon-headphones1:before {
  content: "\e97c";
}
.icon-heart1:before {
  content: "\e97d";
}
.icon-help-circle:before {
  content: "\e97e";
}
.icon-hexagon:before {
  content: "\e97f";
}
.icon-home1:before {
  content: "\e980";
}
.icon-image1:before {
  content: "\e981";
}
.icon-inbox:before {
  content: "\e982";
}
.icon-info1:before {
  content: "\e983";
}
.icon-instagram1:before {
  content: "\e984";
}
.icon-italic1:before {
  content: "\e985";
}
.icon-key1:before {
  content: "\e986";
}
.icon-layers:before {
  content: "\e987";
}
.icon-layout:before {
  content: "\e988";
}
.icon-life-buoy:before {
  content: "\e989";
}
.icon-link1:before {
  content: "\e98a";
}
.icon-link-2:before {
  content: "\e98b";
}
.icon-linkedin1:before {
  content: "\e98c";
}
.icon-list1:before {
  content: "\e98d";
}
.icon-loader:before {
  content: "\e98e";
}
.icon-lock1:before {
  content: "\e98f";
}
.icon-log-in:before {
  content: "\e990";
}
.icon-log-out:before {
  content: "\e991";
}
.icon-mail1:before {
  content: "\e992";
}
.icon-map1:before {
  content: "\e993";
}
.icon-map-pin:before {
  content: "\e994";
}
.icon-maximize:before {
  content: "\e995";
}
.icon-maximize-2:before {
  content: "\e996";
}
.icon-meh:before {
  content: "\e997";
}
.icon-menu1:before {
  content: "\e998";
}
.icon-message-circle:before {
  content: "\e999";
}
.icon-message-square:before {
  content: "\e99a";
}
.icon-mic1:before {
  content: "\e99b";
}
.icon-mic-off:before {
  content: "\e99c";
}
.icon-minimize:before {
  content: "\e99d";
}
.icon-minimize-2:before {
  content: "\e99e";
}
.icon-minus1:before {
  content: "\e99f";
}
.icon-minus-circle:before {
  content: "\e9a0";
}
.icon-minus-square:before {
  content: "\e9a1";
}
.icon-monitor:before {
  content: "\e9a2";
}
.icon-moon:before {
  content: "\e9a3";
}
.icon-more-horizontal:before {
  content: "\e9a4";
}
.icon-more-vertical:before {
  content: "\e9a5";
}
.icon-mouse-pointer:before {
  content: "\e9a6";
}
.icon-move:before {
  content: "\e9a7";
}
.icon-music1:before {
  content: "\e9a8";
}
.icon-navigation:before {
  content: "\e9a9";
}
.icon-navigation-2:before {
  content: "\e9aa";
}
.icon-octagon:before {
  content: "\e9ab";
}
.icon-package:before {
  content: "\e9ac";
}
.icon-paperclip:before {
  content: "\e9ad";
}
.icon-pause1:before {
  content: "\e9ae";
}
.icon-pause-circle:before {
  content: "\e9af";
}
.icon-pen-tool:before {
  content: "\e9b0";
}
.icon-percent:before {
  content: "\e9b1";
}
.icon-phone1:before {
  content: "\e9b2";
}
.icon-phone-call:before {
  content: "\e9b3";
}
.icon-phone-forwarded:before {
  content: "\e9b4";
}
.icon-phone-incoming:before {
  content: "\e9b5";
}
.icon-phone-missed:before {
  content: "\e9b6";
}
.icon-phone-off:before {
  content: "\e9b7";
}
.icon-phone-outgoing:before {
  content: "\e9b8";
}
.icon-pie-chart1:before {
  content: "\e9b9";
}
.icon-play1:before {
  content: "\e9ba";
}
.icon-play-circle:before {
  content: "\e9bb";
}
.icon-plus1:before {
  content: "\e9bc";
}
.icon-plus-circle:before {
  content: "\e9bd";
}
.icon-plus-square:before {
  content: "\e9be";
}
.icon-pocket:before {
  content: "\e9bf";
}
.icon-power1:before {
  content: "\e9c0";
}
.icon-printer1:before {
  content: "\e9c1";
}
.icon-radio:before {
  content: "\e9c2";
}
.icon-refresh-ccw:before {
  content: "\e9c3";
}
.icon-refresh-cw:before {
  content: "\e9c4";
}
.icon-repeat:before {
  content: "\e9c5";
}
.icon-rewind:before {
  content: "\e9c6";
}
.icon-rotate-ccw:before {
  content: "\e9c7";
}
.icon-rotate-cw:before {
  content: "\e9c8";
}
.icon-rss1:before {
  content: "\e9c9";
}
.icon-save:before {
  content: "\e9ca";
}
.icon-scissors1:before {
  content: "\e9cb";
}
.icon-search1:before {
  content: "\e9cc";
}
.icon-send:before {
  content: "\e9cd";
}
.icon-server:before {
  content: "\e9ce";
}
.icon-settings:before {
  content: "\e9cf";
}
.icon-share1:before {
  content: "\e9d0";
}
.icon-share-2:before {
  content: "\e9d1";
}
.icon-shield1:before {
  content: "\e9d2";
}
.icon-shield-off:before {
  content: "\e9d3";
}
.icon-shopping-bag:before {
  content: "\e9d4";
}
.icon-shopping-cart:before {
  content: "\e9d5";
}
.icon-shuffle1:before {
  content: "\e9d6";
}
.icon-sidebar:before {
  content: "\e9d7";
}
.icon-skip-back:before {
  content: "\e9d8";
}
.icon-skip-forward:before {
  content: "\e9d9";
}
.icon-slack:before {
  content: "\e9da";
}
.icon-slash:before {
  content: "\e9db";
}
.icon-sliders:before {
  content: "\e9dc";
}
.icon-smartphone:before {
  content: "\e9dd";
}
.icon-smile1:before {
  content: "\e9de";
}
.icon-speaker:before {
  content: "\e9df";
}
.icon-square:before {
  content: "\e9e0";
}
.icon-star:before {
  content: "\e9e1";
}
.icon-stop-circle:before {
  content: "\e9e2";
}
.icon-sun1:before {
  content: "\e9e3";
}
.icon-sunrise:before {
  content: "\e9e4";
}
.icon-sunset:before {
  content: "\e9e5";
}
.icon-tablet1:before {
  content: "\e9e6";
}
.icon-tag:before {
  content: "\e9e7";
}
.icon-target1:before {
  content: "\e9e8";
}
.icon-terminal1:before {
  content: "\e9e9";
}
.icon-thermometer:before {
  content: "\e9ea";
}
.icon-thumbs-down:before {
  content: "\e9eb";
}
.icon-thumbs-up:before {
  content: "\e9ec";
}
.icon-toggle-left:before {
  content: "\e9ed";
}
.icon-toggle-right:before {
  content: "\e9ee";
}
.icon-tool:before {
  content: "\e9ef";
}
.icon-trash:before {
  content: "\e9f0";
}
.icon-trash-2:before {
  content: "\e9f1";
}
.icon-trello1:before {
  content: "\e9f2";
}
.icon-trending-down:before {
  content: "\e9f3";
}
.icon-trending-up:before {
  content: "\e9f4";
}
.icon-triangle:before {
  content: "\e9f5";
}
.icon-truck1:before {
  content: "\e9f6";
}
.icon-tv1:before {
  content: "\e9f7";
}
.icon-twitch1:before {
  content: "\e9f8";
}
.icon-twitter1:before {
  content: "\e9f9";
}
.icon-type:before {
  content: "\e9fa";
}
.icon-umbrella:before {
  content: "\e9fb";
}
.icon-underline1:before {
  content: "\e9fc";
}
.icon-unlock:before {
  content: "\e9fd";
}
.icon-upload1:before {
  content: "\e9fe";
}
.icon-upload-cloud:before {
  content: "\e9ff";
}
.icon-user1:before {
  content: "\ea00";
}
.icon-user-check1:before {
  content: "\ea01";
}
.icon-user-minus1:before {
  content: "\ea02";
}
.icon-user-plus1:before {
  content: "\ea03";
}
.icon-user-x:before {
  content: "\ea04";
}
.icon-users1:before {
  content: "\ea05";
}
.icon-video:before {
  content: "\ea06";
}
.icon-video-off:before {
  content: "\ea07";
}
.icon-voicemail:before {
  content: "\ea08";
}
.icon-volume:before {
  content: "\ea09";
}
.icon-volume-1:before {
  content: "\ea0a";
}
.icon-volume-2:before {
  content: "\ea0b";
}
.icon-volume-x:before {
  content: "\ea0c";
}
.icon-watch:before {
  content: "\ea0d";
}
.icon-wifi:before {
  content: "\ea0e";
}
.icon-wifi-off:before {
  content: "\ea0f";
}
.icon-wind:before {
  content: "\ea10";
}
.icon-x:before {
  content: "\ea11";
}
.icon-x-circle:before {
  content: "\ea12";
}
.icon-x-octagon:before {
  content: "\ea13";
}
.icon-x-square:before {
  content: "\ea14";
}
.icon-youtube1:before {
  content: "\ea15";
}
.icon-zap:before {
  content: "\ea16";
}
.icon-zap-off:before {
  content: "\ea17";
}
.icon-zoom-in1:before {
  content: "\ea18";
}
.icon-zoom-out1:before {
  content: "\ea19";
}
.icon-heart2:before {
  content: "\ea1a";
}
.icon-cloud2:before {
  content: "\ea1b";
}
.icon-star1:before {
  content: "\ea1c";
}
.icon-tv2:before {
  content: "\ea1d";
}
.icon-sound:before {
  content: "\ea1e";
}
.icon-video1:before {
  content: "\ea1f";
}
.icon-trash1:before {
  content: "\ea20";
}
.icon-user2:before {
  content: "\ea21";
}
.icon-key3:before {
  content: "\ea22";
}
.icon-search2:before {
  content: "\ea23";
}
.icon-settings1:before {
  content: "\ea24";
}
.icon-camera2:before {
  content: "\ea25";
}
.icon-tag1:before {
  content: "\ea26";
}
.icon-lock2:before {
  content: "\ea27";
}
.icon-bulb:before {
  content: "\ea28";
}
.icon-pen1:before {
  content: "\ea29";
}
.icon-diamond:before {
  content: "\ea2a";
}
.icon-display1:before {
  content: "\ea2b";
}
.icon-location1:before {
  content: "\ea2c";
}
.icon-eye2:before {
  content: "\ea2d";
}
.icon-bubble1:before {
  content: "\ea2e";
}
.icon-stack1:before {
  content: "\ea2f";
}
.icon-cup:before {
  content: "\ea30";
}
.icon-phone2:before {
  content: "\ea31";
}
.icon-news:before {
  content: "\ea32";
}
.icon-mail5:before {
  content: "\ea33";
}
.icon-like:before {
  content: "\ea34";
}
.icon-photo:before {
  content: "\ea35";
}
.icon-note:before {
  content: "\ea36";
}
.icon-clock3:before {
  content: "\ea37";
}
.icon-paperplane:before {
  content: "\ea38";
}
.icon-params:before {
  content: "\ea39";
}
.icon-banknote:before {
  content: "\ea3a";
}
.icon-music2:before {
  content: "\ea3b";
}
.icon-megaphone:before {
  content: "\ea3c";
}
.icon-study:before {
  content: "\ea3d";
}
.icon-lab1:before {
  content: "\ea3e";
}
.icon-food:before {
  content: "\ea3f";
}
.icon-t-shirt:before {
  content: "\ea40";
}
.icon-fire1:before {
  content: "\ea41";
}
.icon-clip:before {
  content: "\ea42";
}
.icon-shop:before {
  content: "\ea43";
}
.icon-calendar2:before {
  content: "\ea44";
}
.icon-wallet:before {
  content: "\ea45";
}
.icon-vynil:before {
  content: "\ea46";
}
.icon-truck2:before {
  content: "\ea47";
}
.icon-world:before {
  content: "\ea48";
}
.icon-home:before {
  content: "\ea49";
}
.icon-home2:before {
  content: "\ea4a";
}
.icon-home3:before {
  content: "\ea4b";
}
.icon-office:before {
  content: "\ea4c";
}
.icon-newspaper:before {
  content: "\ea4d";
}
.icon-pencil:before {
  content: "\ea4e";
}
.icon-pencil2:before {
  content: "\ea4f";
}
.icon-quill:before {
  content: "\ea50";
}
.icon-pen:before {
  content: "\ea51";
}
.icon-blog:before {
  content: "\ea52";
}
.icon-eyedropper:before {
  content: "\ea53";
}
.icon-droplet:before {
  content: "\ea54";
}
.icon-paint-format:before {
  content: "\ea55";
}
.icon-image:before {
  content: "\ea56";
}
.icon-images:before {
  content: "\ea57";
}
.icon-camera:before {
  content: "\ea58";
}
.icon-headphones:before {
  content: "\ea59";
}
.icon-music:before {
  content: "\ea5a";
}
.icon-play:before {
  content: "\ea5b";
}
.icon-film:before {
  content: "\ea5c";
}
.icon-video-camera:before {
  content: "\ea5d";
}
.icon-dice:before {
  content: "\ea5e";
}
.icon-pacman:before {
  content: "\ea5f";
}
.icon-spades:before {
  content: "\ea60";
}
.icon-clubs:before {
  content: "\ea61";
}
.icon-diamonds:before {
  content: "\ea62";
}
.icon-bullhorn:before {
  content: "\ea63";
}
.icon-connection:before {
  content: "\ea64";
}
.icon-podcast:before {
  content: "\ea65";
}
.icon-feed:before {
  content: "\ea66";
}
.icon-mic:before {
  content: "\ea67";
}
.icon-book:before {
  content: "\ea68";
}
.icon-books:before {
  content: "\ea69";
}
.icon-library:before {
  content: "\ea6a";
}
.icon-file-text:before {
  content: "\ea6b";
}
.icon-profile:before {
  content: "\ea6c";
}
.icon-file-empty:before {
  content: "\ea6d";
}
.icon-files-empty:before {
  content: "\ea6e";
}
.icon-file-text2:before {
  content: "\ea6f";
}
.icon-file-picture:before {
  content: "\ea70";
}
.icon-file-music:before {
  content: "\ea71";
}
.icon-file-play:before {
  content: "\ea72";
}
.icon-file-video:before {
  content: "\ea73";
}
.icon-file-zip:before {
  content: "\ea74";
}
.icon-copy:before {
  content: "\ea75";
}
.icon-paste:before {
  content: "\ea76";
}
.icon-stack:before {
  content: "\ea77";
}
.icon-folder:before {
  content: "\ea78";
}
.icon-folder-open:before {
  content: "\ea79";
}
.icon-folder-plus:before {
  content: "\ea7a";
}
.icon-folder-minus:before {
  content: "\ea7b";
}
.icon-folder-download:before {
  content: "\ea7c";
}
.icon-folder-upload:before {
  content: "\ea7d";
}
.icon-price-tag:before {
  content: "\ea7e";
}
.icon-price-tags:before {
  content: "\ea7f";
}
.icon-barcode:before {
  content: "\ea80";
}
.icon-qrcode:before {
  content: "\ea81";
}
.icon-ticket:before {
  content: "\ea82";
}
.icon-cart:before {
  content: "\ea83";
}
.icon-coin-dollar:before {
  content: "\ea84";
}
.icon-coin-euro:before {
  content: "\ea85";
}
.icon-coin-pound:before {
  content: "\ea86";
}
.icon-coin-yen:before {
  content: "\ea87";
}
.icon-credit-card:before {
  content: "\ea88";
}
.icon-calculator:before {
  content: "\ea89";
}
.icon-lifebuoy:before {
  content: "\ea8a";
}
.icon-phone:before {
  content: "\ea8b";
}
.icon-phone-hang-up:before {
  content: "\ea8c";
}
.icon-address-book:before {
  content: "\ea8d";
}
.icon-envelop:before {
  content: "\ea8e";
}
.icon-pushpin:before {
  content: "\ea8f";
}
.icon-location:before {
  content: "\ea90";
}
.icon-location2:before {
  content: "\ea91";
}
.icon-compass:before {
  content: "\ea92";
}
.icon-compass2:before {
  content: "\ea93";
}
.icon-map:before {
  content: "\ea94";
}
.icon-map2:before {
  content: "\ea95";
}
.icon-history:before {
  content: "\ea96";
}
.icon-clock:before {
  content: "\ea97";
}
.icon-clock2:before {
  content: "\ea98";
}
.icon-alarm:before {
  content: "\ea99";
}
.icon-bell:before {
  content: "\ea9a";
}
.icon-stopwatch:before {
  content: "\ea9b";
}
.icon-calendar:before {
  content: "\ea9c";
}
.icon-printer:before {
  content: "\ea9d";
}
.icon-keyboard:before {
  content: "\ea9e";
}
.icon-display:before {
  content: "\ea9f";
}
.icon-laptop:before {
  content: "\eaa0";
}
.icon-mobile:before {
  content: "\eaa1";
}
.icon-mobile2:before {
  content: "\eaa2";
}
.icon-tablet:before {
  content: "\eaa3";
}
.icon-tv:before {
  content: "\eaa4";
}
.icon-drawer:before {
  content: "\eaa5";
}
.icon-drawer2:before {
  content: "\eaa6";
}
.icon-box-add:before {
  content: "\eaa7";
}
.icon-box-remove:before {
  content: "\eaa8";
}
.icon-download:before {
  content: "\eaa9";
}
.icon-upload:before {
  content: "\eaaa";
}
.icon-floppy-disk:before {
  content: "\eaab";
}
.icon-drive:before {
  content: "\eaac";
}
.icon-database:before {
  content: "\eaad";
}
.icon-undo:before {
  content: "\eaae";
}
.icon-redo:before {
  content: "\eaaf";
}
.icon-undo2:before {
  content: "\eab0";
}
.icon-redo2:before {
  content: "\eab1";
}
.icon-forward:before {
  content: "\eab2";
}
.icon-reply:before {
  content: "\eab3";
}
.icon-bubble:before {
  content: "\eab4";
}
.icon-bubbles:before {
  content: "\eab5";
}
.icon-bubbles2:before {
  content: "\eab6";
}
.icon-bubble2:before {
  content: "\eab7";
}
.icon-bubbles3:before {
  content: "\eab8";
}
.icon-bubbles4:before {
  content: "\eab9";
}
.icon-user:before {
  content: "\eaba";
}
.icon-users:before {
  content: "\eabb";
}
.icon-user-plus:before {
  content: "\eabc";
}
.icon-user-minus:before {
  content: "\eabd";
}
.icon-user-check:before {
  content: "\eabe";
}
.icon-user-tie:before {
  content: "\eabf";
}
.icon-quotes-left:before {
  content: "\eac0";
}
.icon-quotes-right:before {
  content: "\eac1";
}
.icon-hour-glass:before {
  content: "\eac2";
}
.icon-spinner:before {
  content: "\eac3";
}
.icon-spinner2:before {
  content: "\eac4";
}
.icon-spinner3:before {
  content: "\eac5";
}
.icon-spinner4:before {
  content: "\eac6";
}
.icon-spinner5:before {
  content: "\eac7";
}
.icon-spinner6:before {
  content: "\eac8";
}
.icon-spinner7:before {
  content: "\eac9";
}
.icon-spinner8:before {
  content: "\eaca";
}
.icon-spinner9:before {
  content: "\eacb";
}
.icon-spinner10:before {
  content: "\eacc";
}
.icon-spinner11:before {
  content: "\eacd";
}
.icon-binoculars:before {
  content: "\eace";
}
.icon-search:before {
  content: "\eacf";
}
.icon-zoom-in:before {
  content: "\ead0";
}
.icon-zoom-out:before {
  content: "\ead1";
}
.icon-enlarge:before {
  content: "\ead2";
}
.icon-shrink:before {
  content: "\ead3";
}
.icon-enlarge2:before {
  content: "\ead4";
}
.icon-shrink2:before {
  content: "\ead5";
}
.icon-key:before {
  content: "\ead6";
}
.icon-key2:before {
  content: "\ead7";
}
.icon-lock:before {
  content: "\ead8";
}
.icon-unlocked:before {
  content: "\ead9";
}
.icon-wrench:before {
  content: "\eada";
}
.icon-equalizer:before {
  content: "\eadb";
}
.icon-equalizer2:before {
  content: "\eadc";
}
.icon-cog:before {
  content: "\eadd";
}
.icon-cogs:before {
  content: "\eade";
}
.icon-hammer:before {
  content: "\eadf";
}
.icon-magic-wand:before {
  content: "\eae0";
}
.icon-aid-kit:before {
  content: "\eae1";
}
.icon-bug:before {
  content: "\eae2";
}
.icon-pie-chart:before {
  content: "\eae3";
}
.icon-stats-dots:before {
  content: "\eae4";
}
.icon-stats-bars:before {
  content: "\eae5";
}
.icon-stats-bars2:before {
  content: "\eae6";
}
.icon-trophy:before {
  content: "\eae7";
}
.icon-gift:before {
  content: "\eae8";
}
.icon-glass:before {
  content: "\eae9";
}
.icon-glass2:before {
  content: "\eaea";
}
.icon-mug:before {
  content: "\eaeb";
}
.icon-spoon-knife:before {
  content: "\eaec";
}
.icon-leaf:before {
  content: "\eaed";
}
.icon-rocket:before {
  content: "\eaee";
}
.icon-meter:before {
  content: "\eaef";
}
.icon-meter2:before {
  content: "\eaf0";
}
.icon-hammer2:before {
  content: "\eaf1";
}
.icon-fire:before {
  content: "\eaf2";
}
.icon-lab:before {
  content: "\eaf3";
}
.icon-magnet:before {
  content: "\eaf4";
}
.icon-bin:before {
  content: "\eaf5";
}
.icon-bin2:before {
  content: "\eaf6";
}
.icon-briefcase:before {
  content: "\eaf7";
}
.icon-airplane:before {
  content: "\eaf8";
}
.icon-truck:before {
  content: "\eaf9";
}
.icon-road:before {
  content: "\eafa";
}
.icon-accessibility:before {
  content: "\eafb";
}
.icon-target:before {
  content: "\eafc";
}
.icon-shield:before {
  content: "\eafd";
}
.icon-power:before {
  content: "\eafe";
}
.icon-switch:before {
  content: "\eaff";
}
.icon-power-cord:before {
  content: "\eb00";
}
.icon-clipboard:before {
  content: "\eb01";
}
.icon-list-numbered:before {
  content: "\eb02";
}
.icon-list:before {
  content: "\eb03";
}
.icon-list2:before {
  content: "\eb04";
}
.icon-tree:before {
  content: "\eb05";
}
.icon-menu:before {
  content: "\eb06";
}
.icon-menu2:before {
  content: "\eb07";
}
.icon-menu3:before {
  content: "\eb08";
}
.icon-menu4:before {
  content: "\eb09";
}
.icon-cloud:before {
  content: "\eb0a";
}
.icon-cloud-download:before {
  content: "\eb0b";
}
.icon-cloud-upload:before {
  content: "\eb0c";
}
.icon-cloud-check:before {
  content: "\eb0d";
}
.icon-download2:before {
  content: "\eb0e";
}
.icon-upload2:before {
  content: "\eb0f";
}
.icon-download3:before {
  content: "\eb10";
}
.icon-upload3:before {
  content: "\eb11";
}
.icon-sphere:before {
  content: "\eb12";
}
.icon-earth:before {
  content: "\eb13";
}
.icon-link:before {
  content: "\eb14";
}
.icon-flag:before {
  content: "\eb15";
}
.icon-attachment:before {
  content: "\eb16";
}
.icon-eye:before {
  content: "\eb17";
}
.icon-eye-plus:before {
  content: "\eb18";
}
.icon-eye-minus:before {
  content: "\eb19";
}
.icon-eye-blocked:before {
  content: "\eb1a";
}
.icon-bookmark:before {
  content: "\eb1b";
}
.icon-bookmarks:before {
  content: "\eb1c";
}
.icon-sun:before {
  content: "\eb1d";
}
.icon-contrast:before {
  content: "\eb1e";
}
.icon-brightness-contrast:before {
  content: "\eb1f";
}
.icon-star-empty:before {
  content: "\eb20";
}
.icon-star-half:before {
  content: "\eb21";
}
.icon-star-full:before {
  content: "\eb22";
}
.icon-heart:before {
  content: "\eb23";
}
.icon-heart-broken:before {
  content: "\eb24";
}
.icon-man:before {
  content: "\eb25";
}
.icon-woman:before {
  content: "\eb26";
}
.icon-man-woman:before {
  content: "\eb27";
}
.icon-happy:before {
  content: "\eb28";
}
.icon-happy2:before {
  content: "\eb29";
}
.icon-smile:before {
  content: "\eb2a";
}
.icon-smile2:before {
  content: "\eb2b";
}
.icon-tongue:before {
  content: "\eb2c";
}
.icon-tongue2:before {
  content: "\eb2d";
}
.icon-sad:before {
  content: "\eb2e";
}
.icon-sad2:before {
  content: "\eb2f";
}
.icon-wink:before {
  content: "\eb30";
}
.icon-wink2:before {
  content: "\eb31";
}
.icon-grin:before {
  content: "\eb32";
}
.icon-grin2:before {
  content: "\eb33";
}
.icon-cool:before {
  content: "\eb34";
}
.icon-cool2:before {
  content: "\eb35";
}
.icon-angry:before {
  content: "\eb36";
}
.icon-angry2:before {
  content: "\eb37";
}
.icon-evil:before {
  content: "\eb38";
}
.icon-evil2:before {
  content: "\eb39";
}
.icon-shocked:before {
  content: "\eb3a";
}
.icon-shocked2:before {
  content: "\eb3b";
}
.icon-baffled:before {
  content: "\eb3c";
}
.icon-baffled2:before {
  content: "\eb3d";
}
.icon-confused:before {
  content: "\eb3e";
}
.icon-confused2:before {
  content: "\eb3f";
}
.icon-neutral:before {
  content: "\eb40";
}
.icon-neutral2:before {
  content: "\eb41";
}
.icon-hipster:before {
  content: "\eb42";
}
.icon-hipster2:before {
  content: "\eb43";
}
.icon-wondering:before {
  content: "\eb44";
}
.icon-wondering2:before {
  content: "\eb45";
}
.icon-sleepy:before {
  content: "\eb46";
}
.icon-sleepy2:before {
  content: "\eb47";
}
.icon-frustrated:before {
  content: "\eb48";
}
.icon-frustrated2:before {
  content: "\eb49";
}
.icon-crying:before {
  content: "\eb4a";
}
.icon-crying2:before {
  content: "\eb4b";
}
.icon-point-up:before {
  content: "\eb4c";
}
.icon-point-right:before {
  content: "\eb4d";
}
.icon-point-down:before {
  content: "\eb4e";
}
.icon-point-left:before {
  content: "\eb4f";
}
.icon-warning:before {
  content: "\eb50";
}
.icon-notification:before {
  content: "\eb51";
}
.icon-question:before {
  content: "\eb52";
}
.icon-plus:before {
  content: "\eb53";
}
.icon-minus:before {
  content: "\eb54";
}
.icon-info:before {
  content: "\eb55";
}
.icon-cancel-circle:before {
  content: "\eb56";
}
.icon-blocked:before {
  content: "\eb57";
}
.icon-cross:before {
  content: "\eb58";
}
.icon-checkmark:before {
  content: "\eb59";
}
.icon-checkmark2:before {
  content: "\eb5a";
}
.icon-spell-check:before {
  content: "\eb5b";
}
.icon-enter:before {
  content: "\eb5c";
}
.icon-exit:before {
  content: "\eb5d";
}
.icon-play2:before {
  content: "\eb5e";
}
.icon-pause:before {
  content: "\eb5f";
}
.icon-stop:before {
  content: "\eb60";
}
.icon-previous:before {
  content: "\eb61";
}
.icon-next:before {
  content: "\eb62";
}
.icon-backward:before {
  content: "\eb63";
}
.icon-forward2:before {
  content: "\eb64";
}
.icon-play3:before {
  content: "\eb65";
}
.icon-pause2:before {
  content: "\eb66";
}
.icon-stop2:before {
  content: "\eb67";
}
.icon-backward2:before {
  content: "\eb68";
}
.icon-forward3:before {
  content: "\eb69";
}
.icon-first:before {
  content: "\eb6a";
}
.icon-last:before {
  content: "\eb6b";
}
.icon-previous2:before {
  content: "\eb6c";
}
.icon-next2:before {
  content: "\eb6d";
}
.icon-eject:before {
  content: "\eb6e";
}
.icon-volume-high:before {
  content: "\eb6f";
}
.icon-volume-medium:before {
  content: "\eb70";
}
.icon-volume-low:before {
  content: "\eb71";
}
.icon-volume-mute:before {
  content: "\eb72";
}
.icon-volume-mute2:before {
  content: "\eb73";
}
.icon-volume-increase:before {
  content: "\eb74";
}
.icon-volume-decrease:before {
  content: "\eb75";
}
.icon-loop:before {
  content: "\eb76";
}
.icon-loop2:before {
  content: "\eb77";
}
.icon-infinite:before {
  content: "\eb78";
}
.icon-shuffle:before {
  content: "\eb79";
}
.icon-arrow-up-left:before {
  content: "\eb7a";
}
.icon-arrow-up:before {
  content: "\eb7b";
}
.icon-arrow-up-right:before {
  content: "\eb7c";
}
.icon-arrow-right:before {
  content: "\eb7d";
}
.icon-arrow-down-right:before {
  content: "\eb7e";
}
.icon-arrow-down:before {
  content: "\eb7f";
}
.icon-arrow-down-left:before {
  content: "\eb80";
}
.icon-arrow-left:before {
  content: "\eb81";
}
.icon-arrow-up-left2:before {
  content: "\eb82";
}
.icon-arrow-up2:before {
  content: "\eb83";
}
.icon-arrow-up-right2:before {
  content: "\eb84";
}
.icon-arrow-right2:before {
  content: "\eb85";
}
.icon-arrow-down-right2:before {
  content: "\eb86";
}
.icon-arrow-down2:before {
  content: "\eb87";
}
.icon-arrow-down-left2:before {
  content: "\eb88";
}
.icon-arrow-left2:before {
  content: "\eb89";
}
.icon-circle-up:before {
  content: "\eb8a";
}
.icon-circle-right:before {
  content: "\eb8b";
}
.icon-circle-down:before {
  content: "\eb8c";
}
.icon-circle-left:before {
  content: "\eb8d";
}
.icon-tab:before {
  content: "\eb8e";
}
.icon-move-up:before {
  content: "\eb8f";
}
.icon-move-down:before {
  content: "\eb90";
}
.icon-sort-alpha-asc:before {
  content: "\eb91";
}
.icon-sort-alpha-desc:before {
  content: "\eb92";
}
.icon-sort-numeric-asc:before {
  content: "\eb93";
}
.icon-sort-numberic-desc:before {
  content: "\eb94";
}
.icon-sort-amount-asc:before {
  content: "\eb95";
}
.icon-sort-amount-desc:before {
  content: "\eb96";
}
.icon-command:before {
  content: "\eb97";
}
.icon-shift:before {
  content: "\eb98";
}
.icon-ctrl:before {
  content: "\eb99";
}
.icon-opt:before {
  content: "\eb9a";
}
.icon-checkbox-checked:before {
  content: "\eb9b";
}
.icon-checkbox-unchecked:before {
  content: "\eb9c";
}
.icon-radio-checked:before {
  content: "\eb9d";
}
.icon-radio-checked2:before {
  content: "\eb9e";
}
.icon-radio-unchecked:before {
  content: "\eb9f";
}
.icon-crop:before {
  content: "\eba0";
}
.icon-make-group:before {
  content: "\eba1";
}
.icon-ungroup:before {
  content: "\eba2";
}
.icon-scissors:before {
  content: "\eba3";
}
.icon-filter:before {
  content: "\eba4";
}
.icon-font:before {
  content: "\eba5";
}
.icon-ligature:before {
  content: "\eba6";
}
.icon-ligature2:before {
  content: "\eba7";
}
.icon-text-height:before {
  content: "\eba8";
}
.icon-text-width:before {
  content: "\eba9";
}
.icon-font-size:before {
  content: "\ebaa";
}
.icon-bold:before {
  content: "\ebab";
}
.icon-underline:before {
  content: "\ebac";
}
.icon-italic:before {
  content: "\ebad";
}
.icon-strikethrough:before {
  content: "\ebae";
}
.icon-omega:before {
  content: "\ebaf";
}
.icon-sigma:before {
  content: "\ebb0";
}
.icon-page-break:before {
  content: "\ebb1";
}
.icon-superscript:before {
  content: "\ebb2";
}
.icon-subscript:before {
  content: "\ebb3";
}
.icon-superscript2:before {
  content: "\ebb4";
}
.icon-subscript2:before {
  content: "\ebb5";
}
.icon-text-color:before {
  content: "\ebb6";
}
.icon-pagebreak:before {
  content: "\ebb7";
}
.icon-clear-formatting:before {
  content: "\ebb8";
}
.icon-table:before {
  content: "\ebb9";
}
.icon-table2:before {
  content: "\ebba";
}
.icon-insert-template:before {
  content: "\ebbb";
}
.icon-pilcrow:before {
  content: "\ebbc";
}
.icon-ltr:before {
  content: "\ebbd";
}
.icon-rtl:before {
  content: "\ebbe";
}
.icon-section:before {
  content: "\ebbf";
}
.icon-paragraph-left:before {
  content: "\ebc0";
}
.icon-paragraph-center:before {
  content: "\ebc1";
}
.icon-paragraph-right:before {
  content: "\ebc2";
}
.icon-paragraph-justify:before {
  content: "\ebc3";
}
.icon-indent-increase:before {
  content: "\ebc4";
}
.icon-indent-decrease:before {
  content: "\ebc5";
}
.icon-share:before {
  content: "\ebc6";
}
.icon-new-tab:before {
  content: "\ebc7";
}
.icon-embed:before {
  content: "\ebc8";
}
.icon-embed2:before {
  content: "\ebc9";
}
.icon-terminal:before {
  content: "\ebca";
}
.icon-share2:before {
  content: "\ebcb";
}
.icon-mail:before {
  content: "\ebcc";
}
.icon-mail2:before {
  content: "\ebcd";
}
.icon-mail3:before {
  content: "\ebce";
}
.icon-mail4:before {
  content: "\ebcf";
}
.icon-amazon:before {
  content: "\ebd0";
}
.icon-google:before {
  content: "\ebd1";
}
.icon-google2:before {
  content: "\ebd2";
}
.icon-google3:before {
  content: "\ebd3";
}
.icon-google-plus:before {
  content: "\ebd4";
}
.icon-google-plus2:before {
  content: "\ebd5";
}
.icon-google-plus3:before {
  content: "\ebd6";
}
.icon-hangouts:before {
  content: "\ebd7";
}
.icon-google-drive:before {
  content: "\ebd8";
}
.icon-facebook:before {
  content: "\ebd9";
}
.icon-facebook2:before {
  content: "\ebda";
}
.icon-instagram:before {
  content: "\ebdb";
}
.icon-whatsapp:before {
  content: "\ebdc";
}
.icon-spotify:before {
  content: "\ebdd";
}
.icon-telegram:before {
  content: "\ebde";
}
.icon-twitter:before {
  content: "\ebdf";
}
.icon-vine:before {
  content: "\ebe0";
}
.icon-vk:before {
  content: "\ebe1";
}
.icon-renren:before {
  content: "\ebe2";
}
.icon-sina-weibo:before {
  content: "\ebe3";
}
.icon-rss:before {
  content: "\ebe4";
}
.icon-rss2:before {
  content: "\ebe5";
}
.icon-youtube:before {
  content: "\ebe6";
}
.icon-youtube2:before {
  content: "\ebe7";
}
.icon-twitch:before {
  content: "\ebe8";
}
.icon-vimeo:before {
  content: "\ebe9";
}
.icon-vimeo2:before {
  content: "\ebea";
}
.icon-lanyrd:before {
  content: "\ebeb";
}
.icon-flickr:before {
  content: "\ebec";
}
.icon-flickr2:before {
  content: "\ebed";
}
.icon-flickr3:before {
  content: "\ebee";
}
.icon-flickr4:before {
  content: "\ebef";
}
.icon-dribbble:before {
  content: "\ebf0";
}
.icon-behance:before {
  content: "\ebf1";
}
.icon-behance2:before {
  content: "\ebf2";
}
.icon-deviantart:before {
  content: "\ebf3";
}
.icon-500px:before {
  content: "\ebf4";
}
.icon-steam:before {
  content: "\ebf5";
}
.icon-steam2:before {
  content: "\ebf6";
}
.icon-dropbox:before {
  content: "\ebf7";
}
.icon-onedrive:before {
  content: "\ebf8";
}
.icon-github:before {
  content: "\ebf9";
}
.icon-npm:before {
  content: "\ebfa";
}
.icon-basecamp:before {
  content: "\ebfb";
}
.icon-trello:before {
  content: "\ebfc";
}
.icon-wordpress:before {
  content: "\ebfd";
}
.icon-joomla:before {
  content: "\ebfe";
}
.icon-ello:before {
  content: "\ebff";
}
.icon-blogger:before {
  content: "\ec00";
}
.icon-blogger2:before {
  content: "\ec01";
}
.icon-tumblr:before {
  content: "\ec02";
}
.icon-tumblr2:before {
  content: "\ec03";
}
.icon-yahoo:before {
  content: "\ec04";
}
.icon-yahoo2:before {
  content: "\ec05";
}
.icon-tux:before {
  content: "\ec06";
}
.icon-appleinc:before {
  content: "\ec07";
}
.icon-finder:before {
  content: "\ec08";
}
.icon-android:before {
  content: "\ec09";
}
.icon-windows:before {
  content: "\ec0a";
}
.icon-windows8:before {
  content: "\ec0b";
}
.icon-soundcloud:before {
  content: "\ec0c";
}
.icon-soundcloud2:before {
  content: "\ec0d";
}
.icon-skype:before {
  content: "\ec0e";
}
.icon-reddit:before {
  content: "\ec0f";
}
.icon-hackernews:before {
  content: "\ec10";
}
.icon-wikipedia:before {
  content: "\ec11";
}
.icon-linkedin:before {
  content: "\ec12";
}
.icon-linkedin2:before {
  content: "\ec13";
}
.icon-lastfm:before {
  content: "\ec14";
}
.icon-lastfm2:before {
  content: "\ec15";
}
.icon-delicious:before {
  content: "\ec16";
}
.icon-stumbleupon:before {
  content: "\ec17";
}
.icon-stumbleupon2:before {
  content: "\ec18";
}
.icon-stackoverflow:before {
  content: "\ec19";
}
.icon-pinterest:before {
  content: "\ec1a";
}
.icon-pinterest2:before {
  content: "\ec1b";
}
.icon-xing:before {
  content: "\ec1c";
}
.icon-xing2:before {
  content: "\ec1d";
}
.icon-flattr:before {
  content: "\ec1e";
}
.icon-foursquare:before {
  content: "\ec1f";
}
.icon-yelp:before {
  content: "\ec20";
}
.icon-paypal:before {
  content: "\ec21";
}
.icon-chrome:before {
  content: "\ec22";
}
.icon-firefox:before {
  content: "\ec23";
}
.icon-IE:before {
  content: "\ec24";
}
.icon-edge:before {
  content: "\ec25";
}
.icon-safari:before {
  content: "\ec26";
}
.icon-opera:before {
  content: "\ec27";
}
.icon-file-pdf:before {
  content: "\ec28";
}
.icon-file-openoffice:before {
  content: "\ec29";
}
.icon-file-word:before {
  content: "\ec2a";
}
.icon-file-excel:before {
  content: "\ec2b";
}
.icon-libreoffice:before {
  content: "\ec2c";
}
.icon-html-five:before {
  content: "\ec2d";
}
.icon-html-five2:before {
  content: "\ec2e";
}
.icon-css3:before {
  content: "\ec2f";
}
.icon-git:before {
  content: "\ec30";
}
.icon-codepen:before {
  content: "\ec31";
}
.icon-svg:before {
  content: "\ec32";
}
.icon-IcoMoon:before {
  content: "\ec33";
}





/*# sourceMappingURL=user.min.css.map */
html, body{
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
.navbar-brand img{
width: 50px;
}
a {
  color: #7ed321;
  text-decoration: none;
}
.nav-item {
  padding: 0 1.5em;
  transition: 1s ease-in;
}
a:hover {
  color: #3d423d;
  text-decoration: none;
}
.text-primary {
  background: #549f03;
}
.navbar-light.bg-light {
  background-image: none;
  background-color: rgb(41 115 0) !important;
}
.menu-main-nav-container{
  margin-left: auto;
}
.menu-item a {
color: #7ed321;
text-decoration: none;
padding: 1em;
}
.menu-item.text-white a {
color: #ffffff;
}
.mobilemenu li {
  padding: 2em 0;
}
.mobilemenu li.btn {
  padding: 1em 0;
}
.togl {
  font-size: 2em;
  display: none;
}
.hero-bg  {
  width: 50%;
  top: 38%;
  right: 0;
  left: auto;
  filter: invert(1);
}
.bg-light{
  background: #f5f2fc;
}
.bgwide  {
  background-color: #297300;
  width: 100%;
  min-height: 100vh;
}
.btn-primary, .btn-check:focus+.btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #297300;
  border-color: #297300;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #303331;
  border-color: #303331;
}
.z-index1{
  position: relative;
  z-index: 9999;
}    
.navbar-light .navbar-nav .nav-link {
  color: #d1ff9e !important;
}
.bg-primary {
  background-color: #333532 !important;
}
.btn-secondary {
  color: #fff;
  background-color: #7ed321;
  border-color: #7ed321;
  }
.btn-primary:hover {
  color: #fff;
  background-color: #333532;
  border-color: #333532;
}
.navbar-light .navbar-toggler {
  color: #fff;
  border-color: transparent;
}
.services-card-shadow img {
  width: 95px;
  filter: grayscale(1);
}
.mc4wp-form-fields input {
  width: 100% !important;
  background: none !important;
  border: 1px solid #acacaf !important;
  border-radius: 5px !important;
  min-height: 40px !important;
}
.mc4wp-form-fields p {
  float: left;
  width: 50%;
}
.mc4wp-form-fields [type=submit]:not(:disabled) {
  margin: 1em 0 0;
}
.offcanvas-collapse {
  position: fixed;
  top: 75px; /* Height of navbar */
  bottom: 0;
  left: 100%;
  width: 50%;
  height: 30%;
  padding: 3em;
  overflow-y: auto;
  visibility: hidden;
  background-color: #fff;
  transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  z-index: 9;
  border-radius: 7px;
}
.offcanvas-collapse.open {
  visibility: visible;
  transform: translateX(-100%);
  top: 0;
  padding-top: 6em !important;
}

.modal-dialog{
  max-width: 100%;
}
.modal-content {
  border: 0;
  box-shadow: none;
}
.soc img {
  filter: invert(1);
  width: 30px !important;
  margin: 1em 6px;
}
.newsletter{
  margin-bottom: 15em;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  height: 120px;
}
.wpcf7-submit  {
  padding: 9px;
  font-size: 14px;
}
.form-group  {
  position: relative;
  }
  input, textarea{
  -webkit-box-sizing: content-box; 
  box-sizing: content-box;
  padding: 0.8rem 0.4rem 0.4rem;
  }
  textarea{
    height: 150px;
    resize: none;
  }
  .contacted label {
  position: absolute;
  top: .6rem;
  left: 30px;
  transition: all .1s ease-in-out;
  z-index: 1;
  }
  .contacted label.move {/* opacity: .4; */font-size: 14px;top: -10px;left: 25px;background: #fff;padding: 0em 1em;}
  
  .form-control {
    padding: 0.675rem 0.75rem;
    border-radius: 5px;
    }
    .services-card-shadow, .abouted .rounded-4 {
      position: relative;
      box-shadow: none !important;
      border: 1px solid #99f3bf;
  }
    .services-card-shadow .imgbx::after {
      position: absolute;
      content: '';
      background: rgb(2, 226, 96);
      border-radius: 50%;
      width: 100px;
      height: 100px;
      left: 2em;
      opacity: .4;
  }
  .svg-inline--fa{
      width: 1em;
      margin: 0 0.5em 0 0;
  }
  .svg-inline--fa.fa-w-12 {
      width: 1em;
      font-size: 1.5em;
  }
  .svg-inline--fa path {
      fill: #7ed321;
  }
  .abouted .imgbx::after {
      width: 100px;
      height: 100px;
      position: absolute;
      content: '';
      background: rgb(2, 226, 96);
      border-radius: 50%;
      left: 0;
      right: 0;
      margin: auto;
      opacity: .4;
  }
  .navbar-light .navbar-toggler-icon {
      filter: sepia(1);
  }
  .carousel-control-prev-icon, .carousel-control-next-icon {
      background-color: #7ed321;
      opacity: 1;
      padding: 18px;
      background-size: 55% 55%;
  }
  .carousel-control-prev, .carousel-control-next{
      opacity: 1;
      bottom: -150%;
  }
  .conts {
      width: 100px;
      float: right;
      margin: 0px 10px;
  }
  .capt {
      background: #7ed321ad;
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 1em;
  }
  .capt2 {
      background: #0f0f0f93;
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 1em;
  }
  .capt2 a:hover {
      color: #fff;
      text-decoration: none;
  }
  .capt h5{
      font-weight: 100;
  }
  .btn {
      letter-spacing: .1em;
      padding: 6px 22px;
      font-size: 12px;
  }
  .bg-dark {
      background-color: #287625 !important;
  }
  .wpcf7-not-valid-tip, .screen-reader-response, .wpcf7-response-output{
      color: red;
  }
  .screen-reader-response ul{
      display: none;
  }
  
.btn-check:focus+.btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #297300;
  border-color: #297300;
  }
  
  .wpcf7-submit {
      width: 97% !important;
  }
  .blog .bg-light{
      padding: 4em 2em 1em 3em;
  }
  .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
      color: var(--bs-btn-active-color);
      background-color: #7ed321;
      border-color: #7ed321;
  }
  .perm {
      width: 100%;
      height: 100%;
  }
  .bann{
      position: relative;
      overflow: hidden;
      height: 690px;
  }
.section h1, .section h2{
    
     font-family: 'Ubuntu', sans-serif;
}
  .bann a {
      color: white;
      font-weight: bold;
  }
  .titl {
      position: absolute;
      padding: 2em;
      bottom: 0;
      background: #ffffff6e;
  }
  .breadcrumb-item+.breadcrumb-item {
      padding-right: 0.5rem;
  }
  
  .breadcrumb-item+.breadcrumb-item::before {
      color: #575757;
      }
  [type=search] {
      outline-offset: -2px;
      -webkit-appearance: textfield;
      border: 1px solid #b9b2b2;
      border-radius: 8px 0 0 8px;
  }
  .wp-block-search__button {
      background: rgb(0, 136, 29);
      border: none;
      padding: 0.7em 2em;
      margin: 0;
      border-radius: 0 8px 8px 0;
      color: white;
  }
  .widget-area  ul {
      padding-left: 1em;
  }
  .widget-area li {
      list-style: none;
      padding-bottom: 1em;
      margin-bottom: 1em;
      border-bottom: 1px solid #dbdbdb;
  }
  
  .widget-area li a {
      color: #3f3f3f;
  }
  .wp-block-search__label{
      display: none;
  }
  .widget-area {
      /* background: #f7f7f7; */
      padding: 2em 0 2em 2em;
  }
  .widget-area h2 {
      font-size: 1.169rem;
      background: #f3f3f3;
      color: #1c1c1c;
      padding: 1em;
  }
  .widget-area .title{
      display: none;
  }
  .card {
  border-radius: 5px;
  border: 0;
  background: #1c1c1c;
  overflow: hidden;
}
.hover-top:hover, .hover-top:focus {
  -webkit-transform: translateY(-0.125rem) translateZ(0);
  transform: translateY(-0.125rem) translateZ(0);
  -webkit-box-shadow: 0.5rem 0.5rem 1.5rem rgba(110,74,156,.1) !important;
  box-shadow: 0.5rem 0.5rem 1.5rem rgba(110,74,156,.1) !important;
  background-color: #7ed321;
  color: #fff;
}

#main_countedown_1 .time_left {
  border-radius: 8px;
  background-color: transparent !important;
  font-size: 42px !important;
  font-family: sans-serif !important;
  color: #000000;
  font-weight: bold;
  display: block;
}
#main_countedown_1 .element_conteiner {
  width: 25%;
  float: left;
}
thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  padding: 1em 2em;
}
.fields-wrap span {
  width: 100%;
  float: left;
}

.fields-wrap input {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.coupon_code {
  width: 50%;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 2em;
}
.last-table-row {
  border-top: 1px solid #ccc;
  width: 100%;
}
.tickera_buyer_info.info_section, .tickera_owner_info.info_section{
  width: 50%;
  float: left;
}
.tickera_buyer_info.info_section label {
  width: 83%;
}

[type=submit]:not(:disabled) {
  cursor: pointer !important;
  background-color: #7ed321 !important;
  border: none !important;
  border-radius: 5px !important;
  color: white !important;
  padding: 0.55em 2em !important;
  font-size: 15px;
}
.tc_event_date_title_front {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
}
.tiko {
  background: #fff;
  position: absolute;
  top: 40%;
  max-width: 47%;
  margin: auto;
  left: 0;
  right: 0;
  padding: 2em;
  z-index: 1;
  border-radius: 10px;
}
.tc_event_location_title_front{
  font-weight: bold;
}
.tc_the_content_pre{
  padding-bottom: 2em;
}
.list-group-item img {
  border-radius: 50%!important;
  flex-shrink: 0!important;
  width: 50px !important;
  height: 50px !important;
}
.list-group-item {
  border-top-width: 0;
  border-left: 0;
  border-right: 0;
}
.list-group {
  border-radius: 0;
}
.srch .screen-reader-text {
  width: 100%;
  float: left;
  font-size: 3em;
  padding-bottom: 1em;
}
.srch [type=search], .search-field {
  width: 100%;
}
.post-author__info h6 {
  font-size: 2em;
  font-weight: bold;
}
.nav-item.active a{
  color: #000;
  position: relative;
}
.nav-item.active a::after {
  content: '';
  background: rgb(0, 0, 0);
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: -33px;
  left: 0;
  right: 0;
  margin: auto;
  transition: 1s ease-in;
}

.lines {
  width: 100%;
  rotate: 90deg;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  /* z-index: 0; */
}
.lines hr {
  width: 100%;
  color: #f5f2fc;
  margin: -8em 0 15em;
}
.event-tickets .tribe-tickets__commerce-checkout-header-link-back-to-event, .event-tickets .tribe-tickets__commerce-checkout-header-link-back-to-event:focus, .event-tickets .tribe-tickets__commerce-checkout-header-link-back-to-event:hover, .event-tickets .tribe-tickets__commerce-checkout-header-link-back-to-event:visited, .event-tickets .tribe-tickets__commerce-checkout-header-link-modify-attendees, .event-tickets .tribe-tickets__commerce-checkout-header-link-modify-attendees:focus, .event-tickets .tribe-tickets__commerce-checkout-header-link-modify-attendees:hover, .event-tickets .tribe-tickets__commerce-checkout-header-link-modify-attendees:visited, .tribe-common .tribe-tickets__commerce-checkout-header-link-back-to-event, .tribe-common .tribe-tickets__commerce-checkout-header-link-back-to-event:focus, .tribe-common .tribe-tickets__commerce-checkout-header-link-back-to-event:hover, .tribe-common .tribe-tickets__commerce-checkout-header-link-back-to-event:visited, .tribe-common .tribe-tickets__commerce-checkout-header-link-modify-attendees, .tribe-common .tribe-tickets__commerce-checkout-header-link-modify-attendees:focus, .tribe-common .tribe-tickets__commerce-checkout-header-link-modify-attendees:hover, .tribe-common .tribe-tickets__commerce-checkout-header-link-modify-attendees:visited {
  color: #7ed321 !important;
  border-bottom: none;
  text-transform: uppercase;
  font-weight: 900;
}
.rounded {
  border-radius: 50% !important;
  overflow: hidden; 
}

.circ {
  border-radius: 50% !important;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.rounded {
    border-radius: 50% !important;
    /* overflow: hidden; */
}
.text-center img{
  text-align: center;
  height: 100% !important;
  /* max-width: 100% !important; */
}
.owl-carousel button.owl-dot{
  width: 20px;
  height: 5px;
  background: white !important;
  border-radius: 5px;
  margin: 0 7px;
}
.owl-carousel button.owl-dot.active {
  background: #7ed321 !important;
}
.owl-carousel .owl-dots {
  padding-left: 9%;
}


/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item img {
  vertical-align: middle;
  height: 100% !important;
  max-width: initial !important;
  width: auto !important;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}
.more-link {
  display: none;
}
/* rtl:end:remove */
.marketing {
  z-index: 1;
  position: relative;
  margin-top: 3em;
}
.ring .large {
  position: absolute;
  width: 700px;
  height: 700px;
  border: solid;
  width: 100%;
}
.ring {
  position: absolute;
  /* height: 680px !important; */
  border: 1px solid #7ed321;
  top: 0;
  left: 0;
  border-radius: 50%;
  /* width: 100% !important; */
}

.ring.fst{
  position: absolute;
  height: 650px;
  width: 650px;
  margin: auto;
  left: 2em;
  top: -2em;
  border-color: #11c199;
}
.ring.sec{
  position: relative;
  height: 500px;
  width: 500px;
  left: 11%;
  top: 11%;
  border-color: #cdff05;
}
.ring.trd{
  position: absolute;
  height: 350px;
  width: 350px;
  left: 22%;
  top: 22%;
  border-color: #11c11f;
}
.ring.frt{
  position: absolute;
  height: 250px;
  width: 250px;
  left: 30%;
  top: 30%;
}
.ring::after {
  content: '';
  display: block;
  position: absolute;
  top: 68px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #7ed321;
  /* z-index: 9; */
}
.ring::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #7ed321;
  border-radius: 50%;
  /* z-index: 9; */
}

.slide {display:block;}

.tribe-common .tribe-common-c-loader__dot circle {
  fill: #7ed321;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

@media (min-width: 960px){
section {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}
section.widget.widget_block{
  padding: 0;
}}
@media (max-width: 960px){

  .togl {
    display: inline-block;
    position: absolute;
    right: 2em;
  }
  .widget-area {
      margin-top: 4em;
  }
  .bgwide {
      background-color: #297300;
      width: 266%;
  }
  .p-sm0 {
      padding-left: 0;
      padding-right: 0;
  }
  .offcanvas-collapse {
      padding: 3em 0;
      width: 100%;
      height: 100%;
  }
  .feat {
      height: 60vh;
  }
  .poster{
      margin-top: 5em;
  }
}

@media (max-width: 500px){
  .feat {
      height: 33vh;
  }
  .poster{
      margin-top: 5em;
  }
  .wpcf7-submit {
      width: 94% !important;
  } 
  .slide__text {fill:blue;}
  
    .section h1{font-size:30px;}
       .section h2{font-size:21px;}

slide__bg.dsktp{display: none !important;}
.slide__bg.mphn{display: block; !important}

.naav li{display: inline-block;}
}
}


.naav li{display: inline-block;}
