@font-face {
  font-family: "avenirlight";
  src: url("../fonts/avenirlight.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "avenirmedium";
  src: url("../fonts/avenirmedium.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "avenirheavy";
  src: url("../fonts/avenirheavy.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "avenirblack";
  src: url("../fonts/avenirblack.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "avenirroman";
  src: url("../fonts/avenirroman.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "avenirbookoblique";
  src: url("../fonts/avenirbookoblique.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "avenirmedium";
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #3c3c3c;
  background-color: #f6f5ef;
}

.signup-form-container::-webkit-scrollbar {
  width: 8px;
}

.signup-form-container::-webkit-scrollbar:focus,
body::-webkit-scrollbar:hover {
  width: 10px;
}

.signup-form-container::-webkit-scrollbar-track {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.signup-form-container::-webkit-scrollbar-thumb {
  background-color: #191970 !important;
  border-radius: 4px;
}

.signup-form-container::-webkit-scrollbar-thumb:hover {
  background-color: #000080;
}

.signup-form-container::-webkit-scrollbar-corner {
  background-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heavy-font {
  font-family: "avenirheavy";
}

.border-btm {
  border-bottom: 1px solid !important;
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
}

.btn.focus,
.btn:focus,
.form-control:focus {
  box-shadow: none;
}

.common-btn-style,
.view-btn {
  font-family: "avenirmedium";
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  color: #000;
  border: none;
  border-radius: 0;
  padding: 18px 45px 18px 20px;
  background: url(../images/arrow-right.svg) no-repeat center right 5px / 25px
    #ffd700;
}

.common-btn-style.blue-btn {
  background: url(../images/arrow-right-white.svg) no-repeat center right 5px /
    25px #3d59ab !important;
  color: #fff;
}

.common-btn-style.add-project {
  background: url(../images/plus.svg) no-repeat center right 18px / 22px #ffd700;
}

.common-btn-style.less-padding {
  border: 1px solid #ffd700;
  padding: 5px 30px 5px 10px;
  background-position-x: right;
  margin-right: 30px;
}

.view-btn {
  border: 1px solid #3d59ab;
  padding: 5px 30px 5px 10px;
  background: url(../images/eye.svg) no-repeat center right 8px / 16px
    transparent;
  color: #3d59ab;
}

.no-bg {
  background-image: none;
  height: 32px;
  padding: 0 25px;
  margin: 8px 23px 8px 0;
}

.section-head {
  font-family: "avenirheavy";
  font-size: 40px;
  line-height: 60px;
  color: #191970;
  margin-bottom: 30px;
}

.section-padding {
  padding: 65px 0;
}

.small-text,
.active-text,
.badge-list {
  font-size: 12px;
  line-height: 20px;
  color: #a0a0a0;
  font-family: "avenirroman";
}

.active-text {
  color: #3d59ab;
}

.Waiting-text {
  font-size: 12px;
  line-height: 20px;
  color: #26cf74;
}

.text-orange {
  color: #ffd700;
}

.text-blue {
  color: #3d59ab;
}

.dark-text {
  color: #161616;
}

.blue-bg {
  background-color: #3d59ab !important;
}

.gradient-bg {
  background: linear-gradient(90.18deg, #3d59ab 6.64%, #191970 161.96%);
}

.f-12 {
  font-size: 12px;
}

.f-16 {
  font-size: 16px !important;
}

.text-decoration-underline {
  text-decoration: underline;
}

.breadcrumb {
  border-left: 1px solid #c4c4c4;
  border-radius: 0;
  margin-left: 18px;
  font-size: 12px;
  line-height: 20px;
  color: #a0a0a0;
  background-color: transparent;
  padding: 0.25rem 1rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #c4c4c4;
  content: ">";
}

.breadcrumb-item.active {
  color: #3c3c3c;
}

.badge-list {
  color: #3c3c3c;
  flex-wrap: wrap;
}

.badge-list li {
  display: inline-flex;
  margin-right: 20px;
  margin-bottom: 15px;
  min-width: 95px;
  align-items: center;
  justify-content: space-between;
}

.badge-list li:last-child {
  margin-bottom: 0;
}

.badge-list .badge-light,
.badge-list .badge-danger,
.badge-list .badge-success,
.task-list .badge {
  background-color: #dae3ff;
  border-radius: 8px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1.64;
  text-align: center;
  color: #3c3c3c;
  font-weight: 400;
  margin-left: 5px;
}

.task-list .badge {
  margin: 0;
  margin-right: 5px;
  border-radius: 50%;
}

.task-list li {
  border: 1px solid #e0e0e0;
  margin-bottom: 12px;
  padding: 4px 6px;
}

.badge-list .badge-light,
.task-list .badge-light {
  background-color: #dae3ff;
}

.badge-list .badge-danger,
.task-list .badge-danger {
  background-color: #ffc4be;
}

.badge-list .badge-success,
.task-list .badge-success {
  background-color: #daffe9;
}

.badge.active {
  position: relative;
}

.badge.active::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: -2px;
  top: -2px;
  background-color: #f90;
  border-radius: 50%;
}

.inactive {
  color: #a0a0a0;
}

.no-of-position {
  font-size: 12px;
  line-height: 16px;
  color: #3c3c3c;
  font-weight: 400;
  display: block;
}

.wallet-div {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.16px;
  color: #3c3c3c;
  padding: 4px 10px 4px 40px;
  background: url(../images/wallet.svg) no-repeat center left 8px / 20px
    transparent;
  border: 1px solid #3d59ab;
  display: inline-block;
  text-align: left;
}

.wallet-div .wallet-amount {
  font-size: 14px;
  font-family: "avenirheavy";
  display: block;
}

.job-points {
  font-size: 14px;
  line-height: 20px;
  font-family: "avenirroman";
  padding-left: 20px;
}

.job-list {
  background: url(../images/file.svg) no-repeat top 5px left / 12px transparent;
}

.job-exp {
  background: url(../images/ranking.svg) no-repeat top 5px left / 12px
    transparent;
}

.job-company {
  background: url(../images/laptop.svg) no-repeat top 5px left / 12px
    transparent;
}

.job-Github {
  background: url(../images/github.svg) no-repeat top 5px left / 12px
    transparent;
}

.star-head {
  background: url(../images/yellow-star.svg) no-repeat center right / 16px
    transparent;
  min-width: 150px;
  display: inline-block;
}

.narrow-header {
  background: #191970;
  color: #fff;
  min-height: 48px;
}

.menu-btn {
  border: none;
  border-radius: 0;
  padding: 8px 24px;
  font-size: 14px;
  line-height: 20px;
  background: #3d59ab;
  color: #fff;
}

.menu-btn.login {
  background: #fff;
  color: #3d59ab;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #3d59abf0 21.46%, #191970f0 107.05%);
  overflow-x: hidden;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay a {
  font-size: 28px;
  display: block;
  line-height: 2;
  color: #d6d6d6;
}

.overlay a:hover,
.overlay a:focus {
  color: #fff;
}

.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 3%;
  font-size: 45px;
}

.banner-section {
  min-height: 780px;
  padding: 80px 0 60px;
  display: flex;
  align-items: flex-end;
  background: none;
  background-color: #f6f5ef;
  z-index: 1;
}

.banner-section.about,
.banner-section.company {
  min-height: 640px;
}

.banner-section.blog-banner {
  min-height: 472px;
  z-index: 1;
  align-items: center;
}

.banner-section.blog-banner.model {
  min-height: 547px;
  align-items: flex-end;
}

.banner-section.blog-banner::after,
.grow-section::after {
  content: "";
  display: block;
  width: auto;
  height: 100%;
  background: linear-gradient(90deg, #3d59ab 21.46%, #191970 107.05%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.banner-section.contact {
  overflow: hidden;
}

.banner-section.contact .card-title {
  color: #3c3c3c;
}

.banner-section.contact .contact-small-img {
  position: relative;
  margin-top: -45px;
}

.banner-section.contact .contact-card {
  margin-top: 45px;
}

.banner-section.contact .contact-card .card-body {
  padding: 16px;
  padding-right: 0;
}

.contact-form .form-control {
  /* background-color: #f6f6f6; */
  border: 0;
  border-radius: 0;
  height: 46px;
  background-color: #f6f5ef !important;
  background: #f6f5ef !important;
}

.contact-form textarea.form-control {
  height: 70px;
  resize: none;
}

.form-select {
  padding-right: 30px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form-select-container {
  position: relative;
}

.form-select-container::after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  right: 20px;
  transform: translateY(-50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent transparent #161616 #161616;
}

.experts-section {
  background: linear-gradient(90deg, #3d59ab 21.46%, #191970 107.05%);
}

.experts-sec-head {
  line-height: 104.6%;
}

.experts-nav-tabs.nav-pills .nav-link {
  padding: 5px 0;
  margin-right: 40px;
  font-family: "avenirroman";
}

.experts-nav-tabs.nav-pills .nav-link.active {
  background-color: transparent;
  border-bottom: 2px solid #ffd700;
  border-radius: 0;
}

.experts-nav-tabs-head {
  margin-bottom: 30px;
  line-height: 38px;
  font-family: "avenirroman";
}

.experts-section .tab-content .tab-img {
  max-height: 345px;
  object-fit: contain;
}

.works-for-you-section {
  background-color: #f6f5ef;
}

.works-for-you-section .card-img-top {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.works-for-you-section .card-title,
.grow-section .card-title,
.banner-section.contact .card-title,
.project-section .card-title {
  font-size: 20px;
  line-height: 27px;
}

.how-we-are-diff-section {
  background: #191970;
}

.how-we-are-diff-sec-head.section-head {
  font-size: 20px;
  line-height: 27px;
  color: #ffd700;
}

.bottom-section {
  background-color: #ffd700;
}

.bottom-section .common-btn-style {
  color: #000;
  background-color: #fff;
}

.testimonial-section {
  background-color: #f6f5ef;
}

.testimonial-content {
  position: relative;
  text-align: left;
  line-height: 24px;
  font-family: "avenirroman";
}

.testimonial-content:before {
  content: "“";
  color: #3d59ab;
  font-size: 72px;
  line-height: 1;
  font-family: "avenirheavy";
  position: absolute;
  left: -10px;
  top: -20px;
}

.testimonial-nav-tabs.nav-pills .nav-link img,
.feed-div .client-image {
  width: 56px;
  height: 56px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

.testimonial-nav-tabs.nav-pills .nav-link .client-details {
  display: none;
}

.testimonial-nav-tabs.nav-pills .nav-link.active .client-details {
  display: block;
}

.testimonial-nav-tabs.nav-pills .nav-link {
  align-items: center;
  display: flex;
  padding: 3px;
}

.testimonial-nav-tabs.nav-pills .nav-link.active {
  background-color: transparent;
  border: 0;
}

.testimonial-nav-tabs .client-name {
  font-size: 18px;
  line-height: 28px;
  color: #18191f;
  font-family: "avenirheavy";
}

.testimonial-nav-tabs .client-profession {
  font-size: 14px;
  line-height: 24px;
  color: #18191f;
  font-family: "avenirbookoblique";
}

.testimonial-tab-content .tab-pane {
  box-shadow: 0 30px 40px rgba(212, 217, 232, 0.2);
}

.file_upload {
  border: none;
  background: none;
}

.faq-accordion.accordion > .card > .card-header,
.arrow-header {
  cursor: pointer;
  position: relative;
}

.faq-accordion.accordion > .card > .card-header::after,
.arrow-header::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: #161616 #161616 transparent transparent;
}

.faq-accordion.accordion > .card > .card-header.collapsed::after,
.arrow-header.collapsed::after {
  border-color: transparent transparent #161616 #161616;
}

.we-think-section .nav-pills .nav-link {
  border-radius: 0.25rem;
  background: #fff;
  box-shadow: 0 10px 20px rgba(41, 41, 42, 0.07);
  margin-bottom: 36px;
  min-height: 66px;
  display: flex;
  align-items: center;
  padding: 10px 26px;
  border-radius: 0;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  color: #3d59ab;
  max-width: 223px;
  position: relative;
}

.we-think-section .nav-pills .nav-link:hover {
  color: #fff;
  background-color: #3d59ab;
}

.we-think-section .nav-pills .nav-link.active,
.we-think-section .nav-pills .show > .nav-link {
  color: #3d59ab;
  background-color: #ffd700;
}

.drop-shadow-img {
  border: 1px solid #e1e1e1;
  filter: drop-shadow(0 0 15px rgba(139, 139, 139, 0.18));
  margin-bottom: 32px;
}

.job-head {
  line-height: 33px;
}

.footer-section {
  background-color: #3c3c3c;
  font-family: "avenirbookoblique";
  font-size: 16px;
  line-height: 26px;
}

.footer-head {
  font-size: 24px;
  line-height: 104.6%;
  margin-bottom: 40px;
  font-family: "avenirroman";
}

.footer-menu-links li {
  margin-bottom: 12px;
}

.signup-head {
  font-size: 20px;
  line-height: 30px;
  font-family: "avenirmedium";
}

.copyright-text {
  line-height: 30px;
  margin-bottom: 30px;
}

.social-links li {
  margin-right: 16px;
}

.newsletter-group {
  border-radius: 8px;
  overflow: hidden;
}

.newsletter-group .form-control,
.newsletter-group .btn {
  background-color: #ffffff20;
}

.newsletter-group .form-control::-webkit-input-placeholder {
  color: #d9dbe1;
}

.newsletter-group .form-control::-moz-placeholder {
  color: #d9dbe1;
}

.newsletter-group .form-control:-ms-input-placeholder {
  color: #d9dbe1;
}

.newsletter-group .form-control::placeholder {
  color: #d9dbe1;
}

@media only screen and (min-width: 992px) {
  .banner-arrow {
    background: url(../images/banner-sec-arrow.svg) no-repeat center right /
      contain;
    left: -27%;
    top: auto;
    width: 407px;
    height: 236px;
    bottom: 109%;
  }

  .experts-arrow {
    background: url(../images/experts-arrow.svg) no-repeat center center /
      contain;
    top: 100%;
    right: 0;
    width: 112px;
    height: 108px;
  }

  .who-we-are-arrow {
    background: url(../images/experts-sec-arrow.svg) no-repeat center center /
      contain;
    top: auto;
    bottom: 40px;
    width: 244px;
    height: 114px;
    right: -10px;
  }

  .grow-section .who-we-are-arrow {
    right: auto;
    bottom: auto;
    top: -140px;
    transform: rotate(-175deg);
    left: 15px;
  }

  .banner-section.contact .who-we-are-arrow {
    left: 98%;
    top: -12px;
    transform: scaleX(-1) rotate(40deg);
  }

  .signup-image-container .who-we-are-arrow {
    transform: scaleX(-1) rotate(-7deg);
    right: 86px;
    display: none;
  }

  .works-arrow {
    background: url(../images/works-for-you-sec-arrow.svg) no-repeat center
      right / contain;
    top: 57%;
    right: -30px;
    width: 119px;
    height: 58px;
  }

  .how-we-are-diff-arrow {
    background: url(../images/how-we-are-diff-sec-arrow.svg) no-repeat center
      center / contain;
    top: -50px;
    left: 97%;
    width: 60px;
    height: 102px;
  }

  .banner-section.model .how-we-are-diff-arrow {
    top: auto;
    left: auto;
    bottom: -50px;
    right: 97%;
    transform: scale(-1, -1);
  }

  .testimonial-sec-arrow {
    background: url(../images/testimonial-sec-arrow.svg) no-repeat center center /
      contain;
    top: 22px;
    left: 100%;
    width: 50px;
    height: 87px;
  }

  .bottom-sec-arrow {
    background: url(../images/bottom-sec-arrow.svg) no-repeat center right /
      contain;
    top: 70%;
    right: 86%;
    width: 157px;
    height: 65px;
  }

  .company-banner-arrow {
    background: url(../images/company-sec-arrow.svg) no-repeat center right /
      cover;
    right: -75px;
    top: -45px;
    width: 107px;
    height: 174px;
  }

  .about-banner-arrow {
    background: url(../images/about-banner-arrow.svg) no-repeat center center /
      cover;
    top: -40px;
    left: 90%;
    width: 107px;
    height: 174px;
  }

  .blog-banner-arrow {
    background: url(../images/blog-arrow.svg) no-repeat center center / cover;
    top: auto;
    left: 40%;
    width: 127px;
    height: 116px;
    bottom: -40px;
  }
}

.signup-logo {
  position: absolute;
  left: 4%;
  top: 2%;
  height: 44px;
}

.signup-image-container .content-container .content-head {
  font-size: 50px;
  line-height: 104.6%;
  font-family: "avenirlight";
}

.signup-form-container {
  padding: 30px;
  flex: 1;
  background-color: #f6f5ef !important;
}

.form-content-container {
  max-width: 380px;
}

.signup-form .form-control {
  height: 46px;
  border: 1px solid #bbbbbb !important;
  border-radius: 8px;
}

.signup-form .form-control:focus,
.signup-form .form-control:hover {
  border: 1px solid #3d59ab !important;
}

.signup-form label,
.contact-form label {
  font-size: 16px;
  margin-bottom: 3px;
}

.form-head {
  font-size: 24px;
  line-height: 33px;
  color: #3d59ab;
  font-family: "avenirroman";
  margin-bottom: 30px;
}

.user-login {
  font-size: 16px;
  line-height: 20px;
  /* color: #3D59AB; */
  margin-top: 47px;
  border-top: 2px solid #3d59ab;
  padding-top: 16px;
  max-width: 274px;
}

.primary-link {
  color: #3d59ab;
  text-decoration: none;
}

.primary-link:focus,
.primary-link:hover {
  color: #0f37af;
}

.signup-image-container .signup-image {
  object-fit: cover;
  object-position: right;
  width: 100%;
}

.game-study-box {
  background: #3d59ab;
}

.game-study-box .study-head {
  font-size: 24px;
  line-height: 28px;
}

.game-work-div {
  background: url(../images/study-bg.png) no-repeat center center / cover;
}

.game-work-div .work-head {
  font-size: 40px;
  line-height: 104.6%;
  margin-bottom: 35px;
}

.game-work-div .work-head span {
  display: block;
  font-family: "avenirlight";
}

.rules-card {
  box-shadow: 0 0 17px rgba(186, 186, 186, 0.07);
}

.rules-card .card-header {
  box-shadow: 0 0 17px rgba(54, 54, 54, 0.07);
}

.rules-card .card-footer {
  background: #e5e5e5;
  box-shadow: 0 0 17px red;
  border: 0;
}

.rules-lists li {
  margin-bottom: 25px;
}

.leader-lists {
  list-style: none;
  counter-reset: leader-counter;
}

.leader-lists li {
  counter-increment: leader-counter;
  position: relative;
  padding: 12px 0;
  border-bottom: 1px solid #e5e5e5;
  margin-left: 30px;
}

.leader-lists li::before {
  content: counter(leader-counter);
  font-family: "avenirheavy";
  color: #3d59ab;
  font-size: 20px;
  position: absolute;
  left: -32px;
  top: 50%;
  transform: translateY(-50%);
}

.posting-head {
  font-size: 24px;
  line-height: 20px;
  color: #3d59ab;
}

.posting-textarea {
  resize: none;
}

.btn-box {
  padding: 13px;
  background: #fff;
  box-shadow: 0 0 17px rgba(186, 186, 186, 0.07);
  display: inline-block;
}

.btn-box.border-box {
  border: 1px solid #f3f3f3;
  padding: 8px;
}

.attachment-name {
  width: 65px;
  font-size: 14px;
  line-height: 20px;
  color: #2660cf;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}

.testimonial-nav-tabs.feed-div .client-profession,
.testimonial-nav-tabs.feed-div .client-name {
  font-size: 14px;
  line-height: 20px;
}

.feed-div .client-image {
  width: 42px;
  height: 42px;
}

.event-head {
  font-size: 14px;
}

.participate-btn {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.16px;
  color: #3d59ab;
  border: 1px solid #3d59ab;
  border-radius: 0;
}

.participate-btn.challenge-btn {
  background-color: #ffd700;
  border-color: #ffd700;
  color: #000;
}

.share-img,
.face-satisfied-img,
.window-base-img,
.star-img,
.chat-img,
.attachment-img,
.delete-img,
.upload-img,
.list-img {
  height: 20px;
}

.participate-img {
  height: 15px;
}

.small-head {
  font-size: 20px;
}

.who-we-are-card-title {
  font-family: "avenirroman";
  font-size: 28px;
  line-height: 38px;
  color: #3b3b3b;
}

.team-section {
  background-color: #f6f5ef;
}

.team-section .team-card .card-title,
.team-section .team-card .card-text {
  font-size: 14px;
  line-height: 22px;
}

.team-section .team-card .card-img-top {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.team-section .card-head-text {
  font-family: "avenirheavy";
  font-size: 20px;
  line-height: 24px;
  color: #191970;
  background: #ffd700;
  box-shadow: 0 10px 20px rgba(41, 41, 42, 0.07);
  padding: 15px 22px;
}

@media only screen and (min-width: 768px) {
  .testimonial-content {
    padding: 10px 0 10px 40px;
  }

  .testimonial-nav-tabs.nav-pills .nav-link {
    position: relative;
  }

  .testimonial-nav-tabs.nav-pills .nav-link:after {
    display: none;
    opacity: 0;
  }

  .testimonial-nav-tabs.nav-pills .nav-link.active:after {
    content: "";
    opacity: 1;
    display: block;
    animation: opacity 1s;
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 25px;
    height: 25px;
    background-color: #fff;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.participate-btn.challenge-btn {
  position: absolute;
  right: 0;
  bottom: 25px;
}

@media only screen and (min-width: 992px) {
  .banner-head {
    font-size: 60px;
    line-height: 63px;
  }

  .signup-image-container {
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }

  .signup-form-container {
    padding: 65px 70px;
    height: 100vh;
    overflow: auto;
  }

  .signup-image-container .signup-image {
    height: calc(100vh - 220px);
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }

  .signup-logo {
    left: 7%;
    top: 8%;
  }

  .banner-section.blog-banner::after {
    right: 44%;
  }

  .banner-section.contact::after {
    content: "";
    display: block;
    height: 100%;
    background: linear-gradient(90deg, #3d59ab 21.46%, #191970 107.05%);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    right: 0;
    left: auto;
    width: 50%;
  }

  .works-for-you-section .card {
    width: 95%;
  }

  .bottom-aligned-btn {
    position: absolute;
    bottom: 0;
    left: 15px;
  }

  .positioned-div {
    position: absolute;
    right: 0;
    top: 25px;
    bottom: 60px;
  }

  .blog-banner .positioned-div {
    bottom: 0;
  }

  .who-we-are-card {
    top: 100px;
  }

  .who-we-are-card .card-body {
    padding: 45px;
  }

  .team-section {
    padding-top: 150px;
  }

  .team-section .team-card {
    width: 250px;
  }

  .grow-section {
    padding-bottom: 250px;
  }

  .grow-section::after {
    right: 40%;
  }

  .grow-card1 {
    top: 35px;
  }

  .grow-card2 {
    top: 135px;
  }

  .grow-card3 {
    top: 235px;
  }

  .grow-positioned-div {
    position: relative;
    left: -125px;
    top: -30px;
  }

  .left-border {
    border-left: 1px solid #cfcfcf;
    padding-left: 63px;
  }

  .we-think-section .nav-pills .nav-link.active::after {
    content: "";
    position: absolute;
    top: 0;
    right: -73px;
    width: 1px;
    height: 100%;
    background-color: #f90;
    z-index: 1;
  }

  .project-section .rules-card {
    max-height: 120px;
  }

  .signup-image-container .who-we-are-arrow {
    display: block;
  }

  .signup-image-container .signup-image {
    height: calc(100vh - 280px);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .signup-image-container .who-we-are-arrow {
    width: 170px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-section {
    min-height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .section-head {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 12px;
  }

  .section-padding {
    padding: 45px 0;
  }

  .banner-section {
    min-height: auto;
  }

  .testimonial-content {
    margin-top: 50px;
  }

  .testimonial-nav-tabs.nav-pills .nav-link.active {
    border: 2px solid #000;
    border-radius: 50%;
  }

  .testimonial-nav-tabs.nav-pills .nav-link.active .client-details {
    position: absolute;
    bottom: -80px;
    width: 100%;
    text-align: center;
    left: 0;
  }

  .testimonial-content::before {
    left: -5px;
    top: -50px;
  }

  .overlay a {
    font-size: 18px;
  }
  .signup-image-container .signup-image {
    display: none !important;
  }
  .signup-image-container .content-container .content-head,
  .signup-image-container .content-container p {
    display: none !important;
  }
  .gradient-bg {
    background: #f6f5ef;
  }
}
