@font-face
{
	src:url(./font/seguisb.ttf);
	font-family:'seguisb';
	
}
@font-face
{
	src:url(./font/segoeuib.ttf);
	font-family:'bold';
	
}
@font-face
{
	src:url(./font/segoeuil.ttf);
	font-family:'light';
	
}

@font-face
{
	src:url(./font/ERASBD.ttf);
	font-family:era;
	
}



*
{
	box-sizing:border-box;
}
body
{
	margin:0;
}
#banner 
{
	background:url(./img/banner.png) no-repeat left top;
	background-size:cover;
	padding:0em 0;
	overflow:hidden;
}
#banner p
{
	font-family:bold;
	font-size:18px;
	color:#666666;
	overflow:hidden;
	line-height:1.4;
	padding-left:.2em;
}

.nopadding
{
	padding:0em;
}

.float-left
{
	float:left;
}
.mar-top
{
	margin-top:6em;
	padding-left: 7em;
}
.mar-bottom
{
	margin-bottom:3.3em;
}
.collapse.navbar-collapse
{
	padding:0;
}


.nav>li>a
{
	font-family:bold;
	text-transform:uppercase;
	font-size:15px;
	padding:3em 0;
	text-align:center;
	color:white;
}
.collapse.navbar-collapse{
 background:#00cc99;
 border-radius:0;
 border-color:#00cc99;
}
.nav>li {
	border-bottom:1px solid #fff;
    position: relative;
    display: block;
}
.center
{
	margin:auto;
}
.active{
 /*background:#cccc33;*/
}

#top .nav>li>a:focus, #top .nav>li>a:hover
{
color:#00cc99;
}
#banner .nav>li>a:focus, #banner .nav>li>a:hover
{
	background-color:#cccc33;
	color:white;

}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover	
{
	color:#00cc99;
}
nav.navbar.navbar-default
{
	margin-left:4em;
	margin-bottom:0;
}
ul li.active a
}
ul li a
{
color:white;
}
#home-first
{
	width:100%;
	float:left;
	background-color:#333333;
	padding: 2em 0;
}
#home-first p
{
	font-family:light;
	font-size:18px;
	color:white;
	
}
#home-first i.fa
{
	color:white;
	font-size:3em;
	margin:1em 0;
}
#home-second
{
	width:100%;
	float:left;
	padding:5em 0 0;
	
}
#home-second h1
{
	font-family:light;
	color:#00cc99;
 font-size:30px;
 padding-top:4.5em 0; ;

}
#home-second p
{
	padding:1em 0;
	font-family:light;
	color:#999999;
	font-size:14px;
	margin-bottom:0;
	
}
.padding-left
{
	padding-left:5em;
}

#home-third
{
	
	width:100%;
	float:left;
	padding:0;
	font-family:light;
	color:black;
	background-color:#cccccc;
	
}
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 20px;
}
#quote-carousel .carousel-control {
    background: none;
    color: white;
    font-size: 2.3em;
    text-shadow: none;
   margin:4em auto;
   display:block;
	
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 101px;
    height: 101px;
    opacity: 1;
    transition: all .2s;
	border:5px solid #00cc99;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
#home-third h1
{
	text-align:center;
	padding-top:1em;
}
.item.active
{
	background-color:#cccccc;
}
#quote-carousel h1
{
	font-family:Bold;
	color:#00cc99;
 font-size:35px;
 margin:0;
 padding-top:.5em;
}
#quote-carousel h2
{
	font-family:light;
	color:#00cc99;
	font-size:25px;
	margin:0;
}
#home-four
{
	width:100%;
	float:left;
	background-color:#cccc33;
	padding:2em 0;
	
	
}
#home-four h1
{
	margin:0;
	padding:-.5em 0 1em;
	font-family:light;
	font-size:35px;
	text-align:center;

}
#home-four .form-control
{
	background-color:transparent;
	border:inherit;
	box-shadow:inherit;
	border-radius:0;
	border-bottom:1px solid #f5f5f5;
	width:97%;
		
}

#home-four .btn-default
{
	background-color:transparent;
	border:inherit;
	box-shadow:inherit;
	
}
	
	input::placeholder
	{
		color:white !important;
		font-family:light;
		font-size:20px;
	}
	
