﻿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';
}

.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: 23px;
    width: 100%;
    z-index: 1000;
    left: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;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ffc53c;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
right: 22%;
    background: url(../images/nxpr.jpg) no-repeat 5px 4px;

}


.bx-wrapper .bx-next {
    right: 18%;
    background: url(../images/nxpr.jpg) no-repeat -32px 4px;x;
}


.bx-wrapper .bx-controls-direction a {
position: absolute;
    bottom:-75px;
    margin-top: -16px;
    outline: 0;
    width: 37px;
    height: 46px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.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;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.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;
}

/* IMAGE CAPTIONS */

.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;
}

.head-ce{
    max-width:1200px;
    margin:0 auto;

}
nav.navbar.bootsnav{
    border: none;
    background: none;

   
}
nav.navbar.bootsnav ul.nav > li > a{
  padding: 7px 11px 7px 11px;
    margin:29px 0px 0 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

nav.navbar.bootsnav ul.nav > li > a:hover{ color: #333;background-color:#feec26; }
nav.navbar.bootsnav ul.nav > li.dropdown.on > a{
    color: #000;
    transition-delay: 0.6s;
}

nav.navbar.bootsnav ul.nav > li> a:hover:before{ width: 100%; }
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: #101010;

}
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;
    background: #000000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999999999999;
    display: block;
    padding-top: 14px;
    color: #ecebdb;
    font-size: 1.6em;
}
    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: #fff;
    }

    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: #333;
        border-top: none;
    }

        nav.navbar.bootsnav ul.nav > li > a:hover {
            color: #fff;
        }

        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: right;
}

.navbar-nav{
    float:right;
}
.logo-nd{
    width:220px;
}
nav.navbar.bootsnav {
  border:none;
}

.clear{
    clear:both;
}
.logo-nd{
   width:220px;
}
header{
    padding:12px 0 7px 0;
}
.searchbox{
    position: relative;
    min-width: 50px;
    width: 0%;
    margin-top: 31px;
    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;
    border-right:1px solid #fff;
    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;
    border-right: 1px solid #feec26;
}
.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;

}
.slid-item{
    position:relative;
    margin:50px 0;
}
.ti-nd{
    position:relative;
    max-width:350px;
    width:100%;
    margin:0 auto 30px auto;
}
.ti-nd h3{
    color:#777;
    text-align:center;
    width:180px;
    margin:0 auto;
    background-color:#fff;
    position:relative;
    z-index:9999;
    font-size:22px;
}
.ti-nd hr{
     position: absolute;
    top: -6px;
    left: 0;
    width: 100%;
    border-top: 1px solid #b7b7b7;
}
.btm-mg{
    background-image: url('../images/bc.jpg');
    padding:12px 14px;
    color:#2e2e2e;
    text-align:right;
}
.btm-mg h3{
   float:right;
   font-size:14px;
   font-weight:bold;
   padding-top:3px;
}
.btm-mg a{
    color: #525252;
    float: left;
    font-size: 14px;
    font-weight: bold;
}
.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: -40px;
    bottom: 30px;
    padding: 8px 17px;
    transition: background 0.50s ease;
}

.owl-controls .owl-next {
    position: absolute;
    right: -40px;
    bottom:30px;
    padding: 8px 17px;
    transition: background 0.50s ease;
}

    .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;
    }

    .owl-controls .owl-buttons .owl-prev {
        left: -20px;
        padding: 5px 14px;
    }

    .owl-controls .owl-buttons .owl-next {
        right: -20px;
        padding: 5px 14px;
    }
}

@media only screen and (max-width: 767px) {
    .owl-controls .owl-buttons .owl-prev {
        left: 0px;
     
    }

    .owl-controls .owl-buttons .owl-next {
        right: 0px;
       
    }
}


.post-slide {
    padding-bottom: 10px;
    margin: 0 7px;
    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-buttons {
    margin-top:0px;
    position: relative;
    bottom:50px;
}




.owl-controls .owl-prev:after,
.owl-controls .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #d2cece;
    font-size: 33px;
}


.owl-controls .owl-next:after {
    content: "\f105";
}



@media only screen and (max-width: 990px) {
    .post-slide {
     
    }

    .owl-controls .owl-buttons .owl-prev {
        left: -20px;
        padding: 5px 14px;
    }

    .owl-controls .owl-buttons .owl-next {
        right: -20px;
        padding: 5px 14px;
    }
}

@media only screen and (max-width: 767px) {
    .owl-controls .owl-buttons .owl-prev {
        left: -15px;
       
    }

    .owl-controls .owl-buttons .owl-next {
        right: -15px;
       
    }
}


.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;
    }
}
.link-mn{
 color:#777;
}

