@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    padding: 0;
    margin: 0;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
}

:root {
    --primary-color: #2F3092;
    --secondary-color: #ED1B24;
    --matte-black: #333333;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

hr {
    margin: 0;
    opacity: 1;
    background-color: #ddd;
}

a,
a:hover {
    text-decoration: none;
    color: var(--primary-color);
    transition: all 0.3s ease;
}

p {
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 1.8;
    color: var(--matte-black);
    font-weight: 400;
    margin-bottom: 10px
}

.p-60 {
    padding: 60px;
}

.p-80 {
    padding: 80px;
}

.p-100 {
    padding: 100px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.px-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.px-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.px-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.text {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 15px;
}

section {
    position: relative;
}

.btn-page {
    padding: 10px 50px;
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    font-style: normal;
    font-weight: 600;
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 5px;
    color: #fff;
    text-transform: capitalize;
    transition: all 0.3s ease-in;
}

.btn-page i {
    vertical-align: middle;
    font-size: 18px;
    margin-left: 6px;
}

.btn-page:hover {
    background-color: transparent;
    color: var(--primary-color);
}

.btn-page.red-btn {
    padding: 8px 30px;
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    color: #fff;
}

.btn-page.red-btn i {
    vertical-align: middle;
    margin-left: 10px;
}

.btn-page.red-btn:hover {
    background: transparent;
    color: var(--secondary-color);
}

.owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 4px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #2f3092;
}

/* header */
.main-header {
    box-shadow: 0px 0px 8px 1px #dfdfdf
}

.main-header .logo-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #ddd;
    padding: 10px 15px 10px 50px
}

.main-header .logo-box img {
    height:100px;
    object-fit: contain
}

.main-header .header-lower {
    display: flex;
    align-items: stretch;
    position: relative;
    padding: 0 50px 0 30px;
}

.main-header .header-lower .main-box {
    margin-left: auto;
}

.main-header .header-lower .btn-header {
    margin: auto 0;
}

.main-header .header-lower .btn-header .btn-page {
    padding: 8px 30px;
    border-radius: 100px;
}

.main-header .top-header {
    border-bottom: 1px solid #ddd;
    padding: 10px 50px 10px 30px
}

.main-header .top-header .contact-info {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px
}

.main-header .top-header .contact-info li {
    position: relative;
    padding-left: 25px
}

.main-header .top-header .contact-info li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 24px;
    vertical-align: middle;
    color: var(--secondary-color);
    font-weight: 500
}

.main-header .top-header .contact-info li a {
    color: var(--matte-color);
    font-weight: 400;
    font-size: 14px
}
.main-header .top-header .contact-info li:hover{
    color: #2f3092;
}
.main-header .top-header .contact-info li:hover i{
    color: #2f3092;

}
.main-header .top-header .social-media {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px
}

.main-header .top-header .social-media li {
    position: relative
}

.main-header .top-header .social-media li a {
    width: 30px;
    height: 30px;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 18px;
    padding: 10px;
    transition: all .3s ease
}

.main-header .top-header .social-media li a:hover {
    background-color: transparent;
    color: var(--primary-color)
}

.main-header .main-box .navbar-nav {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row
}

.main-header .main-menu ul li {
    margin-right: 15px;
    position: relative
}

.main-header .main-menu ul li a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: var(--matte-color);
    display: block;
    padding: 20px 0;
    text-transform: capitalize
}

.main-header .main-menu ul li.current_page_item a {
    color: var(--primary-color)
}

.main-header .main-box .navbar-nav li.menu-item-has-children>a {
    padding-right: 20px
}

.main-menu .navigation>li.menu-item-has-children a:after {
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -8px;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    font-weight: 900;
    color: #666;
    z-index: 5
}

.main-menu .navigation>li.menu-item-has-children ul li a:after {
    content: unset
}

.main-menu .navigation>li>ul {
    position: absolute;
    top: 100%;
    left: -15px;
    background-color: #fff;
    border-radius: 2px;
    padding: 0;
    opacity: 0;
    z-index: 999;
    width: max-content;
    min-width: 250px;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -ms-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, .2);
    -o-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, .2);
    box-shadow: 0px 7px 10px -1px rgb(0 0 0/20%);
    visibility: hidden
}

.main-menu .navigation>li.menu-item-has-children ul>li>a {
    padding: 8px 14px !important;
    display: block;
    line-height: 25px !important;
    color: #454545;
    transition: all .5s ease
}

.main-menu .navigation>li.menu-item-has-children ul>li>a:hover {
    padding-left: 46px !important;
    background: var(--primary-color);
    color: #fff !important
}

.main-menu .navigation>li.menu-item-has-children ul>li>a:before {
    position: absolute;
    content: "\f061";
    left: 30px;
    right: inherit;
    top: 8px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    transition: .5s;
    opacity: 0;
    color: #fff !important;
    transition: all .5s ease
}

.main-menu .navigation>li.menu-item-has-children>ul>li>a:before {
    position: absolute;
    content: "\f061";
    left: 30px;
    right: inherit;
    top: 8px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    transition: .5s;
    opacity: 0;
    color: #3f3f3f;
    transition: all .5s ease
}

.main-menu .navigation>li.menu-item-has-children ul>li>a:hover:before {
    opacity: 1
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px inset #d4d4d459;
    display: block
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: 0 inset #454545
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 100%;
    background-color: #fff;
    border-radius: 2px;
    padding: 0;
    width: max-content;
    min-width: 200px;
    margin-top: -40px;
    opacity: 0;
    z-index: 999;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -ms-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, .2);
    -o-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, .2);
    box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, .2)
}

.main-menu .navigation>li.menu-item-has-children:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0px);
    transform: translate(0px)
}

.main-menu .navigation li.menu-item-has-children ul>li.menu-item-has-children:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0px);
    transform: translate(0px)
}

