.navbar-nav li a {
  background-color: transparent !important;
  font-size: 14px !important;
  font-family: "nerissemibold" !important;
}

.banner_section {
  border-bottom: 12px solid #647F83;
  margin-bottom: 0px;
}
@media (max-width: 1023px) {
  .banner_section {
    margin-top: 140px;
  }
}
@media (max-width: 767px) {
  .banner_section {
    margin-top: 102px;
  }
}
.banner_section img {
  width: 100%;
}
.banner_section .slick-dots {
  bottom: 20px;
}
@media (max-width: 767px) {
  .banner_section .slick-dots {
    bottom: 0px;
  }
}
.banner_section .slick-dots li {
  margin: 0px;
}
.banner_section .slick-dots li button:before {
  color: #fff;
  opacity: 1;
}
.banner_section .slick-dots li.slick-active button:before {
  color: #EA6300;
}
.banner_section .slick-prev {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .banner_section .slick-prev {
    width: 32px;
    height: 32px;
    top: 50%;
  }
}
.banner_section .slick-prev:before {
  content: "";
  background-image: url("../img/prev-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.banner_section .slick-next {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .banner_section .slick-next {
    width: 32px;
    height: 32px;
    top: 50%;
  }
}
.banner_section .slick-next:before {
  content: "";
  background-image: url("../img/next-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.main-center-section .col-lg-6 .col-heading-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-bottom: 1px solid #979797;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .main-center-section .col-lg-6 .col-heading-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main-center-section .col-lg-6 .col-heading-wrapper img {
  width: 44px;
  height: 44px;
  margin-top: 14px;
  margin-left: 0px;
  margin-right: 13px;
}
@media (max-width: 767px) {
  .main-center-section .col-lg-6 .col-heading-wrapper img {
    width: 36px;
    height: 36px;
    margin-top: 18px;
  }
}
.main-center-section .col-lg-6 .col-heading-wrapper h2 {
  margin-left: 0px;
  font-size: 32px;
  font-family: "nerissemibold";
}
@media (max-width: 767px) {
  .main-center-section .col-lg-6 .col-heading-wrapper h2 {
    font-size: 28px;
  }
}
.main-center-section .col-lg-6 .section-content {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .main-center-section .col-lg-6 .section-content {
    text-align: center;
  }
}
.main-center-section .col-lg-6 .section-content h3 {
  font-size: 27px;
  color: #EA6300;
  margin: 0px;
  font-family: "nerislight";
  line-height: 35px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .main-center-section .col-lg-6 .section-content h3 {
    font-size: 20px;
  }
}
.main-center-section .col-lg-6 .section-content .section-content-inner p {
  font-size: 16px;
  line-height: 23px !important;
  color: #647F83;
  font-family: "nerislight";
  margin-bottom: 25px;
}
.main-center-section .col-lg-6 .section-content .btn-wrapper {
  margin-top: 57px;
}
@media (max-width: 767px) {
  .main-center-section .col-lg-6 .section-content .btn-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.main-center-section .col-lg-6 .section-content .btn-wrapper a {
  line-height: 46px;
  height: 46px;
  font-size: 16px;
  color: #fff;
  font-family: "nerissemibold";
  text-decoration: none;
  background-color: #71898d;
  display: inline-block;
  padding: 0 20px;
}
.main-center-section .col-lg-6 .video-section-wrapper {
  position: relative;
  cursor: pointer;
}
.main-center-section .col-lg-6 .video-section-wrapper .video-section-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}
@media (max-width: 992px) {
  .main-center-section .col-lg-6 .video-section-wrapper .video-section-poster {
    width: 100%;
  }
}
.main-center-section .page-section-wrapper {
  padding: 60px 0px 80px;
}
@media (max-width: 767px) {
  .main-center-section .page-section-wrapper {
    padding: 30px 0px 50px;
  }
}
.main-center-section .page-section-wrapper:nth-child(even) {
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  .main-center-section .page-section-wrapper:nth-child(even) {
    padding-bottom: 0px;
  }
}
.main-center-section .page-section-wrapper:nth-child(even) .col-heading-wrapper img {
  margin-left: -16px;
}
.main-center-section .page-section-wrapper:nth-child(even) .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .main-center-section .page-section-wrapper:nth-child(even) .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-center-section .page-section-wrapper:nth-child(even) .row .image-section-wrapper img {
    width: 100%;
  }
}
.main-center-section .page-section-wrapper:nth-child(even) .row .left-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-center-section .page-section-wrapper:nth-child(3) .btn-wrapper {
  margin-top: 36px;
}
.main-center-section .page-section-wrapper:nth-child(4) .btn-wrapper {
  margin-top: 115px;
}
@media (max-width: 767px) {
  .main-center-section .page-section-wrapper:nth-child(4) .btn-wrapper {
    margin-top: 30px;
  }
}
.main-center-section .page-section-wrapper .right-section {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .main-center-section .page-section-wrapper .right-section {
    margin-top: 0px;
  }
}

