@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400italic,600italic,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Hind");
@import url("bootstrap.min.css");
@import url("font-awesome.min.css");
@import url("owl.carousel.min.css");
@import url("magnific-popup.css");
@import url("animate.min.css");

/*==========================
normalize
==========================*/

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0.5px;
	overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

a {
	background-color: transparent;
	text-decoration: none !important;
	color: #222;
}

a:active,
a:hover {
	outline: 0;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 10px 15px;
	border: 3px double #f9f9f9;
}

.section {
	padding: 70px 0;
}

.inner-page {
	margin: 70px 0;
}

.grey-background {
	background-color: #fafafd;
}

.pdl0 {
	padding-left: 0 !important;
}

.pdr0 {
	padding-right: 0 !important;
}

.pdt0 {
	padding-top: 0 !important;
}

.pdb0 {
	padding-bottom: 0 !important;
}

.site-branding a.logo,
.rbanms-about-icon,
.video-popup,
.testi-img,
footer .footer-widget address p i,
.footer-bottom .social-links a,
a.scroll-top,
.pagination > li > a,
.pagination > li > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.comment-list .thumbnail,
.comment-list .thumbnail img,
.contact-info p i,
.playbtn a,
.playbtn a::before,
.playbtn a::after,
.form-group .social-register a i,
.main-slider.owl-theme .owl-nav [class*="owl-"],
.news-carousel.owl-theme .owl-nav [class*="owl-"],
.team-carousel.owl-theme .owl-nav [class*="owl-"] {
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-ms-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
}

.happy-clients .owl-item,
#rbanms-carousel .carousel-control.left:hover,
#rbanms-carousel .carousel-control.right:hover,
.toggle-button {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}

.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	position: absolute;
	top: -50px;
	right: 0;
}

.owl-theme .owl-nav [class*="owl-"] {
	color: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	background: #0398e1;
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	margin: 0 5px;
	border: 1px solid #0398e1;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
	background: #222;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #222;
}

/*==========================
typography
==========================*/

body,
button,
input,
select,
textarea {
	line-height: 1.5;
	font-size: 15px;
	line-height: 1.7;
	color: #333333;
}

::selection {
	color: #fff;
	background: #0085ba;
}

h1 {
	font-size: 34px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px 0;
	font-weight: 600;
	color: #191d3d;
	line-height: 1.3;
}

p {
	margin: 0 0 15px 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	text-align: center;
	position: relative;
	margin: 0 0 25px;
	font-size: 27px;
	font-weight: 100;
}

blockquote cite {
	font-size: 18px;
	line-height: 1.89;
	color: #888888;
}

blockquote cite {
	display: block;
	margin-top: 7px;
}

address {
	margin: 0 0 15px;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 15px;
	max-width: 100%;
	overflow: auto;
	padding: 15px;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*==========================
elements
==========================*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote:before {
	content: "\201c";
	display: block;
	font-size: 93px;
	line-height: 50px;
	font-weight: 700;
}

blockquote:before {
	color: #03a9f4;
}

hr {
	background-color: #ececee;
	border: 0;
	height: 1px;
	margin: 60px 0;
	clear: both;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 15px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 15px 15px;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 15px 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 15px;
	width: 100%;
}

/*==========================
custom-button
==========================*/

.btn,
.btn:visited,
button,
.button,
.btn.btn-primary,
.btn.btn-primary:visited {
	transition: all 0.3s ease 0s;
	background: #ffb426;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.5;
	padding: 12px 30px;
	border: none;
	height: auto;
	width: auto;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	margin: 0;
	position: relative;
	vertical-align: middle;
	box-shadow: -5px 0 10px rgba(227, 186, 103, 0.4);
	border-radius: 30px;
}

a.btn.btn-small,
.btn-small {
	padding: 5px 19px;
	min-width: inherit;
	font-size: 14px;
}

.btn.btn-large {
	padding: 12px 40px;
}

.btn.btn-primary:hover {
	background-color: #222;
}

/*==========================
forms
==========================*/

input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #18ba60;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	padding: 10px 20px;
	border: none;
	height: auto;
	width: auto;
	cursor: pointer;
	display: inline-block;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #191d3d;
	color: #fff;
}

input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: 1px dotted #18ba60;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
	color: #272727;
	border: 1px solid #ccc;
	padding: 7px 10px 7px 15px;
	margin-bottom: 15px;
	width: 100%;
	font-size: 14px;
	text-transform: capitalize;
	height: 40px;
	box-shadow: none;
}

select.custom-select {
	display: inline-block;
	max-width: 100%;
	width: auto;
	line-height: 1.25;
	color: #464a4c;
	vertical-align: middle;
	background: #fff
		url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
		no-repeat right 0.75rem center;
	background-size: auto auto;
	-webkit-background-size: 8px 10px;
	background-size: 8px 10px;
	padding: 7px 20px 7px 15px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-moz-appearance: none;
	-webkit-appearance: none;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	border: 1px solid #319be2;
}

textarea {
	width: 100%;
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
	outline: 0;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #272727;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #272727;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #272727;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #272727;
}

/*==========================
clearing
==========================*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.clear {
	clear: both;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	max-width: 100%;
}

/**
 * Print
 */

@media print {
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.main-navigation,
	.social-navigation,
	.sidebar,
	.content-bottom-sections,
	.header-image,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none;
	}
}

/**
 * Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/*=============================
breadcrumb
=============================*/

.breadcrumb {
	background: #000000;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 30px 15px;
	margin: 0;
	border-radius: 0;
	text-align: center;
}

.breadcrumb .container {
	position: relative;
}

.breadcrumb-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.7);
}

.breadcrumb h3 {
	margin-bottom: 5px;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.breadcrumb h3 a,
.breadcrumb span a {
	color: #fff;
}

.breadcrumb span {
	display: inline-block;
}

.breadcrumb span i.fa-angle-right {
	padding: 0 10px;
	font-size: 14px;
}

/*=============================
sec-title
=============================*/

.sec-title h2 {
	position: relative;
	text-transform: capitalize;
	color: #222;
}

.sec-title h2 span a {
	color: #03a9f4;
}

.sec-title h2::after {
	background: #ffb426 none repeat scroll 0 0;
	bottom: -17px;
	content: "";
	height: 2px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	width: 50px;
}

.sec-title {
	max-width: 600px;
	width: 100%;
	margin: 0 auto 50px auto;
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}

.sec-title h2 {
	margin-bottom: 16px;
	color: #2f3238;
	/* text-transform: uppercase; */
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 40px;
}

.inner-page-title,
.sidebar-widget-title {
	margin-bottom: 50px;
	position: relative;
}

.inner-page-title h2,
.sidebar-widget-title h3 {
	font-size: 16px;
	margin-bottom: 40px;
	color: #2f3238;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1.5px;
	position: relative;
}

.sidebar-widget-title h3::after,
.inner-page-title h2::after {
	background: #ffb426 none repeat scroll 0 0;
	bottom: -15px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 50px;
}

/*=============================
sec-title media-screen
=============================*/

@media only screen and (max-width: 767px) {
	.sec-title {
		max-width: 100%;
		padding: 0 15px;
		margin: 0 auto 50px auto;
		text-align: center;
	}
	.sec-title h2 {
		font-size: 18px;
	}
	.charities_head h2 {
		line-height: 24px !important;
	}
}

/*=============================
top-header
=============================*/
#masthead {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 100;
	background-color: #fff;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
}

.top-header {
	background: #ffcb06;
	padding: 10px 0;
	clear: both;
}

.top-header ul {
	margin: 0;
	padding: 0;
}

