﻿/*@font-face {
    font-family: vazir;
    src: url(../fonts/Farsi-Digits-Without-Latin/Vazir-FD-WOL.ttf);
    font-weight: 500;
}

@font-face {
    font-family: vazir;
    src: url(../fonts/Farsi-Digits-Without-Latin/Vazir-Medium-FD-WOL.ttf);
    font-weight: 600;
}

@font-face {
    font-family: vazir;
    src: url(../fonts/Farsi-Digits-Without-Latin/Vazir-Bold-FD-WOL.ttf);
    font-weight: 700;
}*/
@font-face {
    font-family: vazir;
    src: url(../fonts/VazirFanum700.woff2);
    font-weight: 500;
}

@font-face {
    font-family: vazir;
    src: url(../fonts/VazirFanum700.woff2);
    font-weight: 600;
}

@font-face {
    font-family: vazir;
    src: url(../fonts/VazirFanum100.woff2);
    font-weight: 100;
}

@font-face {
    font-family: vazir;
    src: url(../fonts/VazirFanum700.woff2);
    font-weight: 700;
}

@font-face {
    font-family: vazir;
    src: url(../fonts/VazirFanum400.woff2);
    font-weight: normal;
}

@font-face {
    font-family: vazir;
    src: url(../fonts/VazirFanum400.woff2);
    font-weight: 400;
}


body {
    overflow-x: hidden;
    margin: 0 !important;
    padding: 0 !important;
    font-family: vazir;
    direction: rtl;
    width: 100% !important;
}

.bdy-html {
    overflow-x: hidden;
}

a {
    text-decoration: none !important
}

footer a {
    color: #fff;
    text-decoration: none !important
}

.tel-fot {
    display: inline-block
}



.menu-header a {
    color: #142277;
    text-decoration: none !important
}

    .menu-header a:hover {
        color: #c9a430
    }

.over-menu {
    z-index: 99999;
}

.menu-header .item-over-menu a {
    color: #fff
}

    .menu-header .item-over-menu a:hover {
        color: #142277
    }

.over-menu {
    padding: 10px 0px;
}

.item-over-menu {
    padding: 10px 15px !important;
    margin-bottom: 0px !important;
    border-radius: 30px;
}

header {
    /*overflow: hidden;*/
    position: relative;
    width: 100%;
}

.slide {
    background-image: url('../header1.jpg');
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    animation: slide 4s ease;
    overflow: hidden;
    position: relative;
    display: none;
    min-height: 600px;
    height:100vh;
}

.box-video-section-3 {
    padding: 0px 55px !important;
}

.active {
    display: block !important;
    opacity: 1;
}

@keyframes slide {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }
}

.text-blue {
    color: #142277;
}

.text-yellow {
    color: #c9a430;
    font-weight: 600;
}

.bg-yellow {
    background-color: #c9a430;
}

.bg-blue {
    background-color: #142277;
}

.border-yellow {
    border-bottom: 1px solid #c9a430;
}

.nav-item {
    font-weight: 700;
    margin-left: 7px;
    margin-right: 7px;
}

    .nav-item:hover {
        color: #c9a430;
    }

a:hover {
    color: #142277
}

.btn-auth {
    transition-duration: .3s;
    transition-property: transform;
    display: inline-block;
    font-weight: bold;
    padding: 10px 25px !important;
}

    .more:hover, .btn-auth:hover {
        transform: scale(1.1);
    }

.item-over-menu:hover {
    background-color: #c9a430;
}

