<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
DEFAULT CSS STARTS HERE 
*/
html {
scroll-behavior: smooth;
overflow-x: hidden;
font-size: 16px;
}
::selection {
background: #transparent;
color: #transparent;
}
body {
padding-top: 0px;
font-family: 'Roboto', sans-serif;
font-size: 1rem;
line-height: 1.5;
color: #transparent;
overflow-x: hidden;
font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {color: #00AE54;font-weight: 500;font-family: 'Roboto', sans-serif;}
h1 {
2.813rem;}
h2 {
font-size: 2.375rem;
}
h3 {
font-size: 2.125rem;
}
h4 {
font-size: 1.75rem;
}
h5 {
font-size: 1.563rem;
}
h6 {
font-size: 1.375rem;
}
a {
color: #0091E0;
text-decoration: none;
border-bottom: 1px solid transparent;
transition: border-color 0.4s ease, color 0.4s ease;
outline: none !important;
}
a:not(.btn):hover, a:not(.btn):focus {
color: #00AE54;
text-decoration: none;
border-bottom-color: #00AE54;
outline: none !important;
}
p {
margin-bottom: 14px;
}
p:last-child {
margin: 0;
}
ul:not(.nav-pills):not(.nav-tabs):not(.navbar-nav):not(.select2-choices):not(.slick-dots):not(.select2-results) li {
list-style: none;
position: relative;
padding-left: 20px;
}
ul:not(.nav-pills):not(.nav-tabs):not(.navbar-nav):not(.select2-choices):not(.slick-dots):not(.select2-results) li:before {
content: "";
position: absolute;
width: 8px;
height: 8px;
background: #00AE54;
border-radius: 50%;
left: 0;
top: 8px;
}
blockquote {
padding: 23px 25px;
border-left: 5px solid #00AE54;
background: rgb(147 213 10 / 22%);
font-size: 1.3rem;
color: #333;
font-weight: 400;
border-radius: 0;
}
.well {
font-size: 1rem;
color: #transparent;
background-color: #fff;
border: 0;
padding: 20px 30px;
border-radius: 0;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
}
.bg-primary {
font-size: 1rem;
background: #transparent;
border-radius: 0;
color: #transparent;
padding: 20px 30px;
}
.panel-primary {
border: 0;
border-radius: 0;
background-color: #fff;
box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}
.panel-primary .panel-heading {
border: 0;
background: #00AE54;
border-radius: 0;
padding: 16px 30px;
margin-bottom: 12px;
}
.panel-primary .panel-heading .panel-title {
color: #fff;
font-size: 1.2rem;
margin-bottom: 10px;
}
.panel .panel-heading-buttons h3 {
float: none;
}
.panel-primary .panel-heading span {
color: #fff;
}
.panel-primary .panel-body {
padding: 20px 30px;
}
.panel-primary .panel-body .btn {
font-size: 15px;
min-width: auto !important;
white-space: normal;
}
.btn {
font-size: 0.8rem;
font-weight: 700;
padding: 8px 30px 8px;
border-radius: 40px;
border-width: 2px;
border-color: #FFFFFF;
font-family: Roboto;
color: #FFFFFF;
text-transform: uppercase;
background-color: transparent;
background-repeat: no-repeat;
box-shadow: none !important;
outline: none !important;
transition: all 0.3s ease;
position: relative;
z-index: 1;
overflow: hidden;
letter-spacing: 0.35px;
}
.btn:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
background: rgb(77 139 142 / 50%);
color: #transparent;
border-radius: 30px;
left: 0;
top: 0;
transform: translateX(-110%);
z-index: -1;
transition: all 0.3s ease;
}
.btn:hover:before {
transform: translateX(0);
}
.btn:hover {
color: #transparent !important;
}
.btn-default,
.btn-default:hover,
.btn-default:focus {
background-color: #transparent !important;
color: #fff;
}
.btn-default:before {
background: #transparent;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
background-color: transparent;
color: transparent;
}
.btn-success,
.btn-success:hover,
.btn-success:focus {
border-radius: 40px;
border-color: #00AE54;
color: #00AE54;
background: transparent;
}
.btn-success:before {
background: #transparent;
}
.btn-info,
.btn-info:hover,
.btn-info:focus {
background: transparent;
border-color: #00495e;
color: #00495e;
}
.btn-warning,
.btn-warning:hover,
.btn-warning:focus {
background-color: #00AE54 !important;
color: #fff;
}
.btn-danger,
.btn-danger:hover,
.btn-danger:focus {
background-color: #transparent !important;
color: #fff;
}
.jumbotron.generic-banner {
background: #00AE54;
color: #fff;
padding: 40px 10px;
margin-bottom: 80px;
}
.jumbotron.generic-banner h1 {
font-size: 2.188rem;
margin: 0;
position: relative;
padding-left: 30px;
}
.form-control {
height: 45px;
background-color: transparent;
background-repeat: no-repeat;
box-shadow: none;
transition: border 0.4s ease;
padding: 6px 10px;
color: #333;
font-size: 1rem;
}
.form-control::placeholder {
color: #AAAAAA;
font-size: 1em;
font-weight: 400;
}
.form-control:focus {
box-shadow: none !important;
outline: none !important;
border-color: #00AE54; !important;
}
.modal {
z-index: 99999;
}
.modal-header {
background-color: #00AE54;
border: 1px solid #00AE54;
}
.modal-header h3 {
color: #fff !important;
font-weight: 700 !important;
text-shadow: none;
}
.modal-header .close {
color: #fff;
font-size: 40px;
}
/* 
DEFAULT CSS ENDS HERE 
*/
/*
HEADER CSS STARTS HERE 
*/
#banner {
background-color: #00495E;
padding: 28px 0;
transition: position 0.5s ease, padding 0.5s ease;
position: relative;
}
#banner.fixed {
position: fixed;
width: 100%;
z-index: 9999;
top:0;
padding-top: 14px;
padding-bottom: 14px;
transition: position 0.5s ease, padding 0.5s ease;
}
#banner &gt; .container {
background-color: #transparent !important;
max-width: 1630px;
width: 90%;
}
#banner &gt; .container &gt; .row {
display: flex;
align-items: center;
position: relative;
}
#banner .header {
width: 20%;
}
#banner .col-md-7 {
width: 80%;
}
#banner .header a {
float: left;
border: none;
position: relative;
z-index: 1;
}
#banner .header a img {
width: 259px;
transition: width 0.5s ease;
}
#banner.fixed .header a img {
width: 150px;
}
#banner .col-md-7 .header-top {
display: flex;
justify-content: flex-end;
align-items: center;
margin-bottom: 22px;
}
#banner.fixed .col-md-7 .header-top {
display: none;
}
#header-search {
width: 249px;
float: none;
height: 34px;
border-bottom: 1px solid #FFFFFF !important;
}
#header-search .input-group {
display: block;
}
#header-search .input-group-btn {
position: absolute;
top: 2px;
right: 2px;
width: 30px;
height: 30px;
z-index: 2;
}
#header-search .input-group-btn .btn:before, 
#header-search .input-group-btn .btn i {
display: none;
}
#header-search .input-group-btn .btn {
margin: 0;
width: 30px;
height: 30px;
padding: 0;
background-color: transparent;
background-repeat: no-repeat;
background-image: url("../images/icons/White_search.png") !important;
background-repeat: no-repeat !important;
background-size: 19px !important;
background-position: center !important;
border-radius: 50%;
border-color: transparent;
}
#header-search .input-group-btn .btn:hover {
background-color: #66cc33 !important;
}
#header-search .input-group input {
border: none;
border-bottom: 2px;
border-radius: 0px;
height: 34px;
background: rgb(0 0 0 / 0%);
font-size: 14px;
color: #00495E;
background-color: transparent;
background-repeat: no-repeat;
padding: 5px 42px 5px 22px;
}
#header-search .input-group input:focus {
border: none !important;
box-shadow: none !important;
}
#header-search .input-group input::placeholder {
color: white;
font-size: 14px;
}
#header-social {
height: 34px;
padding: 0;
margin-left: 20px;
}
#header-social &gt; a {
margin-right: 3px;
font-size: 20px;
border: none;
width: 34px;
height: 34px;
display: inline-block;
}
#header-social &gt; a:last-child {
margin: 0;
}
#header-social &gt; a i {
color: #00495e;
width: 34px;
height: 34px;
opacity: 1;
background-color: #transparent !important;
border-radius: 50%;
transition: background 0.3s ease;
padding-top: 8px;
}
#header-social &gt; a:hover i {
background-color: #5DB736 !important;
}
// #header-social a i:before {
// display: none;
// }
// #header-social a .fa-facebook {
// background: url("../images/icons/1.png") no-repeat center / 19px;
// }
// #header-social a .fa-instagram {
// background: url("../images/icons/yt-white.png") no-repeat center / 19px;
// }
// #header-social a .fa-youtube {
// background: url("../images/icons/2.png") no-repeat center / 19px;
// }
#banner .navbar {
position: relative;
border: 0;
min-height: auto;
}
#banner .navbar .container {
width: 100%;
padding: 0;
margin-left: 0;
margin-right: 0;
}
#banner .navbar.navbar-inverse .navbar-nav &gt; li {
margin: 0 20px;
padding: 0;
}
#banner .navbar.navbar-inverse .navbar-nav:not(.navbar-right) &gt; li:first-child {
display: none;
}
#banner .navbar.navbar-inverse .navbar-nav &gt; li &gt; a {
font-size: 1.063rem;
font-weight: 400;
color: #fff;
padding: 10px 5px;
position: relative;
text-align: center;
letter-spacing: 0.6px;
}
#banner .navbar.navbar-inverse .navbar-nav &gt; li .caret {
display: none;
}
#banner .navbar.navbar-inverse .navbar-nav &gt; li &gt; a:hover, 
#banner .navbar.navbar-inverse .navbar-nav &gt; li &gt; a:focus {
color: #fff;
}
#banner .navbar.navbar-inverse .navbar-nav &gt; .open &gt; a, 
#banner .navbar.navbar-inverse .navbar-nav &gt; .active &gt; a {
background-color: transparent !important;
color: #ffffff !important;
border-bottom-color: transparent;
box-shadow: 0 0 0px rgb(0 0 0 / 0%); 
}
#banner .navbar.navbar-inverse .navbar-nav &gt; li:hover &gt; a {
background-color: #ffffff !important;
color: #00495E !important;
font-weight: 400;
border-bottom-color: transparent;
box-shadow: 0 0 0px rgb(0 0 0 / 0%);
}
#banner .navbar.navbar-inverse .navbar-nav .dropdown-menu {
min-width: 230px;
border: 0;
border-radius: 0;
padding: 0;
background: #FFF;
}
#banner .navbar.navbar-inverse .navbar-nav .dropdown-menu li {
padding: 0 !important;
}
#banner .navbar.navbar-inverse .navbar-nav .dropdown-menu li a:after {
border-left-color: #00AE54;
transition: border-left-color 0.4s ease;
margin-right: -5px;
}
#banner .navbar.navbar-inverse .navbar-nav .dropdown-menu li a:hover:after, 
#banner .navbar.navbar-inverse .navbar-nav .dropdown-menu .active &gt; a:after {
border-left-color: #fff;
}
#banner .navbar.navbar-inverse .navbar-nav .dropdown-menu li:before {
display: none;
}
#banner .navbar.navbar-inverse .navbar-nav .dropdown-menu li a {
font-size: 14px;
color: #00495E !important;
padding: 7px 23px;
font-weight: 500;
background: none;
white-space: pre-wrap;
border: none;
transition: transform 0.3s ease, color 0.3s ease, background-color 0.3s ease;
}
#banner .navbar.navbar-inverse .navbar-nav .dropdown-menu li a:hover {
background-color: #003366 !important;
color: #fff !important; 
} 
#banner .navbar.navbar-inverse .navbar-nav .dropdown-menu .active &gt; a {
background-color: #ffffff !important;
color: #003366 !important;
} 
#banner .navbar.navbar-inverse .navbar-nav .dropdown-menu li a:focus {
background-color: #003366 !important;
color: #fff !important;
}
#banner .navbar.navbar-inverse .navbar-nav .dropdown-menu .dropdown-menu {
margin-top: 0;
margin-left: 0;
}
#banner .navbar.navbar-inverse .navbar-right {
margin-right: 0;
text-align: right;
}
#banner .navbar.navbar-inverse .navbar-right .btn {
margin: 0;
text-transform: capitalize;
margin-left: 20px;
}
#banner .navbar.navbar-inverse .navbar-right &gt; li {
margin: 0 !important;
}
#banner .navbar.navbar-inverse .navbar-right .dropdown-menu {
text-align: left;
}
/*
HEADER CSS ENDS HERE 
*/
/*HOME PAGE HEADER*/
#banner .btn-primary {
margin-left: 20px;
color: #ffffff;
border-color: #ffffff;
}
.tte-home #banner{
position:absolute;
background:transparent;
width:100%;
z-index:9999;
left:0;
right:0;
}
.tte-home #banner .btn-primary{
color: #00495E;
border-color: #00495E;
}
.tte-home #banner .navbar.navbar-inverse .navbar-nav &gt; li &gt; a {
font-weight: 500;
color: #00495E;
}
.tte-home #header-search .input-group input {
color:#00495E;
}
.tte-home #header-search .input-group input::placeholder{
color:#669999; 
}
.tte-home #header-search {
border-bottom: 1px solid #00495E !important;
}
.tte-home #header-search .input-group-btn .btn {
background-image: url("../images/icons/blue_search_icon.png") !important;
}
// .tte-home #header-social a .fa-facebook {
// background: url("../images/icons/facebook.png") no-repeat center / 19px;
// }
// .tte-home #header-social a .fa-instagram {
// background: url("../images/icons/Insta.png") no-repeat center / 19px;
// }
// .tte-home #header-social a .fa-youtube {
// background: url("../images/icons/YT.png") no-repeat center / 19px;
// }
.tte-home #banner .header a img{
display:none;
}
.tte-home #banner .header a:before {
content:"";
width:284px;
height:72px;
background: url("../images/icons/TTE_Logo 2_FullCol Pos_RGB.png") no-repeat left center /contain;
position:absolute;
left:0;
bottom: -29px;
transition: width 0.5s ease;
}
.tte-home #banner.fixed {
position: fixed;
width: 100%;
z-index: 9999;
padding-top: 14px;
padding-bottom: 14px;
transition: position 0.5s ease, padding 0.5s ease;
background:#00495E;
}
.tte-home #banner.fixed .navbar.navbar-inverse .navbar-nav &gt; li &gt; a{
color:#fff;
}
.tte-home #banner.fixed .header a:before {
content:"";
width:150px;
height:72px;
background: url("../images/icons/white-logo-header.png") no-repeat left center /contain;
position:absolute;
bottom:-35px;
}
/* HOME PAGE HEADER */
/*
HOMEPAGE BANNER CSS STARTS HERE 
*/
#carousel-banner-wrapper img {
width: 100%;
z-index: 5;
position: relative;
}
.carousel-inner {
box-shadow: none;
}
.tte-home #carousel-banner-wrapper .carousel-caption {
text-shadow: none;
padding: 0;
display: flex;
justify-content: flex-end;
flex-direction: column;
height: 100%;
top: 0;
bottom: 0;
left: 0;
right: 0;
max-width: 1600px;
width: 90%;
margin: auto;
text-align: left;
}
.tte-home #carousel-banner-wrapper .home-caption-block {
max-width: 739px;
}
.tte-home #carousel-banner-wrapper .carousel-caption h1 {
font-family: 'Roboto', sans-serif;
font-size: 60px;
line-height: 65px;
font-weight: 300;
margin: 0 0 0px;
padding-left: 50px;
}
.tte-home #carousel-banner-wrapper .carousel-caption p {
font-size: 1.25rem;
line-height: 1.4;
font-weight: 400;
max-width: 480px;
}
.tte-home #carousel-banner-wrapper .carousel-caption p:not(:last-child) {
margin-bottom: 46px;
}
.tte-home #carousel-banner-wrapper .carousel-caption .banner-cta {
text-transform: uppercase;
font-family:"Roboto"
position: relative;
border: none;
letter-spacing: 0.4px;
padding-bottom: 5px;
}
.tte-home #carousel-banner-wrapper .carousel-caption .banner-cta:hover {
color: #fff;
}
.tte-home #carousel-banner-wrapper .carousel-caption .banner-cta:before {
content: "";
position: absolute;
width: 100%;
height: 2px;
background: #fff;
left: 0;
bottom: 0;
transition: all 0.3s ease;
}
.tte-home #carousel-banner-wrapper .carousel-caption .banner-cta:hover:before {
width: 0;
}
/*
HOMEPAGE BANNER CSS ENDS HERE 
*/
/*
PROMO PANELS CSS STARTS HERE 
*/
#promo-bar-wrapper {
padding: 10px 10px;
}
#promo-bar-wrapper &gt; .container {
width: 90%;
max-width: 1440px;
}
#promo-bar-wrapper #promo-bar {
margin: 10px;
background-color: #F4F4F4;
box-shadow: none;
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
#promo-bar-wrapper #promo-bar .promopanel {
border: 0;
padding: 0 15px;
position: relative;
}
#promo-bar-wrapper .promo-box {
position: relative;
text-align: center;
overflow: hidden;
}
circle-image-container {
width: 110px;
height: 110px;
display: flex;
position: relative;
transition: 0.3s;
align-items: center;
flex-direction: row;
justify-content: center;
}
.circle-image-container:hover {
width: 330px;
}
.circle-image-container1 {
width: 250px;
height: 250px;
display: flex;
position: relative;
align-self: center;
align-items: center;
flex-shrink: 0;
border-radius: 50%;
flex-direction: column;
justify-content: center;
}
.circle-image-text {
top: 80px;
left: 0px;
color: #FFFF;
right: 0px;
bottom: 80px;
margin: auto;
z-index: 100;
position: absolute;
font-size: 30px;
text-align: center;
font-family: Roboto;
font-weight: 700;
line-height: 3;
text-transform: none;
}
.circle-image-image {
width: 100%;
height: 100%;
object-fit: cover;
transition: 0.3s;
}
.circle-image-image:hover {
width: 120%;
height: 120%;
}
#promo-bar-wrapper .promopanel .fill-module {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
background: none;
border: 0;
z-index: 1;
font-size: 0;
}
#promo-bar-wrapper .promo-box .text-block {
position: absolute;
bottom: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: flex-end;
background: rgb(37,52,57);
background: -moz-linear-gradient(180deg, rgba(37,52,57,0) 0%, rgba(37,52,57,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(37,52,57,0) 0%, rgba(37,52,57,1) 100%);
background: linear-gradient(180deg, rgba(37,52,57,0) 0%, rgba(37,52,57,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#253439",endColorstr="#253439",GradientType=1);
transition: all 0.3s ease;
}
#promo-bar-wrapper .promo-box:hover .text-block {
opacity: 0;
}
#promo-bar-wrapper .promo-box .text-block h2 {
font-size: 35px;
color: #fff;
margin: 0 10px 20px;
}
#promo-bar-wrapper .promo-box .img-block img {
transition: all 0.3s ease;
width: 100%;
}
#promo-bar-wrapper .promo-box:hover .img-block img {
transform: scale(1.15);
}
/*
PROMO PANELS CSS ENDS HERE 
*/
/* 
HOME TEASERS CSS STARTS HERE 
*/
.tte-home #contentwrapper &gt; div {
margin-top: 0 !important;
width: 100%;
padding: 0;
margin: 0 auto;
}
#home-teasers {
padding: 0 !important;
position: relative;
overflow: hidden;
}
#home-teasers .teaser-cards {
padding: 124px 0 80px;
background-color: #E4E6EA;
}
#home-teasers #home-teasers-news-cards {
background: #00495E;
}
#home-teasers .teaser-inner {
max-width: 1410px !important;
margin: 0 auto;
width: 90%;
}
#home-teasers .teaser-heading {
margin: 0 0 35px;
display: flex;
align-items: center;
}
#home-teasers .teaser-heading h2 {
float: none !important;
font-size: 3.438rem;
font-weight: 300;
}
#home-teasers .teaser-heading h2 .last {
color: #00AE54;
}
#home-teasers .teaser-heading .btn {
font-size: 1.1rem;
background-image: none;
padding: 6px 20px 6px;
text-transform: uppercase;
}
#home-teasers #home-teasers-events-cards .teaser-heading .btn {
background-color: #transparent !important;
}
#home-teasers .teaser-heading .btn:first-letter {
text-transform: capitalize;
}
#home-teasers #home-teasers-news-cards .teaser-heading .btn:before {
background: #4D808E;
}
#home-teasers .slick-slider {
margin: 0;
}
#home-teasers .slick-track {
display: flex;
padding-bottom: 30px;
}
#home-teasers .slick-slide {
padding: 0 15px;
outline: none;
height: auto;
min-height: auto;
}
#home-teasers .slick-slider .thumbnail {
padding: 0;
border: 0;
border-radius: 0;
min-height: 100% !important;
overflow: hidden;
background-color: transparent;
box-shadow: 0 3px 26px 0 rgb(0 0 0 / 3%);
}
#home-teasers .slick-slider .thumbnail img {
width: 100%;
height: 252px;
margin: 0;
object-fit: contain;
}
#home-teasers .slick-slider .thumbnail .caption {
padding: 36px 38px 46px;
background-color: #fff;
}
#home-teasers .slick-slider .thumbnail .caption h3 {
color: #00495E;
font-size: 1.375rem;
font-weight: 700;
line-height: 1.4;
margin: 0 0 14px;
}
#home-teasers .slick-slider .thumbnail .caption .news-date, 
#home-teasers .slick-slider .thumbnail .caption .event-date {
font-size: 13px;
line-height: 24px;
font-weight: 500;
color: #818285;
text-transform: uppercase;
margin: 0 0 12px;
}
#home-teasers .slick-slider .thumbnail .caption .news-intro, 
#home-teasers .slick-slider .thumbnail .caption .event-description {
margin: 0 0 30px;
height: 75px;
overflow: hidden;
font-size: 1rem;
line-height: 1.5;
color: #333;
font-weight: 400;
}
#home-teasers .slick-slider .thumbnail .caption .event-description .ellip .ellip-line {
overflow: unset;
}
#home-teasers .slick-slider .thumbnail .caption .btn {
background: transparent !important;
color: #00AE54;
padding: 0;
font-size: 1rem;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.95px;
border-radius: 0;
padding-bottom: 5px;
border: 0px solid transparent;
}
#home-teasers .slick-slider .thumbnail .caption .btn:before {
height: 2px;
background: #4D808E;
transform: none;
border-radius: 0;
bottom: 0;
top: unset;
}
#home-teasers .slick-slider .thumbnail .caption .btn:hover {
color: #00495E !important;
}
#home-teasers .slick-slider .thumbnail .caption .btn:hover:before {
width: 0;
}
#home-teasers .slick-slider .thumbnail .caption .btn-success {
margin-left: 30px;
}
/* 
HOME TEASERS CSS ENDS HERE 
*/
/* 
FOOTER CSS STARTS HERE 
*/
footer {
background-color: #00495E;
margin-top: 70px;
padding-top: 0;
}
.tte-home footer {
margin-top: 0;
}
// #footer-main:: before {
// background: url("../images/icons/TTE_Linear Device_Full Col_RGB.png") no-repeat top left / cover;
// color: #fff;
// font-size: 14px;
// line-height: 24px;
// padding: 146px 0 80px;
// position: relative;
// }
#footer-main {
background: #00495E;
color: #fff;
font-size: 14px;
line-height: 24px;
padding: 80px 0 80px;
position: relative;
}
#footer-main:before {
content: "";
position: absolute;
width: 100%;
height: 44px;
background: url("../images/icons/TTE%20Web_Linear%20Device_Full%20Col%20ExtraW_RGB.png")no-repeat center center /contain;
bottom: 11px;
left: 0;
}
#footer-main a {
color: #fff;
}
#footer-main a:hover {
border-color: #fff;
}
#footer-main &gt; .container &gt; .row:nth-child(1) {
width: 100%;
margin: 0;
display: flex;
flex-direction: column-reverse;
justify-content: center;
align-items: center;
}
#footer-main &gt; .container &gt; .row:nth-child(1) .col-md-10 {
width: 100%;
text-align: center;
}
#footer-main &gt; .container &gt; .row:nth-child(1) .col-md-3 {
width: 100%;
text-align: left;
}
#footer-main ul {
padding: 0;
margin: 0;
}
#footer-main ul li {
padding: 10px 17px;
display: inline-block;
font-size: 1.063rem;
letter-spacing: 0.6px;
}
#footer-main ul li:before {
display: none;
}
#footer-social {
height: 34px;
padding: 0;
text-align: center;
margin-top: 40px;
}
#footer-social &gt; a {
margin-right: 9px;
font-size: 0px;
border: none;
width: 34px;
height: 34px;
display: inline-block;
}
#footer-social &gt; a:last-child {
margin: 0;
}
#footer-social &gt; a i {
width: 34px;
height: 34px;
opacity: 1;
background-color: #fff !important;
border-radius: 50%;
transition: background 0.3s ease;
}
#footer-social &gt; a:hover i {
background-color: #FFF200 !important;
}
#footer-social a i:before {
display: none;
}
#footer-social a .fa-facebook {
background: url("../images/icons/icon-fb.png") no-repeat center / 8px;
}
#footer-social a .fa-instagram {
background: url("../images/icons/icon-instagram.png") no-repeat center / 16px;
}
#footer-social a .fa-youtube {
background: url("../images/icons/icon-yt.png") no-repeat center / 17px;
}
#footer-main &gt; .container &gt; .row:nth-child(2) .col-md-12 {
display: none;
}
#footer-legals {
background-color: #00495E;
color: #fff;
padding: 30px 0;
}
#footer-legals a:hover {
border-bottom-color: #fff;
}
#footer-legals &gt; .container &gt; .col-md-6:nth-child(1) {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0;
}
#footer-legals p, #footer-legals #footer-poweredby a, 
#footer-legals .pull-right a {
font-size: 12px;
margin: 0;
color: #fff;
font-weight: 300;
}
#footer-legals p.pull-right a:not(:last-child) {
margin-right: 10px;
}
#footer-legals p.pull-right a:not(:first-child) {
margin-left: 10px;
}
#footer-legals #footer-poweredby a {
font-weight: 300;
}
.carousel-indicators {
bottom: 100px;
}
/* INNER BANNER CAPTION */
.sky-blue-caption #carousel-banner-wrapper .carousel-inner .item .carousel-caption,
.pandanus-green-caption #carousel-banner-wrapper .carousel-inner .item .carousel-caption,
.grass-green-caption #carousel-banner-wrapper .carousel-inner .item .carousel-caption,
.savannah-green-caption #carousel-banner-wrapper .carousel-inner .item .carousel-caption,
.outback-yellow #carousel-banner-wrapper .carousel-inner .item .carousel-caption,
.coastal-blue-type-1 #carousel-banner-wrapper .carousel-inner .item .carousel-caption,
.coastal-blue-type-2 #carousel-banner-wrapper .carousel-inner .item .carousel-caption,
.vic-caption #carousel-banner-wrapper .carousel-inner .item .carousel-caption
{
position: relative;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
text-align: center;
padding: 0;
text-shadow: none;
z-index: 1;
}
.sky-blue-caption #carousel-banner-wrapper .carousel-inner .item .carousel-caption h1,
.pandanus-green-caption #carousel-banner-wrapper .carousel-inner .item .carousel-caption h1,
.grass-green-caption #carousel-banner-wrapper .carousel-inner .item .carousel-caption h1,
.savannah-green-caption #carousel-banner-wrapper .carousel-inner .item .carousel-caption h1,
.outback-yellow #carousel-banner-wrapper .carousel-inner .item .carousel-caption h1,
.coastal-blue-type-1 #carousel-banner-wrapper .carousel-inner .item .carousel-caption h1,
.coastal-blue-type-2 #carousel-banner-wrapper .carousel-inner .item .carousel-caption h1
{
padding: 25px 0;
margin: 0;
font-weight: 300;
font-size: 2.45rem;
text-align:left;
}
.vic-caption #carousel-banner-wrapper .carousel-inner .item .carousel-caption h1
{
padding: 25px 0;
margin: 0;
font-weight: 300;
font-size: 2.45rem;
text-align:left;
color: #003DA5;
}
.sky-blue-caption #carousel-banner-wrapper .carousel-inner {
background: #2B8ECD;
}
.pandanus-green-caption #carousel-banner-wrapper .carousel-inner {
background: #01AE53;
}
.grass-green-caption #carousel-banner-wrapper .carousel-inner {
background: #5DB647;
}
.savannah-green-caption #carousel-banner-wrapper .carousel-inner {
background: #B2AE34;
}
.outback-yellow #carousel-banner-wrapper .carousel-inner {
background: #E0B425;
}
.coastal-blue-type-1 #carousel-banner-wrapper .carousel-inner {
background: #496579;
}
.coastal-blue-type-2 #carousel-banner-wrapper .carousel-inner {
background: #7B8A9A;
}
.vic-caption #carousel-banner-wrapper .carousel-inner {
background: #F7E200;
}
/* INNER BANNER CAPTION */
/*
CALENDAR FILTERS CSS STARTS HERE 
*/
#calendar-filters &gt; .btn {
background-color: #253439;
color: #fff;
margin-bottom: 10px;
}
#calendar-filters .btn-group .btn {
border-radius: 30px;
margin: 2px;
}
#calendar-filters .btn-group .btn.active {
background: #00AE54; !important;
color: #fff;
}
/*
CALENDAR FILTERS CSS ENDS HERE 
*/
/*
RESPONSIVE CSS STARTS HERE 
*/
@media (min-width: 1200px) and (max-width: 1599px) {
#banner &gt; .container {
width: 95%;
}
#banner .col-md-7 {
width: 76%;
}
#banner .header {
width: 24%;
}
#banner .navbar.navbar-inverse .navbar-nav &gt; li {
margin: 0 15px;
}
#banner .navbar.navbar-inverse .navbar-nav &gt; li &gt; a {
font-size: 0.9rem;
}
#banner .navbar.navbar-inverse .navbar-right .btn {
margin-left: 15px;
}
.tte-home #carousel-banner-wrapper .carousel-caption h1 {
font-size: 44px;
line-height: 54px;
}
#promo-bar-wrapper {
padding: 102px 0;
}
#promo-bar-wrapper &gt; .container {
width: 95%;
}
#home-teasers .teaser-cards {
padding: 104px 0 60px;
}
// #footer-main:before {
// left: 83px;
// }
#banner .header a:before{
width:240px;
}
#banner .header a img {
width: 240px;
}
.tte-home #banner .header a:before {
width:240px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.tte-home #carousel-banner-wrapper .carousel-caption h1 {
font-size: 35px;
line-height: 42px;
}
.tte-home #carousel-banner-wrapper .carousel-caption p {
font-size: 1.1rem;
}
.tte-home #carousel-banner-wrapper .carousel-caption p:not(:last-child) {
margin-bottom: 26px;
}
#promo-bar-wrapper {
padding: 100px 0;
}
#promo-bar-wrapper &gt; .container {
width: 96%;
}
#promo-bar-wrapper .promo-box .text-block h2 {
font-size: 28px;
}
#home-teasers .teaser-cards {
padding: 100px 0;
}
#home-teasers .teaser-heading h2 {
font-size: 3rem;
font-weight: 300;
}
#home-teasers .slick-slider .thumbnail .caption {
padding: 36px 28px 46px;
}
#home-teasers .slick-slider .thumbnail .caption h3 {
font-size: 1.2rem;
}
#home-teasers .slick-slider .thumbnail .caption .btn {
font-size: 0.9rem;
}
#home-teasers .slick-slider .thumbnail .caption .btn-success {
margin-left: 19px;
}
// #footer-main:before {
// background-size: 220px;
// left: 90px;
// }
.tte-home #banner .header a:before {
width:240px;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
#banner .header {
width: 30%;
}
#banner .col-md-7 {
width: 70%;
}
#banner &gt; .container {
width: 98%;
}
#banner .navbar.navbar-inverse .navbar-nav &gt; li {
margin: 0 10px;
}
#banner .navbar.navbar-inverse .navbar-nav &gt; li &gt; a {
font-size: 0.9rem;
}
#banner .navbar.navbar-inverse .navbar-right .btn {
margin-left: 10px;
font-size: 1rem;
}
#banner .btn-primary {
margin-left: 9px;
}
.sky-blue-caption #carousel-banner-wrapper .carousel-inner .item .carousel-caption h1,
.pandanus-green-caption #carousel-banner-wrapper .carousel-inner .item .carousel-caption h1,
.grass-green-caption #carousel-banner-wrapper .carousel-inner .item .carousel-caption h1,
.savannah-green-caption #carousel-banner-wrapper .carousel-inner .item .carousel-caption h1,
.outback-yellow #carousel-banner-wrapper .carousel-inner .item .carousel-caption h1,
.coastal-blue-type-1 #carousel-banner-wrapper .carousel-inner .item .carousel-caption h1,
.coastal-blue-type-2 #carousel-banner-wrapper .carousel-inner .item .carousel-caption h1 {
font-size: 2.3rem;
padding: 22px 0;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.tte-home #carousel-banner-wrapper .home-caption-block {
max-width: 549px;
}
.tte-home #carousel-banner-wrapper .carousel-caption h1 {
font-size: 30px;
line-height: 40px;
}
.tte-home #carousel-banner-wrapper .carousel-caption p {
font-size: 1rem;
}
.tte-home #carousel-banner-wrapper .carousel-caption p:not(:last-child) {
margin-bottom: 16px;
}
#promo-bar-wrapper {
padding: 0px 0;
}
#promo-bar-wrapper &gt; .container {
width: 100%;
}
#promo-bar-wrapper #promo-bar .promopanel {
width: 33.33%;
}
#promo-bar-wrapper .promo-box .text-block h2 {
font-size: 22px;
}
#home-teasers .teaser-cards {
padding: 80px 0;
}
#home-teasers .teaser-heading h2 {
font-size: 2.6rem;
}
#footer-main {
padding: 116px 0 80px;
}
#footer-main ul li {
padding: 10px 13px;
font-size: 0.9rem;
}
// #footer-main:before {
// left: 30px;
// background-size: 200px;
// }
#banner .header a img {
position: relative;
width: 195px;
}
.tte-home #banner .header a:before {
width: 195px;
}
.tte-home #banner{
padding: 9px 0;
}
#banner .btn-primary {
margin-left: 0px;
}
.carousel-indicators {
bottom: 130px;
}
}
@media (min-width: 768px) {
#banner .navbar .navbar-collapse {
display: flex !important;
align-items: center;
justify-content: flex-end;
padding: 0;
width: 100%;
}
#banner .navbar.navbar-inverse .navbar-nav:not(.navbar-right) .dropdown-menu {
opacity: 0;
visibility: hidden;
display: block;
transform: translateY(10px);
transition: all 0.4s ease;
box-shadow: 0 0 0px rgb(0 0 0 / 0%);
}
#banner .navbar.navbar-inverse .navbar-nav:not(.navbar-right) li:hover &gt; .dropdown-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
}
@media (max-width: 767px) {
#banner {
padding: 28px 0 0;
}
#banner.fixed {
padding-bottom: 0;
}
#banner &gt; .container {
width: 100%;
}
#banner &gt; .container &gt; .row {
flex-direction: column;
}
#banner .header,
#banner .col-md-7 {
width: 100%;
text-align: center;
}
#banner .header a {
float: none;
display: inline-block;
}
#banner .col-md-7 .header-top {
flex-wrap: wrap;
justify-content: center;
margin-top: 20px;
margin-bottom: 0;
}
.tte-home #banner {
position: inherit;
background: #fff;
padding: 28px 0 0;
}
.tte-home #banner .header a:before {
transform: translateX(-50%);
width:259px;
}
.tte-home #banner .header{
padding: 20px 0 20px;
}
.tte-home #banner.fixed{
padding-bottom:0;
}
.tte-home #banner.fixed .header {
padding: 0px 0 20px;
}
.sky-blue-caption #carousel-banner-wrapper .carousel-inner .item .carousel-caption h1,
.pandanus-green-caption #carousel-banner-wrapper .carousel-inner .item .carousel-caption h1,
.grass-green-caption #carousel-banner-wrapper .carousel-inner .item .carousel-caption h1,
.savannah-green-caption #carousel-banner-wrapper .carousel-inner .item .carousel-caption h1,
.outback-yellow #carousel-banner-wrapper .carousel-inner .item .carousel-caption h1,
.coastal-blue-type-1 #carousel-banner-wrapper .carousel-inner .item .carousel-caption h1,
.coastal-blue-type-2 #carousel-banner-wrapper .carousel-inner .item .carousel-caption h1 {
padding: 19px 0;
font-size: 1.7rem;
text-align:center;
}
#header-search {
margin: 5px 0;
}
#header-social {
margin-top: 5px;
margin-bottom: 5px;
}
#banner .navbar .navbar-nav {
padding: 30px 10px;
margin: 0;
text-align: center;
}
#banner .navbar.navbar-inverse .navbar-header {
margin-left: -20px;
margin-right: -20px;
margin-top: 20px;
background: #006331;
}
#banner .navbar.navbar-inverse .navbar-header {
margin-top: 10px;
}
#banner .navbar.navbar-inverse .navbar-right {
text-align: center;
padding-top: 0;
}
#banner .navbar.navbar-inverse .navbar-nav .dropdown-menu li a:after {
transform: rotate(90deg);
}
#banner .navbar.navbar-inverse .navbar-header .navbar-toggle {
background: transparent;
margin-right: 30px;
}
#banner .navbar.navbar-inverse .navbar-right .btn {
float: none;
}
.tte-home #carousel-banner-wrapper .container {
padding: 40px 20px;
position: absolute;
top:0
background: #00AE54;
}
.tte-home #carousel-banner-wrapper .carousel-caption {
position: relative;
display: block;
max-width: 100%;
width: 100%;
text-align: center;
padding: 0;
}
.tte-home #carousel-banner-wrapper .home-caption-block {
max-width: 100%;
}
.tte-home #carousel-banner-wrapper img {
clip-path: none;
}
.tte-home #carousel-banner-wrapper .carousel-caption h1 {
margin: 0 0 15px;
font-size: 29px;
line-height: 34px;
}
.tte-home #carousel-banner-wrapper .carousel-caption p {
max-width: 100%;
font-size: 1rem;
}
.tte-home #carousel-banner-wrapper .carousel-caption p:not(:last-child) {
margin-bottom: 26px;
}
#promo-bar-wrapper {
padding: 80px 0;
}
#promo-bar-wrapper &gt; .container {
width: 100%;
}
#promo-bar-wrapper #promo-bar {
display: block;
}
#promo-bar-wrapper #promo-bar .promopanel:not(:last-child) {
margin-bottom: 20px;
}
#promo-bar-wrapper .promo-box .text-block h2 {
font-size: 26px;
}
#home-teasers .teaser-cards {
padding: 80px 0;
}
#home-teasers .teaser-heading {
flex-direction: column;
}
#home-teasers .teaser-heading .col-xs-6 {
width: 100%;
text-align: center;
}
#home-teasers .teaser-heading h2 {
font-size: 2.2rem;
}
#home-teasers .teaser-heading .btn {
float: none !important;
margin-top: 10px;
}
#home-teasers .slick-slider .thumbnail {
max-width: 350px;
margin: 0 auto;
}
#home-teasers .slick-slider .thumbnail .caption {
padding: 26px 26px 36px;
}
#home-teasers .slick-slider .thumbnail .caption .btn-success {
margin-left: 15px;
}
#footer-main {
padding: 126px 0 40px;
}
#footer-main:before {
width: 180%;
height: 44px;
bottom: -10px;
}
#footer-main ul li {
display: block;
}
#footer-legals &gt; .container &gt; .col-md-6:nth-child(1) {
flex-direction: column;
text-align: center;
}
#footer-legals p, 
#footer-legals #footer-poweredby a, 
#footer-legals .pull-right a {
font-size: 0.8rem;
}
#footer-legals #footer-poweredby {
margin: 10px 0;
}
}
/*Main Page Component Starts Here*/
.marketing-container {
width: 100%;
height: auto;
display: flex;
position: relative;
flex-wrap: wrap;
align-items: center;
flex-direction: row;
justify-content: center;
}
.marketing-container1 {
width: 20%;
height: auto;
margin: 16px;
display: flex;
position: relative;
align-items: center;
border-radius: 50%;
justify-content: center;
}
.marketing-image {
flex: 1;
width: 100%;
height: 100%;
object-fit: cover;
transition: 0.3s;
border-radius: 50%;
}
.marketing-text {
color: #FFFFFF;
width: 100%;
margin: auto;
position: absolute;
text-align: center;
}
.marketing-container2 {
width: 20%;
height: auto;
margin: 16px;
display: flex;
position: relative;
align-items: center;
border-radius: 50%;
justify-content: center;
}
.marketing-image1 {
flex: 1;
width: 100%;
height: 100%;
object-fit: cover;
transition: 0.3s;
border-radius: 50%;
}
.marketing-text1 {
color: #FFFFFF;
width: 100%;
margin: auto;
position: absolute;
text-align: center;
}
.marketing-container3 {
width: 20%;
height: auto;
margin: 16px;
display: flex;
position: relative;
align-items: center;
border-radius: 50%;
justify-content: center;
}
.marketing-image2 {
flex: 1;
width: 100%;
height: 100%;
object-fit: cover;
transition: 0.3s;
border-radius: 50%;
}
.marketing-text2 {
color: #FFFFFF;
width: 100%;
margin: auto;
position: absolute;
text-align: center;
}
.marketing-container4 {
width: 20%;
height: auto;
margin: 16px;
display: flex;
position: relative;
align-items: center;
border-radius: 50%;
justify-content: center;
}
.marketing-image3 {
flex: 1;
width: 100%;
height: 100%;
object-fit: cover;
transition: 0.3s;
border-radius: 50%;
}
.marketing-text3 {
color: #FFFFFF;
width: 100%;
margin: auto;
position: absolute;
text-align: center;
}
@media(max-width: 991px) {
.marketing-container1 {
width: 200px;
height: 200px;
}
.marketing-container2 {
width: 200px;
height: 200px;
}
.marketing-container3 {
width: 200px;
height: 200px;
}
.marketing-container4 {
width: 200px;
height: 200px;
}
}
/*Marketing Components Stops Here*/
/*Blue Containers*/
.icons-blue-on-blue-container {
width: 100%;
height: auto;
display: flex;
position: relative;
align-items: flex-start;
padding-left: 40px;
padding-right: 40px;
flex-direction: column;
justify-content: center;
}
.icons-blue-on-blue-container01 {
width: 100%;
height: 238px;
display: flex;
align-self: center;
align-items: flex-start;
justify-content: flex-start;
}
.icons-blue-on-blue-container02 {
flex: 1;
width: auto;
height: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
padding-top: 24px;
flex-direction: column;
justify-content: flex-start;
}
.icons-blue-on-blue-container03 {
flex: 0 0 auto;
width: 120px;
height: 120px;
display: flex;
align-items: center;
border-radius: 50%;
justify-content: center;
background-color: #00495e;
}
.icons-blue-on-blue-image {
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 50%;
}
.icons-blue-on-blue-text {
color: #00495e;
width: 70%;
font-style: normal;
text-align: center;
font-weight: 500;
padding-top: 16px;
}
.icons-blue-on-blue-container04 {
flex: 1;
width: auto;
height: 100%;
display: flex;
align-items: center;
padding-top: 24px;
flex-direction: column;
justify-content: flex-start;
}
.icons-blue-on-blue-container05 {
flex: 0 0 auto;
width: 120px;
height: 120px;
display: flex;
align-items: center;
border-radius: 50%;
justify-content: center;
background-color: #00495e;
}
.icons-blue-on-blue-image1 {
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 50%;
}
.icons-blue-on-blue-text1 {
color: #00495e;
width: 70%;
font-style: normal;
text-align: center;
font-weight: 500;
padding-top: 16px;
}
.icons-blue-on-blue-container06 {
flex: 1;
width: auto;
height: 100%;
display: flex;
align-items: center;
padding-top: 24px;
flex-direction: column;
justify-content: flex-start;
}
.icons-blue-on-blue-container07 {
flex: 0 0 auto;
width: 120px;
height: 120px;
display: flex;
align-items: center;
border-radius: 50%;
justify-content: center;
background-color: #00495e;
}
.icons-blue-on-blue-image2 {
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 50%;
}
.icons-blue-on-blue-text2 {
color: #00495e;
width: 70%;
font-style: normal;
text-align: center;
font-weight: 500;
padding-top: 16px;
}
.icons-blue-on-blue-container08 {
flex: 1;
width: auto;
height: 100%;
display: flex;
align-items: center;
padding-top: 24px;
flex-direction: column;
justify-content: flex-start;
}
.icons-blue-on-blue-container09 {
flex: 0 0 auto;
width: 120px;
height: 120px;
display: flex;
align-items: center;
border-radius: 50%;
justify-content: center;
background-color: #00495e;
}
.icons-blue-on-blue-image3 {
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 50%;
}
.icons-blue-on-blue-text3 {
color: #00495e;
width: 70%;
font-style: normal;
text-align: center;
font-weight: 500;
padding-top: 16px;
}
@media(max-width: 479px) {
.icons-blue-on-blue-container {
align-items: stretch;
padding-left: 4px;
padding-right: 4px;
flex-direction: row;
justify-content: flex-start;
}
.icons-blue-on-blue-container02 {
width: 100%;
height: auto;
}
.icons-blue-on-blue-text {
font-size: 14px;
}
.icons-blue-on-blue-container04 {
width: 100%;
height: auto;
}
.icons-blue-on-blue-text1 {
font-size: 14px;
}
.icons-blue-on-blue-container06 {
width: 100%;
height: auto;
}
.icons-blue-on-blue-text2 {
font-size: 14px;
}
.icons-blue-on-blue-container08 {
width: 100%;
height: auto;
}
.icons-blue-on-blue-text3 {
font-size: 14px;
}
}
/*Blue COntainers Stop*/
/*Image Float*/
#wrap {
margin: 2;
}
.left {
float: left;
margin-right: 1.5em;
}
.right {
float: right;
margin-left: 1em;
}
p {
margin-bottom: 2.5em;
overflow: hidden; 
}
p:last-child {
overflow: visible; 
}
/*Image Float Stops*/
/*Side Banner Text*/
.side-banner-text-container {
width: 100%;
height: auto;
border-color: #EDEEF2;
border-style: solid;
border-width: 2px;
display: flex;
position: relative;
flex-wrap: wrap;
align-items: center;
flex-direction: column;
justify-content: flex-start; 
}
.side-banner-text-container1 {
width: 100%;
height: 100%;
display: flex;
align-items: center;
flex-direction: column;
padding-bottom: 40px;
justify-content: flex-start;
}
.side-banner-text-container2 {
width: 100%;
height: 16px;
display: flex;
align-items: flex-start;
background-color: #00495e;
}
.side-banner-text-container3 {
flex: 0 0 auto;
width: 100%;
height: 100%;
display: flex;
align-self: flex-start;
align-items: center;
padding-top: 32px;
padding-left: 8px;
flex-direction: column;
justify-content: center;
}
.side-banner-text-image {
width: 60px;
align-self: flex-start;
margin-top: 8px;
object-fit: cover;
margin-bottom: 8px;
}
.side-banner-text-text {
color: #00495e;
font-size: 1.45rem;
align-self: flex-start;
margin-bottom: 16px;
}
.side-banner-text-text1 {
width: 80%;
font-size: 15px;
align-self: flex-start;
font-style: normal;
font-weight: 400;
}
.side-banner-text-container4 {
width: 100%;
height: 25px;
display: flex;
align-items: flex-start;
}
.side-banner-text-container5 {
width: 100%;
height: 21px;
display: flex;
align-items: center;
justify-content: flex-start;
}
.side-banner-text-text2 {
color: #00ae54;
align-self: flex;
font-size: 15px;
font-style: normal;
text-align: left;
font-weight: 400;
text-transform: uppercase;
}
.side-banner-text-image1 {
width: auto;
height: 100%;
object-fit: cover;
}
/*Side Banner Text */
/*Side Banner Image */
.side-banner-image-container {
width: auto;
height: auto;
display: flex;
position: relative;
align-items: flex-start;
border-style: solid;
border-color: #D9DBE2;
border-width: 1px;
flex-direction: column;
}
.side-banner-image-container1 {
width: 100%;
height: 16px;
display: flex;
align-items: flex-start;
background-color: #00495e;
}
.side-banner-image-container2 {
width: 100%;
height: 150px;
display: flex;
align-items: center;
justify-content: center;
overflow:hidden;
}
.side-banner-image-image {
width: 100%;
height: 100%;
object-fit: cover;
}
.side-banner-image-container3 {
width: 100%;
height: 100%;
display: flex;
align-self: stretch;
align-items: flex-end;
padding-left: 16px;
padding-right: 16px;
flex-direction: column;
justify-content: flex-end;
}
.side-banner-image-container4 {
flex: 0 0 auto;
width: 100%;
height: auto;
display: flex;
align-self: flex-end;
align-items: center;
padding-top: 5px;
flex-direction: column;
justify-content: flex-start;
}
.side-banner-image-text {
color: #00495e;
font-size: 1.45rem;
align-self: flex-start;
padding-bottom: 4px;
}
.side-banner-image-text1 {
font-size: 14px;
align-self: flex-start;
font-style: normal;
font-weight: 400;
}
.side-banner-image-container5 {
width: 100%;
height: 21px;
display: flex;
align-self: flex;
margin-top: 40px;
align-items: flex-end;
justify-content: flex-start;
align-items: center;
margin: 20px;
}
.side-banner-image-text2 {
color: #00ae54;
align-self: flex;
font-style: normal;
text-align: left;
font-weight: 500;
font-size: 17px;
text-transform: uppercase;
}
.side-banner-image-image1 {
width: auto;
height: 100%;
object-fit: cover;
}
/*Side Banner Image */
/*Meet the Team */
.meet-the-team-container {
width: auto;
height: 100%;
display: flex;
position: relative;
margin: auto;
flex-wrap: wrap;
align-self: center;
align-items: stretch;
flex-direction: column;
justify-content: center;
}
.meet-the-team-container01 {
flex: 0 0 auto;
width: auto;
display: flex;
flex-wrap: wrap;
align-self: center;
align-items: stretch;
flex-direction: row;
justify-content: center;
}
.meet-the-team-container02 {
width: 25%;
height: auto;
display: flex;
padding-right: 10px;
flex-direction: column;
padding-bottom: 32px;
}
.meet-the-team-image {
width: 150px;
height: 150px;
align-self: flex-start;
object-fit: cover;
border-radius: 50%;
}
.meet-the-team-container03 {
flex: 0 0 auto;
width: auto;
height: auto;
display: flex;
align-items: flex-start;
justify-content: flex-start;
}
.meet-the-team-text {
color: #00495e;
font-style: normal;
font-weight: 300;
padding-top: 24px;
}
.meet-the-team-text01 {
color: #00495e;
}
.meet-the-team-text02 {
font-size: 12px;
padding-top: 8px;
padding-bottom: 8px;
}
.meet-the-team-text03 {
font-size: 12px;
}
.meet-the-team-text04 {
font-size: 12px;
}
.meet-the-team-container04 {
width: 25%;
height: auto;
display: flex;
padding-right: 10px;
flex-direction: column;
padding-bottom: 32px;
}
.meet-the-team-image01 {
width: 150px;
height: 150px;
align-self: flex-start;
object-fit: cover;
border-radius: 50%;
}
.meet-the-team-container05 {
flex: 0 0 auto;
width: auto;
height: auto;
display: flex;
align-items: flex-start;
justify-content: flex-start;
}
.meet-the-team-text05 {
color: #00495e;
font-style: normal;
font-weight: 300;
padding-top: 24px;
}
.meet-the-team-text06 {
color: #00495e;
}
.meet-the-team-text07 {
font-size: 12px;
padding-top: 8px;
padding-bottom: 8px;
}
.meet-the-team-text08 {
font-size: 12px;
}
.meet-the-team-text09 {
font-size: 12px;
}
.meet-the-team-container06 {
width: 25%;
height: auto;
display: flex;
padding-right: 10px;
flex-direction: column;
padding-bottom: 32px;
}
.meet-the-team-image02 {
width: 150px;
height: 150px;
align-self: flex-start;
object-fit: cover;
border-radius: 50%;
}
.meet-the-team-container07 {
flex: 0 0 auto;
width: auto;
height: auto;
display: flex;
align-items: flex-start;
justify-content: flex-start;
}
.meet-the-team-text10 {
color: #00495e;
font-style: normal;
font-weight: 300;
padding-top: 24px;
}
.meet-the-team-text11 {
color: #00495e;
}
.meet-the-team-text12 {
font-size: 12px;
padding-top: 8px;
padding-bottom: 8px;
}
.meet-the-team-text13 {
font-size: 12px;
}
.meet-the-team-text14 {
font-size: 12px;
}
.meet-the-team-container08 {
width: 25%;
height: auto;
display: flex;
padding-right: 10px;
flex-direction: column;
padding-bottom: 32px;
}
.meet-the-team-image03 {
width: 150px;
height: 150px;
align-self: flex-start;
object-fit: cover;
border-radius: 50%;
}
.meet-the-team-container09 {
flex: 0 0 auto;
width: auto;
height: auto;
display: flex;
align-items: flex-start;
justify-content: flex-start;
}
.meet-the-team-text15 {
color: #00495e;
font-style: normal;
font-weight: 300;
padding-top: 24px;
}
.meet-the-team-text16 {
color: #00495e;
}
.meet-the-team-text17 {
font-size: 12px;
padding-top: 8px;
padding-bottom: 8px;
}
.meet-the-team-text18 {
font-size: 12px;
}
.meet-the-team-text19 {
font-size: 12px;
}
.meet-the-team-container10 {
width: 25%;
height: auto;
display: flex;
padding-right: 10px;
flex-direction: column;
padding-bottom: 32px;
}
.meet-the-team-image04 {
width: 150px;
height: 150px;
align-self: flex-start;
object-fit: cover;
border-radius: 50%;
}
.meet-the-team-container11 {
flex: 0 0 auto;
width: auto;
height: auto;
display: flex;
align-items: flex-start;
justify-content: flex-start;
}
.meet-the-team-text20 {
color: #00495e;
font-style: normal;
font-weight: 300;
padding-top: 24px;
}
.meet-the-team-text21 {
color: #00495e;
}
.meet-the-team-text22 {
font-size: 12px;
padding-top: 8px;
padding-bottom: 8px;
}
.meet-the-team-text23 {
font-size: 12px;
}
.meet-the-team-text24 {
font-size: 12px;
}
.meet-the-team-container12 {
width: 25%;
height: auto;
display: flex;
padding-right: 10px;
flex-direction: column;
padding-bottom: 32px;
}
.meet-the-team-image05 {
width: 150px;
height: 150px;
align-self: flex-start;
object-fit: cover;
border-radius: 50%;
}
.meet-the-team-container13 {
flex: 0 0 auto;
width: auto;
height: auto;
display: flex;
align-items: flex-start;
justify-content: flex-start;
}
.meet-the-team-text25 {
color: #00495e;
font-style: normal;
font-weight: 300;
padding-top: 24px;
}
.meet-the-team-text26 {
color: #00495e;
}
.meet-the-team-text27 {
font-size: 12px;
padding-top: 8px;
padding-bottom: 8px;
}
.meet-the-team-text28 {
font-size: 12px;
}
.meet-the-team-text29 {
font-size: 12px;
}
.meet-the-team-container14 {
width: 25%;
height: auto;
display: flex;
padding-right: 10px;
flex-direction: column;
padding-bottom: 32px;
}
.meet-the-team-image06 {
width: 150px;
height: 150px;
align-self: flex-start;
object-fit: cover;
border-radius: 50%;
}
.meet-the-team-container15 {
flex: 0 0 auto;
width: auto;
height: auto;
display: flex;
align-items: flex-start;
justify-content: flex-start;
}
.meet-the-team-text30 {
color: #00495e;
font-style: normal;
font-weight: 300;
padding-top: 24px;
}
.meet-the-team-text31 {
color: #00495e;
}
.meet-the-team-text32 {
font-size: 12px;
padding-top: 8px;
padding-bottom: 8px;
}
.meet-the-team-text33 {
font-size: 12px;
}
.meet-the-team-text34 {
font-size: 12px;
}
.meet-the-team-container16 {
width: 25%;
height: auto;
display: flex;
padding-right: 10px;
flex-direction: column;
padding-bottom: 32px;
}
.meet-the-team-image07 {
width: 150px;
height: 150px;
align-self: flex-start;
object-fit: cover;
border-radius: 50%;
}
.meet-the-team-container17 {
flex: 0 0 auto;
width: auto;
height: auto;
display: flex;
align-items: flex-start;
justify-content: flex-start;
}
.meet-the-team-text35 {
color: #00495e;
font-style: normal;
font-weight: 300;
padding-top: 24px;
}
.meet-the-team-text36 {
color: #00495e;
}
.meet-the-team-text37 {
font-size: 12px;
padding-top: 8px;
padding-bottom: 8px;
}
.meet-the-team-text38 {
font-size: 12px;
}
.meet-the-team-text39 {
font-size: 12px;
}
.meet-the-team-container18 {
width: 25%;
height: auto;
display: flex;
padding-right: 10px;
flex-direction: column;
padding-bottom: 32px;
}
.meet-the-team-image08 {
width: 150px;
height: 150px;
align-self: flex-start;
object-fit: cover;
border-radius: 50%;
}
.meet-the-team-container19 {
flex: 0 0 auto;
width: auto;
height: auto;
display: flex;
align-items: flex-start;
justify-content: flex-start;
}
.meet-the-team-text40 {
color: #00495e;
font-style: normal;
font-weight: 300;
padding-top: 24px;
}
.meet-the-team-text41 {
color: #00495e;
}
.meet-the-team-text42 {
font-size: 12px;
padding-top: 8px;
padding-bottom: 8px;
}
.meet-the-team-text43 {
font-size: 12px;
}
.meet-the-team-text44 {
font-size: 12px;
}
.meet-the-team-container20 {
width: 25%;
height: auto;
display: flex;
padding-right: 10px;
flex-direction: column;
padding-bottom: 32px;
}
.meet-the-team-image09 {
width: 150px;
height: 150px;
align-self: flex-start;
object-fit: cover;
border-radius: 50%;
}
.meet-the-team-container21 {
flex: 0 0 auto;
width: auto;
height: auto;
display: flex;
align-items: flex-start;
justify-content: flex-start;
}
.meet-the-team-text45 {
color: #00495e;
font-style: normal;
font-weight: 300;
padding-top: 24px;
}
.meet-the-team-text46 {
color: #00495e;
}
.meet-the-team-text47 {
font-size: 12px;
padding-top: 8px;
padding-bottom: 8px;
}
.meet-the-team-text48 {
font-size: 12px;
}
.meet-the-team-text49 {
font-size: 12px;
}
.meet-the-team-container22 {
width: 25%;
height: auto;
display: flex;
padding-right: 10px;
flex-direction: column;
padding-bottom: 32px;
}
.meet-the-team-image10 {
width: 150px;
height: 150px;
align-self: flex-start;
object-fit: cover;
border-radius: 50%;
}
.meet-the-team-container23 {
flex: 0 0 auto;
width: auto;
height: auto;
display: flex;
align-items: flex-start;
justify-content: flex-start;
}
.meet-the-team-text50 {
color: #00495e;
font-style: normal;
font-weight: 300;
padding-top: 24px;
}
.meet-the-team-text51 {
color: #00495e;
}
.meet-the-team-text52 {
font-size: 12px;
padding-top: 8px;
padding-bottom: 8px;
}
.meet-the-team-text53 {
font-size: 12px;
}
.meet-the-team-text54 {
font-size: 12px;
}
.meet-the-team-container24 {
width: 25%;
height: auto;
display: flex;
padding-right: 10px;
flex-direction: column;
padding-bottom: 32px;
}
.meet-the-team-image11 {
width: 150px;
height: 150px;
align-self: flex-start;
object-fit: cover;
border-radius: 50%;
}
.meet-the-team-container25 {
flex: 0 0 auto;
width: auto;
height: auto;
display: flex;
align-items: flex-start;
justify-content: flex-start;
}
.meet-the-team-text55 {
color: #00495e;
font-style: normal;
font-weight: 300;
padding-top: 24px;
}
.meet-the-team-text56 {
color: #00495e;
}
.meet-the-team-text57 {
font-size: 12px;
padding-top: 8px;
padding-bottom: 8px;
}
.meet-the-team-text58 {
font-size: 12px;
}
.meet-the-team-text59 {
font-size: 12px;
}
@media(max-width: 1400px) {
.meet-the-team-container {
align-items: stretch;
justify-content: space-between;
flex-direction: column;
}
}
@media(max-width: 1920px) {
.meet-the-team-container {
align-items: stretch;
justify-content: space-between;
flex-direction: column;
}
@media(max-width: 991px) {
.meet-the-team-container {
align-items: stretch;
justify-content: space-between;
flex-direction: column;
}
@media(max-width: 767px) {
.meet-the-team-container {
flex-direction: column;
}
}
@media(max-width: 479px) {
.meet-the-team-container01 {
flex-direction: column;
}
}
/*
Section Banner
*/
.visitor-page-banner-container {
width: 100vw;
height: auto;
display: flex;
position: relative;
flex-wrap: wrap;
align-items: flex-start;
flex-direction: column;
}
.visitor-page-banner-container1 {
width: 100%;
height: 100%;
display: flex;
align-items: flex-start;
justify-content: flex-start;
background-color: #00495e;
}
.visitor-page-banner-container2 {
flex: 0 0 auto;
width: 60%;
height: auto;
display: flex;
padding: 80px;
align-items: flex-start;
flex-direction: column;
}
.visitor-page-banner-container3 {
flex: 0 0 auto;
width: auto;
height: auto;
display: flex;
align-items: flex-start;
padding-top: 0px;
flex-direction: column;
justify-content: flex-start;
}
.visitor-page-banner-text {
color: #00ae54;
height: auto;
font-style: normal;
padding-top: 40px;
padding-bottom: 24px;
}
.visitor-page-banner-text1 {
color: #ffffff;
font-size: 1em;
}
.visitor-page-banner-container4 {
flex: 0 0 auto;
width: auto;
height: 30%;
display: flex;
align-items: flex-end;
padding-top: 40px;
padding-bottom: 40px;
justify-content: flex-start;
}
.visitor-page-banner-button {
color: 00ae54;
align-self: flex-end;
font-style: normal;
font-family: Roboto;
font-weight: 500;
padding-top: 0.3rem;
border-color: 00ae54;
border-width: 2px;
border-radius: 24px;
padding-bottom: 0.3rem;
text-transform: uppercase;
background-color: transparent;
}
.visitor-page-banner-container5 {
flex: 0 0 auto;
width: 40%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.visitor-page-banner-image {
width: 100%;
height: 100%;
object-fit: cover;
}
@media(max-width: 991px) {
.visitor-page-banner-container1 {
flex-direction: column;
}
.visitor-page-banner-container2 {
width: 100%;
}
.visitor-page-banner-container5 {
width: 100%;
}
}
/*Meet the Team Circle*/
.team-photo {
width: 25%;
border-radius: 50%;
}
/*Meet the Team Circle Ends*/
/*
RESPONSIVE CSS ENDS HERE 
*/</pre></body></html>