.tx-prx{
    position:relative;
    color:#fff;
    text-align:justify;
    direction:rtl;
    font-size:15px;
    line-height:28px;
    max-width:950px;
    margin:20px auto 0 auto;
}
.link-ce{
    position:relative;
    margin:30px auto;
    padding:8px 0;
    font-weight:bold;
    text-align:center;
    color:#555;
    background:#feec26;
    width:150px;
    display:block;
    border-radius:15px;
}
.btm-bx{
    padding:50px 0;
}
.btm-nw h4{
    color:#363636;
    padding:14px 0;
    text-align:right;
    font-size:15px;
    border-bottom:1px solid #b7b7b7;
    font-weight:bold;
}
.btm-nw p{
    color:#363636;
    text-align:justify;
    direction:rtl;
    padding:9px 0;
    line-height:23px;
}
.line-share{
    background-color:#feec26;
    padding:8px 0;
    direction:rtl;
}
.line-share li a{
    margin:0 8px;

}
.line-share li a img{
    width:30px;
}

.ft-ce{
    max-width:1200px;
    margin:0 auto;
    padding:0 15px
}
ul{
    list-style:none;
}
.link-mn{
    color:#777777;
    float:left;
}
.list-ft li a{
    text-align:right;
    color:#fff;
    font-size:14px;
    display:block;
    margin:4px 0;
}
.list-ft li:hover a{
    color:#002368;
 }
.right-nd{
    float:right;
}
.ti-ft{
    text-align: right;
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #c2c2c2;
    font-size: 16px;
    color: #feec26;
    margin-bottom: 15px;
}
.p-ft{
    color: #ffffff;
    padding: 12px 0 3px 0;
    text-align: right;
    font-size: 13px;

}
.power_by{

    color: #fff;
    font-size: 12px;
    line-height: 21px;
}
.power_by a{
    color:#fff;
    font-size:12px;
}
.no-pn{
    padding:0 0;
}
a:hover{
    text-decoration:none;
}
.logo-ft{
position: absolute;
    left: 0;
    width: 82px;
    top: 63px;
}
.mb-ft{
    position:relative;
}
.slid-tx{
    position:absolute;
    width:100%;
    height:100%;
    top:0;

    
}
.tx-sld{
    position:relative;
    top:30%;
    text-align:center;
     font-family: "FDKaban";
}
.logo-sld{
    display:block;
    margin:0 auto 20px auto;
    position:relative;
     z-index:9999;
}
.tx-sld h1{
    font-size:23px;
    color:#fff;
    text-align:center;
    text-shadow: 1px 1px 1px #4b638c;
    padding-bottom:10px;
       position:relative;
     z-index:9999;
}
.tx-sld h2{
    font-size:23px;
    color:#fff;
    text-align:center;
    text-shadow: 1px 1px 1px #4b638c;
    padding-bottom:10px;
      position:relative;
     z-index:9999;
}
.list-ft li:hover a{
    color:#feec26;
}
.link-ce:hover{
    background-color:#fff;
    color:#000;
}
.clo-nd{
    width:150px;
    float:right;
    height:10px;
}
.clo-ce{
    float:right;
    text-align:center;
    color:#fff;
    display:block;
    width:200px;
}
.col-ce h3{

}
.ti-bxt{
    width:500px;
    max-width:100%;
    margin:30px auto 30px auto;
}
.clo-ce{

}
@media only screen and (max-width: 990px){
    .logo-nd {
    width: 171px;
}
    .logo-ft{
        display:none;
    }
    .p-ft {

    font-size: 11px;
}
    .slid-tx{
        display:none;
    }
    .power_by{
        font-size:11px;
    }
    .prx-nd{
        height:auto;
        background-size:cover;
        padding:20px 0;

    }
    .slid-item {
    margin: 23px 0;
}
    .bx-wrapper .bx-controls-direction a {
        display:none;
    }
}
@media only screen and (max-width: 760px){
    .mb-bx{
        display:none;
    }
    .logo-nd{
        width:110px;
    }
    header{
        padding:5px 0;
    }
   .navbar {
    min-height: 42px;

}
   .ti-nd h3 {

    width: 123px;
    font-size: 16px;
}
   .btm-mg h3 {
    display:block;
    font-size: 11px;
    width:100%;
    text-align:center;
}
   .btm-mg{
       padding:5px 5px;
   }
   .btm-mg a {
  font-size:13px;
  display:block;
  margin-top:14px;
  text-align:center;
  float:none;
}
   .owl-controls{
           position: absolute;
    width: 100%;
    top: 0;
   }
   .owl-controls .owl-buttons {
    
    bottom: 0;
}
   .owl-controls .owl-buttons .owl-next {
      right: auto;
    left:36px;
    width: 26px;
    bottom: 12px;
    height: 33px;
    background: #ccc;
    padding: 0 6px;
    line-height: 32px;
}
   .owl-controls .owl-buttons .owl-prev{
         left: 4px;
    width: 26px;
    bottom: 12px;
    height: 33px;
    background: #ccc;
    padding: 0 6px;
    line-height: 32px;
   }
   .ti-nd hr{
       display:none;
   }
   .ti-nd {

    margin: 0 auto 21px auto;
}
   .p-ft {
    font-size: 11px;
    text-align:center;
    line-height: 20px;
}
   .power_by{
       text-align:center;
   }
   .ti-ft{
       text-align:center;
   }
   nav.navbar.bootsnav ul.nav > li > a {
    color: #fff;
 
}
   .ti-bxt{
       width:100%;
   }
   .clo-nd{
       display:none;
   }
   .clo-ce{
       float:none;
       margin:0 auto;
   }
}







