body {
  font-family: 'Spinnaker', sans-serif;
}

/* SHOWCASE SECTION */
#showcase {
  background: url('../images/showcase.jpg') center center;
  background-size: cover;
  position: relative;
}

#showcase:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(21, 66, 64, 0.8);
  z-index: 0;
  top: 0px;
  left: 0px;
}

#showcase .container {
  z-index: 10;
  position: relative;
}

#showcase .section-title {
  max-width: 474px;
  font-size: 40px;
  font-weight: bold;
  line-height: 44px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

#showcase .section-para {
  max-width: 440px;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.9px;
  line-height: 25.2px;
}

#showcase .section-subtitle {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.9px;
  line-height: 25.2px;
  margin-bottom: 15px;
}

#showcase .section-image {
  max-width: 600px;
  border: 5px solid #fff;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.5s ease;
  background: #fff;
}

#showcase .section-image:hover {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
  transition: all 0.5s ease;
}

#showcase .section-image:hover::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  z-index: 0;
  top: 0px;
  left: 0px;
}

#showcase .section-image img {
  max-width: 100%;
}

#showcase .section-image:hover img {}

#showcase .section-action .btn {
  background-color: rgba(32, 206, 136, 1);
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  border: solid rgba(32, 206, 136, 1) 0px;
  font-weight: bold;
  font-stretch: normal;
  font-size: 22px;
  line-height: 1.4em;
  border-radius: 0px;
  position: relative;
  padding: 5px 24px;
}

#showcase .section-action .btn span {
  background: url(../images/liftedshadow_medium.png) no-repeat bottom center;
  background-size: contain;
  position: absolute;
  top: 28px;
  width: 100%;
  height: 26px;
  left: 0px;
}
#showcase .section-image img{
   transition: all 0.5s ease;
   opacity: 1;
}

#showcase .section-image:hover img{
   opacity: .6;
}

/* STEP ONE SECTION */
#step-1 .container {
  max-width: 900px;
  padding-top: 50px;
  padding-bottom: 30px;
}

.step-no-wrapper {
  height: 396px;
  position: relative;
}

#svg-arrow-box {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#svg-arrow-box svg {
  width: 100%;
  height: 100%;
}

#svg-arrow-box svg path {
  fill-opacity: 1;
  stroke-width: 0;
  stroke: rgba(64, 199, 192, 1);
  stroke-opacity: 0;
  fill: rgba(64, 199, 192, 1);
}

#step-no-1 {
  position: relative;
  transform: translateY(50%);
  top: -5%;
  left: -40px;  
  font: normal normal bold 155px/1.4em spinnaker, sans-serif;
  color: #0B1C4D;
}

#step-no-1 span {
}

#svg-tick {
  position: absolute;
  top: 25px;
  right: 45px;
  width: 48px;
  height: 50px;
}

#svg-tick svg {
  width: 100%;
  height: 100%;
}

#svg-tick svg path {
  fill-opacity: 1;
  stroke-width: 0;
  stroke: #000000;
  stroke-opacity: 0;
  fill: rgba(212, 210, 0, 1);
}

#svg-plus {
  position: absolute;
  bottom: 100px;
  right: 0px;
  width: 27px;
  height: 27px;
}

#svg-plus svg {
  width: 100%;
  height: 100%;
}

#svg-plus svg path {
  fill-opacity: 1;
  stroke-width: 0;
  stroke: #000000;
  stroke-opacity: 0;
  fill: rgba(22, 55, 154, 1);
}

.step-title {
  font: normal normal bold 28px/1.4em spinnaker, sans-serif;
  color: #0B1C4D;
  border-bottom: 3px solid rgba(212, 210, 0, 1);
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.step-title span {}

.step-img {
  max-width: 524px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
  display: block;
  background-color: rgba(255, 255, 255, 1);
  border: 5px solid rgba(255, 255, 255, 1);
}

.step-img img {
  width: 100%;
}
.step-img img, .img-box img{
    opacity: 1;
    transition: all 0.5s ease;
}
.step-img:hover img, .img-box:hover img{
    opacity: .5;
}

/* STEP 2 SECTION*/
#step-2 {}
#step-2  .container{
  max-width: 1100px;
  padding-top: 50px;
  padding-bottom: 30px;
}

.step-no-wrapper-2 {}

