html{
  scroll-behavior: smooth;
}

body {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Exo 2', sans-serif;
    overflow-x: hidden;
}

.container{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
}


/*******************HEADER******************/

header{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    background: -webkit-linear-gradient(top,rgb(0 0 0 / 86%) 29%,rgb(0 0 0 / 21%) 100%);
    border-bottom: 1px dashed #aca5a5;
}

/*a.feedback{
    bottom: 300px;
    margin-right: -25px;
    position: fixed;
    right: 0;
    transform: rotate(-90deg);
    z-index: 800;
    background-color: #1c6ca3;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

a.feedback1{
    bottom: 220px;
    margin-right: -8px;
    position: fixed;
    right: 0;
    transform: rotate(-90deg);
    z-index: 800;
    background-color: #ff9900;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}*/






/*




.top-header{
  background-color: #750202;
  padding: 5px 0;
}

.header-left ul{
  padding: 0px;
  margin: 0px;
}

.top-header ul li{
  list-style-type: none;
  display: inline-block;
  padding-right: 10px;
}

.top-header ul li a{
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  font-style: italic;
}

.header-right ul{
  padding: 0px;
  margin: 0px;
  text-align: right;
}

.header-right ul li{
  list-style-type: none;
  display: inline-block;
  padding-left: 15px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
}

.header-right ul li a{
  font-size: 14px;
  color: #fff;
}
*/


.fixed-top{
  position: fixed !important;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.71);
}

.fixed-top .navbar-light .navbar-nav .nav-link {
    color: #750202;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    padding: 14px 40px;
    border-right: 1px solid #ececec;
}

.fixed-top .navbar-light .navbar-brand{
  display: block;
}

.fixed-top .navbar-brand img{
    width: 100%;
    max-width: 150px;
    margin-top: 0px;
}

.menu-section h6{
  width: 251px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0px;
}

.menu-section h6 i{
  font-size: 40px;
  color: #000;
  float: left;
  margin-right: 20px;
  margin-top: 7px;
}

.menu-section h6 a{
    display: block;
    font-size: 30px;
    line-height: 34px;
    font-weight: 400;
    color: #fd4441;
    text-decoration: underline;
}

.fixed-top nav {
    margin-top: 0px;
    box-shadow: none;
}

.fixed-top a.btn.btn-quote{
  border-radius: 0px;
}

.navbar-brand h5{
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  margin-top: 14px;
}

.navbar-light .navbar-brand{
  width: 300px;
  padding: 0px;
}

.navbar-brand img{
    width: 100%;
    max-width: 200px;
}

.fixed-top nav.navbar.navbar-expand-lg.navbar-light{
  bottom: 0px;
}

nav.navbar.navbar-expand-lg.navbar-light{
    padding: 0px;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #ffffff;
    background-color: #750202;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    line-height: 53px;
    font-weight: 400;
    padding: 10px 36px;
    border-right: 1px dashed #7a7a7a;
    white-space: nowrap;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #da1e36;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
    background-color: #750202;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    background-color: #000;
    padding: 0px;
    margin-top: -1px;
    border-radius: 0px;
}

.dropdown-item{
  color: #fff;
  font-size: 12px;
  padding: 7px;
  background-color: #750202;
  border-bottom: 1px solid #25ab3d;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #000;
    padding: 7px;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

/***************SLIDER**************/

/*.slider{
    margin-top: -68px;
}*/

.slider .carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background: rgba(0,0,0,.4);
}


.slider img{
  width: 100%;
  height: 630px;
  object-fit: cover;
}

.heading-box h2{ width:100%;}
.text-box {
  position: absolute;
  top: 55%;
  left: 12%;
  right: 12%;
  color: #f8931e;
  text-align: center;
  transform: translateY(-50%);
  z-index: 99;
}

.text-box h2{ 
  width:100%;
  font-family: 'Exo 2', sans-serif;
  font-size: 42px;
  line-height: 50px;
  font-weight: 900;
  color: #fff;
  padding: 10px 10px 15px;
}

.text-box h2 span{
  display: block;
  font-weight: 400;
  font-style: italic;
  font-size: 30px;
  line-height: 54px;
}

.text-box p{
  font-size: 40px;
  line-height: 44px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 0px;
}

.carousel-indicators{
  bottom: 80px;
}

a.btn.btn-view{
    border: 1px solid #13287d;
    background-color: #13287d;
    padding: 12px 20px 14px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
}

a.btn.btn-view:hover{
    border: 1px solid #279e64;
    background-color: #279e64;
}

/*.year-box img {
    position: absolute;
    top: 55%;
    right: 16%;
    height: 150px;
    width: 150px;
    z-index: 9999;
}
*/

