@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Play:400,700');

@import url(http://fonts.googleapis.com/earlyaccess/notosansmalayalam.css);

body{
        font-size: 14px;
    overflow-X: hidden;
    color: #333;
    font-size: 15px;
    line-height: 24px;
    overflow-X: hidden;
    /* background-image: url('../images/pow-star.png'); */
    background-repeat: repeat;
    background-attachment: fixed;
    font-family: 'Open Sans', sans-serif;
}

body a{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none !important;
}

section{
    width: 100%;
    float: left;
    
}

::selection{
    background-color: #333;
    color: #fff;  
}

.container{
    max-width: 1380px;
    width: 100%;
    margin: auto;
}

h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
.ancs_name{
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
}
.content-align{
    line-height: 25px;
    text-align: justify;
    color: #333;
    

}
.content-align p {
    font-family:'Noto Sans Malayalam', serif;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    
    background-color: #FFC107;
    text-align: center;
}

.header-inr {
    background-color: #fff;
    padding-bottom: 2px;
}

#header {
    border-bottom: solid 1px #fff;
     border-top: solid 2px #fff;
}



#menu {	
    background-color: transparent;
    position: fixed;
    z-index: 1000;
    display: block; 
    top: 0;
    left: 0;
    width: 100%;
    padding: 0px;
    text-align: center;
    overflow:hidden;
    -webkit-transition: 500ms all ease-in-out;
    -moz-transition: 500ms all ease-in-out;
    -ms-transition: 500ms all ease-in-out;
    -o-transition: 500ms all ease-in-out;
}

.menu-close {	
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0; 

}

#header-back {
    height: 115px;
}

.left-links{
    margin-top: 25px;
}


.page-link a {
    background-color: #ffab1f;
    color: #111;
    padding: 12px 35px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Play', sans-serif;
    border-radius: 10px;
}

.page-link {
    margin-top: 25px;
}

.page-link a i{
    margin-left: 10px;
    font-size: 16px;
}
.logo-div {
    max-width: 429px;
    width: 100%;
}

.abt-bg{
    padding: 15px 0px;
}
#enq-section {
    padding: 25px 0px;
    background-color: #f3f3f3;
    border-top: solid 1px #ddd;
}

.padding-left3{
    padding-left: 3px !important;
}
.padding-right3{
    padding-right: 3px !important;
}


.enq-name {
    margin-bottom: 10px;
    padding: 12px;
    font-size: 13px;
    color: #333;
    border: solid 1px #e2e2e2;
    width: 100%;
    background-color: #fff;
}

.enq-name:focus{
    outline: none;
}