.logo-nd{
    width: 150px;
}

#wowslider-container1 { 
	display: table;
	zoom: 1; 
	position: relative;
	width: 100%;
	max-width: 100%;
	max-height:730px;
	margin:0px auto 0px;
	z-index:90;
	text-align:left; /* reset align=center */
	font-size: 10px;
	text-shadow: none; /* fix some user styles */

	/* reset box-sizing (to boostrap friendly) */
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box; 
}
* html #wowslider-container1{ width:640px }
#wowslider-container1 .ws_images ul{
	position:relative;
	width: 10000%; 
	height:100%;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	border-spacing:0;
	overflow: visible;
	/*table-layout:fixed;*/
}
#wowslider-container1 .ws_images ul li{
	position: relative;
	width:1%;
	height:100%;
	line-height:0; /*opera*/
	overflow: hidden;
	float:left;
	/*font-size:0;*/
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
}

#wowslider-container1 .ws_images{
	position: relative;
	left:0;
	top:0;
	height:100%;
	max-height:730px;
	max-width: 100%;
	vertical-align: top;
	border:none;
	overflow: hidden;
}
#wowslider-container1 .ws_images ul a{
	width:100%;
	height:100%;
	max-height:500px;
	display:block;
	color:transparent;
}
#wowslider-container1 img{
	max-width: none !important;
}
#wowslider-container1 .ws_images .ws_list img,
#wowslider-container1 .ws_images > div > img{
	width:100%;
	border:none 0;
	max-width: none;
	padding:0;
	margin:0;
}
#wowslider-container1 .ws_images > div > img {
	max-height:730px;
}

#wowslider-container1 .ws_images iframe {
	position: absolute;
	z-index: -1;
}

#wowslider-container1 .ws-title > div {
	display: inline-block !important;
}

#wowslider-container1 a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

#wowslider-container1  .ws_bullets { 
	float: left;
	position:absolute;
	z-index:70;
}
#wowslider-container1  .ws_bullets div{
	position:relative;
	float:left;
	font-size: 0px;
}
/* compatibility with Joomla styles */
#wowslider-container1  .ws_bullets a {
	line-height: 0;
}

#wowslider-container1  .ws_script{
	display:none;
}
#wowslider-container1 sound, 
#wowslider-container1 object{
	position:absolute;
}

/* prevent some of users reset styles */
#wowslider-container1 .ws_effect {
	position: static;
	width: 100%;
	height: 100%;
}

#wowslider-container1 .ws_photoItem {
	border: 2em solid #fff;
	margin-left: -2em;
	margin-top: -2em;
}
#wowslider-container1 .ws_cube_side {
	background: #A6A5A9;
}


#wowslider-container1.ws_gestures {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABwSURBVEjH7ZJBEsAgCAMT/v/n9NCOSqe2oD2yNx1JggB4BCEFWyFASP2KMQE7ywWhe/tTRGCGogLk02tFctiW/SUgaMyQG4PdPzDn31rQbMb8FiAXgvsEJNax1yVlVGAjA93apP3HFhZTGIqiKH7iADB6HxPlHdNVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA3LTA3VDEzOjQ5OjEwKzAyOjAwm7WiFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wNy0wN1QxMzo0OToxMCswMjowMOroGqgAAAAASUVORK5CYII="), move;
}
#wowslider-container1.ws_gestures.ws_grabbing {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABaSURBVEjH7ZMxCkAhDEOT8u9/5TpJ+xWkFse8IYutJgEB8RCHL1qCc90BEFnT6QH7mwgFHBUf8wJyS1TDLuc3vmighx37LZdIth3E5hKj9n6O0HRh+oJCiFcMxRUUDxR1CTMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDctMDdUMTM6NDk6MzgrMDI6MDDqf+sOAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA3LTA3VDEzOjQ5OjM4KzAyOjAwmyJTsgAAAABJRU5ErkJggg=="), move;
}

/* hide controls when video start play */
#wowslider-container1.ws_video_playing .ws_bullets,
#wowslider-container1.ws_video_playing .ws_fullscreen,
#wowslider-container1.ws_video_playing .ws_next,
#wowslider-container1.ws_video_playing .ws_prev {
	display: none;
}


/* youtube/vimeo buttons */
#wowslider-container1 .ws_video_btn {
	position: absolute;
	display: none;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 55;
}
#wowslider-container1 .ws_video_btn.ws_youtube,
#wowslider-container1 .ws_video_btn.ws_vimeo {
	display: block;
}
#wowslider-container1 .ws_video_btn div {
	position: absolute;
	background-image: url(./playvideo.png);
	background-size: 200%;
	top: 50%;
	left: 50%;
	width: 7em;
	height: 5em;
	margin-left: -3.5em;
	margin-top: -2.5em;
}
#wowslider-container1 .ws_video_btn.ws_youtube div {
	background-position: 0 0;
}
#wowslider-container1 .ws_video_btn.ws_youtube:hover div {
	background-position: 100% 0;
}
#wowslider-container1 .ws_video_btn.ws_vimeo div {
	background-position: 0 100%;
}
#wowslider-container1 .ws_video_btn.ws_vimeo:hover div {
	background-position: 100% 100%;
}