.top-header .tophead-right {
	text-align: right;
}

.tophead-link > li {
	display: inline-block;
	position: relative;
}

.tophead-link li:not(:last-child) a::after {
	content: "|";
	padding: 0 8px;
	color: inherit;
	display: inline-block;
	white-space: pre;
}

/* .tophead-link li:last-child a:after {
	content: "";
	padding: 0;
} */

.tophead-link li a {
	color: #000;
	font-size: 12px;
	display: block;
	position: relative;
	text-transform: uppercase;
}

.line_effect a:before {
	content: "";
	position: absolute;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 20%;
	height: 1px;
	background: #000;
	left: 0%;
	bottom: 0;
	opacity: 0;
}

.line_effect a:hover:before {
	content: "";
	position: absolute;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 60%;
	height: 1px;
	background: #000;
	left: 0%;
	bottom: 0;
	opacity: 1;
}

.padding-0 {
	padding: 0px;
}

/*.tophead-link li a : after{
     content: '';
    position: absolute;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}*/

.tophead-link li a:hover i {
	color: #ffb426;
}

.top-header .tophead-right .tophead-link li a i {
	margin: 0 4px;
	color: inherit;
}

.tophead-link {
	display: inline-block;
}

/*=============================
top-header media-screen
=============================*/

@media only screen and (max-width: 700px) {
	.top-header .col-md-3 {
		display: none;
	}
	.top-header .col-md-9 {
		width: 100%;
		text-align: center;
	}
}

/*=============================
main-navigation
=============================*/

.site-branding a.logo {
	float: left;
	margin-right: 10px;
	color: #ffb426;
	text-align: center;
	font-size: 28px;
	margin-left: -5px;
	margin-top: 0.3em;
}

#site-identity {
	float: left;
}

.site-branding {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

h1.site-title {
	margin: 0;
	line-height: 20px;
	margin-top: 0.5em;
}

.site-title a {
	text-transform: uppercase;
	font-size: 24px;
	vertical-align: middle;
}

.site-title a i {
	color: #ffb426;
}

#main-navigation ul {
	display: block;
	margin: 0;
	padding: 0;
	text-align: right;
}

#main-navigation ul ul {
	background-color: #000000;
	margin: 0;
	min-width: 171px;
	position: absolute;
	top: 132px;
	z-index: -9999;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	display: block;
	opacity: 0;
	transition: transform 0.5s ease, opacity 0.2s ease;
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease;
}

#main-navigation ul li:hover > ul {
	display: block;
	opacity: 1;
	z-index: 1000;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transition: transform 0.3s ease, opacity 0.2s ease 0.1s;
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease 0.1s;
}

#main-navigation ul ul ul {
	left: 100%;
	top: 0;
}

#main-navigation ul ul ul::before,
#main-navigation ul ul ul::after {
	display: none;
}

#main-navigation li {
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}

#main-navigation ul > li:hover > ul {
	opacity: 1;
	left: 0;
	z-index: 9999;
}

#main-navigation ul ul ul ul {
	display: none;
}

#main-navigation ul ul ul li:hover > ul {
	display: block;
}

#main-navigation ul ul li:hover > ul {
	opacity: 1;
	left: 100%;
}

#main-navigation li li {
	float: none;
	display: block;
	background-color: #111111;
	margin: 0px 15px !important;
}

#main-navigation ul li li:first-child > a {
	border-left: none;
}

.main-navigation li a i {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	float: none;
	font-size: 17px;
}

#main-navigation ul li a {
	display: block;
	font-size: 13px;
	font-weight: 400;
	padding: 44px 12px;
	position: relative;
	z-index: 99;
	letter-spacing: 0.1px;
	width: 100px;
	text-align: center;
	text-transform: uppercase;
}

#main-navigation ul ul a,
#main-navigation ul ul ul a {
	height: auto;
	text-align: left;
	width: 100%;
	margin: 0;
	font-size: 13px;
	font-weight: 300;
	text-transform: capitalize;
	color: #fff;
}

.menu-item-has-children ul li {
	border-radius: 2px;
}

.menu-item-has-children ul li a {
	padding: 5px 0px;
	margin: 0px 15px;
}

ul.sub-menu-ul li:first-child {
	padding-top: 5px;
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
}

ul.sub-menu-ul li:last-child {
	padding-bottom: 5px;
	-webkit-border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
}

ul.sub-menu-ul li a:hover {
	color: #ffcd05 !important;
}

ul.sub-menu-ul li:first-child > a {
	border-top-width: 0px;
}

ul.sub-menu-ul li a {
	padding: 4px 0px !important;
	border-top-width: 0px;
	border-color: #424242;
	background: #000;
}

.sub-menu-ul {
	border-radius: 3px;
}

.main_menu:hover,
.current-menu-item > .main_menu,
#main-navigation li:hover > .main_menu {
	background: #f1f1f1;
}

#main-navigation ul li.menu-item-has-children.current-menu-item > a::after,
#main-navigation ul li.page-item-has-children.current-menu-item > a::after {
	border-top-color: #ffb426;
}

#main-navigation li.menu-item-has-children:hover > a:after,
#main-navigation li.page-item-has-children:hover > a:after {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}

#main-navigation li li > a:hover,
#main-navigation li li.current-menu-item > a,
#main-navigation li li.current-page-item > a,
#main-navigation li li:hover > a {
	color: #fff;
}

#main-navigation ul li li.menu-item-has-children > a::after,
#main-navigation ul li li.page-item-has-children > a::after {
	content: "\f105";
	font-family: "FontAwesome";
	top: 4px;
	right: 0;
	position: absolute;
}

/*==========================
responsive-nav
==========================*/

.toggle-button {
	width: 34px;
	height: 34px;
	text-align: center;
	padding: 5px 5px;
	float: right;
	background: #ffb426;
	cursor: pointer;
	display: none;
}

.toggle-button span {
	display: block;
	background: #fff;
	height: 4px;
	width: 100%;
	margin-bottom: 5px;
}

.toggle-button span:last-child {
	margin-bottom: 0;
}

.main-navigation .close-icon {
	display: none;
	cursor: pointer;
	float: right;
	color: #ffb426;
	width: 100%;
	text-align: right;
	font-size: 30px;
	padding-right: 20px;
	padding-top: 10px;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
}

.main-navigation .close-icon:hover {
	color: #fff;
}

.affix {
	position: fixed;
	z-index: 99999;
	width: 100%;
	border-radius: 0;
	top: 0;
	left: 0;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.38);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.38);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.38);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	animation: fadeInDown 1s both 0.2s;
}

/*==========================
    main-navigation media screen
==========================*/

