﻿body,ul,li,h1,h2,h3,h4,h5,h6,p {
    padding:0;
    margin:0;
}
@font-face {
font-family: 'IRANSansWeb';
	font-style: normal;
	font-weight: normal;


	src: url('../font/IRANSansWeb.eot');
	src: url('../font/IRANSansWeb.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../font/IRANSansWeb.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../font/IRANSansWeb.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../font/IRANSansWeb.ttf') format('truetype');
}


@font-face {
font-family:'FontAwesome';
src:url('../font/fontawesome-webfont.eot?v=4.1.0');
src:url('../font/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('../font/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('../font/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('../font/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal

}
body{
font-family: 'IRANSansWeb';
}
.se-bx{
        position: absolute;
    width: 60px;
    right: 0;
}

nav.navbar.bootsnav{
    border: none;
    background: none;

   
}
nav.navbar.bootsnav ul.nav > li > a{
    padding: 22px 0px 18px 0px;
    margin: 0 11px;
    border-bottom: 2px solid rgba(116, 153, 78, 0.00)!important;
    color: #1d1d1d;
    text-transform: uppercase;
    font-size: 14px;
    z-index: 1;
    transition: all 0.5s ease 0s;
    font-weight:bold!important;
}
.navbar-nav {
  float: none;
    text-align: right;
    direction: rtl;
    padding-right: 7px;
}
nav.navbar.bootsnav ul.nav > li > a:hover{ 
    border: none;
    border-bottom: 2px solid #496f3d!important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a {
  
    color: #000;

}

nav.navbar.bootsnav ul.nav>li>a {
    margin-bottom:0;
}
nav.navbar.bootsnav ul.nav > li.dropdown.on > a{
    color: #000;
    transition-delay: 0.6s;
}


nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
    position: absolute;
    margin: 0 0 0 7px;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:hover:after{
    color: #000;
    transition: all 0.3s ease 0.25s;
}
.dropdown-menu{
    right:0;
    left:auto;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu {

    background:rgba(241, 241, 241, 0.95)

}
nav.navbar.bootsnav ul.nav > li.dropdown > ul{
    top: 106%;
    right: -30px;
    transition: all 0.8s ease 0s;
}

nav.navbar.bootsnav ul.nav > li.dropdown.on > ul{
    top: 106%;
    right: 0;
}
.dropdown-menu.multi-dropdown{
    position: absolute;
    right: 100% !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: none;
}
.sp-mn{
    display:none;
}

.menu-icon{
    width:25px;
    padding-left:5px;
}

.item-slid {
    border-top: 1px solid #6096db;
    padding-top: 16px;
}
@media only screen and (max-width:990px) {
    .sp-mn{
width: 48px;
    height: 96%;
    text-align: center;
 
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999999999999;
    display: block;
    padding-top: 14px;
    color: #ecebdb;
    font-size: 1.6em;
}
    nav.navbar.bootsnav.navbar-mobile .navbar-collapse{
        background-color:#fff;
    }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a {
    display: block;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,.05)!important;
    border-bottom: 1px solid rgba(0,0,0,.35);
    padding: 4px 15px;
    color: #fff;
    text-align: right;
}
    .dropdown-menu li{
        border-bottom:1px solid rgba(204, 204, 204, 0.54)
    }
    nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu>li>a {
    padding-right: 20px!important;
    padding-top: 10px!important;
    padding-bottom: 8px!important;
}
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
      width: 100%;
    position: relative!important;
    background-color: #000;
    float: none;
    border: none;
    padding: 0!important;
    margin: 0 0 -1px!important;
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    -o-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-top: 1px solid rgba(255,255,255,.05)!important;
    border-bottom: 1px solid rgba(0,0,0,.35);
    -o-border-radius: 0;
    border-radius: 0;
}
    .dropdown-menu.multi-dropdown {
        left: 0 !important;
    }

    nav.navbar.bootsnav .navbar-toggle {
          background: none;
    color: #010101;
    top: 6px;
        right: 16px;
    }

    nav.navbar.bootsnav.navbar-mobile ul.nav > li:before {
        content: "";
        width: 0;
        border-bottom: 3px solid #1cc7dd;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all 0.5s ease 0s;
    }

    nav.navbar.bootsnav.navbar-mobile ul.nav > li:hover:before {
        width: 100%;
    }

    nav.navbar.bootsnav.navbar-mobile ul.nav > li > a {
    padding: 15px;
    margin: 0;
    text-align: right;
    }

    nav.navbar.bootsnav ul.nav > li > a {
        color: #000;
        border-top: none;
        border-bottom:1px solid #393636!important;
    }

   
        nav.navbar.bootsnav ul.nav > li > a:before {
            content: "";
            width: 100%;
            border-bottom: none;
        }

    nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
        color: #333;
        left: 40%;
    }

    nav.navbar.bootsnav ul.nav > li.dropdown > ul {
        top: 100%;
        left: 0;
    }
}