.main-menu .navigation>li.menu-item-has-children ul>li {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    border-bottom: 1px inset #d4d4d459;
    display: block
}
.main-header .main-menu ul li.contactbtn a{
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    font-style: normal;
    font-weight: 600;
    background: var(--primary-color);
    border: 2px solid var(--primary-color);    
    color: #fff;
    text-transform: capitalize;
    transition: all 0.3s ease-in;
    padding: 8px 30px;
    border-radius: 100px;
}

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    z-index: 99;
    background: rgba(255, 255, 255, .952941);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 9999;
    visibility: visible;
    border-bottom: 2px solid #253674
}

.sticky-header .main-box {
    display: flex;
    align-items: stretch;
    gap: 20px;
    padding-left: 0 !important
}

.sticky-header .main-box .logo-box {
    border: 0;
    max-width: 200px;
    padding: 10px
}

.sticky-header .main-box .logo-box img {
    height: 50px;
}

.sticky-header .main-box .main-menu {
    margin-left: auto
}

.sticky-header .main-menu ul li {
    height: 100%;
    display: flex;
    align-items: center
}

.mobile-header {
    position: relative;
    padding: 13px 15px;
    display: none;
    z-index: 99
}

.mobile-header:after {
    display: table;
    clear: both;
    content: ""
}

.mobile-header .logo {
    position: relative;
    float: left;
    margin: 0;
    padding: 0 !important;
    left: 0
}

.mobile-header .logo img {
    max-height: 50px
}

.mobile-header .nav-outer {
    position: relative;
    float: right;
    margin-left: auto
}

.mobile-header .outer-box {
    position: relative;
    float: right
}

.mobile-header .search-box {
    margin: 0
}

/* header end */
/* page title */
.page-title {
    text-align: center;
    margin-bottom: 40px;
}

.page-title .sub-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--primary-color);
}

.page-title .title {
    font-size: 34px;
    line-height: 1.5;
    font-weight: 600;
    color: var(--primary-color);
}

.page-title .title span {
    color: var(--secondary-color);
}

.page-title p {
    color: var(--matte-black);
    font-weight: 500;
    margin: 0;
}

/* content grid */
.content-grid {
    padding: 60px 0;
}

