@font-face {
    font-family: "CanelaText";
    src: url("../fonts/CanelaText-Regular-Trial.eot");
    src: url("../fonts/CanelaText-Regular-Trial.eot?#iefix") format("embedded-opentype"),
         url("../fonts/CanelaText-Regular-Trial.woff") format("woff"),
         url("../fonts/CanelaText-Regular-Trial.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }
body {
  line-height: 1;
  overflow-x: hidden;
  overflow-x: -moz-scrollbars-none;
  background: #fff; 
  font-family:  'Arial', Helvetica, sans-serif;  
  font-weight: 400;
  }
ol, ul {
  list-style: none; 
  margin:0; padding:0;
   }
blockquote, q {
  quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none; }
table {
  border-collapse: collapse;
  border-spacing: 0; }
h1 {
  font-size: 38px; }
h2 {
  font-size: 32px;
font-family: 'Times New Roman', Times, serif; }
h3 {
  font-size: 28px; }
h4 {
  font-size: 22px; }
h5 {
  font-size: 18px; }
h6 {
  font-size: 16px; }
p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px; 
  text-align: justify;
}
@media only screen and (max-width: 576px) {
    p {
      font-size: 12px; } 
}
a {
  display: inline-block;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms; }
a:hover {
  text-decoration: none !important; }
a:focus {
  outline: none;
  text-decoration: none !important; }
.clear {
  clear: both; }
.animated2.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }
.animated2.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }
.animated2.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }
.animated2.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight; }
.animated2.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }
.animated2 {
  visibility: visible;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s; 
}
.header .top_bar { 
	padding:5px 0;
    border-bottom: 1px solid #e5e9ea;
}
.header .top_bar ul {
    display: inline-block; 
}
.header .top_link {
  padding-top: 20px;
}
.header .top_social {
  padding-top: 30px;
}
.header .top_bar ul.top_link li {
    display: inline-block;
    padding: 5px 0 5px 15px;
}
.header .top_bar ul.top_link li:last-child {
	border-right: 0px;
	padding-right: 0px;
}
.header .top_bar ul a {
    font-size: 20px;
    color: #000;
}
.header .top_bar ul.top_contact li { 
	padding: 5px 15px 0 0;      
	display: inline-block;
}
.header .top_bar ul.top_social li a {
  font-size: 24px;
}
.header .top_bar ul.top_social li a .fa-facebook {
  color: #3b5998;
}
.header .top_bar ul.top_social li a .fa-instagram {
  color: #bc2a8d;
}
.header .top_bar ul.top_social li a .fa-youtube {
  color: #bb0000;
}
.header .main-nav-section .logo-sec.logo {
	width: 245px;
	display: flex;
align-items: center;
padding:5px 0;
}
.header .main-nav-section {
    border-bottom: 1px solid #e5e9ea;
}
.header .main-nav-section .container {
    position: relative;
}
.header .main-nav-section .navbar {
    padding: 0px;
    position: unset;
}
.header .main-nav-section .row {
    justify-content: space-between;
}
.header .main-nav-section .navbar .nav-list {
    position: unset; 
}
.header .main-nav-section .navbar .nav-list .link {
	font-size: 18px;
	color: #fff;
	position: relative;
	display: block;
}
.header .main-nav-section .navbar .nav-list.dropdown:hover .dropdown-menu { display:block}
.header .main-nav-section .navbar .nav-list .dropdown-menu {
    top: 100%;
    left: 0px;
    width: 100%;
    border: none;
    border-radius: 0px;
    margin: 0px;
    padding: 30px 25px 20px;
    background: #f2efef;
}
.header .main-nav-section .navbar .nav-list .dropdown-menu {
    top: 100%;
    left: 0px;
    width: 100%;
    border: none;
    border-radius: 0px;
    margin: 0px;
    padding: 30px 25px 20px;
    background: #f2efef;
}
.header .main-nav-section .navbar .nav-list .dropdown-menu ul {
    margin-bottom: 15px;
}
.header .main-nav-section .navbar .nav-list .dropdown-menu ul li {
    padding: 5px 0;
    padding-left: 12px;
    position: relative;
    border-bottom: 1px solid #d4d4d4;
    transition: ease-in-out all 0.3s;
    margin-bottom: 15px;
}
.header .main-nav-section .navbar .nav-list .dropdown-menu ul li::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-left: 3px solid #003d4a;
    border-bottom: 3px solid transparent;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 14px;
    transition: ease-in-out all 0.3s;
}
.header .main-nav-section .navbar .nav-list .dropdown-menu .dropdown_logo_sec {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .main-nav-section .navbar .nav-list .dropdown-menu .dropdown_logo_sec .img_sec {
    width: 135px;
    float: right;
}
.header .main-nav-section .navbar .nav-list .dropdown-menu ul li a {
    font-size: 14px;
    color: #575757;
    line-height: 1.4;
    font-weight: 500;
    transition: ease-in-out all 0.3s;
}

@media only screen and (min-width: 1200px)
{
	.header .main-nav-section .navbar .nav-list {
		margin-right:35px;
	}	
  .header .main-nav-section .navbar .nav-list .link {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px)
{	
	.header .main-nav-section .navbar .nav-list:last-child { 
	margin-right:0;
	}
	.header .main-nav-section .navbar .nav-list.dropdown:hover .dropdown-menu { 
	position:absolute;
	}
	.header .main-nav-section .navbar .nav-list .link {
		padding: 15px 0;
	}
	.header .menu-icon {
    display: none;
	}
 
}
.home-slider { 
    position:relative; margin-bottom:0; line-height:13px;
}
.sliders { position: relative;}
.slider-top{ margin-top: 0px;}
.slider-top-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  padding: 6.5rem 6rem;
  width: 50%;
}
.slider-top-content h1 {
    /* font-family: 'CanelaText', sans-serif; */
    font-family: 'Times New Roman', Times, serif;
    font-size: 60px;
    color: #fff;  
    line-height: 70px;  
}
.slider-top-content p {
    font-size: 18px;
    color: #007340;
}
.slider-bottom { 
    margin:30px 0 70px;
}
.homeSlide {
  position: relative;
}
.homeSlide:after {
  position: absolute;
  width: 50%;
  background: rgba(3,41,54,0.5);
  left: 0;
  top: 0;
  height: 100%;
  content: '';
}
#prev_1,#next_1 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}
img#next_1 { 
    bottom: 60px;
}
.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}
.modal-body {
position:relative;
padding:0px;
}
.close {
position:absolute;
right:-30px;
top:0;
z-index:999;
font-size:2rem;
font-weight: normal;
color:#fff;
opacity:1;
}
/*------------------------------
    Swing Animation
------------------------------*/
@keyframes swing-anim {
    from {
      transform: rotate(60deg);
      -webkit-transform: rotate(60deg);
    }
    to {
      transform: rotate(-60deg);
      -webkit-transform: rotate(-60deg);
    }
  }
  @-webkit-keyframes swing-anim {
    from {
      transform: rotate(60deg);
      -webkit-transform: rotate(60deg);
    }
    to {
      transform: rotate(-60deg);
      -webkit-transform: rotate(-60deg);
    }
  }
  @keyframes swing-anim2 {
    from {
      transform: rotate(40deg);
      -webkit-transform: rotate(40deg);
    }
    to {
      transform: rotate(-40deg);
      -webkit-transform: rotate(-40deg);
    }
  }
  @-webkit-keyframes swing-anim2 {
    from {
      transform: rotate(40deg);
      -webkit-transform: rotate(40deg);
    }
    to {
      transform: rotate(-40deg);
      -webkit-transform: rotate(-40deg);
    }
  }
