html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, a:hover, button {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.4s ease;
}

h3 {
  font-size: 40px;
  line-height: 56px;
}

h4 {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: #2C2C2C;
}

h6 {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
}

.mobile-footer {
  display: none;
}

body {
  padding-top: 74px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body .skiplink {
  color: #000;
}
body.home-body {
  padding-top: 0;
}

.footer-wrap {
  margin-top: auto;
}

header {
  background-color: #fff;
  height: 74px;
  display: flex;
  align-items: center;
  transition: all 0.4s ease;
}
header .header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo {
  transition: all 0.4s ease;
  filter: invert(80%) sepia(1%) saturate(499%) hue-rotate(90deg) brightness(10%) contrast(90%);
}
header .header-menu {
  display: flex;
  align-items: center;
}
header .weather-widget {
  margin-left: 20px;
  color: #606060;
}
header .weather-widget .simple-weather__day {
  display: none;
}
header .weather-widget .simple-weather__day.simple-weather__day--current {
  display: block;
}
header ul li {
  display: inline-block;
  margin-right: 35px;
}
header ul li a {
  color: #606060;
  display: block;
  text-transform: uppercase;
}
header ul li a:hover {
  color: #000;
}
header ul li.active a {
  padding: 30px 25px;
  background-color: #F04923;
  color: #fff;
  position: relative;
}
header ul li.active a:after {
  width: 30%;
  bottom: 15px;
  left: 0;
  right: 0;
  position: absolute;
  content: "";
  height: 2px;
  background-color: #fff;
  margin: auto;
}
header ul li:last-child {
  margin-right: 0;
}
header .header-search {
  margin-left: 30px;
  display: block;
}
header .header-search .search-close {
  fill: #fff;
}
header .is-form-style input.is-search-input {
  background: #fff;
  border-radius: 5px;
}
header.home-header {
  background-color: transparent;
}
header.home-header .logo {
  filter: none;
}
header.home-header .weather-widget {
  color: #fff;
}
header.home-header ul li a {
  color: #fff;
  padding: 5px;
  display: block;
}
header.home-header ul li a:hover {
  color: #fff;
}
header.home-header ul li:last-child {
  margin-right: 0;
}
header.home-header ul li.active a {
  color: #fff;
  background-color: transparent;
}
header.home-header ul li.active a:after {
  width: 50%;
  bottom: -8px;
}
header.home-header .header-search img {
  filter: invert(1);
}

.headerscroll header {
  height: 74px;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}
.headerscroll header .logo {
  filter: invert(80%) sepia(1%) saturate(499%) hue-rotate(90deg) brightness(10%) contrast(90%);
}

.headerscroll header.home-header {
  background-color: #fff;
  /* .header-news-share{opacity: 1;} */
}
.headerscroll header.home-header .header-search {
  margin-left: 30px;
  display: block;
}
.headerscroll header.home-header .header-search img {
  filter: invert(0);
}
.headerscroll header.home-header .weather-widget {
  color: #606060;
}
.headerscroll header.home-header ul li a {
  color: #606060;
}
.headerscroll header.home-header ul li a:hover {
  color: #000;
}
.headerscroll header.home-header ul li.active a {
  padding: 30px 25px;
  background-color: #F04923;
  color: #fff;
}
.headerscroll header.home-header ul li.active a:after {
  width: 30%;
  bottom: 15px;
}

#search-field-mob {
  padding: 0 15px;
  margin-top: 30px;
}
#search-field-mob input {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
#search-field-mob input:focus {
  box-shadow: none;
  border-color: #DCDCDC;
}
#search-field-mob input::-webkit-input-placeholder {
  font-size: 12px;
  color: #f8f8f8 !important;
}
#search-field-mob input::-moz-placeholder {
  font-size: 12px;
  color: #f8f8f8 !important;
}
#search-field-mob input::-moz-placeholder {
  font-size: 12px;
  color: #f8f8f8 !important;
}
#search-field-mob input::-ms-input-placeholder {
  font-size: 12px;
  color: #f8f8f8 !important;
}

.header-news-share {
  padding: 24px 0;
  background-color: #fff;
}
.header-news-share .header-treanding-news {
  padding: 8px;
  background-color: #F5F6F8;
}
.header-news-share .header-treanding-news .treanding-label {
  height: 45px;
  width: 100%;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: #4B5BC3;
  border-radius: 6px;
}
.header-news-share .header-treanding-news .header-treanding-slider p {
  padding-right: 45px;
}
.header-news-share .header-treanding-news .header-treanding-slider .slick-prev {
  position: absolute;
  right: 20px;
  left: auto;
  z-index: 1;
}
.header-news-share .header-treanding-news .header-treanding-slider .slick-prev:before {
  display: none;
}
.header-news-share .header-treanding-news .header-treanding-slider .slick-next {
  position: absolute;
  right: 0;
  z-index: 1;
}
.header-news-share .header-treanding-news .header-treanding-slider .slick-next:before {
  display: none;
}
.header-news-share .header-treanding-news .header-treanding-slider .slick-prev:focus, .header-news-share .header-treanding-news .header-treanding-slider .slick-next:focus {
  border: 1px solid #4BC2C3;
}
.header-news-share .header-share {
  display: flex;
  flex-shrink: 0;
}
.header-news-share .header-share a {
  display: flex;
  align-items: center;
  color: #606060;
}
.header-news-share .header-share a img {
  margin-right: 5px;
}
.header-news-share .header-share a:first-child {
  border-right: 1px solid #606060;
  padding-right: 10px;
  margin-right: 10px;
}
.header-news-share .slick-slide {
  padding-bottom: 2px;
  line-height: 20px;
}