#home-four .form-group
{
	
	color:white;
	width:30%;
}



#home-five
{
	width:100%;
	float:left;
	padding:7em 0 0;
	
}

#home-five h1
{
	font-family:bold;
	color:#666666;
	font-size:15px;
	margin:0;
	padding:0em 0 1em;
}
#home-five p
{
	font-family:light;
	color:#666666;
	font-size:15px;
	margin: 0px 0px -59px;
}
#home-five .locate
{
    position: relative;
    top: 0em;
    left: 15em;
}
.facebook
{
	float: left;
    margin: 3em .5em;
}
#footer 
{
	width:100%;
	float:left;
	background: linear-gradient(to right, #eee, #ffffff);
	padding:1em 0;
	margin-top:0.7em;
	
}
#footer p
{
	font-family:light;
color:#00cc99;
padding-left:1.5em;
margin:0;

}
.fooimg
{
	z-index:11;
	position:relative;
	
}

	/* about */
	
	#top{
 width:100%;
 float:left;
 background:#ffffff;
 padding:1em 0;
 box-shadow: 1px 1px 1px 1px #99999994;
     z-index: 111;
    position: relative;
}

#top .navbar-default, #top .navbar-default .navbar-nav>.active>a, #top .navbar-default .navbar-nav>.active>a:focus, #top .navbar-default .navbar-nav>.active>a:hover{
 background:#fff;
 border-color:#fff;
}
#top .nav>li{
 padding:0 1em ;                  
}

#top .navbar-nav{
 float:right;
 padding-right:4em;
}
#top .nav>li.active>a{
 color:#00cc99;
 font-family:bold;

}


#top .active{
 background:transparent;
}
#top .collapse.navbar-collapse{
 background:#fff;
 border-color:#fff;
}
#title{
 padding:1em 0;
 float:left;
 width:100%;
 background:#ffff66;
}
	section#top
	{
		padding:0;
	}
	#top .nav>li>a 
	{
		
		padding:1em 0;
	}
	#top .navbar-brand
	{
		height:79px;
	}
	#top .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand
	{ margin-left:-84px;
	}
	#top .collapse.navbar-collapse
	{
		padding:14px;
	}
	#title h1{
 color:#000000;
 font-family:light;
 font-size:30px;
 margin:0;
 padding:0em 0;
 
}
#title
{
	background-color:#c3d83b;
}
#content 
{
	width:100%;
	float:left;
	background:url(./img/about-imag.png)  no-repeat left top;
	background-size:cover;
	padding:0em 0 12em;
	overflow:hidden;
}
#content .box {
	
	background:url(./img/aboutbg.png)  no-repeat left top;
	background-size:100% 100%;
  padding: 56px 4em;
	overflow:hidden;
	margin:0em;  
}

#content .box p
{
 color:#fff;
 font-family:Light;
 font-size:19px;
 line-height:1.5;
}

#content .col-lg-7.col-md-7.col-sm-7

{
	padding:0em;
}


#carrer
{
	width:100%;
	float:left;
	background:url(./img/about-upload.png)  no-repeat left top;
	background-size:cover;
	overflow:hidden;	
}

#carrer .mar
{
	margin:8em 0;
}

#carrer h2
{
	font-family:light;
	color:#fff;
	font-size: 35px;
    line-height: 1.5;
    margin: 0;
    padding: 1em 0;
}
#carrer h1
{
	font-family:era;
	color: #00cc99;
   margin: 0;
font-size: 30px;
}

#carrer h1 span
{
	font-size: 60px;
}

#carrer .form-control{
 background-color: transparent;
    border: transparent;
    box-shadow: inherit;
    border-radius: 0;
    border-bottom: 1px solid #fff;
 width: 97%;
 color:#fff;
}
input[type="file"]{
   -webkit-appearance: none;
   text-align: right !important;
   -webkit-rtl-ordering:  left !important;
   position: relative;
 text-align: right;!important;
}
input[type="file"]{
   -webkit-appearance: none;
   text-align: left !important;
   -webkit-rtl-ordering:  left;
}
input[type="file"]::-webkit-file-upload-button{
   -webkit-appearance: none;
   float: right;   
}
input[type="file" i]{
 text-align:end;
}
#carrer .form-group{
 width:50%;
     margin: 2em 0 2.5em;
}
#carrer .ligin-upload{
 float: left;
 width: 70%;
 border-bottom: 1px solid #fff;
 color:#fff;
 font-family:light;
 font-size: 1.2em;
}
#carrer form{
 overflow:hidden;
}
#carrer input[type="button"] {
    float: right;
 background: transparent;
    color: #fff;
    border-radius: 16px;
    border-color: #fff;
 padding: 4px 1em;
     margin: .5em 0;
}
#carrer .leftimg{
    margin: 3em 0;
}
#carrer .btn-default{
    width: 9%;
    margin: 2em 0;
	background-color: transparent;
    border-color: transparent;
}


