@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('../fonts/BarlowCondensed-Bold.ttf');
}

@font-face {
    font-family: 'Hind';
    src: url('../fonts/Hind-Regular.ttf');
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    list-style: none;
}

body {
    color: #00000a;
    line-height: 1.3;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Barlow Condensed', sans-serif;
}

p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Hind', sans-serif;
    color: #909090;
    line-height: 1.9;
    margin: 0;
}

img {
    height: auto;
}

span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.section-padding {
    padding: 120px 0;
}

.section-head {
    margin-bottom: 80px;
}

.section-head h6 {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    word-spacing: 1px;
    display: inline-block;
    padding: 0 15px;
    position: relative;
}

.section-head h6:before,
.section-head h6:after {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #b3c44e;
    position: absolute;
    bottom: 3px;
}

.section-head h6:before {
    left: -50px;
}

.section-head h6:after {
    right: -50px;
}

.section-head h4 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: .7;
    position: relative;
    margin-bottom: 15px;
}

.bg-gray {
    background: #f7f7f7;
}

.bg-gray .owl-theme .owl-dots .owl-dot span {
    background: #777;
}

.o-hidden {
    overflow: hidden;
}

.position-re {
    position: relative;
}

.full-width {
    width: 100% !important;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-fixed {
    background-attachment: fixed;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.cd-headline {
    font-size: 3rem;
    line-height: 1.2;
}

@media only screen and (min-width: 768px) {
    .cd-headline {
        font-size: 4.4rem;
        font-weight: 300;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-headline {
        font-size: 6rem;
    }
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}

.cd-words-wrapper b.is-visible {
    position: relative;
}

.no-js .cd-words-wrapper b {
    opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}


/* xclip */

.cd-headline.clip span {
    display: inline-block;
    padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
    /* line */
    content: '';
    position: absolute;
    top: 10%;
    right: 0;
    width: 2px;
    height: 70%;
    background-color: #aebcb9;
}

.cd-headline.clip b {
    opacity: 0;
}

.cd-headline b.is-visible {
    opacity: 1;
    font-weight: 900;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 15px;
    line-height: .7;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 7px;
    border-radius: 50%;
    background: #ddd;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #b3c44e;
}


/* ----------------------------------------------------------- */
.butn {
    padding: 17px 30px;
    border: 1px solid #eee;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    margin: 30px 2px 0;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.butn:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.butn:hover {
    border-color: #fff;
}

.butn:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.butn:hover span {
    color: #b3c44e;
}

.butn span {
    position: relative;
    z-index: 2;
}

.butn-bg {
    background: #b3c44e;
    border-color: #b3c44e;
    color: #fff;
}

.butn-bord:after {
    background: #b3c44e;
}

.butn-bord:hover {
    border-color: #b3c44e;
}

.butn-bord:hover span {
    color: #fff;
}

.butn.round {
    border-radius: 30px;
}

.butn.round:after {
    border-radius: 30px;
}


/* ----------------------------------------------------------- */
.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 9;
    min-height: 80px;
}

.navbar .icon-bar {
    color: #fff;
}

.navbar .navbar-nav .nav-link {
    font-size: 13px;
    font-weight: 600;
    color: #eee;
    letter-spacing: .5px;
    margin: 15px 5px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.navbar .navbar-nav .active {
    color: #b3c44e !important;
}

.nav-scroll {
    background: #fff;
    border-bottom: 1px solid rgba(12, 12, 12, 0.04);
    padding: 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.nav-scroll .icon-bar {
    color: #222;
}

.nav-scroll .navbar-nav .nav-link {
    color: #222;
}

.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #111;
}

.logo {
    padding: 15px 0;
    width: 256px;
}


/* ----------------------------------------------------------- */
.header {
    min-height: 100vh;
    overflow: hidden;
}

.headerPrivacy {
    min-height: 50vh;
    overflow: hidden;
    background: #fafafa
}

.logo img {
    width: 100%
}

.header .caption .o-hidden {
    display: inline-block;
}

.header .caption h4 {
    font-weight: 600;
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 0px;
    background: #fff;
    color: #b3c44e;
    padding: 0px 5px 3px;
    display: inline;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.header .caption h1 {
    margin: 10px 0;
    font-size: 64px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.header .caption h1 b {
    font-weight: inherit;
}

.header .caption h2 {
    font-size: 55px;
    font-weight: 600;
}

.header .caption h6 {
    font-size: 22px;
    font-weight: normal;
    position: relative;
    top: 200px;
}

.header .caption p {
    font-size: 15px;
    font-weight: 300;
    color: #eee;
    letter-spacing: 1px;
    word-spacing: 2px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.header .arrow {
    position: absolute;
    bottom: 5vh;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    z-index: 8;
}

.header .arrow i {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.header .arrow i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.header .arrow i:hover:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.slider .arrow,
.slider-fade .arrow {
    display: none !important;
}

.slider .owl-item,
.slider-fade .owl-item {
    height: 100vh;
    position: relative;
}

.slider .item,
.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
}

.slider .item .caption,
.slider-fade .item .caption {
    z-index: 9;
}

.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
    position: absolute;
    bottom: 5vh;
    width: 100%;
}

.creative {
    min-height: 100vh;
}

.creative .svg {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    z-index: 2;
}

.creative .svg svg {
    fill: #fff;
    width: 101%;
}

.bg-vid {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


/* ----------------------------------------------------------- */
.hero h2 {
    padding: 0 0 20px;
    color: #1c4556;
}

.hero .extra-text {
    font-weight: 200;
    margin-bottom: 15px;
}

.hero .extra-text b {
    font-weight: 600;
}

.hero .extra-text span {
    padding: 0;
}

.hero .cd-headline {
    font-size: 35px;
}

.hero .cd-headline.clip .cd-words-wrapper::after {
    display: none;
}

.hero .tabs-section .tab-content {
    padding-top: 10px;
    text-align: center;
    color: #909090;
}

.hero .tabs-section .tab-content li {
    color: #909090;
    line-height: 26px
}

.hero .tabs-section .tabs {
    border-bottom: 1px solid #eee;
    position: relative;
}

.hero .tabs-section .tabs .nav-item {
    width: 33.3333%;
    text-align: center;
}

.hero .tabs-section .tabs .nav-item .nav-link {
    position: relative;
    padding: 0 0 15px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    color: #1c4556;
}

.hero .tabs-section .tabs .nav-item .nav-link:after {
    content: "";
    width: 0;
    height: 2px;
    background: #b3c44e;
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: none;
}

.hero .tabs-section .tabs .nav-item .active {
    background: transparent;
    color: #1c4556;
}

.hero .tabs-section .tabs .nav-item .active:after {
    width: 100%;
}

.hero .tabs-section .list {
    overflow: hidden;
}

.hero .tabs-section .list li {
    padding: 12px 15px 12px 40px;
    background: #f7f8f9;
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-top: 15px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.hero .tabs-section .list li:hover {
    background: #b3c44e;
}

.hero .tabs-section .list li:hover h6,
.hero .tabs-section .list li:hover i {
    color: #fff;
}

.hero .tabs-section .list li h6 {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.hero .tabs-section .list li i {
    margin-right: 5px;
    color: #b3c44e;
    position: absolute;
    left: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-20deg);
    transform: translateY(-50%) rotate(-20deg);
    font-size: 30px;
    opacity: .2;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.hero .tabs-section .underline li {
    display: inline-block;
    text-align: center;
    width: 33.33333%;
}

.hero .tabs-section .one.active~.hr {
    left: 0;
}

.hero .tabs-section .two.active~.hr {
    left: 33.33333%;
}

.hero .tabs-section .three.active~.hr {
    left: 66.66666%;
}

.hero .tabs-section .underline .hr {
    position: absolute;
    bottom: -1px;
    right: 0;
    height: 2px;
    width: 33.33333%;
    margin: 0;
    background: #b3c44e;
    border: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hero .tabs-section .underline .hr:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: calc(50% - 2.5px);
    bottom: -8px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #b3c44e;
}

.hero .h-img {
    padding: 50px 0 0 30px;
}

.feat h2 {
    color: #1c4556;
}

.feat {
    padding: 120px 0 0px !important;
    margin-top: 100px !important;
}

.feat .item {
    text-align: center;
    background: #fff;
    padding: 60px 40px;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    margin-bottom: 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
    min-height: 325px;
}

.feat .item:hover {
    -webkit-box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.1);
    margin-top: -3px;
}

.feat .item .icon {
    margin-bottom: 35px;
}

.feat .item h6 {
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.feat .ezAccess {
    padding: 0px 20px 20px
}

.feat p {
    padding: 20px 0px 0px
}

.ezAccess img {
    width: 180px;
}


/* ----------------------------------------------------------- */
.fulfillment h6 {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 7px;
    word-spacing: 2px;
    margin-bottom: 15px;
}

.fulfillment h2 {
    font-size: 55px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
}


/* ----------------------------------------------------------- */
.featruse {
    padding-bottom: 80px
}

.featruse .item {
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    border-radius: 5px;
    margin-bottom: 30px;
}

.featruse .item .icon {
    font-size: 40px;
    margin-bottom: 20px;
    color: #b3c44e;
}

.featruse .item h6 {
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.featruse .item p {
    font-size: 17px;
}

.featruse .item h6 {
    font-size: 16px;
    padding: 7px 0 0;
    color: #909090
}

.featruse .item li {
    list-style: disc;
    margin-left: 20px;
    line-height: 30px;
    color: #909090
}

.featruse .row.item {
    margin-left: 0px;
    margin-right: 0px
}

.featruse .row.item .icon {
    margin-top: 50px;
    margin-left: 20px
}

.featruse .col-lg-4 .item {
    min-height: 465px
}

.featruse .col-lg-8 .item {
    min-height: 465px
}

.featruse .col-lg-6 .item {
    min-height: 325px
}

.featruse .col-lg-6 .item {
    min-height: 325px
}


/* ----------------------------------------------------------- */
.get-ready h6 {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 7px;
    word-spacing: 2px;
    margin-bottom: 15px;
}

.get-ready h2 {
    font-size: 55px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
}


/* ----------------------------------------------------------- */
.contact {
    background: #327376;
    color: #fff;
}

.contact .info .item {
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin-bottom: 30px;
}

.contact .info .item .icon {
    font-size: 30px;
    color: #fff;
    float: left;
}

.contact .info .item .cont h6 {
    margin-bottom: 10px;
    font-size: 15px;
}

.contact .info .item .cont p {
    font-size: 14px;
    color: #fff
}

.contact {
    padding: 130px 0
}


/* ----------------------------------------------------------- */
footer {
    background: #f1f1f1;
    padding: 80px 0;
}

footer .social a {
    color: #777;
    font-size: 18px;
    margin: 15px 15px;
}

footer p {
    color: #999;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}


/* ----------------------------------------------------------- */
@media screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media screen and (max-width: 991px) {
    .featruse .lifePlus {
        text-align: center
    }
    .featruse .lifePlus h3 {
        padding: 60px 5px 10px
    }
    .feat .ezAccess,
    .featruse .item {
        text-align: center;
    }
    .featruse .item li {
        text-align: left;
    }
    .contact {
        text-align: center;
    }
    .mb-md50 {
        margin-bottom: 50px;
    }
    .mb-md30 {
        margin-bottom: 30px;
    }
    .mb-md0 {
        margin-bottom: 0;
    }
    .bg-fixed {
        background-attachment: scroll !important;
    }
    .navbar {
        padding-left: 15px;
    }
    .navbar .navbar-collapse {
        max-height: 340px;
        overflow: auto;
        background: #111;
        text-align: center;
        padding: 10px 0;
    }
    .navbar .nav-link {
        margin: 10px auto !important;
    }
    .nav-scroll .navbar-collapse .nav-link {
        color: #fff !important;
    }
    .nav-scroll .navbar-collapse .active {
        color: #b3c44e !important;
    }
    .header {
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
    }
    .header .caption h4 {
        font-size: 30px;
    }
    .header .caption h1 {
        font-size: 45px;
        line-height: 1.4;
    }
    .hero .h-img {
        padding-left: 0;
    }
    .video-intro h2 {
        font-size: 35px;
        line-height: 1.4;
    }
    .get-ready h2 {
        font-size: 35px;
        line-height: 1.4;
    }
    .portfolio .bg-img {
        text-align: center;
    }
    .portfolio .bg-img h6 {
        line-height: 1.5;
        margin-bottom: 15px;
    }
    .portfolio .bg-img h6,
    .portfolio .bg-img .butn {
        float: none;
    }
    .contact .form {
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .featruse .lifePlus {
        text-align: center
    }
    .featruse .lifePlus h3 {
        padding: 60px 5px 10px
    }
    .feat .ezAccess,
    .featruse .item {
        text-align: center;
    }
    .featruse .item li {
        text-align: left;
    }
    .contact {
        text-align: center;
    }
    .mb-sm50 {
        margin-bottom: 50px;
    }
    .mb-sm30 {
        margin-bottom: 30px;
    }
    .section-head h4 {
        font-size: 20px;
        letter-spacing: 1px;
    }
    .header .caption h4 {
        font-size: 16px;
    }
    .header .caption h1 {
        font-size: 32px;
    }
    .header .caption p {
        font-size: 14px;
        word-spacing: 0;
    }
    .hero .cd-headline {
        font-size: 20px;
    }
    .get-ready h2,
    .video-intro h2 {
        font-size: 20px;
    }
    .get-ready h6,
    .video-intro h6 {
        letter-spacing: 4px;
        font-size: 11px;
    }
    .portfolio .filtering span {
        margin-bottom: 10px;
    }
    .clients div[class*='col-'] {
        width: 50%;
    }
    .blog .item .content h5 {
        line-height: 1.4;
    }
    footer .social a {
        margin: 15px 5px;
        font-size: 16px;
    }
    footer p {
        line-height: 2;
    }
    .header .caption h6 {
        font-size: 16px;
        font-weight: normal;
        position: relative;
        top: 150px;
    }
}

.bldwebsite {
    padding-top: 100px;
    position: relative;
    /* bottom: */
}

.featruse .lifePlus {
    background: url(../img/lpbanner-ispi-3042x936.jpg);
    height: 340px;
    background-size: cover;
}

.featruse .lifePlus h3 {
    padding: 150px 5px 10px;
    font-size: 24px;
    margin-bottom: 10px;
}

.lazShop img {
    box-shadow: 0px 0px 4px 1px #666;
    margin: 0 5px;
    border-radius: 10px;
}

.head-alt h4 {
    color: #1c4556;
}

.head-alt a {
    color: #b3c44e;
}

.priv-list li {
    list-style: disc;
    margin-left: 20px;
    line-height: 30px;
    color: #909090;
}

.priv-list-nm li {
    list-style: none;
    margin-left: 20px;
    line-height: 30px;
    color: #909090;
}

table {
    width: 100%;
}

table th {
    width: 50%;
}

th {
    padding: 20px;
}

td {
    padding: 15px;
}

.priv-table {
    border: 1px solid #333;
}

.priv-table th,
.priv-table td {
    border: 1px solid #333;
}

.pl-img {
	padding-left : 180px;
}

.seal{
    width: 60px !important;
    transition: transform .2s;
  }
  
  .seal:hover{
    transform: scale(5) translate(20px,-40px);
  }
  

/*# sourceMappingURL=style.css.map */