footer {
  padding: 40px 0;
  color: #555555;
}
footer h6 {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  font-family: Lato, sans-serif;
  text-transform: capitalize;
}
footer ul li {
  margin-bottom: 18px;
}
footer ul li a {
  color: #555555;
  padding: 5px;
  display: block;
}
footer ul li a:hover {
  color: #000;
}
footer p {
  font-size: 12px;
  line-height: 15px;
}
footer p.address {
  font-size: 14px;
  line-height: 22px;
}
footer .footer-logo {
  margin-bottom: 20px;
  display: block;
}
footer address {
  line-height: 22px;
}
footer .input-group {
  width: 70%;
}
footer .footer-social {
  margin-top: 0px;
  display: flex;
  align-items: center;
}
footer .footer-social a {
  margin-right: 15px;
}
footer .wpforms-container-full {
  margin-left: 0 !important;
}
footer .wpforms-container-full .wpforms-form {
  display: flex;
}
footer .wpforms-container-full .wpforms-form .form-control.wpforms-field {
  padding: 0 !important;
}
footer .wpforms-container-full .wpforms-form .form-control.wpforms-field input {
  border-right: 0 !important;
  height: 46px !important;
  border-color: #555555;
}
footer .wpforms-container-full .wpforms-form .form-control.wpforms-field input:focus {
  box-shadow: none;
  border-color: #555555;
}
footer .wpforms-container-full .wpforms-form .form-control.wpforms-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #555555;
}
footer .wpforms-container-full .wpforms-form .form-control.wpforms-field input::-moz-placeholder {
  font-size: 12px;
  color: #555555;
}
footer .wpforms-container-full .wpforms-form .form-control.wpforms-field input::-moz-placeholder {
  font-size: 12px;
  color: #555555;
}
footer .wpforms-container-full .wpforms-form .form-control.wpforms-field input::-ms-input-placeholder {
  font-size: 12px;
  color: #555555;
}
footer .wpforms-container-full .wpforms-form .form-control.wpforms-field input.wpforms-error {
  border: 1px solid #555555;
}
footer .wpforms-container-full .wpforms-form .wpforms-submit-container {
  padding: 0 !important;
}
footer .wpforms-container-full .wpforms-form .wpforms-submit.btn {
  height: 46px;
  font-size: 0;
  padding: 0 20px;
  background-image: url("images/icon-arrow.svg");
  background-color: transparent;
  border-color: #555555;
  border-left: 0;
  background-repeat: no-repeat;
  background-position: center;
  border-left: 0 !important;
}
footer .wpforms-container-full .wpforms-form .wpforms-submit.btn:focus {
  outline: 0;
  box-shadow: none;
}
footer .wpforms-container-full .wpforms-form .wpforms-submit.btn:hover {
  filter: invert(100%);
}

.footer-bottom {
  font-size: 12px;
  background-color: #F9F9F9;
  padding: 20px 0;
  color: #555555;
}
.footer-bottom .terms a {
  color: #555555;
  border-right: 1px solid #cbcbcb;
  padding-right: 5px;
  margin-right: 5px;
}
.footer-bottom .terms a:last-child {
  border: 0;
  padding-right: 0;
  margin-right: 0;
}
.footer-bottom .terms a:hover {
  color: #000;
}

#banner { /* height: 700px; padding-bottom: 65px;*/
  display: flex;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}
#banner h1 {
  font-size: 32px;
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: uppercase;
}
#banner span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
}
#banner .banner-cnt br {
  display: none !important;
}
#banner .banner-btn-wrap {
  margin-top: 24px;
  gap: 25px;
}
#banner .banner-btn-wrap .banner-btn {
  flex: 1;
}
#banner .banner-btn-wrap .banner-btn a {
  font-size: 12px;
  padding: 10px 24px !important;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  border: 1px solid #FFFFFF;
  color: #fff;
}
#banner .banner-btn-wrap .banner-btn a img {
  margin-right: 10px;
}
#banner .banner-btn-wrap .banner-btn a:hover {
  background-color: #F04923;
  border-color: #F04923 !important;
}
#banner .banner-btn-wrap .banner-btn label {
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}
#banner h1:focus, #banner span:focus, #banner a:focus, #banner .banner-video-btn:focus, #banner label:focus {
  border: 1px solid #4BC2C3;
  border-color: #4BC2C3 !important;
}

.banner-video-btn {
  width: 225px;
  height: 64px;
  bottom: 60px;
  right: 100px;
  font-size: 12px;
  font-weight: 800;
  padding: 20px;
  gap: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: linear-gradient(90deg, #000000 -174.71%, rgba(0, 0, 0, 0) 174.12%);
  color: #fff;
}
.banner-video-btn a {
  color: #fff;
}
.banner-video-btn br {
  display: none;
}

.link {
  color: inherit;
}
.link:hover {
  color: inherit;
}

.photo-section-1 {
  background-color: #E2EDF8;
  padding: 24px 0;
}
.photo-section-1 h4 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  color: #fff;
}
.photo-section-1 h4 a:hover, .photo-section-1 h4 a:focus {
  color: #F04923;
}
.photo-section-1 .large-photo {
  height: 600px;
  width: 100%;
}
.photo-section-1 .small-photo {
  height: 288px;
  width: 100%;
  margin-bottom: 24px;
}
.photo-section-1 .photo-content {
  position: relative;
  z-index: 1;
}
.photo-section-1 .photo-content a.clg-link {
  margin-top: 10px;
  display: block;
}
.photo-section-1 .photo-content a.clg-link img {
  max-height: 50px;
}

.bg-style {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.bg-style:after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #222 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.bg-style .category-label {
  position: initial;
  margin-bottom: 10px;
}

.category-label {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 83px;
  height: 30px;
  left: 10px;
  top: 10px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 10px;
  color: #fff;
}
.category-label a {
  color: #fff;
  display: flex;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  align-items: center;
  justify-content: center;
}
.category-label:hover {
  filter: hue-rotate(320deg);
}

