.bg-primary-color{
  background: var(--vs-primary-color);
}
a,a:hover{
  color:#fff;
}
.color-scheme-purple .news-block .read-more, .color-scheme-purple .main-menu .navigation > li .mega-menu-bar h3:before, .color-scheme-purple .feature-block-three .inner-box:hover, .color-scheme-purple .request-form .form-group button, .color-scheme-purple .pricing-table.tagged .theme-btn, .color-scheme-purple .mobile-menu .mega-menu-bar h3:before, .color-scheme-purple .sec-title .text:before, .color-scheme-purple .pricing-table.tagged .table-header, .color-scheme-purple .main-menu .navigation > li > a:before {
    background: var(--vs-primary-color);
}
.color-scheme-purple .mobile-menu .navigation li.current > a, .color-scheme-purple .service-block-two .icon, .color-scheme-purple .pricing-table .table-content ul li:before, .color-scheme-purple .main-menu .navigation > li > ul > li.current.dropdown > a:before, .color-scheme-purple .main-menu .navigation > li li.current li.current > a, .color-scheme-purple .main-menu .navigation > li > ul > li.current > a, .color-scheme-purple .feature-block-three .inner-box .icon, .color-scheme-purple .accordion-box .block .acc-btn.active .icon, .color-scheme-purple .accordion-box .block .acc-btn.active, .color-scheme-purple .news-block .image-box .date i, .color-scheme-purple .news-block .post-option .social-share li a, .color-scheme-purple .news-block .post-option .coments_count i, .color-scheme-purple .main-menu .navigation > li .mega-menu-bar .column > ul > li.current > a, .color-scheme-purple .sec-title-two .icon, .color-scheme-purple .quote-style-one .icon, .color-scheme-purple .sec-title .icon, .color-scheme-purple .sec-bottom-text a, .color-scheme-purple .main-slider .theme-btn:hover, .color-scheme-purple .list-style-one li:before, .color-scheme-purple .main-footer .social-link a:hover, .color-scheme-purple .main-footer .call-us .service-num a i, .color-scheme-purple .header-style-two .header-top .service-num a:hover, .color-scheme-purple .main-header .service_wrapper .icon {
    color: #0250f8;
}
.theme-btn.bg_purple {
    background: #1745af;
    color: #ffffff;
    border-color: #1745af;
}
.rev_slider_wrapper{
    height: 500px !important;
}
.rev_slider{
    height: 500px !important;
}

.tp-parallax-wrap{
    height: 173px !important;
}

.features-section-three .brand-outer{
    margin-top: unset;
}

.vs_service_feature{
    padding-top: 40px;
}
.theme-btn.bg_sky {
    background-color: #1951c9;
    border-color: #3774e1;

}

.vs_call_to_action{
    background-color: #3b7eff;
}

.vs_sec_title_two > .icon {
    color:#fff !important;
}
.service-block .inner-box:before {
    background: #3a78e3;
}
.vs_sec_link{
    text-align: center;
    padding-top: 20px;
}
.main-header .logo img {
    max-height: 100%;
}

.case-block{
    max-width: 100% !important;
}



.main-slider.style-two .text, .main-slider.style-two h2 {
    color: #ffffff;
    background-color: #21252933;
}

.main-slider .text {
    font-size: 20px;

}

.main-slider h2 {
font-size: 60px;
}

.vs_text_gap{
    margin-top: 15px;
}
.avatar.avatar-small {
    height: 65px;
    width: 65px;
}
.vs_contact_section{
    padding: 50px;
}

.logo img {
width:110px;
}

.main-header .logo {
    padding: 0px 0;
}

.main-header .service_wrapper {
    margin-right: 0px;
}
.sap_logo img{
    width:130px;
}
.header-style-three .outer-box {
    margin-left: 30px;
}
.main-menu .navigation > li > a {
    padding: 23px 13px;
}

.header-style-three .sticky-header .outer-box {
    margin-left: 30px;
}


 .header-style-three .sticky-header .auto-container {
    max-width: 1200px;
}
.p_0{
    padding: 0px;
}

