* {
	padding: 0;
	margin: 0;
}
html {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: visible;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	overflow-x: hidden;
	background-color: #ffffff;
}
html, body, .wrapper {
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #002147;
	font-weight: normal;
	line-height: 1.2;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0;
	margin: 0;
}
h1, h2, h3, h4 {
	margin-bottom: 15px;
}
h5, h5 {
	margin-bottom: 10px;
}
img {
	border: none;
	outline: none;
	max-width: 100%;
}
label {
	display: inline-block;
	font-weight: normal;
	margin-bottom: 5px;
	max-width: 100%;
}
a, .btn, button {
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	outline: medium none;
}
a img, iframe {
	border: none;
}
p {
	color: #666666;
	line-height: 26px;
	margin: 0 0 15px;
	text-transform: none;
	font-weight: 400;
}
hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid #eee;
}
input:focus, textarea:focus,  select:focus {
	outline: none;
	box-shadow: inherit;
}
ul {
	margin: 0;
	list-style-type: none;
}
a, a:active, a:focus, a:hover {
	outline: none;
	text-decoration: none;
	color: #002147;
}
a:hover {
	color: #002147;
}
a {
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
}
b, strong {
	font-weight: 900;
}
.btn.active, .btn:active {
	background-image: inherit !important;
}
.btn.focus,  .btn:active:focus,  .btn:active:hover,  .btn:focus,  .btn:hover {
	outline: 0;
}
.btn.circle {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.btn.active, .btn:active {
	outline: 0;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}
input {
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	box-shadow: inherit;
	/*min-height: 50px;*/
}
#scrool-top {

	background:#ffb606 none repeat scroll 0 0;

	border: 0 none;

	border-radius: 4px;

	bottom: 50px;

	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);

	color: #fff;

	height: 40px;

    line-height: 50px;

	opacity: 0;

	position: fixed;

	right: 30px;

	text-align: center;

	transition: opacity 0.2s ease-out 0s;

	width: 40px;

	z-index: 9999;

}

#scrool-top i {
    font-size: 28px;
	color: #fff;

}

.show {

	display: block !important;

}

#scrool-top.show {

	opacity: 1;

}

