* {
  font-family: 'Roboto', 'Open Sans', sans-serif;
}

main {
  padding-top: 50px;
}

.dropdown-menu[data-bs-popper] {
  left: auto;
}

.logo {
  max-height: 45px;
}

.main-header {
  /* margin-top: 53px; */
  /* background: linear-gradient(to top, rgba(24, 26, 29, 0), rgba(24, 26, 29, 0.3)); */
}

.main-header,
.main-header .nav>li>a:hover,
.main-header .nav>li>a:focus {
  /* margin-top: 53px; */
  /* background: linear-gradient(to top, rgba(24, 26, 29, 0), rgba(24, 26, 29, 0.3)); */
}

.main-header .d-flex {
  display: flex !important;
  justify-content: end;
}

.main-header .d-sm-none {
  display: none !important;
}

.main-header .d-sm-block {
  display: block !important;
}

.main-header .px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}

.main-header i.fas {
  color: rgb(168, 172, 177);
}

.main-header a {
  letter-spacing: 1.1px;
}

.main-header a:hover {
  color: rgb(168, 172, 177) !important;
}

.bg-info {
  background-color: #019ff0 !important;
}


.bottom-right {
  position: absolute;
  bottom: 10px;
  right: 15px;
  max-width: 80%;
}

.blur {
  opacity: 0.4;
  transition: all 0.3s linear;
}

.blur:hover {
  opacity: 0.75;
}

.shadow-2 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.45);
  padding: 11% 21% 13%;
  color: #fff;
  z-index: 1;
}

.shadow-2 h1 {
  font-size: 48px;
  line-height: 1.125em;
  font-weight: 700;
  font-family: brandon-grotesque, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  /* max-width: 670px; */
  margin-bottom: 1rem;
}

.shadow-2 .slide-text {
  font-size: 24px;
  font-weight: 300;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.025em;
  line-height: 1.5em;
  max-width: 510px;
}

.shadow-2 .buttons {
  margin-top: 2.5rem;
  max-height: 52px;
}

.school-search-result * {
  text-align: start;
}

