body, html{
font-family: 'Roboto', sans-serif;
}

#header{
background:url(../images/header-background-1.jpg);
background-repeat:no-repeat;
    background-size: cover;
	min-height: 112px;
}
.logo{
    padding: 7px 0px;
	}
.logo img{
height: 98px;
    width: auto;
	}
	.red{
	background: #cf0404;
    color: white;
    padding: 11px 35px;
    font-size: 14px;
	}
	.red:hover{
	background: #9e0909;
    color: white;
    text-decoration: none;
	}
	.green{
	background: #0b6058;
    color: white;
    padding: 11px 35px;
    font-size: 14px;
	}
	.green:hover{
	background: #064c45;
    color: white;
	text-decoration: none;
	}
	.head_btn{
	    padding: 17px 0px;
	}
	.head-right{
	float:right;
	}
	.user-info{
	padding: 10px 0;
	}
	.user-info li{
	list-style-type: none;
    color: #0b6058;
	text-align: right;
	font-weight: 500;
    font-size: 13px;
	}
	.navbar-green{
	Background:#0b6058;
	}
	.navbar-green li a{
     color:#FFFFFF;
	}
	.navbar {
    border-radius: 0px;
}
.menu li span{
line-height: 50px;
    color: white;
	    margin: 0 19px;
}

/* To Dropdown navbar dropdown on hover */
.navbar-nav > li:hover > .dropdown-menu {
 display: block;
    background: #094741;
    border: none;
    padding: 0;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-menu li{
margin: 0px 0;
border-bottom: 1px dotted white;
}
.dropdown-menu>li>a {
    display: block;
    padding: 7px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}








audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}
[hidden], template {
display:none
}


abbr[title] { border-bottom: 1px dotted }

b, strong { font-weight: bold }

mark {
  background: #ff0;
  color: #000
}


svg:not(:root) { overflow: hidden }

figure { margin: 1em 40px }

hr {
  box-sizing: content-box;
  height: 0
}

pre { overflow: auto }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button { overflow: visible }

button, select { text-transform: none }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled], html input[disabled] { cursor: default }
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}

input { line-height: normal }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height:auto
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

textarea { overflow: auto }

optgroup { font-weight: bold }

table {
  border-collapse: collapse;
  border-spacing: 0
}

td, th { padding: 0 }

input, button, select, textarea { outline: none }

textarea { resize: none }


/*style for container*/

.wrapper-1 {
  width: 50%;
  margin: 0 auto;
}

/*style for img in case of low download speed*/

.example-1 {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.example-1 ul {
  overflow: hidden;
  margin: 0;
  zoom: 1;
}

.example-1 ul li { float: left; }

.example-1 ul li img { width: 100%; }

/*style for dots*/


.dots-1 {
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.dots-1 li {
  display: inline-block;
 *display: inline;
 *zoom: 1;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background: #963;
  cursor: pointer;
}

.dots-1 li:hover, .dots-1 li.active { background: #000; }

#slider{
}
.bg-blue{
background:#05c1bb;
}
.bg-yellow{
background:#ffbd0a;
}
.bg-red{
background:#ee511e;
}
.bg-green{
background:#a6c437;
}
.head-box{
text-align: center;
color:#FFFFFF;
    border: 5px solid white;
}
.head-box:hover{
    margin-top: -20px;
    -webkit-transition: .2s;
    transition: .2s;
}
.read-more{
border: 1px solid white;
    padding: 6px 13px;
    color: white;
	}
	
.head-box h6 a{
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 800;
	color:white;
	text-decoration:none;
	}
	.head-box a:hover.read-more.yellow{
text-decoration:none;
color:white;
background:#d8a10a;
transition:.4s;
	}
	.head-box a:hover.read-more.blue{
text-decoration:none;
color:white;
background:#d8a10a;
transition:.4s;
	}
	.head-box a:hover.read-more.red{
text-decoration:none;
color:white;
background:#d8a10a;
transition:.4s;
	}
	.head-box a:hover.read-more.green{
text-decoration:none;
color:white;
background:#d8a10a;
 -webkit-transition:4s; /* For Safari 3.1 to 6.0 */
    transition: 4s;
	}


#boxes{
margin-top:-170px;
min-height: 336px;
}
#boxes .detail{
margin-bottom: 21px;
}

.title1{
color: gray;
    font-weight: 300;
    font-size: 34px;
	}
	.title2{
	color: #c74545;
    font-weight: 400;
    font-size: 38px;
    margin-top: 0;
	}
	.normal-text{
	color: #838383;
    letter-spacing: .04em;
	font-weight: 300;
	}
	.btn-simple{
	color: #274e75;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
	}
	#about-us a:hover.read-more.btn-simple{
	text-decoration:none;
	color:blue;
	}
	.about-us p{
	color: #838383;
    letter-spacing: .04em;
    font-weight: 300;
	}
	
	.vision-box h2{
	color: #c74545;
	font-size:24px;
	margin: -17px 0px 11px 1px;
	}
	.vision-box{
	border-top: 4px solid #ffbd0a;
    background: #f9f9f9;
    min-height: 165px;
    box-shadow: 1px 3px 7px #d4d4d4;
	}
	.vision-box i{
	color: #0b6058;
    font-size: 37px;
    margin-top: 11px;
	}
	.vs-detail{
	    padding: 15px;
		}
		.news-header{
		background:url(../images/news.jpg);
		background-repeat:no-repeat;
		    height: 66px;
    background-size: cover;
		}
		
		.news-header h3{
    padding: 13px 0;
    font-size: 22px;
	text-align:center;
	color:white;}
	
	.right-menu li a{
	color: #424242!important;
	}



	.event-date h1{
	    font-size: 13px;
		}
		.event-date h2{
	    font-size: 13px;
		}
		.event-detail h3{
		    font-size: 20px;
    font-weight: 600;
    color: #c74545;
    margin-top: 0;
	}
	.news-update{
	    height: 390px;
    overflow: hidden;
	}
	.background{
	min-height: 760px;
	background:url(../images/about-us.jpg) no-repeat;
	background-size:cover;
	}
	#about-us .events{
	    padding: 16px 15px;
		background:#CCCCCC;
		}
		 #about-us p{
    color: #838383;
    letter-spacing: .04em;
    font-weight: 300;
	}
		#services{
		background:url(../images/services.jpg) no-repeat;
		background-size:cover;
		min-height:550px;
		    padding: 39px 0px 0px 0px;
			    background-attachment: fixed;
		}
		#services h1{
		color: white;
    text-align: center;
	}
	.service-section{
	   padding: 66px 0;
    min-height: 405px;
		}
	#services i{
	    font-size: 62px;
    color: white;
    line-height: 150px;
    margin: 0 38px;
	}
	#services .service-box{
	    text-align: center;
    color: white;
	min-height: 303px;
	    border-right: 1px solid #d5d5d5;
	}
	#services .service-box:hover{
	}
	    #services .circle{
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0px 0px 32px #212121;
    border: 4px solid white;
	}
	.btn-ser{
	  background: white;
    padding: 9px 20px;
    color: #616161;
    box-shadow: 1px 2px 18px #282828;
	}
	
	
	#services .circle:hover {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin: 0 auto;
	transition:.6s;
	box-shadow: 3px 1px 11px #353535;
}
	
	.btn-ser:hover {
   background: #F44336;
    padding: 10px 20px;
    color: #ffffff;
    text-decoration: none;
    transition: .5s;
	box-shadow: 1px 2px 18px #282828;
}
	
	
	
	
	/* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
    background-image: none;
     background: none repeat scroll 0 0 #c30707;
    border: 4px solid #FFFFFF;
    height: 49px;
    width: 48px;
    margin-top: 152px;
    line-height: 36px;
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #c30707;
  border: 4px solid #FFFFFF;
   height: 49px;
    width: 48px;
 margin-top: 152px;
    line-height: 36px;	
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
  width: 360px;
    height: 206px;
	
	
}
.navbar-toggle {
    background-color: rgb(8, 79, 72);
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: white;
}


/* End carousel */

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 331px;
}
#events h1{
    color: gray;
    text-align: center;
    font-weight: 300;
	}
	#events{
	min-height: 500px;
    padding: 29px 0;
	}
	#events h3{
    margin: 4px 0px;
    font-size: 21px;
	}
	#events h3 a:hover{
	color: #c30009;
    margin: 4px 0px;
    font-size: 21px;
	transition:.5s;
	text-decoration:none;
	}
	#events .event-detail{
	padding: 10px 9px;
    background: #fafafa;
    box-shadow: 0px 0px 9px #d5d5d5;
    min-width: 360px;
}
#events .item{
min-height: 400px;
}
	.event-read{
    color: #c30009;
	 text-align: center;
    font-weight: 500;
    padding: 12px 39px;
    box-shadow: 0px 0px 17px silver;
	}
	.event-read:hover{
	text-align: center;
    color: #ffffff;
     padding: 13px 39px;
    text-decoration: none;
    transition: .5s;
    background: #a6c437;
	}
	
	#footer{
	background:#252525;
	min-height: 236px;
	color:#888888;
	}
	#footer h2{
	font-size: 23px;
	clear:both;
	}
	.line{
	    border-bottom: 1px solid silver;
    margin: 10px 0px;
	}
	.line2{
	border-bottom: 1px solid #404040;
    margin: 10px 0px;
	}
	
	#footer li{
	list-style-type:none;
	}
	
	#footer ul{
	padding:0;
	}
	#footer li a{
	color:#a6c437;
	text-decoration:none;
	}
	#footer li a:hover{
	text-decoration:none;
	color:#bbdd40;
	}
	
	.hovicon {
    display: inline-block;
    font-size: 45px;
    line-height: 90px;
    cursor: pointer;
    margin: 20px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
}

