:root {
    --PC: #0065ff;
    --PC: #1c46f2;
}
:root {
    --SC: #00c875;
}
body {
    background-color: #fff;
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-size: 14px;
    padding-top: 72px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
h2 {
    font-size: 26px;
    font-weight: 600;
}
h4 {
    font-size: 20px;
    font-weight: 400;
}
h5 {
    font-size: 16px;
    font-weight: 500;
}
a,
a:hover,
a:focus {
    text-decoration: none;
}
ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
p {
    color: #646f79;
    line-height: 1.6;
}
.img-fluid {
    height: 60px;
    margin-bottom: 30px;
    width: 60px;
}
.container-full {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 1200px) {
    .container.small {
        max-width: 690px;
    }
}
.btn {
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 40px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.col-md-6 aaa{
    margin-top: 15px;
}
.btn-default:hover {
    color: #fff;
    background-color: #e6e6e6;
    border-color: #adadad;
}
/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: var(--PC);
    line-height: 1;
    color: #fff;
    padding: 7px 12px 13px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
}
@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}
.back-to-top:focus {
    background: var(--PC);
    color: #fff;
    outline: none;
}
.back-to-top:hover {
    background: #55b03f;
    color: #fff;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    padding: 15px 0;
    z-index: 3;
    transition: all 0.5s ease;
    border-bottom: 1px solid transparent;
}
body.no-header #header {
    border-bottom: 1px solid #edf0f3;
}
#header #logo {
    padding: 6px 0 0 0;
}
#header #logo h1 {
    color: #505050;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0;
}
#header #logo h1 a {
    color: #555;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
}
#header #logo h1 a span {
    color: var(--PC);
}
#header #logo img {
    padding: 0;
    margin: 0;
    height: 35px;
}
#header.scroll-header {
    background: #fff;
    /*box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);*/
    border-bottom: 1px solid #edf0f3;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: calc(100vh - 40px);
    background: url(../img/hero-bg.png) center bottom no-repeat;
    background-size: 100%;
    position: relative;
    margin-top: 40px;
}
@media (min-width: 1025px) {
    #hero {
        background-attachment: fixed;
    }
}
#hero .hero-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
#hero h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: var(--PC);
}
@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }
}
#hero h2 {
    color: #777;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 300;
}
@media (max-width: 768px) {
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}
#hero img {
    max-width: 95%;
    margin-bottom: 30px;
}
#hero .btn-get-started {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 11px 36px;
    border-radius: 50px;
    transition: 0.5s;
    margin-bottom: 30px;
    border: 2px solid var(--PC);
    background: #fff;
    color: var(--PC);
    text-decoration: none;
}
#hero .btn-get-started:hover {
    background: var(--PC);
    color: #fff;
}
#hero .btns a {
    color: #555;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 4px 20px;
    text-decoration: none;
    transition: 0.3s;
}
@media (max-width: 575px) {
    #hero .btns a {
        margin: 4px 8px;
    }
}
#hero .btns a:hover {
    color: var(--PC);
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}
.nav-menu li {
    position: relative;
    white-space: nowrap;
}
.nav-menu>li {
    float: left;
}
.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
    display: block;
}
.nav-menu ul ul {
    top: 0;
    left: 100%;
}
.nav-menu ul li {
    min-width: 180px;
}
/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 22px;
}
.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 8px;
    margin-top: 1px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}
/* Nav Meu Container */
#nav-menu-container {
    float: right;
    margin: 5px 5px 5px 5px;
}
/*my change*/
@media (max-width:300px) {
    #nav-menu-container {
        display: none;
    }

/* Nav Meu Styling */
.nav-menu a {
/*    padding: 8px 15px;*/
    padding-left: 20px;
    text-decoration: none;
    display: inline-block;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    outline: none;
    letter-spacing: 0;
    transition: 0.3s;
}
.nav-menu li:hover>a,
.nav-menu>.menu-active>a,
.nav-menu>li.active a {
    color: var(--PC);
}
.nav-menu>li {
    margin-left: 10px;
}
.nav-menu ul {
    margin: 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}
