@font-face {
  font-family: 'mouse-300';
  src: url("../fonts/RobotoSlab-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'mouse-500';
  src: url("../fonts/RobotoSlab-Bold.ttf") format("truetype"); }
/* ===================================== Basic CSS ================================== */
* 
{
margin: 0px;
padding: 0px;
list-style: none;
}

img 
{
max-width: 100%; 
}

a 
{
text-decoration: none;
outline: none;
color: #444;
}

a:hover
{
color: #444; 
}

ul {
  margin-bottom: 0;
  padding-left: 0; }

a:hover,
a:focus,
input,
textarea
{
text-decoration: none;
outline: none;
}
.center
{
text-align: center;
}
.left
{
text-align: left;
}
.right
{
text-align: right;
}
.cp
{
cursor: pointer;
}
html, body 
{
height: 100%; 
}
p
{
margin-bottom: 0px;
width: 100%;
text-align: justify;
}
.no-padding 
{
padding: 0px;
}
.no-margin
{
margin: 0px;
}
.hid
{
display: none;
}
.top-mar 
{
margin-top: 15px;
}
.h-100
{
height: 100%;
}
::placeholder
{
color: #747f8a !important;
font-size: 13px;
opacity: .5 !important;
}
.container-fluid
{
padding: 0px;
}
h1, h2, h3, h4, h5, h6
{
font-family: "mouse-500", Arial, Helvetica, sans-serif;
}

strong
{
font-family: "mouse-500", Arial, Helvetica, sans-serif;
}

body
{
background-color: #f7f7ff !important;
font-family: "mouse-300", Arial, Helvetica, sans-serif;
color: #6A6A6A;
}
.session-title {
padding: 30px;
margin: 0px; }
.session-title h2 {
width: 100%;
text-align: center; }
.session-title p {
max-width: 850px;
text-align: center;
float: none;
margin: auto; }
.session-title span {
float: right;
font-style: italic; }

.inner-title {
padding: 20px;
padding-left: 0px;
margin-bottom: 30px; }
.inner-title h2 {
width: 100%;
text-align: center;
font-size: 2rem;
font-family: "slab", Arial, Helvetica, sans-serif; }
.inner-title p {
width: 100%;
text-align: center; }



.btn-success {
  background-color: #223d50;
  border-color: #223d50; }
  .btn-success:hover {
    background-color: #223d50 !important;
    border-color: #223d50 !important; }
  .btn-success:active {
    background-color: #223d50 !important;
    border-color: #223d50 !important; }
  .btn-success:focus {
    background-color: #223d50 !important;
    border-color: #223d50 !important;
    box-shadow: none !important; }

.btn-info {
  background-color: #4f6dcd;
  border-color: #4f6dcd; }
  .btn-info:hover {
    background-color: #4f6dcd !important;
    border-color: #4f6dcd !important; }
  .btn-info:active {
    background-color: #4f6dcd !important;
    border-color: #4f6dcd !important; }
  .btn-info:focus {
    background-color: #4f6dcd !important;
    border-color: #4f6dcd !important;
    box-shadow: none !important; }

.btn {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px; }

.form-control:focus {
  box-shadow: none !important;
  border: 2px solid  #863dd9; }

.btn-light {
  background-color: #FFF;
  color: #3F3F3F; }

.collapse.show {
  display: block !important; }

.form-control:focus {
  box-shadow: none;
  border: 2px solid #863dd9 !important; }

.form-control {
  background-color: #F8F8F8;
  margin-bottom: 20px; }
  .form-control:focus {
    background-color: #FFF;
    border-color: #CCC; }

.container {
max-width: 1100px; }
@media screen and (max-width: 575px) {
.container {
padding: 10px 15px; }
}



header 
{
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
width: 100%;
z-index: 999;
background-color: #FFF; 
}

header .header-top
{
background-color: #0b509e; 
}

header .header-top .left-item ul li 
{
float: left;
color: #FFF;
padding: 10px;
font-size: .8rem; 
}

header .header-bottom 
{
    background-color: #FFF !important; 
}
 
header .header-middle 
{
    background-color: #FFF !important; 
}  

header .header-top .right-item ul
{
float: right;
}
header .header-top .right-item ul li
{
float: left;
color: #FFF;
padding: 10px;
font-size: .8rem;
}
.fas
{
padding-left:10px;
padding-right:10px;
}

.primary-blue
{
background-color: #7c3848 !important;
color:#FFF !important;
}

@font-face {
font-family: tamil;
src: url(fonts/tamil.TTF);
}

@font-face {
font-family: tamil1;
src: url(fonts/tamil1.TTF);
}

.navbar .navbar-nav .nav-link
{
margin-right: 25px;
padding: 15px 0;
color: #FFF;
font-size: 15px;
font-weight: 500;
letter-spacing: 0.4px;
outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active
{
background-color: #0b509e 100%;
color:#FFF;
}

.dropdown-menu
{
background-color:#7c3848;
color:#FFF !important;
}

.dropdown-item 
{
display: block;
width: 100%;
padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
clear: both;
font-weight: 400;
color: #FFF !important;
text-align: inherit;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border: 0;
border-radius: var(--bs-dropdown-item-border-radius,0);
}
.dropdown-item:hover
{
background-color: #FFF !important;
color: #7c3848 !important;
}
.navbar .dropdown-toggle::after {
border: none;
content: "\f107";
font-family: "Font Awesome 5 Free";
font-weight: 900;
vertical-align: middle;
margin-left: 8px;
}

@media (max-width: 991.98px)
{
  .navbar .navbar-nav .nav-link
  {
  margin-right: 0;
  padding: 10px 0;
  }
  .navbar .navbar-nav
  {
  margin-top: 15px;
  border-top: 1px solid #EEEEEE;
  }
}

@media (min-width: 992px)
{
  .navbar .nav-item .dropdown-menu
  {
  display: block;
  border: none;
  margin-top: 0;
  top: 150%;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  }
  .navbar .nav-item:hover .dropdown-menu
  {
  top: 100%;
  visibility: visible;
  transition: .5s;
  opacity: 1;
  }
}


.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}

.p-5 {
    padding: 3rem !important;
}
.h-100 {
    height: 100% !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}



h6
{
letter-spacing: 0.5px !important;    
}



 


 .carding 
{
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.contain 
{
padding: 0 15px;
}
.custom-card 
{
width: 260px; /* Adjust the width as needed */
}
.contain::after, .row::after 
{
content: "";
clear: both;
display: table;
}
.title 
{
color: grey;
}

.cardbtn 
{
border: none;
outline: 0;
display: inline-block;
padding: 8px;
color: white;
background-color: #000;
text-align: center;
cursor: pointer;
width: 100%;
}
.column
{
float: left;
width: 20%;
margin-bottom: 16px;
padding: 0 8px;
}
.cardtext
{
font-family:Segoe Ui; font-size:19px;
}
.cardbtn:hover 
{
background-color: #555;
}
.contain 
{
padding: 10px 15px;
}

.tab-content 
{
border-left: 2px solid #0b509e;
border-right: 1px solid #ddd;
padding: 10px;
}
.nav-tabs 
{
margin-bottom: 0;
}
#tabs
{
background: #FFF;
color: #0b509e;
}
#tabs h6.section-title
{
color: #eee;
}
#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active 
{
    color: #0b509e;
    background-color: transparent;
    border-color: transparent transparent #0b509e;
    border-bottom: 4px solid !important;
    border-right: 1px solid !important;
    border-left: 1px solid !important;
    border-top: 1px solid !important;
    font-size: 16px;
    font-weight: bold;
}
#tabs .nav-tabs .nav-link 
{
    border: 1px solid transparent;
    border-top-left-radius: .20rem;
    border-top-right-radius: .20rem;
    color: #0b509e;
    font-size: 16px;
}

.nav-tabs .nav-link.active 
{
background-color:transparent !important;
color: #0b509e !important;
}
.nav-tabs .nav-link.active 
{
background-color:transparent !important;
color: #0b509e !important;
}
.bordered-tab-contents > .tab-content > .tab-pane 
{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
}
.bordered-tab-contents > .nav-tabs 
{
    margin-bottom: 0;
}

.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus 
{
border-color: #0b509e;
border-radius: 0px 0px 12px 12px;
}
.nav-tabs 
{
border-bottom: 1px solid #0b509e;
}

.nav-tabs a:hover
{
 border-bottom: none;
 
}

.nab-tabs .nav-link .active a:focus
{
  
  border-radius: 0px 0px 12px 12px;
}
.tab-content
{
  background-color: ;
}





.session-title {
  padding: 30px;
  margin: 0px; }
  .session-title h2 {
    width: 100%;
    text-align: center; }
  .session-title p {
    max-width: 850px;
    text-align: center;
    float: none;
    margin: auto; }
  .session-title span {
    float: right;
    font-style: italic; }

.inner-title {
  padding: 20px;
  padding-left: 0px;
  margin-bottom: 30px; }
  .inner-title h2 {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    font-family: "slab", Arial, Helvetica, sans-serif; }
  .inner-title p {
    width: 100%;
    text-align: center; }

.darkimage
{
background-image: url("../images/hero-bg.jpg");

background-attachment: fixed;
background-size: cover;
} 

.numbers {
/*
background-image: url("../images/hero-bg.jpg");
background: -moz-linear-gradient(top, rgba(45, 32, 44, 0.5) 0%, rgba(45, 32, 44, 0.5) 100%);
background: -webkit-linear-gradient(top, rgba(45, 32, 44, 0.5) 0%, rgba(45, 32, 44, 0.5) 100%);
background: linear-gradient(to bottom, rgba(45, 32, 44, 0.5) 0%, rgba(45, 32, 44, 0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc1b2429', endColorstr='#cc1b2429', GradientType=0);
position: relative;
background-attachment: fixed;
background-size: cover;
*/
}
  .numbers .inner-lay {
    /*background-color: rgba(6, 79, 90, 0.8);*/
     padding: 10px;
    color: #FFF; }
    @media screen and (max-width: 940px) {
      .numbers .inner-lay {
        padding: 30px 10px; } }
    .numbers .inner-lay .numb {
      text-align: center;
      padding: 30px; }
      .numbers .inner-lay .numb h3 {
        font-size: 42px;
        padding-bottom: 10px;
        border-bottom: 1px solid #CCC;
        margin-bottom: 20px; }

.event-card
{
display: flex;
margin: auto;
background-color: #FFF;
padding: 15px 0px;
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
border-radius: 2px;
margin-bottom: 20px;
}
.event-card .date-box 
{
border: 1px solid #43cb89;
padding: 10px;
text-align: center;
}
.event-card .date-box p 
{
font-family: "mouse-500", Arial, Helvetica, sans-serif;
font-size: 34px;
}
.event-card .img-cv
{
text-align: center;
margin: auto;
}
.event-card .img-cv img
{
width: 150px;
}
.event-card .setv 
{
margin: auto;
}
