﻿
@font-face {
    font-family: 'SABASoft';
    src: url('../resources/tagIRAN.ttf');
}

@font-face {
    font-family: 'irsans';
    src: url('../resources/iransansweb.woff');
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: IranYekan;
    src: url(../resources/YekanBakh-Light.woff) format('woff');
    font-weight: lighter
}

@font-face {
    font-family: IranYekanBold;
    src: url(../resources/YekanBakh-Bold.woff) format('woff');
    font-weight: 700
}

@font-face {
    font-family: IranYekanBlack;
    src: url(../resources/YekanBakh-Black.woff) format('woff');
    font-weight: 700
}

@font-face {
    font-family: NumberFonts;
    src: url(../resources/IRANSansWebLight.woff) format('woff');
    font-display: swap;
    unicode-range: U+30-39
}

* {
    font-family: SABASoft, numberfonts, iranyekan, Tahoma, Arial, sans-serif;
    font-family: 'irsans';
    text-align: right;
    box-sizing: border-box !important;
    direction: rtl;
}


a {
    text-decoration: none;
    color: #ffffff
}

    a:hover {
        color: #0963a2;
    }


body {
    /*width: 1366px;*/
    margin: auto;
    padding: 0;
    user-select: none;
    background-color: #fff;
    background-image: url(/images/bg.jpg);
}

#topPhotoBand {
    background-image: url(images/background.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 350px;
    margin-top:110px;
}

.secTTL {
    text-align: center;
    color: #293b53;
    font-weight: 700;
    font-size: 28px;
    margin-top: -90px;
    position: relative;
    z-index: 9999;
    text-shadow: 2px 2px 7px #82828280;
}

.blueBullet {
    width: 7px;
    height: 7px;
    margin: 14px;
    background-color: #0f5093;
    border-radius: 50%;
}


.normalTxt {
    font-size: 12px;
    padding: 7px;
    text-align: justify;
    font-weight: 700;
}



.itemShopping {
    display: flex
}

#AccountBody {
    WIDTH: 700PX;
    height: 500px;
    margin: auto;
    border: 1px solid #c7c7c7;
}

#headBody {
    font-weight: 700;
}

#headBlue {
    background-color: #0f5093;
    height: 10px;
    width: 100%;
}

.secContent {
    flex-wrap: wrap;
    margin: 0 auto;
}

.stageOuter {
    width:220px;
    margin:10px;
}

#containerAccount {
    padding: 20px;
}

.Text {
    font-size: 14px;
}

#AccountFee {
    width: 350px;
    height: 200px;
    background-color: #fff4e4;
    margin-top: 20px;
    box-shadow: 3px 3px 10px #aaa;
}

.imagAccountFee {
    width: 35px;
    margin-left: 10px;
}

.TextAccountFee {
    display: flex;
    width: 100%;
    justify-content: space-between;
}


.itemAccountFee {
    padding: 15px;
    display: flex;
}

#pay {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.lbl {
    margin-top: 35px;
    margin-left: 15px;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #b1abab;
}

.payment {
    width: 100px;
    background-color: #023b6e;
    color: white;
    margin-top: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    padding: 10px;
    float: left;
    box-shadow: 3px 3px 10px #655e5e;
    cursor: pointer;
    text-align: center;
    justify-content: center;
}

    .payment:hover {
        background-color: #022341;
    }




::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px #a6a6a6;
    border-radius: 0px;
    background-color: #ededed;
}

.hil {
    background-color: yellowgreen;
}

.mTTL {
    color: black;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Handle */
::-webkit-scrollbar-thumb {
    background: #aeaeae;
    border-radius: 4px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #818181;
    }

#headerDV {
    margin: 0px;
    z-index: auto;
    height: 600px;
    display: block;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateX(0px) translateY(-5px);
}


.HedMob {
    margin: 0px;
    z-index: auto;
    height: 100px;
    display: block;
    width: 100%;
    background-color: var(--white);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    color: var(--black);
    transition: 0.3s;
    padding: 20px;
    display:none;
}

#newsInfoDV {
    margin-right: 10px; margin-top: 4px; direction: rtl;  height: 30px;; font-family: 'Tahoma'; font-size: 8pt; font-weight: 500; color: #000000; text-align: right;
}



.header-box {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 100;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(255,255,255,0) 100%);
    background-color: #002e4e;
}



.nwsIMG {
    width: 100%;
    height: 160px;
    display: block !important;
}

.nwsContentDV {
    padding: 0px;
}

#ttlDV {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nwIMG {
    width: 280px;
    /* height: auto; */
    height: 370px;
    display: block !important;
    border: 1px solid #074041;
    border-radius: 25px;
    transition: all 0.3s;
}

element.style {
    display: block !important
}

#STY1 {
    display:block !important;
    left:0 !important
}

.servicesinfo {
    border-radius: 20px;
    border: 1px solid white;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 20px;
    padding: 25px 30px;
    transition: all 0.3s ease;
    cursor:pointer
}

.nsimg:hover .servicesinfo {
    border-color: #d6a354;
    border-width: 5px;
}

.align-i


.nwsITM1 {
    width: 14.2%;
    margin-right: 1px;
    position: relative;
}

#HM {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#searchDV {
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
}

.paginationDV {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    height: 45px;
    background-color: #e2e0e0;
    margin: 0 auto;
    margin-bottom:20px;
}

.PGS {
    display: flex;
    margin-top: 5px;
    overflow-x: hidden;
    overflow-y: hidden;
    /*height: 55px;*/
}

.activePG {
    background-color: #d7b84a;
    color: white;
}

.PG {
    padding: 15px;
    padding-top: 15px;
    cursor: pointer;
    border-radius: 5px;
    padding-top: 5px;
    height: 35px;
}

