@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Jost', sans-serif;
    background: #fff;
}

p {
    margin-bottom: 0px;
}

html {
    scroll-behavior: smooth;
}

.owl-theme .owl-dots {
    display: none;
}

.owl-theme .owl-nav {
    display: block !important;
}

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

/* Track */
::-webkit-scrollbar-track {
    background: #666;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.btn:focus {
    box-shadow: none !important;
    border: none !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.btn-close:focus {
    box-shadow: none;
}

.btn:hover {
    color: #fff !important;
}

.accordion-button:focus {
    box-shadow: none;
}

a {
    color: #000;
    text-decoration: none;
}

ul,
ol {
    padding-left: 0px;
    list-style-type: none;
}

a:hover {
    color: initial;
}

input:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
}

.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

/*.full-width {
  width: 100% !important;
}*/
.web-view {
    display: block;
}

.mobile-view {
    display: none;
    background: #ffffff;
}

.vertical-space-2 {
    height: 10px;
}

.vertical-space-5 {
    display: inline-block;
    width: 100%;
    height: 5px;
}

.vertical-space-8 {
    display: inline-block;
    width: 100%;
    height: 8px;
}

.vertical-space-10 {
    display: inline-block;
    width: 100%;
    height: 10px;
}

.vertical-space-12 {
    display: inline-block;
    width: 100%;
    height: 12px;
}

.vertical-space-15 {
    display: inline-block;
    width: 100%;
    height: 15px;
}

.vertical-space-20 {
    display: inline-block;
    width: 100%;
    height: 20px;
}

.vertical-space-30 {
    display: inline-block;
    width: 100%;
    height: 30px;
}

.vertical-space-40 {
    display: inline-block;
    width: 100%;
    height: 40px;
}

.vertical-space-50 {
    display: inline-block;
    width: 100%;
    height: 50px;
}

.vertical-space-60 {
    display: inline-block;
    width: 100%;
    height: 60px;
}

.vertical-space-65 {
    display: inline-block;
    width: 100%;
    height: 65px;
}

.vertical-space-70 {
    display: inline-block;
    width: 100%;
    height: 70px;
}

.vertical-space-80 {
    display: inline-block;
    width: 100%;
    height: 80px;
}

.vertical-space-90 {
    display: inline-block;
    width: 100%;
    height: 90px;
}

.vertical-space-100 {
    display: inline-block;
    width: 100%;
    height: 100px;
}

.vertical-space-120 {
    display: inline-block;
    width: 100%;
    height: 120px;
}

.vertical-space-150 {
    display: inline-block;
    width: 100%;
    height: 150px;
}

.common {
    color: #9a0000;
}

.fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 1200;
    transition: 0.5s all;
    padding: 0px 0px;
    background: #fff;
    animation: swip_down .5s linear 1;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

.fixed .navbar-brand img {
    /* width: 140px !important; */
}

.fixed .navbar-nav {
    margin-left: auto !important;
    margin-right: 0px !important;
}

@keyframes swip_down {
    from {
        transform: translate(0px, -50px);
        opacity: 0
    }

    to {
        transform: translate(0, 0);
        opacity: 1
    }
}

/* ==== 
 --------- (3.5) custom-animation styles start ---------
 ==== */
@keyframes custom__flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
    }

    50% {
        transform: perspective(400px) rotateY(90deg);
    }

    100% {
        transform: perspective(400px) rotateY(0deg);
    }
}

@keyframes fadeRotated {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.7;
    }

    50% {
        transform: rotate(-15deg) scale(1.1);
        opacity: 1;
    }

    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.7;
    }
}

@keyframes previewShape {
    0% {
        transform: translateX(-30px) translateY(0);
    }

    50% {
        transform: translateX(0px) translateY(5px);
    }

    100% {
        transform: translateX(-30px) translateY(0);
    }
}

@keyframes previewShapeUp {
    0% {
        transform: translateX(-30px) translateY(0);
    }

    50% {
        transform: translateX(0px) translateY(-5px);
    }

    100% {
        transform: translateX(-30px) translateY(0);
    }
}

@keyframes previewUp {
    0% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(-5px);
    }
}

@keyframes previewShapeX {
    0% {
        transform: translateX(-15px);
    }

    50% {
        transform: translateX(15px);
    }

    100% {
        transform: translateX(-15px);
    }
}

@keyframes previewShapeRevX {
    0% {
        transform: translateX(15px);
    }

    50% {
        transform: translateX(-15px);
    }

    100% {
        transform: translateX(15px);
    }
}

@keyframes previewShapeY {
    0% {
        transform: translateY(10px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(10px);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.2);
        opacity: 3;
    }

    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

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

    100% {
        transform: rotate(30deg) scale(1.5);
    }
}

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

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

