@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");
body {
  font-family: "Montserrat", sans-serif !important;
  font-size: 0.95rem;
  overflow-x: hidden;
  color: #222;
}

.row {
  margin: 0px;
}

a {
  text-decoration: none !important;
}

h1 {
  font-size: 2.9rem !important;
}

h2 {
  font-size: 2.3rem !important;
}

h3 {
  font-size: 1.8rem !important;
}

h4 {
  font-size: 1.4rem !important;
}

h5 {
  font-size: 1rem !important;
}

h6 {
  font-size: 0.92rem !important;
}

.p-0 {
  padding: 0px;
}

.p-right {
  padding-right: 0px;
}

p {
  margin-bottom: 10px;
}

.scrollup {
  position: fixed;
  bottom: 10px;
  right: 7px;
  display: none;
  text-indent: -9999px;
  background: url(../images/scroll.png);
  z-index: 99;
  padding: 38px;
  background-repeat: no-repeat;
}

.one-col li {
  width: 100%;
  list-style-image: url(../images/black.png);
  float: left;
  line-height: 30px;
  font-weight: bold;
}

.two-col li {
  width: 50%;
  list-style-image: url(../images/black.png);
  float: left;
  font-weight: bold;
  line-height: 29px;
}

@media (max-width: 768px) {
  .two-col li {
    width: 100%;
  }
}

.three-col li {
  width: 33%;
  list-style-image: url(../images/black.png);
  float: left;
  font-weight: bold;
  line-height: 29px;
}

