/*!
 * Start Bootstrap - Scrolling Nav (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}









#im .soc-st ul li img
{
    width:50px;
    height:50px;
}
.mugappu-section {
    height: 100%;
    padding-top: 75px;
    text-align: center;
    background-image: url(../images/top-page/mathi.png),url(../images/top-page/top-bg.jpg);
    background-position: left bottom,right bottom;
    background-repeat: no-repeat, repeat;
    background-size: contain;
    text-align:right;
    animation: fade-up 4s cubic-bezier(.05,.98,.17,.97) forwards;

}

.arimugam-section {
    height: auto;
    padding-top: 140px;
    text-align: center;
    background: #FCE4B4;
    padding-bottom:140px;
    animation: fade-up 4s cubic-bezier(.05,.98,.17,.97) forwards;
    padding-bottom:100px;
}

.mathi-section {
   
    /* height: 115%; */
    padding-top: 150px;
    text-align: center;
    background: #fff;
    animation: fade-up 4s cubic-bezier(.05,.98,.17,.97) forwards;
    padding-bottom:100px;
    overflow:hidden;
}

.echcharikkai-section {
    height: auto;
    padding-top: 150px;
    text-align: center;
    background: #F2EADF;
    animation: fade-up 4s cubic-bezier(.05,.98,.17,.97) forwards;
    padding-bottom:100px;
}
/*.echcharikkai-section  img{
   width:auto;
   height:200px;
}*/
.mathiyaar-section {
    height: 100%;
    padding-top: 110px;
    text-align: center;
    background: #F2EADF;
    animation: fade-up 4s cubic-bezier(.05,.98,.17,.97) forwards;
    padding-bottom:100px;
}
.vilippunarvu-section {
    height: auto;
    padding-top: 150px;
    text-align: center;
    background: #F2EADF;
    animation: fade-up 4s cubic-bezier(.05,.98,.17,.97) forwards;
    padding-bottom:100px;
}
.vilippunarvu-section img {
    width:100%;
}
.eezham-section {
    min-height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #F2EADF;
    animation: fade-up 4s cubic-bezier(.05,.98,.17,.97) forwards;
    padding-bottom:100px;
}
.eezham-section img {
    width:100%;
}
.alamari-section {
    height: auto;
    padding-top: 150px;
    text-align: center;
    background: #fff;
    animation: fade-up 4s cubic-bezier(.05,.98,.17,.97) forwards;
    padding-bottom:100px;
}

/*.alamari-section img
{
    width:auto;
    height:220px;
}*/

.cartoon-section {
    height: auto;
    padding-top: 170px;
    text-align: center;
    background:#FCE4B4;
    animation: fade-up 4s cubic-bezier(.05,.98,.17,.97) forwards;
    padding-bottom:100px;
}
/*.cartoon-section img {
        height:200px;
}*/
.palsuvai-section {
    height: auto;
    padding-top: 150px;
    text-align: center;
    background: #E8E8EA;
    animation: fade-up 4s cubic-bezier(.05,.98,.17,.97) forwards;
    padding-bottom:100px;
}
.pugaipadam-section {
    height: auto;
    padding-top: 150px;
    text-align: center;
    background:#F2EADF;
    animation: fade-up 4s cubic-bezier(.05,.98,.17,.97) forwards;
    padding-bottom:100px;
}
.thodarpukku-section {
    height: auto;
    padding-top: 50px;
    text-align: center;
    background:#0b101d;
    animation: fade-up 4s cubic-bezier(.05,.98,.17,.97) forwards;
    
    color:#fff;
}
.vaasagar-section {
    height: auto;
    padding-top: 120px;
    text-align: center;
    background:url(../images/j1.jpg) no-repeat;
     height:100%;
    animation: fade-up 4s cubic-bezier(.05,.98,.17,.97) forwards;
    padding-bottom:100px;
    color:#000;
      background-size: contain;
      background-color:#f3ebe0;
    background-position: center;
}
.puththagam-section {
    height: auto;
    padding-top: 150px;
    text-align: center;
    background:#fff;
    animation: fade-up 4s cubic-bezier(.05,.98,.17,.97) forwards;
    padding-bottom:100px;
    color:#000;
      
}.valarntha-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background:#FCE4B4;
    animation: fade-up 4s cubic-bezier(.05,.98,.17,.97) forwards;
    padding-bottom:100px;
}
/*.pugaipadam-section img
{
    width:auto;
    height:200px;
}*/

