@font-face {
  font-family: "Gotham-Medium";
  src: url("../fonts/Gotham-Medium.eot?#iefix")
      format("../fonts/embedded-opentype"),
    url("../fonts/Gotham-Medium.otf") format("opentype"),
    url("../fonts/Gotham-Medium.woff") format("woff"),
    url("../fonts/Gotham-Medium.ttf") format("truetype"),
    url("../fonts/Gotham-Medium.svg#Gotham-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gotham-Light";
  src: url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gotham-Light.otf") format("opentype"),
    url("../fonts/Gotham-Light.woff") format("woff"),
    url("../fonts/Gotham-Light.ttf") format("truetype"),
    url("../fonts/Gotham-Light.svg#Gotham-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gotham-Thin";
  src: url("../fonts/Gotham-Thin.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gotham-Thin.otf") format("opentype"),
    url("../fonts/Gotham-Thin.woff") format("woff"),
    url("../fonts/Gotham-Thin.ttf") format("truetype"),
    url("../fonts/Gotham-Thin.svg#Gotham-Thin") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Gotham-Medium";
  line-height: 1.8;
  font-size: 16px;
  overflow-x: hidden;
  padding-top: 65px;
}

img {
  max-width: 100%;
}

/****header css***/
/* for login pop-up show hide start */

.login-popup {
  /* display: block !important; */
  position: fixed;
  top: 80px;
  /* Adjust based on the button position */
  right: -100%;
  background: #fff;
          /*  border: 1px solid #ddd;*/
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 0px;
  transition: right 0.5s ease;
  z-index: 9;
}
.login-popup p {
  margin-bottom: 0;
}

.active#loginPopup {
  right: 0;
}

.login-popup form {
  display: flex;
  align-items: center;
  gap: 5px;
}
.resend-btn {
  text-align: right;
  padding-right: 6px;
  padding-top: 5px;
}
.resend-btn a {
    margin-left: 10px;
    color: #000;
    font-weight: 100;
    text-decoration: underline;
    font-family: 'Gotham-Light';
}

.login-popup input {
  padding: 9px 30px 8px;
  font-size: 14px;
  background-color: #fff;

  border-radius: 15px;
  line-height: normal;
  border: 1px solid #ddd;
}
.login-popup input:focus-visible {
    outline: none;
}
.login-popup button {
  padding: 9px 30px 8px;
  font-size: 14px;
  background: #dbc572;
  color: #000;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  border: 2px solid #dbc57200;
  line-height: normal;
}

.login-popup button:hover {
  background: #d58512;
}

/* for login pop-up show hide end */

#header {
  height: 80px;
  /* box-shadow: 0 0 10px #ded8d8; */
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0;
  z-index: 55;
}

.logo {
  float: left;
  padding: 9px;
  height: 65px;
  margin-left: 25px;
}
.logo img {
  height: 72px;
  object-fit: contain;
}

.right_header {
  float: right;
  height: 80px;
  justify-content: center;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
  padding-right: 0px;
}

.right_header a {
  color: #000;
  font-size: 12px;
  /*    margin: 0 20px;*/
  font-family: "Gotham-Light";
  align-items: center;
  justify-content: center;
  display: flex;
  height: 100%;
  text-decoration: none;
  margin: 0 4px 0 14px;
  border-right: 1px solid #ddd;
  padding-right: 20px;
}

.right_header a:last-child {
  margin: 0 5px 0 15px;
  border-right: 0;
  padding-right: 30px;
  padding-left: 30px;
}
.right_header a:nth-last-child(2) {
  margin: 0;
  padding-right: 20px;
  padding-left: 13px;
  border: 0;
}

.right_header a img {
  margin-right: 5px;
  vertical-align: middle;
}

.right_header a.login_btn img {
  margin-top: -3px;
  margin-right: 10px;
}
.right_header a.login_btn:hover {
  text-decoration: none;
}

.right_header a:hover {
  text-decoration: underline;
}
.right_header a.login_btn span {
  top: 2px;
  position: relative;
}
.right_header a i {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  margin: 0 9px;
  background: #2769b1;
  text-align: center;
  font-size: 20px;
  padding: 7px;
  float: left;
}

