@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular.woff2') format('woff2'),
         url('../fonts/poppins-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinsblack';
    src: url('../fonts/poppins-black.woff2') format('woff2'),
         url('../fonts/poppins-black.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold.woff2') format('woff2'),
         url('../fonts/poppins-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsextrabold_italic';
    src: url('../fonts/poppins-extrabolditalic.woff2') format('woff2'),
         url('../fonts/poppins-extrabolditalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsitalic';
    src: url('../fonts/poppins-italic.woff2') format('woff2'),
         url('../fonts/poppins-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinslight';
    src: url('../fonts/poppins-light.woff2') format('woff2'),
         url('../fonts/poppins-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/poppins-medium.woff2') format('woff2'),
         url('../fonts/poppins-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinssemibold';
    src: url('../fonts/poppins-semibold.woff2') format('woff2'),
         url('../fonts/poppins-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*---------------------------Reset Css------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: none;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: normal;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
article, aside, details, fig, caption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	 background:#fff; 
	  font-family: 'poppinsregular';
}
a {
	color: #2a516f;
	text-decoration: none;
	outline: none;
	transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
}
a:hover {
	outline: none;
	text-decoration: none;
	color: #0e93d8;
}
a:hover, a:focus {
	text-decoration:none; 
}

a img {
	border: none;
	outline: none;
	text-decoration: none;
}

img {
	max-width: 100%;
}
input, select, textarea, button {
	vertical-align: middle;
	outline: none;
	border: none;
}
/*select {
	-webkit-appearance: inherit;
}*/
.noImage {
	background: url(../images/noimage.png) no-repeat center center #CCCCCC !important;
	color: #535353;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
}
.noImage > img {
	visibility: hidden;
}
select {
    -moz-appearance: none;
}
/********************************** Homepage Css**********************************/
.btn:active, .btn.active  {
	box-shadow:none; 
}
header {
	float:eft; 
	width:100%; 
	padding-top:25px;
	border-bottom:2px solid #1f9fd9;
	background:#fff;  
	z-index:999999;
}
#custom-search-input {
	   float:right; 
	   width:264px; 
	   background:#f1f1f1;
	border:1px solid #e6e6e6;
	position:relative; 
	border-radius:25px; 
	margin-top:4px; 
}
#custom-search-input   .search-query {
	  background:none; 
	  border:0px; 
	  width:100%; 
	  font-size:14px; 
	  color:#c6c6c6;
	  box-shadow:none; 
	  padding:7px 30px 7px 12px;
	  height:36px; 
}

#custom-search-input   .btn  {
	background:none; 
	position:absolute;  
	border:0px; 
 right: 0;
    top:1px;
 font-size:14px; 
 color:#c8c8c8;
}
nav.navbar  {
	float:right; 
	background:none; 
	border:0px; 
	margin-bottom:0px; 
}
.menu {
	display:none; 
}
.navbar-collapse {
	padding-left:0px; 
	padding-right:0px; 
}
.navbar-default  .navbar-nav > li:first-child { 
padding-left:0px; 
background:none !important;
}
.navbar-default  .navbar-nav > li:last-child  { 
padding-right:0px; 
}


.navbar-nav > li { 
position:relative; 
padding: 0px 23px 0px 25px;
background:url(../images/navborder.png) left center no-repeat; 
}
.navbar-default .navbar-nav > li > a  {
	font-size:14px;   
color:#2a516f; 
   text-transform:uppercase; 
   padding:28px 0px 36px 0px; 
   position:relative; 
   
    
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background:none; 
	color:#0e93d8;
	
}
.navbar-default .navbar-nav  > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color:#0e93d8;
}
.navbar-nav > li a:before    {  
position:absolute; 
  width: 0; 
  height: 0; 
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #0e93d8; ; 
  bottom:0px; 
  left:50%;  
  display:none; 
  content:""; 
  margin-left:-7px; 
   
}
.navbar-nav > li.active a:before {
	  display:block;  
}
.navbar-nav > li a:hover:before {
	  display:block;  
}
.navbar-nav >  li ul a:hover:before {
	  display:none;  
} 
.ContactNav p a:hover:before {
	display:none;  
}
.carousel-inner > .item > img { width:100%; 
}
#bannerouter .container {
	position:relative; 
}
.carousel-caption {
	width:480px; 
	left:0px; 
	right:auto; 
	bottom:100px; 
	position:absolute; 
	text-shadow:none; 
	text-align:left; 
}
.carousel-caption h2  { 
color:#fff;
text-transform:uppercase; 
font-size:42px; 
position:relative; 
line-height:42px; 
margin-bottom:0px;
padding:15px 20px; 
position:relative;
background:#2a516f; opacity:.7;


}
.carousel-caption h2:before  { 
position:absolute;
bottom:0px;
left:25px; 
width:125px; 
height:2px; 
background:#fff;
content:""; 
}
.carousel-caption p  { 
color:#fff; 
font-size:16px;   
line-height:24px; 
padding:15px 23px; 
margin-bottom:0px; 
background:#2a516f; opacity:.7;



}
.loginbar {
	 position:relative;  
	 background:#13588c;
	 float:left; 
	 width:100%; 
}
.loginbar:before  { 
position:absolute; 
width:50%;
left:100%; 
height:100%; 
background:#06416e;
content:"";  
left:0px; 
top:0px; 
}
.loginbar span {
	font-size:14px; 
	color:#93b1c8; 
	  line-height:18px;  
	  padding:26px 25px 26px 0px;
	float:left; 
}
.bluelogin {  
background:#13588c; 
float:left;
padding:17px 23px; 
}
.bluelogin input[type="text"], .bluelogin input[type="password"]{
	  background:#0e4e7e;
	  border:1px solid #0d4773;
	  color:#8cb7da;
	  border-radius:20px;
	  font-size:14px; 
	  line-height:18px; 
	  padding:9px 12px;   
	  width:100%;
	 
}


.loginbarInput { width:166px; float:left;
	  margin-right:11px;  }


