/* Minification failed. Returning unminified contents.
(604,31): run-time error CSS1046: Expect comma, found '0'
(604,35): run-time error CSS1046: Expect comma, found '/'
(604,57): run-time error CSS1046: Expect comma, found '0'
(604,61): run-time error CSS1046: Expect comma, found '/'
(604,83): run-time error CSS1046: Expect comma, found '0'
(604,87): run-time error CSS1046: Expect comma, found '/'
 */
/*
Theme Name: CADEM theme
Theme URI: http://www.cadem.net
Description:  2017 CADEM theme.
Author: CADEM
Author URI: http://www.cadem.net
Version: 1.0
*/
/* ------- HTML5 display-role reset for older browsers ------- */
/* CSS Document */

/* ------------------------------------  Main_Layout  ------------------------------------ */ 

body
	{  
		background:#FFF;  
		font-size:17px;
		font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
		color:#000000;
		/*line-height:22px;*/
		line-height:2em;
	}
/* ------------------------------------  Header  ------------------------------------ */
.site_search input[type="text"]{
	background-color:#ffffff; 
	height:27px;
	vertical-align:top;
	padding:5px;
}

.site_search input[type="submit"]{
	background:#0180b7 url(/images/search_arrow.png) left center no-repeat;
	border:none;
	height:27px;
	font-size:12px;
	padding:2px 10px 5px 15px;
	vertical-align:middle;
	color:#FFF;
	float:right;
	cursor:pointer;
 }
 @media(max-width:768){
     .col-sm-6{
	    text-align:center;
     }
 }
h1{
    margin: 0px 0px 18px;
    padding-bottom: 7px;	
	font-size: 25px;
	color: #0064c8;
	border-bottom: 1px solid #898989;
	margin-bottom: 15px;
    font-family:Segoe UI Symbol;
}
h5{
color:#0064c8;
font-size:17px;
}

ul li a ,.dropdown a{
/*color: #666;*/
color: #000000;
    font-size: 15px;
    text-transform: uppercase;
}
.navbar-nav>li:hover>a,.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background: #edeeef;
    border-top: 3px solid #1A72E9;
    color: #0180b7;
	padding-top:11px;
}
@media (min-width: 979px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
        margin-top:0px;
        background:#edeeef;
        padding-top: 0px;
        padding-bottom:0px;
	}
}
.navbar-toggle{
background:#f1f1f1;
}
.navbar-toggle:hover{
background:#d1d1d1;
}
.navbar-toggle .icon-bar{
background:#1764a4;
}
.navbar-toggle:hover .icon-bar{
background:#795548;
}
/* ------------------------------------  Slideshow  ------------------------------------ */
 
#slideshow{ 
	background:#ffffff url(/images/Gallery_bg.jpg) top center no-repeat;
	width:100%;
	}
@media(min-width:768px){
	#slideshow{ 		
		height:329px;
	}
}
@media(max-width: 768px){
	#slideshow{ 
		height:auto;
		/* background:none; */
	}
}
#wrapper{
	position: relative;
}
@media(max-width: 768px){
	#slideshow .shadow{ 
		background:none;
		height:auto;
	}
}
.shadow img{
	width: 100%;
	height: auto;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
	margin-bottom:20px;
}
.frm input,select{
width:100%;
padding:5px;
margin-bottom:15px;
}
.frm>label{
font-weight:500;
}
select{
padding:6px;
}
.forbtn{
margin-top:27px;
}
/* --------- right_col ----------- */
.download{
margin:15px 0px 7px 0px;
}

.download h6{ 
	color:#0064c8;
	font-size:11px;
	font-weight:bold;
	/*padding-bottom: 5px;*/
	}

.download img{
	margin:-7px 7px 7px 7px;
	}
	
.enquiry{ 
	width:147px;
	text-align:center;
	/*margin:0px 7px;
    line-height:22px;*/
	}
	
