*, body {
	padding: 0;
	margin: 0;
	outline: none;
}
html {
	outline: none;
}
body {
	font-family: 'Open Sans', sans-serif;
	color: #232322;
	line-height: 22px;
}


/*
* Remove text-shadow in selection highlight
*/



::-moz-selection {
 background: #711e22;
 color: #fff;
 text-shadow: none;
}
::selection {
	background: #711e22;
	color: #fff;
	text-shadow: none;
}
html .no-margin {
	margin: 0
}
.text-white {
	color: #fff
}
.text-black {
	color: #000
}
.bg-white {
	background-color: #fff
}
.bg-grey {
	background-color: #f3f2ef;
}
.overFlow {
	overflow: hidden;
	padding-right:15px;
}
a {
	-moz-transition: all .5s ease-in;
	-webkit-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
	color: #232322;
	text-decoration: none;
}
a:hover {
	color: #346ebf;
	text-decoration: none;
}
a:focus {
	outline: none;
	color: #346ebf;
	text-decoration: none;
}
img {
	max-width: 100%;
}
/* ==========================================================================
No Font Styles
========================================================================== */
.noBg {
	background: none !important;
}
.noBgImage {
	background-image: none !important;
}
.noBoder {
	border: none !important;
}
.nopad {
	padding: 0 !important;
}
.nopadTop {
	padding-top: 0 !important;
}
.nopadBottom {
	padding-bottom: 0 !important;
}
.nopadLeft {
	padding-left: 0 !important;
}
.nopadRight {
	padding-right: 0 !important;
}
.nomargin {
	margin: 0 !important;
}
.nomarginBottom {
	margin-bottom: 0 !important;
}
/* ==========================================================================
Back to Top Scroll Styles
========================================================================== */
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(113, 30, 34, 0.8) url(https://verify.softsmartpte.com/images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	opacity: .6;
}
.no-touch .cd-top:hover {
	background: rgba(130, 37, 39, 1) url(https://verify.softsmartpte.com/images/cd-top-arrow.svg) no-repeat center 50%;
	opacity: 1;
	color: #fff;
}
.no-touch .cd-top:focus {
	outline: none;
}
/* ==========================================================================
Body Font Styles
========================================================================== */
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5 {
	font-family: 'Open Sans', sans-serif;
	line-height: normal;
}
.h1, h1 {
	color: #232322;
	font-size: 25px;
	font-weight:700;
	line-height: 36px;
        margin: 0 15px 15px;
}
h2, .h2 {
	color: #232322;
	font-size: 28px;
	font-weight: 400;
	line-height: 32px;
	margin-top: 0;
	margin-bottom: 30px;
}
h2 span, .h2 span {
	display: block;
	margin: 18px 0 0;
}
h3, .h3 {
	color: #232322;
	font-size: 23px;
	font-weight: 600;
	line-height: 28px;
	margin: 0;
	margin-bottom: 25px;
}
h4, .h4 {
	color: #232322;
	font-size: 21px;
	font-weight: 400;
	line-height: 21px;
	margin-top: 0;
	margin-bottom: 30px;
}
h5, .h5 {
	color: #232322;
	font-size: 18px;
	font-weight: 700;
	line-height: 23px;
	margin-top: 10px;
	margin-bottom: 15px;
	display:block;
}
h6, .h6 {
	color: #232322;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	margin-top: 24px;
	margin-bottom: 12px;
	display:block;
}
/* ==========================================================================



Genaral Styles



========================================================================== */



#sitewrapper {
	position: relative;
}
/* ==========================================================================



Header Styles



========================================================================== */