@media (max-width: 768px) {
  .three-col li {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .three-col li {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}

/***********************general ends******************/
/**************************Header******************/
@media (max-width: 1024px) {
  .header-row {
    background: #86888b;
  }
}

.header-row .header-con {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 1024px) {
  .header-row .header-con {
    padding-bottom: 15px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media (max-width: 1024px) {
  .header-row .header-con .main-logo .desk-logo {
    display: none;
  }
}

.header-row .header-con .main-logo .res-logo {
  display: none;
}

@media (max-width: 1024px) {
  .header-row .header-con .main-logo .res-logo {
    display: inline-block;
  }
}

.header-row .header-con .main-logo figure {
  margin-bottom: 0px;
}

.header-row .header-con .main-logo figure img {
  width: auto;
  padding-top: 72px;
}

@media (max-width: 1024px) {
  .header-row .header-con .main-logo figure img {
    width: auto;
    padding-top: 12px;
  }
}

@media (max-width: 1024px) {
  .header-row .header-con .main-logo {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}

.header-row .header-con .responsive-num {
  display: none;
}

.header-row .header-con .responsive-num h6 {
  text-align: center;
  font-weight: bold;
}

.header-row .header-con .responsive-num h6 a {
  color: #000;
}

@media (max-width: 576px) {
  .header-row .header-con .responsive-num h6 {
    font-size: .8rem !important;
  }
}

.header-row .header-con .responsive-num h5 {
  color: #c72d28;
  font-weight: bold;
  font-size: .8rem !important;
  font-weight: bold;
  text-align: left;
  margin-bottom: 30px !important;
  /* width: 100%; */
  position: relative;
}

.header-row .header-con .responsive-num h5 a {
  color: #000;
  float: left;
  /* position: relative; */
  width: 100%;
  font-size: 1rem !important;
}

@media (max-width: 1024px) {
  .header-row .header-con .responsive-num h5 {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .header-row .header-con .responsive-num h5 {
    text-align: left;
  }
}

@media (max-width: 1024px) {
  .header-row .header-con .responsive-num {
    display: block;
  }
}

.header-row .header-con .social-logo {
  text-align: center;
}

.header-row .header-con .social-logo .br-mobile {
  display: none;
}

@media (max-width: 576px) {
  .header-row .header-con .social-logo .br-mobile {
    display: block;
  }
}

@media (max-width: 1024px) {
  .header-row .header-con .social-logo {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.header-row .header-con .social-logo .local-cls {
  display: none;
}

@media (max-width: 1024px) {
  .header-row .header-con .social-logo .local-cls {
    display: inline-block;
    width: 10%;
  }
}

@media (max-width: 768px) {
  .header-row .header-con .social-logo .local-cls {
    width: 16%;
  }
}

@media (max-width: 576px) {
  .header-row .header-con .social-logo .local-cls {
    width: 32%;
  }
}

.header-row .header-con .social-logo .yell-cls {
  display: none;
}

@media (max-width: 1024px) {
  .header-row .header-con .social-logo .yell-cls {
    display: inline-block;
    width: 10%;
  }
}

@media (max-width: 768px) {
  .header-row .header-con .social-logo .yell-cls {
    width: 20%;
  }
}

@media (max-width: 576px) {
  .header-row .header-con .social-logo .yell-cls {
    width: 32%;
  }
}

.header-row .header-con .social-logo h6 {
  font-weight: bold;
}

.header-row .header-con .social-logo .approve-cls {
  width: 57%;
}

@media (max-width: 1024px) {
  .header-row .header-con .social-logo .approve-cls {
    width: 11%;
  }
}

@media (max-width: 768px) {
  .header-row .header-con .social-logo .approve-cls {
    width: 17%;
  }
}

@media (max-width: 576px) {
  .header-row .header-con .social-logo .approve-cls {
    width: 35%;
  }
}

.header-row .header-con .social-logo .check-cls {
  width: 61%;
}

@media (max-width: 1024px) {
  .header-row .header-con .social-logo .check-cls {
    width: 20%;
  }
}

@media (max-width: 768px) {
  .header-row .header-con .social-logo .check-cls {
    width: 33%;
  }
}

@media (max-width: 576px) {
  .header-row .header-con .social-logo .check-cls {
    width: 44%;
  }
}

.header-row .header-con .header-contact {
  padding-top: 44px !important;
}

@media (max-width: 1024px) {
  .header-row .header-con .header-contact {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 0px !important;
  }
}

@media (max-width: 1024px) {
  .header-row .header-con .header-contact .phone-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.header-row .header-con .header-contact .phone-col h5 {
  font-weight: 700;
  text-align: right;
  color: #c72d28;
}

@media (max-width: 1280px) {
  .header-row .header-con .header-contact .phone-col h5 {
    font-size: .95rem !important;
  }
}

@media (max-width: 1200px) {
  .header-row .header-con .header-contact .phone-col h5 {
    font-size: .89rem !important;
  }
}

@media (max-width: 1024px) {
  .header-row .header-con .header-contact .phone-col h5 {
    display: none;
  }
}

.header-row .header-con .header-contact .phone-col h5 a {
  color: #222;
}

.header-row .header-con .header-contact h6 {
  margin-top: 7px;
  text-align: right;
}

@media (max-width: 1280px) {
  .header-row .header-con .header-contact h6 a {
    font-size: 0.8rem !important;
  }
}

@media (max-width: 1200px) {
  .header-row .header-con .header-contact h6 {
    font-size: 0.81rem !important;
  }
}

@media (max-width: 1024px) {
  .header-row .header-con .header-contact h6 {
    display: none;
  }
}

.header-row .header-con .header-contact h6 a {
  color: #222;
}

/*******************************Header Ends**************************************/
/*************************body nav *****************/
body#bodynav-9 a#mynav9,
body#bodynav-8 a#mynav8,
body#bodynav-7 a#mynav7,
body#bodynav-6 a#mynav6,
body#bodynav-5 a#mynav5,
body#bodynav-4 a#mynav4,
body#bodynav-3 a#mynav3,
body#bodynav-2 a#mynav2,
body#bodynav-1 a#mynav1,
body#home a#mynav0 {
  color: #000;
}

/*************************body nav  ends*****************/
/*************************************Menu**************************************/
.menu {
  background: #c72d28;
}

.menu .menu-con .menu-col-bg .container-fluid {
  padding: 0px;
}

@media (max-width: 1024px) {
  .menu .menu-con .menu-col-bg .container-fluid #sticky {
    width: 100%;
    left: 0px;
  }
  .menu .menu-con .menu-col-bg .container-fluid #sticky.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    float: left;
    background: #c72d28;
  }
}

.menu .menu-con .menu-col-bg .container-fluid .navbar-header .res-cions {
  display: none;
}

@media (max-width: 1024px) {
  .menu .menu-con .menu-col-bg .container-fluid .navbar-header .res-cions {
    display: block;
  }
}

.menu .menu-con .menu-col-bg .container-fluid .navbar-header .res-cions .fa {
  font-size: 1.3rem;
  color: white;
}

.menu .menu-con .menu-col-bg .container-fluid .navbar-header .res-cions .mobile-email {
  position: absolute;
  left: 47%;
  top: 7px;
}

.menu .menu-con .menu-col-bg .container-fluid .navbar-header .res-cions .phone-icon-mobile {
  float: left !important;
  border: none !important;
}

.menu .menu-con .menu-col-bg .container-fluid .navbar-header .res-cions .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  float: right;
  margin: 3px;
}

.menu .menu-con .menu-col-bg .container-fluid .navbar-header .res-cions .menubtn {
  border-color: #ffffff !important;
  font-size: 20px;
}

.menu .menu-con .menu-col-bg .container-fluid .navbar-header .res-cions .menubtn .navbar-toggler-icon {
  width: 1em;
  height: 1em;
}

.menu .menu-con .menu-col-bg .container-fluid .menu-col-nav {
  padding: 0px;
}

.menu .menu-con .menu-col-bg .container-fluid .menu-col-nav li {
  border-right: 1px solid #997212;
}

.menu .menu-con .menu-col-bg .container-fluid .menu-col-nav li:last-child {
  border-right: none;
}

.menu .menu-con .menu-col-bg .container-fluid .menu-col-nav li a {
  padding: 15px 12px !important;
  color: white;
}

.menu .menu-con .menu-col-bg .container-fluid .menu-col-nav li a:hover {
  color: black;
}

@media (max-width: 1280px) {
  .menu .menu-con .menu-col-bg .container-fluid .menu-col-nav li a {
    padding: 15px 9px !important;
  }
}

@media (max-width: 1219px) {
  .menu .menu-con .menu-col-bg .container-fluid .menu-col-nav li a {
    padding: 15px 6px !important;
  }
}

@media (max-width: 1200px) {
  .menu .menu-con .menu-col-bg .container-fluid .menu-col-nav li a {
    padding: 15px 4px !important;
  }
}

@media (max-width: 1024px) {
  .menu .menu-con .menu-col-bg .container-fluid .menu-col-nav {
    display: none;
  }
}

/*********************************Menu ends*************************************/
/***********************************Modal Popup*****************************/
.modal-dialog {
  top: 15%;
}

.modal-dialog .modal-header {
  background: #c72d28;
}

.modal-dialog .modal-body a {
  color: black;
}

.modal-dialog .modal-header, .modal-dialog .modal-footer {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 16px !important;
}

.modal-dialog .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.6;
}

.modal-dialog .btn-close {
  background: #c72d28;
  color: white;
}

#callUs .modal-body .col-md-12 {
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 10px;
  padding-top: 10px;
}

#callUs .modal-body .col-md-12 h4 {
  text-align: center;
}

@media (max-width: 576px) {
  #callUs .modal-body .col-md-12 h4 {
    font-size: 1.1rem !important;
  }
}

#callUs .modal-body .col-md-12:last-child {
  border-bottom: none;
}