.valarntha-section img{
    width:60%;
}
#content {
  position: absolute;
  height: 50px;
  width: 300px;
  margin-left: 170px;
  top: 158%;
  left: 115%;
  transform: translate(-50%, -50%);
}

#content.on {
  -webkit-animation-name: in-out;
  animation-name: in-out;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}



input[type="text"] {
  height: 60px;
  font-size: 55px;
  display: inline-block;
  font-family: "Lato";
  font-weight: 100;
  border: none;
  outline: none;
  color: #fff;
  padding: 3px;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
    margin-right: -7px;
    border-right:1px solid #fff
}

input[type="text"]:focus:hover {
  border-bottom: 1px solid #fff;
}

input[type="text"]:focus {
  width: 1650px;
  z-index: 1;
  border-bottom: 1px solid #BBB;
  cursor: text;
  background:#c95629;
  color:#fff
}
.list__item input[type="submit"] {
    display:none;
}
.list__item input[type="text"] {
    display:none;
}
.bar_st a {
    border-left: 1px solid #fff;
}
input[type="submit"] {
  height: 50px;
  width: 50px;
  display: inline-block;
  color:#fff;
  float: right;
  background:url(../images/top-page/search.png) center center no-repeat;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  
  cursor: pointer;
  transition: opacity .4s ease;
}

input[type="submit"]:hover {
  opacity: 0.8;
}
.list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list .active span {
  position: relative;
  display: block;
  cursor: pointer;
}
.list__item--yellow {
  color: #ffc56c;
}
.list__item--blue {
  color: #6ec5e9;
}
.list__item--red {
  color: #ff5959;
}
.list .active span:before, .active span:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 3px;
  bottom: -12px;
  margin-top: -0.5px;
  background: #fff;
}
.list .active span:before {
  left: -2.5px;
}
.list .active span:after {
  right: 2.5px;
  background: #fff;
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
 .list .active span:before {
  background: #fff;
  left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
 
}
.list .active span:after {
  background: transparent;
  width: 100%;
  transition: 0s;
}


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    text-align:left;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
    text-align:left;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
    text-align:left;
}

.btn-trans{
    background:transparent;
    border:none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}