/**********PROFESSIONAL*********/

.professional{
    position: relative;
    margin-top: -123px;
    width: 100%;
}

.pro-box{
    border: 1px solid #ffffff;
    background-color: rgb(117 2 2);
    text-align: center;
    border-radius: 5px;
    padding: 20px;
}

.pro-box img{
  margin-bottom: 15px;
}

.pro-box h5{
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/******************WELCOEM SECTION*****************/

.welcome-section{
  background: url("../images/welcome-bg.jpg") top center repeat;
  width: 100%;
  padding: 70px 0;
  text-align: center;
}

.welcome-section h6{
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 0px;
}

.welcome-section h1{
    font-size: 45px;
    line-height: 50px;
    font-weight: 900;
    color: #750202;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.welcome-section p{
  margin-bottom: 20px;
}

a.btn.btn-read {
    border: 2px solid #750202;
    background-color: #750202;
    padding: 12px 30px;
    border-radius: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
}

a.btn.btn-read:hover{
    border: 2px solid #750202;
    background-color: transparent;
    color: #750202;
}



/***************SERVICE SECTION**************/

.service-section{
  background: url("../images/slider1.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.service-section .overlay{
  padding: 70px 0;
  background-color: rgb(117 2 2 / 85%);
}

.service-section h4{
    font-size: 50px;
    line-height: 54px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.service-section h4:after {
    content: '';
    width: 120px;
    height: 3px;
    background: #fff;
    margin: 0 auto;
    display: block;
    margin-top: 5px;
    margin-bottom: 30px;
}

/*.service-box img{
  width: 100%;
  height: 260px;
}*/

.service-box figure {
    position: relative;
    width: 100%;
    height: 260px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

.service-box figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
    -webkit-transition: transform .2s ease;
    -moz-transition: transform ease .2s;
    -ms-transition: transform ease .2s;
}

.service-box figure img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.service-text{
  text-align: center;
  background-color: rgb(117 2 2 / 85%);
  padding: 20px;
  margin-bottom: 30px;
}

.service-text h5{
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.service-text h5 a{
  color: #fff;
  text-decoration: none;
}

.service-text h5 a:hover{
  color: #fff;
}

.service-text p{
  margin-bottom: 20px;
  color: #fff;
}

a.more{
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    text-decoration: underline;
}

a.more i{
  padding-left: 5px;
}

a.more:hover{
  color: #fff;
  text-decoration: none;
}

.owl-nav{
  display: none;
}

.owl-dots {
  text-align: center;
  z-index: 9999;
  position: relative;
  margin-top: 10px;
}

.owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  background: #ababab;
  display: block;
  transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -mozkit-transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-dot.active span, .owl-dot:hover span {
  background: #793737;
}

button:focus{
  outline: none;
}

.btn.focus, .btn:focus{
  box-shadow: none;
}

/*****************QUESTION SECTION*****************/

.question-section{
  padding: 40px 0;
  background-color: #000;
}

.question-section h4{
  font-size: 34px;
  line-height: 38px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
  padding-top: 7px;
}

a.btn.btn-contact{
  border: 2px solid #750202;
  background-color: #750202;
  border-radius: 3px;
  padding: 8px 30px;
  font-size: 18px;
  line-height: 34px;
  font-weight: 700;
  color: #fff;
  float: right;
}

a.btn.btn-contact:hover{
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}

/***************CHOOSE SECTION**************/

.choose-section{
  background: url("../images/slider2.jpg") top center no-repeat;
  background-size: cover;
}

.choose-left{
  background-color: #000;
  padding: 70px 40px 70px 110px;
}

.choose-left h4{
    font-size: 50px;
    line-height: 54px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 30px;
}

.choose-left h4:after {
    content: '';
    width: 120px;
    height: 3px;
    background: #fff;
    display: block;
    margin-top: 5px;
    margin-bottom: 30px;
}

.choose-left p{
  color: #fff;
}

.choose-left ul{
  padding: 0px;
  margin: 0px;
}

.choose-left ul li{
  list-style-type: none;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
  font-style: italic;
}

.choose-left ul li i{
  color: #fff;
  padding-right: 5px;
}

/*****************GALLERY SECTION****************/

.gallery-section{
  padding: 70px 0;
  background-color: #f5f5f5;
}

.gallery-section h4{
    font-size: 50px;
    line-height: 54px;
    font-weight: 900;
    color: #750202;
    text-align: center;
    margin-bottom: 30px;
}

.gallery-section h4:after {
    content: '';
    width: 120px;
    height: 3px;
    background: #750202;
    margin: 0 auto;
    display: block;
    margin-top: 5px;
    margin-bottom: 30px;
}

.gallery-section figure {
    position: relative;
    width: 100%;
    height: 220px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.gallery-section figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
    -webkit-transition: transform .2s ease;
    -moz-transition: transform ease .2s;
    -ms-transition: transform ease .2s;
}

.gallery-section figure img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/*.img-fluid {
    max-width: 100%;
    height: 280px;
    width: 100%;
    margin-bottom: 30px;
    object-fit: cover;
}*/

.btn.btn-gallery{
    border: 1px solid #750202;
    background-color: #750202;
    padding: 12px 30px;
    border-radius: 0px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    max-width: 172px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.btn.btn-gallery:hover{
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}

/*****************OFFER SECTION****************/

.offer-section{
  padding: 70px 0;
  background-color: #fff;
}

.offer-section h4{
    font-size: 50px;
    line-height: 54px;
    font-weight: 900;
    color: #750202;
    text-align: center;
    margin-bottom: 30px;
}

.offer-section h4:after {
    content: '';
    width: 120px;
    height: 3px;
    background: #750202;
    margin: 0 auto;
    display: block;
    margin-top: 5px;
    margin-bottom: 30px;
}

.offer-box{
  border: 1px solid #eee;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 0 8px rgb(215 215 215 / 71%);
}

.offer-box h5{
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.offer-box p{
  margin-bottom: 0px;
}











/*****************TESTIMONIALS*****************/

.testimonials{
  background: url("../images/testi-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 70px 0;
}

/*.testimonials .overlay{
  padding: 70px 0;
  background-color: rgb(27 147 49 / 88%);
}*/

.testimonials h4{
    font-size: 50px;
    line-height: 54px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.testimonials h4:after {
    content: '';
    width: 120px;
    height: 3px;
    background: #fff;
    margin: 0 auto;
    display: block;
    margin-top: 5px;
    margin-bottom: 20px;
}

.testi-box{
  text-align: center;
  /*padding: 20px;
  background-color: #750202;
  border-radius: 10px;*/
}

/*.testi-box i.fa-quote-left{
  border: 2px solid #fff;
  background-color: #fff;
  padding: 15px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 20px;
  color: #750202;
  line-height: 26px;
  margin-bottom: 20px;
}*/

.testi-box p{
  color: #fff;
  margin-bottom: 5px;
}

.testi-box i.fa-star{
  color: #ffed07;
  font-size: 12px;
  margin-right: 2px;
  margin-bottom: 5px;
}

.testi-box h5{
  color: #fff;
  font-size: 20px;
  margin-bottom: 0px;
}

.testimonials .owl-nav{
  display: none;
}

.testimonials .owl-dots{
  display: none;
}

.testimonials p strong{
  margin-bottom: 30px;
}



/**********************FOOTER********************/

.top-footer{
  padding: 40px 0;
  background-color: #750202;
}

.top-footer img{
  width: 100%;
}

.top-footer h4{
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.top-footer h4:after{
  display: none;
}

.top-footer h6{
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
}


.top-footer p{
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}

.top-footer p a{
  color: #fff;
  text-decoration: none;
}

.footer-text ul{
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
}

.footer-text ul li{
  list-style-type: none;
  display: inline-block;
}

.footer-text ul li a i{
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 20px;
  font-size: 15px;
  color: #000;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
}

.footer-text ul li a i.fa-facebook-f{
  background-color: #3b5998;
  color: #fff;
}

.footer-text ul li a i.fa-facebook-f:hover{
  background-color: #294379;
}

.footer-text ul li a i.fa-twitter{
  background-color: #00acee;
  color: #fff;
}

.footer-text ul li a i.fa-twitter:hover{
  background-color: #0991c5;
}

.footer-text ul li a i.fa-instagram{
  background-color: #8a3ab9;
  color: #fff;
}

.footer-text ul li a i.fa-instagram:hover{
  background-color: #601d87;
}

.footer-text ul li a i.fa-yelp{
  background-color: #c41200;
  color: #fff;
}

.footer-text ul li a i.fa-yelp:hover{
  background-color: #9b110c;
}

.quicks ul{
  padding: 0px;
  margin: 0px;
}

.quicks ul li{
  list-style-type: none;
  padding-bottom: 10px;
}

.quicks ul li a{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

.quicks ul li a:hover{
  color: #fff;
  text-decoration: underline;
}

.bottom-footer{
    padding: 20px 0;
    background-color: #470000;
}

.copyright p{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0px;
}

.design p{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0px;
  text-align: right;
}

.design p a{
  text-decoration: none;
  color: #fff;
}

.mobile-quote-button{
  position: fixed;
    bottom: 130px;
    left: 15px;
    background-color: #3bd60d;
    padding: 13px 17px 14px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    z-index: 9999999999;
    border-radius: 30px;
    text-transform: uppercase;
  display: none;
}

.mobile-quote-button:hover{
    text-decoration: none;
    color: #fff;
}


/*************BACK TO TOP**************/

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #11598a;
    color: #fff;
    width: 55px;
    height: 54px;
    line-height: 7px;
    right: 15px;
    bottom: 40px;
    padding-top: 7px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper i.fa.fa-angle-up {
    line-height: inherit;
    font-size: 26px;
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}

.scroll-top-wrapper i.fas.fa-plug{
  font-size: 30px !important;
}

.scroll-top-wrapper h5{
    margin-top: 0px;
    font-weight: 300;
    font-size: 16px;
}




.mobile-icon{display:none;}
.mobile-icon .material-button-anim{position:fixed;bottom:-1%;left:0;padding:127px 16px 27px 16px;text-align:center;max-width:320px;z-index:999999999999;}
.mobile-icon1 .material-button-anim{position:fixed;bottom:-1%;right:0;padding:127px 16px 27px 16px;text-align:center;max-width:320px;z-index:999999999999;}
.material-button{position:relative;top:0;z-index:1;width:60px;height:60px;font-size:1.5em;color:#fff;border:none;border-radius:50%;box-shadow:0 3px 6px rgba(0,0,0,.275);outline:none;}
.material-button-toggle{z-index:3;width:60px;height:60px;margin:0 auto;text-align:center;line-height:50px;}
@keyframes bounce{0%{margin-top:0;}
50%{margin-top:-15px;margin-bottom:15px;}
100%{margin-top:0;}
}
@keyframes roket-roket-circle-anim{0%{transform:rotate(0deg) scale(1) skew(0deg);opacity:0.1;}
30%{transform:rotate(0deg) scale(1.25) skew(0deg);opacity:0.25;}
100%{transform:rotate(0deg) scale(1.5) skew(0deg);opacity:0;}
}
.material-button-toggle:not(:hover):not(:focus):not(:active){transition:.25s !important;animation:2.25s bounce infinite !important;}
.material-anim{width:100%;height:100%;text-indent:-9999px;z-index:0;position:absolute;top:0;left:0;right:0;bottom:0;box-shadow:none;}
.material-anim.one{-webkit-animation:roket-roket-circle-anim 1.2s infinite ease-in-out !important;-moz-animation:roket-roket-circle-anim 1.2s infinite ease-in-out !important;-ms-animation:roket-roket-circle-anim 1.2s infinite ease-in-out !important;-o-animation:roket-roket-circle-anim 1.2s infinite ease-in-out !important;animation:roket-roket-circle-anim 1.2s infinite ease-in-out !important;-webkit-transition:all 0.5s !important;-moz-transition:all 0.5s !important;-o-transition:all 0.5s !important;transition:all 0.5s !important;}
.material-anim.two{border:2px solid #58d742 !important;opacity:0.1 !important;background:none !important;-webkit-animation:roket-roket-circle-anim 1.9s infinite ease-in-out !important;-moz-animation:roket-roket-circle-anim 1.9s infinite ease-in-out !important;-ms-animation:roket-roket-circle-anim 1.9s infinite ease-in-out !important;-o-animation:roket-roket-circle-anim 1.9s infinite ease-in-out !important;animation:roket-roket-circle-anim 1.9s infinite ease-in-out !important;-webkit-transition:all 0.5s !important;-moz-transition:all 0.5s !important;-o-transition:all 0.5s !important;transition:all 0.5s !important;}
#cd-top{display:none;}
iframe{width:100%;}
iframe{width:100%;}
@media (max-width:767px){.mobile-icon{display:block;}}

.material-button img{
    width: 60px;
    height: 60px;
}


/****************ABOUT US PAGE START HERE***************/

.page-banner{
  background: url("../images/slider1.jpg") top center no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
  height: 450px;
}
  
.page-banner .overlay{
    background-color: rgba(0,0,0,.3);
    height: 450px;
    display: table-cell;
    vertical-align: bottom;
}

.page-banner h1{
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;  
}

.page-banner h2{
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;  
}

ul.breadcrumb {
    background: transparent;
    padding: 5px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border-radius: 0px;
}

ul.breadcrumb li {
    display: inline;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

ul.breadcrumb li a {
    color: #fff;
    text-decoration: none;
}

ul.breadcrumb li a:hover{
  color: #62ffd1;
}

ul.breadcrumb li {
    display: inline;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    content: "/\00a0";
    color: #fff;
}

/**************CONTACT US PAGE START HERE*************/

.contact-address{
  padding: 70px 0;
  background-color: #f5f5f5;
}

.contact-address .row{
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 8%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background-color: #fff;
    padding: 30px;
    text-align: center;
}

.contact-address i{
    background-color: #750202;
    padding: 10px;
    width: 60px;
    height: 60px;
    font-size: 16px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 50%;
}

.contact-address h2{
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.contact-address p a{
  color: #000;
  text-decoration: none;
}

.opening-section{
  padding: 70px 0;
}


.opening-section h3 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    color: #750202;
    text-align: center;
    margin-bottom: 30px;
}

.opening-section input {
    border: 1px solid #ccc;
    background-color: #eee;
    border-radius: 0px;
    height: 42px;
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
    width: 100%;
}

.opening-section textarea {
    border: 1px solid #ccc;
    background-color: #eee;
    border-radius: 0px;
    height: 140px;
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
    width: 100%;
    padding-left: 10px;
}

.opening-section button.btn.btn-primary {
    border: 2px solid #750202;
    background-color: #750202;
    padding: 10px 30px;
    border-radius: 0px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    float: right;
}

.opening-section button.btn.btn-primary:hover {
    border: 2px solid #750202;
    background-color: #750202;
    color: #fff;
}

/*************SERVICES PAGE START HERE***********/

.service-body{
  padding: 70px 0;
}

.detail-box{
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 0 8px rgb(164 164 164 / 71%);
}

.detail-box img{
  width: 300px;
  height: 250px;
  float: left;
  margin-right: 20px;
}

.detail-box h2{
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    color: #750202;
    margin-bottom: 15px;
}

.detail-right h3{
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    color: #750202;
    margin-bottom: 15px;
}

.detail-right ul{
  padding: 0px;
  margin: 0px;
}

.detail-right ul li{
  list-style-type: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.detail-right ul li a{
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}

.detail-right ul li a:hover{
  color: #750202;
}

.detail-right ul li a i{
  color: #750202;
  padding-right: 5px;
}

/*******************MEDIA QUERY****************/

@media(max-width: 1024px)
{
  .navbar-light .navbar-nav .nav-link{
    padding: 10px 20px;
  }

  .text-box h2{
    font-size: 30px;
    line-height: 40px;
  }

  .offer-box h5{
    font-size: 22px;
  }

  .detail-right h3{
    font-size: 24px;
  }
}

@media(max-width: 991px)
{
  .navbar-light .navbar-toggler{
    background-color: #fff;
  }

  .choose-left{
    padding: 20px;
  }

  .gallery-section figure{
    height: 300px;
  }

  .top-footer h4{
    text-align: left;
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .navbar-light .navbar-nav .nav-link{
    line-height: 30px;
    padding: 10px;
  }

  .slider img{
    height: 500px;
  }
}

@media(max-width: 834px){
  .pro-box h5{
    font-size: 14px;
  }

  .detail-box img{
    width: 100%;
    float: none;
    height: auto;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

@media(max-width: 767px)
{
  .professional{
    margin-top: 0px;
    padding-top: 40px;
  }

  .pro-box{
    margin-bottom: 30px;
  }

  a.btn.btn-contact{
    float: none;
    margin-top: 10px;
  }

  .service-box figure{
    height: auto;
  }

  .gallery-section figure{
    height: auto;
  }

  .design p{
    text-align: left;
    margin-top: 10px;
  }
}

@media(max-width: 600px)
{
  .slider img{
    height: 400px;
  }

  .navbar-light .navbar-brand{
    width: auto;
  }

  .question-section h4{
    font-size: 26px;
    line-height: 32px;
  }

  .page-banner{
    height: 350px
  }

  .page-banner .overlay{
    height: 350px
  }

  .page-banner h1{
    font-size: 40px;
    line-height: 45px;
  }
}

@media(max-width: 575px)
{
    .mobile-quote-button{
        display: block;
    }    
}

@media(max-width: 400px)
{
  .text-box h2{
    font-size: 18px;
    line-height: 26px;
  }

  .service-section h4{
    font-size: 34px;
    line-height: 40px;
  }

  .choose-left h4{
    font-size: 34px;
    line-height: 40px;
  }

  .gallery-section h4{
    font-size: 34px;
    line-height: 40px;
  }

  .offer-section h4{
    font-size: 34px;
    line-height: 40px;
  }

  .testimonials h4{
    font-size: 34px;
    line-height: 40px;
  }
}



























