:root {
    --Advent-Pro: "Advent Pro", sans-serif;
    --Exo-2: "Exo 2", sans-serif;
    --Roboto: "Roboto", sans-serif;
    --Shantell-Sans: "Shantell Sans", cursive;
    --Yanone-Kaffeesatz: "Yanone Kaffeesatz", sans-serif;
    --primary-color: #b72374;
}

.Advent-Pro {
    font-family: "Advent Pro", sans-serif;
}

.Exo-2 {
    font-family: "Exo 2", sans-serif;
}

.Roboto {
    font-family: "Roboto", sans-serif;
}

.Ruda {
    font-family: "Ruda", sans-serif;
}

.Shantell-Sans {
    font-family: "Shantell Sans", cursive;
}

.Yanone-Kaffeesatz {
    font-family: "Yanone Kaffeesatz", sans-serif;
}

.dot-1 {
    background-color: #d66879;
}

.dot-2 {
    background-color: #789bd1;
}

.dot-3 {
    background-color: #82c9c1;
}

.color-blue {
    color: var(--primary-color);
}

.bg-color-blue {
    background-color: var(--primary-color);
}

.gray-bg {
    background-color: #f5f5f5;
}

.blue-btn {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    text-transform: none;
}

.short-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.short-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    margin-bottom: 10px;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.w-fit-content {
    width: fit-content;
}

.full-nav .header-transparent {
    height: 60px;
    background-color: #b72374;
}

.home-page .header-transparent {
    background-color: rgba(255, 255, 255, 0.25);
}

.full-nav .header-transparent .navbar-brand {
    top: 10px;
}

.full-nav .header-search-icon {
    font-size: 1.25rem;
    position: absolute;
    color: #fff;
    z-index: 1111;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    width: 25px;
    font-weight: 400;
    cursor: pointer;
}

.full-nav .header-transparent .header-search-icon {
    top: 15px;
    right: 110px;
}

.full-nav .header-appear .header-search-icon {
    top: 22px;
    right: 100px;
}

/* .home-page .header-transparent .header-search-icon {
    display: none;
} */

.news-page {
    height: 60px !important;
    background-image: none;
    background-color: var(--primary-color) !important;
}

.header-transparent .sidemenu_btn {
    margin-top: 0;
    top: 15px;
}

.header-contact-details li {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 2rem;
    margin-bottom: 0.75rem;
}

.header-logo {
    width: 100%;
    display: block;
}

.header-logo img {
    width: 100%;
    max-width: 180px;
    height: auto;
}

.search-form {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}
.search-form input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: white;
    background: rgba(0, 0, 0, 0);
    font-size: 2rem;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -50px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
.search-form .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    margin-top: 70px;
}
.search-form .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #0596a1;
    border-color: #0596a1;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}
.search-form.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0;
}

.lang-toolbar {
    display: flex;
    justify-content: center;
    gap: 0.25rem;
}

.lang-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.lang-toolbar label {
    display: inline-block;
    background-color: inherit;
    color: #fff;
    padding: 8px;
    margin-bottom: 0;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 4px;
    cursor: pointer;
}

.lang-toolbar input[type="radio"]:checked + label {
    background-color: #fff;
    border-color: #fff;
    color: inherit;
}

.social-icons-simple li a {
    font-size: 25px;
}

.banner-left-area {
    order: 1;
}

.banner-slider .banner-left-area {
    height: 100vh;
    padding-top: 80px;
}

.slider-left-box {
    overflow: hidden;
}

.left-banner {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

.left-slider-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0;
    margin: 0;
    position: relative;
    height: 100%;
}

/*.left-slider-container .text-container {*/
/*    max-height: 30vh;*/
/*    height: fit-content;*/
/*}*/

.left-slider-container .img-container {
    width: 100%;
    z-index: 2;
    overflow: hidden;
    text-align: center;
    height: 100%;
    /* mix-blend-mode: color-burn; */
    object-fit: contain;
}

.left-slider-container .img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    overflow: hidden;
    text-align: center;
}

.banner-right-area {
    order: 2;
}

.right-slider-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    padding: 0 20px;
    height: 100%;
}

.slider-right-box-first {
    padding-top: 55px;
}

.slider-right-box {
    overflow: hidden;
}

