:root {
  --lightestgray: #8f8f8f;
  --lightgray: #5c5c5c;
  --darkgray: #2c2c2c;
  --darkestgray: #222328;
  --white: #ffffff;
  --milkywhite: #f2f3ee;
  --red: #e72c27;
  --reddark: #da1e18;
  --blue: #3d366c;
  --lightblue: #0157cd;
  --lightbluehover: #1357b6;
  --secondarycolor:#5F5F5F;
}
button {
  outline: none;
  box-shadow: 0 0 0 #fff;
}
button:hover,
button:active,
button:focus {
  outline: none;
  box-shadow: 0 0 0 #fff;
}

body {
  padding: 0;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: var(--lightgray);
  background: #F5F5F5;
  font-weight: 400;
}
h1 {
  font-size: 1.5em;
  font-weight: normal;
}
a {
  color: var(--red);
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  color: var(--reddark);
  text-decoration: none;
}
img{
  width: 100%;
  max-width: 100%;
}
.btn-main {
  padding: 18px 40px;
  background: var(--red);
  color: var(--white);
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease 0s;
  border: 0;
}
.btn-main:hover,
.btn-main:active,
.btn-main:focus {
  background: var(--reddark);
  color: var(--white);
  outline: none;
}
.btn-main .lnr {
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.white-btn {
  padding: 10px 25px 8px 25px;
  background: #ffffffeb;
  color: var(--red);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.white-btn:hover,
.white-btn:active,
.white-btn:focus {
  background: var(--white);
  color: var(--red);
  box-shadow: 0 0 10px #00000030;
}
.white-btn .lnr {
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.btn-main-bordered {
  padding: 18px 40px;
  background: var(--white);
  border: 2px solid var(--red);
  color: var(--red);
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.btn-main-bordered:hover,
.btn-main-bordered:active,
.btn-main-bordered:focus {
  background: var(--reddark);
  color: var(--white);
}
.btn-main-bordered .lnr {
  margin-left: 5px;
  position: relative;
  top: 2px;
}

p {
  margin-top: 0em;
  margin-bottom: 1rem !important;
}
.clearfix:after {
  clear: both;
}
.hidden-true {
  display: none;
}
.textbox0 {
  width: 3em;
  background: #f1f1f1;
  padding: 0.25em 0.5em;
  line-height: 1.5;
  height: 1.5em;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
ul li,
ol li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.clear-fix {
  clear: both;
}

#topmenu {
  background: var(--white);
  border-bottom:1px solid #DBDBDB;
}
.menu-top {
  font-size:14px; color: var(--darkgray);
}
.menu-top li {
  list-style: none;
  float: left; 
  color: var(--secondarycolor);
  border-right: 1px solid #D9D9D9;
  padding-right: 10px; margin-right: 15px;
}

.menu-top li:last-child {
  border-right: 0px solid red;
  padding-right: 0px; margin-right: 0px;
}

.menu-top li a {
  font-size: 14px;
  padding: 9px 2px 10px 2px;
  color: var(--secondarycolor);
  display: inline-block;
}
.menu-top li a:hover {
  color: var(--red);
}
.menu-top li a.active-page {
  list-style: none;
  background: var(--white);
  border-radius: 5px 5px 0 0;
}

.socialmedia-top {
  text-align: right;
  margin-top: 8px;
  float: right;
}
.socialmedia-top li {
  display: inline-block;
  margin: 0 2px;
}
.socialmedia-top li a {
  background: var(--red);
  width: 23px;
  height: 23px;
  display: inline-block;
  color: var(--white);
  font-size: 11px;
  text-align: center;
  line-height: 26px;
  border-radius: 60px;
}
.socialmedia-top li a:hover,
.socialmedia-top li a:focus,
.socialmedia-top li a:active {
  background: var(--reddark);
}
a.mainlogo {
  margin-top: 20px;
  display: inline-block;
}
a.mainlogo img {
  width: 365px;
}
.vg-nav-main-container {
  padding: 0;
  margin: 0;
  display: block;
  text-align: right;
}



.mainlogo {
}

#mainmenu .container-fluid,
#topmenu .container-fluid {
  padding-right: 50px;
  padding-left: 50px;
}
.applynow {
  float: right;
  background: #BF0C0C;
  padding: 13px 30px 13px 30px;
  border-radius: 50px;
  color: Var(--white);
  margin-top: 15px;
  font-weight: 700;
  margin-left: 25px;
  font-size: 14px;
}

.applynow:hover,
.applynow:focus,
.applynow:active {
  background: #d60909eb;
  color: Var(--white);
  box-shadow: 0 0 5px #e3e3e3;
}

.navigation {
  float: right;
}

.search {
  float: right;
}
.search a {
  float: right;
  margin-top: 15px;
  margin-left: 15px;
  width:45px;
  height:45px;
  border-radius:50%;
  background-color: var(--white);
  text-align: center;
}
.search a:hover{
  box-shadow: 0 0 5px #00000025;
}

.search a i {
  color: #000000;
  text-align: center;
  line-height: 47px;
  font-size: 18px;
}

.search a:hover i {
  color: var(--blue);
}


.navik-header.sticky {
  margin-top: -40px !important;
}
.navik-header.sticky .applynow {
  margin-top: 17px;
}

/* slider */
#carouselExampleIndicators .carousel-item {
  height: 570px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
}
/* #carouselExampleIndicators .carousel-item:before {
  content: "";
  display: block;
  background: #36363673;
  height: 570px;
  width: 100%;
} */
.carousel-caption {
  position: absolute;
  top: 20%;
  left: 10%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  display: block !important;
}
.carousel-caption h5 {
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 30px;
  font-family: 'Poppins', sans-serif;
}
.carousel-caption h5 span {
  font-size: 42px;
  display: block;
  font-weight: 300;
}
.carousel-caption p {
  width: 470px;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 25px;
}
/* slider */

/* fourblocks */
#fourblocks ul {
}
#fourblocks ul li {
  width: 25%;
  float: left;
  color: var(--white);
}
.blocks-inner {
  padding: 25px;
}
.b1 {
  background: #e72c28;
}
.b2 {
  background: #de0b06;
}
.b3 {
  background: #ce0400;
}
.b4 {
  background: #282828;
}