@media only screen and (max-width: 991px) {
	.site-branding {
		float: none;
		max-width: 265px;
		margin: 0 auto;
		margin-top: 15px;
	}
	#site-identity {
		float: none;
	}
	.header-nav-search {
		width: 100%;
		clear: both;
	}
	#main-navigation ul {
		display: block;
		margin: 0;
		padding: 0;
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.site-branding a.logo {
		float: left;
	}
	#site-identity {
		float: left;
	}
	.site-branding {
		float: left;
		width: auto;
		margin-top: 0;
		text-align: left;
	}
	.header-nav-search {
		width: auto;
		clear: none;
	}
	.toggle-button {
		display: block;
	}
	.header-search {
		margin-top: 0;
	}
	.menu {
		width: 100%;
		padding: 15px 0;
		padding-top: 5px;
	}
	.header-nav-search .main-navigation {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: -100%;
		transition: all ease 0.5s;
		-webkit-transition: all ease 0.5s;
		-ms-transition: all ease 0.5s;
		background: #222;
		z-index: 999;
	}
	.main-navigation ul {
		background-color: #333;
	}
	body.menu-active .header-nav-search .main-navigation {
		left: 0;
	}
	.main-navigation .close-icon {
		display: block;
	}
	.menu-active #main-navigation ul li {
		width: 100%;
		margin: 0;
		border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
		position: relative;
	}
	#main-navigation ul ul {
		position: static;
		width: 100%;
	}
	#main-navigation ul li a {
		color: #fff;
		width: 100%;
		padding: 10px 20px;
		text-align: left;
	}
	#main-navigation ul ul li a {
		color: #222;
		width: 100%;
		padding: 10px 20px;
	}
	#main-navigation ul li.menu-item-has-children span.fa-angle-down {
		font-size: 18px;
		position: absolute;
		top: 10px;
		right: 15px;
		width: 30px;
		text-align: center;
		height: 30px;
		line-height: 30px;
		border: 1px solid #fff;
		color: #ffffff;
		cursor: pointer;
		display: block;
		z-index: 999;
		transition: all ease 0.35s;
		-webkit-transition: all ease 0.35s;
		-moz-transition: all ease 0.35s;
	}
	#main-navigation ul ul li.menu-item-has-children span.fa-angle-down {
		border: 1px solid #222;
		color: #222;
	}
	#main-navigation ul li.menu-item-has-children > a::after,
	#main-navigation ul ul::before,
	#main-navigation ul ul::after {
		display: none;
	}
	#main-navigation ul li.menu-item-has-children:hover > ul {
		z-index: 1000;
		transition: none;
		-webkit-transition: none;
		-moz-transition: none;
		visibility: visible;
		opacity: 1;
		top: 80px;
	}
	#main-navigation ul ul {
		opacity: 1;
		transform: none;
	}
}

@media only screen and (max-width: 320px) {
	.site-branding a.logo {
		height: 53px;
		width: 170px;
		line-height: 30px;
		font-size: 18px;
		margin-top: 0px;
	}
	#site-identity .site-title a {
		font-size: 18px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1920px) {
	#main-navigation ul li.menu-item-has-children span.fa-angle-down {
		display: none;
	}
}

/*==========================
banner-slider
==========================*/

.main-slider {
	overflow: hidden;
}

.slider-items {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 600px;
}

.slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}

.caption-wrapper {
	position: relative;
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	min-height: 600px;
}

.slider-items .carousel-caption {
	position: absolute;
	top: 50%;
	bottom: inherit;
	padding: 0 15px;
	text-shadow: none;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.main-slider.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	width: 100%;
}

.main-slider.owl-theme .owl-nav .owl-prev {
	position: absolute;
	left: 15px;
}

.main-slider.owl-theme .owl-nav .owl-next {
	position: absolute;
	right: 15px;
}

.main-slider.owl-theme .owl-nav [class*="owl-"] {
	color: #ffffff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #0398e1;
	display: inline-block;
	cursor: pointer;
	font-size: 24px;
	margin: 0;
}

.main-slider.owl-theme .owl-nav [class*="owl-"]:hover {
	background: #131619;
}

.slider-items .carousel-caption.caption-left {
	left: 0;
	text-align: left;
}

.slider-items .carousel-caption.caption-center {
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.slider-items .carousel-caption.caption-right {
	right: 0;
	text-align: right;
}

.slider-items .carousel-caption h2 {
	color: #231f20;
	font-size: 36px;
	/* text-transform: uppercase; */
	background-color: #ffffff;
	width: 20%;
	padding-left: 7px;
	margin-bottom: -20px;
	font-weight: 200;
}

.content {
	margin-top: 5.1em;
}

.slider-items .carousel-caption p {
	font-size: 16px;
	color: #fff;
	margin: 20px 0;
	color: #fff;
	background: #000000cc;
	padding: 4px;
	padding-left: 15px;
}

.main-slider .owl-item.active .carousel-caption h2 {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.main-slider .owl-item.active .carousel-caption p {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

/*==========================
slider-media srceen
==========================*/

@media only screen and (max-width: 991px) {
	.slider-items .carousel-caption {
		padding: 0 60px;
	}
}

@media only screen and (max-width: 767px) {
	.slider-items .carousel-caption h2 {
		font-size: 18px;
	}
	.slider-items .carousel-caption {
		padding: 0 40px;
	}
	.slider-items,
	.slider-items .caption-wrapper {
		min-height: 350px;
	}
	.main-slider.owl-theme .owl-nav [class*="owl-"] {
		width: 34px;
		height: 34px;
		line-height: 34px;
		font-size: 16px;
	}
	.main-slider.owl-theme .owl-nav .owl-prev {
		left: 0;
	}
	.main-slider.owl-theme .owl-nav .owl-next {
		right: 0;
	}
}

@media only screen and (max-width: 600px) {
	.slider-items .carousel-caption p {
		margin: 15px 0;
	}
	.slider-items .carousel-caption.caption-center,
	.slider-items .carousel-caption.caption-left,
	.slider-items .carousel-caption.caption-right {
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
	}
}

@media only screen and (max-width: 480px) {
	.slider-itemes,
	.slider-items .caption-wraper {
		min-height: 300px;
	}
}

/*
=================================
    rbanms-process
=================================
*/

.rbanms-process-inner {
	float: left;
	display: inline-block;
	width: 100%;
	background: #f6eade;
	padding-top: 1em;
	padding-bottom: 1em;
}

.news-img {
	width: 25%;
	display: inline-block;
	float: left;
}

.news-content {
	width: 75%;
	display: inline-block;
	float: left;
	padding-left: 0.5em;
	overflow: hidden;
}

.news-content h4 a {
	font-size: 13px;
	font-weight: 500;
	color: #000;
	white-space: nowrap;
}

.news-content p {
	font-size: 13px;
	line-height: 13px;
	margin-bottom: 3px;
	margin-top: 1px;
}

a.blog-continue-reading {
	font-size: 10px;
	font-weight: 500;
	color: #e5173e;
	font-style: italic;
	float: right;
	padding-right: 1.5em;
}

.date {
	font-size: 9px;
	color: #0398e1;
	font-weight: 400;
	padding-top: 3px;
}

.date i {
	font-size: 11px;
	vertical-align: 1px;
}

.news-content h4 {
	margin-bottom: 2px;
	font-size: 14px;
	margin-top: 6px;
}

.working-step-div {
	width: 100%;
	display: inline-block;
}

.rbanms-process .col-md-4 {
	margin: 0;
}

.rbanms-process .working-process {
	background-color: #fff;
	display: inline-block;
	width: 100%;
	padding: 1em;
	height: 369px;
}

.rbanms-process .working-process h2 {
	color: #fff;
	margin-bottom: 20px;
	font-size: 28px;
}

.rbanms-process .working-process p {
	color: #fff;
	margin-bottom: 30px;
}

.rbanms-process .working-step {
	padding: 1em;
	background-color: #fff;
	height: 369px;
}

.news-img {
	height: 75px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.rbanms-process .working-step-div {
	position: relative;
	margin-bottom: 10px;
	text-align: left;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
	height: 75px;
}

.rbanms-process .working-step-div:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.rbanms-process .working-process h2 {
		font-size: 24px;
	}
}

/*
=================================
    rbanms-video
=================================
*/

.video {
	background-color: #fff;
	width: 100%;
	position: relative;
	padding: 1em;
	height: 369px;
}

.video .title {
	text-align: center;
	color: #000;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 300;
}

.video-overlay {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background-color: rgba(49, 50, 46, 0.7);
}

.video h2 {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 40%;
	margin-top: -60px;
	z-index: 100;
	left: 0;
	color: #fff;
	text-transform: uppercase;
}

.video h4 a {
	color: #000 !important;
}

.video p {
	color: #333333;
}

.video .date {
	color: #231f20;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	padding-top: 6px;
	font-weight: 400;
	text-transform: uppercase;
}

.inner_news {
	background-color: #f8f7f5;
	display: inline-block;
	width: 100%;
	padding: 1em;
	height: 296px;
}

.video .date:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 32px;
	bottom: 0;
	background-color: #d0d0d0;
	top: 16px;
	margin-left: 18px;
}

.video .date:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 75px;
	bottom: 0;
	background-color: #ffcb06;
	top: 0;
	margin-left: 0;
	left: 0;
}

.red_bg:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 68px;
	bottom: 0;
	background-color: #e4173e !important;
	top: 0;
	margin-left: 0;
	left: 0;
}

