* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
}

/*slider*/ 
.dis{
	display:none;
}
.slides{
	list-style-type: none;
}
#featured {
    background: none repeat scroll 0 0 transparent;
    /*border-bottom: medium none;
    margin: 0 -1.618em;
    padding: 0 1.618em;*/
}
#featured.fade.in {padding: 0.5em 0 4em 0;}
#featured-slider.default-width-slide {background: none; background-size: cover; color: #fff; top: 0.5em; left: 0em;}
#featured-slider.flexslider .has-slide-background .slide-content  {background: none; top: 0.5em; left:0em;}
#featured-slider.flexslider .has-video {top:0.5em;}
#featured-slider.flexslider .slide-content .entry ul li {font-size: 25px;}
#featured-slider.flexslider .has-slide-background .slide-content h1 {font-size: 2em; color: #182816; font-weight: bold; margin-left: 0em;}
#featured-slider.flexslider .has-slide-background .slide-content h1 span {font-size: 1.4em; color: #a0cc3a; font-weight: bold;}
#featured-slider.flexslider.default-width-slide h1 {font-size: 2em; color: #182816; font-weight: bold; margin-left: 0em; margin-top: 1em;}
#featured-slider.flexslider.default-width-slide h1 span {font-size: 1.4em; color: #a0cc3a; font-weight: bold;}

.flex-direction-nav {
  *height: 0;
  list-style-type: none;
}
.flex-direction-nav a {
  width: 14px;
  height: 35px;
  /*margin: -20px 0 0;*/
  display: block;
  position: absolute;
  top: 65%;
  color: #c6c6c6;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  font-size: 0;
}
.flex-direction-nav a:before {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-right: .618em;
  font-weight: normal;
  font-size: 30px !important;
}
.flex-direction-nav .flex-next {
  right: 30px;
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  
  border-left: 10px solid #c6c6c6;
}
/*.flex-direction-nav .flex-next:before {
  content: '\f054';
}*/
.flex-direction-nav .flex-prev {
  left: 30px;
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  
  border-right:10px solid #c6c6c6; 
}
/*
.flex-direction-nav .flex-prev:before {
  content: '\f053';
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  color: #5381b5;
  text-decoration: none!important;
}
.flex-direction-nav .flex-disabled {
  opacity: .3!important;
  filter: alpha(opacity=30);
  cursor: default;
}*/

/*end slider*/

.main-header {
    padding: 15px 0 0 0;
}
.main-header .navbar-nav>li>a {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    color: #333333;
    font-weight: bold;
    padding: 0 15px;
}
.main-header .nav>li>a:focus,
.nav>li>a:hover {
    background: none;
    text-decoration: underline;
}
.navbar-nav>li.active {
    background: none;
    text-decoration: underline;
}
.main-header .contact {
    color: #99cc33;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5em;
    text-align: right;
    font-weight: bold;
    padding: 15px 0 0;
}
.main-header .contact img {
    margin-right: 5px;
    vertical-align: top;
}
.bread-crumb p {
    color: #5b5b5b;
}
.bread-crumb {
    padding: 10px 0 3px 0;
    border-bottom: 1px solid #eaeaea;
    margin: 0 0 15px;
}
.bread-crumb p {
    margin: 0;
}
.bread-crumb p a {
    font-size: 0.9em;
    color: #5b5b5b;
    text-decoration: none;
}
/*nav changes*/
ul.nav {
    position: relative;
    margin-bottom: 0;
    /* LEVEL 2 */
  
    /* LEVEL 3 */
  
  }
  ul.nav li {
    position: relative;
    float: left;
    zoom: 1;
    list-style: none;
  }
  ul.nav li a {
    display: block;
    /*padding: .53em 1em;*/
  }
  ul.nav li.parent > a {
    position: relative;
    padding-right: 2em!important;
  }
  ul.nav li.parent > a:after {
    content: '';
    position: absolute;
    top: 1.5em;
    right: 1em;
    display: block;
    width: 0;
    height: 0;
    border: 3px solid #fff;
    border-color: #fff transparent transparent transparent;
  }
  ul.nav ul {
    width: 11.089em;
    visibility: hidden;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    margin: 0;
  }
  ul.nav ul li {
    float: none;
  }
  ul.nav ul li a {
    width: 100%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
  
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
  
    box-sizing: border-box;
    /* Opera/IE 8+ */
  
  }
  ul.nav ul li.parent > a:after {
    top: 1.2em;
    border-color: transparent transparent transparent #fff;
  }
  ul.nav ul ul {
    left: 100%;
    top: 0;
  }
  

