.carousel-inner img {
    width: 100%;
    height: 100%;
}
/* FAQ SECTION styles */
.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

a.navbar-brand img {
    width: 190px;
}


/***** diagonal-move**************/  

@keyframes diagonal-move-animUP {
	0% {
		transform: translate(-340px, 800px) skewX(-23deg);
	}
	100% {
		transform: translate(0, 0) skewX(-23deg);
	}
}
@keyframes diagonal-move-animDown {
	0% {
		transform: translate(340px, -800px) skewX(-23deg);
	}
	100% {
		transform: translate(0, 0) skewX(-23deg);
	}
}



section.md_msg_section {
  padding: 4em 0em;
  background: #f2f2f2;
}

button.btn.btn-primary{
    background: #0072bc!important;
}
._mainSlider .carousel-caption {
    position: initial;
    bottom: initial;
    left: initial;
    right:initial;
    z-index: 10;
    color: #141517;
    text-align: left;
    padding: 0px 50px;
}
div._animtdSearchBlock {
    display: flex;
  }
  
  form.search {
    display: inline-flex;
    max-width: 0;
    overflow: hidden;
    transition: 0.5s ease all;
  }
  form.search.open {
    max-width: 22em;
  }
  
  input.search {
    margin: 0 0.4em;
    border: none;
    background: none;
    border-bottom: 1px solid #ccf;
    color: inherit;
    font-family: inherit;
    font-size: 16px;
    min-width: 7em;
    width: 70vw;
    max-width: 20em;
  }
  input.search:focus {
    outline: none;
  }
  
  div._animtdSearchBlock .btn {
    display: inline-block;
    background: none;
    color: #0072bc;
    border: 1px solid #0072bc;
    border-radius: 0.25em;
    font-size: 16px;
    min-width: 3em;
}
  div._animtdSearchBlock .btn:focus {
    outline: none;
    color: navy;
    background: #ccf;
  }
  
  span.search-icon {
    display: inline-block;
    position: relative;
    width: 2em;
    height: 2em;
    cursor: pointer;
    background: url('../../assets/img/search.svg') no-repeat;
    background-size: 30px;
    transform: rotateY(-180deg);
    vertical-align: middle;
  }

  ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .nav__item{
    position: absolute;
    right: 5em;
    top: 20px;
}

.accordion .accordion-item {
  border-top: 1px solid #5f5f5f; 
}
  