.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hovicon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
/* Effect 1 */
 .hovicon.effect-1 {
  
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}
.hovicon.effect-1:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}
/* Effect 1a */
 .hovicon.effect-1.sub-a:hover {
   
    color: #41ab6b;
}
.hovicon.effect-1.sub-a:hover i {
    color: #41ab6b;
}
.hovicon.effect-1.sub-a:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.line-h1{
border-bottom: 5px solid #ffbd0a;
    width: 11%;
    margin: 0 auto;
    padding: 0px 5px 1px 2px;
	}
	.line-h2{
border-bottom: 5px solid #cc0000;
    width: 11%;
    margin: 0 auto;
    padding: 0px 5px 1px 2px;
	}
	
	.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}
.jumbotron{
text-align: center;
    padding: 7px 0px;
    margin: 0;
	background:url(../images/services.jpg) no-repeat;
	background-size:cover;
	background-attachment:fixed;
	color:white;
}
.jumbotron h4{
    font-size: 14px;
    font-weight: 300;
	}
	.jumbotron h4 a{
    text-decoration:none;
	color:#FFFFFF;
	}
	.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #084d46;
    border-color: #337ab7;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 14px 28px;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #09534c;
}
@media (min-width: 979px) {
              ul.nav li.dropdown:hover > ul.dropdown-menu {
                    display: block;
                    margin-top:0px;
}
}

.dropdown-menu {
    background-color: #084d46;

}

	.jumbotron h1 {
    font-size: 47px;
    text-shadow: 1px 2px 5px #151515;
}
.more{
padding: 9px 32px;
    background: #ffffff;
    color: #454343;
    font-weight: 500;
    box-shadow: 0px 0px 17px grey;
	}
demopadding {
  margin:50px auto;
  width:140px;
  text-align:center;
}
.icon {
	position:relative;
	text-align:center;
	width:0px;
	height:0px;
	padding:18px;	
	color:#FFFFFF;
}
.icon i {
	font-size:17px;
	position:absolute;
	left:9px;
	top:12px;
}
.icon.social {
float: left;
    margin: 0 5px 0 0;
    cursor: pointer;
	background: #0b6058;
    box-shadow: 3px 2px 8px #797979;
    color: #dddddd;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.icon.social:hover {
	background: #0d9386;
    color: #ffffff;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    /* -webkit-filter: drop-shadow(0 1px 10px rgba(0,0,0,.8)); */
    -moz-filter: drop-shadow(0 1px 10px rgba(0,0,0,.8));
    -ms-filter: drop-shadow(0 1px 10px rgba(0,0,0,.8));
    -o-filter: drop-shadow(0 1px 10px rgba(0,0,0,.8));
    /* filter: drop-shadow(0 1px 10px rgba(0,0,0,.8)); */
}
.icon.social.fb i {
	left:12px;
	top:9px;
}
.icon.social.tw i {
	left:11px;
	top:9px;
}
.icon.social.in i {
	left:11px;
	top:9px;
}
.demopadding{
float:right;
    padding: 38px 0;
}
.right-menu li{
border-bottom:1px solid #CCCCCC;
}
.about-us{
padding: 30px 1px 40px 0px;
}
.about-us li{
    color: #838383;
    letter-spacing: .04em;
    font-weight: 300;
	}
