body, html, .container-fluid {
    height: 100%;
}

body {
    font-family: 'Gentium Book Basic', serif;
    padding:0;
    margin:0;
    font-weight: 500;
    line-height: 1.42857;
    color: #313E51;
}

*:focus {
    outline: 0 !important;
}

.bg-light_menu{
background: #0ebd18;
}
.section{
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top left;
    text-align: center;
    position: relative;
}
.section.auto_height {
    min-height: 50px !important;
    height: auto !important;
}

.section_bg{
    background:#f6f6f7;
}

.section-title span {
    top: 80px;
    color: #f0f1f3;
    left: 0;
    right: 0;
    z-index: 1;
    font-weight: 700;
    font-size: 52px;
    text-transform: uppercase;
    line-height: 0;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #5f687b;
    position: relative;
    z-index: 2;
}

.headline{
    font-weight: bold;
    margin-bottom: 15px;
    margin-top:20px;
}

.theme_color{
    color: #F3306B;
}
/*Header*/
#navbarNav ul{
    display: flex;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-brand {
    width: 300px;
    border: 0;
    text-indent: -99999px;
    background-size: contain;
    height: 80px;
}


.navbar-brand.logo{
    background-position: left center;
    background-repeat: no-repeat;
}

.navbar-brand.logo.english{
    background-image:url(../img/logo_en.png) ;
}

.navbar-brand.logo.tamil{
    background-image:url(../img/logo_tn.png) ;
}
.logo_images{
    width: 130px;
    border: 0;
    text-indent: -99999px;
    background-size: contain;
    height: 130px;
    background-image:url(../img/logo_image.png) ;
    background-position: left center;
    background-repeat: no-repeat;
}

.custom-toggler.navbar-toggler {
    border-color: #158f59;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url(
    "data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-baseline .title {
    font-family: "Kota One", "Arial", sans-serif;
    padding: 0.7em 1em;
    min-height: 2em;
    color: #c8f672;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-transition: padding ease-in-out 0.2s;
    transition: padding ease-in-out 0.2s;
    width: 100%;
    margin: 0;
    background: #138552;
    border-radius: 8px 8px 8px 0;
    max-width: 30rem;
    border: 1px solid #138552;
    -webkit-box-shadow: 2px 2px 10px #138552;
    box-shadow: 2px 2px 10px #138552    ;
}

.nav-item{
    font-weight: bold;
    padding: 20px;
}
.nav-link{
    padding: 0 1rem !important;
}

.navbar-light .navbar-nav .nav-link{
    color: rgba(255,255,255,.7) !important;
    font-size: 18px;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #80bb01 !important;
    text-decoration: underline;
}
/*Header*/

/*Section3*/
.swing_img.even{
    -webkit-animation: levitate-even 3s ease-in-out infinite;
    animation: levitate-even 3s ease-in-out infinite;
}

.swing_img.odd{
    -webkit-animation: levitate-odd 3s ease-in-out infinite;
    animation: levitate-odd 3s ease-in-out infinite;
}

@-webkit-keyframes levitate-even {
    0% {
        -webkit-transform: translateY(3%);
        transform: translateY(3%); }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0); }
    100% {
        -webkit-transform: translateY(3%);
        transform: translateY(3%); } }

@keyframes levitate-even {
    0% {
        -webkit-transform: translateY(3%);
        transform: translateY(3%); }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0); }
    100% {
        -webkit-transform: translateY(3%);
        transform: translateY(3%); }
}

@-webkit-keyframes levitate-odd {
    0% {
        -webkit-transform: translateY(-2%);
        transform: translateY(-2%); }
    50% {
        -webkit-transform: translateY(1%);
        transform: translateY(1%); }
    100% {
        -webkit-transform: translateY(-2%);
        transform: translateY(-2%); } }

