﻿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';
}

nav.navbar.bootsnav{
    border: none;
    background: none;

   
}
nav.navbar.bootsnav ul.nav > li > a{
    padding: 11px 0px 12px 0px;
    margin: 0 16px;
    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: center;
    direction: rtl;
    padding-right: 20px;
}
nav.navbar.bootsnav ul.nav > li > a:hover{ 
    border: none;
    border-bottom: 2px solid #ed5724!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;
}

.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: #000;
    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: #fff;
    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: 0px;
    }

    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;

}
.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: 11px;
   
}

.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: 11px;
   
}



    .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: #494949;
    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;
    }
}

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: 61px;
    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: #ed5724;
}
.bx-wrapper .bx-prev {
left: 98px;
    background: url(../images/prvnx.png) no-repeat -2px 1px;
}
.bx-wrapper .bx-next {
    right:15px;
    background: url(../images/prvnx.png) no-repeat -45px -1px;
}
.bx-controls-direction{
  width: 200px;
    position: absolute;
    bottom: 23px;
    right: 0;
}
.bx-wrapper .bx-controls-direction a {
position: absolute;
    top: 50%;
    margin-top: -27px;
    outline: 0;
    width: 45px;
    height: 57px;
    text-indent: -9999px;
    z-index: 9999999;
}
.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;
}



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;
}
.head-ce {
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
}
.logo-nd {
    width: 97px;
}
#searchContainer{
   position: absolute;
    top: 23px;
    right: 36px;
    z-index: 9999999999;
}
#searchButton span{
display: block;
    width: 48px;
    background-image: url(../images/se.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 35px;
    height: 37px;
}

#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);
}
.linked:hover{
    color:#f7f7f7;
}
.btn-se {
background-color: #2863af;
    width: 28%;
    float: right;
    height: 37px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    border: none;
}
.link-btn:hover{
    background-color:#339cdf;
    color:#fff;
}
#loginButton , #searchButton , #searchndButton { 
    border-radius:3px;
    -moz-border-radius:3px;
    position:relative;
    z-index:30;
    cursor:pointer;
}
.link-tn:hover {
    background-color: #dd4b1a;

    color: #fff;
  
}
#loginBox , #searchBox ,#searchndBox {
    position: absolute;
    top: 69px;
    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;
}
.p-55 {
    float:left;
    margin-right:15px;
}
.p-55 img {
    float: left;
}
.p-55 span {
    display: inline-block;
    padding: 10px;
    font-weight: bold;
    letter-spacing: 1px;
}
.right-nd{
    float:right;
}
nav.navbar.bootsnav{
    border-bottom:1px solid #000;
}
.title-about h3{
    color:#000;
    font-size:18px;
    font-weight:bold;
    padding-bottom:10px;
}
.title-about h4{
    color:#959595;
    font-size:15px;
}
.title-about{
   border-right: 4px solid #ed5724;
    padding: 3px 6px;
    margin-bottom: 15px;
}
.p98 {
    text-align: justify;
    direction: rtl;
    color: #000;
    line-height: 30px;
    font-size: 14px;
}
.link-btn {
    float: left;
    left: -50px;
    position: relative;
    margin-top: 42px;
    background-color:#ed5724;
    padding: 10px 35px;
    text-align: center;
    color: #fff;
    display: block;
  
    display: block;
}
.about-bx {
    padding: 50px 0;
}
.img-bx {
    position: relative;
    padding: 25px 25px;
    max-width: 520px;
}
.ti-img {
    position: absolute;
    right: 5px;
    bottom: 0;
    width: 200px;
    height: 200px;
    padding:30px 0;
    background-color: #fff;
    z-index: 99999;
    border-radius:50%;
   border:5px solid #96a0a3;
}
.ti-img img {
    width: 130px;
    margin: 0 auto;
    display: block;
}
.img-bx:before {
       width: 82%;
    height: 110%;
    background-image: url(../images/bc12.png);
    content: "";
    z-index: -1;
    top: -14px;
    left: 0;
    display: block;
    position: absolute;
}
.img-bx > img{
    position:relative;
    width:300px;
}
.page-bx{
    background-color:#f1f1f1;
    padding:15px 0 0 0;
    background-position:center;
}
.scene {
  width: 100%;
  height: 350px;
 
  margin:20px 10px;
}

