<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.header-home {
    position: relative;
}

.nav_w2ls {
    background: rgba(5, 211, 235, 0.9);
    position: absolute;
    left: 0 !impoertant;
    top: 0;
    padding: 1em 2.5em 1.2em;
    z-index: 8;
}
.head{ position:relative; }
.nav_w3ls {
 /*  background: rgba(5, 211, 235, 0.9);*/
 background:rgba(0, 0, 0, 0.69);
    position: absolute;
    right: 0;
    top: 0;
    /*padding: 1em 2.5em 1.2em;*/
    z-index: 9;
	height:100%;
}

/* CSS Document */
.toggle-2,
.toggle,
[id^=drop] {
    display: none;
}

/* Giving a background-color to the nav container. */
nav {
    margin: 0;
    padding: 0;
}
nav.home{
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
}
/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
    content: "";
    display: table;
    clear: both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

/* Positioning the navigation items inline */
nav ul li {
    margin: 0px;
    display: block;
/*	background: rgba(0, 0, 0, 0.69);

   background-color: rgba(0, 0, 0, 0.69);*/

  border-bottom: 1px solid  rgba(14, 15, 15, 0.69)
/*	background:rgba(14, 15, 15, 0.69); border-bottom: 1px solid #cac2c2e6;*/
	
/*	padding: 2px 0 2px 15px;
    background-image:url(http://server1/keralatourism.org/images/malabar/ic_arrow_Yellow.png);
    background-repeat: no-repeat;
    background-position: 0 50px;*/

	
	
	
/*	list-style-image:url(http://server1/keralatourism.org/images/malabar/ic_arrow_Yellow.png); 
*/
 /* background-color:#00000059;*/
  /*  padding:2px 0px;*/
	
}
nav ul li.home {
    margin: 0px;
    display: block;
    background: rgba(0, 0, 0, 0.69);

   background-color: rgba(0, 0, 0, 0.69);

  border-bottom: 1px solid #383838e6;
}
/* Styling the links */
nav a {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    display: block;
/*    margin: 5px 0;*/
    font-weight: 400;
    text-transform: uppercase;
	text-align:left;
   	border-left: 3px solid transparent;
    padding:10px 35px;
}
@media (max-width:1366px)
{
    nav a {
        color: #fff;
        font-size: 13px;
        letter-spacing: 1px;
        display: block;
    /*    margin: 5px 0;*/
        font-weight: 400;
        text-transform: uppercase;
        text-align:left;
           border-left: 3px solid transparent;
        padding:5px 15px;
    }
}
nav a:hover {
    color: #fff;
    opacity: .8;
	 border-left: 3px solid transparent;
     background-color:#00000059;
}

