
/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('animate.css');

@font-face {
  font-family: 'College';
  src: url('college-font/college.ttf');
  /*src: url('college-font/collegeb.ttf');
  src: url('college-font/collegec.ttf');
  src: url('college-font/colleges.ttf');*/
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SolaimanLipi';
  src: url('solaimanlipi/SolaimanLipi_29-05-06.ttf');
  font-weight: normal;
  font-style: normal;
}


body {
	font-family: Arial,'Open Sans', sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:1.6em;
	color:#333;
	background-color:#fff;
	overflow-x:hidden;
}

.company-name h1, .company-name h5, .notice-title h3, .visitor-title h3, .college-font {
	font-family:College;
}

hi,h2,h3,h4,h5,h6 {
	color:#333;
	line-height:1.1em;
}

p {
	color:#333;
	font-size:13px;
}
a {
    text-decoration:none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
	color:#333;
}
a:hover {
	text-decoration: none;
	color:#eee;	
	}

.btn {
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}
.btn-primary {
  background: #02b14a;
}
	
.text-center h2 {
	margin-bottom:30px;
}

.text-center p {
	margin-bottom:50px;
	color:#333;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #fff;
  text-transform:uppercase;
  font-size:18px;
  border-radius:30px;
  margin-left:-10px;
}

#breadcrumb {
    background-color: darkred;
    margin-top: 171px;
}

.breadcrumb { 
  list-style: none;
  border-radius: 0px;
  padding:3px 0px;
  background-color: darkred;
}

.breadcrumb li {
   text-transform:uppercase;
   margin-top:25px;
   font-weight:600;
   color: #fff;
}
.breadcrumb li a {
    color: #02b14a;
}

/*===========================
  Menu and Navigation
============================ */
.navigation  {
	background-color:#02b14a;
	padding:0;
}

.navbar-brand h1 {
	margin-top:9px;
	padding-top:5px;
	float: left;	
	font-size: 18px;	
	color:#333;	
	text-transform:uppercase;
	font-weight:900;
}
.navbar-brand h1 span {
	color: #02b14a;
}

@media (max-width: 768px) { 
	.navbar-brand h1 {	
		font-size: 15px;
		margin-top: 0;
    	padding-top: 0;	
	}
}

.menu {
	font-size:13px;
	text-transform:uppercase;
	/*font-weight:700;*/
}

.menu ul.nav-tabs li {
	color:#000;	
}

.nav-tabs {
	border-bottom: 0;
}
.nav-tabs > li {
	float: left;
	margin-bottom: 0;
}
.nav-tabs > li > a {	
	border-radius:0;
	color:#fff;
	padding:22px 22px 20px;
	margin-right: 0px;
	line-height: 1.42857143;
	border: 0px solid transparent;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a.active:hover {	
	color: #02b14a;
	border-color: #fff #fff #fff;
	border-radius:0;
	/*background-color:#fff; */
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.nav-tabs > li > a.active {
	color: #fff;
	border-radius:0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}


/*===========================
  slider
============================ */
#main-slider {
	margin-top:80px;
}
@media (max-width: 768px) { 
	#main-slider {
		margin-top:40px;
	}
}
#main-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 0px;
}

#main-slider .carousel .slide-margin{
  margin-top: 80px;
}

#main-slider .carousel h2 {
  color: #fff;
  text-transform:uppercase;
  font-size:50px;
  font-weight:800;
}

#main-slider .carousel h2 span {
  color: #02b14a;
}

#main-slider .carousel h2 span spani {
  color: #000;
}

#main-slider .carousel p {
  color: #ddd;
  font-size:25px;
}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #02b14a;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}


#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 1;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 730px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

.feature {
	padding:50px 0px;
}

.text-center i {
    background: #02b14a;
    border-radius: 50%;
    color: #fff;
    font-size: 40px;
    margin-bottom: 5px;
    margin-top: 10px;
    padding: 25px;
}

.text-center h2 {
	margin-top:20px;
	margin-bottom:20px;
	text-transform:uppercase;
	font-size:15px;
	color: #000;
}
.text-center h2 a {
	color: inherit;
}

