body {
  background-color: #fbfbfb;
  font-family: 'Gotham book', sans-serif;
  color: #5c5c5c;
  font-size: 15px;
  line-height: 24px;
}

.top-banner {
  position: relative;
  height: 490px;
  background-image: url('../images/banner.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}



.container-1280 {
  position: relative;
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.content {
  position: relative;
  margin-top: -96px;
}

.content-bg {
  margin-bottom: 20px;
  padding: 40px 45px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
}

.heading {
  position: relative;
  left: 50%;
  z-index: 1;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #fff;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #002e5b;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}

.heading-line {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  height: 1px;
  background-color: #002e5b;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.title {
  position: relative;
  margin-bottom: 40px;
}

.ad-300x600 {
  display: inline-block;
  width: 100%;
  float: left;
  border: 1px solid #d8d8d8;
}

.ad-300x600.list-company {
  margin-bottom: 50px;
}

.ad-300x600-img {
  position: relative;
  left: 50%;
  width: 92%;
  max-width: 300px;
  margin-top: 15px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.listing {
  width: 65%;
  max-width: 740px;
  margin-top: 20px;
  float: right;
}

.list-item {
  display: inline-block;
  margin-bottom: 20px;
  padding-right: 25px;
  padding-left: 25px;
  background-image: url('../images/arrow-r.svg');
  background-position: 0px 5px;
  background-size: 8px 10px;
  background-repeat: no-repeat;
  font-size: 17px;
}



.list-item.company-list-details-listing {
  display: block;
  font-size: 15px;
}

.list {
  display: inline-block;
  width: 50%;
  padding-left: 0px;
  float: left;
}

.list.company-list-details {
  width: 100%;
  margin-bottom: 0px;
}

.ad-txt {
  color: #b1b1b1;
  font-size: 13px;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase;
}

.footer {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 45px;
  padding-left: 45px;
}

.footer-txt {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #939393;
  font-size: 14px;
  text-align: center;
}

.ad-970x90 {
  position: relative;
  border: 1px solid #d8d8d8;
}

.ad-970x90-img {
  position: relative;
  left: 50%;
  width: 97%;
  max-height: 90px;
  max-width: 970px;
  margin-top: 15px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.ad-300x250-img {
  position: relative;
  left: 50%;
  width: 92%;
  max-width: 300px;
  margin-top: 15px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.ad-300x250 {
  display: inline-block;
  width: 100%;
  float: left;
  border: 1px solid #d8d8d8;
}

.ad-300x250.margin-bottom {
  margin-bottom: 50px;
}

.ad-box {
  display: inline-block;
  width: 33%;
  max-width: 330px;
}
.side-box {
  display: inline-block;
  width: 33%;
  max-width: 330px;
}

.btn-top {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 30px;
  height: 30px;
  margin-right: 40px;
  background-image: url('../images/btn-top.svg');
  background-position: 50% 50%;
  background-size: 7px 30px;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.btn-top:hover {
  background-image: url('../images/btn-top-over.svg');
  background-size: 7px 30px;
}

.header {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: transparent;
}

.menu-link {
  padding: 0px;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 66px;
}

.menu-link:hover {
  color: #fffbaa;
}

.menu-link.w--current {
  color: #fffbaa;
}

.menu-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
}

.link {
  color: #2c4554;
  text-decoration: none;
}

.link:hover {
  color: #002e5b;
}

.search {
  position: relative;
  display: block;
  width: 600px;
  margin-top: 212px;
  margin-right: auto;
  margin-left: auto;
}

.search-field {
  width: 100%;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, .5);
  background-image: url('../images/icon-search.svg');
  background-position: 25px 50%;
  background-size: 28px 28px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 17px;
}

.form-field {
  height: 40px;
  margin-bottom: 20px;
  padding-right: 30px;
  padding-left: 30px;
  border: 1px solid #d8d8d8;
  border-radius: 100px;
  background-color: #f7f7f7;
}

.paragraph {
  margin-bottom: 40px;
}

.submit-btn {
  height: 40px;
  padding-right: 50px;
  padding-left: 50px;
  border: 1px solid #002e5b;
  border-radius: 1000px;
  background-color: #002e5b;
  color: #fff;
}

.submit-btn:hover {
  border: 1px solid #002e5b;
  background-color: #fff;
  color: #002e5b;
}

.form-textarea {
  min-height: 100px;
  margin-bottom: 20px;
  padding-right: 30px;
  padding-left: 30px;
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  background-color: #f7f7f7;
}

.company-list-link {
  width: 100%;
  padding-top: 15px;
  padding-right: 50px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d8d8d8;
  background-image: url('../images/arrow-more.svg');
  background-position: 100% 50%;
  background-size: 34px 34px;
  background-repeat: no-repeat;
  text-decoration: none;
}

.company-list-link:hover {
  background-image: url('../images/arrow-more-over.svg');
  background-size: 34px 34px;
}

.company-list-heading {
  margin-top: 0px;
  font-family: Gotham, sans-serif;
  color: #002e5b;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
}

.company-list-no {
  display: inline-block;
  width: 30%;
  color: #5c5c5c;
}

.company-list-status {
  display: inline-block;
  width: 60%;
  color: #5c5c5c;
}

.company-list-description {
  margin-bottom: 0px;
  color: #5c5c5c;
}

.color-light-grey {
  color: #b3b3b3;
}

.page-btn {
  width: 34px;
  height: 34px;
  border: 1px solid #bababa;
  border-radius: 1000px;
  background-color: transparent;
}

.page-btn:hover {
  border-color: #002e5b;
  background-color: #002e5b;
}

.page-btn.previous {
  float: left;
  background-image: url('../images/arrow-l.svg');
  background-position: 50% 50%;
  background-size: 8px 10px;
  background-repeat: no-repeat;
}

.page-btn.previous:hover {
  background-image: url('../images/arrow-l-over.svg');
  background-size: 8px 10px;
}

.page-btn.next {
  background-image: url('../images/arrow-r.svg');
  background-position: 50% 50%;
  background-size: 8px 10px;
  background-repeat: no-repeat;
}

.page-btn.next:hover {
  background-image: url('../images/arrow-r-over.svg');
  background-size: 8px 10px;
}

.page-btn-align {
  position: relative;
  left: 50%;
  display: inline-block;
  margin-top: 40px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.page-box {
  display: inline-block;
  width: 110px;
  height: 34px;
  margin-right: 30px;
  margin-left: 30px;
  float: left;
  border: 1px solid #bababa;
  border-radius: 100px;
}

.page-box-txt {
  line-height: 34px;
  text-align: center;
}

.letter-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #d8d8d8;
}

.letter-link {
  width: 26px;
  height: 26px;
  float: left;
  border-radius: 1000px;
  background-color: #fff;
  color: #000;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
}

.letter-link:hover {
  background-color: #e5e5e5;
}

.company-list-details-name {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.company-list-details-tb {
  margin-bottom: 40px;
  border-left: 4px solid #002e5b;
}

.company-list-details-tb-row {
  padding: 10px 25px;
}

.company-list-details-tb-row.grey {
  background-color: #f7f7f7;
}

.company-list-details-tb-row.details-listing {
  padding-top: 20px;
  padding-bottom: 0px;
}

.company-list-details-tb-title {
  display: inline-block;
  width: 46%;
  float: left;
}
.company-list-details-tb-title1 {
  display: inline-block;
  width: 25%;
  float: left;
}

.company-list-details-tb-title.blue {
  width: 100%;
  font-family: Gotham, sans-serif;
  color: #002e5b;
  font-size: 17px;
  font-weight: 500;
}

.company-list-details-tb-title.blue.sidebox {
  margin-top: -26px;
  margin-bottom: 15px;
  background-color: #fff;
  text-align: center;
}

.company-list-details-tb-txt {
  display: inline-block;
  width: 54%;
  float: left;
}
.company-list-details-tb-txt1 {
  display: inline-block;
  width: 25%;
  float: left;
}
.company-list-details-tb-txt2 {
  display: inline-block;
  width: 50%;
  float: left;
}

.company-list-details-paragraph {
  margin-top: 10px;
}

.ad-728x90 {
  width: 100%;
  margin-bottom: 40px;
  border: 1px solid #d8d8d8;
}

.ad-728x90-img {
  position: relative;
  left: 50%;
  width: 100%;
  max-width: 728px;
  margin-top: 15px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.company-list-details-sidebox {
  width: 100%;
  margin-bottom: 50px;
  padding-top: 15px;
  padding-right: 4%;
  padding-left: 4%;
  float: left;
  border: 1px solid #d8d8d8;
}

.company-list-details-sidebox.bottom {
  margin-bottom: 0px;
}

html.w-mod-js *[data-ix="btn-top"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="scroll-fade-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

@media (max-width: 991px) {
  .top-banner {
    height: 360px;
  }
  .container-1280 {
    width: 95%;
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
  }
  .content {
    margin-top: -96px;
  }
  .content-bg {
    padding: 30px;
  }
  .heading {
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
  }
  .listing {
    width: 60%;
    max-width: none;
  }
  .list {
    width: 100%;
  }
  .footer-txt {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .ad-box {
    width: 35%;
  }
.side-box {
    width: 35%;
  }

  .btn-top {
    position: fixed;
    z-index: 500;
  }
  .header {
    padding-right: 30px;
    padding-left: 30px;
  }
  .menu-link {
    width: 90%;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
  }
  .menu-box {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 120px;
    background-color: #285077;
  }
  .search {
    margin-top: 100px;
  }
  .menu-line01 {
    width: 30px;
    height: 2px;
    border-radius: 10px;
    background-color: #fff;
  }
  .menu-line02 {
    width: 30px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 10px;
    background-color: #fff;
  }
  .menu-line03 {
    width: 30px;
    height: 2px;
    border-radius: 10px;
    background-color: #fff;
  }
  .menu-btn {
    margin-top: 7px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .menu-btn.w--open {
    z-index: 1000;
    background-color: transparent;
  }
  .brand.w--current {
    z-index: 1000;
  }
  .letter-box {
    display: block;
    overflow: scroll;
  }
  .letter-link {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 36px;
  }
  .letter-link-txt {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 767px) {
  .top-banner {
    height: 270px;
  }
  .content-bg {
    padding: 20px;
  }
  .heading {
    display: inline-block;
    width: 75%;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 24px;
  }
  .title {
    margin-bottom: 10px;
  }
  .ad-300x600 {
    position: relative;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
  .listing {
    width: 100%;
  }
  .list-item {
    margin-bottom: 10px;
  }

  .footer {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-txt {
    margin-bottom: 60px;
  }
  .ad-300x250.margin-bottom {
    margin-bottom: 30px;
  }
  .ad-box {
    width: 100%;
    max-width: none;
  }
.side-box {
    width: 100%;
    max-width: none;
  }

  .btn-top {
    margin-right: 20px;
  }
  .btn-top.w--current {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .header {
    padding-top: 0px;
    padding-left: 15px;
  }
  .menu-link {
    font-size: 18px;
    line-height: 60px;
  }
  .menu-box {
    padding-top: 80px;
  }
  .search {
    width: 90%;
    margin-top: 45px;
  }
  .brand {
    padding-left: 0px;
  }
  .brand.w--current {
    padding-left: 0px;
  }
  .image {
    max-width: 200px;
    max-height: 48px;
  }
  .paragraph {
    margin-bottom: 30px;
  }
  .submit-btn {
    margin-bottom: 30px;
  }
  .letter-box {
    margin-bottom: 0px;
    padding: 10px;
  }
  .letter-link {
    width: 40px;
  }
  .company-list-details-tb {
    margin-bottom: 30px;
  }
  .company-list-details-sidebox {
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {
  .brand {
    width: 80%;
  }
  .brand.w--current {
    width: 80%;
  }
  .image {
    width: 100%;
  }
  .company-list-no {
    width: auto;
  }
  .company-list-status {
    width: auto;
  }
  .company-list-details-tb-title {
    width: 100%;
  }
  .company-list-details-tb-txt {
    width: 100%;
  }
    .company-list-details-tb-title1 {
    width: 33%;
  }
  .company-list-details-tb-txt1 {
    width: 33%;
  }
    .company-list-details-tb-txt2 {
    width: 34%;
  }
}

@font-face {
  font-family: 'Gotham book';
  src: url('../images/Gotham-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../images/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
