@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&family=Open+Sans&display=swap");
body {
  font-family: 'Cairo', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.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: #10c695;
}

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

p {
  font-family: 'Open Sans', sans-serif;
}

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;
}

/*header section*/
.hero_area {
  position: relative;
  min-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;
}

.hero_bg_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: -1; /* Ensures the background stays behind the content */
}

.hero_bg_box img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the entire area without distortion */
}

.hero_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(125deg, rgba(31, 65, 114, 0.85), rgba(31, 65, 114, 0.75), rgba(31, 65, 114, 0.05));
}

.sub_page .hero_area {
  min-height: auto;
}

.header_section .header_top {
  background: black;
}

.header_section .header_top .header_top_container {
  display: block;
}

.header_section .header_top .contact_nav {
  display: flex;
  float: right;
}

.header_section .header_top .contact_nav a {
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 40px;
}

.full {
  float: left;
  width: 100%;
}

.header_section .header_top .contact_nav a i {
  margin-right: 5px;
  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: #10c695;
  border-radius: 100%;
}

.call-link {
  background-color: black; /* Set background to black */
  color: gold; /* Set the text color to gold */
  padding: 10px 20px; /* Add some padding to make it look better */
  border-radius: 5px; /* Optional: Add rounded corners */
  text-decoration: none; /* Remove underline */
  border: black; /* Add a border matching the theme */
  display: inline-block; /* Ensure it's displayed as a block-level link */
  transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition on hover */
}



.header_section .header_top .social_box {
  display: block;
  min-width: 145px;
  float: left;
  padding: 18px 0 0;
}

.header_section .header_top .social_box > a {
  float: left;
  font-size: 18px;
}

.header_section .header_top .social_box a {
  margin-right: 10px;
}

.header_section .header_top .social_box a i {
  margin-right: 5px;
  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: #10c695;
  border-radius: 100%;
}

.header_section .header_bottom {
  padding: 15px 0;
}

.navbar-brand {
  color: #ffffff;
  font-weight: bold;
  font-size: 35px;
}

.navbar-text .brand-text {
    color: white; /* Makes the text white */
    font-size: 30px; /* Adjust as needed */
    font-weight: bold; /* Optional: makes the text bold */
}

.navbar-brand:hover {
  color: #ffffff;
}

.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: #ffffff;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-nav .nav-item .nav-link i {
  margin-right: 5px;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link {
  color: #10c695;
}

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

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

.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: #ffffff;
  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: #ffffff;
  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: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 45px 0 75px 0;
}

.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: #ffffff;
}

.slider_section .detail-box h1 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 3.5rem;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: black;
  color: gold;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid solid gold;
}


.slider_section .detail-box .btn-box .btn1:hover {
  background-color: gold; /* Change background to gold on hover */
  color: black; /* Change text color to black on hover */
  border: 1px solid black; /* Optional: Change border color on hover */
}

.slider_section .carousel_btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.slider_section .carousel_btn-box a {
  top: 50%;
  width: 45px;
  height: 45px;
  color: gold;
  font-size: 24px;
  -webkit-transition: all .2s;
  transition: all .2s;
  border-radius: 5px;
  background-color: #10c695;
  opacity: .6;
}

.slider_section .carousel_btn-box a:hover {
  color: #ffffff;
  opacity: 1;
}

.slider_section .carousel_btn-box .carousel-control-prev,
.slider_section .carousel_btn-box .carousel-control-next {
  background-color: black; /* Black background */
  color: gold; /* Gold color for the arrow or text */
  border-radius: 50%; /* Optional: Make the buttons circular */
  width: 40px;  /* Adjust size as needed */
  height: 40px; /* Adjust size as needed */
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider_section .carousel_btn-box .carousel-control-prev:hover,
.slider_section .carousel_btn-box .carousel-control-next:hover {
  background-color: gold; /* Gold background on hover */
  color: black; /* Black icon/text on hover */
}

.slider_section .carousel_btn-box .carousel-control-prev-icon,
.slider_section .carousel_btn-box .carousel-control-next-icon {
  background-image: none; /* Removes default bootstrap icon background */
  color: gold; /* Gold color for the arrow icon */
  font-size: 20px; /* Adjust the size of the arrow icon */
}

.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 {
  width: 100%;
}

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


.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: black; /* Change background to black */
  color: gold; /* Change text color to gold */
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid gold; /* Optional: Add a gold border */
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: gold; /* Change background to gold on hover */
  color: black; /* Change text color to black on hover */
  border: 1px solid black; /* Optional: Change border color on hover */
}

