@font-face {
	font-family: AvenirRegular;
	src: url(../fonts/Avenir/AvenirRegular/regular.ttf);
  }
  @font-face {
	font-family: AvenirLight;
	src: url(../fonts/Avenir/AvenirLight/light.ttf);
  }
  @font-face {
	font-family: AvenirHeavy;
	src: url(../fonts/Avenir/AvenirHeavy/heavy.ttf);
  }
  @font-face {
	font-family: AvenirBook;
	src: url(../fonts/Avenir/AvenirBook/book.ttf);
  }
  @font-face {
	font-family: AvenirBlack;
	src: url(../fonts/Avenir/AvenirBlack/black.ttf);
  }
  a:hover:not(.viv-but3,.viv-but,header a) {
	  text-decoration: none !important;
  }
  /*Directory page*/
			a {
	  cursor: pointer !important;
  }
			  .inner-banner .banner_img {
				  height: 369px;
			  }
			  .section-py {
				  padding: 80px 0px;
			  }
			  .section-heading h4 {
				  font-size: 50px;
				  font-weight: bold;
				  color: #084c85;
				  font-family: AvenirBlack !important;
				  text-align: center;
					  text-transform: uppercase;
			  }
			  .section-heading p {
				  font-size: 16px;
				  text-align: center;
				  color: #084c85;
				  font-family: "AvenirLight" !important;
			  }
			  .section-heading {
				  margin-bottom: 50px;
			  }
			  .faculty-staff-section ul.nav.nav-tabs {
				  border: none;
			  }
  
			  .faculty-staff-section ul.nav.nav-tabs li {
				  width: 50%;
				  text-align: center;
			  }
  
			  .faculty-staff-section ul.nav.nav-tabs li a {
				  display: block;
				  font-size: 18px;
				  min-height: 55px;
				  background: #ebedee;
				  line-height: 55px;
				  font-family: AvenirHeavy !important;
				  transition: all 0.8s;
			  }
  
			  .faculty-staff-section ul.nav.nav-tabs li.active a {
				  background: #084c85;
				  color: #fff;
			  }
  
			  .faculty-staff-section .tab-content {
				  margin-top: 50px;
			  }
  
			  .faculty-staff-section {
				  margin-top: 30px;
			  }
			  .faculty-staff-section ul.nav.nav-tabs li.active a:hover {
				  opacity: 1;
			  }
			  .faculty-staff-section ul.nav.nav-tabs li a:hover {
				  opacity: 0.8;
			  }
  
			  .tabs-search-box .tabs-search-form {
				  display: flex;
    align-items: center;
    width: 100%;
    max-height: 43px;
    border: none;
    justify-content: space-between;
    gap: 20px;
			  }
  
			  .tabs-search-box .tabs-search-form .tabs-search-input {
				     width: calc(100% - 60px);
    border: solid 1px #98A4AE;
    border-radius: 5px;
    overflow: hidden;
			  }
  
			  .tabs-search-box .tabs-search-form .tabs-search-btn {
				      width: 60px;
    height: 43px;
    background: none;
    border: none;
    padding: 0px;
    background: #6CD5EF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
			  }
  
			  .tabs-search-box .tabs-search-form .tabs-search-input input {
				  width: 100%;
				  height: 41px;
				  font-size: 16px;
				  border: none;
				  padding: 0px 20px;
				  font-family: AvenirRegular !important;
				  border-radius: 10px;
			  }
			  .tabs-search-box .tabs-search-form .search-btn:focus,
			  .tabs-search-box .tabs-search-form .tabs-search-input input:focus {
				  outline: none;
				  box-shadow: none;
			  }
			  .tabs-search-box .tabs-search-form .search-btn {
				  width: 60px;
				  height: 43px;
				  background: none;
				  border: none;
				  padding: 6px;
			  }
  
			  .tabs-search-box .tabs-search-form .search-btn img {
				  width: 45%;
			  }
  
			  .tabs-search-box {
				  width: 100%;
			  }
  
			  .tabs-search-box .tabs-search-form .tabs-search-input input::placeholder {
				  color: #c7c7c7;
			  }
  
			  .tabs-search-penal {
				  margin-bottom: 40px;
			  }
			  .ShortByBTN .ShortBy {
				  width: 100%;
				  display: flex;
				  height: 43px;
				  background: #084c85;
				  text-align: center;
				  align-items: center;
				  justify-content: center;
				  color: #fff;
				  font-family: AvenirHeavy !important;
				  border: solid 2px #084c85;
				  transition: all 0.5s;
				  font-size: 16px;
			  }
  
			  .ShortByBTN .ShortBy:hover,
			  .ShortByBTN .ShortBy:focus {
				  color: #54c3de;
				  background: transparent;
				  outline: none;
			  }
			  .dropdown-content {
				  display: none;
				  position: absolute;
				  background-color: #fff;
				  min-width: 593px;
				  box-shadow: 1px -2px 20px 0px rgb(0 0 0 / 15%);
				  z-index: 99;
				  right: 0;
				  padding: 30px;
				  top: 70px;
			  }
			  .ShortByBTN {
				  z-index: 9;
				  position: relative;
			  }
			  .dropdown-content.show {
				  display: block;
			  }
			  .dropdown-result p {
				  font-size: 14px;
				  color: #084c85;
				  text-transform: uppercase;
				  font-family: AvenirRegular !important;
				  margin-bottom: 24px;
			  }
  
			  .dropdown-result p strong {
				  font-family: AvenirBlack !important;
			  }
  
			  .dropdown-fillter-heading h4 {
				  font-size: 20px;
				  text-transform: uppercase;
				  font-family: AvenirBlack !important;
				  color: #084c85;
				  margin-bottom: 20px;
				  display: flex;
				  align-items: center;
			  }
			  .dropdown-fillter-heading h4 img {
				  width: 24px;
				  margin-right: 10px;
			  }
  
			  .dropdown-fillter-items {
				  position: relative;
				  padding-bottom: 30px;
				  margin-bottom: 30px;
				  border-bottom: solid 1px #dddddd;
			  }
			  .dropdown-content .dropdown-fillter-items:nth-last-child(2), .fillter-mobile-popup .dropdown-fillter-items:nth-last-child(2) {
				  margin-bottom: 0px;
				  border-bottom: none;
			  }
			  .dropdown-fillter-checkbox ul {
				  display: flex;
				  list-style: none;
				  padding: 0;
				  margin-bottom: 10px;
				  flex-wrap: wrap;
			  }
			  .dropdown-fillter-Button .fillter-btn {
				  background: #f8c351;
				  padding: 7px 30px;
				  font-size: 16px;
				  color: #000;
				  text-transform: uppercase;
				  font-family: AvenirBlack !important;
				  padding-top: 10px;
				  border: solid 2px #f8c351;
				  transition: all 0.5s;
				  display: inline-block;
				  min-height: 50px;
			  }
  
			  .dropdown-fillter-Button .fillter-btn:hover,
			  .dropdown-fillter-Button .fillter-btn:focus {
				  outline: none;
				  box-shadow: none;
				  color: #f8c351;
				  background: transparent;
			  }
			  .dropdown-fillter-items p.fillter-last-text {
				  margin: 0;
				  color: #084c85;
				  font-family: AvenirRegular !important;
			  }
  
			  .dropdown-fillter-checkbox ul li {
				  padding-right: 25px;
			  }
  
			  .fillter-checkbox input[type="checkbox"] {
				  padding: 0;
				  height: initial;
				  width: initial;
				  margin-bottom: 0;
				  display: none;
				  cursor: pointer;
			  }
  
			  .fillter-checkbox {
				  position: relative;
			  }
  
			  .fillter-checkbox label {
				  font-size: 14px;
				  text-transform: uppercase;
				  font-family: AvenirRegular !important;
				  color: #084c85;
				  position: relative;
				  display: flex;
				  align-items: center;
				  cursor: pointer;
			  }
  
			  .fillter-checkbox label:before {
				  content: "";
				  -webkit-appearance: none;
				  background-color: transparent;
				  border: 1px solid #dddddd;
				  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
				  padding: 10px;
				  display: inline-block;
				  position: relative;
				  vertical-align: middle;
				  cursor: pointer;
				  margin-right: 10px;
				      margin-top: -4px;
			  }
  
			  .fillter-checkbox input:checked + label:before {
				  border-color: #084c85;
			  }
			  .fillter-checkbox input:checked + label:after {
				  content: "";
				  display: block;
				  position: absolute;
				  top: 2px;
				  left: 9px;
				  width: 6px;
				  height: 14px;
				  border: solid #084c85;
				  border-width: 0 2px 2px 0;
				  transform: rotate(45deg);
			  }
			  .ShortByBTN .ShortBy img {
				  width: 20px;
				  margin-right: 10px;
			  }
  
			  .search-result h5 {
				  font-size: 24px;
				  text-align: center;
				  font-family: AvenirRegular !important;
				  text-transform: uppercase;
				  color: #084c85;
			  }
  
			  .search-result {
				  margin-top: 50px;
				  margin-bottom: 30px;
			  }
  
			  .search-result h5 strong {
				  font-family: AvenirBlack !important;
			  }
			  .ResultsBox {
				  display: flex;
				  align-items: center;
				  justify-content: center;
				  margin-top: 20px;
			  }
  
			  .ResultsBox .ResultsBoxItems {
				  display: flex;
				  margin: 10px;
				  align-items: center;
			  }
  
			  .ResultsBox .ResultsBoxItems label {
				  margin: 0;
				  font-size: 16px;
				  color: #084c85;
				  margin-right: 10px;
				  font-family: AvenirRegular !important;
			  }
  
			  .ResultsBox .ResultsBoxItems p {
				  margin: 0;
				  text-transform: uppercase;
				  color: #084c85;
				  font-size: 16px;
				  border: solid 1px #dddddd;
				  font-family: AvenirRegular !important;
				  padding: 8px 20px;
			  }
			  .Founders-hall p {
				  font-family: AvenirLight !important;
				  color: #084c85;
				  font-size: 16px;
				  text-align: left;
			  }
			  .Founders-hall.dir-highlight-me p, p.dir-highlight-me  {
				  font-family: AvenirBlack !important;
				  background: #f8c351 !important;
				  display: inline-block;
				  padding: 0px 10px;
				  font-size: 14px;
				  font-weight: 600;
			  }
			  .Founders-hall p span {
				  border-bottom: solid 1px;
				  font-family: AvenirBlack !important;
			  }
  
			  .Founders-hall {
				  margin-bottom: 0px;
			  }
			  .directory-list-grid .directory-list-content .cust-excer p {
				  font-size: 14px;
			  }
			  .directory-readMore .readMore {
				  color: #084c85;
				  font-size: 14px;
				  text-transform: uppercase;
				  font-family: AvenirRegular !important;
				  border-bottom: solid 2px #f8c351;
				  text-decoration: none !important;
			  }
			  .directory-list-img {
				  width: 270px;
				  min-height: 270px;
			  }
  
			  .directory-list-img img {
				  width: 100%;
				  height: 100%;
				  object-fit: cover;
			  }
			  .directory-list-grid {
				  display: flex;
				  justify-content: space-between;
				  width: 100%;
				  box-shadow: 1px 0px 20px 0px rgb(0 0 0 / 15%);
				  margin-top: 30px;
			  }
  
			  .directory-list-grid .directory-list-content {
				  width: calc(100% - 270px);
				  padding: 30px;
			  }
  
			  .directory-list-grid .directory-list-content .directory-list-heading {
				  border-bottom: solid 1px #ddd;
				  padding-bottom: 20px;
				  margin-bottom: 20px;
			  }
  
			  .directory-list-grid .directory-list-content .directory-list-heading h4 {
				  color: #084c85;
				  font-size: 20px;
				  font-family: AvenirBlack !important;
				  text-transform: uppercase;
				 /* white-space: nowrap;
				  overflow: hidden;
				  text-overflow: ellipsis;*/
			  }
  
			  .directory-list-grid .directory-list-content .directory-list-heading p {
				  font-size: 16px;
				  margin: 0;
				  font-family: AvenirLight !important;
				  color: #084c85;
			  }
			  .directory-list-contact ul {
				  display: flex;
				  list-style: none;
				  padding: 0;
				  margin-bottom: 15px;
			  }
  
			  .directory-list-contact ul li a {
				  display: block;
				  margin-right: 20px;
				  font-size: 16px;
			  }
  
			  .directory-list-contact ul li:last-child a {
				  margin-right: 0;
			  }
  
			  .directory-list-contact ul li.directory-number a {
				  font-family: AvenirBlack !important;
				  padding-top: 2px;
				  font-size: 16px;
			  }
  
			  .directory-list-contact ul li.directory-email a {
				  font-family: AvenirRegular !important;
			  }
  
			  .directory-list-contact ul li.directory-email a span {
				  text-decoration: underline;
			  }
			  .directory-list-contact ul li a span {
				  margin-left: 5px;
			  }
			  .directory-sidebar {
				  background: #084c85;
				  padding: 50px 20px;
				  text-align: center;
				  margin-top: 30px;
			  }
  
			  .directory-sidebar .directory-sidebar-images {
				  width: 120px;
				  margin: auto;
				  height: 120px;
				  margin-bottom: 22px;
			  }
  
			  .directory-sidebar .directory-sidebar-images img {
				  width: 100%;
				  height: 100%;
				  object-fit: contain;
			  }
  
			  .directory-sidebar .directory-sidebar-content p {
				  font-size: 20px;
				  color: #fff;
				  font-family: AvenirLight !important;
				  margin-bottom: 40px;
			  }
  
			  .directory-sidebar .directory-sidebar-content .directory-sidebar-link {
				  display: block;
				  border: solid 2px #fff;
				  color: #fff;
				  font-size: 16px;
				  text-transform: uppercase;
				  font-family: "AvenirHeavy" !important;
				  padding: 7px 5px;
				  padding-top: 10px;
				  transition: all 0.5s;
			  }
  
			  .directory-sidebar .directory-sidebar-content .directory-sidebar-link:hover {
				  background: #fff;
				  color: #084c85;
			  }

  
			  .dropdown-content:after {
				  content: "";
				  width: 0;
				  height: 0;
				  border-left: 15px solid transparent;
				  border-right: 15px solid transparent;
				  border-bottom: 18px solid #fff;
				  position: absolute;
				  top: -18px;
				  right: 18%;
			  }
  
			  .fillter-radio-buttons > label {
				  border: solid 1px #dddddd;
				  font-size: 14px;
				  text-transform: uppercase;
				  min-height: 43px;
				  line-height: 43px;
				  color: #084c85;
				  padding: 0px 20px;
				  font-family: "AvenirRegular" !important;
				  margin-bottom: 20px;
				  min-width: 127px;
				  text-align: center;
				  cursor: pointer;
				  transition: all 0.5s;
			  }
  
			  .fillter-radio-buttons input {
				  display: none;
			  }
			  .fillter-radio-buttons > label:hover {
				  background: #084c85;
				  color: #fff;
			  }
			  .fillter-radio-buttons input:checked ~ label {
				  background: #084c85;
				  color: #fff;
			  }
  
			  .dropdown-fillter-checkbox.fillter-radio li {
				  padding-right: 20px;
			  }
			  button.ShortBy.mobile-fillter-btn {
					display: none;
				}
			  @media (max-width: 991px) {
				  .section-heading h4 {
					  font-size: 36px;
				  }
				  .section-heading {
					  margin-bottom: 0;
				  }
				  .container,
				  .container-md,
				  .container-sm {
					  max-width: 100%;
				  }
			  }
			  @media (max-width: 767px) {
				.ResultsBox{
					   justify-content: start;
					  display: block;
				}
				  .tabs-search-box {
					  width: 100%;
					  margin-bottom: 20px;
				  }
				  .search-result h5 {
					  font-size: 18px;
					  text-align: left;
				  }
				  .ResultsBox .ResultsBoxItems {
						  flex-wrap: wrap;
	  margin: 0;
	  margin-bottom: 15px;
				  }
				  .search-result {
					  margin-top: 0px;
					  margin-bottom: 0;
				  }
  
				  .directory-list-grid {
					  flex-wrap: wrap;
					  flex-direction: column;
				  }
  
				  .directory-list-grid .directory-list-content {
					  width: 100%;
					  order: 2;
				  }
  
				  .directory-list-grid .directory-list-img {
					  order: 1;
					  width: 100%;
				  }
				  .directory-list-contact ul {
					  padding: 0;
					  flex-direction: column;
				  }
				  .inner-banner .banner_img {
					  height: auto;
				  }
				  .section-py {
					  padding: 40px 0px;
				  }
				  .section-heading h4 {
					  font-size: 30px;
				  }
				  .section-heading p {
					  font-size: 14px;
				  }
				  .section-heading {
					  margin-bottom: 30px;
				  }
				  .faculty-staff-section ul.nav.nav-tabs li {
					  width: 100%;
					  margin-bottom: 15px;
				  }
				  .faculty-staff-section ul.nav.nav-tabs li a {
					  font-size: 16px;
				  }
				  .faculty-staff-section .tab-content {
					  margin-top: 20px;
				  }
  
				  .faculty-staff-section {
					  margin-top: 20px;
				  }
			  }
			  @media (max-width: 576px) {
				.section-heading h4 {
					font-size: 24px;
				}
				  .ShortByBTN .ShortBy img {
					  margin: 0;
				  }
  
				  .ShortByBTN .ShortBy > span {
					  display: none;
				  }
  
				  .fillter-mobile-popup .modal-dialog {
					  margin: 0;
					  border: none;
					  margin-top: auto;
					  display: flex;
					  justify-content: end;
					  height: 100%;
					  align-items: end;
					  transition: -webkit-transform .3s ease-out;
					  transition: transform .3s ease-out;
					  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
					  -webkit-transform: translate(0, 200%) !important;
					  transform: translate(0, 200%) !important;
				  }
				  .fillter-mobile-popup.show .modal-dialog, .fillter-mobile-popup.in .modal-dialog{
					-webkit-transform: none !important;
					transform: none !important;
				  }
				  .fillter-mobile-popup .modal-dialog .modal-content {
					  border: none;
					  border-radius: 0;
					  padding: 20px;
				  }
  .modal-backdrop.fade.in {
	  opacity: 0.2;
	  display: block;
  }
				  .fillter-mobile-popup.modal {
					  bottom: 0;
					  top: auto; 
				  }
				  .fillter-mobile-popup.modal.in { 
					  opacity: 1;
				  }
  
				  .fillter-mobile-popup button.close {
					  position: absolute;
					  right: 20px;
					  top: 15px;
					  font-size: 36px;
				  }
				  .ShortByBTN .ShortBy.dropdown.dropbtn {
					  display: none;
				  }
				  button.ShortBy.mobile-fillter-btn {
					  display: block;
				  }
			  }
  
			  /*Directory page End*/
  
  
	/*Employement page*/
  
						  .section-heading h5 {
						  font-size: 28px;
						  text-align: center;
						  margin-bottom: 15px;
						  font-family: 'AvenirBlack' !important;
						  color: #084c85;
							  text-transform: uppercase;
					  }
  
					  .gray-bg{
						  background-color: #ebedee;
					  }
  
					  .employment-grid {
	  background: #fff;
	  padding: 40px 30px;
	  text-align: center;
	  box-shadow: 1px 0px 20px 0px rgb(0 0 0 / 15%);
	  transition: all 0.5s;
  }
  
  .employment-grid .employment-grid-icon {
	  width: 109px;
	  height: 109px;
	  margin: auto;
	  margin-bottom: 30px;
	  border: solid 1px #ddd;
	  border-radius: 50%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  transition: all 0.5s;
  }
  
  .employment-grid .employment-grid-icon img {
	  width: 50%;
	  height: 50%;
	  object-fit: contain;
  }
  
  .employment-grid .employment-grid-content h4 {
	  font-size: 18px;
	  font-family: 'AvenirBlack' !important;
	  margin-bottom: 0;
	  color: #084c85;
  }
  
  .employment-grid:hover .employment-grid-icon img.dark-icon {
	  display: none;
  }
  
  .employment-grid:hover .employment-grid-icon {
	  background: #084c85;
  }
  
  .employment-grid .employment-grid-icon img.light-icon {
	  display: none;
  }
  
  .employment-grid:hover .employment-grid-icon img.light-icon {
	  display: block;
  }
  .benifits-content ul.benifits-lists {
	  list-style: none;
	  margin: 0;
	  padding: 0;
  }
  
  .benifits-content ul.benifits-lists li {
	  position: relative;
	  padding-left: 20px;
	  font-size: 16px;
	  color: #084c85;
	  font-family: 'AvenirBlack' !important;
	  padding-bottom: 10px;
	  margin-bottom: 10px;
	  border-bottom: solid 1px #ddd;
  }
  
  .benifits-content ul.benifits-lists li:before {
	  content: "";
	  width: 0;
	  height: 0;
	  border-top: 5px solid transparent;
	  border-bottom: 5px solid transparent;
	  border-left: 5px solid #084c85;
	  position: absolute;
	  top: 6px;
	  left: 2px;
  }
  .benifits-content ul.benifits-lists li ol li:before {
	  display: none;
  }
  
  .benifits-content ul.benifits-lists li ol li {
	  border: none;
	  font-family: AvenirRegular !important;
	  padding-left: 0;
	  padding-bottom: 0;
  }
  
  .benifits-content ul.benifits-lists li ol {
	  list-style: disc;
	  margin-top: 15px;
  }
  .NotSure {
	  position: relative;
	  padding: 50px 10px;
	  background-size: cover;
	  background-repeat: no-repeat;
  }
  
  .NotSure .section-heading {
	  margin-bottom: 30px;
  }
  
  .NotSure .section-heading h4, .NotSure .section-heading p {
	  color: #fff;
  }
  
  .NotSure:before {
	  content: "";
	  background: hsl(207deg 89% 28% / 85%);
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  top: 0;
	  left: 0;
  }
  .NotSure .section-heading h4 span.yellow-color {
	  color: #f8c351;
  }
  .NotSure .NotSure-buttons ul {
	  padding: 0;
	  list-style: none;
	  margin: 0;
	  display: flex;
	  justify-content: center;
	  flex-wrap: wrap;
  }
  
  .NotSure .NotSure-buttons ul a {
	  color: #fff;
	  border: solid 2px #fff;
	  padding: 7px 20px;
		  font-family: AvenirHeavy !important;
	  padding-top: 9px;
	  min-width: 202px;
	  display: inline-block;
	  text-align: center;
	  transition: all 0.5s;
  }
  
  .NotSure-buttons {
	  z-index: 9;
	  position: relative;
  }
  
  .NotSure-buttons li {
	  margin: 10px;
  }
  
  .NotSure .NotSure-buttons ul a:hover {
	  background-color: #f8c351;
	  color: #000;
	  border-color: #f8c351;
  }
  .NotSure-section {
	  position: relative;
  }
  
  .NotSure-section:before {
	  content: "";
	  background: #fff;
	  position: absolute;
	  width: 100%;
	  height: 50%;
	  bottom: 0;
  }
  .testimonial-item .testimonial-content {
	  background: #fff;
	  padding: 30px;
	  margin-bottom: 30px;
	  position: relative;
	  margin-top: 15px;
	  box-shadow: 1px 4px 20px 0px rgb(0 0 0 / 15%);
  }
  .testimonials-arrow {
	  position: absolute;
	  width: 36px;
	  top: -0px;
	  right: 20px;
  }
  .testimonial-item .testimonial-content:after{
		 content: "";
	  width: 0;
	  height: 0;
	  border-left: 39px solid transparent;
	  border-right: 0px solid transparent;
	  border-bottom: 50px solid #fff;
	  position: absolute;
	  bottom: -13px;
	  transform: rotate(-40deg);
	  left: 13%;
  
  }
  .testimonials-arrow img {
	  width: 100%;
  }
  .testimonial-item .testimonial-content p {
	  font-size: 18px;
	  color: #084c85;
	  font-family: AvenirRegular !important;
	  margin: 0;
  }
  .testimonial-item .user-info {
	  display: flex;
	  align-items: center;
  }
  
  .testimonial-item .user-info figure {
	  margin: 0;
	  width: 39px;
	  height: 39px;
	  border-radius: 50%;
	  overflow: hidden;
	  margin-right: 15px;
  }
  
  .testimonial-item .user-info figcaption {
	  display: flex;
	  color: #084c85;
	  align-items: center;
  }
  
  .testimonial-item .user-info figcaption h5 {
	  font-size: 16px;
	  font-family: AvenirBlack !important;
	  margin: 0;
  }
  
  .testimonial-item .user-info figcaption p {
	  color: #084c85;
	  font-family: AvenirRegular !important;
	  margin: 0;
	  font-size: 14px;
	  margin-left: 5px;
  }
  .testimonials-slider.owl-carousel .owl-nav .owl-prev {
	  width: 30px;
	  height: 40px;
	  display: inline-block;
	  background-image: url(../images/left-slide.png) !important;
	  background-repeat: no-repeat;
	  background-position: center;
	  background-size: contain;
	  outline: none;
  }
  .testimonials-slider.owl-carousel .owl-nav .owl-next {
	  width: 30px;
	  height: 40px;
	  display: inline-block;
	  margin-left: 20px;
	  background-image: url(../images/right-slide.png) !important;
	  background-repeat: no-repeat;
	  background-position: center;
	  background-size: contain;
	  outline: none;
  }
  .testimonials-slider.owl-carousel .owl-nav {
	  display: inline-block;
	  position: absolute;
	  right: 0;
	  top: -123px;
	  width: 130px;
	  height: 47px;
	  text-align: right;
  }
   .standy-due-date {
	  background: #084c85;
	  display: inline-block;
	  padding: 2px 5px;
	  margin-bottom: 30px;
  }
  
  .study-abroad-content .standy-due-date > p {
	  color: #fff;
	  margin: 0;
	  text-transform: uppercase;
	  font-size: 14px;
	  font-weight: 600;
  }
   
  
  .study-abroad-content  p {
	  color: #084c85;
	  font-family: "AvenirLight" !important;
	  margin-bottom: 30px;
  }
  
  .study-abroad-content p a {
	  color: #084c85;
	  font-family: AvenirHeavy !important;
	  text-decoration: underline;
  }
  
  .study-abroad-content h6 {
	  color: #084c85;
	  font-family: AvenirBlack !important;
	  margin-bottom: 15px;
  }
  
  .study-abroad-content ul {
	  padding-left: 20px;
	  color: #084c85;
	  font-family: "AvenirLight" !important;
	  margin-bottom: 30px;
  }
  
  .study-abroad-content ul li {
	  margin-bottom: 5px;
  }
  
  .study-abroad-content {
	  margin-bottom: 30px;
	  border-bottom: solid 1px #ddd;
  }
  .study-abroad-section .testimonials-slider.owl-carousel .owl-nav{
  
	  top: -100px;
  }
  .study-abroad-testimonials .section-heading p {
	  font-family: AvenirBlack !important;
  }
  .study-abroad-sidebar {
	  background: #084c85;
	  padding: 30px 0px;
  }
  
  .study-abroad-sidebar .study-abroad-top h5 {
	  color: #fff;
	  text-transform: uppercase;
	  margin-bottom: 10px;
	  font-family: 'AvenirBlack' !important;
	  font-size: 20px;
  }
  
  .study-abroad-sidebar   p {
	  color: #fff;
	  font-size: 16px;
	  font-family: AvenirRegular !important;
	  margin-bottom: 10px;
  }
  
  .study-abroad-top {
	  margin-bottom: 30px;
	  padding: 0px 20px;
  }
  
  .study-abroad-bottom h6 {
	  font-size: 16px;
	  text-transform: uppercase;
	  color: #fff;
	  font-family: 'AvenirBlack' !important;
	  margin-bottom: 10px;
  }
  
  .study-abroad-bottom {
	  border-bottom: solid 1px rgb(255 255 255 / 35%);
	  padding-bottom: 30px;
	  margin-bottom: 30px;
	  padding-left: 20px;
	  padding-right: 20px;
  }
  
  .study-abroad-bottom:last-child {
	  margin: 0;
	  padding-bottom: 0;
	  border: none;
  }
  
  .study-abroad-bottom a {
	  font-size: 14px;
	  color: #fff;
	  font-family: 'AvenirHeavy' !important;
	  border-bottom: solid 2px #f8c351;
  }
  .abroad-collums-content {
	  min-height: 100%;
	  background: #ebedee;
	  position: relative;
	  padding: 60px;
	  display: flex;
	  flex-direction: column;
	  flex-wrap: wrap;
	  justify-content: center;
  }
  
  .abroad-collums-content h2 {
	  font-size: 40px;
	  text-transform: uppercase;
	  color: #084c85;
	  font-family: AvenirBlack !important;
	  margin-bottom: 15px;
  }
  
  .abroad-collums-content p {
	  font-size: 16px;
	  color: #084c85;
	  font-family: AvenirRegular !important;
	  line-height: 1.8;
	  margin-bottom: 30px;
		  flex-wrap: wrap;
  }
  
  .abroad-collums-content p strong {
	  display: block;
	  text-decoration: underline;
	  font-family: AvenirBlack !important;
  }
  
  .abroad-collums-content a.collums-content-btn {
	  font-size: 16px;
	  text-transform: uppercase;
	  font-family: AvenirHeavy !important;
	  display: block;
	  color: #084c85;
	  border: solid 2px;
	  padding: 10px;
	  padding-top: 13px;
	  min-width: 160px;
	  max-width: 220px;
	  text-align: center;
	  transition: all 0.5s;
  }
  .dynamic-learning .abroad-collums-content:after {
	  display: none;
  }
  .abroad-collums-content a.collums-content-btn:hover {
	  background: #084c85;
	  color: #fff;
  }
  
  .abroad-collums-images {
	  width: 100%;
	  height: 100%;
  }
  
  .abroad-collums-images img {
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
  }
  .abroad-collums-content:after {
	  content: "";
	  width: 0;
	  height: 0;
	  border-top: 20px solid transparent;
	  border-right: 20px solid #ebedee;
	  border-bottom: 20px solid transparent;
	  position: absolute;
	  left: -20px;
  }
  .abroad-collums-content.left-side-grid:after {
	  border-left: 20px solid #ebedee;
	  left: auto;
	  right: -15px;
	  z-index: 9;
	  border-right: 0;
  }
  .study-abroad-bottom a:hover {
	  color: #f8c351;
  }
  .directory-readMore .readMore:hover {
	  color: #f8c351;
  }
  @media (max-width: 991px) {
	  .employment-grid { 
	  padding: 30px 20px; 
  }
  .abroad-collums-content h2 {
	  font-size: 30px;
  }
  .abroad-collums-content{
  padding:40px;
  }
  .section-py {
	  padding: 60px 0px;
  }
  .section-heading h5 {
	  font-size: 30px;
  }
  }
  @media (max-width: 767px) {
	  .study-abroad-collums  .col-md-6{
		  order: 2;
	  }
	.study-abroad-collums  .col-md-6.img-box {
	  order: 1;
  }
  
  .abroad-collums-content:after{
  display: none !important;
  }
  .order_2{
  order: 2;
  }
  .study-abroad-sidebar{
  margin-top: 30px;
  }
  .section-heading h5 {
	  font-size: 24px;
  }
  }
  @media (max-width: 576px) {
	  .section-heading h5 {
	  font-size: 18px;
  }
  .abroad-collums-content h2 {
	  font-size: 26px;
  }
	  .employment-grid{
		  margin-bottom: 30px;
	  }
	  .NotSure .NotSure-buttons ul li, .NotSure .NotSure-buttons ul li a{
		  width: 100%;
	  }
  
	  .testimonials-slider.owl-carousel .owl-nav{
		  display: none;
	  }
  }
	/*Employement page End*/
  
  /*program-page*/
  
  .program-items {
	  box-shadow: 1px 0px 20px 0px rgb(0 0 0 / 15%);
	  background: #fff;
	  margin-bottom: 30px;
	  transition: 0.6s;
  }
  
  .program-items .program-images img {
	  width: 100%;
  }
  
  .program-items .program-content {
	  padding: 30px 20px;
  }
  
  .program-items .program-content h4 {
	  font-size: 18px;
	  color: #084c85;
	  text-transform: uppercase;
	  margin: 0;
	  text-align: center;
	  font-family: 'AvenirBlack' !important;
  }
  
  .program-items:hover {
	  background: #004b87;
  }
  
  .program-items:hover .program-content h4 {
	  color: #fff;
  }
  
  .MakeWorld-items {
	  transition: 0.6s;
	  border: solid 1px #eee;
	  cursor: pointer;
	  background: #fff;
  }
  
  .MakeWorld-items .MakeWorld-images {
	  height: 297px;
	  width: 100%;
  }
  
  .MakeWorld-items .MakeWorld-images img {
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
  }
  
  .MakeWorld-items .MakeWorld-content {
	  padding: 30px 20px;
	  position: relative;
  }
  
  .MakeWorld-items .MakeWorld-content h3 {
	  font-size: 20px;
	  font-family: 'AvenirBlack' !important;
	  color: #084c85;
	  margin-bottom: 15px;
	  text-transform: uppercase;
	  line-height: 1.5;
  }
  
  .MakeWorld-items.upcoming-event-box .MakeWorld-images{
	  height: 266px;
  }
  h6.events-date {
	  font-size: 14px;
	  text-transform: uppercase;
	  font-family: 'AvenirBlack' !important;
	  background: #084c85;
	  display: inline-block;
	  padding: 5px 10px 2px;
	  color: #fff;
	  position: absolute;
	  top: -14px;
	  margin: 0;
  }
  .MakeWorld-items .MakeWorld-content p {
	  color: #084c85;
	  font-size: 16px;
	  font-family: "AvenirLight" !important;
	  margin-bottom: 20px;
  }
  
  .MakeWorld-items .MakeWorld-content a {
	  font-size: 14px;
	  text-transform: uppercase;
	  font-family: 'AvenirBlack' !important;
	  border-bottom: solid 2px #f8c351;
	  transition: 0.6s;
	  display: inline-block;
  }
  
  .MakeWorld-items .MakeWorld-content a:hover {
	  color: #f8c351;
  }
  
  .MakeWorld-items:hover {
	  box-shadow: 1px 0px 20px 0px rgb(0 0 0 / 15%);
  }
  
  .resources-items {
	  box-shadow: 1px 0px 20px 0px rgb(0 0 0 / 15%);
	  background: #fff;
	  display: flex;
	  align-items: center;
	  min-height: 77px;
	  justify-content: space-between;
	  margin-bottom: 30px;
	  transition: all 0.5s;
  }
  
  .resources-items .resources-arrow {
	  width: 70px;
	  border-left: solid 1px #eee;
	  height: 100%;
	  min-height: 77px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
  }
  
  .resources-items .resources-arrow img {
	  width: 30px;
  }
  
  .resources-items .resources-arrow img.light-icon {
	  display: none;
  }
  
  .resources-items .resources-arrow img.dark-icon {
	  display: block;
  }
  
  .resources-items:hover {
	  background: #084c85;
  }
  
  .resources-items:hover .resources-arrow img.dark-icon {
	  display: none;
  }
  
  .resources-items:hover .resources-arrow img.light-icon {
	  display: block;
  }
  
  .resources-items .resources-content h4 {
	  font-size: 18px;
	  margin: 0;
	  color: #084c85;
	  text-transform: uppercase;
	  font-family: AvenirHeavy !important;
  }
  
  .resources-items .resources-content {
	  padding-left: 25px;
	  width: calc(100% - 77px);
  }
  
  .resources-items:hover .resources-content h4 {
	  color: #fff;
  }
  
  .dynamic-learning .abroad-collums-content {
	  padding: 0;
	  background: transparent;
	  display: block;
	  margin-bottom: 30px;
  }
  .dynamic-learning {
	  background-size: cover;
	  background-repeat: no-repeat;
  }
  .learning-box {
	  min-height: 197px;
	  background: #fff;
	  margin-bottom: 30px;
	  text-align: center;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  cursor: pointer;
	  transition: all 0.5s;
	  box-shadow: 1px 0px 20px 0px rgb(0 0 0 / 15%);
  }
  
  .learning-box .learning-box-content h3 {
	  font-size: 50px;
	  color: #084c85;
	  font-family: AvenirBlack !important;
  }
  
  .learning-box:hover {
	  background: #084c85;
  }
  
  .learning-box:hover .learning-box-content h3 {
	  color: #fff;
  }
  
  .learning-box .learning-box-content h6 {
	  font-size: 18px;
	  text-transform: uppercase;
	  font-family: AvenirBlack !important;
	  color: #084c85;
  }
  .learning-box:hover .learning-box-content h6 {
  
	  color:#fff
  }
  .pagination  .page-numbers {
	 min-width: 40px;
	  font-size: 16px;
	  text-align: center;
	  height: 40px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  border: solid 1px #084c85;
	  margin-right: 10px;
	  text-decoration: none !important;
	      padding: 0px 10px;
  }
  
  .pagination {
	  align-items: center;
  }
  
  .pagination .page-numbers:hover,.pagination .page-numbers.current {
	  background: #084c85;
	  color: #fff;
  }
  
  .pagination li.page-item {
	  font-size: 14px;
	  font-family: AvenirLight !important;
	  color: #084c85;
  }
  
  .pagination .page-numbers.page-numbers.dots {
	  border: none;
	  margin: 0;
	  padding-left: 0;
	  width: 8px;
	  margin-right: 10px;
  }
  .pagination .page-numbers.page-numbers.dots:hover {
	  color: #084c85;
	  background: #fff;
  }
  .ResultsBox + .secondryFilter .dropdown-fillter-checkbox ul {
	  justify-content: center;
	  margin-top: 20px;
  }
  
  
  .stff_conditional_sec {
	  background: #1e5c90;
	  padding: 15px;
	  margin-bottom: 20px;
  }
  
  .stff_conditional_sec h3 {
	  font-size: 14px;
	  color: #fff;
	  border-bottom: solid 1px #eee;
	  padding-bottom: 10px;
	  margin-bottom: 10px;
	  font-family: AvenirLight !important;
  }
  
  .stff_conditional_sec h3:last-child {
	  margin: 0;
	  padding: 0;
	  border: none;
  }
  .search-result h5 .reset-dir {
	  background: #084c85;
	  position: relative;
	  padding: 0;
	  top: -6px;
	  right: 5px;
	  border: solid 1px #084c85;
	  border-radius: 50%;
	  width: 20px !important;
	  height: 20px;
	  font-size: 10px;
	  text-align: center;
	  color: #fff;
  }
  
  .search-result h5 .reset-dir:hover {
	  color: #084c85;
	  background: transparent;
  }
	
  
  
  
  .dropdown-result {
	  position: relative;
  }
  
  .dropdown-result p {
	  display: inline-block;
  }
  
  .dropdown-result  .reset-dir {
	  background: #084c85;
	  position: relative;
	  padding: 0;
	  top: -2px;
	  right: 5px;
	  border: solid 1px #084c85;
	  border-radius: 50%;
	  width: 20px !important;
	  height: 20px;
	  font-size: 10px;
	  text-align: center;
	  color: #fff;
  }
  
  .dropdown-result .reset-dir:hover {
	  background: transparent;
	  color: #084c85;
  }
  a.change_sort_desktop, a.change_sort_mobile {
	  margin: 0;
	  font-size: 16px;
	  color: #084c85;
	  margin-right: 10px;
	  font-family: AvenirRegular !important;
	  margin-left: 20px;
  }
  a.change_sort_mobile {
	  display: none;
  }
  @media (min-width: 991px) {
  .dynamic-learning-box {
	  padding-left: 50px;
  }
  }
  @media (max-width: 767px) {
  .ResultsBox .ResultsBoxItems label {
	  width: 100%;
  }
  }
  @media (max-width: 991px) {
  .program-items .program-content {
	  padding: 20px 10px;
  }
  .program-items .program-content h4 {
	  font-size: 12px;
  }
  }
  @media (max-width: 576px) {
	  a.change_sort_desktop{
		  display: none;
	  }
	  a.change_sort_mobile {
	  display: inline;
  }
  }
  /*program-page End*/
  
  .faculty-staff-section .NotSure .section-heading h4 {
	  font-size: 30px;
	  margin-bottom: 15px;
  }
  
  
  #Search-popup {
	  background: rgba(0,0,0,.8);
	  padding: 0;
	  opacity: 1;
  }
  
  #Search-popup .modal-content {
	  background: none;
	  border: none;
	  border-radius: 0;
	  box-shadow: none;
	  display: table-cell;
	  vertical-align: middle;
	  width: 100%;
	  text-align: left;
  }
  
  #Search-popup .modal-dialog {
	  display: table;
	  margin: 0;
	  height: 100%;
	  position: static;
	  width: 100%;
	  max-width: 100%;
  }
  
  #Search-popup .modal-content .modal-body {
	  max-width: 61.6%;
	  overflow: hidden;
	  margin: auto;
	  padding: 0;
  }
  
  #Search-popup .modal-header {
	  border: none;
	  left: 0;
	  padding: 15px 15px 0 0;
	  position: absolute;
	  text-align: right;
	  top: 50px;
	  width: 100%;
	  z-index: 9999;
  }
  
  #Search-popup .modal-header .close{
	  color: #fff;
	  display: inline-block;
	  font-size: 40px;
	  position: static;
	  transform: none;
	  font-weight: bold;
	  cursor: pointer;
	  opacity: 1;
  }
  
  #Search-popup .modal-body form input {
	  background: 0 0;
	  border: 3px solid rgba(255,255,255,.25);
	  color: #fff;
	  display: inline-block;
	  float: none;
	  font-size: 28px;
	  font-size: 3.5vh;
	  height: auto;
	  margin: 0;
	  max-width: 100%;
	  padding: 0.8em 3em 0.8em 1.5em;
	  width: 100%;
  }
  
  #Search-popup .viv-but {
	  background-color: transparent;
	  float: none;
	  font-size: 20px;
	  margin-top: 0;
	  padding: 0;
	  position: absolute;
	  right: 1em;
	  top: 28%;
	  width: auto;
	  border: none;
  }
  
  #Search-popup .viv-but i {
	  font-size: 30px;
	  color: #fff;
  }
  
  #Search-popup .modal-body form input:focus {
	  border-color: #fff;
	  outline: none;
  }
  
  span.text-bold-underline {
	  font-family: "AvenirBlack" !important;
	  text-decoration: underline;
	  margin: 0px 5px;
  }
  
  .abroad-collums-content .abroad-btn-gruop .collums-content-btn {
	  margin-right: 10px;
	  margin-bottom: 10px;
	  max-width: 100%;
	  padding: 13px 20px 10px;
  }
  
  .abroad-btn-gruop {
	  display: flex;
	  align-items: center;
	  flex-wrap: wrap;
  }
  
  .the-commonwealth {
	  position: relative;
  }
  
  .the-commonwealth:before {
	  content: "";
	  background: #ebedee;
	  position: absolute;
	  width: 100%;
	  height: 353px;
	  top: 0;
  }
  
  .commonwealth-box {
	  position: relative;
	  box-shadow: 1px 0px 20px 0px rgb(0 0 0 / 15%);
  }
  
  .commonwealth-box .commonwealth-img {
	  width: 100%;
	  height: 100%;
	  overflow: hidden;
	  position: relative;
  }
  
  .commonwealth-content {
	  position: absolute;
	  bottom: 50px;
	  text-align: center;
	  width: 100%;
  }
  
  .commonwealth-content h3 {
	  font-size: 30px;
	  color: #fff;
	  font-weight: 600;
	  font-family: AvenirBlack !important;
	  max-width: 50%;
	  margin: auto;
	  margin-bottom: 15px;
  }
  
  .commonwealth-content .explore-btn {
	  border: solid 2px #fff;
	  color: #fff;
	  padding: 10px  30px;
	  text-transform: uppercase;
	  display: inline-block;
	  font-family: AvenirBlack !important;
	  font-size: 16px;
	  transition: 0.6s;
  }
  
  .commonwealth-content .explore-btn:hover {
	  background: #fff;
	  color: #084c85;
  }
  
  .commonwealth-box .commonwealth-img img {
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
  }
  
  .study-abroad-section .single-testimonial  .testimonials-slider.owl-carousel .owl-nav {
	  top: -50px;
  }
  @media (max-width:991px){
  .commonwealth-content h3{
		  max-width: 80%;
	  }
	  .MakeWorld-items .MakeWorld-content h3{
		  font-size: 18px;
	  }
	  .MakeWorld-items.upcoming-event-box .MakeWorld-images {
	  height: 160px;
  }
  }
  
  .assumption-section {
	  max-width: 650px;
	  margin: auto;
  }
  
  .assumption-section .assumption-image {
	  width: 245px;
	  height: 245px;
	  position: relative;
  }
  
  .assumption-section .assumption-image img {
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
  }
  
  .assumption-content h4 {
	  font-size: 26px;
	  text-transform: uppercase;
	  font-family: 'AvenirBlack' !important;
	  margin-bottom: 25px;
	  color: #084c85;
  }
  
  .assumption-content h6 {
	  font-size: 16px;
	  font-family: 'AvenirBlack' !important;
	  color: #084c85;
	  text-transform: uppercase;
	  margin-bottom: 3px;
  }
  
  .assumption-content p {
	  color: #084c85;
	  font-family: AvenirRegular !important;
	  font-size: 16px;
	  margin: 0;
  }
  
  .quote-image {
	  width: 86px;
	  height: 86px;
	  position: absolute;
	  top: 0;
	  right: 0;
  }
  
  .quote-image img {
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
  }
  @media (min-width: 768px){
  .search-result + .secondryFilter2 .dropdown-fillter-checkbox ul {
	  justify-content: center;
  }
  }
  @media (max-width: 767px){
  .assumption-section .assumption-image { 
	  margin-bottom: 30px;
  }
  .mob-no-show{
	  display: none !important;
  }
  }