/*Main Page*/
html {
    height: 100%
}
.modal-backdrop{z-index:5}
.modal-content{padding:10px;border-radius:20px;border:0;background: #f6f6f6;
    border-radius: 20px;
    -webkit-box-shadow: 0 0px 20px 0 rgb(0 0 0 / 30%) inset;
    box-shadow: 0 0px 20px 0 rgb(0 0 0 / 30%) inset;
}
.modal-body{font-size:12pt;font-weight:normal;text-align:justify}
.modal-footer{padding:5px 0 0}
.btn-default{background:#55c1c3;color:#fff;padding:2px 20px}
.modal-header .close{position:absolute;left:10px;top:30px;background:#ac976c;color:#FFF;font-size:35pt;font-weight:normal;width:35px;height:35px;padding:0;border-radius:10px;line-height:20px}
.modal-header .close:focus{border:0}
.modal-title{font-size:15pt!important;font-weight:bold;color:#55c1c3}
.modal-body{font-weight:normal;font-size:12pt!important}
.modal-header{padding:10px 20px 10px}
.mainGr {
    background: rgba(56,53,101,1);
background: -moz-linear-gradient(top, rgba(56,53,101,1) 0%, rgba(56,53,101,1) 4%, rgba(56,53,101,1) 21%, rgba(56,53,101,1) 45%, rgba(55,53,102,1) 74%, rgba(57,68,113,1) 85%, rgba(62,113,140,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(56,53,101,1)), color-stop(4%, rgba(56,53,101,1)), color-stop(21%, rgba(56,53,101,1)), color-stop(45%, rgba(56,53,101,1)), color-stop(74%, rgba(55,53,102,1)), color-stop(85%, rgba(57,68,113,1)), color-stop(100%, rgba(62,113,140,1)));
background: -webkit-linear-gradient(top, rgba(56,53,101,1) 0%, rgba(56,53,101,1) 4%, rgba(56,53,101,1) 21%, rgba(56,53,101,1) 45%, rgba(55,53,102,1) 74%, rgba(57,68,113,1) 85%, rgba(62,113,140,1) 100%);
background: -o-linear-gradient(top, rgba(56,53,101,1) 0%, rgba(56,53,101,1) 4%, rgba(56,53,101,1) 21%, rgba(56,53,101,1) 45%, rgba(55,53,102,1) 74%, rgba(57,68,113,1) 85%, rgba(62,113,140,1) 100%);
background: -ms-linear-gradient(top, rgba(56,53,101,1) 0%, rgba(56,53,101,1) 4%, rgba(56,53,101,1) 21%, rgba(56,53,101,1) 45%, rgba(55,53,102,1) 74%, rgba(57,68,113,1) 85%, rgba(62,113,140,1) 100%);
background: linear-gradient(to bottom, rgba(56,53,101,1) 0%, rgba(56,53,101,1) 4%, rgba(56,53,101,1) 21%, rgba(56,53,101,1) 45%, rgba(55,53,102,1) 74%, rgba(57,68,113,1) 85%, rgba(62,113,140,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383565', endColorstr='#3e718c', GradientType=0 );
    min-height: 100%;
    overflow: hidden;
    background-repeat:no-repeat;
    background-attachment:fixed;
}

.mainPage {
    background: url(/images/ostandari/mainpageiran.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 10%;
    bottom: 10%;
    right: 0;
    left: 0;
    text-align: center;1background-attachment:fixed
}

.mColl {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

/*.mRow3 > a {
    color: #fff;font-size: 13pt;
}
.mRow3 > a > span {
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    display: inline-block
}
.mRow3 > a:hover > span {
        color: #48d0cb
    }*/
.mRow1 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    1animation-name: Anim2;
    1animation-duration: 3s;
}

.mRow2 {
    1animation-name: Anim1;
    1animation-duration: 3s;
}
.mRow4{animation-duration:0s;}
/*.mRow3 {
    animation-name: Anim3;
    animation-duration: 3s;
}*/

@keyframes Anim1 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes Anim2 {
    from {
        opacity: 0;
        -moz-transform: translateY(-300%);
        -ms-transform: translateY(-300%);
        transform: translateY(-300%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

/*@keyframes Anim3 {
    from {
        opacity: 0;
        -moz-transform: translateY(500%);
        -ms-transform: translateY(500%);
        transform: translateY(500%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}*/
/*------------Login-------------*/
.LoginPage {
    left: 40%
}

    .LoginPage .mRow2 {
        margin: 0
    }

#NavSideLogin {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.40);
    border-radius: 0 40px 40px 0;
    width: 40%;
    text-align: center
}

#NavSideCnt {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 60%;
    margin: 0 auto;
    color: #363465
}

.NavMsgss {
    text-align: right;
    margin-bottom: 40px;
    font-size: 14pt
}

    .NavMsgss h2 {
        font-weight: 600;
        font-size: 22pt !important;
        margin-bottom: 15px
    }
/**/
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: ">";
    padding-left: .5rem;
}

.Lrow {
    text-align: right;
    margin-bottom: 15px
}

.Ltxt {
    display: block;
    width: 100%;
    padding: 7px 12% 9px 20px;
    font-size: 14pt;
    line-height: 30px;
    color: #969696;
    font-weight: 600;
    border: 0;
    border-radius: 9px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.Luser {
    background: #dcdbe3 url(/images/ostandari/user.svg) no-repeat 97% center;
    background-size: 24px;
}

.Lpass {
    background: #dcdbe3 url(/images/ostandari/pass.svg) no-repeat 97% center;
    background-size: 24px;
}

.Lcaptcha {
    display: flex
}

    .Lcaptcha > div {
        flex: 50%
    }

.Lcph {
    background: #dcdbe3
}

.Lcaptcha #radCaptcha {
    margin: 0 auto 0 0
}

    .Lcaptcha #radCaptcha img {
        width: 100% !important;
        border-radius: 9px
    }

.Lbtn {
    background: #55c1c3;
    color: #fff;
    font-weight: bold;
    width: 100%;
    border-radius: 9px;
    padding: 8px 0 5px;
    border: 0;
    font-size: 14pt;
    line-height: 30px;
    font-weight: 600;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    .Lbtn:hover {
        background: #b39468;
        cursor: pointer
    }

.Llinks {
    display: flex;
    padding-top: 40px;
    font-size: 12pt;
    color: #fff
}

.LlinkCol1 {
    width: 40%;
    text-align: right
}

.LlinkCol2 {
    width: 60%;
    text-align: left
}

.Lchk input {
    margin: 0 0 0 7px !important
}
.Lchk input{margin:0;display:none}
.Lchk label{margin:0 0 0 4px;vertical-align:middle;width:18px;height:18px;text-indent:-2000em;overflow:hidden;background:url(/images/InsertD-No.png) no-repeat center center;filter:brightness(550%);-webkit-filter:brightness(550%);-moz-filter:brightness(550%);}
.Lchk input[type="checkbox"]:checked + label {
  background-image: url(/images/InsertD-Chk.png);filter:brightness(1);-webkit-filter:brightness(1);-moz-filter:brightness(1);
}

.Lforgt {
    color: #fff;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    .Lforgt:hover {
        color: #55c1c3
    }
/*------------States------------*/
.OSTpage .mRow2 {
    margin: 0
}

.OSTpage .mRow3 {
    position: absolute;
    top: 120%;
    right: 0;
    left: 0
}

.STlink {
    width:380px;
    margin: 0 auto;
    text-align: center;
    font-size: 15pt
}

.STlink1 {
    width: 100%;
}

.STlinkFlx {
    display: flex;
    width: 100%
}

.STlink2 {
    width: 50%;
    text-align: right
}

.STlink3 {
    width: 50%;
    text-align: left
}

.STlink a {
    border-radius: 9px;
    padding:4px 4px 3px;
    display: inline-block;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-weight: bold;
    text-align: center
}

.STlnk1 {
    border: 2px solid #fcfcff;
    color: #fefef4;
    margin-bottom: 14px;
    width: 100%
}

    .STlnk1:hover {
        color: #55c1c3;
        border: 2px solid #55c1c3;
    }

.STlnk2, .STlnk3 {
    border: 2px solid rgba(255, 255, 255, 0.02);
    color: #312f60;
    background: rgba(255, 255, 255, 0.6);
    width: 95%
}

    .STlnk2:hover, .STlnk3:hover {
        background: 0;
        color: #55c1c3;
        border: 2px solid #55c1c3;
    }
/*-------------Top Link---------------*/
.TopLink {
    position: absolute;
    left:5%;
    top: 0;
    display: flex;height:35px
}

.TopLink > div {position:relative;font-size:13pt;width:40px;}
.TopLink > div.SearchPane{width:33px}
.TopLink > div.acMeno{width:160px}
.CityName {
    display: inline-block;cursor:pointer;
    width: 26px;
    height: 28px;
    background: url(/images/ostandari/geographical.svg) no-repeat center center;position:absolute;top:0;left:4px
}
.tlMenu .CityName{top:9px;z-index:2}
.tlMenu{background: rgba(255, 255, 255, 0.92);border-radius:15px;box-shadow:0 0 10px rgba(0, 0, 0, 0.36);width:190px;
        position:absolute;top:-9px;left:0;display:none;z-index:4}
.PmenuPane .tlMenu{left:-6px}
#SrchBtn {
    display: inline-block;cursor:pointer;
    width: 26px;
    height: 26px;
    background: url(/images/ostandari/search.svg) no-repeat center center;position:absolute;top:0;left:0
}
.SrchFlex{display:flex;justify-content:space-between;width:96%;}
.SrchBox {
    display:none;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 50px;line-height:10px;position:absolute;top:0;left:0;right:0;
}
.SrchFlex > div:nth-child(1){width:80%}
.SrTxt {
    height:32px;width:90%;padding-right:5px;font: 11pt/20px AriaPro, tahoma, arial, sans-serif;background:0;border:0;color:#7f817c;vertical-align:top
}
.SrTxt:focus{outline:0}
.SrBtn{width:26px;height:26px;background: url(/images/ostandari/search.svg) no-repeat center center;border:0;margin-top:4px}
.CityList {padding:10px 4px 10px 10px;margin: 0;text-align: right;list-style: none}
.PnlList {padding:10px 10px 10px 30px;margin: 0;text-align: right;list-style: none;}
.PnlList > li,.CityList > li{padding:2px}
.CityList > li > a, .PnlList > li > a {color: #a5a5a5}
.CityList > li > a:hover, .PnlList > li > a:hover{color:#55c1c3}
.SelectedCity{width:auto!important;color:#9f886e;padding-top:4px;font-weight:bold;font-size:12pt!important;white-space:nowrap}
/*--------------Scrollbar-----------------*/
.mCustomScrollbar{ -ms-touch-action: pinch-zoom; touch-action: pinch-zoom;height:220px}
.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }
.mCustomScrollBox{position: relative;overflow: hidden;height: 100%;max-width: 100%;outline: none;direction: ltr;}
.mCSB_container{overflow: hidden;width: auto;height: auto;}
.mCSB_inside > .mCSB_container{ margin-right: 30px; }
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; }
.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ margin-left: 0;margin-right: 30px;}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; }
.mCSB_scrollTools{position: absolute;width: 16px;height: auto;left: auto;top:15px;right: 0;bottom:12px;}
.mCSB_outside + .mCSB_scrollTools{ right: -26px; }
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{left: auto;right: 0;}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; }
.mCSB_scrollTools .mCSB_draggerContainer{position: absolute;top: 0;left:-18px;bottom: 0;right: 0; height: auto;}
.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }
.mCSB_scrollTools .mCSB_draggerRail{width: 2px;height: 100%;margin: 0 auto;-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;}
.mCSB_scrollTools .mCSB_dragger{cursor: pointer;width: 100%;height: 30px;z-index: 1;}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ position: relative;width: 4px;height: 100%;margin: 0 auto;-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;text-align: center;background:#b9a282}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px;}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px;}
.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_buttonDown{display: block;position: absolute;height: 20px;width: 100%;overflow: hidden;margin: 0 auto;cursor: pointer;}
.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }








/*----------Menu Panel-----------*/
.menuBtn {
    width: 26px;
    height: 26px;
    position: absolute;
    top:2px;
    left: 0;
    cursor: pointer;
    z-index: 4;
    background:url(/images/ostandari/user.svg) no-repeat center center;
    transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}


    /*---------------------------*/
    .mBtn {
    width: 22px;display:none;
    height: 23px;
    position: absolute;
    top:23px;
    right: 0;
    cursor: pointer;
    z-index: 2;
    transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.mBtn .stripesContainer {
    width: 23px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.19,1,.22,1);
    -moz-transition: -moz-transform .5s cubic-bezier(.19,1,.22,1);
    -o-transition: -o-transform .5s cubic-bezier(.19,1,.22,1);
    transition: transform .5s cubic-bezier(.19,1,.22,1)
}
.mBtn .stripesContainer .stripe {
width: 100%;
height: 2.5px;
background-color: #9f886e;
position: absolute;border-radius:30px;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: -webkit-transform .5s cubic-bezier(.19,1,.22,1),width .5s cubic-bezier(.19,1,.22,1),background-color .5s cubic-bezier(.19,1,.22,1);
-moz-transition: -moz-transform .5s cubic-bezier(.19,1,.22,1),width .5s cubic-bezier(.19,1,.22,1),background-color .5s cubic-bezier(.19,1,.22,1);
-o-transition: -o-transform .5s cubic-bezier(.19,1,.22,1),width .5s cubic-bezier(.19,1,.22,1),background-color .5s cubic-bezier(.19,1,.22,1);
transition: transform .5s cubic-bezier(.19,1,.22,1),width .5s cubic-bezier(.19,1,.22,1),background-color .5s cubic-bezier(.19,1,.22,1)
}
.mBtn .stripesContainer .stripe.stripeTop {
top: 0;
-webkit-transform-origin: top left;
-moz-transform-origin: top left;
-ms-transform-origin: top left;
-o-transform-origin: top left;
transform-origin: top left
}
.mBtn .stripesContainer .stripe.stripeCenter {
top:12px
}

.mBtn .stripesContainer .stripe.stripeBottom {
    top: 24px;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
}
.mBtn.is-active{1width:53px;1height:53px;1background:#9f886e}
.mBtn.is-active .stripesContainer{1left:16px;1top:17px}
.mBtn.is-active .stripe{1background:#FFF}
    .mBtn.is-active .stripeTop {
        -webkit-transform: translateX(6px) rotate(45deg);
        -moz-transform: translateX(6px) rotate(45deg);
        -ms-transform: translateX(6px) rotate(45deg);
        -o-transform: translateX(6px) rotate(45deg);
        transform: translateX(6px) rotate(45deg);
        width: 26px;
    }

    .mBtn.is-active .stripeCenter {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
    }

    .mBtn.is-active .stripeBottom {
        -webkit-transform: translateX(6px) rotate(-45deg);
        -moz-transform: translateX(6px) rotate(-45deg);
        -ms-transform: translateX(6px) rotate(-45deg);
        -o-transform: translateX(6px) rotate(-45deg);
        transform: translateX(6px) rotate(-45deg);
        width: 26px;top:18px!important
    }

/*--------------------------------*/
















a:hover {
    text-decoration: none;
}

.hidden {
    display: none !important;
}

input[type=radio], input[type=checkbox] {
    margin: 4px 20px 0 5px
}

h1 {
    font-size: 12pt !important;
}

h2 {
    font-size: 1rem !important;
}

h3 {
    font-size: 1rem !important;
}

h4 {
    font-size: 1rem !important;
}

.h1 {
    font-size: 1.5rem !important;
}

.h2 {
    font-size: 1rem !important;
}

.h3 {
    font-size: 1rem !important;
}

.h4 {
    font-size: 1rem !important;
}

.form-control {
    font-size: inherit !important;
}

.bg-dark {
    background-color: #282e3f !important;
}

.navbar-brand {
    font-size: 15px !important;
}

.bg-secondary-light {
    background-color: #d4d4d4 !important;
}

.text-color-secondary-light {
    color: #d4d4d4 !important;
}

.bg-color-fpnewslist {
    background-color: #f8f9fa !important
}

.btnmenu-bgcolor {
    background-color: #3b556d !important
}

.fontsize-6pt {
    font-size: 6pt !important;
}

.fontsize-7pt {
    font-size: 7pt !important;
}

.fontsize-8pt {
    font-size: 8pt !important;
}

.fontsize-9pt {
    font-size: 9pt !important;
}

.fontsize-10pt {
    font-size: 10pt !important;
}

.fontsize-11pt {
    font-size: 11pt !important;
}

.fontsize-12pt {
    font-size: 12pt !important;
}

.fontsize-13pt {
    font-size: 13pt !important;
}

.fontsize-14pt {
    font-size: 14pt !important;
}

.fontsize-15pt {
    font-size: 15pt !important;
}

.fontsize-16pt {
    font-size: 16pt !important;
}

.fontsize-17pt {
    font-size: 17pt !important;
}

.font-color-blue {
    color: #393567;
}

.font-color-brown {
    color: #aa9673;
}

@font-face {
    font-family: 'BNazanin';
    src: url('../fonts/BNazanin.ttf') format('truetype');
}

@font-face {
    font-family: 'BTitr';
    src: url('../fonts/BTitr.ttf') format('truetype');
}

.tblprintsolidblack {
    border: 1px solid black;
}

    .tblprintsolidblack tr td {
        border: 1px solid black;
        padding: 5px;
    }

.reModule {
    display: none !important;
}

.lineheight20 {
    line-height: 20px !important;
}

.lineheight30 {
    line-height: 30px !important;
}

.rounded-1 {
    border-radius: 1.25rem !important;
}

.head-bg {
    background: url(/uploads/images/header_03.png) repeat-x;
}

.body-bg {
    background: url(/uploads/images/bg-big.jpg) repeat-x scroll 0 0 #E0E5E7;
}

#wowslider-container3 .ws-title {
    left: auto !important;
    right: 0 !important;
    text-align: right !important;
}

#wowslider-container2 .ws-title {
    left: auto !important;
    right: 0 !important;
    text-align: right !important;
}

.ws_bullets {
    display: none !important;
}

.loadatag a:hover {
    filter: sepia(100%);
}

.loadatagfont a {
    color: #ffffff;
}

    .loadatagfont a:hover {
        text-decoration-line: underline;
        text-underline-offset: 18px;
        color: #ac976c;
    }

.loadatagfont .active {
    text-decoration-line: underline;
    text-underline-offset: 18px;
    color: #ac976c;
}

