﻿body{
	font-size:14px;
	font-weight:300;
	line-height:30px;
	font-family: 'Open Sans', sans-serif;

	margin-top:50px;
	color:#414141;
	overflow-x:hidden;
		background-color:#e8eae9;
}
.line{
margin:0px;
margin-top:10px;
}

ul{
	margin:0;
	padding:0;
}

li{
	list-style:none;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}

img{
	max-width:100%;
}

h1, h2, h3, h4, h5, h6{
	font-weight:bold;
	text-rendering:optimizelegiblity;
	-webkit-font-smoothing:antialiased;
	margin:0;
	padding:0;
	font-family: 'Montserrat', sans-serif;
}

p{
	margin:0;
	padding:0;
	line-height:26px;
	font-size:14px;
	margin:8px 0;
}

h3{
	font-size:30px;
}

/*Color

Blue: #00bcd4;
Body Color: #414141;
icon color: #a1a1a1;


*/



/*Top Navbar*/
.navbar-inverse {
  background-color: #fff;
  border-color: transparent;
  padding:1px 0;
}

ul.navbar-nav li a{
	font-family: inherit;
	font-weight: 500 !important;
	color:#fff !important;
	/*font-size:14px  !important;*/
}

.is-sticky .main-menu{
	z-index:9999999 !important;
	position:absolute;
	background:#000;
}

.is-sticky .main-menu .navbar-inverse{
	/*background-color:#4c4c4c;*/
	background-color: #000
	transition:0.4s;


}




/*Top Navbar*/


/*Header*/
.carousel-caption {

}

.carousel-caption h1 {

  line-height: auto;

}

.slider-btn {
  margin-top: 21px;
}

.indicatior2{
	top:90% !important;
}

.btn.btn-learn {
  background: #00bcd4 none repeat scroll 0 0;
  border-radius: 50px;
  color: #fff;
  font-weight: 500;
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

/*Header*/

/* About */


.btn.btn-read-more {
  background: #00bcd4 none repeat scroll 0 0;
  border-radius: 50px;
  -moz-border-radius:50px;
  -webkit-border-radius:50px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 9px 21px;
}

.about-text{
	margin-top:70px;
}

/* About */



/*Awards*/
#awards{
	background:#f5f5f5;
}

.award-win{
	background:#00bcd4;
	padding:60px 10px;
	color:#fff;
	text-align:center;
}

.trophy i{
	font-size:50px;
	color:#fff;
}

.progress-bar-custom{
	margin-bottom:60px;
}

.progress-bar-custom h5{
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:15px;
}

.progress {
  background-color: #ebebeb;
  height: 29px;
  overflow: hidden;
  border:1px solid #c4c4c4;
}

.progress-bar {
  background-color: #00bcd4;
  line-height: 27px;
}

/*Awards*/


/*Services*/
.title h3{
	text-align:center;
}

.title h3 span{
	color:#00bcd4;
}

.title{
	margin-bottom:10px;
}

#features{
	background:#f5fcfd;
}

.feature-icon i{
	font-size:50px;
	color:#a1a1a1;
}

.feature-text h4{
	font-size:16px;
	text-transform:uppercase;
}

.feature-text p{
	margin:5px 0;
}

.feature-text a{
	font-size:13px;
	color:#00bcd4;
	text-transform:uppercase;
	font-weight:500;
	font-family: 'Montserrat', sans-serif;
}

.single-feature{
	margin-bottom:30px;
}

/*Services*/


/*Featured Work*/
.featured-list{
	width:100%;
	margin:auto;
}

.featured-list #grid {
  width: 100%;
}

.featured-list #grid .thumb {
  float: left;
  height: auto;
  margin: 0;
  width: 25%;
}

.protfolio-padding{
	padding-top:70px;
}

.thumb {
  line-height: 0;
  overflow: hidden;
  position: relative;
}

