body {
  font-family: "Poppins", sans-serif;
  color: #f90;
  background-color: #333;
}
.marker {
  position: absolute;
  top: -60px;
}

.layout_padding {
  padding: 35px 0;
}

.layout_padding2 {
  padding: 25px 0;
}

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

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

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

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


.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -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 {
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: #f90;
}
.heading_container h3 {
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: #f90;
}

.heading_container p {
  color: #fff;
  font-weight: normal;
  text-transform: none;
  text-align: left;
}

.heading_container li {
  color: #fff;
  font-weight: normal;
  text-transform: none;
  text-align: left;
}


.heading_container h2::before {
  left: -5px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

.heading_container h2::after {
  right: -5px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

/*header section*/
.hero_area {
  background-color: #333;
  background-size: cover;
  position:sticky;
  top:0px;
  z-index: 2;
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .who_section.layout_padding {
  padding-top: 30px;
}

.hero_area.sub_pages {
  height: auto;
}


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

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  margin: 10px 30px;
  color: #f90;
  text-align: center;
  position: relative;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #f90;
}

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

a:hover,
a:focus {
  color: #f90;
}

.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-image: url(../images/search-icon.png);
  background-size: 22px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Open Sans', sans-serif;
}

.navbar-brand span {
  font-size: 24px;
  color: #f90;
}


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

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


/*end header section*/
.titre_section {
  height: 100%;
  margin-top: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

}

.titre_section .detail-box {
  text-align: center;
  margin-bottom: 100px;
  color: #f90;
}

.titre_section .detail-box h1 {
  font-size: 4rem;
  text-transform: uppercase;
  color: #f90;
}

.titre_section .detail-box h2 {
  text-transform: uppercase;
  color: #f90;
}

.titre_section .detail-box p {
  margin-top: 25px;
  color: #ffffff;
}

.titre_section .detail-box a {
  display: inline-block;
  padding: 10px 55px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
  border-radius: 20px 20px 0 20px;
  margin-top: 35px;
}

.titre_section .detail-box a:hover {
  background-color: transparent;
  color: #ffffff;
}

.titre_section .important-box {
  text-align: center;
  padding: 20px;
  border: 2px solid #f00;
  margin-bottom: 20px;
}
.titre_section .important-box p {
  color: #fff;
}



.do_section .heading_container {
  margin-top: 50px;
}

.do_section .do_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
}

.do_section .do_container .box {
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 35px 25px 0 25px;
  color: #ffffff;
}

.do_section .do_container .box .img-box {
  width: 140px;
  height: 200px;
  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;
  background-color: #353434;
  border-radius: 100%;
}

.do_section .do_container .box .img-box img {
  width: 140px;
}

.photo_section .container .photo_container .video_subcontainer .img-box {
  height: 250px;
}

.do_section .do_container .box .detail-box {
  margin-top: 35px;
}

.do_section .do_container .box:hover .img-box {
  color: #f90;
}

.do_section .do_container .arrow_bg::before {
  content: "";
  position: absolute;
  top: -23px;
  left: -17px;
  width: 262%;
  height: 90%;
  z-index: 3;
  background-size: cover;
}

.do_section .do_container .arrow-start::before {
  background-image: url(../images/arrow-start.png);
}

.do_section .do_container .arrow-middle::before {
  background-image: url(../images/arrow-middle.png);
}

.do_section .do_container .arrow-end::before {
  background-image: url(../images/arrow-end.png);
}

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

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

.who_section .detail-box {
  margin-left: 65px;
  margin-bottom: 30px;
}

.who_section .detail-box p {
  margin-top: 35px;
  color: #ffffff;
}
.who_section .detail-box .important p {
  margin-top: 25px;
  color: #ff0000;
}

.who_section .detail-box a {
  display: inline-block;
  padding: 8px 30px;
  background-color: #353434;
  border: 1px solid #353434;
  color: #ffffff;
  border-radius: 20px 20px 0 20px;
  margin-top: 35px;
}

.who_section .detail-box a:hover {
  background-color: transparent;
  color: #353434;
}



.photo_section .heading_container {
  margin-top: 50px;
}
.photo_section .photo_subcontainer {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

.photo_section .photo_subcontainer p {
  color: #ffffff;
}



.photo_section .photo_container .box {
  min-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: center;
          align-items: center;
}
.photo_container p {
  font-weight: normal;
  color: #ffffff;
}
.photo_container li {
  font-weight: normal;
  color: #ffffff;
}

.photo_section .photo_container .box img {
  width: 100%;
}

.photo_section .photo_container .box.b-2, .photo_section .photo_container .box.b-3 {
  width: 43.5%;
}

.photo_section .photo_container .box.b-1, .photo_section .photo_container .box.b-4 {
  width: 56.5%;
}

.photo_section .detail-box p {
  margin-top: 35px;
  color: #ffffff;
}
.photo_section .detail-box a {
  display: inline-block;
  padding: 10px 55px;
  background-color: #f90;
  border: 1px solid #ffffff;
  color: #000000;
  border-radius: 20px 20px 20px 20px;
  margin-top: 35px;
}


.play_button {
  width : 48px;
  position :relative;
  top: -125px;
  cursor : pointer;
}


.photo_container .video_subcontainer {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.photo_sephoto_containerction .video_subcontainer p {
  color: #ffffff;
}

.photo_container .video_subcontainer .img-box {
  display: block;
  text-align :center;
}

.modal-content{
  background: transparent;
  border: none;
}

/* contact section */
.contact_section {
  color: #ffffff;
  margin-top:50px;
  margin-bottom:100px;
}

.contact_section .heading_container {
  color: #f90;
  margin: 50px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
} 

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

.contact_section .contact-form input {
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
  margin: 15px 0;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 30px;
}

.contact_section .contact-form input.input_message {
  height: 175px;
}

.contact_section .contact-form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.contact_section .contact-form input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.contact_section .contact-form input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.contact_section .contact-form input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

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


/* end contact section */

/* footer section*/
.footer_section {
  background-color: #333;
  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: #fbfcfd;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #ffffff;
}

.footer_section a {
  color: #fbfcfd;
}

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