html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul, ol {
	list-style: none;
}
hr {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 27px;
	color: #6d6e71;
}
img {
	max-width: 100%;
	border: none;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #6d6e71;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 15px 0;
	color: #6d6e71;
}
h1 {
	font-size: 60px;
	line-height: 60px;
	color: #FFF;
}
h2 {
	font-size: 40px;
	line-height: 50px;
}
h3 {
	font-size: 30px;
	line-height: 35px;
}
h4 {
	font-size: 25px;
	line-height: 30px;
}
h5 {
	font-size: 20px;
	line-height: 26px;
}
h6 {
	font-size: 15px;
	line-height: 20px;
}
a {
	text-decoration: none;
}
.loading_form {
	background: #1969A1;
	color: #FFFFFF;
	font-size: 14px;
	padding: 5px;
	margin: 7px auto;
	display: none;
	text-align: center;
	font-weight: 400;
}
.exception_message {
	color: #a94442;
	background-color: #f2dede;
	border: #ebccd1 solid 1px;
	padding: 10px;
	margin-top: 20px;
	border-radius: 3px;
	text-align: center;
	position: relative;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	clear: both;
}
.outcome_message {
	color: #3c763d;
	background-color: #dff0d8;
	border: #d6e9c6 solid 1px;
	padding: 2px 5px;
	margin-top: 20px;
	border-radius: 3px;
	text-align: center;
	position: relative;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	clear: both;
}
.alert_close {
	position: absolute;
	top: 1px;
	right: 6px;
	cursor: pointer;
}
.main {
	width: 1170px;
	margin: 0 auto;
	padding: 0px;
}
.main::after, .main::before {
	display: table;
	content: "";
	clear: both;
}
.col-6-1 {
	width: 48%;
	float: left;
	padding-right: 2%;
}
.col-6-2 {
	width: 48%;
	float: left;
	padding-left: 2%;
}
.col-4-1 {
	width: 32%;
	float: left;
	padding-right: 2%;
}
.col-4-2 {
	width: 32%;
	float: left;
	padding-right: 2%;
}
.col-4-3 {
	width: 32%;
	float: left;
}
.clear_div {
	clear: both;
}
a.cta {
	color: #0e3655;
	border: 2px solid #0e3655;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	padding: 0px;
	text-align: center;
	min-width: 150px;
	margin: 0;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
}
a.cta:hover {
	background: #0e3655;
	color: #fff;
	moz-transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	transition: all .4s ease-in;
}
a.cta1 {
	color: #fff;
	border: 2px solid #fff;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	padding: 0px;
	text-align: center;
	min-width: 150px;
	margin: 0;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
}
a.cta1:hover {
	background: #fff;
	color: #f17921;
	moz-transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	transition: all .4s ease-in;
}
.row {
	display: block;
}
.row::before, .row::after {
	content: ' ';
	display: table;
	clear: both;
}
.sticky {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	box-shadow: #CCC 0px 0px 4px;
	background: #FFF;
	padding: 8px 0px 0px 0px;
}
/**** Start Header ****/
header {
	display: block;
	padding: 10px 0px 0px 0px;
	margin: 0 auto;
	background: #FFF;
}
.logo {
	float: left;
}
.logo a {
	display: block;
}
.logo a img {
	display: block;
}
.sticky .logo {
	width: 230px;
}
span.top_hiring a {
	display: block;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-style: oblique;
	color: #6d6e71;
	font-weight: 400;
	text-decoration: none;
	line-height: 14px;
}
span.top_hiring a:hover {
	color: #f17921;
}
#nav {
	margin: 0px;
	padding: 0px;
	float: right;
}
#nav > a {
	display: none;
}
#nav li {
	position: relative;
}
#nav li a {
	display: block;
	padding: 0px;
}
#nav li active a {
	color: #6d6e71;
}
#nav .subspan:after {
	width: 0;
	height: 0;
	border: 0.313em solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: #efa585;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
}
/* first level */

