* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
ul li {
	list-style: none;
}
.banner li {
	list-style: none;
}
.banner li img {
	width: 100%;
}
a {
	text-decoration: none;
}
.clear {
	clear: both;
	float: left;
	width: 100%;
}
body {
	font-family: 'Roboto Condensed', sans-serif;
}
h4 {
	color: #333333;
	font-size: 17px;
	font-weight: 600;
	padding: 5px 0;
}
.container {
	width: 1170px;
	margin: 0 auto;
}
.c-30, .c-40, .c-50, .c-60, .c-70, .c-25, .c-75 {
	display: inline-block;
	float: left;
}
.c-30 {
	width: 30%;
}
.c-25 {
	width: 25%;
}
.c-40 {
	width: 40%;
}
.gp {
	width: 25%;
	padding: 24px 15px;
}
.c-50 {
	width: 50%;
}
.c-60 {
	width: 60%;
}
.c-70 {
	width: 70%;
}
.c-75 {
	width: 75%;
}
.header {
	width: 100%;
	display: inline-block;
	background: #fff;
}
.title {
	width: 70%;
	padding: 20px 0px 20px 0px;
	display: inline-block;
	box-sizing: border-box;
}
.title h2 {
	color: #0c5bbc;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 1px 2px 4px rgba(0,0,0,0.4)
}
.title span {
	color: #3f3f3f;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 1px 2px 4px rgba(0,0,0,0.4)
}
.logos {
/*float:right; width:20%; text-align:right; display:inline-block;*/

}
.title {
}
.logos img {
	border-radius: 50%;
	box-shadow: 4px 4px 6px rgba(0,0,0,0.3);
}
.logo, .logos {
	width: 116px;
	height: 116px;
	border-radius: 50%;
	box-shadow: 4px 4px 6px rgba(0,0,0,0.3);
	display: inline-block;
}
.logo {
	float: left;
	margin-right: 12px;
}
.logos {
	float: right;
}
.logo img {
	width: 116px;
	height: 116px;
	border-radius: 50%;
	box-shadow: 4px 4px 6px rgba(0,0,0,0.3);
}
.sb-header {
	width: 100%;
	display: inline-block;
	background: url(../images/header.jpg);
	box-shadow: 4px 4px 6px rgba(0,0,0,0.3);
}
.differ {
	width: 100%;
	display: inline-block;
	position: relative;
}
/*.banner {
	background-image: url(../images/Banner.jpg);
	background-size: cover;
	width: 100%;
	height: 520px;
}*/
.banner {
	position: relative;
}
.b-cntnt {
	background: #fff;
	width: 100%;
}
.cntnx-box {
	background: #daf2ff;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.11);
	margin-bottom: 42px;
	display: inline-block;
}
.cntnx-box h2 {
	display: inline-block;
	/*background: #0c5bbc;*/
	color: #0b55ae;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 28px 18px 14px 0px;
	margin: 0 0 12px 42px;
}
.abt-first {
	width: 100%;
	display: inline-block;
	padding-bottom: 12px;
	padding-left: 42px;
}
.small-img {
	float: left;
	width: 15%;
}
.abt-ttle {
	float: left;
	display: inline-block;
	width: 65%;
	margin: 20px 0 0;
}
.abt-ttle h3 {
	font-size: 25px;
	color: #0c5bbc;
	font-weight: 400;
	margin-bottom: 24px;
}
.abt-ttle p {
	font-size: 15px;
	line-height: 25px;
	text-align: justify;
	font-family: 'Titillium Web', sans-serif;
	color: #040404;
}
.abt-ttle span a {
	float: right;
	color: #8a0105;
	font-size: 14px;
	position: relative;
	padding-bottom: 10px;
}
.abt-ttle span a:after {
	content: "";
	position: absolute;
	width: 14px;
	height: 3px;
	background: #207ef2;
	bottom: 0px;
	right: 5px;
}
.n-logo {
	float: left;
	width: 20%;
	text-align: center;
	display: inline-block;
}
.parent {
	padding: 0 0 35px 20px;
}
.profile {
	border: 3px solid #f4df4e;
	margin: 22px 35px 0 0;
	background: #0c5bbc;
	width: 66%;
	display: inline-block;
	float: left;
}
.pro-content {
	width: 76%;
}
.pro-content h4 {
	color: #ffffff;
	font-size: 17px;
	font-family: 'Titillium Web', sans-serif;
	margin-bottom: 8px;
}
.pro-content h4::before {
	content: "";
	position: absolute;
	top: 50px;
	width: 14px;
	height: 3px;
	background: #ffffff;
}
p.space {
	color: #ffffff;
}
.pro-content p {
	color: #ffffff;
	font-size: 13px;
	line-height: 25px;
}
p {
	color: #040404;
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
	text-align: justify;
	line-height: 27px;
}
.lft, .rgt {
	padding: 20px 20px 35px;
	position: relative;
}
.lft::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 160px;
	background: #ffffff;
	right: 0;
}
.pro-content span a {
	float: right;
	/*color: #ffffff;*/
	color: #f4df4e;
	font-size: 14px;
	position: relative;
	padding-bottom: 10px;
}
.pro-content span a:after {
	content: "";
	position: absolute;
	width: 14px;
	height: 3px;
	background: #ffffff;
	bottom: 0px;
	right: 5px;
}
.apply {
	font-size: 15px;
	margin: 20px 0px;
	display: inline-block;
	width: 100%;
}
.icon {
	background-color: #fff;
	padding: 4px 16px;
	display: inline-block;
	width: 51px;
	float: left;
	position: relative;
}
.icon:after {
	content: "";
	width: 53px;
	height: 21px;
	position: absolute;
	bottom: -19px;
	left: 0;
	background-image: url(../images/down-arrow.png);
}
a1a1a1 {
	display: inline-block;
	margin-left: -2px;
	width: 80%;
	float: left;
}
.icon img {
	padding: 5px 0;
}
.fst h5 {
	font-size: 15px;
	background: #0c5bbc;
	padding: 12px 00px 9px 60px;
	color: #fff;
	font-weight: 100;
	cursor: pointer
}
.parent, .apply-container {
	display: inline-block;
	float: left;
}
.parent {
	width: 100%;
}
.apply-container {
	width: 28%;
}
.news {
	border-top: 1px solid #daf2ff;
	border-bottom: 1px solid #daf2ff;
	background: #daf2ff;
	position: relative;
	top: -50px;
}
.hedr {
	background: #f6fcff;
	padding: 22px 0px 22px 20px;
	position: relative;
}
.hedr:after {
	content: "";
	position: absolute;
	top: 2px;
	right: -22px;
	background-image: url(../images/arrow-2.png);
	width: 25px;
	height: 72px;
}
.skdslider ul.slide-navs {
	display: none;
}
.specifications li a:hover, .txt span a:hover, .pro-content span a:hover, .abt-ttle span a:hover, .footer-link ul li a:hover, .view-2 a:hover {
	color: #e09e1a;
}
.pad-r {
	padding-left: 20px;
	font-size: 15px;
	padding-right: 10px;
	padding-top: 12px;
	text-align: center;
}
.hedr span {
	width: 20%;
	float: left;
}
.hedr h2 {
	width: 80%;
	float: left;
	font-size: 25px;
	color: #0c5bbc;
	font-weight: normal;
}
.dy-cntnt {
	font-size: 16px;
	font-family: 'Titillium Web', sans-serif;
	color: #363636;
	padding: 10px 0px 0px 20px;
}
.banners {
	background-image: url(../images/banner-01.jpg);
	height: 384px;
	background-size: cover;
}
.heading {
	padding: 43px 0px 27px;
}
.heading h2 {
	font-size: 30px;
	color: #fff;
	font-weight: lighter;
	text-transform: uppercase;
}
.wid-68 {
	width: 65%;
	display: inline-block;
	float: left;
	padding-left: 70px;
}
.sub {
	border-left: 1px solid #fff;
	padding-bottom: 60px;
}
.txt p {
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
	color: #fff;
	padding: 26px 0px 0px 30px;
	line-height: 27px;
	font-weight: 100;
}
.txt span a {
	float: right;
	/*color: #fff;*/
	color: #f4df4e;
	font-size: 14px;
	position: relative;
	padding-bottom: 10px;
}
.txt span a:after {
	content: "";
	position: absolute;
	width: 14px;
	height: 3px;
	background: #fff;
	bottom: 0px;
	right: 5px;
}
.li-menu {
	text-align: center;
}
.specifications {
	float: right;
}
.specifications li {
	text-align: left;
	position: relative;
}
.specifications li a {
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 35px;
	letter-spacing: 1px;
	text-decoration: underline;
}
/*.specifications li:before {
	content: "";
	width: 80px;
	height: 1px;
	top: 18px;
	left: -61%;
	position: absolute;
	background-color: #fff;
}*/
.specifications li {
	list-style-image: url(../images/bullet01.png);
}
.activites {
	margin: 30px 0;
}
.act {
	font-size: 25px;
	color: #0c5bbc;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 30px;
}
.activites {
	padding: 10px;
}
.activites-pro {
	margin: 0px 15px 0px 0px;
}
.activites-pro1 {
	margin: 0px 0px 0px 0px;
}
.activites-content {
	background-color: #daf2ff;
	border-bottom: 2px solid #4081cd;
	display: inline-block;
	width: 100%;
	min-height: 121px;
}
.activites-content h4 {
	color: #2c2b2b;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	font-size: 18px;
	padding: 10px 0;
	text-transform: uppercase;
	font-weight: 100;
}
.activites-content p {
	color: #403f3f;
	font-family: 'Titillium Web', sans-serif;
	text-align: center;
}
.box-shadow, .activites-pro {
	box-shadow: 1px 1px 12px rgba(0,0,0,0.65);
}
.view {
	position: absolute;
	background-color: #0c5bbc;
	padding: 4px 5px;
	bottom: 1px;
	right: 0;
}
.view a {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px
}
.view:before {
	content: "";
	position: absolute;
	top: 0;
	left: -15px;
	width: 0;
	height: 0;
	border-bottom: 24px solid #0c5bbc;
	-moz-border-bottom-size: 26px;
	border-left: 15px solid transparent;
}
.activites-img img {
	width: 100%;
}
.q-link {
	box-shadow: 1px 1px 12px rgba(0,0,0,0.65);
	display: inline-block;
	width: 100%;
	margin-top: 60px;
	border-left: 2px solid #0c5bbc;
	border-right: 2px solid #0c5bbc;
	position: relative;
}
.q-link:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 8px solid #0c5bbc;
	border-bottom: 6px solid transparent;
}
.q-link:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-right: 8px solid #0c5bbc;
	border-bottom: 6px solid transparent;
}
.q-title {
	color: #0c5bbc;
	font-size: 22px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
	/*padding: 35px 0px 35px 50px;*/
	text-transform: uppercase;
	display: inline-block;
}
.addi {
	background: #0c5bbc;
	padding: 12px 12px 9px 11px;
	border-radius: 4px;
	margin-left: 8px;
	margin-top: 10px;
	margin-right: 4px;
	color: #fff;
}
.q-link-right {
	padding-top: 9px;
	width: 75%;
}
.qulick-list {
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding: 13px 0;
}
/*.qulick-list img {
	box-shadow: 1px 1px 12px rgba(0,0,0,0.65);
	padding: 11px 8px;
}*/
/*.qulick-list:after {
	content: "";
	width: 53px;
	height: 21px;
	bottom: 20px;
	left: 149px;
	background-image: url(../images/down-arrow.png);
	position: absolute;
}*/
.qulick-list h6 {
	font-size: 15px;
	color: #0c5bbc;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 100;
	margin-top: 14px;
}
.line-1 {
	position: relative;
}
/*.line-1:before {
	content: "";
	width: 1px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0px;
	background-color: #d7d7d7;
	transform: skew(-200deg);
}*/
.gallery {
	background-image: url(../images/gallery-bg.png);
	height: 100%;
	position: relative;
	display: inline-block;
	width: 100%;
}
.gallery-left img {
	border-radius: 12px;
	box-shadow: 1px 1px 12px rgba(0,0,0,0.65);
	margin: 44px 0px 44px 0px;
	width: 100%;
}
.gallery-right {
	padding-left: 20px;
}
.gallery-right h2 {
	color: #fff;
	font-size: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
	text-align: center;
	padding: 65px 0px 35px;
	text-transform: uppercase;
}
.galler-list {
	width: 100%;
	display: inline-block;
	float: left;
	box-sizing: border-box;
}
.galler-items {
	padding: 0px 0px;
}
.galler-items img {
	border: 2px solid #fff;
	width: 100%;
}
.g-line {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 30px 0 15px;
	display: inline-block;
}
.galler-items p {
	color: #fff;
	font-size: 14px;
	font-family: 'Titillium Web', sans-serif;
	text-transform: uppercase;
	padding-top: 10px;
}
.dots {
	padding: 10px 0px 10px;
	;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.dots img {
	text-align: center;
}
.view-2 {
	text-align: center;
	border-top: 31px solid #fff;
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	height: 0;
	width: 82px;
	margin: 0 auto;
}
.view-2 a {
	padding: 5px 8px;
	position: relative;
	top: -26px;
	font-size: 15px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #0c5bbc;
	text-transform: uppercase;
	font-weight: 600;
}
.view-2 a:before {
	position: absolute;
	top: 0;
	left: -17px;
	width: 0;
	height: 0;
	border-bottom: 31px solid #fff;
	border-left: 17px solid transparent;
}
.view-2 a:after {
	position: absolute;
	top: 0;
	right: -17px;
	width: 0;
	height: 0;
	border-bottom: 31px solid #fff;
	border-right: 17px solid transparent;
}
footer {
	background: url(../images/patrn1.png);
	display: inline-block;
	width: 100%;
	padding-bottom: 30px;
}
.inn {
	padding-bottom: 18px;
	border-top: 2px solid #0c5bbc;/*	margin-top: 30px;*/
}
.f-3 {
	width: 33.3%;
	display: inline-block;
	float: left;
	text-align: center;
}
.f-icon {
	width: 0;
	height: 0;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	border-top: 43px solid #0c5bbc;
	display: inline-block;
	text-align: center;
}
.f-icon img {
	position: relative;
	top: -38px;
	left: -8px;
}
.f-content {
	margin: 0 auto;
}
.f-content h3 {
	color: #0c5bbc;
	font-weight: bold;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 20px 0px 8px;
	letter-spacing: 1px;
}
.f-content p {
	font-size: 14px;
	font-family: 'Titillium Web', sans-serif;
	color: #0c5bbc;
	line-height: 26px;
	font-weight: bold;
	text-align: center;
}
.text-align-left {
	text-align: left !important;
}
.pad {
	/*padding-top: 10px;
	text-align: center;*/
	/*padding-top: 10px;
	text-align: center;*/
	padding-top: 10px;
	text-align: justify !important;
	width: 37% !important;
}
.footer-link {
	display: inline-block;
	text-align: center;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #383838;
}
.footer-link ul li {
	display: inline-block;
	padding: 0px 15px;
}
.footer-link ul li a {
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.line-0-1, .line-0-2, .line-0-3, .line-0-4 {
	position: relative;
}
.lower-case {
	text-transform: lowercase;
}
.cpy-rgt {
	margin-top: 20px;
	text-align: center;
	color: #0c5bbc;
}
.brdr {
	border: 0.5px solid #0c5bbc;
}
.gps {
	width: 25%;
}
/*inner page*/
.inner {
	background: url(../images/infrastructure-inner-banner.jpg);
	height: 303px;
}
.inner-infrastructure {
	background: url(../images/header/infrastructure.jpg);
}
.inner-contact {
	background: url(../images/header/contact.jpg);
}
.inner-literatureretrieval {
	background: url(../images/header/literatureretrieval.jpg);
}
.inner-msc {
	background: url(../images/header/msc.jpg);
}
.inner-publications {
	background: url(../images/header/publications.jpg);
}
.inner-research {
	background: url(../images/header/research.jpg);
}
.inner-training {
	background: url(../images/header/training.jpg);
}
.inner-usefullinks {
	background: url(../images/header/usefullinks.jpg);
}
.inner-courses {
	background: url(../images/header/courses.jpg);
}
.inner-download {
	background-image: url(../images/header/download.jpg);
}
.inner-database {
	background-image: url(../images/header/database.jpg);
}
.inner-ex-projects {
	background-image: url(../images/header/ex-projects.jpg);
}
.inner-gallery {
	background-image: url(../images/header/gallery.jpg);
}
.inner-news-and-events {
	background-image: url(../images/header/news-and-events.jpg);
}
.inner-nisagenet {
	background-image: url(../images/header/nisagenet.jpg);
}
.inner-staff {
	background-image: url(../images/header/staff.jpg);
}
.inner-usefullinks {
	background-image: url(../images/header/usefullinks.jpg);
}
.inner-infrastructure, .inner-contact, .inner-literatureretrieval, .inner-msc, .inner-publications, .inner-research, .inner-training, .inner-usefullinks, .inner, .inner-courses, .inner-database, .inner-download, .inner-ex-projects, .inner-gallery, .inner-news-and-events, .inner-nisagenet, .inner-staff, .inner-usefullinks {
	height: 303px;
	position: relative;
	top: 0;
}
.inner img, .inner-infrastructure img, .inner-contact img, .inner-literatureretrieval img, .inner-msc img, .inner-publications img, .inner-research img, .inner-training img, .inner-usefullinks img, .inner-courses img, .inner-database img, .inner-download img, .inner-ex-projects img, .inner-gallery img, .inner-news-and-events img, .inner-nisagenet img, .inner-staff img, .inner-usefullinks img {
	width: 100%;
}
.inner h1, .inner-infrastructure h1, .inner-contact h1, .inner-literatureretrieval h1, .inner-msc h1, .inner-publications h1, .inner-research h1, .inner-training h1, .inner-usefullinks h1, .inner-courses h1, .inner-database h1, .inner-download h1, .inner-ex-projects h1, .inner-gallery h1, .inner-news-and-events h1, .inner-nisagenet h1, .inner-staff h1, .inner-usefullinks h1 {
	color: #fff;
	font-size: 36px;
	background: none;
	text-transform: uppercase;
	position: absolute;
	z-index: 9;
	bottom: 30%;
}
.inner-infrastructure:after, .inner-contact:after, .inner-literatureretrieval:after, .inner-msc:after, .inner-publications:after, .inner-research:after, .inner-training:after, .inner-usefullinks:after, .inner:after, .inner-courses:after, .inner-database:after, .inner-download:after, .inner-ex-projects:after, .inner-gallery:after, .inner-news-and-events:after, .inner-nisagenet:after, .inner-staff:after, .inner-usefullinks:after {
	content: "";
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	background: #000;
	opacity: 0.4;
}
.top {
	width: 100%;
	margin: 0 auto;
}
.tab-title {
	width: 100%;
	background: url(../images/titile-bg.png);
	position: relative;
	top: -50px;
	display: inline-block;
	border-top: 3px solid rgba(101, 152, 211, 0.83);
}
.tab-title-line1:before {
	content: "";
	position: absolute;
	top: -3px;
	left: -17px;
	width: 42px;
	height: 50px;
	border-left: 3px solid rgba(101, 152, 211, 0.83);
	transform: skewX(-33deg);
}
.tab-title-line2:after {
	content: "";
	position: absolute;
	top: -3px;
	right: -59px;
	width: 42px;
	height: 50px;
	border-left: 4px solid rgba(101, 152, 211, 0.83);
	transform: skewX(31deg);
}
.tab-title:before {
	content: "";
	position: absolute;
	top: 0;
	left: -38px;
	background-image: url(../images/tab-before.png);
	width: 42px;
	height: 50px;
}
.tab-title:after {
	content: "";
	position: absolute;
	top: 0;
	right: -35px;
	background-image: url(../images/tab-after.png);
	width: 38px;
	height: 50px;
}
.tab-title li {
	font-size: 18px;
	color: #333333;
	width: 20%;
	box-sizing: border-box;
	height: 50px;
	display: inline-block;
	float: left;
	position: relative;
	line-height: 20px;
	padding: 16px 0px;
	text-align: center;
	cursor: pointer;
}
.active-tab {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #0c5bbc;
}
.active-tab:before {
	content: "";
	position: absolute;
	bottom: -9px;
	left: 48%;
	background-image: url(../images/down-arrow-1.png);
	width: 12px;
	height: 9px;
}
.tab-title li::after {
	content: "";
	position: absolute;
	height: 30px;
	width: 1px;
	background: #0c5bbc;
	top: 8px;
	right: 0px;
	transform: skewX(-15deg);
}
.tab-title > li:last-child:after {
	display: none;
}
.top-content {
	background-image: url(../images/content-bg.jpg);
	display: inline-block;
	width: 100%;
}
.tab-container {
	display: none;
	margin-bottom: 40px;
	float: left;
	width: 100%;
}
.tab-container.open {
	display: block;
}
.tab-left-img {
	position: relative;
	margin-bottom: 20px;
}
.tab-left-img img {
	width: 100%;
}
.tab-left-img-line1:before, .tab-left-img-line1:after {
	content: "";
	position: absolute;
	background-color: #e09e1a;
	top: -8px;
	left: -8px;
}
.tab-left-img-line1:before {
	height: 1px;
	width: 188px;
}
.tab-left-img-line1:after {
	height: 188px;
	width: 1px;
}
.tab-left-img-line3:before, .tab-left-img-line4:after {
	content: "";
	position: absolute;
	background-color: #e09e1a;
	bottom: -8px;
	right: -8px;
}
.tab-left-img-line3:before {
	height: 1px;
	width: 188px;
}
.tab-left-img-line4:after {
	height: 188px;
	width: 1px;
}
.tab-right {
	padding-left: 30px;
	display: inline-block;
}
.tab-right p {
	margin-bottom: 10px;
}
.tab-right h3 {
	color: #0c5bbc;
	font-size: 22px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.padding-top {
	padding-top: 20px;
}
.list {
	display: inline-block;
	padding-left: 20px;
}
.list li {
	line-height: 36px;
	list-style-image: url(../images/list-icon.png);
	color: #333333;
	font-size: 15px;
	font-family: 'Titillium Web', sans-serif;
}
.height {
	height: 50px;
}
.center-title {
	text-align: center;
}
.center-title h3 {
	color: #0c5bbc;
	font-size: 22px;
	margin: 15px 0 0;
	text-transform: uppercase;
}
.tab-link-content.open3 {
	display: block;
}
.link, .tab-link-content h3 {
	color: #0c5bbc;
	font-size: 20px;
	margin: 10px 0 0;
	text-transform: uppercase;
}
.tab-link-content h3 {
	text-align: center;
	margin-bottom: 20px;
}
.center-title-icon {
	width: 10px;
	margin: 0 auto;
}
.center-title-icon span {
	position: relative;
	width: 100%;
}
.center-title-icon span:before {
	content: "";
	position: absolute;
	top: 8px;
	left: -130px;
	width: 120px;
	height: 1px;
	background: #99181d;
	;
}
.center-title-icon span:after {
	content: "";
	position: absolute;
	top: 8px;
	right: -130px;
	width: 120px;
	height: 1px;
	background: #99181d;
	;
}
.panel .mar-bot {
	margin-bottom: 15px;
}
.mar-bot {
	margin-bottom: 40px;
	display: inline-block;
	width: 100%;
}
.bottom-tab {
	display: inline-block;
	width: 100%;
	float: left;
}
.top {
	top: 00px !important;
}
.tab-content {
	padding-top: 30px;
}
.tab-content p {
	text-align: center;
}
.showdow {
	/*-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
              -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);*/
	box-shadow: -4px -6px 10px rgba(0,0,0,.1);
}
.gallery-page {
	display: inline-block;
	width: 100%;
}
.gallery-img {
	position: relative;/*box-sizing: border-box;
	padding: 0px 10px;*/
}
.gallery-img img {
	width: 90%;
}
.galler-items-1 {
	margin-bottom: 80px;
}
.gallery-img-line-1 {
	position: absolute;
}
.gallery-img-line-1:after {
	content: "";
	position: absolute;
	top: -6px;
	right: -6px;
	width: 1px;
	height: 150px;
	background-color: #e09e1a;
}
.gallery-img-line-1:before {
	content: "";
	position: absolute;
	top: -6px;
	right: -6px;
	width: 150px;
	height: 1px;
	background-color: #e09e1a;
}
.gallery-img::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	transform: skewY(-1.5deg);
	transform-origin: 100%;
}
.gallery-des {
	border-left: 3px solid #e09e1a;
	height: 70px;
	margin-left: 15px;
	z-index: 10;
	position: absolute;
	margin-top: -20px;
}
.gallery-des h5 {
	color: #0c5bbc;
	font-size: 17px;
	font-weight: 500;
	padding: 25px 0px 0px 10px;
	text-transform: uppercase;
}
/*.gallery-img::before {
    content: '';
        position: absolute;
    right: 0;
    top: 0;
     transform: skewY(1.5deg);
    transform-origin: 100% 0;
}*/
.gallery-img:before {
	position: absolute;
	left: 0px;
	bottom: -49px;
	background: url(../images/content-bg.jpg);
	content: "";
	height: 38%;
	width: 90%;
	border: 1px solid #f1f1f1;
	z-index: 0;
	position: absolute;
	transform: skewY(-13deg);
	-webkit-transform: skewY(-12deg);
	-moz-transform: skewY(-13deg);
	-ms-transform: skewY(-13deg);
	-o-transform: skewY(-13deg);
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	box-shadow: 0px -2px 0px rgba(0, 0, 0, 0.11);
}
.news-events {
	display: inline-block;
	border-bottom: thin solid #91b3dc;
	width: 100%;
	float: left;
	margin-bottom: 60px;
}
.date {
	/*background: #e09e1a;*/
	color: #ffffff;
	font-size: 22px;
	padding: 10px 0px 0px;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	/*	width: 6%;*/
	box-sizing: border-box;
	float: left;
}
.date-news {
	width: 95%;
	box-sizing: border-box;
	float: left;
	padding: 20px 16px 12px;
	position: relative;
}
.date:before, .date:after {
	content: "";
	position: absolute;
	bottom: 0;
	border-top: 10px solid #8e6107;
	width: 0;
	height: 0;
}
/*.date:before {
	left: -10px;
	border-left: 10px solid transparent;
}
.date:after {
	right: -10px;
	border-right: 10px solid transparent;
}*/
.more-1 {
	display: inline-block;
	float: right;
}
.date-news p {
	display: inline-block;
}
.more-1 a {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	font-size: 14px;
	background: #0c5bbc;
	padding: 5px 12px;
	border-radius: 3px;
}
.more-1 a:hover {
	color: #e09e1b;
}
.btns:hover {
	color: #0c5bbc;
}
.form {
	width: 70%;
	margin-bottom: 40px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.form h3 {
	color: #0c5bbc;
	font-size: 21px;
	text-align: center;
	text-transform: uppercase;
}
.label-txt {
	width: 100%;
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
}
.label-txt > label {
	position: absolute;
	left: 50px;
	top: 5px;
	z-index: 9;
	font-size: 14px;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	color: #000 !important;
}
.form-icon:before, .form-icon:after {
	content: "";
	position: absolute;
	bottom: 0px;
	border-top: 5px solid #8e6107;
	width: 0;
	height: 0;
}
.form-icon:before {
	left: -5px;
	border-left: 5px solid transparent;
}
.form-icon:after {
	right: -5px;
	border-right: 5px solid transparent;
}
.form-icon span {
	color: #fff;
}
.form-icon {
	position: relative;
	background: #e09e1a;
	padding: 8px 8px;
	display: inline-block;
	width: 8%;
	float: left;
	top: 8px;
	text-align: center;
}
.input-txt {
	float: left;
	width: 92%;
	border: none;
	border-bottom: 1px solid #99b6d9;
	background-color: transparent;
	position: relative;
	z-index: 99;
	outline: none;
	box-sizing: border-box;
	padding: 0px 5px 15px;
	margin-bottom: 10px;
}
.input-txt:focus, .txt1:focus, .txt:focus {
	border-bottom: 1px solid #0c5bbc;
}
input[type=text] {
	padding: 5px 20px;
	margin: 8px 0;
	box-sizing: border-box;
}
.form-feild {
	display: inline-block;
	width: 100%;
	height: 80px;
}
.error {
	color: #f00;
	padding-left: 40px;
	font-size: 13px;
}
.code {
	margin-top: 20px;
}
.captcha {
	background: #99b6d9;
	padding: 8px 15px;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
}
.code2 {
	margin-top: 0px;
}
.submit {
	background-color: #1c65be;
	padding: 8px 15px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	float: right;
	cursor: pointer;
	border: none;
	outline: none;
}
.l-left {
	left: 0 !important;
}
.contact-info {
	margin-top: 30px;
}
.contact-content {
	padding-bottom: 30px;
	display: inline-block;
	width: 100%;
}
.contact-icon, .contact-details {
	display: inline-block;
	float: left;
	box-sizing: border-box;
}
.contact-icon {
	width: 8%;
}
.contact-details {
	width: 92%;
}
.contact-details h5 {
	color: #1c65be;
	font-family: 'Titillium Web', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
}
.contact-text {
	width: 75%;
	margin: 0 auto;
	margin-top: 40px;
}
.contact-text p {
	font-size: 16px;
	text-align: center;
	letter-spacing: 1px;
}
.contact-text p strong {
	color: #0c5bbc;
}
.staff-list {
	text-align: center;
	margin-bottom: 40px;
}
.border {
	border-bottom: thin solid #99181d;
	display: inline-block;
	width: 80%;
}
.staff-list h5 {
	color: #0c5bbc;
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 0 0;
}
.staff-list p {
	text-align: center;
	padding-top: 0px;
}
.more-3 {
	background: #99181d;
	padding: 0px 5px;
	;
	color: #ffffff;
	border-radius: 50%;
	transition: 0.8s;
	font-size: 14px;
}
.more-3:hover {
	background: #0c5bbc;
	transition: 0.8s;
}
.menu-i-right {
	float: right;
	color: #fff;
	padding: 0px 10px;
}
.menu-i-left {
	color: #fff;
	padding-right: 10px;
}
.tab-heading {
	color: #0c5bbc;
	font-size: 20px;
	margin: 00px 0 30px;
}
.table-cont {
	width: 100%;
}
.table {
	width: 100%;
}
/*	.table tr td
	{

		width: 100%;
	}*/
th {
	background: #e09e1a;
	color: white;
	font-family: 'Titillium Web', sans-serif;
}
td, th {
	padding: 6px;
	border: 1px solid #b37e13;
	/* text-align: left;*/    font-family: 'Titillium Web', sans-serif;
}
.table {
	border: none;
}
.table tr:nth-child(even) {
	background-color: #eee;
}
.table tr:nth-child(odd) {
	background-color: #fff;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button.accordion {
	background-color: #daf2ff;
	color: #0b55ae;
	cursor: pointer;
	padding: 8px 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	/*border-bottom: thin solid #0c5aae;*/
	font-family: 'Titillium Web', sans-serif;
}
button.accordion.active, button.accordion:hover {
	background-color: #0b55ae;
	/*border-bottom: 1px solid #fff;*/
	color: #fff;
}
button.accordion:after {
	content: '\002B';
	color: #b37e13;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}
button.accordion.active:after {
	content: "\2212";
	color: #fff;
}
div.panel {
	padding: 0px 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	border-left: thin solid #0b55ae;
	border-right: thin solid #0b55ae;
	border-bottom: thin solid #0b55ae;
}
.panel p {
	text-align: justify;
	padding-top: 10px;
}
.panel p strong {
	color: #0c5bbc;
	line-height: 20px;
	text-transform: uppercase;
}
.content p {
	padding-top: 10px;
}
.useful-link {
	margin-top: -50px;
}
.side-tab {
	border-left: 1px solid #99181d;
	margin-top: 40px;
}
.side-tab > h4 {
	font-family: 'Titillium Web', sans-serif;
	display: inline-block;
	width: 100%;
	color: #0b4a96;
	position: relative;
	font-weight: 500;
	cursor: pointer;
	padding: 10px 0px 10px 20px;
}
.side-tab > h4:before {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	border: 2px solid #99181d;
	border-radius: 50%;
	top: 15px;
	left: -9px;
	transition: 0.8s;
}
.side-tab > h4:hover, .side-tab > h4.active-1 {
	color: #99181d;
	transition: 0.8s;
}
.act {
	color: #99181d !important;
}
.ab-link-content-img {
	display: inline-block;
	float: left;
	width: 18%;
	box-sizing: border-box;
	border-right: 2px solid #99181d;
	border-bottom: 2px solid #99181d;
	margin-left: 30px;
	text-align: center;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}
.ab-link-content-img img {
	width: 100%;
}
.border-1 {
	border-bottom: thin solid rgba(194, 210, 228, 0.83);
	display: inline-block;
	width: 100%;
	height: 1px;
	margin: 20px 0;
}
.tab-link-content {
	display: none;
}
.tab-link-content.open3 {
	display: block;
}
.databse h3 {
	color: #0c5bbc;
}
.databse .wid-50 {
	padding: 0px 10px;
}
.owl-dots {
	text-align: center;
}
.owl-dot {
	background: #000;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	margin: 5px;
	text-align: center;
}
.owl-dot.active {
	background: #fff;
}
.submenu1 {
	position: relative;
	right: -180px;
}
.pro-menu {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 25px;
	left: 0;
	background-color: #FFF;
	transition: opacity 0.5s, top 0.5s, left 0.5s;
	width: 180px;
	z-index: 10;
}
.pro-menu li {
	position: relative;
}
.pro-menu > li > a, .sub-link > li > a {
	display: block;
	padding: 10px 20px;
	color: #000;
}
.pro-menu li:hover .sub-link {
	opacity: 1;
	visibility: visible;
}
.sub-link {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 100%;
	display: inline-block;
	background-color: #FFF;
	transition: opacity 0.5s, top 0.5s, left 0.5s;
	width: 180px;
}
.pro-menu1 > li > a, .sub-link > li > a {
	display: block;
	padding: 10px 20px;
	color: #000;
}
.pro-menu li:hover .sub-link {
	/* opacity: 1;
    visibility: visible;*/
	display: block;
}
.map {
	width: 100%;
	margin: 0 auto;
	text-align: center;/*border: 1px solid #0c5bbc;*/
}
.map-img, .map-text {
	display: inline-block;
	float: left;
	padding: 5px;
}
.map-img {
	position: relative;
}
.map-img img {
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}
.map-img:after {
	content: "";
	position: absolute;
	height: 90%;
	width: 1px;
	background: #0c5bbc;
	transform: skew(-15deg, 0deg);
	top: 8%;
	right: -40px;
}
.map-text {
	color: #0c5bbc;
	font-size: 18px;
	margin-top: 10%;
	margin-right: 30px;
	display: block;
	float: right;
}
.map-text:hover {
	color: #99181d;
}
.bor {
	border-bottom: 1px solid #d8d8d8;
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	margin: 15px 0 30px;
}
/*Raman--------*/

.padd {
	padding-left: 50px;
}
.full {
	width: 100% !important;
}
h3.tab-heading {
	text-align: center;
	margin-top: 20px;
}
.spce {
	padding-right: 30px;
	margin-bottom: 30px;
}
.du-img {
	text-align: center;
	margin-bottom: 30px;
}
.download img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.download a {
	color: #0c5bbc;
	display: block;
	margin-bottom: 20px;
	text-decoration: underline;
}
.fst h5:hover {
	color: #d39e42;
}
.rt {
	text-align: center;
	text-decoration: underline;
}
.lt {
	margin-bottom: 20px;
}
.lt img {
	vertical-align: middle;
	margin-right: 5px;
}
.lt a {
	text-decoration: underline;
	color: #0c5bbc;
}
.cntr {
	color: #0c5bbc;
	font-size: 21px;
}
.row {
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
	margin-top: -30px;
}
.per-details {
	width: 75%;
	margin: 0 auto;
}
.border-bot {
	border-bottom: 1px solid #adbed2;
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}
.per-img, .per-text {
	display: inline-block;
	float: left;
}
.per-img {
	width: 50%;
	text-align: center;
}
.per-img img {
	border: 2px solid #e09e1a;
	/*padding: 4px 4px 0px 0px;*/
	border-right: 2px solid #e09e1a;
	display: inline-block;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
	margin-bottom: 10px;
}
.per-img h5 {
	color: #0c5bbc;
	text-align: center;
	font-size: 17px;
	padding: 5px 0;
}
.per-img h6 {
	font-size: 13px;
}
.per-text {
	width: 50%;
}
.per-text span, .per-text h5 {
	display: inline-block;
	padding: 10px;
	color: #0c5bbc;
}
.per-text span {
	font-size: 20px;
}
.per-text h5 {
	font-size: 15px;
}
.list-1 li a {
	transition: 0.8s;
}
.list-1 li a:hover {
	color: #0c5bbc;
	transition: 0.8s;
}
.quto {
	display: inline-block;
	width: 80%;
	margin: 20px 0 0;
	border-left: 2px solid #0c5bbc;
	border-right: 2px solid #0c5bbc;
	position: relative;
	background: #d1e6ff;
	height: 85px;
	left: 12%;
}
.quto:before {
	content: "";
	position: absolute;
	top: 45%;
	left: 0;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 8px solid #0c5bbc;
	border-bottom: 6px solid transparent;
}
.quto:after {
	content: "";
	position: absolute;
	top: 45%;
	right: 0;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-right: 8px solid #0c5bbc;
	border-bottom: 6px solid transparent;
}
.quto p {
	text-align: center;
	padding-top: 20px;
	font-size: 17px;
	font-style: italic;
}
.quto > span {
	text-align: right;
	float: right;
	padding-right: 20px;
	padding-top: 3px;
	color: #0c5bbc;
	font-size: 18px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 900;
}
.msg {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}
.msg h3 {
	padding: 20px 0;
	color: #0c5bbc;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
}
.msg-left, .msg-right {
	display: inline-block;
	float: left;
	width: 50%;
}
.msg-left {
	text-align: left;
}
.msg-right {
	text-align: right;
}
.msg-left strong {
	width: 60px;
	display: inline-block;
	color: #0c5bbc;
}
.msg-right {
	text-align: right;
	display: inline-block;
}
.msg-right img {
	padding-right: 12px;
	padding-bottom: 8px;
}
.p-left {
	float: right;
	color: #0c5bbc;
	font-weight: 800;
}
.msg p {
	padding: 10px 0;
}
.msg p a {
	color: #0c5bbc;
	font-size: 16px;
	transition: 0.8s;
}
.msg p a:hover {
	color: #040404;
	transition: 0.8s;
}
.simplePopup {
	display: none;
	position: fixed;
	border: 4px solid rgba(224, 158, 26, 0.83);
	background: #fff;
	z-index: 3;
	padding: 30px;
	width: 35%;
	top: 10%;
}
.simplePopup h5 {
	text-align: left;
	font-size: 16px;
}
.simplePopup p {
	text-align: left;
}
.simplePopupClose {
	float: right;
	cursor: pointer;
	margin-left: 10px;
	margin-bottom: 10px;
}
.simplePopup h6 span {
	color: #0c5bbc;
	padding: 10px 0;
	font-size: 15px;
	text-align: left;
	display: inherit;
	ont-family: 'Titillium Web', sans-serif;
}
.simplePopup h6 span i {
	padding-right: 10px;
}
.simplePopupBackground {
	display: none;
	background: #000;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.databse-left, .databse-right {
	position: relative;
	min-height: 250px;
}
.databse-left:after {
	content: "";
	position: absolute;
	top: 0;
	right: 30px;
	width: 1px;
	height: 100%;
	background: #0c5bbc;
	transform: skew(-10deg);
}
.databse-right {
	padding-left: 80px;
}
.databse-right:before {
	content: "";
	position: absolute;
	top: 40%;
	left: -18%;
	width: 150px;
	height: 80px;
	border: #0c5bbc solid 1px;
	background-image: url(../images/databases.jpg);
	transform: skew(-10deg);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}
/*--------------------------------style of me-------------*/
button.accordion i {
	margin-right: 8px;
}
.lne-ht ul li {
	line-height: 28px;
	margin-bottom: 15px;
}
.ttle {
	font-size: 18px;
	color: #0c5bbc;
	padding: 20px 0 0px;
	font-weight: bold;
}
.mar-tp {
	margin-top: 15px;
}
.show {
	display: none;
}
.btn {
	text-decoration: underline;
	font-size: 15px;
	color: #8a0105;
	margin-left: 6px;
	cursor: pointer;
	font-weight: 700;
}
.btns:hover {
	color: #0c5bbc;
}
.btn:hover {
	color: #0c5bbc;
}
.btns {
	text-decoration: underline;
	font-size: 15px;
	color: #8a0105;
	margin-left: 6px;
	cursor: pointer;
	font-weight: 700;
}
.pdf {
	color: #b37e13 !important;
	font-size: 20px !important;
	margin-right: 6px;
}
.pad-r a {
	color: #8a0105;
	font-size: 14px;
	position: relative;
	padding-bottom: 10px;
	right: 15px;
	float: right;
	top: 15px;
	font-family: 'Roboto Condensed', sans-serif;
}
.pad-r a:hover {
	color: #e09e1a;
}
.pad-r a:after {
	content: "";
	position: absolute;
	width: 14px;
	height: 3px;
	background: #207ef2;
	bottom: 5px;
	right: 5px;
}
.imgs span {
	padding-right: 4px;
}
.m-top {
	width: 85%;
	margin-top: -30px;
	margin-bottom: 20px;
	padding-top: 0;
}
.m-top .gps {
	width: 18%;
}
.m-lft {
	left: 23%;
}
.hde-1 {
	display: inline-block;
}
.res-table tr td:nth-child(1) {
	width: 8%;
	text-align: center;
}
.res-table tr:nth-child(1) td:nth-child(3) {
	text-align: center;
}
.res-table tr td:nth-child(2) {
	width: 10%;
}
.res-table tr td:nth-child(3) {
	width: 52%;
	text-align: left;
}
.res-table tr td:nth-child(3) .res-table tr td:nth-child(4) {
	width: 10%;
}
.res-table tr td:nth-child(5) {
	width: 10%;
}
.res-table tr td:nth-child(6) {
	width: 10%;
}
.res-table tr td {
}
.res-table1 tr td:nth-child(1) {
	width: 5%;
}
.res-table1 tr td:nth-child(1) p {
	text-align: center;
}
.res-table1 tr td:nth-child(2) {
	width: 20%;
}
.res-table1 tr td:nth-child(3) {
	width: 22%;
}
.res-table1 tr td:nth-child(4) {
	width: 30%;
}
.res-table1 tr td:nth-child(5) {
	width: 15%;
}
.res-table1 tr td:nth-child(6) {
	width: 5%;
}
.res-table1 tr td:nth-child(6) p {
	text-align: right;
	padding-right: 5%;
}
.res-table1 {
	margin-bottom: 30px;
}
.res-table2 {
	margin-bottom: 30px;
}
.content td {
	text-align: center;
}
.content tr:nth-child(30) td:first-child {
	text-align: right;
}
.content tr:nth-child(31) td:first-child {
	text-align: right;
}
.panel p:first-child {
	margin-top: 30px;
}
.panel p:last-child {
	margin-bottom: 30px;
}
.panel strong p {
	margin: 0;
}
.panel-container {
	margin: 20px 0;
}
p i {
	font-style: normal;
	font-size: 15px;
	color: #0c5bbc;
	font-weight: bold;
}
.msg-right span {
	color: #0c5bbc;
	font-weight: bold;
}
.pp p {
	margin-bottom: 20px;
}
.links-1 {
	background: #0c5bbc;
	color: #fff;
	padding: 8px 16px;
	text-transform: uppercase;
	position: relative;
	text-align: center;
}
.links-1:hover {
	color: #d39e42;
}
.links-1:after {
	border-bottom: 35px solid #0c5bbc;
	border-left: 20px solid transparent;
	content: "";
	position: absolute;
	top: 0;
	left: -20px;
}
.shape {
	float: right;
	margin-bottom: 8px;
}
.pro-img img {
	margin-left: -8px;
}
.logo, .logos {
	box-shadow: none !important;
	text-align: center;
}
.res-acc-head {
	display: none;
}
.abt-accord.open {
	background-color: #2f2f2f;
	color: #FFF;
	display: block;
}
.abt-accord {
	cursor: pointer;
	padding: 10px;
	text-transform: uppercase;
	border-bottom: 1px dotted #CCC;
}
.abt-accord {
	border-bottom: 1px solid #1b4e73;
	cursor: pointer;
	display: none;
	padding: 10px;
	text-transform: uppercase;
	background-color: #0c5bbc;
	color: #fff;
	font-family: 'Titillium Web';
}
.accord_content {
	display: none;
}
.accord_content.active {
	display: block;
}
.arrow-picker i {
	width: 25px;
	cursor: pointer;
	height: 25px;
	text-align: center;
	line-height: 27px;
	margin-right: 4px;
	border: 0px solid #bbb;
	font-size: 14px;
	float: right;
	font-weight: normal;
}
.fa-plus:before {
	content: "\f067";
}
.pos-2 {
	display: none !important;
}
.responsive-menu {
	width: 80px;
	height: 64px;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	text-align: right;
	float: right;
	display: none;
}
.responsive-menu i {
	font-size: 20px;
	color: #fff;
	display: inline-block;
}
.menu .clear {
	display: none;
}
.list li a {
	text-decoration: underline;
	color: #0b55ae;
}
#cssmenu li a:hover {
	color: #efaf2e !important;
}
.popup {
	position: fixed;
	width: 60%;
	height: 170px;
	top: 40%;
	padding: 20px;
	background-color: rgba(0,0,0,0.84);
	z-index: 99999999999999999999999999999;
	float: left;
	left:20%;
}
.col, .col_1, .col_2 {
	text-align: center;
	
    margin-top: 24px;
}.line
{
	text-align: center;
}
.line > a {
	background-color: #115bb4;
	padding: 12px 18px;
	display: inline-block;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 100;
	text-align: center;
	position: relative;
	font-size: 16px;
}
.line > a:after, .line > a:before {
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 100%;
}
.line > a:after
{
right: -8px;	
	border-right: thin solid #7a8391;
}
.line > a:before
{
left: -8px;	
	border-right: thin solid #7a8391;
}	

.col, .col_1, .col_2
{
	position: relative;
}
.col:before, .col:after,  .col_1:after, .col_2:after
{
	 content: "";
    position: absolute;
    height: 1px;
    top: 23px;
    background-color: #7a8391;
}
.col:after
{
         width: 48.2%;
    right: -28.5%;
	
}
.col:before
{
        width: 18%;
    left: 2.2%;
}
.col_1:after
{
        width: 50%;
    right: -25.3%;
	
}
.col_2:after
{
         width: 23.5%;
    right: 5%;
	
}
.skip
{
	text-align: center;
}
#skip_btn
{
	padding: 5px 18px;
	background-color: #d0952d;
	border-radius: 5px;
	color:#333333;
	margin-top: 30px;
	display: inline-block;
	text-transform: uppercase;transition: 0.8s;
	cursor: pointer;
}
#skip_btn:hover{
	    background-color: #0c87ec;
	color: #fff;
	transition: 0.8s;
}
/*hit*/
.hit
{
	border-radius: 5px;/*padding: 8px 12px;*/
	display: inline-block ;   font-family: 'Titillium Web', sans-serif;
    color: #0c5bbc;
	float: right;
}
.hit span
{
	    position: relative;
    top: -5px;
}