.header_email_link {
  height: 65px;
  border-left: 1px solid #ddd;
  margin: 0 0 0 15px;
  padding: 15px 13px;
}

.login_btn,
.login_btn:hover {
  background: #dbc572;
  color: #fff !important;
  text-decoration: none;
  margin: 0 !important;
  padding: 0 30px;
}

.login_btn i {
  margin: 0px !important;
  font-size: 27px !important;
  position: relative;
  top: -3px;
}

.login_btn,
.login_btn:hover {
  background: #dbc572;
  color: #fff !important;
  text-decoration: none;
  margin: 0 !important;
  padding: 0 30px;
}

.my-account,
.my-account:hover {
  background: #dbc572;
  color: #fff !important;
  text-decoration: none;
  margin: 0 !important;
  padding: 0 30px;
}

/****header css***/

/****banner css**/
.banner_main_wrap {
  /*     height:100vh;
        background-size: cover !important;
        background-position: top center !important;
        display: flex;
        align-items: center;
        background-repeat: no-repeat;
        background-attachment: fixed !important;
        background:url(../images/banner_bg.jpg); */
}

/*.banner_main_wrap.owl-carousel .owl-item .item {
    max-height: 560px;
}*/

.flex_row {
  display: flex;
  align-items: center;
}

.banner_logo {
  width: 100%;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

.owl-carousel .owl-item .banner_logo img {
  width: 75%;
  display: unset;
}

.banner_inner_text .col-md-6 {
  padding-left: 30px;
  padding-right: 30px;
}

.banner_border_wrap {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}

.banner_text h1 {
  font-size: 48px;
  text-transform: uppercase;
  color: #323537;
  line-height: 44px;
  margin: 18px 0 0;
  padding: 0;
  padding-top: 5px;
  font-family: "Gotham-Medium";
}
.login-popup button {
    font-family: 'Gotham-Light';
}

.banner_sub_text {
  font-size: 33px;
  color: #fff;
  line-height: 37px;
  text-align: center;
  width: 50%;
  margin: 25px auto;
  font-family: "Gotham-Light";
}
.about-us-banner .banner_sub_text {
  width: 100%;
}

.register_button,
.register_button:hover {
  background: #dbc572;
  color: #fff !important;
  text-transform: uppercase;
  padding: 8px 25px;
  border-radius: 20px;
  border: 1px solid #222;
  font-size: 12px;
  display: table;
  margin: 0 auto;
  font-family: arial;
  font-weight: normal;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

.about-us-banner.owl-carousel .owl-item .item {
  max-height: 322px !important;
}

.banner_inner_text {
  position: relative;
  top: 50px;
}

/****banner css**/
.mid_section_text {
  font-size: 16px;
  color: #565656;
  line-height: 25px;
  text-align: center;
  font-family: "Gotham-Light";
}

.form_inner_wrap {
  /* width: 69%; */
  width: 76%;
  margin: 0 auto;
}

.bottom_form_wrap {
  margin: 45px auto 0;
}

.bottom_form_wrap .checkbox {
  margin: 0px;
  padding: 0px;
}

/*-----custom fields-----*/
.info-top p {
  text-transform: uppercase;
  font-size: 15px;
  color: #a6a6a6;
  font-family: "Gotham-Light";
  line-height: 25px;
  text-align: center;
}

a {
  color: #fc6f08;
  font-weight: 600;
}

.main {
  padding: 50px 0;
  background: #fff;
  color: #fff;
}

.form-control {
  border-radius: 5px;
  border: 1px solid #a6a6a6;
  height: 31px;
  font-size: 14px;
  font-weight: lighter;
  padding: 4px 4px;
  background-color: #eaeaea;
}

.form-group {
  margin-bottom: 10px;
}

.form-group label {
  font-size: 14px;
  color: #a6a6a6;
  font-family: "Gotham-Light";
}

label {
  font-size: 20px;
  color: #343434;
  line-height: 1;
  font-weight: lighter;
}

.field-group {
  font-size: 14px;
  color: #a6a6a6;
  line-height: 1;
  margin: 10px 0 0 0;
}

.notice {
  font-size: 14px;
  color: #a6a6a6;
  margin: 5px 0 0 0;
  font-family: "Gotham-Light";
}

.notice-big {
  font-size: 20px;
}

.notice span,
.checkbox label span {
}

.checkbox label {
  font-size: 15px;
  line-height: 20px;
}

.small-col-pad .col {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.small-col-pad .form-control {
  margin-bottom: 10px;
}

.row.small-col-pad {
  margin-right: -5px;
  margin-left: -5px;
}

p.error {
  color: #ff0000;
  font-size: 12px;
  position: relative;
  line-height: 2;
  padding-left: 15px;
  text-transform: capitalize;
  display: none;
  text-align: right;
  font-family: "Gotham-Light";
}

.btn {
  height: 31px;
  border: 2px solid #ccc;
  padding: 3px 10px;
}

.submit-btn {
  float: right;
  background: #dbc572;
  border: 0px;
  padding: 9px 22px;
  height: auto;
  font-weight: normal;
  border-radius: 10px;
}

.character-input {
  width: 22px;
  display: inline-block;
}

.crackers {
  display: inline-block;
  color: #888383;
}

#reg-header {
  background: #ff8400;
  border-bottom: 4px solid #434343;
  padding-top: 30px;
  padding-bottom: 30px;
}

#reg-header .reg-text {
  text-align: right;
  color: #fff;
  font-size: 30px;
  padding-top: 12px;
}

#reg-header div {
  margin-bottom: auto;
}

