@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400&family=Oswald:wght@200;300;400;500;600;700&display=swap");
body {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  color: #464646;
  line-height: 26px;
  font-style: normal;
}
*,
ul,
ol {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style-type: none;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1f1f25;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px;
}

.bs-slider .bs-slider-overlay {
  background-color: rgb(0 0 0 / 19%) !important;
}

.isStuck {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: rgba(31, 27, 78, 0.7);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
  /* box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2); */
}
.header {
  background-color: #dfdfdf;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.home-page .isStuck .header {
  background-color: #dfdfdf !important;
}
.bg-color1 {
  background-color: #d40b1c;
}
.text-color1 {
  color: #d40b1c !important;
}
.txt-hover:hover,
.txt-hover:focus {
  color: #a9a9a9;
}
.width-30 {
  width: 30%;
}
.width-40 {
  width: 40%;
}
.width-50 {
  width: 50%;
}
.width-70 {
  width: 70%;
}
.width-60 {
  width: 60%;
}
.flexbox {
  display: -webkit-box;
  display: flex;
}
.flexbox .element {
  height: 100%;
}
.navigation > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 0;
}
.navigation > li:last-child {
  margin-right: 0;
}
.navigation li.dropdown > .dropdown-menu {
  opacity: 0;
  position: absolute;
  top: 130%;
  left: 0;
  width: 250px;
  z-index: 999;
  background-color: #ff8daa;
  visibility: hidden;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-bottom: 3px solid #9a9a9a;
  transition: all 500ms ease;
  display: block;
}
.navigation li.dropdown > .dropdown-menu li {
  border-bottom: 1px solid #e6e6e6;
  margin-right: 0;
}
.navigation li.dropdown > .dropdown-menu li:last-child {
  border-bottom: none;
}
.navigation > li:first-child {
  display: none;
}
.mobile-menu {
  display: none;
}
.navigation li.dropdown > .dropdown-menu li a {
  background-color: #ffffff;
  padding: 15px 15px;
  color: #000;
  font-weight: 400;
}
.navigation li.dropdown > .dropdown-menu li a:after {
  position: absolute;
  top: -5px;
  left: 30px;
  bottom: 0;
  content: "\F138";
  font-family: "bootstrap-icons";
  font-size: 15px;
  font-size: 15px;
  opacity: 0;
  transform: scale(0);
  transition: all 200ms ease;
  margin: 20px 0;
}
.navigation li.dropdown > .dropdown-menu li:hover a:after,
.navigation li.dropdown > .dropdown-menu li.active a:after {
  opacity: 1;
  transform: scale(1);
}
.navigation li.dropdown > .dropdown-menu li:hover a,
.navigation li.dropdown > .dropdown-menu li.active a {
  padding-left: 60px;
}
.navigation li.dropdown:hover > .dropdown-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.navigation > li:first-child {
  display: none;
}
.navigation a {
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  display: block;
  color: #ffffff;
  padding: 19px 36px;
  font-weight: 500;
  font-size: 18px;
  transition: all 500ms ease 0s;
}
/*.isStuck .navigation a,.isStuck .header-info-box .header-call a i{
    color: #000;
}
.isStuck .header-info-box .header-call a .call-info h5,.isStuck .header-info-box .header-call a .call-info span{
    color: #000;
}*/
.navigation li.dropdown > a {
  padding-right: 35px;
}
.navigation > li.dropdown > a:after {
  font-family: "bootstrap-icons";
  content: "\F282";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  font-size: 14px;
  transition: all 500ms ease 0s;
}
.navigation li:hover a,
.navigation li:focus a,
.navigation li.active a {
  color: #d40b1c;
  background-color: transparent;
}
.navigation li.dropdown > .dropdown-menu li a:hover,
.navigation li.dropdown > .dropdown-menu li a:focus,
.navigation li.dropdown > .dropdown-menu li.active a {
  color: #d40b1c;
  background-color: #fff;
}
.isStuck {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.nav-wrapper,
.header-info-box {
  display: table-cell;
  vertical-align: middle;
}
.header-info-box .header-call {
  float: left;
  margin-left: 35px;
  margin-right: 15px;
  text-align: left;
}
.header.header-fixed .header-info-box .header-call a {
  color: #fff;
}
.header-info-box .header-call a i {
  font-size: 33px;
  margin-right: 8px;
  line-height: 1;
  margin-top: 4px;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  transform: rotate(15deg);
}
.header-info-box .header-call a .call-info h5 {
  color: #fff;
  font-size: 1.2em;
  line-height: 1;
  margin: 0;
  transition: all 500ms ease 0s;
}
.header.header-fixed .header-info-box .header-call a .call-info h5 {
  color: #fff;
}
.top-contact-wrap {
  text-align: right;
}
.header-info-box .header-call a {
  color: #fff;
  display: flex;
  align-items: flex-start;
  transition: all 500ms ease 0s;
}
.header-info-box .header-call a .call-info {
  flex: 1;
}
#stuck_container {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.home-page .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  content: "";
  background-color: transparent !important;
}
.header-right-bar {
  display: table;
  width: 100%;
  text-align: right;
}
.slide-wrapper,
.home-box {
  position: relative;
}
.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d40b1c;
  pointer-events: none;
  opacity: 0;
}
.counter.single-counter {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #d40b1c;
  color: #ffffff;
  padding: 30px 45px;
  text-align: center;
}
.counter.single-counter h5 {
  color: #ffffff;
  font-size: 64px;
  margin-left: -30px;
  margin-bottom: 18px;
}
.counter.single-counter .pt-counter-prefix {
  margin-top: -88px;
  margin-left: 93px;
}
.counter.single-counter span {
  display: block;
  font-size: 69px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  margin-left: -30px;
}
.box-style1 {
  padding: 20px;
  background-color: #f8f8f8;
  min-height: 225px;
  margin-bottom: 15px;
}
.btn1 {
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-right: 10px;
  text-align: center;
  padding: 17px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  background: #d40b1c;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.btn-small {
  padding: 10px 18px;
}
.btn1:hover,
.btn1:active,
.btn1:focus {
  background: #000;
  color: #fff;
}
.strip-bg:before {
  position: absolute;
  top: 0;
  width: 42px;
  height: 100%;
  content: "";
  background: rgb(212 11 28 / 65%);
  z-index: 1;
}
.strip-bg-left:before {
  left: 0;
}
.strip-bg-right:before {
  right: 0;
}
.parallax {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.strip-bg {
  position: relative;
}
.btn-3 {
  position: relative;
  color: #d40b1c;
  text-decoration: none;
  display: inline-block;
  padding: 12px 27px 12px 27px;
  border: 1px solid #d40b1c;
  border-radius: 0;
  z-index: 2;
  transition: 0.02s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}
.btn-3::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #d40b1c;
  transition: 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1),
    left 0.3s cubic-bezier(0.1, 0, 0.1, 1);
  z-index: -1;
}
.btn-3::after {
  content: "";
  display: inline-block;
  background-image: url("../images/btn-arrow.png");
  position: absolute;
  top: 0;
  left: calc(100% - 3em);
  right: 3em;
  bottom: 0;
  background-size: 1.5em;
  background-repeat: no-repeat;
  background-position: center;
  transition: right 0.3s cubic-bezier(0.1, 0, 0.1, 1);
}
.btn-3:hover {
  padding: 12px 40px 12px 12px;
  border: 1px solid #d40b1c;
}
.btn-3:hover i {
  display: inline-block;
  opacity: 0;
  color: #fff;
}
.btn-3:hover::before {
  left: calc(100% - 3em);
  right: 0;
  transition: 0.3s cubic-bezier(0.1, 0, 0.1, 1),
    left 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}
