.widget-tags ul > li {
	position: relative;
	float: left;
	margin: 6px;
}

.mb10 {
	margin-bottom: 10px!important;
}

.registerForm {
	position: relative;
	margin-bottom: 50px;
	display: inline-block;
	width: 100%;
}

i.fa.fa-desktop.img-circle.wow.flipInX.animated {
	/*display: inline-block;*/
	
	overflow: hidden;
	color: #fff;
	font-size: 48px;
	background: #3a5795;
	width: 150px;
	height: 150px;
	line-height: 150px;
	margin: 30px 0 0;
	-webkit-box-shadow: 0 0 0 12px #f0f0f0;
	-moz-box-shadow: 0 0 0 12px #f0f0f0;
	box-shadow: 0 0 0 12px #f0f0f0;
	text-align: center;
}

i.fa.fa-pagelines.img-circle.wow.flipInX.animated {
	/*display: inline-block;*/
	
	overflow: hidden;
	color: #fff;
	font-size: 48px;
	background: #3a5795;
	width: 150px;
	height: 150px;
	line-height: 150px;
	margin: 30px 0 0;
	-webkit-box-shadow: 0 0 0 12px #f0f0f0;
	-moz-box-shadow: 0 0 0 12px #f0f0f0;
	box-shadow: 0 0 0 12px #f0f0f0;
	text-align: center;
}

i.fa.fa-comments.img-circle.wow.flipInX.animated {
	/*display: inline-block;*/
	
	overflow: hidden;
	color: #fff;
	font-size: 48px;
	background: #3a5795;
	width: 150px;
	height: 150px;
	line-height: 150px;
	margin: 30px 0 0;
	-webkit-box-shadow: 0 0 0 12px #f0f0f0;
	-moz-box-shadow: 0 0 0 12px #f0f0f0;
	box-shadow: 0 0 0 12px #f0f0f0;
	text-align: center;
}

.testimonial-thumb {
	float: right;
}

.testimonial-content {
	padding-left: 79px;
}

.testimonial-content h3.name {
	font-size: 22px;
	line-height: normal;
	color: #3a5795;
}

.team-wrapper {
	cursor: pointer;
}
/*Noor CSS End*/

html {
	overflow-x: hidden !important;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body {
	border: 0;
	margin: 0;
	padding: 0;
	color: #323232;
}

.body-inner {
	position: relative;
	overflow: hidden;
}

a {
	color: #3a5795;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a.read-more {
	color: #323232;
}

a.read-more:hover {
	color: #3a5795;
}

.gap-40 {
	clear: both;
	height: 40px;
}

.gap-30 {
	clear: both;
	height: 30px;
}

.gap-20 {
	clear: both;
	height: 20px;
}

a:focus {
	outline: 0;
}
/*-- Typography start --*/

@font-face {
	font-family: 'Roboto-Light';
	src: url('../fonts/Roboto-Light.eot'), url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body,
p {
	font-family: "Roboto", "Roboto-Light", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	/*font-weight:100;*/
	
	line-height: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto", "Roboto-Light", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}

h1 {
	font-size: 36px;
	line-height: 48px;
}

h2 {
	font-size: 28px;
	line-height: 38px;
}

h3 {
	font-size: 24px;
	line-height: 34px;
}

h4 {
	font-size: 18px;
	line-height: 28px;
}

h5 {
	font-size: 14px;
	line-height: 24px;
}

.btn.btn-primary {
	background: #3a5795;
	border: 0;
	border-radius: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border: 1px solid #fff;
}

.btn.btn-primary:hover {
	background: #fff;
	color: #3a5795;
	border: 1px solid #3a5795;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

ul.circle {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.circle li {
	position: relative;
	margin-left: 30px;
	padding-bottom: 20px;
}

ul.circle li:before {
	content: "\f111";
	color: #3a5795;
	font-family: FontAwesome;
	font-size: 8px;
	line-height: 8px;
	border: 2px solid rgba(0, 0, 0, .1);
	border-radius: 100%;
	position: absolute;
	left: -20px;
	top: 5px;
}

ul.unstyled {
	list-style: none;
	margin: 0;
	padding: 0;
}

blockquote p {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	font-style: italic;
	color: #959595;
}

blockquote {
	margin: 20px 0;
	border-left: 5px solid #3a5795;
}
/* Deafult title */

h2.title {
	font-size: 24px;
	font-weight: 300;
	padding: 20px 15px 40px;
	position: relative;
	left: 0;
	line-height: normal;
}

h2.title span {
	background: #fff;
	z-index: 1;
	padding: 10px 15px;
}

h2.title:before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -10px;
	height: 1px;
	width: 100%;
	left: 0;
	z-index: -1;
	border-bottom: 1px solid #cecece;
}

h3.widget-title {
	margin-bottom: 30px;
}

h2.entry-title {
	font-size: 24px;
	font-weight: 400;
}

h2.entry-title a {
	color: #323232;
}

h2.entry-title a:hover {
	color: #3a5795;
}
/* Carousel controller */

.carousel-control {
	width: auto;
}

.dart-carousel-controller {
	text-align: center;
	padding-top: 50px;
}

.dart-carousel-controller .left,
.dart-carousel-controller .right,
.owl-controls .owl-prev,
.owl-controls .owl-next {
	cursor: pointer;
	background: #f6f6f6;
	width: 38px;
	height: 38px;
	line-height: 38px;
	color: #989898;
	opacity: 1;
	top: auto;
	text-shadow: none;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
}

.owl-controls .owl-next {
	margin-left: 6px;
}

.dart-carousel-controller .left:hover,
.dart-carousel-controller .right:hover,
.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover {
	background: #3a5795;
	color: #fff;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	display: inline-block;
}
/* Input form */

.form-control {
	box-shadow: none;
	border: 1px solid #cecece;
	padding: 20px;
	background: none;
	color: #959595;
	font-size: 14px;
	border-radius: 0;
}

.form-control:focus {
	box-shadow: none;
	border: 1px solid #3a5795 !important;
}
/*-- bx slider --*/

#blog-gallary li,
#portfolio-slider li {
	left: 0;
}

.bx-wrapper .bx-viewport {
	box-shadow: none !important;
	border: 0 !important;
}

.bx-wrapper .bx-next {
	right: 20px !important;
}

.bx-wrapper .bx-pager {
	bottom: 15px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	border: 2px solid #fff;
	width: 14px !important;
	height: 14px !important;
	border-radius: 100% !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #3a5795 !important;
}
/*-- Sidebar --*/

.sidebar h3.widget-title {
	font-size: 18px;
	line-height: normal;
	margin-top: 0;
	font-weight: 400;
	text-transform: uppercase;
}

.sidebar .widget {
	margin-bottom: 40px;
}
/*-- Pagination --*/

.pagination li a {
	border-radius: 0 !important;
	margin-right: 8px;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>li>a:hover {
	background: #3a5795;
	color: #fff;
	border: 1px solid transparent;
}
/*-- Isotope start --*/

#isotope {
	width: 100%;
	margin-top: 0;
}

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	z-index: 1;
}

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: 0 opacity;
	-moz-transition-property: 0 opacity;
	-ms-transition-property: 0 opacity;
	-o-transition-property: 0 opacity;
	transition-property: transform, opacity;
}

#isotope .col-sm-3 {
	width: 24.95%;
}

#isotope-filter {
	margin-bottom: 40px;
}

#isotope-filter a {
	color: #959595;
	font-size: 16px;
	font-weight: 400;
}