.nav-menu ul li {
    transition: 0.3s;
}
.nav-menu ul li a {
    padding: 5px 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 14px;
    text-transform: none;
}
.nav-menu ul li:hover>a {
    color: var(--PC);
}
.nav-menu ul ul {
    margin: 0;
}
li.menu-has-children ul li a {
    padding: 10px 5px;
    display: flex;
    align-items: center;
}
span.menu-icons {
    display: flex;
    margin-right: 10px;
}
.menu-icons img {
    width: 20px;
    height: 20px;
}
/* Mobile Nav Toggle */
#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 4px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}
#mobile-nav-toggle i {
    color: #555;
    font-size: 24px;
}
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.padd-section {
    padding-bottom: 80px;
    padding-top: 80px;
}
@media (max-width: 992px) {
    .padd-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.section-title {
    margin-bottom: 0;
}
@media (max-width: 992px) {
    .section-title {
        margin-bottom: 40px;
    }
}
.section-title h2 {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.section-title .separator {
    margin: 0;
}
.separator {
    font-size: 15px;
    margin-bottom: 30px;
    text-transform: capitalize;
}
/* Get Started Section
--------------------------------*/
#get-started {
    display: inline-block;
    height: 100%;
    width: 100%;
}
#get-started .feature-block {
    background: #fff none repeat scroll 0 0;
    padding: 30px 20px;
    transition: all 0.5s ease-in-out 0s;
}
@media (max-width: 991px) {
    #get-started .feature-block {
        margin-bottom: 30px;
    }
}
#get-started .feature-block:hover {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-in-out 0s;
}
#get-started .feature-block h4 {
    margin-bottom: 20px;
}
#get-started .feature-block p {
    margin-bottom: 20px;
}
#get-started .feature-block a {
    color: #505050;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    transition: 0.3s;
}
#get-started .feature-block a:hover {
    color: var(--PC);
}
/* About Us Section
--------------------------------*/
#about-us img {
    max-width: 100%;
}
#about-us .about-content {
    padding-top: 60px;
}
#about-us .about-content h2 {
    color: #252525;
    font-size: 39px;
    font-weight: 100;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
#about-us .about-content span {
    font-weight: 700;
    padding-right: 10px;
    text-transform: uppercase;
}
#about-us .about-content ul li {
    line-height: 36px;
}
#about-us .about-content ul li .fa {
    padding-right: 20px;
}
/* Features Section
--------------------------------*/
#features {
    display: inline-block;
    height: 100%;
    width: 100%;
}
.feature-block {
    background: #fff none repeat scroll 0 0;
    padding: 40px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    border: 1px solid transparent;
    cursor: pointer;
}
.feature-block:hover {
    border-color: rgb(241, 244, 246);
    box-shadow: rgba(39, 79, 117, 0.2) 0px 40px 90px -30px;
    transition: all 0.3s ease-in-out 0s;
    z-index: 1;
}
.feature-block a {
    font-size: inherit;
    color: inherit;
}
.feature-block .icon img {
    height: 84px;
}
.feature-block .icon {
    margin-bottom: 30px;
}
.feature-block h4 {
    margin-bottom: 20px;
}
.feature-block p {
    margin-bottom: 0;
}
/* Screenshots Section
--------------------------------*/
.owl-dot.active>span {
    height: 10px !important;
    width: 10px !important;
}
.owl-theme .owl-dots .owl-dot span {
    height: 10px !important;
    width: 10px !important;
}
.owl-item img {
    cursor: pointer;
}
.owl-stage-outer {
    margin-bottom: 30px;
}
.owl-theme .owl-nav {
    display: none;
    margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--PC);
}
.owl-theme .owl-dots .owl-dot span {
    background: #ddd;
}
/* Video Section
--------------------------------*/
#video {
    background: url(../img/video-bg.jpg) center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    overflow: hidden;
}
#video .overlay {
    background: rgba(0, 0, 0, 0.85);
    height: 100%;
}
#video .overlay .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(var(--PC) 50%, rgba(113, 197, 93, 0.15) 52%);
    border-radius: 50%;
    display: block;
    margin: 153px auto 0;
    position: relative;
    overflow: hidden;
}
#video .overlay .play-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#video .overlay .play-btn:before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}
#video .overlay .play-btn:hover::after {
    border-left: 15px solid var(--PC);
    -webkit-transform: scale(20);
    transform: scale(20);
}
#video .overlay .play-btn:hover::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}
@-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}
@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}
@-webkit-keyframes pulsate2 {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}
/* Team Section
--------------------------------*/
#team .team-block {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    height: 254px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
@media (max-width: 991px) {
    #team .team-block {
        margin-bottom: 30px;
    }
}
#team .team-block img {
    width: 100%;
}
#team .team-block .team-content {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.19);
    bottom: -147px;
    padding: 20px 0;
    position: absolute;
    width: 100%;
    transition: all 0.5s ease-in-out 0s;
}
#team .team-block .team-content ul {
    display: block;
    width: 100%;
}
#team .team-block .team-content ul li {
    display: inline-block;
}
#team .team-block .team-content ul li a {
    color: #626262;
}
#team .team-block .team-content ul li a .fa {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    transition: 0.3s;
}
#team .team-block .team-content ul li a .fa:hover {
    color: var(--PC);
}
#team .team-block .team-content ul>span {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
#team .team-block:hover .team-content {
    bottom: 0px;
    transition: all 0.5s ease-in-out 0s;
}
/* Testimonials Section
--------------------------------*/
#testimonials .testimonials-content {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    padding: 49px 20px;
}
#testimonials .testimonials-content::before {
    color: var(--PC);
    content: "";
    display: inline-block;
    font: 70px/1 FontAwesome;
    position: absolute;
    right: 43px;
    text-align: left;
    top: -29px;
}
#testimonials .top-top>h2 {
    font-size: 45px;
    font-weight: 100;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
