@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Quicksand:wght@300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
h1,
h2,
h3,
h4,
h5,
h6,
a,
p {
  font-family: 'Barlow', sans-serif;
}

table,
td,
th {
  font-family: 'Roboto', sans-serif;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #87a9ce;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.15);
          box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.15);
}

@media only screen and (max-width: 1023px) {
  .main-header {
    background: #ecf7fc !important;
  }
}

.main-header .header-top {
  background-color: #075e89;
  border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
  .main-header .header-top .top-left {
    display: block !important;
  }
}

@media only screen and (max-width: 768px) {
  .main-header .header-top .top-left .button-custom {
    display: inline-block !important;
  }
}

.main-header .header-top .top-left .info-list {
  margin-top: 3px;
}

.main-header .header-top .top-left .info-list li a {
  font-size: 12px;
}

.main-header .header-top .button-custom .btn-custom {
  color: #fff !important;
  -webkit-animation: btn-blink 2s infinite;
          animation: btn-blink 2s infinite;
}

@-webkit-keyframes btn-blink {
  from {
    background-color: #77faea;
  }
  to {
    background-color: #DB2B39;
  }
}

@keyframes btn-blink {
  from {
    background-color: #77faea;
  }
  to {
    background-color: #DB2B39;
  }
}

.main-header .header-top .login-nav li {
  margin-left: 15px;
}

@media only screen and (max-width: 768px) {
  .main-header .header-top .login-nav li {
    margin: 5px;
  }
}

.main-header .header-upper {
  background: #f4f4f4;
}

.main-header .header-upper .logo img {
  max-width: 275px;
}

@media only screen and (max-width: 1200px) {
  .main-header .header-upper .logo img {
    max-width: 235px;
  }
}

@media only screen and (max-width: 480px) {
  .main-header .header-upper .logo img {
    max-width: 220px;
  }
}

.main-header .header-upper .mobile-nav-toggler span {
  color: #0b638f;
}

.fixed-header .header-upper {
  background-color: #ededed !important;
  background-color: linear-gradient(0deg, #ededed 0%, #f2fef0 50%, #eeeeee 100%) !important;
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.32) !important;
          box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.32) !important;
}

@media only screen and (max-width: 1199px) {
  .main-menu {
    width: 100%;
    display: none !important;
  }
}

.main-menu .navigation > ul > li a {
  color: #375968;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 16px;
  white-space: nowrap;
}

.main-menu .navigation li.dropdown ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.main-menu .navigation li.dropdown ul li a {
  white-space: nowrap;
}

.mobile-menu .navigation ul li {
  background: #e3e3e3;
}

@media only screen and (max-width: 1023px) {
  .banner-section {
    padding-top: 0 !important;
  }
}

.banner-section h1 {
  letter-spacing: 0px;
  font-weight: bold;
  color: #777;
  font-size: 32px;
  text-transform: capitalize;
  margin-bottom: 20px;
  line-height: 36px;
  -webkit-animation: pulse 3s infinite;
          animation: pulse 3s infinite;
}

@media only screen and (max-width: 960px) {
  .banner-section h1 {
    font-size: 28px;
  }
}

@-webkit-keyframes pulse {
  0% {
    color: #77faea;
  }
  100% {
    color: #fff;
  }
}

@keyframes pulse {
  0% {
    color: #77faea;
  }
  100% {
    color: #fff;
  }
}

.banner-section p {
  font-size: 16px;
  color: #444;
}

.page-title {
  background: #ecf7fc;
  background-image: url(../../images/background/bg-pages.jpg);
  background-size: cover;
  background-position: top center;
  padding: 20% 0 15% 0;
}

.page-title h1 {
  color: #fff;
  font-weight: bold;
  letter-spacing: -2px;
  text-shadow: 1px 2px 2px #777;
}

.fact-counter .column .inner .batch {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  display: block;
  margin-top: -30px;
}

.cource-block .inner-box .image img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.cource-block .inner-box .lower-content {
  padding: 20px 30px;
}

.cource-block .inner-box .lower-content h5 a {
  letter-spacing: -1px;
}

.cource-block .inner-box .lower-content h5 a:hover {
  color: #075e89;
}

.cource-block .inner-box .lower-content .text {
  margin-bottom: 0;
}

.cource-block .inner-box .lower-content .date {
  color: #075e89;
}

.cource-block-two .inner-box .image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 180px;
}