nav {
    width: 100%;
    transition: 0.4s;
}
/* ///////////////////////////////////////////////////////////////////////////////////////////////////// */
/* section-2 */
.section2 {
    width: 100%;
    height: 460px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.img-section-2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-section2 {
    width: 25%;
    transition: 0.5s;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    backdrop-filter: inherit;
}
    /*.img-section2-1{
  background-image: url('../02222024_Super_Tile_Decor_HomeDecor.jpg');
}
.img-section2-2{
  background-image: url('../64d4a46f6a02d6d65c5783cb5364317c.jpg');
}
.img-section2-3{
  background-image: url('../IMG_20240805_174603_813.jpg');
}
.img-section2-4{
  background-image: url('../IMG_20240805_174603_875.jpg');
}*/
    .box-section2:hover .bg-lgt {
        top: 0;
    }

.bg-lgt {
    position: absolute;
    left: 0;
    top: 100%;
    bottom: 0;
    right: 0;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFFAD 0%, #14227745 100%);
    transition: 0.5s;
    /*background-color: rgba(255, 255, 255, 0.678);*/
}

.box-section2:hover {
    width: 50%;
}

    .box-section2:hover .img-section-2 {
        transform: scale(1.2);
    }

.text-img-section2 {
    left: 50%;
    top: 80%;
    transform: translateX(-50%);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.btn-img-section2 {
    left: 50%;
    top: 80%;
    transform: translateX(-50%);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    border-radius: 100px;
}

.box-section2:hover .text-img-section2 {
    top: 40%;
    opacity: 1;
    visibility: visible;
}

.box-section2:hover .btn-img-section2 {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
/* ///////////////////////////////////////////////////////////////////////////////////////////////////// */
/* section-3 */

.btn-section3:hover {
    transform: scale(1.2);
}

.box-tel-section-3:hover .tel-section-3 {
    color: #142277;
}

.p-section3 {
    line-height: 30px;
}


/* ///////////////////////////////////////////////////////////////////////////////////////////////////// */
/* section-4 */
.icon-section4 {
    /* transition: 0.5s; */
    background-color: #142277;
}

    .icon-section4:hover {
        background-color: #c9a430;
    }

.box-img-section-4 {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    animation: slideSection4 700ms ease;
}

@keyframes slideSection4 {
    0% {
        opacity: 0.0;
        /* transform: scale(1); */
    }

    100% {
        opacity: 1;
        /* transform: scale(1.1); */
    }
}


/* ///////////////////////////////////////////////////////////////////////////////////////////////////// */
/* section-6 */
.box-img-section6 {
    background-image: url('../hand.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////// */
/* section-8 */

.icon-location-section8 {
    /*animation: location 3s ease infinite;*/
    padding: 8px;
    border-radius: 100%;
}

@keyframes location {
    0% {
        background-color: #142277cc;
    }

    50% {
        background-color: #14227700;
    }

    100% {
        background-color: #142277cc;
    }
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////// */
/* section-10 */
swiper-container {
    width: 100%;
    height: 100%;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

    swiper-slide img {
        display: block;
    }


/* ///////////////////////////////////////////////////////////////////////////////////////////////////// */
/* section-14 */
.box-section14 {
    background-image: url('/theme/images/IMG_20240805_174603_813.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
/* ///////////////////////////////////////////////////////////////////////////// */
/* footer */
footer {
    background-color: transparent;
    background-image: linear-gradient(180deg, #142277 0%, #00041a 59%);
    opacity: 0.96;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.icon-footer {
    transition: 0.5s;
    cursor: pointer;
}

    .icon-footer:hover {
        background-color: #ccc !important;
    }

.link-footer {
    cursor: pointer;
    transition: 0.5s;
    margin-top: 5px;
}

    .link-footer:hover {
        color: #c9a430;
    }
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* product */

.box-carousel img{
    /* height: 80px !important; */
}
.box-carousel:hover img {
    transform:translateY(-10px) !important;
    filter: brightness(50%);
}

.btn-sale:hover {
    background-color: #c9a430;
    transform: scale(1.1);
}

.bg-dark-box-product {
    opacity: 0;
}

.box-img-product:hover .bg-dark-box-product {
    opacity: 1;
}



/* responsive */
.menu-item-responsive:hover {
    background-color: #c9a430;
}

.over-menu-item-response:hover {
    background-color: #c9a430;
}


/* //////////////////////////////////////////////////////////////////////////// */
/* responsive */
@media (min-width: 1200px) {
    .box-section-11 {
        height: 450px;
    }
}

@media (min-width: 992px) {
    .box-section-6 {
        width: 33.333333%;
        /*min-height: 80vh !important;*/
        padding:20% 0px;
    }

    .box-section-8 {
        width: 50%;
        margin-top: -80px;
    }

    .box1-section-4 {
        width: 50%;
        padding-right: 170px !important;
    }
}

@media (min-width: 768px) {

    .box2-section-4 {
        width: 50%;
    }

    .text-section-1 {
        width: 65%;
    }
    /*.box-section-3{
    width: 90%;
  }*/
    .box-text-section-3 {
        width: 43.321%;
    }

    .box-video-section-3 {
        width: 56.679%;
    }

    .slider-response-section-10 {
        display: none;
    }
    .box1-section-4, .box2-section-4 {
        width: 50% !important;
    }

    .box-section-14 {
        width: 80%;
    }
}

@media (min-width: 576px) {
}

@media (max-width:1200px) {
    
}

@media (max-width:992px) {
    .box-section-6 {
        min-height: 50vh;
        width: 100%;
    }

    .content-box0 img {
        max-width: 100%;
        height: auto !important;
        margin-bottom: 30px;
    }

  /*  .wrp-inner-head {
        padding-top: 100% !important;
        background-size: cover;
    }*/

    .hovertext {
        display: none
    }

    .formbuilder .row {
        padding: 0px 0px !important;
    }

    .box-tel-email {
        margin-right: -15px;
        margin-left: -15px;
    }

    .wrp-inner-head h1 {
        font-size: 40px !important
    }

    .wrp-inner-head .text-yellow {
        font-size: 35px !important
    }

    .main-pro-img {
        width: 95% !important;
    }

    .img-news-det {
        max-width: 100%;
        height: auto !important;
        margin-bottom: 30px;
        margin-right: 0px !important;
        margin-left: 0px !important
    }

    .wrp-news-det {
        padding: 20px !important;
        margin-top: -35% !important
    }

    #wrp-agent-list {
        height: auto !important
    }

    .agent-map .skeleton-box {
        padding-top: 0 !important;
    }

    .box-section-8 {
        width: 100%;
    }

    .box1-section-4 {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .wrp-customer-logo {
        min-height: 200px !important;
        padding: 10px !important;
        padding-top: 50px !important;
        padding-bottom: 30px !important;
    }

   

    .wrp-poll {
        margin-top: 0px !important;
        padding: 10px !important;
        height: auto !important;
        margin-bottom: 50px !important
    }
    /*  .wrp-customer-logo swiper-slide {
        width: 170px !important
    }*/
    .wrp-customer-logo swiper-slide img {
        width: 100% !important;
        height: auto !important
    }

    h2, h3 {
        font-size: 2rem;
    }

    .accordion-item h4 span {
        font-size: 1.2rem;
    }

    .wrp-blue-back {
        min-height: 40vh !important
    }

   
    .wrp-sign {
        display: inline-block !important
    }

    .menu-header a {
        color: #fff !important;
        text-decoration: none !important;
    }

    .thumb-pro-img {
        height: 100px !important;
        width: auto !important
    }

    .main-box-product {
        width: 100% !important;
    }

    .box1-section-4 {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .agent-desc {
        margin-bottom: 60px !important
    }

    .main-poll {
        text-align: center !important
    }

    .wrp-main-cert {
        /*height: 30vh !important;*/
    }

    .box-section2:hover {
        width: 75%;
    }

    .box-section-3 {
        padding: 50px 15px 0px 10px !important;
    }

    .btn-section3 {
        margin: 0 auto;
        margin-bottom: 12px;
    }

    .box-tel-section-3 {
        margin: 0 auto;
        width: 245px;
    }

    .box-video-section-3 {
        padding: 0px 10px !important;
    }
}

@media (max-width:768px) {

    .box2-section-4 {
        width: 100%;
        height: 600px;
    }

    .text-section-1 {
        width: 90%;
    }

    .box-section-3 {
        width: 100%;
    }

    .box-text-section-3 {
        width: 100%;
    }

    .box-video-section-3 {
        width: 100%;
        margin-top: 50px;
    }
    /* .slider-section-10{
    display: none;
  }*/
    .box-section-14 {
        width: 100%;
    }
}

@media (max-width:576px) {
}



:root {
    --animate-delay: 0.5s;
}

@keyframes e-hotspot-expand {
    0% {
        transform: scale(.5);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}


.tooltip-container {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.tooltip {
    visibility: hidden;
    background-color: #c9a430;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: auto;
    font-size: 16px;
    font-family: vazir;
    opacity: 0;
    transition: opacity 0.3s;
    font-weight: bold;
}

.tooltip-container:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.tooltip::after {
    content: '';
    position: absolute;
    top: 100%; /* Bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #c9a430 transparent transparent transparent; /* Arrow pointing down */
}

:root {
    --swiper-pagination-color: #c9a430;
    --swiper-pagination-bullet-inactive-color: #aaa;
    --swiper-pagination-bullet-inactive-opacity: 0.9;
}

.dir-ltr {
    direction: ltr
}

.section-totop {
    margin-top: -50px;
}

.bg01 {
    background-color: #142277cc;
}

.bg02 {
    background-color: #c9a430cc;
}

.bg1 {
    background-color: #142277;
}

.bg2 {
    background-color: #c9a430;
}

.titr1 {
    color: #142277;
    font-weight: bold;
}

.fs-22 {
    font-size: 22px;
}

.main-pro-img {
    width: 520px;
}

.float-left {
    float: left
}

.m-0-auto {
    margin: 0 auto
}

.blue-color {
    color: #142277
}

.btn-style-A {
    background-color: #142277;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    margin-top: 15px;
}

.formbuilder input, .formbuilder textarea {
    outline: none;
    border-radius: 10px;
    border: #142277 1px solid;
    margin-top: 3px;
}

.formbuilder .form-group {
    margin-top: 10px;
}

.vl-err {
    margin-top: 0px !important;
    font-size: 13px;
}

.det-content span {
    font-size: 13px;
    margin-left: 15px;
    color: #142277
}

.text-justify {
    text-align: justify
}

.image-box img {
    border-radius: 6px;
}

.float-left img {
    width: 100%;
    margin: 0px 10px 10px 10px;
}

.top-44 {
    top: 44% !important;
}

.menu-header {
    min-height: 150px;
    background-image: linear-gradient(#1422777a, white);
}

i.icon-arrow-overMenu {
    cursor: pointer;
}

    i.icon-arrow-overMenu:hover ~ .bg-dark-box-product {
        opacity: 0 !important;
    }

.box-img-product {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.arrow-news {
    font-weight: 700
}

.bg1 .arrow-news {
    color: #142277
}

.bg2 .arrow-news {
    color: #c9a430;
}

.bg02, .bg01 {
    border-radius: 20px !important
}

.news-box {
    box-shadow: 3px 8px 10px 0px rgba(0, 0, 0, 0.13);
    margin-bottom: 5px;
}

.news-titr {
    font-size: 1.5em;
    font-weight: 700;
    width: 100%;
    height: 58px;
    overflow:hidden;
}

.pro-titr {
    font-size: 17px;
    font-weight: 700;
}

.wrp-customer-logo {
    min-height: 40vh;
    padding-right: 150px;
    padding-left: 150px;
    padding-bottom: 70px;
    padding-top: 70px;
}

.wrp-blue-back {
    min-height: 60vh
}

.nl-box {
    margin-bottom: 35px;
}

.thumb-pro-img {
    height: 51px;
    width: 77px;
}

.main-box-product {
    width: 90%;
}

.box-section-3 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 50px;
    padding: 50px 100px 0px 50px;
}



.btn-section3 {
    font-family: "VAZIR", Sans-serif;
    font-weight: 600;
    text-decoration: none;
    border-style: solid;
    text-align:center;
    border-width: 2px 2px 2px 2px;
    border-radius: 50px 50px 50px 50px !important;
    padding: 20px 42px 21px 42px !important;
}

.box-section-3 .fa-phone {
    transition-duration: .3s;
    transition-property: transform;
}

    .box-section-3 .fa-phone:hover {
        transform: scale(1.1);
    }

.font-weight-bold, .font-bold {
    font-weight: bold
}

.tel-section-3 {
    font-family: tahoma;
    font-size: 15px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.m-pro-desc {
    padding-left: 65px;
}

.box1-section-4 {
    padding: 100px 0px;
}

.hover-effect1 {
    transition-duration: .3s;
    transition-property: transform;
}

.main-logo:hover {
    transform: scale(1.1);
}

.top-48 {
    top: 48%;
}

.box-section-3 {
    max-width: 1400px;
}

.oc-commenta * {
    color: #00041a !important;
    font-weight: 700;
    font-size: 16px !important;
    text-align: right
}

.auth-comment {
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 18px;
   
}

.auth-comment2 {
    font-weight: 600;
    font-size: 13px;
    text-align:right;
}

.wrp-auth-comment {
    margin-top: 20px;
    padding-right: 3px;
    text-align: right;
}

.btn-img-section2 {
    padding: 9px 20px 11px 20px !important;
    font-weight: 600;
    border-radius: 27px 27px 27px 27px;
}

.tel-section-3 a {
    font-size: 16px;
    font-family: sans-serif !important;
    transition: 0s ease;
}

.btn-img-section2:hover {
    color: #fff;
    background-color: #c9a430;
    transition: all 1s ease;
}

.fs-14 {
    font-size: 14px;
}

.txt-s1 {
    font-weight: 700;
    color: #00041a
}

.lnk-more, .lnk-more2, .lnk-more3, .lnk-more4 {
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700;
    background-color: #142277;
    border-radius: 42px 42px 42px 42px !important;
    padding: 20px 40px 22px 40px !important;
    transition: 0s ease;
}

.lnk-hover {
    transition: 0s ease;
}

.lnk-more3, .lnk-more4 {
    border-radius: 24px !important;
    padding: 13px 22px 15px 17px !important;
}

.lnk-more2, .lnk-more4 {
    background-color: #c9a430;
}

    .lnk-more .fas, .lnk-more2 .fas {
        margin-left: 15px;
    }

    .lnk-more3 .fas, .lnk-more4 .fas {
        margin-left: 5px;
    }

    .lnk-more:hover, .lnk-more2:hover, .lnk-more3:hover, .lnk-more4:hover, .lnk-hover:hover {
        transform: scale(1.1);
        transition: all .3s ease;
    }

.box-3783, .max-900 {
    max-width: 900px;
}

.bg2 svg, .bg1 svg {
    fill: #fff !important;
    padding: 9px;
}
.active-lang {
    border-bottom: solid 2px #fff;
}
.lang-fa{
    font-family:Tahoma
}
.main-footer {
    padding-top: 50px;
}
.wrp-lang{
    height:33px;
    display:block
}
.wrp-mobile-lang {
    position: absolute;
    margin-top: 130px;
}
.wrp-lang a {
    font-size: 13px;
}

.main-footer * {
    font-weight: 700 !important
}

.sm-icon-label-link svg {
    width: 20px;
    height: 20px;
}

    .sm-icon-label-link svg rect, .sm-icon-label-link svg circle, .Whatsapp svg path:first-child, .Youtube svg path:first-child {
        fill: #142277 !important;
    }

.sm-icon-label-link:hover svg rect, .sm-icon-label-link:hover svg circle,
.Whatsapp:hover svg path:first-child, .Youtube:hover svg path:first-child, .sm-icon-label-link:hover svg g path, .Aparat:hover svg path:first-child {
    fill: #c9a430 !important;
}

.fs-15 {
    font-size: 15px;
}

.wrp-thumb-list {
    padding: 10px 5px 0px 25px !important;
}

.max-w-1140 {
    width: 1140px;
}

.menu-items {
    padding-top: 35px !important;
    padding-bottom: 30px !important;
    /*margin-right: 110px;*/
    /*margin-left: 25px;*/
    margin-left: 75px;
    margin-right: 75px;
}

.go-search svg {
    width: 17px;
    fill: #142277
}

.wrp-submenu {
    padding-top: 50px;
}

.item-over-menu2, .item-over-menu3, .item-over-menu4 {
    position: relative;
}

.submenu3, .submenu4, .submenu5 {
    position: absolute;
    top: 0;
    right: 100%;
    display: none;
    background-color: #142277;
    border-radius: 30px;
    min-width: 185px;
}

.item-over-menu2:hover .submenu3, .item-over-menu3:hover .submenu4, .item-over-menu4:hover .submenu5 {
    display: block
}

.arrow-sub3 {
    left: 14%;
    position: absolute;
    font-size: 13px;
    margin-top: 5px;
}

.box-overMenu-response2 {
    width: 100%;
}

.overmenu-responsive2, .menu-item-responsive {
    background-color: #142277
}

.box-overMenu-response a {
    padding-right: 5px;
}

.accordion-button:not(.collapsed)::after {
    background-image: none !important;
    content: "\f078";
    font-family: 'elementskit';
    color: #fff !important;
    transform: none !important;
    font-weight: 400;
}

.agent-acc::after {
    transition: transform .2s ease-in-out;
    background-position: left;
    left: 20px;
    position: absolute;
}

.agent-acc:after {
    background-image: none !important;
    content: "\e994" !important;
    color: #142277 !important;
    font-family: 'elementskit';
    font-weight: 400 !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: none !important;
    content: "\e9c3" !important;
    font-family: 'elementskit';
    transform: none !important;
}

.accordion-button.collapsed {
    background-color: #fff !important;
    color: #142277 !important;
    border: solid 1px #142277;
    border-radius: 24px !important;
    margin-bottom: 10px
}

.accordion-button:not(.collapsed) {
    font-weight: 400 !important;
    background-color: #142277 !important;
    color: #fff !important;
    border-radius: 24px !important;
}

.accordion-body {
    color: #00041a
}

.menu-icon {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 25px;
    rotate:180deg;
}


.alert-info {
    color: #142277 !important;
    background-color: #eee !important;
    border-color: #c9a430 !important;
}

.white {
    color: #fff !important;
}


.hotspot {
    background-color: #142277
}

    .hotspot::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #142277;
        animation: pulse 1.5s infinite ease-out;
    }

@keyframes pulse {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0.8;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.agent-acc {
    width: 100%;
    display: inline-flex;
}


#accordionExample .accordion-item {
    border: none
}



#accordionExample .collapsed {
    color: #000;
}

.agent-acc:not(.collapsed) {
    color: #142277;
    background-color: #fff;
    box-shadow: none;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #142277;
    border-color: #142277;
}

.page-link {
    z-index: 2;
    color: #142277;
    border-color: #dee2e6;
    border-radius:4px;
    min-width:35px;
    text-align:center
}

.alert-success {
    color: #c9a430 !important;
    background-color: #1a276f !important;
    border: none !important;
}

#com_msg {
    margin-top: 10px;
}

.current-menu-item a {
    color: #c9a430 !important
}

.main-pro-row {
    display: none;
}

.wrp-inner-head {
    width: 100%;
    height: 700px;
    margin-top: -150px;
    padding-top: 350px;
    text-align: center;
    background-size:cover;
    height:100vh;
}

.comment-inp, .comment-send {
    border-radius: 24px !important;
}

.comment-inp {
    padding: 7px 15px !important;
}

.comment-send {
    width: 100%;
    border: none;
    min-height: 59px;
    font-weight: bold;
    font-size: 18px;
    transition-duration: .3s;
    transition-property: transform;
    margin-top: 15px !important;
}

.theme-btn0:first-child {
    min-height: 59px;
    font-weight: bold;
    font-size: 18px;
    transition-duration: .3s;
    transition-property: transform;
    width: 100%;
    border-radius: 24px;
    border: none
}

.comment-send:hover, .theme-btn0:hover {
    transform: scale(1.1);
}


p.stars a {
    display: inline-block
}

p.stars {
    margin: 20px 10px;
}

    p.stars a {
        position: relative;
        height: 1em;
        width: 1em;
        text-indent: -999em;
        text-decoration: none;
        margin-left: 2px;
        font-weight: 400;
        font-size: 22px;
        color: #fff;
    }

        p.stars a:before {
            display: block;
            width: 1em;
            height: 1em;
            line-height: 1;
            font-family: "FontAwesome";
            content: "";
            color: #43454b;
            text-indent: 0
        }


    p.stars.selected a.active:before, p.stars:hover a:before {
        content: "";
        color: #c9a430;
        opacity: 1
    }

    p.stars.selected a:not(.active):before {
        content: "";
        color: #c9a430;
        opacity: 1
    }

    p.stars a:hover ~ a:before, p.stars.selected a.active ~ a:before {
        content: "";
        color: #43454b;
        opacity: .25
    }

.wrp-content-view {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

.content-box0 img {
    border-radius: 30px !important;
    max-width: 100%;
}
.max-width2{
    max-width:1550px;
}
.content-body {
    text-align: justify
}

.mt-6 {
    margin-top: 4rem !important;
}

.img-news-det {
    height: 750px;
    border-radius: 30px;
    width: 100%;
    margin-left: 25px;
    margin-right: 25px;
    max-width: 1140px;
}

.wrp-news-det {
    padding: 50px 50px 50px 50px;
    background-color: #fff;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    position: relative;
    z-index: 9999;
    margin: 0 auto;
    margin-top: -15%;
    max-width: 940px;
    width: 80%;
    border-radius: 30px;
    word-break: break-word;
}

.blog-box, .blog-box2 {
    background-color: #142277;
    box-shadow: 0px 8px 16px 3px rgba(0, 0, 0, 0.17);
    padding: 20px;
    margin: 0px 0px 40px 0px;
    border-style: solid;
    border-width: 7px 7px 7px 7px;
    border-color: #FFFFFF;
    border-radius: 20px;
    position: relative
}
    .news-ico{
        top:-35px !important; 
    }
    .blog-box .desc, .blog-box2 .desc {
        color: #fff;
        padding: 15px 0px 20px 0px;
        font-weight: bold;
        height: 88px;
    }
.news-box .txt-s1 {
height:93px;
overflow:hidden
}

    .blog-box img, .blog-box2 img {
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        border-radius: 6px;
        max-width: 100%;
        min-height:255px;
        height: auto;
    }

    .blog-box:hover img, .blog-box2:hover img {
        transform: scale(1.05) rotate(2deg);
        opacity: .8;
    }

.blog-box2 {
    background-color: #c9a430;
}

    .blog-box .lnk-more4, .blog-box2 .lnk-more4 {
        padding: 10px 25px !important;
    }

    .blog-box2 .lnk-more4 {
        background-color:#142277
    }
.triangle_left {
    background-color: #c9a430;
    color: #fff;
    position: relative;
    padding: 2px 0px 2px 7px !important;
    text-align: center;
}
.blog-box2 .triangle_left {
    background-color:#142277
}


.opacity-0 {
    opacity: 0 !important
}

.wrp-date {
    position: absolute;
    left: -10px;
    margin-top: -60px;
}



.elementskit-single-meta::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid black;
    border-bottom: 1px solid black;
}

.wrp-date .day {
    font-size: 18px;
    font-weight: bold;
}

.wrp-date .month {
    font-size: 14px;
}

.contact-box1, contact-box2 {
    margin-bottom: 8px;
}

.contact-box1 {
    color: #fff;
    padding: 10px 15px;
    background-color: #142277;
    border-style: solid;
    border-width: 7px 7px 7px 7px;
    border-color: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    font-weight: bold
}

    .contact-box1 a {
        color: #fff;
    }

.contact-box2 {
    color: #142277;
    font-weight: bold;
    padding: 10px 15px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 7px 7px 7px 7px;
    border-color: #c9a430;
    border-radius: 16px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

    .contact-box1 .tit1, .contact-box2 .tit1 {
        font-size: 24px !important;
        display: inline-block
    }

    .contact-box1 i, .contact-box2 i {
        font-size: 14px;
    }

[data-id='22531'] label,[data-id='22531'] label, [data-id='22532'] label, [data-id='22533'] label, [data-id='22539'] label {
    display: none
}
[data-id='22560'] label, [data-id='22561'] label {
    display: none
}

[data-id='22531'] textarea {
    height: 96px;
}

.formbuilder textarea, .formbuilder input, .formbuilder select {
    border-radius: 24px;
    border: #142277 1px solid;
}

.fill-primary-blue {
    fill: #fff;
}

.fill-\[\#c7d7df\] {
    fill: #ffffff;
}

.hover\:fill-gray-400:hover {
    fill: #c9a430;
}

.active-state {
    fill: #142277 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.fs-18 {
    font-size: 18px !important;
}

#wrp-map {
    margin-bottom: 50px;
}

.agent-map {
    padding: 0px 5%;
}

.skeleton-box {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
}

.skeleton {
    background-color: #eee;
    border-radius: 4px;
    height: 20px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

    .skeleton::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
        animation: loading 1.5s infinite;
    }

@keyframes loading {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1235px !important;
    }
}

.hovertext {
    position: absolute;
    background-color: #142277;
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    border: solid 1px #c9a430;
    padding: 3px 15px;
    font-size: 12px;
    border-radius: 4px;
    z-index: 99999999;
}

@media (min-width: 2000px) {
    .col-full {
        width: 1920px !important;
        margin: 0 auto;
    }
}

#wrp-agent-list {
    /*display: table-cell;*/
    vertical-align: middle;
    height: 570px;
}

.agent-map .skeleton-box {
    padding-top: 40%;
}

.col2-footer {
    padding-right: 50px !important;
}
.col3-footer {
      padding-right:90px !important;
   
}
.btn-up-down:hover{
    cursor: pointer;
}
.fw-600{
    font-weight:600;

}
.input2 {
    background-color: #ffffff;
    border: solid 1px #142277;
    border-radius: 24px 24px 24px 24px;
    font-weight: 600;
    color: #00041a;
    font-size: 15px;
    padding: .5rem 1rem !important;
}
    .input2:focus-visible {
        outline-width: 0 !important
    }
.main-logo {
    /*margin-left: 145px;*/
    margin-top: 22px !important;
}
.wrp-news-det footer {
    display:none
}
.box-main-comment {
    height:300px;
}
.container1024 {
    max-width:1024px !important;
}
.pr-3 {
    padding: 1rem !important;
}
.pr-2 {
    padding: 0.5rem !important;
}
.wrp-poll{
   
}
/*.wrp-pro-det {
    padding-right: 0px !important;
}*/
.slides-1 {
    margin-right: 33% !important
}
.slides-2 {
    margin-right:21% !important
}
.slides-3 {
    margin-right: 12% !important
}
.slides-inner-1 {
    margin-right: 33% !important
}

.slides-inner-2 {
    margin-right: 25% !important
}

.slides-inner-3 {
    margin-right: 17% !important
}

#wrp-filters {
    /*position: fixed;
    width:300px;
    display:inline-block;
    transition: right 0.5s ease;*/ /* Smooth transition */
    position: relative;
    /*display:flex;*/
    /*min-width:92%;*/
    width:100%;
    z-index: 99999999;
    /*width: max-content;*/
}

.filter-box {
    padding: 30px 0px 30px 0px;
    border: solid 3px #c9a430;
    border-radius: 75px;
    background-color: #fff;
    /*min-width:280px;*/
}

.filter-titr {
    color: #142277;
    font-weight: 700;
    text-align: center;
    border-bottom: solid 2px #c9a430;
    margin: 0px 15px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 14px;
}
.filter-titr:first-child {
    margin-top: 5px;
}
.filter-box li {
    list-style-type: none
}
.filter-box li {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #142277;
    margin-bottom:8px;
}

    .filter-box li .rectangle {
        width: 20px;
        height: 15px;
        margin-right: 3px;
        background-color: #fff;
        margin-left: 10px;
        border: solid 1px #c9a4308c;
    }
.filter-box ul {
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap onto multiple lines */
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove default padding */
    margin:0px 10px;
}
#wrp-sort {
    border-bottom: solid 1px #c9a430;
    padding-bottom: 5px;
    font-weight: bold;
    color: #142277;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}
    #wrp-sort .title {
        color: #c9a430;
        margin-left: 40px;
        margin-right: 40px;
        align-items: center;
        justify-content: center;
    }
    #wrp-sort span {
        display: flex;
        align-items: center; 
        justify-content: center;
    }
span.go-filter button {
 /*   width: 180px;
    margin: 0px 45px 0px 100px;
    border: navajowhite;
    background-color: #c9a430;
    color: #fff;
    padding: 5px;
    border-radius: 12px;*/
}

.rotate-image {
    animation: rotation 3s linear infinite; /* Apply the rotation animation */
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.pro-list-breadcrumbs {
    width: 100%;
    margin-top: 7px;
}
.breadcrumbs li {
    display: inline;
    color: #142277;
    font-size: 14px;
    font-weight: bold
}

    .breadcrumbs li a {
        margin-left: 2px;
        color: #142277;
        font-size: 14px;
        font-weight: bold
    }
    .breadcrumbs li a:after {
        font-family: "Font Awesome 5 Free";
        content: "\f053";
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
        font-weight: bold;
        margin-right: 2px;
        color: #c9a430;
        font-size: 12px;
    }
.price-list-0 {
    opacity: 0
}
.price-0 {
    display:none
}
.max-width {
    max-width:1336px;
}
.wrp-main-cert{
    margin-top:50px;
}
    .wrp-main-cert swiper-slide {
        margin-bottom:50px;
    }
.container-pl {
    margin: 0 auto;
    padding: 0px 20px 0px 0px;
   
}
.p-7-percent{
    padding:0px 15px 0px 40px;
}
.thumb-wrap{
    min-height:50px;
   
}
#loading-pro {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    text-align: center;
    line-height: 100vh; /* Center text vertically */
    z-index: 99999999999; /* Ensure it's on top */
}
#drpProOrder, .go-filter-mobile {
    display: none !important;
}
.text-white a {
    color: #fff
}
.text-white a:hover {
    color: #fff
}
.swiper-horizontal{
    border-radius:20px;
}
.bg-gold{
    background-color:#c9a430
}
.title-mobile {
    display:none !important
}
#form_97 input[type=radio]{
    opacity:0
}

#form_97 .radiolist label::before {
    content: ' ';
    background: #fff;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 4px;
    border: solid 1px #142277;
    border-radius: 100%;
}
#form_97 input[type="radio"]:checked + label::before {
    background: #c9a430;
}

.page-link:hover {
    background-color: #142277 !important;
    color:#fff !important;
}
.pagination {
    justify-content: center;
}
.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: .25rem;
    border-top-right-radius: .25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.pagination li{
    margin:0px 3px;
}
#closePopupBtn {
    display:none
}
.agent-shop-list {
    max-height:570px;
    overflow-y:scroll;
    padding:0px 10px;
}


    /* Custom Scrollbar Styles */
    /* WebKit Browsers (Chrome, Safari) */
    .scrollable-div::-webkit-scrollbar {
        width: 12px;
    }

    .scrollable-div::-webkit-scrollbar-track {
        background: #fff;
    }

.scrollable-div::-webkit-scrollbar-thumb {
    background: #142277;
    border-radius: 6px;
}

        .scrollable-div::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.wrp-header{
    direction:ltr;
}
.mob-hed{
    direction:rtl;
}