.hi-icon-effect i.fa:hover {
	background:#fff;
	color: #02b14a;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

#partner {
  background: url(../images/partners/partner_bg.png) 50% 50% no-repeat;
  background-size: cover;
}

#partner {
  color: #fff;
  text-align: center;
  padding:100px 0px;
}

#partner h2 {
  color: #fff;
  font-size:30px;
  font-weight:600;
}

#partner p {
  color: #fff;
  font-size:20px;
  
}

.partners ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.partners ul li{
  display: inline-block;
  float: left;
  width: 20%;
}

.partners ul li a img {
	margin-top:50px;
}

#conatcat-info{
  background: #fff url(../images/contact.png) no-repeat 90% 0;
  padding: 30px 0;
}

.contact-info i{
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 6px;
}

.contact-info h2{
  margin-top: 0;
  color: #000;
}

.contact-info{
  color:#000;
}

/* --- about us --- */
.aboutus {
	padding:50px;
}

.aboutus img {
	border-radius:6px;
}

.aboutus h3 {
	margin-bottom:30px;
	font-weight:800;
}

.aboutus h4 {
	margin-top:30px;
	margin-bottom:30px;
	font-weight:700;
}

.skill h2{
	margin-top:-10px;
	margin-bottom: 25px;
}

.progress-wrap{
  position: relative;
}

.progress .color1,
.progress .color1 .bar-width{
  background: #2d7da4;
}

.progress .color2,
.progress .color2 .bar-width{
  background: #6aa42f;
}

.progress .color3,
.progress .color3 .bar-width{
  background: #ffcc33;
}

.progress .color4,
.progress .color4 .bar-width{
  background: #db3615;
}

.progress, 
.progress-bar {
  height: 15px;
  line-height: 15px;
  background: #e6e6e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  text-align: right;
}

.progress{
  position: relative;
}

.progress .bar-width{
  position: absolute;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  top: -30px;
  border-radius: 2px;
  margin-left: -30px;
}

.progress span{
  position: relative;
}

.progress span:before{
  content: " ";
  position: absolute;
  width: auto;
  height: auto;
  border-width: 8px 5px;
  border-style: solid;
  bottom: -15px;
  right: 8px;
}

.progress .color1 span:before{
  border-color: #2d7da4 transparent transparent transparent;
}

.progress .color2 span:before{
  border-color: #6aa42f transparent transparent transparent;
}

.progress .color3 span:before{
  border-color: #ffcc33 transparent transparent transparent;
}

.progress .color4 span:before{
  border-color: #db3615 transparent transparent transparent;
}


.about {
	background:#eee;
	padding:50px 0px;
}

.about h2 {
	margin-bottom:30px;
}

.about img {
	margin-bottom:30px;
	border-radius:6px;
}

.our-team {
	padding:0 0 30px 0px;
	background:#fff;
}

.our-team h3 {
	border-bottom: 1px solid #ddd;
    font-weight: 800;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.our-team h4 {
    margin-top: 12px;
    margin-bottom: 8px;
    font-weight: 600;
}

.our-team img {
    /*border-radius: 100px;*/
    margin-top: 30px;
    height: 200px;
    width: 200px;
    border: 1px solid #02b14a;
}
.our-team .text-center p {
    margin-bottom: 0px;
}
.lates {
	padding:50px 0px;
}

.lates h2 {
	font-size:20px;
	font-weight:600;
	color:#333;
}

.lates img {
	margin-top:30px;
	border-radius:5px;
}

/* --- footer --- */
.footer {
	background:#02b14a;
	padding:15px 0px;
}

ul.social-network {
	list-style:none;
	margin-top:7px;
	margin-bottom:0px;	
	padding:10px 0px;
	transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

ul.social-network li {
	display:inline;
	margin: 0 18px;	
	font-size:25px;	
}

ul.social-network li a {	
	color:#d0d0d0;	
}
.social-network li:hover .fa-twitter {
  color: #00abf0;
}
.social-network li:hover .fa-facebook {
  color: #39579a;
}
.social-network li:hover .fa-google-plus {
  color: #eb8984;
}
.social-network li:hover .fa-pinterest {
  color: #c9171e; 
}
.social-network li:hover .fa-linkedin {
  color: #0077b5; 
}
.social-network li:hover .fa-youtube-play {
  color: #C84941; 
}
.social-network li:hover .fa-dribbble {
  color: #EA4C89 ; 
}
.social-network li:hover .fa-pinterest-square {
  color: #EA4B49; 
}

.copyright {
	margin-top:0px;
    text-align: left;
    color: #fff;
}

.copyright a {
	color:#fff;
	font-weight:600;
	font-size:12px;
	text-shadow:none;
}

/* --- services --- */
.services {
	padding:50px;
}

.services h3 {
	margin-bottom:30px;
	font-weight:800;
}

.services img {
	border-radius:6px;
}

.sub-services img {
	border-radius:6px;
}

.services p {
	margin-top:30px;
	font-size:13px;
}

.sub-services {
	padding:50px;
	background:#ddd;
}

.sub-services p {
	margin-top:30px;
	font-size:13px;
}

.media-body p {
	margin-bottom:30px;
}

.media ul li {
	list-style:none;
}

.media i {
	color:#02b14a;
	font-size:50px;
}

.media h4 {
	font-size:20px;
	font-weight:600;
	color:#02b14a;
}

/* --- portfolio --- */

#portfolio .center p {
	margin-top:50px;
	margin-bottom:50px;
	font-size:18px;
}

.portfolio-items, 
.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 40px 0;
  padding: 0;
}

