body {
   /** background-color: #ececec;**/
    color: #000;
    direction: ltr;
    font-family: 'ps-light', sans-serif;
    font-size: 13px;
    font-weight: 300;
    min-width: 360px !important;
    text-align:justify !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, strong {
    font-family: 'ps-bold', sans-serif;
    font-weight: bold;
    line-height: 1.8;
}
.uploaded_register{
    border: 1px solid #dedede;
    border-radius: 5px;
    background: #fff;
    width:49%;
    margin-bottom:10px;
    
}
.uploaded_register label{
    
    background: #dedede;
    padding: 5px;
    margin: 10px;
    text-align: center;
    border-radius: 3px;
    
}

.uploaded_register span{
    
    background: #f2dede;
    padding: 5px;
    margin: 10px;
    text-align: center;
    border-radius: 3px;
    float: right;
    width: 97%;
    
}
.ps-single-article-body header 
{
    padding: 0;
}
.h1, h1 {
    font-size: 18px;
}

.h2, h2 {
    font-size: 17px;
}

.h3, h3 {
    font-size: 16px;
}

.h4, h4 {
    font-size: 15px;
}

.h5, h5 {
    font-size: 14px;
}

.h6, h6, strong {
    font-size: 13px;
}

a, a:hover, a:focus {
    text-decoration: none;
    transition-duration: 0.5s;
}

a {
    background-color: inherit;
    color: #000;
}

a:hover {
    background-color: inherit;
    color: #2b74c1;
}

a:focus {
    outline: 0;
    outline-offset: 0;
}

img {
    max-width: 100%;
    height: auto;
}

figure > a {
    display: block;
    width: 100%;
    height: 100%;
}

code, kbd, pre, samp {
    font-family: 'ps-light', Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    font-size: 90%;
}

.button, button, input[type='button'], input[type='reset'], input[type='submit'] {
    background-color: #ececec;
    border: 1px solid #ececec;
    border-radius: 2px;
    box-shadow: none !important;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: 'ps-light', sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.button:hover, button:hover, input[type='button']:hover, input[type='reset']:hover, input[type='submit']:hover {
    background-color: #606c76;
    border-color: #485560;
    box-shadow: none !important;
    color: #fff;
    outline: 0;
}

.button[disabled], button[disabled], input[type='button'][disabled], input[type='reset'][disabled], input[type='submit'][disabled] {
    cursor: default;
    opacity: .5;
}

.button[disabled]:focus, .button[disabled]:hover, button[disabled]:focus, button[disabled]:hover, input[type='button'][disabled]:focus, input[type='button'][disabled]:hover, input[type='reset'][disabled]:focus, input[type='reset'][disabled]:hover, input[type='submit'][disabled]:focus, input[type='submit'][disabled]:hover {
    background-color: #ececec;
    border-color: #ececec;
    color: #000;
}

.button.button-outline, button.button-outline, input[type='button'].button-outline, input[type='reset'].button-outline, input[type='submit'].button-outline {
    background-color: transparent;
    color: #000;
}

.button.button-outline:focus, .button.button-outline:hover, button.button-outline:focus, button.button-outline:hover, input[type='button'].button-outline:focus, input[type='button'].button-outline:hover, input[type='reset'].button-outline:focus, input[type='reset'].button-outline:hover, input[type='submit'].button-outline:focus, input[type='submit'].button-outline:hover {
    background-color: transparent;
    border-color: #606c76;
    color: #485560;
}

.button.button-outline[disabled]:focus, .button.button-outline[disabled]:hover, button.button-outline[disabled]:focus, button.button-outline[disabled]:hover, input[type='button'].button-outline[disabled]:focus, input[type='button'].button-outline[disabled]:hover, input[type='reset'].button-outline[disabled]:focus, input[type='reset'].button-outline[disabled]:hover, input[type='submit'].button-outline[disabled]:focus, input[type='submit'].button-outline[disabled]:hover {
    background-color: inherit;
    border-color: inherit;
    color: #000;
}

.button.button-clear, button.button-clear, input[type='button'].button-clear, input[type='reset'].button-clear, input[type='submit'].button-clear {
    background-color: transparent;
    border-color: inherit;
    color: #000;
}

.button.button-clear:focus, .button.button-clear:hover, button.button-clear:focus, button.button-clear:hover, input[type='button'].button-clear:focus, input[type='button'].button-clear:hover, input[type='reset'].button-clear:focus, input[type='reset'].button-clear:hover, input[type='submit'].button-clear:focus, input[type='submit'].button-clear:hover {
    background-color: transparent;
    border-color: inherit;
    color: #606c76;
}

.button.button-clear[disabled]:focus, .button.button-clear[disabled]:hover, button.button-clear[disabled]:focus, button.button-clear[disabled]:hover, input[type='button'].button-clear[disabled]:focus, input[type='button'].button-clear[disabled]:hover, input[type='reset'].button-clear[disabled]:focus, input[type='reset'].button-clear[disabled]:hover, input[type='submit'].button-clear[disabled]:focus, input[type='submit'].button-clear[disabled]:hover {
    background-color: inherit;
    color: #000;
}

input[type='email'], input[type='number'], input[type='password'], input[type='search'], input[type='tel'], input[type='text'], input[type='url'], textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: none;
    box-sizing: inherit;
    color: #555;
    height: 40px;
    line-height: 40px;
    padding: 3px 10px;
    width: 100%;
}

input[type='email']:focus, input[type='number']:focus, input[type='password']:focus, input[type='search']:focus, input[type='tel']:focus, input[type='text']:focus, input[type='url']:focus, textarea:focus, select:focus {
    border-color: #bbb;
    box-shadow: none;
    outline: 0;
}

select {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#d1d1d1" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>') center left no-repeat #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: none;
    box-sizing: inherit;
    color: #555;
    height: 40px;
    line-height: 40px;
    padding-right: 24px;
    width: 100%;
}

select:focus {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#2b74c1" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>');
}

textarea {
    min-height: 100px;
}

label, legend {
    display: block;
    font-family: 'ps-light', sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
}

fieldset {
    border-width: 0;
    padding: 0;
}

input[type='checkbox'], input[type='radio'] {
    display: inline;
}

.container, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 10px;
    padding-right: 10px;
   
}
.col-md-2 {
    margin-bottom:80px;

}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.tooltip-inner {
    border-radius: 0;
    font-family: 'ps-light', sans-serif;
    font-size: 10px;
    font-weight: 300;
}