.animate__delay-100ms {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.animate__delay-200ms {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.animate__delay-300ms {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.animate__delay-400ms {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.section-padding {
  padding: 80px 0;
}
.blocks-inner {
  display: flex;
}
.four-block-img {
}
.four-block-txt {
  margin-left: 15px;
}
.four-block-txt h3 {
  font-size: 16px;
  font-weight: 700;
}
.four-block-txt p {
  line-height: 22px;
}

/* fourblocks */
.image-abt{
  border-radius: 10px;
  margin-bottom: 20px;
}
.abt-content{
  padding-right: 10px;
  position: relative;
}
.abt-img .row{
  margin: 0 -10px;
}
.abt-img .col-xs-12{
  padding: 0 10px;
}

#aboutcollege {
  padding: 70px 0;
  background: var(--white);
  text-align: justify;
}
#aboutcollege .main-title {
  margin-top: 15px;
  margin-bottom: 20px;
}
.main-title {
  font-size: 30px;
  font-weight: 500;
  color: var(--blue);
  line-height: 46px;
  font-family: 'Poppins', sans-serif;
}
.colorwhite {
  color: var(--white);
}

.about-cotes {
  font-size: 15px;
  padding-left: 20px;
  font-weight: 500;
  color: var(--lightgray);
  line-height: 26px;
  border-left: 3px solid var(--red);
  margin-bottom: 25px;
}
.about-txt {
  line-height: 28px;
  font-size: 15px;
  margin-bottom: 25px;
}
.about-spacing {
  padding-left: 50px;
}
.about-blocks {
  display: flex;
  padding: 40px;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  border-radius: 10px;
}
.about-blocks:hover,
.about-blocks:focus,
.about-blocks:active {
  box-shadow: rgb(100 100 111 / 30%) 0px 7px 29px 0px;
}

.about-b1 {
  margin-right: 30px;
}
.about-b2 {
  font-size: 22px;
  color: var(--darkgray);
  border-radius: 50px;
  font-weight: 500;
  line-height: 24px;
}
.aboutimg {
  width: 100%;
  height: 610px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-top: 60px;
  z-index: 5;
}
.aboutimg img {
  width: 100%;
  height: 610px;
  object-fit: cover;
}
.gradent {
  background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgb(0 0 0 / 76%));
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px;
}
.videolink {
  position: absolute;
  bottom: 25px;
  z-index: 5;
  left: 25px;
  color: #fff;
  display: flex;
  width: 150px;
  opacity: 0.9;
}
.videolink i {
  font-size: 50px;
  margin-right: 15px;
}
.videolink span {
  margin-top: 10px;
  font-weight: 500;
}
.videolink:hover {
  opacity: 1;
  color: #fff;
}

.experience {
  padding: 0px 30px 30px 30px;
}
.experience h3 {
  font-size: 18px;
  color: var(--lightblue);
  font-weight: 600;
}

.experience p {
  font-size: 16px;
  line-height: 28px;
  color: var(--lightgray);
  font-weight: 400;
}
.experienceimg {
  margin-top: 80px;
  padding: 30px;
}
.experienceimg img {
  width: 100%;
}

.counter {
  font-size: 34px;
  position: relative;
  line-height: 35px;
}

.counterblock {position: relative; cursor: pointer; display: flex; }
#graphsection .row .stats:last-child .border-right2 {
border-right: 0px solid #706f6f;}

 .counterblock .tooltiptext{ visibility: hidden; 
  width: 120px;
  background-color: #151414;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 11;
  bottom: 95px;
  left: 50%;
  margin-left: -60px; }
.counterblock .tooltiptext:after{ content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #151414 transparent transparent transparent;}

.counterblock:hover .tooltiptext{ visibility:visible;}  

#graphsection {
  margin-top: -100px;
}
.graphbg {
  height: 515px;
  overflow: hidden;
  background: #474444;
  margin-bottom: -552px;
}
.graphbg img {
  height: 515px;
  object-fit: cover;
  width: 100%;
  opacity: 0.5;
}
.countertxt {
  font-size: 14px;
  font-weight: 400;
  margin-top: 0px;
  color: var(--white);
  text-align: left;
  margin-left: 10px;
  min-width: 80px;
}
.counter-style {
  color: var(--white);

}
.border-right2 {
  border-right: 1px solid #fff;
  margin-right: 25px;
}
.counterblock {
  text-align: center;

}

.redblock {
  background: var(--red);
  padding: 45px;
  font-size: 27px;
  line-height: 45px;
  border-radius: 15px 15px 0 0;
  color: var(--white);
  margin-top: 69px;
  text-align: center;
  position: relative;
  font-family: 'Poppins', sans-serif;
}

.redblock:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 35px solid transparent;
  border-top: 30px solid #e72c28;
  position: absolute;
  left: 0;
  bottom: -30px;
}

.medicalcollege {
  padding: 50px 100px 50px 50px;
  background: var(--white);
  border-radius: 15px 0px 0 0;
  margin-top: 70px;
}

#graphsection .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

#graphsection .container-fluid .row {
  margin-right: 0;
  margin-left: 0;
}

.medicalcollege {
  font-size: 16px;
  color: var(--lightgray);
  line-height: 30px;
}

.abt-blockstyle {
  width: 800px;
  height: 150px;
  border-radius: 15px;
  overflow: hidden;
  margin-right: 25px;
}
.abt-blockstyle img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.padding0 {
  margin-right: 0;
  padding-right: 0;
}
.medicalcollege p {
  margin-bottom: 25px;
}
.doubleblock {
  display: flex;
}

.medical-ul {
}
.medical-ul {
  margin-top: 10px;
}
.medical-ul li {
  padding: 15px 0;
  display: flex;
  border-bottom: 1px solid #e9e8e3;
}

.count {
  background: #fdeeee;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  font-weight: 300;
  color: var(--red);
  border-radius: 50px;
}

.count-block h3 {
  font-size: 17px;
  font-weight: 500;
  color: var(--darkgray);
  margin-top: 10px;
}

#medical-ul li {
}

.right-padding {
  padding-right: 50px;
  line-height: 55px;
}
.side-text {
  line-height: 27px;
  font-size: 16px;
  color: var(--lightgray);
  padding-top: 10px;
  padding-right: 60px;
  font-weight: 500;
  margin-bottom: 25px;
}

/* Program */
#program {
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-color: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgb(0 0 0 / 76%));
  margin-top: 0px;
}
#program::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: red;
}

.program-blocks {
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  border-radius: 10px;
  margin-bottom: 25px;
  margin-top: 70px;
  background: #fff;
}
.program-blocks:hover,
.program-blocks:focus,
.program-blocks:active {
  box-shadow: rgb(149 157 165 / 40%) 0px 8px 24px;
  transition: all 0.5s ease 0s;
}
.program-blocks:hover:after {
  content: "";
  display: block;
  width: 80%;
  height: 3px;
  background: var(--blue);
  margin: auto;
  transition: all 0.3s ease 0s;
}

.program-blocks-txt {
  padding: 35px;
}
.program-blocks-txt a.program-title {
  padding: 0px;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 23px;
  display: inline-block;
}

.program-blocks img {
  width: 100%; object-fit: cover;
  height: 235px;
}
.program-txt {
  line-height: 26px;
  font-size: 15px;
}
.program-btn {
  padding: 12px 30px;
  background: var(--white);
  color: var(--lightestgray);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease 0s;
  border: 2px solid var(--lightestgray);
  margin-top: 25px;
}

.program-btn:hover,
.program-btn:active,
.program-btn:focus {
  padding: 12px 30px;
  background: var(--red);
  color: var(--white);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease 0s;
  border: 2px solid var(--red);
  margin-top: 25px;
}

.program-btn .lnr {
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.program-img {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 235px;
}
.program-img img {
  transition: 0.3s ease-in-out;
  transform: scale(1);
}
.program-img:hover img,
.program-img:focus img,
.program-img:active img {
  transform: scale(1.05);
  transition: 0.3s ease-in-out;
}
/* Program */

/* News Events */
#newsevents {
  background: var(--white);
}
#newsevents .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.title-txt {
  line-height: 24px;
}

