/* ===================================================================================

* Theme Name: Geobin Child
* Theme URI: https://themeforest.net/user/tripples/portfolio
* Description: Geobin is a powerful and modern responsive WordPress Theme for 'Search Engine Optimization' and 'Digital Marketing'. Even  you can use for 'Social Media Marketing'.
* Version: 2.2
* Author: Tripples
* Author URI: http://www.themewinter.com
* Template: geobin
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */
/* Portfolio */
.button.button--arrow:before,
a {
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out
}

a,
p a,
p a:visited {
    line-height: inherit
}

dl,
figure,
ol,
ul {
    margin: 0
}

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

a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Nunito, sans-serif;
}

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

article,
aside,
audio,
canvas,
figcaption,
figure,
figure img,
footer,
header,
hgroup,
nav,
section,
video {
    display: block
}

fieldset,
img {
    border: 0
}

dl,
ol,
ul {
    padding: 0;
    list-style: none
}


.block_new_details h6,
.cols--flat li h5,
.list__title,
.screen__subtitle,
.section__subtitle,
.section__title {
    text-transform: uppercase
}

.button {
    display: inline-block;
    position: relative;
    background: #7d1900;
    height: 2.5em;
    line-height: 2.5em;
    padding: 0 15px;
    color: #fff !important;
}

.button.button--arrow:after,
.button.button--arrow:before {
    position: absolute;
    top: 50%;
    content: ""
}

.button--block {
    display: block;
    width: 100%;
    text-align: center
}

.button.button--arrow {
    padding-right: 40px
}

.button.button--arrow:before {
    width: 20px;
    height: 4px;
    background: #fff;
    transition: .3s all ease-in-out;
    right: 30px;
    margin: -2px 0 0
}

.button.button--arrow:after {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 12px solid #fff;
    right: 20px;
    -webkit-transition: .3s all ease-in-out;
    margin: -8px 0 0;
    -moz-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.request_quote {
    height: 32px;
    line-height: 32px;
    font-size: 1em;
    margin-right: 10px;
    background-color: #2cbed2;
    border-radius: 3px
}

.text-link {
    color: #3ecadd;
    display: inline-block;
    font-weight: 600;
    margin: 15px 0 0;
    text-decoration: underline
}

.text-link:hover {
    color: #222;
    text-decoration: none
}

.float--left {
    float: left !important
}

.float--right {
    float: right !important
}

.align--left {
    text-align: left !important
}

.align--right {
    text-align: right !important
}

.align--center {
    text-align: center !important
}

.nav-slogan h2 {
    color: #fff;
    font-weight: 400
}

.section:after,
.section:before {
    content: "";
    display: table;
    line-height: 0
}

.section:after {
    clear: both
}

.section {
    width: 100%;
    position: relative;
    padding: 5% 0 2%;
    overflow: hidden
}

.screen__item,
.screen__item img,
.screen__item svg {
    position: absolute
}

.screen:after {
    opacity: .8
}

.screen {
    height: 200px
}

.screen__item {
    max-width: 100%;
    width: 100%;
    height: 100%
}

.screen__item.ipod img,
.screen__item.ipod svg {
    left: 0;
    top: 50%;
    width: 28%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%)
}

.screen__item.iphone img,
.screen__item.iphone svg {
    left: 3.5%;
    top: 15%;
    width: 22%
}

.screen__item.spectacles img,
.screen__item.spectacles svg {
    width: 15%;
    left: 30%;
    top: 8%
}

.screen__item.headphone img,
.screen__item.headphone svg {
    right: 0;
    top: 10%;
    width: 33%
}

.screen__item.note img,
.screen__item.note svg {
    right: 2%;
    top: 10%;
    width: 7.5%
}

.screen__item.tablet img,
.screen__item.tablet svg {
    bottom: 6%;
    right: 14%;
    width: 10%
}

.screen__item.keyboard img,
.screen__item.keyboard svg {
    bottom: 2%;
    left: 50%;
    width: 30%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0)
}

.screen__item.mouse img,
.screen__item.mouse svg {
    bottom: 7%;
    left: 70%;
    width: 5%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0)
}

.screen__item.coffee img,
.screen__item.coffee svg {
    bottom: 7%;
    left: 28%;
    width: 7.5%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0)
}

#main {
    width: 100%;
    height: 100%
}

.drawings {
    position: relative;
    max-height: 600px
}

.illustration,
.line-drawing {
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.illustration {
    opacity: 0
}

.line-drawing path {
    fill: none;
    stroke: #ddd;
    stroke-width: 3
}

.icon--info,
.icon--items,
.icon--socials {
    fill: rgba(255, 255, 255, 1)
}

.show {
    opacity: 1
}

.line-drawing {
    opacity: 0;
    visibility: hidden
}

.line-drawing.showlines {
    opacity: 1;
    visibility: visible
}

.line-drawing.hide {
    opacity: 0
}

.toggle--nav {
    position: relative;
    z-index: 101;
    width: 36px;
    height: 32px;
    float: right;
    padding: 5px 8px;
    background: #585858;
    border-radius: 3px;
    opacity: 0
}

.toggle--nav.animated {
    opacity: 1
}

.toggle--nav span {
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 3px;
    display: block;
    margin: 9px 0 0;
    position: relative
}

.toggle--nav span:after,
.toggle--nav span:before {
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background: #fff;
    content: "";
    position: absolute;
    pointer-events: none
}

.toggle--nav span:before {
    top: -6px;
    left: 0
}

.toggle--nav span:after {
    bottom: -6px;
    left: 0
}

.toggle--nav.is-active {
    background: rgba(0, 0, 0, .2)
}

.toggle--nav.is-active span {
    height: auto
}

.toggle--nav.is-active span:before {
    transform: rotate(45deg) translate(4px, 5px);
    -webkit-transform: rotate(45deg) translate(4px, 5px);
    -ms-transform: rotate(45deg) translate(4px, 5px)
}

.toggle--nav.is-active span:after {
    transform: rotate(-45deg) translate(2px, -2px);
    -webkit-transform: rotate(-45deg) translate(2px, -2px);
    -ms-transform: rotate(-45deg) translate(2px, -2px)
}

.screen__body {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    width: 100%
}

.screen__subtitle {
    color: #464646;
    font-size: 1.3em;
    padding-top: 83px
}

.section__left,
.section__right {
    float: left;
    height: 100%;
    padding: 0 2%
}

.section__left {
    width: 55%;
    text-align: right
}

.section__right {
    width: 45%
}

#rotate h2,
.section.active.fp-completely .section__title span:before {
    width: 100%
}

.section--even .section__left {
    float: right;
    text-align: left
}

.section--even .section__right {
    text-align: right
}

.section--even .box--white,
.section--even .section__description,
.section--even .section__subtitle {
    text-align: left
}

.section--even .arrow--rounded {
    left: auto;
    right: -25.5%;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1)
}

#rotate h2 {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: -35px;
    font-size: 5em
}