#isotope-filter a.active,
#isotope-filter a:hover {
	color: #3a5795;
}

#isotope-filter a:before {
	content: "/";
	color: #959595;
	padding-right: 10px;
	padding-left: 10px;
}

#isotope-filter a:first-child:before {
	content: " ";
}
/* Header area
================================================== */
/*-- Header fixed --*/

.main-nav {
	width: auto;
}

.header-fixed .top-info {
	display: none;
}
/*-- Top info --*/

.top-info {
	display: block;
	overflow: hidden;
	color: #fff;
	padding: 25px 0;
	font-size: 13px;
}

.top-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-info li {
	float: left;
	margin-left: 10px;
	font-weight: 400;
}

.top-info i {
	color: #3a5795;
	font-size: 16px;
	margin-right: 5px;
}

.top-info li.social-icon i {
	font-size: 16px;
	color: #fff;
	margin-left: 10px;
	margin-right: 0;
}

.top-info li.social-icon i:hover {
	color: #3a5795;
}
/*-- Main navigation --*/

.navbar-header {
	position: relative;
	z-index: 9999;
}

a.navbar-brand {
	padding: 3px 10px;
	/*background: rgba(255, 255, 255, 1);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0.0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(0, 0, 0, 0.0)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0.0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0.0) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0.0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0.0) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1);*/
}

.navbar {
	border-radius: 0;
	border: 0;
	margin-bottom: 0;
}

.navbar-nav>li>a {
	padding: 21px 30px;
	font-weight: 400;
}

.container.nav-width {
	width: 100% !important;
	max-width: 100%;
}

.navbar-toggle {
	background: #3a5795;
	border-radius: 0;
	margin-right: 5px;
}

.navbar-toggle .icon-bar {
	background: #fff;
}

.navbar-nav-bg {
	padding-left: 0;
	background: rgba(255, 255, 255, 1);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(30%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 1)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.6) 100%);
}

ul.navbar-nav li a {
	color: #fff;
}

ul.navbar-nav li a:hover,
ul.navbar-nav li a:focus {
	background: rgba(58, 87, 149, 0.70);
	-webkit-background: rgba(58, 87, 149, 0.70);
	-O-background: rgba(58, 87, 149, 0.70);
	color: #fff;
}

ul.navbar-nav > li.active {
	background: none;
}

ul.navbar-nav li.active > a,
ul.navbar-nav > li.active.dropdown.open {
	background: #3a5795;
}

ul.navbar-nav li.active > .dropdown-menu > li.active > a {
	color: #3a5795;
}

ul.navbar-nav li.search {
	margin-left: 10px;
	background: #3a5795;
}

.navbar-nav .dropdown-menu {
	left: 0;
	right: auto;
}

.dropdown-menu * {
	width: 100%;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

.navbar-nav .dropdown-menu {
	background: none;
	border: 0;
	box-shadow: none;
	min-width: 240px;
	display: block;
	opacity: 0;
	z-index: 1;
	visibility: hidden;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	-webkit-transition: visibility 500ms, opacity 500ms, -webkit-transform 500ms cubic-bezier(.43, .26, .11, .99);
	-moz-transition: visibility 500ms, opacity 500ms, -moz-transform 500ms cubic-bezier(.43, .26, .11, .99);
	-o-transition: visibility 500ms, opacity 500ms, -o-transform 500ms cubic-bezier(.43, .26, .11, .99);
	-ms-transition: visibility 500ms, opacity 500ms, -ms-transform 500ms cubic-bezier(.43, .26, .11, .99);
	transition: visibility 500ms, opacity 500ms, transform 500ms cubic-bezier(.43, .26, .11, .99);
}

.navbar-nav .dropdown:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	color: #777;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.navbar-nav .dropdown-backdrop {
	visibility: hidden;
}

.navbar-nav .dropdown-menu li {
	padding: 10px 20px 0;
}

.navbar-nav .dropdown-menu li:first-child {
	border-radius: 2px 2px 0 0;
}

.dropdown-menu li:last-child {
	border-radius: 0 0 2px 2px;
}

.dropdown-menu>li>a {
	font-size: 14px;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li.active>a {
	background: none !important;
	color: #3a5795 !important;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background: transparent;
	border: 0;
}
/*-- Search start --*/

.navbar-nav .fa-search {
	background: none;
	border: none;
	color: #fff;
	font-size: 18px;
	outline: none;
	padding: 10px 20px;
	line-height: 42px;
}

.site-search {
	text-align: center;
	background: #3a5795;
}

.site-search .container {
	height: 0;
	overflow: hidden;
	position: relative;
	-webkit-transition: height 0.3s;
	transition: height 0.3s;
}

.site-search .container.open {
	height: 80px;
}

.site-search input[type="text"] {
	background: none;
	border: none;
	color: #fff;
	font-size: 24px;
	margin: 30px 0;
	padding-right: 20px;
	width: 100%;
	outline: 0;
	text-align: center;
}

.site-search input[type="text"]::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.25);
}

.site-search input[type="text"]:-moz-placeholder {
	color: rgba(255, 255, 255, 0.25);
}

.site-search input[type="text"]::-moz-placeholder {
	color: rgba(255, 255, 255, 0.25);
}

.site-search input[type="text"]:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.25);
}

@media (max-width: 450px) {
	.site-search input[type="text"] {
		font-size: 20px;
		margin: 21px 0;
		text-align: left;
	}
}

.site-search .close {
	color: rgba(255, 255, 255, 0.25);
	cursor: pointer;
	font-size: 32px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	right: 15px;
}

.site-search .close:hover {
	color: #fff;
}
/* Slideshow
================================================== */
/*-- Main slide --*/

#main-slide .item img {
	width: 100%;
}

#main-slide .item .slider-content {
	z-index: 0;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}

#main-slide .item.active .slider-content {
	z-index: 0;
	opacity: 1;
	-webkit-transition: opacity 100ms;
	-moz-transition: opacity 100ms;
	-o-transition: opacity 100ms;
	transition: opacity 100ms;
}

#main-slide .slider-content {
	top: 50%;
	margin-top: -70px;
	left: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
}

#main-slide .carousel-indicators {
	bottom: 70px;
}

.carousel-indicators li {
	width: 14px !important;
	height: 14px !important;
	border: 2px solid #fff !important;
	margin: 1px !important;
}

#main-slide .carousel-indicators .active {
	background-color: #3a5795;
}

#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

#main-slide .carousel-control.left span {
	padding: 15px;
}

#main-slide .carousel-control.right span {
	padding: 15px;
}

#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}

#main-slide .carousel-control .fa-angle-left {
	left: 0;
}

#main-slide .carousel-control .fa-angle-right {
	right: 0;
}

#main-slide .carousel-control i {
	background: rgba(0, 0, 0, .7);
	color: #fff;
	line-height: 36px;
	font-size: 32px;
	padding: 15px 20px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#main-slide .carousel-control i:hover {
	background: #3a5795;
}

#main-slide .slider-content h2 {
	font-size: 76px;
	font-weight: 100;
	text-transform: uppercase;
}

#main-slide .slider-content h3 {
	font-size: 36px;
	font-weight: 300;
	margin-top: 40px;
	text-transform: uppercase;
}