#testimonials .top-top>h4 {
    font: 700 12px Lato, sans-serif;
}
#testimonials .top-top span {
    font-size: 12px;
    font-weight: 300;
    margin-left: 26px;
}
#testimonials .btm-btm ul li {
    float: left;
    margin-left: 13px;
    border-radius: 50%;
    margin-right: 13px;
    background: #ddd none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: block;
    height: 10px;
    width: 10px;
}
#testimonials .btm-btm .active {
    background: var(--PC);
}
.carousel-indicators {
    position: relative;
    bottom: 0;
    left: 0;
    bottom: 0 !important;
    z-index: 15;
    width: auto;
    padding-left: 0;
    margin: 30px auto 0 auto;
    margin-right: auto;
    text-align: center;
    list-style: none;
    margin-bottom: 0;
    display: inline-block;
}
.carousel-indicators li {
    margin: 0;
}
/* Pricing Table Section
--------------------------------*/
#pricing .block-pricing {
    background: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 4px 0 rgba(0, 0, 0, 0.19);
    display: inline-block;
    position: relative;
    width: 100%;
}
@media (max-width: 991px) {
    #pricing .block-pricing {
        margin-bottom: 30px;
    }
}
#pricing .block-pricing .table {
    margin-bottom: 0;
    padding: 30px 15px;
    max-width: 100%;
    width: 100%;
}
#pricing .block-pricing .table h4 {
    padding-bottom: 30px;
}
#pricing .block-pricing h2 {
    margin-bottom: 30px;
}
#pricing .block-pricing ul {
    list-style: outside none none;
    margin: 10px auto;
    max-width: 240px;
    padding: 0;
}
#pricing .block-pricing ul li {
    border-bottom: 1px solid rgba(153, 153, 153, 0.3);
    padding: 12px 0;
    text-align: center;
}
#pricing .block-pricing ul li b {
    color: #3c4857;
}
#pricing .block-pricing .table .table_btn a {
    background: var(--PC);
    color: #fff;
    margin: 0;
    display: inline-block;
}
#pricing .block-pricing .table .table_btn a:hover {
    background: #55b03f;
}
#pricing .block-pricing .table .table_btn a .fa {
    font-size: 13px;
    margin-right: 5px;
}
/* Blog Section
--------------------------------*/
@media (max-width: 991px) {
    #blog .block-blog {
        margin-bottom: 30px;
    }
}
#blog .block-blog img {
    width: 100%;
}
#blog .block-blog .content-blog {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 4px 0 rgba(0, 0, 0, 0.19);
    display: inline-block;
    min-height: 125px;
    padding: 20px 10px;
    width: 100%;
}
#blog .block-blog .content-blog h4 {
    line-height: 24px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: normal;
    letter-spacing: 0;
    font-size: 16px;
}
#blog .block-blog .content-blog h4 a {
    color: #555;
    text-decoration: none;
    transition: 0.3s;
}
#blog .block-blog .content-blog h4 a:hover {
    color: var(--PC);
}
#blog .block-blog .content-blog>span {
    float: left;
    font-size: 12px;
}
#blog .block-blog .content-blog a.readmore {
    color: #505050;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
    letter-spacing: 0;
    text-transform: capitalize;
}
#blog .block-blog .content-blog a.readmore:hover {
    color: var(--PC);
}
/* Newsletter Section
--------------------------------*/
#newsletter {
    background: transparent url(../img/newsletter-bg.jpg) no-repeat center top fixed;
    background-size: cover;
}
#newsletter .overlay {
    background: linear-gradient(rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.2) 95%);
    height: 100%;
    width: 100%;
}
#newsletter .form-control {
    background-color: transparent;
    border: 1px solid #dddddd;
    border-radius: 0;
    color: #888;
    font-size: 11px;
    font-weight: 600;
    height: 50px;
    text-align: center;
    width: 70%;
    background: #fff;
}
@media (max-width: 575px) {
    #newsletter .form-control {
        margin-bottom: 30px;
        width: 100%;
    }
}
#newsletter .form-control:focus {
    border-color: var(--PC);
    box-shadow: none;
    outline: 0 none;
}
#newsletter .btn {
    background: var(--PC);
    border: 0;
    border-radius: 0;
    height: 50px;
    width: 30%;
    transition: 0.3s;
}
@media (max-width: 575px) {
    #newsletter .btn {
        width: 100%;
    }
}
#newsletter .btn:hover {
    background: #55b03f;
}
#newsletter .btn .fa {
    padding-right: 10px;
}
#newsletter ul {
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 0;
}
#newsletter ul li {
    background: var(--PC);
    border-radius: 50px;
    float: left;
    height: 35px;
    line-height: 35px;
    margin-left: 10px;
    margin-right: 10px;
    width: 35px;
    transition: 0.3s;
}
#newsletter ul li:hover {
    background: #55b03f;
}
#newsletter ul li .fa {
    color: #fff;
}
/* Contact Section
--------------------------------*/
#contact {
    background: #fff;
}
#contact .info {
    color: #222;
}
#contact .info i {
    font-size: 32px;
    color: var(--PC);
    float: left;
}
#contact .info p {
    padding: 0 0 10px 50px;
    margin-bottom: 20px;
    line-height: 22px;
    font-size: 14px;
}
#contact .info .email p {
    padding-top: 5px;
}
#contact .social-links {
    padding-bottom: 20px;
}
#contact .social-links a {
    font-size: 18px;
    display: inline-block;
    background: var(--PC);
    color: #fff;
    line-height: 1;
    padding: 6px 0 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