/*end nav changes*/
@media (min-width: 768px) {
	ul.nav li:hover > ul {
    visibility: visible;
    display: block;
  }	
}

@media (max-width: 767px) {
	ul.nav ul.sub-menu.show{visibility:visible; position:relative;}
	
}
  
.main-navigation {
    float: left;
    width: 100%;
    background-color: rgba(19, 18, 18, 0.8);
    height: 53px;
}
.main-navigation .navbar-default {
    border: none;
    background-color: transparent;
}
.main-navigation .navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: capitalize;
    font-family: timenewsroman;
	padding-top: 17px;
    padding-bottom: 16px;
}
.main-navigation .navbar-default .navbar-nav>li>a:hover {
    background-color: #384355;
    text-decoration: none;
}
.main-navigation .navbar-nav>li.active {
    text-decoration: none;
}
.main-navigation .navbar-default .navbar-nav>.active>a,
.main-navigation .navbar-default .navbar-nav>.active>a:focus,
.main-navigation .navbar-default .navbar-nav>.active>a:hover {
    background-color: #384355;
    text-decoration: none;
    color: #fff;
}
.main-navigation .nav .open>a,
.main-navigation .nav .open>a:focus,
.main-navigation .nav .open>a:hover {
    background-color: #384355;
    text-decoration: none;
    color: #fff;
}
.main-navigation .dropdown-menu {
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #3d4d66;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: none;
    color: #fff;
    padding: 0;
    top:98%;
}
.main-navigation .dropdown-menu>li>a {
    color: #fff;
    padding: 10px 10px;
}
.main-navigation .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #384355;
    /*border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;*/
}
.main-navigation .navbar-nav>li>.dropdown-menu {
    /*border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;*/
}


.main-navigation .sub-menu {
    font-size: 13px;
    text-align: left;
    list-style: none;
    background-color: #3d4d66;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: none;
    color: #fff;
    padding: 0;
    /*top: 103%;*/
}
.main-navigation .sub-menu>li>a {
    color: #fff;
    padding: 10px 10px;
}
.main-navigation .sub-menu>li>a:hover {
    color: #fff;
    background-color: #384355;
    /*border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;*/
	text-decoration: none;
}
.main-navigation .navbar-nav>li>.sub-menu {
    /*border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;*/
}
ul.nav ul {
    width: 16em;
}

/* #slider {
	background:url(../images/homeslide.jpg) no-repeat;
	min-height:540px;
	background-size:cover;
	color:#fff;
} */

.content {
	max-width:750px;
	margin: 130px auto;	
}
.content h2 {
    font-size: 38px;
    font-weight: bold;
}
.content h2 span{
	color: #99cc33;
    font-size: 55px;
    font-weight: bold;
}
.sub-content {
	margin-left:80px;
}
.sub-content ul li{
	font-size: 25px;
    font-style: italic;
    margin: 17px 0;
}
.animate{
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
}

.action-button{
	position: relative;
	padding: 5px 40px;
    margin: 0px 10px 10px 0px;   
	border-radius: 5px;	
	font-size: 15px;
	color: #FFF;
	text-decoration: none;	
	display:inline-block;
	text-transform:uppercase;
	font-weight: bold;
}

.sml-action-button:hover,.action-button:hover, .sml-action-button:focus,.action-button:focus {
	text-decoration:none;
	color:#fff;
	background:#a90a0a;
}
.red{
	background-color: #cc0000;
	border-bottom: 5px solid #a21c0e;
	text-shadow: 0px -2px #BD3E31;
}
.sml-action-button:active,.action-button:active{
	transform: translate(0px,5px);
  -webkit-transform: translate(0px,5px);
	border-bottom: 1px solid;
}

