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


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

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


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


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


strong {
    font-weight: 700
}

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

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

li {
    list-style-position: inside
}

h3,
h4,
h5 {
    margin: 20px 0
}
.h3margin {
    margin: 20px 0;
}

.clearfix {
    clear: both
}



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


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

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

.main-title {
    font-family: 'avenirheavy';
    font-size: 58px;
    font-weight: normal;
}
.content-desc-light {
    font-family: 'robotolight';
    font-size: 23px;
    line-height: 33px;
    font-weight: normal;
}
.content-desc-light h1 {
    font-family: 'robotolight';
    font-size: 23px;
    line-height: 33px;
    font-weight: normal;
    display: inline;
}
.content-desc-bold {
    font-family: 'robotobold';
}
.content-desc-medium {
    font-family: 'robotomedium';
}

.section-title-container {
    width: 1400px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 60px;
}
.section-title {
    font-family: 'robotomedium';
    font-size: 23px;
    font-weight: normal;
    margin-bottom: 0;
}
.section-title:after {
    content: '';
    background: #DDA83F;
    width: 150px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: -15px;
}


/* Pallete
* --------------------------------------- */
.white_c {
    color: #fff;
}
.yellow_c {
    color: #DDA83F;
}
.lightblue_c {
    color: #00A2FF;
}
.darkblue_c {
    color: #1E2A45;
}
.black_c {
    color: #000;
}
.blue_c {
    color: #006BFF;
}

.white_bg {
    background-color: #fff;
}
.yellow_bg {
    background-color: #DDA83F;
}
.lightblue_bg {
    background-color: #00A2FF;
}
.darkblue_bg {
    background-color: #1E2A45;
}
.black_bg {
    background-color: #000;
}



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

#loader-wrapper {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: #1E2A45;
    z-index: 1000 !important;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}
.loader-container {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%,-50%) !important;
    -moz-transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,-50%) !important;
    -o-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
}
.inspirenow-logo-loading {
    width: 250px;
    margin: 20px auto;
}
.sk-wave {
    margin: 20px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px; 
}
.sk-wave .sk-rect {
    background-color: #fff;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    -moz-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    -ms-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    -o-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out; 
}
.sk-wave .sk-rect1 {
    -webkit-animation-delay: -1.2s;
    -moz-animation-delay: -1.2s;
    -ms-animation-delay: -1.2s;
    -o-animation-delay: -1.2s;
    animation-delay: -1.2s; 
}
.sk-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    -moz-animation-delay: -1.1s;
    -ms-animation-delay: -1.1s;
    -o-animation-delay: -1.1s;
    animation-delay: -1.1s; 
}
.sk-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    -moz-animation-delay: -1s;
    -ms-animation-delay: -1s;
    -o-animation-delay: -1s;
    animation-delay: -1s; 
}
.sk-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    -moz-animation-delay: -0.9s;
    -ms-animation-delay: -0.9s;
    -o-animation-delay: -0.9s;
    animation-delay: -0.9s; 
}
.sk-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    -moz-animation-delay: -0.8s;
    -ms-animation-delay: -0.8s;
    -o-animation-delay: -0.8s;
    animation-delay: -0.8s; 
}

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4); 
    }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); 
    } 
}
@-moz-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4); 
    }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); 
    } 
}
@-ms-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4); 
    }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); 
    } 
}
@-o-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4); 
    }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); 
    } 
}
@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4); 
    }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); 
    } 
}

.mwa-ribbon {
    position: fixed; 
    top: 50px; 
    right: 0px; 
    z-index: 99999;
}
.mwa-ribbon a.mwa-ribbon-link {
    display:block; 
    width: 68px; 
    height: 100px;
}

@media (max-width:768px) {
    
    .mwa-ribbon {
        position: fixed; 
        top: 130px; 
        right: 0px; 
        z-index: 99999;
    }
    .mwa-ribbon a.mwa-ribbon-link {
        display:block; 
        width: 68px; 
        height: 100px;
    }
}
@media (max-width:480px) {
    
    .mwa-ribbon {
        position: fixed; 
        top: 110px; 
        right: 0px; 
        z-index: 99999;
    }
    .mwa-ribbon a.mwa-ribbon-link {
        display:block; 
        width: 50px; 
        height: 76px;
    }
}


/* 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 a {
    text-decoration: none;
    font-family: 'avenirheavy';
    font-size: 46px;
    color: #fff;
}
#menu li a.main-link {
    display: block;
}
#menu li.menu-services a.main-link {
    padding-bottom: 7px;
    border-bottom: 1px solid #fff;
}
#menu li.menu-our-work a.main-link {
    padding-bottom: 7px;
    border-bottom: 1px solid #fff;
}
#menu li a.submenu-link  {
    text-decoration: none;
    font-family: 'robotolight';
    font-size: 22px;
    color: #fff;
}
#menu li .submenu-list-services li  {
    margin: 7px 0;
    padding: 0;
}
#menu li .submenu-list-services {
    margin-top: 10px;
}
#menu li .submenu-list-work li {
    margin: 7px 0;
    padding: 0;
}
#menu li .submenu-list-work {
    margin-top: 10px;
}
#menu .submenu-link-disabled {
    opacity: 0.3;
    pointer-events: none;
}
a.menu-toggle {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    margin-left: auto;
}

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

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

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

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

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

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

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

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


.footer-social-media {
    width: 1400px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 80px;
    z-index: 70;
}
.footer-social-media .social-icon {
    float: left;
    display: block;
    text-align: center;
    text-decoration: none;
    width: auto;
    line-height: 30px;
    margin-right: 20px;
    color: #fff;
    background-color: transparent;
}
.footer-social-media .social-icon.facebook:hover{
    background-color: transparent !important;
}
.footer-social-media .social-icon.twitter:hover{
    background-color: transparent !important;
}
.footer-social-media .social-icon.linkedin:hover{
    background-color: transparent !important;
}
.footer-social-media .social-icon i {
    font-size: 22px;
    display: block;
}
.footer-social-media .social-icon i:hover{
    background-color: transparent !important;
}



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

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





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

.logo-container {
    width: 1400px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 60px;
}
.inspirenow-logo {
    width: 250px;
}
#section_services_sme .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_services_sme {
    background: #ffffff;
    width: 100%;
    overflow: hidden;
}
#section_services_sme .fp-tableCell {
    vertical-align: top;
    
}
#section_services_sme .container {
    top: 180px;
}
#section_services_sme .inner-content {
    width: 630px;
}
#section_services_sme .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%);
}
.sme-title-icon-img {
    width: 65px;
    height: 67px;
    display: inline-block;
    margin-left: 50px;
    vertical-align: bottom;
}
#section_services_sme .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 - Values
* --------------------------------------- */