.navbar-nav>li {
    float:none;
    display:inline-block;
}



nav.navbar.bootsnav {
  border:none;
}

.clear{
    clear:both;
}


.searchbox{
    position: relative;
    min-width: 50px;
    width: 0%;
    margin-top: 10px;
    height: 33px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;

   
}
.affix .searchbox{
    margin-top:14px;
}

.searchbox-input{
    top: 0;
    right: 0;
    border: 0;
    outline: 0;

    width: 100%;
    height: 40px;
     background: none;
    margin: 0;
    padding: 0px 55px 0px 20px;
    font-size: 14px;
    color: #000;
}
.searchbox-input::-webkit-input-placeholder {
  color: #000;
}
.searchbox-input:-moz-placeholder {
   color: #000;
}
.searchbox-input::-moz-placeholder {
 color: #000;
}
.searchbox-input:-ms-input-placeholder {
  color: #000;
}

.searchbox-icon,
.searchbox-submit{
width: 50px;
    height: 28px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 22px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 21px;
    text-align: center;
    cursor: pointer;
    color: #dcddd8;
    background: none;
}
.searchbox-open{
       width: 100%;   
}
.searchbox{
     max-width: 161px;
}
nav.navbar.bootsnav ul.nav>li>a {

    font-weight:normal;
}
.hv-nd{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    background-color:rgba(0, 0, 0, 0.30);
    z-index:999;
}
.slid-nd{
    position:relative;
    margin-bottom:5px;
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0,0,0);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.grabbing {
    cursor: url(grabbing.png) 8 8,move;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

.post-slide {
    padding-bottom: 10px;
    margin: 0 15px;
    position: relative;
}

    .post-slide img {
        width: 100%;
        height: auto;
    }

    .post-slide .post-date {
        position: absolute;
        top: 2%;
        left: 8%;
        padding: 3% 5%;
        background: #e74c3c;
    }

    .post-slide .month {
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
    }

        .post-slide .month:after {
            content: "";
            display: block;
            border: 1px solid #fff;
        }

    .post-slide .date {
        font-size: 14px;
        color: #fff;
        display: block;
        text-align: center;
        font-weight: bold;
    }

    .post-slide .post-title {
        margin: 25px 0 15px 0;
    }

        .post-slide .post-title a {
            font-size: 15px;
            font-weight: bold;
            color: #333;
            display: inline-block;
            text-transform: uppercase;
            transition: all 0.3s ease 0s;
        }

            .post-slide .post-title a:hover {
                text-decoration: none;
                color: #e74c3c;
            }

    .post-slide .post-description {
        font-size: 14px;
        line-height: 24px;
        color: #808080;
    }

    .post-slide .read-more {
        color: #333;
        text-transform: capitalize;
        transition: color 0.20s linear;
    }

        .post-slide .read-more i {
            margin-left: 10px;
            font-size: 10px;
        }

        .post-slide .read-more:hover {
            text-decoration: none;
            color: #e74c3c;
        }

.owl-controls .owl-buttons {
    margin-top: 20px;
    position: relative;
}

.owl-controls .owl-prev {
position: absolute;
    left: -50px;
    bottom: 150px;
    padding: 0px 9px;
    transition: background 0.50s ease;
    line-height: 16px;
    /* background: #d7cbdd; */
    padding-top: 6px;
    border-radius: 50%;
   border:1px solid #019ccc;
}

.owl-controls .owl-next {
  position: absolute;
   right: -50px;
    bottom: 150px;
    padding: 0px 9px;
    transition: background 0.50s ease;
    line-height: 16px;
    /* background: #d7cbdd; */
    padding-top: 6px;
        border-radius: 50%;
   border:1px solid #019ccc;
   
}



    .owl-controls .owl-prev:after,
    .owl-controls .owl-next:after {
        content: "\f104";
        font-family: FontAwesome;
        color: #d3d3d3;
        font-size: 16px;
    }

    .owl-controls .owl-next:after {
        content: "\f105";
    }

    .owl-controls .owl-prev:hover,
    .owl-controls .owl-next:hover {
      
    }

@media only screen and (max-width: 990px) {
    .post-slide {
        margin: 0 20px;
    }


}



.news-nd .owl-controls .owl-buttons {
    margin-top: 0px;
    position: absolute;
    bottom: 54px;
    width: 100px;
    right: auto;
}
.post-slide {
    padding-bottom: 10px;
    margin: 0 15px;
    position: relative;
}

    .post-slide img {
        width:100%;
        margin:0 auto;
        height: auto;
        z-index: 99999;
        position: relative;
    }

    .post-slide .post-date {
        position: absolute;
        top: 2%;
        left: 8%;
        padding: 3% 5%;
        background: #e74c3c;
    }

    .post-slide .month {
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
    }

        .post-slide .month:after {
            content: "";
            display: block;
            border: 1px solid #fff;
        }

    .post-slide .date {
        font-size: 14px;
        color: #fff;
        display: block;
        text-align: center;
        font-weight: bold;
    }

    .post-slide .post-title {
        margin: 25px 0 15px 0;
    }

        .post-slide .post-title a {
            font-size: 15px;
            font-weight: bold;
            color: #333;
            display: inline-block;
            text-transform: uppercase;
            transition: all 0.3s ease 0s;
        }

            .post-slide .post-title a:hover {
                text-decoration: none;
                color: #e74c3c;
            }

    .post-slide .post-description {
        font-size: 14px;
        line-height: 24px;
        color: #808080;
    }

    .post-slide .read-more {
        color: #333;
        text-transform: capitalize;
        transition: color 0.20s linear;
    }

        .post-slide .read-more i {
            margin-left: 10px;
            font-size: 10px;
        }

        .post-slide .read-more:hover {
            text-decoration: none;
            color: #e74c3c;
        }



.owl-controls .owl-prev:after,
.owl-controls .owl-next:after {
     content: "\f104";
    font-family: FontAwesome;
    color: #019ccc;
    font-size: 39px;
}

.owl-controls .owl-next:after {
    content: "\f105";
}


.post-slide .post-img {
    float: left;
    width:50%;
    position: relative;
    margin-right: 30px;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
}
.post-slide .post-date{
    background: #ec3c6a;
    color:#fff;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 2% 3%;
    width: 60px;
    height: 60px;
    text-align: center;
    transition:all 0.50s ease;
}
.post-slide .date{
    display: block;
    font-size:20px;
    font-weight: 700;
}
.post-slide .month{
    display: block;
    font-size:11px;
    text-transform: uppercase;
}
.post-slide .post-review {
    padding: 5% 3% 1% 0;
    border-top: 3px solid #38cfd8;
}
.post-slide:hover .post-review{
    border-top-color:#ec3c6a;
}
.post-slide .post-title{
    margin:0 0 10px 0;
}
.post-slide .post-title a{
    font-size:14px;
    color:#333;
    text-transform:uppercase;
}
.post-slide .post-title a:hover{
    text-decoration:none;
    font-weight: bold;
}
.post-slide .post-bar{
    padding:0;
    list-style:none;
    text-transform:uppercase;
    position: relative;
    margin-bottom: 20px;
}
.post-slide .post-bar:after,
.post-slide .post-bar:before{
    border: 1px solid #38cfd8;
    bottom: -10px;
    content: "";
    display: block;
    position: absolute;
    right: 36%;
    width: 25px;
}
.post-slide .post-bar:before{
    border: 1px solid #ec3c6a;
    right: 32%;
}
.post-slide .post-bar li{
    color:#555;
    font-size:10px;
    margin-right:10px;
    display:inline-block;
}
.post-slide .post-bar li a{
    font-size: 13px;
    text-decoration:none;
    text-transform:uppercase;
    color:#ec3c6a;
}
.post-slide .post-bar li a:hover{
    color:#ec3c6a;
}
.post-slide .post-bar li i{
    color:#777;
    margin-right:5px;
}
.post-slide .post-description{
    font-size:12px;
    line-height:21px;
    color:#444454;
}

@media only screen and (max-width: 990px) {
    .post-slide .post-img {
        width:100%;
    }
    .post-slide .post-review{
        width:100%;
        border-bottom: 4px solid #ec3c6a;
    }
    .post-slide .post-bar:before{
        left: 0;
    }
    .post-slide .post-bar:after{
        left: 25px;
    }
}
.linked-tp{
    position:fixed;
    right:0;
    top:35%;
    z-index:9999;
    background-color:#00acef;
    padding:8px 5px;
    width:75px;
    border-bottom-left-radius:10px;
      border-top-left-radius:10px;
}
.t-web{
    position:absolute;
    width:100%;
    top:38%;
    left:0;
    z-index:999;
    text-align:center;
    color:#fff;
    font-weight:bold;
    font-size:30px;
    line-height:41px;
}
#searchContainer{
      position: absolute;
    top: 0px;
    right: -5px;
    z-index: 9999999999;
    width: 66px;
    height: 65px;
    background: #019ccc;
}
#searchButton span{
    display: block;
    width: 64px;
    background-image: url(../images/se.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px;
    height: 65px;
}