/* contact */



#contact
{
	width:100%;
	float:left;
	padding:0em 2em;
	background-color:#d9edf7;
	background-size:cover;
	overflow:hidden;
	
}
#contact h1
{
	font-family:light;
	font-size:30px;
	margin:0em;
	padding:1em 0 1em;
	
}

#contact p
{
	padding:.5em 0;
font-family:light;
	color:#666666;
	font-size:15px;
}

#contact .locate
{
	
    position: relative;
    top: -8em;
    left: 15em;
}
#contact h2
{
	font-family:bold;
	font-size:15px;
	padding:2em 2em;
}

#contact .bg
{
	background-color:#33cccc;
	    padding: 1em 0 10em;
}
#contact .form-control 
{
    background-color: transparent;
    border: inherit;
    box-shadow: inherit;
    border-radius: 0;
    border-bottom: 1px solid #f5f5f5;
    width: 97%;
	padding-left:0px;
}
#contact .btn-default
 {
    background-color: transparent;
    border: inherit;
    box-shadow: inherit;
	padding:2em;
}
#contact .form-group 
{
	margin:2em;
}
#contact1 #footer{
	margin-top:0;
}




/* services */

#contact #copy{
	margin-top:0;
}
#service-body, #service-body1{
	width:100%;
	float:left;
	background:#fff;
	
}
.servicebu{
	background:#00cc99;
	padding:2em 0;
}

#service-body h1{
	color:#00cc99;
	margin:0;
	padding:.5em 0 0;
	font-size:53px;
	font-family:bold;
}
#service-body h2{
	color:#00cc99;
	margin:0;
	padding:0em 0 0;
	font-size:37px;
	font-family:light;
}
#service-body h3{
	color:#fff;
	margin:0;
	padding:1em 0 0;
	font-size:25px;
	font-family:bold;
	margin-top:5em ;
	margin-bottom:.5em;
}
#service-body p.cdc{
	font-family:light;
	font-size:20px;
	color:#fff;
	line-height:1.5;
}
.ser-bg1{
	background:url(./img/servic-top.png) no-repeat left top;
	background-size:cover;
	padding-bottom:2em;
	padding-left: 3em;
}
.ser-bg2{
	background:url(./img/service1.png) no-repeat left top;
	background-size:cover;
	padding-bottom:2em;
	padding-left: 3em;
}
.ser-bg3{
	background:url(./img/service2.png) no-repeat left top;
	background-size:cover;
	padding-bottom:13em;
	padding-left: 3em;
}