@keyframes spinSmall {
    0% {
        transform: rotate(-5deg);
    }

    50% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(-5deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg) scale(1);
    }

    30% {
        transform: rotate(-30deg) scale(0.8);
    }

    60% {
        transform: rotate(-90deg) scale(1.2);
    }

    70% {
        transform: rotate(0deg) scale(0.7);
    }

    100% {
        transform: rotate(120deg) scale(1);
    }
}

@keyframes swingZoom {
    20% {
        transform: rotate(15deg) scale(1.08);
    }

    40% {
        transform: rotate(-15deg) scale(1.2);
    }

    60% {
        transform: rotate(9deg) scale(1.1);
    }

    80% {
        transform: rotate(-9deg) scale(1.05);
    }

    100% {
        transform: rotate(0deg) scale(1);
    }
}

@keyframes fadeInTopLeft {
    0% {
        opacity: 0.3;
        transform: translate(-20px, -20px);
    }

    50% {
        transform: translate(20px, 20px);
    }

    100% {
        transform: translate(-20px, -20px);
        opacity: 0.3;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

.main-section {
    position: relative;
    width: 100%;
    background: #fef9e5;
    height: 100%;
}

.main-section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1000000015;
    /* background: linear-gradient(90deg, #FFE400 0%,  #9a0000 100%); */
    z-index: 1;
}

.main-section .navbar {
    position: relative;
    z-index: 1020;
    background: #ffffff !important;
}

.main-section .navbar .navbar-brand img {
    width: 100%;
}

.main-section .navbar .nav-item {
    padding: 0px 25px;
}

.main-section .navbar .container {
    position: relative;
}

.main-section .navbar .container::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #FCB650;
    opacity: 0.1;
}

.main-section .navbar .nav-link {
    line-height: 1.2;
    font-size: 16px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    color: #000;
    padding: 30px 8px;
    text-transform: capitalize;
}

.main-section .navbar .nav-link:hover,
.main-section .navbar .nav-link.active {
    color: #9a0000;
}

.btn_theme_active {
    color: #fff !important;
    background: transparent;
    position: relative;
    overflow: hidden;
    padding: 16px 25px;
    text-transform: capitalize;
    border: 1px solid #9a0000;
    background: #9a0000;
    font-size: 16px;
    border-radius: 32px;
    font-weight: 600;
    line-height: 1.2;
    min-width: -moz-max-content;
    min-width: max-content;
    transition: all 0.35s ease-in-out;
    position: relative;
    z-index: 1;
}

.btn_theme_active:hover,
.btn_theme_active:focus {
    background: transparent !important;
    color: #9a0000 !important;
}

.btn_theme_active i {
    margin-left: 5px;
    font-weight: 800;
}

.banner-content.main-content {
    padding: 30px 0px;
}

.banner-content {
    padding: 30px 0px;
    position: relative;
    z-index: 10;
}

.banner-content .banner-subtitle {
    font-size: 19px;
    color: #333333;
    line-height: 1.2;
    margin-bottom: 25px;
}

.banner-content .banner-subtitle span {
    color: #9a0000;
    font-size: 22px;
    font-weight: 500;


}

.banner-content .banner-title {
    line-height: 1.2;
    font-family: "Jost", sans-serif;
    color: #222E48;
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.btn-1 {
    color: #fff !important;
    background: transparent;
    position: relative;
    overflow: hidden;
    padding: 16px 35px;
    text-transform: capitalize;
    border: 1px solid #9a0000;
    background: #9a0000;
    font-size: 16px;
    border-radius: 32px;
    font-weight: 600;
    line-height: 1.2;
    min-width: -moz-max-content;
    min-width: max-content;
    transition: all 0.35s ease-in-out;
    position: relative;
    z-index: 1;
}

.btn-1:hover,
.btn-1:focus {
    background: transparent !important;
    color: #9a0000 !important;
}

.btn-2 {
    background: transparent;
    position: relative;
    overflow: hidden;
    padding: 16px 35px;
    text-transform: capitalize;
    border: 1px solid #9a0000;
    background: transparent !important;
    color: #9a0000 !important;
    font-size: 16px;
    border-radius: 32px;
    font-weight: 600;
    line-height: 1.2;
    min-width: -moz-max-content;
    min-width: max-content;
    transition: all 0.35s ease-in-out;
    position: relative;
    z-index: 1;
}

.btn-2:hover,
.btn-2:focus {
    background: #9a0000 !important;
    color: #fff !important;
}

.btn-2 i,
.btn-1 i {
    margin-left: 5px;
    font-weight: 800;
}

.banner-content .hero__thumb {
    position: relative;
}

.banner-content .hero__thumb.about-thumb::before {
    width: 130px;
    height: 50px;
    left: 10%;
    display: none;
}

.banner-content .hero__thumb.about-thumb::after {
    width: 80px;
    height: 80px;
}

.banner-content .hero__thumb::before {
    content: "";
    position: absolute;
    left: 23%;
    top: 50px;
    width: 432px;
    height: 300px;
    z-index: 1;
    background: url(../images/hero_img_vector.png) no-repeat;
    animation: pulse 5s infinite;
    left: 18%;
    background-size: 70%;
}

.banner-content .hero__thumb img {
    width: 100%;
}

.banner-content .hero__thumb::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -5%;
    background-size: 80%;
    height: 118px;
    width: 118px;
    z-index: 1;
    background: url(../images/thumb_vector.png) no-repeat;
    transform-origin: bottom;
    animation: spinSmall 5s infinite;
}

