@import url("fonts/fonts.css");
@import url("fonts/font-awesome.css");
@import url("fonts/icomoon.css");


/*    Viewport List
--------------------------
   Section - Height 680
   Section - Width 1450
--------------------------*/

html,
body {
    overflow: hidden;
    height: 100%;
}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border: none;
    outline: 0;
    /*-webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)*/
}


img {
    width: 100%;
    height: auto;
    display: block;
}


strong {
    font-weight: 700
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="password"],
input[type="submit"],
input[type="email"],
input[type="search"],
input[type="url"],
textarea {
    appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
}

li {
    list-style-position: inside
}

h3,
h4,
h5 {
    margin: 20px 0
}

.h3margin {
    margin: 20px 0;
}

.clearfix {
    clear: both
}



#fp-nav ul li a span,
#menu-line,
.fp-slidesNav ul li a span {
    background: #fff;
}


/* Style for our header texts
* --------------------------------------- */

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #fff;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.main-title {
    font-family: 'avenirheavy';
    font-size: 58px;
    font-weight: normal;
}

.sub-title {
    font-family: 'avenirheavy';
    font-size: 38px;
    font-weight: normal;
}

.content-desc-light {
    font-family: 'robotolight';
    font-size: 23px;
    line-height: 33px;
    font-weight: normal;
}

.content-desc-medium {
    font-family: 'robotomedium';
}


.section-title-container {
    width: 1400px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 60px;
}

.section-title {
    font-family: 'robotomedium';
    font-size: 23px;
    font-weight: normal;
    margin-bottom: 0;
}

.section-title:after {
    content: '';
    background: #DDA83F;
    width: 150px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: -15px;
}


/* Pallete
* --------------------------------------- */
.white_c {
    color: #fff;
}

.yellow_c {
    color: #DDA83F;
}

.lightblue_c {
    color: #00A2FF;
}

.darkblue_c {
    color: #1E2A45;
}

.black_c {
    color: #000;
}

.blue_c {
    color: #006BFF;
}

.white_bg {
    background-color: #fff;
}

.yellow_bg {
    background-color: #DDA83F;
}

.lightblue_bg {
    background-color: #00A2FF;
}

.darkblue_bg {
    background-color: #1E2A45;
}

.black_bg {
    background-color: #000;
}




/* Page Loader
* --------------------------------------- */

#loader-wrapper {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: #1E2A45;
    z-index: 1000 !important;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.loader-container {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}

.inspirenow-logo-loading {
    width: 250px;
    margin: 20px auto;
}

.sk-wave {
    margin: 20px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.sk-wave .sk-rect {
    background-color: #fff;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    -moz-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    -ms-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    -o-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
    -webkit-animation-delay: -1.2s;
    -moz-animation-delay: -1.2s;
    -ms-animation-delay: -1.2s;
    -o-animation-delay: -1.2s;
    animation-delay: -1.2s;
}

.sk-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    -moz-animation-delay: -1.1s;
    -ms-animation-delay: -1.1s;
    -o-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    -moz-animation-delay: -1s;
    -ms-animation-delay: -1s;
    -o-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    -moz-animation-delay: -0.9s;
    -ms-animation-delay: -0.9s;
    -o-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    -moz-animation-delay: -0.8s;
    -ms-animation-delay: -0.8s;
    -o-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-moz-keyframes sk-waveStretchDelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-ms-keyframes sk-waveStretchDelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-o-keyframes sk-waveStretchDelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes sk-waveStretchDelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.mwa-ribbon {
    position: fixed;
    top: 50px;
    right: 0px;
    z-index: 99999;
}

.mwa-ribbon a.mwa-ribbon-link {
    display: block;
    width: 68px;
    height: 100px;
}

@media (max-width:768px) {

    .mwa-ribbon {
        position: fixed;
        top: 130px;
        right: 0px;
        z-index: 99999;
    }

    .mwa-ribbon a.mwa-ribbon-link {
        display: block;
        width: 68px;
        height: 100px;
    }
}

@media (max-width:480px) {

    .mwa-ribbon {
        position: fixed;
        top: 110px;
        right: 0px;
        z-index: 99999;
    }

    .mwa-ribbon a.mwa-ribbon-link {
        display: block;
        width: 50px;
        height: 76px;
    }
}


/* Top menu
* --------------------------------------- */

.burger-container {
    width: 1400px;
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 60px;
    z-index: 101;
}

.menu-logo {
    width: 1400px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 60px;
    z-index: 73;
}


#main-nav-wrap {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    letter-spacing: 1px;
    font-size: 1.1em;
    padding-left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 101;
}

#main-nav-wrap.is-showed {
    display: block;
}

#main-nav-wrap #menu {
    position: fixed;
    top: 0;
    right: auto;
    left: 0;
    width: 100%;
    z-index: 101;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    margin: 0;
    padding-left: 0;
    padding-top: 200px;
    background: #1E2A45;
    height: 100vh;
    display: none;
    overflow: auto;
}

.menu-wrapper {
    width: 1400px;
    margin: 0 auto;
}

.menu-container {
    width: 1000px;
    float: none;
    overflow: hidden;
}

#menu li {
    display: block;
    margin: 0 150px 10px 0;
    padding: 10px 0;
    text-align: left;
    width: 300px;
    float: left;
}

#menu li.menu-aboutus {
    clear: left;
}

#menu li.menu-services {
    clear: left;
}

#menu li.menu-our-work {
    margin-top: -176px;
}


#menu li a {
    text-decoration: none;
    font-family: 'avenirheavy';
    font-size: 46px;
    color: #fff;
}

#menu li a.main-link {
    display: block;
}

#menu li.menu-services a.main-link {
    padding-bottom: 7px;
    border-bottom: 1px solid #fff;
}

#menu li.menu-our-work a.main-link {
    padding-bottom: 7px;
    border-bottom: 1px solid #fff;
}

#menu li a.submenu-link {
    text-decoration: none;
    font-family: 'robotolight';
    font-size: 22px;
    color: #fff;
}

#menu li .submenu-list-services li {
    margin: 7px 0;
    padding: 0;
}

#menu li .submenu-list-services {
    margin-top: 10px;
}

#menu li .submenu-list-work li {
    margin: 7px 0;
    padding: 0;
}

#menu li .submenu-list-work {
    margin-top: 10px;
}

#menu .submenu-link-disabled {
    opacity: 0.3;
    pointer-events: none;
}

a.menu-toggle {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    margin-left: auto;
}

a.menu-toggle.menu-white span {
    background-color: #fff;
}

a.menu-toggle.menu-blue span {
    background-color: #1E2A45;
}

a.menu-toggle span {
    display: block;
    width: 35px;
    height: 5px;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: auto;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -webkit-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}

a.menu-toggle span::before,
a.menu-toggle span::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: inherit;
    left: 0;
    -moz-transition-duration: 0.2s, 0.2s;
    -o-transition-duration: 0.2s, 0.2s;
    -webkit-transition-duration: 0.2s, 0.2s;
    -ms-transition-duration: 0.2s, 0.2s;
    transition-duration: 0.2s, 0.2s;
    -moz-transition-delay: 0.2s, 0s;
    -o-transition-delay: 0.2s, 0s;
    -webkit-transition-delay: 0.2s, 0s;
    -ms-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
}

.menu-toggle.is-clicked span::before,
.menu-toggle.is-clicked span::after {
    background-color: #fff;
    -moz-transition-delay: 0s, 0.2s;
    -o-transition-delay: 0s, 0.2s;
    -webkit-transition-delay: 0s, 0.2s;
    -ms-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
}

a.menu-toggle span::before {
    top: -10px;
    -moz-transition-property: top, transform;
    -o-transition-property: top, transform;
    -webkit-transition-property: top, transform;
    -ms-transition-property: top, transform;
    transition-property: top, transform;
}

a.menu-toggle span::after {
    bottom: -10px;
    -moz-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    -webkit-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    transition-property: bottom, transform;
}

.menu-toggle.is-clicked span {
    background-color: rgba(255, 255, 255, 0) !important;
}

.menu-toggle.is-clicked span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-toggle.is-clicked span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}



.footer-social-media {
    width: 1400px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 80px;
    z-index: 70;
}

.footer-social-media .social-icon {
    float: left;
    display: block;
    text-align: center;
    text-decoration: none;
    width: auto;
    line-height: 30px;
    margin-right: 20px;
    color: #fff;
    background-color: transparent;
}

.footer-social-media .social-icon.facebook:hover {
    background-color: transparent !important;
}

.footer-social-media .social-icon.twitter:hover {
    background-color: transparent !important;
}

.footer-social-media .social-icon.linkedin:hover {
    background-color: transparent !important;
}

.footer-social-media .social-icon i {
    font-size: 22px;
    display: block;
}

.footer-social-media .social-icon i:hover {
    background-color: transparent !important;
}




/* Side Nav
* --------------------------------------- */

#fp-nav.right {
    right: 50px !important;
}

#fp-nav ul li {
    margin: 20px 0 !important;
}

#fp-nav ul li a.active span {
    background: #fff !important;
    border: 2px solid #fff !important;
    height: 14px !important;
    width: 14px !important;
}

#fp-nav ul li span {
    background: transparent !important;
    border: 2px solid #fff !important;
    height: 14px !important;
    width: 14px !important;
    margin: -6px 0 0 -6px !important;
    border-radius: 100% !important;
}