#s, #s2 {
    display: block;
    width: 70%;
    margin-left: 4px;
    float: right;
    border: 0;
    outline: none;
    padding: 0;
    height: 37px;
    line-height: 20px;
    font-size: 14px;
    padding-right: 10px;
    direction: rtl;
    color: #676767;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.12156862745098039);
}
.btn-se {
background-color: #019ccc;
    width: 28%;
    float: right;
    height: 37px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    border: none;
}
#loginButton , #searchButton , #searchndButton { 
    border-radius:3px;
    -moz-border-radius:3px;
    position:relative;
    z-index:30;
    cursor:pointer;
}

#loginBox , #searchBox ,#searchndBox {
    position: absolute;
    top: 65px;
    right: -30px;
    display: none;
    z-index: 29;
    width: 300px;
}

#loginForm , #searchForm , #searchndForm  {
      width: 100%;
    border-radius: 3px 0 3px 3px;
    -moz-border-radius: 3px 0 3px 3px;
    margin-top: -1px;
    background: rgba(211, 211, 211, 0.64);
    padding: 3px;
}

#loginForm fieldset ,#searchForm fieldset ,  #searchndForm fieldset {
    margin:0 0 12px 0;
    display:block;
    border:0;
    padding:0;
}

fieldset .body {
    background:#fff;
    border-radius:3px;
    -moz-border-radius:3px;
    padding:10px 13px;
    margin:0;
}

