/*!
 * Start Bootstrap - Agency v5.2.2 (https://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */

body {
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
}

p {
  line-height: 1.75;
  color:#393939;
}

a {
  color: #001953;
}

a:hover {
  color: #0f5fff;
}

.header-title{
    padding-top:100px;
    text-align: center;
}

iframe{
    width:100%;
}

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

h2{
	font-size: 40px;
	font-weight:600;
}

#about{
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
}

.carousel-caption{
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
}
.carousel-caption h2{
    position: relative;
    display: inline-block;
}
.carousel-caption h2:before{
    width:100%;
    height:15px;
    position:absolute;
    content:'';
    top:47px;
    left:0;
    opacity:0.8;
    background-color:#001953;
    z-index:-1;
}
.carousel-item {
  height: 80vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-item .btn{
    font-size:1.75em;
    border-radius: 20px;
}

.carousel-item .display-4{
    margin:0;
}
.carousel-item .lead{
    color:#FFF;
}

/* GALLERY CAROUSEL STYLING */
#photos{
	position: relative;
}

#photos .shape{
	clip-path: polygon(0 0, 100% 65%, 100% 100%, 0% 100%);
	background-color:#001953;
	width:100%;
	height:250px;
	position: absolute;
	bottom:0;
	left:0;
}

#photos .cf-nopad{
	padding-left:0;
	padding-right: 30px;
}

#photos .gallery-item{
	background:#eeeeee;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	margin:0 0 30px;
}

#photos .gallery-item{
	height:300px;
}

#photos .desktop-gallery{
    display: none;
}

#photos .mobile-gallery .cf-nopad{
    padding:0;
}

#photos .owl-nav{
    position: absolute;
    bottom:-50px;
    right:0;
    width:auto;
    font-size:100px;
    padding:0 10px;
    color:#0f5fff;
}
#photos .owl-nav .owl-next, #photos .owl-nav .owl-prev{
    margin: 0 20px;
    outline:none;
}
#photos h4{
    text-align: center;
    font-weight: normal;
    margin-bottom: 2em;
}

/* VIDEO STYLING */
#video {
    padding-bottom: 100px;
}
video{
    cursor: pointer;
}

/* QUOTE STYLE */
.testimonial-block{
    
    background-image:url('http://dev.keiransmart.co.uk/wp-content/uploads/2020/01/lk-bg-block.jpg');
    background-position: center;
    background-size: cover;
    padding-bottom:100px !important;
    margin-top:100px;
    color:#FFF;
}
.testimonial-block .testimonial .content{
    font-size:1em;
    
}
.testimonial-block .quote-arrow{
    font-size:6em;
    color:#001953;
}
.testimonial-block h2, .testimonial-block p{
    color:#FFF !important;
}

/* STYLED LIST */
.styled-list{
    background: #001953;
    padding-bottom:150px !important;
    color:#FFF;
    margin-top:100px;
}
.styled-list ul{
    column-count: 2;
    list-style: none;
}
.styled-list ul li{
    font-size: 1.25em;
    margin-bottom:0.75em;
}
.styled-list ul li:before{
      content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #0f5fff; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 0.85em; /* Also needed for space (tweak if needed) */
  margin-left: -0.85em; /* Also needed for space (tweak if needed) */
  font-size:50px;
  position: relative;
  top:8px;
  line-height:20px;
}

/* GALLERY SLIDER */
.owl-slider .item{
    border-radius: 20px;
    height:300px;
    width:auto;
    background-size: cover;
    background-position: center;
}
.owl-slider .item img{
    height:100%;
    width:auto;
}

/* FEATURED WORK STYLING */

#featured-work{
    padding-bottom: 100px;
}

#featured-work .testimonial{
    background:#fff;
    padding:0px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0,0,0,.08);
	margin:1em 0;
    height:400px;
}
#featured-work .content{
    padding:25px;
    
}

