@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)*/
}

body.slider-opened .mwa-ribbon,
body.slider-opened #fp-nav {
    display: none !important;
}

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
}

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
* --------------------------------------- */
h1{
    font-size: 5em;
    font-family: arial,helvetica;
    color: #fff;
    margin:0;
}
#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;
}

h1.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-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: 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,
.menu-logo {
    width: 1400px;
    left: 50%;
    top: 60px
}

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


#main-nav-wrap {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
    -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: 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 - About Us Top 
* --------------------------------------- */
#section_aboutus_welcome {
    background: #1E2A45;
    width: 100%;
    overflow: hidden;
}
.logo-container {
    width: 1400px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 60px;
    z-index: 1;
}
.inspirenow-logo {
    width: 250px;
}
.inspirenow-logo a {
    display: block;
}
.aboutus-title {
    font-family: 'robotomedium';
    font-size: 36px;
    margin-top: 0;
    font-weight: normal;
}
.desc-medium {
    font-family: 'robotoregular';
    font-size: 36px;
}
.desc-medium.aboutus-desc.aboutus-desc-last {  
    margin-top: 50px;
}

.aboutus-top-arrow-1-container {
    position: absolute;
    width: 420px;
    right: 0;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(230%,-140%);
    -moz-transform: translate(230%,-140%);
    -ms-transform: translate(230%,-140%);
    -o-transform: translate(230%,-140%);
    transform: translate(230%,-140%);
}
.aboutus-top-arrow-2-container {
    position: absolute;
    width: 680px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-160%,140%);
    -moz-transform: translate(-160%,140%);
    -ms-transform: translate(-160%,140%);
    -o-transform: translate(-160%,140%);
    transform: translate(-160%,140%);
}
.h1aboutus {
    font-family: 'robotoregular';
    font-size: 36px;
    font-weight: normal;
    display: inline;
}



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

#section_about_us_how {
    background: #e7e7e7;
    width: 100%;
    overflow: hidden;
}
#section_about_us_how .fp-tableCell{
    display: block !important;
}
#section_about_us_how .container {
    top: 180px;
}
#section_about_us_how .inner-content {
    margin-top: 40px;
}
#section_about_us_how .inner-content .left-col {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
}
#section_about_us_how .inner-content .right-col {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
    margin-left: -4px;
    padding-left: 100px;
    margin-top: -55px;
}
.aboutus-ipad-img {
    width: 114%;
    margin-left: -15%;
}
.how-title {
    font-family: 'robotobold';
    font-size: 44px;
    line-height: 1;
    font-weight: normal;
    margin: 0 0 5px;
}
.how-icon {
    width: 80px;
    margin-bottom: 15px;
}
.team-icon {
    width: 80px;
    margin-bottom: 15px;
}
.how-container {
    
}
.team-container {
    margin-top: 36px;
}


.aboutus-how-arrow-1-container {
    position: absolute;
    width: 650px;
    left: 50%;
    top: 100px;
    
    -webkit-transform: translateX(-148%);
    -moz-transform: translateX(-148%);
    -ms-transform: translateX(-148%);
    -o-transform: translateX(-148%);
    transform: translateX(-148%);
}
.aboutus-how-arrow-2-container {
    position: absolute;
    width: 600px;
    top: 820px;
    left: 50%;
    
    -webkit-transform: translate(-30%);
    -moz-transform: translate(-30%);
    -ms-transform: translate(-30%);
    -o-transform: translate(-30%);
    transform: translate(-30%);
}

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


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

#section_aboutus_welcome_why {
    background: #1E2A45;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}
#section_aboutus_welcome_why .container {
    margin-top: 60px;
}
.header-tab {
    float: none;
    overflow: hidden;
    position: relative;
    display: flex;
}
.header-tab-btn {
    display: block;
    width: 25%;
    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: 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;
}
.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: 330px;
    margin: 0 auto;
}
.save-cost-svg-container {
    width: 320px;
    margin: 0 auto;
}
.go-paperless-svg-container {
    width: 390px;
    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;
}



