@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Hind+Mysuru:wght@300;400;500;600;700&family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');


:root {
    --primary_color: #18A590;
    --secondary_color: #AFF4DD;
    --hover_color: #AFF4DD;
    --highlight_color: #FCAF1B;
    --btn_green: #006D07;
    --btn_red: #C20101;
    --back_grey: #f2f2f2;
    --back_menu: #f2f2f2;
    --box_border: #c2c2c2;
    --box_back: #fff;
    --input_border: #363636;
    --main_font: "Hind Mysuru", sans-serif;
    --heading_font: "Livvic", sans-serif;
    --menu-primary-color: #003366;
    --menu-primary-text-color: #fff;
    --menu-secondary-color: #fff;
    --menu-secondary-text-color: #000;
    --menu-third-color: #f3f3f3;
    --menu-third-text-color: #2A5CA3;
    --menu-border-color: #FCAF1B;
    --text_color: #686868;
}
body {
    font-family: var(--main_font);
    font-size: 1.2rem;
    color: var(--text_color);
        background-color: #FFFEF9;
}



img {
    padding: 0px;
    margin: 0px;
    padding-bottom: -10px;
    width: auto;
    height: auto;
}
img.width100,
img.imagepopup_100 {
    width: 100% !important;
    height: auto !important;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
}

img.width50,
img.imagepopup_50 {
    width: calc(50% - 40px) !important;
    height: auto !important;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
}

img.width33,
img.imagepopup_33 {
    width: calc(33.333% - 40px) !important;
    height: auto !important;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
}

img.width25,
img.imagepopup_25 {
    width: calc(25% - 40px) !important;
    height: auto !important;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
}

hr {
    clear: both;
    border: none;
}

p,
li,
th,
td {
    font-weight: normal;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    line-height: 160%;
}

li,
th,
td {
    padding: 0px;
    line-height: normal;
}

a {
    text-decoration: none;
    color: var(--primary_color);
}

a:hover {
    text-decoration: underline;
}

a:visited {
    text-decoration: none;
}
.center {
    text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading_font);
    color: var(--primary_color);
    font-weight: normal;
}
h1 {
    font-size: 3.5rem;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    font-weight: normal;
}

h1::after {
}

h2 {
    font-size: 2.5rem;
    font-weight: normal;
    margin: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
}

h2::after {
}

h2 a {
    color: #003366;
    text-decoration: none;
}

h3 {
    font-size: 2rem;
}

h3::after {
}

h3 a {
    color: #1A3C57;
    text-decoration: none;
}

h4 {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    padding: 0px;
    font-size: 20px;
}

h5 {
    font-size: 18px;
    font-weight: bold;
}

h6 {
    font-weight: bold;
}
fieldset {
    border: none;
}
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'],
textarea,
select,
input[type='time'] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid var(--input_border);
    margin-bottom: 5px;
    border-radius: 5px;
}

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'],
select {
    width: 100%;
    vertical-align: middle;
}