#section_services_sme_why {
    background: #1E2A45;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}
.header-tab {
    float: none;
    overflow: hidden;
    position: relative;
    display: flex;
}
.header-tab-btn {
    display: block;
    width: 20%;
    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-active {
    display: block;
    width: 20%;
    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;
}
.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: 300px;
    margin: 0 auto;
}
.save-cost-svg-container {
    width: 285px;
    margin: 0 auto;
}
.go-paperless-svg-container {
    width: 285px;
    margin: 0 auto;
}
.keepitsecure-svg-container {
    width: 340px;
    margin: 0 auto;
}
.industryleading-svg-container {
    width: 280px;
    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;
}
.slide-services-desc h2 {
    font-family: 'robotolight';
    font-size: 23px;
    line-height: 33px;
    display: inline;
    font-weight: normal;
}
.slide-services-desc h3 {
    font-family: 'robotolight';
    font-size: 23px;
    line-height: 33px;
    display: inline;
    font-weight: normal;
}





.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 - FAQ
* --------------------------------------- */

#section_services_faq {
    background: #e7e7e7;
    width: 100%;
    overflow: hidden;
}
#section_services_faq .faq-title {
    font-size: 30px;
    font-family: 'robotomedium';
}
#section_services_faq .faq-header-container p {
    font-size: 23px;
    font-family: 'robotolight';
}
#section_services_faq ul.faq-list {
    list-style: none;
    margin: 100px 0 0;
    padding: 0;
    width: calc(100% - 5px);
}
#section_services_faq ul.faq-list > li {
    padding: 26px 0;
    border-bottom: 1px solid #005180;
}
#section_services_faq ul.faq-list > li:first-child {
    padding: 0 0 26px;
}
#section_services_faq ul.faq-list > li {
    padding: 22px 0;
    border-bottom: 1px solid #005180;
}
#section_services_faq ul.faq-list > li:first-child {
    padding: 0 0 22px;
}
#section_services_faq .faq-accordion-title .plus-icon::after {
    content: '';
    width: 2px;
    height: 34px;
    background-color: #aeaeae;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    transition: transform 0.25s ease-in-out;
}
#section_services_faq .faq-accordion-title .plus-icon::before {
    content: '';
    width: 34px;
    height: 2px;
    background-color: #aeaeae;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
#section_services_faq .faq-accordion-title {
    font-size: 26px;
    font-family: 'robotomedium';
    cursor: pointer;
    position: relative;
    padding-right: 100px;
}
#section_services_faq .faq-accordion-title.active {
    color: #dda83f;
}

#section_services_faq .faq-accordion-title .plus-icon {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
}
#section_services_faq .faq-accordion-title .plus-icon::before {
    content: '';
    width: 34px;
    height: 2px;
    background-color: #aeaeae;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
#section_services_faq .faq-accordion-title .plus-icon::after {
    content: '';
    width: 2px;
    height: 34px;
    background-color: #aeaeae;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    transition: transform 0.25s ease-in-out;
}
#section_services_faq .faq-accordion-title.active .plus-icon::before {
    content: '';
    display: none;
}
#section_services_faq .faq-accordion-title.active .plus-icon::after {
    content: '';
    transform: translateY(-50%) rotate(90deg);
}
#section_services_faq .faq-accordion-desc {
    font-size: 20px;
    font-family: 'robotolight';
    transition: height 0.35s ease-in-out;
    overflow: hidden;
    position: relative;
    padding-right: 100px;
}
#section_services_faq .faq-accordion-desc:not(.active) {
    display: none;
    transition: height 0.35s ease-in-out;
}
#section_services_faq .faq-accordion-desc p {
    padding-top: 24px;
}


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

#section_services_sme_contact {
    background: url(../images/sme_contact_bg.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}