h1.one {
    margin-top: 0;
  }
  
  h1.one:before {
    content: "";
    display: block;
    border-top: solid 1px #8f8f8f;
    width: 95%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
  }
  
  h1.one label {
    background:#fce4b4;
    padding: 0 20px;
    position: relative;
    z-index: 5;
  }

  .img-pen{
      position:absolute;
      bottom:0;
      right:0;
    
  }

 h1.two {
    margin-top: 0;
  }
  
  h1.two:before {
    content: "";
    display: block;
    border-top: solid 1px #8f8f8f;
    width: 95%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
  }
  
  h1.two label {
    background:#fff;
    padding: 0 20px;
    position: relative;
    z-index: 5;
  }

  h1.three {
    margin-top: 0;
  }
  
  h1.three:before {
    content: "";
    display: block;
    border-top: solid 1px #8f8f8f;
    width: 95%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
  }
  
  h1.three label {
    background:#F2EADF;
    padding: 0 20px;
    position: relative;
    z-index: 5;
  }
  
  h1.mathi-head {
    margin-top: 5px;
  }
  
  h1.mathi-head:before {
    content: "";
    display: block;
    border-top: solid 1px #8f8f8f;
    width: 38%;
    height: 1px;
    position: absolute;
    top:59% ;
    z-index: 1;
  }
  
  h1.mathi-head label {
    background:#F2EADF;
    padding: 0 20px;
    position: relative;
    z-index: 5;
    color:#c95629;
  }
  h1.muthal-head {
    margin-top: 8px;
  }
  
  h1.muthal-head:before {
    content: "";
    display: block;
    border-top: solid 1px #8f8f8f;
    width: 38%;
    height: 1px;
    position: absolute;
    top: 90%;
    z-index: 1;
  }
  
  h1.muthal-head label {
    background:#F2EADF;
    padding: 0 20px;
    position: relative;
    z-index: 5;
    color:#c95629;
  }
  h1.alamari {
    margin-top: 0;
  }
  
  h1.alamari:before {
    content: "";
    display: block;
    border-top: solid 1px #8f8f8f;
    width: 95%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
  }
  
  h1.alamari label {
    background:#fff;
    padding: 0 20px;
    position: relative;
    z-index: 5;
  }
  h1.cartoon {
    margin-top: 0;
  }
  
  h1.cartoon:before {
    content: "";
    display: block;
    border-top: solid 1px #8f8f8f;
    width: 95%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
  }
  
  h1.cartoon label {
    background:#FCE4B4;
    padding: 0 20px;
    position: relative;
    z-index: 5;
  }

  h1.mathiyaar {
    margin-top: 0;
  }
  
  h1.mathiyaar:before {
    content: "";
    display: block;
    border-top: solid 1px #8f8f8f;
    width: 95%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
  }
  
  h1.mathiyaar label {
    background:#f2eadf;
    padding: 0 20px;
    position: relative;
    z-index: 5;
  }
  h1.vilippunarvu {
    margin-top: 0;
	    margin-bottom: 40px;
  }
  
  h1.vilippunarvu:before {
    content: "";
    display: block;
    border-top: solid 1px #8f8f8f;
    width: 95%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
  }
  
  h1.vilippunarvu label {
    background:#f2eadf;
    padding: 0 20px;
    position: relative;
    z-index: 5;
  }
   h1.palsuvai {
    margin-top: 0;
  }
  
  h1.palsuvai:before {
    content: "";
    display: block;
    border-top: solid 1px #8f8f8f;
    width: 95%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
  }
  
  h1.palsuvai label {
    background:#E8E8EA;
    padding: 0 20px;
    position: relative;
    z-index: 5;
  }
  h1.pugaipadam {
    margin-top: 0;
  }
  
  h1.pugaipadam:before {
    content: "";
    display: block;
    border-top: solid 1px #8f8f8f;
    width: 95%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1; 
    content: "";
    display: block;
  }
  
  h1.pugaipadam label {
    background:#F2EADF;
    padding: 0 20px;
    position: relative;
    z-index: 5;
  }
    h1.thodarpukku {
    margin-top: 0;
  }
  
  h1.thodarpukku:before {
    content: "";
    display: block;
    border-top: solid 1px #8f8f8f;
    width: 95%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
  }
  
  h1.thodarpukku label {
    background:#05080f;
    padding: 0 20px;
    position: relative;
    z-index: 5;
  }
   h1.puththagam {
    margin-top: 0;
  }
  
  h1.puththagam:before {
    content: "";
    display: block;
    border-top: solid 1px #8f8f8f;
    width: 95%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
  }
  
  h1.puththagam label {
    background:#fff;
    padding: 0 20px;
    position: relative;
    z-index: 5;
  }
      h1.valarntha {
    margin-top: 0;
  }
  
  h1.valarntha:before {
    content: "";
    display: block;
    border-top: solid 1px #8f8f8f;
    width: 95%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
  }
  
  h1.valarntha label {
    background:#fce4b4;
    padding: 0 20px;
    position: relative;
    z-index: 5;
  }
  .fiest{
      float:right;
  }
  .dot {
  
  width: 10px;
  height: 10px;
  background: red;
  border: 1px solid red;
  border-radius: 10px; 
  position: absolute;
  animation-duration: 10s; 
  animation-iteration-count:  infinite;
  animation-duration: 10s; 
  animation-delay: 2s; 
 
}
  #progressbar {
	/*margin-bottom: 30px;*/
	overflow: hidden;
	/*counter-reset: step;*/
    margin-left:-40px;
}
#progressbar li {
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	font-size: 9px;
	width:50%;
	float: left;
	position: relative;
}
#progressbar li:before {
	    content: counter(step);
    counter-increment: step;
    width: 7px;
    line-height: 7px;
    display: block;
    font-size: 0px;
    color: #000;
    background: #000;
    border-radius: 50%;
    margin: 51px auto 5px auto;
    z-index: 1000;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
    width: 98%;
    height: 1px;
    background: #c95629;
    position: absolute;
    left: -49%;
    top: 54px;
    z-index: 0;
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #27AE60;
	color: white;
}

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(3em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes right-up {
  0% {
    opacity: 0;
    transform: translateX(3em);
  }
   /*25% {
    opacity: 0.25;
    transform: translateX(2.5em);
  }
   50% {
    opacity: 0.5;
    transform: translateX(1.5em);
  }
    75% {
    opacity: 0.75;
    transform: translateX(0.5em);
  }*/
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-up {
  animation: fade-up 4s cubic-bezier(.05,.98,.17,.97) forwards;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
.bar1, .bar2, .bar3 {
    width: 35px;
    height: 3px;
    background-color: #fff;
    margin: 8px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}

.valar-st{
     width: 75%; 
    margin: 0 auto;
    text-align: center;
    display: block;

}

.show {display:block;}

.vala-st{
    animation:fade-up 4s cubic-bezier(.05,.98,.17,.97) forwards;
    cursor:pointer;
    width:auto;
}

.orast
{
    color:red;
}
.st-custom-button[data-network] {
   /*background-color: #9EEC46;
   display: inline-block;
   padding: 5px 10px;*/
   cursor: pointer;
   font-weight: bold;
   color: #fff;
   }

.puththagam-kalaam{
    
    padding:15px;
    color:#fff;
    line-height: 1.5em;
    text-align:center;
}

.kalaam-res{
    margin:0 auto;
    width:75%;
   height:290px;
}

.gap-st {
    margin-top: 30px;
    margin-bottom: 50px;
    background:#43464B;
}

.btn-pathivu{
    background:#C95629;
    padding:10px;
    font-size:14px;
    border:none;
    width:40%;
    color:#fff;
    margin-top:20px;
    margin-bottom: 20px;
}
.hrst{
    border-top:1px solid #ccc;
    margin:60px;
}
 .book-scroll{
     width:65%; padding:10px;
 }

nav.stroke span,
nav.fill span {
  position: relative;
  
}
nav.stroke span:after,
nav.fill span:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #fff;
  height: 3px;
  transition:0.5s;
  top: 40px;
}
nav.stroke span:hover:after {
  width: 100%;
  top: 40px;
}

@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #333;
  }
}

