body{
    font-family:var(--vs-body-font);
    }
    hello{
      color:red;
    }
    .category_section h3 {
        font-size: 10px;
    }
    .col-md-4.recent-activity-section {
        position: absolute;
        right: 0;
        top: -50px;
    }
    .recent-activity {
        background-color: blue;
        padding: 10px;
        color: #fff;
        font-size: 19px;
        text-align: center;
        margin-bottom: -25px;
        border: 1px solid #818080;
    }
    .category_section img {
        width: 100px;
        vertical-align: middle;
    }
    .md-ml-50{
      margin-left:50px ! important;
    }
    .logo img {
        width: auto ! important;
    }
    #vs_dynamic_page_content{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-family: inherit;
        font-size: inherit;
        color: inherit;
        font-family: 'Poppins', sans-serif;
    }
    .btn-call-pulse-border::before {
        content: "";
        position: absolute;
        border-radius: 50%;
        padding: 15px;
        border: 5px solid #2572d1;
        z-index: 5;
        opacity: 0.75;
        animation-name: pulse-border;
        animation-duration: 2.5s;
        animation-timing-function: ease-out;
        animation-iteration-count: infinite;
    }
    .btn-phone-pulse {
        background: #2572d1;
        color: white;
        position: fixed;
        bottom: 70px;
        right: 5px;
        font-size: 20px;
        display: flex;
        z-index: 5;
        justify-content: center;
        align-items: center;
        width: 0;
        height: 0;
        padding: 20px;
        text-decoration: none;
        border-radius: 50%;
        animation-name: pulse;
        animation-duration: 1.5s;
        animation-timing-function: ease-out;
        animation-iteration-count: infinite;
    }
    .btn-whatsapp-pulse {
        background: #25d366;
        color: white;
        position: fixed;
        bottom: 10px;
        right: 5px;
        font-size: 25px;
        display: flex;
        z-index: 5;
        justify-content: center;
        align-items: center;
        width: 0;
        height: 0;
        padding: 20px;
        text-decoration: none;
        border-radius: 50%;
        animation-name: pulse;
        animation-duration: 1.5s;
        animation-timing-function: ease-out;
        animation-iteration-count: infinite;
    }
    .btn-whatsapp-pulse-border {
        bottom: 140px;
        right: 5px;
        z-index: 5;
        animation-play-state: paused;
    }
    .btn-whatsapp-pulse-border::before {
        content: "";
        position: absolute;
        z-index: 5;
        border-radius: 50%;
        padding: 15px;
        border: 5px solid #25d366;
        opacity: 0.75;
        animation-name: pulse-border;
        animation-duration: 1.5s;
        animation-timing-function: ease-out;
        animation-iteration-count: infinite;
    }
    @keyframes pulse {
        0% {
            box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
        }
        80% {
            box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
        }
    }
    @keyframes pulse-border {
        0% {
            padding: 15px;
            opacity: 0.75;
        }
        75% {
            padding: 40px;
            opacity: 0;
        }
        100% {
            opacity: 0;
        }
    }
    .vs_mobile_lg {
        width: 215px ! important;
    }
    .mobile-menu .nav-logo img {
        height: 85px ! important;
    }
    .site-button{
      background-color: red;
      color: white;
      padding:10px 20px;
    }
    .site-button a{
      color:white;
    }
    .main-menu .navigation > li > a:before,.bg-primary,.btn-primary,#homeone .card,.main-menu .navigation > li > a.btn,.main-menu .navigation > li > a.btn:hover,.main-menu .navigation > li > a.btn:active{
        background: var(--vs-primary-color) ! important;
    }
    .mobile-menu .navigation li.current > a {
        color: var(--vs-primary-color);
    }
    .main-menu .navigation li.current a span{
      color:var(--vs-primary-color);
      font-size:18px;
    }
.main-footer.style-two li a{
  color:#4C4C4D ! important;
}
#services-card{
  padding:25px 0px;
}
#services-card h2{
  font-size:20px;
}
#services-card .col-md-3 {
    position: relative;
    background: #fff;
    padding-top:10px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: 0.5s;
}

#services-card .col-md-3:hover{
    filter: blur(20px);
    transform: scale(0.9);
    opacity: 0.5;
}

