<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    overflow-x: hidden !important;
}
body {
    padding: 0;
    margin: 0;
    font-size: 16px !important;
    font-weight: 300!important;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    line-height: 26px;
    -webkit-text-size-adjust: none;
    font-family: 'Noto Sans Malayalam', sans-serif !important;}
.font-pt-serif {
    font-family: 'IBM Plex Serif', serif;}
input:hover,
input:focus,  {
    outline: none !important;
}
button:focus{ outline: none !important;}
:hover,
.title-sm,
.title-sm:before,
button,
button:hover,
a,
a:hover,
.img-hover,
.list-activity a i,
.list-activity a:hover i,
.btn-map i,
.btn-map:hover i,
.btn.btn-more,
.btn.btn-more:hover,
.video-thumb i {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.gray_bg {
    background-color: #e8e8e8;
}
.border1{border: 1px solid #000 !important; border-radius: 0!important;}
/* 20/11/2020 */
body::-webkit-scrollbar {
    width: 0.5em;
}
body::-webkit-scrollbar-track {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: #b9b9b9;
  outline: none;
  border-radius: 5px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000 !important;
    opacity: 1; /* Firefox */
  }
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000 !important;
  }
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #000 !important;
  }



.custom-form{
    justify-content: space-between;
    flex-direction: row;
}

.add-sec{justify-content: end; display: flex;}
#header.menu_fixed {
    top:0;
    background:#3e3e3e; padding: 10px 0;
}
.form-control {
    display: block;    border-bottom: 1px solid #ced4da !important;

    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 !important ;
    border-radius: 0!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-group .form-control:focus {
    outline: none;
    box-shadow: none !important;
}
.form-group .form-control {
    background-color: #fff !important;
    height: 44px !important;
}
.form-group .input-group-addon.ph {
    padding-right: 20px;
    padding-top: 17px;
    padding-bottom: 10px;
    padding-left: 20px;
    color: #000 !important;
    background-color: #f8f8fa !important;
    border-bottom: 1px solid #ced4da !important;
    border-right: 1px solid #ced4da !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff !important;    font-size: 18px;
}

.navbar-nav { font-size: 14px; }
.mandatory{color: red;}

.hidden,
#uploadImg:not(.hidden) + label {
  display: none;
}
.form-group .form-control #file {
  display: none;
  margin: 0 auto;
}
 .form-group .form-control #upload {
  display: block;
  padding: 10px 25px;
  border: 0;
  margin: 0 auto;
  letter-spacing: 0.05em;
  cursor: pointer;
  outline: none;
  transition: 0.3s ease-in-out;
}


.hr-bottom{border-top: 1px solid rgb(224 220 164 / 20%) !important;}

.bg-theme{background: #7f6bab !important; }
.bg-white{background-color: #fff;}
.bg-yellow.btn {
    background: #fed500;
}
.bg-yellow.btn:hover {
    border:1px solid #fed500; background: #fff;    transition: 0.1s ease-in-out;     transform: rotate(0deg);


}
.txt-theme {
    color:#7f6bab;
}
.txt-red {
    color:#e72127;
}
.img-full {
    width: 100%;
}
.scrollTop {
    position: fixed;
    right: 15px;
    bottom: 40px;
    display: none;
    cursor: pointer;
    padding: 8px 12px;
    background: transparent;
}
.scrollTop span {
    font-size: 22px;
    color: #2b2b2b;
}
.text-bold {
    font-weight: bold;
}
.text-normal {
    font-weight: normal !important;
}
.vh-100 {
    height: 100vh;
}
.rounded-10 {
    border-radius: 10px;
}
.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}
.web-d-none {
    display: none;
} 
.web-d-block {
    display: block;
}
.btn-map {
    position: absolute;
    top: 40%;
    left: 50%;
    margin-right: 0;
    transform: translate(-50%, -50%);
}
.btn-map i {
    color: #f42424;
    font-size: 42px;
}
.main-menu-item .navbar-nav {
    display: block;
}
#banner {
    min-height: 187px;
    position: relative;
}

.left-0 {
    left: 0;
}
.right-0 {
    right: 0;
}
a {
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s
}

body a:hover {
    outline: none;
    text-decoration: none;
}
body pre {
    color: #666;
    line-height: 1.7;
    font-size: 16px;
    margin-bottom: 0;
    color: #434343;
}
a:focus,
.button:focus,
button:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    -webkit-transition: 1s;
    transition: 1s
}
ul {
    list-style: none;
    margin: 0;
    padding: 0
}
.img-left{width:50%; float: left; }
.img-right{width:50%; float: right; }
.label_file {
    position: absolute;
    right: 30px;
    top: 10px;font-size: 14px;
    color: #898989;
}

@media(max-width:768px){
    .custom-form{
        justify-content: space-between;
        flex-direction: column;
    }
    .label_file {position: relative;
        text-align: right;
            margin-top: -15px;
            margin-bottom: 0;
            font-size: 14px; right: 0;
        }
        .h5, h5 {
            font-size: 1rem;
        }


}

.img-full{width: 100%;}
.text-black {
    color: #000;
}
.map-view-btn {
    margin-top: 8px;
}
.border.bdr-white {
    border: 1px solid #fff !important;
}
.border.bdr-green {
    border: 1px solid #67bc18 !important;
}
/* spotlight end */
/* about */
.text-theme {
    color: #000;
}
.sectionTitle strong {
    margin-left: 5px;
}
.section {
    padding: 60px 0;
}
.section-lg {
    padding: 80px 0;
}

.list li {
    margin-bottom: 20px;
    background: url("../images/listBg.png") no-repeat;
    background-position: left top;
    padding-left: 10px;
}
.list li:last-of-type {
    margin-bottom: 0;
}
.bg-black {
    background: #222 !important;
}
#breadcrumb {
    background: #f9f9f9;
    border-bottom: 1px solid #dadada;
}
#breadcrumb .breadcrumb {
    background: none;
    margin: 0;
    padding: 0.75rem 0;
}
#breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    display: none;
}
.mob-logo {
    max-width: 55px;
    padding: 0 5px;
    display: inline-block;
}

@media(min-width:768px) and (max-width: 991px){

    #relcarousel .owl-controls {
        display: none !important;
    }
    .px-4.mob-px-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    #header .navbar-dark .navbar-nav .logo-rgt {
        display: none;
    }
    .mob-logo-block {
        display: block;
    }
    .px-5.mob-px-2 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .pt-5.mob-pt-0 {
        padding-top: 0 !important;
    }
    .section {
        padding: 30px 0;
    }
    .px-5.mob-px-0 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    #header {
        background: none;
    }
    #header .stellarnav li a {
        font-size: 13px;
    }
    .pt-5.mob-pt-0 {
        padding-top: 0 !important;
    }
    .mob-d-none {
        display: block;
    } 
    .mob-d-block {
        display: block;
    }
}

/* custom 991 */
@media(max-width:767px) {
    .navbar-collapse {
        background-color: #b7accd;
    padding: 20px;
    }
    .navbar-light .navbar-toggler {
        background-color: #fff;
    }
  
    .section,
    .section-lg {
        padding: 25px 0;
    }
   
    #footer{}
    #footer p,
    #footer p a {
        font-size: 14px;
    }
    .mob-sx-px-1 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .list-activity a i {
        margin: 0 auto 5px;
    }
    .mob-px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}


/* custom 991 */
@media(max-width:990px) {
    .navbar-collapse {
        background-color: #b7accd;
    padding: 20px;
    }
    .navbar-light .navbar-toggler {
        background-color: #fff;
    }
}

.effect:hover{ opacity: 0.8;}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}</pre></body></html>