@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'PDTUL';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/PF Din Text Universal Light.woff') format('woff');
}

.list-group-horizontal li {
  font-size: 12px;
}

.navbar-nav .nav-link {
  color: #fff;
	font-family: 'PDTUL';
}
.dropend .dropdown-toggle {
  /* color: salmon; */
  color: #000000;
  margin-left: 1em;
}
.dropdown-item:hover {
  background-color: #db591f;
  color: #fff;
}
.dropdown .dropdown-menu {
  display: none;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
	font-family: 'PDTUL';
	border-radius: 0;
}
.dropdown .dropdown-menu li{
	border-bottom: 1px solid #cfcfcf;
}
.dropdown .dropdown-menu li:last-child{
	border-bottom: none;
}
.dropdown .dropdown-menu li a::before{
	content: "\f090";
    font-family: FontAwesome;
	font-size: 10px;
	margin-right: 5px;
}
@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}
.banner-slider{
	margin-top: -45px;
  	padding-bottom: 10px;
  	width: 100%;
}
ul.new_info_slide{
	display: flex;
  	flex-wrap: wrap;
  	justify-content: space-between;
  	background: #de5d23;
  	color: #fff;
  	z-index: 99;
}
ul.new_info_slide li{
	border-right: 1px solid rgba(255,255,255,0.2);
}
.l_left {
  width: 30%;
  display: block;
}
.l_left h1 {
  font-size: 70px;
  font-weight: 700;
  line-height: 120px;
  text-align: center;
}
.l_right {
  width: 69%;
}
.abt-heading {
  color: #00a4ea;
  font-size: 40px;
  line-height: normal;
  margin-bottom: 15px;
  text-transform: uppercase;
  width: 100%;
  font-weight: 200;
}
.abt-heading span {
  font-weight: 600;
}
.princ-heading {
  color: #2f3472;
  font-size: 40px;
  line-height: normal;
  margin-bottom: 15px;
  text-transform: uppercase;
  width: 100%;
  font-weight: 200;
}
.princ-heading span {
  font-weight: 600;
}
.abt p,
.princ p {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 20px;
}
.img-info-wrapper p{
	font-family: 'PDTUL';
	font-size: 15px;
}
.img_hover_content {
  position: absolute;
  background: rgb(222 93 35 / 85%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.img-info-wrapper:hover .img_hover_content{
	opacity:1;
    visibility:visible;
    transition: all 0.4s ease-in-out;
}
#page-content tbody, td, tfoot, th, thead, tr {
  border-width: 1px;
}
/*.img-info-wrapper .img-info::after {
  border: 4px solid #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999999;
  box-sizing: border-box;
  transition: all ease 0.6s;
}*/

/* Hover effect 1 */
.hovereffect1 {
	width:100%;
	height:100%;
	float:left;
	overflow:hidden;
	position:relative;
	text-align:center;
	cursor:default;
}

.hovereffect1 .overlay {
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	opacity:0;
	background-color:rgba(0,0,0,0.5);
	-webkit-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out
}

.hovereffect1 img {
	display:block;
	position:relative;
	-webkit-transition:all .4s linear;
	transition:all .4s linear;
}

.hovereffect1 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 .2s ease-in-out;
	transition:all .2s ease-in-out;
	padding:10px;
	margin-top: 15px;
}

.hovereffect1 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 .2s ease-in-out;
	transition:all .2s ease-in-out;
	margin:50px 0 0;
	padding:7px 14px;
}

.hovereffect1 a.info:hover {
	box-shadow:0 0 5px #fff;
}

.hovereffect1:hover img {
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}

.hovereffect1:hover .overlay {
	opacity:1;
	filter:alpha(opacity=100);
}

.hovereffect1:hover h2,.hovereffect1:hover a.info {
	opacity:1;
	filter:alpha(opacity=100);
	-ms-transform:translatey(0);
	-webkit-transform:translatey(0);
	transform:translatey(0);
}

.hovereffect1:hover a.info {
	-webkit-transition-delay:.2s;
	transition-delay:.2s;
}

