/*
IRAN Sans-serif fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: (DDPS4)
--------------------------------------------------------------------------------------
*/

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('font/eot/IRANSansWeb.eot');
    src: url('font/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('font/woff2/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('font/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('font/ttf/IRANSansWeb.ttf') format('truetype');
}

body {
    direction: rtl;
    font-family: IRANSans, Arial, Helvetica, Sans-Serif;
    color: #555;
    background: #fff;
    font-size: 13px;
    line-height: 24px
}


.main-menu-btn {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    text-indent: 28px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
/* hamburger icon */
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
    position: absolute;
    top: 50%;
    left: 2px;
    height: 2px;
    width: 24px;
    background: #bbb;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.main-menu-btn-icon:before {
    content: '';
    top: -7px;
    left: 0;
}
.main-menu-btn-icon:after {
    content: '';
    top: 7px;
    left: 0;
}
/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: transparent;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
}
/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
    display: none;
}
#main-menu-state:checked ~ #main-menu {
    display: block;
}
@media (min-width: 992px) {
    /* hide the button in desktop view */
    .main-menu-btn {
        position: absolute;
        top: -99999px;
    }
    /* always show the menu in desktop view */
    #main-menu-state:not(:checked) ~ #main-menu {
        display: block;
    }
}

.navbar-toggle {
    float: right;
    margin-left: 0;
    margin-right: 10px
}

.navbar-toggle .icon-bar {
    background-color: #fff
}

.main-menu li .mega-menu {
    position: absolute;
    background-color: #1ba39c;
    width: 300px;
    right: 0;
    top: 50px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 11px;
    border-radius: 3px;
    display: none;
    z-index: 999
}

.main-menu li:hover .mega-menu {
    display: block
}

.main-menu li > .mega-menu:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #1ba39c transparent;
    position: absolute;
    top: -16px;
    right: 20px
}

.main-menu li > .mega-menu li {
    float: none;
    border-bottom: 1px solid #dddddd
}

.main-menu li > .mega-menu li:last-child {
    border-bottom: 0 none
}

.main-menu li > .mega-menu li:after {
    display: none
}

.main-menu li > .mega-menu li a {
    display: block;
    padding: 5px 0
}
.main-menu > li{
    font-weight:bold;
}

.mega-menu li {
    list-style: none;
    font-weight:normal;
}

.mega-menu {
    display: table
}

.mega-menu ul {
    float: right;
    width: 50%;
    padding: 0 10px
}

.fix-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 10px #555;
    transition: all 0.5ms
}

.fix-header .menu-bar {
    box-shadow: 0 0 10px #555
}

.fix-header .navbar-toggle {
    height: auto;
    line-height: unset;
    margin: 3px
}

.fix-header .logo img {
    width: 70px
}

.fix-header .object-header {
    display: none
}

.fix-header .top-nav {
    display: none
}

.fix-header .main-menu a {
    padding: 8px
}

.fix-header .menu-bar:before {
    border-width: 41px 15px 30px 0px
}

.fix-header .menu-bar:after {
    border-width: 30px 0px 41px 15px
}

.main-footer {
    background-color: #0b486b;
    color: #fff;
    margin-top: 60px
}

.footer-content {
    padding: 30px 0 50px;
    font-size: 13px;
    line-height: 24px
}

.footer-content a {
    color: #b8ced9
}

.footer-content a:hover {
    color: #fff
}

.footer-content .news-letter{
    margin-right: -30px;
}

.main-footer ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.main-footer ul li{
    list-style: circle;
}

/*.main-footer ul li:before {*/
    /*content: '';*/
    /*display: inline-block;*/
    /*width: 8px;*/
    /*height: 8px;*/
    /*background-color: #45ada8;*/
    /*border-radius: 10px;*/
    /*border: 2px solid #222c35;*/
    /*box-shadow: 0 0 0px 1px #45ada8;*/
    /*margin-left: 8px*/
/*}*/

.footer-logo {
    display: block
}

.footer-logo:hover {
    opacity: 0.8
}

.contact-info {
    list-style: none;
    font-size: 11px;
    margin: 10px 0 !important
}

.contact-info li:before {
    display: none !important
}

.contact-info i {
    color: #dddddd;
    font-size: 15px;
    margin-left: 5px;
    text-align: center;
    min-width: 15px
}

.contact-info span {
    float: left
}

.contact-info li{
    list-style: none !important;
}

.main-footer h4{
    border-bottom: 2px solid #0abafd;
    padding-bottom: 5px;
    margin-right: -15px;
    max-width: 200px;
}

.copyrights {
    border-top: 1px solid #223344;
    font-size: 11px;
    color: #a3c0d0;
    padding: 18px 0;
}

.copyrights p {
    margin: 5px 0 0
}

.copyrights a {
    color: #a3c0d0
}

.designer-text {
    opacity: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease
}

.main-footer:hover .designer-text {
    opacity: 1
}

.inside .widget {
    padding: 1px 20px 10px 20px;
    background-color: #f2f4f8
}

.btn-header {
    text-align: left;
}

.btn-header a {

}
.content{
    width: 100%;
    padding-right: 15px;
}
.content img {
    margin: 0 auto;
    display: block
}

@media screen and (min-width: 1199px) {
    .res-menu.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        visibility: visible !important
    }

    .navbar-toggle {
        display: none
    }
}

@media screen and (max-width: 1300px) {
    .object-slide {
        height: 300px;
        bottom: 0;
        left: 10%
    }
}