.banner-content .hero__animation {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 90%;
    z-index: -1;
}

.banner-content .hero__animation img:first-child {
    position: absolute;
    left: 24%;
    top: 9%;
    animation: pulse 7s infinite;
    width: 2%;
}

.banner-content .hero__animation img:nth-child(2) {
    position: absolute;
    left: 3%;
    bottom: 12%;
    animation: previewShapeX 5s infinite;
    width: 50px;
}

.banner-content .hero__animation img:nth-child(3) {
    position: absolute;
    left: 50%;
    bottom: 17%;
    animation: pulse 7s linear infinite;
    z-index: 2;
}

.banner-content .hero__animation img:nth-child(4) {
    position: absolute;
    right: 5%;
    top: 20%;
    animation: rotate360deg 20s linear infinite;
}

.banner-content .hero__animation img:nth-child(5) {
    position: absolute;
    right: 34%;
    top: 4%;
    animation: previewShapeX 5s infinite;
}

.breadcrumb-section {
    height: 240px;
}

.breadcrumb-section .hero__thumb img {
    height: 230px;
    width: 230px;
}

.breadcrumb-section .hero__thumb::after {
    display: none;

}

.breadcrumb {
    background: #fff;
    border-radius: 30px;
    padding: 15px 10px;
    width: fit-content;
    margin-bottom: 50px;
}

.breadcrumb .breadcrumb-item {
    font-size: 16px;
    font-weight: 600;
}

.breadcrumb .breadcrumb-item.active {
    color: #9a0000;
}

.breadcrumb .breadcrumb-item a {
    transition: .3s linear;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #9a0000;
}

.about-us {
    padding: 100px 0px;
    background: #fef9e5;
}

.about-us .about-title {
    line-height: 1.2;
    font-family: "Jost", sans-serif;
    color: #222E48;
    letter-spacing: inherit;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 25px;
}

.about-us .about-title span {
    font-size: 50px;
}

.about-us .about-subtitle {
    font-size: 24px;
    font-weight: 600;
    color: #9a0000;
    margin-bottom: 25px;
    position: relative;
    padding-left: 45px;
    display: inline-block;
}

.about-us .about-subtitle::before {
    content: url(../images/title_vector.png);
    width: 25px;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.about-us .team-card {
    background: white;
    border-radius: 16px;
    border: none;
    border: 1px solid #DFE0E4;
    text-align: center;
    position: relative;
    z-index: 0;
    padding: 10px;
}

.about-us .team-card::after {
    content: "";
    position: absolute;
    z-index: 1;
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    background: #e5edeb40;
    border-radius: 16px;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.35s ease-in-out;
    z-index: -3;
}

.about-us .team-card .img-box {
    width: 100%;
    height: 250px;
}

.about-us .team-card .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3/2;
    object-position: top;
}

.about-us .about-text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
}

.about-vision .card,
.about-vision .card .card_title,
.vision-mission .card .card-text {
    text-align: left !important;
}

.about-vision .card .card__icon {
    margin-right: auto !important;
    margin: 0px auto 20px 0px !important;
}

.vision-mission {
    padding: 60px 0px;
    background: #fff;
}

