@charset "utf-8";
/* CSS Document */

html, body {
  max-width: 100vw;
  overflow-x: hidden;
}


.first-fold{
	background:#fbfbfb;	
	padding-bottom:30px
}
header{
	padding-top:30px;
	padding-bottom:30px
}

@font-face {
    font-family: 'square721_bold';
    src: url('../fonts/square721_bold.woff2') format('woff2'),
		url('../fonts/square721_bold.ttf') format('ttf'),
         url('../fonts/square721_bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;

}
@font-face {
    font-family: 'HelveticaL';
    src: url('../fonts/Helvetica-Light.eot');
    src: url('../fonts/Helvetica-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica-Light.woff2') format('woff2'),
        url('../fonts/Helvetica-Light.woff') format('woff'),
        url('../fonts/Helvetica-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaN';
    src: url('../fonts/Helvetica.eot');
    src: url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica.woff2') format('woff2'),
        url('../fonts/Helvetica.woff') format('woff'),
        url('../fonts/Helvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'square721_normal';
    src: url('../fonts/square_721.woff2') format('woff2'),
	url('../fonts/square_721.ttf') format('ttf'),
         url('../fonts/square_721.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap

}
.square721{
font-family: 'square721_bold';	
}
.helL{
font-family: 'HelveticaL';
}
.helN, body{
font-family: 'HelveticaN';	
}
.square721N{
font-family: 'square721_normal';
line-height:130%;
letter-spacing:1px
}
a,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}
p{
	font-size: 1.1rem;
	line-height:170%;
}

.outer-menu .checkbox-toggle {
  position: relative;
  z-index: 99999;
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div {
  transform: rotate(135deg);
  z-index: 99999;
  background: #fff !important;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:before,
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked ~ .menu {
  pointer-events: auto;
  visibility: visible;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div {
  transform: scale(1);
  transition-duration: 0.75s;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div > div {
  opacity: 1;
  transition: opacity 0.4s ease 0.4s;
}
/*
.outer-menu .checkbox-toggle:hover + .hamburger {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
*/
.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
  transform: rotate(225deg);
}
.outer-menu .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  padding: 0.5em 1em;
  border-radius: 0 0.12em 0.12em 0;
  cursor: pointer;
  transition: box-shadow 0.4s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 3px;
  background: #26247b;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
 
}
.outer-menu .hamburger > div:before,
.outer-menu .hamburger > div:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  background: inherit;
  transition: all 0.4s ease;
}
.outer-menu .hamburger > div:after {
  top: 10px;
}
.outer-menu .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  outline: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index:9
}
.outer-menu .menu > div {
  width: 200vw;
  height: 200vw;
  color: #fff;
  background: #385090;
  border-radius: 50%;
  transition: all 0.4s ease;
  flex: none;
  transform: scale(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
 
}
.outer-menu .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .menu > div > div > ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
}
.outer-menu .menu > div > div > ul > li {
  padding: 0;
  margin: 1em;
  font-size: 24px;
  display: block;
}
.outer-menu .menu > div > div > ul > li > a {
  position: relative;
  display: inline;
  cursor: pointer;
  transition: color 0.4s ease;
  font-family: 'square721_normal';
}
.outer-menu .menu > div > div > ul > li > a:hover {
  color: #e5e5e5;
}
.outer-menu .menu > div > div > ul > li > a:hover:after {
  width: 100%;
}
.outer-menu .menu > div > div > ul > li > a:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -0.15em;
  left: 0;
  width: 0;
  height: 2px;
  background: #e5e5e5;
  transition: width 0.4s ease;
}


.banner_text{
	text-align:right;
	font-size: 1.70rem;
}
.banner_text span{
	color:#27257b;
}
.entertainment_info{
  background: #27257b;
}

.entertainment_box{
	padding:45px 15px 45px 35px
}
.entertainment_box h3{
	color:#FFF;
	font-size: 1.70rem;
}

.entertainment_box h3:after {
    height: 4px;
    display: block;
    width: 60px;
    background: #fff;
	margin-top:5px;
    content: '';
}
.entertainment_box p{
	color:#FFF;
	max-width:500px
}
.info_box{
	padding-top:60px;
	padding-bottom:60px
}
@media( max-width: 575px ) {
  .info_box{
    padding-top:0px;
  }
}

.info_box a{
	font-size:1.2rem;
	color:#fff;
	display:inline-block;
	border:2px solid #385090;
  padding:30px 30px 30px 30px;
  transition: all 0.3s ease-in-out;
}

.info_box a:hover {
  border:2px solid #fff;
}

.who_we_are {
	padding-top:100px;
	padding-bottom:100px
}

.who_we_are h4{
	color:#5e5d5d;
	font-size: 1.10rem;
}
.who_we_are h3{
	color:#27257b;
	font-size: 1.70rem;
}
.who_we_are h3:after {
    height: 4px;
    display: block;
    width: 60px;
    background: #27257b;
	margin-top:5px;
    content: '';
}

.who_we_are p{
	color:#000;
	padding-bottom:30px
}

.cat_button{
	font-size: 1.2rem;
	
}



.cat_button{

    font-size: 18px;
    margin-top: 30px;
    padding: 10px 40px;
    border-radius: 0px;
    position: relative;
    border: 0px solid transparent;
    background-color:transparent;
    margin-top:50px;
   
  }
   .cat_button::after{
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #050505;
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-left: 0px;
    border-top: 0px;
    -webkit-transition: width 0.7s ease-out, height 0.5s ease-out; /* For Safari 3.1 to 6.0 */
    transition: width 0.7s ease-out, height 0.5s ease-out;

  }
  .cat_button::before{
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #050505;
    position: absolute;
    left: 0px;
    top: 0px;
    border-bottom: 0px;
    border-right: 0px;
    -webkit-transition: width 0.7s ease-out, height 0.5s ease-out; /* For Safari 3.1 to 6.0 */
    transition: width 0.7s ease-out, height 0.5s ease-out;

  }
.cat_button:hover, .cat_button:focus, .cat_button:active{
      background-color:transparent !important;
      border: 0px;
}
  
.cat_button:hover:after{
   
    width: 100%;
    height:100%;
  
}
.cat_button:hover:before{
   
    width: 100%;
    height:100%;
  
}

.our_vision h3{
	color:#FFF;
	font-size: 1.70rem;
}
.our_vision {
	background: rgb(39,37,123);
background: linear-gradient(90deg, rgba(39,37,123,1) 0%, rgba(56,80,144,1) 100%);
	padding-top:45px;
	padding-bottom:45px;
}
.our_vision h3:after {
    height: 4px;
    display: block;
    width: 60px;
    background: #FFF;
	margin-top:5px;
    content: '';
}
.our_vision p{
	color:#fff;
}



.what_we_done {
	padding-top:100px;
	padding-bottom:50px
}

.what_we_done h4{
	color:#5e5d5d;
	font-size: 1.10rem;
}
.what_we_done h3{
	color:#27257b;
	font-size: 1.70rem;
}
.what_we_done h3:after {
    height: 4px;
    display: block;
    width: 60px;
    background: #27257b;
	margin-top:5px;
    content: '';
}

.what_we_done p{
	color:#000;
	padding-bottom:30px
}
.movie_celebs{
	max-width:1500px
}
.movie_celebs img{
	width:100%
}

.movie_celebs .movies a, .movie_celebs .celebs a{
	background:rgba(39,37,123,0.8);
	color:#FFF;
	padding:15px 15px 15px 15px;
	font-size:1.70rem;;
	display:inline-block;
	cursor:pointer;
	position:absolute;
	left:0;
	bottom:15%;
	left:50%;
	margin-left:-125px;
	width:250px;
	text-align:center
}
.movie_celebs .movies a:hover, .movie_celebs .celebs a:hover{
	background:rgba(39,37,123,1);
}
.movie_celebs .read_more{
	padding-top:50px;
	padding-bottom:100px;;
	text-align:center
}


.what_we_do {
	padding-top:100px;
	padding-bottom:50px;
	background:#f8f8f8;
}
.what_we_do .boxes{
	max-width:1500px;
	margin-left:auto;
	margin-right:auto
}

.what_we_do h4{
	color:#5e5d5d;
	font-size: 1.10rem;
}
.what_we_do h3{
	color:#27257b;
	font-size: 1.70rem;
}
.what_we_do h3:after {
    height: 4px;
    display: block;
    width: 60px;
    background: #27257b;
	margin-top:5px;
    content: '';
}

.what_we_do p{
	color:#000;
	padding-bottom:30px
}
.what_we_do .box h4{
	color:#27257b;
	font-size: 1.30rem;
	padding-left:30px;
	color:#FFF;
	position:absolute;
	top:70%;
}
.what_we_do .box:hover h4::after {
    height: 4px;
    display: block;
    width: 60px;
    background: #FFF;
	margin-top:5px;
    content: '';
}

.what_we_do .read_more{
	padding-top:50px;
	padding-bottom:50px;;
	text-align:center
}


.contact_us {
	padding-top:100px;
	padding-bottom:50px
}

.contact_us h4{
	color:#5e5d5d;
	font-size: 1.10rem;
}
.contact_us h3{
	color:#27257b;
	font-size: 1.70rem;
}
.contact_us h3:after {
    height: 4px;
    display: block;
    width: 60px;
    background: #27257b;
	margin-top:5px;
    content: '';
}

.contact_us p{
	color:#000;
	padding-bottom:30px
}
.contact_us input, .contact_us textarea{
	border:none;
	border-bottom:2px solid #6da6b5;
	border-radius:0
}


footer{
	margin-top:50px
}
.footer-social-link h3{
	color:#FFF
}

.dk-footer {
  padding: 30px 0 0;
  background-color: #27257b ;
  position: relative;
  z-index: 2; }


.dk-footer .contact-us .contact-info {
      margin-left: 50px; }

.footer-info-text{
	color:#FFF;
	padding-top:15px;
	padding-bottom:15px
}
.dk-footer-box-info {
  padding: 40px;
  z-index: 2; }
  
.dk-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }

.dk-footer-box-info .footer-social-link li {
    display: inline-block; }
	
.dk-footer-box-info .footer-social-link a  {

    margin-right: 10px;
    }


footer .contact-us {
  position: relative;
  z-index: 2;
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

footer .contact-icon {
  position: absolute; }
  

footer .contact-info {
  margin-left: 75px;
  color: #fff; }
  footer .contact-info h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0; }

.copyright {
  padding: 28px 0;
  margin-top: 20px;
  background-color: #202020; }
  .copyright span,
  .copyright a {
    color: #878787;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .copyright a:hover {
    color:#007bff; }

.copyright-menu ul {
  text-align: right;
  margin: 0; }

.copyright-menu li {
  display: inline-block;
  padding-left: 20px; }



/* about -------- */
.about_us{
	padding-top:100px;
	padding-bottom:100px
}


/*  milestones*/

.timeline {
  position: relative;
  padding-top:50px;

}
.timeline::before {
  content: "";
  background: #C5CAE9;
  width: 5px;
  height: 95%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-item {
  width: 100%;
  margin-bottom: 70px;
}
.timeline-item:nth-child(even) .timeline-content {
  float: right;
  padding: 40px 30px 10px 30px;
}
.timeline-item:nth-child(even) .timeline-content .date {
  right: auto;
  left: 0;
}
.timeline-item:nth-child(even) .timeline-content::after {
  content: "";
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  left: -15px;
  border-width: 10px 15px 10px 0;
  border-color: transparent #385090 transparent transparent;
}
.timeline-item::after {
  content: "";
  display: block;
  clear: both;
}

.timeline-content {
  position: relative;
  width: 45%;
  padding: 10px 30px;
  background: #f5f5f5;
  border:1px solid #eee
}
.timeline-content::after {
  content: "";
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  right: -15px;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #385090;
}

.timeline-img {
  width: 30px;
  height: 30px;
  background: #385090;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-top: 25px;
  margin-left: -15px;
}


.timeline-card {
  padding: 0 !important;
}
.timeline-card p {
  padding: 0 20px 10px 10px;
}


.timeline-item .timeline-img-header {
  background-color: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  background-position:center center;
  background-repeat:no-repeat;
  background-size: cover;
}

.timeline-img-header {
  height: 300px;
  position: relative;
  margin-bottom: 20px;
}
.timeline-item .kaazcha{
	background-image:url(../images/milestones/Milestones__0011_Kaazhcha%202004.jpg);
}
.timeline-item .thanmatra{
	background-image:url(../images/milestones/Milestones__0010_Thanmatra%202005.jpg)
}
.timeline-item .bharatchandran{
	background-image:url(../images/milestones/Milestones__0009_Bharathchandran%20IPS%202005.jpg)
}
.timeline-item .palungu{
	background-image:url(../images/milestones/Milestones__0008_Palunku%202006.jpg)
}
.timeline-item .secondshow{
	background-image:url(../images/milestones/Milestones__0007_Second%20show%202012.jpg)
}
.timeline-item .war{
	background-image:url(../images/milestones/Milestones__0006_War%20chhod%20na%20yaar%202013.jpg)
}
.timeline-item .ezra{
	background-image:url(../images/milestones/Milestones__0005_Ezra%202017.jpg)
}
.timeline-item .godha{
	background-image:url(../images/milestones/Milestones__0004_Godha%202017.jpg)
}
.timeline-item .kochunni{
	background-image:url(../images/milestones/Milestones__0003_kayamkulam%20kochunni%202018.jpg)
}
.timeline-item .perambu{
	background-image:url(../images/milestones/Milestones__0002_Peranbu%202018.jpg)
}
.timeline-item .mamangam{
	background-image:url(../images/milestones/Milestones__0001_Mamangam%202019.jpg)
}
.timeline-item .nine{
	background-image:url(../images/milestones/Milestones__0012_Nine%202018.jpg);
}
.timeline-item .driving{
	background-image:url(../images/milestones/Milestones__0000_Driving%20Licence%202019.jpg)
}
.timeline-img-header h2 {
  color: #FFFFFF;
  position: absolute;
  bottom: 5px;
  left: 20px;
  background-color:#385090;
  padding:5px 5px 5px 5px;
  font-size:1.5rem
}
.date {
  background: #385090;
  display: inline-block;
  color: #FFFFFF;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .timeline::before {
    left: 50px;
  }
  .timeline .timeline-img {
    left: 50px;
  }
  .timeline .timeline-content {
    max-width: 100%;
    width: auto;
    margin-left: 70px;
  }
  .timeline .timeline-item:nth-child(even) .timeline-content {
    float: none;
  }
  .timeline .timeline-item:nth-child(odd) .timeline-content::after {
    content: "";
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #385090 transparent transparent;
  }
}


.celebrities{
	background:#fbfbfb;
	padding-top: 50px;
	padding-bottom: 50px
}

.celebrities h3{
	color:#27257b;
	font-size: 1.70rem;
	margin-bottom:20px;
	text-align:left;
	
}
.celebrities h4{
	font-size: 1.20rem;
	margin-top:30px
}

.blue_border{
	border: 3px solid #27257b;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px
}






.services_slider .item h4 {
  margin: 0px;
  padding: 15px 5px;
  color: #333;
  line-height: 1.4;
  font-size: 16px;
}

.services_slider.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0px 10px;
}

.services_slider.owl-theme .owl-dots .owl-dot.active span {
  background: #26247b;
}

.quote-box {
  border-left: 5px solid #26247b;
  background: #fafafa;
  padding: 25px 30px !important;
}

@media( min-width: 1400px ) {
  .inner-page .who_we_are.container-fluid {
    max-width: 1360px !important;
  }
}

.preloader {
  position: fixed;
  z-index: 999;
  background: #fff;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.preloader * {
  display: inline;
}

.preloader img {
  width: 240px;
  transform: translateY(110%);
  transition: all 0.5s .1s ease;
}

.preloader p {
  width: 40px;
  text-align: right;
  margin: 0;
}

.preloader div {
  overflow: hidden;
  margin-bottom: 20px;
}

.preloader.starting img {
  transform: translateY(0);
}

.social-menu {
  padding: 0px;
  margin: 0px;
}

.social-menu li {
  display: inline;
  padding: 0px 8px;
}

.footer-menus p {
  font-family: 'square721_normal';
  color: #fff !important;
  margin-bottom: 5px;
  font-weight: 700;
}

.footer-menus p a {
  font-family: 'HelveticaN' !important;
  margin: 0px;
  padding: 0;
  color: #fff !important;
  font-weight: 400;
  font-size: 16px;
}

@media( max-width: 575px ) {
  header .logo {
    max-width: 150px !important;
    height: auto;
  }

  header {
    padding-bottom: 40px;
  }
}

@media( max-width: 390px ) {
  .what_we_do .box h4 {
    font-size: 1.30rem;
    padding-left: 30px;
    color: #FFF;
    position: absolute;
    top: auto;
    bottom: 10%;
    left: 0;
    font-size: 20px;
    max-width: 90%;
  }
}




/*-------------UPDATES --- NEWS TEMPLATE --- 08MAR2021 ------------*/

.news-card {
  border: 1px solid #f0f0f0;
  height: 100%;
  padding: 20px;
  position: relative;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}

.news-card:hover {
  background: #fafafa;
}

.news-card * {
  position: relative;
  z-index: 1;
}

.news-card a {
  height: 100%;
}

.news-card h3 {
  font-size: 22px;
  font-family: 'square721_bold';
  color: #26247b;
  margin: 10px 0px 15px;
}

.news-card p {
  margin-bottom: 20px;
  font-size: 16px;
}

.news-card h6 {
  font-size: 13px;
  margin: 10px 0px 0px;
  font-weight: 600;
  color: #888;
}

.news-details h6 {
  margin: 20px 0px;
  color: #555;
}

.recent-news h4 {
  font-family: 'square721_bold';
  color: #26247b;
}

.recent-news-card {
  margin-bottom: 30px;
}

.recent-news-card h5 {
  font-size: 16px;
  font-weight: 600;
}

.recent-news-card p {
  font-size: 14px;
}




/* talents */
.talents{
	background-color: #27257b !important
}
.talents h1{
	color: #FFF;
	padding-left: 30px;
	font-size: 32px
	
}
.btn-view{
	background: #5d5b9c;
	color: #FFF;
	margin-left: 30px;
}
.btn-view:hover{
	background: #FFF;
	color: #5d5b9c;
}

.formResponse {
  display: none;
}

label.error {
  color: #f00 !important;
}

.modal-header {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  border: none;
  background: transparent;
}