/*
 

/* =============================================
			Theme Reset Style
============================================= */
@import url('https://fonts.googleapis.com/css?family=Poppins');
* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #666;
	/*background: url(../images/logo/doodle.png) no-repeat fixed !important; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
	font:400 13px/21px "Times New Roman", Times, serif !important;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	color: #333;
	margin: 0 0 8px;
	font-weight: 400;
	line-height: 1.5;
	font-style: normal;
	/*text-transform:capitalize;*/
	font-family: "Times New Roman", Times, serif;
}
h1 { font-size: 48px;}
h2 { font-size: 36px;}
h3 { font-size: 24px;}
h4 { font-size: 18px;}
h5 { font-size: 16px;}
h6 { font-size: 14px;}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {color: #000;}
p a {color: #3575d3;}
p a:hover {text-decoration:underline;}
p {
	letter-spacing: normal;
	/*line-height: 20px;*/
	/*margin: 0 0 20px;*/
}
a {text-decoration: none;}
a:hover, a:focus, a:active {
	outline: none;
	text-decoration: none;
}
ul { margin: 0; }
figure {
	margin-bottom: 6px;
	position: relative;
}
img {
	height: auto;
	max-width: 100%;
}

strong { color: #414141; }
iframe {
	border: none;
	float: left;
	width: 100%;
}
.wp-caption,
.wp-caption-text,
.gallery-caption,
.bypostauthor {}
.wp-caption.alignleft,
.wp-caption.alignnone { width: 100%; }
button { border: none; }
textarea,
select,
.tg-select select,
.form-control,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	color: #666;
	outline: none;
	height: 40px;
	background:#fff;
	font-size: 13px;
	border-radius: 10px;
	box-shadow: none;
	line-height: 20px;
	padding: 10px 15px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #ddd;
	text-transform: capitalize;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form-group{ margin:0 0 20px;}
.form-control::-moz-placeholder{
	text-transform: capitalize;
	color: #666;
}
.form-control:focus::-moz-placeholder,
input:focus,
.select select:focus,
.form-control:focus{
	color: #666;
	border: #ddd;
	box-shadow: none !important;
}
/*======================
		 Select 		
======================*/
.tg-select{
	width: 100%;
	float:left;
	color:#666;
	position: relative;
	text-transform:capitalize;
}
.tg-select:after{
	content: '\f107';
	top: 50%;
	right: 10px;
	z-index: 2;
	width: 9px;
	color: #666;
	display: block;
	font-size: 13px;
	margin-top: -3px;
	line-height: 6px;
	position: absolute;
	text-align: center;
	font-family: 'FontAwesome';
}
.tg-select select {
	width: 100%;
	z-index: 1;
	color: #666;
	height: 40px;
	padding: 9px 15px;
	line-height: 20px;
	position: relative;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-transform: capitalize;
}
.tg-select select option{color:#666;}
/*======================
		CheckBox		
======================*/
.tg-radio,
.tg-radio label,
.tg-checkbox,
.tg-checkbox label{
	width: 100%;
	float: left;
	margin:0;
	position: relative;
}
.tg-radio label,
.tg-checkbox label{
	cursor:pointer;
	display:block;
	padding:0 0 0 20px;
}
.tg-radio input[type=radio],
.tg-checkbox input[type=checkbox] { display:none; }
.tg-radio input[type=radio] + label:before,
.tg-checkbox input[type=checkbox] + label:before {
	top: 4px;
	left: 0;
	color: #373542;
	font-size: 14px;
	line-height: 14px;
	content: "\f096";
	position: absolute;
	font-family: 'FontAwesome';
}
.tg-radio input[type=radio] + label:before{ content:'';}
.tg-radio input[type=radio]:checked + label:before,
.tg-checkbox input[type=checkbox]:checked + label:before {content:'\f046';}
label {
	color: #414141;
	display: block;
	font-weight: 400;
	margin-bottom: 10px;
}
form p {
	float: left;
	position: relative;
	width: 100%;
}
form p span i {
	color: #474747;
	left: 16px;
	position: absolute;
	top: 13px;
}
option { padding: 5px 15px; }
li {
	line-height: 28px;
	list-style: disc inside none;
}
ul ul { margin-left: 20px; }
ol {
	float: none;
	list-style: decimal;
	padding-left: 15px;
}
ol ol { margin-left: 20px; }
ol li {
	list-style: decimal;
	width: 100%;
}
table {
	background-color: transparent;
	max-width: 100%;
}
th { text-align: left; }
table {
	margin-bottom: 15px;
	width: 100%;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	border-top: 1px solid #d2d2d2;
	border: 1px solid #d2d2d2;
	line-height: 2.5;
	padding-left: 3px;
	text-align: center;
	vertical-align: top;
}
table thead tr th {
	border-top: 1px solid #d2d2d2;
	text-align: center;
	text-transform: capitalize;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td { border-top: 1px solid #d2d2d2; }
table > thead > tr > th {
	border-bottom: 2px solid #d2d2d2;
	vertical-align: bottom;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td { border-bottom: 0; }
table > tbody + tbody { border-top: 2px solid #d2d2d2; }
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td { padding: 6px 10px; }
p ins { color: #666; }
dl dd { margin-left: 20px; }
address { font-style: italic; }
/*==============================================
			Global Elements						
==============================================*/
.tg-haslayout{
	width:100%;
	/*float:left;*/
}
.tg-sectionspace .tg-haslayout
{
	background: #00264d;
}
.tg-sectionspace{padding: 20px 0;}
.tg-locationmap{
	width: 100%;
	float: left;
	height: 500px;
}
.tg-btn{
	color: #fff;
	padding: 0 20px;
	position:relative;
	text-align:center;
	background: #373542;
	display: inline-block;
	vertical-align: middle;
	text-transform: capitalize;
	font:400 13px/40px "Times New Roman", Times, serif;
}
.tg-btn:hover{color:#fff;}
.tg-btn-sm{
	padding: 0 20px;
	line-height: 30px;
}
.tg-btn-lg{ width: 100%;}






.tg-socialicons{
	overflow: hidden;
	list-style: none;
	text-align:center;
	line-height: 30px;
}
.tg-socialicons li{
	float: left;
	padding: 0 4px;
	line-height: inherit;
	list-style-type: none;
}
.tg-socialicons li a{
	width:30px;
	height:30px;
	color: #fff;
	display:block;
	background:#000;
	overflow:hidden;
	line-height: 30px;
	position:relative;
	text-align: center;
	border-radius: 30px;
	text-transform:capitalize;
}
.tg-checkbox.tg-facebook,
li.tg-facebook a{background:#3b5999;}
.tg-checkbox.tg-twitter,
li.tg-twitter a{background:#55acee;}
.tg-checkbox.tg-linkedin,
li.tg-linkedin a{background:#0077B5;}
.tg-checkbox.tg-skype,
li.tg-skype a{background:#00aff0;}
.tg-checkbox.tg-dropbox,
li.tg-dropbox a{background:#007ee5;}
.tg-checkbox.tg-vimeo,
li.tg-vimeo a{background:#1ab7ea;}
.tg-checkbox.tg-tumblr,
li.tg-tumblr a{background:#34465d;}
.tg-checkbox.tg-yahoo,
li.tg-yahoo a{background:#410093;}
.tg-checkbox.tg-googleplus,
li.tg-googleplus a{background:#dd4b39;}
.tg-checkbox.tg-pinterestp,
li.tg-pinterestp a{background:#bd081c;}
.tg-checkbox.tg-youtube,
li.tg-youtube a{background:#cd201f;}
.tg-checkbox.tg-stumbleupon,
li.tg-stumbleupon a{background:#eb4924;}
.tg-checkbox.tg-reddit,
li.tg-reddit a{background:#ff5700;}
.tg-checkbox.tg-quora,
li.tg-quora a{background:#b92b27;}
.tg-checkbox.tg-yelp,
li.tg-yelp a{background:#af0606;}
.tg-checkbox.tg-soundcloud,
li.tg-soundcloud a{background:#ff3300;}
.tg-checkbox.tg-whatsapp,
li.tg-whatsapp a{background:#25d366;}
.tg-checkbox.tg-wechat,
li.tg-wechat a{background:#09b83e;}
.tg-checkbox.tg-instagram,
li.tg-instagram a{background:#e4405f;}
.tg-checkbox.tg-dribbble,
li.tg-dribbble a{background:#ea4c89;}
.tg-checkbox.tg-flickr,
li.tg-flickr a{background:#ff0084;}
.tg-checkbox.tg-rss,
li.tg-rss a{background:#ff6600;}
.tg-socialicons li a i{
	color: #fff;
	width: 30px;
	display:block;
	font-size:13px;
	line-height:30px;
	text-align:center;
}
.tg-socialicons li a:hover{color: #fff;}
.tg-roundicontext .tg-usericonholder{
	width: 150px;
	display: block;
	overflow: hidden;
	font-style: normal;
}
.tg-roundicontext i,
.tg-roundicontext span{
	float:left;
	font-size: 13px;
	line-height: 30px;
}
.tg-roundicontext:focus,
.tg-roundicontext:hover{color: #fff;}
.tg-rss .tg-roundicontext:hover{width: 63px;}
.tg-yelp .tg-roundicontext:hover,
.tg-flickr .tg-roundicontext:hover{width: 70px;}
.tg-skype .tg-roundicontext:hover{width: 78px;}
.tg-vimeo .tg-roundicontext:hover,
.tg-yahoo .tg-roundicontext:hover,
.tg-reddit .tg-roundicontext:hover,
.tg-quora .tg-roundicontext:hover{width: 80px;}
.tg-googleplus .tg-roundicontext:hover{width: 85px;}
.tg-tumblr .tg-roundicontext:hover{width: 86px;}
.tg-linkedin .tg-roundicontext:hover{width: 87px;}
.tg-wechat .tg-roundicontext:hover{width: 90px;}
.tg-twitter .tg-roundicontext:hover,
.tg-dropbox .tg-roundicontext:hover{width: 94px;}
.tg-youtube .tg-roundicontext:hover,
.tg-dribbble .tg-roundicontext:hover{width: 96px;}
.tg-facebook .tg-roundicontext:hover{width: 100px;}
.tg-instagram .tg-roundicontext:hover{width: 104px;}
.tg-whatsapp .tg-roundicontext:hover{width: 106px;}
.tg-soundcloud .tg-roundicontext:hover{width: 116px;}
.tg-pinterestp .tg-roundicontext:hover,
.tg-stumbleupon .tg-roundicontext:hover{width: 126px;}
.tg-verticalmiddle{
	margin: 0 -1px;
	float: none !important;
	display: inline-block;
	vertical-align: middle;
}
.tg-description {
	width: 100%;
	float: left;
}
.tg-bglight{ background:#f7f7f7;}
.tg-bgdark{ background:#373542;}
.tg-stars span,
.tg-stars{
	width:100px;
	height: 16px;
	float: left;
	line-height:16px;
	position:relative;
}
.tg-stars span:after,
.tg-stars:before {
	top: 0;
	left: 0;
	font-size: 16px;
	line-height: 16px;
	position: absolute;
	letter-spacing: 4px;
	font-family: 'FontAwesome';
	color: rgba(218, 218, 218, .8);
	content: '\f005 \f005 \f005 \f005 \f005';
}
.tg-stars span {
	width:tg-eventpost%;
	overflow: hidden;
}
.tg-stars span:after {color:#000;}
.row.no-gutters{
	margin-right: 0;
	margin-left: 0;
}
.no-gutters > [class^="col-"],
.no-gutters > [class*="col-"],
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*="col-"]{
	padding-right: 0;
	padding-left: 0;
}
/*==============================================
			Theme Pagination					
==============================================*/
.tg-pagination{
	width:100%;
	float: left;
	padding: 40px 0 0;
	font:13px/30px 'Work Sans', Arial, Helvetica, sans-serif;
}
.tg-pagination ul{
	margin:0;
	padding:0;
	width: 100%;
	float:left;
	list-style:none;
	line-height: 30px;
	text-align: center;
}
.tg-pagination ul li{
	margin:3px;
	width:30px;
	height: 30px;
	line-height: 30px;
	background: #f8f8f8;
	list-style-type:none;
	display: inline-block;
	vertical-align: top;
}
.tg-pagination ul li a{
	color:#333;
	display:block;
	overflow: hidden;
	text-align:center;
	position:relative;
	line-height: 30px;
}
.tg-pagination ul li.tg-nextpage a,
.tg-pagination ul li.tg-prevpage a{color: #333;}
.tg-pagination ul li.tg-prevpage a{border-radius: 3px 0 0 3px;}
.tg-pagination ul li.tg-nextpage a{border-radius: 0 3px 3px 0;}
.tg-pagination ul li.tg-nextpage a i,
.tg-pagination ul li.tg-prevpage a i{
	display: block;
	line-height: 30px;
}
.tg-pagination ul li.tg-active a,
.tg-pagination ul li a:hover,
.tg-pagination ul li.tg-nextpage a:hover,
.tg-pagination ul li.tg-prevpage a:hover,
.tg-pagination ul li.tg-nextpage a:hover i,
.tg-pagination ul li.tg-prevpage a:hover i{
	color: #fff;
	background: #333;
}
/*==============================================
			Theme BreadCrumb					
==============================================*/
.tg-breadcrumb {
	margin:0;
	padding: 10px;
	color: #666;
	float: left;
	list-style: none;
	text-align: right;
	text-transform: capitalize;
	font:13px/16px 'Poppins', sans-serif;
}
.tg-breadcrumb li{
	width:auto;
	float: left;
	padding:0 15px;
	position:relative;
	list-style-type:none;
	line-height:inherit;
}
.tg-breadcrumb li:after{
	top:0;
	left:-3px;
	content:'\f105';
	position:absolute;
	font-size: inherit;
	line-height: inherit;
	font-family: 'FontAwesome';
}
.tg-breadcrumb li:first-child{ padding-left: 0;}
.tg-breadcrumb li:first-child:after{display: none;}
.tg-breadcrumb li a{display:block;}
.tg-prev,
.tg-next{
	top:0;
	right:0;
	font-size:14px;
	cursor:pointer;
	position:absolute;
}
.tg-prev span,
.tg-next span{
	color:#373542;
	display:block;
	line-height:16px;
	margin:0 14px 0 0;
}
.tg-prev{
	top:-2px;
	right:40px;
	text-align:left;
}
.tg-next{
	text-align:right;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.tg-prev span:after,
.tg-next span:after{
	content:'';
	top:50%;
	left:15px;
	width:20px;
	height:1px;
	z-index:-1;
	opacity:0;
	background:#373542;
	position:absolute;
	visibility:hidden;
}
.tg-prev:hover span:after,
.tg-next:hover span:after{
	opacity:1;
	visibility:visible;
}
.tg-prev:hover span:after,
.tg-next:hover span:after{left:3px;}
/*==============================================
			Theme Style							
==============================================*/
.tg-home{}
.tg-wrapper{
	width: 100%;
	margin: 0 auto;
	background: #fff;
	/*background : url(../images/logo/doodle2.png) no-repeat center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	overflow: hidden;
	-webkit-box-shadow: 0 0 15px 3px rgba(0,0,0,0.20);
	box-shadow: 0 0 15px 3px rgba(0,0,0,0.20);*/
}
.tg-wrapper-main{
	width: 100%;
	margin: 0 auto;
	/*background: #fff;*/
	background: url(../images/logo/newbg3.png) no-repeat center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	overflow: hidden;
	-webkit-box-shadow: 0 0 15px 3px rgba(0,0,0,0.20);
	box-shadow: 0 0 15px 3px rgba(0,0,0,0.20);
}
body.tg-home .tg-main{padding: 10px 0;}
.tg-main{padding: 40px 0 0;}
.tg-twocolumns{
	width: 100%;
	float: left;
}
.tg-haslayoutnew
{

}
.tg-main1
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #00264d;
}
.tg-main2
{
	padding: 0px;
}
.tg-content{
	width: 100%;
	float: left;
}
.tg-sidebar{
	width: 100%;
	float: left;
}
.tg-themetabs{
	width: 100%;
	float: left;
	background: #f7f7f7;
}
.tg-themetabnav{
	width: 200px;
	float: left;
	list-style: none;
	font-size: 13px;
	line-height: 40px;
	background: #fff;
}
.mega-menu-col .tg-themetabnav{
	width: 200px;
	padding: 14px 0;
}
.tg-themetabnav li{
	width: 100%;
	float: left;
	line-height: inherit;
	list-style-type: none;
}
.mega-menu-col .tg-themetabnav li{border: 0;}
.tg-themetabnav li a{
	color: #666;
	display: block;
	position: relative;
	line-height: inherit;
}
.tg-themetabnav li a:after{
	top: 0;
	right: 15px;
	content: '\f105';
	position: absolute;
	font-size: inherit;
	line-height: inherit;
	font-family: 'FontAwesome';
}
.tg-themetabnav li.active a,
.tg-themetabnav li a:hover{
	color: #333;
	background: #f7f7f7;
}
.tg-themetabcontent{overflow: hidden;}
.tg-tabpane{
	width: 100%;
	float: left;
	padding: 30px;
}
.tg-tabpane strong{
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: 15px;
	padding: 0 0 20px;
	font-weight: normal;
}
.tg-tabpane .tg-posts{
	clear: both;
	width: auto;
	float: none;
	margin: 0 -15px;
}
.tg-tabpane .tg-themepost{padding: 0 15px;}
.tg-navigation .tg-featuredimg,
.tg-navigation .tg-themeposttags,
.tg-navigation .tg-matadata{line-height: 16px}
.tg-navigation .tg-themeposttitle h3{line-height: 19px; font-weight: bold;}
.tg-navigation .tg-featuredimg a,
.tg-navigation .tg-themeposttags li a,
.tg-navigation .tg-themeposttitle h3 a,
.tg-navigation .tg-matadata li a,
.tg-navigation .tg-pricebox a{padding: 0;}
.tg-navigation .tg-themeposttitle h3 a{color:#333;}
.tg-posts{
	width: 100%;
	float: left;
}
.tg-themepost{
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}
.tg-featuredimg{
	margin: 0;
	width: 250px;
	float: left;
	background: #333;
}
.tg-featuredimg a{
	z-index: 1;
	padding: 0;
	display: block;
	position: relative;
}
.tg-featuredimg a img{
	width:100%;

	z-index: 1;
	display: block;
	position: relative;
}
.tg-themepostcontent{
	width: 100%;
	float: left;
	padding: 20px 0 0;
}
.tg-themeposttags{
	width: 100%;
	float: left;
	font-size: 13px;
	line-height: 16px;
	list-style: none;
}
.tg-themepostcontent .tg-themeposttags{margin:0 0 10px;}
.tg-themeposttags li{
	float: left;
	padding: 0 2px 0 5px;
	position: relative;
	line-height: inherit;
	list-style-type: none;
}
.tg-themeposttags li:first-child{padding-left: 0;}
.tg-themeposttags li + li:before{
	top: 0;
	left: 0;
	content: ',';
	position: absolute;
}
.tg-themeposttags li a{
	color: #666;
	display: block;
	line-height: inherit;
}
.tg-themeposttitle{
	width: 100%;
	float: left;
	margin: 0 0 13px;
	padding: 2px 0 10px;
	border-bottom: 1px solid #ddd;
}
.tg-themeposttitle h3{
	margin: 0;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
}
.tg-navigation .tg-themeposttitle h3 a,
.tg-themeposttitle h3 a{
	display: block;
	overflow: hidden;
	font-weight: bold;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.tg-matadata{
	float: left;
	font-size: 13px;
	line-height: 16px;
	list-style: none;
}
.tg-matadata li{
	float: left;
	position: relative;
	padding: 0 7px 0 8px;
	line-height: inherit;
	list-style-type: none;
}
.tg-matadata li:first-child{padding-left: 0;}
.tg-matadata li + li:before{
	top: 4px;
	left: 0;
	content: '';
	width: 1px;
	height: 9px;
	position: absolute;
	background: #b2b2b2;
}
.tg-matadata li a{
	color: #666;
	display: block;
	line-height: inherit;
}
.tg-matadata li a i,
.tg-matadata li a span{
	float: left;
	line-height: inherit;
}
.tg-matadata li a i{padding: 0 4px 0 0;}
.tg-pricebox{
	float: right;
	text-transform: capitalize;
	font: 400 16px/16px'Poppins', sans-serif;
}
.tg-pricebox a{color: #333;}
.tg-themepost:hover .tg-featuredimg a img{opacity: 0.50;}
.tg-themepostleftimg,
.tg-themepostleftthumb{padding: 15px 0;}
.tg-themepostleftthumb .tg-featuredimg,
.tg-themepostleftimg .tg-featuredimg{
	width: auto;
	background: #333;
}
.tg-themepostleftthumb .tg-featuredimg{width:70px;}
.tg-themepostleftthumb .tg-featuredimg a img,
.tg-themepostleftthumb .tg-featuredimg img,
.tg-themepostleftimg .tg-featuredimg a img,
.tg-themepostleftimg .tg-featuredimg img{opacity: 0.50;}
.tg-themepostleftthumb .tg-featuredimg a img:hover,
.tg-themepostleftthumb .tg-featuredimg img:hover,
.tg-themepostleftimg .tg-featuredimg img:hover,
.tg-themepostleftimg .tg-featuredimg a img:hover{opacity: 1;}
.tg-themepostleftthumb .tg-themepostcontent,
.tg-themepostleftimg .tg-themepostcontent{
	width: auto;
	float: none;
	overflow: hidden;
	padding: 15px 0 15px 20px;
}
.tg-themepostleftthumb .tg-themepostcontent{padding: 0 0 0 20px;}
.tg-themepostleftthumb .tg-themeposttitle,
.tg-themepostleftimg .tg-themeposttitle{
	border: 0;
	margin: 0;
	padding: 15px 0;
}
.tg-themepostleftthumb .tg-themeposttitle{padding: 0;}
.tg-themepostleftthumb .tg-themeposttitle h3{
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
}
.tg-themepostleftthumb .tg-themeposttitle h3 a{
	display: block;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.tg-themepostleftimg .tg-description{padding: 0 0 20px;}
.tg-themepostleftimg .tg-description p{margin: 0;}
.tg-btnsbox{
	width: 100%;
	float: left;

}
.tg-btnsbox .tg-btn{
	float: left;
	color: #333;
	padding: 0 20px;
	line-height: 30px;
	background: #f7f7f7;
}
.tg-btnsbox .tg-btn + .tg-btn{margin: 0 0 0 10px;}
.tg-btnsbox .tg-btn:hover{color: #fff;}
.tg-btnprev,
.tg-btnnext{
	color: #fff;
	color: #333;
	width: 28px;
	height: 28px;
	margin: 0 3px;
	display: block;
	cursor: pointer;
	background: #fff;
	line-height: 28px;
	text-align: center;
}
.tg-btnprev i,
.tg-btnnext i{
	display: block;
	line-height: inherit;
}
.tg-btnprev:hover,
.tg-btnnext:hover{
	color: #fff;
	background: #333;
}
.tg-btnroundprev,
.tg-btnroundnext{
	float: none;
	margin: 0 5px;
	border-radius: 50%;
	vertical-align: top;
	display: inline-block;
}
.tg-borderheading{
	width: 100%;
	float: left;
	margin: 0 0 20px;
	padding: 0 0 20px;
	/*border-bottom: 1px solid #ddd;*/
}
.tg-borderheading h2{
	margin: 0;
	color: #333;
	font-size: 20px;
	line-height: 20px;
}
.tg-inputwithicon{
	width: 100%;
	float: left;
	margin: 0 0 10px;
	position: relative;
}
.tg-inputwithicon i{
	top: 1px;
	left: 1px;
	z-index: 2;
	width: 38px;
	height: 38px;
	line-height: 38px;
	position: absolute;
	text-align: center;
	background: #f7f7f7;
}
.tg-inputwithicon .form-control,
.tg-inputwithicon .tg-select{
	margin: 0;
	z-index: 1;
	position: relative;
}
.tg-inputwithicon .form-control,
.tg-inputwithicon .tg-select select{padding-left: 45px;}
/*==============================================
			Header Style						
==============================================*/
.tg-header{
	z-index: 100;
	margin: 0 0 0px;
	position: relative;

}
.tg-topbar{
	width: 100%;
	float: left;
	min-height: 40px;
	background: #0d213d;
	padding: 0 0 0 20px;
}
.tg-topbar .tg-leftbox{float: left;}
.tg-topbar .tg-rightbox{float: right;}
.tg-datebox,
.tg-rtltextbox{
	height: 40px;
	color: #ffffff;
	font-size: 12px;
	line-height: 40px;
	margin: 0 14px 0 0;
	position: relative;
	padding: 0 15px 0 0;
}
.tg-datebox:before{
	top: 50%;
	right: 0;
	content: '';
	width: 1px;
	height: 12px;
	margin: -6px 0 0;
	position: absolute;
	background: #a0a0a0;
}
.tg-rtltextbox{
	font-size: 12px;
	line-height: 40px;
}
.tg-rtltextbox em{
	font-style: normal;
	padding: 0 15px 0 0;
	display: inline-block;
	vertical-align: top;
}
.tg-rtltextbox{color: #a0a0a0;}
.tg-rtltextbox a{
	color: #999;
	margin: 0 5px 0 0;
	line-height: 40px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.tg-rtltextbox a:before{
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	content: '';
	background: #fff;
	position: absolute;
}
.tg-rtltextbox a:hover{color: #fff;}
.tg-topbar .tg-rightbox .tg-tollfree{
	float: left;
	color:#ffffff;
	line-height: 40px;
	padding: 0 30px 0 0;
}
.tg-themedropdown{
	position: relative;
	vertical-align: top;
	display: inline-block;
}
.tg-btndropdown{
	color: #999;
	width: 100%;
	float: left;
	display: block;
	font-size: 13px;
	line-height: 40px;
	position: relative;
	padding: 0 40px 0 15px;
	text-transform: capitalize;
	background: rgba(0,0,0,0.40);
}
.tg-btndropdown:focus,
.tg-btndropdown:hover{color: #666;}
.tg-btndropdown:after{
	top: 0;
	right: 15px;
	content: '\f107';
	position: absolute;
	line-height: inherit;
	font-family: 'FontAwesome';
}
.tg-btndropdown span,
.tg-btndropdown span{
	vertical-align: top;
	display: inline-block;
}
.tg-btndropdown span + span{padding: 0 0 0 10px;}
.tg-themedropdownbox{
	top: 150px;
	left: 0;
	opacity: 0;
	z-index: 9;
	background: #fff;
	visibility: hidden;
	position: absolute;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.20);
	-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.20);
}
.tg-themedropdownbox ul{
	width: 100%;
	float: left;
	list-style: none;
}
.tg-themedropdownbox ul li{
	width: 100%;
	float: left;
	cursor: pointer;
	padding: 0 15px;
	list-style-type: none;
}
.tg-themedropdownbox ul li + li{border-top: 1px solid #ddd;}
.tg-themedropdownbox ul li span{
	line-height: inherit;
	vertical-align: top;
	display: inline-block;
}
.tg-themedropdownbox ul li span + span{padding: 0 0 0 10px;}
.tg-themedropdown.open .tg-themedropdownbox{
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.tg-languagesdropdown{float: right;}
.tg-logoandnoticeboard{
	width: 100%;
	float: left;
	padding: 0px 0;
	/*background-color: #fff;*/
}
.tg-logo{
	float: left;
	margin: 10px 0;
}
   
.tg-logo a{display:block; padding: 10px;}
.tg-noticeboard{float: right;}
.tg-noticeboard figure,
.tg-noticeboard .tg-textbox{
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}
.tg-noticeboard .tg-textbox{text-align: right;}
.tg-noticeboard figure{padding: 0 0 0 10px;}
.tg-noticeboard .tg-textbox span{display: block;}
.tg-navigationarea{
	width: 100%;
	float: left;
	position:relative;
	background-color: #00264d;
}
@media (max-width:767px){
.tg-navigationarea {
    width: 100%;
    float: left;
    position: relative;
    background-color: #fff;
}
}

.tg-nav{
	z-index: 2;
	float: left;
	text-transform: capitalize;
	font: 400 13px/47px 'Poppins', sans-serif;
}
.tg-navigation{
	width: 100%;
	float: left;
	padding: 0;
	line-height: inherit;
}
.tg-navigation ul{
	margin: 0;
	list-style: none;
	line-height: inherit;
}
.tg-navigation > ul{
	width: 100%;
	float: left;
}
.tg-navigation ul li{
	line-height: inherit;
	list-style-type: none;
}
li.menu-item-has-children{position: relative;}
li.menu-item-has-mega-menu{position: static;}
li.menu-item-has-children > a:before,
li.menu-item-has-mega-menu > a:before{
	top: 0;
	right: 10px;
	content: '\f107';
	position: absolute;
	font-size: inherit;
	line-height: inherit;
	font-family: 'FontAwesome';
}
.sub-menu li.menu-item-has-children > a:after{
	top: 0;
	right: 10px;
	content: '\f105';
	position: absolute;
	font-size: inherit;
	line-height: inherit;
	font-family: 'FontAwesome';
}
.tg-navigation ul li .sub-menu li.current-menu-item > a{color:#333;}
.tg-navigation ul li .sub-menu li.current-menu-item > a:before{height:100%;}
.tg-navigation > ul > li{float: left;}
.tg-navigation ul li a{
	color: #ffffff;
	display: block;
	padding: 0 25px;
	position: relative;
	line-height: inherit;
}
.tg-navigation > ul > li > a{
	color: #ffffff;
	z-index: 2;
}

.tg-navigation > ul > li:last-child > .sub-menu{
	right:0;
	left:auto;
}
.tg-navigation > ul > li:last-child > .sub-menu .sub-menu{
	right:100%;
	left:auto;
}
#tg-magicbox {
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	position: absolute;
}
a[data-new]:after {
	top: -2px;
	right: 0;
	color: #fff;
	background: #fff;
	font-size: 10px;
	line-height: 12px;
	padding: 0 3px 2px;
	position: absolute;
	border-radius: 2px;
	white-space: nowrap;
	content: attr(data-new);
	text-transform: capitalize;
	border-bottom-left-radius: 0;
}
a[data-new]:before{
	top: 12px;
	right: 23px;
	content: '';
	position: absolute;
	border-top: 4px solid;
	border-right: 4px solid transparent !important;
}
.tg-navigation > ul > li.current-menu-item a[data-new]:before{border-color:#fff;}
.tg-navigation > ul > li.current-menu-item a[data-new]:after{background:#fff;}
.tg-navigation ul li:hover > a,
.tg-navigation ul li > a:hover,
.tg-navigation ul li.current-menu-item > a,
.tg-navigation ul li:hover a[data-new]:before,
.tg-navigation ul li a:hover[data-new]:before{color: #00264d;}
.tg-navigation ul li:hover a[data-new]:after,
.tg-navigation ul li a:hover[data-new]:after{background: #fff;}
.tg-navigation ul li:hover a[data-new]:before,
.tg-navigation ul li a:hover[data-new]:before{border-color: #fff;}
.sub-menu,
.mega-menu{
	top: 150px;
	left: 0;
	z-index: 2;
	opacity: 0;
	width: 230px;
	background: #fff;
	position: absolute;
	visibility: hidden;
	-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.20);
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.20);
}
.sub-menu{border-top: 1px solid #ddd;}
.sub-menu .sub-menu{left: 100%;}
.sub-menu li{
	width: 100%;
	float: left;
}
.sub-menu li + li{border-top: 1px solid #ddd;}
.sub-menu > li > a:before,
.mega-menu-col > ul > li > a:before{
	top: 0;
	left: 0;
	width: 3px;
	height: 0;
	content: '';
	position: absolute;
}
.tg-navigation ul.sub-menu > li:hover > a,
.tg-navigation ul.sub-menu > li > a:hover{color: #333;  padding-right: 25px;}
.sub-menu > li:hover > a:before,
.sub-menu > li > a:hover:before,
.mega-menu-col > ul > li:hover > a:before,
.mega-menu-col > ul > li > a:hover:before{height: 100%;}
.mega-menu-row {
	width: 100%;
	float: left;
	display: table;
	table-layout: fixed;
}
.mega-menu-col {
	display: table-cell;
	vertical-align: top;
}
.mega-menu-col + .mega-menu-col{background: #f7f7f7;}
.tg-navigation .mega-menu-col > a {
	float: left;
	color: #333;
	padding: 0;
	margin: 0 25px;
	font-size: 16px;
}
.tg-navigation .mega-menu-col:hover > a,
.tg-navigation .mega-menu-col a:hover {color: #333;}
.mega-menu-col > ul{
	width: 100%;
	float: left;
}
.mega-menu-col > ul > li + li{border-top: 1px solid #ddd;}
.mega-menu-col > ul > li > a{position: relative;}
.mega-menu-col > ul > li.current-menu-item > a{color:#333;}
.mega-menu-col figure{
	margin: 0;
	float: left;
}
.mega-menu-col .tg-textbox{
	color: #fff;
	overflow: hidden;
	padding: 41px 20px;
}
.tg-textbox strong{
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
}
.tg-textbox .tg-description{padding: 10px 0;}
.tg-textbox .tg-description p{margin: 0;}
.tg-textbox .tg-btn{
	color: #333;
	float: left;
	padding: 0 15px;
	background: #fff;
	line-height: 30px;
}
.mega-menu.tg-fullmegamenu{
	left: 0 !important;
	width: 1140px !important;
}
.tg-headervtwo .mega-menu.tg-fullmegamenu {left: -42% !important;}
.menu-item-has-children:hover > .sub-menu,
.menu-item-has-children .menu-item-has-children:hover > .sub-menu,
.menu-item-has-mega-menu:hover .mega-menu{
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.menu-item-has-children .menu-item-has-children:hover > .sub-menu{top: 0;}
.tg-searchbox{
	float: right;
	position: relative;
}
.tg-btnsearch{
	color: #fff;
	width: 40px;
	height: 40px;
	display: block;
	line-height: 40px;
	text-align: center;
}
.tg-btnsearch:hover,
.tg-btnsearch:focus{color: #fff;}
.tg-btnsearch i{
	display: block;
	text-align: center;
	line-height: inherit;
}
.tg-formtheme{
	width: 100%;
	float: left;
}
.tg-formtheme fieldset{
	margin: 0;
	border: 0;
	padding: 0;
	width: 100%;
	float: left;
}
.tg-searchbox .tg-formtheme {
	top: 0;
	right: 100%;
	z-index: 2;
	width: 340px;
	float: none;
	display: none;
	background: #fff;
	position: absolute;
}
.tg-searchbox .tg-formtheme .form-control{
	width: 100%;
	height: 40px;
	line-height: 18px;
}
.tg-dropdowarrow {
	top: 10px;
	z-index: 5;
	color: #fff;
	right: 10px;
	width: 20px;
	height: 20px;
	display: none;
	cursor: pointer;
	font-size: 8px;
	line-height: 20px;
	position: absolute;
	text-align: center;
	background: #333;
}
.tg-dropdowarrow i{
	display: block;
	font-size: 8px;
	line-height: inherit;
}
.tg-open > .tg-dropdowarrow i:before{content: '\f107';}

.tg-megamenuslider{
	width:100%;
	float:left;
}
.tg-megamenuslider .item{
	width:100%;
	float:left;
}
.tg-megamenuslider.owl-carousel .owl-nav{
	right:0;
	top:-35px;
	width:auto;
	position:absolute;
}
/*==============================================
			Slider Style						
==============================================*/
.tg-homeslider{
	width: 100%;
	float: left;
}
.tg-homeslider .item{
	width: 100%;
	float: left;
}
.tg-homeslider figure{
	margin: 0;
	width: 100%;
	float: left;
}
.tg-homeslider figure img{
	z-index: 1;
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}
.tg-slidercontent{
	top: 0;
	left: 0;
	z-index: 2;
	width: 45%;
	height: 100%;
	color: #fff;
	padding: 30px;
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	background: rgba(51, 51, 51, 0.80);
}
.tg-slidercontentbox{
	width: 100%;
	float: left;
}
.tg-taglatestnews{
	color: #333;
	float: left;
	background: #fff;
	padding: 0 10px;
	font-size: 14px;
	line-height: 30px;
	margin: 0 0 10px;
	text-transform: capitalize;
}
.tg-slidercontentbox .tg-borderheading{
	border: 0;
	margin: 0;
	padding: 0 0 14px;
	position: relative;
}
.tg-slidercontentbox .tg-borderheading:before{
	left: 0;
	bottom: 0;
	width: 100px;
	height: 2px;
	content: '';
	background: #fff;
	position: absolute;
}
.tg-borderheading h1{
	margin: 0;
	color: #fff;
	font-size: 38px;
	font-weight: 300;
	line-height: 38px;
}
.tg-borderheading h1 span{
	display: block;
	padding: 10px 0 0;
}
.tg-slidercontent .tg-description{
	padding: 30px 0;
	font-size: 16px;
	line-height: 28px;
}
.tg-slidercontent .tg-description p{margin: 0;}
.tg-slidercontent .tg-btn{
	float: left;
	color: #fff;
	border: 2px solid #fff;
	background: transparent;
}
.tg-homeslider .owl-nav{
	left: 0;
	bottom: 0;
	width: 45%;
	float: none;
	padding: 30px;
	text-align: right;
	position: absolute;
}
.tg-homeslider .owl-nav > div{float: none;}
.tg-tickerbox{
	width: 100%;
	float: left;
	padding: 10px 0;
	position: relative;
	border-bottom: 1px solid #ddd;
}
.tg-tickerbox span{
	float: left;
	color: #fff;
	padding: 0 10px;
	font-size: 12px;
	background: #333;
	line-height: 28px;
}
.tg-ticker{
	width: auto;
	overflow: hidden;
	padding: 0 0 0 75px;
}
.tg-ticker .item{
	width: 100%;
	float: left;
	background-color: #ffffff;
}
.tg-ticker .item .tg-description{padding: 4px 0;}
.tg-ticker .item .tg-description p{
	margin: 0;
	line-height: 20px;
}
.tg-ticker .owl-nav{
	top: 0;
	left: 0;
	width: auto;
	float: none;
	position: absolute;
}
/*==========================================================================================
										Main Style											
==========================================================================================*/
.tg-shortcode{
	width: 100%;
	/*float: left;*/
}
.tg-shortcode figure{
	margin: 0;
	float: left;
	overflow: hidden;
}
.tg-shortcode figure a,
.tg-shortcode figure a img,
.tg-shortcode figure img{display: block; margin:17px; width: 80%;}
.tg-welcomeandgreeting{
	padding: 20px;
	background: #00264d;
	margin: auto;
	width: 1170px;
}
/*.tg-shortcode .tg-welcomeandgreeting
{
	margin: auto;
	width: 1170px;
}*/
.tg-welcomeandgreeting figure{border: none;}
.tg-shortcodetextbox{
	overflow: hidden;
	width: 350px;
	padding: 16px 0 16px 20px;
	color: #ffffff;
}
.tg-shortcodetextbox1{
	overflow: hidden;
	width: 250px;
	padding: 16px 0 16px 20px;
	color: #fff !important;
}
.tg-shortcodetextbox1 h2{
	margin: 0 0 20px;
	font-size: 20px;
	line-height: 20px;
	color: #f5da41;
}

.tg-shortcodetextbox1 h4{
	margin: 0 0 20px;
	font-size: 20px;
	line-height: 20px;
	color: #f5da41;
}
.tg-shortcodetextbox1 .tg-description p a
{
	text-decoration: none;
	color: #f5da41 !important;
}
.tg-eventbox
{
	width: 200px;
	margin: auto;
	padding: 5px;
	float: right;
	margin-top: -80px;
}
.tg-eventbox h5
{
	font-size: 20px;
	margin: auto;
	line-height: 20px;
	color: #f5da41;
}
.tg-shortcodetextbox h2{
	margin: 0 0 20px;
	font-size: 20px;
	line-height: 20px;
	color: #f5da41;
}
.tg-name,
.tg-designation{
	width: 100%;
	float: left;
	font-size: 13px;
	line-height: 16px;
}
.tg-designation{padding: 5px 0 15px;}
.tg-btnpluslogo{
	width: 100%;
	float: left;
	margin-bottom: 10px;
	text-align: center;
}
.tg-btnpluslogo .tg-btn{
	float: left;
	padding: 0 20px;
	line-height: 30px;
}
.tg-btnpluslogo .tg-universitylogo{float: right;}
.tg-btnpluslogo .tg-universitylogo a{display:block;}
.tg-events{
	width: 100%;
	float: left;
	margin: -15px 0;
}
.tg-events.tg-list .tg-eventpost .tg-description p{margin:0 0 10px;}
.tg-glanceatuoeandk{
	width: 100%;
	float: left;
}
.tg-gallery{
	clear: both;
	margin: -5px;
	width: auto;
	float: left;
	overflow: hidden;
	list-style: none;
}
.tg-gallery li{
	width: 16.6%;
	float: left;
	padding: 5px;
	list-style-type: none;
}
.tg-gallery li:first-child{width: 50%;}
.tg-gallery li figure{
	margin: 0;
	width: 100%;
	float: left;
	background: #333;
	position: relative;
}
.tg-gallery li figure img,
.tg-gallery li figure a img{
	z-index: 1;
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}
.tg-gallery li figure:hover img{opacity: 0.30;}
.tg-btnview{
	top: 50%;
	left: 50%;
	z-index: 2;
	opacity: 0;
	color: #fff;
	width: 48px;
	height: 48px;
	display: block;
	visibility: hidden;
	line-height: 40px;
	position: absolute;
	border-radius: 50%;
	text-align: center;
	margin: -24px 0 0 -24px;
	border: 4px solid rgba(255, 255, 255, 0.30);
}
.tg-btnview i{
	display: block;
	background: #333;
	border-radius: 50%;
	line-height: inherit;
}
.tg-gallery li figure:hover .tg-btnview{
	opacity: 1;
	color: #fff;
	visibility: visible;
}

.tg-latestnews{
	width: 100%;
	float: left;
}
.tg-latestnewsslider .item{
	width: 100%;
	float: left;
}
.tg-events .tg-eventpost{padding: 15px 0;}
.tg-newspost .tg-themeposttitle,
.tg-eventpost .tg-themeposttitle{
	border: 0;
	margin: 0;
	padding: 0 0 15px;
}
.tg-themepostcontent .tg-matadata{margin:0 0 12px;}
.tg-newspost .tg-description p,
.tg-eventpost .tg-description p{margin: 0;}
.tg-latestnews .tg-btnsbox{
	padding: 30px 0 0;
	text-align: center;
}
.tg-latestnews .tg-btnsbox .tg-btn{float: none;}
.tg-btnsimpleprev,
.tg-btnsimplenext{
	height: 18px;
	font-size: 18px;
	line-height: 18px;
	background: none;
}
.tg-btnsimpleprev:hover,
.tg-btnsimplenext:hover{background: none;}
.tg-latestnewsslider.owl-carousel .owl-nav{
	top: -57px;
	right: 0;
	width: auto;
	float: none;
	position: absolute;
}
body.tg-home .tg-sidebar {padding:0;}
.tg-sidebar .tg-widget + .tg-widget{margin: 40px 0 0;}
.tg-widget,
.tg-widgettitle,
.tg-widgetcontent{
	width: 100%;
	float: left;
}
.tg-widgettitle{
	margin: 0 0 5px;
	background: #f7f7f7;
	padding: 12px 20px;
}
.tg-widgettitle h3{
	margin: 0;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}
.tg-widgetcontent form fieldset{position: relative;}
.tg-widgetcontent .tg-formsearch .form-control{
	z-index: 1;
	position: relative;
	padding: 10px 40px 10px 15px;
}
.tg-widgetcontent .tg-formsearch button{
	top: 1px;
	right: 1px;
	z-index: 2;
	width: 38px;
	height: 38px;
	line-height: 38px;
	position: absolute;
}
.tg-widgetquicklinks .tg-widgetcontent ul li + li{margin: 9px 0 0;}
.tg-widgetcontent ul{
	width: 100%;
	float: left;
	font-size: 13px;
	line-height: 16px;
	list-style: none;
}
.tg-widgetcontent ul li{
	width: 100%;
	float: left;
	color: #000;
	position: relative;
	padding: 0px 0 9px;
	line-height: inherit;
	list-style-type: none;
	
}

.tg-widgetcontent-manage ul li{
	width: 100%;
	float: left;
	color: #fff;
	position: relative;
	padding: 10px 0 9px;
	line-height: inherit;
	list-style-type: none;
	border-bottom: 1px solid #fff;
	background-color: #ff9904;
}
.tg-widgetcontent-manage ul li a
{
	padding-left: 15px;
	color: #fff !important;
}
.tg-widgetcontent-manage ul li:hover 
{
	background-color: #dd8503;
	color: #fff !important;
}

.tg-widgetcontent ul li + li{margin: 0 0 0;}
.tg-widgetcontent ul li:before{
	top: 9px;
	left: 0;
	width: 3px;
	height: 3px;
	/*content: '';*/
	margin: -1px 0 0;
	background: #666;
	position: absolute;
	border-radius: 50%;
}
.tg-widgetcontent ul li a{
	color: #000;
	display: inline-block;
	vertical-align: top;
}
.tg-widgetadmissionform .tg-widgetcontent{
	color: #fff;
	padding: 30px 20px;
}
.tg-widgetadmissionform .tg-widgetcontent h3{
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}
.tg-widgetcontent a.tg-btn{
	color: #333;
	height: 30px;
	padding: 0 20px;
	background: #fff;
	line-height: 30px;
}
.tg-btnicon i,
.tg-btnicon span{
	display: inline-block;
	vertical-align: middle;
}
.tg-formsearchcourse .tg-btn{
	width: 100%;
	float: left;
	height: 40px;
	line-height: 40px;
}
.tg-formsearchcourse .tg-btn:hover{color: #fff;}
.tg-formsearchcourse a{
	color: #666;
	float: right;
	margin: 10px 0 0;
	font-size: 13px;
	line-height: 13px;
}
.tg-widgetdownload .tg-widgetcontent ul li,
.tg-widgetcampuses .tg-widgetcontent ul li{padding: 0;}
.tg-widgetdownload .tg-widgetcontent ul li + li,
.tg-widgetcampuses .tg-widgetcontent ul li + li{margin: 10px 0 0;}
.tg-widgetdownload .tg-widgetcontent ul li:before,
.tg-widgetcampuses .tg-widgetcontent ul li:before{display: none;}
.tg-widgetdownload .tg-widgetcontent ul li a i,
.tg-widgetdownload .tg-widgetcontent ul li a span,
.tg-widgetcampuses .tg-widgetcontent ul li a i,
.tg-widgetcampuses .tg-widgetcontent ul li a span{float: left;}
.tg-widgetdownload .tg-widgetcontent ul li a i,
.tg-widgetcampuses .tg-widgetcontent ul li a i{
	width: 20px;
	padding: 3px 0 0;
	text-align: left;
}
.tg-campuses,
.tg-campus,
.tg-campus .item,
.tg-campuses .tg-mapbox{
	width: 100%;
	float: left;
}
.tg-campuses .tg-mapbox{
	margin: 0 0 20px;
	position: relative;
}
.tg-mapbox .tg-campuslocation{
	width: 100%;
	float: left;
	height: 170px;
}
.tg-getdirection{
	top: 0;
	left: 0;
	z-index: 2;
	color: #fff;
	height: 30px;
	padding: 0 20px;
	background: #333;
	font-size: 13px;
	line-height: 30px;
	position: absolute;
	text-transform: capitalize;
}
.tg-getdirection:hover{color: #fff;}
.tg-campusslider.owl-carousel .owl-nav{
	top: -43px;
	right: 0;
	z-index: 2;
	width: auto;
	float: none;
	position: absolute;
}
.tg-campuses ul li i,
.tg-campuses ul li a,
.tg-campuses ul li span,
.tg-campuses ul li address{
	margin: 0;
	font-size: 13px;
	line-height: 16px;
	font-style: normal;
	display: inline-block;
	vertical-align: top;
}
.tg-campuses ul li i{
	width: 25px;
	padding: 3px 0 0;
	line-height: 13px;
}
.tg-affiliationscertifications{
	width: 100%;
	float: left;
}
.tg-affiliationscertifications figure{
	margin: 0;
	width: 100%;
	float: left;
	height: 100px;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.tg-affiliationscertifications figure:hover{background: #f7f7f7;}
.tg-affiliationscertificationsslider,
.tg-affiliationscertificationsslider .item{
	width: 100%;
	float: left;
}
.tg-affiliationscertificationsslider.owl-carousel .owl-nav{
	top: -57px;
	right: 0;
	width: auto;
	float: none;
	position: absolute;
}
.tg-widgetothercapmus .tg-widgetcontent ul li{padding:0;}
.tg-widgetothercapmus .tg-widgetcontent ul li:before{display:none;}
.tg-widgetothercapmus .tg-widgetcontent ul li i{
	float:left;
	margin:0 6px 0 0;
}
.tg-widgetothercapmus .tg-widgetcontent ul li address{
	max-width:150px;
	line-height:15px;
}
.tg-widgetothercapmus .tg-widgetcontent ul li i,
.tg-widgetothercapmus .tg-widgetcontent ul li address{
	display:inline-block;
	vertical-align:middle;
}
/*==========================================================================================
										Footer Style										
==========================================================================================*/
.tg-signupbox{
	width: 100%;
	float: left;
	padding: 30px 0;
	background-color: #00264d !important;

}
.tg-formsignupfree{
	width: 60%;
	float: right;
}
.tg-formsignupfree .form-group{
	width: 30%;
	margin: 0;
	float: left;
}
.tg-formsignupfree .form-group:first-child{
	width: 70%;
	padding: 0 30px;
}
.tg-formsignupfree .form-group .tg-btn{
	padding: 0;
	width: 100%;
	color: #fff;
	height: 40px;
	line-height: 36px;
	background: none;
	border: 2px solid #fff;
}
.tg-signuptextbox{
	float:left;
	color: #fff;
}
.tg-signuptextbox h3{
	color: #fff;
	margin: 0 0 4px;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	text-transform: uppercase;
}
.tg-signuptextbox .tg-description p{margin: 0;}
.tg-footermiddlebar{
	width: 100%;
	float: left;
	padding: 40px 0 0;
	position: relative;
}
.grass2
{
	/*position: absolute;*/
}
 
 .grass
 {
 	/*position: absolute;
	bottom: 10px;
	width: 100%;*/
	z-index: -1;

 }
 .studen
 {
 	width: 100px;
 	/*left:20px;*/
	position: absolute;
	bottom: 50px;
 }
 .kuruvi
 {
 	width: 2%;
 	left:10px;
	position: absolute;
	bottom: 275px;
}
.tg-footermiddlebar .tg-widgettitle{
	background: none;
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid #ddd;
}
.tg-footermiddlebar .tg-widget ul li:before{display: none;}
.tg-widgetcompanyinfo .tg-logo{
	margin: 0;
	float: left;
}
.tg-widgetcompanyinfo .tg-logo a{float: left;}
.tg-widgetcompanyinfo .tg-logo a img{float: left;}
.tg-widgetcompanyinfo .tg-description{padding: 20px 0;}
.tg-widgetcompanyinfo .tg-description p{margin: 0;}
.tg-widgetcompanyinfo .tg-infolist{padding: 0 0 20px; }
.tg-widgetcompanyinfo .tg-infolist li{padding: 0;font-size:18px;}
.tg-widgetcompanyinfo .tg-infolist li + li{margin: 9px 0 0;}
.tg-infolist li i,
.tg-infolist li a,
.tg-infolist li span,
.tg-infolist li address{
	margin: 0;
	font-size: 16px;
	line-height: 16px;
	font-style: normal;
	display: inline-block;
	vertical-align: top;
}
.tg-infolist li address {max-width: 200px; line-height:1.2;}
.tg-infolist li i{
	width: 25px;
	padding: 3px 0 0;
	line-height: 13px;
}
.tg-widgetcompanyinfo .tg-socialicons{}
.tg-widgetcompanyinfo .tg-socialicons li{
	margin: 0;
	width: auto;
	padding: 0 10px 0 0;
}
.tg-widgettweets .tg-widgetcontent ul li{padding: 0 0 0 20px;}
.tg-widgettweets .tg-widgetcontent ul li:before,
.tg-footermiddlebar .tg-widgetcoursecategories .tg-widgetcontent ul li:before{
	width: auto;
	height: auto;
	display: block;
	color: #55acee;
	content: '\f099';
	background: none;
	border-radius: 0;
	font-size: 13px;
	line-height: 13px;
	font-family: 'FontAwesome';
}
.tg-widgettweets .tg-widgetcontent ul li p{margin: 0;}
.tg-widgettweets .tg-widgetcontent ul li span,
.tg-widgettweets .tg-widgetcontent ul li time{display: block;}
.tg-footermiddlebar .tg-widgetcoursecategories .tg-widgetcontent ul li{
	width: 50%;
	margin: 0 0 10px;
	padding: 0 10px 0 15px;
}
.tg-footermiddlebar .tg-widgetcoursecategories .tg-widgetcontent ul li:before{
	top: 2px;
	color: #666;
	content: '\f105';
	font-size: 13px;
	line-height: inherit;
}
.tg-widgetflickrgallery .tg-widgetcontent ul{
	width: auto;
	float: none;
	clear: both;
	margin: -5px;
	overflow: hidden;
}
.tg-widgetflickrgallery .tg-widgetcontent ul li{
	margin: 0;
	width: 25%;
	padding: 5px;
}
.tg-widgetflickrgallery .tg-widgetcontent ul li figure{
	margin: 0;
	width: 100%;
	float: left;
	background: #333;
	position: relative;
}
.tg-widgetflickrgallery .tg-widgetcontent ul li figure figcaption{
	top:50%;
	left:50%;
	z-index:3;
	opacity:0;
	color:#fff;
	font-size:13px;
	line-height:13px;
	position:absolute;
	visibility:hidden;
	margin:-6px 0 0 -6px;
	text-align: center;
}
.tg-widgetflickrgallery .tg-widgetcontent ul li figure figcaption a{color:#fff;}
.tg-widgetflickrgallery .tg-widgetcontent ul li figure:hover figcaption{
	opacity:1;
	visibility:visible;
}
.tg-widgetflickrgallery .tg-widgetcontent ul li figure a{display: block;}
.tg-widgetflickrgallery .tg-widgetcontent ul li figure a img{
	width:100%;
	height:auto;
	display: block;
}
.tg-widgetflickrgallery .tg-widgetcontent ul li figure:hover a img{opacity: 0.30;}
.tg-footerbar{
	width: 100%;
	float: left;
	color: #999;
	padding: 15px 0;
	background: #333;

}
.tg-copyright{
	float: left;
	font-size: 13px;
	line-height: 20px;
	font-size: 13px;
	line-height: 20px;
}
.tg-addnav{float: right;}
.tg-addnav ul{
	width: 100%;
	float: left;
	line-height: 20px;
}
.tg-addnav ul li{
	float: left;
	list-style: none;
	line-height: 20px;
	padding: 0 0 0 30px;
}
.tg-addnav ul li a{
	color: #999;
	display: block;
}
/*==========================================================================================
									Home Page Version Two									
==========================================================================================*/
.tg-homebannervtwo{
	clear: both;
	overflow: hidden;
	padding: 0px !important;
}
.tg-homebannervtwo .tg-homeslider{
	width: 100%;
	float: left;
}
.tg-homebannervtwo .tg-homeslider .owl-nav {
	top: 50%;
	bottom: auto;
	width: 100%;
	padding: 0 30px;
	margin: -14px 0 0;
}
.tg-homebannervtwo .tg-homeslider .owl-nav .tg-btnprev{float: left;}
.tg-homebannervtwo .tg-homeslider .owl-nav .tg-btnnext{float: right;}
.tg-homebannervtwo .tg-slidercontent{
	top: auto;
	bottom: 0;
	width: 100%;
	height: auto;
	padding: 20px;
}
.tg-homebannervtwo .tg-slidercontent .tg-btn{
	float: right;
	margin: 16px 0;
}
.tg-homebannervtwo .tg-slidercontent .tg-titledescription{
	overflow: hidden;
	padding: 0 30px 0 0;
}
.tg-slidercontent .tg-titledescription h1{
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 15px;
}
.tg-slidercontent .tg-titledescription .tg-description{
	padding: 0;
	font-size: 13px;
	line-height: 22px;
}
.tg-noticeboardarea{
	width: 25%;
	float: right;
	padding: 0 0 0 20px;
}
.tg-noticeboardarea .tg-widget:first-child .tg-widgetcontent{background: #52b554;}
.tg-noticeboardarea .tg-widget + .tg-widget{margin: 21px 0 0;}
.tg-noticeboardarea .tg-widget .tg-widgetcontent{padding: 20px;}
.tg-glanceatuoeandkvtwo .tg-gallery li:first-child{width: 100%;}
.tg-glanceatuoeandkvtwo .tg-gallery li{width: 20%;}
.tg-widgetquicklinksvtwo .tg-widgetcontent ul{
	width: auto;
	float: none;
	clear: both;
	margin: -5px;
	overflow: hidden;
}
.tg-widgetquicklinksvtwo .tg-widgetcontent ul li{
	width: 50%;
	float: left;
	padding: 5px;
	margin: 0 !important;
}
.tg-widgetquicklinksvtwo .tg-widgetcontent ul li:before{display: none;}
.tg-widgetquicklinksvtwo .tg-widgetcontent ul li a{
	color: #fff;
	width: 100%;
	float: left;
	line-height: 17px;
	position: relative;
	padding: 20px 10px 20px 60px;
}
.tg-widgetquicklinksvtwo .tg-widgetcontent ul li a:hover{color: #fff;}
.tg-widgetquicklinksvtwo .tg-widgetcontent ul li:nth-child(1) a{background: #ff9900;}
.tg-widgetquicklinksvtwo .tg-widgetcontent ul li:nth-child(2) a{background: #6364da;}
.tg-widgetquicklinksvtwo .tg-widgetcontent ul li:nth-child(3) a{background: #3575d3;}
.tg-widgetquicklinksvtwo .tg-widgetcontent ul li:nth-child(4) a{background: #fe6941;}
.tg-widgetquicklinksvtwo .tg-widgetcontent ul li:nth-child(5) a{background: #ff4d58;}
.tg-widgetquicklinksvtwo .tg-widgetcontent ul li:nth-child(6) a{background: #52b554;}
.tg-widgetquicklinksvtwo .tg-widgetcontent ul li:nth-child(7) a{background: #288feb;}
.tg-widgetquicklinksvtwo .tg-widgetcontent ul li:nth-child(8) a{background: #be32b2;}
.tg-widgetquicklinksvtwo .tg-widgetcontent ul li a:before{
	top: 50%;
	left: 10px;
	color: #666;
	width: 40px;
	content: '';
	height: 40px;
	background: #fff;
	font-size: 15px;
	line-height: 40px;
	margin: -20px 0 0;
	border-radius: 50%;
	position: absolute;
	text-align: center;
	font-family: 'icomoon';
}
.tg-widgetquicklinksvtwo .tg-widgetcontent ul li:nth-child(1) a:before{content: '\e92e';}
.tg-widgetquicklinksvtwo .tg-widgetcontent ul li:nth-child(2) a:before{content: '\e9f5';}
.tg-widgetquicklinksvtwo .tg-widgetcontent ul li:nth-child(3) a:before{content: '\e9aa';}
.tg-widgetquicklinksvtwo .tg-widgetcontent ul li:nth-child(4) a:before{content: '\e92b';}
.tg-widgetquicklinksvtwo .tg-widgetcontent ul li:nth-child(5) a:before{content: '\e976';}
.tg-widgetquicklinksvtwo .tg-widgetcontent ul li:nth-child(6) a:before{content: '\ea01';}
.tg-widgetquicklinksvtwo .tg-widgetcontent ul li:nth-child(7) a:before{content: '\ea26';}
.tg-widgetquicklinksvtwo .tg-widgetcontent ul li:nth-child(8) a:before{content: '\e938';}
/*==========================================================================================
									Home Page Version Three									
==========================================================================================*/
body.tg-homethree,
body.tg-homefour{background: none;}
body.tg-homethree .tg-wrapper,
body.tg-homefour .tg-wrapper{
	max-width: none;
	box-shadow: none;
}
.tg-headervtwo{
	z-index: 2;
	margin: 0 0 -120px;
	position: relative;
}
.tg-headervtwo .tg-topbar{padding: 0;}
.tg-addressinfo{
	color: #fff;
	float: left;
	padding: 15px 0;
	font-size: 13px;
	line-height: 16px;
	list-style: none;
}
.tg-addressinfo li{
	float: left;
	padding: 0 30px 0 0;
	line-height: inherit;
	list-style-type: none;
}
.tg-addressinfo li i,
.tg-addressinfo li address,
.tg-addressinfo li time,
.tg-addressinfo li span{
	margin: 0;
	font-style: normal;
	font-size: inherit;
	line-height: inherit;
	display: inline-block;
	vertical-align: middle;
}
.tg-addressinfo li i{
	font-size: 20px;
	line-height: 20px;
	padding: 0 10px 0 0;
}
.tg-headervtwo .tg-languagesdropdown{padding: 10px 0;}
.tg-headervtwo .tg-btndropdown{
	color: #fff;
	background: none;
	line-height: 28px;
	padding: 0 30px 0 10px;
	border: 1px solid #fff;
}
.tg-btndropdown:after {right: 10px;}
.tg-headervtwo .tg-logo{margin: 35px 0;}
.tg-headervtwo .tg-navigationarea{
	background: #00264d;
	border-bottom: 1px solid #fff;
}
.tg-headervtwo .tg-navigationandsearch{
	float: right;
	padding: 40px 0 0;
}
.tg-headervtwo .tg-navigation{position: relative;}
.tg-headervtwo .tg-navigation > ul > li{
	padding: 0 0 38px;
	margin: 0 0 0 30px;
}
.tg-headervtwo .tg-navigation > ul > li:first-child{margin: 0;}
.tg-headervtwo .tg-navigation > ul > li > a{
	padding: 0;
	color: #fff;
	background: none;
}
.tg-headervtwo .tg-navigation > ul > li.current-menu-item > a,
.tg-headervtwo .tg-navigation > ul > li:hover > a,
.tg-headervtwo .tg-navigation > ul > li > a:hover,
.tg-headervtwo .tg-btnsearch{background: none;}
.tg-headervtwo .tg-navigation > ul > li.menu-item-has-children > a,
.tg-headervtwo .tg-navigation > ul > li.menu-item-has-mega-menu > a{padding: 0 14px 0 0;}
.tg-headervtwo li.menu-item-has-children > a:before,
.tg-headervtwo li.menu-item-has-mega-menu > a:before{right: 0;}
.tg-homeslidervthree{
	z-index: 1;
	background: #000;
	position: relative;
}
.tg-homeslidervthree .item{background: #000;}
.tg-homeslidervthree .item img{opacity: 0.50;}
.tg-homeslidervthree .tg-slidercontent{
	width: 100%;
	background: none;
	text-align: center;
	padding: 120px 0 0;
}
.tg-homeslidervthree .tg-slidercontent h1{
	color: #fff;
	font-size: 60px;
	font-weight: bold;
	line-height: 60px;
	text-transform: uppercase;
}
.tg-homeslidervthree .tg-slidercontent h1 span{
	display: block;
	font-size: 70px;
	font-weight: 300;
	line-height: 50px;
	text-transform: none;
	padding: 10px 0 30px;
}
.tg-homeslidervthree .tg-slidercontent .tg-btn{float: none;}
.tg-homeslidervthree .owl-nav{
	top: 50%;
	bottom: auto;
	width: 100%;
	padding: 0 30px;
	margin: -14px 0 0;
}
.tg-homeslidervthree .owl-nav > div{
	float: left;
	margin: 0;
}
.tg-homeslidervthree .owl-nav > div + div{float: right;}
/*==========================================================================================
									Home Page Version Four									
==========================================================================================*/
body.tg-homefour .tg-headervtwo{margin: 0;}
body.tg-homefour .tg-headervtwo .tg-navigation > ul > li > a,
body.tg-homefour .tg-headervtwo .tg-btnsearch{color: #333;}
.tg-headervtwo a[data-new]:after{background: #333;}
.tg-headervtwo a[data-new]:before{border-color: #333;}
.tg-headervtwo .tg-navigation ul li:hover a[data-new]:before,
.tg-headervtwo .tg-navigation ul li a:hover[data-new]:after{color: #fff;}
.tg-homeslidervthree.tg-homeslidervfour .tg-slidercontent{padding: 0;}
.tg-campus .tg-featuredimg{width: auto;}
.tg-campuscontent{
	width: 100%;
	float: left;
	overflow: hidden;
}
.tg-campusleftthumb .tg-campuscontent{
	width: auto;
	float: none;
	padding: 0 0 0 10px;
}
.tg-campustitle{
	width: 100%;
	float: left;
	padding: 0 0 4px;
}
.tg-campustitle h3{
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
}
.tg-campuscontent address{
	margin: 0;
	width: 100%;
	float: left;
	font-style: normal;
}
.tg-campus.tg-campusleftthumb{padding: 30px 0 0;}
.tg-widgetcontent .tg-btnsbox{
	padding: 30px 0 0;
	text-align: center;
}
.tg-widgetcontent .tg-btnsbox .tg-btn{
	float: none;
	background: #f7f7f7;
}
/*==========================================================================================================================
													Pages Style Start Here													
==========================================================================================================================*/
.tg-innerbanner{
	width: 100%;
	float: left;
}
.tg-widgetcoursecategories .tg-widgetcontent ul li + li{margin: 10px 0 0;}
.tg-widgetcoursecategories .tg-widgetcontent ul li a{
	width: 100%;
	float: left;
}
.tg-widgetcoursecategories .tg-widgetcontent ul li a span{float: left;}
.tg-widgetcoursecategories .tg-widgetcontent ul li a span + span{float: right;}
.tg-campustitle h3 a{
	display: block;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.tg-widgetcontent .tg-campusleftthumb:first-child{padding: 0;}
.tg-widgetlatestcourses .tg-campuscontent .tg-matadata{padding:0 0 10px;}
/*======================================================================================
									Course Grid Style									
======================================================================================*/
.tg-resultandstyle{
	width: 100%;
	float: left;
	padding: 10px;
	margin: 0 0 30px;
	background: #f7f7f7;
}
.tg-searchresult{
	float: left;
	padding: 6px 0;
}
.tg-poststyleswitcher{
	float: right;
	font-size: 13px;
	line-height: 34px;
	list-style: none;
}
.tg-poststyleswitcher li{
	float: left;
	padding: 0 0 0 10px;
	line-height: inherit;
	list-style-type: none;
}
.tg-poststyleswitcher li a{
	color: #666;
	width: 34px;
	display: block;
	background: #fff;
	text-align: center;
	line-height: inherit;
}
.tg-poststyleswitcher li a:hover,
.tg-poststyleswitcher li a:hover i,
.tg-poststyleswitcher li.tg-active a,
.tg-poststyleswitcher li a:hover i{color: #fff;}
.tg-poststyleswitcher li a i{
	display: block;
	line-height: inherit;
}
.tg-courses{
	width: 100%;
	float: left;
	margin: -15px 0;
}
.tg-courses .tg-course{padding: 15px 0;}
/*======================================================================================
									Course List Style									
======================================================================================*/
.tg-list .tg-featuredimg{width: 405px;}
.tg-list .tg-themepostcontent{
	width: auto;
	float: none;
	overflow: hidden;
	padding: 42px 0 42px 20px;
}
.tg-course .tg-themepostcontent .tg-matadata{margin:0;}
.tg-course .tg-description {
	margin: 0 0 18px;
	padding: 0 0 15px;
	border-bottom: 1px solid #ddd;
}
.tg-course .tg-description p{
	margin: 0;
	width:100%;
	display: block;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.tg-list .tg-course .tg-themeposttitle{
	border: 0;
	margin: 0;
}
.tg-list .tg-course .tg-themeposttitle h3 a{
	display: block;
	overflow: hidden;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*======================================================================================
									Course Detail Style									
======================================================================================*/
.tg-detailpage{
	width: 100%;
	float: left;
}
.tg-detailpage > .tg-themepost > .tg-themepostcontent{
	position: relative;
	padding: 0 185px 30px 0;
}
.tg-detailpage > .tg-themepost > .tg-themepostcontent > .tg-themeposttags{
	font-size: 16px;
	line-height: 19px;
}
.tg-detailpage .tg-themeposttitle{
	border: 0;
	margin: 0;
	padding: 0 0 21px;
}
.tg-themeposttitle h1{
	margin: 0;
	color: #333;
	font-size: 28px;
	line-height: 31px;
}
.tg-detailpage > .tg-themepost > .tg-themepostcontent > .tg-pricebox{
	top: 0;
	right: 0;
	width: 170px;
	height: auto;
	text-align: center;
	position: absolute;
	background: #f7f7f7;
}
.tg-pricebox span{
	color: #666;
	display: block;
	font-size: 13px;
	line-height: 16px;
	padding: 0 0 19px;
}
.tg-pricebox span:first-child{
	color: #333;
	padding: 19px 0 0;
	font: 400 24px/27px 'Poppins', sans-serif;
}
.tg-pricebox .tg-btn{
	padding: 0;
	color: #fff;
	width: 100%;
}
.tg-pricebox .tg-btn:hover{color: #fff;}
.tg-themepostinfo{
	color: #666;
	width: 100%;
	float: left;
	list-style: none;
	font-size: 13px;
	line-height: 16px;
}
.tg-themepostinfo li{
	float: left;
	padding: 0 20px;
	line-height: inherit;
	list-style-type: none;
}
.tg-themepostinfo li + li{border-left: 1px solid #ddd;}
.tg-themepostinfo li:first-child{padding-left: 0;}
.tg-themepostinfo li figure{
	float: left;
	overflow: hidden;
	margin: 0 10px 0 0;
	border-radius: 50%;
}
.tg-themepostinfo li figure a{display: block;}
.tg-themepostinfo li figure a img{
	width: 100%;
	height: auto;
	display: block;
}
.tg-infodata{
	padding: 8px 0;
	overflow: hidden;
}
.tg-infodata span{display: block;}
.tg-infodata strong{
	display: block;
	font: 400 14px/17px 'Poppins', sans-serif;
}
.tg-infodata strong a{color: #333;}
.tg-coursegallery{
	width: 100%;
	float: left;
	padding: 0 0 40px;
}
.tg-coursegallery > div{
	width: 100%;
	float: left;
}
.tg-coursegalleryslider{margin: 0 0 10px;}
.tg-coursegallery > div .item{
	margin: 0;
	width: 100%;
	float: left;
}
.tg-coursegallery > div .item img{
	width: 100%;
	height: auto;
	display: block;
}
.tg-coursegallerynav .item{background: #333;}
.tg-coursegallerynav .current .item img,
.tg-coursegallerynav .item:hover img{
	opacity: 0.50;
	cursor: pointer;
}
.tg-coursegalleryslider.owl-carousel .owl-nav{
	top: 50%;
	left: 0;
	z-index: 2;
	padding: 0 20px;
	margin: -14px 0 0;
	position: absolute;
}
.tg-coursegalleryslider.owl-carousel .owl-nav > div {
	margin: 0;
	float: left;
}
.tg-coursegalleryslider.owl-carousel .owl-nav > div  + div{float: right;}
.tg-coursestabs{
	background: #fff;
	margin: 0 0 40px;
}
.tg-coursestabs .tg-themetabnav,
.tg-coursestabs .tg-themetabcontent{width: 100%;}
.tg-coursestabs .tg-themetabnav{
	z-index: 2;
	font-size: 14px;
	margin: 0 0 -1px;
	background: none;
	position: relative;
	font-family: 'Poppins', sans-serif;
}
.tg-coursestabs .tg-themetabnav li{
	width: auto;
	margin: 0 3px 0 0;
	position: relative;
}
.tg-coursestabs .tg-themetabnav li:before{
	top: 0;
	left: 0;
	width: 0;
	z-index: 3;
	height: 3px;
	content: '';
	position: absolute;
}
.tg-coursestabs .tg-themetabnav li:hover:before,
.tg-coursestabs .tg-themetabnav li.active:before{width: 100%;}
.tg-coursestabs .tg-themetabnav li a{
	width: auto;
	padding: 0 50px;
	overflow: hidden;
	background: #f7f7f7;
	border: 1px solid #ddd;
}
.tg-coursestabs .tg-themetabnav li a:after{
	left: -10px;
	top: -10px;
	right: auto;
	color: #f7f7f7;
	content: '\ea2e';
	font-size: 40px;
	line-height: 32px;
	font-family: 'icomoon';
	-webkit-transform: rotate(-40deg);
	-moz-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	-o-transform: rotate(-40deg);
	transform: rotate(-40deg);
}
.tg-coursestabs .tg-themetabnav li:nth-child(2) a:after{content: '\e97b';}
.tg-coursestabs .tg-themetabnav li:nth-child(3) a:after{content: '\e9ce';}
.tg-coursestabs .tg-themetabnav li:nth-child(4) a:after{content: '\e93a';}
.tg-coursestabs .tg-themetabnav li.active a:after,
.tg-coursestabs .tg-themetabnav li:hover a:after{color: #dbdbdb;}
.tg-coursestabs .tg-themetabnav li:hover a,
.tg-coursestabs .tg-themetabnav li.active a{
	background: #fff;
	border-bottom-color: #fff;
}
.tg-coursestabs .tg-themetabcontent{
	z-index: 1;
	padding: 30px;
	position: relative;
	border: 1px solid #ddd;
}
.tg-courseinfo{
	width: 270px;
	float: right;
	text-align: center;
	margin: 0 0 0 20px;
}
.tg-schedule{
	width: 100%;
	float: left;
	padding: 10px;
	text-align: left;
}
.tg-scheduleicon{
	width: 40px;
	height: 40px;
	float: left;
	display: block;
	background: #fff;
	line-height: 40px;
	text-align: center;
	margin: 0 10px 0 0;
	border-radius: 50%;
}
.tg-schedule time{
	color: #fff;
	text-align: left;
	display: inline-block;
}
.tg-schedule time span{display: block;}
.tg-coursecompunent,
.tg-courseoutline{
	width: 100%;
	float: left;
	font-size: 13px;
	line-height: 13px;
	padding: 0 20px;
	list-style: none;
	border: 1px solid #ddd;
	border-bottom: 0;
}
.tg-courseoutline{
	border: 0;
	padding: 0;
}
.tg-coursecompunent li,
.tg-courseoutline li{
	width: 100%;
	float: left;
	padding: 15px 0;
	line-height: inherit;
	list-style-type: none;
	border-bottom: 1px solid #ddd;
}
.tg-courseoutline li:last-child{
	border: 0;
	padding-bottom: 0;
}
.tg-courseoutline li:first-child{padding-top: 0;}
.tg-coursecompunent li span,
.tg-courseoutline li span{float: left;}
.tg-coursecompunent li span + span,
.tg-courseoutline li span + span{float: right;}
.tg-coursecompunent li span i,
.tg-courseoutline li span i{
	float: left;
	color: #333;
	font-size: 14px;
	line-height: 14px;
	font-style: normal;
	font-family: 'Poppins', sans-serif;
}
.tg-courseoutline li span i{color: #666;}
.tg-coursecompunent li span i:first-child,
.tg-courseoutline li span i:first-child{
	margin: 0 5px 0 0;
	font-family: 'icomoon';
}
.tg-courseinfo .tg-btnsbox{
	padding: 20px;
	border: 1px solid #ddd;
	border-top: 0;
}
.tg-courseinfo .tg-btnsbox .tg-btn{
	width: 80%;
	color: #fff;
	float: none;
	margin: 0 auto;
	line-height: 43px;
}
.tg-courseinfo .tg-btn:hover{color: #fff;}
.tg-coursestabs .tg-themetabcontent h3{
	margin: 0 0 15px;
	font-size: 16px;
	line-height: 12px;
	font-weight: bold;
}
.tg-coursestabs .tg-themetabcontent p{margin: 0 0 30px;}
.tg-coursestabs .tg-themetabcontent .tg-list{
	width: auto;
	float: none;
	overflow: hidden;
	margin: 0 0 30px;
}
.tg-coursestabs .tg-themetabcontent .tg-socialicons li{padding: 0 10px 0 0;}
.tg-courseoutline li .tg-description{
	border: 0;
	margin: 0;
	width: auto;
	float: none;
	padding: 0 10%;
	overflow: hidden;
}
.tg-courseoutline li .tg-description p{
	margin: 0;
	color: #333;
	font-size: 14px;
	line-height: 17px;
	font-family: 'Poppins', sans-serif;
}
.tg-tutors{
	width: 100%;
	float: left;
	font-size: 13px;
	line-height: 21px;
	list-style: none;
}
.tg-tutors > li{
	width: 100%;
	float: left;
	line-height: inherit;
	list-style-type: none;
}
.tg-tutors > li + li{
	margin: 20px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid #ddd;
}
.tg-tutors .tg-boxleft{float: left;}
.tg-tutors .tg-boxleft figure{
	float: left;
	margin: 0 20px 0 0;
}
.tg-tutornamedesignation{
	overflow: hidden;
	padding: 29px 0;
}
.tg-tutornamedesignation strong,
.tg-tutornamedesignation span{display: block;}
.tg-tutors .tg-boxright{
	float: right;
	padding: 35px 0;

}
.tg-tutornamedesignation strong{
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}
.tg-tutors .tg-socialicons li{padding:  0 0 1 11px;}
.tg-tutors .tg-description{
	margin: 0;
	border: 0;
	padding: 20px 0 0;
}
.tg-tutors .tg-description p{margin: 0;}
.tg-relateddocuments{
	width: 100%;
	float: left;
	list-style-type: none;
}
.tg-relateddocuments li{
	width: 100%;
	float: left;
	padding: 10px;
	position: relative;
	background: #f7f7f7;
	list-style-type: none;
}
.tg-relateddocuments li + li{margin: 10px 0 0;}
.tg-documenticon{
	color: #666;
	width: 40px;
	height: 40px;
	float: left;
	background: #fff;
	font-size: 14px;
	line-height: 40px;
	margin: 0 10px 0 0;
	text-align: center;
	border-radius: 50%;
}
.tg-documentnamesize{
	overflow: hidden;
	padding: 2px 0;
}
.tg-documentnamesize strong,
.tg-documentnamesize span{
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	font-family: 'Poppins', sans-serif;
}
.tg-documentnamesize span{
	font-size: 14px;
	line-height: 17px;
}
.tg-documentnamesize strong{font-family: 'Poppins', sans-serif;}
.tg-relateddocuments li:hover,
.tg-relateddocuments li:hover strong,
.tg-relateddocuments li:hover .tg-btndownload,
.tg-relateddocuments li:hover .tg-btndownload i{color: #fff;}
.tg-btndownload{
	top: 0;
	right: 0;
	color: #666;
	width: 60px;
	height: 60px;
	display: block;
	font-size: 20px;
	line-height: 60px;
	position: absolute;
	background: rgba(0, 0, 0, 0.10);
}
.tg-btndownload i{
	color: #666;
	display: block;
	text-align: center;
	line-height: inherit;
}
.tg-relatedthemeposts{
	width: 100%;
	float: left;
}
/*======================================================================================
									Events Pages Style									
======================================================================================*/
.tg-widget.tg-widgettweets .tg-widgetcontent ul li:hover:before{background: none;}
.tg-widget.tg-widgettweets .tg-widgetcontent ul li:hover:before{background: none;}
.tg-events.tg-grid .tg-eventpost .tg-matadata li{
	width: 100%;
	float: left;
	padding: 0;
}
.tg-events.tg-grid .tg-eventpost .tg-matadata li + li{padding: 8px 0 0;}
.tg-events.tg-grid .tg-eventpost .tg-matadata li:before{display: none;}
.tg-events.tg-list .tg-themepostcontent{padding:13px 0 12px 20px;}
.tg-eventpost .tg-btn{margin: 15px 0 0;}
.tg-eventpost .tg-description p{
	display: block;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.item .tg-eventpost .tg-matadata li,
.tg-events.tg-list .tg-eventpost .tg-matadata li{
	width: 100%;
	float: left;
	padding: 0;
}
.item .tg-eventpost .tg-matadata li + li,
.tg-events.tg-list .tg-eventpost .tg-matadata li + li{padding: 8px 0 0;}
.item .tg-eventpost .tg-matadata li:before,
.tg-events.tg-list .tg-eventpost .tg-matadata li:before{display: none;}
.tg-list .tg-eventpost .tg-themeposttitle h3 a {
	display: block;
	overflow: hidden;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tg-eventdetailpage .tg-pricebox span{padding:0;}
.tg-eventdetailpage .tg-pricebox span:first-child{padding:20px 0 0;}
.tg-eventcounter{
	width: 100%;
	float: left;
	margin: 0 0 40px;
}
.tg-counterbox {
	width: 25%;
	float: left;
	padding: 30px;
	text-align: center;
}
.tg-counterbox:nth-child(even){background: rgba(0, 0, 0, 0.05);}
.tg-counterbox span{
	color: #fff;
	width: 100%;
	float: left;
	font-size: 26px;
	font-weight: 300;
	line-height: 20px;
	font-style: normal;
}
.tg-counterbox span + span{
	font-size: 18px;
	line-height: 18px;
	padding: 10px 0 0;
	text-transform: capitalize;
}
.tg-eventdetailpage .tg-description h3{
	margin: 0 0 15px;
	font-size: 16px;
	line-height: 12px;
	font-weight: bold;
}
.tg-eventdetailpage .tg-description .tg-list,
.tg-eventdetailpage .tg-description p {margin: 0 0 30px;}
.tg-eventspeakers{
	width: 100%;
	float: left;
	margin: 30px 0 40px;
}
.tg-speaker{
	width: 100%;
	float: left;
}
.tg-speaker figure{
	margin: 0;
	width: 100%;
	float: left;
}
.tg-speaker figure a{display: block;}
.tg-speaker figure a img{
	width:100%;
	height:auto;
	display: block;
}
.tg-speakername{
	width: 100%;
	float: left;
}
.tg-speakername h3{
	margin: 0;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}
.tg-eventdetailpage .tg-speakername h3{margin: 20px 0 5px;}
.tg-speakername{
	width: 100%;
	float: left;
	font-size: 13px;
	line-height: 16px;
}
.tg-eventlocationbox{
	width: 100%;
	float: left;
	margin: 0 0 40px;
	position: relative;
}
.tg-eventlocation{
	width: 100%;
	float: left;
	height: 300px;
}
.tg-eventdetailpage .tg-socialicons{
	width: 100%;
	float: left;
	padding: 0 0 40px;
}
.tg-eventdetailpage .tg-socialicons li{padding: 0 10px 0 0;}
.tg-datetime{
	width:100%;
	float:left;
}
/*======================================================================================
									Events Page Style									
======================================================================================*/
.tg-results{
	width: 100%;
	float: left;
}
.tg-lastmodified{
	color: #666;
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 19px;
	padding: 0 0 8px;
	font-family: 'Poppins', sans-serif;
}
.tg-pagetitle{
	width: 100%;
	float: left;
	padding: 0 0 30px;
}
.tg-pagetitle h2{
	margin: 0;
	font-size: 30px;
	line-height: 20px;
}
.tg-resultcategory{
	width: 100%;
	float: left;
}
.tg-resultcategory + .tg-resultcategory{padding: 40px 0 0;}
.tg-resultcategory h3{
	margin: 0 0 15px;
	font-size: 16px;
	line-height: 12px;
}
.tg-downloadlist{
	width: 100%;
	float: left;
	list-style: none;
	font-size: 12px;
	line-height: 16px;
}
.tg-downloadlist li{
	width: 100%;
	float: left;
	line-height: inherit;
	list-style-type: none;
}
.tg-downloadlist li + li{padding: 10px 0 0;}
.tg-result{
	color: #333;
	padding: 0;
	display: block;
	position: relative;
	margin: 0 0 0 40px;
	background: #f7f7f7;
}
.tg-counting{
	top: 0;
	right: 100%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	background: rgba(0, 0, 0, 0.05);
}
.tg-btndownloadresult{
	color: #666;
	float: right;
	padding: 0 20px;
	line-height: 40px;
	text-align: center;
}
.tg-btndownloadresult em{
	padding: 0 10px 0 0;
	text-transform: capitalize;
}
.tg-btndownloadresult em,
.tg-btndownloadresult i{
	float: left;
	font-style: normal;
	line-height: inherit;
}
.tg-result .tg-description{
	width: auto;
	float: none;
	overflow: hidden;
	padding: 10px 20px;
}
.tg-result .tg-description p{margin: 0;}
/*======================================================================================
								Addmission Pages Style									
======================================================================================*/
.tg-addmission{
	width: 100%;
	float: left;
}
.tg-addmissionslider{margin: 0 0 40px;}
.tg-addmissionslider figure{
	margin: 0;
	width: 100%;
	float: left;
}
.tg-addmissionslider figure img{
	width: 100%;
	height: auto;
	display: block;
}
.tg-addmissionslider.owl-carousel .owl-nav{
	top: 50%;
	left: 0;
	z-index: 2;
	width: 100%;
	margin: -14px 0 0;
	position: absolute;
}
.tg-addmissionslider.owl-carousel .owl-nav > div{float: left;}
.tg-addmissionslider.owl-carousel .owl-nav > div + div{float: right;}
.tg-ullist{
	width: 100%;
	float: left;
	list-style: none;
	font-size: 13px;
	line-height: 20px;
}
.tg-ullist li{
	width: 100%;
	float: left;
	position: relative;
	padding: 0 0 0 15px;
	line-height: inherit;
	list-style-type: none;
}
.tg-ullist li + li{margin: 10px 0 0;}
.tg-liststyledot li:before{
	top: 50%;
	left: 0;
	width: 3px;
	height: 3px;
	content: '';
	background: #666;
	border-radius: 50%;
	position: absolute;
}
.tg-container{
	width: 100%;
	float: left;
}
.tg-container h3{
	margin: 0 0 15px;
	font-size: 16px;
	line-height: 12px;
	font-weight: bold;
}
.tg-container p{margin: 0;}
.tg-container p + p{margin: 20px 0 0;}
.tg-container + .tg-container{padding: 30px 0 0;}
.tg-themecollapse{
	width: 100%;
	float: left;
}
.tg-faqscollapse{overflow: hidden;}
.tg-themecollapse > h3{
	color: #333;
	clear: both;
	display: block;
	font-size: 12px;
	line-height: 20px;
	position: relative;
	background: #f7f7f7;
	margin: 0 0 10px 40px;
	font-family: 'Poppins', sans-serif;
}
.tg-themecollapse > h3:before{
	top: 0;
	left: -40px;
	z-index: 2;
	width: 40px;
	height: 40px;
	line-height: 40px;
	content: '\f105';
	position: absolute;
	text-align: center;
	font-family: 'FontAwesome';
	background: rgba(0, 0, 0, 0.05);
}
.tg-themecollapse > h3.open:before{content: '\f107';}
.tg-themecollapse > h3 > a{
	color: #333;
	padding: 10px;
	display: block;
	font-size: inherit;
	line-height: inherit;
}
.tg-themecollapse > h3 + div{display: none;}
.tg-themecollapsecontent{
	width: 100%;
	float: left;
	padding: 0 0 20px 40px;
}
.tg-themecollapsecontent ul{
	width: 100%;
	float: left;
	list-style: none;
	background: #f7f7f7;
	font:400 12px/20px 'Poppins', sans-serif;
}
.tg-themecollapsecontent ul li{
	width: 100%;
	float: left;
	color: #333;
	position: relative;
	line-height: inherit;
	list-style-type: none;
}
.tg-themecollapsecontent ul li + li{border-top: 2px solid #fff;}
.tg-themecollapsecontent ul li > strong,
.tg-themecollapsecontent ul li span,
.tg-themecollapsecontent ul li a{
	top: 0;
	left: 0;
	color: #333;
	width: 130px;
	display: block;
	text-align: center;
	padding: 10px 30px;
	position: absolute;
	line-height: inherit;
	border-right: 2px solid #fff;
}
.tg-themecollapsecontent ul li > strong + strong,
.tg-themecollapsecontent ul li a,
.tg-themecollapsecontent ul li span + span{
	left: auto;
	right: 0;
	border-right: 0;
	border-left: 2px solid #fff;
}
.tg-themecollapsecontent ul li a{
	border: 0;
	width: auto;
	padding: 10px 15px;
}
.tg-themecollapsecontent ul li > strong{background: #dbdbdb;}
.tg-themecollapsecontent ul li:last-child strong{background: none;}
.tg-themecollapsecontent ul li:first-child .tg-description{background: #dbdbdb;}
.tg-themecollapsecontent ul li .tg-description{padding: 10px 150px;}
.tg-themecollapsecontent ul li .tg-description p{
	margin: 0;
	line-height: 20px;
}
.tg-allsemesterhours{
	width: 100%;
	float: left;
	list-style: none;
	font:400 12px/15px 'Poppins', sans-serif;
}
.tg-allsemesterhours li{
	width: 100%;
	float: left;
	position: relative;
	line-height: inherit;
	list-style-type: none;
}
.tg-allsemesterhours li > strong{
	top: 0;
	right: 0;
	color: #333;
	width: 130px;
	display: block;
	padding: 0 30px;
	text-align: center;
	position: absolute;
	line-height: inherit;
}
.tg-allsemesterhours li .tg-description{padding: 0 130px 0 190px;}
.tg-allsemesterhours li .tg-description strong{
	display: block;
	text-align: right;
}
.tg-addmission .tg-pagetitle h2{line-height:35px;}
/*======================================================================================
								Department Pages Style									
======================================================================================*/
.tg-departmentscollapse .tg-themecollapsecontent ul li:first-child .tg-description {background: none;}
.tg-departmentscollapse .tg-themecollapsecontent ul li span{
	padding: 0;
	width: 42px;
	height: 40px;
	line-height: 40px;
}
.tg-departmentscollapse .tg-themecollapsecontent ul li .tg-description{padding: 10px 150px 10px 60px;}
.tg-departmentscollapse .tg-themecollapsecontent ul li:hover .tg-description p
.tg-heading{
	width: 100%;
	float: left;
}
.tg-heading h2{
	margin: 0 0 15px;
	font-size: 16px;
	line-height: 19px;
}
.tg-facultyarea{
	width: 100%;
	float: left;
}
.tg-faculty{
	width: 100%;
	float: left;
}
.tg-faculty figure{
	margin: 0;
	width: 100%;
	float: left;
	background: #333;
}
.tg-faculty figure a{display: block;}
.tg-faculty figure a img{
	width: 100%;
	height: auto;
	display: block;
}
.tg-faculty:hover figure a img{opacity: 0.50;}
.tg-facultyname{
	width: 100%;
	float: left;
}
.tg-facultyname h3{
	font-size: 16px;
	line-height: 19px;
	margin: 20px 0 5px;
}
.tg-facultyname h3 a{color: #333;}
.tg-facultydesignation{
	width: 100%;
	float: left;
	font-size: 13px;
	line-height: 16px;
}
.tg-otherprogramsoffered{
	width: 100%;
	float: left;
	padding: 30px 0 0;
}
.tg-otherprogramsoffered h2{
	font-size: 20px;
	line-height: 18px;
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #dbdbdb;
}

.tg-description-footer p{
font-size: 18px !important;
color: #00264d !important;
border-radius: 6px !important;
border:1px solid #fff !important;
padding: 10px !important; 
background-color: #e7e7e7;

}
/*======================================================================================
								About Us Pages Style									
======================================================================================*/
.tg-widgetaboutusnav .tg-widgetcontent ul li + 
{
	margin: 10px 0 0;

}
.tg-aboutus{
	width: 100%;
	float: left;
	position: relative;
}
.tg-rectormessage{padding: 0 300px 0 0;}
.tg-aboutus h3{
	margin: 0 0 15px;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
}
.tg-nameanddesignation{
	width: 100%;
	text-align:center;
	float: left;
	padding: 0 0 5px;
}
.tg-nameanddesignation .tg-btn
{
background: none;
font-size: 22px;
}
.tg-nameanddesignation strong,
.tg-nameanddesignation span{
	width: 100%;
	float: left;
	font-weight: 600;
	color: #ffffff;
}
.tg-rectormessage figure{
	top: 0;
	right: 0;
	margin: 10px;
	width:270px;
	position: absolute;
}
.tg-rectormessage figure:before{
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	border: 7px solid rgba(255,255,255,0.50);
}
.tg-rectormessage figure img{display: block;}
.tg-visionmission figure{
	width: 100%;
	float: left;
	margin: 0 0 20px;
}
.tg-visionmission figure img{display: block;}
.overlay { 
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #008CBA;
  opacity:0.5;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

figure img:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
} 
.tg-visionmission h3,
.tg-visionmission p{clear: both;}
.tg-visionmission p:last-child{margin: 0;}
.tg-leadership{padding: 0 0 0 400px;}
.tg-leadership figure{
	top: 0;
	left: 0;
	margin: 0;
	width:370px;
	position: absolute;
	font-weight: bold;
}
.tg-leadership figure:before{
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	
}
.tg-leadership figure img{display: block;}
.tg-aboutus .tg-description{
	width: auto;
	float: none;
	overflow: hidden;
}
.tg-Objectives .tg-description{padding: 10px 30px 0 0;}
.tg-ouridentity .tg-description{padding: 0 0 0 30px;}
.tg-aboutusimages{
	width: 44%;
	margin: -5px;
}
.tg-objectivesimages{float: right;}
.tg-ouridentityimages{float: left;}
.tg-aboutusimages figure{
	margin: 0;
	width: 50%;
	float: left;
	padding: 5px;
}
.tg-aboutusimages figure:first-child{width: 100%;}
.tg-aboutusimages figure img{
	width:100%;
	height:auto;
	display:block;
}
.tg-aboutusimages figure:before{
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	border: 12px solid rgba(255,255,255,0.50);
}
.tg-aboutusimages figure img{display: block;}
.tg-honorawards{margin: -15px 0;}
.tg-honoraward{
	width: 100%;
	float: left;
	padding: 10px 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.tg-honoraward figure{
	margin: 0;
	width: 35%;
	position: absolute;
	/*left: 100px;*/
}
.tg-honoraward figure:before{
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
}
.tg-honoraward figure img{
	width: 100%;
	height: auto;
	display: block;
}
.tg-honoraward-new figure{
	margin: 0;
	float: left;
	width: 45%;
	position: absolute;
	left: -4px;
    top: -4px;
}
.tg-honoraward-new figure img{
	width: 100%;
	height: auto;
	display: block;

}
.tg-honorawardcontent{
	width: 60%;
	padding: 0 0 0 30px;
}
.tg-honorawardcontent-new{
	width: 90%;
	float: right;
	padding: 0 0 0 10px;
	/*border: 1px solid red;*/
	margin-top: -10px;
}

.tg-campuslife figure{
	width: 100%;
	float: left;
	padding: 0 15px;
	margin: 0 0 30px;
}
.tg-campuslife figure img{
	z-index: 1;
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}
.tg-honorawardcontent p{
	margin:0;
	text-align: left;
	overflow:hidden;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.tg-btnplay{
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 67px;
	height: 48px;
	position: absolute;
	margin: -24px 0 0 -33px;
	background: url(../images/placeholder/btnplay.png) no-repeat;
}
.tg-campuslife .tg-description{
	width: 100%;
	float: left;
}
.tg-campuslife .tg-description p:last-child{margin: 0;}
/*======================================================================================
								Faculties Pages Style									
======================================================================================*/
.tg-faculties{
	width:100%;
	float:left;
}
.tg-facultiescollapse .tg-themecollapsecontent{
	width: 100%;
	float: left;
	margin: -15px 0;
	padding-left: 0;
}
.tg-themecollapsecontent .tg-faculty{
	padding: 0;
	margin: 15px 0;
}
.tg-facultydetail{
	width: 100%;
	float: left;
	padding: 0 0 40px;
}
.tg-facultydetail figure{
	width: auto;
	float: left;
	margin: 0 30px 0 0;
}
.tg-facultydetail figure img{display: block;}
.tg-facultycontent{overflow: hidden;}
.tg-departmentname{
	width: 100%;
	float: left;
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #ddd;
}
.tg-departmentname h2{
	margin: 0;
	font-size: 16px;
	line-height: 16px;
}
.tg-facultycontent .tg-facultyname h3{
	margin: 0;
	font-size: 30px;
	line-height: 30px;
}
.tg-facultycontent .tg-facultydesignation{
	font-size: 16px;
	line-height: 16px;
	padding: 3px 0 25px;
}
.tg-facultycontent .tg-description p{margin: 0 0 25px;}
.tg-contactinfo{
	width: 100%;
	float: left;
	font-size: 13px;
	line-height: 13px;
	list-style: none;
	padding: 0 0 30px;
}
.tg-contactinfo li{
	width: 100%;
	float: left;
	line-height: inherit;
	list-style-type: none;
}
.tg-contactinfo li + li{padding: 10px 0 0;}
.tg-facultycontent .tg-socialicons{
	width: 100%;
	float: left;
}
.tg-facultycontent .tg-socialicons li{
	float: left;
	padding: 0 10px 0 0;
}
.tg-relatedfaculty{
	width: 100%;
	float: left;
}
.tg-relatedfaculty h2{
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 20px;
	padding: 0 0 15px;
	border-bottom: 1px solid #ddd;
}
.tg-otherfaculty{
	width: 100%;
	float: left;
}
.tg-otherfacultyslider.owl-carousel .owl-nav {
	top: -55px;
	right: 0;
	width: auto;
	float: none;
	position: absolute;
}
/*======================================================================================
								Jobs Pages Style										
======================================================================================*/
.tg-jobs{
	width: 100%;
	float: left;
}
.tg-jobs .tg-themecollapsecontent{padding: 0;}
.tg-jobs .tg-themecollapsecontent ul li > strong,
.tg-jobs .tg-themecollapsecontent ul li span{
	padding: 10px 20px;
	display: block;
	text-align: center;
	overflow: hidden;
}
.tg-jobs .tg-themecollapsecontent ul li a{
	padding: 0;
	width: 100%;
	float: left;
	position: static;
	text-transform: capitalize;
}
.tg-jobs .tg-themecollapsecontent ul li:hover a{}
.tg-jobdetail span{
	display: block;
	font-size: 16px;
	line-height: 16px;
}
.tg-jobdetail h1{
	margin: 0 0 20px;
	font-size: 30px;
	line-height: 30px;
}
.tg-jobdetail h3{
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 16px;
}
.tg-jobdetail ul{margin: 0 0 20px;}
/*======================================================================================
								FAQ'S Page Style										
======================================================================================*/
.tg-titleborder{
	margin: 0 0 20px;
	padding: 0 0 15px;
	border-bottom: 1px solid #ddd;
}
.tg-titleborder h2{
	margin: 0;
	font-size: 20px;
	line-height: 20px;
}
.tg-faqscollapse > h3 em{font-style: normal;}
.tg-faqscollapse > h3:before,
.tg-faqscollapse > h3.open:before{content: '\f128';}
.tg-faqscollapse .tg-description{
	color: #333;
	position: relative;
	background: #f7f7f7;
	padding: 20px 20px 20px 37px;
}
.tg-faqscollapse .tg-description:before{
	top: 20px;
	left: 0;
	width: 33px;
	content: 'A.';
	display: block;
	text-align: right;
	position: absolute;
}
.tg-faqscollapse .tg-description p:last-child{margin: 0;}
/*======================================================================================
								Gallery Page Style										
======================================================================================*/
.tg-gallerymasnory{
	width: 100%;
	float: left;
	padding: 15px 0 0;
}
.tg-optionset{
	width: 100%;
	float: left;
	list-style: none;
	padding: 0 0 30px;
	text-align: center;
	text-transform: capitalize;
	font: 400 14px/17px 'Poppins', sans-serif;
}
.tg-optionset li{
	padding: 0 20px;
	position: relative;
	line-height: inherit;
	display: inline-block;
	vertical-align: top;
	list-style-type: none;
}
.tg-optionset li + li:before{
	top: 6px;
	left: -4px;
	width: 4px;
	height: 4px;
	content: '';
	background: #666;
	border-radius: 50%;
	position: absolute;
}
.tg-optionset li a{
	color: #666;
	display: block;
	position: relative;
	padding: 0 4px 10px;
}
.tg-optionset li a:hover,
.tg-optionset li a.tg-active{color: #333;}
.tg-optionset li a:before{
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	content: '';
	position: absolute;
}
.tg-optionset li a:hover:before,
.tg-optionset li a.tg-active:before{width: 100%;}
.tg-galleryfilterable{
	clear: both;
	margin: -5px;
	overflow: hidden;
}
.tg-masonrygrid{
	width: 20%;
	float: left;
	padding: 5px;
}
.tg-masonrygrid figure{
	margin: 0;
	width: 100%;
	float: left;
	background: #333;
	position: relative;
}
.tg-masonrygrid figure img{
	z-index: 1;
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}
.tg-masonrygrid figure:hover img{opacity: 0.50;}
.tg-btnviewimg{
	top: 80%;
	left: 50%;
	z-index: 2;
	color: #fff;
	width: 50px;
	height: 50px;
	display: block;
	background: #333;
	overflow: hidden;
	font-size: 16px;
	font-weight: 700;
	line-height: 48px;
	border-radius: 50%;
	position: absolute;
	text-align: center;
	margin: -25px 0 0 -25px;
	border: 2px solid #c7c7c7;
}
.tg-btnviewimg:hover{color: #fff;}
.tg-masonrygrid figure .tg-btnviewimg{
	opacity: 0;
	visibility: hidden;
}
.tg-masonrygrid figure:hover .tg-btnviewimg{
	top: 50%;
	opacity: 1;
	visibility: visible;
}
/*======================================================================================
							News & Article Pages Style									
======================================================================================*/
.tg-newsandarticle{
	width: 100%;
	float: left;
	margin: -10px 0 -15px;
}
.tg-newsandarticle.tg-list .tg-featuredimg {width: 378px;}
.tg-newsandarticle .tg-newspost{padding: 15px 0;}
.tg-newsandarticle .tg-newspost .tg-btn{
	color:#333;
	background:#f7f7f7;
}
.tg-newsandarticle .tg-newspost .tg-btn:hover{color:#fff;}
.tg-list .tg-newspost .tg-themepostcontent {padding: 39px 0 39px 20px;}
.tg-grid .tg-newspost .tg-matadata,
.tg-list .tg-newspost .tg-matadata{
	width: 100%;
	padding: 0 0 15px;
}
.tg-list .tg-newspost .tg-themeposttitle h3 a{-webkit-line-clamp: 1;}
.tg-list .tg-newspost .tg-description{padding: 0 0 21px;}
.tg-list .tg-newspost .tg-description p{
	margin: 0;
	overflow: hidden;
	font-weight: bold;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.tg-detailpage > .tg-newspost > .tg-themepostcontent {padding: 0 0 30px;}
.tg-detailpage .tg-newspost .tg-featuredimg{margin: 0 0 30px;}
.tg-detailpage .tg-newspost .tg-description p{margin: 0 0 30px;}
.tg-detailpage blockquote{
	border: 0;
	color: #333;
	margin: 0 0 30px;
	position: relative;
	padding: 0 0 0 100px;
	font: bold 20px/30px 'Poppins', sans-serif;
}
.tg-detailpage blockquote:before{
	top: 50%;
	left: 0;
	color: #fff;
	width: 70px;
	height: 70px;
	content: '\ea2e';
	font-size: 30px;
	font-weight: 300;
	margin: -35px 0 0;
	line-height: 70px;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	font-family: 'icomoon';
}
.tg-detailpage blockquote q{font: bold 20px/30px 'Poppins', sans-serif;}
.tg-tagsandpsotshares{
	width: 100%;
	float: left;
	padding: 30px 0;
	border: 1px solid #ddd;
	border-left: 0;
	border-right: 0;
}
.tg-tagstext,
.tg-sharetext{
	width: 50%;
	float: left;
	padding: 0 15px;
}
.tg-tagstext span,
.tg-sharetext span{
	width: 45px;
	float: left;
	color: #333;
	text-transform: capitalize;
	font: 400 14px/22px 'Poppins', sans-serif;
}
.tg-sharetext span{line-height: 30px;}
.tg-tagstext .tg-tags,
.tg-sharetext .tg-socialicons{
	width: auto;
	float: none;
	overflow: hidden;
}
.tg-tags{
	width: 100%;
	float: left;
	margin: -5px 0;
}
.tg-tag{
	margin: 5px;
	float: left;
	color: #a0a0a0;
	padding: 0 8px;
	font-size: 12px;
	line-height: 22px;
	border: 1px solid #ddd;
}
.tg-tag:hover{color: #fff;}
.tg-sharetext .tg-socialicons li{padding: 5px;}
.tg-tagstext .tg-tags,
.tg-sharetext .tg-socialicons{margin: -5px;}
.tg-postnav{
	width: 100%;
	float: left;
	padding: 40px 0;
	list-style: none;
}
.tg-postnav li{
	width: 310px;
	float: left;
	text-align: left;
	list-style-type: none;
}
.tg-postnav li + li{
	float: right;
	text-align: right;
}
.tg-postnav li figure{
	float: left;
	background: #333;
	margin: 0 10px 0 0;
}
.tg-postnav li figure img{display: block;}
.tg-postnav li:hover figure img{opacity: 0.50;}
.tg-postnav li + li figure{
	float: right;
	margin: 0 0 0 10px;
}
.tg-postnavcontent{overflow: hidden;}
.tg-postnav li .tg-postnavcontent > a{
	color: #666;
	font-size: 13px;
	line-height: 13px;
	display: inline-block;
	vertical-align: top;
	text-transform: capitalize;
}
.tg-postnav li + li .tg-postnavcontent > a{}
.tg-postnavcontent h3{
	margin: 0;
	font-size: 14px;
	line-height: 23px;
}
.tg-postauthor{
	width: 100%;
	float: left;
	padding: 30px;
	margin: 0 0 40px;
	background: #f7f7f7;
}
.tg-postauthor figure{
	float: left;
	margin: 0 20px 0 0;
}
.tg-postauthor figure a{display: block;}
.tg-postauthor figure a img{display: block;}
.tg-postauthorcontent{overflow: hidden;}
.tg-postauthorhead{
	width: 100%;
	float: left;
	position: relative;
	padding: 0 200px 0 0;
}
.tg-postauthorhead h4{
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 16px;
}
.tg-postauthorhead span{
	display: block;
	font-size: 13px;
	line-height: 16px;
	padding: 0 0 20px
}
.tg-postauthorhead .tg-socialicons{
	top: 0;
	right: 0;
	position: absolute;
}
.tg-postauthorhead .tg-socialicons li{
	float: left;
	padding: 0 0 0 10px;
}
.tg-postauthorcontent .tg-description p{margin: 0;}
.tg-newsdetailpage .tg-relatedthemeposts{padding: 0 0 40px;}
.tg-relatedthemeposts .tg-newspost .tg-featuredimg{margin: 0;}
.tg-detailpage .tg-relatedthemeposts .tg-newspost  p{margin: 0;}
.tg-commentssection{
	width: 100%;
	float: left;
	padding: 0 0 40px;
}
.tg-comments{
	width: 100%;
	float: left;
	line-height: 22px;
	list-style: none;
}
.tg-comments li{
	width: 100%;
	float: left;
	line-height: inherit;
	list-style-type: none;
}
.tg-comments li + li{margin: 10px 0 0;}
.tg-comment{
	width: 100%;
	float: left;
	padding: 30px;
	background: #f7f7f7;
}
.tg-comment figure{
	float: left;
	margin: 0 20px 0 0;
}
.tg-comment figure a,
.tg-comment figure img,
.tg-comment figure a img{display: block;}
.tg-commentcontent{overflow: hidden;}
.tg-commenthead{
	width: 100%;
	float: left;
	position: relative;
	padding: 0 50px 0 0;
}
.tg-commenthead h4{
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 16px;
}
.tg-commenthead span{
	display: block;
	font-size: 13px;
	line-height: 16px;
	padding: 0 0 20px
}
.tg-btncommentreply{
	top: 0;
	right: 0;
	color: #666;
	font-size: 13px;
	line-height: 13px;
	position: absolute;
	text-transform: capitalize;
}
.tg-btncommentreply i,
.tg-btncommentreply em{
	line-height: 13px;
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
}
.tg-commentcontent .tg-description p{
	margin: 0;
	display: block;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.tg-commentchild{
	width: 100%;
	float: left;
	margin: 10px 0 0;
	padding: 0 0 0 90px;
}
.tg-postcomments{
	width: 100%;
	float: left;
}
.tg-formpostcomment textarea.form-control{
	height: 180px;
	resize: none;
}

.calendarblock {
    color: #000;
    width: 100%;
    float: left;
    margin-left: 4%;
}

.custom-calendar-wrap {
    margin: 0px auto 0;
    position: relative;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}
.custom-inner {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.custom-header {
    background: #fff;
    padding: 5px 10px 10px 20px;
    height: 50px;
    position: relative;
    border-top: 3px solid #1570A6;
    border-bottom: 1px solid #ddd;
}
.custom-header nav span {
    position: absolute;
    top: 5px;
    width: 30px;
    height: 30px;
    color: transparent;
    cursor: pointer;
    margin: 0 1px;
    font-size: 30px;
    line-height: 30px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-header nav span:first-child {
    left: 5px;
}
.custom-header nav span:last-child {
    right: 5px;
}
.custom-header h2 {
    color: #495468;
    font-weight: 500;
    font-size: 18px;
    margin: 5px 2% 0 0;
    float: left;
    width: 48%;
    text-align: right;
}
.custom-header h3 {
    font-size: 18px;
    font-weight: 500;
    color: #495468;
    margin: 5px 0 0 2%;
    float: left;
    width: 48%;
    text-align: left;
}
.fc-calendar-container {
	position: relative;
	height: 200px;
	width: 350px;
}

.fc-calendar {
	width: 100%;
	height: 100%;
}

.fc-calendar .fc-head {
	height: 30px;
	line-height: 30px;
	background: #ccc;
	color: #fff;
}

.fc-calendar .fc-body {
	position: relative;
	width: 100%;
	height: 100%;
	height: -moz-calc(100% - 30px);
	height: -webkit-calc(100% - 30px);
	height: calc(100% - 30px);
	border: 1px solid #ddd;
}

.fc-calendar .fc-row {
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.fc-four-rows .fc-row  {
	height: 25%;
}

.fc-five-rows .fc-row  {
	height: 20%;
}

.fc-six-rows .fc-row {
	height: 16.66%;
	height: -moz-calc(100%/6);
	height: -webkit-calc(100%/6);
	height: calc(100%/6);
}

.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
	float: left;
	height: 100%;
	width:  14.28%; /* 100% / 7 */
	width: -moz-calc(100%/7);
	width: -webkit-calc(100%/7);
	width: -ms-calc(100%/7);
	width: calc(100%/7);
	position: relative;
}

/* IE 9 is rounding up the calc it seems */
.ie9 .fc-calendar .fc-row > div,
.ie9 .fc-calendar .fc-head > div {
	width:  14.2%;
}
.fc-calendar .fc-row > div, .fc-calendar .fc-head > div{width:calc(99.99%/7)/*IE 9*/}

.fc-calendar .fc-row > div {
	border-right: 1px solid #ddd;
	padding:4px;
	overflow: hidden;
	position: relative;
}

.fc-calendar .fc-head > div {
	text-align: center;
}

.fc-calendar .fc-row > div > span.fc-date {
	position: absolute;
	width: 30px;
	height: 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #1c1c1c;
	text-shadow:/* 0 -1px 0 rgba(255,255,255,0.8)*/;
	bottom: 5px;
	right: 5px;
	text-align: right;
}

.fc-calendar .fc-row > div > span.fc-weekday {
	padding-left: 5px;
	display: none;
}

.fc-calendar .fc-row > div.fc-today {
	background: #fff4c3;
}

.fc-calendar .fc-row > div.fc-out {
	opacity: 0.6;
}

.fc-calendar .fc-row > div:last-child,
.fc-calendar .fc-head > div:last-child {
	border-right: none;
}

.fc-calendar .fc-row:last-child {
	border-bottom: none;
}
/*======================================================================================
									404 Page Style										
======================================================================================*/
.tg-404error{
	width:100%;
	float:left;
}
.tg-errorimg{
	width:100%;
	float:left;
	margin:0 0 40px;
}
.tg-errorimg img{
	margin:0 auto;
	display:block;
}
.tg-errorcontent{
	width:100%;
	float:left;
	text-align:center;
}
.tg-errorcontent h2{
	margin:0 0 20px;
	font-size:80px;
	font-weight: 300;
	line-height:80px;
	text-transform:capitalize;
}
.tg-errorcontent h3{
	margin:0 0 30px;
	font-size:36px;
	font-weight: 300;
	line-height:36px;
	text-transform: none;
}
.tg-errorcontent h3 span{display: block;}
.tg-errorcontent .tg-description{margin:0 0 30px;}
.tg-errorcontent .tg-description p{margin:0}
/*======================================================================================
									Comming Soon Style									
======================================================================================*/
body.tg-commingsoonpage .tg-header{margin:0;}
body.tg-commingsoonpage .tg-main{padding:0;}
.tg-logobox{
	width: 100%;
	float: left;
	padding: 60px 0;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.tg-logobox .tg-logo{
	float: none;
	margin: 0 auto;
	display: inline-block;
	vertical-align: top;
}
.tg-logobox .tg-logo a{
	margin: 0 auto;
	display: block;
}
.tg-logobox .tg-logo a img{display: block;}
.tg-comingsoon{
	width: 100%;
	float: left;
	padding: 140px 0;
	text-align: center;
}
.tg-comingsoon h2{
	margin:0 0 15px;
	font-size:60px;
	font-weight: 300;
	line-height:60px;
	text-transform:capitalize;
}
.tg-comingsoon h3{
	margin:0 0 20px;
	font-size:30px;
	font-weight: 300;
	line-height:30px;
	text-transform: none;
	font-weight: bold;
}
.tg-comingsoon .tg-description{padding: 0 22% 40px;}
.tg-comingsoon .tg-description p{margin: 0;}
.tg-comingcountdown{
	width:100%;
	float:left;
	text-align:center;
}
.tg-comingcountdown .tg-counter{
	width:25%;
	float: left;
	padding: 0 15px;
	text-align:center;
	list-style-type:none;
}
.tg-comingcountdown .tg-counterbox {
	width: 100%;
	float: left;
	padding: 80px 30px;
	border: 1px solid #ddd;
}
.tg-comingcountdown .tg-counterbox span{
	color: #333;
	display:block;
	font:300 60px/40px 'Poppins', sans-serif;
}
.tg-comingcountdown .tg-counterbox span + span{
	padding: 20px 0 0;
	text-transform:capitalize;
	font:300 30px/20px 'Poppins', sans-serif;
}
/*======================================================================================
									Contact Us Pages									
======================================================================================*/
.tg-contactus{
	width: 100%;
	float: left;
}
.tg-contactusvone{padding: 0 0 40px;}
.tg-contactus .tg-officelocation{height: 420px;}
.tg-formcontactus textarea.form-control{
	height: 180px;
	resize: none;
}
.tg-campuscarousel .item{
	width:100%;
	float:left;
	padding: 0 15px;
}
.tg-campuscarousel .item .tg-featuredimg{
	width:100%;
	float:left;
	margin:0 0 30px;
}
.tg-capmusinfo{
	width: 100%;
	float: left;
	font-size: 13px;
	line-height: 22px;
	list-style: none;
}
.tg-capmusinfo li{
	width: 100%;
	float: left;
	line-height: inherit;
	list-style-type: none;
}
.tg-capmusinfo li + li{padding: 10px 0 0;}
.tg-campuscarousel .owl-nav{
	top: -57px;
	right: 15px;
	width: auto;
	float: none;
	position: absolute;
}
.tg-contactusvtwo{padding: 40px 0 0;}
.tg-contactusvtwo .tg-officelocation{margin: 0 0 30px;}
.tg-ourothercampuses{
	width:100%;
	float:left;
}
/*======================================================================================
								Campuses Pages Style									
======================================================================================*/
.tg-maincampuses{
	width:100%;
	float:left;
	padding:0 0 40px;
}
.tg-maincampus{
	width:55%;
	float:left;
	background:#f7f7f7;
}
.tg-campusimg{
	margin:0;
	width:50%;
	float:left;
}
.tg-campusimg img{
	width:100%;
	height:auto;
	display:block;
}
.tg-maincampus .tg-themepostcontent{
	width:50%;
	float:none;
	overflow:hidden;
	padding:0 0 0 30px;
}
.tg-campusimg,
.tg-maincampus .tg-themepostcontent{
	float:none;
	margin:0 -2px;
	display:inline-block;
	vertical-align:middle;
}
.tg-maincampuses .tg-capmusinfo{margin:0 0 20px;}
.tg-mapholder{
	width:45%;
	float:left;
	position:relative;
}
.tg-maincampuses .tg-campuseslocation{
	width:100%;
	float:left;
	height:276px;
}
.tg-othercampuses{
	width:auto;
	float: left;
	clear:both;
	margin:-15px 0;
	overflow:hidden;
}
.tg-othercampusimg{
	width:100%;
	float:left;
	margin:0 0 25px;
}
.tg-othercampusimg img{
	width:100%;
	height:auto;
	display:block;
}
.tg-othercampuses .tg-campus{padding:15px 0;}
.tg-map-controls{
	top:10px;
	left:10px;
	z-index:1;
	width:126px;
	position:absolute;
}
.tg-map-controls span{
	float:left;
	width:30px;
	height:30px;
	color:#fff;
	cursor:pointer;
	font-size:13px;
	line-height:30px;
	text-align:center;
	background:#484848;
	border-radius: 3px;
}
.tg-map-controls span + span{ margin:0 0 0 2px;}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: rgba(0,0,0,0.5);
  -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  background: rgba(0,0,0,0.6);
  -webkit-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  transform: translatey(-100px);
  -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
  padding: 10px;
}

.hovereffect a.info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 50px 0 0;
  padding: 7px 14px;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

.hovereffect:hover a.info {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
/*menu-submenu*/
.menu, .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
/*.menu {
    height: 58px;
}*/
.menu li {
    background: -moz-linear-gradient(#00264d, #00264d);
    background: -ms-linear-gradient(#00264d, #00264d);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00264d), color-stop(100%, #00264d));
    background: -webkit-linear-gradient(#00264d, #00264d);
    background: -o-linear-gradient(#00264d, #00264d);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00264d', endColorstr='#00264d');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00264d', endColorstr='#00264d')";
    background: linear-gradient(#00264d, #00264d);

    /*border-bottom: 2px solid #181818;
    border-top: 2px solid #303030;*/
    min-width: flex;
}
.menu > li {
    display: block;
    float: left;
    position: relative;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
./*menu > li:first-child {
    border-radius: 5px 0 0;*/
}
.menu a {
   /* border-left: 3px solid rgba(0, 0, 0, 0);*/
    color: #ffffff;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 54px;
    padding: 0px;
    text-decoration: none;
    /*text-transform: uppercase;*/
}

/* onhover styles */
.menu li:hover {
    background-color: #00264d;
    background: -moz-linear-gradient(#00264d, #00264d);
    background: -ms-linear-gradient(#00264d, #00264d);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00264d), color-stop(100%, #00264d));
    background: -webkit-linear-gradient(#00264d, #00264d);
    background: -o-linear-gradient(#00264d, #00264d);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00264d', endColorstr='#00264d');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00264d', endColorstr='#00264d')";
    background: linear-gradient(#00264d, #00264d);

    /*border-bottom: 1px solid #222222;*/
    /*border-top: 2px solid #1B1B1B;*/
}
.menu li:hover a span{
    /*border-radius: 5px 0 0 0;
    border-left: 3px solid #C4302B;*/
    color: #C4302B;
}
 
/* submenu styles */
.submenu {
    left: 0;
    max-height: 0;
    position: absolute;
    top: 100%;
    z-index: 0;

    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
}
.submenu li {
    opacity: 0;
    width: 250px;

    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);

    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
}
.menu .submenu li:hover a {
    /*border-left: 3px solid #454545;*/
    border-radius: 0;
    color: #ffffff;
	
}

.menu > li:hover .submenu, .menu > li:focus .submenu {
    max-height: 2000px;
    z-index: 10;
    
}
.menu > li:hover .submenu li, .menu > li:focus .submenu li {
    opacity: 1;

    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

/* CSS3 delays for transition effects */
.menu li:hover .submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.menu li:hover .submenu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.menu li:hover .submenu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.menu li:hover .submenu li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.menu li:hover .submenu li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.menu li:hover .submenu li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.menu li:hover .submenu li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.menu li:hover .submenu li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.submenu li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.submenu li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.submenu li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.submenu li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.submenu li:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.submenu li:nth-child(6) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.submenu li:nth-child(7) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.submenu li:nth-child(8) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

/*underline*/


.tw-mt-20 {
    margin-top: 10px !important;
}
.animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #00264D; }

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite; }

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

.animate-border.border-white:after {
  border-color: #fff; }

.animate-border.border-yellow:after {
  border-color: #F5B02E; }

.animate-border.border-orange:after {
  border-right-color: #0575bc;
  border-left-color: #0575bc; }

.animate-border.border-ash:after {
  border-right-color: #EEF0EF;
  border-left-color: #EEF0EF; }

.animate-border.border-offwhite:after {
  border-right-color: #F7F9F8;
  border-left-color: #F7F9F8; }

/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%; }
  50% {
    width: 90%; }
  100% {
    width: 10%; } }

@keyframes primary-long {
  0% {
    width: 80%; }
  50% {
    width: 0%; }
  100% {
    width: 80%; } }

/*secondslide*/

.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
 /* max-width: 1000px;*/
  position: relative;
  margin: auto;
}

/* Caption text *//*
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}*/

/* Number text (1/3 etc) */
/*.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}*/

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #d2d2d2;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}
.hoveroverlay {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  background-color: #008CBA;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.slidecontainer:hover .hoveroverlay {
  width: 100%;
  left: 0;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

/*newsbox*/

.glyphicon
{
    margin-right:4px !important; /*override*/
}

.pagination .glyphicon
{
    margin-right:0px !important; /*override*/
}

.pagination a
{
    color:#555;
    padding: 3px 6px !important;
    margin-left: 3px !important;
}

.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.news-item
{
    /*padding:4px 4px;*/
    margin:10px;
    border-bottom:1px dotted #555; 
    list-style: none;

}
.news-item table > tbody > tr > td
{
	border: none !important;
	text-align: left;
}
#demo3
{
	overflow-y: hidden;
	height: 150px !important;
}

.demo1
{
	overflow-y: hidden;
    height: 150px !important;
}

              /*animation Area*/

.anim-area
{
	margin: 0px !important;
	padding: 0px !important;
}

/*.anim
{
	width: 100%;
	position: relative;
} */
.book1
{
	width: 100px;
	position: absolute;
	bottom: 70px;
    left: 100px;
}   
.bookshadow
{
	width: 100px;
	position: absolute;
	bottom:20px; 
    left: 100px;
}  
.cra        
{
	width: 80px;
	position: absolute;
	bottom: 53px;
    left: 350px;
}
.cra-sha        
{
	width: 80px;
	position: absolute;
	bottom: 13px;
    left: 350px;
}
.era
{
	width: 100px;
	position: absolute;
	bottom: 35px;
    left: 550px;
}
.era-sha
{
	width: 100px;
	position: absolute;
	bottom: 0px;
    left: 550px;
}
.pen
{
	width: 80px;
	position: absolute;
	bottom: 55px;
    left: 750px;
}
.pen-sha
{
	width: 80px;
	position: absolute;
	bottom: 5px;
    left: 750px;
}
.book2
{
	width: 80px;
	position: absolute;
	bottom: 55px;
    left: 1000px;
}
.book2-sha
{
	width: 80px;
	position: absolute;
	bottom: 18px;
    left: 1000px;
}

/*.manage
{
	text-align: center;
}*/
/*footer-color-area*/
.quick_links div{
	margin-bottom: 10px;
	border-radius: 10px;


}
.quick_links div.con_div{
	min-height: 50px;
	/*width: 300px;*/
background-color: #fc3;
text-align: center;
padding: 15px 10px;
}
.tg-widgetcontent-manage ul li.tg-active{

    background-color: #dd8503 !important;
    color: #fff !important;
}
.square
{
	width: 160px;
  height: 100px;
  margin: 0 auto;
	background-color: #00264d;
	color: #fff;
	font-size: 1.2em;
	padding: 20px;
	text-align: center;
	border-radius: 6px;
}
.line
{
	width: 100%;
	margin-top: 30px;
	border-top: 2px solid #666;
	position: relative;
}
.linebox
{
	background-color: #ff9904;
	padding: 10px 5px 10px 5px;
	color: #fff;
	margin-top: 5px;
	text-align: center;
	font-size: .9em;
}
.circle
{
width: 130px;
  height: 100px;
  margin: 0 auto;
  background-color: #00264d;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  padding: 25px 12px 10px;
  font-size: 1.2em;
}

/*Bus animation*/
/*.icon {
  height: 60px;
  width: 170px;
  color: black;
  position: absolute;
  box-shadow: 450px 0px orange;
  border-radius: 15px 15px 15px 15px;
}
.icon::before {
  content: "";
  height: 30px;
  width: 30px;
  color: black;
  position: absolute;
  left: 450px;
  top: 40px;
  border-radius: 150px;
  background: black;
  box-shadow: 0px 0px black, 130px 0px black; 
  animation: wheels 0.2s infinite;
}
.icon::after {
  content: "";
  height: 30px;
  width: 30px;
  color: black;
  position: absolute;
  left: 0;
  box-shadow: 150px 0px #f1c579;
  border-radius: 25px 25px 0px 0px;
  animation: wheels 0.2s infinite;
}

.windows {
  height: 25px;
  width: 15px;
  color: black;
  position: absolute;
  box-shadow: 480px 10px darkgrey, 510px 10px darkgrey, 540px 10px darkgrey, 570px 10px darkgrey;
  border-radius: 10px;
  animation: wheels 0.2s infinite;
}
.driver {
  width: 26px;
  height: 15px;
  position: absolute;
  background: lightblue;
  border: 2px solid black;
  border-right: none;
  left: 592px;
  top: 15px;
  border-radius: 10px 0px 0px 10px;
  animation: wheels 0.2s infinite;
}

.headlight {
  width: 10px;
  height: 10px;
  position: absolute;
  background: yellow;
  left: 610px;
  top: 35px;
  border-radius: 10px 0px 0px 10px;
  animation: wheels 0.2s infinite;
}

.taillights {
  width: 10px;
  height: 10px;
  position: absolute;
  background: red;
  left: 450px;
  top: 30px;
  border-radius: 0px 10px 10px 0px;
  animation: wheels 0.2s infinite;
}


.shadow {
  height: 15px;
  width: 150px;
  position: absolute;
  box-shadow: 460px 60px 30px #555;
  z-index: -9;
  animation: wheels 0.2s infinite;
}

@keyframes tree2 {
  0% {
    left: 800px;
  },
  100% {
    left: -150px;
  }
}

@keyframes tree {
  0% {
    left: 900px;
  },
  100% {
    left: -250px;
  }
}
 
@keyframes wheels {
  0% {
    transform: translateY(-5%);
  },
  100% {
    transform: translateY(5%);
  }*/
/*}*/
.van
{
	margin-top: -45px;
	position: absolute;
}
.downbox
{
	width: 100%;
	background-color: #fb9400;
	color: #fff;
	height: 125px;
	padding: 20px;
	line-height: 25px;
}
.downbox1
{
	width: 100%;
	background-color: #00264d;
	color:#ffffff;
	height: 125px;
	padding: 20px;
	line-height: 25px;
}
/*sidebarmenuothers*/

.sidenav1 {
  height: 100%;
  width: 200px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 20px;
}

/* Style the sidenav links and the dropdown button */
.sidenav1 a, .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* On mouse-over */
.sidenav1 a:hover, .dropdown-btn:hover {
  color: #f1f1f1;
}

/* Main content */
.main2 {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {
  background-color: green;
  color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #DD8503;
  padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.tg-widgetcontent-manage .navbar-collapse
{
	padding-left: 0px !important;
	padding-right: 0px !important; 
	background-color: #dd8503 !important;
}
.tg-widgetcontent-manage .navbar-nav>li>a 
{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.tg-widgetcontent-manage .navbar-nav>li>a:hover 
{
    background-color: #dd8503 !important;
}
.tg-widgetcontent-manage .navbar-nav>li:hover 
{
    background-color: #dd8503 !important;
}

/*circle animation*/
/*.icon {

width: 180px;
height: 180px;
top: -200px;
margin: 0 auto;
position: relative;
}
.icon:hover {
-moz-animation: rotatecircle 4s infinite linear;
-webkit-animation: rotatecircle 4s linear;
}
.outerCircle {
background-color: transparent;
    border: 1px solid rgba(0, 38, 77, 0.9);
    opacity: 0.9;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    border-radius: 100px;
    width: 195px;
    height: 195px;
    margin: 0 auto;
-moz-animation: spinPulse 3s infinite ease-in-out;
-webkit-animation: spinPulse 3s infinite ease-in-out;
}
.innerCircle {
background-color: transparent;
border: 5px solid rgba(189, 215, 60, 0.6);
opacity: .9;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-radius: 100px;
top: -195px;
width: 180px;
height: 180px;
margin: 0 auto;
position: relative;
-moz-animation: spinoffPulse 1s infinite linear;
-webkit-animation: spinoffPulse 1s infinite linear;

}


@-moz-keyframes spinPulse {
    0% { -moz-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #bdd73c;}
	50% { -moz-transform:rotate(145deg); opacity:1; }
	100% { -moz-transform:rotate(-320deg); opacity:0; }
}
@-moz-keyframes spinoffPulse {
    0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(360deg);  }
}
@-webkit-keyframes spinPulse {
    0% { -webkit-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #bdd73c; }
	50% { -webkit-transform:rotate(145deg); opacity:1;}
	100% { -webkit-transform:rotate(-320deg); opacity:0; }
}
@-webkit-keyframes spinoffPulse {
    0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(360deg); }
}
@-moz-keyframes rotatecircle {
    0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(-360deg); }
}

@-webkit-keyframes rotatecircle {
    0% { -webkit-transform:rotate(0deg); }
100% { -webkit-transform:rotate(-360deg); }
}
.tg-honoraward .outerCircle .figure:before
{
	margin: 0 !important;
	width: 170px !important;
	position: absolute !important;
	left:100px !important;
}
.tg-honoraward .outerCircle .figure
{
	margin: 0 !important;
	width: 170px !important;
	position: absolute !important;
	left:100px !important;
}*/

/*circle animation Two*/

.circle2 {
  position: relative;
  margin: 20px;
  height: 180px;
  width: 180px;
  /*background-color: orange;*/
  border-radius: 50%;
  /*border: 1px solid blue;*/
}
/*.tg-honoraward .circle2 .figure:before
{
	margin: 0 !important;
	width: 177px !important;
	position: absolute !important;
	left:0px !important;
	top:5px !important;
}*/

.circle2:before {
  position: absolute;
  content: '';
  height: calc(100% + 15px); 
  width: calc(100% + 15px); 
  border: 2px dashed orange;
  top: -9px;
  left: -9px;
  border-radius: inherit;
  animation: spin 20s linear infinite;
}

@keyframes spin { 
  100% { 
    transform: rotateZ(360deg); 
  }
}
.circle3 {
  position: relative;
  margin-bottom: 20px;
  height: 180px;
  width: 180px;
  /*background-color: orange;*/
  border-radius: 50%;
  /*border: 1px solid blue;*/
}
/*.tg-honoraward .circle2 .figure:before
{
	margin: 0 !important;
	width: 177px !important;
	position: absolute !important;
	left:0px !important;
	top:5px !important;
}*/

.circle3:before {
  position: absolute;
  content: '';
  height: calc(100% + 15px); 
  width: calc(100% + 15px); 
  border: 2px dashed orange;
  top: -8px;
  left: -8px;
  border-radius: inherit;
  animation: spin 20s linear infinite;
}

@keyframes spin { 
  100% { 
    transform: rotateZ(360deg); 
  }
}
.welcomearea
{
 width: 1170px;
 margin: auto;
}

.newcontainer { 
	width: 260px; 
	margin: 0 auto; 
	overflow: hidden;
	border-radius: 10px; 
}

.figure
{
	margin: auto;
}
.figure img
{
	margin-bottom: 10px;
}
.btn-secon
{
	background-color: #00264d !important;
	color: #fff !important;
	-webkit-transition: 0.5s; /* Safari */
  transition: 0.5s;
}
.btn-secon:hover
{
	background-color: #fff !important;
	color: #00264d !important;
	border: 2px solid #00264d;
}
.newcontainer .newslider {
    width: 600%;
    overflow: hidden;
    border-top: 3px solid #78909C;
    border-bottom: 3px solid #78909C
}

.newcontainer .newslider img {
    width: 260px;
    float: left;
    -webkit-animation: nslider 10s ease-in-out infinite;
    -moz-animation: nslider 10s ease-in-out infinite;
    animation: nslider 10s ease-in-out infinite
}


@-webkit-keyframes nslider {
    
    0% { transform: translateX(0) }
    
    10% { transform: translateX(0) }
    
    15% { transform: translateX(-100%) }
    
    25% { transform: translateX(-100%) }
    
    30% { transform: translateX(-200%) }
    
    40% { transform: translateX(-200%) }
    50% { transform: translateX(0%) }
    
  
    
    

}

@-moz-keyframes nslider {
    
    0% { transform: translateX(0) }
    
    10% { transform: translateX(0) }
    
    15% { transform: translateX(-100%) }
    
    25% { transform: translateX(-100%) }
    
    30% { transform: translateX(-200%) }
    
    40% { transform: translateX(0%) }
    50% { transform: translateX(0%) }
    
    
    

}

@keyframes nslider {
    
    0% { transform: translateX(0) }
    
    10% { transform: translateX(0) }
    
    15% { transform: translateX(-100%) }
    
    25% { transform: translateX(-100%) }
    
    30% { transform: translateX(-200%) }
    
    40% { transform: translateX(0%) }
    
    50% { transform: translateX(0%) }
    
    

}

.tw-analysis-area:before {
    position: absolute;
    top: 50%;
    left: -50%;
    width: 150%;
    height: 100px;
    content: "";
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
    opacity: 0;
    visibility: hidden;
}
.tw-analysis-area:after {
    position: absolute;
    top: 50%;
    left: -50%;
    width: 150%;
    height: 100px;
    content: "";
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
    opacity: 0;
    visibility: hidden;
    left: auto;
    right: -50%;
    }
.tw-analysis-area
{
    /*background-color: #0575bc;*/
    z-index: 1;
    overflow: hidden;
    position: relative;
}
.tw-analysis-area:hover:before {
    left: 100%;
    visibility: visible;
    opacity: 1; }
  .tw-analysis-area:hover:after {
    right: 100%;
    visibility: visible;
    opacity: 1; }


   /*slidernewsevents*/

   .mySlides1, .mySlides2, .mySlides3 {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container2 {
  max-width: 300px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 12px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.prev:hover, .next:hover {
  background-color: #f1f1f1;
  color: black;
}

/* Fading animation */
/*.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}*/

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/* The dots/bullets/indicators */
.dots {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

.whys img
{
	background-color: #00274E;
	border-radius: 50%;
	width: 50%;
	padding: 5px;
}

/*accordion*/
.panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .more-less {
        float: right;
        color: #212121;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }

.parentsguardians-hd{
	border-left: 4px solid #fb9400;
	 padding-left: 15px;
	 text-transform: uppercase;
}


.ul-li ul li{
	list-style-type: square;
	color:#0d213d;
	list-style-position:outside;
}
 
    /*clock*/


	.panel-default {
		border-color: #fff !important;
	}
body.tg-home .tg-main {
    padding: 0px 0px;
}
.anim{
position: relative;
	/*width:600px;*/
}
.anim img{
width:180px;
}
.clock{
	position: absolute;
	top: 12px;
	width:60px;
	left: -21px;
}
.clock section {
  padding: 0.5em;
  min-width: 115px;
  width: 162px;
  max-width: 800px;
  /*border-right: 2px dotted gray;*/

  float: left;
}

#clock {
  width: 32em;
  height: 32em;
  border-radius: 50%;
  border: solid 2px #fff;
  margin: auto;
  position: relative;
  /*font-size: 5px;*/
  left: 35px;
	background-color: #fff;


}

#clock div, .faceBox {
  border: 0;
  background-color: black;
  position: absolute;
  transform-origin: center bottom;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform: rotate(0deg);
	color: #000;

}

#clock #hour {
  border-radius: 0.75em 0.75em 0 0;
  width: 1.5em;
  height: 6em;
  top: 9em;
  left: 14.25em;
  z-index: 30;
  background-color: #000;
}

#clock #minute {
  border-radius: 0.5em;
  width: 1em;
  height: 11em;
  top: 4em;
  left: 14.5em;
  z-index: 20;
  background-color: #000;

}

#clock #second {
  border-radius: 0.25em;
  width: 0.25em;
  height: 14em;
  top: 1em;
  left: 14.75em;
  z-index: 10;
  background-color: red;
}

#clock #center {
  height:2em;
  width: 2em;
  border-radius:50%;
  top:14em;
  left:14em;
  z-index:50;
  transform:rotate(0deg);

}

.smallTick {
  width: 0.1em;
  height: 0.5em;
  background-color: black;
}

.mediumTick {
  width: 0.25em;
  height: 0.8em;
  background-color: black;
}

.largeTick {
  width: 0.4em;
  height: 0.8em;
  background-color: black;
  position: relative;
}

.tickNum {
  font-family: Times New Roman;
  font-size: 2em;
  line-height: 0;
  color: black;
  position: relative;
  top: 1em;
  left: -0.2em;
  z-index: 1;
}

.faceBox {
  border: 0;
  width: 0;
  height: 15em;
  top:0;
  left: 15em;
  position: absolute;
  text-align: center;
  overflow: visible;
  margin: 0 auto;
}

._drag {
  font-family: Times New Roman;
}


