body * > :not(i) {
  font-family: "Open Sans", sans-serif;
}

button:focus, input:focus, select:focus, textarea:focus {
  outline: none;
  box-shadow: none;
}

button {
  display: block;
  cursor: pointer;
  border: 2px solid;
  padding: 0.75rem 1.75rem;
  background: transparent;
  text-transform: capitalize;
  border-color: #ffffff;
}
button.w-large {
  padding: 0.5rem 2rem;
}
button.primary {
  background: #e3192a;
  border-color: #e3192a;
  color: white;
}
button.primary > i {
  color: #ffffff;
}
button.primary:hover {
  background: transparent;
  color: #e3192a;
}
button.primary:hover > i {
  color: #e3192a;
}
button.primary.outlined {
  background: transparent;
  color: #e3192a;
  border-color: #e3192a;
}
button.primary.outlined > i {
  color: #384049;
}
button.primary.outlined:hover {
  color: white;
  background: #e3192a;
}
button.primary.outlined:hover > i {
  color: #212121;
}
button.secondary {
  color: white;
  background: #384049;
  border-color: #384049;
}
button.secondary > i {
  color: #e3192a;
}
button.secondary:hover {
  color: #384049;
  background: transparent;
}
button.secondary:hover > i {
  color: #384049;
}
button.secondary.outlined {
  background: transparent;
  color: #384049;
}
button.secondary.outlined > i {
  color: #384049;
}
button.secondary.outlined:hover {
  color: white;
  background: #384049;
}
button.secondary.outlined:hover > i {
  color: #212121;
}
button.with-dark.primary:hover {
  color: whitesmoke;
}
button.with-dark.primary:hover > i {
  color: whitesmoke;
}

.font-family-primary, .service-image .service-data .service-text {
  font-family: "Saira Condensed", sans-serif;
}

.font-family-secondary, .primary-input.bg-input::-ms-input-placeholder, .primary-input.bg-input::-moz-placeholder, .primary-input.bg-input::-webkit-input-placeholder, .primary-input.bg-input::placeholder, .primary-input.bg-input {
  font-family: "Open Sans", sans-serif;
}

.text-dark {
  color: #424242;
}

.trans, .map-link, .footer-form .call-link, .footer-link a, .icon-button .button-icon, .icon-button, .service-image .service-data .service-text > i, .service-image .service-data .service-text, .service-image .service-data, .sidenav .side-nav-menu .side-nav-link a:after, header .header .custom-nav .custom-nav-dropdown .custom-dropdown-menu .dropdown-link:after, header .header .custom-nav .custom-nav-dropdown .dropdown:after, header .header .custom-nav .custom-nav-link a:after, button {
  -webkit-transition: linear 0.25s;
  -moz-transition: linear 0.25s;
  -ms-transition: linear 0.25s;
  -o-transition: linear 0.25s;
  transition: linear 0.25s;
}

.trans-2x {
  -webkit-transition: linear 0.5s;
  -moz-transition: linear 0.5s;
  -ms-transition: linear 0.5s;
  -o-transition: linear 0.5s;
  transition: linear 0.5s;
}