.PGA {
    color:black;
}

.nwsITM2 {
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    background-color: #f2faff;
    padding-top: 7px;
    padding-bottom: 7px;
    height: 63px;
    align-items: flex-start;
    margin-bottom: 5px;
    border: 1px solid #caebff;
    border-bottom-left-radius: 15px;
    border-bottom: 3px solid #217b7c;
}

    .nwsITM2:hover {
        background-color: #aad4ff;
    }

.PD0 {
    padding:0px !important;
}

a {
    display: flex;
    align-items: center;
    cursor: pointer
}

.tmp {
    display: none
}

.nwsvideo {
    width: 100%;
    height: 100%;
}

#HR1 {
}

#HR2 {
    display: flex;
    padding: 10px;
    justify-content: center;
}

.cpg {
    width:25px !important;
    border-radius:6px !important;
    background-color:#ffb81c !important;
    transition:1s;
}

.crc {
    width: 10px;
    height: 10px;
    cursor:pointer;
    border-radius: 50%;
    background-color: #ffb81c;
    margin: 2px;
    transition:1s;
}

.slTTL2 {
    font-size:14pt !important;
    font-weight:700 !important;
}

.nwsFile {
    background-color: #efefef;
    color: #2196f3;
    padding: 15px;
    border: 1px solid #9f9f9f;
}

.nwstil {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.nttl {
    font-size: 22px;
    font-weight: 700;
    color:#ffffff!important
}

.nttl:hover {
    color:orange!important;
}

.nled {
    height: 90px;
    direction: rtl;
    font-size: 13px;
    text-align: justify;
    padding: 10px 10px;
    padding-top:0px;
    overflow: hidden;
    color:black;
    font-weight:500;
}


.itemCounter {
    align-items: center;
    justify-content: center;
    width: -webkit-fill-available;
    padding-right:25px;
}
.nwsCreateDTM {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.PR0 {
    padding-right:0px !important;
}

.nwsICO {
    width: 65px;
    height: 65px;
    margin-left: 20px;
    margin-top: 7px;
}

.tmWhite {
    color: black !important;
    background-color: white;
}

.bgIMG {
}

.qrcode {
}

.menuITM {
    padding: 10px;
    margin: 0 15px;
    color: #011414 !important;
    font-weight: 700;
    cursor: pointer;
    font-size: 15px;
    position: relative;
}

    .menuITM:hover {
        color: #011414 !important;
    }



    .menuITM::after {
        content: ' ';
        display: block;
        width: 100%;
        height: .2em;
        position: absolute;
        bottom: -.5em;
        left: 0;
        right: 0;
        background: #4d370db8;
        transform: scaleX(0);
        pointer-events: none;
        transition: transform .15s ease;
    }

    .menuITM:hover::after {
        transform: scaleX(1);
    }



    /*.menuITM:after {
        background: none repeat scroll 0 0 transparent;
        bottom: 0;
        content: "";
        display: block;
        height: 2px;
        left: 50%;
        position: absolute;
        background: #5db616;
        transition: width 0.3s ease 0s, left 0.3s ease 0s;
        width: 0;
    }




    .menuITM:hover:after {
        width: 100%;
        left: 0;
    }*/




    .headerSearch {
        display: none;
        align-items: center;
        justify-content: center;
        position: absolute;
        z-index: 10000;
        top: 100px;
        left: 0;
        max-width: 100%;
    }

.searchinput {
    width: 32px;
    height: auto;
    cursor: pointer;
}

.show {
    display: block
}

#myslide {
    position:relative;
}

.header-search-popup {
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 0 10px #222;
    width: 400px;
    max-width: 96%;
    display: flex;
    justify-content: space-between;
}

.header-search-input {
    flex: 1;
    margin: 0 10px;
    border-radius: 10px;
    border: 1px solid;
    padding: 5px 10px;
}

.flex {
    display: flex;
    height: auto;
}

#footerDV {
    display: flex;
    background: #293b53;
    background-image: url(https://hoda.academy/wp-content/themes/wikiteach/assets/img/footer-bg-025.png);
    padding: 20px;
    justify-content: space-around;
    color: #fff;
}

.footerCol {
    width: 22%;
}

.footerSocialLink {
    display: flex;
    flex-wrap: wrap;
}

.fslink {
    border: 2px solid #a08938;
    display: flex;
    margin: 0 4px;
    padding: 2px;
    border-radius: 7px;
    margin-bottom: 7px;
    width: 38px;
    cursor: pointer
}

    .fslink:hover {
        border: 2px solid #969b19;
        transform: scale( 1.3, 1.3 );
    }

.footerColitem {
    flex-shrink: 0;
    margin-left: 10px;
    width: 30px;
    height: 35px;
    margin-top: 8px;
    cursor:pointer;
}

.linh {
    line-height: 27px !important;
    cursor: pointer;
    font-size: 14px;
}

    .linh:hover {
        transform: scale( 1.1, 1.1 );
        border-bottom: 1px solid #a08938
    }

.w30 {
    width: 30px;
    height: 30px;
    padding: 2px;
    border-radius: 8px;
}

.W1200 {
    width:1200px !important;
}

.footerTitle {
    font-family: 'IranYekanBold';
    font-size: 22px;
    margin-bottom: 15px
}


#footerlogodv {
    width: inherit;
}


.secTitle {
    margin-bottom: 25px;
    margin-top: -25px;
}


.TTleimg {
    width: 150px;
    height: auto;
    margin: auto !important;
    opacity: 0.2
}

.Titleimg {
    text-align: center;
}

#bgIMG1 {
    width: -webkit-fill-available;
}