.info-top {
  font-size: 16px;
  color: #343434;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 50px;
  font-weight: lighter;
  position: relative;
}

.input-hidden {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
}

.reg-success {
  position: fixed;
  top: 50%;
  left: 15px;
  right: 15px;
  margin-top: -34px;
}

.reg-success div {
  color: #000;
  text-align: center;
  font-size: 24px;
  margin: auto;
}

.copyright {
  background: #ffffff;
  padding: 18px 0;
}

.copyright_left {
  float: right;
  font-size: 12px;
  color: #7f7f7f;
  font-weight: 500;
}

.copyright_left a {
  font-size: 12px;
  color: #7f7f7f;
  font-weight: 500;
}

.copyright_right {
  float: left;
  font-size: 12px;
  color: #7f7f7f;
  text-transform: uppercase;
  font-weight: 500;
}

.banner_inner_text {
  position: absolute;
  width: 100%;
}

.banner_large_img {
  /*max-height: 700px;*/
  height: 80vh;
  /*    height: 100vh;*/
  object-fit: cover;
  -o-object-fit: cover;
}

.banner_inner_text {
  position: fixed;
  height: 100%;
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  /*    background: rgba(255, 255, 255, 0.47);*/
  top: 0;
  left: 0;
  bottom: 0;
}

.banner_inner_text_inner {
  margin: 0px auto;
  position: relative;
  z-index: 222222;
}

/*.banner_inner_text:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    box-shadow: 0em -2em 13em 18em #fff;
    z-index: 1;
}*/
.get_started {
  margin-top: 30px;
}

.get_started img {
  margin-top: 15px;
}

.form_inner_wrap.not.radio-section {
  max-width: 900px;
  position: relative;
  padding: 25px 0px;
  clear: both;
}

#about-us.main {
  background: none;
  padding: 35px 0;
}

.page-title {
  font-size: 18px;
  line-height: 1.5em;
  color: #54575a;
  font-family: "Gotham-Medium";
  font-weight: 600;
}

#about-us.main .mid_section_text {
  color: #54575a;
}

.mid_section_left {
  font-size: 16px;
  color: #54575a;
  line-height: 25px;
  text-align: center;
  font-family: "Gotham-Light";
  margin: 20px 0px;
}

.mid_section_left.border-right::after {
  content: "";
  width: 5px;
  height: 100%;
  border-right: 1px solid #e4e1e1;
  position: absolute;
  right: 0;
  top: -4%;
}

a.about-us {
  font-family: "Gotham-Medium";
  font-weight: 500;
  position: relative;
  padding: 0px 20px 0px 0px;
  /*margin: 0px 20px 0px 0px;*/
}

/*a.about-us:hover{
    text-decoration: none;
}*/
/*a.about-us:after {
    content: "";
    border-right: 1px solid #ccc;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    position: absolute;
}*/

@media (max-width: 2500px) {
  .banner_main_wrap.owl-carousel .owl-item .item {
    max-height: 990px;
  }
}