.thumb a {
  display: inline-block;
  float: left;
  height: 100%;
  line-height: 0;
  text-decoration: none;
  width: 100%;
}

.thumb img, .thumb a img {
  display: block;
  position: relative;
  width: inherit;
}

.thumb-rollover{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	box-sizing:border-box;
	background:#00bcd4;
	opacity:0.9;
	text-align:center;
	color:#fff;
	display:none;
	transition:0.2s;
}

.project-title{
	text-align:center;
	margin:auto;
	width:auto;
	margin-top:30%;
	transition:0.2s;
}

.project-title h4{
	font-size:18px;
	line-height:30px;
	text-transform:uppercase;
}

.project-title h5{
	font-size:12px;
	text-transform:uppercase;
}

.thumb:hover .thumb-rollover{
	display:block;
	transition:0.2s;
}
/*Featured Work*/



/*Testimonials*/
.testimonials-padding{
	padding-bottom:70px;
}

#testimonials{
	background-color:#90A3B3;
	background:url(../img/hospital.jpg) 50% 0 repeat fixed;
	min-height:570px;
	color:#fff;
	text-rendering:optimizelegiblity;
	-webkit-font-smoothing:antialiased;
	padding:70px 0;
}

.text{
	background:#f4f4f4;
	text-align:left;
	padding:25px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.text p{
	color:#414141;
}

.profile-image{
	margin:0 auto;
	text-align:center;
	margin-top:30px;
}

.profile-image img{
	height:100px;
	width:100px;
	border-radius:500px;
	-moz-border-radius:500px;
	-webkit-border-radius:500px;
	margin-bottom:10px;
}

.profile-image h4{
	font-size:18px;
	color:#00bcd4;
	text-transform:uppercase;
	line-height:22px;
	font-weight:normal;
}

.profile-image p{
	font-size:14px;
	font-weight:normal;
	margin:0;
}


.carousel-indicators {
  top: 105%;
}



.carousel-indicators li {
 background-color: rgb( 199, 199, 199 );
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  width: 10px;
}

/*Testimonials*/



/*Blog*/
#blog{
	background:#f7f7f7;
}

.single-blog img{
	margin-bottom:15px;
}

.single-blog{
	margin-bottom:15px;
}

.single-blog a{
	text-decoration:none;
	color:#414141;
}

.read-more a{
	font-size:13px;
	font-weight:normal;
	text-transform:uppercase;
	color:#00bcd4;
	font-family: 'Montserrat', sans-serif;
}

/*Blog*/


/*Footer*/
footer{
 
	padding:5px 0;
	color:#f8f8f8;
	border-top:#CCCCCC solid 1px;
 
 background-color:#FFFFFF;
}


 .footerlinks, .custom-rte{
background-color:#FFFFFF;
}
.single-footer h4{
	font-size:16px;
	font-weight:400;
	text-transform:uppercase;
	margin-bottom:10px;
}

ul.projects li {
  display: inline-block;
  margin-bottom: 4px;
  width: 32%;
}

.copyright{
	background:#fff;
	padding:10px 0;
	color:#000;
}

.footer-menu ul li{
	display:inline-block;
	padding-left:5px;
}

.footer-menu ul li a{
	font-size:14px;
	font-weight:normal;
	color:#aaaaaa;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
}

.social ul li{
	display:inline-block;
	padding-left:5px;
}

.social ul li a i{
	height:35px;
	width:35px;
	background:#b8baba;
	text-align:center;
	color:#ffffff;
	line-height:35px;
	font-size:18px;
	border-radius:500px;
}

.footer-menu.pull-right {
  margin-top: 7px;
}

.social {
  margin-top: 4px;
}

.my-form {
  height: 45px;
  border-radius: 0px;
  background: #d4d4d4;
  color: #969696;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight:500;
}