.panel-nd {
  width: 100%;
  height: 100%;
-webkit-box-shadow: 1px 1px 1px 1px #C7C7C7;
box-shadow: 1px 1px 1px 1px #C7C7C7;
background-color:#fff;
  /* perspective function in transform property */
  transform: perspective(600px) rotateY(-20deg);
  padding:15px 20px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.panel-nd img{
   width:180px!important;
   margin:0 auto;
   display:block;
}
.panel-nd h3{
    color:#5a4b50;
    text-align:center;
    padding:15px 0 8px 0;
    font-size:17px;
}
.panel-nd p{
    text-align:justify;
    direction:rtl;
    color:#000;

}
.panel-nd a{
    display:block;
    color:#ed5724;
    margin:8px 0;

}
.panel-nd:hover{
     transform: perspective(600px) rotateY(0deg);
}
.prx-nd{
    background-image: url('../images/prx.png');
    background-size:cover;
    background-attachment:fixed;
    height:400px;
    margin:40px 0;
    position:relative;
    padding:130px 0;
}
.prx-nd:before{
    width:100%;
    position:absolute;
    content:"";
    top:0;
    left:0;
    height:120px;
    z-index:9999;
    background-image: url('../images/tp.png');
    background-size:100% 100%;

}
.prx-nd:after{
    width:100%;
    position:absolute;
    content:"";
    bottom:0;
    left:0;
    height:120px;
    z-index:9999;
    background-image: url('../images/btm.png');
    background-size:100% 100%;

}
.prx-nd h2{
    text-align:center;
    color:#fff;
    font-size:23px;
    font-weight:bold;
    line-height:35px;
    max-width:800px;
    margin:0 auto;
}
.pn-nd{
    padding:0 2px;
}
.pn-nd img{
    margin-bottom:4px;
}
.link-tn{
    background-color:#ed5724;
    padding:8px 10px;
    float:left;
    text-align:center;
    color:#fff;
    margin-top:10px;
}
.project-nd .container{
    position:relative;
}
.img-tx:before{
    width:280px;
    height:70%;
    border:3px solid #ed5724;
    position:absolute;
    left:-15px;
    top:-30px;
    content:"";
}
.img-tx{
    position:relative;

}
.img-tx > h3{
   position: absolute;
    background: #f1f1f1;
    padding: 5px 10px;
    top: -47px;
    z-index: 99999;
    text-align: center;
    color: #959595;
    content: "";
}
.news-bx{
    padding:20px 0;
}
.li-bx p {
    padding: 0px 0 5px 0;
    color: #ed5724;
    text-align: justify;
    direction: rtl;
    display: block;
}
.ti-nw {
    text-align: right;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 15px;
}
.li-bx {
    padding-top:40px;
}
.p-99 {
    color: #000!important;
    line-height:29px;
}
.link-more {
    color: #ed5724;
    display: block;
    padding: 10px 0;
    text-align: left;
    direction: rtl;
    width: 120px;
    float:right; 
}
.link-more span {
    border: 1px solid #ed5724;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: block;
    float: right;
    text-align: center;
    padding: 10px;
    position: relative;
    top: -10px;
    margin-left: 5px;
}
.link-more .fa {
    font-size: 16px;
}
.mg-nw{
    position:relative;
    padding-top:25px;
    padding-right:25px;
}
.mg-nw:before{
    position:absolute;
    top:-15px;
    right:-10px;
    content:"";
    background-image: url('../images/bc12.png');
    background-size:100% 100%;
    width:350px;
    height:350px;

}
.mg-nw:after{
content: "";
    width: 100px;
    height: 2px;
    position: absolute;
    left: -24px;
    top: 73px;
    border: 1px solid #ed5724;
}
footer{
    background-image: url('../images/ft.png');
    background-size:cover;
    padding-top:20px;
    margin-top:30px;
    position:relative;
    z-index:9;
}
.ft-ce {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 999999999;
    position: relative;
}
.ti-ft {
    text-align: right;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin: 0 auto 0px auto;
    width: 100%;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
}
.list-ft li a {
    color: #fff;
    text-align: right;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    display: block;
    font-size: 14px;
    padding: 7px 0;
}
ul{
    list-style:none;
}
.logo-ft{
    display:block;
    margin:0 auto 20px auto;
    width:160px;
}
.p1 {
    text-align: justify;
    direction: rtl;
    padding: 10px 0;
    color: #fff;
    font-size: 15px;
    line-height:28px;
}
.p-tx {
    padding: 5px 10px;
    text-align: justify;
    direction: rtl;
    font-size: 14px;
    color: #fff;
}
    .p-tx p {
        padding: 9px 0;
        font-size: 17px;
        direction: ltr;
        display: block;
        text-align: right;
        overflow: hidden;
        padding-bottom:2px;
    }
.p-tx img {
    width: 31px;
    position: relative;
    top: -10px;
    margin-left: 5px;
    float: right;
}
.power_by {
    font-size: 11px;
    padding: 11px 0;
    color: #fff;
    direction: rtl;
    position: relative;
    z-index: 99999;
    border-top:1px solid #fff;
    margin-top:10px;

}
.power_by p {
    display: inline-block;
    color: #fff;
    text-align: justify;
    direction: rtl;
}
.link-f {
    display: inline-block;
}
.power_by a {
    color: #fff;
}
.list-ft li:last-child a{
    border:none;
}
footer:before{
    background-image: url('../images/tp-ft.png');
    background-size:100% 100%;
    height:100px;
    position:absolute;
    top:0;
    left:0;
    content:"";
    z-index:9999;
    width:100%;
}
.slid-nd{
    position:relative;
}
.tx-slid{
    position:absolute;
    width:100%;
    top:30%;
    color:#fff;
    text-align:center;
    z-index:99999;
}
.tx-slid h1{
    font-size:26px;
    padding-top:15px;
}
.p-rg{
    text-align:right;
    float:right;
    padding-top:8px;
    padding-left:10px;
}
.slid-nd:after{
    background-image: url('../images/bt-sld.png');
    background-size:100% 100%;
    height:140px;
    content:"";
    bottom:0;
    left:0;
    width:100%;
    z-index:9999;
    display:block;
    position:absolute;
}
@media only screen and (max-width: 990px){
    .tx-slid{
        display:none;
    }
    .bx-wrapper .bx-pager{
        display:none;

    }
    .link-btn{
        left:0;
    }
    .img-bx{
        display:none;
    }
    .prx-nd:before {
    display:none
}
        .prx-nd:after {
    display:none
}
        .prx-nd{
           padding:30px 0;
           height:auto;
        }
        .img-tx:before {
display:none;

}
      .project-nd  .col-md-2 img{
            width:100%;
            float:left;
        }
      .news-bx .post-slide{
          margin:0 0;
      }
      .btm-bx{
          display:none;
      }
      #searchContainer {

    top: 10px;
    right: 45px;

}
      .logo-nd {
    width: 58px;
}
      .hd-bx .col-md-11{
          padding:0 0;

      }
      nav.navbar.bootsnav {
    border-bottom:none
}
      #searchButton span {

    background-size: 29px;
   
}
      .about-bx {
    padding: 20px 0;
}
      .owl-controls .owl-next {

    right: -13px;
    bottom: 185px;

}
      .owl-controls .owl-prev {
    position: absolute;
    left: -14px;
    bottom: 185px;

}
      .logo-ft{
          display:none;
      }
      footer:before{
          display:none;
      }
      .panel-nd {

    transform: perspective(600px) rotateY(0deg);

}
      .scene {
    margin:0;
    height:auto;
}
      .panel-nd img {
    width: 118px!important;
    margin: 0 auto;
    display: block;
}
      .prx-nd h2 {
     padding:0 15px;
    font-size: 13px;

}
      .mg-nw:before{
          display:none;
      }
}
@media only screen and (max-width: 760px){
    .project-nd  .col-md-2 img{
            width:50%;
            float:left;
        }
    .slid-nd:after{
        display:none;
    }
}