#wowslider-container1 .ws_playpause.ws_hide {
	display: none !important;
}
#wowslider-container1  .ws_bullets { 
	padding: 5px 0; 
}
#wowslider-container1 .ws_bullets a { 
	width: 17px;
	height: 17px;

	background-image: url(./bullet.png);
	float: left; 
	text-indent: -4000px; 
	position:relative;
	margin-left:0px;
	color:transparent;
	background-size: 100%;
}
#wowslider-container1 .ws_bullets a:hover, #wowslider-container1 .ws_bullets a.ws_selbull{
	background-position: 0 100%;
}
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
	position:absolute;
	top:50%;
	margin-top:-4.2em;
	z-index:60;
	width: 4.2em;	
	height: 8.4em;
	background-image: url(./arrows.png);
	background-size: 200%;
	opacity: 1;
}
#wowslider-container1 a.ws_next{
	background-position: 0 0;
	right: 0;
}
#wowslider-container1 a.ws_prev {
	background-position: 100% 0;
	left: 0;
}

/*playpause*/
#wowslider-container1 .ws_playpause {
    width: 8.4em;
    height: 8.4em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -4.2em;
    margin-top: -4.2em;
    z-index: 59;
	background-size: 100%;
	opacity: 1;
}

#wowslider-container1 .ws_pause {
    background-image: url(./pause.png);
}

#wowslider-container1 .ws_play {
    background-image: url(./play.png);
}/* bottom right */
#wowslider-container1  .ws_bullets {
    bottom: 30px;
	right: 10px;
}

#wowslider-container1 .ws-title{
	position:absolute;
	display:block;
	font: 2.1em 'Roboto Condensed', 'MS Sans Serif', Geneva, sans-serif;
	bottom: 1em;
	left: 0;
	padding:0.5em;
	padding-left: 1.5em;
	margin-right:0.5em;
	color:#ffffff;	
	z-index: 50;
	line-height: 1.4em;
	text-transform: none;
}
#wowslider-container1 .ws-title div,#wowslider-container1 .ws-title span{
	display:inline-block;
	opacity:1;
}
#wowslider-container1 .ws-title div{
	display:block;
	margin-top:0.6em;
	font-size: 0.571em;
}
#wowslider-container1 .ws-title span{
	text-transform: uppercase; 
}#wowslider-container1 .ws_images > ul{
	animation: wsBasic 32s infinite;
	-moz-animation: wsBasic 32s infinite;
	-webkit-animation: wsBasic 32s infinite;
}
@keyframes wsBasic{0%{left:-0%} 6.25%{left:-0%} 12.5%{left:-100%} 18.75%{left:-100%} 25%{left:-200%} 31.25%{left:-200%} 37.5%{left:-300%} 43.75%{left:-300%} 50%{left:-400%} 56.25%{left:-400%} 62.5%{left:-500%} 68.75%{left:-500%} 75%{left:-600%} 81.25%{left:-600%} 87.5%{left:-700%} 93.75%{left:-700%} }
@-moz-keyframes wsBasic{0%{left:-0%} 6.25%{left:-0%} 12.5%{left:-100%} 18.75%{left:-100%} 25%{left:-200%} 31.25%{left:-200%} 37.5%{left:-300%} 43.75%{left:-300%} 50%{left:-400%} 56.25%{left:-400%} 62.5%{left:-500%} 68.75%{left:-500%} 75%{left:-600%} 81.25%{left:-600%} 87.5%{left:-700%} 93.75%{left:-700%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 6.25%{left:-0%} 12.5%{left:-100%} 18.75%{left:-100%} 25%{left:-200%} 31.25%{left:-200%} 37.5%{left:-300%} 43.75%{left:-300%} 50%{left:-400%} 56.25%{left:-400%} 62.5%{left:-500%} 68.75%{left:-500%} 75%{left:-600%} 81.25%{left:-600%} 87.5%{left:-700%} 93.75%{left:-700%} }

#wowslider-container1 .ws_bullets  a img{
	text-indent:0;
	display:block;
	bottom:20px;
	left:-43px;
	visibility:hidden;
	position:absolute;
    border: 4px solid #FFF;
	max-width:none;
}
#wowslider-container1 .ws_bullets a:hover img{
	visibility:visible;
}

