/*
Theme Name: Centeredfoundation
Text Domain: Centeredfoundation
Version: 1.3.4
Requires at least: 5.2
Requires PHP: 5.2.4
Description: Our theme Centeredfoundation is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: Bashfoo Team
Author URI: bashfoo.com
Theme URI: https://wordpress.org/
License: bashfoo.com
License URI: bashfoo.com
*/

@font-face {
    font-family: 'Roboto';
    src: url('assets/font/Roboto/Roboto-Regular.woff2') format('woff2'),
        url('assets/font/Roboto/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('assets/font/helvetica/Helvetica.woff2') format('woff2'),
        url('assets/font/helvetica/Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bs-body: #ffff;
    --bs-heading: #595959;
    --bs-primary: #149185;
    --bs-link-color: #ad0808;
    --bs-link-hover-color: #ad0808;
    --bs-text-color: #8a8a8a;
    --bs-text-white: #fff;
    --bs-desc-color: #adabab;
    --bs-box-shadow-color: #cccaca;
    --bs-black-color: #232323;
    --bs-yellow-color: #ffb90b;
    --bs-gradient-color: rgb(20, 145, 163);
    --fonts: 'Roboto', sans-serif;
    --fonts-title: 'Helvetica', sans-serif;
}

html {
    width: 100%;
    font-size: 20px;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

@media (max-width: 1599px) {
    html {
        font-size: 18px;
    }
}

body {
    width: 100%;
    height: auto;
    font-size: 100%;
    line-height: 1.5;
    text-align: left;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-family: var(--fonts);
    overflow-x: hidden;
    background-color: var(--bs-body);
    color: var(--bs-text-color);
    letter-spacing: 0.6px;
    position: relative;
}

.row {
    --bs-gutter-x: 0 !important;
    margin-left: -1rem;
    margin-right: -1rem;
}

/* Wild card with global */
[class*='col-'] {
    padding: 0 1rem 10px 1rem;
}

.cust_container {
    width: 90%;
    max-width: 1800px;
    margin: 0 auto;
    height: auto;
    padding: 0;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 90%;
    margin: 0 auto;
    max-width: 1800px;
    padding-left: 0;
    padding-right: 0;
}

.bothSide_gap {
    padding: 60px 0;
}

.topSide_gap {
    padding: 60px 0 0;
}

.bottomSide_gap {
    padding: 0 0 60px;
}

embed,
iframe {
    max-width: 100%;
    border: none;
}

img {
    width: 100%;
    height: 100%;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
    text-align: left;
}

.hide {
    display: none;
}

.roundbox {
    box-shadow: 0 0 4px 4px #a1a1a12e;
    border-radius: 16px;
    padding: 10px 20px;
    height: 100%;
    text-align: center;
}

.roundbox.list {
    margin-top: 20px;
}

.roundbox.list:first-child {
    margin-top: 0;
}

.roundbox.tleft {
    text-align: left;
    cursor: auto;
}

.roundbox .lincursor {
    cursor: pointer;
}

.memberpop .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    color: red;
    width: 2em;
    height: 2em;
    font-size: 130% !important;
    border: 0;
}

.modal {
    overflow: visible !important;
    transform: none !important;
}

.modal.show {
    display: flex !important;
}

/* 
=============
Heading Tag
=============
*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    padding: 0;
    color: var(--bs-primary);
}

h1 {
    font-size: 260%;
}

h2 {
    font-size: 180%;
}

h3 {
    font-size: 150%;
}

h4 {
    font-size: 135%;
}

h5 {
    font-size: 120%;
}

h6 {
    font-size: 110%;
}

p {
    margin: 0 0 15px 0;
    padding: 0;
}

p:last-child {
    margin-bottom: 0;
}

a {
    font-size: 100%;
    text-decoration: none;
    box-shadow: none;
    color: var(--bs-primary);
}

a:hover {
    text-decoration: none;
    color: var(--bs-link-color);
}

section {
    width: 100%;
    height: auto;
}

.container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.container ul li {
    list-style-type: none;
    margin-bottom: 12px;
    position: relative;
    padding-left: 35px;
}

.container ul li::before {
    content: '\f560';
    font-family: 'Font Awesome 6 Free';
    font-size: 90%;
    font-weight: 900;
    color: var(--bs-primary);
    width: 20px;
    height: 20px;
    display: flex;
    margin-right: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 4px;
}

.container ol li {
    margin-bottom: 12px;
    position: relative;
}

/* 
=============
scrollbar
=============
*/

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(200, 200, 200, 1);
    background-color: #F5F5F5;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: var(--bs-primary);
    -webkit-box-shadow: inset 0 0 5px #0098db;
}

/* 
=============
Slick Arrow
=============
*/
.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots button {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: var(--bs-box-shadow-color);
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: var(--bs-gradient-color);
}

/***/
.slick-slider {
    margin: 0 -15px;
}

.slick-slide {
    margin-right: 15px;
    margin-left: 15px;
}

.slide-arrow {
    width: 27px;
    height: 27px;
    border: 1px solid var(--bs-text-white);
    background-color: transparent;
    border-radius: 50%;
}

.slide-arrow.prev-arrow,
.slide-arrow.next-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 2px 5px;
}

.slide-arrow.prev-arrow::after {
    content: "\f060";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 120%;
    z-index: 2;
    filter: brightness(0) invert(1);
}

.slide-arrow.next-arrow::after {
    content: "\f061";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 120%;
    z-index: 2;
    filter: brightness(0) invert(1);
}

.slide-arrow.prev-arrow:focus,
.slide-arrow.next-arrow:focus {
    border: 1px solid var(--bs-primary) !important;
    filter: none;
}

/** ::: Default Tag Styles ::: ***************/
.alignleft {
    float: left
}