#nav > ul {
}
#nav > ul > li {
	float: left;
}
#nav > ul > li > a {
	height: 100%;
	font-size: 14px;
	line-height: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0;
	color: #333;
	padding: 0px 0 0 15px;
}
/* #nav > ul > li:not( :last-child ) > a {
 border-right: 1px solid #cc470d;
}*/
#nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
	color: #43ca83;
}
#nav > ul > li .docked-menu {
	font-size: 24px;
	color: #0c619b;
	font-weight: normal;
	margin-top: 22px;
}
#nav ul li.free-trial a {
	color: #f17921;
}
/* second level */
#nav li ul {
	position: absolute;
	top: 100%;
	left: 0%;
	margin-left: -84px;
	width: 240px;
	padding-top: 12px;
	z-index: 999;
	display: none;
	border-bottom: 1px solid #dbdbdb;
}
header.sticky #nav li ul {
	padding-top: 8px;
}
#nav li:hover ul {
	display: block;
}
#nav li ul li {
	background: #fff;
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	border-top: 1px solid #EAEAEA;
}
#nav li ul li:last-child {
	border-bottom: 0;
}
#nav li ul li a {
	line-height: 48px;
	padding: 20px 25px;
	color: #f17921;
	font-size: 17px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 0;
}
.sub-menu:before {
	position: absolute;
	top: 5px;
	left: 45%;
	display: inline-block;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #fff;
	border-left: 12px solid transparent;
	border-bottom-color: #b9b9b9;
	content: '';
}
.sub-menu:after {
	position: absolute;
	top: 6px;
	left: 45%;
	display: inline-block;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #fff;
	border-left: 12px solid transparent;
	content: '';
}
header.sticky .sub-menu:before {
	top: 1px;
}
header.sticky .sub-menu:after {
	top: 2px;
}
#nav li:not( :first-child ):hover ul {
	left: -1px;
}
#nav li ul a {
	font-size: 14px;
	border-top: 1px solid #e15a1f;
	padding: 0.75em; /* 15 (20) */
}
/*#nav li ul li a:hover, #nav li ul:not( :hover ) li.active a {
 background-color: #e15a1f;
}*/
.main_menus-icon {
	width: 32px;
	height: 32px;
	display: block;
	margin: 0px 15px 0px 0px;
	float: left;
}
#nav .top_products_menu li span {
	font-size: 11px;
	display: block;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
	line-height: 14px;
	color: #adacac;
	letter-spacing: initial;
	width: auto;
	height: auto;
	background: none;
}
#nav .top_products_menu ul.sub-menu li a {
	line-height: 20px;
	padding: 12px 13px;
	color: #6b6b6b;
	font-size: 14px;
}
#nav .top_products_menu ul.sub-menu li a:hover {
	color: #F17921;
}
.menu_link {
	float: right;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
.menu_link li {
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
}
.menu_link li a {
	margin: 0px;
	padding: 0px;
	display: block;
}
.menu_link li ul {
	position: absolute;
	top: 100%;
	right: 0%;
	width: 210px;
	padding-top: 12px;
	z-index: 999;
	display: none;
	border-bottom: 1px solid #dbdbdb;
}
.menu_link li:hover ul {
	display: block;
}
.menu_link li ul li {
	background: #fff;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-top: 1px solid #f1f1f1;
	text-align: left;
}
.menu_link li ul li:last-child {
	border-bottom: 0;
}
.menu_link li ul li a {
	padding: 9px 10px;
	color: #7b7b7b;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	border: 0;
}
.menu_link li ul li a:hover {
	color: #43ca83;
}
.menu_link li ul:before {
	position: absolute;
	top: 5px;
	right: 1%;
	display: inline-block;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #fff;
	border-left: 12px solid transparent;
	border-bottom-color: #e4e4e4;
	content: '';
}
.menu_link li ul:after {
	position: absolute;
	top: 6px;
	right: 1%;
	display: inline-block;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #fff;
	border-left: 12px solid transparent;
	content: '';
}
/**** End Header ****/



/**** Start Footer ****/

.f_copyright {
	background: #0e3655;
	padding: 25px 0 15px;
}
.f-logo {
	float: left;
	color: #FFF;
	font-size: 14px;
}
.f-logo a {
	display: inline-block;
	margin-right: 20px;
}
.f-logo a img {
	vertical-align: top;
}
.f-social {
	float: right;
}
.f-social p {
	color: #fff;
	display: inline-block;
	margin-bottom: 0;
	float: left;
	font-size: 14px;
}
.f-social ul {
	display: inline-block;
}
.f-social ul li {
	display: inline-block;
	height: 32px;
	width: 32px;
	margin-left: 15px;
}
.f-social ul li a {
	height: 32px;
	width: 32px;
	display: block;
	border: #FFF solid 1px;
	border-radius: 50%;
	line-height: 32px;
	text-align: center;
	color: #FFF;
}
.f-social ul li a:hover {
	background: #0e2538;
}
.f-social ul li span {
	height: 32px;
	width: 32px;
	display: block;
	background-image: url(../images/social-icons.png);
}
.f-social ul li .icon01 {
	background-position: 0px 0px;
}
.f-social ul li .icon01:hover {
	background-position: 0px 32px;
}
.f-social ul li .icon02 {
	background-position: -32px 0px;
}
.f-social ul li .icon02:hover {
	background-position: -32px 32px;
}
.f-social ul li .icon03 {
	background-position: -64px 0px;
}
.f-social ul li .icon03:hover {
	background-position: -64px 32px;
}
.f-social ul li .icon04 {
	background-position: -96px 0px;
}
.f-social ul li .icon04:hover {
	background-position: -96px 32px;
}
.footer-copyright {
	background: #d1d1d1;
	text-align: center;
	padding: 20px 0px;
	color: #434343;
}
/************* End footer *************/
/*====================Back to top button =============*/
#back-top {
	position: fixed;
	bottom: 30px;
	right: 50px;
	z-index: 999;
}
#back-top a {
	width: 38px;
	height: 38px;
	display: block;
	text-align: center;
	background: url(../images/top.png) no-repeat center center;
	text-indent: -9999px;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	opacity: .5;
}
.free_trial_sec {
	padding: 0px;
	margin: 0 auto;
	position: relative;
}
.free_trial_sec .free_trial_sec_inner {
	background:	url(../images/bottom-banner-bg.png) top center no-repeat;
	position: relative;
	height:300px;
}
.free_trial_sec .free_trial_sec_inner:before, .free_trial_sec .free_trial_sec_inner:after {
	box-sizing: border-box;
	display: table;
	content: " ";
	clear: both;
}
.free_trial_sec .free_trial_sec_inner .txt_top{
	font-family: 'Montserrat';
    color: #6d6e71;
    font-size: 30px;
    padding: 35px 0px 0px 0px;
    margin: 0px;
    position: absolute;
    left: 0px;
    right: 0;
    font-weight: 600;
    text-align: center;
    z-index: 99;
}
.free_trial_sec .free_trial_sec_inner .txt_top span{
	display: block;
    font-size: 13px;
    width: 230px;
    margin: 0 auto;
    font-weight: 400;
    line-height: 16px;
    padding-top: 8px;
}
.free_trial_sec .free_trial_sec_inner .left {
	float: left;
	width: 47%;
	text-align: left;
	padding:60px 0px 0px 30px;
}
.free_trial_sec .free_trial_sec_inner .left a.cta {
	min-width: 230px;
	font-family: 'Montserrat';
	color: #f17921;
	background: #FFF;
	border-color:#FFF;
	height: 36px;
	line-height: 36px;
	float:left;
}
.free_trial_sec .free_trial_sec_inner .left a.cta:hover {
	background: transparent;
	color: #fff;
}
.free_trial_sec .free_trial_sec_inner .right {
	float: right;
	width: 47%;
	position:absolute;
	top:0px;
	bottom:0px;
	right:0px;
	text-align: right;
	padding:60px 30px 0px 0px;
}
.free_trial_sec .free_trial_sec_inner .right a.cta {
	min-width: 230px;
	font-family: 'Montserrat';
	color: #1f6ca7;
	background: #FFF;
	border-color:#FFF;
	height: 36px;
	line-height: 36px;
	float:right;
}
.free_trial_sec .free_trial_sec_inner .right a.cta:hover {
	background: transparent;
	color:#FFF;
}
.free_trial_sec .free_trial_sec_inner .left h3 {
	font-size: 15px;
    line-height: 16px;
    font-family: 'Montserrat';
    color: #FFF;
    padding: 5px 0px 0px 15px;
    margin: 0px;
    font-weight: 300;
    float: left;
    width: 290px;
    opacity: .7;
}
.free_trial_sec .free_trial_sec_inner .right h3 {
	font-size: 15px;
    line-height: 16px;
    font-family: 'Montserrat';
    color: #FFF;
    padding: 5px 15px 0px 0px;
    margin: 0px;
    font-weight: 300;
    float: right;
    width: 290px;
    opacity: .7;
}
.free_trial_sec .free_trial_sec_inner p {	
	padding: 7px 0px 35px 0px;
    margin: 0px;
}
.free_trial_sec_inner_mobile{
	display:none;
}
.brand_sec {
			padding: 0px;
			margin: 0;
			position: relative;
		}
		.brand_sec .main {
	position: relative;
}
	.brand_sec .main:after {
			    background: url(../images/brand-shape.png) no-repeat top center;
    position: absolute;
    content: "";
    z-index: 99;
    width: 1050px;
    height: 291px;
    top: 0;
    left: 4%;
    opacity: .4;
		}
		.brand_sec_col {
			width: 50%;
			float: left;
		}
		.brand_sec_col .brand_bt360 {
			background: #f17921;
			padding: 30px 10px;
			text-align: center;
		}
		.brand_sec_col .brand_sl360 {
			background: #6280FF;
			padding: 30px 10px;
			text-align: center;
		}
		.brand_sec_col .brand_ascope {
			background: #2B50ED;
			padding: 30px 10px;
			text-align: center;
		}
		.brand_sec_col p {
			       font-size: 15px;
    				line-height: 20px;
				font-family: 'Montserrat';
				color: #FFF;
				padding: 5px 0px 0px 15px;
				font-weight: 300;
			margin-bottom: 30px;
		}
		.brand_sec_col a {
			font-family: 'Montserrat';
			padding: 0 25px;
			display: inline-block;
			background: #FFF;
			border-color: #FFF;
			height: 40px;
			line-height: 40px;
			  z-index: 999;
    position: relative;
			
}
			.brand_sec_col .brand_bt360 a {
			color: #f17921;
			border: 1px solid #fff;
		}
		.brand_sec_col .brand_sl360 a {
			color: #2f81ed;
			border: 1px solid #fff;
		}
		.brand_sec_col .brand_ascope a {
			color: #3149a7;
			border: 1px solid #fff;
		}