.dropdown-menu {
    min-width: 180px;
    padding: 20px;
    margin: 0;
    font-size: 13px;
    border: 0;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.035) 0 0 0 2px;
}

.form-control, .btn {
    border-radius: 2px !important
}

.set-flex {
    display: flex;
}

.set-flex-center {
    align-items: center;
}

.set-flex-left {
    align-items: flex-end;
}

.set-flex-right {
    align-items: flex-start;
}

.position-relative {
    position: relative;
}

.aligncenter {
    display: block;
    text-align: center;
    width: auto;
    margin: 0 auto;
}

.alignleft {
    float: left;
    margin: 10px 20px 10px 0;
}

.alignright {
    float: right;
    margin: 10px 0 10px 20px;
}

/*
************************************************** Top Nav
*/
.ps-top-nav {
    background-color: #ececec;
    height: 40px;
    line-height: 40px;
}

.ps-top-nav-links {
    margin: 0;
    padding: 0;
}

.ps-top-nav-links li {
    list-style: none;
    margin-right: 30px;
    display: inline-block;
}

.ps-top-nav-links li a {
    color: rgba(0, 0, 0, .75);
    display: block;
    font-family: 'ps', sans-serif;
    font-weight: normal;
}

.ps-top-nav-links li a:hover {
    color: rgba(43, 116, 193, 1);
}

.ps-top-nav-links li a .fa {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 3px;
}

.ps-top-nav-icons .ps-top-nav-icons-item {
    color: rgba(0, 0, 0, .75);
    display: inline-block;
    width: 40px;
    text-align: center;
}

.ps-top-nav-icons .ps-top-nav-icons-item:hover {
    color: rgba(43, 116, 193, 1);
}

.ps-top-nav-icons .ps-top-nav-icons-item .fa {
    font-size: 19px;
    vertical-align: middle;
}

.ps-search-trigger {
    min-width: 258px;
    left: auto;
    right: 0;
}

@media (max-width: 992px) {
    .ps-main-header, .ps-main-header-flex {
        display: block !important;
    }

    .ps-header-logo {
        display: block !important;
    }

    .ps-language-selector {
        text-align: center;
    }

    .top-menu-container .top-menu-list {
        display: block !important;
    }

    .top-menu-container .top-menu-list > li {
        display: inline-block;
    }
    .entry-header
    {
        padding:0px !important;
    }
    .col-md-2 {width:49%}
    .contentbody {margin-top:-20%}
    
}

