/********** Template CSS **********/
:root {
    --primary: #E3BB63;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #091E3E;
    --black: #000000;
}
.text-black{
    color:#000000 !important;
}
.bg-black{
    background: #000000 !important;
}
.html{
    scroll-behavior: smooth;
    scroll-padding-top: 230px;
}

/* Icon box style */
.icon_box {
    width:20rem;
}

.icon_box_one {
    width:15rem;
}

.icon_box_two {
    width:30rem;
}

.icon_box_three {
    width:14rem;
}


/* Icon box style */


/* Contact Us page Style */
.contactus_box {
    height: 10rem;
}
/* Contact Us page Style */


/* Second heading Padding */
/* .heading_padding {
    padding-left: 2rem;
    padding-right: 2rem;
} */
/* Second heading Padding */

/* Paragraph Style */
.prg_style{
    text-align: justify;
}
/* Paragraph Style */

/* FAQ Style */
/* .faq{
    padding-left: 8rem;
     padding-right: 8rem;
    } */
/* FAQ Style */


/* ISO dropdown style */
.iso_drp_dwn {
    display:flex;
    /* direction: row; */
    justify-content: space-between;
}

.border_Styler{
    background-color: white;
    border-style:outset;
    border-width: 0px 2px 4px 2px;
    border-color: #061429; 
}

.btn_wdth{
    width:14rem;
    background-color: #e6f6fb;
}
/* ISO dropdown style */

/* Our Services Box Border */
 .box_border {
    border: 6px outset #bcd3df;
 }
 .box_border_one {
    border: 6px outset #E3BB63;
 }
/* Four services color */
.txt_styl {
    color: black !important;
}
/* Four services color */
 /* Cards style */
 .styles_listContainer__FEgCW {
    display: flex;
    justify-content: space-around;
    grid-gap: 15px;
    gap: 15px;
}

@media (max-width:1024px){
    .form_height{
        height: 70px !important;
    }
    .form_hide{
        display: none !important;
    }
.styles_listContainer__FEgCW {
    justify-content: flex-start;
    overflow-x: scroll;
    margin-right: -15px;
}
.styles_listItem__i2Clc {
    flex-shrink: 0;
    width: 18rem;
}
.border_Styler{
    background-color: white;
    border-style:outset;
    border-width: 0px 2px 4px 2px;
    border-color: #061429; 
}

}
.styles_listItem__i2Clc {
    padding: 10px 10px;
    position: relative;
    width: 261px;
    overflow: hidden;
    background-color: #f5fcff;
    box-shadow: 0 3px 15px rgb(15 37 51 / 11%);
    border-radius: 12px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    grid-gap: 16px;
    gap: 16px;
}
.styles_listItem__i2Clc .styles_cardTitle__elvTy {
    margin-bottom: 8px;
    min-height: 50px;
    font-size: 20px;
    font-weight: 700;
    color: #161e24;
    max-width: 200px;
    text-align: center;
}
.styles_listItem__i2Clc .styles_cardPrice__StPOM {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
    color: #243a4f;
    text-align: center;
}
.styles_listItem__i2Clc .styles_imgContainer__OuXKm {
    max-height: 90px;
}
.styles_listItem__i2Clc .content{
    color: #fff;
    background: #0d85cb;
  position: absolute;
  top: 0%;
  left:100%;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  transition: all 0.5s;
}
.styles_listItem__i2Clc:hover .content{
    left:0;
    
}
.content p{
    padding: 10px;
}
.content >p>a{
border-bottom:1px solid rgb(243, 231, 231) ;
padding: 10px 0;
color:#000;
font-weight:bold ;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }


  
 /* Cards style */

 /* From Style */
 .form_container{
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0.2rem;
    z-index: 999;
    background-color: white;
 }

 .rib-txt {
    color: #091E3E;
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
    }

 .container_two {
  border-bottom: 5px outset;
 }
 

    .flex-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
      }
      
      .flex-container > div {
        margin: 5px;
        /* padding: 20px 0px 0px 0px; */
        font-size: 30px;
      }
    .formi {
        padding: auto !important;
    }
    .input_box_styl{
        width: 18rem;
        height: 2.5rem;
        font-size: 1rem;
        font-weight: bolder;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
    .btn_style {
        height: 43px;
         width: 150px;
    }
 /* Form Style */
    
 /* 5 steps style */
 .points_style {
    box-shadow: 3px 3px 3px 3px gray;
    padding: 1rem; 
    border-left: 5px solid #091E3E;
}
.heading_points {
    padding: 1rem; 
    border-left: 5px solid #091E3E;
}
 /* 5 steps style */


 /* Terms and condition style */
 .points_style_one {
    box-shadow: 3px 3px 3px 3px gray;
    padding: 1rem;
}
 /* Terms and condition style */


/*** Spinner ***/
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-left: 25px;
    padding: 20px 0;
    color:var(--dark);
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }

