.main-timeline{
    padding: 150px 0 0;
    position: relative;
    display: inline-block;
}
.main-timeline:before,
.main-timeline:after{
    content: '';
    height: 30px;
    width: 50px;
    background: #909090;
    border-radius: 50%;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 2;
}
.main-timeline:after{
    top: auto;
    bottom: -10px;
}
.main-timeline .timeline{
    width: 52.2%;
    float: left;
    display: block;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline-content{
    color: #000;
    border-right: 50px solid #E5E5E5;
    padding: 40px 30px 20px 0;
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after{
    content: '';
    background-color: #00B3AD;
    height: 80px;
    width: 50px;
    border-radius: 23px;
    position: absolute;
    right: -50px;
    top: 30px;
}
.main-timeline .timeline-content:before{
    background-color: #047a74;
    height: 30px;
    border-radius: 50%;
    z-index: 1;
}
.main-timeline .title{
    color: #fff;
    background-color: #00B3AD;
    font-weight: 800;
    font-size: 20px;
    padding: 10px 25px;
    margin: 0 0 35px 0;
    -webkit-clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 0 0);
    clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 0 0);
}
.main-timeline .inner-content{
    padding-right: 150px;
    position: relative;
}
.main-timeline .timeline-icon{
    color: #fff;
    background-color: #00B3AD;
    font-size: 60px;
    text-align: center;
    line-height: 100px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 5px;
}
.main-timeline .description{
    font-size: 100%;
    text-align: justify;
    letter-spacing: 1px;
	color:#172134;
}
.main-timeline .timeline:nth-child(odd){ margin-top: -12%; }
.main-timeline .timeline:nth-child(even){
    float: right;
    width: 52.15%;
    margin-top: -12%;
}
.main-timeline .timeline:nth-child(even) .timeline-content{
    border-right: 0 solid transparent;
    border-left: 50px solid #E5E5E5;
    padding: 40px 0 20px 30px;
}
.main-timeline .timeline:nth-child(even) .timeline-content:before,
.main-timeline .timeline:nth-child(even) .timeline-content:after{
    right: auto;
    left: -50px;
}
.main-timeline .timeline:nth-child(even) .inner-content{
    padding-right: 0;
    padding-left: 150px;
}
.main-timeline .timeline:nth-child(even) .title{
    padding: 10px 25px 10px 40px;
    -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 5% 100%, 0 50%);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 5% 100%, 0 50%);
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    right: auto;
    left: 0;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-icon,
.main-timeline .timeline:nth-child(4n+2) .title,
.main-timeline .timeline:nth-child(4n+2) .timeline-content:after{
    background-color: #FF534F;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content:before{
    background-color: #a02724;
}
.main-timeline .timeline:nth-child(4n+3) .timeline-icon,
.main-timeline .timeline:nth-child(4n+3) .title,
.main-timeline .timeline:nth-child(4n+3) .timeline-content:after{
    background-color: #9642A4;
}
.main-timeline .timeline:nth-child(4n+3) .timeline-content:before{
    background-color: #6d167c;
}
.main-timeline .timeline:nth-child(4n+4) .timeline-icon,
.main-timeline .timeline:nth-child(4n+4) .title,
.main-timeline .timeline:nth-child(4n+4) .timeline-content:after{
    background-color: #FAB030;
}
.main-timeline .timeline:nth-child(4n+4) .timeline-content:before{
    background-color: #ba7807;
}
@media screen and (max-width:1200px){
    .main-timeline{ padding: 130px 0 0; }
    .main-timeline .timeline{ width: 52.66%; }
    .main-timeline .timeline:nth-child(even){ width: 52.66%; }
}
@media screen and (max-width:990px){
    .main-timeline{ padding: 100px 0 0; }
    .main-timeline .timeline{ width: 53.5%; }
    .main-timeline .timeline:nth-child(even){ width: 53.5%; }
    .main-timeline .inner-content{
        padding-right: 120px;
    }
    .main-timeline .timeline:nth-child(even) .inner-content{
        padding-left: 120px;
    }
}
@media screen and (max-width:767px){
    .main-timeline{ padding: 17px 0 0; }
    .main-timeline:before,
    .main-timeline:after{
        transform:translateX(0);
        left: 0;
    }
    .main-timeline:after{
        top: auto;
        bottom: -10px;
    }
    .main-timeline .timeline:nth-child(odd){
        margin-top: 0;
    }
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        margin-top: 0;
        float: right;
    }
    .main-timeline .timeline .title{
        padding: 10px 25px 10px 30px;
        -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 5% 100%, 0 50%);
        clip-path: polygon(5% 0, 100% 0, 100% 100%, 5% 100%, 0 50%);
    }
    .main-timeline .timeline-icon{
        right: auto;
        left: 0;
    }
    .main-timeline .inner-content{
        padding-right: 0;
        padding-left: 150px;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline-content:after{
        right: auto;
        left: -50px;
    }
    .main-timeline .timeline-content{
        border-right: 0 solid transparent;
        border-left: 50px solid #E5E5E5;
        padding: 40px 0 20px 30px;
    }
}
@media screen and (max-width:479px){
    .main-timeline .timeline .title,
    .main-timeline .timeline:nth-child(even) .title{
        font-size: 16px;
        padding: 10px 5px 10px 25px;
    }
    .main-timeline .timeline:nth-child(even) .inner-content,
    .main-timeline .inner-content{
        padding-right: 0;
        padding-left: 15px;
    }
    .main-timeline .timeline:nth-child(even) .timeline-icon,
    .main-timeline .timeline-icon{
        transform:scale(0.7);
        right: auto;
        left: -107px;
    }
}