.flash_news {
	background: #f6f6f6 none repeat scroll 0 0;
	width: 100%;
}
.bre_news_label {
	font-size: 16px;
	padding: 16px 1%;
	background-color: #037e45;
	color: #fff;
	float: left;
	font-weight: bold;
	left: 0;
	overflow: hidden;
	position: absolute;
	z-index: 2;
}
.flash_news .flash {
	color: #00252e;
	padding: 12px 0 10px;
    font-size: 18px;
}
.home-welcome { 
  border-bottom: 3px solid #032936;
}
.home-about { padding:30px 0 70px 0; }
.home-campus {
    padding:80px 0 80px; 
	background: url(../images/bg1.jpg) no-repeat center center/cover;
    position: relative; 
}
.home-campus h2 {
    color: #fff;
    font-family: 'Times New Roman', Times, sans-serif;
    font-size: 50px;
}
.home-campus h2 span {
    color: #007340;
}
.home-campus p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding-top: 30px;
}
.pricMsg img { 
  border-radius: 50%;
}
.campus {
    position: absolute;
    top: 58%;
    left: 43%;
    border-radius: 5px;
}
.mt-100 {
    margin-top: 100px;
}
.mt--100 {
    margin-top: -100px;
}
.about-cntnt { padding-top:50px}
.main_head {
	margin-bottom: 30px;
	text-align: left;
	position: relative;
}
.main_head .head {
	color: #00252e;
    font-family: 'Times New Roman', Times, sans-serif;
    font-size: 50px;
}
.main_head .head span {
    color: #007340;
}
.about-cntnt .discrp p {
	font-size: 16px;
	color: #000000;
	line-height:24px;
    font-weight: 300;
}
@media only screen and (min-width: 992px)
{
#about_sec .about-cntnt {
	padding-top: 116px;
}
}
.linkBtn {
padding:15px 20px; 
color:#fff; 
margin-top:10px; 
font-size:16px; 
border-radius: 30px;
background:#00252e;
margin:-0 0 0 150px;
-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
transform: rotate(-35deg);
}
.rs-counter { 
    padding: 70px 0;
}
.rs-counter h2 {
    font-family: 'Times New Roman', Times, sans-serif;
    font-size: 50px;
    color: #00252e;
    display: inline-block;    
}
.rs-counter h2 span {
    color: #066831;
}
.counter-title img{ 
    vertical-align: top;
    margin-right: 15px;
}
.counter-part { padding-left: 130px;}
.rs-counter .rs-counter-list {
    display: flex;
    text-align: left;
}
.rs-counter .rs-counter-list .text-part .counter-number {
    font-size: 60px;
    color: #00252e;
    margin-bottom: 6px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    position: relative;
}
.rs-counter .rs-counter-list .text-part .counter-number::after{
    position: absolute;
    content: '+';
    right: -50px;
    top: 0;
}
.rs-counter .rs-counter-list .text-part .counter-desc {
    color: #007340;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 20px;
    text-transform: uppercase;
}
/*Events*/
.headcmn{
    position:relative;
    padding-bottom:15px;
    margin-bottom:20px
}
.headcmn h2{
        font-family: 'Times New Roman', Times, sans-serif;
        font-size: 50px;
        color: #00252e;
}
.headcmn span{
    color:#066831;
}
.home-events .headcmn h2 {
  font-size: 40px;
}
.view_all {
    color: #032936;
    border: 1px solid #032936;
    border-radius: 25px;
    padding: 0px 0px 0 20px;
}
.view_all img {
  transform: rotate(45deg);
  border: 1px solid #032936;
  border-radius: 50%;
  padding: 10px;
}
.home-campus .view_all,
.subscribe-from .view_all {
  color: #fff;
  border: 1px solid #fff;
}
.home-campus .view_all img,
.subscribe-from .view_all img {
  border: 1px solid #fff;
}
.headcmn .view_all{
    display:block;
    text-align:center;
    line-height:normal;
    margin-bottom:0;
    color:#000;
    width:fit-content;
    height:auto;
    font-size:16px;
    font-weight:400;
    padding:5px 10px;
    position:absolute;
    right:10px;
    top:15px;
    letter-spacing:1px;
    text-transform:uppercase;
    text-decoration: underline;
}
.home-events{
    padding:70px 0 50px; 
    position: relative;
}
.event-item .edate { 
    padding: 20px 0 10px;
    font-size: 16px;
}
.event-item h4 { 
    font-size: 20px; 
    margin-bottom: 25px;
}
.event-item a { 
    border: 1px solid #d7d7d7;
    border-radius: 50%;
    padding: 10px;
}
.home-news{
    padding:70px 0 50px; 
    position: relative;
    background-color: #f5f5f5;
}
.home-news .event-item {
    background-color: #fff;
    padding: 15px;
}
footer { 
    padding:60px 0;
    position: relative;
    display: block;
    z-index: 1;
    background:#032936;
    margin-top: 50px;
}
.subscribe-from {
    background: url(../images/bg3.png) no-repeat center center/cover;
    padding: 50px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 50px;
}
.subscribe-from h2 {
    font-family: 'Times New Roman', Times, sans-serif;
    font-size: 50px;
    color: #fff;
}
.subForm { 
    margin-top: 30px;
}
.subInput {
    border: 1px solid #fff;
    background: none;
    border-radius: 30px;
    padding: 15px 40px;
    color: #fff;
    width: 350px;
}
.subBtn {
    background: #fff;
    padding: 15px 50px;
    color: #0e343c;
    border-radius: 30px;
    margin-left: 15px;
    font-size: 16px;
}
footer h4 {
    color: #ffffff;
    font-size: 24px;
    font-family: 'Times New Roman', Times, sans-serif;
    line-height: 24px;
    text-transform: capitalize; 
	position:relative; 
	margin-bottom:15px;
    margin-top: 40px;
}
footer p { 
    color: #fff;
    line-height: 28px;
}
footer ul.footer-widget li {
    position: relative;
    display: block;
    line-height: 30px;
    color: #fff;
}
footer ul.footer-widget li a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding-left: 20px;
    transition: all 500ms ease;
}
footer ul.footer-widget li a:hover {
    color: #17376e;
}
footer .copyright { 
    text-align:center; 
    margin:30px 0 0 ; 
    border-top: 1px solid #272727;
    padding-top: 30px;
    font-size: 15px;
}
footer .copyright a { color:#007340} 
.breadcums  {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; 
  padding: 80px 0;
}
.left_links {
  background-color: #f9f9f9;
  border: 1px solid #c9c9c9;
  margin: 0 0 10px;
  padding: 20px;
}
.left_links h2 {
  background-color: #032934;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.left_links ul {
  margin: 0;
  padding: 20px 5px !important;
  width: 100%;
}
.left_links ul li {
  border-bottom: 1px solid #e4e3e3;
  color: #626262;
  font-size: 15px;
  line-height: 30px;
  list-style: outside none none !important;
  margin: 0;
  padding: 5px 0 5px 0px;
}
.left_links ul li i {
  margin-right: 5px;
}
.left_links ul li a {
  color: #626262;
  text-decoration: none;
}
.innerPage {
  background: #f1f1f1;
}
.innerPage .pageHead { 
  font-size: 30px;
  position: relative; 
  margin-bottom: 25px;
  text-transform: capitalize
}
.innerPage .pageHead::after { 
  position: absolute;
  width: 100%;
  height: 2px;
  background: #032934;
  content: '';
  left: 0;
  bottom: 0;
}
 .tab_h3 { font-size: 21px; text-align: center; width:100%; margin-bottom: 20px;}
 
 .innerPage .nav-tabs {
  background: #032934;
  box-shadow: none;
  position: relative;
  width: 100%; 
  padding-left: 0;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
  font-size: 16x;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    list-style:none;
    padding-left: 0px;
}
.innerPage .nav-tabs .nav-link {
 padding: 1rem 2rem;
 text-transform: uppercase;
 color: #fff;
}
.innerPage .nav-tabs .nav-link.active {
  background-color: #fff !important;
  /*box-shadow: inset 0 2px 0 #f05451;*/
  color: #910B4C;
}
.innerPage .tab-content {
   background: #ffffff;
 }
 .innerPage .tab-content {
   padding: 1.5em;
    background: #f8f8f8 url(../images/bg2.png) no-repeat center center/cover; 
 }
.innerPage .modal-content{
  background: #f8f8f8 url(../images/bg2.png) repeat top center;
}
 .innerPage .tab-content .tab-pane.selected {
   display: block;
   -webkit-animation: cd-fade-in 0.5s;
   -moz-animation: cd-fade-in 0.5s;
   animation: cd-fade-in 0.5s; 
   background:#fff;
 }
 .innerPage .tab-content p {
 color: #000;
 font-size: 14px;
 font-weight: 400;
   line-height: 27px;
 word-spacing: 5px; 
 text-align: justify;
 }
 .innerPage .tab-content  img { 
 width: auto; 
 text-align:center;
 }
 .innerPage .stafrow h4 { 
  margin-top:0; 
 font-size: 18px;
 }
 .innerPage .tab-content .stafrow p {
    line-height: 20px;
   word-spacing: 0;
 }
 .innerPage  .stafrow { margin-bottom:15px;}
.innerPage ul {
  padding-left: 20px;
}
.innerPage ul li {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px; 
    list-style:circle; 
    padding-left: 10px;
}
 .sidebar_listing_list {
  border: 1px solid #ebebeb;
  border-radius: 8px;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 30px;
}
.sl_creator {
  margin-bottom: 30px;
}
.pro-small-club {
  width: 80px;
}
.sl_creator .media-body h5 {
  font-size: 16px;
  color: #484848;
  font-weight: 700;
  line-height: 1.2;
}
.sl_creator .media-body a, 
.sl_creator .media-body p {
  font-size: 14px;
  margin-bottom: 0;
  color: #484848;
  line-height: 1.5;
}
.icon_box_area {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.icon_box_area .score {
  border-radius: 8px;
  background-color: #f7f7f7;
  height: 60px;
  line-height: 60px;
  width: 60px;
  text-align: center;
}
.icon_box_area .score i { 
  font-size: 20px;
}
.icon_box_area.style2 .details {
  padding: 13px 20px 0;
  position: relative;
}
.alumini-form label { 
  font-size: 15px;
  font-weight: 700; 
  color: #000; 
  padding: 0%;
}
.innerPageContent ul { padding-left: 15px;}
.innerPageContent ul li { 
  list-style: circle;
  margin-bottom: 10px; 
  font-size: 14px;
  line-height: 24px; 
  text-transform: capitalize;
}
.facultyModal ul { 
  padding-left: 30px;
}
.facultyModal ul li{
  list-style:decimal;
  margin-bottom: 10px; 
  line-height: 24px; 
  text-align: justify;
} 
._animationFadeInBottom {
  opacity: 1;
  transform: translateY(0);
  transition: var(--transition-200);
}
.MesageTestimonial .MesageTestimonialQuoteOpen {
  top: 55px;
    left: 49%;
  transform: translate(0, calc(-100% + 10px));
}
.MesageTestimonial .MesageTestimonialQuote {
  width: 70px;
  height: auto;
  position: absolute;
  z-index: 3;
}
.MesageTestimonial .MesageTestimonialQuoteClose {
  bottom: 0;
  right: -4px;
  transform: translate(0, calc(100% - 10px));
}
.MesageTestimonial .MesageTestimonialWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: auto;
  border-radius: 0;
}
.MesageTestimonial .MesageTestimonialImage img {
  width: calc(100% + 12.5px);
  aspect-ratio: 550/371;
  object-fit: cover;
  border-radius: 20px;
  margin: 0 0 50px 0;
}
.MesageTestimonial .MesageTestimonialContent {
  margin: 50px 0 0 0;
  width: calc(100% + 12.5px);
  transform: translateX(-12.5px);
  border-radius: 20px;
  padding: 50px 40px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  background-color: #032936;
}
.MesageTestimonial .MesageTestimonialContentWrap {
  display: flex;
  flex-direction: column;
}
.MesageTestimonial .MesageTestimonialName {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
}
.MesageTestimonial .MesageTestimonialName {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
}
.MesageTestimonial .MesageTestimonialDescription {
  line-height: 1.625;
  color: #fff;
  order: -1;
  margin: 0 0 15px 0;
}

.documentsAcord  .card{ 
  margin-bottom: 15px;
}

.documentsAcord .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

.documentsAcord .card-header h5 { 
  cursor: pointer;
  background: #032936;
  padding: 20px;
  color: #fff;
}

.documentsAcord .card-header h5:after {
  content: "\f106";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}
.documentsAcord .card-header h5.collapsed {
  background: #032936;
  color: #fff;
}

.documentsAcord .card-header h5.collapsed:after {
  content: "\f107";
}




/*RESPONSIVE*/
@media only screen and (max-width: 1199px) {

.header .main-nav-section .navbar .nav-list {
  margin-right:20px;
}	
.header .main-nav-section .navbar .nav-list .link {
  font-size: 16px;
}
}
@media only screen and (max-width: 992px) {
  .main-icon-bar i { color: #fff;}

  .slider-top-content {
    padding: 6.5rem 2rem;
  }
  .slider-top-content h1 {
    font-size: 46px;
    line-height: 56px;
  }
  .main_head .head {
    font-size: 46px;
  }
  .header .top_bar ul a {
    font-size: 16px;
    color: #000;
}
.header .top_social {
  padding-top: 15px;
}
.header .top_link {
  padding-top: 10px;
}
.home-campus h2 {
  font-size: 34px;
}
}
@media only screen and (max-width: 767px) {
  .slider-top-content {
    padding: 6.5rem 2rem;
  }
  .slider-top-content h1 {
    font-size: 40px;
    line-height: 44px;
  }
  .main_head .head {
    font-size: 40px;
  }
}
@media only screen and (max-width: 576px) {
.slider-top-content {
  padding: 6.5rem 1rem;
}
.slider-top-content h1 {
  font-size: 34px;
  line-height: 44px;
}
.main_head .head {
  font-size: 32px;
}
.main_head h3 {
  font-size: 22px;
}
.home-about {
  padding: 0px 0 0px 0;
}
.home-campus h2 {
  font-size: 32px;
}
.home-campus .view_all, .subscribe-from .view_all {
  margin-bottom: 20px;
}
.subscribe-from h2 {
  font-size: 36px;
}
.homeSlide:after {
  width: 60%;
}
.header .top_social {
  padding: 5px 0;
}
.header .top_link {
  padding-top: 5px;
}
.header .top_bar ul {
  text-align: center;
}
.header .top_bar ul a {
  font-size: 15px;
  color: #000;
}
.header .main-nav-section .navbar .nav-list .link {
  padding: 8px 0;
}
}
 
 