.btn-3:hover::after {
  right: 0;
  transition: right 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}
.parallax.overlap:before,
.parallax.overlap1:before {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
}
.home-box-stlye1 {
  text-align: center;
  display: table;
  position: relative;
  z-index: 9;
  padding: 50px;
  height: 100%;
  width: 100%;
}
.blurimg-hover {
  transition: 1s ease;
}
.blurimg-hover:hover {
  -webkit-filter: blur(5px);
  transition: 1s ease;
}
.hover-effect-two {
  position: relative;
}
.hover-effect-two::before {
  content: "";
  border-radius: 5px;
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(0 0 0 / 73%) 0%,
    rgb(11 11 11 / 57%) 100%
  );
  background-image: linear-gradient(
    90deg,
    rgb(0 0 0 / 73%) 0%,
    rgb(11 11 11 / 57%) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border-radius: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.hoverslide-opacity .hover-effect-two::before,
.hoverslide-right-slide-opacity .hover-effect-two::before {
  background: rgb(212 11 28 / 50%);
  width: 42px;
  border-radius: 0;
  -webkit-transform: none;
  transform: none;
  transition: 0.5s;
}
.hoverslide-opacity:hover .hover-effect-two::before,
.hoverslide-right-slide-opacity:hover .hover-effect-two::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left;
  transform-origin: left;
  width: 100%;
}
.hoverslide-right-slide-opacity .hover-effect-two::before {
  right: 0;
  left: auto;
}
.overlap1-effect-black:after {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
}
.home-box-stlye1 .home-box-stlye1-content {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 0 10px;
  transition: all 0.5s;
}
.hover-effect-two:hover .home-box-stlye1-content {
  border: 1px solid #fff;
}
.border-animation {
  position: relative;
}
.border-animation::before {
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: calc(2px / -1);
  left: calc(2px / -1);
  background: linear-gradient(to right, #d40b1c 0%, #d40b1c 100%),
    linear-gradient(to top, #d40b1c 50%, transparent 50%),
    linear-gradient(to top, #d40b1c 50%, transparent 50%),
    linear-gradient(to right, #d40b1c 0%, #d40b1c 100%),
    linear-gradient(to left, #d40b1c 0%, #d40b1c 100%);
  background-size: 100% 2px, 2px 200%, 2px 200%, 0% 2px, 0% 2px;
  background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
  background-repeat: no-repeat, no-repeat;
  transition: transform 0.3s ease-in-out, background-position 0.3s ease-in-out,
    background-size 0.3s ease-in-out;
  transform: scaleX(0) rotate(0deg);
  transition-delay: 0.6s, 0.3s, 0s;
}
.border-animation:hover::before {
  background-size: 200% 2px, 2px 400%, 2px 400%, 55% 2px, 55% 2px;
  background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
  transform: scaleX(1) rotate(0deg);
  transition-delay: 0s, 0.3s, 0.6s;
}
.box-style1 h3 {
  text-transform: uppercase;
  font-size: 22px;
}
#testi-slider .testi-box {
  background-color: #f8f8f8;
  padding: 20px;
  min-height: auto;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  margin: 29px 20px 40px 20px;
}
.testimonialwrap {
  position: relative;
}
.testi-box .testi-icon {
  position: absolute;
  top: -28px;
  height: 60px;
  width: 60px;
  display: inline-block;
  background: #d40b1c;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  margin-bottom: 15px;
  margin-left: -30px;
  border-bottom: 4px solid #ed6671;
}
.testi-box .testi-icon i {
  font-size: 27px;
}
#testi-slider .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  border-radius: 0;
  margin: 5px 3px;
  background-color: #d4d4d4;
}
#testi-slider .owl-dots .owl-dot.active span,
#testi-slider .owl-dots .owl-dot:hover span {
  background-color: #d40b1c;
}
.home-box-img {
  position: relative;
}
.content__overlap_text {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(212 11 28 / 70%);
  padding: 12px 36px;
  line-height: 1;
  display: inline;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}

.footer-widget {
  margin: 15px 0;
}
.bg-000 {
  background-color: #000;
}
.bg-color3 {
  background-color: #000422;
}
.address-box {
  margin-bottom: 5px;
}
.address-box .address-icon-holder {
  float: left;
  margin-right: 15px;
  color: #d40b1c;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border-radius: 100%;
  text-align: center;
  position: relative;
}
.address-box .address-icon-holder:before {
  position: absolute;
  bottom: -17px;
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  content: "";
  left: 10px;
}
.address-box .address-content {
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.widget-title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #d40b1c;
  font-weight: 500;
}
.footer-menu li a {
  position: relative;
  color: #c4c0c0;
  display: block;
  padding: 3px 0 3px 20px;
  display: inline-block;
}
.footer-menu li a:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "\eaa0";
  font-family: IcoFont;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-menu li a:hover,
.address-content a:hover {
  color: #fff;
}
.social-icons {
  padding: 0;
  list-style: none;
  margin: 1em;
}
.social-icons li {
  display: inline-block;
  margin: 0.15em;
  position: relative;
  font-size: 1.2em;
}
.social-icons i {
  color: #fff;
  position: absolute;
  top: 53%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-52%);
  transition: all 265ms ease-out;
}
.social-icons a {
  display: block;
  position: relative;
}
.social-icons a:before {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  content: " ";
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: block;
  background: linear-gradient(45deg, #d40b1c, #7a2029);
  transition: all 265ms ease-out;
}
.social-icons a:hover:before {
  transform: scale(0);
  transition: all 265ms ease-in;
}
.social-icons a:hover i {
  transform: scale(2.2);
  -ms-transform: scale(2.2);
  -webkit-transform: scale(2.2);
  color: #d40b1c;
  background: -webkit-linear-gradient(45deg, #d40b1c, #dc3545);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 265ms ease-in;
}
.social-icons a:hover i {
  top: 41%;
}
.footer-links,
.footer-links a {
  color: #fff;
}
.header .logo {
  display: block;
  text-align: center;
}

.box-style1 {
  padding: 27px;
  background-color: #f8f8f8;
  min-height: 330px;
}

.box-style1,
.single-service-item {
  margin: 20px 0;
}

.box-style1 p strong {
  font-size: 22px;
  color: #e91313;
  padding-bottom: 3px;
}

.box-style1,
.single-service-item {
  margin: 20px 0;
}

.single-service-item {
  margin: 15px 0;
}
.single-service-item .img-holder {
  overflow: hidden;
  position: relative;
}
.single-service-item .img-holder .img-responsive {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
  /*border: 5px solid #0009;
      border-radius: 5px;*/
}
.single-service-item:hover .img-holder .img-responsive {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.single-service-item .img-holder .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
  transform: rotateY(180deg) scale(0.5, 0.5);
}
.single-service-item:hover .img-holder .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}
.single-service-item .img-holder .overlay .box {
  display: table;
  height: 100%;
  width: 100%;
}
.single-service-item .img-holder .overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
}
.single-service-item .img-holder .overlay .box .content a i {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 45px;
  line-height: 48px;
  transition: all 500ms ease 0s;
  width: 45px;
}
.single-service-item .img-holder .overlay .box .content a:hover i {
  background: #9a9a9a;
}
.single-service-item .text-holder h3 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin: 20px 0 6px;
  text-transform: capitalize;
}
.single-service-item .text-holder h3 span {
  color: #fff;
}

