body {
 margin-top: -20px !important;
}
@keyframes zoom-in-zoom-out {
  0%,
  to {
    transform:scale(1,1)
  }
  50% {
    transform:scale(1.5,1.5)
  }
}
@keyframes zoom {
  0%,
  to {
    background-size:100%
  }
  50% {
    background-size:105%
  }
}
@-webkit-keyframes mover {
  0% {
    transform:translateY(0)
  }
  to {
    transform:translateY(-15px)
  }
}
@keyframes mover {
  0% {
    transform:translateY(0)
  }
  to {
    transform:translateY(-15px)
  }
}
@-webkit-keyframes background {
  0% {
    background-position:0 0
  }
  to {
    background-position:10000%0
  }
}
@-webkit-keyframes fillLeft {
  to {
    right:100%
  }
}
@keyframes fillLeft {
  to {
    right:100%
  }
}
@-webkit-keyframes fillTop {
  to {
    top:100%
  }
}
@keyframes fillTop {
  to {
    top:100%
  }
}
@-webkit-keyframes fillLeftOdd {
  to {
    left:100%
  }
}
@keyframes fillLeftOdd {
  to {
    left:100%
  }
}
@keyframes flickerAnimation {
  0%,
  to {
    opacity:1
  }
  50% {
    opacity:0
  }
}
@-o-keyframes flickerAnimation {
  0%,
  to {
    opacity:1
  }
  50% {
    opacity:0
  }
}
@-moz-keyframes flickerAnimation {
  0%,
  to {
    opacity:1
  }
  50% {
    opacity:0
  }
}
@-webkit-keyframes flickerAnimation {
  0%,
  to {
    opacity:1
  }
  50% {
    opacity:0
  }
}
@keyframes fade {
  0% {
    opacity:0;
    transform:scale(0);
    visibility:hidden
  }
  to {
    opacity:1;
    transform:scale(1);
    visibility:visible
  }
}
@keyframes fade-top-active {
  0% {
    opacity:0;
    transform:translateY(-100%)
  }
  to {
    opacity:1;
    transform:translateY(0)
  }
}
@keyframes fade-right-active {
  0% {
    opacity:0;
    transform:translateX(100%)
  }
  to {
    opacity:1;
    transform:translateX(0)
  }
}
@keyframes fade-bottom-active {
  0% {
    opacity:0;
    transform:translateY(100%)
  }
  to {
    opacity:1;
    transform:translateY(0)
  }
}
@keyframes fade-left-active {
  0% {
    opacity:0;
    transform:translateX(-100%)
  }
  to {
    opacity:1;
    transform:translateX(0)
  }
}
@keyframes progress {
  0% {
    stroke-dasharray:0 100
  }
}
@keyframes bounce {
  0%,
  to {
    transform:translateY(0)
  }
  50% {
    transform:translateY(-20px)
  }
}
a {
  cursor:pointer!important
}
.flipster ::-webkit-scrollbar {
  width:9px
}
.flipster ::-webkit-scrollbar-thumb {
  background:#838889;
  background:#fff;
  border-radius:50px
}
.menu .navbar-inverse .navbar-nav>li>a {
  font-weight:700!important
}