@keyframes levitate-odd {
    0% {
        -webkit-transform: translateY(-2%);
        transform: translateY(-2%); }
    50% {
        -webkit-transform: translateY(1%);
        transform: translateY(1%); }
    100% {
        -webkit-transform: translateY(-2%);
        transform: translateY(-2%); }
}
/*Section3*/
/*CardImg*/
.card {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
    cursor: pointer;
}
.card .card-header {
    z-index: 3 !important;
}
.card .card-header.card-header-image {
    position: relative;
    padding: 0;
    z-index: 1;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border-radius: 6px;
}
.card .card-header.card-header-image{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.card .card-header.card-header-image:focus {
    outline: none !important;
}
.card .card-header.card-header-image img {
    width: 100%;
    border-radius: 6px;
    pointer-events: none;
    box-shadow: 0 5px 15px -8px rgba(0,0,0,.24),0 8px 10px -5px rgba(0,0,0,.2);
}
.card .card-title{
    font-size: 14px;
}
.card-footer .card-title{
    color: #029834;
    font-size: 18px;
}
.card-footer h4
{
    height: 100%;
    margin-bottom: 0 !important;
}
.card-footer h4 span{
    float: right;
    margin-top: 4px;
}
/*CardImg*/
/*sidebar*/
.wrapper {
    min-height: 100vh;
    max-height: 100%;
}

[role="main"] {
    max-height: 100%;
    overflow-y: auto;
}
#sidebar {
    display: block;
    min-width: 270px;
    min-height: 100%;
    background: #61710e;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
#sidebar .custom-menu {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 0;
    margin-left: -20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#sidebar .custom-menu .btn.btn-primary {
    background: #99ac40;
    border-color: #99ac40;
}
#sidebar h1 {
    margin-bottom: 20px;
    font-weight: 700;
}
#sidebar h1{
    color: #99ac40;
}
/*sidebar*/
/*Gallery*/
#gallery{
    padding-top: 70px;
}
.my_lightbox figure {
    float: left;
    margin: 0;
}

.my_lightbox{
    display: flex;  flex-wrap: wrap;
}
.my_lightbox.no-margin [class*="col-"] {
    padding: 0;
}
.my_lightbox figure img{
    cursor: zoom-in;
    border-radius: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
}
.my_lightbox figure .odd{
    -webkit-filter: grayscale(0);
    filter: none;
}

.my_lightbox figure .odd:hover{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.my_lightbox figure .even{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.my_lightbox figure .even:hover{
    -webkit-filter: grayscale(0);
    filter: none;
}

.my_lightbox figure img:hover {
    opacity: 1;
}
/*Gallery*/
/*Contact*/
#contact{
    padding-top: 70px;
}
#contact .info {
    padding: 30px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#contact .info i {
    font-size: 20px;
    color: #fff;
    float: left;
    width: 44px;
    height: 44px;
    background: #197f0f;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

#contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #36343a;
}
#contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #686470;
}
/*Contact*/
/*Register*/
#register {
    color: #FFFFFF;
    padding:20px 0;
    text-align: justify;
}
.button-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.register_btn{
    display: block;
    width: 100%;
    margin: 0 auto;
    flex-shrink: 1;
    color: #000;
    background: #fff;
}
.register_btn:hover{
    background: #99ac40;
    color: #fff;
    text-decoration: none;
}
/*Register*/
/*signup-form*/
.signup-form{
    margin-left: 10px;
    padding-bottom: 10px;
}
.signup-form label, input {
    display: block;
    width: 100%;
}
.signup-form input,textarea {
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    padding: 14px 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    font-size: 14px;
    font-family: 'Poppins';
    margin: 7px 0px;
    width: 100%;
}
.signup-form label {
    font-weight: bold;
    text-transform: uppercase;
}
.signup-form label.required::after {
    content: '*';
    margin-left: 2px;
    color: #b90000;
}

.signup-form .form_error{
    border: #b90000 1px solid;
}
.signup-form .btn-primary{
    width: 150px;
    height: 50px;
    display: inline-block;
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    background: #329e5e;
    background-color: rgb(50, 158, 94);
    color: #fff;
    margin-right: 25px;
}

.signup-form .btn-secondary{
    width: 150px;
    height: 50px;
    display: inline-block;
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
/*signup-form*/

/*Bloo Fotter*/
.social_links>li{
    float: left;
}
.social_links>li>a{
    margin-right: 0.5rem;
    color: #313E51;
}
.social-icon span{
    opacity: 0.4;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    font-size: 20px;
}

.social-icon .fa-facebook-square:hover {
    opacity: 1;
    color: #365899;
}

.social-icon .fa-youtube-square:hover {
    opacity: 1;
    color: #ff0000;
}

.social-icon .fa-google-plus-square:hover {
    opacity: 1;
    color: #00acee;
}

#bloo-footer{
    background: #158f59;
    color: #99ac40;
}
.bloo-copyright a{
    color: #FFFFFF;
}
/*Bloo Fotter*/
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    z-index: 999;
}