/*   Gallery Box */

.demo{ background-color: #E5E9EC; }
.box{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    overflow: hidden;
    perspective: 800px;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.box:hover{ box-shadow: 0 0 10px #000; }
.box:before{
    content: '';
    height: 100%;
    width: 100%;
    background-image: repeating-linear-gradient(45deg, transparent 5px, transparent 10px, rgba(0,0,0,0.3) 24px);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease 0.1s;
}
.box:hover:before{ opacity: 1; }
.box img{
    width: 100%;
    height: auto;
}
.box .box-content{
    background: linear-gradient(to bottom,transparent,rgba(0,0,0,0.1),rgba(0,0,0,0.7),rgba(0,0,0,0.9));
    height: 100%;
    width: 100%;
    opacity: 0;
    transform-origin: center bottom;
    transform: rotate(-180deg);
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease 0s;
}
.box:hover .box-content{
    opacity: 1;
    transform: rotate(0);
}
.box .content{
    color: #fff;
    width: 100%;
    opacity: 0;
    filter: blur(5px);
    transform: translatex(-50%);
    position: absolute;
    left: 50%;
    bottom: 15px;
    transition: all 0.4s ease 0.25s;
}
.box:hover .content{
    opacity: 1;
    filter: blur(0);
}
.box .title{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.box .icon{
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}
.box .icon li{
    margin: 0 5px;
    display: inline-block;
}
.box .icon li a{
    color: #fff;
    background-color: #e41757;
    font-size: 20px;
    line-height: 35px;
    height: 35px;
    width: 35px;
    border-radius: 40% 0;
    display: block;
    transition: all 0.3s ease 0s;
}
.box .icon li a:hover{
    color: #e41757;
    background-color: #fff;
    box-shadow: 0 0 15px #e41757;
}
@media only screen and (max-width:990px){
    .box{ margin-bottom: 30px; }
}
@media only screen and (max-width:479px){
    .box .title{ font-size: 18px; }
}

/*  Service Box */

.service-single{
  margin-top: 20px;
  padding-bottom: 10px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 0 10px #e8e8e8;
}
.service-single .box-top{
  background: #FFA500;
  padding: 20px 2px 60px 2px;
  color: #fff;
}
.service-single .box-top i{
  font-size: 50px;
  padding: 10px 0;
}
.service-single .box-top h2{
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.service-single .box-down{
  max-width: 350px;
  margin: 0 auto;
  border-radius: 100%;
  background: #fff;
  margin-top: -40px;
  padding: 80px 10px 10px 10px;
}
.service-single .btn-holly{
    background: #fff;
	border:1px solid #f0f0f0;
	border-radius: 20px;
	color: #FFA500;
}
.service-single .btn-holly:hover{
	background: #FFA500;
	border-color: #FFA500;
	color: #fff;
}
@media only screen and (max-width:990px){
    .service-single{ margin-bottom: 30px; }
}
@media only screen and (max-width:479px)
{
    .service-single .box-top{ font-size: 18px; }
}

/* service box 2 */
.demo{ padding-bottom: 40px; }
.serviceBox{
    font-family: 'Roboto', sans-serif;
    color: rgba(0,0,0,0.5);
    margin: 0 15px;
    position: relative;
}
.serviceBox:after{
    content: '';
    height: 12px;
    width: 12px;
    background-color: #fff;
    border: 2px solid #043f65;
    border-radius: 50%;
    position: absolute;
    left: -4px;
    bottom: -2px;
}
.serviceBox .service-icon{
    color: #FE214A;
    font-size: 70px;
    text-align: center;
    line-height: 150px;
    height: 150px;
    width: 150px;
    margin: 0 0 25px;
    border-radius:50% 50% 50% 0;
    background: linear-gradient(to bottom,#EBEDEC,#E8E8E8);
    box-shadow: 0 0 3px #909090;
    display:block;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon{
    font-size: 80px;
    box-shadow: 0 0 10px #909090;
}
.serviceBox .service-icon:before,
.serviceBox .service-icon:after{
    content: '';
    height: 90%;
    width: 90%;
    background-color: #043f65;
    border-radius: 50% 50% 50% 0;
    transform:translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
}
.serviceBox .service-icon:after{
    height: 80%;
    width: 80%;
    background-color: #fff;
    border-radius: 50%;
}
.serviceBox .service-content{
    padding: 0 20px 15px;
    border-left: 2px solid #d3d3d3;
}
.serviceBox .title{
    color: #043f65;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.serviceBox .description{
    font-size: 15px;
    text-align: justify;
    line-height: 28px;
    margin: 0;
}
.serviceBox.pink:after{ border-color: #FF7BD1; }
.serviceBox.pink .service-icon{ color: #FF7BD1; }
.serviceBox.pink .service-icon:before{ background-color: #FF7BD1; }
.serviceBox.pink .title{ color: #FF7BD1; }
.serviceBox.purple:after{ border-color: #B65EE8; }
.serviceBox.purple .service-icon{ color: #B65EE8; }
.serviceBox.purple .service-icon:before{ background-color: #B65EE8; }
.serviceBox.purple .title{ color: #B65EE8; }
.serviceBox.blue:after{ border-color: #6986FE; }
.serviceBox.blue .service-icon{ color: #6986FE; }
.serviceBox.blue .service-icon:before{ background-color: #6986FE; }
.serviceBox.blue .title{ color: #6986FE; }
@media only screen and (max-width:1200px){
    .serviceBox{ margin: 0; }
}
@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 0 40px; }
}

/* last service box */
.demo1{ background: #E9E8E6; }
.pricingTable{
    font-family: 'Verdana', sans-serif;
    text-align: center;
    margin: 0 10px;
    position: relative;
    z-index: 1;
	min-height:500px;
}
.pricingTable .pricingTable-header{
    color: #E97002;
    background-color: #fff;
    text-align: center;
    padding: 70px 0 40px;
    margin: 0 10px;
    display: block;
    -webkit-clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
    clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
    position: relative;
    z-index: -1;
}
.pricingTable .title{
    font-size: 45px;
    letter-spacing: 2px;
    margin: 0;
}
.pricingTable .pricing-content{
    background: linear-gradient(to bottom,#FBEA54,#F39733);
    border-radius: 20px;
    padding: 15px 15px 25px;
    margin-top: -15px;
    z-index: 2;
    transition:all 0.3s;
}
.pricingTable:hover .pricing-content{ box-shadow: 0 0 10px rgba(0,0,0,0.8); }
.pricingTable .content{
    background: #fff;
    border-radius: 10px;
    padding: 20px 20px 60px;
    margin-bottom: 20px;
    -webkit-clip-path: polygon(50% 100%, 100% 80%, 100% 0, 0 0, 0 80%);
    clip-path: polygon(50% 100%, 100% 80%, 100% 0, 0 0, 0 80%);
}
.pricingTable .content ul{
    color: #000;
    text-align: left;
    font-size: 110%;
    line-height: 25px;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 0;
    display: inline-block;
    margin: 0 auto 5px;
}
.pricingTable .content ul li{ margin-bottom: 10px; }
.pricingTable .content ul li span{ color: #B75F00; }
.pricingTable .price-value{
    color: #000;
    font-size: 110%;
    transition: all 0.3s;
}
.pricingTable .amount { color: #F39733; }
.pricingTable .pricingTable-signup{
    color: #fff;
    font-size: 120%;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    transition: all 0.3s;
}
.pricingTable .pricingTable-signup:hover{
    padding: 10px 15px;
    box-shadow: 0 0 20px rgba(255,255,255,0.7) inset;
}
.pricingTable.green .pricingTable-header{color: #2C7934;}
.pricingTable.green .price-value .amount{color: #2C7934;}
.pricingTable.green .pricing-content ul span{color: #2C7934;}
.pricingTable.green .pricing-content{background: linear-gradient(to bottom,#B0C333,#46A450);}
.pricingTable.blue .pricingTable-header{color: #0A8683;}
.pricingTable.blue .price-value .amount{color: #0A8683;}
.pricingTable.blue .pricing-content ul span{color: #0A8683;}
.pricingTable.blue .pricing-content{background: linear-gradient(to bottom,#B2DAC2,#51B9B6);}
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 30px; }
}
@media only screen and (max-width: 479px){
    .pricingTable{ margin:0 0 30px; }
    .pricingTable .content ul{ font-size: 110%; }
    .pricingTable .price-value{ font-size: 110%; }
}

.capsty{background: #ffffff; color: #000000;}