html, body
{
	margin:0;
	padding:0;		
	//color: #616161 !important;
	//color: #2A2E35 !important;
	color: #727272 !important;
	//background:#ccc;
	//font-family: 'Open Sans', sans-serif !important;  
	//font-family:'Open Sans' !important;   
	font-family: Lato, Helvetica !important;
}
ul, li, a, span, label, h1, h2, h3, h4, h5, h6, form, div, p
{
	margin:0 auto;
	padding:0;
}
.clr
{
	clear:both;
}



/*---------------------------------------------------- Navigation -----------------------------------------------------*/
.top_most
{
	    background: #f29100;
    padding-bottom: 15px;
    padding-top: 15px;
    color: #ffffff;
}

.top_most a{
	color:white; font-size:16px; font-weight:600;
	
}
#mynavbar
{
	background-color: #0066ff !important;
	padding: 0px 0;
	//padding-bottom: 20px;
	//padding-top: 20px;
}

#navbrand
{
	padding: 0px 0px;
}

#navbrand img
{
	//margin-top: 7px;
}

#mynav li a
{
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
}

#mynav > .active > a
{
	color: #ffb547;
	background: none;
}

#mynav > li > a:hover
{
	color: #ffb547;
}

.top-nav-collapse {
    border-top: 4px solid #017DC6 !important;
    border-bottom: 4px solid #858585 !important;
}

@media only screen and (min-width:641px) and (max-width:991px) 
{
	#mynav li a {
		font-size: 12px;
	}
}

@media only screen and (min-width:320px) and (max-width:640px) 
{
	.navbar-header
	{
		padding-bottom: 20px !important;
	}
	
	#but-toggle
	{
		margin-top: 17px !important;
		margin-bottom: 0px !important;
	}
	
	#mynav li a {
		text-align: left;
	}
	
	#mynav li i
	{
		padding: 0px 10px;
	}
	
	#mynav li br
	{
		display:none;
	}
}

/*---------------------------------------------- banner --------------------------------------------------------------*/
.intro-sect
{
	//padding-top:70px;
	//border-bottom: 10px solid #017DC6;
}

/*------------------------------------------------ about ----------------------------------------------------------------*/

.about-sect p
{
	padding: 10px 0;
	font-weight:600;
	font-size:1.5em;
	color:#ffffff;
	text-align: justify;
}

.about-sect h2
{
	color:#000;
	text-transform:uppercase;
	margin-bottom: 5px;
	font-size: 48px;
}

.about-sect h2 span
{
	color: #017DC6;
}

.about-sect h4
{
	text-transform:uppercase;
	//margin-top: 0;	
	margin-bottom: 20px;
	//font-size: 24px;
	//color:#000;
}

.about-sect p
{
	font-size: 23px;
}

hr {
    border-top: 2px solid #1f1f1f !important;
}

.about-content {
    padding-top: 30px;
    text-align: center;
	 padding-bottom: 30px;
}

.about-content h6 {
    margin-top: 30px;
    margin-bottom: 15px;
	color:#000;
	font-size: 16px;
	text-transform:uppercase;
}

.about-content p
{
	font-size: 16px;
}

.rc4px
{
	border-radius: 4px;
}

.about-profile
{
	padding-top:40px;
	padding-bottom:30px;
	background: url('../images/prop_bg.jpg') center center/ cover;
}

.round-profile
{
	border-radius: 50%;
	border: 12px solid #017DC6;
	margin-top: 50px;
}

.profile-details h2
{
	margin-bottom: 5px;
	font-size: 48px;
	color:#fff;
	text-transform:uppercase;
}

.profile-details h3
{
	margin-top: 10px;
	color: #017DC6;
}

.profile-details p
{
	margin-top: 30px;
	font-style: italic;
}

.profile-details blockquote
{
	margin-top: 30px;
	font-style: italic;
	padding-top: 0;
	padding-bottom: 0;
	color: #cecece;
	font-size: 14px;
	border-color: #017DC6;
}

.profile-details ul
{
	margin-top: 30px;
}

.list-inline
{
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}

.list-inline li
{
	border-radius: 50%;
	margin: 0 5px;
	width: 63px;
	height: 63px;
	line-height: 55px;
	border: 3px solid #017DC6;
	text-align: center;
}

.list-inline li a
{
	font-size: 36px;
	color: #017DC6;
}

.list-inline li:hover
{
	color:#fff;
	background: #017DC6;
}

.list-inline li:hover a
{
	color: #fff;
}