#wowslider-container1 .ws_bulframe div div{
	height:48px;
	overflow:visible;
	position:relative;
}
#wowslider-container1 .ws_bulframe div {
	left:0;
	overflow:hidden;
	position:relative;
	width:85px;
	background-color:#FFFFFF;
}
#wowslider-container1  .ws_bullets .ws_bulframe{
	display:none;
	bottom:26px;
	overflow:visible;
	position:absolute;
	cursor:pointer;
    border: 4px solid #FFF;
}
#wowslider-container1 .ws_bulframe span{
	display:block;
	position:absolute;
	bottom:-11px;
	margin-left:-2px;
	left:43px;
	background:url(./triangle.png);
	width:13px;
	height:7px;
}#wowslider-container1 .ws_bulframe div div{
	height: auto;
}

@media all and (max-width:760px) {
	#wowslider-container1 .ws_fullscreen {
		display: block;
	}
}
@media all and (max-width:400px){
	#wowslider-container1 .ws_controls,
	#wowslider-container1 .ws_bullets,
	#wowslider-container1 .ws_thumbs{
		display: none
	}
}
.sld-tx {
    position: absolute;
    top: 45%;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 9999;
}

.ml3{
    font-size:29px;
    font-weight:bold;
}

.panel-nd{
    padding:90px 0;
}
.item-nd{
  background-color: #f1eeee;
    padding: 22px 10px;
    height: 330px;
    position: relative;
}
.item-nd h3{
    font-size:17px;
    font-weight:bold;
    text-align:right;
    direction:rtl;
    padding-bottom:15px;
}
.line-nd{
    direction:rtl;
    text-align:justify;
    line-height:33px;
    font-weight:bold;
}
.bx-color{
      position: absolute;
    top: -19px;
    height: 111%;
    background-color: #8bae29;
    width: 97%;
    left:5px;
    padding:25px;
   color:#fff;
   font-weight:normal!important;
}
.bx-color .line-nd {
    direction: rtl;
    text-align: justify;
    line-height: 33px;
    font-weight: normal;
}
.linked {
    background-color: #fff;
    display: block;
    float: left;
    padding: 2px 21px 2px 35px;
    text-align: right;
    color: #000;
    position: relative;
}
.titr-nd{
    color:#8bae29;
    text-align:right;
    font-size:18px;
    font-weight:bold;
    padding-bottom:25px;

}
.product-nd{
    padding:10px 0 40px 0;
}
.news-bx{
    padding:35px 0 75px 0;
   background-image: url('../images/prx.jpg');
   background-size:100% 100%;
   background-attachment:fixed;

}
.slid-bx{
       max-width: 900px;
    margin: 0 auto;
    position: relative;
    padding: 55px 0;
}
.bc-nd{
    width: 80%;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
}
.ti-news{
text-align: right;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: bold;
    font-weight: 700;
    color: #141740;
    padding: 15px 0 20px 0;
}
.p88{
    text-align:justify;
    direction:rtl;
    color:#141740;
    font-size:15px;
    line-height:25px;
}
.listed li{
    background-color:#fff;
    padding:5px;
    margin:0 5px;
    position:relative;
    z-index:9999;
}
.lined-bx{
    padding:25px 0;
    width:200px;
    margin:0 auto;
    position:relative;
}
.lined-bx img{
    width:25px;
}
.hr-bx{
   position: absolute;
    top: 42px;
    width: 100%;
    border-top: 1px solid #818181;
    left:0;
    margin:0;
}
.item-nd{
    -webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.item-nd:hover{
  background: rgba(139, 174, 41, 0.1607);
   
}
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:#d1cccc;
  outline: 1px solid slategrey;
}
.box{
    overflow: hidden;
    position: relative;
    z-index:999999;
}