.portfolio-filter > li {
  display: inline-block;
}

.portfolio-filter > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid #F2F2F2;
  outline: none;
  border-radius: 3px;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
  color:#fff;
  background: #02b14a;
  border: 1px solid #02b14a;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio-item {
	margin: 0;
	padding:0;
}

.overlay {
	margin-bottom:20px;
}

.overlay a:hover {
	color: #02b14a;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}


/* --- Map --- */
.map{
	position:relative;
	margin-bottom:40px;
}

/* google map */
#google-map{
	position:relative;
	margin-top:10px;
    height: 400px;
    width: 100%;
}

/* --- blog --- */
#blog {
	margin-top:50px;
}

a.btn:hover {
	background-color:#ddd;
	color:#02b14a;
}

.widget {
  margin-bottom: 60px;
  padding-left: 0;
}

.single_comments {
  margin-bottom: 20px;
}

.single_comments img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.single_comments p {
  margin-bottom: 0;
}

.widget .entry-meta span {
  display: inline-block;
  margin-right: 10px;
  color:#333;
}

.widget .entry-meta span a:hover {
	color:#02b14a;
}

.widget h3 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.blog_category{
  list-style:none;
  margin:0;
  padding:0;
}

.blog_category li{
  float:none;
  margin-bottom:20px;
}

.blog_category li a {
  background:#f5f5f5;
  border-radius: 4px;
  color: #888;
  display: inline-block;
  padding: 5px 15px;
}

.blog_category li a:hover{
  background:#02b14a;
  color: #fff;
}

 .badge:before {
  border-color: transparent transparent transparent #02b14a;
  border-style: solid;
  border-width: 10px;
  bottom: -8px;
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
  z-index: -99999;
}

.badge {
  background-color: #02b14a;
  border-radius: 5px;
  color: #fff;
  padding: 8px;
  position: relative;
  left: 60px;
  top: -18px;
  font-weight: normal;
}

