.dark-header{background: #FFF;}

p {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
	font-weight:500;
	color: #878C9F;
}


.box-cat-container {
	display:inline-table;
	margin-top:10px;
	margin-bottom: 30px;
}

.logo-holder-1 img {	
	width:auto;
}

.logo-holder-1 {
	float:left;
	position:relative;
	top:12px;
	height:30px;
}

.logo-holder-1 img {	
	width:auto;
}

.logo-title {
	position:absolute;	
	width:200px;
	padding:12px 0;
	background:#fff;
	z-index:10;	
	border-radius:30px;
	font-weight:800;
	font-size:12px;
	color: #566985;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
  text-align: left;
}


.badge {
    box-sizing: border-box;
    display: inline-block;
    border-radius: 3rem; // As longe as this is bigger than the fontsize
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    padding: .05rem .8rem .1rem;
    line-height: inherit;
}

.badge-info
{
	background-color: #3498db;
    color: white;
}


header.shrink
{
	height: 70px;
	transition: all 1.5s ease;
}


header.shrink .logo-title
{
	padding: 0;
	transition: all 1.5s ease;
}

/* switch toggle starts */

.switch_toggle {
  position: relative;
  width: 40px;
  height: 20px;
  border-radius: 100px;
  background-color: #4DB7FE;
  overflow: hidden;
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
}


.tamil_switch {
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 57.5%;
  background-color: #fff;
  border-radius: 36px;
  z-index: 1;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0s, .08s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.english_switch {
  position: absolute;
  left: 57.5%;
  top: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  border-radius: 36px;
  z-index: 1;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0s, .08s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.switch_check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}

.switch_check:checked ~ .custom_switch {
  right: 2px;
  left: 57.5%;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: .08s, 0s;
}

/* switch toggle ends */

/* css loader **/
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* css loader ends */

.home_box_text
{
    font-size: 80%;
}

.lang_switch_div
{
    margin-top: 30px;
}

header.shrink .lang_switch_div
{
  margin-top: 10px;
  transition: all 1.5s ease;
}

/* Typeahead STARTS **/

.twitter-typeahead{width:100% !important;}
.twitter-typeahead .tt-query,.twitter-typeahead .tt-hint{margin-bottom:0}
.tt-hint,.tt-input{width:100%;padding:5px 8px;font-size:14px;line-height:30px}
.tt-hint{position:absolute;top:0;left:0;color:#000;opacity:1}
.tt-menu
{
  position:relative;
  top:95%;
  left:2.5%;
  z-index:100;
  display:block;
  width:100%;
  margin-bottom:20px;
  overflow:hidden;
  background-color:#fff;
  -webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;box-shadow:0px 0px 0px 1px green;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)
}

.tt-suggestion
{
  display:block;
  /*padding:3px 20px;*/
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  min-width:360px;
  font-size:13px;
  border-bottom:1px solid #eee;
}
.tt-suggestion:hover
{
  color:white!important;
  cursor:pointer;
  background-color:#4fb5fa;
}
.tt-suggestion.tt-is-under-cursor a{color:#000}
.tt-suggestion p{margin:0}

#scrollable-dropdown-menu .tt-menu
{
  max-height:240px;
  overflow-y:auto;
}

.typeahead-spinner{position:absolute;top:3px;left:450px;display:none;width:26px;height:26px;z-index:100}

/** Typeahead ENDS **/


.main-register .custom-form label {
	padding-top: 12px;
    padding-bottom: 0px;
}

#searchbox::placeholder {
  color: white;
}

.vertically-center{min-height: 75%;  min-height: 75vh; display: flex; align-items: center;}

.dark-header .nav-holder nav li a {
    color: #4DB7FE;
}

.nav-holder {
    float: left;  
    margin-left: 300px;   
}

.nav-holder nav li a {   
    font-size: 15px;  
}

.fs-header {
    padding: 0px 20px;
}

.show-reg-form {
    float: right;
    color: #666;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    top: 34px;
    font-size: 13px;
    font-weight: 600;
}

.scrollable-menu {
    height: auto;
    max-height: 500px;
    overflow-x: hidden;
}

.dashboard-listing-table-image img {
  width:100%;
  height:100%;
  border-radius:6px;
} 

.dashboard-message-text h4  , .dashboard-listing-table-text h4{
	font-weight:600;
	font-size:16px;
	padding-bottom:10px;
	color:#50596E;
}

.dashboard-listing-table-address {
    float: left;
    padding-bottom: 10px;
}

.dashboard-list {
	float:left;
	padding:10px 10px;
	position:relative;
	border-bottom:1px solid #eee;
	width:100%;
}

.dashboard-listing-table-text {
	float:left;
	text-align:left;
	width:100%;
} 

.dashboard-message-text h4  , .dashboard-listing-table-text h4{
	font-weight:600;
	font-size:16px;
	padding-bottom:10px;
	color:#50596E;
}



.new-dashboard-item{
	position:absolute;
	
}

@media screen and (min-width: 400px) {
.new-dashboard-item{
  position:absolute;
  right:5px;
  top:0px;
  padding:6px 15px;
  border-radius:4px;
  color:#fff;
  background:#5ECFB1;
  z-index:10;
}
}

@media screen and (min-width: 800px) {
.new-dashboard-item{
  position:absolute;
  right:30px;
  top:22px;
  padding:6px 15px;
  border-radius:4px;
  color:#fff;
  background:#5ECFB1;
  z-index:10;
}
}


.dashboard-listing-table-image {
  float:left;
  
}

@media screen and (min-width: 400px) {
 .dashboard-listing-table-image {
   padding:30px;
  width:100%;
}
}

@media screen and (min-width: 800px) {
 .dashboard-listing-table-image {
  
  width:30%;
  
}
}

.sv-file__wrapper {margin-left: 35%;}


.swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
    /*background-position: center;
    background-size: cover;*/
    width: 580px;
    height: 420px;
}

.swiper-slide img
{
  width: 580px;
  height: 420px;
}

@media only screen and (max-width: 500px){
  .swiper-slide {
    width: 580px;
    height: 420px;
  }
}
body {
  background-color: #f9f9fa
}

.flex {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

@media (max-width:991.98px) {
  .padding {
      padding: 1.5rem
  }
}

@media (max-width:767.98px) {
  .padding {
      padding: 1rem
  }
}

.padding {
  padding: 5rem
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #d2d2dc;
  border-radius: 0
}

.card .card-body {
  padding: 1.25rem 1.75rem
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem
}

.card .card-title {
  color: #000000;
  margin-bottom: 0.625rem;
  text-transform: capitalize;
  font-size: 0.875rem;
  font-weight: 500
}

p {
  font-size: 0.875rem;
  margin-bottom: .5rem;
  line-height: 1.5rem
}

.lightGallery {
  width: 100%;
  margin: 0
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.lightGallery .image-tile {
  position: relative;
  margin-bottom: 30px;
  margin-right: 10px
}

.lightGallery .image-tile .demo-gallery-poster {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;

}

.lightGallery .image-tile .demo-gallery-poster img {
 display: block;
 margin: auto;
 width: 20%;
 max-width: 60px;
 min-width: 20px;
 margin-top:50px;
}

.light-image
{
  width:200px;
  height:auto;  
}



.main-timeline{
  font-family: 'Roboto', sans-serif;
  padding: 20px 0;
  position: relative;
}
.main-timeline:before,
.main-timeline:after{
  content: '';
  height: 40px;
  width: 40px;
  background-color: #e7e7e7;
  border-radius: 50%;
  border: 10px solid #303334;
  transform:translateX(-50%);
  position: absolute;
  left: 50%;
  top: -15px;
  z-index: 2;
}
.main-timeline:after{
  top: auto;
  bottom:15px;
}
.main-timeline .timeline{
  padding: 35px 0;
  margin-top: -30px;
  position: relative;
  z-index: 1;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after{
  content: '';
  height: 100%;
  width: 50%;
  border-radius: 100px 0 0 100px;
  border: 15px solid #46B2BC;
  border-right: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.main-timeline .timeline:after{
  height: calc(100% - 30px);
  width: calc(50% - 12px);
  border-color: #65C7D0;
  left: 12px;
  top: 15px;
}
.main-timeline .timeline-content{ display:inline-block; }
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-year{
  color: #65C7D0;
  font-size: 50px;
  font-weight: 600;
  display: inline-block;
  transform:translateY(-50%);
  position: absolute;
  top: 50%;
  left: 10%;
}
.main-timeline .timeline-date{
  background-color: #65C7D0;
}
.main-timeline .timeline-icon{
  color: #65C7D0;
  font-size: 80px;
  display: inline-block;
  transform: translateY(-50%);
  position: absolute;
  left: 34%;
  top: 50%;
}
.main-timeline .content{
  color: #909090;
  width: 50%;
  padding: 20px;
  display: inline-block;
  float: right;
}
.main-timeline .title{
  color: #65C7D0;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
}
.main-timeline .description{
  font-size: 15px;
  letter-spacing: 1px;
  margin: 0;
}
.main-timeline .timeline:nth-child(even):before{
  left: auto;
  right: 0;
  border-radius: 0 100px 100px 0;
  border: 15px solid red;
  border-left: none;
}
.main-timeline .timeline:nth-child(even):after{
  left: auto;
  right: 12px;
  border: 15px solid green;
  border-left: none;
  border-radius: 0 100px 100px 0;
}
.main-timeline .timeline:nth-child(even) .content{ float: left; }
.main-timeline .timeline:nth-child(even) .timeline-year{
  left: auto;
  right: 10%;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
  left: auto;
  right: 32%;
}
.main-timeline .timeline:nth-child(5n+2):before{ border-color: #EA3C14; }
.main-timeline .timeline:nth-child(5n+2):after{ border-color: #EF5720; }
.main-timeline .timeline:nth-child(5n+2) .timeline-icon{ color: #EA3C14; }
.main-timeline .timeline:nth-child(5n+2) .timeline-year{ color: #EA3C14; }
.main-timeline .timeline:nth-child(5n+2) .timeline-date{ background-color: #EA3C14; }
.main-timeline .timeline:nth-child(5n+2) .title{ color: #EA3C14; }
.main-timeline .timeline:nth-child(5n+3):before{ border-color: #8CC63E; }
.main-timeline .timeline:nth-child(5n+3):after{ border-color: #6CAF29; }
.main-timeline .timeline:nth-child(5n+3) .timeline-icon{ color: #8CC63E; }
.main-timeline .timeline:nth-child(5n+3) .timeline-year{ color: #8CC63E; }
.main-timeline .timeline:nth-child(5n+3) .timeline-date{ background-color: #8CC63E; }
.main-timeline .timeline:nth-child(5n+3) .title{ color: #8CC63E; }
.main-timeline .timeline:nth-child(5n+4):before{ border-color: #F99324; }
.main-timeline .timeline:nth-child(5n+4):after{ border-color: #FBB03B; }
.main-timeline .timeline:nth-child(5n+4) .timeline-icon{ color: #F99324; }
.main-timeline .timeline:nth-child(5n+4) .timeline-year{ color: #F99324; }
.main-timeline .timeline:nth-child(5n+4) .timeline-date{ background-color: #F99324; }
.main-timeline .timeline:nth-child(5n+4) .title{ color: #F99324; }
.main-timeline .timeline:nth-child(5n+5):before{ border-color: #0071BD; }
.main-timeline .timeline:nth-child(5n+5):after{ border-color: #0050A3; }
.main-timeline .timeline:nth-child(5n+5) .timeline-icon{ color: #0071BD; }
.main-timeline .timeline:nth-child(5n+5) .timeline-year{ color: #0071BD; }
.main-timeline .timeline:nth-child(5n+5) .timeline-date{ background-color: #0071BD; }
.main-timeline .timeline:nth-child(5n+5) .title{ color: #0071BD; }
@media screen and (max-width:1200px){
  .main-timeline .timeline:after{ border-radius: 88px 0 0 88px; }
  .main-timeline .timeline:nth-child(even):after{ border-radius: 0 88px 88px 0; }
}
@media screen and (max-width:767px){
  .main-timeline .timeline{ margin-top: -19px; }
  .main-timeline .timeline:before {
      border-radius: 50px 0 0 50px;
      border-width: 10px;
  }
  .main-timeline .timeline:after {
      height: calc(100% - 18px);
      width: calc(50% - 9px);
      border-radius: 43px 0 0 43px;
      border-width:10px;
      top: 9px;
      left: 9px;
  }
  .main-timeline .timeline:nth-child(even):before {
      border-radius: 0 50px 50px 0;
      border-width: 10px;
  }
  .main-timeline .timeline:nth-child(even):after {
      height: calc(100% - 18px);
      width: calc(50% - 9px);
      border-radius: 0 43px 43px 0;
      border-width: 10px;
      top: 9px;
      right: 9px;
  }
  .main-timeline .timeline-icon{ font-size: 60px; }
  .main-timeline .timeline-year{ font-size: 40px; }
}
@media screen and (max-width:479px){
  .main-timeline .timeline-icon{
      font-size: 50px;
      transform:translateY(0);
      top: 25%;
      left: 10%;
  }
  .main-timeline .timeline-year{
      font-size: 25px;
      transform:translateY(0);
      top: 65%;
      left: 9%;
  }
  .main-timeline .content{
      width: 68%;
      padding: 10px;
  }
  .main-timeline .title{ font-size: 18px; }
  .main-timeline .timeline:nth-child(even) .timeline-icon{
      right: 10%;
  }
  .main-timeline .timeline:nth-child(even) .timeline-year{
      right: 9%;
  }
}

#pic-icon{
  width: 100%;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    font-size: 50px;
 
}


.main-timeline .btn-circle.btn-xl {
  width: 50px;
  height: 50px;
  padding: 10px 12px;
  border-radius: 35px;
  line-height: 1;
  border-color: #faf7f7;
}


.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 2;
}

#globe{
  color: #4DB7FE;
}

#cloud{
  color: #4DB7FE;
}

#right{
  color: #4DB7FE;
}

.sub-footer {
  margin-top: 0px;
  background: #24324F;
  padding: 28px 0;
}

#hand-holding-water{
  color: #4DB7FE;
}