footer {
  background-color: #31328f;
  margin-top: 30px;
  padding-top: 20px;
  /* padding-bottom: 20px; */
  border-top: 3px solid #20447e;
}
.footer-copyright {
  background-color: #ededed;
}
.copyr {
  font-size: 12px;
  color: #797979;
  text-decoration: none;
}
.footer-link p a {
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}
.custom-border .for-color{
	width: 20%;
}
.for-color {
  width: 100%;
  position: relative;
  height: 2px;
  margin-bottom: 10px;
}
.for-color span.cl-1 {
  width: 33%;
  height: 100%;
  float: left;
  background: #1f4583;
}
.for-color span.cl-2 {
  width: 33%;
  height: 100%;
  float: left;
  background: #53b143;
}
.for-color span.cl-3 {
  width: 34%;
  height: 100%;
  float: left;
  background: #c92d1e;
}
#counder .NoIcon{
	padding-top: 20px;
}
.CountNumber h4 {
  font-size: 22px;
  color: #ffffff;
  padding-top: 30px;
  text-transform: uppercase;
}
.CountNumber h4 span.NumCon {
  display: block;
  font-size: 35px;
  font-weight: bold;
}

.tabmenu_container{
	/*background: #4c021e !important;*/
	background: #DA4453;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #89216B, #DA4453);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #89216B, #DA4453); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

	overflow: hidden;
	position: relative;
	text-align: center;
	padding: 80px 0 0;
}
.tabmenu_container:before {
	background-size: cover;
	bottom: 0;
	content: "";
	left: 0;
	opacity: .1;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateZ(-1px) scale(1.15);
	pointer-events: none;
}
.tabmenu_container .tabmenu_item{
	width: 100%;
	height: 100%;
	padding: 20px 10px;
	color: #fff;
	transition: all ease-in-out 300ms;
}
.tabmenu_container .tabmenu_item:hover {
	padding: 40px 10px 20px;
	margin-top: -20px;
	height: 120%;
}
.tabmenu_container .tabmenu_item i{margin: 0 auto 10px; display: block;}
.tabmenu_container .tabmenu_item a {color: #fff;text-decoration: none;}
.tabmenu_container .tabmenu_item a:hover {text-decoration: none;}
.tabmenu_container > div > div:nth-child(1) .tabmenu_item {background-image: linear-gradient(45deg, #621c71 0%,#cd53e0 100%);}
.tabmenu_container > div > div:nth-child(2) .tabmenu_item {background-image: linear-gradient(45deg, #962e6a 0%,#cf4194 100%);}
.tabmenu_container > div > div:nth-child(3) .tabmenu_item {background-image: linear-gradient(45deg, #fa2f63 0%,#fe583c 100%);}
.tabmenu_container > div > div:nth-child(4) .tabmenu_item {background-image: linear-gradient(45deg, #ff7b26 0%,#ffc108 100%);}
.tabmenu_container > div > div:nth-child(5) .tabmenu_item {background-image: linear-gradient(45deg, #561546 0%,#922278 100%);}
.tabmenu_container > div > div:nth-child(6) .tabmenu_item {background-image: linear-gradient(45deg, #0079cf 0%,#00a9fc 100%);}

.leftBar ul {
	margin: 0 0 30px 0;
	padding: 0;
}
.leftBar ul li{
	list-style-type: none;
	position: relative;
	padding: 0;
	margin-bottom: 9px;
	font: 400 16px 'Lato';
	box-shadow: 3px 3px 3px #1f619a;
}
.leftBar ul li:before{content: '';}
.leftBar ul li a{
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: 0;
	border: 0;
	border-bottom: 0;
	text-decoration: none;
	transition: all ease-in-out 300ms;
	/*background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #bdfcff 100%);*/
	background: #1d6bc1;
	/*color: #165c98;*/
	color: #fff;
	/*text-shadow: 1px 1px 1px #fff;*/
}
.leftBar ul li a:hover{
	color: #000000;
	background-image: linear-gradient(180deg, #ffffff 0%, #b5d8f7 100%);
	padding: 10px 15px 10px 25px;
}

.social-link {margin: 8px 0 8px 8px; padding: 0; text-align: left; float: left;}
.social-link li {list-style-type: none;display: inline-flex;}
.social-link li a {padding: 5px 15px;border-radius: 50px; transition: all ease-in-out 0.3s;}
.social-link li a:hover {border-radius: 0px;}
.social-link li a img{width: 15px;}
.social-link li:nth-child(1) a{background-image: linear-gradient(45deg, #621c71 0%,#cd53e0 100%);}
.social-link li:nth-child(2) a{background-image: linear-gradient(45deg, #962e6a 0%,#cf4194 100%);}
.social-link li:nth-child(3) a{background-image: linear-gradient(45deg, #fa2f63 0%,#fe583c 100%);}