#fp-nav.nav-white ul li a.active span {
    background: #fff !important;
    border: 2px solid #fff !important;
    height: 14px !important;
    width: 14px !important;
}

#fp-nav.nav-white ul li span {
    background: transparent !important;
    border: 2px solid #fff !important;
    height: 14px !important;
    width: 14px !important;
    margin: -6px 0 0 -6px !important;
    border-radius: 100% !important;
}

#fp-nav.nav-blue ul li a.active span {
    background: #1D3869 !important;
    border: 2px solid #1D3869 !important;
    height: 14px !important;
    width: 14px !important;
}

#fp-nav.nav-blue ul li span {
    background: transparent !important;
    border: 2px solid #1D3869 !important;
    height: 14px !important;
    width: 14px !important;
    margin: -6px 0 0 -6px !important;
    border-radius: 100% !important;
}

#fp-nav.nav-yellow ul li a.active span {
    background: #2a267a !important;
    border: 2px solid #2a267a !important;
    height: 14px !important;
    width: 14px !important;
}

#fp-nav.nav-yellow ul li span {
    background: transparent !important;
    border: 2px solid #2a267a !important;
    height: 14px !important;
    width: 14px !important;
    margin: -6px 0 0 -6px !important;
    border-radius: 100% !important;
}






/* Section
* --------------------------------------- */

body {
    overflow-x: hidden !important;
}

.container {
    width: 1400px;
    position: relative;
    margin: auto;
}

.section {
    background-color: #fff;
}

.hidden {
    display: none !important;
}






/* Section - Portfolio Top
* --------------------------------------- */

.logo-container {
    width: 1400px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 60px;
    z-index: 1;
}

.inspirenow-logo {
    width: 250px;
}

#section_portfolio_top {
    background: #FFD301;

    background-size: cover;
    width: 100%;
    overflow: hidden;
}

#section_portfolio_top .section-title-container {
    width: 1400px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 120px;
}

.potr_logo {
    position: absolute;
    width: 250px;
    bottom: 40%;
    right: 23%;
}

.potr_desktop {
    position: absolute;
    width: 45%;
    top: 50%;
    left: 0;

    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    transform: translateY(-45%);
}


.potr-top-arrow-1-container {
    position: absolute;
    width: 700px;
    right: 50%;
    top: 50%;

    -webkit-transform: translate(140%, 50%);
    -moz-transform: translate(140%, 50%);
    -ms-transform: translate(140%, 50%);
    -o-transform: translate(140%, 50%);
    transform: translate(140%, 50%);
}

#section_portfolio_cvd {
    background: #eb544b;

    background-size: cover;
    width: 100%;
    overflow: hidden;
}



/* Section - Portfolio Intro
* --------------------------------------- */

.cvd#section_portfolio_intro {
    background: #fff;
}

#section_portfolio_intro .fp-tableCell {
    display: block !important;
}

#section_portfolio_intro .container {
    top: 180px;
}

#section_portfolio_intro .left-col {
    width: 480px;
    float: left;
}

#section_portfolio_intro .right-col {
    width: 600px;
    float: right;
}

.intro-problem-icon {
    width: 60px;
    margin-top: 3px;
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
}

#section_portfolio_intro .sub-title {
    line-height: 1;
}

#section_portfolio_intro .content-desc-light {
    margin-top: 20px;
    font-size: 20px;
}

#section_portfolio_intro .right-col .content-desc-light {
    margin-top: 12px;
    font-size: 20px;
}

.intro-problem-desc {
    width: calc(100% - 115px);
    display: inline-block;
    vertical-align: top;
}

.intro-problem-desc .content-desc-light {
    margin-top: 10px;
}

.intro-solution-container {
    margin-top: 50px;
}

.intro-solution-icon {
    width: 60px;
    margin-top: 3px;
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
}

.intro-solution-desc {
    width: calc(100% - 115px);
    display: inline-block;
    vertical-align: top;
}

.intro-solution-desc .content-desc-light {
    margin-top: 10px;
}

.potr-intro-arrow-1-container {
    position: absolute;
    width: 800px;
    left: 50%;
    top: 600px;

    -webkit-transform: translateX(-123%);
    -moz-transform: translateX(-123%);
    -ms-transform: translateX(-123%);
    -o-transform: translateX(-123%);
    transform: translateX(-123%);
}

.h1onlbooksys {
    font-family: 'robotolight';
    font-size: 20px;
    line-height: 33px;
    font-weight: normal;
    display: inline;
}



/* Section - Portfolio UI Desktop
* --------------------------------------- */


#section_portfolio_productinterface-desktop {
    background: #2a267a;

    overflow-x: hidden;
}

.product-interface-desktop-desc-container {
    width: 500px;
}

.roman-title {
    font-family: 'avenirroman';
    font-size: 30px;
    margin-bottom: 24px;
    display: block;
}

.portfolio-title {
    margin-bottom: 24px;
}

.content-desc-light {
    font-family: 'robotolight';
    font-size: 23px;
    line-height: 33px;
    font-weight: normal;
}

.content-desc-light-italic {
    font-family: 'robotolight_italic';
    font-size: 23px;
    line-height: 33px;
    font-weight: normal;
}

.product-interface-desktop-wrapper {
    position: absolute;
    right: 0;
    top: 50%;
    width: 1200px;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
}

.product-interface-desktop-slide {
    width: 800px;
    margin-left: auto;
}

.swiper-container {
    overflow: visible !important;
}

#swiper-container-product-interface-desktop {
    direction: rtl;
}

.swiper-img {
    width: 100%;
}

.swiper-slide .swiper-img {
    opacity: 0 !important;
    -webkit-transition: opacity ease-in-out 0.5s;
    -moz-transition: opacity ease-in-out 0.5s;
    -ms-transition: opacity ease-in-out 0.5s;
    -o-transition: opacity ease-in-out 0.5s;
    transition: opacity ease-in-out 0.5s;
}

.swiper-slide .swiper-img img {
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 1) 100%);
}

.swiper-slide.swiper-slide-active .swiper-img {
    opacity: 1 !important;
    -webkit-transition: opacity ease-in-out 0.5s;
    -moz-transition: opacity ease-in-out 0.5s;
    -ms-transition: opacity ease-in-out 0.5s;
    -o-transition: opacity ease-in-out 0.5s;
    transition: opacity ease-in-out 0.5s;
}

.swiper-slide.swiper-slide-active .swiper-img img {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 1)));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
}

.swiper-slide.swiper-slide-next .swiper-img {
    opacity: 0.3 !important;
}

.swiper-pagination {
    position: relative !important;
    margin-top: 15px;
    direction: ltr;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    display: inline-block;
    border-radius: 100%;
    background: transparent !important;
    border: 1px solid #fff;
    opacity: 1 !important;
}

.swiper-pagination .swiper-pagination-bullet-active {
    width: 12px !important;
    height: 12px !important;
    background: #fff !important;
    border: 1px solid #fff;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px !important;
}


.potr-desktop-slide-arrow-1-container {
    position: absolute;
    width: 550px;
    left: 50%;
    top: 50%;

    -webkit-transform: translate(-178%, 80%);
    -moz-transform: translate(-178%, 80%);
    -ms-transform: translate(-178%, 80%);
    -o-transform: translate(-178%, 80%);
    transform: translate(-178%, 80%);
}




/* Section - Portfolio UI Desktop 2
* --------------------------------------- */
#section_portfolio_productinterface-desktop-2 {
    background: rgba(255, 211, 1, .1);
}

#section_portfolio_productinterface-desktop-2 .fp-tableCell {
    vertical-align: top !important;
}

.ui-container-img-1 {
    width: 55%;
    position: absolute;
    margin: 0 0 20px -0;
    padding-bottom: 10px;
    left: 10%;
    top: 50%;

    -webkit-transform: translateY(-65%);
    -moz-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
    -o-transform: translateY(-65%);
    transform: translateY(-65%);
}

.ui-container-img-2 {
    width: 60%;
    position: absolute;
    right: -33%;
    top: 50%;
    padding-top: 10px;

    -webkit-transform: translateY(-35%);
    -moz-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    -o-transform: translateY(-35%);
    transform: translateY(-35%);
}

.caption-container-1 {
    position: absolute;
    bottom: -10px;
    right: 0;
    margin-right: 25px;
}

.caption-container-2 {
    position: absolute;
    top: -5px;
    left: 0;
    margin-left: 30px;
}


.bg-nav-gradient {
    position: absolute;
    width: 200px;
    height: 100%;
    right: 0;
    top: 0;

    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 252, 236, 1) 75%, rgba(255, 251, 229, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(75%, rgba(255, 252, 236, 1)), color-stop(100%, rgba(255, 251, 229, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 252, 236, 1) 75%, rgba(255, 251, 229, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 252, 236, 1) 75%, rgba(255, 251, 229, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 252, 236, 1) 75%, rgba(255, 251, 229, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 252, 236, 1) 75%, rgba(255, 251, 229, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fffbe5', GradientType=1);
}


.potr-desktop-ui-arrow-1-container {
    position: absolute;
    width: 700px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-142%, 125%);
    -moz-transform: translate(-142%, 125%);
    -ms-transform: translate(-142%, 125%);
    -o-transform: translate(-142%, 125%);
    transform: translate(-142%, 125%);
}

/* Section - Portfolio UI Apps
* --------------------------------------- */
#section_portfolio_productinterface-apps {
    background: #eb544b;
}

.product-interface-apps-desc-container {
    width: 500px;
}