.blue_bg:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 68px;
	bottom: 0;
	background-color: #57c6f1 !important;
	top: 0;
	margin-left: 0;
	left: 0;
}

.faculty_outer {
	margin-bottom: 1em;
}

/*.calendar-img{
   background-image: url(../images/calendar.png);
    width: 100%;
    background-position: center;
    background-size: contain;
    height: 88px;
    background-repeat: no-repeat;
}*/

.video .working-step-div {
}

.student-item p {
	padding-top: 2em;
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		-ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		-moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		-o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
			scale(1.5);
		-ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		-moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		-o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		-ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		-moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		-o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
			scale(1.5);
		-ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		-moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		-o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

/*
=================================
    rbanms-process media screen
=================================
*/

@media only screen and (max-width: 991px) {
	.rbanms-process .working-process {
		height: auto;
	}
	.video {
		min-height: 360px;
	}
}

@media only screen and (max-width: 480px) {
	.video {
		min-height: 230px;
	}
}

/*
=================================
    rbanms-prices
=================================
*/

.rbanms-price-tab {
	text-align: center;
}

.rbanms-price-tab .nav-tabs {
	border: 1px solid #ffb426;
	display: inline-block;
	text-align: center;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	text-transform: uppercase;
}

.rbanms-price-tab .nav-tabs li,
.rbanms-price-tab .nav-tabs li a,
.rbanms-price-tab .nav-tabs li.active a {
	display: inline-block;
	text-align: center;
	margin: 0;
	border: none;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.rbanms-price-tab .nav-tabs li a:hover {
	border: none;
	margin: 0;
	background: #231f20;
	color: #fff;
}

.rbanms-price-tab .nav-tabs li:first-child a {
	border-radius: 30px 0 0 30px;
	-webkit-border-radius: 30px 0 0 30px;
	-ms-border-radius: 30px 0 0 30px;
	-moz-border-radius: 30px 0 0 30px;
	-o-border-radius: 30px 0 0 30px;
}

.rbanms-price-tab .nav-tabs li:last-child a {
	border-radius: 0 30px 30px 0;
	-webkit-border-radius: 0 30px 30px 0;
	-ms-border-radius: 0 30px 30px 0;
	-moz-border-radius: 0 30px 30px 0;
	-o-border-radius: 0 30px 30px 0;
}

.price-tab-inner {
	width: 100%;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}

.price-tab-inner .price-list {
	display: inline-block;
	padding: 21px 21px;
	color: rgb(255, 255, 255);
	height: 310px;
}

.bottom-slider-column4 {
	padding: 0;
	display: table;
	vertical-align: middle;
}

.bottom-column-service-head-separator {
	height: 4px;
	width: 28px;
	margin: 16px 0px 15px;
}

.bottom-column-service-title {
	font-size: 30px;
	margin-bottom: 8px;
	text-align: left;
	/* text-transform: uppercase; */
}

.tab-content {
	margin-top: 50px;
}

.price-tab-inner .price-list span {
	width: 100%;
	padding-bottom: 15px;
	display: block;
	font-weight: 600;
	text-transform: capitalize;
}

.price-tab-inner .price-list span.price-head {
	font-size: 18px;
	text-transform: uppercase;
}

/*
=================================
    rbanms-prices media screen
=================================
*/

@media only screen and (max-width: 991px) {
	.price-tab-inner .price-list {
		width: 50%;
	}
	.price-tab-inner .price-list:nth-child(1),
	.price-tab-inner .price-list:nth-child(2) {
		margin-bottom: 25px;
	}
	.price-tab-inner .price-list {
		height: auto !important;
	}
}

@media only screen and (max-width: 767px) {
	.price-tab-inner {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 500px) {
	.price-tab-inner .price-list {
		width: 100%;
	}
	.price-tab-inner .price-list:nth-child(3) {
		margin-bottom: 50px;
	}
}

/*
=================================
    testimonial
=================================
*/

.testimonial {
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

.testimonial-item p {
	position: relative;
	padding-left: 0px;
	text-align: justify;
	font-size: 13px;
}

.album_name {
	position: absolute;
	z-index: 99;
	bottom: 0px;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	background: #000000bd;
	color: #fff;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
}

/*.testimonial-item p::before {
    position: absolute;
    top: -15px;
    left: 0;
    content: "\f10d";
    font-family: "FontAwesome";
    color: #ccc;
    font-size: 24px;
}*/

.testimonial-carousel.owl-theme .owl-dots .owl-dot span {
	background: #222;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 10px;
	height: 5px;
	margin: 0 7px;
	display: block;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
}

.testimonial-carousel.owl-theme .owl-dots .owl-dot.active span {
	background: #ffb426;
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	width: 15px;
}

.testimonial-carousel.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	margin-top: 30px;
}

.testimonial-carousel.owl-theme .owl-dots .owl-dot {
	display: inline-block;
}

.testimonial-item {
	display: inline-block;
	text-align: center;
	background-position: center;
	min-height: 325px;
	max-height: 325px;
}

.testimonial-carousel .owl-item {
	padding: 5px;
}

.box_outer h6 {
	text-align: center;
	margin-top: 1em;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 300;
}

.rbanms-counter h4 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-top: 1em;
	font-weight: 300;
	font-size: 19px;
}

.testimonial-item {
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
}

.testimonial-item .testi-img {
	width: 95px;
	height: 95px;
	margin: 50px auto;
	overflow: hidden;
	border: 1px solid #ffb426;
	background-color: #68b737;
	box-shadow: 2px 7px 6px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 7px 6px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 2px 7px 6px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 7px 6px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 2px 7px 6px rgba(0, 0, 0, 0.1);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.testimonial-item .testi-img img {
	vertical-align: middle;
	position: relative;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-ms-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
}

.testimonial-item .author-content {
	text-align: right;
	margin-top: 20px;
}

.testimonial-item .author-content h3 {
	font-size: 16px;
	text-transform: capitalize;
	color: #009ae2;
	margin: 0;
	font-weight: 600;
	padding-bottom: 5px;
	text-align: right;
}

.author-content span {
	text-align: right;
}

/*
=================================
    rbanms-team
=================================
*/

.rbanms-team {
	position: relative;
}

.rbanms-team .rbanms-item {
	background: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
}

.rbanms-item .team-img {
	position: relative;
	overflow: hidden;
}

.rbanms-team .team-bottom {
	width: 100%;
	text-align: center;
	color: #000;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}

.team-bottom {
	background-color: #f6f6f6;
	margin-top: 3px;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-color: #e4e4e4;
}

.team-bottom:hover {
	background: #00b6fb;
	color: #fff;
}

.team-bottom:hover .team-text h3.team-name {
	color: #fff !important;
}

.team-text .team-post {
	font-style: italic;
	text-transform: capitalize;
}

.team-text h3.team-name {
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 1px;
	position: relative;
	padding-bottom: 15px;
	padding-top: 19px;
	font-size: 16px;
	color: #000;
}

/*==========================
rbanms-counter
==========================*/

.rbanms-counter {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	position: relative;
}

.rbanms-counter-overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(48, 49, 50, 0.8);
}

.counter-area {
	text-align: center;
}

.counter-area h2 {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 30px 0;
	position: relative;
}

.counter-area h3 {
	margin-top: 30px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
}

.counter-area h2::before {
	content: "";
	position: absolute;
	width: 30px;
	height: 2px;
	bottom: -15px;
	background-color: #ffb426;
	left: 0;
	right: 0;
	margin: 0 auto;
}

/*==========================
rbanms-counter media screen
==========================*/

@media only screen and (max-width: 991px) {
	.rbanms-counter .col-sm-6 {
		float: left;
		width: 50%;
		margin-bottom: 50px;
	}
	.rbanms-counter .col-sm-6:nth-child(3) {
		margin-bottom: 0;
	}
	.rbanms-counter .col-sm-6:nth-child(4) {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 460px) {
	.rbanms-counter .col-sm-6 {
		float: left;
		width: 100%;
		margin-bottom: 50px;
	}
	.rbanms-counter .col-sm-6:nth-child(3) {
		margin-bottom: 50px;
	}
}

/*==========================
happy-clients
==========================*/

.happy-clients .owl-item {
	padding: 10px;
}

.happy-clients .item {
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
}

.happy-clients.owl-theme .owl-dots .owl-dot span {
	background: #222;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 10px;
	height: 5px;
	margin: 0 7px;
	display: block;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
}

.happy-clients.owl-theme .owl-dots .owl-dot.active span {
	background: #ffb426;
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	width: 15px;
}

.happy-clients.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	margin-top: 30px;
}

.happy-clients.owl-theme .owl-dots .owl-dot {
	display: inline-block;
}

/*==========================
blog-page
==========================*/

.blog-page .blog-div {
	padding: 15px;
	margin-bottom: 50px;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
}

.blog-desc {
	padding: 20px 0;
}

.blog-desc h3 {
	margin: 15px 0;
}

.blog-desc p {
	margin-bottom: 25px;
}

.blog-desc h3 a {
	color: #222;
	font-size: 22px;
	text-transform: capitalize;
	transition: all 0.2s ease 0s;
	text-align: left;
}

blockquote {
	color: #777;
	border-color: #ffb426;
}

blockquote:before {
	color: #ffb426;
}

.blog-detais-desc p {
	margin-top: 20px;
}

.blog-detais-desc .author {
	font-style: italic;
}

.blog-detais-desc .author span {
	font-weight: 600;
}

.tag {
	font-weight: 600;
}

.tag span:first-child {
	margin-left: 10px;
}

.tag span {
	display: inline-block;
	padding: 1px 10px;
	border: 1px solid #f3f3f3;
	color: #ccc;
	font-weight: normal;
	margin-right: 10px;
}

/*==========================
comment
==========================*/

div.comment-list,
div.comment-form {
	padding: 15px;
	margin-bottom: 50px;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
}

div.comment-form {
	margin-bottom: 0;
}

div.comment-form .btn-primary {
	margin-top: 15px;
}

.comment-list .row {
	margin-bottom: 0px;
}

.comment-list .panel .panel-heading {
	padding: 4px 15px;
	position: absolute;
	border: none;
	/*Panel-heading border radius*/
	border-top-right-radius: 0px;
	top: 1px;
}

.comment-list .thumbnail {
	border: none;
}

.comment-list .thumbnail img {
	border: none;
}

.comment-list .panel .panel-heading.right {
	border-right-width: 0px;
	border-top-left-radius: 0px;
	right: 16px;
}

.comment-list .panel .panel-heading .panel-body {
	padding-top: 6px;
}

.comment-list figcaption {
	word-wrap: break-word;
}

.comment-list .comment-post {
	margin-top: 6px;
}

.comment-social-icons a {
	display: inline-block;
	margin-right: 10px;
	color: #000;
}

.top-comment .panel.panel-default {
	border: none;
}

.top-comment .panel {
	box-shadow: none;
}

.comment-form input,
.contact-page .form-group input {
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
}

/*==========================
page-sidebar
==========================*/

.sidebar-widget {
	margin-bottom: 50px;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
	padding: 30px 15px;
}

.sidebar-widget:last-child {
	margin-bottom: 0;
}

.search-widget input.form-control {
	border-color: #ffb426;
	border-radius: 30px 0 0 30px;
	-webkit-border-radius: 30px 0 0 30px;
	-ms-border-radius: 30px 0 0 30px;
	-moz-border-radius: 30px 0 0 30px;
	-o-border-radius: 30px 0 0 30px;
}

.search-widget .input-group-addon {
	background-color: #ffb426;
	color: #ffffff;
	border-color: #ffb426;
	cursor: pointer;
	border-radius: 0 30px 30px 0;
	-webkit-border-radius: 0 30px 30px 0;
	-ms-border-radius: 0 30px 30px 0;
	-moz-border-radius: 0 30px 30px 0;
	-o-border-radius: 0 30px 30px 0;
}

.search-widget .input-group-addon:hover {
	background-color: #fff;
	color: #ffb426;
	border-color: #ffb426;
	cursor: pointer;
}

.tag-widget .tag-list a {
	padding: 5px 15px;
	border: 1px solid #ffb426;
	display: inline-block;
	margin-right: 5px;
	font-size: 14px;
	text-transform: capitalize;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
}

.tag-widget .tag-list a:hover {
	background-color: #ffb426;
	color: #fff;
}

.sidebar-widget ul li {
	position: relative;
	overflow: hidden;
	padding: 8px 0;
	border-bottom: 1px dashed #ccc;
}

.sidebar-widget.recent-widget ul li {
	padding: 15px 0;
}

.sidebar-widget ul li:first-child {
	padding-top: 0;
}

.sidebar-widget ul li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.sidebar-widget.recent-widget ul li img {
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 10px;
}

.sidebar-widget.recent-widget ul li a {
	color: #222;
	margin-bottom: 5px;
	position: relative;
	overflow: hidden;
	display: block;
	font-size: 14px;
	font-weight: 600;
}

.sidebar-widget.recent-widget ul li span {
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
	display: block;
	font-size: 13px;
	color: #777;
}

.sidebar-widget.other-widget li a {
	position: relative;
	padding-left: 15px;
}

.sidebar-widget.other-widget li a::before {
	position: absolute;
	left: 0;
	content: "\f105";
	font-family: "FontAwesome";
	top: 0;
	color: #ffb426;
}

/*==========================
contact-page
==========================*/

.contact-info p i {
	margin-right: 10px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	background-color: #ffb426;
	text-align: center;
	color: #ffffff;
	border: 1px solid #ffb426;
}

.contact-info p i:hover {
	background-color: #fff;
	color: #ffb426;
	border: 1px solid #ffb426;
}

.contact-map {
	margin-top: 20px;
}

.contact-map iframe {
	width: 100%;
	border: 2px solid #ccc;
}

.contact-page .btn-primary {
	margin-top: 15px;
}

/*==========================
rbanms-errorpage
==========================*/

.rbanms-errorpage {
	padding: 50px 30px 58px 30px;
	margin: 0 auto;
	width: 60%;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
	margin: 30px auto;
}

.rbanms-errorpage strong {
	display: block;
	font-size: 145px;
	line-height: 100px;
	color: #ffb426;
	font-weight: bold;
	margin-bottom: 10px;
	text-shadow: 5px 5px 1px #eaeaea;
}

.rbanms-errorpage b {
	display: block;
	font-size: 40px;
	line-height: 50px;
	color: #222;
	margin: 0;
	font-weight: 300;
}

.rbanms-errorpage em {
	display: block;
	font-size: 18px;
	color: #ffb426;
	margin: 15px 0;
	font-style: normal;
}

/*==========================
rbanms-errorpage media screen
==========================*/

@media only screen and (max-width: 320px) {
	.rbanms-errorpage strong {
		display: block;
		font-size: 100px;
	}
}

@media only screen and (min-width: 280px) and (max-width: 767px) {
	.rbanms-errorpage {
		width: 100%;
		border-radius: 0;
		margin: 25px auto;
		padding: 15px;
	}
	.rbanms-errorpage em {
		line-height: none;
		margin-bottom: 10px;
	}
}

/*==========================
rbanms-login
==========================*/

.login-form {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	padding: 20px;
	float: left;
	width: 100%;
}

.login-page .navbar-brand {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	margin-bottom: 50px;
	display: inline-block;
}

.login-page .navbar-brand img {
	max-width: 300px;
	margin: 0 auto;
}

.login-page .login-btn {
	width: 100%;
	color: #ffffff;
	text-align: center;
	margin-top: 20px;
}

.login-page input[type="checkbox"] {
	outline: none;
	border: 0;
	margin-right: 15px;
}

.login-page button[type="submit"] {
	outline: none;
	border: 0;
}

.login-page .form-group input {
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
}

.login-page .doyou {
	width: 100%;
	text-align: center;
	margin: 30px 0;
}

.login-page .doyou span {
	margin-right: 15px;
}

.login-page .doyou span a,
.button-box span.pull-right a {
	color: #006699;
}

.login-page .form-group {
	margin-bottom: 30px;
}

.form-group .social-register {
	text-align: center;
	width: 100%;
}

.form-group .social-register a i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #3c6195;
	text-align: center;
	color: #ffffff;
	margin-right: 10px;
	display: inline-block;
}

.form-group .social-register a i.fa-google-plus {
	background-color: #de3635;
}

/*==========================
pagination
==========================*/

.page {
	text-align: center;
}

.pagination {
	margin: 0;
}

.pagination > li > a,
.pagination > li > span {
	margin: 0 5px;
}

.pagination li a i {
	font-size: 9px;
}

.pagination > li > a,
.pagination > li > span {
	color: #ffb426;
}

.pagination > li a:hover {
	background-color: #ffb426;
	border-color: #ffb426;
	color: #ffffff;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	background-color: #ffb426;
	border-color: #ffb426;
}

/*==========================
rbanms-footer
==========================*/

footer {
	position: relative;
	background: #222;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #fff;
	padding: 70px 0 70px;
}

footer .footer-widget {
	position: relative;
}

footer h2 {
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 50px;
	color: #ffffff;
	position: relative;
}

footer h2::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 2px;
	bottom: -15px;
	background-color: #ffcb06;
	left: 0;
}

footer .text {
	margin-bottom: 20px;
	color: #adadad;
}

footer .social-links * {
	color: rgb(255, 255, 255);
	display: inline-table;
	list-style: outside none none;
	transition: all 250ms ease-in-out;
	-webkit-transition: all 250ms ease-in-out;
}

footer .social-links a {
	display: inline-block;
}

footer .social-links a::after {
	display: inline-block;
	content: "|";
	padding: 0 10px;
	color: rgba(255, 255, 255, 0.5);
}

footer .social-links li:last-child a::after {
	display: inline-block;
	content: "";
	padding: 0;
}

footer .social-links li {
	display: inline-block;
}

footer.social-links li a:hover,
footer .social-links li a:hover i {
	color: #ffb426;
}

footer .social-links i {
	font-size: 13px;
	margin: 0;
}

footer .links-widget ul li a:before {
	content: "\f105";
	font-family: "FontAwesome";
	margin-right: 11px;
	color: #ffb426;
}

footer .links-widget ul li {
	padding: 7px 0;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}

footer .links-widget ul li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

footer .subscribe-widget {
	position: relative;
}

footer .links-widget ul li a {
	text-transform: capitalize;
	color: #adadad;
}

.footer .link-widget ul li a:hover {
	color: #ffb426;
}

footer .subscribe-widget .text {
	position: relative;
	line-height: 1.8em;
	margin-bottom: 30px;
}

footer .subscribe-widget .form-group input[type="text"],
footer .subscribe-widget .form-group input[type="email"] {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 9px 16px;
	height: 42px;
	color: #222222;
	border-radius: 30px;
	outline: none;
	font-size: 13px;
	background-color: #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

footer .subscribe-widget .form-group input[type="text"]:focus,
footer .subscribe-widget .form-group input[type="email"]:focus {
	background-color: #f1f1f1;
}

footer .subscribe-widget .form-group {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

footer .newsletter-form .form-group button[type="submit"] {
	background-color: #ffb426;
	border: 0;
	text-transform: capitalize;
	font-weight: 600;
}

footer .newsletter-form .form-group button:hover[type="submit"] {
	background-color: #ffffff;
	color: #222;
}

/*==========================
rbanms-footer media screen
==========================*/

@media only screen and (min-width: 460px) and (max-width: 767px) {
	.links-widget .col-sm-6 {
		float: left;
		width: 50%;
	}
}

@media only screen and (max-width: 991px) {
	.footer-widget {
		margin-bottom: 50px;
	}
	footer .col-md-5 .footer-widget,
	.footer-widget.subscribe-widget {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	.footer-widget,
	footer .col-md-5 .footer-widget {
		margin-bottom: 50px;
	}
	.footer-widget.subscribe-widget {
		margin-bottom: 0;
	}
}

/*==========================
footer-bottom
==========================*/

.footer-bottom {
	position: relative;
	font-size: 14px;
	padding: 13px 5px;
	padding-bottom: 11px;
	line-height: 24px;
	text-align: center;
	background-color: #111;
	color: #c8c8c8;
	width: 100%;
	float: left;
}

.footer-bottom .text a {
	color: #ffb426;
}

/*==========================
scroll-top
==========================*/

a.scroll-top {
	background-color: #ffb426;
	bottom: 45px;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	height: 40px;
	font-weight: bold;
	line-height: 38px;
	position: fixed;
	right: 12px;
	text-align: center;
	width: 40px;
	z-index: 999;
	border: 1px solid #ffb426;
}

a.scroll-top:hover {
	background-color: #ffffff;
	color: #ffb426;
}

a.scroll-top::before {
	font-size: 25px;
}

.left_footer {
	width: 25%;
	display: inline-block;
	float: left;
}

.right_footer {
	width: 75%;
	display: inline-block;
	float: left;
}

.footer_li li {
	font-size: 15px;
	color: #adadad;
}

.news-item {
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
	border-radius: 3px;
	max-height: 371px;
	min-height: 371px;
}

.news-update-detail {
	padding: 7px;
	padding-top: 0;
}

.news-update-detail p {
	margin: 0;
}

.news-btn {
	text-align: center;
}

.news-btn .btn {
	padding: 5px !important;
	border-radius: 2px;
	font-size: 13px !important;
}

.news-update-detail h3 a {
	font-size: 13px;
	font-weight: 500;
	color: #000;
}

.news-update-detail p {
	margin: 0;
	line-height: 18px;
	margin-bottom: 0;
	font-size: 13px;
}

.news-update-detail h3 {
	margin-bottom: 1px;
}

.happy-clients .owl-item {
	padding: 0px;
}

.student-item {
	padding: 30px;
	background-color: #fff;
	padding-top: 2em;
	max-height: 371px;
	min-height: 371px;
}

.student-item p::before {
	position: absolute;
	top: -15px;
	left: 0;
	content: "\f10d";
	font-family: "FontAwesome";
	color: #ccc;
	font-size: 24px;
}

.student-item p::after {
	position: absolute;
	bottom: -15px;
	right: 0;
	content: "\f10e";
	font-family: "FontAwesome";
	color: #ccc;
	font-size: 24px;
}

.middle-box {
	display: table-cell;
	vertical-align: middle;
	height: 75px;
}

.image_title {
	width: 100%;
	color: #000;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-weight: 300;
	margin-top: 0.5em;
}

.information_inner {
	background-color: #f8f7f5;
	display: inline-block;
	width: 100%;
	padding: 1em;
	height: 296px;
}

.box-title {
	display: inline-block;
	width: 100%;
	position: relative;
	margin-bottom: 16px;
	text-align: left;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
	display: table;
	vertical-align: middle;
}

.happy-clients .owl-nav {
	top: 41%;
	width: 100%;
}

.happy-clients .owl-prev {
	float: left;
	margin: 0px !important;
}

.happy-clients .owl-next {
	float: right;
	margin: 0 !important;
}

.image_box img {
	width: 80%;
}

.working-step .title {
	text-align: center;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 400;
}

.charities_head p {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 17px;
	font-weight: 400;
}

.charities_head h2 {
	line-height: 43px;
}

.price-list p {
	color: #000;
	text-align: left;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 19px;
	letter-spacing: 0;
}

div.gdl-header-wrapper.navigation-on {
	padding-right: 75px;
}

div.gdl-header-wrapper {
	margin-bottom: 40px;
	position: relative;
}

div.gdl-header-left-bar,
.gdl-sidebar-left-bar {
	background-color: #f16337;
}

div.gdl-header-left-bar {
	width: 2px;
	height: 26px;
	float: left;
	margin-right: 3px;
	margin-top: -4px;
}

.working-process .title {
	text-align: center;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 400;
}

.testimonial-carousel .owl-item a:hover img {
	-ms-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
	transition: transform 1s ease;
}

.testimonial-carousel .owl-item a img {
	transition: transform 1s ease;
}

h3.gdl-header-title {
	color: #2f3238;
}

h3.gdl-header-title {
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 40px;
	line-height: 19px;
	float: left;
	margin: 0px 15px 0px 8px;
	display: inline-block;
}

div.gdl-header-divider {
	height: 0px;
	overflow: hidden;
	position: relative;
	top: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #e6e6e6;
}

.team-carousel .owl-nav {
	top: -67px;
}

.team-carousel .owl-nav [class*="owl-"] {
	background-color: #f6f6f6;
	color: #ccc;
	width: 30px;
	height: 30px;
	border-radius: 0 !important;
	border: 0px solid transparent;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-color: #e6e6e6;
	background-size: 6px 11px;
	margin: 0 2px;
}

.team-carousel .fa-angle-left {
	font-size: 17px;
}

.team-carousel .fa-angle-right {
	font-size: 17px;
}

.box-title span {
	font-size: 12px;
	padding-left: 1em;
	color: #000;
}

h6.readmore {
	display: inline-block;
	float: right;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin-right: 10px;
}

.arrow-wrapper {
	position: relative;
	width: 24px;
	top: 0;
	display: inline-block;
}

.arrow {
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 13px;
}

.arrow-1 {
	-webkit-animation: arrow-movement 2s ease-in-out infinite;
	animation: arrow-movement 2s ease-in-out infinite;
}

.arrow-2 {
	-webkit-animation: arrow-movement 2s 1s ease-in-out infinite;
	animation: arrow-movement 2s 1s ease-in-out infinite;
}

@-webkit-keyframes arrow-movement {
	0% {
		opacity: 0;
		left: 45%;
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes arrow-movement {
	0% {
		opacity: 0;
		left: 10%;
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

footer .links-widget ul li a:hover:before {
	color: #00aef2;
}

@media only screen and (min-width: 1380px) {
	.price-list p {
		font-size: 14px;
	}
	.bottom-column-service-title {
		font-weight: 400;
	}
}

.entry-banner-content h1 {
	color: #fff;
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 5px;
	line-height: 1.1;
	word-wrap: break-word;
}

.entry-banner-content {
	padding: 100px 0 110px;
}

.woocommerce-breadcrumb {
	padding: 15px 25px;
	list-style: none;
	background-color: rgba(0, 0, 0, 0.3);
	display: inline-block;
}

.woocommerce-breadcrumb a,
.woocommerce-breadcrumb i {
	color: #fff;
}

.woocommerce-breadcrumb {
	color: #ffcb06;
}

.woocommerce-breadcrumb a,
.woocommerce-breadcrumb i {
	display: inline-block;
	margin-right: 10px;
	letter-spacing: 0px;
}

.about_section {
	display: inline-block;
	padding-top: 3em;
	padding-bottom: 2em;
}

.sub-title {
	color: #ea173f;
}

.sub-title1 {
	color: #ff9800;
}

.wpb_wrapper p {
	line-height: 22px;
	font-size: 13px;
	color: #000;
	margin-bottom: 27px;
}

.principal_section {
	display: inline-block;
	width: 100%;
	padding-top: 3em;
	padding-bottom: 2em;
}

.web-paddingnone {
	padding: 0px;
}

.history_section {
	display: inline-block;
	padding-top: 3em;
	padding-bottom: 2em;
}

.imag_div img {
	padding-right: 25px;
}

.mission_li li {
	line-height: 20px;
	margin-bottom: 6px;
	font-size: 14px;
	color: #000;
	background: url(../images/checked.png) no-repeat 0 35%;
	padding: 0px 0 0px 31px;
}

.last_para {
	margin-bottom: 0px;
}

.management_table tr:nth-child(even) {
	background: #f3efef;
}

.management_table td {
	font-size: 14px;
}

.client-box {
	border-radius: 2px;
	text-align: center;
	margin-bottom: 1em;
	padding: 6px;
	max-height: 80px;
	min-height: 80px;
	display: table;
	vertical-align: middle;
	width: 100%;
}

.client-name {
	color: #000;
	padding-left: 4px;
	display: table-cell;
	vertical-align: middle;
}

.milestone_box {
	display: inline-block;
	width: 100%;
	margin-top: 1em;
}

p.milestones_name {
	margin-bottom: 0;
	text-align: left;
	line-height: 15px;
	font-weight: 400;
	font-size: 13px;
	color: #fff;
}

p.milestone_year {
	margin-bottom: 0;
	vertical-align: middle;
	font-size: 16px;
	line-height: 38px;
	color: #fff;
	text-align: left;
}

.single_name {
	margin-top: 14px;
}

.double_name {
	margin-top: 9px;
}

.milestone_year:after {
	content: "";
	height: 42px;
	width: 1px;
	position: absolute;
	background: #fff;
	top: 0;
	right: 8px;
}

.rt-vc-contact-1 ul.rtin-item {
	border: 1px solid #bdbdbd;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 0px;
}

.rt-vc-contact-1 ul.rtin-item > li {
	border-bottom: 1px solid #bdbdbd;
	padding: 10px 0 10px 30px;
	position: relative;
	line-height: 18px;
}

.rt-vc-contact-1 ul.rtin-item > li > i {
	color: #002147;
}

.rt-vc-contact-1 ul.rtin-item > li > i {
	color: #002147;
	position: absolute;
	z-index: 1;
	right: 30px;
	top: 27px;
	font-size: 17px;
	font-style: normal;
}

.rt-vc-contact-1 ul.rtin-item > li > h3 {
	color: #111;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 5px;
}

.rt-vc-contact-1 ul.rtin-item > li .contact-social li a {
	border: 1px solid #002147;
	color: #002147;
	height: 30px;
	width: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	font-size: 12px;
}

.contact-social li a i {
	font-style: normal;
}

.rt-vc-contact-1 ul.rtin-item > li .contact-social li {
	display: inline;
	margin-right: 17px;
}

.rt-vc-contact-1 ul.rtin-item > li .contact-social li a:hover {
	background-color: #002147;
	color: #fff;
}

.contact_heading {
	font-size: 30px;
	color: #002147;
	line-height: 1.5;
	text-align: justify;
	font-weight: 300;
}

.captcha {
	border: 1px solid rgb(237, 237, 237);
	border-bottom: 0px;
	text-align: center;
	margin-top: 0;
	background: #fff;
}

a#change-image {
	position: absolute;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 2px;
	background-color: #e2e2e2;
	right: 34px;
	display: inline-block;
	padding: 2px 8px;
	bottom: 5em;
}

.contact-div {
	padding-top: 4em;
	padding-bottom: 5em;
	background-color: #fafafa;
}

.map iframe {
	width: 100%;
	margin-top: 30px;
	border: 4px solid #fff !important;
	border-radius: 2px;
}

.faculty_table td {
	border: 0px double #f9f9f9 !important;
	font-size: 13px;
	font-weight: 400;
	color: #000;
	padding: 6px !important;
}

.faculty_outer {
	display: inline-block;
	width: 100%;
	background: #fafafa;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.33);
}

table.table.faculty_table {
	margin-bottom: 0;
}

.fac_img img {
	height: 150px;
}

.last_td {
	padding-bottom: 0px !important;
}

.faculty_left {
	padding-left: 0px;
}

.faculty_table td:first-child {
	color: #e5173e;
}

.agile-news-left {
	margin-bottom: 30px;
}

.white-box {
	box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.18);
}

.white-box {
	top: 0px;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.white-box:hover {
	top: -4px;
}

.w3-agile-news-info a {
	color: #252525;
	font-size: 18px;
	font-variant-ligatures: common-ligatures;
	font-weight: 600;
	margin-top: 6px;
	margin-bottom: 6px;
	letter-spacing: 0;
	cursor: default;
	line-height: 0px;
}

.agile-news-right {
	padding: 7px 30px 15px 30px;
	background: #fff;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.white-box p {
	margin-top: 7px;
	color: #000;
	padding-bottom: 0;
	font-weight: 400;
	font-size: 13px;
	margin-bottom: 0;
}

.w3l-button.services-button {
	margin-top: 12px;
	display: inline-block;
}

.services-button a {
	background: #e5173e;
	padding: 5px 20px;
	color: #fff;
	border-radius: 2px;
	font-weight: 400;
	font-size: 13px;
}

.news_leftpadding {
	padding-left: 0px;
}

h4.modal-title.news_title {
	font-size: 17px;
	padding-bottom: 0;
	display: inline-block;
}

.news_body p {
	font-size: 13px;
	margin-bottom: 0;
}

.file_btn a {
	background: #231f20;
}

.url_btn a {
	background: #00acef;
}

.gallery-active {
	color: #e5173e;
}

.gallery-head span {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 9px 0 0 0;
	text-align: center;
	font-style: italic;
}

.image-cap,
.video-cap {
	background-color: #f6f6f6;
	margin-top: 3px;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-color: #e4e4e4;
	width: 100%;
	color: #000;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}

.image-cap p,
.video-cap p {
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 2px;
	letter-spacing: 1px;
	position: relative;
	padding-bottom: 6px;
	padding-top: 9px;
	font-size: 14px;
}

.exploer_div {
	text-align: center;
	height: 218px;
	display: table;
	width: 100%;
	vertical-align: middle;
}

.exploer_div p {
	background-color: #38cbdd;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
}

.exploer_div p span {
	background: #ffcb06;
	padding: 10px 20px;
	border-radius: 2px;
	color: #000;
	font-size: 13px;
	letter-spacing: 1px;
}

.gallery-img:hover .image-cap,
.video-img:hover .video-cap {
	background: #00a4f4;
}

.gallery-img:hover .image-cap p {
	color: #fff !important;
}

.video-img:hover .video-cap p {
	color: #fff !important;
}

.play_icon:before {
	content: "\f04b";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
	vertical-align: middle;
	line-height: 6em;
	color: #ff4349;
	font-size: 30px;
}

.photo-div {
	padding-top: 1em;
}

.video-div {
	padding-top: 2em;
}

.video-col {
	padding-bottom: 2em;
}

.home_blog {
	height: 180px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.news-update-detail h3 {
	line-height: 15px;
}

.modal {
	z-index: 999999;
}

.modal-backdrop {
	z-index: 99999;
}

.news-btn a.btn.btn-primary {
	background: #72cff2;
}

.news-btn a.btn.btn-primary:hover {
	background-color: #222;
}

.home-album {
	height: 371px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.rtin-item {
	background-color: #f5f5f5;
	margin-bottom: 30px !important;
	margin: 0 0 22px;
	padding: 20px;
}

.rtin-calender:before {
	color: #231f20;
	content: "\f111";
	position: absolute;
	top: 8px;
	font-size: 14px;
	font-family: FontAwesome;
	line-height: 1;
	left: 10px;
}

.rtin-calender:after {
	color: #231f20;
	content: "\f111";
	position: absolute;
	top: 8px;
	font-size: 14px;
	font-family: FontAwesome;
	line-height: 1;
	right: 10px;
}

.rtin-calender span {
	background-color: #231f20;
	line-height: 2.5;
	height: 40px;
	display: block;
	color: #fff;
}

.rtin-calender-holder {
	padding-right: 20px;
}

.rtin-calender {
	background-color: #ffcb06;
	position: relative;
	padding-top: 20px;
	padding-right: 0;
	text-align: center;
	width: 100px;
}

.media-body,
.media-left,
.media-right {
	display: table-cell;
	vertical-align: top;
}

.rtin-right h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 1.4;
}

.rtin-content {
	margin-bottom: 10px;
}

.rtin-right ul {
	margin: 0;
	padding: 0;
}

.rtin-right ul li {
	color: #002147;
	font-weight: 500;
	display: inline;
}

.rtin-calender h3 {
	color: #002147;
	font-size: 24px;
	margin-bottom: 0;
	line-height: 1;
}

.rtin-calender p {
	color: #002147;
	margin-bottom: 5px;
}

.rtin-content {
	margin-bottom: 10px;
	font-size: 13px !important;
	line-height: 15px !important;
	text-align: justify;
}

.left_padding {
	padding-left: 0px;
}

.course_table td {
	font-size: 13px;
	vertical-align: middle !important;
}

.course_table td:nth-child(1) {
	font-weight: bold;
}

.course_table th {
	border-bottom: 0px !important;
}

.inner-menuactive {
	color: #ffcd05 !important;
}

.inner-liactive {
	color: #ffcd05 !important;
}

.team-img {
	height: 178px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

ul.ul_list {
	margin-left: 3%;
}

.aqar a{
	color: #ffcd05 !important;
	font-weight: 900;
	animation: blink 1.2s infinite;
}

.aqar a::after{
	color: #fff !important;
	font-weight: 400;
	animation: none !important;
	opacity: 1 !important;
}

@keyframes blink {
	0%,100% { opacity: 0.1 }
	50% { opacity: 1 }
}