.list1 li,
.list2 li,
.lists1 li,
.areas-list li {
  padding: 0px 0 5px 26px;
  position: relative;
}
.list1 li:before,
.list2 li:before,
.lists1 li:before,
.areas-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\F133";
  font-family: "bootstrap-icons";
  font-size: 18px;
  color: #fff;
}
.areas-list li:before {
  content: "\F3E7";
  color: #c11515;
}

.lists1 li:before {
  color: #c11515;
}
.list2 li:before {
  color: #ca4421;
}

.list3 {
  margin-left: 16px;
}
.list3 li {
  list-style-type: decimal;
  padding-bottom: 10px;
}
.modal-body-h3{
	font-size: 20px;
}
#offerModal .btn-close{
	position: absolute;
	    top: 0;
	    right: 0;
	    border-radius: 0;
    background-color: #ffffff;
	    color: #000;
	    opacity: 1;
}
.blcktext{
	font-size: 80px;
	color: #fe3f00;
}
#offerModal .modal-content {
  border: 7px solid #d40b1c;
  border-radius: 0;
}
.big2text{
	color:#ffd11e;
	font-size: 25px;
}
.quotestext-inner{
	background-image: url(../images/bgoffer.png);
  background-size: cover;
  padding: 20px;
  background-repeat: no-repeat;
}