.rotating {
    transform: rotateX(0) rotateY(0) rotateZ(0);
    -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
    -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.rotating.highlighted {
    transform: rotateX(-180deg) rotateY(0) rotateZ(0);
    -webkit-transform: rotateX(-180deg) rotateY(0) rotateZ(0);
    -ms-transform: rotateX(-180deg) rotateY(0) rotateZ(0)
}

.section__title {
    position: relative;
    text-align: right;
    padding: 0 15% 0 0;
    display: inline-block;
    height: 2em;
    line-height: 2em
}

.addressbar,
.box--white .button {
    text-align: left
}

.section__title:before {
    position: absolute;
    top: 50%;
    color: rgba(0, 0, 0, .05);
    content: attr(data-text);
    font-weight: 600;
    font-size: 4em;
    line-height: 1;
    transform: translate(0, -55%);
    -webkit-transform: translate(0, -55%);
    -ms-transform: translate(0, -55%);
    z-index: 0;
    pointer-events: none;
    right: -15px
}

.section__title span {
    overflow: hidden;
    position: relative;
    display: inline-block;
    /*color: rgba(0, 0, 0, .05);*/
    color:#464646;
    line-height:1.5;
}

.section__title span:before {
    content: attr(data-letters);
    position: absolute;
    z-index: 2;
    overflow: hidden;
    color: #464646;
    white-space: nowrap;
    width: 100%;
    -webkit-transition: width 1s .3s;
    transition: width 1s .3s
}

.section__subtitle {
    position: relative;
    padding: 0;
    height: 10%;
    line-height: 1.8;
    margin: 0 0 .5em
}

.section__subtitle span {
    position: relative
}

.section__subtitle:before {
    position: absolute;
    left: -.3em;
    top: 46%;
    color: rgba(0, 0, 0, .05);
    content: attr(data-text);
    font-weight: 900;
    font-size: 2em;
    line-height: 1;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    z-index: -1;
    pointer-events: none;
    white-space: nowrap
}

.disc-list li:before,
.frame__dots:after,
.frame__dots:before,
.frame__lines:after,
.frame__lines:before,
.screenshot:before,
.section__subtitle:after {
    content: ""
}

.section__subtitle:after {
    width: 4px;
    height: 16px;
    position: absolute;
    left: 4px;
    bottom: 0;
    background: #023a4e
}

.frame,
.frame__head {
    width: 100%;
    position: relative
}

.frame {
    background: #fff;
    border: 4px solid #464646;
    border-radius: 2px;
    border-right-width: 3px
}

.frame__head {
    padding: 10px 40px 10px 55px;
    background: #464646;
    height: 40px
}

.addressbar {
    font-size: .8em;
    line-height: 1;
    display: block;
    background: #fff;
    border-radius: 3px;
    height: 20px;
    padding: 4px 10px;
    color: #636161
}

.scroll-screen-btn {
    position: absolute;
    background-color: #fff;
    bottom: -17px;
    left: 20px;
    padding: 3px 20px;
    border: 2px solid #000;
    cursor: pointer
}

.frame__dots {
    background: #9d9c9c;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    position: absolute;
    left: 22px;
    top: 16px
}

.frame__dots:after,
.frame__dots:before {
    background: #9d9c9c;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    top: 0
}

.frame__lines,
.frame__lines:after,
.frame__lines:before {
    background: #9d9c9c;
    border-radius: 3px;
    position: absolute
}

.frame__dots:before {
    left: -12px
}

.frame__dots:after {
    right: -12px
}

.frame__lines {
    width: 16px;
    height: 3px;
    right: 14px;
    top: 18px
}

.frame__lines:after,
.frame__lines:before {
    width: 100%;
    height: 100%;
    left: 0
}

.frame__lines:before {
    top: -5px
}

.frame__lines:after {
    bottom: -5px
}

.screenshot {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    height: 37em;
    width: 100%
}

.screenshot:before {
    position: absolute;
    background: #464646;
    width: 2px;
    height: 100%;
    top: 0;
    right: -1px
}

.active .screenshot {
    animation: 15s linear 0s infinite alternate tb-anim;
    -webkit-animation: 15s linear 0s infinite alternate tb-anim;
    -ms-animation: 15s linear 0s infinite alternate tb-anim
}

@keyframes tb-anim {

    0%,
    10% {
        background-position: 0 0
    }

    30%,
    40% {
        background-position: 0 33%
    }

    60%,
    70% {
        background-position: 0 66%
    }

    100%,
    90% {
        background-position: 0 100%
    }
}

@-webkit-keyframes tb-anim {

    0%,
    10% {
        background-position: 0 0
    }

    30%,
    40% {
        background-position: 0 33%
    }

    60%,
    70% {
        background-position: 0 66%
    }

    100%,
    90% {
        background-position: 0 100%
    }
}

.box--white {
    background: #fff;
    position: relative;
    padding: 3% 2%;
    box-shadow: 0 0 2em .8em rgba(0, 0, 0, .04);
    width: 23em;
    margin: 1em 0 3em;
    display: inline-block
}

.list--vertical li {
    padding: .6em .8em
}

.list--vertical li:first-child {
    padding-top: 0
}

.list__title {
    font-size: 1.2em;
    color: #000;
    font-weight: 700;
    display: block
}

.hideMouse,
.popup {
    display: none
}

.list__subtitle {
    font-size: 1.1em;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    text-transform:capitalize;
}

.brand_bold,
.panel_header_sec .panel_heading {
    font-family: Raleway, sans-serif
}

.arrow--rounded {
    position: absolute;
    top: 12%;
    left: -25.5%;
    width: 8em;
    height: 6em;
    overflow: hidden
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}

.loaderlogo,
.sk-cube-grid {
    position: absolute;
    left: 50%;
    z-index: 1001
}

.sk-cube-grid {
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100px;
    height: 100px
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    border: 1px solid #d9ebf2;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out
}

.sk-cube-grid .sk-cube1 {
    background-color: #2cbed2;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.sk-cube-grid .sk-cube2 {
    background-color: #2cbed2;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.sk-cube-grid .sk-cube3 {
    background-color: #2cbed2;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.sk-cube-grid .sk-cube4 {
    background-color: #2cbed2;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.sk-cube-grid .sk-cube5 {
    background-color: #2cbed2;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.sk-cube-grid .sk-cube6 {
    background-color: #1f1a17;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.sk-cube-grid .sk-cube7 {
    background-color: #2cbed2;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.sk-cube-grid .sk-cube8 {
    background-color: #1f1a17;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.sk-cube-grid .sk-cube9 {
    background-color: #1f1a17;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

@-webkit-keyframes sk-cubeGridScaleDelay {

    0%,
    100%,
    70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

@keyframes sk-cubeGridScaleDelay {

    0%,
    100%,
    70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

.loaderlogo {
    top: 40%;
    width: 200px;
    transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    -webkit-transform: translate(-50%, -40%);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #e9e9e9;
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

#loader-wrapper .loader-section.section-left {
    left: 0
}

#loader-wrapper .loader-section.section-right {
    right: 0
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s 1s ease-out;
    transition: all .3s 1s ease-out
}

.sign--fatbit {
    font-size: 16em;
    position: absolute;
    line-height: 1;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 800;
    color: transparent;
    -webkit-transition: color .5s .25s;
    transition: color .5s .25s;
    overflow: hidden;
    top: 0;
    transform: translate(0, -70%);
    -webkit-transform: translate(0, -70%);
    -ms-transform: translate(0, -70%)
}

.sign--fatbit span {
    position: absolute;
    height: 50%;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden
}

.sign--fatbit span:before {
    content: attr(data-letters);
    color: red;
    position: absolute;
    left: 0;
    width: 100%;
    color: rgba(0, 0, 0, .02);
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s
}

.sign--fatbit span:nth-child(2) {
    top: 50%
}

.sign--fatbit span:first-child:before {
    top: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.sign--fatbit span:nth-child(2):before {
    bottom: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

body.showtext .sign--fatbit span:before {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(70, 70, 70, 1);
    z-index: 100;
    overflow: auto;
    padding: .75%
}

.block_new_header:after,
.panel_header_sec:after {
    content: " ";
    top: 100%;
    right: 0
}

.popup__content {
    margin: auto;
    max-width: 70%;
    color: #fff;
    padding: 4% 2% 2%;
    display: table;
    clear: left
}

.popup__content h4 {
    font-weight: 100;
    padding: 0 0 2%;
    color: rgba(255, 255, 255, 1);
    -webkit-transition: opacity .4s .4s;
    transition: opacity .4s .4s;
    font-size: 2.5em
}

.popup__content h4 strong {
    color: rgba(255, 255, 255, .6)
}

.panel_header_sec {
    width: 100%;
    position: relative;
    margin-bottom: 40px
}

.panel_header_sec:after {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #636363;
    height: 1px
}

.panel_header_sec .panel_heading {
    font-weight: 900;
    max-width: 740px;
    font-size: 3.5em;
    color: #cdcbcb;
    margin: 0 auto;
    text-align: center;
    line-height: 1em;
    padding-bottom: 40px
}

.brand_bold {
    font-weight: 800
}

.panel__left {
    width: 62%;
    float: left
}

.panel__right {
    width: 30%;
    float: right
}

.cols--flat {
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-right: 1px solid rgba(255, 255, 255, .1);
    width: 100%;
    display: inline-block;
    margin: 0 0 5%
}

.cols--flat li {
    float: left;
    width: 33.3%
}

.cols--flat li p {
    color: #fff;
    margin: 0 0 15px;
    font-size: 1em;
    line-height: 1.2;
    position: relative;
    height: 45px;
    max-width: 74%
}

.cols--flat li h5 {
    color: #fff;
    padding: 0 0 8px;
    font-size: 1.4em;
    position: relative
}

.cols--flat li a {
    min-height: 220px;
    padding: 7%;
    display: block;
    border-left: 1px solid rgba(255, 255, 255, .3);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    opacity: .5;
    position: relative;
    overflow: hidden
}

.icon--items {
    position: relative;
    overflow: hidden;
    width: 60px;
    height: 60px;
    z-index: 1
}

.icon--info {
    position: relative;
    overflow: hidden;
    width: 32px;
    height: 32px;
    float: right;
    opacity: .5
}

.icon--socials {
    position: relative;
    overflow: hidden;
    width: 30px;
    height: 30px;
    opacity: .5
}

.cols--flat li a:hover {
    opacity: 1;
    border-color: rgba(255, 255, 255, .2);
    background: rgba(0, 0, 0, .2)
}

.cols-flat_new,
.links--vertical li {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.block {
    width: 100%;
    padding: 1% 0 0
}

.block:first-child {
    padding: 0
}

.block__head {
    padding: 5% 0
}

.block__head h6 {
    color: #fff;
    font-size: 1.5em
}

.links--vertical li,
.links--vertical li a {
    color: rgba(255, 255, 255, .3);
    display: block
}

.links--vertical li {
    padding: 2% 0;
    font-size: 1em
}

.links--vertical li a:hover {
    color: #fff
}

.links--vertical.inline li a {
    display: inline-block;
    vertical-align: middle
}

.cf:after,
.cf:before {
    content: " ";
    display: table
}

.cf:after {
    clear: both
}

.panel_left_new {
    width: 50%;
    float: left
}

.panel_right_new {
    width: 50%;
    float: right;
    padding-left: 120px
}

.cols-flat_new {
    border-right: 1px solid rgba(255, 255, 255, .1);
    width: 100%;
    display: inline-block;
    margin: 0 0 5%
}

.cols-flat_new li {
    float: left;
    width: 100%;
    min-height: 50px;
    padding: 4%;
    display: block;
    border-left: 1px solid rgba(255, 255, 255, .3);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    opacity: .8;
    position: relative;
    overflow: hidden
}

.cols-flat_new li:hover {
    opacity: 1;
    border-color: rgba(255, 255, 255, .2);
    background: rgba(0, 0, 0, .2)
}

.cols-flat_new li p {
    color: #d2d2d2;
    margin: 0;
    font-size: 1.3em;
    line-height: 1.2;
    position: relative
}

.cols-flat_new li p span {
    color: rgba(230, 230, 230, .8);
    font-weight: 600
}

.why_choose_Fatbit {
    display: table;
    width: 100%
}

.cols-flat_new .img_block {
    display: table-cell;
    width: 15%;
    vertical-align: middle
}

.cols-flat_new .why_choose_details {
    display: table-cell;
    width: 85%;
    vertical-align: middle
}

.block_new_header {
    position: relative;
    padding-bottom: 30px
}

.scroll-down-icon {
    display: none;
    left: 50%;
    position: absolute;
    text-align: center;
    bottom: 100px;
    cursor: pointer;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.scroll-down-icon>img {
    display: inline-block
}

@-moz-keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -moz-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%)
    }

    40% {
        -moz-transform: translateY(-30px) translateX(-50%);
        transform: translateY(-30px) translateX(-50%)
    }

    60% {
        -moz-transform: translateY(-15px) translateX(-50%);
        transform: translateY(-15px) translateX(-50%)
    }
}

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%)
    }

    40% {
        -webkit-transform: translateY(-30px) translateX(-50%);
        transform: translateY(-30px) translateX(-50%)
    }

    60% {
        -webkit-transform: translateY(-15px) translateX(-50%);
        transform: translateY(-15px) translateX(-50%)
    }
}

@keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -moz-transform: translateY(0) translateX(-50%);
        -ms-transform: translateY(0) translateX(-50%);
        -webkit-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%)
    }

    40% {
        -moz-transform: translateY(-30px) translateX(-50%);
        -ms-transform: translateY(-30px) translateX(-50%);
        -webkit-transform: translateY(-30px) translateX(-50%);
        transform: translateY(-30px) translateX(-50%)
    }

    60% {
        -moz-transform: translateY(-15px) translateX(-50%);
        -ms-transform: translateY(-15px) translateX(-50%);
        -webkit-transform: translateY(-15px) translateX(-50%);
        transform: translateY(-15px) translateX(-50%)
    }
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite
}

