@charset "utf-8";

/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #29422a;
    font-family: tamilnormal;
}

@font-face {
    font-family: tamilheading;
    src: url("../font/Kavivanar-Regular.woff");
}

@font-face {
    font-family: tamilnormal;
    src: url("../font/MuktaMalar-Bold.woff");
}

html {
    scroll-behavior: smooth;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*,
 ::after,
 ::before {
    box-sizing: border-box;
}

.scrollup {
    padding: 10px 15px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #FFF;
    border-radius: 5px;
    z-index: 9999;
    color: #29422a;
    display: none;
    z-index: 99999999;
}

.scrollup a i {
    float: left;
    display: block;
    width: auto;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
}

.scrollup:hover {
    background: #71a061;
    color: #fff !important;
    transition: all 400ms ease-in;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.dark-bg {
    background: #29422a;
}

.light-bg {
    background: #f3f3f3;
}

.overflow {
    overflow: hidden;
}

.wrapper {
    width: 100%;
    position: relative;
}

.zeropadding {
    padding: 0px !important;
}

.padding-70 {
    padding: 70px 0px;
}

.padding-100 {
    padding: 100px 0px;
}

.padding-0-100 {
    padding: 0px 0px 100px 0px;
}

.padding-150 {
    padding: 150px 0px;
}

.mb-30 {
    margin: 0px 0px 30px 0px !important;
}

.mb-50 {
    margin: 0px 0px 50px 0px !important;
}

@media screen and (max-width: 1024px) {
    .padding-150 {
        padding: 70px 0px;
    }
}

.img-responsive {
    width: 100%;
}

.img-responsive-2 {
    width: 100px !important;
    margin: 0px 0px 20px;
    display: inline-block;
}

.img-responsive-3 {
    width: 100%;
}

.header-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    padding: 15px 0px;
    transition:400ms;
    
}

.header {
    padding: 5px;
    background-color: #ffffffe0;
    border-radius:10px;
    transition:400ms;
}

.main-nav {
    display: flex;
    width: 100%;
}

.main-nav ul {
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.main-nav ul li {
    margin: 0px 0px 0px 15px;
    padding: 0px;
}

.main-nav ul li a {
    font-size: 14px;
    font-weight: 700;
    padding: 5px 10px !important;
}

.main-nav ul li a:hover {
    color: #71a061;
}

.navbar-light .navbar-nav .nav-link {
    color: #29422a;
}

.nav-link:focus {
    color: #71a061 !important;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}

.main-nav ul li a.active {
    color: #71a061 !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0 !important;
    margin: .125rem 0 0;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-color: #131313;
    background-clip: padding-box;
    border: none !important;
    border-radius: 0px !important;
    transform: translateX(-50%);
    transition: .1s height;
}

.dropdown-item {
    padding: 10px 20px;
    color: #fff !important;
}

.dropdown-item:hover {
    color: #fff !important;
    background: #71a061;
    border-radius: 0px !important;
}

.nav-item:hover .dropdown-menu {
    display: block;
    -webkit-animation: scale-in-ver-top 0.1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-ver-top 0.1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes scale-in-ver-top {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }
}

@keyframes scale-in-ver-top {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }
}

.logo-mob {
    display: block;
}

.logo-mob img {
    width: 100px !important;
}

.btnprimary {
    display: inline-block;
    color: #fff !important;
    background: #71a061;
    padding: 15px 30px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 30px;
}

.btnprimary:hover {
    background: #71a061;
}

.btnprimary-big {
    display: inline-block;
    color: #fff !important;
    background: #71a061;
    padding: 15px 50px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 30px;
}

.btnprimary-big:hover {
    background: #71a061;
}

.btnline {
    display: inline-block;
    color: #71a061;
    border: 2px solid #71a061;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 30px;
}

.btnline:hover {
    color: #fff;
    border: 2px solid #fff;
}

.social-media {
    position: relative;
}

.social-media a {
    color: #fff;
    margin: 0px 0px 0px 5px;
    background: #71a061;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 34px;
    display: inline-block;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .navbar-light .navbar-toggler {
        background: #FFF !important;
        border: 0;
        outline: none;
    }
    .navbar-nav {
        display: flex;
        width: 100%;
        padding: 30px 0px !important;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #29422a;
    }
    .social-media {
        display: none;
    }
    .logo-mob img {
        width: 70px !important;
    }
}


/*header end*/

.slider-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider-wrapper img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.slider-image {
    position: static;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
}

.slider {
    position: absolute;
    width: 100%;
    z-index: 2;
    text-align: center;
    bottom: 0px;
    padding: 30px 0px;
    color: #FFF;
    background: #29422ab0;
}

.slider h1 {
    margin: 0px 0px 20px;
    padding: 0px;
    font-size: 50px;
    font-weight: 900;
}

.slider p {
    margin: 0px 0px 20px;
    padding: 0px;
    font-size: 18px;
    line-height: 30px;
}

.inner-slider {
    padding: 400px 0px 50px 0px;
}

.slider-2 {
    min-height: 700px;
    display: flex;
    align-items: end;
    justify-content: center;
    flex: 1;
    flex-direction: column;
    color: #FFF;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .slider-wrapper img {
        height: 50vh;
        width: 100%;
        object-fit: cover;
    }
    .slider {
        position: relative;
        width: 100%;
        z-index: 2;
        text-align: center;
        bottom: 0px;
        padding: 50px 0px;
        color: #FFF;
        background: #223323;
    }
    .slider h1 {
        margin: 0px 0px 20px;
        padding: 0px;
        font-size: 30px;
        font-weight: 900;
    }
    .slider p {
        margin: 0px 0px 20px;
        padding: 0px;
        font-size: 16px;
        line-height: 30px;
    }
}


/*end slider*/

.web-title {
    width: 100%;
    margin: 0px 0px 50px;
    position: relative;
    text-align: center;
}

.web-title h2 {
    position: relative;
    font-size: 28px;
    margin: 0px 0px 10px;
    padding: 0px 0px 10px 0px;
    font-weight: bold;
}

.web-title p {
    width: 100%;
    padding: 0px;
    font-weight: 400;
    font-size: 18px;
    margin: 0 0 10px;
}

.web-title i {
    color: #71a061;
    font-size: 30px;
    position: relative;
    padding: 0px 5px 0px 0px;
}

.web-title h2:after {
    content: "";
    width: 100px;
    height: 2px;
    position: absolute;
    bottom: 0px;
    background: #71a061;
    z-index: 9;
    margin: auto;
    left: 0px;
    right: 0px;
}

.services {
    display: inline-block;
    width: 100%;
    background: #29422a;
    padding: 70px 40px;
}

.services h2 {
    margin: 0px 0px 20px;
    padding: 0px;
    font-size: 28px;
}

.services h3 {
    margin: 0px 0px 20px;
    padding: 0px;
    font-size: 18px;
}

.services p {
    margin: 0px 0px 20px;
    padding: 0px;
    font-size: 18px;
    line-height: 30px;
}

.digit {
    width: 100%;
    position: relative;
    margin: 0px 0px 20px;
}

.digit h3 {
    background: #71a061;
    padding: 10px;
    margin: 0px;
    border-radius: 5px;
    font-size: 40px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

.services:hover {
    background: #71a061;
}

.services.active .btnline {
    border: 2px solid #FFF;
    color: #FFF;
}

.services:hover .btnline {
    border: 2px solid #FFF;
    color: #FFF;
}

.services:hover .digit h3 {
    background: #FFF;
    color: #29422a;
    box-shadow: 0 15px 15px -5px rgba(0, 0, 0, 0.2);
}

.content-padding {
    padding: 20px;
}

.content {
    width: 100%;
    position: relative;
}

.content h2 {
    width: 100%;
    position: relative;
    margin: 0px 0px 15px;
    padding: 0px 0px 15px;
    font-size: 40px;
    font-weight: bold;
}

.content h2:after {
    content: "";
    width: 100px;
    height: 2px;
    position: absolute;
    bottom: 0px;
    background: #71a061;
    z-index: 9;
    left: 0px;
}

.content h3 {
    width: 100%;
    position: relative;
    margin: 0px 0px 15px;
    padding: 0px 0px 15px;
    font-size: 40px;
    font-weight: bold;
}

.content h4 {
    width: 100%;
    position: relative;
    margin: 0px 0px 15px;
    padding: 0px;
    font-weight: 700;
}

.content h5 {
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px 0px 15px;
    line-height: 36px;
}

.content h6 {
    width: 100%;
    position: relative;
    margin: 0px 0px 25px;
    padding: 0px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 800;
}

.content p {
    width: 100%;
    display: inline-block;
    margin: 0px 0px 20px;
    padding: 0px;
    line-height: 30px;
    font-size: 16px;
}

.content ul {
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px;
}

.content ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.content ul li a {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.event-date {
    padding: 5px 10px;
    background: #71a061;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
}

.content-icon {
    font-size: 40px;
    font-weight: lighter;
    margin: 0px 0px 20px;
    width: 100%;
    color: #71a061;
}

.white-box {
    padding: 30px;
    background: #ececec;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    box-shadow: 0 25px 25px -15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.white-box:hover {
    background: #FFF;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1024px) {
    .conent {
        margin: 0px 0px 30px;
    }
    .content h2 {
        font-size: 28px;
        font-weight: bold;
    }
    .content h3 {
        font-size: 20px;
        font-weight: bold;
    }
}


/*end main content*/

.footer-wrapper {
    width: 100%;
    height: auto;
    padding: 100px 0px 50px;
    background: #29422a;
}

.footer {
    float: left;
    width: 100%;
    height: auto;
    color: #FFF;
}

.footer h2 {
    color: #71a061;
    margin: 0px;
    padding: 0px 0px 20px;
    font-size: 18px;
}

.footer p {
    margin: 0px;
    padding: 0px 0px 15px;
    font-size: 18px;
    color: #FFF;
    line-height: 26px;
}

.footer p span {
    color: #71a061;
    float: left;
    width: 100%;
}

.footer ul {
    margin: 0px;
    padding: 0px;
}

.footer ul li {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px 0px 20px 0px;
    list-style: none;
    display: inline-block;
}

.footer ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.footer img {
    width: 100px;
    margin: 0px 0px 30px;
}

.copy-wrapper {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 20px 0px 50px;
    background: #29422a;
}

.copyrights {
    float: left;
    width: 100%;
    height: auto;
    color: #FFF;
}

.copyrights p {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.copyrights p a {
    color: #71a061;
    text-decoration: none !important;
}

@media screen and (max-width: 1024px) {
    .footer {
        margin: 0px 0px 20px;
        text-align: center;
    }
    .copyrights {
        margin: 0px 0px 20px;
    }
}

.accordion {
    width: 100%;
    margin: 30px auto 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    list-style: none;
}

.accordion .link {
    cursor: pointer !important;
    display: block !important;
    padding: 15px 15px 15px 15px !important;
    color: #212121 !important;
    font-size: 18px;
    font-weight: 600;
    background: #fff;
    margin: 0px 0px 20px;
    border-bottom: none;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li i {
    position: absolute !important;
    top: 16px !important;
    right: 12px !important;
    font-size: 18px !important;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li svg {
    right: 12px !important;
    left: auto !important;
    font-size: 18px !important;
    float: right !important;
}

.accordion li.open .link {
    color: #b63b4d;
}

.accordion li.open i {
    color: #b63b4d;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.submenu {
    display: none;
    background: #f7f7f7;
    font-size: 14px;
    padding: 20px;
    color: #111;
    margin: 0px 0px 20px 0px;
    list-style: none;
    border: 1px solid #CCC;
    line-height: 30px;
    border-radius: 5px;
}

.submenu li {
    padding: 0px;
    margin: 0px 0px 10px;
}

.spacebar-d {
    margin: 0px 0px 40px;
}