@media screen and (min-width: md) and (max-width: 1440px) {
  html,
  body {
    font-size: 1em;
  }
}

@media screen and (min-width: 1440px) and (max-width: xl) {
  html,
  body {
    font-size: 1.25em;
  }
}

@media only screen and (min-width: xxl) {
  html,
  body {
    font-size: 1.375em;
  }
}

/* Media queries */
/* Colors */
/*btn modifiers*/
/*For spacer (padding & margin)*/
/*ends spacer here*/
*,
*:after,
*:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

.after-before, h2::after, li::after, .dataTables_wrapper table.table-bordered td a i, header nav ul.navbar-nav li.nav-item .service-sub .box a:hover:before, .member-benifite-slides .owl-item .item span.icon i, .about-us-wrape .load-more-btn::after, .network-coverage-wrape .container .fun-fact-inner-box .fun-fact-box .icon::after, .network-coverage-wrape .container .fun-fact-inner-box .fun-fact-box h3::after, footer .f-link a:after, footer .contact-detail h5::after, footer .contact-detail p.mail::after, footer .contact-detail p.phone::after, form .form-group.browse-file:after, form .form-group input[type=checkbox] + label:after, form .form-group input[type=checkbox] + label::before, .partner-dashboard .card .icon::after, .partner-dashboard .card p::after, .member-details-area .attachment-btn::after, .member-details-area .setting-btn::after {
  content: "";
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: 50px;
  font-weight: 500;
  color: #f37217;
  position: relative;
  margin-bottom: 35px;
}

h2 {
  font-size: 46px;
  font-weight: 500;
  color: #2d2e28;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 35px;
}

h2::after {
  position: absolute;
  width: 223px;
  height: 3px;
  background: #f37217;
  left: 50%;
  margin-left: -111px;
  bottom: 0;
}

h2.center {
  text-align: center;
}

h3 {
  font-size: 40px;
  font-weight: 600;
  color: #13387e;
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
}

h3 span {
  color: #f37217;
}

h4 {
  font-size: 42px;
  line-height: 60px;
  color: #13387e;
  font-weight: 400;
  margin-bottom: 40px;
}

h5 {
  font-size: 35px;
  font-weight: 500;
  color: #f37217;
  position: relative;
  margin-bottom: 25px;
}

h6 {
  font-size: 24px;
  line-height: 35px;
  color: #13387e;
  font-weight: 500;
  margin-bottom: 25px;
}

p {
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  color: #333333;
  margin-bottom: 44px;
}

p span {
  color: #f37217;
}

p + h5 {
  margin-top: 10px;
}

p.small {
  font-size: 15px;
  opacity: 0.7;
}

blockquote.blockquote {
  background: #13387e;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  display: table;
  margin: 20px auto 60px;
  padding: 25px 20px;
  text-align: center;
  width: 60%;
}

blockquote.blockquote p {
  color: #ffffff;
  font-size: 30px;
  line-height: 40px;
}

blockquote.blockquote p span {
  font-weight: 500;
}

a {
  color: #f37217;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;
}

a:hover {
  color: #13387e;
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;
}

ul, ol {
  padding-left: 0;
}

ul,
li {
  list-style: none inside;
}

hr {
  margin: 30px 0 40px;
}

li {
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  color: #333333;
  margin-bottom: 44px;
  position: relative;
  padding-left: 35px;
}

li::after {
  background: url(../images/li-arrow.svg) no-repeat 0 0;
  position: absolute;
  left: 0;
  top: 11px;
  width: 16px;
  height: 16px;
}

li span {
  color: #f37217;
}

iframe {
  width: 100%;
  height: 100%;
}

.m-b-0 {
  margin-bottom: 0;
}

.container {
  margin: 0 auto;
}

.container.medium {
  max-width: 100%;
}

.container.semi-large {
  max-width: 100%;
}

.my-default, section,
header,
footer, .content-area, header .container nav ul.navbar-nav li .dropdown-menu li.nav-item, header .up-header, header .down-header, .banner-wrape, .member-benifite-slides, .about-us-wrape, .become-member-wrape, .network-coverage-wrape, .partner-area, .country-time-stamp, .copyright-area, .our-product-wrape .badge-wrape, .our-product-wrape .partner-section, .our-product-wrape .parter-wrape, .worldmap, form .form-group, .contact-area .section-title, .dispute-form-wrape {
  width: 100%;
  float: left;
}

.sprite, header .logo, header nav ul.navbar-nav li.nav-item a.nav-link.p-menu:after, header nav ul.navbar-nav li.nav-item .service-sub::before, header nav ul.navbar-nav li.nav-item .service-sub .box a .title::after, header nav ul.navbar-nav li.nav-item .service-sub .box a:hover .title::after {
  background: url("../images/sprite.svg") no-repeat 0 0;
  width: 10px;
  height: 10px;
  display: inline-block;
}

.flexCenter, .member-benifite-slides .owl-item .item span.icon, .partner-area .item a, .page-inner .page-banner-content ul, form .button-wrape {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* mixin start */
/* ===== modal style start =====*/
.modal-dialog {
  max-width: 60%;
}

.modal-dialog .modal-title {
  font-size: 26px;
  font-weight: 500;
}

.modal-dialog .modal-body {
  height: calc(100vh - 200px);
  overflow: auto;
}

.modal-dialog ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.modal-dialog ul.full-content li {
  width: 100%;
}

.modal-dialog ul.full-content ul {
  margin-top: 15px;
}

.modal-dialog ul li {
  margin-bottom: 10px;
  width: 50%;
  font-size: 18px;
  line-height: 1.5;
  padding-left: 30px;
}

.modal-dialog ul li::after {
  background-size: 14px;
  top: 6px;
}

/* ===== modal style end =====*/
/* ===== table ui style start ===== */
.dataTables_filter input, .dataTables_length input {
  padding: 10px;
}

.dataTables_filter select.form-control, .dataTables_length select.form-control {
  padding: 10px 20px 10px 10px !important;
}

.dataTables_wrapper {
  width: 100%;
  margin: 30px 0;
}

.dataTables_wrapper table.table-bordered {
  border-left: 1px solid #e0e0e0 !important;
  border-top: 1px solid #e0e0e0 !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.dataTables_wrapper table.table-bordered th, .dataTables_wrapper table.table-bordered td {
  border-bottom: 1px solid #e0e0e0 !important;
  border-right: 1px solid #e0e0e0 !important;
}

.dataTables_wrapper table.table-bordered th {
  background: #13387e;
  color: #ffffff;
  font-weight: 500;
}

.dataTables_wrapper table.table-bordered td {
  padding: 12px;
}

.dataTables_wrapper table.table-bordered td:last-child {
  font-size: 0;
}

.dataTables_wrapper table.table-bordered td a {
  font-size: 0;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 5px;
}

.dataTables_wrapper table.table-bordered td a i {
  position: absolute;
  background-size: 14px;
  width: 14px;
  height: 14px;
  top: 3px;
  left: 5px;
}

.dataTables_wrapper table.table-bordered td a i.bx-edit-alt {
  background: url(../images/edit.svg) no-repeat 0 0;
}

.dataTables_wrapper table.table-bordered td a i.bxs-x-circle {
  background: url(../images/delete.svg) no-repeat 0 0;
}

.dataTables_wrapper table.table-bordered td a:hover {
  border: 0px soild transparent;
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;
  -webkit-box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.21);
}

table.simple-table {
  border-left: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  width: 100%;
}

table.simple-table th {
  background: #13387e;
  color: #ffffff;
  padding: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 18px;
  font-weight: 500;
}

table.simple-table td {
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  padding: 2px 10px;
}

.pagination-area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0 30px;
  gap: 5px;
}

.pagination-area a.page-numbers {
  width: 36px;
  height: 36px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999999;
}

.pagination-area a.page-numbers.current {
  background-color: #f37217;
  color: #ffffff;
}

ul.pagination li.page-item {
  padding-left: 0;
  margin-bottom: 0;
}

ul.pagination li.page-item::after {
  display: none;
}

ul.pagination li.page-item a {
  width: 44px;
  height: 44px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #13387e;
}

ul.pagination li.page-item.active a {
  background: #f37217;
  color: #ffffff;
  border: 0;
}

ul.pagination li.page-item.previous a {
  background: url(../images/previous-arrow.svg) no-repeat 14px 11px;
  font-size: 0;
  border: 1px solid #cccccc;
  background-size: 18px;
}

ul.pagination li.page-item.next a {
  background: url(../images/next-arrow.svg) no-repeat 14px 11px;
  font-size: 0;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-size: 18px;
}

/* ===== table ui style end ===== */
.content-area {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 60px;
  padding-top: 60px;
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;
  overflow: hidden;
}

.content-area:hover {
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;
  -webkit-box-shadow: 0px 15px 59px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 15px 59px 0px rgba(0, 0, 0, 0.21);
  position: relative;
  z-index: 2;
}

.content-area:hover .right-img img, .content-area:hover .left-img img {
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;
  -webkit-box-shadow: 0px 41px 59px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 41px 59px 0px rgba(0, 0, 0, 0.21);
}

.content-area:hover .right-img img {
  left: -10px;
  top: -10px;
}

.content-area:hover .left-img img {
  right: -10px;
  top: -10px;
}

.content-area .right-img, .content-area .left-img {
  background: #f37217;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  max-width: 50%;
}

.content-area .right-img img, .content-area .left-img img {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  position: relative;
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;
  margin-bottom: 0;
  -webkit-box-shadow: 0px 21px 39px 0px rgba(13, 41, 94, 0.1);
  box-shadow: 0px 21px 39px 0px rgba(13, 41, 94, 0.1);
  border: 1px solid #ffffff;
}

.content-area .right-img {
  float: right;
  margin: 0 0 35px 35px;
}

.content-area .right-img img {
  left: 0;
  top: 0;
}

.content-area .left-img {
  float: left;
  margin: 0 35px 35px 0;
}

.content-area .left-img img {
  right: 0;
  top: 0;
}

.content-area:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.content-area:nth-child(2n + 2) {
  background: #ffffff;
}

.primary-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background: #13387e;
  text-transform: uppercase;
  line-height: 21px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border: 0;
  border-radius: 34px;
  -moz-border-radius: 34px;
  -webkit-border-radius: 34px;
  padding: 22px 35px;
  font-size: 26px;
  font-weight: 500;
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;
}

.primary-btn:hover {
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}

.primary-btn.small {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  padding: 15px 28px;
  font-size: 18px;
}

.primary-btn:hover {
  background: #f37217;
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;
}

.secoundry-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background: #13387e;
  text-transform: uppercase;
  line-height: 21px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border: 0;
  background: #f37217;
  border-radius: 34px;
  -moz-border-radius: 34px;
  -webkit-border-radius: 34px;
  padding: 22px 35px;
  font-size: 26px;
  font-weight: 500;
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;
}