.right-slider-container .img-container {
    width: 40%;
    z-index: 2;
    overflow: hidden;
    padding: 0;
    margin: 0;
    height: 100%;
    /* mix-blend-mode: color-burn; */
    object-fit: contain;
}

.right-slider-container .img-container img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.right-slider-container .text-container {
    width: 60%;
}

.left-slider-container .text-container .sub-heading,
.right-slider-container .text-container .sub-heading {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 300;
    font-family: "Raleway", sans-serif;
}

.left-slider-container .text-container .heading,
.right-slider-container .text-container .heading {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 0.75rem;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
}

.left-slider-container .text-container .text,
.right-slider-container .text-container .text {
    color: #fff;
}

.btn.disabled, .btn:disabled {
    opacity: .65;
    cursor: not-allowed;
}

.btn-round {
    border: solid 1px #fff;
    color: #fff !important;
    font-weight: 400;
    padding: 8px 20px;
    background-color: transparent;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    cursor: pointer;
    border-radius: 5rem;
}

.btn-round:hover,
.btn-round:focus {
    color: #212529 !important;
    background-color: #fff;
}

.object-container {
    z-index: 1;
}

.slider-object3 img,
.slider-object4 img {
    width: 85%;
}

.slider-object1 {
    position: absolute;
    top: 0;
    left: 10%;
    animation: 12s moving-image infinite;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-direction: alternate-reverse;
}

.slider-object2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 30%;
    animation: 20s rotating-image infinite;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-direction: alternate-reverse;
}

.slider-object3 {
    position: absolute;
    bottom: 0;
    right: 50%;
    animation: 20s rotating-image infinite;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-direction: alternate-reverse;
}

.slider-object4 {
    position: absolute;
    bottom: 0;
    right: 0;
    animation: 20s rotating-image infinite;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-direction: alternate-reverse;
}

.footer-logo {
    max-width: 100%;
    max-height: 100%;
}

.footer-style-1 {
    background-color: var(--primary-color);
    padding: 2rem 0;
}

.footer-style-1 .contact-pot {
    transform: none;
}

.footer-style-1 .contact-pot img {
    width: 100%;
    overflow: hidden;
    display: block;
    transform: none;
}

.footer-social i {
    font-size: 28px;
}

.error {
    color: #dc3545;
    margin-top: 5px;
    font-weight: 400;
}

.poll-image {
    width: 100%;
}

.scroll-top-arrow,
.scroll-top-arrow:focus {
    bottom: 100px;
    right: 30px;
}

.secondary-pages-banner {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.secondary-pages-banner:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.standalone-row .stand-img-des {
    text-align: justify;
}

.full-nav .header-appear {
    background-color: var(--primary-color);
}

.full-nav .header-appear .navbar-brand {
    top: 22px;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    width: 75px;
}

.standalone-row:nth-child(even) .stand-img-des {
    padding-left: 0;
    padding-right: 30px;
}

.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2.5rem 0;
}

.pagination-container .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.pagination-container .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--primary-color);
    background-color: #fff;
    border: 1px solid #dee2e6 !important;
}

.pagination-container .page-link:hover {
    z-index: 2;
    color: var(--primary-color);
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.pagination-container .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.pagination-container .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.pagination-container .page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.pagination-container .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

/*Inner Page*/
.inner-page-header-section {
    background-color: var(--primary-color);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: max(50vh, 500px);
    position: relative;
    margin-top: 60px;
}

.inner-page-header-section:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, .3); */
}

.inner-page-header-section .inner-page-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.inner-page-header-section .inner-page-header .title {
    font-size: 2.5rem;
    color: #fff;
    margin: 0;
    padding: 0;
}

.inner-page-main-section {
    position: relative;
    width: 100%;
    padding: 5rem 2.5rem;
    height: auto;
    margin: 0;
    display: block;
}

.inner-page-main-section .heading {
    margin-bottom: 1rem;
    font-size: 2rem;
    color: #202020;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
}

.inner-page-main-section .sub-heading {
    color: #212529;
    font-size: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    font-family: "Raleway", sans-serif;
}

.inner-page-main-section .content {
    color: #202020;
    font-weight: 300;
    opacity: 0.8;
    font-family: "Raleway", sans-serif;
    margin-bottom: 1rem;
}

.article-image-container {
    max-height: 350px;
    overflow: hidden;
    width: auto;
    background-color: #f7f8fb;
    cursor: pointer;
    transition: all 300ms;
}