/* .accordion .accordion-item button[aria-expanded=true] {
  border-top: 1px solid #5f5f5f; 
}*/
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: .5em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}
.accordion button .accordion-title {
  padding: 0.5em 1.5em 0.5em 0.7em;
  font-weight: 600;
  color: #333;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 14px;
  right: 10px; 
}
.accordion .accordion-item sup {
  color: black;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  background: url('../../assets/img/vector.png') no-repeat;
  background-size: 100%;
  width: 12px;
  height: 20px;
  transition: all .05s;
  /* top: 5px;
  left: 9px; */   
}
.accordion button[aria-expanded=true] {
  color: #000;
}
.accordion button[aria-expanded=true] .icon::after {
  transform: rotate(180deg);
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 11em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  padding-left: 1.8em;
}
.accordion .accordion-content p {
  font-size: 14px;
  font-weight: 500;
  margin: 1em 0;
  margin-top: 0.25em;
  color: #333;
}
.accordion>.accordion-item:last-child {
  border-bottom: 1px solid #5f5f5f; 
}

  /* span.search-icon:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 60%;
    height: 60%;
    border-radius: 50%;
    top: 47%;
    right: 6px;
    border: 0.2em solid rgb(90 90 90);
}
span.search-icon:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 0.2em;
    width: 35%;
    background: rgb(90 90 90);
    top: initial;
    bottom: 5%;
    transform-origin: 100% 50%;
    transform: rotateZ(-45deg);
} */
  
  div._animtdSearchBlock { 
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  

  @keyframes showTopText {
    0% { transform: translate3d(0, 100%, 0); } 
    100% { transform: translate3d(0, 0, 0); }
  }
  @keyframes showBottomText {
    0% { transform: translate3d(0, -100%, 0); }
    100% { transform: translate3d(0, 0, 0); }
  } 
  .animated-title > div {
    height: 50%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: -1;
  }
  .animated-title > div div { 
    /* padding: 2vmin 0; */
    position: absolute;
  }
  .animated-title > div div h6 {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
  }
  .animated-title > div.text-top {
    /* border-bottom: 4px solid rgb(252, 252, 252);  */
    top: -18%;
  }
  .animated-title > div.text-top div {
    animation: showTopText .3s;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    bottom: 0;
    transform: translate(0, 100%);
  }
   
  .animated-title > div.text-bottom {
    bottom: 18%;
  }
  .animated-title > div.text-bottom h3 {
    animation: showBottomText 0.5s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    top: 0;
    transform: translate(0, -100%);
  }

  .post { 
    position: relative;
    transition: all 0.5s;
}
.post::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 114, 188, 0) 35.3%, #0072BC 111.74%);
  width: 100%;
  height: 100%;
}
  ._card_desc {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    margin: 1em;
    padding: 10px;
    background: transparent;    
    transform: translateY(8%);
    /* transition: all 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66) 0s; */
    transition: all 0.5s;
    border-radius: 3px;
}
span._icon{
  width: 80px;
  height: 80px;
  display: block;
  box-shadow: 0px 18px 24px rgb(0 0 0 / 15%);
  border-radius: 50%;
  margin-bottom: 10px;
}
span._Infrastructure {
  background: url('../../assets/img/our_highlights_icon_01.svg') no-repeat;
  background-size: 80px;
}
span._researchDev {
  background: url('../../assets/img/our_highlights_icon_02.svg') no-repeat;
  background-size: 80px;
}
span._achievements {
  background: url('../../assets/img/our_highlights_icon_03.svg') no-repeat;
  background-size: 80px;
}
span._innovation{
  background: url('../../assets/img/our_highlights_icon_04.svg') no-repeat;
  background-size: 80px;
}

._card_desc h3 {
  color: white;
  font-size: 24px;
  font-weight: 600;
}

.post:hover ._card_desc{
  background: #fff;  
  transform: translateY(0); 
}
.post:hover span._icon{
  box-shadow: none;
  border: 1px solid rgb(221 221 221 / 41%);
}
.post:hover ._card_desc h3, .post ._card_desc p{
  color: #000;
}
.post ._card_desc p{
  font-size: 14px;
}
.post ._card_desc a{
  font-weight: 600;
  font-size: 14px;
}

.post .hover_toggle{
  overflow: hidden; 
  /* display: block;  */ 
  height: 0;
}
.post:hover .hover_toggle{
  height: 100%;
}

.leadForm .form-group{
    position: relative;
    margin-bottom: 1.5em;
}
.leadForm label.text-red.text-capitalize.text-normal {
    font-size: 12px;
    position: absolute;
    bottom: -18px;
    left: 12px;
    background: white;
    color: #bd060e;
}

@media only screen and (max-width: 479px) {

}

.news_blogs .card:hover{
  box-shadow: 0px 24px 48px rgb(0 0 0 / 8%); 
}

.covi-favi-block{
    position: fixed;
    /* display: block; */
    background: #fff;
    /* color: #FFF; */
    bottom: 10px;
    z-index: 100;
    left: 10px;
    right: initial;
    border: 8px solid #56326dbf;
    width: 350px;
    text-align: center;
    padding: 0;
}
.close-icon {
    position: absolute;
    right: -25px;
    top: -25px;
    background-color: #806592;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    border: none;
    opacity: 1;
    color: #fff;
    z-index: 999;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
}

/*****Gallery********/