textarea {
    height: 120px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

input[type='time'] {
    width: auto;
}

input[type='checkbox'] {
    height: 30px;
    width: 30px;
    vertical-align: middle;
}

input[type='radio'] {
    height: 30px;
    width: 30px;
    vertical-align: middle;
}

textarea::placeholder, input::placeholder {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: #868686;
  }
.btn_submit,
.btn_more_details,
.btn,
.btn_more_info,
button {
    background-color: var(--highlight_color);
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.btn.center {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 160px;
    text-align: center;
}

btn.active {
    background: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

.hidden {
    display: none;
}
.caption {
    font-size: 12px;
    color: #657EA5;
}
table {
    width: 100%;
    border-collapse: collapse;
    display: table;
    margin-bottom: 20px;
}

table tr {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #8296B4;
}

table tr th {
    padding: 5px;
    text-align: left;
    background-color: var(--primary_color);
    color: #fff;
}

table tr td {
    padding: 5px;
    background-color: #EBEBEB;
}

table tr td a {
    text-decoration: none;
}
div {box-sizing: border-box;}

p {
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}

p.first {
    font-size: 1.6em;
}

p.date {
    font-weight: normal;
    padding-bottom: 10px;
    color: #a2a2a2;
    text-transform: uppercase;
    font-size: 18px;
}

p.strapline {
    font-weight: normal;
    font-size: 1.8em !important;
    color: var(--primary_color);
}
p.large {
    font-family: var(--heading_font);
    font-weight: normal;
    font-size: clamp(28px, 4.5vw, 2.2em) !important;
}
p.medium {
    font-weight: normal;
    font-size: 1.2em !important;
}

p.notes {
    font-weight: normal;
    font-size: .8em !important;
}

a#rss {
    font-size: 13px;
    font-weight: bold;
    color: #FF9900;
    text-decoration: none;
}
video {
    width: 100% !important;
    height: auto !important;
}

#videobox {
    font-size: 12px;
    color: #666;
    text-align: center;
    padding: 10px;
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
}

#video_wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    margin-right: auto;
    margin-left: auto;
}

#video_wrapper iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    left: 0;
    top: 0;
    clear: both;
}

#contact_form_box {
    width: 100%;
    padding: 10px;
    float: right;
    box-sizing: border-box;
}

#contact_form_box label {
    display: none;
}

.video_col {
    width: 50%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wow {
    visibility: hidden;
  }

#latest_blog li a {
    background-color: #fff;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-row-gap: 0px;
    grid-column-gap: 0px;
}

#latest_blog li .image img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: -5px;
    padding: 0px;
}
#latest_blog li .content {
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center; /* Vertically centers the content */
    height: 100%; /* Ensure the container takes full height */
    box-sizing: border-box;
    min-height: 320px;
}
#latest_blog li .heading {
    font-weight: normal;
    font-size: clamp(36px, 4.5vw, 64px);
    margin: 0px;
    display: block;
    width: 100%;
    text-align: left;
    padding-bottom: 20px;
}

#latest_blog li .date {
    color: #686868;
    display: block;
    width: 100%;
    text-align: left;
    margin: 0px;
}

#recent_blogs_container {
    border-top: 4px solid var(--primary_color);
}
#blog_content {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}
#banner_image.blog {
    width: 100%;
    height: 640px;
    margin-bottom: 20px;
    display: block;
}
#block_903311 p.strapline {
    font-size: clamp(28px, 5.5vw, 72px)!important;
    line-height: 120%;
    margin: 0px!important;
}
#block_903311 h1 {
    font-size: clamp(22px, 2.5vw, 32px);
    color: #000;
    margin: 0px!important;
}
#block_909333, #block_909411 {
        grid-row-gap: 0px;
}
.itemboxes .boxGridItem_container {
    border: 1px solid var(--primary_color);
    background-color: #fff;
}
#latest_blog .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 1280px) {

}


@media (max-width: 1020px) {
#latest_blog li a {
    background-color: #fff;
    display: grid !important;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-row-gap: 0px;
    grid-column-gap: 0px;
}
}

@media (max-width: 850px) {
#banner_image.blog {
    height: 560px;
}
#search_box {
    display: none!important;
}
}


@media (max-width: 640px) {

    #contact_form_box {
        width: 100%;
        padding: 10px;
        float: none;
    }

    .video_col {
        width: 100%;
    }
    #banner_image.blog {
    height: 480px;
}
}

@media (max-width: 480px) {

    img.width100 {
        width: 100% !important;
        height: auto !important;
    }

    img.width50 {
        width: 100% !important;
        height: auto !important;
        clear: both;
    }

    img.width33 {
        width: 100% !important;
        height: auto !important;
        clear: both;
    }

    img.width25 {
        width: calc(50% - 30px) !important;
        height: auto !important;
        margin-left: 15px;
        margin-right: 15px;
    }
}