#logoimg {
    width: 100px;
    height: auto;
}

#searchimg {
    width: 25px;
    cursor: pointer;
}
.searchimg {
    width: 25px;
    cursor: pointer;
}

.bgIMG {
    position: absolute;
    width: 100%;
    /*height: 100vh;
    object-fit: cover;*/
}

.secEmpty {
}

.secACBTN {
    border: 2px solid white;
    border-radius: 25px;
    padding: 6px 10px;
    margin: 10px;
    min-width: 100px;
    text-align: center;
    font-weight: 700;
    color: white;
}


.secBTNs {
    position: absolute;
    display: flex;
    bottom: 6%;
    left: -webkit-calc(100% -300px);
}

.SEC {
    position: relative;
}



#my-slide {
    margin: auto !important
}

#slider {
    margin-bottom: 50px;
    overflow: hidden;
    display: flex;
}

.TTLslid {
    text-align:center
}

#slidttl {
    position: absolute;
    bottom: -137px;
    opacity: 1;
    color: white;
    background-color: #00000085;
    padding: 3px 10px 3px 10px;
    width: 1100px;
    height: 54px;
    text-align: center;
    cursor: pointer;
    display: none;

}

#slidgallery:hover #slidttl {
    display: block;
    transition: .6s;
 
}

    .sldHide {
        opacity: 0;
        height: 0;
        overflow: hidden;
        visibility: hidden;
        transition: all 1s;
    }

.sldShow {
    opacity: 1;
    visibility: visible;
    transition: all 1s;
}


.crcs {
}

.arrows {
        
}

.TLGM {
    padding: 30px;
    background-color: #efefef;
    margin-top: -48px;
}

.arrowsmithsubsequent {
    margin-bottom: 45px;
    width: 65px !important;
    position: relative;
}

.aro {
    width: 100%;
    display: flex;
    position: absolute;
    bottom: 54%;
    direction: rtl;
    display: flex;
    justify-content: space-between;
}


#Bag {
}

.arom {
    width: 230px;
    margin-left: 40px;
    display: flex;
    /* flex-direction: column; */
    position: absolute;
    /* height: 331px; */
    direction: rtl;
    flex-direction: column;
    bottom: 0px;
    align-items: center;
}


.spear {
    height: 40px;
    width: 40px;
    position: absolute;
    z-index: 50;
}

.slid {
    height: 40px;
    width: 40px;
    position: absolute;
    z-index: 50;
    margin:10px;
}

.srvURL {
    margin: 0 auto;
    text-align: center;
    color: #293b53;
    font-weight: 700;
    font-size: 28px;
    display: flex;
    justify-content: center;
    cursor:pointer;
}

#ahead {
    z-index: 10;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(218, 218, 218, 1) 100%);
    border: 1px solid silver;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    font-family: monospace;
    color: #535353;
}

#back {
    left: 0px;
    z-index: 10;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(218, 218, 218, 1) 100%);
    border: 1px solid silver;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    font-family: monospace;
    color: #535353;
}

#subsequent {
    z-index: 10;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(218, 218, 218, 1) 100%);
    border: 1px solid silver;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    font-family: monospace;
    color: #535353;
}


#Before {
    left: 0px;
    z-index: 10;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(218, 218, 218, 1) 100%);
    border: 1px solid silver;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    font-family: monospace;
    color: #535353;
}

#crcsDV {
}

#circlesDV {
    display: flex;
    position: absolute;
    bottom: 0px;
    z-index: 1;
}

#curlDV {
    display: flex;
    position: absolute;
    bottom: 0px;
    z-index: 1;
}

#slidgallery {
    border: 1px solid #979494;
    width: 100%;
    margin-top: 30px;
}

.Border {
    width: 100%;
    height: 1px;
    content: ' ';
    background: #aaa !important;
    position: absolute;
    max-width: 1100px;
}

#topgallery {
    margin-bottom: 15px;
}

.brorang {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: -13px;
}

.W100 {
    width: 100% !important;
}

.gphoto {
    cursor: pointer
}

.mb2 {
    margin-bottom: 0.5rem !important;
}

.mb4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
}

.radius {
    border-radius: 8px 0 8px 0 !important;
}

.itemDown {
    background-color: #fff !important;
    height: 100% !important;
    display: flex !important;
    /* flex-direction: column !important; */
    width: 100%;
    margin-right: 30px;
}

.Idn {
    border: 1px solid rgba(0, 0, 0, .09);
    margin-left: 10px;
}

.Visit {
    border-top: 1px solid #696969;
    margin-bottom: 1.5rem !important;
    display: flex !important;
    width: 100%;
    margin-top: 20px;
}

.spanttl {
    color: #ffb81c;
    margin-top: -20px;
    /* padding-left: 0.5rem !important; */
    z-index: 1;
    background-color: white;
    padding: 0px 16px;
    margin-right: -3px;
}

.customborder {
}

.Paging {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 43px;
    background: #e6e6e6;
    border-radius: 4px;
    border: 1px solid #dddddd;
    margin-bottom: 15px;
}

.bn {
    border-left: 1px solid #ffb81c !important;
    padding: 0 0 0 5px;
    margin-left: 5px;
}

#Downgallery {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto !important;
}

.Subitem {
    padding-top: 0.5rem !important;
    align-items: center;
    display: flex !important;
    font-size: 12px;
    color: #aaa;
    font-weight: 700;
    justify-content: center;
}

.ttlnews {
    margin-bottom: 0;
    font-size: inherit !important;
    text-align: center;
    font-weight: 700;
}

.lastnews {
    min-height: 100px;
    box-shadow: 0 9px 5px -5px rgba(207,207,207,1);
    text-align: center !important;
    padding: 10px;
    align-items: center !important;
}