.tz-gallery {
    padding: 10px 10px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    min-height: 270px;
    max-height: 270px;
    object-fit: cover;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #611050;
    font-size: 26px;
    /* font-family: 'fontawesome'; */
    /* content:"\f08e"; */
    /* content:"\f06e"; */
    content:'';
    pointer-events: none;
    z-index: 9;
    transition: 0.4s;
    background: #fff;
    min-width: 50px;
    text-align: center;
	background: url(../img/open.png) no-repeat center;
	background-size: 30px;
}
.tz-gallery a.lightbox {
    display: block;
    overflow: hidden;
    width: 100%;
    max-height: 270px;
    position: relative;
}

.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    content: '';
    transition: 0.4s;
	background: url(../img/open.png) rgb(151 199 247/ 75%) no-repeat center;
	background-size: 45px;
}
.tz-gallery1 .lightbox:after {
	background: url(../img/coats-objects.svg) rgb(230 54 45 / 75%) no-repeat center;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}
/* Video Gallery ********/
.video-block {
	text-align: left;
    background-color: #eee;
    padding: 5px;
    min-height: 290px;
}
.thumbnail-block {
	/*padding: 5px;
    border: 1px solid #ebebeb;*/
	position: relative;
}
.overlap {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #3333335e;
    display: none;
	cursor: pointer;
	text-align: center;
}
.thumbnail-block:hover .overlap {
	display: block;
}
.thumbnail-block img {
	width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}
.overlap img {
	width: 55px;
    margin-top: 20%;
    height: auto;
}
.modal-video-body video {
	width: 100%;
}
.modal-video-body iframe {
	width: 100%;
}
.video-block span {
    font-size: 15px;
    color: #333;
    font-weight: 600;
    padding: 5px;
    text-align: left;
    display: block;
}
small.b_dte {
    color: #ac001a;
    font-size: 14px;
    display: block;
    margin-top: 5px;
    text-align: right;
    font-weight: 500;
}
.video_gallery_section {
	position: relative;
	padding: 100px 0;
	background-color: #ffffff;
}
.video_gallery_section1 {
	margin-top: 15.2em;
    padding: 50px 0;
}




/*CSR Carousel Gallery*/
.carousel-gallery {
  margin: 30px 0;
  padding: 0 30px;
}
.carousel-gallery .swiper-slide a {
  display: block;
  width: 100%;
  height: 200px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
}
.carousel-gallery .swiper-slide a:hover .image .overlay {
  opacity: 1;
}
.carousel-gallery .swiper-slide a .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.carousel-gallery .swiper-slide a .image .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(20, 20, 20, 0.8);
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.carousel-gallery .swiper-slide a .image .overlay em {
  color: #fff;
  font-size: 26px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}
.carousel-gallery .swiper-pagination {
  position: relative;
  bottom: auto;
  text-align: center;
  margin-top: 25px;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 0.7;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d63031;
  transform: scale(1.1, 1.1);
}

/*# Carousel Gallery*/

 

/*** Achievements page *****/
   
.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}
.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}
.timeline > li:after,
.timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 40px 20px 20px 10px;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #fff;
}
.timeline > li .timeline-image._covifor{
  background:url('../../assets/img/prod-website-logos/covifor.svg')no-repeat;
  background-size: 120px;
  background-position: center;
  background-color: #fff;
}
.timeline > li .timeline-image._fluvir{
  background:url('../../assets/img/prod-website-logos/fluvir.svg')no-repeat;
  background-size: 120px;
  background-position: center;
  background-color: #fff;
}
.timeline > li .timeline-image._taffic{
  background:url('../../assets/img/brand-logo/taffic.svg')no-repeat;
  background-size: 120px;
  background-position: center;
  background-color: #fff;
}

.timeline > li .timeline-image._taferoEM{
  background:url('../../assets/img/brand-logo/tafero-em.svg')no-repeat;
  background-size: 120px;
  background-position: center;
  background-color: #fff;
}
.timeline > li .timeline-image._maball{
  background:url('../../assets/img/prod-website-logos/maball.svg')no-repeat;
  background-size: 120px;
  background-position: center;
  background-color: #fff;
}
.timeline > li .timeline-image._itbor{
  background:url('../../assets/img/prod-website-logos/itbor.svg')no-repeat;
  background-size: 120px;
  background-position: center;
  background-color: #fff;
}