@media (max-width: 768px) {
    .container {
        width: 100%;
        
    }
.col-md-2 {width:100%}
    .ps-top-nav {
        height: auto;
    }

    .ps-top-nav-icons {
        text-align: center;
    }

    .ps-top-nav-icons .ps-top-nav-icons-item .fa {
        font-size: 15px;
    }

    .ps-search-trigger {
        right: auto;
        left: -50px;
    }

    .ps-top-nav-links {
        border-bottom: 1px solid #ddd;
        height: 40px;
        font-size: 12px;
    }

    .ps-top-nav-links li:first-child {
        float: left;
        margin: 0;
    }

    .ps-top-nav-links li:last-child {
        float: right;
        margin: 0;
    }

    #top-menu-container-btn {
        background-color: transparent;
        cursor: pointer;
        color: rgba(0, 0, 0, .65);
        display: block;
        font-size: 21px;
        height: 40px;
        width: 40px;
        margin: 0 auto;
        text-align: center;
    }

    #top-menu-container-btn .fa {
        line-height: 40px;
    }

    .top-menu-off-canvas-close {
        background-color: rgba(0, 0, 0, .75);
        color: inherit;
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 200;
    }

    #top-menu-off-canvas .top-menu-container {
        position: fixed;
        display: none;
        top: 0;
        bottom: 0;
        left: -250px;
        width: 250px;
        z-index: 300;
    }

    #top-menu-off-canvas .top-menu-container .top-menu-list {
        background-color: #000;
        color: inherit;
        display: block;
        padding: 20px 0 0 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        text-align: left;
    }

    /* Menu Level 1 */
    #top-menu-off-canvas .top-menu-container .top-menu-list > li {
        display: block;
        font-family: 'ps', sans-serif;
        font-weight: normal;
        margin-right: 0;
        min-height: 40px;
        line-height: 40px;
    }

    #top-menu-off-canvas .top-menu-container .top-menu-list > li > a {
        color: rgba(255, 255, 255, .75);
        padding: 0 25px;
    }

    #top-menu-off-canvas .top-menu-container .top-menu-list > li > a .fa {
        margin-left: 15px;
    }

    #top-menu-off-canvas .top-menu-container .top-menu-list > li:hover > a {
        background-color: rgba(0, 0, 0, 0.035);
        color: #fff;
    }

    /* Menu Level 2 */
    #top-menu-off-canvas .top-menu-container .top-menu-list > li > .sub-menu-0 {
        background-color: #111;
        color: inherit;
        position: relative;
        top: 0;
        left: 0;
        width: 250px;
    }

    #top-menu-off-canvas .top-menu-container .top-menu-list > li > .sub-menu-0 > li > .sub-menu-1 {
        background-color: #222;
        box-shadow: rgba(0, 0, 0, 0.035) 0 0 0 2px;
        color: inherit;
        display: none;
        position: relative;
        top: 100%;
        left: 0;
        min-width: 180px;
        margin: 0;
        padding: 0;
    }

    #top-menu-off-canvas .top-menu-container .top-menu-list > li > .sub-menu-0 a {
        background-color: inherit;
        color: rgba(255, 255, 255, 0.5)
    }

    #top-menu-off-canvas .top-menu-container .top-menu-list > li > .sub-menu-0 a:hover {
        background-color: inherit;
        color: #2b74c1
    }
    
    .entry-header
    {
        padding:0px !important;
    }
    .contentbody
    {
        height:auto !important;
    }
    footer .container .row div {
    min-height: auto !important;
    /* display: none; */
    }
    
    .um-dropdown
    {
    right: -145px !important;
    top:37px !important;
    }
    
    
}

.ps-search-trigger-form {
    margin: -20px;
    line-height: normal;
}

.ps-search-trigger-form .fa {
    font-size: 15px !important;
}

.ps-search-trigger .input-group {
    padding: 15px;
}

.ps-search-trigger-form .input-group .form-control {
    width: calc(100% - 39px) !important;
}

.ps-search-trigger-form .input-group-btn {
    width: 39px !important;
}

/*
************************************************** Pin Btn
*/
.ps-home-pin-btn {
    border-left: 2px solid transparent;
    border-image: linear-gradient(to top, transparent, #ddd, #ddd, transparent);
    border-image-slice: 1;
    position: fixed;
    top: 100px;
    bottom: 100px;
    left: 50px;
    z-index: 1000;
}

.ps-home-pin-btn ul {
    padding: 0 0 0 5px;
    margin: 0 0 0 -11px;
    position: fixed;
    top: calc(50% - 50px);
}

.ps-home-pin-btn ul li {
    list-style: none;
    width: 12px;
    overflow: hidden;
}

.ps-home-pin-btn ul:hover li {
    list-style: none;
    width: auto;
    overflow: visible;
    transition-duration: 0.5s;
}

.ps-home-pin-btn ul li a {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0 10px;
    margin: 0 0 0 12px;
    position: relative;
}

.ps-home-pin-btn ul:hover li a {
    margin-bottom: 10px;
    height: 28px;
    line-height: 28px;
    transition-duration: 0.5s;
}

.ps-home-pin-btn ul li:last-child a {
    margin-bottom: 0;
}

.ps-home-pin-btn ul li a:hover {
    background-color: #66a621;
    border-color: #4e890d;
    color: #fff;
}

.ps-home-pin-btn ul li a:before {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 100%;
    content: '';
    position: absolute;
    top: 8px;
    left: -13px;
    width: 10px;
    height: 10px;
    transition-duration: 0.5s;
}

.ps-home-pin-btn ul li:hover a:before {
    background-color: #66a621;
    border: 1px solid #4e890d;
}

.ps-home-pin-btn ul:hover li a:before {
    transition-duration: 0.5s;
}

/*
************************************************** Header
*/
.ps-main-header {
    background-color: #fff;
    min-height: 100px;
}

.ps-header-logo {
    display: flex;
    align-items: center;
}

.top-menu-container .top-menu-list {
    margin: 0;
    padding: 0;
    height: 50px;
    line-height: 50px;
}

.top-menu-container .top-menu-list li {
    list-style: none;
    align-items: center;
}

/* Menu Level 1 */

.top-menu-container .top-menu-list > li {
    margin-right: 35px;
    position: relative;
}

.top-menu-container .top-menu-list > li:last-child {
    margin-right: 0;
}

.top-menu-container .top-menu-list > li > a {
    background-color: inherit;
    /** color: rgba(0, 0, 0, 0.9); **/
    color:#540b00;
    display: block;
    white-space: nowrap;
    font-family: 'ps', sans-serif;
    font-weight: normal;
    font-size: 14px;
    font-weight:bold;
}

.top-menu-container .top-menu-list > li > a .fa {
    margin-left: 5px;
    opacity: 0.5;
}

.top-menu-container .top-menu-list > li:hover > a {
    background-color: inherit;
    color: #2b74c1;
}

@media (max-width: 1306px) {
    .top-menu-container .top-menu-list > li {
        margin-right: 25px;
    }

    .top-menu-container .top-menu-list > li > a {
        font-size: 13px;
    }
}

/* Menu Level 2 */

.top-menu-container .top-menu-list > li > .sub-menu-0 {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.035) 0 0 0 2px;
    color: inherit;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 180px;
    margin: 0;
    padding: 0;
    z-index: 10;
}