.slider.btn {
	padding: 10px 40px;
	margin-top: 40px;
	font-size: 20px;
	border-radius: 2px;
	text-transform: uppercase;
	line-height: 28px;
	border: 0;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.slider.btn.btn-default {
	margin-left: 4px;
	background: #ECECEC
}

.slider.btn.btn-default:hover {
	background: #000;
	color: #fff;
}

.slider-content-left {
	position: relative;
	margin: 0 0 0 40px;
}

.slider-content-right {
	position: relative;
}
/*-- Animation --*/

.carousel .item.active .animated1 {}

.carousel .item.active .animated2 {
	-webkit-animation: lightSpeedIn 1s ease-in 200ms both;
	animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .item.active .animated3 {
	-webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
	animation: bounceInLeft 1s ease-in-out 500ms both;
}

.carousel .item.active .animated4 {
	-webkit-animation: flipInX 1s ease-in 500ms both;
	animation: flipInX 1s ease-in 500ms both;
}

.carousel .item.active .animated5 {
	-webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
	animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .item.active .animated6 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
}

.carousel .item.active .animated7 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
}

.carousel .item.active .animated8 {
	-webkit-animation: bounceInDown 1s ease-in 800ms both;
	animation: bounceInDown 1s ease-in 800ms both;
}
/*-- Newsletter --*/

#newsletter {
	position: relative;
	top: -45px;
}

#newsletter .form-control {
	background: rgba(0, 0, 0, .55);
	border: 0;
	border-radius: 0;
	height: 45px;
	padding: 10px 20px;
}

#newsletter .btn-lg {
	padding: 10px 63px;
	line-height: 1.4;
	margin-left: -15px;
	font-weight: 300;
}
/* Service Box
================================================== */

#service {
	position: relative;
	padding: 0 0 40px;
}

.service-content {
	text-align: center;
	position: relative;
	padding: 0 10px;
	cursor: pointer;
}

.service-content .service-icon {
	position: relative;
}

.service-content:after {
	content: "";
	background: #3a5795;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	margin-top: -58px;
	left: 360px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	z-index: 3;
}

.service-content:before {
	content: '';
	background: #ccc;
	position: absolute;
	top: 50%;
	margin-top: -55px;
	width: 100%;
	left: 190px;
	height: 1px;
	z-index: 0;
}

.service-content.last:after,
.service-content.last:before {
	content: '';
	position: relative;
	box-shadow: none;
	border: 0;
}

.service-content i {
	display: inline-block;
	overflow: hidden;
	color: #fff;
	font-size: 48px;
	background: #3a5795;
	width: 150px;
	height: 150px;
	line-height: 150px;
	margin: 30px 0 0;
	-webkit-box-shadow: 0 0 0 12px #f0f0f0;
	-moz-box-shadow: 0 0 0 12px #f0f0f0;
	box-shadow: 0 0 0 12px #f0f0f0;
}

.service-content h3 {
	font-size: 20px;
}
/* Features
================================================== */

#features {
	padding: 40px 0;
}

.feature-image {
	position: relative;
}

.feature-image:after {
	content: '';
	width: 120px;
	right: 24px;
	top: 50%;
	margin-top: 38px;
	height: 1px;
	background: #cecece;
	position: absolute;
	z-index: -1;
}

.feature-wrapper {
	position: relative;
}

.feature-wrapper:before {
	content: '';
	width: 1px;
	top: 0;
	bottom: 0;
	height: 100%;
	background: #cecece;
	position: absolute;
	left: -50px;
	z-index: 1;
}

.feature-wrapper:after {
	content: "";
	background: #3a5795;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	left: -53.5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	z-index: 3;
}

.feature-content-wrapper {
	position: relative;
	padding: 10px 0;
}

.feature-content-wrapper h2 {
	font-size: 28px;
	font-weight: 400;
	margin-top: 0;
}

.feature-content-wrapper:before {
	content: "";
	background: #3a5795;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0;
	left: -53.5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	z-index: 3;
}

.feature-content-wrapper:after {
	content: "";
	background: #3a5795;
	width: 8px;
	height: 8px;
	position: absolute;
	bottom: 0;
	left: -53.5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	z-index: 3;
}

.feature-box .feature-icon {
	text-align: center !important;
	padding: 20px 0 0;
	font-size: 18px;
}

.feature-box .feature-icon i {
	color: #3a5795;
	font-size: 36px;
}

.feature-box .feature-icon i.fa-mobile-phone {
	font-size: 48px;
}

.feature-box h3 {
	font-size: 16px;
	font-weight: 700;
}

.feature-box .feature-box-content {
	margin-left: 60px;
}
/* Portfolio
================================================== */

#portfolio {
	padding: 0 0 40px;
}

#portfolio-carousel .thumbnail {
	position: relative;
	overflow: hidden;
	padding: 0;
	border: 0;
	border-radius: 0;
}

#portfolio-carousel .thumbnail .caption .caption-content {
	position: absolute;
	bottom: 25px;
}

#portfolio-carousel .thumbnail .caption i {
	border: 4px solid #FFFFFF;
	border-radius: 100%;
	color: #FFFFFF;
	display: inline-block;
	font-size: 18px;
	height: 46px;
	line-height: 40px;
	position: relative;
	text-align: center;
	top: -40px;
	width: 46px;
	z-index: 8;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#portfolio-carousel .thumbnail .caption i.fa-link {
	margin-left: 10px;
}

#portfolio-carousel .caption {
	color: #fff;
	padding: 15px;
	position: absolute;
	top: -100%;
	right: 0;
	background: rgba(235, 44, 51, 0.85);
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 2;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#portfolio .thumbnail:hover .caption {
	top: 0%;
}

#portfolio-carousel .caption h3 {
	font-size: 22px;
	font-weight: 400;
	text-align: left;
}

#portfolio-carousel .caption p {
	text-align: left;
}

#lightbox .modal-content {
	display: inline-block;
	text-align: center;
}

#lightbox .close {
	opacity: 1;
	color: rgb(255, 255, 255);
	background-color: rgb(25, 25, 25);
	padding: 5px 8px;
	border-radius: 30px;
	border: 2px solid rgb(255, 255, 255);
	position: absolute;
	top: -15px;
	right: -55px;
	z-index: 1032;
}
/* Latest Post & Service
================================================== */
/*-- Latest Post --*/

#blog-service {
	padding: 0 0 40px;
}

.recent-post img {
	position: relative;
}

.recent-post .date {
	position: relative;
}

.recent-post .date:before {
	content: '';
	width: 61px;
	right: 0;
	top: 50%;
	margin-top: 4px;
	height: 10px;
	background: #3a5795;
	position: absolute;
	z-index: -1;
}

.recent-post .blog-date {
	position: absolute;
	top: 0;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	color: #fff;
	background: #3a5795;
	display: block;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	padding-top: 10px;
	line-height: normal;
	margin: 10px 20px;
	z-index: 1;
}

.recent-post .date span {
	display: block;
	font-size: 14px;
	font-weight: 400;
}

.recent-post .post-body {
	position: relative;
	padding: 5px 0 0 35px;
}

.recent-post .post-body:before {
	content: '';
	width: 1px;
	top: 28px;
	left: 15px;
	bottom: 15px;
	height: auto;
	background: #e2e2e2;
	position: absolute;
	z-index: 1;
}

.recent-post .post-body:after {
	content: "";
	background: #3a5795;
	width: 8px;
	height: 8px;
	position: absolute;
	bottom: 6px;
	left: 12px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	z-index: 3;
}

.recent-post .post-body h3 {
	font-size: 16px;
	margin-bottom: 3px;
}

.recent-post .post-body h3 a {
	color: #323232;
}

.recent-post .post-body .post-meta,
.recent-post .post-body .post-meta a,
.recent-post .post-body .post-meta a i {
	font-weight: 400;
}