.out-circle {
    width: 8em;
    height: 8em;
    border-radius: 4em;
    border: 10px solid #fff;
    float: left;
   display: flex;
  justify-content: center;
    opacity: .5;
	top: 2em;
    position: relative;
    left: 4em;
	outline: transparent solid 10px;
	transition:all 2s;
	
}
.out-circle:hover{
	border-color:#00cc99;
}
.s1{
	margin: .5em;
	width:6em;
	height:6em;
	background:#fff;
	border-radius:3em;
	float:left;
	font-size:13px;
	text-align:center;
	padding: .7em 0;
	-webkit-box-shadow: 2px 2px 5px 4px rgba(153,153,153,0.75);
-moz-box-shadow: 2px 2px 5px 4px rgba(153,153,153,0.75);
box-shadow: 2px 2px 5px 4px rgba(153,153,153,0.75);
}
.s1 p{
	margin:0;
	line-height:1;
}
.out-circle1 {
    width: 10em;
    height: 10em;
    border-radius: 5em;
    border: 10px solid #fff;
    float: left;
   display: flex;
  justify-content: center;
    opacity: .5;
	top: 4em;
    position: relative;
    left: 13em;
	transition:all 2s;
}
.out-circle1:hover{
	border-color:#00cc99;
}
.s2{
	    margin: .69em;
	width:8em;
	height:8em;
	background:#fff;
	border-radius:4em;
	float:left;
	font-size:13px;
	text-align:center;
	padding: 1.5em 0;
	-webkit-box-shadow: 2px 2px 5px 4px rgba(153,153,153,0.75);
-moz-box-shadow: 2px 2px 5px 4px rgba(153,153,153,0.75);
box-shadow: 2px 2px 5px 4px rgba(153,153,153,0.75);
}
.s2 p{
	margin:0;
	line-height:1;
}
.out-circle2 {
    width: 9em;
    height: 9em;
    border-radius: 4.5em;
    border: 10px solid #fff;
    float: left;
   display: flex;
  justify-content: center;
    opacity: .5;
	top: 0em;
    position: relative;
    left: 18em;
	transition:all 2s;
}
.out-circle2:hover{
	border-color:#00cc99;
}
.s3{
	    margin: .69em;
	width:7em;
	height:7em;
	background:#fff;
	border-radius:3.5em;
	float:left;
	font-size:13px;
	text-align:center;
	padding: 1.5em 0;
	-webkit-box-shadow: 2px 2px 5px 4px rgba(153,153,153,0.75);
-moz-box-shadow: 2px 2px 5px 4px rgba(153,153,153,0.75);
box-shadow: 2px 2px 5px 4px rgba(153,153,153,0.75);
}
.s3 p{
	margin:0;
	line-height:1;
}
.out-circle4 {
    width: 12em;
    height: 12em;
    border-radius: 6em;
    border: 10px solid #fff;
    float: left;
   display: flex;
  justify-content: center;
    opacity: .5;
	top: -1em;
    position: relative;
    left: 23em;
	transition:all 2s;
}
.out-circle4:hover{
	border-color:#00cc99;
}
.s4{
	margin: .7em;
	width:10em;
	height:10em;
	background:#fff;
	border-radius:5em;
	float:left;
	font-size:13px;
	text-align:center;
	padding: 2em 0;
	-webkit-box-shadow: 2px 2px 5px 4px rgba(153,153,153,0.75);
-moz-box-shadow: 2px 2px 5px 4px rgba(153,153,153,0.75);
box-shadow: 2px 2px 5px 4px rgba(153,153,153,0.75);
}
.s4 p{
	margin:0;
	line-height:1;
}
.out-circle5 {
    width: 8em;
    height: 8em;
    border-radius: 4em;
    border: 10px solid #fff;
    float: left;
   display: flex;
  justify-content: center;
    opacity: .5;
	top: 8em;
    position: relative;
    left: 28em;
	transition:all 2s;
}
.out-circle5:hover{
	border-color:#00cc99;
}
.s5{
	margin: .5em;
	width:6em;
	height:6em;
	background:#fff;
	border-radius:3em;
	float:left;
	font-size:13px;
	text-align:center;
	padding: .7em 0;
	-webkit-box-shadow: 2px 2px 5px 4px rgba(153,153,153,0.75);
-moz-box-shadow: 2px 2px 5px 4px rgba(153,153,153,0.75);
box-shadow: 2px 2px 5px 4px rgba(153,153,153,0.75);
}
.s5 p{
	margin:0;
	line-height:1;
}
.out-circle6 {
    width: 12em;
    height: 12em;
    border-radius: 6em;
    border: 10px solid #fff;
    float: left;
   display: flex;
  justify-content: center;
    opacity: .5;
	top: 15em;
    position: relative;
    left: 0em;
	transition:all 2s;
}
.s6{
	margin: .7em;
	width:10em;
	height:10em;
	background:#fff;
	border-radius:5em;
	float:left;
	font-size:13px;
	text-align:center;
	padding: 2em 0;
	-webkit-box-shadow: 2px 2px 5px 4px rgba(153,153,153,0.75);
-moz-box-shadow: 2px 2px 5px 4px rgba(153,153,153,0.75);
box-shadow: 2px 2px 5px 4px rgba(153,153,153,0.75);
}
.s6 p{
	margin:0;
	line-height:1;
}
.out-circle6:hover{
	border-color:#00cc99;
}
.out-circle7 {
    width: 9em;
    height: 9em;
    border-radius: 4.5em;
    border: 10px solid #fff;
    float: left;
   display: flex;
  justify-content: center;
    opacity: .5;
	top: 12em;
    position: relative;
    left: -25em;
	transition:all 2s;
}
.s7{
	    margin: .69em;
	width:7em;
	height:7em;
	background:#fff;
	border-radius:3.5em;
	float:left;
	font-size:13px;
	text-align:center;
	padding: 1.5em 0;
	-webkit-box-shadow: 2px 2px 5px 4px rgba(153,153,153,0.75);
-moz-box-shadow: 2px 2px 5px 4px rgba(153,153,153,0.75);
box-shadow: 2px 2px 5px 4px rgba(153,153,153,0.75);
}
.s7 p{
	margin:0;
	line-height:1;
}
.out-circle7:hover{
	border-color:#00cc99;
}
.out-circle8 {
    width: 10em;
    height: 10em;
    border-radius: 5em;
    border: 10px solid #fff;
    float: right;
   display: flex;
  justify-content: center;
    opacity: .5;
	top: 18em;
    position: relative;
    left: -48em;
	transition:all 2s;
}
.s8{
	    margin: .69em;
	width:8em;
	height:8em;
	background:#fff;
	border-radius:4em;
	float:left;
	font-size:13px;
	text-align:center;
	padding: 1.5em 0;
	-webkit-box-shadow: 2px 2px 5px 4px rgba(153,153,153,0.75);
-moz-box-shadow: 2px 2px 5px 4px rgba(153,153,153,0.75);
box-shadow: 2px 2px 5px 4px rgba(153,153,153,0.75);
}
.s8 p{
	margin:0;
	line-height:1;
}
.out-circle8:hover{
	border-color:#00cc99;
}
.out-circle9 {
    width: 10em;
    height: 10em;
    border-radius: 5em;
    border: 10px solid #fff;
    float: right;
   display: flex;
  justify-content: center;
    opacity: .5;
	top: 4em;
    position: relative;
    right: 61em;
	transition:all 2s;
}
.s9{
	    margin: .69em;
	width:8em;
	height:8em;
	background:#fff;
	border-radius:4em;
	float:left;
	font-size:13px;
	text-align:center;
	padding: 1.5em 0;
	-webkit-box-shadow: 2px 2px 5px 4px rgba(153,153,153,0.75);
-moz-box-shadow: 2px 2px 5px 4px rgba(153,153,153,0.75);
box-shadow: 2px 2px 5px 4px rgba(153,153,153,0.75);

}
.s9 p{
	margin:0;
	line-height:1;
}
.out-circle9:hover{
	border-color:#00cc99;
}
.ser-bg2 h1{
	font-family:bold;
	margin:0;
	padding:1.5em 0 0;
	color:#00cc99;
	font-size:35px;
}
.ser-bg2 h2{
	font-family:light;
	margin:0;
	padding:0em 0 0;
	color:#00cc99;
	font-size:25px;
}
.ser-bg2 p.boxx{
	width:50%;
	float:left;
	line-height:1.5;
	color:#333333;
	font-family:light;
	font-size:20px;
	padding:1.5em 0 0;
	text-align:justify;
	
}
.ser-bg3 h1{
	font-family:bold;
	margin:0;
	padding:1.5em 0 0;
	color:#00cc99;
	font-size:35px;
}
.ser-bg3 h2{
	font-family:light;
	margin:0;
	padding:0em 0 0;
	color:#00cc99;
	font-size:25px;
	    margin-bottom: 1em;
}
.ser-bg3 p.boxx{
	width:80%;
	float:left;
	line-height:1.5;
	color:#ffffff;
	font-family:light;
	font-size:20px;
	padding:1.5em 0 0;
	text-align:justify;
	
}