.content-grid .content-body .title {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.content-grid .content-body .heading {
    font-size: 34px;
    line-height: 1.5;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.content-grid .content-body .heading span {
    color: var(--secondary-color);
}

.about-section .grid-image {
    width: 100%;
    /* height: 100%; */
    object-fit: contain;
    position: sticky;
    top: 10%;
}

.content-grid .grid-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;

}
.content-grid.about-section{
    background-color: #f1f1f1;
}
.content-grid.about-section .btn-group {
    align-items: center;
}

.content-grid.about-section .btn-group .btn-page {
    margin-right: 20px;
}

.content-grid.about-section .btn-group .helpline {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
}

.content-grid.about-section .btn-group .helpline:hover {
    color: #ed1b24;
}

/* home banner*/
.main-banner{
    padding: 120px 0px 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
height: 500px;
position:relative;
}

.main-banner h6{
    color: #ee5539;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}
.main-banner h1{
    color: var(--primary-color);
    font-size: 34px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
}
.main-banner .btn-group{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px !important;
    flex-wrap: wrap;


}
.main-banner .btn-group .btn-page{
    padding: 10px 26px;

}
.home-banner .home-slider {
    border-radius: 20px;
    overflow: hidden;
}
.home-banner{
    padding-top: 40px ;
}
.home-banner .home-slider .banner-area {
    width: 100%;
    height: 100%;
    padding: 60px 80px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.home-banner .home-slider .banner-area .banner-content h6 {
    color: #111111;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 5px;
}

.home-banner .home-slider .banner-area .banner-content h1,
.home-banner .home-slider .banner-area .banner-content h2 {
    color: var(--primary-color);
    font-size: 34px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
}

.home-banner .home-slider .banner-area .banner-content p {
    color: #3E3A39;
}

.home-banner .home-slider .banner-area .banner-content .btn-group .btn-page {
    border-radius: 100px;
    background-color: #fff;
    color: var(--primary-color);
    padding: 10px 30px;
    border-color: #fff;
    border: 1px solid transparent;
}

.home-banner .home-slider .banner-area .banner-content .btn-group .btn-page:hover {
    color: #ed1b24;
    border: 1px solid #ed1b24;
    transition: all 0.5s ease-in-out;

}

.home-banner .home-slider .banner-area .sidebar-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-banner .home-slider .banner-area .sidebar-image img {
    width: 100%;
    max-width: 350px;
    height: auto;
    object-fit: contain;
}

/* whyjoin*/
.whyjoin-section {
    padding: 60px 0;
}

.whyjoin-section .whyjoin-card {
    border-radius: 10px 10px 0 10px;
    background: #FFF;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.20);
    padding: 30px 20px 40px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.whyjoin-section .whyjoin-card .icon {
    position: absolute;
    right: 15px;
    top: 20px;
}

.whyjoin-section .whyjoin-card .icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.whyjoin-section .whyjoin-card h4 {
    font-size: 26px;
    font-weight: 600;
    color: var(--primary-color);
    line-height: 1.5;
}

.whyjoin-section .whyjoin-card h6 {
    font-size: 16px;
    font-weight: 600;
    color: var(--secondary-color);
    line-height: 1.5;
    margin-bottom: 10px;
    padding-right: 50px;
}

.whyjoin-section .whyjoin-card p {
    margin: 0;
    padding-right: 40px;
}

.whyjoin-section .whyjoin-card .number {
    position: absolute;
    right: -35px;
    bottom: -35px;
    width: 100px;
    height: 100px;
    padding-bottom: 20px;
    padding-right: 20px;
    border-radius: 100px;
    background-color: var(--secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.whyjoin-section .whyjoin-card .number span {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

/* video Gallery */
.video-section {
    position: relative;
    padding: 60px 0
}

.video-section .items {
    padding: 20px 8px;
}

.video-section .card-video {
    border-radius: 10px;
    border: 1px solid #F1F1F1;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.20);
    height: 100%;
    overflow: hidden;
}

.video-section .card-video .videoThumb {
    display: block;
    position: relative;
    height: 180px;
    overflow: hidden;
}

.video-section .card-video .videoThumb a {
    position: relative;
    display: block;
    height: 100%;
    width: 100%
}

.video-section .card-video .videoThumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.video-section .card-video .videoThumb a:before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.05);
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: .5s
}

.video-section .card-video .videoThumb a i {
    font-size: 30px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: var(--secondary-color);
    z-index: 9;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 2px solid var(--secondary-color);
    margin: auto;
    transform: scale(1);
    transition: .5s
}

.video-section .card-video .videoThumb a i:hover {
    border: 1px solid var(--secondary-color);
    background-color: #fff;
    color: var(--secondary-color);
}

.video-section .card-video .content-card h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    color: var(--secondary-color);
    border-radius: 4px;
    background: rgba(237, 27, 36, 0.10);
    display: inline-block;
    padding: 8px 15px;
    margin-bottom: 12px;
}

.video-section .card-video .content-card {
    padding: 20px 15px;
}

.video-section .card-video .content-card h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    color: var(--matte-black);
    margin-bottom: 10px;
}

/* testimonial */
.testimonial-section {
    padding: 60px 0;
}

.testimonial-section .testimonial-card {
    border-radius: 10px;
    border: 2px solid rgba(33, 86, 146, 0.20);
    background: rgba(33, 86, 146, 0.05);
    padding: 30px;
}

.testimonial-section .testimonial-card h4 {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 600;
}

.testimonial-section .testimonial-card ul {
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 5px 0 15px;
}

.testimonial-section .testimonial-card ul li i {
    color: #FBB204;
    margin-right: 4px;
}

.testimonial-section .testimonial-card p {
    margin: 0;
}

.testimonial-section .countGoogle {
    padding: 7px 15px;
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #DDD;
    background: #FFF;
}

.testimonial-section .countGoogle img {
    height: 26px;
    margin-right: 10px
}

.testimonial-section .countGoogle h4 {
    padding-left: 10px;
    border-left: 1px solid #ddd;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0
}

.testimonial-section .countGoogle h4:hover{
   
    color: #2f3092;
}

.testimonial-section .googleViewbtn {
    display: inline-flex;
    column-gap: 10px;
    padding: 7px 25px;
    font-size: 14px;
    font-weight: 800;
    color: var(--primary-color);
    background: #fff;
    border: 1px solid var(--primary-color);
    border-radius: 100px;
    margin: auto;
    align-self: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    line-height: 1.2;
    margin: 0
}

.testimonial-section .googleViewbtn img {
    width: 25px;
    height: 25px
}

.testimonial-section .googleViewbtn:hover {
    background-color: var(--primary-color);
    color: #fff !important
}

.morecontent span {
    display: none;
}

.morecontent .morelink-2 {
    font-weight: 500;
    font-size: 16px;
}

.morecontent .morelink-2 i {
    margin-left: 5px;
    font-size: 14px;
}

/* stats */
.stats-section {
    background: rgba(237, 27, 36, 0.10);
    padding: 60px 0;
}

.stats-section .stats-card {
    text-align: center;
}

.stats-section .stats-card .icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 15px;
}

.stats-section .stats-card h6 {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

.stats-section .stats-card h6:hover {
    color: #ed1b24;

}

.stats-section .stats-card p {
    margin: 0;
    font-weight: 500;
}

/* certificate  */
.certificate-section {
    padding: 60px 0;
}

.certificate-section .certificate-box {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.20);
}

.certificate-section .certificate-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* footer */
.footer {
    border-top: 2px solid #2F3092;
    background: #FFF;
}

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

.footer .footer-section .footer-content {
    border-right: 1px solid #ddd;
    padding-right: 50px;
}

.footer .footer-section .footer-content .logo img {
    height: 80px;
    object-fit: contain;
    margin-bottom: 20px;
}

.footer .footer-section .footer-content p a {
    color: #777;
    font-weight: 500;
}

.footer .footer-section .footer-content h6 {
    color: var(--matte-black);
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0;
}

.footer .footer-section .footer-content ul {
    display: inline-flex;
    align-items: flex-start;
    gap: 15px;
}

.footer .footer-section .footer-content ul li a {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-color: var(--primary-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border: 1px solid transparent;
}
.footer .footer-section .footer-content ul li a:hover{
    background-color: #fff;
    border: 1px solid var(--primary-color);
    color: var(--primary-color); ;

}
.footer .footer-section .title-footer {
    font-size: 18px;
    color: var(--secondary-color);
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 15px;
}

.footer .footer-section .contact-footer {
    padding-left: 50px;
}

.footer .footer-section .contact-footer .phoneno {
    color: var(--secondary-color);
    font-size: 26px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.footer .footer-section .contact-footer .phoneno:hover {
    color: #2c318d;

}
.footer .footer-section .contact-footer ul{
    padding-left: 30px;
}
.footer .footer-section .contact-footer ul li {
    list-style: disc;
    color: #666;
    margin-bottom: 10px;
}
.footer .footer-section .contact-footer ul li::marker{
    color: #ed1b24;
}

.footer .footer-section .footer-links ul li {
    margin-bottom: 15px;
}

.footer .footer-section .footer-links ul li a {
    color: var(--matte-black);
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}

.footer .footer-section .footer-links ul li a:hover {
    color: var(--secondary-color);
}

.footer .footer-bootom {
    background-color: var(--primary-color);
    padding: 8px 0;
}

.footer .footer-bootom .copyright {
    margin: 0;
    color: #fff;
    text-align: center;
}

.footer .footer-bootom .copyright span,
.footer .footer-bootom .copyright a {
    color: #fff;
    font-weight: 600;
}

.footer .footer-bootom ul {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 15px;
}

.footer .footer-bootom ul li a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.8;
}

/* product details */
.product-details {
    padding: 60px 0;
}

.product-details .product-list-card {
    padding: 40px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
}

.product-details .product-list-card .product-image img {
    height: 200px;
    object-fit: contain;
    width: 100%;
}

.product-details .product-list-card .content h6 {
    color: var(--matte-black);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 5px;
}

.product-details .product-list-card .content h4 {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 15px;
}

.product-details .product-list-card .content h4 span {
    font-weight: 600;
}

.product-details .product-list-card .content .btn-page {
    background-color: #39CB74;
    border-radius: 100px;
    padding: 8px 15px;
    border-color: #39CB74;
    font-size: 14px;
}

.product-details .product-list-card .content .btn-page i {
    font-size: 20px;
    margin-left: 3px;
}

.product-list-card.product-two {
    display: block;
}

.product-list-card.product-two .product-image img {
    height: 140px;
}

.product-list-card.product-two .content h4 {
    margin: 0;
}

.product-list-card.product-three {
    padding: 20px;
}

.product-list-card.product-five {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: space-between;
}
.product-details .product-five h4{
margin-bottom: 0px !important;
}
.product-details .product-five .btn-page{
margin-top: 24px;
}
.product-list-card.product-five .product-image img {
    height: 360px;
}

/* product categories */
.categories-slider .owl-stage{
    display: flex;
    justify-items: stretch;
}
.categories-slider .owl-item{
    padding:10px 0;
}
.product-categories {
    padding: 60px 0;
}

.nav-tabs.category-tab {
    border: 0;
    justify-content: center;
    margin-bottom:25px;
}

.nav-tabs.category-tab .nav-item {
    padding:0 10px;
}
.nav-tabs.category-tab .nav-item{
    height: 100%;
}
.nav-tabs.category-tab .nav-item .nav-link {
    border-radius: 10px;
    background: #fff;
    padding: 10px 10px;
    border: 1px solid #edf4f6;   
    box-shadow: 0 0 7px 0 rgba(0,0,0,.14);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}

.nav-tabs.category-tab .nav-item .nav-link.active {
    background: #184363;
    color: #fff;
    border-color: #184363;
}
.nav-tabs.category-tab .nav-item .nav-link img{
    width: 115px;
    height: 115px;
    border-radius: 10px;    
    margin-bottom: 10px;
}
.nav-tabs.category-tab .nav-item .nav-link h6{
    font-size: 16px;
    font-weight: 600;
    color: #184363;
}
.nav-tabs.category-tab .nav-item .nav-link.active h6{
    color: #fff;
}
.categories-slider .owl-nav button.owl-next,
.categories-slider .owl-nav button.owl-prev
{
    position: absolute;
    top: 35%;
}
.categories-slider .owl-nav button.owl-next{
    right: -45px;
}
.categories-slider .owl-nav button.owl-prev{
    left: -45px;
}
.categories-slider .owl-nav button span{
    display: none;
}
.categories-slider .owl-nav button.owl-next::before{
    content: "\ea50";
    font-family: boxicons!important;
    background-color: rgb(237 27 36 / 62%);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 100;
    color: #fff;
    line-height: 1;
    transition: all 0.3s ease-in;
}
.categories-slider .owl-nav button.owl-prev::before{
    content: "\ea4d";
    font-family: boxicons!important;
    background-color: rgb(237 27 36 / 62%);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 100;
    color: #fff;
    line-height: 1;
    transition: all 0.3s ease-in;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background-color: transparent;
}
.owl-theme .owl-nav [class*=owl-]:hover::before{
    background-color: var(--secondary-color);
}
.product-card {
    width: 100%;
    position: relative;
}

.product-card .image {
    width: 100%;
    height: 220px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #f6f5fa;
}

.product-card .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-card .content {
    padding: 20px 10px;
    text-align: start;
}

.product-card .content h6 {
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.product-card .content h4 {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 5px;
}

.product-rating {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 15px;
}

.product-rating ul {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 3px;
}

.product-rating .woocommerce li {
    padding-left: 0px !important;
    margin-bottom: 0px !important;
}

.product-rating .woocommerce li::before {
    content: none !important;
}

.product-rating ul li i {
    font-size: 16px;
    color: #FFAC33;
}

.product-rating .total-rating {
    color: #6B6B6B;
    font-size: 13px;
    font-weight: 500;
    margin-left: 5px;
}

.product-rating .woocommerce .star-rating span::before {
    color: #FFAC33 !important;
}

.product-rating .ratingValue {
    display: none;
}

.product-card .content .btn-page {
    border-radius: 100px;
    background: #EDF4F6;
    border-color: #EDF4F6;
    color: var(--primary-color);
    border: 1px solid transparent;
    padding: 10px 30px;
}

.product-card .content .btn-page:hover {
    border: 1px solid #ed1b24;
    color: #ed1b24;
    background-color: #fff;
}

/* section banner */
.section-banner {
    width: 100%;
    min-height: auto;
    padding:55px 0;
    background-position:top center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    align-items: center;
}

.section-banner .banner-content {
    text-align: center;
}

.section-banner .banner-content h6 {
    color: #184363;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}

.section-banner .banner-content h1 {
    color: #184363;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 5px;
}

.section-banner .banner-content p {
    font-size: 500;
}

/* product page */
.product-page {
    padding: 80px 0;
}

.product-page .product-img {
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 20px;
    background-color: #f6f5fa;
    padding: 10px;
}

.product-page .product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-page .product-content h3 {
    color: #333;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
    /* 76.19% */
}

.product-page .product-content hr {
    margin: 12px 0;
}

.product-page .product-content h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #333;
    margin-bottom: 15px;
}

.product-page .product-content .specification {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-page .product-content h4{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom:20px;
}
.product-page .product-content ul li {
    font-size: 16px;
    font-weight: 400;
    color:var(--matte-black);
    position: relative;
    padding-left: 40px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.product-page .product-content p {
    color: var(--matte-black);
}

.product-page .product-content strong {
    color: #333;
    font-weight: 600;
}

.product-page .product-content ul li:before {
    color: var(--secondary-color);
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    left: 14px;
    top: 0;
    bottom: 0
}

.product-page .product-content .specification ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.product-page .product-content .specification ul li {
    display: flex;
    justify-content: start;
    padding: 0px 0;
    width: 100%;
    margin-bottom: 20px;
}

.product-page .product-content .specification ul li::before {
    content: none;
}

.product-page .product-content .specification ul li span {
    width: auto;
    font-size: 16px;
    font-weight: 500;
    color: #7F7F7F;
}

.product-page .product-content .specification ul li span:last-child {
    text-align: start;
    color: #444;
    font-weight: 600;
    width: auto;
    padding-left: 30px;
}

.form-product {
    background: #fff;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, .2);
    border-radius: 10px;
    position: relative;
    max-width: 370px;
    padding: 30px;
    overflow: hidden;
    margin-left: auto;
}

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

.form-product .form-heading h4 {
    color: var(--matte-black);
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
}

.form-product .form-heading p {
    color: #666;
    font-weight: 500;
}

.form-box p {
    margin: 0;
    position: relative;
    width: 100%;
}

.form-box label {
    font-size: 14px;
    font-weight: 500;
    color: var(--matte-black);
}

.form-box .input-group-text {
    background: 0 0;
    border: 0;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    bottom: 0;
    height: 45px
}

.form-box .form-control {
    width: 100%;
    background: #f8fafb;
    border: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(27, 35, 54, .75);
    height: 45px;
    margin: 0;
    border-radius: 5px !important;
    border: 1px solid #DDD;
    background: #F8FAFB;
    padding: 10px 10px 10px 45px
}

.form-box textarea.form-control {
    height: 100px;
}

.form-box .form-control:focus {
    box-shadow: none;
    outline: none
}

.form-box .btn-page {
    padding: 14px 30px;
    width: 100%;
    border-radius: 5px;
}

/* Review product */
.cardProduct-review {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.20);
    padding: 35px;
}

.review-product {
    padding: 20px 0 10px;
    margin-bottom: 0 !important;
}

.review-product .rating-card {
    text-align: start;
    padding-left: 40px;
    border-left: 1px solid #ddd;
    height: 100%;
}

.review-product .rating-card h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: var(--matte-black);
    margin-bottom: 15px;
}

.review-product .rating-card h3 {
    font-weight: 600;
    font-size: 34px;
    line-height: 44px;
    color: var(--matte-black);
}

.review-product .rating-card p {
    color: #9c9ea8;
}

.review-product .rating-card .average-rating {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.review-product .rating-card .average-rating .product-rating h3 {
    margin-right: 15px;
}

.review-product .rating-card .average-rating .woocommerce .star-rating {
    font-size: 18px;
}

.review-product .rating-progressbar {
    padding: 0;
}

.review-product .rating-progressbar li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.review-product .progress {
    width: 65%;
    height: 8px;
    background: transparent;
    border-radius: 100px;
}

.review-product .progress .progress-bar {
    background-color: #f1c40f;
    border-radius: 10px;
}

.review-product .rating-no {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.review-product .total-review {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #000;
}

.review-product .rating-progressbar li:nth-child(2) .progress-line {
    width: 50%;
}

.review-product .rating-progressbar li:nth-child(3) .progress-line {
    width: 40%;
}

.review-product .rating-progressbar li:nth-child(4) .progress-line {
    width: 30%;
}

.review-product .rating-progressbar li:nth-child(5) .progress-line {
    width: 20%;
}

/* .review-message.display-none{
    display: none;
} */
.cardProduct-review .show-more-btn {
    background: transparent;
    border: 0;
    color: var(--primary-color);
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
    padding: 0;
}

.review-message .cardreview-message {
    display: flex;
    gap: 20px;
    padding: 10px 0;
}

.review-message .cardreview-message .user-icon img {
    width: 70px;
    height: 70px;
    border-radius: 5px;
}

.review-message .cardreview-message .inner-box {
    width: calc(100% - 70px);
}

.review-message .cardreview-message .inner-box .header-box {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: stretch;
    margin-bottom: 10px;
}

.review-message .cardreview-message .inner-box .header-box .user-details h6 {
    color: var(--matte-black);
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    line-height: 1.5;
}

.review-message .cardreview-message .inner-box .header-box .user-details ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 5px;
}

.review-message .cardreview-message .inner-box .header-box .user-details ul li i {
    font-size: 18px;
    color: #cfc8d8;
}

.review-message .cardreview-message .inner-box .header-box .date {
    color: #949494;
    font-size: 14px;
    font-weight: 500;
}

.review-message .cardreview-message .bottom-reply ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 20px;
}

.bx.bxs-star.star-fill {
    color: #ffbf51 !important;
}

.cardProduct-review .woocommerce-Reviews {
    padding-top: 40px;
}

.cardProduct-review .woocommerce-Reviews .woocommerce-Reviews-title {
    font-size: 26px;
    margin-bottom: 20px !important;
    font-weight: 600;
}

.cardProduct-review .woocommerce-Reviews .comment-form-rating {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 10px 0;
}

.cardProduct-review .woocommerce-Reviews .comment-form-rating p.stars {
    margin: 0 !important;
    margin-left: 10px !important;
}

.cardProduct-review .woocommerce-Reviews .comment-form-rating p.stars span {
    line-height: 1;
}

.cardProduct-review .woocommerce-Reviews .comment-form-rating .stars a {
    color: #cfc8d8;
    height: 1.2em;
    width: 1.2em;
    font-size: 20px;
}

.cardProduct-review .woocommerce-Reviews .comment-form-rating .stars a::before {
    font-size: 20px;
}

.cardProduct-review .woocommerce-Reviews .comment-form-rating .stars a.active {
    color: #FFAC33;
}

.woocommerce p.stars.selected a:not(.active)::before {
    color: #FFAC33;
}

.cardProduct-review .woocommerce-Reviews .submit {
    display: inline-block !important;
    font-size: 16px !important;
    line-height: 25px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    background: var(--primary-color) !important;
    border: 2px solid var(--primary-color) !important;
    border-radius: 5px !important;
    color: #fff !important;
    text-transform: capitalize !important;
    transition: all 0.3s ease-in !important;
    padding: 10px 30px !important;
}
.review-section.product-page .product-content h3{
    color: var(--secondary-color);
}
/* Image Gallery */
.imageGallery {
    padding: 60px 0
}

.imageGallery .galleryCard {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .05);
    overflow: hidden;
    height: 280px;
    position: relative
}

.imageGallery .galleryCard .galleryName {
    display: block;
    color: #fff;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9
}

.imageGallery .galleryCard img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.imageGallery .galleryCard .overlayer {
    width: 100%;
    height: 100%;
    background-color: #23242442;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    padding: 15px;
    transform: scale(.5);
    transition: all .4s ease-in-out
}

.imageGallery .galleryCard .overlayer i {
    font-size: 50px;
    color: #fff;
    rotate: 45deg;
    margin-bottom: 10px
}

.imageGallery .galleryCard .overlayer .content {
    background: #222;
    padding: 12px;
    border-radius: 5px;
    display: none
}

.imageGallery .galleryCard .overlayer .content h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px
}

.imageGallery .galleryCard .overlayer .content p {
    color: #fff;
    font-size: 12px;
    line-height: 1.5
}

.imageGallery .galleryCard:hover .overlayer {
    opacity: 1;
    transform: scale(1)
}

/* article blogs */
.article-blogs {
    background: url(../images/blog-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}

.article-blogs .blogs-card {
    position: relative;
    padding: 10px 10px;
    box-shadow: 0 0 10px 2px #dedede;
    border-radius: 10px;
    overflow: hidden;
}

.article-blogs .blogs-card .blog-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
}

.article-blogs .blogs-card .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.article-blogs .blogs-card .date-time {
    background-color: var(--primary-color);
    border-radius: 10px;
    padding: 10px 15px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    position: absolute;
    top: -35px;
    right: 10px;
    text-align: center;
    z-index: 999;
}

.article-blogs .blogs-card .body-content {
    padding: 30px 5px 15px;
    position: relative;
}

.article-blogs .blogs-card .body-content h4 {
    margin-bottom: 15px;
}

.article-blogs .blogs-card .body-content h4 a {
    font-size: 20px;
    font-weight: 700;
    color: var(--matte-black);
}

.article-blogs .blogs-card .body-content p {
    margin: 0;
}

/* blog details */
.blog-details {
    padding: 80px 0 60px
}

.blog-single-post {
    position: relative;
    margin-bottom: 40px
}

.blog-single-post.blog-salah .image img {
    width: auto;
    height: 500px
}

.blog-single-post .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

.blog-single-post .image img {
    width: 100%
}

.blog-single-post .lower-content {
    position: relative;
    padding: 30px;
    border: 1px solid #ebf2f3;
    border-top: 0;
    border-radius: 5px
}

.blog-single-post ul.post-meta {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    margin-bottom: 13px
}

.blog-single-post .post-meta li {
    margin-right: 15px;
    padding-right: 15px;
    font-weight: 600;
    border-right: 1px solid #ddd
}

.blog-single-post .post-meta li i {
    margin-right: 8px;
    color: var(--primary-color);
}

.blog-single-post .post-meta li:last-child {
    border-right: 0
}

.blog-single-post h1 {
    position: relative;
    font-size: 30px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #3f3f3f
}

.blog-single-post h3 {
    position: relative;
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #3f3f3f
}

.blog-single-post .text {
    margin-bottom: 40px
}

.blog-single-post .text ul {
    padding-left: 0
}

.blog-single-post .text ul li {
    list-style: none;
    margin-bottom: 10px;
    color: #3f3f3f;
    position: relative;
    padding-left: 30px
}

.blog-single-post .text ul li:before {
    color: var(--secondary-color);
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

.blog-single-post .text ol li {
    list-style: inherit;
    margin-bottom: 10px;
    color: #3f3f3f
}

.blog-single-post .text h2 {
    position: relative;
    font-size: 28px;
    line-height: 44px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h3 {
    position: relative;
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h4 {
    position: relative;
    font-size: 22px;
    line-height: 40px;
    font-weight: 600;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h5 {
    position: relative;
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h6 {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text table tr th,
.blog-single-post .text table tr td {
    border: 2px solid #ddd;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500
}

.blog-single-post .text table tr th {
    font-weight: 700
}

.blog-single-post blockquote {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    color: #565872;
    margin-bottom: 30px
}

.blog-single-post blockquote:before {
    position: absolute;
    content: '';
    top: 0;
    width: 8px;
    bottom: 0;
    background: var(--secondary-color);
    left: 0;
    border-radius: 5px
}

.widget {
    position: relative;
    margin-bottom: 50px
}

.widget_popular_post {
    position: relative;
    max-width: 350px;
    margin-left: auto
}

.widget .widget-title {
    position: relative;
    font-size: 20px;
    color: #3f3f3f;
    margin-bottom: 20px;
    font-weight: 600
}

.widget_popular_post .post-thumb {
    position: relative;
    margin-right: 15px;
    margin-bottom: 0;
    overflow: hidden
}

.widget_popular_post .post-thumb:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgb(16 34 53/59%);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
    pointer-events: none;
    transition: all .3s ease-in
}

.widget_popular_post .post-thumb:hover:before {
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 0;
    -webkit-animation: circle .75s;
    animation: circle .75s
}

.widget_popular_post .post-thumb img {
    border-radius: 5px;
    float: left;
    height: 60px;
    width: 60px;
    object-fit: cover
}

.widget_popular_post .post {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    padding-bottom: 17px;
    padding: 14px;
    border-radius: 5px
}

.widget_popular_post .post:last-child {
    margin-bottom: 0
}

.widget_popular_post .content {
    position: relative;
    width: calc(100% - 75px)
}

.widget_popular_post .content h5 {
    position: relative;
    font-size: 16px;
    margin-bottom: 3px;
    font-weight: 600;
    font-family: inherit
}

.widget_popular_post .content h5 a {
    color: #3f3f3f;
    transition: .5s
}

.widget_popular_post .content h5 a:hover {
    color: var(--secondary-color)
}

.widget_popular_post .content .post-info {
    font-size: 14px;
    color: #3f3f3f
}

.widget_popular_post .content .post-info i {
    margin-right: 4px;
    color: var(--secondary-color)
}

/* contact page */
.contact-information {
    padding: 60px 0;
}

.contact-information .card-contact {
    text-align: center;
    background: #fff;
    box-shadow: 0 0 14px 1px #e9e9e9;
    height: 100%;
    padding: 40px 15px;
    border-radius: 15px;
}

.contact-information .card-contact .icon i {
    font-size: 45px;
    margin-bottom: 15px;
    color: var(--secondary-color);
    font-weight: 100;
}

.contact-information .card-contact h4 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    color: var(--matte-black);
}

.contact-information .card-contact a {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
}

.contact-information .contat-outerbox {
    box-shadow: 0 0 14px 1px #e9e9e9;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 60px;
}

.contact-information .contat-outerbox .google-map {
    width: 100%;
    height: 100%;
}

.contact-information .contat-outerbox .google-map p {
    margin: 0;
    height: 100%;
}

.contact-information .contat-outerbox .google-map iframe {
    width: 100% !important;
    height: 100% !important;
}

.contact-information .contat-outerbox .contact-form {
    padding: 40px 20px;
}
.contact-information .contat-outerbox .contact-form h6{
    color: var(--primary-color);
}
.contact-information .contat-outerbox .contact-form h3 {
    font-size: 34px;
    line-height: 1.5;
    font-weight: 600;
    color: var(--matte-black);
}

.contact-information .contat-outerbox .contact-form .form-box .btn-page {
    padding: 10px 30px;
    width: auto;
}

/* career */
.career-section {
    padding: 80px 0;
}

.career-section .card-career {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid var(--primary-color);
    padding: 25px 25px 15px;
    box-shadow: 0 0 10px 1px #e2d6d6;
}

.career-section .card-career h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.career-section .card-career ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
    font-weight: 500;
    color: #4c4c4c;
    display: flex;
    justify-content: start;
    gap: 10px;
}

.career-section .card-career ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 20px;
    color: var(--secondary-color);
}

.career-section .card-career ul li span {
    color: var(--matte-black);
    font-weight: 600;
}

.career-section .card-career .bottom-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.career-section .card-career .bottom-card .btn-page {
    background-color: transparent;
    padding: 5px 15px;
    color: var(--primary-color);
    border: 0;
}
.career-section .card-career .bottom-card .btn-page:hover{
    color: #ed1b24;
}
.career-section .card-career .bottom-card span {
    font-size: 16px;
    font-weight: 500;
    color: #4c4c4c;
}

.career-section .card-career .bottom-card span i {
    margin-right: 8px;
    font-size: 20px;
    color: var(--secondary-color);
}

.career-post-page {
    padding: 80px 0;
    background-color: #f7f8fa;
}

.career-post-page .box-single-career {
    border-radius: 2px;
    box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .1);
    background-color: #fff;
    padding: 40px 30px;
}

.career-post-page .box-single-career h3 {
    font-size: 34px;
    line-height: 1.5;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.career-post-page .box-single-career h3 span {
    font-size: 14px;
    margin-left: auto;
    display: block;
    color: #444;
}

.career-post-page .box-single-career h3 span i {
    color: var(--secondary-color);
    font-size: 16px;
}

.career-post-page .box-single-career .list {
    display: flex;
    justify-content: start;
    align-items: stretch;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
    flex-wrap: wrap;
}

.career-post-page .box-single-career .list li {
    padding-left: 30px;
    text-align: start;
    display: flex;
    gap: 10px;
    width: 50%;
    font-weight: 500;
    color: #444;
    margin-bottom: 10px;
    position: relative;
}

.career-post-page .box-single-career .list li i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 20px;
    color: var(--secondary-color);
}

.career-post-page .box-single-career .list li span {
    font-size: 16px;
    font-weight: 600;
    color: var(--matte-black);
}

.career-post-page .box-single-career .career-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--matte-black);
    margin: 15px 0px;
}

.career-post-page .box-single-career .career-content ul {
    display: block;
    margin: 15px 0;
    border: 0;
    padding: 0;
}

.career-post-page .box-single-career .career-content ul li {
    text-align: start;
    margin-top: 10px;
    padding-left: 30px;
    position: relative;
}

.career-post-page .box-single-career .career-content ul li::before {
    content: "\ebe6";
    font-family: boxicons !important;
    font-style: normal;
    position: absolute;
    left: 0;
    font-size: 18px;
    color: var(--secondary-color);
    font-weight: 500;
    line-height: 1;
}

.career-post-page .career-form {
    border-radius: 2px;
    box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .1);
    background-color: #fff;
    padding: 40px 30px;
    max-width: 500px;
    margin-left: auto;
}