.product-interface-apps-wrapper {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-interface-apps-container {
    position: relative;
    width: 800px;
}

.apps-img-left {
    width: 450px;
    position: relative;
    display: inline-block;
    margin-left: 0;
    margin-top: 60px;
    top: 65px;

    -webkit-animation: appsLeft 2s infinite alternate;
    animation: appsLeft 2s infinite alternate;
}

@-webkit-keyframes appsLeft {
    0% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(-15px);
    }
}

@keyframes appsLeft {
    0% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(-15px);
    }
}


.apps-img-middle {
    z-index: 1;
    width: 500px;
    position: absolute;
    display: inline-block;
    margin-left: -300px;
    margin-top: -14px;

    -webkit-animation: appsMiddle 2s infinite alternate;
    animation: appsMiddle 2s infinite alternate;

    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

@-webkit-keyframes appsMiddle {
    0% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(-15px);
    }
}

@keyframes appsMiddle {
    0% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(-15px);
    }
}


.apps-img-right {
    width: 450px;
    position: relative;
    display: inline-block;
    margin-left: -105px;

    -webkit-animation: appsRight 2s infinite alternate;
    animation: appsRight 2s infinite alternate;

    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes appsRight {
    0% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(-15px);
    }
}

@keyframes appsRight {
    0% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(-15px);
    }
}


.potr-mobile-ui-arrow-1-container {
    position: absolute;
    width: 750px;
    left: 50%;
    top: 50%;

    -webkit-transform: translate(-133%, 18%);
    -moz-transform: translate(-133%, 18%);
    -ms-transform: translate(-133%, 18%);
    -o-transform: translate(-133%, 18%);
    transform: translate(-133%, 18%);
}



/* Section - Portfolio Related Works
* --------------------------------------- */
#section_portfolio_related-works {
    /*background: rgba(255, 211, 1, .1);*/
    background: #fff;
}

#section_portfolio_related-works .container {
    margin-top: 60px;
}

.related-works-span {
    display: block;
    font-family: 'robotomedium';
    font-size: 24px;
}

.related-works-img-container {
    position: relative;
    margin-top: 30px;
}

.related-works-img-container .col-left {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    position: relative;
}

.related-works-img-container .col-right {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-left: -5px;
    position: relative;
}

.col-left.col-hover:hover .img__coverlay_layer.layer-left {
    visibility: visible;
    opacity: 1;
}

.col-right.col-hover:hover .img__coverlay_layer.layer-right {
    visibility: visible;
    opacity: 1;
}

.img__coverlay_layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    background: rgba(255, 255, 255, 0.7);

    color: #000;
    visibility: hidden;
    opacity: 0;

    /* transition effect. not necessary */
    -webkit-transition: opacity .5s, visibility .5s;
    -moz-transition: opacity .5s, visibility .5s;
    -ms-transition: opacity .5s, visibility .5s;
    -o-transition: opacity .5s, visibility .5s;
    transition: opacity .5s, visibility .5s;
}

.img__caption {
    font-family: 'avenirroman';
    font-size: 30px;
    width: 100%;
    padding: 24px;
}




.bold-span {
    display: block;
    font-family: 'robotobold';
    font-size: 24px;
}

















/* Section - Portfolio Contact
* --------------------------------------- */

#section_portfolio_contactus {
    background: url(../images/contact_bg.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

#section_portfolio_contactus .inner-content {
    background-color: rgba(30, 42, 69, 0.9);
    padding: 50px;
    position: relative;
}

#section_portfolio_contactus .inner-content .right-col .col-right-group {
    text-align: left;
    padding-left: 58px;
    font-size: 23px;
}

#section_portfolio_contactus .inner-content .left-col {
    display: inline-block;
    width: 60%;
    position: relative;
    vertical-align: top;
}

#section_portfolio_contactus .inner-content .right-col {
    display: inline-block;
    width: 40%;
    position: relative;
    margin-left: -4px;
    text-align: right;
    vertical-align: bottom;
}

.slide-services-desc{
    font-family: 'robotolight';
    font-size: 23px;
    line-height: 33px;
}
.slide-services-desc.unleash-text{
    margin-bottom: 20px;
}
.slide-services-desc.consult-text{
    margin-bottom: 60px;
}
.line {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgb(255, 255, 255);
    z-index: 1;
}

.wordwrapper {
    text-align: center;
    height: 12px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -12px;
    z-index: 2;
}

.word {
    position: absolute;
    color: rgb(255, 255, 255);
    right: 0;
    padding: 3px;
    background-color: rgba(30, 42, 69);
    text-align: right;
    transform: translateX(18px);
    width: 40px;
    text-align: center;
    border-radius: 35px;
    font-size: 23px;
    font-weight: 300;
    font-family: 'robotolight';
}
.cta-desc{
    font-family: 'robotobold';
    font-size: 25px;
    font-weight: bold;
    color: #dda83f;
    margin-bottom: 24px;
}
.cta-readmore{
    font-family:'robotobold';
    font-size: 20px;
    font-weight: bold;
    color: #00a2ff;
    text-decoration: none;
    max-width: 97px;
    display: block;
}
#section_portfolio_contactus .inner-content .right-col .col-right-group{
    text-align: left;
    padding-left: 58px;
    font-size: 23px;
}
.slide-services-title{ 
    font-family: 'robotolight';
    font-size: 23px;
    line-height: 1;
    margin:0px 0px 21px 30px;

}
.col-left-group{
    display: flex;
    padding: 0px 60px 68px 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.left-col-child{
    width: 181px;
    margin: 21px 15px 21px 0px;
}
.hori-line{
    display: none;
}

/* new contactcard */



.contact-desc-heavy {
    font-family: 'avenirheavy';
    font-size: 34px;
}

.contact-desc-heavy.last_ln {
    margin-top: 40px;
}

.contact-us-link {
    background-color: #DDA83F;
    padding: 10.5px 40px;
    font-family: 'avenirheavy';
    font-size: 32px;
    text-decoration: none;
    margin-left: auto;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(221, 168, 63, 0.7);
    -webkit-animation: pulse 2s infinite;
    -moz-animation: pulse 2s infinite;
    -ms-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

.contact-us-link:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 13px rgba(221, 168, 63, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 13px rgba(221, 168, 63, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 13px rgba(221, 168, 63, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 13px rgba(221, 168, 63, 0);
    }
}

.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    display: block;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
}

video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}



/* Section - Contact Us
* --------------------------------------- */

#section_contact {
    /*background: url(../images/contact_bg.png) no-repeat center 80%;*/
    background: #e7e7e7;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

#section_contact .container {
    top: 180px;
}

.contact-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#section_contact .fp-tableCell {
    vertical-align: top !important;
}

.footer-menu-sub-container {
    width: 605px;
}

.menu-sub-title {
    font-family: 'robotomedium';
    font-size: 18px;
    margin: 0 0 10px;
    font-weight: normal;
    text-transform: uppercase;
}

.menu-list-footer {
    list-style: none;
    font-family: 'robotolight';
    font-size: 18px;
}

.menu-list-footer li {
    margin-bottom: 10px;
}

.menu-list-footer li a {
    text-decoration: none;
}

/*.menu-list-footer.menu-list-home li:first-child {
    text-transform: uppercase;
}*/
.menu-sub-title-last {
    margin-top: 40px;
}

.menu-dir-container {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #939598;
}

.menu-dir-row-group.menu-dir-1 {
    width: 285px;
    display: inline-block;
}

.menu-dir-row-group.menu-dir-2 {
    width: 285px;
    display: inline-block;
    margin-left: 30px;
}

.sub-company-group {
    margin-top: 30px;
}

.sub-company-container {
    width: 285px;
    display: inline-block;
}

.sub-company-container:last-child {
    margin-left: 30px;
}

.company-desc-small-light {
    font-family: 'robotolight';
    font-size: 18px;
}

.swift-company-logo {
    width: 250px;
    margin-left: -30px;
}

.inka-company-logo {
    width: 250px;
    margin-left: -21px;
}

.contact-social-media {
    position: absolute;
    left: 0;
    bottom: 0;
}

.contact-social-media .social-icon {
    float: left;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 40px;
    padding: 5px 0;
    margin-right: 0;
    color: #262626;
    background-color: #d1d3d4;
}

.contact-social-media-new {
    position: relative;
    margin-top: 30px;
}

.contact-social-media-new .social-icon {
    float: left;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 40px;
    padding: 5px 0;
    margin-right: 0;
    color: #262626;
    background-color: #d1d3d4
}

.contact-arrow-svg-container {
    position: absolute;
    width: 1600px;
    left: 50%;
    bottom: 50%;
    -webkit-transform: translate(-67%, 61.5%);
    -moz-transform: translate(-67%, 61.5%);
    -ms-transform: translate(-67%, 61.5%);
    -o-transform: translate(-67%, 61.5%);
    transform: translate(-67%, 61.5%);
}
.copyright {
    position: absolute;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'robotolight';
    color: #000000;
    font-size: 16px;
}









/* Section - Height 750
* --------------------------------------- */
@media (max-height: 750px) {


    /* Menu Height 750
    * --------------------------------------- */
    .footer-social-media {
        width: 1400px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        position: relative;
        bottom: 0;
        z-index: 70;
        margin-top: 15px;
        padding-bottom: 80px;
    }


    /* Section - Home Height 750
    * --------------------------------------- */



    /* Section - About Us Height 750
    * --------------------------------------- */



    /* Section - Services Height 750
    * --------------------------------------- */



    /* Section - Works Height 750
    * --------------------------------------- */



    /* Section - Contact Height 750
    * --------------------------------------- */

}







