/*=====================================
* ======= global options ============*/
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,700italic,400italic|Open+Sans:400,400italic,600,600italic,700,700italic);

*{margin:0;padding:0}
body{
	font-family: 'Roboto Condensed', sans-serif;
	background: url('../images/body-background.png') repeat;
	font-size: 15px;
}
h1,h2,h3,h4,h5{
	font-family: 'Open Sans', sans-serif;
}
a,a:hover,a:focus{
	text-decoration:none;
}
li{
	list-style: none;
}
.background-white{
	background: white;
}
.text-white{
	color:white!important;
}
.text-red{
	color: red!important;
}
.text-yellow{
	color: yellow!important;
}
.title{
	margin-bottom: 40px;
}
.margin-top-15{
	margin-top: 15px;
}
.thumbnail{
	background: transparent;
	box-shadow: none;
	border: none;
}
/*=====================================
* ======= header options ============*/
#header{
	background: url('../images/background.jpg') no-repeat fixed center top;
  min-height: 450px;
}
.top-head{
	padding: 30px 0 10px;
}
.no-background{
	background: transparent;
}
.text-logo{
	color: white;
	font-weight: 700;
}
.navbar-menu-top{
	background: white;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
	border: 0;
	margin-bottom: 0;
}
.jumbotron{
	padding: 40px 15px 15px 0 !important;
}
.navbar-menu-top #top-menu{
	min-height: 50px;
}
.navbar-menu-top #top-menu .nav>li>a{
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-weight:500;
	font-size: 16px;
	color: #2f8bcc;
	background: transparent;
	-webkit-transition: .3s all ease-in-out;
	-moz-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}
.navbar-menu-top #top-menu .nav>li:hover{
	background:#2670a6;
	-webkit-transition: .3s all ease-in-out;
	-moz-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}
.navbar-menu-top #top-menu .nav>li:hover>a{
	color:#fff;
	-webkit-transition: .3s all ease-in-out;
	-moz-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}
.group-language,.no-radius{
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
	border: 0;
}
.icon-bar{
	background-color: #2f8bcc;
}

/*=====================================
* ======= price list options ============*/
.prices-list-box{
	margin-top: -100px;
}
.price-box{
	background: white;
	padding: 20px 15px;
	background: #fff;
	-webkit-box-shadow: 3px 3px 3px #4d93d7;
	-moz-box-shadow: 3px 3px 3px #4d93d7;
	-o-box-shadow: 3px 3px 3px #4d93d7;
	box-shadow: 3px 5px 10px #4d93d7;
	min-height: 250px;
}
h2.heading{
	height: 50px;
	background: #2670a6;
	color: #fff;
	padding: 10px;
	margin: 0;
	text-align: center;
	font-weight: 600;
}
ul.price>li{
	text-align:center;
	line-height: 30px;
	font-size: 18px;
}
ul.price>li:last-child{
	margin-top: 40px;
}
/*=====================================
* =======  services options ============*/
.media.service-box {
	margin: 25px 0;
}
.media:first-child {
	margin-top: 0;
}
.media.service-box .pull-left {
	margin-right: 20px;
}
.media-left, .media>.pull-left {
	padding-right: 10px;
}
.media.service-box .pull-left>i {
	font-size: 24px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	width: 64px;
	border-radius: 100%;
	color: #2670a6;
	box-shadow: inset 0 0 0 1px #838383;
	-webkit-box-shadow: inset 0 0 0 1px #838383;
	transition: background-color 400ms,background-color 400ms;
	position: relative;
}
.icon-wservice{
	font-size: 35px;
	padding-right: 40px;
	color: #2F8BCC;
}
.media.service-box .pull-left:hover>i {
	background: #2670a6;
	color: #fff;
	box-shadow: inset 0 0 0 1px #ffffff;
	-webkit-box-shadow: inset 0 0 0 1px #ffffff;
	transition: background-color 400ms,background-color 400ms;
}
.media-body, .media-left, .media-right {
	display: table-cell;
	vertical-align: top;
}
.media-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
.media-body>p{
	min-height: 180px;
  text-align: justify;
}
.media.service-box .pull-left>i:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	right: -10px;
	border: 4px solid #fff;
	border-radius: 20px;
	background: #2670a6;
}
#copyright{
	padding: 20px;
}
ul.square{
	margin-left: 1em;
	list-style-type: square;
	list-style-position: inside;
}
ul.square > li{
	list-style: square;
}
ul.decimal{
	margin-left: 1em;
	list-style-type: decimal;
	list-style-position: inside;
}
ul.decimal > li{
	list-style: decimal;
}
ul.upper-roman{
	margin-left: 1em;
	list-style-type: upper-roman;
	list-style-position: inside;
}
ul.upper-roman > li{
	list-style: upper-roman;
}

.portfolio-box {
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
    -webkit-transition: all .4s linear 0s;
    -o-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
}
.image-overlay {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(38,112,166,.7);
    top: 0px;
    opacity: 0;
    -webkit-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}
.image-overlay a i{
	font-size: 45px;
	color: #fff;
	margin-top: 100px;
  margin-right: 10px;
  margin-left: 10px;
}
.portfolio-box:hover .image-overlay{
	opacity: 1;
}
.no-margin-top{
  margin-top: 0;
}



