.newsevents-wrapper {
}
.newsevents-img {
}
.newsevents-wrapper {
  box-shadow: rgb(0 0 0 / 5%) 0px 8px 10px;
  border-radius: 10px;
  background: #fff;
  margin: 0 5px ;
  margin-bottom: 25px;
  margin-top: 40px;
}
.newsevents-wrapper:hover,
.newsevents-wrapper:focus,
.newsevents-wrapper:active {
  box-shadow: rgb(0 0 0 / 10%) 0px 8px 10px;
  transition: all 0.5s ease 0s;
}
.newsevents-img img {
  transition: 0.3s ease-in-out;
  transform: scale(1);
  object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 10px 10px  0 0;
  aspect-ratio: 3/2;
}
.newsevents-img:hover img,
.newsevents-img:focus img,
.newsevents-img:active img {
  transform: scale(1.05);
  transition: 0.3s ease-in-out;
}

.newsevents-img {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;

}
.newsevents-category {
  font-size: 13px;
  padding: 7px 15px;
  border-radius: 0 10px 10px 10px;
  background: var(--red);
  color: var(--white);
  position: absolute;
  left: 25px;
  margin-top: -18px;
}
.newsevents-category:hover,
.newsevents-category:active,
.newsevents-category:focus {
  background: var(--reddark);
  color: var(--white);
}

.newsevents-date {
  font-size: 12px;
  color: var(--lightgray);
}
.newsevents-text {
  padding: 30px 25px 25px 25px;
  margin-top: 0px; min-height: 244px;
}
.newsevents-title {
  font-weight: 700;
  font-size: 16px;
  color: var(--darkestgray);
  display: block;
  margin: 15px 0 20px 0;
  line-height: 26px;
  overflow: hidden;
  height: 50px;
}
.newsevents-content {
  line-height: 24px;
  color: var(--lightgray);
  margin-bottom: 20px;
}
.readmore-btn {
  font-weight: 700;
  color: var(--darkgray);
}
.readmore-btn:hover,
.readmore-btn:focus,
.readmore-btn:active {
  font-weight: 700;
  color: var(--lightbluehover);
}

.readmore-btn:hover .lnr,
.readmore-btn:focus .lnr,
.readmore-btn:active .lnr {
  color: var(--lightbluehover);
  margin-left: 8px;
  transition: 0.3s ease-in-out;
}
.readmore-btn .lnr {
  font-weight: 700;
  color: var(--darkgray);
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.news-item {

  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 0px;
}



@media (min-width: 1500px) {

}

#newsevents .owl-prev {
  width: 40px;
  height: 40px;
  left: -70px;
  top: 245px;
  position: absolute;
  background: none;
  border: 0;
  outline: none;
  background: red;
}

#newsevents .owl-prev img {
  width: 40px;
  height: 40px;
  opacity: 0.5;
}

#newsevents .owl-next {
  width: 40px;
  height: 40px;
  right: -70px;
  top: 245px;
  position: absolute;
  background: none;
  border: 0;
  outline: none;
  background: red;
}

#newsevents .owl-next img {
  width: 40px;
  height: 40px;
  opacity: 0.5;
}
#newsevents .owl-dots {

  position: relative;
  top: 0px;
}

#newsevents .owl-next:hover img,
#newsevents .owl-prev:hover img {
  opacity: 1;
}

.owl-theme .owl-dot:hover,
.owl-theme .owl-dot:focus,
.owl-theme .owl-dot:active {
  border: 0;
  outline: none;
}

.owl-theme .owl-dot span:hover,
.owl-theme .owl-dot span:focus,
.owl-theme .owl-dot span:active {
  border: 0;
  outline: none;
}

.owl-theme .owl-dot.active span {
  background: var(--white) !important;
}
.owl-theme .owl-dot.active span:after {
  content: "";
  display: block;
  background: #ffffff59;
  width: 23px;
  height: 23px;
  margin-left: -7.5px;
  margin-top: 0px;
  position: relative;
  top: -7.3px;
  border-radius: 15px;
}
.owl-theme .owl-dots .owl-dot span {
  background: var(--white) !important;
}

.news-btn {
  font-weight: 700;
  color: var(--white);
  float: right;
  margin-right: 40px;
  position: relative;
  top: -19px;
  z-index: 5;
}

#newsevents {
  padding: 70px 0 70px 0;
}

/* Testimonial */
.outer {
  margin: 0 auto;
  max-width: 800px;
}
#big .item {
  font-size: 16px;
  font-weight: 400;
  margin: 0px;
  line-height: 38px;
}
#thumbs .item {
  height: auto;
  line-height: 70px;
  padding: 0px;
  margin: 2px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
#thumbs .item h1 {
  font-size: 18px;
}
#thumbs .current .item {
}
.owl-theme .owl-nav [class*="owl-"] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: none;
}
#big.owl-theme {
  position: relative;
}
#big.owl-theme .owl-next,
#big.owl-theme .owl-prev {
  display: none;
}

#thumbs.owl-theme .owl-next,
#thumbs.owl-theme .owl-prev {
  background: #333;
}

.bottom-testimonial {
  display: flex;
}
/* News Events */

/* Testimonial */
.testimonial-img {
  position: relative;
  text-align: center;
  border-radius: 0;
  height: 300px;
  width: 100%;
  margin-top: 25px;

}

.testimonial-img span {
  display: none;
}

.testimonial-img span i {
  color: var(--lightblue);
}

.testimonial-img-1 {
  width: 100%;
  height: 300px;
  overflow: hidden;
  object-fit: cover;
}
.testimonial-img-1 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.testimonial-author {
  text-align: left;
  padding-top: 0px;
}
.testimonial-author .span1 {
  font-size: 17px;
  font-weight: 700;
  display: block;
  line-height: 18px;
  margin-bottom: 10px;
  color: var(--darkgray);
}
.testimonial-author .span2 {
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 18px;
  color: var(--lightgray);
}

#thumbs .owl-item.current .testimonial-img {
  position: relative;
  text-align: center;
  border: 2px solid var(--lightblue);
  padding: 5px;
  border-radius: 50px;
  height: 88px;
  width: 89px;
  margin-right: 15px;
}
#thumbs .owl-item.current .testimonial-img span {
  position: absolute;
  left: -1px;
  top: -1px;
  background: var(--white);
  height: 25px;
  width: 25px;
  border-radius: 15px;
  line-height: 25px;
  font-size: 11px;
  display: block;
}

.bottom-testimonial {
  margin-top: 20px;
}
.testimonial-sm-txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  margin: 25px 0;
  padding-right: 25px;
}

.btn-main.sm {
  padding: 15px 22px 13px 22px;
  font-size: 14px;
  margin-bottom: 15px;
}
.btn-main-bordered.sm {
  padding: 15px 22px 13px 22px;
  font-size: 14px;
}

#testimonial .main-title {
  padding-right: 70px;
}
#testimonial .owl-theme .owl-dots .owl-dot span {
  background: var(--red) !important;
}
#testimonial .owl-theme .owl-dot.active span:after {
  content: "";
  display: block;
  background: #e5292662;
  width: 23px;
  height: 23px;
  margin-left: -6.7px;
  margin-top: 0px;
  position: relative;
  top: -7.3px;
  border-radius: 15px;
}
/* Testimonial */

/* Gallery Home*/
.overlay {
  position: absolute;
  bottom: 0;
  background: var(--darkestgray);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: 0.5s ease;
  opacity: 0;
  color: white;
  font-size: 15px;
  padding: 15px 20px;
  text-align: center;
}