/* Menu Level 2 & 3 */

.top-menu-container .top-menu-list > li > .sub-menu-0 li {
    min-height: 44px;
    line-height: 44px;
    position: relative;
    min-width: 250px;
    text-align: right;
    letter-spacing: normal;
    font-size: 12px;
}

.top-menu-container .top-menu-list > li > .sub-menu-0 li a {
    display: block;
    padding: 0 25px;
    position: relative;
    z-index: 10;
}

.top-menu-container .top-menu-list > li > .sub-menu-0 li a .fa {
    margin-right: 5px;
    opacity: .5;
}

.top-menu-container .top-menu-list > li > .sub-menu-0 > li:hover > a {
    background-color: rgba(0, 0, 0, 0.04);
    color: #2b74c1;
}

.top-menu-container .top-menu-list > li > .sub-menu-0 > li > .sub-menu-1 {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.035) 0 0 0 2px;
    color: inherit;
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 180px;
    margin: 0;
    padding: 0;
    z-index: 1;
}

.top-menu-container .top-menu-list > li > .sub-menu-0 > li > .sub-menu-1 > li > a .fa {
    font-size: 7px;
}

.top-menu-container .top-menu-list > li > .sub-menu-0 > li > .sub-menu-1 > li:hover > a {
    background-color: rgba(0, 0, 0, 0.04);
    color: #2b74c1;
}

/*
************************************************** Language
*/
.ps-language-selector {
    font-size: 12px;
}

.ps-language-selector ul {
    margin: 0;
    padding: 0;
    height: 50px;
    line-height: 50px;
}

.ps-language-selector ul li {
    list-style: none;
}

.ps-language-selector ul li a {
    display: block;
}

/*
************************************************** Fixed Menu
*/

.ps-fixed-menu {
    background-color: #fff;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    display: none;
    height: 50px;
    line-height: 50px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.ps-fixed-menu .ps-header-logo {
    height: 48px;
    overflow: hidden;
}

.ps-fixed-menu .ps-header-logo .ps-header-logo-image {
    display: block;
    height: 50px;
}

@media (max-width: 992px) {
    .ps-fixed-menu .ps-header-logo {
        display: flex !important;
        align-self: center;
    }

    .ps-fixed-menu .ps-header-logo .ps-header-logo-image {
        height: auto;
        width: 100%;
    }
    
    figure.ps-home-article-post-thumbnail {
    width: 100%;
    border-radius: 0;
    position: a;
    display: inline-block;
    padding: 0;
    /* margin-left: 0 !important; */
    float: l;
    /*background-color:#fff !important;*/
    }
    .contentbody
    {
        margin-top:0 !important;
        height:auto;
    }
    .entry-header
    {
        padding:0;
    }
    .continue
    {
        display:none !important;
    }
    .ps-content-area
    {
        padding:0 !important;
    }
}

/*
************************************************** Slider
*/
.ps-home-slider, .ps-home-slider-carousel .item {
    height: 450px;
    width: 100%;
}

.carousel-control {
    background: none !important;
}

.left.carousel-control {
    right: 0;
    left: auto;
}

.right.carousel-control {
    right: auto;
    left: 0;
}

.carousel-control span {
    position: relative;
    top: 50%;
}

.carousel-control .fa {
    font-size: 30px;
    text-shadow: none;
}

.ps-home-slider-carousel .item {
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
}

/****
************************************************** News
****/
.news-last span
{
    background:#878787;
}
.news-last a
{
    color:#fff;
    font-weight:bold;
}


/*
************************************************** Descriptions
*/
.ps-home-desc {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.85);
    padding: 50px 0 70px 0;
}

.home-desc-icon {
    font-size: 120px;
}

.home-desc-icon .fa {
    vertical-align: middle;
    transition-duration: 0.5s;
}

.ps-home-desc > .container > .row > div:hover .home-desc-icon .fa {
    color: #66a621;
    transition-duration: 0.5s;
}

.home-desc-title h2 {
    font-family: 'ps-light', sans-serif;
    font-weight: 300;
    font-size: 25px;
    margin-top: 0;
}

.home-desc-text p {
    margin: 0 auto;
    padding: 0;
    width: 75%;
    font-size: 14px;
    line-height: 2.2;
}