@media(max-width:1024px) {
    .scroll-down-icon {
        display: none
    }
}

.block_new_header:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #636363
}

.block_new_header h5 {
    font-size: 2.65em;
    font-weight: 300;
    color: #e8e8e8;
    padding-bottom: 25px
}

.button.popup_btn_new,
.button.popup_btn_new:hover,
.popup_btn_new:focus {
    color: #464646;
    font-family: Raleway, sans-serif;
    font-weight: 600
}

.button.popup_btn_new {
    background-color: rgba(187, 187, 187, .9);
    padding: 0 35px
}

.button.popup_btn_new:hover,
.popup_btn_new:focus {
    background-color: rgba(144, 144, 144, 1)
}

.full_wd_list li a,
.full_wd_list.half_wd_list li a {
    font-family: Lato, sans-serif
}

.block_new_details_sec {
    display: table;
    width: 100%;
    padding: 40px 0
}

.block_new_details_sec.last_sec {
    padding: 0
}

.block_new_details_sec .img_block {
    display: table-cell;
    width: 15%;
    vertical-align: top
}

.block_new_details_sec .block_new_details {
    display: table-cell;
    width: 85%;
    vertical-align: top
}

.block_new_details h6 {
    color: #e8e8e8;
    font-size: 1em;
    padding-bottom: 10px
}

