﻿.home {
    background-color: #1abc9c;
    color: #fff;
    /*min-height: 300px;*/
    padding-bottom: 100px;
}

.herolead {
    font-size: 22px;
    line-height: 1.4em;
    margin: 20px 0 10px;
}

.herolead2 {
    font-size: 18px;
    line-height: 1.4em;
    margin: 20px 0 10px;
}

.mybtninfo{
    margin-left: 10px;
    margin-right: 10px;
    margin-top:5px;
    margin-bottom:5px;
}

.main {
    background: #fff;
    z-index: 3;
    margin: -60px auto 0;
    max-width: 1300px;
    border-radius: 6px;
    box-shadow: 0 16px 24px 2px rgba(0,0,0,.14), 0 6px 30px 5px rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
}

.category-header {
    margin-bottom: 20px;
    margin-top: 50px;
}

.intent{
    text-indent:2em;
    margin:0;
}

.aclass {
    color: #34495e;
}

.aclass:hover{
    color:#1abc9c;
}

.BtnMore {
    font-size: 18px;
    padding: 0;
    color: #16a085;
    background-color: transparent;
    border: none;
    display: inline-block;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-decoration: none;
    cursor: pointer;
}

    .BtnMore:hover {
        font-size: 18px;
        padding: 0;
        color: #1abc9c;
        background-color: transparent;
        border: none;
        display: inline-block;
        font-weight: normal;
        text-align: left;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        text-decoration: none;
        cursor: pointer;
    }

.displayblock
{
    display:block;
}

.displaynone
{
    display:none;
}

.panel-floating-fixed {
    display: block;
    position: fixed;
    box-shadow: 0 2px 20px rgba(0,0,0,0.2);
    bottom: 100px;
    right: 20px;
    width: 250px;
    margin-bottom: 0;
    border-top: 5px solid #1abc9c;
    overflow: hidden;
    padding: 10px;
    font-size: 14px;
    z-index: 4;
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}

    .panel-floating-fixed.dismissed {
        -webkit-animation-name: bounceOutDown;
        animation-name: bounceOutDown;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
    }

.panel-floating {
    border-top: 5px solid #1abc9c !important;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

.animated {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes bounceInUp {
    0%,100% {
        transition-timing-function: cubic-bezier(0.23, 0.77, 0.34, 0.99)
    }

    0% {
        -webkit-transform: translate3d(0, 160%, 0);
        transform: translate3d(0, 160%, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    0%,100% {
        transition-timing-function: cubic-bezier(0.23, 0.77, 0.34, 0.99)
    }

    0% {
        -webkit-transform: translate3d(0, 160%, 0);
        transform: translate3d(0, 160%, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes bounceOutDown {
    0%,100% {
        transition-timing-function: cubic-bezier(0.23, 0.77, 0.34, 0.99)
    }

    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 160%, 0);
        transform: translate3d(0, 160%, 0)
    }
}

@keyframes bounceOutDown {
    0%,100% {
        transition-timing-function: cubic-bezier(0.23, 0.77, 0.34, 0.99)
    }

    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 160%, 0);
        transform: translate3d(0, 160%, 0)
    }
}

/*-- what --*/
.what-left {
    float: left;
    width: 15%;
    text-align: center;
}

.what-right {
    float: right;
    width: 83%;
}
@media (max-width: 768px) {
    .what-right {
        width: 100%;
    }
}

.what-grid1 h4, .what-grid h4 {
    font-size: 22px;
    color: #000;
    letter-spacing: 2px;
    font-weight: 600;
}

.what-w3ls {
    padding: 6em 0;
}

.what-grids {
    margin-top: 2em;
}

.what-left-grids {
    padding: 1em 0;
}

.what-grid1 p, .what-grid p {
    font-size: 16px;
    color: #777;
    line-height: 28px;
    padding-top: 10px;
}

.what-grid1 i {
    height: 60px;
    width: 60px;
    margin: 3px;
    font-size: 1.5em;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    background: #1abc9c;
    color: #fff;
}

.what-top1 {
    margin: 1em 0;
}

.w3ls_head {
    font-size: 36px;
    color: #1abc9c;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: line-through;
}

.what-grid {
    padding-right: /*130px*/0;
}
@media (max-width: 768px) {
    .what-grid {
        padding-right: 0px;
    }
}

.what-agile-info {
    margin-top: 30px;
    border-left: 3px solid #1abc9c;
    padding: 0 0px 0 20px;
}

p.w3agile {
    font-size: 16px;
    color: #777;
    width: 70%;
    margin: 0 auto;
    line-height: 28px;
    text-align: center;
}
/*-- //what --*/

/*-- services-bottom --*/
.services-bottom {
    padding-top:2em;
}

.wthree-services-left img {
    width: 100%;
}

.wthree-services-right-top h4 {
    color: #212121;
    font-size: 1em;
    margin: 0;
    letter-spacing: 1px;
    font-weight: 800;
    /*text-transform: uppercase;*/
}

.wthree-services-right-top p {
    color: #999999;
    font-size: .9em;
    line-height: 1.8em;
    margin: 1em 0 0 0;
}

.services-right-bottom-bottom {
    margin: 2em 0 0 0;
}

.services-bottom-icon {
    float: left;
    width: 10%;
}

    .services-bottom-icon i.fa {
        color: #1abc9c;
        font-size: 2em;
    }

.services-bottom-info {
    float: left;
    width: 80%;
}
@media (max-width: 768px) {
    .services-bottom-info {
        width: 100%;
    }
    .wthree-services-left{
        margin-top:1em;
    }
}

    .services-bottom-info h5 {
        color: #212121;
        font-size: 1em;
        margin: 0;
        letter-spacing: 1px;
        font-weight: 800;
        /*text-transform: uppercase;*/
    }

    .services-bottom-info p {
        color: #999999;
        font-size: .9em;
        line-height: 1.8em;
        margin: 1em 0 0 0;

    }

.w3-services-bottom {
    margin: 2em 0 0 0;
}

.product_link h4{
    font-size: 1.5em;
    /*color:#1abc9c;*/
}

@media (max-width: 991px) 
{
    .wthree-services-right-top {
        margin-top: 2em;
    }
}
/*-- //services-bottom --*/