#comp{
	width:100%;
	float:left;
	padding-left:2em;
}
#comp p{
	padding:1em 0;
	font-size:18px;
	font-family:light;
}

#comp1 .hipaa{
	padding:0em 0em ;
	border:1px solid #d9edf7;
	box-shadow: 0px 0px 10px 6px #eeeeeed4;
	
}
#comp1 .hipaa h1{
	background:#fff;
	margin:0;
	padding:0.4em 1.4em;
	color:#6c74cc;
	font-size:25px;

}
#comp1 .hipaa p.fip{
	padding-top:2em;
}
#comp1 .hipaa p{
	text-align:left;
	background:#f5f5f5;
	padding:0em 3em 1em;
	line-height:1.5;
	margin-bottom:0;
	font-family:light;
}
#comp1 .i
{
	padding:5em 35px;
    margin: 1em -99px;

}

#comp3{
	width:90%;
	float:left;
}
#comp3 .i2
{
	padding:0em 3em;
	    margin: -4em 2em 4em 13em;
}
#comp3 .hipaa{
	padding:0em 0em ;
	border:1.5px solid #d9edf7;
	box-shadow: 0px 0px 10px 6px #eeeeeed4;
	margin:-7em -515px 0em 380px;
	
}
#comp3 .hipaa h1{
	background:#fff;
	margin:0;
    padding:0.4em 1.4em;
	color:#00cc99;
	font-size:25px;
	
}
#comp3 .hipaa p.fip{
	padding-bottom: 15px;
	padding-top:2em;
	text-align:left;
	margin:0px 0 0px;
}
#comp3 .hipaa p{
	text-align:left;
	background:#f5f5f5;
	padding:0em 3em 1em;
	line-height:1.5;
	margin-bottom:0;
	font-family: light;
    font-size: 13.5px;
}