.vs_card_quote{
    /* background-color: #1745af; */
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.vs_card_quote .vs_sec_title_two{
    width: 100%;
    padding-left: 0px;
}
.vs_card_quote .vs_sec_title_two h3{
 font-size: 26px;
}

.services-section {
    position: relative;
    padding: 60px 0 10px;
}
.vs_bg_blue{
    background-color: #1745af; 
    padding-top: 20px;
    padding-bottom: 20px;
}
.vs_bg_blue .sec-title h3 ,.vs_bg_blue .sec-title .text{
    color: #fff;
}
.vs_bg_blue .sec-title .text:before {
    background-color: #fff; 
}

/* .vs_bg_blue .case-block .lower-content h4 a {
    color: #fff;
} */
.vs_bg_blue .case-block .inner-box {

    background: #fff; 
    /*height: 350px;*/

}
.vs_bg_blue  .default-dots .owl-dot {
    background: #fff;

    background-color: #fff;
}

.vs_bg_blue .sec-title p{
    color: #fff;
}

.service-block .inner-box {
    padding: 20px 20px 20px 20px;
}

.logo a{
    font-size: 24px;
    font-weight: 500;
    color: #000;
}

/* icons list css  */

.category_section h4 {
    text-align: center;
  }
  
  .category_section .category_list {
    width: min(60rem, 90%);
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    justify-content: center;
    gap: 2rem;
    list-style: none;
  }
  
  .category_section .category_list li {
    max-width: 12rem;
    justify-self: center;
    display: grid;
    grid-template:
      "icon"
      "line"
      "dot"
      "title"
      "descr" 1fr;
    justify-items: center;
    align-items: flex-start;
    text-align: center;
  }
  
  .category_section .category_list li .icon {
    grid-area: icon;
    width: 6rem;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    color: white;
    font-size: 2.5rem;
    border: 0.4rem solid var(--bgColor);
    border-radius: 50%;
    background: var(--accent-color);
    box-shadow: -0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.45),
      inset -0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.45);
  }
  
  .category_section .category_list li::before {
    content: "";
    grid-area: line;
    height: 2rem;
    border-right: 2px dotted currentColor;
  }
  
  .category_section .category_list li::after {
    content: "";
    grid-area: dot;
    width: 1rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--accent-color);
    justify-self: center;
    margin-bottom: 0.5rem;
  }
  
  .category_section .category_list li .title {
    grid-area: title;
    margin-block: 0.5rem;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
  }
  
  .category_section .credits {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
  }
  .category_section .credits a {
    color: var(--color);
  }


  /* latest news falsh  */

  .news-alerts {
    background: #fff;  /* fallback for old browsers */
    color: #fff;
    width: 100%;
    max-width: 720px;
    margin: 10px auto;
    height: 300px;
    padding: 15px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ccc;
    font-family: "Archivo", sans-serif;
}

.news-alerts ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.news-alerts ul li {
    padding: 10px 0px;
}

.news-alerts ul li a {
    color: #000;
    font-size: 18px;
    text-decoration: none;
}

.news-alerts ul li a:hover {
    color: #000;
    text-decoration: underline;
}

/* top nav bar  */

.ed-com-t1-left ul li {
    float: left;
    display: inline-block;
}
.ed-com-t1-left ul li a {
    /* padding: 5px 14px; */
    line-height: 30px;
    font-size: 12px;
}

.ed-com-t1-right {
    float: right;
}
.ed-com-t1-right ul li {
    float: left;
    display: inline-block;
}

.ed-com-t1-social {
    position: relative;
    overflow: hidden;
    float: right;
}
.ed-com-t1-social ul li {
    float: left;
}
 .ed-com-t1-right ul li a {
/* padding-left: 15px; */
} 

.ed-com-t1-right ul li{
  border-left: 1px solid #ffffff59;
  border-right: 1px solid #ffffff59;
  padding: 0px 10px;

}

.ed-com-t1-left ul li{
  border-left: 1px solid #ffffff59;
  border-right: 1px solid #ffffff59;
  padding: 0px 10px;

}

/* gallery owl crousel   */