.offerimg img{
  width: 280px;
}
.quotestext{
	position: relative;
	display: inline-block;
	background-color: transparent;
    padding: 3px 30px 5px 30px;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 35px;
}
#offerModal .modal-dialog {
    top: 40%;
    transform: translateY(-50%);
}
/* contact start */

.contact-info {
  text-align: center;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.25);
  padding: 20px 10px;
  min-height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px 0;
  position: relative;
  color: #000000;
  transition: 0.5s;
  border-radius: 5px;
  margin: 20px 10px;
  overflow:hidden;
}

.contact-info:hover {
  color: #ffffff;
}

.contact-info:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  top: -50px;
  right: -50px;
  background: #d40a1b;
  transition:all 0.5s;
  z-index: -1;
  border-radius: 100%;
}

.contact-info:hover:before {
  width: 100%;
  height: 100%;
  color: #ffffff;
  border-radius:0;
  top:0;
  right:0;
}

.contact-icon {
  font-size: 26px;
  border: 1px solid #000000;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  transition: 0.5s;
}

.contact-info:hover .contact-icon {
  border: 1px solid #ffffff;
}

.contact-content p > strong {
  font-size: 20px;
}

.contact-content p > a {
  font-size: 16px;
}

/* contact emd */

.testi-wrap {
  background-color: #eee;
  padding: 20px;
  position: relative;
  height: 100%;
  margin: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 280px;
  
}
.testi-wrap:after{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:5px;
    background-color:#000422;
    content:'';
    transition:all 0.5s;
}
.testi-wrap:hover:after{
    height:100%;
}
.testi-wrap .testi-quote {
  position: absolute;
  height: 60px;
  width: 60px;
  display: inline-block;
  top: -55px;
  left: 50%;
  background: #000422;
  border-radius: 100%;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  transform:translateX(-50%);
  z-index:1;
}
.testi-wrap .testi-info{
    position:relative;
    z-index:1;
}
.testi-wrap:hover .testi-info{
    color:#fff;
}
.testi-wrap .testi-content {
  margin-top: 30px;
}
.testi-wrap .testi-autor {
  font-size: 20px;
  font-weight: 300;
}