h1,
h2,
h3,
h4,
h5 {
  font-weight:700!important
}
.p_title {
  color:#ef4563;
  margin-bottom:0!important
}
.bullets1,
.sector_temp p {
  margin-bottom:10px
}
.knowbtn small {
  display:block;
  color:#ffef00
}
.sector-menu,
.sector-menu ul li a {
  transition-duration:.3s;
  position:relative
}
.sector-menu {
  margin:0;
  z-index:1;
  background:#fff;
  box-shadow:0 19px 38px 0 rgba(104,108,133,.16)
}
.sector-menu ul {
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  justify-content:center
}
.sector-menu ul li a {
  display:block;
  padding:15px 22px;
  color:#000;
  font-weight:700;
  border-radius:0;
  border:0!important;
  /* font-size:13.5px; */
}
.sector-menu ul li a.active,
.sector-menu ul li a:hover {
  background-color:#ef4563!important;
  color:#fff!important
}
.sector-menu ul li a.active:after,
.sector-menu ul li a:hover::after {
  content:"";
  position:absolute;
  height:3px;
  width:50px;
  bottom:0;
  right:0;
  left:0;
  margin:0 auto;
  background-color:#fff
}
.pd-t-30 {
  padding-top:30px
}
.menuFxd .logo img,
.sector_temp .logo img {
  background-color:#fff;
  padding:10px
}
.menuFxd .logo img {
  padding:5px 0
}
.sector_temp .sector_temp_banner {
  position:relative;

}
.sector_temp .sector_temp_banner>img {
  width:100%;
  position:relative;
  z-index:0
}
.sector_temp .sector_temp_banner .sector-head-wrap {
  position:absolute;
  z-index:2;
  left:0;
  right:0;
  margin:0 auto;
  top:150px
}
.sector_temp .sector_temp_banner .sector-head-wrap h2 {
  color:#fff;
  position:relative;
  margin-bottom:5px;
  font-size:21px
}
.sector_temp .sector_temp_banner .sector-head-wrap h2>span {
  position:relative;
  padding:0 50px;
  display:inline-block;
  margin-bottom:10px
}
.sector_temp .sector_temp_banner .sector-head-wrap h2>span:before {
  content:"";
  height:3px;
  width:70px;
  background-color:#fff;
  position:absolute;
  right:0;
  top:15px;
  display:none
}
.sector_temp .sector_temp_banner .sector-head-wrap h2>span:after {
  content:"";
  height:2px;
  width:40px;
  background-color:#fff;
  position:absolute;
  left:0;
  top:18px
}
.sector_temp .sector_temp_banner .sector-head-wrap h3, .sector_temp .sector_temp_banner .sector-head-wrap h1 {
  color:#fff;
  text-transform:capitalize;
  position:relative;
  letter-spacing:0;
  margin-bottom:20px;
  font-size:30px;
  line-height:1;
  font-weight:700
}
.sector_temp .sector_temp_banner .IT_and_ITES,
.sector_temp .sector_temp_banner .sector-icon-image {
  position:absolute;
  width:380px;
  z-index:0;
  right:5%;
  height:414px
}
.sector_temp .sector_temp_banner .sector-icon-image {
  top:18%
}
.sector-icon-image .img1,
.sector-icon-image .img10,
.sector-icon-image .img11,
.sector-icon-image .img12,
.sector-icon-image .img2,
.sector-icon-image .img3,
.sector-icon-image .img4,
.sector-icon-image .img5,
.sector-icon-image .img6,
.sector-icon-image .img7,
.sector-icon-image .img8,
.sector-icon-image .img9 {
  position:absolute;
  transition:.3s ease-out
}
.sector-icon-image .img2 {
  left:187px;
  width:24px;
  top:38px
}
.sector-icon-image .img3 {
  left:121px;
  width:45px;
  bottom:133px
}
.sector-icon-image .img4 {
  left:27px;
  width:57px;
  bottom:86px
}
.sector-icon-image .img5 {
  left:47px;
  width:87px;
  top:25px
}
.sector-icon-image .img6 {
  right:11px;
  width:47px;
  top:-17px
}
.sector-icon-image .img7 {
  left:119px;
  width:42px;
  top:6px
}
.sector-icon-image .img8 {
  left:9px;
  width:57px;
  bottom:154px
}
.sector-icon-image .img9 {
  left:170px;
  width:18px;
  bottom:251px;
  margin:0 auto;
  animation:zoom-in-zoom-out 5s linear infinite
}
.sector-icon-image .img10 {
  right:85px;
  width:95px;
  bottom:73px
}
.sector-icon-image .img11 {
  right:193px;
  width:20px;
  bottom:169px;
  animation:5s linear infinite float-bob-y
}
.sector-icon-image .img12 {
  right:135px;
  width:18px;
  bottom:281px;
  animation:zoom-in-zoom-out 1s cubic-bezier(.68,-.55,.27,1.55) infinite
}
.sector_temp .sector_temp_banner .Auto_Components_slider img,
.sector_temp .sector_temp_banner .Civil_Aviation_vector img,
.sector_temp .sector_temp_banner .Defence_vector img,
.sector_temp .sector_temp_banner .EV_Manufacturing img,
.sector_temp .sector_temp_banner .Electronic_Technology img,
.sector_temp .sector_temp_banner .Film_vector img,
.sector_temp .sector_temp_banner .FinTech_img img,
.sector_temp .sector_temp_banner .Food_Processing_and_Dairy img,
.sector_temp .sector_temp_banner .IT_and_ITES img,
.sector_temp .sector_temp_banner .Logistics_Technology img,
.sector_temp .sector_temp_banner .MSME img,
.sector_temp .sector_temp_banner .Manufacturing_vector img,
.sector_temp .sector_temp_banner .Pharmaceutics_vector img,
.sector_temp .sector_temp_banner .Renewable_Energy_image img,
.sector_temp .sector_temp_banner .Retail_E_Commerce img,
.sector_temp .sector_temp_banner .Semiconductor_img img,
.sector_temp .sector_temp_banner .Startup img,
.sector_temp .sector_temp_banner .Textiles img,
.sector_temp .sector_temp_banner .Tourism_Hospitality img,
.sector_temp .sector_temp_banner .Urban_Development img,
.sector_temp .sector_temp_banner .sector-icon-image img {
  max-width:100%
}
.sector_temp .sector_temp_banner .IT_and_ITES {
  top:12%
}
.IT_and_ITES .img1 {
  position:absolute;
  transition:.3s ease-out
}
.IT_and_ITES .img2,
.IT_and_ITES .img3,
.IT_and_ITES .img4,
.IT_and_ITES .img5 {
  position:absolute;
  transition:.3s ease-out;
  z-index:2
}
.IT_and_ITES .img6 {
  position:absolute;
  transition:.3s ease-out
}
.IT_and_ITES .img10,
.IT_and_ITES .img11,
.IT_and_ITES .img12,
.IT_and_ITES .img13,
.IT_and_ITES .img14,
.IT_and_ITES .img15,
.IT_and_ITES .img7,
.IT_and_ITES .img8,
.IT_and_ITES .img9 {
  position:absolute;
  transition:.3s ease-out;
  z-index:2
}
.IT_and_ITES .img16 {
  position:absolute;
  transition:.3s ease-out
}
.IT_and_ITES .img1 {
  left:125px;
  width:98px;
  bottom:95px;
  z-index:9
}
.IT_and_ITES .img2 {
  left:32px;
  width:95px;
  bottom:156px
}
.IT_and_ITES .img3 {
  left:99px;
  width:75px;
  top:11px
}
.IT_and_ITES .img4 {
  left:87px;
  width:57px;
  bottom:28px
}
.IT_and_ITES .img5 {
  right:46px;
  width:57px;
  bottom:38px
}
.IT_and_ITES .img6 {
  right:37px;
  width:48px;
  bottom:127px;
  z-index:9
}
.IT_and_ITES .img7 {
  left:0;
  width:48px;
  top:86px;
  animation:5s linear infinite float-bob-y
}
.IT_and_ITES .img8 {
  left:4px;
  width:77px;
  bottom:74px
}
.IT_and_ITES .img9 {
  right:109px;
  width:78px;
  top:0
}
.IT_and_ITES .img10 {
  right:11px;
  width:55px;
  bottom:210px;
  animation:5s linear infinite float-bob-y
}
.IT_and_ITES .img11 {
  right:85px;
  width:82px;
  bottom:260px
}
.IT_and_ITES .img12 {
  right:34px;
  width:132px;
  bottom:156px
}
.IT_and_ITES .img13 {
  right:139px;
  width:60px;
  top:90px;
  animation:5s linear infinite float-bob-y
}
.IT_and_ITES .img14 {
  left:9px;
  width:27px;
  bottom:184px;
  animation:zoom-in-zoom-out 5s linear infinite
}
.IT_and_ITES .img15 {
  left:190px;
  width:88px;
  bottom:31px
}
.IT_and_ITES .img16 {
  right:0;
  width:auto;
  bottom:50px;
  z-index:1!important
}
.sector_temp .sector_temp_banner .MSME-image,
.sector_temp .sector_temp_banner .Semiconductor_img {
  position:absolute;
  z-index:0;
  right:5%;
  top:12%;
  height:414px
}
.sector_temp .sector_temp_banner .Semiconductor_img {
  width:621px
}
.Semiconductor_img .img1 {
  z-index:2
}
.Semiconductor_img .img1,
.Semiconductor_img .img2 {
  position:absolute;
  transition:.3s ease-out
}
.Semiconductor_img .img3 {
  z-index:2
}
.Semiconductor_img .img3,
.Semiconductor_img .img4 {
  position:absolute;
  transition:.3s ease-out
}
.Semiconductor_img .img5,
.Semiconductor_img .img6 {
  position:absolute;
  transition:.3s ease-out;
  z-index:2
}
.Semiconductor_img .img1 {
  left:0;
  width:100%;
  bottom:0;
  right:0
}
.Semiconductor_img .img2 {
  left:216px;
  width:302px;
  bottom:131px;
  z-index:9
}
.Semiconductor_img .img3 {
  left:48.5%;
  width:130px;
  top:10px;
  right:0;
  animation:5s linear infinite float-bob-y
}
.Semiconductor_img .img4 {
  bottom:58px;
  left:48.5%;
  right:0;
  z-index:9
}
.Semiconductor_img .img4,
.Semiconductor_img .img5,
.Semiconductor_img .img6 {
  width:130px;
  animation:5s linear infinite float-bob-y
}
.Semiconductor_img .img5 {
  left:115px;
  bottom:156px
}
.Semiconductor_img .img6 {
  right:0;
  bottom:162px
}
.sector_temp .sector_temp_banner .MSME-image {
  width:410px
}
.MSME-image .img1 {
  left:40px;
  bottom:78px;
  position:absolute;
  transition:.3s ease-out;
  z-index:2
}
.MSME-image .img2,
.MSME-image .img5 {
  z-index:2
}
.MSME-image .img2,
.MSME-image .img5,
.MSME-image .img6 {
  position:absolute;
  transition:.3s ease-out
}
.MSME-image .img10,
.MSME-image .img11,
.MSME-image .img12,
.MSME-image .img3,
.MSME-image .img4 {
  position:absolute;
  transition:.3s ease-out;
  z-index:2
}
.MSME-image .img13,
.MSME-image .img14,
.MSME-image .img15 {
  position:absolute;
  transition:.3s ease-out
}
.MSME-image .img14,
.MSME-image .img15 {
  z-index:2
}
.MSME-image .img7 {
  position:absolute;
  z-index:2
}
.MSME-image .img8,
.MSME-image .img9 {
  z-index:2
}
.MSME-image .img16,
.MSME-image .img8,
.MSME-image .img9 {
  position:absolute;
  transition:.3s ease-out
}
.MSME-image .img2 {
  left:62px;
  width:95px;
  bottom:79px
}
.MSME-image .img3 {
  left:152px;
  width:81px;
  bottom:6px
}
.MSME-image .img4 {
  left:163px;
  top:124px
}
.MSME-image .img5 {
  right:36px;
  bottom:97px
}
.MSME-image .img6 {
  right:55px;
  top:35px;
  z-index:9
}
.MSME-image .img7 {
  right:46%;
  top:40px;
  transition:.3s ease-out
}
.MSME-image .img8 {
  right:4px;
  top:74px;
  animation:zoom-in-zoom-out 5s linear infinite
}
.MSME-image .img9 {
  right:83px;
  top:0
}
.MSME-image .img10 {
  right:0;
  bottom:169px
}
.MSME-image .img11 {
  left:11px;
  bottom:145px;
  animation:zoom-in-zoom-out 5s linear infinite
}
.MSME-image .img12 {
  bottom:210px
}
.MSME-image .img13 {
  right:141px;
  top:95px;
  z-index:9
}
.MSME-image .img14 {
  left:151px;
  bottom:64px
}
.MSME-image .img15 {
  right:91px;
  bottom:67px
}
.sector_temp .sector_temp_banner .Defence_vector,
.sector_temp .sector_temp_banner .Manufacturing_vector {
  position:absolute;
  z-index:0;
  right:5%;
  top:8%;
  background-size:contain;
  scale:.9
}
.sector_temp .sector_temp_banner .Manufacturing_vector {
  width:417px;
  height:419px
}
.Manufacturing_vector .img1,
.Manufacturing_vector .img10,
.Manufacturing_vector .img11,
.Manufacturing_vector .img12 {
  position:absolute;
  transition:.3s ease-out;
  z-index:2
}
.Manufacturing_vector .img13 {
  position:absolute;
  transition:.3s ease-out
}
.Manufacturing_vector .img14,
.Manufacturing_vector .img15,
.Manufacturing_vector .img2,
.Manufacturing_vector .img3,
.Manufacturing_vector .img4,
.Manufacturing_vector .img5,
.Manufacturing_vector .img6,
.Manufacturing_vector .img7,
.Manufacturing_vector .img8,
.Manufacturing_vector .img9 {
  position:absolute;
  transition:.3s ease-out;
  z-index:2
}
.Manufacturing_vector .img1 {
  right:0;
  bottom:0
}
.Manufacturing_vector .img2 {
  left:0;
  top:0
}
.Manufacturing_vector .img3 {
  left:192px;
  top:70px
}
.Manufacturing_vector .img4 {
  top:155px
}
.Manufacturing_vector .img5 {
  left:86px;
  top:100px
}
.Manufacturing_vector .img6 {
  right:23px;
  top:70px
}
.Manufacturing_vector .img7 {
  right:28%;
  top:0
}
.Manufacturing_vector .img8 {
  right:13px;
  top:4px
}
.Manufacturing_vector .img9 {
  left:5px;
  bottom:85px
}
.Manufacturing_vector .img10 {
  right:129px;
  bottom:164px
}
.Manufacturing_vector .img11 {
  right:22px;
  bottom:153px
}
.Manufacturing_vector .img12 {
  bottom:96px;
  right:137px
}
.Manufacturing_vector .img13 {
  left:91px;
  bottom:9px;
  z-index:9
}
.Manufacturing_vector .img14 {
  left:1px;
  bottom:2px
}
.Manufacturing_vector .img15 {
  right:25px;
  bottom:5px
}
.sector_temp .sector_temp_banner .Defence_vector {
  width:500px;
  height:395px
}
.Defence_vector .img1 {
  z-index:2
}
.Defence_vector .img1,
.Defence_vector .img10 {
  position:absolute;
  transition:.3s ease-out
}
.Defence_vector .img11,
.Defence_vector .img12 {
  position:absolute;
  transition:.3s ease-out;
  z-index:2
}
.Defence_vector .img13 {
  position:absolute;
  transition:.3s ease-out
}
.Defence_vector .img14,
.Defence_vector .img15,
.Defence_vector .img16,
.Defence_vector .img2,
.Defence_vector .img3,
.Defence_vector .img4,
.Defence_vector .img5,
.Defence_vector .img6,
.Defence_vector .img7,
.Defence_vector .img8,
.Defence_vector .img9 {
  position:absolute;
  transition:.3s ease-out;
  z-index:2
}
.Defence_vector .img1 {
  right:0;
  bottom:10%;
  left:0;
  margin:auto
}
.Defence_vector .img2 {
  right:0;
  bottom:0
}
.Defence_vector .img3 {
  left:0;
  bottom:0
}
.Defence_vector .img4 {
  top:155px
}
.Defence_vector .img5 {
  right:0;
  top:100px
}
.Defence_vector .img6 {
  right:50%;
  bottom:0
}
.Defence_vector .img7 {
  right:24%;
  bottom:0
}
.Defence_vector .img8 {
  right:0;
  top:50%
}
.Defence_vector .img9 {
  left:5px;
  bottom:20%;
  display:none
}
.Defence_vector .img10 {
  right:0;
  bottom:0;
  width:100%;
  z-index:0
}
.Defence_vector .img11 {
  right:0;
  top:0;
  width:90px
}
.Defence_vector .img12 {
  top:0;
  right:80px;
  margin:auto;
  left:0;
  width:40px
}
.Defence_vector .img13 {
  left:91px;
  top:9px;
  z-index:9;
  width:70px
}
.Defence_vector .img14 {
  left:1px;
  top:2px
}
.Defence_vector .img15 {
  left:25px;
  top:50px
}
.Defence_vector .img16 {
  right:25%;
  top:5px;
  width:50px
}
.sector_temp .sector_temp_banner .Auto_Components_slider {
  position:absolute;
  width:390px;
  z-index:0;
  right:8%;
  top:12%;
  height:390px;
  background-size:cover
}
.Auto_Components_slider .img1,
.Auto_Components_slider .img10,
.Auto_Components_slider .img11,
.Auto_Components_slider .img12 {
  position:absolute;
  transition:.3s ease-out;
  z-index:2
}
.Auto_Components_slider .img13 {
  position:absolute;
  transition:.3s ease-out
}
.Auto_Components_slider .img14,
.Auto_Components_slider .img15,
.Auto_Components_slider .img16,
.Auto_Components_slider .img17,
.Auto_Components_slider .img2,
.Auto_Components_slider .img3,
.Auto_Components_slider .img4,
.Auto_Components_slider .img5 {
  position:absolute;
  transition:.3s ease-out;
  z-index:2
}
.Auto_Components_slider .img7 {
  position:absolute;
  z-index:2
}
.Auto_Components_slider .img8,
.Auto_Components_slider .img9 {
  position:absolute;
  transition:.3s ease-out;
  z-index:2
}
.Auto_Components_slider .img1 {
  left:0;
  bottom:0
}
.Auto_Components_slider .img2 {
  left:7px;
  top:23px
}
.Auto_Components_slider .img3 {
  left:126px;
  top:15px
}
.Auto_Components_slider .img4 {
  right:103px;
  top:17px
}
.Auto_Components_slider .img5 {
  right:10px;
  top:23px
}
.Auto_Components_slider .img6 {
  right:13px;
  top:104px;
  z-index:9;
  position:absolute;
  transition:.3s ease-out
}
.Auto_Components_slider .img7 {
  right:28%;
  top:33%;
  transition:.3s ease-out
}
.Auto_Components_slider .img8 {
  left:99px;
  top:90px
}
.Auto_Components_slider .img9 {
  right:17px;
  bottom:135px
}
.Auto_Components_slider .img10 {
  right:109px;
  bottom:99px
}
.Auto_Components_slider .img11 {
  left:100px;
  bottom:91px
}
.Auto_Components_slider .img12 {
  top:118px;
  left:0
}
.Auto_Components_slider .img13 {
  left:4px;
  top:202px;
  z-index:9
}
.Auto_Components_slider .img14 {
  right:28px;
  bottom:17px
}
.Auto_Components_slider .img15 {
  right:120px;
  bottom:11px
}
.Auto_Components_slider .img16 {
  left:88px;
  bottom:10px
}
.Auto_Components_slider .img17 {
  left:-8px;
  bottom:20px
}
.sector_temp .sector_temp_banner .Food_Processing_and_Dairy {
  position:absolute;
  width:487px;
  z-index:0;
  right:5%;
  top:12%;
  height:387px
}
.Food_Processing_and_Dairy .img1,
.Food_Processing_and_Dairy .img10,
.Food_Processing_and_Dairy .img11,
.Food_Processing_and_Dairy .img12 {
  position:absolute;
  transition:.3s ease-out;
  z-index:2
}
.Food_Processing_and_Dairy .img13 {
  position:absolute;
  transition:.3s ease-out
}
.Food_Processing_and_Dairy .img14,
.Food_Processing_and_Dairy .img15,
.Food_Processing_and_Dairy .img2,
.Food_Processing_and_Dairy .img3,
.Food_Processing_and_Dairy .img4,
.Food_Processing_and_Dairy .img5 {
  position:absolute;
  transition:.3s ease-out;
  z-index:2
}
.Food_Processing_and_Dairy .img7 {
  position:absolute;
  z-index:2
}
.Food_Processing_and_Dairy .img8,
.Food_Processing_and_Dairy .img9 {
  position:absolute;
  transition:.3s ease-out;
  z-index:2
}
.Food_Processing_and_Dairy .img1 {
  left:141px;
  bottom:29px
}
.Food_Processing_and_Dairy .img2 {
  left:272px;
  bottom:29px
}
.Food_Processing_and_Dairy .img3 {
  right:82px;
  bottom:106px
}
.Food_Processing_and_Dairy .img4 {
  left:173px;
  top:204px
}
.Food_Processing_and_Dairy .img5 {
  left:96px;
  bottom:147px
}
.Food_Processing_and_Dairy .img6 {
  left:31px;
  top:205px;
  z-index:9;
  position:absolute;
  transition:.3s ease-out
}
.Food_Processing_and_Dairy .img7 {
  right:33%;
  top:40px;
  transition:.3s ease-out
}
.Food_Processing_and_Dairy .img8 {
  right:94px;
  top:134px
}
.Food_Processing_and_Dairy .img9 {
  right:184px;
  top:85px
}
.Food_Processing_and_Dairy .img10 {
  left:131px;
  top:4px
}
.Food_Processing_and_Dairy .img11 {
  left:0;
  top:80px
}
.Food_Processing_and_Dairy .img12 {
  bottom:70px;
  left:90px
}
.Food_Processing_and_Dairy .img13 {
  right:141px;
  top:95px;
  z-index:9
}
.Food_Processing_and_Dairy .img14 {
  left:151px;
  bottom:64px
}
.Food_Processing_and_Dairy .img15 {
  right:91px;
  bottom:67px
}
.Food_Processing_and_Dairy .img16,
.Renewable_Energy_image .img1 {
  position:absolute;
  transition:.3s ease-out
}
.sector_temp .sector_temp_banner .Renewable_Energy_image {
  position:absolute;
  width:679px;
  z-index:0;
  right:0;
  bottom:-45px;
  height:429px;
  scale:.8
}
.Renewable_Energy_image .img2 {
  z-index:9
}
.Renewable_Energy_image .img17,
.Renewable_Energy_image .img2,
.Renewable_Energy_image .img3,
.Renewable_Energy_image .img4,
.Renewable_Energy_image .img5 {
  position:absolute;
  transition:.3s ease-out
}
.Renewable_Energy_image .img10 {
  z-index:2
}
.Renewable_Energy_image .img10,
.Renewable_Energy_image .img11,
.Renewable_Energy_image .img12,
.Renewable_Energy_image .img13 {
  position:absolute;
  transition:.3s ease-out
}
.Renewable_Energy_image .img14,
.Renewable_Energy_image .img15 {
  position:absolute;
  transition:.3s ease-out;
  z-index:2
}
.Renewable_Energy_image .img16 {
  position:absolute;
  transition:.3s ease-out
}
.Renewable_Energy_image .img7 {
  position:absolute;
  z-index:2
}
.Renewable_Energy_image .img8,
.Renewable_Energy_image .img9 {
  position:absolute;
  transition:.3s ease-out
}
.Renewable_Energy_image .img9 {
  z-index:2
}
.Renewable_Energy_image .img1 {
  left:34px;
  top:13px;
  z-index:-1
}
.Renewable_Energy_image .img2 {
  right:78px;
  top:0
}
.Renewable_Energy_image .img3 {
  right:-8px;
  bottom:-7px;
  z-index:0
}
.Renewable_Energy_image .img4 {
  left:133px;
  top:185px;
  z-index:0
}
.Renewable_Energy_image .img5 {
  right:119px;
  bottom:153px;
  z-index:1
}
.Renewable_Energy_image .img6 {
  left:0;
  bottom:50px;
  z-index:9;
  position:absolute;
  transition:.3s ease-out
}
.Renewable_Energy_image .img7 {
  right:0;
  bottom:23px;
  transition:.3s ease-out
}
.Renewable_Energy_image .img8 {
  left:277px;
  bottom:0;
  z-index:9
}
.Renewable_Energy_image .img9 {
  right:159px;
  bottom:4px
}
.Renewable_Energy_image .img10 {
  left:248px;
  top:66px
}
.Renewable_Energy_image .img11 {
  left:14px;
  bottom:10px;
  z-index:9
}
.Renewable_Energy_image .img12 {
  top:12px;
  left:70px;
  z-index:-1
}
.Renewable_Energy_image .img13 {
  right:8px;
  top:114px;
  z-index:9
}
.Renewable_Energy_image .img14,
.Renewable_Energy_image .img15 {
  animation:zoom-in-zoom-out 1s cubic-bezier(.68,-.55,.27,1.55) infinite
}
.Renewable_Energy_image .img14 {
  right:214px;
  top:6%
}
.Renewable_Energy_image .img15 {
  left:16%;
  top:38%;
  width:22px
}
.Renewable_Energy_image .img16 {
  left:58px;
  top:4px;
  z-index:9
}
.Renewable_Energy_image .img17 {
  top:102px;
  right:0;
  z-index:-1;
  -webkit-transform:scaleX(-1);
  transform:scaleX(-1);
  opacity:.7
}
.sector_temp .sector_temp_banner .Electronic_Technology,
.sector_temp .sector_temp_banner .Urban_Development {
  position:absolute;
  z-index:0;
  right:5%;
  top:12%;
  height:387px
}
.sector_temp .sector_temp_banner .Urban_Development {
  width:474px
}
.Urban_Development .img1 {
  position:absolute;
  transition:.3s ease-out
}
.Urban_Development .img10,
.Urban_Development .img11,
.Urban_Development .img12 {
  position:absolute;
  transition:.3s ease-out;
  z-index:2
}
.Urban_Development .img13 {
  position:absolute;
  transition:.3s ease-out
}
.Urban_Development .img14,
.Urban_Development .img15,
.Urban_Development .img2,
.Urban_Development .img3,
.Urban_Development .img4,
.Urban_Development .img5 {
  position:absolute;
  transition:.3s ease-out;
  z-index:2
}
.Urban_Development .img7 {
  position:absolute;
  z-index:2
}
.Urban_Development .img8,
.Urban_Development .img9 {
  position:absolute;
  transition:.3s ease-out;
  z-index:2
}
.Urban_Development .img1 {
  left:0;
  bottom:0;
  z-index:0
}
.Urban_Development .img2 {
  left:218px;
  bottom:172px
}
.Urban_Development .img3 {
  right:232px;
  top:114px
}
.Urban_Development .img4 {
  left:173px;
  top:204px
}
.Urban_Development .img5 {
  right:119px;
  bottom:153px
}
.Urban_Development .img6 {
  left:235px;
  bottom:111px;
  z-index:9;
  position:absolute;
  transition:.3s ease-out
}
.Urban_Development .img7 {
  left:81px;
  bottom:91px;
  transition:.3s ease-out
}
.Urban_Development .img8 {
  left:78px;
  bottom:4px
}
.Urban_Development .img9 {
  right:84px;
  bottom:32px
}
.Urban_Development .img10 {
  left:75px;
  top:30px
}
.Urban_Development .img11 {
  left:24px;
  top:167px
}
.Urban_Development .img12 {
  top:40px;
  right:145px
}
.Urban_Development .img13 {
  right:32px;
  top:141px;
  z-index:9
}
.Urban_Development .img14 {
  left:220px;
  bottom:13px
}
.Urban_Development .img15 {
  right:91px;
  bottom:67px
}
.Electronic_Technology .img1,
.Urban_Development .img16 {
  position:absolute;
  transition:.3s ease-out
}
.sector_temp .sector_temp_banner .Electronic_Technology {
  width:492px
}
.Electronic_Technology .img10,
.Electronic_Technology .img11,
.Electronic_Technology .img2,
.Electronic_Technology .img3 {
  position:absolute;
  transition:.3s ease-out;
  z-index:2
}
.Electronic_Technology .img4,
.Electronic_Technology .img5 {
  position:absolute;
  transition:.3s ease-out
}
.Electronic_Technology .img5 {
  z-index:2
}
.Electronic_Technology .img7 {
  position:absolute;
  z-index:2
}
.Electronic_Technology .img8,
.Electronic_Technology .img9 {
  position:absolute;
  transition:.3s ease-out;
  z-index:2
}
.Electronic_Technology .img1 {
  right:0;
  top:60px;
  z-index:0
}
.Electronic_Technology .img2 {
  left:60px;
  bottom:92px
}
.Electronic_Technology .img3 {
  right:17%;
  top:144px
}
.Electronic_Technology .img4 {
  left:250px;
  top:121px;
  z-index:9
}
.Electronic_Technology .img5 {
  right:40%;
  bottom:90px
}
.Electronic_Technology .img6 {
  left:138px;
  bottom:136px;
  z-index:9;
  position:absolute;
  transition:.3s ease-out
}
.Electronic_Technology .img7 {
  left:173px;
  top:0;
  transition:.3s ease-out
}
.Electronic_Technology .img8 {
  left:0;
  top:38px
}
.Electronic_Technology .img9 {
  right:0;
  bottom:-12px
}
.Electronic_Technology .img10 {
  left:75px;
  bottom:-20px
}
.Electronic_Technology .img11 {
  right:30px;
  bottom:110px
}
.sector_temp .sector_temp_banner .Logistics_vector {
  position:absolute;
  width:400px;
  z-index:0;
  right:5%;
  top:12%;
  height:333px;
  background-size:contain
}
.Logistics_vector .img1 {
  position:absolute;
  transition:.3s ease-out
}
.Logistics_vector .img2,
.Logistics_vector .img3 {
  position:absolute;
  transition:.3s ease-out;
  z-index:2
}
.Logistics_vector .img4 {
  position:absolute;
  transition:.3s ease-out
}
.Logistics_vector .img5 {
  transition:.3s ease-out
}
.Logistics_vector .img5,
.Logistics_vector .img7 {
  position:absolute;
  z-index:2
}
.Logistics_vector .img1 {
  left:0;
  top:0;
  z-index:0;
  width:270px
}
.Logistics_vector .img2 {
  left:96px;
  bottom:18px
}
.Logistics_vector .img3 {
  right:17%;
  bottom:4px
}
.Logistics_vector .img4 {
  right:0;
  bottom:66px;
  z-index:9
}
.Logistics_vector .img5 {
  right:43%;
  bottom:-20px
}
.Logistics_vector .img6 {
  left:0;

  bottom:26px;
  z-index:9;
  position:absolute;
  transition:.3s ease-out
}
.Logistics_vector .img7 {
  left:93px;
  bottom:-20px;
  transition:.3s ease-out
}
.sector_temp .sector_temp_banner .Pharmaceutics_vector {
  position:absolute;
  width:387px;
  z-index:0;
  right:5%;
  top:10%;
  height:403px
}
.Pharmaceutics_vector .img1,
.Pharmaceutics_vector .img2 {
  position:absolute;
  transition:.3s ease-out;
  z-index:2
}
.Pharmaceutics_vector .img3,
.Pharmaceutics_vector .img4 {
  position:absolute;
  transition:.3s ease-out
}
.Pharmaceutics_vector .img1 {
  right:20px;
  bottom:77px;
  width:166px
}
.Pharmaceutics_vector .img2 {
  left:22px;
  bottom:66px
}
.Pharmaceutics_vector .img3 {
  right:21%;
  top:0;
  z-index:0
}
.Pharmaceutics_vector .img4 {
  left:0;
  top:25px;
  z-index:0
}
.sector_temp .sector_temp_banner .Textiles,
.sector_temp .sector_temp_banner .Tourism_Hospitality {
  position:absolute;
  z-index:0;
  right:5%;
  top:12%;
  height:380px;
  background-size:contain;
  scale:.9
}
.sector_temp .sector_temp_banner .Tourism_Hospitality {
  width:547px
}
.Tourism_Hospitality .img1,
.Tourism_Hospitality .img2,
.Tourism_Hospitality .img5 {
  position:absolute;
  transition:.3s ease-out
}
.Tourism_Hospitality .img3,
.Tourism_Hospitality .img4 {
  position:absolute;
  transition:.3s ease-out;
  z-index:2
}
.Tourism_Hospitality .img10 {
  position:absolute;
  transition:.3s ease-out
}
.Tourism_Hospitality .img11,
.Tourism_Hospitality .img12,
.Tourism_Hospitality .img13 {
  position:absolute;
  transition:.3s ease-out;
  z-index:2
}
.Tourism_Hospitality .img7 {
  position:absolute
}
.Tourism_Hospitality .img8,
.Tourism_Hospitality .img9 {
  position:absolute;
  transition:.3s ease-out
}
.Tourism_Hospitality .img9 {
  z-index:2
}
.Tourism_Hospitality .img1 {
  right:20px;
  top:23px;
  z-index:1
}
.Tourism_Hospitality .img2 {
  right:8px;
  bottom:8px;
  z-index:5
}
.Tourism_Hospitality .img3 {
  left:39px;
  bottom:10px
}
.Tourism_Hospitality .img4 {
  left:142px;
  bottom:4px
}
.Tourism_Hospitality .img5 {
  right:8%;
  bottom:150px;
  z-index:1
}
.Tourism_Hospitality .img6 {
  left:0;
  bottom:115px;
  position:absolute;
  transition:.3s ease-out;
  z-index:1
}
.Tourism_Hospitality .img7 {
  left:0;
  bottom:40px;
  transition:.3s ease-out;
  z-index:0
}
.Tourism_Hospitality .img8 {
  right:32%;
  top:8px;
  z-index:0;
  width:100px
}
.Tourism_Hospitality .img9 {
  right:42px;
  top:20%
}
.Tourism_Hospitality .img10 {
  left:42px;
  top:0;
  z-index:-1
}
.Tourism_Hospitality .img11,
.Tourism_Hospitality .img12,
.Tourism_Hospitality .img13 {
  right:20px;
  bottom:0
}
.sector_temp .sector_temp_banner .Textiles {
  width:566px
}
.Textiles .img1,
.Textiles .img2 {
  z-index:2
}
.Textiles .img1,
.Textiles .img2,
.Textiles .img5 {
  position:absolute;
  transition:.3s ease-out
}
.Textiles .img3,
.Textiles .img4 {
  z-index:2
}
.Textiles .img10,
.Textiles .img3,
.Textiles .img4 {
  position:absolute;
  transition:.3s ease-out
}
.Textiles .img11,
.Textiles .img12,
.Textiles .img13 {
  position:absolute;
  transition:.3s ease-out;
  z-index:2
}
.Textiles .img7 {
  position:absolute
}
.Textiles .img8,
.Textiles .img9 {
  position:absolute;
  transition:.3s ease-out
}
.Textiles .img9 {
  z-index:2
}
.Textiles .img1 {
  left:110px;
  bottom:0
}
.Textiles .img2 {
  right:198px;
  bottom:-12px
}
.Textiles .img3 {
  right:99px;
  bottom:-6px
}
.Textiles .img4 {
  right:22px;
  bottom:44px
}
.Textiles .img5 {
  right:3%;
  bottom:90px;
  z-index:1
}
.Textiles .img6 {
  right:130px;
  bottom:75px;
  position:absolute;
  transition:.3s ease-out;
  z-index:1
}
.Textiles .img7 {
  left:45%;
  bottom:162px;
  transition:.3s ease-out;
  z-index:0
}
.Textiles .img8 {
  left:0;
  top:103px;
  z-index:0
}
.Textiles .img9 {
  right:105px;
  top:2%
}
.Textiles .img10 {
  left:152px;
  top:0;
  z-index:-1
}
.Textiles .img11,
.Textiles .img12,
.Textiles .img13 {
  right:20px;
  bottom:0
}
.sector_temp .sector_temp_banner .FinTech_img,
.sector_temp .sector_temp_banner .Retail_E_Commerce {
  position:absolute;
  width:447px;
  z-index:0;
  right:5%;
  height:409px;
  background-size:contain;
  scale:.9
}
.sector_temp .sector_temp_banner .Retail_E_Commerce {
  top:10%
}
.Retail_E_Commerce .img1,
.Retail_E_Commerce .img2,
.Retail_E_Commerce .img5 {
  position:absolute;
  transition:.3s ease-out
}
.Retail_E_Commerce .img3,
.Retail_E_Commerce .img4 {
  position:absolute;
  transition:.3s ease-out;
  z-index:2
}
.Retail_E_Commerce .img10 {
  position:absolute;
  transition:.3s ease-out
}
.Retail_E_Commerce .img11,
.Retail_E_Commerce .img12,
.Retail_E_Commerce .img13 {
  position:absolute;
  transition:.3s ease-out;
  z-index:2
}
.Retail_E_Commerce .img14 {
  position:absolute;
  transition:.3s ease-out
}
.Retail_E_Commerce .img15,
.Retail_E_Commerce .img16,
.Retail_E_Commerce .img17 {
  position:absolute;
  transition:.3s ease-out;
  z-index:2
}
.Retail_E_Commerce .img7 {
  position:absolute
}
.Retail_E_Commerce .img8,
.Retail_E_Commerce .img9 {
  position:absolute;
  transition:.3s ease-out
}
.Retail_E_Commerce .img9 {
  z-index:2
}
.Retail_E_Commerce .img1 {
  right:106px;
  top:83px;
  z-index:1
}
.Retail_E_Commerce .img2 {
  right:71px;
  top:38px;
  z-index:5
}
.Retail_E_Commerce .img3 {
  right:45px;
  bottom:40px
}
.Retail_E_Commerce .img4 {
  right:30px;
  top:50px
}
.Retail_E_Commerce .img5 {
  left:10px;
  bottom:40px;
  z-index:1
}
.Retail_E_Commerce .img6 {
  right:43px;
  bottom:127px;
  position:absolute;
  transition:.3s ease-out;
  z-index:1
}
.Retail_E_Commerce .img7 {
  left:33%;
  bottom:0;
  transition:.3s ease-out;
  z-index:0
}
.Retail_E_Commerce .img8 {
  right:30%;
  bottom:92px;
  z-index:0
}
.Retail_E_Commerce .img9 {
  left:38px;
  bottom:30%
}
.Retail_E_Commerce .img10 {
  right:30%;
  bottom:5%;
  z-index:-1
}
.Retail_E_Commerce .img11 {
  left:0;
  top:37%
}
.Retail_E_Commerce .img12 {
  right:49%;
  bottom:37px
}
.Retail_E_Commerce .img13 {
  right:15px;
  bottom:51%
}
.Retail_E_Commerce .img14 {
  right:120px;
  top:0;
  z-index:-1
}
.Retail_E_Commerce .img15 {
  left:28%;
  top:5px
}
.Retail_E_Commerce .img16 {
  left:87px;
  bottom:40px
}
.Retail_E_Commerce .img17 {
  left:20px;
  top:44px
}
.sector_temp .sector_temp_banner .FinTech_img {
  top:20%
}
.FinTech_img .img1,
.FinTech_img .img2,
.FinTech_img .img5 {
  position:absolute;
  transition:.3s ease-out
}
.FinTech_img .img3,
.FinTech_img .img4 {
  z-index:2
}
.FinTech_img .img10,
.FinTech_img .img3,
.FinTech_img .img4 {
  position:absolute;
  transition:.3s ease-out
}
.FinTech_img .img11,
.FinTech_img .img12,
.FinTech_img .img13 {
  position:absolute;
  transition:.3s ease-out;
  z-index:2
}
.FinTech_img .img14,
.FinTech_img .img15,
.FinTech_img .img16 {
  position:absolute;
  transition:.3s ease-out
}
.FinTech_img .img7 {
  position:absolute
}
.FinTech_img .img8,
.FinTech_img .img9 {
  position:absolute;
  transition:.3s ease-out
}
.FinTech_img .img9 {
  z-index:2
}
.FinTech_img .img1 {
  right:186px;
  top:15px;
  z-index:1
}
.FinTech_img .img2 {
  right:117px;
  top:-20px;
  z-index:5
}
.FinTech_img .img3 {
  right:42%;
  bottom:160px
}
.FinTech_img .img4 {
  right:110px;
  bottom:61px
}
.FinTech_img .img5 {
  left:63px;
  top:40px;
  z-index:1
}
.FinTech_img .img6 {
  left:39px;
  bottom:105px;
  position:absolute;
  transition:.3s ease-out;
  z-index:1
}
.FinTech_img .img7 {
  left:20%;
  top:92px;
  transition:.3s ease-out;
  z-index:0
}
.FinTech_img .img8 {
  left:0;
  top:132px;
  z-index:0
}
.FinTech_img .img9 {
  left:94px;
  top:-16px
}
.FinTech_img .img10 {
  right:9%;
  bottom:42%;
  z-index:-1
}
.FinTech_img .img11 {
  right:102px;
  top:13%
}
.FinTech_img .img12 {
  right:43%;
  bottom:53%
}
.FinTech_img .img13 {
  right:34px;
  bottom:55px
}
.sector_temp .sector_temp_banner .Civil_Aviation_vector,
.sector_temp .sector_temp_banner .Startup {
  position:absolute;
  width:461px;
  z-index:0;
  right:5%;
  top:12%;
  height:395px;
  background-size:contain;
  scale:.9
}
.sector_temp .sector_temp_banner .Startup {
  width:400px;
  right:9%;
  height:400px;
  scale:.8
}
.Civil_Aviation_vector .img1,
.Civil_Aviation_vector .img2,
.Civil_Aviation_vector .img5 {
  position:absolute;
  transition:.3s ease-out
}
.Civil_Aviation_vector .img3 {
  z-index:2
}
.Civil_Aviation_vector .img3,
.Civil_Aviation_vector .img4 {
  position:absolute;
  transition:.3s ease-out
}
.Civil_Aviation_vector .img10,
.Civil_Aviation_vector .img11 {
  position:absolute;
  transition:.3s ease-out;
  z-index:2
}
.Civil_Aviation_vector .img8,
.Civil_Aviation_vector .img9 {
  position:absolute;
  transition:.3s ease-out
}
.Civil_Aviation_vector .img9 {
  z-index:2
}
.Civil_Aviation_vector .img1 {
  right:8px;
  top:62px;
  z-index:0
}
.Civil_Aviation_vector .img2 {
  right:57px;
  top:10px;
  z-index:5
}
.Civil_Aviation_vector .img3 {
  left:50px;
  top:0
}
.Civil_Aviation_vector .img4 {
  right:-10px;
  bottom:1px;
  z-index:0
}
.Civil_Aviation_vector .img5 {
  left:76px;
  top:142px;
  z-index:1
}
.Civil_Aviation_vector .img6 {
  right:0;
  bottom:53px;
  position:absolute;
  transition:.3s ease-out;
  z-index:0
}
.Civil_Aviation_vector .img7 {
  left:118px;
  top:33px;
  position:absolute;
  transition:.3s ease-out;
  z-index:0
}
.Civil_Aviation_vector .img8 {
  left:0;
  top:120px;
  z-index:2
}
.Civil_Aviation_vector .img9 {
  left:212px;
  bottom:12px
}
.Civil_Aviation_vector .img10 {
  left:78px;
  bottom:92px
}
.Civil_Aviation_vector .img11 {
  left:232px;
  top:142px
}
.FinTech_img .img14 {
  right:120px;
  top:0;
  z-index:-1
}
.FinTech_img .img15 {
  left:21%;
  top:37px;
  z-index:0
}
.FinTech_img .img16 {
  left:0;
  bottom:70px;
  z-index:1
}
.Startup .img1 {
  z-index:2
}
.Startup .img1,
.Startup .img10 {
  position:absolute;
  transition:.3s ease-out
}
.Startup .img2,
.Startup .img3,
.Startup .img4,
.Startup .img5 {
  position:absolute;
  transition:.3s ease-out;
  z-index:2
}
.Startup .img7 {
  position:absolute;
  z-index:2
}
.Startup .img8,
.Startup .img9 {
  position:absolute;
  transition:.3s ease-out;
  z-index:2
}
.Startup .img1 {
  left:146px;
  top:-14px
}
.Startup .img2 {
  right:0;
  top:-30px;
  animation:5s linear infinite float-bob-y
}
.Startup .img3 {
  right:7px;
  bottom:0
}
.Startup .img4 {
  right:-24px;
  bottom:109px
}
.Startup .img5 {
  left:150px;
  bottom:10px;
  width:100px
}
.Startup .img6 {
  left:-2px;
  bottom:0;
  z-index:9;
  position:absolute;
  transition:.3s ease-out
}
.Startup .img7 {
  left:0;
  top:130px;
  transition:.3s ease-out
}
.Startup .img8 {
  left:-10px;
  top:-10px;
  animation:5s linear infinite float-bob-y
}
.Startup .img9 {
  right:144px;
  top:103px
}
.Startup .img10 {
  left:49px;
  top:74px;
  z-index:0
}
.sector_temp .sector_temp_banner .Film_vector {
  position:absolute;
  width:400px;
  z-index:0;
  right:9%;
  top:12%;
  height:369px;
  background-size:contain
}
.Film_vector .img1 {
  z-index:2
}
.Film_vector .img1,
.Film_vector .img2,
.Film_vector .img3,
.Film_vector .img4 {
  position:absolute;
  transition:.3s ease-out
}
.Film_vector .img4 {
  z-index:2
}
.Film_vector .img1 {
  left:0;
  top:34%
}
.Film_vector .img2 {
  right:70px;
  bottom:0;
  animation:5s linear infinite float-bob-y;
  z-index:3
}
.Film_vector .img3 {
  top:37px;
  right:75px;
  z-index:0
}
.Film_vector .img4 {
  left:160px;
  bottom:39px
}
.sector_temp .sector_temp_banner .EV_Manufacturing {
  position:absolute;
  width:380px;
  z-index:0;
  right:5%;
  top:12%;
  height:414px
}
.EV_Manufacturing .img1 {
  position:absolute;
  transition:.3s ease-out

}
.EV_Manufacturing .img2,
.EV_Manufacturing .img3,
.EV_Manufacturing .img4,
.EV_Manufacturing .img5 {
  position:absolute;
  transition:.3s ease-out;
  z-index:2
}
.EV_Manufacturing .img6 {
  position:absolute;
  transition:.3s ease-out
}
.EV_Manufacturing .img10,
.EV_Manufacturing .img11,
.EV_Manufacturing .img12,
.EV_Manufacturing .img13,
.EV_Manufacturing .img14,
.EV_Manufacturing .img15,
.EV_Manufacturing .img7,
.EV_Manufacturing .img8,
.EV_Manufacturing .img9 {
  position:absolute;
  transition:.3s ease-out;
  z-index:2
}
.EV_Manufacturing .img16 {
  position:absolute;
  transition:.3s ease-out
}
.EV_Manufacturing .img1 {
  left:125px;
  width:98px;
  bottom:95px;
  z-index:9
}
.EV_Manufacturing .img2 {
  left:32px;
  width:95px;
  bottom:156px
}
.EV_Manufacturing .img3 {
  left:99px;
  width:75px;
  top:11px
}
.EV_Manufacturing .img4 {
  left:87px;
  width:57px;
  bottom:28px
}
.EV_Manufacturing .img5 {
  right:46px;
  width:57px;
  bottom:38px
}
.EV_Manufacturing .img6 {
  right:37px;
  width:48px;
  bottom:127px;
  z-index:9
}
.EV_Manufacturing .img7 {
  left:0;
  width:48px;
  top:86px;
  animation:5s linear infinite float-bob-y
}
.EV_Manufacturing .img8 {
  left:4px;
  width:77px;
  bottom:74px
}
.EV_Manufacturing .img9 {
  right:109px;
  width:78px;
  top:0
}
.EV_Manufacturing .img10 {
  right:11px;
  width:55px;
  bottom:210px;
  animation:5s linear infinite float-bob-y
}
.EV_Manufacturing .img11 {
  right:85px;
  width:82px;
  bottom:260px
}
.EV_Manufacturing .img12 {
  right:34px;
  width:132px;
  bottom:156px
}
.EV_Manufacturing .img13 {
  right:139px;
  width:60px;
  top:90px;
  animation:5s linear infinite float-bob-y
}
.EV_Manufacturing .img14 {
  left:9px;
  width:27px;
  bottom:184px;
  animation:zoom-in-zoom-out 5s linear infinite
}
.EV_Manufacturing .img15 {
  left:190px;
  width:88px;
  bottom:31px
}
.EV_Manufacturing .img16 {
  right:0;
  width:auto;
  bottom:50px;
  z-index:1!important
}
.sector-section-1 {
  position:relative;
  z-index:4;
  padding:50px 0;
  min-height:500px
}
.sector-bg-1,
.sector-bg-2,
.sector-bg-3 {
  background-repeat:repeat-x;
  background-position:bottom
}
.sector-bg-1 {
  background-image:url(../images/sector-bg-1.jpg);
  animation:background 5000s infinite linear
}
.sector-bg-2,
.sector-bg-3 {
  background-color:#e3d5ee
}
.sector-bg-2 {
  background-image:url(../images/sector-bg-2.jpg);
  animation:background 5000s infinite linear;
  background-attachment:fixed
}
.sector-bg-3 {
  background-image:url(../images/sector-bg-3.jpg)
}
.sector-bg-4,
.sector-bg-5 {
  background-position:center bottom;
  background-attachment:fixed
}
.sector-bg-4 {
  background-image:url(../images/sector-bg-4.jpg);
  background-repeat:repeat-x;
  animation:background 5000s infinite linear
}
.sector-bg-5 {
  background-image:url(../images/sector-bg-5.jpg);
  background-repeat:no-repeat
}
.sector-bg-6 {
  background-image:url(../images/keysector-bg.png);
  background-repeat:repeat-x;
  background-position:bottom;
  background-color:#e3d5ee
}
.sector_temp p {
  line-height:20px
}
.indiansenior,
.indiansenior ul {
  position:relative;
  padding:13px;
  z-index:5
}
.indiansenior ul {
  background-color:#fff;
  border-radius:10px;
  z-index:10;
  padding:0 15px;
  box-shadow:0 19px 59px 0 rgba(150,150,150,.44)
}
.indiansenior:after,
.indiansenior:before {
  content:"";
  position:absolute;
  height:120px;
  width:120px;
  border-radius:18px;
  background-color:#f05a42
}
.indiansenior:before {
  left:2px;
  top:2px
}
.indiansenior:after {
  right:2px;
  bottom:2px
}
.indiansenior ul li {
  display:flow;
  padding:15px 0;
  justify-content:center;
  align-content:stretch;
  align-items:stretch;
  position:relative
}
.indiansenior ul li:last-child {
  border-bottom:0
}
.indiansenior ul li .is-icon {
  width:80px;
  padding:10px;
  height:80px;
  border-radius:50%;

  background:#efefef;
  overflow:hidden;
  position:relative;
  z-index:1;
  float:left;
  margin-right:1em;
  border:5px solid #fff
}
.indiansenior ul li::after,
.indiansenior ul li::before {
  content:"";
  position:absolute;
  background:#d3d6de
}
.indiansenior ul li::before {
  left:39px;
  height:40px;
  width:1px;
  top:90px
}
.indiansenior ul li::after {
  left:94px;
  height:1px;
  width:auto;
  top:108px;
  right:0
}
.fdi-flow li:last-child:before,
.indiansenior ul li:last-child::before {
  display:none
}
.indiansenior ul li .is-icon img {
  height:50px
}
.indiansenior ul li .is_text {
  padding-top:10px;
  font-weight:600
}
.indiansenior ul li .is_text b {
  color:#8d41b5;
  font-size:17px
}
.card,
.fdi-flow {
  position:relative
}
.card,
.fdi-flow ul,
.indiansenior .card table {
  border-radius:10px;
  z-index:10;
  box-shadow:0 19px 59px 0 rgba(150,150,150,.44)
}
.card {
  background-color:#fff;
  padding:15px
}
.fdi-flow li,
.fdi-flow ul,
.indiansenior .card table {
  position:relative
}
.indiansenior .card table {
  padding:15px;
  margin:0
}
.fdi-flow {
  padding:12px;
  z-index:5;
  margin-top:3em
}
.fdi-flow:after,
.fdi-flow:before {
  content:"";
  position:absolute;
  height:120px;
  width:120px;
  border-radius:13px;
  background-color:#8b40b4
}
.fdi-flow:before {
  left:2px;
  top:2px
}
.fdi-flow:after {
  right:2px;
  bottom:2px
}
.fdi-flow ul {
  background-color:#fff;
  list-style:none;
  display:flex
}
.fdi-flow li {
  text-align:center;
  width:33.3%;
  box-sizing:border-box;
  margin:5px
}
.fdi-flow li b {
  display:block;
  font-size: 1.2em;
  margin-bottom:6px;
  color:#e24966
}
.fdi-flow li span {
  font-size:.85em;
  display:block;
  line-height:17px;
  color:#7b7b7b
}
.bullets li,
.bullets1 li {
  position:relative;
  padding:6px 0 6px 30px
}
.bullets li:before,
.bullets1 li:before {
  content:"";
  height:15px;
  width:15px;
  border-radius:50%;
  background-color:rgba(255,255,255,.15);
  border:3px solid #e24865;
  position:absolute;
  left:0;
  top:10px
}
.bullets1 li:before {
  border:3px solid #8c40b3;
  top:11px
}
.our-services:hover li,
.our-services:hover p,
.white-text {
  color:#fff
}
.white-text h3 {
  color:#fff!important
}
.noida-services {
  list-style:none;
  margin:20px auto 30px;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  column-gap:15px
}
.noida-services1 li {
  width:18.9%!important
}
.noida-services5 li {
  width:23%!important;
  margin-top:3em!important
}
.noida-services2 li {
  width:32.33%!important
}
.noida-services li {
  box-sizing:border-box;
  width:24%;
  display:table;
  margin-top:2em
}
.noida-services li a {
  display:block;
  padding:50px 8px 12px;
  color:#000;
  text-decoration:none;
  display:table-cell;
  text-align:center;
  transition-duration:.3s;
  cursor:none;
  background:#cfcfcf;
  background:#fff;
  box-shadow:0 12px 35px rgba(0,0,0,.37),4px 2px 9px rgba(255,255,255,.3) inset;
  border-top:8px solid #f0aa1f;
  vertical-align:inherit
}
.noida-services li a strong,
.noida-services3 li a strong {
  display:block;
  font-size: 1.2em;
  color:#e14237
}
.noida-services li a .ci-icon,
.noida-services3 li a .ci-icon {
  display:block;
  width:80px;
  height:80px;
  margin:0 auto;
  position:absolute;
  right:0;
  left:0;
  top:-40px;
  background:#fff;
  border-radius:50%;
  box-sizing:border-box;
  padding:12px;
  transition-duration:.3s;
  border:3px solid #fff;
  box-shadow:0 0 10px rgba(0,0,0,.3),4px 2px 9px rgba(72,72,72,.3) inset
}
.industriylogo li img,
.info-icon li img,
.noida-services li a .ci-icon img,
.noida-services3 li a .ci-icon img {
  max-width:100%
}
.noida-services li a:hover .ci-icon,
.noida-services3 li a:hover .ci-icon {
  top:-40px;
  border-color:#ffde72
}
.noida-services li a:hover {
  color:#ef4563;
  border-color:#ef4563;
  transform:translateY(-8px);
  background:#e3e3ff
}
.noida-services li a:hover strong,
.noida-services3 li a:hover strong {
  color:#3e3e3e
}
.service-heading {
  text-align:center;
  color:#ffdb29;
  text-transform:uppercase;
  font-size:1.5em;
  font-weight:900
}
.expertbox,
.noida-services li a {
  position:relative;
  border-radius:10px
}
.expertbox {
  background:linear-gradient(135deg,#cb6a59 0,#f7aa9c 100%);
  box-shadow:0 0 10px rgba(0,0,0,.3),4px 2px 9px rgba(255,255,255,.3) inset;
  align-items:center;
  color:#cfcfd1;
  margin-right:7px;
  display:flex;
  margin-bottom:20px
}
.expertbox .title {
  margin:0
}
.Civil_Aviation .expert-photo a,
.Electronic .expert-photo a,
.Film .expert-photo a,
.FinTech .expert-photo a,
.Food .expert-photo a,
.ITES .expert-photo a,
.Logistics .expert-photo a,
.Manufacturing .expert-photo a,
.Pharmaceutics .expert-photo a,
.Renewable_Energy .expert-photo a,
.Retail .expert-photo a,
.Semiconductor .expert-photo a,
.Textilesbox .expert-photo a,
.Urban .expert-photo a,
.expertbox .expert-photo a,
.msme .expert-photo a,
.startup_box .expert-photo a {
  display:block;
  border-radius:50%;
  overflow:hidden
}
.Textilesbox .title,
.expertbox .title {
  color:#fff1b8;
  font-size:12px
}
.Textilesbox,
.Textilesbox .expert-photo {
  background:linear-gradient(135deg,#47408e 0,#1a0c39 100%)
}
.Textilesbox .expert-photo img {
  border:3px solid #998ae6;
  background:#2f2561
}
.Urban .title {
  color:#fff1b8;
  font-size:12px
}
.Urban,
.Urban .expert-photo {
  background:linear-gradient(135deg,#87a8bf 0,#627989 100%)
}
.Urban .expert-photo img {
  border:3px solid #7e9bae;
  background:#3e515f
}
.msme .title {
  color:#fff1b8;
  font-size:12px
}
.msme,
.msme .expert-photo {
  background:linear-gradient(135deg,#1d2934 0,#24323e 100%)
}
.msme .expert-photo img {
  border:3px solid #647175;
  background:#19232b
}
.Manufacturing .title {
  color:#fff1b8;
  font-size:12px
}
.Manufacturing,
.Manufacturing .expert-photo {
  background:linear-gradient(135deg,#3b4c55 0,#4a616f 100%)
}
.Manufacturing .expert-photo img {
  border:3px solid #839fb1;
  background:#4a616f
}
.Electronic .title {
  color:#fff1b8;
  font-size:12px
}
.Electronic,
.Electronic .expert-photo {
  background:linear-gradient(135deg,#182e54 0,#010c22 100%)
}
.Electronic .expert-photo img {
  border:3px solid #293f65;
  background:#010c22
}
.Logistics .title {
  color:#fff1b8;
  font-size:12px
}
.Logistics,
.Logistics .expert-photo {
  background:linear-gradient(135deg,#5a5b87 0,#36376d 100%)
}
.Logistics .expert-photo img {
  border:3px solid #6a6e93;
  background:#25264b
}
.Pharmaceutics .title {
  color:#fff1b8;
  font-size:12px
}
.Pharmaceutics,
.Pharmaceutics .expert-photo {
  background:linear-gradient(135deg,#2a9ed2 0,#025f9c 100%)
}
.Pharmaceutics .expert-photo img {
  border:3px solid #67bff4;
  background:#01548e
}
.Food,
.Food .expert-photo {
  background:linear-gradient(135deg,#35b5ca 0,#025a99 100%)
}
.Food .expert-photo img {
  border:3px solid #52b4cc;
  background:#02548e
}
.Agriculture,
.Agriculture .expert-photo {
  background:linear-gradient(135deg,#4f772f 0,#324e1c 100%)
}
.Agriculture .expert-photo img {
  border:3px solid #4f772f;
  background:#324e1c
}
.ITES,
.ITES .expert-photo {
  background:linear-gradient(135deg,#062736 0,#1c4f67 100%)
}
.ITES .expert-photo img {
  border:3px solid #4c7b93;
  background:#062736
}
.Semiconductor,
.Semiconductor .expert-photo {
  background:linear-gradient(135deg,#0b0221 0,#150f44 100%)
}
.Semiconductor .expert-photo img {
  border:3px solid #3e2f82;
  background:#0a0120
}
.Renewable_Energy,
.Renewable_Energy .expert-photo {
  background:linear-gradient(135deg,#91ad78 0,#71957b 100%)
}
.Renewable_Energy .expert-photo img {
  border:3px solid #70865d;
  background:#7fa87e
}
.Retail,
.Retail .expert-photo {
  background:linear-gradient(135deg,#523de4 0,#382fb4 100%)
}
.Retail .expert-photo img {
  border:3px solid #6158ca;
  background:#392fb4
}
.FinTech {
  background:linear-gradient(135deg,#2c3173 0,#2d3274 100%)
}
.FinTech .expert-photo {
  background:linear-gradient(135deg,#2c3173 0,#646bbd 100%)
}
.FinTech .expert-photo img {
  border:3px solid #a9aff5;
  background:#2c3173
}
.Film,
.Film .expert-photo {
  background:linear-gradient(135deg,#37539c 0,#18275e 100%)
}
.Film .expert-photo img {
  border:3px solid #506bb0;
  background:#18275e
}
.Civil_Aviation,
.Civil_Aviation .expert-photo {
  background:linear-gradient(135deg,#202e38 0,#04090c 100%)
}
.Civil_Aviation .expert-photo img {
  border:3px solid #3d4e58;
  background:#04090c
}
.expertbox h4,
.title1 {
  color:#fff;
  font-weight:700!important;
  font-size:1em;
  margin:0
}
.expert-photo,
.expert-photo img {
  overflow:hidden;
  transition:.3s ease-out
}
.expert-photo {
  padding:6px;
  background:linear-gradient(135deg,#cb6a59 0,#f7aa9c 100%);
  width:130px;
  border-radius:10px 0 0 10px;
  text-align:center;
  display:block;
  min-height: 100px;
}
.expert-photo img {
  max-width:75px!important;
  border-radius:50%;
  border:3px solid #f5a799;
  background:#cd6d5c;
  padding:3px;
  transform:scale(1);
  margin:0 auto;
  height:75px
}
.expert-photo:hover img {
  filter:grayscale(100%);
  -webkit-filter:grayscale(100%);
  -moz-filter:grayscale(0%);
  transform:scale(1.05);
  -webkit-transform:scale(1.05);
  -moz-transform:scale(1.05)
}
.expert-right {
  width:calc(100% - 52px);
  padding:0 12px;
  justify-content:space-between;
  align-items:center
}
.expertbox h4 {
  font-size:1.1em
}
.info-icon {
  display:flex;
  float:right
}
.info-icon li {
  text-align:center
}
.info-icon li:hover a {
  color:#fff;
  opacity:.8
}
.info-icon li:nth-child(3) a {
  background:#3ed57c
}
.info-icon li:nth-child(2) a {
  background:#ff4166
}
.info-icon li:nth-child(1) a {
  background:#219bc0
}
.info-icon li a {
  display:inline-block;
  vertical-align:middle;
  margin:0 3px;
  width:45px;
  height:45px;
  border-radius:50%;
  color:#fff;
  z-index:0;
  box-shadow:0 0 10px rgba(0,0,0,.34),4px 2px 9px rgba(72,72,72,.25) inset
}
.info-icon li .fa {
  font-size:20px;
  padding:0;
  line-height:29px
}
.info-icon li a,
.white_line {
  position:relative
}
.fdi-flow li:before {
  content:"";
  height:auto;
  background:#eaeaea;
  width:1px;
  position:absolute;
  right:-6px;
  bottom:5%;
  top:5%
}
.gradient-head {
  padding:10px;
  background:linear-gradient(90deg,rgba(255,255,255,0) 10%,#f3873e 40%,#f3873e 60%,rgba(255,255,255,0) 90%);
  color:#fff;
  text-align:center;
  font-size:1.7em;
  text-shadow:3px 4px 4px rgba(0,0,0,.5);
  font-weight:900!important
}
.industriylogo {
  padding:15px;
  border-radius:10px;
  background-color:#fff;
  box-shadow:0 19px 59px 0 rgba(0,0,0,.44)
}
.industriylogo li {
  padding:10px
}
.industriylogo .owl-nav button {
  background-color:#0eb4bc;
  color:#fff;
  border-radius:10px;
  padding:3px 10px
}
.industriylogo .owl-next,
.industriylogo .owl-prev {
  bottom:30%;
  border-radius:100px!important;
  font-size:37px;
  line-height:0;
  padding:4px 12px!important;
  text-align:center;
  height:35px
}
.industriylogo .owl-prev {
  left:-33px
}
.industriylogo .owl-dots {
  display:none
}
.industriylogo .owl-next {
  right:-33px
}
.sector-section-2 {
  position:relative;
  z-index:4;
  padding:50px 0
}
.development_timeline {
  display:flex;
  position:relative
}
.development_timeline .colm-1 {
  width:45%;
  position:relative
}
.development_timeline .colm-2 {
  width:130px;
  border:1px solid #a6a8ae;
  border-radius:0 0 60px 60px;
  border-top:0;
  position:relative
}
.development_timeline .colm-2:after {
  content:"";
  height:33px;
  width:1px;
  background:#a6a8ae;
  position:absolute;
  bottom:-33px;
  left:50%
}
.development_timeline .colm-3 {
  width:45%;
  position:relative
}
.development_timeline .colm-1 ul,
.development_timeline .colm-3 ul {
  list-style:none;
  margin:0;
  padding:0
}
.development_timeline .colm-1 ul li {
  padding:15px 40px 15px 15px;
  position:relative
}
.development_timeline .colm-1 ul li:after {
  content:"";
  height:1px;
  width:33px;
  background:#a6a8ae;
  position:absolute;
  right:0;
  top:50%
}
.development_timeline .colm-3 ul li {
  padding:15px 15px 15px 40px;
  position:relative
}
.development_timeline .colm-3 ul li:after {
  content:"";
  height:1px;
  width:33px;
  background:#333;
  position:absolute;
  left:0;
  top:50%
}
.development_timeline .keybox,
.keybox2 {
  padding:15px;
  border-radius:10px;
  box-shadow:0 19px 59px 0 rgba(126,136,172,.44)
}
.development_timeline .keybox {
  min-height:150px
}
.development_timeline .keybox h4,
.keybox2 h4 {
  margin-bottom:15px;
  color:#c14091;
  font-size:1.2em;
  font-weight:700
}
.development_timeline .colm-3 .keybox {
  text-align:right
}
.keybox2 {
  max-width:410px;
  margin:36px auto 15px;
  text-align:center
}
.sector-section-3 {
  position:relative;
  z-index:4;
  padding:50px 0
}
.fliper-div h3 {
  color:#000;
  font-size:1.3em
}
.sector-section-1 .sec-policy-head {
  background:linear-gradient(to right,#fff 0,#35327b 50%,#fff 100%);
  text-align:center;
  margin:15px auto;
  font-weight:700;
  font-size:1.5em;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent
}
.colmn-wrap {
  display:flex;
  margin:0 auto 15px
}
.colmn-wrap4 .colmn-4 {
  box-sizing:border-box;
  padding:8px;
  width:33.33%!important
}
.colmn-wrap4 .colmn-4 .policydata {
  margin:0 6px;
  min-height:175px
}
.colmn-wrap .colmn-1,
.colmn-wrap .colmn-2,
.colmn-wrap .colmn-3,
.colmn-wrap .colmn-4 {
  box-sizing:border-box;
  padding:8px;
  width:25%
}
.colmn-wrap1 .colmn-1,
.colmn-wrap1 .colmn-2,
.colmn-wrap1 .colmn-3 {
  width:33.33%
}
.colmn-wrap2 {
  display:block;
  margin:0 auto 15px
}
.colmn-wrap2 .colmn-6 {
  width:50%;
  float:left
}
.colmn-wrap2 .policydata {
  margin:6px!important
}
.highlights {
  padding:10px 0;
  color:#eb2e7d;
  text-align:center;
  font-weight:900!important;
  border-bottom:1px solid #eb2e7d;
  margin-bottom:-5px;
  display:inline-block;
  margin-left:6px
}
.colmn-wrap .policydata {
  color:#464647;
  padding:15px 14px;
  border-radius:0 15px 0 15px;
  margin:18px 6px 0;
  text-align:center;
  transition-duration:.3s;
  box-shadow:0 19px 38px 0 rgba(104,108,133,.16);
  border:1px solid #a8b1c9;
  background:#ffffff9e;
  min-height:175px
}
.colmn-wrap .policydata:hover {
  color:#e4574f;
  transform:scale(1.01);
  -webkit-transform:scale(1.01);
  -moz-transform:scale(1.01);
  box-shadow:0 19px 59px 0 rgba(126,136,172,.44);
  border-radius:0
}
.file-intent,
.fliper-div,
.knowbtn {
  position:relative;
  text-align:center
}
.fliper-div {
  width:230px;
  height:360px;
  background:#fff;
  padding:16px;
  border-radius:10px;
  border:1px solid #cacaca
}
.fliper-div:after {
  content:"";
  height:3px;
  width:50px;
  position:absolute;
  bottom:10px;
  right:0;
  left:0;
  margin:0 auto;
  background:#e35a50;
  display:none
}
#cityhighlight {
  margin:25px auto
}
.fliper-div .flip-icon {
  width:80px;
  height:80px;
  border-radius:50%;
  margin:0 auto 15px;
  padding:18px;
  text-align:center;
  background:linear-gradient(120deg,#eec7c2 0,#917787 100%)
}
.fliper-div .flip-icon img {
  height:45px;
  margin:auto
}
.sector-menu.SMFxd {
  position:fixed;
  top:63px;
  margin:0 auto;
  z-index:8;
  width:100%
}
.file-intent,
.knowbtn {
  font-weight:700;
  font-size:14px;
  line-height:1.3;
  text-decoration:none;
  outline:0;
  border:2px soliD;
  align-items:center;
  justify-content:center;
  border-radius:5px;
  background:linear-gradient(90deg,#e6003c,#f51553);
  transition:all .4s;
  overflow:hidden;
  display:block;
  padding:14px 15px
}
.knowbtn {
  box-shadow:0 4px 10px 0 rgba(95,94,95,.22);
  color:#fff;
  background:#7376e6;
  border-color:#7376e6;
  padding:4px 15px
}
.knowbtn:hover small {
  color:#e34866
}
.file-intent:hover,
.knowbtn:hover {
  box-shadow:0 14px 20px 0 rgba(95,94,95,.22);
  background:#fff
}
.knowbtn:hover {
  color:#4145e2;
  border-color:#4145e2
}
.file-intent {
  background:#df4967;
  box-shadow:0 10px 20px 0 rgba(237,53,70,.4);
  color:#fff;
  border-color:#df4967
}
.file-intent:hover {
  color:#f30e4a;
  border-color:#f30e4a
}
.flex {
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex
}
.clear,
.clearfix {
  clear:both
}
.clearfix:after,
.clearfix:before {
  clear:both;
  display:table;
  content:""
}
.knowbtn-group {
  padding:20px 0
}
.line {
  height:2px;
  margin:23px auto;
  background-color:#ccc
}
.sector_expert {
  overflow:hidden!important
}
.sector_expert .owl-dots {
  display:none
}
.sector_expert .owl-next span,
.sector_expert .owl-prev span {
  font-size:30;
  line-height:30px;
  color:#fff
}
.sector_expert .owl-next {
  left:auto;
  right:10px
}
.sector_expert .owl-prev {
  right:35px;
  left:auto
}
.sector_expert .owl-next,
.sector_expert .owl-prev {
  width:27px;
  height:26px;
  padding:0;
  background:#3e3e3e00
}
.timeline,
.timeline__event {
  position:relative;
  display:flex
}
.timeline {
  flex-direction:column
}
.timeline__event {
  margin:20px 0;
  border-radius:6px;
  align-self:center
}
.timeline__event:nth-child(2n+1) {
  flex-direction:row-reverse
}
.timeline__event:nth-child(2n+1) .timeline__event__date {
  border-radius:0 6px 6px 0
}
.timeline__event:nth-child(2n+1) .timeline__event__content {
  border-radius:6px 0 0 6px
}
.timeline__event:nth-child(2n+1) .timeline__event__icon:before {
  content:"";
  width:2px;
  height:100%;
  background:#f6a4ec;
  position:absolute;
  top:0;
  left:50%;
  right:auto;
  z-index:-1;
  transform:translateX(-50%);
  -webkit-animation:fillTop 2s forwards 4s ease-in-out;
  animation:fillTop 2s forwards 4s ease-in-out
}
.timeline__event:nth-child(2n+1) .timeline__event__icon:after {
  content:"";
  width:100%;
  height:2px;
  background:#f6a4ec;
  position:absolute;
  right:0;
  z-index:-1;
  top:50%;
  left:auto;
  transform:translateY(-50%);
  -webkit-animation:fillLeft 2s forwards 4s ease-in-out;
  animation:fillLeft 2s forwards 4s ease-in-out
}
.timeline__event__title {
  font-size:1.2rem;
  line-height:1.4;
  text-transform:uppercase;
  font-weight:600;
  color:#9251ac;
  letter-spacing:1.5px
}
.timeline__event__content {
  padding:20px;
  box-shadow:0 30px 60px -12px rgba(50,50,93,.25),0 18px 36px -18px rgba(0,0,0,.3),0-12px 36px -8px rgba(0,0,0,.025);
  background:#fff;
  width:calc(65vw - 84px);
  border-radius:0 6px 6px 0
}
.timeline__event__date,
.timeline__event__icon {
  display:flex;
  align-items:center;
  justify-content:center
}
.timeline__event__date {
  color:#fde0f9;
  font-size:1.7rem;
  font-weight:600;
  background:#cc8ce6;
  white-space:nowrap;
  padding:0 20px;
  border-radius:6px 0 0 6px;
  width:230px;
  text-align:center
}
.timeline__event__icon {
  color:#fff;
  align-self:center;
  margin:0 20px;
  background:#fff;
  border-radius:100%;
  width:40px;
  box-shadow:0 30px 60px -12px rgba(50,50,93,.25),0 18px 36px -18px rgba(0,0,0,.3),0-12px 36px -8px rgba(0,0,0,.025);
  padding:40px;
  height:40px;
  position:relative
}
.timeline__event__icon svg,
lord-icon {
  margin-top:6px;
  width:60px;
  height:60px
}
.timeline__event__icon image {
  width:60px;
  height:60px
}
.timeline__event__icon img {
  margin-top:0;
  width:55px
}
.timeline__event__icon:before {
  content:"";
  width:2px;
  height:100%;
  background:#f6a4ec;
  position:absolute;
  top:0;
  z-index:-1;
  left:50%;
  transform:translateX(-50%);
  -webkit-animation:fillTop 2s forwards 4s ease-in-out;
  animation:fillTop 2s forwards 4s ease-in-out
}
.timeline__event__icon:after {
  content:"";
  width:100%;
  height:2px;
  background:#f6a4ec;
  position:absolute;
  left:0;
  z-index:-1;
  top:50%;
  transform:translateY(-50%);
  -webkit-animation:fillLeftOdd 2s forwards 4s ease-in-out;
  animation:fillLeftOdd 2s forwards 4s ease-in-out
}
.timeline__event__description {
  flex-basis:100%
}
.timeline__event--type2:after {
  background:#555ac0
}
.timeline__event--type2 .timeline__event__date {
  color:#d0e5ff;
  background:#9599ea
}
.timeline__event--type2:nth-child(2n+1) .timeline__event__icon:after,
.timeline__event--type2:nth-child(2n+1) .timeline__event__icon:before {
  background:#87bbfe
}
.timeline__event--type2 .timeline__event__icon:after,
.timeline__event--type2 .timeline__event__icon:before {
  background:#87bbfe
}
.timeline__event--type2 .timeline__event__title {
  color:#555ac0
}
.timeline__event--type3:after,
.timeline__event--type4:after {
  background:#24b47e
}
.timeline__event--type3 .timeline__event__date {
  color:#aff1b6;
  background-color:#24b47e
}
.timeline__event--type3:nth-child(2n+1) .timeline__event__icon:after,
.timeline__event--type3:nth-child(2n+1) .timeline__event__icon:before,
.timeline__event--type4:nth-child(2n+1) .timeline__event__icon:after,
.timeline__event--type4:nth-child(2n+1) .timeline__event__icon:before {
  background:#aff1b6
}
.timeline__event--type3 .timeline__event__icon:after,
.timeline__event--type3 .timeline__event__icon:before {
  background:#aff1b6
}
.timeline__event--type3 .timeline__event__title {
  color:#24b47e
}
.timeline__event--type4 .timeline__event__date {
  color:#ffbcca;
  background-color:#df4967
}
.timeline__event--type4 .timeline__event__icon:after,
.timeline__event--type4 .timeline__event__icon:before {
  background:#f0a5b4
}
.timeline__event--type4 .timeline__event__title {
  color:#24b47e
}
.timeline__event--type5:after {
  background:#9eb424
}
.timeline__event--type5 .timeline__event__date {
  color:#ffdae2;
  background-color:#e68c94
}
.timeline__event--type5:nth-child(2n+1) .timeline__event__icon:after,
.timeline__event--type5:nth-child(2n+1) .timeline__event__icon:before {
  background:#9eb424
}
.timeline__event--type5 .timeline__event__icon:after,
.timeline__event--type5 .timeline__event__icon:before {
  background:#e7a7ad
}
.timeline__event--type5 .timeline__event__title {
  color:#9eb424
}
.timeline__event:last-child .timeline__event__icon:before {
  content:none
}

.address ul li.address-icon:before {
    content: "\f041"
}
.address ul li.headphones:before {
    content: "\f025"
}
.address ul li.phone:before {
    content: "\f095"
}
.address ul li.email:before {
    content: "\f003"
}
.table_logo td {
  vertical-align:middle!important
}
.address ul li.working:before {
 content: "\e081"
}
.fade-in-out {
  -webkit-animation:flickerAnimation 1s infinite;
  -moz-animation:flickerAnimation 1s infinite;
  -o-animation:flickerAnimation 1s infinite;
  animation:flickerAnimation 5s infinite
}
.fade-effect {
  visibility:hidden
}
.tabs-animated {
  overflow:hidden
}
.tab-pane {
  width:100%
}
.serial {
  counter-reset:Serial
}
.serial tr td:first-child:before {
  content:""counter(Serial,decimal);
  counter-increment:Serial
}
.serial tr td:first-child {
  text-align:center
}
.serial thead tr th:nth-child(3),
.serial thead tr th:nth-child(6) {
  width:210px!important
}
.serial thead tr th {
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis
}
.table_logo td img {
  width:50px
}
.nivesh,
.nivesh1 {
  background:#fff;
  display:inline-block;
  color:#3c3c3c;
  padding:14px 14px 14px 71px;
  overflow:hidden;
  font-size:14px;
  font-weight:700;
  text-align:center;
  line-height:1.3;
  transition:all .3s;
  -webkit-transform:rotate(-90deg);
  transform:rotate(-90deg);
  z-index:999;
  position:fixed;
  top:50%
}
.nivesh {
  left: -57px;
  border-radius:0 0 5px 5px;
  box-shadow:0 4px 20px 0 rgba(95,94,95,.37)
}
.nivesh1 {
  right: -53px;
  border-radius:5px 5px 0 0;
  box-shadow:0 4px 30px 0 rgba(95,94,95,.37)
}
.nivesh:focus,
.nivesh:hover {
  box-shadow:0 14px 20px 0 rgba(95,94,95,.22);
  background:#3abb6f;
  color: #fff;
}
.nivesh span,
.nivesh1 span {
  font-weight:400;
  font-size:12px;
  display:block;
  line-height:1.1
}
.nivesh:after {
  content:"";
  position:absolute;
  width:45px;
  height:48px;
  left:11px;
  top:0;
  background:url(https://niveshsarathi.up.gov.in/assets/images/niveshsarthilogo.png)no-repeat 0;
  background-size:90%
}
.nivesh:before {
  content:"";
  width:65px;
  height:100px;
  background:#e8e8e8;
  z-index:-1;
  position:absolute;
  left:-10px;
  top:-10px;
  -webkit-transform:rotate(11deg);
  transform:rotate(11deg);
  transform-origin:right
}
.nivesh1:focus,
.nivesh1:hover {
  box-shadow:0 14px 20px 0 rgba(95,94,95,.22);
  background:#df4967;
  color: #fff;
}
.nivesh1:after {
  content:"";
  position:absolute;
  width:45px;
  height:48px;
  left:11px;
  top:0;
  background:url(../images/up.png)no-repeat 0;
  background-size:80%
}
.nivesh1:before {
  content:"";
  width:65px;
  height:100px;
  background:#e8e8e8;
  z-index:-1;
  position:absolute;
  left:-10px;
  top:-10px;
  -webkit-transform:rotate(11deg);
  transform:rotate(11deg);
  transform-origin:right
}
.FDI_Policy a {
  font-weight:700;
  color:#0034ff;
  text-decoration:underline
}
.word {
  word-break:break-all
}
.development {
  margin:2em auto
}
.development .tab {
  text-align:center
}
.development .nav {
  margin:0 auto;
  display:inline flow-root list-item
}
.development1 {
  margin:0 2em 0 0
}
.development1 .nav {
  margin:auto;
  display:block;
  margin-bottom:1em!important
}
.development .nav li a {
  display:block;
  padding:15px 30px;
  transition-duration:.3s;
  font-weight:700;
  position:relative;
  border-radius:60px;
  font-size:14px;
  border:2px solid #8b40b5!important;
  color:#8b40b5!important;
  outline:0
}
.development .nav .active,
.development .nav li a:hover {
  background-color:#0968a3!important;
  color:#fff!important;
  border-color:#0968a3!important
}
.our-services {
  margin-top:75px;
  padding:50px 15px 20px;
  min-height:178px;
  text-align:center;
  border-radius:10px;
  background-color:#fff;
  transition:all .4s ease-in-out;
  box-shadow:0 0 25px 0 rgba(20,27,202,.17);
  position:relative
}
.our-services:hover {
  transform:translateY(-8px)
}
.our-services .icon {
  text-align:center;
  width:130px;
  margin:auto;
  position:absolute;
  left:0;
  right:0;
  top:-70px
}
.our-services .icon img {
  position:absolute;
  left:10px;
  right:0;
  top:0;
  bottom:0;
  margin:auto;
  width:44px
}
.our-services p {
  margin:0!important;
  line-height:20px
}
.our-services a,
.our-services:hover a {
  color:#eb1541;
  display:block;
  background:#fff
}
.our-services a {
  color:#6a5c70;
  position:absolute;
  left:5%;
  right:5%;
  width:auto;
  bottom:-14px;
  border-radius:40px;
  box-shadow:0-10px 25px 0 rgba(0,0,0,.19)
}
.bg_1:hover {
  background-image:linear-gradient(-45deg,#fb0054 0,#f55b2a 100%)
}
.bg_1:hover,
.bg_2:hover,
.bg_3:hover,
.bg_4:hover,
.our-services:hover path {
  box-shadow:0 0 25px 0 rgba(20,27,201,.05)
}
.bg_2:hover {
  background-image:linear-gradient(-45deg,#34b5bf 0,#210c59 100%)
}
.bg_3:hover {
  background-image:linear-gradient(-45deg,#3615e7 0,#44a2f6 100%)
}
.bg_4:hover {
  background-image:linear-gradient(-45deg,#fc6a0e 0,#fdb642 100%)
}
.bg_5:hover {
  background-image:linear-gradient(-45deg,#8d40fb 0,#5a57fb 100%)
}
.bg_5:hover,
.bg_6:hover,
.bg_7:hover,
.bg_8:hover {
  box-shadow:0 0 25px 0 rgba(20,27,201,.05)
}
.bg_6:hover {
  background-image:linear-gradient(-45deg,#1a8564 0,#1cb960 100%)
}
.bg_7:hover {
  background-image:linear-gradient(-45deg,#c81d77 0,#6710c2 100%)
}
.bg_8:hover {
  background-image:linear-gradient(-45deg,#103783 0,#9bafd9 100%)
}
.bg_10:hover,
.bg_11:hover,
.bg_12:hover,
.bg_9:hover {
  box-shadow:0 0 25px 0 rgba(20,27,201,.05)
}
.bg_9:hover {
  background-image:linear-gradient(-45deg,#743b16 0,#faae7b 100%)
}
.bg_10:hover {
  background-image:linear-gradient(-45deg,#0a8d5d 0,#07f49e 100%)
}
.bg_11:hover {
  background-image:linear-gradient(-45deg,#993926 0,#ef745c 100%)
}
.bg_12:hover {
  background-image:linear-gradient(-45deg,#08203e 0,#557c93 100%)
}
.tabs-animated .tab-content .row .col-md-6:nth-child(1) {
  width:50%
}
.tabs-animated .tab-content .row .col-md-6 {
  display:inherit
}
.industriylogo1 {
  width:97%
}
.newpolicy h3 {
  border-bottom:3px solid #9143b2;
  color:#9143b2
}
.newpolicy h3,
.newpolicy1 h3,
.newpolicy2 h3,
.newpolicy3 h3,
.newpolicy4 h3 {
  height:50px;
  margin-bottom:20px;
  line-height:50px;
  font-size:16px;
  position:relative
}
.newpolicy h3::after,
.newpolicy h3::before {
  content:"";
  position:absolute;
  width:0;
  height:0;
  clear:both
}
.newpolicy h3::after {
  top:100%;
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  border-top:15px solid #9143b2;
  left:-3px
}
.newpolicy h3::before {
  right:0;
  top:19px;
  border-left:20px solid transparent;
  border-right:20px solid transparent;
  border-bottom:30px solid #9143b2;
  color:#fff;
  text-align:left
}
.newpolicy h3 span,
.newpolicy1 h3 span,
.newpolicy2 h3 span,
.newpolicy3 h3 span,
.newpolicy4 h3 span {
  position:absolute;
  right:16px;
  color:#fff;
  font-size:14px;
  bottom:-15px
}
.newpolicy1 h3 {
  border-bottom:3px solid #009a44;
  color:#009a44
}
.newpolicy1 h3::after {
  left:-3px;
  top:100%;
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  border-top:15px solid #009a44
}
.newpolicy1 h3::after,
.newpolicy1 h3::before,
.newpolicy2 h3::after {
  content:"";
  position:absolute;
  width:0;
  height:0;
  clear:both
}
.newpolicy1 h3::before {
  right:0;
  top:19px;
  border-left:20px solid transparent;
  border-right:20px solid transparent;
  border-bottom:30px solid #009a44;
  color:#fff;
  text-align:left
}
.newpolicy2 h3 {
  border-bottom:3px solid #004f59;
  color:#004f59
}
.newpolicy2 h3::after {
  top:100%;
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  border-top:15px solid #004f59;
  left:-3px
}
.newpolicy2 h3::before {
  right:0;
  top:18px;
  border-left:20px solid transparent;
  border-right:20px solid transparent;
  border-bottom:30px solid #004f59;
  color:#fff;
  text-align:left
}
.newpolicy3 h3 {
  border-bottom:3px solid #1b82f0;
  color:#1b82f0
}
.newpolicy4 h3 {
  border-bottom:3px solid #f0711b;
  color:#f0711b
}
.newpolicy2 h3::before,
.newpolicy3 h3::after,
.newpolicy3 h3::before,
.newpolicy4 h3::after,
.newpolicy4 h3::before {
  content:"";
  position:absolute;
  width:0;
  height:0;
  clear:both
}
.newpolicy3 h3::after {
  right:50%;
  top:100%;
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  border-top:15px solid #1b82f0;
  left:-3px
}
.newpolicy3 h3::before {
  right:0;
  top:19px;
  border-left:20px solid transparent;
  border-right:20px solid transparent;
  border-bottom:30px solid #1b82f0;
  color:#fff;
  text-align:left
}
.newpolicy4 h3::after {
  right:50%;
  top:100%;
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  border-top:15px solid #f0711b;
  left:-3px
}
.newpolicy4 h3::before {
  right:0;
  top:19px;
  border-left:20px solid transparent;
  border-right:20px solid transparent;
  border-bottom:30px solid #f0711b;
  color:#fff;
  text-align:left
}
.newpolicy .card hr,
.newpolicy1 .card hr,
.newpolicy2 .card hr,
.newpolicy3 .card hr,
.newpolicy4 .card hr {
  margin-top:10px;
  margin-bottom:10px
}
.newpolicy .card,
.newpolicy1 .card,
.newpolicy2 .card,
.newpolicy3 .card,
.newpolicy4 .card {
  color:#464647;
  padding:15px;
  border-radius:0 15px 0 15px;
  margin-bottom:18px;
  transition-duration:.3s;
  box-shadow:0 19px 38px 0 rgba(104,108,133,.16);
  border:1px solid #a8b1c9;
  background:#fff
}
.newpolicy .card:hover,
.newpolicy1 .card:hover,
.newpolicy2 .card:hover,
.newpolicy3 .card:hover,
.newpolicy4 .card:hover {
  transform:scale(1.01);
  -webkit-transform:scale(1.01);
  -moz-transform:scale(1.01);
  box-shadow:0 19px 59px 0 rgba(126,136,172,.44);
  border-radius:0
}
.newpolicy .card .bullets3 b,
.newpolicy .card .bullets3 strong {
  color:#9143b2
}
.newpolicy1 .card .bullets3 b,
.newpolicy1 .card .bullets3 strong {
  color:#009a44
}
.newpolicy2 .card .bullets3 b,
.newpolicy2 .card .bullets3 strong {
  color:#004f59
}
.newpolicy3 .card .bullets3 b,
.newpolicy3 .card .bullets3 strong,
.newpolicy4 .card .bullets3 b,
.newpolicy4 .card .bullets3 strong {
  color:#1b82f0
}
.bullets3 li,
.bullets4 li {
  position:relative;
  padding:0 0 0 15px
}
.bullets4 li {
  padding:6px 0 6px 45px;
  min-height:50px
}
.bullets3 li:before {
  content:"";
  height:5px;
  width:5px;
  background-color:rgba(255,255,255,.15);
  border:3px solid #e44765;
  position:absolute;
  left:0;
  top:6px
}
.bullets3 li b {
  color:#9443c1
}
.single-chart {
  justify-content:space-around
}
.circular-chart,
.logo_auto ul li b {
  display:block
}
.circle,
.circle-bg {
  fill:none;
  stroke-width:2.8
}
.circle-bg {
  stroke:#fff
}
.circle {
  stroke-linecap:round;
  animation:progress 1s ease-out forwards
}
.circular-chart.orange .circle {
  stroke:#f19e20
}
.circular-chart.green .circle {
  stroke:#8e42b6
}
.circular-chart.blue .circle {
  stroke:#00abab
}
.flex-wrapper p {
  margin-top:2em;
  font-size:large;
  line-height:28px
}
.percentage {
  fill:#000;
  font-size:.5em;
  text-anchor:middle
}
.margin-top2 {
  margin-top:2em
}
.margin-top1 {
  margin-top:1em
}
.newpolicy2 .card p b {
  color:#e44242
}
.flipster__item__content p {
  height:200px;
  overflow-y:auto
}
#cityhighlight1 .fliper-div,
#cityhighlight1 .flipster__item__content p {
  height:auto!important
}
.click_link {
  padding:5px;
  color:#fff1a6;
  display:initial;
  cursor:pointer!important;
  border:2px solid #fff
}
.click_link:hover {
  color:#fff;
  background:#24714a;
  border-color:#24714a
}
.bullets4 li img {
  width:30px;
  position:absolute;
  left:0
}
.tab .nav-tabs {
  border-bottom:0 solid #ddd
}

.bullets1 li a:hover {
  color:#0034ff;
  text-decoration:underline
}
.noida-services3,
.policies_schemes,
.policies_schemes1 {
  list-style:none;
  margin:20px auto 30px;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  column-gap:15px
}
.policies_schemes,
.policies_schemes1 {
  margin:20px auto
}
.noida-services3 li {
  box-sizing:border-box;
  width:31.33%;
  display:table;
  margin-top:2em
}
.noida-services3 li a {
  display:block;
  padding:50px 8px 12px;
  color:#000;
  text-decoration:none;
  display:table-cell;
  position:relative;
  text-align:center;
  transition-duration:.3s;
  cursor:none;
  background:#cfcfcf;
  background:#fff;
  box-shadow:none;
  border-top:8px solid #f0aa1f;
  border-radius:10px;
  vertical-align:inherit
}
.noida-services3 li a:hover {
  color:#ef4563;
  border-color:#ef4563;
  transform:translateY(-8px);
  background:#e3e3ff
}
.new_modal .modal-header {
  background-color:#ef4563!important;
  color:#fff!important
}
.new_modal .close {
  font-size:51px;
  font-weight:100;
  line-height:24px;
  color:#fff;
  text-shadow:0 0 0#fff;
  opacity:.5
}
.policies_schemes li {
  box-sizing:border-box;
  width:32.33%;
  display:table
}
.policies_schemes li a span,
.policies_schemes1 li a span {
  color:#d182b1;
  font-weight:400;
  font-size:11px
}
.policies_schemes li a small,
.policies_schemes1 li a small {
  display:inline-grid;
  margin-bottom:0;
  color:#ef4563;
  text-transform:uppercase
}
.policies_schemes li a:hover small,
.policies_schemes li a:hover span,
.policies_schemes li a:hover:before {
  color:#fbe979
}
.policies_schemes li a:before {
  content: "\f0a4";
  font-family:FontAwesome;
  position:absolute;
  left:4%;
  top:20%;
  font-size:xx-large;
  font-weight:100;
  align-self:flex-end;
  animation-iteration-count:infinite;
  transform-origin:bottom;
  color:#ef4563;
  animation-name:bounce;
  animation-timing-function:ease;
  animation-duration:2s
}
.policies_schemes li a:after {
  content: "\f019";
  font-family:FontAwesome;
  position:absolute;
  right:4%;
  top:25%;
  font-size:18px;
  font-weight:100;
  transition:all .3s ease;
  color:#452f21;
  line-height:25px;
  background:#d4d4d4;
  padding:9px 13px;
  border-radius:50px
}
.policies_schemes li a:hover:after {
  color:#923748;
  background:#fff
}
.policies_schemes li a {
  text-align:left;
  font-weight:700;
  font-size:14px;
  box-shadow:0 19px 38px 0 rgba(104,108,133,.16);
  border-radius:8px;
  padding:20px 60px;
  margin:0 25px 15px 0;
  display:grid;
  color:#2b2b2b;
  position:relative;
  overflow:hidden;
  background:#fff;
  width:100%;
  cursor:pointer
}
.policies_schemes li a:hover {
  color:#fff;
  background:#ef4563;
  border-color:#ef4563
}
.policies_schemes li:nth-child(2) a:hover {
  color:#fff;
  background:#8b40b5;
  border-color:#8b40b5
}
.policies_schemes li:nth-child(3) a:hover {
  color:#fff;
  background:#f15749;
  border-color:#f15749
}
.policies_schemes1 li {
  box-sizing:border-box;
  width:32.4%;
  display:table
}
.policies_schemes1 li a:before {
  content:"";
  position:absolute;
  left:10px;
  top:15%;
  width:100px;
  height:100px;
  background:url(../images/pdf2.gif)top left no-repeat;
  background-size:70%;
  background-repeat:no-repeat;
  padding:20px;
  opacity:.8
}
.policies_schemes1 li a:hover:before {
  color:#fbe979
}
.policies_schemes1 li a:after {
  content: "\f019";
  font-family:FontAwesome;
  position:absolute;
  right:4%;
  top:33%;
  font-size:18px;
  font-weight:100;
  transition:all .3s ease;
  color:#452f21;
  line-height:25px;
  background:#d4d4d4;
  padding:9px 13px;
  border-radius:50px
}
.policies_schemes1 li a {
  text-align:left;
  font-weight:700;
  font-size:14px;
  box-shadow:0 19px 38px 0 rgba(104,108,133,.16);
  border-radius:8px;
  padding:40px 90px;
  margin:0 25px 25px 0;
  display:grid;
  color:#2b2b2b;
  position:relative;
  background:#fff;
  width:100%;
  cursor:pointer
}
.policies_schemes1 li:nth-child(1) a:after {
  color:#fff;
  background:#8c40b6;
  border-color:#8c40b6
}
.policies_schemes1 li:nth-child(2) a:after {
  color:#fff;
  background:#f15e44;
  border-color:#f15e44
}
.policies_schemes1 li:nth-child(3) a:after {
  color:#fff;
  background:#219bc0;
  border-color:#219bc0
}
.policies_schemes1 li:hover:nth-child(1) a:after,
.policies_schemes1 li:hover:nth-child(2) a:after,
.policies_schemes1 li:hover:nth-child(3) a:after {
  color:#fff;
  background:#272d38;
  border-color:#272d38
}
.Category {
  display:revert!important;
  width:182px
}
.Category img {
  width:27px!important;
  margin-right:5px;
  float:left
}
.Website_link {
  font-size:11px;
  display:block;
  margin-top:5px;
  color:#0004ff
}
.Website_link:focus,
.Website_link:hover {
  color:#ef4563;
  text-decoration:underline
}
.Website_link:before {
  content: "\f0c1";
  font:14px/1 FontAwesome;
  margin-right:5px
}
.serial td {
  position:relative
}
.well .table {
  margin-top:0
}
.well .table thead th {
  background-color:#7376e4!important
}
.well .table td,
.well .table th {
  padding:10px;
  font-size:13.5px
}
.well .table td {
  padding:4px
}
.startup_box {
  background:linear-gradient(135deg,#45162e 0,#4f0e27 100%)
}
.startup_box,
.startup_box .expert-photo {
  background:linear-gradient(135deg,#b7939f 0,#74587f 100%)
}
.startup_box .expert-photo img {
  border:3px solid #b7939f;
  background:#74587f
}
.Pharmaceutics_box,
.startup_box {
  box-shadow:0 0 10px rgba(0,0,0,.3),4px 2px 9px rgba(255,255,255,.3) inset;
  max-width:500px;
  align-items:center;
  color:#cfcfd1;
  margin-right:7px;
  display:flex;
  margin-bottom:20px
}
.Pharmaceutics_box,
.Pharmaceutics_box .expert-photo {
  background:linear-gradient(135deg,#346f82 0,#133447 100%)
}
.Pharmaceutics_box .expert-photo img {
  border:3px solid #346f82;
  background:#133447
}
.Startup_Overview {
  margin:30px 0
}
.Startup_Overview li {
  position:relative;
  padding:6px 0;
  width:48%;
  margin-bottom:1em;
  float:left;
  margin-right:1em
}
.Startup_Overview li div {
  width:100%;
  position:relative;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:60px;
  color:#fff;
  padding:20px;
  display:flow-root
}
.Startup_Overview li div:before {
  content:"";
  position:absolute;
  right:47%;
  bottom:-11px;
  width:0;
  height:0;
  border-bottom:0 solid transparent;
  border-right:21px solid transparent;
  border-left:21px solid transparent;
  z-index:0
}
.Startup_Overview li div img {
  float:right;
  width:40px
}
.Startup_Overview li div p {
  float:left;
  text-align:right;
  width:84%;
  margin:0
}
.Startup_Overview li div p b {
  display:block;
  font-size:18px
}
.Startup_Overview li .bg1 {
  background:#15aa96
}
.Startup_Overview li .bg1:before {
  border-top:26px solid #15aa96
}
.Startup_Overview li .bg2 {
  background:#d74078
}
.Startup_Overview li .bg2:before {
  border-top:26px solid #d74078
}
.Startup_Overview li .bg3 {
  background:#f18030
}
.Startup_Overview li .bg3:before {
  border-top:26px solid #f18030
}
.Startup_Overview li .bg4 {
  background:#8c40b6
}
.Startup_Overview li .bg4:before {
  border-top:26px solid #8c40b6
}
.Electronics_Manufacturing {
  box-shadow:0 0 10px rgba(0,0,0,.3),4px 2px 9px rgba(255,255,255,.3) inset;
  max-width:500px;
  align-items:center;
  color:#cfcfd1;
  margin-right:7px;
  display:flex;
  margin-bottom:20px
}
.Electronics_Manufacturing,
.Electronics_Manufacturing .expert-photo {
  background:linear-gradient(135deg,#23547d 0,#1d3c6b 100%)
}
.Electronics_Manufacturing .expert-photo img {
  border:3px solid #58739d;
  background:#1d3c6b
}
.Housing ul li {
  display:flow-root;
  flex-direction:row;
  border-bottom:1px solid #bfbfbf
}
.Housing ul li a {
  float:right
}
.Housing ul li:last-child {
  border-bottom:0!important
}
.logo_auto {
  padding:15px;
  border-radius:10px;
  background-color:#fff;
  box-shadow:0 19px 59px 0 rgba(0,0,0,.44);
  display:flex
}
.logo_auto ul {
  float:left
}
.logo_auto ul li img {
  width:50px!important;
  margin:0 auto;
  display:block!important
}
.logo_auto ul li {
  text-align:center
}
.sector-section-1 h5 {
  color:#bd408e
}

.call_1, .mail_1 {
  margin: 0 !important;
  padding: 0;
  color: #f2f047;
  font-size: 11px;
  line-height: 15px !important;
}
.call_1 i, .mail_1 i {
  padding: 0;
  margin-right: 5px;
  /*! color: #fbe979; */
}
.expertbox .title1 {
  margin: 0;
}













.nivesh2 {
  background:#8f41ba;
  display:block;
  color:#fff;
  padding:10px 14px 10px 71px;
  overflow:hidden;
  font-size:14px;
  font-weight:700;
  text-align:center;
  line-height:1.3;
  transition:all .3s;
  border-radius:0 0 5px 5px;
  box-shadow:0 4px 20px 0 rgba(95,94,95,.37);
  position: relative;
  border-radius: 5px;
  float: right;
  margin-top: -7px;
}

.nivesh2:focus,
.nivesh2:hover {
  box-shadow:0 14px 20px 0 rgba(95,94,95,.22);
  background:#fcf0ff;
  color: #8f41ba;
}
.nivesh2 span {
  font-weight:400;
  font-size:12px;
  display:block;
  line-height:1.1
}
.nivesh2:after {
  content:"";
  position:absolute;
  width:55px;
  height:48px;
  left:10px;
  top:-2px;
  background:url(../images/startinup.png)no-repeat 0;
  background-size:80%
}
.nivesh2:before {
  content:"";
  width:65px;
  height:100px;
  background:#fff;
  z-index:0;
  position:absolute;
  left:-10px;
  top:-10px;
  -webkit-transform:rotate(11deg);
  transform:rotate(11deg);
  transform-origin:right
}
.nivesh2 small{display: block;color: inherit;}