/* ISO dropdown style */
.iso_drp_dwn {
    display:flex;
    flex-wrap: wrap;
    /* direction: column; */
    justify-content: space-between;
    margin: auto;
}

.btn_wdth{
    width:14rem;
    background-color: #e6f6fb;
}
/* ISO dropdown style */

    /* From Style */
 .form_container{
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: white;
 }

 .rib-txt {
    color: #091E3E;
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
    }

 .container_two {
  border-bottom: 5px outset;
 }
 

    .flex-container {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
      }
      
      .flex-container > div {
        justify-self: center;
        /* margin: 5px; */
        width: 80%;
        /* padding: 20px 0px 0px 0px; */
        font-size: 30px;
      }
      
    .formi {
        padding: auto !important;
    }
    .input_box_styl{
        width: 100%;
        height: 2.5rem;
        font-size: 1rem;
        font-weight: bolder;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .btn_style {
        display: flex;
        justify-content: center !important;
        margin: auto;
        height: 43px;
         width: 150px;
    }
 /* Form Style */


}



@media (min-width: 992px) {
   
        .customs {
            transform: translate(-26% ,0%);
        }
        .customtranslate{
            transform: translate(-50%,0%);
        }
      
    
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background-color: white;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}
.nav-root{
    top: 7rem;
    z-index: 1027;
}
@media (max-width: 1055px)
{.nav-root{ top:9rem }}

#positon_point{
    object-view-box: inset(-1% 2% -24% 22%);}
/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .7);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}


.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}


/*** Service ***/
.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 2px;
   
}



.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}


/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}
.facts {
    position: relative;
    margin-top: -6rem;
    z-index: 1;
}
@media (min-width: 767.98px) {
       /* width for md */
     
.w-md-100{
    width: 100% !important;
}
.w-md-75{
    width: 75% !important;
}
.w-md-50{
    width: 50% !important;
}
.w-md-25{
    width: 25% !important;
}
    
    .facts {
        position: relative;
        margin-top: -10rem;
        z-index: 1;
    }
}

/*** Miscellaneous ***/
@media (min-width: 991.98px) {
  
    .facts {
        position: relative;
        margin-top: -16rem;
        z-index: 1;
    }
    
}
@media only screen and (max-width :650px){
    #spinner{
        display: none !important;
    }
    .form_height{
        height: 70px !important;
    }
    .form_hide{
        display: none !important;
    }
   

}
@media only screen and (min-width: 600px) {

  
    /* Width for sm screen*/
.w-sm-100{
    width: 100% !important;
}
.w-sm-75{
    width: 75% !important;
}
.w-sm-50{
    width: 50% !important;
}
.w-sm-25{
    width: 25% !important;
}
}


/* Clients Images Style Start */
.custom_slide img{
    width: 150px;
    height: auto;;
    animation-delay: 0.1s;
    animation: scroll 10s linear infinite  ;
}

.custom_slide-track {
    width: 70%;
    height:5rem;
    margin:auto;
    gap: 1rem;
    overflow: hidden;
  }
  
  @keyframes scroll {
    0% {transform: translateX(0);}
    100% {transform: translateX(500%)}
  }
  /* Client Images Style End */

  /* Consumer Complain Forum Start */
.custom_slide_one img{
    width: 55rem;
    height: auto;;
    animation-delay: 0.1s;
    animation: scroll 50s linear infinite  ;
}