@media screen and (max-width: 1199px) {
    .top-nav .btn {
        margin: 9px 4px
    }

    .res-menu.collapse {
        padding-bottom: 0;
        overflow: hidden !important
    }

    .navbar-toggle {
        display: block
    }

    .menu-bar:before, .menu-bar:after {
        display: none
    }

    .nav-search {
        left: 10px
    }

    .res-menu {
        width: 100%
    }

    .main-menu {
        width: 100%
    }

    .main-menu a {
        display: block
    }

    .main-menu li {
        float: right;
        width: 100%
    }

    .main-menu li:after {
        display: none
    }

    .main-menu li:hover > .mega-menu {
        display: none
    }

    .main-menu li > .mega-menu {
        position: relative;
        top: 0;
        width: 100%;
        float: right
    }

    .object-slide {
        height: 250px;
        bottom: 0;
        left: 10%
    }

    .mega-menu ul, .mega-menu {
        width: 100% !important;
        background: #1ba39c !important;
        border-radius: 0 !important
    }

    .fix-header {
        position: relative
    }

    .hmega-menu .contact-info {
        display: none !important
    }

    .main-content {
        margin-top: 0 !important
    }
}

@media screen and (max-width: 991px) {
    .top-menu {
        margin: 0 auto
    }

    .center-sm {
        text-align: center
    }

    .top-nav .btn {
        float: none
    }

    .main-title {
        margin: 15px 0
    }

    .services-section {
        padding-bottom: 0
    }

    .services > div {
        height: 130px;
        margin-bottom: 10px
    }

    .services > div:nth-child(3) {
        border: 0 none
    }

    .events .mb30 {
        margin-bottom: 10px !important
    }

    .news-uni {
        margin-bottom: 40px
    }

    .contact-info {
        margin-top: 40px !important
    }

    .notification {
        float: right;
        width: 49%;
        margin-left: 2%
    }

    .notification:nth-child(2n+1) {
        margin-left: 0
    }

    .top-menu li a {
        padding-bottom: 0
    }
}

@media screen and (max-width: 767px) {
    .services-section {
        padding-bottom: 0
    }

    .services > div {
        margin-bottom: 20px
    }

    .services > div:nth-child(2n) {
        border: 0 none
    }

    .services > div:nth-child(3) {
        border-left: 1px solid #e7e8ea
    }

    .footer-list {
        margin-bottom: 20px
    }

    .object-header {
        display: none
    }

    .notification {
        float: none;
        width: 100%;
        margin-left: 0
    }

    .text-news {
        padding-right: 0
    }

    .top-news > a {
        margin-left: 10px
    }

    .fix-header {
        display: none
    }

    .designer-text {
        opacity: 1
    }
}

@media screen and (max-width: 500px) {
    .top-news > a {
        margin: 0
    }

    .top-menu li {
        width: 50%;
        text-align: center
    }

    .top-menu li a {
        display: block;
        padding: 0
    }

    .top-menu li:after {
        display: none
    }

    .top-menu {
        margin: 10px auto 0
    }

    .xs-500 {
        float: none;
        width: 100%
    }

    .xs-500-6 {
        width: 50%;
        text-align: center
    }

    .copyrights-text, .designer {
        display: table !important;
        width: 100%;
        text-align: center
    }

    .designer a {
        display: table !important;
        width: 210px;
        margin: 0 auto
    }

    .designer a span {
        opacity: 1
    }

    .top-news a {
        display: table;
        width: 100%
    }

    .top-news img {
        width: 100%
    }

    a.spiral {
        width: 210px;
        display: inline-block
    }

    .footer-list {
        display: table;
        width: 100%;
        margin-bottom: 20px
    }

    .text-news > a {
        width: 30px
    }

    .pagination {
        font-size: 10px
    }

    .pagination li a {
        padding: 3px 8px;
        min-height: 0px;
        min-width: 0px
    }
}

.main-menu a {
    cursor: pointer
}

.container {
    border: none
}

.main-panel{
    width: 90%;
}

.center-panel{
    width: 96%;
}

.prtable td img {
    display: inline-block
}

.filters span a {
    padding: 0
}

.nav-tabs > li > a {
    margin-right: auto;
    margin-left: 10px
}

.designer-text {
    margin-left: 5px
}

.mega-menu ul {
    width: 230px
}

.main-menu li .hmega-menu {
    width: 790px
}
.main-menu li .hmega-map {
    width: 1060px
}
.map-menu{
    width:368px !important;
}
.hmega-box {
    overflow: hidden;
    width: 300px;
    margin-top: 15px;
    color: #ffffff
}

.hmega-box ul {
    width: 100%;
    border: 1px solid #dddddd !important;
    float: none
}

.hmega-box ul li {
    border-bottom: 0 !important
}

.mb30 {
    overflow: hidden
}

.hmt60 {
    margin-top: 0 !important
}

.hod {
    float: left
}

.hbtn-box {
    margin-top: 30px
}

.wl-links {
    margin-top: 30px
}

.wl-links img {
    display: inline
}

.photoshare-nested td {
    text-align: center
}

.hps {
    border: 1px #dcdcdc solid;
    padding: 5px;
    transition: all 1s;
    cursor: pointer
}

.hps img {
    width: 100%
}

.hps:hover {
    opacity: 0.4;
    background: #f3f3f3
}

.hits {
    margin: 0 10px;
    display: inline-block
}

.top-nav a {
    color: #CCD7E0
}

.enamad {
    margin-top: 25px
}

.enamad img {
    width: 81px;
    height: 134px
}

.events img {
    padding: 0
}

.inside .widget {
    padding-bottom: 20px
}

.pmevent {
    color: #9dacba !important
}

.cmevent {
    color: #e5654c !important
}

.fbg {
    font-size: 14px;
}

