.pagetitle{
    padding-top: 130px;
    background:url(../images/headingbg.jpg) center no-repeat;
}
@media (max-width: 1279px) {
    .pagetitle{
    padding-top: 30px;
}
}
.main-timeline{
    overflow: hidden;
    position: relative;
}
.main-timeline .timeline{ position: relative; }
.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.main-timeline .timeline:before{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.main-timeline .timeline-icon{
    width: 16px;
    height: 95%;
    background: #029bbd;
    margin: auto;
    position: absolute;
    top: 5%;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.main-timeline .timeline-icon:before,
.main-timeline .timeline-icon:after{
    content: "";
    border-bottom: 11px solid #029bbd;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: -11px;
    left: 0;
}
.main-timeline .timeline-icon:after{
    border-bottom-color: #fff;
    top: auto;
    bottom: 0;
}
.main-timeline .year{
    display: inline-block;
    padding: 5px 35px;
    margin: 0;
    border-radius: 4px;
    font-size: 26px;
    color: #fff;
    background: linear-gradient(to right, #079dc0, #01c2bf);
    text-align: center;
    position: absolute;
    top: 50%;
    left: 32%;
    transform: translateY(-50%);
}
.main-timeline .timeline-content{
    width: 50%;
    float: right;
    padding: 0 60px 30px 60px;
    position: relative;
}
.main-timeline .icon{
    display: inline-block;
    font-size: 40px;
    color: #a7a7a7;
    margin-bottom: 7px;
}
.main-timeline .title{
    font-size: 20px;
    font-weight: bold;
    color: #2a2a2a;
    margin: 0 0 7px 0;
}
.main-timeline .description{
    font-size: 14px;
    color: #4d4d4d;
    line-height: 24px;
    margin: 0;
}
.main-timeline .timeline:nth-child(2n) .year{
    left: auto;
    right: 32%;
}
.main-timeline .timeline:nth-child(2n) .timeline-content{ float: left; }
.main-timeline .timeline:nth-child(2n) .year{ background: linear-gradient(to right, #9e489f, #b64877); }
.main-timeline .timeline:nth-child(2n) .timeline-icon{ background: #9e489f; }
.main-timeline .timeline:nth-child(2n) .timeline-icon:before{ border-bottom-color: #9e489f; }
.main-timeline .timeline:nth-child(3n) .year{ background: linear-gradient(to right, #6ab00f, #9fce26); }
.main-timeline .timeline:nth-child(3n) .timeline-icon{ background: #6ab00f; }
.main-timeline .timeline:nth-child(3n) .timeline-icon:before{ border-bottom-color: #6ab00f; }
.main-timeline .timeline:nth-child(4n) .year{ background: linear-gradient(to right, #d84704, #ea703f); }
.main-timeline .timeline:nth-child(4n) .timeline-icon{ background: #d44908; }
.main-timeline .timeline:nth-child(4n) .timeline-icon:before{ border-bottom-color: #d44908; }
@media only screen and (max-width: 1200px){
    .main-timeline .year{ left: 28%; }
    .main-timeline .timeline:nth-child(2n) .year{ right: 28%; }
}
@media only screen and (max-width: 990px){
    .main-timeline .year{ left: 25%; }
    .main-timeline .timeline:nth-child(2n) .year{ right: 25%; }
}
@media only screen and (max-width: 767px){
    .main-timeline .timeline{ padding-top: 30px; }
    .main-timeline .timeline:before{
        border: 15px solid transparent;
        border-top-color: #029bbd;
        border-bottom: 10px solid transparent;
        margin: 0 auto;
        position: absolute;
        top: 1px;
        left: 0;
        z-index: 2;
    }
    .main-timeline .timeline:nth-child(2n):before{ border-top-color: #9e489f; }
    .main-timeline .timeline:nth-child(3n):before{ border-top-color: #6ab00f; }
    .main-timeline .timeline:nth-child(4n):before{ border-top-color: #d44908; }
    .main-timeline .timeline-icon{
        width: 100%;
        height: 16px;
        margin: 0;
        top: 0;
        left: 0;
    }
    .main-timeline .timeline-icon:before,
    .main-timeline .timeline-icon:after{
        border: 8px solid transparent;
        border-left: 8px solid #fff;
        top: 0;
        left: 0;
    }
    .main-timeline .timeline-icon:after{
        border-left: none;
        border-right: 8px solid #fff;
        left: auto;
        right: 0;
    }
    .main-timeline .year,
    .main-timeline .timeline:nth-child(2n) .year{
        display: block;
        margin: 0 30px 10px 30px;
        position: relative;
        top: 0;
        left: 0;
        transform: translateY(0);
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content{
        width: 100%;
        float: none;
        text-align: center;
        padding: 0 30px 20px;
    }
}


/******************* Pricing Table Demo - 2 *****************/

.pricingTable2{padding-bottom:30px;margin:0 15px;background:#fff;text-align:center;border-radius:15px;overflow:hidden}

.pricingTable2 .pricingTable-header{padding:20px 15px 45px;background:#66ce04;-webkit-clip-path:polygon(50% 100%,100% 60%,100% 0,0 0,0 60%);clip-path:polygon(50% 100%,100% 60%,100% 0,0 0,0 60%);position:relative}
.pricingTable2 .pricingTable-header:before{content:"";width:400px;height:400px;border-radius:50%;position:absolute;right:-50%;top:-130%;background:repeating-radial-gradient(rgba(255,255,255,.05),rgba(255,255,255,.2) 20%);transition:all .5s ease 0s}
.pricingTable2:hover .pricingTable-header:before{right:50%}
.pricingTable2 .title{font-size:40px;color:#fff;margin:0}
.pricingTable2 .price-value{display:block;font-size:25px;color:#000;margin:0 0 20px;transition:all .3s ease 0s}
.pricingTable2 .pricing-content{padding:30px 25px 0;margin:0;list-style:none;text-align: left;}
.pricingTable2 .pricing-content li{font-size:18px;color:#909090;line-height:40px;letter-spacing:1px;text-transform:capitalize;border-bottom:2px solid rgba(0,0,0,.15);margin-bottom:10px;position:relative}

.pricingTable2 .pricing-content li:last-child{border-bottom:none}
.pricingTable2 .pricing-content li i{color:#66ce04}
.pricingTable2 .pricingTable-signup{display:block;padding:18px 0;margin:0 25px;border-radius:10px;background:#66ce04;font-size:20px;color:#fff;letter-spacing:1px;text-transform:uppercase;overflow:hidden;position:relative;transition:all .3s ease 0s}
.pricingTable2 .pricingTable-signup:hover{letter-spacing:2px;box-shadow:0 0 10px rgba(0,0,0,.7),0 0 0 7px rgba(255,255,255,.5) inset}
.pricingTable2 .pricingTable-signup:before{content:"";width:230px;height:230px;border-radius:50%;background:repeating-radial-gradient(rgba(255,255,255,.05),rgba(255,255,255,.2) 20%);position:absolute;top:-180%;right:-40%;transition:all .8s ease 0s}
.pricingTable2 .pricingTable-signup:hover:before{right:40%}
.pricingTable2.blue .pricingTable-header,.pricingTable2.blue .pricingTable-signup{background:#15b8f3}
.pricingTable2.blue .pricing-content li i{color:#15b8f3}
.pricingTable2.pink .pricingTable-header,.pricingTable2.pink .pricingTable-signup{background:#f85959}
.pricingTable2.pink .pricing-content li i{color:#f85959}
@media only screen and (max-width:990px){.pricingTable2{margin-bottom:30px}
}
@media only screen and (max-width:479px){.pricingTable2{margin:0}
.pricingTable2 .pricing-content li{font-size:15px}
}
