body{
	font-weight: 200;
	font-family: 'Open Sans', Arial, sans-serif;

	/*font-family: 'Roboto', sans-serif;
	font-family: 'Pacifico', cursive;*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: normal;
}


img{
	max-width: 100%;
	height: auto;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a{
	text-decoration: none;
	color: inherit;
	display: block;
}

header {
	padding: 18px 0;
}

header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    background: #fff;
}
.icon-bar{
	display: none;
}

nav{
	float: right;
	display: block;
}

nav ul li{
	list-style: none;
	float: left;
	position: relative;
}

nav ul li a{
	padding:12px 17px;
}

nav ul li > a:hover{
	color: #03b4c8;
    text-decoration: none;
}

nav ul li > a.active{
	background: #03b4c8;
    color: #ffffff;
}

nav li ul {
	display: none;
	position: absolute;
	left: 0;
	min-width: 160px;
    background: #fff;
}

.click-submenu > ul {
	display: block; 
	z-index: 2;  
}

.click-submenu > a {
    background-color: #eee;
    text-decoration: none;
}

nav ul ul li{
	width: 100%;
}

nav ul ul li a{
	padding: 8px 17px;
	font-size: 12px;
}

.fa-caret-down {
	color: #03b4c8;
}


.carousel-caption{
	float: left;
    text-align: left;
    left: 0px;
}
.carousel-caption h1{
	font-weight: bold;
	font-size: 40px;
}

.main-slider img,
.main-slider iframe{
	width: auto;
	height: 470px;
}

.main-slider iframe{
	width: 100%;
}

/*.owl-dots{
	margin-top: -33px;
    z-index: 99999999999;
    position: absolute;
    text-align: center;
    left: 50%;
}
*/





.container .top-content {
	margin:50px 0;
}

.row .col-sm-3 .box-content{
	background: #03b4c8;
	padding:5px;
	margin-top: 8px;
}

.row .col-sm-3 .box-content .icon i {
	background: #fff;
    color: #03b4c8;
    padding: 17px;
    font-size: 30px;
    border-radius: 0 0 40px 0;
}

.row .col-sm-3 .box-content .text-area{
	padding:20px; 
}
.row .col-sm-3 .box-content .text-area span{
	color:#fff;
}

.row .col-sm-3 .box-content .text-area h2{
	margin-bottom: 20px;
}


.col-sm-6 .main-box{
	margin-bottom: 20px;
}


.col-sm-6 .main-box .icon{
	display: inline-block;	
    width: 14%;

}

.pdng-bottom{
	padding-bottom: 40px;
}

.col-sm-6 .main-box .icon span{	
    background: #03b4c8;
    padding: 14px;
    color: #fff;
    font-size: 29px;
    text-align: center;
}

.col-sm-6 .main-box .box-content{
	display: inline-block;
    width: 82%;
    vertical-align: top;
}

.col-sm-6 .main-box .box-content h4{
	margin:0;
	margin-bottom: 10px;
}

.bg-two-col{
	background: #03b4c8;
	padding:40px 30px;
}

footer{
	padding-top: 20px;
	background: #1b1b1b; 
}

footer .container .col-sm-3{
	margin-top: 60px;
}


footer .row .col-sm-3 h5{
	color:#fff;
}


footer .row .col-sm-3 address{
	color:#777;
}


footer .row .col-sm-3 > ul li {
	list-style: none;
}

footer .row .col-sm-3 > ul li a{
	color:#777;
	display: block;
	padding-top: 10px; 
}

footer .row .col-sm-3 address a{
	color:#777; 
}


.bottom-container {
	background: rgba( 0, 0, 0, 0.3);
	padding: 25px; 
	margin-top: 15px;
	color: #ddd;
}

.bottom-container .row .col-sm-2 span{
	padding-left: 15px; 

}


.scrollup{
	position: fixed;
	right: 30px;
	bottom: 0;
	background: #03b4c8;
	color: #fff;
	padding:8px 15px;
	cursor: pointer;
}


	/*about page */

.bg-heading
{
	background: #03b4c8;
	color: #fff;
	padding: 20px 0;
}
.accrodion-group{
	border-bottom: 3px solid #fff;	
	background: #eee;
}

.accrodion-group h5{
	padding: 17px 10px 7px;
    margin: 0;
    margin-bottom: 10px;
}

.accrodion-group h5:before{
	content: "\f105";
	font-family: 'fontawesome';
	display: inline-block;
	color: #03b4c8;
	padding-left:15px;
	margin-right:10px; 
}

.accrodion-group h5:hover{
	text-decoration: underline;
	cursor: pointer; 
}
.accordion-content{
	display: none;
	border-top:1px solid rgba(0,0,0,0.2);
}

.accordion-content p{
	padding: 18px;
}

.expert-group{
	padding: 10px 0;
}

.progress-bar-bg{
	position: relative;
	background: #f5f5f5;
	width: 100%;
	height: 5px;
	border-radius: 2px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);     
}


