body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857;
	margin: 0;
}

@import url('https://fonts.googleapis.com/css?family=Kaushan+Script|Lato:300,300i,400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');
@font-face {
	font-family: 'adelleregularwebfont';
	src: url('../fonts/adelleregularwebfont.eot');
	src: local('adelleregularwebfont'), url('../fonts/adelleregularwebfont.woff') format('woff'), url('../fonts/adelleregularwebfont.ttf') format('truetype');
}


/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_30477">Text with this font applied</p> */

.fontsforweb_fontid_30477 {
	font-family: 'adelleregularwebfont' !important;
}


/* Font downloaded from FontsForWeb.com */

ul,
ol {
	list-style-type: none;
}


/*Header Top Section--------------------------------------------------------------------------*/

.header-top-area {
	padding: 0;
	min-height: 45px;
}

.head-contact-social {
	float: left;
	margin: 0;
	padding: 0;
}

.head-contact-social li {
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	height: 45px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	text-align: center;
	transition: background 0.1s ease-in-out 0s;
	width: 45px;
}

.head-contact-social li>a>i {
	color: #FFFFFF;
	font-size: 18px;
	height: 45px;
	line-height: 2.5;
	transition: color 0.3s ease-in-out 0s;
	width: 45px;
}

.head-contact-info {
	display: block;
	float: right;
	margin: 8px 0;
	padding: 0;
}

.head-contact-info li {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	margin-right: 26px;
	padding: 0;
	position: relative;
}

.head-contact-info li:last-child {
	margin-right: 0px;
}

.head-contact-info i {
	font-size: 17px;
	line-height: 25px;
	padding-right: 7px;
}

.menuSub {
	display: block;
	position: absolute;
	top: 100%;
	right: 0;
	width: 140px;
	padding: 10px 0 0 0;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.head-contact-info li:hover .menuSub {
	visibility: visible;
	opacity: 1;
}

.menuSub:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
}

.menuSub ul {
	display: block;
	background-color: #fff;
	padding: 0;
}

.menuSub ul li {
	display: block;
	padding: 0;
	margin: 0;
}

.menuSub ul li a {
	display: block;
	color: #222;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	padding: 8px 10px;
}

.menuSub ul li a:hover {
	color: #fff;
	background-color: #2B2B2B;
}


/*Footer Widgte Section-----------------------------------------------------------------------------------------*/

.footer_section {
	margin: 0px 0 0;
	padding: 0px;
	width: 100%;
}

.footer-social-area {
	width: 100%;
	overflow: hidden;
	display: block;
	border-bottom: 1px solid #575963;
}

.footer-social-icons {
	margin: 0;
	padding: 25px 0;
	text-align: center;
}

.footer-social-icons li {
	border-radius: 100%;
	cursor: pointer;
	display: inline-block;
	margin-right: 20px;
	margin-left: 20px;
	padding: 1px;
	text-align: center;
}

.footer-social-icons li>a>i {
	font-size: 30px;
	line-height: 40px;
	transition: all 0.3s ease 0s;
}

.footer-widget-section {
	padding: 55px 0 5px;
}

.footer_widget_column {
	margin-bottom: 50px;
}

.footer_widget_title {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 40px;
}

.footer_section p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 25px;
	margin: 0 0 10px;
}

.footer-logo {
	display: bolck;
	margin: 25px 0 15px;
}

.footer-blog-post {
	margin-bottom: 5px;
	margin-top: 0 !important;
	padding-bottom: 20px;
}

.footer-blog-post:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.footer-blog-post h3 {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 5px;
	margin-top: -5px;
	word-wrap: break-word;
}

.footer-blog-post:hover h3 a {
	transition: all 0.4s ease 0s;
}

.footer-blog-post span {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-right: 8px;
	display: block;
}

.post-date {
	border-radius: 100%;
	display: block;
	float: left;
	height: 60px;
	margin-left: 0;
	margin-right: 15px;
	width: 60px;
	text-align: center;
	transition: all 0.4s ease 0s;
}

.post-date span.date {
	font-family: 'Roboto', sans-serif;
	display: block;
	font-size: 24px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-align: center;
	padding: 10px 0 0;
	overflow: hidden;
	transition: all 0.4s ease 0s;
}

.post-date span.month {
	font-family: 'Roboto', sans-serif;
	display: block;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
	transition: all 0.4s ease 0s;
}

.footer-widget-flicker {
	margin-bottom: 15px;
	overflow: hidden;
	padding-top: 0;
	text-align: center;
}

.footer-widget-flicker span {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	transition: all 200ms ease-out 0s;
	width: 23%;
}

.footer-widget-flicker span>a>img {
	width: 100%;
	transition: all 200ms ease-out 0s;
}

.footer-widget-flicker span>a>img:hover {
	opacity: 0.6;
}

.footer-widget-tags {
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0px 0;
}

.footer-widget-tags a {
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 5px 9px 0;
	padding: 6px 12px;
	transition: all 0.3s ease 0s;
	vertical-align: baseline;
	white-space: nowrap;
}

.footer-copyright {
	padding: 20px 0;
}

.footer-copyright p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	margin: 0;
	text-align: center;
}

.footer_widget_column>.tagcloud a {
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px !important;
	font-weight: normal;
	line-height: 20px;
	margin: 0 5px 9px 0;
	padding: 6px 12px;
	transition: all 0.3s ease 0s;
	vertical-align: baseline;
	white-space: nowrap;
}


/*Page Header Css---------------------------------------------------------------------------------------------*/

.page-mycarousel {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	height: 400px;
	margin-bottom: 80px;
}

.page-title-col {
	position: absolute;
	left: 0;
	right: 0;
	top: 40%;
	width: 100%;
	z-index: 11;
}

.page-header-title {
	background-position: center top;
	margin: 0 auto 59px;
	padding: 33px 0;
	position: relative;
	width: 97.4%;
}

.page-header-title h1 {
	font-family: 'RobotoMedium';
	font-size: 50px;
	line-height: 50px;
	margin: 0 0 5px;
}

.page-breadcrumbs {
	min-height: 60px;
	width: 100%;
	position: relative;
	margin-top: -76px;
}

.breadcrumbs {
	background-color: transparent;
	padding: 17px 0px;
	margin-bottom: 0px;
	list-style: none;
	border-radius: 4px;
}

.breadcrumbs>li {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 20px;
}

.breadcrumbs>li a {
	text-decoration: none;
}


/*About Us Page Css---------------------------------------------------------------------------------------------*/

.about-section {
	margin-bottom: 72px;
}

.about-section h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 25px;
	margin-bottom: 15px;
	padding: 0 0 0 10px;
	margin-top: 0;
}

.about-section p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 28px;
	margin: 0 0 15px;
	padding: 0 0 0 10px;
}

.about-social-icons {
	margin: 0;
	padding: 18px 0;
	padding-left: 10px;
}

.about-social-icons li {
	border-radius: 100%;
	cursor: pointer;
	display: inline-block;
	margin-right: 15px;
	padding: 1px;
}

.about-social-icons li>a>i {
	font-size: 25px;
	line-height: 30px;
	transition: all 0.3s ease 0s;
}

.team-section {
	margin: 0 0 0px;
}

.team-box {
	display: block;
	transition: all 300ms ease-out 0s;
	margin-bottom: -120px;
	position: relative;
	z-index: 0;
}

.team-box img {
	border-radius: 100%;
	margin: 0 auto 16px;
	transition: all 600ms ease-out 0s;
	width: 150px;
	height: 150px;
}

.team-effect:hover .team-box img {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}

.team-area {
	margin: 0 0 80px;
	padding: 127px 25px 15px;
	transition: background 0.3s ease-in-out 0s;
}

.team-area h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 25px;
	margin: 0 0 11px;
	text-align: center;
	display: block;
	transition: all 0.4s ease 0s;
}

.team-area h5>span {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 20px;
	margin: 3px 0 11px;
	text-align: center;
	display: block;
	transition: all 0.4s ease 0s;
}

.desi-seperate {
	width: 150px;
	height: 1px;
	display: block;
	margin: 0 auto 15px;
}

.team-area p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 10px;
	margin-top: 0;
	padding: 0px;
	text-align: center;
	transition: all 0.4s ease 0s;
}

.team-social-icons {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

.team-social-icons li {
	border-radius: 100%;
	cursor: pointer;
	display: inline-block;
	margin-right: 10px;
	padding: 1px;
}

.team-social-icons li>a>i {
	font-size: 14px;
	line-height: 20px;
	transition: all 0.3s ease 0s;
}

.callout-section {
	position: relative;
	float: left;
	width: 97.5%;
	min-height: 100px;
	font-size: 14px;
	padding: 13px 0px 35px;
	margin: 40px 15px 80px;
}

.callout-section h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
	margin-top: 16px;
	transition: all 0.5s ease 0s;
}

.callout-section p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 10px;
}

.callout-section a {
	position: absolute;
	bottom: -5px;
	right: 0;
	margin: 0;
	padding: 9px 18px;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 25px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}


/*Blog Section Css---------------------------------------------------------------------------------------------*/

.blog-section-left {
	float: none;
	margin-bottom: 70px;
	overflow: auto;
	padding: 0;
	margin-right: 10px;
}

.blog-section-right {
	margin-left: 10px;
	float: none;
	margin-bottom: 70px;
	overflow: auto;
	padding: 0;
}

.blog-section-full {
	float: none;
	margin-bottom: 70px;
	overflow: auto;
	padding: 0;
	margin-right: 0px;
}

.blog-detail-section {
	float: none;
	margin-bottom: 50px;
	overflow: auto;
	padding: 0;
	margin-right: 10px;
}

.blog-post-img {
	float: left;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 100%;
	overflow: hidden;
	position: relative;
	transition: all 200ms ease-out 0s;
}

.blog-post-img:hover img {
	-webkit-transform: scale(1.20);
	/* Saf3.1+, Chrome */
	-moz-transform: scale(1.20);
	/* FF3.5+ */
	-ms-transform: scale(1.20);
	/* IE9 */
	-o-transform: scale(1.20);
	/* Opera 10.5+ */
	transform: scale(1.20);
	opacity: 1;
}

.blog-post-img img {
	transition: all 300ms ease-out 0s;
	max-width: 50%;
	opacity: 0.9;
}

.blog-post-title {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 40px 30px 0px;
}


}
.blog-post-title>.blog-post-title-wrapper>h1 {
	font-size: 46px;
	line-height: 54px;
}
.blog-post-title>.blog-post-title-wrapper>h2 {
	font-size: 40px;
	line-height: 48px;
}
.blog-post-title>.blog-post-title-wrapper>h3 {
	font-size: 34px;
	line-height: 42px;
}
.blog-post-title>.blog-post-title-wrapper>h4 {
	font-size: 28px;
	line-height: 36px;
}
.blog-post-title>.blog-post-title-wrapper>h5 {
	font-size: 22px;
	line-height: 30px;
}
.blog-post-title>.blog-post-title-wrapper>h6 {
	font-size: 16px;
	line-height: 24px;
}
.blog-post-title>.blog-post-title-wrapper>h1,
.blog-post-title>.blog-post-title-wrapper>h2,
.blog-post-title>.blog-post-title-wrapper>h3,
.blog-post-title>.blog-post-title-wrapper>h4,
.blog-post-title>.blog-post-title-wrapper>h5,
.blog-post-title>.blog-post-title-wrapper>h6 {
	font-family: 'RobotoLight';
	margin: 0 0 20px;
}
.blog-post-date {
	border-radius: 0;
	display: block;
	float: left;
	font-family: 'OpenSansSemiBold';
	height: 102px;
	margin-left: 0;
	margin-right: 3.5%;
	margin-bottom: 25px;
	width: 60px;
}
.blog-post-date span.date {
	font-family: 'Roboto', sans-serif;
	display: block;
	font-size: 36px;
	line-height: 35px;
	margin-bottom: 0px;
	padding: 2px 0 3px;
	text-align: center;
}
.blog-post-date span.date>small {
	display: block;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 4px;
	padding: 0px 0;
	text-align: center;
}
.blog-post-date span.comment {
	display: block;
	font-family: 'RobotoBold';
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding: 9px 0;
}
.blog-post-date span.comment>i {
	font-size: 15px;
	line-height: 20px;
	margin-right: 5px;
}
.blog-post-title-wrapper {
	float: left;
	width: 86.5%;
}
.blog-post-title-wrapper-full {
	float: left;
	width: 90%;
}
.blog-post-title-wrapper h2,
.blog-post-title-wrapper-full h2 {
	font-family: 'RobotoLight';
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 16px;
	margin-top: -10px;
	padding-bottom: 0;
}
.blog-post-title-wrapper h2 a,
.blog-post-title-wrapper-full h2 a {
	transition: all 0.3s ease 0s;
}
.blog-post-title-wrapper p,
.blog-post-title-wrapper-full p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 15px;
}
.blog-post-title-wrapper>table,
.blog-post-title-wrapper-full>table {
	width: 100%;
	border-collapse: unset;
	margin-bottom: 37px;
}
.blog-post-title-wrapper>table>tbody>tr>th,
.blog-post-title-wrapper-full>table>tbody>tr>th {
	padding: 12px 15px 12px 15px;
}
.blog-post-title-wrapper>table>tbody>tr>th:first-child,
.blog-post-title-wrapper-full>table>tbody>tr>th:first-child {
	border-right: medium none !important;
	border-top-left-radius: 0px !important;
}
.blog-post-title-wrapper>table>tbody>tr>th:last-child,
.blog-post-title-wrapper-full>table>tbody>tr>th:last-child {
	border-right: medium none !important;
	border-top-right-radius: 0px !important;
}
.blog-post-title-wrapper>table>tbody>tr>td,
.blog-post-title-wrapper-full>table>tbody>tr>td {
	padding: 12px 15px 12px 15px;
	border-right: 0px !important;
}
.blog-post-title-wrapper>table>tbody>tr:last-child td:first-child,
.blog-post-title-wrapper-full>table>tbody>tr:last-child td:first-child {
	border-bottom-left-radius: 0px !important;
}
.blog-post-title-wrapper>table>tbody>tr:last-child td:last-child,
.blog-post-title-wrapper-full>table>tbody>tr:last-child td:last-child {
	border-bottom-right-radius: 0px !important;
}
.blog-post-title-wrapper>table>thead>tr>td,
.blog-post-title-wrapper-full>table>thead>tr>td,
.blog-post-title-wrapper>table>thead>tr>th,
.blog-post-title-wrapper-full>table>thead>tr>th {
	padding: 8px !important;
}
.blog-post-detail {
	font-family: 'RobotoMedium';
	margin: 35px 0 0px;
	padding: 10px 0 0;
	width: 100%;
	overflow: hidden;
}
.blog-post-detail a {
	font-size: 12px;
	padding: 5px 20px 5px 0;
	transition: all 0.3s ease 0s;
}
.blog-post-detail a>i {
	font-size: 14px;
	margin-right: 9px;
	vertical-align: middle;
	margin-top: -3px;
}
.blog-tags {
	display: inline-block;
	margin: 0 5px 5px;
}
.blog-tags i {
	font-size: 14px;
	margin-right: 9px;
	vertical-align: middle;
}
.blog-tags a {
	font-size: 12px;
	padding: 5px 5px 5px 0;
	transition: all 0.3s ease 0s;
}
.blog-btn-col {
	display: block;
	margin: 0 0 0px;
}
a.blog-btn {
	border-radius: 3px 3px 3px 3px;
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 20px;
	margin-top: 12px;
	margin-bottom: 0;
	padding: 9px 18px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
}
.blog-pagination {
	margin: 0 0 90px;
	overflow: hidden;
	padding: 0;
	text-align: center;
}
.blog-pagination a,
.page-links a {
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 20px;
	margin: 0 3px 10px;
	padding: 11px 18px;
	vertical-align: baseline;
	white-space: nowrap;
}