.pop-st{
    border: 2px solid #000;
    /*padding: 10px;*/
}

.vili-st{
    margin-bottom:50px;
    margin-top:50px;
}

.vili-align{
    width:75%;
    margin:0 auto;
}

#zoomOut img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
    width: 100%;
    height: 200px;
}

.vili-align #zoomOut img {
    /*width:auto;*/
}
#zoomOut:hover img {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.hov-st{
    border: 2px solid;
   margin-bottom: 10px;
   width:100%
    /*background: #fff;*/
}
.soc-st{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 26px;
    font-size: 45px;
    display: none;
}

#zoomOut:hover .soc-st{
    display:block;
    transition:2s;
        animation: flipInY 1s forwards;
}

.mbl{
    display:none !important;
}
.mbl1{
     display:block !important;
 }



.margin-st{
    margin-bottom:10px;
    height:250px;
}
.margin-st1{
    margin-bottom:10px;
    height:auto;
}

.vala-pop{
    width:auto;
}

img {
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-user-drag: none;
      user-drag: none;
      -webkit-touch-callout: none;
    }

.arr{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 40px 40px;
    border-color: transparent transparent #fce4b4 transparent;
    margin-left: 62px;
    margin-top: -25px;
}

.fleft1 {
    float: left;
    width: 40% !important;
    margin-top: 70px;
}

.vaasagar{
        position: absolute;
    bottom: -50px;
    right: 0;
    width: 30%;
    padding: 40px;
    word-wrap: break-word;
    max-height: 500px;
    overflow: auto;
    left: 200px;
    margin: 0 auto;
}

.footer-st{
    list-style:none;
    text-align:left;
    line-height:2em;
}
.footer-st a{
    color:#fff;
    font-size:16px;
}

.soc-st > p a {
    padding: 10px;
}

.in-st{
    text-align:center;
    font-weight:bold;
}

.fiest a{
    color:#ca5729;
}


.trigger{
	font-size: 2em;
	text-transform: uppercase;
	/*margin-top: 10%;*/
	display: block;
    width: unset !important;
}

.popup__textbox{
	color: #000;
	line-height: 15px;
	font-size: 12px;
	letter-spacing: 1px;	
}
.popup__textbox hr {
    border-top: 1px solid #ccc;
}
/* Start popup css */