/* .article-image-container:hover {
    border-radius: 0;
    -webkit-box-shadow: 8px 0px 20px 5px rgba(0, 0, 0, 0.61);
    -moz-box-shadow: 8px 0px 20px 5px rgba(0, 0, 0, 0.61);
    box-shadow: 8px 0px 20px 5px rgba(0, 0, 0, 0.61);
} */

/* .article-image-container img:hover {
    scale: 1.2;
    filter: grayscale(100%) brightness(50%) contrast(50%);
} */

.article-image-container img {
    max-height: inherit;
    width: -webkit-fill-available;
    object-fit: contain;
    padding: 0.25rem;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

/* Blog */
.blog-grid {
    box-shadow: 0 0 10px rgba(31, 45, 61, 0.125);
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 420px;
    display: flex;
    flex-direction: column;
}

.blog-grid .blog-img {
    position: relative;
}

.blog-grid .blog-img .date {
    position: absolute;
    background: #fc5356;
    color: #ffffff;
    padding: 8px 15px;
    left: 10px;
    top: 10px;
    border-radius: 4px;
    display: none;
}

.blog-grid .blog-img .date span {
    font-size: 22px;
    display: block;
    line-height: 22px;
    font-weight: 700;
}

.blog-grid .blog-img .date label {
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
}

.blog-grid .blog-img img {
    aspect-ratio: 2 / 1;
    max-height: 200px;
    object-fit: cover;
    background-color: #e6e6e6eb;
}

.blog-grid .blog-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.blog-grid .blog-info .blog-content {
    padding-top:0px!important;    
}

.blog-grid .blog-info .blog-content h5 {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 10px;
}

.blog-grid .blog-info .blog-btn-section {
    margin-top: 20px;
    align-self: normal;
    text-align: center;
}

.scroll-top-arrow,
.scroll-top-arrow:focus {
    background-color: #0596a1;
}
/* ::-webkit-scrollbar-thumb {
    background: var(--primary-color);
} */


.footer-social a {
    line-height: 55px;
}
@media screen and (max-width: 768px) {
    .header-appear {
        background: var(--primary-color);
    }

    .side-menu-inner-content > * {
        margin-bottom: 1.5rem !important;
    }

    .side-menu .side-nav {
        margin-bottom: 0;
    }

    .side-nav .navbar-nav .nav-link {
        font-size: 1.5rem;
        padding: 0 !important;
    }

    .menu-company-details {
        text-align: justify;
        margin: 0;
        margin-bottom: 0.75rem;
    }

    .heading {
        font-size: 2rem;
    }

    .banner-right-area {
        padding: 0 !important;
    }

    .banner-left-area {
        padding: 5rem 1.5rem 3rem !important;
    }

    .slider-right-box {
        padding: 3rem 1.5rem !important;
    }

    .slider-right-box .right-slider-container {
        flex-direction: column;
        padding: 0;
    }

    .right-slider-container .text-container,
    .right-slider-container .img-container {
        width: 100%;
        padding: 0;
    }

    .left-slider-container .text-container .sub-heading,
    .right-slider-container .text-container .sub-heading {
        font-size: 1rem;
    }

    .left-slider-container .text-container .heading,
    .right-slider-container .text-container .heading {
        font-size: 1.5rem;
    }

    .slider-object4 {
        top: 25%;
        left: 10%;
    }

    .slider-object3 {
        top: 10%;
        right: 10%;
    }

    .slider-object2 {
        top: 25%;
        left: 40%;
    }

    .polls_form {
        text-align: center;
    }

    .footer-style-1 .contact-pot {
        transform: none;
        margin-bottom: 2rem;
    }

    .footer-style-1 .contact-pot img {
        transform: none;
        width: 100%;
    }

    .secondary-pages-banner {
        background-size: cover;
    }

    .inner-page-main-section {
        padding: 2rem;
    }

    .inner-page-header-section {
        background-size: cover;
        height: 350px;
    }
}

blockquote {
    padding-top: 2px;
    padding-left: 20px;
    padding-right: 8px;
    padding-bottom: 2px;
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    border: solid;
    border-color: #ccc;
    border-width: 0;
    border-left-width: 5px;
    line-height: 1.2;
    display: block;
}
