body {
  font-family: 'Roboto', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

body { 
  opacity: 0;
  transition: opacity .5s;
}

html {
  scroll-behavior: smooth;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
}

.heading_container h2 span {
  color: #f07b26;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*start header section*/
.hero_area {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .header_section { 
  margin-top: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.header_section .header_bottom .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_section .header_bottom .social_box a i {
  margin-right: 5px;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f07b26;
}

.header_section .header_bottom .social_box a:hover i {
  color: #313131;
}

.header_section .header_bottom {
  background-color: #313131;
  z-index: -1;;
  padding: 15px 0;
}

.header_section .header_bottom .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand img {
  width: 125px;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;  
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 25px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #ffffff;
  background-color: #fd9042;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #000000;
}

.custom_nav-container .nav_search-btn:hover {
  color: #000000;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #000000;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}
/*end header section*/

/* slider section */
.slider_section {
  -webkit-box-flex: 2;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../images/hazkey2bg.png);
  background-size: cover;
  background-attachment: fixed;
}

.slider_section .dot_design {
  position: absolute;
  width: 450px;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 1;
}

.slider_section .dot_design img {
  width: 100%;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #313131;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #ffffff;
}

.slider_section .detail-box p {
  color: #6d6d6d;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  margin-top: 45px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #f07b26;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: #bc570d;
}

.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn2:hover {
  background-color: black;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 23px;
  height: 23px;
  background-color: #f07b26;
}
/* end slider section */

/* service section start */
.service_section {
  position: relative;
  background-color: rgb(247, 247, 247);
}

.service_section .heading_container h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 35px;
  margin-left: auto;
  margin-right: auto;
}

.service_section #row_index {
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
  padding: 20px;
}

.service_section .content_container {
  background-color: #fd9042;
  border-radius: 8px;
  padding: 50px;
} 

.service_section .service_container {
  display: flex;
  justify-content: center;
}

/* box start */
.service_section .box {
  border: rgba(0, 0, 0, 0.10) solid 2px;
  border-radius: 10px;
  margin-bottom: 40px;
  transition: .5s;
  background-color: white;
  padding: 30px;
}

.service_section .box_index {
  margin-top: 45px;
}

.service_section .box_index .img-box {
  height: 65px;
}

.service_section .box_index .img-box img {
  height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.service_section .box .img-box {
  height: 65px;
}

.service_section .box .img-box img {
  height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.service_section .box .detail-box {
  margin-top: 15px;  
}

.service_section .box .content-detail-box {
  margin-top: 15px;  
  margin-left: 15px;
}

.service_section .box_index .detail-box h5 {
  text-transform: uppercase;
  padding-top: 30px;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

/* Responsive service grid */
.service_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* medium screens */
@media (max-width: 1000px) {
  .service_grid {
    grid-template-columns: 1fr;    
  }
}

/* small screens */
@media (max-width: 576px) {
  .service_grid {
    grid-template-columns: 1fr;
  }
}
/* box end */

/* flip card start */
.flip-card {
  height: 320px; 
  max-width: 500px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s ease;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
}

/* Front Side */
.flip-card-front {
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

/* Back Side (Carousel) */
.flip-card-back {
  background: black;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: fill;
}
/* flip card end*/

/* service section end */

/* start about section & page */
.about_page {
  background-color: rgb(247, 247, 247);
}

.about_page .detail-box {
  background-color: white;
  color: black;  
}

.about_page .b_css {
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  padding: 50px;
  max-height: 720px;
  border-radius: 8px;
}

.about_page .b_css2 {
  background-color: #fd9042; 
  color: black;
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .b_css, .b_css2 {
    min-height: 200px;
    text-align: center;
  }
}

.about_section {
  background-color: rgb(246, 245, 245);
  padding-top: 10%;
  padding-bottom: 10%;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;  
}

.about_section .img-box {
  position: relative;
}

.about_section .img-box img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.about_section .img-box::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 45px;
  height: 70%;
  background-color: #0096D6;
  z-index: 3;
}

.about_section .img-box::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 45px;
  height: 70%;
  background-color: #FFD700;
  z-index: 3;
}

.about_section .img-box::before {
  left: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about_section .img-box::after {
  right: 0;
  z-index: 1;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.about_section .detail-box p {
  color: #1f1f1f;
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #f07b26;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #bc570d;
}

.about_page .row .about2_carousel .item {
  display: block;
  object-fit: contain;
  height:  100%;
  width: 100%;
}

.about_page .row .about2_carousel {
  width: 100%;
  height: 100%;
}

.about2_carousel .owl-nav i {
  font-size: 25px;
  border: white 1px solid;
  background-color: white;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  color: #333;
  transition: color 0.3s ease;
}

.about2_carousel .owl-nav {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  background: none;
  border: none; 
  z-index: 100;
  display: flex;
  justify-content: space-between;
  margin-left: 5px;
  margin-right: 5px;
}

.about2_carousel .owl-nav button {
  background: none;
  border: none;
  pointer-events: all;
  outline: none;
  box-shadow: none;
}
/* end about section & page */

/* start project section*/
.project_section .heading_container {
  margin-bottom: 45px;
}

.project_section .heading_container h2 {
  color: #000000; 
  margin: 0; 
}

.project_section .heading_container h2 span {
  color: #ffffff;
}

/* project section 2 */
.project_section2 {
background-color: rgb(247, 247, 247);
}

.project_section2 .custom-line-project {
  border: none;
  height: 2.5px;
  background-color: #333;
  width: 10%;
  background-color: #333;
  background: linear-gradient(to right, rgba(240, 123, 38, 0), rgba(240, 123, 38, 0.6), rgba(240, 123, 38, 0));
}

.project_section2 .heading_container h2 {
  color: #000000;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 35px;
}

.project_section .box .img-box img {
  opacity: 1;
  display: block;
  transition: .5s ease;
  backface-visibility: hidden;
}

.project_section .box .img-box .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.project_section .box .img-box:hover img {
  opacity: 0.3;
}

.project_section .box .img-box:hover .middle {
  opacity: 1;
}

.project_section .box .img-box .text {
  color: black;
  font-size: 20px;
  opacity: 0.5;
  text-align: center;
}

/*  */
.project_section2 .main-box1 {
  border-radius: 20px;
  background-color: white;
  padding: 50px;
}

.project_section2 .box .img-box img {
  opacity: 1;
  display: block;
  transition: .5s ease;
  backface-visibility: hidden;
}

.project_section2 .box .img-box .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.project_section2 .box .img-box:hover img {
  opacity: 0.3;
}

.project_section2 .box .img-box:hover .middle {
  opacity: 1;
}

.project_section2 .box .img-box .text {
  color: black;
  font-size: 20px;
  opacity: 0.5;
  text-align: center;
}
  
/* arrow button used in website ; start*/
.project_carousel .owl-nav i, .project_carousel2 .owl-nav i {
  font-size: 50px;
  color: #333;
  transition: color 0.3s ease;
}

.project_carousel .owl-nav button:hover i, .project_carousel2 .owl-nav button:hover i {
  color: #f07b26;
}

.project_carousel .owl-nav, .project_carousel2 .owl-nav {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  background: none;
  border: none; 
  z-index: 100;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.project_carousel .owl-nav button, .project_carousel2 .owl-nav button {
  background: none;
  border: none;
  pointer-events: all;
  outline: none;
  box-shadow: none;
}

.project_section .owl-item.active.center .box .detail-box {
  opacity: 1;
  visibility: visible;
}

.project_section .project_carousel {
  margin-top: 45px;
  padding: 0 45px;
} 

.project_section .project_carousel2 {
  margin-top: 45px;
  padding: 0 45px;
} 

/*project section 2  */
.project_section2 .box .detail-box h5 {
  font-weight: bold;
}

.project_section2 .owl-item.active.center .box .detail-box {
  opacity: 1;
  visibility: visible;
}

.project_section2 .project_carousel {
  margin-top: 45px;
  padding: 0 45px;
} 

.project_section2 .project_carousel2 {
  margin-top: 45px;
  padding: 0 45px;
} 
  
.project_section2 .cust_review_container .box {
  border: #fd9042 solid 8px;
  background-color:   white;
  border-radius: 30px;
  padding: 40px;
  height: 100%;
}

.project_section2 .cust_review_container .box:hover {
  box-shadow: 1px 1px 2px #fd9042, 0 0 20px orange, 0 0 4px darkorange;;
}

.project_section2 .row {
  text-align: center;
}

.project_section2 .cust_review_container .box .img-box img {
  height: 95px;
  width: 95px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  border: #e4e4e4 solid 2px;
}

.project_section2 .cust_review_container .detail-box .fa-star {
  color: #fdcc0d;
}

.project_section2 .cust_review_container .detail-box .dbx-heading p {
  font-style: italic;
  font-size: 13px;
}
/* end project section */

* {
  box-sizing: border-box;
}

.row {
  display: flex;
}

/* Create three equal columns that sits next to each other */
.column {
  flex: 16.66%;
  padding: 5px;
}

/* start client section */
.client_section {
  background-image: url(../images/ram2.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.client_section .heading_container {
  margin-bottom: 5px;
  color: #ffffff;
}

.client_section .heading_container h2 {
  margin: 0;
}

.client_section .client_carousel, .client2_carousel {
  max-width: 1000px;
  width: 100%;  
  margin: 0 auto;
  background-color: rgba(189, 182, 182, 0.5);
  padding: 10px;
  box-sizing: border-box;
}

.client_section .client_carousel .owl-stage-outer, .client2_carousel .owl-stage-outer {
  overflow: hidden;
}

.client_section .client_carousel .owl-stage, .client2_carousel .owl-stage {
  display: flex !important;
  align-items: center;
}

.client_section .client_carousel .owl-item, .client2_carousel .owl-item {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.client_section .client_carousel .item, .client2_carousel .item {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.client_section .client_carousel img, .client2_carousel img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 70px;
  object-fit: contain;
  margin: 0 6px;
}

@media (max-width: 600px) {
  .client_section .client_carousel img, .client2_carousel img {
    max-height: 48px;     
    margin: 0 4px;
  }
  .client_section .client_carousel, .client2_carousel {
    padding: 6px;
  }
}

.contact_section {
  background-color: rgb(247, 247, 247);
}


.contact_section .heading_container h2 {
  text-transform: uppercase;
  font-size: 35px;
  margin-left: auto;
  margin-right: auto;
} 

.contact_section .container {
  -webkit-box-shadow: 0 0 15px 5px rgba(240, 123, 38, 0.3);
          box-shadow: 0 0 15px 5px rgba(240, 123, 38, 0.3);
  background-color: white;
  border-radius: 5px;
}

.contact_section .box {
  padding: 50px;
}

.contact_section .embed-map-container {  
  overflow: hidden;
}

.contact_section .embed-map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
} 

.contact_section .container2 .box {
  border-radius: 10px;      
}

.contact_section .container2 .col-left .box {
  background-color: white;
}

.contact_section .container2 .col-right .box {
  background-color: #fd9042;
}

.contact_section .container2 .col-right, .col-left {
  max-width: 600px;
}

.contact_section .container2 .col-right h3 {
  text-align: center;
  font-weight: 1000;
  margin-bottom: 20px;
}

.contact_section .container2 .col-right label {
  display: block;
  margin-bottom: 5px;
  color: white;
  font-weight: 500;
}

.contact_section .container2 .col-right label span {
  color: red;
}

.contact_section .container2 .col-right input:not([type="submit"]), textarea {
  width: 100%;
  padding: 6px;
  border: none;
  border-radius: 5px;
  margin-bottom: 20px;
  background-color: #ffdfc8d4;
}

.contact_section .container2 .col-right input[type="submit"] {
  width: 100%;
  padding: 6px;
  border: none;
  border-radius: 5px;
  margin-bottom: 20px;
  background-color: #21d4fd;
  font-weight: bold;
}

.contact_section .container2 .col-right input[type="submit"]:hover {
  background-color: #1bb4d4;
}

/* end contact section */

/* start info section */
/* the info section's background */
.info_section {
  background-color: #313131;
  color: #ffffff;
  padding: 35px 0;
}

.info_section h4 {
  text-transform: uppercase;
  position: relative;
}

.info_section .info-links h4 {
  color: #0096D6;
  font-weight: 600;
}

.info_section .our-contact h4 {
  color: #FFD700; 
  font-weight: 600;
}

.info_section .find-us h4 {
  color: #7BC043;
  font-weight: 600;
}

.icon_space {
  margin-right: 15px;
}

.info_section .info-links a {
  color: #ffffff;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.info_section .info-links a:hover, .info_section .info_links .info_links_menu a.active {
  color: #f07b26;
}
/* end info section */

/* footer section*/
.footer_section {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}

.footer_section p {
  color: #313131;
  padding: 20px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}
/* end footer section */

/* the up button where when click will automatically bring user back to the top */
#upBtn {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #f07b26;
  color: white;
  cursor: pointer;
  height: 40px;
  width: 40px;
  border-radius: 4px;
}

* {
  box-sizing:border-box
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.vl {
  border-left: 6px solid green;
  height: 500px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 0;
}

/* line under the main title in each page */
.custom-line {
  border: none;
  height: 2.5px;
  background-color: #333;
  width: 10%;
  margin-bottom: 60px;
  background-color: #333;
  background: linear-gradient(to right, rgba(240, 123, 38, 0), rgba(240, 123, 38, 0.6), rgba(240, 123, 38, 0));
}

/*  */
.branch_locations p {
  margin-bottom: 5px;
  font-size: 0.95em;
}

.branch_locations i {
  margin-right: 5px;
}
/*  */