.recent-post .post-body .post-meta span,
.recent-post .post-body .post-meta span i {
	padding-right: 5px;
	font-size: 13px;
}

.recent-post .post-excerpt a.read-more {
	padding-top: 30px;
	display: block;
}
/*-- Services accordion --*/

.panel-default {
	border-color: #cfcfcf;
	margin-left: 15px;
}

.panel-default>.panel-heading {
	background: #f2f2f2;
	border-color: #cfcfcf;
}

.panel-heading {
	padding: 15px;
}

h4.panel-title {
	color: #3C3A3A;
	position: relative;
}

h4.panel-title a {
	color: #3a5795;
}

h4.panel-title a:hover {
	color: #3a5795;
}

h4.panel-title a.collapsed {
	color: #3C3A3A;
}

h4.panel-title a:after {
	content: "\f068";
	font-family: FontAwesome;
	background: #3a5795;
	color: #fff;
	font-size: 14px;
	right: 20px;
	position: absolute;
	z-index: 111;
	width: 28px;
	height: 28px;
	line-height: 30px;
	top: 0;
	border-radius: 100%;
	text-align: center;
	-webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, .07);
	-moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, .07);
	box-shadow: 0 0 0 5px rgba(0, 0, 0, .07);
}

h4.panel-title a.collapsed:after {
	content: "\f067";
	font-family: FontAwesome;
	background: #afafaf;
	color: #fff;
	font-size: 14px;
	right: 20px;
	position: absolute;
	z-index: 111;
	width: 28px;
	height: 28px;
	line-height: 30px;
	top: 0;
	border-radius: 100%;
	text-align: center;
	-webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, .07);
	-moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, .07);
	box-shadow: 0 0 0 5px rgba(0, 0, 0, .07);
}
/* Testimonial
================================================== */

.testimonial-slide .testimonial-thumb img {
	width: 152px;
	height: 152px;
	border: 5px solid rgba(0, 0, 0, .09);
}

.testimonial-slide .testimonial-content h3.name {
	font-size: 26px;
	color: #3a5795;
	font-weight: 400;
}

.testimonial-slide .testimonial-content h3 span {
	display: block;
	font-size: 16px;
	color: #636363;
}

.testimonial-slide .owl-buttons {
	display: none;
}

.testimonial-slide .testimonial-text {
	font-size: 16px;
	line-height: 24px;
	max-width: 800px;
	padding-top: 20px;
	display: inline-block;
	position: relative;
	color: #636363;
}

.testimonial-slide .testimonial-text:before {
	content: '\f10d';
	font-family: FontAwesome;
	padding-right: 10px;
	color: #3a5795;
}

.testimonial-slide .testimonial-text:after {
	content: '\f10e';
	font-family: FontAwesome;
	padding-left: 10px;
	color: #3a5795;
}
/* Clients
================================================== */

#clients {
	padding: 40px 0;
}

.client-carousel .owl-wrapper-outer {
	background: #f2f2f2;
	border: 1px solid #d7d7d7;
	padding: 60px 0;
	border-radius: 2px;
	margin-bottom: 40px;
	position: initial !important
}
/*
.client-carousel .owl-wrapper-outer .client_logo img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.client-carousel .owl-wrapper-outer .client_logo img:hover{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}*/
/* Footer
================================================== */
/*-- Footer common --*/

#footer-wrapper {
	padding-top: 40px;
}

h3.footer-title {
	font-size: 18px;
	font-weight: 400;
	margin-top: 0;
	padding-bottom: 20px;
	position: relative;
}

h3.footer-title span {
	background: #f2f2f2;
	z-index: 2;
	position: relative;
	padding: 0 10px 0 0;
}

h3.footer-title:after {
	content: '';
	position: absolute;
	top: 50%;
	height: 1px;
	width: 100%;
	left: 0;
	margin-top: -10px;
	border-bottom: 1px solid #cecece;
	z-index: 0;
}
/*-- Footer about us --*/

.footer-about-us .desc {
	padding: 40px 0 30px;
}

.footer-about-us .footer-social a {
	color: #949494;
	margin-right: 25px;
}

.footer-about-us .footer-social a:hover {
	color: #3a5795;
}

.footer-about-us .footer-social a i {
	font-size: 18px;
}
/*-- Recent post --*/

.recent-post ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.recent-post ul li {
	line-height: 40px;
	border-bottom: 1px dashed #cecece;
	position: relative;
}

.recent-post ul li:last-child {
	border-bottom: 0;
}

.recent-post ul li:before {
	content: "\f111";
	color: #3a5795;
	position: absolute;
	font-family: FontAwesome;
	font-size: 11px;
	line-height: 9px;
	top: 14px;
	border: 2px solid rgba(0, 0, 0, .1);
	border-radius: 100%;
}

.recent-post ul li a {
	color: #323232;
	padding-left: 25px;
}

.recent-post ul li a:hover {
	color: #3a5795;
}
/*-- Photo Gallery --*/

.img-gallery a.thumb-holder img {
	margin: 0 10px 10px 0;
	display: inline-block;
	width: 72px;
	height: 77px;
	border-radius: 100%;
}

.footer-bottom {
	background: #3a5795;
}

.footer-bottom-menu {
	list-style: none;
	margin: 50px 0 0 0;
	padding: 0;
}

.footer-bottom-menu li {
	display: inline-block;
	margin-right: 10px;
}

.footer-bottom-menu li a {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}

.footer-bottom-menu li a:hover {
	color: rgba(255, 255, 255, 0.7);
}

.scroll-up img {
	margin-top: -20px;
}

.back-to-top {}

.copyright-info {
	margin-top: 50px;
	font-size: 13px;
	color: #fff;
}

.copyright-info a {
	color: #fff;
	font-weight: 300;
}

.copyright-info a:hover {
	color: rgba(255, 255, 255, 0.8);
}
/* Subpages 
================================================== */
/*-- Subpage common --*/

#inner-header {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#inner-header img {
	width: 100%;
}

.inner-title-content {
	margin-top: -100px;
	background: #fff;
	padding: 20px 30px;
}

.inner-title-content h2 {
	font-size: 36px;
	font-weight: 400;
	color: #000;
}

ul.breadcrumb {
	background: none;
	margin: 0;
	padding: 0;
}

ul.breadcrumb li a {
	font-size: 16px;
	color: #000;
}

.breadcrumb>li+li:before {
	content: "\f105";
	font-family: FontAwesome;
}

h3.page-content-title {
	margin-top: 0;
}
/*-- Skills --*/

.skills {
	padding-top: 20px;
}

.percentage.easyPieChart > span,
.percentage.easyPieChart {
	color: #7e8c8d;
	font-size: 48px;
}

.percentage.easyPieChart {
	font-size: 27px;
}

.easyPieChart {
	position: relative;
	text-align: center;
	margin: 0 auto 20px;
}

.easyPieChart canvas {
	position: absolute;
	top: 0;
	left: 0;
}

.skills small {
	text-align: center;
	font-size: 18px;
	display: block;
	padding-top: 10px;
	color: #5c5c5c;
}
/*-- Team --*/

.team-carousel {
	padding-top: 20px;
}

.team-img-wrapper {
	position: relative;
	border-radius: 100%;
	text-align: center;
	display: inline-block;
	border: 5px solid rgba(0, 0, 0, .09);
}

.team-img-wrapper img {
	width: 120px;
	height: 120px;
}