#loginForm #checkbox , #searchForm #checkbox ,  .searchndForm #search  {
    width:auto;
    margin:1px 9px 0 0;
    float:left;
    padding:0;
    border:0;
    *margin:-3px 9px 0 0; /* IE7 Fix */
}



.body fieldset label {
    display:block;
    float:none;
    margin:0 0 6px 0;
}

#loginForm #login , .searchForm #search ,  .searchndForm #search   {
    width:auto;
    float:left;
    background:#339cdf url(../images/loginbuttonbg.png) repeat-x;
    color:#fff;
    padding:7px 10px 8px 10px;
    text-shadow:0px -1px #278db8;
    border:1px solid #339cdf;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    margin:0 12px 0 0;
    cursor:pointer;
    *padding:7px 2px 8px 2px; /* IE7 Fix */
}

#loginForm span {
    text-align:center;
    display:block;
    padding:7px 0 4px 0;
}

#loginForm span a {
    color:#3a454d;
    text-shadow:1px 1px #fff;
    font-size:12px;
}
.linked-tp img{
    width:30px;
    display:block;
    margin:0 auto;
}
.linked-tp h3 {
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding-top: 5px;
}
a:hover{
    text-decoration:none;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	width: 100%;
	display: block;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
position: absolute;
    bottom: 2px;
    width: 100%;
    z-index: 9999999;
    right: 0;
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #fff;

}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    border:1px solid #000;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #496f3d;
}
.bx-wrapper .bx-prev {
    left: 45%;
    background: url(../images/pxpv.png) no-repeat 0 1px;
}
.bx-wrapper .bx-next {
 right: 48.5%;
    background: url(../images/pxpv.png) no-repeat -53px 1px;
}
.bx-controls-direction{
    width: 100%;
    position: absolute;
    bottom: -1px;
    right: 0;
}
.bx-wrapper .bx-controls-direction a {
position: absolute;
    top: 50%;
    margin-top: -27px;
    outline: 0;
    width: 47px;
    height: 57px;
    text-indent: -9999px;
    z-index: 99;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
.left-dv{
    position:absolute;
    width:50%;
    background-image: url('../images/bx.png');
    background-size:100% 100%;
    height:100%;
    right:0;
    top:0;
}
.linked:hover{
    background-color:#019ccc;
    color:#fff;
}
.panel-nd{
 position: relative;
    padding: 60px 0;
    border-top: 4px solid #019ccc;
}
.right-nd{
    float:right;
}
header{
    width:100%;
    position:absolute;
    z-index:9999;
    background-color:#fff;
    top:35px;
        -webkit-box-shadow: 2px 2px 9px 4px #dddddd;
    box-shadow: 2px 2px 9px 4px #dddddd;
 
}
.head-ce{
    position:relative;
    max-width:1200px;
    margin:0 auto;
}
body::-webkit-scrollbar {
    width:0.7em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color:#b3b3b3;
  outline: 1px solid slategrey;
}
.ti-nd{
    text-align:right;
    padding-top:20px;
    font-size:20px;
    font-weight:bold;
    color:#000;
    padding-right:10px;
}
.ti-bx2{
    color:#019ccc;
    text-align:right;
    border-top:1px solid #019ccc;
    display:inline-block;
    margin-top:4px;
    float:right;
    display:block;
    width:140px;
    padding:5px 0;
    letter-spacing:5px;
    font-size:19px;
    padding-right:10px;
}
.p98{
    text-align:justify;
    direction:rtl;
    padding:40px 15px 18px 15px;
    color:#000;
    line-height:29px;
    font-size:15px;
    min-height:160px;
    position:relative;
}

.p98:after{
    width:200px;
    top:5px;
    content:"";
    width:100%;
    height:100%;
    display:block;
    height:100%;
    position:absolute;
    border-left:3px solid #989796;
    border-bottom:3px solid #989796;
}
.p98:before{
width: 229px;
    top: 5px;
    left: -12px;
    position: absolute;
    height: 3px;
    content: "";
    display: block;
    border-top: 3px solid #989796;
}
.linked{
    display:block;
    margin:20px 0;
    float:right;
    border:2px solid #019ccc;
    padding:10px 30px;
    text-align:center;
    margin-right:17px;
    color:#019ccc;  
    position:relative; 
}
.linked:before{
          width: 0;
      height: 0;
      border-bottom: 15px solid #019ccc;
      border-left: 15px solid transparent;
      content:"";
      position:absolute;
      right:3px;
      bottom:3px;
}

.r3-context {
    text-align:center;
    color:#fff;
}

.r3-context h3{
    line-height:40px;
    font-weight:bold;
}


    .prx-nd {
    background-image: url('../images/prx.png');
    background-size: 100% 100%;
    background-attachment: fixed;
    padding: 90px 0;
}
.ti-ce{
    text-align:center;
    color:#fff;
    padding:10px 0;
    display:block;
    font-weight:bold;
    font-size:20px;
}
.ti2{
    text-align:center;
    color:#00b3ea;
    padding:5px 0;
    font-weight:bold;
    font-size:20px;
}
.img12{
    margin:13px auto;
    display:block;
    width:100px;
}
.box-nd {
    background-color: #019ccc;
    padding: 50px 10px;
    width: 100%;
    border-radius: 5px;
    padding-bottom: 15px;
}
.lgbtn {
    width: 100px;
    background: #646368;
    color: #fff;
    border: 0;
    padding: 5px;
    border-radius: 6px;
}
    .lgbtn:hover {
        background: #fff;
        color: #646368;
    }


    .ti99 {
        padding-top: 70px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 26px;
    }
.ti99 span{
    color:#019ccc;
 
  
}
.input-tx{
    width:75%;
    float:left;
    padding:9px;
    background-color:#fff;
    border-radius:5px;
    border:none;
}
.row-nd h3{
    float:right;
    color:#fff;
    font-size:14px;
    padding-top:8px;
}
.row-nd{

    max-width:300px;
    margin:0 auto 15px auto;
}
.no-pn{
    padding:0 0;
}
.wrap-nd{
    background-image: url('../images/px3.png');
    background-size:100% 100%;
    background-attachment:fixed;
    padding:30px 0;
}
.title-bx{
    text-align:center;
    font-weight:bold;
    color:#000;
    font-size:18px;
    position:relative;
    max-width:450px;
    margin:0 auto 60px auto;

}
.title-bx span{
    color:#019ccc;
}
.title-bx:after{
     border: 1px solid #019ccc;
    content: "";
    width: 200px;
    height: 1px;
    display: block;
    top: 15px;
    position: relative;
    left: 42px;

}
.box3{
        -webkit-box-shadow: 2px 2px 9px 4px #dddddd;
    box-shadow: 2px 2px 9px 4px #dddddd;
    padding:40px 20px 5px 20px;
    background-color:#fff;
    margin:10px 0;
    position:relative;

}
.box3:after{
    position:absolute;
    width:200px;
    height:100px;
    border-top:2px solid #019ccc;
    border-right:2px solid #019ccc;
    content:"";
    top:0;
    right:0;
    display:none;
}
.box3:before{
    position:absolute;
    width:200px;
    height:100px;
    border-bottom:2px solid #019ccc;
    border-left:2px solid #019ccc;
    content:"";
    bottom:0;
    left:0;
    display:none;
}
.box3:hover:after{
    display:block;
}
.box3:hover:before{
    display:block;
}
.img-min{
    width:100px!important;
    display:block;
    margin:0 auto;
}
.ti-wb{
    text-align:center;
    color:#019ccc;
    padding:15px 0;
    font-size:19px;
}
.p99{
    text-align:justify;
    direction:rtl;
    color:#000;
    line-height:29px;
}
.btn-ce{
    text-align:center;
    padding:10px 0;
    color:#000;
    font-weight:bold;
    margin:20px auto;
    display:block;
}

.news-bx{
    position:relative;
      padding:70px 0;

}
.news-bx:before{
    background-image: url('../images/bx2.png');
    background-size:100% 100%;
    height:100%;
    width:40%;
    content:"";
    left:0;
    display:block;
    position:absolute;
    top:0;
}
.news-bx .ti-nd{
    text-align:left;
}
.news-bx .ti-bx2 {
    text-align: left;
    float: left;
    padding-left: 10px;
        width: 99px;
    padding: 5px 0;
    letter-spacing: 2px;
}
.news-bx .p98:before {
  
    top: 5px;
    right: -12px;

}
.news-bx .p98:after {

    top: 5px;
    right: -12px;
    left:auto;
   border-right: 3px solid #989796;
   border-left:none;
}
.news-bx .linked {

    float: left;
    top:-20px;
    position:relative;
}
.news-bx .p98 h3{
    color:#019ccc;
    padding-bottom:15px;
    font-weight:bold;
    font-size:15px;
}
.news-bx .p98{
    position: relative;
    top: -20px;
}
.dimo-down-icon {
    font-size: 11px;
    padding-right: 2px;
    float: left;
    padding-top: 5px;
    color: #bad368;
}

.user-nd {
    padding: 130px 0 0px 0;
    background-image: url(../images/px3.png);
    background-size: 100% 100%;
    background-attachment: fixed;
}
.user-nd img{
    width:30px !important;
}
.dv-ce:before{
width: 200px;
    height: 86px;
    border-top: 3px solid #019ccc;
    border-right: 3px solid #019ccc;
    position: absolute;
    top: -61px;
    right: 0;
    display: block;
    content: "";
}
.dv-ce{
    position:relative;
    padding:0 70px;
}
.dv-ce:after{
width: 200px;
    height: 86px;
    border-bottom: 3px solid #019ccc;
    border-left: 3px solid #019ccc;
    position: absolute;
    bottom: -61px;
    left: 0;
    display: block;
    content: "";
}
.ti-user{
    position:absolute;
    right:230px;
    top:-105px;
}
.user-nd .ti-bx2 {

    letter-spacing: 0px;

}
.user-nd .linked{
    float:left;
    margin-left:200px;
}
.prx-btm{
    background-image: url('../images/prx2.png');
    background-size:100% 100%;
    background-attachment:fixed;
    padding:100px 0;
    text-align:center;
    position:relative;
}
.prx-btm h3{
    color:#fff;
    line-height:42px;
    font-weight:bold;
    font-size:27px;
}
.prx-btm:before{
     background-image: url(../images/li-ce.png);
    background-size: 100% 100%;
    height: 109%;
    content: "";
    width: 100%;
    position: absolute;
    top: -13px;
    left: 0;
}
.ft-dv {
    max-width: 1200px;
    margin:0px auto 0 auto;
    padding-top: 65px;
    padding-bottom: 30px;
}
.ti-ft {
    text-align: right;
    border-bottom: 1px solid #019ccc;
    padding-bottom: 10px;
    font-size: 17px;
    color: #019ccc;
    font-weight: bold;
    margin-bottom: 5px;
    padding-top:30px;
}
.list-ft li a {
    text-align: justify;
    direction: rtl;
       border-bottom: 1px solid #019ccc;
    padding: 5px 0;
    color: #000;
    display: block;
}
.list-ft li:last-child a {
    border-bottom:none;
}
.p-ads {
    color: #000;
    font-weight: bold;
    direction: rtl;
    padding: 8px 0 3px 0;
}
.p-ads img {
    width: 29px !important;
    float: right;
    position: relative;
    top: -5px;
    margin-left:10px;

}
ul{
    list-style:none;
}
footer{
    background-image: url('../images/footer.png');
    background-attachment:fixed;
    background-size:100% 100%;
}
.form-ft {
       border: 2px dashed #00b3ea;
    border-radius: 38px;
    padding: 5px;
    position: relative;
    max-width:380px;
    margin:0 auto;
}
.form-ft input {
    background-color: #fff;
    padding: 13px 15px;
    width: 100%;
    border-radius: 29px;
    border: none;
    direction: rtl;
}
.btn-form {
    width: 100%;
    position: absolute;
    top: -20px;
}
.btn-nd {
    position: relative;
    z-index: 99;
    margin: 0 auto;
    border-radius: 50% !important;
    width: 50px !important;
    height: 55px;
    background-color: #019ccc !important;
    display: block;
    border: none;
    bottom: -61px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding:0 !important;
}
.list-bt{
    margin-top:15px;
}
.power_by {
    font-size: 11px;
    padding: 18px 0;
    background-color: #fff;
    color: #fff;
    direction: rtl;
    position: relative;
    font-weight:bold;
}
.power_by p {
    display: inline-block;
    color: #000;
    text-align: justify;
    direction: rtl;
}
.link-f {
    display: inline-block;
}
.power_by a{
    color:#000;
}
.logo-min{
    width:48px;
}
 .navbar{
        padding-right:50px;
    }

.dimo-service-row{
    margin:70px 0;
    min-height:100px;
    text-align:center;
}
    .dimo-service-row .owl-item:nth-child(odd) .box3 {
        background-color: #dbede4;
    }
    .dimo-service-row .owl-item:nth-child(even) .box3 {
        background-color: #edf1e1;
    }   
    .dimo-service-row .box3 {
        padding: 25px 15px;
    }
.dimo-service-row img{     
    width:120px;
}
    .dimo-service-row h3 {
        font-size: 17px;
        font-weight: bold;
        color: #1c1c1c;
        padding: 25px 0;
    }
.dimo-service-row a{
    margin: 20px auto;
    min-height: 100px;
}
    .dimo-service-row .owl-prev, .dimo-service-row .owl-next {
        bottom: 115px;
    }


.dimo-news-row .owl-controls .owl-prev:after, .dimo-news-row .owl-controls .owl-next:after {
    color: #00799f;
}
.dimo-news-row .owl-controls .owl-next, .dimo-news-row .owl-controls .owl-prev {
    border: 1px solid #00799f;
}
.dimo-phone {
    /*position: relative;
    max-width: 1200px;
    margin: 0 auto;
    text-align:right;
    z-index:99999;*/
    float: right;
    margin-top: 20px;
}
    .dimo-phone p {
        /*position: absolute;
        right: 0;
        top: -28px;*/
        font-weight: bold;
        direction:rtl;
        color:#000;
    }
    .dimo-phone i {
        background: #bad368;
        padding: 7px;
        border-radius: 50%;
    }

    @media (min-width:760px) and (max-width:990px) {
        .img99{
        display:none;
    }

    .prx-nd .container{
        padding:0 0;
        width:100%;
    }
    .panel-nd {
   
    padding: 20px 0;
}
    .img-nw{
        display:none!important;
    }
    .news-bx:before{
        display:none;
    }
    .user-nd .owl-buttons{
    display:none;
}
    .news-bx {
 
    padding:20px 0;
}
   nav.navbar.bootsnav.navbar-mobile .navbar-collapse{
       width:230px;
   }
   nav.navbar.bootsnav.navbar-mobile ul.nav {
    width: 243px;
 
}
   .bx-controls-direction{
       display:none!important;
   }
   #searchContainer {

    right: 0px;

}
   #loginBox , #searchBox ,#searchndBox {

    right: 3px;

}
}
@media only screen and (max-width:760px){
    .img99, .dimo-phone {
        display: none;
    }
       #searchContainer {

    right: 0px;

}
   #loginBox , #searchBox ,#searchndBox {

    right: 3px;

}
      .bx-controls-direction{
       display:none!important;
   }
      nav.navbar.bootsnav.navbar-mobile .navbar-collapse{
       width:230px;
   }
         nav.navbar.bootsnav.navbar-mobile ul.nav {
    width: 243px;
 
}
    .left-dv{
        display:none;
    }
    .panel-nd {
    padding: 20px 0;
}
   