.progress-bar{
	position: absolute;
	left: 0;
	top:0;
	height: 5px;
}

.progress-bar-red{	
	width: 40%;
	background: red;
}

.progress-bar-green{	
	width: 60%;
	background: #51d466;
}

.progress-bar-cyan{	
	width: 75%;
	background: #32c8de;
}

.progress-bar-blue{	
	width: 30%;
	background: #337ab7;
}


/*services*/

.text-content h3{
	margin: 20px 0;
}


.row-box{
	padding-bottom: 20px;
}

.row-box .box-icon {
	float: left;
}

.box-icon span{
    color: #fff;
    font-size: 28px;
    width: 64px;
    height: 64px;
    margin-top: 10px;
    text-align: center;
    background: #03b4c8;    
    padding: 18px	
}

.row-box .text-content{
	float: left;
    margin-left: 12px;
    display: block;
    width: 76%;
    line-height: 1.5em;
}

.row-box .text-content h3{
	margin: 0;
	padding: 0;
	font-size: 21px;
}


.row-box:before,
.row-box:after{
	content: '';
	display: block;
	clear: both;
}

.row .price-group{
	border: 1px solid rgba(0,0,0,0.3);
}
.row .text-center h3{
	background: #03b4c8;
	padding: 12px 0;
	margin: 0;
	color: #fff;
}
.row .text-center .text-content span{
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	padding: 20px 0;
}



/*portfolio*/

.gallery-group .gallery-link ul li{
	display: inline-block;

}

.gallery-group .gallery-link ul li{
	padding: 15px;
	font-weight: bold;
	cursor: pointer;
}

.gallery-group .gallery-link ul li:hover,
.gallery-group .gallery-link ul li.active{
	color: #03b4c8;
	text-decoration: none;
}


.grid-item .img-id img {
	width: 100%;
}






/*price*/

.price-group .btn-info{
	margin: 10px;
    border-radius: 0;
    background: #31b0d5;
}

.price-group .btn-info a:hover{
	text-decoration: none;
}


/*contact*/
.form-group .form-control{
	border-radius: 0;
	margin-bottom: 10px;
	padding: 22px;
}

.col-sm-6 .form-group .form-control{
	-webkit-appearance: none;
	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075); 
    box-shadow: inset 0 0 0 rgba(0,0,0,.075);
}

.col-sm-6 .form-group input[type=submit]{
	float: right;
    border-radius: 0;
    background:#03b4c8;
  
}

.col-sm-6 .form-group input[type=submit]:hover{
	background: #449d44;
}

.row .col-sm-6 iframe{
	margin-top: 54px;
	width: 100%;
	height: 350px;
}
















@media (max-width:767px){

.icon-bar{
	display: block;
	font-size: 25px;
    float: right;
    color: #03b4c8;
    position: absolute;
    top: -35px;
    right: 20px;
}

nav{
	display: none;
	background: #eee;
	position: absolute;
    z-index: 6;
    left: 0;
    top: 10px;
    width: 100%;

}

nav ul li{
	float: left;
	width: 100%;
}

nav li ul{
	width: 100%;
	position: static;

}

nav ul ul li a {
    font-size: 13px;
    background: #ccc;
}

.main-slider img, .main-slider iframe {
    height: 182px;
}

.carousel-caption {
    bottom: -20px;
    width: 100%;
}

.carousel-caption h1 {
    font-weight: bold;
    font-size: 26px;
    padding-left: 15px;
}

.carousel-caption h5 {
    font-weight: normal;
    font-size: 12px;
    padding-left: 12px;
}

.text-right{
	float: left;
	margin-top: 10px;
}

.col-sm-6 .main-box .box-content{
	padding-left: 25px;

}
.bg-two-col .container{
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.bg-two-col .container .row .col-sm-6{
	padding: 0;
	margin: 0;
} 


}

	