.team-img-wrapper i {
	font-size: 20px;
	color: #fff;
	margin-left: 8px;
}

.team-img-wrapper .social-icons {
	top: 50%;
	position: relative;
}

.team-img-wrapper-hover {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	background: rgba(58, 87, 149, 0.70);
	-webkit-background: rgba(58, 87, 149, 0.70);
	-O-background: rgba(58, 87, 149, 0.70);
	opacity: 0;
	border-radius: 100%;
	border: 5px solid transparent;
	-webkit-transition: all 0.45s;
	-moz-transition: all 0.45s;
	-o-transition: all 0.45s;
	transition: all 0.45s;
}

.team-img-wrapper-hover:hover {
	opacity: 1;
}

.team-wrapper .team-content {
	padding: 15px 25px 40px;
}

.team-wrapper .team-content h3.name {
	font-size: 22px;
	line-height: normal;
	color: #3a5795;
}

.team-content h3 span {
	display: block;
	font-size: 16px;
	color: #636363;
}

.team-content .team-text {
	padding-top: 10px;
	color: #636363;
}
/*-- Service box --*/

.service-box i {
	font-size: 36px;
}

.service-box-content {
	margin-left: 70px;
}

.service-box-content h3 {
	font-size: 18px;
}
/*-- Team page --*/

.page-team-wrapper {
	width: 260px;
}

.team-image-wrapper {
	position: relative;
	display: inline-block;
	border: 5px solid rgba(0, 0, 0, .09);
}

.team-image-wrapper .social-icons {
	top: 50%;
	margin-top: -30px;
	position: relative;
}

.team-image-wrapper .social-icons a {
	border: 2px solid #FFFFFF;
	border-radius: 100%;
	color: #FFFFFF;
	display: inline-block;
	font-size: 18px;
	margin: 0 6px;
	width: 48px;
	height: 48px;
	line-height: 44px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.team-image-wrapper .social-icons a:hover {
	background: #fff;
	color: #3a5795;
}

.team-image-wrapper-hover {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	background: rgba(235, 44, 51, 0.75);
	opacity: 0;
	border: 5px solid transparent;
	-webkit-transition: all 0.45s;
	-moz-transition: all 0.45s;
	-o-transition: all 0.45s;
	transition: all 0.45s;
}

.team-image-wrapper-hover:hover {
	opacity: 1;
}

.page-team-wrapper .team-content {
	padding: 10px 0 40px;
}

.page-team-wrapper .team-content h3.name {
	font-size: 22px;
	line-height: 26px;
	color: #3a5795;
}

.page-team-wrapper .team-content h3 span {
	display: block;
	font-size: 16px;
	color: #636363;
}

.page-team-wrapper .team-content .team-text {
	padding-top: 10px;
	color: #636363;
}

.team-page .owl-controls {
	text-align: center;
}
/*-- Pricing table --*/

.plan {
	border: 1px solid #E8E8E8;
	background: #e1e1e1;
	width: 100%;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.plan:hover {
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-o-transform: scale(1.01);
	cursor: pointer;
	position: relative;
}

.plan-name {
	background: #D4D4D4;
	color: #000;
	display: block;
	font-size: 24px;
	font-weight: 400;
	padding: 20px 39px;
	text-transform: uppercase;
	border-bottom: 2px solid #C2C2C2;
}

.plan-price {
	font-size: 48px;
	position: relative;
	width: 160px;
	height: 160px;
	margin: 30px 0;
	display: inline-block;
	background: #FF0000;
	color: #fff;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 12px #f0f0f0;
	-moz-box-shadow: 0 0 0 12px #f0f0f0;
	box-shadow: 0 0 0 12px #f0f0f0;
}

.plan-price .currency {
	top: -0.9em;
	font-size: 50%;
	left: -0.2em;
}

.plan-price strong {
	display: inline-block;
	margin-top: 55px;
}

.plan-price small {
	display: block;
	font-size: 18px;
	line-height: normal;
	font-style: italic;
	margin-top: 15px;
}

.plan ul {
	background: #f5f5f5;
	padding: 0;
	margin-bottom: 0;
}

.plan ul li {
	border-top: 1px solid #E8E8E8;
	padding: 12px 29px;
}

.plan ul li:first-child {
	border-top: 0 !important;
}

.plan a.btn {
	display: block;
	margin: 17px auto;
	max-width: 160px;
	padding: 12px 0;
	border-bottom: 4px solid #C70606;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.plan a.btn:hover {
	background: #F64444;
}

.plan.featured .plan-name {
	background: #FF0000;
	border-bottom: 2px solid #C30808;
	color: #fff;
}
/*-- Faq page --*/

.faq-form-text {
	font-size: 12px;
	color: #858586;
}

.faq-form .form-control {
	margin-bottom: 10px;
	display: inline-block;
}
/*-- Portfolio page --*/

#portfolio-page div[class*='col-sm-'] {
	padding-left: 0px;
	padding-right: 0px;
}

#portfolio-page .col-sm-3 .image-thumb {
	height: 300px;
	position: relative;
	width: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

#portfolio-page .post-img-lg {
	margin-bottom: 60px;
}