.Orangeheadline {
    z-index: 1;
    padding: 0 16px;
    color: #ffb81c;
    text-align: center;
    background-color: white;
    font-weight: 700;
}

.slideSelected {
    background-color: #ffd53a !important;
    outline: 1px solid black;
}

.sldsDV {
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
    flex-wrap: nowrap;
    height: 310px;
    /*scrollbar-width: none;*/
}

.slDV {
    overflow-x: scroll;
    /* display: flex; */
    flex-wrap: nowrap;
    height: 500px;
    /* scrollbar-width: none; */
    /* background-size: cover; */
    width: 100%;
}

.newsITM {
    width: 256px !important;
    margin-right: 1px;
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
    cursor: pointer
}



.view {
    display: block;
    margin: 45px auto;
    width: max-content;
    background: #293b53;
    color: #fff;
    padding: 4px 14px;
    border-radius: 20px;
    cursor: pointer;
}

    .view:hover {
        transform: scale( 1.1, 1.1 );
        background-color: #15202f
    }

#halfBack {
    display: flex;
    align-items: stretch;
}

#halfRight {
    width: 50%;
    background: #000;
    color: #e19501!important;
}

#halfLeft {
    width: 50%;
    background-color: #000000;
}

.ttlROW {
    display: flex;
    justify-content: space-between !important;
    width: 100%;
}

.dtm {
    direction: ltr;
    font-size: 9pt;
    color: gray;
}


.halfTitl {
}

span {
    color: #222;
    display: inline-block;
    margin: 0 6px;
}

.pTTL {
    font-size: 12px;
    text-align: center;
}

.Advertiseimg {
    margin: 0 20px;
}

.Adimg {
    width: 80px;
}

#fmsvid {
    /*height: 100%;
    width: 100%;*/
}

.TTLURL {
    color:#fff; font-size:14pt;
}

#vidLead {
    margin-bottom: 20px; color: #ffb81c;
}

#vidInfoDV {
    background-color: #3b3b3b;
    padding: 20px;
    width: 100%;
    margin:10px;
}

.PhotodetailTTL {
    color: #fff;
}

#photoMainDV{
    width: 100%;
    margin: 0 auto;
    background-color: #f3f3f3;
}

#phDV {
    margin:0 auto;
    background-color:#dddddd;
}

#vidDV {
    padding: 20px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


#carouse {
    
    height: auto;
    margin: auto !important
}


.sldimgDV {
    width: 100%;
    height: 375px;
}

.sldimgDV2 {
    width: 100%;
    height: 375px;
}

.SLIMG {
    width: 100%;
    height: 100%;
    display: block !important;
}


.slTTL {
    color: #fff;
    font-weight:500;
    text-align: center;
    height: 100px;
    position: absolute;
    bottom: -30px;  
    width: 100%;
}

.slTitle {
    font-weight: 500;
    color: white;
    text-align: center;
    direction: rtl;
    font-size: 10pt;
    position: absolute;
    bottom: 15px;
}

.slInfoDV {
    padding: 15px;
    height:55%;
    background: linear-gradient(0deg, black, transparent);
    width:100%;
    position: absolute;
    bottom: 0;
}

.slSRV {
    color: #bb981e;
    position: absolute;
    bottom: 60px;
    font-weight: 700;
}

.sldITM {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 20%;
    background-color: white;
    cursor:pointer
}

.sldITM2 {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    background-color: white;
    cursor:pointer
}

.slurl:hover {
    color:#fff !important;
}

.nwsBOX1 {
    position: relative;
    border: 2px solid #d6a354e3;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 300px;
    height: 360px;
    margin-right: 10px;
    background-color: white;
    box-shadow: 2px 2px 2px #8e96a9;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
}

    .nwsBOX1:hover {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.9;
    }

.nwsBOX2 {
    position: relative;
    border: 1px solid #074041;
    overflow: hidden;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 45%;
    height: 300px;
    margin-right: 0px;
    background-color: white;
    box-shadow: 2px 2px 2px #8e96a9;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 15px;
}

.DT {
    color:silver;
}

.bgAzure {
    background-color: #d0eaff;
}

.boxBLT1 {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fd3838;
    margin: 18px 10px;
}

.BTLR20 {
    border-top-left-radius:20px;
}

.BTRR20 {
    border-top-right-radius: 20px;
}

.elementorboxcontent {
    width: 100%;
    margin-top: 10px;
    text-align: right;
}

.elementorTitle {
    margin-bottom: 20px;
    color: #ffffff !important;
    font-size: 20px;
    font-weight: 700;
    margin-right: 20px;
    margin-top: 8px;
    cursor: pointer
}

.elementorContainer {
    margin: 0px 0px 30px 0px;
}

.elementorDescription {
    color: #ffffff;
}


.elementorimg {
    width: 55px;
    height: 55px;
}

.container {
    max-width: 1280px;
    margin: auto;
}

.TelIMG {
    max-width: 100%;
    height: auto;
}

.content {
    text-align: justify;
}

.commentForm {
}

.Specifications {
    display: flex;
    justify-content: space-evenly;
}

#author {
    width: 100%;
    border: 2px solid #217b7c;
    border-radius: 15px;
    padding: 5px 50px;
}

#email {
    width: 100%;
    border: 2px solid #217b7c;
    border-radius: 15px;
    padding: 5px 50px;
}

.vpoint {
    width: 100%;
    border: 2px solid #217b7c;
    border-radius: 15px;
    padding: 5px;
}

.viewpoint {
    margin-top: 20px;
    margin-bottom: 20px;
}