@media (max-width: 992px) {
    .home-desc-icon {
        font-size: 100px;
    }

    .home-desc-title h2 {
        font-size: 20px;
    }
}

/*
************************************************** Field Info
*/
.ps-home-field-info {
    padding: 70px 0;
}

.ps-home-field-info h2 {
    color: rgba(0, 0, 0, 0.75);
    font-family: 'ps-med', sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 40px 0;
}

.field-info-icon {
    text-align: center;
    margin-bottom: 20px;
}

.field-info-icon img {
    width: 50%;
    opacity: .75;
}

.field-info-number {
    color: rgba(0, 0, 0, 0.75);
    font-family: 'ps-bold', sans-serif;
    font-weight: bold;
    font-size: 25px;
}

.field-info-text h3 {
    color: rgba(0, 0, 0, 0.65);
    font-family: 'ps-light', sans-serif;
    font-weight: 300;
    font-size: 17px;
    margin-top: 10px;
}

@media (max-width: 1306px) {
    .field-info-text h3 {
        font-size: 15px;
    }
}

/*
************************************************** Account
*/
.ps-home-account {
    background-color: #fff;
    /*padding: 70px 0;*/
}

.ps-home-account h2 {
    color: rgba(0, 0, 0, 0.75);
    font-family: 'ps-med', sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 40px 0;
}

.ps-mc {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    display: inline-block;
    height: 7px;
    width: 7px;
    margin-right: 5px;
}

.ps-mb {
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 100%;
    display: inline-block;
    height: 15px;
    width: 15px;
    vertical-align: middle;
    margin-right: 10px;
}

.ps-home-account label {
    margin-bottom: 10px;
}

.ps-account-field {
    min-height: 110px;
}

.ps-account-field-modal {
    margin-bottom: 12px;
    margin-top: 12px;
}

.ps-top-nav .modal-body {
    line-height: 1.6;
}

.ps-account-field-modal .help-block {
    line-height: 20px;
    margin: 0;
}

.ps-login-container {
    border-left: 1px solid #ececec;
    padding: 0 0 0 20px;
    min-height: 400px;
}

.ps-login-container a {
    display: block;
    height: 70px;
}

@media (max-width: 768px) {
    .ps-login-container {
        border-left: none;
        border-top: 1px solid #ececec;
        padding: 50px 0 0 0;
        margin-top: 50px;
    }
}

/*
************************************************** Content
*/
.ps-content-area {
    padding: 70px 0;
}

.ps-content-area h2 {
    color: rgba(0, 0, 0, 0.75);
    font-family: 'ps-med', sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 40px 0;
}

.ps-content-area-more {
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    line-height: 36px;
}

.ps-content-area-more a {
    color: rgba(0, 0, 0, .5);
    padding: 0 15px;
    font-size: 12px;
}

.ps-content-area-more a:hover {
    color: #2b74c1;
}

.ps-home-article-body {
  /*  background-color: #fff; */
}
.contentbody
{
    background: #fff;
    height: 250px;
    margin-top: -50%;
    text-align:center;
}
.entry-header {
    padding: 102px 0 0 0;
}
.center-text {
    text-align: center;
    margin-top: 30px;
    color: #590e05;
}
.ps-home-article-post-thumbnail {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 195px;
    margin: 0 0 20px 0;
    position: relative;
    border-radius:10px;
    border: 3px solid #590e05;
}

.ps-home-content-area .ps-home-article-post-thumbnail {
    height: 120px;
}

.ps-home-article-post-thumbnail:after {
    border: 2px solid transparent;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition-duration: 0.5s;
    z-index: 10;
}

.ps-home-article-body:hover .contentbody{
    border: 2px solid #9f1f06;
    transition-duration: 0.5s;
}

