﻿@import url('https://fonts.googleapis.com/css2?family=Poppins: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');

/* font-family: "Poppins", sans-serif;*/

html, body {
    height: 100%;
}

body {
    font-family: "Poppins", sans-serif;
    color: #303030;
    background: #ffffff;
    font-size: 15px;
}

p {
    font-size: 15px;
    color: #303030;
}

b {
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #303030;
}

h1 {
    font-size: 33px;
    font-weight: 600;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

h6 {
    font-size: 16px;
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.txt-red {
    color: #d21b22;
}

a.txt-red:hover {
    text-decoration: underline;
}

.req-fld {
    color: #d21b22;
}

.rgt-bdr {
    position: relative;
}

    .rgt-bdr:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background: #CFCFCF;
    }

    .rgt-bdr.white:after {
        background: #ffffff;
    }

a {
    color: #535252;
    text-decoration: none;
}

ul li a, ol li a {
    color: #d21b22;
}

    ul li a:hover, ol li a:hover {
        text-decoration: underline;
    }

a, .btn, span, div, img, .navbar-toggler {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.btn {
    text-decoration: none !important;
}

    .btn.btn-sm {
        padding-top: 9.7px;
        padding-bottom: 9.7px;
    }

.btn1, .btn2 {
    color: #ffffff !important;
    font-weight: 500;
    background: #ce2027;
    border-radius: 30px;
    padding: 10px 25px;
}

    .btn1:hover {
        background: #6a150e;
    }

.btn2 {
    background: #202020;
}

    .btn2:hover {
        color: #202020 !important;
        background: #bfaa47;
    }

.btn.mnw-140 {
    min-width: 140px;
}

.list1, .list2 {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .list1 li {
        position: relative;
        padding-left: 18px;
        line-height: 24px;
    }

        .list1 li::before {
            width: 6px;
            height: 6px;
            content: "";
            background: #e7d783;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 9px;
        }

    .list2 li {
        position: relative;
        padding-left: 30px;
        line-height: 20px;
        margin-bottom: 10px;
    }

        .list2 li::before {
            width: 18px;
            height: 18px;
            content: url('../images/bullet1.png');
            position: absolute;
            left: 0;
            top: 0;
        }

        .list2 li:last-child {
            margin-bottom: 0;
        }

.dark-greybg .list2 li::before {
    content: url('../images/bullet2.png');
}
/*==Header==*/
.hdr-top {
    background: #ce0018;
    height: 5px;
}

.hdr .viewcertificate {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding-right: 15px;
}

    .hdr .viewcertificate img {
        width: 20px;
    }

.navcustom {
    padding: 0;
    display: block;
}

    .navcustom .hdr {
        width: 100%;
        background: #535353;
        position: relative;
        z-index: 9;
    }

    .navcustom .logo-user-search-sec {
        display: flex;
    }

    .navcustom .navbar-brand {
        display: inline-block;
        margin-top: 15px;
    }

        .navcustom .navbar-brand .logo {
            margin-bottom: -50px;
        }

.navrow {
    background: #464646;
    border-top: 1px solid #787878;
}

.navcustom .navbar-collapse {
    justify-content: right;
}

.navcustom .navbar-nav {
    font-size: 15px;
    font-weight: 500;
    z-index: 99;
}

    .navcustom .navbar-nav .nav-item {
        position: relative;
    }

    .navcustom .navbar-nav > li:last-child > a {
        padding-right: 0 !important;
    }

.navcustom .nav-link {
    color: #e7d783 !important;
    padding: 18.75px 31px !important;
    position: relative;
    text-decoration: none !important;
}

    .navcustom .nav-link::before {
        content: "";
        left: 15px;
        right: 15px;
        top: 0;
        height: 3px;
        position: absolute;
        /*background:#ce2027;*/
        background: rgb(206,32,39);
        background: linear-gradient(90deg, rgba(206,32,39,0) 0%, rgba(206,32,39,1) 40%, rgba(206,32,39,1) 60%, rgba(206,32,39,0) 100%);
        opacity: 0;
        transition: 0.7s;
    }

.navcustom .nav-item:hover .nav-link::before, .navcustom .nav-item.active .nav-link::before {
    opacity: 1;
}

.navcustom .navbar-toggler {
    float: right;
    background: #c8b04c;
    border: 0;
    margin-top: 20px;
}

    .navcustom .navbar-toggler.collapsed {
        background: #ce0018;
    }

    .navcustom .navbar-toggler:hover {
        background: #c8b04c;
    }

.navcustom .navbar-nav .dropdown-menu {
    padding: 0;
}

.navcustom .dropdown-menu li {
    font-size: 13px;
    line-height: 15px;
}

    .navcustom .dropdown-menu li:first-child a {
        border-radius: 5px 5px 0 0;
    }

.navcustom .dropdown-menu > li:last-child > a {
    border-radius: 0 0 5px 5px;
}

.navcustom .dropdown-item {
    text-decoration: none;
    padding: 15px 10px;
    padding: 8px 15px;
    /*border-bottom: 1px solid #e2e2e2;*/
    border-bottom: 1px solid #f3f3f3;
    position: relative;
}

.navcustom .dropdown-menu > li:hover > .dropdown-item {
    color: #ffffff;
    background: #ce2027;
    border-bottom: 1px solid #202020;
}

.navcustom .dropdown-menu > li > .dropdown-item::before {
    position: absolute;
    content: "";
    width: 2px;
    top: 5px;
    bottom: 5px;
    left: 0;
    background: #e7d783;
    border-radius: 0 5px 5px 0;
    opacity: 0;
    transition: all 0.5s;
}

.navcustom .dropdown-menu > li:hover > .dropdown-item::before {
    opacity: 1;
}
/*==Dropdown Submenu==*/
.navcustom .dropdown-menu li {
    position: relative;
}

.navcustom .dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0px;
}

.navcustom .dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.navcustom .dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}
/*====*/
.user-search-sec {
    float: right;
    color: #fff;
    padding: 13px 0;
}

    .user-search-sec .hdr-user-sec {
        margin-bottom: 16px;
    }

.user-btn-sec .dropdown {
    text-align: right;
}

    .user-btn-sec .dropdown .dropdown-menu {
        font-size: 14px;
        padding: 0;
        right: 0;
        left: auto;
        border: 0;
        border-radius: 4px;
        overflow: hidden;
    }

    .user-btn-sec .dropdown .dropdown-menu {
        -webkit-box-shadow: 0px 0px 5px 1px rgba(20,20,20,0.9);
        -moz-box-shadow: 0px 0px 5px 1px rgba(20,20,20,0.9);
        box-shadow: 0px 0px 5px 1px rgba(20,20,20,0.9);
    }

.user-btn-sec .dropdown-menu .dropdown-item {
    background: #ffffff;
}

    .user-btn-sec .dropdown-menu .dropdown-item:hover {
        color: #fff;
        background: #ce0018;
    }

.user-btn-sec .dropdown-menu li {
    background: none;
}

.user-btn-sec .dropdown .dropdown-divider {
    margin: 0;
}

.user-btn-sec .login-register {
    text-align: right;
    font-size: 14px;
    margin-bottom: 15px;
}

    .user-btn-sec .login-register a {
        color: #fff;
        padding-left: 15px;
        display: inline-block;
    }

        .user-btn-sec .login-register a:hover {
            color: #e6d379;
            text-decoration: underline;
        }

        .user-btn-sec .login-register a.reg {
            border-left: 1px solid #878787;
            margin-left: 15px;
        }

.user-btn-sec .user.dropdown {
    font-size: 14px;
}

    .user-btn-sec .user.dropdown .dropdown-toggle {
        color: #fff;
    }

        .user-btn-sec .user.dropdown .dropdown-toggle:hover, .user-btn-sec .user.dropdown .dropdown-toggle.show {
            color: #e6d379;
        }

.user-btn-sec .user .user-thumb {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 3px;
}

.searchbar {
    min-width: 280px;
}

    .searchbar .form-control {
        font-size: 14px;
        padding: 5px 12px;
    }

        .searchbar .form-control.rounded {
            border-radius: 3px 0 0 3px !important;
            border: 0;
        }

    .searchbar .search-btn {
        color: #4a4a4a;
        background: #fff;
        border-radius: 0 3px 3px 0 !important;
    }

        .searchbar .search-btn:hover {
            color: #fff;
            background: #ce0018;
        }
/*==Banner==*/
.banner {
    position: relative;
    background: #303030;
    overflow: hidden;
}

    .banner .container {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 10;
    }

    .banner .left-gradiation {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 45%;
        background: rgb(0,0,0);
        background: linear-gradient(90deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%);
        z-index: 9;
    }

    .banner .right-gradiation {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 45%;
        background: rgb(0,0,0);
        background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%);
        z-index: 9;
    }

