﻿.navbar-links li.navbar-dropdown {
  position: relative;
}

.navbar-links li.navbar-dropdown:hover .dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.navbar-links li.navbar-dropdown .dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 20px 0;
  top: 100%;
  transform: translateY(50px);
  left: 0;
  width: 500px;
  background-color: #fff;
  box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 111;
  transition: 0.4s all;
  display:flex;
}
.navbar-links li.navbar-dropdown .dropdown a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left:5px;
  padding-right:5px;
  font-weight: 500;
  display:block;
  color:rgba(56, 77, 98, 0.6);
}
.navbar-links li.navbar-dropdown .dropdown a.active{
    color:#ffc246;
}
.navbar-links li.navbar-dropdown .dropdown a:hover{
    color:#ffc246;
}
.navbar-dropdown .dropdown a:hover {
  padding-left: 30px;
}
.Service-dropdown{
    flex-basis:50%;
    padding-left:0.5%;
     padding-right:0.5%;
}
.navbar-brand.logo{
    width:100px;
    height:100px;
    padding:0% !important;
    border-right:none !important;
    margin-right:0% !important;
    position:relative;
}
.w3l-header a.navbar-brand.logo img{
    width:69%;
    margin-right:0% !important;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.UnitDetails{
    color:#ffc246 !important;
    font-size:20px !important;
    opacity:1 !important;
}

/*******Title text Animation CSS Start********/
:root {
  --color-primary: #f9a700;
  --color-secondary: #ffb31a;
  --color-tertiary: #ffc34d;
  --color-quaternary: #ffd480;
  --color-quinary: #ffe6b3;
}


.text_shadows {
  text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary), 12px 12px 0 var(--color-quinary);
  font-family: bungee, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: calc(0.1rem + 5vw);
  text-align: center;
  margin: 0;
  color: var(--color-primary);
  -webkit-animation: shadows 1.2s ease-in infinite, move 1.2s ease-in infinite;
          animation: shadows 1.2s ease-in infinite, move 1.2s ease-in infinite;
  letter-spacing: 0.4rem;
}

@-webkit-keyframes shadows {
  0% {
    text-shadow: none;
  }
  10% {
    text-shadow: 3px 3px 0 var(--color-secondary);
  }
  20% {
    text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary);
  }
  30% {
    text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary);
  }
  40% {
    text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary), 12px 12px 0 var(--color-quinary);
  }
  50% {
    text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary), 12px 12px 0 var(--color-quinary);
  }
  60% {
    text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary), 12px 12px 0 var(--color-quinary);
  }
  70% {
    text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary);
  }
  80% {
    text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary);
  }
  90% {
    text-shadow: 3px 3px 0 var(--color-secondary);
  }
  100% {
    text-shadow: none;
  }
}