.photo-section-2 {
  padding: 24px 0;
  background: #fbfbfb;
}
.photo-section-2 .grid:after {
  content: "";
  display: block;
  clear: both;
}
.photo-section-2 .grid-sizer, .photo-section-2 .grid-item {
  width: 31.3%;
  padding: 15px;
  background: #fff;
  box-shadow: 2px 5px 17px rgba(107, 136, 163, 0.14);
  border-radius: 8px;
  margin-bottom: 20px;
}
.photo-section-2 .grid-sizer img, .photo-section-2 .grid-item img {
  width: 100%;
}
.photo-section-2 .grid-sizer .grid-item-img, .photo-section-2 .grid-item .grid-item-img {
  position: relative;
}
.photo-section-2 .grid-sizer .grid-item-img .category-label, .photo-section-2 .grid-item .grid-item-img .category-label {
  left: 10px;
  top: 10px;
}
.photo-section-2 .grid-sizer .grid-item-cnt, .photo-section-2 .grid-item .grid-item-cnt {
  font-size: 12px;
}
.photo-section-2 .grid-sizer .grid-item-cnt h5, .photo-section-2 .grid-item .grid-item-cnt h5 {
  font-size: 15px;
  line-height: 20px;
  margin: 15px 0;
  font-weight: 600;
}
.photo-section-2 .grid-sizer .grid-item-cnt h5 a:hover, .photo-section-2 .grid-sizer .grid-item-cnt h5 a:focus, .photo-section-2 .grid-item .grid-item-cnt h5 a:hover, .photo-section-2 .grid-item .grid-item-cnt h5 a:focus {
  color: #F04923;
}
.photo-section-2 .grid-sizer .grid-item-cnt label, .photo-section-2 .grid-item .grid-item-cnt label {
  font-size: 10px;
  font-weight: 700;
  text-transform: capitalize;
  max-width: 60%;
}
.photo-section-2 .grid-sizer .grid-item-cnt label img, .photo-section-2 .grid-item .grid-item-cnt label img {
  margin-right: 5px;
  width: auto;
  max-height: 40px;
}
.photo-section-2 .grid-sizer .grid-item-cnt time, .photo-section-2 .grid-item .grid-item-cnt time {
  font-size: 10px;
  flex-shrink: 0;
}
.photo-section-2 .grid-item {
  float: left;
}
.photo-section-2 .grid-item img {
  display: block;
  max-width: 100%;
}
.photo-section-2 .grid.grid-bottom {
  margin-top: 20px;
}
.photo-section-2 .grid.grid-bottom .grid-sizer, .photo-section-2 .grid.grid-bottom .grid-item {
  width: 48%;
  padding: 15px;
  background: #fff;
  box-shadow: 2px 5px 17px rgba(107, 136, 163, 0.14);
  border-radius: 8px;
  margin-bottom: 20px;
}

.right-box {
  padding: 20px;
  gap: 16px;
  box-shadow: 2px 5px 17px rgba(107, 136, 163, 0.14);
  border-radius: 7px;
}
.right-box h6 {
  margin-bottom: 16px;
}

.sort {
  background-color: #fff;
}
.sort .nav-pills .nav-item .nav-link {
  padding: 6px 10px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #005180;
}
.sort .nav-pills .nav-item .nav-link.active {
  color: #000;
  background-color: #E2E2E2;
}

.cat-recent-list .cat-recent-item {
  padding: 16px 0 20px;
  display: flex;
  align-items: center;
  border-top: 1px solid #F3F3F3;
  justify-content: space-between;
}
.cat-recent-list .cat-recent-item h4 {
  margin-bottom: 12px;
}
.cat-recent-list .cat-recent-item h4 a:hover, .cat-recent-list .cat-recent-item h4 a:focus {
  color: #F04923;
}
.cat-recent-list .cat-recent-item time {
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
  color: #1A1A1A;
}
.cat-recent-list .cat-recent-item .cat-recent-img {
  margin-left: 25px;
  width: 70px;
  height: 65px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  border-radius: 6px;
  margin-left: auto;
}

.home-subscribe {
  margin: 28px 0;
  background-color: #005180;
  color: #fff;
}
.home-subscribe h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.home-subscribe p {
  font-size: 11px;
  margin-bottom: 20px;
  line-height: 20px;
}
.home-subscribe.share {
  background-color: #492D19;
}
.home-subscribe.share a {
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  color: #492D19;
}
.home-subscribe.share a:hover {
  color: #000;
}
.home-subscribe div.wpforms-container-full .wpforms-form input[type=email] {
  height: 40px;
  background-color: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 5px;
  color: #000;
  font-size: 12px;
}
.home-subscribe div.wpforms-container-full .wpforms-form input[type=email]:focus {
  box-shadow: none;
  border-color: #555555;
}
.home-subscribe div.wpforms-container-full .wpforms-form input[type=email]::-webkit-input-placeholder {
  font-size: 12px;
  color: #fff;
}
.home-subscribe div.wpforms-container-full .wpforms-form input[type=email]::-moz-placeholder {
  font-size: 12px;
  color: #fff;
}
.home-subscribe div.wpforms-container-full .wpforms-form input[type=email]::-moz-placeholder {
  font-size: 12px;
  color: #fff;
}
.home-subscribe div.wpforms-container-full .wpforms-form input[type=email]::-ms-input-placeholder {
  font-size: 12px;
  color: #fff;
}
.home-subscribe div.wpforms-container-full .wpforms-form input[type=email].wpforms-error {
  border: 1px solid #555555;
}
.home-subscribe div.wpforms-container-full .wpforms-form button[type=submit] {
  height: 34px;
  width: 100%;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: #FFFFFF;
  border-radius: 5px;
  font-weight: 600;
  text-transform: capitalize;
  color: #005180;
}
.home-subscribe div.wpforms-container-full .wpforms-form label.wpforms-error {
  color: #ff6464;
}

.feed {
  background-color: #fff;
  display: none;
}
.feed .nav-pills .nav-item {
  width: 50%;
}
.feed .nav-pills .nav-item .nav-link {
  padding: 6px 10px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #005180;
  width: 100%;
}
.feed .nav-pills .nav-item .nav-link.active {
  color: #070707;
}
.feed .nav-pills .nav-item:first-child .active {
  background-color: #EAEAEA;
}
.feed .nav-pills .nav-item:nth-child(2) .active {
  background-color: #EAEAEA;
}
.feed .tab-pane {
  max-height: 400px;
  overflow-y: scroll;
}

.page-title {
  padding: 70px 0;
  background-color: #F5F6F8;
  margin-bottom: 30px;
}
.page-title h1 {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}

/* Article detail */
.article-detail-wrap .article-detail .article-detail-head {
  border-bottom: 0.5px solid #989898;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.article-detail-wrap .article-detail .article-detail-head h2 {
  font-size: 26px;
  line-height: 40px;
  font-weight: 600;
}
.article-detail-wrap .article-detail .article-detail-head .public-share {
  flex-shrink: 0;
  margin-left: 15px;
}
.article-detail-wrap .article-detail .article-detail-img {
  position: relative;
  margin-bottom: 30px;
}
.article-detail-wrap .article-detail .article-detail-img img {
  width: 100%;
}
.article-detail-wrap .article-detail .article-detail-img iframe {
  width: 100%;
  height: 500px;
}
.article-detail-wrap .article-detail .article-detail-img .category-label {
  right: 20px;
  bottom: 20px;
  left: auto;
  top: auto;
}