/*Panel*/
.cd-panel {
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    visibility:hidden;
    -webkit-transition:visibility 0s .6s;
    transition:visibility 0s .6s;
    z-index: 12;
}
.cd-panel::after {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:0 0;
    cursor:pointer;
    -webkit-transition:background .3s .3s;
    transition:background .3s .3s;
    z-index: 13;
}
.cd-panel.cd-panel--is-visible {
    visibility:visible;
    -webkit-transition:visibility 0s 0s;
    transition:visibility 0s 0s
}
.cd-panel.cd-panel--is-visible::after {
    background:rgba(0,0,0,.6);
    -webkit-transition:background .3s 0s;
    transition:background .3s 0s
}
.cd-panel__header {
    position:fixed;
    width:50%;
    height:50px;
    line-height:50px;
    background:rgba(255,255,255,.96);
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,.08);
    box-shadow:0 1px 1px rgba(0,0,0,.08);
    -webkit-transition:-webkit-transform .3s 0s;
    transition:-webkit-transform .3s 0s;
    transition:transform .3s 0s;
    transition:transform .3s 0s,-webkit-transform .3s 0s;
    -webkit-transform:translateY(-50px);
    transform:translateY(-50px);
    z-index: 999;
}
.cd-panel__header h1 {
    color:#89ba2c;
    padding-left:5%;
    font-size: 30px;
    margin-top: 5px;
}
.cd-panel--from-right .cd-panel__header {
    right:0
}
.cd-panel--from-left .cd-panel__header {
    left:0
}
.cd-panel--is-visible .cd-panel__header {
    -webkit-transition:-webkit-transform .3s .3s;
    transition:-webkit-transform .3s .3s;
    transition:transform .3s .3s;
    transition:transform .3s .3s,-webkit-transform .3s .3s;
    -webkit-transform:translateY(0px);
    transform:translateY(0px)
}
.cd-panel__close {
    position:absolute;
    top:0;
    right:0;
    height:100%;
    width:60px;
    display:inline-block;
    overflow:hidden;
    text-indent:100%;
    white-space:nowrap
}
.cd-panel__close::before,
.cd-panel__close::after {
    content:'';
    position:absolute;
    top:22px;
    left:20px;
    height:3px;
    width:20px;
    background-color:#424f5c;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
}
.cd-panel__close::before {
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
.cd-panel__close::after {
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
.cd-panel__close:hover {
    background-color:#424f5c
}
.cd-panel__close:hover::before,
.cd-panel__close:hover::after {
    background-color:#fff;
    -webkit-transition:-webkit-transform .3s;
    transition:-webkit-transform .3s;
    transition:transform .3s;
    transition:transform .3s,-webkit-transform .3s
}
.cd-panel__close:hover::before {
    -webkit-transform:rotate(220deg);
    transform:rotate(220deg)
}
.cd-panel__close:hover::after {
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg)
}
.cd-panel--is-visible .cd-panel__close::before {
    -webkit-animation:cd-close-1 .6s .3s;
    animation:cd-close-1 .6s .3s
}
.cd-panel--is-visible .cd-panel__close::after {
    -webkit-animation:cd-close-2 .6s .3s;
    animation:cd-close-2 .6s .3s
}
@-webkit-keyframes cd-close-1 {
    0%,
    50% {
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100% {
        -webkit-transform:rotate(45deg);
        transform:rotate(45deg)
    }
}
@keyframes cd-close-1 {
    0%,
    50% {
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100% {
        -webkit-transform:rotate(45deg);
        transform:rotate(45deg)
    }
}
@-webkit-keyframes cd-close-2 {
    0%,
    50% {
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100% {
        -webkit-transform:rotate(-45deg);
        transform:rotate(-45deg)
    }
}
@keyframes cd-close-2 {
    0%,
    50% {
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100% {
        -webkit-transform:rotate(-45deg);
        transform:rotate(-45deg)
    }
}
.cd-panel__container {
    position:fixed;
    width:50%;
    height:100%;
    top:0;
    background:#dbe2e9;
    -webkit-transition:-webkit-transform .3s .3s;
    transition:-webkit-transform .3s .3s;
    transition:transform .3s .3s;
    transition:transform .3s .3s,-webkit-transform .3s .3s;
    z-index: 14;
}
.cd-panel--from-right .cd-panel__container {
    right:0;
    -webkit-transform:translate3d(100%,0,0);
    transform:translate3d(100%,0,0)
}
.cd-panel--from-left .cd-panel__container {
    left:0;
    -webkit-transform:translate3d(-100%,0,0);
    transform:translate3d(-100%,0,0)
}
.cd-panel--is-visible .cd-panel__container {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
    -webkit-transition-delay:0s;
    transition-delay:0s
}
.cd-panel__content {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding:70px 5%;
    overflow:auto;
    -webkit-overflow-scrolling:touch
}
.cd-panel__content p {
    font-size:1.4rem;
    color:#424f5c;
    line-height:1.4;
    margin:1em 0
}
.cd-panel__content p:first-of-type {
    margin-top:0
}

#float_text_box{
    line-height: 30px;
    text-align: justify;
    overflow: auto;
}

#float_text_box ul li {
    padding: 10px 0;

}
/*Panel*/
/*Names*/
#names .result_header{
    color: #495057;
    background-color: #e9ecef;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom: 2px solid #dee2e6;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
}
#names .result_body{
    padding: .75rem;
}

#names .result_body .row {
    border-bottom: 2px solid #ffffff;
}