.blog_archieve {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.blog_archieve li {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}

ul.blog_archieve li a:hover{
	color:#02b14a;
}

.blog_archieve li:first-child {
  padding-top: 0;
}

ul.gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.gallery li {
  display: block;
  width: 60px;
  padding: 0;
  margin: 0 4px 4px 0;
  float: left;
}

ul.faq {
  list-style: none;
  margin: 0;
}

ul.faq li {
  margin-top: 30px;
}

ul.faq li:first-child {
  margin-top: 0;
}

ul.faq li span.number {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #34495e;
  color: #fff;
  font-size: 24px;
}

ul.faq li > div {
  margin-left: 70px;
}

ul.faq li > div h3 {
  margin-top: 0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-item {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 50px;
}

.blog .blog-item .img-blog {
  border-radius: 5px;
  margin-bottom: 45px;
}

.blog .blog-item .blog-content {
  padding-bottom: 25px;
}

.blog .blog-item .blog-content h2 {
  margin-top: 0;
  font-size: 30px;
}

.readmore{
  margin-top: 0;
}

.blog .blog-item .blog-content h4 {
	margin-bottom: 40px;
	font-weight: 600
 }

.blog .blog-item .blog-content p {
	font-size: 13px;
}

.blog .blog-item .entry-meta {
  border-radius: 5px;
  overflow: hidden;
}

.blog .blog-item .entry-meta > span {
  background: #f5f5f5;
  border-top: 1px solid #fff;
  display: block;
  font-size: 12px;
  overflow: hidden;
  padding: 5px;
  text-align: left;
}

#publish_date {
  background: #02b14a;
  border-bottom: 5px solid #4e4e4e;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

.blog .blog-item .entry-meta > span {
  color: #ccc;
}

.blog .blog-item .entry-meta > span a {
  font-size: 12px;
  margin-left: 3px;
  font-weight: 300;
  color: #888;
}

ul.pagination > li > a {
  border: 1px solid #F1F1F1;
  margin-right:5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 14px;
  color:#02b14a;
}

ul.pagination > li > a i{
  margin-left:5px;
  margin-right:5px;
}

ul.pagination > li.active > a, 
ul.pagination > li:hover > a {
  background-color: #02b14a !important;
  border-color: #02b14a !important;
  color: #fff;
}

.search_box {
  background-position: 314px 15px;
  background-repeat: no-repeat;
  border-color: #DEDEDE;
  height: 48px;
  outline: medium none;
  box-shadow: none;
}

.form-control:focus {
  box-shadow:none;
  outline: 0 none;
}

ul.tag-cloud, 
ul.sidebar-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tag-cloud li{
    display: inline-block;
    margin-bottom: 3px;
}

.tag-cloud li a {
  background: #f5f5f5;
  color: #888;
  border: 0;
  border-radius: 4px;
  padding: 8px 15px;
}

.tag-cloud li a:hover{
  background:#02b14a;
  color: #fff;  
}

.sidebar-gallery li{
  display: inline-block;
  margin: 0 10px 10px 0;
}

.sidebar-gallery li a {
  border-radius: 4px;
  display: inline-block;
}

/* --- contact --- */
#contact-page{
  padding-top: 0;
  background:#fff;
  margin-bottom:50px;
}

#contact-page .contact-form 
.form-group label {
  color: #4E4E4E;
  font-size: 14px;
  font-weight: 300;
}

.form-group .form-control {
  padding: 7px 12px;
  border-color:#ddd;
  box-shadow: none;
}


.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

#contact-page .contact-wrap {
  margin-top: 20px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
  text-align:center;
}
.center p{
   text-align:center;
}

.btn-lg:hover {
	color:#02b14a;
	background:#ddd;
}

a.scrollup{
    color:#02b14a;
	height:40px;
	width:40px;
	font-size:12px;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:30px;
	right:40px;	
	opacity:0,5;
	border-radius:50%;
	z-index:999;
	background: #ddd;
}
a.scrollup:hover{
	opacity:1;
	background-color:#ddd;
	color:#02b14a;
}
label {
    color: #000;
    font-weight: normal;
}
.recent-work-inner h3 {
    font-size: 18px;
}
.no-margin-top {
    margin-top: 0;
}

#main-slider .carousel h2.wel {
    margin-bottom: 100px;
    text-align: center;
}
.new-s {
    background: #fff;
    border-radius: 5px;
    opacity: 0.7;
    padding: 30px;
}
#main-slider .carousel p.slug {
    line-height: 38px;
    color: #3399FF;
    text-align: center;
    margin-bottom: 40px;
}
#main-slider .carousel p.slug-2 {
    color: #3399FF;
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 0;
    text-align: center;
}