.nav {
    padding-right: 0;
    padding-left: initial
}

* {
    font-family: IRANSans, verdana, tahoma
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold
}

a {
    text-decoration: none;
    color: #0b486b;
    -webkit-transition: 200ms all ease;
    -o-transition: 200ms all ease;
    transition: 200ms all ease
}

a:hover {
    text-decoration: none;
    color: #3db5ac;
    -webkit-transition: 200ms all ease;
    -o-transition: 200ms all ease;
    transition: 200ms all ease
}

a:focus {
    text-decoration: none;
    outline: none
}

a:active {
    outline: none;
    text-decoration: none
}

img {
    max-width: 100%
}

label {
    margin: 0
}

.w100 {
    width: 100% !important
}

.m0 {
    margin: 0 !important
}

.mt0 {
    margin-top: 0px
}

.mt10 {
    margin-top: 10px !important
}

.mt20 {
    margin-top: 20px !important
}

.mt30 {
    margin-top: 30px !important
}

.mt50 {
    margin-top: 50px !important
}

.mt60 {
    margin-top: 60px !important
}

.mt70 {
    margin-top: 70px !important
}

.mr10 {
    margin-right: 10px
}

.mr30 {
    margin-right: 30px
}

.mb10 {
    margin-bottom: 10px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.mb40 {
    margin-bottom: 40px !important
}

.mb50 {
    margin-bottom: 50px !important
}

.mb60 {
    margin-bottom: 60px !important
}

.mb90 {
    margin-bottom: 90px !important
}

.mb100 {
    margin-bottom: 100px !important
}

.mb120 {
    margin-bottom: 120px !important
}

.ml10 {
    margin-left: 10px
}

.ml30 {
    margin-left: 30px
}

.padd0 {
    padding: 0 !important
}

.pr30 {
    padding-right: 30px
}

.pl20 {
    padding-left: 20px
}

.pl30 {
    padding-left: 30px
}

h1 {
    font-size: 22px
}

h2 {
    font-size: 18px
}

h3 {
    font-size: 15px
}

h4 {
    font-size: 13px
}

h5 {
    font-size: 12px
}

h6 {
    font-size: 10px
}

.fix-header .main-menu li .mega-menu {
    margin-top: -10px
}

.logo {
    margin: 10px 0
}

.logo:hover {
    opacity: 0.8
}

.sub-logo{
    margin: 0px 0px 40px;
    text-align: center;
}

.slogan-year {
    text-align: left;
    width: 150px;
    margin-left: 10px;
    margin-top: 25px
}


.main-title {
    position: relative;
    margin-bottom: 15px;
}

.main-title .bg-repeat-image{
    /*background: linear-gradient(45deg,white 25%,#e3e3e3 25%,#e3e3e3 50%,white 50%,white 75%,#e3e3e3 75%);*/
    height: 15px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAIAAAAVyRqTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozMjFBRTEwNzFCNDMxMUU2ODkyRThEN0MxNEE2NzZBMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozMjFBRTEwODFCNDMxMUU2ODkyRThEN0MxNEE2NzZBMCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjMyMUFFMTA1MUI0MzExRTY4OTJFOEQ3QzE0QTY3NkEwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjMyMUFFMTA2MUI0MzExRTY4OTJFOEQ3QzE0QTY3NkEwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+GmJIFAAAATlJREFUeNqslcmugzAMRcstCIFggZj+/+uYtgiJ+V1qCfEoUFc0qyi2jx3bcYx5nh+v1TRNURQALMtKksQ0zcdm1XVdVdXztaIosm37UEqrOI5J4CFWseu6aZrSU9u2eZ4Pw7A19jyPxGma+r4vy7LrukMpz2lLnX9ooTNewzBEY0f3fZ/23PCc99vRKQ3DUKRCx05D6EzLIV2io+8LOqXjOPJmeNe4T+eGdDBBtP85fUFzkf7z2ClFEARnlblJx7XGHTo+aqx09lOWZdKzGjo0/td+X3tWQ4fydtvYlXTocyd0DgolHYfT4IzuOI6GzqbmtFpeo74ySrp0M+hBXxk9nc8Q1Piq7ko6pzaWF/lN3fV0rBoXsdO35O2MfmgL0ZBf5yzvnGS05wfE1/hOpy3/LbHdToI/AQYAg8MlSYovr3sAAAAASUVORK5CYII=');
    /*background-size: 10px 10px;*/
}

.main-title h2 {
    margin: 0 0 -1px;
    padding-bottom: 7px;
    border-bottom: 1px solid #45ada8;
    display: table;
    background-color: #fff;
    padding-left: 10px;
}


.left-title{

    position: relative;
    color: #0b486b;
    text-align: center;
}
.left-title h2{

}

.slogan-year {
    width: auto;
    margin-top: 15px;
    margin-left: 0;
}

.menu-bar {
    display: table;
    min-width: 80%;
    position: relative;
    z-index: 999;
    margin: -27px auto;
    background-color: #1bba9c
}

.main-header {
    background-position: top;
    background-size: cover;
    background-color: #0b486b;
    color: #9dacba;
    /*top: -150px;*/
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}

.main-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: table;
    float: right;
    position: relative
}

.main-menu ul{
    list-style: none;
}

.main-menu a {
    color: #fff;
    display: inline-block;
    padding: 15px 14px
}

.main-menu a:hover {
    color: #BEC8D2
}

.main-menu li {
    float: right;
    position: relative
}

.main-menu li:after {
    content: '/';
    display: inline-block;
    color: #fff
}

.main-menu li:last-child:after {
    content: ''
}

.main-content ul {
    list-style: none;
}