#headersection {
	padding: 0;
	background: #fff;
	position: relative;
}
.hTop {
	padding: 27px 0 24px;
}
.hLogo {
	text-align: center;
	display: block;
	margin-bottom: 30px;
}
.hRgtPart {
	text-align: center;
}
.socialIcons {
	list-style-type: none;
	text-align: center;
	display: block;
	padding: 0;
	margin: 0;
}
.socialIcons li {
	list-style-type: none;
	display: inline-block;
	padding: 0;
	margin: 0 8px;
	vertical-align: top;
}
.socialIcons li a {
	display: block;
	text-align: center;
	font-size: 20px;
	color: #afaa95;
}
.socialIcons li a .fa {
	color: #afaa95;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
.socialIcons li a:hover .fa {
	color: #762123;
}
#searchbtn {
	cursor: pointer;
}
.searchIcon {
	border-left: #afaa95 solid 1px;
	padding: 0 0 0 15px !important;
}
.searchIcon #searchbtn {
	padding: 0;
	margin: 3px 0 0;
}
.searchIcon #searchbtn:hover {
	color: #762123;
}
.searchIcon.active #searchbtn {
	color: #762123;
}
.searchBox {
	padding: 20px 0 0;
}
.searchBox .form-control {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
}
.searchBox .btnReset:focus {
	outline: none;
}
/* ==========================================================================



Main Navigation Styles



========================================================================== */		



.navMain.affix {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 100;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.34);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.34);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.34);
	border-radius: 0;
}
.navMain {
	background: #e9e8e2;
	border: none;
	margin-bottom: 0;
	min-height: 0;
	text-align: left;
	display:block;
}
.navMain.navbar-default .navbar-nav > li {
	/*text-align: left;*/

	text-align: left;
	padding: 0 24px;
}
.navMain.navbar-default .navbar-nav > li > a {
	padding: 18px 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #232322;
	text-decoration: none;
	/*text-transform: uppercase;*/
	display: block;
	transition: none;
}
.navMain.navbar-default .navbar-nav > li > a:focus, .navMain.navbar-default .navbar-nav > li > a:hover {
	color: #232322;
}
.navMain.navbar-default .navbar-nav > .active a, .navMain.navbar-default .navbar-nav > .active a:focus, .navMain.navbar-default .navbar-nav > .active a:hover {
	background: none;
	color: #232322;
	font-weight: 700;
}
.customNavbar .navbar-nav .open .dropdown-menu {
	background: #fff;
	border: none;
	color: #4f4f4f;
	border-radius: 0;
	padding: 25px;
}
.navMain.navbar-default .navbar-nav .open .dropdown-menu > li {
	padding: 0;
}
.navMain.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	padding: 8px 5px;
	border-bottom: #e8e8e8 solid 1px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	color: #4f4f4f;
}
.navMain.navbar-default .navbar-nav .open .dropdown-menu > li:first-of-type > a {
	padding-top: 0;
}
.navMain.navbar-default .navbar-nav .open .dropdown-menu > li:last-of-type > a {
	border-bottom: none;
	padding-bottom: 0;
}
.navMain.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	color: #232322;
	background: none;
}
.customNavbar .dropdown-menu > .active > a, .customNavbar .dropdown-menu > .active > a:focus, .customNavbar .dropdown-menu > .active > a:hover {
	color: #232322 !important;
	font-weight: 700 !important;
	background: none !important;
	cursor: text;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 0;
	margin-top: 0;
	margin-left: 20px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #a2a2a2;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
#wprmenu_menu.wprmenu_levels ul li a {
	border-bottom: #e8e8e8 solid 1px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	color: #4f4f4f;
}
 .#wprmenu_menu.wprmenu_levels ul li.current-menu-item a {
 color: #232322 !important;
 font-weight: 700 !important;
 cursor: text !important;
}
/* ==========================================================================



Banner Styles



========================================================================== */		



