﻿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';
}

.ts-logo{
    font-family: 'BFarnaz';
    float: right;
    margin-top: 25px;
    margin-right: 10px;
    color:#000;
}
.ts-logo:hover{
    color:#01675a;
}
    #site-landing {
       position: absolute;
    height: 100%;
    width: 100%;
   
    z-index: 9999999;
    top:0;
    }
    #site-landing canvas {
        width:100%!important;
   
         opacity:0.5;
          position:absolute;
    }
    .slid-nd{
         /*overflow: hidden;*/
    position: relative;

    }
 
.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;
}


.bx-wrapper .bx-prev {
	left: 0px;
    background: url(../images/nxpv.png) no-repeat 0 -8px;
}


.bx-wrapper .bx-next {
    right: 1px;
    background: url(../images/nxpv.png) no-repeat -70px -12px;
}


.bx-wrapper .bx-controls-direction a {
position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 58px;
    height: 89px;
    text-indent: -9999px;
    z-index: 9999;
}

.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;
}

nav.navbar.bootsnav{
    background-color: transparent;

    border: none;
}



nav.navbar.bootsnav ul.nav > li > a{
      color: #00065b;
    background-color: rgba(0,0,0,0.0);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 15px 7px;
    margin-top: 17px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .5s ease;
    text-align:right;
   
     border-left:1px solid #f26e32;
}

nav.navbar.bootsnav ul.nav > li.dropdown > a{ padding: 10px 13px 7px 13px; }

nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li.on > a{
    color: #000;
   
}

nav.navbar.bootsnav ul.nav > li > a>span:before{
    content: '';
    background: rgba(1, 132, 116, 0.00);
    text-transform: uppercase;
    width: 99%;
    height: 100%;
   border-left: 1px solid #024f45;
    border-right: 1px solid #02302a;
    transform: scaleX(0);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
    z-index: -1;
}

nav.navbar.bootsnav ul.nav>li.on>a>span:before,
nav.navbar.bootsnav ul.nav>li>a:hover>span:before,
nav.navbar.bootsnav ul.nav>li.active>a>span:before{
       transform: scaleX(1);
    background-color: #ea6807;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content li a:hover,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu li a.dropdown-toggle:active,
nav.navbar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on > a{
    color: #fff !important;
    background-color: #008574 !important;
}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
    color: #fff;
    margin: 0 0 0 7px;
    position: absolute;
    top: 8px;
    right: 7px;
}