.article-detail-cnt {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #2C2C2C;
}
.article-detail-cnt p {
  margin-bottom: 30px;
}
.article-detail-cnt h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 40px;
}
.article-detail-cnt h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 34px;
}
.article-detail-cnt h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 30px;
}
.article-detail-cnt h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 26px;
}
.article-detail-cnt h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 22px;
}
.article-detail-cnt h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 20px;
}
.article-detail-cnt ul {
  list-style: disc;
  padding: 25px 0;
  list-style-position: inside;
}
.article-detail-cnt ul li {
  margin-bottom: 15px;
}
.article-detail-cnt strong, .article-detail-cnt b {
  font-weight: 700;
}
.article-detail-cnt i {
  font-style: italic;
}
.article-detail-cnt img {
  max-width: 100%;
  height: auto;
}

.single-college-details {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 20px;
}
.single-college-details .scd-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-college-details .scd-logo {
  gap: 15px;
  display: flex;
  align-items: center;
}
.single-college-details h5 {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
}
.single-college-details .clg-link {
  display: block;
}
.single-college-details .clg-link img {
  max-height: 50px;
  display: block;
}
.single-college-details h2 {
  font-size: 24px;
  color: #000;
  font-weight: 600;
}
.single-college-details time {
  font-size: 12px;
}

.related-article {
  padding-bottom: 40px;
}
.related-article h4 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}
.related-article.whats-in-recent {
  padding: 24px 0;
}
.related-article.whats-in-recent .related-article-slider .slick-slider {
  margin: 0 -12px;
}
.related-article.whats-in-recent .related-article-slider .slick-slide {
  margin-right: 12px;
  margin-left: 12px;
}
.related-article.whats-in-recent .related-article-slider .slick-prev, .related-article.whats-in-recent .related-article-slider .slick-next {
  width: 18px;
  height: 35px;
}

.ra-item {
  height: 585px;
  width: 100%;
  padding: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}
.ra-item .ra-item-cnt {
  position: relative;
  z-index: 1;
}
.ra-item .ra-item-cnt .category-label {
  position: static;
}
.ra-item .ra-item-cnt h3 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #FFFFFF;
}
.ra-item .ra-item-cnt time {
  font-size: 10px;
  line-height: 14px;
  color: #FFFFFF;
  font-weight: 300;
}
.ra-item .ra-item-cnt a.clg-link {
  display: block;
}
.ra-item .ra-item-cnt a.clg-link img {
  max-height: 50px;
}
.ra-item:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.error-page {
  padding: 70px 0;
  text-align: center;
}

.photo-slider .slick-prev:before, .photo-slider .slick-next:before {
  display: none;
}
.photo-slider .slick-prev img, .photo-slider .slick-next img {
  width: 20px;
  height: 20px;
}

/* landing page */
.article-detail.landing h2 {
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 40px;
}

.landing-banner {
  height: 640px;
  margin-bottom: 50px;
}
.landing-banner.landing-img-banner {
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  justify-content: end;
}
.landing-banner.landing-img-banner h1 {
  font-size: 40px;
  line-height: 64px;
  font-weight: 700;
  color: #fff;
}
.landing-banner.landing-img-banner p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  width: 40%;
  margin-bottom: 150px;
  line-height: 28px;
}
.landing-banner iframe {
  width: 100%;
  height: 100%;
}

.landing-page iframe {
  width: 100%;
  height: 500px;
}
.landing-page ul {
  margin: 0 0 30px 0;
  padding: 0;
}
.landing-page ul li {
  list-style: none;
  position: relative;
  padding-left: 30px;
}
.landing-page ul li:after {
  content: "";
  background-image: url("images/list_icon.png");
  width: 20px;
  height: 25px;
  display: block;
  position: absolute;
  left: 0;
  top: 10%;
  background-size: cover;
  background-repeat: no-repeat;
}

/* WHATS IN */
.w-p-style {
  font-size: 16px;
  line-height: 28px;
}

.head-underline {
  border-bottom: 0.3px solid #000000;
}

.whats-in-recent {
  background-color: #E2EDF8;
}

.what-in-about { /* height: 560px; */
  padding: 90px 0;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.what-in-about .what-in-about-item {
  padding: 20px;
  margin-bottom: 40px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.42) -187.74%, rgba(0, 0, 0, 0) 117.25%);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  color: #fff;
  position: relative;
  z-index: 1;
}
.what-in-about .what-in-about-item h3 {
  margin-bottom: 5px;
}
.what-in-about .what-in-about-item:last-child {
  margin-bottom: 0;
}
.what-in-about:after {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.3) 35.07%, rgba(0, 0, 0, 0) 50.94%), linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.094) 50%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
}
.what-in-about.what-in-program .what-in-about-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.what-in-about.what-in-program .what-in-about-item img {
  margin-bottom: 5px;
}
.what-in-about.what-in-program .what-in-about-item h5 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
}
.what-in-about.what-in-program .what-in-about-item p {
  font-weight: 300;
}
.what-in-about.what-in-program:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 61.41%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.what-in-about.footprint {
  text-align: center;
  padding: 40px 0;
}
.what-in-about.footprint .what-in-about-item {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  background: none;
  padding: 0;
}
.what-in-about.footprint .what-in-about-item p {
  font-weight: 300;
}
.what-in-about.footprint .footprint-img {
  position: relative;
  z-index: 1;
}
.what-in-about.footprint:after {
  background: rgba(0, 0, 0, 0.6);
}

.core-values {
  padding: 90px 0;
  background-color: #fff;
}
.core-values .core-values-cnt {
  margin-right: 70px;
}
.core-values .core-values-cnt h3 {
  margin-bottom: 40px;
}
.core-values .core-values-cnt .core-values-item {
  margin-right: 20px;
  margin-bottom: 40px;
}
.core-values .core-values-cnt .core-values-item h5 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.core-values .core-values-cnt .core-values-item h5 img {
  margin-right: 8px;
}
.core-values.pillar {
  padding: 70px 0;
}
.core-values.pillar .w-p-style {
  font-weight: 300;
}
.core-values.pillar .pillar-img {
  margin-bottom: 24px;
}
.core-values.pillar .core-values-cnt {
  margin-right: 70px;
}
.core-values.pillar .core-values-cnt .core-values-item {
  margin-bottom: 30px;
}

.what-in-article {
  padding: 30px 0;
}
.what-in-article .nav.nav-tabs {
  border: 0;
  margin-bottom: 30px;
}
.what-in-article .nav.nav-tabs .nav-link {
  border: 0;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  padding: 5px;
  margin-right: 10px;
}
.what-in-article .nav.nav-tabs .nav-link.active {
  border-bottom: 1px solid #000;
}

.communities {
  padding: 65px 0;
}
.communities h2 {
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.communities .active {
  fill: #EC1E25 !important;
}
.communities .community-cnt h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #000;
}
.communities .community-cnt p {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 24px;
}

.community-contact .commuinity-contact-item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.community-contact .commuinity-contact-item img {
  margin-right: 8px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
.community-contact .commuinity-contact-item h6 {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.community-contact .commuinity-contact-item label {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}
.community-contact .commuinity-contact-item .reach-out {
  width: 81px;
  height: 36px;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #A7A7A7;
  border-radius: 4px;
  font-weight: 600;
  color: #2C2C2C;
}
.community-contact .commuinity-contact-item .reach-out:hover {
  background-color: #000;
  color: #fff;
}

#map-svg {
  width: 100%;
  height: auto;
}

/* WHATS IN */
/* Common Modal */
.common-modal {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(29px);
          backdrop-filter: blur(29px);
}
.common-modal .modal-dialog {
  max-width: 100%;
  width: 100%;
  height: 100vh;
  margin: 0;
}
.common-modal .modal-content { /* height: 100vh; */
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.common-modal .modal-content h3 {
  font-size: 20px;
  font-weight: 700;
}
.common-modal .modal-logo img {
  margin: auto;
  display: block;
}
.common-modal .modal-logo h3 {
  margin-top: 55px;
  font-weight: 600;
  text-align: center;
}
.common-modal .modal-form {
  padding: 100px 0 100px 40px;
  border-left: 1px solid #C1C1C1;
  position: relative;
  max-height: 90vh;
  overflow: scroll;
}
.common-modal .modal-form::-webkit-scrollbar {
  display: none;
}
.common-modal .modal-form h3 {
  margin-bottom: 15px;
}
.common-modal .modal-form .form-control:focus {
  box-shadow: none;
  border-color: #DCDCDC;
}
.common-modal .modal-form .form-control::-webkit-input-placeholder {
  font-size: 12px;
  color: #464646;
}
.common-modal .modal-form .form-control::-moz-placeholder {
  font-size: 12px;
  color: #464646;
}
.common-modal .modal-form .form-control::-moz-placeholder {
  font-size: 12px;
  color: #464646;
}
.common-modal .modal-form .form-control::-ms-input-placeholder {
  font-size: 12px;
  color: #464646;
}
.common-modal .modal-form .modal-close-btn {
  position: absolute;
  right: 0;
  top: 25px;
  border: 0;
  background-color: transparent;
  font-weight: 600;
}
.common-modal .modal-form .form-style input, .common-modal .modal-form .form-style textarea, .common-modal .modal-form .form-style button, .common-modal .modal-form .form-style select, .common-modal .modal-form .form-style .choices__inner {
  max-width: 100% !important;
  background-color: transparent !important;
  border: 1px solid #464646 !important;
  color: #464646;
  font-size: 12px;
}
.common-modal .modal-form .form-style input:focus, .common-modal .modal-form .form-style textarea:focus, .common-modal .modal-form .form-style button:focus, .common-modal .modal-form .form-style select:focus, .common-modal .modal-form .form-style .choices__inner:focus {
  box-shadow: none;
  border-color: #DCDCDC;
}
.common-modal .modal-form .form-style input::-webkit-input-placeholder, .common-modal .modal-form .form-style textarea::-webkit-input-placeholder, .common-modal .modal-form .form-style button::-webkit-input-placeholder, .common-modal .modal-form .form-style select::-webkit-input-placeholder, .common-modal .modal-form .form-style .choices__inner::-webkit-input-placeholder {
  font-size: 12px;
  color: #464646;
}
.common-modal .modal-form .form-style input::-moz-placeholder, .common-modal .modal-form .form-style textarea::-moz-placeholder, .common-modal .modal-form .form-style button::-moz-placeholder, .common-modal .modal-form .form-style select::-moz-placeholder, .common-modal .modal-form .form-style .choices__inner::-moz-placeholder {
  font-size: 12px;
  color: #464646;
}
.common-modal .modal-form .form-style input::-moz-placeholder, .common-modal .modal-form .form-style textarea::-moz-placeholder, .common-modal .modal-form .form-style button::-moz-placeholder, .common-modal .modal-form .form-style select::-moz-placeholder, .common-modal .modal-form .form-style .choices__inner::-moz-placeholder {
  font-size: 12px;
  color: #464646;
}
.common-modal .modal-form .form-style input::-ms-input-placeholder, .common-modal .modal-form .form-style textarea::-ms-input-placeholder, .common-modal .modal-form .form-style button::-ms-input-placeholder, .common-modal .modal-form .form-style select::-ms-input-placeholder, .common-modal .modal-form .form-style .choices__inner::-ms-input-placeholder {
  font-size: 12px;
  color: #464646;
}
.common-modal .modal-form .form-style .choices__list--single .choices__item {
  color: #464646;
  font-size: 12px;
  opacity: 1;
}
.common-modal .modal-form .form-style .choices__list--dropdown {
  font-size: 12px;
  color: #464646;
}
.common-modal .modal-form .submit-btn {
  width: 100%;
  background-color: #000 !important;
  color: #fff !important;
}
.common-modal .modal-form div.wpforms-container-full .wpforms-form label.wpforms-error {
  margin-top: 5px;
  margin-left: 3px;
}
.common-modal .modal-form .form-uploads label {
  font-weight: 400 !important;
  font-size: 12px !important;
}
.common-modal .modal-form .form-uploads .wpforms-uploader {
  background-color: transparent !important;
  border: 1px solid #464646 !important;
}
.common-modal .wpforms-field-description {
  color: #f00;
}
.common-modal .wpforms-confirmation-container-full {
  font-size: 18px;
  line-height: 26px;
  border-radius: 10px;
  padding: 30px 50px;
}

/* Common Modal */
.college-header .ch-logo {
  max-width: 400px;
}
.college-header h1 {
  margin: 20px 0 30px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}
.college-header ul {
  display: flex;
}
.college-header ul li {
  font-size: 12px;
  color: #212529;
}
.college-header ul li a {
  font-size: 12px;
  color: #212529;
}
.college-header ul li:first-child {
  position: relative;
  padding-right: 15px;
}
.college-header ul li:first-child::after {
  content: "/";
  display: block;
  position: absolute;
  right: 4px;
  top: -1px;
  font-size: 18px;
  font-weight: 300;
}

@media (max-width: 575.98px) {
  body {
    padding-top: 46.5px;
  }
  h3 {
    font-size: 30px;
    line-height: 46px;
  }
  h4 {
    font-size: 15px;
  }
  h6 {
    font-size: 12px;
  }
  .header-menu ul {
    display: none;
  }
  header .logo {
    height: 25px;
  }
  header .weather-widget {
    font-size: 10px;
    margin-left: 5px;
  }
  header .weather-widget .simple-weather__day {
    margin-right: 5px;
  }
  .header-news-share {
    padding: 12px 0;
  }
  .header-news-share .header-treanding-news {
    padding: 8px;
    background-color: #F5F6F8;
    font-size: 14px;
    line-height: 20px;
  }
  .header-news-share .header-treanding-news .header-treanding-slider .slick-prev {
    position: absolute;
    right: 20px;
    left: auto;
    z-index: 1;
  }
  .header-news-share .header-treanding-news .header-treanding-slider .slick-next {
    position: absolute;
    right: 0;
    z-index: 1;
  }
  .header-news-share .header-share {
    margin-top: 12px;
    justify-content: center;
  }
  .header-news-share .header-share a {
    font-size: 12px;
  }
  header, header.home-header {
    padding: 10px 0;
    height: 46.5px;
  }
  header ul li, header.home-header ul li {
    display: block;
    margin-right: 0;
  }
  header ul li a, header.home-header ul li a {
    padding: 20px 15px;
    color: #fff;
  }
  header ul li a:after, header.home-header ul li a:after {
    display: none;
  }
  header ul li.active a, header.home-header ul li.active a {
    padding: 20px 15px;
    background-color: #F04923;
  }
  .headerscroll header, .headerscroll header.home-header {
    padding: 10px 0;
    height: 46.5px;
  }
  .headerscroll header ul li a, .headerscroll header.home-header ul li a {
    color: #fff;
  }
  .headerscroll header ul li.active a, .headerscroll header.home-header ul li.active a {
    padding: 20px 15px;
  }
  .headerscroll header .logo, .headerscroll header.home-header .logo {
    height: 25px;
  }
  /* For Hamburger menu */
  header .menu.active .bar {
    background-color: transparent;
  }
  header .bar, header .bar::before, header .bar::after, .headerscroll header .bar, .headerscroll header .bar::before, .headerscroll header .bar::after {
    background-color: #000;
  }
  header.home-header .bar, header.home-header .bar::before, header.home-header .bar::after {
    background-color: #fff;
  }
  .headerscroll header.home-header .bar, .headerscroll header.home-header .bar::before, .headerscroll header.home-header .bar::after {
    background-color: #000;
  }
  .headerscroll header.home-header .menu.active .bar {
    background-color: transparent;
  }
  .menu {
    transition: all 0.4s ease;
  }
  /* For Hamburger menu */
  footer h6 {
    margin-bottom: 20px;
  }
  footer div.wpforms-container-full {
    margin: 10px 0 !important;
  }
  footer .footer-social {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .footer-bottom {
    font-size: 8px;
    padding: 10px 0;
  }
  #banner h1 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  #banner span {
    font-size: 12px;
  }
  #banner .banner-btn-wrap {
    margin-top: 20px;
  }
  #banner .banner-btn-wrap .banner-btn {
    margin-right: 20px;
  }
  #banner .banner-btn-wrap .banner-btn a {
    font-size: 12px;
    padding: 10px;
    margin-bottom: 10px;
  }
  #banner .banner-btn-wrap .banner-btn a img {
    margin-right: 5px;
  }
  #banner .banner-btn-wrap .banner-btn label {
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
  }
  #banner .rev-banner-cnt {
    margin-bottom: 100px;
  }
  #search-field-mob input {
    color: #000000 !important;
  }
  .banner-video-btn {
    position: static;
  }
  .photo-section-1 .large-photo {
    height: 340px;
    width: 100%;
  }
  .photo-section-1 .small-photo {
    height: 340px;
    width: 100%;
    margin-bottom: 24px;
  }
  .bg-style {
    margin-bottom: 24px;
  }
  .photo-slider .slick-prev, .photo-slider .slick-next {
    top: auto;
    bottom: -20px;
    margin: auto;
    left: 0;
    right: 0;
  }
  .photo-slider .slick-prev {
    left: -25px;
  }
  .photo-slider .slick-next {
    right: -25px;
  }
  .photo-section-2 {
    padding: 24px 0;
    background: #fbfbfb;
  }
  .photo-section-2 .grid:after {
    content: "";
    display: block;
    clear: both;
  }
  .photo-section-2 .grid-sizer, .photo-section-2 .grid-item {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
  }
  .photo-section-2 .grid-sizer img, .photo-section-2 .grid-item img {
    width: 100%;
  }
  .photo-section-2 .grid.grid-bottom .grid-sizer, .photo-section-2 .grid.grid-bottom .grid-item {
    width: 100%;
  }
  .right-box {
    padding: 20px 0;
    gap: 16px;
    box-shadow: 2px 5px 17px rgba(107, 136, 163, 0.14);
    border-radius: 7px;
  }
  .right-box h6 {
    margin-bottom: 16px;
  }
  .sort {
    background-color: #fff;
  }
  .sort .nav-pills .nav-item .nav-link {
    font-size: 10px;
    text-transform: capitalize;
  }
  .cat-recent-list .cat-recent-item {
    padding: 16px 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #F3F3F3;
  }
  .cat-recent-list .cat-recent-item h4 {
    margin-bottom: 12px;
  }
  .cat-recent-list .cat-recent-item time {
    font-size: 10px;
    font-weight: 300;
    line-height: 14px;
    color: #1A1A1A;
  }
  .cat-recent-list .cat-recent-item .cat-recent-img {
    margin-left: 25px;
    width: 70px;
    height: 65px;
    -o-object-fit: cover;
       object-fit: cover;
    flex-shrink: 0;
    border-radius: 6px;
  }
  .home-subscribe {
    margin: 28px 0;
    background-color: #005180;
    color: #fff;
    padding: 20px;
  }
  .home-subscribe h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
  }
  .home-subscribe p {
    font-size: 11px;
    margin-bottom: 20px;
    line-height: 20px;
  }
  .home-subscribe.share {
    background-color: #7E624E;
  }
  .home-subscribe.share a {
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    color: #005180;
  }
  .home-subscribe.share a:hover {
    color: #000;
  }
  .feed {
    background-color: #fff;
  }
  .feed .nav-pills .nav-item {
    width: 50%;
  }
  .feed .nav-pills .nav-item .nav-link {
    padding: 6px 10px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #005180;
    width: 100%;
  }
  .feed .nav-pills .nav-item .nav-link.active {
    color: #fff;
  }
  .feed .nav-pills .nav-item:first-child .active {
    background-color: #2350F0;
  }
  .feed .nav-pills .nav-item:nth-child(2) .active {
    background-color: #8a3ab9;
  }
  .page-title {
    padding: 40px 0;
    margin-bottom: 20px;
  }
  .page-title h1 {
    font-size: 30px;
  }
  .article-detail-wrap .article-detail .article-detail-head {
    display: block !important;
  }
  .article-detail-wrap .article-detail .article-detail-head h2 {
    margin-bottom: 20px;
  }
  /* Article detail */
  .ra-item {
    height: 485px;
  }
  .article-detail-wrap .article-detail figure {
    float: none;
  }
  .article-detail-wrap .article-detail .article-detail-head h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .article-detail-cnt {
    font-size: 14px;
    line-height: 26px;
  }
  .article-detail-cnt p {
    margin-bottom: 15px;
  }
  .article-detail-cnt h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .article-detail-cnt h2 {
    font-size: 25px;
    line-height: 32px;
  }
  .article-detail-cnt h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .article-detail-cnt h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .article-detail-cnt h5 {
    font-size: 16px;
    line-height: 20px;
  }
  .article-detail-cnt h6 {
    font-size: 14px;
    line-height: 18px;
  }
  .article-detail-cnt ul {
    list-style: disc;
    padding: 20px 0;
  }
  .article-detail-cnt ul li {
    margin-bottom: 15px;
  }
  /* WHATS IN */
  .w-p-style {
    font-size: 14px;
    line-height: 24px;
  }
  .what-in-about {
    padding: 40px 0;
  }
  .what-in-about d .what-in-about-item {
    padding: 20px;
    margin-bottom: 25px;
  }
  .what-in-about.what-in-program .what-in-about-item {
    margin-bottom: 10px;
  }
  .what-in-about.what-in-program .what-in-about-item img {
    width: 30%;
  }
  .what-in-about.what-in-program .what-in-about-item p {
    text-align: center;
  }
  .core-values {
    padding: 40px 0;
  }
  .core-values .core-values-cnt {
    margin-right: 0px;
  }
  .core-values .core-values-cnt h3 {
    margin-bottom: 20px;
  }
  .core-values .core-values-cnt .core-values-item {
    margin-right: 0px;
    margin-bottom: 25px;
  }
  .core-values .core-values-cnt .core-values-item h5 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .core-values.pillar {
    padding: 40px 0;
  }
  .core-values.pillar .pillar-img {
    margin-bottom: 20px;
  }
  .core-values.pillar .core-values-cnt {
    margin-right: 0px;
  }
  .core-values.pillar .core-values-cnt .core-values-item {
    margin-bottom: 20px;
  }
  .what-in-article {
    padding: 30px 0;
  }
  .what-in-article .nav.nav-tabs {
    border: 0;
    margin-bottom: 30px;
  }
  .what-in-article .nav.nav-tabs .nav-link {
    border: 0;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    padding: 5px;
    margin-right: 10px;
  }
  .what-in-article .nav.nav-tabs .nav-link.active {
    border-bottom: 1px solid #000;
  }
  .communities {
    padding: 40px 0;
  }
  .communities h2 {
    margin-bottom: 25px;
  }
  .communities .community-cnt {
    margin-top: 25px;
  }
  .communities .community-cnt h3 {
    font-size: 20px;
  }
  .community-contact {
    margin-top: 30px;
  }
  /* Common Modal */
  .common-modal .modal-dialog {
    max-width: 100%;
    width: 100%;
    height: 100vh;
    margin: 0;
  }
  .common-modal .modal-content h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .common-modal .modal-logo {
    display: none;
  }
  .common-modal .modal-logo img {
    width: 50%;
  }
  .common-modal .modal-logo h3 {
    margin-top: 20px;
  }
  .common-modal .modal-form {
    padding: 30px 0 30px 0px;
    border: 0;
  }
  .common-modal .modal-form h3 {
    margin-bottom: 15px;
  }
  .common-modal .modal-form .modal-close-btn {
    top: 15px;
    position: fixed;
  }
  .common-modal .wpforms-confirmation-container-full {
    font-size: 14px;
    line-height: 20px;
    border-radius: 5px;
    padding: 15px;
  }
  /* Common Modal */
}
.skiplink {
  position: fixed;
  left: -1000px;
  font-size: 12px;
  padding: 3px;
}