.portfolio-overlay {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	background: rgba(235, 44, 51, 0.75);
	color: #FFF;
	opacity: 0;
	z-index: 10;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.portfolio-overlay:hover {
	opacity: 1;
}

.portfolio-overlay-btn {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -20px;
	color: #FFF;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.portfolio-overlay-btn a {
	border: 2px solid #FFFFFF;
	border-radius: 100%;
	color: #FFFFFF;
	display: inline-block;
	font-size: 18px;
	margin: 0 6px;
	width: 48px;
	height: 48px;
	line-height: 44px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.portfolio-overlay-btn a:hover {
	background: #fff;
	color: #3a5795;
}

.project-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
/*-- Contact page --*/

.map {
	height: 450px;
	z-index: 1;
	margin-bottom: 40px;
}

.contact-form label {
	color: #959595;
	font-weight: normal;
}

.contact-info i {
	font-size: 14px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: #3a5795;
	color: #fff;
	border-radius: 100%;
	margin-right: 10px;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
}
/* Blog page
================================================== */
/*-- Blog post listing --*/

.blog-post {
	margin-bottom: 40px;
}

.blog-image-wrapper {
	position: relative;
}

.img-overlay {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	height: 100%;
	display: block;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.blog-image-wrapper:hover .img-overlay {
	left: 0;
	width: 100%;
	opacity: 1;
}

.blog-img-icon {
	margin: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 0;
	visibility: hidden;
	width: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.blog-image-wrapper:hover .blog-img-icon {
	margin-top: -20px;
	opacity: 1;
	top: 50%;
	visibility: visible;
}

.blog-img-icon a {
	background: #fff;
	border: medium none;
	display: inline-block !important;
	float: none !important;
	font-size: 14px;
	font-weight: normal;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 2px;
	text-align: center;
	border-radius: 100%;
}

.blog-image-wrapper .bx-wrapper .bx-pager {
	display: none;
}

.blog-image-wrapper .bx-wrapper {
	margin-bottom: 0;
}

.blog-video-wrapper {
	position: relative;
}

iframe {
	border: 0px;
	width: 100%;
	height: 1650px;
}

.post-meta {
	color: #959595;
}

.post-meta span {
	padding-right: 10px;
}

.post-meta a {
	color: #959595;
}

.post-meta i {
	color: #3a5795;
}

.entry-content {
	padding: 20px 0 10px;
}
/*-- Blog search --*/

.sidebar #search .input-group-btn .btn.btn-primary {
	padding: 11px 12px;
}
/*-- Blog tab widget --*/

.widget-tab .nav-tabs {
	margin: 0;
	text-align: center;
	border-bottom: 1px solid #3A5795;
}

.widget-tab .nav-tabs>li>a {
	color: #323232;
	font-size: 16px;
	text-transform: capitalize;
	border-radius: 0;
}

.widget-tab .nav-tabs>li.active>a {
	color: #fff;
}

.widget-tab .tab-content {
	border: 1px solid #3A5795;
	border-top: 0;
	padding: 15px 20px 0;
}

.widget-tab .posts-thumb img {
	display: block;
	width: 70px;
	height: 65px;
	margin-right: 20px;
}

.widget-tab .posts-avator img {
	display: block;
	width: 72px;
	height: 72px;
	margin-right: 20px;
	border-radius: 100%;
	border: 5px solid #f2f2f2;
}

.widget-tab h4.entry-title {
	font-size: 16px;
	line-height: normal;
	margin-bottom: 5px;
}

.widget-tab h4.entry-title a {
	color: #323232;
}

.widget-tab h4.entry-title a:hover {
	color: #3a5795;
}

.widget-tab .post-meta span {
	font-style: italic;
	padding-right: 5px;
}

.widget-tab ul.posts-list li {
	padding-bottom: 10px;
}
/*-- Blog category widget --*/

.widget-categories ul.category-list li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #cecece;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.widget-categories ul.category-list li:hover {
	padding-left: 10px;
}

.widget-categories ul.category-list li a {
	color: #323232;
}

.widget-categories ul.category-list li:last-child {
	border-bottom: 0;
}

.widget-categories ul.category-list li .posts-count {
	margin-left: 20px;
	font-size: 10px;
	background: #3a5795;
	color: #fff;
	padding: 3px;
	border-radius: 100%;
}
/*-- Blog tags widget --*/

.widget-tags ul > li {
	float: left;
	margin: 6px;
}

.widget-tags ul > li a {
	background: #f2f2f2;
	color: #6A6A6A;
	display: block;
	font-size: 14px;
	padding: 5px 8px;
	border-radius: 2px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.widget-tags ul > li a:hover {
	background: #3a5795;
	color: #fff;
}
/*-- Blog details page --*/

.about-author h3 {
	margin-bottom: 30px;
}

.author-img img {
	width: 150px;
	height: 150px;
	margin-right: 30px;
	border-radius: 100%;
	border: 8px solid #f2f2f2;
}

.author-url span {
	color: #3a5795;
}

.author-info h3 {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: normal;
}
/*-- Blog post comments --*/

.comments-list {
	list-style: none;
	margin: 0;
	padding: 20px 0;
}

.comments-list .comment {
	border-bottom: 1px solid #cecece;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.comments-list .comment.last {
	border-bottom: 0;
}

.comments-list img.comment-avatar {
	width: 84px;
	height: 84px;
	margin-right: 30px;
	border-radius: 100%;
	border: 5px solid #f2f2f2;
}

.comments-list .comment-body {
	margin-left: 120px;
}

.comments-list .comment-author {
	margin-bottom: 0;
}

.comments-list .comment-date {
	font-style: italic;
	color: #959595;
	margin-bottom: 20px;
}

.comments-list .comment-reply {
	text-transform: uppercase;
}

.comments-reply {
	list-style: none;
	margin: 0 0 0 70px;
}

.comments-form .btn.btn-primary {
	padding: 10px 20px;
}

.comments-form label {
	font-weight: normal;
	color: #959595;
}
/* Responsive styles
================================================== */
/* Large Devices, Wide Screens */

@media (min-width: 1200px) {
	.dropdown i {
		display: none;
	}
}
/* Medium Devices, Desktops */

@media (min-width: 992px) {
	.dropdown i {
		display: none;
	}
	/* Navigation */
	
	.navbar-nav>li>a {
		padding: 21px 24px;
	}
	/* Slider */
	
	#main-slide .slider-content h2 {
		font-size: 68px;
	}
}
/* Small Devices, Tablets */

@media (min-width: 768px) and (max-width: 991px) {
	.dropdown i {
		display: none;
	}
	/* Header */
	
	.nav-tabs a>span {
		display: none;
	}
	.navbar-nav>li>a {
		padding: 21px 12px;
	}
	.top-info {
		padding: 15px 0;
	}
	/* Slideshow */
	
	#main-slide .slider-content h2 {
		font-size: 52px;
	}
	#main-slide .slider-content h3 {
		font-size: 24px;
		margin-top: 12px;
	}
	.slider.btn {
		padding: 5px 25px;
		margin-top: 5px;
		font-size: 16px;
	}
	/* Service */
	
	.service-content:before,
	.service-content:after,
	.feature-content-wrapper:before,
	.feature-content-wrapper:after,
	.feature-wrapper:before,
	.feature-wrapper:after,
	.feature-image:after {
		position: relative;
	}
	.service-content {
		padding: 0;
	}
	.feature-content-wrapper h2 {
		font-size: 24px;
	}
	.feature-box h3 {
		line-height: normal;
		margin: 10px 0;
	}
	.feature-box .feature-icon {
		padding: 5px 0;
	}
	.service-contentp {
		height: 100px;
	}
	/* Portfolio */
	
	#portfolio-carousel .caption h4 {
		font-size: 16px;
	}
	#portfolio-carousel .thumbnail .caption .caption-content {
		bottom: 5px;
	}
	/* Accordion */
	
	#accordion {
		margin-top: 40px;
	}
	/* Testimonial */
	
	.testimonial-slide .testimonial-text {
		padding-left: 35px;
		padding-right: 35px;
	}
	/* Footer */
	
	#footer .col-md-3 {
		margin-bottom: 30px;
	}
	h4.footer-title {
		padding-bottom: 0;
	}
	h4.footer-title:after {
		margin-top: 0;
	}
	.footer-bottom {
		padding-bottom: 30px;
	}
	.back-to-top {
		position: absolute;
		right: 0;
		margin-top: -67px;
	}
	.copyright-info {
		margin-top: 15px;
	}
	/* About us page */
	
	.skills small {
		margin-bottom: 40px;
	}
	/* Pricing */
	
	.plan {
		margin-bottom: 30px;
	}
}
/* Small Devices Potrait */