.swiper-container {
    overflow: hidden;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  
  @media (min-width: 1200px) {
    .swiper-container {
      min-height: 320px;
    }
  }
  
  .swiper-container-wrapper {
    display: flex;
    flex-flow: column nowrap;
    height: 400px;
    width: 100%;
  }
  
  @media (min-width:1200px) {
    .swiper-container-wrapper {
      flex-flow: row nowrap;
    }
  }
  
  .swiper-button-next,
  .swiper-button-prev {
    color: #000;
  }
  
  .swiper-slide {
    text-align: center;
    background-size: cover;
    background-position: center;
    background-color: #fff;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
  
  .swiper-slide .description,
  .swiper-slide .title {
    display: block;
    opacity: 0;
    transition: 0.5s ease 0.5s;
  }
  
  .swiper-slide-active .description,
  .swiper-slide-active .title {
    opacity: 1;
  }
  
  .swiper-slide-active .title {
    margin-bottom: 0.5rem;
    font-size: 24px;
    color: #000;
    transition: opacity 0.5s ease 0.5s;
  }
  
  .swiper-slide-active .description {
    font-size: 16px;
    color: #777;
    transition: opacity 0.5s ease 0.75s;
  }
  
  .gallery-top {
    position: relative;
    width: 100%;
    height: 75vh;
  }
  
  @media (min-width: 1200px) {
    .gallery-top {
      width: 80%;
      height: 400px;
      margin-right: 10px;
    }
  }
  
  .gallery-thumbs {
    width: 100%;
    height: 25vh;
    padding-top: 10px;
  }
  
  @media (min-width: 1200px) {
    .gallery-thumbs {
      width: 20%;
      height: 100vh;
      padding: 0;
    }
  }
  
  .gallery-thumbs .swiper-wrapper {
    flex-direction: row;
  }
  
  @media (min-width: 1200px) {
    .gallery-thumbs .swiper-wrapper {
      flex-direction: column;
    }
  }
  
  .gallery-thumbs .swiper-slide {
    width: 25%;
    flex-flow: row nowrap;
    height: 100%;
    opacity: 0.75;
    cursor: pointer;
  }
  
  @media (min-width: 1200px) {
    .gallery-thumbs .swiper-slide {
      flex-flow: column nowrap;
      width: 100%;
    }
  }
  
  .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
  }

  /* .swiper-slide {

    height: 400px;
  } */
  .swiper-wrapper {
  
    height:400px !important;
  }
  .gallery-thumbs {
   
    height: 400px;
padding: 0;
}

.sec-title h3 {
  font-size: 26px;
}

.fluid-section-four {
  position: relative;
  padding: 20px 0 20px;
}
.mb-10{
  margin-bottom: 10px;
}
.sec-title-two h3 {

  font-weight: 500;
}

.pr_15{
  padding-right: 15px;
}
.pl_15{
  padding-left: 15px;
}


.ed-com-t1-social ul li {
  border-left: 1px solid #ffffff59;
  border-right: 1px solid #ffffff59;
  padding: 0px 10px;

}

/* gallery crousel  */
.component {
  position: relative;
  overflow: hidden;
}

@media (min-width: 993px) {
  .component {
    width: var(--carousel-lg-width);
    height: var(--carousel-lg-height);
  }
}

@media (min-width: 481px) and (max-width: 992px) {
  .component {
    width: var(--carousel-md-width);
    height: var(--carousel-md-height);
  }
}

@media (max-width: 480px) {
  .component {
    width: var(--carousel-sm-width);
    height: var(--carousel-sm-height);
  }
}

/* Main Carousel Styles */
.main-carousel .owl-prev,
.main-carousel .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0.5;
}