.bluelogin button { 
background:#1babe9;
color:#fff;
font-size:14px; 
	  line-height:18px; 
	    padding:9px 25px;
		border-radius:20px;   
		border:1px solid #0e4d7d;
		margin-right:10px; 
}
.bluelogin button:hover {  
background:#06416e;
}
.bluelogin button i  {  
 margin-right:5px; 
}
.bluelogin a {
font-size:13px; 
color:#6f8ea6;  
  line-height:18px; 
	    padding:10px 0px;
		text-decoration:underline;  
}
.bluelogin a:hover { 
color:#93b1c8;; 
}
.bluelogin a.signupbutton {
	background:#1babe9;
color:#fff;
font-size:14px; 
	  line-height:18px; 
	    padding:10px 25px;
		border-radius:20px;   
		border:1px solid #0e4d7d;
		text-decoration:none;   
		margin-left:40px; 
		position:relative;  
}  
.bluelogin a.signupbutton:hover {  
background:#06416e;
} 
.bluelogin a.signupbutton:before { 
position:absolute; 
left:-23px; 
top:0px;
background:url(../images/signupborder.png) top left repeat-y;  
width:2px;
height:100%; 
content:"";
}
.sticky {
  position: fixed;
  top:0; left:0;
  width: 100%; }
  
  .VideoSection {
	  float:left; 
	  width:100%; 
	  background:url(../images/laptopbg.jpg) top left no-repeat; 
	  padding:70px 0px 60px 0px; 
	  background-size:100%; 
  }
    
  .VideoSection h2 { 
  font-size:38px; 
  color:#2a516f;
  float:left;
   width:100%; 
   text-align:center; 
   line-height:50px; 
   padding-bottom:22px; 
   margin-bottom:28px; 
   position:relative; 
    text-transform:uppercase;
  }
    .VideoSection h2:before {  
	position:absolute; 
	bottom:0px; 
	left:50%; 
	width:96px; 
	height:4px; 
	background:#0e93d8;
	content:"";
	margin-left:-48px; 
	}
  .VideoSection h2 small { 
  font-size:15px; 
  color:#1babe9;
  float:left;
   width:100%; 
   text-align:center; 
    text-transform:initial;
	padding-bottom:5px; 
  }
  .videodata {
	  width:556px; 
	  margin:auto; 
	  position:relative; 
  }
  .videodata video { 
 background: #000000;
    height: 225px;
    left: 99px;
    position: absolute;
    top: 23px;
    width: 360px;
  }
  .videodatainner {
	  	  position:relative;  
		  float:left; 
		  width:100%; 
		  margin-bottom:35px; 
  }
  .VideoSection h5 {
	  font-size:20px; 
	  color:#555; 
	  float:left; 
	  width:100%; 
	  margin-bottom:5px; 
  }
    .VideoSection p { font-size:14px; line-height:22px; 
	color:#555; 
	
	}
	.aboutusSection {
		float:left; 
		width:100%; 
		background:#f6f6f6;
		  
	}
	
	
	.aboutBG {background:url(../images/who-we-are.png)  top right -35px no-repeat #f6f6f6; width:1349px;   padding: 36px 15px 36px 100px;}
	
	
	.aboutusSection h2 { 
  font-size:38px; 
  color:#2a516f;
  float:left;
   width:100%; 
   line-height:50px; 
   margin-bottom: 24px;
    padding-bottom: 20px;
   position:relative; 
   text-transform:uppercase; 
  }
    .aboutusSection h2:before {  
	position:absolute; 
	bottom:0px; 
	left:0%; 
	width:96px; 
	height:4px; 
	background:#0e93d8;
	content:"";
	}
	   .aboutusSection p { font-size:14px; line-height:22px; 
	color:#555;   padding-bottom:5px;
	   }
	.headinghome { font-size:38px; 
  color:#2a516f;
  float:left;
   width:100%; 
   text-align:center; 
   line-height:50px; 
  margin-bottom: 24px;
    padding-bottom: 20px;
   position:relative; 
    text-transform:uppercase;
  }
    .headinghome:before {  
	position:absolute; 
	bottom:0px; 
	left:50%; 
	width:96px; 
	height:4px; 
	background:#0e93d8;
	content:"";
	margin-left:-48px; 
	}
	.ChooseSection {
		float:left; 
		width:100%; 
		padding:60px 0px 70px 0px; 
		text-align:center; 
	}
	.ChooseSection p  {
		padding:0px 195px 5px 195px;  
		float:left; 
		font-size:14px; line-height:22px; 
	color:#555; 
		width:100%;  
	}
	.ChooseSection  ul {
		float:left; 
		width:100%; 
		text-align:center; 
		margin-top:15px; 
		
	}
	.ChooseSection  ul  li { 
	font-size:20px; 
	color:#21aee5; 
	display:inline-block; 
	padding:0px 50px; 
	 
	}
	.ChooseSection  ul  li:before  { 
	 content:"ï˜"; 
	   font-family: FontAwesome;
	   padding-right:8px; 
	}
	.productSections {
		float:left; 
		width:100%; 
		background:url(../images/bluebackground.jpg) top left repeat-x; 
		padding:62px 0px 55px 0px; 
		color:#fff;   
		background-size:cover; 
	}
	.productSections .headinghome  {
		color:#fff;  
	} 
	.productSections ul  { 
      text-align:center; 
	  
	}
		.productSections ul  li {  
		display:inline-block;
		width:19.7%; 
		}
	.productSections ul li figure {
		 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e93d8+0,1764aa+100 */
background: #0e93d8; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #0e93d8 0%, #1764aa 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #0e93d8 0%,#1764aa 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #0e93d8 0%,#1764aa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e93d8', endColorstr='#1764aa',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */  
border:6px solid #133753; 
width:172px; 
height:172px; 
position:relative; 
  border-radius:50%; 
  margin:auto; 
	}
.nav.navbar-nav .productSections ul li figure {	
width:142px; 
height:142px; 

}
	.productSections ul li figure img {  
	position:absolute; 
	left:0px; 
	right:0px; 
	bottom:0px; 
	top:0px; 
	margin:auto; 
	}
	.productSections p  {   
	 font-size:17px; 
	 line-height:24px; 
	 color:#fff; 
	 margin-top:7px; 
	}
		.productSections p  a {  
		color:#fff;   
		}
		.productSections p  a:hover {  
		color:#69cfff;   
		} 
	
	.item2 {
	float: left;
	width:100%; 
	position:relative; 
	background:#fff; 
	border:2px solid #e6eaec;
	height:125px; 
	overflow:hidden;
	text-align:center;
	
}
.item2.first {clear: left;margin-left: 0;}
.item2 img {opacity:1; transition: opacity 0.5s;
-webkit-transition: all ease 0.5s;
-moz-transition: all ease 0.5s;
-o-transition: all ease 0.5s;
-ms-transition: all ease 0.5s ;
transition: all ease 0.5s ;}
.item2 img:hover{ margin-top:-124px; }
.col-md-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	width: 20%;
    float: left;
}
.brandSection {
	padding:60px 0px 60px 0px; 
	float:left; 
	width:100%; 
}
.contactSection {
	float:left; 
	width:100%; 
	padding:65px 0px 70px 0px; 
}
.contactSection .headinghome  { 
color:#fff; 
}
.contactSection p  {
	font-size:15px; 
	color:#c4c4c4;
	 text-align:center; 
	 padding-bottom:0px; 
}
.contactSection form { 
float:left; 
width:100%; 
padding:30px 150px 0px 150px; 
}
.contactSection form .formcol {
	float:left; 
width:33.3%;
padding:0px 15px ;
}
.contactSection form .formcol input[type="text"], .contactSection form .formcol input[type="email"], .contactSection form .formcol input[type="tel"] { 
 background:rgba(0,0,0,.25);
 float:left; 
 width:100%;  
 line-height:16px; 
 padding:10px 12px; 
 border-radius:25px;
 color:#bababa;  
 margin-bottom:20px; 
 font-size:14px; 
}
.contactSection form .formcol input[type="text"].halfcolform, .contactSection form .formcol input[type="tel"].halfcolform  {
	width:47%; 
}
.contactSection form .formcol input[type="text"].halfcolform.rightcolform  {
	float:right; 
}
.contactSection form .formcol textarea {  
 background:rgba(0,0,0,.25);
 float:left; 
 width:100%;  
 line-height:16px; 
 padding:10px 12px; 
 border-radius:15px;
 color:#bababa;  
 margin-bottom:20px; 
 font-size:14px; 
 resize:none; 
 max-height:92px; 
}
.formfull {
	float:left; 
width:100%;
padding:0px 15px ;
	 
}
.formfull input[type="submit"] {
	font-size:14px; 
	background:#1babe9; 
	padding:11px 35px 9px 35px; 
	line-height:16px;  
	border-radius:25px; 
	color:#fff; 
	float:right; 
	
	
}
.formfull input[type="submit"]:hover { 
background:#06416e ; 
}
footer {
	float:left ;
	width:100%; 
	padding:50px 0px 0px 0px;
	background:url(../images/footer.jpg) top left repeat; 
}
footer h5 { 
  font-size:18px; 
  text-transform:uppercase; 
  color:#fff; 
  padding-bottom:20px; 
}
footer ul { 
      float:left; 
	  width:100%; 
}
footer ul li {
	float:left; 
	width:100%; 
color:#b6cddf; 
   font-size:14px; 
   line-height:17px; 
   padding:5px 0px; 
   font-family: 'poppinslight';
   
	   
}
footer ul li a  { 
color:#b6cddf;
 font-family: 'poppinslight'; 
}
footer ul li a:hover   {  
color:#0e93d8; 
}
footer h6 { 
  font-size:18px; 
  text-transform:uppercase; 
  color:#fff; 
  padding-bottom:12px; 
  border-top:1px solid #4a6f8c;
  padding-top:21px; 
 margin-top:15px; 
 float:left; 
 width:100%; 
} 
footer  ul.social li {
     width:auto; 
}
footer  ul.social li a { 
     color:#21aee5;
	 width:32px; 
	 height:32px; 
	 line-height:32px;
	 text-align:center; 
	 float:left; 
	 border:1px solid #496e8b;
	 border-radius:25px; 
	 margin-right:9px; 
	 transform:scale(1);
}
footer ul.social li a:hover { 
  transform:scale(1.1);
  background:#21aee5;
  color:#496e8b;
  border:1px solid #21aee5;
  color:#ffffff;
}
.address {
	float:left; 
	width:100%;  
	padding-bottom:30px; 
    
}
.address p  {  
   float:left; 
   width:100%; 
    margin-bottom:10px; 
	padding-bottom:0px; 
     
} 
.address p  i  {  
  display:inline-block;
  vertical-align:top;    
  color:#0e93d8; 
  font-size:20px;  
  width:20px; 
  margin-right:5px;  
  height: 20px;

  padding-top:2px;  
}
.address p .adr {
  padding-left: 27px;
}

.addressmain ul li .fn {
	padding: 0px;
	line-height: inherit;
}
.address p  span  {  
 font-size:14px; 
  color:#b6cddf; 
  line-height:22px;  
     font-family: 'poppinslight'; 
  
 
} 
.address p  span a  {   
  color:#b6cddf;  
}
.address p  span a:hover  { 
   color:#0e93d8;   
}
.copyright {
	float:left; 
	width:100%; 
	background:#0e293f;
	margin-top:30px;
	text-align:center;  
	
}
.copyright p { 
color:#6d8395;  
	font-size:12px; 
	line-height:17px; 
	padding:22px 0px 18px 0px;
}
header.affix {
	  padding-top:10px;
}
header.affix .logo {
    float: left;
    width: 250px;
} 
header.affix .navbar-default .navbar-nav > li > a {
	 padding: 14px 0 13px;
}
.navbar {
	min-height:20px; 
}

/************************ Innerpages **********************************/
.TitleName {
	background:#13588c ;
    float:left; 
	width:100%; 
	height:80px;  
 
}
.para  { 
float:left; 
width:100%; 
padding:0px 0px 40px 0px; 
}
.sthumb {
  float: right;
    margin: 0 0 9px 30px;
    max-width: 555px;
    width: 100%;
} 
.para h1 {
    float: left;
    width: 100%;
	position:relative;
	 color: #2a516f; 
} 
.para h1:before { 
   background: #0e93d8;
    bottom: 0;
    content: "";
    height: 4px;
    left:0px;
    position: absolute;
    width: 96px; 
}
h1 {
	 font-size:38px; 
	 line-height:44px; 
	 color:#2a516f;
	 padding-bottom: 24px;  
	 margin-bottom:25px; 
	 text-transform:uppercase;  
}
h2  {
	 font-size:27px; 
	 line-height:40px;
	 color:#2a516f;  
	 padding-bottom: 10px;  
	 text-transform:uppercase;  
} 
h3  {
	 font-size:26px; 
	 line-height:32px;
	 color:#2a516f;  
	 padding-bottom: 15px; 
	  text-transform:uppercase;   
}  
h4  {
	 font-size:22px; 
	 line-height:26px;
	 color:#2a516f;  
	 padding-bottom: 15px; 
	  text-transform:uppercase;   
}  
p {
	font-size:14px; line-height:22px; 
	color:#555;    padding-bottom:5px; 
}

 .standardcolimage2   {
	 float:left; 
	 width:100%; 
	 padding:65px 0px 65px 0px ; 
 }

.standardcolTwo , .standardcolimage2 , .standard3 {
	 float:left; 
	 width:100%; 
	
}
.twoCol {
	margin-top:5px;     
}

.smallThumb {
    float: left;
    margin-right:30px; 
	max-width:264px;
}  
.smallThumb  img {  
 width:100%; 
}
.box  {
    float: left;
    width:100%;
	   margin-top: 12px;  
} 
.standardcolTwo {
	padding:56px 0px 60px 0px;
	
}
.box .title {
	font-size:16px; 
	color:#fff; 
	margin-bottom:5px; 
	margin-top:5px;
	 font-family: 'poppinsmedium';
	
}
.buyButton {
	  font-size:14px; 
	  	  padding:10px 20px; 
	  background:#1babe9;
	  color:#fff; 
	  margin-top:18px; 
	  display:inline-block;  
	  border-radius:20px; 
}