#section_services_sme_contact .inner-content {
    background-color: rgba(30, 42, 69,0.9);
    padding: 48px;
    position: relative;
}
#section_services_sme_contact .inner-content .left-col {
    display: inline-block;
    width: 60%;
    position: relative;
    vertical-align: top;
}
#section_services_sme_contact .inner-content .right-col {
    display: inline-block;
    width: 40%;
    position: relative;
    margin-left: -4px;
    text-align: right;
}
.contact-desc-heavy {
    font-family: 'avenirheavy';
    font-size: 34px;
}
.contact-desc-heavy.last_ln{
    margin-top: 40px;
}
.contact-us-link {
    background-color: #DDA83F;
    padding: 10.5px 40px;
    font-family: 'avenirheavy';
    font-size: 32px;
    text-decoration: none;
    margin-left: auto;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(221, 168, 63, 0.7);
    -webkit-animation: pulse 2s infinite;
    -moz-animation: pulse 2s infinite;
    -ms-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
.contact-us-link:hover  {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
}
@-webkit-keyframes pulse {to {box-shadow: 0 0 0 13px rgba(221, 168, 63, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 13px rgba(221, 168, 63, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 13px rgba(221, 168, 63, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 13px rgba(221, 168, 63, 0);}}

.contact-title {
    transition: color 0.25s;
}.contact-title::before, .contact-title::after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
    content: '';
    position: absolute;
}
.contact-title::before {
  top: 0;
  left: 0;
}
.contact-title::after {
  bottom: 0;
  right: 0;
}
.contact-title:hover {
  color: #60daaa;
}
.contact-title:hover::before, .contact-title:hover::after {
  width: 100%;
  height: 100%;
}
.contact-title:hover::before {
  border-top-color: #60daaa;
  border-right-color: #60daaa;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.contact-title:hover::after {
  border-bottom-color: #60daaa;
  border-left-color: #60daaa;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    display: block;
}
.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
}
video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


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

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

.contact-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#section_contact .fp-tableCell {
    vertical-align: top !important;
}
.footer-menu-sub-container {
    width: 605px;
}
.menu-sub-title {
    font-family: 'robotomedium';
    font-size: 18px;
    margin: 0 0 10px;
    font-weight: normal;
    text-transform: uppercase;
}
.menu-list-footer {
    list-style: none;
    font-family: 'robotolight';
    font-size: 18px;
}
.menu-list-footer li {
    margin-bottom: 10px;
}
.menu-list-footer li a{
    text-decoration: none;
}
/*.menu-list-footer.menu-list-home li:first-child {
    text-transform: uppercase;
}*/
.menu-sub-title-last {
    margin-top: 40px;
}
.menu-dir-container {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #939598;
}
.menu-dir-row-group.menu-dir-1 {
    width: 285px;
    display: inline-block;
}
.menu-dir-row-group.menu-dir-2 {
    width: 285px;
    display: inline-block;
    margin-left: 30px;
}
.sub-company-group {
    margin-top: 30px;
}
.sub-company-container {
    width: 285px;
    display: inline-block;
}
.sub-company-container:last-child {
    margin-left: 30px;
}
.company-desc-small-light {
    font-family: 'robotolight';
    font-size: 18px;
}
.swift-company-logo {
    width: 250px;
    margin-left: -30px;
}
.inka-company-logo {
    width: 250px;
    margin-left: -21px;
}
.contact-social-media {
    position: absolute;
    left: 0;
    bottom: 0;
}
.contact-social-media .social-icon {
    float: left;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 40px;
    padding: 5px 0;
    margin-right: 0;
    color: #262626;
    background-color: #d1d3d4;
}
.contact-social-media-new {
    position: relative;
    margin-top: 30px;
}
.contact-social-media-new .social-icon {
    float: left;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 40px;
    padding: 5px 0;
    margin-right: 0;
    color: #262626;
    background-color: #d1d3d4
}
.contact-arrow-svg-container {
    position: absolute;
    width: 1600px;
    left: 50%;
    bottom: 50%;
    -webkit-transform: translate(-67%,61.5%);
    -moz-transform: translate(-67%,61.5%);
    -ms-transform: translate(-67%,61.5%);
    -o-transform: translate(-67%,61.5%);
    transform: translate(-67%,61.5%);
}
.copyright {
    position: absolute;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'robotolight';
    color: #000000;
}
.slide-services-desc.unleash-text{
    margin-bottom: 20px;
}
.slide-services-desc.consult-text{
    margin-bottom: 60px;
}
.line {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgb(255, 255, 255);
    z-index: 1;
}

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

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

}
.col-left-group{
    display: flex;
    padding: 0px 60px 33px 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.left-col-child{
    width: 180px;
    margin: 21px 15px 21px 0px;
}
.hori-line{
    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;
    }
    
    
    
    /* Section 1450
    * --------------------------------------- */
    
    .container {
        width: 1100px;
        position: relative;
        margin: auto;
    }
    .logo-container {
        width: 1100px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 60px;
    }
    .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 - Services Top 1450
    * --------------------------------------- */
    
    .aboutus-artwork {
        position: absolute;
        width: 56%;
        right: 0;
        bottom: 0;
        transform: translateY(0);
    }
    #section_services_sme .container {
        top: 150px;
    }
    #section_services_sme .inner-content {
        width: 620px;
    }
    
    /* Section - Values 1450
    * --------------------------------------- */
    
    
    #section_services_sme_why .container {
        margin-top: 60px;
    }
    .header-tab-btn.btn-active {
        display: block;
        width: 20%;
        margin: 0;
        background: transparent;
        font-family: 'robotomedium';
        font-size: 20px;
        color: #00A2FF;
        padding: 16px 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: 25%;
        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;
        width: 20%;
        margin: 0;
        cursor: pointer;
        background: transparent;
        font-family: 'robotomedium';
        font-size: 20px;
        color: #fff;
        padding: 16px 10px;
        border-bottom: 5px solid #005180;
    }
    /* .header-tab-btn.btn-savecost {
        display: block;
        float: left;
        width: 25%;
        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: 56%;
        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: 300px;
        margin: 0 auto;
    }
    .save-cost-svg-container {
        width: 280px;
        margin: 0 auto;
    }
    .go-paperless-svg-container {
        width: 285px;
        margin: 0 auto;
    }
    .keepitsecure-svg-container {
        width: 340px;
        margin: 0 auto;
    }
    .industryleading-svg-container {
        width: 280px;
        margin: 0 auto;
    }
    
    /* Section - FAQ 1450
    * --------------------------------------- */
    #section_services_faq .faq-accordion-title {
        font-size: 22px;
    }
    #section_services_faq .faq-accordion-desc {
        font-size: 18px;
    }
    
    #section_services_faq .faq-accordion-title .plus-icon::after {
        height: 29px;
        right: 13px;
    }
    #section_services_faq .faq-accordion-title .plus-icon::before {
        width: 29px;
    }

    
    /* Section - Contact Us 1450
    * --------------------------------------- */
    
    .contact-desc-heavy {
        font-family: 'avenirheavy';
        font-size: 28px;
    }
    .contact-us-link {
        background-color: #DDA83F;
        padding: 10.5px 40px;
        font-family: 'avenirheavy';
        font-size: 28px;
        text-decoration: none;
        margin-left: auto;
        display: inline-block;
        box-shadow: 0 0 0 0 rgba(221, 168, 63, 0.7);
        -webkit-animation: pulse 2s infinite;
        -moz-animation: pulse 2s infinite;
        -ms-animation: pulse 2s infinite;
        animation: pulse 2s infinite;
    }
    #section_services_sme_contact .inner-content .left-col {
        display: inline-block;
        width: 60%;
        position: relative;
    }
    #section_services_sme_contact .inner-content .right-col {
        display: inline-block;
        width: 40%;
        position: relative;
        margin-left: -4px;
        text-align: right;
        vertical-align: bottom;
    }
    
    
    /* Section - Contact 1450
    * --------------------------------------- */
    
    
}


