body {
  overflow-x: hidden;
  color: #2d3436;
}
.yellow a:hover,
a:focus {
  color: #fff;
}
.logo {
  margin: 20px 0 0 20px;
}
.logo img{
  height: 120px;
}
.text-yellow {
  color: #e3b121;
}
.padding-30 {
  padding: 30px;
}
.bg-yellow {
  background: #e3b121;
}
.text-black {
  color: #2d3436;
}
.fs35 {
  font-size: 35px;
}
h2,
.btn,
.cc-logo h2,
.cc-txt h1 {
  letter-spacing: -0.05em;
}
header {
  background-image: linear-gradient(
      0deg,
      rgba(45, 52, 54, 0.7),
      rgba(45, 52, 54, 0.7)
    ),
    url(../images/banner.svg);
  background-size: cover;
  /* height: 100vh; */
  /* height: 600px; */
  background-position: center;
  display: inline-block;
  width: 100%;
  padding-left: 15px;
}
.feature-block {
  position: relative;
  top: -100px;
}
.feature {
  margin-top: 60px;
  z-index: 2;
}
/* .form-control::-webkit-input-placeholder:after{color:red;content:" *";} */
::-webkit-input-placeholder {
  background: -webkit-linear-gradient(
    left,
    #aaa 0%,
    #aaa 70%,
    red 70%,
    red 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.yellow {
  background-image: url(../images/yellow.svg);
  background-position: center;
  height: 250px;
  width: 417px;
  background-size: contain;
  background-repeat: no-repeat;
  justify-content: space-evenly;
  padding-top: 20px;
  padding-right: 0;
}
.contact-block {
  padding-right: 0;
}
.fs100 {
  font-size: 100px;
}
.fs60 {
  font-size: 60px;
}
.title h1 {
  letter-spacing: -0.05em;
  line-height: 1;
  font-size: 50px;
}
.fs75 {
  font-size: 75px;
}
.fs50 {
  font-size: 50px;
}
.fs80 {
  font-size: 80px;
}

.svg-icons {
  height: 20px;
  width: 20px;
  cursor: pointer;
}

.form-container {
  background: #fff;
  padding: 22px;
  max-width: 470px;
  box-shadow: 0px 0px 120px rgba(45, 52, 54, 0.5);
  position: relative;
  top: -100px;
  z-index: 2;
}
.form-container h2 {
  margin: 0 0 10px;
  font-size: 30px;
}
.submit-btn{text-align: center;}
.form-control {
  height: 60px;
  border: 1px solid #2d3436;
  border-radius: 0;
  font-size: 18px;
  font-weight: 700;
}
.form-control:focus {
  border: 2px solid #e3b121;
  box-shadow: inset 0 1px 1px rgb(227, 177, 35), 0 0 8px rgb(227, 177, 35);
}
.form-control::placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #2d3436;
}

.submit-btn .btn,
.submit-btn .btn:hover {
  background: #e3b121;
  border-radius: 0;
  padding: 6px 18px;
  color: #fff;
}
.btn:focus,
.btn:active {
  outline: 0 !important;
  box-shadow: none;
}

.body-section {
  display: inline-block;
  width: 100%;
  position: relative;
}
.blue-bg {
  background-image: url(..//images/blue.svg);
  background-size: cover;
  height: 292px;
  position: absolute;
  top: -230px;
  width: 100%;
}

.rank-block {
  place-items: center;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 60px 50px 0;
  gap: 40px;
}

.why-choose-block {
  margin: 50px 0 20px;
}

.why-choose-block h2,
.course-section h2,
.placement-block h2 {
  line-height: 1;
  margin: 15px 0 30px;
  font-size: 34px;
}
.owl-slider .item h2{font-size: 22px;}
.owl-slider .item .btn{font-size: 20px;}
.contact svg{margin-right: 5px;}

.why-choose-block ul li {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 30px;
  font-weight: 400;
  position: relative;
  padding-left: 35px;
}
.why-choose-block ul::before {
  content: "";
  height: 100%;
  width: 6px;
  background: #f8f8f8;
  position: absolute;
  left: 7px;
  top: 0;
  bottom: 0;
}
.why-choose-block ul li:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(45, 52, 54, 0.25);
  background: #0e6690;
  left: 0;
  top: 2px;
}

.course-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 90%;
  margin: 0 auto 20px 10px;
}
.course-list li {
  background: #fff;
  padding: 20px;
}
.course-list li h2 {
  margin: 10px 0 10px;
  min-height: 40px;
}
.course-list svg {
  height: 30px;
  width: 30px;
}

.pg-slider .item {
  border: 5px solid #e3b121;
}

.pg-slider .btn-apply,
.btn-apply:hover {
  background: #e3b121;
  color: #fff !important;
  border-radius: 0;
  padding: 6px 18px;
}
.pg-slider .btn-apply:hover {
  background: #e3b121;
}
.placement-block {
  background: #f8f8f8;
}
.recuriter {
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin: 15px 0;
}
.placement-item {
  margin: 10px 0;
}

.adress {
  background: #2d3436;
}
.adress h2 {
  margin: 15px 0;
}
.adress p,
.placement-block p {
  letter-spacing: -0.05em;
}
.adress a:hover,
.adress a:focus {
  color: #fff;
  text-decoration: underline;
}
.social-icon .svg-icons {
  height: 30px;
  width: 30px;
  margin-right: 20px;
}
.social-icon a:hover {
  color: #e3b121;
}

.ug-slider .btn-apply,
.btn-apply:hover {
  background: #0e6690;
  color: #fff !important;
  border-radius: 0;
  padding: 6px 18px;
}
.ug-slider .item {
  background: #fff;
  padding: 20px;
}
.ug-slider .item h2 {
  margin: 10px 0 10px;
  min-height: 40px;
}

.ug-slider button.owl-dot.active {
  height: 15px;
  width: 15px;
  background: #fff;
}
.ug-slider button.owl-dot {
  border: 2px solid #fff !important;
  height: 12px;
  width: 12px;
  margin-right: 8px;
}
.owl-dots {
  text-align: center;
  margin-top: 40px;
}
.owl-nav {
  display: none;
}

.pg-slider .item {
  background: #fff;
  padding: 20px;
}
.pg-slider .item h2 {
  margin: 10px 0 10px;
  min-height: 40px;
}

.pg-slider button.owl-dot.active {
  height: 15px;
  width: 15px;
  background: #0e6690;
}
.pg-slider button.owl-dot {
  border: 2px solid #0e6690 !important;
  height: 12px;
  width: 12px;
  margin-right: 8px;
}
.ug-slider{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }