/* @import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&display=swap");

/* custom */

:root {
    --color-message-success-bg: #e3fcec;
    --color-message-success-text: #1f9d55;
    --color-message-success-border: #51d88a;

    --color-message-warning-bg: #fffabc;
    --color-message-warning-text: #8d7b00;
    --color-message-warning-border: #d3b800;

    --color-message-error-bg: #fcebea;
    --color-message-error-text: #cc1f1a;
    --color-message-error-border: #ef5753;

    --color-message-info-bg: #eff8ff;
    --color-message-info-text: #2779bd;
    --color-message-info-border: #6cb2eb;

    --bs-primary-rgb: #08a6de !important;
    --bs-secondary-rgb: #303036 !important;
    --bs-success-rgb: #303036 !important;
    --bs-body-color: #303036 !important;
    --bs-body-color-rgb: rgb(#303036) !important;
}

.colour-secondary {
    color: var(--bs-secondary-rgb) !important;
}

.btn-outline-success {
    color: var(--bs-success-rgb) !important;
    border-color: var(--bs-success-rgb) !important;
}

.colour-primary {
    color: var(--bs-primary-rgb) !important;
}

.bg-primary {
    background: var(--bs-primary-rgb) !important;
}

.btn-primary {
    background: rgb(var(--bs-success-rgb)) !important;
    border-color: rgb(var(--bs-success-rgb)) !important;
}

.btn-success {
    --bs-btn-hover-bg: #307692 !important;
    background: var(--bs-body-color) !important;
    border-color: rgb(var(--bs-primary-rgb)) !important;
}

.btn:hover {
    background: var(--bs-btn-hover-bg) !important;
}

.btn-outline-success:hover {
    color: #fefefe !important;
    background: var(--bs-body-color) !important;
}

.header_section .fixed-top {
    background: var(--bs-primary-rgb);
}

/* Flash messages from Cake.css */
.message {
    padding: 0.5rem 1rem;
    background: var(--color-message-info-bg);
    color: var(--color-message-info-text);
    border-color: var(--color-message-info-border);
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    margin-bottom: 1rem;
    cursor: pointer;
}
.message.hidden {
    display: none;
}
.message.success {
    background: var(--color-message-success-bg);
    color: var(--color-message-success-text);
    border-color: var(--color-message-success-border);
}
.message.warning {
    background: var(--color-message-warning-bg);
    color: var(--color-message-warning-text);
    border-color: var(--color-message-warning-border);
}
.message.error {
    background: var(--color-message-error-bg);
    color: var(--color-message-error-text);
    border-color: var(--color-message-error-border);
}
/* end custom */

body {
    font-family: "Arvo", sans-serif !important;
    color: #000000;
    background-color: #fefefe;
    overflow-x: hidden;
}

.layout_padding {
    padding: 90px 0;
}

.layout_padding2 {
    padding: 75px 0;
}

.layout_padding2-top {
    padding-top: 75px;
}

.layout_padding2-bottom {
    padding-bottom: 75px;
}

.layout_padding-top {
    padding-top: 90px;
}

.layout_padding-bottom {
    padding-bottom: 90px;
}

.layout_margin-top {
    margin-top: 90px;
}

.layout_margin-bottom {
    margin-bottom: 90px;
}

.heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.heading_container h2 {
    position: relative;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
}

.heading_container p {
    margin-top: 10px;
    margin-bottom: 0;
}

.heading_container.heading_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a:hover,
a:focus {
    color: initial;
}

.btn,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*header section*/
.hero_area {
    position: relative;
    min-height: 100vh;
    min-width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hero_area .hero_bg_box {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100vw;
    height: 99vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden;
    z-index: -1;
}

.hero_area .hero_bg_box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom right;
    object-position: bottom right;
}

.sub_page .hero_area {
    min-height: auto;
}

.sub_page .hero_area .hero_bg_box {
    display: none;
}

.sub_page #home_slider {
    display: none;
}

.header_section {
    padding: 40px 0;
}

.navbar-brand span {
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
    text-transform: capitalize;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 20px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler {
    outline: none;
}

.custom_nav-container .navbar-toggler {
    padding: 0;
    width: 37px;
    height: 42px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
    display: block;
    width: 35px;
    height: 4px;
    background-color: #ffffff;
    margin: 7px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border-radius: 5px;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    top: -10px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
    top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
}

.navbar-nav .active {
    font-weight: bold;
}

/*end header section*/
/* slider section */
.slider_section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 45px 0 145px 0;
}

.slider_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider_section #customCarousel1 {
    width: 100%;
    position: unset;
}

.slider_section .detail-box {
    color: #1fab89;
}

.slider_section .detail-box h1 {
    font-size: 3rem;
    font-weight: bold;
    /* text-transform: uppercase; */
    margin-bottom: 15px;
    color: #ffffff;
}

.slider_section .detail-box h2 {
    color: #fefefe;
    font-size: 14px;
}

.interests_section {
    position: relative;
}

.interests_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 45px;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
}