.vision-mission .vision-title {
    line-height: 1.2;
    font-family: "Jost", sans-serif;
    color: #222E48;
    letter-spacing: inherit;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.vision-mission .card {
    background: white;
    padding: 36px;
    border-radius: 16px;
    border: none;
    border: 1px solid #DFE0E4;
    text-align: center;
    position: relative;
    z-index: 0;
}

.vision-mission .card::after {
    content: "";
    position: absolute;
    z-index: 1;
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    background: #e5edeb40;
    border-radius: 16px;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.35s ease-in-out;
    z-index: -3;
}

.vision-mission .card .card__icon {
    width: 86px;
    min-width: 86px;
    height: 86px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    border: 1px solid #DFE0E4;
    margin: auto;
    margin-bottom: 20px;
}

.vision-mission .card .card__icon img {
    width: 32px;
}

.vision-mission .card .card_title {
    font-size: 26px;
    margin-bottom: 15px;
    color: #000;
}

.vision-mission .card .card-text {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 15px;
}

.text-truncate-4 {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vision-mission .card .icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    margin: auto;
    border: 1px solid #DFE0E4;
    background: #9a0000;


}

.vision-mission .card:hover::after {

    background: #9a0000;
}

.vision-mission .card:hover .card_title,
.vision-mission .card:hover .card-text {
    color: #fff;
}

.vision-mission .card:hover .icon {
    background: #fff;

}

.vision-mission .card .icon:hover {
    background: #FFE400;
}

.why-choose {
    background: #fff;
    position: relative;
}

.why-choose::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1000000015;
    background: linear-gradient(90deg, #FFE400 0%, #9a0000 100%);
    z-index: 0;
}

.why-choose .why-choose-index {
    position: relative;
    z-index: 1;
    padding: 60px 0px;
}

.why-choose .image-column {
    position: relative;
    margin-bottom: 50px;
}

.why-choose .image-column .inner-column {
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px;
}

.why-choose .image-column .inner-column .image {
    position: relative;
}

.why-choose .image-column .inner-column .image img {
    display: block;
    width: 300px;
    height: auto;
    mix-blend-mode: screen;
}

.abt-gold img {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 25px;
    text-align: center;
    bottom: -30px;
}

.why-choose .choose-subtitle {
    font-size: 24px;
    font-weight: 600;
    color: #9a0000;
    margin-bottom: 20px;
    position: relative;
    padding-left: 45px;
}

.why-choose .choose-subtitle::before {
    content: url(../images/title_vector.png);
    width: 25px;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.why-choose .choose-title {
    font-size: 40px;
    font-weight: 600;
    color: #222E48;
    margin-bottom: 20px;
}

.why-choose ul li {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    margin-bottom: 20px;
}

.why-choose ul li i {
    color: #9a0000;
    margin-right: 7px;
}

.form-section {
    padding: 60px 0px;
}

.form-section .form-box {
    background: white;
    padding: 36px;
    border-radius: 16px;
    border: none;
    border: 1px solid #DFE0E4;
    position: relative;
    z-index: 0;
}

.form-section .form-box::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    background: #e5edeb40;
    border-radius: 16px;
    width: 100%;
    height: 100%;
    transition: all 0.35s ease-in-out;
    z-index: -3;
}

.form-section .form-box form {
    display: block;
    margin-top: 10px;
}

.form-section .form-box .form-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.form-section .form-box .form-text {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 15px;
}

.form-section .form-box .form-label {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}

.form-section .form-box .form-control {
    background: transparent;
    border: none;
    padding: 10px;
    height: 35px;
    border-bottom: 1px dashed #DFE0E4;
}

.form-section .form-box textarea {
    height: initial !important;
}

.form-section .contact-info {
    padding: 50px;
}

.form-section .contact-info-title {
    font-size: 24px;
    font-weight: 600;
    color: #9a0000;
    margin-bottom: 25px;
    position: relative;
    padding-left: 45px;
}

.form-section .contact-info-title::before {
    content: url(../images/title_vector.png);
    width: 25px;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.form-section .contact-info .info-list {
    margin-top: 15px;
}

.form-section .contact-info .info-list li {
    margin-bottom: 20px;
    font-size: 18px;
}

.form-section .contact-info .info-list li i {
    color: #9a0000;
    margin-right: 10px;
}

.blog-section {
    background-color: #e5edeb40;
    padding: 60px 0px;
}

.blog-section .blog-title {
    font-size: 40px;
    font-weight: 600;
    color: #22434D;
    margin-bottom: 25px;
    position: relative;
    padding-left: 45px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
}

.blog-section .blog-title::before {
    content: url(../images/title_vector.png);
    width: 25px;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.blog-section .blog-card {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);
    padding: 8px;
    padding-bottom: 32px;
    width: 100%;
    height: 100%;
}

.blog-section .blog-card .card--secondary__thumb {
    overflow: hidden !important;
}

.zoom_effect {
    overflow: clip;
    width: 100%;
    border-radius: 16px;
    transition: none;
}

.zoom_effect img {
    transition: all 0.35s ease-in-out;
    width: 100%;
    transform: scale(1.01);
    border-radius: 16px;
    width: 100%;
    transition: .3s linear;
}

.zoom_effect:hover img {
    transform: scale(1.2);
    cursor: zoom-in;
}

.blog-section .blog-card .card-content {
    padding: 0 20px;
}

.blog-section .blog-card .card-time {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0px;
}

.blog-section .blog-card .card-time i {
    margin-right: 10px;
}

.blog-section .blog-card h4 {
    font-size: 22px;
    font-weight: 600;
    color: #22434D;
    margin-bottom: 15px;
}

.blog-section .blog-card .card-text {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 15px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-section .blog-card .read-more {
    font-size: 17px;
    font-weight: 600;
    margin-top: 10px;
}

.blog-section .blog-card .read-more i {
    margin-left: 7px;
}

.blog-section .blog-box {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);
    padding: 20px;
    padding-bottom: 32px;
    width: 100%;
    height: 100%;
}

.blog-section .blog-box .blog-detail-title {
    font-size: 30px;
    font-weight: 600;
    color: #22434D;
    margin-bottom: 15px;
}

.blog-section .blog-box .img-box {
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
}

.blog-section .blog-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3/2;
}

.blog-section .blog-small-list {
    position: sticky;
    top: 0px;
}

.blog-section .blog-small-list .blog-small-card {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);
    padding: 20px;
    padding-bottom: 20px;
    width: 100%;
    height: 100%;
}