.submit {
    background: #217b7c;
    color: #fff;
    border: none;
    padding: 5px 20px;
    border-radius: 15px;
    /* margin: 10px 0; */
    width: max-content;
    margin: auto;
    cursor: pointer
}

    .submit:hover {
        transform: scale(1.1, 1.1);
        background-color: #074041;
    }


.telChanel:hover {
    transform: scale(1.1, 1.1);
    background-color: #074041;
}

.telChanel {
    margin: 10px auto;
    width: max-content;
    display: block;
    background: #217b7c;
    color: #fff;
    padding: 3px 8px;
    border-radius: 8px;
    cursor: pointer
}


.slidIMG {
    height: 500px;
    width: 100%;
}

#STY2 {
    text-align: center;
    justify-content: center;
    overflow: hidden
}

.boxIMGDV {
}


.Styleimg {
    display: block;
    width: 100%;
}


.newsTitle {
    font-weight: 700;
    /* color: white; */
    text-align: center;
    position: absolute;
    width: 100%;
    direction: rtl;
    font-size: 12px;
    top: 35px;
    padding: 4px;
}

.nwsTTL1 {
    background-color: #0f5093;
    padding: 10px;
    color: white;
    font-size: 9pt;
    font-weight: 500;
    overflow: hidden;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.nwsTTL2 {
    padding: 5px;
    color: black;
    font-size: 10pt;
    font-weight: 700;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.H275 {
    height:275px !important;
}

.keyURL {
    color:red !important;
    display:block !important;
}

    .keyURL:hover {
        color: #2196f3 !important
    }

.keySpan {
    margin:0px;
}

.TTL22 {
    color: black;
    display: flex;
    justify-content: center;
    background-color: #d6a354e3;
    /* padding: 10px; */
    /* border-radius: 25px; */
    padding: 5px 10px;
    width: 100%;
    margin: auto;
    position: absolute;
    /* top: -56px; */
    bottom: 0px;
    z-index: 67;
    /* right: 5%; */
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.pr {
    position:relative
}

.nwsDTM1 {
    text-align: center;
    font-size: 10pt;
    color: #0963a2;
    padding: 10px 0px;
    display: flex;
    align-items: center;
    direction: ltr;
    padding-left: 10px;
}

.SRV22 {
    margin:10px;
}

.slurl {
    height: 45px;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
}

.normalText {
    font-size: 11px;
    padding: 12px;
    text-align: justify;
}

.KnowMore {
    font-size: 10pt;
    display: block;
    width: max-content;
    margin: 0 auto;
    position: relative;
    bottom: 2px;
    background: #293b53;
    color: #efefef;
    padding: 6px 15px;
    border-radius: 20px 20px 0 0;
    cursor: pointer;
}

    .KnowMore:hover {
        background-color: #15202f;
    }

a {

}
.eventsItem {
    border-bottom: 1px solid #0f5093;
    background-color: #f3f9ffc9;
    display: flex;
    align-items: center;
    width: 1000px;
    margin: auto !important;
    padding-top: 15px;
    justify-content: center;
}
    .itemC1 {
    font-size: 50px;
    color: #293b53;
    margin: 0;
    margin-left: 10px;
    margin-top: 15px;
}

.itemC2 {
    text-align: center;
    color: #293b53;
    font-size: 20px;
    font-weight: bold;
    margin-left: 7px;
}

.itemC3 {
    width: 150px;
    /* border-radius: 10px; */
    /* margin-top: -2px; */
    height: 100px;
}

.eventInner {
    padding-right: 20px;
    justify-content: flex-end;
    margin-left: 15px;
}

.eventChild {
 font-family: 'IranYekanBlack';
    color: #293b53;
    font-size: 20px;
    font-weight: 700;
    width: 550px;
    margin-right:20px;
}

.eventChild1 {
    color: #b65f5f;
    font-size: 15px;
    font-weight: 700;
    margin-top: 10px;
    /*margin-top:15px;*/
    align-items: center;
}

#sldsDV {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom:50px;
}

.iconsImg {
    width: 18px;
    margin-top: 16px;
    margin-right: 5px;
}

.view1 {
    width:125px;
    background: #293b53;
    color: #fff!important;
    padding: 3px 14px;
    border-radius: 20px;
    cursor: pointer;
    /* margin-top: -18px; */
    /* margin-right: 10px; */
}

    .view1:hover {
        transform: scale( 1.1, 1.1 );
        background-color: #15202f;
    }

.sectionlink {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nnttl {
position: absolute;
    bottom: 10px;
    right: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    z-index: 1;
    color: black;
    font-weight: 700;
    padding: 5px;
}

#halfRight:hover {
    color: white;
}

    .mediaInner {
        width: 24%;
        position: relative;
        overflow: hidden;
        border-radius: 20px;
        display: flex;
        cursor: pointer
    }


.mediaInner1 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.mediaIMG {
    max-width: 100%;
    height: auto;
}


#Specialcase {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
    margin-bottom: 30px;
}


.nsimg {
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 2px 2px 2px #293b53;
    border-radius: 25px;
    display: flex;
}


.mediaTTl {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-family: 'IranYekanBlack';
    color: #fff;
    font-size: 22px;
    /* margin-bottom: 10px; */
    z-index: 1;
    background-color: #5d5a57;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px dashed #212125;
}

.mediaTTl1 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-family: 'IranYekanBlack';
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    z-index: 1;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00000085;
    padding: 3px 10px 3px 10px;
}

#TMP1, #TMP2 {
    display: none;
}