.interests_section .box .img-box {
    width: 90px;
    height: 90px;
    margin-bottom: 15px;
    background-color: #62d2a2;
    border-radius: 50%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.interests_section .box .img-box i {
    max-width: 55px;
    max-height: 55px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: white;
    font-size: 2rem;
}

.interests_section .box .detail-box h5 {
    font-weight: bold;
    text-transform: uppercase;
}

.interests_section .box .detail-box a {
    color: #1fab89;
    font-weight: 600;
}

.interests_section .box .detail-box a:hover {
    color: #62d2a2;
}

.interests_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
}

.interests_section .btn-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #62d2a2;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #62d2a2;
}

.interests_section .btn-box a:hover {
    background-color: transparent;
    color: #62d2a2;
}

.about_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about_section .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about_section .img-box img {
    width: 100%;
    border-radius: 15px;
}

.about_section .detail-box h3 {
    font-weight: bold;
}

.about_section .detail-box p {
    margin-top: 15px;
}

.about_section .detail-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #62d2a2;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #62d2a2;
    margin-top: 15px;
}

.about_section .detail-box a:hover {
    background-color: transparent;
    color: #62d2a2;
}

.location_section {
    background: var(--bs-secondary-rgb);
}

.location_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
}

.location_section .box .detail-box {
    width: 100%;
    padding: 25px 15px;
    position: relative;
}

.client_section .heading_container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.client_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 45px;
    border-radius: 15px;
}

.client_section .box .img-box {
    margin-bottom: 15px;
    min-width: 145px;
    max-width: 145px;
    overflow: hidden;
}

.client_section .box .img-box img {
    width: 100%;
    border-radius: 100%;
    border: 7px solid rgba(255, 255, 255, 0.45);
}

.client_section .box .detail-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.client_section .box .detail-box .name img {
    width: 25px;
    margin-bottom: 5px;
}

.client_section .box .detail-box .name h6 {
    color: #62d2a2;
    font-size: 20px;
}

.client_section .carousel_btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
    position: unset;
    width: 45px;
    height: 45px;
    border: none;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    background-color: #62d2a2;
    background-position: center;
    border-radius: 5px;
    margin: 0 2.5px;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
    background-color: #1fab89;
}

.client_section .carousel-control-next {
    left: initial;
}

.footer_section {
    background: var(--bs-body-color);
    color: #ffffff;
    padding: 30px 0 10px 0;
    position: relative;
}

.footer_section h4 {
    font-weight: 600;
    margin-bottom: 20px;
}

.footer_section .footer_col {
    margin-bottom: 30px;
}

.footer_section .footer_links a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* display: inline-block; */
    align-items: center;
    margin-right: 15px;
    margin-bottom: 15px;
    color: #ffffff;
}

.footer_section .footer_links a:hover {
    color: var(--bs-primary-rgb);
}

.footer_section .footer-info {
    text-align: center;
}

.footer_section .footer-info p {
    color: #ffffff;
    padding: 15px 0;
    margin: 0;
}

.footer_section .footer-info p a {
    color: inherit;
}
/*# sourceMappingURL=style.css.map */

/* blog styling */
.blog-section {
    position: relative;
    overflow: hidden;
}

.image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.image-container img {
    width: 100%;
    transition: transform 0.2s ease;
}
.overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bs-secondary-rgb);
    transform: translateY(100%);
    transition: transform 0.2s ease;
    z-index: 1;
}
/* make the overlay slide up */
.blog-section:hover .overlay {
    transform: translateY(0);
}
.blog-section:hover .image-container img {
    transform: scale(1.05);
}

/*faq accordian  */
.accordion {
    --bs-accordion-color: none !important;
    --bs-accordion-btn-focus-border-color: none !important;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem none !important;
    --bs-accordion-active-color: #08a6de !important;
    --bs-accordion-active-bg: none !important;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.accordion::after {
    color: #08a6de !important;
    fill: #08a6de !important;
}
.accordion-button:not(.collapsed) {
    box-shadow: none !important;
    border-bottom: 0.5px solid rgb(137, 137, 137) !important;
}
.accordion-item,
.accordion-button::after {
    color: #262626 !important;
    fill: #262626 !important;
}

.accordion-item::after {
    color: #262626 !important;
    fill: #262626 !important;
}

/* white buttons with blue text */
.btn-light-blue {
    background-color: rgb(255, 255, 255, 1);
    color: #08a6de;
    --bs-btn-hover-bg: none;
    --bs-btn-hover-border-color: #ffffff;
    --bs-btn-hover-color: #ffffff;

    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: none;
    --bs-btn-active-border-color: #ffffff;

    border-width: 2px;
    font-size: large;
}

/* WYSIWYG display */
#editor p {
    display: block;
}
textarea::placeholder {
    font-style: italic !important;
}

/* white buttons with blue text */
.btn-light-blue-bg {
    background-color: #ffffff;
    color: var(--bs-primary-rgb);
    --bs-btn-hover-bg: none;
    --bs-btn-hover-border-color: var(--bs-primary-rgb);
    --bs-btn-hover-color: var(--bs-primary-rgb);

    --bs-btn-active-color: var(--bs-primary-rgb);
    --bs-btn-active-bg: var(--bs-primary-rgb);
    --bs-btn-hover-bg: var(--bs-primary-rgb);
    --bs-btn-hover-color: #ffffff;
    --bs-btn-active-border-color: var(--bs-primary-rgb);
    --bs-btn-border-color: var(--bs-primary-rgb);

    border-width: 1px;
}
