
/*===========================================================
 Fonts
============================================================*/


/*===========================================================
 Common CSS
============================================================*/

body {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
    color: #000;
    background: #fff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

ul {
    padding: 0;
}

label {
    font-size: 11;
}

li,
li:hover,
a:hover,
.btn,
.btn:hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover {
    text-decoration: none !important;
}

*:focus {
    outline: none;
}

img {
    max-width: 100%;
}

strong {
    font-weight: 700;
}

u {
    border-bottom: 1px solid #fff;
    line-height: 1;
    text-decoration: unset;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.cboth {
    overflow: hidden;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.tcenter {
    text-align: center;
}



/*===========================================================
 Placeholder Style
============================================================*/

::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
}

:-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
}

::-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
}


/*===========================================================
Header
============================================================*/
.header-area.menu_fixed{
    background: #157df3;
    
}
.header-area.menu_fixed .header-logo span{
	color: #fff;
}
.header-logo {
    width: 190px;
    float: left;
}

.header-menu {
    text-align: right;
    width: calc(100% - 190px);
    float: left;
}

.header-menu ul {
    float: right;
}

.header-menu li {
    float: left;
}

.header-menu li a {
    display: block;
}

.mobile {
    display: none;
}

/*KessinTect*/
.kessintect-header-area {
    /*background-color: #f9f9f9;*/
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 99;
    padding: 25px 0;
    background: rgba(0,123,255,0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}


.slicknav_menu {
    display: none;
}

/*DROPDOWN MENU*/

#nav>li {
    position: relative;
}

#nav li ul {
    position: absolute;
    top: 50px;
    left: -64px;
    width: 190px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 15px 0;
    background: #fff;
}

#nav li ul li {
    margin-left: 0;
    display: block;
    width: 100%;
    background: transparent;
    /*border-bottom: 1px solid #f2f2f2;*/
    padding: 8px 10px;
}

.drop-menu {
    position: relative;
}

.drop-menu span {
    margin-left: 15px;
}

.drop-menu:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: #fff;
    left: 50%;
    margin-left: -10px;
    top: -20px;
    margin-top: 10px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav li ul li a {
    line-height: 1.3;
    color: rgba(0, 0, 0, .5);
}

#nav li:hover ul {
    visibility: visible;
    opacity: 1;

}

.kessintect-header-area .header-logo img {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
}

.kessintect-header-area .header-logo span {
    vertical-align: middle;
    color: #000000;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1.85px;
    line-height: 43px;
    display: inline-block;
    padding-left: 5px;
}

.kessintect-header-area li {
    margin-left: 50px;
}



.kessintect-header-area ul>li>a {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 43px;
}

/*product-menu*/
.mega-menu:hover .product-menu {
    opacity: 1;
    visibility: visible;
}