.banner-content {
    color: #fff;
}

    .banner-content h1 {
        font-size: 45px;
        line-height: 58px;
        font-weight: 700;
        color: #fff;
    }

        .banner-content h1 span {
            font-weight: 400;
        }

    .banner-content p {
        font-size: 22px;
        color: #ffffff;
        line-height: 33px;
        margin-bottom: 35px;
    }

    .banner-content .btn1 {
        font-size: 18px;
        font-weight: 500;
        padding: 12px 40px;
    }

        .banner-content .btn1:focus-visible, .banner-content .btn1:active {
            border: 0;
            background: rgba(0, 0, 0, 0.7);
        }

.inner-banner .banner-content h1 {
    font-size: 60px;
    line-height: 65px;
    font-weight: 600;
}

    .inner-banner .banner-content h1 sup {
        font-size: 35px;
        top: -0.45em;
    }

    .inner-banner .banner-content h1 span {
        font-size: 35px;
        line-height: 25px;
        font-weight: 300;
        display: block;
    }
/*==Section 1==*/
.sec1 {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

    .sec1 .container {
        z-index: 9;
        position: relative;
    }

.ser-list1 {
    max-width: 300px;
}

    .ser-list1 .btn {
        display: block;
        background: #ffffff;
        border: 1px solid #fafafa;
        border-radius: 30px;
        padding: 7px 20px;
        /*padding-left: 70px;*/
        text-align: left;
    }

        .ser-list1 .btn:hover {
            color: #ffffff;
            background: #d22027;
            border: 1px solid #c41c23;
        }

        .ser-list1 .btn .icon {
            display: inline-block;
            width: 40px;
            height: 40px;
            margin-right: 15px;
        }

.btn .icon.view-certificate {
    background: url("../images/view-certificate-icon.png") no-repeat;
}

.btn:hover .icon.view-certificate {
    background: url("../images/view-certificate-icon-white.png") no-repeat;
}

.btn .icon.handbook {
    background: url("../images/handbook-icon.png") no-repeat;
}

.btn:hover .icon.handbook {
    background: url("../images/handbook-icon-white.png") no-repeat;
}

.btn .icon.affiliate {
    background: url("../images/affiliate-icon.png") no-repeat;
}

.btn:hover .icon.affiliate {
    background: url("../images/affiliate-icon-white.png") no-repeat;
}

/*==Section 2==*/
.greybg {
    background: #d8d8d8;
}

.greybg1 {
    background: #f0f0f0;
}

.card1 {
    border-radius: 0;
    background: #ffffff;
    text-align: center;
}

    .card1 .card-body {
        padding: 30px 15px;
    }

        .card1 .card-body:hover {
            color: #fff;
            background: #d21b22;
        }

            .card1 .card-body:hover h3, .card1 .card-body:hover p {
                color: #fff;
            }

    .card1 .card-img {
        text-align: center;
        margin-bottom: 30px;
    }

    .card1 .card-body .card-img .icon {
        display: block;
    }

    .card1 .card-body .card-img .icon-hover {
        display: none;
    }

    .card1 .card-body:hover .card-img .icon {
        display: none;
    }

    .card1 .card-body:hover .card-img .icon-hover {
        display: block;
    }

    .card1 .btn1 {
        font-weight: 500;
        background: #ffffff;
        border: 1px solid #303030;
        color: #303030 !important;
    }

    .card1 .card-body:hover .btn1 {
        border: 1px solid #ffffff;
    }

    .card1 .card-body .btn1:hover {
        background: #303030;
        border: 1px solid #303030;
        color: #fff !important;
    }

.card2 {
    border: 0;
    background: #ce2027;
}

.dark-greybg {
    background: #202020;
}

.card2 .card-header {
    background: #bfaa47;
    font-size: 18px;
    font-weight: 500;
    color: #202020;
    min-height: 50px;
    display: flex;
    align-items: center;
    position: relative;
}

    .card2 .card-header:before {
        content: "";
        height: 5px;
        background: #202020;
        position: absolute;
        top: 0;
        left: 70px;
        right: 70px;
        border-radius: 0 0 15px 15px;
    }

.card2.dark-greybg .card-header:before {
    background: #ce2027;
}

.card2 .card-body, .card2 .card-body p {
    color: #fff;
}

/*==Card3==*/
.card3 {
    border: 0;
    background: #dcdcdc;
}

    .card3 .card-header {
        background: #c9c9c9;
        font-size: 18px;
        font-weight: 500;
        color: #202020;
        min-height: 50px;
        display: flex;
        align-items: center;
        position: relative;
        border-bottom: 0;
    }

        .card3 .card-header:before {
            content: "";
            height: 5px;
            background: #202020;
            position: absolute;
            top: 0;
            left: 70px;
            right: 70px;
            border-radius: 0 0 15px 15px;
        }

        .card3 .card-header:before {
            background: #ce2027;
        }

    .card3 .card-body, .card3 .card-body p {
        color: #202020;
    }

.rgt-bdr {
}

.presenter-img {
    max-width: 138px;
    border: 1px solid #ffffff;
}
/*==News Letter==*/
.newsletter-sec {
    background: url("../images/newsletter-bg.png") #fff top center no-repeat;
    padding: 100px 0;
    position: relative;
}

    .newsletter-sec .container {
        z-index: 9;
        position: relative;
    }

.newsletter-title {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 40px;
}

.newsletter-form {
    border-bottom: 1px solid #000000;
}

    .newsletter-form .submit {
        padding-right: 0;
        position: relative;
    }

        .newsletter-form .submit:active {
            border-color: #fff;
        }

        .newsletter-form .submit .submit-arrow {
            transition: transform 1s;
        }

        .newsletter-form .submit:hover .submit-arrow {
            transform: rotate(45deg);
        }

.newsletter-sec .form-control {
    height: 45px;
    border-radius: 0;
    border: 0;
    margin-right: 10px;
    background: none;
}

.newsletter-sec .btn1 {
    font-size: 20px;
}

.form1 .form-label {
    margin-bottom: .1rem;
}

.form1 .form-control, .form1 .form-select {
    font-size: 14px;
    font-weight: 300;
    min-height: 42px;
    border: 1px solid #afafaf;
}
/*==Footer==*/
.ftr-top {
    color: #d2d2d2;
    background: #464646;
    padding: 45px 0;
}

    .ftr-top p {
        color: #d2d2d2;
    }

    .ftr-top .address p {
        margin-bottom: 5px;
        font-weight: 500;
    }

        .ftr-top .address p a {
            color: #d2d2d2;
            text-decoration: underline;
        }

    .ftr-top .address .title {
        font-weight: 600;
        color: #e7d783;
    }

    .ftr-top .list1 {
        margin-left: 20px;
    }

        .ftr-top .list1 a {
            color: #d2d2d2;
        }

    .ftr-top a:hover {
        color: #fff !important;
    }

    .ftr-top .address .title {
        display: inline-block;
    }

    .ftr-top .address .icon {
        display: none;
        width: 20px;
    }

        .ftr-top .address .icon .fa {
        }

.ftr-btm {
    color: #ffffff;
    background: #ce2027;
    padding: 16px 0;
}
/*==Accordion==*/
.accordion1 .accordion-button {
    background: #dfd080;
    border-radius: 4px;
    position: relative;
    font-weight: 500;
    padding-right: 35px;
}

.accordion1 .accordion-item {
    border: 0;
    margin-bottom: 15px;
}

.accordion1 .accordion-body {
    padding-top: 20px;
}

    .accordion1 .accordion-body a {
        color: #d21b22;
    }

        .accordion1 .accordion-body a:hover {
            text-decoration: underline;
        }
/*==Accordion Plus Minus==*/
.accordion-button::after {
    /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='red' class='bi bi-plus' viewBox='0 0 20 20 '%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;*/
    background: none;
    content: "\f067";
    font: normal 20px/1 FontAwesome;
    color: #ce2027;
    position: absolute;
    width: 19px;
    height: 19px;
    top: 50%;
    right: 15px;
    margin-top: -10px;
}

.accordion-button:not(.collapsed)::after {
    /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='red' class='bi bi-dash' viewBox='0 0 20 20'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");*/
    background: none;
    content: "\f068";
}

.accordion-button::after {
    transition: all 0.5s;
}
/*==Accordion Plus Minus==*/
.cert-card {
    border: 0;
    border-bottom: 1px solid #afafaf;
    background: #ffffff;
    transition: 0.9s;
}

    .cert-card:hover {
        background: #ce2027;
    }

    .cert-card .certificate {
        width: 118px;
        height: 95px;
        position: relative;
        background: url("../images/certificate-bg.png") no-repeat;
    }

    .cert-card:hover .certificate {
        background: url("../images/certificate-bg-active.png") no-repeat;
    }

    .cert-card .certificate.exams {
        background: url("../images/exam-cert-bg.png") no-repeat;
    }

    .cert-card:hover .certificate.exams {
        background: url("../images/exam-cert-bg-active.png") no-repeat;
    }

.certificate .certf-name {
    font-weight: 500;
    color: #ce2027;
    position: absolute;
    left: 18px;
    top: 18px;
    margin-bottom: 0;
}

.cert-card:hover .certificate .certf-name {
    color: #ffffff;
}

.cert-card .cert-full-name {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.cert-card:hover .cert-full-name {
    color: #ffffff;
}
/*==Table==*/
.table1.table-striped > tbody > tr > td {
    padding: 5px;
    border: 0;
}

.table1.table-striped > tbody > tr:nth-of-type(2n+1) > * {
    background: #e7e7e7;
    padding: 15px 25px;
    font-size: 16px;
}

.table1.table-striped > tbody > tr:nth-of-type(2n+1) > td:nth-child(2) {
    background: #dcdcdc;
}

.table1.table-striped > tbody > tr:nth-of-type(2n+1) > td:nth-child(1) {
    position: relative;
    border-radius: 6px 0 0 6px;
    font-size: 18px;
    font-weight: 500;
    color: #ce2027;
}

    .table1.table-striped > tbody > tr:nth-of-type(2n+1) > td:nth-child(1)::before {
        content: "";
        width: 5px;
        background: #ce2027;
        position: absolute;
        top: 10px;
        bottom: 10px;
        left: 0;
        border-radius: 0 15px 15px 0;
    }

.table1.table-striped > tbody > tr:nth-of-type(2n+1) > td:last-child {
    font-weight: 500;
    border-radius: 0 6px 6px 0;
}

.table1 a {
    color: #ce2027;
}

    .table1 a:hover {
        text-decoration: underline;
    }

.step-img {
    max-width: 350px;
    width: 100%;
}

.ol1, .ul1 {
    padding-left: 20px;
}

    .ol1 li, .ul1 li {
        margin-bottom: 8px;
        list-style-position: outside;
        position: relative;
    }

    .ol1.inside li, .ul1.inside li {
        list-style-position: inside;
    }

    .ol1 li:last-child, .ul1 li:last-child {
        margin-bottom: 0;
    }

    .ol1 li::marker {
        font-weight: 500;
    }

    .ol1.list-fs-20 > li::marker {
        font-size: 20px;
        font-weight: 600;
    }

    .ul1 li::marker {
        position: absolute;
    }

    .ol1.red-bullet li::marker, .ul1.red-bullet li::marker {
        color: #cc2127;
    }

.img1 {
    max-width: 500px;
    width: 100%;
}

.img2 {
    max-width: 340px;
    width: 100%;
}

.board-director .name {
    line-height: normal;
    font-weight: 500;
    color: #d21b22;
    margin-bottom: 0;
}

.board-director .designation {
    margin-bottom: 0;
}

.captcha {
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    display: inline-block;
    overflow: hidden;
}
/*==New auto height Testimonials Section==*/
.testimonials-sec .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.75rem;
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
}

    .testimonials-sec .card-columns .card {
        border: 0;
        border-radius: 0;
        margin-bottom: 24px;
        display: inline-block;
    }

        .testimonials-sec .card-columns .card .testimonials {
            background: #efefef;
            padding: 30px 15px;
        }

.testimonials-sec .testimonials .testimonial-text {
    position: relative;
    text-align: center;
}

    .testimonials-sec .testimonials .testimonial-text p {
        display: inline;
    }

        .testimonials-sec .testimonials .testimonial-text p q {
            display: inline;
            padding: 0 30px;
            position: relative;
        }

    .testimonials-sec .testimonials .testimonial-text q::before, .testimonials-sec .testimonials .testimonial-text q::after {
        font-family: "Times New Roman", Times, serif;
        font-size: 60px;
        line-height: 30px;
        color: #bfaa47;
        position: absolute;
    }

    .testimonials-sec .testimonials .testimonial-text q::before {
        left: 0;
        top: 0;
    }

    .testimonials-sec .testimonials .testimonial-text q::after {
        margin-top: 10px;
        margin-left: 5px;
    }

.testimonials-sec .client-details {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #bfaa47;
    margin-top: 10px;
    margin-bottom: 0;
}

.testimonials-sec .quote-left {
    font-family: "Times New Roman", Times, serif;
    font-size: 60px;
    line-height: 50px;
    color: #bfaa47;
    display: inline-block;
}
/*==New auto height Testimonials Section==*/

/*==Table2==*/
.table2 {
    border-color: #ffffff;
}

    .table2.table > thead > tr > th {
        font-weight: 500;
        background: #ce2027;
        color: #fff;
    }

    .table2.table > tbody > tr > td {
        background: #dcdcdc;
    }

    .table2.table > tfoot > tr > td {
        font-weight: 500;
        background: #202020;
        color: #fff;
    }

    .table2 > thead > tr:nth-of-type(2n+1) > th:nth-child(1) {
        border-radius: 8px 0 0 0;
    }

    .table2 > thead > tr:nth-of-type(2n+1) > th:last-child {
        border-radius: 0 8px 0 0;
    }

    .table2 > tfoot > tr:nth-of-type(2n+1) > td:nth-child(1) {
        border-radius: 0 0 0 8px;
    }

    .table2 > tfoot > tr:nth-of-type(2n+1) > td:last-child {
        border-radius: 0 0 8px 0;
    }

    .table2 tr th:first-child, .table2 tr td:first-child {
        text-align: center;
    }

/*==Blog Pages==*/
.blog-post {
    position: relative;
    height: 100%;
}

.post-style1 .post-header {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.post-header.dark {
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    padding: 3px 25px 4px 25px;
}

    .post-header.dark .post-title a {
        color: #fff;
    }

.post-header .post-title.fs-18 {
    font-size: 18px !important;
    line-height: 22px !important;
    margin-bottom: 5px;
}

.post-header .post-title a {
    color: #000;
}

.post-header .post-title:hover a {
    color: #ce0018;
}

.blog-post .post-media {
    overflow: hidden;
    height: 100%;
}

.blog-post .post-header h1 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.blog-post .post-header h2 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.post-style3.blog-post .post-header h2 {
    font-size: 15px;
    line-height: 17px;
}

.blog-post .post-categorie, .blog-post .post-date {
    font-size: 12px;
}

.blog-post .post-categorie {
    text-transform: uppercase;
    color: #c0aa45;
}

.blog-post .post-date {
    color: #797979;
    font-weight: 500;
}

.blog-post .dark .post-date {
    color: #ffffff;
}

.blog-post .post-date .date {
    color: #000000;
}

.post-style1.blog-post .post-date .date {
    color: #e7d783;
}

.post-media .media-cover {
    box-sizing: border-box;
    object-fit: cover;
}

.main-post1 {
    height: 100%;
}

    .main-post1 .post-media {
        width: 100%;
        height: 100%;
    }

.post-style2 .blog-img {
    margin-bottom: 8px;
}

.post-style3 {
    display: flex;
    flex-direction: row;
    align-items: stretch !important;
}

    .post-style3 .blog-img {
        width: 105px;
        flex-shrink: 0; /* Prevent shrinking */
    }

    .post-style3 .post-header {
        flex-grow: 1;
        flex-shrink: 1;
        padding-left: 12px;
        padding-top: 0;
        display: flex;
        flex-direction: column;
    }

.blog-details .blog-img {
    margin-bottom: 10px;
}

.blog-details.blog-post .post-header h2 {
    font-size: 24px;
    line-height: 30px;
}

.categorie-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .categorie-list li {
        border-bottom: 1px solid #dedede;
        position: relative;
    }

        .categorie-list li:before {
            content: "\f105";
            font: normal 15px/1 FontAwesome;
            color: #000;
            position: absolute;
            left: 0;
            top: 50%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .categorie-list li a {
            color: #000000;
            padding: 13px 5px 13px 20px;
            display: block;
        }

    .categorie-list .badge {
        font-size: 14px;
        font-weight: 500;
        color: #000;
    }

    .categorie-list li a:hover {
        color: #d21b22;
        text-decoration: none;
    }

        .categorie-list li a:hover .badge {
            background: #eeeeee;
        }

.rmore {
    font-weight: 500;
    color: #c0aa45;
}

    .rmore:hover {
        color: #ce0018;
    }

/*==Media Query==*/
@media screen and (max-width:1399px) {
    .navcustom .nav-link {
        padding: 18.75px 18.5px !important;
        color: #e7d783 !important;
    }

    .post-header.dark {
        padding: 3px 15px 4px;
    }
}

@media screen and (max-width:1199px) {
    h1 {
        font-size: 30px;
    }

    .navcustom .navbar-brand {
        margin-top: 10px;
    }

        .navcustom .navbar-brand .logo {
            margin-bottom: -30px;
            max-width: 380px;
        }

    .user-search-sec {
        padding: 10px 0;
    }

        .user-search-sec .hdr-user-sec {
            margin-bottom: 14px;
        }

    .navcustom .navbar-nav {
        font-size: 14px;
        font-weight: 600;
    }

    .navcustom .nav-link {
        padding: 18.75px 10px !important;
    }

    .banner .left-gradiation, .banner .right-gradiation {
        width: 50%;
    }
}

@media screen and (max-width:991px) {
    .navcustom .navbar-brand {
        margin: 10px 0;
    }

        .navcustom .navbar-brand .logo {
            max-width: 350px;
            margin-bottom: 0;
        }

    .searchbar {
        margin-top: 25px;
    }

    .user-search-sec {
        min-width: 280px;
    }

    .navrow {
        display: flex;
        padding: 10px 0;
        width: 100%;
    }

        .navrow .container {
            position: relative;
        }

    .navcustom .navbar-toggler {
        margin-top: 0;
    }

    .navcustom .navbar-nav {
        font-size: 12.5px;
        font-weight: 500;
    }

    .navcustom .nav-link {
        padding: 10px 3.5px !important;
    }

        .navcustom .nav-link::before, .navcustom .nav-item.active .nav-link::before {
            display: none;
        }

    .navcustom .navbar-toggler:focus {
        box-shadow: none;
    }

    .banner-content {
        font-size: 28px;
    }

    .banner .btm-content p {
        font-size: 15px;
        line-height: 18px;
    }

    .banner .btm-content .btn1 {
        font-size: 20px;
        line-height: 30px;
    }

    .ftr-top .list1 {
        margin-left: 0px;
    }

    .ftr-top .list1 {
        margin-left: 0px;
    }

    .ftr-logo {
        width: 70px;
    }

    .ftr-top .address .title {
        display: none;
    }

    .ftr-top .address .icon {
        display: inline-block;
    }

    .step-img {
        max-width: 300px;
    }

    .testimonials-sec .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1.5rem;
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }

    .testimonials-sec .client-details {
        font-size: 18px;
        line-height: 22px;
    }
    /*.main-post1 .post-media .media-cover{*/
    .post-media .media-cover {
        position: relative;
    }

    .blog-post .post-media.ratio-1x1, .blog-post .post-media.ratio-16x9 {
        --bs-aspect-ratio: normal;
    }
}

@media(max-width:768px) {
    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    .navcustom .navbar-brand {
        margin: 5px 0;
    }

    .user-search-sec {
        padding: 7px 0;
    }

    .navcustom .navbar-brand .logo {
        max-width: 300px;
    }

    .navcustom .logo-user-search-sec {
        display: flex;
        flex-direction: column;
    }

    .navcustom .navbar-nav .dropdown-menu.show {
        display: inline-block;
    }

    .navcustom .dropdown-menu.dropdown-submenu {
        position: relative;
        left: 0;
        background: #F1F1F1;
        border: 0;
        display: block;
    }

    .navcustom .dropdown-submenu > li .dropdown-item {
        border-bottom: 1px solid #cdcdcd;
    }

    .navcustom .dropdown-submenu > li:hover > .dropdown-item {
        color: #000000;
        background: #dfdfdf;
        border-bottom: 1px solid #cdcdcd;
    }

    .navcustom .dropdown-submenu li:first-child a {
        border-radius: 0;
    }

    .navcustom .dropdown-submenu .dropdown-item::before {
        display: none;
    }

    .user-search-sec .hdr-user-sec {
        margin-bottom: 5px;
    }

    .hdr .searchbar {
        margin-top: 0;
    }

    .banner .left-gradiation {
        width: 40%;
    }

    .banner .right-gradiation {
        width: 40%;
    }

    .banner-content h1 {
        font-size: 30px;
        line-height: 36px;
    }

    .banner-content p {
        font-size: 16px;
        line-height: 23px;
    }

    .banner-content .btn1 {
        font-size: 16px;
        padding: 7px 25px;
    }

    .inner-banner .banner-content h1 {
        font-size: 50px;
        line-height: 55px;
    }

    .sec1 {
        padding: 70px 0;
    }

    .ser-list1 {
        max-width: none;
    }

    .card1 .card-img {
        margin-bottom: 15px;
    }

    .newsletter-sec {
        padding: 70px 0;
    }

        .newsletter-sec h1 {
            font-size: 35px;
        }

    .ftr-top .bdr-rgt {
        border-right: 0;
    }

    .rgt-bdr::after {
        display: none;
    }

    .img1, .img2 {
        max-width: none;
    }
}

@media screen and (max-width: 575px) {
    .newsletter-sec .btn1 {
        font-size: 16px;
    }

    .banner .container {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }

    .banner-content h1 {
        font-size: 22px;
        line-height: 28px;
    }

    .banner-content p {
        font-size: 15px;
        line-height: 22px;
    }

    .inner-banner .container {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .inner-banner .banner-content h1 {
        font-size: 45px;
        line-height: 50px;
    }

        .inner-banner .banner-content h1 span {
            font-size: 25px;
            line-height: 20px;
        }

        .inner-banner .banner-content h1 sup {
            font-size: 25px;
            top: -0.45em;
        }

    .newsletter-sec h1 {
        font-size: 25px;
    }

    .ftr-top .bdr-lft {
        border-left: none;
    }

        .ftr-top .bdr-lft::after {
            display: none;
        }

    .sec1 {
        padding: 50px 0;
    }

    .testimonials-sec .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 1.5rem;
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }

    .blog-post .post-header.dark h1 {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .navcustom .dropdown-menu .dropdown-submenu {
        position: relative;
        left: 0;
    }

    .inner-banner .banner-img {
        height: 150px;
        max-width: inherit;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-left: 50%;
    }

    .inner-banner .banner-content h1 {
        font-size: 35px;
        line-height: 40px;
    }
}

.appcard1 {
    border-radius: 15px;
}

    .appcard1.box-shadow {
        border: 0;
        box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
    }

    .appcard1 .card-body {
        padding: 25px;
        color: #535352;
    }

.main-wrapper {
    min-height: calc(100% - 295px);
    display: flex;
    flex-direction: row;
}

    .main-wrapper.top-btm-pd {
        padding: 80px 0;
    }

.graybg {
    background: #eaeaea;
}