/*.main-content li:before {*/
    /*content: "";*/
    /*display: inline-block;*/
    /*width: 8px;*/
    /*height: 8px;*/
    /*background-color: #e5654c;*/
    /*border: 2px solid #fff;*/
    /*box-shadow: 0 0 0 1px #e5654c;*/
    /*margin: 0 10px*/
/*}*/

/*.main-content ul ul li:before {*/
    /*width: 4px;*/
    /*height: 4px;*/
    /*background-color: #e5654c;*/
    /*box-shadow: unset;*/
    /*border: 0 none*/
/*}*/

/*.main-content ul ul li {*/
    /*padding-right: 50px*/
/*}*/

.main-content {
    min-height: 320px;
    margin: 30px auto;

}

.main-content .nav li::before {
    background: none;
    border: 0;
    box-shadow: none
}

.center-box {
    padding-top: 30px;
}

.btn {
    padding: 9px 16px;
    background: #b8ced9;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    border-radius: 0;
}

.btn-outline {
    border-radius: 50px;
    background: transparent
}

.btn-corner {
    border-radius: 50px
}

.bg-orange {
    background-color: #e7505a;
}

.btn-lg {
    padding: 15px 30px;
    font-size: 13px
}

.btn-sm {
    font-size: 10px;
    padding: 2px 20px;
}

.btn i {
    font-size: 17px;
    vertical-align: middle;
    margin-left: 5px
}

.btn-lg i {
    font-size: 20px
}

.btn-sm i {
    font-size: 15px
}

.btn:hover {
    color: #222;
    opacity: 0.8
}

.notification {
    background-color: #f2f4f8;
    font-size: 12px;
    color: #0b486b;
    position: relative;
    padding: 4px 10px;
    height: 60px;
    line-height: 20px
}

.notification span {
    color: #fff;
    font-size: 10px;
    position: absolute;
    left: 10px;
    padding: 0px 5px 0 5px;
    bottom: -10px;
    border-radius: 0;
}

.grey-70 {
    background-color: #b5b5b5;
}

.green-70 {
    background-color: #1ba39c;
}

.date {
    position: relative;
    float: right;
}

.search_icon {
    /*position: relative;*/
    cursor: pointer;
    float: left;
}

.search_icon i {
    font-size: 16px;
    color: #FFF;
    text-align: center;
    padding: 16px 16px;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 25px;
}

.s_form {
    position: absolute;
    display: none;
    top: 53px;
    left: 15px !important;
    padding: 8px 10px;
    background: #FFF;
    border-radius: 3px;
    border-top: 2px solid #E84A4A;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
    z-index: 1000;
}

.s_form:after {
    content: close-quote;
    position: absolute;
    width: 0px;
    height: 0px;
    top: -8px;
    left: 22px;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-bottom: 6px solid #E84A4A;
}
.search{
    /*margin-left:115px;*/
}
.search form {
    position: relative;
}