.sml-action-button{
	position: relative;
    padding: 5px 14px;
    /* margin: 0px 10px 10px 0px; */
    border-radius: 2px;
    font-size: 10px;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
.sml-red{
	background-color: #cc0000;
    border-bottom: 3px solid #a21c0e;
    text-shadow: 0px -2px #BD3E31;
}
#about {margin:20px 0;}
.tab-content #about-us ul li, .tab-content #news ul li{
	list-style-type:square;	
	padding:5px;
}
.about-content1 {
	background: url(../images/abt1.jpg) no-repeat;
    background-size: cover;
    height: 165px;
	color:#fff;
	position:relative;
}
.about-content2 {
	background: url(../images/abt2.jpg) no-repeat;
    background-size: cover;
    height: 165px;
	color:#fff;
	position:relative;
}
.about-content3 {
	background: url(../images/abt3.jpg) no-repeat;
    background-size: cover;
    height: 165px;
	color:#fff;
	position:relative;
}
.about-content  .section {
	margin:20px;
}
.section h3, .section p {
	padding-left: 15px;
    padding-top: 10px;
}
.section-heading {
	font-size:20px;
}
.sub-list {
	margin-left:10px;
}
ul.sub-list li {
	list-style-type:none !important;
    padding: 3px !important;
    font-size: 13px
}
ul.sub-list li:before{
	content:'-';
	margin:5px;
}
.small-btn {
	position: absolute;
    bottom: 20px;
    right: 6px;
}
#news-blogs {
	margin-top:30px;
}
.nav>li>a>img {
    max-width: none;
    margin: 0 15px;
}
.nav-tabs {
    border-bottom: 1px solid #8a7c7c;
}
#mans {
	margin-top:30px;
}
.left-abtus ,.right-abtus{ margin-top:20px;}
.left-abtus {
	/* background: #f1f1f1;
    padding: 0 0 25px 25px; */
	padding:0;
	background:transparent;
    box-shadow: 0 10px 10px -10px #b5a9a9;
}
.left-abtus ul.list li {
	padding: 10px 10px 10px 0;
	list-style-type: square;
}
.right-abtus {
	background: #F0F0F0;
    padding: 25px 5px 0;
	position:relative;
}
.bgcolor {
	background: #F0F0F0 !important;	
}
.right-customer {
	background: #cacaca;
    padding: 25px 5px 0;
	position:relative;
}
.heading, .form-heading {
	color: #006666;
	font-size:18px;		
	font-weight:bold;
}
.subheading {
	color: #006666;
	font-size:15px;		
	font-weight:bold;
}
.spacing {
	margin-top:30px;
}
.nav-tabs>li {
	width:33%;
	}

.nav-tabs>li>a {font-size:20px;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	background:#f1f1f1;
    border-top: 2px solid #bf0d0d;
	color:#006666;
	border-right: 1px solid #8a7c7c;
	border-left:1px solid #8a7c7c;
}

.video {	
    /* margin: 20px 0; */
}
.customers {
	margin:20px 0;
}
.gray-bg {
	background:#f1f1f1;
	padding:20px;
    box-shadow: 0 10px 10px -10px #b5a9a9;
	}
.man-pic img{
	width:150px;
	height:150px;
	border-radius:100%;	
	margin:10px auto;
}
.about-man {
	max-width:960px;
	margin: 41px auto 10px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}
.brand {
    border: 1px solid #ada1a1;
    position: relative;
    width: 100%;
    height: 150px;
}
.brand img {
	position: absolute;
    margin: auto;
    top: 0;
    left: 0; 
    right: 0;
    bottom: 0;
	padding:0 5px;
}
.read-more {
	float:right;
	margin-right:40px;
	color:#cc0000;
	text-transform:uppercase;
    font-size: 14px;
    font-weight: bold;
	display:inline-block;
}
.read-more-all {
	float:right;
	margin-right:25px;
	color:#fff;
	text-transform:uppercase;
    font-size: 10px;
    font-weight: bold;
	display:inline-block;
	padding:2px 14px;
}
.cust-brand {
	margin: 10px;
}