#featured-work .image{
    width:100%;
    height: 250px;
    margin:0 auto;
    overflow:hidden;
    background-size: cover;
    background-position: center;
    border-radius: 10px 10px 0 0;
}

#featured-work .image span{
    padding:7px 14px;
    border-radius: 20px;
    position: relative;
    top:15px;
    left:10px;
    color:#FFF;
}

#featured-work .image span.restoration{
    background-color:#ff0000;
}
#featured-work .image span.accident-damage{
    background-color:#001953;
}

#featured-work .author{
	text-transform: uppercase;
	color:#ec008c;
	font-weight: bold;
	margin-top:15px;
    position: absolute;
    bottom:20px;
}
#featured-work .author span{
	font-weight:400;
}

/* BG IMAGE AREA */   
section.bg-img-area{
    background-position: center center;
    background-size: cover;
    padding:100px 0;
}
section.bg-img-area .text-bg{
    background:  rgba(0,0,0, 0.8);
    color:#FFF;
    padding:3em 0.5em;
}
section.bg-img-area .text-bg p{
    color:#fff;
}
section.bg-img-area h3{
    position: relative;
    text-transform: uppercase;
    z-index:1;
}
.page-template #about{
    padding-bottom: 100px;
}


/* PACKAGES */
#packages .pink{
    background-color:#fde6e6;
}
#packages .blue{
	background-color:#e1fefe;
}
#packages .purple{
    background-color:#d0cfdf;
}
#packages .package{
	padding:30px;
	text-align: center;
	transition: all 1s;
	box-shadow: 0px 0px 10px rgba(0,0,0,.08);
	border-radius: 15px;
	margin:1em 0;
}
#packages .package:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,.20);
}
#packages .package ul{
	list-style: none;
	padding:0;
}
#packages .package ul li{
    margin:16px 0 8px;
    border-bottom:1px solid rgba(0,0,0, 0.1);
    width:auto;
}
#packages h3{
    text-transform: uppercase;
    font-size:26px;
    color:#FFF;
}
#packages h4{
    font-size:18px;
}

#services {
	background: #001953;
    padding-bottom:150px;
    color:#FFF;
}

#services ul li{
	list-style-type: none;
	font-size:1.25em;
	margin-bottom:0.75em;
}

#services ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #0f5fff; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 0.85em; /* Also needed for space (tweak if needed) */
  margin-left: -0.85em; /* Also needed for space (tweak if needed) */
  font-size:50px;
  position: relative;
  top:8px;
  line-height:20px;
}


.page-section {
  padding: 100px 0 0;
}

.page-section h2.section-heading {

}

.page-section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.navbar, #mainNav .header-logo-stacked, #mainNav .header-logo-horiztonal{
	transition:all ease 1s;
}
#mainNav .header-logo-stacked{
	width:135px;
	height:66px;
	display:none;
}
#mainNav .header-logo-horiztonal{
	width:258px;
	height:29px;
}

@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}

::-moz-selection {
  background: #0f5fff;
  text-shadow: none;
}

::selection {
  background: #0f5fff;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.dropdown-item{
    text-transform: capitalize;
}

.btn {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #001953;
  border-color: #001953;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #0f5fff !important;
  border-color: #0f5fff !important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

#mainNav {
  background-color: #FFF;
}


#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #001953;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-brand {
  color: #ec008c;
  font-family: 'Kaushan Script', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #d0cfdf;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: #001953;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #ff0000;
}


@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
  #mainNav {
    padding-top: 10px;
    padding-bottom: 10px;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
      background-color: #FFFFFF;
/*background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));*/
    border-top:5px solid #ff0000;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
      box-shadow: 0 0 10px 0 #000;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
  #mainNav .header-logo-stacked{
	width:50%;
	max-height:100px;
	height:auto;
	display: block;
	
  }
  #mainNav .header-logo-horiztonal{
	display:none;
  }
	.navbar-shrink .header-logo-stacked{
		display:none !important;
	}
	.navbar-shrink .header-logo-horiztonal{
		display:block !important;
	}
}