.modal-menu {
  text-align: center;
  padding-left: 0px;
}

.modal-menu li {
  list-style: none;
  width: 100%;
  padding: 5px;
  border-bottom: #ccc thin solid;
}

.modal-menu li:last-child {
  border-bottom: none;
}

/***********************************Modal Popup Ends*****************************/
/*********************** Banner******************/
.banner-wrap .carousel-inner {
  overflow: visible;
}

.banner-wrap .carousel-inner .carousel-caption {
  bottom: -80px;
  right: 27%;
  left: 27%;
}

@media (max-width: 1366px) {
  .banner-wrap .carousel-inner .carousel-caption {
    right: 20%;
    left: 20%;
  }
}

@media (max-width: 576px) {
  .banner-wrap .carousel-inner .carousel-caption {
    right: 0%;
    left: 0%;
  }
}

.banner-wrap .carousel-inner .carousel-item img {
  width: 100%;
}

/*********************** Banner Ends******************/
/************************Quick Quote*******************/
.quick-quote-row {
  background: #c72d28;
  transform: skew(-12deg);
}

@media (max-width: 1024px) {
  .quick-quote-row {
    background: none;
    transform: none;
  }
}

.quick-quote-row .quick-quote-con {
  margin: 25px;
  background: linear-gradient(180deg, white 0%, #ccc 100%);
  color: #222;
  padding-top: 0px;
  padding-bottom: 20px;
}

@media (max-width: 1024px) {
  .quick-quote-row .quick-quote-con {
    background: none;
    margin: 0px;
  }
}

.quick-quote-row .quick-quote-con .responsive-callback {
  display: none;
}

@media (max-width: 576px) {
  .quick-quote-row .quick-quote-con .responsive-callback .shape-cls {
    width: 100%;
  }
}

.quick-quote-row .quick-quote-con .responsive-callback h4 {
  margin-bottom: 0px;
}

.quick-quote-row .quick-quote-con .responsive-callback h4 a {
  color: white;
}

@media (max-width: 1024px) {
  .quick-quote-row .quick-quote-con .responsive-callback {
    display: block;
    text-transform: uppercase;
    text-align: center;
  }
}

.quick-quote-row .quick-quote-con .quick-desktop {
  transform: skew(12deg);
}

@media (max-width: 1024px) {
  .quick-quote-row .quick-quote-con .quick-desktop {
    display: none;
  }
}

.quick-quote-row .quick-quote-con .quick-desktop .quick-heading {
  color: #222;
  text-align: left;
}

.quick-quote-row .quick-quote-con .quick-desktop .quick-heading .shape-cls {
  margin-top: -58px;
  margin-left: -17px;
  transform: skew(-3deg);
}

.quick-quote-row .quick-quote-con .quick-desktop .quick-heading h3 {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e7e7e7));
  display: inline-block;
  transform: skew(-12deg);
  padding: 15px 20px 20px 15px;
  margin-top: -69px;
  position: absolute;
  margin-left: -8px;
}