.search input {
    margin: 0;
    padding: 0 10px;
    display: block;
    line-height: 30px;
    height: 30px;
    border: 1px solid #eee;
    border-radius: 3px;
    font-family: "YEKAN";
    font-size: 13px;
    font-weight: normal;
    color: #808080;
    width: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.search button {
    position: absolute;
    top: 2px;
    left: 0px;
    background: none;
    border: 0;
    font-size: 11px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.search button:hover {
    color: #E84A4A
}

i.activeated_search {
    background: #E84A4A;
    color: #fff;
}

.description {
    text-align: right;
    margin-top: -42px;
    padding-right: 150px;
}

.description h1 {
    font-size: 0.625vw;;
}


.ipress_slider .owl-theme .owl-controls {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.ipress_slider .owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 10px;
    margin: 0px 0 0 4px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

}
.l-box{
    border-top: 8px solid #e7505a;
    border-radius: 8px;
    background-color: #efefef;
    margin-bottom: 15px;
}

.l-box ul, .r-box ul{
    padding: 0 10px;
}

.l-box ul li, .r-box ul li{
    margin: 0 12px 7px 0;
    text-align: justify;
    list-style: square;
}


.widget .owl-carousel .owl-item img{
    width: auto;
}
.widget .icon-title{
    text-align: center;
}

.owl-item ul li{
    border: 0;
    margin: 0;
}


.widget .owl-controls{
    position: absolute;
    bottom: 50%;
    width: 100%;
    z-index: 1000;
}

.widget .owl-controls .owl-prev{
    float: right;
}

.widget .owl-controls .owl-next{
    float: left;
}
.widget .owl-carousel .owl-stage-outer{
    z-index: 999;
}
.owl-carousel3 .item{
    /*margin: 10px 35px;*/
}

.ipress_slider {
    padding-bottom: 20px;
}

.ipress_slider .item {
    background: #1D1E20;
}

.ipress_slider .item .half {
    position: relative;
    float: left;
    width: 50%
}

.ipress_slider .item img {
    width: 100%;
}

.ipress_slider .slide_details {
    position: absolute;
    margin: 10px;
    z-index: 9999;
    left: 10px;
    width: 30%;
    background: rgba(245, 247, 251, 0.78);
    height: 95%;
}

.ipress_slider .slide_details h3 {
    padding: 40px 12px;
    margin: 2px 0 0 0;
    text-align: justify;
    direction: rtl;
    line-height: 1.5em;
}

.ipress_slider .slide_details .post_rating {
    background: rgba(29, 30, 32, 0.8);
    padding: 4px 8px
}

.ipress_slider .slide_details .line {
    border-bottom: 3px solid #fff;
    width: 30px;
    display: inline-block;
    margin: 0 0 10px 0;
}

.widget .slide_details {
    padding: 5px;
    position: absolute;
    bottom: 0;
    z-index: 9999;
    right: 0;
    text-align: right;
    min-width: 60%;
    background: rgba(245, 247, 251, 0.78);

}

.widget .slide_details h3 {
    padding: 4px 20px;
    margin: 2px 0 0 0;
}

.item:hover {
    opacity: 0.8;
}


.widget .owl-controls{
    position: unset;
}

.top-news {
    display: table;
    width: 100%
}

.top-news > a {
    display: block;
    float: right
}

.top-news a:hover {
    opacity: 0.8
}

.text-news {
    padding-right: 280px
}

.text-news h3 {
    margin: 5px 0 10px 0
}

.text-news a {
    display: block;
    line-height: 20px
}

.text-news p {
    font-size: 12px;
    color: #999;
    line-height: 20px;
    margin-bottom: 0
}

.text-news span {
    font-size: 9px;
    color: #999
}

.text-news span i {
    font-size: 12px;
    padding-left: 3px
}

.latest-news {
    margin: 10px 20px;
}

.latest-news a {
    font-size: 12px;
    display: block;
    float: right
}



.latest-news .text-news {
    padding-right: 100px
}

.latest-news .text-news h3 {
    margin: 0
}

.text-news > a {
    float: left;
    margin-bottom: 0
}

.text-news span {
    font-size: 11px
}

.no-padding {
    padding:0
}
.middle-column {
    border-right:2px solid #f0f0f0;
    border-left:2px solid #f0f0f0;
}
.image-box {
    position:relative;
    background-color:#fff;
}
.margin-row {
    margin-top: 2px;
    border-top: 2px solid #f0f0f0;
}
.image-box .service-title {
    position:absolute;
    bottom:0%;
    width:100%;
    text-align:center;
    font-weight:normal;
    color:#fff;
    text-shadow:0px 0px 2px #000;
    font-size: 16px;
}
.image-box .service-title a {
    display:block;
    width:100%
}
.image-box:hover img {
    opacity:0.5;
    -webkit-transition:opacity .50s ease;
    -moz-transition:opacity .50s ease;
    -ms-transition:opacity .50s ease;
    -o-transition:opacity .50s ease;
    transition:opacity .50s ease
}
    .image-box:hover .service-title {
    bottom:30%;
    -webkit-transition:bottom .80s ease;
    -moz-transition:bottom .80s ease;
    -ms-transition:bottom .80s ease;
    -o-transition:bottom .80s ease;
    transition:bottom .80s ease;
        color: #000;
}
.slogan-year2 {
    color: rgba(10, 9, 19, 0.5) !important;
    right: 0;
}

.item .main-title{
    direction: rtl;
}

.module_icon > div{
    min-height: 120px;
}

/* search box */
#ntypes{
    float: right;
    width: 100%;
}

#ntypes li{
    list-style: none;
    display: inline-block;

}
#ntypes li:hover a{
    color: #ff084f;
}
#ntypes li:after{
    content: "/";
    padding: 0px 4px;
}
#ntypes li:last-child:after {
    content: "";
}
.search_panel{
    float: right;
    padding-right: 5px;
    padding-bottom: 5px;
}
#ntypes li a {
    color: #808080;
    font-size: 14px;
    text-align: right;
    text-decoration: none;
}
.selected {
    color: #ff084f !important;
    font-weight: bold;
}

#search-result h3 {
    color:#5A5959;
}
#search-result h3 a {
    text-decoration: none;
}
#search-result .scontent a{
    text-decoration: none;
    color: black;
    text-indent: 30px;
}
#search-result .scontent strong {
    font-weight: bold;
}
#search-result .title a{
    clear: both;
    font-weight: bold;
    color: #5A5959;
    text-decoration: none;
}
#search-result #breadcrumb{
    background-color: #f2f2f2;
    height: 36px;
    clear: both;
    margin-bottom: 5px;
}
#search-result .path{

    background-color: #e3e3e3;
    height: 36px;
    clear: both;
    margin-bottom: 5px;
}
#search-result .path li{
    display: inline-block;
    padding-right: 5px;
}
#search-result .path li:before{
    content: normal;
}
#search-result .path h3{
    margin-top: 10px;
}

#search-result .title span{
    color: #727272;
    font-family: BYekan;
    float: left;
}
/* end search box */

.paging{
    text-align: left;
    height: 90px;
}

.paging ul {
    float: left;
}
.paging ul li {
    display: inline-block;
    margin: 0;
}
.paging ul li span {
    display: block;
    padding: 10px 12px;
    background: #1D1E20;
    color: #fff;
}
.paging ul li a {
    display: block;
    padding: 10px 12px;
    color: #fff;
    background: #E84A4A;
    transition: all 0.2s ease;
}
.paging ul li a:hover {
    background: #1D1E20;
}
.paging ul li:before{
    content: normal;
}
.paging .pages {
    float: right;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: normal;
}

.paging .current {
    color: #fff;
    background: #79b4d5;
    transition: all .2s ease;
}
.pagination > li > a, .pagination > li > span{
    border: 1px solid #a4a0a0;
}
/* form */

