@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');
/* lading banner first css */
.landing-banner-first{
  min-height: 520px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  background-color: #b3b3b3;
}
.landing-banner-first.banner-overlay:before{
  content:'';
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.landing-banner-first h1{
  font-size: 53px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 100px 0 0;
  line-height: 53px;
}
.landing-banner-first h4{
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px 0;
  line-height: 22px;
}
.landing-banner-first a {
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  background: #efbd11;
  background-color: #efbd11;
  padding: 18px 5px;
  width: 195px;
  text-align: center;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  box-shadow: none;
}
@media (max-width: 1100px){
  .landing-banner-first h1 {
    margin: 0;
  }
}
@media (max-width: 767px){
  .landing-banner-first {
    min-height: 350px;
  }
  .landing-banner-first h1 {
    font-size: 37px;
    line-height: 37px;
  }
}
@media (max-width: 560px){
  .landing-banner-first h1 {
    line-height: 28px;
    font-size: 2em;
  }
  .landing-banner-first h4 {
    margin: 15px 0;
    font-size: 1em;
  }
}


/* lading banner second css */
.landing-banner-second{
  min-height: 520px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  background-color: #b3b3b3;
}
.landing-banner-second.banner-overlay:before{
  content:'';
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.landing-banner-second h1{
  font-size: 53px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 53px;
  padding: 0;
  margin: 0;
}
.landing-banner-second h4{
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 22px;
}
.landing-banner-second a {
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  background: #efbd11;
  background-color: #efbd11;
  padding: 18px 5px;
  width: 195px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  box-shadow: none;
}
.banner2-right-section{
  text-align: right;
}
@media (max-width: 1100px){
  .landing-banner-second {
    min-height: 350px;
  }
  .landing-banner-second h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .landing-banner-second h4 {
    font-size: 16px;
  }
}
@media (max-width: 767px){
  .landing-banner-second,
  .banner2-right-section
  {
    text-align: center;
  }
  .landing-banner-second h1 {
    font-size: 2em;
    line-height: 34px;
  }
  .landing-banner-second h4 {
    font-size: 1em;
  }
}

/* lading banner third css */
.landing-banner-third{
  min-height: 520px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  background-color: #b3b3b3;
}
.landing-banner-third.banner-overlay:before{
  content:'';
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.landing-banner-third > .container {
  display: flex;
  justify-content: center;
}
.landing-banner-third .banner-content{
  border-top: 2px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 100px 0 0;
  padding: 10px 0 25px;
}
.landing-banner-third h1{
  font-size: 44px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 50px;
}
.landing-banner-third h4{
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  margin: 10px 0 30px;
  line-height: 26px;
}
.landing-banner-third a {
  outline: none;
  display: block;
  background-color: #e69917;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  padding: 15px 45px;
  /*border: 1px solid #ffaa19;*/
  text-decoration: none;
  box-shadow: none;
  margin: 0 auto!important;
  width: 231px;
}
@media (max-width: 1100px){
  .landing-banner-third .banner-content {
    margin: 0;
  }
}
@media (max-width: 767px){
  .landing-banner-third {
    min-height: 350px;
  }
  .landing-banner-third h1 {
    font-size: 34px;
    line-height: 32px;
  }
  .landing-banner-third h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}

/* body content css */
.body-content{
  padding: 20px 0;
  text-align: left;
}
.body-content{
  /*background-size: cover;
  background-repeat: no-repeat;*/
  background-position: center center;
  position: relative;
  z-index: 0;
}
.body-content.body-overlay:before{
  content:'';
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.body-content p{
  font-size: 14px;
  line-height: initial;
}


/* service template first css */
.service-template-first {
  padding: 20px 0px 50px;
  /*background-size: cover;
  background-repeat: no-repeat;*/
  background-position: center center;
  position: relative;
  z-index: 0;
  font-family: 'Montserrat', sans-serif;
}
.service-template-first.service-overlay:before{
  content:'';
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.service-template-first h1 {
  text-align: center;
  padding: 0!important;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 30px;
}
.service-template-first h2 {
  background-color: #f1f1f1;
  height: 255px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 50px 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  margin: 0;
}
.service-template-first .row > div {
  padding: 1px;
}
.service-template-first .service-box-img {
  height: 325px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.service-template-first .service-box-img img {
  margin: 0!important;
  position: absolute;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  max-width: initial;
}
.service-template-first .service-content p {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 10px 0 10px;
}
@media (max-width: 767px){
  .service-template-first  h2 {
    height: 25vw;
    padding: 5vw 0;
  }
}


/* service template second css */
.service-template-second {
  padding:20px 0px 50px;
  /*background-size: cover;
    background-repeat: no-repeat;*/
  background-position: center center;
  position: relative;
  z-index: 0;
  font-family: 'Montserrat', sans-serif;
}
.service-template-second.service-overlay:before{
  content:'';
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.service-template-second h1 {
  text-align: center;
  padding: 0!important;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 30px;
}
.service-template-second .row > div {
  padding: 1px;
}
.service-template-second .service-box {
  height: 280px;
  display: flex!important;
  align-items: flex-end;
  margin-bottom: 10px!important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.service-template-second .service-box h5 {
  background-color: rgba(0,0,0,.7);
  width: 100%;
  color: #fff;
  height: 47px;
  line-height: 47px;
  padding: 0 10px;
  font-size: 19px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  margin: 0!important;
}
.service-template-second .service-box h5:before {
  content: '\f105';
  font-family: FontAwesome;
  background-color: #efbd11;
  width: 46px;
  height: 47px;
  position: absolute;
  right: 0;
  color: #333;
  top: 0;
  font-size: 30px;
  text-align: center;
}
.service-template-second .service-content p {
  font-size: 14px;
  font-weight: 500;
  padding: 0 10px 0 10px;
}
@media (max-width: 767px){
  .service-template-second  h2 {
    height: 25vw;
    padding: 5vw 0;
  }
}

/* service template third css */
.service-template-third{
  padding:20px 0px 50px;
  /*background-size: cover;
    background-repeat: no-repeat;*/
  background-position: center center;
  position: relative;
  z-index: 0;
  font-family: 'Montserrat', sans-serif;
}
.service-template-third.service-overlay:before{
  content:'';
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.service-template-third h1 {
  text-align: center;
  padding: 0!important;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 30px;
}
.service-template-third .service-box {
  height: 350px;
  display: flex!important;
  align-items: flex-end;
  margin-bottom: 10px!important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.service-template-third .service-box .image-overlay {  
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 15px;  
}
.service-template-third .service-box .image-overlay h5{
  text-transform: uppercase;
  color: #e69917;
  font-size: 22px;
  line-height: 26px;
  margin: 0;
  font-weight: 600;
}
.service-template-third .service-box .image-overlay h6{
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  margin: 0;
  font-weight: 400;
}
.service-template-third .service-content p {
  font-size: 14px;
  font-weight: 500;
  padding: 0 15px 0;
}
@media (max-width: 767px){
  .service-template-third  h2 {
    height: 25vw;
    padding: 5vw 0;
  }
}

/* bottom phone first css */
.bottom-phone-first{
  background-color: #f1f1f1;
  /*background-size: cover;
    background-repeat: no-repeat;*/
  background-position: center center;
  position: relative;
  z-index: 0;
  position: relative;
}
.bottom-phone-first.btm-phone-overlay:before{
  content:'';
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.bottom-phone-first .bottom-phone-inner-container {
  display: flex;
  align-items: center;
  min-height: 200px;
  font-family: 'Montserrat', sans-serif;
}
.bottom-phone-first .bottom-phone-inner-container .row {
  width: 100%;
}
.bottom-phone-first h4 {
  font-size: 19px;
  font-weight: 600;
  color: #313131;
  text-transform: uppercase;
  margin: 0;
}
.bottom-phone-first h2 {
  font-size: 32px;
  color: #313131;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  line-height: initial;
}
.bottom-phone-first h1 {
  font-size: 2.5vw;
  font-weight: 700;
  color: #313131;
  position: relative;
  padding-left: 4vw;
  text-transform: uppercase;
  text-align: right;
}
.bottom-phone-first h1 a {
  padding-left: 4vw;
  color: #313131;
  position: relative;
  text-decoration: none;
  box-shadow: none;
}
.bottom-phone-first h1 a:before {
  position: absolute;
  top: 50%;
  left: 0;
  color: #313131;
  font-weight: normal;
  font-size: 3vw;
  transform: translateY(-50%);
}
@media (max-width: 1100px){  
  .bottom-phone-first h1 {
    font-size: 40px;
    margin-top: 10px;
    padding-left: 0;
  }
}
@media (max-width: 767px){
  .bottom-phone-first .bottom-phone-inner-container {
    text-align: center;
    margin: 0;
  }
  .bottom-phone-first h4 {
    font-size: 1em!important;
  }
  .bottom-phone-first h2 {
    font-size: 1.5em!important;
  }
  .bottom-phone-first h1 {
    font-size: 2em!important;
  }
  .bottom-phone-first h1 a{
    padding-left: 0;
  }
  .bottom-phone-first h1 a:before {
    left: -40px;
    right: initial;
    font-size: 30px;
  }
}


/* bottom phone second css */
.bottom-phone-second{
  background-color: #f1f1f1;
  /*background-size: cover;
    background-repeat: no-repeat;*/
  background-position: center center;
  position: relative;
  z-index: 0;
  position: relative;
}
.bottom-phone-second.btm-phone-overlay:before{
  content:'';
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.bottom-phone-second .bottom-phone-inner-container {
  display: flex;
  align-items: center;
  min-height: 200px;
  font-family: 'Montserrat', sans-serif;
}
.bottom-phone-second .bottom-phone-inner-container .row {
  width: 100%;
  align-items: center;
  display: contents;
}
.bottom-phone-second h3 {
  font-size: 21px;
  color: #313131;
  font-weight: 500;
  margin: 0;
  text-align: right;
}
.bottom-phone-second h2 {
  text-transform: uppercase;
  color: #313131;
  font-size: 32px;
  font-weight: 600;
  margin: 0;
  line-height: 34px;
}
.bottom-phone-second h1 {
  font-size: 40px;
  font-weight: 700;
  margin: -10px 0 0;
  line-height: initial;
  text-align: right;
}
.bottom-phone-second h1 a {
  color: #313131;
  position: relative;
  text-decoration: none;
  box-shadow: none;
}
.bottom-phone-second h1 a:before {
  font-weight: normal;
  font-size: 35px;
  position: absolute;
  top: 5px;
  color: #000;
  left: -45px;
}
@media (max-width: 767px){
  .bottom-phone-second .bottom-phone-inner-container {
    text-align: center;
    margin: 0;
  }
  .bottom-phone-second .bottom-phone-inner-container .row {
    width: 100%;
    display: initial;
    margin: 0;
  }
  .bottom-phone-second h2 {
    text-align: center;
    margin: 20px 10px;
    font-size: 1.5em!important;
    line-height: 24px;
  }
  .bottom-phone-second h3 {
    font-size: 1.3em;
    margin-top: 10px;    
    text-align: center;
  }
  .bottom-phone-second h1 {
    font-size: 2em!important;
    text-align: center;
  }
  .bottom-phone-second h1 a:before {
    top: 0;
  }
}

/* bottom phone third css */
.bottom-phone-third{
  background-color: #f1f1f1;
  /*background-size: cover;
    background-repeat: no-repeat;*/
  background-position: center center;
  position: relative;
  z-index: 0;
  position: relative;
  padding: 50px 0;
}
.bottom-phone-third.btm-phone-overlay:before{
  content:'';
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.bottom-phone-third .bottom-phone-inner-container {
  display: flex;
  align-items: center;
  min-height: 200px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
.bottom-phone-third .bottom-phone-inner-container .row {
  width: 100%;
}
.bottom-phone-third  h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin: 0;
  line-height: inherit;    
  text-transform: uppercase;
}
.bottom-phone-third h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 500;
  line-height: 46px;
  margin-bottom: 30px;
}
.bottom-phone-third p a {
  color: #fff;
  font-size: 20px;
  font-weight: 500;    
  display: inline-block;
  text-decoration: none;
  box-shadow: none;  
  line-height: initial;
}
.bottom-phone-third p a i {
  margin: 20px 0 10px;
  font-size: 50px;
  display: inline-block;
}
.bottom-phone-third p a:last-child {
  font-size: 40px;
  display: inline-block;
}
@media (max-width: 767px){
  .bottom-phone-third .bottom-phone-inner-container .row {
    margin: 0;
  }
  .bottom-phone-third h4 {
    font-size: 14px;
  }
  .bottom-phone-third h2 {
    font-size: 30px;
    line-height: 32px;
    margin: 8px 0 0;
  }
  .bottom-phone-third p a {
    font-size: 16px;
  }
  .bottom-phone-third p a:last-child {
    font-size: 34px;
  }
}

.or-divider:before {
  content: 'OR';
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
  background-color: #d4d4d4;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: 0 auto;
  line-height: 35px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  border: 5px solid #fff;
}

.or-divider {
  position: relative;
  height: 30px;
  border-top: 1px solid #ccc;
  margin-top: 15px;
}
.footercontainer {
  display: none;
}

/* Loader for phone number start */
.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 12px;
  height: 12px;
  background-color: #fff;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
.call-now .spinner > div {
  background-color: #1BBC9B;
}
/* Loader for phone number end */