nav.navbar.bootsnav ul.nav > li.dropdown > ul{
    /*opacity: 0;
    visibility: hidden;
    left: 0;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;*/
    opacity: 0;
    visibility: hidden;
    right: 0;
    left: auto;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

nav.navbar.bootsnav ul.nav > li.dropdown.on > ul{
    opacity: 1 !important;
    visibility: visible !important;
    transform: scaleX(1);
}

.dropdown-menu.multi-dropdown{
    position: absolute;
    left: -100% !important;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    background-color: #fff;
    border: none;
    border-radius: 0;
    top: 120%;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a{
    color: #555;
    border: none;
    text-align:right;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content{
    top: 90%;
    left: 5%;
}

nav.navbar.bootsnav li.dropdown.on ul.dropdown-menu.megamenu-content{ left: 0; }

nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content li{ font-size: 14px; }

nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .menu-col li a{
    color: #555;
    padding-left: 10px;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .title{
    color: #ff793f;
    font-size: 16px;
    font-weight: bold;
}

@media only screen and (max-width:990px){
    .dropdown-menu.multi-dropdown{ left: 0 !important; }

    nav.navbar.bootsnav .navbar-toggle{
        color: #fff;
        background: transparent !important;
    }

    nav.navbar.bootsnav.navbar-mobile .navbar-collapse{     background: #fff; }

    nav.navbar.bootsnav ul.nav>li{ margin:7px auto 7px; }

    nav.navbar.bootsnav.navbar-mobile ul.nav>li>a{
        text-align: center;
        padding: 10px 15px;
        border: none;
    }

    nav.navbar.bootsnav ul.nav>li.dropdown>a{ padding: 10px 10px 10px 28px; }

    nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:before{ color: #fff; }

    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu{ background-color: #fff; }

    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a{
        color: #555;
        padding-left: 10px;
        border: none;
    }

    nav.navbar.bootsnav .dropdown-menu{ z-index: 0; }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .title{
        font-size: 14px;
        font-weight: normal;
        color: #555;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .col-menu.on .title{ color: #ff793f; }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .col-menu li a{
       color: #555;
       border: none;
   }
}

.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;
}
header .p-ng{
        padding-top: 24px;
    text-align: left;
    font-size: 13px;
    padding-left: 5px;
}
header .p-ng span {
       color: #0b0b0b!important;
    letter-spacing: 0;
    font-size: 14px!important;
}
header .icon-mn {
     width: 25px!important;
    padding: 3px;
    background-color: #01675a;
    position: relative;
    top: -1px;
}
.dv-tc{
    max-width:1200px;
    margin:0 auto;
   
}
   .ti-product h3{
         color:#333;
         font-weight:bold;
    }
.head-ce{
    max-width:1200px;
    margin:0 auto;

}

.em-nd {
    float:right;
    color: #fff;
    padding:4px 15px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 1px;
    font-size: 13px;
    padding-top: 4px;
}
.em-nd img{
    width: 18px;
    position: relative;
    top: -2px;
}
.dv-tc .em-nd:nth-child(2){
    background-color:#f26e32
}
.dv-tp{
    background-color: rgba(3, 9, 90, 0.39);
   
  

}
.tp-bx{
     position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

@media only screen and (max-width:990px) {
    .sp-mn{
    width: 48px;
    height: 100%;
    text-align: center;
 
    position: absolute;
    left: 0;
    top: -13px;
    z-index: 9999999999999999;
    display: block;
    padding-top: 14px;
    color: #8f90aa;
    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;
    background-color: #f4efef;
}
    .dropdown-menu.multi-dropdown {
        left: 0 !important;
    }

    nav.navbar.bootsnav .navbar-toggle {
     background: none;
    color: #f26e32;
    }

    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:5px 15px;
    margin: 0;
    text-align: right;
    border-bottom:1px solid #ccc
    }

   nav.navbar.bootsnav ul.nav > li > a {
    color: #000;
    border-top: none;

}

    nav.navbar.bootsnav ul.nav > li > a:hover {
        color: #696969;
    }

        nav.navbar.bootsnav ul.nav > li > a:before {
          color: #fff;
    border-top: none;
    border-bottom: 1px solid rgba(245, 245, 245, 0.180);
}

    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: 173px;
    float:left;
}

nav.navbar.bootsnav {
  border:none;
}

.clear{
    clear:both;
}
.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 5px;
    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: #000;
    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;
    }
}




.panel-nd{
    padding:70px 0;
    position:relative;
}
.right-nd{
    float:right;
}


.text-img {
    -webkit-text-fill-color: transparent;

    background: -o-linear-gradient(transparent,transparent);
    background: url(../images/text-image.jpg) repeat;
    -webkit-background-clip: text;
    font-weight:bold;
    background-position-y: 40%;
    -webkit-animation: imgPos 7s linear normal infinite paused;
    animation: imgPos 7s linear normal infinite paused;
}
.text-img {
    display: inline-block;
    overflow: hidden;
    font-size: 124px;
    line-height: 96%;
    font-weight: bold;
    height: 114px;
    width: 100%;
    margin-top: 38px;
    color: #151515;
    letter-spacing: -3px;
}
@supports(-webkit-background-clip:text) {
    .text-img {
        -webkit-text-fill-color: transparent;
        background: -o-linear-gradient(transparent, transparent);
background-image: url('../images/1.3.1-New-Life-Church-Gallery-Image-847x636-72dpi (1).jpg');
        -webkit-background-clip: text;
        background-position-y: 40%;
        -webkit-animation: imgPos 9s linear normal infinite paused;
        animation: imgPos 9s linear normal infinite paused;
    }
    .text-img>span {
      pointer-events: none;
    font-weight: bold;

    }
    .text-img {
        -webkit-animation-play-state: running;
        animation-play-state: running;
        color: red
    }
    @media(min-width:576px) {
        .text-img {
            background-position-y: 22%
        }
    }
}

@-webkit-keyframes imgPos {
    0% {
        background-position-x: 0
    }
    50% {
        background-position-x: 100%
    }
    100% {
        background-position-x: 0
    }
}

@keyframes imgPos {
    0% {
        background-position-x: 0
    }
    50% {
        background-position-x: 100%
    }
    100% {
        background-position-x: 0
    }
}
@media all and (max-width: 500px) {
	.testim .arrow {
		font-size: 1.5em;
	}
	
	.testim .cont div p {
		line-height: 25px;
	}

}
.bxside{
    position:relative;
}
.yrs-abs{
 position: absolute;
    left: 166px;
    top: 91px;
    font-size: 13px;

}
.yrs-abs h2{
    font-size:17px;
}
.yrs-abs p{
   font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    font-weight: bold;
}
.p-about {
    text-align: justify;
    direction: rtl;
    line-height: 32px;
    padding-top: 24px;
}

.listed{
    direction:rtl;

}
.ic-bx{
    width: 50px;
    display: block;
    padding-top: 6px;
    text-align: center;
}
.sp-nd{
    text-align: center;
    width: 100%;
    display: block;
    padding-top: 13px;
}
.listed li{
    margin-left:20px;
}
.ti-bx{
       color: rgba(255, 255, 255, 0.24);
    font-size: 37px;
    padding-bottom: 47px;
    letter-spacing: 3px;
    font-weight: bold;
}
.prx-nd{
    background-image: url('../images/prx.jpg');
    background-size:100% 100%;
    background-attachment:fixed;
    height:400px;
}
.wrap-nd{
    background-image: url('../images/bn.jpg');
    padding:70px 0 130px 0;
    margin-bottom:30px;
    background-repeat:repeat;
}
.mg-dt{
      width: 100%;

    color: #fff;
    direction: rtl;
    text-align: justify;
}
.img-min{
    width: 50px;
    position: absolute;
    top: -26px;
    right: 55px;
}

.dv-ce{
    max-width:1100px;
    margin:0 auto;
}
.mg-dt h3{
      font-size: 15px;
    padding-bottom: 18px;
    padding-top: 22px;

}
.mg-dt p{
     color: #efeeee;
    font-size: 13px;
    line-height: 26px;
    padding-bottom: 37px;

}
.ti-prx{
    color: #fff;
    font-size: 37px;
    padding-bottom: 40px;
    padding-left:30px;
}
.ti-prx:after{
      border: 1px solid rgb(236, 91, 11);
    content: "";
    width: 60px;
    height: 1px;
    display: inline-block;
    position: relative;
    top: -11px;
}
.px-nd{
    position:relative;
    padding: 35px 0;
    margin-bottom: 15px;
  
}
.mg-boxed {
    position: relative;
    min-height: 250px;
}
.mg1 {
      position: absolute;
    top: -15px;
    right: 0;
    float: right;
    width: 77%;
}
.mg-boxed:after {
    content: "";
    width: 74%;
    height: 100%;
    border: 4px solid rgba(215, 215, 215, 0.33);
    position: absolute;
    min-height: 274px;
    top: -30px;
    left: 0px;
}
.hr66 {
background-image: url(../images/top-border.png);
    height: 6px;
    background-position: 0px 0px;
    background-repeat: repeat-x;
    animation: animatedBackground 2s linear infinite;
    -ms-animation: animatedBackground 2s linear infinite;
    -moz-animation: animatedBackground 2s linear infinite;
    -webkit-animation: animatedBackground 3s linear infinite;
    margin: 0;
    border: none;
    position: absolute;
    width: 100%;
    bottom: 0;
}
@keyframes animatedBackground {
			from { background-position: 0 0; }
			to { background-position: 100% 0; }
		}
		@-webkit-keyframes animatedBackground {
			from { background-position: 0 0; }
			to { background-position: 100% 0; }
		}
		@-ms-keyframes animatedBackground {
			from { background-position: 0 0; }
			to { background-position: 100% 0; }
		}
		@-moz-keyframes animatedBackground {
			from { background-position: 0 0; }
			to { background-position: 100% 0; }
		}
.btn-bx {

    padding: 15px 0;
    position: relative;
    z-index: 99999;
    background: #01675a;

}
.pn-mg{
    padding-left:48px;
    padding-right:0;
}
.btn-bx h3 {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align:center;
}
.btn-bx p {
    text-align: center;
    color: #fff;
    padding-top: 5px;
}
 .parallax{
     width:100%;
     height:400px!important;
     padding:57px 0;
 }
 .parallax-inner{
     width:100%!important;
     background-size:100% 100%!important;
 }
 .img-bx {
    position: relative;
}
 .img3 {
    width: 255px;
    right: 0;
    position: absolute;
    top: 16px;
}
 .card {
    position: absolute;
    left: 18px;
    width: 254px;
    top: 105px;
    background: rgba(38, 38, 38, 0.38);
    overflow: hidden;
    height: 168px;
}
.card .imgBx,
.card .details {
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    transition: .5s;
}
.card .imgBx {
    top: 0;
    left: 0;
}
.parallax:hover .imgBx {
    top: 0;
    left: -100%;
}
.card .imgBx img {
    width: 100%;
}
.card .details {
background: rgba(23, 23, 23, 0.63);
    top: 0;
    left: 100%;
    padding: 60px 30px;
}
.parallax:hover .details {
    top: 0;
    left: 0%;
}
.card .details h2 {
   color: #ffffff;
    text-align: center;
    margin: 0;
    FONT-SIZE: 24PX;
    padding: 0 0 10px;
    border-bottom: 2px solid #fff;

}
.card .details p {
    margin: 20px 0 0;
    color: #fff;
}
.ti-bx {
     color: #9a9b9d;
    text-align: right;
    padding-bottom: 16px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
}
.ti-psm {
    color: #cbe92b;
    font-size: 19px;
    text-align: right;
}
.p98 {
    color: #fff;
    text-align: justify;
    direction: rtl;
    font-size: 15px;
    padding-top: 10px;
    line-height: 29px;
    padding-left: 28px;

}
.ti-nd{
    color:#2a3551;
    display:block;
    float:right;
    font-size:16px;
    text-align:right;
    letter-spacing:1.8px;
    position:relative;
    padding-top:9px;
    font-weight:bold;
}

.ti-nd:after{
    content: "";
    background-color: #f0671d;
    width: 70px;
    height: 1px;
    display: block;
    position: absolute;
    left: 63px;
    top: 17px;

  
}


.icon-mn{
    width:30px!important;
}
.p-ng{
    color:#2a3551;
    font-size: 19px;
    text-align: right;
    font-weight: bold;
    direction: rtl;
  
}
.p-ng span{
 color:#2a3551;
    font-size: 17px!important;

    font-weight:bold;
    padding-top: 5px;
}
.product-nd{
    padding:70px 0 90px 0;

}
.dv-center{
    max-width:1000px;
    margin:0 auto;
}
.no-pn{
    padding:0 0;
  
}
.pn-nd{
    padding:0 0px;
   
}
.hv-nd{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    background-color: rgba(0, 0, 0, 0.26);
    z-index:9999;

}
.mg-box{
    position:relative;
   
}
 .mg-box img{
      width:100%
 }
.product-nd .col-md-9 .col-md-6{
padding: 10px 7px;
   
}
.row-nd{
    margin:0 -8px;
}
footer{
     background-color:#2a3551;
}
.li-ft li a {
    color: #333;
    direction: rtl;
    display: block;
    margin: 5px 0;
    text-align: justify;
}
ul{
    list-style:none;
}
.p-ft {
    color: #fff;
    text-align: justify;
    direction: rtl;
    font-size: 13px;
    line-height: 27px;
    padding-bottom: 29px;
}
.power_by {
     /* padding-top: 15px; */
    color: #fff;
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
    border-top: 1px solid rgb(191, 93, 50);
    padding: 5px 0;
}


.power_by a {
    color: #fff;
    font-size: 12px;
}
.power_by a {
    color: #fff;
    font-size: 12px;
}

.ft-ce {
    padding-top: 55px;
}
.ft-ce {
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px 15px 0 15px;
}
.li-ft li a {
    color: #fff;
    direction: rtl;
    display: block;
    margin: 11px 0;
    text-align: justify;
}
.li-ft li:hover a{
   color: #f96d2f;
}
.box1{
   
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .5s;
}
.box1:hover{     box-shadow: 3px 3px 5px #151414;}
.box1:before,
.box1:after{
    content: "";
    background: radial-gradient(circle at 23% 70%,rgba(255, 255, 255, 0.35),#ffffff2e 30%);
    width: 150%;
    height: 131%;
    opacity: 0;
    transform: rotate(45deg);
    position: absolute;
    top: -10.5%;
    right: -150%;
    z-index: 1;
    transition: all 0.35s ease;
}

.box1:hover:before{
    opacity: 1;
    right: -104%;
}

.box1 img{
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
}
.box1:hover img{ transform: scale(1.2); }
.box1 .box-content{
    text-align: right;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -100%;
    z-index: 2;
    transition: all .5s;
}
.box1:hover .box-content{ right: 5%; }
.box1 .title{
    color: #1e272e;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 3px 0;
}
.box1 .post{
    font-size: 16px;
    text-transform: capitalize;
    margin: 0 0 10px;
    display: block;
}
.box1 .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.box1 .icon li{
    display: inline-block;
    margin: 0 4px;
}
.box1 .icon li a{
    color: #fff;
    background-color: #1e272e;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: block;
    transition: all 0.3s;
}
.box1 .icon li  a:hover{
    color: #1e272e;
    background-color: #fff;
    border-radius: 10%;
    box-shadow: 0 0 5px #1e272e inset;
}

.p-ft {
    color: #fff;
    text-align: justify;
    direction: rtl;
    font-size: 13px;
    line-height: 27px;
    padding-bottom: 29px;
}
.head-ce{
max-width: 1200px;
    margin: 0 auto;
    position: relative;

}
.ti-product{
    text-align:center;
    color:#000;
    padding:20px 0 30px 0;
}
.ti-product{
  position: relative;
    width: 262px;
    margin: 0 auto;
}

.ti-product h3{
    background-color: #fff;
    width: 158px;
    margin: 0a;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 99999;
}
.ti-product:after{
  position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    border-top: 1px solid #b7b7b7;
    content: "";
}
.mkdf-btn.mkdf-btn-solid {
    color: #fff;
    background-color: #322f2f;
    margin-right: 3px;
    margin-left: 15px;
}

.mkdf-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-size: 12px;
    line-height: 2em;

    font-weight: 700;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    padding: 15px 43px;
    cursor: pointer;
}
.mkdf-btn.mkdf-btn-solid .mkdf-btn-border-holder {
position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 10px;
    left: 9px;
    border: 1px solid #4d4d4d;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: -1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.mkdf-btn.mkdf-btn-solid:hover .mkdf-btn-border-holder:after, .mkdf-btn.mkdf-btn-solid:hover .mkdf-btn-border-holder:before {
    width: 101%;
    height: 106%;
}
.mkdf-btn.mkdf-btn-solid .mkdf-btn-border-holder:after {
    border-bottom-color: transparent;
    border-left-color: transparent;
    bottom: -1px;
    right: -1px;
    -webkit-transition: border-color .4s,height 0s ease-out .4s,width 0s ease-out .4s;
    -o-transition: border-color .4s,height 0s ease-out .4s,width 0s ease-out .4s;
    transition: border-color .4s,height 0s ease-out .4s,width 0s ease-out .4s;
    z-index: 123;
}
.mkdf-btn.mkdf-btn-solid .mkdf-btn-border-holder:before {
    border-top-color: transparent;
    border-right-color: transparent;
    top: -1px;
    left: -1px;
    -webkit-transition: border-color .4s,height 0s ease-out .4s,width 0s ease-out .4s;
    -o-transition: border-color .4s,height 0s ease-out .4s,width 0s ease-out .4s;
    transition: border-color .4s,height 0s ease-out .4s,width 0s ease-out .4s;
    z-index: 123;
}
.mkdf-btn.mkdf-btn-solid .mkdf-btn-border-holder:after, .mkdf-btn.mkdf-btn-solid .mkdf-btn-border-holder:before {
    content: '';
    position: absolute;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    border: 1px solid transparent;
    width: 0;
    height: 0;
}
.mkdf-btn.mkdf-btn-solid .mkdf-btn-line-holder {
    position: absolute;
    display: block;
    width: 12px;
    height: 1px;
    background-color: #787575;
    -webkit-transform: rotate(45deg) scaleX(1);
    -ms-transform: rotate(45deg) scaleX(1);
    transform: rotate(45deg) scaleX(1);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    bottom: -9px;
    right: -8px;
    z-index: -1;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.mkdf-btn.mkdf-btn-solid .mkdf-btn-text {
    position: relative;
    z-index: 2;
}
.mkdf-btn.mkdf-btn-solid:not(.mkdf-btn-custom-border-hover):hover {
    border-color: transparent!important;
}
.mkdf-btn.mkdf-btn-solid:not(.mkdf-btn-custom-hover-bg):hover {
    background-color: #313131!important;
}
.mkdf-btn.mkdf-btn-solid:hover .mkdf-btn-border-holder {
    border: 1px solid transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.mkdf-btn.mkdf-btn-solid:hover .mkdf-btn-border-holder:before {
    border-top-color: #8b8b8b;
    border-right-color: #8b8b8b;
    -webkit-transition: width .3s ease-out,height .3s ease-out .3s;
    -o-transition: width .3s ease-out,height .3s ease-out .3s;
    transition: width .3s ease-out,height .3s ease-out .3s;
}
.mkdf-btn.mkdf-btn-solid:hover .mkdf-btn-border-holder:after {
    border-bottom-color: #8b8b8b;
    border-left-color: #8b8b8b;
    -webkit-transition: border-color 0s ease-out .6s,width .3s ease-out .6s,height 1s ease-out .9s;
    -o-transition: border-color 0s ease-out .6s,width .3s ease-out .6s,height 1s ease-out .9s;
    transition: border-color 0s ease-out .6s,width .3s ease-out .6s,height 1s ease-out .9s;
}
.mkdf-btn.mkdf-btn-solid:hover .mkdf-btn-line-holder {
    -webkit-transform: rotate(45deg) scaleX(0);
    -ms-transform: rotate(45deg) scaleX(0);
    transform: rotate(45deg) scaleX(0);
    -webkit-animation: mkdf-scale-btn-line-holder-up .5s .5s forwards;
    animation: mkdf-scale-btn-line-holder-up .5s .5s forwards;
    background-color: #8b8b8b;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

header{
    width: 100%;
    z-index: 9999999999999;
    -webkit-box-shadow: 1px 1px 13px 1px #575555;
    box-shadow: 1px 1px 13px 1px #575555;
background-color:rgba(255, 255, 255, 0.64);

}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    padding:0 0!important;
}
.tx-slid{
    position:absolute;
    width:100%;
    top:45%;
    z-index:99;
    text-align:center;
    color:#fff;
}
.tx-slid h1{
    font-size:26px;
    text-shadow: 1px 1px 1px #1F1F1F;
    font-weight:bold;
}
.tx-slid h2{
       font-size:20px;
       margin-top:20px;
       text-shadow: 1px 1px 1px #1F1F1F;
}
.lg-mg{
    margin:0 auto 20px auto!important;
    display:block!important;
    width:80px!important;
}
.list-ft li a {
    color: #fff;
    font-size: 15px;
    display: block;
    text-align: right;
    padding: 3px 0;
}
.p-ft img {
    width: 18px;
}
footer .col-md-4 .col-md-6{
    padding-right:50px;
}
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:#b7b7b7;
  outline: 1px solid slategrey;
}

@media (min-width:760px) and (max-width:960px){
    .pn-bx{
        display:none;
    }
    .list-ft{
        display:none;
    }
    .mg-dt {
    width: 100%;
    padding-right: 1px;
}
    .img-min {
    width: 50px;

    margin-bottom: 10px;
}
    .mg-dt h3 {
    font-size: 12px;
 
}
    .product-nd {
    padding: 40px 0;
}
    .list-ft li a {
    color: #fff;
    font-size: 13px;

}
    .p-ft {
    padding-top: 3px;
    line-height: 20px;
    font-size: 13px;
}
    .li-ft{
        display:none;
    }
    .ft-ce {
  
    padding: 18px 15px 0 15px;
}
    .power_by {
  margin-top:0;
}
    .list-bt img{
        width:20px;
    }
    .power_by a {
    font-size: 10px;
}
    .pn-mg {
    padding-left: 0px;
}
    .mg-boxed{
        display:none;
    }
    .ti-nd{
        display:none;
    }
    .panel-nd {
    padding:0px 0 10px 0;
}
    .mkdf-btn.mkdf-btn-solid {
 
    margin-bottom: 25px;
}
    .btn-bx {
   margin-bottom:10px;
}
    .parallax{
        height:auto!important;
    }
    .logo-nd {
    width: 145px;
   
}
    .ts-logo {
    margin-top: 24px;
    font-size: 15px;
}
    nav.navbar.bootsnav .navbar-toggle {

    margin-top: 14px;
}
}
.navbar {
    min-height: 36px;
 
}
@media all and (max-width:760px) {
    .logo-nd {
    width: 90px;
}
    .ts-logo{
         display:none;
    }
    header {
    padding: 3px 0 1px 0;
 
}
    header .icon-mn {
  display:inline-block!important;
  float:right;
}
    nav.navbar.bootsnav .navbar-toggle {

    margin-top: 2px;
}
    header .p-ng {
        padding-top: 8px;
    width: 117px;
  
}
    .pn-rg{
        padding-left:0;
    }
    .ti-wb{
        display:none;
    }
    .li-ft{
        display:none;
    }
    .lg-mg {
    display:none!important;
 
}
    .plate{
        display:none!important;
    }
    .icon-mn {

    display: block;
    margin: 0 auto 10px auto;
}
    .p-ng span {

    padding-top: 14px;
    text-align: center;
}
    .tx-slid {
top: 51%;
}
    .tx-slid h1 {
    font-size: 20px;
 
}
    .tx-slid h2 {
    font-size: 12px;
    margin-top: 9px;
}
    .panel-nd {
    padding:20px 0;
}
    .text-img {
display: inline-block;
    overflow: hidden;
    font-size: 84px;
    line-height: 93%;
    font-weight: bold;
    height: 80px;
    width: 100%;
    margin-top: 14px;
    color: #151515;
    letter-spacing: -4px;
}
    .yrs-abs {
position: absolute;
    left: 150px;
    top: 41px;
    font-size: 10px;

}
    .p-about {
   
    padding-top: 6px;
}
    .ti-prx {
    font-size: 22px;
    padding-bottom: 16px;
    padding-left: 30px;
}
    .mg-dt {
    width: 100%;
    padding-right: 7px;
    padding-bottom: 0px;

}
    .dv-ce .col-md-4{
        margin-bottom:35px;
    }
    .wrap-nd {

    padding: 39px 0 10px 0;
  
}
    .mg-dt h3 {
    font-size: 13px;
    padding-bottom: 10px;
}
    .product-nd {
    padding:20px 0;
}
    .p-about {

    line-height: 25px;

}
    .dv-center .col-md-4{
        padding:0 5px;
    }
    .row-nd {
    margin: 0 -2px;
}
    .product-nd .col-md-8 .col-md-6 {
    padding: 4px 2px;
}
    .list-ft{
        display:none;
    }
    .dv-side .col-md-4{
        padding:0 9px;
    }
    .dv-side{
        padding:0 0;
    }
    .p-ng span {
    color: #fff!important;
    font-size: 10px!important;
    padding-top: 5px;
    display:block;
}
    
.ti-nd {
    display:none;
    padding-bottom: 20px;
}
.px-nd {

    padding: 19px 0;
}
.p-ft {
    font-size:11px;
    padding-bottom:11px;

    padding-top:0px;
}
.list-bt{
    text-align:center;
    margin-bottom:5px;
}
.power_by .col-md-6{
    text-align:center!important;
}
.power_by {
    margin-top: 1px;   
    padding: 10px 0;
}
.parallax {

    height: auto!important;
  
}
.mg-boxed{
    display:none;
}
.pn-mg {
    padding-left: 0px;
    padding-right: 0;
}
.ti-bx {
    text-align:center;
    padding-bottom: 2px;
    font-size: 16px;
}
.p98
{
    padding:10px 15px;
}
.mkdf-btn.mkdf-btn-solid {

    margin-bottom: 33px;
}
}
.p-ng:hover span{
 color:#f26e32;
}
.box{
    text-align: center;
    overflow: hidden;
    position: relative;
}
.box:before,
.box:after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 1;
    transition: all 0.6s ease 0s;
}
.box:after{
    left: auto;
    right: -100%;
}
.box:hover:before{
    left: 50%;
    opacity: 1;
}
.box:hover:after{
    right: 50%;
    opacity: 1;
}
.box img{
    width: 100%;
    height: auto;
    transform: scale(1.1);
    transition: all 0.3s ease 0s;
}
.box:hover img{ transform: scale(1); }
.box .box-content{
width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    transition: all 0.4s ease 0s;
}
.box .content{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform:translateX(-50%) translateY(-100%);
    transition: all 0.5s ease 0s;
}
.box:hover .content{
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
}
.box .title{
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
    transition: all 0.3s ease 0s;
}
.box .post{
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    color: #ee5807;
    border-radius: 0 10px 0 10px;
    margin: 0 0 10px 0;
}
.box .icon{
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
    position: absolute;
    bottom: 10px;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%) rotateX(90deg);
    transform-origin: bottom;
    transition: all 0.3s ease 0s;
}
.box:hover .icon{
    opacity: 1;
    transform: translateX(-50%) rotateY(0);
}
.box .icon li{
    display: inline-block;
    margin-right: 10px;
}
.box .icon li:last-child{ margin-right: 0; }
.box .icon li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #1bbaa4;
    font-size: 18px;
    color: #fff;
    position: relative;
    transition: all 0.3s ease 0s;
}

.box .icon li a:hover{
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
}
.snip1577 {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: left;
  font-size: 16px;
  background: #000;
}

.snip1577 *,
.snip1577:before,
.snip1577:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.snip1577 img {
 width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}

.snip1577:before,
.snip1577:after {
  position: absolute;
  top: 20px;
  left: 20px;
  content: '';
  background-color: #fff;
  z-index: 1;
  opacity: 0;
}

.snip1577:before {
  width: 0;
  height: 1px;
}

.snip1577:after {
  height: 0;
  width: 1px;
}

.snip1577 figcaption {
position: absolute;
    right: 0;
    bottom: 0;
    padding: 15px 20px;
    text-align: right;
}

.snip1577 h3,
.snip1577 h4 {
  margin: 0;
  font-size: 1.1em;
  font-weight: normal;
  opacity: 0;
  padding-bottom: 10px;
}

.snip1577 h4 {
  font-size: .8em;
  text-transform: uppercase;
}

.snip1577 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1577:hover img,
.snip1577.hover img {
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  opacity: 0.4;
}

.snip1577:hover:before,
.snip1577.hover:before,
.snip1577:hover:after,
.snip1577.hover:after {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.snip1577:hover:before,
.snip1577.hover:before {
  width: 40px;
}

.snip1577:hover:after,
.snip1577.hover:after {
  height: 40px;
}

.snip1577:hover h3,
.snip1577.hover h3,
.snip1577:hover h4,
.snip1577.hover h4 {
  opacity: 1;
}

.snip1577:hover h3,
.snip1577.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.snip1577:hover h4,
.snip1577.hover h4 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}


#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
	}
}


.ti-wb{
     text-align: right;
    color: #fff;
    font-size: 17px;
    padding-top: 3px;

    padding-right: 178px;
    position: relative; 
    overflow: hidden;
 
    direction:rtl;
}
.blinkingCursor{
    display:none!important;
}
.pn-lf{
    color: #028473;
    margin-top: 20px;
    text-align: left;
}
.dv-side .p-ng:hover .icon-mn {
    -webkit-transform: scale(-1) rotate(-180deg);
    -ms-transform: scale(-1) rotate(-180deg);
    transform: scale(-1) rotate(-180deg);
    -webkit-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
.link-in:hover span{
    color:#01675a!important;
}
.affix{
        width: 100%;
    z-index: 999999;
}



.btn{
    border-radius: 0;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 99999999;
    transition: all 0.4s ease 0s;
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 500px;
    background: #078172;
    padding: 11px;
    font-size: 18px;
}
.btn:before{
    content: "";
    width: 210%;
    height: 210%;
    position: absolute;
    top: -120px;
    left: 30px;
    transform: skew(67deg);
    z-index: -1;
    transition: all 0.4s ease 0s;
}
.panel-nd:hover  .btn:before{
    top: -20px;
    left: -52px;
}
.btn.red{
      border: 1px solid #078172;
    color: #ffffff;
}
.panel-nd:hover .btn.red:before{
background: #054f45;
}
.btn.blue{
    border: 1px solid #3fb7c8;
    color: #3fb7c8;
}
.panel-nd:hover .btn.red:before{
    background: #0e5c52;
}
.btn.orange{
    border: 1px solid #f88030;
    color: #f88030;
}
.btn.orange:hover:before{
    background: #f88030;
}
.btn.green{
    border: 1px solid #35c568;
    color: #35c568;
}
.btn.green:hover:before{
    background: #35c568;
}
.btn.red:hover,
.btn.blue:hover,
.btn.orange:hover,
.btn.green:hover{
    color: #fff;
}
@media screen and (max-width: 767px){
    .btn{ margin-bottom: 15px; }
}
.btn-boxed{
position: absolute;
    width: 100%;
    top: -20px;
    z-index: 9999;
}
.title-web {
width: 261px;
    margin: 0 auto;
    position: relative;
    border-right: 3px dashed #f26e32;
    border-left: 3px dashed #f26e32;
}
.pr-nd {
 position: absolute;
    right: -31px;
    top: -54px;
}
.title-web h1 {
       font-size: 26px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1.5px;
    padding-left: 10px;
    padding-top: 19px;
    padding-bottom: 10px;

}

.hr1 {
      border-top: 3px dashed #f26e32;
    width: 100px;
    float: right;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.hr2 {
   width: 257px;
    float: left;
    border-top: 4px dashed #f26e32;
    margin:0px 0 0 0;
}
.ti-web{
    padding-top:20px!important;
    font-size:20px;
}
.panel-nd{
    position:relative;
}
.prt {
    position: absolute;
    top: 10px;
    width: 77px;
    left: 120px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index:9999;
}
.br-bx{
    background-image: url('../images/bc-min.png');
    padding:15px;
    background-size:100% 100%;
    min-height:250px;
}
.p-nd{
    padding:0 45px;
}
.p-ng span span{
    color:#f26e32;
}
.ft-ti{
     font-size: 16px;
    text-align: right;
    font-weight: bold;
    padding-bottom: 15px;
    color: #fff;
    padding-right: 15px;

}
.form-bx{
    margin-top:15px;
    background-color:#fff;
    padding:15px 15px;
    max-width:320px;
    margin:15px auto;
}
.btn-form{
    padding:5px 15px;
    margin-top:10px;
    background-color:#bf5d32;
    text-align:center;
    color:#fff;
    float:left;
    border:none;
}
.tx-form{
       width: 100%;
    border: none;
    margin: 5px 0;
    -webkit-box-shadow: 1px 0px 4px 1px rgba(163, 163, 163, 0.45);
    box-shadow: 1px 0px 4px 1px rgba(163, 163, 163, 0.45);
    padding: 7px 8px;
}
.form-bx h3{
    text-align:center;
    color:#0b2034;
    font-size:14px;
}
.list-link img{
    width:20px;
}
.ti-ft-ce{
    text-align:center;
}
a:hover{
    text-decoration:none
}
.bxt{
position: absolute;
    width: 100%;
    top: -104px;
}
.bx-brand{
    position: relative;
    background-color: #fff;
    border-top: 9px solid #f26e32;
    
    -webkit-box-shadow: 1px 1px 10px 1px rgba(163, 163, 163, 0.63);
box-shadow: 1px 1px 10px 1px rgba(163, 163, 163, 0.63);
padding:20px 0;
}
.tp-bv{
    padding-top:55px;
}
.ti-brand{
    width:250px;
    margin:0 auto 20px auto;
    display:block;
    position:relative;
}
.ti-brand h3{
    color: #2a3551;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    background-color: #fff;
    width: 160px;
    margin: 0 auto;
    z-index: 99999;
    position:relative;
}
.ti-brand hr{
border: 2px solid #f26e32;
    width: 100%;
    top: -11px;
    position: absolute;
}
.dv-mp-tx{
   position:absolute;
   z-index:999;
   width:100%;
    padding-top:40px;
    top:0;
}
.mp-nd{
    position:relative;
}
.tp-nv{
    position:relative;
    padding:100px 0;
    top:0;
}
.bx-link{
 
    right:5%;
}
.bx-link li a{
    display:block;
      background-color:#2a3551;
      width:180px;
      margin-bottom:5px;
      padding:5px 10px;
      color:#fff;
      text-align:center;

}
.bx-brand img{
    width:80px!important;
    margin:0 auto;
    display:block;
}
@media only screen and (max-width:990px){
    .plate{
        display:none;
    }
    .prt{
        display:none;
    }
    .panel-nd {
    padding:10px 0;
    position: relative;
}
    .text-img {

    height: 64px;

}
    .p-about{
        padding:10px 0;
    }
    .dv-center .col-md-3{
        padding:0 10.5px;
    }
    .p-nd {
    padding: 0 10px;
}
    .wrap-nd .container{
        width:90%;
        margin:0 auto;
    }
    .mg-dt h3 {
    font-size: 13px;
  
}
    .tp-bv{
        width:100%;
        margin:0 auto;
    }
    .ti-nd:after{
        display:none;
    }
    .dv-side .col-md-4{
        padding:0 2px;
    }
    .p-ng span {
    color: #2a3551;
    font-size: 13px!important;
   
}
}
@media only screen and (max-width:760px){
    .tp-bx{
        position:relative
    }
    .em-nd {
  
    font-size: 10px;

}
    .dv-tc .col-md-5{
        padding:0 0;
    }
    .title-web{
        display:none;
    }
    .tx-slid h1 {
    font-size: 15px;
}
    .tp-nv{
        display:none;
    }
    .dv-center .col-md-3{
        display:none;
    }
    .navbar-toggle{
        margin-right:0;
    }
    .ti-product {

    padding: 15px 0 6px 0;
}
    .row-nd {
    margin: 0 -7px;
}
    .img-min {
    width: 39px;
    top: -11px;
    right: 8px;
}
    .bxt {
        position:relative;
    top: 0;
}
    .tp-bv{
        display:none;
    }
}
.owl-controls .owl-buttons{
    display:none;

}.bx-link li:hover a{
     background-color:#f26e32;
 }