#services-card .col-md-3:hover {
    filter: blur(0px);
    transform: scale(1.1);
    opacity: 1;
}
.main-menu .navigation > li > ul {

    height: auto ! important;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.main-menu .navigation > li > ul a{
  font-size:16px;
}
.main-menu .navigation > li > a.btn{

    opacity: 1;
    font-size: 18px;
    line-height: 25px;
    margin-top:21px;
    padding:6px;
    font-weight: 500;
    color: #ffffff;
   
}
.main-menu .navigation > li > a.btn,.main-menu .navigation > li > a.btn:hover,.main-menu .navigation > li > a.btn:active{
  border-color:var(--vs-primary-color);
}
#homeone h1{
    font-size: 24px;
    padding-bottom:10px;
}
#homeone{
  padding:25px 0px;
}
#homeone .card {
    margin-top:10px;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding: 0px;
    margin: 0px;
    color: #ffffff;
    height: 60px;
    text-align: center;
    vertical-align: middle;
}
#homeone .card:hover{
  color: #000000;
  border: 2px solid;
  border-color:var(--vs-primary-color);
}
.vs-component.vs-image-container.__vs__float-right {
    float: right;
}
section.card-info {
    padding: 20px 0px;
}
.btn-primary:hover{
  background-color: #606060;
  border: 1px solid grey;
}
.btn-primary{
  border: 1px solid grey;
  padding:10px 20px;
  border-radius: 6px;
  
}
#ourservices .col-md-6{
 margin-bottom:30px;
  
}
#support a.btn-primary {
    margin-top:20px;
    background-color: #fff ! important;
    color: var(--vs-primary-color);
    padding: 10px 20px;
    border-radius: 6px;
}
div#support {
    padding: 35px 0px;
}
div#support h3{
  line-height:70px;
}
div#support .col-md-2 {
    margin-top: 30px;
}
div#hourservices {
    padding: 35px 0px;
}
div#hourservices h3{
  line-height:30px;
}
div#hourservices .col-md-2 {
    margin-top: 30px;
}
div#headaboutone {
    padding: 35px 0px;
}
div#headaboutone h3{
  line-height:30px;
}
div#headaboutone .col-md-2 {
    margin-top: 30px;
}
.gap-35{
  padding:35px 0px;
}
.mobile-menu .navigation li a.btn.btn-primary {
  margin: 20px 30px;
  color:#fff;
}
.gap-top-35{
  padding-top:35px;
}
.gap-bottom-35{
  padding-bottom:35px;
}
h1{
  
  font-size:28px;
}
ul.footer-social-link {
    display: inline-flex;
}
ul.footer-social-link li{
  text-align:center;
  width:30px;
  height:30px;
  margin: 5px;
  border:2px solid gray;
  border-radius:4px;
}
.scroll-to-top{
  color:var(--vs-primary-color);
  background-color:#d2d2d2;
}
.scroll-to-top:hover{
  color:#d2d2d2;
  background-color:var(--vs-primary-color);
}
h4.social-title.mb-d-none {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 7px;
    margin-top: 10px;
}
.rev_slider {
    height: 675px !important;
}
.rev_slider_wrapper {
    height: 675px !important;
}

#ourservices h3{
  font-size: 20px;
    color: #000;
   line-height: 20px;
    margin-bottom: 19px;
}
iframe {
    width: 100%;
    height: 400px;
    border: unset;
}
.gap-top-20{
  padding-top:20px;
}
form#form-npm-1 {
    padding: 20px;
}
form#form-npm-1 label {
    padding-top: 10px;
}
#contact-form-section-map .card{
  background-color:#ffffff00;
  border: 2px solid rgb(255 253 253);
}
#contact-form-section-map .btn-primary {
    border: 2px solid #ffffff;
    padding: 10px 20px;
    width: 100%;
    border-radius: 6px;
}
#connect-icon--widget img{

    background-color: var(--vs-primary-color);
    height: auto;
    width: 70px;
    padding: 20px;
    border-radius: 5px;
}
#connect-icon--widget .vs-component.vs-image-container.__vs__float-none {
    text-align: center;
  margin:10px;
}
body {
    color: #4C4C4D;
}
#contact-us-backgorund{

  background-image: url("https://bellytobaby.in//uploads/file/tester1.png"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 350px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.background,
.spinner {
  position: absolute;
  display: inline-block;
  height: 100%;
  width: 100%;
}
/* The button background layer */
.background {
    border-radius: 50%;
    /*background-image: linear-gradient(0deg, #bebebe, #dbdcdf); */
    box-shadow: 0 4px 4px -1px rgba(0, 0, 0, 0.6), 0 4px 6px 1px rgba(0, 0, 0, 0.3), 0 1px 2px 1px rgba(0, 0, 0, 0) inset, 0 18px 32px -2px rgba(255, 255, 255, 0.1) inset;
    /* display: none; */
}
.logo {
  z-index: 2;
}
.spinner {
  border-radius: 50%;
  border-top: 2px solid #ae34db;

  /* glowing with shadow (30% of #ae34db) */
  box-shadow: 0 -5px 5px #ffffff;

  /* add spin animation */
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html {
  scroll-behavior: smooth;
}
.main-menu .navigation li.current ul li a span {
    color: #4C4C4D;
    font-size: 16px;
}


.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: #006bb8;
}
#sap-implementation-section .text:before {
    position: absolute;
    width: 30px;
    height: 3px;
    top: 68px;
    left: 16px;
    content: "";
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #3B7EFF;
}
#sap-implementation-section h3{
  padding: 20px 0px;
}
/* Default: Extra-small devices such as small phones (less than 640px) */

/* Small devices such as large phones (640px and up) */
@media only screen and (min-width: 640px) {

}