@media only screen and (min-width:641px) and (max-width:991px) 
{
	.about-sect p {
		font-size: 14px;
	}
	.about-content p {
		font-size: 16px;
	}
	
	.about-sect h2 {
    font-size: 30px;
	}
	
	.list-inline li a 
	{
    font-size: 25px;
	}
	
	.list-inline li {
		margin: 0 5px;
		width: 46px;
		height: 46px;
		line-height: 36px;
	}
}

@media only screen and (min-width:320px) and (max-width:640px) 
{
	.about-sect h2 {
		font-size: 24px;
	}
	
	.about-sect h4 {
		font-size: 18px;
	}
	
	.about-sect p {
		font-size: 14px;
		
	}
	
	.about-content p {
    font-size: 14px;
	}
	
	.mob_about_content
	{
		margin-bottom: 30px;
	}
	
	.about-profile
	{
		padding-top:20px;
	
	}
	
	.about-profile
	{
		text-align:center;
	}
	
	
	.list-inline li a 
	{
    font-size: 18px;
	}
	
	.list-inline li {
		margin: 0 2px;
		width: 36px;
		height: 36px;
		line-height: 30px;
	}
}

/*--------------------------------------------------------- services --------------------------------------------------*/
.services-sect
{
	//padding-top: 70px;
	//background:#EFEFEF;

}

.services-sect h2
{
	color:#000;
	text-transform:uppercase;
	margin-bottom: 5px;
	font-size: 48px;
}

.services-sect h2 span
{
	color: #017DC6;
}

.services-sect h4
{
	text-transform:uppercase;
	//margin-top: 0;	
	margin-bottom: 20px;
	//font-size: 24px;
	//color:#000;
}

.services-sect p
{
	font-size: 16px;
}

.span12
{
	margin-top: 20px;
}

.item5
{
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 5px 5px #d7d7d7;
	margin: 10px;
}

.panel-body
{
	padding: 15px;
	text-align:center;
}

.panel-body h4
{
	margin-top: 20px;
	margin-bottom: 10px;
	color: #ffffff;
	background:#0066ff;
	padding:20px;
}

.btn-heather {
    margin-top: 10px;
    font-size: 18px;
    text-transform: uppercase;
    background: #017DC6;
	box-shadow: 5px 5px #d7d7d7;
	color:#fff;
}

.btn-heather:hover
{
	background: #016198 !important;
	text-decoration:none !important;
	color:#fff !important;
}

.mob_pan_bot h4
{
	font-size: 18px;
	text-transform: none;
	margin-bottom: 8px;
	padding: 14px 20px !important;
}

.accordion-body {
	margin: 10px 0 !important;
}

.service-two
{
	padding-top:30px;
	padding-bottom:40px;
}


.service-two h3
{
	margin-bottom: 30px;
	font-size:30px;
	text-transform:uppercase;
	color:#000;
}
 
.expertise-bar h6
{
	color: #111;
	text-transform: capitalize;
	font-size: 16px !important;
}

.expertise-bar .progress {
    height: 4px;
    background-color: #bdbdbd;
	margin-bottom: 20px;
overflow: hidden;
}

.expertise-bar span.col-sm-6 + span.col-sm-6 {
    color: #6e6e6e;
    text-align: right;
}

.service-carousel
{
	padding-bottom:30px;
	padding-top:30px;
	background: url('../images/testimonials-bg.jpg') center center/ cover;
}

.service-carousel h2
{
	color:#fff;
	text-transform:uppercase;
	margin-bottom: 5px;
	font-size: 48px;
}

.service-carousel h2 span
{
	color: #017DC6;
}

.service-carousel h4
{
	text-transform:uppercase;
	margin-top: 0;	
	margin-bottom: 20px;
	font-size: 24px;
	color:#fff;
}

/*------------- carousel-----------*/
/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #017DC6;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */
.item
{
 text-align:center;	
}

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    //margin-bottom: 10px;
	border: 6px solid #f9f9f9;
	margin: 0 auto 25px;
}
.item blockquote p
{
	font-style:italic;
	color:#fff;
}

.item blockquote h5{
	margin: 20px 0 10px;
	color: #017DC6;
	font-size: 20px;
	text-transform:uppercase;
}