.product-menu {
    width: 650px;
    background: #fff;
    padding: 40px 25px;
    position: absolute;
    right: -300px;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.single-producct {
    width: 33%;
    float: left;
    padding-right: 20px;
    padding-bottom: 20px;
}

.single-producct .single-conversion-icon {
    height: 30px;
    text-align: left;
}

.single-producct .single-conversion-icon img {
    max-height: 23px;
}

.product-menu .single-conversion-link a {
    line-height: 20px !important;
    display: inline-block;
    float: left;
    padding: 7px 8px 7px 0;
}


.single-producct .single-conversion-text p {
    opacity: 0.75;
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 16px;
    text-align: left;
    max-width: 170px;
}

/*funneljoy-header-area*/
.kessintect-header-area+.funneljoy-header-area {
    top: 43px;
}

.funneljoy-header-area {
    top: 0;
    padding: 13px 0;
    position: fixed;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
}

.funneljoy-header-area .header-menu li {
    margin-left: 55px;
}

.funneljoy-header-area .header-menu li a {
    color: #000;
    font-size: 12px;
    line-height: 32px;
    font-weight: 500;
    text-transform: uppercase;
}

.funneljoy-header-area .header-menu li.login {
    color: #ffb347;
    border: 1px solid #ffb347;
    margin-left: 43px;
}

.funneljoy-header-area .header-menu li.register {
    border: 1px solid #ffb347;
    background: #ffb347;
    margin-left: 24px;
}

.funneljoy-header-area .header-menu li.login a {
    padding: 0 22px;
    color: #ffb347;
}

.funneljoy-header-area .header-menu li.register a {
    padding: 0 22px;
    color: #fff;
}

.paginator {
    position: relative;
}

.introducing-slider {
    padding-left: 30px;
    padding-right: 30px;
}

.paginator .prev {
    cursor: pointer;
    margin-top: -60px;
    display: block;
    height: 30px;
    width: 20px;
    background: url('../img/prev.png') no-repeat;
    position: absolute;
    left: -30px;
    top: 50%;

}

.paginator .next {
    cursor: pointer;
    margin-top: -60px;
    top: 50%;
    position: absolute;
    right: -30px;
    display: block;
    height: 30px;
    width: 20px;
    background: url('../img/next.png') no-repeat;
}

/*===========================================================
marketing-funnel-area
============================================================*/
html,
body {
    height: 100%;
}

.marketing-funnel-area {
    display: table;
    height: 100%;
    min-height: 550px;
    width: 100%;
    padding-top: 70px;
    background-image: url(../img/banner.svg);
    -webkit-background-size: 700px 610px;
    background-size: 600px 500px;
    background-repeat: no-repeat;
    background-position: right top;
}

.marketing-funnel-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.marketing-funnel {
    max-width: 650px;
}

.marketing-funnel h2 {
    color: #000000;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.58px;
    line-height: 50px;
}

.marketing-funnel p {
    margin-top: 30px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 42px;
}

.marketing-funnel-btn {
    margin-top: 30px;
}

.marketing-funnel-btn-left {
    display: inline-block;
    vertical-align: middle;
    background-image: url("../img/btn-bg-shadow.svg");
    -webkit-background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 128px;
    text-align: center;


}

.marketing-funnel-btn-left a {
    width: 331px;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.9px;
    line-height: 103px;

}

.marketing-funnel-btn-right {
    display: inline-block;
    vertical-align: middle;
    margin-left: 55px;
    margin-top: -5px;
}

.marketing-funnel-btn-right img {
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
}

.marketing-funnel-btn-right span {
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle;
    color: #0ab6f2;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.9px;
    line-height: 93px;
}

/*===============================*/
.conversion-rate-area {
    background-color: #f9f9f9;
    padding: 70px 0;
}

.single-enterprise-1 {
    background-image: url(../img/single-bg.png);
    width: 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.conversion-rate-title h2 {
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.7px;
    line-height: 40px;
}

.conversion-rate-title p {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    opacity: 0.51;
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 27px;
}

.conversion-rate-title {
    padding-bottom: 30px;
}

.single-enterprise {
    max-width: 270px;
    padding: 50px 0 100px 60px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.single-conversion-text p {
    opacity: 0.53;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.75px;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 15px;
    padding-top: 10px;
}

.conversion-link-1 a {
    opacity: 0.8;
    color: #9510aa;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 32px;
    padding: 7px 15px;
    border: 1px solid #9510aa;
}

.conversion-link-2 a {
    border: 1px solid #17a6cc;
    opacity: 0.8;
    color: #17a6cc;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.3px;
    padding: 7px 15px;
    line-height: 32px;
}

.conversion-link-3 a {
    border: 1px solid #ffb347;
    opacity: 0.8;
    color: #ffb347;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 32px;
    padding: 7px 15px;
}

.conversion-link-4 a {
    border: 1px solid #D4AF37;
    opacity: 0.8;
    color: #D4AF37;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 32px;
    padding: 7px 15px;
}

.conversion-link-5 a {
    border: 1px solid #fd0000;
    opacity: 0.8;
    color: #fd0000;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 32px;
    padding: 7px 15px;
}


.single-conversion-link span {
    margin-right: 10px;
}



/*===========================================================
Blog Area
============================================================*/
.blog-area {
    background-color: #f9f9f9;
    padding: 50px 0;
}

.blog-title h2 {
    color: #000000;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 43px;
    margin-bottom: 30px;
}

.blog-bg-area {
    background-image: url(../img/tamitalo-bg.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding-top: 50px;
    padding-bottom: 100px;
}

.single-blog {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.blog-text p {
    opacity: 0.55;
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.36px;
    line-height: 30px;
}

.blog-img {
    display: inline-block;
}

.blog-text a {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.7px;
    line-height: 38px;
}

.blog-text h6 {
    opacity: 0.51;
    color: #000000;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.42px;
    line-height: 38px;
}

.blog-text img {
    display: inline-block;
    width: 40px;
    margin: 10px 0;
}

/*===========================================================
Trusted Area
============================================================*/
.trusted-area {
    background-color: #f9f9f9;
    padding-top: 60px;
    padding-bottom: 100px;
}

.trusted-title h2 {
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 3.13px;
    line-height: 30px;
    margin-bottom: 50px;
}

.introducing-area {
    padding: 90px 40px;
}

.introducing-left {
    max-width: 500px;
    display: inline-block;
    float: left;
}

.introducing-right {
    max-width: calc(100% - 500px);
    display: inline-block;
    float: right;
    padding-right: 10px;
}

.introducing-right-text {
    text-align: right;
}

.introducing-right-text h2 {
    color: #000000;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 3.13px;
    line-height: 30px;
}

.introducing-right-text p {
    opacity: 0.92;
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 2.5px;
    line-height: 30px;
    padding-left: 30px
}

.introducing-btn {
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/slider-btn.svg);
    -webkit-background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 128px;
    text-align: center;
    float: right;
}

.introducing-btn a {
    width: 331px;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.9px;
    line-height: 103px;
}

.introducing-btn-1 {
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/funneljoy-slider-btn.svg);
    -webkit-background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 128px;
    text-align: center;
    float: right;
}

.introducing-btn-1 a {
    width: 231px;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.9px;
    line-height: 103px;
    text-align: center;
}

.introducing-btn-2 {
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/cleaner-slider.svg);
    -webkit-background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 128px;
    text-align: center;
    float: right;
}

.introducing-btn-2 a {
     width: 231px;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.9px;
    line-height: 103px;
    text-align: center;
}

.slick-dots li button:before {
    font-size: 40px;
}

.slick-dots li {
    margin: 0;
}

/*===========================================================
Service Area
============================================================*/
.single-service-icon {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.single-service {

padding:20px;

}

.single-service-icon img {
    height: 70px;
}

.service-area {
    padding: 80px 0;
}

.single-service-text p {
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 3.3px;
    line-height: 30px;
    margin-bottom: 0;
}


.single-service-text h4 {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 30px;
}

/*===========================================================
Footer Top Area
============================================================*/
.footer-top-area {
    background-color: #f1f1f1;
    padding: 50px 0;
}

.single-footer-list p {
    opacity: 0.81;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.75px;
    line-height: 28px;
}

.single-footer-list h4 {
    font-weight: 700;
    color: #000000;
    font-size: 17px;
    letter-spacing: 3.28px;
    line-height: 30px;
    margin-bottom: 20px;
}

.footer-left span {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3.3px;
    line-height: 34px;
    padding-left: 25px;
}

.footer-left img {
    position: absolute;
    top: 7px;
}

.single-footer-list a {
    display: block;
    opacity: 0.81;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.4px;
    line-height: 30px;
}

.single-footer-list form {
    display: inline-block;
}

.single-footer-list button {
    border: 0;
    margin-left: -4px;
    padding: 11px;
    width: 45px;
    background-color: #e0e0e0;
    height: 40px;
}

.single-footer-list input {
    padding-left: 10px;
    max-width: 350px;
    height: 40px;
    display: inline-block;
    background-color: #e8e8e8;
    border: 0;
}

/*===========================================================
Footer
============================================================*/
.footer-area {
    background-color: #e8e8e8;
}

.copyright p {
    margin-bottom: 0;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1.2px;
    font-weight: 400;
    line-height: 55px;
}

.copyright p span {
    color: #ffb347;
}

.footer-menu li {
    margin-right: 50px;
    display: inline-block;
}

.footer-menu li:last-child {
    margin-right: 0;
}

.footer-menu a {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 55px;
    text-transform: uppercase;

}

.footer-right {
    text-align: right;
}

.footer-right img {
    width: 20px;
    margin-left: 5px;
}

.footer-right a {
    line-height: 55px;

    display: inline-block;
}

/*===========================================================
Preloader CSS
============================================================*/
.spinner-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #fff;
}

.spinner {
    background-color: #065e52;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 100%;
    -webkit-animation: scaleout 1.0s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 9999999;
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0.0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}


/*===========================================================
 Scroll To Top
============================================================*/

.go-top {
    bottom: 20px;
    display: none;
    position: fixed;
    right: 30px;
    z-index: 999;
}

.go-top span {
    background-color: #4285F4;
    color: rgba(255, 255, 255, .6);
    cursor: pointer;
    float: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 10px;
}

.go-top span:hover {
    color: #fff;
}


/*===========================================================
 Responsive
============================================================*/
@media only screen and (min-width: 1400px) {
    .marketing-funnel-area {
        -webkit-background-size: 744px 604px;
        background-size: 744px 604px;
    }
}

@media only screen and (min-width: 1600px) {
    .marketing-funnel-area {
        -webkit-background-size: 794px 654px;
        background-size: 794px 654px;
    }
}
@media only screen and (min-width: 1750px) {
    .marketing-funnel-area {
        -webkit-background-size: 844px 704px;
        background-size: 844px 704px;
    }
}
@media only screen and (min-width: 1850px) {
    .marketing-funnel-area {
        -webkit-background-size: 944px 804px;
        background-size: 944px 804px;
    }
}

@media only screen and (min-width: 2000px) {
    .marketing-funnel-area {
        -webkit-background-size: 1044px 904px;
        background-size: 1044px 904px;
    }
}

@media only screen and (min-width: 2200px) {
    .marketing-funnel-area {
        -webkit-background-size: 1194px 904px;
        background-size: 1194px 904px;
    }
}

@media only screen and (min-width: 2400px) {
    .marketing-funnel-area {
        -webkit-background-size: 1300px 954px;
        background-size: 1300px 954px;
    }
}


@media only screen and (min-width: 2560px) {
    .marketing-funnel-area {
        -webkit-background-size: 1400px 954px;
        background-size: 1400px 954px;
    }
}

@media (min-width: 1250px) {
    .container {
        max-width: 1190px;
    }
}

@media only screen and (max-width: 1199px) {
    .paginator .prev {
        left: 0;

    }


    .paginator .next {
        right: 0;
    }

    .footer-menu li {
        margin-right: 10px;
    }

    .trusted-logo img {
        width: 20%;
        margin-bottom: 15px;
    }

    .marketing-funnel-area,
    .funneljoy-features-area {
        position: relative;
    }

    .marketing-funnel-area:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, .9);
    }

    .funneljoy-features-area:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, .9);
    }


}