.custom_slide-track_one {
    width: 80%;
    height:25rem;
    margin:auto;
    gap: 1rem;
    overflow: hidden;
  }
  
  @keyframes scroll {
    0% {transform: translateX(0);}
    100% {transform: translateX(200%)}
  }
  /* Consumer Complain Forum End */
  
.back-to-top {
    position: fixed;
    display: none;
    right: 60px;
    bottom: 120px;
    z-index: 99;
}

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/carousel-1.webp) center center no-repeat;
    background-size: cover;
}
.bg-singapore {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/singapore.jpg) center center no-repeat;
    background-size: cover;
}
/* Image section For banner include different Page Classes */
.public_com_reg {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/pvt_comp_bg1.webp) center center no-repeat;
    background-size: cover;
}
.drug_img{
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/drug.webp) center center no-repeat;
    background-size: cover;
}
.company_reg{
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/pvt_comp_bg1.webp) center center no-repeat;
    background-size: cover;
}
.msme_img{
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/MSME.webp) center center no-repeat;
    background-size: cover;
}
.llp_img{
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/bg-conv-llp.webp) center center no-repeat;
    background-size: cover;
}
.pvt_to_public_img{
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/Partnership_Registraion.webp) center center no-repeat;
    background-size: cover;
}
.bg-opc {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/bg-opc-7.webp) center center no-repeat;
    background-size: cover;
}
.prop_to_pvt_img{
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/bg-prop-to-pvt-comp.webp) center center no-repeat;
    background-size: cover;
}
.procedure_comp_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/Procedure-comp-1.webp) center center no-repeat;
    background-size: cover;
}
.cghs_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/cghs2.webp) center center no-repeat;
    background-size: cover;
}
.gst-advisory-service_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/gst-advisory-service2.webp) center center no-repeat;
    background-size: cover;
}
.mutual-fund-agent_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/mutual-fund-agent.webp) center center no-repeat;
    background-size: cover;
}
.international-trademark-reg_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/international-trademark-reg.webp) center center no-repeat;
    background-size: cover;
}
.DIR3-e-kyc_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/DIR3-e-kyc1.webp) center center no-repeat;
    background-size: cover;
}
.business-letter-recommendation_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/esi_registration.webp) center center no-repeat;
    background-size: cover;
}
.assignment-of-equipment-lease_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/Assignment-of-Equipment-Lease.webp) center center no-repeat;
    background-size: cover;
}
.nri-itr-filing_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/NRI-ITR-filing2.webp) center center no-repeat;
    background-size: cover;
}
.shop-establishment_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/shop-establishment2.webp) center center no-repeat;
    background-size: cover;
}
.lease-renewal-agreement_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/Lease-Renewal-Agreement.webp) center center no-repeat;
    background-size: cover;
}
.legal-document-online_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/Legal-Document-Online.webp) center center no-repeat;
    background-size: cover;
}
.share-purchase-agreement_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/Share-Purchase-Agreement.webp) center center no-repeat;
    background-size: cover;
}
.copyright-assignment-agreement_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/Copyright-Assignment-Agreement.webp) center center no-repeat;
    background-size: cover;
}
.board-resolutions_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/board-resolutions.webp) center center no-repeat;
    background-size: cover;
}
.barcode-registration_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/Barcode-Registration.webp/index.html) center center no-repeat;
    background-size: cover;
}
.RERA-registration_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/RERA-Registration.webp/index.html) center center no-repeat;
    background-size: cover;
}
.ISBN_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/ISBN.webp/index.html) center center no-repeat;
    background-size: cover;
}
.GST-API_img {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/GST-API.webp) center center no-repeat;
    background-size: cover;
}
.fssai_img{
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/food.webp) center center no-repeat;
    background-size: cover;
}
.design_img{
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/design.webp) center center no-repeat;
    background-size: cover;
}
.marraiage_img{
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/marraige.jpg) center center no-repeat;
    background-size: cover;
}

.isr_img{
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/people-meeting-seminar-office-concept.webp) center center no-repeat;
    background-size: cover;
}
.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}



.bg-globe{
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/world-map.jpg/index.html) center center no-repeat;
    background-size: cover;
}