.control {
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 5;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu.mini.show {
  min-width: 1rem;
  display: block;
  min-height: 1rem;
  right: 1em;
  left: auto;
  border-radius: 3px;
  padding: 2.5rem 4.875rem 2.5rem 2.5rem;
  white-space: nowrap;
  width: auto;
}

.dropdown-menu.mini.show .dropdown-item {
  font-weight: 700;
  font-family: brandon-grotesque, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.375em;
  text-transform: uppercase;
  font-size: 14px;
  color: rgb(24, 26, 29);
}


.dropdown-menu.show {
  padding: 0;
  transition: all 200ms ease-in 0s;
  box-shadow: rgb(0 0 0 / 37%) 0px 30px 80px 0px;
  background-color: rgb(255, 255, 255);
  min-height: 19rem;
  width: 600px;
  animation: 600ms ease 0s 1 normal none running hUniol;
  display: flex;
}

.dropdown-toggle>i.fa-caret-up,
.dropdown>i.fa-caret-up {
  color: white;
  display: none;
}

.dropdown-toggle.show>i.fa-caret-up {
  display: block;
  position: absolute;
  bottom: -9px;
  transform: translate(4em, 0px);
}

.dropdown.show>i.fa-caret-up {
  display: block;
  position: absolute;
  bottom: -17px;
  transform: translate(-50%, 0px);
  left: 50%;
}

.bg-offwhite {
  background-color: rgb(245, 247, 249);
}

h6 {
  font-weight: 700;
  font-family: brandon-grotesque, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.375em;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 200ms ease-in 0s;
  margin-bottom: 0.5rem;
}

.small-text {
  font-weight: 300;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.025em;
  line-height: 1.5em;
  font-size: 13px;
  color: rgb(101, 102, 106);
  margin-bottom: 1rem;
  max-width: 12.5rem;
}

.sub-menu-container {
  width: 100%;
}

.sub-menu-container .left-side {
  padding: 2.5rem;
}

.sub-menu-container .right-side {
  background-color: rgb(245, 247, 249);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
  -webkit-box-pack: center;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: flex-start;
  padding: 2rem;
}

.sub-menu-container .right-side .list-group-item {
  border: 0px transparent;
  background-color: transparent;
  padding: 8px 16px;
}

.sub-menu-container .right-side .list-group-item a {
  text-decoration: none;
  border-bottom: 0px;
}

.sub-menu-container a {
  letter-spacing: 0.025em;
  line-height: 24px;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid #000000;
  margin-right: 16px;
  text-decoration: none;
  color: #000000;
}

.dropdown-toggle .fa-angle-up {
  display: none;
}

.dropdown-toggle.show .fa-angle-up {
  display: inline-block;
}

.dropdown-toggle .fa-angle-down {
  display: inline-block;
}

.dropdown-toggle.show .fa-angle-down {
  display: none;
}


.border-square {
  border-radius: 0px !important;
}

.btn-outline-info {
  color: #1D9EEF;
  border-color: #1D9EEF;
}

.btn-outline-info:hover {
  color: white;
  background-color: #1D9EEF;
}

.btn-info {
  background-color: #1D9EEF;
  border-color: #1D9EEF;
  color: white;
}

.text-info {
  color: #1D9EEF !important;
}

.border-right-2-white {
  border-right: 2px solid white !important;
  border-radius: 0;
}

.border-before:before {
  content: '';
  background: #1D9EEF;
  width: calc(100% - 60px);
  height: calc(100% - 20px);
  position: absolute;
  left: -20px;
  z-index: -1;
  top: 40px;
}

.border-after:after {
  content: '';
  background: #1D9EEF;
  width: 80%;
  height: 100%;
  position: absolute;
  right: -30px;
  z-index: -1;
  top: 30px;
}

.shadow-2.college {
  padding: 9% 21% 9%;
}

.shadow-2.college h1 {
  font-size: 43px;
}

.shadow-3:after {
  content: '';
  background: url("/img/shadow.png") no-repeat;
  width: 405px;
  height: 350px;
  position: absolute;
  left: 21%;
  z-index: -11;
  top: 79px;
  max-width: 100%;
}

.shadow-4,
.shadow-3 {
  overflow-x: hidden;
}

.shadow-4:after {
  content: '';
  background: url("/img/shadow.png") no-repeat;
  width: 405px;
  height: 350px;
  position: absolute;
  left: 45%;
  z-index: -11;
  top: 79px;
  max-width: 100%;
}



.bg-cover {
  background: url(/img/footer-cover.jpeg) 0 0;
  background-size: contain;
}

.title-1 {
  font-weight: 700;
  font-family: brandon-grotesque, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.125em;
  font-size: 42px;
}

.title-2 {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.375em;
  text-transform: uppercase;
  font-size: 14px;
}

.title-3 {
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 1.375em;
  z-index: 1;
}


.text {
  font-size: 24px;
  font-weight: 300;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.025em;
  line-height: 1.5em;
}


.text-3 {
  font-weight: 300;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.025em;
  line-height: 1.6em;
  font-size: 18px;
}

.custom-card-body {
  box-shadow: rgb(0 0 0 / 10%) 0px 8px 18px 2px;
  margin: -36px 16px 0;
  z-index: 1;
  background-color: white;
  border-radius: 3px;
  transition: all 500ms ease-in-out 0s;
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
  padding: 25px;
}

.custom-card-body h6 {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.375em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgb(105, 113, 128);
}

hr.red {
  width: 10%;
  border: 0.5px solid #1D9EEF;
  background-color: #1D9EEF;
  height: 1px;
  margin: 10px 45%;
}

.text-2 {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.4px;
  font-weight: 300;
  line-height: 1.5em;
  margin: 0px auto;
  color: rgb(24, 26, 29);
  /* max-width: 14em;
  height: 190px;
 */
}

.height-52 {
  height: 52px;
}

.compact {
  border-bottom: 1px solid #1D9EEF;
}

.link {
  color: #212529;
  transition: all 0.3s linear;
}

.link:hover {
  color: #1D9EEF;
}

.compact input.form-control {
  height: 30px !important;
  font-size: 9px;
  padding: 0 5px;
  width: 80px;
}

.border-bottom-2-dark {
  border-bottom: 2px solid black;
}

.compact i {
  color: white !important;
}

.card-img-top {
  transition: all 500ms ease-in-out 0s;
}

.hover-effect-1:hover .card-img-top {
  transform: scale(1.1);
}

.hover-effect-1:hover .custom-card-body {
  transform: translateY(-2%);
}

.hover-effect-2 {
  transition: all 0.3s linear;
}

.hover-effect-2:hover {
  color: #1D9EEF !important;
}

footer.main-footer {
  background: url('/img/footer-cover.jpeg') 0 0;
  background-size: contain;
}

footer.main-footer p,
footer.main-footer p a,
footer.main-footer p {
  font-size: 18px;
  color: #a5acb2;
  font-weight: 500;
}

footer.main-footer p a i {
  font-size: 22px;
  color: white;
}

.small {
  font-size: 10px;
}

.cover.ask-a-question {
  background-image: url('/img/8.jpg');
  background-repeat: no-repeat;
  padding: 10em;
  position: relative;
  background-size: cover;
}

.cover.career {
  background-image: url('/img/career-banner.jpeg');
  background-repeat: repeat;
  padding: 6.5em;
  position: relative;
  background-size: cover;
}

.cover.privacy {
  background-image: url('/img/privacy.jpeg');
  background-repeat: repeat;
  padding: 6.5em;
  position: relative;
  background-size: cover;
}

.cover.terms {
  background-image: url('/img/terms.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6.5em;
  position: relative;
}

.cover.college-admission {
  background: url('/img/college-counselor-hub/1.jpg') 50% 40% no-repeat black;
  padding: 5em;
  position: relative;
  background-size: cover;
}

.cover.college-application {
  background: url('/img/college-counselor-hub/2.jpg') 50% 7% no-repeat black;
  padding: 5em;
  position: relative;
  background-size: cover;
}

.cover.college-affordability {
  background: url('/img/college-counselor-hub/3.jpg') 50% 50% no-repeat black;
  padding: 5em;
  position: relative;
  background-size: cover;
}

.cover.college-essay {
  background: url('/img/college-counselor-hub/4.jpg') 50% 25% no-repeat black;
  padding: 5em;
  position: relative;
  background-size: cover;
}

.cover.dashboard {
  background: url('/img/dashboard.jpg') 50% 50% no-repeat black;
  padding: 9em;
  position: relative;
  background-size: cover;
}

.cover.join-professional-network {
  background: url('/img/2.jpg') 50% 50% no-repeat black;
  padding: 6em 5em 4em;
  position: relative;
  background-size: cover;
}

.cover.about {
  background-image: url('/img/about.jpeg');
  background-repeat: repeat;
  padding: 5em;
  position: relative;
}

.cover.human-resource-micro-internship {
  background: url('/img/micro-internship/1.jpeg') 50% 50% no-repeat black;
  padding: 5em;
  background-size: cover;
  position: relative;
}

.cover.accounting-micro-internship {
  background: url('/img/micro-internship/2.jpeg') 50% 50% no-repeat black;
  padding: 5em;
  background-size: cover;
  position: relative;
}

.cover.information-technology-micro-internship {
  background: url('/img/micro-internship/4.jpeg') 50% 50% no-repeat black;
  padding: 5em;
  background-size: cover;
  position: relative;
}

.cover.architecture-micro-internship {
  background: url('/img/micro-internship/header.jpg') 50% 50% no-repeat black;
  padding: 5em;
  background-size: cover;
  position: relative;
}

.cover.blogs {
  background-image: url('/img/blogs.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6.55em;
  position: relative;
}

.cover.contact {
  background-image: url('/img/contactpage.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5em;
  position: relative;
}


.cover.about .shadow-2 {
  background-color: rgba(0, 0, 0, 0.85);
}

.contact.cover p,
.about.cover p {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.025em;
  line-height: 1.5em;
}

.cover h1 {
  position: relative;
}

.cover .shadow-2 {
  padding: 11% 21% 7%;
}

.contact.cover h1,
.about.cover h1 {
  font-size: 44px;
}

.contact.cover p,
.contact.cover h1,
.about.cover p,
.about.cover h1 {
  position: relative;
}

a.small {
  font-weight: 700;
  font-family: brandon-grotesque, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.375em;
  text-transform: uppercase;
  font-size: 13px;
  color: rgb(101, 102, 106);
  text-decoration: none;
}


a.small.active {
  border-bottom: 2px solid rgb(101, 102, 106);
}

.underline {
  border-bottom: 2px solid rgb(101, 102, 106);
}

input.form-control[type="text"],
input.form-control[type="number"],
input.form-control[type="password"],
input.form-control[type="email"],
input.form-control[type="tel"] {
  height: 50px;
  border-radius: 0px;
}

.counsellor-cards {
  margin-bottom: 3rem !important;
}


.counsellor-cards .counsellor-card:nth-child(3n+1) .card,
.counsellor-cards .counsellor-card:nth-child(3n+2) .card {
  border-right: 1px solid rgb(228, 230, 231)
}

.counsellor-cards .counsellor-card:nth-child(3n+3) .card {
  border-right: 0px transparent;
}

.counsellor-cards .counsellor-card .card .card-header {
  border: 0px transparent;
}

.offwhite-bg {
  background-color: #616263 !important;
}

.text-4 {
  letter-spacing: 0.025em;
  line-height: 1em;
  font-size: 28px;
  font-weight: 500;
}

.text-5 {
  font-weight: 300;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.025em;
  line-height: 1.5em;
  font-size: 14px;
  -webkit-box-flex: 1;
  flex-grow: 1;
  margin: 10px 0px;
  padding: 0px 10px;
}

.counsellor-card .small {
  letter-spacing: 0.025em;
  line-height: 1.5em;
  font-size: 13px;
  font-weight: 400;
  color: rgb(101, 102, 106);
}

.counsellor-card select {
  font-weight: 300;
  text-shadow: rgb(101 102 106) 0px 0px 0px;
  border-color: rgb(101, 102, 106);
  letter-spacing: 0.025em;
  line-height: 1.5em;
  font-size: 13px;
  font-weight: 400;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(228, 230, 231);
  border-radius: 2px;
  height: 46px;
  width: 100%;
  appearance: none;
  color: rgb(101, 102, 106);
}

.counsellor-card select option {
  color: rgb(101, 102, 106);
}

.counsellor-card .btn,
.btn-2 {
  border-radius: 3px;
  font-weight: 700;
  font-family: brandon-grotesque, sans-serif;
  letter-spacing: 0.1em;
  font-size: 14px;
  border-width: 3px;
  height: 50px;
  line-height: 22px;
  min-width: 200px;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 0.3s linear;
  align-items: center;
  display: flex;
  justify-content: center;
}

.cart-item-seperated .cart-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.counsellor-card .btn:hover,
.btn-2:hover {
  color: white;
  font-size: 14.3px;
}

.counsellor-card h4 {
  height: 88px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.counsellor-card .common-height {
  display: block;

}

.square-border {
  border-radius: 0px !important
}

.m-n10 {
  margin-top: -10%;
}

.h4,
h4 {
  font-size: 1.3rem;
}

.cart-number {
  font-size: 12px;
  bottom: 5px;
  right: 5px;
}

.marker-border {
  position: relative;
}

.marker-border:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
  height: 2px;
  background-color: #1D9EEF;
  content: " ";
}

.nav-link {
  color: rgb(24, 26, 29);
}

.nav-link.active {
  color: #1D9EEF !important;
  border-color: #1D9EEF #1D9EEF #fff !important;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.arrow-left-right {
  position: relative;
}

.arrow-left-right:before,
.arrow-left-right:after {
  position: absolute;
  top: 50%;
  color: #1D9EEF;
}

.arrow-left-right:before {
  content: "<";
  left: 0;
}

.arrow-left-right:after {
  content: ">";
  right: 0;
}

img.top-right {
  position: absolute;
  top: 10px;
  right: 10px;
  max-width: 80px;
}

.darker {
  background-color: rgba(0, 0, 0, 0.9);
}

.micro-internship-block .card-img-top {
  min-height: 180px;
}


.done {
  position: absolute;
  top: 50px;
  left: 70%;
  background-color: #1D9EEF;
  padding: 24px;
  border-radius: 50%;
}

.dashboard-settings a i {
  color: #1D9EEF !important;
  margin-right: 5px;
}

.dashboard-settings a {
  text-decoration: none;
  padding: 11px 0px !important;
  color: #212529;
  display: inline-block;
}

.dashboard-settings a:hover {
  color: #1D9EEF !important;
}

.dashboard-micro-internship .card .card-body .text-5 {
  height: 0;
  overflow: hidden;
  transition: all 0.3s linear;
  padding: 0 !important;
  margin: 0px;
}

.dashboard-micro-internship .card:hover .card-body .text-5 {
  height: auto;
  padding: 1rem !important;
  margin: 10px 0px;
}

.tab-content>i.fa {
  position: absolute;
  top: 50%;
  color: #1D9EEF;
  font-size: 2em;
  max-width: 32px;
  z-index: 2;
}

.tab-content>i.fa:hover {
  cursor: pointer;
}

.tab-content>i.fa.fa-angle-left {
  right: calc(100% - 10px);
}

.tab-content>i.fa.fa-angle-right {
  left: calc(100% - 10px);
}

.tab-content.college>i.fa.fa-angle-left {
  right: calc(100% - 30px);
  top: calc(50% + 25px);
}

.tab-content.college>i.fa.fa-angle-right {
  left: calc(100% - 30px);
  padding: 5px;
  top: calc(50% + 25px);
}

.breadcrumb-item>.btn {
  height: 34px;
  width: 34px;
}

.add-service-button,
.add-service-button:hover {
  position: relative;
  width: 55px;
  color: #1D9EEF;
  overflow: hidden;
}

.add-service-button:after {
  content: "ADD";
  color: white;
  position: absolute;
  right: 5px;
}

.border-info {
  border-color: #1D9EEF !important;
}

.whitish-bg {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px !important;
  text-align: center !important;
}

.middle-divider {
  max-height: 150px;
}

/*
.middle-divider:after{
  content: " ";
  position: absolute;
  top: 10%;
  height: 80%;
  background-color: #1D9EEF;
  width: 1px;
  left: 50%;
}
*/
input[name="search_schoolname"]:hover {
  cursor: text;
}

.middle-divider .school-search-result {
  display: none;
}

.middle-divider:hover .school-search-result {
  display: block;
}

#xs-search .modal-dialog {
  display: flex;
  height: 100%;
}

.bottom-left {
  position: absolute;
  bottom: 10px;
  left: 15px;
}

.z-1 {
  z-index: 1;
}

.btn-info:hover {
  background-color: #1D9EEF;
}

.badge {
  transition: all linear 0.5s;
}

.btn:hover .badge {
  transform: translate(5px, 0px);
}

form.ask-a-question.collapse.show {
  max-width: 600px;
  margin: 0 auto;
}


/*
div#carouselExampleIndicators .flex-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
}
div#carouselExampleIndicators .d-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flexbox;
}
*/
form#find-college-nav-1 input[name="search_schoolname"],
div#carouselExampleIndicators input[name="search_schoolname"],
div#xs-search input[name="search_schoolname"] {
  caret-color: #fff;
}

form#find-college-nav-2 input[name="search_schoolname"] {
  caret-color: #fff;
}

.text-left {
  text-align: left;
  margin-left: 1rem;
}


/* 09/05/2022 */

.border-after:after {
  .shadow-2.college .middle-divider display: none;
}

div#img-container {
  max-height: 500px;
  max-width: 600px;
}