.btn.btn-subscribe {
  background: #00bcd4 none repeat scroll 0 0;
  border-radius: 0;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  height: 45px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

/*Footer*/



/*Pricing*/
.pricing{
	padding:70px 0;
}
		.panel.price,
		.panel.price>.panel-heading{
			border-radius:0px;
			border-bottom: 5px solid
#0a3e49;
			 -moz-transition: all .3s ease;
			-o-transition:  all .3s ease;
			-webkit-transition:  all .3s ease;
		}
		.panel.price:hover{
			box-shadow: 0px 0px 30px rgba(0,0,0, .2);
		}
		.panel.price:hover>.panel-heading{
			box-shadow: 0px 0px 30px rgba(0,0,0, .2) inset;
		}


		.panel.price>.panel-heading{
			box-shadow: 0px 5px 0px rgba(50,50,50, .2) inset;
		}

		.price .list-group-item{
			border-bottom-:1px solid rgba(250,250,250, .5);
		}

		.panel.price .list-group-item:last-child {
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
		}
		.panel.price .list-group-item:first-child {
			border-top-right-radius: 0px;
			border-top-left-radius: 0px;
		}

		.price .panel-footer {
			color: #fff;
			border-bottom:0px;
			background-color:  rgba(0,0,0, .1);
			box-shadow: 0px 3px 0px rgba(0,0,0, .3);
		}


		.panel.price .btn{
			box-shadow: 0 -1px 0px rgba(50,50,50, .2) inset;
			border:0px;
		}

	/* green panel */


		.price.panel-green>.panel-heading {
			color: #fff;
			background-color: #07a7bb;
		}


		.price.panel-green>.panel-body {
			color: #fff;
			background-color: #00bcd4;
		}


		.price.panel-green .list-group-item {
			color: #333;
			font-weight:600;
		}
		
		.list-group-item{
			color:#3f3e3e ;
		}



		/* grey price */


		.price.panel-grey>.panel-heading {
			color: #fff;
			background-color: #6D6D6D;
		}


		.price.panel-grey>.panel-body {
			color: #fff;
			background-color: #808080;
		}


		.price.panel-grey .list-group-item {
			color: #333;
			background-color: rgba(50,50,50, .01);
			font-weight:600;
		}

		/* white price */


		.price.panel-white>.panel-heading {
			color: #333;
			background-color: #f9f9f9;
		}

		.panel.panel-white.price:hover>.panel-heading{
			box-shadow: 0px 0px 30px rgba(0,0,0, .05) inset;
		}

		.price.panel-white>.panel-body {
			color: #fff;
			background-color: #dfdfdf;
		}

		.price.panel-white>.panel-body .lead{
			color:#666;
		}

		.price:hover.panel-white>.panel-body .lead{
			color:#333;
		}

		.price.panel-white .list-group-item {
			color: #333;
			background-color: rgba(50,50,50, .01);
			font-weight:600;
		}

		.btn.btn-lg.btn-block.btn-success {
		  background: #00bcd4 none repeat scroll 0 0;
		  border: 1px solid #00bcd4;
		  color: #fff;
		  font-size: 16px;
		  font-weight: 600;
		}

		.btn.btn-lg.btn-block.btn-primary {
			background: #6d6d6d none repeat scroll 0 0;
			border: 1px solid #6d6d6d;
			color: #fff;
			font-size: 16px;
			font-weight: 600;
		}

/*Pricing*/




/*Blog*/
.blog-single{
	margin-top:140px;
	margin-bottom:70px;
}

.single-blog h3{
	font-size:28px;
	font-weight:bold;
	margin-bottom:20px;
	line-height:35px;
}

.single-blog{
	margin-bottom:40px;
}

.blog-info{
	padding:10px 5px;
	border:1px solid #e1e1e1;
	overflow:hidden;
}
.blog-info ul{
	float:left;
}
.blog-info ul li{
	display:inline-block;
	padding:0 10px;
	border-right:1px solid #e1e1e1;
}

.blog-info ul li a{
	font-size:12px;
	color:#414141;
	text-transform:none;
}


/* ===============================
15. Aside, sidebar
================================ */

aside{
	position:relative;
	margin-bottom:40px;
}

.sidebar-nav{
	float:left;
	width:100%;
}

.right-sidebar{
	border-left:1px solid #f5f5f5;
	padding:0 0 0 30px;
-webkit-box-shadow:inset 1px 0 0 0 rgba(0,0,0,.01);
box-shadow:inset 1px 0 0 0 rgba(0,0,0,.01);

}


.left-sidebar{
	border-right:1px solid #f5f5f5;
	padding:0 30px 0 0;
-webkit-box-shadow:inset 1px 0 0 0 rgba(0,0,0,.01);
box-shadow:inset 1px 0 0 0 rgba(0,0,0,.01);
}


.left-sidebar .widget h3, .left-sidebar .widget .widget-content{
	padding-right:20px;
}



aside .widget {
	margin-bottom:40px;
}


ul.cat, ul.recent, ul.folio-detail, ul.contact-info{
	margin:0;
	padding:0;
	list-style:none;
}

ul.cat li, ul.recent li, ul.folio-detail li, ul.contact-info li {
  list-style: outside none none;
  margin: 0 0 8px;
}

ul.cat li a, ul.folio-detail li a{
	color:#656565;
}

ul.folio-detail li label{
	display:inline;
	cursor:default;
	color:#353535;
	font-weight:bold;
}

.widget ul.recent li {
	margin-bottom:20px;
}

ul.recent li h6 {
	margin:0 0 10px 0;
}

ul.recent li h6 a{
	color:#353535;
	font-size:16px;
	font-weight:600;
}


.widget ul.tags {
	list-style:none;
	margin:0;
	margin-left: 0;
	padding-left:0;
}

.widget ul.tags li {
	margin:0 5px 15px 0;
	display:inline-block;
}


.widget ul.tags li a {
	background:#e6e6e6;
	color:#333;
	padding:5px 10px;
}

.widget ul.tags li a:hover {
	text-decoration:none;
	color:#fff;
}

aside .widgetheading {
	position: relative;
	border-bottom: #e9e9e9 1px solid;
	padding-bottom: 9px;
}

ul.cat, ul.recent, ul.folio-detail, ul.contact-info {
  list-style: outside none none;
  margin: 15px 0 0;
  padding: 0;
}


.blog-thumb-image {
  margin-right: 15px;
}

aside .widgetheading {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 17px;
  padding-bottom: 9px;
  position: relative;
}

.widget ul.tags li a:hover {
  background: #00bcd4 none repeat scroll 0 0;
  color: #ffffff;
  padding: 5px 10px;
}

/*Blog*/


/* --- pagination --- */

#pagination a,
#pagination span {
    display: block;
    float: left;
    margin: 0 7px 0 0;
    padding: 7px 10px 6px 10px;
    font-size: 12px;
    line-height:12px;
    color: #888;
	font-weight:600;
}