.standard3  {
	float:left;
	width:100%; 
	padding-bottom:40px; 
}
.text {
	margin-top:20px; 
}
 .text h6 { 
 font-size:16px; 
 color:#2a516f;  
 padding-bottom:5px; 
 }
 .standarList ul {
	 margin-top:15px; 
 }
.standarList ul li {
	position:relative;
	font-size:15px; 
	color:#555; 
	padding-bottom:20px; 
	padding-left:15px; 
	line-height:22px; 
}
.standarList ul li  a {
	font-size:16px; 
	color:#555; 
}
.standarList ul li  a:hover { 
  color: #1babe9; 
}
.standarList ul li::before {
    color: #555;
    content: "ï„‘";
    font-family: FontAwesome;
    left: 0;
    padding-right: 10px;
    top: -2px;
	font-size:5px; 
	position:absolute; 
} 
.innerpages { 
	float:left; 
	width:100%; 
}

.contactDetail iframe {
	float:left; 
	width:100%; 
}
.addressContact h3  {
	margin-top:30px; 
}

.addressContact {
	float:left; 
	width:100%; 
}
.addressContact p  { 
font-size:16px; 
line-height:24px; 
}



h1.innerHead  {
    float: left;
    width: 100%;
	position:relative;
	 color: #2a516f; 
} 
h1.innerHead:before { 
   background: #0e93d8;
    bottom: 0;
    content: "";
    height: 4px;
    left:0px;
    position: absolute;
    width: 96px; 
} 

.alert {
    background: #21aee5;
    color: #fff;
    float: left;
    font-family: "poppinsregular";
    padding: 12px 25px 12px 12px;
    position: relative;
    width: 100%;
	font-size:13px; 
	margin-bottom:30px; 
	border-radius:0px; 
} 

.alert-dismissable .close, .alert-dismissible .close {
    position: absolute;
    right: 10px;
    top: 10px;
	opacity:1;
} 

.alert i {
    padding-right: 6px;
}
.close:hover, .close:focus {
    color: #555555; 
}
.contactForm form label {
    color: #555;
    float: left;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
	padding:8px 0px; 
	line-height:20px; 
	margin-bottom:0px; 
} 
.contactForm form .fullval  label  {
	padding:0px; 
}
.contactForm form .radioButton span , .contactForm form .checkButton span {
	    font-size: 16px; 
		  color: #555; 
		  line-height:20px; 
		  float:left;
		  margin-right:25px; 
		  
		  
}
.contactForm form .fullval input[type="radio"] ,  .contactForm form .fullval input[type="checkbox"]    {
	 float:left;  margin-right:7px; 
}
.contactForm form label span {
    color: #c21429;
} 
.contactForm form input[type="text"] {
    background: #f1f1f1;
    border: 1px solid #e6e6e6;
    border-radius: 25px;
    box-shadow: none;
    color: #1d2f46;
    font-family: "poppinsregular";
    font-size: 14px;
    height: 38px;
    line-height: 18px;
    padding: 10px;
}
.contactForm .val  { 
float:right; 
width:77%; 
}
.contactForm .val.fullval  { 
float:left; 
width:100%; 
} 

.contactForm form .form-group {
    float: left;
    margin-bottom: 30px;
    width: 100%;
} 
.contactForm form textarea {
    background: #f1f1f1;
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    box-shadow: none;
    color: #1d2f46;
    font-family: "poppinsregular";
    font-size: 14px;
    resize: none;
	min-height:157px;
} 

.submitButton{
  background: #1babe9;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 10px 30px;
    text-transform: uppercase;
	border:0px; 
	margin-top:20px;
	border-radius:0px; 
	line-height:16px; 
	border-radius:25px; 
} 


.media {
    float: left;
    margin-bottom:20px;
    width: 100%;
} 