.full_wd_list li a {
    display: block;
    text-decoration: underline;
    color: #d9d9d9;
    padding-bottom: 10px;
    font-size: 1.3em;
    font-weight: 300
}

.full_wd_list.half_wd_list li {
    width: 50%;
    float: left
}

.full_wd_list.half_wd_list li a {
    text-decoration: none
}

.imp_announcement_sec {
    width: 100%;
    padding: 0
}

.imp_announcement_sec .user_announcement {
    color: #b8b8b8;
    margin: 0 0 15px;
    font-size: 1.3em;
    line-height: 1.2;
    position: relative;
    height: 20px;
    font-family: Raleway, sans-serif;
    text-align: center
}

.user_announcement span {
    color: rgba(230, 230, 230, .8);
    font-weight: 600
}

.hidden_link {
    display: none
}

#back-top {
    bottom: 50px;
    position: fixed;
    right: 10px
}

#back-top img {
    display: inline-block;
    margin-top: 6px
}

#back-top a {
    opacity: .8;
    border-radius: 50%;
    background: #2cbed2;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s
}

.links--social {
    width: 100%;
    display: inline-block;
    margin: 6% 0 0
}

.links--social li {
    float: left;
    margin: 0 20px 0 0
}

.links--social li a:hover svg {
    opacity: 1
}

.panel__left .link {
    opacity: .5;
    color: #fff;
    text-decoration: underline;
    font-size: 2em
}

.panel__left .link:hover {
    opacity: 1
}

.link--close {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #fff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 30;
    top: 50px;
    right: 50px
}

.link--close:after,
.link--close:before {
    content: '';
    position: absolute;
    top: 29px;
    left: 20px;
    width: 20px;
    height: 2px;
    background: rgba(70, 70, 70, .99)
}

.link--close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.link--close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.link--close:hover {
    opacity: .7
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

.scrollbar {
    overflow: auto;
    width: 100%;
    max-height: 23em;
    padding: 0 25px 0 0 !important
}

.handle,
.track {
    width: 7px;
    border-radius: 1px
}

.track {
    background: rgba(0, 0, 0, .15);
    margin-right: 2px;
    -webkit-transition: background 250ms linear;
    transition: background 250ms linear
}

.track.dragging {
    background: #d9d9d9;
    background: rgba(0, 0, 0, .15)
}

.handle {
    right: 0;
    background: #999;
    background: rgba(0, 0, 0, .4);
    -webkit-transition: width 250ms;
    transition: width 250ms
}

.screen--flash {
    display: none;
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%
}

html.no-willchange .screen--flash {
    display: block
}

html.no-willchange #main {
    display: none
}

.screenshot {
    animation: 30s linear 0s infinite alternate tb-anim;
    -webkit-animation: 30s linear 0s infinite alternate tb-anim;
    -ms-animation: 30s linear 0s infinite alternate tb-anim
}

.section--stanventures .arrow--rounded {
    fill: #ef7f1a
}

.section--stanventures .button,
.section--stanventures .section__subtitle:after {
    background: #ef7f1a
}

.section--elders .arrow--rounded {
    fill: #009148
}

.section--elders .button,
.section--elders .section__subtitle:after {
    background: #009148
}

.section--kazadu .arrow--rounded {
    fill: #0c456c
}

.section--kazadu .button,
.section--kazadu .section__subtitle:after {
    background: #0c456c
}

.section--excursions .arrow--rounded {
    fill: #fa8616
}

.section--excursions .button,
.section--excursions .section__subtitle:after {
    background: #fa8616
}

.section--certifiedgold .arrow--rounded {
    fill: #c83a20
}

.section--certifiedgold .button,
.section--certifiedgold .section__subtitle:after {
    background: #c83a20
}

.section--erik .arrow--rounded {
    fill: #afbd21
}

.section--erik .button,
.section--erik .section__subtitle:after {
    background: #afbd21
}

.section--textwriters .arrow--rounded {
    fill: #214f86
}

.section--textwriters .button,
.section--textwriters .section__subtitle:after {
    background: #214f86
}

.section--esimplicity .arrow--rounded {
    fill: #1e4f78
}

.section--esimplicity .section__subtitle:after,
.section--grabz .button {
    background: #1e4f78
}

.section--helloeggheads .arrow--rounded {
    fill: #63c886
}

.section--helloeggheads .button,
.section--helloeggheads .section__subtitle:after {
    background: #63c886
}

.section--grabz .arrow--rounded {
    fill: #13c06e
}

.section--grabz .button,
.section--grabz .section__subtitle:after {
    background: #13c06e
}

.section--bluesphereadvisors .arrow--rounded {
    fill: #004381
}

.section--bluesphereadvisors .button,
.section--bluesphereadvisors .section__subtitle:after {
    background: #004381
}

.section--Zionclouds .arrow--rounded {
    fill: #c8353d
}

.section--Zionclouds .button,
.section--Zionclouds .section__subtitle:after {
    background: #c8353d
}

.section--Optistartech .arrow--rounded {
    fill: #175E9C
}

.section--Optistartech .button,
.section--Optistartech .section__subtitle:after {
    background: #175E9C
}

.section--nextbigdeal .arrow--rounded {
    fill: #B137B3
}

.section--nextbigdeal .button,
.section--nextbigdeal .section__subtitle:after {
    background: #B137B3
}

.section--wildrobe .arrow--rounded {
    fill: #000
}

.section--wildrobe .button,
.section--wildrobe .section__subtitle:after {
    background: #000
}

.section--artisanborn .arrow--rounded {
    fill: #b49f7a
}

.section--artisanborn .button,
.section--artisanborn .section__subtitle:after {
    background: #b49f7a
}

.section--visitorsguru .arrow--rounded {
    fill: #ff850e
}

.section--visitorsguru .button,
.section--visitorsguru .section__subtitle:after {
    background: #ff850e
}

.section--footloos .arrow--rounded {
    fill: #66cad3
}

.section--footloos .button,
.section--footloos .section__subtitle:after {
    background: #66cad3
}

.section--us_asia .arrow--rounded {
    fill: #c91e1e
}

.section--us_asia .button,
.section--us_asia .section__subtitle:after {
    background: #c91e1e
}

.section--caps-acsp .arrow--rounded {
    fill: #bf1e01
}

.section--caps-acsp .button,
.section--caps-acsp .section__subtitle:after {
    background: #bf1e01
}

.section--nria .arrow--rounded {
    fill: #9dc13a
}

.section--nria .button,
.section--nria .section__subtitle:after {
    background: #9dc13a
}

.section--fitnessbuddy .arrow--rounded {
    fill: #a90c2b
}

.section--fitnessbuddy .button,
.section--fitnessbuddy .section__subtitle:after {
    background: #a90c2b
}

.section--bogt .arrow--rounded {
    fill: #2474d8
}

