/* general*/
@font-face {
    font-family: 'Blair';
    src: url('../fonts/BlairMdITCTTMedium.eot');
    src: url('../fonts/BlairMdITCTTMedium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BlairMdITCTTMedium.woff2') format('woff2'),
        url('../fonts/BlairMdITCTTMedium.woff') format('woff'),
        url('../fonts/BlairMdITCTTMedium.ttf') format('truetype'),
        url('../fonts/BlairMdITCTTMedium.svg#BlairMdITCTTMedium') format('svg');
    font-weight: 500;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6{
   font-family: 'Blair', sans-serif;
}

nav .navbar-nav .nav-link {
    font-family: 'Blair', sans-serif;
    font-size: 12px;
}

nav .navbar-nav .nav-link:hover, nav .navbar-nav .nav-link:focus, nav .navbar-nav .nav-link:active, nav .navbar-nav .nav-link.active, a:hover {
    color: #c66f4f;
}

#cta:before, footer ul li {
    background: #78a7b8;
}

footer ul li:hover, footer ul li:focus, footer ul li:active, .btn-white:hover, .btn-white:focus, .btn-white:active{
	background: #c66f4f;
}

h2 span, a, .text-red {
    color: #78a7b8;
}

h2 span{
    text-decoration: none !important;
}

.preloader-holder {
    display: flex;
}

.swiper-container .swiper-slide {
    height: 94vh;
}

@media (max-width: 991px){
	.swiper-container div.arrow-left, .swiper-container div.arrow-right {
		display:none;
	}
}

nav .navbar-brand img {
    width: 250px;
}

.btn, div.arrow-left, div.arrow-right {
	border-radius: 0px;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #c66f4f;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15) !important;
}

.swiper-container .swiper-slide:before {
    background: none;
}

.site-title{
	z-index:1;
	position: absolute;
	top: 32vh;
	width:100vw;
}
.site-title .shadowed {
	color: #FFFFFF;
	text-shadow: 3px 4px 2px #474747;
}

.display-4 {
    font-size: 3rem;
}

h2{
	font-size: 2em;
}
h3 {
    font-size: 1.5rem;
}

/*sections*/

#about p, #services p {
    text-align: justify;
    margin-bottom: 1rem;
}

#blog {
    padding: 50px 0 100px;
}

#blog .blog-content ul {
    text-align: left;
    padding-left: 0;
}
#blog .blog-content li {
    padding-bottom: 0.5rem;
}

#blog .blog-wrapper .blog-content h5 {
    margin: 10px 0 30px;
}

#blog .blog-wrapper {
    height: 100%;
    border-radius: 0px;

}

#cta h5 {
	font-weight: normal;
    font-size: 1.2rem;
    font-family: Poppins, sans-serif;
}
#cta{
	padding: 100px 0;
}

#cta a{
    text-decoration: none;
}
#portfolio h2 {
    margin-bottom: 25px;
}

#services .services-caption {
    padding: 100px 40px;
}
 

#services img{
    display: block;
	max-width: 98%;
	width:auto%;
    height: auto;
    margin: 0 auto;
    box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.3);
}

#portfolio{
	background:#f9f9f9;
}

#contact .contact-content {
    padding: 60px 40px 20px 0;
}

@media (max-width: 991px){
	#contact .contact-content {
		padding: 80px 40px;
	}
}

.contact-checkbox{
	margin-left: 20px;
    margin-bottom: 20px;
}

footer img{
	width:400px;
	max-width:100vw;
}

@media (max-width: 474px){
	footer ul li {
		margin: 4px; 
	}
}

/*slider-images*/

.bg-1 { 
  background: #78a7b8 url("../img/bg2.jpg") center; 
}

.bg-2 { 
  background: #78a7b8 url("../img/bg3.jpg") center; 
}

.bg-3 { 
  background: #78a7b8 url("../img/bg1.jpg") center; 
}

.services-bg { 
  background: #78a7b8 url("../img/IMG_7499.JPG") center; 
}
#services .services-bg:before{
	background: none;
}

/* modals*/

.modal-content {
    border-radius: 0;
}
.modal-body{
	max-height: 75vh;
    overflow-y: scroll;
    font-family: sans-serif;
}
.modal-title {
	color: #78a7b8;
	font-size:1.4rem;
}
.modal-header{
	    border-bottom: 0px;
}
.modal-content h4, .modal-content h3{
    font-size: 1.2rem;
	margin: 2.4rem 0 1rem;
	color: #444;
    font-weight: 600;
}
.modal-dialog {
    max-width: 80vw;
}
@media (max-width: 767px){
	.modal-dialog {
		max-width: none;
	}
}


/*loading-spinner*/

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
