body {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color: #323232;
	background-color: #fff;
}
body, html {
	overflow-x: hidden;
}
ul {
	list-style: none;
	margin:0;
	padding:0;
}
a {
	color: #839f3b;
	text-decoration: none;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	
}
.widget a,.footer-widget-wrapper a,.breadcrumb a{color:  #1A3483}
a:focus, 
a:hover {
	text-decoration: none;
	outline: none;
}
h1 {
	font-size:36px;
}
h2 {
	font-size:30px;
}
h3 {
	font-size:25px;
}
h4 {
	font-size:20px;
}
h5 {
	font-size:18px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight:normal;
}
.np {
	padding: 0;
}
.npl {
	padding-left: 0;
}
.npr {
	padding-right: 0;
}
.padding-top {
	padding-top:80px;
}
.padding-bottom {	
	padding-bottom:80px;
}
.section-title {	
	padding-bottom:70px;
}
.section-title h1 {
	position:relative;
	font-size: 36px;
	margin-bottom: 24px;
	padding-bottom: 22px;
	text-transform: capitalize;
	color:#323232;
}
.section-title h1 span {
	font-weight: 300;
}
.section-title h1:before,
.section-title h1:after {
	content: "";
	position: absolute;
	left:50%;
}
.section-title h1:before {
	background-color: #e2e2e2;
	bottom:0;
	height: 1px;
	margin-left:-51px;
	width:102px;	
}
.section-title h1:after {
	width: 5px;
	height: 5px;
	bottom: -2px;
	border-radius: 50%;
}
.btn {	
	border:none;
	color: #fff;
	font-size: 16px;
	font-weight:bold;
	padding: 17px 20px;
	text-transform: uppercase;
	position:relative;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.btn:hover, 
.btn:focus {	
	color:#333;
}
.btn-angle {
	z-index: 0;
	overflow: hidden;
	border-radius: 0;
}
.btn-angle:hover {
	color: #fff !important;
}
.btn-angle:before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 0%;
	height: 100%;
	background: #323232;
	z-index: -1;
	content: "";
	transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-webkit-transform: skew(50deg) scale(1.1,1);
	-mox-transform: skew(50deg) scale(1.1,1);
	-ms-transform: skew(50deg) scale(1.1,1);
	-o-transform: skew(50deg) scale(1.1,1);
	transform: skew(50deg) scale(1.1,1);
}
.btn-angle:hover:before {
	width: 100%;
	left: 0%;
}
.parallax-section { 	
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
	width: 100%;
	color:#fff;
}
.overlay {
	background:rgba(19, 19, 22, 0.30);
	display: block;
	width: 100%;
	height: 100%;
}
.navbar-toggle {
	border:1px solid #fff;
	margin-top:18px;
}
.navbar-toggle .icon-bar {
	background-color:#fff;
}
#sub-page  #navigation{
	position:inherit;
	padding-top: 65px;
	padding-bottom: 40px;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
#navigation{
	position: absolute;
	top: 65px;
	width: 100%;
	z-index: 999;
}
#navigation .header-section {
	min-height:70px;
}
#navigation .navbar-right {
	margin-right:30px;
}
#navigation .topbar-icons {
	position: absolute;
	right: 15px;
	top: 25px;
}
#navigation .topbar-icons span {
	margin:0 9px;
}
#navigation .topbar-icons span i {
	color:#fff;
	cursor:pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#navigation .topbar-icons span i:hover {
	background-color:transparent;
}
#navigation .navbar-fixed-top {
	position:fixed;
	top:0 !important;
	bottom:inherit !important;
	left:0;
	width:100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#navigation .navbar-right li a {
	font-size: 16px;
	text-transform:capitalize;
	position:relative;
	padding:25px 20px;
	color:#fff;
}
#navigation .navbar-right li a.active, 
#navigation .navbar-right li a:hover,
#navigation .navbar-right li.active> a, 
.bottom-socials ul li a:hover, 
#navigation .navbar-right li i:hover, 
.nav>li>a:hover{
	color:#fff;
}
.nav > li > a:focus, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .dropdown-menu>li>a:focus {
	background-color:inherit;
}