.section--bogt .button,
.section--bogt .section__subtitle:after {
    background: #2474d8
}

.section--rubicon .arrow--rounded {
    fill: #ed1f24
}

.section--rubicon .button,
.section--rubicon .section__subtitle:after {
    background: #ed1f24
}

.section--esport .arrow--rounded {
    fill: #dc2a2a
}

.section--esport .button,
.section--esport .section__subtitle:after {
    background: #dc2a2a
}

.section--notebudd .arrow--rounded {
    fill: #80ac07
}

.section--notebudd .button,
.section--notebudd .section__subtitle:after {
    background: #80ac07
}

.section--embassy .arrow--rounded {
    fill: #0ea560
}

.section--embassy .button,
.section--embassy .section__subtitle:after {
    background: #0ea560
}

.section--bizixx .arrow--rounded {
    fill: #faa818
}

.section--bizixx .button,
.section--bizixx .section__subtitle:after {
    background: #faa818
}

.section--inventright .arrow--rounded {
    fill: #5cba3c
}

.section--inventright .button,
.section--inventright .section__subtitle:after {
    background: #5cba3c
}

.section--nyanfu .arrow--rounded {
    fill: #f44e10
}

.section--nyanfu .button,
.section--nyanfu .section__subtitle:after {
    background: #f44e10
}

.section--Mouauportal .arrow--rounded {
    fill: #008315
}

.section--Mouauportal .button,
.section--Mouauportal .section__subtitle:after {
    background: #008315
}

.section--redcappi .arrow--rounded {
    fill: #920102
}

.section--redcappi .button,
.section--redcappi .section__subtitle:after {
    background: #920102
}

.section--Certified_Gold_Exchange .arrow--rounded {
    fill: #204e5b
}

.section--Certified_Gold_Exchange .button,
.section--Certified_Gold_Exchange .section__subtitle:after {
    background: #204e5b
}

.Ad_System_LED .arrow--rounded {
    fill: #122550
}

.Ad_System_LED .button,
.Ad_System_LED .section__subtitle:after {
    background: #122550
}

.section--Envirotac .arrow--rounded {
    fill: #e01f20
}

.section--Envirotac .button,
.section--Envirotac .section__subtitle:after {
    background: #e01f20
}

.section--flytxt .arrow--rounded {
    fill: #f28f23
}

.section--flytxt .button,
.section--flytxt .section__subtitle:after {
    background: #f28f23
}

.section--Insist_Gaming .arrow--rounded {
    fill: #ff8d00
}

.section--Insist_Gaming .button,
.section--Insist_Gaming .section__subtitle:after {
    background: #ff8d00
}

.section--storybook .arrow--rounded {
    fill: #FFDC8B
}

.section--storybook .button,
.section--storybook .section__subtitle:after {
    background: #FFDC8B
}

.section--ICSSNJ .arrow--rounded {
    fill: #006
}

.section--ICSSNJ .button,
.section--ICSSNJ .section__subtitle:after {
    background: #006
}

.section--travelstruk .arrow--rounded {
    fill: #F68938
}

.section--travelstruk .button,
.section--travelstruk .section__subtitle:after {
    background: #F68938
}

.section--differentcause .arrow--rounded {
    fill: #5D4674
}

.section--differentcause .button,
.section--differentcause .section__subtitle:after {
    background: #5D4674
}

.section--Inmotion_Delivery .arrow--rounded {
    fill: #20496A
}

.section--Inmotion_Delivery .button,
.section--Inmotion_Delivery .section__subtitle:after {
    background: #20496A
}

.section--Erik_Adventures .arrow--rounded {
    fill: #afbd21
}

.section--Erik_Adventures .button,
.section--Erik_Adventures .section__subtitle:after {
    background: #afbd21
}

.section--rent-for-all .button,
.section--rent-for-all .section__subtitle::after {
    background: #f16b6a
}

.section--rent-for-all .icon--svg.arrow--rounded {
    fill: #f16b6a
}

.section--jahiz .button,
.section--jahiz .section__subtitle::after {
    background: #ff3f4b
}

.section--jahiz .icon--svg.arrow--rounded {
    fill: #ff3f4b
}

.section--bw-marts .button,
.section--bw-marts .section__subtitle::after {
    background: #e67e22
}

.section--bw-marts .icon--svg.arrow--rounded {
    fill: #e67e22
}

.section--maltamarkt .button,
.section--maltamarkt .section__subtitle::after {
    background: #37A4C2
}

.section--maltamarkt .icon--svg.arrow--rounded {
    fill: #37A4C2
}

.section--wiser .button,
.section--wiser .section__subtitle::after {
    background: #009bcd
}

.section--wiser .icon--svg.arrow--rounded {
    fill: #009bcd
}

.section--dealafriq .button,
.section--dealafriq .section__subtitle::after {
    background: #003B64
}

.section--dealafriq .icon--svg.arrow--rounded {
    fill: #003B64
}

.section--loisirs .button,
.section--loisirs .section__subtitle::after {
    background: rgba(10, 132, 193, .95)
}

.section--loisirs .icon--svg.arrow--rounded {
    fill: rgba(10, 132, 193, .95)
}

.section--servelike .button,
.section--servelike .section__subtitle::after {
    background: #fd8586
}

.section--servelike .icon--svg.arrow--rounded {
    fill: #fd8586
}

.section--contentyak .button,
.section--contentyak .section__subtitle::after {
    background: #303e52
}

.section--contentyak .icon--svg.arrow--rounded {
    fill: #303e52
}

.section--decor-exchange .button,
.section--decor-exchange .section__subtitle::after {
    background: #F62D1D
}

.section--decor-exchange .icon--svg.arrow--rounded {
    fill: #F62D1D
}

@media(min-width:1050px) {
    .links--vertical.calls li a {
        pointer-events: none
    }

    .button:hover {
        background: #464646
    }
}

@media (min-width:1400px) and (max-width:1550px) {
    .arrow--rounded {
        top: 24%
    }
}

@media (min-width:1301px) and (max-width:1650px) {

    .arrow--rounded {
        top: 22%
    }

    .box--white {
        margin: 3em 0 2em
    }

    .section__subtitle:after {
        bottom: -8px
    }

    .section {
        padding-top: 4%;
        background-position: 0 13%
    }

    .section__title:before {
        font-size: 2.6em
    }

    .popup__content {
        padding-top: 2%
    }

    .section__title {
        padding-right: 10%;
        margin: 4% 0 5%;
        font-size: 3em
    }
}

@media(min-width:1501px) and (max-width:1650px) {
    .screenshot {
        height: 34em
    }

    .section__title {
        padding-right: 10%;
        margin-top: 3%;
        font-size: 3em
    }

    .section--bogt .section__title,
    .section--nria .section__title {
        font-size: 2.4em
    }
}

@media(min-width:1401px) and (max-width:1550px) {

    .screen__item.iphone img,
    .screen__item.iphone svg {
        top: 15%
    }

    .screenshot {
        height: 28em
    }

    .popup__content {
        padding-top: 2%;
        max-width: 80%
    }

    .section--bogt .section__title,
    .section--nria .section__title {
        font-size: 2.2em
    }
}