/* Section - Our Clientele
* --------------------------------------- */

.client-logo-container {
    width: 100%;
    margin: 60px auto 0;
    text-align: center;
}
.client-logo {
    height: 130px;
    display: inline-block;
}

.client-logo img {
    width: auto;
    height: 100%;
    display: inline-block;
    margin: 50px 60px;
}






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

#section_aboutus_contact {
    background: #fff;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}
.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_aboutus_contact .inner-content {
    background-color: rgba(30, 42, 69,0.9);
    padding: 48px;
    position: relative;
}
#section_aboutus_contact .inner-content .left-col {
    display: inline-block;
    width: 60%;
    position: relative;
    vertical-align: top;
}
#section_aboutus_contact .inner-content .right-col {
    display: inline-block;
    width: 40%;
    position: relative;
    margin-left: -4px;
    text-align: right;
    vertical-align: bottom;
}

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

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

.word {
    position: absolute;
    color: rgb(255, 255, 255);
    right: 0;
    padding: 3px;
    background-color: rgba(30, 42, 69);
    text-align: right;
    transform: translateX(18px);
    width: 40px;
    text-align: center;
    border-radius: 35px;
    font-size: 23px;
    font-weight: 300;
    font-family: 'robotolight';
}
.cta-desc{
    font-family: 'robotobold';
    font-size: 25px;
    font-weight: bold;
    color: #dda83f;
    margin-bottom: 24px;
}
.cta-readmore{
    font-family:'robotobold';
    font-size: 20px;
    font-weight: bold;
    color: #00a2ff;
    text-decoration: none;
    max-width: 97px;
    display: block;
}
#section_aboutus_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;
}

/* new contactcard */

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

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




