  :root{
    --color1: #9C1245;
    --color2: #840B38;
}
.main-timeline{
    padding: 25px 0;
}
.main-timeline:before{
    content: '';
    background: linear-gradient(to right, #eee,#bbb,#eee);
    height: 100%;
    width: 30px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 0;
}
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: 50%;
    padding: 0 0 30px 0;
    margin: 0 0 20px;
    float: left;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline-content{
    color: #fff;
    background: var(--color1);
    padding: 25px 25px 25px 100px;
    border-radius: 50px 50px 50px;
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after{
    content: '';
    background: var(--color2);
    height: 80px;
    width: 130px;
    position: absolute;
    right: 0;
    bottom: -30px;
    z-index: -1;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.main-timeline .timeline-content:before{
    background: transparent;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    border: 2px solid var(--color2);
    transform: rotateX(30deg);
    bottom: -37px;
    right: -7px;
    clip-path: none;
}
.main-timeline .timeline-icon{
    font-size: 45px;
    font-weight: 600;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 30px;
}
.main-timeline .title{
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.main-timeline .description{
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even){
    float: right; 
    margin: 0 0 30px 10px;
}
.main-timeline .timeline:nth-child(even) .timeline-content{ padding: 25px 100px 25px 25px; }
.main-timeline .timeline:nth-child(even) .timeline-content:before{
    right: auto;
    left: -7px;
}
.main-timeline .timeline:nth-child(even) .timeline-content:after{
    transform: rotateY(180deg);
    right: auto;
    left: 0;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    right: 30px;
    left: auto;
}
.main-timeline .timeline:nth-child(2){
    --color1: #065382;
    --color2: #073B62;
}

.main-timeline .timeline:nth-child(3){
    --color1: #FE7A33;
    --color2: #E76621;
}

.main-timeline .timeline:nth-child(4){
    --color1: #17CAD9;
    --color2: #0FACBB;
}

@media screen and (max-width:767px){
    .main-timeline:before{
        transform: translateX(0);
        left: 0;
    }
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        margin: 0 0 30px;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        padding: 50px 25px 25px;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before{
        left: -7px;
        right: auto;
    }
    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(even) .timeline-content:after{
        transform: rotateY(180deg);
        left: 0;
        right: 0;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        left: 30px;
        right: auto;
        top: 20px;
        transform: translateY(0);
    }
}
    
    /*css-nee-treele*/
    .faq-list {
    list-style: none;
    padding: 0;
}

.faq-list li {
    margin: 30px 0;
  border: 1px solid rgb(205, 205, 205);
    padding: 20px 30px;
    margin: 0px auto 30px;
    text-align: left;
   
    box-shadow: 0px 0px 10px 0px;
}


.faq-list .faq-heading::before {
    content: '+';
    font-size: 40px;
    display: block;
    position: absolute;
    right:0;
    top: -8px;
    color:#2f5a8e;
}

.faq-list .the-active .faq-heading::before {
    content: '-';
  
}

.faq-heading {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
     margin:0;
    color: #2f5a8e;
}

.faq-heading:hover {
    color: var(--theme-color);
}

.faq-text {
    display: none;
}

.art-box svg {
  width:100%;
}
      @media (max-width: 768px){
          .container{width: auto!important;}
            .clasio{display:none;}
      }

.sc-back{background-image: linear-gradient( 
180deg, #eaeaea 65%, #fcfbfb 90%);
    margin: 10px 0px;
    padding: 10px 30px;
    border-radius: 2%;}

.wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 100rem;
    padding: 40px 0px;
}

.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col {
  width: calc(25% - 2rem);
  margin: 1rem;
  cursor: pointer;
}

.flip {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.portfoli-slides {
    background-color: #f1f3f9;
    height: 100%;
}
.front,
.back {
  background-size: 250px 265px;
  background-position: center;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),
    -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  min-height: 280px;
  height: auto;
  border-radius: 10px;
  color: #fff;
  font-size: 1.5rem;
}

.back {
  background: #cedce7;
  background: -webkit-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
  background: -o-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
 background: linear-gradient(
0deg, #f29020 0%, #ff4530 30%);
}

.front:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    opacity: 0.3;
    /* background-color: #191919; */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
    border:1px double black;
}
.flip:hover .front,
.flip:hover .back {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),
    -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.inner {
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
}

.flip .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip .front {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip:hover .back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip:hover .front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.front .inner p {
    font-size: 2rem;
    margin-bottom: 2rem;
    position: relative;
    text-align: center;
    color: white;
    font-size: 22px;
}
.back p {
    color: white;
    font-size: 18px;
    text-align: center;
}

.front .inner p:after {
  content: "";
  width: 4rem;
  height: 2px;
  position: absolute;
  background: #c6d4df;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -0.75rem;
}

.front .inner span {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Montserrat";
  font-weight: 300;
}

@media screen and (max-width: 64rem) {
  .col {
    width: calc(33.333333% - 2rem);
  }
}

@media screen and (max-width: 48rem) {
  .col {
    width: calc(50% - 2rem);
  }
}

@media screen and (max-width: 32rem) {
  .col {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}

        .static_blogs{
            padding:45px 0px;
            width:100%;
            float:left;
        }
        .paragraph ul li {
            list-style: none;
        }

        .paragraph ul li {
            background: url(assets/img/main_ul.png) 0px 6px no-repeat;
            font-size: 17px;
            color: #747474;
            padding-left: 35px;
            line-height: 35px;
        }

        .head-title {
            color: #040404;
            font-weight: bolder;
            font-family: nexa-bold, sans-serif;
            font-size: 63px;
            letter-spacing: .02em;
            line-height: 60px;
            margin-bottom: 22px;
            margin-top: 0 !important;
            -webkit-font-smoothing: antialiased;
        }

        .sub-title {
            color: #000 !important;
            font-size: 22px;
            font-family: Poppins, sans-serif;
            line-height: 25px;
            margin-top: 0 !important;
            -webkit-font-smoothing: antialiased;
            font-weight: 600;
        }
        .content_page .website-designing-icon{
            background-color: #f9f9f985;
            padding: 20px 0px;
            margin-bottom: 30px;
        }
        .content_page .website-designing-box{
            margin-bottom:26px;
        }
        .content_page .website-designing-icon .website-designing-box img{
            margin:0 auto;
            display: block;
        }
        .content_page .website-designing-icon .website-designing-box p{
            text-align: center;
            color:#000;
            font-weight: bold;
        }
        .content_page{
            padding:0px;
        }
      
	
   
        @media (min-width:320px) and (max-width:680px) {
            .head-title {
                font-size: 22px !important;
                line-height: 28px !important;
                margin-bottom: 0 !important;
            }

            .sub-title {
                font-size: 15px !important;
                margin-bottom: 0 !important;
            }
        }

.slide-out-box {
    position: relative;
    overflow: hidden;
}
.dsservice-box {
    box-shadow: 1px -1px 4px 1px #a59d9d;
    border: 1px solid #fafafa;
    margin-bottom: 30px;
    background: #ffffff;
    padding-top: 14px;
    min-height: 295px;
    padding-bottom: 11px;
    text-align: center;
}

.dsservice-box .slide-content {
    position: absolute;
    top: -100%;
    width: 100%;
    height: 100%;
    display:none;
    
    background: #ff4530;
    opacity: 0.95;
    transition: 1s;
    color: #fff;
}
.slide-out-box:hover .slide-content {
    transition: 0.3s;
    display:block;
    top: 0;
}
.sc-heading{
        margin: 5px 0px !important;
}
.sc-heading-line{
        margin: 5px 0px;
}
.sc-heading a {
    font-size: 15px;
    text-transform: uppercase;
    margin: 0;
    color: #fff !important;
    line-height: 0px;
    font-weight: 600;
}
.sc-content{
    text-align: justify;
    margin: 5px 8px;
}
.inner-head-section {
    
}
.middle-form{
    margin-top:0px!important;
}
.backopr{ background-image: url("facebook-img/ashoka.jpg")!important;
   
}
/*.container {*/
/*  margin: 0 auto;*/
/*  width: 1200px; */
/*}*/

section.testimonial-section {
    margin: 0 auto;
  }


.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
}

.card {
  width: 30%;
  background: #ffffff;
  padding: 30px;
  border-radius: 5px;
  margin: 20px 10px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
   -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
  
  &:hover {
    background: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%);
    color: #fff;
    transform: scale(1.1);
    box-shadow: 0px 3px 15px #00000050;
     -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    
    .card__heading {
      &__img {
        bottom: 5px;
        transition: all .3s;
      }
      &__text {
        p { color: #fff; }
      }
    }
    .card__body {
      &:before, &:after {
        opacity: .3;
      }
    }
  }
  
  &__heading {
    position: relative;
    &__img {
      height: 90px;
      width: 80px;
      position: absolute;
      left: 0;
      object-fit: cover;
      border-radius: 8px;
      bottom: -5px;
    }
    &__text {
      text-align: left;
      margin-left: 100px;
      
      h3, p {
        margin: 0;
        padding: 0;
      }
      
      p { color: #666666; font-size: 14px; }
    }
  } // Heading
  &__body {
    position: relative;
    margin-top: 50px;
    
    &:before,
    &:after {
      content: "";
      display: block;
      position: absolute;
      font-size: 40px;
      color: #f7f7f7;
      z-index: 1;
    }
     &:before {
      font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f10d";
      top: 0;
    }
    &:after {
      font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f10e";
      bottom: 0;
      right: 0;
    }
    p {
      position: relative;
      z-index: 2;
      margin: 0;
      text-align: left;
      line-height: 2;
    }
  

   