@media(min-width:1301px) and (max-width:1400px) {

    .screen__item.iphone img,
    .screen__item.iphone svg {
        top: 10%
    }

    .screenshot {
        height: 28em
    }

    .popup__content {
        padding-top: 1%;
        max-width: 80%
    }

    .section__title:before {
        font-size: 2.6em
    }

    .cols--flat li a {
        min-height: 200px
    }

    .cols--flat {
        margin-bottom: 2%
    }

    .scrollbar {
        max-height: 17em
    }

    .section--bogt .section__title,
    .section--nria .section__title {
        font-size: 2.2em
    }
}

@media(min-width:1201px) and (max-width:1300px) {

    .popup__content {
        padding-top: 1%;
        max-width: 90%
    }

    .cols--flat li a {
        min-height: 200px
    }

    .cols--flat li p {
        max-width: 85%
    }

    .screenshot {
        height: 31em
    }

    .section__subtitle:after {
        bottom: -10px
    }

    .box--white {
        margin-top: 2em
    }

    .section__title {
        font-size: 2.8em
    }

    .arrow--rounded,
    .section--even .arrow--rounded {
        top: 0
    }

    .cols--flat {
        margin-bottom: 2%
    }

    .scrollbar {
        max-height: 16em
    }

    .section--bogt .section__title,
    .section--nria .section__title {
        font-size: 2.2em
    }
}

@media(max-width:767px) {

    .toggle--nav {
        opacity: 1;
        margin-top: 7px
    }

    #rotate h2 {
        top: 0;
        font-size: 1.5em
    }

    .sign--fatbit {
        font-size: 7em;
        top: 50%
    }

    .screen__subtitle {
        margin-top: 15px;
        line-height: 1.5;
        font-size: 1.2em;
        padding-top: 30px
    }

    .body {
        padding-top: 00px
    }

    #main {
        position: relative
    }

    .screen__item.keyboard img,
    .screen__item.keyboard svg {
        left: 46%;
        width: 50%
    }

    .screen__item.tablet img,
    .screen__item.tablet svg {
        width: 20%;
        right: 2%
    }

    .screen__item.coffee img,
    .screen__item.coffee svg {
        left: 6%;
        width: 10%
    }

    .screen__item.mouse img,
    .screen__item.mouse svg {
        left: 75%;
        width: 10%
    }

    .screen__item.ipod img,
    .screen__item.ipod svg {
        top: 60%
    }

    .screen__item.headphone img,
    .screen__item.headphone svg {
        right: 0;
        top: -5%;
        width: 55%
    }

    .screen__item.note img,
    .screen__item.note svg {
        right: 2%;
        top: 0;
        width: 13%
    }

    .screen__item.spectacles img,
    .screen__item.spectacles svg {
        left: 5%;
        top: -5%;
        width: 25%
    }

    .screen__item.iphone img,
    .screen__item.iphone svg {
        left: 3.5%;
        top: 20%;
        width: 30%
    }

    .screen__body {
        top: 45%
    }

    .section__left {
        width: 100%;
        height: auto;
        padding: 10px 3%
    }

    .section__right {
        width: 100%;
        height: auto;
        padding: 0 3%
    }

    .screenshot {
        height: 20em
    }

    .scrollbar,
    .section {
        height: auto
    }

    .section__title {
        text-align: center;
        padding-right: 0;
        display: block;
        margin-top: 0
    }

    .arrow--rounded {
        display: none
    }

    .box--white {
        width: 100%;
        padding: 10px 0 5px;
        margin: 10px 0 15px;
        border: 1px solid #eee
    }

    .section__title span {
        color: #585858
    }

    .section {
        overflow: visible;
        border-bottom: 1px solid #eee;
        display: inline-block;
        padding: 20px 0
    }

    .section__subtitle:after,
    .section__subtitle:before {
        display: none
    }

    .section__subtitle {
        height: auto;
        line-height: normal
    }

    .section__title:before {
        right: 0;
        color: rgba(0, 0, 0, .04)
    }

    .popup__content {
        max-width: 100%;
        width: 100%;
        display: inline-block
    }

    #main,
    .popup__content h4 br {
        display: none
    }

    .popup .logo {
        margin: 8px 0 0 11px
    }

    .panel__right {
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, .1)
    }

    .panel__left {
        width: 100%;
        padding: 0 0 20px
    }

    .popup {
        overflow: scroll
    }

    .nav-show {
        overflow: hidden
    }

    #mousemove {
        margin: -20px;
        position: absolute;
        right: 30px;
        top: 30px
    }

    .link--close {
        width: 40px;
        height: 40px;
        right: 0;
        top: 0;
        background: 0 0
    }

    .link--close::after,
    .link--close:before {
        background: #fff;
        content: "";
        height: 3px;
        left: 8px;
        position: absolute;
        top: 18px;
        width: 25px
    }

    .popup__content h4 {
        font-size: 1.6em
    }

    .cols--flat li {
        width: 50%;
        text-align: center
    }

    .cols--flat li p {
        max-width: 100%;
        margin: 0
    }

    .icon--items {
        width: 50px;
        height: 50px
    }

    .panel_left_new,
    .panel_right_new {
        width: 100%;
        float: none
    }

    .cols--flat li a {
        min-height: 160px
    }

    .panel__left .link {
        font-size: 1.3em
    }

    .screen__body .screen__title {
        font-size: 1.5em
    }

    .screen--flash {
        display: block;
        background-position: center top
    }

    .section.screen {
        height: 180px;
        border-bottom: 0
    }

    .sign--fatbit span:before {
        color: rgba(0, 0, 0, .03)
    }

    .request_quote {
        display: none
    }

    .panel_header_sec {
        margin-bottom: 20px
    }

    .panel_header_sec .panel_heading {
        padding-bottom: 20px;
        font-size: 2em
    }

    .panel_right_new {
        padding-left: 0
    }

    .cols-flat_new .img_block {
        float: none;
        margin-bottom: 10px
    }

    .cols-flat_new li a {
        min-height: 80px
    }

    .block_new_header h5 {
        font-size: 2em
    }

    .block_new_details_sec {
        padding: 20px 0
    }

    .block_new_details_sec.last_sec {
        padding-bottom: 20px
    }

    .block_new_details_sec .img_block {
        width: 20%
    }

    .block_new_details_sec .block_new_details {
        width: 80%
    }

    .full_wd_list.half_wd_list li a,
    .imp_announcement_sec .user_announcement {
        font-size: 1em
    }

    #fullpage {
        background-size: 100%;
        background-position: center 52px
    }
}

@media (width:667px) {
    #fullpage {
        background-position: center 0
    }
}

@media(min-width:451px) and (max-width:500px) {

    .screen__item.keyboard img,
    .screen__item.keyboard svg {
        left: 48%;
        width: 45%;
        bottom: 0
    }

    .screen__item.tablet img,
    .screen__item.tablet svg {
        width: 15%;
        right: 2%
    }

    .screen__item.coffee img,
    .screen__item.coffee svg {
        left: 6%;
        width: 10%;
        bottom: 0
    }

    .screen__item.mouse img,
    .screen__item.mouse svg {
        left: 75%;
        width: 10%
    }

    .screen__item.ipod img,
    .screen__item.ipod svg {
        top: 55%
    }

    .screen__item.headphone img,
    .screen__item.headphone svg {
        right: 0;
        top: -5%;
        width: 45%
    }

    .screen__item.note img,
    .screen__item.note svg {
        right: 2%;
        top: 0;
        width: 9%
    }

    .screen__item.spectacles img,
    .screen__item.spectacles svg {
        left: 5%;
        top: -10%;
        width: 20%
    }

    .screen__item.iphone img,
    .screen__item.iphone svg {
        left: 3.5%;
        top: 20%;
        width: 25%
    }
}