.blog-section .blog-small-list .blog-small-card .card-time {
    display: flex;
    align-items: center;
    margin-top: 0px;
    font-size: 13px;
    margin-bottom: 10px;
}

.blog-section .blog-small-list .blog-small-card .card-time i {
    margin-right: 10px;
}

.blog-section .blog-small-list .blog-small-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #22434D;
    margin-bottom: 15px;
}

.blog-section .blog-list {
    margin-top: 15px;
}

.blog-section .blog-list li {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
}

.blog-section .blog-list li::before {
    content: "\f061";
    font-size: 18px;
    color: #9a0000;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer {
    background: #fef9e5;
    padding: 60px 0px 15px;
}

.footer hr {
    color: #9a0000;
}

.footer .footer-logo img {
    width: 100%;
    /* filter: brightness(0) invert(1); */
}




.footer .container {
    position: relative;
}

/* .footer .container::after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #FCB650;
    opacity: 0.1;
} */

.footer .footer-list {
    /* margin-left: 15px; */
}

.footer .footer-list li a {
    line-height: 1.2;
    font-size: 17px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    color: #333333;
    transition: .3s linear;
    padding: 10px 0px;
}

.footer .footer-list li:hover a {
    color: #9a0000;
}

.footer .footer-bottom p {
    line-height: 1.2;
    font-size: 16px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    color: #000;
    text-align: center;
}

.footer .footer-bottom p a {
    color: #9a0000;
    font-weight: bold;
    transition: .3s linear;
}

.footer .footer-bottom p a:hover {
    color: #000;
}

.achivement-detail {
    padding: 120px 0px 60px;
}

.achivement-detail .achive-box .icon {
    width: 96px;
    min-width: 96px;
    height: 96px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border: 1px solid #DFE0E4;
    margin-bottom: 20px;
    margin: auto;
}

.achivement-detail .achive-box .icon img {
    width: 40px;
}

.achivement-detail .achive-box .card-title {
    font-size: 50px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #222E48;
    text-align: center;
    padding-top: 15px;
}

.achivement-detail .achive-box .card-text {
    font-size: 14px;
    text-align: center;
}

.scheme-detail {
    background: #fff;
    padding: 30px 0px;
    position: relative;
}

.scheme-detail .table-box {
    background: #e5edeb40;
    border-radius: 16px;
    border: 1px solid #DFE0E4;
    padding: 32px;
    overflow-x: auto;
}

.scheme-detail .table-title {
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #222E48;
}

.scheme-detail .table-box::-webkit-scrollbar {
    height: 0.7vw;
}

.scheme-detail .table-box::-webkit-scrollbar-track {
    background-color: rgba(7, 76, 62, 0.062745098);
}

.scheme-detail .table-box::-webkit-scrollbar-button,
.scheme-detail .table-box::-webkit-scrollbar-thumb {
    background-color: #074C3E;
    box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, 0.25), inset -2px -2px 2px rgba(0, 0, 0, 0.25);
}

.scheme-detail .table-box .sloan-comparison__title {
    margin-bottom: 40px;
}

.scheme-detail .table-box table {
    width: 100%;
    border-collapse: collapse;
}

.scheme-detail .table-box table tr {
    display: flex;
}

.scheme-detail .table-box table tr:nth-child(odd) {
    background: #fff;
}

.scheme-detail .table-box table th,
.scheme-detail .table-box table td {
    flex: 1;
    padding: 20px 5px;
    font-weight: 500;
    min-width: 100px;
    /* border-right: 1px solid #C1C4CC; */
    margin: auto;
    border-bottom-width: 0px;
}

.scheme-detail .table-box table {
    border-right: 1px solid #C1C4CC;
}

.scheme-detail .table-box table .total {
    border-right: none;
}

.scheme-detail .table-box table th:last-child,
.scheme-detail .table-box table td:last-child {
    /* border-right: none; */
}

.scheme-detail .table-box table th .btn_theme,
.scheme-detail .table-box table td .btn_theme {
    width: 100%;
    height: 45px;
}