/* Default CSS */
.container-half {
	margin: 0 auto;
	width: 60%;
	padding: 0 15px;
}
.bg-cover {
	background-position: center center;
	background-size: cover;
}
.bg-fixed {
	background-attachment: fixed;
	background-position: center top;
	background-size: cover;
}
.bg-gray {
	background-color: #f9f9f9;
}
.bg-light {
	background-color: #ffffff;
}
.bg-theme {
	background-color: #ffb606;
}
.color-yellow .bg-theme {
	background-color: #ff9800;
}
.align-right {
	float: right;
}
.text-light h1,  .text-light h2,  .text-light h3,  .text-light h4,  .text-light h5,  .text-light h6,  .text-light p,  .text-light a {
	color: #ffffff;
}
.shadow {
	position: relative;
	z-index: 1;
}
.shadow.dark::after {
	background: #002147 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.shadow.dark-hard::after {
	background: #002147 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.75;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.shadow.light::after {
	background: #ffffff none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.3;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.shadow.theme::after {
	background: #ffb606 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.colo-yellow.shadow.theme::after, .colo-yellow .shadow.theme::after {
	background: #ff9800 none repeat scroll 0 0;
}
.shadow.theme-hard::after {
	background: #ffb606 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.color-yellow.shadow.theme-hard::after, .color-yellow .shadow.theme-hard::after {
	background: #ff9800 none repeat scroll 0 0;
}
.default-padding {
	padding-top: 80px;
	padding-bottom: 80px;
}
.default-padding-top {
	padding-top: 80px;
}
.default-padding-bottom {
	padding-bottom: 80px;
}
.default-padding.bottom-less {
	padding-top: 80px;
	padding-bottom: 0px;
}
.default-padding.bottom-30 {
	padding-top: 80px;
	padding-bottom: 30px;
}
.default-padding.bottom-20 {
	padding-top: 80px;
	padding-bottom: 20px;
}
.padding-xl {
	padding-top: 120px;
	padding-bottom: 120px;
}
.btn {
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 25px;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	letter-spacing: 1px;
	border-radius: inherit;
	overflow: hidden;
}
.btn-md {
	padding: 10px 40px 10px;
}
.btn-sm {
	padding: 8px 35px;
	font-size: 12px;
}
.btn-xsm {
	padding: 5px 18px;
	font-size: 12px;
}
.btn.btn-sm-pro {
	font-size: 10px;
	font-weight: 600;
	margin-top: 5px;
	padding: 4px 35px;
	display: inline-block;
}
.btn-border-light {
	border: 2px solid #ffffff;
}
.btn.btn-sm-pro.btn-border-light:hover,  .btn.btn-sm-pro.btn-border-light:focus {
	background-color: #ffffff;
	color: #002147;
	border: 2px solid #ffffff;
}
.btn-gray {
	background: #f5f5f5 none repeat scroll 0 0;
	border: 2px solid #e7e7e7;
}
.btn-gray:hover {
	background: transparent none repeat scroll 0 0;
	border: 2px solid #e7e7e7;
}
.btn-dark {
	background-color: #002147;
	color: #ffffff;
	border: 2px solid #002147;
}
.btn-dark.border {
	background-color: transparent;
	color: #002147;
	border: 2px solid #002147;
}
.btn-dark.border:hover {
	background-color: #002147;
	color: #ffffff !important;
	border: 2px solid #002147;
}
.btn.btn-light {
	background: #ffffff none repeat scroll 0 0;
	border: 2px solid #ffffff;
	color: #002147;
}
.btn.btn-light:hover,  .btn.btn-light:focus {
	background: transparent none repeat scroll 0 0;
	border: 2px solid #ffffff;
	color: #ffffff;
}
.btn.btn-light.effect:hover,  .btn.btn-light.effect:focus {
	background-color: #ffb606;
	color: #ffffff !important;
	border: 2px solid #ffb606;
}
.btn.btn-light.border {
	background: transparent;
	border: 2px solid #ffffff;
	color: #ffffff;
}
.btn.btn-light.border:hover {
	background: #ffffff none repeat scroll 0 0 !important;
	border: 2px solid #ffffff !important;
	color: #002147 !important;
}
.btn-dark:hover,  .btn-dark:focus {
	color: #002147 !important;
	background: transparent;
}
.bg-dark {
	background: #002147 none repeat scroll 0 0;
}
.btn-theme, .button-theme {
	background-color: #ffb606;
	color: #002147 !important;
	border: 2px solid #ffb606;
}
.btn-theme.border {
	background-color: transparent;
	color: #ffb606 !important;
	border: 2px solid #ffb606;
}
.btn-theme.border:hover {
	background-color: #ffb606;
	color: #ffffff !important;
	border: 2px solid #ffb606;
}
.btn-theme.effect:hover,  .btn-theme.effect:focus {
	background: #ffd134 none repeat scroll 0 0;
	border: 2px solid #ffd134;
	color: #ffffff !important;
}
.button-theme:hover,  .button-theme:focus {
	background: #ffd134 none repeat scroll 0 0;
	color: #ffffff !important;
}
.btn.btn-sm-lm {
	font-size: 12px;
	padding: 4px 35px;
}
.btn.border.btn-light.standard {
	padding-left: 20px;
	padding-right: 50px;
	position: relative;
	z-index: 1;
}
.btn.border.btn-light.standard::after {
	background: #ffffff none repeat scroll 0 0;
	content: "";
	height: 53px;
	position: absolute;
	right: -18px;
	top: -10px;
	transform: skewX(20deg);
	-webkit-transform: skewX(20deg);
	-moz-transform: skewX(20deg);
	-ms-transform: skewX(20deg);
	-o-transform: skewX(20deg);
	width: 50px;
	z-index: -1;
}
.btn.border.btn-light.standard::before {
	color: #ffb606;
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	height: 100%;
	position: absolute;
	right: 0;
	width: 25px;
}
.button-sm {
	border: medium none;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	padding: 8px 25px;
	text-transform: uppercase;
}
.banner-area.shadow.dark-hard .content .btn.btn-theme.effect:hover, .banner-area.shadow.dark-hard .content .btn.btn-light.effect:hover, .banner-area.shadow.dark-hard .content .btn.btn-dark.effect:hover {
	background: transparent none repeat scroll 0 0;
	border: 2px solid #ffffff;
	color: #ffffff !important;
}
a.btn-icon {
	background: #f1f1f1 none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #ffb606;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 50px;
}
.bg-fixed {
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}
.bg-cover {
	background-position: center center;
	background-size: cover;
}
.container-full {
	padding: 0 15px;
	width: 100%;
}
.oh {
	overflow: hidden;
}
.less-margin {
	margin: 0;
}
header {
	position: relative;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
	position: relative;
	z-index: 1;
	margin-left: 3px;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
	border: medium none;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
	background: #ffffff none repeat scroll 0 0;
	bottom: -1px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	width: 0;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after, header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
	width: 100%;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after, header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
	width: 0;
}
.attr-nav .social.right li {
	margin-left: 20px;
}
.attr-nav .social li a {
	font-size: 16px;
}
/* Navbar */
nav.bootsnav.navbar-default.info-topbar .navbar-header {
	display: none;
}
nav.bootsnav.navbar-default.info-topbar ul li a {
	margin-right: 30px;
	padding: 35px 0;
}
nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
	margin-right: 0;
	padding: 35px 20px;
}
.attr-nav > a.btn-theme.effect:hover, .attr-nav > a.btn-theme.effect, .attr-nav > a.btn-theme.effect:focus {
	background: #ffb606 none repeat scroll 0 0;
	border: 2px solid #ffb606;
	color: #ffffff !important;
}
nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
	margin-right: 30px;
	padding: 35px 0;
}
.attr-nav.social li {
	display: inline-block;
	padding: 25px 0 !important;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}
.attr-nav.social li a {
	border: 1px solid #f4f4f4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #ffb606;
	display: inline-block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	padding: 0 !important;
	text-align: center;
	width: 40px;
}
nav.navbar.bootsnav.sticked .attr-nav.social li {
	display: inline-block;
	padding: 20px 0 !important;
}
nav.navbar.bootsnav.navbar-transparent.pad-top {
	background: transparent none repeat scroll 0 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-top: 63px;
}
nav.navbar.bootsnav .navbar-brand, nav.navbar.bootsnav.sticked .navbar-brand{ padding:0px 15px;}
.navbar-brand>img {
	max-width: 100px;
}
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-brand>img {
	max-width: 90px;
}
/* ============================================================== 
     # Topbar 
=================================================================== */
.top-bar-area {
	padding: 10px 0;
}
.top-bar-area {
	padding: 10px 0;
}
.top-bar-area ul li {
	display: inline-block;
	margin-right: 10px;
	border-right: 1px solid rgba(255,255,255,0.4);
	line-height: 10px;
	padding-right: 10px;
}
.top-bar-area ul li:last-child {
	padding-right: 0px;
	margin-right: 0px;
	border-right: none;
}
.top-bar-area ul li a i {
	margin-right: 7px;
}
.top-bar-area ul li a {
	color: #eee;
}
.top-bar-area ul li a:hover, .top-bar-area ul li a:focus {
	color: #ffb606;
}
/* Site Heading */