#footer-wrapper {
  margin-top: 0px;
}
@media (max-width: 767px) {
  #footer-wrapper .container {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
#footer-wrapper .fooer-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 42px 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  #footer-wrapper .fooer-inner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0px 15px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#footer-wrapper .fooer-inner-wrap .widget_media_image {
  padding: 0px;
  float: none;
  width: auto;
}
@media (max-width: 767px) {
  #footer-wrapper .fooer-inner-wrap .widget_media_image {
    text-align: center;
  }
}
#footer-wrapper .fooer-inner-wrap .widget_media_image img.image {
  width: 210px;
}
@media (max-width: 767px) {
  #footer-wrapper .fooer-inner-wrap .widget_media_image img.image {
    width: 180px;
  }
}
#footer-wrapper .fooer-inner-wrap .social-media-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
@media (max-width: 767px) {
  #footer-wrapper .fooer-inner-wrap .social-media-nav {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#footer-wrapper .fooer-inner-wrap .social-media-nav .foot-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  #footer-wrapper .fooer-inner-wrap .social-media-nav .foot-nav-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#footer-wrapper .fooer-inner-wrap .social-media-nav .foot-nav-list .nav-link {
  margin-left: 10px;
}
@media (max-width: 767px) {
  #footer-wrapper .fooer-inner-wrap .social-media-nav .foot-nav-list .nav-link {
    margin-left: 0px;
    margin-right: 10px;
  }
}
#footer-wrapper .fooer-inner-wrap .social-media-nav .foot-nav-list .nav-link .btn-style {
  background: #fff;
  padding: 14px 26px;
  font-size: 16px;
  max-width: 150px;
  border-radius: 6px;
  color: #EA6300;
  text-decoration: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  line-height: normal;
}
@media (max-width: 767px) {
  #footer-wrapper .fooer-inner-wrap .social-media-nav .foot-nav-list .nav-link .btn-style {
    margin-bottom: 15px;
  }
}
#footer-wrapper .fooer-inner-wrap .social-media-nav .foot-nav-list .nav-link .btn-style:hover, #footer-wrapper .fooer-inner-wrap .social-media-nav .foot-nav-list .nav-link .btn-style:focus {
  opacity: 0.9;
  text-decoration: none;
}
#footer-wrapper .fooer-inner-wrap .social-media-nav .foot-nav-list .nav-link .btn-style.twitter-icon {
  width: 46px;
  height: 46px;
  background-image: url("../img/twitter-orange.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px;
  padding: 0px 0px;
}
#footer-wrapper .fooer-inner-wrap .social-media-nav .foot-nav-list .nav-link .btn-style.instagram-icon {
  width: 46px;
  height: 46px;
  background-image: url("../img/instagram-orange.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px;
  padding: 0px 0px;
}
#footer-wrapper .footer-bottom {
  background: #71898D;
}
#footer-wrapper .footer-bottom .menu-footer-menu-new-container .menu {
  padding: 15px 0px;
  margin: 0px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  #footer-wrapper .footer-bottom .menu-footer-menu-new-container .menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#footer-wrapper .footer-bottom .menu-footer-menu-new-container .menu li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding-left: 30px;
  position: relative;
  line-height: normal;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  #footer-wrapper .footer-bottom .menu-footer-menu-new-container .menu li a {
    padding-left: 0px;
    padding-right: 30px;
    font-size: 13px;
  }
}
#footer-wrapper .footer-bottom .menu-footer-menu-new-container .menu li a:hover, #footer-wrapper .footer-bottom .menu-footer-menu-new-container .menu li a:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.5;
}
#footer-wrapper .footer-bottom .menu-footer-menu-new-container .menu li a:before {
  content: "|";
  position: relative;
  left: -12px;
}
#footer-wrapper .footer-bottom .menu-footer-menu-new-container .menu li:first-child a:before {
  display: none;
}

#cookie-law-info-again {
  display: none !important;
}

#header-wrapper {
  min-height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  #header-wrapper {
    z-index: 1;
    background: #fff;
    left: 0;
    right: 0;
    top: 0px;
    position: fixed;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 1023px) {
  #header-wrapper #navigation-icon-wrapper {
    position: fixed;
    top: 7px;
    right: 0;
    width: 50px;
    height: 50px;
  }
  #header-wrapper #navigation-icon-wrapper #navbtn {
    display: block;
  }
}
#header-wrapper #logo {
  position: relative;
  top: 0;
  padding: 30px 20px 15px;
}
@media (max-width: 1300px) {
  #header-wrapper #logo {
    width: auto;
    padding: 30px 5px 15px 15px;
  }
}
@media (max-width: 1023px) {
  #header-wrapper #logo {
    padding: 15px 0px 15px 15px;
  }
}
@media (max-width: 767px) {
  #header-wrapper #logo {
    padding: 10px 0px 10x 15px;
  }
}
#header-wrapper #logo img {
  width: 212px;
}
@media (max-width: 767px) {
  #header-wrapper #logo img {
    width: 150px;
  }
}
#header-wrapper #logo .logo-tagline {
  color: #EA6300;
  font-size: 11px;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 0px;
}
@media (max-width: 1300px) {
  #header-wrapper #logo .logo-tagline {
    font-size: 9px;
  }
}
@media (max-width: 1300px) and (max-width: 767px) {
  #header-wrapper #logo .logo-tagline {
    font-size: 8px;
  }
}
#header-wrapper #nav-wrapper {
  overflow: visible;
}
@media (max-width: 1023px) {
  #header-wrapper #nav-wrapper.displayed {
    display: block !important;
  }
  #header-wrapper #nav-wrapper.displayed .navbar-nav {
    display: block !important;
  }
}
#header-wrapper #nav-wrapper .navbar-nav {
  right: 0px;
  position: relative;
  top: 0;
  padding-right: 70px;
}
@media (max-width: 1300px) {
  #header-wrapper #nav-wrapper .navbar-nav {
    padding-right: 55px;
  }
}
@media (max-width: 1023px) {
  #header-wrapper #nav-wrapper .navbar-nav {
    right: 0px;
    position: fixed;
    top: 128px;
    padding-right: 0;
    z-index: 11;
    left: 0;
    background: #ea7926;
    height: 100%;
    display: none;
  }
}
@media (max-width: 767px) {
  #header-wrapper #nav-wrapper .navbar-nav {
    top: 102px;
  }
}
@media (max-width: 1300px) {
  #header-wrapper #nav-wrapper .navbar-nav li {
    padding-right: 0px;
  }
}
#header-wrapper #nav-wrapper .navbar-nav li a {
  cursor: pointer;
}
@media (max-width: 1300px) {
  #header-wrapper #nav-wrapper .navbar-nav li a {
    padding: 35px 5px 5px 5px;
  }
}
@media (max-width: 1300px) and (max-width: 767px) {
  #header-wrapper #nav-wrapper .navbar-nav li a {
    padding: 35px 15px 5px 15px;
  }
}
#header-wrapper #nav-wrapper .navbar-nav li a:hover {
  color: #EA6300;
}
#header-wrapper #nav-wrapper .navbar-nav li.current-menu-item a {
  color: #EA6300;
}
#header-wrapper #nav-wrapper .navbar-nav li.menu-home-item a {
  text-indent: -9999px;
  background-image: url("../img/home-icon.svg");
  background-position: center bottom;
  background-size: 40px;
  background-repeat: no-repeat;
  padding-bottom: 0;
  padding-top: 24px;
  color: transparent;
}
@media (max-width: 1023px) {
  #header-wrapper #nav-wrapper .navbar-nav li.menu-home-item a {
    color: #fff;
    background-image: none;
    text-indent: 0px;
  }
}
#header-wrapper #nav-wrapper .nav-search-wrapper .search-icon {
  position: absolute;
  right: 20px;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  background-image: url("../img/search-icon.png");
  background-position: center;
  background-size: 40px;
  background-repeat: no-repeat;
  bottom: 8px;
  cursor: pointer;
  display: block;
}
#header-wrapper #nav-wrapper .nav-search-wrapper .search-box.open {
  display: block !important;
  position: absolute;
  right: 15px;
  bottom: -38px;
  padding: 0px 0px;
}
@media (max-width: 1023px) {
  #header-wrapper #nav-wrapper .nav-search-wrapper .search-box.open {
    position: fixed;
    right: 0;
    bottom: inherit;
    padding: 0px 0px;
    z-index: 11;
    width: 100%;
    left: 0;
    background: #647f83;
  }
}
#header-wrapper #nav-wrapper .nav-search-wrapper .search-box .searchform {
  background: #fff;
}
@media (max-width: 1023px) {
  #header-wrapper #nav-wrapper .nav-search-wrapper .search-box .searchform {
    background: #647f83;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  }
}
#header-wrapper #nav-wrapper .nav-search-wrapper .search-box .searchform > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header-wrapper #nav-wrapper .nav-search-wrapper .search-box .searchform .screen-reader-text {
  display: none;
}
#header-wrapper #nav-wrapper .nav-search-wrapper .search-box .searchform input[type=text] {
  height: 35px;
  border: none;
  padding: 3px 10px;
}
@media (max-width: 1023px) {
  #header-wrapper #nav-wrapper .nav-search-wrapper .search-box .searchform input[type=text] {
    width: 100%;
    background: #647f83;
  }
}
#header-wrapper #nav-wrapper .nav-search-wrapper .search-box .searchform input[type=text]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: none;
}
#header-wrapper #nav-wrapper .nav-search-wrapper .search-box .searchform input[type=submit] {
  border: none;
  background: #ea7926;
  color: #fff;
  padding: 6px 20px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  height: 36px;
}
#header-wrapper #nav-wrapper .nav-search-wrapper .search-box .searchform input[type=submit]:hover, #header-wrapper #nav-wrapper .nav-search-wrapper .search-box .searchform input[type=submit]:focus {
  opacity: 0.8;
}

