﻿
.products-sidenav 
{
width: 228px;
margin: 30px 0 0;
padding: 0;
background-color: #fff;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
background-color:Black;
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
box-shadow: 0 1px 4px rgba(0,0,0,.065);
}

.back-color
{
    background-color : #00A1CB;
    background-size:100%;
    }

.back-color-team
{
    background-color : #F18D05;
     background-size:100%;
    }

.product-panel
{
    background-color : #f1f1f1;
    padding:10px;
    border-radius:15px;
    -webkit-border-radius: 15px;
-moz-border-radius: 15px;
margin-bottom : 10px;
    }
 
 .page-heading
 {
     margin-top : 15px; 
     color:#006784;
     }
 
 .top-margin
       {
           margin-top : 50px;
           }
           
 .margin-top-10
{
    margin-top : 10px;
    }  
    
 .margin-top-15
{
    margin-top : 15px;
    }          
              
 .margin-top-20
{
    margin-top : 20px;
    }             
              
.margin-top-30
{
    margin-top : 30px;
    }
    
 .margin-top-40
{
    margin-top : 40px;
    }
    
.color-text
{
    color : #00a1cb;
    }
    
.color-table-headings
    {
        color : #006784;
        }
    
    .align-text
    {
        text-align:justify;
        }
        
     .small-panel
    {
        box-shadow:5px 5px 20px #000000;
        padding:5px;
        border-radius:15px;
        background-color:#ffffff;
        padding-left:30px;
        }
        
        .contact-panel
{
    background-color : #B0E4F5;
    padding:10px;
    border-radius:15px;
    -webkit-border-radius: 15px;
-moz-border-radius: 15px;
margin-bottom : 10px;
    }
    
    /* Footer start */
.footer {
	margin-top:10px;
	padding:1px 1px;
	background:#00a1cb;/*--changed #585f69--*/ 
	color:#ffffff;/*--changed #dadada--*/
} 
.footer .headline {
	display:block;
	margin:10px 0;
	border-bottom:1px dotted #e4e9f0;
}
  .footer .headline h3
  {
	color:#fff;
	margin:0 0 -2px 0;
	font-size : 14px;
	padding-right:10px;
	display:inline-block;
	text-shadow:0 0 1px #f6f6f6;
	border-bottom:2px solid #006784;
	
}