/* Section - Width 1280
* --------------------------------------- */
@media (max-width: 1280px){ 
    
    
    /* 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;
    }
    
    
    
    /* 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;
    }
    .content-desc-light h1 {
        font-family: 'robotolight';
        font-size: 20px;
        line-height: 30px;
        font-weight: normal;
        display: inline;
    }
    .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
    * --------------------------------------- */
    
    .logo-container {
        width: 1000px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 50px;
    }
    .inspirenow-logo {
        width: 200px;
    }
    #section_services_sme .services-top-title {
        font-family: 'robotomedium';
        font-size: 23px;
        font-weight: normal;
        margin-top: 0;
        margin-bottom: 20px;
    }
    #section_services_sme .inner-content {
        width: 539px;
    }
    .aboutus-artwork {
        position: absolute;
        width: 59%;
        right: -5px;
        bottom: 0;
        transform: translateY(0);
    }
    .h1mktsys {
        font-family: 'robotomedium';
        font-size: 20px;
        line-height: 30px;
        font-weight: normal;
        display: inline;
    }
    
    
    /* Section - Values 1280
    * --------------------------------------- */
    
    .slide-title-bold {
        font-family: 'robotobold';
        font-size: 28px;
    }
    .slide-services-desc {
        font-family: 'robotolight';
        font-size: 20px;
        line-height: 30px;
    }
    .slide-services-desc h2 {
        font-family: 'robotolight';
        font-size: 20px;
        line-height: 30px;
        display: inline;
        font-weight: normal;
    }
    .slide-services-desc h3 {
        font-family: 'robotolight';
        font-size: 20px;
        line-height: 30px;
        display: inline;
        font-weight: normal;
    }
    .save-time-svg-container {
        width: 267px;
        margin: 0 auto;
    }
    .save-cost-svg-container {
        width: 245px;
        margin: 0 auto;
    }
    .go-paperless-svg-container {
        width: 238px;
        margin: 0 auto;
    }
    .keepitsecure-svg-container {
        width: 280px;
        margin: 0 auto;
    }
    .industryleading-svg-container {
        width: 240px;
        margin: 0 auto;
    }
    .h2mktsys {
        font-family: 'robotolight';
        font-size: 20px;
        line-height: 30px;
        font-weight: normal;
        display: inline;
    }
    
    /* Section - FAQ 1280
    * --------------------------------------- */

    #section_services_faq .faq-accordion-title {
        font-size: 20px;
    }
    #section_services_faq .faq-accordion-desc p {
        padding-top: 16px;
    }
    #section_services_faq .faq-accordion-desc {
        font-size: 16px;
    }
    #section_services_faq ul.faq-list > li {
        padding: 20px 0;
        border-bottom: 1px solid #005180;
    }
    #section_services_faq ul.faq-list > li:first-child {
        padding: 0 0 20px;
    }
    #section_services_faq .faq-accordion-title .plus-icon::after {
        height: 27px;
        right: 12px;
    }
    #section_services_faq .faq-accordion-title .plus-icon::before {
        width: 27px;
    }


    /* Section - Contact Us 1280
    * --------------------------------------- */
    
    
    
    /* Section - Contact 1280
    * --------------------------------------- */
    
    .footer-menu-sub-container {
        width: 545px;
    }
    .menu-dir-row-group.menu-dir-1 {
        width: 252px;
        display: inline-block;
    }
    .menu-dir-row-group.menu-dir-2 {
        width: 259px;
        display: inline-block;
        margin-left: 30px;
    }
    .menu-dir-container {
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid #939598;
    }
    .sub-company-container {
        width: 228px;
        display: inline-block;
    }
    .sub-company-container:last-child {
        margin-left: 54px;
    }
    .swift-company-logo {
        width: 240px;
        margin-left: -30px;
    }
    .inka-company-logo {
        width: 220px;
        margin-left: -19px;
    }
    .sub-company-group {
        margin-top: 20px;
    }
    .contact-arrow-svg-container {
        position: absolute;
        width: 1440px;
        left: 50%;
        bottom: 50%;
        -webkit-transform: translate(-67%,61.5%);
        -moz-transform: translate(-67%,61.5%);
        -ms-transform: translate(-67%,61.5%);
        -o-transform: translate(-67%,61.5%);
        transform: translate(-67%,61.5%);
    }
    
    
}


