/*
Theme Name: EXTNOC Blog
Theme URI: http://www.extnoc.com/
Author: extnoc
Author URI: http://www.extnoc.com/
Description: extnoc in New Jersey offers Managed Technology Services, Technology Staffing Services, and Application Development Services with 24*7 support.
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
@font-face {
	font-family: 'euclid_circular_a_triallight';
	src: url('fonts/euclidcircularatrial-light-webfont.woff2') format('woff2'),  url('fonts/euclidcircularatrial-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'euclid_circular_a_trialRg';
	src: url('fonts/euclidcircularatrial-regular-webfont.woff2') format('woff2'),  url('fonts/euclidcircularatrial-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'euclid_circular_a_trialmedium';
	src: url('fonts/euclidcircularatrial-medium-webfont.woff2') format('woff2'),  url('fonts/euclidcircularatrial-medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'euclid_circular_a_trialSBd';
	src: url('fonts/euclidcircularatrial-semibold-webfont.woff2') format('woff2'),  url('fonts/euclidcircularatrial-semibold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
/* ===============================================
    GoTop BUtton
------------------------*/
#totop {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 90px;
	z-index: 999;
	height: 0;
	width: 0;
	font-size: 0;
	text-align: center;
	transition: inherit;
	width: 60px;
}
#totop:hover {
--x: 100%;
}
.reqst-1 {
 --c1: #19a5a0;
 --c2: #23c8c3;
}
#totop span {
	color: #000;
	font-size: 10px;
}
#totop i {
	text-align: center;
	line-height: 40px;
	border-radius: 3px;
	background: linear-gradient(90deg, var(--c1, #19a5a0), var(--c2, #23c8c3) 51%, var(--c1, #19a5a0)) var(--x, 0)/ 200%;
	width: 40px;
	height: 40px;
	font-weight: 900;
	color: #fff;
	font-size: 22px;
	margin-top: 3px;
}
 @import url('css/owl.carousel.min.css');
/*
================================================
2. Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-x: hidden;
}
body {
	font-family: 'euclid_circular_a_triallight', 'Roboto';
	color: #465073;
	font-size: 20px;
}
div.wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
div.container {
	max-width: 1460px;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
}
a {
	transition: all 0.3s ease 0s;
}
a:hover {
	text-decoration: none;
}
a, a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
}
.btn, .btn * {
	transition: all 0.3s ease 0s;
}
i {
	transition: all 0.4s ease-in-out 0s;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
	list-style: outside none none;
}
span.num {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
section {
	float: left;
	width: 100%;
	padding: 100px 0;
}
section h2 {
	color: #282d8c;
	font-size: 45px;
	font-family: 'euclid_circular_a_trialSBd', 'Roboto';
	margin-bottom: 20px;
}
/** Cookie Policy **/
#onetrust-consent-sdk #onetrust-banner-sdk {
	background-color: #1f1f1f !important;
	padding-bottom: 5px;
}
#onetrust-consent-sdk #onetrust-policy-title, #onetrust-consent-sdk #onetrust-policy-text {
	color: #fff !important;
	margin: 0;
}
#onetrust-banner-sdk a, #onetrust-pc-sdk a, #ot-sdk-cookie-policy a {
	color: #ff711b !important;
	text-decoration: underline;
	margin-left: 5px !important;
}
#onetrust-consent-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler, #onetrust-consent-sdk #onetrust-pc-btn-handler {
	background-color: inherit !important;
	border-width: 0px !important;
	color: #ff711b !important;
	margin: 0 !important;
	font-size: 20px;
}
.msg-sub-2.success-msg, .msg-sub.success-msg {
	color: #eee;
	margin-top: 20px;
	border: 1px solid;
	padding: 10px;
	border-radius: 5px;
}
.msg-sub-2.error-msg, .msg-sub.error-msg {
	color: #eee;
	margin-top: 20px;
	border: 1px solid;
	padding: 10px;
	border-radius: 5px;
}
/*
================================================
Loader CSS
================================================
*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #181f6f;
	z-index: 9999999;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.preloader.hide {
	opacity: 0;
	display: none;
}
.loader {
	position: relative;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: 75px;
	display: inline-block;
	vertical-align: middle;
}
.loader-1 .loader-outter {
	position: absolute;
	border: 4px solid #fff;
	border-left-color: transparent;
	border-bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-animation: loader-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
	animation: loader-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}
.loader-1 .loader-inner {
	position: absolute;
	border: 4px solid #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	left: calc(50% - 20px);
	top: calc(50% - 20px);
	border-right: 0;
	border-top-color: transparent;
	-webkit-animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
	animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}
 @-webkit-keyframes loader-1-outter {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes loader-1-outter {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @-webkit-keyframes loader-1-inner {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(-360deg);
 transform: rotate(-360deg);
}
}
 @keyframes loader-1-inner {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(-360deg);
 transform: rotate(-360deg);
}
}
/*-- Header --*/
.sticky_menu {
	left: 0;
	right: 0;
	top: 0;
	position: fixed;
	z-index: 9999;
	background: rgba(26, 33, 116, 1);
	padding: 5px 0 5px;
}
.sticky_menu .top-logo {
	padding: 10px 0;
}
.sticky_menu .top-right {
	padding: 4px 0 5px;
}
header {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	background-size: 100%;
}
header#home-header {
	transition: background-image 0.2s ease-in-out;
	-webkit-transition: background-image 0.2s ease-in-out;
	-o-transition: background-image 0.2s ease-in-out;
	-moz-transition: background-image 0.2s ease-in-out;
	min-height: 850px;
	position: relative;
	background-size: cover !important;
}
header.inner-page-banner {
	background: #1a2174;
	position: relative;
	padding: 0 0 15px;
}
.top-logo {
	padding: 25px 0;
}
.top-right {
	text-align: right;
	padding: 23px 0 30px;
}
.top-right a {
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'euclid_circular_a_trialSBd', 'Roboto';
	font-size: 16px;
}
.top-right a.phone-icon {
	position: relative;
	margin: 0 15px 0 0;
	padding: 0 0 0 38px;
	line-height: 14px;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.sales-sec {
	display: inline-block;
	background: #01a8df;
	padding: 9px 0 7px 20px;
	border-radius: 3px;
}
.top-right .phone-icon:before {
	position: absolute;
	content: '\f100';
	font-family: "Flaticon";
	left: -9px;
	top: -1px;
	color: #fff;
	font-size: 16px;
	background: none;
}
.sales-sec ul li:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 90%;
	left: 0px;
	top: 5%;
	background: #fff;
}
.sales-sec ul li {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	position: relative;
	padding: 0 0 0 15px
}
.sales-sec ul li a {
	display: block !important;
	line-height: 22px;
	padding: 0;
}
.sales-sec ul li:first-child {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
.sales-sec ul li span {
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
.sales-sec ul li span b {
	font-weight: 700;
}
.top-right a.phone-icon {
	position: relative;
	margin: 0 15px 0 0;
	padding: 0 0 0 38px;
	line-height: 14px;
}
.top-right a.phone-icon span {
	font-family: 'Roboto', sans-serif;
}
.top-right a.phone-icon:before {
	position: absolute;
	content: '\f100';
	font-family: "Flaticon";
	left: 0;
	top: 0;
	color: #27c8c3;
	font-size: 24px;
}
.top-right .reqst-quote {
	border-radius: 3px;
	margin: 0;
	padding: 22px 20px 23px;
	font-size: 15px;
	letter-spacing: 1px;
	background: linear-gradient(90deg, var(--c1, #19a5a0), var(--c2, #23c8c3) 51%, var(--c1, #19a5a0)) var(--x, 0)/ 200%;
}
.reqst-quote {
	border-radius: 3px;
	margin: 0;
	padding: 15px 20px;
	font-size: 15px;
	letter-spacing: 1px;
	background: linear-gradient(90deg, var(--c1, #19a5a0), var(--c2, #23c8c3) 51%, var(--c1, #19a5a0)) var(--x, 0)/ 200%;
}
.reqst-quote:hover {
--x: 100%;
}
.reqst-1 {
 --c1: #19a5a0;
 --c2: #23c8c3;
}
.reqst-demo {
	background: linear-gradient(90deg, var(--c1, #f66302), var(--c2, #ff901b) 51%, var(--c1, #19a5a0)) var(--x, 0)/ 200%;
	border-radius: 3px;
	margin: 0;
	padding: 22px 20px 23px;
	font-size: 15px;
	letter-spacing: 1px;
}
.reqst-demo:hover {
--x: 100%;
}
.reqst-2 {
 --c1: #f66302;
 --c2: #ff901b;
}
.reqst-3 {
 --c1: #373aa6;
 --c2: #6566ea;
}
/*-- Breadcumb Wrapper --*/  
.breadcumb-wrapper {
	background: #f5f5f5;
	padding: 17px 0;
	border-bottom: 1px solid #e4e4e4;
	margin: 0;
	float: left;
	width: 100%;
}
.breadcrumb_bar {
	display: flex;
	justify-content: space-between;
}
.breadcumb-wrapper ul, .breadcumb-wrapper li {
	font-size: 18px;
	text-transform: capitalize;
	color: #045ac4;
}
.breadcrumb_menu li {
	display: inline-block;
}
.breadcrumb_menu li a {
	color: #1a2174;
}
.breadcrumb_menu li:last-child {
	color: #0f1432;
	font-family: 'euclid_circular_a_trialmedium', 'roboto';
	font-weight: 500;
}
.breadcrumb_menu .link-list li a::after {
	content: "\f105";
	font-family: fontawesome;
	margin: 0 10px;
}
/*-- Manages Service Table Sec --*/
.managed-table {
	box-shadow: 0 0 25px rgba(18,24,90,0.2);
	border-radius: 15px;
	margin: 0 auto 30px;
	width: 97%;
}
.managed-table tr.thead th {
	color: #fff;
	font-family: 'euclid_circular_a_trialmedium', 'Roboto';
	font-size: 20px;
	text-transform: uppercase;
	background: #3e456e; /* Old browsers */
	background: -moz-linear-gradient(top, #3e456e 0%, #363b5e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #3e456e 0%, #363b5e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #3e456e 0%, #363b5e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e456e', endColorstr='#363b5e', GradientType=0 ); /* IE6-9 */
}
.managed-table tr.thead th:last-child {
	box-shadow: none !important;
}
.managed-table tr:nth-child(even) {
	background-color: #f4f7fe;
}
.managed-table tr.thead th.radius1 {
	-moz-border-radius:  15px 0 0 0;
	-webkit-border-radius:  15px 0 0 0;
	border-radius:  15px 0 0 0; /* future proofing */
	-khtml-border-radius:  15px 0 0 0;
}
.managed-table tr.thead th.radius2 {
	-moz-border-radius:  0 15px 0 0;
	-webkit-border-radius:  0 15px 0 0;
	border-radius:  0 15px 0 0; /* future proofing */
	-khtml-border-radius: 0 15px 0 0;
}
.first-head {
	font-size: 25px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.gridient1 {
	background: #258dc8; /* Old browsers */
	background: -moz-linear-gradient(top, #258dc8 0%, #1a54a0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #258dc8 0%, #1a54a0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #258dc8 0%, #1a54a0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258dc8', endColorstr='#1a54a0', GradientType=0 ); /* IE6-9 */
}
.gridient2 {
	background: #1f78c2; /* Old browsers */
	background: -moz-linear-gradient(top, #1f78c2 0%, #1c6cac 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1f78c2 0%, #1c6cac 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1f78c2 0%, #1c6cac 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f78c2', endColorstr='#1c6cac', GradientType=0 ); /* IE6-9 */
}
.gridient3 {
	background: #28b5e8; /* Old browsers */
	background: -moz-linear-gradient(top, #28b5e8 0%, #1fa3d1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #28b5e8 0%, #1fa3d1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #28b5e8 0%, #1fa3d1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28b5e8', endColorstr='#1fa3d1', GradientType=0 ); /* IE6-9 */
}
.gridient4 {
	background: #19a5a0; /* Old browsers */
	background: -moz-linear-gradient(top, #19a5a0 0%, #21c0bb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #19a5a0 0%, #21c0bb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #19a5a0 0%, #21c0bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19a5a0', endColorstr='#21c0bb', GradientType=0 ); /* IE6-9 */
	border-radius: 0 0 0 15px;
}
.blog-details .blog-content .managed-table ul {
	margin: 0;
	padding: 0 0 0 20px;
}
.blog-details .blog-content .row {
	width:100%;
}
.blog-details .blog-content .managed-table ul li {
	background: url(images/managed-bulleted-icon.png) left 14px no-repeat;
	color: #465073;
	font-size: 18px;
	padding: 8px 0 0 30px;
	text-align: left;
	font-family: 'euclid_circular_a_trialmedium', 'Roboto';
}
.blog-details .blog-content .managed-table td {
	padding: 20px 20px 30px;
	-webkit-box-shadow: 6px -1px 5px 0px rgba(18,24,90,0.2);
	-moz-box-shadow: 6px -1px 5px 0px rgba(18,24,90,0.2);
	box-shadow: 6px -1px 5px 0px rgba(18,24,90,0.2);
}
.blog-details .blog-content .managed-table td:last-child {
	box-shadow: none;
}
.blog-details .blog-content .managed-table td h3 {
	margin: 0;
	font-family: 'euclid_circular_a_trialSBd', 'Roboto';
	font-size: 25px;
	text-align: center;
	padding: 0;
}
/*-- Blog Content Sec Start --*/
.blog-content-sec {
	padding: 40px 0 70px;
	float: left;
	width: 100%;
}
.blog-content-sec .blog-content .row {
	width:100%;
}
.blog-content-sec h1 {
	color: #1a2174;
	font-size: 70px;
	font-family: 'euclid_circular_a_trialSBd', 'Roboto';
	line-height: 64px;
	margin: 0;
	padding: 0;
}
body.archive .blog-content-sec h1 {
	font-size: 50px;
}
.blog-content-sec h1 span {
	color: #27c8c3;
	font-family: 'euclid_circular_a_triallight', 'Roboto';
}
.blog-content-sec h1 img {
	vertical-align: top;
	margin-left: 8px;
}
/** Single Blog Sec **/
.blog_box_wrapper {
	float: left;
	width: 100%;
	overflow: hidden;
	margin: 40px 0 0;
}
.blog_img_wraper {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.blog_img_wraper img {
	width: 100%;
}
.big-img .blog_btm_cntnt {
	width: 94%;
}
.blog_btm_cntnt {
	width: 94%;
	position: relative;
	padding: 50px 25px 25px;
	z-index: 1;
	margin: -45px auto 0;
	background: #fff;
}
.blog_btm_cntnt .sub-head {
	position: absolute;
	background: #19a5a0;
	padding: 6px 20px 3px;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	top: -15px;
	font-family: 'euclid_circular_a_trialmedium', 'Roboto';
}
.blog_btm_cntnt h2:before {
	position: absolute;
	bottom: 0px;
	left: -25px;
	background: #19a5a0;
	width: 4px;
	height: 100%;
	content: "";
}
.blog_btm_cntnt h2.title {
	font-size: 35px;
	line-height: 42px;
}
.blog_btm_cntnt h2 {
	font-size: 23px;
	line-height: 28px;
	font-weight: 600;
	color: #0f1432;
	position: relative;
}
.blog_btm_cntnt h2 a {
	color: #0f1432;
}
.blog_btm_cntnt h2 a:hover {
	color: #1a2174;
}
.post-author-info {
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
	float: left;
}
.post-author-info img.avatar {
	border-radius: 50%;
	margin: 5px 0 0 0;
	float: left;
	width: 40px;
	height: 40px;
}
.post-author-info h6 {
	color: #797a7c;
	font-size: 16px;
	font-family: 'euclid_circular_a_triallight', 'Roboto';
	line-height: 32px;
	display: inline-block;
	margin: 10px 20px 0 15px;
	padding: 0;
	font-weight: normal;
}
.post-author-info h6 a {
	color: #232d37;
	font-weight: 700;
}
.blog_btm_cntnt p {
	font-size: 16px;
	color: #232d37;
}
.blog_btm_cntnt a.read::before {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 10px solid #797a7c;
	border-bottom: 5px solid transparent;
	content: "";
	position: absolute;
	left: 130px;
	bottom: -4px;
}
.blog_btm_cntnt a.read {
	font-size: 15px;
	text-transform: uppercase;
	color: #232d37;
	position: relative;
	padding: 0 0 5px
}
.blog_btm_cntnt a.read:hover {
	color: #19a5a0;
}
.blog_btm_cntnt a.read:hover::before {
	border-left: 10px solid #19a5a0;
}
.blog_btm_cntnt a.read:hover::after {
	background: #19a5a0;
}
.blog_btm_cntnt a.read:after {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #797a7c;
	width: 130px;
	height: 1px;
	content: "";
}
/** Pagenation **/
.pagination {
	width: 100%;
	padding: 40px 0 0;
}
.pagination .pagenav {
	text-align: center;
	width: 100%;
	float: left;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current, .pagination .page-numbers:hover::before, .pagination .page-numbers:hover::after {
	background: #27c8c3;
	color: #ffffff;
	text-decoration: none;
}
.pagination .page-numbers {
	padding: 5px 0px;
	margin: 0 2px;
	background: #fff;
	border: solid 1px #dddacf;
	display: inline-block;
	color: #464544;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	width: 37px;
	text-align: center;
}
/** Sidebar Sec **/
.sidebar-sec {
	float: left;
	width: 100%;
}
.sidebar-widget {
	position: relative;
	margin-bottom: 40px;
	padding: 30px 20px;
	border: 1px solid #eaeaea;
}
.sidebar-sec .search-box {
	position: relative;
	border: none;
	padding: 0;
}
.sidebar-sec .search-box .form-group {
	position: relative;
	margin: 0px;
}
.sidebar-sec .search-box .form-group input[type="text"], .sidebar-sec .search-box .form-group input[type="search"] {
	position: relative;
	display: block;
	font-size: 14px;
	color: #5f6162;
	line-height: 28px;
	padding: 10px 25px;
	padding-right: 60px;
	height: 50px;
	width: 100%;
	border: 1px solid #eaeaea;
	background-color: #ffffff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.sidebar-sec .search-box .form-group button {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 46px;
	text-align: center;
	display: block;
	font-size: 18px;
	color: #9698a7;
	background: none;
	font-weight: normal;
	border: none;
}
.sidebar-widget h3 {
	font-family: 'euclid_circular_a_trialSBd', 'Roboto';
	font-size: 25px;
	color: #0f1432;
	margin: 0 0 30px;
	padding: 0 0 12px;
	position: relative;
}
.sidebar-widget h3:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #19a5a0;
	width: 55px;
	height: 4px;
}
.social-icons ul li:first-child {
	padding: 0;
}
.social-icons ul li {
	display: inline-block;
	padding: 0 0 0 12px;
}
.social-icons ul li a.facebook {
	background: #4d68a2;
}
.social-icons ul li a.linkedin {
	background: #417096;
}
.social-icons ul li a.twitter {
	background: #29c5f6;
}
.social-icons ul li a.play {
	background: #e14e42;
}
.social-icons ul li a {
	display: inline-block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	text-align: center;
	line-height: 48px;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.social-icons ul li a:hover {
	opacity: 0.6;
}
/** Most Read Post **/
.sidebar-widget.most-read-posts {
	padding: 30px 20px 15px;
}
.blog-details .blog-content .blog-img.cta {
	margin: 25px 0 25px
}
.blog-sidetabs-inn {
	margin: 0 0 15px;
	width: 100%;
	display: inline-block;
}
.blog-side-tab-img {
	width: 30%;
	margin: 0;
	padding: 0;
	float: left;
}
.blog-side-tab-img-inner {
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 70px;
	width: 100%;
}
.blog-side-tab-img-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-side-tab-txt {
	width: 63%;
	float: right;
	margin: 0;
	padding: 0;
}
.blog-side-tab-txt h4 {
	font-size: 15px;
	line-height: 20px;
	color: #0f1432;
	text-transform: capitalize;
	position: relative;
	font-family: 'euclid_circular_a_trialmedium', 'Roboto';
	margin: 0 0 4px;
}
.blog-side-tab-txt h4 a {
	color: #0f1432;
}
.blog-side-tab-txt h6 {
	color: #797a7c;
	font-size: 14px;
	font-family: 'euclid_circular_a_triallight', 'Roboto';
	line-height: 18px;
	display: inline-block;
	padding: 0;
}
.blog-side-tab-txt h6 a {
	color: #232d37;
	font-weight: 700;
}
/** CTA Sec **/
.sidebar-widget.cta {
	padding: 0;
	border: none;
}
.sidebar-widget.cta img {
	width: 100%;
}
/** Blog Categories Sec **/
.blog-categories ul li {
	padding: 0 0 10px 0px;
}
.blog-categories ul li:last-child {
	padding: 0;
}
.blog-categories ul li a {
	color: #5a5a5a;
	font-weight: 500;
	font-size: 16px;
}
.blog-categories ul li a:hover {
	color: #0f1432;
}
.blog-categories span {
	float: right;
}
/** Blog Newsletter Sec **/
.sidebar-widget.blog-newsletter {
	background: #23c8c2;
	border: none;
	text-align: center;
	padding: 40px 30px;
}
.sidebar-widget.blog-newsletter h4 {
	color: #fff;
	font-size: 23px;
	font-family: 'euclid_circular_a_trialSBd', 'Roboto';
	line-height: normal;
	text-transform: uppercase;
	margin: 0 0 30px;
	padding: 0;
	letter-spacing: 2px;
}
.sidebar-widget.blog-newsletter p {
	color: #fff;
	font-size: 16px;
	margin: 0 0 22px;
}
.sidebar-widget.blog-newsletter form input {
	color: #5f6162;
	font-size: 15px;
	font-family: 'euclid_circular_a_triallight', 'Roboto';
	line-height: 45px;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	border: 0px solid #d5dbe8;
	background: #fff;
	width: 100%;
	height: 45px;
}
.sidebar-widget.blog-newsletter form button {
	color: #ffffff;
	font-size: 15px;
	font-family: 'euclid_circular_a_trialSBd', 'Roboto';
	line-height: 20px;
	margin: 6px 0 0;
	line-height: 45px;
	text-align: center;
	border: none;
	width: 100%;
	height: 45px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	cursor: pointer;
	letter-spacing: 1px;
	background: #15338d;
}
/** Blog Details Sec **/
.blog-content {
	text-align: center;
}
.blog-content .sub-head {
	background: #19a5a0;
	padding: 9px 20px 7px;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'euclid_circular_a_trialSBd', 'Roboto';
}
.blog-details .blog-content h1 {
	font-size: 45px;
	line-height: 60px;
	color: #0f1432;
	position: relative;
	font-family: 'euclid_circular_a_trialSBd', 'roboto';
	font-weight: 600;
	margin: 25px 0 40px;
}
.blog-details .blog-content .post-author-info {
	padding: 15px 0 20px;
	margin: 0;
	border-top: 1px solid #eaeaea;
}
.blog-details .blog-content .post-author-info.bord {
	border-bottom: 1px solid #eaeaea;
	border-top: 0px;
	padding-top: 0;
	margin: -10px 0 0;
	padding: 0 0 10px;
}
.blog-details .blog-content .post-author-info.bord .share {
	float: none;
	margin: -5px 0 0;
}
.blog-details .blog-content .post-author-info.bord .share ul {
	float: none;
}
.blog-details .blog-content .share ul {
	width: auto;
	margin: -5px 15px 0 0;
}
.blog-details .blog-content .share ul li {
	background: none;
	padding: 8px 0 8px 10px;
}
.blog-details .blog-content .share {
	float: right;
	margin: 5px 0 0;
}
.blog-details .blog-content .share h6 {
	vertical-align: middle;
	margin: 0 0 0 5px;
}
.blog-details .blog-content .blog-img {
	margin: 0 0 25px;
}
.blog-details .blog-content .blog-img img {
	width: 100%;
}
.blog-details .blog-content p {
	font-size: 18px;
	padding: 0 0 0 30px;
	margin: 0 0 20px;
	text-align: left;/*font-family: 'euclid_circular_a_trialRg','Roboto';*/
}
.blog-details .blog-content p strong {
	color: #15338c;
	font-family: 'euclid_circular_a_trialRg', 'Roboto';
}
body.postid-1195 .blog-details .blog-content p strong {
	color: #333;
}
.blog-details .blog-content p a, .blog-details .blog-content a {
	color: #19a5a0;
	text-decoration: underline;
}
a.btn.blog-inner-btn {
	background: rgb(245,102,3);
	background: linear-gradient(90deg, rgba(245,102,3,1) 0%, rgba(254,145,28,1) 100%);
	color: #fff !important;
	text-decoration: none !important;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: bold;
	border-radius: 0;
}
a.btn.blog-inner-btn:focus, a.btn.blog-inner-btn:hover, a.btn.blog-inner-btn:active, a.btn.blog-inner-btn:visited {
	opacity: 0.8;
}
.blog-details .blog-content p a:hover {
	text-decoration: none;
}
blog-details .blog-content p img {
	max-width: 100% !important;
}
.blog-details .blog-content h2:before {
	content: "";
	position: absolute;
	left: 0;
	background: #19a5a0;
	width: 3px;
	height: 100%;
	top: 0;
}
.blog-details .blog-content h2 {
	font-size: 23px;
	margin: 0 0 15px;
	padding: 8px 0 8px 30px;
	position: relative;
	text-align: left;
	color: #0f1432;
	float: left;
	width: 100%
}
.blog-details .blog-content h3 {
	font-size: 20px;
	margin: 0 0 0;
	padding: 8px 0 8px 30px;
	position: relative;
	text-align: left;
	color: #0f1432;
	float: left;
	width: 100%;
	font-family: 'euclid_circular_a_trialSBd', 'Roboto';
}
.share ul {
	list-style: none;
	margin: 0 15px 0 0;
	padding: 0;
	display: none;
	vertical-align: middle;
}
.share ul.active {
	display: inline-block;
}
.share ul li {
	display: inline-block;
}
.share ul li a.facebook-icon {
	background: #3b5998;
}
.share ul li a.twitter-icon {
	background: #4099ff;
}
.share ul li a.linkedin-icon {
	background: #006699;
}
.share ul li a {
	color: #ffffff !important;
	font-size: 14px;
	line-height: 26px;
	border-radius: 50%;
	margin: 0 0 0 5px;
	padding: 0;
	width: 23px;
	height: 23px;
	text-align: center;
	display: inline-block;
}

.blog-details .blog-content ul {
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
	list-style: none;
	float: left;
	width: 100%;
}
.blog-details .blog-content ol {
	margin: 0 0 20px 0;
	padding: 0 0 0 50px;
	list-style: none;
	width: 100%;
}
.blog-details .blog-content ol li {
	color: #465073;
	font-size: 18px;
	padding: 8px 0 8px 10px;
	text-align: left;
	list-style: decimal;
}
.blog-details .blog-content ul li {
	background: url(images/bullet-icon.png) left 10px no-repeat;
	color: #465073;
	font-size: 18px;
	padding: 8px 0 8px 30px;
	text-align: left;
}
.blog-details .blog-arciles-img::before {
	position: absolute;
	top: 500;
	left: 0;
	height: 100%;
	width: 100%;
	content: "";
	opacity: 1;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 6%, rgba(0, 0, 0, 0.9) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 6%, rgba(0, 0, 0, 0.9) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 6%, rgba(0, 0, 0, 0.9) 100%);
 filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#000', GradientType=0);
}
.blog-arciles:hover .blog-arciles-img::before {
	top: 0;
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-ms-transition: all .5s ease;
}
.blog-details .blog-arciles {
	float: left;
	width: 100%;
	overflow: hidden;
	margin: 40px 0 0;
}
.blog-details .blog-arciles .blog_btm_cntnt {
	margin: 0 auto;
	position: absolute;
	bottom: -5px;
	padding: 0 25px 25px;
	background: none;
}
.blog-details .blog-arciles .blog_btm_cntnt h3 {
	color: #fff;
	font-family: 'euclid_circular_a_trialmedium', 'Roboto';
	font-size: 26px;
	line-height: 34px;
}
.blog-details .blog-arciles.second .blog_btm_cntnt {
	text-align: right;
}
.blog-details .blog-arciles.second .blog_btm_cntnt a::before {
	right: 0px;
	bottom: 6px;
	left: auto;
	border-right: 0px solid #fff;
	border-left: 8px solid #fff;
}
.blog-details .blog-arciles.second .blog_btm_cntnt a::after {
	right: 0px;
	left: auto;
}
.blog-details .blog-arciles.second .blog_btm_cntnt a {
	color: #fff;
	padding: 0 55px 0 0;
	position: relative;
}
.blog-details .blog-arciles .blog_btm_cntnt a::before {
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-right: 8px solid #fff;
	border-bottom: 4px solid transparent;
	content: "";
	position: absolute;
	left: 0;
	bottom: 6px;
}
.blog-details .blog-arciles .blog_btm_cntnt a {
	color: #fff;
	padding: 0 0 0 55px;
	position: relative;
	text-transform: uppercase;
	font-size: 16px;
}
.blog-details .blog-arciles .blog_btm_cntnt a::after {
	position: absolute;
	bottom: 9px;
	left: 0px;
	background: #fff;
	width: 45px;
	height: 1px;
	content: "";
}
.blog-details .blog-arciles .blog-arciles-img {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.blog-details .blog-arciles .blog-arciles-img img {
	width: 100%;
}
.blog-details .author-main {
	float: left;
	width: 100%;
	background: #f7f7fe;
	padding: 50px 40px 35px 50px;
	margin: 40px 0 0;
	display: flex;
	align-items: center;
}
.blog-details .author-main .author-img {
	width: 170px;
	margin: 0 20px 0 0;
}
.blog-details .author-main .author-img img {
	width: 150px;
	padding: 3px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0, 0.15);
	border-radius: 100%;
	height: 150px;
}
.blog-details .author-main .author-info {
	display: inline-block;
}
.blog-details .author-main .author-info h3 {
	color: #0f1432;
	font-family: 'euclid_circular_a_trialmedium';
	font-size: 26px;
	margin: 0 0 10px;
}
.blog-details .author-main .author-info p {
	font-size: 16px;
}
/*-- Common Help Desk --*/
.common-help-desk {
	position: relative;
}
.number-section {
	float: left;
	width: 100%;
	margin: 40px 0 0;
}
.number-section h4:before {
	padding: 0 38px 0 0;
	content: "";
	position: absolute;
	left: 0;
	font-size: 15px;
	color: #ffffff;
	background: url(images/bullet-shape-icon.png) left top no-repeat;
	width: 46px;
	height: 65px;
	top: -1px;
}
.number-section h4 {
	text-align: left;
	padding: 20px 0 0 70px;
	position: relative;
	color: #1a2174;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	float: left;
	width: 100%;
	font-size: 22px;
	border-top: 1px solid #00aae1;
}
.number-section h4 span {
	position: absolute;
	left:17px;
	top: 13px;
	color: #fff;
}
.number-section h4 span.last {
	left: 9px;
}
.blog-details .blog-content .number-section p {
	padding: 0 0 0 70px;
}
.number-section .content-img {
	margin:0 0 25px 0;
}
.number-section .content-img img {
	width:100%;
	height:auto;
}
/*-- Blog Content Sec End --*/
/*-- Footer Logo Section --*/
.footer-logo-sec {
	background: #f5f6fe;
	padding: 30px 0;
	border-top: solid 1px #becedd;
	border-bottom: solid 1px #becedd;
}
.footer-logo-sec ul {
	float: right;
	margin: 6px 0 0 0;
}
.footer-logo-sec ul li {
	float: left;
}
.footer-logo-sec ul li a {
	background: linear-gradient(-45deg, var(--c1, #5056e1), var(--c2, #2e34a1) 51%, var(--c1, #5056e1)) var(--x, 0)/ 200%;
	border-radius: 3px;
	color: #ffffff;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	height: 40px;
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0;
}
.footer-logo-sec ul li:last-child a {
	margin: 0;
}
.footer-logo-sec ul li a:hover {
--x: 100%;
}
/*-- Footer Nav Section --*/
.footer-nav-sec {
	background: #f5f6fe;
	border-bottom: solid 1px #becedd;
	padding: 0;
}
.footer-nav-main {
	background: #fafafe;
	width: 100%;
	float: left;
}
.footer-nav {
	border-left: solid 1px #becedd;
	margin: 0;
	padding: 42px 30px 15px;
	float: left;
	min-height: 320px;
}
.footer-nav .form-search {
	position: relative;
}
.footer-nav .form-search .form-group {
	width: 100%;
}
.footer-nav .form-search .form-group input {
	background: url(images/arrow-icon.png);
}
.footer-nav.one {
	width: 25%;
}
.footer-nav.two {
	width: 23%;
}
.footer-nav.three {
	width: 20%;
}
.footer-nav.four {
	width: 32%;
	padding: 42px 45px 0;
}
.footer-nav.four p:before {
	display: none;
}
.footer-nav.four p {
	padding: 0;
	color: #465073;
	font-family: 'euclid_circular_a_trialRg', 'Roboto';
	margin: 0 0 8px;
}
.footer-nav.four .footer-btns {
	float: left;
	width: 100%;
}
.footer-nav.four .footer-btns .bttn.quote {
	border: 1px solid #f8b897;
	color: #f77733;
	background: #fdf7f3;
}
.footer-nav.four .footer-btns .bttn.quote:hover, .footer-nav.four .footer-btns .bttn.quote:focus {
	background: #f77733;
	color: #fff;
	border: 1px solid #f8b897;
}
.footer-nav.four .footer-btns .bttn.demo {
	border: 1px solid #3faeaa;
	color: #3faeaa;
	background: #f1f9fb;
}
.footer-nav.four .footer-btns .bttn.demo:hover, .footer-nav.four .footer-btns .bttn.demo:focus {
	background: #3faeaa;
	color: #fff;
	border: 1px solid #3faeaa;
}
.footer-nav.four .footer-btns .bttn {
	display: inline-block;
	font-size: 15px;
	padding: 10px 20px 7px;
	border-radius: 4px;
	font-family: 'euclid_circular_a_trialSBd', 'Roboto';
	text-transform: uppercase;
	margin: 0 2px;
}
.form-subscribe {
	position: relative;
	margin: 0 0 30px;
}
.form-subscribe .form-group {
	width: 100%;
}
.form-subscribe .form-control {
	border: 1px solid #eeeeee;
	border-radius: 3px;
	box-shadow: none;
	height: 48px;
	padding: 0 0 0 40px;
}
.form-subscribe .btn {
	background: #373ba6; /* Old browsers */
	background: -moz-linear-gradient(left, #373ba6 0%, #6668ec 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #373ba6 0%, #6668ec 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #373ba6 0%, #6668ec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373ba6', endColorstr='#6668ec', GradientType=1 ); /* IE6-9 */
	padding: 9px 20px 7px;
	position: absolute;
	right: 4px;
	top: 4px;
	border: none;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'euclid_circular_a_trialmedium', 'Roboto';
}
.form-subscribe .btn-dark:focus {
	box-shadow: none !important;
}
.footer-nav:last-child {
	border-right: solid 1px #becedd;
}
.footer-nav h6 {
	color: #282d8c;
	font-size: 23px;
	font-family: 'euclid_circular_a_trialmedium', 'Roboto';
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.footer-nav ul li a {
	color: #465073;
	font-size: 15px;
	font-family: 'euclid_circular_a_trialRg', 'Roboto';
	position: relative;
	padding: 0 0 0 22px;
}
.footer-nav ul li a:hover {
	color: #282d8c;
}
.footer-nav ul li a:before {
	position: absolute;
	content: '';
	top: 6px;
	left: 0;
	width: 14px;
	height: 1px;
	background: #28c8c3;
}
.footer-nav p {
	color: #282d8c;
	font-size: 15px;
	font-family: 'euclid_circular_a_trialmedium', 'Roboto';
	margin: 0 0 25px;
	padding: 0 0 0 45px;
	position: relative;
}
.footer-nav p span {
	display: block;
	color: #465073;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.footer-nav p span a {
	color: #465073;
}
.footer-nav p span a:hover {
	color: #465073;
}
.footer-nav p:before {
	position: absolute;
	background: url('images/phone-icon1.png') no-repeat left center;
	width: 34px;
	height: 34px;
	left: 0;
	top: 0;
	content: "";
}
/*-- Footer Section --*/
footer {
	background: #f5f6fe;
	padding: 35px 0;
	text-align: center;
	width: 100%;
	float: left;
}
footer p {
	font-size: 15px;
	font-family: 'euclid_circular_a_trialRg', 'Roboto';
	margin-bottom: 5px;
}
footer p span {
	font-family: 'Roboto', sans-serif;
}
footer p a {
	color: #465073;
	font-size: 15px;
	font-family: 'euclid_circular_a_trialRg', 'Roboto';
}
footer p a:hover {
	color: #282d8c;
}
.search-box-item {
	color: #ffffff;
	cursor: pointer;
	width: auto;
	float: right;
	margin: 0 0 0 70px;
	padding: 15px 0 0;
	display: none;
}
.search-box-item .search-overlay.search-popup {
	position: absolute;
	top: 100%;
	width: 300px;
	right: 0;
	background: #ffffff;
	z-index: 2;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	margin-top: 25px;
}
.search-box-item .search-overlay.search-popup .search-form {
	position: relative;
}
.search-box-item .search-overlay.search-popup .search-form .search-input {
	display: block;
	width: 100%;
	height: 50px;
	line-height: initial;
	border: 1px solid #eeeeee;
	color: #212529;
	outline: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding-top: 4px;
	padding-left: 10px;
}
.search-box-item .search-overlay.search-popup .search-form .search-input:focus {
	border-color: #3a8d00;
}
.search-box-item .search-overlay.search-popup .search-form .search-button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	background: transparent;
	border: none;
	width: 50px;
	outline: 0;
	color: #102a82;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding: 0;
	cursor: pointer;
}
.search-button .ti-search {
	margin: 15px 10px;
	float: right;
}
.search-box-item .search-overlay.search-popup .search-form .search-button:focus {
	color: #3a8d00;
}
.search-box-item p {
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'euclid_circular_a_trialmedium', 'Roboto';
	letter-spacing: 1px;
	float: left;
	margin-right: 6px;
}
.search-box-item .search-btn {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.search-box-item .search-btn:hover {
	color: #ffffff;
}
.search-box-item .search-overlay {
	display: none;
}
.search-box-item .close-btn {
	cursor: pointer;
	display: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	color: #ffffff;
	font-size: 22px;
}
.search-box-item .close-btn:hover {
	color: #ffffff;
}
.search-box-item .close-btn.active {
	display: inline-block;
}
.search-btn.ti-search {
	font-size: 22px;
}

/*-- Responsive CSS --*/
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
/** Navigation Main Page **/	
.sticky_menu .main-nav .navbar-nav .nav-item:first-child {
	padding-left: 15px;
}
/** Blog Main Page **/
.blog-side-tab-txt h6 a {
	display: block;
}
.footer-nav.four {
	padding: 42px 18px 0;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
/** Top Bar Sec **/
.sales-sec {
	font-size: 14px
}
.sales-sec ul li a {
	font-size: 14px
}
.top-right .reqst-quote {
	padding: 24px 7px 24px;
	font-size: 13px;
}
.top-right .reqst-demo {
	padding: 24px 12px 24px;
	font-size: 13px;
}
/** Blog Inner Page **/
.blog-details .blog-content h1 {
	font-size: 32px;
	line-height: 50px;
}
/** Managed Table Page **/
.managed-table tr.thead th {
	font-size: 16px;
}
}

@media (max-width: 991px) {
/** Blog Main Page **/
.sidebar-sec {
	margin: 50px 0 0;
}
.blog_btm_cntnt h2.title, .blog_btm_cntnt h2 {
	font-size: 20px;
	line-height: 25px;
}
/** Managed Table Page **/
.managed-table tr.thead th {
	font-size: 15px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
/** Blog Inner Page **/
.blog-details .blog-content h1 {
	font-size: 35px;
	line-height: 50px;
}
}

@media (max-width: 767px) {
.top-right {
	text-align: center;
	padding: 15px 0;
	margin: 20px -15px 0;
	background: #1a1f6f;
}
.top-right a.phone-icon:before {
	display: none;
}
.top-right a.phone-icon {
	position: relative;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	padding: 0;
}
.top-right a.phone-icon img {
	vertical-align: top;
	margin: -5px 9px 0px 0;
}
.top-right .reqst-quote {
	padding: 15px 10px;
	font-size: 12px;
	display: none;
}
.top-right .reqst-demo {
	display: none;
}
.top-right a {
	display: inline-block;
	clear: both;
	padding: 15px 10px;
	font-size: 16px;
}
/** Blog Main Page **/	
.blog_box_wrapper {
	margin: 25px 0 0;
}
.blog-content-sec h1 {
	font-size: 60px;
}
.blog-details .blog-content h1 {
	font-size: 30px;
	line-height: 36px;
}
.blog-details .blog-content .share {
	float: none;
	margin: 5px 0 0;
	display: block;
	width: 100%;
	float: left;
}
.blog-details .blog-content .share h6 {
	vertical-align: middle;
	margin: 0 0 0 5px;
	display: inherit;
}
.blog-details .blog-content .list ul {
	width: 100% !important;
}
.blog-details .blog-arciles .blog_btm_cntnt h3 {
	font-size: 20px;
	line-height: 29px;
}
.blog-details .blog-arciles-img::before {
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 10%, rgba(0, 0, 0, 0.9) 85%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 10%, rgba(0, 0, 0, 0.9) 85%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 10%, rgba(0, 0, 0, 0.9) 85%);
 filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#000', GradientType=0);
}
.blog-details .author-main {
	display: inherit;
	padding: 25px;
}
.blog-details .author-main .author-img {
	margin: 0;
}
.blog-details .author-main .author-info {
	margin: 30px 0 0;
}
}
