


body {
	font-family: tahoma , Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	-webkit-font-smoothing: antialiased;
	background-color: white;
	font-size: 18px;
	color: #434345;
	    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-family: tahoma , Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";

}
h1 {
	color: #434345;
	font-size: 39px;
	letter-spacing: -1px;
	margin-bottom: 20px;
	margin-top: 0px;
}
h2 {
	color: #434345;
	margin-bottom: 20px;
	margin-top: 0px;
	font-size: 21px;
	
}

.cyan-bg h1{
	color: #333;	
}
h3 {
	color: #434345;
	margin-bottom: 20px;
	margin-top: 0px;
	font-size: 21px;

}


.gray-border{
	height: 1px;
	background: #9A9A9A;
	width: 100%;
	
}

p {
	margin: 0 0 10px;
	-webkit-font-smoothing: antialiased;
	font-size: 13px;
	font-weight: 300;
	color: #666;
	margin-bottom: 30px;
	line-height: 21px;
}
a {
	font-family: tahoma , Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";


	color:white ;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover, a:focus{
	text-decoration: none;
	color: #017e36;
}
ul {
	margin:0px;
	padding: 0px;
	margin-bottom: 30px;
}
ul li {
	line-height: 31px;
	font-size: 14px;
	color: white;
	font-weight: 300;
	list-style: none;
	z-index: 100
}
ol li {
	line-height: 31px;
	font-size: 14px;
	color: white;
	font-weight: 300;
}


::-moz-selection {
background: #017e36;
color: white;
}
::selection {
background: #017e36;
color: white;
}

ul.social-icon-ft{
	float: left
}


.social-icon-ft  a{font-size: 21px}

.inline-block{display: inline-block}


.container{width: 90%}

/***************** Template Button Style *****************/

.btn-outline {
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 14px;
	padding: 10px 20px;
	color: #666;
	letter-spacing: 1px;
	display: inline-block;
}
.btn-outline:hover, .btn-submit:hover {
	
    background: #434345;
    color: white;

}
.btn:hover, .btn:focus, .btn.focus {
	text-decoration: none;
}
/************** Template Common class *************/

.cyan-bg{
	background:#017e360f;
	padding: 4px
}
.highlight{color: white;}
.form-control:focus {
	border-color: white;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 3px rgba(150, 193, 28, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 3px rgba(150, 193, 28, .6);
}
.angle-double-right li {
 position: relative;
}
.angle-double-right li:before {
 margin-right: 10px;
 font-family: FontAwesome;
 color:#bca82d;
 top: 0;
 left: -5px;
 content: "\f101";
}
.lead{  color: #434345; font-size: 17px}
.cyan-bg .lead{  color: #333; font-size: 17px}

/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}


/************** Template Back To Top Class *************/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #017e36 url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #017e36;
  opacity: 1;
}

/*********** Header Start**********/

.tp-top-bar{ background-color: #434345; padding-top: 5px; padding-bottom: 5px;}
.tp-top-bar ul{margin-bottom: 0px;}
.tp-top-bar ul.call{ font-size: 13px;}
.tp-top-bar ul.links{ font-size: 13px;}
.tp-top-bar ul.links li{ font-size: 13px; display: inline-block; text-transform: uppercase;}

.tp-top-bar .text-right li{font-size: 21px !important}

.header-row {

	
	box-shadow: inset 4px -3px 6px 0px #d2d2d2;
}

.navbar-header {
    margin: 10px 0 20px;
}



.header-row .logo {
	padding: 0px;
	height: 60px;
}


ul.nav.navbar-nav.navbar-right {
    margin-top: 25px;
}


.contact-info {
	text-align: right;
	padding-top: 15px;
}
.contact-info span.call-number {
	margin-right: 10px;
	font-weight: 400;
	color: #1a2733;
}
.contact-info span.call-number i {
	margin-right: 10px;
}
.contact-info span.mail-info {
	margin-right: 10px;
	font-weight: 400;
	color: #1a2733;
}
.contact-info span.mail-info i {
	margin-right: 10px;
}
.social-icon {
	padding-top: 16px;
}
.social-icon li {
	float: left;
	list-style: none;
	margin-left: 10px;
}
.social-icon li a {
	color: #1a2733;
	font-size: 24px;
}
.tp-navigations .navbar-brand {
  float: left;
   height: 70px; 
  padding: 0 15px;
  font-size: 18px;
  line-height: 20px;
}


.tp-navigations {
}
.tp-navigations .navbar-default {
	background-color: transparent;
	border-color: transparent;
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
}
.tp-navigations .navbar {
	border-radius: 0px;
	margin-bottom: 0px;
}
.tp-navigations .navbar-nav>li>a {

  font-family: tahoma , Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: #666666;
  padding-left: 30px;

  font-size: 14px;
 

  font-weight: normal;
  text-transform: uppercase;
}
.tp-navigations .navbar-nav>li>a.highlight{color: #017e36;}
.tp-navigations .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: #eee;
	border-color: #17232f;
}
.tp-navigations .navbar-default .navbar-nav>.active>a {
	color: #1f2d3a;
	background-color: #017e36;
}
.tp-navigations .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .tp-navigations .navbar-default .navbar-nav a.selected {
	color: #017e36;
	
	z-index: 100
}
.tp-navigations .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: #017e36;
}
.tp-navigations .container>.navbar-collapse {
	margin-left: -15px!important;
}
.tp-navigations .navbar-form .input-group .form-control {
	border-color: #121c24;
	background-color: #121c24;
	border-radius: 4px 0px 0px 4px;
}
.tp-navigations .input-group-btn .btn-yellow {
	background-color: #121c24;
	border-color: #121c24;
	color: #90a3b5;
}
.tp-navigations .navbar-form .input-group {
	margin-top: 6px;
}
.tp-navigations .navbar-nav>li>.dropdown-menu {
	background-color: #017e36;
	border: 0px;
}
.tp-navigations .navbar-nav>li>.dropdown-menu>li>a {
	display: block;
	padding: 8px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #1f2d3a;
	white-space: nowrap;
}
.tp-navigations .navbar-default .navbar-toggle {
	border-color: #017e36;
}
.tp-navigations .navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.tp-navigations .navbar-default .navbar-toggle .icon-bar {
	background-color: #1a2733;
}
.tp-navigations .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.tp-navigations .navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top:none;
	-webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 0px 0 rgba(255, 255, 255, .1);
}
.tp-navigations .navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #1a2733;
}
.search-open {
  background-color: #151515;
  height: 120px;
  display: none;
  position: relative;
  color:white;
  width: 100%;
  padding: 40px 20px 20px 20px;
}
.search-open input.form-control{  border: 2px solid #52524f; height: 42px;}
.search-open .btn-outline {
      border: 2px solid #52524f;
  background-color: #1F1F1F;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  padding: 9px 20px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
}
.search-open .btn-outline:hover{background-color: #017e36;
  border: 2px solid #017e36;
  color: #1f1f1f;
  text-transform: uppercase;}

/******************** Header End ***************/

/***************** Template Camera Slider *****************/

#slider {
}
.slider-wrapper {
	position: relative;
	z-index: 0;
	top: 0;
	overflow: hidden;
}


