@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Oswald:wght@400;700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.block-container{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media(min-width:600px){
.block-container{
 max-width:600px;
}}
@media(min-width:768px){
.block-container{
 max-width:768px;
}}
@media(min-width:992px){
.block-container{
 max-width:992px;
}}
@media(min-width:1200px){
.block-container{
 max-width:1200px;
}}
.block-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.block-col-2, .block-col-3, .block-col-4, .block-col-5, .block-col-6, .block-col-7, .block-col-8, .block-col-9{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px){
.block-col-1{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.block-col-2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;}
    
.block-col-3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;}
.block-col-4{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;}
.block-col-5{
  -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.block-col-6{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
 }
 .block-col-7{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
 }
 .block-col-8{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;}
 .block-col-9{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;}
}
@media (min-width: 576px){
.block-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
 }
}
@media (min-width:1281px){
    body .hide-desktop, body div>.spice-block-container-fluid.hide-desktop{
        display: none;
    }
}
@media (min-width:692px) and (max-width:1100px){
    body .hide-tablet, body div>.spice-block-container-fluid.hide-tablet {
        display: none;
    }
}
@media (max-width:691px){
    body .hide-mobile, body div>.spice-block-container-fluid.hide-mobile {
        display: none;
    }
}
.animated.slow{animation-duration:2s}
.animated.fast{animation-duration:.7s}
.spice-blocks-divider-line{
    border: 2px solid;
    display: inline-block;
}
.wp-block-spice-blocks-spice-button{
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  /*margin: 4px 2px;*/
  cursor: pointer;
}

.text-editor-inner p.spice-blocks-text-editor.has-dropcap:first-child:first-letter{
    margin: 10px 10px 10px 10px;
    padding: 18px 12px 18px 12px;
}
.spice-blocks-icon i{
    font-size: 4em;
}


/*Rajkamal css*/

div>.spice-block-container-fluid{
    width: 100%;
    display: flex;
    gap: 2em;
    flex-wrap: nowrap;
    max-width: initial;
}
.wp-block-spice-blocks-spice-section .spice-block-container {
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    gap: 2em;
    flex-wrap: nowrap; 
}
.editor-styles-wrapper .wp-block-spice-blocks-spice-section .spice-block-container {margin: 0 auto;}
.wp-block-spice-blocks-spice-column {
    flex-basis: 0;
    flex-grow: 1;
}

@media (min-width: 782px)
{
    .wp-block-spice-blocks-spice-section .wp-block-spice-blocks-spice-column[style*=flex-basis]{
        flex-grow: 0;
     }
}

/* CTA Section css starts */
.spice-blocks-cta{
    background-position: center center;
    background-size: cover;
    padding: 10.75rem 0.625rem 12.875rem;
}
.spice-blocks-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: inherit;
}
.spice-blocks-cta .spice-blocks-overlay .block-container{
    position: relative;
}
.cta-block .top-heading{
    font-size: 1rem;
    line-height: 1.625rem;
    font-family: Montserrat, sans-serif ;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 1.25rem;
    margin-top: 0;
}
.cta-block .main-heading{
    font-size: 3.75rem;
    line-height: 4.375rem;
    font-family: Montserrat, sans-serif ;
    font-weight: 800;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 3.125rem;
    margin-top: 0;
}
.spice-blocks-cta{
    position: relative;
}
.cta-block .btn .cta-btn{
    display: block;
    background-color: #2c7bfe;
    color: #ffffff;
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-family: Montserrat, sans-serif ;
    font-weight: 600;
    text-transform: capitalize;
    padding: 16px 39px;
    border-radius: 30px;
    margin: unset; 
    transition: all 0.3s ease-in-out;  
}
.cta-block .btn .cta-btn:hover{
    background-color: #ffffff;
    color: #2c7bfe;
}

@media(max-width:992px){
    .spice-blocks-cta .spice-blocks-overlay{
        padding: 7.5rem 0.625rem 10rem;
        background-color: unset;
    }

}
.spice-blocks-overlay{
   padding: 5rem 2rem 5rem;
}