/*Sidebar Section Css---------------------------------------------------------------------------------*/

/* Edit by Harish For Sidebar Section*/
.sidebar-section {
	padding: 30px 20px 98px;
	margin-left: 0px;
	margin-bottom: 70px;
}
.sidebar-widget {
	margin-bottom: 70px;
	margin-top: 0;
	padding: 0px;
}
.sidebar-widget:last-child {
	margin-bottom: 0px;
}
.sidebar-widget-title {
	margin-bottom: 25px;
}
.sidebar-widget>ul,
.footer_widget_column>ul {
	list-style: none outside none;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 0;
}
.sidebar-widget>div.textwidget,
.footer_widget_column>div.textwidget {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 25px;
	margin: 0 0 10px;
}
.sidebar-widget>ul>li {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align: top;
}
.sidebar-widget>ul>li:first-child {
	padding-top: 0px;
}
.footer_widget_column>ul>li {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin-right: 10px;
	padding-bottom: 6px;
	padding-top: 6px;
	vertical-align: top;
}
.footer_widget_column>ul>li>a,
.footer_widget_column>ul>li>ul>li>a,
.footer_widget_column>ul>li>ul>li>ul>li>a {
	transition: all 0.3s ease 0s;
}
.footer_widget_column>ul>li>a:hover,
.footer_widget_column>ul>li>ul>li>a:hover,
.footer_widget_column>ul>li>ul>li>ul>li>a:hover {
	transition: all 0.3s ease 0s;
}
.sidebar-widget ul.sidebar-tab.sidebar-widget-tab>li {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 0px;
	vertical-align: top;
	border-bottom: none;
}
.sidebar-widget ul.sidebar-tab.sidebar-widget-tab>li>a:hover {
	transition: all 0.3s ease 0s;
}
.sidebar-widget>ul>li>a,
.sidebar-widget>ul>li>ul>li>a,
.sidebar-widget>ul>li>ul>li>ul>li>a {
	transition: all 0.3s ease 0s;
}
.sidebar-widget>ul>li>a:hover,
.sidebar-widget>ul>li>ul>li>a:hover,
.sidebar-widget>ul>li>ul>li>ul>li>a:hover {
	transition: all 0.3s ease 0s;
}
.sidebar-widget>ul>li>a:before,
.footer_widget_column>ul>li>a:before {
	font-family: FontAwesome;
	margin-right: 10px;
	content: "\f04d";
}
.sidebar-widget ul#recentcomments>li.recentcomments>a:before,
.sidebar-widget ul.sidebar-tab.sidebar-widget-tab>li>a:before {
	font-family: FontAwesome;
	content: none;
}
.footer_widget_column ul#recentcomments>li.recentcomments>a:before,
.footer_widget_column ul.sidebar-tab.sidebar-widget-tab>li>a:before {
	font-family: FontAwesome;
	content: none;
}
.sidebar-widget>ul>li>a:before,
.footer_widget_column>ul>li>a:before {
	font-size: 6px;
	font-weight: normal;
	line-height: 10px;
	margin-right: 10px;
	vertical-align: middle;
}
.sidebar-widget-title h2 {
	font-family: "RobotoRegular";
	font-size: 22px;
	line-height: 30px;
	margin: 0px;
	padding-bottom: 0px;
	word-wrap: break-word;
}
.sidebar-widget>.tagcloud a {
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 13px !important;
	line-height: 20px;
	margin: 0 7px 10px 0;
	padding: 6px 14px;
	transition: all 0.3s ease 0s;
	vertical-align: baseline;
	white-space: nowrap;
}
.search-widget {
	display: block;
	overflow: hidden;
}
.search-widget input {
	border-radius: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
	width: 100%;
}
.search-widget a {
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	float: right;
	font-family: 'RobotoMedium';
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	margin-bottom: 10px;
	margin-right: 0;
	padding: 11px 29px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.sidebar-widget #searchform {
	overflow: hidden;
}
.search_widget_input {
	border-radius: 0;
	font-family: 'RobotoMedium';
	font-size: 14px;
	line-height: 20px;
	margin: 25px 0px 15px 0px;
	height: 46px;
	padding: 10px 16px;
	background-image: none;
	display: block;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}
.search_btn {
	border-radius: 3px;
	border: 0 none;
	border-radius: 0px;
	cursor: pointer;
	display: inline-block;
	font-family: 'RobotoMedium';
	font-size: 18px;
	font-weight: normal;
	float: right;
	line-height: 22px;
	margin-bottom: 10px;
	margin-right: 0px;
	padding: 11px 29px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.search_widget_input:focus {
	outline: 0;
}
.search_error {
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.search_err_heading {
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
}
.wallstreet_searching {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}
.search_heading {
	font-family: 'Roboto', sans-serif;
	font-size: 35px;
	margin: 0 0 20px 10px;
	padding: 10px;
}
.sidebar-widget div#calendar_wrap table#wp-calendar,
.footer_widget_column div#calendar_wrap table#wp-calendar {
	padding: 0px;
}
.sidebar-widget div#calendar_wrap table>caption,
.footer_widget_column div#calendar_wrap table>caption {
	font-size: 18px;
	font-family: RobotoBold;
	margin-bottom: 10px;
}
.sidebar-widget div#calendar_wrap table>thead>tr>th,
.footer_widget_column div#calendar_wrap table>thead>tr>th {
	padding: 6px 10px;
	margin: 0px;
	font-size: 18px;
	text-align: center;
	line-height: 20px;
}
.sidebar-widget div#calendar_wrap table>tfoot>tr>td,
.footer_widget_column div#calendar_wrap table>tfoot>tr>td {
	padding: 10px;
	margin: 0px;
	font-size: 20px;
	text-align: center;
}
.sidebar-widget div#calendar_wrap table>tbody>tr>td,
.footer_widget_column div#calendar_wrap table>tbody>tr>td {
	padding: 10px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
.sidebar-tweet-area {
	margin: 0 0 25px;
	padding-bottom: 0;
}
.sidebar-tweet-area:last-child {
	margin: 0px;
}
.sidebar-tweet-area .media-body {
	padding: 0 0 5px
}
.sidebar-tweet-area i {
	padding: 0;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	margin-right: 5px;
}
.sidebar-tweet-area p {
	display: inline-block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 5px;
	margin-top: 0;
	word-wrap: break-word;
	text-align: justify;
}
.sidebar-tweet-area span {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 5px;
	margin-top: 0;
	word-wrap: break-word;
}
.sidebar_thumb {
	height: 70px !important;
	width: 70px !important;
}
.sidebar-widget-tab {
	padding: 0px 0 13px;
}
.sidebar-tab {
	margin: 0 0 10px;
}
.sidebar-tab li {
	display: inline-block;
	padding: 0px;
	list-style: none outside none;
	background: transparent;
}
.sidebar-widget-tab li a {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 25px;
	margin: 0;
	padding: 6px 18px;
}
.post-media-sidebar {
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 25px;
	padding-top: 5px;
}
.post-media-sidebar:last-child {
	border-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.post-sidebar-img {
	margin-right: 10px;
	width: 70px;
	height: 70px;
	transition: all 200ms ease-out 0s;
}
.post-sidebar-img:hover {
	opacity: 0.6;
}
.post-media-sidebar h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 0;
	word-wrap: break-word;
}
.post-media-sidebar p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 5px;
	margin-top: 0;
	word-wrap: break-word;
}
a.readmore {
	font-family: 'RobotoLight';
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 5px;
	margin-top: 0;
	word-wrap: break-word;
}
.sidebar-comment-box {
	display: block;
	margin-top: 0px;
}
.sidebar-comment-box span {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 0;
	word-wrap: break-word;
}
.sidebar-comment-box span>small {
	font-family: 'RobotoLight';
	font-size: 16px;
	margin: 0 10px;
}
.sidebar-comment-box span>a {
	margin-left: 0px;
}
.sidebar-comment-box span>a>i {
	font-size: 5px;
	line-height: 10px;
	vertical-align: middle;
}

/*Sidebar Links*/
.post-content {
	margin-bottom: 0px;
	list-style: none outside none;
	padding: 0;
}
.post-content li {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	margin-right: 10px;
	padding-top: 10px;
	vertical-align: top;
	padding-bottom: 10px;
}
.post-content li:first-child {
	padding-top: 0px;
}
.post-content li>i {
	font-size: 6px;
	line-height: 10px;
	font-weight: normal;
	margin-right: 10px;
	vertical-align: middle;
}
.post-content li a {
	transition: all 0.3s ease 0s;
}

/*Sidebar Tags*/
.sidebar-widget-tags {
	margin: 0 0 10px;
	overflow: hidden;
	padding: 4px 0;
}
.sidebar-widget-tags a {
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 20px;
	margin: 0 7px 10px 0;
	padding: 7px 15px;
	transition: all 0.3s ease 0s;
	vertical-align: baseline;
	white-space: nowrap;
}

/*Blog Detail Section Css-----------------------------------------------------------------------------*/
.blog-blockquote {
	float: left;
	width: 100%;
}
.blog-blockquote blockquote {
	margin: 15px 0 25px;
	padding: 0px 20px;
	width: auto;
}
.blog-blockquote blockquote>span {
	font-family: 'RobotoItalic';
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 0;
}
.blog-blockquote blockquote>small {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin-top: 5px;
}
.blog-post-title-wrapper>blockquote,
.blog-post-title-wrapper-full>blockquote {
	margin: 0 0 28px;
	padding: 18px 20px;
	width: auto;
}
.blog-post-title-wrapper blockquote>p>small,
.blog-post-title-wrapper-full blockquote>p>small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 25px;
	margin-top: 10px;
}
.blog-post-title .blog-post-title-wrapper blockquote>p>span,
.blog-post-title .blog-post-title-wrapper-full blockquote>p>span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}
.blog-post-title .blog-post-title-wrapper ul>li>span,
.blog-post-title .blog-post-title-wrapper-full ul>li>span {
	font-family: 'Roboto', sans-serif;
	font-size: 16px !important;
	line-height: 25px !important;
	margin: 0 0 15px;
}
.blog-author {
	float: none;
	margin: 0px 10px 20px 0px;
	padding: 30px 20px;
}
.blog-author img {
	width: 100px;
	height: 100px;
	margin-right: 15px;
}
.blog-author h6 {
	font-family: 'RobotoMedium';
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 8px;
}
.blog-author p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 13px;
}
.blog-author-social {
	margin: 0;
	padding: 0;
}
.blog-author-social li {
	cursor: pointer;
	display: inline-block;
	height: 25px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 5px;
	padding: 2px;
	text-align: center;
	transition: background 0.3s ease-in-out 0s;
	width: 25px;
}

/*comment Section*/
.comment-section {
	float: none;
	margin: 0 0 50px;
	padding: 30px 20px;
	margin-right: 10px;
}
.comment-title {
	display: block;
	margin: 0 0 25px;
	padding: 0 0 15px;
}
.comment-title h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 0px;
	padding: 0px;
}
.comment-title h3>i {
	font-size: 26px;
	margin-right: 8px;
}
.comment-box {
	margin: 0 0 0px !important;
	padding: 0px 0 0;
	position: relative;
}
.pull-left-comment {
	float: left;
	margin-right: 25px;
}
.comment-img {
	border-radius: 100%;
	height: 70px;
	margin: 2px 0 20px;
	width: 70px;
}
.comment-detail {
	margin-left: 0;
	margin-bottom: 40px;
	padding: 0 0 25px;
}
.comment-detail-title {
	font-family: 'RobotoMedium';
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 15px;
}
.comment-date a {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding-left: 7px;
	float: right;
	vertical-align: middle;
}
.comment-detail p {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	font-size: 14px;
	line-height: 25px;
	margin: 0 0 27px;
}
.reply {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
}
.reply a {
	font-size: 13px;
	line-height: 20px;
	padding: 2px 11px;
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	transition: all 0.4s ease 0s;
}
.comment-form-section {
	float: none;
	margin: 0 0 80px;
	padding: 6px 20px 31px;
	margin-right: 10px;
}
.comment-awaiting-moderation {
	margin-top: 15px;
	display: block;
}
.form-inline .blog-form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	width: 49%;
	margin-right: 5px;
}
.blog-form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	width: 49%;
	margin-right: 5px;
}
.form-inline .blog-form-group-textarea {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	width: 99.3%;
}
.blog-form-group-textarea {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	width: 99.3%;
}
.blog-form-group {
	margin-bottom: 15px;
}
.blog-form-control {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	font-family: 'Roboto', sans-serif;
	height: 46px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 20px;
	border-radius: 0px;
	margin-bottom: 20px;
}
.blog-form-control-textarea {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	padding: 6px 12px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 20px;
	border-radius: 0px;
	margin-bottom: 25px;
}
.blogdetail-btn {
	display: block;
	margin: 0 0 10px;
}
.blogdetail-btn a {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 0;
	padding: 12px 24px;
	text-align: center;
	transition: all 0.4s ease 0s;
}
#blogdetail_btn {
	display: block;
	margin: 0 0 10px;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 0;
	padding: 12px 24px;
	text-align: center;
	transition: all 0.4s ease 0s;
	border: none;
}

/*Portfolio 2 Column Section Css---------------------------------------------------------------------*/

/*Portfolio Tabs*/
.portfolio-tabs-section {
	margin-bottom: 35px;
	text-align: center;
}
.portfolio-tabs {
	display: inline-block;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}
.portfolio-tabs li {
	float: none;
	display: inline-block;
	margin: 0px 5px 10px 0;
	list-style: none outside none;
}
.portfolio-tabs li a {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	text-decoration: none;
	transition: all 0.3s ease;
	padding: 10px 20px;
}

/*Portfolio*/
.main-portfolio-section {
	margin: 0 0 90px;
}
.main-portfolio-area {
	margin-bottom: 40px;
}
.main-portfolio-showcase {
	position: relative;
	padding: 0px;
}
.main-portfolio-showcase:before,
.main-portfolio-showcase:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	bottom: 0;
	left: 10px;
	right: 10px;
	-moz-border-radius: 100px / 10px;
	border-radius: 100px / 10px;
}
.main-portfolio-showcase-media {
	position: relative;
}
.main-portfolio-showcase-media img {
	width: 100%;
}
.main-portfolio-showcase:hover .main-portfolio-showcase-title a {
	text-decoration: underline;
}
.main-portfolio-showcase-overlay {
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s ease;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main-portfolio-showcase-overlay-inner {
	left: 0;
	margin-top: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	padding: 20px;
	margin-top: -117px;
}
.main-portfolio-showcase .main-portfolio-showcase-detail {
	margin-top: 20px;
	text-align: center;
	width: 100%;
}
.main-portfolio-showcase .main-portfolio-showcase-detail a {
	display: inline-block;
	opacity: 1;
	text-decoration: none;
}
.main-portfolio-showcase .main-portfolio-showcase-detail a:hover {
	opacity: 1;
}
.main-portfolio-showcase .main-portfolio-showcase-detail h4 {
	padding: 0 0 15px;
	text-align: center;
	transition: all 180ms ease-in-out 0s;
	font-family: 'RobotoMedium';
	line-height: 20px;
	font-size: 18px;
}
.main-portfolio-showcase .main-portfolio-showcase-detail p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 20px;
	padding: 0;
	text-align: center;
	transition: all 180ms ease-in-out 0s;
}
.portfolio-icon {
	display: block;
	margin: 0 0 20px;
	text-align: center;
}
.portfolio-icon a {
	display: inline-block;
	padding: 8px 12px;
	border-radius: 7%;
	margin-left: 2px;
	margin-right: 2px;
}
.portfolio-icon a>i {
	font-size: 16px;
	line-height: 22px;
}
.main-portfolio-showcase:hover .main-portfolio-showcase-overlay {
	visibility: visible;
	opacity: 1;
}
.main-portfolio-showcase-fade {
	opacity: 0.2;
}
.main-portfolio-showcase-fade:hover .main-portfolio-showcase-overlay {
	display: none !important;
}