.item blockquote h6
{
	margin: 0;
font-size: 16px;
text-transform: capitalize;
color:#fff;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

@media only screen and (min-width:641px) and (max-width:991px) 
{
	.services-sect h2 {
		font-size: 30px;
	}
}

@media only screen and (min-width:320px) and (max-width:640px) 
{
	.services-sect h2 {
		font-size: 30px;
	}
	
	.services-sect h4 {
		font-size: 18px;
	}
	
	.services-sect p {
		font-size: 14px;
	}
	
	.service-two h3 {
		text-align:center;
	}
	
	.mob-expert
	{
		margin-top:40px;
	}
	
	.service-carousel h2 {
		font-size: 30px;
	}
	
	.service-carousel h4 {
		font-size: 18px;
	}
	
	.expertise-bar span.col-xs-6 + span.col-xs-6 {
		color: #6e6e6e;
		text-align: right;
	}
	
}

/*------------------------------------------------ portfolio -------------------------------------------------------*/

.portfolio-sect
{
	padding-top: 70px;
	padding-bottom:30px;
}

.portfolio-sect h2
{
	color:#000;
	text-transform:uppercase;
	margin-bottom: 5px;
	font-size: 48px;
}

.portfolio-sect h2 span
{
	color: #017DC6;
}

.portfolio-sect h4
{
	text-transform:uppercase;
	margin-top: 0;	
	margin-bottom: 20px;
	font-size: 24px;
	color:#000;
}

.portfolio-sect p
{
	font-size: 16px;
}

.view a.info:hover
{
	background:#017DC6;
}
.portfolio-tab
{
	padding-bottom:20px;
}

.ui-group {
	padding-top:15px;
	padding-bottom:15px;
    text-align: center;
}

.filters .btn
{
	font-size: 18px;
border: 2px solid #017DC6;
}

.filters .btn:hover, .filters .btn:focus 
{
	color: #fff;
	background: #017DC6;
	border: 2px solid #017DC6;
}

@media only screen and (min-width:641px) and (max-width:991px) 
{
	.portfolio-sect h2 {
		font-size: 30px;
	}
	
	.view p {
		padding: 10px 20px 0px !important;
	}
	
	.view-tenth h2
	{
		margin: 5px 40px 0px 40px !important;
	}
}

@media only screen and (min-width:320px) and (max-width:640px) 
{
	.portfolio-sect h2 {
		font-size: 30px;
	}
	
	.portfolio-sect h4 {
		font-size: 18px;
	}
	
	.portfolio-sect p {
		font-size: 14px;
	}
	
	.filters .btn
	{
		margin-bottom: 5px;
	}
	
	.view p {
		padding: 10px 20px 0px;
	}
	
	.view-tenth
	{
		margin:0px 0px 20px 0px !important;
	}
}

/*-------------------------------------------------- our team ---------------------------------------------------------*/
.team-sect
{
	padding-top: 70px;
	background:#EFEFEF;
	padding-bottom:40px;
}

.team-sect h2
{
	color:#000;
	text-transform:uppercase;
	margin-bottom: 5px;
	font-size: 48px;
}

.team-sect h2 span
{
	color: #017DC6;
}

.team-sect h4
{
	text-transform:uppercase;
	margin-top: 0;	
	margin-bottom: 20px;
	font-size: 24px;
	color:#000;
}

.team-sect p
{
	font-size: 16px;
}

.team-four
{
	margin-top:30px;
}

.view-team
{
	border: none !important;
	margin: 0px !important;
	box-shadow: none !important;
	border-radius: none !important;
}

.view-eighth .mask 
{
	background:rgba(1,125,198, 0.7) !important;
}

.team-bgcolor
{
	box-shadow: 5px 5px #d7d7d7;
	border-radius:4px;
}

#mask .list-in li
{
	
	font-size:18px;
	list-style-type:none !important;
	display:inline;
	padding:0px 10px;
}

#mask .list-in li a
{
	color:#fff;
}

#mask p
{
	font-style:normal !important;
	color:#fff;
	font-size:16px;
	padding: 10px 20px 0px !important;
}

.view-body
{
	padding: 15px;
	text-align:center;
}

.view-body h5
{
	font-weight: 700;
	color:#017DC6;
	font-size: 18px;
	text-transform:uppercase;
}

.view-body h6
{
	padding-top: 3px;
	color: #1f1f1f;
	font-size: 18px;
	font-style: italic;
	text-transform: capitalize;
}

.team-bgcolor
{
	background:#fff;
}

@media only screen and (min-width:641px) and (max-width:991px) 
{
	.team-sect h2 {
		font-size: 30px;
	}
	
	.team-bgcolor
	{
		margin-bottom:20px;
	}
	
	#mask p {
		padding: 50px 20px 0px !important;
	}
}

@media only screen and (min-width:320px) and (max-width:640px) 
{
	.team-sect h2 {
		font-size: 30px;
	}
	
	.team-sect h4 {
		font-size: 18px;
	}
	
	.team-sect p {
		font-size: 14px;
	}
	
	.team-bgcolor
	{
		margin-bottom:20px;
	}
}