@media (min-width: 1900px) and (max-width: 2500px) {
  .logo {
    max-width: 10% !important;
  }
}

@media (max-width: 1560px) {
  /*   .banner_main_wrap.owl-carousel .owl-item .item {
        max-height: 322px;
    }*/
}

@media (max-width: 1366px) {
  .right_header a {
    /* margin: 0 10px; */
    padding-right: 18px;
  }
}

@media (max-width: 1280px) {
  .banner_main_wrap.owl-carousel .owl-item .item {
    max-height: 790px;
  }
}

@media (max-width: 1240px) {
  .right_header a {
    font-size: 10px;
  }
}

@media (max-width: 1199px) {
  .form_inner_wrap {
    width: 100%;
  }

  .banner_main_wrap {
    background-attachment: inherit !important;
  }
}

@media (max-width: 1039px) {
  .right_header a {
    font-size: 9px;
  }

  .login_btn,
  .login_btn:hover {
    padding: 0 8px;
  }

  .header_email_link {
    padding: 15px 5px;
  }

  .right_header a {
    margin: 0 4px;
  }

  a.about-us:after {
    display: none;
  }

  a.about-us {
    padding: 0px 10px 0px 0px;
  }
}

@media (max-width: 1024px) {
  .banner_main_wrap.owl-carousel .owl-item .item {
    max-height: 430px;
  }
}

@media (max-width: 991px) {
  .logo {
    margin-left: 0 !important;
    width: 126px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .submit-btn {
    float: left !important;
    margin: 5px -20px;
  }

  .reg-bottom {
    width: 100% !important;
    padding-bottom: 10px;
  }

  #reg-header .reg-text {
    text-align: center;
    padding-top: 0;
    padding-bottom: 15px;
  }

  /****new css***/
  .banner_text h1 br {
    display: none;
  }

  .flex_row {
    display: block;
  }

  .banner_logo {
    width: auto;
    float: none;
  }

  .banner_inner_text .col-md-6 {
    border: 0px;
  }

  .banner_text h1 {
    text-align: center;
  }

  .banner_sub_text {
    width: 100%;
  }

  .form-horizontal .control-label {
    text-align: left;
    margin: 0 0 10px;
  }

  .field-group {
    text-align: left;
  }

  .form-control {
    margin: 0 0 10px;
  }

  .right_header {
    padding: 0;
    font-size: 11px;
  }

  .right_header a {
    font-size: 12px;
    margin: 0 5px;
  }

  .header_email_link {
    height: 65px;
    margin: 0 0 0 15px;
    padding: 15px 2px;
  }

  /****new css***/
}

@media (max-width: 768px) {
  .owl-carousel .owl-item .banner_logo img {
    width: 150px;
  }

  .banner_text h1 {
    margin: 0;
    font-size: 25px;
  }

  .banner_sub_text {
    font-size: 18px;
    line-height: 15px;
  }

  .banner_main_wrap.owl-carousel .owl-item .item {
    max-height: 325px;
  }
}

@media (max-width: 767px) {
	.right_header a:nth-last-child(2) {
    padding-left: 0px;
}
  .login-popup input {
    padding: 9px 15px 8px !important;
    width: 50%;
  }
  .login-popup {
    right: 0px !important;
  }
  .banner_large_img {
    height: 70vh;
  }

  #header {
    /*position: static;
    height: auto;*/
    padding: 5px 0;
  }

  body {
    padding-top: 0px;
  }

  .logo {
    margin: 0 auto !important;
    display: table;
    float: none;
  }


  .right_header {
    float: none;
    margin-left: auto;
    display: table;
    padding: 5px 10px;
    text-align: center;
}
.banner_main_wrap {
    margin-top: 80px;
}
  .header_email_link {
    border: 0px;
  }

  .right_header a {
    margin: 5px 0;
  }

  .form-wrapper {
    padding: 0 15px;
  }

  .copyright_left,
  .copyright_right {
    float: none;
    margin: 1px auto;
    display: table;
  }

  .submit-btn {
    margin: 15px 0;
  }

  .acc-input-mobile {
    text-align: left;
    padding: 0px;
  }
}

/* .form_inner_wrap:not(.not) {
  display: none;
} */

/*** 24 june ***/

