* {
  margin: 0;
  padding: 0;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@0,300;0,400;0,500;0,600;0,700;800;0,300;1,400;1,600;1,700&display=swap");
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #1c1c1c;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
}
select,
textarea,
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Maven Pro", sans-serif;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
a {
  text-decoration: none;
  color: inherit;
}
ul li {
  list-style: none;
}
.clear {
  clear: both;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.container-fluid {
  padding: 0;
}
.text-right {
  text-align: right;
}
.disable {
  opacity: 0.3;
}
.btn-primary {
  padding: 12px 46px;
  background: linear-gradient(336deg, #0b44d8 11.62%, #0578ff 77.5%);
  border: 1px solid #ffffff;
  border-radius: 56px;
  color: #fff !important;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-b-primary {
  min-width: 252px;
  padding: 16px 48px;
  font-size: 16px;
  background: linear-gradient(336deg, #0b44d8 11.62%, #0578ff 77.5%);
  border: 1px solid #ffffff;
  border-radius: 56px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-primary-icon {
  padding: 12px 46px;
  background: linear-gradient(336deg, #0b44d8 11.62%, #0578ff 77.5%);
  color: #fff;
  border-radius: 56px;
  font-weight: 700;
  text-align: left;
  text-transform: capitalize;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-primary-icon:after {
  content: "";
  position: absolute;
  background: url(../images/icons/white_arrow.svg);
  width: 16px;
  height: 12px;
  right: 18px;
  top: 17px;
}
.btn-primary:hover,
.btn-primary-icon:hover,
.btn-b-primary:hover {
  background: linear-gradient(336deg, #0b44d8 11.62%, #0578ff 77.5%);
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
}
.btn-primary:focus,
.btn-primary-icon:focus,
.btn-b-primary:focus {
  background: linear-gradient(336deg, #072e92 11.62%, #0578ff 77.5%);
}

.btn-secondary {
  padding: 12px 45px;
  background: #1c1c1c;
  color: #fff;
  border-radius: 56px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-b-secondary {
  padding: 15px 48px;
  font-size: 16px;
  background: #1c1c1c;
  color: #fff;
  border-radius: 56px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-secondary-icon {
  padding: 12px 45px;
  background: #1c1c1c;
  color: #fff;
  border-radius: 56px;
  font-weight: 700;
  text-align: left;
  text-transform: capitalize;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-secondary-icon:after {
  content: "";
  position: absolute;
  background: url(../images/icons/white_arrow.svg);
  width: 16px;
  height: 12px;
  right: 14px;
  top: 13px;
}
.btn-secondary:hover,
.btn-secondary-icon:hover {
  outline: 1px solid #f4f7fb;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
}
.btn-secondary:focus,
.btn-secondary-icon:focus {
  background: #3e3e3e;
}

.btn-tertiary {
  padding: 12px 34px;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 56px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-b-tertiary {
  padding: 14px 36px;
  font-size: 16px;
  background: #ffffff;
  border: 2px solid #1c1c1c;
  border-radius: 56px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-tertiary-icon {
  padding: 12px 34px;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 56px;
  font-weight: 700;
  text-align: left;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-tertiary-icon:after {
  content: "";
  position: absolute;
  background: url(../images/icons/arrow.svg);
  width: 11px;
  height: 11px;
  right: 11px;
  top: 10px;
}
.btn-tertiary:hover,
.btn-tertiary-icon:hover {
  background: #f1f1f1;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
}
.btn-tertiary:focus,
.btn-tertiary-icon:focus {
  background: #e5e5e5;
}
.btn-b-tertiary:hover {
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
}
.btn-b-tertiary:focus {
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
}

/* header css */

header {
  height: 63px;
  padding: 12px 56px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.right_header {
  float: left;
  display: inline-block;
}
.nav-item a:before {
  width: 16px;
  height: 16px;
  display: inline-block;
  left: -6px;
  top: 3px;
  position: relative;
  content: "";
}
.nav-item:nth-child(1) a:before {
  background: url(../images/icons/ic_home.svg) no-repeat;
}
.nav-item:nth-child(2) a:before {
  background: url(../images/icons/ic_explorejobs.svg) no-repeat;
}
.nav-item:nth-child(2)  li a:before {
  background: none !important;
}
.nav-item:nth-child(2)  div a:before {
  background: none !important;
}
.nav-item:nth-child(3) a:before {
  background: url(../images/icons/candidate.png) no-repeat;
}
.nav-item:nth-child(4) a:before {
  background: url(../images/icons/ic_blogs.svg) no-repeat;
}
.nav-item:nth-child(5) a:before {
  background: url(../images/icons/ic_about.svg) no-repeat;
}
.nav-item:nth-child(6) a:before {
  background: url(../images/icons/ic_login.svg) no-repeat;
}
.nav-item:nth-child(7) a:before {
  background: url(../images/icons/ic_refer.svg) no-repeat;
  width: 20px;
  height: 20px;
  top: 5px;
  left: -6px;
}
.dropdown-items-uk .nav-item:nth-child(3) a:before {
  background: url(../images/icons/contact.svg) no-repeat;
}
.dropdown-items-uk .nav-item:nth-child(4) a:before {
  background: none;
  width: 0px;
}
.dropdown-items .nav-item:nth-child(3) a:before {
  background: url(../images/icons/candidate.png) no-repeat;
}
.dropdown-items .nav-item:nth-child(4) a:before {
  background: url(../images/icons/contact.svg) no-repeat;
}
.dropdown-items .nav-item:nth-child(5) a:before {
  background: url(../images/icons/ic_login.svg) no-repeat;
}
.dropdown-items .nav-item:nth-child(6) a:before {
  background: url(../images/icons/ic_refer.svg) no-repeat;
}

.nav-item:nth-child(7) a:before   {
  background: none !important;
  width: 0px;
}
.nav-item a.btn-primary {
  padding: 10px 14px 10px 20px;
  margin-left: 10px;
  color: #fff;
}
.nav-item a {
  position: relative;
}
.nav-top {
  display: none;
  position: absolute;
  right: 22px;
  top: 20px;
}
.nav-pills .nav-link.active,
.nav-pills .nav-link:hover,
.nav-pills .show > .nav-link {
  background-color: transparent;
  color: #0b44d8;
}
.nav-pills .nav-link.active:before,
.nav-pills .nav-link:hover,
.nav-pills .show > .nav-link:before {
  filter: invert(16%) sepia(100%) saturate(7488%) hue-rotate(227deg)
    brightness(91%) contrast(91%);
}
.nav-pills .nav-link.active:after,
.nav-pills .show > .nav-link:after {
  content: "";
  background: #0b44d8;
  width: 90%;
  height: 4px;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  z-index: 1;
  display: inline-block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0 auto;
}
.nav-pills .nav-link {
  font-weight: 600;
  font-size: 14px;
  color: #1c1c1c;
  padding: 5px 15px;
}
html {
  height: 100%;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-left: 220px;
}

#sidebar-wrapper {
  z-index: 1000;
  left: 220px;
  width: 0;
  height: 100%;
  margin-left: -220px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #f4f7fb;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#sidebar-wrapper .nav-item a:before {
}
#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
  width: 320px;
}

#page-content-wrapper {
  width: 100%;
  padding-top: 70px;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -220px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.navbar {
  padding: 0;
}
textarea {
  resize: none;
}
.contact_us {
  padding: 56px 56px 68px 56px;
}
.contact_us .subtitle {
  font-size: 20px;
  font-weight: 400;
}
.contact_us form {
  width: 600px;
  max-width: 100%;
}
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 320px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 64px;
}

.sidebar-nav li {
  position: relative;
  line-height: 20px;
  display: inline-block;
  width: 100%;
}
.sidebar-brand .logo_name {
  display: block;
}
.sidebar-brand .header-logo {
  left: 56px;
}
.sidebar-nav li:hover {
  -webkit-transition: width 0.2s ease-in;
  -moz-transition: width 0.2s ease-in;
  -ms-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
}
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
  -webkit-transition: width 0.2s ease-in;
  -moz-transition: width 0.2s ease-in;
  -ms-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
}

.sidebar-nav li a {
  display: block;
  color: #3e3e3e;
  text-decoration: none;
  padding: 13px 15px 14px 56px;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a.active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
  color: #1c1c1c;
  font-weight: 700;
  background: #fff;
  text-decoration: none;
}
.sidebar-header {
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: 0;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #e5e5e5;
}
.sidebar-brand {
  height: 63px;
  position: relative;
  background: #fff;
  padding-top: 1em;
}
.sidebar-brand a {
  color: #ddd;
}
.sidebar-brand a:hover {
  color: #fff;
  text-decoration: none;
}
.dropdown-header {
  text-align: center;
  font-size: 1em;
  color: #ddd;
  background: #212531;
  background: linear-gradient(to right bottom, #2f3441 50%, #212531 50%);
}
.sidebar-nav .dropdown-menu {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
  background-color: #222;
  box-shadow: none;
}
.dropdown-menu.show {
  top: 0;
}
/*Fontawesome icons*/
.nav.sidebar-nav li a::before {
  font-family: fontawesome;
  content: "";
  vertical-align: baseline;
  display: inline-block;
  padding-right: 5px;
  left: 0;
  margin-right: 15px;
}
.nav-top .nav-item:nth-child(1) a:before {
  background: url(../images/icons/ic_login.svg) no-repeat;
}
.nav.sidebar-nav .nav-item a:before {
  display: inline-block;
}
.nav.sidebar-nav .nav-item:nth-child(7) a:before {
  filter: invert(81%) sepia(78%) saturate(54%) hue-rotate(347deg)
    brightness(85%) contrast(88%);
}
.nav.sidebar-nav li:nth-child(2) a::after {
  content: "";
  background: url(../images/icons/ic_chevron_down24.svg) no-repeat;
  position: absolute;
  right: 17px;
  width: 22px;
  height: 22px;
}
a[href*="#home"]::before {
  content: "\f015" !important;
}
a[href*="#about"]::before {
  content: "\f129" !important;
}
a[href*="#events"]::before {
  content: "\f073" !important;
}
a[href*="#events"]::before {
  content: "\f073" !important;
}
a[href*="#team"]::before {
  content: "\f0c0" !important;
}
a[href*="#works"]::before {
  content: "\f0b1" !important;
}
a[href*="#pictures"]::before {
  content: "\f03e" !important;
}
a[href*="#videos"]::before {
  content: "\f03d" !important;
}
a[href*="#books"]::before {
  content: "\f02d" !important;
}
a[href*="#art"]::before {
  content: "\f1fc" !important;
}
a[href*="#awards"]::before {
  content: "\f02e" !important;
}
a[href*="#services"]::before {
  content: "\f013" !important;
}
a[href*="#contact"]::before {
  content: "\f086" !important;
}
a[href*="#followme"]::before {
  content: "\f099" !important;
  color: #0084b4;
}
/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
  position: absolute;
  top: 25px;
  left: 1.375rem;
  z-index: 9999;
  display: none;
  width: 18px;
  height: 12px;
  /* margin-left: 15px; */
  background: transparent;
  border: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-open {
  left: 260px;
}
.hamburger.is-open.header-btn {
  display: none;
}
.hamburger.is-closed:before {
  content: "";
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-closed .hamb-top {
  top: 0px;
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 5px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 0px;
  -webkit-transition: all 0.35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;
  margin-left: 18px;
}
.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}
.hamburger.is-open .hamb-middle {
  display: none;
}
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}
.hamburger.is-open:before {
  content: "";
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.header-logo {
  position: relative;
  top: -4px;
}
.body-gap {
  padding-top: 64px;
}
/* banner css */
.banner::after {
  content: "";
  background: url(../images/bg_home.png) center;
  background-size: cover;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.banner.hover::after {
  transform: scale(1.1);
}
.banner {
  margin: 33px 56px;
  height: 600px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
/* .banner .b-data {  margin: 0; position: absolute; top: 50%; left: 50%;  transform: translate(-50%, -50%);  text-align: center; } */
.banner .b-data {
  text-align: center;
  padding-top: 116px;
}
.b-data h2 {
  font-weight: 800;
  font-size: 64px;
  color: #1c1c1c;
  margin-top: 24px;
  margin-bottom: 4px;
}
.b-data span {
  display: block;
  color: #3e3e3e;
  font-weight: 500;
  font-size: 24px;
}
.b-group {
  margin: 22px 0 64px;
}
.b-group button {
  margin: 0 5px;
}
.top-search h5 {
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 12px;
  margin-top: 28px;
}
.top-search a {
  margin: 2px 2px 10px 2px;
  display: inline-block;
  padding: 3px 14px;
  background: #fff;
  border-radius: 12px;
  color: #1c1c1c;
  font-size: 12px;
}
.banner .b-group button {
  margin: 0 6px;
}
/* webinfo css */
.web-info {
  margin: 33px 56px;
  font-size: 32px;
  padding: 24px 0px;
}
.web-info img {
  margin-bottom: 40px;
}
.left-section {
  background: linear-gradient(336deg, #fff8e8 11.62%, #e0fdff 77.5%);
  border-radius: 39px;
  padding: 50px;
}
.right-section {
  background: linear-gradient(336deg, #ffe8f3 11.62%, #ffefe0 77.5%);
  border-radius: 39px;
  padding: 50px;
}
.i-text {
  font-size: 44px;
  font-weight: 800;
  margin-top: 20px;
  line-height: 55px;
}

/* crate proile */
.c-profile {
  text-align: center;
  overflow: hidden;
  background: linear-gradient(180deg, #f4f7fb 0%, #edf2fc 100%);
}
.c-profile h4 {
  color: #1c1c1c;
  font-weight: 700;
  font-size: 48px;
  margin: 0;
  line-height: 46px;
}
.c-profile h3 {
  font-weight: 800;
  font-size: 64px;
}
.c-profile .subtitle {
  color: #808080;
  font-weight: 400;
  font-size: 24px;
  margin: 28px 0 38px;
}
.c-profile li {
  background: #ffffff;
  box-shadow: 0px 4px 23px 5px rgba(29, 96, 225, 0.1);
  border-radius: 16px;
}
.progressbar {
  background: url(../images/bg_progresscards.png) center no-repeat;
  width: 100%;
  height: 241px;
  margin: 0 auto;
}
.cp-container {
  padding: 90px 56px 0;
}
.b-90 {
  margin-bottom: 90px;
}

/* blue-section */
.blue-section {
  padding: 100px 56px;
  background: linear-gradient(62.15deg, #0b44d8 26.25%, #0578ff 75.21%);
}
.peach-box {
  background: linear-gradient(162.64deg, #ff9b63 7.29%, #ff6376 92.79%);
  box-shadow: 0px 4px 42px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  width: 512px;
  max-width: 100%;
}
.peach-box img {
  width: 100%;
}
.peach-box h4 {
  padding: 56px 46px 0;
  font-weight: 700;
  font-size: 32px;
}
.peach-box span {
  font-weight: 800;
  font-size: 64px;
}
.peach-box .content-text {
  padding: 20px 48px 0;
  font-size: 18px;
  color: #3e3e3e;
  opacity: 0.67;
}
.h-670 {
  height: 670px;
  max-height: 100%;
}
.vh-center {
  margin: 0;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  padding-right: 70px;
}
.vh-center p {
  color: #ffffff;
  margin-bottom: 38px;
  opacity: 0.8;
}

.subtitle {
  font-weight: 700;
  font-size: 48px;
  margin: 0;
}
.title {
  font-weight: 800;
  font-size: 64px;
  margin: 0;
}
.content-text {
  font-size: 24px;
  color: #808080;
}
/* gry-contant */
.gry-contant {
  text-align: center;
  background: #eef3fc;
  padding: 100px 0 0;
  overflow: hidden;
}
.c-blue {
  color: #064ad0;
}
.w-88 {
  width: 88%;
  margin: 0 auto;
}

/* white-contant */
.white-contant {
  text-align: center;
  background: #fff;
  padding: 100px 0 80px;
}

/* footer */
footer {
  background: #f4f7fb;
  padding: 56px 0px 0px 0px;
  color: #1c1c1c;
}
footer ul li {
  font-weight: 700;
  font-size: 16px;
}
.footer-context {
  font-weight: 700;
  font-size: 48px;
  color: #3e3e3e;
  width: 250px;
  line-height: 58px;
}
.social-icon li {
  float: left;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 400;
}
.footer-bottom {
  color: #1c1c1c;
  font-size: 14px;
  margin-top: 15px;
}
.footer-bottom li {
  text-decoration: underline;
  margin-right: 30px;
}
.footer-bottom p {
  color: #1c1c1cad;
}

/* reffer-banner */
.reffer-banner {
  background: url(../images/bg_refer.png) #f4f7fb right;
  background-size: cover;
  margin: 52px 56px 0;
  padding: 72px;
  height: 598px;
  border-radius: 16px;
  position: relative;
}
.reffer-banner .b-data {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
  max-width: 100%;
}
.reffer-banner .title {
  color: linear-gradient(336deg, #0b44d8 11.62%, #0578ff 77.5%);
  font-size: 64px;
}
.reffer-banner p {
  color: #3e3e3e;
  font-size: 16px;
  margin: 8px 0 32px 0;
}
.reffer-banner span {
  color: #1c1c1c;
  font-size: 16px;
  margin: 20px 0;
  font-weight: 600;
}

/* about-banner */
.about-banner {
  background: linear-gradient(154.13deg, #e7fff6 5.75%, #edeaff 83.67%);
  background-size: 100%;
  margin: 52px 56px 0;
  position: relative;
  padding: 72px;
  height: 598px;
  border-radius: 16px;
  position: relative;
}
.about-banner::after {
  content: "";
  background: url(../images/about_seikorlogo@2x.svg) no-repeat right;
  height: 100%;
  position: absolute;
  right: 36px;
  width: 150px;
  top: 0;
}
.about-banner .title {
  background: linear-gradient(336deg, #0b44d8 11.62%, #0578ff 77.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 80px;
  width: 555px;
  max-width: 100%;
  margin-bottom: 15px;
}
.about-banner .subtitle {
  font-size: 32px;
  font-weight: 600;
  line-height: 56px;
}
.about-banner .b-data {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 800px;
  max-width: 100%;
  z-index: 1;
  z-index: 1;
}
.about-banner p {
  color: #3e3e3e;
  font-size: 24px;
  margin: 0;
}
.about-banner span {
  display: inline-block;
  text-decoration: line-through;
}

/* about-how IT work */
.about-howwork {
  padding: 90px 0 72px;
  margin: 0 56px;
  font-size: 20px;
}
.about-howwork .title {
  margin-bottom: 20px;
}
.about-howwork p {
  padding-left: 110px;
  padding-right: 20px;
  color: #3e3e3e;
  margin: 36px 0;
}
.about-howwork img {
  position: absolute;
  width: 80px;
  left: 20px;
  top: 35px;
}

/* about-reffer */
.about-reffer {
  padding: 90px 0 46px;
  background: linear-gradient(180deg, #f4f7fb 0%, #edf2fc 100%);
}
.about-reffer .title {
  font-weight: 700;
  line-height: 76px;
}
.reffer_jobs {
  padding: 56px 56px 0;
}
.pinktag {
  background: linear-gradient(154.48deg, #eb1260 13.72%, #ff3d12 83.84%);
  font-weight: 600;
  color: #fff !important;
  font-size: 12px;
  border-radius: 4px;
  color: #3e3e3e;
  padding: 2px 7px;
  display: inline-block;
}
.reffer_tip {
  display: inline-block;
  margin-bottom: 6px;
}
.reffer_tip div {
  background: #eff6ffd4;
  font-size: 12px;
  border-radius: 4px;
  color: #3e3e3e;
  padding: 2px 7px;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
/* .office_bg::before { content: ""; position: absolute; top:0;bottom:0; left:0; right:0; background:  } */
.jobs_des {
  margin-bottom: 48px;
  min-height: 430px;
  background: #fff;
  padding: 10px 20px 20px;
  border-radius: 8px;
  color: #3e3e3e;
  font-size: 12px;
}
.jobs_des .reffer_mlogo img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  margin-bottom: 14px;
  margin-top: 8px;
}
.jobs_des .wislist {
  display: inline-block;
  padding: 2px;
  background: #0000005e;
  border-radius: 4px;
  margin-left: 2px;
}
.jobs_des .wislist img {
  filter: invert(100%) sepia(0%) saturate(25%) hue-rotate(51deg)
    brightness(107%) contrast(108%);
}
.jobs_des .title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 20px;
}
.jobs_des .subtitle {
  font-weight: 400;
  font-size: 12px;
  color: #7c7c7c;
}

.office_bg {
  background: linear-gradient(
      178.52deg,
      rgba(0, 0, 0, 0) 1.26%,
      rgba(0, 0, 0, 0.86) 94.79%
    ),
    url(../images/office.jpg);
  border-radius: 8px;
  color: #fff;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  padding: 16px 16px 27px 32px;
}
.office_bg .reffer_mlogo img {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  margin-bottom: 44px;
  margin-top: 16px;
}
.office_bg .title {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 24px;
}
.office_bg .subtitle {
  font-size: 16px;
  margin-top: 14px;
  color: #fff;
  font-weight: 700;
}
.office_bg .reffer_tip {
  border-bottom: 1px solid #d9d9d970;
  padding-bottom: 9px;
}
.blue-text {
  color: #0578ff !important;
}
.pink-text {
  color: #eb1260 !important;
}
.black-text {
  color: #3e3e3e !important;
  font-weight: 500;
}
.gry-text {
  color: #808080;
}

/* about-whyreffer */
.about-whyreffer {
  padding: 90px 0 56px;
  text-align: center;
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
}
.about-whyreffer .title {
  margin-bottom: 25px;
}
.about-whyreffer .contect-text {
  color: #808080;
  font-size: 24px;
  margin: 0;
}
.about-whyreffer .contect-text span {
  font-weight: 700;
  color: #3e3e3e;
}
.slogan {
  color: #3e3e3e;
  font-size: 32px;
  margin: 56px 0;
  font-weight: 700;
}

.reffer_p {
  background: linear-gradient(109.79deg, #fff9fc 25.07%, #fff7f4 83.56%);
  border-radius: 20px;
  padding: 43px;
  text-align: left;
  margin-bottom: 32px;
}
.reffer_p img {
  background: linear-gradient(109.79deg, #fff9fc 25.07%, #fff7f4 83.56%);
  mix-blend-mode: multiply;
  border-radius: 20px;
  padding: 20px;
}
.reffer_p .text {
  height: 77px;
  overflow: hidden;
  color: #3e3e3e;
  margin-top: 46px;
  font-size: 16px;
}
.reffer_p.r2,
.reffer_p.r2 img {
  background: linear-gradient(109.79deg, #f3fff5 25.07%, #e9fffe 83.56%);
}
.reffer_p.r3,
.reffer_p.r3 img {
  background: linear-gradient(177.23deg, #f5f3ff 7.19%, #f0f4ff 98.97%);
}
.reffer_p.r4,
.reffer_p.r4 img {
  background: linear-gradient(109.79deg, #fff8f3 25.07%, #fff9e9 83.56%);
}

/* inspiration */
.inspiration {
  padding: 56px;
}
.inspiration_top {
  display: flex;
}
.inspiration .coma {
  line-height: inherit;
  position: relative;
  top: -68px;
  padding-right: 12px;
}
.inspiration .inspiration-text p {
  color: #1c1c1c;
  font-weight: 700;
  font-size: 32px;
  width: 625px;
  max-width: 100%;
  margin-top: 45px;
  line-height: 38px;
}
.inspiration .inspiration-text {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 26px;
}
.inspiration_bottom {
  padding-top: 36px;
}
.inspiration_bottom .col-text {
  padding-top: 76px;
  font-size: 24px;
}
.inspiration_bottom .col-text p {
  padding-left: 72px;
  width: 535px;
  max-width: 100%;
  margin-bottom: 34px;
  color: #3e3e3e;
}
.inspiration_bottom img {
  width: 100%;
}

/* our philosphy */
.philosphy {
  padding: 36px 0;
  margin: 0 56px;
  font-size: 20px;
}
.philosphy .title {
  margin-bottom: 42px;
}
.philosphy p {
  margin-top: 98px;
  font-size: 24px;
  margin-bottom: 0;
}
.philosphy .p-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  min-height: 77px;
}
.philosphy .pcontent p {
  color: #3e3e3e;
}
.philosphy .pcontent .p-title {
  color: #1c1c1c;
}
.philosphy_1 {
  background: url(../images/bg_philosphy1.png);
  background-size: 100% 100%;
  border-radius: 24px;
  color: #fff;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  padding: 48px 44px 42px 58px;
  color: #fff;
  margin-bottom: 40px;
  color: #fff;
}
.philosphy_2 {
  background: linear-gradient(336deg, #ffe8f3 11.62%, #ffefe0 77.5%);
  border-radius: 24px;
  color: #fff;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  padding: 48px 44px 42px 58px;
  color: #fff;
  margin-bottom: 40px;
}
.philosphy_3 {
  background: linear-gradient(336deg, #fff8e8 11.62%, #e0fdff 77.5%);
  border-radius: 24px;
  color: #fff;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  padding: 48px 44px 42px 58px;
  color: #fff;
  margin-bottom: 40px;
}
.philosphy_4 {
  background: url(../images/bg_philosphy2.png);
  background-size: 100% 100%;
  border-radius: 24px;
  color: #fff;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  padding: 48px 44px 42px 58px;
  color: #fff;
  margin-bottom: 40px;
}

/* about slogan */
.about_slogan {
  padding: 42px 56px 120px 56px;
  text-align: center;
}
.about_slogan .title {
  background: linear-gradient(336deg, #0b44d8 11.62%, #0578ff 77.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 94px;
}
.about_slogan .subtitle {
  color: #1c1c1c;
  font-weight: 800;
}

/* emp-banner */
.emp-banner {
  background: url(../images/bg_foremployers1200+.png) #f4f7fb center;
  background-size: cover;
  margin: 52px 56px 0;
  padding: 72px;
  height: 598px;
  border-radius: 16px;
  position: relative;
}
.emp-banner .b-data {
  margin: 0;
  position: absolute;
  top: 41%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 82%;
  left: 50%;
}
.emp-banner .title {
  color: #fff;
  font-size: 64px;
  line-height: 74px;
}
.emp-banner span {
  display: inline;
  background: linear-gradient(360deg, #f32c73 11.62%, #ff7d45 77.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: 64px;
}

/* logo_scroll */
.logo_scroll {
  padding: 54px 56px;
}

/* emp_service */
.emp_service {
  padding: 88px 56px 50px;
  text-align: center;
  overflow: hidden;
  background: #f4f7fb;
}
.emp_service .title {
  color: #0b44d8;
  line-height: 90px;
}
.emp_service .subtitle {
  color: #1c1c1c;
  line-height: 64px;
}
.services_top {
  width: 877px;
  max-width: 100%;
  margin: 0 auto;
}
.services_list {
  text-align: left;
  margin: 78px 10px 0px;
}
.s-img {
  float: left;
  margin: 0 14px;
}
.s-text {
  float: left;
}
.s-box {
  margin-bottom: 34px;
}
.s-text h4 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 7px;
}
.s-text p {
  font-size: 14px;
  color: #3e3e3e;
  width: 227px;
  max-width: 100%;
}

/* counter section */
.counter_section {
  padding: 94px 56px;
  text-align: center;
}
.counter-num {
  background: linear-gradient(336deg, #0b44d8 11.62%, #0578ff 77.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 94px;
  font-weight: 700;
  font-size: 56px;
  margin: 0;
}
.counter-text {
  font-size: 24px;
}
.counter-box {
  position: relative;
}
.counter-box:after {
  content: "";
  width: 1px;
  top: 0;
  bottom: 0;
  position: absolute;
  right: 0;
  background: #d9d9d9;
}
.counter_section .col-sm:last-child .counter-box:after {
  background: transparent;
}
.counter-bottom {
  padding-top: 100px;
  padding-bottom: 22px;
  display: inline-block;
  width: 75%;
}
.cb-img,
.cb-text {
  display: inline-block;
  float: left;
}
.cb-img img {
  width: 125px;
}
.cb-text {
  margin-top: 25px;
  margin-left: 20px;
  text-align: left;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
}
.cb-text span {
  background: linear-gradient(336deg, #f37335 11.62%, #fdc830 77.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  display: block;
}
.counter-info {
  margin: 0 20px;
  display: inline-block;
}
.counter-info:nth-child(2) .cb-text span {
  background: linear-gradient(336deg, #02aab0 11.62%, #00cdac 77.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

/* emp-adv */
.emp-adv {
  padding: 0px 56px 96px;
}
.adv-box {
  background: linear-gradient(109.79deg, #e3f8ff 25.07%, #bccfff 83.56%);
  border-radius: 24px;
  padding: 56px 36px;
  height: 582px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.adv-box.ab1 {
  background: linear-gradient(131.79deg, #f7f9ff 40.09%, #e3e8f7 88.2%);
}
.adv-headline {
}
.adv-headline .adv-subtitle {
  font-weight: 400;
  font-size: 32px;
}
.adv-headline .adv-title {
  font-weight: 800;
  font-size: 64px;
  line-height: 78px;
}
.adv-des {
  font-size: 18px;
  color: #3e3e3e;
}

/* client_result */
.client_result {
  background: #f7fafe;
  padding: 96px 56px 68px 56px;
}
.client_result .title {
  margin-bottom: 120px;
}
.r-box {
  border-radius: 24px;
  padding: 64px 38px 38px 33px;
  color: #fff;
  position: relative;
  margin-bottom: 32px;
  overflow: hidden;
}
.r-boxleft {
  background: url(../images/bg_cloud.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.r-boxchild {
  position: relative;
}
.r-box2 {
  background: linear-gradient(359.32deg, #2948ff 6.16%, #396afc 84.16%);
  border: 1px solid #e5e5e5;
  padding: 48px 38px 38px 33px;
}
.r-box3 {
  background: linear-gradient(359.32deg, #8e2de2 6.16%, #4a00e0 84.16%);
  border: 1px solid #e5e5e5;
  padding: 48px 38px 38px 33px;
}
.r-boxright {
  background: url(../images/bg_fintech.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.rbox-title {
  font-weight: 800;
  font-size: 48px;
  line-height: 62px;
  margin-bottom: 20px;
}
.rbox-des {
  font-size: 18px;
}
.rbox-bottom {
  display: flex;
  justify-content: space-between;
}
.client_result .col .r-box .rbox-des {
  margin-bottom: 68px;
}
.client_result .col:nth-child(1) .r-box2 .rbox-title,
.client_result .col:nth-child(2) .r-box3 .rbox-title {
  font-size: 32px;
  font-weight: 700;
  line-height: initial;
}
.client_result .col:nth-child(1) .r-box1 .rbox-des,
.client_result .col:nth-child(2) .r-box4 .rbox-des {
  margin-bottom: 200px;
}
.client_result a {
  color: #fff;
}
.client_result a .r-boxleft,
.client_result a .r-boxright,
.client_result a .r-box {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.client_result a:hover .r-boxleft,
.client_result a:hover .r-boxright {
  transform: scale(1.1);
}
.client_result a:hover .r-box {
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.5);
}

.emp_inspiration {
  padding: 96px 56px;
}
.empins_top {
  width: 75%;
  margin: 0 auto;
}
.emp_inspiration .coma {
}
.emp_inspiration .inspiration-text p {
  color: #3e3e3e;
  font-weight: 700;
  font-size: 32px;
  margin: 45px 0;
  line-height: 38px;
}

/* register */
.reg-right {
  background: url(../images/img_registerbg.png) no-repeat;
  background-size: cover;
  height: auto;
  width: 62%;
  padding: 68px 80px;
  position: relative;
}
.reg-right::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    87.43deg,
    rgba(0, 0, 0, 0.39) 26.53%,
    rgba(0, 0, 0, 0) 88.58%
  );
}
.reg-right img {
  filter: invert(96%) sepia(100%) saturate(12%) hue-rotate(237deg)
    brightness(103%) contrast(103%);
  position: relative;
  z-index: 1;
  width: 160px;
}
.reg-left {
  padding: 58px 12px;
  width: 312px;
  max-width: 100%;
  margin: 0 auto;
  font-weight: 600;
}
.reg-left .subtitle {
  font-size: 32px;
  margin-bottom: 20px;
}
.reg-left .btn {
  width: 100%;
}
.close_icon {
  position: absolute;
  top: 19px;
  right: 20px;
}
.amazon_icon {
  display: inline-block;
}
.amazon_icon img {
  float: left;
  margin-right: 10px;
}
.amazon_icon span {
  line-height: 40px;
}

.reg-right.reff-join {
  background: url(../images/join-requestbg.png) no-repeat;
  background-size: cover;
  height: auto;
  width: 62%;
  padding: 68px 80px;
  position: relative;
}
.reg-right.reff-join::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    336deg,
    rgba(0, 0, 0, 0.62) 11.62%,
    rgba(45, 53, 60, 0.56) 77.5%
  );
  mix-blend-mode: multiply;
}
.reffjoin_title {
  font-weight: 700;
  font-size: 64px;
  color: #ffffff;
  margin: 0;
  position: relative;
  top: 50%;
  /* left: 50%; */
  transform: translateY(-50%);
  z-index: 1;
  line-height: 72px;
}

.errorpage {
  background: url(../images/bg_404.png) no-repeat;
  background-size: cover;
  height: calc(100vh - 64px);
  width: 100%;
  padding: 68px 80px;
  position: relative;
}
.errorpage_data {
  color: #ffffff;
  margin: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.errorpage_data .subtitle {
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 40px;
}
.errorpage_data .content-text {
  font-size: 16px;
  color: #fff;
  margin-bottom: 24px;
}

.custome-container {
  padding: 56px;
}
.custome-container ul.sec li {
  list-style: decimal-leading-zero;
}
.custome-container ul li {
  list-style: lower-alpha;
}
.custome-container h4 {
  margin-top: 30px;
}
.mobileshow {
  display: none;
}
.accordion-button {
  font-size: 24px !important;
  line-height: 32px !important;
}
@media screen and (min-width: 1100px) {
  .vh-center {
    width: 567px;
  }
}

@media only screen and (max-width: 1024px) {
  .nav-pills .nav-item a:before {
    display: none;
  }
  .logo_name {
    display: none;
  }
  header {
    padding: 12px 16px;
  }
  .footer-div {
      padding: 12px 16px !important;
  }
  .nav-item a.btn-primary {
    margin-left: 2px;
    position: relative;
    top: 5px;
  }
  .nav-pills .nav-link {
    padding: 5px 9px;
  }
  .banner,
  .reffer-banner,
  .about-banner,
  .emp-banner {
    margin: 20px 16px;
  }
  .banner .b-data {
    width: 90%;
  }
  .b-data h2 {
    font-size: 32px;
  }
  .b-data span {
    font-size: 16px;
  }
  .b-group button {
    margin: 0 5px 15px;
  }
  .b-group {
    margin: 22px 0;
  }
  .web-info {
    margin: 20px 16px;
    font-size: 16px;
    padding: 8px 0px 0px;
  }
  .web-info img {
    margin-bottom: 20px;
  }
  .i-text {
    font-size: 24px;
    line-height: inherit;
    margin-top: 6px;
  }
  .left-section,
  .right-section {
    border-radius: 16px;
    padding: 20px 85px 20px 20px;
  }
  .c-profile img {
    width: 100%;
  }
  .gry-contant img {
    object-fit: none;
    width: 100%;
    height: 500px;
  }
  .c-profile h4 {
    font-size: 24px;
  }
  .c-profile h3 {
    font-size: 32px;
  }
  .c-profile .subtitle {
    font-size: 18px;
    margin: 16px;
  }
  .cp-container {
    padding: 40px 16px 0;
  }
  .b-90 {
    margin-bottom: 40px;
  }
  .blue-section {
    padding: 48px 58px;
  }
  .peach-box h4 {
    font-size: 16px;
    padding: 34px 20px 0;
  }
  .peach-box span {
    font-size: 32px;
    display: block;
  }
  .peach-box .content-text {
    padding: 14px 20px 0;
    font-size: 14px;
  }
  .peach-box img {
    width: 100%;
  }
  .h-670 {
    height: 420px;
  }
  .vh-center {
    font-size: 14px;
  }
  .subtitle {
    font-size: 24px;
  }
  .title {
    font-size: 32px;
  }
  .content-text {
    font-size: 18px;
  }
  .white-contant {
    padding: 64px 0;
  }
  .f-left {
    width: 35%;
  }
  .f-right {
    width: 65%;
  }
  .fl-link {
    width: 50%;
  }
  .fl-link .flex-column {
    padding: 4px;
  }
  .social-icon {
    display: inline-block;
    padding-left: 5px;
    margin-bottom: 0;
  }
  .social-icon li {
    margin-right: 10px;
  }
  .footer-context {
    width: 138px;
    font-size: 24px;
    line-height: initial;
  }
  .gry-contant {
    padding: 50px 0 0;
  }
  .reffer-banner {
    height: 377px;
    padding: 48px;
  }
  .reffer-banner .b-data {
    width: 42%;
  }
  .about-banner {
    height: 280px;
  }
  .about-banner::after {
    background-size: contain;
  }
  .about-howwork {
    padding: 38px 0 38px;
    margin: 0 16px;
    width: 538px;
    margin: 0 auto;
    max-width: 100%;
  }
  .about-reffer .title {
    line-height: inherit;
  }
  .refbox {
    width: 100%;
  }
  .refboxs {
    width: 50%;
  }
  .reffer_jobs {
    padding: 56px 16px 0;
  }
  .about-whyreffer {
    padding: 50px 16px 10px;
  }
  .about-reffer {
    padding: 50px 0;
  }
  .inspiration {
    padding: 36px 16px;
  }
  .inspiration_bottom .col-text p {
    padding-left: 120px;
  }
  .inspiration_bottom .col-text {
    font-size: 14px;
  }
  .philosphy {
    margin: 0 16px;
    padding: 16px 0;
  }
  .philosphy .p-title {
    font-size: 24px;
  }
  .philosphy p {
    font-size: 12px;
  }
  .philosphy_1,
  .philosphy_2,
  .philosphy_3,
  .philosphy_4 {
    padding: 24px 18px;
  }
  .about_slogan {
    padding: 0px 16px 64px 16px;
  }
  .about_slogan .title,
  .about-banner .title {
    line-height: inherit;
  }
  .about-banner .subtitle {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 12px;
  }
  .about-banner p {
    font-size: 12px;
  }
  .emp_service {
    padding: 48px 16px 20px;
  }
  .emp_service .title,
  .emp_service .subtitle {
    line-height: normal;
  }
  .s-box {
    width: 50%;
    display: flex;
  }
  .s-img {
    margin: 0 14px 0 4px;
  }
  .counter-num {
    line-height: normal;
    font-size: 32px;
    margin-bottom: 8px;
  }
  .counter-text {
    font-size: 20px;
  }
  .counter-bottom {
    width: 500px;
    padding-top: 48px;
    padding-bottom: 0;
    max-width: 100%;
  }
  .counter-info {
    width: 100%;
    margin-bottom: 30px;
  }
  .counter_section {
    padding: 46px 16px 20px;
  }
  .adv-headline .adv-subtitle {
    font-size: 16px;
  }
  .adv-headline .adv-title {
    font-size: 32px;
    line-height: normal;
  }
  .adv-box {
    padding: 32px 24px;
    height: 400px;
  }
  .adv-des {
    font-size: 14px;
  }
  .emp-adv {
    padding: 0px 16px 48px;
  }
  .client_result {
    padding: 48px 16px 22px;
  }
  .emp_inspiration .coma {
    width: 40px;
  }
  .emp_inspiration .inspiration-text p {
    font-size: 16px;
    margin: 28px 0 40px;
    line-height: normal;
  }
  .emp_inspiration {
    padding: 36px 16px 54px;
  }
  .emp-banner {
    height: 455px;
  }
  .emp-banner .title {
    font-size: 32px;
    line-height: normal;
  }
  .emp-banner .b-data span {
    font-size: 32px;
  }
  .logo_scroll {
    padding: 36px 16px;
  }
  .reg-left .subtitle {
    font-size: 24px;
  }
  .errorpage_data .subtitle {
    font-size: 16px;
    margin-bottom: 26px;
  }
  .errorpage_data .content-text {
    font-size: 14px;
  }
  .errorpage {
    padding: 68px 16px;
    text-align: center;
  }
  .custome-container {
    padding: 16px;
  }
  .about-whyreffer .contect-text {
    font-size: 12px;
  }
  .slogan {
    font-size: 16px;
    margin: 16px 0;
  }
  .about-howwork .fullwidth-768 {
    width: 100%;
  }
}
.middle-space-div  {
  height: 100px;
}
@media only screen and (max-width: 786px) {
  .hamburger {
    display: block;
  }
  .middle-space-div  {
    height: 60px;
  }
  .nav-pills {
    display: none;
  }
  header {
    padding: 12px 16px 12px 52px;
  }
  .footer-div   {
    padding: 12px 16px 12px 16px !important;
  }
  .header-logo {
    flex: auto;
  }
  .btn-b-primary {
    padding: 11px 48px;
  }
  .nav-top {
    display: block;
  }
  .fullwidth-768 {
    width: 100%;
  }
  .reg-right {
    display: none;
  }
  .mobileshow {
    display: block;
  }
  .mobilehide {
    display: none;
  }
  .gry-contant img {
    object-fit: cover;
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
  .image-absolute-card { 
    left: 35px !important;
    width: 80% !important;
  }
  .accordion-button {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}
@media only screen and (max-width: 575px) {
  .fullwidth-768 {
    width: 100%;
  }
  .flex-1 {
    flex: 1 !important;
  }
  .middle-space-div {
    height: 30px !important;
  } 
  .container
  {
    max-width: 95%  !important;
  }
  .blue-card {
    height: 300px !important;
  }
  .b-group button {
    display: block;
    width: 100%;
  }
  .left-section,
  .right-section {
    padding: 32px;
    margin-bottom: 16px;
  }
  footer {
    padding: 24px 16px 0;
  }
  .f-left,
  .f-right {
    width: 100%;
  }
  .fl-link {
    width: 100%;
  }
  .footer-context {
    margin-top: 5px;
  }
  .fl-link .flex-column {
    padding: 0;
    margin: 0;
  }
  .social-icon {
    padding-left: 0;
  }
  .progressbar {
    display: none;
  }
  .blue-section {
    padding: 48px 16px;
  }
  .vh-center {
    margin: 40px 0 0;
    position: relative;
    top: 0;
    transform: none;
    padding: 0;
  }
  .h-670 {
    height: auto;
  }
  .white-contant {
    padding: 48px 0;
  }
  .reffer-banner {
    background: url(../images/bg_refer320.png) #f4f7fb right no-repeat;
    padding: 16px 16px;
    text-align: center;
    height: 599px;
    background-size: cover;
  }
  .banner {
    height: 476px;
  }
  .banner .b-data {
    width: 100%;
    padding: 6px;
  }
  .banner .b-group button {
    margin: 0 0 16px 0;
  }
  .banner .b-data h2,
  .banner .b-data span {
    padding: 0 42px;
  }
  .banner .b-group {
    padding: 0 32px;
  }
  .reffer-banner p {
    color: #fff;
    font-size: 12px;
  }
  .reffer-banner .b-data h2 {
    color: #fff;
  }
  .reffer-banner .b-data {
    width: 100%;
    position: relative;
    top: initial;
    transform: none;
  }
  .reffer-banner span {
    color: #fff;
  }
  .about-banner {
    height: 377px;
    padding: 16px;
  }
  .about-banner .b-data {
    position: relative;
  }
  .inspiration_top {
    display: block;
  }
  .inspiration .coma {
    top: 0;
    width: 50px;
  }
  .inspiration .inspiration-text p {
    font-size: 20px;
    line-height: normal;
    margin-top: 16px;
  }
  .inspiration_bottom .col-text {
    padding: 0 16px;
  }
  .inspiration_bottom .col-text p {
    padding: 0;
  }
  .philosphy p {
    margin-top: 63px;
  }
  .philosphy_1,
  .philosphy_2,
  .philosphy_3,
  .philosphy_4 {
    margin-bottom: 16px;
  }
  .about_slogan {
    padding: 14px 16px 40px;
  }
  .emp-banner {
    height: 287px;
  }
  .emp-banner .title,
  .emp-banner .b-data span {
    font-size: 24px;
  }
  .logo_scroll {
    padding: 26px 16px;
  }
  .s-box {
    width: 100%;
  }
  .cs-box {
    margin-bottom: 40px;
  }
  .counter-text {
    padding-bottom: 40px;
    margin: 0;
  }
  .counter-box:after {
    width: 100%;
    top: inherit;
    bottom: inherit;
    right: 0;
    left: 0;
    height: 1px;
  }
  .counter-info {
    margin: 0 0 24px;
  }
  .cb-img,
  .cb-text {
    width: 100%;
    margin: 10px 0 0;
    text-align: center;
  }
  .sm-100 {
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
    flex: none;
  }
  .adv-box {
    height: auto;
  }
  .adv-headline .adv-title {
    margin-bottom: 15px;
  }
  .emp-adv {
    padding: 0px 16px 28px;
  }
  .client_result .title {
    margin-bottom: 40px;
    text-align: center;
  }
  .rbox-title,
  .client_result .col:nth-child(1) .r-box2 .rbox-title,
  .client_result .col:nth-child(2) .r-box3 .rbox-title {
    font-size: 24px;
    line-height: normal;
  }
  .r-box {
    padding: 32px 23px;
    margin-bottom: 16px;
  }
  .rbox-title {
    margin-bottom: 25px;
  }
  .client_result .sm-100 {
    margin-bottom: 0;
  }
  .r-boxleft,
  .r-boxright {
    background-size: cover;
  }
  .rbox-des {
    font-size: 16px;
  }
  .client_result .col:nth-child(1) .r-box1 .rbox-des,
  .client_result .col:nth-child(2) .r-box4 .rbox-des,
  .client_result .col .r-box .rbox-des {
    margin: 30px 0 52px;
  }
  .empins_top {
    width: 90%;
  }
  .inspiration-text {
    text-align: center;
  }
  .emp_inspiration .inspiration-text p {
    text-align: left;
    margin-left: 30px;
  }
  .footer-bottom .social-icon {
    width: 100%;
  }
  .footer-bottom .social-icon li {
    margin: 0;
    display: inline-block;
    width: 100%;
  }
  footer .flex-wrap {
    display: inline-block !important;
    width: 100%;
    text-align: center;
  }
  .footer-bottom p {
    text-align: center;
  }
  .refboxs {
    width: 100%;
  }
  .jobs_des {
    margin-bottom: 24px;
  }
  .s-text h4 {
    font-size: 18px;
  }
  .reffer_p {
    padding: 16px;
  }
  .reffer_p img {
    padding: 8px;
    width: 52px;
  }
  .reffer_p .text {
    font-size: 12px;
    height: auto;
  }
  .cb-text {
    line-height: inherit;
    font-size: 24px;
  }
  .about-howwork img {
    width: 46px;
    left: 32px;
    top: 6px;
  }
  .about-howwork p {
    font-size: 12px;
    padding-left: 80px;
    margin: 8px 0 28px;
  }
  .office_bg .subtitle {
    font-size: 12px;
  }
  .about-reffer .title {
    font-size: 20px;
  }
  .about-reffer .title.w-88 {
    font-size: 32px;
  }
  .reffer_jobs {
    padding: 16px 16px 0;
  }
  .about-reffer {
    padding: 33px 0;
  }
  .services_list {
    margin: 78px 0px 0px;
  }
  .services_list .s-box {
    padding: 0;
  }
  .s-text p {
    font-size: 12px;
  }
  .counter-bottom {
    padding-top: 0;
  }
  
  .our-ethos-text {
    top: 10px !important;
    left: 30px !important;
  }
  .accordion-button {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}

.accordion-button::after {
  background-image: url("../images/landingpage/uk/exe-search/plus.png");
  transform: scale(.7) !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../images/landingpage/uk/exe-search/minus.png");
}
.accordion-button {
  font-weight:600;
  font-size: 22px;
  line-height:28px;
  color: #1C1C1C;
  background-color: #F4F7FB;
}
.accordion-data  {
  border-radius: 12px;
  padding: 16px, 24px, 16px, 24px;
  gap: 10px;
  background-color: #fff;
}
.accordion {
  background-color: #F4F7FB !important;
  --bs-accordion-bg: #F8F8F8 !important;
}
.bg-gray-card{
  background-color: #F8F8F8;
}
.blue-card {
  height: 450px !important;
}
.white-card-gap .card:hover {
  border: 1px solid #0B44D8  !important;
  box-shadow: 0 0 5px #668ff6;
  cursor: pointer !important;
}

.hide {
  opacity: 0 !important;
}
    
.card:hover .hide {
  opacity: 1  !important;
}
.img-banner {
  height: 200px !important;
  object-fit: contain !important;
  width: 100%;
}
/* .accordion-item:last-of-type {
  border-bottom: 1px solid #D9D9D9 !important;
} */

@media screen and (max-width: 800px) {
  .container
  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 90%  !important; 
  }
  .blue-card {
    height: 320px !important;
  }
  
  .hide {
    opacity: 1  !important;
  }
  .flex-1 {
    padding-bottom: 20px !important;
  }
}

@media screen and (max-width: 1200px) {
  .blue-card {
    height: 400px ;
  }
}

.dropdown-menu {
  position: relative;
  float: none;
}
.flex-1 {
  padding-bottom: 40px;
}
.accordion-button:not(.collapsed) {
  background-color: #F4F7FB !important;
  box-shadow: none !important;
  color: #1C1C1C !important;
}

.dropdown-menu.show {
  position: absolute;
  top: 50px;
  right: 0px;
  background-color: white;
  border-radius: 10px;
  padding: 10px;

}
.dropdown-item:hover {
   background-color: #F4F8FD;
   border-radius: 10px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.mobile-view-list {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #808080;
}
.dropcheck:checked ~ .dropdown-menu {
  display: block;
}
.blue-bold  {
  color: #0B44D8;
  font-weight: 700;
}
.error {
  display: block;
  margin-bottom: 10px;
  color: red;
}

.selected-city:hover
{
  background-color: #F4F7FB;
  border-radius: 5px;
}

.show-select {
  opacity: 0 !important;
}
    
.selected-city:hover .show-select {
  opacity: 1  !important;
}
.link-hover:hover {
   color: white !important;
}
.cursor-pointer {
  cursor: pointer;
}
.footer-div {
  padding: 12px 56px;
}
.cover {
  object-fit: cover;
}
.accordion-body {
  padding-left: 0px !important;
}

div.accordion-collapse {
  display: none;
}

div.accordion-collapse.show {
  display: block !important;
}
.accordion-button {
  border-bottom: 0px solid #D9D9D9 !important;
}
.accordion-button.collapsed {
  border-bottom: 1px solid #D9D9D9 !important;
}
.image-absolute-card {
  bottom: 35px; 
  width: 60%; 
  left: 45px;
}
.fw-600
{
  font-weight: 600 !important;
}
footer a:hover  {
    color: white;
}


/* .sidebar-nav .nav-item:nth-child(2) a.active::after {
    background: url(../images/icons/ic_chevronright24.svg) no-repeat !important;
} */
.nav.sidebar-nav li:nth-child(2) a.active::after {
  content: "";
  background: url(../images/icons/ic_chevron_down16.svg) no-repeat;
  position: absolute;
  right: 17px;
  width: 22px;
  height: 22px;
}
.nav.sidebar-nav li:nth-child(2) ul a::after {
  background: none;
}
.our-ethos-text {
    top: 20px;
    left: 40px;
}
.card {
  border: 1px solid transparent !important;
}
.accordion-button:focus
{
  outline: none !important;
  box-shadow: none  !important;
}
.accordion-button:hover 
{
  z-index: 1 !important;
  box-shadow: none  !important;
}
.accordion-button::after .accordion-button:active
{
  z-index: 1 !important;
  box-shadow: none  !important;
}
.cursor-pointer{
  cursor: pointer  !important;
}
.hidden {
  display: none !important;
}
#selectGlobeSubmit:hover .dropdown-menu
{
  display: block;
}