@charset "UTF-8";
@font-face {
  font-family: 'Roboto';
  src: url("./scss/fonts/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("./scss/fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("./scss/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("./scss/fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("./scss/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("./scss/fonts/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
.bsg-btn {
  padding: 9px 30px;
  background-color: #000;
  color: #cda55d;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  transition: all .35s; }
  .bsg-btn span {
    position: relative;
    z-index: 2; }
  .bsg-btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #cda55d;
    transition: all .35s; }
  .bsg-btn:hover {
    color: #000; }
  .bsg-btn:hover:after {
    width: 100%; }

button {
  border: 0;
  outline: 0; }

.home-bt{
  border-radius: 0;
  padding: 0 35px;
  border: 0;
  color: #000;
  text-decoration: underline;
  text-transform: capitalize;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight:normal;
  margin: 0;
  background: none;
}

.form-bt {
  border-radius: 0;
  padding: 7px 35px;
  border: 0;
  color: #FFF;
  text-transform: capitalize;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-top: 40px; }
  @media (max-width: 991.98px) {
    .form-bt {
      margin-top: 0; } }

.submit-button {
  background-color: #daab89; }
  .submit-button:hover {
    background-color: #cda55d; }

.reset-button {
  background-color: #8d9aa7; }
  .reset-button:hover {
    background-color: #cda55d; }

.home-footer {
  padding: 60px 0;
    padding-bottom: 0; }
  @media (max-width: 575.98px) {
    .home-footer {
      padding-top: 40px; } }
  @media (max-width: 414.98px) {
    .home-footer .col-6 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  .home-footer .brown-block {
    background-color: #cda55d;
    padding: 15px 30px;
    min-height: 166px; }
    @media (max-width: 1024.98px) {
      .home-footer .brown-block {
        min-height: 189px; }
        .home-footer .brown-block .media {
          display: block;
          text-align: center; }
          .home-footer .brown-block .media img {
            margin-bottom: 15px; } }
    @media (max-width: 991.98px) {
      .home-footer .brown-block {
        margin-bottom: 30px;
        padding: 43px 30px; } }
    @media (max-width: 575.98px) {
      .home-footer .brown-block {
        margin-bottom: 15px;
        min-height: auto; } }
    .home-footer .brown-block h4, .home-footer .brown-block a {
      color: #000;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      font-size: 20px; }
      @media (max-width: 575.98px) {
        .home-footer .brown-block h4, .home-footer .brown-block a {
          font-size: 18px; } }
    .home-footer .brown-block a {
      overflow: hidden;
      background: linear-gradient(to right, #FFF, #FFF 50%, #000 50%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-size: 200% 100%;
      background-position: 100%;
      transition: background-position 275ms ease;
      text-decoration: none; }
      .home-footer .brown-block a:hover {
        background-position: 0 100%; }
    .home-footer .brown-block img {
      width: 57px;
      margin-right: 20px; }
      @media (max-width: 1024.98px) {
        .home-footer .brown-block img {
          margin-right: 0; } }
    .home-footer .brown-block p {
      font-size: 14px;
      color: #000;
      font-weight: 300;
      margin-bottom: 0; }
    .home-footer .brown-block .media h4 {
      margin-bottom: 0; }
  .home-footer .sm-padd {
    padding-top: 53px; }
    @media (max-width: 1024.98px) {
      .home-footer .sm-padd {
        padding-top: 51px; } }
    @media (max-width: 575.98px) {
      .home-footer .sm-padd {
        padding-top: 43px; } }
  .home-footer .md-padd {
    padding-top: 40px; }
    @media (max-width: 1024.98px) {
      .home-footer .md-padd {
        padding-top: 60px; } }
    @media (max-width: 575.98px) {
      .home-footer .md-padd {
        padding-top: 43px; } }
  .home-footer .form-control {
    border-radius: 0;
    background-color: transparent;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    border: 2px solid #000; }
    .home-footer .form-control::placeholder {
      color: #6f572b; }
    .home-footer .form-control:focus {
      background-color: transparent;
      outline: 0;
      box-shadow: none;
      border-color: #000; }
  .home-footer hr {
    margin-top: 60px;
    margin-bottom: 60px;
    border-top: 1px solid #000; }
    @media (max-width: 767.98px) {
      .home-footer hr {
        margin-top: 25px;
        margin-bottom: 40px; } }
    @media (max-width: 575.98px) {
      .home-footer hr {
        margin-bottom: 30px; } }

.form-hold {
  position: relative; }
  .form-hold:after {
    content: "";
    width: 13px;
    height: 19px;
    position: absolute;
    background-image: url("../images/form-icon.png");
    background-repeat: no-repeat;
    right: 8px;
    top: 0;
    bottom: 37px;
    margin: auto;
    transform: scale(0.6); }

footer {
  padding-bottom: 60px; }
  @media (max-width: 767.98px) {
    footer {
      padding-bottom: 25px; } }
  @media (max-width: 575.98px) {
    footer {
      text-align: center; } }

.media-links {
  padding-left: 0;
  list-style: none; }
  .media-links li {
    display: inline-block; }
    .media-links li img {
      width: 50px;
      margin-right: 15px;
      transition: all 0.3s ease-in; }
      @media (max-width: 767.98px) {
        .media-links li img {
          margin-right: 5px; } }
    .media-links li .active {
      display: none; }
    .media-links li:hover .idle {
      display: none;
      transition: all 0.3s ease-in; }
    .media-links li:hover .active {
      display: inline-block;
      transition: all 0.3s ease-in; }

.foot-heading {
  color: #000;
  font-weight: 600;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 30px; }

.useful-links-list {
  width: 80%;
  margin-left: auto;
  margin-right: 0; }
  @media (max-width: 575.98px) {
    .useful-links-list {
      display: none; } }
  .useful-links-list li {
    margin-bottom: 6px; }
    .useful-links-list li a {
      font-size: 16px;
      font-weight: 300;
      color: #000;
      overflow: hidden;
      background: linear-gradient(to right, #cda55d, #cda55d 50%, #000 50%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-size: 200% 100%;
      background-position: 100%;
      transition: background-position 275ms ease;
      text-decoration: none; }
      .useful-links-list li a:hover {
        background-position: 0 100%; }

.lower-footer {
  background-color: #f5f5f5;
  padding: 20px; }
  @media (max-width: 767.98px) {
    .lower-footer {
      text-align: center; } }
  .lower-footer p, .lower-footer a {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0; }
  .lower-footer a {
    overflow: hidden;
    background: linear-gradient(to right, #cda55d, #cda55d 50%, #000 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms ease;
    text-decoration: none; }
    .lower-footer a:hover {
      background-position: 0 100%; }
  @media (max-width: 767.98px) {
    .lower-footer .text-right {
      text-align: center !important; } }

header {
  border-top: 5px solid #cda55d;
  padding: 10px 0; }
  @media (max-width: 991.98px) {
    header .main-menu {
      display: none; } }
  header .bsg-logo img {
    width: 256px; }
    @media (max-width: 991.98px) {
      header .bsg-logo img {
        width: 160px; } }
  header ul {
    text-align: right; }
    header ul li {
      display: inline-block; }
      header ul li a {
        text-transform: uppercase;
        color: #212121; }
  header .media-links {
    margin-bottom: 30px;
    margin-top: 10px; }
    @media (max-width: 991.98px) {
      header .media-links {
        display: none; } }
    header .media-links li {
      margin-right: 15px; }
      header .media-links li img {
        width: 30px;
        height: 20px;
        object-fit: contain;
        margin: auto; }
    header .media-links li.header-search {
      margin-left: 30px; }
      header .media-links li.header-search img {
        margin-left: 6px;
        width: 19px;
        height: 20px; }
  header .header-search a {
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #212121;
    font-size: 14px;
    overflow: hidden;
    background: linear-gradient(to right, #cda55d, #cda55d 50%, #212121 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms ease;
    text-decoration: none; }
    header .header-search a:hover {
      background-position: 0 100%; }
  header .main-menu a {
    font-size: 16px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    padding: 10px 30px;
      padding-bottom: 0;
    overflow: hidden;
    background: linear-gradient(to right, #cda55d, #cda55d 50%, #212121 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms ease;
    text-decoration: none; }
    header .main-menu a:hover {
      background-position: 0 100%; }
    @media (max-width: 1024.98px) {
      header .main-menu a {
        padding: 10px 15px;
          padding-bottom: 0; } }

.search-modal .modal-header {
  border: 0; }
.search-modal .modal-content {
  background-color: transparent;
  border: 0; }
.search-modal .form-control {
  border-radius: 0;
  border: 0; }
.search-modal .close {
  padding-bottom: 0;
  font-size: 30px;
  color: #FFF; }

.form-control:focus {
  outline: 0;
  border: 0;
  box-shadow: none; }

.home-link img {
  margin-top: -10px; }

.fb-link {
  width: 9px; }
  .fb-link img {
    width: 9px !important; }

.insta-link {
  width: 25px; }
  .insta-link img {
    width: 25px !important; }

.linked-link {
  width: 23px; }
  .linked-link img {
    width: 23px !important; }

.mobile-menu {
  display: none; }
  @media (max-width: 991.98px) {
    .mobile-menu {
      display: block; } }

.button_container {
  position: absolute;
  top: 14px;
  right: 0;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease;
  transform: scale(0.7); }
  @media (max-width: 575.98px) {
    .button_container {
      right: 15px; } }
  .button_container:hover {
    opacity: .7; }
  .button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #FFF; }
  .button_container.active .middle {
    opacity: 0;
    background: #FFF; }
  .button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #FFF; }
  .button_container span {
    background: #cda55d;
    border: none;
    height: 4px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer; }
    .button_container span:nth-of-type(2) {
      top: 11px; }
    .button_container span:nth-of-type(3) {
      top: 22px; }

.overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index: 9; }
  .overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%; }
    .overlay.open li {
      animation: fadeInRight .5s ease forwards;
      animation-delay: .35s; }
      .overlay.open li:nth-of-type(2) {
        animation-delay: .4s; }
      .overlay.open li:nth-of-type(3) {
        animation-delay: .45s; }
      .overlay.open li:nth-of-type(4) {
        animation-delay: .50s; }
      .overlay.open li:nth-of-type(5) {
        animation-delay: .60s; }
      .overlay.open li:nth-of-type(6) {
        animation-delay: .70s; }
  .overlay nav {
    position: relative;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-align: center; }
  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%; }
    .overlay ul li {
      display: block;
      min-height: 50px;
      position: relative;
      opacity: 0; }
      .overlay ul li a {
        display: block;
        position: relative;
        color: #cda55d;
        text-decoration: none;
        overflow: hidden;
        text-transform: uppercase;
        overflow: hidden;
        background: linear-gradient(to right, #FFF, #FFF 50%, #cda55d 50%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-size: 200% 100%;
        background-position: 100%;
        transition: background-position 275ms ease;
        text-decoration: none; }
        .overlay ul li a:hover {
          background-position: 0 100%; }
        @media (max-width: 575.98px) {
          .overlay ul li a {
            font-size: 18px; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%; }
  100% {
    opacity: 1;
    left: 0; } }
.menu-item-has-children {
  position: relative; }

.sub-menu {
  display: none;
  position: absolute;
  width: 260px;
  left: 0;
  top: 25px;
  background-color: white;
  z-index: 99999;
  text-align: left;
  padding-bottom: 20px;
  padding-top: 45px;
  padding-left: 20px;
  padding-right: 20px; }

li.menu-item-has-children:hover .sub-menu {
  display: block; }
  li.menu-item-has-children:hover .sub-menu li {
    display: block;
    margin-bottom: 10px;
    border-bottom: 2px solid #cda55d;
    padding-bottom: 10px; }
    li.menu-item-has-children:hover .sub-menu li a {
      padding-left: 0;
      padding-right: 0; }
  li.menu-item-has-children:hover .sub-menu li:last-child {
    border-bottom: 0;
    padding-bottom: 0; }

.menu-have-submenu .mob-sub-menu {
  margin-top: 30px;
  margin-bottom: 30px;
  display: none; }
  .menu-have-submenu .mob-sub-menu li {
    min-height: auto; }

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }

p {
  line-height: 25px;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  font-family: "Roboto", sans-serif; }

a:hover {
  text-decoration: none; }

@media (min-width: 1550px) {
  .container {
    max-width: 1500px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }

.banner {
  position: relative;
  height: 650px;
  overflow: hidden; }
  @media (min-width: 1920px) {
    .banner {
      height: 1000px; } }
  @media (max-width: 575.98px) {
    .banner {
      height: 330px; } }
  .banner .video-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9; }
  .banner img.video-thumb {
    width: 100%;
    overflow: hidden; }
  .banner video {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover; }

.video-banner {
  background-color: #2c2c2c;
  position: relative;
  height: 100%; }
  .video-banner .video-trigger {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 9; }
  .video-banner img {
    opacity: 0.5; }
  .video-banner:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url("../images/play.png");
    background-repeat: no-repeat;
    background-position: center; }

.hom-intro {
  padding: 50px 0; }
  @media (max-width: 575.98px) {
    .hom-intro {
      padding-top: 30px; } }
  .hom-intro h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 60px;
    color: #000;
    text-transform: uppercase; }
    @media (max-width: 1024.98px) {
      .hom-intro h4 {
        font-size: 50px; } }
    @media (max-width: 991.98px) {
      .hom-intro h4 {
        font-size: 40px; } }
    @media (max-width: 575.98px) {
      .hom-intro h4 {
        font-size: 30px; } }
    .hom-intro h4 span {
      display: block;
      color: #cda55d; }
  .hom-intro p {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    font-family: "Roboto", sans-serif; }

.journey-section {
  padding-top: 60px;
  padding-bottom: 0;
  background-color: #f6f6f6;
  overflow: hidden; }
  @media (max-width: 575.98px) {
    .journey-section {
      padding-top: 30px; } }
  .journey-section h3 {
    color: #cda55d;
    font-family: "Roboto", sans-serif;
    font-size: 260px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-left: -32px;
    letter-spacing: 64px;
    margin-bottom: 0;
    position: relative;
    bottom: -52px; }
    @media (max-width: 1920px) {
      .journey-section h3 {
        font-size: 290px;
        margin-left: 0;
        letter-spacing: 102px;
        bottom: -60px; } }
    @media (max-width: 1367px) {
      .journey-section h3 {
        margin-left: -15px;
        letter-spacing: 57px;
        font-size: 232px; } }
    @media (max-width: 1280px) {
      .journey-section h3 {
        bottom: -45px;
        margin-left: -6px;
        letter-spacing: 41px; } }
    @media (max-width: 1024.98px) {
      .journey-section h3 {
        bottom: -39px;
        margin-left: -6px;
        letter-spacing: 30px;
        font-size: 190px; } }
    @media (max-width: 991.98px) {
      .journey-section h3 {
        letter-spacing: 24px; } }
    @media (max-width: 768px) {
      .journey-section h3 {
        letter-spacing: 9px;
        font-size: 160px;
        bottom: -31px; } }
    @media (max-width: 575.98px) {
      .journey-section h3 {
        font-size: 87px;
        bottom: -18px;
        letter-spacing: 7px; } }
    @media (max-width: 414.98px) {
      .journey-section h3 {
        font-size: 68px;
        bottom: -13px; } }
    @media (max-width: 375.98px) {
      .journey-section h3 {
        letter-spacing: 10px; } }
  .journey-section h4 {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center; }
    @media (max-width: 575.98px) {
      .journey-section h4 {
        font-size: 30px; } }
  .journey-section .cSlider--single {
    width: 56%;
    margin: auto;
    margin-top: 40px; }
    @media (max-width: 767.98px) {
      .journey-section .cSlider--single {
        width: 80%; } }
    @media (max-width: 575.98px) {
      .journey-section .cSlider--single {
        width: 80%;
        margin-top: 32px; } }
    .journey-section .cSlider--single .cSlider__item {
      text-align: center; }
      .journey-section .cSlider--single .cSlider__item p {
        font-size: 14px;
        font-weight: 300;
        font-family: "Roboto", sans-serif; }
  .journey-section .cSlider--nav {
    margin-top: 40px; }
    .journey-section .cSlider--nav span {
      width: 15px;
      height: 15px;
      border-radius: 50%;
      border: 3px solid #000;
      display: block;
      margin-bottom: 15px;
      position: relative;
      z-index: 1;
      background-color: #f6f6f6;
      margin-left: 18px;
      margin: auto; }
    .journey-section .cSlider--nav h2 {
      font-size: 24px;
      font-weight: 700;
      font-family: "Roboto", sans-serif;
      color: #000;
      text-align: center; }
      .journey-section .cSlider--nav h2 i {
        cursor: pointer;
        font-style: normal; }
    .journey-section .cSlider--nav .cSlider__item {
      position: relative; }
      .journey-section .cSlider--nav .cSlider__item:after {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #000;
        position: absolute;
        left: 0;
        top: 7px; }
    .journey-section .cSlider--nav .cSlider__item.slick-current span {
      background-color: #cda55d;
      border-color: #cda55d; }
  .journey-section .slick-next {
    content: "";
    width: 53px;
    height: 100px;
    background-image: url("../images/next-arrow.png");
    background-repeat: no-repeat;
    right: -130px;
    transform: scale(0.6);
    top: -12px; }
    .journey-section .slick-next:before {
      content: ""; }
    .journey-section .slick-next:hover {
      opacity: 0.5; }
    @media (max-width: 575.98px) {
      .journey-section .slick-next {
        right: -44px;
        transform: scale(0.4);
        top: 37px; } }
  .journey-section .slick-prev {
    content: "";
    width: 53px;
    height: 100px;
    background-image: url("../images/prev-arrow.png");
    background-repeat: no-repeat;
    left: -130px;
    transform: scale(0.6);
    top: -12px; }
    .journey-section .slick-prev:before {
      content: ""; }
    .journey-section .slick-prev:hover {
      opacity: 0.5; }
    @media (max-width: 575.98px) {
      .journey-section .slick-prev {
        left: -44px;
        transform: scale(0.4);
        top: 37px; } }

.companies-section {
  padding: 70px 0;
  overflow: hidden; }
  @media (max-width: 575.98px) {
    .companies-section {
      padding: 50px 0; } }
  .companies-section h4 {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 25px;
    line-height: 62px; }
    @media (max-width: 1024.98px) {
      .companies-section h4 {
        font-size: 50px;
        line-height: 51px; } }
    @media (max-width: 991.98px) {
      .companies-section h4 {
        font-size: 45px; } }
    @media (max-width: 575.98px) {
      .companies-section h4 {
        font-size: 30px;
        margin-bottom: 8px; } }
    @media (max-width: 375.98px) {
      .companies-section h4 {
        line-height: 35px; } }

.companies-section .owl-theme .owl-nav {
  padding-left: 173px;
  text-align: left;
  margin-top: 30px; }
  @media (min-width: 1920px) {
    .companies-section .owl-theme .owl-nav {
      padding-left: 376px; } }
  @media (max-width: 1367px) {
    .companies-section .owl-theme .owl-nav {
      padding-left: 100px; } }
  @media (max-width: 1280px) {
    .companies-section .owl-theme .owl-nav {
      padding-left: 58px; } }
  @media (max-width: 991.98px) {
    .companies-section .owl-theme .owl-nav {
      padding-left: 152px; } }
  @media (max-width: 768px) {
    .companies-section .owl-theme .owl-nav {
      padding-left: 40px !important; } }
  @media (max-width: 575.98px) {
    .companies-section .owl-theme .owl-nav {
      padding-left: 0 !important;
      text-align: center; } }
  .companies-section .owl-theme .owl-nav button {
    display: inline-block;
    background-color: #000;
    width: 78px;
    height: 58px;
    text-align: center;
    padding: 10px;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 0;
    background-image: url("../images/thick-left-arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28%;
    filter: grayscale(0); }
    .companies-section .owl-theme .owl-nav button:hover {
      background-color: #000 !important;
      background-image: url("../images/thick-left-arrow.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 28%;
      filter: grayscale(0); }
    .companies-section .owl-theme .owl-nav button:after {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: 0;
      width: 80px;
      height: 59px;
      transform: scale(0.5);
      background-position: center;
      background-size: contain; }
    .companies-section .owl-theme .owl-nav button span {
      display: none; }
    @media (max-width: 575.98px) {
      .companies-section .owl-theme .owl-nav button {
        width: 60px;
        height: 44px; } }
  .companies-section .owl-theme .owl-nav button.owl-next {
    background-image: url("../images/thick-right-arrow.png"); }
  .companies-section .owl-theme .owl-nav .disabled {
    background-color: #e2e2e2 !important;
    filter: grayscale(4); }

.company-slider {
  overflow: hidden;
  margin-top: 40px; }
  @media (max-width: 767.98px) {
    .company-slider {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 768px) {
    .company-slider .owl-stage {
      padding-left: 40px !important; } }
  @media (max-width: 767.98px) {
    .company-slider .owl-stage {
      padding-left: 0 !important; } }
  .company-slider .card {
    background-color: #f6f6f6;
    border: 0;
    border-radius: 0; }
    .company-slider .card > a {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 1; }
    .company-slider .card:hover .card-title {
      color: #cda55d; }
    .company-slider .card:hover .card-body:after {
      right: 0;
      transition: all 0.3s ease-in; }
  .company-slider .card-img-top {
    border: 0;
    border-radius: 0; }
  .company-slider .card-body {
    padding: 30px 22px;
    position: relative;
    min-height: 114px; }
    .company-slider .card-body:after {
      content: "";
      width: 30px;
      height: 23px;
      background-image: url("../images/right-arrow.png");
      background-repeat: no-repeat;
      position: absolute;
      right: 5px;
      top: 32px;
      margin: auto;
      background-size: contain;
      transition: all 0.3s ease-in; }
      @media (max-width: 575.98px) {
        .company-slider .card-body:after {
          right: 0; } }
    @media (max-width: 575.98px) {
      .company-slider .card-body {
        padding: 15px 30px 22px;
        min-height: 95px; } }
  .company-slider .card-title {
    color: #000;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0; }
    @media (max-width: 575.98px) {
      .company-slider .card-title {
        font-size: 16px; } }

.slider-arrows {
  margin-top: 30px; }
  .slider-arrows .customPrevBtn, .slider-arrows .customNextBtn {
    background-color: #e2e2e2;
    width: 78px;
    height: 58px;
    text-align: center;
    padding: 10px;
    margin-right: 10px;
    cursor: pointer;
    filter: grayscale(4);
    transition: all 0.3s ease-in; }
    .slider-arrows .customPrevBtn img, .slider-arrows .customNextBtn img {
      transform: scale(0.6); }
    .slider-arrows .customPrevBtn:hover, .slider-arrows .customNextBtn:hover {
      background-color: #000;
      filter: grayscale(0);
      transition: all 0.3s ease-in; }

.message-section {
  padding-top: 50px;
  position: relative;
  overflow: hidden;
  height: 697px; }
  .message-section .bsg-btn:hover {
    color: #FFF; }
  @media (max-width: 991.98px) {
    .message-section {
      height: 536px; } }
  @media (max-width: 767.98px) {
    .message-section {
      height: auto;
      padding-top: 0;
      background-color: #4b535c; } }
  .message-section .img-holder {
    text-align: right;
    z-index: 1;
    top: 0;
    float: right; }
    @media (min-width: 1920px) {
      .message-section .img-holder {
        margin-right: 115px; } }
    .message-section .img-holder img {
      width: 640px;
      transform: translate(100px, 0);
      transition: all 1s ease-in; }
      @media (max-width: 1024.98px) {
        .message-section .img-holder img {
          width: 480px; } }
      @media (max-width: 991.98px) {
        .message-section .img-holder img {
          width: 477px; } }
      @media (max-width: 767.98px) {
        .message-section .img-holder img {
          margin: auto; } }
      @media (max-width: 575.98px) {
        .message-section .img-holder img {
          max-width: 100%; } }
    @media (max-width: 767.98px) {
      .message-section .img-holder {
        position: relative;
        text-align: center;
        right: 0;
        width: 100%;
        background-color: #cda55d;
        padding-top: 30px;
        height: 490px;
        overflow: hidden; } }
    @media (max-width: 414.98px) {
      .message-section .img-holder {
        height: 364px; } }
  .message-section:after {
    content: "";
    width: 60%;
    height: 510px;
    background-color: #cda55d;
    position: absolute;
    left: 0;
    top: 100px;
    z-index: -2; }
    @media (max-width: 991.98px) {
      .message-section:after {
        height: 400px; } }
    @media (max-width: 767.98px) {
      .message-section:after {
        display: none; } }
  .message-section:before {
    content: "";
    width: 50%;
    height: 530px;
    background-color: #4b535c;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1; }
    @media (max-width: 1024.98px) {
      .message-section:before {
        height: 386px;
        bottom: 159px; } }
    @media (max-width: 991.98px) {
      .message-section:before {
        height: 360px;
        bottom: 0; } }
    @media (max-width: 767.98px) {
      .message-section:before {
        display: none; } }
  .message-section .message-content {
    padding-top: 170px;
    padding-bottom: 60px;
    padding-right: 70px; }
    @media (min-width: 1920px) {
      .message-section .message-content {
        padding-right: 194px; } }
    @media (max-width: 1024.98px) {
      .message-section .message-content {
        padding-top: 114px;
        padding-bottom: 60px;
        padding-right: 12px; } }
    @media (max-width: 991.98px) {
      .message-section .message-content {
        padding-top: 100px;
        padding-right: 0; } }
    @media (max-width: 767.98px) {
      .message-section .message-content {
        padding-top: 45px;
        padding-right: 0;
        text-align: center; } }
    @media (max-width: 375.98px) {
      .message-section .message-content {
        padding-top: 63px; } }
    .message-section .message-content h4 {
      font-size: 40px;
      font-weight: 500;
      font-family: "Roboto", sans-serif;
      margin-bottom: 10px;
      color: #000;
      text-transform: uppercase; }
      @media (max-width: 1024.98px) {
        .message-section .message-content h4 {
          font-size: 50px;
		  color: #fff;} }
      @media (max-width: 991.98px) {
        .message-section .message-content h4 {
          font-size: 32px;
		  color: #fff;} }
    .message-section .message-content h5 {
      font-size: 20px;
      font-weight: 300;
      font-family: "Roboto", sans-serif;
      margin-bottom: 15px;
      color: #000;
      text-transform: uppercase; }
      @media (max-width: 991.98px) {
        .message-section .message-content h5 {
			color: #fff;
          font-size: 20px; } }
    .message-section .message-content p {
      font-size: 14px;
      font-weight: 300;
      font-family: "Roboto", sans-serif;
      color: #000;
      margin-bottom: 30px; }
      @media (max-width: 991.98px) {
        .message-section .message-content p {
          max-height: 155px;
			color: #fff;
          overflow: hidden; } }
      @media (max-width: 767.98px) {
        .message-section .message-content p {
          max-height: 100px;
		color: #fff;
          overflow: hidden; } }

.message-slider .slick-active .img-holder img {
  transform: translate(0, 0);
  transition: all 1s ease-in; }
.message-slider .slick-dots {
  bottom: 22%;
  padding-right: 110px; }
  .message-slider .slick-dots li button:before {
    font-size: 56px;
    color: #cda55d; }
  @media (max-width: 991.98px) {
    .message-slider .slick-dots {
      bottom: 18%; } }
  @media (max-width: 767.98px) {
    .message-slider .slick-dots {
      bottom: 0;
      padding: 0; } }

.location-section {
  padding: 70px 0;
  overflow: hidden; }
  .location-section .mobile-map {
    display: none; }
  .location-section .desktop-map {
    display: block; }
  @media (max-width: 991.98px) {
    .location-section {
      padding-bottom: 20px; } }
  @media (max-width: 767.98px) {
    .location-section .mobile-map {
      display: block;
      width: 100%; }
    .location-section .desktop-map {
      display: none; } }
  @media (max-width: 575.98px) {
    .location-section {
      padding-top: 30px; } }
  .location-section h4 {
    font-size: 60px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    margin-bottom: 10px;
    color: #000;
    text-transform: uppercase; }
    @media (max-width: 1024.98px) {
      .location-section h4 {
        font-size: 50px; } }
    @media (max-width: 575.98px) {
      .location-section h4 {
        font-size: 30px; } }
  .location-section img {
    margin-top: 30px;
    max-width: 100%; }

.brands-section {
  padding: 70px 0;
  background-color: #4b535c;
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .brands-section {
      padding: 40px 0; }
      .brands-section .text-right {
        text-align: left !important; } }
  .brands-section h4 {
    font-size: 60px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    margin-bottom: 10px;
    color: #FFF;
    text-transform: uppercase; }
    @media (max-width: 1024.98px) {
      .brands-section h4 {
        font-size: 50px; } }
    @media (max-width: 575.98px) {
      .brands-section h4 {
        font-size: 30px; } }
  .brands-section p {
    font-weight: 200;
    font-family: "Roboto", sans-serif;
    margin-bottom: 10px;
    color: #FFF;
    margin-bottom: 0; }
    @media (max-width: 575.98px) {
      .brands-section p {
        margin-bottom: 20px; } }
  .brands-section .self-bottom {
    align-items: flex-end; }
  .brands-section .bsg-btn {
    display: inline-block; }
    @media (max-width: 991.98px) {
      .brands-section .bsg-btn {
        padding: 9px 18px; } }
  .brands-section .owl-theme .owl-nav {
    padding-left: 173px;
    text-align: left;
    margin-top: 30px; }
    @media (min-width: 1920px) {
      .brands-section .owl-theme .owl-nav {
        padding-left: 376px; } }
    @media (max-width: 1367px) {
      .brands-section .owl-theme .owl-nav {
        padding-left: 100px; } }
    @media (max-width: 1280px) {
      .brands-section .owl-theme .owl-nav {
        padding-left: 43px; } }
    @media (max-width: 991.98px) {
      .brands-section .owl-theme .owl-nav {
        padding-left: 152px; } }
    @media (max-width: 768px) {
      .brands-section .owl-theme .owl-nav {
        padding-left: 40px !important; } }
    @media (max-width: 575.98px) {
      .brands-section .owl-theme .owl-nav {
        padding-left: 0 !important;
        text-align: center; } }
    .brands-section .owl-theme .owl-nav button {
      display: inline-block;
      background-color: #000;
      width: 78px;
      height: 58px;
      text-align: center;
      padding: 10px;
      margin-right: 10px;
      cursor: pointer;
      border-radius: 0;
      background-image: url("../images/thick-left-arrow.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 28%;
      filter: grayscale(0); }
      .brands-section .owl-theme .owl-nav button:hover {
        background-color: #000 !important;
        background-image: url("../images/thick-left-arrow.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 28%;
        filter: grayscale(0); }
      .brands-section .owl-theme .owl-nav button:after {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: 0;
        width: 80px;
        height: 59px;
        transform: scale(0.5);
        background-position: center;
        background-size: contain; }
      .brands-section .owl-theme .owl-nav button span {
        display: none; }
      @media (max-width: 575.98px) {
        .brands-section .owl-theme .owl-nav button {
          width: 60px;
          height: 44px; } }
    .brands-section .owl-theme .owl-nav button.owl-next {
      background-image: url("../images/thick-right-arrow.png"); }
    .brands-section .owl-theme .owl-nav .disabled {
      background-color: #e2e2e2;
      filter: grayscale(4); }

.brand-slider {
  margin-top: 50px; }
  @media (max-width: 767.98px) {
    .brand-slider {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 767.98px) {
    .brand-slider .owl-stage {
      padding-left: 0 !important; } }
  .brand-slider .card {
    border: 0;
    border-radius: 0;
    overflow: hidden;
    position: relative; }
    .brand-slider .card a {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .brand-slider .card:hover .card-title {
      color: #cda55d;
      transition: all 0.3s ease-in; }
  .brand-slider .card-title {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    transition: all 0.3s ease-in; }
    @media (max-width: 1024.98px) {
      .brand-slider .card-title {
        font-size: 17px; } }
    @media (max-width: 575.98px) {
      .brand-slider .card-title {
        font-size: 15px; } }
  .brand-slider .card-body {
    padding: 40px 30px;
    min-height: 128px; }
    @media (max-width: 1024.98px) {
      .brand-slider .card-body {
        padding: 30px 20px;
        min-height: 100px; } }
    @media (max-width: 575.98px) {
      .brand-slider .card-body {
        padding: 12px;
        min-height: 65px; } }

.card-img, .card-img-top {
  border-radius: 0; }

.common-headline {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 60px;
  color: #000;
  text-transform: uppercase; }
  @media (max-width: 1024.98px) {
    .common-headline {
      font-size: 50px; } }
  @media (max-width: 991.98px) {
    .common-headline {
      font-size: 40px; } }
  @media (max-width: 575.98px) {
    .common-headline {
      font-size: 30px; } }
  .common-headline span {
    display: block;
    color: #cda55d; }

.section-title {
  color: #000;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center; }
  @media (max-width: 575.98px) {
    .section-title {
      font-size: 25px; } }

.inner-banner {
  height: 494px;
  overflow: hidden;
  background-color: #595959;
  position: relative; }
  @media (max-width: 991.98px) {
    .inner-banner {
      height: auto; } }
  .inner-banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(215, 215, 215, 0.17);
    z-index: 1; }
  .inner-banner img {
    width: auto;
    height: 100%;
    object-fit: cover; }
    @media (max-width: 991.98px) {
      .inner-banner img {
        height: auto;
        width: 100%; } }

.breadcrumb-wraper {
  background-color: #e7e7e7;
  padding: 15px 0; }
  .breadcrumb-wraper ul {
    padding-left: 0;
    list-style: none; }
    .breadcrumb-wraper ul li {
      display: inline-block;
      font-size: 16px;
      font-weight: 400;
      color: #434343; }
      .breadcrumb-wraper ul li a {
        font-size: 16px;
        font-weight: 400;
        color: #434343;
        overflow: hidden;
        background: linear-gradient(to right, #cda55d, #cda55d 50%, #434343 50%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-size: 200% 100%;
        background-position: 100%;
        transition: background-position 275ms ease;
        text-decoration: none;
        padding: 0 10px;
        text-transform: uppercase; }
        .breadcrumb-wraper ul li a:hover {
          background-position: 0 100%; }
        .breadcrumb-wraper ul li a:hover {
          color: #cda55d; }

.breadcrumb {
  padding: 0;
  background-color: transparent;
  margin-bottom: 0; }
  .breadcrumb img {
    margin-top: -9px; }

.abt-intro {
  padding: 50px 0; }
  @media (max-width: 575.98px) {
    .abt-intro {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .abt-intro .common-headline {
    line-height: 60px; }
    @media (max-width: 991.98px) {
      .abt-intro .common-headline {
        line-height: 40px; } }
    @media (max-width: 767.98px) {
      .abt-intro .common-headline {
        margin-bottom: 30px; } }

.abt-box {
  text-align: center;
  padding: 30px;
  border: 1px solid #000;
  margin-top: 30px; }
  @media (max-width: 575.98px) {
    .abt-box {
      margin-top: 10px; } }
  .abt-box img {
    height: 28px; }
  .abt-box h5 {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    margin-top: 15px;
    font-weight: 700;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .abt-box h5 {
        min-height: 52px;
        overflow: hidden; } }
    @media (max-width: 767.98px) {
      .abt-box h5 {
        font-size: 16px;
        min-height: 40px; } }
    @media (max-width: 575.98px) {
      .abt-box h5 {
        min-height: auto;
        font-size: 18px; } }

.benchmark-counter-section {
  padding: 50px 0;
  background-color: #cda55d;
  text-align: center; }
  .benchmark-counter-section p {
    max-width: 46%;
    margin: auto; }
    @media (max-width: 991.98px) {
      .benchmark-counter-section p {
        max-width: 100%; } }
  .benchmark-counter-section .counter-block {
    margin-top: 40px; }
    @media (max-width: 575.98px) {
      .benchmark-counter-section .counter-block {
        margin-top: 30px; } }
    .benchmark-counter-section .counter-block h5 {
      color: #000;
      font-weight: 700;
      font-size: 50px; }
      @media (max-width: 991.98px) {
        .benchmark-counter-section .counter-block h5 {
          font-size: 40px; } }
      @media (max-width: 575.98px) {
        .benchmark-counter-section .counter-block h5 {
          font-size: 30px; } }
    .benchmark-counter-section .counter-block p {
      color: #000;
      font-weight: 600;
      font-size: 16px;
      text-transform: uppercase;
      max-width: 100%;
      margin-top: 10px; }

.cert-section {
  padding: 50px 0;
  text-align: center; }
  @media (max-width: 575.98px) {
    .cert-section {
      padding-bottom: 20px; } }
  .cert-section ul {
    margin: auto; }
    .cert-section ul li {
      display: inline-block;
      margin-left: 15px;
      margin-right: 15px;
      margin-bottom: 15px; }
      @media (max-width: 991.98px) {
        .cert-section ul li img {
          width: 100px; } }
      @media (max-width: 767.98px) {
        .cert-section ul li img {
          width: 90px; } }
  .cert-section .section-title {
    margin-bottom: 30px; }

.vision-mission-section {
  padding: 50px 0; }
  @media (max-width: 767.98px) {
    .vision-mission-section {
      padding-top: 30px; } }
  .vision-mission-section img {
    max-width: 100%;
    margin-left: -30px; }
    @media (max-width: 767.98px) {
      .vision-mission-section img {
        height: 300px;
        width: 100%;
        margin: auto;
        object-fit: cover; } }
  .vision-mission-section .container {
    position: relative; }
  .vision-mission-section h4 {
    color: #000;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 900;
    position: relative;
    z-index: 1; }
    .vision-mission-section h4 span {
      color: #cda55d; }
    @media (max-width: 991.98px) {
      .vision-mission-section h4 {
        font-size: 40px;
        margin-left: 25px; } }
    @media (max-width: 767.98px) {
      .vision-mission-section h4 {
        margin-bottom: 30px;
        margin-left: 0;
        text-align: center;
        font-size: 35px;
        font-weight: 700; } }
    @media (max-width: 575.98px) {
      .vision-mission-section h4 {
        font-size: 25px; } }
  .vision-mission-section .vm-content {
    max-width: 526px;
    margin-left: auto;
    margin-right: 0;
    margin-top: -98px;
    padding: 40px;
      padding-top: 100px;
    border: 5px solid #cda55d;
    background-color: #FFF;
    margin-bottom: 60px; }
    @media (max-width: 991.98px) {
      .vision-mission-section .vm-content {
        max-width: 100%; } }
    @media (max-width: 767.98px) {
      .vision-mission-section .vm-content {
        margin-top: 0;
        padding: 20px 20px;
        margin-bottom: 20px; } }
    .vision-mission-section .vm-content li {
      font-size: 14px;
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      line-height: 25px;
      margin-bottom: 15px;
      position: relative;
      padding-left: 30px; }
      .vision-mission-section .vm-content li:before {
        content: "";
        width: 10px;
        height: 10px;
        background-color: #cda55d;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 8px; }

hr.footer-line {
  border-top: 1px solid #000; }

.tab-and-accordion {
  background-color: #f9f9f9; }
  @media (max-width: 991.98px) {
    .tab-and-accordion {
      background-color: transparent; } }

.accordion-section {
  padding: 40px 0; }
  @media (max-width: 991.98px) {
    .accordion-section {
      padding-top: 0; } }
  .accordion-section .resp-tabs-list {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 991.98px) {
      .accordion-section .resp-tabs-list {
        display: none; } }
    .accordion-section .resp-tabs-list li {
      min-width: 230px;
      font-size: 18px;
      text-transform: uppercase;
      color: #050331;
      padding: 20px 15px;
      text-align: center;
      border: 1px solid #000;
      border-color: #000;
      flex-grow: 1;
      margin: 1px;
      background-color: #f9f9f9;
      position: relative;
      transition: all 0.3s ease-in; }
      .accordion-section .resp-tabs-list li:hover {
        background-color: #cda55d !important;
        transition: all 0.3s ease-in; }
      .accordion-section .resp-tabs-list li:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 0;
        top: -1px;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #050132;
        clear: both;
        opacity: 0; }
      .accordion-section .resp-tabs-list li:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 0;
        top: -1px;
        height: 3px;
        background-color: #000;
        clear: both;
        opacity: 0;
        transition: all 0.3s ease-in; }
  .accordion-section li.resp-tab-active {
    margin-bottom: 1px !important;
    border-color: #000;
    background-color: #cda55d; }
    .accordion-section li.resp-tab-active:before, .accordion-section li.resp-tab-active:after {
      opacity: 1;
      transition: all 0.3s ease-in; }
    .accordion-section li.resp-tab-active:after {
      width: 100%; }

.tab-content-holder {
  padding: 40px 50px;
    padding-bottom: 70px; }
  @media (max-width: 767.98px) {
    .tab-content-holder {
      padding: 15px;
        padding-bottom: 15px;
        padding-top: 30px; } }
  @media (max-width: 991.98px) {
    .tab-content-holder {
      background-color: #f9f9f9; }
      .tab-content-holder .round-image {
        display: none; } }
  .tab-content-holder img {
    max-width: 100%; }
  .tab-content-holder .inner-img {
    width: 400px;
    height: auto;
    margin-top: 40px; }
  .tab-content-holder .media {
    align-items: baseline;
    margin-bottom: 20px; }
    @media (max-width: 575.98px) {
      .tab-content-holder .media {
        align-items: center; } }
    .tab-content-holder .media span {
      width: 50px;
      display: block;
      height: 3px;
      background-color: #cda55d;
      margin-bottom: 10px; }
    .tab-content-holder .media img {
      width: 80px; }
      @media (max-width: 575.98px) {
        .tab-content-holder .media img {
          width: 50px; } }
    .tab-content-holder .media h4 {
      font-size: 29px;
      font-weight: 500;
      color: #000;
      text-transform: uppercase; }
      @media (max-width: 767.98px) {
        .tab-content-holder .media h4 {
          font-size: 22px; } }
      @media (max-width: 575.98px) {
        .tab-content-holder .media h4 {
          font-size: 20px; } }
    .tab-content-holder .media .media-body {
      margin-left: 20px; }
  .tab-content-holder .box {
    display: block;
    padding: 10px;
    border: solid 1px #deb08e;
    text-align: center;
    transition: .3s ease-in-out;
    margin-top: 30px; }
    .tab-content-holder .box p {
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 400;
      color: #000;
      margin-bottom: 0; }

.round-image {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: relative;
  margin-left: auto;
  margin-right: 0;
  margin-top: 50px;
  z-index: 1; }
  .round-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%; }
  .round-image span {
    display: block;
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background-color: #cda55d;
    left: -19px;
    top: 0;
    z-index: -1;
    opacity: 1; }

.certfications {
  padding: 40px 0; }
  @media (max-width: 991.98px) {
    .certfications {
      padding-top: 0; } }
  .certfications hr {
    margin-top: 90px; }
    @media (max-width: 991.98px) {
      .certfications hr {
        margin-top: 30px; } }
  .certfications h4 {
    color: #cda55d;
    font-size: 50px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px; }
    @media (max-width: 991.98px) {
      .certfications h4 {
        font-size: 40px;
        margin-bottom: 30px; } }
    @media (max-width: 767.98px) {
      .certfications h4 {
        font-size: 30px; } }
  .certfications .in-block {
    width: 65%;
    margin: auto; }
    .certfications .in-block img {
      width: 130px; }
      @media (max-width: 991.98px) {
        .certfications .in-block img {
          margin-bottom: 30px;
          max-width: 100%; } }

.download-wrap {
  margin-top: 40px; }
  @media (max-width: 767.98px) {
    .download-wrap {
      margin-bottom: 40px; } }
  .download-wrap .download-btn {
    background-color: #cda55d;
    padding: 13px 22px;
    font-family: "Roboto", sans-serif;
    color: #000;
    font-weight: 400;
    text-transform: uppercase; }
    .download-wrap .download-btn .active {
      display: inline-block; }
    .download-wrap .download-btn .hover {
      display: none; }
    .download-wrap .download-btn:hover {
      color: #FFF; }
      .download-wrap .download-btn:hover .hover {
        display: inline-block; }
      .download-wrap .download-btn:hover .active {
        display: none; }

.main-form-wrapper {
  padding: 50px 0; }
  @media (max-width: 991.98px) {
    .main-form-wrapper {
      padding-top: 0; } }
  .main-form-wrapper .intl-tel-input {
    display: block !important; }
  .main-form-wrapper .form-group {
    margin-bottom: 30px; }
    @media (max-width: 991.98px) {
      .main-form-wrapper .form-group {
        margin-bottom: 15px; } }
  .main-form-wrapper label, .main-form-wrapper .attach-cv h6 {
    font-size: 16px;
    line-height: 31px;
    color: #000;
    font-weight: 400;
    font-family: "Roboto", sans-serif; }
    .main-form-wrapper label span, .main-form-wrapper .attach-cv h6 span {
      color: #f44958;
      font-size: 25px; }
  .main-form-wrapper .form-control {
    border-radius: 0;
    border: 1px solid #000;
    font-size: 16px;
    line-height: 31px;
    color: #707070;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    padding: 5px 15px;
    height: auto; }
    .main-form-wrapper .form-control:focus {
      outline: 0;
      box-shadow: none; }
  .main-form-wrapper .select-wrapper {
    position: relative;
    z-index: 9; }
    .main-form-wrapper .select-wrapper::after {
      content: '';
      width: 0;
      height: 0;
      float: right;
      margin-top: 3px;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 12px solid #c1c1c1;
      position: absolute;
      right: 13px;
      top: 14px;
      z-index: 0; }
  .main-form-wrapper select.form-control {
    appearance: none;
    padding: 5px 15px;
      padding-right: 32px;
    position: relative;
    z-index: 2;
    background: transparent; }
  .main-form-wrapper .attach-cv span {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    line-height: 31px;
    color: #050132;
    font-weight: 400;
    font-family: "Roboto", sans-serif; }
  .main-form-wrapper .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block; }
  .main-form-wrapper .btn {
    color: #FFF;
    background-color: #666666;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0; }
  .main-form-wrapper .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer; }
    .main-form-wrapper .upload-btn-wrapper input[type=file]:hover {
      background-color: #050331; }
  .main-form-wrapper textarea.form-control {
    height: 160px; }
  @media (max-width: 575.98px) {
    .main-form-wrapper .form-check-inline {
      margin-bottom: 30px; } }
  .main-form-wrapper .intl-tel-input.allow-dropdown .selected-flag {
    border-right: 1px solid #000; }
  .main-form-wrapper .intl-tel-input .country-list {
    z-index: 99; }

.careers-image img {
  max-width: 100%;
  margin-bottom: 40px; }
.careers-image hr {
  margin-bottom: 60px; }

.message-wrapper {
  padding: 50px 0;
  position: relative;
  overflow: hidden; }
  .message-wrapper .bg-pattern {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 500px; }
  .message-wrapper h4 {
    font-size: 40px;
    font-weight: 500;
    color: #000;
    font-family: "Roboto", sans-serif;
    margin-bottom: 30px;
    text-transform: uppercase; }
    @media (max-width: 767.98px) {
      .message-wrapper h4 {
        font-size: 25px;
        margin-bottom: 17px; } }
  .message-wrapper .profile-image {
    margin-top: 70px; }
    @media (max-width: 767.98px) {
      .message-wrapper .profile-image {
        margin-top: 0; } }
  .message-wrapper .name-card {
    margin-top: 30px;
    margin-bottom: 60px; }
    .message-wrapper .name-card h5 {
      font-size: 30px;
      color: #cda55d;
      font-weight: 400;
      font-family: "Roboto", sans-serif;
      margin-bottom: 0;
      text-transform: uppercase; }
      @media (max-width: 767.98px) {
        .message-wrapper .name-card h5 {
          font-size: 25px; } }
    .message-wrapper .name-card h6 {
      font-size: 18px;
      color: #8c8c8c;
      font-weight: 400;
      font-family: "Roboto", sans-serif;
      margin-bottom: 10px; }
      @media (max-width: 767.98px) {
        .message-wrapper .name-card h6 {
          font-size: 16px; } }

.news-section {
  padding: 30px 0; }
  .news-section .common-headline span {
    display: inline-block; }

.news-block {
  text-align: center;
  position: relative;
  z-index: 1; }
  @media (max-width: 767.98px) {
    .news-block {
      padding-bottom: 2px;
      border-bottom: 1px solid #ccc; } }
  .news-block a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    z-index: 2; }
  .news-block .round-image {
    width: 350px;
    height: 350px;
    margin-top: 30px; }
    @media (max-width: 1024.98px) {
      .news-block .round-image {
        width: 250px;
        height: 250px;
        margin: 15px auto; } }
    @media (max-width: 575.98px) {
      .news-block .round-image {
        width: 150px;
        height: 150px; } }
    .news-block .round-image span {
      display: block;
      position: absolute;
      width: 350px;
      height: 350px; }
      @media (max-width: 1024.98px) {
        .news-block .round-image span {
          width: 250px;
          height: 250px; } }
      @media (max-width: 575.98px) {
        .news-block .round-image span {
          width: 150px;
          height: 150px; } }
  .news-block h5 {
    color: #000;
    font-weight: 700;
    max-width: 80%;
    margin: 20px auto;
      margin-bottom: 10px;
    transition: all 0.3s ease-in; }
    @media (max-width: 575.98px) {
      .news-block h5 {
        font-size: 18px; } }
  .news-block p {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    transition: all 0.3s ease-in; }
  .news-block:hover h5, .news-block:hover p {
    color: #cda55d;
    transition: all 0.3s ease-in; }
  .news-block:hover .round-image img {
    transform: scale(1.1);
    transition: all 0.3s ease-in; }

.listing-section {
  background-color: #f6f6f6; }

.pagination-wrapper {
  padding: 15px 0; }
  .pagination-wrapper .footer-line {
    margin-bottom: 40px; }
  .pagination-wrapper .pagination {
    text-align: center;
    justify-content: center;
    margin-bottom: 30px; }
    .pagination-wrapper .pagination li {
      margin: 0 5px; }
      .pagination-wrapper .pagination li a {
        color: #FFF;
        width: 40px;
        height: 40px;
        background-color: #cccccc;
        border-radius: 50%;
        text-align: center;
        display: inline-block;
        padding: 7px;
        transition: all 0.3s ease-in; }
        .pagination-wrapper .pagination li a:hover {
          background-color: #cda55d;
          transition: all 0.3s ease-in; }

.detail-wrapper {
  padding: 40px 0; }
  .detail-wrapper h4 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px; }
    @media (max-width: 991.98px) {
      .detail-wrapper h4 {
        font-size: 30px; } }
    @media (max-width: 575.98px) {
      .detail-wrapper h4 {
        font-size: 25px; } }
  .detail-wrapper h5 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px; }
  .detail-wrapper img {
    margin-bottom: 30px; }
  .detail-wrapper .footer-line {
    margin-top: 80px; }
    @media (max-width: 575.98px) {
      .detail-wrapper .footer-line {
        margin-top: 40px; } }

.address-area {
  text-align: center;
  margin-top: 30px; }
  .address-area p {
    text-align: center;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    margin-bottom: 20px; }
  .address-area a {
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    display: block;
    overflow: hidden;
    background: linear-gradient(to right, #cda55d, #cda55d 50%, #000 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms ease;
    text-decoration: none; }
    .address-area a:hover {
      background-position: 0 100%; }

.contact-round {
  margin: auto;
  width: 380px;
  height: 380px; }
  @media (max-width: 767.98px) {
    .contact-round {
      margin-top: 30px; } }
  @media (max-width: 575.98px) {
    .contact-round {
      width: 200px;
      height: 200px; } }
  .contact-round span {
    width: 380px;
    height: 380px; }
    @media (max-width: 575.98px) {
      .contact-round span {
        width: 200px;
        height: 200px; } }

.contact-map {
  padding-top: 40px; }
  @media (max-width: 575.98px) {
    .contact-map {
      padding-top: 0; } }
  .contact-map h4 {
    color: #cda55d;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: left;
    font-family: "Roboto", sans-serif; }
  .contact-map .footer-line {
    margin-top: 50px;
    margin-bottom: 40px; }

.select-wrapper {
  position: relative; }
  .select-wrapper::after {
    content: "▼";
    font-size: 13px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 5;
    pointer-events: none;
    color: #cccccc; }

.outer-banner{
  padding: 40px 0;
}
.search_result_data h4 a{
  color: #cda55d;
}
.search_result_data h4 a:hover{
  color: black;
}
.search-wrapper{
  padding-bottom: 40px;
}
.toggle-submenu{
	position: absolute;
    right: -26px;
    top: 6px;
    width: 13px;
}
/*# sourceMappingURL=style.css.map */