.main-carousel .owl-prev:after,
.main-carousel .owl-next:after {
  content: '';
  display: inline-block;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.main-carousel .owl-prev {
  left: 10px;
  /* border-right: 15px solid rgba(0, 0, 0, 0.5); */
}

.main-carousel .owl-next {
  right: 10px;
  /* border-left: 15px solid rgba(0, 0, 0, 0.5); */
}

.main-carousel .item {
  position: relative;
}

.main-carousel .item .image {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  height: auto;
  display: block;
  transform: translate(-50%, -50%);
}

/* Thumbnails Wrapper Styles */
.component {
  position: relative;
  overflow: hidden;
}
@media (min-width: 993px) {
  .component {
    width: 600px;
    height: 400px;
 }
}
@media (min-width: 481px) and (max-width: 992px) {
  .component {
    width: 100%;
    height: auto;
 }
}
@media (max-width: 480px) {
  .component {
    width: 100%;
    height: auto;
 }
}
.main-carousel .owl-prev {
  left: 10px;
}
.main-carousel .owl-prev:after {
  border-right: 15px solid rgba(0, 0, 0, 0.5);
}
.main-carousel .owl-next {
  right: 10px;
}
.main-carousel .owl-next:after {
  border-left: 15px solid rgba(0, 0, 0, 0.5);
}
.main-carousel .owl-prev, .main-carousel .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0.5;
}
.main-carousel .owl-prev:after, .main-carousel .owl-next:after {
  content: '';
  display: inline-block;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
@media (max-width: 480px) {
  .main-carousel .owl-prev:after, .main-carousel .owl-next:after {
    border-top-width: 15px;
    border-bottom-width: 15px;
    border-left-width: 11px;
    border-right-width: 11px;
 }
}
@media (min-width: 993px) {
  .main-carousel .item {
    height: 400px;
 }
}
@media (min-width: 481px) and (max-width: 992px) {
  .main-carousel .item {
    height: 300px;
 }
}
@media (max-width: 480px) {
  .main-carousel .item {
    height: 200px;
 }
}
@media (min-width: 993px) {
  .main-carousel .item .image {
    max-height: 400px;
 }
}
@media (min-width: 481px) and (max-width: 992px) {
  .main-carousel .item .image {
    max-height: 300px;
 }
}
@media (max-width: 480px) {
  .main-carousel .item .image {
    max-height: 200px;
 }
}
.thumbnails-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 30px;
}
.thumbnails-wrapper .item {
  margin: 5px;
  cursor: pointer;
  height: 36px;
}
.thumbnails-wrapper .item .image {
  border: 1px solid #9f9ea2;
  max-height: 36px;
}
.thumbnails-wrapper .synced .image {
  border-color: #1699ff;
}
.thumbnails-wrapper .owl-prev, .thumbnails-wrapper .owl-next {
  position: absolute;
  height: 11px;
  width: 1px;
  bottom: 50%;
  transform: translate(-50%, 0);
}
.thumbnails-wrapper .owl-prev:after, .thumbnails-wrapper .owl-next:after {
  content: '';
  display: inline-block;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}