.intro-tabs .tab-btns .tab-btn {
  position: relative;
  display: block;
  font-size: 14px;
  background: none;
  color: #626262;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  float: left;
  border-radius: 3px;
  background-color: #ffffff;
  padding: 12px 90px 10px;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.intro-section .intro-tabs .tab-btns .tab-btn:hover {
  border-radius: 0;
  background: #c03838;
}

.intro-section .intro-tabs .tab-btns .tab-btn.active-btn {
  border-radius: 0;
}

.login-box .styled-form {
  padding: 0 2em;
  margin-top: 2em;
}

.login-box .styled-form .form-group label {
  display: none;
}

.login-box .styled-form .form-group input {
  -webkit-box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.07);
          box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.07);
  padding: 6px 15px;
}

.login-box .styled-form .form-group .eye-icon {
  top: 17px;
}

.register-section .styled-form .form-group input,
.register-section .styled-form .form-group select {
  -webkit-box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.07);
  box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.07);
  border: 1px solid #f9f9f9;
  border-radius: 5px;
}

.call-to-action-section-two .buttons-box a {
  border: 2px solid #f3f3f3;
}

.call-to-action-section-two .buttons-box a:hover, .call-to-action-section-two .buttons-box a:focus {
  border: 2px solid #fff;
  background: #dc3545;
}

.call-to-action-section-two .buttons-box a:hover span, .call-to-action-section-two .buttons-box a:focus span {
  color: #075e89;
  font-weight: bold;
}

.call-to-action-section-two .buttons-box a:before {
  background: #f9f9f9;
}