div#img-container:after {
  content: '';
  background: #1D9EEF;
  width: 80%;
  height: 100%;
  position: absolute;
  right: -30px;
  z-index: -1;
  top: 30px;
}

div#img-container {
  max-height: 500px;
  max-width: 600px;
}

@media only screen and (min-width: 1500px) {
  div#img-container {
    max-height: 800px;
    max-width: 600px;
  }

  .cover .shadow-2 {
    padding: 7% 8% 7%;
  }


}


@media only screen and (max-width: 768px) {
  .text-left {
    text-align: left;
    margin-left: 0rem !important;
  }
}

/* 09/05/2022 */
.inner-col9 {
  padding: 0px 20px;
  text-align: center;
}

select#mySelect {
  font-size: 19px;
  line-height: 1.21053;
  letter-spacing: .012em;
  width: 80%;
  padding: 8px 14px;
  color: #000;
  background: transparent;
  border: 2px solid #000;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 15%;
  font-weight: 600;
}

select#mySelect option {
  color: #000;
}

select#onchange {
  font-size: 19px;
  line-height: 1.21053;
  letter-spacing: .012em;
  width: 80%;
  padding: 8px 14px;
  .shadow-2.college .middle-divider color: #000;
  background: transparent;
  border: 2px solid #000;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 15%;
  font-weight: 600;
}