/* 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;
    font-size: 16px;
}











/* Section - Height 750
* --------------------------------------- */
@media (max-height: 750px){
    .desc-medium.aboutus-desc.aboutus-desc-last {
        display: flex;
        flex-direction: row;
        gap: 18px;
    }
    
    /* 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){ 
    
    .header-tab-btn.btn-active {
        display: block;
        width: 25%;
        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: 25%;
        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;
    } */
    /* 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 - About Us Top 1450
    * --------------------------------------- */
    
    #section_aboutus_welcome .aboutus-title {
        font-family: 'robotomedium';
        font-size: 30px;
        margin-top: 0;
        font-weight: normal;
    }
    .desc-medium {
        font-family: 'robotoregular';
        font-size: 30px;
    }
    .h1aboutus {
        font-family: 'robotoregular';
        font-size: 30px;
        font-weight: normal;
        display: inline;
    }
    .aboutus-top-arrow-1-container {
        position: absolute;
        width: 320px;
        right: 0;
        top: 50%;
        right: 50%;
        -webkit-transform: translate(230%,-160%);
        -moz-transform: translate(230%,-160%);
        -ms-transform: translate(230%,-160%);
        -o-transform: translate(230%,-160%);
        transform: translate(230%,-160%);
    }
    .aboutus-top-arrow-2-container {
        position: absolute;
        width: 550px;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-133%,157%);
        -moz-transform: translate(-133%,157%);
        -ms-transform: translate(-133%,157%);
        -o-transform: translate(-133%,157%);
        transform: translate(-133%,157%);
    }
    

    /* Section - How 1450
    * --------------------------------------- */
    
    .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_about_us_how .inner-content .left-col {
        width: 46%;
        display: inline-block;
        vertical-align: top;
    }
    .aboutus-ipad-img {
        width: 119%;
        margin-left: -19%;
    }
    #section_about_us_how .inner-content .right-col {
        width: 54%;
        display: inline-block;
        vertical-align: middle;
        margin-left: -4px;
        padding-left: 55px;
        margin-top: -90px;
    }
    .aboutus-how-arrow-1-container {
        position: absolute;
        width: 500px;
        left: 50%;
        top: 100px;
        -webkit-transform: translateX(-148%);
        -moz-transform: translateX(-148%);
        -ms-transform: translateX(-148%);
        -o-transform: translateX(-148%);
        transform: translateX(-148%);
    }
    .aboutus-how-arrow-2-container {
        position: absolute;
        width: 515px;
        top: 680px;
        left: 50%;
        -webkit-transform: translate(-30%);
        -moz-transform: translate(-30%);
        -ms-transform: translate(-30%);
        -o-transform: translate(-30%);
        transform: translate(-30%);
    }
    
    
    /* Section -  Values 1450
    * --------------------------------------- */
    
    .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;
    }
    .save-cost-svg-container {
        width: 295px;
        margin: 28px auto 0;
    }
    .go-paperless-svg-container {
        width: 324px;
        margin: 24px auto 0;
    }
    
    
    /* Section - Our Clientele 1450
    * --------------------------------------- */
    
    .client-logo img {
        width: auto;
        height: 100%;
        display: inline-block;
        margin: 40px 60px;
    }
    
    
    /* Section - Contact Us 1450
    * --------------------------------------- */
    
    #section_aboutus_contact .inner-content .left-col {
        display: inline-block;
        width: 56%;
        position: relative;
    }
    .contact-desc-heavy {
        font-family: 'avenirheavy';
        font-size: 28px;
    }
    #section_aboutus_contact .inner-content .right-col {
        display: inline-block;
        width: 44%;
        position: relative;
        margin-left: -4px;
        text-align: right;
    }
    .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 - 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;
    }
    h1.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 - About Us Top 1280
    * --------------------------------------- */
    
    .inspirenow-logo {
        width: 200px;
    }
    .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;
    }
    #section_aboutus_welcome .aboutus-title {
        font-family: 'robotomedium';
        font-size: 28px;
        margin-top: 0;
        font-weight: normal;
    }
    .desc-medium {
        font-family: 'robotoregular';
        font-size: 28px;
    }
    .h1aboutus {
        font-family: 'robotoregular';
        font-size: 28px;
        font-weight: normal;
        display: inline;
    }
    .aboutus-top-arrow-1-container {
        position: absolute;
        width: 280px;
        right: 0;
        top: 50%;
        right: 50%;
        -webkit-transform: translate(230%,-160%);
        -moz-transform: translate(230%,-160%);
        -ms-transform: translate(230%,-160%);
        -o-transform: translate(230%,-160%);
        transform: translate(230%,-160%);
    }
    .aboutus-top-arrow-2-container {
        position: absolute;
        width: 480px;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-133%,157%);
        -moz-transform: translate(-133%,157%);
        -ms-transform: translate(-133%,157%);
        -o-transform: translate(-133%,157%);
        transform: translate(-135%,166%);
    }
    

    /* Section - How 1280
    * --------------------------------------- */
    
    .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;
    }
    .aboutus-how-arrow-1-container {
        position: absolute;
        width: 440px;
        left: 50%;
        top: 100px;
        -webkit-transform: translateX(-148%);
        -moz-transform: translateX(-148%);
        -ms-transform: translateX(-148%);
        -o-transform: translateX(-148%);
        transform: translateX(-148%);
    }
    .how-icon {
        width: 65px;
        margin-bottom: 15px;
    }
    #section_about_us_how .inner-content .right-col {
        width: 54%;
        display: inline-block;
        vertical-align: middle;
        margin-left: -4px;
        padding-left: 55px;
        margin-top: -75px;
    }
    #section_about_us_how .how-title {
        font-family: 'robotobold';
        font-size: 40px;
        line-height: 1;
        font-weight: normal;
        margin: 0 0 5px;
    }
    .aboutus-how-arrow-2-container {
        position: absolute;
        width: 515px;
        top: 630px;
        left: 50%;
        -webkit-transform: translate(-30%);
        -moz-transform: translate(-30%);
        -ms-transform: translate(-30%);
        -o-transform: translate(-30%);
        transform: translate(-30%);
    }
    .h2aboutus {
        font-family: 'robotolight';
        font-size: 20px;
        line-height: 30px;
        font-weight: normal;
        display: inline;
    }
    
    /* Section -  Values 1280
    * --------------------------------------- */
    
    .header-tab-btn.btn-active {
        display: block;
        width: 25%;
        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: 25%;
        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;
    } */
    .slide-title-bold {
        font-family: 'robotobold';
        font-size: 28px;
    }
    .slide-services-desc {
        font-family: 'robotolight';
        font-size: 20px;
        line-height: 30px;
    }
    .save-time-svg-container {
        width: 265px;
        margin: 20px auto 0;
    }
    .save-cost-svg-container {
        width: 280px;
        margin: 28px auto 0;
    }
    .go-paperless-svg-container {
        width: 295px;
        margin: 24px auto 0;
    }
    
    
    
    /* Section - Our Clientele 1280
    * --------------------------------------- */
    
    .client-logo {
        height: 115px;
        display: inline-block;
    }
    
    
    
    /* Section - Contact Us 1280
    * --------------------------------------- */
    
    #section_aboutus_contact .inner-content .left-col {
        display: inline-block;
        width: 100%;
        position: relative;
    }
    #section_aboutus_contact .inner-content .right-col {
        display: inline-block;
        width: 100%;
        position: relative;
        margin-left: -4px;
        text-align: right;
    }
    
    
    /* 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%);
    }
    /*explore our Services 1280
    * --------------------------------------- */
    .slide-services-title{
        margin-left: 0px;
        }
        #section_aboutus_contact .inner-content .right-col .col-right-group{
            padding-left: 0px;
        }
        #section_aboutus_contact .inner-content .right-col .col-right-group{
            text-align : center;
        }
        #section_aboutus_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 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;
    }
    
    

    /* Section - About Us Top 1024
    * --------------------------------------- */
    #section_aboutus_welcome {
        min-height: 670px;
    }
    .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;
    }
    .aboutus-top-arrow-1-container {
        position: absolute;
        width: 245px;
        right: 0;
        top: 50%;
        right: 50%;
        -webkit-transform: translate(230%,-160%);
        -moz-transform: translate(230%,-160%);
        -ms-transform: translate(230%,-160%);
        -o-transform: translate(230%,-160%);
        transform: translate(230%,-170%);
    }
    .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 - How 1024
    * --------------------------------------- */
    
    #section_about_us_how {
        height: auto !important;
    }
    #section_about_us_how .fp-tableCell {
        height: auto !important;
    }
    #section_about_us_how .container {
        top: 0;
        padding-top: 160px;
        padding-bottom: 60px;
    }
    .aboutus-how-arrow-2-container {
        position: absolute;
        width: 515px;
        top: auto;
        left: 50%;
        -webkit-transform: translate(-30%);
        -moz-transform: translate(-30%);
        -ms-transform: translate(-30%);
        -o-transform: translate(-30%);
        transform: translate(-30%);
        bottom: -95px;
    }
    
    
    
    
    /* Section -  Values 1024
    * --------------------------------------- */
    
    #section_aboutus_welcome_why {
        height: auto !important;
    }
    #section_aboutus_welcome_why .fp-tableCell {
        height: auto !important;
    }
    #section_aboutus_welcome_why .container {
        margin-top: 160px;
        margin-bottom: 100px;
    }
    .save-time-svg-container {
        width: 235px;
        margin: 40px auto 0;
    }
    .save-cost-svg-container {
        width: 250px;
        margin: 32px auto 0;
    }
    .go-paperless-svg-container {
        width: 280px;
        margin: 28px auto 0;
    }

    
    
    
    /* Section - Our Clientele 1024
    * --------------------------------------- */
    
    #section_about_us_our_clientele {
        height: auto !important;
    }
    #section_about_us_our_clientele .fp-tableCell {
        height: auto !important;
    }
    #section_about_us_our_clientele .container {
        margin-top: 100px;
        margin-bottom: 40px;
    }
    
    
    /* Section - Contact Us 1024
    * --------------------------------------- */
    
    #section_aboutus_contact .inner-content .right-col {
        display: inline-block;
        width: 100%;
        position: relative;
        margin-left: -4px;
        text-align: right;
        margin-top: 40px;
    }
    
    
    /* 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%);
    }
    
    
}


/* Section - Width 900
* --------------------------------------- */
@media (max-width: 900px){ 
    .desc-medium.aboutus-desc.aboutus-desc-last {
        display: flex;
        flex-direction: column;
    }

    .desc-medium.aboutus-desc.aboutus-desc-last .mission-vision-item {
        width: 100%;
        height: auto;
    }
    

    .desc-medium.aboutus-desc.aboutus-desc-last .mission-vision-item p.mission {
        padding-right: 0;
    }
    
    /* 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 - About Us Top 900
    * --------------------------------------- */

    /*#section_aboutus_welcome {
        height: auto !important;
    }
   */
    #section_aboutus_welcome .container {
        width: 100%;
        margin: 160px auto 100px;
    }
    #section_aboutus_welcome .inner-content {
        width: 100%;
    }

    #section_aboutus_welcome .container.welcome .inner-content {
        flex-direction: column;
        gap: 18px;
    }

    #section_aboutus_welcome .container.welcome .inner-content > div {
        width: 100%;
    }

    .aboutus-top-arrow-1-container {
        position: absolute;
        width: 245px;
        right: 0;
        top: 41%;
        right: 50%;
        -webkit-transform: translate(170%,0);
        -moz-transform: translate(170%,0);
        -ms-transform: translate(170%,0);
        -o-transform: translate(170%,0);
        transform: translate(170%,0);
    }
    .aboutus-top-arrow-2-container {
        position: absolute;
        width: 390px;
        left: 50%;
        top: auto;
        bottom: 10px;
        -webkit-transform: translate(-95%,0);
        -moz-transform: translate(-95%,0);
        -ms-transform: translate(-95%,0);
        -o-transform: translate(-95%,0);
        transform: translate(-108%,0);
    }


    /* Section - How 900
    * --------------------------------------- */
    
    #section_about_us_how .container {
        margin-top: 160px;
        margin-bottom: 100px;
    }
    #section_about_us_how .how-title {
        font-family: 'robotobold';
        font-size: 36px;
        line-height: 1;
        font-weight: normal;
        margin: 0 0 5px;
    }
    #section_about_us_how .inner-content .left-col {
        width: 80%;
        display: block;
        vertical-align: top;
        margin: 0 auto;
    }
    .aboutus-ipad-img {
        width: 119%;
        margin-left: -16%;
    }
    #section_about_us_how .inner-content .right-col {
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        margin-left: 0;
        padding-left: 0;
        margin-top: 20px;
    }
    .aboutus-how-arrow-1-container {
        position: absolute;
        width: 440px;
        left: 50%;
        top: 100px;
        -webkit-transform: translateX(-110%);
        -moz-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
        -o-transform: translateX(-110%);
        transform: translateX(-110%);
    }
    .aboutus-how-arrow-2-container {
        position: absolute;
        width: 515px;
        top: auto;
        left: 50%;
        -webkit-transform: translate(-41%);
        -moz-transform: translate(-41%);
        -ms-transform: translate(-41%);
        -o-transform: translate(-41%);
        transform: translate(-41%);
        bottom: -85px;
    }
    
    
    /* 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: 40%;
        margin: 0 auto;
    }
    .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;
    }
    
    
    /* Section - Our Clientele 900
    * --------------------------------------- */
    
    .client-logo {
        height: 115px;
        display: block;
        margin: 30px 0;
    }
    .client-logo img {
        width: auto;
        height: 100%;
        display: block;
        margin: 0 auto;
    }
    .client-logo-container {
        width: 100%;
        margin: 60px auto;
        text-align: center;
    }
    
    
    /* Section - Contact Us 900
    * --------------------------------------- */
    
    #section_aboutus_contact .container {
        margin: 100px auto;
    }
    #section_aboutus_contact .inner-content .left-col {
        display: block;
        width: 100%;
        position: relative;
        text-align: center;
    }
    #section_aboutus_contact .inner-content .right-col {
        display: block;
        width: 100%;
        position: relative;
        margin-left: 0;
        text-align: center;
        margin-top: 50px;
    }
    
    .video-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        display: block;
    }
    .video-container {
        position: relative;
        width: 100%;
        height: 100%;
    }
    
    /* 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 - About Us Top 768
    * --------------------------------------- */
    
    
    

    /* Section - How 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;
    }
    
    h1.main-title {
        font-family: 'avenirheavy';
        font-size: 42px;
        font-weight: normal;
    }
    .content-desc-light {
        font-family: 'robotolight';
        font-size: 18px;
        line-height: 26px;
        font-weight: normal;
    }
    
    .section-title {
        font-family: 'robotomedium';
        font-size: 18px;
        font-weight: normal;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .section-title:after {
        content: '';
        background: #DDA83F;
        width: 130px;
        height: 5px;
        position: absolute;
        left: 30px;
        bottom: -15px;
    }
    .section-title-container {
        width: 100%;
        padding: 0 30px;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
    }
    

    /* Section - About Us 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;
    }
    #section_aboutus_welcome {
        height: auto !important;
    }
    #section_aboutus_welcome .fp-tableCell {
        height: auto !important;
    }
    #section_aboutus_welcome .aboutus-title {
        font-family: 'robotomedium';
        font-size: 26px;
        margin-top: 0;
        font-weight: normal;
    }
    .desc-medium {
        font-family: 'robotoregular';
        font-size: 26px;
    }
    .h1aboutus {
        font-family: 'robotoregular';
        font-size: 26px;
        font-weight: normal;
        display: inline;
    }
    #section_about_us_how .container {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .aboutus-top-arrow-1-container {
        position: absolute;
        width: 230px;
        right: 0;
        top: 35%;
        right: 50%;
        -webkit-transform: translate(170%,0);
        -moz-transform: translate(170%,0);
        -ms-transform: translate(170%,0);
        -o-transform: translate(170%,0);
        transform: translate(108%,0);
    }
    .aboutus-top-arrow-2-container {
        position: absolute;
        width: 250px;
        left: 50%;
        top: auto;
        bottom: 33px;
        -webkit-transform: translate(-82%,0);
        -moz-transform: translate(-82%,0);
        -ms-transform: translate(-82%,0);
        -o-transform: translate(-82%,0);
        transform: translate(-82%,0);
    }
    

    /* Section - How 480
    * --------------------------------------- */
    
    .aboutus-how-arrow-2-container {
        position: absolute;
        width: 515px;
        top: auto;
        left: 50%;
        -webkit-transform: translate(-30%);
        -moz-transform: translate(-30%);
        -ms-transform: translate(-30%);
        -o-transform: translate(-30%);
        transform: translate(-78%);
        bottom: -115px;
    }
    .h2aboutus {
        font-family: 'robotolight';
        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_aboutus_welcome_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: 55%;
        margin: 0 auto;
    }
    .save-cost-svg-container {
        width: 68%;
        margin: 0 auto;
    }
    .go-paperless-svg-container {
        width: 70%;
        margin: 0 auto;
    }
    
    
    /* Section - Our Clientele 480
    * --------------------------------------- */
    
    .client-logo {
        height: 100px;
        display: block;
        margin: 20px 0;
    }
    .client-logo-container {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    #section_about_us_our_clientele .container {
        margin-top: 40px;
        margin-bottom: 60px;
    }
    
    
    
    /* Section - Contact Us 480
    * --------------------------------------- */
    
    #section_aboutus_contact .container {
        margin: 100px auto;
    }
    .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;
    }
    #section_aboutus_contact .inner-content {
        background-color: rgba(30, 42, 69,0.9);
        padding: 40px;
        position: relative;
    }
    #section_aboutus_contact .inner-content .right-col {
        display: block;
        width: 100%;
        position: relative;
        margin-left: 0;
        text-align: center;
        margin-top: 30px;
    }
    .contact-desc-heavy.last_ln {
        margin-top: 20px;
    }
    .video-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        display: block;
    }
    .video-container {
        position: relative;
        width: 100%;
        height: 100%;
    }
    /* 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;
    }
    /* added later */
    .left-col-child{
        font-size: 20px;
     }
     .col-left-group {
        padding: 0px 0px;
    }
    .cta-desc{        
        font-size: 18px;
        margin-bottom: 12px;
    }
    .cta-readmore{
        font-size: 14px;
        max-width: 67px;
     }
     .hori-line{
        font-size:16px;
     }
     .hori-line:before{
        top: 13px;
        width: 40%;
        left: 0;
     }
     .hori-line:after{
        top: 13px;
        width: 40%;
        right: 0;
     }

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










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