.ps-home-article-post-thumbnail a {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.ps-main-header.set-flex.set-flex-center
{
    border-bottom:6px solid #878787;
}

.ps-home-article-body .entry-header h3 {
    margin: 0 20px;
    font-family: 'ps-med', sans-serif;
    font-weight: 500;
    font-size: 19px;
}
.site-content,.site-footer
{
    background:url(../img/bac.png) ;
    background-size: 150%;
}
.footer-copyright.text-center span {
    background: #fff;
    padding: 7px;
    border-radius: 9px;
}
.footer-padding.ps-footer-qa
{
    background: url(../img/horse-vector.png) no-repeat;
    background-size: auto auto;
    width: 100%;
    height: 200px;
    background-size: 84%;
    float: right;
    text-align: right;
    position: absolute;
}
.nav-tabs span 
{
    background: url(../img/news_icon.png) no-repeat;
    width: 95%;
    height: 200px;
    position: absolute;
    background-position: center;
    background-size: 22%;
    margin-top: -1.5%;
}
.ps-home-content-area .ps-home-article-body .entry-header h3 {
    font-size: 16px;
}

.ps-home-article-body .entry-header h3 a {
    color: rgba(0, 0, 0, 0.75);
}

.head_footer {
    background: #9f1f06;
    padding: 1px 0;
    text-align: center;
    color: #fff;
    height: 69px;
}


.entry-content-footer {
    color: rgba(0, 0, 0, 0.5);
    padding: 10px 20px 20px 20px;
    font-family: 'ps-light', sans-serif;
    font-weight: 300;
    font-size: 12px;
}
.continue
{
    text-align: center;
    width: 50% !important;
    background: #9f1f06;
    margin: 0 auto;
    display: block;
    padding: 5px;
    border-radius: 5%;
    position: absolute;
    bottom: -12px;
    right: 25%;
}
.continue a
{
    color:#fff;
}
.ps-home-content-area .entry-content-footer {
    line-height: 1.8;
}

.ps-content-area .tab-content header.position-relative {
    height: 40px;
}

.ps-content-area .nav-tabs {
    border: none;
}

.ps-content-area .nav-tabs > li > a {
    font-size: 15px;
    border: none;
    border-radius: 3px;
}

.ps-content-area .nav-tabs > li.active > a, .ps-content-area .nav-tabs > li.active > a:hover, .ps-content-area .nav-tabs > li.active > a:focus {
    background-color: #f9f9f9;
    border: none;
}

.ps-home-article-content p {
    color: rgba(0,0,0,.75);
    line-height: 2.2;
}

@media (max-width: 1306px) {
    .ps-home-article-post-thumbnail {
        height: 200px;
    }

    .ps-home-content-area .ps-home-article-body .entry-header h3 {
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    .ps-home-article-post-thumbnail {
        height: 350px;
    }
    
   

    .ps-home-article-body .entry-header h3 {
        font-size: 16px;
    }

    .ps-home-news, .ps-home-projects {
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .ps-home-article-body {
        margin-bottom: 20px;
    }
  
    
}
  @media (max-width: 768px) {.elementor:not(.elementor-edit-area-active) .elementor-hidden-phone {
    display: block !important;}


/*
************************************************** Map
*/
.ps-home-map {
    background-color: #fff;
    padding: 70px 0;
}

.ps-home-map h2 {
    color: rgba(0, 0, 0, 0.75);
    font-family: 'ps-med', sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 40px 0;
}

.map-available {
    fill: #66a621 !important;
}

.map-soon {
    fill: #858585 !important;
}

#IranMap .map .province path.map-available:hover {
    fill: #467a0f !important;
}

#IranMap .map .province path.map-soon:hover {
    fill: #6d6d6d !important;
}

#IranMap .map {
    width: 100% !important;
}

#IranMap .map svg {
    height: auto !important;
    width: 100% !important;
}

.ps-city h4 {
    color: rgba(0, 0, 0, 0.75);
    margin: 0 0 20px 0;
    font-size: 20px;
}

.ps-city, .ps-city p {
    color: rgba(0, 0, 0, 0.75);
    line-height: 2.2;
}

.ps-map-info {
    display: block;
    position: relative;
}

.ps-map-icons {
    color: rgba(0, 0, 0, .75);
    position: absolute;
    bottom: 0;
    line-height: 2.5;
    font-size: 11px;
}

.ps-green {
    background-color: #66a621;
}

.ps-gray {
    background-color: #858585;
}

.ps-light-gray {
    background-color: #eee;
}

@media (max-width: 992px) {
    .ps-map-info {
        height: auto !important;
        min-height: 90px;
    }
}

/*
************************************************** Footer
*/
.site-footer {
    color: rgba(0, 0, 0, .75);
    padding: 70px 0 25px 0;
}

.footer-padding {
    padding: 0 70px;
}

.ps-footer-desc {
    line-height: 1.8;
    font-size: 15px;
    text-align: justify;
}

.ps-footer-icons {
    margin-top: 120%;
    font-size: 24px;
}

.ps-footer-icons a {
    display: inline-block;
    padding: 0 10px;
}

.ps-footer-title {
    color: rgba(0, 0, 0, .75);
    display: block;
    font-family: 'ps-med', sans-serif;
    font-weight: 500;
    font-size: 15px;
    margin: 0;
    padding-bottom: 20px;
}

.footer-info {
    line-height: 1.8;
    margin-bottom: 30px;
    position: relative;
    padding-left: 25px;
}

.footer-info-icon {
    color: #4f9c17;
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    vertical-align: middle;
    font-size: 17px !important;
}

.ps-footer-qa ul {
    margin: 0;
    padding: 0;
}

.ps-footer-qa ul li {
    list-style: none;
    margin-bottom: 13px;
}

.ps-footer-qa ul li a {
    padding-left: 5px;
}

.footer-copyright {
  /**  border-top: 1px solid rgba(0, 0, 0, 0.05); **/
    border-top:3px solid #9f1f06;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    display: block;
    margin-top: 40px;
    padding-top: 30px;
}

@media (max-width: 768px) {
    .site-footer {
        padding: 30px 0;
    }

    .ps-footer-icons, .ps-footer-title, .ps-footer-qa {
        display: none;
    }

    .footer-info {
        margin-bottom: 10px;
    }

    .footer-copyright {
        margin-top: 15px;
    }
}

/*
************************************************** Single
*/
.ps-single-content-area {
    background-color: #fff;
    padding: 30px 0 50px 0;
    margin-top: 1px;
}