.site-map-list li a {
  color: #000000;
}
.site-map-list li a:hover {
  color: #000000;
}
.site-map-list li {
  border-left: 1px solid #dfdfdf;
  padding: 10px 0 10px 30px;
  position: relative;
}
.site-map-list li:before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #dfdfdf;
  content: "";
}
.site-map-list li > ul.child-menu {
  margin: 10px 0 10px 20px;
}


.form-box {
  box-shadow: 0px 4px 10px #a1a1a1;
}
.form-control {
  height: 45px;
  padding: 10px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  border-radius: 0;
  color: #000;
}
.form-control:hover,
.form-control:focus,
.form-control:active,
.form-control.active {
  box-shadow: none;
  border-color: #a1a1a1;
}
textarea.form-control {
  height: 150px;
  resize: vertical;
}

.submit-icon {
  display: none;
}
.submit-icon.rotating-show {
  display: inline-block;
  vertical-align: middle;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.sub-title {
  color: #d40a1b;
  border-left: 2px solid #d40a1b;
  padding-left: 10px;
  font-weight: 500;
}

 .btn-primary.bg-color1:hover {
  background: #d40a1b;
  color: #ffffff;
}

.request-btn{
  background-color: #d40a1b;
  color: #fff;
  padding: 15px 25px;
  display: inline-block;
  margin-top: 30px;
  border: 1px solid #d40a1b;
  transition: 0.6s;
}

.request-btn:hover,
.request-btn:focus{
  background-color: #fff;
  color: #d40a1b;
}

@media (min-width: 1201px) and (max-width: 1400px) {
  .navigation a {
    padding: 15px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navigation a {
    padding: 15px 12px;
  }
  .header .logo {
    width: 200px;
    display: block;
  }
  .header-info-box .header-call a i {
    font-size: 22px;
  }
  .header-info-box .header-call a .call-info h5 {
    font-size: 15px;
  }
  .home-box-stlye1 {
    padding: 20px;
  }
  .home-box-stlye1 .home-box-stlye1-content {
    padding: 10px;
  }
  .box-style1 {
    min-height: 270px;
  }
}
@media (min-width: 220px) and (max-width: 991px) {
  .mobile-menu {
    display: block;
    font-size: 20px;
    background: #d40b1c;
    padding: 0;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .nav-wrapper {
    position: fixed;
    top: 0;
    right: -300px;
    width: 255px;
    height: 100%;
    overflow-x: scroll;
    z-index: 999;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #221e1f;
    padding: 0;
  }
  .navigation {
    text-align: left;
  }
  .nav-wrapper.open {
    right: 0;
  }
  .navigation > li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #333;
  }
  .navigation > li:first-child {
    display: block;
  }
  .navigation > li:before {
    display: none;
  }
  .navigation li a {
    padding: 10px 20px;
    color: #fff;
    text-transform: none;
  }
  .navigation li:hover > a,
  .navigation li:focus > a,
  .navigation li.active > a {
    background-color: #d40b1c;
    color: #ffffff;
  }
  .navigation > li.dropdown > a:after {
    right: 20px;
  }
  .navigation li.dropdown > .dropdown-menu,
  .navigation li.dropdown:hover > .dropdown-menu {
    position: static;
    top: 0;
    visibility: visible;
    opacity: 1;
    width: 100%;
    float: none;
  }
  .navigation li.dropdown > .dropdown-menu li a {
    padding: 10px 10px 10px 30px;
  }
  .home-page .header {
    position: relative;
  }
  #bootstrap-touch-slider {
    height: 100%;
  }
  .home-page .header-info-box .header-call a,
  .home-page .header-info-box .header-call a .call-info h5 {
    color: #000 !important;
  }
  .box-color.header-info-box .header-call a,
  .box-color.header-info-box .header-call a .call-info h5 {
    color: #fff;
  }
  .isStuck .header-info-box .header-call a,
  .isStuck .header-info-box .header-call a .call-info h5{
      color:#fff !important;
  }
  
  .parallax.m-parallax-bg {
    background-image: none !important;
    height: 100% !important;
    min-height: 100% !important;
  }
  .isStuck .navigation a,
  .isStuck .header-info-box .header-call a i {
    color: #fff;
  }
  .contact-info {
    padding: 16px;
    margin: 16px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-info-box .header-call {
    float: right;
  }
}
@media (min-width: 220px) and (max-width: 767px) {
  .slide-text > p {
    display: block;
  }
  .box-style1 {
    min-height: auto;
  }
  .testi-wrap {
    height: 100%;
    max-height: unset;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .header-info-box .header-call {
    float: right;
  }
  .contact-info{
    min-height: auto;
  }
}
@media (min-width: 220px) and (max-width: 575px) {
  .home-box-stlye1 {
    padding: 20px;
  }
  .home-box-stlye1 .home-box-stlye1-content {
    padding: 15px;
  }
  .counter.single-counter h5,
  .counter.single-counter .pt-counter-prefix {
    font-size: 20px;
  }
  .counter.single-counter h5 {
    margin-left: 0;
    margin-bottom: 0;
  }
  .counter.single-counter .pt-counter-prefix {
    margin-top: 0;
    margin-left: 0;
  }
  .counter.single-counter {
    padding: 20px;
  }
  .content__overlap_text.m-content__overlap_text {
    bottom: auto;
    top: 0;
  }
  .contact-info {
    min-height: auto;
  }
  .quotestext-inner{
      background-image: none;
      background-color: #d40b1c;
  }
  .offerimg img{
      width: 200px;
  }
  .quotestext{
      padding: 0;
  }
}
