@charset "utf-8";
/* CSS Document */


.popup-title{text-transform:uppercase; margin-bottom:20px; text-align: center;}
.popup-form .input-text, .input-select, .input-textarea {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-radius: 0;
    padding: 0px 0 !important;
	margin-bottom: 15px;
}

.popup-form .input-text-btn .btn {
    margin: 0 0 0 10px;
    border-radius: 3px;
}
@media (min-width: 1200px){
.container {
    max-width: 1280px !important;
	}
}

.thickborder {
    border: 7px solid rgb(0 71 103);
    margin-right: 6px;
    background-color: #fff;
    padding: 6px 10px;
    position: relative;
    left: 0;
    box-shadow: 8px 8px 0px #3081c8;
    display: inline-block;
    margin-bottom: 25px;
}
.thickborder:hover{
animation: .4s ease-in-out;
box-shadow: none;
}
.thickborder:after {
    top: 0;
    transition: top .03s ease,left .03s ease;
	}
.services .cnt-box.boxed{
 background: rgb(0 71 103);
 min-height: 360px;
}
.services .cnt-box.boxed img{
	width: 20%;
    margin-left: 30px;
}
.services .cnt-box.boxed .caption {
    padding: 0px 19px 30px 19px;
}
.calltoaction{
	text-align:left; 
	background:url(media/calltoaction-background.jpg);
	color: #30ffe4;
}
.calltoaction h2{
	color: #30ffe4;
}
.calltoaction span {
	color: #fff;
}
.calltoaction a{
	color: #fff;
}
body hr:not([class*=space]) {
    background-color: #4b6c89 !important;
}

.album-item .grid-item{
	text-align: center; 
	border: 1px solid #ccc;
		
}
@media only screen and (max-width: 600px) {
	body > nav .menu-brand img{
		    max-height: 50px;
	}
	.box-lightbox, .box-lightbox-md, .box-lightbox-sm, .box-lightbox-xs{
		max-width: 100%;
	}
}
.i.scroll-top-btn{
	display: none !important;
}
ul.new-list li {
    position: relative;
    list-style: none;
    margin-bottom: 10px;
    margin: 0;
    text-align: left;
    padding-left: 10px;
}
.new-list li::before {
    content: " ";
    position: absolute;
    background-color: #03BFCB;
    width: 14px;
    height: 3px;
    left: -14px;
    top: 14px;
    transform: translateY(-50%);
    transition: all .5s;
  }
  .new-list li:hover::before {
    transform: translateY(-50%) translateX(5px);
  }
  