/* fonts import */
@import url("../fonts/octin_sports_rg.ttf");
body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.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: center;
      -ms-flex-align: center;
          align-items: center;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

/*header section*/
.hero_area {
  min-height: 100vh;
  position: relative;
  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 {
  min-height: auto;
}

.sub_page .header_section {
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.15);
}

.header_section {
  background-color: #ffffff;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.header_section .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_section .social_box a {
  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;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 15px;
  margin-left: 10px;
  background-color: #2f2519;
}

.header_section .social_box a:hover {
  color: #51742e;
  border-color: #51742e;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 3px 15px;
  margin: 10px 15px;
  color: #272727;
  text-align: center;
  text-transform: uppercase;
}

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;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand span {
  font-size: 24px;
  font-weight: 700;
  color: #272727;
  text-transform: uppercase;
}

.custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 32px;
  height: 4px;
  background-color: #000000;
  border-radius: 15px;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
 }

.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;
  border-radius: 15px;
  top: -10px;
  -webkit-transition: all 0.3s;
  transition: all 0.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;
}

/*end header section*/



/* gallery section */
.gallery_section {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

}

.gallery_section .container {
	width: 100%;
	min-height: 100vh;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 5px 8%;

}

.gallery_section .gallerygrid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	grid-gap: 10px;
	align-content: flex-start;
}

.gallery_section .gallerygrid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.gallery_section .heading_container p {
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 5px 8%;
}

.gallery_section .detail-box a {
  display: inline-block;
  padding: 30px 45px;
  background-color: #51742e;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #51742e;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.gallery_section .detail-box a:hover {
  background-color: transparent;
  color: #51742e;
}

/*end gallery section*/


/*instrument navigation*/
.instrument_nav_section {
  position: relative;
  color: #ffffff;
  background-color: #51742e;
  }

.instrument_nav .container-fluid {
  padding-right: 5px;
  padding-left: 5px;
}

.instrument_nav .container {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  gap: 20px 20px;
}

.instrument_nav .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
		  justify-content: center;
}

.instrument_nav .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
 }

.instrument_nav_section .nav-links {
  display: flex; 
  flex-nowrap: nowrap;
}

.instrument_nav_section .nav-links a {
  padding: 5px;
  background-color: #51742e;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom: 5px;
  justify-content: space-between;
}

.instrument_nav_section .nav-links a:hover {
  background-color: transparent;
  color: #2f2519;
}

#inavgrid {
  display: grid;
  height: 50px;
  grid-template: repeat(3);
  gap: 5px;
}

#inavgrid > div {
  border: 1px solid white;
  background-color: transparent;
}

/*end instrument_nav*/



/* info section */
.info_section {
  background-color: #2f2519;
  color: #ffffff;
  padding-top: 45px;
  padding-bottom: 10px;
}
.info_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.info_section .row > div {
  margin-bottom: 35px;
}

.info_section .contact_nav {
  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: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
	justify-content: center;
}

.info_section .contact_nav a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  margin-bottom: 10px;
}

.info_section .contact_nav a i {
  font-size: 22px;
  margin-right: 10px;
}

.info_section .contact_nav a:hover {
  color: #51742e;
}

.info_section .info_top {
  padding: 45px 0;
}

.info_section .gbl p {
  text-transform: lowercase;
  position: relative;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 600;
  display: flex;
}
.info_section a {
  text-transform: lowercase;
  position: relative;
  margin-bottom: 20px;
  color: #ffffff;
 font-weight: 600;
  display: flex;
}

.info_section a:hover {
  color: #51742e;
}
.info_section h4 {
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 600;
}

.info_section .social_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.info_section .social_box a {
  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;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 18px;
  margin-right: 10px;
}

.info_section .social_box a:hover {
  color: #51742e;
  border-color: #51742e;
}

.info_section .info_form input {
  width: 100%;
  border: none;
  height: 45px;
  margin-bottom: 15px;
  padding-left: 25px;
  background-color: #eaeaea;
  outline: none;
  color: #101010;
}

.info_section .info_form button {
  display: inline-block;
  padding: 10px 45px;
  background-color: #51742e;
  color: #ffffff;
  border-radius: 0px;
  border: 1px solid #51742e;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.info_section .info_form button:hover {
  background-color: transparent;
  color: #51742e;
}

/*end info section*/

/* footer section*/
.footer_section {
  position: relative;
  text-align: center;
}

.footer_section p {
  color: #000000;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}
/*# sourceMappingURL=new.css.map */