.mediaTTl2 {
    width: 100%;
    text-align: center;
    font-family: 'IranYekanBlack';
    color: #fff;
    font-size: 16px;
    /* margin-bottom: 10px; */
    z-index: 1;
    background-color: #4b4743;
    /* height: 25px; */
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    margin-top: -50px;
    font-weight: 700;
}



/*.mediaInner1:hover .mediaTTl2 {
    display: block
}
*/

.book {
    display: flex;
    border: 2px solid #00A693;
    border-radius: 20px;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 30px;
    align-items: center;
    direction: rtl;
}

.bookimg {
    width: 300px !important;
    max-width: 100%;
    margin-right: 25px
}

.bookTTl {
    font-family: 'IranYekanBlack';
    font-size: 24px;
    margin-top: 0;
    font-weight: 700;
}

.writerTTl {
    color: #222;
    margin-top: 15px;
}

.PublishersTTl {
    margin-top: 0;
    color: #217b7c;
    text-align: justify;
}

.bookRight {
    width: 35%;
}

.ExplanationBook {
    width: 65%;
}

.view2 {
    margin: 20px auto;
    width: max-content;
    background: #217b7c;
    color: #fff;
    padding: 3px 12px;
    border-radius: 20px;
    cursor: pointer;
}

.MT100 {
    margin-top:100px;
}

.imgBOX {
    border: 1px solid silver;
    padding: 3px;
    height: 133px;
    border-radius: 7px;
    background-color: white;
    box-shadow: 2px 2px 2px;
}

.InnerRight {
    width: 280px;
    margin-left: 20px;
    margin-top: 100px;
}

.InnerRightTop {
    padding: 10px;
    margin: 20px;
    background: #f4f3f2;
    box-shadow: 3px 3px 10px #d1cdcd;
    width: 350px;
}

.BOX1 {
    padding: 10px;
    margin: 20px 0px;
    background: #f4f3f2;
    box-shadow: 3px 3px 10px #d1cdcd;
}

.sidebarTitle {
    font-family: 'IranYekanBold';
    color: #293b53;
    font-size: 18px;
    margin: 10px 0;
    position: relative;
    font-weight: 700;
}

.line {
    width: 50%;
    bottom: 14px;
    left: 0;
    position: absolute;
    border-bottom: 2px solid;
}

.sidebarimg {
    width: 90px;
    height: 67px;
    border: 1px solid silver;
    border-radius:5px;
}

.MT0 {
    margin-top:0px !important;
}

#cbdy {
    margin: 0 auto;
    width: 75%;
    padding: 20px;
    margin: 20px;
    margin-left: 0px;
    background: #f4f3f2;
    box-shadow: 3px 3px 10px #d1cdcd;
}

.BodyDV {
    text-align: justify;
    -moz-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -o-user-select: text;
    user-select: text;
}

.LeadDV {
    background-color: #efefef;
    text-align: right;
    padding: 10px;
    line-height: 1.5;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    user-select: text;
    height: 110px;
    overflow: hidden;
    text-align: justify;
}

.bgYellow {
    background-color:yellow;
}

.nwsURL {
    color: #0963a2;
}

.nwsURLW {
    color: #fff!important;
}

.bold{
    font-weight:700;
}

#slinkDV {
    margin-bottom: 25px;
    margin-right:0px;
    margin-top: 25px;
    background-color: antiquewhite;
    height: 50px;
    line-height: 50px;
    padding: 0px 10px 0px 10px;
    text-align: center;
    border: 1px solid #d5a96f;
    border-radius: 10px;
    display: flex;
    width: max-content;
}

.shortLink {
    color: #2196f3;
}

.goUpDV {
    cursor: pointer;
    direction: rtl;
    font-family: tahoma;
    font-size: 8pt;
    color: #8f8f8f;
    margin-right: 10px;
    margin-bottom: 30px;
    padding-top: 10px;
}

.TagsDV {
    background-color: #efefef;
    border-bottom: 1px solid silver;
    border-top: 1px solid silver;
    padding: 20px;
    margin: 30px 0px;
}

.tagsLBL {
    color: #2196f3;
}

.tags {
    
}

.clBlue {
    color: #0f5093 !important;
}

.softURL {
    color: #09493c;
}

#nimgDV {
    width: 700px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
}

.nwsIMG1 {
    height: 350px;
    width: 100%;
}

.Date {
    FONT-SIZE: 10px;
    color: #7f7f7f;
    padding-right: 10px;
    margin-top: 5px;
}

.W450 {
    width:450px !important;
}

.sidTtl {
    color: #222;
    font-size: 14px;
    font-weight: bold;
    padding-right: 5px;
    text-align: justify;
    max-height: 50px;
    overflow: hidden;
}

.InnerRightCenter {
    background: #f4f3f2;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 3px 3px 10px #d1cdcd;
}

.InnerCenterImg {
    position: relative;
    display: flex;
    max-width: 100%;
    /* height: auto; */
    height: 205px;
    width: 100%;
}

.sttl {
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: 'IranYekanBold';
    margin: 0;
    font-size: 15px;
    background-color: #909392;
    margin-bottom: 3px;
    padding: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.articles {
    display: flex;
    border-bottom: 1px solid rgba(218, 218, 218, 1);
    padding: 10px;
    overflow: hidden;
    background-color: rgb(3 60 46 / 4%);
}


.TelegramBrand {
    display: block;
    text-align: center;
    width: max-content;
    margin: auto;
    color: #217b7c;
    font-weight: bold;
}

.hide {
    display:none !important
}

#cddv {
    margin: 0 auto;
    overflow:auto;
    background-color:white;
    margin-top:110px;
    padding-left: 10px;
    display:flex;
}

#nwsimg {
    width:100%;
    border-radius:7px;
}

