@import url('https://fonts.googleapis.com/css?family=Acme&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Patua+One&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Bree+Serif&amp;display=swap');
body{font-family: 'Roboto', sans-serif; font-size:15px;}
/*navbar*/
.table>thead>tr>th{font-size:18px;}
.visitor-counter{color:#fff; font-size:18px;}
.visitor-counter img{height:22px;}
.responsiverow {
    margin-right: -15px;
    margin-left: -15px;
}
.navbar-default {
    background-color: #330000;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 400'%3E%3Cdefs%3E%3CradialGradient id='a' cx='396' cy='281' r='514' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23D18'/%3E%3Cstop offset='1' stop-color='%23330000'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='400' y1='148' x2='400' y2='333'%3E%3Cstop offset='0' stop-color='%23FA3' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23FA3' stop-opacity='0.5'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='400'/%3E%3Cg fill-opacity='0.4'%3E%3Ccircle fill='url(%23b)' cx='267.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='532.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='400' cy='30' r='300'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
    border-color: #e7e7e7;
    min-height: 104px;
	border-radius:0px;
	box-shadow: 1px 1px 5px 1px #3a3a3a;
}
.navbar-brand>img { float: left; padding-right:15px;}
.navbar-default .navbar-brand{color:#fff; font-size:26px; padding:12px 2px;}
.navbar-default .navbar-brand span{color: #fbff00;
    display: inline-block;
    font-size: 30px;
	line-height:34px;
    padding-top: 1px;
    font-family: 'Roboto', sans-serif; }
.navbar-default .navbar-brand span+span{color: #fff;
    display: block;
    font-size: 22px;
    line-height: 27px;
    font-weight: 500;
    padding-top: 5px;
    font-family: 'Roboto', sans-serif;}
ul.nav.navbar-nav.navbar-right{padding:25px 0px;}
.navbar-default .navbar-nav>li>a {color: #ffdb4e; font-size:20px;}
.navbar-default .navbar-nav>li>a:before {
	position: absolute;
	top: 5px;
	left: 15px;
	overflow: hidden;
	padding: 10px 0;
	max-width: 0;
	border-bottom: 2px solid #fff;
	color: #fff;
	content: attr(data-hover);
	-webkit-transition: max-width 0.5s;
	-moz-transition: max-width 0.5s;
	transition: max-width 0.5s;
}
.navbar-default .navbar-nav>li>a:hover:before,
.navbar-default .navbar-nav>li>a:focus:before {
	max-width: 100%;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{color: #ffdb4e;}
/**/
.mr-2, .mx-2 {
    margin-right: .5rem!important;
}
.table>tbody>tr.info>th{
    background-color: #d4fff7!important;
	color:#000;
	text-align:center;
	font-size:16px;
}
.bg-primary {
    background-color: #d4fff7!important;
    color: #000;
}
.masthead {
    background-color: #7a0739!important;
	background:url(../img/banner-bg.jpg) center no-repeat;
	background-size: cover;
    padding: 0px 20px;
    margin-top: 100px
}
.mastheadinner{padding: 30px 20px;}
.masthead h2 {font-family: 'Roboto', sans-serif; font-size:44px; text-shadow: 1px 2px 3px #000; color:#fff;}
.masthead h3 { font-family: 'Oswald', sans-serif; font-size:24px; text-shadow: 1px 2px 3px #000; color: #fff25c;}
.univ-name{font-family: 'Roboto', sans-serif; font-size:30px; margin-bottom:10px; text-shadow: 1px 2px 3px #000; color:#fbff1b;}
.highlighting-txt {
	color: #fff;
	-webkit-animation-name: highlighting-txt; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: .8s; /* Safari 4.0 - 8.0 */
	animation-name: highlighting-txt;
	animation-duration: .8s;
	animation-iteration-count: infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes highlighting-txt {
 from {
color: #fff;
}
to {
	color: #fd922e;
}
}

/* Standard syntax */
@keyframes highlighting-txt {
 from {
color: #fff;
}
to {
	color: #fd922e;
}
}
.info-icon li{width:24%; margin-bottom:10px;}
.info-icon li a{border: 1px dashed #fff; padding: 5px 3px; display:block; color:#fff; font-size:22px;     background-color: rgba(139, 9, 71, 0.42);}
.info-icon li a:hover{    background-color: rgba(211, 249, 0, 0.42);}
.info-icon li a img{ display: block; margin:0px auto;}
.page-header{    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    margin-top: 5px;
    margin-bottom: 16px;
    border-bottom: 1px dashed #ccc;
    font-weight: 700;
    color: #1b9c86;}
.panel-default>.panel-heading {
	padding: 10px 15px;
    color: #fff;
	font-size:18px;
    background-color: #00b595;}
.btn:not(.btn-link):not(.btn-circle) { box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3), 0 2px 10px rgba(0, 0, 0, 0.3);}
.btn-file {
    white-space: unset !important;
    text-align: left !important;
    font-size: 12px;
    display: block;
    width: 190px;
    padding: 5px;
}
.ftr-heading{font-size: 26px;
    font-weight: 500;
    color: #ffe108;
    padding-bottom: 10px;
    margin-bottom: 20px;
    line-height: 22px;
    border-bottom: 2px solid #ffe108;}
.fb-clr{background-color:#3a559f;     font-size: 16px;
    border-radius: 50%;
    padding: 10px;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    color: #fff;}
.fb-clr:hover, .fb-clr:focus{background-color:#fff; color:#3a559f;}
.gogle-clr{background-color:#da5648;     font-size: 16px;
    border-radius: 50%;
    padding: 10px;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    color: #fff;}
.gogle-clr:hover, .gogle-clr:focus{background-color:#fff; color:#da5648;}
.twtr-clr{background-color:#4ea6ea;     font-size: 16px;
    border-radius: 50%;
    padding: 10px;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    color: #fff;}

.twtr-clr:hover, .twtr-clr:focus{background-color:#fff; color:#4ea6ea;}
.lkdin-clr{background-color:#0074b2;     font-size: 16px;
    border-radius: 50%;
    padding: 10px;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    color: #fff;}
.lkdin-clr:hover, .lkdin-clr:focus{background-color:#fff; color:#0074b2;}
.dribbble-clr{background-color:#ad2058;     font-size: 16px;
    border-radius: 50%;
    padding: 10px;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    color: #fff;}
.dribbble-clr:hover, .dribbble-clr:focus{background-color:#fff; color:#ad2058;}
.pdf-details{display:block;}
.pdf-details strong{ color: #00902d;}
.pdf-specification{display:block; color: #000000;}
.pdf-specification strong{ color: #000000;}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(138, 8, 70, 0.91);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(138, 8, 70, 0.8);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.input-group{margin-bottom:15px;}
.input-group .form-control{padding:2px 5px; font-size:16px;}
.transdetail{font-size: 16px; color: #00bb17; text-align:center;}
.red{color:#F00;}
.green{color:#0C0;}
/*footer*/
.footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #2c3e50;
    background: url(../img/ftr-bg.jpg) center no-repeat;
    background-size: cover;
    color: #fff;
}
.tech-no{color:#fff; font-size:20px;}
.techhelpmail a{color:#48fdfd; font-size:20px}
.techhelptiming{color: #fff; font-size: 15px;}
.copyright {
	background-color:#1a252f;
	background-color: #000000;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 100 100'%3E%3Crect x='0' y='0' width='11' height='11' fill='%2300ffce'/%3E%3C/svg%3E"); padding: 25px 5px;
}
.copyright p{color:#fff; font-size:16px; text-align:center;}
/**/
.leader {
    background: url(../images/bg-abtus.html);
    background-attachment: fixed;
    padding: 30px 0px 0px;
    background-size: cover;
}
.leader .thumbnail {
    background-color: #330000;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 400'%3E%3Cdefs%3E%3CradialGradient id='a' cx='396' cy='281' r='514' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23D18'/%3E%3Cstop offset='1' stop-color='%23330000'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='400' y1='148' x2='400' y2='333'%3E%3Cstop offset='0' stop-color='%23FA3' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23FA3' stop-opacity='0.5'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='400'/%3E%3Cg fill-opacity='0.4'%3E%3Ccircle fill='url(%23b)' cx='267.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='532.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='400' cy='30' r='300'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
    border: 1px solid #ded18b;
    box-shadow: 1px 2px 8px 4px #cecece;
}
.leader .thumbnail img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    border: 2px solid #d4d4d4;
}
.leader .thumbnail .caption {
    padding: 5px;
    font-family: 'Roboto Condensed', sans-serif;
}
.leader .thumbnail .caption h3 {
    font-size: 21px;
    text-align: center;
    margin: 0;
    color: #fff;
}
.leader .thumbnail .caption p {
    color: #fff786;
    font-size: 16px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 3px 0px 0px;
}
.leader h2 {
    text-align: center;
    font-size: 26px;
    color: #9e1c49;
    margin: 0px;
	font-weight:700;
    font-family: 'Roboto', sans-serif;
}
.leader h2:after {
    content: "";
    display: block;
    background: url(../img/line-icon1.png) no-repeat;
    height: 30px;
    margin: 5px 16% 10px;
}
/**/
.tutorialsec{padding:50px 0px;}
.tutorialsecinner {
    padding: 0px 0px 30px;
}
.tutorialsec h2 {
    text-align: center;
    font-size: 26px;
    color: #9e1c49;
    margin: 0px;
	font-weight:700;
    font-family: 'Roboto', sans-serif;
}
.tutorialsec h2:after {
    content: "";
    display: block;
    background: url(../img/line-icon1.png) no-repeat;
    height: 30px;
    margin: 1% 0% 2% 33%;
}
/**/
.ih-item.square {
    position: relative;
    width: 100%;
    border: 16px solid #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.ih-item.square .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ih-item.square.effect6 {
  overflow: hidden;
}
.ih-item.square.effect6.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.ih-item.square.effect6.colored .info h3 {
  background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect6 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item.square.effect6 .info {
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info h3 {
  text-transform: uppercase;
  color: #fbff00;
    text-align: center;
    font-size: 30px;
    padding: 10px;
    background: #111111;
  margin: 30px 0 0 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info p {
  font-style: italic;
  font-size: 22px;
  position: relative;
  color: #fff;
  padding: 20px 20px 20px;
  text-align: center;
  -webkit-transition: all 0.35s 0.1s linear;
  -moz-transition: all 0.35s 0.1s linear;
  transition: all 0.35s 0.1s linear;
}
.ih-item.square.effect6 a:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.ih-item.square.effect6 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.ih-item.square.effect6.from_top_and_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.from_top_and_bottom .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.from_top_and_bottom a:hover .info h3,
.ih-item.square.effect6.from_top_and_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square.effect6.from_left_and_right .info h3 {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ih-item.square.effect6.from_left_and_right .info p {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.ih-item.square.effect6.from_left_and_right a:hover .info h3,
.ih-item.square.effect6.from_left_and_right a:hover .info p {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.ih-item.square.effect6.top_to_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.top_to_bottom .info p {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.top_to_bottom a:hover .info h3,
.ih-item.square.effect6.top_to_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square.effect6.bottom_to_top .info h3 {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.bottom_to_top .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.bottom_to_top a:hover .info h3,
.ih-item.square.effect6.bottom_to_top a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}