/****** PLACE YOUR CUSTOM STYLES HERE ******/

body {
    font-size:15px;
}

.nav-bar {
    border-color: #eee !important;
}
section.border-top {
	border-top: 1px solid #eee;
}

section#intro h3 {
	font-size: 23px;
}

span.orange {
    color: #e5692c !important;
}

.background-image {
    background-size: cover !important;
}

section#features img {
    max-width: 300px;
}
.nav-bar .container {
	width: 95%;
}
.btn-orange {
	background: #e5692c !important;
    color: #fff !important;
    border-color:#e5692c !important;
      transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.btn-orange:hover {
	background: #D46028 !important;
    color: #fff !important;
    border-color:#D46028 !important;
}
.btn-outlined {
    border-color:#0F75BD !important;
}
.btn-outlined:hover {
	background: #0F75BD !important;
	color: #fff !important;
}
.scroll-more {
	margin-left: 15px;
	font-size: 11px;
	opacity: 0.6;
}
.blue {
	color: #0F75BD !important;
}
nav .nav-bar {
    display: none;
}
	@media all and (max-width: 767px) {
		nav .nav-bar {
		    display: block;
		}
		.nav-bar .container {
		    width: 100%;
		    padding-right: 0;
		    padding-left: 10px;
		}
		.logo-top {
			display: none;
		}
	}
nav.scrolled .nav-bar {
	display: block;
}
.logo-top {
	position: absolute;
	z-index: 99;
	margin: 40px 0 0 100px;
	width:225px;
}

.loading {
	font-size:24px;
	margin-top:-5px;
	margin-bottom:10px;
	visibility:hidden;
}
.lshow {
	visibility:visible !important;
}

.modal-header, h4, .close {
      background-color: #0F75BD;
      color:white !important;
      text-align: center;
      font-size: 30px;
  }


.grid-sizer { width: 20%; }
.item { width: 20%; }
.grid-item-width2 { width: 40%; }
.grid-item-height2 { height: 100px; }

.container .masonry-item {
    margin-bottom:0px;
}

.overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
    color: #fff;
    display: none;
}

.overlay .title {
    text-align: center;
    font-size: 25px;
    color:white;
    font-weight:bold;
    
}

.overlay .description {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.70);
    width: 100%;
    margin: 0;
}

.overlay .description p {
    margin: 10px;
    color:white;
}

.item:hover .overlay {
    display: block;
}

.box {
    margin:10px;
    border:1px solid #d5d5d5;
}
.box-title {
    padding:20px;
    background-color:#0F75BD;
    color:white;
    font-size:1.3em;
    font-family:"Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.box-content {
    padding:10px;
    background-color:#eaf3f9;
    height:325px;
    text-align: justify;
    font-size:13px;
}

.box-title2 {
    padding:15px;
    background-color:#0F75BD;
    color:white;
    font-size:1.2em;
    font-family:"Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.box-content2 {
    padding:10px;
    background-color:#eaf3f9;
    height:280px;
    text-align: justify;
    font-size:13px;
}

.quote {
    margin-top:40px;
    font-style:italic;
    color:#0f75bd;
    font-size:1.1em;
}


@media screen and (max-width: 1224px) {
  .grid-sizer { width: 33.33%; }
  .item { width: 33.33%; }
}

@media screen and (max-width: 720px) {
  .grid-sizer { width: 50%; }
  .item { width: 50%; }
}

@media screen and (max-width: 480px) {
  .grid-sizer { width: 100%; }
  .item { width: 100%; }
}
  
  