/*Portfolio Detail Section----------------------------------------------------------------------------*/
.portfolio-detail-section {
	margin-bottom: 90px;
}
.port-detail-img {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 100%;
	position: relative;
}
.port-detail-img:before,
.port-detail-img:after {
	border-radius: 100px / 10px;
	bottom: 0;
	content: "";
	left: 10px;
	position: absolute;
	right: 10px;
	top: 50%;
	z-index: -1;
}
.portfolio-detail-sidebar {
	margin-bottom: 30px;
}
.portfolio-detail-pagi {
	margin-bottom: 30px;
	margin-right: 20px;
	overflow: hidden;
	padding: 0 0 0px;
}
.portfolio-detail-pagi li:first-child {
	margin-left: 0;
}
.portfolio-detail-pagi li {
	display: block;
	float: left;
	margin-left: 5px;
}
.portfolio-detail-pagi li a {
	display: block;
	height: 35px;
	padding: 4px 11px;
	transition: all 0.3s ease 0s;
	width: 35px;
	text-align: center;
}
.portfolio-detail-pagi li a span {
	font-size: 22px;
	line-height: 1.3;
}
.portfolio-detail-description {
	margin-bottom: 30px;
	margin-right: 20px;
	overflow: hidden;
	padding: 0 0 20px;
}
.portfolio-detail-description p {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 10px;
}
.portfolio-detail-info {
	margin-bottom: 27px;
	margin-right: 20px;
	overflow: hidden;
}
.portfolio-detail-info p {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 18px;
}
.portfolio-detail-info p small {
	font-family: 'RobotoMedium';
	font-size: 15px;
	margin: 5px 0 0;
}
.portfolio-detail-info .project-btn {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0;
	padding: 9px 20px;
	text-align: right;
	transition: all 0.4s ease 0s;
	vertical-align: middle;
	text-align: center;
}
.related-project-section {
	margin: 0 0 50px !important;
	overflow: hidden;
}
.prelated-project-btn {
	margin-bottom: 100px;
	margin-right: 0px;
	overflow: hidden;
	padding: 0 0 0px;
	text-align: center;
}
.prelated-project-btn li:first-child {
	margin-left: 0;
}
.prelated-project-btn li {
	display: inline-block;
	margin-left: 5px;
}
.prelated-project-btn li a {
	display: inline-block;
	height: 35px;
	padding: 4px 11px;
	transition: all 0.3s ease 0s;
	width: 35px;
	text-align: center;
}
.prelated-project-btn li>a>i {
	font-size: 22px;
	line-height: 1.2;
}

/*Contact Map Section Css--------------------------------------------------------------------------*/
.qua_contact_area {
	width: 100%;
	margin-top: -80px;
}
.google-map-title {
	display: block;
	margin-bottom: 0;
	margin-top: 0;
	padding: 8px 0 18px;
}
.google-map-title h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	line-height: 30px;
	display: block;
	text-align: center;
}
.qua_google_map {
	margin-bottom: 0px;
	margin-top: 0px;
}
.contact-detail-section {
	margin-top: -95px;
	margin-bottom: 60px;
}
.contact-detail-area {
	border-radius: 0;
	margin-bottom: 35px;
	padding: 40px 40px 27px;
	text-align: center;
	transition: all 0.4s ease 0s;
}
.contact-detail-area span {
	display: block;
	margin: 0 0 20px;
}
.contact-detail-area i {
	border-radius: 100%;
	display: block;
	font-size: 20px;
	height: 50px;
	line-height: 52px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.1s ease 0s;
	width: 50px;
}
.contact-detail-area h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 30px;
	margin: 0px 0 36px;
	text-align: center;
}
.contact-detail-area address {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 5px;
	margin-top: 0px;
	padding: 0 0px;
	text-align: center;
}
.contact-form-section {
	margin-top: 0px;
	margin-bottom: 100px;
}
.cont-heading-title {
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 auto 52px;
	padding: 0 15px;
	position: relative;
	width: 98%;
}
.cont-heading-title h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	font-weight: normal;
	line-height: 35px;
	margin: 0 0 10px;
	text-align: center;
}
.cont-heading-title p {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 25px;
	margin: 0 0 33px;
	text-align: center;
}
.form-inline .cont-form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	width: 49%;
	margin-right: 5px;
}
.form-inline .cont-form-group-textarea {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	width: 99.3%;
}
.cont-form-group {
	margin-bottom: 15px;
}
.cont-form-control {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	font-family: 'Roboto', sans-serif;
	height: 46px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 20px;
	border-radius: 0px;
	margin-bottom: 20px;
}
.cont-form-control-textarea {
	display: inline-block;
	width: 99.4%;
	vertical-align: middle;
	padding: 6px 12px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 20px;
	border-radius: 0px;
	margin-bottom: 25px;
}
.cont-btn {
	display: block;
	margin: 0 0 10px;
}
.cont-btn a {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 0;
	padding: 12px 24px;
	text-align: center;
	transition: all 0.4s ease 0s;
}
.qua_contact_btn {
	display: block;
	margin: 0 0 10px;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 0;
	padding: 12px 24px;
	text-align: center;
	transition: all 0.4s ease 0s;
	border: none;
}

/*Typography Section Css------------------------------------------------------------------------------*/
.typo-section {
	margin-bottom: 0px !important;
	overflow: auto;
	padding: 0 0 0px;
	float: none;
}
.blog-post-title-wrapper>.typo-section {
	margin-bottom: 0px !important;
}
.typo-head-title {
	display: block;
	margin: 0px 0 40px;
}
.typo-head-title h3 {
	font-family: 'RobotoLight';
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 1px;
	margin: 0 0 -1px;
	padding-bottom: 15px;
	padding-right: 10px;
}
.typo-section h1,
.typo-section h2,
.typo-section h3,
.typo-section h4,
.typo-section h5,
.typo-section h6 {
	font-family: 'RobotoLight';
	margin: 0 0 20px;
}
.typo-section h1 {
	font-size: 46px;
	line-height: 54px;
}
.typo-section h2 {
	font-size: 40px;
	line-height: 48px;
}
.typo-section h3 {
	font-size: 34px;
	line-height: 42px;
}
.typo-section h4 {
	font-size: 28px;
	line-height: 36px;
}
.typo-section h5 {
	font-size: 22px;
	line-height: 30px;
}
.typo-section h6 {
	font-size: 16px;
	line-height: 24px;
}
.typo-section p {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 27px;
	font-size: 16px;
	margin: 0 0 40px;
}
.typo-section p:last-child {
	margin: 0 0 0px;
}

/*Blockquote*/
.typo-section blockquote {
	margin: 0 0 28px;
	padding: 18px 20px;
	width: auto;
}
.typo-section blockquote>span {
	font-family: 'RobotoLight';
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 0;
}
.typo-section blockquote>small {
	display: block;
	font-size: 14px;
	font-family: 'RobotoItalic';
	line-height: 20px;
	margin-top: 13px;
}
.typo-section blockquote {
	margin: 0 0 28px;
	padding: 18px 20px;
	width: auto;
}
.blockquote2>span {
	font-family: 'RobotoLight';
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 0;
	text-align: right;
	display: block;
}
.blockquote2>small {
	display: block;
	font-size: 14px;
	font-family: 'RobotoItalic';
	line-height: 20px;
	margin-top: 13px;
	text-align: right;
}

/*List Styles*/
.typo-para-section {
	margin-bottom: 60px;
	overflow: auto;
	padding: 0 0 0px;
	float: none;
}
.typo-para-icons {
	margin: 0 0 50px;
}
.typo-para-icons span {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 5px;
	display: block;
}
.typo-para-icons i {
	margin-right: 10px;
	font-size: 16px;
	float: left;
	line-height: 22px;
}
.para-box {
	overflow: hidden;
	margin: 0 0 10px;
}

/*Shortcode Section Css-----------------------------------------------------------------------------*/
.short-section {
	margin-bottom: 60px;
	overflow: auto;
	padding: 0 0 0px;
	float: none;
}
.short-section p {
	margin: 0 0 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.short-btn-large {
	display: inline-block;
	padding: 20px 32px;
	margin: 0px 10px 15px 0px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	text-transform: lovercase;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 0px;
	font-family: 'RobotoMedium';
}
.short-btn-small {
	display: inline-block;
	padding: 13px 25px;
	margin: 0px 10px 10px 0px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	text-transform: lovercase;
	vertical-align: middle;
	cursor: pointer;
	font-family: 'RobotoMedium';
	border-radius: 0px;
}
.short-btn-mini {
	display: inline-block;
	padding: 8px 18px;
	margin: 0px 10px 10px 0px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	text-transform: lovercase;
	vertical-align: middle;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	border-radius: 0px;
}

/*Dropcap*/
.dropcape-square,
.dropcape-simple,
.dropcape-circle {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 40px !important;
	margin-top: 0;
}
.dropcape-square span {
	display: block;
	float: left;
	font-family: 'RobotoBold';
	font-size: 45px;
	height: 50px;
	margin-right: 8px;
	margin-top: 4px;
	padding-top: 11px;
	text-align: center;
	width: 45px;
}
.dropcape-simple span {
	display: block;
	float: left;
	font-family: 'RobotoBold';
	font-size: 45px;
	height: 50px;
	margin-right: 8px;
	margin-top: 4px;
	padding-top: 7px;
	text-align: center;
	width: 45px;
}
.dropcape-circle span {
	display: block;
	float: left;
	font-family: 'RobotoBold';
	font-size: 45px;
	height: 50px;
	margin-right: 8px;
	margin-top: 4px;
	padding-top: 11px;
	text-align: center;
	width: 50px;
	border-radius: 50%;
}

/*Alert Styles*/
.alert-error {
	border-radius: 2px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	margin-bottom: 15px;
	padding: 17px 35px 18px 14px;
}
.alert-error .close {
	line-height: 27px;
	opacity: 1;
	position: relative;
	right: -21px;
	top: -2px;
}
button.close {
	border: 0 none;
	cursor: pointer;
	padding: 0;
}
.alert-warning {
	border-radius: 2px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	margin-bottom: 15px;
	padding: 17px 35px 18px 14px;
}
.alert-warning .close {
	line-height: 27px;
	opacity: 1;
	position: relative;
	right: -21px;
	top: -2px;
}
.alert-success {
	border-radius: 2px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	margin-bottom: 15px;
	padding: 17px 35px 18px 14px;
}
.alert-success .close {
	line-height: 27px;
	opacity: 1;
	position: relative;
	right: -21px;
	top: -2px;
}
.close {
	font-size: 18px !important;
}
.alert-info {
	border-radius: 2px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	margin-bottom: 15px;
	padding: 17px 35px 18px 14px;
}
.alert-info .close {
	line-height: 27px;
	opacity: 1;
	position: relative;
	right: -21px;
	top: -2px;
}

/*Tooltips*/
.short-tooltip {
	cle font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 27px;
	margin: 0 0 20px;
}

/*Accordion*/
.short-accordion-section {
	margin-bottom: 60px;
}
.panel-group .acco_panel {
	border-radius: 0px;
	margin-bottom: 20px;
	overflow: hidden;
}
.acco_panel {
	margin-bottom: 20px;
}
.panel-body {
	padding: 20px !important;
}
.panel-group .short-panel-heading {
	border-bottom: 0 none;
}
.panel-default>.short-panel-heading h4 {
	border: 0px;
	cursor: pointer;
	font-size: 14px !important;
	font-family: 'RobotoMedium';
	line-height: 25px;
	margin: 0px;
}
.panel-default>.short-panel-heading h4>a {
	cursor: pointer;
}
.short-panel-heading {
	padding: 0;
}
.panel-title {
	font-size: 14px !important;
	font-family: 'RobotoMedium';
	line-height: 25px;
	word-wrap: break-word;
}
.panel-title>a {
	color: inherit;
	padding: 20px 20px;
	display: block;
}
.panel-title a span {
	font-size: 20px;
	float: right;
	line-height: 28px;
	word-wrap: break-word;
}
.acco_panel p {
	font-size: 14px;
	line-height: 27px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*Tabs*/
.short-tabs-section {
	margin-bottom: 60px;
}
.short-tabs {
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}
.short-tabs li {
	display: inline-block;
	list-style: none outside none;
	padding: 0;
	margin-right: 1px;
}
.short-tabs li:first-child {
	margin-left: 0px;
}
.short-tabs li a {
	display: inline-block;
	font-family: 'RobotoMedium';
	font-size: 14px;
	line-height: 25px;
	margin: 0;
	padding: 20px 25px;
}
p.short-tabs-content {
	font-size: 14px;
	line-height: 27px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	padding: 20px 20px 20px 20px;
}

/*Image Paragraph*/
.image-para-section {
	margin-bottom: 70px;
}
.img-para-left {
	margin-right: 20px !important;
	float: left;
}
.img-para-right {
	margin-left: 20px !important;
}
.image-para-title {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 25px;
	margin: 0px 0px 10px 0px;
}
.image-para-content {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 25px;
	margin: 0px 0px 10px 0px;
}

/*Table*/
.table-section {
	margin-bottom: 60px;
}
.table {
	border-radius: 3px;
	border-collapse: collapse;
	margin: auto;
	padding: 5px;
	width: 100%;
	animation: float 5s infinite;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
	border: none !important;
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	padding: 12px !important;
}
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
	border-bottom-width: 1px !important;
}
th {
	border-right: none;
	font-size: 15px;
	font-weight: 100;
	padding: 24px;
	text-align: left;
	vertical-align: middle;
	font-family: 'RobotoMedium';
}
th:first-child {
	border-top-left-radius: 3px;
}
th:last-child {
	border-top-right-radius: 3px;
	border-right: none;
}
tr {
	border-top: none;
	border-bottom: none;
	font-size: 15px;
	font-weight: normal;
}
tr:first-child {
	border-top: none;
}
tr:last-child {
	border-bottom: none;
}
tr:last-child td:first-child {
	border-bottom-left-radius: 3px;
}
tr:last-child td:last-child {
	border-bottom-right-radius: 3px;
}
td {
	padding: 20px;
	text-align: left;
	vertical-align: middle;
	font-weight: 300;
	font-size: 15px;
}
td:last-child {
	border-right: 0px;
}
th.text-left {
	text-align: left;
}
th.text-center {
	text-align: center;
}
th.text-right {
	text-align: right;
}
td.text-left {
	text-align: left;
}
td.text-center {
	text-align: center;
}
td.text-right {
	text-align: right;
}

/*Column*/
.column-section {
	margin: 0 0 50px;
}
.column-box {
	margin: 0 0 20px
}
.column-box p {
	font-family: 'RobotoLight';
	font-size: 16px;
	line-height: 30px;
	margin: 0 0 5px;
}

/**** 404 page ******/
.error_404 {
	font-family: 'RobotoLight';
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	text-align: center;
	margin-bottom: 75px;
}
.error_404 h2 {
	font-size: 75px;
	font-family: 'RobotoBold';
}
.wallstreet_page_heading {
	padding: 5px 0px 8px;
	margin-bottom: 80px;
}
.wallstreet_title_head {
	font-family: 'Roboto', sans-serif;
	font-size: 38px;
	line-height: 40px;
	margin-top: -3px;
}
.blog-post-title-wrapper>dl>dt,
.blog-post-title-wrapper-full>dl>dt,
.blog-post-title-wrapper>dl>dd,
.blog-post-title-wrapper-full>dl>dd {
	line-height: 28px;
	font-size: 16px;
}
.blog-post-title-wrapper>ul,
.blog-post-title-wrapper>ul>li,
.blog-post-title-wrapper-full>ul,
.blog-post-title-wrapper-full>ul>li,
.blog-post-title-wrapper>ul>li>ul>li,
.blog-post-title-wrapper-full>ul>li>ul>li,
.blog-post-title-wrapper>ul>li>ul>li>ul>li,
.blog-post-title-wrapper-full>ul>li>ul>li>ul>li {
	margin: 0 0 7px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 20px;
}
.blog-post-title-wrapper>ol,
.blog-post-title-wrapper>ol>li,
.blog-post-title-wrapper-full>ol,
.blog-post-title-wrapper-full>ol>li,
.blog-post-title-wrapper>ol>li>ol>li,
.blog-post-title-wrapper-full>ol>li>ol>li,
.blog-post-title-wrapper>ol>li>ol>li>ol>li,
.blog-post-title-wrapper-full>ol>li>ol>li>ol>li {
	margin: 0 0 7px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 20px;
}
.blog-post-title-wrapper>ol>li,
.blog-post-title-wrapper-full>ol>li,
.blog-post-title-wrapper>ol>li>ul>li,
.blog-post-title-wrapper-full>ol>li>ul>li,
.blog-post-title-wrapper>ol>li>ul>li>ol>li,
.blog-post-title-wrapper-full>ol>li>ul>li>ol>li {
	margin: 0 0 7px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 20px;
}
.blog-post-title-wrapper h1,
.blog-post-title-wrapper-full h1 {
	font-size: 46px;
	line-height: 54px;
}
.blog-post-title-wrapper h2,
.blog-post-title-wrapper-full h2 {
	font-size: 40px;
	line-height: 48px
}
.blog-post-title-wrapper h3,
.blog-post-title-wrapper-full h3 {
	font-size: 34px;
	line-height: 42px;
}
.blog-post-title-wrapper h4,
.blog-post-title-wrapper-full h4 {
	font-size: 28px;
	line-height: 36px;
}
.blog-post-title-wrapper h5,
.blog-post-title-wrapper-full h5 {
	font-size: 22px;
	line-height: 30px;
}
.blog-post-title-wrapper h6,
.blog-post-title-wrapper-full h6 {
	font-size: 16px;
	line-height: 24px;
}
.blog-post-title-wrapper h1,
.blog-post-title-wrapper-full h1,
.blog-post-title-wrapper h2,
.blog-post-title-wrapper-full h2,
.blog-post-title-wrapper h3,
.blog-post-title-wrapper-full h3,
.blog-post-title-wrapper h4,
.blog-post-title-wrapper-full h4,
.blog-post-title-wrapper h5,
.blog-post-title-wrapper-full h5,
.blog-post-title-wrapper h6,
.blog-post-title-wrapper-full h6 {
	margin: 0 0 20px;
	font-family: 'RobotoLight';
}
.blog-post-title-wrapper address,
.blog-post-title-wrapper-full address {
	line-height: 25px;
	font-style: italic;
}
.blog-post-title-wrapper img,
.blog-post-title-wrapper-full img {
	display: block;
	height: auto;
	max-width: 90%;
}
.blog-post-title-wrapper .alignnone,
.blog-post-title-wrapper-full .alignnone,
.blog-post-title-wrapper #attachment_907,
.blog-post-title-wrapper-full #attachment_907 {
	width: 100% !important;
}
.post_message {
	font-family: 'RobotoLight';
	font-size: 40px;
	text-align: center;
}

