@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 {
    -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
}
a {
    text-decoration: none !important;
}
a:focus {
    outline: none;
}
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;
}
.content-desc-light {
    font-family: 'robotolight';
    font-size: 23px;
    line-height: 33px;
    font-weight: normal;
}
.content-desc-bold {
    font-family: 'robotobold';
}
.content-desc-medium {
    font-family: 'robotomedium';
}

.section-title-container {
    width: 1400px;
    position: relative;
    margin-bottom: 80px;
}
.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;
    }
}


/* 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;
}




/* 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: 70;
    -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.menu-contact-us {
   
}

#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: none;
    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);
}

.header-menu-list-container {
    list-style: none;
    margin-bottom: 0;
    display: flex;
}
.header-menu-list-container .header-menu-list {
    margin-right: 50px;
    font-family: 'robotomedium';
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    position: relative;
}
.header-menu-list-container .header-menu-list .menu-hover {
    width: 0;
    height: 5px;
    background: #DDA83F;
    position: absolute;
    left: 0;
    bottom: -10px;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.header-menu-list-container .header-menu-list:hover .menu-hover {
    width: 80%;
    height: 5px;
}



.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;
}



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

.container {
    width: 1400px;
    position: relative;
    margin: auto;
}
.section {
    background-color: #fff;
}
.hidden {
    display: none !important;
}
/*#fullpage {
    display: none;
}*/





/* Section - Services Top
* --------------------------------------- */
.container {
    padding: 0;
}
.header-nav {
    width: 100%;
    position: absolute;
    z-index: 11;
    top: 0;
    background: #1E2A45;
    padding: 60px 0 20px;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.header-nav.fixed{
    width: 100%;
    position: fixed;
    z-index: 11;
    top: 0;
    background: #1E2A45;
    padding: 20px 0 20px;
    box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.header-nav-wrapper {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo-container {
    width: 250px;
    position: relative;
}
.inspirenow-logo {
    width: 250px;
}
.header-contact-container {
    
}
.header-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-talk {
    cursor: pointer;
    background: #DDA83F;
    color: #1E2A45;
    padding: 10px 20px;
}
.header-talk-txt {
    font-family: 'robotomedium';
    font-size: 20px;
    color: #1E2A45;
}
#section_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;
}
#section_top {
    background: #1E2A45;
    width: 100%;
    height: 100vh;
    min-height: 680px;
    overflow: hidden;
    position: relative;
}
#section_top .fp-tableCell {
    vertical-align: top;
    
}
#section_top .container {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#section_top .inner-content {
    width: 650px;
}
#section_top .main-title {
    font-family: 'avenirheavy';
    font-size: 54px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}
#section_top .services-top-title {
    font-family: 'robotomedium';
    font-size: 23px;
    font-weight: normal;
    margin-top: 0;
}
.sub-title-medium {
    font-family: 'robotomedium';
    font-size: 23px;
    font-weight: normal;
    padding-bottom: 20px;
    border-bottom: 1px solid #939598;
}
/*.aboutus-artwork {
    position: absolute;
    width: 60%;
    right: 0;
    bottom: 50%;
    transform: translateY(65%);
}*/
.aboutus-artwork {
    position: absolute;
    width: 45%;
    right: 40px;
    bottom: 50%;
    transform: translateY(65%);
}
.sme-title-icon-img {
    width: 65px;
    height: 67px;
    display: inline-block;
    margin-left: 50px;
    vertical-align: bottom;
}
#section_top .content-desc-light {
    margin-top: 20px;
}



.services-sme-top-arrow-svg-container {
    width: 370px;
    position: absolute;
    right: 50%;
    top: -3px;
    -webkit-transform: translateX(30%);
    -moz-transform: translateX(30%);
    -ms-transform: translateX(30%);
    -o-transform: translateX(30%);
    transform: translateX(30%);
}
.services-sme-btm-arrow-svg-container {
    width: 180px;
    position: absolute;
    left: 50%;
    bottom: -5px;
}

.scroll-down-container {
    margin-top: 40px;
}
/*.scroll-down-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%);
    bottom: 10%;
}*/
.scroll-down-svg-container {
    width: 440px;
    position: absolute;
    left: 50%;
    bottom: 8%;
    transform: translateX(-218.5%);
}
.scroll-down-txt {
    font-family: 'robotomedium';
    font-size: 18px;
}
.h1mktsys {
    font-family: 'robotomedium';
    font-size: 23px;
    line-height: 33px;
    font-weight: normal;
    display: inline;
}


/* Section - About Us
* --------------------------------------- */

#section_aboutus {
    background: #e7e7e7;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100vh;
    min-height: 904px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#section_aboutus .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: 100px;
}
#section_aboutus .flex-container {
    padding-top: 100px;
}

#section_aboutus .container {
    z-index: 2;
    margin-top: 0;
}
#section_aboutus .fp-tableCell {
    vertical-align: top !important;
}
#section_aboutus .content-desc-light {
    margin-top: 20px;
}
#section_aboutus .client-logo-container {
    width: 1400px;
    position: relative;
    margin: auto;
}

#section_aboutus .services-top-title {
    font-family: 'robotomedium';
    font-size: 23px;
    font-weight: normal;
    margin-top: 0;
}
.learn-more-link {
    font-weight: normal;
    font-family: 'robotomedium';
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
}
.aboutus-wrapper {
    position: relative;
    width: 100%;
}
.aboutus-wrapper .inner-content-aboutus .main-title {
    width: 660px;
}
.inner-content-aboutus {
    width: 660px;
    display: inline-block;
    vertical-align: top;
}
.sub-title-medium {
    font-family: 'robotomedium';
    font-size: 23px;
    font-weight: normal;
    padding-bottom: 20px;
    border-bottom: 1px solid #939598;
}
.client-group {
    position: relative;
    width: 100%;
    margin-top: 130px;
}
.client-logo-icon-img {
    width: auto;
    height: 110px;
}
.client-logo-icon-img img {
    width: auto;
    height: 100%;
}
.client-logo-group {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.section-title {
    font-family: 'robotomedium';
    font-size: 23px;
    font-weight: normal;
    margin: 0;
}
#section_aboutus .section-title {
    color: #006BFF;
}
.section-title:after {
    content: '';
    background: #DDA83F;
    width: 150px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: -15px;
}
.about-us-illust-container {
    position: absolute;
    width: 1700px;
    top: -205px;
    left: 50%;
    transform: translateX(-59%);
}
.h1home {
    font-family: 'robotolight';
    font-size: 23px;
    line-height: 33px;
    font-weight: normal;
    display: inline;
}
#home-about-us-learn-more {
    color: #006BFF;
}



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

#section_top_why {
    background: #1E2A45;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}
.header-tab {
    float: none;
    overflow: hidden;
}
.header-tab-btn {
    display: block;
    float: left;
    width: 33.33%;
    margin: 0;
    cursor: pointer;
    background: transparent;
    font-family: 'robotomedium';
    font-size: 23px;
    color: #fff;
    padding: 30px 10px;
    border-bottom: 5px solid #005180;
}
.header-tab-btn.btn-active {
    display: block;
    float: left;
    width: 33.33%;
    margin: 0;
    background: transparent;
    font-family: 'robotomedium';
    font-size: 23px;
    color: #00A2FF;
    padding: 30px 10px;
    border-bottom: 5px solid #EAEDED;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.content-swiper {
    width: 100%;
    float: none;
    overflow: hidden;
    margin-top: 80px;
}
.content-swiper .left-col {
    width: 50%;
    float: left;
}
.content-swiper .right-col {
    width: 50%;
    float: left;
}
.swiper-slide-inner-container {
    padding: 0 50px;
}
.save-time-img {
    width: 350px;
    margin: 0 auto;
}
.save-time-svg-container {
    width: 290px;
    margin: 0 auto;
}
.save-cost-svg-container {
    width: 310px;
    margin: 0 auto;
}
.go-paperless-svg-container {
    width: 320px;
    margin: 0 auto;
}
.keepitsecure-svg-container {
    width: 350px;
    margin: 0 auto;
}
.slide-title-bold {
    font-family: 'robotobold';
    font-size: 30px;
    font-weight: normal;
}
.slide-title-nl {
    display: block;
}
.slide-divider {
    display: block;
    width: 30px;
    height: 8px;
    margin: 30px 0;
    background-color: #DDA83F;
}
.slide-services-desc {
    font-family: 'robotolight';
    font-size: 23px;
    line-height: 33px;
}