/* Section - Width 1024
* --------------------------------------- */
@media (max-width: 1024px){ 
    
    
    /* Menu 1024
    * --------------------------------------- */
    
    .burger-container {
        width: 880px;
        position: fixed;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 45px;
        z-index: 101;
    }
    #main-nav-wrap {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        letter-spacing: 1px;
        font-size: 1.1em;
        padding-left: 0;
        width: 100%;
        height: 100%;
        min-height: 660px;
        overflow: auto;
        display: none;
    }
    .menu-logo {
        width: 880px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 50px;
        z-index: 73;
    }
    .menu-container {
        width: 100%;
        float: none;
        overflow: hidden;
    }
    .menu-wrapper {
        width: 880px;
        margin: 0 auto;
    }
    
    .footer-social-media {
        width: 880px;
        position: relative;
        left: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        margin: 30px auto 0;
        bottom: auto;
        padding-bottom: 60px;
        z-index: 70;
    }
    
    
    /* Section 1024
    * --------------------------------------- */
    
    .container {
        width: 880px;
        position: relative;
        margin: auto;
    }
    
    .logo-container {
        width: 880px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 45px;
    }
    .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 - Services Top 1024
    * --------------------------------------- */
    
    #section_services_sme {
        height: auto !important;
    }
    #section_services_sme .fp-tableCell {
        height: auto !important;
    }
    #section_services_sme .inner-content {
        width: 500px;
    }
    #section_services_sme .container {
        top: 0;
        margin-top: 130px;
        margin-bottom: 100px;
    }
    
    
    
    
    
    /* Section - Values 1024
    * --------------------------------------- */
    
     #section_services_sme_why {
        height: auto !important;
    }
    #section_services_sme_why .fp-tableCell {
        height: auto !important;
    }
    #section_services_sme_why .container {
        margin-top: 160px;
        margin-bottom: 100px;
    }
    
    .header-tab-btn.btn-active {
        display: block;
        width: 20%;
        margin: 0;
        background: transparent;
        font-family: 'robotomedium';
        font-size: 18px;
        color: #00A2FF;
        padding: 16px 0;
        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;
        width: 20%;
        margin: 0;
        cursor: pointer;
        background: transparent;
        font-family: 'robotomedium';
        font-size: 18px;
        color: #fff;
        padding: 16px 0;
        border-bottom: 5px solid #005180;
    }
    /* .header-tab-btn.btn-gopaperless.btn-active {
        display: block;
        float: left;
        width: 25%;
        margin: 0;
        background: transparent;
        font-family: 'robotomedium';
        font-size: 23px;
        color: #00A2FF;
        padding: 20px 40px;
        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-gopaperless {
        display: block;
        float: left;
        width: 25%;
        margin: 0;
        cursor: pointer;
        background: transparent;
        font-family: 'robotomedium';
        font-size: 23px;
        color: #fff;
        padding: 20px 40px;
        border-bottom: 5px solid #005180;
    } */
    .save-time-svg-container {
        width: 240px;
        margin: 0 auto;
    }
    .save-cost-svg-container {
        width: 220px;
        margin: 0 auto;
    }
    .go-paperless-svg-container {
        width: 215px;
        margin: 0 auto;
    }
    .keepitsecure-svg-container {
        width: 275px;
        margin: 0 auto;
    }
    .industryleading-svg-container {
        width: 225px;
        margin: 0 auto;
    }
    
    /* Section - FAQ 1024
    * --------------------------------------- */

    #section_services_faq {
        height: auto !important;
    }
    #section_services_faq .fp-tableCell {
        height: auto !important;
    }
    #section_services_faq .container {
        margin-top: 160px;
        margin-bottom: 100px;
    }
    
    /* Section - Contact Us 1024
    * --------------------------------------- */
    
    #section_services_sme_contact .inner-content .left-col {
        display: block;
        width: 100%;
        position: relative;
    }
    #section_services_sme_contact .inner-content .right-col {
        display: block;
        width: 100%;
        position: relative;
        margin-left: 0;
        text-align: right;
    }
    
    
    /* Section - Contact 1024
    * --------------------------------------- */
    
    #section_contact {
        height: auto !important;
    }
    #section_contact .fp-tableCell {
        height: auto !important;
    }
    #section_contact .container {
        top: 0;
        margin: 160px auto 100px;
    }
    .footer-menu-sub-container {
        width: 500px;
    }
    .menu-dir-row-group.menu-dir-1 {
        width: 233px;
        display: inline-block;
    }
    .menu-dir-row-group.menu-dir-2 {
        width: 233px;
        display: inline-block;
        margin-left: 30px;
    }
    .sub-company-container {
        width: 210px;
        display: inline-block;
    }
    .swift-company-logo {
        width: 213px;
        margin-left: -26px;
    }
    .inka-company-logo {
        width: 190px;
        margin-left: -16px;
    }
    .contact-arrow-svg-container {
        position: absolute;
        width: 1100px;
        left: 50%;
        bottom: 50%;
        -webkit-transform: translate(-67%,68.5%);
        -moz-transform: translate(-67%,68.5%);
        -ms-transform: translate(-67%,68.5%);
        -o-transform: translate(-67%,68.5%);
        transform: translate(-67%,68.5%);
    }
    
     /*explore our Services 1024
    * --------------------------------------- */
    .slide-services-title{
        margin-left: 0px;
        }
        #section_services_sme_contact .inner-content .right-col .col-right-group{
            padding-left: 0px;
        }
        #section_services_sme_contact .inner-content .right-col .col-right-group{
            text-align : center;
        }
        #section_services_sme_contact .inner-content .right-col{
            margin-top: 50px;
        }
        .col-left-group{
            padding:30px;
            text-align: center;
            justify-content: space-evenly;
        }
        .cta-readmore {
            margin: 0 auto;
        }
        .line{
            display: none;
        }
        .wordwrapper{
            display: none;
        }
        .word{
            display: none;
        }
        .hori-line{
            display: block;
            color: rgb(255, 255, 255);
            padding: 3px; 
            text-align: center; 
            font-size: 20px;
            font-weight: 300;
            font-family: 'robotolight';
            position: relative;
            display: inline-block;
            width: 100%;
        }
        .hori-line:before{
            content: "";
            border: 1px solid rgb(255, 255, 255);
            position: absolute;
            width: 45%;
            top: 20px;
            left: -8px;
        }
        .hori-line:after {
            content: "";
            border: 1px solid rgb(255, 255, 255);
            width: 45%;
            position: absolute;
            top: 20px;
            right: -8px;
        }   
    
}