@media (max-width: 767px) {
	/* Header */
	
	.nav-tabs a>span {
		display: none;
	}
	.top-info {
		display: none;
	}
	.navbar-toggle {
		margin-right: 0;
	}
	/* Navigation */
	
	.navbar-nav .dropdown-menu {
		opacity: 1;
		z-index: 1;
		visibility: hidden;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	.navbar-nav .dropdown.open:hover .dropdown-menu,
	.navbar-nav .dropdown.open .dropdown-menu {
		opacity: 1 !important;
		visibility: visible !important;
	}
	.navbar-nav .dropdown:hover .dropdown-menu {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	.navbar-nav .open .dropdown-menu {
		background-color: #000;
		border-radius: 0;
		padding: 0;
	}
	.navbar-nav .open .dropdown-menu li {
		border-radius: 0;
	}
	ul.navbar-nav li.search {
		display: none;
	}
	/* Slideshow */
	
	#main-slide .slider-content h2 {
		font-size: 28px;
		line-height: normal;
		margin-bottom: 0;
	}
	#main-slide .slider-content h3 {
		font-size: 14px;
		margin-top: 5px;
	}
	.slider.btn {
		padding: 0 15px;
		margin-top: 0;
		font-size: 12px;
	}
	#main-slide .carousel-indicators {
		display: none;
	}
	#newsletter .btn-lg {
		padding: 10px 18px;
	}
	/* Service */
	
	.service-content:before,
	.service-content:after,
	.feature-content-wrapper:before,
	.feature-content-wrapper:after,
	.feature-wrapper:before,
	.feature-wrapper:after,
	.feature-image:after {
		position: relative;
	}
	.feature-content-wrapper h2 {
		margin-top: 30px;
	}
	/* Portfolio */
	
	#portfolio-carousel .thumbnail {
		margin-bottom: 20px;
	}
	/* Accordion */
	
	#accordion {
		margin-top: 40px;
	}
	/* Testimonial */
	
	.testimonial-slide .testimonial-text {
		padding: 0 15px;
		font-size: 14px;
	}
	/* Footer */
	
	#footer .col-md-3 {
		margin-bottom: 30px;
	}
	h4.footer-title {
		padding-bottom: 0;
	}
	h4.footer-title:after {
		margin-top: 0;
	}
	.footer-bottom {
		padding-bottom: 30px;
	}
	.back-to-top {
		position: absolute;
		right: 0;
		margin-top: -67px;
	}
	.copyright-info {
		margin-top: 15px;
		font-size: 14px;
	}
	.copyright-info span {
		display: block;
	}
	/* About us page */
	
	.skills small {
		margin-bottom: 40px;
	}
	h3.page-content-title {
		margin-top: 20px;
	}
	/* Pricing */
	
	.plan {
		margin-bottom: 30px;
	}
	/* Portfolio */
	
	#isotope .col-sm-3 {
		width: 100%;
	}
}
/* Extra Small Devices, Phones */

@media (max-width: 479px) {
	/* Header */
	
	.nav-tabs a>span {
		display: none;
	}
	.top-info {
		display: none;
	}
	/* Slideshow */
	
	#main-slide .item .slider-content {
		display: none;
	}
	/* Newsletter */
	
	#newsletter {
		display: none;
	}
	/* Portfolio */
	
	#portfolio-carousel .caption {
		padding: 10px 0;
	}
	#portfolio-carousel .thumbnail .caption .caption-content {
		bottom: 10px;
	}
	#portfolio-carousel .thumbnail .caption i.fa-link {
		margin-left: 3px;
	}
	#portfolio-carousel .caption h3 {
		font-size: 17px;
		margin-bottom: 0;
		text-align: center;
	}
	#portfolio-carousel .caption p {
		text-align: center;
	}
	#portfolio-carousel .thumbnail .caption i {
		top: -10px;
	}
	/* Recent Post */
	
	.recent-post .post-body h3 {
		line-height: normal;
	}
}
/* Custom, iPhone Retina */

@media (min-width: 320px) and (max-width: 478px) {
	/* Logo */
	
	.nav-tabs a>span {
		display: none;
	}
	.navbar-brand {
		width: 120px !important;
		background-size: contain !important;
	}
	/* Default title */
	
	h2.title {
		font-size: 20px;
	}
	/* Portfolio */
	
	#portfolio-carousel .caption h3 {
		font-size: 14px;
		line-height: normal;
		margin-bottom: 5px;
		font-weight: 400;
	}
	#portfolio-carousel .caption p {
		font-size: 12px;
		line-height: normal;
	}
	/* Panel */
	
	h4.panel-title a.collapsed:after,
	h4.panel-title a:after {
		right: 0;
	}
	/* Copyright */
	
	.footer-bottom-menu {
		margin: 20px 0 0 0;
	}
	#back-to-top img {
		width: 75px !important;
		background-size: contain !important;
	}
	.scroll-up img {
		margin-top: 14px;
	}
}

.professional .service-content:before {
	left: 200px!important;
	margin-top: -40px!important;
}

.professional .service-content:after {
	left: 366px!important;
	margin-top: -43px!important;
}

.academic .service-content:before {
	left: 280px!important;
	margin-top: -40px!important;
}

.academic .service-content:after {
	left: 565px!important;
	margin-top: -43px!important;
}

.academicNew .service-content:after {
	left: 501px!important;
	margin-top: -43px!important;
}

.academicNewTwo .service-content:before {
	left: 280px !important;
	margin-top: -13px!important;
}

.academicNewTwo .service-content:after {
	left: 566px;
	margin-top: -15px!important;
}

.widget-tags ul > li {
	position: relative;
	float: left;
	margin: 6px;
}

.subjectPopup .row {
	padding: 10px 50px;
}

.subjectPopup h3 {
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color: #3a5795;
	margin: 0px;
	padding: 0px;
}

.formRegisterNew {
	width: 60%;
	margin: 0 auto;
}

.widget-tags ul > li .popupArea {
	background: rgba(58, 87, 149, 0.70);
	-webkit-background: rgba(58, 87, 149, 0.70);
	-O-background: rgba(58, 87, 149, 0.70);
	color: #fff;
	position: absolute;
	bottom: 40px;
	width: 200px;
	border-radius: 5px;
	padding: 5px;
	display: none;
	font-size: 10px!important;
	left: 50%;
	margin-left: -100px;
	z-index: 11;
}

.widget-tags ul > li .popupArea:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
	border-top: 10px solid rgba(58, 87, 149, 0.70);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	z-index: 100;
}

.widget-tags ul > li:hover .popupArea {
	display: inline-block;
}

.widget-tags ul > li:hover .popupArea:hover {}

.widget-tags ul.unstyled {
	margin-top: 20px;
}

.registerFormInner2 textarea {
	width: 100%!important;
	display: inline-block!important;
	margin: 0;
}

.registerFormInner input {
	width: auto!important;
	display: inline-block!important;
	margin: 0!important;
}

.registerFormInner input[type=checkbox]:not(old),
.registerFormInner input[type=radio]:not(old) {
	width: 2em;
	margin: 0;
	padding: 0;
	font-size: 1em;
	opacity: 0;
}

.registerFormInner input[type=checkbox]:not(old) + label,
.registerFormInner input[type=radio]:not(old) + label {
	display: inline-block;
	line-height: 1.5em;
	font-weight: 300;
}

.registerFormInner input[type=checkbox]:not(old) + label > span,
.registerFormInner input[type=radio]:not(old) + label > span {
	display: inline-block;
	width: 1.51em;
	height: 1.51em;
	margin: 0.25em 0.5em 0.25em 0.25em;
	border: 0.0625em solid rgba(58, 87, 149, 0.60);
	border-radius: 1.5em;
	background: rgba(58, 87, 149, 0.60);
	background-image: -moz-linear-gradient(rgba(58, 87, 149, 0.70), rgba(58, 87, 149, 0.70));
	background-image: -ms-linear-gradient(rgba(58, 87, 149, 0.70), rgba(58, 87, 149, 0.70));
	background-image: -o-linear-gradient(rgba(58, 87, 149, 0.70), rgba(58, 87, 149, 0.70));
	background-image: -webkit-linear-gradient(rgba(58, 87, 149, 0.70), rgba(58, 87, 149, 0.70));
	background-image: linear-gradient(rgba(58, 87, 149, 0.70), rgba(58, 87, 149, 0.70));
	vertical-align: bottom;
}