#leftDV {
    float: left;
    width: 390px;
    height: 1625px;
    overflow: hidden;
    padding: 10px;
    margin-top: 25px;
    border-radius: 7px;
    border: 1px solid #e9e9e9;
    background-color: rgb(3 60 46 / 2%);
}

.boxHeader {
    height: 35px;
    border-bottom: 2px solid #09493c;
    margin-bottom: 10px;
}

.newsH9 {
    display: flex;
    line-height: 35px;
    border-top: 1px solid silver;
}
.B0 {
    border: 0px !important;
}

.orangeBullet {
    width: 7px;
    height: 7px;
    margin: 14px;
    background-color: orange;
    border-radius: 50%;
}

.newsH9 .normalText {
    max-width: 300px;
}
.Gray {
    color: gray;
}
.Gray {
    color: gray;
}
.H35 {
    height: 35px !important;
}
.OVHidden {
    overflow: hidden;
}
.normalText {
    font-size: 10pt;
    color: #303030;
}


.right {
    float: right;
}

.flxCenter {
    justify-content: center;
}

.flxWrap {
    flex-wrap:wrap;
}

.HBullet {
    width: 3px;
    height: 25px;
    background-image: linear-gradient(#0f5093, #ffb200, #ffb200);
}
.boxTTL {
    font-size: 13pt;
    color: #0f5093;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
}
.Black {
    color: black !important;
}
.blueBOX {
    width: 22px;
    height: 22px;
    margin-top: 2px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 8px;
    background-color: #09493c;
    float: left;
    color: white;
    font-weight: 700;
    font-size: 9pt;
    padding-top: 2px;
    text-align: center;
}

.MT0 {

    margin-top:0px !important;
}

.archiveDV {
    color: black;
}
.archiveDV {
    float: left;
    border: 1px solid #09493c;
    height: 22px;
    margin-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 8pt;
    margin-left: -3px;
    line-height: 21px;
    border-top-right-radius: 10px;
    cursor: pointer;
}
.TitleDV {
    margin-top:5px;
    user-select: text;
}

.HeadlineDV {
    margin-top:25px;
    color:#2196f3;
}

.post {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #217b7c;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 50px;
}

.postimg {
    width: 30px;
    margin-left: 3px;
}

.InnerRightDown {
    padding: 10px;
    background: #f4f3f2;
    margin-bottom: 20px
}

.postflex {
    display: flex;
    align-items: center;
}

.SLN {
    border: 1px solid #7e7e7e;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    padding: 4px;
    border-radius: 6px;
}

.bloglist {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.blistimg {
    width: 60px;
}

.bannerssidebar {
}

.bannersbimg {
    width: 100%;
    margin-bottom: 7px;
}

.InnerLeft {
    width: calc(100% - 300px);
}

.postslist {
    margin-bottom: 15px;
}

.postsimg {
    width: 170px;
    height: 125px;
    border-radius: 5px;
}

.postcontent {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.postcontentTTl {
    width: max-content;
    flex-shrink: 0;
    color: #293b53;
    font-weight: bold;
    margin-left: 10px;
}

.STTl {
    margin: 0 auto;
    font-size: 24pt;
    margin-top: -85px;
}

#trunk {
    max-width: 1100px;
    width: 94%;
    margin: auto;
}

.crcSelected {
    background-color: gray !important;
}


#SliderTOP {
/*    display: flex;
    flex-direction: row-reverse;*/
}

.nwsSRV {

}

.nsv {
    bottom: 50px;
    color: #cbab39;
    right: 10px;
    font-size: 14px;
    margin: auto !important;
    font-weight: bold;
    text-align: center;
    margin-right: 60px;
}

#ttl {
    bottom: 100px;
    position: absolute;
    color: white;
    width: calc(100% - 10px);
    height: 80px;
    font-weight: 700;
    /* overflow: hidden; */
    padding: 5px;
    font-size: 14px;
    text-align: center;
    margin: auto;
}


.nwsTTL {
      font-size: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    overflow: hidden;
    height: 40px;
    justify-content: center;
}

.nTTL {
    font-size: 20px;
  
}

.nTL {
}



div.contentbox-wrapper {
    position: relative;
    width: 400px;
    height: 200px;
    overflow: hidden;
    overflow-x: scroll;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
}

    div.contentbox-wrapper > div {
        display: inline-block;
        width: 400px;
        height: 200px;
        text-align: center;
    }

        div.contentbox-wrapper > div:last-child {
            margin-right: 0;
        }


.Pt {
    font-size: 15px;
    text-align: justify;
    max-height: 50px;
    overflow: hidden;
}

.psotDetail {
    color: #a08938;
    font-weight: bold;
    margin: 0 5px;
}


#HeaderMenuBtn {
    width: 40px;
    height: 40px;
    padding: 0;
    background: none;
    border: none;
    display:none;
}

#HMBN {
    width:100%;
    height:100%;
}

