.link{
    color:#000 !important;
}
.cta{
    background-image: url(../img/leave-bg.jpg?v=1);min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
:root{ --main-color: #01C0A2; }
.pricingTable{
    background: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 0 0 30px;
    margin: 0 15px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
}
.pricingTable:before{
    content: "";
    border: 10px solid var(--main-color);
    border-top: none;
    border-bottom: none;
    border-radius: 10px;
    position: absolute;
    top: 55px;
    bottom: 55px;
    left: -10px;
    right: -10px;
    z-index: -1;
}
.pricingTable .pricingTable-header{
    color: var(--main-color);
    text-transform: capitalize;
    position: relative;
    margin: 0 0 5px;
}
.pricingTable .title{
    color: #fff;
    background: var(--main-color);
    font-size: 20px;
    font-weight: 500;
    width: 80%;
    padding: 10px 0;
    margin: 0 auto 5px;
    border-radius: 0 0 50px 50px;
}
.pricingTable .price-value .amount{
    font-size: 50px;
    font-weight: 600;
    line-height: 53px;
}
.pricingTable .duration{
    font-size: 17px;
    line-height: 17px;
    display: block;
}
.pricingTable .pricing-content{
    text-align: left;
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    display: inline-block;
}
.pricingTable .pricing-content li{
    color: #555;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    padding: 0 15px 0 30px;
    margin: 0 0 10px;
    position: relative;
}
.pricingTable .pricing-content li:last-child{ margin: 0; }
.pricingTable .pricing-content li:before{
    content: "\f00c";
    color: #349008;
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    position: absolute;
    top: 3px;
    left: 0;
}
.pricingTable .pricing-content li.disable:before{
    content: "\f00d";
    color: #FF3A39;
}
.pricingTable .pricingTable-signup a{
    color: #fff;
    background: var(--main-color);
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px 20px 5px;
    border-radius: 50px 50px;
    display: inline-block;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup a:hover{
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
}
.pricingTable.blue{ --main-color: #226AFF; }
.pricingTable.orange{ --main-color: #FF6616; }
@media only screen and (max-width: 990px){
    .pricingTable{ margin: 0 10px 40px; }
}

.counts .count-box p {
    padding: 10px 0 0 0;}
    .img-fluid-height{
        max-width: 100%;
    height: 150px
    }
.count-box {
            margin-bottom: 15px;
        }
        
       
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
    color: black;
    border-bottom: 2px solid #3f7414;
    background: #d6e441;
}
        .navbar a,
        .navbar a:focus {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px;
            font-family: "Roboto", sans-serif;
            font-size: 14px;
            color: #000;
            font-weight: bold;
            white-space: nowrap;
            transition: 0.3s;
            text-transform: uppercase;
            /* font-weight: 500; */
        }
    
      #header {
          border-bottom: 5px solid green;
    border-top: 5px solid green;
    padding:15px 0;
  
      }
    /*    #header .logo img {*/
    /*        max-height: 80px !important;*/
    /*    }*/

        .testimonials .testimonial-item {
            box-sizing: content-box;
            min-height: 215px;
        }
    
       .demo{ background-color: #bbcdcf; }
.serviceBox{
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    padding: 0 0 20px;
    margin: 5px 5px 0 15px;
    text-align: right;
    border-radius: 20px 0;
    position: relative;
    z-index: 1;
}
.serviceBox .title{
    color: #fff;
    background:#333300;
    font-size: 18px;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
    padding: 12px 25px;
    margin: -6px -6px 30px 0;
    border-radius: 0 0 0 20px;
    box-shadow: -2px 4px 1px rgba(0,0,0,0.2);
    display: inline-block;
    position: relative;
}
.serviceBox .title:before,
.serviceBox .title:after{
    content: "";
    background: linear-gradient(to right bottom, transparent 49%, #f83600 50%);
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0;
    left: -4px;
}
.serviceBox .title:after{
    transform: rotate(180deg);
    top: auto;
    bottom: -5px;
    left: auto;
    right: 0;
}
.serviceBox .description{
    color: #555;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 23px;
    text-align: center;
    margin: 0 15px 20px;
}
.serviceBox .service-icon{
    color: #fff;
    background: #36353a;
    font-size: 35px;
    text-align: center;
    line-height: 68px;
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border: 2px solid #000;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon{ transform: rotateY(360deg); }
.serviceBox .read-more{
    color: #fff;
    background: linear-gradient(to right,#fe8c00,#f83600);
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    width: 140px;
    padding: 7px 0;
    border-radius: 0 30px 30px 0;
    box-shadow: 4px 4px 1px rgba(0,0,0,0.2);
    display: block;
    position: relative;
}
.serviceBox .read-more:hover{ text-shadow: 0 0 5px #555; }
.serviceBox .read-more:before,
.serviceBox .read-more:after{
    content: "";
    background: linear-gradient(to bottom,#fe8c00,#f83600);
    width: 15px;
    height: 25px;
    border-radius:50px 0 0 50px;
    position: absolute;
    top: -25px;
    left: -15px;
}
.serviceBox .read-more:after{
    background: #fe8c00;
    border-radius: 50px 0 0 50px;
    height: 62px;
    z-index: -2;
}
.serviceBox.green .title,
.serviceBox.green .read-more{
    background: linear-gradient(to right, #2cdc81, #039b68);
}
.serviceBox.green .title:before,
.serviceBox.green .title:after{
    background: linear-gradient(to right bottom, transparent 49%, #039b68 50%);
}
.serviceBox.green .read-more:before{ background: linear-gradient(to bottom,#2cdc81, #039b68); }
.serviceBox.green .read-more:after{ background: #2cdc81; }
.serviceBox.blue .title,
.serviceBox.blue .read-more{
    background: linear-gradient(to right,#02e7f7,#876cf5);
}
.serviceBox.blue .title:before,
.serviceBox.blue .title:after{
    background: linear-gradient(to right bottom, transparent 49%, #876cf5 50%);
}
.serviceBox.blue .read-more:before{ background: linear-gradient(to bottom,#02e7f7,#876cf5); }
.serviceBox.blue .read-more:after{ background: #02e7f7; }
.serviceBox.purple .title,
.serviceBox.purple .read-more{
    background: linear-gradient(to right, #B53471, #6F1E51);
}
.serviceBox.purple .title:before,
.serviceBox.purple .title:after{
    background: linear-gradient(to right bottom, transparent 49%, #6F1E51 50%);
}
.serviceBox.purple .read-more:before{ background: linear-gradient(to bottom,#B53471, #6F1E51); }
.serviceBox.purple .read-more:after{ background: #B53471; }
@media only screen and (max-width:990px){
    .serviceBox{ margin: 5px 5px 30px 15px; }
}


        #hero h2{
            margin:0px;
        }
        
        
        :root{ --main-color: #5db15c; }
.main-timeline{ 
    /*font-family: 'Poppins', sans-serif; */
    font-family:auto;
}
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: 100%;
    margin: 0 5px 0 0;
    float: left;
}
.main-timeline .timeline-content{
    padding: 10px 5px 20px;
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before{
    content: '';
    background-color: var(--main-color);
    height: 181px;
    width: 181px;
    border-radius: 50% 50% 0 50%;
    opacity: 0.1;
    position: absolute;
    right: 0;
    bottom: 0;
}
.main-timeline .timeline-icon{
    color: #fff;
    background-color: var(--main-color);
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50% 0 50% 50%;
    box-shadow: -5px 0 rgba(0,0,0,0.1);
    position: absolute;
    right: 0;
    top: 0;
}
.main-timeline .title{
    color: #000;
    background: linear-gradient(-45deg,transparent 60%,var(--main-color) 60%);
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 5px 30px 5px 10px;
    margin: 0 0 7px;
    display: inline-block;
}
.main-timeline .description{
    color: #555;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 1px;
    margin: 0;
    text-align: justify;
}
.main-timeline .timeline:nth-child(even){
    margin: 0 0 0 5px;
    float: right;
}
.main-timeline .timeline:nth-child(even) .timeline-content:before{
    border-radius: 50% 50% 50% 0;
    left: 0;
    right: auto;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    border-radius: 0 50% 50%;
    right: auto;
    left: 0;
}
.main-timeline .timeline:nth-child(4n+2){ --main-color: #fea702; }
.main-timeline .timeline:nth-child(4n+3){ --main-color: #11a4c1; }
.main-timeline .timeline:nth-child(4n+4){ --main-color: #2a9afc; }
@media screen and (max-width:767px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        margin: 0 0 30px;
    }
}

.section-title {
    text-align: center;
    padding-bottom: 10px;
}

.container {
  --container: 1160px;
  max-width: var(--container);
  margin: auto;
}
.teamGrid {
    display: grid;
    grid-template-columns: 32.33% 32.33% 32.33%;
    column-gap: 1.5%;
    margin-top: 100px;
}
/*.avatar {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: -80px;*/
/*    text-align: center;*/
/*}*/
.teamcolinner {
    position: relative;
}
.avatar > img {
    width: 100px;
    margin: auto;
    border-radius: 50%;
    border: 1px solid rgb(170 170 173/ 1);
    box-shadow: 0px 3px 10px 3px rgb(170 170 173 / 0.5);
}
.teamcolinner {
    position: relative;
    border: 1px dashed #ddd;
    min-height: 100px;
    background: #fff;
    z-index: 9;
}
.teamcol {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    transition: transform 1s ease-in-out;
}
.teamcol:hover {
    /*transform: translateY(-30px);*/
    box-shadow: 0px 3px 10px 3px rgb(170 170 173 / 0.5);
    transition: transform 1s ease-in-out;
}
.teamcol:before {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    right: 0;
    top: 0;
    background: -webkit-linear-gradient(#B80DC3, #FAED21);
    border-top-right-radius: 10px;
    transition: width 1s ease-in-out;
}
.teamcol:after {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(#FAED21, #5db15c);
    border-bottom-left-radius: 10px;
    transition: width 1s ease-in-out;
}
.teamcol:hover::before, .teamcol:hover::after {
    width: 100%;
    transition: width 1s ease-in-out;
}
/*.member-name {*/
/*    margin-top: 80px;*/
/*}*/
.member-info {
    padding: 10px 20px;
}
.social-listing {
    align-items: center;
    justify-content: center;
    display: flex;
    list-style: none;
    padding: 0;
}
.social-listing >li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #f4f5f7;
    border-radius: 50%;
    margin: 5px;
}
.section-title h2 {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-bottom: 2px;
    position: relative;
}