.banWrapper {
	padding-bottom: 20px;
}
.carousel .carousel-inner .item {
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transform: translateZ(0);
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.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: 2;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
#carouselBanner .sliderCaption {
	height: auto;
	background: rgba(0, 0, 0, .74);
	padding: 15px;
	text-align: center;
}
#carouselBanner .sliderCaption h1 {
	margin-bottom: 14px;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	line-height: 25px;
	color: #fff;
}
#carouselBanner .sliderCaption p {
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	line-height: 18px;
	color: #c1c1c1;
}
.carousel-control {
	width: 51px;
	height: 49px;
	top: 31.5%;
	opacity: 1;
	background-image: url(https://verify.softsmartpte.com/images/slider/control_arrow.png) !important;
	background-repeat: no-repeat !important;
}
.carousel-control.left {
	background-position: 0 0;
}
.carousel-control.right {
	background-position: -153px 0;
}
.carousel-control.left:hover {
	background-position: -51px 0;
}
.carousel-control.right:hover {
	background-position: -102px 0;
}
.carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li {
	width: 13px;
	height: 13px;
	margin: 0 3px;
	background: #fff;
	border: #a9a9a9 solid 1px;
}
.carousel-indicators li.active {
	width: 13px;
	height: 13px;
	background: #762123;
	border: #762123 solid 1px;
}
#categorybanner {
	margin-bottom: 40px;
}
#categorybanner .carousel-caption.sliderCaption {
	height: auto;
	background: rgba(0, 0, 0, .74);
	padding: 15px;
	text-align: center;
	position: static;
}
#categorybanner .sliderCaption h3 {
	margin-bottom: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	line-height: 24px;
	color: #fff;
}
#categorybanner .sliderCaption h3 a {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	line-height: 24px;
	color: #fff;
}
#categorybanner .sliderCaption p {
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	line-height: 18px;
	color: #c1c1c1;
}
#categorybanner .item img {
	width: 100%;
}
.categoryBanner {
	position: relative;
}
.categoryPic {
	display: block;
}
.categoryBannerCaption {
	padding: 15px;
	background: rgba(0, 0, 0, .74);
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	color: #fff;
}
.categoryBannerCaption h3 {
	margin-bottom: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	line-height: 24px;
	color: #fff;
}
.innerBannerWrapper {
	position: relative;
}
.innerBannerPic {
	display: block;/*background: url(https://verify.softsmartpte.com/images/bannerContact.jpg) 50% 0 no-repeat;



			background-size: cover;*/
}
.innerBannerCaption {
	padding: 15px;
	background: rgba(0, 0, 0, .74);
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	color: #fff;
}
.innerBannerCaption h3 {
	margin-bottom: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	line-height: 24px;
	color: #fff;
}
.defaultBannerWrapper {
	position: relative;
	height: 300px;
	overflow: hidden;
	margin-bottom:30px;
}
.defaultBannerPic {
	display: block;
}
/* ==========================================================================



Full Container Section Page Styles



========================================================================== */



.inner {
	padding: 15px 0;
}
.innerhome {
	padding: 15px;
}
.home-banner-bottom{	
	padding:0 15px;
	
}
/* Start Recent Articles */



