body{
	
}

ul, li{
	list-style-type:none;
}

.top-bar {
    background-color: #333;
    color: #fff;
}
.contact p {
    padding: 10px 0;
    margin: 0;
}
.social p {
    padding: 10px 0;
    margin: 0;
    float: right;
}
p {
    font-size: 17px;
    line-height: 30px;
    text-align: justify;
}


.navbar-default .navbar-nav>.active>a {
    color: #555;
    background-color: #fff;
}
.navbar-default .navbar-collapse{
    border-color: #fff;
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
}
.navbar-brand>img {
   padding-top: 21px; 
}
.navbar-default .navbar-nav>li>a {
        color: #333;
    text-decoration: none;
    padding:41px 30px;
    line-height: 28px;
    text-transform: uppercase;
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: bold;
}
.navbar {
    height: 116px;
}
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:hover {
    background-color: #fff;
    border-bottom: 3px solid #009da0;
}

.navbar {
	margin-bottom: 0; 
 }
.text-area h1{
	text-align: center;
	padding-top: 38px;
}
.text-area p{
	font-size: 1.412em;
	text-align: center;
	padding-bottom: 50px;
    line-height: 26px;
}
.heading{   
    background: #0badb0;
    margin: 24px 0;
}

.heading h2{   
   font-size: 2.353em;
    text-align: center;
    padding-top: 27px;
    padding-bottom: 27px;
    border-top: 1px solid #18879f;
    border-bottom: 1px solid #18879f;
    line-height: 41px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0;
}
.address p, .footer-add p {
    line-height: 20px;
}

/*product style start*/

.product_box {
    margin: 30px 0;
}
p.services_box_rect_head{
    padding:157px 0px 10px 21px;
    font-size: 1.235em;
    font-family:'robotomedium', sans-serif;
    overflow:hidden;
    text-align:center;
    width: 223px;
}
p.services_box_rect_para{
    text-align:justify;
    padding-left:18px;
    padding-right:18px;
    overflow: hidden;
	font-size: 16px;
	
}
.rect_box {
    overflow: hidden;
    margin-top: -130px;
    background: #099496;
    width: 265px;
    border-bottom:6px solid #0dabce;
}
p.services_box_rect_head a{
    padding: 157px 0px 10px 21px;
    font-size: 16px;
    overflow: hidden;
    text-align: center;
    width: 223px;
	font-weight: bold;
}

.rect_box p, .rect_box p a{
    color: white;
}


.ch-grid {
    margin: 0px 0 0 0;
    /* padding: 0; */
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
    z-index:1000;
}
.ch-grid:after,
.ch-item:before {
    content: '';
    display: table;
}
.ch-grid:after {
    clear: both;
}
ul.ch-grid > li {
    margin-bottom:50px;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
}
.ch-grid ul {
    display: table;
}
/****style5****/
.ch-item {
    border-radius: 50%;
    border: solid #1B4046;
    position: relative;
    cursor: default;
    box-shadow: 
        inset 0 0 0 0 rgba(200,95,66, 0.4),
        inset 0 0 0 16px rgba(255,255,255,0.6),
        0 1px 2px rgba(0,0,0,0.1);

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ch-img-bg {
    background-size:259px 259px !important;
    border-radius:50%;
    height: 265px;
    width: 265px;
}

.ch-img-bg img{
    border-radius: 50%;
    width: 259px;
    height: 259px;
    text-align: center;
}
.ch-img { 
    background-size:259px 259px;
    border-radius:50%;
    height: 259px;
}

.ch-img img{
    border-radius: 50%;
    width: 259px;
    height: 259px;
    text-align: center;
}
.ch-info {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden; /*for a smooth font */

}



.ch-item:hover {
    box-shadow: 
        inset 0 0 0 110px rgba(200,95,66, 0.4),
        inset 0 0 0 16px rgba(255,255,255,0.8),
        0 1px 2px rgba(0,0,0,0.1);
}

.ch-item:hover .ch-info {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);	
}

.btn-primary {
    background: #26bbbe;
    border-bottom: 4px solid #033132;
    border-radius: 7px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #05898b;
    border-color: #033132;
}

@media only screen and (max-width: 1199px) and (min-width: 992px){
.ch-img-bg {
    background-size: 220px 220px !important;
    border-radius: 50%;
    height: 220px;
    width: 220px;
    margin-left: -1px;
}
.rect_box {
    width: 218px;
}

.ch-img-bg img{
    border-radius: 50%;
    width: 214px;
    height: 214px;
    text-align: center;
}
}




/*products styles end*/

.form-control {
    border: 2px solid #2abbbe;
    height: 50px;
}
#contact .btn{
	padding: 10px 25px;
    font-weight: bold;
}
 textarea.form-control {
    height: 250px;
}
.anchor_border,.anchor_bordera {
    position: relative;
}

.anchor_a {
    position: absolute;
    width: 100px;
    bottom: 0;
    border-bottom: 1px solid #f1531c;
    padding-bottom: 15px;
    cursor: text;
    color: inherit;
}
.anchor_b {
    position: absolute;
    width: 100px;
    bottom: 0;
    border-bottom: 1px solid #f1531c;
    padding-bottom: 15px;
    cursor: text;
    color: inherit;
}

/*.address h4 {
    padding-bottom: 16px;
    border-bottom: 1px solid #edebf0;
    margin-bottom: 19px;
    font-size: 1.412em;
}*/
.anchor_border {
    padding-top: 10px;
}

/*footer-start*/
footer{
	padding-top: 30px;
}
.top_footer{
	padding-top: 52px;
    background: #111;
    overflow: hidden;
    color: #d8d4d4;
    padding-bottom: 50px;
}

.footer-about p{
  text-align: justify;
}
.work ul{
  padding-left: 0;
}

.work ul li {
    background: url(images/footer-li-col.png) no-repeat 0 12px;
    padding-left: 18px;
    display: block;
    padding-bottom: 8px;
    font-size: 15px;
}

.copyright p {
    font-size: 1.235em;
    padding: 5px 0;
    margin: 0;
}
.map{
	border: 1px solid #cecece;
    overflow: hidden;
    margin-bottom: 70px;
    padding: 10px;
 }
 .cd-top {
    background: #26bbbe;
}
@media only screen and (min-width: 1024px){

}
	.cd-top {
     font-size: 20px;
    line-height: 44px;
    background: #18879f;
    color: #fff;
    padding: 0px 13px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: none;

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

	.navbar-default .navbar-nav>li>a {
		padding: 35px 10px;
	}
	.navbar-brand>img {
    width: 80%;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.contact p {
		text-align: center;
	}
	.navbar-brand {
		padding: 5px 15px;
	}
	.navbar-brand>img {
      padding-top: 0;
	}
	.navbar {
		height: initial;
	}
	li.item {
    width: 260px;
    overflow: hidden;
    text-align: center;
    padding: 0;
    margin: 0;
    display: inline-table;
	}
	.navbar-default .navbar-nav>li>a {
    padding:5px 15px;
    float: left;
	}
	.nav {
    padding-left: inherit;
	}
	.navbar-nav {
    margin: 0 auto;
    
	}
	.navbar-default .navbar-nav {
    text-align:center;
	}
	
	.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:hover {
    border:0;
}

}

/* Portrait phones and smaller */
@media (max-width: 480px) {

}