.scheme-detail .table-box table th .btn_theme::after,
.scheme-detail .table-box table td .btn_theme::after {
    background: transparent;
}

.scheme-detail .table-box table th {
    font-size: 16px;
    color: #222E48;
}

.social ul li {
    list-style-type: none;
    padding-left: 8px;
}

.social ul {
    display: flex;
    padding-left: 0px;
    justify-content: flex-start;
    padding-top: 10px;
    position: relative;
    z-index: 1;
}

.social i {
    color: #9a0000;
    text-align: center;
    font-size: 14px;
    width: 40px;
    height: 40px;
    border: 1px solid #9a0000;
    border-radius: 50%;
    line-height: 40px;
    margin: 0px 15px 0px 0px;
    transition: .3s linear;
}

.social a {
    cursor: pointer;
}

.social i:hover {
    color: #fff;
    background: #9a0000;
}


#myBtn {
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: #9a0000;
    color: #fff;
    cursor: pointer;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 50px;
    border-radius: 50%;
    animation: 1.5s ease-in-out infinite bounce;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-3px);
    }
}

#myBtn::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

#myBtn:hover {
    background-color: #fff;
    color: #9a0000;
    box-shadow: 0px 0px 15px 1px #9a0000d1;
}

@media (min-width:2000px) {
    .banner .banner-img {
        position: absolute;
        top: 0;
        right: 0;
        width: 730px;
        z-index: 1;
    }
}



@media (min-width: 992px) and (max-width: 1199.98px) {
    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .main-section {
        padding: 0px;
    }

    .mobile-header {
        height: 70px;
        line-height: 70px;
        position: sticky;
        top: 0px;
        z-index: 1200;
    }

    .mobile-header .logo img {
        width: 100px;
    }

    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 14px;
        color: #000;
        font-weight: 600;
        position: relative;
        line-height: 25px;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link i {
        float: right;
    }

    .mobile-header .mobile-header-list .sub-link {
        padding: 10px;
        font-size: 15px;
        color: #8A879F;
        position: relative;
        line-height: 25px;
    }

    .main-section .vertical-space-50 {
        height: 0px !important;
    }

    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }

    .mobile-header .offcanvas {
        width: 360px;
    }

    .mobile-header .offcanvas .logo img {
        width: 120px;
    }

    .main-section {
        height: 100%;
    }

    .toggler {
        color: #9a0000 !important;
        font-size: 26px;
        border: none;
        text-align: center;
        padding: 0px;
    }

    .product .product-img {
        height: 180px;
    }

    .toggler:focus,
    .toggler:hover {
        color: #9a0000;
        background: transparent;
    }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .main-section {
        padding: 0px;
    }

    .mobile-header {
        height: 70px;
        line-height: 70px;
        position: sticky;
        top: 0px;
        z-index: 1200;
    }

    .mobile-header .logo img {
        width: 220px;
    }

    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 14px;
        color: #000;
        font-weight: 600;
        position: relative;
        line-height: 25px;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link i {
        float: right;
    }

    .mobile-header .mobile-header-list .sub-link {
        padding: 10px;
        font-size: 15px;
        color: #8A879F;
        position: relative;
        line-height: 25px;
    }

    .main-section .vertical-space-50 {
        height: 0px !important;
    }

    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }

    .mobile-header .offcanvas {
        width: 360px;
    }

    .mobile-header .offcanvas .logo img {
        width: 100%;
    }

    .main-section {
        height: 100%;
    }

    .toggler {
        color: #9a0000 !important;
        font-size: 26px;
        border: none;
        text-align: center;
        padding: 0px;
    }

    .product .product-img {
        height: 180px;
    }

    .toggler:focus,
    .toggler:hover {
        color: #9a0000;
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content: flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }

    .banner-content .banner-subtitle,
    .about-us .about-subtitle,
    .why-choose .choose-subtitle {
        font-size: 20px;
    }

    .banner-content .banner-title,
    .about-us .about-title,
    .vision-mission .vision-title,
    .why-choose .choose-title {
        font-size: 36px;
    }

    .banner-content .hero__animation {
        display: none;
    }

    .banner-content .hero__thumb::before {
        width: 250px;
    }

    .banner-content .hero__thumb::after {
        right: 0;
    }

    .form-section .contact-info {
        padding: 0px;
    }

    .achivement-detail .achive-box .card-title {
        font-size: 32px;
    }

}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .main-section {
        padding: 0px;
    }

    .mobile-header {
        height: 70px;
        line-height: 70px;
        position: sticky;
        top: 0px;
        z-index: 1200;
    }

    .mobile-header .logo img {
        width: 100px;
    }

    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 14px;
        color: #000;
        font-weight: 600;
        position: relative;
        line-height: 25px;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link i {
        float: right;
    }

    .mobile-header .mobile-header-list .sub-link {
        padding: 10px;
        font-size: 15px;
        color: #8A879F;
        position: relative;
        line-height: 25px;
    }

    .main-section .vertical-space-50 {
        height: 0px !important;
    }

    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }

    .mobile-header .offcanvas {
        width: 360px;
    }

    .mobile-header .offcanvas .logo img {
        width: 120px;
    }

    .main-section {
        height: 100%;
    }

    .toggler {
        color: #9a0000 !important;
        font-size: 26px;
        border: none;
        text-align: center;
        padding: 0px;
    }

    .product .product-img {
        height: 180px;
    }

    .toggler:focus,
    .toggler:hover {
        color: #9a0000;
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content: flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }

    .header .vertical-space-50 {
        height: 0px !important;
    }

    .banner-content .banner-subtitle,
    .about-us .about-subtitle,
    .why-choose .choose-subtitle {
        font-size: 16px;
    }

    .banner-content .banner-title,
    .about-us .about-title,
    .vision-mission .vision-title,
    .why-choose .choose-title {
        font-size: 26px;
    }

    .banner-content .hero__animation {
        display: none;
    }

    .banner-content .hero__thumb::before {
        width: 250px;
    }

    .banner-content .hero__thumb::after {
        right: 0;
    }

    .form-section .contact-info {
        padding: 0px;
    }

    .achivement-detail .achive-box .card-title {
        font-size: 32px;
    }

    .footer .footer-list {
        flex-wrap: wrap;
    }

    .footer .footer-list li {
        width: 100%;
        margin-bottom: 15px;
    }

    .about-us .team-card .img-box {
        height: 350px;
    }

    .about-us .about-title span {
        font-size: 30px;
    }
}