.quick-quote-row .quick-quote-con .quick-desktop .quick-heading h3 span {
  transform: skew(12deg);
}

.quick-quote-row .quick-quote-con .quick-desktop .quick-form {
  text-align: left;
}

.quick-quote-row .quick-quote-con .quick-desktop .quick-input input, .quick-quote-row .quick-quote-con .quick-desktop .quick-input textarea {
  width: 100%;
  border-radius: 10px;
  background: white;
  padding: 8px;
  margin-top: 6px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}

.quick-quote-row .quick-quote-con .quick-desktop .quick-input input {
  height: 38px;
}

.quick-quote-row .quick-quote-con .quick-desktop .quick-input textarea {
  height: 92px;
}

.quick-quote-row .quick-quote-con .quick-desktop .quick-input .btn-submit {
  background: #c72d28;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  margin-top: 6px;
  font-size: 19px;
}

.quick-quote-row .quick-quote-con .quick-desktop .quick-input .btn-submit:hover {
  background: black;
  color: white;
}

.quick-quote-row .quick-quote-con .quick-desktop .quick-input .quick-privacy {
  text-align: center;
  margin-top: 10px;
}

.quick-quote-row .quick-quote-con .quick-desktop .quick-input .quick-privacy a {
  color: white;
}

.quick-quote-row .quick-quote-con .quick-desktop .quick-input .quick-privacy a:hover {
  color: #c72d28;
}

.quick-quote-row .quick-quote-con .quick-desktop .quick-input .col-right {
  padding-right: 0px;
}

/************************Quick Quote ends*******************/
/***********************Welcome******************/
.welcome-row .welcome-con {
  padding-top: 100px;
  padding-bottom: 30px;
  text-align: center;
}

@media (max-width: 1024px) {
  .welcome-row .welcome-con {
    padding-top: 60px;
  }
}

.welcome-row .welcome-con h1 {
  font-weight: 600;
  margin-bottom: 0px;
  text-align: center;
  color: #c72d28;
  font-size: 1.6rem !important;
}

.welcome-row .welcome-con h5 {
  font-weight: bold;
}

.welcome-row .welcome-con a {
  font-weight: bold;
  color: #222;
}

.welcome-row .welcome-con a:hover {
  color: #c72d28;
}

/*********************** Welcome Ends******************/
/************************Tab*********************/
.tab {
  background: #76787b;
}

