.show>.dropdown-menu {
    max-height: 900px;
    visibility: visible;
}

.dropdown-menu {
    display: block;
    max-height: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
}

.v-effect-link {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
    color: white;
}

.v-effect-link li {
    display: inline-block;
    min-width: 0em;
    margin: 0 0.5em;
}

.v-effect-link a {
    text-decoration: none;
    display: block;
    font-family: "montserrat";
    position: relative;
    color: white;
    padding: .5em 0
}

.v-effect-link a:hover {
    color: #c69f73;
}

.v-effect-link a:hover:before {
    left: 0;
    width: 100%;
}

.v-effect-link a:before {
    content: "";
    position: absolute;
    width: 0;
    height: .5px;
    background-color: #c69f73;
    bottom: calc(-1px);
    right: 0;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.v-effect-link1 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: Center;
    color: white;
}

#middleBanner {
    align-items: center;
    color: white;
    font-size: 1.400em;
    font-family: "montserrat";
}

#middleBanner1 {
    align-items: center;
    color: white;
    font-size: 1.000em;
    font-family: "montserrat";
}

#middleBanner2 {
    align-items: center;
    color: white;
    font-size: 1.100em;
    font-family: "montserrat";
}

.parent {
    align-items: center;
    display: flex;
    justify-content: center;
}

.child {
    height: 50px;
    width: 50px;
}

.ftco-navbar-light.scrolled .nav-link {
    color: #fff !important;
}





.row.heading h2 {
    color: #fff;
    font-size: 40.52px;
    line-height: 55px;
    font-weight: 250;
    text-align: center;
    margin: 0 0 40px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.heading.heading-icon {
    display: block;
}

.padding-lg {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
}

.practice-area.padding-lg {
    padding-bottom: 25px;
    padding-top: 25px;
}

.practice-area .inner {
    border: 1px solid #999999;
    text-align: center;
    margin-bottom: 28px;
    padding: 40px 25px;
}

.our-webcoderskull .cnt-block:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border: 0;
}

.practice-area .inner h3 {
    color: #3c3c3c;
    font-size: 14px;
    font-weight: 250;
    font-family: 'Poppins', sans-serif;
    padding: 2px 0;
}

.practice-area .inner p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.practice-area .inner img {
    display: inline-block;
}


.our-webcoderskull {
    background: #021323;

}

.our-webcoderskull .cnt-block {
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    border: 2px solid #d5d5d5;
    margin: 0 0 28px;
}

.our-webcoderskull .cnt-block figure {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.our-webcoderskull .cnt-block img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.our-webcoderskull .cnt-block h3 {
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 500;
    padding: 6px 0;
    text-transform: uppercase;
}

.our-webcoderskull .cnt-block h3 a {
    text-decoration: none;
    color: #2a2a2a;
}

.our-webcoderskull .cnt-block h3 a:hover {
    color: #337ab7;
}

.our-webcoderskull .cnt-block p {
    color: #2a2a2a;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}

.our-webcoderskull .cnt-block .follow-us {
    margin: 20px 0 0;
}

.our-webcoderskull .cnt-block .follow-us li {
    display: inline-block;
    width: auto;
    margin: 0 5px;
}

.our-webcoderskull .cnt-block .follow-us li .fa {
    font-size: 24px;
    color: #767676;
}

.our-webcoderskull .cnt-block .follow-us li .fa:hover {
    color: #025a8e;
}


#slogan {
    font-size: 1.5vw;
    /* make our h1 tag larger */
    font-family: montserrat;
    /* choosing our font */
    background: linear-gradient(#FF671F 10%, #FFFFFF 20%, #046A38 50%);
    /* you can change the colors based on your preference */
    background-clip: text;
    /*it defines how far the background should extend within an element, here we set it to text */
    -webkit-background-clip: text;
    /*for browsers compatibility */
    -webkit-text-fill-color: transparent;
    /* specifies the fill color of text characters. We use transparent to use the background as our text fill  */
    animation: wave 2000ms ease alternate infinite;
    transition: all 0.4s ease;
}

@keyframes wave {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 1vw 10px;
    }
}


.about-wrap {
    background: linear-gradient(135deg, #1d3b55 0%, #2cbcbc 100%);
}

.aside-stretch {
    background: #1d3b55;
    z-index: 0;
}

.aside-stretch:after {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    content: '';
    width: 360%;
    background: #1d3b55;
    z-index: -1;
}

@media (max-width: 767.98px) {
    .aside-stretch {
        background: #1d3b55;
    }

    .aside-stretch:after {
        background: transparent;
        display: none;
    }
}

body {

    font-weight: 200;
    font-family: "montserrat";
    color: black;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 300px;
}

.backside .card a {
    font-size: 18px;
    color: #007b5e !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #007b5e !important;
}

.frontside .card .card-body img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.pb-5,
.py-5 {
    padding-bottom: 0rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 0rem !important;
}

.ftco-section {
    padding: 0em 0;

}


.container1 {
    position: relative;
    width: 1180px;

    justify-content: center;
    flex-wrap: wrap;
    transform-style: preserve-3d;
    perspective: 500px;
    padding: 20px;
    font-family: "montserrat";
}

.ftco-footer {

    padding: 1em 0;
}


.homepage-header {
    background-color: #1d3b55;
    position: relative;
}

.starcLogo {
    max-width: 50%;
    height: auto;
}

.hindi-name {
    padding-top: 25px;
}

.iso-name {
    color: #fff;
    font-size: 14px;
}

.header-data-navbar {
    background-color: #96C40F;
}

.header-data-navbar-back {
    background-color: #252e38;
    color: #fff;
}

.introduction-paragraph {
    text-align: justify;
}

.animate-word {
    text-align: justify;
}

.starc-mems {
    color: #2f89fc;
}

.animate-nav-pills-color {
    background-color: #1d3b55;
}

.what-we-do {
    background-color: #1d3b55;
    color: white;
}

.equal-hight {
    height: 220px;
    width: 180px;
}


 .home-banner {
  background-image: url('../image/HomeBanner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.lowgaccelerator{
  background-image: url('../image/product/lowgAccelerometer.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ltcc{
  background-image: url('../image/product/ltcc.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ltcc1{
  background-image: url('../image/product/ltcc1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.what-we-do-img{
  background-image: url('../image/HomeBanner1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.products-delivered{
  background-image: url('../image/HomeBanner2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}