.thumbnails-wrapper .owl-prev {
  left: -15px;
}
.thumbnails-wrapper .owl-prev:after {
  border-right: 9px solid #fff;
}
.thumbnails-wrapper .owl-next {
  right: -5px;
}
.thumbnails-wrapper .owl-next:after {
  border-left: 9px solid #fff;
}
.item {
  position: relative;
}
.image {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  height: auto;
  display: block;
  transform: translate(-50%, -50%);
}
.collapse-button {
  position: absolute;
  border-bottom: 11px solid rgba(200, 60, 60, 0.5);
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  height: 0;
  width: 63px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: -11px;
}
.collapse-button .icon {
  position: relative;
  top: 2px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid white;
  margin: 0 auto;
}
.collapse-button .icon.-flip {
  border-top: 0;
  border-bottom: 7px solid white;
}
.counter {
  position: absolute;
  right: 10px;
  top: -30px;
  z-index: 2;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 3px 8px;
  border-radius: 15px;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
@media (max-width: 480px) {
  .counter {
    font-size: 10px;
    top: -15px;
    padding: 1px 6px;
 }
}

.category_section .category_list li .icon img{
  width:60px;
}

.main-footer .widgets-section {
  position: relative;
  padding-top: 40px !important;
  padding-bottom: 5px;
}
.main-footer .widget-title {

  margin-bottom: 15px !important;
}
.main-footer .logo {
  top: 0px !important;
}

.main-footer .copyright-text {

  padding-bottom: 10px !important;
}

/* pagination   */

.projects-section.alternate .styled-pagination {
  margin-top: 50px;
}
.styled-pagination {
  position: relative;
  display: block;
  width: 100%;
}


/* card view  */

.category-name {
  font-family: sans-serif;
  width: -webkit-fill-available;
  text-align: center;
  font-size: 40px;
}

.card-category-2 ul, .card-category-3 ul, .card-category-4 ul, .card-category-5 ul  .card-category-6 ul {
  padding: 0;
}
  
.card-category-2 ul li, .card-category-3 ul li, .card-category-4 ul li, .card-category-5 ul li, .card-category-6 ul li {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
}

.card-category-2 ul li, .card-category-3 ul li {
  margin: 10px 5px;
}

.card-category-1, .card-category-2, .card-category-3, .card-category-4, .card-category-5, .card-category-6 {
  font-family: sans-serif;
  margin-bottom: 45px;
  text-align: center;
}
  .card-category-1 div, .card-category-2 div {
      display:inline-block;
  }

  .card-category-1 > div, .card-category-2 > div:not(:last-child) {
      margin: 10px 5px;
      text-align: left;
  }

  .img-card {
    width:300px;
    position: relative;
    border-radius: 5px;
    text-align: left;

    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);        
}

    .img-card .card-image {
        position: relative;
        margin: auto;
        overflow: hidden;
        border-radius: 5px 5px 0px 0px;
        height: 200px;
    }

    .img-card .card-image img {
        width:100%;
        border-radius: 5px 5px 0px 0px;
        
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s;
    }

    .img-card .card-image:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }        

    .img-card .card-text {
        padding: 0 15px 5px;
        line-height: 1.5;   
    }

    .img-card .card-link {
      padding: 5px 15px 5px;
        width: -webkit-fill-available;
    }

        .img-card .card-link a {
            text-decoration: none;
            position: relative;
            padding: 10px 0;
        }

        .img-card .card-link a:after {
            top: 30px;
            content: "";
            display: block;
            height: 2px;
            left: 50%;
            position: absolute;
            width: 0;

            -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
            -moz-transition: width 0.3s ease 0s, left 0.3s ease 0s;
            -o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
            transition: width 0.3s ease 0s, left 0.3s ease 0s;
        }

        .img-card .card-link a:hover:after { 
            width: 100%; 
            left: 0; 
        }        
    
    .img-card.iCard-style1 .card-title {
        position: absolute;
        font-family: 'Open Sans', sans-serif;
        z-index: 1;
        top: 10px;
        left: 10px;
        font-size: 30px;
        color: #fff;
    }
    
    .img-card.iCard-style1 .card-text {            
        color: #795548;
    }

    .img-card.iCard-style1 .card-link a {
        color: #FF9800;                
    }

    .img-card.iCard-style1 .card-link a:after {            
        background: #FF9800;
    }

    .img-card.iCard-style2 .card-title {
        padding: 15px;
        font-size: 25px;
        font-family: 'Roboto', sans-serif;
    }

    .img-card.iCard-style2 .card-image {
        margin-bottom: 15px;
    }
    
    .img-card.iCard-style2 .card-caption {
        text-align: center;
        top: 80%;
        font-size: 17px;
        color: #fff;
        position: absolute;
        width: 100%;
        font-family: 'Roboto', sans-serif;
        z-index: 1;
    }
    
    .img-card.iCard-style2 .card-link a {
        border: 1px solid;
        padding: 8px;
        border-radius: 3px;
        color: black;
        font-size: 13px;

        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .img-card.iCard-style2 .card-link a:hover {            
        background: black;
    }

    .img-card.iCard-style2 .card-link a:hover span {            
        color:#fff;            
    }

    .img-card.iCard-style3 {
        text-align: center;
    }

    .img-card.iCard-style3 .card-title {
        top: 80%;
        font-size: 30px;
        color: #fff;
        position: absolute;
        width: 100%;
        font-family: 'Roboto', sans-serif;
        z-index: 1;
    }

    .img-card.iCard-style3 .card-text {
        color: #636060;
    }

    .img-card.iCard-style3 .card-link {
        border-top: 1px solid #e8e8e8;
    }
        .img-card.iCard-style3 .card-link a {
            color: #585858;
        }
        .img-card.iCard-style3 .card-link a:after {            
            background: #585858;
        }

.img-card.iCard-style4 {
    text-align: right;
}

.img-card.iCard-style4 .card-caption {
    position: absolute;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    z-index: 1;
    top: 10px;
    right: 10px;
    color: #fff;
}

.img-card.iCard-style4 .card-title {
    width: 100%;
    padding: 20px 0px 12px 0;
    color: #E91E63;
}

    .img-card.iCard-style4 .card-title span {
        font-size: 25px;
        margin-right: 12px;
    }

.img-card.iCard-style4 .toggle {
    cursor: pointer;
    padding: 8px 0px 13px 0px;
    width: 55px;
}

.img-card.iCard-style4 .toggle span, .img-card.iCard-style4 .toggle span:nth-child(2), .img-card.iCard-style4 .toggle span:nth-child(3) {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #E91E63;
    cursor: pointer;
}

.img-card.iCard-style4 .toggle span:nth-child(1) {
    right: 15px;
}

.img-card.iCard-style4 .toggle span:nth-child(2) {
    right: 27px;
}

.img-card.iCard-style4 .toggle span:nth-child(3) {
    right: 39px;
}

.img-card.iCard-style4 .card-text {
    opacity: 0;
    line-height: 0;
    padding-bottom: 0;
    color: #4c4c4c;

    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}

.img-card.iCard-style4 .toggle.active ~ .card-text{
    opacity: 1;
    line-height: 1.5;
    padding-bottom: 10px;
}

.img-card.iCard-style4 .card-link {
    border-top:1px solid #e8e8e8;
}

    .img-card.iCard-style4 .card-link a {
        color: #E91E63;
    }
    .img-card.iCard-style4 .card-link a:after {            
        background: #E91E63;
    }


    /* preloader  */

   
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  /*border-top-color: #3498db;*/

 

  z-index: 1001;
}

  #loader:before {
      content: "";
      position: absolute;
      top: 5px;
      left: 5px;
      right: 5px;
      bottom: 5px;
      border-radius: 50%;
      border: 3px solid transparent;
     
  }

  #loader:after {
      content: "";
      position: absolute;
      top: 15px;
      left: 15px;
      right: 15px;
      bottom: 15px;
      border-radius: 50%;
      border: 3px solid transparent;
      
  }

  @-webkit-keyframes spin {
      0%   { 
          -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
          -ms-transform: rotate(0deg);  /* IE 9 */
          transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
      }
      100% {
          -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
          -ms-transform: rotate(360deg);  /* IE 9 */
          transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
      }
  }
  @keyframes spin {
      0%   { 
          -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
          -ms-transform: rotate(0deg);  /* IE 9 */
          transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
      }
      100% {
          -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
          -ms-transform: rotate(360deg);  /* IE 9 */
          transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
      }
  }

  #loader-wrapper .loader-section {
      position: fixed;
      top: 0;
      width: 100%;
      height: 100%;
      background: var(--vs-primary-color);
      z-index: 1000;
      -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: translateX(0);  /* IE 9 */
      transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
  }