.galleryimg-home:hover .overlay {
  opacity: 1;
}
.galleryimg-home {
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
.galleryimg-home img {
  height: 200px;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}

.galleryimg-home:hover img,
.galleryimg-home:focus img,
.galleryimg-home:active img {
  transform: scale(1.05);
  transition: 0.3s ease-in-out;
}

#galleryhome .owl-nav {
  display: block;
}
#galleryhome .owl-prev {
  width: 35px;
  height: 35px;
  background: #e72b28eb;
  border-radius: 50px;
  position: absolute;
  left: -22px;
  bottom: 75px;
  border: 0;
  box-shadow: 0;
  outline: none;
}
#galleryhome .owl-prev:hover {
  background: var(--reddark);
}

#galleryhome .owl-prev img {
  width: 15px;
  height: 15px;
}

#galleryhome .owl-next {
  width: 35px;
  height: 35px;
  background: #e72b28eb;
  border-radius: 50px;
  position: absolute;
  right: -22px;
  bottom: 75px;
  border: 0;
  box-shadow: 0;
  outline: none;
}
#galleryhome .owl-next:hover {
  background: var(--reddark);
}

#galleryhome .owl-next img {
  width: 15px;
  height: 15px;
}
/* Gallery Home*/

/* Subscribe Home*/

.subscribe-block {
  background: var(--red);
  padding: 40px 60px;
  border-radius: 15px;
  position: relative;
  margin-top: 50px;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.subs-left {
  font-size: 26px;
  font-weight: 500;
  color: var(--white);
  text-transform: uppercase;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
}
.subform {
  background: var(--white);
  padding: 2px;
  display: flex;
  border-radius: 100px;
}
.subform input {
  height: 50px;
  padding: 10px 20px;
  width: 75%;
  border-radius: 100px 0px 0px 100px;
  box-shadow: 0 0 0;
  border: 0;
}
.subform button {
  height: 50px;
  padding: 10px;
  width: 25%;
  border-radius: 100px;
  background: var(--red);
  border: 0;
  outline: none;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 34px;
}
.subform button:hover,
.subform button:focus,
.subform button:after {
  background: var(--reddark);
  color: var(--white);
  transition: 0.3s ease-in-out;
}

.shape2 {
  position: absolute;
  right: 0;
  top: 0;
}
.shape1 {
  position: absolute;
  right: 0;
  top: 0;
  height: 150px;
  border-radius: 15px 15px 0 0;
}

/* footer */

#footer {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 30px;
  margin-top: 0px;
  border-top:1px solid #efefef;
}

.descriptionffoter h2 {
  font-size: 26px;
  font-weight: 500;
  color: var(--white);
  padding-right: 55px;
  line-height: 37px;
  margin-bottom: 25px;
  font-family: 'Poppins', sans-serif;
}
.descriptionffoter div {
  font-size: 14px;

  color: var(--lightestgray);

  line-height: 25px;
  margin-bottom: 25px;
  padding-right: 45px;
}

#footer .socialmedia-top {
  text-align: left;
  margin-top: 20px;
  float: none;
}
#footer .socialmedia-top li a {
  background: #ababab;
  width: 35px;
  height: 35px;
  display: inline-block;
  color: var(--white);
  font-size: 13px;
  text-align: center;
  line-height: 38px;
  border-radius: 60px;
}

#footer .socialmedia-top li a:hover {
  background: #919191;
}

#footer h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  color: var(--darkestgray);
  margin-bottom: 25px;
}

.footerlist li {
  margin-bottom: 15px;
}
.footerlist li a {
  color: var(--secondarycolor);
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}
.footerlist li a .lnr {
  margin-right: 10px;
  transition: all 0.2s ease-in-out;
}

.footerlist li a:hover {
  color: var(--lightbluehover);
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}
.footerlist li a:hover .lnr {
  margin-left: 5px;
  transition: all 0.2s ease-in-out;
}

.quickcontact li {
  margin-bottom: 15px;
  padding-right: 50px;
  color: var(--secondarycolor);
}
.quickcontact li span{
  font-weight: 500;
}

.quickcontact li a {
  color: var(--secondarycolor);
}

.quickcontact li a:active,
.quickcontact li a:focus,
.quickcontact li a:hover {
  color: var(--lightblue) !important;
}

.bottom-footer {
  border-top: 1px solid #00000021;
  padding-top: 30px;
  margin-top: 50px;
}
.poweredby {
  text-align: right;
  padding-right: 25px;
}
.poweredby a {
  color: var(--lightestgray);
}
.poweredby a:active,
.poweredby a:focus,
.poweredby a:hover {
  color: var(--lightbluehover);
}

#inner-title-section {
  padding: 60px 0;
  text-align: center;
  position: relative;
  background-size: cover;
  margin-bottom: 80px;
  overflow: hidden;
}

#inner-title-section:before {
  content: "";
  display: block;
  background: #363636;
  height: 400px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  opacity: 0.6;
}

#inner-title-section h1 {
  font-size: 40px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  text-align: center;
}
.title-inner {
  position: relative;
  z-index: 33;
  color: #fff;
}
.title-inner a {
  color: #fff;
}
.title-inner a:hover {
  color: #fff;
  text-decoration: underline;
}
.seperator {
  display: inline-block;
  margin: 0 10px;
}

.pageimg {
  border-radius: 15px;
  overflow: hidden;
  height: 400px;
  margin-bottom: 35px;
}

.pageimg img {
  object-fit: cover;
  height: 400px;
}

.main-content-page {
  padding: 0;
  line-height: 28px;
  font-size: 15px;
  padding-bottom: 50px;
  text-align: justify;
}
.main-content-page h1 {
  font-size: 30px;
  color: var(--darkgray);
  margin-bottom: 30px;
  font-family: 'Poppins', sans-serif;
}
.content-cotes {
  border-left: 3px solid var(--red);
  padding: 0 0 0 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 25px;
}

.asideblock {
  padding-left: 20px;
}

.card-block {
  margin-bottom: 30px;
  background: var(--white);
  padding: 25px;
  border-radius: 10px;
  position: relative;
}
.card-block:hover {
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 15px 0px;
}

.card-block:after {
  content: "";
  display: none;
  height: 0px;
  width: 85%;
  background: var(--blue);
  position: absolute;
  bottom: 0;
}
.card-block h2 {
  font-size: 18px;
  color: var(--darkgray);
  margin-bottom: 25px;
  font-family: 'Poppins', sans-serif;
}
.card-block ul {
  padding: 0;
  margin: 0;
}

.card-block ul li a {
  color: var(--lightgray);
  padding: 8px 0;
  display: block;
}
.card-block ul li:first-child a {
  padding-top: 0;
}
.card-block ul li a:hover,
.card-block ul li a:focus,
.card-block ul li a:active {
  color: var(--red);

  display: block;
}
.card-block ul li a.is-active {
  color: var(--red);
}
.card-block ul li a i {
  float: right;
  font-size: 10px;
}

.card-block-s2 {
  margin-bottom: 25px;
  background: #fbfbfb;
  padding: 25px;
  border-radius: 15px;
  position: relative;
}
.category-date a {
  font-size: 12px;

  padding: 1px 15px;
  border-radius: 10px;
  background: var(--red);
  color: var(--white);
  display: inline-block;
  margin-right: 10px;
}
.category-date a :hover,
.category-date a :active,
.category-date a :focus {
  background: var(--reddark);
  color: var(--white);
}

.card-news-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--darkgray);
  margin: 20px 0 15px 0;
  display: inline-block;
  line-height: 24px;
}