.accordion-box .block {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.project-section .sec-title h2,
.project-section .sec-title h3 {
  font-size: 28px;
}

.project-section .news-slider .institute-block-two .inner-box {
  border-radius: 40px 0px 40px 0px;
}

.project-section .news-slider .institute-block-two .lower-content h4 {
  font-size: 18px;
}

.project-section .news-slider .institute-block-two .lower-content h4 a {
  letter-spacing: -1px;
}

.project-section .news-slider .institute-block-two .lower-content a:hover {
  color: #075e89;
}

.project-section .news-slider .institute-block-two .lower-content .text {
  line-height: 20px;
  margin-bottom: 13px;
}

.project-section .news-slider .institute-block-two .lower-content .date {
  color: #075e89;
}

.project-section .news-slider .institute-block-two .lower-content .theme-btn {
  border-radius: 32px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}

.project-section .news-slider .owl-nav button {
  background: none;
}

.testimonial-section {
  padding: 0;
  position: relative;
}

.testimonial-section .owl-nav {
  display: block;
}

.testimonial-section .auto-container {
  padding: 5em 0;
}

.testimonial-section .proud-section {
  background: transparent;
  -webkit-box-shadow: inset 13px 0px 48px 0px rgba(179, 179, 179, 0.62);
  box-shadow: inset 13px 0px 48px 0px rgba(179, 179, 179, 0.62);
}

.testimonial-section .proud-section .sec-title h2 {
  color: #03382e;
  font-size: 28px;
}

.testimonial-section .proud-section .sec-title .text {
  color: #03382e;
}

.testimonial-section .proud-section .toppers {
  position: relative;
}

.testimonial-section .proud-section .toppers:after {
  content: '';
  background: red;
  position: absolute;
  width: 77px;
  height: 77px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(545px, 30px);
  transform: translate(545px, 30px);
  transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -webkit-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
}

.testimonial-section .proud-section .toppers .item {
  background: transparent;
  padding: 1em;
  margin: 0 auto;
  max-width: 300px;
}

.testimonial-section .proud-section .toppers .item .testimonial__mug {
  height: 150px;
  width: 150px;
  margin: 0 auto;
}

.testimonial-section .proud-section .toppers .item .testimonial__mug img {
  -o-object-position: top;
     object-position: top;
  max-width: 100%;
  max-height: 100%;
  border: 5px solid #fff;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.testimonial-section .proud-section .toppers .item .counter-title,
.testimonial-section .proud-section .toppers .item .count-box {
  text-align: center;
}

.testimonial-section .proud-section .toppers .item .counter-title {
  margin-top: 10px;
}

.testimonial-section .proud-section .toppers .owl-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}

.testimonial-section .proud-section .toppers .owl-nav .owl-prev,
.testimonial-section .proud-section .toppers .owl-nav .owl-next {
  position: absolute;
  height: 100px;
  color: #fff;
  background: none;
  border: none;
  z-index: 100;
}

.testimonial-section .proud-section .toppers .owl-nav .owl-prev i,
.testimonial-section .proud-section .toppers .owl-nav .owl-next i {
  font-size: 3.5rem;
  color: #cecece;
}

.testimonial-section .proud-section .toppers .owl-nav .owl-prev {
  left: 2em;
  top: 75px;
}

.testimonial-section .proud-section .toppers .owl-nav .owl-next {
  right: 2em;
  top: 75px;
}

.testimonial-section .single-item-carousel .owl-nav {
  display: none;
}

.call-to-action-section-two {
  background: #075e89;
}

/*CSS by Raj*/
body {
  font-family: 'Roboto Condensed', sans-serif;
}

.btn-custom {
  padding: 7px 15px;
  background: #f5f5f5;
  font-size: 14px;
  color: #075e89 !important;
  font-weight: 500;
  line-height: 16px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.btn-custom:hover {
  background: rgba(119, 250, 234, 0.9);
  color: #075e89;
}

/*Banner Starts*/
.banner {
  background: #111111;
  min-height: 600px;
  height: 100%;
}

.banner .banner-full {
  width: 100%;
  min-height: 300px;
  background: #075e89 url("../../images/resource/ncit-bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  padding: 80px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 960px) {
  .banner .banner-full {
    padding: 60px 30px;
  }
}

.banner .banner-full::before {
  content: "";
  background: rgba(7, 94, 137, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.banner h1 {
  color: #fafafa;
  font-weight: 700;
}

.banner p {
  color: #fafafa;
}

.banner .theme-btn {
  border: 1px solid #fff;
}

@-webkit-keyframes pale {
  0% {
    background-color: #77faea;
    color: #075e89;
  }
  100% {
    background-color: #075e89;
    color: #daeffa;
  }
}

@keyframes pale {
  0% {
    background-color: #77faea;
    color: #075e89;
  }
  100% {
    background-color: #075e89;
    color: #daeffa;
  }
}

.banner .theme-btn:hover {
  color: #fff;
}

.banner .theme-btn .txt {
  color: #fff;
}

.hexa-box {
  width: 430px;
  height: 495px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 960px) {
  .hexa-box {
    margin-top: 2em;
  }
}

.hexa,
.hexa div {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  overflow: hidden;
  width: 280px;
  height: 280px;
}

.hexa {
  width: 280px;
  height: 190px;
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}

.hexa div {
  width: 100%;
  height: 100%;
}

.hex1 {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.hex2 {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.hexa-1 {
  position: absolute;
  top: 0;
  left: 0;
}

.hexa-2 {
  position: absolute;
  top: 102px;
  left: 174px;
}

.hexa-3 {
  position: absolute;
  top: 202px;
  left: 0;
}

.hexa-4 {
  position: absolute;
  top: 304px;
  left: 174px;
}

.hexa-5 {
  position: absolute;
  top: 102px;
  left: -175px;
}

.hexa-6 {
  position: absolute;
  top: 304px;
  left: -174px;
}

/*Banner Ends*/
.badge-section {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7f7f7+36,e0f4f9+100 */
  background: #f7f7f7;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(36%, #f7f7f7), to(#e0f4f9));
  background: linear-gradient(to bottom, #f7f7f7 36%, #e0f4f9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  overflow: hidden;
  padding: 40px 0px 25px;
}

.row-badge .col-badge {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .row-badge .col-badge {
    width: 100%;
    margin-bottom: 30px;
  }
}

.row-badge .col-badge h4 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.row-badge .col-badge h4 span {
  font-size: 32px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 767px) {
  .row-badge .col-badge .box-img img {
    width: 75px;
  }
}

.box:hover {
  cursor: auto;
}

.box h4 {
  color: rgba(17, 17, 17, 0.8);
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.box-img {
  margin-bottom: 3px;
  position: relative;
  z-index: 1;
}

.box-img:after {
  content: "";
  background: rgba(119, 250, 234, 0.2);
  width: 72px;
  height: 72px;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  top: 30px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.courses-section .sec-title h2 {
  font-size: 28px;
}

.courses-wrap {
  margin-bottom: 0px;
  margin-right: -10px;
  margin-left: -10px;
}

.courses-wrap .course-box {
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  width: 20%;
}

@media only screen and (max-width: 960px) {
  .courses-wrap .course-box {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
  }
}

.courses-wrap .course-box:hover h4 {
  font-size: 130%;
  color: #77faea;
}

.courses-wrap .course-box:hover img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.courses-wrap .box-wrap {
  background: #fafafa;
  height: 120px;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  position: relative;
  z-index: 1;
}

.courses-wrap .box-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db9e8+0,070707+81&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(125, 185, 232, 0)), color-stop(81%, rgba(7, 7, 7, 0.81)), to(#070707));
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(7, 7, 7, 0.81) 81%, #070707 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.courses-wrap .box-wrap h4 {
  font-size: 24px;
  line-height: 32px;
  color: #fafafa;
  text-transform: initial;
  font-weight: 700;
  margin-bottom: 13px;
  position: relative;
  z-index: 2;
  text-align: center;
}

.courses-wrap .box-wrap p {
  color: #fafafa;
  line-height: 14px;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
  text-align: center;
}

.courses-wrap .box-wrap img {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .our-courses .courses-wrap .course-box {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
}

.our-courses .courses-wrap .course-box .box-wrap {
  height: 180px;
}

.our-courses .courses-wrap .course-box .box-wrap img {
  width: 100%;
  height: 100%;
}

.events-section .inner-column {
  padding-top: 15px !important;
}

.events-section .sec-title {
  margin-bottom: 15px;
}

.events-section .news-block .inner-box {
  padding: 10px !important;
}

.events-section .news-block .inner-box .lower-content {
  padding: 15px;
}

.events-section .news-block .inner-box .lower-content h3 {
  overflow: hidden;
}

.events-section .news-block .inner-box .lower-content h3 a {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: 'Roboto Condensed', sans-serif;
}

.events-section .news-block .inner-box .lower-content .date {
  color: #075e89;
  margin-top: 7px;
  display: block;
}

.events-section .other-events .news-block .inner-box {
  padding: 10px !important;
}

.events-section .other-events .news-block .inner-box .lower-content {
  padding: 10px;
}

.events-section .other-events .news-block .inner-box .lower-content h3 {
  overflow: hidden;
}

.events-section .other-events .news-block .inner-box .lower-content h3 a {
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: 'Roboto Condensed', sans-serif;
}

@media only screen and (min-width: 1200px) {
  .testimonial-section .carousel-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.testimonial-section .testimonial_pic img {
  width: 175px;
}

.testimonial-section .blockquote {
  margin-left: 30px;
}

/* owl nav arrows */
.owl-carousel .owl-nav button span {
  display: none;
}

.owl-carousel .owl-nav .owl-prev:before {
  font-family: "FontAwesome";
  content: "\f177";
  color: #D6D6D6;
  position: relative;
  padding: 10px;
  font-size: 24px;
}

.owl-carousel .owl-nav .owl-next:before {
  font-family: "FontAwesome";
  content: "\f178";
  color: #D6D6D6;
  position: relative;
  padding: 10px;
  font-size: 24px;
}

.send-inquiry {
  position: fixed;
  left: 15px;
  bottom: 15px;
  width: 60px;
  height: 60px;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  line-height: auto;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #075e89;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.send-inquiry .fa {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  #inquiryModal {
    max-width: 90%;
    margin: 0 auto;
  }
}

#inquiryModal .btn-block {
  background: #2b7296;
}

#inquiryModal .btn-block:hover {
  background: #075e89;
}

@media only screen and (max-width: 1199px) {
  .nav-outer .mobile-nav-toggler {
    display: block;
  }
}

@media only screen and (max-width: 1199px) {
  #navbarSupportedContent {
    display: block;
  }
}

.main-header .top-left {
  display: block !important;
}

.btn-blinking {
  color: #fff !important;
  -webkit-animation: btn-blink 2s infinite;
          animation: btn-blink 2s infinite;
  border-radius: 20px;
  padding: 3px 15px;
  background: #77faea;
}

@keyframes btn-blink {
  from {
    background-color: #77faea;
  }
  to {
    background-color: #DB2B39;
  }
}

.research-listings .page-header {
  text-align: center;
  margin-bottom: 20px;
}

.research-listings .research-list .research-paper {
  list-style: none;
  padding: 25px 15px;
  border-bottom: 1px solid #d2d2d2;
}

@media only screen and (max-width: 768px) {
  .research-listings .research-list .research-paper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.research-listings .research-list .research-paper:nth-child(odd) {
  background: #f0f0f0;
}

.research-listings .research-list .research-paper:nth-child(even) {
  background: #f8f8f8;
}

.research-listings .research-list .research-paper .research-details {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 70%;
}

.research-listings .research-list .research-paper .research-details h2 {
  width: 100%;
  font-size: 24px;
}

.research-listings .research-list .research-paper .research-details p {
  font-size: 12px;
  line-height: 1.33;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

@media only screen and (max-width: 768px) {
  .research-listings .research-list .research-paper .research-details .research-info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.research-listings .research-list .research-paper .research-details .research-info img {
  border-radius: 50%;
  height: 35px;
  width: 35px;
  -o-object-fit: cover;
     object-fit: cover;
}

.research-listings .research-list .research-paper .research-details .research-info h3 {
  font-size: 14px;
  font-weight: normal;
}

.research-listings .research-list .research-paper .research-details .research-info h3 span {
  font-size: 12px;
  font-weight: 100;
  display: block;
}

.research-listings .research-list .research-paper .actions button {
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 3px 10px;
  font-weight: 500;
  font-size: 12px;
}

.research-listings .research-list .research-paper .actions button:hover {
  background: #184164;
  color: #fff;
}

.research-listings .research-list .research-paper .actions span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 10px;
  font-size: 12px;
  margin-right: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.research-listings .research-list .research-paper .actions span i {
  font-size: 18px;
}

.research-listings .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.research-listings .pagination li {
  display: inline;
}

.research-listings .pagination li a {
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
  line-height: 1.3333333;
  padding: 7px 12px;
  font-weight: bold;
}

.research-listings .pagination li a:hover {
  background: #075e89;
  color: #fff;
}

.job-heading .btn {
  margin-top: 1.1rem;
}

.job-heading .btn-apply {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 1px;
  background-color: transparent;
  color: #393a5f;
  border: 2px solid #393a5f;
  padding: 0.6rem 2rem;
  border-radius: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}

.job-heading .btn-apply:hover {
  background-color: #202249;
  color: #fff;
  border: 2px solid #24264e;
}

.job-listing {
  padding: 30px 0;
  background: #fff;
}

.job-listing a {
  color: #31383d;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.job-listing a:hover, .job-listing a:focus {
  color: #73a5fc;
}

.job-listing .masthead {
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-bottom: 3rem;
  background: #a3bded;
  background: linear-gradient(-20deg, #a3bded 0%, #6991c7 100%);
}

.job-listing .masthead .site-heading {
  padding: 100px 0 50px;
  color: #fff;
}

.job-listing .masthead .site-heading h1 {
  font-size: 2.3rem;
}

.job-listing .masthead .subheading {
  display: block;
  font-weight: 300;
  margin: 0.625rem 0 0;
  color: #fff;
}

.job-listing .job-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.job-listing .job-list .job-preview {
  background: #fff;
  border: 1px solid #d7e2e9;
  border-radius: 0.4rem;
  padding: 1.5rem 2rem;
  margin-bottom: 1rem;
  float: left;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.job-listing .job-list .job-preview:hover {
  background: #3c678d;
  cursor: pointer;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  color: #fff;
}

.job-listing .job-list .job-preview:hover .btn-apply {
  border: 2px solid #fff;
  color: #fff;
  background: #3c678d;
}

.job-listing .job-list .job-preview .job-title {
  margin-top: 0.6rem;
}

.job-listing .job-list .job-preview .company {
  color: #96a4b1;
}

.job-listing .panel {
  background: #fff;
  border: 1px solid #d7e2e9;
  border-radius: 0.4rem;
  padding: 1.5rem 2rem;
  margin-bottom: 1rem;
  float: left;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.job-listing .panel .panel-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.job-listing .panel .calendar span {
  display: block;
  font-size: 12px;
  line-height: 12px;
  text-align: right;
}

.job-listing .panel .calendar i {
  font-size: 14px;
  margin-right: 5px;
  line-height: 1.6;
}

.job-listing .panel .panel-body {
  font-size: 14px;
  padding: 1em;
}

.job_form {
  padding-bottom: 50px;
  padding-top: 100px;
  background: #1a1a1a;
  min-height: 100vh;
}

.job_form .wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.job_form .wrapper .card {
  background: transparent;
}

.job_form .wrapper .card .card-heading {
  background: transparent;
}

.job_form .wrapper .card .card-heading .title {
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  margin-bottom: 24px;
}

.job_form .wrapper .card .card-body {
  background: #fff;
  position: relative;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  padding: 30px 0;
  padding-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.job_form .wrapper .card .card-body:before {
  bottom: 100%;
  left: 75px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
}

.job_form .wrapper .card .card-body .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 24px 55px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
}

.job_form .wrapper .card .card-body .form-row .name {
  width: 188px;
  color: #333;
  font-size: 15px;
  font-weight: 700;
  margin-top: 11px;
}

.job_form .wrapper .card .card-body .form-row .value {
  width: calc(100% - 188px);
}

.job_form .wrapper .card .card-body .form-row .value .input-group {
  position: relative;
  margin: 0;
}

.job_form .wrapper .card .card-body .form-row .value .input-group .input-file {
  display: none;
}

.job_form .wrapper .card .card-body .form-row .value .input-group .input-file + label {
  font-size: 15px;
  color: #fff;
  color: white;
  line-height: 40px;
  background-color: #666666;
  padding: 0 20px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

.job_form .wrapper .card .card-body .form-row .value .input-group .input-file__info {
  font-size: 15px;
  color: #666;
}

.job_form .wrapper .card .card-body .form-row .value .label--desc {
  font-size: 13px;
  color: #999;
  margin-top: 10px;
}

.job_form .wrapper .card .card-body .form-row .value input,
.job_form .wrapper .card .card-body .form-row .value textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  outline: none;
  margin: 0;
  background: transparent;
  line-height: 38px;
  border: 1px solid #d2d2d2;
  border-radius: 7px;
  color: #333;
  font-size: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 5px 20px;
}

.job_form .wrapper .card .card-footer {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 50px 55px;
}

.job_form .wrapper .card .card-footer .btn-send {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 1px;
  background-color: transparent;
  color: #393a5f;
  border: 2px solid #393a5f;
  padding: 0.6rem 2rem;
  border-radius: 2rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.job_form .wrapper .card .card-footer .btn-send:hover {
  border: 2px solid #fff;
  color: #fff;
  background: #3c678d;
}

/* home news & events columns */
.news-notice {
  background: #f9f9f9;
  padding: 5em 0;
  font-family: 'Lato', sans-serif;
}

.news-notice .auto-container {
  padding: 1em 2em;
}

@media only screen and (min-width: 991px) {
  .news-notice .row-cust {
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media only screen and (min-width: 991px) {
  .news-notice .row-cust .col-md-6 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .news-notice .row-cust .col-md-6:first-child {
    border-right: 1px solid #e2e2e2;
  }
}

.news-notice .card {
  padding: 0;
  border-radius: 10px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

.news-notice .card .card-heading {
  margin: 10px 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-notice .card .card-heading h4 {
  font-size: 18px;
  color: #444;
  font-weight: 600;
  text-transform: uppercase;
}

.news-notice .card .card-heading h4:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 35px;
  width: 35px;
  height: 3px;
  background: #da2e3b;
}

.news-notice .card .card-heading a {
  position: relative;
  margin-right: 20px;
}

.news-notice .card .card-heading a:hover {
  color: #da2e3b;
}

.news-notice .card .card-heading a i {
  font-size: 20px;
  line-height: auto;
  margin-top: 11px;
  position: absolute;
  top: -10px;
  right: -20px;
}

.news-notice .single-notice {
  margin: 10px 0;
  padding-right: 10px;
  border-bottom: 1px dotted rgba(7, 94, 137, 0.25);
  padding-bottom: 20px;
}

.news-notice .single-notice:last-child {
  border-bottom: none;
}

.news-notice .single-notice .post-head {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news-notice .single-notice .notice-date {
  font-size: 14px;
  background-color: #075e89;
  display: inline-block;
  margin: 2px 3px 0 0;
  font-weight: 500;
  color: #fff;
  border-radius: 7px;
  padding: 2px 10px;
}

.news-notice .single-notice .notice-time {
  background: #da2e3b;
  padding: 5px 7px;
  font-size: 11px;
  font-weight: 400;
}

.news-notice .single-notice .tags {
  color: #868585;
  background: transparent;
  font-size: 12px;
  line-height: 11px;
}

.news-notice .single-notice .tags span {
  background: #da2e3b;
  padding: 5px 7px;
  font-size: 11px;
  font-weight: 400;
}

.news-notice .single-notice .post-title a {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  display: block;
  text-transform: capitalize;
}

.news-notice .single-notice .post-title a:hover, .news-notice .single-notice .post-title a:focus {
  color: #075e89;
}

.alumni {
  padding: 60px 0;
}

.alumni .section-title {
  text-align: center;
  color: #00357b;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.alumni .card {
  border: none;
  background: #ffffff;
}

.alumni .card .card-body img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.alumni .image-flip:hover .backside, .alumni .image-flip.hover .backside {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  border-radius: .25rem;
}

.alumni .image-flip:hover .frontside, .alumni .image-flip.hover .frontside {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.alumni .mainflip {
  -webkit-transition: 1s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: 1s;
  transform-style: preserve-3d;
  position: relative;
}

.alumni .frontside {
  position: relative;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  z-index: 2;
  margin-bottom: 30px;
}

.alumni .frontside .card-title {
  font-weight: 100;
  margin-bottom: 5px;
}

.alumni .frontside .card-text {
  font-weight: 100;
  font-size: 14px;
}

.alumni .backside {
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-box-shadow: 1px 1px 1px 1px #e9e9e9;
          box-shadow: 1px 1px 1px 1px #e9e9e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.alumni .backside .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

.alumni .backside .card-title {
  font-weight: 100;
  width: 100%;
  display: block;
}

.alumni .backside .card-text {
  font-size: 12px;
  line-height: 18px;
  color: #444;
}

.alumni .backside {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 1s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 1s;
  -moz-transform-style: preserve-3d;
  -o-transition: 1s;
  -o-transform-style: preserve-3d;
  -ms-transition: 1s;
  -ms-transform-style: preserve-3d;
  transition: 1s;
  transform-style: preserve-3d;
}

.alumni .backside .card {
  min-height: 240px;
}

.alumni .backside .card a {
  font-size: 18px;
  color: #00357b !important;
}

.alumni .backside .card .card-title {
  color: #00357b !important;
}

/* Homepage POP CSS */
.fancybox-slide video {
  width: 80%;
}

@media only screen and (min-width: 1200px) {
  .fancybox-slide video {
    max-width: 768px;
  }
}

.popup-text {
  background: #fff;
  padding: 0px;
  color: #444;
  font-size: 32px;
}

.popup-text p {
  margin-bottom: 0;
}

.home-pop .modal-header {
  padding: 0;
}

.home-pop .modal-dialog {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (min-width: 768px) {
  .home-pop .modal-dialog {
    max-width: 700px;
  }
}

@media only screen and (min-width: 991px) {
  .home-pop .modal-dialog {
    max-width: 960px;
  }
}

@media only screen and (min-width: 1200px) {
  .home-pop .modal-dialog {
    max-width: 1120px;
  }
}

@media only screen and (min-width: 1800px) {
  .home-pop .modal-dialog {
    max-width: 1560px;
  }
}

@media only screen and (max-width: 990px) {
  .home-pop .modal-dialog {
    margin-top: 5em;
  }
}

@media only screen and (max-width: 576px) {
  .home-pop .modal-dialog {
    margin: 3em;
    margin-top: 5em;
  }
}

.home-pop p {
  margin-bottom: 0;
}

.modal .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  background: #e91224;
  border-radius: 0;
  z-index: 999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato';
  font-weight: 900;
  color: #fff;
  opacity: 1;
  font-size: 18px;
  width: 30px;
  height: 30px;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .modal .close {
    font-size: 15px;
    width: 25px;
    height: 25px;
  }
}

.modal .close:hover {
  color: #e9e9e9;
  background: tomato;
}

.popup {
  width: 100%;
  margin: 0 auto;
  display: none;
  position: fixed;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.45);
  height: 100%;
  top: 0;
}

.cnt223 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 90px auto auto auto;
  background: #f3f3f3;
  position: relative;
  z-index: 999999;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px #000;
          box-shadow: 0 2px 5px #000;
  max-height: 90vh;
  max-width: 85vw;
}

@media only screen and (min-width: 1200px) {
  .cnt223 {
    max-width: 900px;
  }
}

@media only screen and (max-width: 768px) {
  .cnt223 {
    max-height: 90vh;
  }
}

.cnt223 a {
  text-decoration: none;
}

.cnt223 p {
  clear: both;
  color: #555555;
  /* text-align: justify; */
  font-size: 20px;
  font-family: sans-serif;
}

.cnt223 p a {
  color: #d91900;
  font-weight: bold;
}

.cnt223 .x {
  float: right;
  height: 35px;
  left: 22px;
  position: relative;
  top: -25px;
  width: 34px;
}

.cnt223 .x:hover {
  cursor: pointer;
}

.cnt223 img {
  max-width: 100%;
  width: auto;
  max-height: 70vh;
}

h1.form-box-heading {
  color: #777;
  text-align: center;
  margin: 10px auto 50px auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
}

h1.form-box-heading:before {
  content: '';
  position: absolute;
  left: 40%;
  top: 80px;
  width: 80px;
  height: 2px;
  background: #da2e3b;
  right: auto;
}

.form-box {
  background: #fff;
  padding: 2em 2em 4em 2em;
}

.col-payment-info {
  padding-left: 25px;
  border-right: 1px solid #e9e9e9;
}

.modal-entrance .modal-dialog .modal-header {
  border-bottom: 0;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .modal-entrance .modal-dialog {
    max-width: 90vw;
  }
}

@media only screen and (min-width: 992px) {
  .modal-entrance .modal-dialog {
    max-width: 820px;
  }
}

.modal-entrance .modal-dialog .modal-title {
  color: #777;
  text-align: center;
  margin: 10px auto 50px auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
}

.modal-entrance .modal-dialog .modal-title:before {
  content: '';
  position: absolute;
  left: 40%;
  top: 45px;
  width: 44px;
  height: 1px;
  background: #777;
  right: auto;
}

.modal-entrance.show .modal-dialog {
  -webkit-transform: translate(0, 75px);
  transform: translate(0px, 75px);
}

.modal-entrance .close {
  top: 0;
  right: 0;
  background: #fff;
  color: red;
  font-size: 24px;
}

.modal-entrance .close:hover {
  background: red;
  color: #fff;
}

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-family: 'Quicksand';
}

@media only screen and (max-width: 768px) {
  .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.copyright .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  margin-left: 20px;
}

.copyright .logo img {
  height: 40px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 10px;
}

.d-select-box {
  font-family: 'Quicksand', sans-serif;
}

.d-select-box form span {
  text-align: left;
  display: block;
  width: 350px;
  margin: 0 auto;
}

.d-select-box .select-wrapper {
  position: relative;
  width: 350px;
  margin-bottom: 2em;
  margin: 0 auto 20px auto;
}

.d-select-box .select-wrapper::after {
  color: black;
  content: '▾';
  margin-right: 10px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 20px;
}

.d-select-box .select-wrapper .select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: white;
  border: 1px solid #bbb;
  border-radius: 7px;
  cursor: pointer;
  padding: 12px;
  width: 100%;
  font-size: 18px;
}

.d-select-box .select-wrapper .select:focus {
  color: #03275d;
}

.d-select-box .select-wrapper .select::-ms-expand {
  display: none;
}

.table-downloads thead th {
  background: darkslategray;
  color: #fff !important;
}

.social-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.social-box i {
  font-size: 24px;
  color: #444;
  margin: 0 7px;
}

.social-box a:hover i,
.social-box a:focus i {
  color: #1480b6;
}

.news-page-section {
  position: relative;
  padding: 80px 0px 80px;
  background-color: #f0f5fb;
}

.news-page-section .cource-block-two .inner-box {
  border-radius: 10px;
  height: 170px;
}

.news-page-section .cource-block-two .inner-box .lower-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 15px 20px;
}

.news-page-section .cource-block-two .inner-box .lower-content h5 {
  font-weight: 500;
  line-height: 1.3em;
  font-size: 18px;
  font-family: "Quicksand", sans-serif !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
}

.news-page-section .cource-block-two .inner-box .lower-content .text {
  font-family: 'Barlow', sans-serif;
  margin-top: 7px;
  margin-top: 7px;
  line-height: 1.2;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: 400;
}

.news-page-section .cource-block-two .inner-box .meta {
  width: 100%;
}

.news-page-section .cource-block-two .inner-box .meta .tag {
  background: #da2e3b;
  padding: 2px 7px;
  font-size: 11px;
  font-weight: 400;
  border-radius: 3px;
  color: #fff;
}

.grecaptcha-badge {
  display: none !important;
}

@media only screen and (max-width: 1400px) {
  .auto-container {
    max-width: 1100px;
  }
}
/*# sourceMappingURL=styles.css.map */