.spice-blocks-cta .block-container {
    position: relative;
}
.spice-blocks-cta .spice-blocks-overlay{
    padding: 0;
}
button.spice-blocks-button {
    border: none;
    padding: 0;
    background: transparent;
}
button.spice-blocks-button span.wp-block-spice-blocks-spice-button{
    width: 100%;
}
.spice-blocks-button-wrapper button.spice-blocks-button:hover, 
.spice-blocks-button-wrapper button.spice-blocks-button:focus{
    background-color:transparent;
}

/*blockquote CSS*/
figure.spice-blocks-blockquote{max-width:100%;}
blockquote:before, blockquote:after{display: none;}
blockquote.blockquote-field{
    max-width:100%;
    margin: auto;
    padding-top: 223px;
    padding-bottom: 223px;
}

.blockquote-field .quote-icon{
    display: block;
    margin-bottom: 20px;
}

.blockquote-field .quote-icon i{
    font-size: 80px;
    color: rgba(254, 254, 254, 0.10);
}

.blockquote-field .blockquote-text{
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    max-width: 90%;
    margin: 0 auto 20px auto;
    position: relative;
    
}

.blockquote-field .name-field .name{
    font-size: 24px;
    font-weight: 400;
    line-height: 50px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

.blockquote-field .name-field{
    position: relative;
    display: inline-block;
}

.blockquote-field .name-field .name::before{
    content: "";
    width: 25px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 25px;
    left: -34px;
}

@media (max-width:1024px){

    .blockquote-field{
        padding-top: 160px;
        padding-bottom: 160px;
    }
}

@media (max-width:551px){

    .blockquote-field .blockquote-text {
        font-size: 27px;
        font-weight: 600;
        line-height: 42px;
        font-family: 'Open Sans', sans-serif;
        max-width: 95%;
        
    }
}
.spice-blocks-blockquote .spice-blocks-overlay{
    padding: 0;
}
.spice-blocks-blockquote{
    position: relative;
}
.spice-blocks-blockquote blockquote{
  border: none;  
} 

/* ----------------------Custom CSS------------------------- */

.blogrow.blogrow {
    margin-top: 49px;
}

.blogrow.block-row .post-content {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    margin-bottom: 30px;
}

.blogrow.block-row .post-content .post-image {
    transition: all 0.3s ease;
    position: relative;
    display: inline-flex;
}

.blogrow.block-row .post-image::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    transition: .3s;
    background-color: #082471cc;
}

.blogrow.block-row .post-content:hover {
    box-shadow: 0 7px 20px 0 #e7e7e7;
}

.blogrow.block-row .post-content:hover .post-image::before {
    height: 100%;
}

.blogrow.block-row .post-content .post-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.3s ease;
}

.blogrow.block-row .post-content:hover .post-link {
    opacity: 1;
}

.blogrow.block-row .post-content .post-link a {
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
}

.blogrow.block-row .post-content .post-title .post-info {
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
}

.block-row.blogrow .post-content .post-title .post-info span {
    background-color: #082471;
    color: #fff;
    font-family: 'Muli', sans-serif;
    font-size: 12px;
    line-height: 26px;
    font-weight: 600;
    padding: 10.5px 22px;
    border-radius: 18px;
    letter-spacing: 1px;
}

.blogrow.block-row .post-content:hover .post-title .post-info span {
    background-color: #f96156;
}

.blogrow.block-row .post-content .post-title {
    background-color: #fff;
    position: relative;
    padding: 37px 20px 5px 20px;
}