.innernews-txt {
  color: var(--lightestgray);
  font-size: 14px;
  line-height: 24px;
}
.news-inner-btn {
  padding: 8px 25px;
  background: none;
  color: var(--lightestgray);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease 0s;
  border: 2px solid var(--lightestgray);
  margin-top: 20px;
}
.news-inner-btn:hover,
.news-inner-btn:active,
.news-inner-btn:focus {
  background: var(--red);
  color: var(--white);
  border: 2px solid var(--red);
}
.news-inner-btn .lnr {
  margin-left: 5px;
  margin-top: 15px;
  position: relative;
  top: 1px;
}
.innernews.owl-carousel .owl-dots.disabled {
  display: block;
}
.innernews.owl-theme .owl-dots .owl-dot span {
  background: var(--lightbluehover) !important;
}
.innernews.owl-theme .owl-dot.active span:after {
  content: "";
  display: block;
  background: #1357b685 !important;
  width: 23px;
  height: 23px;
  margin-left: -6.7px;
  margin-top: 0px;
  position: relative;
  top: -7.3px;
  border-radius: 15px;
}
.innernews {
  position: relative;
}
.news-card {
  margin-bottom: 60px;
}
.innernews.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  position: absolute;
  bottom: -65px;
  left: 50%;
  margin-left: -45px;
}

.applynow-inner {
  border-radius: 15px;
  overflow: hidden;
  margin-top: 60px;
}
.applynow-inner:hover {
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 15px 0px;
}
.applynow-inner img {
  width: 100%;
}

.main-content-page ol,
.main-content-page ul {
  padding: 0;
  margin: 15px 0 15px 25px;
}
.main-content-page ol li {
  padding: 3px 0;
  list-style: decimal;
  color: var(--lightgray);
}
.main-content-page ol li a {
  color: var(--lightgray);
}

.main-content-page ol li a:hover,
.main-content-page ol li a:focus,
.main-content-page ol li a:active {
  color: var(--red);
}

.main-content-page ul li {
  padding: 3px 0;
  list-style: outside;
  color: var(--lightgray);
}
.main-content-page ul li a {
  color: var(--lightgray);
}
.main-content-page ul li a:hover,
.main-content-page ul li a:focus,
.main-content-page ul li a:active {
  color: var(--red);
}

/* Download */
.main-content-page .download-list {
  padding: 0;
  margin: 0;
}
.main-content-page .download-list li {
  padding: 11px 45px 8px 20px;
  list-style: none;
  border: 2px solid #e4e4e4;
  background: #fbfbfb;
  border-radius: 50px;
  position: relative;
  margin-bottom: 15px;
}

.main-content-page .download-list li:hover,
.main-content-page .download-list li:focus,
.main-content-page .download-list li:hover {
  box-shadow: rgb(149 157 165 / 20%) 0px 0px 5px;
}

.download-btn {
  height: 30px;
  width: 30px;
  display: inline-block;
  background: var(--red);
  text-align: center;

  border-radius: 50px;
  line-height: 33px;
  color: var(--white);
}
.download-btn i {
  color: var(--white);
  font-size: 11px;
}
.download-btn:hover,
.download-btn:active,
.download-btn:focus {
  background: var(--reddark);
  text-align: center;
}

.main-content-page.no-padding {
  padding: 0;
}
.download-title {
  height: 16px;
  overflow: hidden;
  display: inline-block;
}

.news-inner .newsevents-category {
  left: 40px;
  margin-top: -20px;
  padding: 3px 15px;
}
.news-inner .newsevents-title {
  margin: 10px 0 10px 0;
}

.news-inner .newsevents-content {
  line-height: 24px;
  color: var(--lightgray);
  margin-bottom: 15px;
}

.news-inner.newsevents-wrapper {
  margin-top: 0px;
}

.main-content-page .pagination {
  justify-content: center;
  padding-left: 0;
  margin-left: 0;
}
.main-content-page .pagination li {
  list-style: none;
}

.pagination .page-item {
  margin: 0 8px;
}
.pagination .page-link i {
  font-size: 11px;
}
.pagination .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: var(--darkgray);
  background-color: #e9e8e3;
  border: 1px solid #dee2e6;
  border-radius: 10px !important;
  font-weight: 500;
  width: 35px;
  height: 35px;
  text-align: center;
}

.pagination .page-link:hover,
.pagination .page-link:focus,
.pagination .page-link:active {
  color: var(--darkgray);
  background-color: var(--reddark);
  border: 1px solid var(--reddark);
  color: var(--white);
  outline: none;
  box-shadow: 0 0 0 #000;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: var(--red);
  border-color: var(--red);
}

.innernews-date {
  font-size: 13px;
  padding: 5px 15px;
  border-radius: 0 10px 10px 10px;
  background: var(--red);
  color: var(--white);
  position: absolute;
  left: 50px;
  margin-top: -52px;
}
.emer {
  font-size: 20px;
  margin: 10px 0 15px 0;
  display: inline-block;
}
.emer:hover {
  color: var(--reddark);
}

#contact-map iframe {
  width: 100%;
  height: 415px;
}

.contact-block {
  background: var(--white);
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  padding: 50px;
  border-radius: 20px;
  margin-top: -120px;
  position: relative;
  z-index: 1;
}
.contactform {
  margin-bottom: 25px;
}

/* forms */
.form-control {
  height: 50px;
  padding: 15px 20px;
  border: 2px solid #e9e8e3;
  border-radius: 50px;
  box-shadow: 0 0 0 #000;
  outline: none;
  font-size: 14px;
  margin-bottom: 25px;
}
.form-control:hover,
.form-control:focus,
.form-control:active {
  box-shadow: 0 0 0 #000;
  outline: none;
  border: 2px solid #e9e8e3;
}
textarea.form-control {
  border-radius: 15px;
  height: 100px;
  resize: none;
}

.contact-block h2 {
  font-size: 24px;
  font-weight: 500;
  color: var(--darkgray);
}
.contact-block p {
  line-height: 28px;
  margin-bottom: 25px;
  margin-top: 15px;
}

.contact-address {
  padding: 25px;
  border-radius: 15px;
  border: 1px solid #e9e8e3;
  background: #f7f7f7;
}
.contact-address:hover {
}

.contact-address li {
  display: flex;
  line-height: 24px;
  margin-bottom: 15px;
}
.contact-address li .lnr {
  color: var(--red);
  font-weight: 600;
  font-size: 15px;
  position: relative;
  top: 3px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.contact-address a {
  color: var(--lightgray);
}
.contact-address a:hover {
  color: var(--red);
}

.overlay2 {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  transition: 0.5s ease;
  opacity: 0;
  color: white;
  font-size: 15px;
  padding: 15px 0px;
  text-align: center;
}

.main-gallery:hover .overlay2 {
  opacity: 1;
}
.main-gallery-main {
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.main-gallery {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.main-gallery img {
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.main-gallery-main img {
  height: 200px;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}

.main-gallery:hover img,
.main-gallery:focus img,
.main-gallery:active img {
  transform: scale(1.05);
  transition: 0.3s ease-in-out;
}
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000 !important;
  opacity: 0.7;
  display: none;
}

/* Search Style */
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  display: none;
  z-index: 99999;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  z-index: 999999;
  display: block;
}

#search input[type="search"] {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -51px;
  width: 60%;
  margin-left: 20%;
  color: rgb(255, 255, 255);
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  font-size: 26px;
  font-family: Poppins;
  font-weight: 300;
  text-align: center;
  outline: none;
  padding: 20px 10px;
  box-shadow: 0 0 0 #000;
  outline: none;
  height: 70px;
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  opacity: 1;
  font-size: 27px;
  color: #fff;
}

#search .close:hover {
  color: #fff;
  cursor: pointer;
}