#comp4{
	width:100%;
	float:left;
	padding:2em;
}
#comp4 .i3
{
	padding-top:0em;
	margin: 0em 0 1em -5px;
}
#comp4 .hipaa{
	padding:0em 0em ;
	border:1.2px solid #d9edf7;
	box-shadow: 0px 0px 10px 6px #eeeeeed4;
	margin:15em 0px -2em -336px;

	
}
#comp4 .hipaa h1{
	background:#fff;
	margin:0;
	padding: 0.4em 1.4em;
	color:#cc33cc;
	font-size:25px;
	
}
#comp4 .hipaa p.fip{
	padding-top:2em;
	text-align:left;
}
#comp4 .hipaa p{
	text-align:left;
	background:#f5f5f5;
	padding:0em 3em 1em;
	line-height:1.5;
	margin-bottom:0;
	font-family: light;
    font-size: 13.5px;
}

#comp5{
	width:100%;
	float:left;
	padding:2em;
}
#comp5 .i1
{
	margin: 0em 12px 0em 29em;
        width: 100%;
    height: 500px;
}

#comp5 .hipaa{
	padding:0em 0em ;
	border:1.2px solid #d9edf7;
	box-shadow: 0px 0px 10px 6px #eeeeeed4;
	margin:15em 50em 0em -713px;
	
}

#comp5 .hipaa h1{
	background:#fff;
	margin:0;
     padding:0.4em 1.4em;
	color:#3366cc;
	font-size:25px;
	
}
#comp5 .hipaa p.fip{
	padding-top:2em;
	text-align:left;
}
#comp5 .hipaa p
{
	text-align:left;
	background:#f5f5f5;
	padding:0em 2em 1em;
	line-height:1.5;
	margin-bottom:0;
	font-family: light;
    font-size: 16px;
}


#comp6{
	width:100%;
	float:left;
	padding:-1em;
}
#comp6 .i6
{
	width:600px;
	height:640px;
}

#comp6 .hipaa{
	padding:0em 0em ;
	border:1.2px solid #d9edf7;
	box-shadow: 0px 0px 10px 6px #eeeeeed4;
	margin:21em 0em 0em -150px;
	
}
#comp6 .hipaa h1{
	background:#fff;
	margin:0;
	padding:1em 1.5em;
	color:#ff6666;
	font-size:25px;
	
}
#comp6 .hipaa p.fip{
	padding-top:2em;
	
}
#comp6 .hipaa p{
	text-align:left;
	background:#f5f5f5;
	padding:0em 3em 1em;
	line-height:1.5;
	margin-bottom:0;
	font-family: light;
    font-size: 16px;
}