/*.slide{
	background:url(../images/inner.jpg) no-repeat;
	background-size:cover;
	min-height:320px;
}*/
	
.green-bottom {
    background: rgba(3,130,136,0.9);       
    padding: 0px 15px;    
    color: #fff;  
	position: absolute;
    bottom: 0;
    width: 100%;
}
	
.green-bottom h3 {
	font-size:30px;
}
.nerve-details {	
	margin:20px 0;
	position:relative;
}
.nerve-details .icon {
	display:table-cell;
}
.nerve-details .head {
    display: table-cell;
    padding: 0 0 15px 10px;
}
.top-line {
	border-top:1px solid #eaeaea;
}
.nerve-details ul.list{
	padding:0 15px;
	margin:0 0 15px 10px;
}
.nerve-details ul.list li ul.sub-head{
	padding:0 0 0 40px;
}


.search-section{
	margin-top: 50px;
    background: #f0f0f0;
    background: -webkit-linear-gradient(0deg, #f0f0f0,#f1f1f1 80%);
	background: -o-linear-gradient(0deg, #f0f0f0,#f1f1f1 80%);
	background: -moz-linear-gradient(0deg, #f0f0f0,#f1f1f1 80%);
	background: linear-gradient(0deg, #f0f0f0,#f1f1f1 80%);
    padding: 10px;
    border-bottom: 2px solid hsla(60, 1%, 70%, 0.62);
	border-left: 5px solid rgba(218, 218, 218, 0.57);
}

/* input[type='text']{
	padding:0 10px;
} */
.form-control::-webkit-input-placeholder {
    color:#000;
}
.form-control::-moz-input-placeholder {
    color:#000;
}
.form-control::-moz-input-placeholder {
    color:#000;
}
.form-control::-ms-input-placeholder {
     color:#000;
}

 .white-bg::-webkit-input-placeholder {
    color:#CCCCCC;
}
.white-bg::-moz-input-placeholder {
    color:#CCCCCC;
}
 .white-bg::-moz-input-placeholder {
    color:#CCCCCC;
}
 .white-bg::-ms-input-placeholder {
     color:#CCCCCC;
}
.ph-level {
	margin:13px 15px;
}
.button {
	margin-left: 5px;
    font-size: 11px;
    padding: 0 19px;
    color: #087567;
	font-weight:bold;
}

.links {
	padding: 15px;
    border-left: 5px solid rgba(218, 218, 218, 0.57);
    background: #f6f5f0;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	color: #fff;
    background-color: #377687;
}
.nav-pills>li>a {
    border-radius: 0;
}
.feature-img img{
	float:left;
	width:70px;
}
.text-abt {
	margin-left:90px;
	margin-bottom:20px;	
}

.text-abt h3 {
	color: #087567;
	font-size:15px;
}
.text-abt p {
	font-size:11px;
}
.text-abt p.comment{
	color:#777;
}

.datasheet {
	font-size: 14px;
    margin-top: 35px;
    border-top: 1px solid #b1a9a9;
}

.datasheet img {
	width:200px;
}

.datasheet p.head{
	color: #087567;
	margin:12px 0;
}
.down-link {
	margin:18px 0;
}
p.down-link span {
	color: #087567;
	font-weight:bold;
}
	
.nerve-details ul.list li{
	padding: 5px 10px 5px 0;
	list-style-type:square;
	border-bottom:none;
}

.about-us-slide1{
	/*background:url(../images/aboutus-slide1.jpg) no-repeat;
	min-height:308px;
	background-size:cover;*/
	color:#fff;	
}

.contact-us-slide{
	background:url(../images/contact-us-banner.jpg) no-repeat;
	min-height:308px;
	background-size:cover;
	color:#fff;	
}

.aboutUs-dtl {
	margin:30px 0;
}
.contact-section {
	margin:30px 0;
}
.round-area {
	width: 70px;
    height: 70px;
    border: 2px solid #1ccaca;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    font-size: 30px;
	margin: 15px auto;
	display:table;
}
.round-area span{
	display:table-cell;
	vertical-align:middle;
}
.mail-info a {
	color:#000;
}
.form-control{
	height:45px;
	background:#E3EEF0;
	border:none;
	border-radius:0;
	box-shadow:none;
}
.corporate {
	background:#f6f5f0;
	padding:7px 10px;
}
.corporate .form-heading, .overview-video .form-heading{padding:10px 0 0;}
.corp-section {
	margin:20px 0;
}
.corp-section-n{
	margin:30px 0;	
}

.corp-section a {
	color:#009A9A;
}
.anchor-link a{
	color:#237171;
    font-weight: bold;
}
.overview-video{
	background:#f6f5f0;
	padding:7px 10px;
	margin-top: 12px;
}
.security-section {
	background: #E3EEF0;
    margin: 0;
    border: 10px solid #CCCCCE;
    padding: 20px 0px;
	width:97.5%;
}
.red-bg {
	background:#F7BFC0;
	width: 65%;
    height: 65px;
}
.white-bg {
	background:#fff;	
}
.placesize {
	font-size:20px;
}
.submit-btn{
	border-radius:30px;
	padding:10px 50px;
	background-color:#29C2E1 !important;
	text-transform:uppercase;
	font-size:12px;
	margin-top:35px;
    letter-spacing: 2px;
}
.submit-btn:hover, .submit-btn:active, .submit-btn:focus {
	background:#0f8dab !important;
}
/*
.about-us-slide{
	background:url(../images/aboutus-slide.jpg) no-repeat;
	min-height:308px;
	background-size:cover;
	color:#fff;	
} 
*/
.partner-content {
	margin:20px;
}
.top{
	margin-top:40px !important;
}
.channel {
    margin-top: 50px;
    background: #F0F0F0;
    padding:26px 20px 10px 35px;
}
.form-section{
	background:#F0F0F0;
    padding: 10px;
    margin: 35px 0;
}
.tech-partner-content {
    padding: 1px 20px;
    background: #F0F0F0;
    margin: 25px 0;
	line-height:24px;
}
.channel-tech{
    margin-top: 50px;
    background: #F0F0F0;
    padding: 14px 15px 5px 35px;
}

.resource-slide {
	/*background:url(../images/resource.jpg) no-repeat;
	min-height:308px;
	background-size:cover;	*/
}
.resouce-section, .custSupport-section, .management-section{
	margin:50px 0;
}
.notop-margin{
	margin-top:0;
}
.no-left-border{
	border-left:0;
}
.demo {
    margin:50px 0;   
}
.customer-form {
	 margin:50px 0;   
}
.panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
		border:none;
    }

.panel-default > .panel-heading {
	padding: 0;
	border-radius: 0;
	color: #212121;
    background: #dcd7c3;
    background: -webkit-linear-gradient(0deg, #e6dfc0,#ece9db 80%);
    background: -o-linear-gradient(0deg, #e6dfc0,#ece9db 80%);
    background: -moz-linear-gradient(0deg, #e6dfc0,#ece9db 80%);
    background: linear-gradient(0deg, #e6dfc0,#ece9db 80%);	
}

.panel-title {
    font-size: 20px;
    padding: 10px 40px;
    text-transform: uppercase;
}

.panel-title > a {
	display: block;
	padding: 15px;
	text-decoration: none;
}

.more-less {
	float: right;
	color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    background: #F6F5F0;
    padding: 20px 20px 30px 55px;
}
.panel-group .panel+.panel{
	margin-top:0;
}

.custSupport-slide {
	background:url(../images/custsupport.jpg) no-repeat;
	min-height:308px;
	background-size:cover;
	color:#fff;
}
.custSupport-enquiry p{
	line-height:24px;
}
.customer-form .form-control {   
    background: #F5F5F5;
    border: none;
    border-radius: 0;
}
a.access {
	text-decoration:underline;
}
a.access:hover, a.acces:active, a.access:focus {
	text-decoration:none;
}
.supt-heading {
	font-size:18px;
	color:#006665;
	letter-spacing:1px;
}
.custSupport-section ul.list li{
    margin-left: 15px;
    padding: 4px;
	list-style-type:square;
}
.management-section, .newsEvents-section{
	line-height:24px;
}
.management-column{
	margin: 0 0 50px;
}
.team-section{
	background:#F5F5F5;
	position:relative;
	padding:10px 0;
	margin-bottom:20px;
}
.team-section .member-name.heading{margin:10px 0 0;}
.member-details {
	margin:20px 0 15px;
}
.about-member p{
	margin-bottom:20px;
}
.newsEvent-slide{
	/*background:url(../images/news-events-slide.jpg) no-repeat;
	min-height:308px;
	background-size:cover;*/
	color:#fff;	
}

.heading-column p{
	margin:12px;
}
.event-section{
	background:#F6F5F0;
	position:relative;
	padding:10px 0;
	margin-bottom:20px;
}
.event-photo {
	border:1px solid #ccc;
}
.event-description {
	margin:10px 0;
}
.comment-date{
	color:#a5a39c;
}
.more-read {
	font-size:12px;
	padding:5px 10px;
}
.floatRight {
	float:right;
}
.blog-slide {
	/*background:url(../images/blog-slide.jpg) no-repeat;
	min-height:308px;
	background-size:cover;*/
	color:#fff;
}
.blog-section{
	margin:30px 0;
	line-height:24px;
}
.bg-gray {
	background:#F5F5F5;
}
.bg-yellow{
	background:#F7941D;
}
.bg-blue{
	background:#01009A;
}
.bg-green{
	background:#013300;
}
#feature-section{
	margin:50px 0;
}
.feature-blog {
	border:1px solid #ccc;
	min-height:375px;
}

.feature-heading{	
	text-align:center;
	color:#fff;
	padding:15px 0 5px;
	font-size:20px;
	text-transform:uppercase;
}
.feature-list {
	list-style-type:square;
	margin:15px;
	font-size:13px;
    padding: 0 10px;
}
.feature-list li{
	margin:5px 0;
}
/* footer {
    background-image: url(../images/footer-bg.png);
    background-repeat: repeat;
    margin-top: 15px;
    padding: 45px 0 20px 0;
    float: left;
    width: 100%;
}
footer .footer-content h1 {
    color: #fff;
    font-size: 1.5em;
    text-decoration: underline;
    font-weight: bold;
}

footer .footer-content ul li {
    list-style: none;
    padding: 10px 0 10px 0;
}
footer .footer-content ul li a {
    color: #fff;
    font-size: 1em;
    text-decoration: none;
}
footer .footer-content ul li ul.foot-submenu {
    padding: 0 0 0 15px
} */
.social-icons {
    /*float: right;*/
}
.social-icons ul {
    float: left;
    width: 100%;
    padding: 44px 0 0 0;
}
.social-icons ul li {
    list-style: none;
    float: left;
}
.social-icons ul li a {
    float: left;
    padding: 0 5px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 760px) {
    .logo img {
        width: 100%;
    }
    .main-header .contact {
        text-align: center;
    }
    .main-header .navbar-nav>li {
        display: inline-block;
    }
    .main-header .navbar-nav>li>a {
        font-size: 1em;
        padding: 0 4px;
    }
    .main-navigation .navbar-default .navbar-collapse,
    .main-navigation .navbar-default .navbar-form {
        background-color: #3d4d66;
        z-index: 110;
        position: relative;
    }
    .main-navigation .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
    .main-navigation .navbar-default .navbar-toggle {
        background-color: #fff;
    }
    .small-nav {
        text-align: center;
    }
	ul.nav li{float:none;}
}

/*g form updation*/
.gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=url],.gform_wrapper select, .gform_wrapper textarea {
	border: 1px solid #ccc;
} 

.gform_button{
	border-radius: 30px;
    padding: 10px 50px;
    background-color: #29C2E1;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 35px;
    letter-spacing: 2px;
    background-image: none;
    border: 1px solid transparent;
    color: #fff;
}
.gform_footer{
	text-align: center;
}

.gform_title{
	color: #006666 !important;
    font-size: 20px !important;
	text-align: center !important;
	font-weight:normal !important;
	margin:0px  !important;	
}
.form-control-txt .ginput_container input{
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	width:100% !important;
} 

.form-control-txtarea .ginput_container textarea{
	display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	width:100% !important;
}

.form-control-captcha .gfield_captcha_container img{
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background-color: white;
}

.form-control-captcha .gfield_captcha_input_container{
	margin-left: 0px !important;
}
.form-control-captcha .gfield_captcha_input_container input{
	display: block;
    width: 100% !important;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control-req .gform_button{
	position: relative;
    padding: 5px 40px;
    margin: 0px 10px 10px 0px;
    border-radius: 5px;
    font-size: 15px;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
	background-color: #cc0000;
    border-bottom: 5px solid #a21c0e;
    text-shadow: 0px -2px #BD3E31;
}

/*contact form*/
.form-control-cnt-txt{
	clear: none !important;
}
.form-control-cnt-txt .ginput_container span{
	/* margin-bottom: 15px; */
}
.form-control-cnt-txt .ginput_container span label{
	display:none;
}
.form-control-cnt-txt .ginput_container span select{
	display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	background: #E3EEF0;
    border: none;
	margin-bottom: 15px;
} 

.form-control-cnt-txt .ginput_container input{
	display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	background: #E3EEF0;
    border: none;
	margin-bottom: 15px;
} 
.form-control-cnt-txtarea .ginput_container textarea{
	display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	background: #E3EEF0;
    border: none;
	margin-bottom: 15px;
}
.form-control-cnt-captcha .recaptchatable{
	width: 100%;
	border:none !important;
    /*background: #E3EEF0;
    border: 10px solid #CCCCCE !important;
    padding: 20px 0px;*/
}
.recaptchatable .recaptcha_input_area #recaptcha_response_field{
	height: 45px;
    border: none !important;
    border-radius: 0;
    font-size: 20px;
}

.recaptchatable  #recaptcha_privacy{
	display:none;
}

.form-control-cnt .gform_button{
	border-radius: 30px;
    padding: 10px 50px;
    background-color: #29C2E1 !important;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 35px;
    letter-spacing: 2px;
	background-image: none;
    border: 1px solid transparent;
	color: #fff;
}
.form-control-cnt .gform_footer{
	text-align: center;
}
.form-control-cnt .gfield_description{
    padding: .625em 0 1em !important;
	margin-top: -20px;
}

.form-control-cnt-captcha .gfield_description{
    padding: .625em 0 1em !important;
	font-size: 20px;
}
.form-control-cnt-captcha
{
	padding-right: 15px;
    padding-left: 15px;
}
/* end contact form*/

/*innerpage sidebar*/
.search-section label{
	display:none !important;
}

.search-section .search-submit{
	margin-left: 5px;
    font-size: 12px;
    padding: 8px 20px;
    color: #fff;
    font-weight: bold;
	background:#888;
}

.search-section .searchform{
	    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	padding: 0px 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
	
}
/*single post css*/
.post-meta ul{
	list-style-type: none;
	/*float: right;*/
	margin-left:0;
}
.post-meta ul li{
	display:inline;
}
.green-bottom .post-meta ul li a{
	color:#fff;
}


img.thumbnail {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    max-width: 100%;
    height: auto;
}
a img:hover {
    opacity: 0.75;
}
.alignleft {
    float: left;
    margin: 0 1.618em 1em 0;
}
img {
 /*   vertical-align: bottom;
    max-width: 100%;
*/	
}

.comments, .post-more-sep {
    display: none;
}

/*pagination*/	
.woo-pagination span,.woo-pagination a {
    display: inline;
    text-decoration: none;
    color: #494949;
    padding: .327em .618em;
    border: 1px solid #c0c0c0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) 3px 3px 3px #888888;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) 3px 3px 3px #888888;
    background-color: #f9f9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e0e0e0));
    background-image: -webkit-linear-gradient(top, #f9f9f9, #e0e0e0);
    background-image: -moz-linear-gradient(top, #f9f9f9, #e0e0e0);
    background-image: -ms-linear-gradient(top, #f9f9f9, #e0e0e0);
    background-image: -o-linear-gradient(top, #f9f9f9, #e0e0e0);
    background-image: linear-gradient(to bottom, #f9f9f9, #e0e0e0);
}	
.woo-pagination .current{
    color: #959595;
    background: #f9f9f9;
}

.archive-rss a{
    text-decoration:none;
}

.tabs-above .nav-tabs>li.active>a, .tabs-above .nav-tabs>li.active>a:focus, .tabs-above .nav-tabs>li.active>a:hover {
	color: #fff !important;
    background-color: #377687 !important;
}
.tabs-above .nav-tabs>li>a {
    border-radius: 0 !important;
}
.rss a{
	color:#fff;
}

.contact-us-2016 .gfield_label {
	display:none !important;
}

.contact-us-2016 .gform_wrapper {
	margin:0px !important;
}

.wp-caption {
    padding: .077em;
    text-align: center;
    background: #f9f9f9;
    border: 1px solid #e6e6e6;
    max-width: 100%;
}
.alignright {
    float: right;
    margin: 0 0 1em 1.618em;
}
.main-sidebar{
	background: #f6f5f0;
	padding: 20px;
}

/*shortcode-tabs css*/
.shortcode-tabs.vertical {
    background: #FFFFFF;
}
.shortcode-tabs {
    background: #f0f0f0;
    background: rgba(0,0,0,.05);
    clear: both;
    height: auto;
    display: block;
    padding: 5px;
    margin-bottom: 30px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.shortcode-tabs ul.tab_titles {
    padding: 0px;
    background: none;
    border: none;
    margin: 0;
}
.shortcode-tabs.vertical ul.tab_titles {
    clear: left;
    float: left;
    background: none;
    border: 1px solid #F0F0F0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 0px;
    position: relative;
    z-index: 2;
    width: 25%;
}
.shortcode-tabs.vertical ul.tab_titles li {
    clear: both;
    background: none;
    padding: 0;
    border-bottom: 1px solid #EBEBEB;
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    display: block !important;
    float: none !important;
}
.shortcode-tabs ul.tab_titles li.nav-tab {
    background: none;
    padding: 0;
    float: left;
    display: inline;
    color: #ffffff;
    margin: 0px;
    cursor: pointer;
}
.shortcode-tabs ul.tab_titles li.nav-tab a {
    color: #777;
    display: block;
    float: left;
    padding: 8px;
    text-transform: uppercase;
    font: 11px/18px sans-serif;
}
.shortcode-tabs.vertical .tab {
    clear: right !important;
    top: 5px;
    position: relative;
    z-index: 1;
    margin-left: 26%;
    padding: 0px;
}
.shortcode-tabs .tab {
    background: #fff;
    padding: 10px;
    text-align: left;
    clear: both;
}
/* end shortcode-tabs css*/

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
 #slider {
  /* background:url(../images/mob-slide.jpg) no-repeat;
  min-height:540px;
  background-size:cover; */  
  color:#fff;
   background-position: center;
 }
 .content h2 {
  font-size: 25px;
  font-weight: bold;
 }
 .content h2 span {
  font-size:35px;
 }
 .sub-content {
  margin-left: 20px;
 }
 .sub-content ul li {
  font-size: 20px;
  font-style: italic;
  margin: 17px 0;
 }
 .about-content1, .about-content2, .about-content3 {
  margin-bottom:10px;
 }
 .brand{
  margin-bottom:10px;
 }

 .feature-blog{
  margin-bottom:10px;
 }
}

.gform_wrapper ul li#field_3_9{padding:0;}
.gform_wrapper ul li#field_3_2, .gform_wrapper ul li#field_3_3{width: 48.5%; display: inline-block; vertical-align: top; padding:0;}
.gform_wrapper ul li#field_3_3{margin-left: 1.6% !important;}
#gform_submit_button_3{margin: 0 0 20px;}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