#headerPopup {
  width: 75%;
  margin: 0 auto;
}

#headerPopup iframe {
  width: 100%;
  margin: 0 auto;
}

.download-table {
  width: 100%;
}
.download-table tr th {
  background: #1A3666;
  padding: 10px 10px;
  color: #fff;
  text-align: center;
}
.download-table tr th:first-child {
  text-align: left;
  width: 60%;
  padding: 10px 10px 10px 15px;
}
.download-table tr td {
  background: #fbfbfb;
  padding: 10px 10px;
  color: var(--lightgray);
  text-align: center;
  line-height: 20px;
}
.download-table tr td a {
  color: var(--lightgray);
}
.download-table tr td a:hover {
  color: var(--red);
}
.download-table tr:nth-child(odd) td {
  background: #f5f5f5;
  line-height: 20px;
}
.download-table tr td:first-child {
  text-align: left;
  line-height: 20px;
  padding: 10px 10px 10px 15px;
}
.filetype {
  background: #eaeaea;
  padding: 3px;
  border-radius: 50px;
  display: inline-block;
  padding: 0 10px;
}

/* Search Form */
.searchform {
  border-radius: 10px;
  width: 70%;
  margin: auto;
  min-height: 500px;
  padding: 25px;
  margin-top: 10vh;
}

.most-popular a {
  background: #ffffff3b;
  padding: 5px 15px;
  color: #ffffffcf;
  border-radius: 5px;
  margin-right: 5px;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 8px;
}
.most-popular a:hover {
  background: #ffffff55;
  color: #fff;
}

.are-you-looking {
  background: #ffffff3b;
  margin: 15px 0;
  border-radius: 5px;
  padding: 15px 20px 10px 20px;
}

.are-you-looking ul {
  padding: 0;
  margin: 0;
}
.are-you-looking ul li {
  padding: 0;
  list-style: none;
  width: 33%;
  display: inline-block;
  margin: 4px 0;
}
.are-you-looking ul li a {
  color: #ffffffcf;
}
.are-you-looking ul li span {
  margin: 0;
  background: #ffffff3d;
  padding: 6px;
  border-radius: 40px;
  font-size: 12px;
  width: 15px;
  height: 15px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.are-you-looking ul li a:hover {
  color: #fff;
}

.i-want-to {
  background: #ffffff3b;
  margin: 15px 0;
  border-radius: 5px;
  padding: 15px 20px 10px 20px;
}
.i-want-to ul {
  padding: 0;
  margin: 0;
}
.i-want-to ul li {
  margin: 5px 5px 5px 0;
  list-style: none;
  display: inline-block;
}
.i-want-to ul li a {
  color: #ffffffcf;
  border: 1px solid #ffffff36;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 13px;
  display: inline-block;
}
.i-want-to ul li a:hover {
  color: #ffffff;
  border: 1px solid #ffffff70;
}

.search-block {
  margin-bottom: 15px;
  position: relative;
}
.search-block input {
  width: 100%;
  background: #ffffff36;
  padding: 10px 50px 10px 15px;
  border: 0;
  border-radius: 5px;
  color: #fff;
}
.search-block input::placeholder {
  color: #d4d4d4;
}
.search-block button {
  position: absolute;
  right: 10px;
  top: 10px;
  background: none;
  border: 0;
  color: #d4d4d4;
}
.search-block button:hover,
.search-block button:focus,
.search-block button:active {
  color: #fff;
  border: 0;
  outline: none;
  box-shadow: 0;
  cursor: pointer;
}
#search-section h2 {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 7px;
}
.searchform input {
  width: 100%;
  background: #ffffff3b;
  padding: 10px 50px 10px 15px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  display: block;
  height: 60px;
  box-shadow: 0 0 0 #eee;
  margin-bottom: 35px;
}
.searchform button {
  position: absolute;
  right: 15px;
  top: 24px;
  background: none;
  border: 0;
  color: #d4d4d4;
}

.searchwrapper-block{
  background: var(--white);
  padding: 25px;
  box-shadow: 0 0px 15px #514d4d30;
  border-radius: 5px;
  margin-bottom: 25px;
  margin-top: 8px;
}
.searchwrapper-block a{
  color:#3d366c;
  font-weight: 600;
  line-height:28px;
}
.searchwrapper-block a:hover{
  color:var(--red);
}
.searchwrapper-block p{
  line-height: 22px;
  height: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.searchwrapper-block .sm-btn:hover{
  border-bottom:1px solid var(--reddark);
  transition: all 0.3s ease 0s;
}


/* Search Form */


#testimonial{ padding-bottom: 20px;}

.video-testimonial{ margin-top: 45px;}
.video-testimonial-pic{ width: 100%; height: 240px; position: relative;  }
.video-testimonial-pic img{ width: 100%; height: 240px; object-fit: cover;  }
.video-testimonial-txt{ margin-top: 20px; text-align: center; font-size: 17px;
  font-weight: 700;
  display: block;
  line-height: 18px;
  margin-bottom: 10px;
  color: var(--darkgray);}
.video-testimonial-txt span{ margin-top: 8px; text-align: center; display: block; 
  font-size: 13px;
  font-weight: 400;
  display: block;
  line-height: 18px;
  color: var(--lightgray);}

.video-testimonial-pic a{  display: block;
  width: 45px;
  height: 45px;
  background: var(--reddark);
  text-align: center;
  line-height: 48px;
  border-radius: 50px;
  position: relative;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -17px;
}
.video-testimonial-pic a:hover,
.video-testimonial-pic a:focus,
.video-testimonial-pic a:active{
  background: var(--reddark); box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;

}    
.video-testimonial-pic a i{ font-size: 12px; margin-left: 17px; color: var(--white); }

.testimonial-overlay{ position: absolute;
  top: 0;
  left: 0;
  background: #0000009e;
  width: 100%;
  height: 100%; opacity: 0; transition: all 0.3s ease 0s; }

  .video-testimonial-pic:hover,
  .video-testimonial-pic:focus,
  .video-testimonial-pic:active{ box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px; }

  .video-testimonial-pic:hover .testimonial-overlay,
  .video-testimonial-pic:focus .testimonial-overlay,
  .video-testimonial-pic:active .testimonial-overlay{ display: block; transition: all 0.3s ease 0s; 
    opacity: 1; }  


#testimonialvideo .owl-theme .owl-dots .owl-dot span {
  background: var(--red) !important;
}
#testimonialvideo .owl-theme .owl-dot.active span:after {
  content: "";
  display: block;
  background: #e5292662;
  width: 23px;
  height: 23px;
  margin-left: -6.7px;
  margin-top: 0px;
  position: relative;
  top: -7.3px;
  border-radius: 15px;
}

#testimonialvideo .owl-prev{ position: absolute;
  top: 100px;
  left: -25px;
  background: #00000052;
  padding: 10px !important;
  border-radius: 50px;}

#testimonialvideo .owl-prev:hover,
#testimonialvideo .owl-prev:focus,
#testimonialvideo .owl-prev:active{ position: absolute;
  background: #00000072;}  

#testimonialvideo .owl-prev img{ width: 20px; height: 20px;}