.slide-container {
    position: relative;
    z-index: 2000;
    width: auto;
    height: auto;
}

.slide-over {
    position: relative;
    z-index: 99;
}

.slide-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.slide-content {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.slide-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.slide-panel {
    /* fixed inset-y-0 right-0 flex max-w-full pl-10 */
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    max-width: 100%;
    padding-left: 1.25rem; /* equivalent to Tailwind pl-10 */
}

@media screen and (min-width: 640px) {
    .slide-content-inner {
        width: 100%;
        max-width: 100%;
     }
  }
  

.slide-content-inner {
   width: 100vw;
   max-width: 538px;
}

.slide-header {
    display: flex;
    justify-content: space-between;
    padding: 1rem; /* equivalent to Tailwind px-4 and sm:px-5 */
}

.slide-title {
    font-size: 1rem; /* equivalent to Tailwind text-base */
    font-weight: 600; /* equivalent to Tailwind font-semibold */
    color: #111827; /* equivalent to Tailwind text-gray-900 */
}

.close-button {
    position: absolute;
    right: 48px;
    align-items: center;
    justify-content: center;
}

.slide-body {
    display: flex;
    position: relative;
    flex-direction: column;
    height: 100%;
    padding: 48px;
    overflow-y: hidden;
    background: #1E2A45;
    border-left-width: 1px;
    border-color: rgba(64, 64, 64, 0.7);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.slide-content-placeholder {
    position: absolute;
    inset: 0;
    padding: 1rem; /* equivalent to Tailwind px-4 and sm:px-5 */
    border: 1px dashed #e5e7eb; /* equivalent to Tailwind border-dashed and border-neutral-300 */
    border-radius: 0.375rem; /* equivalent to Tailwind rounded-md */
}

/* Transition Classes */
.enter-from-right {
    transform: translateX(100%);
}

.enter-to-right {
    transform: translateX(0);
}

.leave-to-right {
    transform: translateX(100%);
}

.enter {
    transition: transform ease-in-out 500ms, opacity 500ms;
}

.leave {
    transition: transform ease-in-out 500ms, opacity 500ms;
}

.container.welcome .inner-content {
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: center;
}

.container.welcome .inner-content > div {
    width: 50%;
}

.mission-vision-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px
}

.mission-vision-item {
    width: 100%;
    display: flex;
    gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    /* justify-content: space-between; */
}

.mission-vision-item p {
    font-family: 'robotolight';
    font-size: 21px;
    max-width: 500px;
}

.mission-vision-item p.mission {
    font-family: 'robotolight';
    font-size: 21px;
    padding-right: 100px;
}

.content-para {
    display: flex;
    flex-direction: column;
    gap:16px;
}

.desc-medium.aboutus-desc {
    font-size: 22px;
}

.client-logo-pnb {
    top: -35px;
    position: relative;
}

@media (max-width: 900) {
    .client-logo-pnb {
        top: 0;
    }
}