#pagination a:hover {
    color: #fff;
	text-decoration:none;
}

#pagination span.current {
    background: #333;
    color: #fff;
    font-weight: bold;
}

#pagination a:hover{
  color: #fff;
  background:#00bcd4;
}



/*============================
 Forms
============================= */

/* --- contact form  ---- */
form#contactform input[type="text"] {
  width: 100%;
  border: 1px solid #c6c6c6;
  min-height: 40px;
  padding-left:20px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom:20px;
}

form#contactform textarea {
border: 1px solid #c6c6c6;
  width: 100%;
  padding-left:20px;
  padding-top:10px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

}

form#contactform .validation {
	font-size:11px;
}

#sendmessage {
	border:1px solid #e6e6e6;
	background:#f6f6f6;
	display:none;
	text-align:center;
	padding:15px 12px 15px 65px;
	margin:10px 0;
	font-weight:600;
	margin-bottom:30px;

}

#sendmessage.show,.show  {
	display:block;
}

/* --- comment form ---- */
form#commentform input[type="text"] {
  width: 100%;
  min-height: 40px;
  padding-left:20px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	-webkit-border-radius: 2px 2px 2px 2px;
		-moz-border-radius: 2px 2px 2px 2px;
			border-radius: 2px 2px 2px 2px;

}