.form span {
    margin: 11px 10px;
    display: inline-block;
    color: #F00;
}
.form span strong {
    color: #F00;
}
.form i {
    color: #fff;
    margin: 0 10px 0 0
}
#track_input,
.form .form-text{
    display: block;
    width: 100%;
    border: 1px solid #EAEAEA;
    padding: 0 10px;
    line-height: 24px;
    height: 38px;
    background: #FDFDFD;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-family: "YEKAN";
    font-size: 13px;
    font-weight: normal;
}
.form .form-textarea {
    display: block;
    width: 100%;
    border: 1px solid #EAEAEA;
    padding: 16px 10px;
    background: #FDFDFD;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-family: "YEKAN";
    font-size: 13px;
    font-weight: normal;
}
#track_input:focus,
.form .form-text:focus,
.form .form-textarea:focus {
    background: #fff;
    border: 1px solid #E84A4A;
}
#track_order label {
    font-weight: 600;
    margin-bottom: 14px;
}
.form .form-multi-select{
    height: 90px;
}
/*.form #senderEmail {
	float: right;
}*/
.form .flr {
    margin: 0 0 10px 0 !important;
}
.form .fll {
    margin: 0 0px 10px 0 !important;
}
.fieldtrue {
    border: 1px solid #1ABC5B !important
}
.fielderror {
    border-color: #F00 !important;
}
.form .buttons {
    width: auto;
    margin-top: 20px;
    float: left;
    display:inline-block;
    cursor:pointer;
    position:relative;
    padding: 10px 16px;
    background: none;
    color: #fff;
    border: 0;
    background: #E84A4A;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none !important;
    font-family: "YEKAN";
    font-size: 13px;
    font-weight: normal;
}
.form .buttons:hover {
    background: #1D1E20
}
.form textarea {
    width: 98%;
}

.form .clickedimg{
    position: absolute;
    right: 125px;
    top: 5px;
}
.error-text, .error{
    color: #ff084f;
}
.success-text{
    color: #1ABC5B;
}
/* end form */


/*	Sticky
----------------------------------------------------------------------*/
.sticky {
    position: fixed !important;
    z-index: 1000;
    top: 0;
    left:0;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.boxed .sticky, .boxed-margin .sticky {
    left: auto;
    width: 1170px;
}
/*	Notification Boxes
----------------------------------------------------------------------*/
.notification-box {
    position: relative;
    margin-bottom: 10px;
    border-radius: 3px;
    padding: 20px 32px 20px 20px;
    color:#fff;
    font-size: 14px;
    font-weight: normal;
    -webkit-animation: fadeInUp 1.3s;
    animation: fadeInUp 1.3s;
}
a.notification-close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 12px;
}
.notification-box p {
    margin: 0;
}
.notification-box p i {
    padding-right: 10px;
    border-right: 1px solid;
    margin-right: 10px;
}
.notification-box-info {
    color: #65cad3;
    border: 1px solid #65cad3;
}
.notification-box-success {
    color: #1abc9c;
    border: 1px solid #1abc9c;
}
.notification-box-warning {
    color: #eed880;
    border: 1px solid #eed880;
}
.notification-box-error {
    color: #e06f6f;
    border: 1px solid #e06f6f;
}
.notification-box-info a {
    color: #65cad3;
}
.notification-box-success a {
    color: #1abc9c;
}
.notification-box-warning a {
    color: #eed880;
}
.notification-box-error a {
    color: #e06f6f;
}

/* content */
.img-list{
    background-color: #efefef;
}
.img-list .img{
    min-height: 160px;
    padding-top: 5px;
}
.img-list li.image {
    margin-top: 30px;
    margin-right: 30px;
    float: right;
    background-color: #ebebeb;
    padding:10px;
    padding-bottom: 20px;
}
.lead{
    padding: 10px;
    font-size: 12px;
    text-align: justify;
}
.summary{
    background-color: #f2f2f2;


    padding: 10px;
    text-align: justify;
}
.breadcrumb{
    background-color: #efefef;
    height: 36px;
    clear: both;
    margin-bottom: 5px;
    padding:0;
}
.tags i {
    margin-right: 4px
}
.tags li {
    display: inline-block;
    padding-right: 5px;
}
.tags a {
    color: #868686;
    padding: 6px 12px;
    font-size: 12px;
    margin: 0 0px 4px 0;
    display: inline-block;
    background: #F1F1F1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none !important;
}
.tags a:hover {
    background: #E84A4A;
    color: #fff;
}
.text .row {
    width: inherit;
    text-align: justify;
}
/* end content */

/* rate */
.votes_main {
    margin: 10px auto;
    overflow: hidden;
}
.votes_gray {
    background-image: url("../images/star_gray.png");
    float: right;
    height: 24px;
    position: relative;
}
.votes_active {
    background-image: url("../images/star.png");
    height: 24px;
    right: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    background-position: right;
}
.votes_buttons {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2;
}
.votes_button {
    border: medium none;
    height: 24px;
    margin: 0;
    padding: 0;
    width: 24px;
}
.votes_main span {

    display: block;
    float: right;


    margin-right: 10px;
}
.votes_main .error{
    color: red;
}
.votes_buttons img{
    display: inline;
}
/* end of rate */
/* comment */
.comment{
    margin-right: 10px;
    padding: 5px;
}
.comment-list{
    border: 1px dotted #777777;
    overflow: hidden;
    margin: 10px 0 0 10px;
}
.comment-title{
    padding: 5px;
    height: 20px;
}
.comment-title label{
    float: right;
}
.comment-title span{
    padding-right: 5px;
}
.comment-title .date{
    float: left;
    color: #727272;
}
.comment-text{
    padding: 5px;
    text-align: justify;
}
.comment-reply{
    padding: 5px;
    height: 20px;
}
.reply-to{
}
.comment-reply a{
    float: left;
}

/* end of comment */

/* author */
.tab{
    border: 1px solid #dcddde;
    margin: 5px 0;
    list-style: none;
}
.tab-head{
    background: #e8e7e7 none repeat scroll 0 0;
    height: 25px;
    text-align: center;
}
.tab-list{
    padding-right: 20px;
}
/* end of author */