header.masthead {
  position:relative;
  text-align: center;
  color: white;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

header .angle1{
    width:100%;
    height:100%;
    clip-path: polygon(100% 86%, 100% 100%, 0 100%);
    position: absolute;
    bottom:0;
    right:0;
    background-color: #FFF;
    z-index:2;
}
header .angle122{
    width:100%;
    height:100%;
    clip-path: polygon(100% 45%, 43% 100%, 100% 100%);
    position: absolute;
    bottom:0;
    right:0;
    background-color: rgba(255,0,0,0.50);
    z-index:2;
}
header .angle2{
    width:100%;
    height:100%;
    clip-path: polygon(100% 0, 63% 0, 100% 76%);
    position: absolute;
    top:0;
    right:0;
    background-color:rgba(0,25,83,0.50);
    z-index:3;
}
header .angle3{
    width:100%;
    height:100%;
    clip-path: polygon(0 0, 100% 0, 100% 10%, 0 25%);
    position: absolute;
    top:0;
    left:0;
    background-color:#FFF;
    z-index:4;
}

.fullHeight {
    height:100vh !important;
}

header .overlay{
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.5)); /*Standard*/
}

header .video{
	position:absolute;
	width:100%;
	height:100%;
 top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header.masthead .page-intro-text {
	position: relative;
  padding-top: 150px;
  padding-bottom: 100px;
	z-index:2;
}
header.masthead .page-intro-text .intro-lead-in {
  position: relative;
  font-size: 75px;
  line-height: 80px;
  margin-bottom: 25px;
  font-weight:bold;
    text-transform: uppercase;
}

header.masthead .page-intro-text .intro-heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 25px;
  font-family: 'Montserrat', sans-serif;
}

header.masthead .intro-text {
	position: relative;
  padding-top: 150px;
  padding-bottom: 100px;
	z-index:10;
}

header.masthead .intro-text .intro-lead-in {
  position: relative;
  font-size: 100px;
  line-height: 80px;
  margin-bottom: 25px;
  font-family: 'Staatliches', cursive;
}

header.masthead .intro-text .intro-heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 25px;
  font-family: 'Montserrat', sans-serif;
}
header.masthead .intro-heading p{
    color:#FFF !important;
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header.masthead .intro-text .intro-lead-in {


  }
  header.masthead .intro-text .intro-heading {

	 
  }
}




@media (min-width: 767px) {
#services h3, .styled-list h3{
    font-size:2.75em;
}
    
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}



@media (min-width: 768px) {

    #photos .gallery-item{
        height:284px;
    }

    #photos .gi-tall{
        height:600px;
    }
    
    #photos .desktop-gallery{
        display: block;
    }
    
    #photos .mobile-gallery{
        display: none;
    }
    
    h2{
	font-size: 55px;
	font-weight:600;
    }
    
    section.bg-img-area{
        background-position: center center;
        background-size: cover;
        padding:100px 0;
    }
    section.bg-img-area .text-bg{
        background: #000;
        color:#FFF;
        padding:6em 2em;
        opacity:1;
    }
    section.bg-img-area .text-bg p{
        color:#fff;
    }
    section.bg-img-area h3{
        position: relative;
        text-transform: uppercase;
        z-index:1;
    }
}



section#contact {
    /*background-color: #7baeff;*/
    background-size: cover;
    padding-bottom: 150px;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: #ec008c;
  box-shadow: none;
}

section#contact .wpcf7-form-control-wrap.date-675 input::before {
	content: "Event date ";
	margin-right: 10px;
      font-weight: 700;
      color: #ced4da;
}

section#contact .wpcf7-form-control-wrap.date-675 input ::-webkit-input-placeholder{
  font-weight: 700;
  color: #ced4da;
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.footer {
  padding: 25px 0;
  text-align: center;
}

.footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #001953;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #0f5fff;
}