/* Wordpres default Core Classes Need to be define all the Times*/
.sticky {}
cite {
	font-style: italic !important;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 0.857143rem 1.71429rem 0.857143rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 0.857143rem 0 0.857143rem 1.71429rem;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 1.257143rem;
	line-height: 2;
}
.post-password-form input[type="submit"] {
	border: 0 none;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	float: none;
	font-family: 'RobotoMedium';
	font-size: 18px;
	font-weight: normal;
	line-height: 23px;
	margin-right: 0;
	padding: 11px 29px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
input#pwbox-1168 {
	border-radius: 0;
	display: block;
	font-family: 'RobotoMedium';
	display: inline-block;
	font-size: 14px;
	height: 46px;
	line-height: 20px;
	margin: 25px 0 15px;
	padding: 10px 16px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.comment_box h1 {
	font-size: 46px;
	line-height: 54px;
}
.comment_box h2 {
	font-size: 40px;
	line-height: 48px
}
.comment_box h3 {
	font-size: 34px;
	line-height: 42px;
}
.comment_box h4 {
	font-size: 15px;
	line-height: 36px;
}
.comment_box h5 {
	font-size: 22px;
	line-height: 30px;
}
.comment_box h6 {
	font-size: 16px;
	line-height: 24px;
}
.comment_box h1,
.comment_box h2,
.comment_box h3,
.comment_box h4,
.comment_box h5,
.comment_box h6 {
	margin: 0 0 20px;
	font-family: 'RobotoMedium';
}
.comment-detail>table {
	width: 100%;
	border-collapse: unset;
	margin-bottom: 37px;
}
.comment-detail>table>tbody>tr>th {
	padding: 12px 15px 12px 15px;
}
.comment-detail>table>tbody>tr>th:first-child {
	border-right: medium none !important;
	border-top-left-radius: 0px !important;
}
.comment-detail>table>tbody>tr>th:last-child {
	border-right: medium none !important;
	border-top-right-radius: 0px !important;
}
.comment-detail>table>tbody>tr>td {
	padding: 12px 15px 12px 15px;
	border-right: 0px !important;
}
.comment-detail>table>tbody>tr:last-child td:first-child {
	border-bottom-left-radius: 0px !important;
}
.comment-detail>table>tbody>tr:last-child td:last-child {
	border-bottom-right-radius: 0px !important;
}
.comment-detail>table>thead>tr>td,
.comment-detail>table>thead>tr>th {
	padding: 8px !important;
}
.comment-detail>dl>dt,
.comment-detail>dl>dd {
	line-height: 28px;
	font-size: 16px;
}
.comment-detail>ul,
.comment-detail>ul>li,
.comment-detail>ul>li>ul>li,
.comment-detail>ul>li>ul>li>ul>li {
	margin: 0 0 7px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 20px;
}
.comment-detail>ol,
.comment-detail>ol>li,
.comment-detail>ol>li>ol>li,
.comment-detail>ol>li>ol>li>ol>li {
	margin: 0 0 7px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 20px;
}
.comment-detail>ol>li,
.comment-detail>ol>li>ul>li,
.comment-detail>ol>li>ul>li>ol>li {
	margin: 0 0 7px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 20px;
}
.comment-detail address {
	font-style: italic;
	line-height: 25px;
}
#comment-nav-below>h1.assistive-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
#comment-nav-below>.nav-previous,
#comment-nav-below>.nav-next {
	float: none;
	margin: 0 10px 50px 0;
}
.tiled-gallery img {
	margin: 2px !important;
}
.gallery-item a {
	display: block;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
#gallery-2 {
	margin: auto;
}
#gallery-2 .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: auto !important;
}
#gallery-2 .gallery-item .gallery-caption {
	text-align: center;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.entry-content dl,
.comment-content dl {
	margin: 0 1.71429rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.71429;
}
#gallery-2 img {
	text-decoration: underline;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
.gallery-item .attachment-thumbnail {
	border-radius: 3px;
}
#gallery-2 .gallery-caption {
	margin-left: 0;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-size: 1.25714rem;
	font-style: italic;
	line-height: 2;
}
article.format-aside .aside {
	padding: 1.71429rem;
}
.comment-section ul.children {
	padding-left: 95px;
}
.post_sidebar_img,
.sidebar-pull-img img {
	margin-right: 10px;
}
.textwidget img {
	max-width: 100%;
	height: auto;
}

/*Page Scroll to Top Button*/
.page_scrollup {
	background-color: #f66b02;
	border-radius: 0px;
	bottom: 0px;
	padding: 7px;
	display: none;
	height: 40px;
	opacity: 1;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 70px;
	overflow: hidden;
	z-index: 9999;
}
.page_scrollup:hover {
	opacity: 1;
}
.page_scrollup i {
	font-size: 22px;
	color: #ffffff;
}
#f1_container {
	position: relative;
	margin: -195px 0 0 0;
	top: 10px;
	left: 696px;
	width: 450px;
	height: 281px;
	z-index: 1;
}
#f1_container {
	perspective: 1000;
}
#f1_card {
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	transition: all 1.0s linear;
}
#f1_container:hover #f1_card {
	transform: rotateY(180deg);
	/* box-shadow: -5px 5px 5px #aaa;*/
}
.face {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
}
.face.back {
	display: block;
	transform: rotateY(180deg);
	box-sizing: border-box;
	padding: 0;
	color: #000;
	text-align: left;
	text-shadow: #000000 5px;
	font-size: 17px;
	font-weight: bold;
	width: 500px;
}
.testimonial-entry-content {
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background: none repeat scroll 0% 0% #15A176;
	color: #FFF;
	border: 2px solid #FFF;
	padding: 30px;
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
}
.vcex-testimonials-fullslider .testimonial-entry-content {
	background: transparent;
	padding: 0;
	margin-bottom: 0;
}
.testimonial-caret {
	position: absolute;
	display: block;
	border-right: 20px solid rgba(204, 204, 204, 0);
	border-top: 20px solid;
	border-top-color: #15A176;
	content: "";
	left: 6.5em;
	height: 0;
	width: 0;
	bottom: -20px;
}
.testimonial-entry-content p {
	margin: 0 0 15px;
}
.testimonial-entry-content p:last-child {
	margin: 0;
}
.testimonial-entry-bottom {
	margin-bottom: 20px;
}
.testimonial-entry-thumb {
	display: inline;
	position: relative;
	float: left;
	margin-left: 7px;
	margin-top: -30px;
}
.testimonial-entry-thumb img {
	display: block;
	padding: 3px;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}
.testimonial-entry-meta {
	text-align: right;
}
.testimonial-entry-author {
	display: block;
	font-weight: 600;
	color: #000;
	font-size: 14px;
}
.testimonial-entry-company {
	margin-top: -2px;
	display: block;
	color: #999;
	font-size: 13px;
}
.widget.ct_2columns_widget {
	background: none;
	padding: 0;
	color: #333
}
.widget.ct_2columns_widget a {
	color: #333 !important;
}
.two-col-widget-title {
	padding: 0;
}
.two-col-widget-title h3,
.two-col-widget-title h3 a,
.widget.ct_2columns_widget .widget-title a {
	margin-bottom: 0;
	color: #FFF !important
}
.two-col-widget-title i {
	width: 30px;
	height: 30px;
	display: block;
	float: right;
	border: 2px solid #FFF;
	text-align: center;
	line-height: 28px;
	margin-top: -5px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
.widget-column {
	background-color: #FFF;
	padding: 20px !important
}
.widget-column li {
	margin-bottom: 15px;
}
.widget-column li>i {
	margin-right: 3px;
}
.widget-column li .meta a:hover {
	color: #333 !important;
}

/* 

   ------------------------------------------------------

						Custom Widgets

   ------------------------------------------------------

*/
.widget_recent_entries li,
.widget_recent_comments li {
	margin-bottom: 10px;
}
.widget .post-date {
	font-size: 11px;
}
.entry-widget-date {
	font-size: 11px;
}
.widget {
	position: relative;
	overflow: hidden;
	color: #FFF;
	padding: 20px;
	margin-bottom: 30px;
	background-color: #42586a;
}
.widget ul,
.widget ol {
	list-style-type: none;
}
.widget a {
	color: #FFF !important;
}
.widget.ct_catsubcat_widget {
	padding: 0;
	margin-bottom: 0;
	background: none;
}
.widget-title {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	line-height: 18px;
	text-transform: uppercase;
}
.category-item,
.title-block .category-item {
	top: 0px;
	right: 0px;
	font-size: 12px;
}
.category-item a {
	color: #FFF;
	text-decoration: none;
	padding: 3px 5px;
	display: inline-block;
	text-transform: uppercase;
}
.category-item a:hover {
	border: 0;
	color: #FFF;
}
.video,
.entry-thumb .video,
.gallery-icon {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	height: 32px;
	background: #FFF;
	color: #8C8C8C;
	height: 60px;
	width: 60px;
	display: block;
	text-align: center;
	font-size: 14px;
	text-align: center;
	line-height: 68px;
}
.gallery-icon {
	left: 15px;
	font-size: 22px;
	line-height: 58px;
}
.entry-thumb .video a {
	display: block;
	width: 100%;
	height: 100%;
	color: #8C8C8C;
	text-transform: uppercase;
	font-size: 11px;
}
.entry-thumb .video i {
	line-height: 32px;
	font-size: 24px;
	padding-left: 5px;
}
.entry-thumb .video a:hover {
	border: 0;
}
.ico-plus {
	background: url('img/icons/icons-sprite.png') no-repeat 0 -30px;
	width: 12px;
	height: 15px;
	margin-right: 3px;
	display: inline-block;
	vertical-align: text-top;
	margin-left: 1px;
	margin-top: 1px;
}
.date-month,
.date-day {
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	color: #FFF
}
.date-day {
	font-size: 24px;
}
.top-widget-area ul li {
	padding-bottom: 15px;
}
.top-widget-area {
	color: #CCC;
}
.small-top-line {
	display: block;
	width: 40px;
	height: 5px;
	background-color: #FFF;
	margin-bottom: 15px;
}

/*----------------------------------------------------30Dec css------------------------------------------------*/
.main-middlearea {
	padding-top: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.container-content {
	padding: 50px 0;
}
.main-headsec {
	text-align: center;
	padding-bottom: 28px;
	border-bottom: 1px solid #e3e9ee;
	margin-bottom: 28px;
}
.main-headsec h2 {
	margin: 0;
	font-family: "Georgia", Times, serif;
	font-weight: bold;
	color: #373737;
	font-size: 44px;
	padding-bottom: 17px;
}
.main-headsec p {
	font-size: 16px;
	color: #373737;
}
.middlecontentarea {
	display: table;
	width: 100%;
}
.regformarea {
	width: 50%;
	float: left;
	padding-right: 30px;
}
.regcontsarea {
	width: 50%;
	float: right;
	padding-left: 30px;
}
.formRow {
	padding-bottom: 16px;
	font-size: 0;
}
.formRow>div {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}
.formRow.top>div {
	vertical-align: top;
}
.formRow .ttl {
	width: 35%;
	padding-right: 10px;
}
.formRow .fld {
	width: 65%;
	position: relative;
}
.formRow .ttl span {
	color: #ff2a2a;
}
.formRow .fld label {
	display: block;
	font-weight: normal;
}
.formRow .fld.righticon label {
	position: relative;
}
.formRow .fld.righticon label .inputflds {
	padding-right: 40px;
}
.formRow .fld.righticon label .fa {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px;
	color: #f66b02;
}
.inputflds {
	display: block;
	width: 100%;
	border: 1px solid #c9d2dd;
	border-radius: 3px;
	padding: 8px;
	line-height: 100%;
}
.formRow .fld.infooarea {
	padding-right: 40px;
}
.formRow .fld.infooarea .infobox {
	position: absolute;
	top: 10px;
	right: 10px;
}
.formRow .fld.infooarea .infobox .fa {
	color: #f66b02;
}
.inputflds*[placeholder] {
	color: #7b8da0 !important;
}
.inputflds::-moz-placeholder {
	color: #7b8da0 !important;
}
.inputflds::-webkit-input-placeholder {
	color: #7b8da0 !important;
}

/*________________________Tooltip______________________*/
.tooltips {
	position: relative;
	display: inline-block;
}
.tooltips .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #8c8c8c;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 150%;
	left: 50%;
	margin-left: -60px;
	font-size: 13px;
}
.tooltips .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #8c8c8c transparent transparent transparent;
}
.tooltips:hover .tooltiptext {
	visibility: visible;
}
.buttons {
	display: block;
	background: #f66b02;
	color: #fff;
	font-size: 27px;
	border: none;
	border-radius: 3px;
	padding: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.buttons:hover {
	background: #c45b0b;
}
.buttons.full {
	width: 100%;
}
.regcontsarea {}
.regcontsarea h2,
.formhead {
	margin: 0;
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 20px;
}
.regcontsarea h4 {
	margin: 0;
	padding-bottom: 10px;
	color: #f66b02;
}
.regcontsarea p {
	color: #656565;
	font-size: 16px;
	padding-bottom: 0px;
}

/*.dropdownrefer {width: 100%;}*/
.inlinearea {
	font-size: 0;
}
.inlinearea .colm {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}
.investmentselectarea.inlinearea {
	margin: 0 -10px;
}
.investmentselectarea.inlinearea .colm {
	padding: 10px;
	width: 20%;
}
.colorBox {
	border-radius: 10px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	height: 214px;
	line-height: 214px;
	position: relative;
	overflow: hidden;
}
.colorBox article {
	display: inline-block;
	vertical-align: middle;
	line-height: 100%;
	padding: 10px;
}
.colorBox .remove {
	display: none;
	position: absolute;
	z-index: 10;
	top: 8px;
	left: 8px;
	border-radius: 100px;
	background: #fff;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 16px;
}
.select .colorBox .remove {
	display: block;
}
.colorBox .tooltips {
	position: absolute;
	z-index: 15;
	top: 8px;
	right: 8px;
	line-height: 100%;
}
.colorBox .tooltip_text {
	font-size: 12px;
	line-height: 100%;
}
.colorBox .remove .fa {
	line-height: 34px;
}
.colorBox .remove .fa.fa-check {
	color: #03c211;
}
.colorBox .remove .fa.fa-close {
	color: #e40000;
}
.colorBox .overlay {
	position: absolute;
	top: 100%;
	left: 0;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.71);
	text-align: center;
	line-height: 100%;
	padding-top: 68px;
	opacity: 0.5;
	transition: all 0.3s;
}
.colorBox:hover {
	overflow: visible;
}
.colorBox:hover .overlay {
	top: 0;
	opacity: 1;
}
.colorBox .overlay a {
	display: inline-block;
	width: 90%;
	padding: 6px 0;
	text-align: center;
	background: #f66b02;
	vertical-align: middle;
	margin: 4px 0;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	transition: all 0.5s;
}
.colorBox .overlay a:hover {
	background: #008876;
}
.modal {
	overflow: auto !important;
}
.fieldRow {
	padding-bottom: 10px;
}
#setinvestment .buttons {
	min-width: 150px;
}
.nextbtnrow {
	padding-top: 30px;
}
.nextbtnrow .buttons {
	min-width: 150px;
	padding: 4px 40px;
}
.nextbtnrow a.buttons {
	min-width: 150px;
	padding: 4px 40px;
	display: inline-block;
	text-align: center;
}
.sendssdcard {
	padding: 30px 0;
	text-align: center;
}
.sendssdcard .radioarea article {
	display: inline-block;
	vertical-align: top;
	padding: 8px;
}
.sendssdcard .radioarea article label {
	display: block;
	line-height: 100%;
	margin: 0;
	font-size: 17px;
	color: #7b8da0;
	font-weight: normal;
	cursor: pointer;
}
.customradio input {
	display: none;
}
.customradio .icon {
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	overflow: hidden;
	background: url(../images/radioicon.png) no-repeat;
	background-position: 0 0;
	margin-top: -2px;
}
.customradio input[type="radio"]:checked+.icon {
	background-position: 0 -25px;
}
.sendssdcard .radioarea article .tooltips .fa {
	font-size: 19px;
	color: #f66b02;
}
.notifycheck {
	display: inline-block;
	padding-right: 20px;
	font-size: 17px;
	color: #7b8da0;
	font-weight: normal;
	cursor: pointer;
}
.notifycheck input[type="checkbox"],
.customcheck input[type="checkbox"] {
	display: none;
}
.notifycheck .icon {
	display: inline-block;
	vertical-align: middle;
	padding-left: 8px;
}
.notifycheck .icon:after {
	content: "\f096";
	font-family: FontAwesome;
	font-size: 25px;
	color: #f66b02;
}
.notifycheck input[type="checkbox"]:checked+.icon:after {
	content: "\f046";
}
.acceptrow {
	text-align: center;
	padding: 20px 0 0 0;
}
.acceptrow label {
	display: inline-block;
}
.customcheck {
	font-size: 17px;
	color: #7b8da0;
	font-weight: normal;
	cursor: pointer;
}
.customcheck .icon {
	display: inline-block;
	vertical-align: middle;
	padding-left: 8px;
}
.customcheck .icon:after {
	content: "\f096";
	font-family: FontAwesome;
	font-size: 25px;
	margin-right: 4px;
}
.customcheck input[type="checkbox"]:checked+.icon:after {
	content: "\f046";
}
#nowill .modal-dialog {
	max-width: 500px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