#hv-frame .modal-dialog {
  width: 880px;
  max-width: 100%;
}
@media (max-width: 767px) {
  #hv-frame .modal-dialog {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 15px;
    -webkit-transform: translate(0%, 50%);
            transform: translate(0%, 50%);
  }
}
#hv-frame .modal-dialog .modal-content {
  padding: 0;
  background: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#hv-frame .modal-dialog .modal-content .modal-body {
  padding: 0;
}
#hv-frame .modal-dialog .modal-content .modal-body iframe {
  width: 100%;
  height: 500px;
  padding: 0;
  background: #000;
}
@media (max-width: 767px) {
  #hv-frame .modal-dialog .modal-content .modal-body iframe {
    height: 300px;
  }
}
@media (max-width: 991px) {
  #hv-frame .modal-dialog {
    width: 600px;
  }
}
@media (max-width: 767px) {
  #hv-frame .modal-dialog {
    width: 100%;
  }
}

.modal-backdrop.fade {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.page-template-page-home .banner_section {
  max-height: 456px;
  overflow: hidden;
  margin-bottom: 0px;
}
@media (max-width: 1199px) {
  .page-template-page-home .banner_section {
    max-height: 310px;
  }
}
@media (max-width: 991px) {
  .page-template-page-home .banner_section {
    max-height: 250px;
  }
}
@media (max-width: 767px) {
  .page-template-page-home .banner_section {
    max-height: 150px;
  }
}
@media (max-width: 479px) {
  .page-template-page-home .banner_section {
    max-height: 100px;
  }
}
.page-template-page-home .page-section-wrapper {
  padding-top: 20px;
}/*# sourceMappingURL=style.css.map */