@media only screen and (max-width: 575.98px) {
    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .main-section {
        padding: 0px;
    }

    .mobile-header {
        height: 70px;
        line-height: 70px;
        position: sticky;
        top: 0px;
        z-index: 1200;
    }

    .mobile-header .logo img {
        width: 228px;
    }

    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 14px;
        color: #000;
        font-weight: 600;
        position: relative;
        line-height: 25px;
        transition: .3s linear;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link:hover {
        color: #9a0000;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link i {
        float: right;
    }

    .mobile-header .mobile-header-list .sub-link {
        padding: 10px;
        font-size: 15px;
        color: #8A879F;
        position: relative;
        line-height: 25px;
    }

    .main-section .vertical-space-50 {
        height: 0px !important;
    }

    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }

    .mobile-header .offcanvas {
        width: 360px;
    }

    .mobile-header .offcanvas .logo img {
        width: 120px;
    }

    .main-section {
        height: 100%;
    }

    .toggler {
        color: #9a0000 !important;
        font-size: 26px;
        border: none;
        text-align: center;
        padding: 0px;
    }

    .product .product-img {
        height: 180px;
    }

    .toggler:focus,
    .toggler:hover {
        color: #9a0000;
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content: flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }

    .banner-content .banner-subtitle,
    .about-us .about-subtitle,
    .why-choose .choose-subtitle {
        font-size: 16px;
    }

    .banner-content .banner-title,
    .about-us .about-title,
    .vision-mission .vision-title,
    .why-choose .choose-title {
        font-size: 26px;
    }

    .banner-content .hero__animation {
        display: none;
    }

    .banner-content .hero__thumb::before {
        width: 250px;
        display: none;
    }

    .banner-content .hero__thumb::after {
        right: 0;
        display: none;

    }

    .form-section .contact-info {
        padding: 0px;
    }

    .achivement-detail .achive-box .card-title {
        font-size: 32px;
    }

    .footer .footer-list {
        flex-wrap: wrap;
    }

    .footer .footer-list li {
        /* width: 100%; */
        margin-bottom: 15px;
    }

    .about-us .team-card .img-box {
        height: 350px;
    }

    .about-us .about-title span {
        font-size: 30px;
    }
}

@media only screen and (max-width: 425px) {
    .breadcrumb-section {
        height: 240px;
    }

    .scheme-detail .table-box {
        background: none;
        border-radius: 0px;
        border: none;
        padding: 0px;
        overflow-x: auto;
    }

    .breadcrumb-section .hero__thumb img {
        height: 210px;
        width: 210px;
    }

    .scheme-detail .table-box table th {
        padding: 7px 5px !important;

    }

    .scheme-detail .table-box table th,
    .scheme-detail .table-box table td {
        flex: 1;
        padding: 20px 5px;
        font-weight: 500;
        min-width: 60px;
        border-right: 1px solid #C1C4CC;
        margin: auto;
        border-bottom-width: 0px;
        height: 50px;
    }

    .scheme-detail .table thead tr:nth-child(2) th {
        background-color: #9a0000;
        border-color: #C1C4CC;
        font-size: 11px;
        height: 50px;

    }

    .scheme-detail .table th:first-child:not(.t-1) {
        width: 50px !important;
        min-width: 50px !important;
        max-width: 50px !important;
        height: 50px;
        text-align: center;
        font-weight: 600;
        background-color: #9a0000;
        border-color: #C1C4CC;

    }

    .footer .footer-logo img {
        width: 230px;
    }

    .footer .footer-bottom p {
        line-height: 1.2;
        font-size: 16px;
        font-weight: 400;
        font-family: "Jost", sans-serif;
        color: #000;
        margin: 13px;
        text-align: center;
    }
}