.enq-msg{
    height: 150px;
    padding: 12px;
    font-size: 13px;
    color: #333;
    border: solid 1px #e2e2e2;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}
.enq-msg:focus{
    outline: none;
}

.enq-btn i{
    margin-right: 7px;
}

.enq-bg {
    background-color: #f1f1f1;
    padding: 30px 15px;
    border: solid 1px #ddd;
}
.heading-div{
    margin-bottom: 20px;
}
.heading-div h3 {
        font-size: 26px;
    font-weight: 700;
    color: #f43438;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 35px;
}

.heading-div h3 span {
    border-bottom: solid 2px #f43438;
    padding-bottom: 5px;
}

.abt-detail .heading-div h3 {
    font-size: 18px;
    /* color: #000; */
}

.right-padding0{
    padding-right: 1px !important;
}
.left-padding0{
    padding-left: 1px !important;
}
.enq-btn {
    background-color: #ffab1f;
    border: none;
    font-size: 13px;
    color: #111;
    padding: 10px 25px;
    text-transform: uppercase;
    letter-spacing: -.3px;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.enq-btn:focus{
    outline: none;
}
.enq-btn:hover {
    background-color: #333;
    color: #fff;
}

.enq-heading {
    margin-bottom: 13px;
}

.enq-heading h3 {
    font-size: 19px;
    font-weight: 700;
    color: #f43438;
    font-family: 'Raleway', sans-serif;
}

.social-item{
    margin-bottom: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    float: left;
    background-color: #333;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.right-links {
    float: right;
    margin-top: 10px;
}

.right-language {
    max-width: 130px;
    width: 100%;
    margin: auto;
    margin-top: 35px;
   /* margin-bottom: 10px;*/
}

.right-dropdown{
    width: 100%;
    padding: 4px;
    font-size: 13px;
    border: solid 1px #ccc;
}
.right-dropdown:focus{
    outline: none;
}


.right-slider img{
    width: 100%;
}
.fb{
    background-color: #4867aa !important;
}
.ttr{
    background-color: #1da1f2 !important;
}
.gle{
    background-color: #e04a39 !important;
}
.lkdin{
    background-color: #0077b5 !important;
}
.utube{
    background-color: #e22d26 !important;
}
.social-item:hover{
    background-color: #2a2e64 !important;
}

.abt-bullets{
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: solid 1px #ccc;
}
.abt-bullets a{
    color: #333;
}
.abt-bullets a:hover{
    margin-left: 5px;
    color: #ff3e3e;
}

.abt-link{
    margin-bottom: 0px;
    margin-top: 10px;
}
.abt-link a {
    background-color: #ffab1f;
    color: #111;
    padding: 7px 15px;
    font-size: 13px;
}

.abt-link a:hover {
    background-color: #333;
    color: #fff;
}

.block-bg{
    padding: 30px 0px;
}

.block-heading h3 {
    background-color: #ffab1f;
    color: #111;
    text-align: center;
    padding: 9px 15px;
    font-size: 16px;
    letter-spacing: -.3px;
    font-weight: 600;
}

.block-heading{
    margin-bottom: 5px;
}
.block-img img{
    margin: auto;
}
.block-img {
    max-width: 90px;
    width: 100%;
    margin: auto;
    border: solid 1px #ddd;
    padding: 1px;
    margin-bottom: 5px;
}
.block-detail p {
    line-height: 21px;
    font-size: 13px;
    text-align: justify;
}
.block-more{
    text-align: right !important;
    line-height: inherit !important;
}
.block-more a {
    background-color: #ffab1f;
    color: #111;
    padding: 3px 5px;
    font-size: 11px;
    border-radius: 3px;
}

.block-more a:hover{
    background-color: #333;
    color: #fff;
}

.block-more a i{
    margin-right: 3px;
}

.line-right{
        /* border-right: solid 1px #ccc; */
    box-shadow: 0px 0px 10px 4px #ccc;
    margin: 10px;
    padding:0px;
}

.strip-bg {
    color: #111;
    padding: 25px 15px;
}

.strip-left{
    text-align: center;
}
.strip-left span{
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    letter-spacing: .3px;
    font-size: 22px;
}

.strip-left a {
    background-color: #131313;
    color: #fff;
    padding: 10px 20px;
    margin-left: 10px;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: .3px;
    font-weight: 600;
}

.strip-left a:hover{
    background-color: #333;
    color: #fff;
}

.nav>li {
    position: relative;
    display: block;
    border: none;
    margin-top: -1px;
}

.sml-heading {
    margin-bottom: 31px;
    width: 100%;
    float: left;
}

.sml-heading h3 {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: .3px;
    font-weight: 600;
    color: #eee;
    border-bottom: solid 1px #333;
    padding-bottom: 4px;
}

.sml-heading h3 span {
    border-bottom: solid 2px #ffab1f;
    padding-bottom: 2px;
}

.footertop-bg{
    padding: 25px 0px;
}
.news-ticker{
    margin-top: 20px;
}
.panel {
    margin-bottom: 0px;
    background-color: rgba(255, 255, 255, 0.07);
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #eee;
}

.panel-footer {
    padding: 3px 5px;
    background-color: rgba(255, 255, 255, 0.07);
    border-top: none;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 3px 5px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
    border: none;
    color: #eee;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #ffab1f;
    background-color: transparent;
    border-color: #ddd;
    border: none;
}

.img-circle {
    border-radius: 50%;
    margin-right: 15px;
}

.news-item{
    margin-bottom: 15px;
    font-size: 13px;
}

.news-item a{
    margin-left: 3px;
    color: #eee;
}

.address-div{
    color: #eee;
    margin-top: 20px;
}
.address-head{
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -.3px;
}

.copy-bg{
    padding: 20px 0px;
}

.copy-left a{
    color: #fff;
    font-size: 13px;
}
.copy-left span{
    margin-right: 7px;
    padding-right: 7px;
    border-right: solid 1px #eee;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.copy-left span:hover {
    color: #ffab1f;
}

.line-none{
    border: none !important;
}
.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #eee;
    border-radius: 0px;
}
.carousel-indicators .active {
    width: 13px;
    height: 13px;
    margin: 0;
    background-color: #ffab1f;
    border: 1px solid #ffab1f;
}

.carousel-indicators {
    position: absolute;
    bottom: 0px;
    left: inherit;
    z-index: 15;
    width: 100%;
    padding-left: 0px;
    margin-left: 0px;
    text-align: right;
    list-style: none;
    right: 10px;
}

.copy-right p{
    margin-bottom: 0px;
}
.copy-right p{
    text-align: right;
    font-size: 13px;
    color: #eee;
}
.copy-right p a{
    color: #eee;
}
.copy-right p a:hover {
    color: #ffab1f;
    margin-left: 5px;
}

.address-div i{
    margin-right: 3px;
}

.address-div p{
    margin-bottom: 7px;
}

#strip-sec {
    background-color: #ffab1f;
}