/*--- Start New carousel --*/
.slide-wrapper {
	margin-top:171px;
}
@media (max-width: 768px) { 
	#breadcrumb {
	    margin-top: 211px;
	}
	.slide-wrapper {
	    margin-top: 209px;
	}
}
.slide-wrapper .item {
  height:405px;
  width:100%;
  background-position:center center;
  background-size:cover;
}
/*------------------------------ vertical bootstrap slider----------------------------

.carousel-inner> .item.next ,  .carousel-inner > .item.active.right{ transform: translateY(100%); -webkit-transform: translateY(100%); -ms-transform: translateY(100%);
-moz-transform: translateY(100%); -o-transform: translateY(100%);  top: 0;left:0;}
.carousel-inner > .item.prev ,.carousel-inner > .item.active.left{ transform: translateY(-100%); -webkit-transform: translateY(-100%);  -moz-transform: translateY(-100%);
-ms-transform: translateY(-100%); -o-transform: translateY(-100%); top: 0; left:0;}
.carousel-inner > .item.next.left , .carousel-inner > .item.prev.right , .carousel-inner > .item.active{transform:translateY(0); -webkit-transform:translateY(0);
-ms-transform:translateY(0);-moz-transform:translateY(0); -o-transform:translateY(0); top:0; left:0;}
*/
/*------------------------------- vertical carousel indicators ------------------------------
.carousel-indicators{
position:absolute;
top:0;
bottom:0;
margin:auto;
height:20px;
right:10px; left:auto;
width:auto;
}
.carousel-indicators li{display:block; margin-bottom:5px; border:1px solid #00a199; }
.carousel-indicators li.active{margin-bottom:5px; background:#00a199;}
*/
/*-------- Animation slider ------*/

.carousel-inner {
    margin-top: 10px;
}
.welcome-content {
    position: absolute;
    width: 100%;
    top: 0;
}
.bottom-content {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.slide-wrapper .carousel h2 {
    color: red;
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
}
.slide-wrapper .carousel h2.wel {
    text-align: center;
}
.slide-wrapper .new-s {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0px;
    opacity: 1;
    padding: 7px 10px 5px;
}
.slide-wrapper .carousel p.slug {
    line-height: 26px;
    color: #fff;
    text-align: right;
    margin-bottom: 0px;
    font-size: 18px;
}
.slide-wrapper .carousel p.slug-first {
    text-align: right;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 0px;
}
.slide-wrapper .carousel p.slug-2 {
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
}

.slide-wrapper .carousel h2 span {
    color: #02b14a;
}
.slide-wrapper .carousel .slide-margin {
    margin-top: 0px;
}
.slide-wrapper .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

.slide-wrapper .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

.slide-wrapper .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

.slide-wrapper .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}
/*--- End New carousel --*/


.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #02b14a;
}
.mission-vision {
    margin-bottom: 20px;
}

/*-- Sub Sub menu--*/
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-sub-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-sub-menu {
    display:block;
}
.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:#cccccc;
    margin-top:5px;
    margin-right:-10px;
    color: #000;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-sub-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;
}
.dropdown-sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 13px;
  text-align: left;
  list-style: none;
  background-color: #fff !important;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-sub-menu > li > a {
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-sub-menu > li > a:hover,
.dropdown-sub-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-sub-menu > .active > a,
.dropdown-sub-menu > .active > a:hover,
.dropdown-sub-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #02b14a;
  outline: 0;
}

ul.dropdown-menu li:hover .dropdown-sub-menu a:hover {
	background-color: #02b14a !important;
	color: #fff;
}
/*-- Sub Sub menu--*/




.recent-work-wrap {
    border: 1px solid #999;
    border-radius: 10px;
    box-shadow: 0px 3px 2px #000;
    margin: 5px;
    opacity: 0.8;
    padding: 0px;
	text-align: center;
}
.recent-work-wrap:hover {
    border: 1px solid #02b14a;
    box-shadow: 0px 3px 2px #02b14a;
    opacity: 1;
}
.overlay {
    margin-bottom: 0px;
}
.recent-work-inner h3 {
    font-size: 13px;
    background: #02b14a;
    margin: 5px 0 0;
    padding: 5px;
}
.recent-work-inner h3 a, .recent-work-inner h3 a:hover {
    color: #fff;
}