#nowill .modal-body {
	padding: 40px;
}
#nowill a {
	font-size: 15px;
	color: #f66b02;
	text-decoration: underline;
}
.main-middlearea .container {
	overflow: hidden;
}
.phonecode {
	width: 30%;
}
.phoneno {
	width: 70%;
	padding-left: 10px;
}
.phonecode .inputflds,
.phoneno .inputflds {
	font-size: 16px;
}

/* added on 31-01-2017  */
body.showPopup {
	overflow: hidden;
	margin-right: 16px;
}
.login_box_area {
	display: block;
	max-width: 500px;
	margin: 0 auto;
}
.login_box_area .sendssdcard {
	text-align: left;
}
.login_box_area .buttons {
	padding-left: 16px;
	padding-right: 16px;
	display: inline-block;
	vertical-align: middle;
}
.spacer {
	clear: both;
}
.align-right {
	text-align: right;
}
.frgtpass {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
	color: #3C3C3C;
	font-size: 16px;
	text-decoration: underline !important;
}
.frgtpass:hover {
	color: #f66b02;
	text-decoration: none !important;
}

/*CSS ===========================*/

/* Price page ------------------ */

/* price */
.price_section {
	padding: 110px 0px 14px 1px;
	font-weight: 300;
}

/* .price_block {

  border: 2px solid #f66b02;

  border-radius: 5px;

  padding: 2px 10px 13px;

  text-align: center;

  transition: transform 0.5s ease 0s;

  float: left;

  width: 33%;

  margin: 95px;

  background:#f66b02;

} */
.price_block {
	background: #f66b02 none repeat scroll 0 0;
	border: 26px solid #fff;
	border-radius: 5px;
	display: table-cell;
	margin: 95px;
	padding: 2px 10px 13px;
	text-align: center;
	transition: transform 0.5s ease 0s;
}
.price_block_2 {
	background: #f17c53 none repeat scroll 0 0;
}
.price_block_3 {
	background: #f3cd65 none repeat scroll 0 0;
}
.price_block h2 {
	border-bottom: 1px solid;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 14px;
}
.price_value {
	background: #f1d913 none repeat scroll 0 0;
	border-radius: 4px;
	display: block;
	font-size: 16px;
	line-height: 46px;
	width: 100%;
}
.startnow {
	background: #f66b02 none repeat scroll 0 0;
	border-radius: 4px;
	color: #f1d913;
	display: block;
	line-height: 42px;
	text-transform: uppercase;
	width: 100%;
	font-weight: 600;
	cursor: pointer;
}
.startnow i {
	margin-left: 6px;
}
.price_block:hover {
	/*background: #f66b02 none repeat scroll 0 0;*/
	
	color: #fff;
}
.price_block:hover .startnow {
	background: #f1d913 none repeat scroll 0 0;
	color: #32384d;
	border-bottom: 1px solid #f1d913;
}

