/*-------------------------------------------------------*/
/* AMD CSS
/*-------------------------------------------------------*/

::-moz-selection, ::-webkit-selection { /* Code for Firefox */
  color: #FFFFFF;
  background: #28324d;
}
::selection {
  color: #FFFFFF; 
  background: #28324d;
}
img{
  max-width: 100%;
}
:focus {
  outline: none;
}
button:focus{
  outline:0;
}
body{
  font-family: 'Josefin Sans', sans-serif;
  color: #444444;
  font-weight: 400;
}  

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-style: normal;
    font-family: 'Josefin Sans', sans-serif;
}

p {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  margin: 0px 0px 20px 0px;
}
a, a:hover, .nav-link:hover{
  outline:none!important;
  color:#fff;/*#DC3831;*/
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
a:link, a:visited, .nav-link{
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
body{
    overflow-x:hidden;
}


/******************************------------------*************************/
header {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background-color: #ffffff;
  border-bottom:2px solid #dc3831;
  z-index: 9;
  position: relative;
}
header a.sitelogo {
  margin: 5px 0;
  float: left;
}
header a.sitelogo img{
  float: left;
}
header a.sitelogo h6{
  float: left;
  margin-left: 20px;
  margin-top: 45px;
  color:#dc3831;
}
#tophead {
  background-color: #002147;
  padding: 0;
  min-height: 50px;
  display: flex;
  align-items: center;
}
#tophead, #tophead a, #tophead .tophead-social li a, #tophead .tophead-social li a:hover {
  color: #d0d6dd;
}
#tophead .tophead-contact {
  float: left;
}
header #tophead ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#tophead .tophead-contact ul li {
  display: inline-block;
  margin-right: 10px;
}
#tophead .tophead-contact i[class^="fa"], #tophead .tophead-address i[class^="fa"] {
  color: #DC3831;
  padding-right: 10px;
  font-size: 14px;
}
#tophead .tophead-contact ul li::after, #tophead .login-btn::after {
  content: "|";
  margin: 0 5px;
  color: #6c7d92;
  transform: scaleY(1.2);
  display: inline-block;
  line-height: 1;
}
#tophead .tophead-right {
  float: right;
  display: flex;
  align-items: center;
}
.ml-auto, .mx-auto {
  margin-left: auto !important;
}
#tophead .login-btn {
  position: relative;
}
#tophead .tophead-right a i.fa-user {
  font-size: 15px;
  margin-right: 5px;
  color: #DC3831;
}
#tophead .tophead-right a:hover {
  color: #DC3831;
}
.socialicons li {
  display: inline-block;
  list-style: none;
}
.socialicons li a {
  padding: 5px 7px;
  font-size: 14px;
}

