@charset "UTF-8";
#scroll-container .scroll-content {
  overflow: hidden;
}
/*logo*/
.tt-logo-black {
  display: inline-block
}
.tt-logo-light {
  display: none
}
#tt-header.sticky-on .tt-logo-black {
  display: none
}
#tt-header.sticky-on .tt-logo-light {
  display: inline-block
}
/*nav*/
@media (min-width: 1201px) {
  #tt-header:not(.sticky-on) .tt-main-menu-list > li > a, #tt-header:not(.sticky-on) .tt-main-menu-list > li > .tt-submenu-trigger > a {
    color: #333
  }
  #tt-header:not(.sticky-on) .tt-main-menu-list.tt-mm-hover > li > a:hover, #tt-header:not(.sticky-on) .tt-main-menu-list.tt-mm-hover > li > .tt-submenu-trigger > a:hover, #tt-header:not(.sticky-on) .tt-main-menu-list.tt-mm-hover > li.active > a, #tt-header:not(.sticky-on) .tt-main-menu-list.tt-mm-hover > li.active > .tt-submenu-trigger > a, #tt-header:not(.sticky-on) .tt-main-menu-list.tt-mm-hover > li.tt-submenu-open > .tt-submenu-trigger > a {
    color: #333;
  }
  #tt-header:not(.sticky-on) .tt-main-menu-list.tt-mm-hover > li > a:hover, #tt-header:not(.sticky-on) .tt-main-menu-list.tt-mm-hover > li > .tt-submenu-trigger > a:hover, #tt-header:not(.sticky-on) .tt-main-menu-list > li.active > a, #tt-header:not(.sticky-on) .tt-main-menu-list > li.active .tt-submenu-trigger a, #tt-header:not(.sticky-on) .tt-main-menu-list.tt-mm-hover > li.tt-submenu-open.active > .tt-submenu-trigger > a {
    color: #ef3b4c;
  }
  #tt-header:not(.sticky-on) .tt-submenu-dark .tt-submenu {
    background-color: #fff;
    color: #111;
  }
}
@media (max-width: 1200px) {
  #tt-header:not(.sticky-on) .tt-m-menu-toggle-btn span::before, #tt-header:not(.sticky-on) .tt-m-menu-toggle-btn span::after {
    background-color: #ef3b4c;
  }
}
/*banner*/
.ph-background-overlay {
  background-image: url(../images/bg_college_1.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
@media (min-width: 991px) {
  #page-header.ph-inline .ph-caption {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
  }
}
.ph-caption-title {
  color: inherit
}
.ph-caption-subtitle {
  color: inherit;
  opacity: .8
}
.ph-image-people {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  text-align: center;
  z-index: -1
}
.ph-image-people .ph-image-people-bg, .ph-image-people .ph-image-people-img {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 10;
  bottom: 0;
}
.ph-image-people .ph-image-people-img {
  z-index: 10;
}
.ph-image-people .ph-image-people-img img{
   max-height: 85vh;
}
.ph-image-people .ph-image-people-bg {
  top: 120px;
  z-index: 1;
}
.ph-image-people-bg .widget-color {
  background-color: rgba(255, 255, 255, .7);
  height: 500px;
  width: 500px;
  display: inline-block;
  margin: 0 auto;
  border-radius: 50% 50% 50% 50%;
  position: relative
}
.ph-image-people-bg .widget-color::after {
  position: absolute;
  display: inline-block;
  content: '';
  height: 610px;
  width: 610px;
  background-color: transparent;
  border-style: solid;
  border-width: 55px 55px 55px 55px;
  border-color: rgba(255, 255, 255, .3);
  border-radius: 50% 50% 50% 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}
.page-header-bg-01, .page-header-bg-02, .page-header-bg-03 {
  position: absolute;
  z-index: -1
}
.page-header-bg-01 {
  height: 140px;
  right: 0;
  top: 15%;
}
.page-header-bg-02 {
  left: 45%;
  bottom: 3%;
}
.page-header-bg-02 .bg-img-01 {
  width: 170px;
}
.page-header-bg-02 .bg-img-02 {
  width: 80px;
  position: absolute;
  left: -30px;
  top: 1rem
}
.page-header-bg-03 {
  width: 370px;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
}
.page-header-bg-03 img {
  animation: 2s linear 0s infinite normal none running jump;
}
@media (min-width: 1920px) {
  .ph-image-people .ph-image-people-img img{
    height: 80vh;
  }
  .ph-background-overlay {
    background-size: 100% auto;
  }
  .ph-image-people-bg .widget-color {
    height: 650px;
    width: 650px;
  }
  .ph-image-people-bg .widget-color::after{
     height: 750px;
    width: 750px; 
  }
}
@media (max-width: 1460px) {
  body.ph-image-on.ph-bg-image-on #page-header .page-header-inner, .page-header-inner {
    padding: 0 4%
  }
  .page-header-bg-03 {
    width: 300px;
  }
  .ph-image-people img {
    height: 650px
  }
  .ph-image-people .ph-image-people-bg{
      top:inherit;
      bottom:200px;
  }
}
@media (max-width: 1080px) {
  #page-header.ph-full.ph-full-college {
    min-height: 700px;
  }
  .ph-image-people img {
    height: 550px;
  }
  .page-header-bg-03 {
    width: 250px;
  }
}
@media (max-width: 991px) {
  #page-header.ph-full.ph-full-college {
    min-height: auto;
    padding: 6rem 0 400px
  }
  .page-header-bg-01, .page-header-bg-02 {
    display: none
  }
  .ph-image-people {
    width: 70%;
    height: 400px;
    overflow: hidden;
  }
  .ph-image-people img {
    height: 500px;
  }
  .ph-image-people .ph-image-people-img {
    top: 0;
    bottom: inherit
  }
  .ph-caption {
    text-align: center;
    padding: 0 5%
  }
  .page-header-bg-03 {
    top: 45%;
    left: 22%;
  }
  .ph-image-people .ph-image-people-bg{
      bottom:0;
  }
  .ph-image-people-bg .widget-color{
      height: 320px;
    width: 320px;
  }
  .ph-image-people-bg .widget-color::after {
    height: 420px;
    width: 420px;
  }
}
@media (max-width: 561px) {
  #page-header.ph-full.ph-full-college {
    min-height: auto;
    padding: 4rem 0 260px
  }
  .ph-image-people {
    width: 70%;
    height: 260px;
    overflow: hidden;
  }
  .ph-image-people-bg .widget-color{
      height: 200px;
    width: 200px;
  }
  .ph-image-people-bg .widget-color::after {
    height: 260px;
    width: 260px;
  }
  .ph-image-people img {
    height: 300px;
  }
  .ph-caption {
    padding: 0 2%
  }
  .page-header-bg-03 {
    width: 160px;
    top: 52%;
  }
}
/*标题*/
.tt-heading:not(.tt-heading-left) .tt-heading-title::before, .collegeIntr-caption .tt-heading .tt-heading-title:before {
  width: 100%;
  content: '';
  background: url("../images/bg_college_3.png") center no-repeat;
  background-size: contain;
  height: 15px;
  bottom: -30px;
}
.tt-heading-left {
  margin-bottom: 70px
}
.tt-heading-left .tt-heading-subtitle {
  padding-left: 4px;
}
.tt-heading-left .tt-heading-subtitle::before {
  display: none;
}
.collegeIntr-caption .tt-heading .tt-heading-title:before {
  position: absolute;
  left: 0;
  transform: translateX(0);
  background-position: left center;
}
@media (max-width: 991px) {
  .tt-heading.tt-heading-left {
    margin-bottom: 60px
  }
}
/*背景*/
.college-bgimg-01 {
  position: absolute;
  right: 0;
  top: 550px;
  z-index: -1
}
.college-bgimg-02 {
  width: 175px;
  height: 400px;
  position: absolute;
  right: 0;
  top: 88vh;
  z-index: 10;
  overflow: hidden;
}
.college-bgimg-02 .college-bgimg-02-img {
  width: 80%;
  position: absolute;
  top: 20%;
  left: 0;
  animation: edublink-rotate-y 15s normal infinite linear;
}
@keyframes edublink-rotate-y {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
  }
}
.college-bgimg-02 .college-bgimg-02-div {
  height: 100%;
  width: 400px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #E5E5E5;
  border-radius: 50% 50% 50% 50%;
  right: -280px;
  top: 0;
  position: absolute
}
@media (max-width: 1200px) {
  .college-bgimg-02 {
    display: none;
  }
}
/*培训内容*/
.curriculumSystem {
  margin-top: -30px;
}
.curriculumSystem .tt-heading, .registration .tt-heading {
  margin-bottom: 70px
}
.training-item {
  padding: 3rem 2rem;
  text-align: center;
  border-radius: 8px;
  background: #fff;
  transition: 0.3s all;
  line-height: 1.8;
  height: 100%;
}
.training-item h4 {
  font-weight: bold;
}
.training-item .item-icon {
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
  transition: 0.3s all;
}
.training-item .item-icon img {
  height: 35px
}
.training-item-01 {
  background: rgba(26, 182, 157, .07);
}
.training-item-01 .item-icon {
  background: rgba(26, 182, 157, .1);
}
.training-item-02 {
  background: rgba(255, 57, 70, .07);
}
.training-item-02 .item-icon {
  background: rgba(255, 57, 70, .1);
}
.training-item-03 {
  background: rgba(70, 100, 228, .07);
}
.training-item-03 .item-icon {
  background: rgba(70, 100, 228, .1);
}
.training-item-04 {
  background: rgba(248, 184, 31, .07);
}
.training-item-04 .item-icon {
  background: rgba(248, 184, 31, .1);
}
.training-item-white {
  padding: 3.5rem 3rem 3rem;
}
.training-item-white .item-img {
  margin-bottom: .5rem
}
.training-item-white .item-img img {
  height: 90px;
}
.courseIntr .tt-content-carousel .swiper-slide {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
  border-radius: 8px;
}
@media (min-width:1201px) {
  .training-item.training-item-01:hover {
    background: #1AB69D;
    color: #fff;
  }
  .training-item.training-item-02:hover {
    background: rgba(255, 57, 70, 1);
    color: #fff;
  }
  .training-item.training-item-03:hover {
    background: rgba(70, 100, 228, 1);
    color: #fff;
  }
  .training-item.training-item-04:hover {
    background: rgba(248, 184, 31, 1);
    color: #fff;
  }
  .training-item:hover .item-icon, .training-item.training-item-02:hover .item-icon, .training-item.training-item-03:hover .item-icon, .training-item.training-item-04:hover .item-icon {
    background: rgba(255, 255, 255, .8)
  }
  .training-item-white:hover {
    color: #fff;
    background: #f2be43;
  }
  .training-item-white:hover .btn.btn-sm {
    color: #d4a73d;
    background: #fff;
    border-color: #fff;
  }
  .training-item-white:hover .text-black-50 {
    color: rgba(255, 255, 255, .9) !important
  }
}
@media (max-width: 1200px) {
  .curriculumSystem .tt-heading, .registration .tt-heading {
    margin-bottom: 50px;
  }
  .training-item:not(.training-item-white) {
    font-size: .913rem;
    padding: 2rem 1.5rem;
  }
  .training-item-white {
    padding: 2.5rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .curriculumSystem {
    padding-bottom: 0;
  }
  .curriculumSystem .tt-heading, .registration .tt-heading {
    margin-bottom: 40px;
  }
  .training-item:not(.training-item-white) {
    margin-bottom: 2rem;
    height: auto;
  }
}
@media (max-width: 769px) {
  .training-item:not(.training-item-white) {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 561px) {
  .curriculumSystem .tt-heading, .registration .tt-heading {
    margin-bottom: 30px;
  }
  .training-item:not(.training-item-white) {
    min-height: inherit;
    padding: 2rem 2rem;
    line-height: 1.6;
    margin-bottom: 1rem
  }
  .courseIntr .tt-content-carousel .swiper-slide {
    margin-bottom: 1.2rem;
  }
}
/*学院介绍*/
.collegeIntr-caption {
  position: relative;
  padding-right: 6%
}
.collegeIntr-bg, .courseIntr-bg, .page-header-bg {
  height: 101px;
  width: 101px;
  border-style: solid;
  border-width: 15px 15px 15px 15px;
  border-color: #F8B81F;
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  right: -220px;
  top: 140px;
  animation: 2s linear 0s infinite normal none running jump;
}
.page-header-bg {
  right: inherit;
  left: -2rem;
  top: 25%;
}
.collegeIntr-img {
  position: relative;
  padding-right: 5%
}
.collegeIntr-img figure {
  width: 70%;
  margin: 0 auto;
  overflow: hidden;
}
.collegeIntr-img .collegeIntr-img-data {
  padding: 22px 40px 18px 25px;
  background-color: #FFFFFF;
  border-radius: 30px 10px 50px 10px;
  box-shadow: 0px 40px 60px 0px rgba(14.999999999999972, 11.000000000000005, 44, 0.15);
  animation: 4s linear 0s infinite normal none running bounceSlide;
  position: absolute;
  left: 5%;
  bottom: -60px
}
@keyframes bounceSlide {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0)
  }
  40% {
    transform: translateY(-30px)
  }
  60% {
    transform: translateY(-15px)
  }
}
.collegeIntr-img-data .collegeIntr-img-icon {
  min-width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: rgba(255, 57, 70, .1);
  text-align: center
}
.collegeIntr-img-data .collegeIntr-img-icon i {
  font-size: 30px;
  color: var(--danger);
  margin-left: 5px
}
.collegeIntr-img .collegeIntr-img-other {
  max-width: 220px;
  padding: 20px 35px 30px 35px;
  background-color: #FFFFFF;
  border-radius: 10px 40px 10px 80px;
  box-shadow: 0px 40px 70px 0px rgba(14.999999999999972, 11.000000000000005, 44, 0.2);
  position: absolute;
  top: -65px;
  right: 8%;
  line-height: 1.8
}
.collegeIntr-img .collegeIntr-img-other i {
  font-size: 70px;
  color: var(--warning);
}
.collegeIntr-img .collegeIntr-img-other-bg01 {
  position: absolute;
  bottom: -3rem;
  right: 6%;
  z-index: -1;
  width: 270px;
}
.collegeIntr-img .collegeIntr-img-other-bg02 {
  width: 175px;
  height: 175px;
  position: absolute;
  left: 2%;
  top: -1rem;
  z-index: -1
}
.collegeIntr-img .collegeIntr-img-other-bg02 .bg-img01, .collegeIntr-img .collegeIntr-img-other-bg02 .bg-img02 {
  width: 100%;
  position: absolute;
}
.collegeIntr-img .collegeIntr-img-other-bg02 .bg-img01 {
  top: -10%
}
.collegeIntr-img .collegeIntr-img-other-bg02 .bg-img02 {
  width: 70%;
  top: -2rem;
  left: 5rem
}
@media (min-width: 1501px) {
  .collegeIntr-caption {
    max-width: 680px;
    padding-right: 0
  }
}
@media (max-width: 1200px) {
  .collegeIntr-caption {
    padding-right: 8%
  }
  .collegeIntr-img {
    padding-right: 0;
    padding-left: 3%
  }
  .collegeIntr-img figure {
    width: 90%;
  }
  .collegeIntr-img .collegeIntr-img-other-bg01, .collegeIntr-img .collegeIntr-img-other-bg02 {
    display: none
  }
  .collegeIntr-img-data {
    left: 3%;
    bottom: -40px;
  }
  .collegeIntr-img-data .collegeIntr-img-icon {
    min-width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .collegeIntr-img-data h3 {
    font-size: 1.2rem;
  }
  .collegeIntr-img-data .collegeIntr-img-icon i {
    font-size: 20px;
  }
  .collegeIntr-img-data .collegeIntr-img-font > div {
    font-size: .82rem
  }
  .collegeIntr-img .collegeIntr-img-other {
    max-width: 200px;
    padding: 20px 25px;
    line-height: 1.6;
    right: 2%;
  }
  .collegeIntr-img .collegeIntr-img-other i {
    font-size: 60px;
    line-height: inherit;
  }
}
@media (max-width: 991px) {
  .collegeIntr-caption {
    padding: 3rem 4% 0
  }
  .collegeIntr-img {
    padding: 2rem 0;
  }
  .collegeIntr-img figure {
    width: 60%;
  }
  .collegeIntr-img .collegeIntr-img-other {
    top: -2rem;
    right: 8%
  }
  .collegeIntr-img .collegeIntr-img-data {
    bottom: 0;
    left: 8%
  }
  .page-header-bg {
    display: none
  }
}
@media (max-width: 561px) {
  .collegeIntr-img {
    padding: 0 4%;
  }
  .collegeIntr-img figure {
    width: 100%;
  }
  .collegeIntr-img .collegeIntr-img-other {
    display: none
  }
  .collegeIntr-img .collegeIntr-img-data {
    left: inherit;
    right: 1%;
    bottom: -2rem;
    animation: none;
    padding: 15px 30px 15px 15px;
    box-shadow: rgba(15, 11, 44, 0.05) 0px 10px 10px 0px;
  }
}
/*课程介绍*/
.courseIntr {
  position: relative
}
.courseIntr::before {
  width: 100%;
  height: 400px;
  background: #F7F5F2;
  position: absolute;
  top: 0;
  display: inline-block;
  content: '';
  z-index: -1
}
.courseIntr .courseIntr-bottom {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 399px
}
.courseIntr .courseIntr-bottom svg {
  width: 100%;
  height: 90px;
  transform: rotateY(180deg);
  z-index: -1
}
.courseIntr .courseIntr-bottom .courseIntr-shape-fill {
  fill: #F7F5F2;
  transform-origin: center;
  transform: rotateY(0deg);
}
.courseIntr .btn.btn-sm {
  padding: .5rem 1.2rem;
}
.courseIntr .tt-cc-pagination-height {
  height: 45px;
}
.courseIntr-bgimg {
  width: 120px;
  right: -3%;
  top: 15%;
  position: absolute;
}
.courseIntr-bg {
  top: inherit;
  right: inherit;
  left: -35px;
  bottom: 1.5rem;
}
@media (max-width: 1200px) {
  .courseIntr::before {
    height: 340px;
  }
  .courseIntr .courseIntr-bottom {
    top: 339px
  }
  .courseIntr .tt-cc-pagination-height {
    height: 20px;
  }
  .courseIntr-bg {
    display: inline-block
  }
  .courseIntr-bg, .courseIntr-bgimg {
    display: none
  }
}
@media (max-width: 561px) {
  .courseIntr::before {
    height: 240px;
  }
  .courseIntr .courseIntr-bottom {
    top: 239px
  }
  .courseIntr .training-item.training-item-white {
    margin-top: 1.5rem
  }
}
/*学校风采*/
.academicStyle-show {
  width: 100%;
  height: calc(75vh / 2);
  margin-bottom: 1.8rem;
  border-radius: 8px;
  overflow: hidden
}
@media (min-width: 991px) {
  .academicStyle > .col-6:first-child .academicStyle-show:nth-child(1) {
    height: calc(75vh * 0.65);
  }
  .academicStyle > .col-6:first-child .academicStyle-show:nth-child(2) {
    height: calc(75vh * 0.35);
  }
  .academicStyle > .col-6:nth-child(3) .academicStyle-show:nth-child(1) {
    height: calc(75vh * 0.6);
  }
  .academicStyle > .col-6:nth-child(3) .academicStyle-show:nth-child(2) {
    height: calc(75vh * 0.4);
  }
  .academicStyle > .col-6:last-child .academicStyle-show:nth-child(1) {
    height: calc(75vh * 0.35);
  }
  .academicStyle > .col-6:last-child .academicStyle-show:nth-child(2) {
    height: calc(75vh * 0.65);
  }
}
.academicStyle-show .tt-bpi-link {
  width: 100%;
}
.academicStyle-show .tt-lightgallery-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (max-width: 1200px) {
  .academicStyle {
    padding-left: 2.5%;
    padding-right: 2.5%
  }
}
@media (max-width: 991px) {
  .academicStyle {
    padding-left: 2%;
    padding-right: 2%
  }
  .academicStyle-show {
    height: 220px;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 769px) {
  .academicStyle-show {
    height: 200px;
  }
}
@media (max-width: 561px) {
  .academicStyle {
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 3.5rem
  }
  .academicStyle > .col-6 {
    padding: 0 8px;
  }
  .academicStyle-show {
    height: 110px;
    margin-bottom: 1rem;
  }
}
/*留言*/
.registration {
  background: #F7F5F2
}
.registration .message-form {
  padding: 0;
  box-shadow: 0 0 0 0;
  margin: 0;
}
.registration .message-form .form-control {
  border: 0;
}
.registration .message-form .form-row > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.registration-bgimg01, .registration-bgimg02 {
  position: absolute;
  display: none;
  width: 180px;
}
@media (min-width: 1201px) {
  .registration-bgimg01 {
    display: inline-block;
    top: 300px;
    left: 8%
  }
  .registration-bgimg01 .img01 {
    position: absolute;
    width: 80%;
  }
  .registration-bgimg01 .img02 {
    width: 80px;
    position: absolute;
    top: 1rem;
    left: 50%;
  }
  .registration-bgimg02 {
    top: 10%;
    right: -4%;
    display: inline-block;
  }
}
@media (max-width: 561px) {
  .registration .message-form .form-control {
    background-color: rgba(255, 255, 255, 1);
    color: #111;
  }
  .form-control::placeholder, .form-control:focus {
    color: #666;
  }
}
/*资料下载*/
.collegeDown {
  padding: 3rem 0 4rem;
  width: 100%;
  background: #eb3f4a;
  background: -moz-linear-gradient(-60deg, #fe4d59, #eb3f4a);
  background: -webkit-linear-gradient(-60deg, #fe4d59, #eb3f4a);
  background: linear-gradient(-60deg, #fe4d59, #eb3f4a);
  position: relative
}
.collegeDown::after {
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-block;
  content: '';
  background: url("../images/bg_college_11.png") center no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
}
.collegeDown .container {
  z-index: 10;
  position: relative
}
.collegeDown i {
  font-size: 3.5rem
}
.collegeDown h1 {
  font-size: 3rem;
  margin: .5rem 0 1.5rem
}
.collegeDown h4 {
  opacity: .8
}
.collegeDown .collegeDown-bgimg01, .collegeDown .collegeDown-bgimg02 {
  position: absolute;
}
.collegeDown .collegeDown-bgimg01 {
  width: 80px;
  left: 5%;
  bottom: 2.5rem;
  animation: 2s linear 0s infinite normal none running jump;
}
.collegeDown .collegeDown-bgimg02 {
  width: 120px;
  right: 2rem;
  top: 2rem;
  animation: edublink-rotate-y 15s normal infinite linear;
}
@media (max-width: 1200px) {
  .collegeDown {
    padding: 2rem 0 3rem;
  }
  .collegeDown i {
    font-size: 2.5rem
  }
  .collegeDown h1 {
    font-size: 2rem;
  }
  .collegeDown h4 {
    font-size: 1.1rem;
  }
  .collegeDown .collegeDown-bgimg01 {
    width: 70px;
    left: 4%;
    bottom: 1.5rem;
  }
  .collegeDown .collegeDown-bgimg02 {
    width: 80px;
    right: 4%
  }
}
@media (max-width: 991px) {
  .collegeDown .collegeDown-bgimg02 {
    display: none;
  }
}
@media (max-width: 561px) {
  .collegeDown {
    padding: 1rem 5% 1.8rem;
  }
  .collegeDown i {
    font-size: 2rem
  }
  .collegeDown h1 {
    font-size: 1.5rem;
    margin: .5rem 0 .5rem
  }
  .collegeDown h4 {
    font-size: .875rem;
  }
  .collegeDown .collegeDown-bgimg01 {
    display: none;
  }
}