.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
    cursor: auto;
    pointer-events: none;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff !important;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #005180 !important;
    opacity: 1 !important;
}
.swiper-pagination {
    position: relative !important;
    bottom: 0 !important;
    width: 50% !important;
    margin-left: auto;
    text-align: left !important;
    margin-top: 10px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
    margin: 0 10px 0 0 !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px !important;
}

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



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

#section_services {
    background: #1E2A45;
    width: 100%;
    position: relative;
    height: 100vh;
    min-height: 804px;
    display: flex;
}
#section_services .container {
    padding: 100px 0;
}

#section_services .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: 100px;
}



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

#section_features {
    background: #e7e7e7;
    width: 100%;
    position: relative;
    height: 100vh;
    min-height: 720px;
    display: flex;
}
#section_features .container {
    padding: 100px 0 50px;
}
#section_features .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: 100px;
}
.services-wrapper {
    width: 100%;
}
#section_features .fp-tableCell {
    vertical-align: top !important;
}
.inner-content-services {
    width: 500px;
}
#section_features .content-desc-light {
    margin-top: 20px;
}

.content-desc-bold {
    font-family: 'robotobold';
    font-size: 23px;
    line-height: 33px;
    font-weight: normal;
}
.services-group {
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.services-sub-group {
    flex: 1 0 20%; /* explanation below */
    margin: 0 0 60px;
}
.services-icon-img {
    width: 100px;
}
.services-icon-img.responsive-icon-img {
    width: 86px;
    margin: 0 auto 10px;
}
.services-icon-img.motion-icon-img {
    width: 140px;
    margin: 0 auto 10px;
}
.services-icon-img.pwa-icon-img {
    width: 86px;
    margin: 0 auto 10px;
}
.services-icon-img.analytics-icon-img {
    width: 83px;
    margin: 0 auto 10px;
}
.services-icon-img.usermgt-icon-img {
    width: 86px;
    margin: 0 auto 10px;
}
.services-icon-img.contentmgt-icon-img {
    width: 86px;
    margin: 0 auto 10px;
}
.services-icon-img.ecommerce-icon-img {
    width: 86px;
    margin: 0 auto 10px;
}
.services-icon-img.seo-icon-img {
    width: 86px;
    margin: 0 auto 10px;
}
.services-icon-img.domain-icon-img {
    width: 86px;
    margin: 0 auto 10px;
}
.services-icon-img.calendar-icon-img {
    width: 90px;
    margin: 5px auto 10px;
}


.services-group-title {
    margin-top: 0;
    margin-bottom: 13px;
    text-align: center;
}
.short-desc-services {
    font-family: 'robotoregular';
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
}
.read-more-link {
    font-weight: normal;
    font-family: 'robotomedium';
    font-size: 18px;
    text-decoration: none;
    color: #00A2FF;
}


.services-top-arrow-svg-container {
    width: 500px;
    position: absolute;
    right: 50%;
    top: 0;
    -webkit-transform: translateX(135%);
    -moz-transform: translateX(135%);
    -ms-transform: translateX(135%);
    -o-transform: translateX(135%);
    transform: translateX(135%);
}
.services-bottom-arrow-svg-container {
    width: 700px;
    position: absolute;
    left: 50%;
    bottom: 50%;
    -webkit-transform: translate(-157%,225%);
    -moz-transform: translate(-157%,225%);
    -ms-transform: translate(-157%,225%);
    -o-transform: translate(-157%,225%);
    transform: translate(-157%,225%);
}


.hrsys_st0 {
    stroke:#1E2A45 !important;
}

.mktsys_st0 {
    stroke:#1E2A45 !important;
}

.opsys_st0 {
    stroke:#1E2A45 !important;
}

.smesys_st0 {
    stroke:#1E2A45 !important;
}


/* Section - Our Works
* --------------------------------------- */

#section_works {
    background: #fff;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100vh;
    min-height: 1000px;
    display: flex;
}
#section_works .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: 100px;
}
#section_works .container {
    margin: auto;
    padding: 100px 0px;
}
.services-desc-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.client-container {
    width: 20%;
    padding-left: 6%;
    padding-right: 2%;
}
.what-we-did-container {
    width: 20%;
    padding-right: 6%;
    padding-left: 2%;
}
.services-title-regular {
    font-family: 'robotoregular';
    font-size: 23px;
    font-weight: normal;
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #1E2A45;
}
.client-name {
    font-family: 'robotomedium';
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
    cursor: pointer;
}
.client-name-left {
    font-family: 'robotomedium';
    font-size: 20px;
    margin-bottom: 14px;
    display: block;
    cursor: pointer;
}
.client-name-disabled {
    opacity: 0.4;
    pointer-events: none;
}
.client-desc {
    font-family: 'robotolight';
    font-size: 18px;
    font-weight: normal;
    display: block;
    margin-top: 0;
    margin-bottom: 15px;
}
.services-list {
    font-family: 'robotolight';
    font-size: 18px;
    list-style: none;
    margin-bottom: 15px;
}
.services-list li {
    margin-bottom: 5px;
}
.read-more-link-small {
    font-family: 'robotomedium';
    font-size: 18px;
    text-decoration: none;
}
.client-slider-container {
    position: relative;
    width: 75%;
    background: transparent;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
    
}
.swiper-container2 {
    padding-bottom: 57% !important;
    cursor: grab;
}
.swiper-container2:active {
    cursor: grabbing;
}
.swiper-container2 .swiper-wrapper {
    position: absolute !important;
}

.swiper-container2 .swiper-button-prev.swiper-button-disabled, 
.swiper-container2 .swiper-button-next.swiper-button-disabled {
    opacity: 0 !important;
}

#section_works .swiper-slide {
    padding: 0 50px;
}

.client-1,
.client-2,
.client-3,
.client-4,
.client-5 {
    /*-webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
    opacity: 0;
    visibility: hidden;
    position:relative;*/
    display: none;
}

.client-active {
    /*visibility: visible;
    opacity: 1;*/
    display: block;
}

.portfolio-img {
    height: 100%;
    width: auto;
}
.portfolio-img img {
    height: 100%;
    width: auto;
}
#section_works .swiper-pagination-bullets {
    bottom: -50px;
    left: 0;
    width: 100%;
    position: relative;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px !important;
    height: 12px !important;
    background: #006BFF !important;
    border: 1px solid #006BFF !important;
}
.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    display: inline-block;
    border-radius: 100%;
    background: transparent !important;
    border: 1px solid #006BFF !important;
    opacity: 1 !important;
}

.works-left-arrow-svg-container {
    position: absolute;
    width: 800px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-134%,-50%);
    -moz-transform: translate(-134%,-50%);
    -ms-transform: translate(-134%,-50%);
    -o-transform: translate(-134%,-50%);
    transform: translate(-134%,-50%);
}
.works-right-arrow-svg-container {
    position: absolute;
    width: 450px;
    left: 50%;
    bottom: 50%;
    -webkit-transform: translate(125%,145%);
    -moz-transform: translate(125%,145%);
    -ms-transform: translate(125%,145%);
    -o-transform: translate(125%,145%);
    transform: translate(125%,145%);
}

.swiper-pagination-bullets {
    bottom: -100px;
    left: 0;
    width: 100%;
    position: relative;
}
.swiper-pagination2 {
    text-align: center;
}


/*.works-list {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 6.666%;
    grid-row-gap: 160px;
}*/