#contact .social-links a:hover {
    background: #55b03f;
    color: #fff;
}
#contact .form #sendmessage {
    color: var(--PC);
    border: 1px solid var(--PC);
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
#contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
    display: block;
}
#contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}
#contact .form input,
#contact .form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    padding: 12px 10px;
    line-height: 1;
}
#contact .form button[type="submit"] {
    background: var(--PC);
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}
#contact .form button[type="submit"]:hover {
    background: #92d283;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    position: relative;
    background: #fcfcfe;
    border-top: 1px solid #f1f3f7;
    /*margin-top: 130px;*/
}
.footer .footer-logo .navbar-brand {
    display: inline-block;
    float: none;
    font-size: 24px;
    font-weight: 500;
    height: 100%;
    letter-spacing: 0.2em;
    padding-left: 0;
    padding-top: 0;
}
.footer .footer-logo p {
    font-size: 13px;
}
.footer .list-menu>h4 {
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 15px;
    color: #000;
}
.footer .list-menu ul li a {
    display: block;
    padding: 4px 0;
    color: #000;
}
.footer .list-menu ul li a:hover {
    color: var(--PC)
}
.footer .copyrights {
    margin-top: 50px;
    text-align: center;
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ebeef3;
}
.footer .copyrights p,
.footer .copyrights .credits {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0;
}
.footer .copyrights p a,
.footer .copyrights .credits a {
    letter-spacing: 0;
    color: var(--PC);
}
ul.social {
    display: flex;
}
ul.social li a {
    padding: 0 8px;
    font-size: 20px;
    color: #7a869a;
}
ul.social li a:hover {
  color: #000;
}
.footer .upper {
    margin: 0 -60px;
}
.footer .upper h2 {
    font-weight: 700;
    font-size: 36px;
}
.footer .upper p {
    font-size: 16px;
}
svg.download_app:hover > g {
  fill: #7a869a;
}
svg.download_app:hover path {
  fill: #fff;
}