.service_section {
  position: relative;
}


.service_section .heading_container p {
  color: black;
}
/* Make service boxes black */
.service_section .box {
  background-color: black;
  border: 1px solid gold; /* Optional: Add a gold border around the box */
  padding: 20px;
  color: gold; /* Set text color to gold */
  transition: all 0.3s ease; /* Smooth transition for hover effects */
}

/* Make the text inside the boxes gold */
.service_section .box h5,
.service_section .box p,
.service_section .box a {
  color: gold;
}

/* Style the 'Contact us' links */
.service_section .box a {
  color: gold;
  text-decoration: none;
}

.service_section .box a:hover {
  .slider_section .detail-box .btn-box .btn1:hover {
  background-color: gold; /* Change background to gold on hover */
  color: black; /* Change text color to black on hover */
  border: 1px solid black; /* Optional: Change border color on hover */
} /* Change color on hover, if desired */
}

/* Style the icons in the links */
.service_section .box a i {
  color: gold;
}

/* Adjust the service box hover effect if desired */
.service_section .box:hover {
  background-color: #333; /* Slightly lighter black on hover */
}

/* Ensure images are properly styled */
.service_section .box .img-box img {
  width: 100%;
  height: auto;
}

.service_section .box {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 55px;
  border-radius: 5px;
  background-color: black;
  padding: 65px 0 45px 0;
}

.service_section .box .img-box {
  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;
  width: 120px;
  min-width: 120px;
  height: 120px;
  padding: 10px;
  margin-bottom: 45px;
  position: relative;
}

.service_section .box .img-box img {
  max-width: 65px;
  max-height: 65px;
  position: relative;
  z-index: 3;
}

.service_section .box .img-box::before, .service_section .box .img-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .box .img-box::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.service_section .box .img-box::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.service_section .box .detail-box {
  padding: 0 20px;
  text-align: center;
  color: #ffffff;
}

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

.service_section .box .detail-box a {
  display: inline-block;
  padding: 10px 15px;
  background-color: black; /* Change background to black */
  color: gold; /* Change text color to gold */
  border-radius: 0; /* Optional: Adjust border-radius if needed */
  border: 1px solid gold; /* Optional: Add a gold border */
  text-decoration: none; /* Remove underline */
  font-weight: 600; /* Ensure font-weight */
  transition: all .3s; /* Smooth transition for hover effect */
}

.service_section .box .detail-box a:hover {
  background-color: gold; /* Change background to gold on hover */
  color: black; /* Change text color to black on hover */
  border: 1px solid black; /* Optional: Change border color on hover */
}

.service_section .box:hover .img-box::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: black;
  color: gold;
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #10c695;
}

.service_section .btn-box a:hover {
   background-color: gold;
    color: black;
    border: 1px solid gold; /* Gold border on hover */
}

.call_section {
  background: #1f4172;
  color: #ffffff;
  padding: 65px 0;
}

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

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

.call_section .img-box img {
  width: 100%;
  border-radius: 100%;
  position: relative;
  border: 10px solid #27518e;
}

.call_section .detail-box h3 {
  color: #10c695;
  font-weight: bold;
  font-size: 3rem;
}

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

.call_section .detail-box a:hover {
  background-color: transparent;
  color: #1f4172;
}

.faq_section {
  position: relative;
}

.faq_section .detail-box p {
  margin-top: 5px;
  margin-bottom: 20px;
  color: #7a7a7a;
}

.faq_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #10c695;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #10c695;
}

.faq_section .detail-box a:hover {
  background-color: transparent;
  color: #10c695;
}

.faq_section #faqAccordion .card {
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
}

.faq_section #faqAccordion .card-header {
  background-color: #1f4172;
  border: none;
}