@media only screen and (max-width: 991px) {
    .kessintect-header-area li{
        margin-left: 40px;
    }
    .funneljoy-header-area .header-menu li {
        margin-left: 30px;
    }

    .introducing-left {
        max-width: 100%;
        float: none;
    }

    .introducing-right {
        max-width: 100%;
    }

    .introducing-right-text {
        text-align: center;
        margin-top: 15px;
    }

    .introducing-btn {
        float: none;
    }

    .footer-area {
        padding-top: 12px;
        padding-bottom: 8px;
    }

    .single-footer-list a {
        font-size: 14px;
        line-height: 26px;
    }


    .single-enterprise-1 {
        background: transparent;
    }

    .single-enterprise {
        max-width: auto;
        padding: 0 10px;
    }

    .introducing-right-text h2 {
        font-size: 17px;
        line-height: 24px;
    }

    .conversion-rate-title h2 {
        font-size: 30px;
    }

    .single-conversion-text p {
        margin-top: 0;
    }

    .blog-bg-area {
        background: transparent;
        padding: 0;
    }

    .blog-title h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .trusted-area {
        padding: 40px 0;
    }

    .trusted-title h2 {
        margin-bottom: 20px;
    }

    .conversion-rate-area {
        padding: 20px;
    }

    .introducing-area {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
	    .marketing-funnel-area {
        -webkit-background-size: contain;
        background-size: contain;
    }
	.marketing-funnel h2{
		line-height: 1.2;
	}
	.slick-next{
		right: 0;
		display: none;
	}
	.slick-prev{
		left: 0;
		display: none;
	}
    body{
        overflow-x: hidden;
    }
    .slicknav_nav li a span img{
        display: none;
    }
    .single-producct {
        width: 100%;
        float: none;
        padding-right: 0;
    }
    .drop-menu:before{
        opacity: 0;
    }
    .single-producct .single-conversion-text p{
        max-width: 100%;
    }
    .single-conversion-link a{
        display: inline-block;
        margin-left: 0;
        margin-bottom: 15px;
    }

    .slicknav_menu {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        background: rgba(255, 255, 255, .9);
        padding-top: 0;
        padding-bottom: 0;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .slicknav_btn {
        background: transparent;
    }

    .slicknav_brand {
        width: 165px;
        height: auto;
    }

    .slicknav_nav a {
        color: #000;
    }

    .slicknav_nav .slicknav_row:hover {
        background: transparent;
        color: #000;
    }

    .slicknav_menu .slicknav_icon-bar {
        background: #007bff;


    }

    .slicknav_btn {
        margin-right: 20px;
    }

    .slicknav_menu .slicknav_icon-bar {
        margin-bottom: 5px;
        display: block;
        width: 37px;
        height: 3px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0;
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
    }

    .header-area {
        display: none;
    }

    .marketing-funnel h2 {
        margin-top: 30px;
    }

    .filter-text h2 {
        line-height: 1.5;
    }

    .single-enterprise {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .single-footer-list {
        margin-bottom: 20px;
    }

    .single-footer-list h4 {
        margin-bottom: 0;
    }

    .footer-right {
        text-align: left;
    }

}

@media only screen and (max-width: 575px) {
	.paginator .prev,
	.paginator .next{
		display: none !important;
	}
	.introducing-area .slick-dots {
	    position: absolute;
	    bottom: 0px;
	    display: block;
	    width: 60px;
	    padding: 0;
	    margin: 0;
	    list-style: none;
	    text-align: center;
	    left: 50%;
	    margin-left: -30px;
	}
}
@media only screen and (max-width: 430px) {
    .marketing-funnel h2 {
        font-size: 38px;
    }

    .introducing-btn a {
        width: 230px;
    }

    .trusted-logo img {
        width: 33%;
        margin-bottom: 20px;
    }

}

@media only screen and (max-width: 379px) {
    .register-form p .form-icon {
        left: 15px;
    }

    .register-form input {
        padding-left: 40px;
    }

    .filter-text {
        padding-top: 25px;
    }

    .filter-text h2 {
        font-size: 32px;
        line-height: 1;
    }

    .marketing-funnel-btn-left a {
        width: 300px;
        line-height: 115px;
    }

    .marketing-funnel-btn {
        margin-top: 40px;
    }

}

@media only screen and (max-width: 349px) {
    .marketing-funnel-btn-left a {
        width: 260px;
        line-height: 115px;
    }

    .marketing-funnel-btn-right {
        margin-top: -25px;
    }
}