form#commentform textarea {
  width: 100%;
  padding-left:20px;
  padding-top:10px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	-webkit-border-radius: 2px 2px 2px 2px;
		-moz-border-radius: 2px 2px 2px 2px;
			border-radius: 2px 2px 2px 2px;
}

.contact h4{
	margin-bottom:20px;
}

.contact{
	padding-bottom:70px;
}

.btn.btn-theme.margintop10 {
  background: #00bcd4;
  color:#fff;
}


/* --- search form --- */
.search{
	float:right;
	margin:35px 0 0;
	padding-bottom:0;
}

#inner-headline form.input-append {
	margin:0;
	padding:0;
}

/* --- Map --- */
.map{
	position:relative;
	margin-top:-50px;
	margin-bottom:40px;
}

.map iframe{
	width:100%;
	height:450px;
	border:none;
}

.map-grid iframe{
	width:100%;
	height:350px;
	border:none;
	margin:0 0 -5px 0;
	padding:0;
}



/*FAQ*/
#faq{
	padding:70px 0;
	background:#F7F7F7;
}

.faqHeader {
        font-size: 27px;
        margin: 20px;
    }

    .panel-heading [data-toggle="collapse"]:after {
        font-family: 'Glyphicons Halflings';
        content: "\e072"; /* "play" icon */
        float: right;
        color: #F58723;
        font-size: 18px;
        line-height: 22px;
        /* rotate "play" icon from > (right arrow) to down arrow */
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .panel-heading [data-toggle="collapse"].collapsed:after {
        /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #454444;
    }

	h4.panel-title{
		font-weight:normal;
		font-size:15px;
		font-family: 'Open Sans', sans-serif;
	}

	.panel {
	  background-color: #fff;
	  border: 1px solid #ddd;
	  border-radius: 0px;
	  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	  margin-bottom: 20px;
	}

	.panel-default > .panel-heading {
	  background-color: #fff;
	  border-color: #ddd;
	  color: #414141;
	}
/*FAQ*/

.navbar-toggle {
  background-color: #353535;
}

#contact-us{
	padding:70px 0;
}

/*.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}
*/


.dropdown-menu{
	background-color:#000000;
	color: #fff;
}

.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #fff;
  padding: 3px 5px;
}
/*.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}*/
.mega-dropdown-menu .dropdown-header {
  font-size: 15px;
  color: #fff;
  padding: 5px 0px 5px 5px;
	font-weight: 600;
}


.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;

}
.left.carousel-control {
  right: 30px;
  left: inherit;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}


.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
	color: #b7bcd0 !important;
	background-color:transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}


ul.navbar-nav ul li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px  !important;
  
    color: #f2f5f6 !important;
}

ul.navbar-nav ul li a:hover{
	color:#00a3e0 !important;
}

.font-styles{
	font-size: 18px !important;

}

.logo-custom{
	height: 30px;
}

.staff{
	font-size: 15px !important;
	font-weight: 600 !important;
}



.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
}


.social ul li a i {
    height: 35px;
    width: 35px;
    background: #b8baba;
    text-align: center;
    color: #ffffff;
    line-height: 35px;
    font-size: 18px;
    border-radius: 500px;
}

.dropdown-custom li a {
	color: #fff !important;
}

.navbar{
	background-color:#000;
	color: #fff !important;
}
.md-container{
	background-color: #e8eae9;
	 
}
.contaner{
	margin:15px !important;
}