.skiplink:focus, .skiplink:active {
  left: 10px;
  z-index: 99999;
  background-color: #0E8385;
  border: 1px solid #0E8385;
  top: 10px;
  position: fixed;
}

.tab-content {
  position: relative !important;
}
.tab-content .skiplink {
  background-color: transparent;
  color: #000;
  display: block;
  right: -1000px !important;
  left: inherit !important;
}
.tab-content .skiplink:focus, .tab-content .skiplink:active {
  top: 0 !important;
  right: inherit !important;
  left: 0 !important;
  position: absolute !important;
}
.tab-content #sb_instagram, .tab-content #twitter-widget-0 {
  padding-top: 30px !important;
}

.common-modal .modal-form .form-uploads .wpforms-uploader:focus, #wpforms-submit-136:focus {
  border: 1px solid #287CAC !important;
}

@media only screen and (max-width: 767px) {
  a.pp_close {
    right: 7% !important;
    top: -20px !important;
  }
  .desktop-footer {
    display: none;
  }
  .mobile-footer {
    display: block;
  }
  .landing-banner.landing-img-banner p {
    width: 100%;
  }
  .landing-page iframe {
    height: inherit;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* .container{max-width: 100%;} */
  h3 {
    font-size: 30px;
    line-height: 40px;
  }
  header, header.home-header {
    padding: 10px 0;
    height: 72px;
  }
  header ul li, header.home-header ul li {
    display: block;
    margin-right: 0;
  }
  header ul li a, header.home-header ul li a {
    padding: 20px 40px;
    color: #fff;
  }
  header ul li a:after, header.home-header ul li a:after {
    display: none;
  }
  header ul li.active a, header.home-header ul li.active a {
    padding: 20px 40px;
    background-color: #F04923;
  }
  /* For Hamburger menu */
  header .menu.active .bar {
    background-color: transparent;
  }
  header .bar, header .bar::before, header .bar::after, .headerscroll header .bar, .headerscroll header .bar::before, .headerscroll header .bar::after {
    background-color: #000;
  }
  header.home-header .bar, header.home-header .bar::before, header.home-header .bar::after {
    background-color: #fff;
  }
  .headerscroll header.home-header .bar, .headerscroll header.home-header .bar::before, .headerscroll header.home-header .bar::after {
    background-color: #000;
  }
  .headerscroll header.home-header .menu.active .bar {
    background-color: transparent;
  }
  .headerscroll header ul li a, .headerscroll header.home-header ul li a {
    color: #fff;
  }
  .menu {
    transition: all 0.4s ease;
  }
  footer address {
    margin-bottom: 30px;
  }
  .footer-bottom {
    font-size: 10px;
  }
  .banner-video-btn {
    width: 175px;
    height: 45px;
    bottom: 30px;
    right: 30px;
    font-size: 10px;
  }
  .banner-video-btn img {
    width: 15px;
  }
  .banner-cnt {
    margin-left: 20px;
  }
  .header-news-share .header-share {
    margin-top: 20px;
    justify-content: center;
  }
  .header-news-share .header-share a {
    font-size: 16px;
  }
  .header-news-share .header-share .slick-slide {
    padding-bottom: 2px;
    font-size: 14px;
    line-height: 20px;
  }
  .bg-style {
    padding: 15px;
  }
  .photo-section-1 h4 {
    font-size: 15px;
    line-height: 20px;
  }
  .photo-section-1 .small-photo {
    height: 188px;
  }
  .photo-section-1 .large-photo {
    height: 400px;
  }
  .photo-section-2 .grid-sizer, .photo-section-2 .grid-item {
    width: 31%;
    padding: 10px;
  }
  .what-in-about.what-in-program .what-in-about-item {
    padding: 20px 5px;
  }
  .what-in-about.what-in-program .what-in-about-item img {
    width: 40%;
  }
  .what-in-about.what-in-program .what-in-about-item h5 {
    font-size: 14px;
  }
  .what-in-about.what-in-program .what-in-about-item p {
    font-size: 12px;
    line-height: 20px;
  }
  .core-values {
    padding: 40px 0;
  }
  .core-values .core-values-cnt, .core-values.pillar .core-values-cnt {
    margin-right: 0;
  }
  .ra-item {
    height: 400px;
  }
  .common-modal .wpforms-confirmation-container-full {
    font-size: 14px;
    line-height: 20px;
    border-radius: 5px;
    padding: 15px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) and (orientation: landscape) {
  header {
    height: 72px;
  }
  header .logo {
    height: 50px;
  }
  header ul li {
    display: inline-block;
    margin-right: 10px;
  }
  header ul li.active a {
    font-size: 12px;
  }
  header.home-header ul li a {
    padding: 3px;
  }
  header .weather-widget {
    font-size: 12px;
    margin-left: 5px;
  }
  header .weather-widget .simple-weather__day {
    margin-right: 5px;
  }
  .headerscroll header {
    height: 72px;
  }
  .header-news-share .col-lg-4 {
    padding: 0;
  }
  .header-news-share a {
    font-size: 13px;
  }
  .header-news-share a:first-child {
    padding-right: 5px;
    margin-right: 5px;
  }
  .header-news-share .header-treanding-news .treanding-label {
    height: 40px;
    padding: 4px;
    font-size: 9px;
  }
  .photo-section-2 .grid-sizer, .photo-section-2 .grid-item {
    width: 30%;
    padding: 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  header ul li {
    margin-right: 20px;
  }
  .header-news-share .header-treanding-news .col-lg-2 {
    padding-right: 0;
  }
  .header-news-share .header-treanding-news .treanding-label {
    padding: 3px;
    font-size: 11px;
    height: 40px;
  }
  .header-news-share .col-lg-4 {
    padding-left: 0;
  }
  .header-news-share .header-share a {
    font-size: 13px;
  }
  .header-news-share .header-share a:first-child {
    margin-right: 5px;
    padding-right: 5px;
  }
  .banner-cnt {
    padding-left: 20px;
  }
  .banner-video-btn {
    bottom: 40px;
  }
  .bg-style {
    padding: 20px;
  }
  .photo-section-1 .small-photo {
    height: 238px;
  }
  .photo-section-1 .large-photo {
    height: 500px;
  }
  .photo-section-2 .grid-sizer, .photo-section-2 .grid-item {
    width: 30.5%;
  }
  .cat-recent-list .cat-recent-item .cat-recent-img {
    width: 50px;
    height: 45px;
  }
  .cat-recent-list .cat-recent-item h4 {
    margin-right: 10px;
    font-size: 14px;
    line-height: 18px;
  }
  .sort .nav-pills .nav-item .nav-link {
    padding: 6px 6px;
    font-size: 11px;
    text-transform: capitalize;
  }
  .ra-item {
    height: 450px;
  }
  .what-in-about.what-in-program .what-in-about-item img {
    width: 50%;
  }
}
.slick-arrow:focus {
  border: 1px solid #4BC2C3;
}/*# sourceMappingURL=style.css.map */