@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700);
body {
	font-family: 'Noto Sans', sans-serif;
	line-height:24px;
}
a {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
#header-style-1.affix {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin-top:0;
	padding:0px 0;
	min-height:inherit;
	z-index: 999;
	background:#ffffff;
	background: rgba(250, 250, 250, 0.9);
	border-bottom: 1px solid #efefef;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.top-header {
	background:#616161;
	padding:2px 0;
}
.call-us {
	text-align:right;
	color:#fff;
	margin-right:30px;
}
.tel {
	margin:0 15px 0 0;
}
.mail {
	margin:0 0 0 15px;
}
.mail a {
	color:#fff;
}
.logo {
	display:block;
	margin:4px 0;
}
.logo img {
	max-width:100%;
	height:100%;
}
nav {
	display:block;
	margin-top: 30px;
	float:right;
	width:100%;
	text-align:right;
}
.menu {
	display:block;
	padding:0px;
	margin:0px;
}
.menu li {
	display: inline-block;
	position: relative;
	z-index:100;
}
.menu ul li+li:before {
	background: none;
}
.menu li:first-child {
	margin-left:0;
}
.menu li a {
	text-decoration:none;
	padding:11px;
	display:block;
	color:#000;
	font-size:14px;
	text-transform:uppercase;
	text-align:left;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.menu li a:hover, .menu li:hover > a {
	color:#005b9a;
}
.menu li a.active,.current-menu-item a,.current-menu-parent>a{
	color:#005b9a !important;
}
.menu ul:before {
	background:url(../images/nav-arrow.png) no-repeat;
	width:9px;
	height:5px;
	content:"";
	position:absolute;
	left:30px;
	top:-5px;
}
.menu ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 210px;
	position: absolute;
	top: 46px;
	left: 0px;
	background: #616161;
}
.menu ul li {
	display:block;
	float: none;
	background:none;
	margin:0;
	padding:0;
	border-bottom:1px solid #8c8984;
}
.menu ul li a {
	font-size:14px;
	text-align:left;
	font-weight:normal;
	display:block;
	color:#fff;
	text-transform:capitalize;
	border-left:3px solid #616161;
	background:#616161;
}
.menu ul li a:hover, .menu ul li:hover > a {
	background:#f0f0f0;
	border-left:3px solid #005b9a;
	color:#005b9a;
}
.menu li:hover > ul {
	display: block;
}
.menu ul ul {
	left: 149px;
	top: 0px;
}
.mobile-menu {
	display:none;
	width:100%;
	padding:11px;
	background:#8c8984;
	color:#005b9a;
	text-transform:uppercase;
	font-weight:600;
}
.mobile-menu:hover {
	text-decoration:none;
}
.slider {
	position:relative;
	text-align:center;
	max-width:100%;
	z-index:9;
}
.aiti-block {
	position:relative;
	margin:14px 0;
}
.why-rada h1 {
	font-size:26px;
	color:#005b9a;
	margin-top:0px;
	text-transform:uppercase;
}
.why-rada ul {
	margin:0px;
	padding:0px;
}
.why-rada ul li {
	list-style:none;
	font-size:12px;
	line-height:28px;
	list-style-image:url(../images/list.png);
	list-style-position:inside;
}
.aiti {
	background:#005b9a;
	padding:15px;
}
.aiti h2 {
	font-size:20px;
	color:#fff;
	margin-top:0px;
}
.aiti p {
	color:#fff;
	font-size:13px;
}
#aiti-logo {
	margin-bottom:50px;
	float:right;
}
#aiti-logo img {
	-webkit-box-shadow: 6px 10px 7px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    6px 10px 7px 0px rgba(0, 0, 0, 0.6);
	box-shadow:         6px 10px 7px 0px rgba(0, 0, 0, 0.6);
}
.reg {
	float:right;
}
.reg a {
	background:#8fc33d;
	padding:8px 24px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.reg a:hover {
	text-decoration:none;
}
.traing-images {
	margin-top:10px;
	text-align:center;
}
.traing-images a {
	margin:0 25px;
	line-height:52px;
}
.about {
	position:relative;
	margin:30px 0;
}
.about h1 {
	font-size:30px;
	color:#005b9a;
	margin-top:0px;
	text-align:center;
}
.about h1:after, .about h1:before {
	display: block;
	content: "";
	position: absolute;
	width: 42%;
	height: 4px;
	border-top:solid 1px #4e8db9;
	border-bottom:solid 1px #4e8db9;
	margin: -15px 0 0px 0px;
	z-index: 0;
}
.about h1:before {
	right:0px;
	margin: 15px 0 0px 0px;
}
.about p a {
	background:#005b9a;
	padding:8px 20px;
	color:#fff;
}
.about p a:hover {
	text-decoration:none;
}
.ser-hm {
	position:relative;
	margin:30px 0;
}
.block {
	
}
.block img {
	width:100%;
	height:100%;
}
.block h2 {
	font-size:24px;
	color:#fff;
	background:rgba(0, 0, 0, 0.8);
	padding:8px 0;
	margin:-42px 0px 0 0px;
	position:relative;
	z-index:99;
	text-align:center;
	box-sizing: border-box;
}
.block p {
	font-size:13px;
	margin-top:10px;
}
.block p a {
	background: #005b9a;
	padding: 8px 20px;
	color: #fff;
}
.block p a:hover {
	text-decoration:none;
}
.team-hm {
	position:relative;
	margin:30px 0;
}
.team-hm h1 {
	font-size:30px;
	color:#005b9a;
	margin-top:0px;
	text-align:center;
	text-transform:uppercase;
}
.team-hm h1:after, .team-hm h1:before {
	display: block;
	content: "";
	position: absolute;
	width: 42%;
	height: 4px;
	border-top:solid 1px #4e8db9;
	border-bottom:solid 1px #4e8db9;
	margin: -15px 0 0px 0px;
	z-index: 0;
}
.team-hm h1:before {
	right:0px;
	margin: 15px 0 0px 0px;
}
.team-img-hm img {
	width:100%;
	height:100%;
	border:2px solid #005b9a;
}
.team-txt-hm p a {
	background: #005b9a;
	padding: 8px 20px;
	color: #fff;
}
.team-txt-hm p a:hover {
	text-decoration:none;
}
.partners {
	padding:0px 0 0 0;
	position:relative;
	text-align:center;
}
.partners h1, .ser-hm h1 {
	font-size:30px;
	color:#005b9a;
	margin-top:0px;
	text-align:center;
	text-transform:uppercase;
}
.partners h1:after, .partners h1:before, .ser-hm h1:after, .ser-hm h1:before {
	display: block;
	content: "";
	position: absolute;
	width: 38%;
	height: 4px;
	border-top:solid 1px #4e8db9;
	border-bottom:solid 1px #4e8db9;
	margin: -15px 0 0px 0px;
	z-index: 0;
}
.partners h1:before, .ser-hm h1:before {
	right:0px;
	margin: 15px 0 0px 0px;
}
.partners a {
	transition: all 0.6s ease-in 0s;
	margin-right:19px;
}
.partners a:hover {
	opacity:0.5;
}
.no-margin {
	margin-right: 0px !important;
}
footer {
	position:relative;
	padding:20px 0;
	margin:30px 0 0 0;
	background:#8c8984;
	font-size:13px;
}
footer h3 {
	font-size:18px;
	margin-top:0px;
	color:#fff;
	text-transform:uppercase;
}
footer ul, .rada {
	margin:20px 0 0 0;
	padding:0px;
}
footer ul li {
	list-style:none;
	color:#fff;
	margin-bottom:14px;
	line-height:20px;
}
footer ul li a {
	color:#fff;
}
.rada li {
	list-style:circle;
	margin-left:20px;
}
pre {
	padding: 0px;
	color: #fff;
	font-size:13px;
	font-family: 'Noto Sans', sans-serif;
	line-height:24px;
	background-color:inherit;
	border: 0px solid #ccc;
	border-radius: 0px;
}
pre a {
	color:#fff;
}
.sub-footer {
	text-align:center;
	color:#fff;
	background:#989591;
	padding:10px 0;
}
.inner-slider {
	background:#005b9a;
}
.inner-slider-shadow {
	background:url(../images/shadow.png) center bottom no-repeat;
	height:37px;
	background-size:cover;
}
.inner-slider h1 {
	font-size:30px;
	text-transform:uppercase;
	line-height:100px;
	color:#fff;
	margin:0px;
}
.pagi {
	float:right;
	font-size:13px;
	margin-right:30px;
	text-transform:capitalize;
}
.pagi a::after {
 content:"  ";
 position:relative;
 background:url(../images/pagi-arrow.png) center right no-repeat;
 height:20px;
 width:20px;
 margin:0 10px;
}
.pagi a {
	color:#fff;
}
.team {
	margin:0px;
	padding:0px;
}
.team li {
	list-style:none;
	border-bottom:1px solid #88bed5;
	overflow:hidden;
	margin:20px 0 0 0;
	padding:0 0 20px 0;
}
.team li h2 {
	font-size:24px;
	color:#005b9a;
	margin-top:0px;
}
.designation {
	font-size:14px;
	color:#000;
	font-style:italic;
	margin-left:10px;
}
.team li img {
	float:left;
	border:1px solid #005b9a;
	margin-right:10px;
	margin-top:10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.team li p {
	text-align:justify;
}
.inner-page {
	position:relative;
}
.inner-page p {
	text-align:justify;
}
.inner-page h1 {
	font-size:24px;
	color:#005b9a;
}
.aiti-list {
	margin:0px;
	padding:0px;
}
.aiti-list li {
	list-style:none;
	background:url(../images/list3.png) left 10px no-repeat;
	padding:0 0 0 20px;
	line-height:30px;
}
.traing-left-images {
	position:relative;
}
.traing-left-images a {
	margin-right:5px;
	margin-bottom:20px;
}
.beefup-head {
	cursor: pointer;
	margin-bottom: 0;
	overflow: hidden;
	padding-right: 30px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color:#005b9a;
	font-size:15px;
	padding:8px 10px;
	margin-top:3px;
	color:#fff;
}
.beefup-head:after {
	background:url(../images/close.jpg) center right no-repeat;
	content: '';
	position: absolute;
	right: 0;
	height: 0;
	margin-top: -16px;
	top: 50%;
	width: 34px;
	height:32px;
}
.open > .beefup-head:after {
	background:url(../images/open.jpg) center right no-repeat;
}
.beefup-body {
	padding:20px 10px;
	border:1px solid #ddd;
}
.beefup-body h3 {
	font-size:15px;
	color:#000;
	font-weight:bold;
}
.text-color {
	color:#000;
}
.text-color a {
	color:#000;
}
.map {
	position:relative;
	border:1px solid #005b9a;
}
.contact-form label {
	width:100%;
}
.contact-form input[type=text],.contact-form input[type=tel],.contact-form input[type=email], .contact-form textarea {
	width:100%;
	border:1px solid #718480;
	padding:5px 10px;
	background:#fff;
	-webkit-box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.18);
	-moz-box-shadow:    inset 0px 0px 10px 2px rgba(0, 0, 0, 0.18);
	box-shadow:         inset 0px 0px 10px 2px rgba(0, 0, 0, 0.18);
}
.contact-form input[type=submit] {
	padding:5px 30px;
	border:none;
	color:#fff;
	font-weight:bold;
	background:#005b9a;
}
.v-nav {
	position:relative;
}
.v-nav h3 {
	font-size:16px;
	background:#005b9a;
	font-weight:bold;
	margin:0px;
	color:#fff;
	text-transform:uppercase;
	line-height:35px;
}
.v-nav ul {
	margin:0px;
	padding:0px;
	width:100%;
	background:#ededed;
}
.v-nav ul li {
	list-style:none;
	border-bottom:1px solid #e2e2e2;
	font-size:13px;
}
.v-nav ul li a {
	background:url(../images/list2.png) 10px 15px no-repeat;
	display:block;
	color:#3d3e3c;
	padding:10px 0 10px 25px;
}
.v-nav ul li a:hover {
	background:#616161 url(../images/list2.png) 10px 15px no-repeat;
	text-decoration:none;
	color:#fff;
}
.aiti-btn {
	margin:30px 0;
	padding:10px 0 20px 0;
	position:relative;
	background-color:#005b9a;
	border:4px solid #004677;
	text-align:center;
}
.aiti-btn img {
	margin-bottom:30px;
	-webkit-box-shadow: 6px 10px 7px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    6px 10px 7px 0px rgba(0, 0, 0, 0.6);
	box-shadow:         6px 10px 7px 0px rgba(0, 0, 0, 0.6);
}
.aiti-btn .a {
	background:#8fc33d;
	padding:8px 24px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.aiti-btn .a:hover, .aiti-btn .a:focus {
	text-decoration:none;
}
.aiti-btn .a1 {
	padding:8px 10px;
	font-weight:normal;
	text-transform:capitalize;
}

.download {
	position:relative;
	text-align:center;
}
.testi {
	background:#f4f4f4;
	padding:10px;
	margin:0 0 10px 0;
	border:1px solid #74c2e1;
}
.inner-page h4 {
	color:#005b9a;
}
.gallery {
	margin:0px;
	padding:0px;
}
.gallery li {
	padding: 5px;
	margin: 10px 40px 10px 0;
	vertical-align: top;
	float:left;
	list-style:none;
	box-shadow: 0px 0px 5px #cbcbcb;
	-moz-box-shadow: 0px 0px 5px #cbcbcb;
	-webkit-box-shadow: 0px 0px 5px #cbcbcb;
}
.gallery-item {
	text-align:center;
}
.gallery-item h6 {
	font-size:14px;
	line-height:20px;
	text-align:center;
}
.lightbox {
	cursor: pointer;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(0, 0, 0); /* IE Fallback (Solid Colour) */
	background: rgba(0, 0, 0, 0.7);
	-webkit-filter: none !important;
	z-index: 9997;
}
.lightbox img {
	display: block;
	position: absolute;
	border: 5px solid #fff;
	box-shadow: 0 0 20px #000;
	border-radius: 1px;
}
body.blurred > * {
	-webkit-filter: blur(0px);
	-webkit-transform: translate3d(0, 0, 0);
}
.lightbox-loading {
	background: url(../images/loading.gif) center center no-repeat;
	width: 31px;
	height: 31px;
	margin: -16px 0 0 -16px;
	position: absolute;
	top: 48%;
	left: 50%;
}
.lightbox-caption {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 9998;
	background: #000;
	background: rgba(0, 0, 0, 0.7);
}
.lightbox-caption p {
	margin: 0 auto;
	max-width: 70%;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	padding: 10px;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}
.lightbox-button {
	position: absolute;
	z-index: 9999;
	background: no-repeat center center;
	width: 32px;
	height: 32px;
	opacity:0.4;
	-webkit-transition: all 0.3s;
	-moz-transition:    all 0.3s;
	-ms-transition:     all 0.3s;
	transition: 		all 0.3s;
}
.lightbox-button:hover, .lightbox-button:focus {
	opacity: 1;
}
.lightbox-close {
	right: 16%;
	top: 5%;
	background-image: url(../images/close.png);
}
.lightbox-next {
	right: 16%;
	top: 48%;
	background-image: url(../images/next.png);
}
.lightbox-previous {
	left: 16%;
	top: 48%;
	background-image: url(../images/previous.png);
}
.promotion_img {
	position:relative;
	background:#ededed;
	margin:0px;
	padding:0px 10px;
}
.promotion_img li {
	border-bottom:1px solid #e2e2e2;
	padding:20px 0 10px 0;
	list-style:none;
}
.promotion_img li h2 {
  font-size: 24px;
  color: #005b9a;
  margin-top: 0px;
}
.promotion_img li img {
	margin-right:20px;
	margin-top:-10px;
	float:left;
	border: 1px solid #005b9a;
}
.training-courses{
	margin:0px;
	padding:0px;
}
.training-courses li{
	list-style:none;
	margin-bottom:2px;
	
}
.training-courses li a{
	background:#005b9a;
	padding:6px 0 6px 10px;
	display:block;
	color:#fff;
	font-size:14px;
}
.training-courses li a:hover{
	text-decoration:none;
}
.irw-slider ul{
	text-align:center;
}
.irw-slider li{
	display:inline-block;
 
	list-style:none;
}
.partners li{
	list-style:none;
	display:inline-block;
	 
}
.mar-left10 {
	margin-left:20px;
}
.headding-l{
	margin-top:15px;
}
.headding-l .beefup-head:after{
	background:none!important;
}