.faq_section #faqAccordion h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.faq_section #faqAccordion h5 button {
  border: none;
  background-color: transparent;
  text-align: left;
  font-size: 17px;
  font-weight: 400;
  outline: none;
  position: relative;
  padding-right: 25px;
  color: #ffffff;
  width: 100%;
}

.faq_section #faqAccordion h5 button::before {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 0;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faq_section #faqAccordion h5 button[aria-expanded="true"]::before {
  content: "\f106";
}

.faq_section #faqAccordion .card-body {
  background-color: #f8f9f9;
}

.faq_section #faqAccordion .card-body p {
  color: #000000;
}

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

.news_section .heading_container h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.news_section .box {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  border: 1px solid #ececec;
}

.news_section .box .img-box {
  position: relative;
  width: 200px;
  min-width: 200px;
}

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

.news_section .box .detail-box {
  padding: 15px;
}

.news_section .box .detail-box h5 {
  font-weight: 600;
}

.news_section .box .detail-box p {
  font-size: 15px;
}

.news_section .box .detail-box a {
  display: inline-block;
  padding: 7px 30px;
  background-color: #10c695;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #10c695;
}

.news_section .box .detail-box a:hover {
  background-color: transparent;
  color: #10c695;
}

.contact_section .heading_container {
  margin-bottom: 45px;
}

.contact_section .heading_container h2 {
  margin-bottom: 0;
}

.contact_section .map_form_container .map_container {
  display: none;
}

.contact_section .map_form_container.map_show form {
  display: none;
}

.contact_section .map_form_container.map_show .map_container {
  display: block;
}

.contact_section .form-group {
  margin-bottom: 25px;
}

.contact_section input {
  width: 100%;
  border: none;
  height: 50px;
  padding-left: 25px;
  background-color: #f7f8f9;
  border: 1px solid #ebebeb;
  outline: none;
  color: #000000;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact_section textarea {
  width: 100%;
  border: none;
  height: 150px;
  padding-left: 25px;
  background-color: #f7f8f9;
  border: 1px solid #ebebeb;
  outline: none;
  color: #000000;
  border-radius: 0;
  outline: none;
  padding: 15px 25px;
}

.contact_section textarea::-webkit-input-placeholder,
.contact_section textarea::-ms-input-placeholder,
.contact_section textarea::placeholder {
  color: #222222;
} 

.contact_section input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ebebeb;
  background: #ffffff;
}

.contact_section input::-webkit-input-placeholder {
  color: #222222;
}

.contact_section input:-ms-input-placeholder {
  color: #222222;
}

.contact_section input::-ms-input-placeholder {
  color: #222222;
}

.contact_section input::placeholder {
  color: #222222;
}

.contact_section input.message-box {
  height: 120px;
  border-radius: 0;
}

.contact_section input.message-box:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ebebeb;
  background: #ffffff;
}

.contact_section .btn-box {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_section .btn-box button {
  margin: 5px;
  width: 185px;
  font-weight: bold;
  text-transform: uppercase;
}

.contact_section .btn-box .submit_btn {
  display: inline-block;
  padding: 10px 0;
  background-color: #10c695;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #10c695;
}

.contact_section .btn-box .submit_btn:hover {
  background-color: transparent;
  color: #10c695;
}

.contact_section .btn-box .map_btn {
  display: inline-block;
  padding: 10px 0;
  background-color: #1f4172;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #1f4172;
}

.contact_section .btn-box .map_btn:hover {
  background-color: transparent;
  color: #1f4172;
}

.contact_section .map_container .map {
  height: 285px;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}

/* footer section*/
.footer_section {
  background-color: #1f4172;
  padding-top: 75px;
  text-align: center;
  color: #fff;
}

.footer_section .footer-brand {
  font-size: 2rem;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: bold;
}

.footer_section h4 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
}

.footer_items a {
  position: relative;
}

.footer_items .item {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 25px;
}

.footer_items .item .img-box {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  line-height: 65px;
  color: #1f4172;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
}

.footer_items .item .img-box i {
  font-size: 24px;
  position: relative;
  z-index: 3;
}

.footer_items .item .img-box::before, .footer_items .item .img-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer_items .item .img-box::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.footer_items .item .img-box::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.footer_items .item p {
  margin-top: 20px;
  color: #fff;
  margin-bottom: 0;
}