p{
  text-align:auto;
  color:#000;
}
.wppBtn {
  display: none;
  position: fixed;
  bottom: 300px;
  left: 1450px;
  width: 60px;
  height: 60px;
  z-index: 999;
  max-width: 60px;
  max-height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgo8cGF0aCBzdHlsZT0iZmlsbDojNENBRjUwOyIgZD0iTTI1Ni4wNjQsMGgtMC4xMjhsMCwwQzExNC43ODQsMCwwLDExNC44MTYsMCwyNTZjMCw1NiwxOC4wNDgsMTA3LjkwNCw0OC43MzYsMTUwLjA0OGwtMzEuOTA0LDk1LjEwNCAgbDk4LjQtMzEuNDU2QzE1NS43MTIsNDk2LjUxMiwyMDQsNTEyLDI1Ni4wNjQsNTEyQzM5Ny4yMTYsNTEyLDUxMiwzOTcuMTUyLDUxMiwyNTZTMzk3LjIxNiwwLDI1Ni4wNjQsMHoiLz4KPHBhdGggc3R5bGU9ImZpbGw6I0ZBRkFGQTsiIGQ9Ik00MDUuMDI0LDM2MS41MDRjLTYuMTc2LDE3LjQ0LTMwLjY4OCwzMS45MDQtNTAuMjQsMzYuMTI4Yy0xMy4zNzYsMi44NDgtMzAuODQ4LDUuMTItODkuNjY0LTE5LjI2NCAgQzE4OS44ODgsMzQ3LjIsMTQxLjQ0LDI3MC43NTIsMTM3LjY2NCwyNjUuNzkyYy0zLjYxNi00Ljk2LTMwLjQtNDAuNDgtMzAuNC03Ny4yMTZzMTguNjU2LTU0LjYyNCwyNi4xNzYtNjIuMzA0ICBjNi4xNzYtNi4zMDQsMTYuMzg0LTkuMTg0LDI2LjE3Ni05LjE4NGMzLjE2OCwwLDYuMDE2LDAuMTYsOC41NzYsMC4yODhjNy41MiwwLjMyLDExLjI5NiwwLjc2OCwxNi4yNTYsMTIuNjQgIGM2LjE3NiwxNC44OCwyMS4yMTYsNTEuNjE2LDIzLjAwOCw1NS4zOTJjMS44MjQsMy43NzYsMy42NDgsOC44OTYsMS4wODgsMTMuODU2Yy0yLjQsNS4xMi00LjUxMiw3LjM5Mi04LjI4OCwxMS43NDQgIGMtMy43NzYsNC4zNTItNy4zNiw3LjY4LTExLjEzNiwxMi4zNTJjLTMuNDU2LDQuMDY0LTcuMzYsOC40MTYtMy4wMDgsMTUuOTM2YzQuMzUyLDcuMzYsMTkuMzkyLDMxLjkwNCw0MS41MzYsNTEuNjE2ICBjMjguNTc2LDI1LjQ0LDUxLjc0NCwzMy41NjgsNjAuMDMyLDM3LjAyNGM2LjE3NiwyLjU2LDEzLjUzNiwxLjk1MiwxOC4wNDgtMi44NDhjNS43MjgtNi4xNzYsMTIuOC0xNi40MTYsMjAtMjYuNDk2ICBjNS4xMi03LjIzMiwxMS41ODQtOC4xMjgsMTguMzY4LTUuNTY4YzYuOTEyLDIuNCw0My40ODgsMjAuNDgsNTEuMDA4LDI0LjIyNGM3LjUyLDMuNzc2LDEyLjQ4LDUuNTY4LDE0LjMwNCw4LjczNiAgQzQxMS4yLDMyOS4xNTIsNDExLjIsMzQ0LjAzMiw0MDUuMDI0LDM2MS41MDR6Ii8+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
}

/* pulse */
.pulse {position: fixed;}
.pulse:after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 40px;
    border: 3px solid #4caf50;
    position: absolute;
    top: -3px;
    left: -3px;
    animation: pulse 2s ease 0s infinite;
}
@keyframes pulse {
  0% {
      opacity: 1;
      transform: scale(1);
  }
  80% {
      opacity: 0;
      transform: scale(1.2);
  }
  100% {
      opacity: 0;
      transform: scale(2);
  }
}