/** table */
table{
    width:100%;
}
tfoot tr.head1{
    background: none repeat scroll 0 0 #cfe9f8;
    color: #0b0a0a;
}

tfoot tr.head1 th{
    font-weight: normal;
}
thead tr.head2{
    background: none repeat scroll 0 0 #79b4d5;
    color: #fff;
}
table td, table th{
    height: 40px;
    overflow: hidden;
    padding: 5px 10px;
}
table tr.even{
    background: none repeat scroll 0 0 #e8fafc;
}
table tr.odd{
    background: none repeat scroll 0 0 #ffffff;
}
/** end table */

/** Message Boxes **/
.errorBox, .successBox {
    direction: rtl;
    padding-bottom: 10px;
    width: 100%;
    margin: auto;
    font-size: 0.8em;
    position: relative;
    font-size: 0.9em;
}
.errorBox {
    background-color: #ffffcc
}
.successBox {
    background-color: #f3ffdf;
}
.successBoxTop {
    height: 6px;
}
.errorIcon p:first-child {
    color: #a84114;
}

.successIcon p:first-child {
    color: #669638;
}
.errorBoxTop {
    height: 6px;
}
.msgBoxContent {
    text-align: right;
    padding: 10px 40px 10px 30px;
}

.msgBoxContent p {
    margin: 10px 0;
}
.msgBoxContent p:first-child {
    margin: 0px;
    font-size: 1.2em;
    font-weight: strong;
}

.msgBoxContent p:last-child {
    margin-bottom: 0;
}
.hidden { display: none }
/** end Message Boxes **/




.posts iframe {
    width: 100%
}
.posts .title {
    position: relative;
    color: #fff;
    background: #1d1e20;
    padding: 6px 16px;
    margin: 0 0 20px 0
}
.posts .title .feed {
    position: absolute;
    right: 18px;
    top: 10px;
    font-size: 16px;
    color: #FFF;
}
.posts .title:after {
    content: close-quote;
    position: absolute;
    width: 0px;
    height: 0px;
    bottom: -6px;
    left: 22px;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-top: 6px solid #1d1e20;
}
.posts .title h4 {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}
.post_day .relative .cat {
    right: 0;
    top: 15px;
    position: absolute;
}
.post_day .relative .cat:after {
    content: close-quote;
    position: absolute;
    width: 0px;
    height: 0px;
    bottom: 10px;
    right: -5px;
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    border-top: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid #1D1E20;
}
.post_day_content {
    padding: 10px 20px;
}
.post_m_content {
    padding: 10px 0;
}
.post_m_content .meta,.post_day_content .meta{
    font-size: 13px;
    font-weight: normal;
}
.post_day_content p,.post_m_content p{
    font-size: 13px;
    text-align: justify;
}
.small_posts .s_thumb {
    position: relative;
    float: left;
    margin: 0 20px 20px 0
}
.small_posts .s_thumb span {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #E84A4A;
    z-index: 99;
    color: #FFF;
    text-align: center;
    width: 20px;
    height: 20px;
    font-size: 11px;
    padding: 0 0 3px 0;
}
.small_posts li.clearfix {
    margin: 0 3px 5px 0;
    border-bottom: 1px solid rgb(144, 143, 143);
}
.small_posts li.clearfix:last-child {
    margin: 0;
    border-bottom: 0
}
.small_posts h3 {
    line-height: 18px;
    margin: 0 0 5px 0;
    font-size: 13px;
    font-weight: normal;
}
.small_posts .meta {
    font-size: 11px;
    font-weight: normal;
    direction: rtl;
}
.small_posts .cat {
    padding: 2px 8px;
    display: inline-block;
}

.post_rating {
    padding: 2px 8px;
    font-size: 12px;
    display: inline-block;
    color: #FFF !important;
    background: #1D1E20;
    z-index: 99;
    display: inline-block;
}
.post_rating i {
    padding: 0 4px 0 0;
}

.single_post h3.single_title {
    font-size: 20px
}
.single_post .meta{
    font-size: 13px;
    font-weight: normal;
}
.single_post p{
    font-size: 13px;
    font-weight: normal;
}
.share_post  {
    background: #efefef
}
.share_post span {
    color: #fff;
    background: #e84a4a;
    float: left;
    padding: 4px 10px;
}
.share_post .socials {
    float: left;
    padding: 2px 0 0 20px;
}
.author_post .title {
    margin: 0;
}
.author_post .author_co {
    background: #EFEFEF;
    padding: 30px;
}
.author_post .author_co img {
    float: left;
    margin: 0 20px 20px 0
}
.author_post .author_co p{
    font-size: 13px;
    font-weight: normal;
}
.author_post .author_co .social a {
    color: #929292;
    border-color: #EFEFEF;
}
.posts_links{
    font-size: 13px;
    font-weight: normal;
}
.posts_links small {
    display: block;
    color: #CCC;
    margin-left: 30px;
}
.posts_links span {
    display: block;
    margin-left: 30px
}
.posts_links i {
    position: absolute;
    color: #CCC;
    left: -20px;
    font-size: 52px;
}
.posts_links a.righter i {
    right: -20px
}
.posts_links a.righter span, .posts_links a.righter small {
    margin-right: 30px
}


