@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,700&display=swap");
/*=======================
        General 
=======================*/
html,
body {
  font-family: "Roboto";
  padding: 0;
  margin: 0;
}
p {
  font-size: 16px;
  line-height: 29px;
  margin: 4px 0 20px;
  color: #757b8a;
  font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-family: "Montserrat";
}
h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 14px;
}
a:hover {
  text-decoration: none;
}
a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  text-decoration: none;
}
:focus {
  outline: none;
}
img {
  max-width: 100%;
}
ul {
  padding: 0;
  margin: 0;
}
* {
  box-sizing: border-box;
}
/*=======================
       Page Layout
=======================*/
.list-flex {
  display: flex;
  flex-wrap: wrap;
}
.flex-center {
  justify-content: space-between;
}
.flex-middle {
  align-items: center;
}
.container {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.text-center {
  text-align: center;
}
.text-uppercase {
  text-transform: uppercase;
}
#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 38px 0;
}
#header .btn-white {
  padding: 14.5px 28px;
}
.btn-blue {
  display: inline-block;
  background: linear-gradient(318.24deg, #3b82f6 0%, #86b4ff 94.95%);
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  padding: 15px 27px;
  border-radius: 8px;
  font-weight: 500;
}
.btn-blue:hover {
  opacity: 0.8;
}
.bg-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home-banner {
  padding: 207px 0 183px;
  position: relative;
}
.home-banner:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(
    90deg,
    rgba(14, 36, 63, 0.8) 6.18%,
    rgba(15, 44, 81, 0.6) 42.97%,
    rgba(10, 35, 67, 0.05) 92.31%
  );
  position: absolute;
}
.home-banner .info {
  max-width: 737px;
  position: relative;
}
.home-banner .info h1 {
  color: #fff;
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 49px;
  font-family: "Gilroy";
}
.home-banner .info h1 span {
  position: relative;
  display: inline-block;
}
.home-banner .info h1 span:before {
  width: 142px;
  height: 30px;
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  background: url(../images/line.svg) no-repeat center center/100% 100%;
}
.btn-white {
  display: inline-block;
  border-radius: 8px;
  padding: 12px 33px;
  background: #fff;
  color: #101010;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
.btn-white:hover {
  color: #fff;
  background: #3b82f6;
}
.home-banner .btn-white {
  margin-right: 47px;
}
.btn-learn {
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #fff;
}
.btn-learn:hover {
  opacity: 0.8;
}
.btn-learn img {
  margin-left: 10px;
  position: relative;
  top: 1px;
}
.home-partner {
  padding: 89px 0 86px;
}
.partner-it img {
  opacity: 0.55;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.partner-it:hover img {
  opacity: 1;
}
.home-about {
  padding: 47px 0 48px;
  position: relative;
  margin-bottom: 145px;
}
.home-about:before {
  width: 33%;
  top: 0;
  left: 0;
  bottom: 0;
  background: #f7f9ff;
  position: absolute;
  content: "";
}
.home-about .featured {
  width: 50%;
  padding-right: 7px;
}
.home-about .featured img {
  border-radius: 8px;
}
.image-fit {
  overflow-y: hidden;
}
.image-fit img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-about .info {
  width: 50%;
  padding-left: 71px;
  padding-top: 13px;
}
.home-about .about-box {
  position: relative;
}
.home-about .info h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  color: #3b82f6;
  margin-bottom: 12px;
}
.home-about .info .btn-blue {
  margin-top: 18px;
  padding: 15px 18px;
}
.home-number {
  background: #f7f9ff;
  padding: 141px 0 166px;
}
.home-number .title {
  max-width: 616px;
  margin: 0 auto 47px;
}
.number-list {
  margin: 0 auto;
  max-width: 898px;
}
.number-it {
  width: 33.33%;
  padding: 0 21px;
}
.number-box {
  background: #fff;
  border-radius: 8px;
  padding: 31px;
  height: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.number-box .icon {
  height: 56px;
  margin-bottom: 34px;
}
.number-box h3 {
  color: #034d82;
  font-size: 48px;
  line-height: 32px;
  letter-spacing: 0.2px;
  font-family: "DM Sans";
  margin-bottom: 21px;
}
.number-box h4 {
  font-weight: 500;
  color: #034d82;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.003em;
  margin-bottom: 0;
}
.number-box:hover {
  box-shadow: 0 0 150px rgba(92, 152, 250, 0.19);
}
.home-join {
  padding: 130px 0 214px;
}
.home-join .featured {
  width: 44.6%;
  position: relative;
}
.home-join .featured img {
  border-radius: 8px;
}
.home-join .featured .find {
  bottom: -14px;
  left: calc(100% - 72px);
  background: #fff;
  box-shadow: 20px 40px 80px 0px rgba(45, 51, 81, 0.12);
  padding: 26px 31px;
  position: absolute;
  border-radius: 8px;
  width: 529px;
}
.home-join .find .icon {
  width: 53px;
  margin-top: 10px;
}
.home-join .find .find-info {
  width: calc(100% - 53px);
  padding-left: 19px;
}
.home-join .find .find-info h4 {
  color: #101010;
  font-size: 18px;
  line-height: 2;
  font-weight: 600;
  margin-bottom: 0;
  font-family: "Roboto";
}
.home-join .find .find-info p {
  color: #757b8a;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
  word-break: break-word;
}
.home-join .info {
  padding-left: 117px;
  width: 55.4%;
  padding-bottom: 150px;
}
#footer {
  background: #0e243e;
  color: rgba(255, 255, 255, 0.6);
}
.ft-top {
  padding: 69px 0px 30px;
}
.ft-logo {
  margin-bottom: 26px;
}
.ft-logo img {
  height: 55px;
}
.admin-logo img {
  height: 55px;
  display: block;
}
.ft-col-1 p {
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 19px;
  font-size: 15px;
}
.ft-col-1 {
  max-width: 340px;
  display: inline-block;
}
.ft-col-2 {
  display: inline-block;
  padding-top: 6px;
  padding-right: 20px;
}
.ft-menu li {
  display: inline-block;
  margin: 0 63px;
  width: auto;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
.ft-menu li ul {
  margin-top: 23px;
}
.ft-menu li ul li {
  display: block;
  margin: 0 0 24px 0;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #d3d6d8;
}
.ft-menu li li a {
  color: #d3d6d8;
}
.ft-menu li li a:hover {
  color: #3b82f6;
}

.ft-col-3 {
  display: inline-block;
  padding-top: 5px;
}
.ft-col-3 h3 {
  margin-bottom: 16px;
  font-weight: 400;
  font-family: "DM Sans";
  line-height: 28px;
  color: #d3d6d8;
  font-size: 16px;
}
.social a {
  margin-left: 6px;
  width: 42px;
  height: 40px;
  background: rgba(213, 226, 228, 0.1);
  color: #d3d6d8;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.social a:hover {
  background: rgba(213, 226, 228, 0.5);
  color: #fff;
}
.ft-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 20px 0;
}
.ft-bottom p {
  margin-bottom: 0;
  font-family: "DM Sans";
  font-size: 14px;
  line-height: 18px;
}
.header-admin {
  background: #034d82;
  border-radius: 8px 8px 0 0;
  padding: 13px 0 !important;
  color: #fff;
  position: relative !important;
}
.header-admin .container {
  max-width: 1356px;
}
.log-out {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}
.log-out:hover {
  opacity: 0.8;
}
.log-out img {
  margin-right: 10px;
}
.user .user-info .avata {
  width: 39px;
  height: 37px;
  border-radius: 50%;
  object-fit: cover;
}
.user .user-info .name {
  min-width: 159px;
  margin: 0 10px;
}
.user .name p {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}
.user .name p a {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.74);
}
.user .user-info .arrow {
  width: 16px;
  cursor: pointer;
}
.admin-main {
  padding: 90px 0 167px;
  background: #f7f9ff;
}
.admin-top {
  margin-bottom: 156px;
  align-items: flex-start;
}
.tab-title {
  padding: 13px 0;
  background: #eaf2fe;
  border-radius: 10px 10px 0 0;
}
.tab-title a {
  display: inline-block;
  min-width: 228px;
  text-align: center;
  padding: 5px 10px;
  font-family: "Montserrat";
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: rgba(16, 16, 16, 0.5);
  border-left: 1px solid rgba(3, 77, 130, 0.2);
}
.tab-title a:first-child {
  border: none;
}
.tab-title a.active,
.tab-title a:hover {
  color: #101010;
  font-weight: 600;
}
.tab-content h2 {
  color: #101010;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: -1px;
  font-weight: 600;
  margin-bottom: 0;
}
.tab-content .title {
  margin-bottom: 29px;
}
.admin-table table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 20px 40px 80px 0px rgba(45, 51, 81, 0.07);
  border-radius: 8px;
}
.admin-table table th {
  background: rgba(91, 151, 249, 0.13);
  padding: 27px 10px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  color: rgba(14, 36, 62, 0.5);
  text-align: left;
}
.admin-table table th:first-child {
  border-radius: 8px 0 0 0;
  padding-left: 30px;
}
.admin-table table th:last-child {
  border-radius: 0 8px 0 0;
  padding-right: 30px;
}
.admin-table table th.small {
  font-size: 16px;
  line-height: 18px;
}
.admin-table table td {
  border-top: 1px solid rgba(227, 227, 230, 0.7);
  padding: 10px 10px;
  color: #23282d;
  font-size: 16px;
  line-height: 20px;
  height: 78px;
}
.admin-table table td:first-child {
  padding-left: 30px;
}
.admin-table table td:last-child {
  padding-right: 30px;
}
.admin-table table td a {
  color: #3b82f6;
  text-decoration: underline;
}
.admin-table table tbody tr:first-child td {
  border: none;
}
.sort {
  font-size: 18px;
  line-height: 1;
  color: rgba(155, 157, 159, 0.46);
}
.sort a {
  color: #4488f7;
}
.sort a:hover {
  color: #101010;
}
.admin-main .container {
  max-width: 1356px;
}
.admin-table table td p {
  margin-bottom: 6px;
  color: #23282d;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.admin-table table td img {
  margin-right: 7px;
}
.opportunity-custom {
  display: none;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none;
}
.pp-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 24, 24, 0.38);
}
.pp-box {
  width: 947px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding: 20px;
}
.pp-box-inner {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 8px;
}
.pp-title {
  background: rgba(91, 151, 249, 0.13);
  padding: 49px 100px 42px;
  position: relative;
  border-radius: 8px 8px 0 0;
}
.pp-title h2 {
  font-size: 32px;
  line-height: 41px;
  letter-spacing: -1px;
  font-weight: 600;
  margin-bottom: 0;
  color: #23282d;
}
.pp-title .close {
  width: 22.5px;
  position: absolute;
  top: 26px;
  right: 26px;
  cursor: pointer;
}
.pp-content {
  padding: 51px 180px 43px 135px;
  max-height: calc(100vh - 152px);
  overflow-y: auto;
}
.pp-content p {
  margin: 0 0 16px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
}
.pp-content p strong {
  color: #23282d;
  display: inline-block;
  margin-left: 8px;
  font-weight: 500;
}
.pp-content h4 {
  margin: 49px 0 18px;
  color: #000;
  font-size: 20px;
  line-height: 23px;
  font-weight: 500;
  font-family: "Roboto";
}
.pp-content ul {
  margin: 0;
  padding: 0;
}
.pp-content ul li {
  padding-left: 34px;
  color: #23282d;
  font-size: 18px;
  line-height: 21px;
  background: url(../images/check-circle.svg) no-repeat left top/20px 20px;
  margin-bottom: 19px;
  display: block;
}
.pp-content ul li:last-child {
  margin-bottom: 0;
}
.pp-content .quoted {
  margin: 38px 0 31px 5px;
  padding-left: 20px;
  position: relative;
}
.pp-content .quoted p {
  color: rgba(35, 40, 45, 0.6);
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 0;
  font-weight: 400;
}
.pp-content .quoted:before {
  width: 6px;
  height: 100%;
  background: linear-gradient(315.55deg, #ef4444 0%, #ff8989 92.87%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
}
.accept {
  padding-left: 37px;
  position: relative;
  margin-left: 6px;
}
.accept input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 14px;
  width: 14px;
  left: 0;
  z-index: 2;
}
.accept label {
  color: rgba(35, 40, 45, 0.6);
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}
.accept .checkmark {
  border: 1px solid rgba(0, 0, 0, 0.5);
  width: 20px;
  height: 20px;
  display: inline-block;
  left: 0;
  top: 0;
  position: absolute;
  content: "";
}
.accept input:checked ~ .checkmark:after {
  width: 10px;
  height: 10px;
  background: #000;
  left: 4px;
  top: 4px;
  content: "";
  position: absolute;
}
.pp-content .btn-blue {
  margin-top: 40px;
  border: none;
  min-width: 146px;
  cursor: pointer;
}
.project-custom {
  display: none;
}
.sg-title {
  margin-bottom: 51px;
}
.sg-title h4 {
  color: #034d82;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -1px;
  font-weight: 500;
  margin-bottom: 11px;
}
.sg-title h4 img {
  width: 29px;
  margin-right: 8px;
}
.sg-title h2 {
  color: #101010;
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: -1px;
  margin-bottom: 0;
}
.switch {
  display: inline-block;
  width: 45px;
  height: 22px;
  margin-right: 9px;
  position: relative;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(35, 40, 45, 0.4);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 2px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider:before {
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
}
input:checked + .slider {
  background: #4e8ff8;
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.project-switch {
  color: #101010b2;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 51px;
}
.project-switch.checked {
  color: #4e8ff8;
}
.sg-custom h3 {
  color: #0e243e;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Roboto";
  margin-bottom: 16px;
}
.sg-custom p {
  color: #0e243e;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  margin-top: 0;
}
.sg-custom p span {
  font-size: 16px;
  color: rgba(35, 40, 45, 0.6);
  font-weight: 400;
}
.sg-custom p span.line {
  margin: 0 22px;
  color: rgba(3, 77, 130, 0.6);
  display: inline-block;
  font-size: 26px;
  position: relative;
  top: 4px;
}
.sg-custom p.sg-info-contact {
  font-size: 15px;
  line-height: 32px;
  margin-top: 8px;
  font-weight: 400;
}
.sg-custom p a {
  color: #23282d;
}
.sg-custom table {
  margin-top: 70px;
}
.sg-custom table a img {
  width: 26px;
  margin-right: 14px;
  display: inline-block;
  vertical-align: middle;
}
.sg-custom table a {
  color: #23282d !important;
  text-decoration: none !important;
}
.sg-custom table a:hover {
  opacity: 0.8;
}
.sg-custom p a:hover {
  color: #4e8ff8;
}
.admin-table table td a:hover {
  text-decoration: none;
}
.home-join .info h2 {
  margin-bottom: 23px;
}
.logo img {
  display: block;
  height: 56px;
}
.sg-custom table tr td {
  height: 72px;
  font-size: 18px;
  line-height: 21px;
}
.sg-custom table tr th:last-child {
  width: 220px;
}
.user-main .admin-top {
  margin-bottom: 72px;
}
.user-content h1 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 60px;
}
.user-form h3 {
  color: #0e243e;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Roboto";
  margin-bottom: 27px;
}
.user-box {
  box-shadow: 20px 40px 80px 0px rgba(45, 51, 81, 0.07);
  background: #fff;
  border-radius: 8px;
  margin-bottom: 55px;
}
.user-box:last-child {
  margin-bottom: 0;
}
.user-box h4 {
  color: #23282d;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  font-family: "Roboto";
  padding: 15px 20px 14px;
  background: rgba(91, 151, 249, 0.13);
  border-radius: 8px 8px 0 0;
  margin-bottom: 0;
}
.user-box-content {
  padding: 27px 20px 30px;
}
.form-check {
  margin-bottom: 12px;
}
.form-check:last-child {
  margin-bottom: 0;
}
.form-check .custom-checkbox {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: rgba(35, 40, 45, 0.8);
  height: 20px;
  display: flex;
  cursor: pointer;
}
.form-check .custom-checkbox.checked .checkbox {
  background: url(../images/check.png) #3b82f6 no-repeat center center/14px auto;
  border-color: #3b82f6;
}
.form-check .custom-checkbox input {
  display: none;
}
.form-check .custom-checkbox .checkbox {
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  margin-right: 12px;
  vertical-align: middle;
  box-sizing: border-box;
}
.custom-radio {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: rgba(35, 40, 45, 0.8);
  height: 22px;
  display: inline-block;
  cursor: pointer;
}
.custom-radio input {
  display: none;
}
.custom-radio .radio {
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  margin-right: 12px;
  vertical-align: middle;
  position: relative;
}
.form-check .custom-radio.checked .radio:before {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #5392f7;
  content: "";
  top: 3px;
  left: 3px;
}
.user-main {
  padding: 61px 0 200px;
}
.project-single {
  margin-top: -30px;
}
.project-single .admin-table table th {
  padding: 14px 10px 14px 30px;
  font-size: 20px;
}
.sg-info-table {
  overflow-x: auto;
}

.footer-email:hover {
  color: #3b82f6;
}

.footer-email {
  color: #d3d6d8;
  line-height: 30px;
}

.content-privacy li {
  line-height: 29px;
  color: #757b8a;
  font-weight: 500;
  margin: 0 0 16px;
}