@keyframes bg {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes inner {
    0% {transform: scale(0.8);}
    50% {transform: scale(1.06);}
	100% {transform: scale(1);}
}

@-webkit-keyframes bg {
    from {opacity: 0;}
    to {opacity: 1;}
}

@-webkit-keyframes inner {
    0% {transform: scale(0.8);}
    50% {transform: scale(1.06);}
	100% {transform: scale(1);}
}

.popup__check{
	display: none;
}

.popup__base, .popup__bg{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	/*cursor:zoom-out;*/
    z-index:2;
}

.popup__base{
	background-color: rgba(0,0,0,0.5);
	display: none;
}

.popup__check:checked + .popup__base{
	display: block;
	animation-name: bg;
    animation-duration: .5s;
	animation-fill-mode:forwards;
	-webkit-animation-name: bg;
    -webkit-animation-duration: .5s;
	-webkit-animation-fill-mode:forwards;
}

.popup__inner{
	position: absolute;
	z-index: 10;
	width: 70%;
	height: 80%;
	/*background-color: #fff;*/
	top: 15%;
	left: 0%;
    right:0;
    margin:0 auto;
	display: block;
	cursor:default;
}

.popup__check:checked + .popup__base .popup__inner{
	animation-name: inner;
    animation-duration: .5s;
	animation-fill-mode:forwards;
	-webkit-animation-name: inner;
    -webkit-animation-duration: .5s;
	-webkit-animation-fill-mode:forwards;
}

.popup__textbox{
	height: 100%;
	width: 100%;
	padding-left: 0.5%;
	padding-right: 0.5%;
	margin-top: 10px;
	/*overflow: auto;*/
}

.popup__calign{
	    float: right;
    /* padding-right: 60px; */
    font-size: 30px;
    margin-top: -40px;
    /* background: #fff; */
    /* padding: 10px; */
    /* width: 100%; */
        transform: scale(0.45,0.45);
}

.popup__close{
	
	display: block;
    position: absolute;
    z-index: 10;
    text-align: right;
    cursor: pointer;
    color: #ffffff;
    transform:none;
    /*font-family: helvetica;
    background: #ca5729;
    border-radius: 50%;
    padding: 10px;
    max-width:none;
    */
}

.popup__calign label{
    width:auto;
}



.wrapper-slider {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#slider {
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 0;
  /*border: 1px solid #d9d9d9;*/
  width:100% !important;
  height:100% !important;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 600px;
  list-style: none;
  width:100% !important;
  margin-left:0 !important;
}

#slider ul li {
  position: absolute;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  text-align: center;
  line-height: 235px;
}

a.control_prev,
a.control_next {
  position: absolute;
  top: 50%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  color: #000;
  text-decoration: none;
  font-weight: 200;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover,
a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  left: -20px;
}

a.control_next {
  right: -20px;
}

.wrapper-slider img{
    width:100%;
    height:100%;
}

.pathivu{
        color: #000;
    margin-bottom: 20px;
    padding: 10px;
    float:left;
    font-size:20px; 
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
}
.bt-comment{
    float:right;
    margin-top:20px;
     font-family:Arial, Helvetica, sans-serif;
}
.bg-lt{
    background: #EDF1F2;
    height: 98%;
    overflow:auto !important;
}
.comment-in{
    padding-bottom:20px;
    font-family:Arial, Helvetica, sans-serif;
    padding-top:10px;
}

.wrap-st{
    height: 98%;    background: #fff;
}

.colapse{
    height:100px;
    text-overflow:ellipsis;
}

.display_content{
    display:block !important;
    margin-right:0px;
}

.align-st .paper_img{
        width: 21%;
    float: right;
    margin: 11px;
}


@media(min-width:767px) {
  .navbar {
      padding: 0px;
      -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
      -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
      transition: background .5s ease-in-out,padding .5s ease-in-out;
  }

  .top-nav-collapse {
      /* padding: 0; */
  }
}

@media (max-width:1367) {
  
  .list{
    margin-right: 140px !important;
  }
}

@media(max-width:1800px) {


   .list__item a {

font-size: 18px !important;


    
  }

  .top-nav-collapse {
   
  }
}

@media(max-width:1480px){

  .list__item a {
    background-color: rgba(39, 23, 23, 0);
    font-size: 14px !important;
    
    
        
      }
      
@media(max-width:1115px){

  .list{
   
    text-align: center;
    vertical-align: sub;

  }
  .navbar-brand{
    height: 80px;
    width: 150px ;
  }
  .logomathi{
    width: 100% !important;
  }
  .list__item a {
background-color: #0b101d00;
    font-size: 12px !important;
    padding: 5px !important;
        
      }
   
    
}
}