#navigation .navbar-right li i {
	color: #fff;
	padding: 18px 10px 15px;
	font-size: 12px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position:relative;
}
.navbar-brand h1 {
	margin:7px 0;
}
.navbar-header {
	margin-left:15px;
}
.search.search-toggle  {
	display:block;
}
.search {
	display: none;
	position: absolute;
	left: 0;
	right: 15px;
	top: 0;
	height: 70px;
  }
.search .search-close {
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -14px;
	font-size: 20px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #fff;
	opacity:0.8;
}
.search .search-close:hover {
	opacity:1;
}
.search-form{
	padding-left: 15px;
	height: 70px;
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	outline: none;
	border: 0;
	width: 100%;
}
#main-slider {
	overflow: hidden;
	background-repeat:no-repeat;
	background-size:cover;
}
#main-slider .item {
	height: 650px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}
#main-slider .slider-inner {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size:18px;
	margin-top:-100px;
}
#main-slider .slider-inner h2 {
	font-size: 60px;
	font-weight:300;
	text-transform: uppercase;
	color: #fff;
}
#main-slider .slider-inner h2 > span {
  font-weight:700;
}
#main-slider .slider-inner p {
	max-width:650px;
}
#main-slider .slider-inner .btn {
	margin-top: 10px;
	background-color: transparent;	
	padding: 12px 30px;
	font-size: 18px;
	font-weight: normal;
	text-transform: none;
}
#main-slider .slider-inner .btn:hover {
	color:#fff;
}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}
#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #9d5468;
}
#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
#cta {
  padding: 50px 0;
  background-color: #eeeeee;
}
#cta h2 {
  margin-top: 0;
}
#cta .btn {
  margin-top: 40px;
}
#cta2 {
  background: #242a33;
  background-size: cover;
  color: #fff;
  padding-top: 70px;
}
#cta2 .btn {
  margin-top: 10px;
}
#cta2 h2 {
  color: #fff;
  font-size: 44px;
  line-height: 1;
}
#cta2 h2 > span {
  color: #45aed6;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	background-repeat: no-repeat;
	background-size: cover;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}

/* Blog */