#footer {
    background-color: #1f1f1f;
}

#copy-div {
    background-color: #080808;
    border-top: solid 1px #2f2f2f;
}


.gal-padding{
    padding: 3px !important;
}

.gal{
    overflow: hidden;
}
.gal img{

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.row-div{
    margin-left: -3px;
    margin-right: -3px;
}

.gal img:hover {
    opacity: 10;
    cursor: zoom-in;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.gal-imgs{
    margin-top: 16px;
}



.burning{
    color: white;         /* A light text makes a nice bright flame source */
    background: black;    /* A dark background gives some contrast */
    letter-spacing: 3em;  /* Big text shows off the effect best */  
    font-weight: bold;
}

.flame-main{
    position: inherit;
    z-index: 999;
    width: 100%;
}

.flame-left {
    max-width: 22px;
    width: 100%;
    position: absolute;
    top: 35%;
    z-index: 9999;
    margin-left: 3%;
}

.flame-right {
    max-width: 22px;
    width: 100%;
    position: absolute;
    top: 35%;
    z-index: 9999;
    margin-right: 3%;
    right: 0;
}



.intro-name-sub {
    font-family: 'Noto Sans Malayalam', serif;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.intro-name-para {
    font-family: 'Noto Sans Malayalam', serif;
    color: #fff;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #ffab1f;
}

.intro-name {
    position: absolute;
    z-index: 999;
    text-align: center;
    padding-top: 25px;
    width: 100%;
    top: 0px;
}

#page-banner img{
    width: 100%;
}



.abt-inr{
    background-color: #eee;
    padding: 40px 15px;
}

.about-left {
    max-width: 400px;
    width: 100%;
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
    border: solid 1px #afafaf;
    padding: 1px;
}

.abt-heading {
    font-weight: 900;
    font-size: 22px;
    margin-bottom: 10px;
    font-family: 'Raleway', sans-serif;
    color: #ff0033;
    margin-top: 10px;
    border-bottom: 2px solid #ff0033;
}






#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999999999;
}

#loader1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999999999;
}


.sk-wave {
    position:absolute;
    top: 45%;
    left: 50%;
    margin-left: -40px;
    margin: 0px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px; }
.sk-wave .sk-rect {
    background-color: #f43438;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }
.sk-wave .sk-rect1 {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s; }
.sk-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
.sk-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
.sk-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
.sk-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }

@-webkit-keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4); }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4); }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1); } }