/* Section - Height 680
* --------------------------------------- */
@media (max-height: 680px) {

    /* Section - Home Height 680
    * --------------------------------------- */


    /* Section - About Us Height 680
    * --------------------------------------- */



    /* Section - Services Height 680
    * --------------------------------------- */



    /* Section - Works Height 680
    * --------------------------------------- */



    /* Section - Contact Height 680
    * --------------------------------------- */


}



/* Section - Width 1450
* --------------------------------------- */
@media (max-width: 1450px) {


    /* Menu
    * --------------------------------------- */

    .burger-container {
        width: 1100px;
        position: fixed;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 60px;
        z-index: 101;
    }

    .menu-logo {
        width: 1100px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 60px;
        z-index: 73;
    }

    #main-nav-wrap #menu {
        position: fixed;
        top: 0;
        right: auto;
        left: 0;
        width: 100%;
        z-index: 70;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        margin: 0;
        padding-left: 0;
        padding-top: 185px;
        background: #1E2A45;
        height: 100vh;
        display: none;
        overflow: auto;
    }

    .menu-wrapper {
        width: 1100px;
        margin: 0 auto;
    }

    .footer-social-media {
        width: 1100px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute;
        bottom: 80px;
        z-index: 70;
    }


    /* Section 1450
    * --------------------------------------- */

    .container {
        width: 1100px;
        position: relative;
        margin: auto;
    }

    .section-title-container {
        width: 1100px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 4%;
    }

    .main-title {
        font-family: 'avenirheavy';
        font-size: 48px;
        font-weight: normal;
    }

    .sub-title {
        font-family: 'avenirheavy';
        font-size: 38px;
        line-height: 1;
        font-weight: normal;
    }

    .content-desc-light {
        font-family: 'robotolight';
        font-size: 21px;
        line-height: 32px;
        font-weight: normal;
    }




    /* Section - Portfolio Top 1450
    * --------------------------------------- */

    .logo-container {
        width: 1100px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 50px;
    }

    .inspirenow-logo {
        width: 250px;
    }

    .potr-top-arrow-1-container {
        position: absolute;
        width: 520px;
        right: 50%;
        top: 50%;
        -webkit-transform: translate(142%, 60%);
        -moz-transform: translate(142%, 60%);
        -ms-transform: translate(142%, 60%);
        -o-transform: translate(142%, 60%);
        transform: translate(142%, 60%);
    }

    /* Section - Portfolio Intro 1450
    * --------------------------------------- */

    #section_portfolio_intro .container {
        float: none;
        overflow: hidden;
        top: 0;
        margin-top: 160px;
    }

    #section_portfolio_intro .main-title {
        font-family: 'avenirheavy';
        font-size: 42px;
        font-weight: normal;
    }

    #section_portfolio_intro .sub-title {
        font-family: 'avenirheavy';
        font-size: 32px;
        line-height: 1;
        font-weight: normal;
    }

    #section_portfolio_intro .left-col {
        width: 384px;
        float: left;
    }

    #section_portfolio_intro .right-col {
        width: 600px;
        float: right;
    }

    #section_portfolio_intro .content-desc-light {
        margin-top: 15px;
    }

    .potr-intro-arrow-1-container {
        position: absolute;
        width: 800px;
        left: 50%;
        top: 500px;
        -webkit-transform: translateX(-123%);
        -moz-transform: translateX(-123%);
        -ms-transform: translateX(-123%);
        -o-transform: translateX(-123%);
        transform: translateX(-123%);
    }


    /* Section - Portfolio UI Desktop 1450
    * --------------------------------------- */

    .product-interface-desktop-wrapper {
        position: absolute;
        right: 0;
        top: 50%;
        width: 1100px;
        overflow: hidden;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 0;
    }

    .product-interface-desktop-slide {
        width: 650px;
        margin-left: auto;
    }

    .product-interface-desktop-desc-container {
        width: 430px;
    }

    .potr-desktop-slide-arrow-1-container {
        position: absolute;
        width: 400px;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-178%, 80%);
        -moz-transform: translate(-178%, 80%);
        -ms-transform: translate(-178%, 80%);
        -o-transform: translate(-178%, 80%);
        transform: translate(-178%, 80%);
    }


    /* Section - Portfolio UI Desktop 2 1450
    * --------------------------------------- */

    .content-desc-light-italic {
        font-family: 'robotolight_italic';
        font-size: 21px;
        line-height: 31px;
        font-weight: normal;
    }

    .potr-desktop-ui-arrow-1-container {
        position: absolute;
        width: 512px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-142%, 130%);
        -moz-transform: translate(-142%, 130%);
        -ms-transform: translate(-142%, 130%);
        -o-transform: translate(-142%, 130%);
        transform: translate(-142%, 130%);
    }

    /* Section - Portfolio UI Apps 1450
    * --------------------------------------- */

    .product-interface-apps-desc-container {
        width: 450px;
    }

    .product-interface-apps-container {
        position: relative;
        width: 650px;
    }

    .apps-img-left {
        width: 350px;
        position: relative;
        display: inline-block;
        margin-left: 0;
        margin-top: 60px;
        top: 65px;
        -webkit-animation: appsLeft 2s infinite alternate;
        animation: appsLeft 2s infinite alternate;
    }

    .apps-img-middle {
        z-index: 1;
        width: 400px;
        position: absolute;
        display: inline-block;
        margin-left: -235px;
        margin-top: -14px;
        -webkit-animation: appsMiddle 2s infinite alternate;
        animation: appsMiddle 2s infinite alternate;

        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .apps-img-right {
        width: 350px;
        position: relative;
        display: inline-block;
        margin-left: -54px;
        -webkit-animation: appsRight 2s infinite alternate;
        animation: appsRight 2s infinite alternate;

        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .potr-mobile-ui-arrow-1-container {
        position: absolute;
        width: 550px;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-133%, 18%);
        -moz-transform: translate(-133%, 18%);
        -ms-transform: translate(-133%, 18%);
        -o-transform: translate(-133%, 18%);
        transform: translate(-133%, 18%);
    }




    /* Section - Portfolio Related Work 1450
    * --------------------------------------- */





    /* Section - Portfolio Contact Us 1450
    * --------------------------------------- */

    .contact-desc-heavy {
        font-family: 'avenirheavy';
        font-size: 28px;
    }

    .contact-us-link {
        background-color: #DDA83F;
        padding: 10.5px 40px;
        font-family: 'avenirheavy';
        font-size: 28px;
        text-decoration: none;
        margin-left: auto;
        display: inline-block;
        box-shadow: 0 0 0 0 rgba(221, 168, 63, 0.7);
        -webkit-animation: pulse 2s infinite;
        -moz-animation: pulse 2s infinite;
        -ms-animation: pulse 2s infinite;
        animation: pulse 2s infinite;
    }

    #section_portfolio_contactus .inner-content .left-col {
        display: inline-block;
        width: 60%;
        position: relative;
    }

    #section_portfolio_contactus .inner-content .right-col {
        display: inline-block;
        width: 40%;
        position: relative;
        margin-left: -4px;
        text-align: right;
    }





    /* Section - Contact 1450
    * --------------------------------------- */

    .contact-us-link {
        background-color: #DDA83F;
        padding: 10.5px 40px;
        font-family: 'avenirheavy';
        font-size: 28px;
        text-decoration: none;
        margin-left: auto;
        display: inline-block;
        box-shadow: 0 0 0 0 rgba(221, 168, 63, 0.7);
        -webkit-animation: pulse 2s infinite;
        -moz-animation: pulse 2s infinite;
        -ms-animation: pulse 2s infinite;
        animation: pulse 2s infinite;
    }







}