.sub-container{
	background-color: #fff;
	color: #000;
	font-weight: 500;
	padding: 8px;
	margin-right: 10px;
}
.sub-container h5{
	margin-top: 15px !important;
	margin-bottom: 15px !important;
	padding-left: 15px;
	font-weight: normal;
}
.sub-container h5 :hover{
	cursor: pointer !important;
}
.center{
	text-align: center;
}

.footer-custom{
	background-color:#000;
	color: #fff;

	font-weight: 500;
}
.border-c{
	border-style: dotted;
	border-color: #fff;
	padding: 20px;
	border-width: .5px;

}
.padd{
	padding-top:  20px;
	padding-bottom: 20px;
}

.sm-container{
	background-image:" ../img/hospital.jpg";
	background:url(../img/hospital.jpg) fixed;
	height: 100px;

}
.col-6-custom{
	background-color: #fff;
	border-left: 10px solid #e8eae9;
	padding: 0px !important;
	margin-top: 10px;
}
.col-6-content{
	padding: 20px;
}
.col-6-content p{
	font-size: 20px;
	color: #000;
	font-weight: 500;
}
.col-6-content span{
	color: #000;
	font-size: 1em;
line-height: 1.4em;
display: block;
max-width: 100%;
margin: .7em auto 0 auto;
font-weight: bolder;
}
.product{
	color: #000000;
	font-weight: bolder;
	font-size:20px;
}
p { cursor: pointer; cursor: hand; }
span { cursor: pointer; cursor: hand !important; }

.sm-1 :hover{
	cursor: pointer;
	cursor: hand !important;

}

.services{
	background-color: #000;
	color: #fff;
	padding: 15px 0px 15px 20px;
	font-weight: 600 !important;
}

.fon{
	font-weight: 500 !important;
}


.number  a i{
	height:35px;
	width:35px;
	background:#fff;
	text-align:center;
	color:#b2b2b2;
	border: 3px solid #b2b2b2;
	line-height:35px;
	font-size:18px;
	font-weight: bold;
	border-radius:500px;
}
.sm-2{
	padding: 30px 10px 0px 10px;
}
.sm-1{
	padding: 20px 10px 0px 10px;

}


.sm-3:hover{
	background-color: #cccccc;
	cursor: hand !important;

}

.trending-list {
    width: 100%;
    padding: 0 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    list-style: none;
    overflow: hidden;
    counter-reset: numList;
}

h6{
	font-size: 15px;
	font-weight: normal !important;
	margin-top: 5px;
}

.margin{
	margin-bottom: 20px;

}

h4{
	font-weight: 600 !important;
}

.top-mr{

	border-bottom: 1px solid #b2b2b2;
	margin: 0px 30px 0px 30px;
	padding-bottom: 30px;
}

.top-mr:hover{
	cursor: pointer;
	cursor: hand !important;
	background-color: #f4f4f4;
}

.img-content{
	position: left !important;
	margin-top: 50px !important;
	left:5% !important;
}

.cont-custom{
	padding: 30px;
	background-color: rgb(26, 171, 225);
	color: #fff;
}

.contact-in-div{
	border: 1px solid #00a3e0;
	background-color: #fff;
	color: rgb(26, 171, 225);
	border-radius: 2px;
background-clip: padding-box;
font-size: 1.6em;
padding: 7px 15px;
margin-top: 1em;
font-family: 'Open Sans',Verdana,Helvetica,sans-serif;
font-size: 16px;
font-weight: bold;
}

.contact-in-div:hover{
	color: #fff;
	background-color: #1ac6ff;
}

.div-marg{
	margin-top: 15px;
}

.link-cus{
padding-left: 30px;
font-weight: bold;
color: rgb(26, 171, 225);
padding-top: 10px;
padding-bottom: 10px;
}

.link-cus:hover{
	cursor: pointer; cursor: hand !important;

}

.mid-div:hover{
	cursor: pointer; cursor: hand !important;
	background-color: #e8eae9 !important;
}
.image-d{
	height: 100px !important;
	width: 100%;
}