.thumbnail-container {
    max-width: 560px;
    max-height: 758px;
    position: relative;
    display: block;
}
.image-container {
    position: relative;
    -webkit-transform: translate3d(0,100px,0);
    transform: translate3d(0,100px,0);
    transition: -webkit-transform .95s cubic-bezier(.475,.425,0,.995);
    transition: transform .95s cubic-bezier(.475,.425,0,.995);
    transition: transform .95s cubic-bezier(.475,.425,0,.995),-webkit-transform .95s cubic-bezier(.475,.425,0,.995);
    transition: -webkit-transform .95s cubic-bezier(.475,.425,0,.995);
    transition: transform .95s cubic-bezier(.475,.425,0,.995);
    transition: transform .95s cubic-bezier(.475,.425,0,.995),-webkit-transform .95s cubic-bezier(.475,.425,0,.995);
    z-index: 1;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.image-container.show {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.image-container .image-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    background-color: var(--color-sub-white-1);
    z-index: 3;
    transition: -webkit-transform 1.25s cubic-bezier(.475,.425,0,.995);
    transition: transform 1.25s cubic-bezier(.475,.425,0,.995);
    transition: transform 1.25s cubic-bezier(.475,.425,0,.995),-webkit-transform 1.25s cubic-bezier(.475,.425,0,.995);
    transition: -webkit-transform 1.25s cubic-bezier(.475,.425,0,.995);
    transition: transform 1.25s cubic-bezier(.475,.425,0,.995);
    transition: transform 1.25s cubic-bezier(.475,.425,0,.995),-webkit-transform 1.25s cubic-bezier(.475,.425,0,.995);
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-transform-origin: top;
    transform-origin: top;
}
.image-container .image-wrapper {
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 1.25s cubic-bezier(.475,.425,0,.995);
    overflow: hidden;
    position: relative;
}
.image-container.show .image-wrapper {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.image-container.show .image-wrapper:after {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.image-container.hover .image-wrapper, .image-container:hover:not(.no-hover) .image-wrapper {
    -webkit-transform: scale(.95) rotateY(-9deg);
    transform: scale(.95) rotateY(-9deg);
}
.image-container .image-wrapper>div:not(.dummy) {
    transition: -webkit-transform 4s cubic-bezier(.19,1,.22,1);
    transition: transform 4s cubic-bezier(.19,1,.22,1);
    transition: transform 4s cubic-bezier(.19,1,.22,1),-webkit-transform 4s cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform 4s cubic-bezier(.19,1,.22,1);
    transition: transform 4s cubic-bezier(.19,1,.22,1);
    transition: transform 4s cubic-bezier(.19,1,.22,1),-webkit-transform 4s cubic-bezier(.19,1,.22,1);
}
.image-container.hover .image-wrapper>div:not(.dummy), .image-container:hover:not(.no-hover) .image-wrapper>div:not(.dummy) {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.thumbnail-container .thumbnail-left-label-container .label {
    position: absolute;
    right: -30px;
    bottom: 50px;
    text-align: right;
    z-index: 2;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    padding: 22px 24px;
    background-color: rgba(30, 42, 69,0.9);
    border-right: 8px solid #DDA83F;
}
.thumbnail-container .thumbnail-right-label-container .label {
    position: absolute;
    right: -30px;
    bottom: 50px;
    text-align: right;
    z-index: 2;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    padding: 22px 24px;
    background-color: rgba(30, 42, 69,0.9);
    border-right: 8px solid #DDA83F;
}
.thumbnail-container .project-title {
    margin-bottom: 10px;
    margin-top: 0;
}
.animation {
    transition: opacity .95s cubic-bezier(.475,.425,0,.995),-webkit-transform .95s cubic-bezier(.475,.425,0,.995);
    transition: opacity .95s cubic-bezier(.475,.425,0,.995),transform .95s cubic-bezier(.475,.425,0,.995);
    transition: opacity .95s cubic-bezier(.475,.425,0,.995),transform .95s cubic-bezier(.475,.425,0,.995),-webkit-transform .95s cubic-bezier(.475,.425,0,.995);
    transition: opacity .95s cubic-bezier(.475,.425,0,.995),-webkit-transform .95s cubic-bezier(.475,.425,0,.995);
    transition: opacity .95s cubic-bezier(.475,.425,0,.995),transform .95s cubic-bezier(.475,.425,0,.995);
    transition: opacity .95s cubic-bezier(.475,.425,0,.995),transform .95s cubic-bezier(.475,.425,0,.995),-webkit-transform .95s cubic-bezier(.475,.425,0,.995);
    opacity: 0;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}
.animation-appear {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: opacity .95s cubic-bezier(.475,.425,0,.995) .4s,-webkit-transform .95s cubic-bezier(.475,.425,0,.995) .4s;
    transition: opacity .95s cubic-bezier(.475,.425,0,.995) .4s,transform .95s cubic-bezier(.475,.425,0,.995) .4s;
    transition: opacity .95s cubic-bezier(.475,.425,0,.995) .4s,transform .95s cubic-bezier(.475,.425,0,.995) .4s,-webkit-transform .95s cubic-bezier(.475,.425,0,.995) .4s;
    transition: opacity .95s cubic-bezier(.475,.425,0,.995) .4s,-webkit-transform .95s cubic-bezier(.475,.425,0,.995) .4s;
    transition: opacity .95s cubic-bezier(.475,.425,0,.995) .4s,transform .95s cubic-bezier(.475,.425,0,.995) .4s;
    transition: opacity .95s cubic-bezier(.475,.425,0,.995) .4s,transform .95s cubic-bezier(.475,.425,0,.995) .4s,-webkit-transform .95s cubic-bezier(.475,.425,0,.995) .4s;
}
.type-sub2 {
    font-family: 'robotobold';
    font-size: 26px;
    line-height: 1;
    color: #fff;
    font-weight: normal;
}
.type-sub3 {
    font-family: 'robotoregular';
    font-size: 16px;
    line-height: 1;
    color: #fff;
    font-weight: normal;
}










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

#section_contact {
    background: #1E2A45;
    width: 100%;
    position: relative;
    height: 100vh;
    min-height: 904px;
    display: flex;
}
#section_contact .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: 100px;
}
#section_contact .container {
    padding: 150px 0 100px;
}
#section_contact .inner-content {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.get-in-touch-container {
    float: none;
    overflow: hidden;
    width: 100%;
}
.get-in-touch-container .col-left {
    padding-right: 30px;
    width: 50%;
    float: left;
}
.get-in-touch-container .col-right {
    padding-left: 30px;
    width: 50%;
    float: left;
}
input[type="text"], 
input[type="number"], 
input[type="tel"], 
input[type="password"], 
input[type="submit"], 
input[type="email"], 
input[type="search"], 
input[type="url"], 
input[type="submit"], 
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
}
.form-control:focus {
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-group {
    margin-bottom: 40px;
    position: relative;
}
.form-group.industry-container {
    margin-bottom: 0;
}
.form-group.enquiry-container {
    margin-bottom: 60px;
}
.form-group.button-container {
    width: 100%;
    float: left;
}
.form-control {
    background: transparent;
    width: 100%;
    border-bottom: 1px solid #fff !important;
    font-family: 'robotolight';
    font-size: 16px;
    padding: 5px 10px;
    color: #fff;
    box-shadow: none;
}
.error-container .form-control {
    background: transparent;
    width: 100%;
    border-bottom: 1px solid #fff !important;
    font-family: 'robotolight';
    font-size: 16px;
    padding: 5px 10px;
    color: #fff;
    box-shadow: none;
}
.enquiry-container .form-control {
    background: transparent;
    width: 100%;
    border: 1px solid #fff !important;
    font-family: 'robotolight';
    font-size: 16px;
    padding: 5px 10px;
    color: #fff;
    height: 256px;
    border-radius: 0;
}
.enquiry-container.error-container  .form-control {
    background: transparent;
    width: 100%;
    border: 1px solid #fff !important;
    font-family: 'robotolight';
    font-size: 16px;
    padding: 5px 10px;
    color: #fff;
    height: 252px;
}
.btn-submit {
    -webkit-appearance: none;
    border: 1px solid #fff !important;
    border-radius: 0;
    background: transparent;
    font-family: 'robotomedium';
    font-size: 16px;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.btn-submit:focus {
    -webkit-appearance: none;
    outline: none;
    box-shadow: none;
    border: 1px solid #fff !important;
    border-radius: 0;
    background: transparent;
    font-family: 'robotomedium';
    font-size: 16px;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.btn-submit:hover {
    background: #fff;
    color: #1E2A45;
    cursor: pointer;
}
.gmaps-address-container {
    float: none;
    overflow: hidden;
    width: 100%;
}   
.gmaps-address-container {
    margin-top: 30px;
    position: relative;
}
.gmaps-address-container .col-left {
    padding-right: 30px;
    width: 50%;
    float: left;
    position: relative;
}
.gmaps-link {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #DDA83F;
    padding-bottom: 3px;
}
.gmaps-link:hover {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #DDA83F;
    padding-bottom: 3px;
}
.gmaps-address-container .col-right {
    padding-left: 0;
    width: 100%;
    float: right;
    position: relative;
    text-align: center;
}
.company-address-container {
    margin-top: 30px;
}
.company-address-txt {
    display: block;
}
.company-phone-email-container {
    margin-top: 30px;
}
.company-phone-txt {
    display: block;
}
.desc-bold {
    font-family: 'robotobold';
    font-size: 16px;
} 
.desc-light {
    font-family: 'robotolight';
    font-size: 16px;
}
.get-in-touch-social-media {
    position: absolute;
    left: 0;
    bottom: 0;
}
.get-in-touch-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;
}
.get-in-touch-social-media .social-icon i {
    font-size: 22px;
    display: block;
}
.get-in-touch-social-media .social-icon i:hover {
    background-color: transparent !important;
}
.get-in-touch-social-media .social-icon.facebook:hover {
    background-color: transparent !important;
}
.get-in-touch-social-media .social-icon.twitter:hover {
    background-color: transparent !important;
}
.get-in-touch-social-media .social-icon.linkedin:hover {
    background-color: transparent !important;
}


.display-error {
    position: absolute;
    color: #DDA83F;
    right: 0;
}

.modal-dialog {
    width: 100% !important;
    height: 100% !important;
    margin: 0;
}
.modal-content {
    border-radius: 0;
    height: auto;
    border: 0;
}
.modal-body {
    position: relative;
    padding: 0;
}








.modal-open .modal {
    padding-right: 0 !important;
}


.header-talk-txt {
    display: block;
}
.header-talk-icon {
    display: none;
}



/* 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 1450
    * --------------------------------------- */
    
    .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;
    }
    .header-nav {
        width: 100%;
        position: absolute;
        z-index: 11;
        top: 0;
        background: #1E2A45;
        padding: 50px 0 20px;
        -webkit-transition: all ease-in-out 0.2s;
        transition: all ease-in-out 0.2s;
    }
    
    
    /* 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: 50px;
    }
    
    .header-nav-wrapper {
        width: 1100px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    
    
    
    /* Section - Services Top 1450
    * --------------------------------------- */
    #section_top .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: 50px;
    }
    .aboutus-artwork {
        position: absolute;
        width: 45%;
        right: 0;
        bottom: 50%;
        transform: translateY(60%);
    }
    #section_top .inner-content {
        width: 620px;
    }
    
    /* Section - About Us 1450
    * --------------------------------------- */
    #section_aboutus .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: 50px;
    }
    .main-title {
        font-family: 'avenirheavy';
        font-size: 50px;
        font-weight: normal;
    }
    .inner-content-aboutus {
        width: 565px;
        display: inline-block;
        vertical-align: top;
    }
    .aboutus-wrapper .inner-content-aboutus .main-title {
        width: 565px;
    }
    #section_aboutus .client-logo-container {
        width: 1100px;
        position: relative;
        margin: auto;
    }
    .about-us-illust-container {
        position: absolute;
        width: 1080px;
        top: -65px;
        left: 50%;
        transform: translateX(-51%);
    }
    .client-group {
        position: relative;
        width: 100%;
        margin-top: 100px;
    }
    .client-logo-group {
        margin-top: 20px;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .client-logo-icon-img {
        width: auto;
        height: 90px;
    }
    
    
    /* Section - Services 1450
    * --------------------------------------- */
    #section_services .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: 50px;
    }
    
    
    
    
    /* Section - Features 1450
    * --------------------------------------- */
    
    #section_features .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: 50px;
    }
    .content-desc-bold {
        font-family: 'robotobold';
        font-size: 20px;
        line-height: 26px;
        font-weight: normal;
    }
    
    .services-icon-img.responsive-icon-img {
        width: 80px;
        margin: 0 auto 10px;
    }
    .services-icon-img.motion-icon-img {
        width: 125px;
        margin: 0 auto 10px;
    }
    .services-icon-img.pwa-icon-img {
        width: 80px;
        margin: 0 auto 10px;
    }
    .services-icon-img.analytics-icon-img {
        width: 75px;
        margin: 0 auto 10px;
    }
    .services-icon-img.usermgt-icon-img {
        width: 77px;
        margin: 0 auto 10px;
    }
    .services-icon-img.contentmgt-icon-img {
        width: 82px;
        margin: 0 auto 10px;
    }
    .services-icon-img.ecommerce-icon-img {
        width: 81px;
        margin: 0 auto 10px;
    }
    .services-icon-img.seo-icon-img {
        width: 82px;
        margin: 0 auto 10px;
    }
    .services-icon-img.domain-icon-img {
        width: 79px;
        margin: 0 auto 10px;
    }
    .services-icon-img.calendar-icon-img {
        width: 82px;
        margin: 5px auto 10px;
    }
    
    
    
    .services-top-arrow-svg-container {
        width: 370px;
        position: absolute;
        right: 50%;
        top: 0;
        -webkit-transform: translateX(120%);
        -moz-transform: translateX(120%);
        -ms-transform: translateX(120%);
        -o-transform: translateX(120%);
        transform: translateX(120%);
    }
    .services-bottom-arrow-svg-container {
        width: 570px;
        position: absolute;
        left: 50%;
        bottom: 50%;
        -webkit-transform: translate(-154%,225%);
        -moz-transform: translate(-154%,225%);
        -ms-transform: translate(-154%,225%);
        -o-transform: translate(-154%,225%);
        transform: translate(-154%,225%);
    }
    
    
    
    
    
    
    /* Section - Values 1450
    * --------------------------------------- */
    
    #section_works .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: 50px;
    }
    #section_top_why .container {
        margin-top: 60px;
    }
    .header-tab-btn.btn-active {
        display: block;
        float: left;
        width: 33.33%;
        margin: 0;
        background: transparent;
        font-family: 'robotomedium';
        font-size: 23px;
        color: #00A2FF;
        padding: 20px 10px;
        border-bottom: 5px solid #EAEDED;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
        transition: all ease-in-out .5s;
    }
    .header-tab-btn.btn-savecost.btn-active {
        display: block;
        float: left;
        width: 33.33%;
        margin: 0;
        background: transparent;
        font-family: 'robotomedium';
        font-size: 23px;
        color: #00A2FF;
        padding: 20px 10px;
        border-bottom: 5px solid #EAEDED;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
        transition: all ease-in-out .5s;
    }
    .header-tab-btn {
        display: block;
        float: left;
        width: 33.33%;
        margin: 0;
        cursor: pointer;
        background: transparent;
        font-family: 'robotomedium';
        font-size: 23px;
        color: #fff;
        padding: 20px 10px;
        border-bottom: 5px solid #005180;
    }
    .header-tab-btn.btn-savecost {
        display: block;
        float: left;
        width: 33.33%;
        margin: 0;
        cursor: pointer;
        background: transparent;
        font-family: 'robotomedium';
        font-size: 23px;
        color: #fff;
        padding: 20px 10px;
        border-bottom: 5px solid #005180;
    }
    
    .content-swiper {
        width: 100%;
        float: none;
        overflow: hidden;
        margin-top: 60px;
    }
    .content-swiper .left-col {
        width: 44%;
        float: left;
    }
    .content-swiper .right-col {
        width: 50%;
        float: left;
    }
    .save-time-svg-container {
        width: 285px;
        margin: 0 auto;
    }
    .swiper-pagination {
        position: relative !important;
        bottom: 0 !important;
        width: 56% !important;
        margin-left: auto;
        text-align: left !important;
        margin-top: 35px;
        padding-left: 7px !important;
    }
    .swiper-button-prev {
        left: 0 !important;
    }
    .swiper-button-next {
        right: 0 !important;
    }
    .slide-title-bold {
        font-family: 'robotobold';
        font-size: 30px;
        margin-top: 0;
    }
    .save-time-svg-container {
        width: 250px;
        margin: 0 auto;
    }
    .save-cost-svg-container {
        width: 280px;
        margin: 0 auto;
    }
    .go-paperless-svg-container {
        width: 260px;
        margin: 0 auto;
    }
    .keepitsecure-svg-container {
        width: 285px;
        margin: 0 auto;
    }
    
    
    
    /* Section - Contact Us 1450
    * --------------------------------------- */
    #section_contact .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: 50px;
    }
    #section_contact .inner-content {
        width: 1100px;
        margin: 0 auto;
        position: relative;
    }
    .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_top_contact .inner-content .left-col {
        display: inline-block;
        width: 60%;
        position: relative;
    }
    #section_top_contact .inner-content .right-col {
        display: inline-block;
        width: 40%;
        position: relative;
        margin-left: -4px;
        text-align: right;
    }
    
    
    /* Section - Contact 1450
    * --------------------------------------- */
    
    
}