.alignright {
    float: right
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-center img {
    margin-left: auto;
    margin-right: auto;
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.center {
    margin-left: auto;
    margin-right: auto
}

.uppercase,
.text-uppercase {
    text-transform: uppercase
}

.lowercase,
.text-lowercase {
    text-transform: lowercase
}

table {
    width: 100%;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2
}

td {
    border-left: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    padding: 5px 10px
}

figure {
    margin: 0;
    padding: 0
}

.full {
    width: 100%;
    height: auto
}

.full img {
    width: 100%;
    height: auto
}

img.cover {
    object-fit: cover;
}

small {
    font-size: 8pt;
    display: inline-block;
    line-height: 1.2
}

.strong,
.b,
.bold,
b,
strong {
    font-weight: bold;
}

.boxshadow {
    background: #fff;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.1);
}

input.button,
.button,
input[type=submit] {
    color: #ffffff !important;
    background-color: var(--bs-primary) !important;
    text-align: center !important;
    padding: 8px 13px !important;
    cursor: pointer !important;
    font-weight: normal !important;
    font: inherit !important;
    border: none !important;
    outline: none !important;
    line-height: 1.3 !important;
    border-radius: 0 !important;
    transition: all 300ms ease !important;
    font-size: 100% !important;
}

.email_from .from_group input {
    width: 100% !important;
    height: 50px !important;
    box-shadow: none !important;
    outline: 0 !important;
    padding: 10px 50px 10px 15px !important;
    border-radius: 0 !important;
    background-color: #4d4d4d !important;
    border: 1px solid #4d4d4d;
    color: var(--bs-white) !important;
    font-size: 80% !important;
}

.email_from .from_group input::placeholder {
    font-size: 100% !important;
}

#gform_2 {
    position: relative;
}

.email_from .from_group .gform-theme--foundation .gform_footer,
.email_from .from_group .gform-theme--foundation .gform_page_footer {
    position: absolute;
    right: 5px;
    top: 6px;
    margin-block-start: 0px !important;
    display: block !important;
}

.email_from .from_group .gform_button {
    padding: 10px 10px 10px 35px !important;
    font-size: 75% !important;

    color: var(--bs-text-white) !important;
    background-image: linear-gradient(9deg, #07a799 0%, #296ba7 100%);
    position: relative;
    transition: 0.6s;
    border: none;
    border-radius: 2px;
    white-space: nowrap;
    width: 100% !important;
    height: 100% !important;
    text-transform: uppercase !important;
}

.email_from .from_group .gform_button:before {
    content: "\f56f";
    font-family: "FontAwesome";
    left: 6px;
}

.gthumb {
    background: #fff;
    padding: 0px;
    box-shadow: 8px 7px 16px rgba(0, 0, 0, .25);
    margin-bottom: 10px;
    height: 40vh;
    border-radius: 8px;
}

.gthumb a {
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.gthumb a::after {
    content: "\f00e";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000052;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--bs-text-white);
    transition: 0.6s;
}

.gthumb a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gthumb a:hover::after {
    display: flex;
}


.gthumb .imgname {
    content: " ";
    position: absolute;
    width: 100%;
    height: auto;
    top: auto;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 5px 10px;
    margin: 0;
    background-color: rgba(20, 145, 133, 0.8);
    backdrop-filter: blur(0px);
    color: var(--bs-body);
    transition: 0.3s;
    display: flex;
    align-items: center;
    min-height: 64px;
}

.gthumb h5 {
    margin-top: 8px;
    font-size: 80%;
    font-weight: 400;
}

@media (max-width: 765px) {
    .gthumb{
        height: 50vh;
    }
}

@media (max-width: 575.98px) {
    .gthumb{
        height: auto;
    }
}

/***/




.float-start.w4 {
    width: 40%;
    margin-right: 40px;
    margin-bottom: 10px;
}

@media (max-width: 575.98px) {
    .float-start.w4 {
        width: 100%;
        float: none;
        margin-right: 0;
    }
}

/* 
=============
Forms
=============
*/
.form-group {
    margin-bottom: 20px;
}

label {
    font-size: 80%;
    letter-spacing: 1px;
    color: var(--bs-text-color);
    margin-bottom: 2px;
}

label span {
    color: var(--bs-link-color);
}

input {
    width: 100%;
    height: 40px;
    padding: 5px 8px;
}

.form-control {
    width: 100%;
    height: 40px;
    box-shadow: none;
    outline: 0;
    padding: 5px 10px;
    background-color: var(--bs-text-color);
    border: 1px solid var(--bs-body);
    font-size: 90%;
    color: var(--bs-dark);
    border: 2px solid var(--bs-text-color);
}

.form-control::placeholder {
    font-size: 90%;
    color: var(--bs-body);
}

.form-control:focus {
    box-shadow: none;
    border: 2px solid var(--bs-primary);
}

/* 
=============
All Heading
=============
*/
.sub_heading {
    width: auto;
    font-size: 100%;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--bs-primary);
    font-family: var(--fonts);
    letter-spacing: 0.5px;
    padding: 0;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub_heading .line {
    width: 100px;
    height: 2px;
    border-radius: 6px;
    background-color: var(--bs-primary);
    margin-right: 10px;
}

.sub_heading.white {
    color: var(--bs-text-white) !important;
}

.heading,
.heading2 {
    font-size: 190%;
    font-weight: 500;
    text-align: left;
    line-height: 1.5;
    color: var(--bs-heading);
    padding: 0;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-family: var(--fonts-title);
    position: relative;
}

.heading.topPadding {
    margin-top: 60px;
}

.heading.center {
    text-align: center;
}

.heading.white {
    color: var(--bs-text-white) !important;
}

.heading span,
.heading2 span {
    color: var(--bs-primary);
}

.banner_heading span {
    color: var(--bs-primary);
}

.heading.banner_heading {
    font-size: 280%;
    color: var(--bs-text-white);
    text-align: center;
}

.heading.banner_heading::before {
    display: none;
}

.heading::before {
    content: "";
    position: absolute;
    left: 0%;
    top: -80px;
    width: 80px;
    height: 80px;
    background-image: url(./assets/images/logo-fav-header.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.desc {
    font-weight: 400;
    text-align: left;
    color: var(--bs-text-color);
    padding: 0;
    margin-bottom: 15px;
    line-height: 1.5;
}

.bannerdesc.desc {
    color: var(--bs-text-white);
    margin-bottom: 30px;
    text-align: center;
}

.desc.white {
    color: var(--bs-desc-color) !important;
}

.desc.center {
    text-align: center;
}

.sectionheading_wrap {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2%;
    margin-bottom: 25px;
}

.sectionheading_wrap .heading {
    width: 100%;
}

.sectionheading_wrap .desc {
    width: 100%;
}

.heading.center::before {
    left: 50%;
    transform: translateX(-50%);
}

/***nav****/
.nav.nav-tabs {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 2%;
    padding: 0;
    margin: 0;
    border: none;
}

.nav.nav-tabs .nav-link {
    box-shadow: none;
    outline: 0;
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
    background-color: transparent;
    border-radius: 2px;
    padding: 5px 10px;
    font-size: 85%;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    transform: 0.6s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.nav.nav-tabs .nav-link.active {
    background-color: var(--bs-primary);
    color: var(--bs-text-white);
    transform: 0.6s;
}

/***/
.innerpage_head {
    font-size: 150%;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--fonts-title);
    color: var(--bs-primary);
    margin-bottom: 15px;
}

.innerpage_text {
    font-size: 90%;
    color: var(--bs-text-color);
}

.innerpage_text span {
    color: var(--bs-dark);
}

.innerpagesub_heading {
    font-size: 120%;
    font-weight: 700;
    text-align: center;
    color: var(--bs-primary);
    text-transform: capitalize;
    margin-bottom: 15px;
}

/* 
=============
Button
=============
*/
.btn {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    border: none;
    margin: 0;
    cursor: pointer;
    line-height: normal;
}

.btn:focus {
    box-shadow: none;
    text-decoration: none;
    outline: 0;
}

.readMore_btn {
    font-size: 85%;
    font-weight: 600;
    padding: 0;
    margin: 0;
    color: var(--bs-primary);
}

/***/
.RegisterBtn_wrap {
    width: 100%;
    max-width: 200px;
    height: auto;
    background: linear-gradient(90deg, rgba(47, 109, 168, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 2px;
    border-radius: 2px;
    margin: 0 auto;
}

.Register_btn {
    font-size: 90%;
    color: var(--bs-text-white);
    background-image: linear-gradient(9deg, #07a799 0%, #296ba7 100%);
    position: relative;
    transition: 0.6s;
    border: none;
    border-radius: 2px;
    padding: 5px 20px 5px 50px;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
}

.Register_btn::after {
    content: "\f31c";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    border-right: 1px solid #fff;
    padding-right: 7px;
}

.Register_btn:hover {
    color: var(--bs-text-white);
    background-color: transparent;
    transition: 0.6s;
}

/***/
.learnmoreBtn_wrap {
    /* background: linear-gradient(90deg, #85cdcc 0%, rgba(255, 255, 255, 1) 100%); */
    background-color: #85cdcc;
    padding: 2px;
    border-radius: 2px;
    margin: 0 auto;
    display: inline-block;
}

.learnmore_btn {
    font-size: 90%;
    color: var(--bs-text-white);
    background-image: linear-gradient(9deg, #07a799 0%, #296ba7 100%);
    position: relative;
    transition: 0.6s;
    border: none;
    border-radius: 2px;
    padding: 7px 20px 7px 50px;
    white-space: nowrap;
    text-transform: uppercase;
}

.learnmore_btn::after {
    /* content: "\f31c";
    font-family: "FontAwesome"; */
    content: "";
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
    width: 35px;
    height: 22px;
    border-right: 1px solid #fff;
    background-image: url(./assets/images/Icons/study.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.learnmore_btn:hover {
    color: var(--bs-text-white);
    background-color: transparent;
    transition: 0.6s;
}

/***/
.ViewAllBtn_wrap {
    /* background: linear-gradient(90deg, #85cdcc 0%, rgba(255, 255, 255, 1) 100%); */
    background-color: #85cdcc;
    padding: 2px;
    border-radius: 2px;
    margin-left: auto;
    margin-top: auto;
    display: inline-block;
}

.ViewAll_btn {
    font-size: 90%;
    color: var(--bs-text-white);
    background-image: linear-gradient(9deg, #07a799 0%, #296ba7 100%);
    position: relative;
    transition: 0.6s;
    border: none;
    border-radius: 2px;
    padding: 7px 20px 7px 50px;
    white-space: nowrap;
    text-transform: uppercase;
}

.ViewAll_btn::after {
    /* content: "\f31c";
    font-family: "FontAwesome"; */
    content: "";
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
    width: 35px;
    height: 22px;
    border-right: 1px solid #fff;
    background-image: url(./assets/images/Icons/view-all.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.ViewAll_btn:hover {
    color: var(--bs-text-white);
    background-color: transparent;
    transition: 0.6s;
}


/***/
.knowmore_btn {
    padding: 5px 5px 5px 0px;
    text-align: center;
    color: var(--bs-primary);
    font-size: 85%;
    position: relative;
    font-weight: 600;
}

.knowmore_btn i {
    rotate: 46deg;
    font-size: 70%;
}

.knowmore_btn::before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 80%;
    height: 1px;
    border-radius: 6px;
    background-color: var(--bs-primary);
}

.knowmore_btn:hover {
    color: var(--bs-primary);
    text-decoration: none;
}

.getQuoteBtn_wrap {
    width: 100%;
    max-width: 140px;
    height: auto;
    background: linear-gradient(90deg, rgba(47, 109, 168, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 2px;
    border-radius: 2px;
}

.getQuote_btn {
    font-size: 90%;
    color: var(--bs-text-white);
    background-image: linear-gradient(9deg, #07a799 0%, #296ba7 100%);
    position: relative;
    transition: 0.6s;
    border: none;
    border-radius: 2px;
    padding: 5px 15px 5px 50px;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
}

.getQuote_btn::after {
    content: "\f4c0";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    border-right: 1px solid #fff;
    padding-right: 7px;
}

.getQuote_btn:hover {
    color: var(--bs-text-white);
}


.getQuoteBtn_wrap.Submit {
    max-width: 100px;
}

.getQuote_btn.Submit {
    padding: 10px 10px 10px 35px;
    font-size: 75%;
}

.getQuote_btn.Submit::after {
    content: "\f56f";
    font-family: "FontAwesome";
    left: 6px;
}

.button_wrap {
    display: flex;
    align-items: center;
    gap: 1em;
}

/* 
=============
Main header
=============
*/
.main_header {
    padding: 5px 0;
    background-color: transparent;
    box-shadow: none;
    transition: .6s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    border-top: 3px solid var(--bs-primary);
}

.main_header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    transition: .6s all;
    /* background-color: var(--bs-primary); */
    box-shadow: 0px 0px 5px 0px var(--bs-box-shadow-color);
    backdrop-filter: blur(8px);
    background-color: rgba(2, 2, 2, 0.5);
}

.main_header .wraper {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.Logo_area {
    width: 100%;
    max-width: 220px;
    height: auto;
    overflow: hidden;
    /* border-radius: 50%; */
}

.Logo_area img {
    width: 100%;
    height: 100%;
}

.main_header.sticky .Logo_area {
    max-width: 140px;
}

/* 
=============
Footer
=============
*/
.footer_sec {
    position: relative;
    background-color: var(--bs-black-color);
}

.footer_sec .top_wrap {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.footer_sec .top_wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_sec .top_wrap .heading {
    text-align: center;
    margin-top: 15px;
}

.footer_sec .top_wrap .heading::before {
    display: none !important;
}

.footer_sec .top_wrap .desc {
    text-align: center;
    margin-bottom: 15px;
}

.footer_sec .top_wrap .getQuoteBtn_wrap {
    margin: 0 auto 30px;
}

.footer_sec .bottom_wrap {
    width: 100%;
    height: auto;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2%;
    padding: 15px 0 20px;
    font-size: 90%;
}

.footer_box {
    width: 32%;
    height: auto;
}

.footer_box .head {
    font-size: 150%;
    font-weight: 500;
    color: var(--bs-text-white);
    margin-bottom: 20px;
}

.footer_box .desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.footer_box ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.footermenu_list {
    padding-left: 1rem !important;
    columns: 2;
}

.footer_box ul li {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
    position: relative;
}

.footer_box ul li:hover::before {
    content: "\f0da";
    font-family: "FontAwesome";
    position: absolute;
    top: 2px;
    left: -15px;
    color: var(--bs-primary);
}


.footer_box ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 10px;
    color: var(--bs-desc-color);
}

.footer_box ul li a:hover {
    color: var(--bs-primary);
}

.footer_box ul li a .icon {
    width: 30px;
    min-width: 30px;
    height: 30px;
    background-image: linear-gradient(9deg, #07a799 0%, #296ba7 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-text-white);
}

.footer_box ul li a .name {
    color: var(--bs-desc-color);
}

.footer_box ul li a:hover .name {
    color: var(--bs-primary);
}

.footer_box .imagewrap {
    width: 100px;
    height: auto;
}

.footer_box .imagewrap img {
    width: 100%;
    height: 100%;
}

.newletters_box {
    width: 100%;
    height: auto;
    position: relative;
}

.newletters_box input {
    width: 100%;
    height: 48px;
    padding: 2px 105px 2px 10px;
    background-color: transparent;
    color: var(--bs-text-white);
}

.newletters_box input::placeholder {
    color: var(--bs-desc-color);
}

.newletters_box input:focus {
    background-color: transparent;
    color: var(--bs-text-white);
}

.newletters_box .getQuoteBtn_wrap.Submit {
    position: absolute !important;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);

}

/****Bottom-footer******/

.bottom_footer {
    width: 100%;
    height: auto;
    background-color: var(--bs-primary);
    padding: 10px 0;
}

.bottom_footer .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5%;
}

.bottom_footer .text {
    font-size: 85%;
    color: var(--bs-text-white);
    padding: 0;
    margin: 0;
}


.footersocialicons_all {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.footersocialicons_all li {
    list-style: none;
    position: relative;
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid transparent;
}

.footersocialicons_all li a {
    width: 100%;
    height: 100%;
    padding: 6px;
    color: var(--bs-text-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.footersocialicons_all li:hover {
    border: 1px solid var(--bs-body);
}

.footersocialicons_all li a i {
    font-size: 16px;
}

/****Scroll to top******/
/***********************/
.return-to-top {
    position: fixed;
    right: 2%;
    bottom: 9%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* border-radius: 50%; */
    width: 36px;
    height: 36px;
    z-index: 6;
    padding: 10px;
    color: #fff;
    background-color: #ffc107 !important;
    transition: .6s;
    box-shadow: 0px 0px 2px 0px #fbfbfb;
}

.return-to-top.show {
    display: flex;
}

.return-to-top i.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

/*
=======================
Custom Modal css
=======================
*/

.customModal_modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: #00000093;
    display: none;
}

.customModal_modal.active {
    display: block;
}

.customModal_body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 550px;
    min-height: 180px;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--bs-card-color);
    z-index: 1;
    padding: 20px;
}

.customModal_body .close_btn {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background-color: transparent;
    color: var(--bs-primary);
    box-shadow: none;
    font-size: 120%;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.customModal_body .heading {
    font-size: 110%;
    font-weight: 600;
    margin-bottom: 20px;
}

.customModal_body .content {
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
    padding: 20px 0;
}


/*
=======================
banner wrapper position
=======================
*/
.homebanner_sec .wrapper.topleft,
.homebanner_sec .wrapper.topcenter,
.homebanner_sec .wrapper.topright,
.homebanner_sec .wrapper.middleleft,
.homebanner_sec .wrapper.middlecenter,
.homebanner_sec .wrapper.middleright,
.homebanner_sec .wrapper.bottomleft,
.homebanner_sec .wrapper.bottomcenter,
.homebanner_sec .wrapper.bottomright {
    position: absolute;
    z-index: 4;
}

/**top*/
.homebanner_sec .wrapper.topleft {
    top: 0;
    left: 0;
    transform: translateX(0);
    text-align: left;
}

.homebanner_sec .wrapper.topcenter {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.homebanner_sec .wrapper.topright {
    top: 0;
    left: 100%;
    transform: translateX(-100%);
    text-align: right;
}

/***middle***/
.homebanner_sec .wrapper.middleleft {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    text-align: left;
}

.homebanner_sec .wrapper.middlecenter {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.homebanner_sec .wrapper.middleright {
    top: 50%;
    left: 100%;
    transform: translate(-100%, -50%);
    text-align: right;
}

/***bottom****/
.homebanner_sec .wrapper.bottomleft {
    left: 0;
    bottom: 0;
    top: 100%;
    transform: translateY(-100%);
    text-align: left;
}

.homebanner_sec .wrapper.bottomcenter {
    left: 50%;
    bottom: 0;
    top: 100%;
    transform: translate(-50%, -100%);
    text-align: center;
}

.homebanner_sec .wrapper.bottomright {
    left: 100%;
    bottom: 0;
    top: 100%;
    transform: translate(-100%, -100%);
    text-align: right;
}

/* 
==================
Home Banner sec
=================
*/
.homebanner_sec {
    position: relative;
}

.homebanner_sec::after {
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 250px;
    height: 255px;
    background-image: url(./assets/images/banner-arrow-shape-lower.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}

.homebanner_sec::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 200px;
    height: 400px;
    background-image: url(./assets/images/banner-arrow-shape.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}

.homebanner_sec .item_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    z-index: -1;
}

.homebanner_sec .item_img::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000099;
    width: 100%;
    height: 100%;
    z-index: 1;
}


.homebanner_sec .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homebanner_sec .cust_container {
    position: relative;
    z-index: 4;
    height: 100%;
}

.homebanner_sec .banner_content {
    width: 100%;
    height: 85vh;
    overflow: hidden;
    padding: 30px 0;
}

.homebanner_sec .wrapper {
    width: 100%;
    max-width: 900px;
    height: auto;
    padding: 20px;
    border-radius: 12px;
    /* background-color: #00000071; */
}

/***slick arrow***/
.slick-list {
    padding: 0 !important;
}


.slick-prev.slick-arrow {
    bottom: 10%;
    right: 10%;
}

.slick-next.slick-arrow {
    bottom: 10%;
    right: 7%;
}

.slick-prev.slick-arrow,
.slick-next.slick-arrow {
    position: absolute;
    font-size: 0px;
    border: none;
    background: transparent;
    z-index: 4;
}

.slick-prev.slick-arrow::after,
.slick-next.slick-arrow::after {
    content: "";
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28%;
    width: 35px;
    height: 35px;
    border: 1px solid var(--bs-body);
    border-radius: 50%;
    padding: 10px;
    background-color: rgb(19, 185, 175);
}

.slick-prev.slick-arrow::after {
    background-image: url(assets/images/Icons/arrow-left_wh.png);
    rotate: 180deg;
    filter: grayscale(100%);
    opacity: 0.5;
}

.slick-prev.slick-arrow:focus:after {
    filter: grayscale(0);
    opacity: 1;
}

.slick-next.slick-arrow::after {
    background-image: url(assets/images/Icons/arrow-left_wh.png);
    filter: grayscale(100%);
    opacity: 0.5;

}

.slick-next.slick-arrow:focus:after {
    filter: grayscale(0);
    opacity: 1;
}

/* 
==================
Sponsorship_sec
=================
*/
.Sponsorship_sec .content {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

/* 
==================
OurPillars_sec
=================
*/
.OurPillars_sec {
    position: relative;
}

.OurPillars_sec .content {
    width: 100%;
    max-width: 50%;
    height: auto;
    margin-left: auto;
}


.OurPillars_sec .list_wrap {
    list-style: none;
    padding: 0;
}

.OurPillars_sec .list_wrap li {
    list-style: none;
    margin-bottom: 20px;
}

.OurPillars_sec .iconwrap {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(0deg, rgba(19, 185, 175, 1) 0%, rgba(49, 138, 185, 1) 100%);
    padding: 6px;
}

.OurPillars_sec .iconwrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.OurPillars_sec .name {
    font-size: 110%;
    font-weight: 600;
    line-height: normal;
    color: var(--bs-primary);
    padding: 0;
    margin: 0;
}

/*********/
.OurPillars_sec .sectiondesign_wrap {
    left: 0;
}

.sectiondesign_wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 47%;
    height: 85%;
    overflow: hidden;
    z-index: -1;
}

.sectiondesign_wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    /* background: rgba(0, 170, 173, 0.7); */
    background-image: linear-gradient(169deg, rgba(8, 168, 153, 0.9999999999999999) 0%, rgb(97 192 186 / 23%) 100%);
    clip-path: polygon(0% -15%, 85% 50%, 18% 100%, 0% 100%);
}

.diamond-frame {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    clip-path: polygon(0% -124%, 100% 50%, 64% 113%, 0% 100%);
    box-shadow: 0px 0px 5px 0px var(--bs-box-shadow-color);
}

.diamond-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sectiondesign_wrap .overlay .icon_box {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
    z-index: 1;
}

.sectiondesign_wrap .overlay .icon_box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    animation: roundani 20s linear infinite;
}

@keyframes roundani {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* 
==================
WhoWeAre_sec
=================
*/
.WhoWeAre_sec {
    position: relative;
}

.WhoWeAre_sec .content {
    width: 100%;
    max-width: 50%;
    height: auto;
    margin-right: auto;
}

.sectiondesign_wrap.rotate_des {
    right: 0;
    transform: translateY(-50%) rotate(180deg) !important;
}

.sectiondesign_wrap.rotate_des .diamond-frame img {
    transform: rotate(-180deg) !important;
}


/* 
==================
Transforming Lives 
=================
*/
.transformingCard_all {
    width: 100%;
    height: auto;
    display: flex;
    /* align-items: center; */
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2%;
}

.transforming_Card {
    width: 32%;
    height: auto;
    padding: 50px 20px 20px;
    background-color: transparent;
    box-shadow: 0px 0px 10px 0px var(--bs-box-shadow-color);
    position: relative;
    overflow: hidden;
}

.transforming_Card::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(./assets/images/turn-the-table-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -2;
    display: none;
}

.transforming_Card::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(9deg, #07a799 0%, #296ba7 100%);
    opacity: 0.7;
    z-index: -1;
    display: none;
}

.transforming_Card:hover::before,
.transforming_Card:hover::after {
    display: block;
}

.transforming_Card .name {
    font-weight: 600;
}

.transforming_Card .triangle {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    border-top: solid 65px var(--bs-gradient-color);
    border-right: solid 65px var(--bs-gradient-color);
    border-left: solid 65px transparent;
    border-bottom: solid 65px transparent;
    display: inline-block;
    /* margin: 0 5px; */
    vertical-align: middle;
    z-index: -1;
}

.transforming_Card .icon {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    z-index: 2;
}

.transforming_Card .triangle .icon img {
    width: 100%;
    height: 100%;
}

.transforming_Card:hover .name {
    color: var(--bs-text-white);
}

.transforming_Card:hover .desc {
    color: var(--bs-text-white);
}

.transforming_Card .content {
    width: 100%;
    height: 80px;
    transition: 0.6s;
    position: relative;
    overflow: hidden;
}

.transforming_Card .desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.6s;
}

.transforming_Card .linkwrap {
    position: absolute;
    top: 125%;
    left: 0;
    transition: 0.6s;
}

.transforming_Card .link {
    display: block;
    font-size: 100%;
    line-height: normal;
    color: var(--bs-text-white);
    margin-bottom: 10px;
    text-decoration: none;
    box-sizing: none;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
}

.transforming_Card .link::before {
    content: "\f0a4";
    font-family: "FontAwesome";
    position: absolute;
    top: 4px;
    left: 0;
}

.transforming_Card .link:hover {
    color: var(--bs-yellow-color);
}

.transforming_Card:hover .desc {
    top: -120%;
}

.transforming_Card:hover .linkwrap {
    top: 5%;
}

@media (max-width: 576px) {
    .transforming_Card .content {
        height: 50px;
    }
}

/* 
==================
Inspiring Moments 
=================
*/
.gallery {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 10px;
}

.gallery a {
    position: relative;
    overflow: hidden;
}

.gallery a::after {
    content: "\f00e";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000052;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--bs-text-white);
    transition: 0.6s;
}

.gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery a:hover::after {
    display: flex;
}

.gallery .imgname {
    content: " ";
    position: absolute;
    width: 100%;
    height: auto;
    top: auto;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 5px 10px;
    margin: 0;
    background-color: rgba(20, 145, 133, 0.8);
    backdrop-filter: blur(0px);
    color: var(--bs-body);
    transition: 0.3s;
    display: flex;
    align-items: center;
    min-height: 64px;
}

/* .gallery a:hover .imgname {
    bottom: 0;
} */

.gallery h5 {
    margin-top: 8px;
    font-size: 80%;
    font-weight: 400;
}


.gallery .img1 {
    grid-column: span 1;
    grid-row: span 1;
}

.gallery .img2 {
    grid-column: span 1;
    grid-row: span 1;
}

.gallery .img3 {
    grid-column: span 1;
    grid-row: span 1;
}

.gallery .img4 {
    grid-column: span 2;
    grid-row: span 1;
}

.gallery .img5 {
    grid-column: span 1;
    grid-row: span 1;
}

.gallery img {
    width: 100%;
    height: 100%;
    max-height: 40vh;
    object-fit: cover;
    border-radius: 5px;
}

/* 
==================
Latest News & Blog 
=================
*/
.newsboardcard_list {
    width: 100%;
    /* max-height: 500px;
    overflow-y: auto; */
    padding: 0;
    margin: 0;
    list-style: none;
}

.newsboardcard_list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4%;
    list-style: none;
    padding: 20px 0;
    border-bottom: 1px solid var(--bs-box-shadow-color);
}

.newsboardcard_list li:first-child {
    padding-top: 0;
}

.newsboardcard_list li:last-child {
    padding-bottom: 0;
    border: none;
}

.newsboardcard_list .img_wrap {
    max-width: 25%;
    min-width: 25%;
    height: auto;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0px 0px 2px 0px var(--bs-box-shadow-color);
}

.newsboardcard_list .img_wrap img {
    width: 100%;
    height: 40vh;
    object-fit: cover;
}

.newsboardcard_list .details_wrap {
    width: 100%;
    height: auto;
}

.newsboard_head {
    font-size: 100%;
    font-weight: 600;
    color: var(--bs-primary);
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.newsboard_head::after {
    content: "\f111";
    font-family: "FontAwesome";
    position: absolute;
    top: 5px;
    left: 0;
    color: var(--bs-primary);
    font-size: 60%;
}

.newsboard_subhead {
    font-size: 100%;
    font-weight: 600;
    color: var(--bs-black-color);
    position: relative;
    margin-bottom: 10px;
}

.newsboardcard_list .desc {
    font-size: 90%;
}

.newsboard_card {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(9deg, #07a799 0%, #296ba7 100%);
    padding: 5%;
    margin: 0;
    overflow: hidden;
    border-radius: 4px;
}

.newsboard_card .wraper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.newsboard_card .list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    animation: marquee 15s linear infinite;
}

@keyframes marquee {
    0% {
        top: 0%
    }

    100% {
        top: -100%
    }

    0% {
        top: 100%;
    }
}

.newsboard_card:hover .list {
    animation-play-state: paused;
}

.newsboard_card li {
    list-style: none;
    margin-bottom: 20px;
}

.newsboard_head.white {
    color: var(--bs-text-white);
}

.newsboard_subhead.white {
    color: var(--bs-text-white);
    font-weight: 400;
    opacity: 0.8;
}

.newsboard_head.white::after {
    color: var(--bs-text-white);
}

/* 
========================
Let’s Meet With Our Team
========================
*/
.MeetOurTeam_Cart {
    width: 100%;
    height: auto;
    position: relative;
}

.MeetOurTeam_Cart .img_wrap {
    width: 100%;
    /* height: 40vh; */
    /* overflow: hidden; */
    position: relative;
    margin-bottom: 50px;
    background-color: var(--bs-black-color);
}

.MeetOurTeam_Cart .img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.MeetOurTeam_Cart .content {
    width: 94%;
    height: auto;
    padding: 15px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 1;
    transition: 0.6s all;
}

.MeetOurTeam_Cart .content::before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0.8;
    background-image: linear-gradient(9deg, #07a799 0%, #296ba7 100%);
    width: 100%;
    height: 100%;
    transition: 0.6s all;
}

.MeetOurTeam_Cart .name {
    font-size: 110%;
    font-weight: 500;
    color: var(--bs-text-white);
    text-align: left;
    padding-bottom: 2px;
}

.MeetOurTeam_Cart .design {
    font-size: 90%;
    font-weight: 400;
    color: var(--bs-text-white);
    text-align: left;
    padding-bottom: 5px;
}

.MeetOurTeam_Cart .desc {
    color: var(--bs-text-white);
    opacity: 0.8;
    display: none;
    transition: 0.6s;
}

.MeetOurTeam_Cart:hover .desc {
    display: block;
    transition: 0.6s;
}


/* 
===================
Inner page css
===================
*/
.innerbanner_sec {
    width: 100%;
    height: 45vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.innerbanner_sec::before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #00000096;
    z-index: 1;
}

.innerbanner_sec .bg_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.innerbanner_sec .bg_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.innerbanner_sec .cust_container {
    position: relative;
    height: 100%;
    z-index: 2;
}

.innerbanner_sec .content {
    position: relative;
    top: 65%;
    /* left: 50%; */
    left: 0%;
    transform: translateY(-50%);
    /* transform: translate(-50%, -50%); */
    z-index: 3;
    display: inline-block;
}

.innerbanner_head {
    font-size: 260%;
    font-weight: 500;
    text-align: left;
    line-height: 1.2;
    color: var(--bs-text-white);
    font-family: var(--fonts-title);
    padding: 0;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.innerbanner_head span {
    color: var(--bs-primary);
}

.breadcrumb {
    width: 100%;
    height: auto;
    list-style: none;
    margin: 0 auto;
}

.breadcrumb .breadcrumb-item {
    font-size: 100%;
    font-weight: 600;
    text-align: left;
    color: var(--bs-primary);
    line-height: normal;
    padding: 0;
    margin: 0;
}

.breadcrumb .breadcrumb-item a {
    text-decoration: none;
    box-shadow: none;
    outline: 0;
    color: var(--bs-primary);
}

.breadcrumb .breadcrumb-item.active {
    color: var(--bs-text-white);
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    padding-left: .2rem;
    color: var(--bs-yellow-color);
    content: ">";
}





/******All Responsive***********/
/*******************************/
/***max-width*****/
@media (max-width: 1600px) {
    .homebanner_sec .banner_content {
        padding: 30px 0;
    }
}

@media (max-width: 1400px) {
    .slick-prev.slick-arrow {
        right: 12%;
    }

    .slick-next.slick-arrow {
        right: 8%;
    }
}

@media (max-width: 1024px) {
    .homebanner_sec .banner_content {
        padding: 20px 0;
    }

    .footer_box {
        width: 49%;
        margin-bottom: 35px;
    }
}

@media (max-width: 991px) {
    .slick-prev.slick-arrow {
        right: 15%;
    }

    .slick-next.slick-arrow {
        right: 7%;
    }

    .OurPillars_sec .content {
        max-width: 100%;
        margin-left: 0;
    }

    .sectiondesign_wrap {
        position: relative;
        max-width: 90%;
        height: auto;
        overflow: hidden;
        margin: 0 auto 20px;
        z-index: 1;
        transform: none !important;
        top: 0;
    }

    .sectiondesign_wrap.rotate_des {
        transform: translateY(0%) rotate(180deg) !important;
    }

    .diamond-frame {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        clip-path: none;
    }

    .sectiondesign_wrap .overlay {
        display: none;
    }

    .contentReverse {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column-reverse;
    }

    .WhoWeAre_sec .content {
        max-width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .transforming_Card {
        width: 49%;
        margin-bottom: 20px;
    }

    .newsboardcard_list {
        margin-bottom: 20px;
        max-height: none;
    }

    .newsboardcard_list li {
        flex-wrap: wrap;
    }

    .newsboardcard_list .img_wrap {
        max-width: 40%;
        margin-bottom: 10px;
    }

    .newsboardcard_list .details_wrap {
        width: 56%;
    }
}

@media (max-width: 768px) {
    .footer_box {
        width: 100%;
    }

    .footer_box:last-child {
        margin-bottom: 0 !important;
    }
}


@media (max-width: 576px) {
    .homebanner_sec .banner_content {
        height: 50vh;
    }

    .slick-prev.slick-arrow {
        right: 20%;
    }

    .slick-next.slick-arrow {
        right: 10%;
    }

    .homebanner_sec::after {
        display: none;
    }

    .homebanner_sec::before {
        display: none;
    }

    .transforming_Card {
        width: 100%;
    }

    .innerbanner_head {
        font-size: 200%;
    }

    .newsboardcard_list .img_wrap {
        max-width: 100%;
    }

    .newsboardcard_list .img_wrap img {
        height: auto;
    }

    .newsboardcard_list .details_wrap {
        width: 100%;
    }
}


@media (max-width: 480px) {
    .slick-prev.slick-arrow {
        right: 28%;
        bottom: 12%;
    }

    .slick-next.slick-arrow {
        right: 15%;
        bottom: 12%;
    }

    .sub_heading .line {
        width: 50px;
    }

    .RegisterBtn_wrap {
        max-width: 150px;
    }

    .newsboard_head {
        padding-left: 15px;
    }

    .heading {
        margin-bottom: 5px;
    }

    .sectiondesign_wrap {
        margin: 0 auto;
    }

    .heading::before {
        top: -65px;
        width: 60px;
        height: 60px;
    }

    .desc {
        text-align: justify;
    }
}

/**** Min Width to max width*****/
@media (max-width: 1024px) {
    .responsivemenubar_btn {
        box-shadow: none;
        border: none;
        font-size: 100%;
        padding: 0;
        width: 35px;
        height: 28px;
        position: relative;
        border-radius: 4px;
    }

    .responsivemenubar_btn.on {
        position: fixed;
        /* top: 1.3em; */
        right: 15px;
        z-index: 1050;
    }

    .main_header.sticky .responsivemenubar_btn .menuBar_line,
    .main_header.sticky .responsivemenubar_btn .menuBar_line:after,
    .main_header.sticky .responsivemenubar_btn .menuBar_line:before {
        background: var(--bs-yellow-color);
    }

    .main_header.sticky .responsivemenubar_btn.on .menuBar_line {
        background: transparent;
    }

    .main_header.sticky .responsivemenubar_btn.on .menuBar_line:after,
    .main_header.sticky .responsivemenubar_btn.on .menuBar_line:before {
        background: var(--bs-yellow-color);
    }

    .responsivemenubar_btn .menuBar_line {
        height: 2px;
        width: 25px;
        display: block;
        background: var(--bs-yellow-color);
        position: absolute;
        left: 5px;
        top: 50%;
        transform: translateY(-50%);
    }

    .responsivemenubar_btn .menuBar_line:after {
        content: ' ';
        width: 25px;
        height: 2px;
        display: block;
        background: var(--bs-yellow-color);
        bottom: 8px;
    }

    .responsivemenubar_btn .menuBar_line:before {
        content: ' ';
        width: 25px;
        height: 2px;
        display: block;
        background: var(--bs-yellow-color);
        top: 8px;
    }

    .responsivemenubar_btn .menuBar_line:after,
    .responsivemenubar_btn .menuBar_line:before {
        position: absolute;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .responsivemenubar_btn.on .menuBar_line {
        background: transparent;
    }

    .responsivemenubar_btn.on .menuBar_line:before {
        transform: rotate(-45deg) translate(6px, -6px);
        -webkit-transform: rotate(-45deg) translate(6px, -6px);
        background: var(--bs-text-white);
    }

    .responsivemenubar_btn.on .menuBar_line:after {
        transform: rotate(45deg) translate(5px, 5px);
        -webkit-transform: rotate(45deg) translate(5px, 5px);
        background: var(--bs-text-white);
    }

    .headeraddcart_btn {
        margin-right: 48px;
    }

    .menubar_box {
        background-color: var(--bs-body);
        width: 100%;
        height: 100vh;
        left: 0;
        top: -120%;
        position: fixed;
        transition: .6s;
        z-index: 1040;
        display: none;
    }

    .menubar_box.open {
        top: 0;
        display: block;
        background-color: var(--bs-body);
    }

    .menubar_box .top_area {
        width: 100%;
        box-shadow: 0px 0px 5px 0px #ccc;
        padding: 8px 10px;
        position: relative;
        background-color: var(--bs-primary);
    }

    .menubar_box .Logo_area {
        max-width: 140px;
        height: auto;
        padding: 0;
    }

    .navber_wrap {
        width: 100%;
        max-height: 80vh;
        padding: 15px 0;
        list-style: none;
        margin-bottom: 15px;
        overflow-y: scroll;
    }

    .navber_wrap li {
        width: 100%;
        border-bottom: 1px solid #ececec;
        position: relative;
    }

    .navber_wrap li span {
        position: absolute;
        top: 6px;
        right: 15px;
        /* transform: translateY(-50%); */
        width: 30px;
        height: 30px;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navber_wrap li span::after {
        content: "\f107";
        font-family: FontAwesome;
        font-size: 12px;
        font-weight: 500;
        color: var(--bs-desc-color);
        transition: .6s;
    }

    .navber_wrap li span.active {
        rotate: -180deg;
        transition: .6s;
    }

    .navber_wrap li a {
        font-size: 110%;
        font-weight: 400;
        color: var(--bs-heading);
        padding: 8px 50px 8px 15px;
        width: 100%;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-decoration: none;
    }

    .navber_wrap li a:focus {
        color: var(--bs-heading);
    }

    .sub-menu {
        list-style: none;
        padding: 1px 0 0 20px;
        margin: 0;
        display: none;
    }

    .sub-menu li {
        list-style: none;
        border-bottom: none;
        position: relative;
        padding-left: 20px;
    }

    .sub-menu li::before {
        content: "\f178";
        font-family: FontAwesome;
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
        font-size: 80%;
        font-weight: 300;
        color: var(--bs-text-color);
    }

    .sub-menu li a {
        font-size: 95%;
        color: var(--bs-text-color);
        text-decoration: none;
        text-transform: capitalize;
    }

    .menubar_box .socialIcon_all {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 8vh;
        display: flex;
        align-items: center;
        justify-content: space-around;
        gap: 15px;
        padding: 20px 15px;
        background-color: var(--bs-primary);
        list-style: none;
        margin-bottom: 0;
    }

    .menubar_box .socialIcon_all li a {
        color: var(--bs-text-white);
        font-size: 120%;
    }

}

@media screen and (min-device-width: 1024px) and (max-device-width: 1299px) {
    .main_header .wraper {
        flex-wrap: wrap;
    }

    .button_wrap {
        justify-content: end;
    }
}

@media (min-width: 1024px) {

    .menubar_box .socialIcon_all {
        display: none;
    }

    .menubar_box .top_area {
        display: none;
    }

    .responsivemenubar_btn {
        display: none;
    }

    .navber_wrap {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 0.5em;
    }

    .navber_wrap li {
        list-style: none;
        position: relative;
    }

    .navber_wrap li a {
        font-weight: 300;
        text-transform: capitalize;
        transition: 0.5s;
        color: var(--bs-text-white);
        text-decoration: none;
        padding: 5px 10px;
    }

    .navber_wrap li a:hover {
        color: var(--bs-primary);
    }

    .main_header.sticky .navber_wrap li a {
        color: var(--bs-text-white);
    }

    .navber_wrap li.current-menu-item a {
        color: var(--bs-yellow-color);
        text-decoration: underline;
    }

    .main_header.sticky .navber_wrap li.current-menu-item a {
        color: var(--bs-yellow-color);
        text-decoration: underline;
    }

    .navber_wrap li:hover a {
        color: var(--bs-yellow-color);
        text-decoration: underline;
    }

    .main_header.sticky .navber_wrap li:hover a {
        color: var(--bs-yellow-color);
    }

    .navber_wrap li:hover ul li a {
        color: var(--bs-heading);
        text-decoration: none;
    }

    .navber_wrap li:hover .icon::after {
        color: var(--bs-yellow-color) !important;
    }

    .sub-menu {
        position: absolute;
        top: 150%;
        left: 0;
        outline: 0;
        box-shadow: 0px 0px 5px 0px var(--bs-box-shadow-color);
        border-radius: 4px;
        background-color: var(--bs-body);
        width: 15rem;
        height: auto;
        z-index: 4;
        display: inline-block;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s all;
        text-decoration: none;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .sub-menu li {
        border-bottom: 1px solid #ccc;
    }

    .sub-menu li:last-child {
        border: none;
    }

    .sub-menu li a {
        width: 100%;
        display: block;
        padding: 8px 10px;
        font-size: 85%;
        color: var(--bs-heading);
        text-transform: capitalize;
    }

    .main_header.sticky .sub-menu li a {
        color: var(--bs-text-color) !important;
    }

    .sub-menu li:hover a {
        background-color: var(--bs-gradient-color) !important;
        color: var(--bs-body) !important;
        text-decoration: none !important;
    }

    .main_header.sticky .sub-menu li:hover a {
        color: var(--bs-heading) !important;
    }

    .navber_wrap li .icon::after {
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        top: 50%;
        right: -7px;
        transform: translateY(-50%);
        font-size: 80%;
        font-weight: 600;
        color: var(--bs-text-white);
    }

    .navber_wrap li:hover .sub-menu {
        visibility: visible;
        opacity: 1;
        /* transform: scale(1); */
        top: 100%;
    }

    .main_header.sticky .navber_wrap li .icon::after {
        color: var(--bs-text-white);
    }

}

@media screen and (min-device-width: 1199px) and (max-device-width: 1400px) {
    .navber_wrap {
        gap: 0.8em;
    }
}

@media (min-width: 1400px) {
    .navber_wrap {
        gap: 1em;
    }

}

@media (min-width: 1600px) {
    .navber_wrap {
        gap: 1.2em;
    }
}

@media (min-width: 1024px) {

    .sub-menu li ul {
        display: none !important;
    }

    .sub-menu li:hover>ul {
        display: inline-block !important;
        top: 0 !important;
        left: 100% !important;
    }

    .sub-menu li .icon {
        display: none;
    }

    .sub-menu li:hover>ul li a {
        background-color: transparent !important;
        color: var(--bs-heading) !important;
    }

    .sub-menu li:hover>ul li:hover a {
        background-color: var(--bs-primary) !important;
        color: var(--bs-text-white) !important;
    }

}

@media (max-width: 1024px) {
    .sub-menu li {
        border-bottom: 1px solid #f7f3f3;
        padding-left: 15px;
        position: relative;
    }

    .sub-menu li::before {
        content: "\f192";
        font-family: "FontAwesome";
        position: absolute;
        top: 12px;
        left: 10px;
        font-size: 60%;
    }

    .sub-menu li:last-child {
        border: none;
    }
}

/***max-width*****/
@media (max-width: 1400px) {
    .gallery {
        grid-template-columns: repeat(3, 1fr);
    }

    html {
        font-size: 16px;
    }

    .heding.banner_heading {
        font-size: 250%;
    }

    .sharpenspear_btn {
        font-size: 80%;
    }

    .learnmore_btn {
        font-size: 80%;
    }

    .bothSide_gap {
        padding: 50px 0;
    }

    .topSide_gap {
        padding: 50px 0 0;
    }

    .bottomSide_gap {
        padding: 0 0 50px;
    }
}

@media (max-width: 991px) {

    .bothSide_gap {
        padding: 40px 0;
    }

    .topSide_gap {
        padding: 40px 0 0;
    }

    .bottomSide_gap {
        padding: 0 0 40px;
    }

    .homeblog_card {
        width: 100%;
        max-width: 49%;
    }

    .heding.banner_heading {
        font-size: 200%;
    }

    .bottomBorder_line {
        display: none;
    }

    .newsLetterSubscribe input {
        width: 100%;
        height: 45px;
        margin-bottom: 15px;
    }

    .newsLetterSubscribe .btn {
        width: 100%;
        max-width: 250px;
    }

    .bottom_footer .wrap {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column-reverse;
    }

    .bottom_footer ul {
        margin-bottom: 15px;
    }

}

@media (max-width: 768px) {
    /* .cust_container {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    } */

    html {
        font-size: 14px;
    }

    .sectionheading_wrap {
        flex-wrap: wrap;
    }

    .sectionheading_wrap .learnmore_btn {
        margin-left: auto;
    }

    .bothSide_gap {
        padding: 30px 0;
    }

    .topSide_gap {
        padding: 30px 0 0;
    }

    .bottomSide_gap {
        padding: 0 0 30px;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .Logo_area {
        max-width: 150px;
    }

    /***banner content position**/
    .homebanner_sec .wrapper.topleft,
    .homebanner_sec .wrapper.topcenter,
    .homebanner_sec .wrapper.topright,
    .homebanner_sec .wrapper.middleleft,
    .homebanner_sec .wrapper.middlecenter,
    .homebanner_sec .wrapper.middleright,
    .homebanner_sec .wrapper.bottomleft,
    .homebanner_sec .wrapper.bottomcenter,
    .homebanner_sec .wrapper.bottomright {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .OverviewServices_box {
        width: 100%;
        max-width: 100%;
    }

    .dataOverview_box {
        padding: 15px;
    }

    .newsUpdates_sec .learnmore_btn {
        margin-left: auto;
        margin-bottom: 15px;
    }

}

@media (max-width: 576px) {
    .footerimage_wrap .name {
        font-size: 110%;
    }

    .bottom_footer .text {
        text-align: center;
    }

    .heading.banner_heading {
        font-size: 180%;
        font-weight: 600;
    }

    .bothSide_gap {
        padding: 25px 0;
    }

    .topSide_gap {
        padding: 25px 0 0;
    }

    .bottomSide_gap {
        padding: 0 0 25px;
    }
}

@media (max-width: 480px) {
    html {
        font-size: 12px;
    }

    .bothSide_gap {
        padding: 20px 0;
    }

    .topSide_gap {
        padding: 20px 0 0;
    }

    .bottomSide_gap {
        padding: 0 0 20px;
    }

    .Logo_area {
        max-width: 140px;
    }

    .homebanner_sec .image_wrap {
        width: 100%;
    }

    .heading {
        font-size: 138%;
    }

    .homeblog_card {
        width: 100%;
        max-width: 100%;
    }

    .testimonial_item {
        padding: 0px 0px 0px 30px;
    }

    .getQuote_btn {
        padding: 5px 10px 5px 40px;
    }

    .getQuote_btn::after {
        left: 10px;
    }

}

@media (max-width: 420px) {
    .sectionheading_wrap {
        flex-wrap: wrap;
    }

    .heading {
        font-size: 130%;
    }

    .headSearch_btn {
        width: 25px;
        height: 25px;
        padding: 1px;
    }
}

/********/
@media (max-width: 1199.98px) {
    .banner-in .caption {
        top: calc(50% + 60px);
    }
}

@media (max-width: 991.98px) {
    .banner-in {
        height: 250px;
    }

    .banner-in .caption {
        top: calc(50% + 40px)
    }
}

@media (max-width: 575.98px) {
    .banner-in {
        height: 200px;
    }

    .banner-in .caption {
        top: 50%
    }
}

/*********************************************/
/** Wordpress ***********************************/
/*********************************************/
/* : Wordpress Pagination Single Page : */
.fcnext,
.fcprev {
    display: inline-block;
    width: 49%;
    text-align: center;
    font-size: 120%
}

.fcnext a,
.fcprev a {
    display: block;
    padding: 40px 10px;
    background: #f1f1f1;
    font-size: 100%
}

/* : Wordpress Blog Home : */
article.post {
    margin-top: 75px;
}

article.post:nth-of-type(1) {
    margin-top: 0;
}

.blog-image {
    position: relative;
    line-height: 0;
    margin-bottom: 20px;
}

.blog-image a {
    display: block
}

.blog-image a img {
    width: 100%;
    height: auto
}

.blog-image .blog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background: rgba(0, 0, 0, 0);
    transition: .3s;
    overflow: hidden;
    cursor: pointer
}

.blog-image .blog-overlay:hover {
    background: rgba(0, 0, 0, .3)
}

.blog-image .blog-overlay svg {
    fill: #fff;
    width: 70px;
    height: 70px;
    opacity: 0;
    transition: .3s;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: 0;
    padding: 15px;
    background: rgba(0, 0, 0, .85);
    display: block;
    -webkit-border-radius: 25px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 25px;
    -moz-border-radius-bottomright: 0;
    border-radius: 25px;
    border-bottom-right-radius: 0
}

.blog-image .blog-overlay:hover svg {
    opacity: 1;
    margin-top: -35px
}

.blog-author {
    margin-bottom: 5px
}

.blog-date {
    opacity: .7;
    font-size: 80%
}

.blog-title {
    font-size: 150%;
    line-height: 1.3
}

.blog-title a {
    color: inherit;
    text-transform: uppercase
}

.blog-title a:hover {
    color: #3b78bd
}

.blog-categories {
    margin-bottom: 25px
}

.blog-categories svg {
    position: relative;
    top: 2px;
    margin-right: 5px
}

.read-more-button-wrap {
    margin-bottom: 25px
}

/* : Wordpress Single Blog : */
p.blog-meta-single {
    margin-bottom: 20px;
    font-size: 80%;
    text-transform: uppercase;
}

p.blog-meta-single span.devider {
    color: #d0d0d0;
    position: relative;
    top: -2px;
    padding: 0 5px
}

.author-bio {
    padding-left: 120px;
    position: relative;
    margin: 50px auto 50px auto;
    width: 80%
}

.author-bio .avatar {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 90px;
    height: 90px
}

@media (max-width:768px) {
    .author-bio {
        padding-left: 100px;
        width: 100%
    }

    .author-bio .avatar {
        width: 80px;
        height: 80px
    }
}

.pagination-single-inner {
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase
}

.pagination-single-inner:after {
    content: "";
    display: table;
    clear: both
}

.pagination-single-inner .previous-post {
    width: 48%;
    float: left
}

.pagination-single-inner .next-post {
    width: 48%;
    float: right
}

.comments-wrapper {
    margin: 0 auto;
    padding: 50px 50px 0 80px;
    width: 100%;
    text-align: center
}

@media (max-width:768px) {
    .comments-wrapper {
        padding: 0
    }
}

#commentform {
    max-width: 768px;
    margin: 0 auto
}

#commentform label {
    display: block;
    text-align: left;
    font-size: 80%
}

#commentform .comment-form-cookies-consent label {
    display: inline-block
}

#commentform .required {
    color: #bd0000;
    font-size: 150%;
    position: relative;
    top: 5px
}

#commentform #comment {
    width: 100%;
    border: 1px solid #d2d2d2;
    padding: 25px;
    font-family: inherit;
    max-height: 150px;
    line-height: 1.6
}

.comment-form-author,
.comment-form-email {
    float: left;
    width: 47%;
    text-align: left
}

.comment-form-email {
    float: right
}

.comment-form-url {
    clear: both
}

#commentform input[type=email],
#commentform input[type=text],
#commentform input[type=url] {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0 15px;
    height: 40px;
    font: inherit;
    color: #2d3c49;
    border: 1px solid #d2d2d2;
    background: #fff;
    cursor: pointer
}

.comments-inner {
    text-align: left;
    margin-top: 50px
}

.comments-inner .comment-author {
    font-size: 150%;
    font-weight: 700
}

.comments-inner .comment-author a {
    color: inherit;
    text-decoration: underline
}

.comments-inner .comment-author a:hover {
    text-decoration: none
}

.comments-inner img.avatar {
    margin-bottom: 10px;
    margin-left: -100px;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    position: absolute;
    display: block
}

@media (max-width:768px) {
    .comments-inner img.avatar {
        margin-left: -80px;
        width: 60px;
        height: 60px
    }

    .comments-inner img.avatar {
        margin-left: 0;
        width: 80px;
        height: 80px;
        position: relative
    }
}

.comments-inner .comment-metadata {
    margin-bottom: 30px
}

.comments-inner .comment-metadata a {
    color: inherit;
    opacity: .7;
    font-size: 80%
}

.comments-inner .comment-metadata a:hover {
    opacity: 1
}

.bypostauthor .comment-footer-meta .by-post-author {
    margin-top: 15px;
    display: block;
    font-size: 80%
}

.comment-body {
    margin-bottom: 50px
}

.comment .comment {
    padding-left: 10%
}

/* : Wordpress Blog : */
hr.styled-separator {
    background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px));
    background-color: transparent !important;
    border: none;
    height: 1px;
    overflow: visible;
    position: relative;
    color: #d0d0d0;
    display: block
}

hr.styled-separator::after,
hr.styled-separator::before {
    background: #d0d0d0;
    content: "";
    display: block;
    height: 1.6rem;
    position: absolute;
    top: calc(50% - .8rem);
    transform: rotate(22.5deg);
    width: .1rem
}

hr.styled-separator::before {
    left: calc(50% - .5rem)
}

hr.styled-separator::after {
    right: calc(50% - .5rem)
}

hr.styled-separator.last-none {
    margin: 75px 0
}

hr.styled-separator.last-none:last-of-type {
    display: none
}

.post-meta-wrapper {
    margin-bottom: 20px
}

ul.post-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 80%
}

ul.post-meta svg {
    position: relative;
    top: 4px;
    margin-right: 5px
}

.nav-links {
    text-align: center;
    text-transform: uppercase
}

.nav-links .page-numbers {
    margin: 0 15px;
    font-size: 80%
}

.nav-links .page-numbers.current {
    font-size: 100%
}

.nav-links .nav-prev-text {
    margin-left: 10px
}

.nav-links .nav-next-text {
    margin-right: 10px
}

/* : Wordpress Post Tags :*/
.post-tags-single {
    margin: 0 0 30px 10px
}

.post-tags-single a {
    position: relative;
    display: inline-block;
    color: inherit;
    margin-right: 17px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 22px;
    background-color: #d4d7dc;
    z-index: 2;
    padding: 0 8px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

.post-tags-single a:before {
    content: '';
    position: absolute;
    background-color: inherit;
    width: 12px;
    height: 12px;
    top: 5px;
    left: -5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: -1;
    transform: skew(-45deg, 45deg)
}

.post-tags-single a:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    margin-top: -3px;
    left: -5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff
}

.post-tags-single a:hover {
    color: #fff;
    background-color: #3b78bd
}

/* : Wordpress Related Post : */
.related-post {
    margin-bottom: 50px;
    padding: 0 15px
}

.related-post .item-cont {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.related-post-thumb {
    width: 90px
}

.related-post-title {
    width: calc(100% - 100px);
    padding-right: 25px
}

.related-post-title p {
    margin: 0;
    line-height: 1.2
}

.related-post-title p small {
    opacity: .7
}

.related-post-thumb img {
    border-radius: 50%;
    width: 90px;
    height: 90px
}

/* : Wordpress Widget : */
.widget {
    background: #fff;
    margin-bottom: 25px;
    padding: 25px;
    border: 1px solid #eff0ee;
    -moz-box-shadow: 0 1px 2px rgb(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 2px rgb(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgb(0, 0, 0, .1)
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.widget ul li {
    margin: 0 0 10px 0;
    padding: 0
}

.widget.widget_recent_comments ul li,
.widget.widget_recent_entries ul li {
    margin-bottom: 6px
}

.widget ul li:last-child {
    margin-bottom: 0
}

.widget .comment-author-link {
    font-weight: 700
}

.navigation {
    margin-top: 30px;
}

.pagination-wrapper {
    margin-top: 30px;
}

.pagination-separator {
    display: none;
}

.pagination .nav-links {
    margin: 0;
    font-size: 16px;
    -ms-flex-pack: center;
    justify-content: center;
}

.nav-links>* {
    margin: 0 0 0 -1px;
    font-size: 13px;
    font-weight: 400;
    min-width: 42px;
    text-align: center;
    padding: 10px;
    border: solid 1px #d1d4d8;
    text-decoration: none !important;
    color: #444444;
}

.nav-links>.current {
    background: #444444;
    border-color: #444444;
    color: #fff;
}

.pagination .dots {
    transform: none;
}

.search-form {
    background: none;
    position: relative;
    padding-right: 36px;
    border-radius: 0;
}

.search-form label {
    margin: 0;
    width: 100%;
    display: none;
}

.search-form .search-field {
    width: 100%;
    border: none;
    background: none;
    height: 44px;
    padding: 10px;
    color: #000;
}

.search-form .search-submit {
    width: 36px;
    height: 44px;
    border: none;
    background: url(assets/images/search-icon.png) center center no-repeat #1e374b;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0 !important;
    cursor: pointer;
}

.widget-area {}

.widget-area .widget {
    padding: 0 15px 15px;
    background: #f8f8f8;
    color: var(--bs-dark);
}

.widget-area .widget+.widget {
    margin-top: 30px;
}

.widget-area .sidetitle {
    font-size: 125%;
    background: var(--bs-primary);
    color: #fff;
    padding: 5px 15px;
    margin-bottom: 0;
    margin: 0 -15px 15px;
}

.widget-area .widget a {
    color: var(--bs-dark);
}

.widget-area .widget a:hover {
    color: var(--bs-primary);
}

.widget-area .widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.widget-area .widget ul li {
    margin-bottom: 15px;
    line-height: 1.5;
    padding-left: 26px;
    position: relative;
}

.widget-area .widget ul li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 75%;
}

.widget-area .widget.widget_search {
    padding: 0;
    border: none;
    background: none;
}

/*******Extra-css******/

.whoWeAre_sec p {
    margin: 0 0 20px 0;
}

.whoWeAre_sec h4 {
    font-size: 120%;
    font-weight: 600;
    color: var(--bs-text-color);
}

.whoWeAre_sec .image_wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
}

.whoWeAre_sec .image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* .meetourteam_wrap {
    background-color: #e4e4e4;
    padding: 20px 0;
    margin: 15px 0;
} */

.meetourteam_box {
    width: 100%;
    height: auto;
    padding: 15px 20px;
    margin-bottom: 30px;
    background-color: #e4e4e4;
    border-radius: 12px;
}

.whoWeAre_sec .boxShadow {
    box-shadow: 0px 0px 5px 0px #bfbfbf;
    padding: 15px;
}

/***whoweserveinner_sec*****/
.whoweserveinner_sec .image_wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 6px;
}

.whoweserveinner_sec .image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.accordion-item {
    box-shadow: 0px 0px 5px 0px #ccc;
    margin-bottom: 10px;
}

.accordion-button {
    font-size: 120%;
    /* color: var(--bs-primary); */
}

.accordion-button::after {
    fill: var(--bs-primary);
}

.accordion-button:focus {
    box-shadow: none;
    font-size: 120%;
}

.accordion-button:not(.collapsed) {
    background-color: var(--bs-primary);
    color: var(--bs-text-white);
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

/***hwch_sec*****/
.hwch_list {
    width: 100%;
    height: auto;
    list-style: none;
    padding: 0;
    margin: 0;
}

.hwch_list li:nth-child(even) {
    flex-direction: row-reverse;
}

.hwch_list li .borderdesign {
    border-radius: 0 4886px 4886px 0;
    border: 2px solid var(--bs-primary);
    border-left: 0;
    padding: 1.25vw;
    margin-top: -2px;
}

.hwch_list .image_wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0 4886px 4886px 0;
}

.hwch_list .image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hwch_list li:nth-child(even) .image_wrap {
    border-radius: 4886px 0 0 4886px;
}

.hwch_list li:nth-child(even) .image_wrap {
    border-radius: 4886px 0 0 4886px;
}

.hwch_list li:nth-child(even) .borderdesign {
    border-radius: 4886px 0 0 4886px;
    border-left: 2px solid var(--bs-primary);
    border-right: 0;
}

@media (max-width: 991px) {
    .hwch_list li {
        margin-bottom: 30px !important;
    }
}


/***Crisis Advocacy****/
.secondborder_style {
    width: 100%;
    height: auto;
    padding: 20px 0;
    margin: 20px 0;
    background-color: #e4e4e4;
    overflow: hidden;
}

.secondborder_style .space-div {
    display: block;
}

.secondborder_style .space-div:before {
    content: "";
    width: 100%;
    max-width: 650px;
    height: 2px;
    display: block;
    transform: rotate(90deg);
    background: linear-gradient(90deg, #e4e4e4 0%, #0d8e8c 50%, #e4e4e4 100%);
    margin: 0 auto;
}

.secondborder_style .space-div:after {
    content: "";
    width: 100%;
    max-width: 900px;
    height: 2px;
    display: block;
    margin: 0px auto 24px;
    background: linear-gradient(90deg, #e4e4e4 0%, #0d8e8c 50%, #e4e4e4 100%);
}

@media (max-width: 768px) {
    .secondborder_style .space-div {
        display: none;
    }
}


/*********/
.hospitalAdvocacy .image_wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.hospitalAdvocacy .image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/***********/
.Coordination_sec .image_wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.Coordination_sec .image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/******/
.Childadvocacy_sec .image_wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.Childadvocacy_sec .image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}