/****************************************/
.row.nopd>div {
    padding: 0;
}
.btn.btn-primary {
    color: #fff;
    background: var(--PC);
    height: 40px;
    line-height: 38px;
    padding: 0 16px;
    border-radius: 4px;
    border-color: var(--PC);
}
.btn.btn-primary.btn-border {
    background: #fff;
    color: #000;
    border: 1px solid #dee2e8;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.btn-border:hover, .btn.btn-primary.btn-border:focus {
    background: var(--PC);
    border-color: var(--PC);
    box-shadow: 0 12px 24px -10px rgba(75,109,235,.78) !important;
    color: #fff;
}
.integration-visual-wrap {
    position: relative;
    margin: 20px 0;
}
.content-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0 40px;
    overflow: hidden;
}
.integration-visual-wrap .content-wrap {
    padding: 140px 0 136px;
}
.integration-visual-wrap .content-wrap:before {
    content: '';
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
    background: url(../../img/projects-integration-bg.svg) no-repeat center center;
}
.integration-visual-wrap ul {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
}
@media only screen and (min-width: 992px) {
    .integration-visual-wrap ul li {
        display: table-cell;
        vertical-align: top;
    }
}
.integration-visual-wrap ul li:nth-child(odd) {
    vertical-align: bottom;
}
@media only screen and (min-width: 992px) {
    .animated .integration-visual-wrap ul li {
        opacity: 1;
        transform: scale(1, 1);
    }
}
@media only screen and (min-width: 992px) {
    .animated .integration-visual-wrap ul li:nth-child(1),
    .animated .integration-visual-wrap ul li:nth-child(9) {
        transition: 0.5s 1.1s ease;
    }
}
.integration-visual-wrap ul li.main {
    width: 20%;
    vertical-align: middle;
    height: 260px;
}
.integration-visual-wrap ul li a {
    color: #000;
    display: block;
}
.integration-visual-wrap ul li div {
    display: block;
    position: relative;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
    font-size: 14.5px;
    height: 140px;
    line-height: 1.5;
    font-weight: 500;
}
.integration-visual-wrap ul li div span {
    display: flex;
    height: 80px;
    width: 80px;
    margin: 0 auto 10px;
    border-radius: 100%;
    border: 1px solid #8fc9ff;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
    align-items: center;
    justify-content: center;
}
.integration-visual-wrap ul li a:hover div span {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.integration-visual-wrap ul li div span img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.integration-visual-wrap ul li.main div {
    height: 150px;
}
.integration-visual-wrap ul li.main div span {
    height: 150px;
    width: 150px;
    background: var(--PC);
    border-color: var(--PC);
}
.integration-visual-wrap ul li.main div span img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
circle#line-2 {
    stroke: rgb(221, 226, 232);
}
circle#line-3 {
    stroke: rgb(231, 235, 241);
}
#icon-healthsafety *,
#icon-smartdrive *,
#icon-map *,
#icon-inventory *,
#icon-folder,
#icon-project * {
    fill: #000;
}
.main-banner {
    height: calc(100vh - 72px);
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.banner-image {
    transform: translateY(-20px);
}
.banner-image img {
    height: 330px;
}
.banner-text {
    text-align: center;
    margin-bottom: 50px;
}
.banner-text h1 {
    font-size: 60px;
    font-weight: 700;
    color: var(--PC);
}
.banner-text p {
    font-size: 24px;
    line-height: 36px;
    color: #292929;
    margin: 30px 0;
}
.btn.btn-xlarge {
    padding: 22px 80px 23px 80px;
    height: auto;
    line-height: 1;
    font-size: 16px;
}
.paragraph-component .topic {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 500;
    color: var(--PC)
}
.paragraph-component .title {
    line-height: 1.3;
    font-size: 40px;
    font-weight: 700;
}
.paragraph-component p {
    font-size: 16px;
    margin-top: 15px;
}
section.v-center .row {
    align-items: center;
}
.footer .upper .shadow {
    background: #fff;
    border: 1px solid #f6f8fa;
    box-shadow: 0 10px 60px -12px rgba(39,79,117,.25) !important;
    padding: 37px 60px;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -74px;
    border-radius: 10px;
}
.footer .middle {
    margin: 70px 0 90px;
}
.btn.btn-large {
    height: 50px;
    line-height: 46px;
    padding: 0 25px;
    font-size: 16px;
}
.btn.w-icon i {
    font-size: 12px;
    margin-left: 5px;
    transform: translateY(-1px);
}
.icon_block a {
    display: flex;
    align-items: center;
}
.icon__wrapper {
    flex: 1;
}
.content__wrapper {
    margin-left: 25px;
    flex: auto;
}
.content__wrapper h2 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
    line-height: 1.2;
}
.content__wrapper p {
    line-height: 1.4;
    margin-bottom: 0;
}
label.c-field__label {
    display: block;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 0 .3125rem;
    font-size: .875rem;
    color: #172b4d;
    font-weight: 500;
}
.c-input {
    display: block;
    width: 100%;
    margin: 0;
    padding: 15px;
    transition: all .3s;
    border: 1px solid #dfe3e9;
    border-radius: 4px;
    color: #354052;
    font-size: .875rem;
    font-weight: 400;
    resize: none;
    background-color: #fff;
}
.c-input:hover {
    background-color: #ebecf0;
}
.c-input:focus {
    background-color: #fff;
    border: 1px solid #4c9aff;
    outline: 0;
    box-shadow: 0 0 0 1px #4c9aff;
}
.contact-page {
    background: url();
}
.last-section {
    padding-bottom: 180px;
}
.bg-primary {
    background: var(--PC);
}
.bg-gray {
    background: #f4f5f7;
}
.contact-details {
    text-align: center;
    font-size: 16px;
    margin-top: 40px;
    color: #646f79;
}
.contact-details a, .contact-details label {
    position: relative;
    color: #000;
    font-weight: 500;
    margin: 0 0 13px;
    display: inline-block;
}
.contact-details a:before, .contact-details label:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #888da0;
}
.headline {
    padding-top: 240px;
    padding-bottom: 190px;
}
.gray-gradient {
    background-image: linear-gradient(0deg,#f6f8f9 3%,#fff);
}




@media (min-width: 769px) {
    .mob-show{
        display: none;
    }
}










@media (max-width: 768px) {
img {
    max-width: 100%;
}
.main-banner {
    height: auto;
}
.banner-text h1 {
    font-size: 26px;
}
.banner-text p {
    font-size: 16px;
    line-height: 1.5;
}
.banner-text p br {
    display: none;
}
.integration-visual-wrap .content-wrap {
    padding: 20px 0 0;
}
.integration-visual-wrap ul li.main {
    display: none;
}
.integration-visual-wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.integration-visual-wrap ul li {
    flex: 0 0 33%;
}
.integration-visual-wrap ul li div {
    font-size: 13px;
    height: 120px;
    line-height: 1.2;
}
.integration-visual-wrap ul li div span {
    height: 60px;
    width: 60px;
}
.integration-visual-wrap ul li div span img {
    width: 35px;
    height: 35px;
}
.icon__wrapper img {
    width: 40px;
    height: 40px;
    max-width: none;
}
.icon_block {
    padding: 15px 0;
}
.footer .middle {
    margin: 20px 0;
}
.footer .col-xs-6 {
    width: 50%;
    margin-bottom: 30px;
}
.footer-logo {
    text-align: center;
}
.footer .copyrights {
    margin-top: 20px;
}
.mob-hide {
    display: none !important;
}
#mobile-nav-toggle {
    display: none;
}
#header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobhead-link a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 0 10px;
}
}
.privacy_wrapper h1, .privacy_wrapper h2, .privacy_wrapper h3, .privacy_wrapper h4, .privacy_wrapper h5, .privacy_wrapper h6 {
    margin: 10px 0 20px;
}