.footer .headline h4 {
	color:#fff;
	margin:0 0 -2px 0;
	padding-right:10px;
	display:inline-block;
	text-shadow:0 0 1px #f6f6f6;
	border-bottom:2px solid #006784;
	
}
.footer-logo
{
     
     margin-top:15px;
     
}
.footer-logo:hover
{
   
    box-shadow:0 0 15px #ffffff;
     background:#ffffff;
     -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.footer h1, 
.footer h2, 
.footer h3, 
.footer h4, 
.footer h5 {
	text-shadow:none;
	font-weight:normal !important; 
} 
.footer p,
.footer a {
	font-size:14px;
} 
.footer p {
	color:#ffffff;/*--changed #dadada--*/
} 
.footer a {
	color:#ffffff;/*--changed 0099cc--*/
}
.footer a:hover {
	color:#a8f85f;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.footer h4, 
.footer h3 {
	color:#ffffff;/*--changed #e4e4e4--*/ 
	background:none;
	text-shadow:none;
}
/* Footer end */
/* footer Blog Posts start */
.footer .posts {
	padding:0 15px;
}
.footer .blog-list {
	margin:0;
	padding:0;
	color:#dadada;
	list-style:none;
}
.footer .blog-list li {
	padding:0 0;
	margin-bottom:7px; 
}
.footer .blog-list li span {
	color:#818488;
}
.footer .dl-horizontal,
.footer .dl-horizontal:hover {
	border:none !important;
	background:none !important;
}
.footer .dl-horizontal a {
	color:#dadada;
}
.footer .dl-horizontal a:hover {
	color:#a8f85f !important;
}
.footer .dl-horizontal img {
	border-color:#888 !important;
}
/* footer Blog Posts end */

/*Copyright start*/
.copyright {
	font-size:10px;
	padding:5px 10px;
	 background-color:#f1f1f1;
	border-top:solid 1px #777;	
}
.copyright p {
	color:#333;
}
.copyright a {
	margin:0 5px;
	color:#0099cc;
}
.copyright a:hover {
	color:#a8f85f;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.copyright .span8 {
	padding-top:8px;
}
.copyright .span4 {
	padding-top:5px;
}
/* Copyright end */

/*Footer Address*/
.contact-address li { 
	margin-bottom:0px;
	color:#fff; 
	cursor:default;
}
.contact-address li i { 
	color:#fff; 
	position:relative; 
	top:2px; 
	margin-right:7px; 
	font-size:18px;
}
.contact-address li:hover,
.contact-address li:hover i
{
    color :#006784;
    }
 
.contact-address li:hover a { 
	color:#fff;
}
.contact-address li:hover a:hover {
	text-decoration:none;
}

/* Footer Navigation*/

.footer-navigation li { 
	margin-bottom:6px;
	color:#fff; 
	cursor:default;
	font-weight:bold;
}
.footer-navigation li span {
	font-weight:bold;
	font-size:14px;
	top:5px;
	color:#fff; 
}
.footer-navigation li i { 
	color:#fff; 
	position:relative; 
	top:2px; 
	margin-right:7px; 
}
.footer-navigation  li:hover,
.footer-navigation li:hover span,
.footer-navigation li:hover i, 
.footer-navigation li:hover a { 
	color:#006784;
}
.footer-navigation li:hover a:hover {
	text-decoration:none;
}

/*Social Icons*/

.social-icons {
	margin:0;
}
.social-icons li {
	float:left;
	display:inline;
	list-style:none;
	margin-right:5px;
	margin-bottom:5px;
	text-indent:-9999px;
}
.social-icons li a, a.social-icon {
	width:28px;
	height:28px;
	display:block;
	background-position:0 0;
	background-repeat:no-repeat;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.social-icons li:hover a {
	background-position:0 -38px;
	 box-shadow:0 0 15px #ffffff;
      background-color:#fff;
     -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}

.social_amazon {background: url(../img/icons/social/amazon.png) no-repeat;}
.social_behance {background: url(../img/icons/social/behance.png) no-repeat;}
.social_blogger {background: url(../img/icons/social/blogger.png) no-repeat;}
.social_deviantart {background: url(../img/icons/social/deviantart.png) no-repeat;}
.social_dribbble {background: url(../img/icons/social/dribbble.png) no-repeat;}
.social_dropbox {background: url(../img/icons/social/dropbox.png) no-repeat;}
.social_evernote {background: url(../img/icons/social/evernote.png) no-repeat;}
.social_facebook {background: url(../img/icons/social/facebook.png) no-repeat;}
.social_forrst {background: url(../img/icons/social/forrst.png) no-repeat;}
.social_github {background: url(../img/icons/social/github.png) no-repeat;}
.social_googleplus {background: url(../img/icons/social/googleplus.png) no-repeat;}
.social_jolicloud {background: url(../img/icons/social/jolicloud.png) no-repeat;}
.social_last-fm {background: url(../img/icons/social/last-fm.png) no-repeat;}
.social_linkedin {background: url(../img/icons/social/linkedin.png) no-repeat;}
.social_picasa {background: url(../img/icons/social/picasa.png) no-repeat;}
.social_pintrest {background: url(../img/icons/social/pintrest.png) no-repeat;}
.social_rss {background: url(../img/icons/social/rss.png) no-repeat;}
.social_skype {background: url(../img/icons/social/skype.png) no-repeat;}
.social_spotify {background: url(../img/icons/social/spotify.png) no-repeat;}
.social_stumbleupon {background: url(../img/icons/social/stumbleupon.png) no-repeat;}
.social_tumblr {background: url(../img/icons/social/tumblr.png) no-repeat;}
.social_twitter {background: url(../img/icons/social/twitter.png) no-repeat;}
.social_vimeo {background: url(../img/icons/social/vimeo.png) no-repeat;}
.social_wordpress {background: url(../img/icons/social/wordpress.png) no-repeat;}
.social_xing {background: url(../img/icons/social/xing.png) no-repeat;}
.social_yahoo {background: url(../img/icons/social/yahoo.png) no-repeat;}
.social_youtube {background: url(../img/icons/social/youtube.png) no-repeat;}
.products-sidenav 
{
width: 228px;
margin: 30px 0 0;
padding: 0;
background-color: #fff;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
background-color:Black;
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
box-shadow: 0 1px 4px rgba(0,0,0,.065);
}

.product-panel
{
    background-color : #f1f1f1;
    padding:10px;
    border-radius:15px;
    -webkit-border-radius: 15px;
-moz-border-radius: 15px;
margin-bottom : 10px;
    }
    

.service  { 
	background:#EDEDED;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
label.valid {
  width: 24px;
  height: 24px;
  background: url(assets/plugins/validate/img/valid.png) center center no-repeat;
  display: inline-block;
  text-indent: -9999px;
}
label.error {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}
#special-offer-div {
position: fixed;
top: 40%;
left: 0;
width: 50px;
height: 212px;
background: url('images/logo2-default.png') no-repeat scroll 0 0 transparent;
z-index: 1001;
}

.seperator
{
    height :20px;
    border-right : 1px solid;
    color : #00A1CB;
    margin-right : 5px;
    margin-left : 5px;
    margin-top:12px;
    }
    
    .enquiry {

position:fixed;
bottom:120px;
right:-5px;
z-index:999;



}



.item
{
    position:absolute;
    }
  
  .panel
{
    background:#D0F1FB;
     -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding:10px;
    
}     

  .background-panel
{
    background:#ffffff;
     -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding:10px;
    
}     


.clienttext
{
     background-color:#fff; 
     border-top: 5px solid #41838e;
     box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.1); 
     padding:5px;
     max-width : 240px; 
     margin:0px auto;
}

.menu-top {
  list-style: none;
  margin: 0;
  padding: 0;
  /* text-align: right; */
  float: right;
}
.menu-top li {
  list-style: none;
  float: left;
  font-size: 11px;
  font-family: 'open sans', arial, sans-serif;
}

.menu-top li.divider a {
  border-right: 1px solid #c3c3c3;
}
.menu-top li a {
  display: inline-block;
  color: #777777;
  padding: 0px 5px;
}
.menu-top li a:hover {
  color: #6091ba;
  text-decoration:none;
}
 .contact {  
  font-family: 'open sans', arial, sans-serif;
  font-weight: 300;  
}
 .contact p {
  float: left;
  margin-bottom: 0;
}
.contact p.phone {
  float:right;
  margin-right:0px;
  margin-top:17px;
}
.contact p.email {
  margin-left:118px;
}
.header .contact p a {
  color: #444444;
}
.contact .fa {
  color: #6091ba;
  margin-right: 8px;
  font-size: 18px;
  position: relative;
  top: 1px;
}
 .contact .fa.fa-phone {
  font-size: 22px;
  top: 2px;
}
.top-border
{
    border-top:5px solid #2773ae ;
}
.margin-top-5
{
    margin-top:5px;
}
.header-main
{
    padding:10px 0px;
}
.bg
{
    background-color:#0283ba;
}
.a-promo
{
    color:#1c1c1c;
    text-transform:uppercase;
    font-size:12px;
    margin-top:5px;       
}
.a-promo:hover
{
    color:#006388;
    text-decoration:none;
}
.custom_scrollbar {
	margin: 20px auto;
	height: 280px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 0 20px 0 20px;
}

.custom_scrollbar::-webkit-scrollbar {
	width: 7px;
	height: 10px;
}
.custom_scrollbar::-webkit-scrollbar-track {
	background-color: rgba(113,112,107,0.1);
	-webkit-border-radius: 5px;
}
.custom_scrollbar::-webkit-scrollbar-thumb:vertical {
	background-color: rgba(0,0,0,.2);
	-webkit-border-radius: 6px;
}
.custom_scrollbar::-webkit-scrollbar-thumb:vertical:hover,
.custom_scrollbar::-webkit-scrollbar-thumb:horizontal:hover {
	background: #707070;
}
.padding-all
{
    padding:10px 5px 10px 5px;
}
.nav-bg
{
    
    background-color:#f3f3f3;
}
h2.head-logo
{
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    text-shadow: 4px 3px 3px #ADACAC;    
    line-height:1.3;
    font-style:italic;    
}
.section-heading {
	background-image:url(../../image/section-bg.png);
	background-repeat:repeat-y;	
    border-left: 3px solid #a0d2e6;
    border-right: 3px solid #a0d2e6;
}
h4.section-heading {
	padding:10px 15px 10px 10px;
	margin: 10px 0;
font-family: inherit;
font-weight: bold;
line-height: 20px;
color: inherit;
text-rendering: optimizelegibility
}

h2.section-heading 
{
padding:10px 15px 10px 10px;
margin: 10px 0;
font-family: inherit;
font-weight: bold;
line-height: 20px;
color: inherit;
text-rendering: optimizelegibility;
font-size : 18px;
}

h1.section-heading 
{
padding:10px 15px 10px 10px;
margin: 10px 0;
font-family: inherit;
font-weight: bold;
line-height: 20px;
color: inherit;
text-rendering: optimizelegibility;
font-size : 18px;
}

.h2-style h2
{
color: #555;
margin-top: 5px;
text-shadow: none;
text-shadow: 0 0 1px #f6f6f6;
font-weight: normal !important;
font-family: 'Open Sans', sans-serif;
font-size: 18px;
}

.palign
{
    text-align:justify;
}
.icon-right
{
    padding-right:5px;
    color:#0283ba;
}

 .firstHeading
 {
     font-size:10px;
     font-family:normal;
 }
 .failureNotification
{
    position:relative;
    font-size: 1.2em;
    color: Red;
    padding-left:25px;
    font-size:12px;
 } 
 .failureNotification ul li
 {
     color:Red;
 }
 ul.list-style 
{
    margin-left:2px;
    list-style : none;
}
    
ul.list-style > li
{
    margin-left : 25px;
    margin-bottom:5px;
}

ul.list-style > li > i,ul.list-style > li > a >i
{
    margin-left : -30px;
    color:#0283ba;
    position: relative;
    top: 2px;
    margin-right: 9px;
    font-size: 18px;
}
ul.list-style > li >a:hover
{
    text-decoration:none;
}  
.margin-top-60
{
    margin-top:60px;
}
.lineheight-li li
{
    line-height:2.2;
}
.important-bg
{
    background-image:url('../../image/important-text-bg.jpg');
    background-repeat:no-repeat;
}
.center
{
    text-align:center;
}
.footer {
	margin-top:10px;
	padding:1px 1px;
	background:#2d2f34;/*--changed #585f69--*/ 
	color:#ffffff;/*--changed #dadada--*/
}
.footer-navigation li { 
	margin-bottom:6px;
	color:#fff; 
	cursor:default;
	font-weight:bold;
	float:left;
	padding:8px 13px 8px 13px;
}
.footer-navigation li span {
	font-weight:bold;
	font-size:12px;
	top:5px;
	color:#fff; 
}
.footer-navigation li i { 
	color:#fff; 
	position:relative; 
	top:2px; 
	margin-right:7px;

}
.footer-navigation  li:hover,
.footer-navigation li:hover span,
.footer-navigation li:hover i, 
.footer-navigation li:hover a { 
	color:#02A6C9;
}
.footer-navigation li:hover a:hover {
	text-decoration:none;
}
.h1-heading
{
    font-family: 'Roboto', sans-serif;
    font-weight:300;
    color:#555;
    font-size:35px;
}

.query-bg
{
    background-color: #E8F9FF;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.31), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.font-size
{
    font-size:15px;
}

.h2-text-style li h2
{
    font-family: 'Arial','Open Sans', sans-serif;
    color: #555;
    line-height: 1.5;
    font-size: 12px;
}

.item-caption1 h2
{
    font-size:11px;
    color:#000;
}