.post-image {
	position: relative;
	overflow: hidden;
}
.post-image img {
	width: 100%;
}
.post-time {
	position: absolute;
	top: -70px;
	left: -70px;
	width: 140px;
	height: 140px;
	transform: rotate(45deg);
}
.post-time p {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	transform: rotate(-45deg);
	position: absolute;
	top: 45px;
	right: 15px;
	line-height: 24px;
}
.post-time p span {
	font-size: 14px;
	font-weight: 400;
	display: block;
}
a.read-more {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.post:hover a.read-more {
	top: inherit;
	left: inherit;
	right: 0px;
	bottom: 46px;
}
a.read-more span {
	border-left: 48px solid transparent;
	position: relative;
}
a.read-more i {
	font-size: 24px;
	position: absolute;
	bottom: -42px;
	right: 8px;
}
a.entry-title, a.entry-title h2 {
	color: #323232;
	font-size: 16px;
	font-weight: 500;
}
a.entry-title h2 {
	margin-bottom: 5px;
}
.entry-meta {
	margin-bottom: 16px;
}
.entry-meta span {
	position: relative;
	margin-right: 13px;
}
.entry-meta span:before {
	position: absolute;
	content: "";
	top: 6px;
	left: -9px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
}
.entry-meta span:first-child:before {
	display: none;
}
.entry-meta span, .entry-meta span a {
	color: #989898;
	font-size: 12px;
}
.footer-widget-wrapper {
	padding: 57px 0 20px;
	border-top: 1px solid #dfdfdf;
	position: relative;
	background-size:cover;
}
.footer-widget-wrapper:before {
	position: absolute;
	top: -4.5px;
	left: 50%;
	margin-left: -4.5px;
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	box-shadow: 0 0 0 6px #f0f0f0;
}
.footer-widget {
	margin-bottom: 30px;
}
.footer-widget h1 {
	font-size: 18px;
	position: relative;
	margin-bottom: 30px;
	margin: 3px 0 30px;
}
.footer-widget h1:before,
.footer-widget h1:after {
	position: absolute;
	content: "";
}
.footer-widget h1:before {
	top: 9px;
	right: 0;
	width: 40%;
	height: 1px;
	background: #cecece;
}
.footer-widget h1:after {
	width: 5px;
	height: 5px;
	right: 40%;
	top: 6.5px;
	margin-right: -2.5px;
	border-radius: 50%;
}
.footer-widget h1 span {
	font-weight: 300;
}
.contact-widget i, .twitter-widget i {
	font-size: 24px;
	margin-right: 12px;
}
.footer-logo {
	margin-bottom: 25px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 130px;
}
.text-widget p {
	margin-bottom: 22px;
}
.social {}
.social li {
	margin: 0 10px;
}
.social li:first-child {
	margin-left: 0;
}
.social li:last-child {
	margin-right: 0;
}
.social li a {
	color: #949494;
	font-size: 20px;
}
.twitter-widget p:first-child {
	margin-bottom: 15px;
}
.footer-bottom {
	padding: 25px 0 15px;
}
.footer-bottom a, .footer-bottom p {
	color: #fff;
}
.footer-bottom a:hover {
	color: #000;
}
.footer-menu li {
	padding: 0 20px;
}
.footer-menu li:first-child {
	padding-left: 0;
}
.footer-menu li:last-child {
	padding-right: 0;
}
.footer-menu li a {
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-menu li a:hover {}
.copy-right p strong {
	font-weight: 500;
}
.copy-right a {
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.copy-right a:hover {
	color: #fff;
}
.form-control {
	border-radius: 0;
    box-shadow: none;
    outline:none;
	min-height:41px;
	border-color:#ddd;
}
.form-control:focus{
	box-shadow:none;
}
.contact-wrap .btn.btn-primary {
	display:block;
	margin-top:15px;
	border-color:#ddd;
	outline:none;
	text-transform:capitalize;
	float:right;
}
textarea.form-control {
	resize:none;
	min-height:183px;
}
#contact-page .page-title {
	padding:0 0 50px;
}
.form-group {
	margin-bottom:30px;
}
/* Blog CSS */
#main-blog {
	background-color:#f5f5f5;
}
#content .post, 
#sidebar .widget {
	background-color:#fff;
	margin-bottom:30px;
}
.post .post-content {
	padding:40px 30px 30px 40px;
}
.post .entry-title{
	margin-top:0;
	margin-bottom:10px;
}
.post-content.media .pull-left {
	margin-right:25px;
}
.post-content.media .post-format {
	margin:0 0 15px;
}
.post-content.media .post-format i {
	font-size: 18px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
}
.post .entry-thumbnail img {
	width:100%;
	max-height:350px;
}
.post .entry-thumbnail iframe {
	width:100%;
}
.full-width .post .entry-thumbnail img {
	max-height:500px;
}
.post .entry-meta {
	margin-top:0;
	margin-bottom:10px;
}
.post .entry-meta ul li {
	display:inline-block;
	margin-right:10px;
}
.post .entry-meta ul li i {
	margin-right: 5px;
}
.post .entry-meta ul li, 
.post .entry-meta ul li i, 
.post .entry-meta ul li a {
	color: #898989;
	text-transform: capitalize;
}
.post .entry-summary {
	line-height:26px;
}
.post .post-content .media-body {
	padding-right: 30px;
}
.post .entry-meta ul li a:hover {
	color:#333;
}
.blog-control-left, 
.blog-control-right {
	position: absolute;
	top: 50%;
	color: #989898;
	font-size: 35px;
	z-index: 100;
	line-height: 35px;
	margin-top: -15px;
}
.blog-control-left {
	left:30px;
} 
.blog-control-right {
	right:30px;
}

/*Sidebar*/