.item-nd:hover .linked {
     box-shadow: 140px 0px 0px 0px #719903 inset;
    transition: all 0.8s ease 0.4s;
    color: #fff;
}
.sp-nd{
    position: absolute;
    left: 12px;
    background-color: #8bae29;
    width: 9px;
    height: 100%;
    top: 0px;
}
.box{
    text-align: center;
    overflow: hidden;
    position: relative;
}
.box:before,
.box:after{
content: "";
    width: 0;
    height: 0;
    background: rgb(139, 174, 41);
    position: absolute;
    top: 5%;
    z-index: 999999;
    left: 5%;
    transition: all 0.3s ease-in-out;
}
.box:after{
    top: auto;
    left: auto;
    bottom: 5%;
    right: 5%;
}
.box:hover:before,
.box:hover:after{
    width: 90%;
    height: 90%;
}
.box img{
    width: 100%;
    height: auto;
}
.box .box-content{
width: 100%;
    height: 100%;
    padding-top: 25%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 9999999999999;
    transition: all 0.2s ease 0.3s;
}
.box:hover .box-content{ opacity: 1; }
.box .box-content:before,
.box .box-content:after{
    content: "";
    width: 85%;
    height: 85%;
    border: 2px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translateY(-50%) translateX(-50%);
    transition: all 0.3s ease 0s;
}
.box .box-content:before{ width: 0; }
.box .box-content:after{ height: 0; }
.box:hover .box-content:before{
    width: 85%;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition-delay: 0.4s;
}
.box:hover .box-content:after{
    height: 85%;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    transition-delay: 0.4s;
}
.box .title{
       font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.box .post{
    display: block;
    font-size: 15px;
    font-style: italic;
    color: #fff;
    margin-bottom: 10px;
}
.box .icon{
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 999;
}
.box .icon li{ display: inline-block; }
.box .icon a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;

    background: #fff;
    font-size: 15px;
    color: #2d2c2c;
    text-align: center;
    margin-right: 5px;
    transition: all 0.3s ease 0s;
}
.box .icon a:hover{
    background: transparent;
    color: #fff;
    border-radius: 50%;
    box-shadow: 1px 1px 3px #fff, -1px -1px 3px #fff;
}
figure.snip1477 {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  background-color: #000000;
}
figure.snip1477 *,
figure.snip1477 *:before,
figure.snip1477 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
figure.snip1477 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  opacity: 0.9;
}
figure.snip1477 .title {
  position: absolute;
  top: 58%;
  left: 25px;
  padding: 5px 10px 10px;
}
figure.snip1477 .title:before,
figure.snip1477 .title:after {
  height: 2px;
  width: 400px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
figure.snip1477 .title:before {
  top: 0;
  left: 10px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
figure.snip1477 .title:after {
  bottom: 0;
  right: 10px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
figure.snip1477 .title div:before,
figure.snip1477 .title div:after {
  width: 2px;
  height: 300px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
figure.snip1477 .title div:before {
  top: 10px;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
figure.snip1477 .title div:after {
  bottom: 10px;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
figure.snip1477 h2,
figure.snip1477 h4 {
  margin: 0;
  text-transform: uppercase;
}
figure.snip1477 h2 {
  font-weight: 400;
}
figure.snip1477 h4 {
  display: block;
  font-weight: 700;
  background-color: #ffffff;
  padding: 5px 10px;
  color: #000000;
}
figure.snip1477 figcaption {
  position: absolute;
  bottom: 42%;
  left: 25px;
  text-align: left;
  opacity: 0;
  padding: 5px 60px 5px 10px;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 1.5px;
}
figure.snip1477 figcaption p {
  margin: 0;
}
figure.snip1477 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
figure.snip1477:hover img,
figure.snip1477.hover img {
  zoom: 1;
  filter: alpha(opacity=35);
  -webkit-opacity: 0.35;
  opacity: 0.35;
}
figure.snip1477:hover .title:before,
figure.snip1477.hover .title:before,
figure.snip1477:hover .title:after,
figure.snip1477.hover .title:after,
figure.snip1477:hover .title div:before,
figure.snip1477.hover .title div:before,
figure.snip1477:hover .title div:after,
figure.snip1477.hover .title div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
figure.snip1477:hover .title:before,
figure.snip1477.hover .title:before,
figure.snip1477:hover .title:after,
figure.snip1477.hover .title:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
figure.snip1477:hover figcaption,
figure.snip1477.hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.title h2{
    font-size:17px;
}
.no-pn{
    padding:0 0;
}
.bx-ft{
    padding:120px 0 0 0;

}
footer{
    background-color:#e4e0e0;
}
.list-tp li a{
    color:#070908;
    font-weight:bold;
}
.list-tp{
    direction:rtl;
}
.txt-ft{
    background-color:#f9f9f9;
    width:75%;
    height:35px;
    float:right;
    direction:rtl;
    padding:5px 10px;
    border:none;
}
.form-bx{
    width:95%;
    margin:40px auto;
    max-width:400px;
}
.btn-ft{
 background-color: #5b7f2d;
    padding: 5px 0;
    text-align: center;
    color:#fff;
    float: right;
    width: 25%;
    border: none;
    height: 36px;
}
.p999 {
    display: inline-block;
}
.power_by {
    display: inline-block;
    color: #fff;
}
.power_by a {
    color: #fff;
}
.copy-bx{
    text-align:center;
    background-color:#5b7f2d;
    direction:rtl;
    padding:15px 0;
    color:#fff;
}
.p98{
        text-align: right;
    padding-right: 98px;
    padding-top: 15px;
    font-weight: bold;
    float:right;
}
.affix {
    width: 100%;
    z-index: 999999;
}
@media only screen and (max-width:1000px){
    .bx-color .line-nd {
 
    line-height: 23px;
  
}
    .bx-ft {
    padding: 58px 0 0 0;
}
    .p98 {
    text-align: right;
    padding-right: 76px;
    padding-top: 8px;
    font-weight: bold;
    float: right;
}
}







.codrops-header {
	margin: 0 auto;
	padding: 2em 0 0;
	text-align: center;
}

.codrops-header h1 {
	margin: 0;
	font-weight: 300;
	font-size: 2.5em;
}

.codrops-header h1 span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 0.6em;
	opacity: 0.7;
}

/* To Navigation Style */
.codrops-top {
	width: 100%;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.69em;
	line-height: 2.2;
	background: #fff;
}

.codrops-top a {
	display: inline-block;
	padding: 0 1em;
	text-decoration: none;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	display: block;
	float: left;
}

.codrops-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

.codrops-demos {
	margin: 30px auto 0;
	padding: 30px 0;
}

.codrops-demos a,
section button {
	display: inline-block;
	background: #a9a9a9;
	color: #fff;
	font-weight: 400;
	padding: 10px 20px;
	margin: 5px;
	text-transform: uppercase;
	border-radius: 2px;
	letter-spacing: 1px;
}

.codrops-demos a:hover,
.codrops-demos a:active,
.codrops-demos a.current-demo {
	background: #777;
}

section {
	padding: 1em 2em 5em;
	text-align: center;
	font-size: 1.5em;
}

section p {
	max-width: 600px;
	margin: 0 auto;
	padding: 20px 0;
}

section button {
	border: none;
	padding: 15px 30px;
	outline: none;
	background: #85b91e;
}

.related > a {
	border: 1px solid #99cc33;
	display: inline-block;
	text-align: center;
	margin: 20px 10px;
	padding: 25px;
	color: #99cc33;
	opacity: 0.8;
	-webkit-transition: color 0.3s, border-color 0.3s;
	transition: color 0.3s, border-color 0.3s;
	-webkit-backface-visibility: hidden;
}

.related a:hover {
	border-color: #82b222;
	color: #82b222;
}

.related a img {
	max-width: 100%;
}

.related a h3 {
	margin: 0;
	padding: 0.5em 0 0.3em;
	max-width: 300px;
	text-align: left;
	font-size: 65%;
	font-weight: 400;
}

@media screen and (max-width: 25em) {
	.codrops-icon span {
		display: none;
	}
}
/* Overlay style */
.overlay {
position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(153,204,51,0.9);
    z-index: 99999999999;
}

/* Overlay closing cross */
.overlay .overlay-close {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 13.5%;
    top: -1px;
    overflow: hidden;
    border: none;
    background: url(../images/cross.png) no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100;
    background-size: 44px;
}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	font-size: 54px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
}

.overlay ul li a {
	font-weight: 300;
    display: block;
    color: #000;
    font-size: 29px;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #e3fcb1;
}

/* Effects */
.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.overlay-hugeinc nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.overlay-hugeinc nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}






.shape-overlays {
width: 100vw;
    height: 100vh;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.shape-overlays.is-opened {
	pointer-events: auto;
}

.shape-overlays__path:nth-of-type(1) {
	fill: #8bae29;
}

.shape-overlays__path:nth-of-type(2) {
	fill: #709017;
}

.shape-overlays__path:nth-of-type(3) {
	fill: #57720b;
}

.shape-overlays__path:nth-of-type(4) {
	fill: #8bae29;
}

@-webkit-keyframes intervalHamburgerBorder {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	80% {
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
}

@keyframes intervalHamburgerBorder {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	80% {
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
}

.hamburger {
    width: 51px;
    height: 52px;
    display: block;
    position: relative;
    cursor: pointer;
    position: absolute;
    top: -2px;
    right: 2.25em;
    border: 2px solid #0b0a0a;
    z-index: 999999;
    border-radius: 50%;
    background-color: var(--button-bg);
    pointer-events: auto;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.hamburger::after {
    width: 47px;
    height: 47px;
    box-sizing: border-box;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    border: 4px solid #d2cfcf;
    border-radius: 50%;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-name: intervalHamburgerBorder;
    animation-name: intervalHamburgerBorder;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.hamburger__line {
	width: 28px;
	height: 2px;
	overflow: hidden;
	position: absolute;
	z-index: 10;
}

.hamburger__line-in {
	width: 84px;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
}

.hamburger__line-in::before,
.hamburger__line-in::after {
    width: 28px;
    height: 2px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-color: #171616;
}

.hamburger__line-in::before {
	left: -56px;
}

.hamburger__line-in::after {
	left: 0;
}

.hamburger__line--01,
.hamburger__line--02,
.hamburger__line--03,
.hamburger__line--cross01,
.hamburger__line--cross02 {
	left: 10px;
}

.hamburger__line--01 {
	top: 16.6px;
}

.hamburger__line--02,
.hamburger__line--cross01,
.hamburger__line--cross02 {
	top: 25px;
}

.hamburger__line--03 {
	    top: 33.4px;
}

.hamburger__line--cross01 {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hamburger__line--cross02 {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.hamburger__line {
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger__line-in {
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger__line-in::before,
.hamburger__line-in::after {
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.hamburger__line-in--cross01,
.hamburger__line-in--cross02 {
	-webkit-transform: translateX(-33.3%);
	transform: translateX(-33.3%);
}

.hamburger__line-in--01 {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.hamburger__line-in--02 {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.hamburger__line-in--02::before,
.hamburger__line-in--02::after {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.hamburger__line-in--03 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.hamburger__line-in--03::before,
.hamburger__line-in--03::after {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.hamburger__line-in--cross01 {
	-webkit-transition-delay: 0.0s;
	transition-delay: 0.0s;
}

.hamburger__line-in--cross02 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.hamburger__line-in--cross02::before,
.hamburger__line-in--cross02::after {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.hamburger.is-opened-navi .hamburger__line-in--01,
.hamburger.is-opened-navi .hamburger__line-in--02,
.hamburger.is-opened-navi .hamburger__line-in--03 {
	-webkit-transform: translateX(33.3%);
	transform: translateX(33.3%);
}

.hamburger.is-opened-navi .hamburger__line-in--cross01,
.hamburger.is-opened-navi .hamburger__line-in--cross02 {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.hamburger.is-opened-navi .hamburger__line-in--01 {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.hamburger.is-opened-navi .hamburger__line-in--02 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.hamburger.is-opened-navi .hamburger__line-in--03 {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.hamburger.is-opened-navi .hamburger__line-in--cross01 {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.hamburger.is-opened-navi .hamburger__line-in--cross02 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.hamburger:hover .hamburger__line-in::before,
.hamburger:hover .hamburger__line-in::after {
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
}

.hamburger:hover .hamburger__line-in--01::before,
.hamburger:hover .hamburger__line-in--01::after,
.hamburger:hover .hamburger__line-in--02::before,
.hamburger:hover .hamburger__line-in--02::after,
.hamburger:hover .hamburger__line-in--03::before,
.hamburger:hover .hamburger__line-in--03::after {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}

.hamburger:hover .hamburger__line-in--cross01::before,
.hamburger:hover .hamburger__line-in--cross01::after,
.hamburger:hover .hamburger__line-in--cross02::before,
.hamburger:hover .hamburger__line-in--cross02::after {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.hamburger.is-opened-navi:hover .hamburger__line-in--cross01::before,
.hamburger.is-opened-navi:hover .hamburger__line-in--cross01::after,
.hamburger.is-opened-navi:hover .hamburger__line-in--cross02::before,
.hamburger.is-opened-navi:hover .hamburger__line-in--cross02::after {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}

.hamburger.is-opened-navi:hover .hamburger__line-in--01::before,
.hamburger.is-opened-navi:hover .hamburger__line-in--01::after,
.hamburger.is-opened-navi:hover .hamburger__line-in--02::before,
.hamburger.is-opened-navi:hover .hamburger__line-in--02::after,
.hamburger.is-opened-navi:hover .hamburger__line-in--03::before,
.hamburger.is-opened-navi:hover .hamburger__line-in--03::after {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}


@media screen and (min-width: 55em) {
	.icon--keyboard {
		position: absolute;
		right: 0.55em;
		bottom: -30%;
		display: block;
		width: 54px;
		height: 46px;
		fill: var(--color-link);
	}
	.demos {
		display: flex;
		padding-right: 80px;
		justify-self: end;
	}
	.demo {
		display: block;
		width: 17px;
		height: 17px;
		margin: 0 4px;
		border-radius: 50%;
		background: var(--color-link);
	}
	a.demo--current {
		background: var(--color-link-hover);
	}
	.demo span {
		position: absolute;
		line-height: 1;
		right: 100%;
		display: none;
		margin: 0 1em 0 0;
	}
	.demo--current span {
		display: block;
	}
}

@media screen and (max-width: 55em) {
	html,
	body {
		overflow-x: hidden;
		width: 100vw;
		height: 100%;
	}
	.hamburger {
		position: fixed;
		transform: scale(0.75);
	}
	.content {
		height: auto;
		min-height: 0;
		padding-bottom: 10em;
		flex-direction: column;
	}
	.content--fixed {
		position: relative;
		z-index: 0;
		display: block;
		padding: 0.85em;
	}
	.codrops-header {
		flex-direction: column;
		align-items: center;
	}
	.codrops-header__title {
		font-weight: bold;
		padding-bottom: 0.25em;
		text-align: center;
	}
	.github {
		display: block;
		margin: 1em auto;
	}
	.codrops-links {
		margin: 0;
	}
}


@media only screen and (max-width: 767px){
    .sld-tx{
        display:none;
    }
        .p98 {

    padding-right: 55px;

}
    .logo-nd {
    width: 89px;
}
    .panel-nd {
    padding:20px 0;
}
    .item-nd {
   height:auto;
   padding-bottom:0;
}
    .bx-color {
  top:0;
    height: auto;
    position:relative;
    padding:16px;
}
    .line-nd {

    line-height: 30px;
    font-size: 13px;
}
    .owl-controls .owl-prev:after, .owl-controls .owl-next:after {

    color: #4f4e4e;

}
    .bc-nd{
        display:none;
    }
    .slid-bx {
    padding:0px 0;
}
    .snip1477{
        display:none;
    }
    .news-bx {
    padding: 25px 0 25px 0;
    background-image: url(../images/prx.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
}
    .lined-bx {
    padding: 14px 0;
 
}
    .bx-ft {
    padding: 28px 0 0 0;
}
    .list-tp li a {
 
    font-size: 9px;
}
    .p999 {

    font-size: 9px;
}
    .bx-color .line-nd {
    line-height: 28px;
  
}
    .overlay .overlay-close {
    width: 72px;
    height: 80px;
    position: absolute;
    right: 4.5%;
    top: -12px;
    background-size: 31px;
}
}