@media (max-width: 1200px) {
  .login_btn,
  .login_btn:hover {
    padding: 0 10px;
  }

  .right_header a {
    margin: 0 5px;
  }
}

@media (max-width: 991px) {
  .login_btn,
  .login_btn:hover {
    padding: 0 10px;
  }

  .right_header a i {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 6px;
    font-size: 11px;
    padding: 5px;
    float: left;
  }
}

@media (max-width: 930px) {
  i.fa.fa-user {
    display: none;
  }

  .right_header a i {
    display: none;
  }

  .right_header a {
    margin: 0 10px;
    font-size: 9px;
  }

  .header_email_link {
    border-left: none;
  }
}

@media (min-width: 768px) {
  .mob-nav {
    display: none;
  }
}

@media (max-width: 767px) {
  /* jan 16 */

  .inner_header .logo,
  .mid_section_text br,
  .blnak-div {
    display: none;
  }
  .pay-rol-solution br {
    display: block !important;
  }
  .owl-carousel .owl-item .banner_logo img {
    width: 300px;
  }
  .banner_main_wrap .owl-item,
  .banner_main_wrap .banner_large_img {
    height: 430px !important;
  }
  .banner_main_wrap .banner_inner_text_inner {
    top: 80px;
  }
  .get_started img {
    margin-top: 25px;
  }
  .right_header {
    height: 67px;
  }
  .thank-mobile-logo .logo {
    display: block !important;
  }
  /* End jan 16 */

  /*  html{
          overflow: hidden;
      }
  */
  i.fa.fa-user {
    display: block;
  }

  .right_header a i {
    display: block;
  }

  .banner_text h1 {
    font-size: 14px;
  }

  .banner_sub_text {
    /* font-size: 20px; */
    font-size: 17px;
    color: #fff;
    line-height: 1.7;
    text-align: center;
    width: 80%;
    margin: 0 auto 20px;
    font-family: "Gotham-Light";
  }

  .banner_large_img {
    height: auto !important;
  }

  .banner_inner_text {
    position: relative;
  }

  .register_button {
    margin-bottom: 20px;
  }

  .banner_main_wrap .item {
    position: relative;
  }

  .banner_main_wrap .banner_large_img {
    position: absolute;
    width: auto !important;
    object-fit: cover;
    /*        height: 100% !important;*/
    z-index: 9;
  }

  .banner_inner_text:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    box-shadow: 0em -2em 13em 18em rgba(255, 255, 255, 0.4);
    z-index: 1;
  }

  .radio-section .radio label {
    margin-top: 15px;
  }

  .logo {
    width: 190px;
  }

  .dsk-nav {
    display: none;
  }

  .mob-nav a {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    padding-right: 5px;
    padding-left: 0;
    margin-left: 0;
  }

  .mob-nav span {
    display: none;
  }

  .mob-nav .login_btn span {
    display: inline-block;
  }

  .mob-nav .login_btn {
    /*   height: 40px;
        padding: 0 12px;*/
    line-height: 38px;

    vertical-align: middle;
  }
  .right_header a.login_btn img {
    margin-top: -2px;
  }
  .mob-nav .login_btn i {
    height: auto;
    padding: 0;
    background: transparent;
    line-height: 1;
    margin-top: 10px !important;
  }

  .copyright_right {
    text-align: center;
  }
  .login-popup form {
    justify-content: right;
  }
}

/*@media (max-width: 991px){

    #header {
        position: static;
        height: auto;
        padding: 5px 0;
    }

    .logo {
        margin: 0 auto !important;
        display: table;
        float: none;
    }

    .right_header {
        float: none;
        margin: 0 auto;
        display: table;
        padding: 5px 0;
    }

   .right_header a {
        margin: 0 5px;
    }

    body {
        padding-top: 0;
    }

}*/
/* 07/05/25 */
.button-inner {
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    text-align-last: justify;
}
.form_inner_content {
    width: 62%;
    margin-left: auto;
    display: block;
    margin-right: 0;
}
.button-inner .checkbox.reg-bottom {
  text-align: center;
}
.button-inner .g-recaptcha {
    display: flex;
    justify-content: left;
    margin: 10px 0;
} 
.button-inner .button-div {
  display: flex;
}
/* 07/05/25 */