@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
.two_ln_text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1rem;
}

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

.layout_padding {
  padding: 90px 0;
}

.layout_margin {
  margin: 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: flex;
  flex-direction: column;
  align-items: flex-start;
}
.heading_container h2 {
  position: relative;
  font-weight: bold;
}
.heading_container h2 span {
  color: #08172e;
}
.heading_container.heading_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;
  box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #08172e;
  border-radius: 0 0 350px 0;
}

.sub_page .hero_area {
  min-height: auto;
  border-radius: 0 0 45px 0;
}
.sub_page .contact_section {
  padding-top: 90px;
}

.header_section {
  padding: 15px 0;
}
.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}
.header_section .main_logo {
  width: 270px;
}
@media (max-width: 1199px) {
  .header_section .main_logo {
    width: 200px;
  }
}

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

.custom_nav-container {
  padding: 0;
}
.custom_nav-container .navbar-nav {
  margin: auto;
}
.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 25px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #000000;
  background-color: #ffffff;
}

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

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.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;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}
.custom_nav-container .navbar-toggler[aria-expanded=true] {
  transform: rotate(360deg);
}
.custom_nav-container .navbar-toggler[aria-expanded=true] span {
  transform: rotate(45deg);
}
.custom_nav-container .navbar-toggler[aria-expanded=true] span::before, .custom_nav-container .navbar-toggler[aria-expanded=true] span::after {
  transform: rotate(90deg);
  top: 0;
}
.custom_nav-container .navbar-toggler[aria-expanded=true] .s-1 {
  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 {
  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 {
  transform: none;
}

.quote_btn-container {
  display: flex;
  align-items: center;
}
.quote_btn-container a {
  color: #000000;
  text-transform: uppercase;
}
.quote_btn-container a span {
  margin-left: 5px;
}
.quote_btn-container a:hover {
  color: #c8a452;
}
.quote_btn-container .quote_btn {
  display: inline-block;
  padding: 5px 25px;
  background-color: #c8a452;
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s;
  border: 1px solid #c8a452;
}
.quote_btn-container .quote_btn:hover {
  color: #ffffff;
  transform: translateY(-3px);
}

/*end header section*/
/* slider section */
.slider_section {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 45px 0;
}
.slider_section .row {
  align-items: center;
}
.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}
.slider_section .detail-box {
  text-align: center;
  color: #ffffff;
}
.slider_section .detail-box h1 {
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .slider_section .detail-box h1 {
    font-size: 1.9rem;
  }
}
@media (max-width: 991px) {
  .slider_section .detail-box h1 {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .slider_section .detail-box h1 {
    font-size: 1.9rem;
  }
}
@media (max-width: 567px) {
  .slider_section .detail-box h1 {
    font-size: 1.6rem;
  }
}
.slider_section .detail-box .btn-box {
  display: flex;
  justify-content: center;
  margin: 0 -5px;
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .slider_section .detail-box .btn-box {
    margin-top: 25px;
  }
}
.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 185px;
}
.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 12px 15px;
  background-color: rgb(175.2763157895, 138.8026315789, 55.7236842105);
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s;
  border: 1px solid rgb(175.2763157895, 138.8026315789, 55.7236842105);
}
.slider_section .detail-box .btn-box .btn1:hover {
  color: #ffffff;
  transform: translateY(-3px);
}
.slider_section .img-box img {
  width: 100%;
}
.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  justify-content: 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: #c8a452;
}

.service_section {
  text-align: center;
}
.service_section .heading_container {
  align-items: center;
}
.service_section .box {
  margin-top: 25px;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.service_section .box::before {
  content: "";
  width: 275px;
  height: 275px;
  position: absolute;
  right: -137.5px;
  bottom: -137.5px;
  background-color: #ffffff;
  z-index: -1;
  border-radius: 100%;
  transition: all 0.3s;
}
.service_section .box .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 125px;
  border-radius: 15px;
  transition: all 0.3s;
}
.service_section .box .img-box img {
  width: 75px;
  transition: all 0.3s;
}
.service_section .box .detail-box {
  margin-top: 15px;
}
.service_section .box .detail-box h5 {
  font-weight: bold;
  position: relative;
  font-size: 1rem;
}
.service_section .box .detail-box a {
  color: inherit;
}
.service_section .box:hover {
  color: #ffffff;
}
.service_section .box:hover::before {
  transform: scale(5);
  background-color: #08172e;
}
.service_section .box:hover img {
  filter: invert(1);
}
.service_section .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #c8a452;
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s;
  border: 1px solid #c8a452;
}
.service_section .btn-box a:hover {
  color: #ffffff;
  transform: translateY(-3px);
}
.service_section.dtl .box {
  min-height: 315px;
}
.service_section.dtl .two_ln_text {
  -webkit-line-clamp: none;
  -webkit-box-orient: inherit;
}

.about_section {
  background-color: #08172e;
  color: #ffffff;
  border-radius: 250px 0 250px 0;
}
.about_section .row {
  align-items: center;
}
.about_section .img-box {
  position: relative;
}
.about_section .img-box img {
  width: 100%;
}
.about_section .detail-box p {
  margin-top: 15px;
}
.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #c8a452;
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s;
  border: 1px solid #c8a452;
  margin-top: 15px;
}
.about_section .detail-box a:hover {
  color: #ffffff;
  transform: translateY(-3px);
}