.recent-work-inner p.website {
    margin: 0 0 0px;
    background: #e61e26;
}
.recent-work-inner p.website a {
    color: #fff;
}
.recent-work-inner p.mobile {
    margin: 0 0 0px;
    background: #0073ba;
    color: #fff;
}
.recent-work-inner p.district {
    margin: 0 0 5px;
    background: #00a651;
    color: #fff;
    font-weight: bold;
}
.navbar-fixed-top {
    border-width: 0 0 0px;
}
.navbar {
    min-height: 46px;
    margin-bottom: 0px;
    border: 0px solid transparent;
    border-radius: 0px;
}
.logo {
    padding: 5px 0;
    background: #fff;
}
.logo img {
    width: 108px;
    height: 92px;
    float: left;
}
.logo .company-name {
    float: left;
    margin-left: 30px;
}
.logo h1 {
    color: #02b14a;
    margin: 10px 0 5px 0px;
    font-size: 26px;
}

@media (max-width: 768px) { 
	.logo{
	    text-align: center;
	}
	.logo img {
	    width: 60px;
	    height: 50px;
	    float: none;
	}
	.logo .company-name {
	    float: none;
	    margin-left: 0px;
	}
	.logo h1 {
	    color: #02b14a;
	    margin: 10px 0 5px 0px;
	    font-size:20px;
	}
	.logo h5 {
	    margin: 0px;
	}
	.contact-info h2 {
	    font-size: 20px;
	}
	.copyright {
	    text-align: center;
	}
	.nav-tabs > li {
	    width: 100%;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	    color: #fff;
	}
}

.notice {
    color: #000;
    margin: 35px 0 10px;
}
.our-team h4 {
    font-size: 14px;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    letter-spacing: 1px;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background: darkred;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>li>a.active {
    color: #fff;
    background: darkred;
}

/*---Home page notice board---*/
.notice-title h3, .visitor-title h3 {
    background: #02b14a;
    padding: 8px 10px;
    margin: 10px 0 0;
    color: #fff;
    font-size: 20px;
}
.notice-content .marquee {
    height: 164px;
    background: #eee;
    overflow: hidden;
    padding: 0 10px;
}
.notice-content .marquee li {
    margin-bottom: 5px;
    text-align: justify;
    list-style-type: square;
    color: red
}
.notice-content .marquee li a {
    color: #222;
}
.notice-content .marquee li a:hover {
    color: #02b14a;
}
.notice-content .marquee li a i.fa {
    color: #ff1919;
}
.visitor-content{
	background: #eee;
	color: #000;
}
.visitor-content .table>tbody>tr>td {
    padding: 3px 10px;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}
.visitor-content h3.hit {
    margin: 0px;
    color: #02b14a;
}
ul.top-menu {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.top-menu li {
    float: left;
    margin-left: 5px;
}
ul.top-menu li .btn {
    margin-top: 0px;
}
@media (min-width: 768px){
.carousel-indicators {
    bottom: 15px;
}
}
.carousel-indicators {
    margin-bottom: 0px;
}
.carousel-indicators li {
	width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #979797;
    margin: 0;
}
.carousel-indicators .active {
	width: 15px;
    height: 15px;
    background-color: darkred;
    border-color: darkred;
}
.bootstrap-select .btn.btn-default {
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    text-transform: none;
    font-size: inherit;
    border-radius: 4px;
    margin-left: 0px;
    margin-top: 0px;
}
.manage-c .carousel-inner {
    margin-top: 0px;
}
.slide-wrapper .manage-c .item {
    height: auto;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background: #eee;
    padding: 10px;
}
.slide-wrapper .manage-c .item img {
    width: 180px;
    height: 200px;
}
.slide-wrapper .manage-c .item h3 {
    margin: 6px 0 5px;
    font-size: 16px;
}
.slide-wrapper .manage-c .item p {
    color: #333;
    font-size: 13px;
    margin: 0px;
    line-height: 13px;
}
.management-message img {
    width: 180px;
    height: 200px;
    float: left;
    border: 1px solid #ddd;
    margin: 20px 25px 15px 0;
    padding: 3px;
}
.management-message h3 {
    margin: 30px 0 10px;
}
.domain-content .table {
    margin-bottom: 0px;
}
.important-link ul {
    margin: 0px;
    padding: 5px 5px 5px 26px;
}
.important-link ul a:hover {
    color: #333;
}
.importants ul {
    margin-top: 10px;
    margin-bottom: 10px;
    list-style: square;
    color: #000;
}
.importants ul a {
    color: #333;
}