.ps-single-article-title .entry-title {
    border-bottom: 3px solid #ececec;
    display: inline-block;
    font-size: 30px;
    margin: 30px 0 10px 0;
    line-height: 2;
}

.ps-single-entry-title-footer {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    margin: 0 0 30px 0;
}
.image-post{
  width:80%;
  height:80%;
 margin-left:10%;
  margin-right:10%;
}
.ps-single-article-content {
    color: rgba(0, 0, 0, 0.75);
}

.ps-single-article-content p, .ps-single-article-content li {
    font-size: 14px;
    line-height: 2.2;
}

.ps-single-article-content p a, .ps-single-article-content li a, .ps-single-article-content blockquote a, .ps-single-article-content table a {
    border-bottom: 2px solid #f1f1f1;
    color: #2b74c1;
}

.ps-single-article-content p a:hover, .ps-single-article-content li a:hover, .ps-single-article-content blockquote a:hover, .ps-single-article-content table a:hover {
    border-bottom: 2px solid #2b74c1;
}

.ps-single-article-content h1, .ps-single-article-content .h1 {
    font-size: 19px;
}

.ps-single-article-content h2, .ps-single-article-content .h2 {
    font-size: 18px;
}

.ps-single-article-content h2, .ps-single-article-content .h2 {
    font-size: 17px;
}

.ps-single-article-content h4, .ps-single-article-content .h4 {
    font-size: 16px;
}

.ps-single-article-content h5, .ps-single-article-content .h5 {
    font-size: 15px;
}

.ps-single-article-content h6, .ps-single-article-content .h6, .ps-single-article-content strong {
    font-size: 14px;
}

.ps-single-article-content table {
    background-color: #fff;
    width: 100%;
}

.ps-single-article-content table th, .ps-single-article-content table caption, .ps-single-article-content table td {
    border: 1px solid #ddd;
    padding: 10px;
}

.ps-single-article-content table th, .ps-single-article-content table caption {
    background-color: #60666f;
    border-color: #545b65;
    color: #fff;
    font-family: 'ps-bold', sans-serif;
    font-weight: bold;
}

.ps-single-article-content table caption {
    font-size: 14px;
    text-align: center;
    margin-bottom: -1px;
    padding: 5px 10px;
}

.ps-single-article-content table tr:hover {
    background-color: #f3f3f3;
}

.ps-single-article-content img {
    max-width: 100%;
    height: auto;
}

blockquote {
    color: rgba(0, 0, 0, 0.75);
    padding: 0 20px;
    margin: 0 20px;
    border-left: 5px solid #eee;
}

code {
    font-size: 100%;
}

.wp-caption {
    max-width: 100%;
    height: auto;
}

.wp-caption-text {
    background-color: rgba(0, 0, 0, 0.025);
    border: 1px dashed rgba(0, 0, 0, 0.075);
    color: rgba(0, 0, 0, 0.75);
    font-size: 13px;
    padding: 5px 10px;
    margin-top: 5px;
}

.size-full {
    max-width: 100%;
    height: auto;
}

.ps-single-article-content .gallery {
    display: block;
    clear: both;
    text-align: center;
    margin-right: -10px;
    margin-left: -10px;
}

.ps-single-article-content .gallery:after, .ps-single-article-content .gallery:before {
    content: '';
    display: table;
    clear: both;
}

.ps-single-article-content .gallery-item {
    float: left;
    margin-bottom: 20px;
}

.ps-single-article-content .gallery-item img {
    width: calc(100% - 20px);
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
}

.ps-single-article-content .gallery-columns-1 .gallery-item {
    width: 100%;
}