@media (min-width:768px) and (max-width:990px) {

    .toggle--nav {
        opacity: 1;
        margin-top: 7px
    }

    #fullpage {
        background-size: 100%;
        background-position: center 63px
    }

    #rotate h2 {
        top: 0;
        font-size: 2.8em
    }

    .sign--fatbit {
        top: 90%
    }

    .screen__subtitle {
        line-height: 1.5;
        font-size: 1.3em;
        margin-top: 0
    }

    #main {
        position: relative
    }

    .screen__item.keyboard img,
    .screen__item.keyboard svg {
        left: 42%;
        width: 55%;
        bottom: 5%
    }

    .screen__item.tablet img,
    .screen__item.tablet svg {
        width: 20%;
        right: 2%
    }

    .screen__item.coffee img,
    .screen__item.coffee svg {
        left: 6%;
        width: 10%
    }

    .screen__item.mouse img,
    .screen__item.mouse svg {
        left: 75%;
        width: 10%
    }

    .screen__item.ipod img,
    .screen__item.ipod svg {
        top: 60%
    }

    .screen__item.headphone img,
    .screen__item.headphone svg {
        right: 0;
        top: 12%;
        width: 55%
    }

    .screen__item.note img,
    .screen__item.note svg {
        right: 2%;
        top: 5%;
        width: 13%
    }

    .screen__item.spectacles img,
    .screen__item.spectacles svg {
        left: 5%;
        top: 5%;
        width: 25%
    }

    .screen__item.iphone img,
    .screen__item.iphone svg {
        left: 3.5%;
        top: 20%;
        width: 30%
    }

    .section {
        height: auto;
        border-bottom: 1px solid #eee;
        display: inline-block;
        padding: 25px 0
    }

    .screen__body {
        top: 50%
    }

    .section__left,
    .section__right {
        width: 100%;
        height: auto;
        padding: 0 3%
    }

    .arrow--rounded {
        display: none
    }

    .box--white {
        width: 100%
    }

    .section__title {
        text-align: center;
        padding-right: 0;
        display: block;
        margin-top: 0
    }

    .section__title span {
        color: #585858
    }

    .scrollbar {
        height: auto !important;
        overflow: visible !important;
        width: 100% !important
    }

    #mousemove {
        margin: -20px;
        position: absolute;
        right: 30px;
        top: 30px
    }

    .link--close {
        width: 40px;
        height: 40px;
        right: 0;
        top: 0;
        background: 0 0
    }

    .link--close::after,
    .link--close:before {
        background: #fff;
        content: "";
        height: 3px;
        left: 8px;
        position: absolute;
        top: 18px;
        width: 25px
    }

    .popup__content {
        max-width: 100%;
        width: 100%;
        display: inline-block
    }

    .popup .logo {
        margin: 6px 0 0 10px
    }

    .icon--info {
        width: 22px;
        height: 22px
    }

    .popup__content h4 {
        font-size: 2em
    }

    #main,
    .popup__content h4 br {
        display: none
    }

    .screen--flash {
        display: block;
        background-position: center 20%
    }

    .section.screen {
        height: 300px;
        border-bottom: 0;
        margin-bottom: 15px
    }

    .sign--fatbit span:before {
        color: rgba(0, 0, 0, .03)
    }

    .links--social li {
        margin-right: 15px
    }

    .panel__right {
        width: 34%
    }

    .request_quote {
        margin-top: 8px;
        font-size: 1.3em
    }

    .panel_right_new {
        padding-left: 30px
    }

    .screen__body .screen__title {
        font-size: 3em
    }
}

@media (width:1366px) {
    .arrow--rounded {
        top: 22%
    }

    .section__subtitle:after {
        bottom: -15px
    }
}

@media (min-width:991px) and (max-width:1050px) {

    .sign--fatbit {
        font-size: 14em;
        top: 80%
    }

    .toggle--nav {
        opacity: 1;
        margin-top: 7px
    }

    .screen__item.coffee img,
    .screen__item.coffee svg {
        left: 10%;
        width: 15%
    }

    .screen__item.ipod img,
    .screen__item.ipod svg {
        width: 30%;
        top: 44%
    }

    .screen__item.keyboard img,
    .screen__item.keyboard svg {
        left: 45%;
        width: 50%;
        bottom: 5%
    }

    .screen__item.tablet img,
    .screen__item.tablet svg {
        width: 20%;
        right: 1%
    }

    .screen__item.mouse img,
    .screen__item.mouse svg {
        left: 75%;
        width: 10%
    }

    .section {
        padding: 8% 0 5%;
        background-size: 145%
    }

    .section__title span {
        color: #585858
    }

    #fullpage {
        background-size: 100%;
        background-position: center 63px
    }

    #rotate h2 {
        top: -80px
    }

    .screen__subtitle {
        padding-top: 30px
    }

    .section__title {
        margin: 2% 0 8%
    }

    .arrow--rounded {
        top: 27%
    }

    #mousemove {
        margin: -20px;
        position: absolute;
        right: 30px;
        top: 30px
    }

    .link--close {
        width: 40px;
        height: 40px;
        right: 10px;
        top: 5px;
        background: 0 0
    }

    .link--close:after,
    .link--close:before {
        background: #fff;
        content: "";
        height: 3px;
        left: 8px;
        position: absolute;
        top: 18px;
        width: 25px
    }

    .popup__content {
        max-width: 100%;
        width: 100%;
        display: inline-block
    }

    .popup .logo {
        margin: 3px 0 0 12px
    }

    .section__subtitle:after {
        left: 3px;
        bottom: -5px
    }

    #main {
        display: none
    }

    .screen--flash {
        display: block;
        background-position: center top
    }

    .sign--fatbit span:before {
        color: rgba(0, 0, 0, .03)
    }

    .screenshot {
        height: 36em
    }

    .section {
        height: auto
    }

    .section.screen {
        height: 400px;
        background-size: 100%
    }

    .request_quote {
        margin-top: 7px
    }

    .panel_right_new {
        padding-left: 50px
    }

    .screen__body .screen__title {
        font-size: 3em
    }
}

.sidebar-sticker {
    position: fixed;
    right: 0;
    z-index: 100;
    bottom: 0;
    max-height: 765px;
    height: 100%
}

.fixed-right-btn {
    position: absolute;
    right: 0;
    top: 46px;
    z-index: 4
}

@media screen and (max-height:800px) {
    .fixed-right-btn {
        top: 130px
    }
}

.sticker-btn {
    color: #fff;
    background-color: #e93557;
    padding: 8px 15px;
    font-size: 19px;
    border: 2px solid #fff;
    border-bottom: none;
    box-shadow: 0 0 7px #4c4c4c;
    border-radius: 4px 4px 0 0;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    display: block;
    margin: 0 -44px 0 0;
    white-space: nowrap
}

.f-sticker-head {
    background-color: #ee324d;
    padding: 15px 12px 15px 25px;
    min-height: 120px
}