@keyframes shadows {
  0% {
    text-shadow: none;
  }
  10% {
    text-shadow: 3px 3px 0 var(--color-secondary);
  }
  20% {
    text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary);
  }
  30% {
    text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary);
  }
  40% {
    text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary), 12px 12px 0 var(--color-quinary);
  }
  50% {
    text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary), 12px 12px 0 var(--color-quinary);
  }
  60% {
    text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary), 12px 12px 0 var(--color-quinary);
  }
  70% {
    text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary);
  }
  80% {
    text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary);
  }
  90% {
    text-shadow: 3px 3px 0 var(--color-secondary);
  }
  100% {
    text-shadow: none;
  }
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  40% {
    -webkit-transform: translate(-12px, -12px);
            transform: translate(-12px, -12px);
  }
  50% {
    -webkit-transform: translate(-12px, -12px);
            transform: translate(-12px, -12px);
  }
  60% {
    -webkit-transform: translate(-12px, -12px);
            transform: translate(-12px, -12px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  40% {
    -webkit-transform: translate(-12px, -12px);
            transform: translate(-12px, -12px);
  }
  50% {
    -webkit-transform: translate(-12px, -12px);
            transform: translate(-12px, -12px);
  }
  60% {
    -webkit-transform: translate(-12px, -12px);
            transform: translate(-12px, -12px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
/*******Title text Animation CSS End********/

.ProductDetailList li{
    list-style-type:initial;
}
.ProductMainOuterWrapper .row{
    max-width:1200px;
    margin:0px auto;
}
.ProductDetailSectionWrapper p{
    font-size:1rem;
}
.ProductDetailSectionWrapper .w3l-services3 h3.title{
        margin-bottom: 15px
}
.ProductDetailSectionWrapper .header-section h3{
        font-size: 30px;
        line-height:38px;
}
.ProductMainWrapper .link-list-menu li{
    color:rgba(255,255,255,0.8);
    list-style-type:initial;
}
.ProductMainWrapper .link-list-menu ul{
        width: fit-content;
    margin: 0px auto;
    text-align: left;
}
.ProductSection{
    background-color:#384d62;
    color:rgba(255,255,255,0.8);
}
.ProductSection p{
    color:rgba(255,255,255,0.8) !important;
}
.ProductionInnerSection{
    display:flex;
}
.ProductcompontentWrapper{
    flex-basis:45%;
}
.producttypeOuterWrapper{
    flex-basis:55%;
}
.ProductTypesWrapper{
    display:flex;
    width:90%;
    margin:0px auto;
}
.ProductTypesWrapper .ProductTypesInnerWrapper{
    flex-basis:50%;
}
.ProductTypesInnerWrapper ul{
    width:fit-content;
    margin:0px auto;
}
.ProductSection .title{
    background: linear-gradient(to right, #ffe6b3 0%, #ffcc66 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.ProductSection .header-section h3{
    line-height:55px;
}
.IntroSectionWrapper{
    background-color:#384d62;
}
.IntroSectionWrapper p{
    color:rgba(255,255,255,0.8) !important;
}
.title{
   background: linear-gradient(to right, #7d99b5 0%, #131a20 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.bellowCover .ProductDetailSectionWrapper .w3l-index5 .middle-section{
    display:flex;
    max-width:900px;
}
.bellowCover .ProductDetailSectionWrapper .w3l-index5 .middle-section h2{
    font-size:24px;
}
.ProductApplictionWrapper{
    flex-basis:33.33%;
}
.ProductApplictionWrapper.BottomSection{
     flex-basis:50%;
     padding:2%;
}
.gradientcorner{
    position:relative;
}
.gradientcorner:before{
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
   background: -webkit-linear-gradient(315deg, rgba(255, 194, 70, 0.47) 0%, rgba(126, 96, 34, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
background: -o-linear-gradient(315deg, rgba(255, 194, 70, 0.47) 0%, rgba(126, 96, 34, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
background: -ms-linear-gradient(315deg, rgba(255, 194, 70, 0.47) 0%, rgba(126, 96, 34, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
background: -moz-linear-gradient(315deg, rgba(255, 194, 70, 0.47) 0%, rgba(126, 96, 34, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(135deg, rgba(255, 194, 70, 0.47) 0%, rgba(126, 96, 34, 0.1) 50%, rgba(0, 0, 0, 0) 100%);

}
.ImagesWrapper{
    display:block;
    position:relative;
    height:350px;
    width:100%;
}
.ImageInnerWrapper{
    position:relative;
    width:100%;
    height:100%;
    display:flex;
    overflow:hidden;
}
.ImageproductWrapper{
    flex-basis:25%;
    height:100%;
}
.bellowCover .ImageproductWrapper{
    flex-basis:33.33%;
}
.Productimage{
    width:100%;
    margin:0px auto;
    height:100%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
}
.w3l-top-header-strip{
    position:fixed;
    width:100%;
    z-index:9;
    top:0;
}
.w3l-header{
        position: fixed;
    z-index: 9;
    background-color: #fff;
    width: 100%;
    top: 42px;
}
.ml1 {
  font-weight: 900;
  font-size: 3.5em;
  margin-top:9%;
  text-align:center;
}

.ml1 .letter {
  display: inline-block;
  line-height: 1em;
  color:#fff;
}

.ml1 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.ml1 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #ffc246;
  transform-origin: 0 0;
}

.ml1 .line1 { top: 0; }
.ml1 .line2 { bottom: 0; }
.ml1.otherProduct .line{
     background-color: #000;
}
.ml1.otherProduct .letter {
  color:#f9a700;
}
.ml1.otherProduct{
    margin-top:12%;
}
.rightSide{
    margin-left:auto;
}
.center{
    align-self:center;
}
.company-Name{
    font-size: 2rem;
    font-weight: 600;
    line-height: inherit;
    color: #ffc246;
    text-align: center;
    text-transform:uppercase;
}
.companyName{
     font-size: 2rem;
    font-weight: 600;
    line-height: inherit;
    color: #ffc246;
    text-align: left;
    background-color: #fff;
    text-transform:uppercase;
 }
.AMCButtonWrapper {
    position: relative;
    width: 100%;
}
    .AMCButtonWrapper a {
        display: block;
        width: 150px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        color: #000;
        background-color: #ffc246;
        margin: 0px auto;
        margin-top: 5%;
        font-weight:700;
        font-size:14px;
    }
    .AMCButtonWrapper a:hover {
        background-color: #ffb520;
    }
.ProductDetailList p{
    margin:0px auto;
    line-height:30px !important;
}
.springDetail{
    max-width:460px;
    margin:0px auto;
}
.positionWrapper {
    display: flex;
    align-items: flex-start;
    margin-bottom:5%;
}
.PositionIcon {
    flex-basis: 10%;
    padding-top:1%;
}
.PositionImage {
    width: 40%;
}
.PositionImage img{
    width: 100%;
}
.PositionDetails {
    color: #000;
    flex-basis: 90%;
}
.PositionHeading{
    font-size:22px;
}
.PositionDescription{
    font-size:15px;
    line-height:25px;
}
.GrowingCompanyWrapper {
    margin-top: 5%;
    margin-bottom: 5%;
}
.GrowingHeading {
    font-size: 20px;
    font-weight: 600;
}
.GrowingDescription {
    font-size: 16px;
    line-height: 25px;
}
.WhyJoinUsTitle {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin: 2% 1% 0%;
    color: #ffc246;
}
.CareerpositionDetailWrapper {
    max-width: 1200px;
    margin: 0px auto;
    padding-bottom:5%;
}
.positionTitleWrapper {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin: 3% 1%;
    color: #ffc246;
}
.HorizontalLine {
    width: 100%;
    height: 4px;
    background-color: #384d62;
    margin: 3% 0%;
}
.companyDetailsWrapper {
    width:100%;
}
.companyDetailsInnerWrapper{
    width:100%;
}
    .companyDetailsInnerWrapper img {
        width: 100%;
    }
.logoAdujustment{
    width:70%
}
@media screen and (max-width:991px){
    .w3l-header .navbar-collapse{
        overflow-x:hidden;
    }
}
@media screen and (max-width:530px){
    .company-Name{
        font-size:1.3rem;
    }
    section.w3l-main-slider {
        margin-top: 140px;
    }
    .container {
        padding-right: 40px;
        padding-left: 40px;
    }
    .ProductMainOuterWrapper {
        margin-top: 78px;
    }
    .ml1{
        font-size:2rem;
    }
}