/* Section - Width 1280
* --------------------------------------- */
@media (max-width: 1280px){ 
    
    body {
        overflow-x: hidden;
    }
    
    /* 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;
    }
    #fp-nav.right {
        right: 30px !important;
    }
    
    
    .header-nav-wrapper {
        width: 1000px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    
    /* Section 1280
    * --------------------------------------- */
    
    .container {
        width: 1000px;
        position: relative;
        margin: auto;
    }
    .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;
    }
    .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: 50px;
    }
    
    
    /* Section - Services Top 1280
    * --------------------------------------- */
    
    
    .inspirenow-logo {
        width: 200px;
    }
    #section_top .services-top-title {
        font-family: 'robotomedium';
        font-size: 23px;
        font-weight: normal;
        margin-top: 0;
        margin-bottom: 20px;
    }
    #section_top .inner-content {
        width: 490px;
    }
    .aboutus-artwork {
        position: absolute;
        width: 50%;
        right: 0;
        bottom: 50%;
        transform: translateY(60%);
    }
    .h1mktsys {
        font-family: 'robotomedium';
        font-size: 20px;
        line-height: 30px;
        font-weight: normal;
        display: inline;
    }
    
    #section_top .main-title {
        font-family: 'avenirheavy';
        font-size: 43px;
        font-weight: normal;
        margin-top: 0;
        margin-bottom: 0;
    }
    
    
    /* Section - About Us 1280
    * --------------------------------------- */
    
    #section_aboutus {
        background: #e7e7e7;
        width: 100%;
        overflow: hidden;
        position: relative;
        height: 100vh;
        min-height: 675px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #section_aboutus .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: 50px;
    }
    #section_aboutus .client-logo-container {
        width: 1000px;
        position: relative;
        margin: auto;
    }
    .sub-title-medium {
        font-family: 'robotomedium';
        font-size: 21px;
        font-weight: normal;
        padding-bottom: 20px;
        border-bottom: 1px solid #939598;
    }
    .client-logo-icon-img {
        width: auto;
        height: 80px;
    }
    
    
    
    /* Section - Services 1280
    * --------------------------------------- */
    
    #section_services {
        background: #1E2A45;
        width: 100%;
        position: relative;
        height: 100vh;
        min-height: 700px;
        display: flex;
    }
    #section_services .container {
        padding: 100px 0 60px;
    }
    #section_services .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: 50px;
    }
    
    
    
    
    /* Section - Features 1280
    * --------------------------------------- */
    
    #section_features {
        background: #e7e7e7;
        width: 100%;
        position: relative;
        height: 100vh;
        min-height: 660px;
        display: flex;
    }
    #section_features .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: 50px;
    }
    
    .content-desc-bold {
        font-family: 'robotobold';
        font-size: 18px;
        line-height: 20px;
        font-weight: normal;
    }
    
    
    
    
    
    /* Section - Works 1280
    * --------------------------------------- */
    
    #section_works {
        background: #fff;
        width: 100%;
        position: relative;
        overflow: hidden;
        height: 100vh;
        min-height: 725px;
        display: flex;
    }
    #section_works .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: 50px;
    }
    
    
    
    
    
    
    /* Section - Contact 1280
    * --------------------------------------- */
    
    #section_contact {
        background: #1E2A45;
        width: 100%;
        position: relative;
        height: 100vh;
        min-height: 850px;
        display: flex;
    }
    #section_contact .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: 50px;
    }
    #section_contact .inner-content {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    
    
    
    
    
    
}


