@charset "utf-8";
/* CSS Document */
body{font-family: 'Poppins';}
.navbar{padding-top: 0px; padding-bottom: 0px;}
nav .navbar-nav li a{
color: #35363a !important; font-size:16px; padding-left: 15px !important; padding-right: 15px !important;
background: #ffffff; text-transform: uppercase;  border-radius: 10px; transition: 0.5s;
  }
nav .navbar-nav li a:hover{
color: #ffffff !important; background: #35363a; 
  }
  
@media (min-width : 992px) {
  .offcanvas {
    visibility      : visible;
    position        : relative;
    background      : none;
    border          : none;
    justify-content : end;
    color           : red;
  }
}
@media (max-width : 992px) {
  .offcanvas {
    width : 250px !important;
  }
  .offcanvas-start-lg {
    top          : 0;
    left         : 0;
    border-right : 1px solid rgba(0, 0, 0, .2);
    transform    : translateX(-100%);
  }
}
.navbar-nav li a {
  color: white !important;
}
.navbar-toggler{border:none !important;}
.navbar-brand{color: #ffffff !important;}
.topheader{width: 100%; height: auto; background: #da2228;}
.welcome{width: 100%; height: auto; background: #f6f6f6; padding-bottom: 3rem; padding-top: 3rem;}
.welcome h1{color: #da2228;}
.services{width: 100%; height: auto;}
.services span{color: #da2228;}
.services2{width: 100%; height: auto; padding-top: 3rem;}
.services2 h6{color: #e90e14;}
.services2a{width: 100%; height: auto; padding-top: 3rem; padding-bottom: 3rem; background: #f3f3f3;}
.services2a h6{color: #e90e14;}
.whatweoffer{width: 100%; height: auto; padding-top: 4rem; padding-bottom: 4rem; background: #ea0101;}
.whatweoffer h1, p{color: #ffffff;}
.photo-gallery{width: 100%; height: auto; padding-top: 3rem;}
.faq{width: 100%; height: auto; padding-top: 4rem; padding-bottom: 4rem;}
.call{width: 100%; height: auto; padding-top: 2rem; padding-bottom: 1rem;}
.jumbotron{width: 100%; height: auto; padding-top: 2rem; padding-bottom: 2rem; background: #35363a;}
.jumbotron h1{color: #aaaaaa; text-transform: uppercase;}
.aboutus{width: 100%; height: auto; padding-top: 3rem; padding-bottom: 3rem;}
.aboutus h4{color: #da2228;}
.aboutus h1{font-size: 22px;}
.aboutus p{word-wrap: break-word;}
.aboutus ol li{word-wrap: break-word;}
.aboutus a{text-decoration:underline; color: #202020;}
.aboutus a:hover{color: #ff0000;}
.aboutus2{width: 100%; height: auto; padding-top: 3rem; padding-bottom: 3rem; background: #f6f6f6;}
.bread-crumbs{width: 100%; height: auto; background: #ececec; border-top: #5c5c5d solid 1px; padding-top: 17px;}
.dpc{width: 100px; height: 100px; float: left; padding-right: 15px; padding-bottom: 10px; margin-top: 10px;}
.dpc2{background: #35363a; border-color: #35363a; text-align: center !important;}
.dpc2:hover{background: #da2228; border-color: #da2228; scale:1; }
.dpc3{text-align: center; color: #ffffff; text-decoration: none;}
.dpc3:hover{color: #ffffff;}
.dpc1{font-size: 25px; line-height: 25px;}
.dpc5{width: 50px; height: 50px; float: left; border:#aaaaaa solid 1px; text-align: center; display:block; padding-top: 15px; border-radius: 50%; margin-top: 5px; margin-right: 10px; color: #ffffff;}
.breadcrumb-item a{color: #1b1b1e; font-weight: bold; }
.breadcrumb-item a:hover{color: #000000;}
.tel{color: #121010; text-decoration: none; font-size: 35px; font-weight: bold; line-height: 35px;}
.tel:hover{color: #da2228;}
div.scrollmenu {
  background-color: #da2228;
  overflow: auto; text-align: center;
  white-space: nowrap;
}

div.scrollmenu a {
  display: inline-block;
  color: white; font-size: 13px;
  text-align: center;
  padding: 6px 8px;
  text-decoration: none;
}

div.scrollmenu a:hover {
  background-color: #35363a;
}
@media (min-width: 1200px) {
    .container{
        max-width: 90%;
    }
}
h1,h2,h3,h4,h5,h6{ font-family:'Poppins'; font-weight: 700;}
p {
    font-size: 16px; line-height: 25px; font-weight: normal !important; margin-bottom: 10px; margin-top: 5px; color:#202020;
    
}
.logo{width:170px; height:auto;}
/* icon bar bottom */
.icon-bar2 {
  width: 100%;
  background-color: #da2228;
  overflow: auto; position:fixed; bottom:0; z-index:1200; border-top:#8a0509 solid 1px; }

.icon-bar2 a {
  float: left;
  width: 20%;
  text-align: center;
  padding: 10px 0;
  transition: all 0.3s ease; border-right:#8a0509 solid 1px;
  color: white;
  font-size: 16px;
}

.icon-bar2 a:hover {
  background-color: #2226da;
}

.icon-bar2 a:active {
  background-color: #141111;
}
.tt{font-size:10px; font-family:Arial, Helvetica, sans-serif;}
.fa_custom {
color: #ffffff;
}

/* All delay classes will take 2x longer to start */
:root {
  --animate-delay: 2s;
}

/* This only changes this particular animation duration */
.animate__animated.animate__bounce {
  --animate-duration: 2s;
}

/* This changes all the animations globally */
:root {
  --animate-duration: 800ms;
  --animate-delay: 0.9s;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #575757;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #575757;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #575757;
}
 ::-moz-selection { /* Code for Firefox */
  color: #c5c5c5;
  background: #35363a;
}
::selection {
  color: #c5c5c5;
  background: #35363a;
}
.clrb{color:#121518;}
.clrb2{color: #000000;}
.clra{color:#929292;}
.clrg{color: #aa9166;}
.clrw{color:#FFF;}
.clrr{color: #ea0101;}
.footerbg{background:#35363a; padding-top: 3rem; padding-bottom: 3rem; width: 100%; height: auto;}
.footermenu{list-style-image:url(../images/arrow.png);}
.footermenu2{color:#737478; text-decoration:none; line-height:25px; font-size:16px; }
.footermenu2:hover{color:#f2f2f2; text-decoration:none; }
.readmore{color:#353a57; text-decoration:none;}
.readmore:hover{color:#ff0000;}
.readmore2{color:#1b1c1f; text-decoration:none;}
.readmore2:hover{color:#000000;}
.readmore3{color:#737478; text-decoration:none;}
.readmore3:hover{color:#f2f2f2;}
.readmore4{color:#35363a; text-decoration:none;}
.readmore4:hover{color:#000000;}
.more{color:#000000 !important; font-size: 14px; border-bottom:#f6f6f6 dashed 1px; font-weight:lighter !important; line-height: 18px !important; padding-bottom: 3px; padding-top: 3px;}
.more:hover{color:#ffffff !important; background: #35363a;}
.more2{color:#ffffff !important; line-height: 18px !important; padding-bottom: 5px; padding-top: 5px;}
.more2:hover{color:#000000; background: #f4d501;}
.navbg2{background:#none; border:none !important; border-radius:0; width:100%;  height: 255px;  overflow-y: scroll;  overflow-x: hidden; padding:2px; display:inline-block; }
.con_txt{width:100%; height:auto; border:#abb0b7 solid 1px; padding:8px; margin-bottom:8px;}
#backToTop{
    position: fixed;
	bottom: 120px;
	right: 10px;
	cursor: pointer;
	display: none;
    color: #fff;
    background: rgba(0,0,0,0.3);
    border: none;
}
@media (max-width: 768px) { 
.tel{font-size: 20px; line-height: 20px;}
.dpc{margin-top: -10px;}
.dpc1{font-size: 14px;}
body{margin-bottom:60px;
}