.articlesWrapper {
/*padding-bottom: 30px;*/



}
.articlesGallery {
	list-style-type: none;
	display: block;
	padding: 0 15px;
	margin: 0 0 30px;
	text-align: center;
}
.articlesGallery li {
	list-style-type: none;
	margin: 0 0 30px;
	display: block;
	vertical-align: top;
}
.articlesThumb {
	display: block;
	overflow: hidden;
	text-align: center;
}
.articlesThumbImg {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	height: auto;
}
.articlesCaption {
	display: block;
	background: rgba(0, 0, 0, .85);
	padding: 15px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	-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;
}
.articlesCaption h3 {
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	line-height: 20px;
	letter-spacing: -.5px;
}
.articlesCaption p {
	margin-bottom: 25px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #999;
	line-height: 18px;
}
.articlesCaption p:last-of-type {
	margin-bottom: 0;
}
.articlesCaption .btnCustom {
	border: #fff solid 1px;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
}
.articlesThumb:hover .articlesCaption {
	bottom: 20px;
}
.ih-item {
	position: relative;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item, .ih-item * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ih-item a {
	color: #333;
}
.ih-item:hover {
	text-decoration: none;
}
.ih-item img {
	width: 100%;
	height: 100%;
}
.ih-item.square {
	position: relative;
	width: 100%;
	height: 100%;
	/*border: 8px solid #fff;*/



	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.ih-item.square .info {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	z-index: 10;
	text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.ih-item.square.effect13 {
	overflow: hidden;
}
.ih-item.square.effect13.colored .info {
	background: #1a4a72;
	background: rgba(26, 74, 114, 0.6);
}
.ih-item.square.effect13.colored .info h3 {
	background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect13 .img {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.ih-item.square.effect13 .info {
	background: #333333;
	background: rgba(0, 0, 0, 0.6);
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.square.effect13 .info h3 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-size: 17px;
	padding: 10px;
	background: #111111;
	margin: 30px 0 0 0;
}
.ih-item.square.effect13 .info p {
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #bbb;
	padding: 20px 20px 20px;
	text-align: center;
}
.ih-item.square.effect13:hover .img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.ih-item.square.effect13:hover .info {
	visibility: visible;
	opacity: 1;
}
.ih-item.square.effect13.left_to_right .info {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}
.ih-item.square.effect13.left_to_right:hover .info {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.ih-item.square.effect13.right_to_left .info {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
.ih-item.square.effect13.right_to_left:hover .info {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.ih-item.square.effect13.top_to_bottom .info {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.ih-item.square.effect13.top_to_bottom:hover .info {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.ih-item.square.effect13.bottom_to_top .info {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.ih-item.square.effect13.bottom_to_top:hover .info {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
/* Travel Grid */



.blockItem {
	text-align: center;
	margin-bottom: 36px;
	vertical-align: top;
}
.blockItem .imgArea {
	display: block;
	/*margin-bottom: 30px;*/



	text-align: center;
	position: relative;
}
.blockItem .imgArea img {
	display: inline-block;
}
.blockItemCaption {
	display: block;
	padding: 15px;
	background: rgba(0, 0, 0, .85);
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	line-height: 18px;
	color: #fff;
}
.blockItem h3 {
	margin: 0;
	margin-bottom: 18px;
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	font-weight: 600;
	color: #232322;
	line-height: 28px;
}
.blockItem h5 {
	margin-top: 0;
	margin-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #232322;
	line-height: 22px;
}
.blockItem p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #232322;
	line-height: 22px;
	margin-bottom: 20px;
}
.blockItem_lrg.blockItem p {
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 30px;
}
.blockItem_lrg.blockItem .imgArea img {
	width: 100%;
	height: auto;
}
.blockItem.blockItem_sm .imgArea {
	max-width: 92px;
	margin-left: auto;
	margin-right: auto;
}
.blockItem.blockItem_sm h5 {
	margin-top: -6px;
}
.blockItem.blockItem_sm .imgArea.thumbLrg {
	max-width: 150px;
}
.videoWrapper {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}
.videoContainer {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/* padding-top: 25px; */
	height: 0;
	z-index: 0;
}
.videoContainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ==========================================================================



Button Styles



========================================================================== */



.btnCustom {
	height: 28px;
	border: #626262 solid 1px;
	border-radius: 0;
	padding: 0 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	line-height: 25px;
	color: #711e22;
}
.btnCustom:hover {
	background: #711e22;
	color: #fff;
}
.btnCustom:focus {
	outline: none;
	background: #711e22;
	color: #fff;
}
/* ==========================================================================



Post Details Styles



========================================================================== */



.postDetailsWrapper .blockItem {
	padding-bottom: 36px;
	border-bottom: #e5e5e5 solid 1px;
}
.postDetailsWrapper .blockItem:last-of-type {
	border-bottom: 0;
}
.postDetailsWrapper .catHd {
	margin-bottom: 50px;
	line-height: 40px;
	font-size: 32px;
}
.postDetailsWrapper .blockItem .imgArea {
	margin-bottom: 20px;
}
.postDetailsWrapper .blockItem .imgArea img {
	max-width: 100%;
}
.postDetailsWrapper .blockItem:nth-child(3n), .postDetailsWrapper .blockItem:nth-child(4n) {
	margin-bottom: 36px;
}
.travelWrapper .imgArea, .motorWrapper .imgArea, .eventsWrapper .imgArea, .generalnewsWrapper .imgArea {
	margin-bottom: 20px;
}
/* ==========================================================================



Portfolio Details Styles



========================================================================== */	



.postBanner img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.alignleft {
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
}
.alignright {
	float: right;
	margin-left: 40px;
	margin-bottom: 40px;
}
.greyBox {
	background: #f3f2ef;
	padding: 15px;
	margin-bottom: 40px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #232322;
	line-height: 22px;
}
.greyBox h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	color: #232322;
	line-height: 22px;
}
.greyBox p {
	margin-bottom: 30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #232322;
	line-height: 22px;
}
.greyBox ul {
	list-style-type: none;
	display: block;
	margin-bottom: 30px;
}
.greyBox ul li {
	list-style-type: none;
	display: block;
	background: url(https://verify.softsmartpte.com/images/bulletPoint.png) 0 10px no-repeat;
	padding: 0 0 0 20px;
	margin-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #232322;
	line-height: 22px;
}
.normalBox {
	background: #f9f9f9;
	padding: 15px;
	margin-bottom: 40px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #232322;
	line-height: 22px;
}
.normalBox h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	color: #232322;
	line-height: 22px;
}
.normalBox p {
	margin-bottom: 30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #232322;
	line-height: 22px;
}
.normalBox ul {
	list-style-type: none;
	display: block;
	margin-bottom: 30px;
}
.normalBox ul li {
	list-style-type: none;
	display: block;
	background: url(https://verify.softsmartpte.com/images/bulletPoint.png) 0 10px no-repeat;
	padding: 0 0 0 20px;
	margin-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #232322;
	line-height: 22px;
}
.normalBox .dmCmpLink::before {
	content: "\2022";
	margin-right: .5em;
}
.normalBox .dmCmpLink {
	padding-bottom: 1em;
	display: inline-block;
}
.spotLightGallery {
	list-style-type: none;
	display: block;
	text-align: center;
	margin-bottom: 30px;
}
.spotLightGallery li {
	list-style-type: none;
	display: block;
	margin: 0 0 15px;
}
.spotGalleryCaption {
	background: #712022;
	padding: 25px 15px;
	color: #fff;
}
.spotGalleryCaption h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	line-height: 22px;
	margin-bottom: 30px;
}
.spotGalleryCaption a {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.spotGalleryCaption a:hover {
	text-decoration: underline;
}
.spotLightGallery .videoWrapper {
	margin-bottom: 0;
}
/* ==========================================================================



Editorial Team Styles



========================================================================== */



.editorialTeamWrapper {
	text-align: center;
}
.editorialTeamBox {
	text-align: center;
	width: 245px;
	margin: 0 auto 40px;
	display: block;
}
.editorialTeamBox .thumbnail {
	border: none;
	padding: 0;
	border-radius: 0;
	position: relative;
	text-align: center;
	width: 100%;
	height: 215px;
	background: #f6f5f3;
}
.editorialTeamBox .thumbnail img {
	width: 100%;
	height: 100%;
}
.memberCaption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.75);
	padding: 10px 15px;
}
.memberCaption h3 {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-weight: 700;
	color: #fff;
	line-height: 20px;
	margin: 0 0 3px;
}
.memberCaption p {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-weight: 400;
	color: #fff;
	line-height: 18px;
	margin: 0 0 5px;
}
.memberCaption p:last-of-type {
	margin-bottom: 0;
}
.contentArea p {
	margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	color: #232322;
	line-height: 24px;
}
.contentBottom p strong, .contentBottom p b {
	font-size: 14px;
	font-weight: 700;
	color: #762123;
}
.contentArea .alignleft, .contentArea .alignright {
	height: auto;
	display: block;
	float: none;
	margin-bottom: 30px;
}
.contentArea .alignleft {
	margin-right: 0;
}
.contentArea .alignright {
	margin-left: 0;
}
.contentArea .alignnone {
	display: block;
	float: none;
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
}
.contentArea ul {
	margin: 0px;
	padding: 0px;
	margin-bottom:28px;
}
.contentArea ul li {
	margin-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	color: #232322;
	line-height: 24px;
	margin-left: 20px;
}
.contentArea ol {
	margin: 0px;
	padding: 0px;
}
.contentArea ol li {
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	color: #232322;
	line-height: 24px;
	margin-left: 20px;
}
/* ==========================================================================



Contact Page Styles



========================================================================== */



.formSection .form-group {
	margin-bottom: 20px;
}
.formSection .control-label {
	margin-bottom: 10px;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	color: #616161;
}
.formSection .required.control-label::after {
	content: "*";
	color: #711e22;
	margin-left: .25em;
}
.formSection .form-control {
	height: 46px;
	border: #dcdbd8 solid 1px;
	background: #f6f5f3;
	border-radius: 0;
	box-shadow: none;
}
.formSection textarea.form-control {
	height: 160px;
}
.formSection .form-title {
	width: auto;
}
.formSection .error {
	margin-bottom: 10px;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: left;
	color: #711e22;
}
.formSection input.error,
.formSection select.error {	
	border: #711e22 solid 1px;
}
.formSection small {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: 400;
	color: #9b9b9b;
}
.formSection p {
	margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	text-align: left;
	font-weight: 400;
	color: #4a4a4a;
}
.btn-file {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	text-align: left;
	font-weight: 700;
	color: #711e22;
	background: #fff;/*border: #858585 solid 1px;*/
}
/*.btn-file input[type=file] {



		position: absolute;



		top: 0;



		right: 0;



		min-width: 100%;



		min-height: 100%;



		font-size: 100px;



		text-align: right;



		filter: alpha(opacity=0);



		opacity: 0;



		background: red;



		cursor: inherit;



		display: block;



		}*/



		



.btnRed {
	height: 40px;
	padding: 0 30px;
	background: #346ebf;
	border: #346ebf solid 1px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	-moz-transition: all .5s ease-in;
	-webkit-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}
.btnRed:hover {
	background: #fff;
	border: 1px solid #346ebf;
	color: #346ebf;
}
.formSection .wpcf7-not-valid-tip {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: 400;
}
.contentWrapper p {
	margin-bottom: 30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #232322;
}
.contentWrapper ul {
	display: block;
	list-style-type: none;
	margin-bottom: 30px;
}
.contentWrapper ul li {
	list-style-type: none;
	display: block;
	background: url(https://verify.softsmartpte.com/images/bulletPoint.png) 0 10px no-repeat;
	padding: 0 0 0 15px;
	margin-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #232322;
	line-height: 22px;
}
/* ==========================================================================



Footer Styles



========================================================================== */



#footersection {
	background: #232322;
}
.footerTop {
	padding: 45px 20px;
}
.footerTop .col {
	border-bottom: #424242 solid 1px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	white-space: normal;
	word-wrap: break-word;
	overflow: hidden;
}
.footerTop .col:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.fLinks {
	list-style-type: none;
	display: block;
	margin-bottom: 40px;
}
.fLinks li {
	list-style-type: none;
	display: block;
	margin-bottom: 8px;
}
.fLinks li a {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-align: left;
	color: #b5b5b5;
	line-height: 18px;
	cursor: pointer;
}
.fLinks li a:hover {
	color: #fff;
}
.fLinks li.current_page_item a, .fLinks li a:focus {
	color: #fff;
	font-weight: 700;
}
.footerTop .socialIcons {
	float: left;
	text-align: left;
}
.footerTop .socialIcons li {
	margin: 0 5px 5px 0;
	float: left;
}
.footerTop .socialIcons li:last-of-type {
	margin-right: 0;
}
.footerTop .socialIcons li.searchIcon {
	display: none;
}
.footerTop .socialIcons li a {
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 28px !important;
	color: #fff;
}
.footerTop .socialIcons li a .fa {
	color: #fff;
}
.footerTop .socialIcons li:nth-child(1) a {
	background: #3461a1;
}
.footerTop .socialIcons li:nth-child(2) a {
	background: #28aae1;
}
.footerTop .socialIcons li:nth-child(3) a {
	background: #de5543;
}
.footerTop .socialIcons li:nth-child(4) a {
	background: #cb2027;
}
.footerTop .socialIcons li:nth-child(5) a {
	background: #ee3137;
}
.footerTop .socialIcons li:nth-child(6) a {
	background: #3b5998;
}
.footerTop .socialIcons li a:hover {
	background: #fff;
}
.footerTop .socialIcons li a:hover .fa {
	color: #1a1a19;
}
.footerTop .socialIcons li.active a {
	background: #fff;
}
.footerTop .socialIcons li a.active .fa {
	color: #1a1a19;
}
.fDetails {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-align: left;
	color: #b5b5b5;
}
.fDetails h5, .fDetails h6 {
	color: #fff;
	font-weight: 700;
	line-height: 18px;
}
.fDetails h5 {
	font-size: 14px;
	margin-bottom: 20px;
}
.fDetails h6 {
	margin-bottom: 8px;
}
.fDetails p {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #b5b5b5;
}
.fDetails p:last-of-type {
	margin-bottom: 0;
}
.fDetails p a {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #b5b5b5;
}
.fDetails p a:hover {
	color: #fff;
}
.fDetails span {
	color: #fff;
}
.fDetails img {
	margin-right: 10px;
	margin-bottom: 10px;
}
.fDetails img:last-of-type {
	margin-right: 0;
}
.footerBottom {
	padding: 30px 0;
	background: #1a1a19;
}
.footerBottom p {
	margin-bottom: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	color: #696969;
}
/* Site Bar */ 



.sitebar-right {
	width: 260px;
	height: auto;
	background: #e9e9e9;
	border: solid 1px #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
	padding: 8px 18px 18px 18px;
	top: 210px;
	right: -260px;
	min-height: 200px;
	position: fixed;
	z-index: 9999 !important;
	display: block;
}
.sitebar-right p {
	margin-bottom: 0px;
	padding-bottom: 6px;
}
.sitebar-right a {
	font-size: 12px;
}
.form-Section {
	padding-top: 12px;
	text-align: right;
	display: inline-block;
	float: right;
	padding-right: 15px;
}
.form-Section form .newsletter-email {
	width: 180px;
	height: 32px !important;
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #34495e;
	text-align: left;
	border-radius: 0px;
	padding: 10px;
	display: inline-block;
	border: none !important;
	float: left;
}
.ctbtn {
	height: auto;
	display: inline-block;
	padding: 5px 10px;
	background-color: #0aa5c5;
	border: none;
	border-radius: 0px;
	-moz-transition: all .5s ease-in;
	-webkit-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	float: left;
}
.ctbtn:hover {
	background-color: #058aa5;
	color: #fff;
}
.form-bSection .form-ctrl-text {
	width: 100% !important;
	height: 32px;
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #34495e;
	text-align: left;
	border-radius: 0px;
	display: inline-block;
	margin-bottom: 10px;
	border: none;
}
.form-Section2 {
	padding-top: 12px;
	text-align: right;
	display: inline-block;
	float: right;
	padding-right: 15px;
}
.form-Section2 form .newsletter-email {
	width: 100%;
	height: 32px !important;
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #34495e;
	text-align: left;
	border-radius: 0px;
	padding: 10px;
	display: inline-block;
	border: none !important;
	float: left;
	margin-bottom: 10px;
}
.articlesGallerynew {
	margin: 0 0px;
	text-align: center;
}
.articlesGallerynew ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: table;
}
.articlesGallerynew ul li {
	margin: 0px 15px 15px 15px;
	display: inline-block;
	vertical-align: top;
	width: 316px;
}
.m-view {
	display: block;
	padding: 0px 0px 12px 0px;
	background: #eee;
}
.main-head {
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 0px;
}
.main-head h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #711e22;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
}	

.innBanner img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.innerbannerWrapper {
	position: relative;	
	text-align: center;
	overflow: hidden; 
	height: 300px;
}
.innerbannerWrapper img {
	width:100% !important;
	height:100% !important;
	}

/*.home-banner-bottom{	
	padding:0 50px !important;
	margin-bottom: 40px;
	
}*/

.home-banner-bottom h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	font-weight: 600;
	color: #232322;
	text-align: center;
	margin-bottom: 15px;		
}
.nav-text{	
	display:none;
	}


.text-center{
	text-align:center !important;}