@font-face {
  font-family: "bebas_neue_proexpanded_bold";
  src: url("/wp-content/themes/hollandguns/assets/fonts/bebasneuepro-expandedbold-webfont.woff2") format("woff2"), url("/wp-content/themes/hollandguns/assets/fonts/bebasneuepro-expandedbold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "acumin_prolight";
  src: url("/wp-content/themes/hollandguns/assets/fonts/acumin-light.woff2") format("woff2"), url("/wp-content/themes/hollandguns/assets/fonts/acumin-light.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "acumin_proregular";
  src: url("/wp-content/themes/hollandguns/assets/fonts/acumin_pro_regular-webfont.woff2") format("woff2"), url("/wp-content/themes/hollandguns/assets/fonts/acumin_pro_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "acumin_prosemibold";
  src: url("/wp-content/themes/hollandguns/assets/fonts/acumin_pro_semibold_regular-webfont.woff2") format("woff2"), url("/wp-content/themes/hollandguns/assets/fonts/acumin_pro_semibold_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "acumin_proregular", sans-serif;
  font-weight: normal;
  background-color: white;
  font-size: 16px;
}

h1,
h2 {
  font-family: "bebas_neue_proexpanded_bold", sans-serif;
}

h3,
h4,
h5,
h6 {
  font-family: "acumin_prosemibold", sans-serif;
}

.home_slider {
  height: 524px;
  width: 100%;
  overflow: hidden;
  padding: 0 !important;
  position: relative;
}
.home_slider .slider_arrows span.fa {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 30px;
  margin-top: -30px;
  color: white;
  cursor: pointer;
}
.home_slider .slider_arrows .fa-chevron-left {
  left: 20px;
}
.home_slider .slider_arrows .fa-chevron-right {
  right: 20px;
}
.home_slider .hero_section_slides_wrapper {
  height: 100%;
  width: 100%;
}
.home_slider .hero_section_slides_wrapper .slick-list {
  height: 100%;
}
.home_slider .hero_section_slides_wrapper .slick-list .slick-track {
  height: 100%;
}
.home_slider .hero_section_slides_wrapper .hero_section_slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.home_slider .hero_section_slides_wrapper .hero_section_slide .container {
  height: 100%;
}
.home_slider .hero_section_slides_wrapper .hero_section_slide .container .slide_content_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.home_slider .hero_section_slides_wrapper .hero_section_slide .container .slide_content_wrapper .left_content {
  width: 45%;
  color: white;
}
.home_slider .hero_section_slides_wrapper .hero_section_slide .container .slide_content_wrapper .left_content .hero_section_title {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 62px;
  margin-bottom: 20px;
}
.home_slider .hero_section_slides_wrapper .hero_section_slide .container .slide_content_wrapper .left_content .hero_section_separator {
  width: 250px;
  height: 5px;
  background-color: white;
  margin-bottom: 20px;
}
.home_slider .hero_section_slides_wrapper .hero_section_slide .container .slide_content_wrapper .left_content .hero_section_description {
  line-height: 25px;
}
.home_slider .hero_section_slides_wrapper .hero_section_slide .container .slide_content_wrapper .left_content .hero_section_description a {
  color: white;
}
.home_slider .hero_section_slides_wrapper .hero_section_slide .container .slide_content_wrapper .left_content .btn_wrapper {
  margin-top: 20px;
}
.home_slider .hero_section_slides_wrapper .hero_section_slide .container .slide_content_wrapper .left_content .btn_wrapper .btn {
  display: inline-block;
  padding: 10px 40px;
  border-radius: 5px;
  background-color: #ff9601;
  text-align: center;
  color: white;
  text-decoration: none;
  font-family: "acumin_proregular", sans-serif;
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 17px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home_slider .hero_section_slides_wrapper .hero_section_slide .container .slide_content_wrapper .left_content .btn_wrapper .btn:hover {
  background-color: white;
  color: #2b1400;
}
.home_slider .hero_section_slides_wrapper .hero_section_slide .container .slide_content_wrapper .right_content {
  width: 45%;
}
.home_slider .hero_section_slides_wrapper .hero_section_slide .container .slide_content_wrapper .right_content .img_wrapper {
  width: 100%;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
}
.home_slider .hero_section_slides_wrapper .hero_section_slide .container .slide_content_wrapper .right_content .img_wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_slider .hero_section_slides_wrapper .hero_section_slide .container .slide_content_wrapper .right_content .video_wrapper {
  position: relative;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.home_slider .hero_section_slides_wrapper .hero_section_slide .container .slide_content_wrapper .right_content .video_wrapper .video video {
  max-height: 380px;
}
.home_slider .hero_section_slides_wrapper .hero_section_slide .container .slide_content_wrapper .right_content .video_wrapper .video_thumbnail {
  width: 100%;
}
.home_slider .hero_section_slides_wrapper .hero_section_slide .container .slide_content_wrapper .right_content .video_wrapper .video_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_slider .hero_section_slides_wrapper .hero_section_slide .container .slide_content_wrapper .right_content .video_wrapper .video_icon {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  background-color: white;
  color: #0D2647;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
}
.home_slider .hero_section_slides_wrapper .hero_section_slide .container .slide_content_wrapper .right_content .video_wrapper.active .video_thumbnail,
.home_slider .hero_section_slides_wrapper .hero_section_slide .container .slide_content_wrapper .right_content .video_wrapper.active .video_icon {
  display: none;
}
.home_slider .hero_section_slides_wrapper .hero_section_slide .container .slide_content_wrapper .right_content .video_wrapper.active .video {
  display: block;
}
@media (max-width: 992px) {
  .home_slider .hero_section_slides_wrapper .hero_section_slide .container .slide_content_wrapper .left_content .hero_section_title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 767.98px) {
  .home_slider {
    height: 800px;
  }
  .home_slider .hero_section_slides_wrapper .hero_section_slide .container .slide_content_wrapper {
    padding: 0 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home_slider .hero_section_slides_wrapper .hero_section_slide .container .slide_content_wrapper .left_content {
    width: 100%;
    margin-bottom: 20px;
  }
  .home_slider .hero_section_slides_wrapper .hero_section_slide .container .slide_content_wrapper .left_content .hero_section_title {
    font-size: 35px;
    line-height: 40px;
  }
  .home_slider .hero_section_slides_wrapper .hero_section_slide .container .slide_content_wrapper .right_content {
    width: 100%;
  }
}

.courses .courses_type {
  margin-top: 100px;
  margin-top: 100px;
}
.courses .courses_type .section_wrapper {
  padding: 0;
}
.courses .courses_type .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.courses .courses_type .buttons .button {
  padding: 0;
  cursor: pointer;
  border: 1px solid #2b1400;
  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;
  font-size: 30px;
  width: 24%;
}
.courses .courses_type .buttons .button:last-child {
  margin-right: 0;
}
.courses .courses_type .buttons .button:hover {
  background-color: #2b1400;
}
.courses .courses_type .buttons .button:hover a .label {
  color: white;
}
.courses .courses_type .buttons .button:hover a .icon picture:last-child {
  display: block;
}
.courses .courses_type .buttons .button:hover a .icon picture:first-child {
  display: none;
}
.courses .courses_type .buttons .button:hover a .icon img:last-child {
  display: block;
}
.courses .courses_type .buttons .button:hover a .icon img:first-child {
  display: none;
}
.courses .courses_type .buttons .button a {
  font-family: bebas-neue-pro-expanded, sans-serif;
  font-weight: 600;
  text-decoration: none;
  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;
  padding: 20px 30px;
}
.courses .courses_type .buttons .button a .icon {
  margin-right: 28px;
  height: 60px;
  width: 48px;
}
.courses .courses_type .buttons .button a .icon picture {
  width: 100%;
  height: 100%;
}
.courses .courses_type .buttons .button a .icon picture:first-child {
  display: block;
}
.courses .courses_type .buttons .button a .icon picture:last-child {
  display: none;
}
.courses .courses_type .buttons .button a .icon img {
  max-height: 100%;
}
.courses .courses_type .buttons .button a .icon img:last-child {
  display: block;
}
.courses .courses_type .buttons .button a .label {
  margin: auto;
  color: #2b1400;
}
@media screen and (max-width: 1098px) {
  .courses .courses_type .buttons .button {
    font-size: 26px;
  }
  .courses .courses_type .buttons .button .icon {
    height: 40px;
    width: 40px;
  }
}
@media screen and (max-width: 991px) {
  .courses .courses_type .buttons .button {
    font-size: 24px;
  }
  .courses .courses_type .buttons .button .icon {
    height: 40px;
    width: 40px;
  }
}
@media screen and (max-width: 888px) {
  .courses .courses_type .buttons .button {
    width: 48%;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 575.98px) {
  .courses .courses_type .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .courses .courses_type .buttons .button {
    width: 100%;
  }
}
@media screen and (max-width: 888px) {
  .courses .courses_type .buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.courses .courses_type .course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f7f8fa;
  padding: 32px;
}
.courses .courses_type .course > .thumbnail {
  width: 40%;
  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;
}
.courses .courses_type .course > .thumbnail img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.courses .courses_type .course > .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 23px;
  width: 60%;
}
.courses .courses_type .course > .details .heading {
  font-family: "bebas_neue_proexpanded_bold", sans-serif;
  color: #2b1400;
  font-size: 56px;
  margin-top: -56px;
}
.courses .courses_type .course > .details .text {
  font-size: 16px;
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2b1400;
  line-height: 32px;
}
.courses .courses_type .course > .details button {
  font-size: 16px;
  font-weight: 600;
  padding: 15px;
  width: 169px;
}
@media screen and (max-width: 888px) {
  .courses .courses_type .course > .thumbnail, .courses .courses_type .course > .details {
    width: 100%;
  }
  .courses .courses_type .course > .thumbnail {
    margin-bottom: 12px;
  }
  .courses .courses_type .course > .details {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0;
  }
  .courses .courses_type .course > .details .heading {
    margin: 0;
    text-align: center;
  }
  .courses .courses_type .course > .details .text {
    padding: 32px 0px;
    text-align: center;
  }
  .courses .courses_type .course {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.btn_wrapper .btn_bordered_brown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -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;
  max-width: 470px;
  margin: 0 auto;
  padding: 25px 40px;
  color: #2b1400;
  text-decoration: none;
  border: 1px solid #2b1400;
  font-size: 30px;
  font-family: "acumin_prosemibold", sans-serif;
  font-weight: 600;
  text-align: left;
}
.btn_wrapper .btn_bordered_brown span.icon {
  width: 66px;
  height: auto;
}
.btn_wrapper .btn_bordered_brown span.icon img {
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 66px;
}
.btn_wrapper .btn_bordered_brown span.icon .white_icon {
  display: none;
}
.btn_wrapper .btn_bordered_brown span.icon picture:nth-of-type(2) {
  display: none;
}
.btn_wrapper .btn_bordered_brown span.label {
  width: 100%;
  padding-left: 15px;
}
.btn_wrapper .btn_bordered_brown:hover {
  background-color: #2b1400;
  color: white;
}
.btn_wrapper .btn_bordered_brown:hover span.icon .white_icon {
  display: inline-block;
}
.btn_wrapper .btn_bordered_brown:hover span.icon picture:nth-of-type(2) {
  display: inline-block;
}
.btn_wrapper .btn_bordered_brown:hover span.icon .blue_icon {
  display: none;
}
.btn_wrapper .btn_bordered_brown:hover span.icon picture:first-of-type {
  display: none;
}

.courses_grid .section_wrapper {
  margin-top: 100px;
  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;
}
.courses_grid .section_wrapper .course_cards_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.courses_grid .section_wrapper .course_cards_container .course_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 14px;
  margin-bottom: 32px;
  width: 31.9%;
  text-decoration: none !important;
}
@media screen and (max-width: 994px) {
  .courses_grid .section_wrapper .course_cards_container .course_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .courses_grid .section_wrapper .course_cards_container .course_item .thumbnail, .courses_grid .section_wrapper .course_cards_container .course_item .details {
    max-width: unset !important;
  }
  .courses_grid .section_wrapper .course_cards_container .course_item .details {
    padding: 12px 0px !important;
  }
  .courses_grid .section_wrapper .course_cards_container .course_item .details > * {
    margin-bottom: 12px;
  }
  .courses_grid .section_wrapper .course_cards_container .course_item .details > *:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 650px) {
  .courses_grid .section_wrapper .course_cards_container .course_item {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 30px auto;
  }
  .courses_grid .section_wrapper .course_cards_container .course_item .details .title {
    font-size: 26px !important;
  }
  .courses_grid .section_wrapper .course_cards_container .course_item .details .catagory {
    font-size: 18px !important;
  }
  .courses_grid .section_wrapper .course_cards_container .course_item .details .price {
    font-size: 22px !important;
  }
  .courses_grid .section_wrapper .course_cards_container .course_item .details .options button {
    font-size: 18px !important;
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .courses_grid .section_wrapper .course_cards_container .course_item .details .options .heart {
    margin: 0 !important;
  }
}
.courses_grid .section_wrapper .course_cards_container .course_item .thumbnail {
  max-width: 50%;
  height: 100%;
}
.courses_grid .section_wrapper .course_cards_container .course_item .thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
}
.courses_grid .section_wrapper .course_cards_container .course_item .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: center;
     object-position: center;
}
.courses_grid .section_wrapper .course_cards_container .course_item .details {
  max-width: 50%;
  padding: 14px;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1092px) {
  .courses_grid .section_wrapper .course_cards_container .course_item .details {
    padding: 0;
    padding-left: 14px;
  }
}
.courses_grid .section_wrapper .course_cards_container .course_item .details .title {
  color: #2b1400;
  font-family: "acumin_proregular", sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
}
.courses_grid .section_wrapper .course_cards_container .course_item .details .title a {
  text-decoration: none;
  color: #2b1400;
}
.courses_grid .section_wrapper .course_cards_container .course_item .details .title a:hover {
  text-decoration: underline;
}
.courses_grid .section_wrapper .course_cards_container .course_item .details .title:hover {
  text-decoration: underline;
}
.courses_grid .section_wrapper .course_cards_container .course_item .details .catagory {
  margin: 5px 0;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
}
.courses_grid .section_wrapper .course_cards_container .course_item .details .catagory .posted_in {
  font-size: 11px;
}
.courses_grid .section_wrapper .course_cards_container .course_item .details .catagory .posted_in a {
  color: #2b1400;
}
.courses_grid .section_wrapper .course_cards_container .course_item .details .price {
  margin: 5px 0 10px 0;
  color: #D52A28;
  font-size: 20px;
  font-family: "acumin_proregular", sans-serif;
}
.courses_grid .section_wrapper .course_cards_container .course_item .details .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1151px) {
  .courses_grid .section_wrapper .course_cards_container .course_item .details .options {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .courses_grid .section_wrapper .course_cards_container .course_item .details .options .heart {
    margin-bottom: 8px;
  }
}
.courses_grid .section_wrapper .course_cards_container .course_item .details .options .add_to_card {
  font-family: "acumin_proregular", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  padding: 9.5px 12px;
  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;
  margin-right: 18px;
  text-decoration: none;
}
.courses_grid .section_wrapper .course_cards_container .course_item .details .options .added_to_cart {
  display: none;
}
.courses_grid .section_wrapper .course_cards_container .course_item .details .options .heart {
  font-size: 20px;
  cursor: pointer;
  color: #959EAD;
}
.courses_grid .section_wrapper .course_cards_container .course_item .details .options .heart:hover {
  color: #2b1400;
}
.courses_grid .section_wrapper > .course_catalog {
  font-size: 22px;
  font-family: "acumin_proregular", sans-serif;
  font-weight: 600;
  width: 34%;
  padding: 25px 0px;
  margin-top: 48px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  .courses_grid .section_wrapper > .course_catalog {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .courses_grid .section_wrapper > .course_catalog {
    width: 100%;
  }
}

.our_story .section_wrapper {
  margin-top: 100px;
}
.our_story .section_wrapper .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row nowrap;
          flex-direction: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .our_story .section_wrapper .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .our_story .section_wrapper .top .title {
    min-width: unset !important;
    margin-bottom: 22px;
    text-align: center;
  }
  .our_story .section_wrapper .top .details {
    text-align: center;
  }
}
.our_story .section_wrapper .top .title {
  font-family: "bebas_neue_proexpanded_bold", sans-serif;
  font-size: 56px;
  font-weight: 600;
  color: #0D2647;
  min-width: 400px;
}
@media screen and (max-width: 992px) {
  .our_story .section_wrapper .top .title {
    min-width: 300px;
  }
}
.our_story .section_wrapper .top .details {
  line-height: 36px;
  font-family: "acumin_proregular", sans-serif;
  font-size: 16px;
  color: #183B56;
}
.our_story .section_wrapper .bottom .video {
  position: relative;
}
.our_story .section_wrapper .bottom .video img {
  width: 100%;
}
.our_story .section_wrapper .bottom .video .video_icon {
  cursor: pointer;
  height: 100px;
  width: 100px;
  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%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .our_story .section_wrapper .bottom .video .video_icon {
    height: 64px;
    width: 64px;
  }
  .our_story .section_wrapper .bottom .video .video_icon * {
    font-size: 20px !important;
  }
}
.our_story .section_wrapper .bottom .video .video_icon * {
  color: #1565D8;
  font-size: 34px;
}
.our_story .section_wrapper .bottom .video .video_icon:hover {
  background-color: #0D2647;
}
.our_story .section_wrapper .bottom .video .video_icon:hover * {
  color: white;
}

.join_us {
  background-color: #0D2647;
  margin-top: 100px;
}
.join_us .section_wrapper {
  padding: 48px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .join_us .section_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .join_us .section_wrapper .left {
    padding-right: 0 !important;
    margin-bottom: 22px;
    width: unset !important;
  }
}
.join_us .section_wrapper .left {
  width: 50%;
  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;
  padding-right: 32px;
}
.join_us .section_wrapper .left * {
  color: white;
  text-align: center;
}
.join_us .section_wrapper .left .logo {
  width: 84px;
}
.join_us .section_wrapper .left .logo img {
  max-width: 100%;
}
.join_us .section_wrapper .left .text {
  font-family: "acumin_proregular", sans-serif;
  font-size: 28px;
}
.join_us .section_wrapper .left .text span,
.join_us .section_wrapper .left .text big {
  display: block;
  font-size: 60px;
  font-family: "bebas_neue_proexpanded_bold", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .join_us .section_wrapper .left .text {
    font-size: 24px;
  }
  .join_us .section_wrapper .left .text span {
    font-size: 54px;
  }
}
.join_us .section_wrapper .left .learn_more {
  font-size: 18px;
  padding: 17px 48px;
  width: 213px;
  margin-top: 22px;
  font-family: "acumin_proregular", sans-serif;
}
.join_us .section_wrapper .right {
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.join_us .section_wrapper .right .thumbnail img {
  max-width: 100%;
}

.customer_feedback {
  margin-top: 100px;
  background-image: url(../images/reviewsBackground.png);
  background-color: #F5F5F5;
  background-position: center;
  background-size: cover;
}
.customer_feedback .section_wrapper {
  padding: 42px 0px;
}
.customer_feedback .section_wrapper .title {
  color: #0D2647;
  text-align: center;
}
.customer_feedback .section_wrapper .label {
  color: #183B56;
  font-family: "acumin_proregular", sans-serif;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  line-height: 2;
}
.customer_feedback .section_wrapper .feedback_slider {
  margin-top: 56px;
  margin-bottom: 0px;
}
.customer_feedback .section_wrapper .feedback_slider .feedback .user_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
}
.customer_feedback .section_wrapper .feedback_slider .feedback .user_info .user_image {
  height: 69px;
  width: 69px;
}
.customer_feedback .section_wrapper .feedback_slider .feedback .user_info .user_image img {
  max-width: 100%;
}
.customer_feedback .section_wrapper .feedback_slider .feedback .user_info .user_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 16px;
}
.customer_feedback .section_wrapper .feedback_slider .feedback .user_info .user_detail .name {
  font-family: "acumin_proregular", sans-serif;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
}
.customer_feedback .section_wrapper .feedback_slider .feedback .user_info .user_detail .location {
  color: #D52A28;
  font-family: "acumin_proregular", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.customer_feedback .section_wrapper .feedback_slider .feedback .review {
  font-family: "acumin_proregular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #183B56;
  line-height: 32px;
  padding-right: 28px;
}
@media screen and (max-width873px) {
  .customer_feedback .section_wrapper .feedback_slider .feedback {
    max-width: 400px;
  }
}

.the_blog {
  margin-top: 100px;
  margin-bottom: 100px;
}
.the_blog .section_wrapper .section_head {
  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;
}
@media screen and (max-width: 767px) {
  .the_blog .section_wrapper .section_head .heading {
    text-align: center;
    width: 100%;
  }
  .the_blog .section_wrapper .section_head button {
    display: none;
  }
}
.the_blog .section_wrapper .section_head .heading {
  color: #0D2647;
}
.the_blog .section_wrapper .section_head button {
  font-family: "acumin_proregular", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: white;
  padding: 15px;
  width: 169px;
}
.the_blog .section_wrapper .blog_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .the_blog .section_wrapper .blog_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .the_blog .section_wrapper .blog_container > * {
    width: 100% !important;
    min-width: none !important;
    max-width: none !important;
  }
  .the_blog .section_wrapper .blog_container .large_blog {
    padding-bottom: 48px;
  }
  .the_blog .section_wrapper .blog_container .blog_list {
    margin-left: 0px !important;
  }
}
.the_blog .section_wrapper .blog_container .large_blog {
  max-width: 60%;
  width: 100%;
  text-decoration: none;
}
@media screen and (max-width: 1300px) {
  .the_blog .section_wrapper .blog_container .large_blog {
    max-width: 50%;
  }
}
.the_blog .section_wrapper .blog_container .large_blog .blog .thumbnail {
  border-radius: 12px;
  overflow: hidden;
}
.the_blog .section_wrapper .blog_container .large_blog .blog .thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.the_blog .section_wrapper .blog_container .large_blog .blog .title {
  font-family: "acumin_proregular", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #183B56;
  padding: 22px 0;
  line-height: 32px;
}
.the_blog .section_wrapper .blog_container .large_blog .blog .title:hover {
  text-decoration: underline;
}
@media screen and (max-width: 880px) {
  .the_blog .section_wrapper .blog_container .large_blog .blog .title {
    font-size: 18px;
  }
}
.the_blog .section_wrapper .blog_container .large_blog .blog .content {
  font-size: 16px;
  line-height: 32px;
  color: #5A7184;
}
@media screen and (max-width: 880px) {
  .the_blog .section_wrapper .blog_container .large_blog .blog .content {
    font-size: 14px;
  }
}
.the_blog .section_wrapper .blog_container .blog_list {
  margin-left: 48px;
  max-width: 40%;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .the_blog .section_wrapper .blog_container .blog_list {
    max-width: 50%;
  }
  .the_blog .section_wrapper .blog_container .blog_list .blogs > * {
    margin-bottom: 22px;
  }
}
.the_blog .section_wrapper .blog_container .blog_list > button {
  display: none;
  width: 100%;
  padding: 15px;
  font-weight: 700;
  font-family: "acumin_proregular", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .the_blog .section_wrapper .blog_container .blog_list > button {
    display: block;
  }
}
.the_blog .section_wrapper .blog_container .blog_list .blogs {
  list-style-type: none;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .the_blog .section_wrapper .blog_container .blog_list .blogs li {
    margin-bottom: 48px !important;
  }
}
.the_blog .section_wrapper .blog_container .blog_list .blogs li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.the_blog .section_wrapper .blog_container .blog_list .blogs li a .thumbnail {
  width: 45%;
  min-width: 45%;
  max-width: 45%;
}
.the_blog .section_wrapper .blog_container .blog_list .blogs li a .thumbnail img {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.the_blog .section_wrapper .blog_container .blog_list .blogs li a .info {
  margin-left: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -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;
}
.the_blog .section_wrapper .blog_container .blog_list .blogs li a .info .date {
  color: #5A7184;
  font-size: 14px;
  padding-left: 6px;
}
@media screen and (max-width: 880px) {
  .the_blog .section_wrapper .blog_container .blog_list .blogs li a .info .date {
    font-size: 12px;
  }
}
.the_blog .section_wrapper .blog_container .blog_list .blogs li a .info .title {
  color: #183B56;
  font-size: 22px;
  font-weight: 600;
  font-family: "acumin_proregular", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-left: 6px;
}
.the_blog .section_wrapper .blog_container .blog_list .blogs li a .info .title:hover {
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .the_blog .section_wrapper .blog_container .blog_list .blogs li a .info .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 880px) {
  .the_blog .section_wrapper .blog_container .blog_list .blogs li a .info .title {
    font-size: 16px;
  }
}
.the_blog .section_wrapper .blog_container .blog_list .blogs li a .info .read {
  text-transform: uppercase;
  color: #D52A28;
  font-family: "acumin_proregular", sans-serif;
  font-size: 16px;
  outline: none;
  border: none;
  background-color: transparent;
  font-weight: 500;
  padding: 6px;
}
@media screen and (max-width: 880px) {
  .the_blog .section_wrapper .blog_container .blog_list .blogs li a .info .read {
    font-size: 14px;
  }
}
.the_blog .section_wrapper .blog_container .blog_list .blogs li a .info .read:hover {
  text-decoration: underline;
}