.footer_items .item:hover .img-box::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.social-box {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 45px 0;
}

.social-box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-box a {
  margin: 0 5px;
  color: #10c695;
  width: 45px;
  height: 45px;
  background: #ffffff;
  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;
}

.social-box a i {
  font-size: 20px;
}

.social-box a:hover {
  color: #10c695;
}

.footer_form input {
  width: 100%;
  border: none;
  height: 45px;
  margin-bottom: 15px;
  padding: 0 25px;
  background-color: #fefefe;
  outline: none;
  color: #101010;
  text-align: center;
}

.footer_form button {
  display: inline-block;
  padding: 10px 45px;
  background-color: #10c695;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #10c695;
}

.footer_form button:hover {
  background-color: transparent;
  color: #10c695;
}

.footer-info {
  text-align: center;
  margin-top: 45px;
}

.footer-info p {
  color: #ffffff;
  margin: 0;
  padding-bottom: 25px;
}

.footer-info p a {
  color: inherit;
}

.header_section {
  background-color: black;
}

.header_top {
  background-color: black;
}

.header_bottom {
  background-color: black;
}
.footer_section {
  background-color: black;
  color: gold; /* Optional, for better text contrast */
}
.header_section .contact_nav a span,
.header_bottom .navbar-text {
  color: gold;
}
.header_top {
  background-color: black;
}

.header_top .container,
.header_top .row {
  background-color: black;
  margin: 0;
  padding: 0;
}

.header_top .contact_nav a span,
.header_top .contact_nav a i {
  color: gold; /* Change text and icon color to gold */
}
/* Make all text in header gold */
.header_section, .header_section * {
  color: gold !important;
}

/* Make all text in footer gold */
.footer_section, .footer_section * {
  color: gold !important;
}

/* For the contact nav in the header, override the default colors */
.header_section .contact_nav a span,
.header_bottom .navbar-text {
  color: gold !important;
}

/* Make icons in the header and footer gold */
.header_section .contact_nav a i,
.footer_section i {
  color: gold !important;
}

/* Optional: Override form inputs or buttons if they have specific colors */
.footer_form button {
  background-color: #10c695; /* Keep the background color */
  color: #ffffff; /* Keep the button text white */
}

.footer_form button:hover {
  background-color: transparent;
  color: #10c695; /* Keep the hover color */
}
.message-box {
  width: 100%; /* Adjust width as needed */
  height: 200px; /* Adjust height as needed */
  padding: 10px; /* Optional: add padding for a better appearance */
  box-sizing: border-box; /* Include padding and border in the element's total width and height */
}


.submit_btn {
  display: inline-block;
  padding: 10px 45px;
  background-color: black; /* Change background to black */
  color: gold; /* Change text color to gold */
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid gold; /* Optional: Add a gold border */
  margin-top: 15px;
}

.submit_btn:hover {
  background-color: gold; /* Change background to gold on hover */
  color: black; /* Change text color to black on hover */
  border: 1px solid black; /* Optional: Change border color on hover */
}
.google_review_btn {
  display: inline-block;
  padding: 10px 45px;
  background-color: black; /* Change background to black */
  color: gold; /* Change text color to gold */
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid gold; /* Optional: Add a gold border */
  margin-top: 15px;
}

.google_review_btn:hover {
  background-color: gold; /* Change background to gold on hover */
  color: black; /* Change text color to black on hover */
  border: 1px solid black; /* Optional: Change border color on hover */
}
.about_section {
  background-color: #f4f4f4; /* Soft background color */
  padding: 60px 0;
}

.detail-box {
  padding: 20px;
}
.heading_container h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
}

.heading_container h2 span {
  color: #D4AF37; /* Gold color for the span */
}
.container {
  max-width: 1200px;
}

.about_section .row {
  align-items: center;
}

.col-md-6 {
  padding: 20px;
}
.detail-box p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

.detail-box b {
  font-size: 1.2rem;
  color: #333;
}
.heading_container h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
}

.gold-text {
  color: #D4AF37; /* Gold for emphasis */
}

.heading_container p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 40px;
}

.detail-box h5 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

