body {
  font-family: "Poppins", sans-serif;
  color: #000000;
  background-color: #ffffff;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

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

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

.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 h3 {
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
}

.heading_container h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  width: 1px;
  height: 65px;
  background-color: #4bc5b8;
  -webkit-transform: translateY(-50%) rotate(20deg);
          transform: translateY(-50%) rotate(20deg);
}

/*header section*/
.hero_area {
  height: 100vh;
  background-color: #59001f;

  background-size: cover;
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .contact_section {
  margin: 75px 0;
}

.hero_area.sub_pages {
  height: auto;
}

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

.header_section .nav_container {
  margin: 0 auto;
  background-color: #fff;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 45px 15px 15px;
  color: #ffffff;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}
.nav-link {
  
  
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
 /*background-color: #fff;*/
   color: #000000;  
}

.custom_nav-container .form-inline {
  padding-top: 30px;
}

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

.user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom_nav-container .nav_search-btn {

  background-size: 20px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.navbar-brand h3 {
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.navbar-brand span {
  font-size: 16px;
  font-weight: bold;
  color:  #59001f;
  margin-top: -10px;
}

.custom_nav-container {
  z-index: 99999;
  padding: 0;
}

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

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 42px;
}

/*end header section*/
.slider_section {
  height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  width: 100%;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-weight: bolder;
  font-size: 16px;
  -webkit-text-fill-color:#fff;
  -webkit-text-stroke: 1px black;
  
}

.slider_section #carouselExampleIndicators {
  width: 100%;
  height: 90%;
}

.slider_section .detail-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;
  text-align: center;
  margin-bottom: 100px;
}

.slider_section .detail-box h1 {
  font-size: 2rem;
  letter-spacing: 0.7rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color:  #59001f;
  border: 1px solid  #59001f;
  color: #ffffff;
  margin-top: 3px;
}

.slider_section .detail-box a:hover {
  background-color: transparent;
  color: #133e3f;
}


.slider_section #carouselExampleIndicators {
 bottom: 0;
}

.slider_section #carouselExampleIndicators li {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 3px solid #ffffff;
  border-radius: 100%;
  opacity: 1;
}

.slider_section #carouselExampleIndicators li.active {
  border-color: #133e3f;
}

.special_section .special_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  background-color: #133e3f;
  padding: 25px;
  border-radius: 10px;
}

.special_section .special_container .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
}

.special_section .special_container .box .img-box {
  width: 55px;
  margin-right: 10px;
}

.special_section .special_container .box .img-box img {
  max-width: 100%;
}

.special_section .special_container .box .detail-box a {
  display: inline-block;
  color: #fdda6e;
  text-decoration: underline;
  margin-top: 10px;
}

.special_section .special_container .box.b2 {
  border-left: 1px solid #4e6e6f;
  border-right: 1px solid #4e6e6f;
}

.about_section {
  position: relative;
}

.about_section .side_img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35px;
}

.about_section .side_img img {
  width: 100%;
}

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

.about_section .img_container .img-box {
  width: 80%;
}

.about_section .img_container .img-box img {
  width: 100%;
}

.about_section .img_container .img-box.b2 {
  width: 40%;
  margin-top: -25%;
  margin-left: auto;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color:  #59001f;
  border: 1px solid  #59001f;
  color: #ffffff;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #59001f;
}


/* contact section */
.contact_section {
  background-color: #59001f;
  position: relative;
  margin-bottom: 25px;
}

.contact_section .heading_container h3::before {
  left: -1px;
}

.contact_section::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  height: 100.5%;
  width: 40%;
  background-color: #ffffff;
  -webkit-clip-path: polygon(0 0, 95% 0, 65% 100%, 0% 100%);
          clip-path: polygon(0 0, 95% 0, 65% 100%, 0% 100%);
}

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

.contact_section .detail-box {
  width: 250px;
}

.contact_section .detail-box p {
  margin-top: 5px;
}

.contact_section .contact-form {
  padding: 45px 0;
  border-radius: 20px;
}

.contact_section .contact-form h5 {
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}

.contact_section .contact-form input {
  border: none;
  outline: none;
  background-color: #ffffff;
  width: 100%;
  margin: 15px 0;
  padding: 10px 20px;
  border-radius: 30px;
}

.contact_section .contact-form input.input_message {
  height: 105px;
  border-radius: 10px;
}

.contact_section .contact-form input::-webkit-input-placeholder {
  color: #151515;
}

.contact_section .contact-form input:-ms-input-placeholder {
  color: #151515;
}

.contact_section .contact-form input::-ms-input-placeholder {
  color: #151515;
}

.contact_section .contact-form input::placeholder {
  color: #151515;
}

.contact_section .contact-form button {
  border: none;
  outline: none;
  padding: 12px 50px;
  text-transform: uppercase;
  margin-top: 25px;
  background-color: #27000d;
  color: #fff;
  border-radius: 30px;
}
.contact_section .contact-form button:hover {
  background-color: #905569;
  color: #000000;
}

.contact_section .map_img-box {
  width: 80%;
  margin: 25px auto 0 auto;
}

.contact_section .map_img-box img {
  width: 100%;
}

/* end contact section */
.info_section {
  background-color: #121111;
  color: #ffffff;
  height: fit-content;
}

.info_section h5 {
  text-transform: uppercase;
  font-weight: 600;
}

.info_section .info_menu .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}

.info_section .info_news .info_contact {
  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;
}

.info_section .info_news .info_contact a {
  color: #ffffff;
  margin-bottom: 5px;
}

.info_section .info_news form {
  margin-top: 15px;
}

.info_section .info_news form input {
  width: 100%;
  border: none;
  outline: none;
  padding: 8px 10px;
  background-color: #e0e0e0;
}

.info_section .info_news form input::-webkit-input-placeholder {
  color: #acaeae;
}

.info_section .info_news form input:-ms-input-placeholder {
  color: #acaeae;
}

.info_section .info_news form input::-ms-input-placeholder {
  color: #acaeae;
}

.info_section .info_news form input::placeholder {
  color: #acaeae;
}

.info_section .info_news form button {
  display: inline-block;
  padding: 7px 45px;
  background-color: #4bc5b8;
  border: 1px solid #4bc5b8;
  color: #ffffff;
  margin-top: 15px;
}

.info_section .info_news form button:hover {
  background-color: transparent;
  color: #4bc5b8;
}

/* footer section*/
.footer_section {
  background-color: #121111;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_section p {
  padding: 20px 65px;
  color: #787878;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid rgba(224, 224, 224, 0.4);
}

.footer_section a {
  color: #787878;
}

/* end footer section*/
/*# sourceMappingURL=style.css.map */