#comp7{
	width:100%;
	float:left;
	padding:2em;
}
#comp7 .i8
{
	margin: 0em 12px 0em 29em;
    width: 5362px;
    height: 435px;
}
#comp7 .hipaa{
	padding:0em 0em ;
	border:1.2px solid #d9edf7;
	box-shadow: 0px 0px 10px 6px #eeeeeed4;
	margin:14em 50em 0em -754px;
	
}
#comp7 .hipaa h1{
	background:#fff;
	margin:0;
padding:0.4em 1.4em;
	color:#999966;
	font-size:25px;
	
}
#comp7 .hipaa p.fip{
	padding-top:2em;
	text-align:left;
}
#comp7 .hipaa p
{
	text-align:left;
	background:#f5f5f5;
	padding:0em 2em 1em;
	line-height:1.5;
	margin-bottom:0;
	font-family: light;
    font-size: 16px;
}



@media (min-width: 1370px) and (max-width: 1600px){
	.out-circle8{
		left: -52em;
	}
	.out-circle5{
		left: 22em;
	}
}
@media (min-width: 1170px) and (max-width: 1300px){
	.out-circle1{
		left:7em;
	}
	.out-circle2{
		left:11em;
	}
	.out-circle4, .out-circle5{
		left:16em;
	}
	.out-circle9{
		left: -49em;
    top: 5em;
	}
	.out-circle8{
		    left: -43em;
			top:9em;
	}
}
@media (min-width: 1105px) and (max-width: 1169px){
	.out-circle8{
		    left: -40em;
			top:6em;
			right:1em;
	}
	.out-circle7{
		    top: 5em;
    
    left: 34em;
	}
	.out-circle9{
		left: -43em;
    top: 4em;
	}
	.out-circle1{
		left:7em;
	}
	.out-circle2{
		left:11em;
	}
	.out-circle4, .out-circle5{
		left:16em;
	}
}
@media (min-width: 990px) and (max-width: 1104px){
	.out-circle, .out-circle8, .out-circle9, .out-circle6, .out-circle1, .out-circle9, .out-circle2, .out-circle3,
	.out-circle4, .out-circle5, .out-circle7{
		float:left;
		position: static;
	}
	.out-circle4 {
		left: 11em;
		top:1em
	}
	.out-circle5{
		left: 11em;
		top:0em;
		    margin-right: 5em;
    margin-bottom: 4em;
	}
	.out-circle6{
		
	}
	.out-circle9{
		right: 37em;
	}
	.out-circle8{
		    left: -35em;
			top: 4em;
	}
	
	.out-circle2{
		left:10em;
	}
	.out-circle1{
		left:9em;
	}
}
@media (max-width: 989px){
	.out-circle, .out-circle8, .out-circle9, .out-circle6, .out-circle1, .out-circle9, .out-circle2, .out-circle3,
	.out-circle4, .out-circle5, .out-circle7{
		float:left;
		position: static;
	}
	.out-circle1{
		top:0;
		left: 6em;
	}
	.out-circle2{
		top:0;
		left: 6em;
		margin-bottom: 3em;
	}
	.out-circle3{
		top:0;
		left: 6em;
	}
	.out-circle4{
		top:0;
		left: 6em;
	}
	.out-circle5{
		top:0;
		left: 0em;
		margin-bottom: 4em;
	}
	.out-circle6{
		top:0;
		left: 6em;
	}
	.out-circle7{
		top:0;
		left: 10em;
	}
	.out-circle6{
		top: 8em;
    
    left: -0em;
	}
	.out-circle9{
		left: -13em;
    top: 13em;
	}
	.out-circle8{
		    top: 2em;
			left: -11em;
	}
.out-circle5{
	top: 13em;
   
}
.navbar-brand{
	height:inherit;
}
.ser-bg2 p.boxx{
	width:100%;
}
.so {
    margin: 5em .1em;
}

}

@media (min-width:600px) and (max-width:768px)
{
	#home-second p
	{
		margin-bottom:1em;
		
	}
	
		#home-second .c1
		{
			margin-bottom:1em;
		}
		.facebook
		{
			margin:1em .1em;
		}
		#banner .mar-top {
    margin-top: 0.5em;
    padding-left: 1em;
}	
nav.navbar.navbar-default
{margin-left:0em;
}	
}
@media (max-width: 375px)
{
	.mar-bottom {
    margin-left: -2em;
    margin-bottom: 0em;
}
}