/* 
  #loader-wrapper .loader-section.section-left {
      left: 0;
  }

  #loader-wrapper .loader-section.section-right {
      right: 0;
  } */

  /* Loaded */
  .loaded #loader-wrapper .loader-section.section-left {
      -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
          -ms-transform: translateX(-100%);  /* IE 9 */
              transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

      -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
              transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  }

  .loaded #loader-wrapper .loader-section.section-right {
      -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
          -ms-transform: translateX(100%);  /* IE 9 */
              transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
      transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  }
  
  .loaded #loader {
      opacity: 0;
      -webkit-transition: all 0.3s ease-out;  
              transition: all 0.3s ease-out;
  }
  .loaded #loader-wrapper {
      visibility: hidden;

      -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
          -ms-transform: translateY(-100%);  /* IE 9 */
              transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

      -webkit-transition: all 0.3s 1s ease-out;  
              transition: all 0.3s 1s ease-out;
  }
  
  /* JavaScript Turned Off */
  .no-js #loader-wrapper {
      display: none;
  }
  /* .no-js h1 {
      color: #222222;
  } */

  #content {
      margin: 0 auto;
      padding-bottom: 50px;
      width: 80%;
      max-width: 978px;
  }  

  .meet_title a{
    color: #000;
    font-size: 15px;
  }
  .meet_title{
  padding: 10px 10px;
  text-align: center;
  }

/*  .page-title h1 {*/
/*    color: #fff !important;*/

/*}*/
/*.page-breadcrumb li a,.page-breadcrumb li,.page-breadcrumb li:after{*/
/*  color: #fff !important;*/
/*}*/

.mt_03{
  margin-top: -35px;
}

.ml_100{
  margin-left: 100px;
}

@media (max-width: 996px) {
.mobile_display_none{
display: none;
}
}
.fixed-header .logo img {
    width: 77px;
    padding-top: 30px;
}

.vs_mobile_lg {
  width: 70px;
}
.vs_mobile_lg img{
    padding-top:0px !important;
}
.gc_name{
  color: #006100;
font-size: 14px;
  font-weight: 500;
   text-align: center;
}
.mobile-menu .nav-logo {
    padding: 20px 4px;
}
.gv_img{
  float: right;
  padding-right: 10px;
}
.ft_main{
font-size: 19px;
padding-left: 30px;
font-weight: 600;
color: #006100;
}