.registerFormInner input[type=checkbox]:not(old):checked + label > span,
.registerFormInner input[type=radio]:not(old):checked + label > span {
	background-image: -moz-linear-gradient(rgba(58, 87, 149, 0.70), rgba(58, 87, 149, 0.70));
	background-image: -ms-linear-gradient(rgba(58, 87, 149, 0.70), rgba(58, 87, 149, 0.70));
	background-image: -o-linear-gradient(rgba(58, 87, 149, 0.70), rgba(58, 87, 149, 0.70));
	background-image: -webkit-linear-gradient(rgba(58, 87, 149, 0.70), rgba(58, 87, 149, 0.70));
	background-image: linear-gradient(rgba(58, 87, 149, 0.70), rgba(58, 87, 149, 0.70));
}

.registerFormInner input[type=radio]:not(old):checked + label > span > span {
	display: block;
	position: relative;
	left: -2px;
	top: -2px;
	width: 0.8em;
	height: 0.8em;
	margin: 0.5em;
	border: 0.0625em solid rgb(115, 153, 77);
	border-radius: 1em;
	background: rgb(58, 87, 149);
	background-image: -moz-linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
	background-image: -ms-linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
	background-image: -o-linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
	background-image: -webkit-linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
	background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
}

.tal {
	text-align: left;
}

.mb15 {
	margin-bottom: 15px;
}

.clientInfo .owl-controls {
	display: none!important;
}

.clientInfo .client-carousel .owl-wrapper-outer {
	padding: 20px 0!important;
	margin-bottom: 0!important;
}

.clientInfo .client_logo i {
	font-size: 30px;
	display: inline-block;
	padding: 1px;
	overflow: hidden;
	color: #fff;
	font-size: 32px;
	background: #3a5795;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 60px;
	margin: 0 auto;
	margin: 0;
	-webkit-box-shadow: 0 0 0 12px #f0f0f0;
	-moz-box-shadow: 0 0 0 12px #f0f0f0;
	box-shadow: 0 0 0 12px #f0f0f0;
	text-align: center;
	clear: both;
}

.clientInfo h3 {
	display: block;
	margin-top: 3px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
}

.col-md-12.toc {
	margin-top: 35px;
}

.slider-content .fa {
	font-weight: 400;
	color: #FFF;
}

i.fa.fa-paint-brush.item.img-circle.wow.flipInX.animated {
	visibility: visible;
	display: inline-block;
	overflow: hidden;
	color: #fff;
	font-size: 48px;
	background: #3a5795;
	width: 150px;
	text-align: center;
	height: 150px;
	line-height: 150px;
	margin: 30px 0 0;
	-webkit-box-shadow: 0 0 0 12px #f0f0f0;
	-moz-box-shadow: 0 0 0 12px #f0f0f0;
	box-shadow: 0 0 0 12px #f0f0f0;
}

i.fa.fa-connectdevelop.img-circle.wow.flipInX.animated {
	display: inline-block;
	overflow: hidden;
	color: #fff;
	font-size: 48px;
	background: #3a5795;
	width: 150px;
	height: 150px;
	line-height: 150px;
	margin: 30px 0 0;
	-webkit-box-shadow: 0 0 0 12px #f0f0f0;
	-moz-box-shadow: 0 0 0 12px #f0f0f0;
	box-shadow: 0 0 0 12px #f0f0f0;
	text-align: center;
}

i.fa.fa-users.img-circle.wow.flipInX.animated {
	display: inline-block;
	overflow: hidden;
	color: #fff;
	font-size: 48px;
	background: #3a5795;
	width: 150px;
	height: 150px;
	line-height: 150px;
	margin: 30px 0 0;
	-webkit-box-shadow: 0 0 0 12px #f0f0f0;
	-moz-box-shadow: 0 0 0 12px #f0f0f0;
	box-shadow: 0 0 0 12px #f0f0f0;
	text-align: center;
}

.head-aca-pro {
	text-align: center;
}

.easyWizardSteps {
	list-style: none;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	text-align: center;
}

.easyWizardWrapper section {
	min-height: 200px;
}

.easyWizardSteps li {
	font-size: 18px;
	display: inline-block;
	padding: 10px;
	color: #B0B1B3;
	margin-right: 20px;
}

.easyWizardSteps li span {
	font-size: 24px
}

.easyWizardSteps li.current {
	color: #395694;
}

.easyWizardButtons {
	overflow: hidden;
	padding: 40px 10px 10px 10px;
	width: 65%;
	margin: 0 auto;
}

.easyWizardButtons button,
.easyWizardButtons .submit {
	cursor: pointer;
	border: 0px;
}

.easyWizardButtons .prev {
	float: left;
	background: rgba(58, 87, 149, 0.67);
	border: 0px;
	color: #fff;
	padding: 0.5em 1em;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.easyWizardButtons .next,
.easyWizardButtons .submit {
	float: right;
	background: #3a5795;
	color: #fff;
	padding: 0.5em 1em;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.academicNewTwo .service-content i {
	display: inline-block;
	overflow: hidden;
	color: #fff;
	font-size: 30px;
	background: #3a5795;
	width: 130px;
	height: 130px;
	line-height: 130px;
	margin: 30px 0 0;
	-webkit-box-shadow: 0 0 0 12px #f0f0f0;
	-moz-box-shadow: 0 0 0 12px #f0f0f0;
	box-shadow: 0 0 0 12px #f0f0f0;
}

.frame {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	margin-bottom: 10px;
	line-height: 32px;
	font-size: 14px;
}

.frame input {
	display: none;
}

.frame label {
	cursor: pointer;
	position: relative;
	width: 30px;
	height: 30px;
	margin: 10px;
	background: #369;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 12pt;
	color: #FFF;
	font-smoothing: antialiased;
}

.mb30 {
	margin-bottom: 30px;
}

.frame label.radio {
	border-radius: 100%;
}

.fs-title {
	font-size: 18px;
	text-transform: capitalize;
	color: #2C3E50;
	line-height: 18px;
	padding: 0px;
	margin: 0 0 15px 0;
}

.extraMr label.radio {
	margin-right: 70px;
}

.frame label.check {
	border-radius: 5px;
}

.frame label .fa {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	line-height: 30px;
	text-align: center;
}

.frame input:checked + label {
	background: #2b5682;
}

.frame input:checked + label .fa {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.form-horizontal.details {
	width: 60%;
	margin: 0 auto;
}

i.fa.fa-certificate.diploma {
	padding-right: 5px;
}

i.fa.fa-graduation-cap.degree {
	padding-right: 5px;
}

i.fa.fa-graduation-cap.degree:visited {
	color: rgb(58, 87, 149);
}

.loginForm .form-group {
	position: relative;
}

.loginForm .form-group.addonright .form-control {
	padding-left: 50px;
}
/*.loginForm .form-group .iconinput {
  font-size: 16px;
  position: absolute;
  display: inline-block;
  line-height: 34px;
  top: 3px;
  left: 12px;
  color: #3A5795;
}*/

.loginForm .form-group .iconinput {
	font-size: 16px;
	position: absolute;
	display: inline-block;
	line-height: 36px;
	top: 1px;
	left: 1px;
	color: #F3F4F7;
	background-color: rgb(58, 87, 149);
	width: 40px;
	height: 40px;
	padding-left: 13px;
	padding-top: 1px;
}

.loginForm {
	/* display: inline-block; */
	
	width: 50%;
	margin: 0 auto;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	background-color: #3A5795;
}

.img-responsive {
	display: inline-block;
}

.aws-heading {
	margin-left: 10px;
	margin-top: 6px;
	display: inline-block;
}

.row .col-md-12 >p {
	margin-left: 12px;
}