.featuredsection {
    background-image: url(../images/barber-customer-giving-high-five.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    text-align: center;
    padding: 50px;
}

/* Mobile CSS */
@media only screen and (max-width:450px) {

    #HeaderMenuBtn {
        display: block;
    }

    #headerDV {
    }

    #MenuDV {
        display: none;
    }

    #halfBack {
        display: block;
    }



    #halfRight {
        width: 100%;
        padding: 28px 15px;
        height: 302px;
    }

    #halfLeft {
        width: 100%;
    }
    .sldsDV {
        display: block;
    }
    #STY1 {
        width:100%;
    }

    #carouse {
        display: block;
        width: 100%;
    }

    #Specialcase {
        display: block;
    }
    .stageOuter {
        width: 100%;
        text-align: center;
        height: 100%;
    }

    .nwsICO {
        width:50px;
        height:50px;

    }
    .nTTL {
        font-size: 16px;
    }

    view {
        margin: 30px auto;
    }
        .nwsvideo {
        width: 100%;
        height: auto;
        margin-top:15px;
       
    }

    .sectionTitle {
        margin: 10px 0 30px;
    }

    .Titleh2 {
        font-size:25px;
    }

    #tat {
        width: 100%;
        text-align: justify;
        padding: 15px;
    }

    .nsimg {
        width:100%!important;
    }

    .nwIMG {
        padding: 5px;
        border-radius: 20px;
    }

    .footerCol {
        width:100%;
        margin:auto!important;

    }
    |
    #th3 {
        width: 100%;
        font-size: 16px;
    }

    .footerTitle {
        width: 100%;
    }

    .footerItem {
        margin: auto!important;
        width: 100%;
        height: auto;
        text-align: center;
    }
    #footerDV {
        display:block
    }

    .HedMob {
        display: block
    }

    #headerDV {
        display:none;
    }

    #footerlogodv {
        width: 200px;
        margin: auto;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footerSocialLink {
        align-items: center;
        justify-content: center;
    }


    #loghedimg {
        width:100px;
    }

    .searchimg {
        width:25px;
    }


    #mainContent {
        width:100%
    }




    img {
        max-width: 100%;
    }

    .blog-card {
        position: absolute;
        height: 370px;
        width: 95%;
        max-width: 850px;
        margin: auto;
        border-radius: 25px;
        background: #fff;
        box-shadow: 0 10px 50px rgba(252, 56, 56, 0.3);
    }

    .inner-part {
        position: absolute;
        display: flex;
        height: 360px;
        align-items: center;
        justify-content: center;
        padding: 0 25px;
    }

    #imgTap:checked ~ .inner-part {
        padding: 0;
        transition: 0.1s ease-in;
    }

    .inner-part .img {
        height: 260px;
        width: 260px;
        flex-shrink: 0;
        overflow: hidden;
        border-radius: 20px;
    }

    #imgTap:checked ~ .inner-part .img {
        height: 370px;
        width: 850px;
        z-index: 99;
        margin-top: 10px;
        transition: 0.3s 0.2s ease-in;
    }

    .img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        cursor: pointer;
        opacity: 0;
        transition: 0.6s;
    }

    #tap-1:checked ~ .inner-part .img-1,
    #tap-2:checked ~ .inner-part .img-2,
    #tap-3:checked ~ .inner-part .img-3 {
        opacity: 1;
        transition-delay: 0.2s;
    }

    .contentt {
        padding: 0 20px 0 35px;
        width: 530px;
        margin-left: 50px;
        opacity: 0;
        transition: 0.6s;
    }

    #tap-1:checked ~ .inner-part .content-1,
    #tap-2:checked ~ .inner-part .content-2,
    #tap-3:checked ~ .inner-part .content-3 {
        opacity: 1;
        margin-left: 0;
        z-index: 100;
        transition-delay: 0.3s;
    }

    .contentt span {
        display: block;
        color: #7b7992;
        margin-bottom: 15px;
        font-size: 22px;
        font-weight: 500;
    }

    .contentt .title {
        font-size: 30px;
        font-weight: 700;
        color: #0d0925;
        margin-bottom: 20px;
    }

    .contentt .text {
        color: #4e4a67;
        font-size: 19px;
        margin-bottom: 30px;
        line-height: 1.5em;
        text-align: justify;
    }

    .content button {
        display: inline-flex;
        padding: 15px 20px;
        border: none;
        font-size: 16px;
        text-transform: uppercase;
        color: #fff0e6;
        font-weight: 600;
        letter-spacing: 1px;
        background: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
        cursor: pointer;
        border-radius: 50px;
        border: 1px solid #fd3838;
    }

    .sliders {
        position: absolute;
        bottom: 25px;
        left: 65%;
        transform: translateX(-50%);
        z-index: 12;
    }

    #imgTap:checked ~ .sliders {
        display: none;
    }

    .sliders .tap {
        position: relative;
        height: 10px;
        width: 50px;
        background: #d9d9d9;
        border-radius: 5px;
        display: inline-flex;
        margin: 0 3px;
        cursor: pointer;
    }

        .sliders .tap:hover {
            background: #ccc;
        }

        .sliders .tap::before {
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            height: 100%;
            width: -100%;
            background: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
            border-radius: 10px;
            transform: scaleX(0);
            transition: transform 0.6s;
            transform-origin: left;
        }

    input {
        display: none;
    }

    #tap-1:checked ~ .sliders .tap-1::before,
    #tap-2:checked ~ .sliders .tap-2::before,
    #tap-3:checked ~ .sliders .tap-3::before {
        transform: scaleX(1);
        width: 100%;
    }

    #imgTap:checked ~ .inner-part .content {
        display: none;
    }
    /* Responsive */
    @media screen and (max-width: 50rem) {
        .inner-part {
            flex-direction: column;
        }

        .blog-card {
            height: 560px;
        }

        .sliders {
            left: 50%;
        }

        .content {
            margin-left: 0;
            width: auto;
            margin-top: 1rem;
        }

        .text {
            text-align: left !important;
        }

        .InnerRightTop {
            display:none;
        }

        #cbdy {
            margin: 0 auto;
            width: 100%;
        }

        #cddv {
            padding-left: 0px; 
        }

        #nimgDV {
            width: 100%;
        }

        .secContent {
            flex-wrap:wrap;
            margin: 0 auto;
        }

        #imgTap:checked ~ .inner-part .img {
            height: 560px;
            width: 100%;
            top: 95px;
            position: relative;
        }
    }






















    }