#names .result_body .row [class*="col-"] {
    padding: .75rem;
    text-transform: capitalize;
}
.result_body .boy{
    background: #6ca0dc;
    color: #fff;
}
.result_body .girl{
    background: #f8b9d4;
    color: #000;
}
#names .eng{
    font-size: 18px;
}

.sort span{
    font-size: 14px;
    height: 28px;
}
.sort span a{
    color: #fff;
    text-decoration: none;
}
.sort span i{
    margin: 0 2px;
    font-size: 11px;
}
.sort span::after {
    margin: 0 4px;
    font-family: 'fontawesome';
    content: "\f0dd";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
/*Names*/
/*Article*/
article{
text-align:justify;
}
.sidebar.widget {
    padding: 10px 20px;
}
.sidebar.widget ul {
    margin: 0px;
    padding: 0;
    overflow: hidden;
}
.sidebar.widget ul li {
    list-style: none;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 5px
}
.sidebar-thumb{
    float: left;
    overflow: hidden;
    margin-right: 2px;
}
.sidebar-thumb img{
    background: #fff;
    border: 1px dashed #e0e0e0;
    height: 85px;
    width: 85px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.sidebar-content h5{
    font-size: 16px;
    cursor: pointer;
    line-height: 24px;
    text-align: left;
}
.sidebar-content h5 a:hover{
    color: #202020;
}

.sidebar-content h5 a{
    color: #0ebd18;
    outline: 0 none;
    text-decoration: none;
    font-weight: bold
}
.sidebar-content p{
    text-align: justify;
    margin-bottom: 2px !important;
}
.sidebar-meta span{
    color: #2e2e2e;
}
.sidebar-meta span.time{
    margin-right: 10px;
}
.sidebar-meta span i{
    color: #0ebd18;
}
.sidebar-meta span a{
    color :#0ebd18;
}

.social .btn {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    transition: all .2s ease-in-out;
    margin: 10px;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    width: 47px;
    height: 47px;
}
.social a {
    padding: 0 .5em;
}
.btn-fb {
    background: #3b5998 !important;
}
.btn-tw {
    background: #1DA1F2 !important;
}
.btn-wa {
    background: #075e54 !important;
}
.social .btn i {
    line-height: 47px;
    color: #fff;
}
/*Article*/

/*Responsive*/
/*Extra small devices (phones, up to 480px) */
@media screen and (max-width: 767px) {
    .navbar-baseline .title{
      font-size: 10px;
    }
    #bloo-footer{
        font-size: 14px;
    }
    .nav-item{
        padding:5px;
    }
    .cd-panel__header {
        width:70%
    }
    .cd-panel__header h1 {
        font-size:18px;
        margin-top:10px;
    }
    .cd-panel__container {
        width:70%
    }
    .cd-panel__content p {
        font-size:1.6rem;
        line-height:1.6
    }
    figure a:after{
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 100%;
        background: rgb(0,0,0,0.4);
        z-index: 10;
    }
    figure span{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 11;
        color: #fff;
    }

    .page-link{
        padding: 0.1rem 0.3rem !important;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    .nav-link{
        padding: 0 0.5rem !important;
        font-size: 14px;
    }
    .navbar-baseline .title{
        font-size: 14px;
    }
    .section{
        min-height: auto;
    }
    .cd-panel__header {
        width:50%
    }
    .cd-panel__container {
        width:50%
    }
}
/* tablets/desktops and up ----------- */
@media (min-width: 992px) and (max-width: 1199px) {
}
/* large desktops and up ----------- */
@media screen and (min-width: 1200px) {
}
/*Responsive*/