.rounded {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.rounded-half {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.rounded-2x {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.text-uppercase, .footer-link a, .service-image .service-data .service-text {
  text-transform: uppercase;
}

.mx-auto {
  margin: auto;
}

.bg-image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.bg-image.contain {
  -webkit-background-size: contain;
  background-size: contain;
}
.bg-image.contain.left {
  background-position: left center;
}
.bg-image.contain.right {
  background-position: right center;
}
.bg-image.full-size {
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.bg-image.auto {
  -webkit-background-size: auto;
  background-size: auto;
}

.custom-owl-nav .owl-nav .owl-prev, .custom-owl-nav .owl-nav .owl-next {
  top: 40%;
  width: 35px;
  height: 35px;
  color: #ffffff !important;
  background: #ffffff !important;
  font: normal normal normal 14px/1 FontAwesome !important;
}
.custom-owl-nav .owl-nav .owl-prev span, .custom-owl-nav .owl-nav .owl-next span {
  display: none;
}
.custom-owl-nav .owl-nav .owl-prev.disabled, .custom-owl-nav .owl-nav .owl-next.disabled {
  cursor: not-allowed;
}
.custom-owl-nav .owl-nav .owl-prev {
  left: -38px;
}
.custom-owl-nav .owl-nav .owl-prev:before {
  content: "";
}
.custom-owl-nav .owl-nav .owl-next {
  right: -38px;
}
.custom-owl-nav .owl-nav .owl-next:before {
  content: "";
}

.custom-owl-dots .owl-dots {
  right: 45%;
  width: auto;
  bottom: 10px;
  justify-content: flex-start;
}
.custom-owl-dots .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border: 2px solid #e3192a !important;
}
.custom-owl-dots .owl-dots .owl-dot.active {
  background: #212121 !important;
  border: 2px solid #212121 !important;
}

.owl-dots-white .owl-dots .owl-dot {
  border-color: whitesmoke !important;
}
.owl-dots-white .owl-dots .owl-dot.active {
  background: whitesmoke !important;
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px;
}

.z-index-1 {
  z-index: 1;
}

.overlay {
  position: relative;
}
.overlay * {
  z-index: 1;
}
.overlay:after {
  top: 0;
  left: 0;
  z-index: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}
.overlay.light, .overlay.light * {
  color: #000000;
}
.overlay.light:after {
  background: rgba(245, 245, 245, 0.85);
}
.overlay.dark, .overlay.dark * {
  color: #ffffff;
}
.overlay.dark:after {
  background: rgba(43, 50, 57, 0.65);
}
.overlay.dark.gradient:after {
/*   background: linear-gradient(90deg, #424E5B05 25.54%, rgba(255, 255, 255, 0) 63.51%), rgba(23, 32, 41, 0.5647058824); */
	background: linear-gradient(90deg, rgba(66,78,91,0.02) 25.54%, rgba(255, 255, 255, 0) 63.51%), rgba(23, 32, 41, 0.5647058824);
}
.overlay.dark.dark-2x:after {
  background: rgba(43, 50, 57, 0.85);
}
.overlay.multiply:after {
  mix-blend-mode: multiply;
}
.overlay .caption {
  z-index: 1;
  display: flex;
}
@media (min-width: 768px) {
  .overlay .caption {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}

.custom-shadow {
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.26);
}

.flex-center, .value-icon-container, .icon-button, .service-image .service-data .service-text, .service-image .service-data {
  display: flex;
  align-items: center;
  justify-content: center;
}

.primary-input {
  width: 100%;
  padding: 0.75rem;
  font-size: 14px;
  background: transparent;
  text-transform: capitalize;
  color: #eeeeee;
  font-family: "Saira Condensed", sans-serif;
  border: 1px solid #eeeeee;
}
.primary-input::placeholder {
  font-size: 14px;
  color: #eeeeee;
  font-family: "Saira Condensed", sans-serif;
}
.primary-input::-webkit-input-placeholder {
  font-size: 14px;
  color: #eeeeee;
  font-family: "Saira Condensed", sans-serif;
}
.primary-input::-moz-placeholder {
  font-size: 14px;
  color: #eeeeee;
  font-family: "Saira Condensed", sans-serif;
}
.primary-input::-ms-input-placeholder {
  font-size: 14px;
  color: #eeeeee;
  font-family: "Saira Condensed", sans-serif;
}
.primary-input.bg-input {
  background: #d80e19;
  border-color: #d80e19;
}
.primary-input.bg-input-default {
  background: whitesmoke;
  color: #424242;
  border-color: #eeeeee;
}
.primary-input.bg-input-default::placeholder {
  color: #212121;
}
.primary-input.bg-input-default::-webkit-input-placeholder {
  color: #212121;
}
.primary-input.bg-input-default::-moz-placeholder {
  color: #212121;
}
.primary-input.bg-input-default::-ms-input-placeholder {
  color: #212121;
}
.primary-input.bg-input-default > option {
  background: white;
  color: #000;
}

.primary-bg {
  background: #e3192a;
}
.primary-bg, .primary-bg * {
  color: #ffffff;
}

.primary-head {
  color: #e3192a !important;
}

.secondary-head {
  color: #384049 !important;
}
.secondary-head.dark {
  color: #242a31;
}

.secondary-bg {
  background: #384049 !important;
}
.secondary-bg, .secondary-bg * {
  color: #ffffff;
}

.lh-default {
  line-height: 24px;
}

.rounded-half-max {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.custom-nav {
  padding: 0;
}
.custom-nav, .custom-nav * {
  text-transform: capitalize;
}
.custom-nav .custom-nav-link, .custom-nav .custom-nav-dropdown {
  list-style: none;
  padding: 0.35rem 0.85rem;
}
.custom-nav .custom-nav-dropdown {
  cursor: pointer;
  position: relative;
}
.custom-nav .custom-nav-dropdown .custom-dropdown-menu {
  top: 100%;
  left: auto;
  padding: 0;
  width: 100%;
  display: none;
  position: absolute;
}
.custom-nav .custom-nav-dropdown .custom-dropdown-menu .dropdown-link {
  list-style: none;
  padding: 0.5rem 0.75rem;
}
.custom-nav .custom-nav-dropdown:hover .custom-dropdown-menu {
  display: flex;
  flex-wrap: wrap;
}

.pointer, .service-image {
  cursor: pointer;
}

@media (min-width: 1201px) {
  .rounded-sm-half {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
}
.after-border {
  position: relative;
}
.after-border:after {
  left: 0;
  width: 50%;
  height: 2px;
  content: "";
  position: absolute;
}
.after-border.top:after {
  top: -5px;
}
.after-border.bottom:after {
  bottom: -5px;
}
.after-border.left:after {
  top: 10%;
  width: 2px;
  height: 50%;
}
.after-border.right:after {
  top: 10%;
  right: 0;
  width: 2px;
  height: 50%;
  left: unset;
}
.after-border.primary:after {
  background: #e3192a;
}
.after-border.secondary:after {
  background: #384049;
}

.h-max-100vh {
  max-height: 100vh;
}

.h-min-100vh {
  min-height: 100vh;
}

.rounded-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  position: fixed;
}
header .header {
  background: #242a31;
}
header .header .custom-nav .custom-nav-link a {
  font-size: 18px;
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Saira Condensed", sans-serif !important;
}
header .header .custom-nav .custom-nav-link a:after {
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  bottom: -10px;
  position: absolute;
  background: #e3192a;
}
header .header .custom-nav .custom-nav-link a:hover:after {
  width: 100%;
}
header .header .custom-nav .custom-nav-link.active-link a:after {
  width: 100%;
}
header .header .custom-nav .custom-nav-dropdown .dropdown {
  font-size: 18px;
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Saira Condensed", sans-serif !important;
}
header .header .custom-nav .custom-nav-dropdown .dropdown:after {
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  bottom: -10px;
  position: absolute;
  background: #e3192a;
}
header .header .custom-nav .custom-nav-dropdown .dropdown:hover:after {
  width: 100%;
}
header .header .custom-nav .custom-nav-dropdown .custom-dropdown-menu {
  min-width: 215px;
  background: #384049;
}
header .header .custom-nav .custom-nav-dropdown .custom-dropdown-menu .dropdown-link {
  width: 100%;
  position: relative;
}
header .header .custom-nav .custom-nav-dropdown .custom-dropdown-menu .dropdown-link a {
  font-size: 18px;
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Saira Condensed", sans-serif !important;
}
header .header .custom-nav .custom-nav-dropdown .custom-dropdown-menu .dropdown-link:after {
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  bottom: -10px;
  position: absolute;
  background: #e3192a;
  bottom: 0;
}
header .header .custom-nav .custom-nav-dropdown .custom-dropdown-menu .dropdown-link:hover:after {
  width: 100%;
}

.sidenav {
  width: 100%;
  z-index: 9999;
  background: #212121;
}
.sidenav.sidenav-close {
  z-index: -99;
}
.sidenav .side-nav-menu .side-nav-link {
  font-size: unset;
  padding: 12px !important;
}
.sidenav .side-nav-menu .side-nav-link a {
  font-size: 16px;
  font-weight: 100;
  position: relative;
  color: whitesmoke;
}
.sidenav .side-nav-menu .side-nav-link a:after {
  left: 0;
  width: 0%;
  height: 2px;
  content: "";
  bottom: -5px;
  position: absolute;
  background: #384049;
}
.sidenav .side-nav-menu .side-nav-link a:hover:after {
  width: 100%;
}
.sidenav .side-nav-menu .side-nav-link.service a {
  font-size: 18px;
  font-weight: 500;
}
.sidenav .side-nav-menu .sidenav-dropdown {
  padding: 12px;
}
.sidenav .side-nav-menu .sidenav-dropdown .dropdown {
  font-size: 16px;
  font-weight: 100;
  position: relative;
  text-transform: uppercase;
  color: whitesmoke;
}
.sidenav .side-nav-menu .sidenav-dropdown .sidenav-dropdown-menu {
  padding: 0;
  display: none;
}
.sidenav .side-nav-menu .sidenav-dropdown .sidenav-dropdown-menu .dropdown-link {
  padding: 12px;
  list-style: none;
}
.sidenav .side-nav-menu .sidenav-dropdown .sidenav-dropdown-menu .dropdown-link a {
  font-size: 16px;
  font-weight: 100;
  position: relative;
  text-transform: uppercase;
  color: whitesmoke;
}
@media (min-width: 575px) {
  .sidenav {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .sidenav {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .sidenav {
    width: 23%;
  }
}

.banner-section {
  background: #242a31;
}

.since-icon {
  width: 50px;
  height: 50px;
}

.service-image {
  position: relative;
}
.service-image .service-data {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-bottom: 5px solid transparent;
}
.service-image .service-data .service-text {
  z-index: 1;
  color: white;
  min-width: 230px;
  min-height: 50px;
  padding: 0.25rem 1.4rem;
  background: #e3192a;
}
.service-image .service-data .service-text > i {
  width: 0;
  overflow: hidden;
}
.service-image:hover .service-data {
  background: rgba(56, 64, 73, 0.5);
  border-bottom-color: #e3192a;
}
.service-image:hover .service-data .service-text {
  background: transparent;
}
.service-image:hover .service-data .service-text > i {
  width: 30px;
}

.icon-button .button-icon {
  width: 0;
  overflow: hidden;
}
.icon-button:hover .button-icon {
  width: 30px;
}

.footer-link a {
  font-weight: 600;
  color: rgba(56, 64, 73, 0.65);
}
@media (min-width: 767px) {
  .footer-link a {
    border-right: 2px solid rgba(56, 64, 73, 0.5);
  }
  .footer-link a:hover {
    color: #384049;
    border-right-color: #384049;
  }
}
.footer-link a:last-child {
  border: none;
}

@media (max-width: 768px) {
  .banner-section {
    background: #2b3239;
  }
}

.banner-caption {
  left: unset !important;
  right: 20px !important;
}
@media (min-width: 767px) {
  .banner-caption {
    width: 30% !important;
  }
}
@media (min-width: 1400px) {
  .banner-caption {
    width: 25% !important;
  }
}
@media (max-width: 768px) {
  .banner-caption {
    width: 100% !important;
    position: unset !important;
  }
}

@media (min-width: 767px) {
  .banner-cta-main {
    margin-bottom: -50px;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.26);
  }
}

@media (min-width: 1024px) {
  .services-page-card {
    margin-left: -50px;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.26);
  }
}

@media (max-width: 442px) {
  .service-point-section {
    background: unset;
  }
}
@media (min-width: 767px) {
  .service-point-section {
    min-height: 100vh;
  }
  .service-point-section .services-point {
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.26);
  }
}

.value-icon-container {
  z-index: 1;
  width: 90px;
  height: 90px;
}
.value-icon-container img {
  width: 50px;
  height: 50px;
}

.value-data-container {
  margin-top: -35px;
  min-height: 200px;
  background: #eeeeee;
}

.check-point {
  width: 40px;
  height: 40px;
}

@media (min-width: 767px) {
  .p-15-custom {
    padding: 5px 0 !important;
  }
}
@media (min-width: 1200px) {
  .p-15-custom {
    padding: 10px 0 !important;
  }
}

@media (min-width: 1024px) {
  .custom-radius {
    overflow: hidden;
    -webkit-border-radius: 50px 0;
    -moz-border-radius: 50px 0;
    border-radius: 50px 0;
  }
}

.footer-form {
  position: relative;
}
@media (min-width: 1023px) {
  .footer-form .caption {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .footer-form .lh-custom {
    line-height: 40px;
  }
}
.footer-form .lh-custom {
  line-height: 30px;
}
.footer-form .call-link {
  font-weight: 600;
  color: rgba(224, 224, 224, 0.75);
}
.footer-form .call-link:hover {
  color: whitesmoke;
}

.map-link {
  font-weight: 600;
  color: rgba(97, 97, 97, 0.75);
}
.map-link:hover {
  color: #424242;
}

@media (min-width: 767px) and (max-width: 1023px) {
  .lh-md-none {
    line-height: normal;
  }
}
.sidenav .side-nav-menu .sidenav-dropdown .sidenav-dropdown-menu .dropdown-link.active-link { position: relative; }.sidenav .side-nav-menu .sidenav-dropdown .sidenav-dropdown-menu .dropdown-link.active-link:after { width: 100%; max-width: 150px; }.sidenav .side-nav-menu .sidenav-dropdown .sidenav-dropdown-menu .dropdown-link:after { width: 0; height: 2px; content: ""; position: absolute; background: #e3192a; bottom: 0; left: 10px; }.sidenav .side-nav-menu .sidenav-dropdown .sidenav-dropdown-menu .dropdown-link:after { width: 0; height: 2px; content: ""; bottom: -10px; position: absolute; background: #e3192a; bottom: 0; left: 10px; }header .header .custom-nav .custom-nav-dropdown .custom-dropdown-menu .dropdown-link.active-link:after { width: 100%; }
/*# sourceMappingURL=style.css.map */
@media(min-width:1900px){.cta-oil{flex: 0 0 20%;-ms-flex: 0 0 20%;max-width: 20% !important;}}
/* Contact form */
#gform_wrapper_1 input[type=text],#gform_wrapper_1 select,#gform_wrapper_1 textarea,
#gform_wrapper_6 input[type=text],#gform_wrapper_6 select,#gform_wrapper_6 textarea,
#gform_wrapper_5 input[type=text],#gform_wrapper_5 select{
	background: whitesmoke;
    color: #424242;
    border-color: #eeeeee;
    width: 100%;
	height:48px;
    padding: 0.75rem;
    font-size: 14px;
    text-transform: capitalize;
    font-family: "Saira Condensed", sans-serif;
    border: 1px solid #eeeeee;
}
#gform_wrapper_1 textarea,#gform_wrapper_6 textarea{height:92px;}
#gform_submit_button_1,#gform_submit_button_5,#gform_submit_button_6{
	background: #e3192a;
    border-color: #e3192a;
    color: white;
    padding: 0.5rem 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	font-size:18px;
    text-transform: uppercase;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: linear 0.25s;
    -moz-transition: linear 0.25s;
    -ms-transition: linear 0.25s;
    -o-transition: linear 0.25s;
    transition: linear 0.25s;
	cursor:pointer;
    font-family: "Saira Condensed", sans-serif;
}
#gform_submit_button_1:hover,#gform_submit_button_5:hover,#gform_submit_button_6:hover{color:#e3192a;background:transparent;}
.gform_wrapper .gform_footer{padding:0 !important;}
.gform_wrapper .top_label .gfield_label {display:none !important;}
.gform_wrapper .gfield_required{display:none;}
@media(min-width:768px){#gform_wrapper_1,#gform_wrapper_5,#gform_wrapper_6{padding-left:16px;margin-top:0;}.gform_validation_error form#gform_5 {height: 350px !important;overflow-y: scroll;}.gform_validation_error form#gform_6 {height:420px !important;overflow-y: scroll;}}
@media (max-width:767px){#gform_submit_button_1,#gform_submit_button_5,#gform_submit_button_6{width:60%;}.text-mobile{text-align:center;}.text-mob{text-align:center;padding-bottom:2rem;}.text-mob button{margin-right:auto;margin-left:auto;}.footer-link a {padding-top: .5rem;}}
.lh-normal {line-height: normal;}
@media (min-width:992px) and (max-width:1090px){
#gform_wrapper_6 input[type=text],#gform_wrapper_6 select,#gform_wrapper_6 textarea,
	#gform_wrapper_5 input[type=text],#gform_wrapper_5 select{height:35px; padding: .25rem 0.75rem;}#gform_wrapper_5 textarea,#gform_wrapper_6 textarea{height:75px;}.gform_wrapper .gform_footer{margin: 10px 0 0 !important;}}
@media(min-width:768px) and (max-width:1024px){.parallax{background-attachment:unset !important;}}
@media(max-width:448px){
.side-nav-link.active-link.active-nav-link a:after {
 content: unset;
}
}
@media(max-width:767px){.value-data-container{min-height:auto !important}}
@media(min-width:768px) and (max-width:992px){.value-data-container{min-height:150px !important}}
@media(min-width:1024px){.caption.ms-layout.ms-column.justify-center.p-md-4.joinright {
	padding-left: 120px!important;
}
.abtborderr {
	border: 2px solid #e3192a;
	margin-bottom: -21px;
}
.service-point-section { min-height: 80vh; }
	.footer-form{ max-height: 80vh; } .h-max-100vh { max-height: 80vh; }}
p {
	margin: 0px!important;
}
.our-service{padding:0!important;background:url(https://www.bradywelding.com/wp-content/uploads/2018/11/istockphoto-494347092-2048x2048.jpg) no-repeat;background-size:cover;}
.callnow{transition: linear 0.25s;}
.callnow:hover {
	color:#e3192a;
}
a.primary-head.font-weight-bold.callnow:hover{color:#fff !important}
@media(max-width:767px){.caption.ms-layout.ms-column.align-center.justify-center.text-uppercase.cta-mob {position: absolute;top: 0;bottom: 0;}.cta-home img{height:200px;width:100%;}
section.footer-form button.primary.with-dark.rounded-2x.font-18.text-uppercase.font-family-primary.mx-auto.w-large.icon-button {
    margin-bottom: 20px;
}}