/* Section - Width 1280
* --------------------------------------- */
@media (max-width: 1280px) {

    html,
    body {
        overflow-x: hidden !important;
        height: 100%;
    }

    /* Menu 1280
    * --------------------------------------- */

    .burger-container {
        width: 1000px;
        position: fixed;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 50px;
        z-index: 101;
    }

    #main-nav-wrap #menu {
        position: fixed;
        top: 0;
        right: auto;
        left: 0;
        width: 100%;
        z-index: 70;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        margin: 0;
        padding-left: 0;
        padding-top: 160px;
        background: #1E2A45;
        height: 100vh;
        display: none;
        overflow: auto;
    }

    .menu-wrapper {
        width: 1000px;
        margin: 0 auto;
    }

    .menu-logo {
        width: 1000px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 50px;
        z-index: 73;
    }

    #menu li {
        display: block;
        margin: 0 115px 10px 0;
        padding: 7px 0;
        text-align: left;
        width: 300px;
        float: left;
    }

    #menu li.menu-our-work {
        margin-top: -150px;
    }

    #menu li .submenu-list-services {
        margin-top: 8px;
    }

    #menu li .submenu-list-work {
        margin-top: 8px;
    }

    #menu li a {
        text-decoration: none;
        font-family: 'avenirheavy';
        font-size: 42px;
        color: #fff;
    }

    #menu li a.submenu-link {
        text-decoration: none;
        font-family: 'robotolight';
        font-size: 20px;
        color: #fff;
    }

    .footer-social-media {
        width: 1000px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute;
        bottom: 80px;
        z-index: 70;
    }




    /* Section 1280
    * --------------------------------------- */

    .container {
        width: 1000px;
        position: relative;
        margin: auto;
    }

    .section-title-container {
        width: 1000px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 4%;
    }

    .burger-container {
        width: 1000px;
        position: fixed;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 60px;
        z-index: 101;
    }

    .main-title {
        font-family: 'avenirheavy';
        font-size: 48px;
        font-weight: normal;
    }

    .content-desc-light {
        font-family: 'robotolight';
        font-size: 20px;
        line-height: 30px;
        font-weight: normal;
    }

    #fp-nav.right {
        right: 30px !important;
    }



    /* Section - Portfolio Top 1280
    * --------------------------------------- */

    #section_portfolio_top {
        min-height: 640px !important;
    }

    .logo-container {
        width: 1000px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 50px;
    }

    .inspirenow-logo {
        width: 200px;
    }

    .potr_logo {
        position: absolute;
        width: 200px;
        bottom: 40%;
        right: 18%;
    }

    /* Section - Portfolio Intro 1280
    * --------------------------------------- */
    #section_portfolio_intro .container {
        float: none;
        overflow: hidden;
        margin: 0 auto;
        top: 140px;
    }

    #section_portfolio_intro .left-col {
        width: 385px;
        float: left;
    }

    #section_portfolio_intro .right-col {
        width: 555px;
        float: right;
    }

    #section_portfolio_intro .main-title {
        font-family: 'avenirheavy';
        font-size: 40px;
        font-weight: normal;
    }

    #section_portfolio_intro .content-desc-light {
        margin-top: 20px;
        font-size: 18px;
        line-height: 28px;
    }

    #section_portfolio_intro .right-col .content-desc-light {
        margin-top: 12px;
        font-size: 18px;
        line-height: 28px;
    }

    .intro-problem-icon {
        width: 50px;
        margin-top: 3px;
        margin-right: 20px;
        display: inline-block;
        vertical-align: top;
    }

    .intro-solution-icon {
        width: 50px;
        margin-top: 3px;
        margin-right: 20px;
        display: inline-block;
        vertical-align: top;
    }

    .potr-intro-arrow-1-container {
        position: absolute;
        width: 520px;
        left: 50%;
        top: 460px;
        -webkit-transform: translateX(-123%);
        -moz-transform: translateX(-123%);
        -ms-transform: translateX(-123%);
        -o-transform: translateX(-123%);
        transform: translateX(-123%);
    }

    .h1onlbooksys {
        font-family: 'robotolight';
        font-size: 18px;
        line-height: 28px;
        font-weight: normal;
        display: inline;
    }



    /* Section - Portfolio UI Desktop 1280
    * --------------------------------------- */

    #section_portfolio_productinterface-desktop .content-desc-light {
        font-family: 'robotolight';
        font-size: 18px;
        line-height: 28px;
        font-weight: normal;
    }

    #section_portfolio_productinterface-desktop .main-title {
        font-family: 'avenirheavy';
        font-size: 42px;
        font-weight: normal;
        margin-bottom: 15px;
    }

    .product-interface-desktop-wrapper {
        position: absolute;
        right: 0;
        top: 50%;
        width: 1000px;
        overflow: hidden;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 0;
    }

    .product-interface-desktop-desc-container {
        width: 400px;
    }

    .product-interface-desktop-slide {
        width: 570px;
        margin-left: auto;
    }


    .potr-desktop-slide-arrow-1-container {
        position: absolute;
        width: 360px;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-178%, 80%);
        -moz-transform: translate(-178%, 80%);
        -ms-transform: translate(-178%, 80%);
        -o-transform: translate(-178%, 80%);
        transform: translate(-178%, 80%);
    }



    /* Section - Portfolio UI Desktop 2 1280
    * --------------------------------------- */

    #section_portfolio_productinterface-desktop-2 {
        max-height: 600px;
        min-height: 600px;
    }

    #section_portfolio_productinterface-desktop-2 .fp-tableCell {
        max-height: 600px;
        min-height: 600px;
    }

    .potr-desktop-ui-arrow-1-container {
        position: absolute;
        width: 450px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-142%, 130%);
        -moz-transform: translate(-142%, 130%);
        -ms-transform: translate(-142%, 130%);
        -o-transform: translate(-142%, 130%);
        transform: translate(-142%, 130%);
    }



    /* Section - Portfolio UI Apps 1280
    * --------------------------------------- */


    #section_portfolio_productinterface-apps .container {
        margin: 150px auto;
    }

    .product-interface-apps-desc-container {
        width: 391px;
    }

    .product-interface-apps-container {
        position: relative;
        width: 560px;
    }

    .apps-img-left {
        width: 300px;
        position: relative;
        display: inline-block;
        margin-left: 0;
        margin-top: 60px;
        top: 65px;
        -webkit-animation: appsLeft 2s infinite alternate;
        animation: appsLeft 2s infinite alternate;
    }

    .apps-img-middle {
        z-index: 1;
        width: 350px;
        position: absolute;
        display: inline-block;
        margin-left: -235px;
        margin-top: -14px;
        -webkit-animation: appsMiddle 2s infinite alternate;
        animation: appsMiddle 2s infinite alternate;

        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .apps-img-right {
        width: 300px;
        position: relative;
        display: inline-block;
        margin-left: -54px;
        -webkit-animation: appsRight 2s infinite alternate;
        animation: appsRight 2s infinite alternate;

        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .potr-mobile-ui-arrow-1-container {
        position: absolute;
        width: 485px;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-133%, 25%);
        -moz-transform: translate(-133%, 25%);
        -ms-transform: translate(-133%, 25%);
        -o-transform: translate(-133%, 25%);
        transform: translate(-133%, 25%);
    }



    /* Section - Portfolio Contact Us 1280
    * --------------------------------------- */



    /* Section - Contact 1280
    * --------------------------------------- */

    .footer-menu-sub-container {
        width: 545px;
    }

    .menu-dir-row-group.menu-dir-1 {
        width: 252px;
        display: inline-block;
    }

    .menu-dir-row-group.menu-dir-2 {
        width: 259px;
        display: inline-block;
        margin-left: 30px;
    }

    .menu-dir-container {
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid #939598;
    }

    .sub-company-container {
        width: 228px;
        display: inline-block;
    }

    .sub-company-container:last-child {
        margin-left: 54px;
    }

    .swift-company-logo {
        width: 240px;
        margin-left: -30px;
    }

    .inka-company-logo {
        width: 220px;
        margin-left: -19px;
    }

    .sub-company-group {
        margin-top: 20px;
    }

    .contact-arrow-svg-container {
        position: absolute;
        width: 1440px;
        left: 50%;
        bottom: 50%;
        -webkit-transform: translate(-67%, 61.5%);
        -moz-transform: translate(-67%, 61.5%);
        -ms-transform: translate(-67%, 61.5%);
        -o-transform: translate(-67%, 61.5%);
        transform: translate(-67%, 61.5%);
    }

}