.site-heading {
	margin-bottom: 60px;
	margin-top: -5px;
	overflow: hidden;
}
.site-heading h2 {
	display: inline-block;
	font-weight: 700;
	padding-bottom: 20px;
	position: relative;
	z-index: 1;
}
.bg-dark .site-heading h2 {
	color: #ffffff;
}
.bg-dark .site-heading p {
	color: #cccccc;
}
.site-heading h2::before {
	background: #ffb606 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -40px;
	position: absolute;
	width: 40px;
	z-index: 1;
}
.site-heading h2::after {
	background: #ffb606 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: 5px;
	position: absolute;
	width: 40px;
}
.site-heading.text-left h2::before {
	left: 0;
	margin: 0;
}
.site-heading.text-left h2::after {
	left: 45px;
	margin: 0;
	width: 20px;
}
/* ============================================================== 
     # Banner 
=================================================================== */
body, .banner-area,  .banner-area div {
	height: 100%;
}
.banner-area .box-cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.banner-area .box-table {
	display: table;
	width: 100%;
}
.banner-area .box-cell,  .banner-area .box-cell div {
	height: auto;
}
.banner-area {
	position: relative;
	overflow: hidden;
	margin-top: -92px;
}
.banner-area .content {
	overflow: hidden;
}
/* Carousel Control */
.banner-area .carousel-control {
	font-size: 40px;
	height: 50px;
	line-height: 50px;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	margin-top: -25px;
	background: transparent;
	opacity: 1;
	z-index: 1;
}
.banner-area .carousel-control.shadow {
	background: transparent none repeat scroll 0 0;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	opacity: 1;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 1;
	color: #ffffff;
	text-shadow: inherit;
}
.banner-area .carousel-control.shadow::after {
	background: #002147 none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.banner-area .carousel-control.left {
	left: -50px;
}
.banner-area:hover .carousel-control.left {
	left: 0;
}
.banner-area:hover .carousel-control.shadow.left {
	left: 20px;
}
.banner-area .carousel-control.right {
	right: -50px;
}
.banner-area:hover .carousel-control.right {
	right: 0;
}
.banner-area:hover .carousel-control.shadow.right {
	right: 20px;
}
/* Animation delays */
.banner-area .item h1:first-child,  .banner-area .item h2:first-child,  .banner-area .item h3:first-child,  .banner-area .item h4:first-child,  .banner-area .item h5:first-child,  .banner-area .item h6:first-child {
	animation-delay: .5s;
}
.banner-area .item h1:nth-child(2),  .banner-area .item h2:nth-child(2),  .banner-area .item h3:nth-child(2),  .banner-area .item h4:nth-child(2),  .banner-area .item h5:nth-child(2),  .banner-area .item h6:nth-child(2) {
	animation-delay: .6s;
}
.carousel-caption h1:nth-child(3),  .carousel-caption h2:nth-child(3),  .carousel-caption h3:nth-child(3),  .carousel-caption h4:nth-child(3),  .carousel-caption h5:nth-child(3),  .carousel-caption h6:nth-child(3) {
	animation-delay: .9s;
}
.banner-area .item p {
	animation-delay: .5s;
}
.banner-area .item a,  .banner-area .item button {
	animation-delay: .7s;
	margin-right: 3px;
}
.banner-area.text-center .item a, .banner-area.text-center .item button, .banner-area .text-center .item a, .banner-area .text-center .item button {
	margin-right: 3px;
	margin-left: 3px;
}
/* Carousel Fade Effect */
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item,  .carousel-fade .carousel-inner .active.left,  .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active,  .carousel-fade .carousel-inner .next.left,  .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next,  .carousel-fade .carousel-inner .prev,  .carousel-fade .carousel-inner .active.left,  .carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}
/* Slider Zoom Effect */
@-webkit-keyframes zoom {
 from {
 -webkit-transform: scale(1, 1);
}
to {
	-webkit-transform: scale(1.2, 1.2);
}
}
 @-moz-keyframes zoom {
 from {
 -moz-transform: scale(1, 1);
}
to {
	-moz-transform: scale(1.2, 1.2);
}
}
 @-o-keyframes zoom {
 from {
 -o-transform: scale(1, 1);
}
to {
	-o-transform: scale(1.2, 1.2);
}
}
 @keyframes zoom {
 from {
 transform: scale(1, 1);
}
to {
	transform: scale(1.2, 1.2);
}
}
.carousel-inner .item > .slider-thumb {
	-webkit-animation: zoom 20s;
	animation: zoom 20s;
}
.banner-area .carousel-zoom .slider-thumb {
	height: 100%;
	position: absolute;
	width: 100%;
}
.banner-area.transparent-nav .content {
	padding-top: 80px;
}
/* Carousel Content */
.banner-area.banner-search.content-top-heading .content h1 {
	margin-bottom: 50px;
}
.banner-area.text-normal h3 {
	font-size: 26px;
	text-transform: uppercase;
}
.banner-area.text-normal h1 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 25px;
	text-transform: capitalize;
	margin-top: -8px;
}
.banner-area.text-normal.heading-weight-600 h1 {
	font-weight: 600;
}
.banner-area.text-normal p {
	font-size: 16px;
}
.banner-area.text-normal span {
	color: #ffb606;
}
.banner-area.text-normal.less-paragraph h1 {
	margin-bottom: 15px;
	margin-top: 0;
}
.banner-area.text-normal a {
	margin-top: 15px;
}
.banner-area .col-md-10.col-md-offset-1 p {
	padding: 0 10%;
}
.banner-area.text-small h1 {
	font-size: 50px;
	font-weight: 600;
	margin-bottom: 25px;
	text-transform: capitalize;
}
.banner-area.text-small a {
	margin-top: 15px;
}
.banner-area.text-small p {
	font-size: 16px;
}
.banner-area.text-dark p {
	color: #002147;
}
.banner-area form {
	position: relative;
	z-index: 1;
}
.banner-area form input {
	border: medium none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	box-shadow: inherit;
	min-height: 60px;
	padding: 15px 30px;
}
.banner-area form button {
	background: #ffb606 none repeat scroll 0 0;
	border: medium none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	height: 50px;
	margin: 0 !important;
	padding: 0 30px;
	position: absolute;
	right: 5px;
	text-transform: capitalize;
	top: 5px;
}
.banner-area.auto-height {
	height: auto;
	padding: 150px 0;
}
/* ============================================================== 
     # yellow area
=================================================================== */