/* Section - Width 900
* --------------------------------------- */
@media (max-width: 900px){ 
    
    
    /* Menu 900
    * --------------------------------------- */
    
    .burger-container {
        width: 100% !important;
        position: fixed;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 45px;
        z-index: 101;
    }
    #main-nav-wrap #menu {
        position: fixed;
        top: 0;
        right: auto;
        left: 0;
        width: 100%;
        z-index: 70;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        margin: 0;
        padding-left: 0;
        padding-top: 180px;
        background: #1E2A45;
        height: 100vh;
        display: none;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    a.menu-toggle {
        display: block;
        width: 35px;
        height: 40px;
        position: absolute;
        right: 50px;
    }
    .menu-logo {
        width: 100%;
        position: absolute;
        left: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(0);
        top: 50px;
        z-index: 73;
        padding: 0 50px;
    }
    .menu-wrapper {
        width: 100%;
        margin: 0 auto;
        padding: 0 50px;
    }
    #menu li {
        display: block;
        margin: 0;
        padding: 12px 0;
        text-align: left;
        width: 100%;
        float: none;
    }
    #menu li.menu-our-work {
        margin-top: 0;
    }
    #menu li.menu-services a.main-link {
        padding-bottom: 0;
        border-bottom: 0;
    }
    #menu li.menu-services.is-active a.main-link {
        padding-bottom: 7px;
        border-bottom: 1px solid #fff;
    }
    #menu li .submenu-list-services {
        display: none;
        width: 240px;
        margin: 0 auto;
    }
    #menu li.menu-our-work a.main-link {
        padding-bottom: 0;
        border-bottom: 0;
    }
    
    #menu li.menu-our-work.is-active a.main-link {
        padding-bottom: 7px;
        border-bottom: 1px solid #fff;
    }
    #menu li .submenu-list-work {
        display: none; 
        width: 240px;
        margin: 0 auto;
    }
    #menu li a.main-link {
        display: block;
        position: relative;
        width: 240px;
        margin: auto;
    }
    #menu li .submenu-list-services li {
        margin: 12px 0;
        padding: 0;
    }
    #menu li .submenu-list-work li {
        margin: 12px 0;
        padding: 0;
    }
    .arrow-mobile {
        display: inline-block;
        vertical-align: middle;
        margin-left: 20px;
        position: absolute;
        margin-top: 30px;
    }
    .arrow-mobile:after {
        content: '';
        border: solid #fff;
        border-width: 0 5px 5px 0;
        display: inline-block;
        padding: 5px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        transform-origin: center center;
        position: absolute;
        margin: -8px 0 0;
    }
    .footer-social-media {
        width: 240px;
        position: relative;
        left: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        margin: 80px auto 0;
        bottom: auto;
        padding-bottom: 90px;
        z-index: 70;
        float: none;
        overflow: hidden;
    }
    #fp-nav.right {
        display: none !important;
    }
    
    
    /* Section 900
    * --------------------------------------- */
    
    .container {
        width: 100% !important;
        padding: 0 50px !important;
        position: relative;
        margin: auto;
    }
    .section-title-container {
        width: 100%;
        position: absolute;
        left: 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(0);
        top: 50px;
        padding: 0 50px;
    }
    .section-title:after {
        content: '';
        background: #DDA83F;
        width: 150px;
        height: 5px;
        position: absolute;
        left: 50px;
        bottom: -15px;
    }
    .logo-container {
        width: 100% !important;
        padding: 0 50px !important;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 50px;
    }
    .inspirenow-logo {
        width: 200px;
    }
    
    
    /* Section - Services Top 900
    * --------------------------------------- */
    
     #section_services_sme .container {
        top: 0;
        margin-top: 130px;
        margin-bottom: 0;
    }
    #section_services_sme .inner-content {
        width: 100%;
    }
    .aboutus-artwork {
        position: relative;
        width: 85%;
        right: -5px;
        bottom: -130px;
        margin-left: auto;
        margin-right: 0;
        margin-top: -225px;
    }
    
    /* 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: 36%;
        margin: 0 auto 30px;
    }
    .go-paperless-svg-container {
        width: 37%;
        margin: 0 auto 30px;
    }
    .keepitsecure-svg-container {
        width: 45%;
        margin: 0 auto 30px;
    }
    .industryleading-svg-container {
        width: 36%;
        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 Us 900
    * --------------------------------------- */
    #section_services_sme_contact .container {
        margin: 100px auto;
    }
    #section_services_sme_contact .inner-content .left-col {
        display: block;
        width: 100%;
        position: relative;
        text-align: center;
    }
    #section_services_sme_contact .inner-content .right-col {
        display: block;
        width: 100%;
        position: relative;
        margin-left: 0;
        text-align: center;
        margin-top: 50px;
    }
    
    
    
    
    /* Section - Contact 900
    * --------------------------------------- */
    
    #section_contact {
        height: 100vh !important;
        min-height: auto !important;
    }
    #section_contact .fp-tableCell {
        height: 100vh !important;
        min-height: auto !important;
    }
    #section_contact .container {
        top: 0;
        margin-top: 160px;
    }
    .contact-wrapper {
        width: 100%;
        display: block;
        justify-content: space-between;
    }
    .footer-menu-sub-container {
        width: 100%;
        margin-top: 30px;
    }
    .menu-dir-row-group.menu-dir-1 {
        width: 233px;
        display: inline-block;
        margin-right: 30px;
    }
    .menu-dir-row-group.menu-dir-2 {
        width: 233px;
        display: inline-block;
        margin-left: 0;
    }
    .sub-company-container {
        width: 210px;
        display: inline-block;
        margin-right: 55px;
        margin-bottom: 30px;
    }
    .sub-company-container:last-child {
        margin-left: 0;
        margin-right: 0;
    }
    .contact-social-media {
        position: relative;
        left: 0;
        bottom: 0;
        float: none;
        overflow: hidden;
        margin-top: 30px;
        margin-bottom: 60px;
    }
    .contact-arrow-svg-container {
        display: none;
    }
    .copyright {
        bottom: 24px;
        padding: 0 30px;
        font-size: 14px;
    }
    .contact-social-media-new {
        position: relative;
        margin: 30px auto 0;
        float: none;
        overflow: hidden;
        width: 120px;
    }
    
    
}