/* Section - Width 1024
* --------------------------------------- */
@media (max-width: 1024px) {


    /* Menu 1024
    * --------------------------------------- */

    .burger-container {
        width: 880px;
        position: fixed;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 45px;
        z-index: 101;
    }

    #main-nav-wrap {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        letter-spacing: 1px;
        font-size: 1.1em;
        padding-left: 0;
        width: 100%;
        height: 100%;
        min-height: 660px;
        overflow: auto;
        display: none;
    }

    .menu-logo {
        width: 880px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 50px;
        z-index: 73;
    }

    .menu-container {
        width: 100%;
        float: none;
        overflow: hidden;
    }

    .menu-wrapper {
        width: 880px;
        margin: 0 auto;
    }

    .footer-social-media {
        width: 880px;
        position: relative;
        left: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        margin: 30px auto 0;
        bottom: auto;
        padding-bottom: 60px;
        z-index: 70;
    }

    /* Section 1024
    * --------------------------------------- */

    .container {
        width: 880px;
        position: relative;
        margin: auto;
    }

    .main-title {
        font-family: 'avenirheavy';
        font-size: 38px;
        font-weight: normal;
    }

    .content-desc-light {
        font-family: 'robotolight';
        font-size: 19px;
        line-height: 29px;
        font-weight: normal;
    }

    .sub-title {
        font-family: 'avenirheavy';
        font-size: 28px;
        line-height: 1;
        font-weight: normal;
    }
    .col-left-group {
        justify-content: space-evenly;
    }


    /* Section - Portfolio Top 1024
    * --------------------------------------- */

    #section_portfolio_top {
        min-height: 550px !important;
        max-height: 550px !important;
    }

    #section_portfolio_top .fp-tableCell {
        min-height: 550px !important;
        max-height: 550px !important;
    }

    .logo-container {
        width: 880px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 50px;
    }

    .potr-top-arrow-1-container {
        position: absolute;
        width: 370px;
        right: 50%;
        top: 50%;
        -webkit-transform: translate(142%, 60%);
        -moz-transform: translate(142%, 60%);
        -ms-transform: translate(142%, 60%);
        -o-transform: translate(142%, 60%);
        transform: translate(142%, 75%);
    }



    /* Section - Portfolio Intro 1024
    * --------------------------------------- */

    #section_portfolio_intro {
        height: auto !important;
    }

    #section_portfolio_intro .fp-tableCell {
        height: auto !important;
    }

    #section_portfolio_intro .container {
        float: none;
        overflow: hidden;
        margin: 140px auto 100px;
        top: 0;
    }

    #section_portfolio_intro .right-col {
        width: 450px;
        float: right;
    }

    #section_portfolio_intro .content-desc-light {
        margin-top: 12px;
    }



    /* Section - Portfolio UI Desktop 1024
    * --------------------------------------- */

    #section_portfolio_productinterface-desktop {
        height: auto !important;
    }

    #section_portfolio_productinterface-desktop .fp-tableCell {
        height: auto !important;
    }

    #section_portfolio_productinterface-desktop .container {
        margin: 140px auto 100px;
    }

    .product-interface-desktop-wrapper {
        position: absolute;
        right: 0;
        top: 50%;
        width: 880px;
        overflow: hidden;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 0;
    }

    .product-interface-desktop-slide {
        width: 500px;
        margin-left: auto;
    }

    .product-interface-desktop-desc-container {
        width: 345px;
    }

    .roman-title {
        font-family: 'avenirroman';
        font-size: 24px;
        margin-bottom: 20px;
        display: block;
    }


    .potr-desktop-slide-arrow-1-container {
        display: none;
    }


    /* Section - Portfolio UI Desktop 2 1024
    * --------------------------------------- */

    #section_portfolio_productinterface-desktop-2 {
        height: auto !important;
        min-height: 600px;
    }

    #section_portfolio_productinterface-desktop-2 .fp-tableCell {
        height: auto !important;
    }

    .bg-nav-gradient {
        display: none;
    }

    .caption-container-1 {
        position: absolute;
        bottom: -10px;
        right: 0;
        margin-right: 15px;
    }

    .caption-container-2 {
        position: absolute;
        top: -5px;
        left: 0;
        margin-left: 15px;
    }

    .potr-desktop-ui-arrow-1-container {
        position: absolute;
        width: 360px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-142%, 130%);
        -moz-transform: translate(-142%, 130%);
        -ms-transform: translate(-142%, 130%);
        -o-transform: translate(-142%, 130%);
        transform: translate(-142%, 130%);
    }


    /* Section - Portfolio UI Apps 1024
    * --------------------------------------- */

    #section_portfolio_productinterface-apps {
        height: auto !important;
        min-height: 600px;
    }

    #section_portfolio_productinterface-apps .fp-tableCell {
        height: auto !important;
    }

    #section_portfolio_productinterface-apps .container {
        margin: 100px auto 130px;
    }

    .product-interface-apps-desc-container {
        width: 340px;
    }

    .product-interface-apps-container {
        position: relative;
        width: 510px;
    }

    .apps-img-left {
        width: 260px;
        position: relative;
        display: inline-block;
        margin-left: 0;
        margin-top: 60px;
        top: 65px;
        -webkit-animation: appsLeft 2s infinite alternate;
        animation: appsLeft 2s infinite alternate;
    }

    .apps-img-middle {
        z-index: 1;
        width: 310px;
        position: absolute;
        display: inline-block;
        margin-left: -190px;
        margin-top: -14px;
        -webkit-animation: appsMiddle 2s infinite alternate;
        animation: appsMiddle 2s infinite alternate;

        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .apps-img-right {
        width: 260px;
        position: relative;
        display: inline-block;
        margin-left: -30px;
        -webkit-animation: appsRight 2s infinite alternate;
        animation: appsRight 2s infinite alternate;

        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .potr-mobile-ui-arrow-1-container {
        position: absolute;
        width: 390px;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-133%, 25%);
        -moz-transform: translate(-133%, 25%);
        -ms-transform: translate(-133%, 25%);
        -o-transform: translate(-133%, 25%);
        transform: translate(-133%, 25%);
    }



    /* Section - Related Work 1024
    * --------------------------------------- */

    #section_portfolio_related-works {
        height: auto !important;
    }

    #section_portfolio_related-works .fp-tableCell {
        height: auto !important;
    }

    #section_portfolio_related-works .container {
        margin: 160px auto 100px;
    }




    /* Section - Portfolio Contact Us 1024
    * --------------------------------------- */

    #section_portfolio_contactus {
        height: auto !important;
    }

    #section_portfolio_contactus .fp-tableCell {
        height: auto !important;
    }

    #section_portfolio_contactus .container {
        margin: 130px auto;
    }

    .contact-desc-heavy {
        font-family: 'avenirheavy';
        font-size: 24px;
    }

    #section_portfolio_contactus .inner-content .left-col {
        display: inline-block;
        width: 58%;
        position: relative;
    }

    #section_portfolio_contactus .inner-content .right-col {
        display: inline-block;
        width: 42%;
        position: relative;
        margin-left: -4px;
        text-align: right;
    }

    .contact-us-link {
        background-color: #DDA83F;
        padding: 10.5px 40px;
        font-family: 'avenirheavy';
        font-size: 24px;
        text-decoration: none;
        margin-left: auto;
        display: inline-block;
        box-shadow: 0 0 0 0 rgba(221, 168, 63, 0.7);
        -webkit-animation: pulse 2s infinite;
        -moz-animation: pulse 2s infinite;
        -ms-animation: pulse 2s infinite;
        animation: pulse 2s infinite;
    }

    .section-title-container {
        width: 880px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 4%;
    }

    .video-container {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .video-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        display: block;
    }



    /* Section - Contact Us 1024
    * --------------------------------------- */

    #section_contact {
        height: auto !important;
    }

    #section_contact .fp-tableCell {
        height: auto !important;
    }

    #section_contact .container {
        top: 0;
        margin: 160px auto 100px;
    }

    .footer-menu-sub-container {
        width: 500px;
    }

    .menu-dir-row-group.menu-dir-1 {
        width: 233px;
        display: inline-block;
    }

    .menu-dir-row-group.menu-dir-2 {
        width: 233px;
        display: inline-block;
        margin-left: 30px;
    }

    .sub-company-container {
        width: 210px;
        display: inline-block;
    }

    .swift-company-logo {
        width: 213px;
        margin-left: -26px;
    }

    .inka-company-logo {
        width: 190px;
        margin-left: -16px;
    }

    .contact-arrow-svg-container {
        position: absolute;
        width: 1100px;
        left: 50%;
        bottom: 50%;
        -webkit-transform: translate(-67%, 68.5%);
        -moz-transform: translate(-67%, 68.5%);
        -ms-transform: translate(-67%, 68.5%);
        -o-transform: translate(-67%, 68.5%);
        transform: translate(-67%, 68.5%);
    }




}