/* Section - Width 1024
* --------------------------------------- */
@media (max-width: 1024px){ 
    
    
    /* Menu 1024
    * --------------------------------------- */
    
    #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;
    }
    
    
    .burger-container {
        position: relative;
        left: 0;
        width: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        top: -21px;
        z-index: 101;
        margin-right: 20px;
        -webkit-transition: all ease-in-out 0.2s;
        transition: all ease-in-out 0.2s;
    }
    .header-nav.fixed .burger-container {
        position: relative;
        left: 0;
        width: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        top: -21px;
        z-index: 101;
        margin-right: 20px;
        -webkit-transition: all ease-in-out 0.2s;
        transition: all ease-in-out 0.2s;
    }
    a.menu-toggle {
        display: block;
        width: 35px;
        height: 40px;
        position: absolute;
        right: 0;
        cursor: pointer;
    }
    a.menu-toggle.menu-white span {
        background-color: #fff;
    }
    a.menu-toggle span {
        display: block;
        width: 30px;
        height: 2px;
        position: absolute;
        top: 50%;
        bottom: auto;
        left: auto;
        -moz-transition: background .2s ease-in-out;
        -o-transition: background .2s ease-in-out;
        -webkit-transition: background .2s ease-in-out;
        -ms-transition: background .2s ease-in-out;
        transition: background .2s ease-in-out;
        font: 0/0 a;
        text-shadow: none;
        color: transparent;
    }
    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;
    }
    a.menu-toggle span::after, a.menu-toggle span::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: inherit;
        left: 0;
        -moz-transition-duration: .2s,.2s;
        -o-transition-duration: .2s,.2s;
        -webkit-transition-duration: .2s,.2s;
        -ms-transition-duration: .2s,.2s;
        transition-duration: .2s,.2s;
        -moz-transition-delay: .2s,0s;
        -o-transition-delay: .2s,0s;
        -webkit-transition-delay: .2s,0s;
        -ms-transition-delay: .2s,0s;
        transition-delay: .2s,0s;
    }
    .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);
    }
    .menu-toggle.is-clicked span::after, .menu-toggle.is-clicked span::before {
        background-color: #fff;
        -moz-transition-delay: 0s,.2s;
        -o-transition-delay: 0s,.2s;
        -webkit-transition-delay: 0s,.2s;
        -ms-transition-delay: 0s,.2s;
        transition-delay: 0s,.2s;
    }
    
    .header-menu-container {
        display: none;
        position: absolute;
        top: 108px;
        right: auto;
        left: 0px;
        width: 100%;
        z-index: 70;
        -webkit-font-smoothing: antialiased;
        padding-left: 0px;
        padding-top: 0;
        height: calc(100vh - 108px);
        display: none;
        margin: 0px;
        background: rgb(30, 42, 69);
        overflow: auto;
        -webkit-transition: all ease-in-out 0.2s;
        transition: all ease-in-out 0.2s;
    }
    .header-nav.fixed .header-menu-container {
        display: none;
        position: absolute;
        top: 87px;
        right: auto;
        left: 0px;
        width: 100%;
        z-index: 70;
        -webkit-font-smoothing: antialiased;
        padding-left: 0px;
        padding-top: 0;
        height: calc(100vh - 88px);
        display: none;
        margin: 0px;
        background: rgb(30, 42, 69);
        overflow: auto;
        -webkit-transition: all ease-in-out 0.2s;
        transition: all ease-in-out 0.2s;
    }
    .header-menu-container.is-showed {
        display: flex;
        align-items: center;
    }
    
    .header-nav.fixed .header-menu-container.is-showed {
        display: flex;
        align-items: center;
    }
    .header-menu-list-container {
        list-style: none;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .header-menu-list-container .header-menu-list {
        margin-right: 0;
        font-family: 'robotomedium';
        color: #fff;
        font-size: 28px;
        cursor: pointer;
        position: relative;
        width: 250px;
        margin: 15px auto;
    }
    .menu-hover {
        display: none;
    }
    
    
    /* Section 1024
    * --------------------------------------- */
    
    .container {
        width: 880px;
        position: relative;
        margin: auto;
    }
    
    .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: 45px;
    }
    .section-title {
        font-family: 'robotomedium';
        font-size: 21px;
        font-weight: normal;
        margin: 0;
    }
    .header-nav {
        width: 100%;
        position: absolute;
        z-index: 11;
        top: 0;
        background: #1E2A45;
        padding: 40px 0 20px;
        -webkit-transition: all ease-in-out 0.2s;
        transition: all ease-in-out 0.2s;
    }

    .header-nav-wrapper {
        width: 880px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    /* Section - Services Top 1024
    * --------------------------------------- */
    
    #section_top {
        background: #1E2A45;
        width: 100%;
        height: 100vh;
        min-height: 615px;
        overflow: hidden;
        position: relative;
    }
    #section_top .inner-content {
        width: 500px;
    }
    #section_top .main-title {
        font-family: 'avenirheavy';
        font-size: 40px;
        font-weight: normal;
        margin-top: 0;
        margin-bottom: 0;
    }
    #section_top .inner-content {
        width: 465px;
    }
    .content-desc-light {
        font-family: 'robotolight';
        font-size: 19px;
        line-height: 30px;
        font-weight: normal;
    }
    .aboutus-artwork {
        position: absolute;
        width: 47%;
        right: 0;
        bottom: 50%;
        transform: translateY(60%);
    }
    
    
    
    
    /* Section - About Us 1024
    * --------------------------------------- */
    
    #section_aboutus {
        background: #e7e7e7;
        width: 100%;
        overflow: hidden;
        position: relative;
        height: 100vh;
        min-height: 725px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #section_aboutus .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: 50px;
    }
    .about-us-illust-container {
        position: absolute;
        width: 880px;
        top: -5px;
        left: 50%;
        transform: translateX(-51%);
    }
    .inner-content-aboutus {
        width: 515px;
        display: inline-block;
        vertical-align: top;
    }
    .aboutus-wrapper .inner-content-aboutus .main-title {
        width: 100%;
    }
    #section_aboutus .client-logo-container {
        width: 880px;
        position: relative;
        margin: auto;
    }
    .client-logo-icon-img {
        width: auto;
        height: 70px;
    }
    
    
    
    /* Section - Services 1024
    * --------------------------------------- */
    
    #section_services .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: 50px;
    }
    .header-tab-btn.btn-active {
        display: block;
        float: left;
        width: 33.33%;
        margin: 0;
        background: transparent;
        font-family: 'robotomedium';
        font-size: 21px;
        color: #00A2FF;
        padding: 20px 10px;
        border-bottom: 5px solid #EAEDED;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
        transition: all ease-in-out .5s;
    }
    
    .header-tab-btn.btn-savecost {
        display: block;
        float: left;
        width: 33.33%;
        margin: 0;
        cursor: pointer;
        background: transparent;
        font-family: 'robotomedium';
        font-size: 21px;
        color: #fff;
        padding: 20px 10px;
        border-bottom: 5px solid #005180;
    }
    .header-tab-btn.btn-gopaperless {
        display: block;
        float: left;
        width: 33.33%;
        margin: 0;
        cursor: pointer;
        background: transparent;
        font-family: 'robotomedium';
        font-size: 21px;
        color: #fff;
        padding: 20px 18px;
        border-bottom: 5px solid #005180;
    }


    #section_top_why .container {
        margin-top: 160px;
        margin-bottom: 100px;
    }
    .save-time-svg-container {
        width: 220px;
        margin: 0 auto;
    }
    .save-cost-svg-container {
        width: 240px;
        margin: 0 auto;
    }
    .go-paperless-svg-container {
        width: 235px;
        margin: 0 auto;
    }
    .keepitsecure-svg-container {
        width: 250px;
        margin: 0 auto;
    }
    
    .slide-title-bold {
        font-family: 'robotobold';
        font-size: 24px;
        margin-top: 0;
    }
    .slide-services-desc {
        font-family: 'robotolight';
        font-size: 19px;
        line-height: 30px;
    }
    
    
    /* Section - Features 1024
    * --------------------------------------- */
    
    #section_features .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: 50px;
    }
    #section_features .content-desc-bold {
        font-family: 'robotobold';
        font-size: 18px;
        line-height: 20px;
        font-weight: normal;
        padding: 0 22px;
    }
    
    
    
    
    
    /* Section - Works 1024
    * --------------------------------------- */
    
    #section_works .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: 50px;
    }
    
    
    
    
    
    
    /* Section - Contact Us 1024
    * --------------------------------------- */
    #section_contact {
        background: #1E2A45;
        width: 100%;
        position: relative;
        height: 100vh;
        min-height: 880px;
        display: flex;
    }


    #section_contact .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: 50px;
    }
    
    
    #section_top_contact .inner-content .left-col {
        display: block;
        width: 100%;
        position: relative;
    }
    #section_top_contact .inner-content .right-col {
        display: block;
        width: 100%;
        position: relative;
        margin-left: 0;
        text-align: right;
    }
    
    
    #section_contact .container {
        margin: 50px 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 {
        position: relative;
        left: 0;
        width: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        top: -21px;
        margin-right: 20px;
        z-index: 101;
        -webkit-transition: all ease-in-out 0.2s;
        transition: all ease-in-out 0.2s;
    }
    a.menu-toggle {
        display: block;
        width: 35px;
        height: 40px;
        position: absolute;
        right: 0;
        cursor: pointer;
    }
    .header-menu-list-container {
        list-style: none;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        text-align: center;
        margin-top: -20%;
    }
    
    .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;
    }
    .inspirenow-logo {
        width: 200px;
    }
    .header-nav-wrapper {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 50px;
    }
    
    
    /* Section - Services Top 900
    * --------------------------------------- */
    
    
    #section_top {
        background: #1E2A45;
        width: 100%;
        height: 100vh;
        min-height: 690px;
        overflow: hidden;
        position: relative;
    }
    
    #section_top .container {
        top: 50%;
        transform: translateY(-150%);
        -webkit-transform: translateY(-150%);
    } 
    #section_top .inner-content {
        width: 100%;
    }
    .aboutus-artwork {
        position: absolute;
        width: 75%;
        right: 50%;
        bottom: 50%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        transform: translate(50%,90%);
    }
    
    /* Section - About Us 900
    * --------------------------------------- */
    
    #section_aboutus {
        background: #e7e7e7;
        width: 100%;
        overflow: hidden;
        position: relative;
        height: auto;
        min-height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #section_aboutus .section-title-container {
        width: 100%;
        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;
    }
    #section_aboutus .flex-container {
        padding-top: 0;
    }
    #section_aboutus .container {
        z-index: 2;
        margin-top: 140px;
    }
    .inner-content-aboutus {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
    .aboutus-wrapper .inner-content-aboutus .main-title {
        width: 100%;
        max-width: 515px;
    }
    .about-us-illust-container {
        position: relative;
        width: 170%;
        top: 15px;
        left: 50%;
        transform: translateX(-75%);
    }
    
    #section_aboutus .client-logo-container {
        width: 100%;
        position: relative;
        margin: auto;
        padding: 0 50px 60px;
    }
    .client-group {
        position: relative;
        width: 100%;
        margin-top: 40px;
        margin-bottom: 0;
    }
    .client-logo-group {
        margin-top: 20px;
        display: block;
        flex-direction: row;
        justify-content: center;
        text-align: center;
    }
    .client-logo-icon-img {
        width: auto;
        height: 90px;
        display: inline-block;
        margin: 10px 24px;
    }
    
    
    
    
    
    
    /* Section - Services 900
    * --------------------------------------- */
    
    #section_services {
        background: #1E2A45;
        width: 100%;
        position: relative;
        height: 100vh;
        min-height: 750px;
        display: flex;
    }
    #section_services .section-title-container {
        width: 100%;
        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;
        padding: 0 50px;
    }
    
    
    
    
    /* Section - Features 900
    * --------------------------------------- */
    
    #section_features {
        background: #e7e7e7;
        width: 100%;
        position: relative;
        height: auto;
        min-height: auto;
        display: flex;
    }
    #section_features .section-title-container {
        width: 100%;
        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;
        padding: 0 50px;
    }
    
    #section_features .container {
        width: 100% !important;
        padding: 0 50px !important;
        position: relative;
        margin: 100px 0 0;
    }
    
    
    
    
    
    /* Section - Works 900
    * --------------------------------------- */
    
    #section_works {
        background: #fff;
        width: 100%;
        position: relative;
        overflow: hidden;
        height: 100vh;
        min-height: 725px;
        display: flex;
    }
    #section_works .section-title-container {
        width: 100%;
        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;
        padding: 0 50px;
    }
    .client-slider-container {
        position: relative;
        width: 100%;
        background: transparent;
        left: 50%;
        z-index: 1;
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }
    
    .type-sub2 {
        font-family: 'robotobold';
        font-size: 20px;
        line-height: 1;
        color: #fff;
        font-weight: normal;
    }
    .type-sub3 {
        font-family: 'robotoregular';
        font-size: 15px;
        line-height: 1;
        color: #fff;
        font-weight: normal;
    }
    
    
    
    
    
    
    
    
    
    
    
    /* Section - Values 900
    * --------------------------------------- */
    
    .header-tab {
        display: none;
    }
    .swiper-button-next {
        display: none;
    }
    .swiper-button-prev {
        display: none;
    }
    .swiper-slide-inner-container {
        padding: 0;
    }
    .save-time-svg-container {
        width: 39%;
        margin: 0 auto 30px;
    }
    .save-cost-svg-container {
        width: 40%;
        margin: 0 auto 30px;
    }
    .go-paperless-svg-container {
        width: 40%;
        margin: 0 auto 30px;
    }
    .keepitsecure-svg-container {
        width: 43%;
        margin: 0 auto 30px;
    }
    .content-swiper .left-col {
        width: 100%;
        float: none;
    }
    .content-swiper .right-col {
        width: 100%;
        float: left;
    }
    .swiper-pagination {
        position: relative !important;
        bottom: 0 !important;
        width: 100% !important;
        margin-left: auto;
        text-align: center !important;
        margin-top: 30px;
        padding-left: 0 !important;
    }
    .slide-title-bold {
        font-family: 'robotobold';
        font-size: 28px;
        margin-top: 20px;
    }
    
    
    /* Section - Contact 900
    * --------------------------------------- */
    
    #section_contact {
        height: auto!important;
        min-height: auto !important;
    }
    #section_contact .section-title-container {
        width: 100%;
        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;
        padding: 0 50px;
    }
    #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;
    }
    #section_works .swiper-slide {
        padding: 0 40px;
    }
    
    
}