.brand_sec_col .brand_bt360 a:hover {
			color: #fff;
			background: #f17921;
		}
		.brand_sec_col .brand_sl360 a:hover {
			color: #fff;
			background: #2f81ed;
		}
		.brand_sec_col .brand_ascope a:hover {
			color: #fff;
			background: #3149a7;
		}
		.brand_sec_col img {
			margin-bottom: 20px;
		}
/************* footer *************/

/************* Main Page *************/
.home_hero {
	background: #43ca83;
	min-height: 420px;
}
.home_hero_left {
	float: left;
	width: 60%;
}
.home_hero_right {
	float: left;
	width: 40%;
	text-align: center;
	padding-top: 14px;
}
.home_hero_right img {
	display: block;
}
.home_hero_right a {
	padding: 10px 20px;
	border: 2px solid #fff;
	color: #fff!important;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	display: inline-block;
}
.home_hero_right a:hover {
	background: #fff;
	color: #E77421 !important;
}
.home_hero_left h1 {
	padding: 70px 0px 10px 0px;
	font-weight: 900;
}
.home_hero h3 {
	color: #fff;
	font-size: 20px;
	line-height: 25px;
	padding: 0 0 43px;
	font-weight: 500;
}
.home_hero p {
	color: #fff;
}
.home_hero .book-sec {
	position: relative;
	padding: 0px;
	margin: 0px;
	clear: both;
}
.home_hero .book-sec .book-img {
	position: relative;
	float: left;
	line-height: 0px;
}
.bmp_ebook_circle {
	position: absolute;
	top: -14px;
	right: -63px;
	background: #ea6e59;
	width: 80px;
	height: 60px;
	border-radius: 50%;
	color: #fff;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	padding: 30px 20px;
	line-height: 15px;
}
.home_hero .book-sec .book-des-text {
	position: absolute;
	float: left;
	padding: 12px 0px 0px 245px;
}
.home_hero .book-sec .book-des-text h2 {
	font-size: 28px;
	line-height: 30px;
	color: #FFF;
	font-weight: 500;
}
.home_hero .book-sec .book-des-text a.cta {
	color: #FFF;
	background: #0e3655;
}
.home_hero .book-sec .book-des-text a.cta:hover {
	background: #0f293e;
	color: #fff;
}
.home_hero form {
	width: 450px;
	position: relative;
}
.home_hero form input[type="email"] {
	width: 68%;
	float: left;
	background: #fff;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	font-weight: 400;
	padding: 0 0 0 3%;
	color: #696868;
	outline: none;
	border: none;
}
.home_hero form input[type="submit"] {
	width: 29%;
	float: left;
	background: #4ec1b2;
	height: 45px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	outline: none;
	border: none;
	letter-spacing: 1px;
	cursor: pointer;
}
.home_hero form input[type="submit"]:hover {
	background: #4cb9ab;
}
.home_hero form label {
	display: inline;
	position: absolute;
	left: 0px;
	top: 46px;
	font-size: 12px;
	line-height: 18px;
	color: #F93535;
	z-index: 9999;
	font-weight: 400;
	background: #FFF;
	padding: 0px 5px;
}
.home_search {
	padding: 15px 0 15px;
}
.home_search form {
	position: relative;
}
.home_search form input[type="search"] {
	width: 100%;
	border: 1px solid #DFDFE8;
	box-shadow: none;
	height: 55px;
	border-radius: 50px !important;
	background-color: #FFFFFF;
	padding: 6px 45px 6px 26px;
	outline: none;
}
.home_search form button[type="submit"] {
	background: url(../images/search_orange.png) no-repeat 0px 0px;
	width: 18px;
	height: 20px;
	position: absolute;
	top: 18px;
	right: 20px;
	outline: none;
	border: none;
	text-indent: -999999px;
	cursor: pointer;
}
.main_content {
	padding: 60px 0px 55px 0px;
}
.home_page_main {
	display: block;
}
.home_blog_sec {
	border: 2px solid #dbdbdb;
	width: 47%;
	float: left;
	border-radius: 5px;
	margin-bottom: 60px;
	webkit-box-shadow: 0 2px 27px 1px rgba(1,1,1,0.16);
	-moz-box-shadow: 0 2px 27px 1px rgba(1,1,1,0.16);
	box-shadow: 0 2px 27px 1px rgba(1,1,1,0.16);
	box-sizing: border-box;
	overflow: hidden;
}
.home_blog_sec:nth-of-type(odd) {
	margin-right: 2%;
	margin-left: 0;
}
.home_blog_sec:nth-of-type(even) {
	margin-left: 2%;
	margin-right: 0;
}
/*.home_blog_sec_img {
	position: relative;
	background: #43ca83;	
	padding: 15px 65px 15px 15px;
	font-size: 24px;	
	overflow: hidden;
	word-break: break-all;
}
.home_blog_sec_title{
	height: 150px;
	display: table-cell;
	vertical-align: middle;
}
.home_blog_sec_img a {
	color: #FFF;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
	font-weight: 700;
}*/
.home_blog_sec_img {
	position:relative;
	line-height:0px;
}