/*.price_block:hover{transform:scale(1.05,1.05);}*/
.price_block:hover h2 {
	color: #fff;
}
.startnow {
	background: #19eacf none repeat scroll 0 0;
	border-radius: 4px;
	color: #000;
	cursor: pointer;
	display: block;
	font-weight: 600;
	line-height: 42px;
	text-transform: uppercase;
	width: 100%;
}
.price_block_3 .startnow {
	background: #ffe08d none repeat scroll 0 0;
}
.price_block_2 .startnow {
	background: #ffa383 none repeat scroll 0 0;
}
.price_table table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 1px solid #ddd;
}
.price_table th {
	border: none;
	text-align: left;
	padding: 8px;
	/* background:#999; */
	
	color: #000;
}
.price_table td {
	border-bottom: 1px solid #999;
	text-align: left;
	padding: 8px;
	background: #fff;
	color: #000;
	border-right: 1px solid #999;
}
.price_table tr:nth-child(even) {
	background-color: #f2f2f2;
}
.deshboardboxpnl .price_table td {
	background-color: #ffffff !important;
	border-right: 1px solid #999;
}
.deshboardboxpnl .price_table tr:hover td {
	background: #575961 !important;
	color: #FFFFFF;
	border-top: 1px solid #22262e;
	border-bottom: 1px solid #22262e;
}
.flex-container {
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: wrap;
	flex-flow: wrap;
	align-items: stretch;
}
.flex-item {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.contaenarea {
	padding-top: 100px;
}
.dashboardarea {
	background: #eef1f6;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.leftdashboardmenu {
	max-width: 250px;
	background: #4d4e53;
	color: #fff;
}
.linkarea a {
	display: block;
	padding: 10px;
	color: #fff;
	padding-left: 25px;
}
.linkarea a:hover,
.linkarea a.select {
	background: #00c2a8;
}
.mainlink {
	font-size: 18px;
	border-bottom: 1px solid #00c2a8;
}
.mainlink a {
	padding: 15px;
}
.linkarea h4 {
	margin: 0;
	padding: 15px;
}
.linkarea ul {
	padding: 0;
	font-size: 16px;
}
.rightdashboradcontent {}
.rightdashboradcontent .contentarea {
	padding: 20px;
}
.rightdashboradcontent .breadcrumbsPnl {
	border-bottom: 1px solid #d4d7dc;
	padding-bottom: 15px;
}
.rightdashboradcontent .breadcrumbsPnl a,
.rightdashboradcontent .breadcrumbsPnl span {
	display: inline-block;
	vertical-align: middle;
	padding: 0 8px;
}
.rightdashboradcontent .breadcrumbsPnl a {
	color: #656766;
}
.rightdashboradcontent .breadcrumbsPnl span {
	color: #f66b02;
}
.deshboardboxpnl {
	margin: 0 -12px;
	padding: 6px 0;
}
.deshboardboxpnl .flex-item {
	width: 50%;
	padding: 12px;
	-webkit-flex: initial;
	-ms-flex: initial;
	flex: initial;
}
.deshboardboxpnl .flex-item .actionbox {
	background: #fff;
	border-radius: 3px;
	height: 100%;
	padding: 25px;
	box-shadow: 0 0 5px 0px #ccc;
}
.deshboardboxpnl .flex-item .actionbox p.icon .fa {
	font-size: 90px;
}
.deshboardboxpnl .flex-item .actionbox p {
	font-size: 18px;
}
.deshboardboxpnl .flex-item .actionbox .buttons {
	display: inline-block;
	font-size: 20px;
	padding: 8px 20px;
}
.ticketarea {
	padding-top: 10px;
}
.ticketansbox {
	background: #fff;
	border: 1px solid #d4d9df;
	padding: 10px;
	padding-right: 30px;
	position: relative;
	transition: 0.2s;
	position: relative;
	height: 85px;
	overflow: hidden;
}
.ticketansbox.open {
	height: auto;
}
.mainmsg {
	font-size: 18px;
	color: #000;
	line-height: 28px;
}
.amsmsgs {
	padding-top: 15px;
}
.amsmsgs ul {
	padding-left: 10px;
}
.amsmsgs li {
	padding-bottom: 10px;
}
.amsmsgs li h4 {
	margin-bottom: 0;
	font-size: 15px;
	color: #f66b02;
}
#fullanswer {
	position: absolute;
	bottom: 0;
	right: 0;
	border: none;
	background: none;
	font-family: FontAwesome;
	font-size: 20px;
	padding: 0 9px;
	line-height: 44px;
	outline: none;
}
#fullanswer:after {
	content: "\f107";
	color: #a5a5a5;
}
.open #fullanswer:after {
	content: "\f106";
	color: #18ceb6;
}
.chatmasgRow {
	width: 100%;
	margin: 10px 0;
	position: relative;
	padding: 0 0 0 120px;
	min-height: 100px;
}
.chatmasgRow.right {
	padding: 0 120px 0 0;
	text-align: right;
}
.chatmasgRow section {
	display: table;
	width: 100%;
}
.chatmasgRow .photo {
	width: 88px;
	height: 88px;
	border-radius: 10px;
	overflow: hidden;
	background-position: top center !important;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.chatmasgRow .time {
	font-size: 11px;
	font-style: italic;
	padding-top: 4px;
}
.chatmasgRow.right .photo {
	left: auto;
	right: 0;
}
.messageTXTarea {
	padding: 0 20px;
	overflow: auto;
	max-height: 620px;
	min-height: 200px;
}
.chatmasgRow .msgtxt {
	padding: 10px;
	background: #00c3a8;
	position: relative;
	border-radius: 10px;
	color: #fff;
	max-width: 80%;
	text-align: left;
	display: inline-block;
	font-size: 16px;
}
.chatmasgRow.right .msgtxt {
	background: #fff;
	color: #010101;
}
.chatmasgRow .msgtxt:before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: -14px;
	border-style: solid;
	border-width: 10px 14px 10px 0;
	border-color: transparent #00c2a8 transparent transparent;
}
.chatmasgRow.right .msgtxt:before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: auto;
	right: -14px;
	border-style: solid;
	border-width: 10px 0 10px 14px;
	border-color: transparent transparent transparent #ffffff;
}
.messageInputarea {
	padding: 20px;
	background: #e4e5e9;
}
.inputpnlpnlbox {
	position: relative;
	width: 100%;
	padding-right: 100px;
}
.inputpnlpnlbox input[type="text"],
textarea {
	width: 100%;
	border: none;
	padding: 13px;
	padding-right: 50px;
	font-size: 16px;
}
.inputpnlpnlbox .buttons {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
	width: 90px;
	padding: 13px 0;
}
label.attach {
	cursor: pointer;
	margin: 0;
}
.inputpnlpnlbox label.attach {
	font-size: 22px;
	position: absolute;
	top: 0;
	right: 100px;
	padding: 9px 17px;
	color: #444;
}
.queryTable th {
	background-color: #575963;
	color: white;
}
.queryTable {
	width: 100%;
	border: 1px solid #999;
	margin-bottom: 16px;
}
.queryTable th,
td {
	border: 1px solid #999;
	border-collapse: collapse;
	padding: 5px;
	text-align: center;
}
.queryTable td {
	background: #fff !important;
	color: #575963;
	text-align: center;
	border: 1px solid #999;
}
.queryTable tr:hover td {
	background: #fff;
	color: #575963;
}
.filename {
	font-size: 13px;
	padding-top: 12px;
	font-style: italic;
}
.filename .fa {
	padding-right: 6px;
}
.custom-file-input {
	background: #f66b02 none repeat scroll 0 0;
	border: 1px solid #f66b02;
	color: #fff;
	cursor: pointer;
	margin-top: 22px;
	padding: 5px;
	vertical-align: middle;
}
.custom-file-input::-webkit-file-upload-button {
	visibility: hidden;
}
.custom-file-input::before {
	content: 'Browse';
	color: #666;
	display: inline-block;
	background: #fff;
	border: 1px solid #999;
	border-radius: 3px;
	margin: -3px 0 -3px -3px;
	padding: 5px 20px;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	cursor: pointer;
	text-align: center;
	text-shadow: 1px 1px #fff;
	font-weight: 700;
	font-size: 10pt;
}
.custom-file-input:hover::before {
	border-color: black;
}
.custom-file-input:active {
	outline: 0;
}
.custom-file-input:active::before {
	background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
.buttons.sendbtn {
	font-size: 20px;
	margin: 19px auto 0;
	padding: 17px 45px;
	position: relative;
	width: 20%;
}
.filename>span {
	background: #ccc none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	height: 25px;
	margin-left: 7px;
	padding: 2px;
	text-align: center;
	width: 25px;
}

/* 10-07-2017 CSS START */
.container-content {
	padding: 32px 0;
}
.nextbtnrow {
	padding-top: 20px;
}
.nextbtnrow .buttons {
	display: inline-block;
	vertical-align: top;
	margin: 4px;
}
.main-headsec h2 {
	font-size: 36px;
	padding-bottom: 10px;
}
.main-headsec {
	padding-bottom: 16px;
	margin-bottom: 16px;
}
.regcontsarea h2,
.formhead {
	font-size: 24px;
	padding-bottom: 16px;
}
.formRow {
	padding-bottom: 10px;
}
.formRow>div,
.phonecode .inputflds,
.phoneno .inputflds {
	font-size: 15px;
}
.inputflds {
	padding-top: 7px;
	padding-bottom: 7px;
}
.buttons {
	font-size: 22px;
}
.colorBox article {
	font-size: 18px;
}
.colorBox {
	height: 126px;
	line-height: 126px;
}
.colorBox .overlay {
	padding-top: 44px;
}
.colorBox .overlay a {
	font-size: 14px;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.investmentselectarea.inlinearea {
	margin: 0 -6px;
}
.investmentselectarea.inlinearea .colm {
	padding: 6px;
}

/* 10-07-2017 CSS END */

/*uttam css*/
.small_infonlist_uc ul,
.list_con_uc ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.list_con_uc ul li {
	list-style-type: none;
	position: relative;
	padding: 10px 10px 10px 30px;
	font-size: 16px;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #58535e;
}
.list_con_uc ul li .ico {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	text-align: left;
	height: 15px;
}
.small_infonlist_uc {
	font-size: 16px;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #58535e;
	margin: 10px 0;
}
.small_infonlist_uc ul li {
	list-style-type: none;
	position: relative;
	padding: 19px 5px 0px 83px;
	margin: 17px 0 0;
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	color: inherit;
	min-height: 61px;
}
.small_infonlist_uc ul li .ico {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 61px;
	width: 61px;
	border: 1px solid #f66b02;
	border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	text-align: center;
}
.small_infonlist_uc ul li .ico img {
	margin: 23% auto;
	display: block;
}
.hedsmall {
	font-size: 17px;
	line-height: normal;
	font-weight: bold;
	color: #373737;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.smallhead {
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #58535e !important;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.smallhead p {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	font-family: inherit;
}
.pagetitle_uc h1 {
	font-size: 36px;
	text-align: center;
	margin-top: 0;
	font-family: adelleregularwebfont;
}
.pagetitle_uc .pagetitle-separator {
	margin: 0 auto 10px;
	background: url(../images/pagetitle-seperator.png) no-repeat;
	height: 13px;
	width: 250px;
}
.regcontsarea.withbg_uc {
	background-color: rgb(243, 243, 243);
	padding: 30px;
	border-top: 6px solid #f66b02;
}
.form_uc .inputflds {
	border-color: #cacaca;
	border-radius: 0;
	height: 48px;
	padding-left: 14px;
	margin-right: 20px;
	box-shadow: none;
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
}
.form_uc .inputflds::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
}
.form_uc .inputflds::-moz-placeholder {
	/* Firefox 19+ */
	
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
}
.form_uc .inputflds:-ms-input-placeholder {
	/* IE 10+ */
	
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
}
.form_uc .inputflds:-moz-placeholder {
	/* Firefox 18- */
	
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
}
.form_uc .ttl {
	vertical-align: top;
	padding: 0 0 0 21px;
	position: relative;
	margin: 0;
	color: #000;
	font-size: 15px;
	line-height: 17px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
}
.form_uc .buttons {
	font-family: 'Raleway', sans-serif;
	height: 56px;
}

/*blog*/
.blog {
	padding: 0 0 40px;
}
.blogbox {
	padding: 15px;
	border: 1px solid #ccc;
	margin: 15px 0;
	background-color: #fbfbfb;
	height: 413px;
}
.blogbox h4 {
	text-align: left;
	font-size: 20px;
	line-height: normal;
	font-family: adelleregularwebfont;
	padding: 0 0 7px;
	color: #333333;
	margin: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-wrap: break-word;
	white-space: nowrap;
}
.blogbox h4 a {
	text-align: inherit;
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	color: inherit;
}
.blogbox h4 a:hover {
	color: #f66b02;
}
.dateb {
	color: #828080;
	font-size: 14px;
	line-height: normal;
	margin: 0;
	padding: 0 0 10px;
}
.dateb,
.dateb span i {
	margin: 0 8px 0 0;
}
.deskuc {
	font-family: adelleregularwebfont;
	font-size: 15px;
	line-height: 23px;
	margin: 0;
	padding: 7px 0 0;
	max-height: 74px;
	overflow: hidden;
	color: #484848;
}
.breadmore {
	font-size: 15px;
	line-height: normal;
	margin: 10px 0 0;
	padding: 0;
	display: inline-block;
	color: #f66b02;
}
.breadmore:hover {
	color: #333333;
}
.blogbox figure {
	height: 200px;
	overflow: hidden;
}
.blogbox figure iframe {
	height: 100%;
	width: 100%;
}
.contbanner {
	width: 300px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	background-color: rgba(0, 194, 169, 0.85);
	padding: 15px 10px;
	text-align: center;
	border-radius: 6px;
	display: block;
	z-index: 9999;
	text-decoration: none;
}
.contbanner:hover {
	text-decoration: none;
}
.bctitel {
	margin: 0;
	font-weight: normal;
	color: #252525;
}
.page-header-title .contbanner {
	right: inherit;
	left: 0;
	bottom: 60px;
}

/*detals*/
.leftdettailsblog img {
	margin: 10px 0;
}
.blogdetails {
	background-color: #ffffff;
}
.blogdetails iframe {
	width: 100%;
	margin: 10px 0;
}
.postblog {
	border: 1px solid #666;
	margin: 0 0 15px;
	padding: 0;
}
.postblog .widget-title {
	background-color: #666;
	margin: 0;
	padding: 8px 10px;
	font-size: 16px;
	line-height: normal;
	font-family: adelleregularwebfont;
	font-weight: normal;
}
.postblog .postlist {
	margin: 0;
	padding: 10px 0 0;
}
.postlist li {
	position: relative;
	padding: 0 0 0 67px;
}
.srcpost {
	width: 100%;
	height: 110px;
	overflow: hidden;
	display: block;
}
.srcpost iframe {
	height: 100%;
}
.postlist li {
	position: relative;
	padding: 10px;
	border-top: 1px solid #ccc;
}
.postlist li:first-child {
	padding-top: 0;
	border-top: 0 none;
	margin-top: 0;
}
.post_title {
	font-size: 15px;
	line-height: normal;
	color: #333;
	margin: 6px 0;
	font-weight: normal;
}
.post_title a {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}
time.blodpublishedtime {
	color: #808080;
	font-size: 12px;
	line-height: normal;
	margin: 4px 0 0;
	padding: 0;
	display: block;
	font-family: adelleregularwebfont;
}
.archivemenu {
	padding: 0;
	margin: 0;
}
.archivemenu li a {
	display: block;
	color: #333333;
	text-decoration: none;
	position: relative;
	font-family: adelleregularwebfont;
	padding: 5px 5px 5px 40px;
}
.archivemenu li a i {
	margin-right: 10px;
	position: absolute;
	left: 10px;
	color: #f66b02;
	top: 8px;
}
.archivemenu li a::after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: #666666;
	transition: width .3s;
	position: absolute;
	bottom: 0;
	left: 0;
}
.archivemenu li a:hover::after {
	width: 100%;
}
.bdtitle {
	margin: 0 0 9px;
}
.leftdettailsblog .dateb {
	margin-bottom: 0;
}
.leftdettailsblog img {
	margin: 10px 0;
}
.leftdettailsblog {
	font-size: 15px;
	line-height: 25px;
	color: #414141;
	font-family: adelleregularwebfont;
	margin: 0 0 20px;
}
.leftdettailsblog p {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 4px 0;
}
.addReview {
	padding: 0;
	background-color: rgba(222, 222, 222, 0.06);
	border: 1px solid #666;
	margin: 20px 0;
}
.addReview h2 {
	color: #ffffff;
	font-weight: 300;
	font-size: 18px;
	font-family: adelleregularwebfont;
	margin: 0;
	padding: 15px;
	background-color: #666;
}
.addReview .form-group {
	position: relative;
}
.addReview .textinput::-webkit-input-placeholder,
.addReview textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	
	color: #515151;
}
.addReview .textinput::-moz-placeholder,
.addReview textarea::-moz-placeholder {
	/* Firefox 19+ */
	
	color: #515151;
}
.addReview .textinput:-ms-input-placeholder,
.addReview textarea:-ms-input-placeholder {
	/* IE 10+ */
	
	color: #515151;
}
.addReview .textinput:-moz-placeholder,
.addReview textarea:-moz-placeholder {
	/* Firefox 18- */
	
	color: #515151;
}
.addReview textarea {
	background-color: rgba(222, 222, 222, 0.06);
	border: 1px solid #ccc;
	height: 100px;
	font-size: 14px;
	line-height: normal;
	padding: 10px 10px 10px 40px;
	resize: vertical;
	color: #000000;
}
.addReview .textinput {
	background-color: rgba(222, 222, 222, 0.06);
	border: 1px solid #ccc;
	height: 40px;
	font-size: 14px;
	line-height: normal;
	padding: 10px 10px 10px 40px;
	resize: vertical;
	color: #000000;
	width: 100%;
}
.addReview .form-group i {
	position: absolute;
	font-size: 15px;
	line-height: 0;
	top: 20px;
	left: 16px;
	color: #828282;
}
.addReview .textinput:focus {
	border-color: #f66b02;
	padding: 10px;
}
.addReview textarea:focus {
	height: auto;
	padding: 10px;
	border-color: #f66b02;
}
.addReview .textinput:focus+i,
.addReview textarea:focus+i {
	display: none;
}
.addReview .form-group {
	position: relative;
}
.submitReview {
	padding: 7px 17px;
	background-color: #f66b02;
	border: 1px solid #f66b02;
	font-size: 15px;
	line-height: normal;
	font-weight: normal;
	border-radius: 3px;
	overflow: hidden;
	color: #ffffff;
	display: inline-block;
	margin: 0;
}
.submitReview:hover {
	background-color: #00a48f;
	border: 1px solid #00a48f;
}
.reviewList {
	font-family: 'Raleway', sans-serif;
}
.reviewList>li {
	padding: 0;
	background-color: #ffffff;
	/* border: 1px solid #ececec; */
	
	margin: 20px 0;
}
.reviewProfileTop {
	position: relative;
	padding: 17px 17px 17px 95px;
}
.reviewProfileTop figure {
	width: 64px;
	height: 64px;
	border-radius: 100%;
	-o-border-radius: 100%;
	-webkit-border-radius: 100%;
	-ms-border-radius: 100%;
	-moz-border-radius: 100%;
	overflow: hidden;
	position: absolute;
	left: 17px;
	top: 17px;
}
.reviewProfileTop figure img {
	min-height: 100%;
	margin: 0;
}
.reviewAvatarname {
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #616060;
}
.infoReviewnFollower {
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #ffffff;
}
.btnfolow {
	padding: 3px 10px;
	background-color: transparent;
	border: 1px solid #545454;
	font-size: 11px;
	line-height: normal;
	border-radius: 3px;
	color: #cacaca;
	margin: 7px 0 0;
	display: inline-block;
}
.timeAgo {
	color: #ababab;
	font-size: 14px;
	line-height: normal;
	margin: 0;
	padding: 0 17px 10px;
}
.commentReview {
	font-size: 14px;
	line-height: 24px;
	color: #545454;
	font-family: adelleregularwebfont;
	margin: 0;
}
.noavatar .reviewProfileTop {
	padding: 15px;
	background-color: rgba(245, 245, 245, 0.77);
	margin-bottom: 15px;
}

/*end uttam css*/