.secoundry-btn:hover {
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}

.secoundry-btn:hover {
  background: #13387e;
  color: #ffffff;
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;
}

.secoundry-btn.small {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  padding: 15px 28px;
  font-size: 18px;
}

.white-btn, .member-details-area .attachment-btn, .member-details-area .setting-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background: #13387e;
  text-transform: uppercase;
  line-height: 21px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border: 0;
  background: #ffffff;
  color: #13387e;
  padding: 22px 35px;
  border-radius: 34px;
  -moz-border-radius: 34px;
  -webkit-border-radius: 34px;
  font-size: 26px;
  font-weight: 500;
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;
}

.white-btn:hover, .member-details-area .attachment-btn:hover, .member-details-area .setting-btn:hover {
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}

.white-btn.small, .member-details-area .small.attachment-btn, .member-details-area .small.setting-btn {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  padding: 15px 28px;
  font-size: 18px;
}

.white-btn:hover, .member-details-area .attachment-btn:hover, .member-details-area .setting-btn:hover {
  color: #f37217;
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;
}

/* mixin end */
.after-before, h2::after, li::after, .dataTables_wrapper table.table-bordered td a i, header nav ul.navbar-nav li.nav-item .service-sub .box a:hover:before, .member-benifite-slides .owl-item .item span.icon i, .about-us-wrape .load-more-btn::after, .network-coverage-wrape .container .fun-fact-inner-box .fun-fact-box .icon::after, .network-coverage-wrape .container .fun-fact-inner-box .fun-fact-box h3::after, footer .f-link a:after, footer .contact-detail h5::after, footer .contact-detail p.mail::after, footer .contact-detail p.phone::after, form .form-group.browse-file:after, form .form-group input[type=checkbox] + label:after, form .form-group input[type=checkbox] + label::before, .partner-dashboard .card .icon::after, .partner-dashboard .card p::after, .member-details-area .attachment-btn::after, .member-details-area .setting-btn::after {
  content: "";
  display: inline-block;
}

.mobile-header {
  display: none;
}

.ui-menu .ui-menu-item {
  list-style: none;
}

.ui-menu .ui-menu-item::marker {
  display: none;
}

.ui-menu .ui-menu-item::after {
  left: 11px;
  top: 14px;
  background-size: 80%;
}

.ui-menu .ui-menu-item-wrapper {
  font-size: 15px;
}

.ui-menu.ui-widget.ui-widget-content {
  max-height: 250px;
  overflow-y: auto;
}

/* header start */
header {
  position: relative;
  z-index: 4;
  -webkit-box-shadow: 0px 0 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.15);
}