.fixed-sticker {
    position: absolute;
    z-index: 999;
    right: 0;
    top: 0;
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
    width: 382px;
    height: 100%;
    box-shadow: 0 0 10px #4c4c4c;
    border-radius: 4px 0 0 4px;
    border: 1px solid #fff;
    border-right: none;
    background-color: #fff;
    -webkit-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out
}

#getStartedForm {
    z-index: 6;
    box-shadow: none
}

.fixed-sticker#getStartedForm .fixed-sticker-inner {
    width: 392px
}

#getStartedInfo {
    z-index: 5
}

.fixed-sticker.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.fixed-sticker.getstarted {
    -webkit-transform: translateX(120%);
    transform: translateX(120%)
}

.fixed-sticker .fixed-sticker-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: -20px;
    bottom: 0;
    width: 402px;
    overflow: hidden;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.f-sticker-title {
    max-width: 90%
}

.f-sticker-title h2 {
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    padding: 20px 0 0;
    line-height: 1.2
}

.f-sticker-title h2 span {
    font-weight: 800;
    line-height: 1.2
}

.f-sticker-close span {
    width: 28px;
    height: 28px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: block;
    position: fixed;
    right: 15px;
    top: 15px;
    cursor: pointer;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background-color: #ee324d;
    z-index: 8
}

.f-sticker-close span:hover {
    border-color: #000
}

.f-sticker-close span:hover::after,
.f-sticker-close span:hover::before {
    background-color: #000
}

.f-sticker-close span::after,
.f-sticker-close span::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 11px;
    background-color: #fff;
    height: 3px;
    width: 16px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-radius: 3px;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.f-sticker-close span::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.t-user-detail h2 {
    color: #000;
    font-weight: 600;
    font-size: 17px;
    padding: 0
}

.t-user-detail h2 span {
    color: #383838;
    font-weight: 500
}

.t-user-img {
    border: 1px solid #c3c1c1;
    border-radius: 50%;
    background-color: #fff
}

.t-user-img img {
    width: 50px;
    display: block;
    height: 50px;
    border-radius: 50%
}

.s-testimonial-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.t-user-detail {
    padding: 0 0 0 10px
}

.sticker-testimonial p {
    font-size: 15px;
    color: #383838;
    font-weight: 400;
    line-height: 1.7
}

.testimonial-Slider .slick-dots {
    text-align: center
}

.testimonial-Slider .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    padding: 2px
}

.about-Fatbit,
.f-sticker-testimonial {
    padding: 20px 25px
}

.testimonial-Slider .slick-dots li button {
    background-color: #000;
    border: none;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin: 0;
    display: block;
    font-size: 0;
    cursor: pointer
}

.back-btn,
.back-btn span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

.testimonial-Slider .slick-dots li.slick-active button {
    background-color: #ee324d
}

.about-Fatbit {
    border-top: 1px solid #cecece
}

.about-Fatbit h2 {
    font-size: 23px;
    color: #4c4c4c;
    font-weight: 500;
    padding: 5px 0
}

.about-Fatbit h2 span {
    color: #000;
    font-weight: 800
}

.f-sticker-cta h2 {
    font-size: 23px;
    color: #fff;
    font-weight: 500;
    padding: 0 0 25px
}

.f-sticker-cta h2 span {
    font-weight: 800
}

.sticker-cta-btn {
    background-color: #2cbed2;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    padding: 6px 18px;
    font-weight: 500;
    vertical-align: middle
}

.f-sticker-footer,
.sticker-cta-btn:hover {
    background-color: #393f40
}

.f-sticker-footer {
    padding: 20px 25px 35px
}

.sticker-cta-btn span {
    padding-left: 8px
}

.back-btn {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.back-btn:hover {
    color: #000
}

.back-btn span svg path {
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.back-btn:hover span svg path {
    fill: #000
}

.back-btn span {
    padding-right: 3px
}

.discuss-project {
    padding: 25px;
    background-color: #fff;
    max-width: 95%
}

.dp-block-title {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    padding: 0 0 15px;
    line-height: 1.2
}

.disussform input[type=text],
.disussform select,
.disussform textarea {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 40px 10px 0;
    height: 60px;
    line-height: 100%;
    width: 100%;
    font-family: inherit;
    font-size: 15px;
    background-color: transparent;
    color: #000;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    border-radius: 0
}

.disussform select {
    color: #909090
}

.disussform input[type=text]:focus,
.disussform select:focus,
.disussform textarea:focus {
    border-color: #000
}

.disussform textarea {
    height: 100px;
    resize: none
}

.user-Icon {
    background-image: url(../../img2/retina/user-svgicon.svg);
    background-size: 19px 23px
}

.email-Icon {
    background-image: url(../../img2/retina/email-svgicon.svg);
    background-size: 22px 16px
}

.service-Icon {
    background-image: url(../../img2/retina/service-svgicon.svg);
    background-size: 22px 22px
}

.textpaper-Icon {
    background-image: url(../../img2/retina/text-svgicon.svg);
    background-size: 22px 19px;
    background-position: right 10px !important
}

.disussform input[type=submit] {
    margin: 0 auto;
    cursor: pointer;
    border: none;
    line-height: 1.2;
    font-family: inherit;
    background-color: #2cbed2;
    border-radius: 2px;
    color: #fff;
    font-size: 18px;
    padding: 8px 45px 8px 18px;
    font-weight: 500;
    background-image: url(../../img2/retina/btn-arrow.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 14px) center;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.disussform input[type=submit]:hover {
    background-color: #393f40
}

.s-form-field {
    padding-bottom: 20px
}

.portfolioLoader {
    display: none
}

.section--mangan .button,
.section--mangan .section__subtitle::after {
    background: #5cba3c
}

.section--mangan .button:hover {
    background: #222
}

.section--mangan .arrow--rounded {
    fill: #5cba3c
}

#fullpage {
    background-image: url(../../portfolio-images/screen.jpg);
    background-repeat: no-repeat
}

.section.section--jahiz {
    padding: 2% 0
}

.disc-list li {
    position: relative;
    padding: 5px 0 5px 20px;
    font-size: 1.2em;
    color: #2a2a2a;
    font-weight: 300
}

.disc-list li:before {
    position: absolute;
    height: 7px;
    width: 7px;
    background: #000;
    border-radius: 50%;
    left: 0;
    top: 14px
}

.top-social-links {
    margin-top: -20px;
    padding-bottom: 12px
}

.tw-top-bar {
    padding: 11px 0 0 !important
}

#tw-footer p,
.offcanvas-wrapper p {
    color: #fff !important
}

.tw-footer-info-box {
    position: absolute !important;
    top: -140px !important
}

#icon-01 {
    display: grid
}

#foot_0000 {
    display: flex
}

@media (max-width: 767px) {
    #foot_0000 {
        display: block;
    }

    .tw-footer-info-box {
        position: initial !important;
        top: 0px;
    }
}

/* Shaziya Code */
.navbar-brand img{
width:220px;
}
.mega-menu-col>a{
	text-transform:uppercase;
	font-weight:700 !important;
}
#media_image-3 img{
	width:160px;
}
.seo-check-form .form-wrapper{
	display: flex;
    gap: 8px;
	justify-content: center;
}
.wpcf7-spinner{
	display:none;
}
.info-box-html{
	text-align:right;
}
.info-box-html-left{
	text-align:left;
}