@import url("../fonts/fontawesome/css/all.min.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");

/* ##############################
---------------------------------
COLOR
---------------------------------
############################## */

:root {
  --white: #fff;
  --black: #000;
  --primary-lightest2: #f5f5f9;
  --dark-gray: #999999;
  --light-gray: #f8f8f8;
  --red: #ff4c3b;
  --text-color: #585858;
  --orange: #f15a24;
}

/* ##############################
---------------------------------
GLOBAL
---------------------------------
############################## */

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "lato", sans-serif !important;
  font-size: 16px;
  line-height: 24px;
  color: var(--black);
  /* background: var(--primary-lightest2); */
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

a,
p,
img,
div,
ul,
li,
span,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
hr,
header,
footer,
section,
article,
nav,
iframe {
  margin: 0;
  padding: 0;
  outline: none;
  list-style: none;
  background: none;
  border: none;
}

.bold {
  font-weight: 700;
}

p,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "lato", sans-serif;
  /* font-family: "Poppins", sans-serif; */
}

.ml-auto {
  margin-left: auto !important;
}

a {
  color: var(--black);
}

a,
a:hover {
  text-decoration: none;
}

a:hover {
  color: var(--red);
  transition: 0.3s ease;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.navbar-nav {
  align-items: center;
}

.form-check-input:checked {
  background-color: var(--red);
  border-color: var(--red);
}

.btn {
  background: var(--orange);
  text-transform: uppercase;
  color: var(--white);
  cursor: pointer;
  border: 2px solid var(--orange);
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 0;
  margin-bottom: 0;
  padding: 25px 30px;
  margin: 10px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0;
  transition: 0.3s ease;
}

.btn-secondary {
  background: var(--white);
  color: var(--orange);
  border: 2px solid var(--white);
}


.btn-small {
  padding: 20px 15px;
}

.btn:hover {
  color: var(--orange);
  background-color: var(--white);
}

.btn-secondary:hover {
  background: var(--orange);
  color: var(--white);
  border: 2px solid var(--white);
}

/* .btn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    box-sizing: border-box;
    border-bottom: 5px solid var(--red);
} */

/* .btn:hover:before,
.btn:hover:after {
    width: 100%;
    height: 100%;
} */

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
}

.errorMsg {
  position: absolute;
  bottom: -20px;
  color: var(--red);
  font-size: 12px;
}

.text-right {
  text-align: right;
}

/* --- Header CSS --- */

header {
  margin: 0;
  padding: 0;
}

header .topbar {
  padding: 12px 0;
  background: var(--light-gray);
}

header .topbar ul {
  margin: 0;
  padding: 0;
}

header .topbar ul li {
  display: inline-flex;
  float: none;
  padding: 0;
  margin-right: 15px;
  font-size: 14px;
  line-height: 14px;
  color: #999999;
}

header .topbar ul li:last-child {
  margin-right: 0;
}

header .topbar ul li i {
  color: var(--dark-gray);
  font-size: 14px !important;
  vertical-align: middle;
  margin-right: 5px;
}
header .topbar ul li span a:hover, header .topbar ul li:hover i {
  color: var(--orange);

}
header .topbar ul li span,
header .topbar ul li span a {
  padding-right: 5px;
  color: var(--dark-gray);
}

header .navbar {
  color: #222222;
  padding: 10px 0 !important;
  /* font-family: 'Gayathri', 'Open Sans', Arial, Helvetica, sans-serif !important; */
  font-family: "Lato", sans-serif;
  font-size: 16px !important;
  line-height: 18px !important;
  font-weight: 400;
  background: var(--white);
}

.sticky ~ .sticky-align {
  height: 90px;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: end;
}

header .navbar .navbar-brand img {
  height: 80px;
  width: 150px;
  object-fit: contain;
}

header .navbar .nav-link {
  padding: 0 15px !important;
  color: var(--black);
}

header .navbar .nav-link:hover {
  color: var(--orange);
}

