@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans/OpenSans-Regular.ttf') format('truetype'),
        url('../fonts/OpenSans/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans/NotoSans.eot');
    src: url('../fonts/NotoSans/NotoSans.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NotoSans/NotoSans.woff2') format('woff2'),
        url('../fonts/NotoSans/NotoSans.woff') format('woff'),
        url('../fonts/NotoSans/NotoSans.ttf') format('truetype'),
        url('../fonts/NotoSans/NotoSans.svg#NotoSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Changes to make footer stick to the bottom */
html, body {
	height: 100%;
}

body{
	display:flex;
	flex-direction: column;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

.overflow-auto {
	overflow: auto;
}

.content {
	flex: 1 0 auto;
}

footer {
	flex-shrink: 0;
}
/* Changes to make footer stick to the bottom--- END */


.section-header {
	display: inline-block;
	font-variant: small-caps;
}

.card {
    background: #fff;
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
    border-radius:10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.card:hover {
    box-shadow:0 30px 70px rgba(0,0,0,0.3);
    transform: scale(1.02);
    webkit-transform: scale(1.02);
}

.card-header{
	text-align: center;
}

.card-title{
	text-align: center;
}

.card-text{
	text-align: justify;
}

.bg-trans{
	background-color: transparent;
}

/*Awards Card */
.award-card{
	cursor:pointer;
}
/*Awards Card END*/


/*Indian Icon */
.indian-icon{
	transition: all 0.5s ease 0s;
}
.indian-icon:hover{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.product_link{
	text-decoration: none !important;
	transition: all 0.5s;
}

/* Scroll Top */
.scroll {
	display:none;
	margin:0 auto;
	position:fixed;
	bottom:10px;
	right:10px;
	background:#666060;
	border-radius: 20%;
	padding:8px;
	text-align: center;
	cursor:pointer;
 	width: 40px;
 	height: 40px;
 	opacity: 0.7;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	z-index:1;
}
.scroll:hover {
	background:#3c3c3c;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover .fa {
	padding-top:-10px;
}
.scroll .fa {
	color: #ffffff;
	font-size:30px;
	margin-top:-5px;
	margin-left:1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}
.icon {
	color: #ffffff;
}

/* Scroll Top END */

/*TOT LOGO */

.tot-logo {
	height: auto;
	width: auto;
	max-height:100px;
	transition: all 0.5s ease 0s;
}

.tot-logo:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

/*TOT Logo END*/

/* Accordians Sitemap and TOT */

.container > .accordion > .card > .card-header a::after {
  content: "";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  
  -webkit-transition: -webkit-transform .25s linear;
  -moz-transition: transform .25s linear;
  -o-transition: transform .25s linear;
  -ms-transition: transform .25s linear;
  transition: transform .25s linear;
}

.container > .accordion > .card > .card-header a[aria-expanded="true"]::after {
  
  position: absolute;
  right: 20px;
  content: '\f068';
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.container > .accordion > .card > .card-header a[aria-expanded="false"]::after {
  
  position: absolute;
  right: 20px;
  content: '\f067';
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.container > .accordion > .card > .card-header a {
  text-decoration: none !important;
}

.container .accordion .card .card-body ul li a {
	text-decoration: none !important;
}

.container .card .card-body ul li a {
	text-decoration: none !important;
}

.accordian-btn{
    white-space:normal !important;
    text-align: left;
}

.all-caps{
	font-variant: small-caps;
}

/* Accordians Sitemap and TOT END */

.blink {
    animation: blink 1s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
  }
  @keyframes blink {
    to {
      visibility: hidden;
    }
  }
  @-webkit-keyframes blink {
    to {
      visibility: hidden;
    }
  }
  
.consortium-logo-5g {
	height: 150px;
	width: auto;
	transition: all 0.5s ease 0s;
}


.consortium-logo-quantum {
        height: 100px;
        width: auto;
        transition: all 0.5s ease 0s;
}

.cursor-pointer{
	cursor: pointer;
}