@media (min-width: 991px){
    .navbar-nav {
        float: inherit;
        margin: 0;
        text-align: center;
        align-items: center;
        display: inline-flex;
    }
    .navbar-nav>li {
        float: inherit !important;
    }
}
.content-address
{
    line-height: 20px;
    text-align: justify;
    color: #333;
    font-family: 'Noto Sans Malayalam', serif;
    font-size: 17px;
}

.festival_title
{
    color: #f03;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

/**************** New Edits ***************/
@media (max-width: 767px)  {
    .mob-right{
        padding-right: 15px !important;
    }
    .mob-left{
        padding-left: 15px !important;
    }
    #sm-slider img{
        width: 100%;
    }
    .right-language {
        margin-bottom: 4px;
    }
    .right-language .btn{
        padding: 1px 12px;
    }
    .right-links {
        margin-top: 4px;
    }
    .social-item {
        margin-bottom: 1px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin-right: 5px;
    }
    .logo-div img{
        min-width: 230px;
    }
    #header-back {
        height: 72px;
    }
}
@media (max-width: 670px)  {
    .col-xs-mob-full{
        width: 100%;
    }
}
@media (max-width: 500px)  {
    #header-back {
        height: 63px;
    }
}
@media (max-width: 400px)  {
    .col-xxs-12{
        width: 100%;
    }
    .right-links{
        float: none;
    }
    .right-social {
        display:  inline-block;
    }
    #header-back {
        height: 125px;
    }
}
.abt-right-img {
    height: auto;
    display: inline-block;
}
.right-links{
    margin: 5px 0;
}
.col-xs-mob-full iframe{
    width: 100%;
}
.contact h4{
    margin-left: 0;
}
.blog-card {
      box-shadow: 0 4px 10px rgba(0,0,0,0.08);
      border-radius: 12px;
      overflow: hidden;
      transition: transform 0.2s;
    }

    .blog-card:hover {
      transform: translateY(-5px);
    }

    .blog-card img {
      height: 220px;
      object-fit: cover;
    }

    .blog-card .card-title {
          font-size: 20px;
    font-weight: 500;
    color: #d95350;
    text-align: center;
    padding: 10px 0px;
    }

    .blog-card .card-text {
          font-size: 16px;
    color: #000000;
    margin-bottom: 1rem;
    padding: 0px 15px;
    }

    .blog-card .btn {
          font-size: 1.4rem;
    padding: 0.8rem 1rem;
    background: #f53438;
    border: none;
    margin: 20px auto;
    }
    
    
   #video.carousel {
      margin-top: 30px;
    }

    .video-container {
      position: relative;
      padding-bottom: 56.25%; /* 16:9 aspect ratio */
      height: 0;
      overflow: hidden;
      background: #000;
    }

    .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    #video.carousel-control.left,
    #video.carousel-control.right {
      background-image: none;
      color: #000;
      font-size: 30px;
      top: 45%;
    }

    #video.carousel-inner .item .col-sm-4 {
      padding: 10px;
    }

    @media (max-width: 767px) {
      #video.col-sm-4 {
        width: 100%;
        float: none;
      }
    }
    
 section#about-sec {
    padding: 60px 0px;
}
section#blocks {
    padding: 60px 0px;
    background: #f9f2f2;
}
section#blogs {
    padding: 60px 0px;
    background: #f9f2f2;
}
section#video {
    padding: 60px 0px;
    
}
.heading-div h1 {
    font-size: 25px;
    color: #F44336;
}
section#page-banner {
    padding-bottom: 60px;
}
.attractions img {
    width: 50% !important;
    float: left;
    padding: 10px;
}

.blog-card-inner {
   
    display: flex;
}
.card-title-inner
{
    
    text-align: left !important;
    padding: 10px 15px !important;
}
.card-text-inner
{
    
    text-align:left;
}
.blog-card .btn-inner
{
    
    float:left;
    margin: 20px !important;
}
.blog-card-inner {
    display: flex;
    margin-bottom: 20px;
}
.blog-card-inner img {
    margin-bottom: 0px; 
    height: 230px;
    object-fit: cover;
}