header .navbar .dropdown-menu {
  min-width: 250px;
  padding: 15px;
  margin: 0;
  right: 0;
  color: var(--black);
  background: var(--white);
  border: none;
  border-radius: 0;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

header .navbar .dropdown-menu .dropdown-item {
  display: block;
  margin: 0 !important;
  padding: 10px 15px 10px 15px !important;
  color: var(--black);
  font-size: 16px !important;
  line-height: 14px !important;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

header .navbar .dropdown-menu .dropdown-item:hover {
  color: var(--orange);
  background: transparent;
}

.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  line-height: auto;
  background-color: #231f20;
  border: 1px solid #231f20;
  border-radius: 0;
  outline: none;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler i {
  color: #fff;
  text-decoration: none;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 8%);
}

.sticky + .content {
  padding-top: 34px;
}

img {
  max-width: 100%;
}

.section-padding {
  padding: 60px 0;
}

.mb-30 {
  margin-bottom: 30px;
}

/*footer css*/

.footer-area {
  background: #fafcfc;
}

.footer-area .footer-logo {
  margin-bottom: 20px;
  max-width: 80px;
}

.footer-area .footer-pera p {
  color: var(--dark-gray);
  font-size: 16px;
  margin-bottom: 50px;
  line-height: 1.5;
  text-align: justify;
  margin-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-pera p {
    padding-right: 95px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-pera p {
    padding-right: 13px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-area .footer-pera p {
    padding-right: 80px;
  }
}

@media (max-width: 767px) {
  .footer-area .footer-pera p {
    padding-right: 30px;
  }
}

.footer-area .footer-tittle h4 {
  color: var(--orange);
  font-size: 20px;
  margin-bottom: 29px;
  font-weight: 500;
  text-transform: capitalize;
}

.footer-area .footer-tittle ul li {
  color: var(--dark-gray);
  margin-bottom: 15px;
}

.footer-area .footer-tittle ul li a {
  color: var(--dark-gray);
}

.footer-area .footer-tittle ul li a:hover {
  color: var(--red);
}

.footer-area .info.error {
  color: var(--red);
}

.ml-n-4vw {
  margin-left: -4vw;
}

.footer-area .footer-social a i {
  color: var(--dark-gray);
  margin-right: 12px;
  font-size: 22px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.footer-area .footer-social a i:hover {
  color: var(--red);
  box-shadow: 0 -3px 0 0 rgba(24, 24, 24, 0.15) inset,
    0 3px 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.footer-bottom-area {
  background: var(--red);
}

.footer-bottom-area .footer-border {
  /* border-top: 1px solid #d3e5fd; */
  padding: 20px 0 5px;
}

.footer-list li a span {
  padding-right: 5px;
}

@media (max-width: 767px) {
  .footer-bottom-area .footer-border {
    padding: 35px 0 20px;
  }
}

.footer-bottom-area .footer-copy-right p {
  color: var(--white);
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 12px;
}

.footer-bottom-area .footer-copy-right p i {
  color: var(--black);
}

.footer-bottom-area .footer-copy-right p a {
  color: var(--white);
}

.footer-padding {
  padding-top: 140px;
  padding-bottom: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .footer-padding {
    padding-top: 90px;
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-padding {
    padding-top: 100px;
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-padding {
    padding-top: 100px;
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-padding {
    padding-top: 100px;
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .footer-padding {
    padding-top: 80px;
    padding-bottom: 10px;
  }
}

/* header image css starts here*/
/* 
.heading-style span {
  color: var(--red);
  font-size: 18px;
}

.heading-style h3 {
  font-size: 35px;
  line-height: 50px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
}

.heading-style h3::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 3px;
  background: var(--red);
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}
*/
.header-image {
  background-image: url("../imgs/bg/bg.jpg");
  min-height: 350px;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  position: relative;
  align-items: center;
}

.header-image::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.5;
  background: #000;
  position: absolute;
}

.heading-line {
  border-left: 15px solid #333;
  /* margin-top: 80px; */
}

.heading-line::before,
.heading-line::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100px;
  height: 15px;
  background: #333;
}

.heading-line::after {
  top: 100%;
  margin-top: -15px;
}
/* 
.heading-line h2 {
  font-size: 60px;
  letter-spacing: 3px;
  line-height: 70px;
  margin-bottom: 25px;
  font-weight: 600;
  position: relative;
  color: #FFF;
}

.heading-line span {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
  color: #fff;
}

.heading-line p {
  font-size: 22px;
  margin-top: 25px;
  color: var(--red);
} */

/* .heading-line h2::before {
    content: "";
    position: absolute;
    width: 270px;
    height: 4px;
    background: var(--red);
    left: 0;
    bottom: -10px;
} */

/* header image css ends here*/

/* first section starts here */

.save-main-card {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.save-main-card img {
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%;
}
.save-main-card:hover img {
  /* img zoom in on hover (x, y): */
  transition: all 0.5s ease;
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.save-text {
  text-align: center;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
}

.save-text span {
  color: var(--red);
  font-size: 20px;
  font-weight: 500;
}
.save-text h2 {
  font-size: 55px;
  font-weight: 700;
}

/* first section ends here */

/* services css starts here */
.service-box {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.service-box i {
  font-size: 35px;
  margin-bottom: 16px !important;
  margin-right: 10px !important;
  color: var(--orange);
  min-width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: auto;
}
.service-box h3 {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
}
.service-text p {
  color: var(--dark-gray);
}
/* services css ends here */

/* owl-carousel */

.owl-carousel .owl-item img {
  width: auto !important;
}

.owl-theme .owl-dots {
  display: none !important;
}

.owl-prev,
.owl-next {
  background: none !important;
}

.owl-nav .owl-prev i,
.owl-nav .owl-next i {
  font-size: 35px !important;
}

#mixedSlider {
  height: calc(100vh - 140px);
}

.owl-nav > button {
  background: none repeat scroll 0 0 rgba(240, 240, 240, 0.8);
  border-radius: 0;
  display: block;
  margin: 0;
  padding: 10px;
  position: absolute;
  top: 45%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 6;
}

.owl-next {
  right: 0px;
}

.lc-item-content {
  height: calc(100vh - 140px);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: top center !important;
  display: flex;
  align-items: center;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  padding: 0 10px !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  padding: 0 10px !important;
}

.ac-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
}

.card-header {
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid #e9ecef;
}

.h4,
h4 {
  font-size: 1rem;
}

hr {
  background-color: var(--dark-gray);
  margin: 10px 0;
}
.disFlex {
  display: flex;
  align-items: center;
}

.card-header h4 a {
  color: var(--orange) !important;
}

.text-primary {
  color: var(--orange) !important;
}
.text-secondary {
  color: var(--orange) !important;
}
/* register section starts here */

section.register-s {
  margin: 0 0 80px;
}

.register-box {
  padding: 50px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

p.register-text {
  font-size: 26px;
  margin-bottom: 25px;
  color: var(--red);
  font-weight: 600;
  line-height: 35px;
}

.circle {
  width: 150px;
  height: 150px;
  position: absolute;
  background-color: #e6373d0f;
  border-radius: 50%;
}

.boxx1 {
  top: -20%;
  left: -5%;
}

.boxx2 {
  bottom: -28%;
  right: 2%;
}

.boxx3 {
  top: 5%;
  left: 50%;
}

.boxx4 {
  left: 13%;
  bottom: -7%;
}

.faq-list {
  padding: 15px;
}

.faq-list li {
  list-style: disc;
}

.ac-card .card-body a {
  color: var(--red);
}

.item.lc-single-item-main:before,
/* .header-image::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: .5;
    background: #000;
    position: absolute;
} */

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  color: #fff;
}

.form-control {
  height: 45px;
}

.form-control:focus {
  border-color: var(--red);
  box-shadow: 0 0 10px 0px var(--red);
}

.shadow-lgg {
  box-shadow: 0px 4px 30px 1px rgb(0 0 0 / 20%);
}

.nd-shadow {
  box-shadow: 0px 1px 10px 2px #eee !important;
}

.bg-blue {
  background: #f15a24;
}

.sticky-widget-mobile {
  display: none;
}

.social-widget-mobile {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  width: 100%;
  z-index: 9;
}

.social-widget-mobile a {
  flex-basis: 33.33%;
  text-align: center;
  background-color: #333;
  color: #fff;
  padding: 20px;
}

.social-widget-mobile a:nth-child(2) {
  background: var(--red);
}
.blank-space {
  height: 50px;
  background-color: var(--light-gray);
  margin-bottom: 25px;
}

.experience-section {
  background-image: url("../imgs/bg/Backgrounds.jpg");
  min-height: 550px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  position: relative;
  align-items: center;
}

.pin-image {
  margin-top: -100px;
  z-index: 1;
  position: relative;
}

.our-services {
  overflow: hidden;
  position: relative;
  padding: 50px 0 100px;
  /* background: #f8f8f8; */
}
.our-services.rotated-bg:before {
  content: "";
  position: absolute;
  width: 1000px;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 886px;
  left: 10%;
  top: 50%;
  background: #ff4c3b1a;
}
.our-services .clearfix {
  margin-top: 66px;
}
.single-service-item {
  margin-bottom: 26px;
  position: relative;
  /* padding: 38px 20px 38px; */
  background: #fff;
  text-align: center;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /* border: 2px solid #eee; */
}
/* .single-service-item:hover {
  border-color:#f15a24;
  -webkit-transition: .5s;
  transition: .5s;
} */
.our-services .single-service-item .service-icon {
  /* margin-bottom: 20px; */
  overflow: hidden;
  text-align: center;
}
.our-services .single-service-item .service-icon img {
  /* max-width: 64px; */
  height: 250px;
  width: 100%;
  object-fit: cover;
  object-position: top right;
}
.service-text-box {
  overflow: hidden;
  padding: 20px;
  background-color: #f15a24;
}
.service-text-box h4 {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 10px;
}
.service-text-box p {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  min-height: 66px;
}
.service-text-box h4 a {
  color: #fff;
  transition: 0.5s;
  font-weight: 700;
}
.get-touch {
  background-image: url("../imgs/bg/pipe.jpg");
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0;
}

.services-avail {
  font-size: 52px;
  line-height: 70px;
  font-weight: 700;
  color: black;
}
.services-avail span {
  color: var(--orange);
}

/* faq css starts here */
.faq {
  padding: 90px 0 50px;
  background: #ff4c3b1a;
}

.faq .section-title {
  margin-bottom: 54px;
}

.faq .section-title h2 {
  margin-bottom: 22px;
  font-weight: 600;
}
.faq .section-title h2 span {
  color: var(--orange);
}

.faq .accordion .card {
  border: none;
  margin-bottom: 30px;
}

.faq .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 10px;
}

.faq .accordion .card .card-header {
  border: none;
  border-radius: 10px;
  padding: 0;
}

.faq .accordion .card .card-header h5 {
  padding: 0;
}

.faq .accordion .card .card-header h5 button {
  color: #1e3056;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  padding: 0 30px 0 70px;
  height: 70px;
  display: block;
  width: 100%;
  color: rgba(30, 48, 86, 0.8);
  text-align: left;
  background: #fff;
  -webkit-box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
  box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
  border-radius: 10px 10px 0 0;
  position: relative;
  border: 0px !important;
  line-height: 22px;
}

.faq .accordion .card .card-header h5 button:after {
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  color: #f15a24;
  text-align: center;
  border: 1px solid #f15a24;
  border-radius: 50%;
  line-height: 100%;
  content: "\f067";
  font-size: 10px;
  line-height: 18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.faq .accordion .card .card-header h5 button.collapsed {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(97, 125, 255, 0.2);
}

.faq .accordion .card .card-header h5 button[aria-expanded="true"]:after {
  content: "\f068";
  color: #fff;
  background-image: -webkit-linear-gradient(
    -180deg,
    #5e7eff 0%,
    #f15a24 30%,
    #a85fff 100%
  );
}

.faq .accordion .card .card-body {
  -webkit-box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
  box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
  border-radius: 0 0 10px 10px;
  /* padding-top: 0; */
  /* margin-top: -6px; */
  padding-left: 72px;
  padding-right: 70px;
  padding-bottom: 23px;
  color: rgba(30, 48, 86, 0.8);
  line-height: 30px;
}
.faq .accordion .card .card-body p {
  margin-bottom: 10px;
}

.services-section {
  background-image: -webkit-linear-gradient(
    -180deg,
    #5e7eff 0%,
    #f15a24 30%,
    #a85fff 100%
  );
}

/* about us page css */
.hero-guy {
  max-height: 450px;
}
/* counter css stats here */
.counter-stats {
  background-color: #fff4ec;
}
.counter {
  padding: 20px 0;
  border-radius: 5px;
  box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.count-title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
  color: var(--orange);
}
.count-text {
  font-size: 16px;
  font-weight: bold;
  margin-top: 6px;
  margin-bottom: 0;
  text-align: center;
}

/* contact us css starts here */

.contact-heading {
  font-size: 30px;
  margin-bottom: 25px;
}

.form-main {
  margin-top: 60px;
  box-shadow: 0px 4px 30px 1px rgb(0 0 0 / 20%);
  padding: 0;
  margin-bottom: 50px;
}

.contact-left {
  background-color: var(--white);
  padding: 40px;
}

.contact-right {
  background-color: var(--orange);
  padding: 40px;
  color: var(--white);
}

.form-group {
  position: relative;
}

.form-group input,
.form-group.medium,
.form-group select,
.form-group textarea {
  margin-bottom: 25px;
}

.form-group textarea {
  min-height: 100px;
}

.form-group label {
  margin-bottom: 6px;
}

h3.info-heading {
  font-size: 20px;
  margin-bottom: 25px;
}

.location,
.phone,
.contact-email {
  display: flex;
}

.location i,
.phone i,
.contact-email i {
  margin-right: 10px;
  margin-top: 5px;
}

.location span,
.phone span,
.contact-email span {
  display: block;
  margin-bottom: 15px;
}

.cand-emp {
  margin-bottom: 6px;
}

.contact-email a, .phone a {
  color: var(--white);
}

/* contact us css ends here */

/* construction page css start here */
.emergency-sec p {
  margin-bottom: 10px;
  font-weight: 500;
}

.grid-col img {
  width: 100%;
  height: auto;
  max-height: 250px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.body-content {
  padding: 15px 20px 20px 20px;
  position: relative;
  border: 1px solid #eee;
  border-top: none;
  z-index: 1;
  line-height: 23px;
  color: #333;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.body-content h3 {
  margin-bottom: 5px;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 18px;
  min-height: 48px;
  line-height: 24px;
  color: var(--orange);
  display:flex;
  align-items: center;
}
.body-content p {
  margin-bottom: 10px;
  min-height: 162px;
}
.text-justify{
  text-align: justify;
}

.modeltheme-breadcrumbs {
  background: var(--light-gray);
  /* background: rgb(244, 244, 244) none repeat scroll 0 0; */
  padding: 10px 0;
}
.modeltheme-breadcrumbs .page-title {
  color: var(--red);
  opacity: 0.8;
  font-size: 18px;
  line-height: 1;
  margin: 0;
  padding: 24px 0;
}
.modeltheme-breadcrumbs .breadcrumb {
  background: transparent;
  margin: 0;
  padding: 24px 0;
}
.pull-right {
  float: right !important;
}

.breadcrumb {
  color: #ccc;
} 

.breadcrumb.pull-right li {
  font-weight: 500;
}
.breadcrumb > li {
  display: inline-block;
}

.breadcrumb.pull-right li {
  font-weight: 500;
}

.breadcrumb .active {
  margin-left: 3px;
  color: var(--orange);
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}