#example1 .effectContainer { 
	height:109px; 
	overflow: hidden; 
	}

.enquiry .enq_link{
	background:url(/images/enquiry.png) no-repeat;
	margin-bottom:14px;
	/* color:#535353; */
	color:#fff;
	font-size:11px;
	font-weight:bold;
	margin-bottom:27px;
	}
	
.enquiry .enq_link:hover{
	background:url(/images/enquiry_hover.png) no-repeat;
	}
.enquiry a {
    text-decoration:none;
   }
	
.enquiry .enq_link span{
	color:#fff;
	text-transform:uppercase;
	}
	
.Social{
    border-top:1px dotted #898989; 
    padding-top:7px;
    margin-top:10px;
    color:#0064c8;
    font-size:11px;
    font-weight:bold;
}
.right-side-links{
	font-weight:bold;
	/*background:url('/images/cadem-feedback.png') center left no-repeat;*/
	padding:5px 0px 5px 18px;
    font-size:14px;

}

    .right-side-links a {
        color:#0064c8;
    }
/*.right-side-links a:hover{
	color:#00BCD4;
}*/

.bottomLink{
    padding: 0px 15px 15px;
    text-align: center;
}
/*.login{
padding:5px 0px;
}*/
@media (min-width:991px){
    .login{
    float: right;padding: 5px;background: #bfeef4;border-radius: 3px;
    }
}
.tab-content ul li{
background: #ebf6fa url(/images/Bullet.png) 15px center no-repeat;
padding: 5px 15px 5px 40px;
}
.tab-content ul .sec{
background:#e4e4e4 url(/images/Bullet.png) 15px center no-repeat;
}
@media(max-width:768px){
    .text-sm-center{
    text-align:center;
    }
}

.err {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted red;
    line-height: 21px;
    color: #ff8c8c;
	visibility:hidden;
}

.err .errtext {
    visibility: hidden;
    min-width: 132px;
    max-width: 194px;
    background-color: #0064c8;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 5px 3px;
    z-index: 1;
    position: absolute;
}