/* Section - Width 900
* --------------------------------------- */
@media (max-width: 900px) {

    /* Menu 900
    * --------------------------------------- */

    .burger-container {
        width: 100% !important;
        position: fixed;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 45px;
        z-index: 101;
    }

    #main-nav-wrap #menu {
        position: fixed;
        top: 0;
        right: auto;
        left: 0;
        width: 100%;
        z-index: 70;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        margin: 0;
        padding-left: 0;
        padding-top: 180px;
        background: #1E2A45;
        height: 100vh;
        display: none;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    a.menu-toggle {
        display: block;
        width: 35px;
        height: 40px;
        position: absolute;
        right: 50px;
    }

    .menu-logo {
        width: 100%;
        position: absolute;
        left: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(0);
        top: 50px;
        z-index: 73;
        padding: 0 50px;
    }

    .menu-wrapper {
        width: 100%;
        margin: 0 auto;
        padding: 0 50px;
    }

    #menu li {
        display: block;
        margin: 0;
        padding: 12px 0;
        text-align: left;
        width: 100%;
        float: none;
    }

    #menu li.menu-our-work {
        margin-top: 0;
    }

    #menu li.menu-services a.main-link {
        padding-bottom: 0;
        border-bottom: 0;
    }

    #menu li.menu-services.is-active a.main-link {
        padding-bottom: 7px;
        border-bottom: 1px solid #fff;
    }

    #menu li .submenu-list-services {
        display: none;
        width: 240px;
        margin: 0 auto;
    }

    #menu li.menu-our-work a.main-link {
        padding-bottom: 0;
        border-bottom: 0;
    }

    #menu li.menu-our-work.is-active a.main-link {
        padding-bottom: 7px;
        border-bottom: 1px solid #fff;
    }

    #menu li .submenu-list-work {
        display: none;
        width: 240px;
        margin: 0 auto;
    }

    #menu li a.main-link {
        display: block;
        position: relative;
        width: 240px;
        margin: auto;
    }

    #menu li .submenu-list-services li {
        margin: 12px 0;
        padding: 0;
    }

    #menu li .submenu-list-work li {
        margin: 12px 0;
        padding: 0;
    }

    .arrow-mobile {
        display: inline-block;
        vertical-align: middle;
        margin-left: 20px;
        position: absolute;
        margin-top: 30px;
    }

    .arrow-mobile:after {
        content: '';
        border: solid #fff;
        border-width: 0 5px 5px 0;
        display: inline-block;
        padding: 5px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        transform-origin: center center;
        position: absolute;
        margin: -8px 0 0;
    }

    .footer-social-media {
        width: 240px;
        position: relative;
        left: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        margin: 80px auto 0;
        bottom: auto;
        padding-bottom: 90px;
        z-index: 70;
        float: none;
        overflow: hidden;
    }

    #fp-nav.right {
        display: none !important;
    }


    /* Section 900
    * --------------------------------------- */

    .container {
        width: 100% !important;
        padding: 0 50px !important;
        position: relative;
        margin: auto;
    }

    .section-title-container {
        width: 100%;
        position: absolute;
        left: 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(0);
        top: 50px;
        padding: 0 50px;
    }

    .section-title:after {
        content: '';
        background: #DDA83F;
        width: 150px;
        height: 5px;
        position: absolute;
        left: 50px;
        bottom: -15px;
    }

    .logo-container {
        width: 100% !important;
        padding: 0 50px !important;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 50px;
    }

    .inspirenow-logo {
        width: 200px;
    }


    /* Section - Portfolio Top 900
    * --------------------------------------- */

    #section_portfolio_top {
        min-height: 800px !important;
    }

    #section_portfolio_top .fp-tableCell {
        min-height: 800px !important;
    }


    .potr_logo {
        position: absolute;
        width: 180px;
        bottom: 40%;
        right: 10%;
    }

    .potr-top-arrow-1-container {
        position: absolute;
        width: 280px;
        right: 50%;
        top: 50%;
        -webkit-transform: translate(142%, 100%);
        -moz-transform: translate(142%, 100%);
        -ms-transform: translate(142%, 100%);
        -o-transform: translate(142%, 100%);
        transform: translate(142%, 100%);
    }

    /* Section - Portfolio Intro 900
    * --------------------------------------- */

    #section_portfolio_intro .container {
        float: none;
        overflow: hidden;
        margin: 160px auto 100px;
    }

    #section_portfolio_intro .left-col {
        width: 100%;
        float: none;
    }

    #section_portfolio_intro .right-col {
        width: 100%;
        float: none;
        margin-top: 50px;
    }

    .intro-problem-icon {
        width: 60px;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 20px;
        display: block;
        /* vertical-align: top; */
    }

    .intro-solution-icon {
        width: 60px;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 20px;
        display: block;
        /* vertical-align: top; */
    }

    .intro-problem-desc {
        width: 100%;
        display: block;
        /* vertical-align: top; */
    }

    .intro-solution-desc {
        width: 100%;
        display: block;
        /* vertical-align: top; */
    }

    .potr-intro-arrow-1-container {
        display: none;
    }


    /* Section - Portfolio UI Desktop 900
    * --------------------------------------- */

    #section_portfolio_productinterface-desktop .container {
        margin: 160px auto 180px;
    }

    .product-interface-desktop-desc-container {
        width: 100%;
        margin-bottom: 30px;
    }

    .product-interface-desktop-wrapper {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        overflow: hidden;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        z-index: 0;
    }

    .product-interface-desktop-slide {
        width: 100%;
        margin-left: auto;
    }

    #swiper-container-product-interface-desktop {
        direction: ltr;
    }


    /* Section - Portfolio UI Desktop 2 900
    * --------------------------------------- */

    #section_portfolio_productinterface-desktop-2 .container {
        margin: 0 auto;
    }

    .ui-container-img-1 {
        width: 88%;
        left: 50px;
        top: -130px;
        position: relative;
        margin: 0 0 20px;
        padding-bottom: 15px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .ui-container-img-2 {
        width: 75%;
        position: relative;
        right: -30%;
        top: -90px;
        padding-top: 15px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }



    /* Section - Portfolio UI Apps 900
    * --------------------------------------- */

    #section_portfolio_productinterface-apps {
        height: auto !important;
    }

    #section_portfolio_productinterface-apps .fp-tableCell {
        display: block !important;
        height: auto !important;
    }

    .product-interface-apps-desc-container {
        width: 100%;
    }

    .product-interface-apps-wrapper {
        position: relative;
        right: auto;
        top: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        margin-top: 50px;
    }

    .product-interface-apps-container {
        position: relative;
        width: 510px;
        margin: 0 auto;
    }

    #section_portfolio_productinterface-apps .container {
        margin: 160px auto 130px;
    }

    .potr-mobile-ui-arrow-1-container {
        display: none;
    }



    /* Section - Portfolio Contact 900
    * --------------------------------------- */

    #section_portfolio_contactus .inner-content .left-col {
        display: block;
        width: 100%;
        position: relative;
        text-align: center;
    }

    #section_portfolio_contactus .inner-content .right-col {
        display: block;
        width: 100%;
        position: relative;
        margin-left: 0;
        text-align: center;
        margin-top: 50px;
    }


    /* Section - Contact Us 900
    * --------------------------------------- */

    #section_contact {
        height: 100vh !important;
        min-height: auto !important;
    }

    #section_contact .fp-tableCell {
        height: 100vh !important;
        min-height: auto !important;
    }

    #section_contact .container {
        top: 0;
        margin-top: 160px;
    }

    .contact-wrapper {
        width: 100%;
        display: block;
        justify-content: space-between;
    }

    .footer-menu-sub-container {
        width: 100%;
        margin-top: 30px;
    }

    .menu-dir-row-group.menu-dir-1 {
        width: 233px;
        display: inline-block;
        margin-right: 30px;
    }

    .menu-dir-row-group.menu-dir-2 {
        width: 233px;
        display: inline-block;
        margin-left: 0;
    }

    .sub-company-container {
        width: 210px;
        display: inline-block;
        margin-right: 55px;
        margin-bottom: 30px;
    }

    .sub-company-container:last-child {
        margin-left: 0;
        margin-right: 0;
    }

    .contact-social-media {
        position: relative;
        left: 0;
        bottom: 0;
        float: none;
        overflow: hidden;
        margin-top: 30px;
        margin-bottom: 60px;
    }

    .contact-arrow-svg-container {
        display: none;
    }
    .copyright {
        bottom: 24px;
        padding: 0 30px;
        font-size: 14px;
    }

    .contact-social-media-new {
        position: relative;
        margin: 30px auto 0;
        float: none;
        overflow: hidden;
        width: 120px;
    }

     /*explore our Services 1280
    * --------------------------------------- */
    .slide-services-title{
        margin-left: 0px;
        }
        #section_portfolio_contactus .inner-content .right-col .col-right-group{
            padding-left: 0px;
        }
        #section_portfolio_contactus .inner-content .right-col .col-right-group{
            text-align : center;
        }
        #section_portfolio_contactus .inner-content .right-col{
            margin-top: 50px;
        }
        .col-left-group{
            padding:30px;
            text-align: center;
            justify-content: space-evenly;
        }
        .cta-readmore {
            margin: 0 auto;
        }
        .line{
            display: none;
        }
        .wordwrapper{
            display: none;
        }
        .word{
            display: none;
        }
        .hori-line{
            display: block;
            color: rgb(255, 255, 255);
            padding: 3px; 
            text-align: center; 
            font-size: 20px;
            font-weight: 300;
            font-family: 'robotolight';
            position: relative;
            display: inline-block;
            width: 100%;
        }
        .hori-line:before{
            content: "";
            border: 1px solid rgb(255, 255, 255);
            position: absolute;
            width: 45%;
            top: 20px;
            left: -8px;
        }
        .hori-line:after {
            content: "";
            border: 1px solid rgb(255, 255, 255);
            width: 45%;
            position: absolute;
            top: 20px;
            right: -8px;
        } 
}


/* Section - Width 768
* --------------------------------------- */
@media (max-width: 768px) {


    /* Section 768
    * --------------------------------------- */

    .container {
        width: 100% !important;
        padding: 0 50px !important;
        position: relative;
        margin: auto;
    }



    /* Section - Portfolio Top 768
    * --------------------------------------- */



    /* Section - Portfolio Intro 768
    * --------------------------------------- */



    /* Section - Portfolio UI Desktop 768
    * --------------------------------------- */




    /* Section - Portfolio UI Desktop 2 768
    * --------------------------------------- */




    /* Section - Portfolio UI Apps 768
    * --------------------------------------- */




    /* Section - Portfolio Contact 768
    * --------------------------------------- */



    /* Section - Contact Us 768
    * --------------------------------------- */





}

/* Section - Width 576
* --------------------------------------- */
@media (max-width: 576px){ 
    .left-col-child{
        width: 183px;
        margin: 21px 0px;
    }
    .col-left-group{
        padding: 30px 0px;
    }
}