#testimonialvideo .owl-next{ position: absolute;
  top: 100px;
  right: -25px;
  background: #00000052;
  padding: 10px !important;
  border-radius: 50px;}

#testimonialvideo .owl-next:hover,
#testimonialvideo .owl-next:focus,
#testimonialvideo .owl-next:active{ position: absolute;
  background: #00000072;} 

#testimonialvideo .owl-next img{ width: 20px; height: 20px;}

#testimonialvideo{background-image: url(../images/bg.jpg);
  background-size: cover;
  background-color: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgb(0 0 0 / 76%));
  margin-top: 55px;}

  .row-style  .owl-dots{ margin-top: 25px;}

  .entry {
    position: relative;
    overflow: hidden;
    margin: 0px 0 30px 0;
    padding: 20px 20px 4em 20px;
    background: #FFF;
    text-align: justify;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.testimonial-inner-top {

}

.testimonial-inner-name h4{
  text-align:left;
  font-size: 22px;
}

.testimonial-pic-inner {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 100px;
  margin-bottom: 20px;
  margin-right: 15px;
  float: left;
}

.testimonial-pic-inner img{
  object-fit: cover;
  width: 60px;
  height: 60px;
}

.testimonial-inner-name {
  margin-top: 5px;
}

.testimonial-inner-name:after{
  content: '';
  display: block;
  clear: both;
}

.entry-content {
  overflow: hidden;
}

.content-text-box{
  line-height:21px;
}

.more-link {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 110px;
  padding: 5px 8px;
  background: #BF0C0C;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
}
.more-link.open:after {
  content: "\2191";
}

.more-link:after {
  content: "\2193";
  font-size: .8em;
  float: left;
  margin-left: 10px;
}

.more-link:hover,
.more-link:focus,
.more-link:active {
  color:#fff;
  background: #d60909eb;
  transition: all 0.3s ease 0s;
}




/* New CSS start from here--- */


/* Top header--menu--start */
#header-topbar{
  padding:0.4rem 0;  
  background-color:#1A3666;
  color:var(--white);
}

#header-topbar .top-leftmenu ul {
  margin: 0;
  padding: 0;
}

#header-topbar .top-leftmenu ul li {
  float: left;
  display: block;
  margin-right: 1.9rem; 
}
/* #header-topbar .top-leftmenu ul li.sidebar-line{
  border-right: 1px solid #fff;
  padding-right: 15px;
  margin-right: 15px;
} */

.top-leftmenu li a{
color:var(--white);
font-size: 0.85rem;
}

#header-topbar .container-fluid {
padding-right: 50px;
padding-left: 50px;
}

.top-leftside{
position: relative;
}

.sidebar-line:after{
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 16px;
  background: var(--white);
  top: 2px;
  left: 124px;
}

.cross-mark{
float:right;
}
.cross-mark i{
color:var(--white);
}

/* Top header--menu--end*/


/* Top--menu--end*/
.top-rightside{
  display: flex;
  justify-content: flex-end;
}

.sectop-rightside li a{
  padding: 9px 2px 10px 2px;
  color: var(--secondarycolor);
  display: inline-block;
}
.sectop-rightside li a:hover{
  color: var(--reddark);
}

.top-rightside li {
  list-style: none;
  float: left;
  margin-left: 20px;

}

.top-rightside li .both-border{
  border-right:1px solid #D9D9D9;
  border-left:1px solid #D9D9D9;
  padding-right:20px;
  padding-left:20px;
  
}

.top-rightside li .side-border{
  border-right:1px solid #D9D9D9;
  padding-right:20px;
}

/* Top--menu--end*/

#logo-block .container-fluid {
  padding-right: 50px;
  padding-left: 50px;
}

#logo-block{
  background-color: #F3F3F3;

}

.logo img{
  width: 365px;
  padding: 5px 0px;
}

#homepage-programs{
  background: #282828;
  padding: 75px 0;
}

#homepage-programs h2{
  color: var(--white);
  text-align: center;
  margin-bottom: 15px;
}

#homepage-programs .programs-smtxt{
  color: var(--white);
  opacity: 0.8;
  text-align: center;
  margin-bottom: 40px;
}

.program-block{
  border: 1px solid #D4D4D4;
  padding: 35px;
  display: block;
  border-radius: 30px;
  text-align: center;
}
.program-block img{
  width: 90px;
}
.program-block span{
  display: block;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 600;
  color: var(--white);
}
.program-block:hover{
  border: 1px solid #ffffff;
  background: #ffffff10;
}

.background-count{
  background: #282828a1;
  width: 550px;
  position: absolute;
  z-index: 2;
  display: flex;
  margin-top: 20px;
  border-radius: 10px;
  padding: 15px;
}

.background-count  #counters_1:last-child{ border: 0;}

/* --------- International Collaborations */

.opacity-txt{ opacity: 0.8;}

#international{
  background:#1A3666 ;
  padding: 70px 0;
}
.international-image{
  border-radius: 10px;
  overflow: hidden;
  display: block;

}
.international-image img{
  aspect-ratio: 2/1.5;
  object-fit: cover;
}
/* #international .owl-item {
  margin:0 10px !important;
} */

/* #international .owl-carousel .owl-dots.disabled{
  display: block;
} */

#international .owl-theme .owl-dots .owl-dot span{
  width: 30px;
    height: 4px;
    margin: 5px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0px;
}
#international .owl-theme .owl-dots .owl-dot.active span:after{
    display: none;
}

#international .owl-theme .owl-dots .owl-dot.active span{
  background: var(--red) !important;
}
#international .owl-theme .owl-dots{
  margin-top: 25px;
}

#newsevents .owl-theme .owl-dots .owl-dot span{
  width: 30px;
    height: 4px;
    margin: 5px;
    background: #D9D9D9 !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0px;
}
#newsevents .owl-theme .owl-dots .owl-dot.active span:after{
    display: none;
}

#newsevents .owl-theme .owl-dots .owl-dot.active span{
  background: var(--red) !important;
}
#newsevents .owl-theme .owl-dots{
  margin-top: 5px;
}

.mrgt{ margin-top: 30px;}