.box{
   
    outline: 3px solid rgba(0,0,0,0.02);
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease 0s;
}
.box:hover{
    border-radius: 5px;
    outline-offset: 4px;
  
}
.box:before{
content: "";
    background: linear-gradient(to bottom,rgb(0 0 0 / 82%) 51%,rgb(9 9 9 / 80%) 52%);
    opacity: 0;
    transform-origin: bottom center;
    transform: scaleY(0);
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 1;
    transition: all 0.4s ease 0s;
}
.box:hover:before{
    opacity: 1;
    transform: scaleY(1);
}
.box img{
    width: 100%;
    height: auto;
    transform-origin: top center;
    transition: all 0.4s ease 0s;
}
.box:hover img{ transform: scale(1.2); }
.box .box-content{
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 0 10px;
    opacity: 0;
    transform: translateY(-50%);
    position: absolute;
    top: 20%;
    left: 0;
    z-index: 2;
    transition: all 0.4s ease 0s;
}
.box:hover .box-content{
    opacity: 1;
    top: 50%;
}
.box .title{
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    line-height:26px;
    margin: 0 0 5px;
}
.box .post{
    color: #1dd1a1;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
}
.box .icon{
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
}
.box .icon li{
    margin: 0 3px;
    display: inline-block;
}
.box .icon li a{
    color: #ed5724;
    background-color: #fff;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    box-shadow: 0 0 15px -3px rgba(0,0,0,0.2);
    display: block;
    transition: all 0.3s ease 0s;
}
.box .icon li a:hover{
    color: #fff;
    background-color: #e74c3c;
}