.prx-nd {

    padding:20px 0;
}
.news-bx:before{
    display:none;
}
.news-bx {
   
    padding:10px 0;
}
p98 {
 
    font-size: 13px;
  
}
.owl-controls .owl-next {

    right: -11px;

}
.owl-controls .owl-prev{
    left:-19px;
}
.user-nd .linked {
    float: none;
    margin-left: 0;
    margin: 0 auto;
}
.user-nd .owl-buttons{
    display:none;
}
.dv-ce:before ,.dv-ce:after {
    display:none;
}
.ti-user {
    position: absolute;
    width: 100%;
    right: 0;
}
.prx-btm:before {

    background-size: cover;

}
.abt-bx{
    display:none;
}
.prx-btm {
 
    padding: 40px 0;

}
.img12{
    display:none;
}
.list-bt {
    margin-top: 50px;
}
.ft-dv {

    padding-top:10px;

}
.prx-btm h3 {

    font-size: 17px;
}

.dv-ce{
    padding:0 10px;
}
.t-web{
    display:none;
}
header{
    top:0;
    position:relative;
}
.linked-tp{
    display:none;
}
.bx-wrapper .bx-prev {
    left: 27%;
    background: url(../images/pxpv.png) no-repeat 0 1px;
}
.bx-wrapper .bx-next {
   right: 26.5%;
    background: url(../images/pxpv.png) no-repeat -53px 1px;
}
}