.widget-area .widget_search .form-control {
	border-radius: 0;
	box-shadow: none;
	outline: none;
	height: 52px;
}
.widget-area .widget_search{
	position:relative;
}
.widget-area .widget_search button.btn, 
.blog-search-top button.btn{
	position: absolute;
	top: 0;
	right: 5px;
	height: 100%;
	background-color:transparent;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
}
.widget-area .widget_search button.btn:focus {
	outline:none;
}
.widget-area .widget_search .btn i {
	font-size:16px;
	color:#999;
}
.widget.tab_widget .nav > li{
	display:inline-block;
	padding: 0;
	margin: 0;
	border: 0
}
.widget.tab_widget ul li a {
	padding:20px;
	display:inline-block;
}
.widget .nav > li.active > a, 
.widget .nav > li:hover > a, 
.widget .nav > li a:focus {
	background-color:#fff;
}
.latest-posts, 
.recent-comment {
	padding:25px;
	overflow:hidden;
}
.widget .media .pull-left {
	max-width: 45%;
	margin-right:15px;
}
.widget .recent-comment .media {
	margin-top:25px;
}
.widget .recent-comment .media:first-child {
	margin-top:0;
}
.widget .recent-comment .media .pull-left {
	width:30%;
}
.widget .recent-comment .media .pull-left img{
	max-width:100%;
}
.widget img{
	opacity:0.8;
}
.widget img:hover {
	opacity:1
}
.widget .entry-title {
	margin: 0 0 5px 0;
	font-size: 16px;
	line-height: 20px;
}
.entry-meta {
	margin-top: 0;
	color: #898989;
}
.entry-meta.small i {
	margin-right:5px;
}
.widget h3.widget_title {
	padding:16px 20px;
	margin-bottom:0;
	font-size: 20px;
	font-weight: 400;
	color: #000;
	border-bottom:1px solid #d8d8d8;
}
.widget ul li {
	border-bottom: 1px solid #f4f4f4;
	font-size: 16px;
}
.widget ul li a {
	color: #000000;
	display: block;
	font-size: 14px;
	text-decoration: none;
	border-left: 5px solid transparent;
	padding: 15px;
	-webkit-transition: all .06s ease-in;
	-moz-transition: all .06s ease-in;
	-ms-transition: all .06s ease-in;
	-o-transition: all .06s ease-in;
	transition: all .06s ease-in;
}
.widget.tag-cloud ul {
	padding:25px;
}
.widget.tag-cloud ul li {
	display:inline-block;
	border-bottom:0;
}
.widget.tag-cloud ul li a {
	display: inline-block;
	color: #898989;
	padding: 7px 15px;
	margin-right: 5px;
	margin-bottom: 8px;
	background-color: #F5F5F5;
	border-left:0;
}
.widget.tag-cloud ul li a:hover {
	color:#fff;
}

/*Blog Single*/

.social-share {
	margin-top:30px;
}
.social-share ul li {
	display:inline-block;
}
.media-wrapper  img {
	max-width:70px;
	max-height:70px;
	border:1px solid#f5f5f5;
}
.media-wrapper {
	background-color: #fff;
	padding: 0 30px 30px 30px;
	margin-top: -30px;
	margin-bottom:100px;
}
.media-wrapper .media .pull-left {
	margin-right:25px;
}
.post-comment h3 {
	margin-top:0;
	margin-bottom:5px;
}
.post-comment h4 {
	margin-top:0;
}
.parent.media-list {
	margin-bottom: 50px;
	margin-left: 100px;
}
.comments-heading, .author-details h3 {
	font-size: 22px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	color: #000;
}
.post-comment:hover .btn-reply {
	color:#858585;
}
.replay-box h3 {
	margin-bottom:25px;
}
.pagination-section {
	margin-bottom:50px;
	margin-top:20px;
}
.pagination>li>a, 
.pagination>li>span {
	border-right:1px solid #ddd;
	font-weight:700;
	color:#000;
	border-top:0;
	border-bottom:0;
	background-color:transparent;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	border-left:0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-right:0;
}
.pagination>li>a:hover, 
.pagination>li>a.active, 
.pagination>li>span:hover, 
.pagination>li>a:focus, 
.pagination>li>span:focus {
	background-color:transparent;
}

.CM_W3_CreateAccount ul.wizard li{height:100%!important}


#MainContainer {
	font-family: 'Raleway', sans-serif!important;

}

.CM_W3_CreateAccount {

    width: 100%!important;

}