.active-menu {
	   	border-left: 3px solid #ffdb00;
        background-color:#000;
		color:#FFF;}
	 
nav ul li ul li a:hover {
    color: #000;
    background:#0C9;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
    display: none;
    position: absolute;
    top: 88px;
    background: #fff;
/*    padding: 10px;*/
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 9;
    /* left: 0; */
    right: 100px;
}

.social {
  width: 30px;
  height: 29px;
  display: block;
  background:url("https://www.keralatourism.org/images/malabar/Social-icon.png");
  padding:0px;
}
.social.icon-2 {
  background: url("https://www.keralatourism.org/images/malabar/Social-icon.png")60px 0px; padding:0px;
}
.social.icon-3 {
  background: url("https://www.keralatourism.org/images/malabar/Social-icon.png") 30px 0px; padding:0px;
}
.logo-section
{
    /*padding:20% 0%;*/
    padding-bottom: 0;
    height: 100%!important;
}





/* Media Queries
--------------------------------------------- */
@media(max-width: 991px) {
    nav a {
        font-size: 15px;
    }
}

@media(max-width: 800px) {
    nav a {
        font-size: 15px;
        margin: 14px 0;
    }
}

@media all and (max-width : 1024px) {
    .nav_w3ls.home
    {
        position: fixed;
        height: auto;
    }
    nav {
        margin: 0;
    }

    nav ul ul {
        margin-top: -10px;
    }

    /* Hide the navigation menu by default */
    /* Also hide the  */
    .toggle+a,
    .menu {
        display: none;
    }

    /* Stylinf the toggle lable */
    .toggle {
        display: block;
        padding: 5px 5px;
        font-size: 17px !important;
        text-decoration: none;
        border: none;
        background-color: rgba(0, 0, 0, 0.85);
      /*  background-color: rgba(5, 211, 235, 0.9);
        color: #fff;*/
        -webkit-border-radius: 0px;
        -o-border-radius: 0px;
        -ms-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        letter-spacing: 1px;
        cursor: pointer;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
        transition: 0.5s all;
         max-width: 75px;
    /*    max-width:100%;*/
        margin: 0 auto;
    }
    .toggle.home {
        display: block;
        padding: 5px 5px;
        font-size: 17px !important;
        text-decoration: none;
        border: none;
        background-color: rgba(0, 0, 0, 0.85);
      /*  background-color: rgba(5, 211, 235, 0.9);
        color: #fff;*/
        -webkit-border-radius: 0px;
        -o-border-radius: 0px;
        -ms-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        letter-spacing: 1px;
        cursor: pointer;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
        transition: 0.5s all;
         max-width: 75px;
    /*    max-width:100%;*/
        margin: 0 auto;
        position: fixed;
        right: 0;
        z-index: 5555;
    }

    .menu .toggle {
        float: none;
        text-align: center;
        margin: auto;
        max-width: 120px;
    /*    padding: 0px;*/
        font-weight: normal;
        font-size: 14px !important;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: 400;
        background: transparent;
    }

    /* Display Dropdown when clicked on Parent Lable */
    [id^=drop]:checked+ul {
        display: block;
      /*  background: rgba(5, 211, 235, 0.9);*/
	/*	background:rgba(255, 207, 0, 0.67);*/
	    background-color: rgba(0, 0, 0, 0.85);
        padding: 15px;
        text-align: center;
        width:70%;
		z-index:15px;
		left:15%;
		
    }
    [id^=drop]:checked+ul.home {
        display: block;
      /*  background: rgba(5, 211, 235, 0.9);*/
    /*  background:rgba(255, 207, 0, 0.67);*/
        background-color: rgba(0, 0, 0, 0.85);
        padding: 15px;
        text-align: center;
        width:100%;
        z-index:15px;
        left:0%;
        
    }

    /* Change menu item's width to 100% */
    nav ul li {
        width: 100%;
        padding: 0;
    }

    nav ul ul .toggle,
    nav ul ul a {
        padding: 0 40px;
    }

    nav ul ul ul a {
        padding: 0 80px;
    }

    nav a:hover,
    nav ul ul ul a {
        background-color: transparent;
    }

    nav ul li ul li .toggle,
    nav ul ul a,
    nav ul ul ul a {
        padding: 4px 20px;
        color: #FFF;
    }

    /* 
    nav ul li ul li .toggle,
    nav ul ul a {
        background-color: #212121;
    } */

    /* Hide Dropdowns by Default */
    nav ul ul {
        float: none;
        position: static;
        color: #fff;
        background: #fff !important;
        margin-top: 4px;
        padding: 1px 0 !important;
        /* has to be the same number as the "line-height" of "nav a" */
    }

    /* Hide menus on hover */
    nav ul ul li:hover&gt;ul,
    nav ul li:hover&gt;ul {
        display: none;
    }

    /* Fisrt Tier Dropdown */
    nav ul ul li {
        display: block;
        width: 100%;
        padding: 0;
    }

    nav ul ul ul li {
        position: static;
        /* has to be the same number as the "width" of "nav ul ul li" */
    }

    nav a {
        font-size: 14px !important;
       /* padding: 0;*/
        margin: 10px 0;
    }
    nav.home a {
        font-size: 14px !important;
       /* padding: 0;*/
        margin:2px 0;
    }
    nav a:hover {}

    nav ul ul li a {
        font-size: 13px !important;
    }

    .nav_w3ls {
        background: transparent;
        padding: 0;
        width: 100%;
    }
    .logo-section
    {
        padding:0% 0%;
        height: 100%!important;
    }
}

@media all and (max-width : 440px) {
    .toggle {
        font-size: 15px;
    }
}

@media all and (max-width : 375px) {

    nav a,
    .menu .toggle {
        font-size: 13px;
    }
}

/* //navigation */

/* banner */
.banner_w3lspvt {
    background: url(https://www.keralatourism.org/images/malabar/2.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.banner-text {
    padding: 15vw 0 16vw;
}

.banner-bot {
	color:#FFF;
    background: rgba(14, 15, 15, 0.39);
    padding: 2em;
	 margin:5em 5em;
/*	 border:1px solid red;*/
    max-width: 550px;
    -webkit-box-shadow: 7px 7px 10px 0 rgba(56, 56, 56, 0.21);
    -moz-box-shadow: 7px 7px 10px 0 rgba(56, 56, 56, 0.21);
    box-shadow: 7px 7px 10px 0 rgba(56, 56, 56, 0.21);
}
.banner-bot.home {
    color:#FFF;
    background: rgba(14, 15, 15, 0.39);
    padding: 2em;
     margin:5em 5em;
/*   border:1px solid red;*/
    max-width: 550px;
    -webkit-box-shadow: 7px 7px 10px 0 rgba(56, 56, 56, 0.21);
    -moz-box-shadow: 7px 7px 10px 0 rgba(56, 56, 56, 0.21);
    box-shadow: 7px 7px 10px 0 rgba(56, 56, 56, 0.21);
    position: absolute;
left:15%;
top: 30%;
transform: translate(-50%,-50%);
}


.banner-inner {
	color:#FFF;
	position:relative; 
	/*min-height:200px;*/
    background: rgba(14, 15, 15, 0.39);
    padding: 2em;
	margin:1em 0em;
/*	 margin:5em 5em;*/
/*	 border:1px solid red;*/
  /*  max-width: 550px;*/
/*    -webkit-box-shadow: 7px 7px 10px 0 rgba(56, 56, 56, 0.21);
    -moz-box-shadow: 7px 7px 10px 0 rgba(56, 56, 56, 0.21);
    box-shadow: 7px 7px 10px 0 rgba(56, 56, 56, 0.21);*/
}
.nav-bg { background-color:rgb(74, 3, 48);border-bottom: 1px solid #4a0330;}
.dark_1{background-color: #4a0330 !important;}

a.logo {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

.banner-text.text-center p {
    font-size: 14px;
    font-weight: 100;
    color: #efefef;
    font-style: italic;
}

a.button-style {
    padding: 12px 22px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-top: 3em;
    background: #fff;
    font-weight: 600;
    border: none;
}

/* social icons */
.social-icons {
    border-top: 1px solid rgbargba(27, 28, 25, 0.86);
    border-bottom: 1px solid rgba(255, 255, 255, 0.23);
    width: 200px;
    padding: 12px 0;
    transform: rotate(-8deg);
}

.social-icons ul li {
    display: inline-block;
}

.social-icons ul li a span {
    color: #eee;
    margin: 0 10px;
    font-size: 15px;
}

.carousel-indicators {
    z-index: 8 !important;
}


.hl-m{ background-image:url(https://www.keralatourism.org/images/malabar/mjm.jpg);
background-repeat:no-repeat;
 width:100%;}

@media(max-width: 800px) {
 .hl-m{ background-image:url(https://www.keralatourism.org/images/malabar/mm-1024.jpg);
background-repeat:no-repeat;}
}


@media(max-width: 1024px)
{
    .banner-bot.home {
    color:#FFF;
    background: rgba(14, 15, 15, 0.39);
    padding: 2em;
     margin:0em 0em;
/*   border:1px solid red;*/
    max-width: 550px;
    -webkit-box-shadow: 7px 7px 10px 0 rgba(56, 56, 56, 0.21);
    -moz-box-shadow: 7px 7px 10px 0 rgba(56, 56, 56, 0.21);
    box-shadow: 7px 7px 10px 0 rgba(56, 56, 56, 0.21);
    position: absolute;
left:50%;
top: 50%;
transform: translate(-50%,-50%);
}
}
</pre></body></html>