.err:hover .errtext {
    visibility: visible;
}
#errmsg{
color:red;
display:none;
}
/* left side submenu */
.left-side-menu {
    /* width: 169px; */
    margin: 0 auto;
    padding: 0px;
    /* padding-right: 10px; */
   /*  border-right: 1px dotted #898989; */
}
.left-side-menu > li{
border-bottom:1px dotted #212121;
}
.left-side-menu > li > a {
    display: block;
    padding: 7px 7px 7px 7px;
    /*font-size: 1.0em;*/
    font-size: 15px;
    color: #666;
    text-decoration: none;
	text-transform:none;
    /* background: url(images/right_arrow.gif) center left no-repeat; */
}
.left-side-menu > li:last-child {
    border-bottom: none;
}
.affix {
      top: 20px;
	  border-right: 1px dotted #a9a9a9;
	  padding-right: 17px;
  }
  .affix-rightside{
  border-right:none;
  border-left:1px dotted #a9a9a9;
  margin-left: -16px;
  padding-left: 16px;
  }
 @media(max-width:768px){
	 .affix-rightside{
		width: 192px;
		margin: auto;
		border-left:none;
	 }
	 .affix {
		top:0px;
		border-right:none;
		position:relative;
	 }
	 .rightside-top
	 {
		border-top:1px solid #a9a9a9;
		display:block;
		margin-top:18px;
	 }
 }
 /* .fr{ */
	 /* width: 165px; */
	 /* margin: auto; */
 /* } */
 .newsandevents_txt, .testimonial_txt{
	border-bottom: 1px dotted #a9a9a9;
    padding: 0px 0px 10px 15px;
	margin-bottom:20px;
 }
 @media(min-width:768px){
	.newsandevents_txt {	
	background:url(/images/cadem-news.jpg)0px 16px no-repeat;
	padding: 0px 0px 10px 65px;
	}
	.fr h3{		
		margin-top:0px;
	}
 }
 .newsandevents_txt:last-child, .testimonial_txt:last-child  {
	border-bottom:none;
 }
 .nivo-caption h3{
 font-size:19px;
 }
 .fr h3{
 font-size:21px;
 }
 .logo{
	 margin-top:25px;
 }
 .followus{
	 background:#f1f1f1;
	 border-bottom:1px solid #b9e4ea;
	 padding:15px;
 }
 .followus a{
 padding:0px 5px;
 }
 .followus-desktop{
	 padding: 19px 0px;
     margin-top:15px;
 }
 .followus-desktop a{
     text-decoration:none;
     margin:0px 6px;
 }
 .clr{
	 clear:both;
 }
 .gap{
	 margin:15px 0px;
 }
 .tab-content{
	 padding:10px 15px 0px 0px;
	 border: 1px solid #ddd;
	 border-top:none;
 }
 .tab-content ul{
	 margin-left:-25px;
	 list-style:none;
 }
 .right-col{
	 border-left:1px dotted #898989;
 }
 .bottom-col{
	 border-top: 1px dotted #898989;
	 padding:10px;
	 margin-top:10px 10px 0px 10px;
 }
 @media(min-width:768px){
	 .col-right-border{
		 border-right:1px dotted #898989;
	 }
 }
 .col-right-border .col-sm-6 p{
	background: url(/images/Bullet.png) 10px 13px no-repeat;
    padding-left: 30px;
 }
 .client .col-sm-6 p{
	background: url(/images/Bullet.png) 0px center no-repeat;
    padding-left: 18px;
 }
 .col-right-border ul{
	 list-style:none;
 }
 .bottom{
	 padding: 6px 10px 0px 10px;
	 background: url(/images/footer_bg.png);
	 color: #a7a9ac;
     line-height:22px;
 }
    .bottom a {
        color: #a7a9ac;
    }
 .man{
	 float:left;
	 padding:0px;
	 margin-right:10px;
 }
 .contact-gap{
	 border-top: 1px solid #f1f1f1;
	 margin: 0px 0px 7px;
	 padding-top: 5px;
 }
 .font12{
	 font-size:12px;
 }
 .textarea{
	 width:100%;
	 height:46px;
 }
 @-moz-document url-prefix() {
    .textarea {
	    height:100px;
        margin-bottom:5px;
    }
}
 .displayblk{
	 display:block;
 }
.newsletter {
    border-top: 1px dotted #a9a9a9;
    margin-top:7px;
}
.navbar-nav>li .active-menu{
    /*background: #edeeef;*/
    border-top: 3px solid #1A72E9;
    /*color: #0180b7;*/
    color: #1A72E9;
    padding-top: 11px;
}
.logout {
    height: 27px;
}
    .logout input {
        padding-bottom: 5px;
        float: right;
    }
.note {
    color: red;
}
.bg {
    background:#f1f1f1;
    border-radius:5px;
    padding-top:10px;
    padding-bottom:10px;
}
/*.panel1 {
    margin-top: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}*/
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
background:#CCC;
}
.dropdown-menu > li > a {
    padding: 5px 20px;
}
.navbar-nav > li > .dropdown-menu {
    background: #edeeef;
    padding-top:0px;
    padding-bottom:0px;
}
.link-container {
     border: 1px solid #c3bdbd;
    padding: 7px 15px;
    border-radius: 3px;
    margin-bottom: 30px;
    background: #f7f7f7;
}
.link-h4 {
    color: #0064c8;
    border-bottom: 1px dotted #898989;
    margin-bottom: 7px;
    padding-bottom: 3px;
}
.link-p {
    margin-bottom: 10px;
}
.download-page {
    background: #f1f1f1;
    padding: 15px;
    border-radius: 5px;
}
.left-side-menu > li .current-menu {
    color: #0064c8;
    font-weight: bold;
}
.nav > li > a:focus, .nav > li > a:hover {
    /*color: #1A72E9;*/
    color:#1A72E9;
    /*background:#edeeef;*/
    background:#f4f4f4;
    
}
.left-side-menu > li > a:hover {
    background: none;
}
/********accordion*******/