.globe-image{
	padding-left: 6.7%;
	padding-right: 6.7%;
}
.img-border{
	border-bottom: 7px solid rgb(4, 106, 56);
	padding: 0px !important;
}

.content-row{

	padding-top: 30px;
	padding-left: 8% !important;
	padding-right: 8% !important;

}

.contact-list{
	padding-top: 30px;

}
.contact-list ul {
    border-collapse: collapse;
    display: table;
    width: 100%;
}

.contact-list ul .contact-list-item:first-child {
    border-top: 0;
}
.contact-list ul .contact-list-item {
    display: table-row;
    margin-bottom: 0;
    background-color: #fbfbfb;
    border-top: 1px solid #f0f1f1;
    list-style-type: none;
	}

	.contact-list ul .contact-list-item .list-item {
    display: block;
    padding: 15px 12px;
    font-size: 14px;
    border-collapse: separate;
		font-family: "Open Sans",Verdana,Helvetica,san;
}

.contact-list ul .contact-list-item .list-item span.icon::before {
    line-height: 42px;
    color: #86bc25;
    border-radius: 50%;
    border: 1px solid #86bc25;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    background-color: white;
    margin-right: 11px;
    height: 40px;
    width: 40px;
}

.contact-list ul .contact-list-item .list-item span {
    display: table-cell;
    vertical-align: middle;
    color: black;
}

.header-intro-label{
	border-top: 0;
padding-left: 60px;
padding-right: 60px;
position: relative;
padding-top: 30px;

text-align: left;
}

.tertiary-label-style {
    background-color: #fff;
    display: inline;
    margin: 0;
	}

	.tertiary-headline {
    font-size: 1.2em;
    color: #000;
    font-weight: 700;
}

.header-intro {
    padding: 15px 40px 0 60px;
}





.header-intro h1 {
    font-size: 2em;
    color: #000;
	}

.primary-headline {

    font-weight: 400;
    line-height: 1.2;
}

.custom-rte p {
	padding: 0 20px;
    color: #000;
    font-size: 13px !important;
   
}

.custom-rt p {
	padding: 15px 40px 15px 30px;
    color: #000;
    font-size: 1.2em !important;
    font-weight: 400;
}

.header-intro h2 {
		padding-top: 15px;
    font-size: 1.6em;
 
font-weight: bold;
   color: #0b3c8c;

}

.sublink h2{
	padding-top: 15px;
	font-size: 1.1em;

	font-weight: 400;
	padding-left: 10px;
}

.sublink h2:hover{
	cursor: pointer; cursor: hand !important;
}

.sublink ul li{
	padding-top: 5px;
	font-size: 1em;
	font-weight: 400;
	color: #75787b;
	padding-left: 20px;
}

.sublink ul li:hover{
	cursor: pointer; cursor: hand !important;
}

.sublink{
	margin-top: 30px;
	background-color: #fbfbfb;;
}


/*.footer-section {
    margin: 0 auto;
    background: #fff;
    position: relative;
    z-index: 999;
    border-top: solid 1px #d0d0ce;
}

.footer-section .footer-CTA {
    background-color: #2b2b2b;
	
}


.footer-section .footer-CTA ul li:first-child {
    border-left: 2px solid #000;
	
}
dcom-main.min.1…71800.css:1290
.footer-section .footer-CTA.three-links ul li {
    width: 400px;
	display: inline-block !important;
}
dcom-main.min.1…71800.css:1293
.footer-section .footer-CTA ul li {
    display: table-cell;
    margin: 0;
    font-size: 2.4em;
    text-align: center;
    line-height: 1em;
    border-right: 2px solid #000;
	float: left;
	display: inline-block !important;
}*/

.gsc-input {
    background: #333;
    width: 100%;
    margin: 0;
    border: 1px solid #75787b;
    color: #fff;
    padding: .5em 10% .5em 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 16px;
    height: 36px;
    position: relative;
}