.home_blog_sec_img_date {
	position: absolute;
	top: 20px;
	right: 0;
}
.home_blog_sec_img_date p {
	background: rgba(0, 0, 0, 0.3);
	display: inline-block;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	line-height: 17px;
	font-size: 17px;
	margin: 0px;
}
.home_blog_sec_text {
	padding: 30px 30px 50px 30px;
}
.home_blog_sec_text h4 {
	margin-bottom: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 50px;
}
.home_blog_sec_text h4 a {
	color: #6d6e71;
}
.home_blog_sec_text p {
	min-height: 90px;
	word-break: break-all;
}
.home_blog_sec_text .more_link {
	float: left;
	margin-top: 10px;
}
.home_blog_sec_text .home_author_name_info {
	float: right;
}
.home_blog_sec_text .home_author_name_info span {
	float: left;
	line-height: 42px;
	font-size: 16px;
	color: #6d6e71;
	height: 42px;
}
.home_blog_sec_text .home_author_name_info span+span {
	margin-left: 15px;
}
.home_blog_sec_text .home_author_name_info img {
	border-radius: 50px;
}
.home_blog_sec_bottom {
	display: block;
}
.home_page_pagination {
	padding: 20px 0;
}
.home_page_pagination .screen-reader-text {
	display: none;
}
.home_page_pagination .nav-links a {
	border: 2px solid #dbdbdb;
	color: #6d6e71;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	padding: 4px 12px;
}
.home_page_pagination .nav-links a:hover {
	border: 2px solid #6d6e71;
}
.home_page_pagination .nav-links span.page-numbers.current {
	border: 2px solid #0e3655;
	color: #0e3655;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	padding: 4px 12px;
}
/**** start Detail page CSS ***/
.single_main_content {
	display: block;
}
.single_blog_head {
	background: #43ca83;
	padding: 12px 0px 25px 0px;
}
.single_blog_head_title {
	margin: 0 auto;
}
.single_blog_head_title h1 {
	font-size: 40px;
	line-height: 45px;
}
.single_blog_head_title h6 {
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 0;
}
.single_blog_head_search {
	width: 20%;
	float: left;
}
.single_blog_head_search form {
	position: relative;
}
.single_blog_head_search form input[type="search"] {
	width: 100%;
	border: 1px solid #c2611a;
	background: #c2611a;
	box-shadow: none;
	height: 40px;
	padding: 0 45px 0 10px;
	outline: none;
	color: #fff;
}
.single_blog_head_search form input[type="search"]::-webkit-input-placeholder {
 color: #fff;
}
.single_blog_head_search form input[type="search"]::-moz-placeholder {
 color: #fff;
}
.single_blog_head_search form input[type="search"]:-ms-input-placeholder {
 color: #fff;
}
.single_blog_head_search form input[type="search"]:-moz-placeholder {
 color: #fff;
}
.single_blog_head_search form input:-webkit-autofill {
 background:#c2611a;
}
.single_blog_head_search form button[type="submit"] {
	background: url(../images/search_white.png) no-repeat 0px 0px;
	width: 18px;
	height: 20px;
	position: absolute;
	top: 11px;
	right: 15px;
	outline: none;
	border: none;
	text-indent: -999999px;
	cursor: pointer;
}
.single_blog_author {
	display: block;
}
.single_blog_author_in {
	float: left;
	color: #fff;
	font-size: 15px;
}
.single_blog_author_in .single_blog_author_avatar {
	height: 42px;
	line-height: 42px;
	float: left;
}
.single_blog_author_in .single_blog_author_avatar img {
	border-radius: 50px;
}
.single_blog_author_in .single_blog_author_des {
	float: left;
	margin: 0px;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
}
.single_blog_author_in .single_blog_author_name {
	float: left;
	padding-right: 10px;
}
.single_blog_author_in a {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0;
}
.single_blog_author_in a:after {
	content: ",";
	width: 2px;
	height: 15px;
}
.single_blog_author_in a:last-child:after {
	content: "";
	width: 2px;
	height: 15px;
}
.single_blog_author_in a:hover {
	text-decoration: underline;
}
.single_blog_author_in .single_blog_tag {
	clear: both;
	padding: 5px 0px 0px 0px;
	font-size: 14px;
}
.single_blog_author_in .single_blog_tag b {
	font-weight: 400;
}
.single_blog_date {
	float: left;
	color: #fff;
	padding: 0px;
}
.single_blog_date b {
	font-weight: 400;
}
.single_content {
	padding: 70px 0 90px;
}
.single_content .main {
	position: relative;
}
.single_content_inner {
	width: 66%;
	margin: 0 auto;
	float: left;
}
.side_bar {
	width: 25%;
	margin: 0 auto;
	float: right;
}
.side_bar section {
	background: #f2f2f2;
	border-top: #43ca83 solid 4px;
	margin-bottom: 20px;
}
.side_bar section::after, .side_bar section::before {
	display: table;
	content: "";
	clear: both;
}
.side_bar h2 {
	background: #43ca83;
	margin: 0px;
	padding: 10px;
	color: #FFF;
	font-size: 15px;
	line-height: 16px;
	font-weight: 600;
	display: none;
}
.side_bar ul {
	padding: 0px;
	margin: 10px 0px 3px 0px;
}
.side_bar ul li {
	padding: 7px 0px 7px 0px;
	margin: 0px 0px 2px 0px;
	display: block;
	border-left: transparent solid 3px;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
}
.side_bar ul li a {
	font-size: 15px;
	line-height: 20px;
	color: #6d6e71;
	padding: 0px 0px 0px 10px;
	font-weight: 400;
}
.side_bar ul li a:hover {
	color: #000;
}
.side_bar ul li:hover {
	color: #000;
	background: #dcdcdc;
	border-left: #43ca83 solid 3px;
}
.single_content_inner_main {
	display: block;
}
.single_content_inner_main .info_msg {
	background: #43ca83;
	color: #fff;
	padding: 20px;
	margin-bottom: 20px;
	font-size: 17px;
	margin-top: 10px;
}
.single_content_inner_main .info_msg a {
	color: #fff;
	text-decoration: underline;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}