.yellow-area {
	background: #ffb606;
	padding: 20px 0px
}
.right-border {
	border-right: 1px solid #eda803
}
.icon-bx {
	text-align: center;
	color: #fff;
	font-size: 40px;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.icon-bx:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.yellow-wrap h3 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
}
/* ============================================================== 
     # welcome area
=================================================================== */
.welcome-area {
	padding: 60px 0px 20px;
}
.left-title {
	display: inline-block;
	font-weight: 700;
	padding-bottom: 7px;
	position: relative;
	margin: 0px 0px 20px;
	text-transform: uppercase;
}
h2.left-title {
	font-size: 25px;
}
.left-title::before {
	background: #ffb606 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	margin: 0px;
	position: absolute;
	width: 40px;
	z-index: 1;
}
.left-title::after {
	background: #ffb606 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 45px;
	margin: 0px;
	position: absolute;
	width: 20px;
}
.welcome-wrap {
	border-right: 1px solid #eee;
	padding-right: 15px;
	margin-right: -15px;
}
.welcome-wrap a {
	text-transform: uppercase;
	font-weight: 600;
}
.welcome-wrap a:hover, .welcome-wrap a:focus {
	color: #ffb606;
}
.event-iteam {
	padding: 25px 0;
	border: 0;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}
.event-iteam.top-npd {
	padding-top: 0;
}
.time-from {
	color: #ffb606;
	float: left;
	width: 48px;
	margin-right: 0;
	border: 1px solid #ffb606;
	text-align: center;
}
.time-from .date {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin: 6px 0 -8px;
}
.time-from .month {
	font-size: 12px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
}
.event-wrapper {
	width: calc(100% - 63px);
	width: -webkit-calc(100% - 63px);
	width: -moz-calc(100% - 63px);
	padding: 0;
	position: relative;
	float: right;
}
.event-wrapper .title {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 5px;
	font-weight: 700;
	text-transform: none;
	margin: 0 0 3px;
}
.event-wrapper .title a {
	color: #333;
}
.event-wrapper .title a:hover, .event-wrapper .title a:focus {
	color: #ffb606;
}
.event-wrapper .meta {
	font-weight: 600;
	font-size: 14px;
	color: #999;
	line-height: 25px;
}
.event-wrapper .meta div {
	display: inline-block;
	line-height: 25px;
	margin-right: 15px;
}
.view-link {
	text-transform: uppercase;
	margin-top: 10px;
	float: left;
	color: #ffb606;
	font-weight: 500;
}
.view-link:hover, .view-link:focus {
	color: #002147;
}
.top-form-wrap {
	box-shadow: 0 0 5px 1px #e8e8e8;
	margin: 0px;
	max-width: 370px;
	background: #fff;
	position: relative;
	float: right;
	min-height: 453px;
}
.top-form-wrap .title {
	position: relative;
	padding: 22px 30px 70px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	overflow: hidden;
	margin: 0px;
	color: #fff;
}
.top-form-wrap .title:before {
	height: 820px;
	content: '';
	border-radius: 50%;
	bottom: 20px;
	right: auto;
	width: 820px;
	position: absolute;
	left: calc(50% - 410px);
	left: -webkit-calc(50% - 410px);
	left: -moz-calc(50% - 410px);
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-webkit-opacity: .6;
	-khtml-opacity: .6;
	-moz-opacity: .6;
	-ms-opacity: .6;
	-o-opacity: .6;
	opacity: .6;
	background: #000;
	z-index: 4;
}
.top-form-wrap .title:after {
	z-index: 2;
	content: '';
	position: absolute;
	top: auto;
	bottom: 20px;
	background: url(../img/bg-contact-form.jpg) bottom center no-repeat;
	height: 820px;
	width: 820px;
	border-radius: 50%;
	left: calc(50% - 410px);
	left: -webkit-calc(50% - 410px);
	left: -moz-calc(50% - 410px);
}
.top-form-wrap .title span {
	position: relative;
	z-index: 5;
}
.form-wrap {
	padding: 0px 30px;
	margin-bottom: 25px;
}
/* ============================================================== 
     # course 
=================================================================== */

.our-course {
	padding: 20px 0px 30px;
}
h1.left-title {
	font-size: 31px;
}
.course-item {
	text-align: center;
}
 .course-item .course-thumbnail {
	margin: 0;
	overflow: hidden;
	position: relative
}
 .course-item .course-thumbnail img {
	width: 100%;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}
 .course-item .course-thumbnail a.thumb:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: rgba(0,0,0,.6);
	-webkit-transition: all .3s;
	-khtml-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0
}
 .course-item .course-thumbnail>a {
	width: 100%;
	display: inline-block;
	position: relative
}
.course-title a:hover, .course-title a:focus{ color:#ffb606;}
 .course-item .course-thumbnail>a.course-readmore {
	position: absolute;
	top: 50%;
	background: #ffb606;
	color: #333;
	line-height: 30px;
	padding: 5px 25px;
	z-index: 90;
	left: 50%;
	right: auto;
	margin: auto;
	width: auto;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-khtml-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translate(-50%, -50%) scale(1.2, 1.2);
	-moz-transform: translate(-50%, -50%) scale(1.2, 1.2);
	-ms-transform: translate(-50%, -50%) scale(1.2, 1.2);
	-o-transform: translate(-50%, -50%) scale(1.2, 1.2)
}
 .course-item .course-thumbnail:hover img {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05)
}
 .course-item .course-thumbnail:hover a.thumb:before {
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1
}
.course-item .course-thumbnail:hover>a.course-readmore {
	-webkit-transform: translate(-50%, -50%) scale(1, 1);
	-moz-transform: translate(-50%, -50%) scale(1, 1);
	-ms-transform: translate(-50%, -50%) scale(1, 1);
	-o-transform: translate(-50%, -50%) scale(1, 1);
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1
}
.thim-course-content {
    line-height: 25px;
    border: 1px solid #e5e5e5;
    border-top: 0;
    padding: 0 20px;
}
.course-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    margin: -7px 0 22px;
	padding-top:20px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none;
}
.thim-course-content .course-meta {
    overflow: hidden;
    position: relative;
    padding: 14px 0 10px;
    display: block;
    margin: 0;
}
.thim-course-content .course-meta:before{content: '';
    width: 30px;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background:#ffb606;
    z-index: 10;}