select#onchange option {
  color: #000;
}

select#oncheck {
  font-size: 19px;
  line-height: 1.21053;
  letter-spacing: .012em;
  width: 80%;
  padding: 8px 14px;
  color: #000;
  background: transparent;
  border: 2px solid #000;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 15%;
  font-weight: 600;
}

select#oncheck option {
  color: #000;
}

.column {
  float: left;
  width: 70%;
  display: none;
  margin: 0 auto;
}


.myDiv {
  float: center;
  width: 67%;
  margin: 0 auto;
}

.myDiv123 {
  float: center;
  width: 67%;
  margin: 0 auto;
}

.filter {
  padding: 50px 0;
}

.row:after {
  @media only screen and (max-width: 480px) .shadow-2.college .middle-divider {
    max-height: unset !important;
  }

  content: "";
  display: table;
  clear: both;
}

.show {
  display: block;
}

h2.filter-head {
  font-size: 26px;
  padding-top: 15px;
  color: #fff;
  font-weight: 500;
}

p.filter-para {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}

/* 9dec */
.free-resources {
  width: 100%;
  text-align: center;
}

.cover.newsletter {
  background-image: url('/img/news.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5em;
  position: relative;
  background-position: center;
}

.cover.about .shadow-2 {
  background-color: rgba(0, 0, 0, 0.85);
}

..newsletter.cover p,
.about.cover p {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.025em;
  line-height: 1.5em;
}

.cover h1 {
  position: relative;
}

.cover .shadow-2 {
  padding: 11% 21% 7%;
}

.newsletter.cover h1,
.about.cover h1 {
  font-size: 44px;
}

/*   13 dec   */
.p-1 {
  background-image: url('/img/one.jpg');
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: center;
}

.p-2 {
  background-image: url('/img/two.jpg');
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: center;
}

.college-assis {
  background-image: url('/img/three.jpg');
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: center;
}

.p-four {
  background-image: url('/img/four.jpg');
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: center;
}


@media only screen and (max-width: 768px) {
  .shadow-2.college {
    padding: 5% 10% 7%;
  }
}

@media only screen and (max-width: 578px) {
  .shadow-2.college {
    padding: 5% 5% 7%;
    align-items: start;

  }

  .shadow-2.college h1 {
    font-size: 30px;
  }
}

/*video carousel 14/10/2023*/
.carousel-section-1 {
  margin-top: 50px;
}

@media screen and (max-width:480px) {
  /* video slider layout */

}