header li.nav-item.mobile-show {
  display: none;
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

header .container nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .container nav ul.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .container nav ul.navbar-nav .wtc-logo {
  width: 394px;
  position: relative;
}

header .container nav ul.navbar-nav .wtc-logo a.navbar-brand {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
}

header .container nav ul.navbar-nav li {
  padding-left: 0;
}

header .container nav ul.navbar-nav li:hover a {
  border: 1px solid #ffffff;
  border-radius: 22px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
}

header .container nav ul.navbar-nav li:hover a + .dropdown-menu {
  z-index: 10;
  opacity: 1;
  top: 56px;
  -webkit-transition: all 0.25s ease-in-out 0.25s;
  transition: all 0.25s ease-in-out 0.25s;
  position: absolute;
}

header .container nav ul.navbar-nav li:hover a + .dropdown-menu a {
  background: #ffffff;
}

header .container nav ul.navbar-nav li:hover a:hover {
  color: #ffffff;
}

header .container nav ul.navbar-nav li::after {
  display: none;
}

header .container nav ul.navbar-nav li.border-active a.nav-link {
  border: 1px solid #ffffff;
  border-radius: 22px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
}

header .container nav ul.navbar-nav li a.nav-link {
  padding: 12px 19px;
  border: 1px solid transparent;
  line-height: 1;
}

header .container nav ul.navbar-nav li .dropdown-menu {
  display: inline-block;
  z-index: -10;
  width: 280px;
  right: 0;
  left: inherit;
  padding: 0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: hidden;
  padding-top: 2px;
  top: 100px;
  background: none;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out 0.25s;
  transition: all 0.25s ease-in-out 0.25s;
  position: fixed;
}

header .container nav ul.navbar-nav li .dropdown-menu li.nav-item {
  padding: 0;
  border-bottom: 1px solid #e0e0e0;
  background: #ffffff;
}

header .container nav ul.navbar-nav li .dropdown-menu li.nav-item a {
  border: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  color: #2d2e28;
  margin: 0;
  padding: 15px 25px;
}

header .container nav ul.navbar-nav li .dropdown-menu li.nav-item a:hover {
  color: #f37217;
}

header .container nav ul.navbar-nav li .dropdown-menu li.nav-item a.active {
  color: #ffffff;
  background: #f37217;
}

header .container nav ul.navbar-nav li .dropdown-menu li.nav-item:last-child a {
  border-bottom: 0;
}

header .container nav ul.navbar-nav li .dropdown-menu:hover {
  position: absolute;
}

header .container nav ul.navbar-nav li.wtc-logo {
  overflow: inherit;
}

header .container nav ul.navbar-nav li.wtc-logo a {
  z-index: 5;
}

header .container nav ul.navbar-nav li.wtc-logo a:hover {
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

header .up-header {
  background: #13387e;
  max-height: 67px;
  position: relative;
  z-index: 2;
}

header .down-header {
  background: #ffffff;
}

header .down-header .container ul.navbar-nav {
  float: left;
  width: 100%;
  display: block;
  padding-left: 40px;
}

header .down-header .container ul.navbar-nav li.nav-item {
  padding: 0;
}

header .down-header .container ul.navbar-nav li.nav-item:last-child {
  position: relative;
}

header .down-header .container ul.navbar-nav li.nav-item a.nav-link {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  color: #2d2e28;
  font-weight: 600;
  text-decoration: none;
  margin-left: 19px;
  margin-right: 19px;
}

header .down-header .container ul.navbar-nav li.nav-item a.nav-link.active {
  color: #f37217;
}

header .down-header .container ul.navbar-nav li.nav-item a.nav-link:hover {
  background: none;
  color: #f37217;
}

header .logo {
  float: left;
  background-position: -3px -192px;
  width: 164px;
  height: 42px;
}

header .btn.smallBtn {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background: #13387e;
  text-transform: uppercase;
  line-height: 21px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border: 0;
  width: 144px;
  padding: 12px 12px;
  font-size: 14px;
}

header .btn.smallBtn:hover {
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}

header nav {
  float: right;
  margin-top: 13px;
}

header nav ul.navbar-nav li.nav-item {
  float: left;
  margin-bottom: 0;
  position: relative;
  padding: 10px 0;
}

header nav ul.navbar-nav li.nav-item .option-item a {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  margin-left: 22px;
  margin-right: 22px;
}

header nav ul.navbar-nav li.nav-item a.nav-link {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;
  white-space: nowrap;
  margin-left: 22px;
  margin-right: 22px;
}

header nav ul.navbar-nav li.nav-item a.nav-link.active {
  color: #f37217;
}

header nav ul.navbar-nav li.nav-item a.nav-link.p-menu {
  position: relative;
  margin-right: 0;
  padding-right: 22px;
}

header nav ul.navbar-nav li.nav-item a.nav-link.p-menu:after {
  position: absolute;
  background-position: -458px -128px;
  width: 13px;
  height: 8px;
  top: 5px;
  right: 0;
}

header nav ul.navbar-nav li.nav-item:hover {
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;
}

header nav ul.navbar-nav li.nav-item:hover a + .service-sub {
  display: block;
}

header nav ul.navbar-nav li.nav-item .service-sub {
  display: none;
  position: absolute;
  left: 0;
  top: 20px;
  width: 590px;
  padding-top: 60px;
}

header nav ul.navbar-nav li.nav-item .service-sub::before {
  position: absolute;
  top: 40px;
  width: 24px;
  height: 21px;
  background-position: -564px -54px;
  z-index: 1;
  left: 50px;
}

header nav ul.navbar-nav li.nav-item .service-sub .inner {
  position: relative;
  background: #ffffff;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -webkit-box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.15);
          box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.15);
  padding: 10px 30px 18px;
  display: table;
}

header nav ul.navbar-nav li.nav-item .service-sub .inner::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: 70px;
  bottom: 0;
  top: calc(0% - 0px);
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 10px solid #fff;
  border-color: transparent transparent #fff #fff;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

header nav ul.navbar-nav li.nav-item .service-sub .box {
  float: left;
  max-width: 50%;
  padding-right: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
}

header nav ul.navbar-nav li.nav-item .service-sub .box:nth-child(2n) {
  padding-right: 0;
  padding-left: 13px;
}

header nav ul.navbar-nav li.nav-item .service-sub .box a {
  background: #ffffff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 17px;
  text-transform: none;
  position: relative;
}

header nav ul.navbar-nav li.nav-item .service-sub .box a .title {
  font-size: 18px;
  line-height: 19.5px;
  color: #f37217;
  font-weight: 500;
  margin-bottom: 5px;
}

header nav ul.navbar-nav li.nav-item .service-sub .box a .title::after {
  background-position: -187px -205px;
  width: 16px;
  height: 11px;
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;
  margin-left: 3px;
}

header nav ul.navbar-nav li.nav-item .service-sub .box a p {
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  font-weight: 400;
}

header nav ul.navbar-nav li.nav-item .service-sub .box a:hover {
  -webkit-box-shadow: 8px 8px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 8px 8px 25px rgba(0, 0, 0, 0.08);
}

header nav ul.navbar-nav li.nav-item .service-sub .box a:hover:before {
  position: absolute;
  width: 3px;
  height: 90%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #13387e;
  left: 0;
  top: 5%;
}

header nav ul.navbar-nav li.nav-item .service-sub .box a:hover .title {
  color: #13387e;
}

header nav ul.navbar-nav li.nav-item .service-sub .box a:hover .title::after {
  background-position: -170px -205px;
  width: 16px;
  height: 11px;
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;
}

header .get-in-touch {
  float: right;
}

header + .mobile-header-wrape {
  display: none;
}

/* header end */
/* banner start */
.banner-wrape .owl-dots {
  position: relative;
  top: -40px;
}

/* banner end */
/* member benefit start */
.member-benifite-slides {
  margin-top: 30px;
  overflow: hidden;
  margin-bottom: 60px;
}

.member-benifite-slides .container {
  max-width: 1433px;
}

.member-benifite-slides h2 {
  text-align: center;
}

.member-benifite-slides .owl-stage-outer {
  padding: 15px 0 175px;
}

.member-benifite-slides .owl-stage-outer .owl-stage {
  margin-top: 75px;
}

.member-benifite-slides .owl-item {
  padding: 15px;
  opacity: 0;
}

.member-benifite-slides .owl-item.active {
  opacity: 1;
}

.member-benifite-slides .owl-item.active.center .item {
  border-radius: 80px 80px 20px 20px;
  -moz-border-radius: 80px 80px 20px 20px;
  -webkit-border-radius: 80px 80px 20px 20px;
}

.member-benifite-slides .owl-item.active.center .item span.icon {
  left: 50%;
  margin-left: -76px;
}

.member-benifite-slides .owl-item.active.center + .owl-item.active .item {
  border-radius: 20px 220px 20px 20px;
  -moz-border-radius: 20px 220px 20px 20px;
  -webkit-border-radius: 20px 220px 20px 20px;
}

.member-benifite-slides .owl-item.active.center + .owl-item.active .item span.icon {
  right: 0;
  left: inherit;
}

.member-benifite-slides .owl-item .item {
  -webkit-box-shadow: 0px 41px 59px 0px rgba(13, 41, 94, 0.21);
  box-shadow: 0px 41px 59px 0px rgba(13, 41, 94, 0.21);
  background: #ffffff;
  border-radius: 220px 10px 20px 20px;
  -moz-border-radius: 220px 10px 20px 20px;
  -webkit-border-radius: 220px 10px 20px 20px;
  padding: 168px 39px 64px;
}

.member-benifite-slides .owl-item .item h3 {
  margin-bottom: 34px;
  text-transform: none;
  line-height: 1;
}

.member-benifite-slides .owl-item .item h3 a {
  font-size: 32px;
  line-height: 1.1;
  color: #2d2e28;
  font-weight: 600;
}

.member-benifite-slides .owl-item .item p {
  font-size: 22px;
  line-height: 30px;
  color: #2d2e28;
  font-weight: 400;
}

.member-benifite-slides .owl-item .item span.icon {
  width: 154px;
  height: 154px;
  -webkit-box-shadow: 0px 41px 111px 0px rgba(13, 41, 94, 0.21);
  box-shadow: 0px 41px 111px 0px rgba(13, 41, 94, 0.21);
  background: #ffffff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  left: 0;
  top: -30px;
}

.member-benifite-slides .owl-item .item span.icon i {
  width: 90px;
  height: 100px;
}

.member-benifite-slides .owl-item .item span.icon.event i {
  background: url(../images/member-network.svg) no-repeat;
}

.member-benifite-slides .owl-item .item span.icon.finance i {
  background: url(../images/member-finance.svg) no-repeat;
}

.member-benifite-slides .owl-item .item span.icon.help i {
  background: url(../images/member-skill.svg) no-repeat;
}

.member-benifite-slides .owl-item .item span.icon.professional-skill i {
  background: url(../images/member-professional-skill.svg) no-repeat;
}

.member-benifite-slides .owl-item .item span.icon.cargo i {
  background: url(../images/member-cargo-insurance.svg) no-repeat;
}

.member-benifite-slides .owl-item .item span.icon.pro-business i {
  background: url(../images/member-Prospective-Business.svg) no-repeat;
}

.member-benifite-slides .owl-item .item span.icon.environment-control i {
  background: url(../images/member-environment-control.svg) no-repeat;
}

.member-benifite-slides .owl-item .item span.icon.global-reach i {
  background: url(../images/member-global-reach.svg) no-repeat;
}

.member-benifite-slides .owl-item .item:hover {
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;
}

.member-benifite-slides .owl-item .item:hover span.icon {
  background: #13387e;
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;
}

.member-benifite-slides .owl-item .item:hover span.icon.event i {
  background: url(../images/member-network-white.svg) no-repeat;
}

.member-benifite-slides .owl-item .item:hover span.icon.finance i {
  background: url(../images/member-finance-white.svg) no-repeat;
}

.member-benifite-slides .owl-item .item:hover span.icon.help i {
  background: url(../images/member-skill-white.svg) no-repeat;
}

.member-benifite-slides .owl-item .item:hover span.icon.professional-skill i {
  background: url(../images/member-professional-skill-white.svg) no-repeat;
}

.member-benifite-slides .owl-item .item:hover span.icon.cargo i {
  background: url(../images/member-cargo-insurance-white.svg) no-repeat;
}

.member-benifite-slides .owl-item .item:hover span.icon.pro-business i {
  background: url(../images/member-Prospective-Business-white.svg) no-repeat;
}

.member-benifite-slides .owl-item .item:hover span.icon.environment-control i {
  background: url(../images/member-environment-control-white.svg) no-repeat;
}

.member-benifite-slides .owl-item .item:hover span.icon.global-reach i {
  background: url(../images/member-global-reach-white.svg) no-repeat;
}

/* member benefit end */
.owl-nav.disabled, .owl-nav {
  display: block !important;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 9;
  margin-top: -10px !important;
}

.owl-nav.disabled .owl-next, .owl-nav.disabled .owl-prev, .owl-nav .owl-next, .owl-nav .owl-prev {
  position: absolute;
  background: none !important;
}

.owl-nav.disabled .owl-next i, .owl-nav.disabled .owl-prev i, .owl-nav .owl-next i, .owl-nav .owl-prev i {
  background: url(../images/crousel-arrow-orange.svg) no-repeat 0 0;
  width: 20px;
  height: 20px;
  display: block;
}

.owl-nav.disabled .owl-next:hover, .owl-nav.disabled .owl-prev:hover, .owl-nav .owl-next:hover, .owl-nav .owl-prev:hover {
  background: none;
}

.owl-nav.disabled .owl-prev, .owl-nav .owl-prev {
  left: 0;
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;
}

.owl-nav.disabled .owl-prev i, .owl-nav .owl-prev i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.owl-nav.disabled .owl-prev:hover, .owl-nav .owl-prev:hover {
  left: 0px;
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;
}

.owl-nav.disabled .owl-next, .owl-nav .owl-next {
  right: 0;
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;
}

.owl-nav.disabled .owl-next:hover, .owl-nav .owl-next:hover {
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;
  right: 0px;
}

/* about us start */
.about-us-wrape {
  overflow: hidden;
  padding-bottom: 80px;
}

.about-us-wrape p {
  font-size: 22px;
  line-height: 36px;
  color: #333333;
  font-weight: 500;
}

.about-us-wrape .text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-us-wrape .load-more-btn {
  -webkit-box-shadow: 0px 18px 109px 0px rgba(13, 41, 94, 0.21);
  box-shadow: 0px 18px 109px 0px rgba(13, 41, 94, 0.21);
  padding: 20px 74px 20px 95px;
  font-size: 32px;
  line-height: 1.25;
  color: #13387e;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 39px;
  -moz-border-radius: 39px;
  -webkit-border-radius: 39px;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  position: relative;
}

.about-us-wrape .load-more-btn::after {
  position: absolute;
  background: url(../images/arrow-1.svg) no-repeat 0 0;
  width: 10px;
  height: 20px;
  left: 45px;
  top: 30px;
}

.about-us-wrape .load-more-btn:hover {
  background: #13387e;
  color: #ffffff;
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;
}

.about-us-wrape .load-more-btn:hover::after {
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;
  left: 55px;
}

/* about us end */
/* become member start */
.become-member-wrape {
  background: url(../images/become-member-bg.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 120px 0;
  margin-bottom: 115px;
  overflow: hidden;
}

.become-member-wrape h6, .become-member-wrape h2, .become-member-wrape p {
  text-align: center;
  color: #ffffff;
}

.become-member-wrape h2 {
  padding-bottom: 35px;
  margin-bottom: 45px;
}

.become-member-wrape h6 {
  color: #f37217;
  font-weight: 400;
  margin-bottom: 10px;
}

.become-member-wrape p {
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 500;
}

.become-member-wrape p a {
  color: #f37217;
}

.become-member-wrape p a:hover {
  color: #ffffff;
}

.become-member-wrape .overview-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 48px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.become-member-wrape .overview-btn a {
  margin: 0 10px;
  padding: 19px 22px 19px 22px;
}

/* become member end */
/* network coverage start */
.network-coverage-wrape {
  padding-bottom: 150px;
  overflow: hidden;
}

.network-coverage-wrape .container {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 115px 0px 0 20px;
}

.network-coverage-wrape .container .experience-content {
  width: 40%;
  padding-left: 18vw;
  padding-right: 30px;
}

.network-coverage-wrape .container .experience-content h3 {
  font-size: 58px;
  line-height: 55px;
  color: #f37217;
  font-weight: 600;
  margin-bottom: 30px;
}

.network-coverage-wrape .container .experience-content p {
  font-size: 22px;
  line-height: 36px;
  color: #333333;
  font-weight: 400;
}

.network-coverage-wrape .container .fun-fact-inner-box {
  width: 60%;
}

.network-coverage-wrape .container .fun-fact-inner-box .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
}

.network-coverage-wrape .container .fun-fact-inner-box .container .boxes {
  padding: 0 15px;
  width: 33.33%;
  text-align: center;
}

.network-coverage-wrape .container .fun-fact-inner-box .bg-wrape {
  position: absolute;
  right: 0;
  height: 61%;
  width: 100%;
  top: 0;
  border-radius: 20px 0 0 20px;
  background: #3865b8;
  background: linear-gradient(131deg, #3865b8 0%, #163f8b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3865b8",endColorstr="#163f8b",GradientType=1);
}

.network-coverage-wrape .container .fun-fact-inner-box .fun-fact-box {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 30px 20px;
  background: #ffffff;
  -webkit-box-shadow: 0px 18px 109px 0px rgba(13, 41, 94, 0.21);
  box-shadow: 0px 18px 109px 0px rgba(13, 41, 94, 0.21);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.network-coverage-wrape .container .fun-fact-inner-box .fun-fact-box .icon {
  width: 121px;
  height: 121px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-box-shadow: 0px 25px 32px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 25px 32px 0px rgba(0, 0, 0, 0.17);
  position: relative;
  background: #3865b8;
  background: linear-gradient(131deg, #3865b8 0%, #163f8b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3865b8",endColorstr="#163f8b",GradientType=1);
  margin-bottom: 47px;
}

.network-coverage-wrape .container .fun-fact-inner-box .fun-fact-box .icon::after {
  position: absolute;
  width: 67px;
  height: 80px;
  left: 27px;
  top: 18px;
}

.network-coverage-wrape .container .fun-fact-inner-box .fun-fact-box .icon.customer::after {
  background: url(../images/network-partner.svg) no-repeat 0 0;
}

.network-coverage-wrape .container .fun-fact-inner-box .fun-fact-box .icon.leadership::after {
  background: url(../images/network-world-wide.svg) no-repeat 0 0;
}

.network-coverage-wrape .container .fun-fact-inner-box .fun-fact-box .icon.advertising::after {
  background: url(../images/network-cities.svg) no-repeat 0 0;
}

.network-coverage-wrape .container .fun-fact-inner-box .fun-fact-box h3 {
  font-size: 60px;
  line-height: 55px;
  color: #f37217;
  font-weight: 500;
  width: 100%;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 20px;
}

.network-coverage-wrape .container .fun-fact-inner-box .fun-fact-box h3::after {
  position: absolute;
  width: 116px;
  height: 4px;
  background: #3865b8;
  background: linear-gradient(131deg, #3865b8 0%, #163f8b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3865b8",endColorstr="#163f8b",GradientType=1);
  left: 50%;
  bottom: 0;
  margin-left: -58px;
}

.network-coverage-wrape .container .fun-fact-inner-box .fun-fact-box p {
  font-size: 1.15rem;
  line-height: 1.5;
  color: #333333;
  font-weight: 300;
  text-transform: uppercase;
}

/* netowrk coverage end */
/* partner section start*/
.partner-area {
  margin-bottom: 90px;
}

.partner-area h2 {
  text-align: center;
}

.partner-area .item a {
  border: 1px solid #dcdbdb;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  height: 215px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.partner-area .item a img {
  max-width: 90%;
}

.partner-area .item a:hover {
  -webkit-box-shadow: 0px 31px 45px 0px rgba(13, 41, 94, 0.13);
  box-shadow: 0px 31px 45px 0px rgba(13, 41, 94, 0.13);
  background: #ffffff;
  border: 1px solid transparent;
}

.partner-area .owl-item {
  opacity: 0;
}

.partner-area .owl-item.active {
  opacity: 1;
}

.partner-area a.white-btn, .partner-area .member-details-area a.attachment-btn, .member-details-area .partner-area a.attachment-btn, .partner-area .member-details-area a.setting-btn, .member-details-area .partner-area a.setting-btn {
  display: table;
  text-transform: capitalize;
  padding: 24px 64px;
  margin: 20px auto;
  -webkit-box-shadow: 0px 18px 59px 0px rgba(13, 41, 94, 0.13);
  box-shadow: 0px 18px 59px 0px rgba(13, 41, 94, 0.13);
}

.partner-area a.white-btn:hover, .partner-area .member-details-area a.attachment-btn:hover, .member-details-area .partner-area a.attachment-btn:hover, .partner-area .member-details-area a.setting-btn:hover, .member-details-area .partner-area a.setting-btn:hover {
  background: #13387e;
  color: #ffffff;
}

/* partner section end*/
/* country time stamp start */
.country-time-stamp h2 {
  text-align: center;
}

.country-time-stamp .flagbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 58px;
  margin-bottom: 20px;
}

.country-time-stamp .flagbox-container .flaginner {
  border-right: 1px solid #b0b0b0;
  border-bottom: 1px solid #b0b0b0;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 45px 15px;
}

.country-time-stamp .flagbox-container .flaginner span {
  -webkit-box-shadow: 0px 3px 38px 0px rgba(13, 41, 94, 0.35);
  box-shadow: 0px 3px 38px 0px rgba(13, 41, 94, 0.35);
  border: 1px solid #ffffff;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  display: inline-block;
  width: 240px;
  height: auto;
  overflow: hidden;
  margin-bottom: 43px;
}

.country-time-stamp .flagbox-container .flaginner span img {
  width: 100%;
}

.country-time-stamp .flagbox-container .flaginner h5 {
  font-size: 30px;
  line-height: 42px;
  color: #13387e;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}

.country-time-stamp .flagbox-container .flaginner .flag-count {
  font-size: 50px;
  line-height: 62px;
  color: #f37217;
  font-weight: 300;
  text-align: center;
}

.country-time-stamp .flagbox-container .flaginner:nth-child(4), .country-time-stamp .flagbox-container .flaginner:nth-child(8) {
  border-right: 0;
}

.country-time-stamp .flagbox-container .flaginner:nth-child(5), .country-time-stamp .flagbox-container .flaginner:nth-child(6), .country-time-stamp .flagbox-container .flaginner:nth-child(7), .country-time-stamp .flagbox-container .flaginner:nth-child(8) {
  border-bottom: 0;
}

/* country time stamp end */
/*footer section start*/
footer {
  background: #0d2a62;
  position: relative;
  margin-top: 60px;
}

footer .go-top {
  background: #ffffff;
  width: 129px;
  height: 129px;
  position: absolute;
  border-radius: 65px;
  -moz-border-radius: 65px;
  -webkit-border-radius: 65px;
  right: 12%;
  top: -13%;
  cursor: pointer;
}

footer .go-top i {
  background: url(../images/up-arrow.svg) no-repeat 0 0;
  width: 19px;
  height: 37px;
  position: relative;
  display: inline-block;
  top: 41%;
  left: 41%;
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;
}

footer .go-top:hover i {
  top: 30%;
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;
}

footer .f-bg {
  position: relative;
  display: block;
  width: 100%;
}

footer .f-bg + .container {
  position: relative;
}

footer p {
  font-size: 21px;
  line-height: 36px;
  color: #d6e3fc;
  font-weight: 400;
  margin-bottom: 46px;
  margin-top: 40px;
}

footer h5 {
  font-size: 24px;
  line-height: 43px;
  color: #f37217;
  font-weight: 600;
}

footer .f-link {
  width: 33.33%;
  float: left;
}

footer .f-link li {
  margin-bottom: 0;
  padding-left: 0;
}

footer .f-link li::after {
  display: none;
}

footer .f-link a {
  position: relative;
  padding-left: 28px;
  font-size: 20px;
  line-height: 43px;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
}

footer .f-link a:after {
  position: absolute;
  left: 3px;
  top: 15px;
  background: url(../images/f-arrow.svg) no-repeat 0 0;
  width: 8px;
  height: 11px;
}

footer .contact-detail {
  border-left: 1px solid #133576;
  padding-left: 83px;
  height: 100%;
}

footer .contact-detail h5 {
  position: relative;
}

footer .contact-detail h5::after {
  background: url(../images/location.svg) no-repeat 0 0;
  width: 21px;
  height: 28px;
  position: absolute;
  left: -39px;
  top: 9px;
}

footer .contact-detail p {
  margin-top: 0;
  font-size: 20px;
  line-height: 1.25;
  color: #ffffff;
  font-weight: 400;
  position: relative;
}

footer .contact-detail p.mail::after {
  background: url(../images/mail.svg) no-repeat 0 0;
  width: 21px;
  height: 28px;
  position: absolute;
  left: -39px;
  top: 6px;
}

footer .contact-detail p.phone::after {
  background: url(../images/phone.svg) no-repeat 0 0;
  width: 21px;
  height: 28px;
  position: absolute;
  left: -39px;
  top: 2px;
}

footer .contact-detail a {
  font-size: 20px;
  line-height: 1.25;
  color: #ffffff;
  font-weight: 400;
}

footer .widget-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

footer .widget-social li {
  width: 52px;
  margin-right: 15px;
  padding-left: 0;
}

footer .widget-social li::after {
  display: none;
  padding-left: 0;
}

footer .widget-social li a img {
  -webkit-filter: invert(43%) sepia(0%) saturate(0%) hue-rotate(88deg) brightness(1000%) contrast(119%);
          filter: invert(43%) sepia(0%) saturate(0%) hue-rotate(88deg) brightness(1000%) contrast(119%);
}

footer .widget-social li a:hover img {
  -webkit-filter: invert(54%) sepia(36%) saturate(4924%) hue-rotate(354deg) brightness(100%) contrast(91%);
          filter: invert(54%) sepia(36%) saturate(4924%) hue-rotate(354deg) brightness(100%) contrast(91%);
}

/*footer section end*/
.copyright-area {
  background: #091c42;
  padding: 16px 0;
  border-top: 1px solid #133576;
  position: relative;
  bottom: 0;
  float: none;
  display: table;
}

.copyright-area p {
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}

/* inner page start */
.page-inner .page-banner-content {
  background: url(../images/about-us-banner.jpg) no-repeat center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 458px;
  background-size: cover;
  margin-bottom: 100px;
}

.page-inner .page-banner-content.about-us {
  background: url(../images/page-banner/about_us_banner.jpg) no-repeat center center;
}

.page-inner .page-banner-content.network-event {
  background: url(../images/page-banner/Network_event_banner.jpg) no-repeat center center;
}

.page-inner .page-banner-content.finance-protection-event {
  background: url(../images/page-banner/financial_Protection_banner.jpg) no-repeat center center;
}

.page-inner .page-banner-content.cargo-insurance-event {
  background: url(../images/page-banner/cargo_Insurance_banner.jpg) no-repeat center center;
}

.page-inner .page-banner-content.prospective-event {
  background: url(../images/page-banner/prospective_Business_banner.jpg) no-repeat center center;
}

.page-inner .page-banner-content.professional-skill-event {
  background: url(../images/page-banner/professional_skills_banner.jpg) no-repeat center center;
}

.page-inner .page-banner-content.ecpi-event {
  background: url(../images/page-banner/Environment-to-Control-and-Protect-Information_banner.jpg) no-repeat center center;
}

.page-inner .page-banner-content.global-reach-event {
  background: url(../images/page-banner/global-reach_banner.jpg) no-repeat center center;
}

.page-inner .page-banner-content.our-service-event {
  background: url(../images/page-banner/our-services-top-banner.jpg) no-repeat center center;
}

.page-inner .page-banner-content.our-product-event {
  background: url(../images/page-banner/our_products_banner.jpg) no-repeat center center;
}

.page-inner .page-banner-content.contact-event {
  background: url(../images/page-banner/contact_banner.jpg) no-repeat center center;
}

.page-inner .page-banner-content.partner-area_event {
  background: url(../images/page-banner/partner-area_banner.jpg) no-repeat center center;
}

.page-inner .page-banner-content h2 {
  text-align: center;
  font-size: 72px;
  line-height: 72px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}

.page-inner .page-banner-content ul {
  margin-bottom: 0;
}

.page-inner .page-banner-content ul li {
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 30px;
  margin-bottom: 0;
}

.page-inner .page-banner-content ul li::after {
  width: 7px;
  background-size: 26px;
  background-position: right;
  top: 10px;
}

.page-inner .page-banner-content ul li:first-child::after {
  display: none;
}

.page-inner .page-banner-content ul li a {
  color: #ffffff;
}

.our-product-wrape .badge-wrape {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 50px;
}

.our-product-wrape .badge-wrape .badge {
  width: 25%;
  padding: 20px;
}

.our-product-wrape .partner-section {
  margin: 30px 0 40px;
}

.our-product-wrape .parter-wrape {
  background: #f8ede4;
  padding: 25px 25px;
}

.our-product-wrape .parter-wrape:nth-child(2n + 1) {
  background: #ffffff;
}

.our-product-wrape .parter-wrape .img-wrape {
  float: left;
  margin-right: 20px;
  max-width: 220px;
  padding: 0 10px;
}

.our-product-wrape .parter-wrape h6 {
  color: #091c42;
  margin-bottom: 10px;
}

.our-product-wrape .parter-wrape p {
  margin-bottom: 10px;
}

.about-us-area {
  overflow: hidden;
}

.about-us-area img {
  margin-bottom: 60px;
}

.about-us-area .about-us-content h3 {
  font-size: 45px;
  line-height: 1.15;
  color: #13387e;
  font-weight: 600;
  margin-bottom: 45px;
  padding-right: 20px;
}

.about-us-area .about-us-content h3 span {
  color: #f37217;
}

.about-us-area + .country-time-stamp {
  margin-top: 150px;
}

.privacy-policy-area blockquote.blockquote, .terms-of-service-area blockquote.blockquote {
  width: 90%;
}

.privacy-policy-area blockquote.blockquote p, .terms-of-service-area blockquote.blockquote p {
  font-size: 24px;
  line-height: 35px;
  font-weight: 300;
}

.worldmap {
  z-index: 1;
  background: #f37217;
  background: linear-gradient(131deg, white 0%, #dddddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f37217",endColorstr="#0b327c",GradientType=1);
  height: 100vh;
  overflow: hidden;
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.worldmap svg {
  width: 90% !important;
  height: auto;
}

.worldmap canvas {
  position: absolute;
  right: -20%;
  width: 1000px;
  height: auto;
  bottom: -20%;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.login-area, .register-area {
  position: relative;
  width: 50%;
  z-index: 3;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-area.register-2, .register-area.register-2 {
  height: auto;
}

.login-area .login-form, .register-area .login-form {
  background: #ffffff;
  position: relative;
  padding: 0px 30px;
  height: 100%;
}

.login-area .login-form h2, .register-area .login-form h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 36px;
  line-height: 1.15;
  color: #13387e;
  font-weight: 600;
}

.login-area .login-form .lost-your-password-wrap, .register-area .login-form .lost-your-password-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.login-area .register-form, .register-area .register-form {
  background: #ffffff;
  position: relative;
  display: table;
  margin: 60px auto;
  width: 100%;
  left: 0;
  padding: 20px 30px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

.login-area .register-form h2, .register-area .register-form h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  line-height: 1.15;
  color: #13387e;
  font-weight: 600;
}

.login-area .register-form .button-wrape, .register-area .register-form .button-wrape {
  margin-bottom: 55px;
}

.auth-seprator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-shadow: inset 0px 0 30px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0 30px rgba(0, 0, 0, 0.15);
  margin-bottom: 0;
  overflow: hidden;
  width: 100%;
  display: flex;
}

.auth-seprator .worldmap {
  width: 60%;
}

.auth-seprator .find-partners {
  width: 40%;
}

.auth-seprator .find-partners .container {
  padding: 0;
}

.auth-seprator .find-partners .register-form .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 30px;
}

.auth-seprator .find-partners .register-form .nav-tabs li {
  margin-bottom: 0;
  padding-left: 0;
}

.auth-seprator .find-partners .register-form .nav-tabs li::after {
  display: none;
}

.auth-seprator .find-partners .register-form .nav-tabs li a {
  white-space: nowrap;
  font-size: 20px;
  line-height: 1.15;
  color: #596977;
  font-weight: 500;
  padding: 20px 30px;
}

.auth-seprator .find-partners .register-form .nav-tabs li a.active {
  color: #f37217;
}

.auth-seprator .find-partners .no-result {
  margin-bottom: 15px;
}

.auth-seprator .find-partners .no-result img {
  width: 80%;
  max-width: 800px;
}

.auth-seprator.wtc_fullwidth {
  width: 90%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;
  margin: auto;
  float: none;
}

.auth-seprator.wtc_fullwidth .worldmap {
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;
}

.auth-seprator.wtc_fullwidth .find-partners {
  width: 100%;
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
  background: #ffffff;
}

.auth-seprator.wtc_fullwidth .find-partners .container {
  width: 100%;
  max-width: 100%;
}

.auth-seprator.wtc_fullwidth .find-partners .container .register-form {
  margin-top: 20px;
  margin-bottom: 0;
}

.auth-seprator.wtc_fullwidth .find-partners .container .register-form .col-md-6 {
  width: calc((100% / 4) - 70px);
}

.auth-seprator.wtc_fullwidth .find-partners .container .register-form .col-md-12 {
  width: 270px;
}

.auth-seprator.wtc_fullwidth .find-partners .container .register-form .col-md-12 .button-wrape {
  border: 0;
  padding: 0;
  margin-top: 0;
}

.auth-seprator.wtc_fullwidth .find-partners .events-schedules-table {
  width: 100%;
  padding: 0 40px;
}

.auth-seprator.wtc_fullwidth .find-partners .events-schedules-table table {
  width: 100%;
}

.auth-seprator.wtc_fullwidth .find-partners .events-schedules-table table .m-id {
  width: 5%;
  max-width: 50px;
}

.auth-seprator.wtc_fullwidth .find-partners .events-schedules-table table .m-six-colomn {
  width: 55%;
  max-width: 550px;
}

.auth-seprator.wtc_fullwidth .find-partners .events-schedules-table table .m-country-name {
  width: 20%;
  width: 200px;
}

.auth-seprator.wtc_fullwidth .find-partners .events-schedules-table table .m-partner {
  width: 10%;
  max-width: 100px;
}

.auth-seprator.wtc_fullwidth .find-partners .events-schedules-table table .m-office-type {
  width: 10%;
  max-width: 100px;
}

.auth-seprator.wtc_fullwidth .find-partners .events-schedules-table img {
  /*max-width: 100px;*/
}

.auth-seprator.wtc_fullwidth .find-partners .events-schedules-table + .events-schedules-table table tr:first-child {
  display: none;
}

.auth-seprator.login .worldmap {
  background: url(../images/login-bg.jpg);
}

.auth-seprator.registers .worldmap {
  background: url(../images/register-bg.jpg);
}

.auth-seprator.find-your-business .worldmap {
  background: url(../images/find_your_business.jpg);
  background-size: cover;
}

.items-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.items-center p {
  margin-bottom: 0;
}

form .form-group {
  position: relative;
}

form .form-group label.error {
  position: absolute;
  bottom: 5px;
  left: 0;
  color: red;
  font-size: 12px;
  width: 100%;
  padding: 0 15px;
}

form .form-group label.form-label {
  font-weight: 500;
}

form .form-group.browse-file {
  position: relative;
}

form .form-group.browse-file:after {
  position: absolute;
  left: 0;
  bottom: 26px;
  padding: 15px 30px;
  background: #13387e;
  border-radius: 28px;
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #ffffff;
  content: "Browse";
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

form .form-group p {
  font-size: 18px;
  margin-bottom: 5px;
}

form .form-group .form-control, form .form-group .form-select {
  padding: 15px 20px;
  margin-bottom: 25px;
  border-radius: 28px;
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
}

form .form-group .form-control + div, form .form-group .form-select + div {
  margin-bottom: 25px;
}

form .form-group input[type=checkbox] {
  opacity: 0;
  display: none;
}

form .form-group input[type=checkbox] + label {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  line-height: 1.15;
  color: #2d2e28;
  font-weight: 500;
  margin-bottom: 20px;
}

form .form-group input[type=checkbox] + label:after {
  position: absolute;
  left: 0;
  top: 2px;
  border: 2px solid #13387e;
  width: 14px;
  height: 14px;
}

form .form-group input[type=checkbox] + label::before {
  position: absolute;
  left: 3px;
  top: 1px;
  background: url(../images/checked.svg) no-repeat 0 0;
  width: 18px;
  height: 12px;
  display: none;
}

form .form-group input[type=checkbox]:checked + label::after {
  border-color: #f37217;
}

form .form-group input[type=checkbox]:checked + label::before {
  display: block;
}

form .button-wrape {
  border-top: 1px solid #ced4da;
  margin-top: 20px;
  padding: 20px 0 5px;
  width: 100%;
}

form .button-wrape button {
  margin: 0 10px;
}

.contact-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 0 100px;
}

.contact-area .container {
  max-width: 100%;
}

.contact-area .section-title {
  text-align: center;
  margin-bottom: 25px;
}

.contact-area .section-title span {
  color: #f37217;
  font-size: 18px;
  font-weight: 500;
}

.contact-area .map-and-detail-wrape {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 20px;
}

.contact-area .map-and-detail-wrape .map {
  width: 65%;
  height: auto;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  overflow: hidden;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0px 41px 59px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 41px 59px 0px rgba(0, 0, 0, 0.21);
}

.contact-area .map-and-detail-wrape .contact-detail {
  width: 35%;
  padding: 30px 0 30px 30px;
}

.contact-area .map-and-detail-wrape .contact-detail .contact-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  border-radius: 0 20px 20px 0;
  border: 1px solid #d5d5d5;
  border-left: 5px solid #f37217;
}

.contact-area .map-and-detail-wrape .contact-detail .contact-address li {
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 0;
  padding: 20px 30px 20px 50px;
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;
}

.contact-area .map-and-detail-wrape .contact-detail .contact-address li h4 {
  font-size: 24px;
  line-height: 1.15;
  color: #13387e;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-area .map-and-detail-wrape .contact-detail .contact-address li a, .contact-area .map-and-detail-wrape .contact-detail .contact-address li span {
  font-size: 18px;
  line-height: 1.15;
  color: #2d2e28;
  font-weight: 400;
}

.contact-area .map-and-detail-wrape .contact-detail .contact-address li a .cnt-flag, .contact-area .map-and-detail-wrape .contact-detail .contact-address li span .cnt-flag {
  width: 100%;
  margin-bottom: 10px;
}

.contact-area .map-and-detail-wrape .contact-detail .contact-address li a .cnt-flag img, .contact-area .map-and-detail-wrape .contact-detail .contact-address li span .cnt-flag img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #d5d5d5;
  margin-right: 5px;
}

.contact-area .map-and-detail-wrape .contact-detail .contact-address li a:hover, .contact-area .map-and-detail-wrape .contact-detail .contact-address li span:hover {
  color: #f37217;
}

.contact-area .map-and-detail-wrape .contact-detail .contact-address li::after {
  display: none;
}

.contact-area .map-and-detail-wrape .contact-detail .contact-address li:last-child {
  border-bottom: 0;
}

.contact-area .map-and-detail-wrape .contact-detail .contact-address li:hover {
  -webkit-box-shadow: 0px 41px 59px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 41px 59px 0px rgba(0, 0, 0, 0.21);
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;
}

.contact-area .map-and-detail-wrape .contact-detail .contact-address li:hover h4 {
  color: #f37217;
}

.contact-page-table-wrape .section-title .secoundry-btn {
  padding-left: 50px;
  position: relative;
  float: right;
}

.contact-page-table-wrape .section-title .secoundry-btn i.bx-user-plus {
  background: url(../images/add-icon.svg) no-repeat 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 20px;
  top: 16px;
  display: inline-block;
}

.partner-dashboard {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}

.partner-dashboard .container {
  max-width: 80%;
}

.partner-dashboard .bg-wrape {
  position: absolute;
  right: 0;
  height: 62%;
  width: 91%;
  top: 18%;
  border-radius: 20px 0 0 20px;
  background: #3865b8;
  background: linear-gradient(131deg, #3865b8 0%, #163f8b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3865b8",endColorstr="#163f8b",GradientType=1);
}

.partner-dashboard .card {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 140px 20px 60px;
  background: #ffffff;
  -webkit-box-shadow: 0px 18px 109px 0px rgba(13, 41, 94, 0.21);
  box-shadow: 0px 18px 109px 0px rgba(13, 41, 94, 0.21);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.partner-dashboard .card .icon {
  width: 151px;
  height: 151px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-box-shadow: 0px 25px 32px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 25px 32px 0px rgba(0, 0, 0, 0.17);
  position: absolute;
  top: -76px;
  background: #ffffff;
  margin-bottom: 47px;
}

.partner-dashboard .card .icon::after {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 35px;
  top: 35px;
  background-size: 100%;
}

.partner-dashboard .card .icon.bx-user-plus::after {
  background: url(../images/profile-management.svg) no-repeat 0 0;
}

.partner-dashboard .card .icon.bx-group::after {
  background: url(../images/contact-management.svg) no-repeat 0 0;
}

.partner-dashboard .card .icon.bx-cog::after {
  background: url(../images/company-services.svg) no-repeat 0 0;
}

.partner-dashboard .card .icon.bx-support::after {
  background: url(../images/dispute-form.svg) no-repeat 0 0;
}

.partner-dashboard .card p {
  font-size: 36px;
  line-height: 45px;
  color: #13387e;
  font-weight: 600;
  width: 100%;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.partner-dashboard .card p span {
  width: 100%;
  display: block;
  color: #f37217;
}

.partner-dashboard .card p::after {
  position: absolute;
  width: 116px;
  height: 4px;
  background: #3865b8;
  background: linear-gradient(131deg, #3865b8 0%, #163f8b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3865b8",endColorstr="#163f8b",GradientType=1);
  left: 50%;
  bottom: 0;
  margin-left: -58px;
}

.back-all-event {
  padding-left: 20px;
  position: relative;
}

.back-all-event i.bx-chevron-left {
  background: url(../images/previous-arrow.svg) no-repeat 0 0;
  width: 13px;
  height: 12px;
  display: inline-block;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 5px;
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;
}

.back-all-event:hover {
  color: #13387e;
}

.back-all-event:hover i.bx-chevron-left {
  left: -8px;
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;
}

.member-details-area {
  margin: 70px 0;
  overflow: hidden;
}

.member-details-area .attachment-btn, .member-details-area .setting-btn {
  font-size: 16px;
  line-height: 24px;
  color: #13387e;
  font-weight: 500;
  text-transform: capitalize;
  padding-left: 70px;
  position: relative;
  border: 1px solid #ced4da;
}

.member-details-area .attachment-btn::after, .member-details-area .setting-btn::after {
  position: absolute;
  background: url(../images/pdf-icon.svg) no-repeat 0 0;
  width: 26px;
  height: 26px;
  left: 29px;
  top: 21px;
  background-size: 100%;
}

.member-details-area .setting-btn::after {
  background: url(../images/setting.svg) no-repeat 0 0;
}

.member-details-area .member-table {
  border: 1px solid #ced4da;
  margin-bottom: 30px;
}

.member-details-area .member-table .member-row {
  border-bottom: 1px solid #ced4da;
  font-size: 14px;
  padding: 10px;
}

.member-details-area .member-table .member-row p {
  font-size: 15px;
  line-height: 24px;
  color: #2d2e28;
  font-weight: 400;
}

.member-details-area .member-table .member-row p:last-child {
  margin-bottom: 0;
}

.member-details-area .member-table .member-row:last-child {
  border-bottom: 0;
}

.member-details-area .member-table .member-row a.attachment-btn {
  padding: 0 0 0 35px;
  border: 0;
}

.member-details-area .member-table .member-row a.attachment-btn b {
  font-weight: 400;
}

.member-details-area .member-table .member-row a.attachment-btn:after {
  top: 0;
  left: 0;
}

.member-details-area .member-table .member-row a.attachment-btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.member-details-area hr {
  margin: 0px 0 30px;
}

.member-details-area p {
  font-size: 18px;
  line-height: 30px;
  color: #2d2e28;
  font-weight: 400;
}

.member-details-area h3 {
  font-size: 28px;
  line-height: 30px;
  color: #13387e;
  font-weight: 600;
}

.member-details-area h3 span {
  font-size: 18px;
}

.member-details-area h4 {
  font-size: 24px;
  line-height: 30px;
  color: #13387e;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ced4da;
}

.member-details-area .member-details {
  padding-right: 20px;
}

.member-details-area .member-details-image {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #ced4da;
  margin: 0 0 30px;
}

.member-details-area .member-details-image img {
  width: 100%;
}

.member-details-area .member-details-image.partner-logo {
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.member-details-area .member-details-image.partner-logo img {
  max-width: 200px;
}

.member-details-area .widget-area {
  padding: 20px 25px 20px;
  -webkit-box-shadow: 0px 5px 19px 0px rgba(13, 41, 94, 0.15);
  box-shadow: 0px 5px 19px 0px rgba(13, 41, 94, 0.15);
  background: #ffffff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  margin: 20px 0 30px;
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;
}

.member-details-area .widget-area#secondary {
  border-left: 3px solid #13387e;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.member-details-area .widget-area:hover {
  -webkit-box-shadow: 0px 15px 39px 0px rgba(13, 41, 94, 0.21);
  box-shadow: 0px 15px 39px 0px rgba(13, 41, 94, 0.21);
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;
}

.member-details-area .widget_event_details ul li {
  padding-left: 0;
  font-size: 18px;
  line-height: 30px;
  color: #2d2e28;
  font-weight: 400;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.member-details-area .widget_event_details ul li span {
  font-weight: 500;
  width: 145px;
  display: inline-block;
  line-height: 1.25;
}

.member-details-area .widget_event_details ul li a {
  color: #2d2e28;
}

.member-details-area .widget_event_details ul li::after {
  display: none;
}

.register-area.register-2.wtc_fullwidth {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;
  margin: auto;
  float: none;
}

.register-area.register-2.wtc_fullwidth .worldmap {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100vh;
  -webkit-transition: all 0.15s ease-in-out 0.15s;
  transition: all 0.15s ease-in-out 0.15s;
}

.register-area.register-2.wtc_fullwidth .container {
  position: relative;
  z-index: 3;
}

.register-area.register-2.wtc_fullwidth .container h2 {
  width: 100%;
}

.register-area.register-2.wtc_fullwidth .container .register-form {
  padding: 10px;
}

.register-area.register-2.wtc_fullwidth .container .register-form form {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dispute-form-wrape {
  padding-top: 50px;
  padding-bottom: 50px;
}

.dispute-form-wrape form .form-group p {
  margin-bottom: 44px;
}

.register-form h2 {
  font-size: 38px;
}

.avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-preview #imagePreview {
  height: 100%;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}

.about-us-area > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.about-us-area > div.content-area {
  border-radius: 0;
}

.auth-seprator .register-area.find-partners {
  width: 100%;
}

.our-product-wrape.partner-area .item a {
  margin-top: 0;
  margin-bottom: 20px;
}

/* inner page end */
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.cnt-flag.custom-mb {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.become-partner-wrape {
  background: url(../images/becode-partner-bg.jpg) left bottom no-repeat;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90vh;
}

.become-partner-wrape .login-area {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  height: auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 15px;
}

.well-done-wrape {
  background: url(../images/reg-success-bg-1.jpg) left bottom no-repeat;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90vh;
}

.well-done-wrape .login-area {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  height: auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 15px;
}

.register-success-bg.well-done-wrape .container {
  position: relative;
  top: 110px;
}

.border11 {
  border-bottom: 1px solid #efefef;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1800px) {
  .partner-dashboard .container {
    max-width: 95%;
  }
  .partner-dashboard .container .card {
    padding: 140px 13px 60px;
  }
  .partner-dashboard .container .card .card-body {
    padding: 1rem 0.3rem;
  }
  .partner-dashboard .container .card p {
    font-size: 28px;
    line-height: 36px;
  }
  .partner-dashboard .container .card .icon {
    width: 101px;
    height: 101px;
    top: -46px;
  }
  .partner-dashboard .container .card .icon::after {
    width: 50px;
    height: 80px;
    left: 25px;
    top: 25px;
  }
  .network-coverage-wrape .container .experience-content {
    padding-left: 10%;
  }
  .auth-seprator .worldmap {
    width: 50%;
  }
  .auth-seprator .find-partners {
    width: 50%;
  }
  .auth-seprator .find-partners .register-form .nav-tabs li a {
    padding: 20px 15px;
    font-size: 18px;
  }
}

@media screen and (max-width: 1650px) {
  /* default style responsive start */
  h1 {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 35px;
  }
  h2 {
    font-size: 46px;
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 35px;
  }
  h2::after {
    width: 223px;
    height: 3px;
    background: #f37217;
    left: 50%;
    margin-left: -111px;
    bottom: 0;
  }
  h2.center {
    text-align: center;
  }
  h3 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  h3 span {
    color: #f37217;
  }
  h4 {
    font-size: 42px;
    line-height: 60px;
    color: #13387e;
    font-weight: 400;
    margin-bottom: 40px;
  }
  h5 {
    font-size: 35px;
    font-weight: 500;
    color: #f37217;
    position: relative;
    margin-bottom: 25px;
  }
  h6 {
    font-size: 24px;
    line-height: 35px;
    color: #13387e;
    font-weight: 500;
    margin-bottom: 25px;
  }
  p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #333333;
    margin-bottom: 25px;
  }
  p span {
    color: #f37217;
  }
  p + h5 {
    margin-top: 10px;
  }
  p.small {
    font-size: 13px;
    opacity: 0.7;
  }
  blockquote.blockquote {
    background: #13387e;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    display: table;
    margin: 10px auto 30px;
    padding: 15px 10px;
    text-align: center;
    width: 75%;
  }
  blockquote.blockquote p {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
  }
  blockquote.blockquote p span {
    font-weight: 500;
  }
  hr {
    margin: 20px 0 30px;
  }
  li {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #333333;
    margin-bottom: 34px;
    position: relative;
    padding-left: 35px;
  }
  li span {
    color: #f37217;
  }
  .container {
    margin: 0 auto;
  }
  .container.medium {
    max-width: 100%;
  }
  .container.semi-large {
    max-width: 100%;
  }
  .secoundry-btn {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    padding: 19px 32px;
  }
  .primary-btn {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    padding: 19px 32px;
  }
  .white-btn, .member-details-area .attachment-btn, .member-details-area .setting-btn {
    font-size: 20px;
    line-height: 30px;
    color: #13387e;
    font-weight: 500;
    padding: 19px 32px;
  }
  /* default style responsive end */
  /* page inner style start */
  .page-inner .page-banner-content {
    height: 358px;
    margin-bottom: 80px;
  }
  .page-inner .page-banner-content h2 {
    font-size: 52px;
    line-height: 52px;
    margin-bottom: 25px;
  }
  /* page inner style end */
  /* country time stamp start */
  .country-time-stamp .flagbox-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 38px;
    margin-bottom: 10px;
  }
  .country-time-stamp .flagbox-container .flaginner {
    width: 25%;
    padding: 25px 8px;
  }
  .country-time-stamp .flagbox-container .flaginner span {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    width: 180px;
    height: auto;
    overflow: hidden;
    margin-bottom: 25px;
  }
  .country-time-stamp .flagbox-container .flaginner span img {
    width: 100%;
  }
  .country-time-stamp .flagbox-container .flaginner h5 {
    font-size: 22px;
    line-height: 1.5;
  }
  .country-time-stamp .flagbox-container .flaginner .flag-count {
    font-size: 34px;
    line-height: 1.5;
  }
  /* country time stamp end */
  /* footer style start */
  footer .go-top {
    width: 109px;
    height: 109px;
    right: 17%;
  }
  footer .container {
    padding: 0 30px;
  }
  footer .container .contact-detail p {
    font-size: 15px;
  }
  footer .container .contact-detail a {
    font-size: 15px;
  }
  footer .container p {
    font-size: 15px;
    line-height: 1.5;
  }
  footer .container h5 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  footer .container .f-link li {
    font-size: 16px;
  }
  footer .container .f-link li a {
    font-size: 16px;
    padding-left: 20px;
  }
  /* footer style end */
  /* about us style start */
  .about-us-wrape .load-more-btn {
    padding: 20px 54px 20px 75px;
  }
  .about-us-wrape .load-more-btn::after {
    left: 42px;
    top: 27px;
  }
  /* about us style end */
  /* network area style start */
  .network-coverage-wrape .container {
    padding-left: 15px;
    padding-right: 0;
  }
  .network-coverage-wrape .container .experience-content {
    width: 30%;
    padding-left: 0;
  }
  .network-coverage-wrape .container .experience-content h3 {
    font-size: 48px;
  }
  .network-coverage-wrape .container .fun-fact-inner-box {
    width: 70%;
  }
  .network-coverage-wrape .container .fun-fact-inner-box .bg-wrape {
    height: 75%;
  }
  .network-coverage-wrape .container .fun-fact-inner-box .container .boxes {
    padding: 0 10px;
  }
  .network-coverage-wrape .container .fun-fact-inner-box .fun-fact-box {
    padding: 30px 15px;
  }
  .network-coverage-wrape .container .fun-fact-inner-box .fun-fact-box h3 {
    font-size: 50px;
    padding-bottom: 30px;
  }
  .network-coverage-wrape .container .fun-fact-inner-box .fun-fact-box p {
    font-size: 18px;
    font-weight: 400;
  }
  /* network area style end */
  /* member benefit style start */
  .member-benifite-slides .owl-item.active .item {
    border-radius: 150px 20px 20px 20px;
    -moz-border-radius: 150px 20px 20px 20px;
    -webkit-border-radius: 150px 20px 20px 20px;
  }
  .member-benifite-slides .owl-item.active .item span.icon {
    width: 124px;
    height: 124px;
  }
  .member-benifite-slides .owl-item.active .item span.icon i {
    background-size: 100%;
    width: 60px;
    height: 70px;
  }
  .member-benifite-slides .owl-item.active.center.active .item {
    border-radius: 150px 150px 20px 20px;
    -moz-border-radius: 150px 150px 20px 20px;
    -webkit-border-radius: 150px 150px 20px 20px;
  }
  .member-benifite-slides .owl-item.active.center.active + .owl-item.active .item {
    border-radius: 20px 150px 20px 20px;
    -moz-border-radius: 20px 150px 20px 20px;
    -webkit-border-radius: 20px 150px 20px 20px;
  }
  /* member benefit style end */
}

:focus {
  outline: 0;
  color: inherit;
  border: 0;
}

@media screen and (max-width: 1570px) {
  .contact-page-table-wrape .section-title .secoundry-btn {
    line-height: 1.25;
  }
}

@media screen and (max-width: 1368px) {
  /* default style start */
  .about-us-wrape .load-more-btn {
    font-size: 24px;
    padding: 15px 44px 15px 65px;
  }
  .about-us-wrape .load-more-btn::after {
    left: 38px;
    top: 21px;
  }
  /* default style end */
  /* header style start */
  header .down-header .container ul.navbar-nav {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1100px;
    padding-left: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  header .container nav ul.navbar-nav li.nav-item a.nav-link {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 13px;
    padding: 10px 17px;
  }
  header .container nav ul.navbar-nav li.nav-item.wtc-logo {
    width: 365px;
  }
  /* header style end */
  /* member benefit style start */
  .member-benifite-slides .owl-item.active .item {
    padding: 158px 25px 64px;
  }
  /* member benefit style end */
  /* network area style start */
  .network-coverage-wrape .container .fun-fact-inner-box .fun-fact-box .icon {
    width: 100px;
    height: 100px;
    margin-bottom: 35px;
  }
  .network-coverage-wrape .container .fun-fact-inner-box .fun-fact-box .icon::after {
    width: 47px;
    height: 60px;
    top: 24px;
  }
  /* network area style end */
  .copyright-area {
    padding: 16px 0;
  }
  .copyright-area p {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 1300px) {
  .partner-area a.white-btn, .partner-area .member-details-area a.attachment-btn, .member-details-area .partner-area a.attachment-btn, .partner-area .member-details-area a.setting-btn, .member-details-area .partner-area a.setting-btn, .partner-area .member-details-area a.attachment-btn, .member-details-area .partner-area a.attachment-btn {
    padding: 15px 60px;
  }
  /* network area style start */
  .network-coverage-wrape {
    margin-bottom: 50px;
  }
  .network-coverage-wrape .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 15px;
    padding-bottom: 60px;
  }
  .network-coverage-wrape .container .experience-content {
    width: 100%;
  }
  .network-coverage-wrape .container .fun-fact-inner-box {
    width: 100%;
  }
  .network-coverage-wrape .container .fun-fact-inner-box .bg-wrape {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
  }
  /* network area style end */
  /* member benefit style start */
  .member-benifite-slides .container {
    max-width: inherit;
    overflow: hidden;
  }
  .member-benifite-slides .container .owl-stage-outer .owl-stage {
    max-width: 100%;
  }
  .member-benifite-slides .container .owl-stage-outer .owl-stage .owl-item {
    display: block;
    opacity: 1;
  }
  .member-benifite-slides .container .owl-stage-outer .owl-stage .owl-item .item {
    padding: 220px 30px 20px 30px;
  }
  .member-benifite-slides .container .owl-stage-outer .owl-stage .owl-item .item h3 a {
    font-size: 30px;
  }
  /* member benefit style end */
  /* partner dashboard style start */
  .partner-dashboard .container {
    width: 85%;
  }
  .partner-dashboard .container .bg-wrape {
    width: 97%;
  }
  .partner-dashboard .container div.box[class*='col-'] {
    width: 50%;
    margin-bottom: 80px;
  }
  /* partner dashboard style end */
  /* auth style start */
  .auth-seprator {
    display: block;
  }
  .auth-seprator .worldmap {
    width: 100%;
    position: absolute;
  }
  .auth-seprator .worldmap canvas {
    width: 120%;
    height: auto;
    bottom: -60px;
  }
  .auth-seprator .login-area .login-form .from-scroll {
    height: auto;
  }
  .auth-seprator .login-area .login-form, .auth-seprator .register-area .login-form {
    background: #ffffff;
    position: relative;
    display: block;
    margin: 60px auto;
    width: 100%;
    left: 0;
    padding: 20px 30px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
  }
  .auth-seprator .register-area, .auth-seprator .login-area {
    width: 85%;
    margin: auto;
    display: block;
  }
  .auth-seprator .login-area .register-form, .auth-seprator .register-area .register-form {
    display: block;
  }
  .auth-seprator .from-scroll {
    overflow-y: auto;
    height: 49vh;
    overflow-x: hidden;
  }
  /* auth style end */
  .auth-seprator.wtc_fullwidth .find-partners .container .register-form .col-md-6 {
    width: 33.33%;
  }
  .button-wrape button {
    padding-left: 0;
    padding-right: 0;
  }
  .search-details-tabs .button-wrape {
    padding: 0;
  }
  .search-details-tabs .button-wrape .secoundry-btn.small {
    padding: 13px 28px 14px;
    margin: 0;
  }
  .tab-content .button-wrape {
    padding-top: 20px;
  }
  .auth-seprator.wtc_fullwidth .find-partners .container .register-form .col-md-12 .button-wrape {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .contact-area .map-and-detail-wrape .contact-detail .contact-address li {
    padding: 20px 20px 20px 30px;
  }
  header .down-header .container ul.navbar-nav {
    padding-left: 0;
    width: 980px;
  }
  header .down-header .container ul.navbar-nav li.nav-item a.nav-link {
    margin-left: 7px;
    margin-right: 7px;
  }
}

@media screen and (max-width: 999px) {
  .contact-area .map-and-detail-wrape {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .contact-area .map-and-detail-wrape .contact-detail {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .contact-area .map-and-detail-wrape .contact-detail .contact-address {
    border-radius: 15px;
    border-left: 1px solid #d5d5d5;
  }
  .contact-area .map-and-detail-wrape .map {
    width: 100%;
    height: 450px;
  }
  .auth-seprator.wtc_fullwidth .find-partners .container .register-form .col-md-6 {
    width: 50%;
  }
  .table-wrapes {
    overflow: auto;
  }
  .table-wrapes .col-sm-12.col-md-6 {
    width: 50%;
    max-width: 50%;
  }
  body {
    padding-top: 65px;
  }
  body.menu-open header {
    left: 0;
    background: #ffffff;
  }
  body.menu-open header .up-header {
    max-height: inherit;
    background: none;
  }
  body.menu-open header .up-header li.nav-item.mobile-show {
    display: block;
  }
  body.menu-open header .container {
    display: block;
  }
  body.menu-open header .container nav, body.menu-open header .container .navbar-collapse {
    display: block !important;
  }
  body.menu-open header .container nav ul.navbar-nav, body.menu-open header .container .navbar-collapse ul.navbar-nav {
    display: block;
    padding-top: 80px;
  }
  body.menu-open header .container nav ul.navbar-nav li, body.menu-open header .container .navbar-collapse ul.navbar-nav li {
    width: 100%;
    padding: 0;
  }
  body.menu-open header .container nav ul.navbar-nav li.wtc-logo, body.menu-open header .container .navbar-collapse ul.navbar-nav li.wtc-logo {
    display: none;
  }
  body.menu-open header .container nav ul.navbar-nav li a, body.menu-open header .container .navbar-collapse ul.navbar-nav li a {
    color: #13387e;
  }
  body.menu-open header .container nav ul.navbar-nav li a.active, body.menu-open header .container .navbar-collapse ul.navbar-nav li a.active {
    color: #f37217;
  }
  body.menu-open header .container nav ul.navbar-nav li ul.dropdown-menu, body.menu-open header .container .navbar-collapse ul.navbar-nav li ul.dropdown-menu {
    opacity: 1;
    width: 100%;
    border: 0;
    position: relative;
    top: 0;
    padding-top: 0;
    padding-left: 20px;
  }
  body.menu-open header .container nav ul.navbar-nav li ul.dropdown-menu li, body.menu-open header .container .navbar-collapse ul.navbar-nav li ul.dropdown-menu li {
    border-bottom: 0;
  }
  body.menu-open header .container nav ul.navbar-nav li ul.dropdown-menu li a, body.menu-open header .container .navbar-collapse ul.navbar-nav li ul.dropdown-menu li a {
    color: #13387e;
    position: relative;
  }
  body.menu-open header .container nav ul.navbar-nav li ul.dropdown-menu li a.active, body.menu-open header .container .navbar-collapse ul.navbar-nav li ul.dropdown-menu li a.active {
    background: none;
    color: #f37217;
  }
  body.menu-open header .container nav ul.navbar-nav li ul.dropdown-menu a::after, body.menu-open header .container .navbar-collapse ul.navbar-nav li ul.dropdown-menu a::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 2px;
    background: #f37217;
    position: absolute;
    left: 8px;
    top: 23px;
    border-radius: 50%;
  }
  header {
    position: fixed;
    width: 250px;
    background: #ffffff;
    left: -290px;
    top: 0;
    height: 100vh;
    overflow: auto;
  }
  header + .mobile-header-wrape {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #13387e;
    position: fixed;
    padding: 9px 20px 10px;
    top: 0;
    width: 100%;
    z-index: 4;
  }
  header + .mobile-header-wrape .navbar-brand {
    width: 100px;
    float: right;
    margin-right: 0;
    padding: 0;
  }
  header + .mobile-header-wrape .burger-menu {
    border: 2px solid #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0px 6px 10px;
    position: relative;
    float: left;
    width: 36px;
    height: 36px;
  }
  header + .mobile-header-wrape .burger-menu span {
    position: relative;
    height: 2px;
    background: #ffffff;
    width: 100%;
    display: inline-block;
  }
  header + .mobile-header-wrape .burger-menu span::after {
    position: absolute;
    top: -7px;
    height: 2px;
    background: #ffffff;
    width: 100%;
    content: "";
  }
  header + .mobile-header-wrape .burger-menu span::before {
    position: absolute;
    bottom: -7px;
    height: 2px;
    background: #ffffff;
    width: 100%;
    content: "";
  }
  header .down-header {
    display: none;
  }
  .container {
    min-width: 100%;
  }
  .about-us-wrape img {
    margin-bottom: 30px;
  }
  .about-us-wrape h4 {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 500;
    margin-bottom: 25px;
  }
  .about-us-wrape p {
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 30px;
  }
  .network-coverage-wrape .container .fun-fact-inner-box .container .boxes {
    width: 50%;
    margin-bottom: 20px;
  }
  .network-coverage-wrape .container .fun-fact-inner-box .bg-wrape {
    height: 100%;
  }
  .country-time-stamp .flagbox-container .flaginner {
    width: calc(100% / 3);
  }
  .country-time-stamp .flagbox-container .flaginner:nth-child(3), .country-time-stamp .flagbox-container .flaginner:nth-child(6) {
    border-right: 0;
  }
  .country-time-stamp .flagbox-container .flaginner:nth-child(4), .country-time-stamp .flagbox-container .flaginner:nth-child(8) {
    border-right: 1px solid #b0b0b0;
  }
  .country-time-stamp .flagbox-container .flaginner:nth-child(5), .country-time-stamp .flagbox-container .flaginner:nth-child(6) {
    border-bottom: 1px solid #b0b0b0;
  }
  .country-time-stamp .flagbox-container .flaginner span {
    width: 140px;
  }
  .member-details-area .member-details {
    padding-right: 0;
  }
  .white-btn, .member-details-area .attachment-btn, .member-details-area .setting-btn, .member-details-area .attachment-btn {
    padding: 19px 22px 19px 70px;
  }
  .our-product-wrape .badge-wrape {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .our-product-wrape .badge-wrape .badge {
    width: 50%;
  }
}

@media screen and (max-width: 900px) {
  footer .go-top {
    top: -9%;
  }
  footer .row div[class*='col-'] {
    width: 100%;
  }
  footer .row .contact-detail {
    border-left: 0;
    border-top: 1px solid #133576;
    padding-left: 38px;
    padding-top: 38px;
    margin-top: 25px;
  }
  footer .row .contact-detail p {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 800px) {
  .become-member-wrape {
    margin-bottom: 50px;
  }
  .network-coverage-wrape {
    padding-bottom: 50px;
  }
  .network-coverage-wrape .container .fun-fact-inner-box .bg-wrape {
    display: none;
  }
  .network-coverage-wrape .container .fun-fact-inner-box .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 20px 0 20px;
  }
  .network-coverage-wrape .container .fun-fact-inner-box .container .boxes {
    width: 80%;
    margin: 30px 0;
  }
  footer .go-top {
    top: -9%;
  }
  footer .row div[class*='col-'] {
    width: 100%;
  }
  footer .row .contact-detail {
    border-left: 0;
    border-top: 1px solid #133576;
    padding-left: 38px;
    padding-top: 38px;
    margin-top: 25px;
  }
  footer .row .contact-detail p {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .content-area .right-img, .content-area .left-img {
    margin: 0 0 35px;
    width: 100%;
    max-width: 100%;
  }
  .content-area .right-img:hover img, .content-area .left-img:hover img {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .content-area:hover .right-img img, .content-area:hover .left-img img {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  h3 {
    font-size: 30px;
  }
  .auth-seprator.wtc_fullwidth .find-partners .container .register-form .col-md-6 {
    width: 100%;
  }
  .our-product-wrape .img-wrape {
    margin: 0 0 30px;
  }
  .our-product-wrape .parter-wrape h6, .our-product-wrape .parter-wrape p {
    width: 100%;
    float: left;
  }
  .auth-seprator.wtc_fullwidth {
    max-width: 94%;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .auth-seprator.wtc_fullwidth .find-partners .events-schedules-table {
    padding: 15px 15px;
  }
  .auth-seprator.wtc_fullwidth .find-partners .container .register-form {
    padding: 0px;
  }
  .auth-seprator .find-partners .register-form .nav-tabs li a {
    padding: 10px 8px;
    font-size: 14px;
    white-space: normal;
  }
  .table-wrapes {
    overflow: auto;
  }
  .table-wrapes table {
    width: 1000px;
  }
  .register-area .register-form {
    padding: 20px 15px;
  }
  .auth-seprator .register-area {
    width: 92%;
  }
  .auth-seprator .register-area .search-details-tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .auth-seprator .register-area .search-details-tabs h2 {
    width: 100%;
  }
  .auth-seprator .register-area .search-details-tabs ul.nav.nav-tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 0;
  }
  .auth-seprator .register-area .search-details-tabs ul.nav.nav-tabs li {
    width: 100%;
    margin-bottom: 10px;
  }
  .auth-seprator .register-area .search-details-tabs ul.nav.nav-tabs li a {
    width: 100%;
    border: 0;
    border: 1px solid #13387e;
    border-radius: 25px;
    padding: 15px 25px;
  }
  .auth-seprator .register-area .search-details-tabs ul.nav.nav-tabs li a.active {
    background: #f37217;
    color: #ffffff;
    border: 1px solid #f37217;
  }
  .auth-seprator .register-area .search-details-tabs .tab-content {
    width: 100%;
  }
  .login-area .register-form h2, .register-area .register-form h2 {
    font-size: 26px;
  }
  .network-coverage-wrape .container {
    padding: 45px 20px 0 20px;
  }
}

@media screen and (max-width: 700px) {
  /* partner dashboard style start */
  .partner-dashboard .container {
    width: 85%;
  }
  .partner-dashboard .container .bg-wrape {
    display: none;
  }
  .partner-dashboard .container div.box[class*='col-'] {
    width: 100%;
    margin-bottom: 80px;
  }
  /* partner dashboard style end */
  .country-time-stamp .flagbox-container .flaginner {
    width: 50%;
  }
  .country-time-stamp .flagbox-container .flaginner:nth-child(2), .country-time-stamp .flagbox-container .flaginner:nth-child(4), .country-time-stamp .flagbox-container .flaginner:nth-child(8) {
    border-right: 0;
  }
  .country-time-stamp .flagbox-container .flaginner:nth-child(3) {
    border-right: 1px solid #b0b0b0;
  }
  footer {
    padding-bottom: 0;
  }
  footer .f-link {
    width: 100%;
    margin-bottom: 5px;
  }
  footer .f-link .go-top {
    top: -5%;
    width: 89px;
    height: 89px;
  }
  footer .f-link h5 {
    margin-bottom: 0;
  }
  footer .f-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .f-link ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  footer .f-link ul li a {
    line-height: 1.25;
  }
  footer .f-link ul li a::after {
    top: 3px;
  }
}
/*# sourceMappingURL=style.css.map */