.text-gray{
    color: #535353;
	}
.fw_600{
font-weight: 600;
}
.title{
font-size:28px;
}
.bdrbt{
    border-bottom: 1px solid gray;
    padding: 0px 0px 16px 0px;
	}
	
	.carousel-indicators {
    bottom:70px;
	left:0;
	width:100%;
	background:rgba(204, 204, 204, 0);
	padding: 6px 0px;
	margin-left:0;
	border-top:2px solid #fff;
}
.carousel-indicators li {
	width:12px;
	height:12px;	
	background:#4d4c4c;
	border-color:#fff;
 
}
.carousel-indicators .active {
	width:14px;
	height:14px;
	background:#428bca;
	border-color:#428bca;
}

.right-menu h3{
    padding: 9px 0px;
    color: #595757;
    font-size: 20px;
    border-bottom: 1px dotted gray;
	}
	.image-head{
	padding: 4px 0px 15px 0px;
	}
	.image-head img{

   margin: 0px 14px 14px 0;
	}
	.feed-image{
	float: left;
    margin: 4px 19px 0px 0px;
	}
@media only screen and (max-width: 768px) {
#services .service-box {
    border:none;
}
.demopadding {
    float: none;
    padding: 3px 0px;
    text-align: center;
    margin: 0 auto;
    width: 41%;
}
.head-right {
    float: none;
}
.head_btn {
    text-align: center;
}
#footer ul{
float:left;
}
.logo img {
    height: 81px;
    width: auto;
}
.user-info li {
    text-align: center;
}
  
  .menu li span{
display:none;
} 
.navbar-green li a {
    border-bottom: 1px solid white;
	color: white;
}
}



#calendar{
  margin-left: auto;
  margin-right: auto;
  width:100%!important;
}
#calendar_weekdays div{
  display:inline-block;
  vertical-align:top;
}
#calendar_content, #calendar_weekdays, #calendar_header{
  position: relative;
  width: 100%!important;
  overflow: hidden;
  float: left;
  z-index: 1;
}
#calendar_weekdays div, #calendar_content div{
  width:50px!important;
  height: 50px!important;
  overflow: hidden;
  text-align: center;
  background-color: #FFFFFF;
  color: #787878;
}
#calendar_content div{
  float: left;
}
#calendar_header, #calendar_content div.today{
  zoom: 1;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
#calendar_content div.today{
  color: #FFFFFF;
}
#calendar_header{
    width: 100%;
    height: 59px!important;
    text-align: center;
    background-color: #FF6860;
    padding: 0px 0;
}
#calendar_header h1{
 font-size: 21px;
    color: #FFFFFF;
}
i[class^=icon-chevron]{
  color: #FFFFFF;
  float: left;
  width:15%;
  border-radius: 50%;
}
#gallary{
min-height:500px;
}

#gallary h1{
color: gray;
    text-align: center;
    font-weight: 300;
	}


.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.filter-button.active
{
    background-color: #42B32F;
    color: white;
}
.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}


.photo-box{
background: #efefef;
    padding: 10px 10px 21px 10px;
  box-shadow: 1px 1px 7px #b6b6b6;
  margin: 0px 0px 27px 0px;
}
.photo-box:hover{
background: #efefef;
    padding: 10px 10px 21px 10px;
    box-shadow: 1px 1px 20px #b6b6b6;
}
.photo-box h2{
    font-size: 18px;
    color: #e0874c;
    margin: 8px 0px;
	}
	.photo-gellary a h2:hover{
    font-size: 18px;
    color: #c66d33;
    margin: 8px 0px;
	}
	.photo-box h5{
	    color: #5f5e5e;
    margin: 0;
    font-size: 13px;
	}
	.photo-gellary a:hover{
	 text-decoration:none;
	}
	
.gallery
{
    display: inline-block;
    margin-top: 20px;
}


.darkblue{    background: #06528e;
}
.skyblue{background: #0accff;
}
.lightblue{    background: #096de0;
}
  
  
  
  
 