#svg-arrow-box-2 {
    width: 138px;
    height: 312px;
}

#svg-arrow-box-2 svg {
    fill-opacity: 1;
    stroke-width: 0;
    stroke: #000000;
    stroke-opacity: 0;
    fill: rgba(64, 199, 192, 1);
    width: 100%;
    height: 100%;
}

#svg-arrow-box-2 svg path{}

#step-no-2 {
    font: normal normal bold 155px/1.4em spinnaker,sans-serif;
    color: #0B1C4D;
    position: absolute;
    top: -26px;
    left: 20px;
}

.step-title-2 {
    font: normal normal bold 28px/1.4em spinnaker, sans-serif;
    color: #0B1C4D;
    border-bottom: 3px solid rgba(212, 210, 0, 1);
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.step-img-2 img{width:100%;}

/*STEP 3 SECTION*/
#step-3 .container{
  max-width: 900px;
  padding-top: 50px;
  padding-bottom: 30px;
}
.step-no-wrapper-3{
    width: 406px;
    height: 360px;
}
#svg-arrow-box-3 {
    width: 100%;
    height: 100%;
}
#svg-arrow-box-3 svg {
    width: 100%;
    height: 100%;
}
#svg-arrow-box-3 svg path{
    fill-opacity: 1;
    stroke-width: 0;
    stroke: #000000;
    stroke-opacity: 0;
    fill: rgba(64, 199, 192, 1);
}

.step-no-wrapper-3 {
    position: relative;
}

.step-no-wrapper-3 #svg-plus {
    bottom: 96%;
    right: 20px;
}
.font_3 {
    font: normal normal bold 155px/1.4em spinnaker,sans-serif;
    color: #0B1C4D;
}

#step-no-3 {
    position: absolute;
    transform: translate(50%, 50%);
    top: -20%;
    left: 15%;
}

.font_2 {
    font: normal normal bold 28px/1.4em spinnaker,sans-serif;
    color: #0B1C4D;
}

h2.step-title-3{
    border-bottom: 3px solid rgba(212, 210, 0, 1);
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 15px;
}


/*Status Section*/
section#status {
    background-color: rgba(240, 240, 240, 1);
    padding: 80px 0px;
}
.font_8 {margin-bottom:25px;font: normal normal normal 15px/1.4em spinnaker,sans-serif ;color: #545454;font-weight: bold;} 
.img-box{
    border-radius: 0;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.4);
    background-color: rgba(255, 255, 255, 1);
    border: 5px solid rgba(255, 255, 255, 1);
    display: inline-block;
}
.img-box img{width:100%;}
.font_2 {font: normal normal bold 28px/1.4em spinnaker,sans-serif ;color:#0B1C4D;} 
.font_5 {font: normal normal bold 22px/1.4em spinnaker,sans-serif ;color:#0B1C4D;} 


/*Quote Form*/
.tic-box {
    width: 48px;
    height: 50px;
    display: inline-block;
}
.tic-box svg{
    width: 100%;
    height: 100%;
}
.tic-box svg path{
    fill-opacity: 1;
    stroke-width: 0;
    stroke: #000000;
    stroke-opacity: 0;
    fill: rgba(212, 210, 0, 1);
}

section.quote-form {
    padding: 50px 0px;
}

section.quote-form .section-title {
    display: inline-block;
    top: -15px;
    position: relative;
}
section.quote-form  .font_2 {
    border-bottom: 3px solid rgba(212, 210, 0, 1);
    display: inline-block;
    padding-bottom: 3px;
    margin-bottom: 15px;
}
section.quote-form form .required::after {
    content: " *";
    color: rgba(84, 84, 84, 1);
}

.form-control{
  border-radius: 0px;
  color: #303030;
  border-style: solid;
  border-color: rgba(48, 48, 48, 0.55);
}
.form-control:focus{
  
outline: 0;
  
border-color: rgba(48, 48, 48, 0.55);
  
box-shadow: 0 0 0 0 rgba(0,123,255,.25);
}
button.btn.btn-primary {
    border-radius: 0px;
    background-color: rgba(22, 55, 154, 1);
    border: solid rgba(84, 84, 84, 1) 0px;
    cursor: pointer !important;
    padding: .375rem 2.7rem;
}

/*FOOTER*/
footer{background:#0b1c4d;color:#fff; }