#gSearchForm i{
    position: absolute;
    z-index: 1;
    right: 0;
    font-size: 2em;
    color: #fff;
    text-align: center;
    top: 0;
    background: #75787b;
    width: 32px;
    height: 100%;
    line-height: 34px;
}

.btn-default {
    color: #fff;
    background-color: #75787b;
    border-color: #ccc;
}
.tomm{
margin-right:10px;
}
.tomm li a{
padding:0px 16px;
padding-bottom:12px;
font-size:16px !important;
}
.tomm1 li a{
padding:0px 14px;
font-size:13px !important;
}
.tomm1{
margin-right:12px;
}

.tit, .tit1{
font-family: 'Open Sans',Verdana,Helvetica,sans-serif;
font-size:30px;
font-weight:normal;
line-height:40px;
}

.tit1{
 
font-size:22px;
 
line-height:26px;
}

.footer-col li a{
font-size:13px;
padding:0px;
line-height:12px;

}

.footer-col li{
 height:25px;

}
.foo1{
font-size:12px;
font-weight:normal;
}

.foo2{
font-size:15px;
color:#000000;
padding-left:20px;
padding-top:12px;
}

.footerlinks{

padding-left:20px;
}

.bod{
background-color:#FFFFFF;
margin-top:20px;
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}



  .affix {
      top: 80px;
  }
  

  .bul li{
  list-style:circle;
  margin-left:40px;
  margin-right:40px;
  padding-left:10px;
  }
  
  @media only screen and (min-width: 1300px) {
    .tit {
       margin-top:50px;
    }
}

.foo2 a{
	margin-left:5px;
	margin-right:5px;
}

.margTB0{
	margin-top:0px !important;
	margin-bottom:0px !important;
}

.margT10{
margin-top:10px !important;
}


.padTB0{
padding-bottom:0px !important;
padding-top:0px !important;
font-size:1em !important;
}

.dateList{
color:#666666; 
font-weight:600;
}

.latest-updates p {
	padding: 0px 40px 0px 30px;
    color: #000;
    font-size: 1em !important;
    font-weight: 400;
}

.latestUpdates{
background-color:#33CCCC; 
text-align:center; 
float:center; 
color:#fff;

}
.bgc{
background-color:#f5f5f5;

}

.padLR0{
padding-left:0px !important;
padding-right:0px !important;
}

.news{
line-height:16px;
font-size:13px;
padding-top:15px;
padding-bottom:15px;
}
.news span{
font-size:17px;
font-weight:bold;
}
a:active, a:focus { outline-style: none; -moz-outline-style:none; }

.label-info {
    background-color: #5bc0de;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

p{
cursor:default !important;
}

.internship{
	color:#000000;
}

.internship:hover{
	color:#003366;
}


.pariimg {
    border: 1px solid #CCCCCC;
    margin: 3px;
    float: center;
 text-align:center;
    width: 200px;
 margin-bottom:5px;
}
.clintLogo{
 margin-top:20px;
}
.clintLogo div{
 
 text-align:center;
}

.nav li a{
 padding-left: 10px;
 padding-right:10px;
}


.zoom {      
-webkit-transition: all 0.35s ease-in-out;    
-moz-transition: all 0.35s ease-in-out;
-o-transform: all 0.35s ease-in-out;
-ms-transform:  all 0.35s ease-in-out;    
transition: all 0.35s ease-in-out;     
cursor: -webkit-zoom-in;      
cursor: -moz-zoom-in;      
cursor: zoom-in;  
}     

.zoom:hover,  
.zoom:active,   
.zoom:focus {
/**adjust scale to desired size, 
add browser prefixes**/
-ms-transform: scale(1.8);    
-moz-transform: scale(1.8);  
-webkit-transform: scale(1.8);  
-o-transform: scale(1.8);  
transform: scale(1.8);    
position:relative;      
z-index:100;  
}