.tab .tab-con {
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab .tab-con .top-heading h2 {
  text-align: center;
  color: #c72d28;
  font-weight: 700;
  margin-bottom: 30px;
}

.tab .tab-con .tab-wrap {
  text-align: center;
}

.tab .tab-con .tab-wrap h4 {
  font-weight: 700;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

@media (max-width: 1366px) {
  .tab .tab-con .tab-wrap h4 {
    font-size: 1.2rem !important;
  }
}

@media (max-width: 1200px) {
  .tab .tab-con .tab-wrap h4 {
    font-size: 1rem !important;
  }
}

.tab .tab-con .tab-wrap h6 {
  background: #c72d28;
  font-weight: 600;
  padding: 10px 20px 10px 20px;
  display: inline-block;
  color: #fff;
}

.tab .tab-con .tab-wrap img {
  width: auto;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 50%;
}

@media (max-width: 576px) {
  .tab .tab-con .tab-wrap img {
    margin-top: 20px;
  }
}

.tab .tab-con .tab-wrap a {
  color: #fff;
}

.tab .tab-con .tab-wrap:hover h4 {
  color: #fff;
}

.tab .tab-con .tab-wrap:hover h6 {
  background: black;
}

.tab .tab-con .tab-wrap:hover img {
  background: black;
}

/************************Tab ends*********************/
.wel-btm .wel-btm-con {
  padding-top: 30px;
  padding-bottom: 30px;
}

.why-row {
  background: url(../images/whychoose-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.why-row .why-con {
  padding-top: 30px;
  padding-bottom: 30px;
}

.why-row .why-con h3 {
  font-size: 1.6rem !important;
}

@media (max-width: 1024px) {
  .why-row .why-con h3 {
    font-size: 1.4rem !important;
  }
}

.why-row .why-con h3 span {
  color: #c72d28;
}

.why-row .why-con h5 {
  font-weight: bold;
}

.why-row .why-con h5 a {
  color: #fff;
}

.why-row .why-con h5 a:hover {
  color: #c72d28;
}

.why-row .why-con h4 {
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .why-row .why-con h4 {
    text-align: left;
  }
}

.why-row .why-con h4 span {
  background: #c72d28;
  color: #fff;
  text-align: center;
  font-size: 1.2rem !important;
  padding: 4px 20px 4px 20px;
}

.why-row .why-con ul {
  padding-left: 20px;
}

.why-row .why-con ul li {
  list-style-image: url(../images/tick.png);
}

@media (max-width: 1219px) {
  .why-row .why-con ul li {
    font-size: 0.85rem;
  }
}

@media (max-width: 1200px) {
  .why-row .why-con ul li {
    font-size: 0.8rem;
  }
}

@media (max-width: 1024px) {
  .why-row .why-con ul li {
    font-size: 0.74rem;
  }
}

@media (max-width: 768px) {
  .why-row .why-con ul li {
    font-size: 0.9rem !important;
  }
}

.why-row .why-con img {
  width: 100%;
  border-radius: 50%;
}

@media (max-width: 576px) {
  .why-row .why-con img {
    margin-bottom: 20px;
  }
}

.why-btm-row {
  background: #c72d28;
}

.why-btm-row .why-btm-con {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 576px) {
  .why-btm-row .why-btm-con .why-logos {
    text-align: center;
    margin-bottom: 20px;
  }
}

.why-btm-row .why-btm-con .why-logos img {
  padding: 10px;
}

.why-btm-row .why-btm-con .why-logos .local-cls {
  width: 41%;
}

.why-btm-row .why-btm-con .why-logos .yell-cls {
  width: 45%;
}

.why-btm-row .why-btm-con .whatsapp-col {
  padding-bottom: 10px;
  margin-top: 0px;
}

.why-btm-row .why-btm-con .whatsapp-col span:hover {
  background: black;
  border: 11px solid black;
}

.why-btm-row .why-btm-con .whatsapp-col font {
  color: #fff;
}

@media (max-width: 1024px) {
  .why-btm-row .why-btm-con .whatsapp-col {
    margin-top: 0px;
  }
}

.why-btm-row .why-btm-con .why-right {
  align-self: center;
}

.why-btm-row .why-btm-con .email-col {
  align-self: center;
  text-align: center;
}

.why-btm-row .why-btm-con .email-col:hover span {
  background: black;
  color: #fff;
}

@media (max-width: 576px) {
  .why-btm-row .why-btm-con .email-col h5 {
    text-align: center;
    margin-bottom: 20px;
  }
}

.why-btm-row .why-btm-con .email-col h5 span {
  background: #fff;
  color: #c72d28;
  padding: 10px 20px 10px 20px;
  border-radius: 27px;
}

.testimonial-heading a {
  font-weight: bold;
  color: #222;
}

.testimonial-heading a:hover {
  color: #c72d28;
}

.testimonial-heading h3 {
  color: #c72d28;
  font-weight: 700;
}

.testimonial-heading p {
  padding-left: 100px;
  padding-right: 100px;
}

@media (max-width: 576px) {
  .testimonial-heading p {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/******************reviews*********************/
.center {
  text-align: center;
}

.cat-testimonials {
  max-height: 451px;
  overflow-y: scroll;
  margin-bottom: 40px;
  text-align: center;
}

testimonial:nth-child(odd) {
  background-color: #ccc;
}

testimonial p:last-child {
  font-size: 12px;
  font-weight: 600;
}

.checkatrade .cat-ratings img {
  margin-bottom: 20px !important;
}

testimonial {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  float: left;
  width: 100%;
  text-align: left;
}

testimonial h5 {
  font-weight: bold;
}

.cat-ratings {
  padding: 50px 0px 50px 0px;
  text-align: -webkit-center;
}

.cat-ratings p {
  padding-left: 15px;
  padding-right: 15px;
}

.check-trade {
  color: #FF0000;
  font-weight: bold;
}

.check-trade span {
  color: #333;
}

/******************ends*******************/
/******************Testimonials*********************/
.testimonial-row {
  background: url(../images/testi-bg.jpg);
}

.testimonial-row .testimonial-con {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.testimonial-row .testimonial-con .test-icon img {
  background: white;
  border-radius: 50%;
  padding: 10px;
  margin-bottom: 20px;
}

/******************ends*******************/
/*************************Foot Logo******************/
.foot-logo {
  text-align: center;
}

.foot-logo .foot-logo-con {
  padding-top: 20px;
  padding-bottom: 20px;
}

.foot-logo .foot-logo-con h4 {
  margin-bottom: 20px;
  font-weight: 600;
}

.foot-logo .foot-logo-con h5 {
  text-align: center;
  font-weight: bold;
  font-size: 1rem !important;
  margin-bottom: 30px;
}

.foot-logo .foot-logo-con img {
  width: 14%;
  padding: 10px;
  margin-right: 17px;
}

@media (max-width: 768px) {
  .foot-logo .foot-logo-con img {
    width: 25%;
  }
}

@media (max-width: 576px) {
  .foot-logo .foot-logo-con img {
    width: 43%;
  }
}

/*************************Foot Logo Ends******************/
/***********************Footer Top ************************/
.footer-top {
  background: url(../images/footr-bg.jpg);
  background-size: cover;
  color: white;
}

.footer-top .footer-top-con {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 576px) {
  .footer-top .footer-top-con {
    text-align: center;
  }
}

.footer-top .footer-top-con iframe {
  width: 100%;
  height: 300px;
}

.footer-top .footer-top-con a {
  color: white;
}

.footer-top .footer-top-con a:hover {
  color: #c72d28;
}

.footer-top .footer-top-con h4 {
  font-weight: bold;
  margin-bottom: 15px;
  color: #c72d28;
}

@media (max-width: 576px) {
  .footer-top .footer-top-con h4 {
    margin-top: 10px;
  }
}

@media (max-width: 1024px) {
  .footer-top .footer-top-con h5 {
    font-size: .9rem !important;
  }
}

.footer-top .footer-top-con .footer-logo img {
  width: 60%;
}

@media (max-width: 576px) {
  .footer-top .footer-top-con .footer-logo img {
    margin-bottom: 20px;
  }
}

.footer-top .footer-top-con .menu-col ul {
  padding-left: 0px;
}

.footer-top .footer-top-con .menu-col ul li {
  list-style: none;
}

/***********************Footer Top  Ends************************/
/***********************Footer************************/
.footer-row {
  background: black;
}

.footer-row .footer-con {
  padding-top: 30px;
  padding-bottom: 30px;
  color: white;
}

.footer-row .footer-con a {
  color: white;
}

.footer-row .footer-con .foot-left {
  text-align: left;
}

@media (max-width: 576px) {
  .footer-row .footer-con .foot-left {
    text-align: center;
  }
}

.footer-row .footer-con .foot-center {
  text-align: center;
}

@media (max-width: 576px) {
  .footer-row .footer-con .foot-center {
    text-align: center;
  }
}

.footer-row .footer-con .foot-right {
  text-align: right;
}

@media (max-width: 576px) {
  .footer-row .footer-con .foot-right {
    text-align: center;
  }
}

/***********************Footer Ends************************/
/************************Inner Page**********************/
.page-container {
  padding: 30px 0px 30px 0px;
}

.page-container .iframe-col h5 {
  font-weight: bold;
  text-align: center;
}

.page-container .iframe-col iframe {
  width: 100%;
  height: 289px;
  border: 5px solid #c72d28;
}

.page-container ul {
  padding-left: 20px;
}

.page-container a {
  font-weight: bold;
  color: #000;
}

.page-container h2 {
  color: #c72d28;
  font-weight: bold;
  border-bottom: 3px solid #c72d28;
  padding-bottom: 10px;
  font-size: 2rem !important;
}

@media (max-width: 576px) {
  .page-container h2 {
    font-size: 1.6rem !important;
  }
}

.page-container p {
  line-height: 26px;
  text-align: justify;
}

.page-container p span {
  color: #c72d28;
  font-weight: bold;
}

.page-container .col-md-12, .page-container .col-md-11, .page-container .col-lg-10, .page-container .col-md-10, .page-container .col-md-9, .page-container .col-md-8, .page-container .col-md-7, .page-container .col-md-6,
.page-container .col-md-5, .page-container .col-md-4, .page-container .col-md-3, .page-container .col-lg-2, .page-container .col-md-2, .page-container .col-md-1, .page-container .col-md, .page-container .col-lg-6,
.page-container .col-lg-3, .page-container .col-lg-9, .page-container .col-lg-4, .page-container .col-lg-8 {
  padding-left: 0px;
}

@media (max-width: 1024px) {
  .page-container .col-md-12, .page-container .col-md-11, .page-container .col-lg-10, .page-container .col-md-10, .page-container .col-md-9, .page-container .col-md-8, .page-container .col-md-7, .page-container .col-md-6,
  .page-container .col-md-5, .page-container .col-md-4, .page-container .col-md-3, .page-container .col-lg-2, .page-container .col-md-2, .page-container .col-md-1, .page-container .col-md, .page-container .col-lg-6,
  .page-container .col-lg-3, .page-container .col-lg-9, .page-container .col-lg-4, .page-container .col-lg-8 {
    padding-left: 15px;
  }
}

.page-container .inside-images {
  margin-bottom: 10px;
}

.page-container .page-img img {
  width: 100%;
  padding: 5px;
  border-radius: 15px;
}

/******************ends************************/
/*****************gallery***********************/
.gallery-con {
  padding-top: 60px;
}

@media (max-width: 1024px) {
  .gallery-con {
    padding-top: 0px;
  }
}

gallery li img {
  width: 100%;
  height: auto !important;
  min-height: 300px !important;
}

.gallery-pc {
  display: block;
  visibility: visible;
}

.gallery-mobile {
  display: none !important;
  visibility: hidden !important;
}

.gallery li {
  padding: 5px;
  float: left;
  height: 300px;
  overflow: hidden;
  list-style-image: none !important;
}

.gallery h3 {
  text-align: center;
  line-height: 60px;
  font-weight: bold;
  background: #e6e8e8;
  color: #bfbfbf;
}

.gallery h4 {
  color: #c72d28;
}

@media screen and (max-width: 1024px) {
  .gallery-pc {
    display: none !important;
    visibility: hidden !important;
  }
  .gallery-mobile {
    display: block !important;
    visibility: visible !important;
  }
  .gallery li,
  .gallery li img {
    width: 100% !important;
    height: auto !important;
    margin: 0px;
  }
}

/****************ends****************/
/******************Area coverage************************/
.area-con {
  padding-top: 60px;
}

@media (max-width: 1024px) {
  .area-con {
    padding-top: 10px;
  }
  .area-con .page-container {
    padding: 0px 0px 30px 0px;
  }
}

.area-con iframe {
  width: 100%;
  height: 700px;
}

@media (max-width: 768px) {
  .area-con iframe {
    height: 300px;
  }
}

@media (max-width: 1024px) {
  .area-con .cover-iframe {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .area-con .covering {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.area-con .covering li {
  display: block;
  line-height: 40px;
  font-size: 0.95em;
  border-bottom: #bfbfbb 1px solid;
  padding: 0px;
  list-style-position: inside;
  width: 100%;
}

.area-con .covering li img {
  font-size: 22px;
  margin-left: 0px;
  margin-right: 10px;
}

/***********************ends**********************/
/***********************Contact page*************************/
.contact-con .con-address h5 a {
  color: black;
  font-weight: normal;
}

.contact-con .con-address h5 a:hover {
  color: #c72d28;
}

.contact-con .contact-form {
  background: #ccc;
  background: linear-gradient(180deg, #ccc 0%, white 100%);
  padding: 30px 10px 30px 10px;
}

.contact-con .contact-form .col-md-12 {
  padding-left: 15px !important;
}

.contact-con .contact-form h3 {
  text-align: center;
}

.contact-con .contact-form input {
  height: 40px;
  width: 100%;
  border: 1px solid #ccc !important;
  background: #fff;
  padding: 8px;
  margin-top: 6px;
  margin-bottom: 10px;
  border-radius: 6px;
}

.contact-con .contact-form select {
  height: 40px;
  width: 100%;
  border: 1px solid #ccc !important;
  background: #fff;
  padding: 8px;
  margin-top: 6px;
  margin-bottom: 10px;
  border-radius: 6px;
}

.contact-con .contact-form textarea {
  height: 80px;
  width: 100%;
  border: 1px solid #ccc !important;
  background: #fff;
  padding: 8px;
  margin-top: 6px;
  margin-bottom: 10px;
  border-radius: 6px;
}

.contact-con .contact-form .con-btn {
  width: 100%;
  background: #c72d28;
  color: white;
}

.contact-con .contact-form .con-btn:hover {
  background: #c72d28;
}

@media (max-width: 576px) {
  .contact-con .contact-form {
    margin-top: 15px;
  }
}

.contact-con .btn-privacy {
  background: #c72d28;
  color: white;
}

.contact-con .btn-privacy:hover {
  background: #c72d28;
}

.header-wrapper {
  position: fixed;
  width: 100%;
  z-index: 5000 !important;
}

@media (max-width: 1024px) {
  .header-wrapper {
    position: relative;
    z-index: 1 !important;
  }
}

.f-nav {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999 !important;
  transition: all 0.6s;
  position: fixed !important;
}

.f-nav .menu-con {
  margin-top: 0px;
}

@media (max-width: 1024px) {
  .f-nav {
    left: unset;
    top: unset;
    width: unset;
    z-index: unset;
    transition: unset;
    position: unset !important;
  }
}

button:focus {
  outline: none;
}

@media (max-width: 1200px) {
  .container {
    max-width: 1110px;
  }
}

.scrollup {
  position: fixed;
  bottom: 10px;
  right: 7px;
  display: none;
  text-indent: -9999px;
  background: url(../images/scroll.png);
  z-index: 99;
  padding: 38px;
  background-repeat: no-repeat;
}

.whatsapp-col {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 10px;
}

@media (max-width: 1024px) {
  .whatsapp-col {
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
  }
}

.whatsapp-col span {
  background-color: #228B22;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  border: 11px solid #228B22;
  text-decoration: none;
  font-size: 11px;
  margin-left: 10px;
}

.whatsapp-col span:hover {
  background-color: #c72d28;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  border: 11px solid #c72d28;
  text-decoration: none;
  font-size: 11px;
}

.whatsapp-col a:hover {
  text-decoration: none !important;
}

.whatsapp-col a {
  text-decoration: none !important;
}

.whatsapp-col font {
  color: #333;
  font-weight: 500;
  margin-left: 10px;
  font-size: 11px;
}
/*# sourceMappingURL=style.css.map */