@media only screen and (max-width: 375px) {
    .mobile-header .logo img {
        width: 155px;
    }
}

@media only screen and (max-width: 320px) {
    .breadcrumb-section {
        height: 200px;
    }

    .breadcrumb .breadcrumb-item {
        font-size: 13px;
        font-weight: 600;
    }

    .breadcrumb-section .hero__thumb img {
        height: 150px;
        width: 150px;
        margin-bottom: 35px;
    }

    .scheme-detail .table-box table th {
        padding: 3px 5px !important;

    }

    .scheme-detail .table-box table th,
    .scheme-detail .table-box table td {
        flex: 1;
        padding: 20px 5px;
        font-weight: 500;
        min-width: 60px;
        border-right: 1px solid #C1C4CC;
        margin: auto;
        border-bottom-width: 0px;
        height: 50px;
        font-size: 10px;
    }

    .scheme-detail .table thead tr:nth-child(2) th {
        background-color: #9a0000;
        border-color: #ffffff;
        font-size: 10px !important;
        height: 50px;
    }

    .scheme-detail .table th:first-child:not(.t-1) {
        width: 50px !important;
        min-width: 50px !important;
        max-width: 50px !important;
        height: 50px;
        text-align: center;
        font-weight: 600;
        background-color: #9a0000;
    }
}

/* new */
.rounded {
    border-radius: 10px !important;
}

.footer-text {
    font-size: 16px;
    color: black;
}

.footer-logo {
    width: 250px;
}


.scheme-detail .table {
    background-color: #ffffff;
    border-collapse: collapse;
}

.scheme-detail .table thead th {
    background-color: #fef9e5;
    color: #ffffff;
    font-weight: 600;
    height: 70px;
    vertical-align: middle;
}

.scheme-detail .table thead tr:nth-child(2) th {
    background-color: #9a0000;
    border-color: #ffffff;
    font-size: 13px;
}

.scheme-detail .table tbody tr {
    background-color: #f8f9fa;
    transition: background-color 0.3s ease;
}

.scheme-detail .table tbody tr:nth-child(even) {
    background-color: #fef9e5;
    color: #000;
}

.scheme-detail .table tbody tr:hover {
    background-color: #ffffff;
}

.scheme-detail .table th,
.scheme-detail .table td {
    border: 1px solid #ced4da;

}


.scheme-detail .table th:first-child:not(.t-1) {
    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    text-align: center;
    font-weight: 600;
    background-color: #9a0000;
}

.scheme-detail .table .t-1 {
    color: #000 !important;
    padding-top: 30px !important;

}

.scheme-detail .table td:first-child {
    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    text-align: center;
    font-weight: 600;
}

.read-more {
    transition: .3s linear;
}

.read-more:hover {
    color: #9a0000 !important;
}

/* whats app icon */
.social-btn {
    position: fixed;
    bottom: 80px;
    right: 16px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    z-index: 999;
    transition: all 0.3s ease;
    text-decoration: none;
    animation: 1.5s ease-in-out infinite bounce;
}

.whatsapp-btn {

    background: #25D366;
    color: #fff;
    bottom: 70px;

}

.whatsapp-btn:hover {
    transform: scale(1.1);
    color: #25D366;
    background: #ffffff;
    box-shadow: 0px 0px 10px 3px #25D366;

}

.whatsapp-btn i {
    line-height: 1;
}

.facebook-btn {
    background: #0d6efd;
    color: #fff;
    bottom: 220px;
    display: none;
}

.facebook-btn:hover {
    transform: scale(1.1);
    color: #0d6efd;
    background: #ffffff;
    box-shadow: 0px 0px 10px 3px #0d6efd;

}

.contact-img {
    width: 450px;
    height: 650px;
}

.contact-img img {
    border-radius: 20px;
}

.header-wts {
    border-radius: 50%;
    padding: 10px 13px;
    font-size: 18px !important;
    font-weight: bolder !important;
    background: #25D366;
    color: #fff;
    border: 2px solid;

}

.header-wts:hover {
    color: #25D366;
    background: #fff;
    border: 2px solid;

}