/*
Theme Name: Tech Connect Pro Theme
Theme URI: https://wordpress.org/themes/techconnectpro-theme/
Author: The wp team
Description: In 2021, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider.
*/
html,
body {
	height: 100%;
}
body {
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	visibility: visible;
	color: #444;
	position: relative;
	
}

.wrapper-all{position:relative;}
.z-index-9{z-index:9;}

p {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	margin-top: 0;
	font-family: 'Outfit', sans-serif;
}
video::-webkit-media-controls {display: none;}
h1 {
    font-size: 40px;    
    margin: 0px;
	font-weight:600;
}
h2 {
    font-size: 30px;
    margin: 0px;
    font-weight: 600;
}
h3 {
    font-size: 24px;
    margin: 0px;
}
h4 {
	font-size: 18px;
	line-height: 24px;
	margin:0px;
}
h5 {
	font-size: 14px;
	line-height: 18px;
}
h6 {
	font-size: 12px;
	line-height: 14px;
}
p:last-child {
	margin-bottom: 0;
}
a,
button {
	color: inherit;
	display: inline-block;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer;
}
a,
button,
img,
input,
span {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
*:focus {
	outline: none !important;
}
a:focus {
	color: inherit;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
button,
input[type="submit"] {
	cursor: pointer;
}
ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.mt-10{margin-top:10px;}
.mt-20{margin-top:20px;}
.mt-30{margin-top:30px;}
.mt-40{margin-top:40px;}
.mt-50{margin-top:50px;}
.mt-80{margin-top:80px;}

.ml-10{margin-left:40px;}
.ml-20{margin-left:40px;}
.ml-30{margin-left:30px;}
.ml-40{margin-left:40px;}
.ml-50{margin-left:50px;}

.pt-100{padding-top:100px;}
.pt-half{padding-top:40px !important;}

.wrapper-all{overflow:hidden;}

.white h2, .white h4{color:#fff;}

.no-margin{margin:0px;}
.img-responsive{max-width:100%;}
.tb-equal{padding:80px 0px;}

.overflow-hidden{overflow:hidden;}

p.white{color:#fff;}
.no-padding-top{padding-top:0px;}

.bg-gray{background:#e3e3e3;}
.bg-contain{background-size: contain;}


.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.direction-column{
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.d-wrap{
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-one{padding:0px 1px;}
.no-padding{padding:0px;}
.no-padding-top{padding-top:0px;}
.no-pt{padding-top:0px;}
.pb-none{padding-bottom:0px;}
.pt-none{padding-top:0px;}
.no-pb{padding-bottom:0px;}

.space-10{height:10px;}
.space-20{height:20px;}
.space-30{height:30px;}
.space-40{height:40px;}
.space-50{height:50px;}
.space-80{height:80px;}
.space-100{height:100px;}
.space-150{height:150px;}
.m-auto {margin: auto;}

.m0{margin:0px;}
.mb-10{margin-bottom:10px;}
.mb-20{margin-bottom:20px;}
.mb-30{margin-bottom:30px;}
.mb-40{margin-bottom:40px;}
.mb-50{margin-bottom:50px;}
.mb-60{margin-bottom:60px;}
.mb-80{margin-bottom:80px;}

.radius-50{border-radius:50%; overflow:hidden;}

.blod-border {
    border: 40px solid #009eff;	
}

.bg-cover{background-size:cover !important;}

/*-- Side Menu Overlay --*/

.side-menu-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.side-menu-overlay.side-menu-open {
	opacity: 1;
	visibility: visible;
}
/*-- Side Menu Wrap --*/

.side-menu-wrap {
	position: fixed;
	left: -320px;
	top: 0;
	width: 320px;
	height: 100%;
	background-color: #0353a4e3;
	padding: 120px 25px 80px 25px;
	z-index: 9999;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
	.side-menu-wrap {
		padding-top: 100px;
		padding-bottom: 50px;
	}
}
.side-menu-wrap.side-menu-open {
	left: 0;
}
.side-menu-wrap .side-menu-close {
	border: none;
	background-color: transparent;
	position: absolute;
	right: 15px;
	top: 15px;
	padding: 7px 0;
}
.side-menu-wrap .side-menu-close span {
	display: block;
	height: 1px;
	width: 20px;
	position: relative;
}
.side-menu-wrap .side-menu-close span::before,
.side-menu-wrap .side-menu-close span::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	content: "";
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.side-menu-wrap .side-menu-close span::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.side-menu-wrap .side-menu-inner {
	width: 100%;
	height: 100%;
}
.side-menu-wrap .side-menu-inner .side-logo {
	position: absolute;
	left: 25px;
	top: 40px;
}
@media only screen and (max-width: 767px) {
	.side-menu-wrap .side-menu-inner .side-logo {
		top: 30px;
	}
}
.side-menu-wrap .side-menu-inner .side-menu {
	padding-top: 30px;
	height: 100%;
}
.side-menu-wrap .side-menu-inner .side-menu nav ul li {
    margin-bottom: 7px;
    position: relative;
}
.side-menu-wrap .side-menu-inner .side-menu nav ul li:last-child {
	margin-bottom: 0;
}
.side-menu-wrap .side-menu-inner .side-menu nav ul li a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
}
.side-menu-wrap .side-menu-inner .side-menu nav ul li a:hover {
	color: #23252a;
}
.side-menu-wrap .side-menu-inner .side-menu nav ul li .expand {
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	cursor: pointer;
	text-align: center;
	line-height: 28px;
}
.side-menu-wrap .side-menu-inner .side-menu nav ul li .sub-menu {
	position: static;
	opacity: 1;
	left: 0;
	width: 100%;
	visibility: visible;
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	-webkit-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	margin-top: 10px;
}
.side-menu-wrap .side-menu-inner .side-menu nav ul li .sub-menu li {
	margin-bottom: 5px;
}
.side-menu-wrap .side-menu-inner .side-menu nav ul li .sub-menu li:last-child {
	margin-bottom: 0;
}
.side-menu-wrap .side-menu-inner .side-menu nav ul li .sub-menu li a {
	padding: 0;
	font-size: 15px;
	font-weight: 400;
}
@media only screen and (max-width: 767px) {
	.side-menu-wrap .side-menu-inner .side-menu {
		margin-top: 0;
	}
}
.side-menu-wrap .side-menu-inner .side-social {
	position: absolute;
	left: 40px;
	bottom: 30px;
}
.side-menu-wrap .side-menu-inner .side-social a {
	margin-right: 15px;
}
.side-menu-wrap .side-menu-inner .side-social a:last-child {
	margin-right: 0;
}
.side-menu-wrap .side-menu-inner .side-social a i {
    font-size: 16px;
    color: #fff;
}
.side-menu-wrap .side-menu-inner .side-social a:hover {
	color: #23252a;
}
@media only screen and (max-width: 767px) {
	.side-menu-wrap .side-menu-inner .side-social {
		bottom: 15px;
	}
}

.nav-breadcrum li{
	display:inline-block;
	color:#fff;
	text-transform: uppercase;
}
.nav-breadcrum li a{
	color:#fff;
	margin-right:20px;
	position:relative;	
}
.nav-breadcrum li a:after {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    background: #30b1fd;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50px;
}

.header-logo{
	padding:0px;
}

/*-- Main Menu --*/

.manu-nav {
    margin-top: 30px;
    background: #0d47a1;
}
.menu-monoco {
    padding: 0px;
    position: relative;
}

.main-menu nav > ul {
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; */
}
.main-menu nav > ul > li {
    margin: 0px 12px 0px 0px;
    padding-right: 12px !important;
    position: relative;
    padding: 0px;
    border-right: 1px solid #1554b5;
}
.main-menu nav > ul > li > a{
	padding:0px;
	position:relative;
}
.main-menu nav > ul > li > a.active{color: #ff5158;}
.main-menu nav > ul > li:last-child a:before{display:none;}

.main-menu nav > ul > li a:last-child:after{
	display:none;
}
.main-menu nav > ul > li:last-child {
	margin-right: 0;
}
.main-menu nav > ul > li > a {
    display: block;
    text-transform: uppercase;
    font-family: 'Outfit', sans-serif;
	font-size: 13px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0.5px;
    color: #fff;
}
.main-menu nav > ul > li > a:hover{color:#ff5158;}
/* .main-menu nav > ul > li.menu-item-has-children > a::after {
	font-family: Fontawesome;
	content: "\f107";
	margin-left: 5px;
} */
.main-menu nav > ul > li:hover > .sub-menu,
.main-menu nav > ul > li:hover > .mega-menu {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	z-index: 999;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {	
	.main-menu nav > ul > li:last-child {
		margin-right: 0;
	}
}
/*-- Sub Menu --*/

.sub-menu {
	position: absolute;
	left: -20px;
	top: 100%;
	background-color: #ffffff;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	z-index: -999;
	border-radius: 7px;
	width: 250px;
	padding: 15px 20px;
	margin-top: 30px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.sub-menu li {
	position: relative;
}
.sub-menu li a {
	padding: 10px 20px;
	display: block;
	color: #373b3e;
	text-transform: capitalize;
	font-size: 15px;
}
.sub-menu li.menu-item-has-children > a::after {
	font-family: Fontawesome;
	content: "\f105";
	margin-left: 5px;
	float: right;
}
.sub-menu li.active > a,
.sub-menu li:hover > a {
	color: #23252a;
}
.sub-menu li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	z-index: 999;
}
.sub-menu .sub-menu {
	left: 100%;
	right: auto;
	top: 0;
}
.sub-menu .sub-menu .sub-menu {
	left: auto;
	right: 100%;
}
.sub-menu .sub-menu .sub-menu .sub-menu {
	left: 100%;
	right: auto;
}
.sub-menu .sub-menu .sub-menu .sub-menu {
	left: auto;
	right: 100%;
}
/*-- Mobile Menu --*/

.mobile-menu {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 0 100% !important;
	flex: 1 0 100% !important;
}
.mobile-menu .mean-bar {
	position: relative;
	/*---- Mean Nav ----*/
}
.mobile-menu .mean-bar .meanmenu-reveal {
	position: absolute;
	top: -60px;
}
@media only screen and (max-width: 767px) {
	.mobile-menu .mean-bar .meanmenu-reveal {
		top: -54px;
	}
}
.mobile-menu .mean-bar .meanmenu-reveal span {
	position: relative;
	/*---- Menu Open ----*/
	/*---- Menu Close ----*/
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar {
	height: 2px;
	width: 26px;
	background-color: #23252a;
	display: block;
	margin: 8px 0;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before,
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #23252a;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before {
	top: -8px;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
	bottom: -8px;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close {
	height: 2px;
	width: 26px;
	background-color: transparent;
	display: block;
	margin: 8px 0;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before,
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #23252a;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mobile-menu .mean-bar .mean-nav {
	background-color: #ffffff;
}
.mobile-menu .mean-bar .mean-nav > ul {
	margin-bottom: 30px;
	border: 1px solid #eeeeee;
	border-top: 0px solid transparent;
	overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
	.mobile-menu .mean-bar .mean-nav > ul {
		max-height: 180px;
		overflow-y: auto;
	}
}
@media only screen and (max-width: 479px) {
	.mobile-menu .mean-bar .mean-nav > ul {
		max-height: 220px;
		overflow-y: auto;
	}
}
.mobile-menu .mean-bar .mean-nav > ul li {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	/*---- Sub Menu & Mega Menu ----*/
}
.mobile-menu .mean-bar .mean-nav > ul li a {
	font-size: 13px;
	display: block;
	color: #373b3e;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 44px;
	position: relative;
	border-top: 1px solid #eeeeee;
	padding: 0 40px 0 20px;
	/*---- Menu Expand For Sub Menu ----*/
}
.mobile-menu .mean-bar .mean-nav > ul li a::after {
	display: none;
}
.mobile-menu .mean-bar .mean-nav > ul li a:hover {
	color: #23252a;
	padding-left: 25px;
}
.mobile-menu .mean-bar .mean-nav > ul li a.mean-expand {
	border: 1px solid #eeeeee;
	position: absolute;
	right: -1px;
	top: 0;
	font-size: 20px !important;
	color: #373b3e;
	line-height: 44px;
	height: 46px;
	width: 40px;
	text-align: center;
	padding: 0;
}
.mobile-menu .mean-bar .mean-nav > ul li a.mean-expand.mean-clicked {
	line-height: 40px;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu,
.mobile-menu .mean-bar .mean-nav > ul li ul {
	position: static;
	background-color: rgba(0, 0, 0, 0.03);
	margin: 0;
	padding: 0 !important;
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	display: none;
	float: left;
	width: 100%;
	opacity: 1;
	visibility: visible;
	z-index: 1;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li,
.mobile-menu .mean-bar .mean-nav > ul li ul li {
	padding: 0;
	margin: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	border-right: 0px solid transparent;
	width: 100%;
	display: block !important;
	float: left;
	width: 100%;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li a {
	font-size: 12px;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a::before,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a::before,
.mobile-menu .mean-bar .mean-nav > ul li ul li a::before {
	display: none;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul {
	background-color: rgba(0, 0, 0, 0.04);
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul li a {
	border-top: 1px solid #dddddd;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul li a.mean-expand {
	border: 1px solid #dddddd;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul ul {
	background-color: rgba(0, 0, 0, 0.05);
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a {
	border-top: 1px solid #eeeeee;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a.mean-expand {
	border: 1px solid #eeeeee;
}
/*-- Menu Toggle --*/

.menu-toggle {
	background-color: transparent;
	border: none;
	padding: 0;
	text-transform: uppercase;
	color: #23252a;
	font-size: 18px;
	line-height: 19px;
	font-weight: 600;
}
.menu-toggle .bar {
	text-indent: -9999px;
	position: relative;
	display: block;
	float: left;
	height: 3px;
	width: 30px;
	background-color: #fff;
	margin: 8px 15px 8px 0;
}
.menu-toggle .bar::before,
.menu-toggle .bar::after {
	content: "";
	position: absolute;
	left: 0;
	height: 3px;
	width: 30px;
	background-color: #fff;
}
.menu-toggle .bar::before {
	top: -8px;
}
.menu-toggle .bar::after {
	bottom: -8px;
}
@media only screen and (max-width: 767px) {
	.menu-toggle {
		margin-top: 6px;
	}
}
/*---------------------------------------
    02. Header
-----------------------------------------*/

.header-section {
    padding-top: 35px;
}
.header-section.header-transparent {
	background-color: transparent;
	z-index: 999;
}
@media only screen and (max-width: 479px) {
	.header-section[class*="col-"] {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		text-align: center;
	}
}
@media only screen and (max-width: 479px) {
	.header-section[class*="col-"] .header-logo {
		padding-top: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.header-section[class*="col-"] .header-logo img {
		max-width: 100px;
	}
}
/*-- Sticky Header --*/
header.sticky.nav-sticky {
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}
/*-- Header Menu Right --*/

header.sticky.nav-sticky nav ul li a{
	color:#353535;
}

.header-menu-right[class*="col"],
.header-menu-right[class*="col-"] {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}
.header-menu-right[class*="col"]:first-child,
.header-menu-right[class*="col-"]:first-child {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

header.sticky.nav-sticky .sticky-hide{display:none;}
header.sticky.nav-sticky .sticky-show{display:block !important;}

.sticky-header {
	position: fixed;
	padding-top: 30px;
	top: 0;
	right: 0;
	left: 0;
	-webkit-transition: padding 0.5s;
	-o-transition: padding 0.5s;
	transition: padding 0.5s;
	z-index: 1030;
}
.sticky-header.sticky {
	background-color: #000000e6;	
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	padding: 15px 0px;
	/* -webkit-animation: fadeInDown 1s forwards;
    animation: fadeInDown 1s forwards; */
}
.sticky-header.sticky .menu-toggle {
	color: #004f6e;
	border: 1px solid;
}
.sticky-header.sticky .menu-toggle .bar {
	background: #8b8d08;
}
.sticky-header.sticky .menu-toggle .bar::before {
	background: #8b8d08;
}
.sticky-header.sticky .menu-toggle .bar::after {
	background: #8b8d08;
}
.blog-section{padding-top:0px;}
/* .sticky-header.sticky * {
    color: #222222;
} */

/* .sticky-header.sticky *:hover {
    color: #fdc657;
} */

.sticky-header.sticky .logo-wrap img {
	display: none;
}
.sticky-header.sticky .logo-wrap img.sticky-logo {
	display: inline-block;
}
.sticky-header.sticky .main-menu>.dropdown-navbar>.dropdown-nav {
	margin-top: 29px;
}
.sticky-header.sticky .main-menu>.dropdown-navbar>.dropdown-nav:before {
	height: 30px;
}
.sticky-header.sticky .header-left-wrapper:before,
.sticky-header.sticky .off-canvas-area-wrap:before {
	height: 20px !important;
}
.sticky-header.sticky .hide-sticky {
	display: none;
}
.sticky-header .hide {
	display: none;
}
.sticky-header.sticky .show {
	display: block !important;
}
header.fixed {
	background: #8b8d08;
	position: fixed;
	padding: 20px 0px;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	transform: translate(0, -200px);
}

/*---------------------------------------
    . Button
-----------------------------------------*/

.btn-border {
    background: transparent;
    padding: 14px 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0px;
    border: 2px solid #fff;
    font-size: 15px;
    text-align: center;
}
.btn-border:hover{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c71b8+1,e8455f+99 */
	background: #fff; /* Old browsers */
	color:#282828;
}

.logo-mobile .owl-item li img {
    width: auto !important;
}

.call-is {
	margin:0px;
	padding:0px;
}
.call-is i {
    font-size: 14px;
    color: #444;
    margin: 0px 10px 0px 0px;
}

.call-head {
	margin:0px;
	padding:0px;
}
.call-head i {
    font-size: 14px;
    color: #fff;
    margin: 0px;
}

.btn-border {
    background: transparent;
    padding: 14px 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0px;
    border: 2px solid #fff;
    font-size: 15px;
    text-align: center;
}
.btn-border:hover{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c71b8+1,e8455f+99 */
	background: #fff; /* Old browsers */
	color:#282828;
}

.scgedule-btn{margin-left:30px;}
.scgedule-btn a {
    background: #ac0000;
    margin: 0px;
    padding: 0px 15px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    height: 38px;
    line-height: 38px;
}
.scgedule-btn a:hover{
	background:#fff;
	color: #ac0000;
}

.pos-t5{
	position:relative;
	top:-10px;
}

.our-lawyers{padding-top:40px;}


/********* About Us ******/
.abt-text h2 {
    font-size: 30px;
}
.t-wid h2{
	-webkit-flex: 0 0 35%;
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
}
.after-radius:after {
    width: 96% !important;
    border-radius: 20px;
    left: 20px !important;
}
.after-back-shade:after{
	content:"";
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background:#eee;
	position:absolute;
	left:10px;
	top:-15px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.after-back-shade img{z-index:1; position:relative;}

.after-back-shade:hover:after {
    background: #fff6f7;
    left: 15px;
	top:15px;
}

.after-back-shadeR:after{
	content:"";
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background:#fe5858;
	position:absolute;
	left:15px;
	top:-15px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.after-back-shadeR img{z-index:1; position:relative;}

.after-back-shadeR:hover:after {
    background: #eee;
    left: 10px;
	top:15px;
}

/********* About Us end ******/

/********* footer ******/

.footer{
	overflow:hidden;
	position:relative;
}

.foot-li h3 {
    text-transform: uppercase;
    margin-top: 20px;
	letter-spacing: 4px;
	font-size: 20px;
	line-height: normal;
}
.foot-li h3 strong {
    text-transform: uppercase;
    font-size: 21px;
    letter-spacing: 0.8px;
}
.foot-li a.tel-f1 {
    font-family: 'PT Serif', serif;
    font-size: 25.5px;
    color: #003d7c;
}
.foot-li h4 {
    font-size: 15px;
    color: #ff6364;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    /* border-bottom: 1px solid #404040; */
    padding-bottom: 10px;
}
/* .foot-li h4:after {
    content: "";
    background: #0093dd;
    height: 1px;
    position: absolute;
    bottom: -1px;
    width: 70px;
    left: 0;
} */
.foot-li address {
    font-size: 15px;
	color:#fff;
	margin-bottom:5px;
}
.foot-li a.direction{color:#002e6c;}

.foot-li .payment img{
	margin-right:15px; margin-bottom:15px; width:auto;
}

.foot-li ul li {
    font-size: 14px;
    margin-bottom: 2px;
}
.foot-li ul li a{
    font-size: 16px;
    margin-bottom: 2px;
}

.copy-write {
	margin-top: 40px;
    padding-bottom: 15px;	
	border-top: 1px solid #ffffff17;
}
.copy-write .container {        
    padding-top: 15px;
}
.follow-me{
	font-size: 15px;
    font-weight: 500;
}
.follow-me i {
    color: #003e7e;
    font-size: 17px;
    margin-left: 7px;
}
.follow-me i:hover{
	color:#ac0000;
}

.copy-text p, .back-to-top a {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #808080;
}
.copy-text p a {
    color: #0093dd;
}
.copy-text p a:hover{color:#ac0000;}

.social-media a {
    width: 45px;
    height: 45px;
    background: #f9f9f9;
    border-radius: 50%;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #eee;
}
.social-media a:hover{
	color:#fff;
}
.social-media a.it:hover{
	background:#00acff;
	border-color:#fff;
}
.social-media a.if:hover{
	background:#3b599f;
	border-color:#fff;
}
.social-media a.ins:hover{
	background:#3f729b;
	border-color:#fff;
}
.social-media a.il:hover{
	background:#0e76a8;
	border-color:#fff;
}
.social-media a.iy:hover{
	background:#c4302b;
	border-color:#fff;
}
.social-media a.iv:hover{
	background:#86c9ef;
	border-color:#fff;
}
.social-media a.iye:hover{
	background:#c41200;
	border-color:#fff;
}

.term-privacy a:hover{color:#f2b636;}

.video-play{
	margin-bottom:40px;
}
.video-play figure{position:relative;}
/* video */
.watch-video {
    position: absolute;
    z-index: 9;
    transform: translate(-50px, -50%);
    margin: auto;
    left: 58%;
    top: 50%;
    z-index: 999;
}
.watch-video:after {
    content: "Video Our Story";
    position: absolute;
    width: 200px;
    top: 50%;
    transform: translateY(-50%);
    left: 64px;
}
.watch-video a {
    height: 55px;
    width: 55px;    
    line-height: 55px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 16px;
    text-indent: 3px;
    text-decoration: none;
	position:relative;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3756a8+0,009df9+100 */
	background: rgb(55,86,168); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(55,86,168,1) 0%, rgba(0,157,249,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(55,86,168,1) 0%,rgba(0,157,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(55,86,168,1) 0%,rgba(0,157,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3756a8', endColorstr='#009df9',GradientType=0 ); /* IE6-9 */
}
.watch-video:after{
	content:"Video Our Story";
	
}
.watch-video a i{color:#fff;}
.watch-video a:hover{background:#e1e1e1;}

.pulse:before,
.pulse:after{
	content:"";
	display:block;
	position:absolute;
	border:50%;
	border:1px solid #f1f1f1;
	left:-20px;
	right:-20px;
	top:-20px;
	bottom:-20px;
	border-radius:50%;
	animation:animate 1.5s linear infinite;
	opacity:0;
	z-index: -1;
}
.pulse:after{
	animation-delay: .5s;
	backface-visibility: hidden;
}

@keyframes animate{
	0%
	{
		transform: scale(0.5);
		opacity: 0;
	}
	50%
	{		
		opacity: 1;
	}
	100%
	{
		transform: scale(1.2);
		opacity: 0;
	}
}
.center-play{transform: translate(50%, 0%); bottom: 50%;}


.v-box {
    background: #f1f1f1;
    padding: 50px 0px 30px;
}
.paginate-li .pagination{
	
}
.paginate-li li{
	margin:0px 3px;
}
.paginate-li li a {
    border: 1px solid #eee !important;
    background: #fff;
    color: #fff !important;
    color: #373737 !important;
    font-size: 13px;
	font-weight:600;
	line-height:40px;
	padding:0px;
    border-radius: 50px !important;
    width: 40px;
	height: 40px;
    text-align: center;
}
.paginate-li li.active a{	
	background-color: #eee !important; 
	color: #333 !important;
}
.paginate-li li a:hover{
	background: #ff6364; 
	color: #fff !important;
}


.btn-theme {
    background: #0d47a1;
    color: #fff;
    margin: 0px;
    padding: 0px 25px;
    color: #fff;
    /* text-transform: uppercase; */
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    height: 50px;
	line-height:50px;
	border: none;
}
.btn-theme:hover {
    background: #555;
    color: #fff;
}

.btn-theme-w {
    background: #fff;
    margin: 0px;
    padding: 0px 25px;
    color: #555;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    height: 50px;
    line-height: 50px;
}
.btn-theme-w:hover {
    background: #ff5158;
    color: #fff;
}

.mainNav {
    box-shadow: 0px 0px 10px #003e7e17;
}

/* First Level */

.mainNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mainNav ul li {
	border-bottom: 1px solid #eee;
}
.mainNav ul li a {
    display: block;
    color: #003e7e !important;
    font-size: 16px;
    font-weight: 600;
    font-family: 'PT Serif', serif;
    line-height: normal;
    padding: 22px 25px;
    text-decoration: none;
    text-transform: uppercase;
}

.mainNav ul li a:hover {  
  text-decoration: none;
}

/* Second Level */

.mainNav ul ul { border-bottom: none }
.mainNav ul ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border: none;
}
.mainNav ul ul li a {
    display: block;
    font-size: 15px;
    line-height: normal;
    padding: 0px 40px;
    text-transform: capitalize;
    font-weight: 500;
    color: #282828 !important;
}

.mainNav ul ul li a:hover {color:#ac0000 !important;}

/* Third Level */

.mainNav ul ul ul { border-top: 1px solid #46CFB0; }

.mainNav ul ul ul li { border: none; }

.mainNav ul ul ul li a {
  padding-left: 3.5em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

/* Accordion Button */

ul li.has-subnav .accordion-btn {
  color: #ac0000;
  background: rgba(255,255,255, 0.15);
  font-size: 16px;
}


.list-style li {
    position: relative;
    padding: 0px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 7px;
}
.list-style li:before {
    content: "\f138";
    font-family: 'FontAwesome';
    color: #ff5158;
    margin-right: 7px;
}
.list-style.check li:before{
	 content: "\f00c";
}

.list-style li a{
	font-weight:500;
}
.list-style.arrow-right li:hover a{
	color:#ac0000;
}

/* slider */
.slider-monaco {
    background: none;
    z-index: 0;
}
.slider-monaco-outer {
	padding: 0rem;
    overflow: hidden;
    height: 600px;
	position:relative;
}

.u-shape {
    width: 100%;
	height:100%;
    bottom: 0px;
    position: absolute;
    margin: auto;
	background:url(images/shape.png)no-repeat right bottom;
	background-size:100%;
	
}
.u-shape img {
    margin: auto;
    width: 100%;
}
.slider-monaco .owl-nav{margin:0px;}
.slider-monaco .owl-nav {
    position: absolute;
    bottom: 15%;
    transform: translateY(-20%);
    z-index: 9;
    left: 12%;
    color: #fff;
    padding: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    background: none;
    opacity: 1;
    width: 150px;
}
.slider-monaco .owl-nav button{
	margin: 0;
    width: 50px;
    height: 50px;
    background: #ddd !important;
    opacity: 1 !important;
    border-radius: 7px;
	color: #2c5697 !important;
}
.slider-monaco .owl-nav button i{
	background:none;	
}

.slider-monaco .owl-nav button:hover{opacity:1; background:#f7a041 !important; color:#fff !important;}
.helf-height{height: 600px;}
.slide-text {
    position: absolute;
    top: 32%;
    transform: translateY(-50%);
}
.slide-text h2 {
	font-size:40px;
	color:#fff;
}
.slide-text h1 {
    font-weight: 700;
    color: #fff;
	text-transform:uppercase;
    font-size: 40px;
}
.slide-text h1 span{
	color:#00aaff;
}
.slide-text p{color:#fff; margin:0px; padding:0px; font-size:17px;}


.techconnectpro-banner{
	padding:0px 0px;
}
.slide-home{
	overflow:hidden;
}
.slider-techconnectpro .techconnectpro-text {
    z-index: 99;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.techconnectpro-text{
	text-align:center;
	padding:0px 80px;
}
.techconnectpro-text h3 {
    margin: 0px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
    font-size: 19px;
    font-weight: 600;
}
.techconnectpro-text p {
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    text-transform: capitalize;
    display: table;
    background: #0056b3;
    padding: 2px 15px;
    margin: 0px auto 10px;
	letter-spacing:2px;
}

.slider-techconnectpro figure{
	position:relative;
}
.slider-techconnectpro figure:after{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background: rgb(65,90,119);
	background: linear-gradient(208deg, rgba(65,90,119,0) 0%, rgba(13,27,42,1) 100%);
}

.social-head p {
    margin: 0px;
    font-size: 12px;
    color: #2c5697;
    font-weight: 500;
    margin-right: 10px;
}
.social-head i {
    color: #0093dd;
    font-size: 18px;
    margin-right: 7px;
}
.social-head a:hover i{color:#373737;}
.search {
    border-left: 1px solid #eee;
    padding-left: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	margin-left:15px;
}
.search i{
	color:#373737;
	font-size:16px;
	margin-left: 30px;
}

.btn-subit {
    background: #2c5697;
    margin: 0px;
    padding: 0px 25px;
    color: #fff;
    text-transform: capitalize;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    height: 55px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
}
.btn-subit:hover{
	background: #373737;
    color: #fff;
}


footer{
	overflow:hidden;
	padding-top:40px;
}
footer p {
    font-size: 14px;
    color: #555555;
}
.foot-social p{font-weight:600; color:#0093dd; margin-right:10px; margin-bottom:0px;}
.foot-social i{color:#fff; margin-right:5px;}

.foot-li h3 {
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 17px;
    font-weight: 500;
    margin: 0px;
}
.info i {
    font-size: 17px;
    color: #0093dd;
    margin-right: 15px;
}
.info address h6 {
     color: #f2b636;
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0px 5px;
}
.info address a, .info address p {
    color: #cacaca;
    font-size: 14px;
}
.foot-li ul li{margin-bottom:10px; line-height: 16px; }
.foot-li ul li a {
    font-size: 14px;
    margin-bottom: 0px;
    color: #cacaca;
    font-weight: 400;
	position:relative;
}
.foot-li ul li a:after {
    content: "\f061";
    font-family: 'FontAwesome';
    float: left;
    margin-right: 8px;
	font-size: 10px;
}
.foot-li ul li a:hover{
	color:#67c5ff;
}

.newsletter{
	position:relative;
}
.newsletter input[type=text]:placeholder { color:#585858; }
.newsletter input[type=text] {
    border: none;
    height: 55px;
    background: #fff;
    border-radius: 30px;
    font-size: 15px;
    color: #585858;
	padding-left: 20px;
}
.newsletter input[type=text]::placeholder{
	color:#373737;
}
.newsletter button {
    position: absolute;
    right: 15px;
    color: #252726;
    background: none;
    border: none;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
}


.internal-monaco{padding:120px 0px;}
.internal-monaco .internal-text h1{
	padding:0px;
	color: #00aaff;
	font-size:40px;
	font-weight:700;
}
.internal-monaco .internal-text p {
    color: #fff;
    margin: 0px;
    padding: 0px;
    font-size: 17px;
}

.product-nav ul.nav.nav-tabs{
	display:block;
	border:none;
}
.product-nav ul.nav.nav-tabs li {
    margin: 0px;
    border-bottom: 1px solid #e0dede;
}
.product-nav ul.nav.nav-tabs li a {
    border: none;
    padding: 10px 0px 10px 15px;    
    display: block;
	font-size:15px;
    font-weight: 500;
	border-radius:0px;
}
.product-nav ul.nav.nav-tabs li a.active {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d5d5d5+0,f3f3f3+100 */
	background: rgb(213,213,213); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(213,213,213,1) 0%, rgba(243,243,243,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(213,213,213,1) 0%,rgba(243,243,243,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(213,213,213,1) 0%,rgba(243,243,243,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#f3f3f3',GradientType=1 ); /* IE6-9 */
	color: #0093dd;
	position: relative;
}

.product-nav ul.nav.nav-tabs li a[aria-selected=true]:after {
    content: "-";
    float: right;
    position: absolute;
    right: 10px;
    font-size: 14px;
    color: #2c5697;
}
.product-nav ul.nav.nav-tabs li a[aria-selected=false]:after {
    content: "+";
    float: right;
    position: absolute;
    right: 10px;
    font-size: 17px;
    color: #2c5697;
}

.side-bar-product {
    background: #f3f3f3;
    padding: 80px 0px;
	position:relative;
}
.side-bar-product:after{
	content:"";
	width:700px;
	height:100%;
	position:absolute;
	right:0px;
	top:0px;
	background:#f3f3f3;
}

.side-bar-product .product-nav, .side-bar-product h2{
	z-index:9;
	position:relative;
}

.side-bar-product h2{
	font-size: 24px;
}

.product-section .tab-content{
	padding:80px 40px;
}
.product-section .tab-content h2{
	font-size:24px;
}

.blue-lit {
    color: #00aaff;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.table-product{
	width:100%;
}
.table-product td strong{font-weight:600;}

.download-btn {
    background: #2c5697;
    margin: 0px;
    padding: 0px 35px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    height: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.download-btn:hover{
	background:#373737;
	color:#fff;
}

.ads {
    background: #0093dd url(images/bg-ads.png)no-repeat bottom;
    padding: 30px 30px 120px;
    margin: 0px;
}
.ads h3{
	font-size:25px;
	color:#fff;
	font-weight:600;
	line-height:30px;
}
.ads h3 span{
	color:#fd9a38;
}
.ads p{color:#fff; font-size:13px;}

.none-position{
	position:static;
}
.no-bg-color{background:none;}


.col-career-t h2{
	text-transform:uppercase;
}
.col-career-t p{font-weight:400; line-height:26px; text-align:justify;}

.center-T.white h2{
	font-weight:400;
}
.center-T.white h2{
	color:#fff;
	text-transform:uppercase;
}
.center-T.white p{
	color:#fff;
	font-weight:300;
}
.contact-form{
	margin-top:40px;
}
.contact-form input[type=text], .contact-form input[type=tel], .contact-form input[type=email], .contact-form select{
	margin:0px 0px 15px;
	padding:0px 25px;
	height:55px;
	border-radius:0px;
	background: #eee;
	border:none;
	border-radius:50px;
	font-size:14px;
	box-shadow: 0 4px 5px #ddd inset;
}
.contact-form textarea{
	margin:0px 0px 15px;
	padding:10px 25px;
	height:80px;
	border-radius:0px;
	background: #eee;
	border:none;
	border-radius:50px;
	font-size:14px;
	box-shadow: 0 4px 5px #ddd inset;
}
.form-submit{border:none; }

.checkbox-cf div{margin-right:10px;}
.checkbox-cf input{margin-right:0px;}

.map-cf{
	position:relative;
}
.info-cp {
    background: #0b3773;
    border-radius: 6px;
    padding: 30px;
}
.info-cp i, .info-cp p, .info-cp h3{
	color:#fff;
}
.info-cp i{
	font-size:40px;
	margin-bottom:15px;
}
.info-cp h3{
	text-transform:uppercase;
	font-size:21px;
	font-family: 'Roboto', sans-serif;
	margin-bottom:5px;
}
.info-cp p{
	margin:0px;
}
.bottom-100{bottom:-100px;}
.ml-15{margin-left:15px;}


/* Blog */
.post-one {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
}
.post-one figure{
	-webkit-flex: 0 0 30%;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	margin-right:30px;
}
.post-one figure img{border-radius:15px;}

.blog-text h2{font-size:21px;}

.post-one h3 {
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
}
.right-bar-blog{padding-left:12%;}

.search-bar{
	position:relative;
}
.search-bar input[type=text]{
	width:100%;
	height:52px;
	border-radius:50px;
	border:1px solid #ddd;
	background:#f9f9f9;
	padding:0px 20px;
	font-weight:600;	
}
.search-bar input[type=submit] {
    position: absolute;
    right: 10px;
    top: 0px;
    width: 40px;
    background:url(images/s-icon.png) no-repeat center;
    height: 100%;
    text-decoration: none;
    border: none;
    color: #fff;
    font-size: 0px;
}
.right-bar-blog h3 {
    color: #2c5697;
    font-weight: 700;
    padding-bottom: 12px;
}
.right-bar-blog h3:after{left:0px; right:inherit; background:#373737; width:70px; height:3px;}

.article-post div figure {
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    margin-right: 15px;
}
.article-post div a{
	font-weight:600;
	display: block;
}
.article-post div a img {
    border-radius: 50px;
}
.article-post div date {
    font-weight: 400;
    font-size: 13px;
}
.article-post div date span{color:#2c5697;}


/* Accordion Button */
.achive ul li.has-subnav .accordion-btn{color: #0d3771;}

.ads-cta {
    padding: 30px 15px;
    border-radius: 20px;
}
.ads-cta h1 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 0px;
	margin-bottom:10px;
}
.ads-cta h1:after{left:0px; margin:auto; background:#fff; width:80px; height:3px; bottom:0px;}

.ads-cta input[type=text], .ads-cta input[type=email], .ads-cta input[type=tel]{
	border-radius:50px; height:45px; margin-bottom:15px;
	font-size:14px; font-weight:600;
	padding:0px 18px;
	border: 1px solid #fff;
	width: 100%;
    background: #ffffffde;
}
.ads-cta textarea{
	border-radius:20px; height:100px; margin-bottom:15px;
	font-size:14px; font-weight:600;
	padding:10px 18px;
	border: 1px solid #fff;
	width: 100%;
    background: #ffffffde;
}
.ads-cta input[type=submit] {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding: 15px 35px;
    display: block;
    -webkit-appearance: none;
    background-color: #f7a041;
    border: 0;
    color: #fff;
    font-style: normal !important;
    cursor: pointer;
    font-style: normal;
    border-radius: 50px;
    margin: auto;
}
.ads-cta input[type=submit]:hover {
	background:#fff;
	color:#f7a041;
}

.icon{
	-webkit-flex: 0 0 38px;
	-ms-flex: 0 0 38px;
	flex: 0 0 38px;
	margin-right:15px;
}
.tel{margin:0px; text-align:left;}
.tel a {
    color: #2c5697;
    display: block;
	font-weight:600;
    font-size: 21px;
}
.tel small {
    color: #fff;
    display: block;
    font-size: 16px;
}

.next-prev{
	border-top:1px solid #eee;
	padding-top:0px;
	border-bottom:1px solid #eee;
	padding-bottom:0px;
}
.next-prev a {
    color: #1f5eb1;
    font-size: 17px;
    font-weight: 700;
}
.next-prev p{
	font-size:21px;
}
.date-comment a{padding:0px 10px;}
.date-comment p{padding:0px 10px; color:#2c5697; margin:0px;}
.date-comment p:first-child{padding-left:0px;}

.banner-point{
	padding:30px;
}
.banner-point p {
    color: #fff;
    font-size: 21px;
    font-weight: 300;
}

/************************************************************** new mega menu ******************************/

/* Navigation Menu -----------------------------------------------*/
.navigation-menu {
	margin-left: 0px;
}

    .navigation-menu ul > li > a {		
		font-size: 15px;
		padding: 3px 0px;
		display: block;
		color: #444;
		position: relative;
		text-transform: capitalize;
		cursor: pointer;
		text-decoration: none;
		transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
    }

    .navigation-menu ul > li:hover > a {
        color: #ff5158;
    }

    .navigation-menu ul, .navigation-menu ul li {
        list-style: none;
    }
	
	.navigation-menu ul li ul.row{
		padding: 0;
    }

    .navigation-menu > ul > li {
        display: inline-block;
    }

.menu-mobile {
    color: #333;
	position:absolute;
	right:0px;
	top:50%;
	transform: translateY(-50%);
    padding: 0px;
    display: none;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
	font-size:0px;
}
.menu-mobile:hover {
	color: #bd9900;
}

.navigation-menu ul > li > a > .nav-label-new,
.navigation-menu ul > li > a > .nav-label-sale {
    position: relative;
    right: 0;
}

    .navigation-menu ul > li > a > .nav-label-new:after {
        content: "";
        display: block;
        height: 20px;
        position: absolute;
        top: -19px;
        width: 28px;
        background: url("img/label_new.png") no-repeat left top;
        z-index: 100;
        right: -10px;
    }

    .navigation-menu ul > li > a > .nav-label-sale:after {
        content: "";
        display: block;
        height: 20px;
        position: absolute;
        top: -19px;
        width: 28px;
        background: url("img/label_sale.png") no-repeat left top;
        z-index: 100;
        right: -10px;
    }


/* Navigation Dropdown Menu --------------------------------*/
.nav-dropdown {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 99;
	top: 52px;
    background: #f1f1f1;
    left: 0;
    border-top: 1px solid #eeeeee;
    padding: 30px 0 30px 0;
}

    .nav-dropdown:after {
        background: rgba(0,0,0,0.08);
        width: 100%;
        bottom: -4px;
        left: 0;
        height: 4px;
        position: inherit;
        content: "";
    }

.dropworn-arrow {
    left: 50%;
    margin-left: -10px;
    position: relative;
    z-index: 100;
	top: 13px;
    display: none;
}

    .dropworn-arrow:after {
        background: rgba(0, 0, 0, 0) url("images/dropdown-top-arrow.png") no-repeat scroll left top;
        content: "";
        bottom: -1px;
        height: 10px;
        width: 20px;
        position: absolute;
        /*border-left: 1px solid #eee;
        border-top: 1px solid #eee;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -moz-transform: rotate(45deg);*/
    }

.nav-dropdown .new-label, .nav-dropdown .sale-label {
    padding: 2px 4px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
    margin-left: 5px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.nav-dropdown .sale-label {
    background: #f55151;
    color: #fff;
}

.nav-dropdown .new-label {
    background: #bd9900;
    color: #fff;
}

.nav-dropdown .sub-banner {
    padding: 0;
    position: relative;
    width: 100%;
    border: 0 none;
}

.nav-dropdown .nav-dropdown-grid {
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    float: left;
}

    .nav-dropdown .nav-dropdown-grid ul {
        margin-bottom: 30px;
		padding:0px;
    }

        .nav-dropdown .nav-dropdown-grid ul li {
            font-size: 14px;
            text-transform: none;
            color: #333;
            font-family: "Open Sans",sans-serif;
            font-weight: 400;
        }

            .nav-dropdown .nav-dropdown-grid ul li > a {
                font-family: "Open Sans",sans-serif;
                font-weight: 400;
                font-size: 14px;
                padding-top: 2px;
                padding-left: 0px;
                padding-right: 0px;
                padding-bottom: 2px;
                display: inline-block;
                transition: all 0.2s ease 0s;
                -moz-transition: all 0.2s ease 0s;
                -o-transition: all 0.2s ease 0s;
                -webkit-transition: all 0.2s ease 0s;
            }

    .nav-dropdown .nav-dropdown-grid > ul > li:hover > a {
        color: inherit;
    }

    .nav-dropdown .nav-dropdown-grid > ul > li > a:hover {
        padding-left: 5px;
        color: #bd9900;
    }

.menu-mobile:after {
    content: "\e871";
    font-family: 'Linearicons-Free';
    font-size: 25px;
    padding: 0;
    float: right;
    position: relative;
    top: 6px;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    content: "\e874";
    font-family: 'Linearicons-Free';
    display: none;
    cursor: pointer;
    float: right;
    font-size: 16px;
    padding: 0;
    /*margin-top: 10px;
    margin-right: 15px;*/
    color: #999;
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    vertical-align: middle;
    background: #f6f6f6;
    border: 1px solid #eee;
	z-index:999;
	position:absolute;
	right:0px;
}

.show-on-mobile {
    display: block !important;
}



/******** NEXT **********/

.overlay-white{	
	position:relative;
}
.overlay-white:after{
	width:100%;
	height:100%;
	content:"";
	background:#f3f8fe;
	position:absolute;
	top:0px;
	left:0px;
	opacity:0.9;
}
.overlay-white .container{position:relative; z-index:9;}

.feature-points-in{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	margin:0px;
	padding:25px;
	background:#fff;	
}
.feature-points-in span{
	-webkit-flex: 0 0 80px;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
	margin-right:15px;
	text-align:center;
}
.feature-points-in span i {
    background: #000;
    display: block;
    height: 80px;
    border-radius: 50px;
    color: #fff;
    line-height: 80px;
    font-size: 40px;
}
.feature-points-in div h4 {
    font-size: 17px;
    font-weight: 600;
	color:#0096f3;
    text-transform: capitalize;
	margin-bottom:5px;
}
.feature-points-in div p {
    font-size: 14px;
    line-height: 22px;
}
.feature-points-in:hover{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3756a8+0,009df9+100 */
	background: rgb(55,86,168); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(55,86,168,1) 0%, rgba(0,157,249,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(55,86,168,1) 0%,rgba(0,157,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(55,86,168,1) 0%,rgba(0,157,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3756a8', endColorstr='#009df9',GradientType=0 ); /* IE6-9 */
}
.feature-points-in:hover span i{background:#fff; color:#353535;}
.feature-points-in:hover h4, .feature-points-in:hover p{color:#fff;}

.bg-gradi-white{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+41,f8f5fe+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 41%, rgba(248,245,254,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 41%,rgba(248,245,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 41%,rgba(248,245,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f5fe',GradientType=0 ); /* IE6-9 */
}


/************** BLOG CSS PAGE ******************/
.blog-detail .blog-grid{
	background:none;
	padding:0px;
	border:none;
}
.blog-detail .blog-grid .blog-content {
    padding: 30px 15px;
}
.blog-detail .blog-grid{margin-bottom:0px;}

.blog-grid {
    margin: 0px 0px 45px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 3px solid #fd8e92;
}
.blog-grid figure{
	margin:0px; 
	position:relative;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	overflow:hidden;
	border-radius:10px;
}
.blog-grid figure .date{
	position:absolute;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3756a8+0,009df9+100 */
	background: rgb(55,86,168); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(55,86,168,1) 0%, rgba(0,157,249,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(55,86,168,1) 0%,rgba(0,157,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(55,86,168,1) 0%,rgba(0,157,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3756a8', endColorstr='#009df9',GradientType=0 ); /* IE6-9 */
    border-radius: 5px;
    padding: 7px 13px;
    text-align: center;
    color: #fff;
    top: 7%;
    left: 7%;
    font-size: 14px;
	z-index: 9;
	line-height: 17px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.blog-grid figure .date strong{font-size:18px;}
.blog-grid .blog-content{
	padding:30px 30px;
}
.blog-grid .blog-content h3 {
    font-weight: 700;
    font-size: 24px;
    text-transform: capitalize;
}

.blog-grid:hover figure img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2); /* IE 9 */ 
	transform: scale(1.2);
}
.blog-grid:hover figure .date{
	background:#fff;
	color:#353535;
	top:12%;
}
.blog-grid:hover figure .date strong{
	color:#009df9;
	font-size:22px;
}

.blog-grid:hover .blog-content h3 a{color:#fe5858;}

.blog-detail .blog-grid:hover .blog-content h3 a{color:#666;}


.search-bar {
    position: relative;
}
.search-bar input[type=text] {
    width: 100%;
    height: 52px;
    border-radius: 50px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    padding: 0px 20px;
    font-weight: 400;
	font-size:14px;
}
.search-bar input[type=submit] {
    position: absolute;
    right: 10px;
    top: 0px;
    width: 40px;
    background: url(images/s-icon.png) no-repeat center;
    height: 100%;
    text-decoration: none;
    border: none;
    color: #fff;
    font-size: 0px;
}

.sidebar-blog h3 {
    color: #fe5858;
    font-weight: 700;
    padding-bottom: 12px;
    text-transform: capitalize;
}
/* .sidebar-blog h3:after {
    left: 0px;
    right: inherit;
    background: #6f6f6f;
    width: 70px;
    height: 2px;
} */

.call-info small {
    margin: 0px;
    color: #3f5be3;
    font-size: 14px;
    font-weight: 500;
}
.call-info h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 0px;
}
.call-info p{
	font-size:14px;
	color:#282828;
}

.side-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.side-post a.post-img{
	-webkit-flex: 0 0 120px;
	-ms-flex: 0 0 120px;
	flex: 0 0 120px;
}


/*********************************Custom Css*****************************************/
.custom_blog_pagination a,.custom_blog_pagination span{
    display:inline-block;
    padding: 5px 16px;
    margin-right: 5px;
	font-weight:normal;
}
.custom_blog_pagination a{
    background-color:#ebebeb;
    color:#000;
    text-decoration:none
}
.infblocs li i{
    margin:0 7px 0 0
}
.custom_blog_pagination a:hover{
    background-color:#50b8de;
    color:#fff;
    text-decoration:none
}
.custom_blog_pagination span.page-num{
    margin-right:10px;
    padding:0
}
.custom_blog_pagination span.dots{
    padding:0;
    color:#dcdcdc
}
.custom_blog_pagination span.current{
    background-color:#50b8de;
    color:#fff;
    text-decoration:none
}

.tech-form input[type=text], .tech-form input[type=email], .tech-form input[type=tel]{
	width: 100%;
    height: 50px;
    background: #eee;
    border: none;
    margin-bottom: 15px;
    padding: 0px 15px;
    font-size: 14px;
    font-weight: 500;
}
.tech-form textarea{
	width: 100%;
    height: 80px;
    background: #eee;
    border: none;
    margin-bottom: 15px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
}

.c-right-box{
}
.c-right-box p.sub-p {
    margin-top: 6px;
    font-weight: 500;
    line-height: normal;
    color: #444;
}

.info-tech{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin-bottom:15px;
}
.info-tech figure {
    width:48px;	
}
.info-tech p, .info-tech a {
    font-size: 15px;
    font-weight: 500;
	padding-left:15px;
}
.footer-newsletter .formError{top: 0px !important; left: 160px !important;}
.footer_btn-theme {
    background: #0d47a1;
    color: #fff;
    margin: 0px;
    padding: 0px 25px;
    color: #fff;
    /* text-transform: uppercase; */
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    height: 45px;
	line-height:45px;
	border: none;
	width: 100%;
}
.footer_btn-theme:hover {
    background: #555;
    color: #fff;
}
h2.screen-reader-text {
    display: none;
}
.navigation.post-navigation div.nav-links {
    display: flex;
    justify-content: space-between;
}
.navigation.post-navigation .nav-previous a span.pagination_prev_txt, .navigation.post-navigation .nav-next a span.pagination_next_txt {
    color: #0d47a1;
}
div.comments-area{padding: 50px 0;}
div.comments-area h2.comments-title {padding: 20px 0;}
.comment_form_outer input[type="text"], .comment_form_outer input[type="email"], .comment_form_outer input[type="url"], .comment_form_outer textarea {
	padding: 20px;
    font-size: 14px;
	color:#cdd4db;
}
.comment_form_outer input[type="submit"] {
    background: #0d47a1;
    color: #fff;
    margin: 0px;
    padding: 0px 25px;
    color: #fff;
    /* text-transform: uppercase; */
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    height: 45px;
	line-height:45px;
	border: none;
	width: 100%;
}
.comment_form_outer input[type="submit"]:hover {
    background: #555;
    color: #fff;
}
.footer-social li>a:hover, .footer-social li>a:focus {background: #0d47a1;}
.footer-widget a:hover, .footer-widget a:focus {color: #0d47a1;}
.detail_post h2 {
    font-size: 30px;
    margin: 20px 0 20px 0;
    font-weight: 600;
	color: #444;
    font-family: 'Outfit', sans-serif;
}
.detail_post h3 {
    font-size: 24px;
    margin: 20px 0 20px 0;
    font-weight: 600;
	color: #444;
    font-family: 'Outfit', sans-serif;
}
.detail_post h4 {
    font-size: 20px;
    margin: 20px 0 20px 0;
}
.detail_post p img{padding: 20px 0;width: 100%;}
.detail_post p a{color:#0d47a1; text-decoration:none;}
.detail_post ul{margin-bottom: 20px;}
.detail_post ul li {
    font-weight: 400;
	font-size: 15px;
    color: #444;
    position: relative;
    padding-left: 40px;
    margin-bottom: 12px;
}

.detail_post ul li:before {
    content: "";
    display: block;
    width: 27px;
    height: 26px;
    background: url(img/check_icon.png) no-repeat left top;
    position: absolute;
    top: 0;
    left: 0;
}
.detail_post table td {
    border: 1px solid #ccc;
	padding: 10px;
}
.detail_post table {
/*    border: 1px solid #ccc; */
}