.blinking{
    animation:blinkingText 0.8s infinite;
}
@keyframes blinkingText{
    0%{     color: #00ff00;    }
    49%{    color: #ffde00; }
    50%{    color: #00ff00; }
    99%{    color:#ffde00;  }
    100%{   color: #00ff00;    }
}
@keyframes moveSlideshow {
  100% { 
    transform: translateX(-66.6666%);  
  }
}
.tech-slideshow {
    height: 240px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}
.tech-slideshow > div {
    height: 240px;
    width: 2121px;
    background: url(../images/research-books.png);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: translate3d(0, 0, 0);
}.tech-slideshow .mover-1 {    animation: moveSlideshow 12s linear infinite;}.tech-slideshowvok {    height: 240px;    margin: 0 auto;    position: relative;    overflow: hidden;    transform: translate3d(0, 0, 0);}.tech-slideshowvok > div {    height: 240px;    width: 6121px;    background: url(../images/voiceofkolkata.png);    position: absolute;    top: 0;    left: 0;    height: 100%;    transform: translate3d(0, 0, 0);}.tech-slideshowvok .mover-2 {    animation: moveSlideshow 35s linear infinite;}
.tech-slideshowSU {    height: 240px;    margin: 0 auto;    position: relative;    overflow: hidden;    transform: translate3d(0, 0, 0);}.tech-slideshowSU > div {    height: 240px;    width: 4121px;    background: url(../images/sahityautsav.png);    position: absolute;    top: 0;    left: 0;    height: 100%;    transform: translate3d(0, 0, 0);}.tech-slideshowSU .mover-3 {    animation: moveSlideshow 25s linear infinite;}.tech-slidebook {    height: 240px;    margin: 0 auto;    position: relative;    overflow: hidden;    transform: translate3d(0, 0, 0);}.tech-slidebook > div {    height: 240px;    width: 20121px;    background: url(../images/all-books2.png);    position: absolute;    top: 0;    left: 0;    height: 100%;    transform: translate3d(0, 0, 0);}.tech-slidebook .mover-4 {    animation: moveSlideshow 135s linear infinite;}
.main-head{
    color: #fff;
}
.main-head span{
    color: #00ff00;
}
.white{
    color: #fff;
}
.text-center{
    text-align: center;
}
.text-justify{
    text-align: justify;
}
.large-font p{
    font-size: 18px;
}

@media only screen and (min-width: 1240px){
.main-head{
    font-size: 38px;
    line-height: 90px;
    padding-top: 50px;
    text-align: center;
}
.main-head span{
    font-size: 110px;
    text-transform: uppercase;
}
#Header_creative #Top_bar .menu_wrapper {
    margin-top: 9px;
}
#Top_bar .menu > li > a{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
#Top_bar .menu > li > a span {
    background-color: #ae2734;
    padding-left: 60px;
    margin-left: 26px;
    padding-left: 10px!important;
    margin-bottom: 7px;
    margin-right: 5px;
}
#Top_bar .menu > li > a:hover span {
    background: #A22430;
}
}
@media only screen and (max-width: 1239px){
.header-creative.layout-full-width #Wrapper {
    padding-top: 0;
}
#Top_bar .responsive-menu-toggle, #Header_creative .creative-menu-toggle, #Header_creative .responsive-menu-toggle {
    color: #fff;
}
}
@media only screen and (min-width: 960px) and (max-width: 1239px){
.main-head {
    font-size: 38px;
    line-height: 70px;
    margin-top: 40px;
    text-align: center;
}
.main-head span {
    font-size: 100px;
    text-transform: uppercase;
    line-height: 120px;
}
}
@media only screen and (min-width: 768px) and (max-width: 959px){
.main-head {
    font-size: 28px;
    line-height: 70px;
    margin-top: 40px;
    text-align: center;
}
.main-head span {
    font-size: 70px;
    text-transform: uppercase;
    line-height: 76px;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.main-head {
    font-size: 36px;
    line-height: 75px;
    text-align: center;
}
.main-head span {
    font-size: 70px;
    text-transform: uppercase;
    line-height: 76px;
}
}
@media only screen and (max-width: 479px){
.main-head {
    font-size: 34px;
    line-height: 47px;
    text-align: center;
}
.main-head span {
    font-size: 60px;
    text-transform: uppercase;
    line-height: 66px;
}
}