/* 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 576
* --------------------------------------- */
@media (max-width: 576px){ 
    .left-col-child{
        width: 183px;
        margin: 21px 0px;
    }
    .col-left-group{
        padding: 30px 0px;
    }
}


/* Section - Width 480
* --------------------------------------- */
@media (max-width: 480px){ 
    
    
    
    /* Menu 480
    * --------------------------------------- */
    
    .burger-container {
        width: 100% !important;
        padding: 0 30px !important;
        position: fixed;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 40px;
        z-index: 101;
    }
    .menu-logo {
        width: 100%;
        position: absolute;
        left: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(0);
        top: 40px;
        z-index: 73;
        padding: 0 30px;
    }
    #menu li {
        display: block;
        margin: 0;
        padding: 7px 0;
        text-align: left;
        width: 100%;
        float: none;
    }
    #menu li a {
        text-decoration: none;
        font-family: 'avenirheavy';
        font-size: 38px;
        color: #fff;
    }
    #main-nav-wrap #menu {
        position: fixed;
        top: 0;
        right: auto;
        left: 0;
        width: 100%;
        z-index: 70;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        margin: 0;
        padding-left: 0;
        padding-top: 150px;
        background: #1E2A45;
        height: 100vh;
        display: none;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    a.menu-toggle {
        display: block;
        width: 35px;
        height: 40px;
        position: absolute;
        right: 30px;
    }
    a.menu-toggle span {
        display: block;
        width: 30px;
        height: 4px;
        position: absolute;
        top: 50%;
        bottom: auto;
        left: auto;
        -moz-transition: background 0.2s ease-in-out;
        -o-transition: background 0.2s ease-in-out;
        -webkit-transition: background 0.2s ease-in-out;
        -ms-transition: background 0.2s ease-in-out;
        transition: background 0.2s ease-in-out;
        font: 0/0 a;
        text-shadow: none;
        color: transparent;
    }
    .arrow-mobile {
        display: inline-block;
        vertical-align: middle;
        margin-left: 20px;
        position: absolute;
        margin-top: 26px;
    }
    .footer-social-media {
        width: 240px;
        position: relative;
        left: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        margin: 50px auto 0;
        bottom: auto;
        padding-bottom: 90px;
        z-index: 70;
        float: none;
        overflow: hidden;
    }
    
    
    /* Section 480
    * --------------------------------------- */
    
    .container {
        width: 100% !important;
        padding: 0 30px !important;
        position: relative;
        margin: auto;
    }
    .main-title {
        font-family: 'avenirheavy';
        font-size: 42px;
        font-weight: normal;
    }
    .content-desc-light {
        font-family: 'robotolight';
        font-size: 18px;
        line-height: 26px;
        font-weight: normal;
    }
    .content-desc-light h1 {
        font-family: 'robotolight';
        font-size: 18px;
        line-height: 26px;
        font-weight: normal;
        display: inline;
    }
    
    .section-title {
        font-family: 'robotomedium';
        font-size: 18px;
        font-weight: normal;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .section-title:after {
        content: '';
        background: #DDA83F;
        width: 130px;
        height: 5px;
        position: absolute;
        left: 30px;
        bottom: -15px;
    }
    .section-title-container {
        width: 100%;
        padding: 0 30px;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
    }
    
    
    /* Section - Services Top 480
    * --------------------------------------- */
    
    .logo-container {
        width: 100% !important;
        padding: 0 30px !important;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 40px;
        z-index: 3;
    }
    .inspirenow-logo {
        width: 180px;
        margin-top: 0;
    }
    .aboutus-artwork {
        position: relative;
        width: 100%;
        padding: 0;
        right: -10px;
        bottom: -100px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -130px;
    }
    .h1mktsys {
        font-family: 'robotomedium';
        font-size: 18px;
        line-height: 26px;
        font-weight: normal;
        display: inline;
    }
    
    /* Section - Values 480
    * --------------------------------------- */
    
    .content-swiper {
        width: 100%;
        float: none;
        overflow: hidden;
        margin-top: 0;
    }
    #section_services_sme_why .container {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .slide-services-desc {
        font-family: 'robotolight';
        font-size: 18px;
        line-height: 26px;
    }
    .slide-services-desc h2 {
        font-family: 'robotolight';
        font-size: 18px;
        line-height: 26px;
        display: inline;
        font-weight: normal;
    }
    .slide-services-desc h3 {
        font-family: 'robotolight';
        font-size: 18px;
        line-height: 26px;
        display: inline;
        font-weight: normal;
    }
    .save-time-svg-container {
        width: 64%;
        margin: 0 auto 20px;
    }
    .save-cost-svg-container {
        width: 61%;
        margin: 0 auto 20px;
    }
    .go-paperless-svg-container {
        width: 62%;
        margin: 0 auto 20px;
    }
    .keepitsecure-svg-container {
        width: 72%;
        margin: 0 auto 20px;
    }
    .industryleading-svg-container {
        width: 60%;
        margin: 0 auto 20px;
    }
    .h2mktsys {
        font-family: 'robotolight';
        font-size: 18px;
        line-height: 26px;
        font-weight: normal;
        display: inline;
    }

    /* Section - FAQ 480
    * --------------------------------------- */
    #section_services_faq .faq-accordion-title {
        padding-right: 50px;
    }
    #section_services_faq .faq-accordion-desc {
        padding-right: 50px;
    }
    #section_services_faq .faq-accordion-desc {
        font-size: 18px;
        line-height: 26px;
    }
    #section_services_faq .container {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    #section_services_faq ul.faq-list {
        margin: 60px 0 0;
    }
    
    /* Section - Contact Us 480
    * --------------------------------------- */
    
    #section_services_sme_contact .inner-content {
        background-color: rgba(30, 42, 69,0.9);
        padding: 40px 30px 30px;
        position: relative;
    }
    .contact-desc-heavy {
        font-family: 'avenirheavy';
        font-size: 20px;
    }
    .contact-us-link {
        background-color: #DDA83F;
        width: 100%;
        padding: 10.5px 10px;
        font-family: 'avenirheavy';
        font-size: 20px;
        text-decoration: none;
        margin-left: auto;
        display: inline-block;
        box-shadow: 0 0 0 0 rgba(221, 168, 63, 0.7);
        -webkit-animation: pulse 2s infinite;
        -moz-animation: pulse 2s infinite;
        -ms-animation: pulse 2s infinite;
        animation: pulse 2s infinite;
    }
    .contact-desc-heavy.last_ln {
        margin-top: 20px;
    }
    #section_services_sme_contact .inner-content .right-col {
        display: block;
        width: 100%;
        position: relative;
        margin-left: 0;
        text-align: center;
        margin-top: 30px;
    }
    #section_services_sme_contact .container {
        margin: 100px auto;
    }
    
    
    /* Section - Contact 480
    * --------------------------------------- */
    
    #section_contact .container {
        display: block;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 50px;
    }
    .contact-wrapper {
        width: 100%;
        display: block;
    }
    .footer-menu-sub-container {
        width: 100%;
        margin-top: 20px;
    }   
    .menu-dir-row-group.menu-dir-1 {
        width: 100%;
        display: block;
    }
    .menu-dir-row-group.menu-dir-2 {
        width: 100%;
        display: block;
        margin-left: 0;
    }
    .menu-dir-container {
        padding-bottom: 20px;
        margin-bottom: 30px;
        border-bottom: 1px solid #939598;
    }
    .sub-company-container {
        width: 100%;
        display: block;
    }
    .sub-company-container:last-child {
        margin-left: 0;
        margin-top: 30px;
    }
    .sub-company-group {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .left-col-child{
        font-size: 20px;
     }
     .col-left-group {
        padding: 0px 0px;
    }
    .cta-desc{        
        font-size: 18px;
        margin-bottom: 12px;
    }
    .cta-readmore{
        font-size: 14px;
        max-width: 67px;
     }
     .hori-line{
        font-size:16px;
     }
     .hori-line:before{
        top: 13px;
        width: 40%;
        left: 0;
     }
     .hori-line:after{
        top: 13px;
        width: 40%;
        right: 0;
     }

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












/* Progress Bar
* --------------------------------------- */
.inspirenow-logo-progress {
    width: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.preloader-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0; 
    bottom: 0;
    background: #1E2A45;
    z-index : 1000; 
}
.percentage {
    z-index: 100;
    border: 1px solid #DDA83F;
    text-align:center;
    color: #fff;
    line-height: 30px;
    font-size : 15px;
}
.loader,
.percentage{
    height: 5px;
    max-width: 100%; 
    font-weight: 300;
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0;
    margin : auto; 
}
.loader:after,
.percentage:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.trackbar {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    opacity: 0.99;
}
.loadbar {
    width: 0%;
    height: 100%;
    background: #DDA83F;
    position: absolute;
    top: 0;
    left: 0;
    animation: flicker 5s infinite;
    overflow: hidden;
}
@keyframes animation {
    10% {
        opacity: 0.9;
    }
    30% {
        opacity: 0.86;
    }
    60% {
        opacity: 0.8;
    }
    80% {
        opacity: 0.75;
    }
}

























