*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-family: "Poppins", sans-serif;	
  top: 0!important;
}
a{
	text-decoration: none;
}

.sectionPadding{
	padding: 70px 0;
}
.marginTop30{
  margin-top: 30px;
}
.marginTop50{
	margin-top: 50px;
}
a{
	text-decoration: none;
}
.font14{
	font-size: 14px;
}
.whiteSpaceNoWrap{
	white-space: nowrap!important;
}
.sectionHeading h3{
  font-weight: 800;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd.skiptranslate{
  display: none!important;
}
.languageCover{
    max-height:22px!important;
    width: 130px!important;
    overflow: hidden;
}
.goog-te-banner-frame.skiptranslate{
    display: none!important;
}
.goog-te-gadget .goog-te-combo {
     margin: 4px 0 0 0; 
     width: 130px!important;
}
select.goog-te-combo option{
    display: none;
}
select.goog-te-combo option[value="en"], select.goog-te-combo option[value="hi"], select.goog-te-combo option[value="gu"], select.goog-te-combo option[value="pa"], select.goog-te-combo option[value="mr"]{
    display: block;
}




header .headerTop{
	background-color: #36347A;
}
header .headerTop .listTop ul{
	margin: 0;
	padding: 0;
}
header .listTop li{
	display: inline-block;
    list-style: none;
    padding: 1px 12px;
}
header .listTop li a{
	display: inline-block;
	list-style: none;
	color: #fff;
	font-size: 12px;
	padding: 4px 5px;
}




header .navbar-brand img{
	max-width: 280px;
}
header .navbar-expand-sm .navbar-nav .nav-link{
	font-family: "Poppins", sans-serif;
    padding: 0px 15px;
    font-weight: 400;
    color: #111;
    font-size: 14px;
}
header .navbar-expand-sm .navbar-nav .nav-link.buttonOrange{
	margin-top: -8px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 40px;
}
header .navbar{
	padding: 0px 0;
}
header nav{
	border-bottom: 0.5px solid #646660;
}
header .dropdown-menu ul {
	margin: 0;
	padding: 0;
}
header .dropdown-menu ul li{
	list-style: none;
}
header .dropdown-menu ul .dropdown-item {
	font-size: 13px;
	white-space: normal;
}
header .innerListWrap{
	margin: 0;
	padding: 0;
}
header .mega-menu{
	position: static;
}
header .mega-menu .innerMegaMenu{
	position: absolute;
    top: 100%;
/*    width: 950px;*/
    width: initial;
    float: left;
    left: auto;
    right: 0;
    padding: 10px 15px 0 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    padding-bottom: 15px;
    overflow: auto;
}



/*Latest News Marquee*/
    
.newsMarqueeSection .rightSide .rt-container .marquee-container{
    /*max-width: 860px;
    margin: 15px auto;*/
    overflow: hidden;
}
.newsMarqueeSection .rightSide .rt-container .Marquee {
  background: -webkit-linear-gradient(225deg, #008ed9, #8b00db);
  background: -moz-linear-gradient(225deg, #008ed9, #8b00db);
  background: -o-linear-gradient(225deg, #008ed9, #8b00db);
  background: -ms-linear-gradient(225deg, #008ed9, #8b00db);
  background: linear-gradient(-135deg, #008ed9, #8b00db);
  width: 100vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7.5px;
  color: #fff;
  font-weight: 200;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
/*    margin: 15px auto;*/
}
.newsMarqueeSection .rightSide .rt-container .Marquee-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-animation: marquee 20s linear infinite running;
  -moz-animation: marquee 20s linear infinite running;
  -o-animation: marquee 20s linear infinite running;
  -ms-animation: marquee 20s linear infinite running;
  animation: marquee 20s linear infinite running;
}
.newsMarqueeSection .rightSide .rt-container .Marquee-content:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}
.newsMarqueeSection .rightSide .rt-container .Marquee-tag {
  width: 300px;
  min-height:47px;
  max-height: 220px;
  margin: 0 0.5em;
  padding: 7.1px;
  background: rgba(255,255,255,0.1);
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.newsMarqueeSection .rightSide .rt-container .Marquee-tag:hover {
  background: rgba(255,255,255,0.5);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}
.newsMarqueeSection .rightSide .rt-container .Marquee-tag a{
	font-size: 12px;
}
@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

.upcomingEvents .vcMessage .columnHead{
  font-size: 25px;
  font-weight: 800;
  position: relative;
  margin-bottom: 42px;
}
.upcomingEvents .vcMessage .columnHead:after{
  content: "";
  position: absolute;
  background-color: #000;
  width: 15%;
  height: 4px;
  bottom: -15px;
  left: 0;
} 
.upcomingEvents .vcMessage .columnHead img{
  width:100%;
  height:385px;
  object-fit:cover;
  object-position: top center;
}
.upcomingEvents .vcMessage .box p{
  text-align: justify;
    line-height: 1.8;
}
.upcomingEvents .vcMessage .box a{
  color: #36347A;
  padding-bottom: 4px;
  border-bottom: 2px dashed #36347A;
  transition: all 1s ease;
}
.upcomingEvents .vcMessage .box a:hover{
  color: #FC654C;
  padding-bottom: 4px;
  border-bottom: 2px dashed #FC654C;
}


.upcomingEvents .events .columnHead{
  font-size: 25px;
  font-weight: 800;
  position: relative;
  margin-bottom: 42px;
}
.upcomingEvents .events .columnHead:after{
  content: "";
  position: absolute;
  background-color: #000;
  width: 50%;
  height: 4px;
  bottom: -15px;
  left: 0;
} 
.upcomingEvents .events .box{
  margin-top: 25px;
  border-bottom: 1px solid #999;
}
.upcomingEvents .events .date{
    font-size: 65px;
    font-weight: 800;
    line-height: 0.9;
}
.upcomingEvents .events .month{
    font-size: 37px;
    font-weight: 600;
}
.upcomingEvents .events .title{
    font-size: 14px;
    font-weight: 600;
}
.upcomingEvents .events .listWrap ul{
    padding-left: 1rem;
}
.upcomingEvents .events .listWrap ul li{
    font-size: 12px;
    list-style: none;
    padding-bottom: 4px;
    color: #800000;
    position: relative;
}
.upcomingEvents .events .listWrap ul li.calender:before{
   content: "\f073";
   position: absolute;
   font-family: 'Font Awesome\ 5 Free';
   left: -16px;
}
.upcomingEvents .events .listWrap ul li.location:before{
   content: "\f279";
   position: absolute;
   font-family: 'Font Awesome\ 5 Free';
   left: -16px;
}




.aboutSection{
  background-image: url(../images/bg_white.jpg);
}
.aboutSection h3{
  font-size:40px;
  font-weight: 800;
  position: relative;
}
.aboutSection h3:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    width: 100px;
    height: 4px;
    background-color: #111;
    bottom: -10px;
    left: 0;
}
.aboutSection p{
  line-height: 1.8;
  margin-top: 30px;
}

.companySection{
  background-image: url(../images/teckture-bg-2.png);
}




/*.professiorSection{
  background-image: url(../images/bg_white.jpg);
}*/
.professiorSection .card{
  padding: 20px 0;
  box-shadow: 2px 2px 6px #999;
  min-height: 360px;
}
.professiorSection .card-head img{
  width:150px;
  height:150px;
  object-fit:cover;
  object-position: top center;
  border-radius: 50%;
  text-align: center;
}
.professiorSection .card .card-title{
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
}
.professiorSection .card p{
  font-size: 13px;
}







.videoSection{
  background-image: url(../images/bg_white.jpg);
}





footer{
		background-color: #333333;
	}
	footer h2{
		font-size: 16px;
		position: relative;
		color: #f8f2f2;
	}
	footer h2:before{
		content: "";
		font-family: "Font Awesome 5 Free"; 
		position: absolute;
		width: 100px;
		height: 1px;
		background-color: #f8f2f2;
		bottom: -10px;
		left: 0;
	}
	footer .socialIcon{
		margin: 0;
		padding: 0;
	}
	footer .socialIcon li{
		display: inline-block;
		border-radius: 6px;
	}

	footer .socialIcon li a{
		color: #fefefe;
		padding: 3px;
		font-size: 20px;
	}
	footer .linkList{
		margin: 0;
		padding: 0;
	}
	footer .linkList li{
		list-style: none;
		margin-bottom: 8px;
    position: relative;
	}
  footer .linkList:before{
/*    content: "\f101";*/
/*    font-family: "Font Awesome 6 Free"; */
    position: absolute;
    /*width: 100px;
    height: 1px;*/
/*    background-color: #f8f2f2;*/
/*    bottom: -10px;*/
color: #fff;
    left: 0;
  }
	footer .linkList li a{
		font-size: 12px;
		color: #fefefe;
	}