.timeline > li .timeline-image h4,
.timeline > li .timeline-image .h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 40px 20px 20px 10px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4,
.timeline .timeline-heading .h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading,
.timeline .timeline-heading .subheading.h4 {
  text-transform: none;
}
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
  font-weight: 600;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 50px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 20px 20px 20px 10px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4,
  .timeline > li .timeline-image .h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 40px 20px 20px 10px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 40px 20px 20px 10px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4,
  .timeline > li .timeline-image .h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 40px 20px 20px 10px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 60px 0px 20px 10px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4,
  .timeline > li .timeline-image .h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 60px 20px 20px 0px;
  }
}
 

/************* GSTN PAGE CSS **************/
  
.gst_code .copy {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  opacity: 0.6;
  transition: all 0.1s ease;
}
.gst_code .copy:hover {
  transform: translateY(-2px);
  opacity: 1;
}

.gst_code .tooltip {
  position: absolute;
  top: 30px;
  left: -30px;
  background: #373737;
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  letter-spacing: 1px;
  opacity: 0;
}
.gst_code .tooltip.appear {
  animation: appear 1s ease;
}

@keyframes appear {
0% {
  opacity: 0;
}
20% {
  transform: translateY(10px);
  opacity: 1;
}
80% {
  transform: translateY(0px);
  opacity: 1;
}
100% {
  opacity: 0;
}
}

.gst_code{
  display:flex;
  justify-content: flex-start;
  align-items: baseline;
}
.gst_code p {
  margin-bottom: 0.5em;
  padding-right: 1em;
}



/* Success Page Styles ********/
.success-page-section {
    padding: 75px 0;
	margin-top: 0;
}
.success-text {
    text-align: center;
}
.success-text h2 {
    font-size: 30px;
    color: #dc884e;
    font-weight: 900;
}
.success-text p {
    font-size: 18px;
    padding: 8px 0;
    color: #222d35;
    font-weight: 500;
}
.success-text h6 {
    background-color: #ec3726;
    width: 175px;
    margin: 0 auto;
    padding: 15px 0;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
}
.success-text h6 a {
    color: #ffffff;
    display: block;
}
.success-text h6 a:hover {
    text-decoration: none;
}

.disclmerTxt {
    color: white;
    font-size: 14px !important;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 1em !important;
    text-align: center !important;
}
.disclmerTxt b{
	font-weight: bold;
}
.cookie-banner {
	display: none;
	height: auto;
	position: fixed;
	z-index: 999;
	padding: 4px 3%;
	background-color: #eee;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}
.cookie-banner.bottom {
	display: block;
	border-top: 2px solid #26130c;
	bottom: -90%;
	transition: bottom 0.5s;
}
.cookie-banner.bottom.show {
	bottom: 0;
	transition: bottom 1s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}
.cookie-banner p {
	/* float: left; */
	width: 88%;
	display: inline-block;
	font-size: 12px;
}

.cookie-banner a.button {
	/* float: left; */
	margin: 15px;
	width: 100px;
	height: 40px;
	z-index: 100;
	background: #9d0917;
	text-transform: uppercase;
	line-height: 1.4;
	padding-top: 8px;
	display: inline-block;
	color: #FFF!important;
	text-align: center;
	text-decoration: none!important;
	cursor: pointer;
}

.image_gallery_section {
	padding: 75px 0;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99; 
  border: none;
  outline: none;  
  cursor: pointer; 
  background-color: initial;
}
button#myBtn img {
  width: 50px;
}
 
 



.owl-theme .owl-controls{ margin-top: 0; }
.owl-theme .owl-controls .owl-buttons div{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background: #f1971f;
    color: #fff;
    border-radius: 0;
    margin-right: 5px;
    opacity: 1;
}
.owl-prev:before,
.owl-next:before{
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 900;
}
.owl-next:before{ content: "\f061"; }

@media only screen and (max-width: 990px){
    
}