.blogrow.block-row .post-content .post-title a {
    color: #000;
    font-family: 'Muli', sans-serif;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

.blogrow.block-row .post-content .post-title .icon-list {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.blogrow.block-row .post-content .post-title .icon-list span {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #777777;
}

.blogrow.block-row .post-content .post-title .icon-list span i {
    color: #000;
}

.blogrow.block-row .post-content.remove-img .post-title .post-info {
    position: relative;
}
.blogrow.block-row {
    text-align: center;
}

/* ----------------Media Queries---------------- */
@media (max-width: 1199px) {
    .blog .blogpost .post-content {
        display: grid;
        grid-template-columns: 100%;
    }
    .blogrow.block-row .post-content .post-title .post-info {
        position: absolute;
        top: -16px;
        left: 0;
        right: 0;
        padding: unset;
        transform-origin: unset;
        transform: rotate(0deg);
    }
}
.spice-img img{
    display: block;
}
.spice-img{
    display: inline-block;
}
@media(max-width:767px){
.wp-block-spice-blocks-spice-section .spice-block-container,
.wp-block-spice-blocks-spice-section .spice-block-container-fluid {
    display: block;
}
}
.wp-block-spice-blocks-spice-column.is-vertically-aligned-top{align-self:flex-start}
.wp-block-spice-blocks-spice-column.is-vertically-aligned-center{align-self:center}
.wp-block-spice-blocks-spice-column.is-vertically-aligned-bottom{align-self:flex-end;}
.wp-block-spice-blocks-spice-column.is-vertically-aligned-bottom,
.wp-block-spice-blocks-spice-column.is-vertically-aligned-center,
.wp-block-spice-blocks-spice-column.is-vertically-aligned-top{width:100%;}
.spice-img img, img{
    max-width: 100%;
    height: auto;
}



/* Timeline Blocs CSS */
.timeline-block{
    box-sizing: border-box;
}
.timeline-block .timeline-block-1{background: transparent;}

.timeline-block .timeline-block-1 .block-container{
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.timeline-block .timeline-block-1 .block-container .timeline{
    position: relative;
    padding: 50px 0;
}
.timeline-block .timeline-block-1 .block-container .timeline::before{
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.timeline-block .timeline-block-1 .block-container .timeline .timeline-content{
    position: relative;
}
.timeline-block .block-container .timeline .timeline-content::before{
    display: block;
    content: "";
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.timeline-block .block-container .timeline .timeline-content .block-row{
    display: flex;
    display: -webkit-flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
     margin: 0 -15px 50px;
    position: relative;
    z-index: 2;
}
.timeline-block .block-container .timeline .timeline-content .block-row>div:first-child{
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.timeline-block .block-container .timeline .timeline-content .block-row .block-col-6{
    width: 50%;
    float: left;
    padding: 0 25px;
    text-align: left;
    max-width: unset;
    flex: unset;
}
.timeline-block .block-container .timeline .timeline-content .block-row .block-col-6 .time{
    max-width: 450px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.timeline-block .block-container .timeline .timeline-content .block-row .block-col-6 .info-box{
    text-align: left;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 450px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-top-right-radius: 78.5px;
    border-bottom-right-radius: 78.5px;
}
.timeline-block .block-container .timeline .timeline-content .block-row .block-col-6 .info{ padding: 7PX 0 0 0; }
.timeline-block .block-container .timeline .timeline-content .block-row .block-col-6 .info-box{
    display: flex;
    align-items: center;
}
.timeline-block .block-container .timeline .timeline-content .block-row .block-col-6 .info-box .year {
    margin-right: 18px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    min-width: unset !important;
}
.timeline-block .block-container .timeline .timeline-content .block-row .block-col-6 .info-box .info{ margin-left: 10px;}
.timeline-block .block-container .timeline .timeline-content .block-row .block-col-6 .info-box h3{
    margin-bottom: -4px;
    margin-top: 1em;
}
.timeline-block .block-container .timeline .timeline-content .block-row .block-col-6 .info-box p{
    margin: 1em 0;
}
.block-container .timeline .timeline-content.true:nth-child(even)>div:hover .time, .block-container .timeline .timeline-content.true:nth-child(odd)>div:hover .info-box { margin: 0 30px 0 25px;}
.timeline-block .block-container .timeline .timeline-content.true:nth-child(odd)>div:hover .time, .block-container .timeline .timeline-content.true:nth-child(even)>div:hover .info-box { margin: 0 25px 0 30px;}
@media screen and (max-width:1070px) 
{
    .timeline-block .timeline-block-1 .block-container {
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .timeline-block .block-container .timeline .timeline-content .block-row>div:first-child {
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }
    .timeline-block .timeline-block-1 .block-container .timeline::before{
        left: 107px;
        right: auto;
    }
    .timeline-block .block-container .timeline .timeline-content::before{
        left: 91px;
        right: auto;
    }
    .timeline-block .block-container .timeline .timeline-content:nth-child(odd)>div, .timeline-block .block-container .timeline .timeline-content:nth-child(even)>div{
        position: relative;
        margin: 0 0 50px;
        justify-content: flex-start; 
        -webkit-justify-content: flex-start;
    }
    .timeline-block .block-container .timeline .timeline-content:nth-child(odd)>div>div:nth-child(odd),  .timeline-block .block-container .timeline .timeline-content:nth-child(even)>div>div:nth-child(even) {
        order: 2;
        width: 100%;
        justify-content: flex-start;
        padding: 0 0 0 130px;
    }
    .timeline-block .block-container .timeline .timeline-content:nth-child(odd)>div>div:nth-child(even),  .timeline-block .block-container .timeline .timeline-content:nth-child(even)>div>div:nth-child(odd){
    order: 1;
    -webkit-transform: translateX(0) rotate3d(0, 0, 1, -90deg);
    transform: translateX(0) rotate3d(0, 0, 1, -90deg);
    width: 120px;
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -40px;
    margin: auto;
    }
    .timeline-block .block-container .timeline .timeline-content:nth-child(even)>div:hover .time, .timeline-block .block-container .timeline .timeline-content:nth-child(odd)>div:hover .info-box {
        margin:0;}
    .block-container .timeline .timeline-content:nth-child(odd)>div:hover .time, .block-container .timeline .timeline-content:nth-child(even)>div:hover .info-box {
        margin: 0;}
}
@media (max-width: 420px){
    .timeline-block .block-container .timeline .timeline-content .block-row .block-col-6 .info-box {
    display: block;
    }
  }
/* End Timeline Blocs CSS */

 /* Accordion CSS */
 .spice-gp-accordion-section{ position: relative; }
 .spice-gp-accordion-box{position: relative;border-left: 3px solid transparent;}
 .spice-gp-accordion {
       cursor: pointer;
       margin: 0;
       width: 100%;
       border: none;
       text-align: left;
       outline: none;
       transition: 0.4s;
       display: inline-block;
     }
 .active .spice-gp-accordion { background-color: #fff;}
 .spice-gp-accordion-box .before-icon {
     color: #707070;
     font-weight: bold;
     margin-right: 25px;
     font-size: 20px;
     line-height: 30px;
     position: absolute;
     margin-top: 15px;
     margin-left: 20px;
 }
 .spice-gp-accordion-box .after-icon-one,.spice-gp-accordion-box .after-icon-two {
     font-weight: bold;
     font-size: 24px;
     position: absolute;
     margin-top: 12px;
     right: 20px;
     top: 0;
     cursor: pointer;
 }
 .spice-gp-accordion-box .after-icon-two {font-size: 25px;margin-top:12px;} 
 .spice-gp-accordion-section .spice_panel {
     background-color: white;
     max-height: 0;
     overflow: hidden;
     transition: max-height 0.2s ease-out;
   }
   .spice-gp-accordion-section .head-title{margin-bottom: 60px;}
   .spice-gp-accordion-section img{max-width: 100%;height: auto;}
   .spice-gp-accordion-section .title{font-size: 60px;font-weight: 700;font-family: 'Oswald';}
   .spice-gp-accordion-section p{ margin: 0 !important;}
   .spice-gp-accordion-box.active{box-shadow: 0 0 30px 3px rgba(0,0,0,0.12);}
   .spice-gp-accordion-box.active  .after-icon-one,.spice-gp-accordion-box .after-icon-two{visibility: hidden;}
   .spice-gp-accordion-box .after-icon-one,.spice-gp-accordion-box.active .after-icon-two{visibility: visible;}
  /* End Accordion CSS */
 
   /* Icon List CSS */
   .spice-block-plus-list-icon{
    display: flex;
    align-items: center;
    transition: margin .1s linear;
  }
  .spice-block-plus-list-icon p
  {
    margin: 0;
    color: #000;
  }


/* Image Gallery CSS */
body.icv__body{padding-right: 0 !important;}
 .spice-block-img-gallery{
    max-width: 1200px;
    margin: auto;
}
.spice-block-img-gallery .gallery-heading h2{
    font-size: 48px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.spice-block-img-gallery .gallery-heading h2 span{
    color: #2c7bfe;
}
.spice-block-img-gallery .gallery-heading p{
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #777777;  
}
.spice-block-img-gallery{
    display: grid;
    grid-template-columns: repeat(auto-fit, 370px);
    gap: 2rem;
    justify-content: center;
    margin-top: 60px;
}
.spice-block-img-gallery .gallery-img img{
    width: 100%;
    height:100%;
    object-fit: cover;
    border-radius: 10px;
}
.spice-block-img-gallery .gallery-img{
    position: relative;   
}
.spice-block-img-gallery .gallery-img:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    margin: 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    opacity: 0;
}
.spice-block-img-gallery .gallery-img:hover:before{
    opacity: 1;
}
.spice-block-img-gallery .gallery-img figcaption{
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    max-width: 320px;
    opacity: 0;
    transition: all 0.3s ease;
}
.spice-block-img-gallery .gallery-img:hover figcaption{
opacity: 1;
transform: translateY(-40px);
}
.spice-block-img-gallery .gallery-img figcaption .img-caption h4{
    font-size: 24px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
}
.spice-block-img-gallery .gallery-img figcaption .img-caption p{
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #fff;
}
@media (min-width:1281px){
    body .hide-desktop, body .front-view.gallery-hide-desktop {
        display: none;
    }
    
}
@media (min-width:692px) and (max-width:1100px){
    body .hide-tablet, .front-view.gallery-hide-tablet {
        display: none;
    }
}
@media (max-width:691px){
    body .hide-mobile, body .front-view.gallery-hide-mobile  {
        display: none;
    }
}

/* Image Accordion CSS */
.spice-block-img-accordian-container {
    max-width: 1170px;
    margin: auto;
  }
.spice-block-img-accordian-container .accordian-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 360px;
    position: relative;
    flex-wrap: wrap;
  } 
.spice-block-img-accordian-container .accordian-row .accordian-tab{
    margin-left: 5px;
    margin-right: 5px;
    min-height: 360px;
    flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    min-height: 450px;
    overflow: hidden;
    cursor: pointer;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;   
  }
.spice-block-img-accordian-container .accordian-row .tab-1 img{
    width: unset;
    max-width: unset;
    height: 100%;
    display: block;
    position: absolute;
  }  
.spice-block-img-accordian-container .accordian-row .accordian-tab::before{
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    background: -webkit-gradient(linear,left bottom,left top,from(black),color-stop(100%,rgba(255,255,255,0)));
    background: linear-gradient(0deg,#000 0,rgba(255,255,255,0) 100%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    z-index: 1;
  }  
.spice-block-img-accordian-container .accordian-row .accordian-tab .accordian-content{
    text-align: center;
    z-index: 11;
    opacity: 0;
    transition: all .5s ease;
    position: absolute;
    width: 100%;
  }
.accordian-row .accordian-tab .accordian-content .social-icon i{
    color: #fff;
    line-height: 16px;
    font-size: 16px;
    padding: 12px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 0 2.5px;
    transition: all 0.3s ease;
}
.accordian-row .accordian-tab .accordian-content .social-icon i:hover{
    background-color:#2c7bfe;
    color: #fff;
    border: 1px solid #2c7bfe;
}  
.accordian-row .accordian-tab .accordian-content .social-icon{
    margin-bottom: 15px;
}  
.accordian-row .accordian-tab .accordian-content h3{
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-transform: capitalize;
  }
  
  .spice-block-img-accordian-container .accordian-row .accordian-tab.active{
    flex: 3;
  }
  .spice-block-img-accordian-container .accordian-row .accordian-tab.active::before{
    opacity: 1;
    top: 0;
  }
  
  .spice-block-img-accordian-container .accordian-row .accordian-tab.active .accordian-content{
    opacity: 1;
    transform: translateY(-20px);
  }
  
  .spice-block-img-accordian-container .accordian-row .accordian-tab:hover{
    flex: 3;
  }
  .spice-block-img-accordian-container .accordian-row .accordian-tab:hover .accordian-content{
    opacity: 1;
    transform: translateY(-20px);
  }
  .spice-block-img-accordian-container .accordian-row .accordian-tab:hover::before{
    opacity: 1;
    top: 0;
  }
  
@media (max-width:767px) {
    .spice-block-img-accordian-container .accordian-row
    {
        height: 1000px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        flex-wrap: wrap;      
    } 
    .spice-block-img-accordian-container .accordian-row .accordian-tab
    {
        min-height: 0;
        margin-top: 5px;
        margin-bottom: 5px;
    }    
  }

/* Progress Bar Css */
.spice-skills-bar {
    width: 95%;
    background: transparent;
}

.spice-skills-bar .spicebar {
    position: relative;
}

.spice-skills-bar .spicebar:last-child {
    margin-bottom: 0;
}
.spice-skills-bar .spicebar .spice-progress {
    position: relative;
    height: 4px;
    width: 92%;
    background: #f5f5f5;
    text-align: left;
}
@media (max-width:768px){
.spice-skills-bar .spicebar .spice-progress {
    width: 80%;
}}
.spice-skills-bar .spicebar .sp-number {
    /* position: absolute;
    right: -70px;
    top: -15px; */
    position: absolute;
    bottom: 19px;
    right: -59px;
    top: -17px;
}

.spice-skills-bar .spicebar .spice-progress span {
    height: 100%;
    width: 80%;
    background: #0443ea;
    position: absolute;
    border-radius: 10px;
    transform: scaleX(0);
    transform-origin: left;
    animation: animate 1.5s ease-in-out forwards;
}

@keyframes animate {
    100% {
        transform: scaleX(1);
    }
}

.spice-skills-bar .spicebar .spice-progress span::before {
    content: '';
    position: absolute;
    right: 0px;
    top: -3px;
    height: 2px;
    width: 2px;
    border-radius: 50%;
    background: #0443ea;
    border: 1px solid #0443ea;
    padding: 3px;
    z-index: 1;
}
.spice-skills-bar.front-end .spicebar .spice-progress span::before {
    right: 1px;
    top: -2px;
}

.spice-skills-bar .spicebar .spice-progress span::after {
    content: '';
    position: absolute;
    right: -6px;
    top: -9px;
    border: 1px solid #0443ea;
    padding: 10px;
    background: #fff;
    border-radius: 50%;
}  

/* Timeline Blocs CSS */
.spice-pricing-section .price-card{
    background: #ffffff;
    padding-top: 2.375rem;
    padding-bottom: 3.125rem;
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    margin-bottom: 1.875rem;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}
.spice-pricing-section .price-card .price-card-header{
    text-align: center;
    margin-bottom: 3.938rem;
}
.spice-pricing-section .price-card .price-card-header h2{
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #001a44;
    letter-spacing: 1px;
    transition:all 0.4s ease;
}
.spice-pricing-section .price-card .price-card-header p{
        font-size: 0.875rem;
        line-height: 1.6rem;
        font-weight: 400;
        color: #696969;
        transition:all 0.4s ease;
}
.spice-pricing-section .price-card .price-tag{
        position: relative;
        margin-bottom: 4.375rem;
}
.spice-pricing-section .price-tag .back-rec{
        width: 130px;
        height: 130px;
        border-radius: 10px;
        background-color: rgba(0, 26, 68, 0.10); 
        transform: rotate(-10deg);
        margin: auto;
        transition:all 0.4s ease;
}
.spice-pricing-section .price-tag .back-rec .front-rec{
        width: 130px;
        height: 130px;
        border-radius: 10px;
        background-color: #001a44;
        transform: rotate(-35deg);
        margin: auto;
        transition:all 0.4s ease;
}
.spice-pricing-section .price-card .price-tag .price{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
}
.spice-pricing-section .price-tag .price h3{
        text-align: center;
        font-size: 1.875rem;
        line-height: 1.25rem;
        font-weight: 900;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 1px;
        z-index: 10;
        transition:all 0.4s ease;
}
.spice-pricing-section .price-tag .price h3 .main-price{
    font-size: 1.875rem;
    line-height: 1.25rem;
    font-weight: 600;
}
.spice-pricing-section .price-tag .price h3 sup{
        font-size: 1.25rem;
        font-weight: 500;    
}
.spice-pricing-section .price-tag .price h3 .month{
        font-size: 0.875rem;
        font-weight: 500;
        text-transform: capitalize;   
        display: block; 
        margin-top: 5px;
}
.spice-pricing-section .price-card .features ul{
        list-style-type: none;
    }
    .spice-pricing-section .price-card .features{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 2.125rem;
    }
    .spice-pricing-section .price-card .features ul li{
        font-size: 1rem;
        line-height: 1.625rem;
        font-weight: 400;
        color: #696969;
        padding: 8px;
        transition:all 0.4s ease;
    }
    .spice-pricing-section .price-card .features ul li i{
        margin-right: 13px;
        color: #001a44;
        transition:all 0.4s ease;
    }
    .spice-pricing-section .price-card .table-btn{
        text-align: center;
    }
    .spice-pricing-section .price-card .table-btn button{
        font-size: 1rem;
        line-height: 1.625rem;
        font-weight: 400;
        color: #ffffff;
        background-color: #001a44;
        border-radius: 25px;
        padding: 12px 45px;
        border: none;
        outline: none;
        transition:all 0.4s ease;
        z-index: 5;
        cursor: pointer;
    }
    .spice-pricing-section .table-btn button:hover{
        color: #fff !important;
        background-color: rgba(255, 255, 255, 0.1) !important;
    }
    .spice-pricing-section .price-card:hover{
        background: -moz-linear-gradient( 58deg, rgb(0,19,50) 0%, rgb(0,36,95) 60%, rgb(0,53,139) 100%);
        background: -webkit-linear-gradient( 58deg, rgb(0,19,50) 0%, rgb(0,36,95) 60%, rgb(0,53,139) 100%);
        background: -ms-linear-gradient( 58deg, rgb(0,19,50) 0%, rgb(0,36,95) 60%, rgb(0,53,139) 100%);
        background: linear-gradient(58deg, rgb(0,19,50) 0%, rgb(0,36,95) 60%, rgb(0,53,139) 100%);
    }
    .spice-pricing-section .price-card:hover .price-card-header h2, 
    .spice-pricing-section .price-card:hover .price-card-header p,
    .spice-pricing-section .price-card:hover .features ul li,
    .spice-pricing-section .price-card:hover .features ul li i,
    .spice-pricing-section .price-card:hover .features .block-editor-inner-blocks .spice-block-plus-list-icon,
    .spice-pricing-section .price-card:hover .features .block-editor-inner-blocks .spice-block-plus-list-icon p{
        color: #fff;
    }
    .spice-pricing-section .price-card:hover .table-btn button{
        color: #001a44;
        background-color: #ffffff;
    }
    .spice-pricing-section .price-card:hover .price-tag .back-rec{
        background-color: rgba(255, 255, 255, 0.1);
    }
    .spice-pricing-section .price-card:hover .price-tag .back-rec .front-rec{
        background-color: #ffffff;
    }
    .spice-pricing-section .price-card:hover .price-tag .price h3{
        color: #001a44;
    }

    /***************************Icon Block**********************************/
    .icon-socials{
        padding: 0;
        margin: 0;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        display: flex;
        transition: all 0.3s ease;
    }
    .icon-socials a{
    display: block;
    position: relative;
    transition: all 0.3s ease;
    }

    /************************************ services Box*********************************************/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800;900&display=swap');

.service-box{
    position: relative;
    background: #f5f5f5;
    padding: 40px 20px;
    width: 100%;
    margin-top: 10px;
  }
  .service-box:before{
    content: '';
    position: absolute;
    border-left:2px solid #2196f3;
    border-top:2px solid #2196f3;
    top: 0;
    left: 0;
    width:60px;
    height: 60px;
  }
  .service-box:after{
    content: '';
    position: absolute;
    border-right:2px solid #2196f3;
    border-bottom:2px solid #2196f3;
    bottom: 0;
    right: 0;
    width:60px;
    height: 60px;
  }
  .service-box .icon:before {
    content: '';
     position: absolute;
     left: 0;
     right: 15px;
     border-radius: 50%;
     width: 50px;
     height: 50px;
     opacity: 0.5;
     transform: rotate(315deg);
     margin: 0 auto;
     background: radial-gradient(100% 100% at top, transparent 40%, #2c7bfe2b 30%);
  }
  .service-box:hover .icon:before{
    background: radial-gradient(100% 100% at top, transparent 40%, #ffffff2e 30%);
  }
 .wp-block[data-type="spice-block/spice-social-icon"],.icon-socials{
    display: inline-flex;
}
.has-text-align-left .service-box .icon:before  {
    right:auto;
    left:0;
}  
.has-text-align-right .service-box .icon:before  {
    left:auto;
    right:0;
} 
.spice-blocks-service .service-box-avatar{margin: 0px auto 15px auto;}


.service-box-avatar{
    width: 4.563rem;
    height: auto;
  }
.service-box-avatar img{
    max-width: 100%;
    height: auto;
  }
.service-box .col-text h4, .service-box .col-text p{
    margin: 0;
}      
.wow:not(body.block-editor-page .wow, body.block-editor-iframe__body .wow){
   visibility: hidden;
}