/*------------------------------------------------ contact us -----------------------------------------------------------*/
.contact-sect
{
	padding-top: 70px;
	//padding-bottom:40px;
}

.contact-sect h2
{
	color:#000;
	text-transform:uppercase;
	margin-bottom: 5px;
	font-size: 48px;
}

.contact-sect h2 span
{
	color: #017DC6;
}

.contact-sect h4
{
	text-transform:uppercase;
	//margin-top: 0;	
	margin-bottom: 20px;
	//font-size: 24px;
	//color:#000;
}

.contact-sect p
{
	font-size: 16px;
}

.contact-form
{
	margin-top:20px;
	padding-bottom:30px;
}

.btn-round
{
	margin-top: 10px;
	box-shadow: 5px 5px #d7d7d7;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	background-color: #017DC6;
}

.contact-map iframe {
    width: 100%;
    height: 300px;
}

.contact-copyright
{
	padding-top:30px;
	padding-bottom:30px;
	background:#282828;
	text-align:center;
	color:#fff;
}

.blues {
    background-color: #017dc6;
    padding-left: 8px;
    padding-right: 8px;
    color: white;
    border-radius: 3px;
}

.contact-copyright a, .contact-copyright a:hover
{
	color:#fff;
	text-decoration:none;
}

.soc_medi
{
	padding-top:15px;
}

/*-------------------------------------------------- Social Media Icon ----------------------------------------------------*/
.icon-button {
	background-color: #ffffff !important;
	border-radius: 3.6rem;
	cursor: pointer;
	display: inline-block;
	font-size: 2.0rem;
	height: 3.6rem;
	line-height: 3.6rem;
	margin: 0 5px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 3.6rem;
}

/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 3.6rem;
	margin: -1.8rem;
}
.twitter1 span {
	background-color: #4099ff;
}
.facebook1 span {
	background-color: #3B5998;
}
.google-plus1 span {
	background-color: #db5a3c;
}

/* Icons */
.icon-button i {
	background: none;
	color: #2A333F !important;
	height: 3.6rem;
	left: 0;
	line-height: 3.6rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 3.6rem;
	z-index: 10;
}

.icon-button i:hover
{
	color:#ffffff !important;
}

.icon-button .icon-twitter {
	color: #4099ff !important;
}
.icon-button .icon-facebook {
	color: #3B5998 !important;
}
.icon-button .icon-google-plus {
	color: #db5a3c !important;
}
.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-google-plus {
	color: #ffffff !important;
}


@media only screen and (min-width:641px) and (max-width:991px) 
{
	.contact-sect h2 {
		font-size: 30px;
	}
}

@media only screen and (min-width:320px) and (max-width:640px) 
{
	.contact-sect h2 {
		font-size: 30px;
	}
	
	.contact-sect h4 {
		font-size: 18px;
	}
	
	.contact-sect p {
		font-size: 14px;
	}
}


/*-----------my_styles-----------------*/

.thought
{
    padding:15px 20px;
    background:#00cc99;
   
    letter-spacing:0.1em;
    font-family: 'Merriweather', serif !important;
   
    
}

.thought h4
{
     font-weight:600 !important;
      color:#ffffff!important;
      text-decoration:none !important;
}

.thought h3
{
    color:#ffffff!important;
    line-height:1.6em;
     font-weight:600 !important;
    
}

.pad{
	
	padding:40px 0 0 0;
}

.pad_lft
{
	padding-left: 19px;
}

.pad_bot
{
	padding-bottom:15px;
}

.row
{
	margin:0!important;
}
.hme h3{
	color:#000000;
	font-weight:600;
	
}
.hme ul li
{
  font-size: 19px;	
	color:#000000;
	
}

.ab_bg
{
	background:url('../images/ab_bg.jpg');
	    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
	padding:20px 0;
	margin-bottom:30px;
}
.prod
{
	padding:20px 0;
	
	color:#000000;
	
}
.prod h4
{
	font-weight: 700;
	margin-top: 0 !important;
    background: #0066ff;
    color: white;
    padding: 20px;
	line-height: 26px;
	font-family: 'Ubuntu', sans-serif !important; 
	letter-spacing: 1px;
    font-size: 1.4em;
}

.prod ul
{
	padding-left: 30px;
    padding-right: 16px;
    text-align: justify;
}

.prod ul li
{
	font-size:16px;
	padding:7px 0;
	font-weight:600;
}

.hm_ato ul li
{
	font-size:17px!important;
}

.service-feature
{
	background:#0c9;
	
}

.orang{
	background:#ffb547;
	
	margin:15px 0;
}

/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 55px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