.case_section {
  padding-bottom: 0;
}
.case_section .heading_container {
  align-items: center;
}
.case_section .heading_container h2::before {
  left: 50%;
  transform: translateX(-50%);
}
.case_section .box {
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
}
.case_section .box .img-box {
  position: relative;
}
.case_section .box .img-box img {
  width: 100%;
}
.case_section .box .detail-box {
  padding: 25px;
}
.case_section .box .detail-box h5 {
  font-weight: bold;
}
.case_section .box .detail-box p {
  font-size: 15px;
}
.case_section .box .detail-box a {
  color: #08172e;
}

.client_section .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 45px 0;
  text-align: center;
}
.client_section .box .img-box {
  width: 125px;
  height: 125px;
  min-width: 125px;
  position: relative;
  margin-bottom: -62.5px;
}
.client_section .box .img-box img {
  width: 100%;
  border-radius: 100%;
}
.client_section .box .client_info .client_name h5 {
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}
.client_section .box .client_info .client_name h6 {
  margin-bottom: 0;
  color: #08172e;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
}
.client_section .box .client_info i {
  font-size: 24px;
}
.client_section .box p {
  margin-top: 15px;
}
.client_section .box .detail-box {
  background-color: #ffffff;
  background-color: #08172e;
  color: #ffffff;
  border-radius: 15px;
  padding: 85px 45px 15px 45px;
}
.client_section .carousel-indicators {
  position: unset;
  margin: 0;
  justify-content: center;
  align-items: center;
}
.client_section .carousel-indicators li {
  background-color: #08172e;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 1;
}
.client_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #c8a452;
}

.contact_section {
  position: relative;
  padding-top: 0;
}
.contact_section form {
  margin-top: 45px;
}
.contact_section input,
.contact_section textarea {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  background-color: transparent;
  outline: none;
  color: #000000;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  resize: none;
}
.contact_section input::-moz-placeholder, .contact_section textarea::-moz-placeholder {
  color: #1c1b1b;
}
.contact_section input::placeholder,
.contact_section textarea::placeholder {
  color: #1c1b1b;
}
.contact_section input.message-box,
.contact_section textarea.message-box {
  height: 120px;
}
.contact_section textarea {
  padding-top: 15px;
}
.contact_section .submit_btn {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #c8a452;
  color: #ffffff;
  border-radius: 0;
  transition: all 0.3s;
  border: 1px solid #c8a452;
  margin-top: 15px;
  border-radius: 7px;
  font-size: 18px;
}
.contact_section .submit_btn:hover {
  background-color: #dbb458;
  transform: translateY(-2px);
}
.contact_section .map_container {
  height: 100%;
  min-height: 325px;
  overflow: hidden;
  margin-left: 45px;
}
.contact_section .map_container .map {
  height: 100%;
}
.contact_section .map_container .map #googleMap {
  height: 100%;
}

.footer_container {
  background-color: #08172e;
  color: #ffffff;
  border-radius: 350px 0 0 0;
  padding-top: 145px;
}
.footer_container .info_section .footer_logo {
  width: 200px;
  margin-bottom: 15px;
  margin-top: -23px;
}

.our_team h2 {
  margin-bottom: 50px;
}
.our_team .team_wrap {
  display: flex;
  flex-direction: column;
  background: #08172e;
  padding: 15px;
  border-radius: 50px;
  align-items: center;
  color: #ffffff;
}
.our_team .team_wrap img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding: 5px;
  background: #ffffff;
}
.our_team .team_wrap label {
  margin-top: 10px;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 2px;
}
.our_team .team_wrap .designation {
  font-size: 13px;
  color: #c8a452;
  font-weight: 500;
}
@media (max-width: 767px) {
  .our_team .team_wrap {
    margin-bottom: 20px;
  }
}

/* info section */
.info_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}
.info_section .info_contact .contact_link_box {
  display: flex;
  flex-direction: column;
}
.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}
.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}
.info_section .info_contact .contact_link_box a:hover {
  color: #c8a452;
}
.info_section .info_social {
  display: flex;
  margin-top: 20px;
}
.info_section .info_social a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}
.info_section .info_social a:hover {
  color: #c8a452;
}
.info_section .info_links {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.info_section .info_links a {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: #ffffff;
}
.info_section .info_links a:hover {
  color: #c8a452;
}
.info_section form input {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #ffffff;
  outline: none;
}
.info_section form input::-moz-placeholder {
  color: #ffffff;
}
.info_section form input::placeholder {
  color: #ffffff;
}
.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #c8a452;
  color: #ffffff;
  border-radius: 0;
  transition: all 0.3s;
  border: 1px solid #c8a452;
  margin-top: 15px;
}
.info_section form button:hover {
  color: #ffffff;
  transform: translateY(-3px);
}

/* end info section */
.dgtl_se h2 {
  margin-bottom: 20px;
}
.dgtl_se h3 {
  font-weight: 600;
  margin-top: 30px;
}
.dgtl_se .wrap_bg {
  position: relative;
  padding: 40px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 30px;
  transition: all 0.6s;
  overflow: hidden;
}
.dgtl_se .wrap_bg::before {
  content: "";
  width: 3px;
  border-radius: 10px;
  height: 50px;
  position: absolute;
  left: 0;
  background: #c8a452;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.8s ease;
}
.dgtl_se .wrap_bg:hover::before {
  height: 100%;
}

/* footer section*/
.footer_section {
  position: relative;
  text-align: center;
}
.footer_section p {
  padding: 25px 0;
  margin: 0;
}
.footer_section p a {
  color: inherit;
}

.input-holder {
  position: relative;
}
.input-holder .error {
  display: block;
  opacity: 1;
  position: absolute;
  bottom: 5px;
  font-size: 12px;
  color: #ff4900;
  left: 0;
}/*# sourceMappingURL=style.css.map */