/*header .menu-flex-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
}*/
.sitelogo img{
  max-height: 100px;
}
.menu-wrapper{
  align-items: inherit;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.topsubmenu{
  float: right;
}
.topsubmenu > ul{
  display: flex;
  padding: 5px 30px 10px;
  margin: 0;
  align-items: center;
  border-radius:0px 0 25px 25px;
  background: #dc3831;
}
.topsubmenu > ul > li{
  list-style: none;
  padding: 0px 10px;
  position: relative;
}
.topsubmenu > ul > li::after{
  content: "|";
  position: absolute;
  color: #FFF;
  right: 0;
}
.topsubmenu > ul > li:last-child:after{
  display: none;
}
.topsubmenu > ul > li a {
  color: #fff;
line-height: 100%;
}
header .maiNavwap{
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  justify-content: flex-end;
  background:#dc3831;
}
header .navbar{
  padding: 0;
}
header .navbar .container-fluid{
  padding: 0;
}
.navbar-expand-lg .navbar-collapse{
  justify-content: flex-end;
}
header .nav-link{
  color: #fff;
}
header .navbar-nav > li{
  padding: 0px 5px;
  position: relative;
}
header .navbar-nav > li::after {
  content: "|";
  position: absolute;
  color: #fff;
  right: 0;
  top: 0;
}
header .navbar-nav > li:last-child:after {
  display: none;
}
header .navbar-nav > li > a{
  padding-top: 0!important;
  padding-bottom: 0!important;
}
header .navbar-nav > li > a.active{
  color: #fff;/*#DC3831;*/
}



.navbar-expand-lg .navbar-nav .dropdown-menu{
  top: 43px;
  margin: 0;
  border-radius: 0;
}

/*.site-header .main-navigation nav > ul > li.menu-item-has-children > a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  color: #7d7d7d;
  margin-left: 5px;
  display: inline-block;
  transition: 0.4s ease-in-out;
  transform: translateY(-1px);
}

.site-header .main-navigation nav > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 4px;
  width: 0;
  background-color: var(--rt-secondary-color);
  transition: 0.4s ease-in-out;
  transform: translateX(-50%);
}*/

.sitsearch {
  margin-left: 10px;
}
.sitsearch .search-button{
  background: #eee;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:3px;
}
.sitsearch svg{
  width: 15px;
}
.sitsearch svg path {
  transition: 0.4s;
  fill:#DC3831;
}
/*.sitsearch svg:hover path {
  fill: #444444;
}*/
.sitsearch .search-box{
  display: none;
  position: absolute;
  top:calc(100% + 3px);
  right: -11px;
  border-radius: 50px;
  overflow: hidden;
  background: whitesmoke;
}
.sitsearch .search-box .search-close {
  font-size: 12px;
  line-height:100%;
  padding: 5px 20px;
}
.sitsearch .search-box .search-text {
  background: #f5f5f5;
  border: 1px #DC3831;
  color: #666666;
  height: 40px;
  top: 100%;
  padding:0 25px 0 20px;
}

figure{
  margin: 0px;
}
.landingBanner{
  position: relative;
}
.landingBanner .swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color,#002147);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .5);
}
.landingBanner .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,15px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,15px));
}
.landingBanner .swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color,#dc3831);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}
.swiper-button-next, .swiper-button-prev{
  color: var(--swiper-navigation-color,#fff);
}
.landingBanner .swiper-slide{
  position: relative;
}
.landingBanner .swiper-slide .container {
  position: absolute;
  right: -50%;
  left: -50%;
  margin: auto;
  z-index: 1;
  /*height:calc(100% - 160px);*/
  height:100%;
  display: flex;
  align-items: center;
}

.carousel-cont {
  width: 100%;
  max-width: 500px;
  z-index: 2;
  position: relative;
}
.carousel-cont *{
  color: #FFFFFF;
}
.carousel-cont h4 {
  font-weight: 500;
  font-size: 18px;
}
.carousel-cont h3 {
  font-size: 42px;
}
a.banner-link{
  padding: 10px 25px;
  background: #ffb701;
  margin-top: 10px;
  float: left;
  clear: both;
  color: #fff;
  border-radius: 5px;
}
a.banner-link:hover{
  color: #fff;
}
a.banner-link i{
  margin-left: 10px;
}

.bannermenuwrap{
  /*position: absolute;
  z-index: 8;
  bottom: 0;*/
  width: 100%;
  display: flex;
  justify-content: center;
  background: #dc3831;
}
ul.banner_menu{
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
}
ul.banner_menu > li{
  display: flex;
  width: 100% ;
  /*background-color: rgba(112, 32, 30, 0.8);*/
  padding: 30px 30px 35px 40px;
  list-style: none;
  border-left: 1px solid rgba(255,255,255,0.3);
}
ul.banner_menu > li:first-child{
  border:0px
}
ul.banner_menu > li *{
  color: #FFFFFF;
}
ul.banner_menu > li a:hover, ul.banner_menu > li:hover a{
letter-spacing: 1.5px;
}
ul.banner_menu > li .rtin-icon{
  width: 135px;
  border: 0;
  overflow: hidden;
  padding: 0 15px 0;
  display: flex;
justify-content: flex-start;
align-items: center;
}

/*ul.banner_menu > li .rtin-icon i {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}*/
ul.banner_menu > li .rtin-icon img {
  -webkit-transition: all .3s;
  -khtml-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
ul.banner_menu > li:hover .rtin-icon img {
  -webkit-transform: scale(1.1,1.1);
-moz-transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);
-o-transform: scale(1.1,1.1);
}
ul.banner_menu > li .media-heading {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 30px;
  transition: all .3s;
  -webkit-transition: all .3s;
  padding-top:20px;
   padding-left:25px;
}
/*ul.banner_menu > li:hover .media-heading {
  color: #ffb701;
}*/
ul.banner_menu > li p{
  margin-bottom: 0;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
}
ul.banner_menu > li .sc-btn i {
  font-size: 14px;
  margin-left: 5px;
  transition: all .3s;
  -webkit-transition: all .3s;
}
ul.banner_menu > li:hover .sc-btn i {
  margin-left:10px;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
section{
  width: 100%;
  float: left;
  padding:70px 0px;
}

.about-img {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 70px;
  z-index: 1;
}
.about-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 100%;
  border:20px solid #ffb701;
  z-index: -1;
  transition: all .3s;
  -webkit-transition: all .3s;
  border-radius: 5px;
}
.about-img:hover::before {
  border-color: #dc3831;
}
.about-img img{
  box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
}
.about-img img {
  transition: opacity .3s ease-out,transform .3s ease-out,filter .3s ease-out;
  -moz-transition: opacity .3s ease-out,-moz-transform .3s ease-out,-moz-filter .3s ease-out;
  -o-transition: opacity .3s ease-out,-o-transform .3s ease-out,-o-filter .3s ease-out;
  -webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease-out,-webkit-filter .3s ease-out;
}
.about-img:hover img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.about-content{
  padding-left: 20px;
}
.about-content > span{
  color: #DC3831;
}
.about-content h2{
  margin-bottom: 15px;
}
.default-btn{
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1;
  padding: 18px 30px;
  font-weight:500;
  border-radius: 5px;
  display: inline-table;
  text-transform: uppercase;
  background-color: #dc3831;
}
.default-btn i{ 
  margin-left: 10px;
}
.default-btn:hover{
  color: #FFFFFF;
  letter-spacing:2px;
}
/*.expl-animBtn {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-table;
  padding: 18px 30px;
  font-weight: 600;
  background-color: #dc3831;
}
.expl-animBtn::before, .expl-animBtn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dc3831;
  z-index: -1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.expl-animBtn::after {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  background-color: #ffb701;
}
.expl-animBtn:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.expl-animBtn:hover::after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}*/

.ProgramsSect{
  background-color: #F5F5F5;
}

/*.ProgramsSect .container{
  max-width: 1140px;
}*/
.titleWrap span{
  color: #dc3831;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ProgramsWrap{
  border-radius: 10px;
  overflow: hidden;
  background-color: #FFFFFF;
}
.Program-image, .newsWrap .News-image{
  overflow: hidden;
}
.Program-image img, .newsWrap .News-image img {
  transform: scale(1);
  transition: all 0.5s ease;
}
.Program-image:hover img, .ProgramsWrap:hover .Program-image img, .events-list li:hover .Program-image img,
.newsWrap:hover .News-image img{
  transform: scale(1.2);
  transition: all 0.5s ease;
}
.Program-content{
  padding: 10px 25px 15px 25px;
  background-color: #FFFFFF;
}
.Program-content h3{
  color: #444444;
  font-size: 22px;
  font-weight: 700;
  transition: all .3s;
-webkit-transition: all .3s;
margin: 0px 0px 10px 0px;
}
.Program-content h3 a{
  color: #444444;
  transition: all .3s;
-webkit-transition: all .3s;
}
.Program-content h3 a:hover{
  color: #dc3831;
}
.Program-content p{
  margin: 0px 0px 15px 0px;
}
.Program-content .btn, .News-content .btn{
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  fill: #DC3831;
  color: #DC3831;
  padding: 0;
}
.Program-content .btn i, .News-content .btn i{
  margin-left: 10px;
}
.Program-content .btn:hover, .News-content .btn:hover{
  letter-spacing:3px;
}

.WhyChooseUs .container{
  max-width: 1140px;
}
.WhyChooseUs-contWrap{
  padding-left:30px;
  max-width: 80%;
}
.WhyChooseUs-image {
  overflow: hidden;
  border-radius: 10px;
}
.WhyChooseUs-image img{
  transform: scale(1.06) rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.WhyChooseUs-image:hover img {
  opacity: 0.9;
  transform: scale(1.1) rotate(4deg);
}
.WhyChooseUs-list{
  display: flex;
  margin-bottom:20px;
}
.WhyChooseUs-cont p{
  margin-bottom: 0;
}
.WhyChooseUs-icon{
  width: 70px;
  height: 70px;
  margin-right: 30px;
  border-radius: 50%;
  font-size: 30px;
  padding: 20px;
  background-color: #DC3831;
  fill: #FFFFFF;
  color: #FFFFFF;
}
.WhyChooseUs-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  transform: scale(1);
  transition: all 0.5s ease;
}
.WhyChooseUs-list:hover .WhyChooseUs-icon svg {
  transform: scale(1.2);
  transition: all 0.5s ease;
}
.WhyChooseUs-list h5{
  transition: all .3s;
  -webkit-transition: all .3s;
}
.WhyChooseUs-list:hover h5{
  color: #DC3831;
}

.CampusTourWrap{
  /*height: 600px;*/
  background:url(../images/CampusTourWrapBg.jpg);
  background-size: cover;
  background-position: center;
}
.CampusTourWrap .container{
  max-width: 650px;
  height: 100%;
}
.CampusTourWrap .container .row{
  height: 100%;
}
.CampusTourWrap .container .col-md-12{
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rtin-item *{
  color:#FFFFFF;
}
.rtin-item .rtin-btn {
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  height: 70px;
  line-height: 65px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 70px;
  z-index: 2;
  color: #DC3831;
  font-size: 20px;
}
.rtin-item .rtin-btn i {
  color: #DC3831;
}
.rtin-item .rtin-btn:hover {
  border-color: #DC3831;
}

/*.newsNeventssec{
  background: red;
}*/

.eventfetud .Program-content {
  padding: 10px 0px 0px 0px;
}
.events-list {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.events-list li {
  display: flex;
  margin-bottom: 20px;
}
.events-list li .Program-image {
  width: 200px;
}
.events-list li .Program-content {
  padding: 0;
  width: calc(100% - 200px);
  padding-left: 15px;
}

.eventfetud .ProgramsWrap{
  position: relative;
}
.eventfetud .Program-content {
  position: absolute;
  bottom: 0;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
}
.eventfetud .Program-content *{
  color: #FFFFFF;
}
.EventsSecton .Program-content h3 {
  font-size: 20px;
}
.EventsSecton .Program-content p {
  margin: 0px 0px 0px 0px;
}
.EventsSecton .Program-content a.btn{
  margin-top: 5px;
}

.NewsSect {
  background-color: #F5F5F5;
}
.newsWrap{
  border-radius: 10px;
  overflow: hidden;
}
.News-content h3 {
  color: #444444;
  font-size: 20px;
  font-weight: 700;
  transition: all .3s;
  -webkit-transition: all .3s;
  margin: 0px 0px 10px 0px;
}
.News-content h3 a {
  color: #444444;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.News-content h3 a:hover {
  color: #DC3831;
}
.News-content {
  padding: 10px 25px 15px 25px;
  background-color: #FFFFFF;
}
.NewsSect .swiper-button-next, .NewsSect .swiper-button-prev{
  background: #DC3831;
}
.NewsSect .swiper-button-next::after, .NewsSect .swiper-button-prev::after{
  font-size: 24px;
}
.NewsSect .swiper-button-next{
  right: 0;
}
.NewsSect .swiper-button-prev{
  left: 0;
}

footer{
  width: 100%;
  float: left;
  padding: 30px 0px 00px;
  background: #dc3831;
  border-top: 3px solid #dc3831;
}
footer *{
  color: #FFFFFF;
}
.footerlogo img{
  max-width: 50px;
}

footer .socialicons{
  padding: 0;
  margin: 0;
}
.footer-abt{
  margin: 10px 0;
}
.footer-abt p{
  margin: 0;
}
footer h4{
  font-size: 20px;
  font-weight: 700;
  transition: all .3s;
  -webkit-transition: all .3s;
  margin: 0px 0px 10px 0px;
}
.footer_link{
  margin: 0;
  padding: 0;
  width: 100%;
}
.footer_link.secont{
  margin-top: 30px;
}
.footer_link li{
  list-style: none;
}
.footer-contact {
  width: 100%;
}
.footer-contact ul{
  width: 100%;
  padding: 0;
  margin: 0;
}
.footer-contact li{
  list-style: none;
  margin-bottom: 5px;
}
.footer-contact li i{
  margin-right: 5px;
}
.footer-bottom{
  margin-top:30px;
  padding: 20px 0;
  background: #00162f;
}
.footer-bottom p{
  font-size: 14px;
  margin: 0;
}
.designedby img{
  max-height: 12px;
}
.InnareBanner{
  position: relative;
}
figure.InnareBanner .container {
  position: absolute;
  z-index: 1;
  top: 0;
  margin: auto;
  left: -50%;
  right: -50%;
}
figure .container, figure .row, figure .row > div {
  height: 100%;
}
figure .row > div {
  display: flex;
  align-items: center;
}
figure .page-title-content {
  width: 100%;
}
figure .page-title-content h1 {
  color: #FFFFFF;
  line-height: 100%;
  font-size: 48px;
  font-weight: 500;
  margin: 0;
  text-align: center;
  font-size: calc(1.925rem + .9vw);
}
.InnerBannerImg{
  position: relative;
}
.InnerBannerImg::before {
  content: "";
  background: rgba(0,0,0,0.2);
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.saptgiri-breadcrumbs{
  float: left;
  width: 100%;
  padding: 35px 0 35px;
}
.InnerSection .row{
  padding-bottom: 50px;
}
.InnerSection .row:last-child{
  padding-bottom: 0;
}
.InnerSection .about-img{
  padding: 0;
  width: 100%;
}
.InnerSection .about-img::before{
  display: none;
}
.InnerSection h2{
  color: #dc3831;
  margin-bottom: 15px;
}
.InnerSection .about-img img{
  border-radius: 10px;
}
.TeamSect {
  background-color: #F5F5F5;
}
.team-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.team-item::after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, 100%) scale(0.1);
  background:#dc3831;
  opacity: 0;
  border-radius:10px;
  transition: all 0.3s ease;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  pointer-events: none;
}
.team-item:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.9;
}
.team-item img {
  width: 100%;
  display: block;
}
.team-item .content-part {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  text-align: center;
  z-index: 1;
  transition: all 0.3s ease;
  opacity: 0;
  width: calc(100% - 60px);
}
.team-item:hover .content-part {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.team-item .content-part .name {
  margin-bottom: 8px;
  font-size: 22px;
  cursor: pointer;
}
.team-item .content-part .name{
  -webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
  color: #ffffff;
}
.team-item .content-part .designation {
  color: #ffffff;
  margin-bottom: 16px;
  display: block;
  text-align: center;
}
.social-links {
  padding: 0;
  margin: 0;
}
.social-links li {
  display: inline-block;
  list-style: none;
}
.social-links li a {
  padding: 5px 7px;
  font-size: 14px;
  color: #FFFFFF;
}
.social-links li a:hover, .team-item .content-part .name:hover {
  color: #ffb701;
}

.TeamPopup .modal-dialog{
  max-width: 1000px;
}
.TeamPopup .btn-close{
  top: -34px;
  right: -40px;
  position: absolute;
  background: none;
  padding: 0;
  width: auto;
  height: auto;
  font-size: 34px;
  color: #FFFFFF;
}
.TeamPopup .team-item{
  display: flex;
}
.TeamPopup .team-item > div + div{
  padding-left: 30px;
}
.TeamPopup .team-image{
  width: 400px;
  border-radius: 10px;
  overflow: hidden;
}
.TeamPopup .team-item .content-part{
  position:static;
  transform: none;
  opacity: 1;
  text-align: left;
  width: calc(100% - 400px);
}
.TeamPopup .team-item .name, .TeamPopup .team-item .designation, .TeamPopup .social-links li a {
  color: #FFFFFF;
}
.TeamPopup .team-item .name{
  margin-bottom: 0;
}
.TeamPopup .team-item .designation{
  margin-bottom:10px;
}
.TeamPopup .team-item::after {
  display: none;
}
.TeamPopup .teaminfo{
  padding: 15px;
  text-align: center;
  background: #dc3831;
}

.course-info-item-inner {
  padding:20px 30px 30px;
  color: #ffffff;
  background-color: #DC3831;
  margin-bottom:35px;
  border-radius: 10px;
}
.course-info-item-inner ul{
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.course-info-item-inner ul li{
  list-style: none;
  width:100%;
  padding: 10px 0px;
}
.course-info-item-inner .core-head {
  float: left;
  margin-right: 5px;
  font-weight: 700;
  font-size:18px;
}
.intro{
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #DC3831;
}
.intro p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: inherit;
  line-height: 130%;
  font-size: 26px;
  color: #DC3831;
}
.intro p:last-child {
  margin-bottom: 0;
}
.coursimg{
  width: 100%;
  margin-bottom: 30px;
}
.btnsec{
  width: 100%;
  text-align: center;
}
.course-info-item-inner .appyBtn{
  background: #ffb701;
  color: #444;
  margin-top: 10px;
  text-transform: none;
}
.InnerSection ul li::marker{
  color: red;
}
.quickLinkWrap{
  padding:30px;
  background: #f7f7f7;
  border-radius: 10px;
}
.quickLink{
  padding: 0;
  margin: 0;
}
.quickLink li{
  list-style: none;
  margin: 5px 0px;
  padding: 5px 0;
  border-bottom: dotted 1px;
}
.quickLink li a{
  color: #444444;
}
.quickLink li a:hover{
  color: #444444;
  color: #DC3831;
}
.coursdownSec {
  background-color: #F5F5F5;
}
.coursdownImg{
  padding-right: 50px;
  margin-top: -120px;
}
.coursCont{
  width: 100%;
  max-width: 420px;
  font-size: 23px;
}
.coursCont p{
  font-size: 23px;
  line-height: 1.7;
}
.btnsec-coursdown a{
  text-transform: none;
}
.btnsec-coursdown a:hover {
  letter-spacing: normal;
  background: #ffb701;
}

.contactSec .container{
  max-width: 760px;
}

.formcontroll{
  width: 100%;
  float: left;
  margin-bottom: 50px;
}
.form-control-wrap{
  width: 100%;
  margin-bottom:15px;
}
.form-control-wrap input[type="text"], .form-control-wrap input[type="email"], .form-control-wrap textarea {
  display: block;
  border: 0;
  width: 100%;
  -webkit-border-radius:5px;
  -webkit-appearance: none;
  appearance: none;
  font-size: 15px;
  padding: 15px 22px;
  background:#f2f2f2;
}
input[type="submit"] {
  border: none;
  text-align: center;
  width: 100%;
  border-radius:5px;
  cursor: pointer;
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 13px 30px 10px;
  text-transform: uppercase;
  -webkit-appearance: none;
  background-color:#dc3831;
  color: #fff;
  transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
}
input[type="submit"]:hover {
  letter-spacing: 2px;
}
.contact-content {
  margin-bottom: 30px;
}
.contact-content h2{
  margin: 0;
}
.contAdress{
  width:100%;
  height: 100%;
  padding: 80px 65px;
  min-height:500px;
  background: url(../images/adress-bg.jpg);
  background-position: center!important;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  display: flex;
  align-items: center;
}
.aresswrap *{
  color: #FFFFFF;
}
.map iframe {
  width:100%;
  height:500px;
  float: left;
}
.aresswrap i{
  margin-right: 10px;
}
.gallerylist{
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.gallerylist li{
  width: 25%;
  display: flex;
  list-style: none;
  position: relative;
  overflow: hidden;
}
.gallerylist.imagegllery > li::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.5);
  z-index: 1;
  transition: all 0.4s ease;
  -webkit-transition:  all 0.4s ease;
  transition:  all 0.4s ease;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.gallerylist.imagegllery > li:hover::before {
  /*opacity:0.5;*/
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.gallerylist.imagegllery > li img {
  transform: scale(1) rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.gallerylist.imagegllery > li:hover img {
  transform: scale(1.1) rotate(4deg);
}
.gallerylist.imagegllery > li:hover {
  cursor: url('../images/cursors/more.cur'), crosshair;
  cursor: url('../images/cursors/more.png') 40 40, crosshair;
}
.videowrap{
  width: 100%;
  height: 100%;
  display: flex;
}
.videowrap iframe{
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: flex;
}
/*.gallerylist > li .zoom-icon {
  position: absolute;
  left: 50%;
  top: 60%;
  display: inline-block;
  width: 50px;
  line-height: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: #ff3115;
  color: #ffffff;
  font-size: 18px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s ease 0s;
  opacity: 0;
  z-index: 10;
}
.gallerylist > li .zoom-icon::before {
  content: "\f002";
  font-family: 'Font Awesome 5 Free';
font-weight: 400;
}*/

.eventListWrap{
  width:calc(100% + 20px);
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}
.eventListWrap > li{
  list-style: none;
  width:calc(33.33% - 20px);
  margin: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  top:0px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.05), 0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05);
}
.eventListWrap > li:hover{
  top: -10px;
}
.event-image{
  width: 100%;
  overflow: hidden;
}
.event-image img{
  transform: scale(1);
  transition: all 0.5s ease;
}
.eventListWrap > li:hover .event-image img{
  transform: scale(1.2);
  transition: all 0.5s ease;
}
.eventListWrap > li .event-cont{
  padding: 20px;
}
.eventListWrap > li h3{
  font-size:1.55rem;
  /*font-size:calc(.65rem + .9vw);*/
}
.eventListWrap > li h3 a{
  color: #444444;
}
.eventListWrap > li:hover h3 a{
  color: #DC3831;
}
.eventListWrap > li .btn {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  fill: #DC3831;
  color: #DC3831;
  padding: 0;
}
.eventListWrap > li .btn i {
  margin-left: 10px;
}
.eventListWrap > li:hover .btn {
  letter-spacing: 3px;
}
.meta_wrap{
  width: 100%;
  padding: 25px;
  max-width:600px;
  margin: auto;
  text-align: center;
  margin-top: 15px;
  background-color: rgba(0,0,0,.5);
}
.meta_wrap span {
  color: #fff;
  font-size: 20px;
}
.meta_location {
  width: 100%;
  display: inline-block;
}
.meta_location i{
  margin-right:10px;
}

.newsListWrap{
  width: calc(100% + 20px);
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}
.newsListWrap > li {
  list-style: none;
  width: calc(33.33% - 20px);
  margin: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  top: 0px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.05), 0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05);
}
.news-image {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.news-image img {
  transform: scale(1);
  transition: all 0.5s ease;
}
.newsListWrap > li:hover .news-image img {
  transform: scale(1.2);
  transition: all 0.5s ease;
}
.newsListWrap > li .newsTitle{
  position: absolute;
  bottom: 0;
  padding: 20px;
  background-color: rgba(0,0,0,.5);
}
.newsListWrap > li h3 {
  font-size: 1.55rem;
  font-size:calc(.45rem + .9vw);
}
.newsListWrap > li h3 a {
  color: #FFFFFF;
}
.newsListWrap > li:hover h3 a {
  color: #FFFFFF;
}
.newsListWrap > li .news-cont {
  padding: 20px;
}
.newsListWrap > li .meta-date{
  width: 100%;
  color: #dc3831;
  margin-bottom: 5px;
}
.post-date {
  width: 100%;
  color: #634e4e;
  margin-bottom: 10px;
  font-style: italic;
}
.newsListWrap > li .btn {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  fill: #DC3831;
  color: #DC3831;
  padding: 0;
}
.newsListWrap > li:hover .btn {
  letter-spacing: 3px;
}

.gallerymenuWrap {
  width: 100%;
  padding: 25px;
  max-width: 600px;
  margin: auto;
  text-align: center;
  margin-top: 15px;
  background-color: rgba(0,0,0,.5);
}
.gallerymenu{
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.gallerymenu > li{
  padding: 0px 15px;
  list-style: none;
}
.gallerymenu > li a{ 
  color: #ffffff;
}
.gallerymenu > li a:hover, .gallerymenu > li.active a{ 
  color: #ffb701;
}
.gallerymenu > li + li{
  border-left: 1px solid #FFFFFF;
} 
.d-flex{
  margin-bottom:12px !important;
  margin-top:12px !important;
}
.banner_menu .media-body img, .banner_menu .media-body h3{
  display: inline-block;
  }
.banner_menu .media-body{
  text-align: center;
}
.nav-link:focus, .nav-link:hover{
  color:#fff;
}