/*landing page*/
.landigpnuc {
	font-family: Georgia, Times, Times New Roman, serif;
}
.centerme {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.padd0ld {
	padding: 0;
}
.clearuc::after,
.clearuc::before {
	display: table;
	clear: both;
	content: "";
}
.ldrow {
	margin-right: -5px;
	margin-left: -5px;
}
.ldcolthird {
	width: 33.333%;
	float: left;
}
.img-responsiveuc {
	height: auto;
	width: auto;
	max-width: 100%;
}
.landingtophead {
	padding: 0 0 55px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.llogouc {
	display: table;
	vertical-align: middle;
	text-align: center;
	width: 286px;
	height: 56px;
	margin-top: 16px;
}
.vcenterucl {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
.llogouc img {
	max-height: 100%;
}
.wrapperucland {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
.rightmenulnd {
	margin: 16px 0;
}
.rightmenulnd li {
	float: left;
}
.rightmenulnd li a {
	color: #ffffff;
	font-size: 15px;
	display: block;
	padding: 0 10px;
}
.rightmenulnd li:last-child a {
	padding-right: 0;
}
.wctxtlnd {
	font-family: inherit;
	color: #ffffff;
	font-size: 38px;
	line-height: 42px;
	font-weight: bold;
	margin: 38px 0 28px;
}
.lndpara {
	font-family: inherit;
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
.ldcontbx .lndpara {
	color: #656565;
}
.listinfold {
	margin-bottom: 0;
}
.listinfold li {
	font-family: inherit;
	color: #656565;
	font-size: 15px;
	line-height: 21px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.listinfold li a {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	display: block;
	padding: 0 5px 0 22px;
	position: relative;
}
.listinfold li a .icld {
	position: absolute;
	left: 5px;
	top: 2px;
}
.withhaldlist li {
	float: left;
	width: 50%;
}
.text-center {
	text-align: center;
}
.ldicobx {
	display: table;
	height: 107px;
	width: 127px;
	vertical-align: middle;
	text-align: center;
}
.ldicobx img {
	max-height: 100%;
}
.ldcontbx {
	padding: 0 17px 17px 17px;
	border: 1px solid #f4f4f4;
	background-color: #fdfdfd;
	margin: 26px 5px 22px;
}
.txtsubld {
	color: #2a2c33;
	font-size: 25px;
	line-height: 31px;
	margin: 20px 0 16px;
}
.justifycenter {
	text-align: justify;
	text-align-last: center;
}
.txtsubnxtld {
	color: #3c3c3c;
	font-size: 18px;
	line-height: 24px;
	margin: 13px 0 8px;
}
.btnapplyld {
	font-size: 17px;
	line-height: 23px;
	font-weight: normal;
	background-color: #f66b02;
	border-radius: 30px;
	display: inline-block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: 8px 29px;
	vertical-align: middle;
}
.listgpld {
	padding: 0;
	margin: 0 0 10px;
}
.midcolthird .listgpld li a {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}
.listgpld li a .icld {
	top: 5px;
}
.white_bgld {
	background-color: #ffffff;
}
.greyldbx {
	background-color: #f7f7f7;
}
.greyldbx .wctxtlnd {
	color: #5d5d5d;
	margin: 0;
	padding: 30px 0 40px;
}
.listwithbulletld li {
	list-style-type: none;
	padding: 5px 0 5px 30px;
	position: relative;
}
.listwithbulletld p {
	background-color: #f8f8f8;
	position: relative;
	padding: 4px 9px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	font-weight: bold;
	color: #3c3c3c;
	font-size: 13px;
	line-height: 19px;
	margin: 0;
}
.listwithbulletld p::before {
	width: 10px;
	height: 9px;
	display: block;
	content: "";
	background: transparent url(../images/icolist_arrow.png) no-repeat center center / cover;
	position: absolute;
	left: -10px;
	top: 8px;
	margin: 0;
}
.ldtiemico {
	width: 18px;
	height: 18px;
	border: 1px solid #ed6e1e;
	border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	position: absolute;
	display: inline-block;
	left: -6px;
	top: 8px;
	background-color: #fdfdfd;
}
.ldtiemico::after {
	width: 12px;
	height: 12px;
	background-color: #ed6e1e;
	border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	position: absolute;
	display: block;
	content: "";
	top: 3px;
	left: 3px;
}
.listwithbulletld li::before {
	display: block;
	content: "";
	background-color: #ed6e1e;
	width: 3px;
	height: 100%;
	position: absolute;
	left: 2px;
	z-index: 0;
	top: 10px;
}
.listwithbulletld li:last-child:before {
	display: none;
}
.ldcontbx .btnapplyld {
	margin-top: 10px;
}
.innherheitld {
	min-height: 63rem;
}
.colldhalf {
	width: 50%;
	float: left;
}
.videobxld {
	width: 660px;
	float: left;
	max-width: 100%;
	margin-left: -23px;
}
.newspareld {
	width: 560px;
	float: left;
	max-width: 100%;
}
.twldvideo iframe {
	width: 303px;
	height: 182px;
	margin: 0 0 0 23px;
}
.titleldvdo {
	font-size: 23px;
	line-height: 29px;
	color: #000000;
}
.inlineld {
	display: inline-block;
}
.newpaperbx {
	width: 173px;
	float: left;
	display: inline-block;
	margin-left: 10px;
	text-decoration: none;
}
.newpaperbx:hover {
	opacity: 0.8;
}
.newpaperbx figure {
	width: 100%;
	height: 143px;
	border: 1px solid #b2b2b2;
	margin: 0;
	overflow: hidden;
}
.newpaperbx p {
	color: #797979;
	font-size: 12px;
	line-height: 18px;
	margin: 8px 0 20px;
}
.dvtxtbtm {
	margin: 50px 0 0 20px;
}
.dvtxtbtm img {
	margin-left: -80px;
}
.dvtxtbtm .titleldvdo {
	margin-top: 0;
}
.clientlistld {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.clientlistld li {
	float: left;
	margin: 12px;
	list-style-type: none;
}
.clientlistld li a:hover {
	text-decoration: none;
	opacity: 0.85;
}
.clientlistld img {
	border: 1px solid #d2d2d2;
}
.clientwrpald {
	padding: 12px 0 0;
}
.newsbxld {
	padding-bottom: 25px;
}
.ldfooter {
	background-color: #373941;
	color: #ffffff;
	padding: 14px 0;
}
.ldfooter p {
	font-family: inherit;
	font-size: 15px;
	line-height: 20px;
	margin: 0;
}
.ldfooter p a {
	color: #f66b02;
}
.fsocialld {
	margin: 0;
	padding: 0;
}
.fsocialld li {
	float: left;
	list-style-type: none;
}
.fsocialld li a {
	color: #ffffff;
	font-size: 15px;
	display: block;
	padding: 0 15px;
}
.fsocialld li a:hover {
	color: #f66b02;
}
.fsocialld li:last-child a {
	padding-right: 0;
}
#openctform {
	/* Custom styling */
	
	min-width: 550px;
	max-width: 100%;
	border-radius: 4px;
	/* Custom transition - slide from top*/
	
	transform: translateY(-50px);
	transition: all .33s;
}
.fancybox-slide--current #openctform {
	transform: translateY(0);
}
.ldinput {
	display: block;
	width: 100%;
	border: 1px solid #c9d2dd;
	border-radius: 3px;
	padding: 8px;
	line-height: 100%;
	margin: 10px 0;
	-webkit-appearance: textfield;
	background-color: white;
	-webkit-rtl-ordering: logical;
	cursor: auto;
	text-rendering: auto;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	-webkit-writing-mode: horizontal-tb;
}
.ldinput:focus {
	border-color: #8ab0ed;
	box-shadow: none;
}
textarea.ldinput {
	resize: vertical;
	height: auto;
}
.btnapplyld:focus {
	outline: 0 none;
}
input.btnapplyld {
	border: 0 none;
}
.formcontld {
	padding-right: 17px;
}
.fullld {
	width: 100%;
}
.btnapplyld:hover {
	background: #00a48f;
	cursor: pointer;
}
.formcontld h2 {
	color: #3c3c3c;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
}
.newspaperlist .blogbox figure {
	height: 180px;
}
.newspaperlist .blogbox figure img {
	min-height: 100%;
	min-width: 100%;
}
.newspaperlist .blogbox {
	height: 273px;
}
.pagenotfound {
	background: #f66b02;
	padding: 150px 0 70px;
}
.pagenotfound .textdv h4 {
	font-size: 70px;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 0px;
	color: #ffffff;
	font-weight: 700;
	font-family: adelleregularwebfont;
}
.pagenotfound .textdv h4 small {
	font-size: 50%;
	color: inherit;
}
.pagenotfound .textdv p {
	font-weight: 600;
	font-size: 20px;
	text-align: left;
	color: #ffffff;
	line-height: 32px;
	padding-top: 10px;
}
.pagenotfound .textdv p a {
	color: #113445;
}
.textdv {
	width: 55%;
	float: left;
	padding: 5em 0em 3em 0em;
}
.imagediv {
	width: 45%;
	float: left;
	margin-top: 40px;
}
.imagediv img {
	width: 100%;
}
.newslaterf {
	text-align: center;
	max-width: 430px;
	margin: auto;
	padding: 20px 0;
}
.newslaterf label {
	display: block;
	color: #fff;
	font-weight: 300;
	font-size: 22px;
	line-height: 28px;
	margin: 10px 0 17px;
	text-transform: uppercase;
}
.inputsub {
	border: 1px solid #e5e5e5;
	border-radius: 0;
	height: 49px;
	padding-left: 15px;
	margin-right: 20px;
	box-shadow: none;
	font-weight: normal;
	font-family: 'Raleway', sans-serif;
	display: block;
	width: 100%;
	color: #333;
}
.inputsub::-webkit-input-placeholder,
.inputsub::-moz-placeholder,
.inputsub:-ms-input-placeholder,
.inputsub:-moz-placeholder {
	color: #444444 !important;
}
.newslaterf .nextbtnrow .buttons {
	float: none;
}
.mrgt26 {
	margin-top: 26px;
}
.mrgt0 {
	margin-top: 0 !important;
}
.mrgt6 {
	margin-top: 6px;
}
.mrgb6 {
	margin-bottom: 6px;
}
.paddt6 {
	padding-top: 6px;
}
.displayinline {
	display: inline-block;
}
.logoastxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 30px;
	line-height: 36px;
	padding: 0;
	margin: 53px 0 0;
}
.regitxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	padding: 0;
	margin: 56px 0 0;
}
.fmenu {
	margin: 0;
	padding: 10px 0;
}
.fmenu li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 17px;
	line-height: 23px;
	padding: 2px 0;
	margin: 0;
	display: block;
	font-weight: normal;
}
.footer_section .txtcmp {
	font-size: 18px;
	line-height: 24px;
	margin: 8px 0;
}
.footer_section .txtfinf {
	margin: 2px 0;
	font-size: 13px;
	line-height: 21px;
}
.footer_section .txtfinf span {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}
.footer_section .paddl60 {
	padding-left: 60px;
}
.packageCoupon {
	display: block;
	background-color: #fff;
	padding: 26px;
	margin: 16px 0 0 0;
	position: relative;
}
.couponForm {
	display: block;
	float: right;
	width: 380px;
	max-width: 100%;
	padding: 0;
	background-color: #fff;
	border-radius: 6px;
}
.couponForm .ctl {
	display: block;
	color: #222;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	margin: 0 0 12px 0;
}
.couponField {
	display: block;
	position: relative;
	padding: 0 100px 0 0;
}
.couponField .fld {
	display: block;
	width: 100%;
	border: 1px solid #929292;
	height: 36px;
	padding: 4px 10px;
	font-size: 15px;
	border-radius: 4px;
}
.couponField .fld::-webkit-input-placeholder {
	color: #222;
}
.couponField .fld::-moz-placeholder {
	color: #222;
}
.couponField .fld:-ms-input-placeholder {
	color: #222;
}
.couponField .fld:-moz-placeholder {
	color: #222;
}
.couponField .btn {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 94px;
	height: 36px;
	border-radius: 4px;
	font-size: 16px;
	line-height: 22px;
}
.packageCoupon .discountPrc {
	display: block;
	color: #4c4c4c;
	font-size: 15px;
	line-height: 18px;
	font-weight: 600;
	margin: 18px 0 0 0;
	text-align: right;
}
.packageCoupon .discountPrc small {
	font-size: 12px;
}
.packageCoupon .totalPrc {
	display: block;
	color: #313131;
	font-size: 17px;
	line-height: 20px;
	font-weight: 600;
	margin: 10px 0 0 0;
	text-align: right;
}
.btnset {
	display: block;
	margin: 22px 0 0 0;
	text-align: right;
	padding: 16px 0 0 0;
	background-color: #ffffff;
	border-top: 1px solid #c7c7c7;
}
.btnset .btn {
	display: inline-block;
	height: 36px;
	border-radius: 4px;
	font-size: 16px;
	line-height: 22px;
}
.loaderImage {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 2;
	text-align: center;
	padding: 30px;
}
.loaderImage img {
	display: inline-block;
	vertical-align: top;
	width: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.modaluc {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999999 !important;
}
.modaluc .landigpnuc {
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	-o-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	-ms-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	position: relative;
}
.close.closituc {
	text-shadow: none;
	font-size: 20px !important;
	line-height: 0 !important;
	position: absolute;
	top: -9px;
	right: -9px;
	z-index: 99;
	opacity: 1;
	color: #333;
	font-weight: normal;
	font-family: 'Lato', sans-serif;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 2px solid #fff;
	background-color: #fff;
}
.close.closituc span {
	display: inline-block;
	position: relative;
	top: -1px;
}
.close.closituc:hover {
	color: #ffffff;
	border-color: #ff9393;
	background-color: #ff9393;
	opacity: 1 !important;
	text-shadow: none !important;
}
.modalwruc {
	width: 95%;
	margin: 30px auto;
	position: relative;
}
.fmenu li.dropdown:hover ul.dropdown-menu {
	display: block;
	/* position: relative; */
	
	top: 23px;
	/* left: inherit; */
	
	float: none;
	background-color: #2a2c33;
	box-shadow: none;
}
.modaluc .ldtiemico::after {
	width: 10px;
	height: 10px;
}
.twldvideo {
	margin-top: 10px;
}
.obtshow {
	margin-top: -90px !important;
}
.quotesec {
	background: #15a176;
	margin-top: -20px;
	padding: 20px;
}
.white-bg {
	background-color: #ffffff;
}
.bg-dkgreen {
	background-color: #15a176;
}
.secbox {
	padding: 40px 0;
}
.nopadd {
	padding: 0 !important;
}
.text-white {
	color: #ffffff;
}
.sectitle {
	font-size: 36px;
	text-align: center;
	font-family: adelleregularwebfont;
}
.ogpara {
	text-align: justify;
	font-size: 14px;
	line-height: 24px;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
.titleIco {
	position: relative;
	min-height: 70px;
	padding-left: 80px;
	text-align: left;
}
.tiIco {
	position: absolute;
	left: 0;
	top: 0;
}
.titleIco b {
	padding-top: 26px;
	display: block;
}
.bg-dkgreen .pagetitle-separator {
	background-image: url("../images/pagetitle-seperatorblack.png");
}
.otpara {
	padding-right: 20px;
	line-height: 24px;
	font-size: 14px;
}
.otsec .pagetitle-separator {
	margin-bottom: 20px;
}
.otsec .sectitle {
	padding-top: 37px;
}
.teamsec .sectitle {
	margin-top: 0;
}
.teamsec .pagetitle-separator {
	margin-bottom: 35px;
}
.landigpnuc.modaluc {
	position: static;
}
.landigpnuc.modaluc .landingtophead {
	padding: 120px 0 85px;
	height: 380px;
}

/*new page start*/
.pagetitle-separator {
	height: 13px;
	margin: 23px auto 45px;
	width: 250px;
	background: url(../images/pagetitle-seperator.png) no-repeat;
}
.blkTitle {
	font-weight: 800;
	font-family: adelleregularwebfont;
	margin-left: 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
}
.secTitle {
	font-weight: bold;
	font-family: adelleregularwebfont;
	color: #D32253;
	margin: 0 0 16px;
	text-transform: uppercase;
	font-size: 60px;
	line-height: 66px;
	padding: 20px 0;
}
.redTitle {
	font-weight: bold;
	font-family: adelleregularwebfont;
	color: #D32253;
	margin-top: 15px;
	text-align: left;
	font-size: 22px;
}
.para {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	font-size: 14px;
	line-height: 22px;
}
.para16 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	font-size: 16px;
	line-height: 28px;
	color: #404040;
}
.deskls {
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 26px;
	line-height: 41px;
	background-color: #15a176;
	padding: 30px 0;
}
.deskls p {
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}
.deskls p::first-letter {
	/*	font-size:60px;*/
}
.deskls .container {
	max-width: 800px;
}
.gp {
	margin-top: 20px;
	line-height: 26px;
}
.mrgt32 {
	margin-top: 32px !important;
}
.mrg0 {
	margin: 0;
}
.topbanner {
	background-size: contain;
	background-position: left top;
	background-repeat: no-repeat;
	height: 624px;
	padding-top: 0;
	overflow: hidden;
	position: relative;
	margin-top: 0px;
}
.menu {}
.menu .navbar-nav li a {
	color: #000000;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	padding: 25px 25px;
}
.menu .navbar-nav>li>a:focus,
.menu .navbar-nav li a:hover {
	background-color: #f66b02;
	color: #fff;
}
.header-top-area {
	background-color: #8E80EF;
}
.head-contact-social li>a>i {
	color: #FFFFFF;
	font-size: 18px;
	height: 40px;
	line-height: 2.6;
	transition: color 0.3s ease-in-out 0s;
	width: 45px;
}
.head-contact-info li {
	color: #FFFFFF;
}
.page-mycarousel header,
.topbanner header {
	background-color: rgba(0, 0, 0, 0.6);
}
header {
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	left: 0;
	z-index: 999;
	width: 100%;
	border-bottom: 1px solid #e3e3e3;
}
.logo {
	margin: 5px 0 0;
	width: 270px;
}
.secorange {
	background-color: #8E80EF;
}
.txt26 {
	font-size: 26px;
	line-height: 32px;
}
.txt22 {
	font-size: 22px;
	line-height: 28px;
}
.recoverysec {
	padding: 22px 0;
}
.recoverysec .txt26 {
	color: #ffffff;
	font-family: adelleregularwebfont;
	font-weight: bold;
	text-transform: uppercase;
}
.recoverysec .txt26 span {
	text-decoration: underline;
}
.pagetitle-separatorwhite {
	height: 13px;
	margin: 20px auto 18px;
	width: 250px;
	background: transparent url(../images/bgparawhite.png) no-repeat;
}
.pagetitle-separatororange {
	height: 13px;
	margin: 20px auto 18px;
	width: 250px;
	background: transparent url(../images/bgparaorange.png) no-repeat;
}
.bgparaorange-white {
	height: 13px;
	margin: 20px auto 18px;
	width: 250px;
	background: transparent url(../images/bgparaorange-white.png) no-repeat;
}
.recoverysec p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: 27px;
	color: #ffffff;
}
.srcsm {
	width: 238px;
	float: left;
}
.mrgr36 {
	margin-right: 36px;
}
.secbrd {
	background-color: #f2f2f2;
	height: 2px;
	width: 100%;
}
.parasm {
	max-width: 912px;
	text-align: left;
}
.whowere .secbrd {
	margin: 5px 0 20px;
}
.mrgr13 {
	margin-right: 13px;
}
.inlinesec {
	display: inline-block;
}
.secwhtwedo {
	padding: 50px 0;
}
.secwhtwedo .secTitle {
	font-size: 34px;
	line-height: 40px;
	color: #ffffff;
	margin: 0;
}
.whowere {
	padding: 40px 0 30px;
}
.secgrey {
	background-color: #f2f2f2;
}
.whatidocont {
	padding: 40px 0 50px;
}
.seourservice {
	padding: 40px 0;
}
.secwhtwedo h2 {
	font-size: 34px;
	line-height: 40px;
	color: #ffffff;
	font-weight: bold;
	font-family: adelleregularwebfont;
	text-transform: uppercase;
	margin: 0;
}
.seourservice h4 {
	font-size: 30px;
	line-height: 36px;
	color: #ffffff;
	font-weight: bold;
	font-family: adelleregularwebfont;
	text-transform: uppercase;
	margin: 0;
}
.ptitle {
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	font-weight: bold;
	font-family: adelleregularwebfont;
	text-transform: uppercase;
	margin: 0;
	text-align: center;
}
.qsec .para16 {
	width: 78%;
}
.secqtitle {
	width: 22%;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	font-family: adelleregularwebfont;
	color: #464445;
	min-width: 225px;
	margin: 0;
}
.secshare .redTitle {
	text-align: center;
	margin: 30px 0 25px;
}
.seccont {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	font-size: 14px;
	line-height: 26px;
}
.seccont p {
	margin: 0 0 15px;
}
.tranhare {
	padding: 30px 0;
}
.mrgb0 {
	margin-bottom: 0 !important;
}
.withicosec .theico {
	position: absolute;
	left: 0;
	width: 20px;
}
.withicosec {
	position: relative;
	padding-left: 30px;
	min-height: 20px;
}
footer .buttons {
	background-color: #8e80ef;
}
footer .buttons:hover {
	background-color: #9f91ff;
}
footer p a {
	color: #1e73be;
}
.fmenu li a:hover,
footer p a:hover {
	color: #8e80ef;
	text-decoration: none;
}
footer {
	background-color: #1b3e4a;
	color: #FFFFFF;
}
.footer-social-icons li>a>i {
	color: #FFFFFF;
}
.fmenu li.dropdown:hover ul.dropdown-menu {
	display: block;
	/* position: relative; */
	
	top: 23px;
	/* left: inherit; */
	
	float: none;
	background-color: #2a2c33;
	box-shadow: none;
}
.dropdown-menu>li>a {
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 20px;
	padding: 15px 20px;
	border-bottom: 1px solid rgba(0, 194, 169, 0.5);
	transition: color 0.2s ease-in-out 0s;
}
.dropdown-menu>li>a:last-child {
	border-bottom: 0px solid rgba(0, 194, 169, 0.5);
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	color: #f66b02;
	text-decoration: none;
	background-color: transparent;
}
.footer-social-area {
	border-bottom-color: rgba(255, 255, 255, 0.28);
}
.head-contact-social li {
	background-color: transparent;
	border-right: 1px solid #FFFFFF;
}
.head-contact-social li:first-child {
	border-left: 1px solid #FFFFFF;
}
.footer-social-icons li>a>i {
	font-size: 22px;
	line-height: 27px;
	transition: all 0.3s ease 0s;
}
.footer-social-icons {
	padding: 10px 0;
}
.logoastxt {
	margin: 6px 0;
}
.regitxt {
	margin: 9px 0;
}
.footer-copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-social-icons li {
	margin-right: 15px;
	margin-left: 15px;
}
.para16 a {
	color: #1e73be;
}
.para16 a:hover {
	color: inherit;
	text-decoration: none;
}

/*contact us*/
.sectionTitle h4 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	line-height: 60px;
	border: 1px solid #d8d8d8;
	margin: 0;
	width: 55%;
	margin-left: 16px;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.sectionTitle h4 i {
	color: #FFF;
	width: 55px;
	position: relative;
	background: #f66b02;
	line-height: 61px;
	text-align: center;
	margin-right: 20px;
	text-transform: capitalize;
}
.sectionTitle h4 i:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 18px solid #f66b02;
	border-top: 31px solid transparent;
	border-bottom: 31px solid transparent;
	right: -18px;
	top: 0;
	text-transform: capitalize;
}
.breadcrumbs>li {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 20px;
}
.breadcrumbs>li a {
	color: #ffffff;
}
.page-breadcrumbs {
	background-color: rgba(0, 0, 0, 0.6);
	color: #f66b02;
}
.contactright {
	margin-left: 115px;
}
.scrollup {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	text-indent: -9999px;
	opacity: 1;
	position: fixed;
	bottom: 50px;
	right: 30px;
	z-index: 9999;
	cursor: pointer;
	display: none;
	background: #715fec url(../images/scrolltop.png) no-repeat center center;
}
.openmainmenu {
	display: none;
}
.menuoverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(202, 198, 198, 0.6);
	z-index: 998;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 400ms;
	transition: 400ms;
	display: none;
}
.container {
	max-width: 100%;
}
.topleft {
	float: left;
}
.sharesmdhanlogo,
.topright {
	float: right;
}
.sharesmdhanlogo {
	display: inline-block;
	margin: 4px 0 0 106px;
}
.contacthome {
	font-family: adelleregularwebfont !important;
	width: 325px;
	border: 1px solid #8E80EF;
	float: right;
	background-color: rgba(0, 0, 0, 0.6);
	margin: 0px 0;
	border-radius: 9px;
	-o-border-radius: 9px;
	-ms-border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	overflow: hidden;
}
.btncontt {
	border: 0 none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8e80ef+0,8476ed+100 */
	
	background: rgb(142, 128, 239);
	/* Old browsers */
	
	background: -moz-linear-gradient(-45deg, rgba(142, 128, 239, 1) 0%, rgba(132, 118, 237, 1) 100%);
	/* FF3.6-15 */
	
	background: -webkit-linear-gradient(-45deg, rgba(142, 128, 239, 1) 0%, rgba(132, 118, 237, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	
	background: linear-gradient(135deg, rgba(142, 128, 239, 1) 0%, rgba(132, 118, 237, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e80ef', endColorstr='#8476ed', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	
	font-size: 23px;
	line-height: 29px;
	height: 48px;
	border-radius: 9px;
	-o-border-radius: 9px;
	-ms-border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
}
.btncontt:hover {
	border: 0 none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8476ed+0,8e80ef+100 */
	
	background: rgb(132, 118, 237);
	/* Old browsers */
	
	background: -moz-linear-gradient(-45deg, rgba(132, 118, 237, 1) 0%, rgba(142, 128, 239, 1) 100%);
	/* FF3.6-15 */
	
	background: -webkit-linear-gradient(-45deg, rgba(132, 118, 237, 1) 0%, rgba(142, 128, 239, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	
	background: linear-gradient(135deg, rgba(132, 118, 237, 1) 0%, rgba(142, 128, 239, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8476ed', endColorstr='#8e80ef', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}
.contacthome h2 {
	color: #ffffff;
	font-size: 17px;
	line-height: 23px;
	background-color: #8E80EF;
	/* padding: 14px 0 10px; */
	
	text-align: center;
	margin: 0;
	padding: 13px 8px;
}
.contacthome label {
	font-size: 13px;
	line-height: 19px;
	color: #ff0d0d;
	margin: 5px 6px 4px;
	font-weight: normal;
}
.contacthome .form-control {
	border-color: #ffffff;
	height: 45px;
	border-radius: 10px;
	box-shadow: none;
}
.contacthome textarea.form-control {
	height: 85px;
	resize: vertical;
}
.withico {
	padding-left: 60px;
	background-repeat: no-repeat;
}
.contacthome input.form-control:focus:-webkit-autofill,
.contacthome input.form-control:-webkit-autofill:active,
.contacthome input.form-control:-webkit-autofill,
.contacthome input.form-control:-webkit-autofill:focus {
	/*background:rgb(250, 255, 189) url(../images/user.png) no-repeat 15px center !important;*/
	
	-webkit-transition-property: background-color !important;
	padding-left: 12px;
}
.uerico {
	background-image: url(../images/user.png);
	background-position: 15px center;
}

/*.contacthome input.form-control.uerico {	
    background:#ffffff url(../images/user.png) no-repeat 15px center !important;
}*/
.emailico {
	background-image: url("../images/envelope.png");
	background-position: 15px center;
}
.phoneico {
	background-image: url("../images/phoneico.png");
	background-position: 15px center;
}
.contacthome .form-control:focus {
	border-color: #1e73bd;
}
.contacthome .panel-body {
	padding: 22px 15px 19px !important;
}
.modalassociate .modal-header .close {
	font-size: 40px !important;
	position: absolute;
	right: 0;
	padding: 0 12px;
}
.btnnew .buttons {
	border-color: #e5e5e5;
	border-radius: 0;
	height: 56px;
	margin-right: 20px;
	box-shadow: none;
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	width: 104%;
}
.btnnew {
	margin-left: -15px;
}
.contatWidget {
	margin-top: 40px;
}
.modalassociate .modal-full {
	width: 90%;
}
.modalassociate .modal-header {
	background-color: #f66b02;
	color: #fff;
}
.formfldinline {
	width: 200px;
	padding: 0 5px;
}
.formfldinline .form-control {
	border-color: #e5e5e5;
	border-radius: 0;
	height: 46px;
	padding-left: 10px;
	margin-right: 0;
	box-shadow: none;
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
}
.twosltbx {
	margin-left: -5px;
	margin-right: -5px;
	padding-bottom: 15px;
}
.twosltbx .formfldinline {
	width: 185px;
}
.ctnTitle {
	font-size: 24px;
	text-align: center;
	line-height: 30px;
	color: #000;
}
.ctnTitle span {
	font-size: 18px;
	line-height: 24px;
	color: #797979;
}
.para16 {
	font-size: 18px;
	line-height: 29px;
}
.seccont {
	font-size: 16px;
	line-height: 28px;
}
section.secorange.recoverysec.v2 {
	background-color: #2788dc;
}
a.sharesmdhanlogo {
	display: block;
	width: 88px;
	margin: 0px 0 0 31px;
}
.m-b-30 {
	margin-bottom: 30px;
}
.topbanwrp {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
	padding-top: 78px;
}
.topbanner .carousel-inner>.item,
.topbanner .carousel-inner,
.topbanner .carousel {
	height: 100%;
}
.topbanner .carousel-caption {
	right: inherit;
	left: 0;
	top: 0;
	width: 100%;
	text-align: left;
	height: 100%;
}
.topbanner .carousel-control {
	z-index: 9;
	width: 60px;
	vertical-align: middle;
	padding: 0;
	left: 15px;
	background: none;
	opacity: 0.5;
}
.topbanner .carousel-control.right {
	left: inherit;
	right: 15px;
}
.topbanner .carousel-control:hover {
	opacity: 1;
}
.topbanner .carousel-control img {
	max-width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.slidecont {
	max-width: 60%;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 20px 20px 15px;
	margin-top: 14%;
	border-radius: 6px;
}
.sltext {
	font-size: 25px;
	line-height: 32px;
	color: #3a3a3a;
	margin-bottom: 5px;
	text-shadow: none;
}
.p-t-0 {
	padding-top: 0;
}

/*12/12/2018*/
.g-recaptcha {
	transform: scale(0.97);
	margin-left: -2px;
}
.topbanner {
	height: 580px;
}
#contact_us>.form-group {
	margin-bottom: 9px;
	position: relative;
}
.contacthome .panel-body {
	padding: 10px 15px 13px !important;
}

/*07/02/2019*/
.video_slider_wraper .video_slider .video_slider_item {
	padding: 0 15px;
	float: left;
}
.video_slider_wraper .slick-prev:before {
	content: "\f104";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 66px;
	color: #000;
}
.video_slider_wraper .slick-next:before {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 66px;
	color: #000;
}
.video_slider_wraper .slick-prev,
.video_slider_wraper .slick-next {
	top: 50%;
	height: 60px;
}
.video_slider_wraper .slick-prev {
	/*left:0;*/
	
	z-index: 99;
}
.video_slider_wraper .slick-next {
	/*right:0;*/
}
.slick-slide img {
	width: 100%;
	height: auto;
	max-width: auto !important;
}
.youtube {
	background-color: #000;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
}
.youtube img {
	width: 100%;
	top: -16.82%;
	left: 0;
	opacity: 0.7;
}
.youtube .play-button {
	width: 90px;
	height: 60px;
	background-color: #333;
	box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6);
	z-index: 1;
	opacity: 0.8;
	border-radius: 6px;
}
.youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
	cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
	position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0);
}
.youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.service-section {
	padding: 45px 20px;
	background-color: #cccccc;
}
.left-address {
	margin-top: 10px;
	border-radius: 4px;
}
.common-info p {
	font-size: 16px;
	line-height: 16px;
	text-align: left;
	margin-top: 12px;
}
.footer_section .paddl130 {
	padding-left: 130px;
}
/*04_02_2019*/
.newservice-section{
padding:20px;
}
.debtor-recovery-bg{
	background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-image: url(../images/Recover-Lost-Share.jpg) !important;
}
.recovery-of-matured-insurance {
    background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-image: url(../images/CONVERSION-OF-SHARES-DEBENTURES.jpg) !important;
    color:#fff;
}
.recovery-of-matured-insurance .ptitle{
	color:#fff;
}
.recovery-of-fixed-deposit-bg {
    background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-image: url(../images/Lost-Shares.jpg) !important;
}
.gotomisingmoney {
    z-index: 99999;
}
.gotomisingmoney {
    transform: rotate(-90deg);
    right: -187px;
}
.gotomisingmoney {
    position: fixed;
    top: 45.8vh;
    
    z-index: 99;
}
.gotomisingmoney a {
    background-color: #ec6020;
    font-weight: bold;
}
.gotomisingmoney a {
    transform: rotate(180deg) !important;
    right: 0;
    padding: 10px 15px;
}
.gotomisingmoney a {
    background-color: #ec6020;
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 22px;
    
    position: relative;
    right: -63px;
}
.gotomisingmoney a span {
    animation: blink_animation 2s linear infinite;
}
.gotomisingmoney a.iepfclaim-link {
    background-color: #8E80EF;
}
.gotomisingmoney a.missingmoney{
background: #00c2a9;
}
.gotomisingmoney a:hover{text-decoration:none}
@keyframes blink_animation{0%{opacity:0}50%{opacity:0.5}100%{opacity:1}}
@media only screen and (min-width:640px) {
	.contacthome {
		overflow: visible;
	}
	
	#contact_us>.form-group label.error {
		position: absolute;
		top: 9px;
		left: -180px;
		padding: 5px 8px;
		background-color: #ff0d0d;
		color: #fff;
		border-radius: 5px;
	}
	
	#contact_us>.form-group label.error:after {
		content: "\f04b";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		/*--adjust as necessary--*/
		color: #ff0d0d;
		right: -12px;
		position: absolute;
		font-size: 24px;
		top: 5px;
	}
}
@media only screen and (max-width:420px) {
	.newslaterf {
		padding: 15px;
	}
}