#alumni-story{ 
  background: #F5F5F5;
  padding: 70px 0 50px 0;
}
.testimonial-name{
  color: var(--darkestgray);
  margin-bottom: 5px;
  display: block;
  text-align: center;
  font-weight: 600;
  line-height: 18px;
  margin-top: 15px;
}
.testimonial-designation{
  color: var(--secondarycolor);
  margin-bottom: 5px;
  display: block;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.testimonial-link{  transition: 0.3s;}
.testimonial-link:hover{
  transform: translate(0, -10px);
}

.announcement-title { float: left;
  border-right: 1px solid var(--white);
  padding-right: 15px;
  margin-right: 15px;
  line-height: 13px;
  margin-top: 3px;}

.notice-marquee{ width: 88%; color: #fff; float: left; margin-top: 1px;} 
.notice-marquee a{ color: #fff; }

.notice-marquee:hover > :not(:hover)
{
    opacity: 0.4;
}
.notice-txt{
  margin-right: 50px;
  position: relative;
  padding-left: 15px;
  animation-duration: 2s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
    transition: 0.3s;
} 

.notice-txt:after{
  content: '';
  display: inline-block;
  background: var(--white);
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 6px;
}  

.hitter{
  width:500px;
  height:500px;
  border:1px solid #ee0000;
  display:none;
 }

 .cross-mark button{
  background: none;
  border: 0;
 }

 #inner-pages-wrapper{
  margin-bottom: 50px;
  text-align: justify !important;
 }

 #inner-pages-wrapper p, .main-content-page{ text-align: justify;}


 .main-content-page h2{ font-size: 18px; color:var(--darkgray); font-weight: 600;}


.maininner-container{ padding-bottom: 60px;}

.mang-pic{
  width: 180px;
  height: 200px;
  border-radius: 400px;
  margin: auto;
  overflow: hidden;

}
.mang-pic img{
  width: 100%;
}

.mang-title{ 
  font-size: 16px; 
  text-align: center; 
  color: var(--darkgray);
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 5px;
}
.management-team-card{
  text-align: center;
  padding: 25px 15px;
  background: #ffffff;
  margin-bottom: 30px;
  box-shadow: 0 0 15px #0000000f;
  border-radius: 10px;
}


.gallery-detail .main-gallery  img{
  aspect-ratio: 3/2;
  object-fit: cover;
}
.sl-overlay {
  opacity: 0.8 !important;
}
.video-txt{
  margin-top: 0;
  line-height: 20px;
  color: var(--darkgray);
  font-weight: 600;
}

.cap-img{
  width: 170px;
  border-radius: 5px;
 
  float: left;
  margin-right: 35px;

}
.cap-input{
  width: 180px;

  float: left;
}
.cap-img #refresh{
  position: relative;
  right: -184px;
  top: -30px;
}
.btn-style{
  border: 0px solid var(--red) !important;
}
.btn-style:hover, .btn-style:focus, .btn-style:active{
  border: 0px solid var(--red) !important;
}

#alumni-story .owl-dots{
  display: none !important;
}

.capimg1{
  position: relative; width: 170px; float: left; margin-right:50px
}
.capimg1 #refresh{
  right: -33px !important
}

.capimg2{
  width: 150px; float: left;
}
/* #contactform .form-control.uploadbox{
  line-height: 50px !important;
} */

#international .justify-content-center{
  margin-bottom: 25px;
}

.international-image.main-gallery{
  margin-bottom: 0;
}

#international .owl-prev{
  position: absolute;
  left: -70px;
  top: 80px;
  width: 30px;
  opacity: 0.7;
}

#international .owl-next{
  position: absolute;
  right: -70px;
  top: 80px;
  width: 30px;
  opacity: 0.7;
}

#international .owl-prev:hover,
#international .owl-next:hover {
  opacity: 1;
  background: none;
}


.news-item {
  width: 100%;
  overflow: visible !important;
  position: relative;
  padding-bottom: 0px;
  margin-top: 25px;
}

#newsevents .owl-next{
  background: url(../images/left-arrow-dark.svg);
  background-size: 35px;
  background-repeat: no-repeat;
  rotate: 180deg;
  opacity: 0.5;
}

#newsevents .owl-prev{
  background: url(../images/left-arrow-dark.svg);
  background-size: 35px;
  background-repeat: no-repeat;
  opacity: 0.5;
}

#newsevents .owl-next span img,
#newsevents .owl-prev span img{
  display: none;
}

#newsevents .owl-next:hover,
#newsevents .owl-prev:hover{
  opacity: 1;
}

#alumni-story .owl-nav.disabled{
  display: block;
}


#alumni-story .owl-prev {
  width: 40px;
  height: 40px;
  left: -70px;
  top: 150px;
  position: absolute;
  background: none;
  border: 0;
  outline: none;
  background: url(../images/left-arrow-dark.svg);
  background-size: 35px;
  background-repeat: no-repeat;
  opacity: 0.5;
}


#alumni-story  .owl-next {
  width: 40px;
  height: 40px;
  right: -70px;
  top: 150px;
  position: absolute;
  background: none;
  border: 0;
  outline: none;


  background: url(../images/left-arrow-dark.svg);
  background-size: 35px;
  background-repeat: no-repeat;
  rotate: 180deg;
  opacity: 0.5;


}

#alumni-story .owl-next span img,
#alumni-story .owl-prev span img{
  display: none;
}

#alumni-story  .owl-next:hover,
#alumni-story  .owl-prev:hover{
  opacity: 1;
}

.owl-carousel .owl-stage {
  transition-timing-function: linear !important;
}

#collabrations .owl-carousel .owl-stage {
  transition-timing-function: linear !important;
}
#collabrations{
  background: #E3e3e3;
  padding: 50px 0 50px 0;
}

.collabrations-images{
  background: #fff;
  padding: 15px 10px;
  text-align: center;
  display: block;
  border-radius: 10px;
}
.collabrations-images:hover {
  box-shadow: 0 0 5px #cdcdcd;
}
.collabrations-images img{
  height: 80px;
  aspect-ratio: 2/1;
  object-fit:contain;  
}
.collabrations-images div{
  color: var(--darkestgray);
  margin-top: 5px;
  height: 36px;
  display: flex;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 13px;

}
.collabrations-images:hover div{
  color: var(--red);
}
#collabrations .main-title{
  margin-bottom: 25px;
}




.ngmc-leadership h1{
  font-size: 30px;
  color: var(--darkgray);
  margin-bottom: 30px;
  font-family: 'Poppins', sans-serif;
  text-align:center;
}

.team-grp{
  display: flex;
  justify-content: center;

}

.collabrations{
  display:  block !important;
}

.txtlink{
  color: var(--white);
  margin: auto;
}
.txtlink:hover,
.txtlink:hover,
.txtlink:hover{
  color: var(--white);
  margin: auto;
  text-decoration: underline;
}

.services-ul li a{
  background: var(--white);
  padding: 25px 20px;
  border-radius: 10px;
  display: block;
  text-align: left;
  margin-bottom: 25px;
}

.services-ul li a:hover,
.services-ul li a:active,
.services-ul li a:focus
{
  box-shadow: rgb(0 0 0 / 5%) 0px 8px 10px;
  color: var(--lightblue);
}


.services-ul li img{
  width: 60px;
  margin-bottom: 10px;
}
.services-ul li{
  list-style: none;
}

.services-ul li span{
  display: block;
  height: 40px;
  overflow: hidden;
  color: var(--darkgray);
  font-size: 14px;
  line-height: 20px;
  padding-right: 15px;
}

.services-ul li a:hover span,
.services-ul li a:active span,
.services-ul li a:focus span
{

  color: var(--red);
}

.services-ul.row{
  margin-left: -10px;
  margin-right: -10px;

}

.services-ul.row li{
  padding-left: 10px;
  padding-right: 10px;
  list-style: none;
}

.services-tab {
  margin-top: 25px;
  list-style: none;
}

.services-tab .nav-link{
  font-size: 16px;
  padding: 16px 24px;
  color: var(--lightestgray);
  list-style: none;
}



.services-tab.nav-tabs .nav-item.show .nav-link, .services-tab.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #1A3666;
  border-color: #1A3666;
}

.services-tab .tab-pane{
  padding-top: 25px !important;
}

.services-ul{
  margin-top: 25px;
}


.services-tab li{
  list-style: none !important;
  padding: 0 !important;
}
.services-tab{
  padding: 0 !important;
  margin: 0 !important;
}


  @media (max-width: 1024px) {
  .video-testimonial-pic{ width: 100%; height: 210px;   }
  .video-testimonial-pic img{ width: 100%; height: 210px; }
}

  @media (min-width: 480px) {
    .row-style{ margin: 0;}
    /* .owl-nav{ display: none;} */

  }



  


  