.detail-box p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}
.service_container .box a {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 15px;
  background-color: black;
  color: gold;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.service_container .box a:hover {
  background-color: gold;
  color: black;
}

.btn-box a {
  display: inline-block;
  padding: 15px 30px;
  background-color: black;
  color: gold;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  margin-top: 40px;
  transition: background-color 0.3s ease;
}

.btn-box a:hover {
  background-color: gold;
  color: black;
}
.service_container .img-box img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .col-sm-6 {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .col-lg-4 {
    margin-bottom: 30px;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.service_container .box {
  animation: fadeInUp 0.6s ease-in-out;
}
.reviews_section {
  background-color: #f9f9f9; /* Light background for contrast */
  padding: 60px 0;
}

.reviews_form_container {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.reviews_heading {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
}

.reviews_heading span {
  color: #D4AF37; /* Gold color for the span */
}
.form-control,
.message-box {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 12px;
  font-size: 1rem;
  color: #333;
  margin-bottom: 20px;
  width: 100%;
}

.form-control:focus,
.message-box:focus {
  border-color: #D4AF37; /* Gold focus color */
  outline: none;
  box-shadow: 0 0 5px rgba(212, 175, 55, 0.5);
}

.message-box {
  min-height: 150px;
  resize: none;
}
.btn-box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.submit_btn, .google_review_btn {
  padding: 12px 25px;
  background-color: black;
  color: gold;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submit_btn:hover, .google_review_btn:hover {
  background-color: gold;
  color: black;
}

.google_review_btn {
  background-color: #4285F4; /* Google blue */
  color: white;
}

.google_review_btn:hover {
  background-color: #357AE8;
  color: #fff;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.form-group {
  flex: 1;
  min-width: calc(50% - 10px);
}

@media (max-width: 768px) {
  .form-group {
    min-width: 100%;
  }
}
.reviews_form_container {
  transition: box-shadow 0.3s ease;
}

.reviews_form_container:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
label {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
}

.form-group select {
  width: 100%;
}
.form-control {
  appearance: none; /* Removes default select arrow for better custom styling */
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 12px;
  font-size: 1rem;
  color: #333;
  position: relative;
}

.form-control:focus {
  border-color: #D4AF37; /* Gold border on focus */
  outline: none;
  box-shadow: 0 0 5px rgba(212, 175, 55, 0.5);
}

.form-control option {
  padding: 10px;
  color: #333;
  background-color: #fff;
}

#rating {
  position: relative;
}
.form-control {
  background-image: url('arrow-icon.png'); /* Replace with your arrow icon */
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 16px;
}

.form-control::-ms-expand {
  display: none; /* Hide default select arrow in Internet Explorer */
}
.about_section .img-box img {
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.detail-box h2 {
  font-size: 36px;
  color: #333;
}

.detail-box h2 span {
  color: #FFD700; /* Gold color */
}

.detail-box p {
  font-size: 18px;
  color: #555;
}

.detail-box a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.detail-box a:hover {
  background-color: #FFD700;
}
.box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.box:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.box h5 {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}

.box p {
  font-size: 16px;
  color: #777;
}

.box a {
  color: #FFD700;
  text-decoration: none;
  font-size: 16px;
}

.box a:hover {
  color: #FFA500;
}
body {
  font-family: 'Roboto', sans-serif;
  color: #333;
}

h1, h2, h5 {
  font-weight: 700;
}

p {
  font-size: 16px;
}
.layout_padding {
  padding: 60px 0;
}

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

.layout_padding-top {
  padding-top: 60px;
}
.contact_section {
  background-color: #f9f9f9;
  padding: 50px 0;
}

.contact_heading {
  font-size: 36px;
  font-weight: bold;
  color: #333;
}

.contact_heading span {
  color: #FFD700; /* Gold color */
}

.contact_info_container {
  text-align: center;
}

.contact_details {
  margin-top: 20px;
}

.contact_item {
  margin-bottom: 20px;
  font-size: 18px;
}

.contact_item i {
  margin-right: 10px;
  color: #FFD700; /* Gold color */
  font-size: 24px;
}

.contact_item strong {
  font-weight: 600;
}

.contact_item span {
  font-size: 18px;
  color: #333;
}


/*# sourceMappingURL=style.css.map */