/* Section - Width 480
* --------------------------------------- */
@media (max-width: 480px) {


    /* Menu 480
    * --------------------------------------- */

    .burger-container {
        width: 100% !important;
        padding: 0 30px !important;
        position: fixed;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 40px;
        z-index: 101;
    }

    .menu-logo {
        width: 100%;
        position: absolute;
        left: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(0);
        top: 40px;
        z-index: 73;
        padding: 0 30px;
    }

    #menu li {
        display: block;
        margin: 0;
        padding: 7px 0;
        text-align: left;
        width: 100%;
        float: none;
    }

    #menu li a {
        text-decoration: none;
        font-family: 'avenirheavy';
        font-size: 38px;
        color: #fff;
    }

    #main-nav-wrap #menu {
        position: fixed;
        top: 0;
        right: auto;
        left: 0;
        width: 100%;
        z-index: 70;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        margin: 0;
        padding-left: 0;
        padding-top: 150px;
        background: #1E2A45;
        height: 100vh;
        display: none;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    a.menu-toggle {
        display: block;
        width: 35px;
        height: 40px;
        position: absolute;
        right: 30px;
    }

    a.menu-toggle span {
        display: block;
        width: 30px;
        height: 4px;
        position: absolute;
        top: 50%;
        bottom: auto;
        left: auto;
        -moz-transition: background 0.2s ease-in-out;
        -o-transition: background 0.2s ease-in-out;
        -webkit-transition: background 0.2s ease-in-out;
        -ms-transition: background 0.2s ease-in-out;
        transition: background 0.2s ease-in-out;
        font: 0/0 a;
        text-shadow: none;
        color: transparent;
    }

    .arrow-mobile {
        display: inline-block;
        vertical-align: middle;
        margin-left: 20px;
        position: absolute;
        margin-top: 26px;
    }

    .footer-social-media {
        width: 240px;
        position: relative;
        left: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        margin: 50px auto 0;
        bottom: auto;
        padding-bottom: 90px;
        z-index: 70;
        float: none;
        overflow: hidden;
    }



    /* Section 480
    * --------------------------------------- */

    .container {
        width: 100% !important;
        padding: 0 30px !important;
        position: relative;
        margin: auto;
    }

    .main-title {
        font-family: 'avenirheavy';
        font-size: 42px;
        font-weight: normal;
    }

    .content-desc-light {
        font-family: 'robotolight';
        font-size: 18px;
        line-height: 26px;
        font-weight: normal;
    }

    .section-title {
        font-family: 'robotomedium';
        font-size: 18px;
        font-weight: normal;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .section-title:after {
        content: '';
        background: #DDA83F;
        width: 130px;
        height: 5px;
        position: absolute;
        left: 30px;
        bottom: -15px;
    }

    .section-title-container {
        width: 100%;
        padding: 0 30px;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
    }

    .logo-container {
        width: 100% !important;
        padding: 0 30px !important;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 40px;
        z-index: 3;
    }

    .inspirenow-logo {
        width: 180px;
        margin-top: 0;
    }





    /* Section - Portfolio Top 480
    * --------------------------------------- */

    #section_portfolio_top .fp-tableCell {
        min-height: 490px !important;
    }

    #section_portfolio_top {
        min-height: 490px !important;
    }

    .potr_logo {
        position: relative;
        width: 42%;
        top: 0;
        right: 0;
        margin: 70px auto 20px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(0);
    }

    .potr_desktop {
        position: relative;
        width: 85%;
        left: 0;
        top: 0;
        transform: translateY(0);
    }

    .potr-top-arrow-1-container {
        position: absolute;
        width: 220px;
        right: 50%;
        top: 50%;
        -webkit-transform: translate(94%, 230%);
        -moz-transform: translate(94%, 230%);
        -ms-transform: translate(94%, 230%);
        -o-transform: translate(94%, 230%);
        transform: translate(94%, 230%);
    }

    /* Section - Portfolio Intro 480
    * --------------------------------------- */

    #section_portfolio_intro .container {
        float: none;
        overflow: hidden;
        margin: 50px auto;
    }




    /* Section - Portfolio UI Desktop 480
    * --------------------------------------- */

    #section_portfolio_productinterface-desktop .container {
        margin: 50px auto 140px;
    }



    /* Section - Portfolio UI Desktop 2 480
    * --------------------------------------- */

    #section_portfolio_productinterface-desktop-2 {
        height: auto !important;
        min-height: auto !important;
    }

    #section_portfolio_productinterface-desktop-2 .fp-tableCell {
        height: auto !important;
        display: block !important;
        min-height: auto !important;
    }

    .ui-container-img-1 {
        width: 85%;
        left: 30px;
        top: -80px;
        position: relative;
        margin: 0 0 20px;
        padding-bottom: 10px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .ui-container-img-2 {
        width: 85%;
        position: relative;
        right: -30%;
        top: -50px;
        padding-top: 10px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .caption-container-1 {
        position: absolute;
        bottom: -10px;
        right: 0;
        margin-right: 5px;
    }

    .caption-container-2 {
        position: absolute;
        top: -5px;
        left: 0;
        margin-left: 5px;
    }

    .content-desc-light-italic {
        font-family: 'robotolight_italic';
        font-size: 18px;
        line-height: 21px;
        font-weight: normal;
    }

    .potr-desktop-ui-arrow-1-container {
        position: absolute;
        width: 220px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-142%, 80%);
        -moz-transform: translate(-142%, 80%);
        -ms-transform: translate(-142%, 80%);
        -o-transform: translate(-142%, 80%);
        transform: translate(-142%, 80%);
    }

    /* Section - Portfolio UI Apps 480
    * --------------------------------------- */

    #section_portfolio_productinterface-apps {
        min-height: auto !important;
    }

    #section_portfolio_productinterface-apps .container {
        margin: 50px auto 100px;
    }

    .product-interface-apps-container {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

    .apps-img-left {
        width: 55%;
        position: relative;
        display: inline-block;
        margin-left: 0;
        margin-top: 15px;
        top: 65px;
        -webkit-animation: appsLeft 2s infinite alternate;
        animation: appsLeft 2s infinite alternate;
    }

    .apps-img-middle {
        z-index: 1;
        width: 60%;
        position: absolute;
        display: inline-block;
        margin-left: -45%;
        margin-top: -5px;
        -webkit-animation: appsMiddle 2s infinite alternate;
        animation: appsMiddle 2s infinite alternate;

        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .apps-img-right {
        width: 55%;
        position: relative;
        display: inline-block;
        margin-left: -12%;
        -webkit-animation: appsRight 2s infinite alternate;
        animation: appsRight 2s infinite alternate;

        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }



    /* Section - Portfolio Related Work 480
    * --------------------------------------- */

    #section_portfolio_related-works .container {
        margin: 50px auto 100px;
    }

    .related-works-span.bold-span {
        display: block;
        font-family: 'robotobold';
        font-size: 18px;
    }

    .related-works-span {
        display: block;
        font-family: 'robotoregular';
        font-size: 18px;
    }

    .related-works-img-container {
        position: relative;
        margin-top: 20px;
    }

    .related-works-img-container .col-left {
        display: block;
        width: 100%;
        /* vertical-align: top; */
        position: relative;
        margin-bottom: 24px;
    }

    .related-works-img-container .col-right {
        display: block;
        width: 100%;
        /* vertical-align: top; */
        margin-left: 0;
        position: relative;
    }

    .img__caption {
        font-family: 'avenirroman';
        font-size: 21px;
        width: 100%;
        padding: 14px;
    }



    /* Section - Portfolio Contact 480
    * --------------------------------------- */


    #section_portfolio_contactus .container {
        margin: 100px auto;
    }

    #section_portfolio_contactus .inner-content {
        background-color: rgba(30, 42, 69, 0.9);
        padding: 40px;
        position: relative;
    }

    .contact-desc-heavy {
        font-family: 'avenirheavy';
        font-size: 20px;
    }

    .contact-us-link {
        background-color: #DDA83F;
        width: 100%;
        padding: 10.5px 10px;
        font-family: 'avenirheavy';
        font-size: 20px;
        text-decoration: none;
        margin-left: auto;
        display: inline-block;
        box-shadow: 0 0 0 0 rgba(221, 168, 63, 0.7);
        -webkit-animation: pulse 2s infinite;
        -moz-animation: pulse 2s infinite;
        -ms-animation: pulse 2s infinite;
        animation: pulse 2s infinite;
    }

    .contact-desc-heavy.last_ln {
        margin-top: 20px;
    }

    #section_portfolio_contactus .inner-content .right-col {
        display: block;
        width: 100%;
        position: relative;
        margin-left: 0;
        text-align: center;
        margin-top: 30px;
    }


    /* Section - Contact Us 480
    * --------------------------------------- */

    #section_contact .container {
        display: block;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 50px;
    }

    .contact-wrapper {
        width: 100%;
        display: block;
    }

    .footer-menu-sub-container {
        width: 100%;
        margin-top: 20px;
    }

    .menu-dir-row-group.menu-dir-1 {
        width: 100%;
        display: block;
    }

    .menu-dir-row-group.menu-dir-2 {
        width: 100%;
        display: block;
        margin-left: 0;
    }

    .menu-dir-container {
        padding-bottom: 20px;
        margin-bottom: 30px;
        border-bottom: 1px solid #939598;
    }

    .sub-company-container {
        width: 100%;
        display: block;
    }

    .sub-company-container:last-child {
        margin-left: 0;
        margin-top: 30px;
    }

    .sub-company-group {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    /* added later */
    .left-col-child{
        font-size: 20px;
     }
     .col-left-group {
        padding: 0px 0px;
    }
    .cta-desc{        
        font-size: 18px;
        margin-bottom: 12px;
    }
    .cta-readmore{
        font-size: 14px;
        max-width: 67px;
     }
     .hori-line{
        font-size:16px;
     }
     .hori-line:before{
        top: 13px;
        width: 40%;
        left: 0;
     }
     .hori-line:after{
        top: 13px;
        width: 40%;
        right: 0;
     }

     .slide-services-desc.unleash-text{
        font-size: 18px;
     }
     .slide-services-desc.consult-text{
        font-size: 18px;
     }

}




















/* Progress Bar
* --------------------------------------- */
.inspirenow-logo-progress {
    width: 250px;
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    background: #1E2A45;
    z-index: 1000;
}

.percentage {
    z-index: 100;
    border: 1px solid #DDA83F;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 15px;
}

.loader,
.percentage {
    height: 5px;
    max-width: 100%;
    font-weight: 300;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.loader:after,
.percentage:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.trackbar {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    opacity: 0.99;
}

.loadbar {
    width: 0%;
    height: 100%;
    background: #DDA83F;
    position: absolute;
    top: 0;
    left: 0;
    animation: flicker 5s infinite;
    overflow: hidden;
}

@keyframes animation {
    10% {
        opacity: 0.9;
    }

    30% {
        opacity: 0.86;
    }

    60% {
        opacity: 0.8;
    }

    80% {
        opacity: 0.75;
    }
}