.career-post-page .career-form h3 {
    font-size: 26px;
    line-height: 1.5;
    font-weight: 600;
    color: var(--matte-black);
    margin-bottom: 15px;
}

/* boxGrid */
.boxGrid {
    padding: 60px 0;
    position: relative;
}

.boxGrid .boxcard {
    width: 100%;
    height: 100%;
    background-color: rgb(47 48 146 / 25%);
    padding: 30px 20px;
    border-radius: 10px;
    text-align: center;
}
.boxGrid .boxcard img{
    margin-bottom: 15px;
    width: 55px;
    height: 55px;
    object-fit: contain;
}

.boxGrid .boxcard h4 {
    color: #333;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.boxGrid .boxcard h4::after {
    content: " ";
    background-color: var(--secondary-color);
    width: 60px;
    height: 4px;
    display: block;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.boxGrid .boxcard p {
    margin: 0;
}

/* whatsapp */
.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 20px;
    font-weight: 500;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: auto;
    height: auto;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 50px;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

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

.btn-whatsapp-pulse span,
.btn-whatsapp-pulse i {
    position: relative;
}

.btn-whatsapp-pulse::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;
    border-radius: 50px;
    border: 5px solid #25d366;
    background-color: #25d366;
    transform: scale(1);
    opacity: 0.2;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-border {
    0% {
        transform: scale(1.02);
        opacity: 0.2;
    }

    50% {
        transform: scale(1.06);
        opacity: 0.3;
    }

    75% {
        transform: scale(1.1);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* Appointment Area */
.appointment-area {
    padding: 80px 0;
    width: 100%;
}

.appointment-area::before {
    content: " ";
    width: 100%;
    height: 70%;
    background: url(../images/appointment-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.appointment-area .container {
    position: relative;
}

.appointment-area .contact-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.appointment-area .contact-details .or-box {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #fff;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}

.appointment-area .contact-details .box-contact {
    position: relative;
    padding-left: 50px;
}

.appointment-area .contact-details .box-contact i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 2px;
}

.appointment-area .contact-details .box-contact span {
    display: block;
    color: var(--matte-black);
    font-size: 16px;
    font-weight: 600;
}

.appointment-area .contact-details .box-contact a {
    color: var(--primary-color);
    font-weight: 600;
}

.appointment-area .contact-details .box-contact a:hover {
    color: #ed1b24;
}

.appointment-area .form-box {
    border-radius: 20px;
    border: 6px solid #FFF;
    background: #FCFCFC;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.20);
    padding: 40px 30px;
}

.appointment-area .form-box .btn-page {
    width: auto;
    padding: 10px 25px;
}

.appointment-area .google-form {
    border-radius: 30px;
    border: 5px solid #FFF;
    overflow: hidden;
    height: 100%;
}

.appointment-area .google-form p {
    margin: 0;
    height: 100%;
}

.appointment-area .google-form iframe {
    width: 100% !important;
    height: 100% !important;
}

/* ............about page.......... */

.leadership{
    padding: 50px;
    text-align: center;
}
.leadership .leadershi-card{
    display: flex;
    justify-content: start;
    align-items: center;
    text-align: start;
    background: #fff;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.20);
    padding: 40px 20px;
    border-radius: 20px;
}
.leadership .leadershi-card .content{
    width: calc(100% - 200px);
}
.leadership .leadershi-card .content h6{
    margin-bottom: 20px;
}
.leadership .leadershi-card .image{
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 1px solid #ddd;
    margin:0 auto 15px;
    overflow: hidden;
}
.leadership .leadershi-card .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.leadership .leadershi-card h4{
    font-size: 24px;
    font-weight: 600;
    color: var(--primary-color);
    line-height: 1.5;
    margin-bottom: 5px;
}
.leadership .leadershi-card p{
    margin: 0;    
}
/* mission-section */
.mission-section{
    padding: 50px 0;
    background: #fff8f9;
}
.mission-section .mission-content{
    margin-bottom: 20px;
    text-align: start;
    display: flex;
    justify-content: start;
    align-items: center;
}
.mission-section .mission-content h3{
    font-size:20px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--primary-color);
}
.mission-section .mission-content .icon img{
    width: 70px;
    height: 70px;
}
.mission-section .mission-content .content{
    padding-left: 40px;
}
.about-contact{
    padding: 80px 0;
    background-image: url(../images/about-contact.jpg);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.about-contact .page-title .title{
    color: #fff;
}
.about-contact .page-title p{
    color: #fff;
    font-size: 20px;
}
.about-contact .contact-card{
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 25px;
    background-color: #2f309280;
}
.about-contact .contact-card h4{
    color: #fff;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
}
.about-contact .contact-card ul li{
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}
.about-contact .contact-card ul li i{
    position: absolute;
    left: 0;
    top: 2px;
    color: #fff;
    font-size: 20px;
}
.about-contact .contact-card ul li a{
    color: #fff;
}
.about-contact .contact-card ul li a:hover{
    color: var(--secondary-color);
}
.content-grid.ourstory ul li{
    font-size: 16px;
    font-weight: 500;
    color: #7F7F7F;
    position: relative;
    padding-left: 40px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.content-grid.ourstory ul li::before{
    color: var(--secondary-color);
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    left: 14px;
    top: 0;
    bottom: 0;
}
.content-grid.ourstory .gird-image img{
    width: 100%;
    max-width: 280px;
    height: 280px;
    opacity: 0.3;
    display: block;
    margin: auto;
}
.content-grid.ourstory .middle-line{    
    background-color: var(--primary-color);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 5px;
    height: 70%;
    display: block;
    top: 0;
    bottom: 0;
    border-radius: 5px;
}
.content-grid.ourstory .middle-line::before{
    content: "";
    background-color: var(--secondary-color);
    border: 5px solid #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
    width: 40px;
    height: 40px;
    position: absolute;
    left: -18px;
    right: 0;
    top: 50px;
    margin: auto;
    border-radius: 100%;
}
.content-grid.ourstory .middle-line::after{
    content: "";
    background-color:var(--secondary-color);
    border: 5px solid #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
    width: 40px;
    height: 40px;
    position: absolute;
    left: -18px;
    right: 0;
    bottom: 50px;
    margin: auto;
    border-radius: 100%;
}
.menu-item-has-children a[href="#mm-1"]{
    position: relative;
    border-left: 1px solid rgb(63 63 154);
}