/* Section - Width 768
* --------------------------------------- */
@media (max-width: 768px){ 
    
    
    /* Menu 768
    * --------------------------------------- */
    
    
    
    /* Section 768
    * --------------------------------------- */
    
    
    
    /* Section - Services Top 768
    * --------------------------------------- */
    
    
    
    /* Section - Values 768
    * --------------------------------------- */
    
    
    
    /* Section - Contact Us 768
    * --------------------------------------- */
    
    
    
    /* Section - Contact 768
    * --------------------------------------- */
    
}


/* Section - Width 480
* --------------------------------------- */
@media (max-width: 480px){ 
    
    html,body {
        overflow-x: hidden;
    }
    
    
    /* Menu 480
    * --------------------------------------- */
    .header-nav-wrapper {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 30px;
    }
    .header-menu-list-container {
        list-style: none;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        text-align: center;
        margin-top: -30%;
    }
    
    .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: 130px;
        background: #1E2A45;
        height: 100vh;
        display: none;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .header-talk-txt {
        display: none;
    }

    
    
    
    
    
    .burger-container {
        width: auto;
        padding: 0;
        position: relative;
        left: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        top: -13.5px;
        margin-right: 7px;
        z-index: 101;
    }
    .header-nav.fixed .burger-container {
        position: relative;
        left: 0;
        width: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        top: -13.5px;
        margin-right: 7px;
        z-index: 101;
        -webkit-transition: all ease-in-out 0.2s;
        transition: all ease-in-out 0.2s;
    }
    a.menu-toggle {
        display: block;
        width: 25px;
        height: 25px;
        position: absolute;
        right: 0;
    }
    a.menu-toggle span {
        display: block;
        width: 24px;
        height: 2px;
        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 {
        top: -8px;
        -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: -8px;
        -moz-transition-property: bottom,transform;
        -o-transition-property: bottom,transform;
        -webkit-transition-property: bottom,transform;
        -ms-transition-property: bottom,transform;
        transition-property: bottom,transform;
    }
    
    .header-talk {
        cursor: pointer;
        background: #1e2a45;
        color: #1E2A45;
        padding: 5px;
    }
    .header-talk-icon {
        display: block;
        width: 29px;
        height: 29px;
        vertical-align: middle;
        position: relative;
    }
    .header-menu-container {
        display: none;
        position: absolute;
        top: 100px;
        right: auto;
        left: 0px;
        width: 100%;
        z-index: 70;
        -webkit-font-smoothing: antialiased;
        padding-left: 0px;
        padding-top: 0;
        height: calc(100vh - 100px);
        display: none;
        margin: 0px;
        background: rgb(30, 42, 69);
        overflow: auto;
        -webkit-transition: all ease-in-out 0.2s;
        transition: all ease-in-out 0.2s;
    }
    .header-nav.fixed .header-menu-container {
        display: none;
        position: absolute;
        top: 78px;
        right: auto;
        left: 0px;
        width: 100%;
        z-index: 70;
        -webkit-font-smoothing: antialiased;
        padding-left: 0px;
        padding-top: 0;
        height: calc(100vh - 78px);
        display: none;
        margin: 0px;
        background: rgb(30, 42, 69);
        overflow: auto;
        -webkit-transition: all ease-in-out 0.2s;
        transition: all ease-in-out 0.2s;
    }
    
    
    
    /* Section 480
    * --------------------------------------- */
    
    .container {
        width: 100% !important;
        padding: 0 30px !important;
        position: relative;
        margin: auto;
    }
    .main-title {
        font-family: 'avenirheavy';
        font-size: 42px;
        line-height: 1.3;
        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;
    }
    .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;
    }
    
    .header-talk-txt {
        font-family: 'robotomedium';
        font-size: 15px;
        color: #1E2A45;
    }
    /* Section - Services Top 480
    * --------------------------------------- */
    #section_top {
        background: #1E2A45;
        width: 100%;
        height: auto;
        min-height: auto;
        overflow: hidden;
        position: relative;
    }
    .logo-container {
        width: 180px;
        position: relative;
    }
    .inspirenow-logo {
        width: 180px;
        margin-top: 0;
    }
    .aboutus-artwork {
        position: relative;
        width: 100%;
        padding: 0;
        right: auto;
        top: auto;
        bottom: auto;
        margin: 30px auto 50px;
        transform: translate(0%,0%);
    }
    .h1mktsys {
        font-family: 'robotomedium';
        font-size: 18px;
        line-height: 26px;
        font-weight: normal;
        display: inline;
    }
    #section_top .container {
        top: auto;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        margin-top: 160px;
    }
    .mkt-sys-svg-container {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    
    
    /* Section - About Us 480
    * --------------------------------------- */
    
    #section_aboutus .container {
        z-index: 2;
        margin-top: 0;
    }
    
    #section_aboutus .section-title-container {
        width: 100%;
        position: relative;
        left: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        top: auto;
        margin-bottom: 50px;
    }
    #section_aboutus .client-logo-container {
        width: 100%;
        position: relative;
        margin: auto;
        padding: 0 30px 50px;
    }
    .sub-title-medium {
        font-family: 'robotomedium';
        font-size: 20px;
        font-weight: normal;
        padding-bottom: 10px;
        border-bottom: 1px solid #939598;
    }
    
    .client-logo-icon-img {
        width: auto;
        height: 90px;
        display: block;
        margin: 10px 24px;
    }
    .client-logo-icon-img img {
        width: auto;
        height: 100%;
        margin: 0 auto;
    }
    
    
    /* Section - Values 480
    * --------------------------------------- */
    
    #section_services {
        background: #1E2A45;
        width: 100%;
        position: relative;
        height: auto;
        min-height: auto;
        display: block;
        padding: 50px 0 80px;
    }
    #section_services .section-title-container {
        width: 100%;
        position: relative;
        left: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        top: 0;
        padding: 0 30px;
        margin-bottom: 50px;
    }
    #section_services .section-title-container .section-title {
        margin-top: 0;
    }
    #section_services .container {
        margin-top: 80px;
    }
    
    .content-swiper {
        width: 100%;
        float: none;
        overflow: hidden;
        margin-top: 0;
    }
    #section_top_why .container {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .slide-services-desc {
        font-family: 'robotolight';
        font-size: 18px;
        line-height: 26px;
    }
    .save-time-svg-container {
        width: 64%;
        margin: 0 auto 20px;
    }
    .save-cost-svg-container {
        width: 67%;
        margin: 0 auto 20px;
    }
    .go-paperless-svg-container {
        width: 64%;
        margin: 0 auto 20px;
    }
    .keepitsecure-svg-container {
        width: 70%;
        margin: 0 auto 20px;
    }
    .h2mktsys {
        font-family: 'robotolight';
        font-size: 18px;
        line-height: 26px;
        font-weight: normal;
        display: inline;
    }
    .content-swiper .right-col {
        width: 100%;
        float: left;
        padding-left: 10px;
    }
    
    /* Section - Features 480
    * --------------------------------------- */
    
    #section_features {
        background: #e7e7e7;
        width: 100%;
        position: relative;
        height: auto;
        min-height: auto;
        display: block;
        padding: 50px 0 20px;
    }
    #section_features .section-title-container {
        width: 100%;
        position: relative;
        left: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        top: auto;
        padding: 0 30px;
        margin-bottom: 30px;
    }
    #section_features .container {
        width: 100% !important;
        padding: 0 30px !important;
        position: relative;
        margin: 0;
    }
    #section_features .section-title-container .section-title {
        margin-top: 0;
    }
    #section_features .container {
        width: 100% !important;
        padding: 0 50px !important;
        position: relative;
        margin: 0;
    }
    
    #section_features .content-desc-bold {
        font-family: 'robotobold';
        font-size: 18px;
        line-height: 20px;
        font-weight: normal;
        padding: 0 12px;
    }
    
    
    
    
    /* Section - Work 480
    * --------------------------------------- */
    #section_works {
        background: #fff;
        width: 100%;
        position: relative;
        overflow: hidden;
        height: auto;
        min-height: auto;
        display: block;
        padding: 50px 0 80px;
    }
    #section_works .section-title-container {
        width: 100%;
        position: relative;
        left: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        top: auto;
        padding: 0 30px;
        margin-bottom: 30px;
    }
    #section_works .container {
        width: 100% !important;
        padding: 0 50px !important;
        position: relative;
        margin: 80px 0 0;
    }
    #section_works .section-title-container .section-title {
        margin-top: 0;
    }
    #section_works .swiper-slide {
        padding: 0 20px;
    }
    .swiper-container2 {
        padding-bottom: 0% !important;
        cursor: grab;
    }
    .swiper-container2 .swiper-wrapper {
        position: relative !important;
    }
    
    #section_works .swiper-pagination-bullets {
        bottom: 0;
        left: 0;
        width: 100%;
        position: relative;
        margin-top: 40px;
    }
    .thumbnail-container .thumbnail-left-label-container .label {
        position: absolute;
        right: -20px;
        bottom: 30px;
        text-align: right;
        z-index: 2;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        padding: 15px 20px;
        background-color: rgba(30, 42, 69,0.9);
        border-right: 8px solid #DDA83F;
    }
    .thumbnail-container .thumbnail-right-label-container .label {
        position: absolute;
        right: -20px;
        bottom: 30px;
        text-align: right;
        z-index: 2;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        padding: 22px 24px;
        background-color: rgba(30, 42, 69,0.9);
        border-right: 8px solid #DDA83F;
    }
    .type-sub2 {
        font-family: 'robotobold';
        font-size: 18px;
        line-height: 1;
        color: #fff;
        font-weight: normal;
    }
    .thumbnail-container .project-title {
        margin-bottom: 7px;
        margin-top: 0;
    }
    .type-sub3 {
        font-family: 'robotoregular';
        font-size: 13px;
        line-height: 1;
        color: #fff;
        font-weight: normal;
    }
    
    /* Section - Contact Us 480
    * --------------------------------------- */
    
    #section_contact {
        background: #1E2A45;
        width: 100%;
        position: relative;
        height: auto;
        min-height: auto;
        display: block;
        padding: 50px 0 20px;
    }
    #section_contact .inner-content {
        width: 100%;
        margin: 50px auto 0;
        position: relative;
        padding-bottom: 80px;
    }
    #section_contact .section-title-container {
        width: 100%;
        position: relative;
        left: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        top: auto;
        padding: 0 30px;
        margin-bottom: 30px;
    }
    #section_contact .container {
        width: 100% !important;
        padding: 0 30px !important;
        position: relative;
        margin: 0;
    }
    #section_contact .section-title-container .section-title {
        margin-top: 0;
    }
    #section_contact .container {
        width: 100% !important;
        padding: 0 30px !important;
        position: relative;
        margin: 0;
    }
    .get-in-touch-container .col-left {
        padding-right: 0;
        width: 100%;
        float: left;
    }
    .form-group.industry-container {
        margin-bottom: 40px;
    }
    .get-in-touch-container .col-right {
        padding-left: 0;
        width: 100%;
        float: left;
    }
    .gmaps-address-container .col-left {
        padding-right: 0;
        width: 100%;
        float: left;
        position: relative;
    }
    .gmaps-address-container .col-right {
        padding-left: 0;
        width: 100%;
        float: left;
        position: relative;
        margin-top: 0;
    }
    .gmaps-address-container {
        margin-top: 30px;
        position: relative;
        padding-bottom: 60px;
    }
    .enquiry-container .form-control {
        background: transparent;
        width: 100%;
        border: 1px solid #fff !important;
        font-family: 'robotolight';
        font-size: 16px;
        padding: 5px 10px;
        color: #fff;
        height: 180px;
        border-radius: 0;
    }
    
}












/* 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;
    }
}








/* Section - Width 375
* --------------------------------------- */
@media (max-width: 375px){ 
    
    
    /* Mobile Menu
    * --------------------------------------- */
    
    .inspirenow-logo {
        width: 150px;
        margin-top: 0;
    }
    .logo-container {
        width: 150px;
        position: relative;
    }
    
    
}





/* Section - Width 900 Heigh 480
* --------------------------------------- */
@media (max-width: 900px) and (max-height: 480px) { 
    
    #section_top {
        background: #1E2A45;
        width: 100%;
        height: auto;
        min-height: auto;
        overflow: hidden;
        position: relative;
    }
    #section_top .container {
        top: 0;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        padding: 0 50px !important;
        margin-top: 200px;
    }
    .aboutus-artwork {
        position: relative;
        width: 75%;
        right: 0;
        bottom: 0;
        margin: 0 auto 100px;
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
    
}