.ps-single-article-content .gallery-columns-1 .gallery-item img {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.ps-single-article-content .gallery-columns-2 .gallery-item {
    width: 50%;
}

.ps-single-article-content .gallery-columns-3 .gallery-item {
    width: 33.33333%;
}

.ps-single-article-content .gallery-columns-4 .gallery-item {
    width: 25%;
}

.ps-single-article-content .gallery-columns-5 .gallery-item {
    width: 20%;
}

.ps-single-article-content .gallery-columns-6 .gallery-item {
    width: 16.66666%;
}

.ps-single-article-content .gallery-columns-7 .gallery-item {
    width: 14.28571%;
}

.ps-single-article-content .gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.ps-single-article-content .gallery-columns-9 .gallery-item {
    width: 11.11111%;
}

/*
************************************************** No Result & 404
*/
.no-results {
    background-color: #fff;
    padding: 50px;
}

.error-404 {
    background-color: #fff;
    margin: 70px 0;
}

.no-results-page-content form, .notfound-page-body form {
    margin: 20px 0;
}

.notfound-page {
    padding: 50px 50px 0 50px;
}

.notfound-page-title {
    padding: 10px 30px;
    margin: 0 0 1px 0;
}

.notfound-page-text {
    padding: 20px 0;
    margin: 0;
}

.notfound-page-body {
    padding: 0px 50px 50px 50px;
    margin-bottom: 20px;
}

.notfound-page-404 {
    background-color: #fff;
    text-align: center;
    font-size: 100px;
    padding: 0;
    margin: 0;
}

.notfound-page-404 .fa {
    margin-right: 20px;
}

/*
************************************************** Pagination
*/

.pagination {
    display: block;
    margin: 10px 0 0 0;
    padding: 10px;
    border-radius: 0;
    width: 100%;
}

.nav-links {
    text-align: center;
}

.nav-links::after, .nav-links::before {
    display: table;
    clear: both;
    content: '';
}

.pagination::after, .pagination::before {
    display: table;
    content: '';
    clear: both;
}

.pagination span, .pagination a {
    border-radius: 2px;
    display: inline-block;
    float: none;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    min-width: 30px;
    text-align: center;
    padding: 0 5px;
    font-family: 'ps-light', sans-serif;
    font-weight: 300;
    font-size: 14px;
}

.pagination span {
    background-color: rgba(0, 0, 0, .15);
    color: #fff;
}

.pagination a {
    background-color: #fff;
}

.pagination a:hover {
    background-color: #2b74c1;
    color: #fff;
}

/*
************************************************** Contact
*/
.ps-contact {
    margin: 40px 50px;
}

.ps-contact-bar {
    margin-bottom: 50px;
    text-align: center;
}

.ps-contact-bar a {
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 100%;
    color: rgba(0, 0, 0, 0.75);
    display: inline-block;
    text-align: center;
    margin: 10px 20px;
    width: 120px;
    height: 120px;
    line-height: 35px;
    font-size: 12px;
}

.ps-contact-bar a:hover {
    background-color: #fafafa;
    border: 2px solid #4f9c17;
}

.ps-contact-bar a .fa {
    display: block;
    color: #666;
    font-size: 40px;
    margin-top: 20%;
    transition-duration: 0.5s;
}

.ps-contact-bar a:hover .fa {
    color: #4f9c17;
    transition-duration: 0.5s;
}

.ps-contact-panel {
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 50px;
    position: relative;
    padding: 50px;
}

.ps-contact-panel-icon {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 100%;
    color: #4f9c17;
    position: absolute;
    font-size: 25px;
    top: -25px;
    left: 50px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
}

.ps-contact-panel-body table {
    margin: 0 50px;
}

.ps-contact-panel-body table tr td {
    border: none;
}

.ps-contact-panel-body table tr:hover {
    background: none;
}

.ps-contact-panel-body-social h2 {
    margin-bottom: 30px;
}

.ps-contact-panel-body-social .fa {
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 100%;
    color: #666;
    padding: 5px;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

/*
************************************************** Colorbox Core
*/
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
    background: #000;
    opacity: 0.9;
}

#colorbox {
    outline: 0;
}

#cboxContent {
    margin-top: 20px;
    background: #000;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    border: 5px solid #000;
    background: #fff;
}

#cboxTitle {
    position: absolute;
    top: -20px;
    left: 0;
    color: #ccc;
}

#cboxCurrent {
    position: absolute;
    top: -20px;
    right: 0;
    color: #ccc;
}

#cboxLoadingGraphic {
    background: url(../img/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
    outline: 0;
}

#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff;
}

#cboxPrevious {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -32px;
    background: url(../img/controls.png) no-repeat top left;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}

#cboxPrevious:hover {
    background-position: bottom left;
}

#cboxNext {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -32px;
    background: url(../img/controls.png) no-repeat top right;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}

#cboxNext:hover {
    background-position: bottom right;
}

#cboxClose {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    background: url(../img/controls.png) no-repeat top center;
    width: 38px;
    height: 19px;
    text-indent: -9999px;
}

#cboxClose:hover {
    background-position: bottom center;
}

/***************/
.um-name
{
    margin-top:100px;
}
ul#rcp_subscription_levels li {
    background: #dedede;
    padding: 13px;
    border-radius: 5px;
    border: 1px dashed #c1c1c1;
}
ul.um-misc-ul li {
    background: #dedede;
    margin: 10px 0;
    padding: 13px;
    border: 1px solid;
    list-style: none;
}
ul.um-misc-ul li a {
    background: none;
}

ul.um-misc-ul li:hover, ul.um-misc-ul li:hover > a{
    background: #9F1F06;
    color:#fff;
}




/*********

Edit

****/

ul#rcp_subscription_levels label {
    WIDTH: 100% !important;
}
/*
.required.rcp_level {
    display: none;
}
*/
.required.rcp_level {
    display:none;
}

.required.rcp_level:checked + label{
    border:2px solid #ff9b8c;
    background:#ffa496;
    padding:20px;
}

.required.rcp_level:checked + label::before {
    content:"";
    background:url("../img/checked.png") no-repeat;
    background-size:100%;
    position: absolute;
    left: 50px;
    padding: 53px 20px;
    opacity: .5;
    display: inline-block;
}

.rcp_level_description{
    border:none !important;
}
.gfield_description{
    background:#f8d7da;
    padding:5px !important;
}
.um-profile-nav-item.um-profile-nav-horse a{
    
 background: #9F1F06;   
 padding: 5px;
    
}
.um-profile-nav-item.um-profile-nav-type a{
    
 background: #9F1F06;   
 padding: 5px;
    
}
.menu_profile a{
    color:#fff !important;
    
}