.testimonial  .media-left {
	padding-right:0px; 
	margin-right:30px;
} 
.productmain {
	float:left; 
	width:100%; 
}
.productmain figure { 
	float:left; 
	width:100%; 
	height:400px;
	border:1px solid #d5d5d5;
	position:relative; 
}
.productmain figure img  { 
position:absolute; 
left:0px; 
right:0px; 
bottom:0px; 
top:0px; 
margin:auto; 
padding:20px; 
max-height:100%; 
}
.serviceList  {
	margin-bottom:20px; 
}
.productmain ul {
	float:left; 
	width:100%; 
	margin-top:20px; 
}
.productmain ul li { 
float:left; 
width:68px; 
margin-right:15px; 
	
}
.manageProduct {
	margin-top:10px; 
}
.productmain ul li.active a{ border:1px solid #1babe9;}

.productmain ul li a  {  float:left; 
width:100%; height:68px; border:1px solid #d5d5d5; position:relative;  }
.productmain ul li a img  { 
padding:1px;  position:absolute; 
left:0px; 
right:0px; 
top:0px; 
bottom:0px; 
margin:auto; 

}
.para { 
float:left; 
width:100%; 
background:#f6f6f6;
padding:63px 0px 60px 0px; 
}
.highlighted {
	font-size:16px; 
	line-height:22px; 
	padding-bottom:36px; 
	border-bottom:1px  solid #d2dbdf;
	float:left; 
	width:48%; 
	margin-bottom:25px; 
}
.readmoreanchor {
    font-family: 'poppinssemibold';
	color:#21aee5;
	font-size:14px; 
	margin-top:18px; 
	float:left; 
}
.readmoreanchor:hover  { 
color:#2a516f;
}
.standardcolimage2 {
	 float:left; 
	 width:100%; 
	 background:url(../images/bluebackground.jpg) top left repeat; 
}
.standardcolimage2 .title { }
.standardcolimage2 h4 { color:#fff;  } 
.standardcolimage2 p {  color:#fff; }
.StandardListing { float:left; width:100%; padding:45px 0px 40px 0px; }
.titledata { float:left; width:100%;   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#838383+0,b9b9b9+100 */
background: #838383; /* Old browsers */
background: -moz-linear-gradient(left, #838383 0%, #b9b9b9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #838383 0%,#b9b9b9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #838383 0%,#b9b9b9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#838383', endColorstr='#b9b9b9',GradientType=1 ); /* IE6-9 */  }
.titledata .container {  background:url(../images/titlelogo.png) top right no-repeat   }  
.titledata  ul { float:left; width:100%; padding:34px 0px 35px 0px;   }  
.titledata  ul li { display:inline-block; color:#b6b6b6; font-size:14px; text-transform:uppercase; letter-spacing:12px; margin-right:80px;   }
.ContactLogo {
	background:url(../images/footerlogo.png) bottom  right 15px no-repeat; 
}
.contactdata {
	float:left; 
	width:100%; 
    background:#f6f6f6;
	padding:65px 0px 70px 0px; 
}
.contactdata hr { 
background:#d2dbdf; 
 margin-bottom: 25px;
    margin-top: 35px;
}
.callme {
	float:left;
	width:100%; 
}
.addressmain {
		float:left;
	width:100%; 
	font-size:16px; 
	
}
.addressmain h3 {
	padding-bottom:22px; 
}
.addressmain ul { 
float:left; 
width:100%; 
}
.addressmain ul li  {  font-size:16px; 
color:#555555;   float:left; width:100%;  margin-bottom:15px; 
}
.addressmain ul li .adr {
	padding: 0px;
}
.addressmain ul li .vcard {
	padding-bottom: 0px;
}
.addressmain ul li span ,.addressmain ul li a  { float:left; line-height:20px; padding:10px 0px;  color:#555555;  }
.addressmain ul li a:hover { color:#0e93d8;  }
.addressmain ul li .fa  { 
line-height:40px; 
width:40px;  border-radius:25px; 
float:left; 
background:#21aee5; color:#fff;
text-align:center; 
margin-right:20px; 
}
.radioButton , .checkButton {
    float: right;
    width: 77%;
} 
.contactForm  .valtextarea {
 width: 90.7%;
}
.contactForm  .captcha  , .text-danger.gcaptcha{
width: 90.8%;
 float:right; 
}
.submitbuttonouter { 
width: 90.8%;
 float:right;    
}
.contactForm {
	float:left; 
	width:100%; 
	padding:63px 0px 70px 0px; 
}
.contactForm h1 {
	margin-bottom:0px; 
	padding-bottom:20px; 
}
  
.callme img { float:left; width:100%;  }
.parallax-window {
    min-height: 447px;
    background: transparent;
} 
.owl-item > li {
	padding:0px 15px; 
}
.owl-carousel {
	position:relative; 
	float:left; 
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
	position:absolute; 
	top:45px; 
	left:-35px;
	width:29px; 
	height:29px; 
	background:url(../images/bandprev.png) top left no-repeat;
	font-size:0px; 
	opacity:1; 
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
	position:absolute; 
	top:45px; 
	right:-35px;
	width:29px; 
	height:29px; 
	background:url(../images/brandnext.png) top right no-repeat; 
	font-size:0px; 
	opacity:1; 
}
.contactSection { 
	  background:url(../images/contactbackground.jpg) top left no-repeat; 
	     background-attachment: fixed;
		 background-size:cover; 
}
.cartsection {
	float:left;
	width:100%; 
	float:left; 
	padding:60px 0px 70px 0px; 
}
.profilenav {
	float:left; 
	width:100%; 
}
.profilenav li {
		float:left; 
	width:100%; 
	
}
.profilenav li a {
			float:left; 
	width:100%;  
   background:#656565;
   color:#fff; 
   font-size:16px; 
   text-transform:uppercase; 
   padding:11px 10px 9px; 
   line-height:20px; 
   margin-bottom:5px; 
}
.profilenav li.active a { 
  background:#0e93d8;
}
.profilenav li:hover a { 
  background:#0e93d8;
} 
.cartsection .checkout {
    background: #f6f6f6;
}
.cartsection table thead {
    background: #656565;
    border-bottom: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal !important;
} 
.cartsection table > tbody > tr > td {
    color: #555;
    font-size: 14px;
    font-weight: normal !important;
}  
.cartsection table > tbody > tr > td h6 {
    color: #555;
    font-size: 16px;
    text-transform: uppercase;
}
.cartsection .checkout table > tbody > tr > td label {
 color: #555;
    font-size: 14px;
    font-weight: bold !important;
    line-height: 30px;
    margin-top: 10px; 
}
.quantityBox {
    border: 1px solid #e6e6e6;
    border-radius: 0;
    color: #595c5c;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    max-width: 60px;
    padding: 4px 5px;
}
.qualityrefresh {
    float: left;
}
.qualityrefresh > li {
    color: #555;
    float: left;
    padding-left: 6px;
    padding-top: 6px;
}
.qualityrefresh > li a {
    color: #555;
}
.scrolltable {
    display: none;
    font-size: 16px;
    padding-left: 5px;
}
.coupon p {
    margin-left: 10px;
}
.coupon input[type="text"] {
    border: 1px solid #e6e6e6;
    border-radius: 0;
    color: #555;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 5px 10px;
}
.checkout .bluebttn {
    margin-left: 10px;
    margin-top: 0;
    padding: 10px 10px;
	background: #1babe9;
	font-size: 14px;
	 color: #fff;
}
.checkout .bluebttn:hover { 
color:#2a516f;
}
.cartsection .checkout table {
    margin-top: 0;
}
.purchaseTotal table {
    width: 97.5%;
}
.productname p {
	font-size:13px; 
	line-height:18px; 
}
.cartsection table > tbody > tr > td {
    color: #555;
    font-size: 14px;
    font-weight: normal !important;
} 
.purchaseTotal td:last-child {
    font-weight: bold;
    text-align: right;
}
.buttonOuter a {
    background: #656565;
    color: #fff;
    float: left;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 10px;
}
.buttonOuter a:hover { 
background:#1babe9 ;
}
.buttonOuter a.proceedCheckout {
    float: right;
} 
.cartsection table > tbody > tr > td label {
    color: #787878;
    font-size: 14px;
    font-weight: normal !important;
}
.accountheading {
    background: #656565;
    color: #fff;
    float: left;
    padding: 0 3%;
    width: 100%;
} 
.accountinformation {
    margin-top: 20px;
}
.accountheading {
    background: #656565;
    color: #fff;
    float: left;
    padding: 0 3%;
    width: 100%;
}
.cartsection .accountheading h3 {
    color: #fff;
    float: left;
    font-size: 20px;
    line-height: 44px;
    padding-bottom: 0;
    text-transform: capitalize;
}
.accountheading ul {
    padding-top: 14px;
} 
.accountheading ul li {
    float: left;
}
.accountheading ul li a {
    color: #eee;
    float: left;
    padding-left: 10px;
}
.accountdetail {
    background: #f6f6f6;
    border: 1px solid #dedede;
    float: left;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
} 
.cartsection table {
	 background: #f6f6f6;
	 margin-top:20px; 
}
.shopingcart .panel-group .panel {
    border: 1px solid #d4d4d4;
    border-radius: 0;
    display: inline-block;
    float: none;
    margin-bottom: 2px;
    width: 100%;
}
.shopingcart .panel-default > .panel-heading {
    background: #2a516f;
    border-color: #2a516f;
    color: #fff;
    padding:0;
	border-radius:0px; 
}  
.shopingcart .panel-default > .panel-heading .panel-title {
	padding-bottom:0px; 
}
.shopingcart .panel-default > .panel-heading .panel-title a:hover {
	color:#fff; 
}
.shopingcart .panel-default h6 {
    font-size: 16px;
    padding-bottom: 5px;
} 
.shopingcart .radioButton {
    float: left;
    margin-bottom: 10px;
    width: 100%;
} 
.buttonOuter a.proceedcheckout {
	float:right; 
}
.shopingcart .radioButton  input[type="radio"], .shopingcart .radioButton  input[type="checkbox"] {
	 margin: 4px 0 0; 
	 float:left; 
}
.shopingcart  .panel-group .radioButton span {
    color: #555;
    float: left;
    font-size: 14px;
    margin-left: 5px;
    margin-top: 3px;
} 
.tAnd span {
	 margin-top:4px;
  color: #555;
    float: left;
    font-size: 14px;
	  margin-left: 5px;
	 
}
.tAnd  a {
	color:#1babe9 ;
}
.tAnd  a:hover { 
text-decoration:underline; 
}
.tAnd input[type="radio"], .tAnd input[type="checkbox"] {
	float:left; 
}
.shopingcart .bluebttn {
      margin-left: 0px;
    margin-top: 10px;
    padding: 10px 20px;
	background: #1babe9;
	font-size: 14px;
	 color: #fff;
	 text-transform:uppercase;
}
.tAnd {
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}
.shopingcart label {
    color: #555;
    float: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    width: 100%;
} 
.shopingcart label span {
    color: #ed1515;
} 
.shopingcart  .bluebttn:hover { 
color:#2a516f;
} 
.shopingcart .panel-body {
	float:left; 
	width:100%; 
}
.shopingcart input[type="text"] {
    border-radius: 0;
    box-shadow: none;
    color: #555;
    float: left;
    font-size: 14px;
    height: 34px;
    line-height: 20px;
    width: 100%;
	margin-bottom:10px; 
}
.shopingcart textarea{
    border-radius: 0;
    box-shadow: none;
    color: #555;
    float: left;
    font-size: 14px;
   resize:none; 
    line-height: 20px;
    width: 100%;
	margin-bottom:10px; 
}  
.shopingcart .coupon input[type="text"] {
	margin-left:0px; 
}
.gapinner {
	 padding:65px 0px 40px 0px; 
}
.testimonial.media {
	margin-top:0px; 
}
.testimonial.media  .media-left.pull-left {  
border-radius:50%; 
}
.testimonial.media  .media-left.pull-left img {  
border-radius:50%; 
}
.testimonial.media  .testimonialtext  { 
float:left; 
width: calc(100% - 2px);
background:#f5f5f5;
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow:    0px 1px 3px 0px rgba(0, 0, 0, 0.3);
box-shadow:         0px 1px 3px 0px rgba(0, 0, 0, 0.3);
padding:18px 20px 10px;
text-indent:26px;  
position:relative; 
border-radius:15px; 
margin:0px 1px; 
}
.testimonial.media  .testimonialtext:before   {  
background:url(../images/testimonialicon.png) top left no-repeat;
content:"";
left:20px; 
top:24px;
width:18px; 
height:15px; 
position:absolute; 
}
.testimonial.media  .testimonialtext p   {  
font-size:16px; 
line-height:24px; 
color:#555555; 
padding-bottom:0px; 
}
.testimonial span {
	font-size:14px; 
	color:#0e93d8;
	text-transform:uppercase; 
	float:left; 
	width:100%; 
margin-top:16px; 
margin-bottom:16px; 
}
.testimonial.media {
	border-bottom:1px solid #d7d7d7; 
	margin-bottom:28px; 
}
.testimonial:last-of-type{
	 border-bottom:0px; 
	 margin-bottom:0px; 
}
.paginationdesign {
    text-align: right;
} 
.pagination > li > a, .pagination > li > span {
	color:#4c4c4c; 
	font-size:12px; 
	    font-family: 'poppinssemibold';
		line-height: 16px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; 
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius:0px;
    border-top-right-radius:0px;
} 
.pagination > li > a, .pagination > li > span {
	 border-color:#b6b6b6; 
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
	 border-color:#b6b6b6; 
	 line-height: 16px; 
	 
}
.pagination > li > a > .fa , .pagination > li > span > .fa  {  font-size:16px;  float:left;  line-height: 16px;   }
.pagination > li.enable  .fa  {
	color:#2fb7fe;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	  background-color: #2fb7fe;
    border-color: #2fb7fe;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	 background:none;
	 color: #2fb7fe;
	 border-color:#b6b6b6;
}
.manage1  { 
padding-top:70px; 
padding-bottom:50px; 
}
.ManageData {
	float:left;
	width:100%; 
	background:#fff; 
}
.ManageData figure { 
border:1px solid #dbdbdb; 
border-bottom:0px; 
float:left; 
width:100%; 
height:256px; 
position:relative; 
}
.ManageData figure img {  
position:absolute; 
left:0px;
right:0px; 
top:0px; 
bottom:0px; 
margin:auto; 
padding:20px; 
}
.manageProduct {
	float:left;
	width:100%; 
	background:#eaeaea;
	padding:70px 0px 50px 0px;
}
.managetext {
	float:left; 
	width:100%; 
	background:#2a516f;
	padding:20px 15px 15px; 
}

.managetext  h6 { 
 font-size:14px; 
 color:#2fb7fe;
     font-family: 'poppinsregular';
	 float:left; 
	 width:100%; 
}
.managetext  h6 a {  
 color:#2fb7fe;
}

.managetext  h6 a:hover {   
text-decoration:underline;
}
.managetext  p {  
 float:left; 
	 width:100%;  
	 font-size:12px; 
	 color:#fff; 
	 text-transform:uppercase; 
	 padding:0px; 	 
}
.ManageData {
	margin-bottom:20px; 
}
.serviceList { 
	margin-top:20px; 
}
.serviceList li { 
float:left; 
padding:0px 15px;  
width:20%; 
text-align:center; 
} 
.serviceList li figure  {  
float:left; 
width:100%; 
border:2px solid #e6eaec;
height:204px; 
position:relative; 
}
.serviceList li figure img   { 
position:absolute; 
left:0px; 
right:0px; 
top:0px; 
bottom:0px; 
margin:auto;
padding:20px;  
  
}
.serviceList li h5  {
	float:left; 
	width:100%; 
	font-size:17px; 
	color:#555555;
	    font-family: 'poppinslight';	
		margin-top:10px; 
}
.serviceList li h5 a {
	color:#555555; 
}
.serviceList li h5 a:hover { 
  color:#0e93d8;
}
.supportList .media-left {
	width:25%; 
	margin-right:30px; 
	padding-right:0px; 
}
.supportList  figure  {  
float:left; 
width:100%; 
border:2px solid #e6eaec;
height:260px; 
position:relative; 
}
.supportList  img   { 
position:absolute; 
left:0px; 
right:0px; 
top:0px; 
bottom:0px; 
margin:auto;
padding:20px;  
} 
.supportList .media-left  h5  {
	float:left; 
	width:100%; 
	font-size:17px; 
	color:#555555;
	    font-family: 'poppinslight';	
		margin-top:10px; 
		text-align:center; 
} 
.supportList  .media-body h5 {
	font-size:20px; 
	color:#555555; 
	     font-family: 'poppinsregular';
		 letter-spacing:1px; 
		 padding-bottom:20px; 
}
.supportList  .media-body ul { 
float:left;
width:100%;
 margin-top: 20px;
}

.supportList  .media-body ul li { 
  padding-left:30px; 
  /*color:#2a516f; */
  font-size:15px; 
  position:relative; 
      padding-bottom: 23px; 
}
.supportList  .media-body ul li:before  { 
position:absolute;
content:"ï„‘"; 
 font-family: FontAwesome; 
 left:16px; 
 top:-2px; 
 font-size:5px; 
}
.manage1 .panel-body ul {
	float:left; 
	width:100%;  
}
.manage1 .panel-default .panel-heading {
	background: #0061ae; 
	font-size:18px; 
	line-height:22px; 
	font-family: 'poppinsmedium';
	color:#fff;
	padding:0px; 
	border-radius:0px; 
}
 .panel-default .panel-heading a  { 
padding:13px 15px 13px 10px;  
display:block; 
letter-spacing:1px;
}


 .panel-default .panel-heading a:hover { 
 color:#fff; 
}
.panel-default.actives .panel-heading {
	background:url(../images/minus.png) center right 15px no-repeat #0061ae;  
}
.panel-default .panel-heading h4 { 
padding-bottom:0px; 
}
.panel-group .panel {
	border:0px; 
}

.panel-default .panel-title i{ float:right;}
.panel-default .panel-title i.faPlus{ background:url(../images/plus.png) no-repeat 0 8px; width:12px; height:20px;}
.panel-default .panel-title i.faMinus{ background:url(../images/minus.png) no-repeat 0 12px;  width:12px; height:20px;}
.panel-body {
	background:#173e5c;
	padding:0px; 
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
	border-top:0px; 
}
.manage1 .panel-body ul {
	 float:left; 
	 width:100%; 
} 
.manage1 .panel-body ul li {
	 float:left; 
	 width:100%;
	 padding:10px;
	 border-bottom:1px solid #153853;   
} 
.panel-body ul li figure {
	float:left; 
	width:50px; 
	height:34px; 
	background:#fff; 
    border-radius:3px; 
	position:relative;  
	margin-right:10px; 
}
.panel-body ul li figure img  { 
position:absolute; 
left:0px; 
right:0px; 
top:0px;
bottom:0px; 
margin:auto; 
padding:3px; 

}
.panel-body ul li span  { 
font-size:14px; 
 font-family: 'poppinsregular';
 color:#fff; 
 line-height:18px; 
 padding: 0px 0px; 
 float:left;
 width:74%; 
}
select {
    -moz-appearance: button;
} 
.filterSection h5 {
		font-size:18px; 
	line-height:22px; 
	   font-family: 'poppinsmedium';
	   color:#656565;
	   text-transform:uppercase;
	   border-bottom:1px solid #d2dbdf; 
	   padding-bottom:10px;   
}
.filterSection form  { 
float:left; 
width:100%; 
}
.filterSection form  label  { 
float:left; 
width:100%; 
font-size:16px; 
color:#555555;
 font-family: 'poppinsregular';
 font-weight:normal; 
 padding-top:14px; 
} 
.filterSection form  select  {  
   background:#f1f1f1; 
   border:1px solid #e6e6e6; 
   float:left; 
   width:100%; 
font-size:16px;
line-height:18px; 
padding:8px 5px; 
color:#555; 
margin:5px 0px 5px 0px; 
}
.sortfilter {
	float:right; 
	
}
.sortborder { float:left; 
width:100%; 
padding-bottom:30px; 
margin-bottom:30px; border-bottom:1px solid #d2dbdf; } 
.sortfilter span {
	float:left;  
	margin-left:20px; 
}
.sortfilter span label  {
float:left; 
font-size:16px; 
color:#555555;
 font-family: 'poppinsregular';
 font-weight:normal; 
 padding-top:12px; 
 margin-right:7px; 
} 
.sortfilter span select  {  
   background:#f1f1f1; 
   border:1px solid #e6e6e6; 
   float:left; 
font-size:16px;
line-height:18px; 
/*padding:8px 5px;  */
color:#555; 
width:160px; 
}
.productimagedetail h2  {
	float:left; 
	width:100%;
	text-transform:inherit; 
	padding-bottom:0px; 
}
.productimagedetail small  {
	float:left; 
	width:100%;
	text-transform:inherit; 
	padding-bottom:0px; 
	font-size:14px; 
	color:#2fb7fe;
	text-transform:uppercase; 
	margin-top:12px; 
} 
.description {
	float:left; 
	width:100%; 
	  margin-top: 27px;
    padding-top: 28px;
	border-top:1px solid #d2dbdf; 
	color :#555;
}
.description h6 { 
 float:left; 
 width:100%; 
 font-size:20px;
 color:#555555;
   font-family: 'poppinsregular';
   padding-bottom:5px; 
}
.description .downloads  {   
  font-size:14px; 
  color:#2fb7fe;
  text-decoration:underline;
  margin-top:13px;
  float:left; 
}
.contactForm.QueryForm  { 
   border-top:1px solid #d2dbdf;
   margin-top:70px; 
   padding-bottom:70px; 
}
.contactForm.QueryForm .submitButton {
	margin-top:0px; 
}
.navbar-nav > li {
	position:static; 
}
.navbar {
		position:static;
}
.navStatic {
	position:static;
}
header {
	position:relative; 
}
.noLogin {
	width:100%; 
	border:0px; 
	padding:0px 0px 0px 0px; 
}
.noLogin .productSections {
	padding:50px 0px 40px 0px; 
	background:#173e5c;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background:none;
    color: #0e93d8;
}
.submitbuttonouter .submitButton  {
	margin-top:27px; 
}
.filterSection {
	margin-top:35px; 
	float:left;
	width:100%; 
}
.sortfilter span.sortShow select {
	width:110px; 
}
.manageinner  {
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap; 
}
.description .downloads:hover {
	color:#2a516f; 
}
.paginationdesign.testipagination .pagination  {
	margin-bottom:0px; 
}
.shopingcart  .panel-body {
	background:#fff; 
	padding:15px; 
}
.customerchoose {
	float:left; 
	width:100%; 
	background:#0d63ac;
}
.LoginCustomer {
		float:left; 
	width:100%; 
	background:#0d63ac; 
	padding-top:17px; 
	border-radius:0px; 
}
.titleHead {
	float:left; 
	width:100%; 
	padding-bottom:20px; 
	border-bottom:1px solid #5692c5;
	margin-bottom:18px; 
}
.titleHead  figure { 
width:50px; 
float:left;
position:relative; 
height:34px; 
background:#fff;
border-radius:2px; 
margin-right:10px; 

}
.titleHead  figure img { 
position:absolute; 
left:0px;
right:0px;
bottom:0px; 
top:0px; 
max-height:100%; 
padding:1px; 
margin:auto;  
}
.networkImage li figure { 
width:50px; 
float:left;
position:relative; 
height:34px; 
background:#fff;
border-radius:2px; 
margin-right:10px; 
}
.networkImage li figure img { 
position:absolute; 
left:0px;
right:0px;
bottom:0px; 
top:0px; 
max-height:100%; 
padding:1px; 
margin:auto;  
} 
.titleHead  h6 {  
font-size:18px; 
color:#fff;
text-transform:uppercase; 
  font-family: 'poppinsmedium';
  line-height:24px; 
  padding:5px 0px; 
}
.customerchoose ul {
	float:left; 
	wiidth:100%; 
	margin-bottom:20px; 
}
.customerchoose ul li {
	float:left; 
	width:100%;
	margin-bottom:25px; 
} 
.customerchoose ul li a  { 
	float:left; 
	wiidth:100%; 
	color:#fff; 
	font-size:14px; 
	 font-family: 'poppinsregular';
}
.customerchoose ul li a:hover {
	color:#69cfff;
}
.reducegap h6 {
	padding:0px; 
	line-height:18px; 
}
.networkImage li { 
display:inline-block; 
vertical-align:middle;
}
.networkImage li span {  
padding:10px 0px; 
float:left; 
}
.ContactNav {
	float:left; 
	width:100%; 
    border-top:1px solid #5692c5;
	padding:30px 0px 15px 0px; 
}
.ContactNav p {
	font-size:18px; 
	text-align:center; 
	  font-family: 'poppinsmedium';
	  color:#fff;
	  text-transform:uppercase; 
	
}
.ContactNav p a  { 
color:#69cfff ;
}
.ContactNav p a:hover  {  
text-decoration:underline; 
}
.navbar-nav > li > .dropdown-menu { 
border-top:2px solid #1f9fd9;
}

@media all and (min-width:0\0) and (min-resolution:.001dpcm) {  .productSections ul li figure {filter:none; }}
 
.progressBar{width:100%;float:left;height:4px;background:#b8b8b8;border-radius:1px;-moz-border-radius:1px;-ms-border-radius:1px;-webkit-border-radius:1px;} 
.blueBg{ background:#0e93d8 !important;}	
.progressText{text-align:center; position:relative;}
.progressBarsmall{ width:50%; float:left; height:4px; position:absolute; left:0; top:-4px;}
.progressBarMid{ width:110%; float:left; height:4px; position:absolute; left:-63%; top:-4px;}
.rqstsupport .progressBarMid { left:-60%;}
.progressCText{ text-align:center; margin-bottom:-16px; font-size:12px; position:relative; top:-12px; color:#ffffff; font-weight:600; display:inline-block; line-height:20px; width:20px; height:20px; background:#b8b8b8;border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%; -webkit-border-radius:50%;}		
.progressText p{font-size:14px;color:#555555; position:relative; top:-4px;}	
.progressForm .inputProgress{background: #f1f1f1; border: 1px solid #e6e6e6; border-radius: 25px; box-shadow: none; color: #1d2f46; font-family: "poppinsregular"; font-size: 14px;height: 38px; line-height: 18px; padding: 10px;}
.progressGap{ margin-top:46px;}
.progressForm .form-group{margin-bottom:28px !important; width:100%; float:left;}
.progressForm .form-group-inner{margin-bottom:10px !important;}
.progressForm label{ font-size:16px; color:#555555; margin-bottom:5px; font-weight:400;}
p.helpText{ font-size:14px; color:#555555; line-height:20px;}
p.helpText a{ text-decoration:none; color:#1babe9; font-size:16px;}
p.helpText a:hover{ color:#555555;}
.progressHeading{ font-size:20px; line-height:22px; color:#555555; text-transform:none;}
table.orderInfo td{ padding-bottom:4px; font-size:14px; line-height:22px;}
table.orderInfo{ margin-top:4px; margin-bottom:30px;}
table.orderInfoOne{margin-top:4px; margin-bottom:19px;}
td.paddingSm{ padding:3px !important;}
.mainSelect{ width:100%; background:transparent; height:32px; font-size:14px; color:#555555;}
table.orderDetail{ border:1px solid #d9d9d9;}
table.orderDetail tr.top{ background:#ececec; border-bottom:1px solid #d9d9d9; }
table.orderDetail tr.top td{ font-size:14px; color:#555555; font-weight:600; padding:15px; border-right:1px solid #d9d9d9;}
table.orderDetail tr.top td::last-child{ border:none;}
table.orderDetail tr.mid td{ background:#f8f8f8; font-size:14px; color:#555555; border-bottom:1px solid #d9d9d9; padding:10px 15px;}
table.orderDetail tr.mid td::last-child{ border:none;}
table.orderDetail tr.midOne{ background:#f8f8f8;}
table.orderDetail tr.midOne td{font-size:14px; color:#555555; padding:15px; border-right:1px solid #d9d9d9; border-bottom:1px solid #d9d9d9;}
table.orderDetail tr.midOne td::last-child{ border:none;}
.nobdrTop{ border-top:none !important;}
.prevButton{ background: #555555;color: #fff; display: inline-block;font-size: 14px; padding: 10px 30px;text-transform: uppercase;border:0px; margin-top:20px;border-radius:0px; line-height:16px; border-radius:25px;margin-right:10px; } 
h5.progressHeading{ font-size:20px; line-height:22px; color:#555555; padding:28px 0 25px; border-top:1px solid #d2dbdf;}
p.adviceText{ font-size:12px; color:#fb3a3a; line-height:22px; margin:12px 0 13px 0; padding:0;}
.noMarTop{ margin-top:0px;}
.capitalCase{ text-transform:capitalize;}
.showSM{ display:none;}

ul.brands li img{ height:124px;}
/****New Changes***/
ul.links { float:left; width:100%; margin-top:15px;}
ul.links li { float:left;}
ul.links li a { color:#2fb7fe; font-size:14px;font-family: 'poppinsregular';}
ul.links li a:hover { color:#2a516f;}
ul.links li span { font-size:14px; line-height:14px; color:#dcdcdc; margin:0 22px;}
ul.links li i.fa { float:left; margin:0 8px 0 0; font-size:14px;}
.thead { float:left; width:100%; text-align:center; font-size:26px; line-height:normal;font-family: 'poppinsregular'; color:#2a516f; padding-bottom:17px;}
p.center { text-align:center; line-height:25px;}
p.center a { color:#0e93d8;}
p.center a:hover { text-decoration:underline;}
.twoColumn { float:left; width:100%; margin-top:36px; }
.twoColumn .col { float:left; width:100%; border:1px solid #d9d9d9; padding:48px 20px;
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(243,243,243,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0 );}
.iconBlock { float:left; width:100%; text-align:center; margin-bottom:20px;}
.iconCircle { float:none; display:inline-block; border:6px solid #ebebeb; border-radius:999px; width:110px; height:110px; line-height:110px;
background: rgba(14,149,216,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(14,149,216,1) 0%, rgba(23,99,170,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(14,149,216,1)), color-stop(100%, rgba(23,99,170,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(14,149,216,1) 0%, rgba(23,99,170,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(14,149,216,1) 0%, rgba(23,99,170,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(14,149,216,1) 0%, rgba(23,99,170,1) 100%);
background: radial-gradient(ellipse at center, rgba(14,149,216,1) 0%, rgba(23,99,170,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e95d8', endColorstr='#1763aa', GradientType=1 );}
.iconCircle i.fa { text-align:center; font-size:50px; color:#ffffff;}
.linktext { float:left; width:100%; text-align:center;}
.linktext a { font-size:17px; color:#0e93d8;font-family: 'poppinsmedium';}
.linktext a:hover { color:#555555;}
.centerdedText { float:left; width:100%; text-align:center; font-size:17px; color:#555555;font-family: 'poppinsmedium'; margin-top:38px; margin-bottom:20px;}
.centerdedText span { text-decoration:underline;}
.centerdedText a { background:#1babe9; font-size:14px; padding:11px 28px 10px; color:#ffffff; border-radius:50px; margin-left:5px; cursor:pointer;}
.centerdedText a:hover { background:#286090;}
.supportForm { float:left; width:100%; margin:28px 0 0 0;}
.supportForm label { float:left; width:100%; color:#555555;font-family: 'poppinsregular'; font-size:16px; font-weight:500; padding-bottom:5px;}
.supportForm input { float:left; width:100%; border:1px solid #e6e6e6; background:#ffffff; padding:8px 20px; border-radius:50px;}
.fullWidth { float:left; width:100%; padding-bottom:30px;}
.selectBG { float:left; width:100%;}
.selectBG select { float:left; width:100%; padding:10px 20px; border-radius:50px;-webkit-appearance: none;-moz-appearance: none;-o-appearance: none;background: url(../images/selarrow.png) no-repeat 94% 15px #ffffff;}
.supportForm .submitbuttonouter { float:left; width:100%; text-align:center;}
.supportForm .submitbuttonouter .submitButton { margin:0px; text-transform:none; margin-bottom:20px;}
/****Own Done Here****/

.owl-wrapper-outer {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.breadcrumb {
    background: none !important;
 }

ul.breadcrumb li a{ 
	color: #2a516f;
    font-size: 14px;
    text-transform: uppercase;
} 
ul.breadcrumb li a:hover{ 
	color: #0e93d8;
}
.marBottom{ margin-bottom: 0px; padding-bottom:0px }
.accountPages label{

	color: #555;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 0;
    padding: 8px 0;

}
footer ul li a.active {
    color: #0e93d8;
}
.panel-body ul li span a {
    color: #fff;
    
}
.catActive p{
	color: #0e93d8 !important ;
}
.price-old {
    color: #b5b5b5;
    text-decoration: line-through;
}
.descContent{

	color: #555;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 5px;

}
.haveErrors{

color:#a94442 ;
}

.dangerColor label span{   color:#a94442; }

.noborder {  border-bottom: none; }

.dropdown-menu.LoginCustomer .titleHead a:hover { text-decoration: none; color:#0e93d8 ; }

.dropdown-menu.LoginCustomer  a::before {
    border-bottom: none;
}
.dropdown-menu.LoginCustomer  a:hover{
    border-bottom: none;
}
.dropdown-menu.noLogin  a::before {
    border-bottom: none;
}
.contactForm .fullwidth{

float: left;
width: 100%;

}
.accountPages .radio-inline input[type="radio"]{

	margin:0px ;
	position: inherit ;

}
.commonQueryForm .validate{

	float: left;
    margin: 8px 0 0;
    width: 100%;
    color: #bababa; 
}

.commonQueryForm .formcol > div {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.commonQueryForm .formcol input[type="text"]{
margin-bottom:0px !important;

}
.commonQueryForm .formcol textarea{
margin-bottom:0px !important;

}
.commonQueryForm .formcol > div.left {

width:49%;
float: left;

}
.commonQueryForm .formcol > div.right {

width:49%;
float: right ;

}
.commonQueryForm .formcol > div.left input , .commonQueryForm .formcol > div.right input { width:100% !important;}  
.text-danger {
    color: #a94442;
    float: left;
    width: 100%; padding:3px 0 0 0;
}
label.checkbox-inline { padding:10px 0 0 0 ;}



label.checkbox-inline input[type="checkbox"] { margin:0 0 0 0; position:inherit; }




.accountPages .submitButton { margin-top:0px;}


.accountPages  input[type="checkbox"] { margin:0 0 0 0; }



.loginbarInput span.validate { padding:5px 0 0 0; color:#bababa; font-size:13px; text-align:left;}

table.orderDetail.request tr.top td {
    border-right: none;
    font-weight: 500 ;
}
table.orderDetail tr.top {
    background: none;
  }

.requestConfirmation .col-sm-10{

	 font-weight: 500 ;

}

.progressBarlast.blueBg {  float: right;  height: 4px;  position: absolute;  right: 0;  top: -4px;  width: 45%;}

.productSections li a p:hover{
	
	color:#0e93d8 ;

}

.groupInfo {
    color: #2a516f;
    font-size: 18px;
    text-align: center;
}

.LoginCustomer {
    max-height: 400px;
}


#removeAttr { margin-right:30px; float:right;}

.rqstNote { float:left; width:100%; padding:4px 0 0 0; color:#555555; }
.rqstsupport .top td { font-weight: 300 !important;} 


.requiredFields {
    color: #a94442;
}





#modal-agree .modal-dialog { margin:130px auto;}


input.paymentinvoice { float:right;}




ul li.drop { position:relative}
ul li.drop ul.submenuDropDown { position:absolute; display:none;  background :#173e5c ; left:0; padding:0px; width:250px;}
ul li.drop ul.submenuDropDown li { float:left; width:100%; padding:15px; border-bottom:1px solid #fff;}
ul li.drop ul.submenuDropDown li a { color:#ffffff;}

ul li.drop:hover ul.submenuDropDown { display:block;}
ul li.drop ul.submenuDropDown li:hover a , ul li.drop ul.submenuDropDown li.activeSub a { color:#0e93d8;}
ul li.drop span.arrow, ul li.dropdown span.arrow { display:none; float:right;border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    position: absolute;
    right: 0;
    top: 14px; cursor:pointer}


ul li.drop ul.submenuDropDown li:last-child { border-bottom:0px solid #000;}

 .navbar-nav > li.active ul.submenuDropDown li a::before {
    display: none;
}


#account .radio { float:left; margin:0 10px  0 0; }
#account .radio input[type="radio"] { margin:0 0 0 0; position:inherit; }
#account .radio label { padding:0px;}
.regtext { float:left; width:100%; padding:15px 0px 0;}
.regtext p { font-weight: bold; font-size:13px; line-height:normal;}





#homevideo{display:none;}

.videoBlock {
    float: left;
    width: 100%;
}
.videoBlock video {
  height: auto;
  width: 100%;
display:block;
}
.videoBlock .container, .videoBlock .container .carousel-caption{
	width:100%;
	bottom:50px;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}


/*******************/
.businessTech { float:left; width:100%; background:url(../images/CCN-01.jpg) no-repeat left top #EFF0F5; padding:70px 0 10px;}
.businessTech h2 { color: #2a516f;float: left;font-size: 36px; line-height:normal;text-transform: uppercase;width: 100%; padding-bottom:15px; padding-left:45px; text-align: center;}
.businessTech h2 small {color: #1babe9;float: left;font-size: 15px;padding-bottom: 11px;text-transform: initial;width: 100%;}
.descriptionBusiness { float:left; width:100%; padding-left:45px;}
.descriptionBusiness h5 { color:#2E5171; font-size:20px;font-family: 'poppinsregular'; padding:0 0 4px 0; margin:0 0 0 0;position: relative; line-height: 40px;  margin-bottom: 14px;}

.descriptionBusiness h5::before {
     background: #0e93d8 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 96px;
}

#registrationForm ul.nav li.disabled a{
	color: #0e93d8 ;
}

#registrationForm h4{
margin-top:20px

}

div.errorMessage{
color: #a94442
}


ul.topAccount { float:right; margin:0 0 10px 0; }
ul.topAccount li { float:left; padding:0 0px 0px 0px; font-size:13px; color:#2a516f; text-transform:capitalize; line-height: 18px;}
ul.topAccount li a { font-size:13px;}
ul.topAccount li span { font-size:13px; line-height:normal; padding:0 10px;color:#2a516f;}
ul.topAccount li a i.fa { float:left; font-size:14px; margin:2px 5px 0 0; }

.fullblockThumb { float:left; width:100%; margin:0 0 30px 0 ;}
.fullblockThumb img { float:left; width:100%; height:auto;}


.buttonsBlocks  .text-left { float:left;}
#tab-payment .text-left { float:left;}


#tab-payment .privacy {
    float: left;
    margin-left: -15px;
    padding: 0 0 15px;
    width: 100%;
}


.innerBanner { float:left; width:100%; padding:260px  0 40px 0; background-size:100% auto;}
.titleHeading { float:left; width:100%; background:url(../images/brdr.png) repeat-x left bottom;padding:0 0 38px 0; margin:0 0 39px 0; font-size:60px; color:#ffffff; }
.catNonReg .breadcrumb { background-color:transparent; border-radius:0px; margin:0px; padding:0px;}
.catNonReg .breadcrumb > li + li::before { color:#fff; font-size:8px; line-height:normal;}
.catNonReg .breadcrumb > li { font-size:12px; color:#fff;font-family: 'poppinslight';} 
.catNonReg .breadcrumb > li a { color:#fff;}
.catNonReg .breadcrumb > li a i.fa { color:#21aee6;} 
p.bluetext { font-size:18px; color:#2099d4; line-height:26px; padding-bottom:17px;}
.blubrdrtext { float:left; width:100%; border-left:4px solid #21aee6; margin:19px 0 0 0; padding:14px 0 8px 26px; }
.blubrdrtext p { font-size:18px; line-height:26px;}
.textContent { float:left; width:100%; padding:44px 0 50px 0}
.centerHeading { float:left; width:100%; text-align:center; color:#2a516f; font-size:26px; line-height:normal; text-transform:uppercase; padding:0 0 17px 0; margin:0 0 0 0;}
.column { float:left; width:100%; padding-top:24px;}
.column h6 { padding:0 0 6px 0; margin:0 0 0 0; font-size:16px; color:#555555; }
p.centertext { text-align:center;}
.darkGrey { float:left; width:100%; background:url(../images/drkgreybg.png) no-repeat left top #181818; background-size:100% auto; padding:80px 0 66px 0;}
.darkGrey p { font-size:14px; color:#9b9b9b;}
.darkGrey h4 { text-transform:none; font-size:22px; color:#ffffff; padding:0 0 4px 0; margin:0 0 0 0;  }
.tickmark { float:left; width:100%; padding-bottom:14px;}
.tickmark i.fa { float:left; font-size:60px; color:#21aee6;}
.container > span {float: left;margin-top: -80px;}
.innerBanner .innerEffect{

	width: 100%;
    position: absolute;
    height: initial;
    background-color: #000;
    top: 0;
    height: 100%;
    opacity: 0.2;
    padding-top: 0px;

}
.businessTech h2 small.introSmall {
    color: #2a516f;
    font-size: 20px;
    padding-top: 5px;
}
.brandPara {
    margin-bottom: 15px;
    margin-left: 15px;
}
.contactForm h1 {

	padding-bottom:0px;
	text-align: center;
}
.contactForm .introSmall {
    color: #2a516f;
    font-size: 17px;
    text-transform: none ;
    text-align: center;
    padding-bottom: 30px;
}
tr td div.contactSupport {
    padding: 5px 0 50px 30px;
     color: #555555;
}
small.numbersOnly {
    color: #a94442;
    font-size: 12px;
    font-weight: normal;
}
.col-xs-12.media-body {
    width: 100%;
}
 h1.innerHead.changedFont{
	font-style:italic ;
	font-size:24px;
}
h1.innerHead.changedFont::before{

bottom: 12px;

}
.sortfilterNew {float: left;width: 100%;padding: 10px;background: #0061AE;}
.sortfilterNew label {
  color: #fff;
  float: left;
  font-size: 12px;
  margin-right: 10px;
  padding-top: 10px;
}
.sortfilterNew .form-control {
  border: 0 solid #000;
  border-radius: 0;
  box-shadow: none;
  float: right;
  width: 48%;
}
.sortfilterNew input[type="submit"] { float:left; width:100%; border-radius: 4px 4px 4px 4px; background: #0e93d8; text-align:center; color:#fff; padding:8px 15px}

.sortfilterNew input[type="submit"]:hover { color: #000;}

.messageTextBar {
 
  float: left;
 margin:0 0 0px 0 ;
  
  width: 100%;
  display:table;
}
.messageTextBar .left {float:none; display:table-cell; vertical-align:middle; }
.messageTextBar .right { float:none; display:table-cell; width:100%;vertical-align:middle;}
.bronze { background:#C9AE5D;}
.silver { background:#808080;}
.gold { background:#D4AF37;}
.premium { background:#7e3878;}
.standard { background:#0e93d8;}

.messageTextBar p { padding:0 0 0 0; margin:0 0 0 0; line-height:normal; color:#555; font-size:12px; text-align:left; }
p.groupInfo { float:left; width:100%; padding:0px;  }

.messageTextBar p.groupInfo  { color:#fff;}


p.groupInfo span {
  border: 0px solid #fff;
  float: left;
  margin: 0 10px 0 0;
  padding: 5px 10px !important;
 
  letter-spacing :3px;
  text-transform :uppercase;
}
p.groupInfo span.textshow { padding-top:15px;letter-spacing :0px;
  text-transform :none;}

p.groupInfo.newGroup { padding:5px;}


.breadcrumb.mainAccount { padding-left: 0; }
p.groupInfo span.textshow { border: 1px solid #fff; width:auto ; }
p .topBarStatus {
  background: #173e5c;
  float: left;
  font-size: 15px;
  letter-spacing: 0 !important;
  
  text-transform: capitalize !important;
  width: 100%;
}

p.groupInfo span.topBarStatus { padding:10px !important;}
.showResponsive { display:none ; }
.back-history {  cursor: pointer;}

/* Code Css */
footer .titleh5 {
color: #fff;
font-size: 18px;
padding-bottom: 20px;
text-transform: uppercase;
font-family: inherit;
font-weight: 500;
}
.businessTech .titleh2 {
color: #2a516f;
float: left;
font-size: 36px;
line-height: normal;
padding-bottom: 15px;
padding-left: 45px;
text-align: center;
text-transform: uppercase;
width: 100%;
font-family: inherit;
font-weight: 500;
}
.businessTech .titleh2 small {
color: #1babe9;
float: left;
font-size: 15px;
padding-bottom: 11px;
text-transform: initial;
width: 100%;
text-align: center;
font-family: inherit;
}
.businessTech .titleh2 small.introSmall {
color: #2a516f;
font-size: 20px;
padding-top: 5px;
}
.descriptionBusiness .titleh5::before {
background: #0e93d8 none repeat scroll 0 0;
bottom: 0;
content: "";
height: 4px;
left: 0;
position: absolute;
width: 96px;
}
.descriptionBusiness .titleh5 {
color: #2e5171;
font-family: "poppinsregular";
font-size: 20px;
line-height: 40px;
margin: 0 0 14px;
padding: 0 0 4px;
position: relative;
font-weight: 500;
text-align:left;
}
.addressmain .titleh3 {
padding-bottom: 22px;
color: #2a516f;
font-size: 26px;
line-height: 32px;
text-transform: uppercase;
font-family: inherit;
font-weight: 500;
}
.contactForm .titleh1 {
padding-bottom: 0;
text-align: center;
margin-bottom: 0;
color: #2a516f;
font-size: 38px;
line-height: 44px;
text-transform: uppercase;
font-family: inherit;
font-weight: 500;
}
.titleHeadingh1 {
background: rgba(0, 0, 0, 0) url("../images/brdr.png") repeat-x scroll left bottom;
color: #ffffff;
float: left;
font-size: 60px;
margin: 0 0 39px;
padding: 0 0 38px;
width: 100%;
text-transform: capitalize !important;
}
.darkGrey .titleh4 {
color: #ffffff;
font-size: 22px;
margin: 0;
padding: 0 0 4px;
text-transform: none;
font-family: inherit;
font-weight: 500;
}
footer .titleh6 {
border-top: 1px solid #4a6f8c;
color: #fff;
float: left;
font-size: 18px;
margin-top: 15px;
padding-bottom: 12px;
padding-top: 21px;
text-transform: uppercase;
width: 100%;
font-family: inherit;
font-weight: 500;
}
.defineFloat {
	float: left;
	width: 100%;
}

.postBlk .owl-nav {
  font-size: 0;
}
.postBlk .owl-dot {
  border:2px solid #274f71;
  border-radius: 50%;
  float: left;
  height: 14px;
  margin-right: 10px;
  width: 14px;
  background:#ffffff;
}
.postBlk .owl-dot.active{ background:#274f71;}
.owl-dots {
  display: inline-block;
  margin-top: 38px;
}
.postBlk .owl-controls {
  text-align: center;
  width: 100%;
}
.dateBlk {
  float: left;
  width: 100%;
  padding-bottom: 11px;
}
.dateBlk span {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #d3d3d3 #d3d3d3 #d3d3d3 currentcolor;
  border-image: none;
  border-radius: 0 5px 5px 0;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px 0;
  color: #2fb7fe;
  display: inline-block;
  font-family: "poppinsregular";
  font-size: 12px;
  margin-top: 0;
  padding: 2px 10px;
  text-transform: uppercase;
}
.dateBlk i{ background:#d3d3d3; color:#696969;float:left;font-size: 15px;
    padding: 6px 5px 5px; border-radius:5px 0 0 5px;}
.pdesc h4{font-family: 'poppinsregular'; font-size:19px; line-height:28px; color:#2a516f;padding-bottom: 10px;}
.pdesc p{font-family: 'poppinsregular'; font-size:12px; color:rgba(0,0,0,0.6);padding-bottom: 24px;}
.moreBtn a{font-family: 'poppinsregular'; font-size:12px; color:#ffffff; text-transform:uppercase; background:#0061ae;padding: 7px 11px; display:inline-block;}
.moreBtn {
  position: absolute;
bottom: 0px;
right: 0;
}
.pdesc {
  background: #ffffff;
  padding: 24px 20px 0px 20px;
  border:1px solid #e5e5e5;
  float:left;
  width:100%;
  position:relative;
}
.pdesc::before{ background:#0e93d8; height:4px; position:absolute; top:0; left:0; content:""; width:100%;}
.postBlk{ background:#f5f5f5 url(../images/postbg.png) no-repeat; padding:80px 0;}
.postBlk h1{font-family: 'poppinsregular'; font-size:31px; color:#0061ae; padding:0; margin:0;}
.postBlk .item {
  margin-top: 37px;
  float:left; width:100%;
}
.postBlk .item:hover{ box-shadow:0 0 9px rgba(0,0,0,0.2);}
.detailInner h4{font-family: "poppinsregular"; font-size:20px; color:#2a516f; text-transform:uppercase; padding:0;}
.date01{font-family: "poppinsregular"; font-size:14px; color:#2fb7fe;padding: 8px 0 21px;}
.date01 i{ color:#696969;}
.detailInner p{font-family: "poppinsregular"; font-size:14px; color:#555555; line-height:22px; padding:0 0 40px 0;}
.detailInner {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  float: left;
  margin-top: -40px;
  padding: 30px 30px 0px 30px;
  position: relative;
  width: 100%;
}
.detailInner::before{ background:#0e93d8; height:4px; position:absolute; top:0; left:0; content:""; width:100%;}
.moreBlk .head span {
  background: #ffffff none repeat scroll 0 0;
  color: #0061ae;
  font-family: "poppinsregular";
  font-size: 31px;
  padding-right: 20px;
  position: relative;
  z-index: 999;
}
.pthumb {
  overflow: hidden;
}
.moreBlk .head{ position:relative; margin-bottom:28px;}
.moreBlk .head::before{ position:absolute; background:#eeeeee; height:4px; width:100%; left:0; content:""; top:50%; transform:translateY(-50%);}
.detailBlk{ background:#f5f5f5;padding: 0 40px 40px; float:left; width:100%;}
.moreBlk{ padding:80px 0;}
.bigBlk {
  margin-bottom: 60px;
  float:left;
  width:100%;
}
.innerTitle{font-family: 'poppinsmedium'; font-size:18px; text-transform:uppercase; color:#ffffff; background:#0061ae; letter-spacing:1px;padding: 20px 20px;}
.rigthList ul li a{font-family: "poppinsregular"; font-size:16px; color:#ffffff; width:100%; display:inline-block; padding:15px 20px; background:#004e8b;}
.rigthList ul li a:hover{ background:#003965;}
.rigthList ul li {border-bottom: 1px solid #0061ae;}
.rigthList ul li:last-child{ border:none;}
.col01 .dateBlk i{ background:rgba(0,0,0,0); padding: 4px 7px 0 0;}
.col01 .dateBlk{font-family: "poppinsregular"; font-size:14px; color:#2fb7fe;padding: 10px 0 6px;}
.col01 .detail p{font-family: "poppinsregular"; font-size:14px; color:#555555;}
.col01 {
  border-bottom: 1px solid #d2dbdf;
  padding: 20px;
}
.recentBlk{ border:1px solid #d2dbdf; border-bottom:0 none;}
.recentBlk .innerTitle{ color:#2a516f; background:rgba(0,0,0,0);border-bottom: 1px solid #d2dbdf;}
.rigthList {
  margin-bottom: 50px;
}
.pagination{ float:right;}
.productSections.productSections01 {
  background: #173e5c url("../images/bgblue.png") no-repeat scroll center center;
  padding:50px 0 40px;
  background-size:cover;
}
.productSections {
  background: rgba(0, 0, 0, 0) url("../images/bluebackground.jpg") repeat-x scroll left top / cover ;
  color: #fff;
  float: left;
  padding: 62px 0 55px;
  width: 100%;
}
.productSections ul {
  text-align: center;
}
.productSections ul li {
  display: inline-block;
  width: 19.7%;
}
.productSections.productSections01 ul li figure {
  background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center , #0e93d8 0%, #1764aa 100%) repeat scroll 0 0;
  border: 6px solid #133753;
  border-radius: 50%;
  height: 148px;
  margin: auto;
  position: relative;
  width: 148px;
}
.productSections ul li figure img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.productSections p {
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  margin-top: 7px;
  padding-bottom: 5px;
}
.moreBlk .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background-color: #2fb7fe;
  border-color: #ddd;
  color: #ffffff;
  z-index: 2;
}
.moreBlk .pagination{ margin:0;}
.moreBlk .pagination > li > a,.moreBlk .pagination > li > span{ color:#000000;border: 1px solid #b6b6b6;line-height: 20px;}
.moreBlk .pagination a i {
  font-size: 18px;
  line-height: 22px;
}
.moreBlk .pagination > li:first-child > a,.moreBlk .pagination > li:first-child > span{ border-radius:0;padding: 4px 12px;}
.moreBlk .pagination > li:last-child > a,.moreBlk .pagination > li:last-child > span {
  border-radius:0;padding: 4px 12px;
}
.moreBlk .pagination > li:first-child > a:hover{ background:rgba(0,0,0,0); color:#2fb7fe;border: 1px solid #b6b6b6;}
.moreBlk .pagination > li:last-child > a:hover{ background:rgba(0,0,0,0); color:#2fb7fe;border: 1px solid #b6b6b6;}

#commentform p {
	margin-bottom:30px;
}
#commentform label {
    color: #555;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
    padding: 8px 0px;
    line-height: 20px;
    margin-bottom: 0px;
	margin-right:30px;
	min-width:85px;
}
#commentform input{
    background: #f1f1f1;
    border: 1px solid #e6e6e6;
    border-radius: 25px;
    box-shadow: none;
    color: #1d2f46;
    font-family: "poppinsregular";
    font-size: 14px;
    height: 38px;
    line-height: 18px;
    padding: 10px;
	min-width: 550px;
	max-width: 550px;
}
#commentform textarea {
    background: #f1f1f1;
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    box-shadow: none;
    color: #1d2f46;
    font-family: "poppinsregular";
    font-size: 14px;
    resize: none;
    min-height: 157px;
	min-width: 550px;
	max-width: 550px;
	padding: 10px;
}
#commentform input#submit{
	font-size: 14px;
	background: #1babe9;
	padding: 11px 35px 9px 35px;
	line-height: 16px;
	border-radius: 25px;
	color: #fff;
	width: 180px !important;
	min-width: auto !important;
	border: 0px solid;
}
li ol.children li {
    margin-left: 10%;
}
#comments .comment-list .comment-body {
    float: left;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #d2dbdf;
	background: #f7f7f7;
	padding: 20px;
}
#comments .comment-list .comment-meta {
	background:none;
	padding-top:0px;
}
#comments .comment-list .comment-meta .comment-author img {
    float: left;
	margin-right:20px;
}
#comments .comment-list .comment-content {
    float: left;
    width: 100%;
    clear: both;
    padding-top: 15px;
}
#comments .comment-list .reply {
    float: left;
    width: 100%;
	padding-top:8px;
}
.wpcf7-response-output {display: inline-block;
    clear: both;}
#comments form .error{color: #ff0000;}
div.wpcf7-validation-errors{border: 2px solid #ff0000 !important;}
div.wpcf7-mail-sent-ok{background: 2px #398f14;color: #fff;}
span.wpcf7-not-valid-tip{display:inline-block !important;}