.paging ul {
    float: left;
}
.paging ul li {
    display: inline-block;
    margin: 0;
}
.paging ul li span {
    display: block;
    padding: 10px 12px;
    background: #79b4d5;
    color: #fff;
}
.paging ul li a {
    display: block;
    padding: 10px 12px;
    color: #000;
    background: #cfe9f8;
    transition: all 0.2s ease;
}
.paging ul li a:hover {
    background: #79b4d5;
    color: #fff;
    border: 1px solid #79b4d5
}
.paging ul li span:hover{
    background-color: inherit;
    color: inherit;
}
.paging .pages {
    float: right;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: normal;
}
.widget .owghat{
    margin: 10px;
}
.widget .owghat span{
    margin: 0;
}
.header{
    height: 136px;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
    url('../images/ajax-loader.gif')
    50% 50%
    no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

/* editor */
.wr50 {
    float: right;
    width: 50%;
    min-height: 100px;
}

.wl50 {
    float: left;
    width: 50%;
    min-height: 100px;
}

.extended {
    width: auto;
    display: inline;
    float: none;
}

.w100{
    width: 100%;
    /*min-height: 100px;*/
    /*background-color: maroon;*/
}


.tag_search{
    float: left;
    padding-top: 4px;
    padding-left: 5px;
}
.tag_search input[type=text]{
    height: 28px;
    padding-right: 5px;
}
.tag_search i.fa-search{
    margin: 0;
}

.tag_search button{
    background-color: transparent;
    border-style: none;
    left: 18px;
    position: absolute;
    margin: 3px 2px 3px 3px;
    width: 30px;
    padding-left: 5px;
    text-align: left;

}

.content-img{
    text-align: left;
    padding-bottom: 10px;
    margin-top: -45px;
}
 /* counter */


img.statistic-img {
    padding: 15px 0;
}

div.statistics hr {
    margin: -13px auto 0px;
    height: 3px;
    border: none;
    width: 10%;
}

/**** item 1 ****/
.statistic-item:nth-child(1) p.statistic-title,
.statistic-item:nth-child(1) span {
    color: #fe9487;
}

div.statistics .statistic-item:nth-child(1) hr {
    background: #fe9487;
}

/**** item 2 ****/
.statistic-item:nth-child(2) p.statistic-title,
.statistic-item:nth-child(2) span {
    color: #b48f86;
}

div.statistics .statistic-item:nth-child(2) hr {
    background: #b48f86;
}

/**** item 3 ****/
.statistic-item:nth-child(3) p.statistic-title,
.statistic-item:nth-child(3) span {
    color: #7fc8d1;
}
div.statistics .statistic-item:nth-child(3) hr {
    background: #7fc8d1;
}

/**** item 4 ****/
.statistic-item:nth-child(4) p.statistic-title,
.statistic-item:nth-child(4) span {
    color: #feb487;
}
div.statistics .statistic-item:nth-child(4) hr {
    background: #feb487;
}

p.statistic-title {
    font-size: 18px;
    margin-bottom: 0;
}

.statistic-item > span {
    border-bottom: 2px solid transparent;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%
}
.statistic-item .plus {
    margin-right: 5px;
}

.statistic-item:nth-child(1) > span:after {
    display: block;
    content: '';
    border-bottom: solid 2px rgba(255, 150, 136, 0.5);
    transform: scaleX(0);
    transition: transform 480ms ease-in-out;
}

.statistic-item:nth-child(2) > span:after {
    display: block;
    content: '';
    border-bottom: solid 2px rgba(180, 143, 134, 0.5);
    transform: scaleX(0);
    transition: transform 480ms ease-in-out;
}

.statistic-item:nth-child(3) > span:after {
    display: block;
    content: '';
    border-bottom: solid 2px rgba(128, 200, 209, 0.5);
    transform: scaleX(0);
    transition: transform 480ms ease-in-out;
}

.statistic-item:nth-child(4) > span:after {
    display: block;
    content: '';
    border-bottom: solid 2px rgba(254, 180, 135, 0.5);
    transform: scaleX(0);
    transition: transform 480ms ease-in-out;
}

.statistic-item:hover > span:after {
    transform: scaleX(1);
}

div.statistics .footer {
    height: 50px;
    display: table;
    white-space: nowrap;
    margin: 60px auto 30px auto;
}

/* end counter */

@media only screen and (max-width: 768px) {

    .menu-bar {
        display: table;
        min-width: 80%;
        position: absolute;
        z-index: 999;
        margin: -30px -30px 0 0;
        background-color: unset;
    }

    .main-menu-bar{
        text-align: right;
    }

    .description h1 {
        font-size: 0.425vw;
    }

    .sm-blue a {
        padding: 13px 24px;
        color: white;
    }

    .sm-blue a span.sub-arrow {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        left: auto;
        right: 4px;
        width: 34px;
        height: 34px;
        overflow: hidden;
        font: bold 16px / 34px monospace !important;
        text-align: center;
        text-shadow: none;
        background: rgba(0, 0, 0, 0.1);
    }

    .sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active {
        padding: 10px 20px;
        padding-right: 58px;
        color: white;
        font-weight: bold;
        line-height: 23px;
        text-decoration: none;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
        border-radius: 2px;
    }

    .sm-blue a:focus, .sm-blue a:active {
        padding: 10px 20px;
        padding-right: 58px;
        color: white;
        font-weight: bold;
        line-height: 23px;
        text-decoration: none;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    }

    .footer-list{
        padding-right: 30px;
    }

    .ipress_slider{
        padding-bottom: 0;
    }

    .ipress_slider .owl-theme .owl-controls {
        position: relative;
        bottom: 0;
        right: 0;
        top: -10px;
    }

    .ipress_slider .owl-theme .owl-dots .owl-dot span{
        width: 15px;
        height: 5px;
    }
}

@media only screen and (max-width: 400px) {
    .sm-blue a {
        padding: 13px 24px;
        background: #0b486b;
        color: white;
    }
}