button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 5px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
	border: 1px solid #d1d1d1;
    border-bottom: none;
}

button.accordion.active, button.accordion:hover {
    background-color: #ccc;
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
	border: 2px solid #d1d1d1;
    border-top: none;
    margin-bottom: 10px;
}

.field-validation-error, .validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    display: inherit;
}
input.input-validation-error {
    border: 1px solid #e80c4d;
}
#navbar{
	margin-top:15px;
}

.ftr{
    font-size:15px;
}
form{
    line-height:22px;
    font-size:15px;
}
h4{
    font-size:20px;
}
a{
    color:#0064c8;
}
h2{
    margin: 0px 0px 18px;
    padding-bottom: 7px;	
	font-size: 25px;
	color: #0064c8;
	border-bottom: 1px solid #898989;
	margin-bottom: 15px;
    font-family:Segoe UI Symbol;
}
.label-info{
    color:#0064c8;
}
.button-download{
    border-color: #1A72E9;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 20%), 0 0 0 0 rgb(0 0 0 / 14%), 0 0 0 0 rgb(0 0 0 / 12%);
    line-height: 33px;
    border: 1px solid currentColor;
    color: #1A72E9;
    background: transparent;
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    min-width: 64px;
    padding: 0 24px;
    border-radius: 4px;
    overflow: visible;
    margin-left: 7px;
}
.icon-color
{
    /*fill:currentColor;*/
    fill:#fff;
}
.icon-align{
    vertical-align:middle;
}
.button-text{
    font-size: 15px;
    font-weight: 500;
}
.button-text1{
    color:#fff;
}
.button1{
    background:#1A72E9;
}
.button1:hover{
    background:#1B67C7;
}
.button-text1:focus-visible{
    background:#fff;
}
.extra-css{
    margin-left:45px;
    padding:0px 12px;
}
.button-style{
    width:162px;
    margin-bottom:21px;
}
.mrgn-tp{
    margin-top:15px;
}
.fw{
    font-weight:500;
}
.clr-green{
    color:green;
}
.clr-red{
    color:red;
}
.clr-blue{
    color:#0064c8;
}
.captcha-text{
    font-weight: bold;font-style: italic;padding: 3px 9px;margin: 0px 3px;
}
.captcha-blue{
    background: #1a72e9;
}
.captcha-orange{
    background: #ff7800;
}
.captcha-green{
    background: green;
}
.chk-main{
    display:block;font-weight:500;
}
.chk-sub{
    display:block;padding-left:15px
}
.chk-sub input{
    width:auto;
}
.frm-css-over{
    font-size:17px;
    line-height:2em;
}
#btnDownload{
    padding:9px 12px;
}
/***************** Captcha *********************/
/*
.capbox {
	display: inline-block;
	}

.capbox-inner {
	font: bold 11px arial, sans-serif;
    color: #000000;
    background-color: #03a9f44d;
    margin: 5px auto 0px auto;
    padding: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	}

#CaptchaDiv {
	font: bold 18px verdana, arial, sans-serif;
	font-style: italic;
	color: #000000;
	background-color: #f1f1f1;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

#CaptchaInput { margin: 1px 0px 1px 0px; width: 135px; } */

.br1{
	margin-bottom:34px;
}
.br2{
	margin-bottom:68px;
}
.br3{
	margin-bottom:102px;
}
.scroll-top{
	text-align: end;color: #0064c8;
}
.clr-black{
	color: black;
}
.clr-black img{
	border: 1px solid #d6d6d6;
}
.h4-clr{
	color: #0064c8;
}
.ul-list-type{
	list-style-type: circle;
}
.db{
	display:block;
}


/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
    margin-bottom:6px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 0px;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(/images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