/* Medium devices such as tablets (768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices such as laptops (1024px and up) */
@media only screen and (min-width: 1024px) {}

/* Largest devices such as desktops (1280px and up) */
@media only screen and (min-width: 1280px) {}

/* Default: Large devices such as laptops, computers (greater than 1024px) *

/* Medium devices such as tablets (1024px or lesser) */
@media only screen and (max-width: 1024px) {}

/* Small devices such as phones (768px or lesser) */
@media only screen and (max-width: 768px) 
{
#homeone .card {
    padding: 20px;
    margin: 10px;
}
}

.mobile-menu .navigation {
     border-bottom: none;
}

.f_16{
font-size:16px;
}
.se_img1{ 
    background-image: url(https://web10.vyugamgroup.com//uploads/file/service_bg_1.jpg)!important;
}
.vs_bg_blue .sec-title h2{
    color: #fff;
}

#kits-verticals-sections{
padding-right:0px;
padding-left:0px;
}
#kit-vision-section{
margin-bottom:15px;
}
.case-block .image-box .image {
     top: unset;
    left: unset;
    max-width: unset;
    height: unset;
    display: unset;
    transform:unset;
}
#sap-implementation-section{
  margin-top:10px;
  margin-bottom:10px;
}
.sec-title {
    position: relative;
     margin-bottom: 0px;
}
.se_img2{ 
    background-image: url(https://web10.vyugamgroup.com//uploads/file/service_bg_2.jpg)!important;
}
.se_img3{ 
    background-image: url(https://web10.vyugamgroup.com//uploads/file/service_bg_3.jpg)!important;
}
.se_img4{ 
    background-image: url(https://web10.vyugamgroup.com//uploads/file/service_bg_4.jpg)!important;
}
.se_img5{ 
    background-image: url(https://web10.vyugamgroup.com//uploads/file/service_bg_1.jpg)!important;
}
.se_img6{ 
    background-image: url(https://web10.vyugamgroup.com//uploads/file/service_bg_2.jpg)!important;
}
.mobile-sticky-header {
    padding: 10px 15px 19px 15px;
}
.main-header .logo img {
    max-height: 55px !important;
}
.mobile-sticky-header .logo {
    display: block;
}
.mobile-header .logo {
  display: block;
}
@media only screen and (max-width: 1023px) {
    .mobile-header {
          padding: 10px 15px 19px 15px;
  }
}
#slider-bottom-heading-banner h3{
  font-size:22px;
}
@media only screen and (max-width: 320px) {
.case-block .lower-content {
    padding: 13px 0px 17px;
}
}
@media only screen and (min-device-width: 321px) and (max-device-width: 424px){
.vs_bg_blue .case-block .inner-box {
    height: 435px !important;
}
}
.case-block .lower-content {
    position: relative;
    padding: 12px 0px 12px;
    text-align: center;
}
.case-block .lower-content h4 a{
  font-size:17px;
}

.vs_bg_blue {
    background-color: #006bb8 !important;
    padding-top: 20px;
    padding-bottom: 20px;
}
.about_kit_css{
  color: #006bb8
  font-size:16px;
  font-weight:500;
}
.kit_color{
  color:#2d69b2;
}
.kit1{
  font-size:35px !important;
}
#about-sec-1{
  margin-top:20px;
}
.kit_btn{
    color: #fff;
    background: #006bb8;
    padding: 9px 15px;
    border-radius: 5px;
}
.mt_10{
  margin-top:10px;
}
.fontw{
  font-weight:500;
}
#sap-imp-2{
    background: #e4f5fd !important;
}
h1 {
    font-size: 28px;
    line-height: 38px;
    padding: 13px 0px;
}
.vss-heading-style:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    height: 6px;
    width: 15px;
    border-radius: 0px;
    background-color: #fff;
    -webkit-animation: heading-move 5s infinite linear;
    animation: heading-move 5s infinite linear;
}
.vss-heading-style {
    display: block;
    position: relative;
    border-bottom: 4px solid var(--vs-primary-color);
    width: 90px;
    height: 4px;
    border-radius: 50px;
    margin: 0 auto;
    margin-bottom: 20px;
}
@-webkit-keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(75px);
  }
  100% {
    transform: translateX(-1px);
  }
}

@keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(75px);
  }
  100% {
    transform: translateX(-1px);
  }
}
.card{
  position: relative;
    border-radius: 10px;
    padding: 40px 50px 40px 30px;
    background-color: #ffffff;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.card h3{
font-size:18px ! important;
}
#home-key-new .vs-component.vs-image-container{
    display: block;
    margin: 0 auto;
}
.style-left{
    margin: 0;
    margin-bottom: 13px;
}
.container.contact-demo-style {
    padding: 21px 0px;
}
.container.contact-demo-style p{
    padding: 5px 0px;
}
.container.contact-demo-style a.btn.btn-outline-primary{
    color: white;
    border-color: #fff;
}
div#header-of-imp-of--corporater- h2 {
    padding: 14px;
    margin: 0px;
}