.thim-course-content .course-meta:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 1px;
    height: 1px;
    width: 100%;
    background: #e5e5e5;
}
 .owl-theme .owl-nav [class*=owl-] {
	border-radius: 50px;
	font-size:26px;
	padding:0px 7px;
}
 .owl-theme .owl-nav [class*=owl-]:hover,  .owl-theme .owl-nav [class*=owl-]:focus{ background:#ffb606;}
.course-carousel:hover .owl-nav .owl-prev, .course-carousel:hover .owl-nav .owl-next {
	opacity: 1;
}
.course-carousel:hover .owl-nav .owl-prev {
	left: -70px;
}
.course-carousel:hover .owl-nav .owl-next {
	right: -70px;
}
/* ============================================================== 
     # Event 
=================================================================== */
.event-area .event-items .item .thumb, .event-area .event-items .item .info {
	display: table-cell;
	float: none;
	vertical-align: middle;
}
.event-area .event-items .item.vertical .thumb, .event-area .event-items .item.vertical .info {
	display: block;
	float: none;
	vertical-align: middle;
}
.event-area .event-items .item .info {
	-moz-box-shadow: 0 0 10px #cccccc;
	-webkit-box-shadow: 0 0 10px #cccccc;
	-o-box-shadow: 0 0 10px #cccccc;
	box-shadow: 0 0 10px #cccccc;
	padding: 30px;
}
.event-area .inn-list{margin-bottom:0px}
.event-area .inn-list li{ padding-left:20px; font-size:14px; margin-bottom:0px!important;}
.event-area .inn-list li i{ left:0px; top:7px;}
.event-area.single-view .event-items .item .info {
	padding: 30px;
}
.event-area .event-items .item .info {
	background: #ffffff none repeat scroll 0 0;
	padding-left: 30px;
}
.event-area.circle .event-items .item > .info {
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
.event-area.circle .event-items .item.vertical > .info {
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.event-area .event-items .item .info li {
	color: #666666;
	font-weight: 300;
	margin-bottom: 10px;
	margin-right: 10px;
	text-transform: capitalize;
}
.event-area .event-items .item .info li i {
	margin-right: 5px;
	font-weight: 500;
}
.event-area .event-items .item .info h2, .event-area .event-items .item .info h3, .event-area .event-items .item .info h4 {
	font-weight: 600;
	line-height: 1.3;
}
.event-items .item .info h2 a:hover, .event-items .item .info h3 a:hover, .event-items .item .info h4 a:hover {
	color: #ffb606;
}
.event-area .event-items .item .info .price {
	background: #f4f4f4 none repeat scroll 0 0;
	color: #002147;
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
	padding: 5px 20px;
	text-transform: capitalize;
}
.event-area .event-items .item .info .meta {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.event-area .event-items .item .info > a {
	margin-top: 10px;
	margin-right: 3px;
}
.event-area.circle .event-items .item .info > a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.event-area .event-items .item .thumb {
	position: relative;
	text-align: center;
	z-index: 1;
}
.event-area.circle .event-items .item .thumb {
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.event-area.circle .item.vertical .thumb img {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.event-area .event-items .item .thumb .date {
	padding: 15px 20px;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 1;
}
.event-area .event-items .item .thumb .date h4 {
	color: #ffb606;
	font-size: 14px;
	margin: 0;
	text-transform: uppercase;
}
.event-area .event-items .item .thumb .date h4 span {
	display: block;
	font-size: 40px;
	font-weight: 900;
}
.event-area .event-items .item .thumb .date::after {
	background: #002147 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.event-area.circle .event-items .item .thumb .date::after {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.event-area .event-items .item {
	margin-bottom: 30px;
}
.event-area .event-items.event-carousel .item {
	margin-bottom: 0;
}
.event-area .event-items .more-btn a {
	margin-top: 20px;
}
.owl-nav {
	margin: 0;
}
.owl-nav .owl-prev,  .owl-nav .owl-next {
	background: #ffffff none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
	-webkit-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
	-o-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
	box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
	color: #666666;
	font-size: 25px;
	height: 45px;
	left: 0;
	line-height: 45px;
	margin-top: -23px;
	opacity: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	width: 45px;
}
.event-area .event-items.event-carousel:hover .owl-nav .owl-prev, .event-area .event-items.event-carousel:hover .owl-nav .owl-next {
	opacity: 1;
}
.event-area .event-items.event-carousel:hover .owl-nav .owl-prev {
	left: -70px;
}
.event-area .event-items.event-carousel:hover .owl-nav .owl-next {
	right: -70px;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
	background: #ffffff none repeat scroll 0 0;
	color: #ffb606;
}
.owl-nav .owl-next {
	left: auto;
	right: 0;
}
/* ============================================================== 
     # Clients 
=================================================================== */
.clients-review-carousel .thumb {
	padding-left: 0;
}
.clients-review-carousel .item img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.clients-review-carousel .info {
	padding-right: 0;
}
.clients-review-carousel .item {
	border: 1px solid rgba(255, 255, 255, 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
	-o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
	overflow: hidden;
	padding: 30px;
}
.clients-review-carousel .item .info p {
	position: relative;
	z-index: 1;
}
.clients-review-carousel .item .info p::after {
	content: ",,";
	font-family: "Times New Roman";
	font-size: 180px;
	left: -7px;
	letter-spacing: -15px;
	opacity: 0.1;
	position: absolute;
	top: 70px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.clients-review-carousel .item .info h4 {
	margin-bottom: 5px;
	text-transform: capitalize;
}
.clients-review-carousel .item .info span {
	color: #ffb606;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}
.testimonials-area .clients-review-carousel .owl-nav {
	margin: 0;
}
.testimonials-area .clients-review-carousel .owl-nav .owl-prev, .testimonials-area .clients-review-carousel .owl-nav .owl-next {
	background: #ffffff none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
	-webkit-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
	-o-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
	box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
	color: #666666;
	font-size: 25px;
	height: 45px;
	left: 0;
	line-height: 45px;
	margin-top: -23px;
	opacity: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	width: 45px;
}
.testimonials-area .clients-review-carousel:hover .owl-nav .owl-prev, .testimonials-area .clients-review-carousel:hover .owl-nav .owl-next {
	opacity: 1;
}
.testimonials-area .clients-review-carousel:hover .owl-nav .owl-prev {
	left: -70px;
}
.testimonials-area .clients-review-carousel:hover .owl-nav .owl-next {
	right: -70px;
}
.testimonials-area .clients-review-carousel .owl-nav .owl-prev:hover, .testimonials-area .clients-review-carousel .owl-nav .owl-next:hover {
	background: #ffffff none repeat scroll 0 0;
	color: #ffb606;
}
.testimonials-area .clients-review-carousel .owl-nav .owl-next {
	left: auto;
	right: 0;
}
/* ============================================================== 
     # Registration & Faq
=================================================================== */
.faq-area .faq-content .panel-group {
	margin-bottom: 0;
}
.reg-area .reg-items .reg-form, .reg-area .reg-items .thumb {
	display: table-cell;
	float: none;
	vertical-align: middle;
}
.reg-area .site-heading h2 {
	font-size: 24px;
	text-transform: uppercase;
}
.reg-area .acd-items .panel-body p {
	margin: 0;
}
.reg-area .reg-items .panel-group {
	margin-bottom: 0;
}
.reg-area.inc-faq .reg-items .reg-form {
	display: inherit;
	float: left;
}
.reg-area .site-heading {
	margin-bottom: 0;
}
.reg-form input, .reg-form select {
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	box-shadow: inherit;
	color: #666666;
	min-height: 50px;
}
.reg-form select option {
	padding: 5px 15px;
}
.reg-form button {
	background: #ffb606 none repeat scroll 0 0;
	border: medium none;
	box-shadow: inherit;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	margin-top: 15px;
	padding: 10px 40px;
	text-transform: uppercase;
}
.reg-area .reg-box {
	background: #002147 none repeat scroll 0 0;
	padding: 50px;
}
.reg-box h3 {
	font-weight: 600;
	margin-bottom: 30px;
	text-transform: capitalize;
}
/* ============================================================== 
     # Blog 
=================================================================== */
.blog-area.left-sidebar .blog-content {
	float: right;
}
.blog-area.left-sidebar .sidebar {
	padding-left: 15px;
	padding-right: 35px;
}
.blog-area .blog-items .single-item {
	margin-bottom: 30px;
}
.blog-area .blog-items .item .info .meta {
	border-top: 1px solid #e7e7e7;
	margin-top: 15px;
	padding-top: 15px;
}
.blog-area .blog-items .item .info .meta li {
	color: #666666;
	display: inline-block;
	margin-right: 10px;
	text-transform: uppercase;
}
.blog-area .blog-items .item .info .meta li a {
	color: #666666;
	display: inline-block;
}
.blog-area .blog-items .item .info .meta li i {
	margin-right: 5px;
}
.blog-area .blog-items .thumb {
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.blog-area .blog-items .thumb img {
	display: block;
	position: relative;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.blog-area.circle .blog-items .thumb img {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.blog-area .blog-items .item:hover .thumb img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.blog-area .blog-items .thumb .date {
	bottom: 15px;
	left: 15px;
	padding: 15px;
	position: absolute;
	z-index: 1;
}
.blog-area .blog-items .thumb .date span {
	display: block;
	font-size: 40px;
	font-weight: 900;
}
.blog-area .blog-items .thumb .date::after {
	background: #002147 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.blog-area.circle .blog-items .thumb .date::after {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.blog-area .blog-items .thumb .date h4 {
	color: #ffb606;
	font-size: 14px;
	margin: 0;
}
.blog-area .blog-items .info {
	padding-top: 30px;
}
.blog-area .blog-items .info h2, .blog-area .blog-items .info h3, .blog-area .blog-items .info h4 {
	font-weight: 600;
	text-transform: capitalize;
}
.blog-area .blog-items .info > a {
	font-weight: 600;
	text-transform: uppercase;
	color: #666666;
}
.blog-area .blog-items .item a:hover {
	color: #ffb606 !important;
}
/* Blog Single */
.blog-area .pagi-area .pagination li a {
	border: 1px solid #e7e7e7;
	color: #002147;
	font-weight: 600;
	padding: 15px 25px;
	margin-top: 5px;
}
.blog-area .pagi-area .pagination li.active a {
	background: #ffb606 none repeat scroll 0 0;
	border: 1px solid transparent;
	color: #ffffff;
}
.blog-area .pagi-area .pagination {
	margin-bottom: 0;
}
.blog-area .pagi-area {
	margin-bottom: -10px;
}
/* ============================================================== 
     # Clients 
=================================================================== */
.clients-area .row {
	align-items: center;
	align-self: center;
	display: flex;
	justify-content: center;
	vertical-align: middle;
}
.clients-area .clients-items img {
	margin: auto;
	width: auto;
}
.clients-area .info h4 {
	text-transform: uppercase;
}
.clients-area .info p {
	margin: 0;
}
/* ============================================================== 
     # Footer 
=================================================================== */
footer .f-items .item {
	padding-right: 0px;
}
footer .f-items .item:last-child {
	padding-right: 15px;
}
.f-items {
	overflow: hidden;
}
footer .f-item p {
	color: #cccccc;
}
footer.bg-fixed .f-item p {
	color: #ffffff;
}
footer.bg-light .f-item p {
	color: #666666;
}
footer .f-item > h3, footer .f-item > h4, footer .f-item > h5 {
	font-weight: 600;
	margin-bottom: 30px;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}
footer .f-item > img {
	margin-bottom: 30px;
	width: auto;
}
footer p.text-italic {
	font-style: italic;
	margin-bottom: 20px;
}
footer p.text-italic {
	font-style: italic;
	margin-bottom: 20px;
}
footer .subscribe form {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	position: relative;
	width: 100%;
}
footer .subscribe form input {
	background: transparent none repeat scroll 0 0;
	border: 1px solid rgba(255, 255, 255, 0.1);
	-webkit-border-radius: 30px !important;
	-moz-border-radius: 30px !important;
	border-radius: 30px !important;
	box-shadow: inherit;
	padding: 0 20px;
}
footer.bg-light .subscribe form input {
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 30px !important;
	-moz-border-radius: 30px !important;
	border-radius: 30px !important;
	width: 100%;
}
footer.bg-fixed .subscribe form input {
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #ffffff;
}
footer .subscribe form {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	padding: 0;
}
footer .subscribe form button {
	background: #ffffff none repeat scroll 0 0;
	border: medium none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #ffb606;
	font-size: 20px;
	min-height: 40px;
	padding: 0 30px;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 9;
}
footer .subscribe form .input-group {
	width: 100%;
}
footer.bg-light .subscribe form button {
	background: #ffb606 none repeat scroll 0 0;
	color: #ffffff;
}
footer .f-item.address i, footer .f-item.address p {
	display: table-cell;
	vertical-align: middle;
}
footer .f-item.address i {
	/*border: 1px solid rgba(255, 255, 255, 0.1);*/
	color: #ffffff;
	height: 40px;
	text-align: center;
	/*width: 40px;*/
	font-size: 20px;
}
footer.bg-light .f-item.address i {
	border: 1px solid #e7e7e7;
	color: #ffb606;
}
footer.bg-fixed .f-item.address i {
	border: 1px solid rgba(255, 255, 255, 0.3);
}
footer .f-item.address p {
	font-weight: 500;
	margin: 0;
	padding-left: 10px;
}
footer .f-item.address p span {
	display: block;
}
footer .f-item.address li {
	margin-bottom: 15px;
}
footer .f-item.address li:last-child {
	margin: 0;
}
footer .f-item.address li a {
	color: #cccccc;
	font-family: "Open Sans", sans-serif;
}
footer.bg-fixed .f-item.address li a {
	color: #ffffff;
}
footer.bg-light .f-item.address li a {
	color: #666666;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
}
footer .opening-info {
	border-top: 1px dashed rgba(255, 255, 255, 0.1);
	color: #cccccc;
	margin-top: 20px;
	padding-top: 20px;
}
footer.bg-light .opening-info {
	border-top: 1px dashed #e7e7e7;
	color: #666666;
}
footer.bg-fixed .opening-info {
	border-top: 1px dashed rgba(255, 255, 255, 0.3);
}
footer .opening-info h5 {
	margin-bottom: 15px;
	text-transform: uppercase;
}
footer .opening-info li {
	border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
	margin-bottom: 10px !important;
	padding-bottom: 10px;
}
footer.bg-light .opening-info li {
	border-bottom: 1px dashed #cccccc;
	color: #666666;
}
footer.bg-fixed .opening-info li {
	border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
	color: #ffffff;
}
footer .opening-info li:last-child {
	border: medium none;
	margin: 0 !important;
	padding: 0 !important;
}
/* Footer Link */
footer .f-item > img {
	margin-bottom: 10px;
}
footer .f-item.link li {
	display: block;
	margin-bottom: 15px;
}
footer .f-item.link li a {
	color: #cccccc;
	display: inline-block;
	font-weight: 400;
	padding-left: 15px;
	position: relative;
	font-family: "Open Sans", sans-serif;
}
footer.bg-fixed .f-item.link li a {
	color: #ffffff;
}
footer.bg-light .f-item.link li a {
	color: #666666;
}
footer .f-item.link li a::before {
	background: #cccccc none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 4px;
	left: 0;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	width: 4px;
}
footer.bg-fixed .f-item.link li a::before {
	background: #ffffff none repeat scroll 0 0;
}
footer.bg-light .f-item.link li a::before {
	background: #666666 none repeat scroll 0 0;
}
footer .f-item.link li a:hover {
	color: #ffb606;
}
/* Footer Bottom */
.footer-bottom .col-md-6:first-child {
	padding-left: 0;
}
.footer-bottom .col-md-6:last-child {
	padding-right: 0;
}
.footer-bottom .link li {
	display: inline-block;
}
.footer-bottom .link li a {
	color: #ffffff;
	display: inline-block;
	font-weight: 400;
	line-height: 40px;
	margin-left: 10px;
	padding-left: 15px;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}
.footer-bottom.bg-light .link li a {
	color: #666666;
}
.footer-bottom .link li a::before {
	background: #ffffff none repeat scroll 0 0;
	content: "";
	height: 12px;
	left: 0;
	position: absolute;
	top: 15px;
	width: 1px;
}
.footer-bottom .link li:first-child a::before {
	display: none;
}
.footer-bottom.bg-light .link li a::before {
	background: #999999 none repeat scroll 0 0;
}
.footer-bottom .link li:first-child a {
	margin: 0;
	padding: 0;
}
.footer-bottom .link li:first-child::before {
	display: none;
}
.footer-bottom .link li a:hover {
	color: #ffb606;
}
footer .footer-bottom p a {
	color: #ffb606;
	text-transform: capitalize;
	font-weight: 600;
}
footer .footer-bottom {
	background: #03173d none repeat scroll 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin-top: 80px;
	padding: 20px 0;
}
footer .footer-bottom.bg-light {
	background: #ffffff none repeat scroll 0 0;
	border-top: 1px solid #e7e7e7;
}
footer .footer-bottom.bg-transparent {
	background: transparent none repeat scroll 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .footer-bottom p {
	color: #ffffff;
	margin: 0;
	font-size:13px;
	text-transform: capitalize;
	line-height: 40px;
}
footer .footer-bottom.bg-light p {
	color: #666666;
}
footer .footer-bottom p img{ padding-right:5px;}
footer .footer-bottom p span{ padding:0px 5px;}
/*****************************end footer***************************/
.inner-body{ width:100%; position:relative; display:block; padding:40px 0px;}
.inner-banner{ background:url(../img/inner-banner.jpg) no-repeat center; background-size:cover; margin-top:-92px; padding:130px 0px 40px;}
.banner-hld{ background:rgba(255,182,6,0.9); padding:20px; color:#fff;}
.banner-hld h3{    display: inline-block;
    font-weight: 600;
    padding-bottom: 7px;
	font-size:22px;
	color:#fff;
    position: relative;
    margin: 0px 0px 20px;}
.banner-hld h3::before {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0px;
    position: absolute;
    width: 40px;
    z-index: 1;
}
.banner-hld h3::after {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 45px;
    margin: 0px;
    position: absolute;
    width: 20px;
}
.banner-hld ul{ margin-bottom:20px;font-size: 19px;
    color: #e80200;
}
.banner-hld ul li{ position:relative; padding-left:20px; font-size:17px; color:#fff;}
.banner-hld ul li:first-child{ margin-top:5px;}
.banner-hld ul li i{ position:absolute; left:-3px; top:5px;}
.inn-title{ text-align:center; padding:5px 10px; margin:0px 0px 20px; background:#f2f2f2; font-weight:700; letter-spacing:1px; border-radius:4px;}
.bd-text{ color:#333; font-size:15px; text-align:justify;}
.hil-text{ color:#002147; font-weight:600;}
.inn-img{ float:left; margin-right:10px; max-width:100%; margin-bottom:10px;}
.tab-wrap{ padding:20px 0px;}
.nav-tabs {
    border-bottom: 1px solid #e4e4e4; background:#002147; text-align:center;
	border-radius:6px 6px 0px 0px;
	padding:10px;
}
.nav-tabs > li > a{
    border-radius: 3px;
    border:none;
    border-right: 0px none;
    margin-right: 0px;
    padding:10px 20px;
	font-size:17px;
    color:#fff;
    transition: all 0.3s ease-in 0s;
}
.nav-tabs > li{ float:none; display:inline-block; margin:0px 10px;}


.nav-tabs > li > a:hover{
    border:none;
	background:transparent;
    color:#fff;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover{
    border-right: 0px none;
    color: #fff;
	background:#ffb606;
	border:none;
}
.tab-content > .tab-pane{
    border: 1px solid #e4e4e4;
    border-top: 0px none;
    padding: 20px;
    line-height: 22px;
	background:#f6f6f6;
}
.tab-content > .tab-pane ul li{ margin-bottom:6px;}
.inn-title2{    display: inline-block;
    font-weight: 600;
    padding-bottom: 7px;
	font-size:24px;
    position: relative;
    margin: 0px 0px 20px;}
.inn-title2::before {
    background: #ffb606 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0px;
    position: absolute;
    width: 40px;
    z-index: 1;
}
.inn-title2::after {
    background: #ffb606 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 45px;
    margin: 0px;
    position: absolute;
    width: 20px;
}
.inn-list{ margin-bottom:20px;}
.inn-list li{ position:relative; padding-left:35px;font-size:15px; margin-bottom:6px;}
.inn-list li i{ position:absolute; left:15px; color:#ffb606; top:8px; font-size:15px;}

.call-wrap{ background:url(../img/cmid.png) #002147 no-repeat center;}
.img-bx{ position:absolute; left:15px; width:120px;}
.cont-bx{ position:relative; margin-left:140px;}
.cont-bx h2{ margin:10px 0px; color:#ffb606;}
.cont-bx p{ margin:0px 0px 20px; font-size:18px; color:#fff;}
.right-call{ text-align:right; padding:27px 20px 15px 0px}
.right-call h3{ color:#fff; text-transform: uppercase; font-weight:bold;}
.right-call h4 a{    color: #ffb606; font-size:22px;}
.right-call h4 a i{ margin-right:6px;}
/***************************************************/

 .contact-info .item {
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  padding: 50px 30px;
  text-align: center;
  background: #ffffff none repeat scroll 0 0;
}

 .contact-info .item i {
  color: #ffb606;
  display: block;
  font-size: 60px;
  text-align: center;
}

 .contact-info .item .info {
  margin-top: 20px;
}

 .contact-info .item .info h4 {
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.apply-page{     padding: 20px;
    background: #fff;
    border: 2px solid #ffb606; }
	
	
	/*************************************/
		.tab-list{ padding-left:25px;}
	.tab-list li{ list-style:disc; font-size:15px;}
	.sub-title3{ font-weight:600; color:#ffb606;}
	.sub-title4{font-weight:600; display:inline-block; border-bottom:3px double #ffb606; color:#002147}
	.approval-wrap{ border:2px solid #ddd; border-radius:8px; padding:20px;  margin-bottom:25px; min-height:420px;}
	.approval-wrap.approval2{ min-height:200px;}
	.approval-wrap .inn-title2{ font-size:18px;    margin: 0px 0px 10px;}
	.approval-wrap img{ max-width:200px; margin-bottom:10px;}
		.welcome-area ul{ margin-top:15px;}
	.welcome-area ul li {
    color: #666666;
    font-weight: 300;
    margin-bottom: 10px;
	    padding-left: 25px;
}

.welcome-area ul li i {
    margin-right: 5px;
	left:2px;
    font-weight: 500;
}
	.banner-form-wrap{ position:absolute; width:400px; right:100px; z-index:99; top:120px; background:rgba(255,182,6,0.7); padding:10px; border:2px solid #002147; border-radius:6px;}