slider-wrapper .camera_caption > div{

    padding: 10px !important;
}


.camera_caption h1 {
	color: #434345;
	text-align: left;
	font-family: arial


}


	 .software-bg .camera_caption {
	display: inline-block;
    padding: 50px;
    text-align: center;
		}


.softwareBnr-list {display: inline-block; position: absolute !important; top: 25% !important; right: 30% !important}
.softwareBnr-list li{color: #434345}


.camera_caption p{color: #434345;}

.camera_wrap a.btn-outline {
     background: linear-gradient(132deg, #017e36, #017e36);
    background-size: 400% 400%;
    animation: BackgroundGradient 30s ease infinite;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 14px;
	padding: 10px 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	color: white;
	font-weight: 600;
}
.camera_wrap a.btn-outline:hover {
	background: #434345 ;
border: none;
	color: white;
}
/***************** Template Camera Slider *****************/

/***************** Aboutus Section Start *****************/
#tp-aboutus{}

.bnk-prodct-logos{
	position: absolute;
    bottom: 0;
    width: 100%;}

.bnk-prodct-logos img{   
	margin-right: 4%;
}

.tp-aboutus {
	padding-top: 100px;
	padding-bottom: 100px;
	margin-bottom: 80px;
	background-color: #282828;
}
.tp-about-dec {
	margin-top: 20px;
}
.tp-about-dec h1 {
	color: white;
}
.tp-about-feature {
	margin-top: 20px;
}
.tp-about-feature .tp-about-block {
}
.tp-about-feature .tp-about-block h2 span {
	color: #017e36;
	padding-right: 15px;
}
.tp-heading-title {
	text-align: center;
	margin-bottom: 40px;
}


.screen-install-img img{    margin-top: 20px;}



/***************** Aboutus Section End *****************/


/***************** Quote Section Start ****************/
#quote-section {
}
.quote-section {
	padding-top: 100px;
	padding-bottom: 70px;
}
.quote-section .btm-line{border-bottom: 1px solid #313131; padding-bottom: 30px;}
.quote-section .tp-heading-title{text-align: left;}
.quote-section .tp-heading-title h1 {
	color: #ddd;
}
.quote-section .btn-outline {
	background-color: #017e36;
	border: 3px solid #017e36;
	padding:10px 20px;
	font-size: 24px;
	margin-top: 30px;
	color: #1f1f1f;
}
.quote-section .btn-outline:hover {
	background-color: #017e36;
	border: 3px solid transparent;
	color: #1a2733;
}
/***************** Quote Section End ****************/

/***************** Project Section Start ****************/
#tp-project-section {
}
.tp-project-section {
	padding-bottom: 100px;
}
.tp-project-section-space {
	padding-top: 100px;
	padding-bottom: 100px;
}
.project-block {
	margin-bottom: 20px;
	margin-top: 10px;
}
.project-block .pro-thumb {
	margin-bottom: 30px;
}
.project-block .pro-thumb a img {
	border: 3px solid #243341;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.project-block .pro-thumb a img:hover {
	border: 3px solid #017e36;
}
.project-block .pro-dec {
}
.project-block .pro-dec a h2 {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.project-block .pro-dec a h2:hover {
	color: #017e36;
	text-decoration: none;
}
.project-block .pro-dec .locations {
	color: #017e36;
	margin-bottom: 20px;
}
.project-block .pro-dec .locations i {
	margin-right: 10px;
}
.filter-wrapper {
	overflow: hidden;
}
.filter-wrapper ul li {
	margin: 0 0 0 11px;
	float: left;
	margin-bottom: 40px;
	display: inline-block;
}
.filter-wrapper ul li a.tp-btn-primary {
	padding: 4px 20px;
}
.tp-pic {

}
.portfolioFilter {
	text-align: center;
	margin-bottom: 40px;
}
.portfolioFilter a {
	margin-right: 10px;
	color: #666;
	text-decoration: none;
	display:inline-block;
	  padding: 3px 12px;
	  font-size: 14px;
	  margin-bottom: 15px;
}
.portfolioFilter a.current {
	font-weight: normal;
	color: #282828;
	  background-color: #017e36;
  border: 2px solid #017e36;
}
.portfolioContainer img {

	width: 100%;
	height: auto;

}
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */

	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolioContainer {
	margin-bottom: 50px;

}
/***********  Filter Caption CSS *********/
.box {
	border:0px;
	cursor: pointer;
	height: 280px;
	position: relative;
	overflow: hidden;
	width: 280px;


}
.box img {
	position: absolute;
	left: 0;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.box .fade-caption, .box .scale-caption {
  opacity: 0;
  text-align: center;
  padding: 55px 0px;
}
.box:hover .fade-caption, .box:hover .scale-caption {
  opacity: 1;
}
.box .caption {
	background-color: rgba(253,226,48,0.8);
	position: absolute;
	z-index: 100;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
	left: 0;
	height: 100%;
	width: 100%;
}
.box:hover .imagezoom {
	-moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}
.box .scale-caption h1{color: #1f1f1f; font-size: 39px;}
.box .scale-caption h2, .box .scale-caption p {
	position: relative;
	left: -200px;

	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;

}
.box .scale-caption h2 {
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	transition-delay: 300ms;
}
.box .scale-caption p {
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	transition-delay: 500ms;
}
.box:hover .scale-caption h2, .box:hover .scale-caption p {
	-moz-transform: translateX(200px);
	-o-transform: translateX(200px);
	-webkit-transform: translateX(200px);
	transform: translateX(200px);
}

/***************** Project Section End ****************/

/***************** News / Blog Section Start **********/

#news-section {
}
.tp-news-section {
	padding-bottom: 100px;
}
.tp-news-block {
}
.tp-news-block h1 a:hover {
	color: #017e36;
	text-decoration: none;
}
 .tp-blog-info h1 a{ color:white;}
.tp-news-block .tp-blog-info h1 a{
	line-height: 41px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s; color:white;
}
.tp-news-block .meta-date {
	color: #017e36;
}
.tp-news-block .meta-date i, .tp-news-block .meta i {
	font-size: 18px;
	margin-right: 10px;
}
.tp-news-block .meta {
	font-size: 10px;
	margin-bottom: 10px;
}
.tp-news-block .meta .meta-tags {
	margin-right: 10px;
}
.tp-news-block .meta .meta-comments {
}
.tp-news-section .btn-block {
	margin-top: 60px;
}
.tp-news-section .tp-blog-info {
  padding: 40px;
  background-color: #282828;
  margin-bottom: 20px;
  display: inline-block;
}
/********** News / Blog Section End *************/


/***************** Trusted Client Section **********/

#trusted {
}
.trusted-section {
	  padding-bottom: 80px;
  padding-top: 80px;
	background-color: #282828;
}
#owl-demo .item {
	margin: 3px;
}
#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
}
/***************** Trusted Client End **********/

/************* Home Page v2 ************/
#who-we-are{}
.who-we-are{ padding-top: 100px; padding-bottom: 70px;}
.who-we-are .tp-we-are-block{ margin-bottom:80px;}
.who-we-are .feature-block a{color:#333; font-weight: 500; text-decoration: underline;}
.who-we-are .feature-block a:hover{color:#017e36}
.who-we-are .feature-block h2{}
.who-we-are .feature-block h2 i{ margin-right:15px; color:#017e36}
#tp-service{}
.tp-service{ background-image:url(../images/service-bg.jpg); background-size: cover;background-position: center; background-attachment: fixed;}
.tp-service .tp-service-info{ margin: 70px 0;text-align: center;}
.tp-service .tp-service-info .btn-outline{ background-color:#017e36; color:#1f1f1f; border:#017e36;  font-size: 16px; }
.tp-service .tp-service-box{background-color:#017e36; padding: 40px 40px;     min-height: 268px;}
.tp-service .tp-service-box h2, .tp-service .tp-service-box p, .tp-service .tp-service-box i{ color:#fff;}
.tp-service .tp-service-box a, .tp-service .tp-service-box-shade a{ color:#fff; padding: 10px 15px;}
.tp-service-box a:hover, .tp-service .tp-service-box-shade a:hover{background-color:#3c3c3c; color:white;}
.tp-service .tp-service-box a:hover i, .tp-service .tp-service-box-shade a:hover i{color:white;}

.tp-service .tp-service-box i{margin-left:10px;}
.tp-service .tp-service-box-shade{background-color:#004c20; padding: 40px 40px; min-height: 268px;}
.tp-service .tp-service-box-shade h2, .tp-service .tp-service-box-shade p, .tp-service .tp-service-box-shade i{ color:#fff; }
#tp-satisfaction{}
.tp-satisfaction{ background-color:#017e36; padding-top: 130px; padding-bottom: 100px; color:#1f1f1f;}
.tp-satisfaction i{ font-size:60px;}
.tp-satisfaction .tp-btn-outline .btn-outline{ background-color:#1f1f1f; border:#1f1f1f; color:#017e36; padding:15px 15px; font-size:22px;  float: right;}
.tp-satisfaction .tp-satisfaction-info{ color:#1f1f1f;}
.tp-satisfaction .tp-satisfaction-info p{margin-bottom:0px; font-size:20px; color:#1f1f1f;}
.tp-satisfaction .tp-satisfaction-info h1{color:#1f1f1f;   font-size: 38px;}

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

.footer-section {background-color:#000;}

 #tp-contact-page a:hover{color: #000 !important}

.tp-ft-about .ft-logo{ 
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  padding-bottom: 17px;}

.tp-ft-about .ft-logo img{  margin: 10px 0 0 0;}

.tp-ft-about .address {
	margin-top: 30px;
}
.tp-ft-about .address ul li, .tp-investor-relation ul li, .tp-pages-link ul li, .tp-informations-link ul li {
	list-style: none;}

.tp-investor-relation h2{color:white}


.tp-ft-about .address ul li a, .tp-investor-relation ul li a, .tp-pages-link ul li a, .tp-informations-link ul li a {
	list-style: none;
	margin-bottom: 10px;

	text-transform: inherit;
}
.tp-ft-about .address ul li i, .tp-investor-relation ul li i, .tp-pages-link ul li i, .tp-informations-link ul li i {
	margin-right: 20px;
}

.tp-investor-relation, .tp-pages-link, .tp-informations-link, .tp-ft-newsletter, .twitter-widget{
	margin-top: 30px;
}
.tp-investor-relation h2, .tp-pages-link h2, .tp-informations-link h2, .tp-ft-newsletter h2, .twitter-widget h2 {
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  padding-bottom: 30px;
}
.tp-ft-section-second {
	margin-top: 60px
}
.location-map {
}
.twitter-widget {
}
.twitter-widget ul li {
	margin-bottom: 30px;
}
.tp-ft-newsletter {
}
.tp-ft-newsletter .form-group .form-control {
	background-color: #151515;
	border: 1px solid #282828;
	border-radius: 0px;
	height: 45px;
}
.btn-submit {
	background: #017e36;

	text-transform: uppercase;
	font-size: 18px;
	border-radius: 0px;
	color: #0f1a25;
	padding:10px 20px;
}
#tiny-footer {
}
.tiny-footer {
	background: #1d1d1d;
	padding-top: 30px;
}
.tiny-footer .copyright-ct {
	color: #7d7d7d;
	font-size: 12px;
	    text-align: left;
}
.social-icon-ft li {
	float: left;
	margin-right: 10px;

}
.social-icon-ft {
margin-bottom: 0 !important

}


#footer a, #tp-contact-page a{ color: #fff }
#footer a:hover, #tp-contact-page a:hover{ color: #017e36}

.teamviewerBox li.highlight{font-size: 13px !important; text-transform: none;  margin-bottom: 5px; line-height: 1.5; display: inline-block; padding: 15px; text-align: center}
.teamviewerBox li.highlight .teamViewrBtn{border-radius: 20px; text-align: center;  padding: 8px}
.teamviewerBox li.highlight .teamViewrBtn:hover{background: #017e36; color: #fff !important}
.teamviewerBox li.highlight .pcBtn{
	background: linear-gradient(132deg, #017e36, #017e36);
    background-size: 400% 400%;
    animation: BackgroundGradient 30s ease infinite;
	color: #000;  margin: 10px 0;}
.teamviewerBox{
    padding:50px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    margin-top: 150px;
}
 .teamviewerBox li.highlight .macBtn{
	 	    background: linear-gradient(132deg, #017e36, #017e36);
    background-size: 400% 400%;
    animation: BackgroundGradient 30s ease infinite;
	 color: #000 ; }
.teamViewrBtn:hover{color: #000 !important;}


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



/***************** Common Page Class **********/

.black-bg{background: #fff; padding: 50px 0}

#main-wrapper {
}

.tp-page-title{padding: 30px;}


/************Page header start ***********/
.tp-breadcrumb{
background: url(../images/brd-bg.jpg) no-repeat bottom center scroll;
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 65px 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
	
  }


.contact-bg{
	background: url(../images/brd-bg3.png) no-repeat bottom center scroll;

}





.tp-breadcrumb .breadcrumb{

	  margin-bottom: 0px;
	  list-style: none;
	  background-color: transparent;
	  border-radius: 0px;
	  text-align: center;
	  font-size: 14px;
	  

}


.tp-breadcrumb .breadcrumb a{color: white; font-size: 22px; display: block}
.tp-breadcrumb .breadcrumb span {color: #333;  font-size: 16px; display: block; text-transform: capitalize}


/************Page header end***********/
/************************************************
***************** ABOUT US PAGE *****************
*************************************************/
#tp-about-page{}
.tp-about-page{}

.tp-about-page .tp-about-info .tp-about-block{}


.tp-about-pic{
     overflow: hidden;
	height: 300px;
	 position: relative;
}




 .tp-about-pic img{
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
	max-width: 100%;
	position: absolute;
    top: 49%;
    border-radius: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);  
    transform: translate(-50%, -50%);
}



.mission-img img{
	width: 60%!important
}

 .tp-about-page .tp-why-us .section-title{margin-bottom: 40px;}
 .tp-about-page .tp-why-us .section-title p{color: #434345;  }
.tp-about-page .tp-why-us .color-box{
	    background:linear-gradient(132deg, #017e36, #017e36);
    background-size: 400% 400%;
    animation: BackgroundGradient 30s ease infinite;

	min-height: 300px;    
	position: relative;}





.tp-about-page .tp-why-us .color-box h2{color: #fff;    padding: 30px 30px 0; margin-bottom: 10px}
.tp-about-page .tp-why-us .color-box h2 i{padding-right: 10px; font-size: 54px; }
.tp-about-page .tp-why-us .color-box p{color: #fff;     padding: 0 30px 0;}
.tp-about-page .tp-why-us .color-box ul li{color: #1f1f1f;}
.tp-about-page .tp-thumb-box{}
.tp-about-page .tp-thumb-box .thumb-block{}
.tp-about-page .tp-thumb-box .thumb-block img{margin-bottom: 30px;}©762

/**********  Table  ***********/
.table-bordered {
  border: 1px solid #202020;
  text-align: center;
}
.table-bordered {
  border: 1px solid #202020;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
  border: 1px solid #202020;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #202020;
    background-color:#1b1b1b;
	color:#666666;
	font-size: 14px;
	text-align:center;
}
.tbody .tr{
	text-align:center;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
  border-top: 0;
  color: white;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
}

/************************************************
***************** product-details Page *****************
*************************************************/
#tp-product{}
.tp-product{}
.tp-product .tp-product-block{  margin-bottom: 50px;}
.tp-product .tp-product-block .tp-product-pic{}
.tp-product .tp-product-block .tp-product-info{  padding: 25px 0 0;}
.tp-product .tp-product-block .tp-product-info h2 a{ color:white;}
.tp-product .tp-product-block .tp-product-info h2 a:hover{color:#017e36;}

/************************************************
***************** product-details Page *****************
*************************************************/
#tp-product-details{}
.tp-product-details{}
.left-side .tp-product-pic{ margin-bottom:60px;}
.left-side .tp-product-pic{overflow: hidden;}
.left-side .tp-product-pic img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
        max-width: 100%;}
.left-side .tp-product-pic:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}
.tp-product-details .tp-product-info{ margin-bottom: 30px;}
.right-side .category-widget{}
.right-side .category-widget input.form-control, select.form-control {margin-bottom: 25px; background-color: #2a2a2a; border: 1px solid #303030; height: 44px;}
.widget{  border-bottom: 1px solid #393939; margin-bottom: 20px; padding-bottom: 17px;}
 .right-side .cta-widget{}
.right-side .cta-widget .cta-bg{ background-color:#017e36; padding:10px 20px; display: flex;  margin-bottom: 40px;}
.right-side .cta-widget .cta-bg ul li{  display: flex; font-size: 18px; text-transform: uppercase;}
.right-side .cta-widget .cta-bg .cta-bold{ font-size:24px; font-weight:700; color:#1f1f1f;}
.right-side .cta-widget .cta-bg span i{margin-top:20px; font-size:30px; float: left; color:#1f1f1f;  margin-right: 10px;}
.right-side .cta-widget .btn-outline {border: 2px solid #52524f; border-radius: 0px; color:#017e36;    padding: 10px 26px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; font-size: 24px;}
.right-side .cta-widget .btn-outline:hover {border: 2px solid #017e36; background-color:#017e36; border-radius: 0px; color:#1f1f1f; padding: 10px 26px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; font-size: 24px;}
.right-side .cta-widget .btn-outline i{  margin-right: 15px;}
.right-side ul {margin-bottom: 0px;}

/************************************************
***************** Service Page *****************
*************************************************/
#tp-service-page{}
.tp-service-page{}
.tp-service-page .tp-page-title{text-align: center;}
.tp-service-page .service-list{}
.tp-service-block{    margin-bottom: 60px; text-align: center}
.tp-service-page .service-list .service-block-pic img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
	cursor:crosshair;
	margin: 0 auto
	
}
.tp-service-page .service-list .service-block-pic :hover img {

}
/* just apply some height and width to the wrapper.*/
.tp-service-page .service-list .service-block-pic {  margin-bottom: 30px;
  overflow: hidden;
}
.service-title a{color:#333;}
.service-title a:hover{color:#017e36;}

/************************************************
***************** History Page *****************
*************************************************/
#tp-history-page{}
.tp-history-page{}
.tp-history-page .tp-history-bg{ background-color:#282828; padding:100px 0px;}
.tp-history-page .tp-page-title{}
.tp-history-page .tp-history-block{ margin-bottom: 60px;}
.tp-history-page .tp-history-blk{ margin-bottom: 0px;}
.tp-history-page .tp-history-block .tp-history-info{}
.tp-history-page .tp-history-block .tp-history-info h1{  border-bottom: 4px solid #3c3c3c; padding-bottom: 26px;  margin-bottom: 30px; color:#017e36;}
.tp-history-page .tp-history-block .tp-history-pic{ margin-bottom:30px;}

/************************************************
***************** Directors Page *****************
*************************************************/
#tp-directors-page{}
.tp-directors-page{}
.tp-directors-page .tp-directors-block{  border-bottom: 4px solid #3c3c3c; padding-bottom: 26px;  margin-bottom: 58px; color:#017e36;}
.tp-directors-page .tp-directors-block:last-child{  border:none; padding-bottom: 0px;  margin-bottom: 0px;}
.tp-directors-page .tp-directors-pic{ margin-bottom:30px;}
.tp-directors-page .tp-directors-info{}
.tp-directors-page .tp-directors-info small{   margin-bottom: 20px;  display: inline-block;}

/************************************************
***************** Customer Page *****************
*************************************************/
#tp-customer-page{}
.tp-customer-page{}
.tp-customer-page .tp-page-title{}
.tp-customer-page .tp-customer-block{ background-color:#282828; padding:40px; margin-bottom:30px; display: inline-block;}
.tp-customer-page .tp-customer-block h2{color:#017e36;}
.tp-customer-page .tp-customer-block h2 i{font-size:65px; margin-right: 15px;}
.tp-customer-page .tp-customer-block .tp-customer-add{}
.tp-customer-page .tp-customer-block .tp-customer-add h3 i{margin-right: 15px;}
.tp-customer-page .tp-customer-service{ background-color:#282828; padding:40px;}
.tp-customer-page .tp-customer-service h3{color:#017e36;}
.tp-customer-page .tp-customer-service p{margin-bottom:20px;}
.tp-customer-page .tp-customer-service ul{margin-bottom:15px;}

/************************************************
***************** Mission Page *****************
*************************************************/
#tp-mission-page{}
.tp-mission-page{    
	    /* background: #017e36; */
	    background: linear-gradient(132deg, #017e36, #04376e);
    background-size: 400% 400%;
    animation: BackgroundGradient 30s ease infinite;
}

      
@keyframes BackgroundGradient {
	0% {background-position: 0% 50%;}
	50% {background-position: 100% 50%;}
	100% {background-position: 0% 50%;}
}

.tp-mission-page .tp-mission-block{ margin-bottom:0; display:inline-block;  padding:0;}
.tp-mission-page .tp-mission-block .tp-mission-info{ padding-top: 80px;}
.tp-mission-info h1, .tp-mission-info p{color: white}
.tp-mission-page .tp-mission-block .tp-page-title{}
.tp-mission-page .tp-mission-block .tp-page-title {color:#017e36;}
.tp-mission-page .tp-mission-block .icon{font-size:150px; color:#017e36; text-align: center; top:0;     margin-bottom: 25px;}
.tp-mission-page .tp-mission-block .tp-mission-pic{margin-bottom: 45px; overflow:hidden;}
.tp-mission-page .tp-mission-block   img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
        max-width: 200px}
.tp-mission-page .tp-mission-block :hover img {
  
}


/************************************************
***************** Contact Page *****************
*************************************************/
#tp-contact-page{}
.tp-contact-page{}
p.adrss-contact{    
    display: inline-block;
    color: #fff;
    margin: 0;
    font-size: 14px;
}

.tp-contact-page .tp-contact-form{ margin-bottom:50px;}
input.form-control, select.form-control{  margin-bottom: 25px; background-color: white; color: #1f1f1f; border:1px solid #303030; height: 41px; font-family: tahoma , Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; font-weight: normal; border-radius: 0px;}
select.form-control{}
textarea.form-control{ margin-bottom: 25px;   background-color: white; border:1px solid #303030; font-family: tahoma , Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";  border-radius: 0px;}
label.control-label{font-size: 14px; color: #333; margin-bottom: 15px; font-weight: normal;}
.form-control:focus {

	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, .6);
	box-shadow:inset 0 1px 0px rgba(0,0,0,.025), 0 0 8px 3px rgba(0, 0, 0, .2);
}
.tp-contact-page .tp-contact-block{ 
	background: linear-gradient(132deg, #017e36, #017e36);
    background-size: 400% 400%;
    animation: BackgroundGradient 30s ease infinite;
	padding:35px; margin-bottom:50px;}
.tp-contact-page .tp-contact-block h2{ color: #fff;     font-weight: 600;}

.tp-contact-page .tp-contact-block i{color:#fff; margin-right: 15px; float: left;    margin-top: 10px;}
.tp-contact-page .tp-contact-map{}

/************************************************
***************** Blog Page *****************
*************************************************/
#tp-blog-page{}
.tp-blog-page{}
.tp-blog-page .left-side{}
.tp-blog-page .tp-blog-pic  img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
        max-width: 100%;}
.tp-blog-page .tp-blog-pic:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}
/* just apply some height and width to the wrapper.*/
.tp-blog-pic {
  overflow: hidden;
}

.tp-blog-page .tp-meta{  margin-bottom: 15px; display: inline-block; font-size: 14px;}
.tp-blog-page .tp-meta a{margin-right:15PX;}
.tp-blog-page .tp-meta i{color:#017e36; margin-right:10px;}
.tp-blog-page .left-side .tp-blog-info{  padding: 40px; background-color:#282828; margin-bottom: 20px; display: inline-block;}
.tp-blog-page .tp-blog-info .tp-meta .tp-meta-date{ background-color:#1f1f1f; color:#017e36; font-size: 16px; padding: 10px 12px 20px 10px; display: block;}
.tp-blog-page .tp-blog-info .tp-meta .tp-meta-year{ background-color:#017e36; color:#1f1f1f;  font-size: 16px; padding: 10px 17px;}
.tp-post-title a{color:white;}
.tp-post-title a:hover{color:#017e36;}
.right-side{ background-color:#282828; padding:40px;}
.tp-blog-page .right-side .input-group{}
.tp-blog-page .right-side .input-group input.form-control {
  margin-bottom: 12px;
  background-color: #1F1F1F;
  border: 1px solid #303030;
  height: 44px;}
.tp-blog-page .right-side ul{ margin-bottom:0px;}
.tp-blog-page .right-side .widget{ border-bottom:1px solid #393939; margin-bottom: 20px;  padding-bottom: 17px;}
.tp-blog-page .right-side .serch-widget, .tp-blog-page .right-side .category-widget, .tp-blog-page .right-side .archive-widget, .tp-blog-page .right-side .recent-post-widget, .tp-blog-page .right-side .tags-widget{}
.tp-blog-page .right-side .search-widget .input-group .form-control {background-color: #17222c; border: 1px solid #324656;	border-radius: 0px; height: 45px;	font-weight: 300;}
.tp-blog-page .right-side .search-widget .btn-search {background: #017e36; padding: 8px 27px; border: none; border-radius: 0px;
  color: #1f1f1f; font-size: 16px;}
  .categories-widget {}
.categories-widget ul li, .archive-widget ul li {	margin-bottom: 10px;}
.categories-widget ul li i, .archive-widget ul li i {	margin-right: 10px;}
.categories-widget ul li span {margin-left: 10px; color: #017e36;}
.archive-widget {}
.recent-post-widget {}
.recent-post-widget ul li {margin-bottom: 30px}
.recent-post-widget .recent-title a {	font-size: 23px;	color: white;}
.recent-post-widget .recent-title a:hover {	font-size: 23px;	color: #017e36;}
.recent-post-widget .small-tumbnail {float: left;	margin-right: 30px;}
.recent-post-widget .small-tumbnail img {width: 100%; border: 3px solid #1a2631; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
.recent-post-widget .small-tumbnail img:hover { width: 100%; border: 3px solid #017e36;}
.recent-post-widget ul li .meta-date i {margin-right: 10px; font-size: 14px; }
.tags-widget a {margin-bottom: 5px; margin-right: 1px; font-size: 12px;}
.tags-widget a.btn-outline {padding: 5px 8px;}

.tp-pagination{text-align:right;}
.tp-pagination ul.pagination li a{ background-color:transparent; border:2px solid #52524f; color:#666666; border-radius:0px;}
.tp-pagination ul.pagination li.active a{background-color:#017e36; border:2px solid #017e36;}
.tp-pagination ul.pagination li a:hover, .tp-pagination ul.pagination li a:focus{ background-color:#017e36; border:2px solid #017e36;}
.tp-blog-page .tp-blog-post{ border-bottom:1px solid #393939; margin-bottom:30px; padding-bottom:29px;}
blockquote {  padding: 21px 20px; margin: 0 0 20px; font-size: 17.5px; border-left: 8px solid #ffcd10; background-color:#303030;}
.tp-blog-page .tp-related-post{border-bottom:1px solid #393939; margin-bottom:30px;}
.tp-blog-page .tp-related-post .related-post-block{}
.tp-blog-page .tp-related-post .related-post-block p .category{ color:#017e36}
.tp-blog-page .tp-related-post .related-post-block h3 a{color:#666666; letter-spacing: -1px;}
.tp-blog-page .tp-related-post .related-post-block h3 a:hover{color:#ffcd10;}
.tp-blog-page .post-next-prev { border-bottom: 1px solid #393939; padding-bottom: 29px;  margin-bottom: 30px}
.tp-blog-page .post-next-prev .pager {padding-left: 0; margin: 0px 0; text-align: center; list-style: none;}
.tp-blog-page .post-next-prev .pager li>a, .pager li>span {display: inline-block; padding: 5px 14px; background-color: transparent;  border: 2px solid #52524f; border-radius: 0px;}
.tp-blog-page .post-next-prev .pager li>a, .pager li>span {display: inline-block; padding: 5px 14px; background-color: transparent; border: 2px solid #52524f; border-radius: 0px;}
.tp-blog-page .author-block {margin-top: 10px;	margin-bottom: 30px; border-bottom: 1px solid #393939; padding-bottom: 40px;}
.tp-blog-page .author-block .author-bg {}
.tp-blog-page .author-dec {}
.tp-blog-page .author-block .author-dec h3 a.name-author {font-size: 23px;	color: white;}
.tp-blog-page .author-block .author-dec h3 small{color: #017e36;}
.tp-blog-page .author-block .author-dec h3 a.name-author:hover {color: #017e36;}
.tp-blog-page .author-block .author-dec .social-icon {padding-top: 0px;}
.tp-blog-page .author-block .author-bg .btn-outline {padding: 4px 20px;}
.tp-blog-page .comments {margin-top: 40px;}
.tp-blog-page .comments .media {padding-bottom: 10px;	margin-bottom: 40px;}
.tp-blog-page .comments .media .nested-media {border: none;	margin-top: 60px;	margin-bottom: 0px;}
.tp-blog-page .comments .media a.media-left {	padding-right: 30px;}
.tp-blog-page .comments .media .media-body {
}
.tp-blog-page .comments .media .media-body h3.media-heading a {color: white;}
.tp-blog-page .comments .media .media-body h3.media-heading a:hover {color: #017e36;}
.tp-blog-page .comments .media .media-body p span {font-size: 14px; margin-right: 10px;}
.tp-blog-page .comments .media .media-body .btn-outline {	padding: 0px 15px;}
.tp-blog-page .comments .media .media-body .btn-outline i {margin-right: 10px;}

.tp-blog-page .leave-comments {padding: 40px; background-color: #282828; margin-bottom: 20px;}
.tp-blog-page .leave-comments form.leave-form {}
.tp-blog-page .leave-comments label {color: #666666; font-size: 14px; font-weight: normal;}
.tp-blog-page .leave-comments .form-group .form-control {background-color: #272727; border: 1px solid #303030; border-radius: 0px; height: 55px; width: 65%; color: #666666; font-size: 18px; font-weight: 300; padding-left: 20px;}
.tp-blog-page .leave-comments .form-group textarea.form-control {width: 80%; height: auto;}

/************************************************
***************** Get Quote Page *****************
*************************************************/

#tp-get-quote-page{}
.tp-get-quote-page{padding: 5% 0;}
.tp-get-quote-page .tp-page-title{ text-align:center;}




.bank-product-section{padding: 5% 0 0}

.bank-product-services{background:  #FCFCFC; padding: 2%}
.bank-product-services h2{color: #333}



/************************************************
***************** Table Page *****************
*************************************************/
#table-page{}
.table-page{}
.table-page .tp-page-title{ text-align:center;}

.software-bg{background-image: url(../images/slider-1.jpg); background-repeat: no-repeat; height: 420px;
	background-position: 80%;
	border-bottom: 3px solid rgba(170, 170, 170, 0.28);
    background-size: 1440px;}




.software-bg h3{    
	color: #333;
    margin-bottom: 4px;
    font-weight: bold;
}

.software-bg h5{ font-weight: bold; text-transform: uppercase; margin-bottom: 40px;}

.download-btn, .btn-submit{
    background: linear-gradient(132deg, #017e36, #017e36);
    background-size: 400% 400%;
    animation: BackgroundGradient 30s ease infinite;
	color: #fff
}


.mobile-apps {
    padding: 80px 0 0;
}

.mobile-apps li {
    color: #333;
    list-style: disc;
    font-size: 18px;
    padding: 10px;
}

.mobile-apps .mobile-app-img {
    width: 100%;
    max-width: 350px;
}


.software-bg2{background: white; padding: 60px 0}

.software-bg2 h3{color: #333}


.software-requires{background: url("../images/fade_bg.jpg") no-repeat; width: 100%; background-size: cover; padding: 50px}

.software-requires h5{ font-size: 39px; padding-bottom: 15px}
.software-requires ul li{color: #333;list-style: disc;margin-bottom: 20px;}
.software-requires ul {margin-bottom: 0;}


.mobile-apps .carousel{margin: 0 auto; width: 220px}
.mobile-apps .TaxpayerMobile{background: #f9f9f9; padding:30px}
.mobile-apps .EROMobile{ padding:30px}
.mobile-apps .carousel-control .glyphicon-chevron-right{ margin-right: -25px;}
.mobile-apps .carousel-control .glyphicon-chevron-left{margin-left: -25px;}
.mobile-apps .carousel-control{color: #757575;}
.mobile-apps .carousel-control.right, .mobile-apps .carousel-control.left
{background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.01) 100%);}
.mobile-apps h4{font-weight: bold;text-align: center; padding-bottom: 40px;}

.mobile-apps p{margin-bottom:10px;min-height: 70px;}
.mobile-apps ul{margin-left: 40px; margin-bottom: 0}
.mobile-apps li{color: #333; list-style: disc}


/************************************************
***************** Alerts Page *****************
*************************************************/
#alerts-page{}
.alerts-page{}
.alerts-page .tp-page-title{ text-align:center;}
.alerts-page button.close {
  -webkit-appearance: none;
  padding: 20px;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.alerts-page .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-shadow: 0 1px 0 white;
  filter: alpha(opacity=20);
  opacity: .2;
}
.alerts-page .alert-success {
  color:white;
  background-color: #346523;
  border-color: #346523;   margin-bottom: 0px; border-radius: 0px 0px 0px 0px;
}
.alerts-page .panel-primary{  padding: 15px; border-color: #396c27; background-color:#396c27;
color: #7db968; border-radius: 0px 0px 0px 0px;}

.alerts-page .alert-info {  border: none;
   background-color:#3eacc7; color:white;
     margin-bottom: 0px; border-radius: 0px 0px 0px 0px;

}
.alerts-page .panel-info {color: #6ddbf7; background-color: #42b2ce; border-color: #42b2ce;  padding: 15px;
margin-bottom: 20px; border-radius: 0px 0px 0px 0px;  border: none;
}



.alerts-page .alert-warning {
  color: #fff6d8; margin-bottom: 0px; border-radius: 0px 0px 0px 0px;
  background-color: #e7be34;
  border-color: #e7be34;
}
.alerts-page .panel-warning{color: #fff6d8; background-color: #ebc236; border-color: #ebc236;  padding: 15px;
 margin-bottom: 20px; border-radius: 0px 0px 0px 0px;  border: none;}


.alerts-page .alert-danger {
  color: white; border-radius: 0px 0px 0px 0px;  border: none;
  background-color: #ce3030;
  border-color: #ce3030; margin-bottom:0px;
}
.alerts-page .panel-danger { border-radius: 0px 0px 0px 0px;  border: none;  padding: 15px; color:#ff6b6b;
  border-color: #ce3030; background-color:#ce3030;
}


/************************************************
***************** Accordion Page *****************
*************************************************/
#tp-accordion-page{}
.tp-accordion-page{}
.tp-accordion-page .tp-page-title{text-align:center;}
.tp-accordion-page .tp-accordion {
}
.tp-accordion-page .tp-accordion .panel {
	margin-bottom: 20px;
	border: 0px solid transparent;
	border-radius: 0px;
}
.tp-accordion-page .tp-accordion .panel-default>.panel-heading {
	  color: #666666;
  background-color: #1F1F1F;
  border: 2px solid #282828;
  border-radius: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.tp-accordion-page .tp-accordion .panel-body {
	padding: 30px;
}
.tp-accordion-page .tp-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border: 2px solid #282828;
  background-color: #1f1f1f;
}
.tp-accordion-page .tp-accordion .panel-default>.panel-heading .panel-title {
	color: white;
	font-size: 24px;
}
.tp-accordion-page .tp-accordion .panel-default>.panel-heading .panel-title a {
	color: #666;
}
.tp-accordion-page .tp-accordion .panel-default>.panel-heading .panel-title a:hover {
	color: #f2d92e;
}


/************************************************
***************** Tab Page *****************
*************************************************/
.appintment{
	background: url(https://www.setmore.com/newhomepage/optimized_contents/img/desktop-card-bg.png) no-repeat;
	height: 330px;
	background-size: cover;
	background-position: 100%
		
}
.appintment-p{
	padding: 50px;
	text-align: left
		
}

.tp-tabs-page-page {
}
.tab-section {
	margin-top: 30px;
	margin-bottom: 30px;
}
.tabs-title {
	margin-bottom: 30px;
	margin-top: 30px
}
.tp-tabs-page .tab-content {
	background-color:#282828;
  border-top: none;
  padding: 40px;
}
.tp-tabs-page .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	 color: white;
  cursor: default;
  background-color: #282828;
  border-bottom-color: transparent;
  padding: 15px 60px;
}
.tp-tabs-page .nav-tabs>li>a {
	padding: 15px 60px;
	border:transparent;
	border-radius: 0px;
}
.tp-tabs-page .nav-tabs>li>a:hover {
	border-color: #017e36;
	padding: 15px 60px;
}
.tp-tabs-page .nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: #017e36;
	color: #666666;
}
.tp-tabs-page .nav-tabs {border:transparent;
}
.tp-tabs-page .nav-tabs>li {
	float: left;
	margin-bottom: -5px;
}



/******Tabs style 2	 *****/
.tp-tabs-page-second .tab-content {
	background-color: #1f1f1f;
	border: 2px solid #282828;
	border-top: none;
	padding: 40px;
}
.tp-tabs-page-second .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #1f1f1f ;
	cursor: default;
	background-color: #017e36;
	border: 2px solid #282828;
	border-bottom-color: transparent;
	padding: 15px 60px;
}
.tp-tabs-page-second .nav-tabs>li>a {
	padding: 15px 60px;
	  border: transparent;
	border-radius: 0px;
	background-color: #1f1f1f;
}
.tp-tabs-page-second .nav-tabs>li>a:hover {
	border-color: #282828;
	padding: 15px 60px;
}
.tp-tabs-page-second .nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: #017e36;
	color: #253340;
}
.tp-tabs-page-second .nav-tabs {
	border-bottom: 2px solid #282828;
}
.tp-tabs-page-second .nav-tabs>li {
	float: left;
	margin-bottom: -5px;
}

/************************************************
***************** Error Page *****************
*************************************************/
#error-page{}
.tp-error-page{}
.tp-error-page h1{font-size: 180px; text-align: center; color: #017e36; font-weight: 600;}
.tp-error-page .error-info{ text-align:center;}
.tp-error-page .error-info h2{ font-size:39px; color:#017e36; text-transform: uppercase;}

/************************************************
***************** FAQ Page *****************
*************************************************/
#tp-faq-page{}
.tp-faq-page{}
.tp-faq-page .page-title{}
.tp-faq-page .tp-faq-qution ol{list-style:none;}
.tp-faq-page .tp-faq-qution h3{  margin-right: 15px;
  font-size: 21px;
  font-weight: 300;}
.tp-faq-page .tp-faq-qution span{  color: #017e36; font-size: 23px; padding-right: 10px;}


/************************************************
***************** Index Header Option Page *****************
*************************************************/
#header-opt-one{}
.header-opt-one{}
#header-opt-one .tp-top-bar{ background-color: transparent;position: relative;
  z-index: 9999;}
#header-opt-one .slider-wrapper{margin-top: -142px;}
#header-opt-one .header-row {
  padding-bottom: 20px;
  padding-top: 20px;
  z-index: 9999;
  position: relative;
}
#header-opt-one .camera_overlayer{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.75)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}
#header-opt-one .tp-navigations .navbar-nav>li>a{color: white;}
#header-opt-one .tp-top-bar ul.links li a{color: white;}
#header-opt-one .tp-top-bar ul.links li a:hover{color: #017e36;}
#header-opt-one .highlight{color: #017e36!important;}
#header-opt-one .search-open{padding: 20px;}
/************************************************
***************** Index Header Option Page Two *****************
*************************************************/
#header-opt-two{}
.header-opt-two{}
.header-opt-two .header-row {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 2px solid #017e36;
}
.header-opt-two .tp-navigations .navbar-default .navbar-toggle .icon-bar {
  background-color: #282828;
}
.header-opt-two .tp-navigations .navbar-default .navbar-toggle {
  border-color: #017e36;
}
.header-opt-two .tp-navigations .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: #017e36;
  background-image: none;
  border: 1px solid white;
  border-radius: 4px;
}
.header-opt-two .tp-navigations .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
/************************************************
***************** Index Header Option Page Three *****************
*************************************************/
#header-opt-three{}
.header-opt-three{}
.header-opt-three .tp-top-bar {background-color: transparent;
  padding-top: 5px;
  padding-bottom: 5px;
}
.header-opt-three .tp-top-bar ul.links {
  font-size: 13px;
  margin-top: 20px;}
.header-opt-three .header-row {
  padding-bottom: 0px;
 padding-top: 0px;
}
.header-opt-three .tp-navigations {
    position: relative;
  background-color: #017e36;
    top: 31px;
  z-index: 999;
}
.header-opt-three .tp-navigations .navbar-nav>li>a:hover{ color:#282828;}
.header-opt-three .slider-wrapper {
  position: relative;
  z-index: 0;
  top: -30px;
  overflow: hidden;
}
.header-opt-three .tp-navigations .navbar-nav>li>a.search {
    color: #282828;
}
.header-opt-three .tp-navigations .navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.header-opt-three .tp-navigations .navbar-default .navbar-toggle {
  border-color: #282828;
}
.header-opt-three .tp-navigations .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: #282828;
  background-image: none;
  border: 1px solid white;
  border-radius: 4px;
}











 @media screen and (max-width: 1200px) {

	 .camera_caption > div{
		     padding: 10px 10px !important;
   			 max-width: 50% !important;
	 }
	 
	 
	 .camera_caption > div h1{    font-size: 25px;}


}






@media screen and (max-width: 1075px) {
	.softwareBnr-list{display: none}
	
		.teamviewerBox li.highlight .teamViewrBtn {
		font-size: 11px;
	}
}
	 
	 
	 
 @media screen and (max-width: 992px) {
	 	 .camera_caption > div h1{
		   font-size: 16px
	 }

	 
	 


	 .bnk-prodct-logos img{ margin: 5%}

	.tp-service-page .service-list {
    text-align: center;
	}

	 .tp-service-page .service-list .service-block-pic{display: inline-block}

}



@media (min-width:767px) and (max-width:1056px){
	
		.navbar-default .navbar-nav>li>a{
		padding-right: 8px !important;
		padding-left: 8px !important;
		font-size: 11px !important;
	}
	
	
	.teamviewerBox{padding: 30px;     margin-top: 0;}
	
	
}


@media screen and (max-width:768px){
 
	.teamviewerBox{padding: 30px;     margin-top: 0;}

	.slider1-p{display: none}
	 
	 .tp-navigations .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .tp-navigations .navbar-default .navbar-nav a.selected {background-color: #017e36; color: #fff;}
	
	h1{font-size: 28px}

	

}


 @media screen and (max-width: 450px) {
	 
 
	 
	 .highlight {
    color: white;
    font-size: 2.8vw;
}
	 

	 .camera_caption > div{padding: 10px !important; }
	 
	 .camera_caption h1{margin-bottom: 0}

	 

	.software-bg { background-size: contain !important;}

}


 @media screen and (max-width: 768px) {

	 /*************  tp-top-bar  ***************/

	
	 
	 .software-bg h3{font-size: 3.5vw}


	.camera_caption h1 {font-size: 14px}


	 .camera_caption > div{
		 max-width: 100% !important;
		 padding: 20px !important;}

	 
 .software-bg .camera_caption{padding:20px 0 50px 0 !important}
	 
	 
	 
	 .software-bg h5 {
		 font-size: 2vw;
		 margin: 0
}
	 
	 
	 
	 
	 .camera_wrap a.btn-outline{
		     font-size: 11px;
    padding: 3px;
	 }

	 .camera_pag{display: none}




	 .software-bg{ height: 200px;
	background-position: 80%;
		     background-size: cover !important;
		     position: relative;
     }


.software-bg .camera_caption h1{
	font-size: 4vw;
	padding-left: 22%
}



	.software-bg .btn-outline{
	font-size: 8px;
    padding: 4px 10px;
	
}





	 /***********  tp-project-section  *************/
	  a:focus {  color: #1f1f1f;}

	  /***************** News / Blog Section Start **********/
	  .tp-about-page .tp-thumb-box .thumb-block{margin-top:15px;}

	  /***************** Mission Page *****************/
	  .tp-mission-page .tp-mission-block .icon{margin-bottom:15px;}
	  .tp-mission-page .tp-mission-block .icon{ top: 0px; }

	  /*****************  Blog Page  **********************/
	  .tp-blog-page .left-side .tp-blog-info{  padding: 40px 0px;}

	  /************* Home Page v2 *****************/
	  .tp-service .tp-service-info {margin-top: 100px;}
	  .tp-service .tp-service-info .btn-outline{margin-bottom:30px;}
	  .tp-pic {margin-bottom: 20px;}

	  /************** 404 error Page ******************/

	  .tp-error-page h1 {font-size: 150px; text-align: center; color: #fde230; font-weight: 600;}

 }