.single_content_inner_main .info_msg a:hover {
	text-decoration: none;
}
.single_content_inner_main table, tr, td {
	border: 1px solid #ccc;
	padding: 10px 5px;
}
.single_content_inner_main a {
	color: #43ca83;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}
/*.single_content_inner_main blockquote {
	background: url(../images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
	overflow: hidden;
	word-break: break-all;
}
.single_content_inner_main blockquote p {
	color: #999;
	font-style: italic;
	font-weight: 400;
}*/

.single_content_inner_main blockquote {
	padding: 0.1em 0.5em 0.3em 0.7em;
    border-left: 11px solid #43CA83;
    margin: 1.7em 0 1.7em 0.3em;
    overflow: auto;
    width: 93%;
    word-wrap: break-word;
}
.single_content_inner_main blockquote p {
	color: #999;
	font-style: italic;
	font-weight: 400;
}	
.single_content_inner_main blockquote p:last-child {	
	margin:0px;
}	
.single_content_inner_main p {
	color: #4a4a4a;
}
.single_content_inner_main h1 {
	font-size: 40px;
	line-height: 45px;
	padding: 10px 0;
}
.single_content_inner_main h2 {
	font-size: 30px;
	line-height: 35px;
	padding: 5px 0 0px;
	margin-bottom: 10px;
	border-bottom: 6px solid #43ca83;
	display: inline-block;
}
.single_content_inner_main h3 {
	font-size: 22px;
	line-height: 27px;
	padding: 0px 0 2px;
}
.single_content_inner_main h4 {
	font-size: 20px;
	line-height: 25px;
	padding: 5px 0;
}
.single_content_inner_main ul {
	padding-bottom: 10px;
	margin: 0 0 0 30px;
	list-style-position: inside;
	list-style: initial;
}
.single_content_inner_main ul li {
	padding: 2px 0;
	margin: 0;
	list-style-type: disc;
	font-family: Lato, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 27px;
}
.single_content_inner_main ol {
	padding-bottom: 10px;
	margin: 0 0 0 30px;
	list-style: initial;
	list-style-type: decimal;
}
.single_content_inner_main ol li {
	padding: 2px 0;
	margin: 0;
	font-family: Lato, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 27px;
}
.single_author_info {
	padding: 30px 0;
}
.single_author_info .author-info {
	border: 1px solid #dbdbdb;
	padding: 20px 20px 0px;
	border-radius: 5px;
}
.single_author_info .author-avatar {
	float: left;
	width: 10%;
}
.single_author_info .author-avatar img {
	border-radius: 50px;
}
.single_author_info .author-description {
	float: left;
	width: 90%;
}
.single_author_info .author-description h5 {
	padding: 0 0 10px;
}
.single_author_info .author-description p {
	font-size: 16px;
	line-height: 25px;
}
.single_author_info .author-description a {
	color: #43ca83;
	font-weight: 400;
}
.page_header {
	background: #43ca83;
	padding: 40px 0;
}
.page_header h3 {
	color: #f0f0a6;
}
.author_page_pagination {
	padding: 20px 0;
}
.author_page_pagination .screen-reader-text {
	display: none;
}
.author_page_pagination .nav-links a {
	border: 2px solid #dbdbdb;
	color: #6d6e71;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	padding: 4px 12px;
	border-radius: 4px;
}
.author_page_pagination .nav-links a:hover {
	border: 2px solid #6d6e71;
}
.author_page_pagination .nav-links span.page-numbers.current {
	border: 2px solid #009bdf;
	color: #009bdf;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	padding: 4px 12px;
	border-radius: 4px;
}
.Search_page_pagination {
	padding: 20px 0;
}
.Search_page_pagination .screen-reader-text {
	display: none;
}
.Search_page_pagination .nav-links a {
	border: 2px solid #dbdbdb;
	color: #6d6e71;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	padding: 4px 12px;
	border-radius: 4px;
}
.Search_page_pagination .nav-links a:hover {
	border: 2px solid #6d6e71;
}
.Search_page_pagination .nav-links span.page-numbers.current {
	border: 2px solid #009bdf;
	color: #009bdf;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	padding: 4px 12px;
	border-radius: 4px;
}
.search_list {
	width: 66%;
	margin: 0 auto;
}
.Search_item {
	padding-bottom: 15px;
}
.Search_item h4 a {
	color: #6d6e71;
}
.Search_item p a {
	color: #43ca83;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
}
.page404_content {
	width: 66%;
	margin: 0 auto;
}
.page404_content a {
	color: #43ca83;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}
.page404_content_left {
	float: left;
	width: 50%;
}
.page404_content_right {
	float: left;
	width: 50%;
}
.page404_content ul li a {
	color: #43ca83;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	line-height: 27px;
}
.page404_content ul li {
	padding: 5px 0;
}
.page404_content ul li a:hover {
	text-decoration: underline;
}
a {
	color: #43ca83;
}
.search_list .page_header {
	background: none;
	padding: 15px 0;
}
.search_list .page_header h3 {
	color: #6d6e71;
}
.no_results form {
	display: block;
	position: relative;
}
.no_results form input[type="search"] {
	width: 100%;
	border: 1px solid #DFDFE8;
	box-shadow: none;
	height: 55px;
	border-radius: 50px !important;
	background-color: #FFFFFF;
	padding: 6px 45px 6px 26px;
	outline: none;
}
.no_results form button[type="submit"] {
	background: url(../images/search_orange.png) no-repeat 0px 0px;
	width: 18px;
	height: 20px;
	position: absolute;
	top: 18px;
	right: 20px;
	outline: none;
	border: none;
	text-indent: -999999px;
	cursor: pointer;
}
.no_results form .screen-reader-text {
	display: none;
}
.archive_author {
	padding: 0;
}
.archive_author .author-description h5 {
	display: none;
}
.archive_author .author-description .author-bio a {
	display: none;
}
.archive_author p {
	color: #fff;
}
.archive_author .author-info {
	border: 0;
	padding: 0;
}
.archive_main {
	width: 70%;
}
.top_head {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid rgba(51,51,51,.1);
}
header.sticky .main_head {
	padding: 10px 0 0;
}
header.sticky .top_head {
	padding: 0px 0 8px;
}
.main_head {
	padding: 15px 0 0;
}
.top_search {
	float: right;
	width: 610px;
	text-align: right;
	margin: 20px 0px 0px 0px;
}
.top_search form {
	position: relative;
	width: 550px;
	float: left;
}
.top_search form input[type="search"] {
	width: 88%;
	border: 1px solid #ccc;
	box-shadow: none;
	height: 35px;
	border-radius: 25px !important;
	background-color: #FFFFFF;
	padding: 0px 10% 0 2%;
	outline: none;
}
.top_search form button[type="submit"] {
	background: url(../images/search_orange.png) no-repeat 0px 0px;
	width: 16px;
	height: 18px;
	position: absolute;
	top: 8px;
	right: 13px;
	outline: none;
	border: none;
	text-indent: -999999px;
	cursor: pointer;
}

@media screen and (min-width: 1024px) and (max-width: 2000px) {
.home_blog_sec_img img {
	height: 250px;
}
	.brand_sec_col .brand_bt360  {
		 min-height: 280px;
		}
		.brand_sec_col .brand_sl360  {
			 min-height: 280px;
		}
		.brand_sec_col .brand_ascope {
		 min-height: 280px;
		}
			.brand_sec .main:after {
		display: none;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1290px) {
.home_blog_sec_text .more_link {
	width: 100%;
}
.home_blog_sec_text p {
	min-height: 120px;
}
}

@media screen and (min-width: 1024px) and (max-width: 1190px) {
/**** start Home page CSS ***/

.main {
	width: 90%;
}
.home_hero_left h1 {
	padding: 80px 0 20px;
	font-size: 65px;
	line-height: 70px;
}
.footer_col_sm, .footer_col_md {
	width: 25%;
}
.footer_col_lg {
	width: 50%;
	padding: 0;
	border-left: 0;
}
footer .policy {
	padding-top: 30px;
}
}
/**** About page CSS Start***/
.page_hero {
	background: #43ca83;
	padding: 45px 0px;
	margin: 0 auto;
	text-align: center;
}
.page_hero p {
	color: #FFF;
	margin: 0px;
}
.about_me_sec {
	padding: 40px 0px;
	margin: 0 auto;
}
.about_me_sec .left {
	width: 73%;
	float: left;
}
.about_me_sec .right {
	width: 25%;
	float: right;
}
.about_me_sec .right .photo {
	border: #8bdcb1 solid 5px;
	line-height: 0px;
	position: relative;
}
.about_me_sec .right .photo:after {
	content: '';
	background: url(../images/shadow-bg.png) top center;
	position: absolute;
	width: 100%;
	height: 14px;
	left: -5px;
	bottom: -19px;
}
.social_media_icons {
	list-style: none;
	margin: 15px 0px;
	padding: 0px;
	text-align: center
}
.social_media_icons li {
	padding: 0px;
	margin: 0px;
	display: inline-block;
}
.social_media_icons li a {
	background: #bababa;
	width: 30px;
	height: 30px;
	color: #FFF;
	display: block;
	border-radius: 50%;
	line-height: 30px;
	font-size: 15px;
}
.social_media_icons li a:hover {
	background: #43ca83;
}
.about_this_blog_sec {
	background: #0e3655;
	padding: 40px 0px;
	margin: 0 auto;
	text-align: center;
}
.about_this_blog_sec h2, .about_this_blog_sec p {
	color: #FFF;
}
.about_cetificate_sec {
	padding: 40px 0px;
	margin: 0 auto;
}
.about_cetificate_sec01 {
	padding: 40px 0px 0px 0px;
	margin: 0 auto;
}
.about_cetificate_sec01 h3 {
	font-size: 15px;
	line-height: 20px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
.about_cetificate_sec .left {
	width: 70%;
	float: left;
}
.about_cetificate_sec .right {
	width: 25%;
	float: right;
	text-align: center;
}
.table-view {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.table-view table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.table-view tr:nth-child(odd) {
	background-color: #F9F9F9;
}
.table-view tr:nth-child(even) {
	background-color: #ffffff;
}
.table-view td {
	vertical-align: middle;
	border-top: none !important;
	border: 1px solid #F3F0F0 !important;
	text-align: left;
	padding: 10px;
	font-weight: normal;
	font-size: 14px;
	line-height: 15px;
}
.table-view th {
	vertical-align: middle;
	border-top: none !important;
	border: 1px solid #DEDEDE !important;
	text-align: left;
	padding: 8px;
	font-weight: 600;
	background: #EEEEEE;
	font-size: 14px;
	line-height: 15px;
	text-transform: uppercase;
}
.about_cetificate_sec01 .info-site-txt {
	padding: 0px 0px 25px 0px;
	font-size: 15px;
}
.about_cetificate_sec01 ul {
	list-style: disc;
	padding: 0px 0px 0px 20px;
	margin: 0px;
}
.about_cetificate_sec01 ul li {
	padding: 0px;
	margin: 0px;
	font-size: 15px;
}
.about_cetificate_sec01 .mcts_sec {
	border: #ededed solid 1px;
	background: #f5f5f5;
	font-size: 12px;
	line-height: 14px;
	padding: 5px;
	font-weight: 400;
	position: relative;
	margin-bottom: 25px;
}
.about_cetificate_sec01 .mcts_sec:after {
	content: '';
	background: url(../images/shadow-bg.png) top center;
	position: absolute;
	width: 100%;
	height: 14px;
	left: -5px;
	bottom: -14px;
}
.about_cetificate_sec01 .mcts_sec .inner {
	background: #FFF;
	padding: 8px;
	margin-bottom: 6px;
}
.about_pattern_sec {
	background: #43ca83;
	padding: 40px 0px;
	margin: 0 auto;
	position: relative;
}
.about_pattern_sec h2, .about_pattern_sec p {
	color: #FFF;
}
.about_pattern_sec .left {
	position: absolute;
	bottom: -1px;
	line-height: 0px;
	width: 270px;
	height: 320px;
}
.about_pattern_sec .left .img-are {
	line-height: 0px;
}
.about_pattern_sec .left .bmp_ebook_circle01 {
	position: absolute;
	top: 16px;
	right: -29px;
	background: #ea6e59;
	width: 80px;
	height: 60px;
	border-radius: 50%;
	color: #fff;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	padding: 30px 20px;
	line-height: 15px;
}
.about_pattern_sec .right {
	width: 71%;
	float: right;
}
.about_pattern_sec .right a.cta {
	background: #0e3655;
	color: #fff;
}
.about_pattern_sec .right a.cta:hover {
	background: #0f293e;
	color: #fff;
}
.about_btcrew_sec {
	padding: 40px 0px 0px 0px;
	margin: 0 auto;
}
.about_btcrew_sec .left {
	width: 50%;
	float: left;
	position: relative;
}
.about_btcrew_sec .right {
	width: 42%;
	float: right;
}
.about_work_sec {
	padding: 0px 0px 40px 0px;
	margin: 0 auto;
}
.about_work_sec p {
	display: inline-block;
	padding-right: 70px;
}
.about_work_sec img {
	display: inline-block;
}
/**** Resources page CSS Start***/
.resource_sec {
	padding: 40px 0px;
	margin: 0 auto;
}
.resource_sec h2 {
	text-align: center;
}
.resource_pattern_sec {
	background: #cbd9e6;
	padding: 40px 0px;
	margin: 25px auto;
	position: relative;
}
.resource_pattern_sec h2 {
	text-align: left;
}
.resource_pattern_sec .left {
	position: absolute;
	bottom: 0px;
	line-height: 0px;
	width: 270px;
	height: 320px;
}
.resource_pattern_sec .left .img-are {
	line-height: 0px;
}
.resource_pattern_sec .left .bmp_ebook_circle01 {
	position: absolute;
	top: 16px;
	right: -29px;
	background: #ea6e59;
	width: 80px;
	height: 60px;
	border-radius: 50%;
	color: #fff;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	padding: 30px 20px;
	line-height: 15px;
}
.resource_pattern_sec .right {
	width: 71%;
	float: right;
}
.resource_pattern_sec .right a.cta {
	background: #0e3655;
	color: #fff;
}
.resource_pattern_sec .right a.cta:hover {
	background: #0f293e;
	color: #fff;
}
.resource_list {
	margin: 30px 0px 10px 0px;
	padding: 0px;
	list-style: none;
}
.resource_list::after, .resource_list::before {
	display: table;
	content: "";
	clear: both;
}
.resource_list li {
	float: left;
	width: 23%;
	margin-right: 2.6667%;
	margin-bottom: 30px;
	background: #f1f5f8;
}
.resource_list li:nth-child(4n) {
	margin-right: 0;
}
.resource_list li .resources_img {	
	line-height: 0px;
}
.resource_list li .resources_name {
	background: #82d2a8;
    padding: 10px 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #FFF;
    height: 90px;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    line-height: 25px;
}
.resource_list li .resources_link {
	padding: 25px 15px;
	text-align: center;
}
.resource_list li .resources_link a.cta {
	min-width: auto;
	padding: 0px 15px;
}
/**** Product Recommendations page CSS Start***/
.pro_recommend_hero h1 {
	padding: 0px;
}
.pro_recommend {
	padding: 70px 0px;
	margin: 0 auto;
}
.pro_recommend h3 {
	background: #e9e9e9;
	padding: 10px;
	margin: 0px;
	font-size: 18px;
	line-height: 22px;
}
.pro_recommend h4 {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-size: 18px;
	line-height: 18px;
}
.pro_recommend ul {
	margin: 0px;
	padding: 0px 0px 30px 0px;
}
.pro_recommend ul li {
	display: block;
	border-bottom: #ddd solid 1px;
	padding: 30px 0px 5px 0px;
	margin: 0px;
}
.pro_recommend ul li:last-child {
	border-bottom: none;
}
.pro_recommend ul li::after, .pro_recommend ul li::before {
	display: table;
	content: "";
	clear: both;
}
.pro_recommend ul li .left {
	float: left;
	width: 25%;
	text-align: center;
	padding-top: 20px;
}
.pro_recommend ul li .left p {
	font-size: 13px;
	line-height: 16px;
	margin: 0px;
}
.pro_recommend ul li .right {
	float: right;
	width: 72%;
}
.category .single_author_info {
	display: none;
}
.tag .single_author_info {
	display: none;
}
.date .single_author_info {
	display: none;
}
.tagcloud {
	padding: 10px 10px 25px 10px;
}
.tagcloud a {
	color: #6d6e71;
}
.tagcloud a:hover {
	color: #43ca83;
}
.aboutTxt {
	background: #f3f3f3;
	color: #575757;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	padding: 12px 0px;
}
.aboutTxt img {
	vertical-align: middle;
}
.about_sec_right {
	padding: 15px;
}
.about_sec_right .photo {
	border: #f9fffc solid 5px;
	line-height: 0px;
	position: relative;
	width: 85%;
	height: 220px;
	overflow: hidden;
	margin: 0 auto;
}
.about_sec_right .about_des {
	font-weight: 400;
	font-size: 13px;
	line-height: 22px;
	color: #4c4c4c;
}
.about_sec_right .social_media_icons {
	list-style: none;
	margin: 10px 0px;
	padding: 0px;
	text-align: center
}
.about_sec_right .social_media_icons li {
	padding: 0px;
	margin: 0px;
	display: inline-block;
	border: none;
}
.about_sec_right .social_media_icons li a {
	background: #bababa;
	width: 25px;
	height: 25px;
	color: #FFF;
	display: block;
	border-radius: 50%;
	line-height: 25px;
	font-size: 11px;
	padding: 0px;
	border: none;
	font-weight: normal;
}
.about_sec_right .social_media_icons li a:hover {
	background: #43ca83;
	color: #FFF;
	border: none;
}
.about_sec_right .social_media_icons li:hover {
	background: none;
	border: none;
}
.company_txt {
	font-size: 12px;
	line-height: 17px;
	padding: 10px;
	color: #333;
	font-weight: 400;
}
.company_txt a{
	color:#43ca83;
}
.company_txt .fa{
    font-size: 11px;
    color: #797979;
    padding-right: 3px;
}

/*.syntaxhighlighter table td.gutter .line{
	padding: 0px !important;
}
.syntaxhighlighter .gutter .line{
	border-right: 0px solid #ffffff !important;
    background: #43ca83 !important;
    width: 11px !important;
    overflow: hidden !important;
    color: #43ca83;
    text-indent: 99px;
}*/
.aboutTxt .main a:last-child img {margin-top: -5px;}